2026-02-20T22:52:19.062 INFO:root:teuthology version: 1.2.4.dev9+gfa17720d0 2026-02-20T22:52:19.077 DEBUG:teuthology.report:Pushing job info to https://paddles-paddles.apps.pok.os.sepia.ceph.com 2026-02-20T22:52:19.154 INFO:teuthology.run:Config: archive_path: /home/teuthworker/mnt/teuthology/yuriw-2026-02-20_16:19:15-orch-wip-pdonnell-testing-20260219.182737-tentacle-distro-default-trial/61659 branch: wip-pdonnell-testing-20260219.182737-tentacle description: orch/cephadm/smb/{0-distro/centos_9.stream tasks/deploy_smb_proxy_enabled} email: yweinste@redhat.com first_in_suite: false flavor: default job_id: '61659' kernel: branch: distro kdb: true sha1: distro last_in_suite: false machine_type: trial name: yuriw-2026-02-20_16:19:15-orch-wip-pdonnell-testing-20260219.182737-tentacle-distro-default-trial no_nested_subset: false os_type: centos os_version: 9.stream overrides: admin_socket: branch: wip-pdonnell-testing-20260219.182737-tentacle 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: f7870454149f22574086dd2ff55d050585136531 ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: f7870454149f22574086dd2ff55d050585136531 selinux: allowlist: - scontext=system_u:system_r:logrotate_t:s0 - scontext=system_u:system_r:getty_t:s0 workunit: branch: wip-pdonnell-testing-20260219.182737-tentacle sha1: f7870454149f22574086dd2ff55d050585136531 owner: scheduled_yuriw@soko04.front.sepia.ceph.com priority: 69 repo: https://github.com/ceph/ceph-ci.git roles: - - host.a - mon.a - mgr.x - osd.0 - osd.1 - client.0 - - host.b - cephadm.exclude seed: 2599 sha1: f7870454149f22574086dd2ff55d050585136531 sleep_before_teardown: 0 subset: 111/120000 suite: orch suite_branch: wip-pdonnell-testing-20260219.182737-tentacle suite_path: /home/teuthworker/src/github.com_ceph_ceph-c_f7870454149f22574086dd2ff55d050585136531/qa suite_relpath: qa suite_repo: https://github.com/ceph/ceph-ci.git suite_sha1: f7870454149f22574086dd2ff55d050585136531 targets: trial027.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBI8491qwZfQT2BbC1YaT/scoXYJb3LloLUuSz9nArthe9upJHOKaQYRVQX7mtwiqk8peJYBpWiqr2NTPpypq5Z0= trial074.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBJ0wmJ26pm7R99FbUJowIJOi0dOBJc0NTLZ0UwzF0k3b0ghM4Q66vWfSTlcRimd3cciV2/dQdBCTsKvDELRLsNA= tasks: - pexec: all: - sudo dnf remove nvme-cli -y - sudo dnf install nvmetcli nvme-cli -y - cephadm.deploy_samba_ad_dc: role: host.b - cephadm: single_host_defaults: true - 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 smb - cmd: ceph fs subvolume create cephfs sv1 --group-name=smb --mode=0777 - cmd: ceph fs subvolume create cephfs sv2 --group-name=smb --mode=0777 - cmd: ceph mgr module enable smb - cmd: sleep 30 - cmd: ceph smb apply -i - stdin: "# --- Begin Embedded YAML\n- resource_type: ceph.smb.cluster\n cluster_id:\ \ modtest1\n auth_mode: active-directory\n domain_settings:\n realm:\ \ DOMAIN1.SINK.TEST\n join_sources:\n - source_type: resource\n \ \ ref: join1-admin\n custom_dns:\n - \"{{ctx.samba_ad_dc_ip}}\"\n\ \ placement:\n count: 1\n- resource_type: ceph.smb.join.auth\n auth_id:\ \ join1-admin\n auth:\n username: Administrator\n password: Passw0rd\n\ - resource_type: ceph.smb.share\n cluster_id: modtest1\n share_id: share1\n\ \ cephfs:\n provider: samba-vfs/proxied\n volume: cephfs\n subvolumegroup:\ \ smb\n subvolume: sv1\n path: /\n- resource_type: ceph.smb.share\n\ \ cluster_id: modtest1\n share_id: share2\n cephfs:\n provider: samba-vfs/proxied\n\ \ volume: cephfs\n subvolumegroup: smb\n subvolume: sv2\n path:\ \ /\n# --- End Embedded YAML\n" - cephadm.wait_for_service: service: smb.modtest1 - cephadm.exec: host.b: - sleep 30 - '{{ctx.samba_client_container_cmd|join('' '')}} smbclient -U DOMAIN1\\ckent%1115Rose. //{{''host.a''|role_to_remote|attr(''ip_address'')}}/share1 -c ls' - '{{ctx.samba_client_container_cmd|join('' '')}} smbclient -U DOMAIN1\\ckent%1115Rose. //{{''host.a''|role_to_remote|attr(''ip_address'')}}/share2 -c ls' - exec: host.a: - "echo \"Check for proxy enabled...\"\nif systemctl list-units | grep ceph |\ \ grep smb | grep -q proxy ; then\n echo \"smb proxy service found\"\n exit\ \ 0\nfi\necho \"smb proxy service not found\"\nexit 1\n" - cephadm.shell: host.a: - cmd: ceph smb apply -i - stdin: "# --- Begin Embedded YAML\n- resource_type: ceph.smb.cluster\n cluster_id:\ \ modtest1\n intent: removed\n- resource_type: ceph.smb.join.auth\n auth_id:\ \ join1-admin\n intent: removed\n- resource_type: ceph.smb.share\n cluster_id:\ \ modtest1\n share_id: share1\n intent: removed\n- resource_type: ceph.smb.share\n\ \ cluster_id: modtest1\n share_id: share2\n intent: removed\n# --- End\ \ Embedded YAML\n" - cephadm.wait_for_service_not_present: service: smb.modtest1 teuthology: fragments_dropped: [] meta: {} postmerge: [] teuthology_branch: main teuthology_sha1: fa17720d0088c3ac28e473468bfc79eeaff5cd38 timestamp: 2026-02-20_16:19:15 tube: trial user: yuriw verbose: true worker_log: /home/teuthworker/mnt/teuthology/worker_logs/dispatcher.trial.1540699 2026-02-20T22:52:19.154 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/github.com_ceph_ceph-c_f7870454149f22574086dd2ff55d050585136531/qa; will attempt to use it 2026-02-20T22:52:19.155 INFO:teuthology.run:Found tasks at /home/teuthworker/src/github.com_ceph_ceph-c_f7870454149f22574086dd2ff55d050585136531/qa/tasks 2026-02-20T22:52:19.155 INFO:teuthology.run_tasks:Running task internal.check_packages... 2026-02-20T22:52:19.157 INFO:teuthology.task.internal:Checking packages... 2026-02-20T22:52:19.157 INFO:teuthology.task.internal:Checking packages for os_type 'centos', flavor 'default' and ceph hash 'f7870454149f22574086dd2ff55d050585136531' 2026-02-20T22:52:19.157 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2026-02-20T22:52:19.157 INFO:teuthology.packaging:ref: None 2026-02-20T22:52:19.157 INFO:teuthology.packaging:tag: None 2026-02-20T22:52:19.157 INFO:teuthology.packaging:branch: wip-pdonnell-testing-20260219.182737-tentacle 2026-02-20T22:52:19.157 INFO:teuthology.packaging:sha1: f7870454149f22574086dd2ff55d050585136531 2026-02-20T22:52:19.157 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&ref=wip-pdonnell-testing-20260219.182737-tentacle 2026-02-20T22:52:19.282 INFO:teuthology.task.internal:Found packages for ceph version 20.2.0-677.gf7870454 2026-02-20T22:52:19.283 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2026-02-20T22:52:19.294 INFO:teuthology.task.internal:no buildpackages task found 2026-02-20T22:52:19.294 INFO:teuthology.run_tasks:Running task internal.save_config... 2026-02-20T22:52:19.308 INFO:teuthology.task.internal:Saving configuration 2026-02-20T22:52:19.321 INFO:teuthology.run_tasks:Running task internal.check_lock... 2026-02-20T22:52:19.333 INFO:teuthology.task.internal.check_lock:Checking locks... 2026-02-20T22:52:19.411 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'trial027.front.sepia.ceph.com', 'description': '/home/teuthworker/mnt/teuthology/yuriw-2026-02-20_16:19:15-orch-wip-pdonnell-testing-20260219.182737-tentacle-distro-default-trial/61659', '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-20 22:48:52.400024', 'locked_by': 'scheduled_yuriw@soko04.front.sepia.ceph.com', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBI8491qwZfQT2BbC1YaT/scoXYJb3LloLUuSz9nArthe9upJHOKaQYRVQX7mtwiqk8peJYBpWiqr2NTPpypq5Z0='} 2026-02-20T22:52:19.472 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'trial074.front.sepia.ceph.com', 'description': '/home/teuthworker/mnt/teuthology/yuriw-2026-02-20_16:19:15-orch-wip-pdonnell-testing-20260219.182737-tentacle-distro-default-trial/61659', '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-20 22:48:52.400680', 'locked_by': 'scheduled_yuriw@soko04.front.sepia.ceph.com', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBJ0wmJ26pm7R99FbUJowIJOi0dOBJc0NTLZ0UwzF0k3b0ghM4Q66vWfSTlcRimd3cciV2/dQdBCTsKvDELRLsNA='} 2026-02-20T22:52:19.472 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2026-02-20T22:52:19.483 INFO:teuthology.task.internal:roles: ubuntu@trial027.front.sepia.ceph.com - ['host.a', 'mon.a', 'mgr.x', 'osd.0', 'osd.1', 'client.0'] 2026-02-20T22:52:19.483 INFO:teuthology.task.internal:roles: ubuntu@trial074.front.sepia.ceph.com - ['host.b', 'cephadm.exclude'] 2026-02-20T22:52:19.483 INFO:teuthology.run_tasks:Running task console_log... 2026-02-20T22:52:19.622 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7005bbffa480>, signals=[15]) 2026-02-20T22:52:19.622 INFO:teuthology.run_tasks:Running task internal.connect... 2026-02-20T22:52:19.633 INFO:teuthology.task.internal:Opening connections... 2026-02-20T22:52:19.633 DEBUG:teuthology.task.internal:connecting to ubuntu@trial027.front.sepia.ceph.com 2026-02-20T22:52:19.633 DEBUG:teuthology.orchestra.connection:{'hostname': 'trial027.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2026-02-20T22:52:19.696 DEBUG:teuthology.task.internal:connecting to ubuntu@trial074.front.sepia.ceph.com 2026-02-20T22:52:19.697 DEBUG:teuthology.orchestra.connection:{'hostname': 'trial074.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2026-02-20T22:52:19.758 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2026-02-20T22:52:19.770 DEBUG:teuthology.orchestra.run.trial027:> uname -m 2026-02-20T22:52:19.786 INFO:teuthology.orchestra.run.trial027.stdout:x86_64 2026-02-20T22:52:19.786 DEBUG:teuthology.orchestra.run.trial027:> cat /etc/os-release 2026-02-20T22:52:19.841 INFO:teuthology.orchestra.run.trial027.stdout:NAME="CentOS Stream" 2026-02-20T22:52:19.841 INFO:teuthology.orchestra.run.trial027.stdout:VERSION="9" 2026-02-20T22:52:19.841 INFO:teuthology.orchestra.run.trial027.stdout:ID="centos" 2026-02-20T22:52:19.842 INFO:teuthology.orchestra.run.trial027.stdout:ID_LIKE="rhel fedora" 2026-02-20T22:52:19.842 INFO:teuthology.orchestra.run.trial027.stdout:VERSION_ID="9" 2026-02-20T22:52:19.842 INFO:teuthology.orchestra.run.trial027.stdout:PLATFORM_ID="platform:el9" 2026-02-20T22:52:19.842 INFO:teuthology.orchestra.run.trial027.stdout:PRETTY_NAME="CentOS Stream 9" 2026-02-20T22:52:19.842 INFO:teuthology.orchestra.run.trial027.stdout:ANSI_COLOR="0;31" 2026-02-20T22:52:19.842 INFO:teuthology.orchestra.run.trial027.stdout:LOGO="fedora-logo-icon" 2026-02-20T22:52:19.842 INFO:teuthology.orchestra.run.trial027.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2026-02-20T22:52:19.842 INFO:teuthology.orchestra.run.trial027.stdout:HOME_URL="https://centos.org/" 2026-02-20T22:52:19.842 INFO:teuthology.orchestra.run.trial027.stdout:BUG_REPORT_URL="https://issues.redhat.com/" 2026-02-20T22:52:19.842 INFO:teuthology.orchestra.run.trial027.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2026-02-20T22:52:19.842 INFO:teuthology.orchestra.run.trial027.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2026-02-20T22:52:19.842 INFO:teuthology.lock.ops:Updating trial027.front.sepia.ceph.com on lock server 2026-02-20T22:52:19.919 DEBUG:teuthology.orchestra.run.trial074:> uname -m 2026-02-20T22:52:19.934 INFO:teuthology.orchestra.run.trial074.stdout:x86_64 2026-02-20T22:52:19.934 DEBUG:teuthology.orchestra.run.trial074:> cat /etc/os-release 2026-02-20T22:52:19.990 INFO:teuthology.orchestra.run.trial074.stdout:NAME="CentOS Stream" 2026-02-20T22:52:19.990 INFO:teuthology.orchestra.run.trial074.stdout:VERSION="9" 2026-02-20T22:52:19.990 INFO:teuthology.orchestra.run.trial074.stdout:ID="centos" 2026-02-20T22:52:19.990 INFO:teuthology.orchestra.run.trial074.stdout:ID_LIKE="rhel fedora" 2026-02-20T22:52:19.990 INFO:teuthology.orchestra.run.trial074.stdout:VERSION_ID="9" 2026-02-20T22:52:19.990 INFO:teuthology.orchestra.run.trial074.stdout:PLATFORM_ID="platform:el9" 2026-02-20T22:52:19.990 INFO:teuthology.orchestra.run.trial074.stdout:PRETTY_NAME="CentOS Stream 9" 2026-02-20T22:52:19.990 INFO:teuthology.orchestra.run.trial074.stdout:ANSI_COLOR="0;31" 2026-02-20T22:52:19.990 INFO:teuthology.orchestra.run.trial074.stdout:LOGO="fedora-logo-icon" 2026-02-20T22:52:19.990 INFO:teuthology.orchestra.run.trial074.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2026-02-20T22:52:19.990 INFO:teuthology.orchestra.run.trial074.stdout:HOME_URL="https://centos.org/" 2026-02-20T22:52:19.990 INFO:teuthology.orchestra.run.trial074.stdout:BUG_REPORT_URL="https://issues.redhat.com/" 2026-02-20T22:52:19.990 INFO:teuthology.orchestra.run.trial074.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2026-02-20T22:52:19.991 INFO:teuthology.orchestra.run.trial074.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2026-02-20T22:52:19.991 INFO:teuthology.lock.ops:Updating trial074.front.sepia.ceph.com on lock server 2026-02-20T22:52:20.074 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2026-02-20T22:52:20.087 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2026-02-20T22:52:20.098 INFO:teuthology.task.internal:Checking for old test directory... 2026-02-20T22:52:20.099 DEBUG:teuthology.orchestra.run.trial027:> test '!' -e /home/ubuntu/cephtest 2026-02-20T22:52:20.100 DEBUG:teuthology.orchestra.run.trial074:> test '!' -e /home/ubuntu/cephtest 2026-02-20T22:52:20.115 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2026-02-20T22:52:20.125 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2026-02-20T22:52:20.125 DEBUG:teuthology.orchestra.run.trial027:> test -z $(ls -A /var/lib/ceph) 2026-02-20T22:52:20.156 DEBUG:teuthology.orchestra.run.trial074:> test -z $(ls -A /var/lib/ceph) 2026-02-20T22:52:20.172 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2026-02-20T22:52:20.300 INFO:teuthology.run_tasks:Running task kernel... 2026-02-20T22:52:20.319 INFO:teuthology.task.kernel:normalize config orig: {'branch': 'distro', 'kdb': True, 'sha1': 'distro'} 2026-02-20T22:52:20.320 INFO:teuthology.task.kernel:config {'host.a': {'branch': 'distro', 'kdb': True, 'sha1': 'distro'}, 'host.b': {'branch': 'distro', 'kdb': True, 'sha1': 'distro'}}, timeout 300 2026-02-20T22:52:20.320 DEBUG:teuthology.orchestra.run.trial027:> test -f /run/.containerenv -o -f /.dockerenv 2026-02-20T22:52:20.320 DEBUG:teuthology.orchestra.run.trial074:> test -f /run/.containerenv -o -f /.dockerenv 2026-02-20T22:52:20.335 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-02-20T22:52:20.335 DEBUG:teuthology.orchestra.run.trial074:> uname -r 2026-02-20T22:52:20.335 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-02-20T22:52:20.335 DEBUG:teuthology.orchestra.run.trial027:> uname -r 2026-02-20T22:52:20.390 INFO:teuthology.orchestra.run.trial074.stdout:5.14.0-681.el9.x86_64 2026-02-20T22:52:20.390 INFO:teuthology.task.kernel:Running kernel on trial074: 5.14.0-681.el9.x86_64 2026-02-20T22:52:20.391 DEBUG:teuthology.orchestra.run.trial074:> sudo yum install -y kernel 2026-02-20T22:52:20.392 INFO:teuthology.orchestra.run.trial027.stdout:5.14.0-681.el9.x86_64 2026-02-20T22:52:20.392 INFO:teuthology.task.kernel:Running kernel on trial027: 5.14.0-681.el9.x86_64 2026-02-20T22:52:20.392 DEBUG:teuthology.orchestra.run.trial027:> sudo yum install -y kernel 2026-02-20T22:52:21.744 INFO:teuthology.orchestra.run.trial027.stdout:CentOS Stream 9 - BaseOS 9.2 MB/s | 8.9 MB 00:00 2026-02-20T22:52:22.112 INFO:teuthology.orchestra.run.trial074.stdout:CentOS Stream 9 - BaseOS 6.6 MB/s | 8.9 MB 00:01 2026-02-20T22:52:25.120 INFO:teuthology.orchestra.run.trial027.stdout:CentOS Stream 9 - AppStream 9.4 MB/s | 27 MB 00:02 2026-02-20T22:52:25.909 INFO:teuthology.orchestra.run.trial074.stdout:CentOS Stream 9 - AppStream 8.2 MB/s | 27 MB 00:03 2026-02-20T22:52:29.409 INFO:teuthology.orchestra.run.trial027.stdout:CentOS Stream 9 - CRB 4.0 MB/s | 7.8 MB 00:01 2026-02-20T22:52:29.549 INFO:teuthology.orchestra.run.trial074.stdout:CentOS Stream 9 - CRB 6.2 MB/s | 7.8 MB 00:01 2026-02-20T22:52:30.385 INFO:teuthology.orchestra.run.trial074.stdout:CentOS Stream 9 - Extras packages 183 kB/s | 20 kB 00:00 2026-02-20T22:52:30.607 INFO:teuthology.orchestra.run.trial027.stdout:CentOS Stream 9 - Extras packages 42 kB/s | 20 kB 00:00 2026-02-20T22:52:30.709 INFO:teuthology.orchestra.run.trial074.stdout:Extra Packages for Enterprise Linux 78 MB/s | 20 MB 00:00 2026-02-20T22:52:31.304 INFO:teuthology.orchestra.run.trial027.stdout:Extra Packages for Enterprise Linux 32 MB/s | 20 MB 00:00 2026-02-20T22:52:33.889 INFO:teuthology.orchestra.run.trial074.stdout:lab-extras 1.1 MB/s | 50 kB 00:00 2026-02-20T22:52:34.501 INFO:teuthology.orchestra.run.trial027.stdout:lab-extras 2.6 MB/s | 50 kB 00:00 2026-02-20T22:52:34.892 INFO:teuthology.orchestra.run.trial074.stdout:Package kernel-5.14.0-645.el9.x86_64 is already installed. 2026-02-20T22:52:34.893 INFO:teuthology.orchestra.run.trial074.stdout:Package kernel-5.14.0-681.el9.x86_64 is already installed. 2026-02-20T22:52:34.912 INFO:teuthology.orchestra.run.trial074.stdout:Dependencies resolved. 2026-02-20T22:52:34.912 INFO:teuthology.orchestra.run.trial074.stdout:Nothing to do. 2026-02-20T22:52:34.913 INFO:teuthology.orchestra.run.trial074.stdout:Complete! 2026-02-20T22:52:34.936 DEBUG:teuthology.orchestra.run.trial074:> echo no | sudo yum reinstall kernel || true 2026-02-20T22:52:35.236 INFO:teuthology.orchestra.run.trial074.stdout:Last metadata expiration check: 0:00:02 ago on Fri 20 Feb 2026 10:52:33 PM UTC. 2026-02-20T22:52:35.315 INFO:teuthology.orchestra.run.trial074.stdout:Dependencies resolved. 2026-02-20T22:52:35.316 INFO:teuthology.orchestra.run.trial074.stdout:================================================================================ 2026-02-20T22:52:35.317 INFO:teuthology.orchestra.run.trial074.stdout: Package Architecture Version Repository Size 2026-02-20T22:52:35.317 INFO:teuthology.orchestra.run.trial074.stdout:================================================================================ 2026-02-20T22:52:35.317 INFO:teuthology.orchestra.run.trial074.stdout:Reinstalling: 2026-02-20T22:52:35.317 INFO:teuthology.orchestra.run.trial074.stdout: kernel x86_64 5.14.0-681.el9 baseos 803 k 2026-02-20T22:52:35.317 INFO:teuthology.orchestra.run.trial074.stdout: 2026-02-20T22:52:35.317 INFO:teuthology.orchestra.run.trial074.stdout:Transaction Summary 2026-02-20T22:52:35.317 INFO:teuthology.orchestra.run.trial074.stdout:================================================================================ 2026-02-20T22:52:35.317 INFO:teuthology.orchestra.run.trial074.stdout: 2026-02-20T22:52:35.318 INFO:teuthology.orchestra.run.trial074.stdout:Total download size: 803 k 2026-02-20T22:52:35.318 INFO:teuthology.orchestra.run.trial074.stdout:Installed size: 0 2026-02-20T22:52:35.318 INFO:teuthology.orchestra.run.trial074.stderr:Operation aborted. 2026-02-20T22:52:35.336 INFO:teuthology.orchestra.run.trial074.stdout:Is this ok [y/N]: 2026-02-20T22:52:35.337 DEBUG:teuthology.orchestra.run.trial074:> sudo yum reinstall -y kernel || true 2026-02-20T22:52:35.513 INFO:teuthology.orchestra.run.trial027.stdout:Package kernel-5.14.0-645.el9.x86_64 is already installed. 2026-02-20T22:52:35.513 INFO:teuthology.orchestra.run.trial027.stdout:Package kernel-5.14.0-681.el9.x86_64 is already installed. 2026-02-20T22:52:35.532 INFO:teuthology.orchestra.run.trial027.stdout:Dependencies resolved. 2026-02-20T22:52:35.533 INFO:teuthology.orchestra.run.trial027.stdout:Nothing to do. 2026-02-20T22:52:35.533 INFO:teuthology.orchestra.run.trial027.stdout:Complete! 2026-02-20T22:52:35.556 DEBUG:teuthology.orchestra.run.trial027:> echo no | sudo yum reinstall kernel || true 2026-02-20T22:52:35.632 INFO:teuthology.orchestra.run.trial074.stdout:Last metadata expiration check: 0:00:02 ago on Fri 20 Feb 2026 10:52:33 PM UTC. 2026-02-20T22:52:35.713 INFO:teuthology.orchestra.run.trial074.stdout:Dependencies resolved. 2026-02-20T22:52:35.714 INFO:teuthology.orchestra.run.trial074.stdout:================================================================================ 2026-02-20T22:52:35.714 INFO:teuthology.orchestra.run.trial074.stdout: Package Architecture Version Repository Size 2026-02-20T22:52:35.714 INFO:teuthology.orchestra.run.trial074.stdout:================================================================================ 2026-02-20T22:52:35.714 INFO:teuthology.orchestra.run.trial074.stdout:Reinstalling: 2026-02-20T22:52:35.714 INFO:teuthology.orchestra.run.trial074.stdout: kernel x86_64 5.14.0-681.el9 baseos 803 k 2026-02-20T22:52:35.714 INFO:teuthology.orchestra.run.trial074.stdout: 2026-02-20T22:52:35.714 INFO:teuthology.orchestra.run.trial074.stdout:Transaction Summary 2026-02-20T22:52:35.714 INFO:teuthology.orchestra.run.trial074.stdout:================================================================================ 2026-02-20T22:52:35.714 INFO:teuthology.orchestra.run.trial074.stdout: 2026-02-20T22:52:35.714 INFO:teuthology.orchestra.run.trial074.stdout:Total download size: 803 k 2026-02-20T22:52:35.715 INFO:teuthology.orchestra.run.trial074.stdout:Installed size: 0 2026-02-20T22:52:35.715 INFO:teuthology.orchestra.run.trial074.stdout:Downloading Packages: 2026-02-20T22:52:35.855 INFO:teuthology.orchestra.run.trial027.stdout:Last metadata expiration check: 0:00:01 ago on Fri 20 Feb 2026 10:52:34 PM UTC. 2026-02-20T22:52:35.934 INFO:teuthology.orchestra.run.trial027.stdout:Dependencies resolved. 2026-02-20T22:52:35.936 INFO:teuthology.orchestra.run.trial027.stdout:================================================================================ 2026-02-20T22:52:35.936 INFO:teuthology.orchestra.run.trial027.stdout: Package Architecture Version Repository Size 2026-02-20T22:52:35.936 INFO:teuthology.orchestra.run.trial027.stdout:================================================================================ 2026-02-20T22:52:35.936 INFO:teuthology.orchestra.run.trial027.stdout:Reinstalling: 2026-02-20T22:52:35.937 INFO:teuthology.orchestra.run.trial027.stdout: kernel x86_64 5.14.0-681.el9 baseos 803 k 2026-02-20T22:52:35.937 INFO:teuthology.orchestra.run.trial027.stdout: 2026-02-20T22:52:35.937 INFO:teuthology.orchestra.run.trial027.stdout:Transaction Summary 2026-02-20T22:52:35.937 INFO:teuthology.orchestra.run.trial027.stdout:================================================================================ 2026-02-20T22:52:35.937 INFO:teuthology.orchestra.run.trial027.stdout: 2026-02-20T22:52:35.937 INFO:teuthology.orchestra.run.trial027.stdout:Total download size: 803 k 2026-02-20T22:52:35.937 INFO:teuthology.orchestra.run.trial027.stdout:Installed size: 0 2026-02-20T22:52:35.938 INFO:teuthology.orchestra.run.trial027.stderr:Operation aborted. 2026-02-20T22:52:35.956 INFO:teuthology.orchestra.run.trial027.stdout:Is this ok [y/N]: 2026-02-20T22:52:35.957 DEBUG:teuthology.orchestra.run.trial027:> sudo yum reinstall -y kernel || true 2026-02-20T22:52:36.186 INFO:teuthology.orchestra.run.trial074.stdout:kernel-5.14.0-681.el9.x86_64.rpm 4.9 MB/s | 803 kB 00:00 2026-02-20T22:52:36.186 INFO:teuthology.orchestra.run.trial074.stdout:-------------------------------------------------------------------------------- 2026-02-20T22:52:36.186 INFO:teuthology.orchestra.run.trial074.stdout:Total 1.7 MB/s | 803 kB 00:00 2026-02-20T22:52:36.195 INFO:teuthology.orchestra.run.trial074.stdout:Running transaction check 2026-02-20T22:52:36.229 INFO:teuthology.orchestra.run.trial074.stdout:Transaction check succeeded. 2026-02-20T22:52:36.230 INFO:teuthology.orchestra.run.trial074.stdout:Running transaction test 2026-02-20T22:52:36.234 INFO:teuthology.orchestra.run.trial074.stdout:Transaction test succeeded. 2026-02-20T22:52:36.234 INFO:teuthology.orchestra.run.trial074.stdout:Running transaction 2026-02-20T22:52:36.255 INFO:teuthology.orchestra.run.trial027.stdout:Last metadata expiration check: 0:00:02 ago on Fri 20 Feb 2026 10:52:34 PM UTC. 2026-02-20T22:52:36.257 INFO:teuthology.orchestra.run.trial074.stdout: Preparing : 1/1 2026-02-20T22:52:36.261 INFO:teuthology.orchestra.run.trial074.stdout: Reinstalling : kernel-5.14.0-681.el9.x86_64 1/2 2026-02-20T22:52:36.262 INFO:teuthology.orchestra.run.trial074.stdout: Cleanup : kernel-5.14.0-681.el9.x86_64 2/2 2026-02-20T22:52:36.335 INFO:teuthology.orchestra.run.trial027.stdout:Dependencies resolved. 2026-02-20T22:52:36.336 INFO:teuthology.orchestra.run.trial027.stdout:================================================================================ 2026-02-20T22:52:36.336 INFO:teuthology.orchestra.run.trial027.stdout: Package Architecture Version Repository Size 2026-02-20T22:52:36.336 INFO:teuthology.orchestra.run.trial027.stdout:================================================================================ 2026-02-20T22:52:36.336 INFO:teuthology.orchestra.run.trial027.stdout:Reinstalling: 2026-02-20T22:52:36.336 INFO:teuthology.orchestra.run.trial027.stdout: kernel x86_64 5.14.0-681.el9 baseos 803 k 2026-02-20T22:52:36.336 INFO:teuthology.orchestra.run.trial027.stdout: 2026-02-20T22:52:36.336 INFO:teuthology.orchestra.run.trial027.stdout:Transaction Summary 2026-02-20T22:52:36.336 INFO:teuthology.orchestra.run.trial027.stdout:================================================================================ 2026-02-20T22:52:36.336 INFO:teuthology.orchestra.run.trial027.stdout: 2026-02-20T22:52:36.337 INFO:teuthology.orchestra.run.trial027.stdout:Total download size: 803 k 2026-02-20T22:52:36.337 INFO:teuthology.orchestra.run.trial027.stdout:Installed size: 0 2026-02-20T22:52:36.337 INFO:teuthology.orchestra.run.trial027.stdout:Downloading Packages: 2026-02-20T22:52:36.376 INFO:teuthology.orchestra.run.trial074.stdout: Running scriptlet: kernel-5.14.0-681.el9.x86_64 2/2 2026-02-20T22:52:36.376 INFO:teuthology.orchestra.run.trial074.stdout: Verifying : kernel-5.14.0-681.el9.x86_64 1/2 2026-02-20T22:52:36.430 INFO:teuthology.orchestra.run.trial074.stdout: Verifying : kernel-5.14.0-681.el9.x86_64 2/2 2026-02-20T22:52:36.430 INFO:teuthology.orchestra.run.trial074.stdout: 2026-02-20T22:52:36.430 INFO:teuthology.orchestra.run.trial074.stdout:Reinstalled: 2026-02-20T22:52:36.430 INFO:teuthology.orchestra.run.trial074.stdout: kernel-5.14.0-681.el9.x86_64 2026-02-20T22:52:36.430 INFO:teuthology.orchestra.run.trial074.stdout: 2026-02-20T22:52:36.430 INFO:teuthology.orchestra.run.trial074.stdout:Complete! 2026-02-20T22:52:36.460 DEBUG:teuthology.orchestra.run.trial074:> rpm -q kernel | sort -rV | head -n 1 2026-02-20T22:52:36.524 INFO:teuthology.orchestra.run.trial074.stdout:kernel-5.14.0-681.el9.x86_64 2026-02-20T22:52:36.525 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-681.el9.x86_64 2026-02-20T22:52:36.526 INFO:teuthology.task.kernel:Newest distro kernel installed and running 2026-02-20T22:52:36.526 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2026-02-20T22:52:36.526 DEBUG:teuthology.orchestra.run.trial074:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2026-02-20T22:52:36.589 INFO:teuthology.orchestra.run.trial074.stdout:ttyS1 2026-02-20T22:52:36.623 DEBUG:teuthology.parallel:result is None 2026-02-20T22:52:36.710 INFO:teuthology.orchestra.run.trial027.stdout:kernel-5.14.0-681.el9.x86_64.rpm 11 MB/s | 803 kB 00:00 2026-02-20T22:52:36.710 INFO:teuthology.orchestra.run.trial027.stdout:-------------------------------------------------------------------------------- 2026-02-20T22:52:36.711 INFO:teuthology.orchestra.run.trial027.stdout:Total 2.1 MB/s | 803 kB 00:00 2026-02-20T22:52:36.721 INFO:teuthology.orchestra.run.trial027.stdout:Running transaction check 2026-02-20T22:52:36.755 INFO:teuthology.orchestra.run.trial027.stdout:Transaction check succeeded. 2026-02-20T22:52:36.755 INFO:teuthology.orchestra.run.trial027.stdout:Running transaction test 2026-02-20T22:52:36.760 INFO:teuthology.orchestra.run.trial027.stdout:Transaction test succeeded. 2026-02-20T22:52:36.760 INFO:teuthology.orchestra.run.trial027.stdout:Running transaction 2026-02-20T22:52:36.784 INFO:teuthology.orchestra.run.trial027.stdout: Preparing : 1/1 2026-02-20T22:52:36.788 INFO:teuthology.orchestra.run.trial027.stdout: Reinstalling : kernel-5.14.0-681.el9.x86_64 1/2 2026-02-20T22:52:36.788 INFO:teuthology.orchestra.run.trial027.stdout: Cleanup : kernel-5.14.0-681.el9.x86_64 2/2 2026-02-20T22:52:36.900 INFO:teuthology.orchestra.run.trial027.stdout: Running scriptlet: kernel-5.14.0-681.el9.x86_64 2/2 2026-02-20T22:52:36.901 INFO:teuthology.orchestra.run.trial027.stdout: Verifying : kernel-5.14.0-681.el9.x86_64 1/2 2026-02-20T22:52:36.953 INFO:teuthology.orchestra.run.trial027.stdout: Verifying : kernel-5.14.0-681.el9.x86_64 2/2 2026-02-20T22:52:36.953 INFO:teuthology.orchestra.run.trial027.stdout: 2026-02-20T22:52:36.953 INFO:teuthology.orchestra.run.trial027.stdout:Reinstalled: 2026-02-20T22:52:36.953 INFO:teuthology.orchestra.run.trial027.stdout: kernel-5.14.0-681.el9.x86_64 2026-02-20T22:52:36.954 INFO:teuthology.orchestra.run.trial027.stdout: 2026-02-20T22:52:36.954 INFO:teuthology.orchestra.run.trial027.stdout:Complete! 2026-02-20T22:52:36.980 DEBUG:teuthology.orchestra.run.trial027:> rpm -q kernel | sort -rV | head -n 1 2026-02-20T22:52:37.004 INFO:teuthology.orchestra.run.trial027.stdout:kernel-5.14.0-681.el9.x86_64 2026-02-20T22:52:37.005 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-681.el9.x86_64 2026-02-20T22:52:37.006 INFO:teuthology.task.kernel:Newest distro kernel installed and running 2026-02-20T22:52:37.006 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2026-02-20T22:52:37.006 DEBUG:teuthology.orchestra.run.trial027:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2026-02-20T22:52:37.069 INFO:teuthology.orchestra.run.trial027.stdout:ttyS1 2026-02-20T22:52:37.097 DEBUG:teuthology.parallel:result is None 2026-02-20T22:52:37.098 INFO:teuthology.run_tasks:Running task internal.base... 2026-02-20T22:52:37.105 INFO:teuthology.task.internal:Creating test directory... 2026-02-20T22:52:37.105 DEBUG:teuthology.orchestra.run.trial027:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2026-02-20T22:52:37.140 DEBUG:teuthology.orchestra.run.trial074:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2026-02-20T22:52:37.156 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2026-02-20T22:52:37.168 INFO:teuthology.run_tasks:Running task internal.archive... 2026-02-20T22:52:37.180 INFO:teuthology.task.internal:Creating archive directory... 2026-02-20T22:52:37.180 DEBUG:teuthology.orchestra.run.trial027:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2026-02-20T22:52:37.196 DEBUG:teuthology.orchestra.run.trial074:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2026-02-20T22:52:37.224 INFO:teuthology.run_tasks:Running task internal.coredump... 2026-02-20T22:52:37.236 INFO:teuthology.task.internal:Enabling coredump saving... 2026-02-20T22:52:37.236 DEBUG:teuthology.orchestra.run.trial027:> 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-20T22:52:37.253 DEBUG:teuthology.orchestra.run.trial074:> 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-20T22:52:37.274 INFO:teuthology.orchestra.run.trial027.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2026-02-20T22:52:37.277 INFO:teuthology.orchestra.run.trial074.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2026-02-20T22:52:37.283 INFO:teuthology.orchestra.run.trial027.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2026-02-20T22:52:37.286 INFO:teuthology.orchestra.run.trial074.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2026-02-20T22:52:37.288 INFO:teuthology.run_tasks:Running task internal.sudo... 2026-02-20T22:52:37.300 INFO:teuthology.task.internal:Configuring sudo... 2026-02-20T22:52:37.300 DEBUG:teuthology.orchestra.run.trial027:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2026-02-20T22:52:37.327 DEBUG:teuthology.orchestra.run.trial074:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2026-02-20T22:52:37.352 INFO:teuthology.run_tasks:Running task internal.syslog... 2026-02-20T22:52:37.370 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2026-02-20T22:52:37.370 DEBUG:teuthology.orchestra.run.trial027:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2026-02-20T22:52:37.391 DEBUG:teuthology.orchestra.run.trial074:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2026-02-20T22:52:37.408 DEBUG:teuthology.orchestra.run.trial027:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2026-02-20T22:52:37.568 DEBUG:teuthology.orchestra.run.trial027:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2026-02-20T22:52:37.592 DEBUG:teuthology.orchestra.run.trial027:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2026-02-20T22:52:37.714 DEBUG:teuthology.orchestra.run.trial027:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2026-02-20T22:52:37.736 DEBUG:teuthology.orchestra.run.trial027:> set -ex 2026-02-20T22:52:37.736 DEBUG:teuthology.orchestra.run.trial027:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2026-02-20T22:52:37.800 DEBUG:teuthology.orchestra.run.trial074:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2026-02-20T22:52:37.880 DEBUG:teuthology.orchestra.run.trial074:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2026-02-20T22:52:37.903 DEBUG:teuthology.orchestra.run.trial074:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2026-02-20T22:52:38.043 DEBUG:teuthology.orchestra.run.trial074:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2026-02-20T22:52:38.067 DEBUG:teuthology.orchestra.run.trial074:> set -ex 2026-02-20T22:52:38.067 DEBUG:teuthology.orchestra.run.trial074:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2026-02-20T22:52:38.130 DEBUG:teuthology.orchestra.run.trial027:> sudo service rsyslog restart 2026-02-20T22:52:38.131 DEBUG:teuthology.orchestra.run.trial074:> sudo service rsyslog restart 2026-02-20T22:52:38.156 INFO:teuthology.orchestra.run.trial027.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2026-02-20T22:52:38.197 INFO:teuthology.orchestra.run.trial074.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2026-02-20T22:52:38.658 INFO:teuthology.run_tasks:Running task internal.timer... 2026-02-20T22:52:38.667 INFO:teuthology.task.internal:Starting timer... 2026-02-20T22:52:38.668 INFO:teuthology.run_tasks:Running task pcp... 2026-02-20T22:52:38.688 INFO:teuthology.run_tasks:Running task selinux... 2026-02-20T22:52:38.700 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-20T22:52:38.700 DEBUG:teuthology.orchestra.run.trial027:> sudo service auditd rotate 2026-02-20T22:52:38.729 INFO:teuthology.orchestra.run.trial027.stdout:Rotating logs: 2026-02-20T22:52:38.730 DEBUG:teuthology.orchestra.run.trial074:> sudo service auditd rotate 2026-02-20T22:52:38.757 INFO:teuthology.orchestra.run.trial074.stdout:Rotating logs: 2026-02-20T22:52:38.759 DEBUG:teuthology.task.selinux:Getting current SELinux state 2026-02-20T22:52:38.759 DEBUG:teuthology.orchestra.run.trial027:> /usr/sbin/getenforce 2026-02-20T22:52:38.786 INFO:teuthology.orchestra.run.trial027.stdout:Permissive 2026-02-20T22:52:38.787 DEBUG:teuthology.orchestra.run.trial074:> /usr/sbin/getenforce 2026-02-20T22:52:38.815 INFO:teuthology.orchestra.run.trial074.stdout:Permissive 2026-02-20T22:52:38.816 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@trial027.front.sepia.ceph.com': 'permissive', 'ubuntu@trial074.front.sepia.ceph.com': 'permissive'} 2026-02-20T22:52:38.816 DEBUG:teuthology.orchestra.run.trial027:> 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-20T22:52:38.851 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-02-20T22:52:38.851 DEBUG:teuthology.orchestra.run.trial074:> 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-20T22:52:38.880 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-02-20T22:52:38.880 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2026-02-20T22:52:38.880 DEBUG:teuthology.orchestra.run.trial027:> sudo /usr/sbin/setenforce permissive 2026-02-20T22:52:38.914 DEBUG:teuthology.orchestra.run.trial074:> sudo /usr/sbin/setenforce permissive 2026-02-20T22:52:38.943 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2026-02-20T22:52:38.960 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2026-02-20T22:52:38.972 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-20T22:52:38.974 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit trial027.front.sepia.ceph.com,trial074.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2026-02-20T22:55:21.379 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@trial027.front.sepia.ceph.com'), Remote(name='ubuntu@trial074.front.sepia.ceph.com')] 2026-02-20T22:55:21.380 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@trial027.front.sepia.ceph.com' 2026-02-20T22:55:21.382 DEBUG:teuthology.orchestra.connection:{'hostname': 'trial027.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2026-02-20T22:55:21.447 DEBUG:teuthology.orchestra.run.trial027:> true 2026-02-20T22:55:21.523 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@trial027.front.sepia.ceph.com' 2026-02-20T22:55:21.523 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@trial074.front.sepia.ceph.com' 2026-02-20T22:55:21.523 DEBUG:teuthology.orchestra.connection:{'hostname': 'trial074.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2026-02-20T22:55:21.591 DEBUG:teuthology.orchestra.run.trial074:> true 2026-02-20T22:55:21.665 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@trial074.front.sepia.ceph.com' 2026-02-20T22:55:21.665 INFO:teuthology.run_tasks:Running task clock... 2026-02-20T22:55:21.673 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2026-02-20T22:55:21.674 INFO:teuthology.orchestra.run:Running command with timeout 360 2026-02-20T22:55:21.674 DEBUG:teuthology.orchestra.run.trial027:> 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-20T22:55:21.676 INFO:teuthology.orchestra.run:Running command with timeout 360 2026-02-20T22:55:21.676 DEBUG:teuthology.orchestra.run.trial074:> 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-20T22:55:21.701 INFO:teuthology.orchestra.run.trial027.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2026-02-20T22:55:21.712 INFO:teuthology.orchestra.run.trial027.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2026-02-20T22:55:21.732 INFO:teuthology.orchestra.run.trial027.stderr:sudo: ntpd: command not found 2026-02-20T22:55:21.734 INFO:teuthology.orchestra.run.trial074.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2026-02-20T22:55:21.742 INFO:teuthology.orchestra.run.trial027.stdout:506 Cannot talk to daemon 2026-02-20T22:55:21.746 INFO:teuthology.orchestra.run.trial074.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2026-02-20T22:55:21.754 INFO:teuthology.orchestra.run.trial027.stderr:Failed to start ntp.service: Unit ntp.service not found. 2026-02-20T22:55:21.767 INFO:teuthology.orchestra.run.trial027.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2026-02-20T22:55:21.767 INFO:teuthology.orchestra.run.trial074.stderr:sudo: ntpd: command not found 2026-02-20T22:55:21.776 INFO:teuthology.orchestra.run.trial074.stdout:506 Cannot talk to daemon 2026-02-20T22:55:21.788 INFO:teuthology.orchestra.run.trial074.stderr:Failed to start ntp.service: Unit ntp.service not found. 2026-02-20T22:55:21.799 INFO:teuthology.orchestra.run.trial074.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2026-02-20T22:55:21.813 INFO:teuthology.orchestra.run.trial027.stderr:bash: line 1: ntpq: command not found 2026-02-20T22:55:21.815 INFO:teuthology.orchestra.run.trial027.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2026-02-20T22:55:21.815 INFO:teuthology.orchestra.run.trial027.stdout:=============================================================================== 2026-02-20T22:55:21.842 INFO:teuthology.orchestra.run.trial074.stderr:bash: line 1: ntpq: command not found 2026-02-20T22:55:21.844 INFO:teuthology.orchestra.run.trial074.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2026-02-20T22:55:21.844 INFO:teuthology.orchestra.run.trial074.stdout:=============================================================================== 2026-02-20T22:55:21.845 INFO:teuthology.run_tasks:Running task pexec... 2026-02-20T22:55:21.865 INFO:teuthology.task.pexec:Executing custom commands... 2026-02-20T22:55:21.866 DEBUG:teuthology.orchestra.run.trial027:> TESTDIR=/home/ubuntu/cephtest bash -s 2026-02-20T22:55:21.867 DEBUG:teuthology.orchestra.run.trial074:> TESTDIR=/home/ubuntu/cephtest bash -s 2026-02-20T22:55:21.870 INFO:teuthology.task.pexec:Running commands on host ubuntu@trial027.front.sepia.ceph.com 2026-02-20T22:55:21.870 INFO:teuthology.task.pexec:sudo dnf remove nvme-cli -y 2026-02-20T22:55:21.870 INFO:teuthology.task.pexec:sudo dnf install nvmetcli nvme-cli -y 2026-02-20T22:55:21.889 INFO:teuthology.task.pexec:Running commands on host ubuntu@trial074.front.sepia.ceph.com 2026-02-20T22:55:21.889 INFO:teuthology.task.pexec:sudo dnf remove nvme-cli -y 2026-02-20T22:55:21.889 INFO:teuthology.task.pexec:sudo dnf install nvmetcli nvme-cli -y 2026-02-20T22:55:22.039 INFO:teuthology.orchestra.run.trial027.stdout:No match for argument: nvme-cli 2026-02-20T22:55:22.039 INFO:teuthology.orchestra.run.trial027.stderr:No packages marked for removal. 2026-02-20T22:55:22.041 INFO:teuthology.orchestra.run.trial027.stdout:Dependencies resolved. 2026-02-20T22:55:22.042 INFO:teuthology.orchestra.run.trial027.stdout:Nothing to do. 2026-02-20T22:55:22.042 INFO:teuthology.orchestra.run.trial027.stdout:Complete! 2026-02-20T22:55:22.059 INFO:teuthology.orchestra.run.trial074.stdout:No match for argument: nvme-cli 2026-02-20T22:55:22.059 INFO:teuthology.orchestra.run.trial074.stderr:No packages marked for removal. 2026-02-20T22:55:22.061 INFO:teuthology.orchestra.run.trial074.stdout:Dependencies resolved. 2026-02-20T22:55:22.062 INFO:teuthology.orchestra.run.trial074.stdout:Nothing to do. 2026-02-20T22:55:22.062 INFO:teuthology.orchestra.run.trial074.stdout:Complete! 2026-02-20T22:55:22.344 INFO:teuthology.orchestra.run.trial027.stdout:Last metadata expiration check: 0:00:26 ago on Fri 20 Feb 2026 10:54:56 PM UTC. 2026-02-20T22:55:22.364 INFO:teuthology.orchestra.run.trial074.stdout:Last metadata expiration check: 0:00:27 ago on Fri 20 Feb 2026 10:54:55 PM UTC. 2026-02-20T22:55:22.426 INFO:teuthology.orchestra.run.trial027.stdout:Dependencies resolved. 2026-02-20T22:55:22.427 INFO:teuthology.orchestra.run.trial027.stdout:================================================================================ 2026-02-20T22:55:22.427 INFO:teuthology.orchestra.run.trial027.stdout: Package Architecture Version Repository Size 2026-02-20T22:55:22.427 INFO:teuthology.orchestra.run.trial027.stdout:================================================================================ 2026-02-20T22:55:22.427 INFO:teuthology.orchestra.run.trial027.stdout:Installing: 2026-02-20T22:55:22.427 INFO:teuthology.orchestra.run.trial027.stdout: nvme-cli x86_64 2.16-1.el9 baseos 1.2 M 2026-02-20T22:55:22.427 INFO:teuthology.orchestra.run.trial027.stdout: nvmetcli noarch 0.8-3.el9 baseos 44 k 2026-02-20T22:55:22.427 INFO:teuthology.orchestra.run.trial027.stdout:Installing dependencies: 2026-02-20T22:55:22.428 INFO:teuthology.orchestra.run.trial027.stdout: python3-configshell noarch 1:1.1.30-1.el9 baseos 72 k 2026-02-20T22:55:22.428 INFO:teuthology.orchestra.run.trial027.stdout: python3-kmod x86_64 0.9-32.el9 baseos 84 k 2026-02-20T22:55:22.428 INFO:teuthology.orchestra.run.trial027.stdout: python3-pyparsing noarch 2.4.7-9.el9 baseos 150 k 2026-02-20T22:55:22.428 INFO:teuthology.orchestra.run.trial027.stdout: python3-urwid x86_64 2.1.2-4.el9 baseos 837 k 2026-02-20T22:55:22.428 INFO:teuthology.orchestra.run.trial027.stdout: 2026-02-20T22:55:22.428 INFO:teuthology.orchestra.run.trial027.stdout:Transaction Summary 2026-02-20T22:55:22.428 INFO:teuthology.orchestra.run.trial027.stdout:================================================================================ 2026-02-20T22:55:22.428 INFO:teuthology.orchestra.run.trial027.stdout:Install 6 Packages 2026-02-20T22:55:22.428 INFO:teuthology.orchestra.run.trial027.stdout: 2026-02-20T22:55:22.428 INFO:teuthology.orchestra.run.trial027.stdout:Total download size: 2.3 M 2026-02-20T22:55:22.428 INFO:teuthology.orchestra.run.trial027.stdout:Installed size: 11 M 2026-02-20T22:55:22.429 INFO:teuthology.orchestra.run.trial027.stdout:Downloading Packages: 2026-02-20T22:55:22.444 INFO:teuthology.orchestra.run.trial074.stdout:Dependencies resolved. 2026-02-20T22:55:22.445 INFO:teuthology.orchestra.run.trial074.stdout:================================================================================ 2026-02-20T22:55:22.445 INFO:teuthology.orchestra.run.trial074.stdout: Package Architecture Version Repository Size 2026-02-20T22:55:22.445 INFO:teuthology.orchestra.run.trial074.stdout:================================================================================ 2026-02-20T22:55:22.446 INFO:teuthology.orchestra.run.trial074.stdout:Installing: 2026-02-20T22:55:22.446 INFO:teuthology.orchestra.run.trial074.stdout: nvme-cli x86_64 2.16-1.el9 baseos 1.2 M 2026-02-20T22:55:22.446 INFO:teuthology.orchestra.run.trial074.stdout: nvmetcli noarch 0.8-3.el9 baseos 44 k 2026-02-20T22:55:22.446 INFO:teuthology.orchestra.run.trial074.stdout:Installing dependencies: 2026-02-20T22:55:22.446 INFO:teuthology.orchestra.run.trial074.stdout: python3-configshell noarch 1:1.1.30-1.el9 baseos 72 k 2026-02-20T22:55:22.446 INFO:teuthology.orchestra.run.trial074.stdout: python3-kmod x86_64 0.9-32.el9 baseos 84 k 2026-02-20T22:55:22.446 INFO:teuthology.orchestra.run.trial074.stdout: python3-pyparsing noarch 2.4.7-9.el9 baseos 150 k 2026-02-20T22:55:22.446 INFO:teuthology.orchestra.run.trial074.stdout: python3-urwid x86_64 2.1.2-4.el9 baseos 837 k 2026-02-20T22:55:22.446 INFO:teuthology.orchestra.run.trial074.stdout: 2026-02-20T22:55:22.446 INFO:teuthology.orchestra.run.trial074.stdout:Transaction Summary 2026-02-20T22:55:22.446 INFO:teuthology.orchestra.run.trial074.stdout:================================================================================ 2026-02-20T22:55:22.446 INFO:teuthology.orchestra.run.trial074.stdout:Install 6 Packages 2026-02-20T22:55:22.447 INFO:teuthology.orchestra.run.trial074.stdout: 2026-02-20T22:55:22.447 INFO:teuthology.orchestra.run.trial074.stdout:Total download size: 2.3 M 2026-02-20T22:55:22.447 INFO:teuthology.orchestra.run.trial074.stdout:Installed size: 11 M 2026-02-20T22:55:22.447 INFO:teuthology.orchestra.run.trial074.stdout:Downloading Packages: 2026-02-20T22:55:22.555 INFO:teuthology.orchestra.run.trial027.stdout:(1/6): python3-configshell-1.1.30-1.el9.noarch. 1.0 MB/s | 72 kB 00:00 2026-02-20T22:55:22.580 INFO:teuthology.orchestra.run.trial027.stdout:(2/6): nvme-cli-2.16-1.el9.x86_64.rpm 12 MB/s | 1.2 MB 00:00 2026-02-20T22:55:22.587 INFO:teuthology.orchestra.run.trial027.stdout:(3/6): python3-kmod-0.9-32.el9.x86_64.rpm 2.5 MB/s | 84 kB 00:00 2026-02-20T22:55:22.589 INFO:teuthology.orchestra.run.trial027.stdout:(4/6): nvmetcli-0.8-3.el9.noarch.rpm 430 kB/s | 44 kB 00:00 2026-02-20T22:55:22.613 INFO:teuthology.orchestra.run.trial027.stdout:(5/6): python3-pyparsing-2.4.7-9.el9.noarch.rpm 4.5 MB/s | 150 kB 00:00 2026-02-20T22:55:22.627 INFO:teuthology.orchestra.run.trial027.stdout:(6/6): python3-urwid-2.1.2-4.el9.x86_64.rpm 21 MB/s | 837 kB 00:00 2026-02-20T22:55:22.628 INFO:teuthology.orchestra.run.trial027.stdout:-------------------------------------------------------------------------------- 2026-02-20T22:55:22.628 INFO:teuthology.orchestra.run.trial027.stdout:Total 11 MB/s | 2.3 MB 00:00 2026-02-20T22:55:22.682 INFO:teuthology.orchestra.run.trial027.stdout:Running transaction check 2026-02-20T22:55:22.690 INFO:teuthology.orchestra.run.trial027.stdout:Transaction check succeeded. 2026-02-20T22:55:22.691 INFO:teuthology.orchestra.run.trial027.stdout:Running transaction test 2026-02-20T22:55:22.757 INFO:teuthology.orchestra.run.trial027.stdout:Transaction test succeeded. 2026-02-20T22:55:22.757 INFO:teuthology.orchestra.run.trial027.stdout:Running transaction 2026-02-20T22:55:22.852 INFO:teuthology.orchestra.run.trial074.stdout:(1/6): nvmetcli-0.8-3.el9.noarch.rpm 138 kB/s | 44 kB 00:00 2026-02-20T22:55:22.889 INFO:teuthology.orchestra.run.trial027.stdout: Preparing : 1/1 2026-02-20T22:55:22.896 INFO:teuthology.orchestra.run.trial074.stdout:(2/6): python3-configshell-1.1.30-1.el9.noarch. 199 kB/s | 72 kB 00:00 2026-02-20T22:55:22.897 INFO:teuthology.orchestra.run.trial027.stdout: Installing : python3-urwid-2.1.2-4.el9.x86_64 1/6 2026-02-20T22:55:22.905 INFO:teuthology.orchestra.run.trial027.stdout: Installing : python3-pyparsing-2.4.7-9.el9.noarch 2/6 2026-02-20T22:55:22.911 INFO:teuthology.orchestra.run.trial027.stdout: Installing : python3-configshell-1:1.1.30-1.el9.noarch 3/6 2026-02-20T22:55:22.917 INFO:teuthology.orchestra.run.trial027.stdout: Installing : python3-kmod-0.9-32.el9.x86_64 4/6 2026-02-20T22:55:22.918 INFO:teuthology.orchestra.run.trial027.stdout: Installing : nvmetcli-0.8-3.el9.noarch 5/6 2026-02-20T22:55:23.030 INFO:teuthology.orchestra.run.trial074.stdout:(3/6): python3-kmod-0.9-32.el9.x86_64.rpm 475 kB/s | 84 kB 00:00 2026-02-20T22:55:23.054 INFO:teuthology.orchestra.run.trial027.stdout: Running scriptlet: nvmetcli-0.8-3.el9.noarch 5/6 2026-02-20T22:55:23.057 INFO:teuthology.orchestra.run.trial027.stdout: Installing : nvme-cli-2.16-1.el9.x86_64 6/6 2026-02-20T22:55:23.104 INFO:teuthology.orchestra.run.trial074.stdout:(4/6): python3-pyparsing-2.4.7-9.el9.noarch.rpm 726 kB/s | 150 kB 00:00 2026-02-20T22:55:23.211 INFO:teuthology.orchestra.run.trial074.stdout:(5/6): nvme-cli-2.16-1.el9.x86_64.rpm 1.7 MB/s | 1.2 MB 00:00 2026-02-20T22:55:23.328 INFO:teuthology.orchestra.run.trial027.stdout: Running scriptlet: nvme-cli-2.16-1.el9.x86_64 6/6 2026-02-20T22:55:23.328 INFO:teuthology.orchestra.run.trial027.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmefc-boot-connections.service → /usr/lib/systemd/system/nvmefc-boot-connections.service. 2026-02-20T22:55:23.328 INFO:teuthology.orchestra.run.trial027.stdout: 2026-02-20T22:55:23.359 INFO:teuthology.orchestra.run.trial074.stdout:(6/6): python3-urwid-2.1.2-4.el9.x86_64.rpm 2.5 MB/s | 837 kB 00:00 2026-02-20T22:55:23.359 INFO:teuthology.orchestra.run.trial074.stdout:-------------------------------------------------------------------------------- 2026-02-20T22:55:23.359 INFO:teuthology.orchestra.run.trial074.stdout:Total 2.5 MB/s | 2.3 MB 00:00 2026-02-20T22:55:23.408 INFO:teuthology.orchestra.run.trial074.stdout:Running transaction check 2026-02-20T22:55:23.415 INFO:teuthology.orchestra.run.trial074.stdout:Transaction check succeeded. 2026-02-20T22:55:23.415 INFO:teuthology.orchestra.run.trial074.stdout:Running transaction test 2026-02-20T22:55:23.480 INFO:teuthology.orchestra.run.trial074.stdout:Transaction test succeeded. 2026-02-20T22:55:23.480 INFO:teuthology.orchestra.run.trial074.stdout:Running transaction 2026-02-20T22:55:23.564 INFO:teuthology.orchestra.run.trial027.stdout: Verifying : nvme-cli-2.16-1.el9.x86_64 1/6 2026-02-20T22:55:23.564 INFO:teuthology.orchestra.run.trial027.stdout: Verifying : nvmetcli-0.8-3.el9.noarch 2/6 2026-02-20T22:55:23.564 INFO:teuthology.orchestra.run.trial027.stdout: Verifying : python3-configshell-1:1.1.30-1.el9.noarch 3/6 2026-02-20T22:55:23.564 INFO:teuthology.orchestra.run.trial027.stdout: Verifying : python3-kmod-0.9-32.el9.x86_64 4/6 2026-02-20T22:55:23.564 INFO:teuthology.orchestra.run.trial027.stdout: Verifying : python3-pyparsing-2.4.7-9.el9.noarch 5/6 2026-02-20T22:55:23.609 INFO:teuthology.orchestra.run.trial074.stdout: Preparing : 1/1 2026-02-20T22:55:23.617 INFO:teuthology.orchestra.run.trial074.stdout: Installing : python3-urwid-2.1.2-4.el9.x86_64 1/6 2026-02-20T22:55:23.618 INFO:teuthology.orchestra.run.trial027.stdout: Verifying : python3-urwid-2.1.2-4.el9.x86_64 6/6 2026-02-20T22:55:23.618 INFO:teuthology.orchestra.run.trial027.stdout: 2026-02-20T22:55:23.618 INFO:teuthology.orchestra.run.trial027.stdout:Installed: 2026-02-20T22:55:23.618 INFO:teuthology.orchestra.run.trial027.stdout: nvme-cli-2.16-1.el9.x86_64 nvmetcli-0.8-3.el9.noarch 2026-02-20T22:55:23.618 INFO:teuthology.orchestra.run.trial027.stdout: python3-configshell-1:1.1.30-1.el9.noarch python3-kmod-0.9-32.el9.x86_64 2026-02-20T22:55:23.618 INFO:teuthology.orchestra.run.trial027.stdout: python3-pyparsing-2.4.7-9.el9.noarch python3-urwid-2.1.2-4.el9.x86_64 2026-02-20T22:55:23.618 INFO:teuthology.orchestra.run.trial027.stdout: 2026-02-20T22:55:23.619 INFO:teuthology.orchestra.run.trial027.stdout:Complete! 2026-02-20T22:55:23.625 INFO:teuthology.orchestra.run.trial074.stdout: Installing : python3-pyparsing-2.4.7-9.el9.noarch 2/6 2026-02-20T22:55:23.632 INFO:teuthology.orchestra.run.trial074.stdout: Installing : python3-configshell-1:1.1.30-1.el9.noarch 3/6 2026-02-20T22:55:23.638 INFO:teuthology.orchestra.run.trial074.stdout: Installing : python3-kmod-0.9-32.el9.x86_64 4/6 2026-02-20T22:55:23.639 INFO:teuthology.orchestra.run.trial074.stdout: Installing : nvmetcli-0.8-3.el9.noarch 5/6 2026-02-20T22:55:23.650 DEBUG:teuthology.parallel:result is None 2026-02-20T22:55:23.769 INFO:teuthology.orchestra.run.trial074.stdout: Running scriptlet: nvmetcli-0.8-3.el9.noarch 5/6 2026-02-20T22:55:23.772 INFO:teuthology.orchestra.run.trial074.stdout: Installing : nvme-cli-2.16-1.el9.x86_64 6/6 2026-02-20T22:55:24.051 INFO:teuthology.orchestra.run.trial074.stdout: Running scriptlet: nvme-cli-2.16-1.el9.x86_64 6/6 2026-02-20T22:55:24.051 INFO:teuthology.orchestra.run.trial074.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmefc-boot-connections.service → /usr/lib/systemd/system/nvmefc-boot-connections.service. 2026-02-20T22:55:24.051 INFO:teuthology.orchestra.run.trial074.stdout: 2026-02-20T22:55:24.289 INFO:teuthology.orchestra.run.trial074.stdout: Verifying : nvme-cli-2.16-1.el9.x86_64 1/6 2026-02-20T22:55:24.289 INFO:teuthology.orchestra.run.trial074.stdout: Verifying : nvmetcli-0.8-3.el9.noarch 2/6 2026-02-20T22:55:24.289 INFO:teuthology.orchestra.run.trial074.stdout: Verifying : python3-configshell-1:1.1.30-1.el9.noarch 3/6 2026-02-20T22:55:24.289 INFO:teuthology.orchestra.run.trial074.stdout: Verifying : python3-kmod-0.9-32.el9.x86_64 4/6 2026-02-20T22:55:24.289 INFO:teuthology.orchestra.run.trial074.stdout: Verifying : python3-pyparsing-2.4.7-9.el9.noarch 5/6 2026-02-20T22:55:24.341 INFO:teuthology.orchestra.run.trial074.stdout: Verifying : python3-urwid-2.1.2-4.el9.x86_64 6/6 2026-02-20T22:55:24.342 INFO:teuthology.orchestra.run.trial074.stdout: 2026-02-20T22:55:24.342 INFO:teuthology.orchestra.run.trial074.stdout:Installed: 2026-02-20T22:55:24.342 INFO:teuthology.orchestra.run.trial074.stdout: nvme-cli-2.16-1.el9.x86_64 nvmetcli-0.8-3.el9.noarch 2026-02-20T22:55:24.342 INFO:teuthology.orchestra.run.trial074.stdout: python3-configshell-1:1.1.30-1.el9.noarch python3-kmod-0.9-32.el9.x86_64 2026-02-20T22:55:24.342 INFO:teuthology.orchestra.run.trial074.stdout: python3-pyparsing-2.4.7-9.el9.noarch python3-urwid-2.1.2-4.el9.x86_64 2026-02-20T22:55:24.342 INFO:teuthology.orchestra.run.trial074.stdout: 2026-02-20T22:55:24.342 INFO:teuthology.orchestra.run.trial074.stdout:Complete! 2026-02-20T22:55:24.371 DEBUG:teuthology.parallel:result is None 2026-02-20T22:55:24.371 INFO:teuthology.run_tasks:Running task cephadm.deploy_samba_ad_dc... 2026-02-20T22:55:24.466 INFO:tasks.cephadm:Testing if podman is available 2026-02-20T22:55:24.467 DEBUG:teuthology.orchestra.run.trial074:> sudo podman --help 2026-02-20T22:55:24.589 INFO:teuthology.orchestra.run.trial074.stdout:Manage pods, containers and images 2026-02-20T22:55:24.589 INFO:teuthology.orchestra.run.trial074.stdout: 2026-02-20T22:55:24.589 INFO:teuthology.orchestra.run.trial074.stdout:Usage: 2026-02-20T22:55:24.589 INFO:teuthology.orchestra.run.trial074.stdout: podman [options] [command] 2026-02-20T22:55:24.589 INFO:teuthology.orchestra.run.trial074.stdout: 2026-02-20T22:55:24.589 INFO:teuthology.orchestra.run.trial074.stdout:Available Commands: 2026-02-20T22:55:24.589 INFO:teuthology.orchestra.run.trial074.stdout: artifact Manage OCI artifacts 2026-02-20T22:55:24.589 INFO:teuthology.orchestra.run.trial074.stdout: attach Attach to a running container 2026-02-20T22:55:24.589 INFO:teuthology.orchestra.run.trial074.stdout: auto-update Auto update containers according to their auto-update policy 2026-02-20T22:55:24.589 INFO:teuthology.orchestra.run.trial074.stdout: build Build an image using instructions from Containerfiles 2026-02-20T22:55:24.589 INFO:teuthology.orchestra.run.trial074.stdout: commit Create new image based on the changed container 2026-02-20T22:55:24.589 INFO:teuthology.orchestra.run.trial074.stdout: compose Run compose workloads via an external provider such as docker-compose or podman-compose 2026-02-20T22:55:24.589 INFO:teuthology.orchestra.run.trial074.stdout: container Manage containers 2026-02-20T22:55:24.590 INFO:teuthology.orchestra.run.trial074.stdout: cp Copy files/folders between a container and the local filesystem 2026-02-20T22:55:24.590 INFO:teuthology.orchestra.run.trial074.stdout: create Create but do not start a container 2026-02-20T22:55:24.590 INFO:teuthology.orchestra.run.trial074.stdout: diff Display the changes to the object's file system 2026-02-20T22:55:24.590 INFO:teuthology.orchestra.run.trial074.stdout: events Show podman system events 2026-02-20T22:55:24.590 INFO:teuthology.orchestra.run.trial074.stdout: exec Run a process in a running container 2026-02-20T22:55:24.590 INFO:teuthology.orchestra.run.trial074.stdout: export Export container's filesystem contents as a tar archive 2026-02-20T22:55:24.590 INFO:teuthology.orchestra.run.trial074.stdout: farm Farm out builds to remote machines 2026-02-20T22:55:24.590 INFO:teuthology.orchestra.run.trial074.stdout: generate Generate structured data based on containers, pods or volumes 2026-02-20T22:55:24.590 INFO:teuthology.orchestra.run.trial074.stdout: healthcheck Manage health checks on containers 2026-02-20T22:55:24.590 INFO:teuthology.orchestra.run.trial074.stdout: help Help about any command 2026-02-20T22:55:24.590 INFO:teuthology.orchestra.run.trial074.stdout: history Show history of a specified image 2026-02-20T22:55:24.590 INFO:teuthology.orchestra.run.trial074.stdout: image Manage images 2026-02-20T22:55:24.590 INFO:teuthology.orchestra.run.trial074.stdout: images List images in local storage 2026-02-20T22:55:24.590 INFO:teuthology.orchestra.run.trial074.stdout: import Import a tarball to create a filesystem image 2026-02-20T22:55:24.590 INFO:teuthology.orchestra.run.trial074.stdout: info Display podman system information 2026-02-20T22:55:24.590 INFO:teuthology.orchestra.run.trial074.stdout: init Initialize one or more containers 2026-02-20T22:55:24.590 INFO:teuthology.orchestra.run.trial074.stdout: inspect Display the configuration of object denoted by ID 2026-02-20T22:55:24.590 INFO:teuthology.orchestra.run.trial074.stdout: kill Kill one or more running containers with a specific signal 2026-02-20T22:55:24.590 INFO:teuthology.orchestra.run.trial074.stdout: kube Play containers, pods or volumes from a structured file 2026-02-20T22:55:24.590 INFO:teuthology.orchestra.run.trial074.stdout: load Load image(s) from a tar archive 2026-02-20T22:55:24.590 INFO:teuthology.orchestra.run.trial074.stdout: login Log in to a container registry 2026-02-20T22:55:24.590 INFO:teuthology.orchestra.run.trial074.stdout: logout Log out of a container registry 2026-02-20T22:55:24.590 INFO:teuthology.orchestra.run.trial074.stdout: logs Fetch the logs of one or more containers 2026-02-20T22:55:24.590 INFO:teuthology.orchestra.run.trial074.stdout: machine Manage a virtual machine 2026-02-20T22:55:24.590 INFO:teuthology.orchestra.run.trial074.stdout: manifest Manipulate manifest lists and image indexes 2026-02-20T22:55:24.590 INFO:teuthology.orchestra.run.trial074.stdout: mount Mount a working container's root filesystem 2026-02-20T22:55:24.590 INFO:teuthology.orchestra.run.trial074.stdout: network Manage networks 2026-02-20T22:55:24.590 INFO:teuthology.orchestra.run.trial074.stdout: pause Pause all the processes in one or more containers 2026-02-20T22:55:24.590 INFO:teuthology.orchestra.run.trial074.stdout: pod Manage pods 2026-02-20T22:55:24.590 INFO:teuthology.orchestra.run.trial074.stdout: port List port mappings or a specific mapping for the container 2026-02-20T22:55:24.590 INFO:teuthology.orchestra.run.trial074.stdout: ps List containers 2026-02-20T22:55:24.590 INFO:teuthology.orchestra.run.trial074.stdout: pull Pull an image from a registry 2026-02-20T22:55:24.590 INFO:teuthology.orchestra.run.trial074.stdout: push Push an image to a specified destination 2026-02-20T22:55:24.591 INFO:teuthology.orchestra.run.trial074.stdout: quadlet Allows users to manage Quadlets 2026-02-20T22:55:24.591 INFO:teuthology.orchestra.run.trial074.stdout: rename Rename an existing container 2026-02-20T22:55:24.591 INFO:teuthology.orchestra.run.trial074.stdout: restart Restart one or more containers 2026-02-20T22:55:24.591 INFO:teuthology.orchestra.run.trial074.stdout: rm Remove one or more containers 2026-02-20T22:55:24.591 INFO:teuthology.orchestra.run.trial074.stdout: rmi Remove one or more images from local storage 2026-02-20T22:55:24.591 INFO:teuthology.orchestra.run.trial074.stdout: run Run a command in a new container 2026-02-20T22:55:24.591 INFO:teuthology.orchestra.run.trial074.stdout: save Save image(s) to an archive 2026-02-20T22:55:24.591 INFO:teuthology.orchestra.run.trial074.stdout: search Search registry for image 2026-02-20T22:55:24.591 INFO:teuthology.orchestra.run.trial074.stdout: secret Manage secrets 2026-02-20T22:55:24.591 INFO:teuthology.orchestra.run.trial074.stdout: start Start one or more containers 2026-02-20T22:55:24.591 INFO:teuthology.orchestra.run.trial074.stdout: stats Display a live stream of container resource usage statistics 2026-02-20T22:55:24.591 INFO:teuthology.orchestra.run.trial074.stdout: stop Stop one or more containers 2026-02-20T22:55:24.591 INFO:teuthology.orchestra.run.trial074.stdout: system Manage podman 2026-02-20T22:55:24.591 INFO:teuthology.orchestra.run.trial074.stdout: tag Add an additional name to a local image 2026-02-20T22:55:24.591 INFO:teuthology.orchestra.run.trial074.stdout: top Display the running processes of a container 2026-02-20T22:55:24.591 INFO:teuthology.orchestra.run.trial074.stdout: unmount Unmount working container's root filesystem 2026-02-20T22:55:24.591 INFO:teuthology.orchestra.run.trial074.stdout: unpause Unpause the processes in one or more containers 2026-02-20T22:55:24.591 INFO:teuthology.orchestra.run.trial074.stdout: unshare Run a command in a modified user namespace 2026-02-20T22:55:24.591 INFO:teuthology.orchestra.run.trial074.stdout: untag Remove a name from a local image 2026-02-20T22:55:24.591 INFO:teuthology.orchestra.run.trial074.stdout: update Update an existing container 2026-02-20T22:55:24.591 INFO:teuthology.orchestra.run.trial074.stdout: version Display the Podman version information 2026-02-20T22:55:24.591 INFO:teuthology.orchestra.run.trial074.stdout: volume Manage volumes 2026-02-20T22:55:24.591 INFO:teuthology.orchestra.run.trial074.stdout: wait Block on one or more containers 2026-02-20T22:55:24.591 INFO:teuthology.orchestra.run.trial074.stdout: 2026-02-20T22:55:24.591 INFO:teuthology.orchestra.run.trial074.stdout:Options: 2026-02-20T22:55:24.591 INFO:teuthology.orchestra.run.trial074.stdout: --cdi-spec-dir stringArray Set the CDI spec directory path (may be set multiple times) (default [/etc/cdi,/var/run/cdi]) 2026-02-20T22:55:24.591 INFO:teuthology.orchestra.run.trial074.stdout: --cgroup-manager string Cgroup manager to use ("cgroupfs"|"systemd") (default "systemd") 2026-02-20T22:55:24.591 INFO:teuthology.orchestra.run.trial074.stdout: --config string Path to directory containing authentication config file 2026-02-20T22:55:24.591 INFO:teuthology.orchestra.run.trial074.stdout: --conmon string Path of the conmon binary 2026-02-20T22:55:24.591 INFO:teuthology.orchestra.run.trial074.stdout: -c, --connection string Connection to use for remote Podman service (CONTAINER_CONNECTION) 2026-02-20T22:55:24.592 INFO:teuthology.orchestra.run.trial074.stdout: --events-backend string Events backend to use ("file"|"journald"|"none") (default "journald") 2026-02-20T22:55:24.592 INFO:teuthology.orchestra.run.trial074.stdout: --help Help for podman 2026-02-20T22:55:24.592 INFO:teuthology.orchestra.run.trial074.stdout: --hooks-dir stringArray Set the OCI hooks directory path (may be set multiple times) (default [/usr/share/containers/oci/hooks.d]) 2026-02-20T22:55:24.592 INFO:teuthology.orchestra.run.trial074.stdout: --identity string path to SSH identity file, (CONTAINER_SSHKEY) 2026-02-20T22:55:24.592 INFO:teuthology.orchestra.run.trial074.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-20T22:55:24.592 INFO:teuthology.orchestra.run.trial074.stdout: --log-level string Log messages above specified level (trace, debug, info, warn, warning, error, fatal, panic) (default "warn") 2026-02-20T22:55:24.592 INFO:teuthology.orchestra.run.trial074.stdout: --module stringArray Load the containers.conf(5) module 2026-02-20T22:55:24.592 INFO:teuthology.orchestra.run.trial074.stdout: --network-cmd-path string Path to the command for configuring the network 2026-02-20T22:55:24.592 INFO:teuthology.orchestra.run.trial074.stdout: --network-config-dir string Path of the configuration directory for networks 2026-02-20T22:55:24.592 INFO:teuthology.orchestra.run.trial074.stdout: --out string Send output (stdout) from podman to a file 2026-02-20T22:55:24.592 INFO:teuthology.orchestra.run.trial074.stdout: -r, --remote Access remote Podman service 2026-02-20T22:55:24.592 INFO:teuthology.orchestra.run.trial074.stdout: --root string Path to the graph root directory where images, containers, etc. are stored 2026-02-20T22:55:24.592 INFO:teuthology.orchestra.run.trial074.stdout: --runroot string Path to the 'run directory' where all state information is stored 2026-02-20T22:55:24.592 INFO:teuthology.orchestra.run.trial074.stdout: --runtime string Path to the OCI-compatible binary used to run containers. (default "crun") 2026-02-20T22:55:24.592 INFO:teuthology.orchestra.run.trial074.stdout: --runtime-flag stringArray add global flags for the container runtime 2026-02-20T22:55:24.592 INFO:teuthology.orchestra.run.trial074.stdout: --ssh string define the ssh mode (default "golang") 2026-02-20T22:55:24.592 INFO:teuthology.orchestra.run.trial074.stdout: --storage-driver string Select which storage driver is used to manage storage of images and containers 2026-02-20T22:55:24.592 INFO:teuthology.orchestra.run.trial074.stdout: --storage-opt stringArray Used to pass an option to the storage driver 2026-02-20T22:55:24.592 INFO:teuthology.orchestra.run.trial074.stdout: --syslog Output podman-internal logs to syslog as well as the console (default false) 2026-02-20T22:55:24.592 INFO:teuthology.orchestra.run.trial074.stdout: --tmpdir string Path to the tmp directory for libpod state content. 2026-02-20T22:55:24.592 INFO:teuthology.orchestra.run.trial074.stdout: 2026-02-20T22:55:24.592 INFO:teuthology.orchestra.run.trial074.stdout: Note: use the environment variable 'TMPDIR' to change the temporary storage location for container images, '/var/tmp'. 2026-02-20T22:55:24.592 INFO:teuthology.orchestra.run.trial074.stdout: (default "/run/libpod") 2026-02-20T22:55:24.592 INFO:teuthology.orchestra.run.trial074.stdout: --transient-store Enable transient container storage 2026-02-20T22:55:24.592 INFO:teuthology.orchestra.run.trial074.stdout: --url string URL to access Podman service (CONTAINER_HOST) (default "unix:///run/podman/podman.sock") 2026-02-20T22:55:24.592 INFO:teuthology.orchestra.run.trial074.stdout: -v, --version version for podman 2026-02-20T22:55:24.592 INFO:teuthology.orchestra.run.trial074.stdout: --volumepath string Path to the volume directory in which volume data is stored 2026-02-20T22:55:24.593 DEBUG:teuthology.orchestra.run.trial074:> sudo podman pull quay.io/samba.org/samba-ad-server:latest 2026-02-20T22:55:24.677 INFO:teuthology.orchestra.run.trial074.stderr:Trying to pull quay.io/samba.org/samba-ad-server:latest... 2026-02-20T22:55:25.024 INFO:teuthology.orchestra.run.trial074.stderr:Getting image source signatures 2026-02-20T22:55:25.024 INFO:teuthology.orchestra.run.trial074.stderr:Copying blob sha256:9369c16b794ee8e744411e7ecada89969be0bba61b92fd2f3e89272a2a73fe8b 2026-02-20T22:55:25.024 INFO:teuthology.orchestra.run.trial074.stderr:Copying blob sha256:8578362839047c7036a9e1f4ee58b5cc87b4d2034c3c58019fef2b185ed11b02 2026-02-20T22:55:25.024 INFO:teuthology.orchestra.run.trial074.stderr:Copying blob sha256:240bc3efd91d1688c91886d0ba5fc736942a471859a7eebfecc5b1a0323ee780 2026-02-20T22:55:25.024 INFO:teuthology.orchestra.run.trial074.stderr:Copying blob sha256:9e65dc05e3cd6d9661579ca8900554b6cd7a7cc3082c9b72d7382ee7812546ec 2026-02-20T22:55:25.024 INFO:teuthology.orchestra.run.trial074.stderr:Copying blob sha256:766c8dc7ba81351d116fc9008af73b7c0e0a68af71305a4b6345733a436fcd2d 2026-02-20T22:55:25.024 INFO:teuthology.orchestra.run.trial074.stderr:Copying blob sha256:d1feacaf4ad08bd304608718c519c09405dd8859db31f26953508696243a1fe4 2026-02-20T22:55:27.564 INFO:teuthology.orchestra.run.trial074.stderr:Copying config sha256:013ae4113d312f39c2e38be97dd8a183648755d59214528d90a733609c52b55c 2026-02-20T22:55:27.564 INFO:teuthology.orchestra.run.trial074.stderr:Writing manifest to image destination 2026-02-20T22:55:27.589 INFO:teuthology.orchestra.run.trial074.stdout:013ae4113d312f39c2e38be97dd8a183648755d59214528d90a733609c52b55c 2026-02-20T22:55:27.594 DEBUG:teuthology.orchestra.run.trial074:> sudo podman pull quay.io/samba.org/samba-client:latest 2026-02-20T22:55:27.635 INFO:teuthology.orchestra.run.trial074.stderr:Trying to pull quay.io/samba.org/samba-client:latest... 2026-02-20T22:55:27.958 INFO:teuthology.orchestra.run.trial074.stderr:Getting image source signatures 2026-02-20T22:55:27.958 INFO:teuthology.orchestra.run.trial074.stderr:Copying blob sha256:df17a2102e18a3cde499d3f280d1c12808ab306781e42ca86dc31fe4fb91e8cf 2026-02-20T22:55:27.959 INFO:teuthology.orchestra.run.trial074.stderr:Copying blob sha256:d1feacaf4ad08bd304608718c519c09405dd8859db31f26953508696243a1fe4 2026-02-20T22:55:28.690 INFO:teuthology.orchestra.run.trial074.stderr:Copying config sha256:c6036e73c5d5bc1a9646743b5fb310040b787e52380e6e9b887cd6487a2bead0 2026-02-20T22:55:28.691 INFO:teuthology.orchestra.run.trial074.stderr:Writing manifest to image destination 2026-02-20T22:55:28.699 INFO:teuthology.orchestra.run.trial074.stdout:c6036e73c5d5bc1a9646743b5fb310040b787e52380e6e9b887cd6487a2bead0 2026-02-20T22:55:28.704 DEBUG:teuthology.orchestra.run.trial074:> ss -lunH 2026-02-20T22:55:28.764 INFO:teuthology.orchestra.run.trial074.stdout:UNCONN 0 0 0.0.0.0:111 0.0.0.0:* 2026-02-20T22:55:28.764 INFO:teuthology.orchestra.run.trial074.stdout:UNCONN 0 0 127.0.0.1:323 0.0.0.0:* 2026-02-20T22:55:28.765 INFO:teuthology.orchestra.run.trial074.stdout:UNCONN 0 0 [::]:111 [::]:* 2026-02-20T22:55:28.765 INFO:teuthology.orchestra.run.trial074.stdout:UNCONN 0 0 [::1]:323 [::]:* 2026-02-20T22:55:28.765 DEBUG:teuthology.orchestra.run.trial074:> sudo mkdir -p /var/lib/samba/container/logs /var/lib/samba/container/data 2026-02-20T22:55:28.829 DEBUG:teuthology.orchestra.run.trial074:> sudo mkdir -p /var/tmp/samba 2026-02-20T22:55:28.893 DEBUG:teuthology.orchestra.run.trial074:> set -ex 2026-02-20T22:55:28.893 DEBUG:teuthology.orchestra.run.trial074:> sudo dd of=/var/tmp/samba/container.json 2026-02-20T22:55:28.956 DEBUG:teuthology.orchestra.run.trial074:> 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-20T22:55:29.080 INFO:teuthology.orchestra.run.trial074.stdout:97bd25f7044047a9fe2b62dc25e9ce6bf9cb47bedf4531a4fe0418a1667a79bd 2026-02-20T22:55:29.365 INFO:tasks.cephadm:Probing SMB status of DC 10.20.193.74, idx=0 2026-02-20T22:55:29.366 DEBUG:teuthology.orchestra.run.trial074:> sudo podman run --rm --net=host --dns=10.20.193.74 -eKRB5_CONFIG=/dev/null quay.io/samba.org/samba-client:latest smbclient -U 'DOMAIN1\ckent%1115Rose.' //domain1.sink.test/sysvol -c ls 2026-02-20T22:55:29.476 INFO:teuthology.orchestra.run.trial074.stderr:do_connect: Connection to domain1.sink.test failed (Error NT_STATUS_UNSUCCESSFUL) 2026-02-20T22:55:29.490 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-02-20T22:55:29.992 INFO:tasks.cephadm:Probing SMB status of DC 10.20.193.74, idx=1 2026-02-20T22:55:29.992 DEBUG:teuthology.orchestra.run.trial074:> sudo podman run --rm --net=host --dns=10.20.193.74 -eKRB5_CONFIG=/dev/null quay.io/samba.org/samba-client:latest smbclient -U 'DOMAIN1\ckent%1115Rose.' //domain1.sink.test/sysvol -c ls 2026-02-20T22:55:30.089 INFO:teuthology.orchestra.run.trial074.stderr:do_connect: Connection to domain1.sink.test failed (Error NT_STATUS_UNSUCCESSFUL) 2026-02-20T22:55:30.106 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-02-20T22:55:31.107 INFO:tasks.cephadm:Probing SMB status of DC 10.20.193.74, idx=2 2026-02-20T22:55:31.107 DEBUG:teuthology.orchestra.run.trial074:> sudo podman run --rm --net=host --dns=10.20.193.74 -eKRB5_CONFIG=/dev/null quay.io/samba.org/samba-client:latest smbclient -U 'DOMAIN1\ckent%1115Rose.' //domain1.sink.test/sysvol -c ls 2026-02-20T22:55:31.233 INFO:teuthology.orchestra.run.trial074.stderr:do_connect: Connection to domain1.sink.test failed (Error NT_STATUS_UNSUCCESSFUL) 2026-02-20T22:55:31.251 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-02-20T22:55:33.252 INFO:tasks.cephadm:Probing SMB status of DC 10.20.193.74, idx=3 2026-02-20T22:55:33.253 DEBUG:teuthology.orchestra.run.trial074:> sudo podman run --rm --net=host --dns=10.20.193.74 -eKRB5_CONFIG=/dev/null quay.io/samba.org/samba-client:latest smbclient -U 'DOMAIN1\ckent%1115Rose.' //domain1.sink.test/sysvol -c ls 2026-02-20T22:55:33.361 INFO:teuthology.orchestra.run.trial074.stderr:do_connect: Connection to domain1.sink.test failed (Error NT_STATUS_UNSUCCESSFUL) 2026-02-20T22:55:33.376 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-02-20T22:55:37.376 INFO:tasks.cephadm:Probing SMB status of DC 10.20.193.74, idx=4 2026-02-20T22:55:37.377 DEBUG:teuthology.orchestra.run.trial074:> sudo podman run --rm --net=host --dns=10.20.193.74 -eKRB5_CONFIG=/dev/null quay.io/samba.org/samba-client:latest smbclient -U 'DOMAIN1\ckent%1115Rose.' //domain1.sink.test/sysvol -c ls 2026-02-20T22:55:37.519 INFO:teuthology.orchestra.run.trial074.stdout: . D 0 Fri Feb 20 22:55:30 2026 2026-02-20T22:55:37.519 INFO:teuthology.orchestra.run.trial074.stdout: .. D 0 Fri Feb 20 22:55:30 2026 2026-02-20T22:55:37.519 INFO:teuthology.orchestra.run.trial074.stdout: domain1.sink.test D 0 Fri Feb 20 22:55:30 2026 2026-02-20T22:55:37.519 INFO:teuthology.orchestra.run.trial074.stdout: 2026-02-20T22:55:37.519 INFO:teuthology.orchestra.run.trial074.stdout: 921338020 blocks of size 1024. 862051844 blocks available 2026-02-20T22:55:37.533 INFO:tasks.cephadm:SMB status probe succeeded 2026-02-20T22:55:37.533 INFO:teuthology.run_tasks:Running task cephadm... 2026-02-20T22:55:37.545 INFO:tasks.cephadm:Config: {'single_host_defaults': True, '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': 'f7870454149f22574086dd2ff55d050585136531'} 2026-02-20T22:55:37.545 INFO:tasks.cephadm:Cluster image is quay.ceph.io/ceph-ci/ceph:f7870454149f22574086dd2ff55d050585136531 2026-02-20T22:55:37.549 INFO:tasks.cephadm:Cluster fsid is 45a14ea2-0eaf-11f1-a861-d404e6e7d460 2026-02-20T22:55:37.549 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2026-02-20T22:55:37.550 INFO:tasks.cephadm:Monitor IPs: {'mon.a': '10.20.193.27'} 2026-02-20T22:55:37.550 INFO:tasks.cephadm:First mon is mon.a on trial027 2026-02-20T22:55:37.550 INFO:tasks.cephadm:First mgr is x 2026-02-20T22:55:37.550 INFO:tasks.cephadm:Normalizing hostnames... 2026-02-20T22:55:37.550 DEBUG:teuthology.orchestra.run.trial027:> sudo hostname $(hostname -s) 2026-02-20T22:55:37.580 DEBUG:teuthology.orchestra.run.trial074:> sudo hostname $(hostname -s) 2026-02-20T22:55:37.606 INFO:tasks.cephadm:Downloading "compiled" cephadm from cachra 2026-02-20T22:55:37.606 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=f7870454149f22574086dd2ff55d050585136531 2026-02-20T22:55:37.778 INFO:tasks.cephadm:builder_project result: [{'url': 'https://3.chacra.ceph.com/r/ceph/wip-pdonnell-testing-20260219.182737-tentacle/f7870454149f22574086dd2ff55d050585136531/centos/9/flavors/default/', 'chacra_url': 'https://3.chacra.ceph.com/repos/ceph/wip-pdonnell-testing-20260219.182737-tentacle/f7870454149f22574086dd2ff55d050585136531/centos/9/flavors/default/', 'ref': 'wip-pdonnell-testing-20260219.182737-tentacle', 'sha1': 'f7870454149f22574086dd2ff55d050585136531', 'distro': 'centos', 'distro_version': '9', 'distro_codename': None, 'modified': '2026-02-20 13:26:37.513007', 'status': 'ready', 'flavor': 'default', 'project': 'ceph', 'archs': ['source', 'x86_64'], 'extra': {'version': '20.2.0-677-gf7870454', 'package_manager_version': '20.2.0-677.gf7870454', 'build_url': 'https://jenkins.ceph.com/job/ceph-dev-pipeline/3114/', 'root_build_cause': '', 'node_name': '10.20.192.18+soko08', 'job_name': 'ceph-dev-pipeline'}}] 2026-02-20T22:55:37.918 INFO:tasks.util.chacra:got chacra host 3.chacra.ceph.com, ref wip-pdonnell-testing-20260219.182737-tentacle, sha1 f7870454149f22574086dd2ff55d050585136531 from https://shaman.ceph.com/api/search/?project=ceph&distros=centos%2F9%2Fx86_64&flavor=default&sha1=f7870454149f22574086dd2ff55d050585136531 2026-02-20T22:55:37.919 INFO:tasks.cephadm:Discovered cachra url: https://3.chacra.ceph.com/binaries/ceph/wip-pdonnell-testing-20260219.182737-tentacle/f7870454149f22574086dd2ff55d050585136531/centos/9/x86_64/flavors/default/cephadm 2026-02-20T22:55:37.920 INFO:tasks.cephadm:Downloading cephadm from url: https://3.chacra.ceph.com/binaries/ceph/wip-pdonnell-testing-20260219.182737-tentacle/f7870454149f22574086dd2ff55d050585136531/centos/9/x86_64/flavors/default/cephadm 2026-02-20T22:55:37.920 DEBUG:teuthology.orchestra.run.trial027:> curl --silent -L https://3.chacra.ceph.com/binaries/ceph/wip-pdonnell-testing-20260219.182737-tentacle/f7870454149f22574086dd2ff55d050585136531/centos/9/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2026-02-20T22:55:38.242 INFO:teuthology.orchestra.run.trial027.stdout:-rw-r--r--. 1 ubuntu ubuntu 1054032 Feb 20 22:55 /home/ubuntu/cephtest/cephadm 2026-02-20T22:55:38.243 DEBUG:teuthology.orchestra.run.trial074:> curl --silent -L https://3.chacra.ceph.com/binaries/ceph/wip-pdonnell-testing-20260219.182737-tentacle/f7870454149f22574086dd2ff55d050585136531/centos/9/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2026-02-20T22:55:38.549 INFO:teuthology.orchestra.run.trial074.stdout:-rw-r--r--. 1 ubuntu ubuntu 1054032 Feb 20 22:55 /home/ubuntu/cephtest/cephadm 2026-02-20T22:55:38.550 DEBUG:teuthology.orchestra.run.trial027:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2026-02-20T22:55:38.570 DEBUG:teuthology.orchestra.run.trial074:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2026-02-20T22:55:38.604 INFO:tasks.cephadm:Pulling image quay.ceph.io/ceph-ci/ceph:f7870454149f22574086dd2ff55d050585136531 on all hosts... 2026-02-20T22:55:38.604 DEBUG:teuthology.orchestra.run.trial027:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:f7870454149f22574086dd2ff55d050585136531 pull 2026-02-20T22:55:38.611 DEBUG:teuthology.orchestra.run.trial074:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:f7870454149f22574086dd2ff55d050585136531 pull 2026-02-20T22:55:38.744 INFO:teuthology.orchestra.run.trial074.stderr:Pulling container image quay.ceph.io/ceph-ci/ceph:f7870454149f22574086dd2ff55d050585136531... 2026-02-20T22:55:38.852 INFO:teuthology.orchestra.run.trial027.stderr:Pulling container image quay.ceph.io/ceph-ci/ceph:f7870454149f22574086dd2ff55d050585136531... 2026-02-20T22:55:47.478 INFO:teuthology.orchestra.run.trial074.stdout:{ 2026-02-20T22:55:47.478 INFO:teuthology.orchestra.run.trial074.stdout: "ceph_version": "ceph version 20.2.0-677-gf7870454 (f7870454149f22574086dd2ff55d050585136531) tentacle (stable)", 2026-02-20T22:55:47.478 INFO:teuthology.orchestra.run.trial074.stdout: "image_id": "191e36ff62c2c47de9f007d502ed6fbffff443749f925d00e4709abf526900f1", 2026-02-20T22:55:47.478 INFO:teuthology.orchestra.run.trial074.stdout: "repo_digests": [ 2026-02-20T22:55:47.478 INFO:teuthology.orchestra.run.trial074.stdout: "quay.ceph.io/ceph-ci/ceph@sha256:9cc281dd1e60310f8109166bc76e656ce4c5c9b7d9bb9abfc9aa033dfa762ae4" 2026-02-20T22:55:47.478 INFO:teuthology.orchestra.run.trial074.stdout: ] 2026-02-20T22:55:47.478 INFO:teuthology.orchestra.run.trial074.stdout:} 2026-02-20T22:55:47.640 INFO:teuthology.orchestra.run.trial027.stdout:{ 2026-02-20T22:55:47.640 INFO:teuthology.orchestra.run.trial027.stdout: "ceph_version": "ceph version 20.2.0-677-gf7870454 (f7870454149f22574086dd2ff55d050585136531) tentacle (stable)", 2026-02-20T22:55:47.640 INFO:teuthology.orchestra.run.trial027.stdout: "image_id": "191e36ff62c2c47de9f007d502ed6fbffff443749f925d00e4709abf526900f1", 2026-02-20T22:55:47.641 INFO:teuthology.orchestra.run.trial027.stdout: "repo_digests": [ 2026-02-20T22:55:47.641 INFO:teuthology.orchestra.run.trial027.stdout: "quay.ceph.io/ceph-ci/ceph@sha256:9cc281dd1e60310f8109166bc76e656ce4c5c9b7d9bb9abfc9aa033dfa762ae4" 2026-02-20T22:55:47.641 INFO:teuthology.orchestra.run.trial027.stdout: ] 2026-02-20T22:55:47.641 INFO:teuthology.orchestra.run.trial027.stdout:} 2026-02-20T22:55:47.663 DEBUG:teuthology.orchestra.run.trial027:> sudo mkdir -p /etc/ceph 2026-02-20T22:55:47.732 DEBUG:teuthology.orchestra.run.trial074:> sudo mkdir -p /etc/ceph 2026-02-20T22:55:47.760 DEBUG:teuthology.orchestra.run.trial027:> sudo chmod 777 /etc/ceph 2026-02-20T22:55:47.785 DEBUG:teuthology.orchestra.run.trial074:> sudo chmod 777 /etc/ceph 2026-02-20T22:55:47.823 INFO:tasks.cephadm:Writing seed config... 2026-02-20T22:55:47.824 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2026-02-20T22:55:47.825 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2026-02-20T22:55:47.825 INFO:tasks.cephadm: override: [mon] debug mon = 20 2026-02-20T22:55:47.825 INFO:tasks.cephadm: override: [mon] debug ms = 1 2026-02-20T22:55:47.825 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2026-02-20T22:55:47.825 INFO:tasks.cephadm: override: [osd] debug ms = 1 2026-02-20T22:55:47.825 INFO:tasks.cephadm: override: [osd] debug osd = 20 2026-02-20T22:55:47.825 DEBUG:teuthology.orchestra.run.trial027:> set -ex 2026-02-20T22:55:47.825 DEBUG:teuthology.orchestra.run.trial027:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2026-02-20T22:55:47.841 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 = 45a14ea2-0eaf-11f1-a861-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-20T22:55:47.842 DEBUG:teuthology.orchestra.run.trial027:mon.a> sudo journalctl -f -n 0 -u ceph-45a14ea2-0eaf-11f1-a861-d404e6e7d460@mon.a.service 2026-02-20T22:55:47.883 DEBUG:teuthology.orchestra.run.trial027:mgr.x> sudo journalctl -f -n 0 -u ceph-45a14ea2-0eaf-11f1-a861-d404e6e7d460@mgr.x.service 2026-02-20T22:55:47.926 INFO:tasks.cephadm:Bootstrapping... 2026-02-20T22:55:47.926 DEBUG:teuthology.orchestra.run.trial027:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:f7870454149f22574086dd2ff55d050585136531 -v bootstrap --fsid 45a14ea2-0eaf-11f1-a861-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.27 --single-host-defaults --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2026-02-20T22:55:48.063 INFO:teuthology.orchestra.run.trial027.stdout:-------------------------------------------------------------------------------- 2026-02-20T22:55:48.063 INFO:teuthology.orchestra.run.trial027.stdout:cephadm ['--image', 'quay.ceph.io/ceph-ci/ceph:f7870454149f22574086dd2ff55d050585136531', '-v', 'bootstrap', '--fsid', '45a14ea2-0eaf-11f1-a861-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.27', '--single-host-defaults', '--skip-admin-label'] 2026-02-20T22:55:48.063 INFO:teuthology.orchestra.run.trial027.stderr:Specifying an fsid for your cluster offers no advantages and may increase the likelihood of fsid conflicts. 2026-02-20T22:55:48.063 INFO:teuthology.orchestra.run.trial027.stdout:Verifying podman|docker is present... 2026-02-20T22:55:48.080 INFO:teuthology.orchestra.run.trial027.stdout:/bin/podman: stdout 5.6.0 2026-02-20T22:55:48.080 INFO:teuthology.orchestra.run.trial027.stdout:Verifying lvm2 is present... 2026-02-20T22:55:48.080 INFO:teuthology.orchestra.run.trial027.stdout:Verifying time synchronization is in place... 2026-02-20T22:55:48.086 INFO:teuthology.orchestra.run.trial027.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2026-02-20T22:55:48.086 INFO:teuthology.orchestra.run.trial027.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2026-02-20T22:55:48.092 INFO:teuthology.orchestra.run.trial027.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2026-02-20T22:55:48.092 INFO:teuthology.orchestra.run.trial027.stdout:systemctl: stdout inactive 2026-02-20T22:55:48.098 INFO:teuthology.orchestra.run.trial027.stdout:systemctl: stdout enabled 2026-02-20T22:55:48.104 INFO:teuthology.orchestra.run.trial027.stdout:systemctl: stdout active 2026-02-20T22:55:48.104 INFO:teuthology.orchestra.run.trial027.stdout:Unit chronyd.service is enabled and running 2026-02-20T22:55:48.104 INFO:teuthology.orchestra.run.trial027.stdout:Repeating the final host check... 2026-02-20T22:55:48.120 INFO:teuthology.orchestra.run.trial027.stdout:/bin/podman: stdout 5.6.0 2026-02-20T22:55:48.120 INFO:teuthology.orchestra.run.trial027.stdout:podman (/bin/podman) version 5.6.0 is present 2026-02-20T22:55:48.121 INFO:teuthology.orchestra.run.trial027.stdout:systemctl is present 2026-02-20T22:55:48.121 INFO:teuthology.orchestra.run.trial027.stdout:lvcreate is present 2026-02-20T22:55:48.126 INFO:teuthology.orchestra.run.trial027.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2026-02-20T22:55:48.126 INFO:teuthology.orchestra.run.trial027.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2026-02-20T22:55:48.131 INFO:teuthology.orchestra.run.trial027.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2026-02-20T22:55:48.132 INFO:teuthology.orchestra.run.trial027.stdout:systemctl: stdout inactive 2026-02-20T22:55:48.137 INFO:teuthology.orchestra.run.trial027.stdout:systemctl: stdout enabled 2026-02-20T22:55:48.143 INFO:teuthology.orchestra.run.trial027.stdout:systemctl: stdout active 2026-02-20T22:55:48.143 INFO:teuthology.orchestra.run.trial027.stdout:Unit chronyd.service is enabled and running 2026-02-20T22:55:48.144 INFO:teuthology.orchestra.run.trial027.stdout:Host looks OK 2026-02-20T22:55:48.144 INFO:teuthology.orchestra.run.trial027.stdout:Cluster fsid: 45a14ea2-0eaf-11f1-a861-d404e6e7d460 2026-02-20T22:55:48.144 INFO:teuthology.orchestra.run.trial027.stdout:Acquiring lock 140461692975424 on /run/cephadm/45a14ea2-0eaf-11f1-a861-d404e6e7d460.lock 2026-02-20T22:55:48.144 INFO:teuthology.orchestra.run.trial027.stdout:Lock 140461692975424 acquired on /run/cephadm/45a14ea2-0eaf-11f1-a861-d404e6e7d460.lock 2026-02-20T22:55:48.144 INFO:teuthology.orchestra.run.trial027.stdout:Verifying IP 10.20.193.27 port 3300 ... 2026-02-20T22:55:48.144 INFO:teuthology.orchestra.run.trial027.stdout:Verifying IP 10.20.193.27 port 6789 ... 2026-02-20T22:55:48.145 INFO:teuthology.orchestra.run.trial027.stdout:Base mon IP(s) is [10.20.193.27:3300, 10.20.193.27:6789], mon addrv is [v2:10.20.193.27:3300,v1:10.20.193.27:6789] 2026-02-20T22:55:48.147 INFO:teuthology.orchestra.run.trial027.stdout:/sbin/ip: stdout default via 10.20.192.1 dev enp1s0f0 proto dhcp src 10.20.193.27 metric 102 2026-02-20T22:55:48.147 INFO:teuthology.orchestra.run.trial027.stdout:/sbin/ip: stdout 10.20.192.0/20 dev enp1s0f0 proto kernel scope link src 10.20.193.27 metric 102 2026-02-20T22:55:48.147 INFO:teuthology.orchestra.run.trial027.stdout:/sbin/ip: stdout 169.254.3.0/24 dev enp7s0f4u2u2c2 proto kernel scope link src 169.254.3.1 metric 101 2026-02-20T22:55:48.149 INFO:teuthology.orchestra.run.trial027.stdout:/sbin/ip: stdout ::1 dev lo proto kernel metric 256 pref medium 2026-02-20T22:55:48.149 INFO:teuthology.orchestra.run.trial027.stdout:/sbin/ip: stdout fe80::/64 dev enp1s0f0 proto kernel metric 256 pref medium 2026-02-20T22:55:48.149 INFO:teuthology.orchestra.run.trial027.stdout:/sbin/ip: stdout fe80::/64 dev enp7s0f4u2u2c2 proto kernel metric 1024 pref medium 2026-02-20T22:55:48.152 INFO:teuthology.orchestra.run.trial027.stdout:/sbin/ip: stdout 1: lo: mtu 65536 state UNKNOWN qlen 1000 2026-02-20T22:55:48.152 INFO:teuthology.orchestra.run.trial027.stdout:/sbin/ip: stdout inet6 ::1/128 scope host 2026-02-20T22:55:48.152 INFO:teuthology.orchestra.run.trial027.stdout:/sbin/ip: stdout valid_lft forever preferred_lft forever 2026-02-20T22:55:48.152 INFO:teuthology.orchestra.run.trial027.stdout:/sbin/ip: stdout 2: enp7s0f4u2u2c2: mtu 1500 state UNKNOWN qlen 1000 2026-02-20T22:55:48.153 INFO:teuthology.orchestra.run.trial027.stdout:/sbin/ip: stdout inet6 fe80::a535:f11b:99f6:e774/64 scope link noprefixroute 2026-02-20T22:55:48.153 INFO:teuthology.orchestra.run.trial027.stdout:/sbin/ip: stdout valid_lft forever preferred_lft forever 2026-02-20T22:55:48.153 INFO:teuthology.orchestra.run.trial027.stdout:/sbin/ip: stdout 3: enp1s0f0: mtu 1500 state UP qlen 1000 2026-02-20T22:55:48.153 INFO:teuthology.orchestra.run.trial027.stdout:/sbin/ip: stdout inet6 fe80::925a:8ff:fe77:6260/64 scope link 2026-02-20T22:55:48.153 INFO:teuthology.orchestra.run.trial027.stdout:/sbin/ip: stdout valid_lft forever preferred_lft forever 2026-02-20T22:55:48.153 INFO:teuthology.orchestra.run.trial027.stdout:Mon IP `10.20.193.27` is in CIDR network `10.20.192.0/20` 2026-02-20T22:55:48.153 INFO:teuthology.orchestra.run.trial027.stdout:Mon IP `10.20.193.27` is in CIDR network `10.20.192.0/20` 2026-02-20T22:55:48.153 INFO:teuthology.orchestra.run.trial027.stdout:Inferred mon public CIDR from local network configuration ['10.20.192.0/20', '10.20.192.0/20'] 2026-02-20T22:55:48.153 INFO:teuthology.orchestra.run.trial027.stdout:Internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2026-02-20T22:55:48.154 INFO:teuthology.orchestra.run.trial027.stdout:Adjusting default settings to suit single-host cluster... 2026-02-20T22:55:48.154 INFO:teuthology.orchestra.run.trial027.stdout:Pulling container image quay.ceph.io/ceph-ci/ceph:f7870454149f22574086dd2ff55d050585136531... 2026-02-20T22:55:48.385 INFO:teuthology.orchestra.run.trial027.stdout:/bin/podman: stdout 191e36ff62c2c47de9f007d502ed6fbffff443749f925d00e4709abf526900f1 2026-02-20T22:55:48.385 INFO:teuthology.orchestra.run.trial027.stdout:/bin/podman: stderr Trying to pull quay.ceph.io/ceph-ci/ceph:f7870454149f22574086dd2ff55d050585136531... 2026-02-20T22:55:48.386 INFO:teuthology.orchestra.run.trial027.stdout:/bin/podman: stderr Getting image source signatures 2026-02-20T22:55:48.386 INFO:teuthology.orchestra.run.trial027.stdout:/bin/podman: stderr Copying blob sha256:0cf63a27055a859d286185a933b0b6ddb181f8349d6aee8c52cf789385a51e06 2026-02-20T22:55:48.386 INFO:teuthology.orchestra.run.trial027.stdout:/bin/podman: stderr Copying blob sha256:5dd85e1a50663785d86adae5ef92579a03e6f64059ca9c005010518acdd62048 2026-02-20T22:55:48.386 INFO:teuthology.orchestra.run.trial027.stdout:/bin/podman: stderr Copying config sha256:191e36ff62c2c47de9f007d502ed6fbffff443749f925d00e4709abf526900f1 2026-02-20T22:55:48.386 INFO:teuthology.orchestra.run.trial027.stdout:/bin/podman: stderr Writing manifest to image destination 2026-02-20T22:55:48.511 INFO:teuthology.orchestra.run.trial027.stdout:ceph: stdout ceph version 20.2.0-677-gf7870454 (f7870454149f22574086dd2ff55d050585136531) tentacle (stable) 2026-02-20T22:55:48.511 INFO:teuthology.orchestra.run.trial027.stdout:Ceph version: ceph version 20.2.0-677-gf7870454 (f7870454149f22574086dd2ff55d050585136531) tentacle (stable) 2026-02-20T22:55:48.511 INFO:teuthology.orchestra.run.trial027.stdout:Extracting ceph user uid/gid from container image... 2026-02-20T22:55:48.643 INFO:teuthology.orchestra.run.trial027.stdout:stat: stdout 167 167 2026-02-20T22:55:48.644 INFO:teuthology.orchestra.run.trial027.stdout:Creating initial keys... 2026-02-20T22:55:48.791 INFO:teuthology.orchestra.run.trial027.stdout:/usr/bin/ceph-authtool: stdout AQB05phpAomgLRAArcdr1Mx1f2pzNLiQmKrSRQ== 2026-02-20T22:55:48.923 INFO:teuthology.orchestra.run.trial027.stdout:/usr/bin/ceph-authtool: stdout AQB05php9/siNhAAZHZalA1peSPQRHLPeTBszw== 2026-02-20T22:55:49.071 INFO:teuthology.orchestra.run.trial027.stdout:/usr/bin/ceph-authtool: stdout AQB15phpyg5mAhAA847D78RIdTedKFvH4LovqQ== 2026-02-20T22:55:49.072 INFO:teuthology.orchestra.run.trial027.stdout:Creating initial monmap... 2026-02-20T22:55:49.208 INFO:teuthology.orchestra.run.trial027.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: monmap file /tmp/monmap 2026-02-20T22:55:49.208 INFO:teuthology.orchestra.run.trial027.stdout:/usr/bin/monmaptool: stdout setting min_mon_release = tentacle 2026-02-20T22:55:49.208 INFO:teuthology.orchestra.run.trial027.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: set fsid to 45a14ea2-0eaf-11f1-a861-d404e6e7d460 2026-02-20T22:55:49.208 INFO:teuthology.orchestra.run.trial027.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2026-02-20T22:55:49.208 INFO:teuthology.orchestra.run.trial027.stdout:monmaptool for a [v2:10.20.193.27:3300,v1:10.20.193.27:6789] on /usr/bin/monmaptool: monmap file /tmp/monmap 2026-02-20T22:55:49.208 INFO:teuthology.orchestra.run.trial027.stdout:setting min_mon_release = tentacle 2026-02-20T22:55:49.209 INFO:teuthology.orchestra.run.trial027.stdout:/usr/bin/monmaptool: set fsid to 45a14ea2-0eaf-11f1-a861-d404e6e7d460 2026-02-20T22:55:49.209 INFO:teuthology.orchestra.run.trial027.stdout:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2026-02-20T22:55:49.209 INFO:teuthology.orchestra.run.trial027.stdout: 2026-02-20T22:55:49.209 INFO:teuthology.orchestra.run.trial027.stdout:Creating mon... 2026-02-20T22:55:49.348 INFO:teuthology.orchestra.run.trial027.stdout:create mon.a on 2026-02-20T22:55:49.607 INFO:teuthology.orchestra.run.trial027.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /etc/systemd/system/ceph.target. 2026-02-20T22:55:49.708 INFO:teuthology.orchestra.run.trial027.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph-45a14ea2-0eaf-11f1-a861-d404e6e7d460.target → /etc/systemd/system/ceph-45a14ea2-0eaf-11f1-a861-d404e6e7d460.target. 2026-02-20T22:55:49.708 INFO:teuthology.orchestra.run.trial027.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph.target.wants/ceph-45a14ea2-0eaf-11f1-a861-d404e6e7d460.target → /etc/systemd/system/ceph-45a14ea2-0eaf-11f1-a861-d404e6e7d460.target. 2026-02-20T22:55:49.829 INFO:teuthology.orchestra.run.trial027.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-45a14ea2-0eaf-11f1-a861-d404e6e7d460@mon.a 2026-02-20T22:55:49.830 INFO:teuthology.orchestra.run.trial027.stdout:systemctl: stderr Failed to reset failed state of unit ceph-45a14ea2-0eaf-11f1-a861-d404e6e7d460@mon.a.service: Unit ceph-45a14ea2-0eaf-11f1-a861-d404e6e7d460@mon.a.service not loaded. 2026-02-20T22:55:49.950 INFO:teuthology.orchestra.run.trial027.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-45a14ea2-0eaf-11f1-a861-d404e6e7d460.target.wants/ceph-45a14ea2-0eaf-11f1-a861-d404e6e7d460@mon.a.service → /etc/systemd/system/ceph-45a14ea2-0eaf-11f1-a861-d404e6e7d460@.service. 2026-02-20T22:55:50.100 INFO:teuthology.orchestra.run.trial027.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2026-02-20T22:55:50.101 INFO:teuthology.orchestra.run.trial027.stdout:systemctl: stdout disabled 2026-02-20T22:55:50.106 INFO:teuthology.orchestra.run.trial027.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2026-02-20T22:55:50.106 INFO:teuthology.orchestra.run.trial027.stdout:systemctl: stdout inactive 2026-02-20T22:55:50.106 INFO:teuthology.orchestra.run.trial027.stdout:firewalld.service is not enabled 2026-02-20T22:55:50.106 INFO:teuthology.orchestra.run.trial027.stdout:Not possible to enable service . firewalld.service is not available 2026-02-20T22:55:50.106 INFO:teuthology.orchestra.run.trial027.stdout:Waiting for mon to start... 2026-02-20T22:55:50.107 INFO:teuthology.orchestra.run.trial027.stdout:Waiting for mon... 2026-02-20T22:55:50.264 INFO:teuthology.orchestra.run.trial027.stdout:/usr/bin/ceph: stdout cluster: 2026-02-20T22:55:50.264 INFO:teuthology.orchestra.run.trial027.stdout:/usr/bin/ceph: stdout id: 45a14ea2-0eaf-11f1-a861-d404e6e7d460 2026-02-20T22:55:50.264 INFO:teuthology.orchestra.run.trial027.stdout:/usr/bin/ceph: stdout health: HEALTH_OK 2026-02-20T22:55:50.264 INFO:teuthology.orchestra.run.trial027.stdout:/usr/bin/ceph: stdout 2026-02-20T22:55:50.264 INFO:teuthology.orchestra.run.trial027.stdout:/usr/bin/ceph: stdout services: 2026-02-20T22:55:50.264 INFO:teuthology.orchestra.run.trial027.stdout:/usr/bin/ceph: stdout mon: 1 daemons, quorum a (age 0.13265s) [leader: a] 2026-02-20T22:55:50.264 INFO:teuthology.orchestra.run.trial027.stdout:/usr/bin/ceph: stdout mgr: no daemons active 2026-02-20T22:55:50.264 INFO:teuthology.orchestra.run.trial027.stdout:/usr/bin/ceph: stdout osd: 0 osds: 0 up, 0 in 2026-02-20T22:55:50.264 INFO:teuthology.orchestra.run.trial027.stdout:/usr/bin/ceph: stdout 2026-02-20T22:55:50.264 INFO:teuthology.orchestra.run.trial027.stdout:/usr/bin/ceph: stdout data: 2026-02-20T22:55:50.264 INFO:teuthology.orchestra.run.trial027.stdout:/usr/bin/ceph: stdout pools: 0 pools, 0 pgs 2026-02-20T22:55:50.264 INFO:teuthology.orchestra.run.trial027.stdout:/usr/bin/ceph: stdout objects: 0 objects, 0 B 2026-02-20T22:55:50.264 INFO:teuthology.orchestra.run.trial027.stdout:/usr/bin/ceph: stdout usage: 0 B used, 0 B / 0 B avail 2026-02-20T22:55:50.264 INFO:teuthology.orchestra.run.trial027.stdout:/usr/bin/ceph: stdout pgs: 2026-02-20T22:55:50.264 INFO:teuthology.orchestra.run.trial027.stdout:/usr/bin/ceph: stdout 2026-02-20T22:55:50.265 INFO:teuthology.orchestra.run.trial027.stdout:mon is available 2026-02-20T22:55:50.265 INFO:teuthology.orchestra.run.trial027.stdout:Assimilating anything we can from ceph.conf... 2026-02-20T22:55:50.416 INFO:teuthology.orchestra.run.trial027.stdout:/usr/bin/ceph: stdout 2026-02-20T22:55:50.416 INFO:teuthology.orchestra.run.trial027.stdout:/usr/bin/ceph: stdout [global] 2026-02-20T22:55:50.416 INFO:teuthology.orchestra.run.trial027.stdout:/usr/bin/ceph: stdout fsid = 45a14ea2-0eaf-11f1-a861-d404e6e7d460 2026-02-20T22:55:50.416 INFO:teuthology.orchestra.run.trial027.stdout:/usr/bin/ceph: stdout mon_cluster_log_file_level = debug 2026-02-20T22:55:50.416 INFO:teuthology.orchestra.run.trial027.stdout:/usr/bin/ceph: stdout mon_host = [v2:10.20.193.27:3300,v1:10.20.193.27:6789] 2026-02-20T22:55:50.416 INFO:teuthology.orchestra.run.trial027.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2026-02-20T22:55:50.416 INFO:teuthology.orchestra.run.trial027.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2026-02-20T22:55:50.416 INFO:teuthology.orchestra.run.trial027.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2026-02-20T22:55:50.416 INFO:teuthology.orchestra.run.trial027.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2026-02-20T22:55:50.416 INFO:teuthology.orchestra.run.trial027.stdout:/usr/bin/ceph: stdout 2026-02-20T22:55:50.416 INFO:teuthology.orchestra.run.trial027.stdout:/usr/bin/ceph: stdout [mgr] 2026-02-20T22:55:50.417 INFO:teuthology.orchestra.run.trial027.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2026-02-20T22:55:50.417 INFO:teuthology.orchestra.run.trial027.stdout:/usr/bin/ceph: stdout 2026-02-20T22:55:50.417 INFO:teuthology.orchestra.run.trial027.stdout:/usr/bin/ceph: stdout [osd] 2026-02-20T22:55:50.417 INFO:teuthology.orchestra.run.trial027.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2026-02-20T22:55:50.417 INFO:teuthology.orchestra.run.trial027.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2026-02-20T22:55:50.417 INFO:teuthology.orchestra.run.trial027.stdout:Generating new minimal ceph.conf... 2026-02-20T22:55:50.574 INFO:teuthology.orchestra.run.trial027.stdout:Restarting the monitor... 2026-02-20T22:55:50.949 INFO:teuthology.orchestra.run.trial027.stdout:Setting public_network to 10.20.192.0/20 in global config section 2026-02-20T22:55:51.101 INFO:teuthology.orchestra.run.trial027.stdout:Wrote config to /etc/ceph/ceph.conf 2026-02-20T22:55:51.101 INFO:teuthology.orchestra.run.trial027.stdout:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2026-02-20T22:55:51.102 INFO:teuthology.orchestra.run.trial027.stdout:Creating mgr... 2026-02-20T22:55:51.102 INFO:teuthology.orchestra.run.trial027.stdout:Verifying port 0.0.0.0:9283 ... 2026-02-20T22:55:51.102 INFO:teuthology.orchestra.run.trial027.stdout:Verifying port 0.0.0.0:8765 ... 2026-02-20T22:55:51.232 INFO:teuthology.orchestra.run.trial027.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-45a14ea2-0eaf-11f1-a861-d404e6e7d460@mgr.x 2026-02-20T22:55:51.232 INFO:teuthology.orchestra.run.trial027.stdout:systemctl: stderr Failed to reset failed state of unit ceph-45a14ea2-0eaf-11f1-a861-d404e6e7d460@mgr.x.service: Unit ceph-45a14ea2-0eaf-11f1-a861-d404e6e7d460@mgr.x.service not loaded. 2026-02-20T22:55:51.335 INFO:teuthology.orchestra.run.trial027.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-45a14ea2-0eaf-11f1-a861-d404e6e7d460.target.wants/ceph-45a14ea2-0eaf-11f1-a861-d404e6e7d460@mgr.x.service → /etc/systemd/system/ceph-45a14ea2-0eaf-11f1-a861-d404e6e7d460@.service. 2026-02-20T22:55:51.486 INFO:teuthology.orchestra.run.trial027.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2026-02-20T22:55:51.486 INFO:teuthology.orchestra.run.trial027.stdout:systemctl: stdout disabled 2026-02-20T22:55:51.492 INFO:teuthology.orchestra.run.trial027.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2026-02-20T22:55:51.492 INFO:teuthology.orchestra.run.trial027.stdout:systemctl: stdout inactive 2026-02-20T22:55:51.492 INFO:teuthology.orchestra.run.trial027.stdout:firewalld.service is not enabled 2026-02-20T22:55:51.492 INFO:teuthology.orchestra.run.trial027.stdout:Not possible to enable service . firewalld.service is not available 2026-02-20T22:55:51.499 INFO:teuthology.orchestra.run.trial027.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2026-02-20T22:55:51.500 INFO:teuthology.orchestra.run.trial027.stdout:systemctl: stdout disabled 2026-02-20T22:55:51.505 INFO:teuthology.orchestra.run.trial027.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2026-02-20T22:55:51.506 INFO:teuthology.orchestra.run.trial027.stdout:systemctl: stdout inactive 2026-02-20T22:55:51.506 INFO:teuthology.orchestra.run.trial027.stdout:firewalld.service is not enabled 2026-02-20T22:55:51.506 INFO:teuthology.orchestra.run.trial027.stdout:Not possible to open ports <[9283, 8765]>. firewalld.service is not available 2026-02-20T22:55:51.506 INFO:teuthology.orchestra.run.trial027.stdout:Waiting for mgr to start... 2026-02-20T22:55:51.506 INFO:teuthology.orchestra.run.trial027.stdout:Waiting for mgr... 2026-02-20T22:55:51.666 INFO:teuthology.orchestra.run.trial027.stdout:/usr/bin/ceph: stdout 2026-02-20T22:55:51.666 INFO:teuthology.orchestra.run.trial027.stdout:/usr/bin/ceph: stdout { 2026-02-20T22:55:51.666 INFO:teuthology.orchestra.run.trial027.stdout:/usr/bin/ceph: stdout "fsid": "45a14ea2-0eaf-11f1-a861-d404e6e7d460", 2026-02-20T22:55:51.666 INFO:teuthology.orchestra.run.trial027.stdout:/usr/bin/ceph: stdout "health": { 2026-02-20T22:55:51.666 INFO:teuthology.orchestra.run.trial027.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2026-02-20T22:55:51.667 INFO:teuthology.orchestra.run.trial027.stdout:/usr/bin/ceph: stdout "checks": {}, 2026-02-20T22:55:51.667 INFO:teuthology.orchestra.run.trial027.stdout:/usr/bin/ceph: stdout "mutes": [] 2026-02-20T22:55:51.667 INFO:teuthology.orchestra.run.trial027.stdout:/usr/bin/ceph: stdout }, 2026-02-20T22:55:51.667 INFO:teuthology.orchestra.run.trial027.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2026-02-20T22:55:51.667 INFO:teuthology.orchestra.run.trial027.stdout:/usr/bin/ceph: stdout "quorum": [ 2026-02-20T22:55:51.667 INFO:teuthology.orchestra.run.trial027.stdout:/usr/bin/ceph: stdout 0 2026-02-20T22:55:51.667 INFO:teuthology.orchestra.run.trial027.stdout:/usr/bin/ceph: stdout ], 2026-02-20T22:55:51.667 INFO:teuthology.orchestra.run.trial027.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2026-02-20T22:55:51.667 INFO:teuthology.orchestra.run.trial027.stdout:/usr/bin/ceph: stdout "a" 2026-02-20T22:55:51.667 INFO:teuthology.orchestra.run.trial027.stdout:/usr/bin/ceph: stdout ], 2026-02-20T22:55:51.667 INFO:teuthology.orchestra.run.trial027.stdout:/usr/bin/ceph: stdout "quorum_age": 0, 2026-02-20T22:55:51.667 INFO:teuthology.orchestra.run.trial027.stdout:/usr/bin/ceph: stdout "monmap": { 2026-02-20T22:55:51.667 INFO:teuthology.orchestra.run.trial027.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-02-20T22:55:51.667 INFO:teuthology.orchestra.run.trial027.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "tentacle", 2026-02-20T22:55:51.667 INFO:teuthology.orchestra.run.trial027.stdout:/usr/bin/ceph: stdout "num_mons": 1 2026-02-20T22:55:51.667 INFO:teuthology.orchestra.run.trial027.stdout:/usr/bin/ceph: stdout }, 2026-02-20T22:55:51.667 INFO:teuthology.orchestra.run.trial027.stdout:/usr/bin/ceph: stdout "osdmap": { 2026-02-20T22:55:51.667 INFO:teuthology.orchestra.run.trial027.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-02-20T22:55:51.667 INFO:teuthology.orchestra.run.trial027.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2026-02-20T22:55:51.667 INFO:teuthology.orchestra.run.trial027.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2026-02-20T22:55:51.667 INFO:teuthology.orchestra.run.trial027.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2026-02-20T22:55:51.667 INFO:teuthology.orchestra.run.trial027.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2026-02-20T22:55:51.667 INFO:teuthology.orchestra.run.trial027.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2026-02-20T22:55:51.667 INFO:teuthology.orchestra.run.trial027.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2026-02-20T22:55:51.667 INFO:teuthology.orchestra.run.trial027.stdout:/usr/bin/ceph: stdout }, 2026-02-20T22:55:51.667 INFO:teuthology.orchestra.run.trial027.stdout:/usr/bin/ceph: stdout "pgmap": { 2026-02-20T22:55:51.667 INFO:teuthology.orchestra.run.trial027.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2026-02-20T22:55:51.667 INFO:teuthology.orchestra.run.trial027.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2026-02-20T22:55:51.667 INFO:teuthology.orchestra.run.trial027.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2026-02-20T22:55:51.667 INFO:teuthology.orchestra.run.trial027.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2026-02-20T22:55:51.667 INFO:teuthology.orchestra.run.trial027.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2026-02-20T22:55:51.667 INFO:teuthology.orchestra.run.trial027.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2026-02-20T22:55:51.667 INFO:teuthology.orchestra.run.trial027.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2026-02-20T22:55:51.667 INFO:teuthology.orchestra.run.trial027.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2026-02-20T22:55:51.667 INFO:teuthology.orchestra.run.trial027.stdout:/usr/bin/ceph: stdout }, 2026-02-20T22:55:51.667 INFO:teuthology.orchestra.run.trial027.stdout:/usr/bin/ceph: stdout "fsmap": { 2026-02-20T22:55:51.667 INFO:teuthology.orchestra.run.trial027.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-02-20T22:55:51.667 INFO:teuthology.orchestra.run.trial027.stdout:/usr/bin/ceph: stdout "btime": "2026-02-20T22:55:50:111239+0000", 2026-02-20T22:55:51.667 INFO:teuthology.orchestra.run.trial027.stdout:/usr/bin/ceph: stdout "by_rank": [], 2026-02-20T22:55:51.667 INFO:teuthology.orchestra.run.trial027.stdout:/usr/bin/ceph: stdout "up:standby": 0 2026-02-20T22:55:51.667 INFO:teuthology.orchestra.run.trial027.stdout:/usr/bin/ceph: stdout }, 2026-02-20T22:55:51.667 INFO:teuthology.orchestra.run.trial027.stdout:/usr/bin/ceph: stdout "mgrmap": { 2026-02-20T22:55:51.667 INFO:teuthology.orchestra.run.trial027.stdout:/usr/bin/ceph: stdout "available": false, 2026-02-20T22:55:51.667 INFO:teuthology.orchestra.run.trial027.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2026-02-20T22:55:51.667 INFO:teuthology.orchestra.run.trial027.stdout:/usr/bin/ceph: stdout "modules": [ 2026-02-20T22:55:51.668 INFO:teuthology.orchestra.run.trial027.stdout:/usr/bin/ceph: stdout "iostat", 2026-02-20T22:55:51.668 INFO:teuthology.orchestra.run.trial027.stdout:/usr/bin/ceph: stdout "nfs" 2026-02-20T22:55:51.668 INFO:teuthology.orchestra.run.trial027.stdout:/usr/bin/ceph: stdout ], 2026-02-20T22:55:51.668 INFO:teuthology.orchestra.run.trial027.stdout:/usr/bin/ceph: stdout "services": {} 2026-02-20T22:55:51.668 INFO:teuthology.orchestra.run.trial027.stdout:/usr/bin/ceph: stdout }, 2026-02-20T22:55:51.668 INFO:teuthology.orchestra.run.trial027.stdout:/usr/bin/ceph: stdout "servicemap": { 2026-02-20T22:55:51.668 INFO:teuthology.orchestra.run.trial027.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-02-20T22:55:51.668 INFO:teuthology.orchestra.run.trial027.stdout:/usr/bin/ceph: stdout "modified": "2026-02-20T22:55:50.111857+0000", 2026-02-20T22:55:51.668 INFO:teuthology.orchestra.run.trial027.stdout:/usr/bin/ceph: stdout "services": {} 2026-02-20T22:55:51.668 INFO:teuthology.orchestra.run.trial027.stdout:/usr/bin/ceph: stdout }, 2026-02-20T22:55:51.668 INFO:teuthology.orchestra.run.trial027.stdout:/usr/bin/ceph: stdout "progress_events": {} 2026-02-20T22:55:51.668 INFO:teuthology.orchestra.run.trial027.stdout:/usr/bin/ceph: stdout } 2026-02-20T22:55:51.668 INFO:teuthology.orchestra.run.trial027.stdout:mgr not available, waiting (1/15)... 2026-02-20T22:55:52.374 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:55:52 trial027 ceph-mon[34330]: from='client.? 10.20.193.27:0/3066935431' entity='client.admin' cmd={"prefix": "status", "format": "json-pretty"} : dispatch 2026-02-20T22:55:52.874 INFO:journalctl@ceph.mgr.x.trial027.stdout:Feb 20 22:55:52 trial027 ceph-45a14ea2-0eaf-11f1-a861-d404e6e7d460-mgr-x[34597]: from numpy import show_config as show_numpy_config 2026-02-20T22:55:53.820 INFO:teuthology.orchestra.run.trial027.stdout:/usr/bin/ceph: stdout 2026-02-20T22:55:53.820 INFO:teuthology.orchestra.run.trial027.stdout:/usr/bin/ceph: stdout { 2026-02-20T22:55:53.820 INFO:teuthology.orchestra.run.trial027.stdout:/usr/bin/ceph: stdout "fsid": "45a14ea2-0eaf-11f1-a861-d404e6e7d460", 2026-02-20T22:55:53.820 INFO:teuthology.orchestra.run.trial027.stdout:/usr/bin/ceph: stdout "health": { 2026-02-20T22:55:53.821 INFO:teuthology.orchestra.run.trial027.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2026-02-20T22:55:53.821 INFO:teuthology.orchestra.run.trial027.stdout:/usr/bin/ceph: stdout "checks": {}, 2026-02-20T22:55:53.821 INFO:teuthology.orchestra.run.trial027.stdout:/usr/bin/ceph: stdout "mutes": [] 2026-02-20T22:55:53.821 INFO:teuthology.orchestra.run.trial027.stdout:/usr/bin/ceph: stdout }, 2026-02-20T22:55:53.821 INFO:teuthology.orchestra.run.trial027.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2026-02-20T22:55:53.821 INFO:teuthology.orchestra.run.trial027.stdout:/usr/bin/ceph: stdout "quorum": [ 2026-02-20T22:55:53.821 INFO:teuthology.orchestra.run.trial027.stdout:/usr/bin/ceph: stdout 0 2026-02-20T22:55:53.821 INFO:teuthology.orchestra.run.trial027.stdout:/usr/bin/ceph: stdout ], 2026-02-20T22:55:53.821 INFO:teuthology.orchestra.run.trial027.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2026-02-20T22:55:53.821 INFO:teuthology.orchestra.run.trial027.stdout:/usr/bin/ceph: stdout "a" 2026-02-20T22:55:53.821 INFO:teuthology.orchestra.run.trial027.stdout:/usr/bin/ceph: stdout ], 2026-02-20T22:55:53.821 INFO:teuthology.orchestra.run.trial027.stdout:/usr/bin/ceph: stdout "quorum_age": 2, 2026-02-20T22:55:53.821 INFO:teuthology.orchestra.run.trial027.stdout:/usr/bin/ceph: stdout "monmap": { 2026-02-20T22:55:53.821 INFO:teuthology.orchestra.run.trial027.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-02-20T22:55:53.821 INFO:teuthology.orchestra.run.trial027.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "tentacle", 2026-02-20T22:55:53.821 INFO:teuthology.orchestra.run.trial027.stdout:/usr/bin/ceph: stdout "num_mons": 1 2026-02-20T22:55:53.821 INFO:teuthology.orchestra.run.trial027.stdout:/usr/bin/ceph: stdout }, 2026-02-20T22:55:53.821 INFO:teuthology.orchestra.run.trial027.stdout:/usr/bin/ceph: stdout "osdmap": { 2026-02-20T22:55:53.821 INFO:teuthology.orchestra.run.trial027.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-02-20T22:55:53.821 INFO:teuthology.orchestra.run.trial027.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2026-02-20T22:55:53.823 INFO:teuthology.orchestra.run.trial027.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2026-02-20T22:55:53.823 INFO:teuthology.orchestra.run.trial027.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2026-02-20T22:55:53.823 INFO:teuthology.orchestra.run.trial027.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2026-02-20T22:55:53.823 INFO:teuthology.orchestra.run.trial027.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2026-02-20T22:55:53.823 INFO:teuthology.orchestra.run.trial027.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2026-02-20T22:55:53.823 INFO:teuthology.orchestra.run.trial027.stdout:/usr/bin/ceph: stdout }, 2026-02-20T22:55:53.823 INFO:teuthology.orchestra.run.trial027.stdout:/usr/bin/ceph: stdout "pgmap": { 2026-02-20T22:55:53.823 INFO:teuthology.orchestra.run.trial027.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2026-02-20T22:55:53.823 INFO:teuthology.orchestra.run.trial027.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2026-02-20T22:55:53.823 INFO:teuthology.orchestra.run.trial027.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2026-02-20T22:55:53.823 INFO:teuthology.orchestra.run.trial027.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2026-02-20T22:55:53.823 INFO:teuthology.orchestra.run.trial027.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2026-02-20T22:55:53.823 INFO:teuthology.orchestra.run.trial027.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2026-02-20T22:55:53.823 INFO:teuthology.orchestra.run.trial027.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2026-02-20T22:55:53.823 INFO:teuthology.orchestra.run.trial027.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2026-02-20T22:55:53.823 INFO:teuthology.orchestra.run.trial027.stdout:/usr/bin/ceph: stdout }, 2026-02-20T22:55:53.823 INFO:teuthology.orchestra.run.trial027.stdout:/usr/bin/ceph: stdout "fsmap": { 2026-02-20T22:55:53.823 INFO:teuthology.orchestra.run.trial027.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-02-20T22:55:53.823 INFO:teuthology.orchestra.run.trial027.stdout:/usr/bin/ceph: stdout "btime": "2026-02-20T22:55:50:111239+0000", 2026-02-20T22:55:53.823 INFO:teuthology.orchestra.run.trial027.stdout:/usr/bin/ceph: stdout "by_rank": [], 2026-02-20T22:55:53.823 INFO:teuthology.orchestra.run.trial027.stdout:/usr/bin/ceph: stdout "up:standby": 0 2026-02-20T22:55:53.823 INFO:teuthology.orchestra.run.trial027.stdout:/usr/bin/ceph: stdout }, 2026-02-20T22:55:53.823 INFO:teuthology.orchestra.run.trial027.stdout:/usr/bin/ceph: stdout "mgrmap": { 2026-02-20T22:55:53.823 INFO:teuthology.orchestra.run.trial027.stdout:/usr/bin/ceph: stdout "available": false, 2026-02-20T22:55:53.824 INFO:teuthology.orchestra.run.trial027.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2026-02-20T22:55:53.824 INFO:teuthology.orchestra.run.trial027.stdout:/usr/bin/ceph: stdout "modules": [ 2026-02-20T22:55:53.824 INFO:teuthology.orchestra.run.trial027.stdout:/usr/bin/ceph: stdout "iostat", 2026-02-20T22:55:53.824 INFO:teuthology.orchestra.run.trial027.stdout:/usr/bin/ceph: stdout "nfs" 2026-02-20T22:55:53.824 INFO:teuthology.orchestra.run.trial027.stdout:/usr/bin/ceph: stdout ], 2026-02-20T22:55:53.824 INFO:teuthology.orchestra.run.trial027.stdout:/usr/bin/ceph: stdout "services": {} 2026-02-20T22:55:53.824 INFO:teuthology.orchestra.run.trial027.stdout:/usr/bin/ceph: stdout }, 2026-02-20T22:55:53.824 INFO:teuthology.orchestra.run.trial027.stdout:/usr/bin/ceph: stdout "servicemap": { 2026-02-20T22:55:53.824 INFO:teuthology.orchestra.run.trial027.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-02-20T22:55:53.824 INFO:teuthology.orchestra.run.trial027.stdout:/usr/bin/ceph: stdout "modified": "2026-02-20T22:55:50.111857+0000", 2026-02-20T22:55:53.824 INFO:teuthology.orchestra.run.trial027.stdout:/usr/bin/ceph: stdout "services": {} 2026-02-20T22:55:53.824 INFO:teuthology.orchestra.run.trial027.stdout:/usr/bin/ceph: stdout }, 2026-02-20T22:55:53.824 INFO:teuthology.orchestra.run.trial027.stdout:/usr/bin/ceph: stdout "progress_events": {} 2026-02-20T22:55:53.824 INFO:teuthology.orchestra.run.trial027.stdout:/usr/bin/ceph: stdout } 2026-02-20T22:55:53.824 INFO:teuthology.orchestra.run.trial027.stdout:mgr not available, waiting (2/15)... 2026-02-20T22:55:54.124 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:55:53 trial027 ceph-mon[34330]: from='client.? 10.20.193.27:0/3553379075' entity='client.admin' cmd={"prefix": "status", "format": "json-pretty"} : dispatch 2026-02-20T22:55:55.124 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:55:54 trial027 ceph-mon[34330]: Activating manager daemon x 2026-02-20T22:55:55.125 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:55:54 trial027 ceph-mon[34330]: mgrmap e2: x(active, starting, since 0.00256489s) 2026-02-20T22:55:55.125 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:55:54 trial027 ceph-mon[34330]: from='mgr.14100 10.20.193.27:0/3165441235' entity='mgr.x' cmd={"prefix": "mds metadata"} : dispatch 2026-02-20T22:55:55.125 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:55:54 trial027 ceph-mon[34330]: from='mgr.14100 10.20.193.27:0/3165441235' entity='mgr.x' cmd={"prefix": "osd metadata"} : dispatch 2026-02-20T22:55:55.125 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:55:54 trial027 ceph-mon[34330]: from='mgr.14100 10.20.193.27:0/3165441235' entity='mgr.x' cmd={"prefix": "mon metadata"} : dispatch 2026-02-20T22:55:55.125 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:55:54 trial027 ceph-mon[34330]: from='mgr.14100 10.20.193.27:0/3165441235' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-02-20T22:55:55.125 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:55:54 trial027 ceph-mon[34330]: from='mgr.14100 10.20.193.27:0/3165441235' entity='mgr.x' cmd={"prefix": "mgr metadata", "who": "x", "id": "x"} : dispatch 2026-02-20T22:55:55.125 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:55:54 trial027 ceph-mon[34330]: Manager daemon x is now available 2026-02-20T22:55:55.125 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:55:54 trial027 ceph-mon[34330]: from='mgr.14100 10.20.193.27:0/3165441235' entity='mgr.x' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"} : dispatch 2026-02-20T22:55:55.125 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:55:54 trial027 ceph-mon[34330]: from='mgr.14100 10.20.193.27:0/3165441235' entity='mgr.x' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"} : dispatch 2026-02-20T22:55:55.125 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:55:54 trial027 ceph-mon[34330]: from='mgr.14100 10.20.193.27:0/3165441235' entity='mgr.x' 2026-02-20T22:55:55.125 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:55:54 trial027 ceph-mon[34330]: from='mgr.14100 10.20.193.27:0/3165441235' entity='mgr.x' 2026-02-20T22:55:55.125 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:55:54 trial027 ceph-mon[34330]: from='mgr.14100 10.20.193.27:0/3165441235' entity='mgr.x' 2026-02-20T22:55:56.092 INFO:teuthology.orchestra.run.trial027.stdout:/usr/bin/ceph: stdout 2026-02-20T22:55:56.092 INFO:teuthology.orchestra.run.trial027.stdout:/usr/bin/ceph: stdout { 2026-02-20T22:55:56.092 INFO:teuthology.orchestra.run.trial027.stdout:/usr/bin/ceph: stdout "fsid": "45a14ea2-0eaf-11f1-a861-d404e6e7d460", 2026-02-20T22:55:56.092 INFO:teuthology.orchestra.run.trial027.stdout:/usr/bin/ceph: stdout "health": { 2026-02-20T22:55:56.092 INFO:teuthology.orchestra.run.trial027.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2026-02-20T22:55:56.092 INFO:teuthology.orchestra.run.trial027.stdout:/usr/bin/ceph: stdout "checks": {}, 2026-02-20T22:55:56.092 INFO:teuthology.orchestra.run.trial027.stdout:/usr/bin/ceph: stdout "mutes": [] 2026-02-20T22:55:56.092 INFO:teuthology.orchestra.run.trial027.stdout:/usr/bin/ceph: stdout }, 2026-02-20T22:55:56.092 INFO:teuthology.orchestra.run.trial027.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2026-02-20T22:55:56.092 INFO:teuthology.orchestra.run.trial027.stdout:/usr/bin/ceph: stdout "quorum": [ 2026-02-20T22:55:56.092 INFO:teuthology.orchestra.run.trial027.stdout:/usr/bin/ceph: stdout 0 2026-02-20T22:55:56.092 INFO:teuthology.orchestra.run.trial027.stdout:/usr/bin/ceph: stdout ], 2026-02-20T22:55:56.093 INFO:teuthology.orchestra.run.trial027.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2026-02-20T22:55:56.093 INFO:teuthology.orchestra.run.trial027.stdout:/usr/bin/ceph: stdout "a" 2026-02-20T22:55:56.093 INFO:teuthology.orchestra.run.trial027.stdout:/usr/bin/ceph: stdout ], 2026-02-20T22:55:56.093 INFO:teuthology.orchestra.run.trial027.stdout:/usr/bin/ceph: stdout "quorum_age": 5, 2026-02-20T22:55:56.093 INFO:teuthology.orchestra.run.trial027.stdout:/usr/bin/ceph: stdout "monmap": { 2026-02-20T22:55:56.093 INFO:teuthology.orchestra.run.trial027.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-02-20T22:55:56.093 INFO:teuthology.orchestra.run.trial027.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "tentacle", 2026-02-20T22:55:56.093 INFO:teuthology.orchestra.run.trial027.stdout:/usr/bin/ceph: stdout "num_mons": 1 2026-02-20T22:55:56.093 INFO:teuthology.orchestra.run.trial027.stdout:/usr/bin/ceph: stdout }, 2026-02-20T22:55:56.093 INFO:teuthology.orchestra.run.trial027.stdout:/usr/bin/ceph: stdout "osdmap": { 2026-02-20T22:55:56.093 INFO:teuthology.orchestra.run.trial027.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-02-20T22:55:56.093 INFO:teuthology.orchestra.run.trial027.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2026-02-20T22:55:56.093 INFO:teuthology.orchestra.run.trial027.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2026-02-20T22:55:56.093 INFO:teuthology.orchestra.run.trial027.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2026-02-20T22:55:56.093 INFO:teuthology.orchestra.run.trial027.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2026-02-20T22:55:56.093 INFO:teuthology.orchestra.run.trial027.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2026-02-20T22:55:56.093 INFO:teuthology.orchestra.run.trial027.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2026-02-20T22:55:56.094 INFO:teuthology.orchestra.run.trial027.stdout:/usr/bin/ceph: stdout }, 2026-02-20T22:55:56.094 INFO:teuthology.orchestra.run.trial027.stdout:/usr/bin/ceph: stdout "pgmap": { 2026-02-20T22:55:56.094 INFO:teuthology.orchestra.run.trial027.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2026-02-20T22:55:56.094 INFO:teuthology.orchestra.run.trial027.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2026-02-20T22:55:56.094 INFO:teuthology.orchestra.run.trial027.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2026-02-20T22:55:56.094 INFO:teuthology.orchestra.run.trial027.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2026-02-20T22:55:56.094 INFO:teuthology.orchestra.run.trial027.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2026-02-20T22:55:56.094 INFO:teuthology.orchestra.run.trial027.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2026-02-20T22:55:56.094 INFO:teuthology.orchestra.run.trial027.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2026-02-20T22:55:56.094 INFO:teuthology.orchestra.run.trial027.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2026-02-20T22:55:56.094 INFO:teuthology.orchestra.run.trial027.stdout:/usr/bin/ceph: stdout }, 2026-02-20T22:55:56.094 INFO:teuthology.orchestra.run.trial027.stdout:/usr/bin/ceph: stdout "fsmap": { 2026-02-20T22:55:56.094 INFO:teuthology.orchestra.run.trial027.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-02-20T22:55:56.094 INFO:teuthology.orchestra.run.trial027.stdout:/usr/bin/ceph: stdout "btime": "2026-02-20T22:55:50:111239+0000", 2026-02-20T22:55:56.094 INFO:teuthology.orchestra.run.trial027.stdout:/usr/bin/ceph: stdout "by_rank": [], 2026-02-20T22:55:56.094 INFO:teuthology.orchestra.run.trial027.stdout:/usr/bin/ceph: stdout "up:standby": 0 2026-02-20T22:55:56.094 INFO:teuthology.orchestra.run.trial027.stdout:/usr/bin/ceph: stdout }, 2026-02-20T22:55:56.094 INFO:teuthology.orchestra.run.trial027.stdout:/usr/bin/ceph: stdout "mgrmap": { 2026-02-20T22:55:56.094 INFO:teuthology.orchestra.run.trial027.stdout:/usr/bin/ceph: stdout "available": true, 2026-02-20T22:55:56.094 INFO:teuthology.orchestra.run.trial027.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2026-02-20T22:55:56.094 INFO:teuthology.orchestra.run.trial027.stdout:/usr/bin/ceph: stdout "modules": [ 2026-02-20T22:55:56.094 INFO:teuthology.orchestra.run.trial027.stdout:/usr/bin/ceph: stdout "iostat", 2026-02-20T22:55:56.094 INFO:teuthology.orchestra.run.trial027.stdout:/usr/bin/ceph: stdout "nfs" 2026-02-20T22:55:56.094 INFO:teuthology.orchestra.run.trial027.stdout:/usr/bin/ceph: stdout ], 2026-02-20T22:55:56.095 INFO:teuthology.orchestra.run.trial027.stdout:/usr/bin/ceph: stdout "services": {} 2026-02-20T22:55:56.095 INFO:teuthology.orchestra.run.trial027.stdout:/usr/bin/ceph: stdout }, 2026-02-20T22:55:56.095 INFO:teuthology.orchestra.run.trial027.stdout:/usr/bin/ceph: stdout "servicemap": { 2026-02-20T22:55:56.095 INFO:teuthology.orchestra.run.trial027.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-02-20T22:55:56.095 INFO:teuthology.orchestra.run.trial027.stdout:/usr/bin/ceph: stdout "modified": "2026-02-20T22:55:50.111857+0000", 2026-02-20T22:55:56.095 INFO:teuthology.orchestra.run.trial027.stdout:/usr/bin/ceph: stdout "services": {} 2026-02-20T22:55:56.095 INFO:teuthology.orchestra.run.trial027.stdout:/usr/bin/ceph: stdout }, 2026-02-20T22:55:56.095 INFO:teuthology.orchestra.run.trial027.stdout:/usr/bin/ceph: stdout "progress_events": {} 2026-02-20T22:55:56.095 INFO:teuthology.orchestra.run.trial027.stdout:/usr/bin/ceph: stdout } 2026-02-20T22:55:56.095 INFO:teuthology.orchestra.run.trial027.stdout:mgr is available 2026-02-20T22:55:56.322 INFO:teuthology.orchestra.run.trial027.stdout:/usr/bin/ceph: stdout 2026-02-20T22:55:56.322 INFO:teuthology.orchestra.run.trial027.stdout:/usr/bin/ceph: stdout [global] 2026-02-20T22:55:56.322 INFO:teuthology.orchestra.run.trial027.stdout:/usr/bin/ceph: stdout fsid = 45a14ea2-0eaf-11f1-a861-d404e6e7d460 2026-02-20T22:55:56.322 INFO:teuthology.orchestra.run.trial027.stdout:/usr/bin/ceph: stdout mon_cluster_log_file_level = debug 2026-02-20T22:55:56.323 INFO:teuthology.orchestra.run.trial027.stdout:/usr/bin/ceph: stdout mon_host = [v2:10.20.193.27:3300,v1:10.20.193.27:6789] 2026-02-20T22:55:56.323 INFO:teuthology.orchestra.run.trial027.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2026-02-20T22:55:56.323 INFO:teuthology.orchestra.run.trial027.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2026-02-20T22:55:56.323 INFO:teuthology.orchestra.run.trial027.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2026-02-20T22:55:56.323 INFO:teuthology.orchestra.run.trial027.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2026-02-20T22:55:56.323 INFO:teuthology.orchestra.run.trial027.stdout:/usr/bin/ceph: stdout 2026-02-20T22:55:56.323 INFO:teuthology.orchestra.run.trial027.stdout:/usr/bin/ceph: stdout [mgr] 2026-02-20T22:55:56.323 INFO:teuthology.orchestra.run.trial027.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2026-02-20T22:55:56.323 INFO:teuthology.orchestra.run.trial027.stdout:/usr/bin/ceph: stdout 2026-02-20T22:55:56.323 INFO:teuthology.orchestra.run.trial027.stdout:/usr/bin/ceph: stdout [osd] 2026-02-20T22:55:56.323 INFO:teuthology.orchestra.run.trial027.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2026-02-20T22:55:56.323 INFO:teuthology.orchestra.run.trial027.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2026-02-20T22:55:56.323 INFO:teuthology.orchestra.run.trial027.stdout:Enabling cephadm module... 2026-02-20T22:55:56.365 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:55:56 trial027 ceph-mon[34330]: mgrmap e3: x(active, since 1.00542s) 2026-02-20T22:55:56.365 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:55:56 trial027 ceph-mon[34330]: from='client.? 10.20.193.27:0/157037282' entity='client.admin' cmd={"prefix": "status", "format": "json-pretty"} : dispatch 2026-02-20T22:55:57.511 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:55:57 trial027 ceph-mon[34330]: mgrmap e4: x(active, since 2s) 2026-02-20T22:55:57.511 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:55:57 trial027 ceph-mon[34330]: from='client.? 10.20.193.27:0/508314011' entity='client.admin' cmd={"prefix": "config assimilate-conf"} : dispatch 2026-02-20T22:55:57.511 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:55:57 trial027 ceph-mon[34330]: from='client.? 10.20.193.27:0/3945100491' entity='client.admin' cmd={"prefix": "mgr module enable", "module": "cephadm"} : dispatch 2026-02-20T22:55:57.512 INFO:journalctl@ceph.mgr.x.trial027.stdout:Feb 20 22:55:57 trial027 ceph-45a14ea2-0eaf-11f1-a861-d404e6e7d460-mgr-x[34597]: ignoring --setuser ceph since I am not root 2026-02-20T22:55:57.512 INFO:journalctl@ceph.mgr.x.trial027.stdout:Feb 20 22:55:57 trial027 ceph-45a14ea2-0eaf-11f1-a861-d404e6e7d460-mgr-x[34597]: ignoring --setgroup ceph since I am not root 2026-02-20T22:55:57.533 INFO:teuthology.orchestra.run.trial027.stdout:/usr/bin/ceph: stdout { 2026-02-20T22:55:57.533 INFO:teuthology.orchestra.run.trial027.stdout:/usr/bin/ceph: stdout "epoch": 5, 2026-02-20T22:55:57.533 INFO:teuthology.orchestra.run.trial027.stdout:/usr/bin/ceph: stdout "available": true, 2026-02-20T22:55:57.533 INFO:teuthology.orchestra.run.trial027.stdout:/usr/bin/ceph: stdout "active_name": "x", 2026-02-20T22:55:57.533 INFO:teuthology.orchestra.run.trial027.stdout:/usr/bin/ceph: stdout "num_standby": 0 2026-02-20T22:55:57.533 INFO:teuthology.orchestra.run.trial027.stdout:/usr/bin/ceph: stdout } 2026-02-20T22:55:57.533 INFO:teuthology.orchestra.run.trial027.stdout:Waiting for the mgr to restart... 2026-02-20T22:55:57.533 INFO:teuthology.orchestra.run.trial027.stdout:Waiting for mgr epoch 5... 2026-02-20T22:55:58.625 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:55:58 trial027 ceph-mon[34330]: from='client.? 10.20.193.27:0/3945100491' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2026-02-20T22:55:58.625 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:55:58 trial027 ceph-mon[34330]: mgrmap e5: x(active, since 3s) 2026-02-20T22:55:58.625 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:55:58 trial027 ceph-mon[34330]: from='client.? 10.20.193.27:0/1135363010' entity='client.admin' cmd={"prefix": "mgr stat"} : dispatch 2026-02-20T22:55:58.625 INFO:journalctl@ceph.mgr.x.trial027.stdout:Feb 20 22:55:58 trial027 ceph-45a14ea2-0eaf-11f1-a861-d404e6e7d460-mgr-x[34597]: /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-20T22:55:58.626 INFO:journalctl@ceph.mgr.x.trial027.stdout:Feb 20 22:55:58 trial027 ceph-45a14ea2-0eaf-11f1-a861-d404e6e7d460-mgr-x[34597]: 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-20T22:55:58.626 INFO:journalctl@ceph.mgr.x.trial027.stdout:Feb 20 22:55:58 trial027 ceph-45a14ea2-0eaf-11f1-a861-d404e6e7d460-mgr-x[34597]: from numpy import show_config as show_numpy_config 2026-02-20T22:56:00.375 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:00 trial027 ceph-mon[34330]: Active manager daemon x restarted 2026-02-20T22:56:00.375 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:00 trial027 ceph-mon[34330]: Activating manager daemon x 2026-02-20T22:56:00.375 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:00 trial027 ceph-mon[34330]: osdmap e2: 0 total, 0 up, 0 in 2026-02-20T22:56:00.375 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:00 trial027 ceph-mon[34330]: mgrmap e6: x(active, starting, since 0.00253296s) 2026-02-20T22:56:00.375 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:00 trial027 ceph-mon[34330]: from='mgr.14118 10.20.193.27:0/226016954' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-02-20T22:56:00.375 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:00 trial027 ceph-mon[34330]: from='mgr.14118 10.20.193.27:0/226016954' entity='mgr.x' cmd={"prefix": "mgr metadata", "who": "x", "id": "x"} : dispatch 2026-02-20T22:56:00.375 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:00 trial027 ceph-mon[34330]: from='mgr.14118 10.20.193.27:0/226016954' entity='mgr.x' cmd={"prefix": "mds metadata"} : dispatch 2026-02-20T22:56:00.375 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:00 trial027 ceph-mon[34330]: from='mgr.14118 10.20.193.27:0/226016954' entity='mgr.x' cmd={"prefix": "osd metadata"} : dispatch 2026-02-20T22:56:00.375 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:00 trial027 ceph-mon[34330]: from='mgr.14118 10.20.193.27:0/226016954' entity='mgr.x' cmd={"prefix": "mon metadata"} : dispatch 2026-02-20T22:56:00.376 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:00 trial027 ceph-mon[34330]: Manager daemon x is now available 2026-02-20T22:56:01.061 INFO:teuthology.orchestra.run.trial027.stdout:/usr/bin/ceph: stdout { 2026-02-20T22:56:01.061 INFO:teuthology.orchestra.run.trial027.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 7, 2026-02-20T22:56:01.061 INFO:teuthology.orchestra.run.trial027.stdout:/usr/bin/ceph: stdout "initialized": true 2026-02-20T22:56:01.061 INFO:teuthology.orchestra.run.trial027.stdout:/usr/bin/ceph: stdout } 2026-02-20T22:56:01.061 INFO:teuthology.orchestra.run.trial027.stdout:mgr epoch 5 is available 2026-02-20T22:56:01.061 INFO:teuthology.orchestra.run.trial027.stdout:Verifying orchestrator module is enabled... 2026-02-20T22:56:01.875 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:01 trial027 ceph-mon[34330]: from='mgr.14118 10.20.193.27:0/226016954' entity='mgr.x' 2026-02-20T22:56:01.875 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:01 trial027 ceph-mon[34330]: from='mgr.14118 10.20.193.27:0/226016954' entity='mgr.x' 2026-02-20T22:56:01.875 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:01 trial027 ceph-mon[34330]: Found migration_current of "None". Setting to last migration. 2026-02-20T22:56:01.875 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:01 trial027 ceph-mon[34330]: from='mgr.14118 10.20.193.27:0/226016954' entity='mgr.x' 2026-02-20T22:56:01.875 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:01 trial027 ceph-mon[34330]: from='mgr.14118 10.20.193.27:0/226016954' entity='mgr.x' 2026-02-20T22:56:01.875 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:01 trial027 ceph-mon[34330]: from='mgr.14118 10.20.193.27:0/226016954' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-20T22:56:01.875 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:01 trial027 ceph-mon[34330]: from='mgr.14118 10.20.193.27:0/226016954' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-20T22:56:01.875 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:01 trial027 ceph-mon[34330]: from='mgr.14118 10.20.193.27:0/226016954' entity='mgr.x' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"} : dispatch 2026-02-20T22:56:01.876 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:01 trial027 ceph-mon[34330]: from='mgr.14118 10.20.193.27:0/226016954' entity='mgr.x' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"} : dispatch 2026-02-20T22:56:01.876 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:01 trial027 ceph-mon[34330]: [20/Feb/2026:22:56:00] ENGINE Bus STARTING 2026-02-20T22:56:01.876 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:01 trial027 ceph-mon[34330]: [20/Feb/2026:22:56:00] ENGINE Serving on http://10.20.193.27:8765 2026-02-20T22:56:01.876 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:01 trial027 ceph-mon[34330]: from='client.14122 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2026-02-20T22:56:01.876 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:01 trial027 ceph-mon[34330]: mgrmap e7: x(active, since 1.00619s) 2026-02-20T22:56:01.876 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:01 trial027 ceph-mon[34330]: from='client.14122 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2026-02-20T22:56:01.876 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:01 trial027 ceph-mon[34330]: [20/Feb/2026:22:56:01] ENGINE Serving on https://10.20.193.27:7150 2026-02-20T22:56:01.876 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:01 trial027 ceph-mon[34330]: [20/Feb/2026:22:56:01] ENGINE Bus STARTED 2026-02-20T22:56:01.876 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:01 trial027 ceph-mon[34330]: [20/Feb/2026:22:56:01] ENGINE Client ('10.20.193.27', 49300) lost — peer dropped the TLS connection suddenly, during handshake: (6, 'TLS/SSL connection has been closed (EOF) (_ssl.c:1147)') 2026-02-20T22:56:01.876 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:01 trial027 ceph-mon[34330]: from='mgr.14118 10.20.193.27:0/226016954' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-20T22:56:01.876 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:01 trial027 ceph-mon[34330]: from='client.? 10.20.193.27:0/3943926723' entity='client.admin' cmd={"prefix": "mgr module enable", "module": "orchestrator"} : dispatch 2026-02-20T22:56:02.057 INFO:teuthology.orchestra.run.trial027.stdout:/usr/bin/ceph: stderr module 'orchestrator' is already enabled (always-on) 2026-02-20T22:56:02.057 INFO:teuthology.orchestra.run.trial027.stdout:Setting orchestrator backend to cephadm... 2026-02-20T22:56:02.524 INFO:teuthology.orchestra.run.trial027.stdout:/usr/bin/ceph: stdout value unchanged 2026-02-20T22:56:02.524 INFO:teuthology.orchestra.run.trial027.stdout:Generating ssh key... 2026-02-20T22:56:02.810 INFO:journalctl@ceph.mgr.x.trial027.stdout:Feb 20 22:56:02 trial027 ceph-45a14ea2-0eaf-11f1-a861-d404e6e7d460-mgr-x[34597]: Generating public/private ed25519 key pair. 2026-02-20T22:56:02.811 INFO:journalctl@ceph.mgr.x.trial027.stdout:Feb 20 22:56:02 trial027 ceph-45a14ea2-0eaf-11f1-a861-d404e6e7d460-mgr-x[34597]: Your identification has been saved in /tmp/tmpghv54kr1/key 2026-02-20T22:56:02.811 INFO:journalctl@ceph.mgr.x.trial027.stdout:Feb 20 22:56:02 trial027 ceph-45a14ea2-0eaf-11f1-a861-d404e6e7d460-mgr-x[34597]: Your public key has been saved in /tmp/tmpghv54kr1/key.pub 2026-02-20T22:56:02.811 INFO:journalctl@ceph.mgr.x.trial027.stdout:Feb 20 22:56:02 trial027 ceph-45a14ea2-0eaf-11f1-a861-d404e6e7d460-mgr-x[34597]: The key fingerprint is: 2026-02-20T22:56:02.811 INFO:journalctl@ceph.mgr.x.trial027.stdout:Feb 20 22:56:02 trial027 ceph-45a14ea2-0eaf-11f1-a861-d404e6e7d460-mgr-x[34597]: SHA256:5KhHPpEgZQg4k3RUHmRPwW8BAiPLELGOwDzImAbxgXQ ceph-45a14ea2-0eaf-11f1-a861-d404e6e7d460 2026-02-20T22:56:02.811 INFO:journalctl@ceph.mgr.x.trial027.stdout:Feb 20 22:56:02 trial027 ceph-45a14ea2-0eaf-11f1-a861-d404e6e7d460-mgr-x[34597]: The key's randomart image is: 2026-02-20T22:56:02.811 INFO:journalctl@ceph.mgr.x.trial027.stdout:Feb 20 22:56:02 trial027 ceph-45a14ea2-0eaf-11f1-a861-d404e6e7d460-mgr-x[34597]: +--[ED25519 256]--+ 2026-02-20T22:56:02.811 INFO:journalctl@ceph.mgr.x.trial027.stdout:Feb 20 22:56:02 trial027 ceph-45a14ea2-0eaf-11f1-a861-d404e6e7d460-mgr-x[34597]: |@@oE**.+o | 2026-02-20T22:56:02.811 INFO:journalctl@ceph.mgr.x.trial027.stdout:Feb 20 22:56:02 trial027 ceph-45a14ea2-0eaf-11f1-a861-d404e6e7d460-mgr-x[34597]: |/+*++ =. . | 2026-02-20T22:56:02.811 INFO:journalctl@ceph.mgr.x.trial027.stdout:Feb 20 22:56:02 trial027 ceph-45a14ea2-0eaf-11f1-a861-d404e6e7d460-mgr-x[34597]: |*@o .. .o . | 2026-02-20T22:56:02.811 INFO:journalctl@ceph.mgr.x.trial027.stdout:Feb 20 22:56:02 trial027 ceph-45a14ea2-0eaf-11f1-a861-d404e6e7d460-mgr-x[34597]: |= .. . = o | 2026-02-20T22:56:02.811 INFO:journalctl@ceph.mgr.x.trial027.stdout:Feb 20 22:56:02 trial027 ceph-45a14ea2-0eaf-11f1-a861-d404e6e7d460-mgr-x[34597]: |.. = S | 2026-02-20T22:56:02.811 INFO:journalctl@ceph.mgr.x.trial027.stdout:Feb 20 22:56:02 trial027 ceph-45a14ea2-0eaf-11f1-a861-d404e6e7d460-mgr-x[34597]: | + . | 2026-02-20T22:56:02.811 INFO:journalctl@ceph.mgr.x.trial027.stdout:Feb 20 22:56:02 trial027 ceph-45a14ea2-0eaf-11f1-a861-d404e6e7d460-mgr-x[34597]: | . + | 2026-02-20T22:56:02.811 INFO:journalctl@ceph.mgr.x.trial027.stdout:Feb 20 22:56:02 trial027 ceph-45a14ea2-0eaf-11f1-a861-d404e6e7d460-mgr-x[34597]: | . . | 2026-02-20T22:56:02.811 INFO:journalctl@ceph.mgr.x.trial027.stdout:Feb 20 22:56:02 trial027 ceph-45a14ea2-0eaf-11f1-a861-d404e6e7d460-mgr-x[34597]: | | 2026-02-20T22:56:02.811 INFO:journalctl@ceph.mgr.x.trial027.stdout:Feb 20 22:56:02 trial027 ceph-45a14ea2-0eaf-11f1-a861-d404e6e7d460-mgr-x[34597]: +----[SHA256]-----+ 2026-02-20T22:56:02.996 INFO:teuthology.orchestra.run.trial027.stdout:/usr/bin/ceph: stdout ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIFmLGXR7gH8NilaWPNP48CCYOWbzDDr0Qj+V6ckV4cxv ceph-45a14ea2-0eaf-11f1-a861-d404e6e7d460 2026-02-20T22:56:02.997 INFO:teuthology.orchestra.run.trial027.stdout:Wrote public SSH key to /home/ubuntu/cephtest/ceph.pub 2026-02-20T22:56:02.997 INFO:teuthology.orchestra.run.trial027.stdout:Adding key to root@localhost authorized_keys... 2026-02-20T22:56:02.997 INFO:teuthology.orchestra.run.trial027.stdout:Adding host trial027... 2026-02-20T22:56:03.082 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:03 trial027 ceph-mon[34330]: from='client.? 10.20.193.27:0/3943926723' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "orchestrator"}]': finished 2026-02-20T22:56:03.082 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:03 trial027 ceph-mon[34330]: mgrmap e8: x(active, since 2s) 2026-02-20T22:56:03.082 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:03 trial027 ceph-mon[34330]: from='client.14132 -' entity='client.admin' cmd=[{"prefix": "orch set backend", "module_name": "cephadm", "target": ["mon-mgr", ""]}]: dispatch 2026-02-20T22:56:03.082 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:03 trial027 ceph-mon[34330]: from='mgr.14118 10.20.193.27:0/226016954' entity='mgr.x' 2026-02-20T22:56:03.082 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:03 trial027 ceph-mon[34330]: from='mgr.14118 10.20.193.27:0/226016954' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-20T22:56:03.082 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:03 trial027 ceph-mon[34330]: from='mgr.14118 10.20.193.27:0/226016954' entity='mgr.x' 2026-02-20T22:56:03.082 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:03 trial027 ceph-mon[34330]: from='mgr.14118 10.20.193.27:0/226016954' entity='mgr.x' 2026-02-20T22:56:04.375 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:04 trial027 ceph-mon[34330]: from='client.14134 -' entity='client.admin' cmd=[{"prefix": "cephadm set-user", "user": "root", "target": ["mon-mgr", ""]}]: dispatch 2026-02-20T22:56:04.375 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:04 trial027 ceph-mon[34330]: from='client.14136 -' entity='client.admin' cmd=[{"prefix": "cephadm generate-key", "target": ["mon-mgr", ""]}]: dispatch 2026-02-20T22:56:04.375 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:04 trial027 ceph-mon[34330]: Generating ssh key... 2026-02-20T22:56:04.375 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:04 trial027 ceph-mon[34330]: from='client.14138 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2026-02-20T22:56:04.375 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:04 trial027 ceph-mon[34330]: from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "trial027", "addr": "10.20.193.27", "target": ["mon-mgr", ""]}]: dispatch 2026-02-20T22:56:04.786 INFO:teuthology.orchestra.run.trial027.stdout:/usr/bin/ceph: stdout Added host 'trial027' with addr '10.20.193.27' 2026-02-20T22:56:04.786 INFO:teuthology.orchestra.run.trial027.stdout:Deploying unmanaged mon service... 2026-02-20T22:56:05.038 INFO:teuthology.orchestra.run.trial027.stdout:/usr/bin/ceph: stdout Scheduled mon update... 2026-02-20T22:56:05.038 INFO:teuthology.orchestra.run.trial027.stdout:Deploying unmanaged mgr service... 2026-02-20T22:56:05.271 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:05 trial027 ceph-mon[34330]: Deploying cephadm binary to trial027 2026-02-20T22:56:05.271 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:05 trial027 ceph-mon[34330]: from='mgr.14118 10.20.193.27:0/226016954' entity='mgr.x' 2026-02-20T22:56:05.271 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:05 trial027 ceph-mon[34330]: from='mgr.14118 10.20.193.27:0/226016954' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-20T22:56:05.271 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:05 trial027 ceph-mon[34330]: from='mgr.14118 10.20.193.27:0/226016954' entity='mgr.x' 2026-02-20T22:56:05.300 INFO:teuthology.orchestra.run.trial027.stdout:/usr/bin/ceph: stdout Scheduled mgr update... 2026-02-20T22:56:05.773 INFO:teuthology.orchestra.run.trial027.stdout:Enabling the dashboard module... 2026-02-20T22:56:06.313 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:06 trial027 ceph-mon[34330]: Added host trial027 2026-02-20T22:56:06.313 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:06 trial027 ceph-mon[34330]: from='client.14142 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "unmanaged": true, "target": ["mon-mgr", ""]}]: dispatch 2026-02-20T22:56:06.313 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:06 trial027 ceph-mon[34330]: Saving service mon spec with placement count:5 2026-02-20T22:56:06.313 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:06 trial027 ceph-mon[34330]: from='client.14144 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "unmanaged": true, "target": ["mon-mgr", ""]}]: dispatch 2026-02-20T22:56:06.313 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:06 trial027 ceph-mon[34330]: Saving service mgr spec with placement count:2 2026-02-20T22:56:06.314 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:06 trial027 ceph-mon[34330]: from='mgr.14118 10.20.193.27:0/226016954' entity='mgr.x' 2026-02-20T22:56:06.314 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:06 trial027 ceph-mon[34330]: from='mgr.14118 10.20.193.27:0/226016954' entity='mgr.x' 2026-02-20T22:56:06.314 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:06 trial027 ceph-mon[34330]: from='mgr.14118 10.20.193.27:0/226016954' entity='mgr.x' 2026-02-20T22:56:06.314 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:06 trial027 ceph-mon[34330]: from='client.? 10.20.193.27:0/3108328779' entity='client.admin' 2026-02-20T22:56:06.314 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:06 trial027 ceph-mon[34330]: from='client.? 10.20.193.27:0/361923986' entity='client.admin' 2026-02-20T22:56:06.314 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:06 trial027 ceph-mon[34330]: from='mgr.14118 10.20.193.27:0/226016954' entity='mgr.x' 2026-02-20T22:56:06.314 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:06 trial027 ceph-mon[34330]: from='client.? 10.20.193.27:0/2908363783' entity='client.admin' cmd={"prefix": "mgr module enable", "module": "dashboard"} : dispatch 2026-02-20T22:56:07.452 INFO:journalctl@ceph.mgr.x.trial027.stdout:Feb 20 22:56:07 trial027 ceph-45a14ea2-0eaf-11f1-a861-d404e6e7d460-mgr-x[34597]: ignoring --setuser ceph since I am not root 2026-02-20T22:56:07.452 INFO:journalctl@ceph.mgr.x.trial027.stdout:Feb 20 22:56:07 trial027 ceph-45a14ea2-0eaf-11f1-a861-d404e6e7d460-mgr-x[34597]: ignoring --setgroup ceph since I am not root 2026-02-20T22:56:07.475 INFO:teuthology.orchestra.run.trial027.stdout:/usr/bin/ceph: stdout { 2026-02-20T22:56:07.475 INFO:teuthology.orchestra.run.trial027.stdout:/usr/bin/ceph: stdout "epoch": 9, 2026-02-20T22:56:07.475 INFO:teuthology.orchestra.run.trial027.stdout:/usr/bin/ceph: stdout "available": true, 2026-02-20T22:56:07.475 INFO:teuthology.orchestra.run.trial027.stdout:/usr/bin/ceph: stdout "active_name": "x", 2026-02-20T22:56:07.475 INFO:teuthology.orchestra.run.trial027.stdout:/usr/bin/ceph: stdout "num_standby": 0 2026-02-20T22:56:07.475 INFO:teuthology.orchestra.run.trial027.stdout:/usr/bin/ceph: stdout } 2026-02-20T22:56:07.475 INFO:teuthology.orchestra.run.trial027.stdout:Waiting for the mgr to restart... 2026-02-20T22:56:07.475 INFO:teuthology.orchestra.run.trial027.stdout:Waiting for mgr epoch 9... 2026-02-20T22:56:07.875 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:07 trial027 ceph-mon[34330]: from='mgr.14118 10.20.193.27:0/226016954' entity='mgr.x' 2026-02-20T22:56:07.875 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:07 trial027 ceph-mon[34330]: from='client.? 10.20.193.27:0/2908363783' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2026-02-20T22:56:07.875 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:07 trial027 ceph-mon[34330]: mgrmap e9: x(active, since 7s) 2026-02-20T22:56:07.876 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:07 trial027 ceph-mon[34330]: from='client.? 10.20.193.27:0/1995273444' entity='client.admin' cmd={"prefix": "mgr stat"} : dispatch 2026-02-20T22:56:08.625 INFO:journalctl@ceph.mgr.x.trial027.stdout:Feb 20 22:56:08 trial027 ceph-45a14ea2-0eaf-11f1-a861-d404e6e7d460-mgr-x[34597]: /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-20T22:56:08.625 INFO:journalctl@ceph.mgr.x.trial027.stdout:Feb 20 22:56:08 trial027 ceph-45a14ea2-0eaf-11f1-a861-d404e6e7d460-mgr-x[34597]: 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-20T22:56:08.625 INFO:journalctl@ceph.mgr.x.trial027.stdout:Feb 20 22:56:08 trial027 ceph-45a14ea2-0eaf-11f1-a861-d404e6e7d460-mgr-x[34597]: from numpy import show_config as show_numpy_config 2026-02-20T22:56:10.375 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:10 trial027 ceph-mon[34330]: Active manager daemon x restarted 2026-02-20T22:56:10.375 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:10 trial027 ceph-mon[34330]: Activating manager daemon x 2026-02-20T22:56:10.375 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:10 trial027 ceph-mon[34330]: osdmap e3: 0 total, 0 up, 0 in 2026-02-20T22:56:10.375 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:10 trial027 ceph-mon[34330]: mgrmap e10: x(active, starting, since 0.00273492s) 2026-02-20T22:56:10.375 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:10 trial027 ceph-mon[34330]: from='mgr.14152 10.20.193.27:0/1023352909' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-02-20T22:56:10.376 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:10 trial027 ceph-mon[34330]: from='mgr.14152 10.20.193.27:0/1023352909' entity='mgr.x' cmd={"prefix": "mgr metadata", "who": "x", "id": "x"} : dispatch 2026-02-20T22:56:10.376 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:10 trial027 ceph-mon[34330]: from='mgr.14152 10.20.193.27:0/1023352909' entity='mgr.x' cmd={"prefix": "mds metadata"} : dispatch 2026-02-20T22:56:10.376 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:10 trial027 ceph-mon[34330]: from='mgr.14152 10.20.193.27:0/1023352909' entity='mgr.x' cmd={"prefix": "osd metadata"} : dispatch 2026-02-20T22:56:10.376 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:10 trial027 ceph-mon[34330]: from='mgr.14152 10.20.193.27:0/1023352909' entity='mgr.x' cmd={"prefix": "mon metadata"} : dispatch 2026-02-20T22:56:10.376 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:10 trial027 ceph-mon[34330]: Manager daemon x is now available 2026-02-20T22:56:11.027 INFO:teuthology.orchestra.run.trial027.stdout:/usr/bin/ceph: stdout { 2026-02-20T22:56:11.027 INFO:teuthology.orchestra.run.trial027.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 11, 2026-02-20T22:56:11.027 INFO:teuthology.orchestra.run.trial027.stdout:/usr/bin/ceph: stdout "initialized": true 2026-02-20T22:56:11.027 INFO:teuthology.orchestra.run.trial027.stdout:/usr/bin/ceph: stdout } 2026-02-20T22:56:11.027 INFO:teuthology.orchestra.run.trial027.stdout:mgr epoch 9 is available 2026-02-20T22:56:11.027 INFO:teuthology.orchestra.run.trial027.stdout:Using certmgr to generate dashboard self-signed certificate... 2026-02-20T22:56:11.374 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:11 trial027 ceph-mon[34330]: from='mgr.14152 10.20.193.27:0/1023352909' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-20T22:56:11.375 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:11 trial027 ceph-mon[34330]: from='mgr.14152 10.20.193.27:0/1023352909' entity='mgr.x' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"} : dispatch 2026-02-20T22:56:11.375 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:11 trial027 ceph-mon[34330]: from='mgr.14152 10.20.193.27:0/1023352909' entity='mgr.x' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"} : dispatch 2026-02-20T22:56:11.375 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:11 trial027 ceph-mon[34330]: from='mgr.14152 10.20.193.27:0/1023352909' entity='mgr.x' 2026-02-20T22:56:11.375 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:11 trial027 ceph-mon[34330]: from='mgr.14152 10.20.193.27:0/1023352909' entity='mgr.x' 2026-02-20T22:56:11.375 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:11 trial027 ceph-mon[34330]: mgrmap e11: x(active, since 1.0049s) 2026-02-20T22:56:11.675 INFO:teuthology.orchestra.run.trial027.stdout:/usr/bin/ceph: stdout {"cert": "-----BEGIN CERTIFICATE-----\nMIIE+jCCAuKgAwIBAgIUP1ufy6/hTsXC71d43h6+rK/tKbgwDQYJKoZIhvcNAQEL\nBQAwFzEVMBMGA1UEAwwMY2VwaGFkbS1yb290MB4XDTI2MDIyMDIyNTYxMVoXDTI5\nMDIxOTIyNTYxMVowFzEVMBMGA1UEAwwMMTAuMjAuMTkzLjI3MIICIjANBgkqhkiG\n9w0BAQEFAAOCAg8AMIICCgKCAgEAqmO/EEEal9KGnAutQBPQDK/apcKX15C2+JWr\nHrIItIi5YBX+rw43uxOy5l5CUvbgi09GBp7GCjYAl0t0CazlQQubmznMBQzeXGan\nE32Elgq8+5j3AM0O0Wnq3AzNPF9YHUKvDLmb/zBIEOxJwI8Mx+pQTIGLJFTZKb6/\nTRb5K7EBey6BoS2HRkr6E0Tklyl7BVDEcY9DStLBm5GGnuyKWHRdoWl42DcBhkGT\n8y4NQysvyrpfDQYQsehMT+U7v/bSsVykCJccMPUdrUzLdmuAc56ND8hGmBNHMB/U\ngNdT+W471wsIG/7Z1jFlzjhBNBroBMFp+72LxsqV8BxZkmxhL4Q1XlDhSqRDi25v\nRn//tebShU+KBAs6RRmhOhvXLJfEWY3qHTboZyN8Us2oazSkI/YrZhSpLIlY0rkV\nXodweeaVDgMC6rBELDChuCcV0V4Xfva5Lo+0/Nr6f2AIieYyfMlU54XuUXR20XgY\nTNaxcKFnRabahqGWwJNOWXLLEMqSgWo1PtmOiFcEZy9XBuI5fqjjad9awg7V3PsN\n+f4K0R6qt7/TdZrtUYVMlzX7UJRb3grzehMF+vyJRTPxTnB+8OvHA+e248/0F1vY\nzLmqdggpObzzB9ZdC0bmdqxvZ0s1uUi7RzUk+dwo0RvcU6GuM+EF0XZLjmKk0hKj\nLgNuFe8CAwEAAaM+MDwwLAYDVR0RBCUwI4IIdHJpYWwwMjeCEWRhc2hib2FyZF9z\nZXJ2ZXJzhwQKFMEbMAwGA1UdEwEB/wQCMAAwDQYJKoZIhvcNAQELBQADggIBAJlN\nhskkUzHgC86SGKeCD7F0GtzJr8P5IWQgQDnGlhIEZHWCo5k5Jm6hRteF6x/EaLFh\nPn4b0/FY8HqOyZ+DkmmWgTlwFLUUXz2mV4/udjJwVnGkBUwJLBie8bc9Ypx/Q88+\nlZkthlzjE5qXlhESLlcj8oJaZ6APijARQDxgNB7ZWW7qSAYtLPIyZ+hVE14wjeox\ng8duVmrB1IkRtYjGzT2eQFZ5/zXmrPA4ZjdKcreoGIA6U/TRH2xU5rasa+nxBpaI\nmGqtsqkLbg5qep4Y0yFTuBpNLummR7u8lICFbhJ9AsVvDjhTR5sc5xF5l8I1x/RU\nXRP/ssAZug00ZuANuxoMARjePyrtHHHZ4UZKACYp/NhUGYUeLDYcmpMemfMtc3yD\npCNo9FC35aG5BHX2VrpZDI93xtElFT42cyTce4G/cWNdcquKmJ/kG4VN2y76z1yC\nAFkE452wwgMShMcLROilFSVPAd/M+ftzl2lODsxq3stpPk0nsPKRjxZ8rxEGdqWZ\nq9tETo3Q5buGBdxozvXWQUfDBJf+62IkybFFtAWvw5AWt+baNLLuCkVsFDw1KS4e\naeRROJd068lTch55ZGyFhe3niKvCZCXaazJcBPqRwDqH9pSby2aQFHYZ6Sr/xIzE\n53WBV+UP3kMGVNFKSXOFjhEr/rEJu2XjbPhD/aXj\n-----END CERTIFICATE-----\n", "key": "-----BEGIN RSA PRIVATE KEY-----\nMIIJJwIBAAKCAgEAqmO/EEEal9KGnAutQBPQDK/apcKX15C2+JWrHrIItIi5YBX+\nrw43uxOy5l5CUvbgi09GBp7GCjYAl0t0CazlQQubmznMBQzeXGanE32Elgq8+5j3\nAM0O0Wnq3AzNPF9YHUKvDLmb/zBIEOxJwI8Mx+pQTIGLJFTZKb6/TRb5K7EBey6B\noS2HRkr6E0Tklyl7BVDEcY9DStLBm5GGnuyKWHRdoWl42DcBhkGT8y4NQysvyrpf\nDQYQsehMT+U7v/bSsVykCJccMPUdrUzLdmuAc56ND8hGmBNHMB/UgNdT+W471wsI\nG/7Z1jFlzjhBNBroBMFp+72LxsqV8BxZkmxhL4Q1XlDhSqRDi25vRn//tebShU+K\nBAs6RRmhOhvXLJfEWY3qHTboZyN8Us2oazSkI/YrZhSpLIlY0rkVXodweeaVDgMC\n6rBELDChuCcV0V4Xfva5Lo+0/Nr6f2AIieYyfMlU54XuUXR20XgYTNaxcKFnRaba\nhqGWwJNOWXLLEMqSgWo1PtmOiFcEZy9XBuI5fqjjad9awg7V3PsN+f4K0R6qt7/T\ndZrtUYVMlzX7UJRb3grzehMF+vyJRTPxTnB+8OvHA+e248/0F1vYzLmqdggpObzz\nB9ZdC0bmdqxvZ0s1uUi7RzUk+dwo0RvcU6GuM+EF0XZLjmKk0hKjLgNuFe8CAwEA\nAQKCAgAO+O6ISvLqG2WZCbeiyqWSBSk6k/O2zVseqJGIWXmar5b72ALwtq2erUJK\nVvG6C5fl9e8qfsIv5y3nHYoSnZQ+7SUHygI2VrqlYPSBKcWVpQI/6OGaOuqjQTeS\nODfCpy19fhIWv//yt8yQBstg9dEC3NaghROee4GNAbDFYTrqTsautdf4kKEd7qcJ\n5sMK0L95fe7n0asb7z10YkseOkfah6MrSggvQP92djBo19zyJYswuRlyx1vT3kdH\nuqt6Q1dL9DQ1IwjRo9WvQvEatKNCxaW8mMsx6s5rGVOZh2e0IoPJ8jNiDmNtnG/x\n4+SVjmBhUUOdtjq1mwX7kD+DYS2q6VQ4P5oqoH2ZjSu2keLPZmkxVjcM6sTAG77b\nvbhJds9f2ZyfX7CfauV16fglsc8xX9iBt6qW44NMCnGF0bRDMnEXbV9tRsMbZNRl\nTBWMDQ8AQsz1PS8graJ7iUSvdAos3bOlo4+pmCj+UgKqz5gYXFTIr45T4CnYBvz+\nl18YG/qoo8GIHbwd9YuqV6yl17Vk9Izmf/7F2kwPIoXdMJINq7qhGxuYBb2ZP8ry\ntvVvHGZ7wpwdpMFEfnNCqb+nKrOo9T/j0+JSrfSfkLP18ThvxrHK30sHl9YU+6C3\n/5ulYc8JQspVXBRfLV2e8TZJXwFbFKlxuvUk/EX7ZN8/6KJSTQKCAQEA2iyETLbj\nME3QLYDOg3C4xFvwo20InB+9PTAZm+pITBxBFJ8Mw6RqgFtchetKPekqPHePGpY/\nFx8uemZ0tCtorTdGCxkzN6f7De0tsM/7W74aNI5R8GV8y0/ST/k9JGOfj8Bu3FI9\n6MDYQiEi82Ve27uINpC4bZZpVNnIPLNE+b+RpcDiCASrlXXyEJbehwAHchUEp51H\nzKJ6JnSx+NZkHqiFboa0E2wXmWOLt58I93DzW2wc79EDkCOcXBEaJ8h5bo4ZeUcs\n0u+DjI3PL4oUkaNnKBAobKvVC3/jJWMAEQGhWPqYowEqGarcwATn3A47a6l3EuYD\nn9uU+f4c9eMXIwKCAQEAx+5cgKG0/NRSpISIaF7zmND+1rJ88T22s009IbR8q5Rb\nyrBOwLBWXZvmKVwK5QNllSMtkmb6qL0y/S+JAMOnIl7+njwPYHg8qqkgIVgQM5JY\nsrt7X8NK8ywcBa9SiI3AX2jF9TRFSD+y03UKoB/vwtlbG3h0e01kclqQ2q5Wr15F\nSOkpi1+KmzW39KGjvGG7tFlkREGoxMOxQAcpKkaLbkEt+vCsGkrHVTCGlPknIdvg\nfoghZ75FqqhdQ7xGWJNVgi2g6HRT5YpYI4JDBQfk+QFgwxt7WMFN+6ruwtjDeklp\nylsP5AcVTdNUGMBFmICARxsXwcT8cmLVK6wA8ZYYxQKCAQAC+DAkyyh0c9qtg99L\nsrERGx8/WjCPz27H8mumz52ES64nFbMaxpYcgSHVQMqV5SKKCCaOehUJv4bma5aT\nDTQzh1kQtZsY2tRz8BJ7IZmOOhwpMvayiu8T5VY7eGz4ndKCJmBb51KoZFeNLt5G\n6c5Mt1S3SWj5NN7iJMSw7s+1hoH4+5MYANhFBIHy79q/g6SWTOrvTRi5FE0NUPFL\nLb/XGvwV8QdqbEI1+EDikuuQUp09VU9fhDzELXfnWOQ+PmBIvO5j1DAr/s6Pjy6O\nuxZklRDGXtHuCLixm2AAFkTd9mO3zlFdhpqIFudCRc7SE++DG59fRnouJtL0RB0o\ny5p5AoIBAG5LJqinjKq1junHW2EIkKXLFernCFolS3bas1C2utgEviaw4KEYJmz5\nph1G85OnLhD6GRfcy4bu6QQXhyLuzHL/qMMuKuVzLzSOnHUImdd5cokXOFZ57Az+\nVm8kawl9+ZQovpwou9fBnCtfM/9l3uTE96fN6aRj63fSUnrxFk0kWmCAkDSc/l/l\nYJgJ28P+vogdkFy/RBVYR54k1SbHSAAI4Q7AWpEek5yBap0gXeAl5lCnVJZgtxoQ\nS3MkmEIg9VkdRtk141qL2Vetcr+BvWVIx1KbBI7QBO9DOvgukJgTi9LgLYIEDlKi\ntI/68enRafLQFWkF/KY1s5emCdc8kGkCggEAMWgx+Bcrel85+01iNXiHeFzwi8pA\ng66zoY0Bg1LUHu4sQzQ5jML/AIkG5nFdn2auRSzQUtitBgCUzfJbOm8gjolvSxRs\nDLTeK5OThfH7LCjrUKKBv1tBZtLzuAkUGQp3mmue4Y5ZUXY2ZEBoKxk/OAweYR46\nwY0JfhAwl73deZtLY6pI9L7kzIjmc+DowHWM9VwLbbR62RAuQDo+orszHTleViCw\nhcnJbCp4+ytelge0kCJgGc6HSGtTZTJVBouFejavmeUwNwJVuUl3xNclSAqn4+lY\nBJ7/A3YMRGME1ravRgEpmxbCbRiZBXt0G5/pZk9IFr7h4ug+3tZ9e8zR6A==\n-----END RSA PRIVATE KEY-----\n"} 2026-02-20T22:56:11.908 INFO:teuthology.orchestra.run.trial027.stdout:/usr/bin/ceph: stdout SSL certificate updated 2026-02-20T22:56:12.153 INFO:teuthology.orchestra.run.trial027.stdout:/usr/bin/ceph: stdout SSL certificate key updated 2026-02-20T22:56:12.153 INFO:teuthology.orchestra.run.trial027.stdout:Creating initial admin user... 2026-02-20T22:56:12.156 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:12 trial027 ceph-mon[34330]: [20/Feb/2026:22:56:11] ENGINE Bus STARTING 2026-02-20T22:56:12.156 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:12 trial027 ceph-mon[34330]: [20/Feb/2026:22:56:11] ENGINE Serving on http://10.20.193.27:8765 2026-02-20T22:56:12.156 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:12 trial027 ceph-mon[34330]: [20/Feb/2026:22:56:11] ENGINE Serving on https://10.20.193.27:7150 2026-02-20T22:56:12.156 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:12 trial027 ceph-mon[34330]: [20/Feb/2026:22:56:11] ENGINE Bus STARTED 2026-02-20T22:56:12.157 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:12 trial027 ceph-mon[34330]: [20/Feb/2026:22:56:11] ENGINE Client ('10.20.193.27', 50898) lost — peer dropped the TLS connection suddenly, during handshake: (6, 'TLS/SSL connection has been closed (EOF) (_ssl.c:1147)') 2026-02-20T22:56:12.157 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:12 trial027 ceph-mon[34330]: from='mgr.14152 10.20.193.27:0/1023352909' entity='mgr.x' 2026-02-20T22:56:12.595 INFO:teuthology.orchestra.run.trial027.stdout:/usr/bin/ceph: stdout {"username": "admin", "password": "$2b$12$kfx.NB4YCCq0rjHhLnTmS.r3UMoMp0tZQIj3reKkcBMW0NpJqgXvm", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1771628172, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2026-02-20T22:56:12.595 INFO:teuthology.orchestra.run.trial027.stdout:Fetching dashboard port number... 2026-02-20T22:56:12.819 INFO:teuthology.orchestra.run.trial027.stdout:/usr/bin/ceph: stdout 8443 2026-02-20T22:56:12.827 INFO:teuthology.orchestra.run.trial027.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2026-02-20T22:56:12.827 INFO:teuthology.orchestra.run.trial027.stdout:systemctl: stdout disabled 2026-02-20T22:56:12.833 INFO:teuthology.orchestra.run.trial027.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2026-02-20T22:56:12.833 INFO:teuthology.orchestra.run.trial027.stdout:systemctl: stdout inactive 2026-02-20T22:56:12.833 INFO:teuthology.orchestra.run.trial027.stdout:firewalld.service is not enabled 2026-02-20T22:56:12.833 INFO:teuthology.orchestra.run.trial027.stdout:Not possible to open ports <[8443]>. firewalld.service is not available 2026-02-20T22:56:12.834 INFO:teuthology.orchestra.run.trial027.stdout:Ceph Dashboard is now available at: 2026-02-20T22:56:12.834 INFO:teuthology.orchestra.run.trial027.stdout: 2026-02-20T22:56:12.834 INFO:teuthology.orchestra.run.trial027.stdout: URL: https://trial027:8443/ 2026-02-20T22:56:12.834 INFO:teuthology.orchestra.run.trial027.stdout: User: admin 2026-02-20T22:56:12.834 INFO:teuthology.orchestra.run.trial027.stdout: Password: lfb5r4n8yg 2026-02-20T22:56:12.834 INFO:teuthology.orchestra.run.trial027.stdout: 2026-02-20T22:56:12.835 INFO:teuthology.orchestra.run.trial027.stdout:Saving cluster configuration to /var/lib/ceph/45a14ea2-0eaf-11f1-a861-d404e6e7d460/config directory 2026-02-20T22:56:13.122 INFO:teuthology.orchestra.run.trial027.stdout:/usr/bin/ceph: stderr set mgr/dashboard/cluster/status 2026-02-20T22:56:13.123 INFO:teuthology.orchestra.run.trial027.stdout:You can access the Ceph CLI as following in case of multi-cluster or non-default config: 2026-02-20T22:56:13.123 INFO:teuthology.orchestra.run.trial027.stdout: 2026-02-20T22:56:13.123 INFO:teuthology.orchestra.run.trial027.stdout: sudo /home/ubuntu/cephtest/cephadm shell --fsid 45a14ea2-0eaf-11f1-a861-d404e6e7d460 -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2026-02-20T22:56:13.123 INFO:teuthology.orchestra.run.trial027.stdout: 2026-02-20T22:56:13.123 INFO:teuthology.orchestra.run.trial027.stdout:Or, if you are only running a single cluster on this host: 2026-02-20T22:56:13.123 INFO:teuthology.orchestra.run.trial027.stdout: 2026-02-20T22:56:13.123 INFO:teuthology.orchestra.run.trial027.stdout: sudo /home/ubuntu/cephtest/cephadm shell 2026-02-20T22:56:13.123 INFO:teuthology.orchestra.run.trial027.stdout: 2026-02-20T22:56:13.123 INFO:teuthology.orchestra.run.trial027.stdout:Please consider enabling telemetry to help improve Ceph: 2026-02-20T22:56:13.123 INFO:teuthology.orchestra.run.trial027.stdout: 2026-02-20T22:56:13.124 INFO:teuthology.orchestra.run.trial027.stdout: ceph telemetry on 2026-02-20T22:56:13.124 INFO:teuthology.orchestra.run.trial027.stdout: 2026-02-20T22:56:13.124 INFO:teuthology.orchestra.run.trial027.stdout:For more information see: 2026-02-20T22:56:13.124 INFO:teuthology.orchestra.run.trial027.stdout: 2026-02-20T22:56:13.124 INFO:teuthology.orchestra.run.trial027.stdout: https://docs.ceph.com/en/latest/mgr/telemetry/ 2026-02-20T22:56:13.124 INFO:teuthology.orchestra.run.trial027.stdout: 2026-02-20T22:56:13.124 INFO:teuthology.orchestra.run.trial027.stdout:Bootstrap complete. 2026-02-20T22:56:13.129 INFO:teuthology.orchestra.run.trial027.stdout:systemctl: stdout static 2026-02-20T22:56:13.136 INFO:teuthology.orchestra.run.trial027.stdout:Non-zero exit code 3 from systemctl is-active logrotate 2026-02-20T22:56:13.136 INFO:teuthology.orchestra.run.trial027.stdout:systemctl: stdout inactive 2026-02-20T22:56:13.136 INFO:teuthology.orchestra.run.trial027.stdout:Enabling the logrotate.timer service to perform daily log rotation. 2026-02-20T22:56:13.272 INFO:tasks.cephadm:Fetching config... 2026-02-20T22:56:13.272 DEBUG:teuthology.orchestra.run.trial027:> set -ex 2026-02-20T22:56:13.272 DEBUG:teuthology.orchestra.run.trial027:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2026-02-20T22:56:13.289 INFO:tasks.cephadm:Fetching client.admin keyring... 2026-02-20T22:56:13.289 DEBUG:teuthology.orchestra.run.trial027:> set -ex 2026-02-20T22:56:13.289 DEBUG:teuthology.orchestra.run.trial027:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2026-02-20T22:56:13.346 INFO:tasks.cephadm:Fetching mon keyring... 2026-02-20T22:56:13.346 DEBUG:teuthology.orchestra.run.trial027:> set -ex 2026-02-20T22:56:13.347 DEBUG:teuthology.orchestra.run.trial027:> sudo dd if=/var/lib/ceph/45a14ea2-0eaf-11f1-a861-d404e6e7d460/mon.a/keyring of=/dev/stdout 2026-02-20T22:56:13.361 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:13 trial027 ceph-mon[34330]: from='client.14164 -' entity='client.admin' cmd=[{"prefix": "orch certmgr generate-certificates", "module_name": "dashboard", "target": ["mon-mgr", ""]}]: dispatch 2026-02-20T22:56:13.361 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:13 trial027 ceph-mon[34330]: from='client.14166 -' entity='client.admin' cmd=[{"prefix": "dashboard set-ssl-certificate", "target": ["mon-mgr", ""]}]: dispatch 2026-02-20T22:56:13.361 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:13 trial027 ceph-mon[34330]: from='client.14168 -' entity='client.admin' cmd=[{"prefix": "dashboard set-ssl-certificate-key", "target": ["mon-mgr", ""]}]: dispatch 2026-02-20T22:56:13.361 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:13 trial027 ceph-mon[34330]: from='mgr.14152 10.20.193.27:0/1023352909' entity='mgr.x' 2026-02-20T22:56:13.361 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:13 trial027 ceph-mon[34330]: from='mgr.14152 10.20.193.27:0/1023352909' entity='mgr.x' 2026-02-20T22:56:13.361 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:13 trial027 ceph-mon[34330]: from='client.? 10.20.193.27:0/4211179146' entity='client.admin' cmd={"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"} : dispatch 2026-02-20T22:56:13.361 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:13 trial027 ceph-mon[34330]: mgrmap e12: x(active, since 2s) 2026-02-20T22:56:13.361 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:13 trial027 ceph-mon[34330]: from='client.? 10.20.193.27:0/3347833244' entity='client.admin' 2026-02-20T22:56:13.388 INFO:tasks.cephadm:Fetching pub ssh key... 2026-02-20T22:56:13.388 DEBUG:teuthology.orchestra.run.trial027:> set -ex 2026-02-20T22:56:13.388 DEBUG:teuthology.orchestra.run.trial027:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2026-02-20T22:56:13.443 INFO:tasks.cephadm:Installing pub ssh key for root users... 2026-02-20T22:56:13.443 DEBUG:teuthology.orchestra.run.trial027:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIFmLGXR7gH8NilaWPNP48CCYOWbzDDr0Qj+V6ckV4cxv ceph-45a14ea2-0eaf-11f1-a861-d404e6e7d460' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2026-02-20T22:56:13.517 INFO:teuthology.orchestra.run.trial027.stdout:ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIFmLGXR7gH8NilaWPNP48CCYOWbzDDr0Qj+V6ckV4cxv ceph-45a14ea2-0eaf-11f1-a861-d404e6e7d460 2026-02-20T22:56:13.528 DEBUG:teuthology.orchestra.run.trial074:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIFmLGXR7gH8NilaWPNP48CCYOWbzDDr0Qj+V6ckV4cxv ceph-45a14ea2-0eaf-11f1-a861-d404e6e7d460' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2026-02-20T22:56:13.563 INFO:teuthology.orchestra.run.trial074.stdout:ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIFmLGXR7gH8NilaWPNP48CCYOWbzDDr0Qj+V6ckV4cxv ceph-45a14ea2-0eaf-11f1-a861-d404e6e7d460 2026-02-20T22:56:13.573 DEBUG:teuthology.orchestra.run.trial027:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:f7870454149f22574086dd2ff55d050585136531 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 45a14ea2-0eaf-11f1-a861-d404e6e7d460 -- ceph config set mgr mgr/cephadm/allow_ptrace true 2026-02-20T22:56:13.688 INFO:teuthology.orchestra.run.trial027.stderr:Inferring config /var/lib/ceph/45a14ea2-0eaf-11f1-a861-d404e6e7d460/mon.a/config 2026-02-20T22:56:13.954 INFO:tasks.cephadm:Distributing conf and client.admin keyring to all hosts + 0755 2026-02-20T22:56:13.954 DEBUG:teuthology.orchestra.run.trial027:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:f7870454149f22574086dd2ff55d050585136531 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 45a14ea2-0eaf-11f1-a861-d404e6e7d460 -- ceph orch client-keyring set client.admin '*' --mode 0755 2026-02-20T22:56:14.072 INFO:teuthology.orchestra.run.trial027.stderr:Inferring config /var/lib/ceph/45a14ea2-0eaf-11f1-a861-d404e6e7d460/mon.a/config 2026-02-20T22:56:14.286 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:14 trial027 ceph-mon[34330]: 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-20T22:56:14.287 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:14 trial027 ceph-mon[34330]: from='client.? 10.20.193.27:0/3873915321' entity='client.admin' 2026-02-20T22:56:14.366 INFO:tasks.cephadm:Remote trial074 excluded from cephadm cluster by role 2026-02-20T22:56:14.366 INFO:tasks.cephadm:Setting crush tunables to default 2026-02-20T22:56:14.366 DEBUG:teuthology.orchestra.run.trial027:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:f7870454149f22574086dd2ff55d050585136531 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 45a14ea2-0eaf-11f1-a861-d404e6e7d460 -- ceph osd crush tunables default 2026-02-20T22:56:14.482 INFO:teuthology.orchestra.run.trial027.stderr:Inferring config /var/lib/ceph/45a14ea2-0eaf-11f1-a861-d404e6e7d460/mon.a/config 2026-02-20T22:56:15.338 INFO:teuthology.orchestra.run.trial027.stderr:adjusted tunables profile to default 2026-02-20T22:56:15.379 INFO:tasks.cephadm:Adding mon.a on trial027 2026-02-20T22:56:15.380 DEBUG:teuthology.orchestra.run.trial027:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:f7870454149f22574086dd2ff55d050585136531 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 45a14ea2-0eaf-11f1-a861-d404e6e7d460 -- ceph orch apply mon '1;trial027:10.20.193.27=a' 2026-02-20T22:56:15.498 INFO:teuthology.orchestra.run.trial027.stderr:Inferring config /var/lib/ceph/45a14ea2-0eaf-11f1-a861-d404e6e7d460/mon.a/config 2026-02-20T22:56:15.556 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:15 trial027 ceph-mon[34330]: from='client.14178 -' entity='client.admin' cmd=[{"prefix": "orch client-keyring set", "entity": "client.admin", "placement": "*", "mode": "0755", "target": ["mon-mgr", ""]}]: dispatch 2026-02-20T22:56:15.557 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:15 trial027 ceph-mon[34330]: from='mgr.14152 10.20.193.27:0/1023352909' entity='mgr.x' 2026-02-20T22:56:15.557 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:15 trial027 ceph-mon[34330]: from='mgr.14152 10.20.193.27:0/1023352909' entity='mgr.x' 2026-02-20T22:56:15.557 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:15 trial027 ceph-mon[34330]: from='mgr.14152 10.20.193.27:0/1023352909' entity='mgr.x' 2026-02-20T22:56:15.557 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:15 trial027 ceph-mon[34330]: from='mgr.14152 10.20.193.27:0/1023352909' entity='mgr.x' cmd={"prefix": "config rm", "who": "osd/host:trial027", "name": "osd_memory_target"} : dispatch 2026-02-20T22:56:15.557 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:15 trial027 ceph-mon[34330]: from='mgr.14152 10.20.193.27:0/1023352909' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-20T22:56:15.557 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:15 trial027 ceph-mon[34330]: from='mgr.14152 10.20.193.27:0/1023352909' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-20T22:56:15.557 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:15 trial027 ceph-mon[34330]: Updating trial027:/etc/ceph/ceph.conf 2026-02-20T22:56:15.558 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:15 trial027 ceph-mon[34330]: Updating trial027:/var/lib/ceph/45a14ea2-0eaf-11f1-a861-d404e6e7d460/config/ceph.conf 2026-02-20T22:56:15.558 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:15 trial027 ceph-mon[34330]: Updating trial027:/etc/ceph/ceph.client.admin.keyring 2026-02-20T22:56:15.558 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:15 trial027 ceph-mon[34330]: Updating trial027:/var/lib/ceph/45a14ea2-0eaf-11f1-a861-d404e6e7d460/config/ceph.client.admin.keyring 2026-02-20T22:56:15.558 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:15 trial027 ceph-mon[34330]: from='client.? 10.20.193.27:0/346154046' entity='client.admin' cmd={"prefix": "osd crush tunables", "profile": "default"} : dispatch 2026-02-20T22:56:15.558 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:15 trial027 ceph-mon[34330]: from='mgr.14152 10.20.193.27:0/1023352909' entity='mgr.x' 2026-02-20T22:56:15.558 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:15 trial027 ceph-mon[34330]: from='mgr.14152 10.20.193.27:0/1023352909' entity='mgr.x' 2026-02-20T22:56:15.558 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:15 trial027 ceph-mon[34330]: from='mgr.14152 10.20.193.27:0/1023352909' entity='mgr.x' 2026-02-20T22:56:15.558 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:15 trial027 ceph-mon[34330]: from='mgr.14152 10.20.193.27:0/1023352909' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-20T22:56:15.559 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:15 trial027 ceph-mon[34330]: from='mgr.14152 10.20.193.27:0/1023352909' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-20T22:56:15.559 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:15 trial027 ceph-mon[34330]: from='mgr.14152 10.20.193.27:0/1023352909' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-20T22:56:15.559 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:15 trial027 ceph-mon[34330]: from='mgr.14152 10.20.193.27:0/1023352909' entity='mgr.x' 2026-02-20T22:56:15.727 INFO:teuthology.orchestra.run.trial027.stdout:Scheduled mon update... 2026-02-20T22:56:15.781 INFO:tasks.cephadm:Waiting for 1 mons in monmap... 2026-02-20T22:56:15.781 DEBUG:teuthology.orchestra.run.trial027:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:f7870454149f22574086dd2ff55d050585136531 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 45a14ea2-0eaf-11f1-a861-d404e6e7d460 -- ceph mon dump -f json 2026-02-20T22:56:15.895 INFO:teuthology.orchestra.run.trial027.stderr:Inferring config /var/lib/ceph/45a14ea2-0eaf-11f1-a861-d404e6e7d460/mon.a/config 2026-02-20T22:56:16.155 INFO:teuthology.orchestra.run.trial027.stdout: 2026-02-20T22:56:16.155 INFO:teuthology.orchestra.run.trial027.stdout:{"epoch":1,"fsid":"45a14ea2-0eaf-11f1-a861-d404e6e7d460","modified":"2026-02-20T22:55:49.181348Z","created":"2026-02-20T22:55:49.181348Z","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.27:3300","nonce":0},{"type":"v1","addr":"10.20.193.27:6789","nonce":0}]},"addr":"10.20.193.27:6789/0","public_addr":"10.20.193.27:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2026-02-20T22:56:16.155 INFO:teuthology.orchestra.run.trial027.stderr:dumped monmap epoch 1 2026-02-20T22:56:16.193 INFO:tasks.cephadm:Generating final ceph.conf file... 2026-02-20T22:56:16.193 DEBUG:teuthology.orchestra.run.trial027:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:f7870454149f22574086dd2ff55d050585136531 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 45a14ea2-0eaf-11f1-a861-d404e6e7d460 -- ceph config generate-minimal-conf 2026-02-20T22:56:16.310 INFO:teuthology.orchestra.run.trial027.stderr:Inferring config /var/lib/ceph/45a14ea2-0eaf-11f1-a861-d404e6e7d460/mon.a/config 2026-02-20T22:56:16.425 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:16 trial027 ceph-mon[34330]: from='client.? 10.20.193.27:0/346154046' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2026-02-20T22:56:16.425 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:16 trial027 ceph-mon[34330]: osdmap e4: 0 total, 0 up, 0 in 2026-02-20T22:56:16.426 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:16 trial027 ceph-mon[34330]: from='client.14182 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "1;trial027:10.20.193.27=a", "target": ["mon-mgr", ""]}]: dispatch 2026-02-20T22:56:16.426 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:16 trial027 ceph-mon[34330]: Saving service mon spec with placement trial027:10.20.193.27=a;count:1 2026-02-20T22:56:16.426 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:16 trial027 ceph-mon[34330]: from='mgr.14152 10.20.193.27:0/1023352909' entity='mgr.x' 2026-02-20T22:56:16.426 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:16 trial027 ceph-mon[34330]: from='mgr.14152 10.20.193.27:0/1023352909' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-20T22:56:16.426 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:16 trial027 ceph-mon[34330]: from='mgr.14152 10.20.193.27:0/1023352909' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-20T22:56:16.426 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:16 trial027 ceph-mon[34330]: from='mgr.14152 10.20.193.27:0/1023352909' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-20T22:56:16.426 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:16 trial027 ceph-mon[34330]: from='mgr.14152 10.20.193.27:0/1023352909' entity='mgr.x' 2026-02-20T22:56:16.426 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:16 trial027 ceph-mon[34330]: from='mgr.14152 10.20.193.27:0/1023352909' entity='mgr.x' 2026-02-20T22:56:16.426 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:16 trial027 ceph-mon[34330]: Reconfiguring mon.a (unknown last config time)... 2026-02-20T22:56:16.426 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:16 trial027 ceph-mon[34330]: from='mgr.14152 10.20.193.27:0/1023352909' entity='mgr.x' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2026-02-20T22:56:16.426 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:16 trial027 ceph-mon[34330]: from='mgr.14152 10.20.193.27:0/1023352909' entity='mgr.x' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2026-02-20T22:56:16.427 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:16 trial027 ceph-mon[34330]: from='mgr.14152 10.20.193.27:0/1023352909' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-20T22:56:16.427 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:16 trial027 ceph-mon[34330]: Reconfiguring daemon mon.a on trial027 2026-02-20T22:56:16.427 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:16 trial027 ceph-mon[34330]: from='mgr.14152 10.20.193.27:0/1023352909' entity='mgr.x' 2026-02-20T22:56:16.427 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:16 trial027 ceph-mon[34330]: from='mgr.14152 10.20.193.27:0/1023352909' entity='mgr.x' 2026-02-20T22:56:16.427 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:16 trial027 ceph-mon[34330]: from='client.? 10.20.193.27:0/2454498346' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2026-02-20T22:56:16.526 INFO:teuthology.orchestra.run.trial027.stdout:# minimal ceph.conf for 45a14ea2-0eaf-11f1-a861-d404e6e7d460 2026-02-20T22:56:16.526 INFO:teuthology.orchestra.run.trial027.stdout:[global] 2026-02-20T22:56:16.526 INFO:teuthology.orchestra.run.trial027.stdout: fsid = 45a14ea2-0eaf-11f1-a861-d404e6e7d460 2026-02-20T22:56:16.526 INFO:teuthology.orchestra.run.trial027.stdout: mon_host = [v2:10.20.193.27:3300/0,v1:10.20.193.27:6789/0] 2026-02-20T22:56:16.562 INFO:tasks.cephadm:Distributing (final) config and client.admin keyring... 2026-02-20T22:56:16.563 DEBUG:teuthology.orchestra.run.trial027:> set -ex 2026-02-20T22:56:16.563 DEBUG:teuthology.orchestra.run.trial027:> sudo dd of=/etc/ceph/ceph.conf 2026-02-20T22:56:16.589 DEBUG:teuthology.orchestra.run.trial027:> set -ex 2026-02-20T22:56:16.590 DEBUG:teuthology.orchestra.run.trial027:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2026-02-20T22:56:16.654 INFO:tasks.cephadm:Adding mgr.x on trial027 2026-02-20T22:56:16.654 DEBUG:teuthology.orchestra.run.trial027:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:f7870454149f22574086dd2ff55d050585136531 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 45a14ea2-0eaf-11f1-a861-d404e6e7d460 -- ceph orch apply mgr '1;trial027=x' 2026-02-20T22:56:16.808 INFO:teuthology.orchestra.run.trial027.stderr:Inferring config /var/lib/ceph/45a14ea2-0eaf-11f1-a861-d404e6e7d460/mon.a/config 2026-02-20T22:56:17.030 INFO:teuthology.orchestra.run.trial027.stdout:Scheduled mgr update... 2026-02-20T22:56:17.068 DEBUG:tasks.cephadm:set 0 configs 2026-02-20T22:56:17.069 DEBUG:teuthology.orchestra.run.trial027:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:f7870454149f22574086dd2ff55d050585136531 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 45a14ea2-0eaf-11f1-a861-d404e6e7d460 -- ceph config dump 2026-02-20T22:56:17.182 INFO:teuthology.orchestra.run.trial027.stderr:Inferring config /var/lib/ceph/45a14ea2-0eaf-11f1-a861-d404e6e7d460/mon.a/config 2026-02-20T22:56:17.405 INFO:teuthology.orchestra.run.trial027.stdout:WHO MASK LEVEL OPTION VALUE RO 2026-02-20T22:56:17.405 INFO:teuthology.orchestra.run.trial027.stdout:global dev auth_debug true 2026-02-20T22:56:17.405 INFO:teuthology.orchestra.run.trial027.stdout:global basic container_image quay.ceph.io/ceph-ci/ceph@sha256:9cc281dd1e60310f8109166bc76e656ce4c5c9b7d9bb9abfc9aa033dfa762ae4 * 2026-02-20T22:56:17.405 INFO:teuthology.orchestra.run.trial027.stdout:global dev debug_asserts_on_shutdown true 2026-02-20T22:56:17.405 INFO:teuthology.orchestra.run.trial027.stdout:global basic log_to_file true 2026-02-20T22:56:17.405 INFO:teuthology.orchestra.run.trial027.stdout:global basic log_to_journald false 2026-02-20T22:56:17.405 INFO:teuthology.orchestra.run.trial027.stdout:global basic log_to_stderr false 2026-02-20T22:56:17.405 INFO:teuthology.orchestra.run.trial027.stdout:global advanced mon_allow_pool_delete true 2026-02-20T22:56:17.405 INFO:teuthology.orchestra.run.trial027.stdout:global advanced mon_clock_drift_allowed 1.000000 2026-02-20T22:56:17.405 INFO:teuthology.orchestra.run.trial027.stdout:global advanced mon_cluster_log_to_file true 2026-02-20T22:56:17.405 INFO:teuthology.orchestra.run.trial027.stdout:global advanced mon_max_pg_per_osd 10000 2026-02-20T22:56:17.405 INFO:teuthology.orchestra.run.trial027.stdout:global advanced mon_pg_warn_max_object_skew 0.000000 2026-02-20T22:56:17.405 INFO:teuthology.orchestra.run.trial027.stdout:global advanced mon_warn_on_crush_straw_calc_version_zero false 2026-02-20T22:56:17.405 INFO:teuthology.orchestra.run.trial027.stdout:global advanced mon_warn_on_legacy_crush_tunables false 2026-02-20T22:56:17.405 INFO:teuthology.orchestra.run.trial027.stdout:global advanced mon_warn_on_osd_down_out_interval_zero false 2026-02-20T22:56:17.405 INFO:teuthology.orchestra.run.trial027.stdout:global dev mon_warn_on_pool_pg_num_not_power_of_two false 2026-02-20T22:56:17.405 INFO:teuthology.orchestra.run.trial027.stdout:global advanced mon_warn_on_too_few_osds false 2026-02-20T22:56:17.405 INFO:teuthology.orchestra.run.trial027.stdout:global dev ms_die_on_bug true 2026-02-20T22:56:17.406 INFO:teuthology.orchestra.run.trial027.stdout:global dev ms_die_on_old_message true 2026-02-20T22:56:17.406 INFO:teuthology.orchestra.run.trial027.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-20T22:56:17.406 INFO:teuthology.orchestra.run.trial027.stdout:global advanced osd_pool_default_pg_autoscale_mode off 2026-02-20T22:56:17.406 INFO:teuthology.orchestra.run.trial027.stdout:global advanced osd_pool_default_size 2 2026-02-20T22:56:17.406 INFO:teuthology.orchestra.run.trial027.stdout:global advanced public_network 10.20.192.0/20 * 2026-02-20T22:56:17.406 INFO:teuthology.orchestra.run.trial027.stdout:mon advanced auth_allow_insecure_global_id_reclaim false 2026-02-20T22:56:17.406 INFO:teuthology.orchestra.run.trial027.stdout:mon advanced auth_mon_ticket_ttl 660.000000 2026-02-20T22:56:17.406 INFO:teuthology.orchestra.run.trial027.stdout:mon advanced auth_service_ticket_ttl 240.000000 2026-02-20T22:56:17.406 INFO:teuthology.orchestra.run.trial027.stdout:mon advanced debug_mon 20/20 2026-02-20T22:56:17.406 INFO:teuthology.orchestra.run.trial027.stdout:mon advanced debug_ms 1/1 2026-02-20T22:56:17.406 INFO:teuthology.orchestra.run.trial027.stdout:mon advanced debug_paxos 20/20 2026-02-20T22:56:17.406 INFO:teuthology.orchestra.run.trial027.stdout:mon advanced mon_data_avail_warn 5 2026-02-20T22:56:17.406 INFO:teuthology.orchestra.run.trial027.stdout:mon advanced mon_mgr_mkfs_grace 240 2026-02-20T22:56:17.406 INFO:teuthology.orchestra.run.trial027.stdout:mon dev mon_osd_prime_pg_temp true 2026-02-20T22:56:17.406 INFO:teuthology.orchestra.run.trial027.stdout:mon advanced mon_osd_reporter_subtree_level osd 2026-02-20T22:56:17.406 INFO:teuthology.orchestra.run.trial027.stdout:mon advanced mon_reweight_min_bytes_per_osd 10 2026-02-20T22:56:17.406 INFO:teuthology.orchestra.run.trial027.stdout:mon advanced mon_reweight_min_pgs_per_osd 4 2026-02-20T22:56:17.406 INFO:teuthology.orchestra.run.trial027.stdout:mon advanced mon_warn_on_insecure_global_id_reclaim false 2026-02-20T22:56:17.406 INFO:teuthology.orchestra.run.trial027.stdout:mon advanced mon_warn_on_insecure_global_id_reclaim_allowed false 2026-02-20T22:56:17.406 INFO:teuthology.orchestra.run.trial027.stdout:mgr advanced debug_mgr 20/20 2026-02-20T22:56:17.406 INFO:teuthology.orchestra.run.trial027.stdout:mgr advanced debug_ms 1/1 2026-02-20T22:56:17.406 INFO:teuthology.orchestra.run.trial027.stdout:mgr advanced mgr/cephadm/allow_ptrace true * 2026-02-20T22:56:17.406 INFO:teuthology.orchestra.run.trial027.stdout:mgr advanced mgr/cephadm/container_init True * 2026-02-20T22:56:17.406 INFO:teuthology.orchestra.run.trial027.stdout:mgr advanced mgr/cephadm/migration_current 7 * 2026-02-20T22:56:17.406 INFO:teuthology.orchestra.run.trial027.stdout:mgr advanced mgr/dashboard/ssl_server_port 8443 * 2026-02-20T22:56:17.406 INFO:teuthology.orchestra.run.trial027.stdout:mgr advanced mgr/orchestrator/orchestrator cephadm 2026-02-20T22:56:17.406 INFO:teuthology.orchestra.run.trial027.stdout:mgr advanced mgr_standby_modules false 2026-02-20T22:56:17.406 INFO:teuthology.orchestra.run.trial027.stdout:mgr advanced mon_reweight_min_bytes_per_osd 10 2026-02-20T22:56:17.406 INFO:teuthology.orchestra.run.trial027.stdout:mgr advanced mon_reweight_min_pgs_per_osd 4 2026-02-20T22:56:17.406 INFO:teuthology.orchestra.run.trial027.stdout:osd dev bdev_debug_aio true 2026-02-20T22:56:17.406 INFO:teuthology.orchestra.run.trial027.stdout:osd advanced debug_ms 1/1 2026-02-20T22:56:17.406 INFO:teuthology.orchestra.run.trial027.stdout:osd advanced debug_osd 20/20 2026-02-20T22:56:17.406 INFO:teuthology.orchestra.run.trial027.stdout:osd dev osd_debug_misdirected_ops true 2026-02-20T22:56:17.406 INFO:teuthology.orchestra.run.trial027.stdout:osd dev osd_debug_op_order true 2026-02-20T22:56:17.406 INFO:teuthology.orchestra.run.trial027.stdout:osd dev osd_debug_pg_log_writeout true 2026-02-20T22:56:17.406 INFO:teuthology.orchestra.run.trial027.stdout:osd dev osd_debug_shutdown true 2026-02-20T22:56:17.406 INFO:teuthology.orchestra.run.trial027.stdout:osd dev osd_debug_verify_cached_snaps true 2026-02-20T22:56:17.406 INFO:teuthology.orchestra.run.trial027.stdout:osd dev osd_debug_verify_missing_on_start true 2026-02-20T22:56:17.406 INFO:teuthology.orchestra.run.trial027.stdout:osd dev osd_debug_verify_stray_on_activate true 2026-02-20T22:56:17.406 INFO:teuthology.orchestra.run.trial027.stdout:osd advanced osd_deep_scrub_update_digest_min_age 30 2026-02-20T22:56:17.406 INFO:teuthology.orchestra.run.trial027.stdout:osd advanced osd_mclock_profile high_recovery_ops 2026-02-20T22:56:17.406 INFO:teuthology.orchestra.run.trial027.stdout:osd dev osd_mclock_skip_benchmark true 2026-02-20T22:56:17.406 INFO:teuthology.orchestra.run.trial027.stdout:osd advanced osd_memory_target_autotune true 2026-02-20T22:56:17.407 INFO:teuthology.orchestra.run.trial027.stdout:osd advanced osd_op_queue debug_random * 2026-02-20T22:56:17.407 INFO:teuthology.orchestra.run.trial027.stdout:osd advanced osd_op_queue_cut_off debug_random * 2026-02-20T22:56:17.407 INFO:teuthology.orchestra.run.trial027.stdout:osd advanced osd_recover_clone_overlap true 2026-02-20T22:56:17.407 INFO:teuthology.orchestra.run.trial027.stdout:osd advanced osd_recovery_max_chunk 1048576 2026-02-20T22:56:17.407 INFO:teuthology.orchestra.run.trial027.stdout:osd advanced osd_scrub_load_threshold 5.000000 2026-02-20T22:56:17.407 INFO:teuthology.orchestra.run.trial027.stdout:osd advanced osd_scrub_max_interval 600.000000 2026-02-20T22:56:17.407 INFO:teuthology.orchestra.run.trial027.stdout:osd advanced osd_shutdown_pgref_assert true 2026-02-20T22:56:17.407 INFO:teuthology.orchestra.run.trial027.stdout:client.rgw advanced rgw_cache_enabled true 2026-02-20T22:56:17.407 INFO:teuthology.orchestra.run.trial027.stdout:client.rgw advanced rgw_enable_ops_log true 2026-02-20T22:56:17.407 INFO:teuthology.orchestra.run.trial027.stdout:client.rgw advanced rgw_enable_usage_log true 2026-02-20T22:56:17.442 INFO:tasks.cephadm:Deploying OSDs... 2026-02-20T22:56:17.443 DEBUG:teuthology.orchestra.run.trial027:> set -ex 2026-02-20T22:56:17.443 DEBUG:teuthology.orchestra.run.trial027:> dd if=/scratch_devs of=/dev/stdout 2026-02-20T22:56:17.460 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-20T22:56:17.460 DEBUG:teuthology.orchestra.run.trial027:> stat /dev/vg_nvme/lv_1 2026-02-20T22:56:17.515 INFO:teuthology.orchestra.run.trial027.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2026-02-20T22:56:17.515 INFO:teuthology.orchestra.run.trial027.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2026-02-20T22:56:17.515 INFO:teuthology.orchestra.run.trial027.stdout:Device: 6h/6d Inode: 1310 Links: 1 2026-02-20T22:56:17.515 INFO:teuthology.orchestra.run.trial027.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2026-02-20T22:56:17.515 INFO:teuthology.orchestra.run.trial027.stdout:Context: system_u:object_r:device_t:s0 2026-02-20T22:56:17.516 INFO:teuthology.orchestra.run.trial027.stdout:Access: 2026-02-20 22:56:14.128204786 +0000 2026-02-20T22:56:17.516 INFO:teuthology.orchestra.run.trial027.stdout:Modify: 2026-02-20 22:55:23.346218301 +0000 2026-02-20T22:56:17.516 INFO:teuthology.orchestra.run.trial027.stdout:Change: 2026-02-20 22:55:23.346218301 +0000 2026-02-20T22:56:17.516 INFO:teuthology.orchestra.run.trial027.stdout: Birth: 2026-02-20 22:55:23.346218301 +0000 2026-02-20T22:56:17.516 DEBUG:teuthology.orchestra.run.trial027:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2026-02-20T22:56:17.577 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:17 trial027 ceph-mon[34330]: from='client.? 10.20.193.27:0/1021553545' entity='client.admin' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-20T22:56:17.578 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:17 trial027 ceph-mon[34330]: mgrmap e13: x(active, since 6s) 2026-02-20T22:56:17.578 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:17 trial027 ceph-mon[34330]: from='client.14188 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "1;trial027=x", "target": ["mon-mgr", ""]}]: dispatch 2026-02-20T22:56:17.578 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:17 trial027 ceph-mon[34330]: Saving service mgr spec with placement trial027=x;count:1 2026-02-20T22:56:17.578 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:17 trial027 ceph-mon[34330]: from='mgr.14152 10.20.193.27:0/1023352909' entity='mgr.x' 2026-02-20T22:56:17.578 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:17 trial027 ceph-mon[34330]: from='mgr.14152 10.20.193.27:0/1023352909' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-20T22:56:17.578 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:17 trial027 ceph-mon[34330]: from='mgr.14152 10.20.193.27:0/1023352909' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-20T22:56:17.578 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:17 trial027 ceph-mon[34330]: from='mgr.14152 10.20.193.27:0/1023352909' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-20T22:56:17.579 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:17 trial027 ceph-mon[34330]: from='mgr.14152 10.20.193.27:0/1023352909' entity='mgr.x' 2026-02-20T22:56:17.579 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:17 trial027 ceph-mon[34330]: from='mgr.14152 10.20.193.27:0/1023352909' entity='mgr.x' 2026-02-20T22:56:17.579 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:17 trial027 ceph-mon[34330]: Reconfiguring mgr.x (unknown last config time)... 2026-02-20T22:56:17.579 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:17 trial027 ceph-mon[34330]: from='mgr.14152 10.20.193.27:0/1023352909' entity='mgr.x' cmd={"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2026-02-20T22:56:17.579 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:17 trial027 ceph-mon[34330]: from='mgr.14152 10.20.193.27:0/1023352909' entity='mgr.x' cmd={"prefix": "mgr services"} : dispatch 2026-02-20T22:56:17.579 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:17 trial027 ceph-mon[34330]: from='mgr.14152 10.20.193.27:0/1023352909' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-20T22:56:17.579 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:17 trial027 ceph-mon[34330]: Reconfiguring daemon mgr.x on trial027 2026-02-20T22:56:17.579 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:17 trial027 ceph-mon[34330]: from='mgr.14152 10.20.193.27:0/1023352909' entity='mgr.x' 2026-02-20T22:56:17.580 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:17 trial027 ceph-mon[34330]: from='mgr.14152 10.20.193.27:0/1023352909' entity='mgr.x' 2026-02-20T22:56:17.581 INFO:teuthology.orchestra.run.trial027.stderr:1+0 records in 2026-02-20T22:56:17.582 INFO:teuthology.orchestra.run.trial027.stderr:1+0 records out 2026-02-20T22:56:17.582 INFO:teuthology.orchestra.run.trial027.stderr:512 bytes copied, 0.000164663 s, 3.1 MB/s 2026-02-20T22:56:17.582 DEBUG:teuthology.orchestra.run.trial027:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2026-02-20T22:56:17.639 DEBUG:teuthology.orchestra.run.trial027:> stat /dev/vg_nvme/lv_2 2026-02-20T22:56:17.697 INFO:teuthology.orchestra.run.trial027.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2026-02-20T22:56:17.697 INFO:teuthology.orchestra.run.trial027.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2026-02-20T22:56:17.697 INFO:teuthology.orchestra.run.trial027.stdout:Device: 6h/6d Inode: 1298 Links: 1 2026-02-20T22:56:17.697 INFO:teuthology.orchestra.run.trial027.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2026-02-20T22:56:17.697 INFO:teuthology.orchestra.run.trial027.stdout:Context: system_u:object_r:device_t:s0 2026-02-20T22:56:17.697 INFO:teuthology.orchestra.run.trial027.stdout:Access: 2026-02-20 22:56:14.128204786 +0000 2026-02-20T22:56:17.697 INFO:teuthology.orchestra.run.trial027.stdout:Modify: 2026-02-20 22:55:23.345218340 +0000 2026-02-20T22:56:17.697 INFO:teuthology.orchestra.run.trial027.stdout:Change: 2026-02-20 22:55:23.345218340 +0000 2026-02-20T22:56:17.698 INFO:teuthology.orchestra.run.trial027.stdout: Birth: 2026-02-20 22:55:23.345218340 +0000 2026-02-20T22:56:17.698 DEBUG:teuthology.orchestra.run.trial027:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2026-02-20T22:56:17.760 INFO:teuthology.orchestra.run.trial027.stderr:1+0 records in 2026-02-20T22:56:17.760 INFO:teuthology.orchestra.run.trial027.stderr:1+0 records out 2026-02-20T22:56:17.761 INFO:teuthology.orchestra.run.trial027.stderr:512 bytes copied, 0.000132985 s, 3.9 MB/s 2026-02-20T22:56:17.762 DEBUG:teuthology.orchestra.run.trial027:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2026-02-20T22:56:17.819 DEBUG:teuthology.orchestra.run.trial027:> stat /dev/vg_nvme/lv_3 2026-02-20T22:56:17.879 INFO:teuthology.orchestra.run.trial027.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2026-02-20T22:56:17.880 INFO:teuthology.orchestra.run.trial027.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2026-02-20T22:56:17.880 INFO:teuthology.orchestra.run.trial027.stdout:Device: 6h/6d Inode: 1304 Links: 1 2026-02-20T22:56:17.880 INFO:teuthology.orchestra.run.trial027.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2026-02-20T22:56:17.880 INFO:teuthology.orchestra.run.trial027.stdout:Context: system_u:object_r:device_t:s0 2026-02-20T22:56:17.880 INFO:teuthology.orchestra.run.trial027.stdout:Access: 2026-02-20 22:56:14.128204786 +0000 2026-02-20T22:56:17.880 INFO:teuthology.orchestra.run.trial027.stdout:Modify: 2026-02-20 22:55:23.345218340 +0000 2026-02-20T22:56:17.880 INFO:teuthology.orchestra.run.trial027.stdout:Change: 2026-02-20 22:55:23.345218340 +0000 2026-02-20T22:56:17.880 INFO:teuthology.orchestra.run.trial027.stdout: Birth: 2026-02-20 22:55:23.345218340 +0000 2026-02-20T22:56:17.880 DEBUG:teuthology.orchestra.run.trial027:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2026-02-20T22:56:17.951 INFO:teuthology.orchestra.run.trial027.stderr:1+0 records in 2026-02-20T22:56:17.951 INFO:teuthology.orchestra.run.trial027.stderr:1+0 records out 2026-02-20T22:56:17.951 INFO:teuthology.orchestra.run.trial027.stderr:512 bytes copied, 0.000167438 s, 3.1 MB/s 2026-02-20T22:56:17.952 DEBUG:teuthology.orchestra.run.trial027:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2026-02-20T22:56:18.014 DEBUG:teuthology.orchestra.run.trial027:> stat /dev/vg_nvme/lv_4 2026-02-20T22:56:18.070 INFO:teuthology.orchestra.run.trial027.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2026-02-20T22:56:18.070 INFO:teuthology.orchestra.run.trial027.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2026-02-20T22:56:18.070 INFO:teuthology.orchestra.run.trial027.stdout:Device: 6h/6d Inode: 1318 Links: 1 2026-02-20T22:56:18.070 INFO:teuthology.orchestra.run.trial027.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2026-02-20T22:56:18.070 INFO:teuthology.orchestra.run.trial027.stdout:Context: system_u:object_r:device_t:s0 2026-02-20T22:56:18.070 INFO:teuthology.orchestra.run.trial027.stdout:Access: 2026-02-20 22:56:14.128204786 +0000 2026-02-20T22:56:18.070 INFO:teuthology.orchestra.run.trial027.stdout:Modify: 2026-02-20 22:55:23.346218301 +0000 2026-02-20T22:56:18.070 INFO:teuthology.orchestra.run.trial027.stdout:Change: 2026-02-20 22:55:23.346218301 +0000 2026-02-20T22:56:18.070 INFO:teuthology.orchestra.run.trial027.stdout: Birth: 2026-02-20 22:55:23.346218301 +0000 2026-02-20T22:56:18.070 DEBUG:teuthology.orchestra.run.trial027:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2026-02-20T22:56:18.132 INFO:teuthology.orchestra.run.trial027.stderr:1+0 records in 2026-02-20T22:56:18.132 INFO:teuthology.orchestra.run.trial027.stderr:1+0 records out 2026-02-20T22:56:18.132 INFO:teuthology.orchestra.run.trial027.stderr:512 bytes copied, 0.000148894 s, 3.4 MB/s 2026-02-20T22:56:18.133 DEBUG:teuthology.orchestra.run.trial027:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2026-02-20T22:56:18.192 INFO:tasks.cephadm:Deploying osd.0 on trial027 with /dev/vg_nvme/lv_4... 2026-02-20T22:56:18.193 DEBUG:teuthology.orchestra.run.trial027:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:f7870454149f22574086dd2ff55d050585136531 ceph-volume -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 45a14ea2-0eaf-11f1-a861-d404e6e7d460 -- lvm zap /dev/vg_nvme/lv_4 2026-02-20T22:56:18.344 INFO:teuthology.orchestra.run.trial027.stderr:Inferring config /var/lib/ceph/45a14ea2-0eaf-11f1-a861-d404e6e7d460/mon.a/config 2026-02-20T22:56:18.503 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:18 trial027 ceph-mon[34330]: from='client.? 10.20.193.27:0/631485626' entity='client.admin' cmd={"prefix": "config dump"} : dispatch 2026-02-20T22:56:18.790 INFO:teuthology.orchestra.run.trial027.stdout: 2026-02-20T22:56:18.806 DEBUG:teuthology.orchestra.run.trial027:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:f7870454149f22574086dd2ff55d050585136531 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 45a14ea2-0eaf-11f1-a861-d404e6e7d460 -- ceph orch daemon add osd trial027:vg_nvme/lv_4 --skip-validation 2026-02-20T22:56:18.924 INFO:teuthology.orchestra.run.trial027.stderr:Inferring config /var/lib/ceph/45a14ea2-0eaf-11f1-a861-d404e6e7d460/mon.a/config 2026-02-20T22:56:20.265 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:20 trial027 ceph-mon[34330]: from='client.14192 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "trial027:vg_nvme/lv_4", "skip_validation": true, "target": ["mon-mgr", ""]}]: dispatch 2026-02-20T22:56:20.265 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:20 trial027 ceph-mon[34330]: osd.default does not exist. Creating it now. 2026-02-20T22:56:20.265 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:20 trial027 ceph-mon[34330]: Creating OSDs with service ID: default on trial027:['vg_nvme/lv_4'] 2026-02-20T22:56:20.265 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:20 trial027 ceph-mon[34330]: from='mgr.14152 10.20.193.27:0/1023352909' entity='mgr.x' 2026-02-20T22:56:20.265 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:20 trial027 ceph-mon[34330]: Marking host: trial027 for OSDSpec preview refresh. 2026-02-20T22:56:20.266 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:20 trial027 ceph-mon[34330]: Saving service osd.default spec with placement trial027 2026-02-20T22:56:20.266 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:20 trial027 ceph-mon[34330]: from='mgr.14152 10.20.193.27:0/1023352909' entity='mgr.x' 2026-02-20T22:56:20.266 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:20 trial027 ceph-mon[34330]: from='mgr.14152 10.20.193.27:0/1023352909' entity='mgr.x' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-20T22:56:20.266 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:20 trial027 ceph-mon[34330]: from='mgr.14152 10.20.193.27:0/1023352909' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-20T22:56:20.266 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:20 trial027 ceph-mon[34330]: from='mgr.14152 10.20.193.27:0/1023352909' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-20T22:56:20.266 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:20 trial027 ceph-mon[34330]: from='mgr.14152 10.20.193.27:0/1023352909' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-20T22:56:20.266 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:20 trial027 ceph-mon[34330]: from='mgr.14152 10.20.193.27:0/1023352909' entity='mgr.x' 2026-02-20T22:56:20.266 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:20 trial027 ceph-mon[34330]: from='mgr.14152 10.20.193.27:0/1023352909' entity='mgr.x' 2026-02-20T22:56:20.266 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:20 trial027 ceph-mon[34330]: from='mgr.14152 10.20.193.27:0/1023352909' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-20T22:56:20.266 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:20 trial027 ceph-mon[34330]: from='mgr.14152 10.20.193.27:0/1023352909' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-20T22:56:20.266 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:20 trial027 ceph-mon[34330]: from='mgr.14152 10.20.193.27:0/1023352909' entity='mgr.x' 2026-02-20T22:56:20.266 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:20 trial027 ceph-mon[34330]: from='mgr.14152 10.20.193.27:0/1023352909' entity='mgr.x' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-20T22:56:20.267 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:20 trial027 ceph-mon[34330]: from='mgr.14152 10.20.193.27:0/1023352909' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-20T22:56:20.267 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:20 trial027 ceph-mon[34330]: from='mgr.14152 10.20.193.27:0/1023352909' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-20T22:56:20.267 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:20 trial027 ceph-mon[34330]: from='client.? 10.20.193.27:0/2498723758' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "727d075a-775a-4ef3-ba37-7baf953af350"} : dispatch 2026-02-20T22:56:20.267 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:20 trial027 ceph-mon[34330]: from='client.? 10.20.193.27:0/2498723758' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "727d075a-775a-4ef3-ba37-7baf953af350"}]': finished 2026-02-20T22:56:20.267 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:20 trial027 ceph-mon[34330]: osdmap e5: 1 total, 0 up, 1 in 2026-02-20T22:56:20.267 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:20 trial027 ceph-mon[34330]: from='mgr.14152 10.20.193.27:0/1023352909' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-02-20T22:56:20.267 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:20 trial027 ceph-mon[34330]: from='client.? 10.20.193.27:0/2983165645' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2026-02-20T22:56:21.497 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:21 trial027 ceph-mon[34330]: from='mgr.14152 10.20.193.27:0/1023352909' entity='mgr.x' cmd={"prefix": "auth get", "entity": "osd.0"} : dispatch 2026-02-20T22:56:21.498 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:21 trial027 ceph-mon[34330]: from='mgr.14152 10.20.193.27:0/1023352909' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-20T22:56:22.625 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:22 trial027 ceph-mon[34330]: Deploying daemon osd.0 on trial027 2026-02-20T22:56:22.625 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:22 trial027 ceph-mon[34330]: from='mgr.14152 10.20.193.27:0/1023352909' entity='mgr.x' cmd={"prefix": "auth get", "entity": "osd.0"} : dispatch 2026-02-20T22:56:22.626 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:22 trial027 ceph-mon[34330]: from='mgr.14152 10.20.193.27:0/1023352909' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-20T22:56:22.626 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:22 trial027 ceph-mon[34330]: Deploying daemon osd.0 on trial027 2026-02-20T22:56:24.490 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:24 trial027 ceph-mon[34330]: from='mgr.14152 10.20.193.27:0/1023352909' entity='mgr.x' 2026-02-20T22:56:24.490 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:24 trial027 ceph-mon[34330]: from='mgr.14152 10.20.193.27:0/1023352909' entity='mgr.x' 2026-02-20T22:56:26.875 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:26 trial027 ceph-mon[34330]: from='mgr.14152 10.20.193.27:0/1023352909' entity='mgr.x' 2026-02-20T22:56:26.876 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:26 trial027 ceph-mon[34330]: from='mgr.14152 10.20.193.27:0/1023352909' entity='mgr.x' 2026-02-20T22:56:26.876 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:26 trial027 ceph-mon[34330]: from='osd.0 [v2:10.20.193.27:6802/1145991375,v1:10.20.193.27:6803/1145991375]' entity='osd.0' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]} : dispatch 2026-02-20T22:56:26.876 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:26 trial027 ceph-mon[34330]: from='mgr.14152 10.20.193.27:0/1023352909' entity='mgr.x' 2026-02-20T22:56:26.876 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:26 trial027 ceph-mon[34330]: from='mgr.14152 10.20.193.27:0/1023352909' entity='mgr.x' 2026-02-20T22:56:26.876 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:26 trial027 ceph-mon[34330]: from='mgr.14152 10.20.193.27:0/1023352909' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-20T22:56:27.094 INFO:teuthology.orchestra.run.trial027.stdout:Created osd(s) 0 on host 'trial027' 2026-02-20T22:56:27.133 DEBUG:teuthology.orchestra.run.trial027:osd.0> sudo journalctl -f -n 0 -u ceph-45a14ea2-0eaf-11f1-a861-d404e6e7d460@osd.0.service 2026-02-20T22:56:27.135 INFO:tasks.cephadm:Deploying osd.1 on trial027 with /dev/vg_nvme/lv_3... 2026-02-20T22:56:27.135 DEBUG:teuthology.orchestra.run.trial027:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:f7870454149f22574086dd2ff55d050585136531 ceph-volume -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 45a14ea2-0eaf-11f1-a861-d404e6e7d460 -- lvm zap /dev/vg_nvme/lv_3 2026-02-20T22:56:27.292 INFO:teuthology.orchestra.run.trial027.stderr:Inferring config /var/lib/ceph/45a14ea2-0eaf-11f1-a861-d404e6e7d460/mon.a/config 2026-02-20T22:56:27.838 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:27 trial027 ceph-mon[34330]: from='osd.0 [v2:10.20.193.27:6802/1145991375,v1:10.20.193.27:6803/1145991375]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2026-02-20T22:56:27.838 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:27 trial027 ceph-mon[34330]: osdmap e6: 1 total, 0 up, 1 in 2026-02-20T22:56:27.838 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:27 trial027 ceph-mon[34330]: from='osd.0 [v2:10.20.193.27:6802/1145991375,v1:10.20.193.27:6803/1145991375]' entity='osd.0' cmd={"prefix": "osd crush create-or-move", "id": 0, "weight":0.6836, "args": ["host=trial027", "root=default"]} : dispatch 2026-02-20T22:56:27.838 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:27 trial027 ceph-mon[34330]: from='mgr.14152 10.20.193.27:0/1023352909' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-02-20T22:56:27.838 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:27 trial027 ceph-mon[34330]: from='mgr.14152 10.20.193.27:0/1023352909' entity='mgr.x' 2026-02-20T22:56:27.838 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:27 trial027 ceph-mon[34330]: from='mgr.14152 10.20.193.27:0/1023352909' entity='mgr.x' 2026-02-20T22:56:27.838 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:27 trial027 ceph-mon[34330]: from='mgr.14152 10.20.193.27:0/1023352909' entity='mgr.x' 2026-02-20T22:56:27.838 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:27 trial027 ceph-mon[34330]: from='mgr.14152 10.20.193.27:0/1023352909' entity='mgr.x' 2026-02-20T22:56:27.838 INFO:journalctl@ceph.osd.0.trial027.stdout:Feb 20 22:56:27 trial027 ceph-45a14ea2-0eaf-11f1-a861-d404e6e7d460-osd-0[47258]: 2026-02-20T22:56:27.636+0000 7ff88c06d640 -1 osd.0 0 waiting for initial osdmap 2026-02-20T22:56:27.838 INFO:journalctl@ceph.osd.0.trial027.stdout:Feb 20 22:56:27 trial027 ceph-45a14ea2-0eaf-11f1-a861-d404e6e7d460-osd-0[47258]: 2026-02-20T22:56:27.637+0000 7ff88366b640 -1 osd.0 7 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2026-02-20T22:56:28.023 INFO:teuthology.orchestra.run.trial027.stdout: 2026-02-20T22:56:28.041 DEBUG:teuthology.orchestra.run.trial027:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:f7870454149f22574086dd2ff55d050585136531 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 45a14ea2-0eaf-11f1-a861-d404e6e7d460 -- ceph orch daemon add osd trial027:vg_nvme/lv_3 --skip-validation 2026-02-20T22:56:28.160 INFO:teuthology.orchestra.run.trial027.stderr:Inferring config /var/lib/ceph/45a14ea2-0eaf-11f1-a861-d404e6e7d460/mon.a/config 2026-02-20T22:56:28.800 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:28 trial027 ceph-mon[34330]: Detected new or changed devices on trial027 2026-02-20T22:56:28.800 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:28 trial027 ceph-mon[34330]: from='mgr.14152 10.20.193.27:0/1023352909' entity='mgr.x' 2026-02-20T22:56:28.801 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:28 trial027 ceph-mon[34330]: from='osd.0 [v2:10.20.193.27:6802/1145991375,v1:10.20.193.27:6803/1145991375]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.6836, "args": ["host=trial027", "root=default"]}]': finished 2026-02-20T22:56:28.801 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:28 trial027 ceph-mon[34330]: osdmap e7: 1 total, 0 up, 1 in 2026-02-20T22:56:28.801 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:28 trial027 ceph-mon[34330]: from='mgr.14152 10.20.193.27:0/1023352909' entity='mgr.x' 2026-02-20T22:56:28.801 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:28 trial027 ceph-mon[34330]: from='mgr.14152 10.20.193.27:0/1023352909' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-02-20T22:56:28.801 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:28 trial027 ceph-mon[34330]: from='mgr.14152 10.20.193.27:0/1023352909' entity='mgr.x' cmd={"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"} : dispatch 2026-02-20T22:56:28.801 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:28 trial027 ceph-mon[34330]: from='mgr.14152 10.20.193.27:0/1023352909' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-02-20T22:56:28.801 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:28 trial027 ceph-mon[34330]: Adjusting osd_memory_target on trial027 to 84047M 2026-02-20T22:56:28.801 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:28 trial027 ceph-mon[34330]: from='mgr.14152 10.20.193.27:0/1023352909' entity='mgr.x' 2026-02-20T22:56:28.801 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:28 trial027 ceph-mon[34330]: from='mgr.14152 10.20.193.27:0/1023352909' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-20T22:56:28.801 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:28 trial027 ceph-mon[34330]: from='mgr.14152 10.20.193.27:0/1023352909' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-20T22:56:28.801 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:28 trial027 ceph-mon[34330]: from='mgr.14152 10.20.193.27:0/1023352909' entity='mgr.x' 2026-02-20T22:56:28.802 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:28 trial027 ceph-mon[34330]: from='mgr.14152 10.20.193.27:0/1023352909' entity='mgr.x' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-20T22:56:28.802 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:28 trial027 ceph-mon[34330]: from='mgr.14152 10.20.193.27:0/1023352909' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-20T22:56:28.802 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:28 trial027 ceph-mon[34330]: from='mgr.14152 10.20.193.27:0/1023352909' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-20T22:56:28.802 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:28 trial027 ceph-mon[34330]: from='mgr.14152 10.20.193.27:0/1023352909' entity='mgr.x' 2026-02-20T22:56:28.802 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:28 trial027 ceph-mon[34330]: from='mgr.14152 10.20.193.27:0/1023352909' entity='mgr.x' 2026-02-20T22:56:28.802 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:28 trial027 ceph-mon[34330]: from='mgr.14152 10.20.193.27:0/1023352909' entity='mgr.x' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-20T22:56:28.802 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:28 trial027 ceph-mon[34330]: from='mgr.14152 10.20.193.27:0/1023352909' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-20T22:56:28.802 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:28 trial027 ceph-mon[34330]: from='mgr.14152 10.20.193.27:0/1023352909' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-20T22:56:29.875 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:29 trial027 ceph-mon[34330]: purged_snaps scrub starts 2026-02-20T22:56:29.875 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:29 trial027 ceph-mon[34330]: purged_snaps scrub ok 2026-02-20T22:56:29.875 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:29 trial027 ceph-mon[34330]: from='client.14202 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "trial027:vg_nvme/lv_3", "skip_validation": true, "target": ["mon-mgr", ""]}]: dispatch 2026-02-20T22:56:29.875 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:29 trial027 ceph-mon[34330]: osd.default does not exist. Creating it now. 2026-02-20T22:56:29.875 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:29 trial027 ceph-mon[34330]: Creating OSDs with service ID: default on trial027:['vg_nvme/lv_3'] 2026-02-20T22:56:29.875 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:29 trial027 ceph-mon[34330]: Marking host: trial027 for OSDSpec preview refresh. 2026-02-20T22:56:29.875 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:29 trial027 ceph-mon[34330]: Saving service osd.default spec with placement trial027 2026-02-20T22:56:29.876 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:29 trial027 ceph-mon[34330]: from='mgr.14152 10.20.193.27:0/1023352909' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-02-20T22:56:29.876 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:29 trial027 ceph-mon[34330]: osd.0 [v2:10.20.193.27:6802/1145991375,v1:10.20.193.27:6803/1145991375] boot 2026-02-20T22:56:29.876 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:29 trial027 ceph-mon[34330]: osdmap e8: 1 total, 1 up, 1 in 2026-02-20T22:56:29.876 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:29 trial027 ceph-mon[34330]: from='mgr.14152 10.20.193.27:0/1023352909' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-02-20T22:56:29.876 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:29 trial027 ceph-mon[34330]: from='client.? 10.20.193.27:0/3317834287' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "f5337362-2dba-49f9-9695-f270d1333851"} : dispatch 2026-02-20T22:56:29.876 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:29 trial027 ceph-mon[34330]: from='client.? 10.20.193.27:0/3317834287' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "f5337362-2dba-49f9-9695-f270d1333851"}]': finished 2026-02-20T22:56:29.876 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:29 trial027 ceph-mon[34330]: osdmap e9: 2 total, 1 up, 2 in 2026-02-20T22:56:29.876 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:29 trial027 ceph-mon[34330]: from='mgr.14152 10.20.193.27:0/1023352909' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-02-20T22:56:29.876 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:29 trial027 ceph-mon[34330]: from='client.? 10.20.193.27:0/1520539199' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2026-02-20T22:56:30.913 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:30 trial027 ceph-mon[34330]: pgmap v9: 0 pgs: ; 0 B data, 26 MiB used, 700 GiB / 700 GiB avail 2026-02-20T22:56:30.913 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:30 trial027 ceph-mon[34330]: pgmap v10: 0 pgs: ; 0 B data, 26 MiB used, 700 GiB / 700 GiB avail 2026-02-20T22:56:32.071 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:31 trial027 ceph-mon[34330]: from='mgr.14152 10.20.193.27:0/1023352909' entity='mgr.x' 2026-02-20T22:56:32.071 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:31 trial027 ceph-mon[34330]: from='mgr.14152 10.20.193.27:0/1023352909' entity='mgr.x' 2026-02-20T22:56:32.071 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:31 trial027 ceph-mon[34330]: from='mgr.14152 10.20.193.27:0/1023352909' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-20T22:56:32.071 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:31 trial027 ceph-mon[34330]: from='mgr.14152 10.20.193.27:0/1023352909' entity='mgr.x' cmd={"prefix": "auth get", "entity": "osd.1"} : dispatch 2026-02-20T22:56:32.072 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:31 trial027 ceph-mon[34330]: from='mgr.14152 10.20.193.27:0/1023352909' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-20T22:56:32.072 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:31 trial027 ceph-mon[34330]: from='mgr.14152 10.20.193.27:0/1023352909' entity='mgr.x' 2026-02-20T22:56:32.072 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:31 trial027 ceph-mon[34330]: from='mgr.14152 10.20.193.27:0/1023352909' entity='mgr.x' 2026-02-20T22:56:33.024 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:32 trial027 ceph-mon[34330]: Deploying daemon osd.1 on trial027 2026-02-20T22:56:33.024 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:32 trial027 ceph-mon[34330]: pgmap v11: 0 pgs: ; 0 B data, 26 MiB used, 700 GiB / 700 GiB avail 2026-02-20T22:56:34.273 INFO:teuthology.orchestra.run.trial027.stdout:Created osd(s) 1 on host 'trial027' 2026-02-20T22:56:34.295 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:34 trial027 ceph-mon[34330]: from='mgr.14152 10.20.193.27:0/1023352909' entity='mgr.x' 2026-02-20T22:56:34.295 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:34 trial027 ceph-mon[34330]: from='mgr.14152 10.20.193.27:0/1023352909' entity='mgr.x' 2026-02-20T22:56:34.296 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:34 trial027 ceph-mon[34330]: from='mgr.14152 10.20.193.27:0/1023352909' entity='mgr.x' 2026-02-20T22:56:34.296 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:34 trial027 ceph-mon[34330]: from='mgr.14152 10.20.193.27:0/1023352909' entity='mgr.x' 2026-02-20T22:56:34.296 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:34 trial027 ceph-mon[34330]: from='mgr.14152 10.20.193.27:0/1023352909' entity='mgr.x' 2026-02-20T22:56:34.296 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:34 trial027 ceph-mon[34330]: from='mgr.14152 10.20.193.27:0/1023352909' entity='mgr.x' 2026-02-20T22:56:34.296 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:34 trial027 ceph-mon[34330]: from='mgr.14152 10.20.193.27:0/1023352909' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-20T22:56:34.296 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:34 trial027 ceph-mon[34330]: from='mgr.14152 10.20.193.27:0/1023352909' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-20T22:56:34.296 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:34 trial027 ceph-mon[34330]: from='mgr.14152 10.20.193.27:0/1023352909' entity='mgr.x' 2026-02-20T22:56:34.296 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:34 trial027 ceph-mon[34330]: from='mgr.14152 10.20.193.27:0/1023352909' entity='mgr.x' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-20T22:56:34.296 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:34 trial027 ceph-mon[34330]: from='mgr.14152 10.20.193.27:0/1023352909' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-20T22:56:34.296 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:34 trial027 ceph-mon[34330]: from='mgr.14152 10.20.193.27:0/1023352909' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-20T22:56:34.296 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:34 trial027 ceph-mon[34330]: from='osd.1 [v2:10.20.193.27:6810/1397503979,v1:10.20.193.27:6811/1397503979]' entity='osd.1' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]} : dispatch 2026-02-20T22:56:34.316 DEBUG:teuthology.orchestra.run.trial027:osd.1> sudo journalctl -f -n 0 -u ceph-45a14ea2-0eaf-11f1-a861-d404e6e7d460@osd.1.service 2026-02-20T22:56:34.319 INFO:tasks.cephadm:Waiting for 2 OSDs to come up... 2026-02-20T22:56:34.319 DEBUG:teuthology.orchestra.run.trial027:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:f7870454149f22574086dd2ff55d050585136531 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 45a14ea2-0eaf-11f1-a861-d404e6e7d460 -- ceph osd stat -f json 2026-02-20T22:56:34.478 INFO:teuthology.orchestra.run.trial027.stderr:Inferring config /var/lib/ceph/45a14ea2-0eaf-11f1-a861-d404e6e7d460/mon.a/config 2026-02-20T22:56:34.727 INFO:teuthology.orchestra.run.trial027.stdout: 2026-02-20T22:56:34.766 INFO:teuthology.orchestra.run.trial027.stdout:{"epoch":10,"num_osds":2,"num_up_osds":1,"osd_up_since":1771628188,"num_in_osds":2,"osd_in_since":1771628189,"num_remapped_pgs":0} 2026-02-20T22:56:35.125 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:35 trial027 ceph-mon[34330]: Detected new or changed devices on trial027 2026-02-20T22:56:35.125 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:35 trial027 ceph-mon[34330]: pgmap v12: 0 pgs: ; 0 B data, 26 MiB used, 700 GiB / 700 GiB avail 2026-02-20T22:56:35.126 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:35 trial027 ceph-mon[34330]: from='mgr.14152 10.20.193.27:0/1023352909' entity='mgr.x' 2026-02-20T22:56:35.126 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:35 trial027 ceph-mon[34330]: from='mgr.14152 10.20.193.27:0/1023352909' entity='mgr.x' 2026-02-20T22:56:35.126 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:35 trial027 ceph-mon[34330]: from='osd.1 [v2:10.20.193.27:6810/1397503979,v1:10.20.193.27:6811/1397503979]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2026-02-20T22:56:35.126 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:35 trial027 ceph-mon[34330]: osdmap e10: 2 total, 1 up, 2 in 2026-02-20T22:56:35.126 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:35 trial027 ceph-mon[34330]: from='osd.1 [v2:10.20.193.27:6810/1397503979,v1:10.20.193.27:6811/1397503979]' entity='osd.1' cmd={"prefix": "osd crush create-or-move", "id": 1, "weight":0.6836, "args": ["host=trial027", "root=default"]} : dispatch 2026-02-20T22:56:35.126 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:35 trial027 ceph-mon[34330]: from='mgr.14152 10.20.193.27:0/1023352909' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-02-20T22:56:35.126 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:35 trial027 ceph-mon[34330]: from='client.? 10.20.193.27:0/4044305471' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2026-02-20T22:56:35.767 DEBUG:teuthology.orchestra.run.trial027:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:f7870454149f22574086dd2ff55d050585136531 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 45a14ea2-0eaf-11f1-a861-d404e6e7d460 -- ceph osd stat -f json 2026-02-20T22:56:35.875 INFO:journalctl@ceph.osd.1.trial027.stdout:Feb 20 22:56:35 trial027 ceph-45a14ea2-0eaf-11f1-a861-d404e6e7d460-osd-1[53311]: 2026-02-20T22:56:35.602+0000 7f43fbfb8640 -1 osd.1 0 waiting for initial osdmap 2026-02-20T22:56:35.875 INFO:journalctl@ceph.osd.1.trial027.stdout:Feb 20 22:56:35 trial027 ceph-45a14ea2-0eaf-11f1-a861-d404e6e7d460-osd-1[53311]: 2026-02-20T22:56:35.604+0000 7f43f35b6640 -1 osd.1 11 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2026-02-20T22:56:35.887 INFO:teuthology.orchestra.run.trial027.stderr:Inferring config /var/lib/ceph/45a14ea2-0eaf-11f1-a861-d404e6e7d460/mon.a/config 2026-02-20T22:56:36.117 INFO:teuthology.orchestra.run.trial027.stdout: 2026-02-20T22:56:36.181 INFO:teuthology.orchestra.run.trial027.stdout:{"epoch":11,"num_osds":2,"num_up_osds":1,"osd_up_since":1771628188,"num_in_osds":2,"osd_in_since":1771628189,"num_remapped_pgs":0} 2026-02-20T22:56:36.875 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:36 trial027 ceph-mon[34330]: from='osd.1 [v2:10.20.193.27:6810/1397503979,v1:10.20.193.27:6811/1397503979]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.6836, "args": ["host=trial027", "root=default"]}]': finished 2026-02-20T22:56:36.875 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:36 trial027 ceph-mon[34330]: osdmap e11: 2 total, 1 up, 2 in 2026-02-20T22:56:36.876 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:36 trial027 ceph-mon[34330]: from='mgr.14152 10.20.193.27:0/1023352909' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-02-20T22:56:36.876 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:36 trial027 ceph-mon[34330]: from='mgr.14152 10.20.193.27:0/1023352909' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-02-20T22:56:36.876 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:36 trial027 ceph-mon[34330]: from='mgr.14152 10.20.193.27:0/1023352909' entity='mgr.x' 2026-02-20T22:56:36.876 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:36 trial027 ceph-mon[34330]: from='mgr.14152 10.20.193.27:0/1023352909' entity='mgr.x' 2026-02-20T22:56:36.876 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:36 trial027 ceph-mon[34330]: from='mgr.14152 10.20.193.27:0/1023352909' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-20T22:56:36.876 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:36 trial027 ceph-mon[34330]: pgmap v15: 0 pgs: ; 0 B data, 26 MiB used, 700 GiB / 700 GiB avail 2026-02-20T22:56:36.876 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:36 trial027 ceph-mon[34330]: from='client.? 10.20.193.27:0/2432331651' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2026-02-20T22:56:36.876 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:36 trial027 ceph-mon[34330]: from='mgr.14152 10.20.193.27:0/1023352909' entity='mgr.x' 2026-02-20T22:56:36.876 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:36 trial027 ceph-mon[34330]: from='mgr.14152 10.20.193.27:0/1023352909' entity='mgr.x' 2026-02-20T22:56:37.183 DEBUG:teuthology.orchestra.run.trial027:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:f7870454149f22574086dd2ff55d050585136531 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 45a14ea2-0eaf-11f1-a861-d404e6e7d460 -- ceph osd stat -f json 2026-02-20T22:56:37.300 INFO:teuthology.orchestra.run.trial027.stderr:Inferring config /var/lib/ceph/45a14ea2-0eaf-11f1-a861-d404e6e7d460/mon.a/config 2026-02-20T22:56:37.515 INFO:teuthology.orchestra.run.trial027.stdout: 2026-02-20T22:56:37.569 INFO:teuthology.orchestra.run.trial027.stdout:{"epoch":12,"num_osds":2,"num_up_osds":2,"osd_up_since":1771628196,"num_in_osds":2,"osd_in_since":1771628189,"num_remapped_pgs":0} 2026-02-20T22:56:37.570 DEBUG:teuthology.orchestra.run.trial027:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:f7870454149f22574086dd2ff55d050585136531 shell --fsid 45a14ea2-0eaf-11f1-a861-d404e6e7d460 -- ceph osd dump --format=json 2026-02-20T22:56:37.687 INFO:teuthology.orchestra.run.trial027.stderr:Inferring config /var/lib/ceph/45a14ea2-0eaf-11f1-a861-d404e6e7d460/mon.a/config 2026-02-20T22:56:37.875 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:37 trial027 ceph-mon[34330]: purged_snaps scrub starts 2026-02-20T22:56:37.875 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:37 trial027 ceph-mon[34330]: purged_snaps scrub ok 2026-02-20T22:56:37.875 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:37 trial027 ceph-mon[34330]: osd.1 [v2:10.20.193.27:6810/1397503979,v1:10.20.193.27:6811/1397503979] boot 2026-02-20T22:56:37.875 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:37 trial027 ceph-mon[34330]: osdmap e12: 2 total, 2 up, 2 in 2026-02-20T22:56:37.875 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:37 trial027 ceph-mon[34330]: from='mgr.14152 10.20.193.27:0/1023352909' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-02-20T22:56:37.875 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:37 trial027 ceph-mon[34330]: from='mgr.14152 10.20.193.27:0/1023352909' entity='mgr.x' 2026-02-20T22:56:37.875 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:37 trial027 ceph-mon[34330]: from='mgr.14152 10.20.193.27:0/1023352909' entity='mgr.x' 2026-02-20T22:56:37.875 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:37 trial027 ceph-mon[34330]: from='mgr.14152 10.20.193.27:0/1023352909' entity='mgr.x' cmd={"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"} : dispatch 2026-02-20T22:56:37.875 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:37 trial027 ceph-mon[34330]: from='mgr.14152 10.20.193.27:0/1023352909' entity='mgr.x' cmd={"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"} : dispatch 2026-02-20T22:56:37.875 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:37 trial027 ceph-mon[34330]: Adjusting osd_memory_target on trial027 to 42023M 2026-02-20T22:56:37.875 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:37 trial027 ceph-mon[34330]: from='mgr.14152 10.20.193.27:0/1023352909' entity='mgr.x' 2026-02-20T22:56:37.875 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:37 trial027 ceph-mon[34330]: from='mgr.14152 10.20.193.27:0/1023352909' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-20T22:56:37.875 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:37 trial027 ceph-mon[34330]: from='mgr.14152 10.20.193.27:0/1023352909' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-20T22:56:37.875 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:37 trial027 ceph-mon[34330]: from='mgr.14152 10.20.193.27:0/1023352909' entity='mgr.x' 2026-02-20T22:56:37.875 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:37 trial027 ceph-mon[34330]: from='mgr.14152 10.20.193.27:0/1023352909' entity='mgr.x' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-20T22:56:37.875 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:37 trial027 ceph-mon[34330]: from='client.? 10.20.193.27:0/1572741303' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2026-02-20T22:56:37.902 INFO:teuthology.orchestra.run.trial027.stdout: 2026-02-20T22:56:37.902 INFO:teuthology.orchestra.run.trial027.stdout:{"epoch":12,"fsid":"45a14ea2-0eaf-11f1-a861-d404e6e7d460","created":"2026-02-20T22:55:50.111445+0000","modified":"2026-02-20T22:56:36.599743+0000","last_up_change":"2026-02-20T22:56:36.599743+0000","last_in_change":"2026-02-20T22:56:29.329533+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":"727d075a-775a-4ef3-ba37-7baf953af350","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.27:6802","nonce":1145991375},{"type":"v1","addr":"10.20.193.27:6803","nonce":1145991375}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.27:6804","nonce":1145991375},{"type":"v1","addr":"10.20.193.27:6805","nonce":1145991375}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.27:6808","nonce":1145991375},{"type":"v1","addr":"10.20.193.27:6809","nonce":1145991375}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.27:6806","nonce":1145991375},{"type":"v1","addr":"10.20.193.27:6807","nonce":1145991375}]},"public_addr":"10.20.193.27:6803/1145991375","cluster_addr":"10.20.193.27:6805/1145991375","heartbeat_back_addr":"10.20.193.27:6809/1145991375","heartbeat_front_addr":"10.20.193.27:6807/1145991375","state":["exists","up"]},{"osd":1,"uuid":"f5337362-2dba-49f9-9695-f270d1333851","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":12,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.27:6810","nonce":1397503979},{"type":"v1","addr":"10.20.193.27:6811","nonce":1397503979}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.27:6812","nonce":1397503979},{"type":"v1","addr":"10.20.193.27:6813","nonce":1397503979}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.27:6816","nonce":1397503979},{"type":"v1","addr":"10.20.193.27:6817","nonce":1397503979}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.27:6814","nonce":1397503979},{"type":"v1","addr":"10.20.193.27:6815","nonce":1397503979}]},"public_addr":"10.20.193.27:6811/1397503979","cluster_addr":"10.20.193.27:6813/1397503979","heartbeat_back_addr":"10.20.193.27:6817/1397503979","heartbeat_front_addr":"10.20.193.27:6815/1397503979","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.27:0/2748830582":"2026-02-21T22:56:09.980120+0000","10.20.193.27:0/3840874074":"2026-02-21T22:56:09.980120+0000","10.20.193.27:6801/2017066404":"2026-02-21T22:56:09.980120+0000","10.20.193.27:0/1151968927":"2026-02-21T22:56:00.027366+0000","10.20.193.27:0/3003146375":"2026-02-21T22:56:00.027366+0000","10.20.193.27:0/4148108368":"2026-02-21T22:56:09.980120+0000","10.20.193.27:0/3922250886":"2026-02-21T22:56:00.027366+0000","10.20.193.27:6801/3565641767":"2026-02-21T22:56:00.027366+0000","10.20.193.27:6800/2017066404":"2026-02-21T22:56:09.980120+0000","10.20.193.27:6800/3565641767":"2026-02-21T22:56:00.027366+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-20T22:56:37.938 INFO:tasks.cephadm.ceph_manager.ceph:[] 2026-02-20T22:56:37.939 INFO:tasks.cephadm:Setting up client nodes... 2026-02-20T22:56:37.939 DEBUG:teuthology.orchestra.run.trial027:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:f7870454149f22574086dd2ff55d050585136531 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 45a14ea2-0eaf-11f1-a861-d404e6e7d460 -- ceph auth get-or-create client.0 mon 'allow *' osd 'allow *' mds 'allow *' mgr 'allow *' 2026-02-20T22:56:38.057 INFO:teuthology.orchestra.run.trial027.stderr:Inferring config /var/lib/ceph/45a14ea2-0eaf-11f1-a861-d404e6e7d460/mon.a/config 2026-02-20T22:56:38.316 INFO:teuthology.orchestra.run.trial027.stdout:[client.0] 2026-02-20T22:56:38.316 INFO:teuthology.orchestra.run.trial027.stdout: key = AQCm5phpOSCQEhAASSVgpgX5hiYmxjVJpnM91g== 2026-02-20T22:56:38.364 DEBUG:teuthology.orchestra.run.trial027:> set -ex 2026-02-20T22:56:38.364 DEBUG:teuthology.orchestra.run.trial027:> sudo dd of=/etc/ceph/ceph.client.0.keyring 2026-02-20T22:56:38.365 DEBUG:teuthology.orchestra.run.trial027:> sudo chmod 0644 /etc/ceph/ceph.client.0.keyring 2026-02-20T22:56:38.399 DEBUG:teuthology.orchestra.run.trial027:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:f7870454149f22574086dd2ff55d050585136531 shell --fsid 45a14ea2-0eaf-11f1-a861-d404e6e7d460 -- ceph config log 1 --format=json 2026-02-20T22:56:38.550 INFO:teuthology.orchestra.run.trial027.stderr:Inferring config /var/lib/ceph/45a14ea2-0eaf-11f1-a861-d404e6e7d460/mon.a/config 2026-02-20T22:56:38.760 INFO:teuthology.orchestra.run.trial027.stdout: 2026-02-20T22:56:38.760 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:38 trial027 ceph-mon[34330]: from='client.? 10.20.193.27:0/817922920' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2026-02-20T22:56:38.760 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:38 trial027 ceph-mon[34330]: pgmap v17: 0 pgs: ; 0 B data, 53 MiB used, 1.4 TiB / 1.4 TiB avail 2026-02-20T22:56:38.760 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:38 trial027 ceph-mon[34330]: from='mgr.14152 10.20.193.27:0/1023352909' entity='mgr.x' cmd={"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32, "yes_i_really_mean_it": true} : dispatch 2026-02-20T22:56:38.760 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:38 trial027 ceph-mon[34330]: from='client.? 10.20.193.27:0/2615024159' entity='client.admin' cmd={"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]} : dispatch 2026-02-20T22:56:38.760 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:38 trial027 ceph-mon[34330]: from='client.? 10.20.193.27:0/2615024159' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2026-02-20T22:56:38.815 INFO:teuthology.orchestra.run.trial027.stdout:[{"version":11,"timestamp":"2026-02-20T22:56:37.049237+0000","name":"","changes":[{"name":"osd/host:trial027/osd_memory_target","previous_value":"88129917337","new_value":"44064958668"}]}] 2026-02-20T22:56:38.816 INFO:tasks.ceph_manager:config epoch is 11 2026-02-20T22:56:38.816 INFO:tasks.ceph:Waiting until ceph daemons up and pgs clean... 2026-02-20T22:56:38.816 INFO:tasks.cephadm.ceph_manager.ceph:waiting for mgr available 2026-02-20T22:56:38.816 DEBUG:teuthology.orchestra.run.trial027:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:f7870454149f22574086dd2ff55d050585136531 shell --fsid 45a14ea2-0eaf-11f1-a861-d404e6e7d460 -- ceph mgr dump --format=json 2026-02-20T22:56:38.932 INFO:teuthology.orchestra.run.trial027.stderr:Inferring config /var/lib/ceph/45a14ea2-0eaf-11f1-a861-d404e6e7d460/mon.a/config 2026-02-20T22:56:39.183 INFO:teuthology.orchestra.run.trial027.stdout: 2026-02-20T22:56:39.218 INFO:teuthology.orchestra.run.trial027.stdout:{"epoch":13,"flags":0,"active_gid":14152,"active_name":"x","active_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.27:6800","nonce":4108174625},{"type":"v1","addr":"10.20.193.27:6801","nonce":4108174625}]},"active_addr":"10.20.193.27:6801/4108174625","active_change":"2026-02-20T22:56:09.980223+0000","active_mgr_features":4544132024016699391,"available":true,"standbys":[],"modules":["cephadm","dashboard","iostat","nfs"],"available_modules":[{"name":"alerts","can_run":true,"error_string":"","module_options":{"interval":{"name":"interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"How frequently to reexamine health status","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"smtp_destination":{"name":"smtp_destination","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Email address to send alerts to, use commas to separate multiple","long_desc":"","tags":[],"see_also":[]},"smtp_from_name":{"name":"smtp_from_name","type":"str","level":"advanced","flags":1,"default_value":"Ceph","min":"","max":"","enum_allowed":[],"desc":"Email From: name","long_desc":"","tags":[],"see_also":[]},"smtp_host":{"name":"smtp_host","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_password":{"name":"smtp_password","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Password to authenticate with","long_desc":"","tags":[],"see_also":[]},"smtp_port":{"name":"smtp_port","type":"int","level":"advanced","flags":1,"default_value":"465","min":"","max":"","enum_allowed":[],"desc":"SMTP port","long_desc":"","tags":[],"see_also":[]},"smtp_sender":{"name":"smtp_sender","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP envelope sender","long_desc":"","tags":[],"see_also":[]},"smtp_ssl":{"name":"smtp_ssl","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Use SSL to connect to SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_user":{"name":"smtp_user","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"User to authenticate as","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"balancer","can_run":true,"error_string":"","module_options":{"active":{"name":"active","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"automatically balance PGs across cluster","long_desc":"","tags":[],"see_also":[]},"begin_time":{"name":"begin_time","type":"str","level":"advanced","flags":1,"default_value":"0000","min":"","max":"","enum_allowed":[],"desc":"beginning time of day to automatically balance","long_desc":"This is a time of day in the format HHMM.","tags":[],"see_also":[]},"begin_weekday":{"name":"begin_weekday","type":"uint","level":"advanced","flags":1,"default_value":"0","min":"0","max":"6","enum_allowed":[],"desc":"Restrict automatic balancing to this day of the week or later","long_desc":"0 = Sunday, 1 = Monday, etc.","tags":[],"see_also":[]},"crush_compat_max_iterations":{"name":"crush_compat_max_iterations","type":"uint","level":"advanced","flags":1,"default_value":"25","min":"1","max":"250","enum_allowed":[],"desc":"maximum number of iterations to attempt optimization","long_desc":"","tags":[],"see_also":[]},"crush_compat_metrics":{"name":"crush_compat_metrics","type":"str","level":"advanced","flags":1,"default_value":"pgs,objects,bytes","min":"","max":"","enum_allowed":[],"desc":"metrics with which to calculate OSD utilization","long_desc":"Value is a list of one or more of \"pgs\", \"objects\", or \"bytes\", and indicates which metrics to use to balance utilization.","tags":[],"see_also":[]},"crush_compat_step":{"name":"crush_compat_step","type":"float","level":"advanced","flags":1,"default_value":"0.5","min":"0.001","max":"0.999","enum_allowed":[],"desc":"aggressiveness of optimization","long_desc":".99 is very aggressive, .01 is less aggressive","tags":[],"see_also":[]},"end_time":{"name":"end_time","type":"str","level":"advanced","flags":1,"default_value":"2359","min":"","max":"","enum_allowed":[],"desc":"ending time of day to automatically balance","long_desc":"This is a time of day in the format HHMM.","tags":[],"see_also":[]},"end_weekday":{"name":"end_weekday","type":"uint","level":"advanced","flags":1,"default_value":"0","min":"0","max":"6","enum_allowed":[],"desc":"Restrict automatic balancing to days of the week earlier than this","long_desc":"0 = Sunday, 1 = Monday, etc.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_score":{"name":"min_score","type":"float","level":"advanced","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"minimum score, below which no optimization is attempted","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":1,"default_value":"upmap","min":"","max":"","enum_allowed":["crush-compat","none","read","upmap","upmap-read"],"desc":"Balancer mode","long_desc":"","tags":[],"see_also":[]},"pool_ids":{"name":"pool_ids","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"pools which the automatic balancing will be limited to","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and attempt optimization","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"update_pg_upmap_activity":{"name":"update_pg_upmap_activity","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Updates pg_upmap activity stats to be used in `balancer status detail`","long_desc":"","tags":[],"see_also":[]},"upmap_max_deviation":{"name":"upmap_max_deviation","type":"int","level":"advanced","flags":1,"default_value":"5","min":"1","max":"","enum_allowed":[],"desc":"deviation below which no optimization is attempted","long_desc":"If the number of PGs are within this count then no optimization is attempted","tags":[],"see_also":[]},"upmap_max_optimizations":{"name":"upmap_max_optimizations","type":"uint","level":"advanced","flags":1,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"maximum upmap optimizations to make per attempt","long_desc":"","tags":[],"see_also":[]}}},{"name":"cephadm","can_run":true,"error_string":"","module_options":{"agent_down_multiplier":{"name":"agent_down_multiplier","type":"float","level":"advanced","flags":0,"default_value":"3.0","min":"","max":"","enum_allowed":[],"desc":"Multiplied by agent refresh rate to calculate how long agent must not report before being marked down","long_desc":"","tags":[],"see_also":[]},"agent_refresh_rate":{"name":"agent_refresh_rate","type":"secs","level":"advanced","flags":0,"default_value":"20","min":"","max":"","enum_allowed":[],"desc":"How often agent on each host will try to gather and send metadata","long_desc":"","tags":[],"see_also":[]},"agent_starting_port":{"name":"agent_starting_port","type":"int","level":"advanced","flags":0,"default_value":"4721","min":"","max":"","enum_allowed":[],"desc":"First port agent will try to bind to (will also try up to next 1000 subsequent ports if blocked)","long_desc":"","tags":[],"see_also":[]},"allow_ptrace":{"name":"allow_ptrace","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow SYS_PTRACE capability on ceph containers","long_desc":"The SYS_PTRACE capability is needed to attach to a process with gdb or strace. Enabling this options can allow debugging daemons that encounter problems at runtime.","tags":[],"see_also":[]},"autotune_interval":{"name":"autotune_interval","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to autotune daemon memory","long_desc":"","tags":[],"see_also":[]},"autotune_memory_target_ratio":{"name":"autotune_memory_target_ratio","type":"float","level":"advanced","flags":0,"default_value":"0.7","min":"","max":"","enum_allowed":[],"desc":"ratio of total system memory to divide amongst autotuned daemons","long_desc":"","tags":[],"see_also":[]},"cephadm_log_destination":{"name":"cephadm_log_destination","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":["file","file,syslog","syslog"],"desc":"Destination for cephadm command's persistent logging","long_desc":"","tags":[],"see_also":[]},"certificate_automated_rotation_enabled":{"name":"certificate_automated_rotation_enabled","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"This flag controls whether cephadm automatically rotates certificates upon expiration.","long_desc":"","tags":[],"see_also":[]},"certificate_check_debug_mode":{"name":"certificate_check_debug_mode","type":"bool","level":"dev","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"FOR TESTING ONLY: This flag forces the certificate check instead of waiting for certificate_check_period.","long_desc":"","tags":[],"see_also":[]},"certificate_check_period":{"name":"certificate_check_period","type":"int","level":"advanced","flags":0,"default_value":"1","min":"0","max":"30","enum_allowed":[],"desc":"Specifies how often (in days) the certificate should be checked for validity.","long_desc":"","tags":[],"see_also":[]},"certificate_duration_days":{"name":"certificate_duration_days","type":"int","level":"advanced","flags":0,"default_value":"1095","min":"90","max":"3650","enum_allowed":[],"desc":"Specifies the duration of self certificates generated and signed by cephadm root CA","long_desc":"","tags":[],"see_also":[]},"certificate_renewal_threshold_days":{"name":"certificate_renewal_threshold_days","type":"int","level":"advanced","flags":0,"default_value":"30","min":"10","max":"90","enum_allowed":[],"desc":"Specifies the lead time in days to initiate certificate renewal before expiration.","long_desc":"","tags":[],"see_also":[]},"cgroups_split":{"name":"cgroups_split","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Pass --cgroups=split when cephadm creates containers (currently podman only)","long_desc":"","tags":[],"see_also":[]},"config_checks_enabled":{"name":"config_checks_enabled","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable or disable the cephadm configuration analysis","long_desc":"","tags":[],"see_also":[]},"config_dashboard":{"name":"config_dashboard","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"manage configs like API endpoints in Dashboard.","long_desc":"","tags":[],"see_also":[]},"container_image_alertmanager":{"name":"container_image_alertmanager","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/alertmanager:v0.28.1","min":"","max":"","enum_allowed":[],"desc":"Alertmanager container image","long_desc":"","tags":[],"see_also":[]},"container_image_base":{"name":"container_image_base","type":"str","level":"advanced","flags":1,"default_value":"quay.io/ceph/ceph","min":"","max":"","enum_allowed":[],"desc":"Container image name, without the tag","long_desc":"","tags":[],"see_also":[]},"container_image_elasticsearch":{"name":"container_image_elasticsearch","type":"str","level":"advanced","flags":0,"default_value":"quay.io/omrizeneva/elasticsearch:6.8.23","min":"","max":"","enum_allowed":[],"desc":"Elasticsearch container image","long_desc":"","tags":[],"see_also":[]},"container_image_grafana":{"name":"container_image_grafana","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/grafana:12.3.1","min":"","max":"","enum_allowed":[],"desc":"Grafana container image","long_desc":"","tags":[],"see_also":[]},"container_image_haproxy":{"name":"container_image_haproxy","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/haproxy:2.3","min":"","max":"","enum_allowed":[],"desc":"Haproxy container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_agent":{"name":"container_image_jaeger_agent","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-agent:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger agent container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_collector":{"name":"container_image_jaeger_collector","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-collector:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger collector container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_query":{"name":"container_image_jaeger_query","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-query:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger query container image","long_desc":"","tags":[],"see_also":[]},"container_image_keepalived":{"name":"container_image_keepalived","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/keepalived:2.2.4","min":"","max":"","enum_allowed":[],"desc":"Keepalived container image","long_desc":"","tags":[],"see_also":[]},"container_image_loki":{"name":"container_image_loki","type":"str","level":"advanced","flags":0,"default_value":"docker.io/grafana/loki:3.0.0","min":"","max":"","enum_allowed":[],"desc":"Loki container image","long_desc":"","tags":[],"see_also":[]},"container_image_nginx":{"name":"container_image_nginx","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/nginx:sclorg-nginx-126","min":"","max":"","enum_allowed":[],"desc":"Nginx container image","long_desc":"","tags":[],"see_also":[]},"container_image_node_exporter":{"name":"container_image_node_exporter","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/node-exporter:v1.9.1","min":"","max":"","enum_allowed":[],"desc":"Node exporter container image","long_desc":"","tags":[],"see_also":[]},"container_image_nvmeof":{"name":"container_image_nvmeof","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/nvmeof:1.5","min":"","max":"","enum_allowed":[],"desc":"Nvmeof container image","long_desc":"","tags":[],"see_also":[]},"container_image_oauth2_proxy":{"name":"container_image_oauth2_proxy","type":"str","level":"advanced","flags":0,"default_value":"quay.io/oauth2-proxy/oauth2-proxy:v7.6.0","min":"","max":"","enum_allowed":[],"desc":"Oauth2 proxy container image","long_desc":"","tags":[],"see_also":[]},"container_image_prometheus":{"name":"container_image_prometheus","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/prometheus:v3.6.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_promtail":{"name":"container_image_promtail","type":"str","level":"advanced","flags":0,"default_value":"docker.io/grafana/promtail:3.0.0","min":"","max":"","enum_allowed":[],"desc":"Promtail container image","long_desc":"","tags":[],"see_also":[]},"container_image_samba":{"name":"container_image_samba","type":"str","level":"advanced","flags":0,"default_value":"quay.io/samba.org/samba-server:ceph20-centos-amd64","min":"","max":"","enum_allowed":[],"desc":"Samba container image","long_desc":"","tags":[],"see_also":[]},"container_image_samba_metrics":{"name":"container_image_samba_metrics","type":"str","level":"advanced","flags":0,"default_value":"quay.io/samba.org/samba-metrics:ceph20-centos-amd64","min":"","max":"","enum_allowed":[],"desc":"Samba metrics container image","long_desc":"","tags":[],"see_also":[]},"container_image_snmp_gateway":{"name":"container_image_snmp_gateway","type":"str","level":"advanced","flags":0,"default_value":"docker.io/maxwo/snmp-notifier:v1.2.1","min":"","max":"","enum_allowed":[],"desc":"Snmp gateway container image","long_desc":"","tags":[],"see_also":[]},"container_init":{"name":"container_init","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Run podman/docker with `--init`","long_desc":"","tags":[],"see_also":[]},"daemon_cache_timeout":{"name":"daemon_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"seconds to cache service (daemon) inventory","long_desc":"","tags":[],"see_also":[]},"default_cephadm_command_timeout":{"name":"default_cephadm_command_timeout","type":"int","level":"advanced","flags":0,"default_value":"900","min":"","max":"","enum_allowed":[],"desc":"Default timeout applied to cephadm commands run directly on the host (in seconds)","long_desc":"","tags":[],"see_also":[]},"default_registry":{"name":"default_registry","type":"str","level":"advanced","flags":0,"default_value":"quay.io","min":"","max":"","enum_allowed":[],"desc":"Search-registry to which we should normalize unqualified image names. This is not the default registry","long_desc":"","tags":[],"see_also":[]},"device_cache_timeout":{"name":"device_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"1800","min":"","max":"","enum_allowed":[],"desc":"seconds to cache device inventory","long_desc":"","tags":[],"see_also":[]},"device_enhanced_scan":{"name":"device_enhanced_scan","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Use libstoragemgmt during device scans","long_desc":"","tags":[],"see_also":[]},"facts_cache_timeout":{"name":"facts_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"seconds to cache host facts data","long_desc":"","tags":[],"see_also":[]},"grafana_dashboards_path":{"name":"grafana_dashboards_path","type":"str","level":"advanced","flags":0,"default_value":"/etc/grafana/dashboards/ceph-dashboard/","min":"","max":"","enum_allowed":[],"desc":"location of dashboards to include in grafana deployments","long_desc":"","tags":[],"see_also":[]},"host_check_interval":{"name":"host_check_interval","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to perform a host check","long_desc":"","tags":[],"see_also":[]},"hw_monitoring":{"name":"hw_monitoring","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Deploy hw monitoring daemon on every host.","long_desc":"","tags":[],"see_also":[]},"inventory_list_all":{"name":"inventory_list_all","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Whether ceph-volume inventory should report more devices (mostly mappers (LVs / mpaths), partitions...)","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_refresh_metadata":{"name":"log_refresh_metadata","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Log all refresh metadata. Includes daemon, device, and host info collected regularly. Only has effect if logging at debug level","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"log to the \"cephadm\" cluster log channel\"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"manage_etc_ceph_ceph_conf":{"name":"manage_etc_ceph_ceph_conf","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Manage and own /etc/ceph/ceph.conf on the hosts.","long_desc":"","tags":[],"see_also":[]},"manage_etc_ceph_ceph_conf_hosts":{"name":"manage_etc_ceph_ceph_conf_hosts","type":"str","level":"advanced","flags":0,"default_value":"*","min":"","max":"","enum_allowed":[],"desc":"PlacementSpec describing on which hosts to manage /etc/ceph/ceph.conf","long_desc":"","tags":[],"see_also":[]},"max_count_per_host":{"name":"max_count_per_host","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"max number of daemons per service per host","long_desc":"","tags":[],"see_also":[]},"max_osd_draining_count":{"name":"max_osd_draining_count","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"max number of osds that will be drained simultaneously when osds are removed","long_desc":"","tags":[],"see_also":[]},"migration_current":{"name":"migration_current","type":"int","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"internal - do not modify","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":0,"default_value":"root","min":"","max":"","enum_allowed":["cephadm-package","root"],"desc":"mode for remote execution of cephadm","long_desc":"","tags":[],"see_also":[]},"oob_default_addr":{"name":"oob_default_addr","type":"str","level":"advanced","flags":0,"default_value":"169.254.1.1","min":"","max":"","enum_allowed":[],"desc":"Default address for RedFish API (oob management).","long_desc":"","tags":[],"see_also":[]},"prometheus_alerts_path":{"name":"prometheus_alerts_path","type":"str","level":"advanced","flags":0,"default_value":"/etc/prometheus/ceph/ceph_default_alerts.yml","min":"","max":"","enum_allowed":[],"desc":"location of alerts to include in prometheus deployments","long_desc":"","tags":[],"see_also":[]},"registry_insecure":{"name":"registry_insecure","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Registry is to be considered insecure (no TLS available). Only for development purposes.","long_desc":"","tags":[],"see_also":[]},"registry_password":{"name":"registry_password","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Custom repository password. Only used for logging into a registry.","long_desc":"","tags":[],"see_also":[]},"registry_url":{"name":"registry_url","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Registry url for login purposes. This is not the default registry","long_desc":"","tags":[],"see_also":[]},"registry_username":{"name":"registry_username","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Custom repository username. Only used for logging into a registry.","long_desc":"","tags":[],"see_also":[]},"secure_monitoring_stack":{"name":"secure_monitoring_stack","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable TLS security for all the monitoring stack daemons","long_desc":"","tags":[],"see_also":[]},"service_discovery_port":{"name":"service_discovery_port","type":"int","level":"advanced","flags":0,"default_value":"8765","min":"","max":"","enum_allowed":[],"desc":"cephadm service discovery port","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssh_config_file":{"name":"ssh_config_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"customized SSH config file to connect to managed hosts","long_desc":"","tags":[],"see_also":[]},"ssh_keepalive_count_max":{"name":"ssh_keepalive_count_max","type":"int","level":"advanced","flags":0,"default_value":"3","min":"","max":"","enum_allowed":[],"desc":"How many times ssh connections can fail liveness checks before the host is marked offline","long_desc":"","tags":[],"see_also":[]},"ssh_keepalive_interval":{"name":"ssh_keepalive_interval","type":"int","level":"advanced","flags":0,"default_value":"7","min":"","max":"","enum_allowed":[],"desc":"How often ssh connections are checked for liveness","long_desc":"","tags":[],"see_also":[]},"stray_daemon_check_interval":{"name":"stray_daemon_check_interval","type":"secs","level":"advanced","flags":0,"default_value":"1800","min":"","max":"","enum_allowed":[],"desc":"how frequently cephadm should check for the presence of stray daemons","long_desc":"","tags":[],"see_also":[]},"use_agent":{"name":"use_agent","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Use cephadm agent on each host to gather and send metadata","long_desc":"","tags":[],"see_also":[]},"use_repo_digest":{"name":"use_repo_digest","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Automatically convert image tags to image digest. Make sure all daemons use the same image","long_desc":"","tags":[],"see_also":[]},"warn_on_failed_host_check":{"name":"warn_on_failed_host_check","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if the host check fails","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_daemons":{"name":"warn_on_stray_daemons","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if daemons are detected that are not managed by cephadm","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_hosts":{"name":"warn_on_stray_hosts","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if daemons are detected on a host that is not managed by cephadm","long_desc":"","tags":[],"see_also":[]}}},{"name":"crash","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"retain_interval":{"name":"retain_interval","type":"secs","level":"advanced","flags":1,"default_value":"31536000","min":"","max":"","enum_allowed":[],"desc":"how long to retain crashes before pruning them","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"warn_recent_interval":{"name":"warn_recent_interval","type":"secs","level":"advanced","flags":1,"default_value":"1209600","min":"","max":"","enum_allowed":[],"desc":"time interval in which to warn about recent crashes","long_desc":"","tags":[],"see_also":[]}}},{"name":"dashboard","can_run":true,"error_string":"","module_options":{"ACCOUNT_LOCKOUT_ATTEMPTS":{"name":"ACCOUNT_LOCKOUT_ATTEMPTS","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ALERTMANAGER_API_HOST":{"name":"ALERTMANAGER_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ALERTMANAGER_API_SSL_VERIFY":{"name":"ALERTMANAGER_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_ENABLED":{"name":"AUDIT_API_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_LOG_PAYLOAD":{"name":"AUDIT_API_LOG_PAYLOAD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ENABLE_BROWSABLE_API":{"name":"ENABLE_BROWSABLE_API","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_CEPHFS":{"name":"FEATURE_TOGGLE_CEPHFS","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_DASHBOARD":{"name":"FEATURE_TOGGLE_DASHBOARD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_ISCSI":{"name":"FEATURE_TOGGLE_ISCSI","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_MIRRORING":{"name":"FEATURE_TOGGLE_MIRRORING","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_NFS":{"name":"FEATURE_TOGGLE_NFS","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_RBD":{"name":"FEATURE_TOGGLE_RBD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_RGW":{"name":"FEATURE_TOGGLE_RGW","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE":{"name":"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_PASSWORD":{"name":"GRAFANA_API_PASSWORD","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_SSL_VERIFY":{"name":"GRAFANA_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_URL":{"name":"GRAFANA_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_USERNAME":{"name":"GRAFANA_API_USERNAME","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_FRONTEND_API_URL":{"name":"GRAFANA_FRONTEND_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_UPDATE_DASHBOARDS":{"name":"GRAFANA_UPDATE_DASHBOARDS","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ISCSI_API_SSL_VERIFICATION":{"name":"ISCSI_API_SSL_VERIFICATION","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ISSUE_TRACKER_API_KEY":{"name":"ISSUE_TRACKER_API_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"MANAGED_BY_CLUSTERS":{"name":"MANAGED_BY_CLUSTERS","type":"str","level":"advanced","flags":0,"default_value":"[]","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"MULTICLUSTER_CONFIG":{"name":"MULTICLUSTER_CONFIG","type":"str","level":"advanced","flags":0,"default_value":"{}","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROMETHEUS_API_HOST":{"name":"PROMETHEUS_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROMETHEUS_API_SSL_VERIFY":{"name":"PROMETHEUS_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROM_ALERT_CREDENTIAL_CACHE_TTL":{"name":"PROM_ALERT_CREDENTIAL_CACHE_TTL","type":"int","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_COMPLEXITY_ENABLED":{"name":"PWD_POLICY_CHECK_COMPLEXITY_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED":{"name":"PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_LENGTH_ENABLED":{"name":"PWD_POLICY_CHECK_LENGTH_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_OLDPWD_ENABLED":{"name":"PWD_POLICY_CHECK_OLDPWD_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED":{"name":"PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED":{"name":"PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_USERNAME_ENABLED":{"name":"PWD_POLICY_CHECK_USERNAME_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_ENABLED":{"name":"PWD_POLICY_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_EXCLUSION_LIST":{"name":"PWD_POLICY_EXCLUSION_LIST","type":"str","level":"advanced","flags":0,"default_value":"osd,host,dashboard,pool,block,nfs,ceph,monitors,gateway,logs,crush,maps","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_MIN_COMPLEXITY":{"name":"PWD_POLICY_MIN_COMPLEXITY","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_MIN_LENGTH":{"name":"PWD_POLICY_MIN_LENGTH","type":"int","level":"advanced","flags":0,"default_value":"8","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"REST_REQUESTS_TIMEOUT":{"name":"REST_REQUESTS_TIMEOUT","type":"int","level":"advanced","flags":0,"default_value":"45","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_ACCESS_KEY":{"name":"RGW_API_ACCESS_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_ADMIN_RESOURCE":{"name":"RGW_API_ADMIN_RESOURCE","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SECRET_KEY":{"name":"RGW_API_SECRET_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SSL_VERIFY":{"name":"RGW_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_HOSTNAME_PER_DAEMON":{"name":"RGW_HOSTNAME_PER_DAEMON","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"UNSAFE_TLS_v1_2":{"name":"UNSAFE_TLS_v1_2","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_SPAN":{"name":"USER_PWD_EXPIRATION_SPAN","type":"int","level":"advanced","flags":0,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_1":{"name":"USER_PWD_EXPIRATION_WARNING_1","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_2":{"name":"USER_PWD_EXPIRATION_WARNING_2","type":"int","level":"advanced","flags":0,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"cross_origin_url":{"name":"cross_origin_url","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"crt_file":{"name":"crt_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"crypto_caller":{"name":"crypto_caller","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"debug":{"name":"debug","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable/disable debug options","long_desc":"","tags":[],"see_also":[]},"jwt_token_ttl":{"name":"jwt_token_ttl","type":"int","level":"advanced","flags":0,"default_value":"28800","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"key_file":{"name":"key_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"motd":{"name":"motd","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"The message of the day","long_desc":"","tags":[],"see_also":[]},"redirect_resolve_ip_addr":{"name":"redirect_resolve_ip_addr","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"::","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"int","level":"advanced","flags":0,"default_value":"8080","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl_server_port":{"name":"ssl_server_port","type":"int","level":"advanced","flags":0,"default_value":"8443","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sso_oauth2":{"name":"sso_oauth2","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_behaviour":{"name":"standby_behaviour","type":"str","level":"advanced","flags":0,"default_value":"redirect","min":"","max":"","enum_allowed":["error","redirect"],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_error_status_code":{"name":"standby_error_status_code","type":"int","level":"advanced","flags":0,"default_value":"500","min":"400","max":"599","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"url_prefix":{"name":"url_prefix","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"devicehealth","can_run":true,"error_string":"","module_options":{"enable_monitoring":{"name":"enable_monitoring","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"monitor device health metrics","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mark_out_threshold":{"name":"mark_out_threshold","type":"secs","level":"advanced","flags":1,"default_value":"2419200","min":"","max":"","enum_allowed":[],"desc":"automatically mark OSD if it may fail before this long","long_desc":"","tags":[],"see_also":[]},"pool_name":{"name":"pool_name","type":"str","level":"advanced","flags":1,"default_value":"device_health_metrics","min":"","max":"","enum_allowed":[],"desc":"name of pool in which to store device health metrics","long_desc":"","tags":[],"see_also":[]},"retention_period":{"name":"retention_period","type":"secs","level":"advanced","flags":1,"default_value":"15552000","min":"","max":"","enum_allowed":[],"desc":"how long to retain device health metrics","long_desc":"","tags":[],"see_also":[]},"scrape_frequency":{"name":"scrape_frequency","type":"secs","level":"advanced","flags":1,"default_value":"86400","min":"","max":"","enum_allowed":[],"desc":"how frequently to scrape device health metrics","long_desc":"","tags":[],"see_also":[]},"self_heal":{"name":"self_heal","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"preemptively heal cluster around devices that may fail","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and check device health","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"warn_threshold":{"name":"warn_threshold","type":"secs","level":"advanced","flags":1,"default_value":"7257600","min":"","max":"","enum_allowed":[],"desc":"raise health warning if OSD may fail before this long","long_desc":"","tags":[],"see_also":[]}}},{"name":"diskprediction_local","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predict_interval":{"name":"predict_interval","type":"str","level":"advanced","flags":0,"default_value":"86400","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predictor_model":{"name":"predictor_model","type":"str","level":"advanced","flags":0,"default_value":"prophetstor","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"str","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"influx","can_run":false,"error_string":"influxdb python module not found","module_options":{"batch_size":{"name":"batch_size","type":"int","level":"advanced","flags":0,"default_value":"5000","min":"","max":"","enum_allowed":[],"desc":"How big batches of data points should be when sending to InfluxDB.","long_desc":"","tags":[],"see_also":[]},"database":{"name":"database","type":"str","level":"advanced","flags":0,"default_value":"ceph","min":"","max":"","enum_allowed":[],"desc":"InfluxDB database name. You will need to create this database and grant write privileges to the configured username or the username must have admin privileges to create it.","long_desc":"","tags":[],"see_also":[]},"hostname":{"name":"hostname","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"InfluxDB server hostname","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"30","min":"5","max":"","enum_allowed":[],"desc":"Time between reports to InfluxDB. Default 30 seconds.","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"password":{"name":"password","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"password of InfluxDB server user","long_desc":"","tags":[],"see_also":[]},"port":{"name":"port","type":"int","level":"advanced","flags":0,"default_value":"8086","min":"","max":"","enum_allowed":[],"desc":"InfluxDB server port","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"str","level":"advanced","flags":0,"default_value":"false","min":"","max":"","enum_allowed":[],"desc":"Use https connection for InfluxDB server. Use \"true\" or \"false\".","long_desc":"","tags":[],"see_also":[]},"threads":{"name":"threads","type":"int","level":"advanced","flags":0,"default_value":"5","min":"1","max":"32","enum_allowed":[],"desc":"How many worker threads should be spawned for sending data to InfluxDB.","long_desc":"","tags":[],"see_also":[]},"username":{"name":"username","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"username of InfluxDB server user","long_desc":"","tags":[],"see_also":[]},"verify_ssl":{"name":"verify_ssl","type":"str","level":"advanced","flags":0,"default_value":"true","min":"","max":"","enum_allowed":[],"desc":"Verify https cert for InfluxDB server. Use \"true\" or \"false\".","long_desc":"","tags":[],"see_also":[]}}},{"name":"insights","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"iostat","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"k8sevents","can_run":true,"error_string":"","module_options":{"ceph_event_retention_days":{"name":"ceph_event_retention_days","type":"int","level":"advanced","flags":0,"default_value":"7","min":"","max":"","enum_allowed":[],"desc":"Days to hold ceph event information within local cache","long_desc":"","tags":[],"see_also":[]},"config_check_secs":{"name":"config_check_secs","type":"int","level":"advanced","flags":0,"default_value":"10","min":"10","max":"","enum_allowed":[],"desc":"interval (secs) to check for cluster configuration changes","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"localpool","can_run":true,"error_string":"","module_options":{"failure_domain":{"name":"failure_domain","type":"str","level":"advanced","flags":1,"default_value":"host","min":"","max":"","enum_allowed":[],"desc":"failure domain for any created local pool","long_desc":"what failure domain we should separate data replicas across.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_size":{"name":"min_size","type":"int","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"default min_size for any created local pool","long_desc":"value to set min_size to (unchanged from Ceph's default if this option is not set)","tags":[],"see_also":[]},"num_rep":{"name":"num_rep","type":"int","level":"advanced","flags":1,"default_value":"3","min":"","max":"","enum_allowed":[],"desc":"default replica count for any created local pool","long_desc":"","tags":[],"see_also":[]},"pg_num":{"name":"pg_num","type":"int","level":"advanced","flags":1,"default_value":"128","min":"","max":"","enum_allowed":[],"desc":"default pg_num for any created local pool","long_desc":"","tags":[],"see_also":[]},"prefix":{"name":"prefix","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"name prefix for any created local pool","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"subtree":{"name":"subtree","type":"str","level":"advanced","flags":1,"default_value":"rack","min":"","max":"","enum_allowed":[],"desc":"CRUSH level for which to create a local pool","long_desc":"which CRUSH subtree type the module should create a pool for.","tags":[],"see_also":[]}}},{"name":"mds_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"mirroring","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"nfs","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"orchestrator","can_run":true,"error_string":"","module_options":{"fail_fs":{"name":"fail_fs","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Fail filesystem for rapid multi-rank mds upgrade","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"orchestrator":{"name":"orchestrator","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["cephadm","rook","test_orchestrator"],"desc":"Orchestrator backend","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"osd_perf_query","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"osd_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"pg_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"threshold":{"name":"threshold","type":"float","level":"advanced","flags":0,"default_value":"3.0","min":"1.0","max":"","enum_allowed":[],"desc":"scaling threshold","long_desc":"The factor by which the `NEW PG_NUM` must vary from the current`PG_NUM` before being accepted. Cannot be less than 1.0","tags":[],"see_also":[]}}},{"name":"progress","can_run":true,"error_string":"","module_options":{"allow_pg_recovery_event":{"name":"allow_pg_recovery_event","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow the module to show pg recovery progress","long_desc":"","tags":[],"see_also":[]},"enabled":{"name":"enabled","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_completed_events":{"name":"max_completed_events","type":"int","level":"advanced","flags":1,"default_value":"50","min":"","max":"","enum_allowed":[],"desc":"number of past completed events to remember","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"how long the module is going to sleep","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"prometheus","can_run":true,"error_string":"","module_options":{"cache":{"name":"cache","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"exclude_perf_counters":{"name":"exclude_perf_counters","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Do not include perf-counters in the metrics output","long_desc":"Gathering perf-counters from a single Prometheus exporter can degrade ceph-mgr performance, especially in large clusters. Instead, Ceph-exporter daemons are now used by default for perf-counter gathering. This should only be disabled when no ceph-exporters are deployed.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rbd_stats_pools":{"name":"rbd_stats_pools","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rbd_stats_pools_refresh_interval":{"name":"rbd_stats_pools_refresh_interval","type":"int","level":"advanced","flags":0,"default_value":"300","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"scrape_interval":{"name":"scrape_interval","type":"float","level":"advanced","flags":0,"default_value":"15.0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"::","min":"","max":"","enum_allowed":[],"desc":"the IPv4 or IPv6 address on which the module listens for HTTP requests","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"int","level":"advanced","flags":1,"default_value":"9283","min":"","max":"","enum_allowed":[],"desc":"the port on which the module listens for HTTP requests","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"stale_cache_strategy":{"name":"stale_cache_strategy","type":"str","level":"advanced","flags":0,"default_value":"log","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_behaviour":{"name":"standby_behaviour","type":"str","level":"advanced","flags":1,"default_value":"default","min":"","max":"","enum_allowed":["default","error"],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_error_status_code":{"name":"standby_error_status_code","type":"int","level":"advanced","flags":1,"default_value":"500","min":"400","max":"599","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rbd_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_concurrent_snap_create":{"name":"max_concurrent_snap_create","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mirror_snapshot_schedule":{"name":"mirror_snapshot_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"trash_purge_schedule":{"name":"trash_purge_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rgw","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"secondary_zone_period_retry_limit":{"name":"secondary_zone_period_retry_limit","type":"int","level":"advanced","flags":0,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"RGW module period update retry limit for secondary site","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rook","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"prometheus_tls_secret_name":{"name":"prometheus_tls_secret_name","type":"str","level":"advanced","flags":0,"default_value":"rook-ceph-prometheus-server-tls","min":"","max":"","enum_allowed":[],"desc":"name of tls secret in k8s for prometheus","long_desc":"","tags":[],"see_also":[]},"secure_monitoring_stack":{"name":"secure_monitoring_stack","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable TLS security for all the monitoring stack daemons","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"storage_class":{"name":"storage_class","type":"str","level":"advanced","flags":0,"default_value":"local","min":"","max":"","enum_allowed":[],"desc":"storage class name for LSO-discovered PVs","long_desc":"","tags":[],"see_also":[]}}},{"name":"selftest","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"roption1":{"name":"roption1","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"roption2":{"name":"roption2","type":"str","level":"advanced","flags":0,"default_value":"xyz","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption1":{"name":"rwoption1","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption2":{"name":"rwoption2","type":"int","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption3":{"name":"rwoption3","type":"float","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption4":{"name":"rwoption4","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption5":{"name":"rwoption5","type":"bool","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption6":{"name":"rwoption6","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption7":{"name":"rwoption7","type":"int","level":"advanced","flags":0,"default_value":"","min":"1","max":"42","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testkey":{"name":"testkey","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testlkey":{"name":"testlkey","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testnewline":{"name":"testnewline","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"smb","can_run":true,"error_string":"","module_options":{"internal_store_backend":{"name":"internal_store_backend","type":"str","level":"dev","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"set internal store backend. for develoment and testing only","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"update_orchestration":{"name":"update_orchestration","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"automatically update orchestration when smb resources are changed","long_desc":"","tags":[],"see_also":[]}}},{"name":"snap_schedule","can_run":true,"error_string":"","module_options":{"allow_m_granularity":{"name":"allow_m_granularity","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow minute scheduled snapshots","long_desc":"","tags":[],"see_also":[]},"dump_on_update":{"name":"dump_on_update","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"dump database to debug log on update","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"stats","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"status","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"telegraf","can_run":true,"error_string":"","module_options":{"address":{"name":"address","type":"str","level":"advanced","flags":0,"default_value":"unixgram:///tmp/telegraf.sock","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"15","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"telemetry","can_run":true,"error_string":"","module_options":{"channel_basic":{"name":"channel_basic","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share basic cluster information (size, version)","long_desc":"","tags":[],"see_also":[]},"channel_crash":{"name":"channel_crash","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share metadata about Ceph daemon crashes (version, stack straces, etc)","long_desc":"","tags":[],"see_also":[]},"channel_device":{"name":"channel_device","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share device health metrics (e.g., SMART data, minus potentially identifying info like serial numbers)","long_desc":"","tags":[],"see_also":[]},"channel_ident":{"name":"channel_ident","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Share a user-provided description and/or contact email for the cluster","long_desc":"","tags":[],"see_also":[]},"channel_perf":{"name":"channel_perf","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Share various performance metrics of a cluster","long_desc":"","tags":[],"see_also":[]},"contact":{"name":"contact","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"description":{"name":"description","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"device_url":{"name":"device_url","type":"str","level":"advanced","flags":0,"default_value":"https://telemetry.ceph.com/device","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"enabled":{"name":"enabled","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"int","level":"advanced","flags":0,"default_value":"24","min":"8","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"last_opt_revision":{"name":"last_opt_revision","type":"int","level":"advanced","flags":0,"default_value":"1","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"leaderboard":{"name":"leaderboard","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"leaderboard_description":{"name":"leaderboard_description","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"organization":{"name":"organization","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"proxy":{"name":"proxy","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"url":{"name":"url","type":"str","level":"advanced","flags":0,"default_value":"https://telemetry.ceph.com/report","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"test_orchestrator","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"volumes","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_concurrent_clones":{"name":"max_concurrent_clones","type":"int","level":"advanced","flags":0,"default_value":"4","min":"","max":"","enum_allowed":[],"desc":"Number of asynchronous cloner threads","long_desc":"","tags":[],"see_also":[]},"pause_cloning":{"name":"pause_cloning","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Pause asynchronous cloner threads","long_desc":"","tags":[],"see_also":[]},"pause_purging":{"name":"pause_purging","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Pause asynchronous subvolume purge threads","long_desc":"","tags":[],"see_also":[]},"periodic_async_work":{"name":"periodic_async_work","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Periodically check for async work","long_desc":"","tags":[],"see_also":[]},"snapshot_clone_delay":{"name":"snapshot_clone_delay","type":"int","level":"advanced","flags":0,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"Delay clone begin operation by snapshot_clone_delay seconds","long_desc":"","tags":[],"see_also":[]},"snapshot_clone_no_wait":{"name":"snapshot_clone_no_wait","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Reject subvolume clone request when cloner threads are busy","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}}],"services":{"dashboard":"https://10.20.193.27: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.27:0","nonce":1194424953}]},{"name":"rbd_support","addrvec":[{"type":"v2","addr":"10.20.193.27:0","nonce":1689526654}]},{"name":"volumes","addrvec":[{"type":"v2","addr":"10.20.193.27:0","nonce":2684073606}]}]} 2026-02-20T22:56:39.222 INFO:tasks.cephadm.ceph_manager.ceph:mgr available! 2026-02-20T22:56:39.223 INFO:tasks.cephadm.ceph_manager.ceph:waiting for all up 2026-02-20T22:56:39.223 DEBUG:teuthology.orchestra.run.trial027:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:f7870454149f22574086dd2ff55d050585136531 shell --fsid 45a14ea2-0eaf-11f1-a861-d404e6e7d460 -- ceph osd dump --format=json 2026-02-20T22:56:39.340 INFO:teuthology.orchestra.run.trial027.stderr:Inferring config /var/lib/ceph/45a14ea2-0eaf-11f1-a861-d404e6e7d460/mon.a/config 2026-02-20T22:56:39.552 INFO:teuthology.orchestra.run.trial027.stdout: 2026-02-20T22:56:39.552 INFO:teuthology.orchestra.run.trial027.stdout:{"epoch":13,"fsid":"45a14ea2-0eaf-11f1-a861-d404e6e7d460","created":"2026-02-20T22:55:50.111445+0000","modified":"2026-02-20T22:56:38.603466+0000","last_up_change":"2026-02-20T22:56:36.599743+0000","last_in_change":"2026-02-20T22:56:29.329533+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":1,"max_osd":2,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"tentacle","allow_crimson":false,"pools":[{"pool":1,"pool_name":".mgr","create_time":"2026-02-20T22:56:38.181530+0000","flags":32769,"flags_names":"hashpspool,creating","type":1,"size":2,"min_size":1,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"is_stretch_pool":false,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"13","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"nonprimary_shards":"{}","options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{},"read_balance":{"score_type":"Fair distribution","score_acting":2,"score_stable":2,"optimal_score":1,"raw_score_acting":2,"raw_score_stable":2,"primary_affinity_weighted":1,"average_primary_affinity":1,"average_primary_affinity_weighted":1}}],"osds":[{"osd":0,"uuid":"727d075a-775a-4ef3-ba37-7baf953af350","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.27:6802","nonce":1145991375},{"type":"v1","addr":"10.20.193.27:6803","nonce":1145991375}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.27:6804","nonce":1145991375},{"type":"v1","addr":"10.20.193.27:6805","nonce":1145991375}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.27:6808","nonce":1145991375},{"type":"v1","addr":"10.20.193.27:6809","nonce":1145991375}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.27:6806","nonce":1145991375},{"type":"v1","addr":"10.20.193.27:6807","nonce":1145991375}]},"public_addr":"10.20.193.27:6803/1145991375","cluster_addr":"10.20.193.27:6805/1145991375","heartbeat_back_addr":"10.20.193.27:6809/1145991375","heartbeat_front_addr":"10.20.193.27:6807/1145991375","state":["exists","up"]},{"osd":1,"uuid":"f5337362-2dba-49f9-9695-f270d1333851","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":12,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.27:6810","nonce":1397503979},{"type":"v1","addr":"10.20.193.27:6811","nonce":1397503979}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.27:6812","nonce":1397503979},{"type":"v1","addr":"10.20.193.27:6813","nonce":1397503979}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.27:6816","nonce":1397503979},{"type":"v1","addr":"10.20.193.27:6817","nonce":1397503979}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.27:6814","nonce":1397503979},{"type":"v1","addr":"10.20.193.27:6815","nonce":1397503979}]},"public_addr":"10.20.193.27:6811/1397503979","cluster_addr":"10.20.193.27:6813/1397503979","heartbeat_back_addr":"10.20.193.27:6817/1397503979","heartbeat_front_addr":"10.20.193.27:6815/1397503979","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.27:0/2748830582":"2026-02-21T22:56:09.980120+0000","10.20.193.27:0/3840874074":"2026-02-21T22:56:09.980120+0000","10.20.193.27:6801/2017066404":"2026-02-21T22:56:09.980120+0000","10.20.193.27:0/1151968927":"2026-02-21T22:56:00.027366+0000","10.20.193.27:0/3003146375":"2026-02-21T22:56:00.027366+0000","10.20.193.27:0/4148108368":"2026-02-21T22:56:09.980120+0000","10.20.193.27:0/3922250886":"2026-02-21T22:56:00.027366+0000","10.20.193.27:6801/3565641767":"2026-02-21T22:56:00.027366+0000","10.20.193.27:6800/2017066404":"2026-02-21T22:56:09.980120+0000","10.20.193.27:6800/3565641767":"2026-02-21T22:56:00.027366+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-20T22:56:39.589 INFO:tasks.cephadm.ceph_manager.ceph:all up! 2026-02-20T22:56:39.590 DEBUG:teuthology.orchestra.run.trial027:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:f7870454149f22574086dd2ff55d050585136531 shell --fsid 45a14ea2-0eaf-11f1-a861-d404e6e7d460 -- ceph osd dump --format=json 2026-02-20T22:56:39.625 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:39 trial027 ceph-mon[34330]: from='mgr.14152 10.20.193.27:0/1023352909' entity='mgr.x' cmd='[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32, "yes_i_really_mean_it": true}]': finished 2026-02-20T22:56:39.626 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:39 trial027 ceph-mon[34330]: osdmap e13: 2 total, 2 up, 2 in 2026-02-20T22:56:39.626 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:39 trial027 ceph-mon[34330]: from='mgr.14152 10.20.193.27:0/1023352909' entity='mgr.x' cmd={"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true} : dispatch 2026-02-20T22:56:39.626 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:39 trial027 ceph-mon[34330]: from='client.? 10.20.193.27:0/2817468171' entity='client.admin' cmd={"prefix": "config log", "num": 1, "format": "json"} : dispatch 2026-02-20T22:56:39.626 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:39 trial027 ceph-mon[34330]: from='client.? 10.20.193.27:0/1056147266' entity='client.admin' cmd={"prefix": "mgr dump", "format": "json"} : dispatch 2026-02-20T22:56:39.626 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:39 trial027 ceph-mon[34330]: from='client.? 10.20.193.27:0/526488354' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2026-02-20T22:56:39.710 INFO:teuthology.orchestra.run.trial027.stderr:Inferring config /var/lib/ceph/45a14ea2-0eaf-11f1-a861-d404e6e7d460/mon.a/config 2026-02-20T22:56:39.932 INFO:teuthology.orchestra.run.trial027.stdout: 2026-02-20T22:56:39.932 INFO:teuthology.orchestra.run.trial027.stdout:{"epoch":14,"fsid":"45a14ea2-0eaf-11f1-a861-d404e6e7d460","created":"2026-02-20T22:55:50.111445+0000","modified":"2026-02-20T22:56:39.605699+0000","last_up_change":"2026-02-20T22:56:36.599743+0000","last_in_change":"2026-02-20T22:56:29.329533+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":1,"max_osd":2,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"tentacle","allow_crimson":false,"pools":[{"pool":1,"pool_name":".mgr","create_time":"2026-02-20T22:56:38.181530+0000","flags":32769,"flags_names":"hashpspool,creating","type":1,"size":2,"min_size":1,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"is_stretch_pool":false,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"14","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"nonprimary_shards":"{}","options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"mgr":{}},"read_balance":{"score_type":"Fair distribution","score_acting":2,"score_stable":2,"optimal_score":1,"raw_score_acting":2,"raw_score_stable":2,"primary_affinity_weighted":1,"average_primary_affinity":1,"average_primary_affinity_weighted":1}}],"osds":[{"osd":0,"uuid":"727d075a-775a-4ef3-ba37-7baf953af350","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.27:6802","nonce":1145991375},{"type":"v1","addr":"10.20.193.27:6803","nonce":1145991375}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.27:6804","nonce":1145991375},{"type":"v1","addr":"10.20.193.27:6805","nonce":1145991375}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.27:6808","nonce":1145991375},{"type":"v1","addr":"10.20.193.27:6809","nonce":1145991375}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.27:6806","nonce":1145991375},{"type":"v1","addr":"10.20.193.27:6807","nonce":1145991375}]},"public_addr":"10.20.193.27:6803/1145991375","cluster_addr":"10.20.193.27:6805/1145991375","heartbeat_back_addr":"10.20.193.27:6809/1145991375","heartbeat_front_addr":"10.20.193.27:6807/1145991375","state":["exists","up"]},{"osd":1,"uuid":"f5337362-2dba-49f9-9695-f270d1333851","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":12,"up_thru":13,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.27:6810","nonce":1397503979},{"type":"v1","addr":"10.20.193.27:6811","nonce":1397503979}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.27:6812","nonce":1397503979},{"type":"v1","addr":"10.20.193.27:6813","nonce":1397503979}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.27:6816","nonce":1397503979},{"type":"v1","addr":"10.20.193.27:6817","nonce":1397503979}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.27:6814","nonce":1397503979},{"type":"v1","addr":"10.20.193.27:6815","nonce":1397503979}]},"public_addr":"10.20.193.27:6811/1397503979","cluster_addr":"10.20.193.27:6813/1397503979","heartbeat_back_addr":"10.20.193.27:6817/1397503979","heartbeat_front_addr":"10.20.193.27:6815/1397503979","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.27:0/2748830582":"2026-02-21T22:56:09.980120+0000","10.20.193.27:0/3840874074":"2026-02-21T22:56:09.980120+0000","10.20.193.27:6801/2017066404":"2026-02-21T22:56:09.980120+0000","10.20.193.27:0/1151968927":"2026-02-21T22:56:00.027366+0000","10.20.193.27:0/3003146375":"2026-02-21T22:56:00.027366+0000","10.20.193.27:0/4148108368":"2026-02-21T22:56:09.980120+0000","10.20.193.27:0/3922250886":"2026-02-21T22:56:00.027366+0000","10.20.193.27:6801/3565641767":"2026-02-21T22:56:00.027366+0000","10.20.193.27:6800/2017066404":"2026-02-21T22:56:09.980120+0000","10.20.193.27:6800/3565641767":"2026-02-21T22:56:00.027366+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-20T22:56:39.933 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:39 trial027 sudo[58976]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/smartctl -x --json=o /dev/nvme0n1 2026-02-20T22:56:39.933 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:39 trial027 sudo[58976]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2026-02-20T22:56:39.933 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:39 trial027 sudo[58976]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2026-02-20T22:56:39.933 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:39 trial027 sudo[58976]: pam_unix(sudo:session): session closed for user root 2026-02-20T22:56:39.933 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:39 trial027 sudo[59000]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/nvme mtfdkcc1t9tgp-1bk1jabyy smart-log-add --json /dev/nvme0n1 2026-02-20T22:56:39.933 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:39 trial027 sudo[59000]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2026-02-20T22:56:39.933 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:39 trial027 sudo[59000]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2026-02-20T22:56:39.933 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:39 trial027 sudo[59000]: pam_unix(sudo:session): session closed for user root 2026-02-20T22:56:39.934 INFO:journalctl@ceph.osd.0.trial027.stdout:Feb 20 22:56:39 trial027 sudo[58939]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/smartctl -x --json=o /dev/nvme2n1 2026-02-20T22:56:39.934 INFO:journalctl@ceph.osd.0.trial027.stdout:Feb 20 22:56:39 trial027 sudo[58939]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2026-02-20T22:56:39.934 INFO:journalctl@ceph.osd.0.trial027.stdout:Feb 20 22:56:39 trial027 sudo[58939]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2026-02-20T22:56:39.934 INFO:journalctl@ceph.osd.0.trial027.stdout:Feb 20 22:56:39 trial027 sudo[58939]: pam_unix(sudo:session): session closed for user root 2026-02-20T22:56:39.934 INFO:journalctl@ceph.osd.0.trial027.stdout:Feb 20 22:56:39 trial027 sudo[58943]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/nvme mtfdkcc1t9tgp-1bk1jabyy smart-log-add --json /dev/nvme2n1 2026-02-20T22:56:39.934 INFO:journalctl@ceph.osd.0.trial027.stdout:Feb 20 22:56:39 trial027 sudo[58943]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2026-02-20T22:56:39.934 INFO:journalctl@ceph.osd.0.trial027.stdout:Feb 20 22:56:39 trial027 sudo[58943]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2026-02-20T22:56:39.934 INFO:journalctl@ceph.osd.0.trial027.stdout:Feb 20 22:56:39 trial027 sudo[58943]: pam_unix(sudo:session): session closed for user root 2026-02-20T22:56:39.935 INFO:journalctl@ceph.osd.1.trial027.stdout:Feb 20 22:56:39 trial027 sudo[58947]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/smartctl -x --json=o /dev/nvme2n1 2026-02-20T22:56:39.935 INFO:journalctl@ceph.osd.1.trial027.stdout:Feb 20 22:56:39 trial027 sudo[58947]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2026-02-20T22:56:39.935 INFO:journalctl@ceph.osd.1.trial027.stdout:Feb 20 22:56:39 trial027 sudo[58947]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2026-02-20T22:56:39.935 INFO:journalctl@ceph.osd.1.trial027.stdout:Feb 20 22:56:39 trial027 sudo[58947]: pam_unix(sudo:session): session closed for user root 2026-02-20T22:56:39.935 INFO:journalctl@ceph.osd.1.trial027.stdout:Feb 20 22:56:39 trial027 sudo[58958]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/nvme mtfdkcc1t9tgp-1bk1jabyy smart-log-add --json /dev/nvme2n1 2026-02-20T22:56:39.935 INFO:journalctl@ceph.osd.1.trial027.stdout:Feb 20 22:56:39 trial027 sudo[58958]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2026-02-20T22:56:39.935 INFO:journalctl@ceph.osd.1.trial027.stdout:Feb 20 22:56:39 trial027 sudo[58958]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2026-02-20T22:56:39.935 INFO:journalctl@ceph.osd.1.trial027.stdout:Feb 20 22:56:39 trial027 sudo[58958]: pam_unix(sudo:session): session closed for user root 2026-02-20T22:56:39.974 DEBUG:teuthology.orchestra.run.trial027:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:f7870454149f22574086dd2ff55d050585136531 shell --fsid 45a14ea2-0eaf-11f1-a861-d404e6e7d460 -- ceph tell osd.0 flush_pg_stats 2026-02-20T22:56:39.975 DEBUG:teuthology.orchestra.run.trial027:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:f7870454149f22574086dd2ff55d050585136531 shell --fsid 45a14ea2-0eaf-11f1-a861-d404e6e7d460 -- ceph tell osd.1 flush_pg_stats 2026-02-20T22:56:40.130 INFO:teuthology.orchestra.run.trial027.stderr:Inferring config /var/lib/ceph/45a14ea2-0eaf-11f1-a861-d404e6e7d460/mon.a/config 2026-02-20T22:56:40.133 INFO:teuthology.orchestra.run.trial027.stderr:Inferring config /var/lib/ceph/45a14ea2-0eaf-11f1-a861-d404e6e7d460/mon.a/config 2026-02-20T22:56:40.294 INFO:teuthology.orchestra.run.trial027.stdout:51539607555 2026-02-20T22:56:40.294 DEBUG:teuthology.orchestra.run.trial027:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:f7870454149f22574086dd2ff55d050585136531 shell --fsid 45a14ea2-0eaf-11f1-a861-d404e6e7d460 -- ceph osd last-stat-seq osd.1 2026-02-20T22:56:40.296 INFO:teuthology.orchestra.run.trial027.stdout:34359738374 2026-02-20T22:56:40.296 DEBUG:teuthology.orchestra.run.trial027:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:f7870454149f22574086dd2ff55d050585136531 shell --fsid 45a14ea2-0eaf-11f1-a861-d404e6e7d460 -- ceph osd last-stat-seq osd.0 2026-02-20T22:56:40.454 INFO:teuthology.orchestra.run.trial027.stderr:Inferring config /var/lib/ceph/45a14ea2-0eaf-11f1-a861-d404e6e7d460/mon.a/config 2026-02-20T22:56:40.455 INFO:teuthology.orchestra.run.trial027.stderr:Inferring config /var/lib/ceph/45a14ea2-0eaf-11f1-a861-d404e6e7d460/mon.a/config 2026-02-20T22:56:40.669 INFO:teuthology.orchestra.run.trial027.stdout:51539607554 2026-02-20T22:56:40.672 INFO:teuthology.orchestra.run.trial027.stdout:34359738372 2026-02-20T22:56:40.711 INFO:tasks.cephadm.ceph_manager.ceph:need seq 51539607555 got 51539607554 for osd.1 2026-02-20T22:56:40.712 INFO:tasks.cephadm.ceph_manager.ceph:need seq 34359738374 got 34359738372 for osd.0 2026-02-20T22:56:40.875 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:40 trial027 ceph-mon[34330]: from='mgr.14152 10.20.193.27:0/1023352909' entity='mgr.x' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2026-02-20T22:56:40.875 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:40 trial027 ceph-mon[34330]: osdmap e14: 2 total, 2 up, 2 in 2026-02-20T22:56:40.876 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:40 trial027 ceph-mon[34330]: from='mgr.14152 10.20.193.27:0/1023352909' entity='mgr.x' 2026-02-20T22:56:40.876 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:40 trial027 ceph-mon[34330]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2026-02-20T22:56:40.876 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:40 trial027 ceph-mon[34330]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2026-02-20T22:56:40.876 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:40 trial027 ceph-mon[34330]: from='mgr.14152 10.20.193.27:0/1023352909' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-02-20T22:56:40.876 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:40 trial027 ceph-mon[34330]: from='mgr.14152 10.20.193.27:0/1023352909' entity='mgr.x' 2026-02-20T22:56:40.876 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:40 trial027 ceph-mon[34330]: from='client.? 10.20.193.27:0/2419508797' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2026-02-20T22:56:40.876 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:40 trial027 ceph-mon[34330]: pgmap v20: 1 pgs: 1 unknown; 0 B data, 53 MiB used, 1.4 TiB / 1.4 TiB avail 2026-02-20T22:56:41.711 DEBUG:teuthology.orchestra.run.trial027:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:f7870454149f22574086dd2ff55d050585136531 shell --fsid 45a14ea2-0eaf-11f1-a861-d404e6e7d460 -- ceph osd last-stat-seq osd.1 2026-02-20T22:56:41.713 DEBUG:teuthology.orchestra.run.trial027:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:f7870454149f22574086dd2ff55d050585136531 shell --fsid 45a14ea2-0eaf-11f1-a861-d404e6e7d460 -- ceph osd last-stat-seq osd.0 2026-02-20T22:56:41.826 INFO:teuthology.orchestra.run.trial027.stderr:Inferring config /var/lib/ceph/45a14ea2-0eaf-11f1-a861-d404e6e7d460/mon.a/config 2026-02-20T22:56:41.827 INFO:teuthology.orchestra.run.trial027.stderr:Inferring config /var/lib/ceph/45a14ea2-0eaf-11f1-a861-d404e6e7d460/mon.a/config 2026-02-20T22:56:41.875 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:41 trial027 ceph-mon[34330]: osdmap e15: 2 total, 2 up, 2 in 2026-02-20T22:56:41.875 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:41 trial027 ceph-mon[34330]: from='client.? 10.20.193.27:0/3504576899' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 1} : dispatch 2026-02-20T22:56:41.876 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:41 trial027 ceph-mon[34330]: from='client.? 10.20.193.27:0/126463859' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 0} : dispatch 2026-02-20T22:56:41.876 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:41 trial027 ceph-mon[34330]: mgrmap e14: x(active, since 30s) 2026-02-20T22:56:42.050 INFO:teuthology.orchestra.run.trial027.stdout:51539607554 2026-02-20T22:56:42.051 INFO:teuthology.orchestra.run.trial027.stdout:34359738373 2026-02-20T22:56:42.091 INFO:tasks.cephadm.ceph_manager.ceph:need seq 34359738374 got 34359738373 for osd.0 2026-02-20T22:56:42.092 INFO:tasks.cephadm.ceph_manager.ceph:need seq 51539607555 got 51539607554 for osd.1 2026-02-20T22:56:42.875 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:42 trial027 ceph-mon[34330]: pgmap v22: 1 pgs: 1 active+clean; 577 KiB data, 54 MiB used, 1.4 TiB / 1.4 TiB avail 2026-02-20T22:56:42.875 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:42 trial027 ceph-mon[34330]: from='client.? 10.20.193.27:0/1683022405' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 1} : dispatch 2026-02-20T22:56:42.875 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:42 trial027 ceph-mon[34330]: from='client.? 10.20.193.27:0/1884276110' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 0} : dispatch 2026-02-20T22:56:43.092 DEBUG:teuthology.orchestra.run.trial027:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:f7870454149f22574086dd2ff55d050585136531 shell --fsid 45a14ea2-0eaf-11f1-a861-d404e6e7d460 -- ceph osd last-stat-seq osd.0 2026-02-20T22:56:43.093 DEBUG:teuthology.orchestra.run.trial027:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:f7870454149f22574086dd2ff55d050585136531 shell --fsid 45a14ea2-0eaf-11f1-a861-d404e6e7d460 -- ceph osd last-stat-seq osd.1 2026-02-20T22:56:43.211 INFO:teuthology.orchestra.run.trial027.stderr:Inferring config /var/lib/ceph/45a14ea2-0eaf-11f1-a861-d404e6e7d460/mon.a/config 2026-02-20T22:56:43.213 INFO:teuthology.orchestra.run.trial027.stderr:Inferring config /var/lib/ceph/45a14ea2-0eaf-11f1-a861-d404e6e7d460/mon.a/config 2026-02-20T22:56:43.437 INFO:teuthology.orchestra.run.trial027.stdout:34359738374 2026-02-20T22:56:43.441 INFO:teuthology.orchestra.run.trial027.stdout:51539607556 2026-02-20T22:56:43.475 INFO:tasks.cephadm.ceph_manager.ceph:need seq 34359738374 got 34359738374 for osd.0 2026-02-20T22:56:43.475 DEBUG:teuthology.parallel:result is None 2026-02-20T22:56:43.489 INFO:tasks.cephadm.ceph_manager.ceph:need seq 51539607555 got 51539607556 for osd.1 2026-02-20T22:56:43.489 DEBUG:teuthology.parallel:result is None 2026-02-20T22:56:43.489 INFO:tasks.cephadm.ceph_manager.ceph:waiting for clean 2026-02-20T22:56:43.489 DEBUG:teuthology.orchestra.run.trial027:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:f7870454149f22574086dd2ff55d050585136531 shell --fsid 45a14ea2-0eaf-11f1-a861-d404e6e7d460 -- ceph pg dump --format=json 2026-02-20T22:56:43.652 INFO:teuthology.orchestra.run.trial027.stderr:Inferring config /var/lib/ceph/45a14ea2-0eaf-11f1-a861-d404e6e7d460/mon.a/config 2026-02-20T22:56:43.694 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:43 trial027 ceph-mon[34330]: from='client.? 10.20.193.27:0/3099107639' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 0} : dispatch 2026-02-20T22:56:43.694 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:43 trial027 ceph-mon[34330]: from='client.? 10.20.193.27:0/1726269811' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 1} : dispatch 2026-02-20T22:56:43.861 INFO:teuthology.orchestra.run.trial027.stdout: 2026-02-20T22:56:43.862 INFO:teuthology.orchestra.run.trial027.stderr:dumped all 2026-02-20T22:56:43.897 INFO:teuthology.orchestra.run.trial027.stdout:{"pg_ready":true,"pg_map":{"version":22,"stamp":"2026-02-20T22:56:41.986915+0000","last_osdmap_epoch":0,"last_pg_scan":0,"pg_stats_sum":{"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":4,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":66,"num_read_kb":55,"num_write":101,"num_write_kb":1628,"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":72,"ondisk_log_size":72,"up":2,"acting":2,"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":2,"kb":1468006400,"kb_used":54988,"kb_used_data":812,"kb_used_omap":12,"kb_used_meta":53875,"kb_avail":1467951412,"statfs":{"total":1503238553600,"available":1503182245888,"internally_reserved":0,"allocated":831488,"data_stored":650336,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":12344,"internal_metadata":55168968},"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":"1.377887"},"pg_stats":[{"pgid":"1.0","version":"14'72","reported_seq":100,"reported_epoch":14,"state":"active+clean","last_fresh":"2026-02-20T22:56:39.763003+0000","last_change":"2026-02-20T22:56:39.609267+0000","last_active":"2026-02-20T22:56:39.763003+0000","last_peered":"2026-02-20T22:56:39.763003+0000","last_clean":"2026-02-20T22:56:39.763003+0000","last_became_active":"2026-02-20T22:56:39.609163+0000","last_became_peered":"2026-02-20T22:56:39.609163+0000","last_unstale":"2026-02-20T22:56:39.763003+0000","last_undegraded":"2026-02-20T22:56:39.763003+0000","last_fullsized":"2026-02-20T22:56:39.763003+0000","mapping_epoch":13,"log_start":"0'0","ondisk_log_start":"0'0","created":13,"last_epoch_clean":14,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-20T22:56:38.603466+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-20T22:56:38.603466+0000","last_clean_scrub_stamp":"2026-02-20T22:56:38.603466+0000","objects_scrubbed":0,"log_size":72,"log_dups_size":0,"ondisk_log_size":72,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2026-02-22T09:08:51.037960+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":4,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":66,"num_read_kb":55,"num_write":101,"num_write_kb":1628,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[1,0],"acting":[1,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]}],"pool_stats":[{"poolid":1,"num_pg":1,"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":4,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":66,"num_read_kb":55,"num_write":101,"num_write_kb":1628,"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":1187840,"data_stored":1180736,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":72,"ondisk_log_size":72,"up":2,"acting":2,"num_store_stats":2}],"osd_stats":[{"osd":1,"up_from":12,"seq":51539607556,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":734003200,"kb_used":27912,"kb_used_data":700,"kb_used_omap":5,"kb_used_meta":26938,"kb_avail":733975288,"statfs":{"total":751619276800,"available":751590694912,"internally_reserved":0,"allocated":716800,"data_stored":621933,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":5519,"internal_metadata":27585137},"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":34359738374,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":734003200,"kb_used":27076,"kb_used_data":112,"kb_used_omap":6,"kb_used_meta":26937,"kb_avail":733976124,"statfs":{"total":751619276800,"available":751591550976,"internally_reserved":0,"allocated":114688,"data_stored":28403,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":6825,"internal_metadata":27583831},"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":[{"poolid":1,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0}]}} 2026-02-20T22:56:43.897 DEBUG:teuthology.orchestra.run.trial027:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:f7870454149f22574086dd2ff55d050585136531 shell --fsid 45a14ea2-0eaf-11f1-a861-d404e6e7d460 -- ceph pg dump --format=json 2026-02-20T22:56:44.014 INFO:teuthology.orchestra.run.trial027.stderr:Inferring config /var/lib/ceph/45a14ea2-0eaf-11f1-a861-d404e6e7d460/mon.a/config 2026-02-20T22:56:44.225 INFO:teuthology.orchestra.run.trial027.stdout: 2026-02-20T22:56:44.225 INFO:teuthology.orchestra.run.trial027.stderr:dumped all 2026-02-20T22:56:44.263 INFO:teuthology.orchestra.run.trial027.stdout:{"pg_ready":true,"pg_map":{"version":23,"stamp":"2026-02-20T22:56:43.987169+0000","last_osdmap_epoch":0,"last_pg_scan":0,"pg_stats_sum":{"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":4,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":66,"num_read_kb":55,"num_write":101,"num_write_kb":1628,"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":72,"ondisk_log_size":72,"up":2,"acting":2,"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":2,"kb":1468006400,"kb_used":54988,"kb_used_data":812,"kb_used_omap":12,"kb_used_meta":53875,"kb_avail":1467951412,"statfs":{"total":1503238553600,"available":1503182245888,"internally_reserved":0,"allocated":831488,"data_stored":650336,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":12344,"internal_metadata":55168968},"hb_peers":[],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[]},"pg_stats_delta":{"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":0,"acting":0,"num_store_stats":0,"stamp_delta":"3.378141"},"pg_stats":[{"pgid":"1.0","version":"14'72","reported_seq":100,"reported_epoch":14,"state":"active+clean","last_fresh":"2026-02-20T22:56:39.763003+0000","last_change":"2026-02-20T22:56:39.609267+0000","last_active":"2026-02-20T22:56:39.763003+0000","last_peered":"2026-02-20T22:56:39.763003+0000","last_clean":"2026-02-20T22:56:39.763003+0000","last_became_active":"2026-02-20T22:56:39.609163+0000","last_became_peered":"2026-02-20T22:56:39.609163+0000","last_unstale":"2026-02-20T22:56:39.763003+0000","last_undegraded":"2026-02-20T22:56:39.763003+0000","last_fullsized":"2026-02-20T22:56:39.763003+0000","mapping_epoch":13,"log_start":"0'0","ondisk_log_start":"0'0","created":13,"last_epoch_clean":14,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-20T22:56:38.603466+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-20T22:56:38.603466+0000","last_clean_scrub_stamp":"2026-02-20T22:56:38.603466+0000","objects_scrubbed":0,"log_size":72,"log_dups_size":0,"ondisk_log_size":72,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2026-02-22T09:08:51.037960+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":4,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":66,"num_read_kb":55,"num_write":101,"num_write_kb":1628,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[1,0],"acting":[1,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]}],"pool_stats":[{"poolid":1,"num_pg":1,"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":4,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":66,"num_read_kb":55,"num_write":101,"num_write_kb":1628,"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":1187840,"data_stored":1180736,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":72,"ondisk_log_size":72,"up":2,"acting":2,"num_store_stats":2}],"osd_stats":[{"osd":1,"up_from":12,"seq":51539607556,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":734003200,"kb_used":27912,"kb_used_data":700,"kb_used_omap":5,"kb_used_meta":26938,"kb_avail":733975288,"statfs":{"total":751619276800,"available":751590694912,"internally_reserved":0,"allocated":716800,"data_stored":621933,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":5519,"internal_metadata":27585137},"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":34359738374,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":734003200,"kb_used":27076,"kb_used_data":112,"kb_used_omap":6,"kb_used_meta":26937,"kb_avail":733976124,"statfs":{"total":751619276800,"available":751591550976,"internally_reserved":0,"allocated":114688,"data_stored":28403,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":6825,"internal_metadata":27583831},"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":[{"poolid":1,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0}]}} 2026-02-20T22:56:44.263 INFO:tasks.cephadm.ceph_manager.ceph:clean! 2026-02-20T22:56:44.263 INFO:tasks.ceph:Waiting until ceph cluster ceph is healthy... 2026-02-20T22:56:44.263 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy 2026-02-20T22:56:44.263 DEBUG:teuthology.orchestra.run.trial027:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:f7870454149f22574086dd2ff55d050585136531 shell --fsid 45a14ea2-0eaf-11f1-a861-d404e6e7d460 -- ceph health --format=json 2026-02-20T22:56:44.377 INFO:teuthology.orchestra.run.trial027.stderr:Inferring config /var/lib/ceph/45a14ea2-0eaf-11f1-a861-d404e6e7d460/mon.a/config 2026-02-20T22:56:44.616 INFO:teuthology.orchestra.run.trial027.stdout: 2026-02-20T22:56:44.616 INFO:teuthology.orchestra.run.trial027.stdout:{"status":"HEALTH_OK","checks":{},"mutes":[]} 2026-02-20T22:56:44.631 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:44 trial027 ceph-mon[34330]: from='client.14248 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-20T22:56:44.631 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:44 trial027 ceph-mon[34330]: pgmap v23: 1 pgs: 1 active+clean; 577 KiB data, 54 MiB used, 1.4 TiB / 1.4 TiB avail 2026-02-20T22:56:44.631 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:44 trial027 ceph-mon[34330]: from='client.14250 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-20T22:56:44.631 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:44 trial027 ceph-mon[34330]: from='client.? 10.20.193.27:0/2188315796' entity='client.admin' cmd={"prefix": "health", "format": "json"} : dispatch 2026-02-20T22:56:44.652 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy done 2026-02-20T22:56:44.652 INFO:tasks.cephadm:Setup complete, yielding 2026-02-20T22:56:44.652 INFO:teuthology.run_tasks:Running task cephadm.shell... 2026-02-20T22:56:44.667 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@trial027.front.sepia.ceph.com 2026-02-20T22:56:44.667 DEBUG:teuthology.orchestra.run.trial027:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:f7870454149f22574086dd2ff55d050585136531 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 45a14ea2-0eaf-11f1-a861-d404e6e7d460 -- bash -c 'ceph fs volume create cephfs' 2026-02-20T22:56:44.783 INFO:teuthology.orchestra.run.trial027.stderr:Inferring config /var/lib/ceph/45a14ea2-0eaf-11f1-a861-d404e6e7d460/mon.a/config 2026-02-20T22:56:45.875 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:45 trial027 ceph-mon[34330]: from='client.14254 -' entity='client.admin' cmd=[{"prefix": "fs volume create", "name": "cephfs", "target": ["mon-mgr", ""]}]: dispatch 2026-02-20T22:56:45.876 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:45 trial027 ceph-mon[34330]: from='mgr.14152 10.20.193.27:0/1023352909' entity='mgr.x' cmd={"prefix": "osd pool create", "pool": "cephfs.cephfs.meta"} : dispatch 2026-02-20T22:56:46.674 INFO:teuthology.run_tasks:Running task cephadm.wait_for_service... 2026-02-20T22:56:46.687 INFO:tasks.cephadm:Waiting for ceph service mds.cephfs to start (timeout 300)... 2026-02-20T22:56:46.688 DEBUG:teuthology.orchestra.run.trial027:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:f7870454149f22574086dd2ff55d050585136531 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 45a14ea2-0eaf-11f1-a861-d404e6e7d460 -- ceph orch ls -f json 2026-02-20T22:56:46.806 INFO:teuthology.orchestra.run.trial027.stderr:Inferring config /var/lib/ceph/45a14ea2-0eaf-11f1-a861-d404e6e7d460/mon.a/config 2026-02-20T22:56:46.879 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:46 trial027 ceph-mon[34330]: from='mgr.14152 10.20.193.27:0/1023352909' entity='mgr.x' cmd='[{"prefix": "osd pool create", "pool": "cephfs.cephfs.meta"}]': finished 2026-02-20T22:56:46.880 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:46 trial027 ceph-mon[34330]: osdmap e16: 2 total, 2 up, 2 in 2026-02-20T22:56:46.880 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:46 trial027 ceph-mon[34330]: from='mgr.14152 10.20.193.27:0/1023352909' entity='mgr.x' cmd={"bulk": true, "prefix": "osd pool create", "pool": "cephfs.cephfs.data"} : dispatch 2026-02-20T22:56:46.880 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:46 trial027 ceph-mon[34330]: pgmap v25: 33 pgs: 32 unknown, 1 active+clean; 577 KiB data, 54 MiB used, 1.4 TiB / 1.4 TiB avail 2026-02-20T22:56:46.880 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:46 trial027 ceph-45a14ea2-0eaf-11f1-a861-d404e6e7d460-mon-a[34326]: 2026-02-20T22:56:46.623+0000 7f1e15687640 -1 log_channel(cluster) log [ERR] : Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2026-02-20T22:56:47.025 INFO:teuthology.orchestra.run.trial027.stdout: 2026-02-20T22:56:47.026 INFO:teuthology.orchestra.run.trial027.stdout:[{"events": ["2026-02-20T22:56:46.630063Z service:mds.cephfs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2026-02-20T22:56:46.628573Z", "running": 0, "size": 2}}, {"events": ["2026-02-20T22:56:17.030914Z service:mgr [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["trial027=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2026-02-20T22:56:17.024432Z", "last_refresh": "2026-02-20T22:56:36.353202Z", "running": 1, "size": 1}}, {"events": ["2026-02-20T22:56:15.729529Z service:mon [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["trial027:10.20.193.27=a"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2026-02-20T22:56:15.722243Z", "last_refresh": "2026-02-20T22:56:36.353129Z", "running": 1, "size": 1}}, {"events": ["2026-02-20T22:56:28.388768Z service:osd.default [INFO] \"service was created\""], "placement": {"host_pattern": "trial027"}, "service_id": "default", "service_name": "osd.default", "service_type": "osd", "spec": {"data_devices": {"paths": ["vg_nvme/lv_3"]}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2026-02-20T22:56:28.387551Z", "last_refresh": "2026-02-20T22:56:36.353250Z", "running": 2, "size": 2}}] 2026-02-20T22:56:47.152 INFO:tasks.cephadm:mds.cephfs has 0/2 2026-02-20T22:56:47.804 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:47 trial027 ceph-mon[34330]: from='mgr.14152 10.20.193.27:0/1023352909' entity='mgr.x' cmd='[{"bulk": true, "prefix": "osd pool create", "pool": "cephfs.cephfs.data"}]': finished 2026-02-20T22:56:47.804 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:47 trial027 ceph-mon[34330]: osdmap e17: 2 total, 2 up, 2 in 2026-02-20T22:56:47.804 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:47 trial027 ceph-mon[34330]: from='mgr.14152 10.20.193.27:0/1023352909' entity='mgr.x' cmd={"prefix": "fs new", "fs_name": "cephfs", "metadata": "cephfs.cephfs.meta", "data": "cephfs.cephfs.data"} : dispatch 2026-02-20T22:56:47.804 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:47 trial027 ceph-mon[34330]: Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2026-02-20T22:56:47.804 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:47 trial027 ceph-mon[34330]: Health check failed: 1 filesystem is online with fewer MDS than max_mds (MDS_UP_LESS_THAN_MAX) 2026-02-20T22:56:47.804 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:47 trial027 ceph-mon[34330]: from='mgr.14152 10.20.193.27:0/1023352909' entity='mgr.x' cmd='[{"prefix": "fs new", "fs_name": "cephfs", "metadata": "cephfs.cephfs.meta", "data": "cephfs.cephfs.data"}]': finished 2026-02-20T22:56:47.805 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:47 trial027 ceph-mon[34330]: osdmap e18: 2 total, 2 up, 2 in 2026-02-20T22:56:47.805 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:47 trial027 ceph-mon[34330]: fsmap cephfs:0 2026-02-20T22:56:47.805 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:47 trial027 ceph-mon[34330]: Saving service mds.cephfs spec with placement count:2 2026-02-20T22:56:47.805 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:47 trial027 ceph-mon[34330]: from='mgr.14152 10.20.193.27:0/1023352909' entity='mgr.x' 2026-02-20T22:56:47.805 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:47 trial027 ceph-mon[34330]: from='mgr.14152 10.20.193.27:0/1023352909' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-20T22:56:47.805 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:47 trial027 ceph-mon[34330]: from='mgr.14152 10.20.193.27:0/1023352909' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-20T22:56:47.805 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:47 trial027 ceph-mon[34330]: from='mgr.14152 10.20.193.27:0/1023352909' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-20T22:56:47.805 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:47 trial027 ceph-mon[34330]: from='mgr.14152 10.20.193.27:0/1023352909' entity='mgr.x' 2026-02-20T22:56:47.805 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:47 trial027 ceph-mon[34330]: from='mgr.14152 10.20.193.27:0/1023352909' entity='mgr.x' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-20T22:56:47.805 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:47 trial027 ceph-mon[34330]: from='mgr.14152 10.20.193.27:0/1023352909' entity='mgr.x' cmd={"prefix": "auth get-or-create", "entity": "mds.cephfs.trial027.uqqagt", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]} : dispatch 2026-02-20T22:56:47.805 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:47 trial027 ceph-mon[34330]: from='mgr.14152 10.20.193.27:0/1023352909' entity='mgr.x' cmd='[{"prefix": "auth get-or-create", "entity": "mds.cephfs.trial027.uqqagt", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2026-02-20T22:56:47.805 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:47 trial027 ceph-mon[34330]: from='mgr.14152 10.20.193.27:0/1023352909' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-20T22:56:47.805 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:47 trial027 ceph-mon[34330]: Deploying daemon mds.cephfs.trial027.uqqagt on trial027 2026-02-20T22:56:47.805 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:47 trial027 ceph-mon[34330]: from='client.14256 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-20T22:56:47.805 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:47 trial027 ceph-mon[34330]: from='mgr.14152 10.20.193.27:0/1023352909' entity='mgr.x' 2026-02-20T22:56:47.805 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:47 trial027 ceph-mon[34330]: from='mgr.14152 10.20.193.27:0/1023352909' entity='mgr.x' 2026-02-20T22:56:47.805 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:47 trial027 ceph-mon[34330]: from='mgr.14152 10.20.193.27:0/1023352909' entity='mgr.x' 2026-02-20T22:56:47.805 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:47 trial027 ceph-mon[34330]: from='mgr.14152 10.20.193.27:0/1023352909' entity='mgr.x' cmd={"prefix": "auth get-or-create", "entity": "mds.cephfs.trial027.hisivj", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]} : dispatch 2026-02-20T22:56:47.805 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:47 trial027 ceph-mon[34330]: from='mgr.14152 10.20.193.27:0/1023352909' entity='mgr.x' cmd='[{"prefix": "auth get-or-create", "entity": "mds.cephfs.trial027.hisivj", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2026-02-20T22:56:47.805 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:47 trial027 ceph-mon[34330]: from='mgr.14152 10.20.193.27:0/1023352909' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-20T22:56:48.153 DEBUG:teuthology.orchestra.run.trial027:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:f7870454149f22574086dd2ff55d050585136531 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 45a14ea2-0eaf-11f1-a861-d404e6e7d460 -- ceph orch ls -f json 2026-02-20T22:56:48.269 INFO:teuthology.orchestra.run.trial027.stderr:Inferring config /var/lib/ceph/45a14ea2-0eaf-11f1-a861-d404e6e7d460/mon.a/config 2026-02-20T22:56:48.504 INFO:teuthology.orchestra.run.trial027.stdout: 2026-02-20T22:56:48.504 INFO:teuthology.orchestra.run.trial027.stdout:[{"events": ["2026-02-20T22:56:47.966038Z service:mds.cephfs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2026-02-20T22:56:46.628573Z", "last_refresh": "2026-02-20T22:56:48.455711Z", "running": 2, "size": 2}}, {"events": ["2026-02-20T22:56:17.030914Z service:mgr [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["trial027=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2026-02-20T22:56:17.024432Z", "last_refresh": "2026-02-20T22:56:48.455583Z", "running": 1, "size": 1}}, {"events": ["2026-02-20T22:56:15.729529Z service:mon [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["trial027:10.20.193.27=a"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2026-02-20T22:56:15.722243Z", "last_refresh": "2026-02-20T22:56:48.455517Z", "running": 1, "size": 1}}, {"events": ["2026-02-20T22:56:28.388768Z service:osd.default [INFO] \"service was created\""], "placement": {"host_pattern": "trial027"}, "service_id": "default", "service_name": "osd.default", "service_type": "osd", "spec": {"data_devices": {"paths": ["vg_nvme/lv_3"]}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2026-02-20T22:56:28.387551Z", "last_refresh": "2026-02-20T22:56:48.455629Z", "running": 2, "size": 2}}] 2026-02-20T22:56:48.543 INFO:tasks.cephadm:mds.cephfs has 2/2 2026-02-20T22:56:48.543 INFO:teuthology.run_tasks:Running task cephadm.shell... 2026-02-20T22:56:48.573 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@trial027.front.sepia.ceph.com 2026-02-20T22:56:48.573 DEBUG:teuthology.orchestra.run.trial027:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:f7870454149f22574086dd2ff55d050585136531 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 45a14ea2-0eaf-11f1-a861-d404e6e7d460 -- bash -c 'ceph fs subvolumegroup create cephfs smb' 2026-02-20T22:56:48.695 INFO:teuthology.orchestra.run.trial027.stderr:Inferring config /var/lib/ceph/45a14ea2-0eaf-11f1-a861-d404e6e7d460/mon.a/config 2026-02-20T22:56:48.755 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:48 trial027 ceph-mon[34330]: Deploying daemon mds.cephfs.trial027.hisivj on trial027 2026-02-20T22:56:48.755 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:48 trial027 ceph-mon[34330]: osdmap e19: 2 total, 2 up, 2 in 2026-02-20T22:56:48.755 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:48 trial027 ceph-mon[34330]: mds.? [v2:10.20.193.27:6818/874132933,v1:10.20.193.27:6819/874132933] up:boot 2026-02-20T22:56:48.755 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:48 trial027 ceph-mon[34330]: daemon mds.cephfs.trial027.uqqagt assigned to filesystem cephfs as rank 0 (now has 1 ranks) 2026-02-20T22:56:48.755 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:48 trial027 ceph-mon[34330]: Health check cleared: MDS_ALL_DOWN (was: 1 filesystem is offline) 2026-02-20T22:56:48.756 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:48 trial027 ceph-mon[34330]: Health check cleared: MDS_UP_LESS_THAN_MAX (was: 1 filesystem is online with fewer MDS than max_mds) 2026-02-20T22:56:48.756 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:48 trial027 ceph-mon[34330]: Cluster is now healthy 2026-02-20T22:56:48.756 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:48 trial027 ceph-mon[34330]: fsmap cephfs:0 1 up:standby 2026-02-20T22:56:48.756 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:48 trial027 ceph-mon[34330]: from='mgr.14152 10.20.193.27:0/1023352909' entity='mgr.x' cmd={"prefix": "mds metadata", "who": "cephfs.trial027.uqqagt"} : dispatch 2026-02-20T22:56:48.756 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:48 trial027 ceph-mon[34330]: fsmap cephfs:1 {0=cephfs.trial027.uqqagt=up:creating} 2026-02-20T22:56:48.756 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:48 trial027 ceph-mon[34330]: daemon mds.cephfs.trial027.uqqagt is now active in filesystem cephfs as rank 0 2026-02-20T22:56:48.756 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:48 trial027 ceph-mon[34330]: from='mgr.14152 10.20.193.27:0/1023352909' entity='mgr.x' 2026-02-20T22:56:48.756 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:48 trial027 ceph-mon[34330]: from='mgr.14152 10.20.193.27:0/1023352909' entity='mgr.x' 2026-02-20T22:56:48.756 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:48 trial027 ceph-mon[34330]: from='mgr.14152 10.20.193.27:0/1023352909' entity='mgr.x' 2026-02-20T22:56:48.756 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:48 trial027 ceph-mon[34330]: from='mgr.14152 10.20.193.27:0/1023352909' entity='mgr.x' 2026-02-20T22:56:48.756 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:48 trial027 ceph-mon[34330]: from='mgr.14152 10.20.193.27:0/1023352909' entity='mgr.x' 2026-02-20T22:56:48.756 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:48 trial027 ceph-mon[34330]: from='mgr.14152 10.20.193.27:0/1023352909' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-20T22:56:48.757 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:48 trial027 ceph-mon[34330]: pgmap v29: 65 pgs: 16 creating+peering, 1 active+clean, 48 unknown; 577 KiB data, 54 MiB used, 1.4 TiB / 1.4 TiB avail 2026-02-20T22:56:48.757 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:48 trial027 ceph-mon[34330]: from='mgr.14152 10.20.193.27:0/1023352909' entity='mgr.x' 2026-02-20T22:56:48.757 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:48 trial027 ceph-mon[34330]: from='mgr.14152 10.20.193.27:0/1023352909' entity='mgr.x' 2026-02-20T22:56:48.757 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:48 trial027 ceph-mon[34330]: from='mgr.14152 10.20.193.27:0/1023352909' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-20T22:56:48.757 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:48 trial027 ceph-mon[34330]: from='mgr.14152 10.20.193.27:0/1023352909' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-20T22:56:48.757 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:48 trial027 ceph-mon[34330]: from='mgr.14152 10.20.193.27:0/1023352909' entity='mgr.x' 2026-02-20T22:56:48.757 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:48 trial027 ceph-mon[34330]: from='mgr.14152 10.20.193.27:0/1023352909' entity='mgr.x' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-20T22:56:48.757 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:48 trial027 ceph-mon[34330]: from='mgr.14152 10.20.193.27:0/1023352909' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-20T22:56:48.995 DEBUG:teuthology.orchestra.run.trial027:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:f7870454149f22574086dd2ff55d050585136531 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 45a14ea2-0eaf-11f1-a861-d404e6e7d460 -- bash -c 'ceph fs subvolume create cephfs sv1 --group-name=smb --mode=0777' 2026-02-20T22:56:49.016 INFO:journalctl@ceph.mgr.x.trial027.stdout:Feb 20 22:56:48 trial027 ceph-45a14ea2-0eaf-11f1-a861-d404e6e7d460-mgr-x[34597]: 2026-02-20T22:56:48.945+0000 7f5c28c42640 -1 client.0 error registering admin socket command: (17) File exists 2026-02-20T22:56:49.109 INFO:teuthology.orchestra.run.trial027.stderr:Inferring config /var/lib/ceph/45a14ea2-0eaf-11f1-a861-d404e6e7d460/mon.a/config 2026-02-20T22:56:49.389 DEBUG:teuthology.orchestra.run.trial027:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:f7870454149f22574086dd2ff55d050585136531 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 45a14ea2-0eaf-11f1-a861-d404e6e7d460 -- bash -c 'ceph fs subvolume create cephfs sv2 --group-name=smb --mode=0777' 2026-02-20T22:56:49.544 INFO:teuthology.orchestra.run.trial027.stderr:Inferring config /var/lib/ceph/45a14ea2-0eaf-11f1-a861-d404e6e7d460/mon.a/config 2026-02-20T22:56:49.821 DEBUG:teuthology.orchestra.run.trial027:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:f7870454149f22574086dd2ff55d050585136531 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 45a14ea2-0eaf-11f1-a861-d404e6e7d460 -- bash -c 'ceph mgr module enable smb' 2026-02-20T22:56:49.938 INFO:teuthology.orchestra.run.trial027.stderr:Inferring config /var/lib/ceph/45a14ea2-0eaf-11f1-a861-d404e6e7d460/mon.a/config 2026-02-20T22:56:49.961 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:49 trial027 ceph-mon[34330]: from='client.14262 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-20T22:56:49.961 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:49 trial027 ceph-mon[34330]: osdmap e20: 2 total, 2 up, 2 in 2026-02-20T22:56:49.961 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:49 trial027 ceph-mon[34330]: mds.? [v2:10.20.193.27:6818/874132933,v1:10.20.193.27:6819/874132933] up:active 2026-02-20T22:56:49.961 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:49 trial027 ceph-mon[34330]: mds.? [v2:10.20.193.27:6820/2484813518,v1:10.20.193.27:6821/2484813518] up:boot 2026-02-20T22:56:49.961 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:49 trial027 ceph-mon[34330]: fsmap cephfs:1 {0=cephfs.trial027.uqqagt=up:active} 1 up:standby 2026-02-20T22:56:49.961 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:49 trial027 ceph-mon[34330]: from='mgr.14152 10.20.193.27:0/1023352909' entity='mgr.x' cmd={"prefix": "mds metadata", "who": "cephfs.trial027.hisivj"} : dispatch 2026-02-20T22:56:49.961 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:49 trial027 ceph-mon[34330]: fsmap cephfs:1 {0=cephfs.trial027.uqqagt=up:active} 1 up:standby 2026-02-20T22:56:49.961 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:49 trial027 ceph-mon[34330]: from='client.14264 -' entity='client.admin' cmd=[{"prefix": "fs subvolumegroup create", "vol_name": "cephfs", "group_name": "smb", "target": ["mon-mgr", ""]}]: dispatch 2026-02-20T22:56:49.961 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:49 trial027 ceph-mon[34330]: from='mgr.14152 10.20.193.27:0/1023352909' entity='mgr.x' 2026-02-20T22:56:49.961 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:49 trial027 ceph-mon[34330]: from='mgr.14152 10.20.193.27:0/1023352909' entity='mgr.x' 2026-02-20T22:56:49.961 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:49 trial027 ceph-mon[34330]: from='mgr.14152 10.20.193.27:0/1023352909' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-20T22:56:49.961 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:49 trial027 ceph-mon[34330]: from='mgr.14152 10.20.193.27:0/1023352909' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-20T22:56:49.961 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:49 trial027 ceph-mon[34330]: from='mgr.14152 10.20.193.27:0/1023352909' entity='mgr.x' 2026-02-20T22:56:49.961 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:49 trial027 ceph-mon[34330]: from='mgr.14152 10.20.193.27:0/1023352909' entity='mgr.x' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-20T22:56:50.679 DEBUG:teuthology.orchestra.run.trial027:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:f7870454149f22574086dd2ff55d050585136531 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 45a14ea2-0eaf-11f1-a861-d404e6e7d460 -- bash -c 'sleep 30' 2026-02-20T22:56:50.798 INFO:teuthology.orchestra.run.trial027.stderr:Inferring config /var/lib/ceph/45a14ea2-0eaf-11f1-a861-d404e6e7d460/mon.a/config 2026-02-20T22:56:50.913 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:50 trial027 ceph-mon[34330]: from='client.14268 -' entity='client.admin' cmd=[{"prefix": "fs subvolume create", "vol_name": "cephfs", "sub_name": "sv1", "group_name": "smb", "mode": "0777", "target": ["mon-mgr", ""]}]: dispatch 2026-02-20T22:56:50.913 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:50 trial027 ceph-mon[34330]: from='client.14270 -' entity='client.admin' cmd=[{"prefix": "fs subvolume create", "vol_name": "cephfs", "sub_name": "sv2", "group_name": "smb", "mode": "0777", "target": ["mon-mgr", ""]}]: dispatch 2026-02-20T22:56:50.913 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:50 trial027 ceph-mon[34330]: pgmap v31: 65 pgs: 16 creating+peering, 31 active+clean, 18 unknown; 600 KiB data, 54 MiB used, 1.4 TiB / 1.4 TiB avail; 9.2 KiB/s wr, 9 op/s 2026-02-20T22:56:50.914 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:50 trial027 ceph-mon[34330]: from='client.? 10.20.193.27:0/1508381928' entity='client.admin' cmd={"prefix": "mgr module enable", "module": "smb"} : dispatch 2026-02-20T22:56:50.914 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:50 trial027 ceph-mon[34330]: from='mgr.14152 10.20.193.27:0/1023352909' entity='mgr.x' 2026-02-20T22:56:50.914 INFO:journalctl@ceph.mgr.x.trial027.stdout:Feb 20 22:56:50 trial027 ceph-45a14ea2-0eaf-11f1-a861-d404e6e7d460-mgr-x[34597]: ignoring --setuser ceph since I am not root 2026-02-20T22:56:50.914 INFO:journalctl@ceph.mgr.x.trial027.stdout:Feb 20 22:56:50 trial027 ceph-45a14ea2-0eaf-11f1-a861-d404e6e7d460-mgr-x[34597]: ignoring --setgroup ceph since I am not root 2026-02-20T22:56:52.125 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:51 trial027 ceph-mon[34330]: from='client.? 10.20.193.27:0/1508381928' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "smb"}]': finished 2026-02-20T22:56:52.126 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:51 trial027 ceph-mon[34330]: mgrmap e15: x(active, since 40s) 2026-02-20T22:56:52.126 INFO:journalctl@ceph.mgr.x.trial027.stdout:Feb 20 22:56:51 trial027 ceph-45a14ea2-0eaf-11f1-a861-d404e6e7d460-mgr-x[34597]: /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-20T22:56:52.126 INFO:journalctl@ceph.mgr.x.trial027.stdout:Feb 20 22:56:51 trial027 ceph-45a14ea2-0eaf-11f1-a861-d404e6e7d460-mgr-x[34597]: 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-20T22:56:52.126 INFO:journalctl@ceph.mgr.x.trial027.stdout:Feb 20 22:56:51 trial027 ceph-45a14ea2-0eaf-11f1-a861-d404e6e7d460-mgr-x[34597]: from numpy import show_config as show_numpy_config 2026-02-20T22:56:53.970 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:53 trial027 ceph-mon[34330]: mds.? [v2:10.20.193.27:6818/874132933,v1:10.20.193.27:6819/874132933] up:active 2026-02-20T22:56:53.970 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:53 trial027 ceph-mon[34330]: mds.? [v2:10.20.193.27:6820/2484813518,v1:10.20.193.27:6821/2484813518] up:standby 2026-02-20T22:56:53.970 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:53 trial027 ceph-mon[34330]: fsmap cephfs:1 {0=cephfs.trial027.uqqagt=up:active} 1 up:standby 2026-02-20T22:56:53.970 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:53 trial027 ceph-mon[34330]: Active manager daemon x restarted 2026-02-20T22:56:53.970 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:53 trial027 ceph-mon[34330]: Activating manager daemon x 2026-02-20T22:56:53.970 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:53 trial027 ceph-mon[34330]: osdmap e21: 2 total, 2 up, 2 in 2026-02-20T22:56:53.970 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:53 trial027 ceph-mon[34330]: mgrmap e16: x(active, starting, since 0.00333247s) 2026-02-20T22:56:53.970 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:53 trial027 ceph-mon[34330]: from='mgr.14274 10.20.193.27:0/615637768' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-02-20T22:56:53.970 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:53 trial027 ceph-mon[34330]: from='mgr.14274 10.20.193.27:0/615637768' entity='mgr.x' cmd={"prefix": "mds metadata", "who": "cephfs.trial027.uqqagt"} : dispatch 2026-02-20T22:56:53.970 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:53 trial027 ceph-mon[34330]: from='mgr.14274 10.20.193.27:0/615637768' entity='mgr.x' cmd={"prefix": "mds metadata", "who": "cephfs.trial027.hisivj"} : dispatch 2026-02-20T22:56:53.970 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:53 trial027 ceph-mon[34330]: from='mgr.14274 10.20.193.27:0/615637768' entity='mgr.x' cmd={"prefix": "mgr metadata", "who": "x", "id": "x"} : dispatch 2026-02-20T22:56:53.971 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:53 trial027 ceph-mon[34330]: from='mgr.14274 10.20.193.27:0/615637768' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-02-20T22:56:53.971 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:53 trial027 ceph-mon[34330]: from='mgr.14274 10.20.193.27:0/615637768' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-02-20T22:56:53.971 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:53 trial027 ceph-mon[34330]: from='mgr.14274 10.20.193.27:0/615637768' entity='mgr.x' cmd={"prefix": "mds metadata"} : dispatch 2026-02-20T22:56:53.971 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:53 trial027 ceph-mon[34330]: from='mgr.14274 10.20.193.27:0/615637768' entity='mgr.x' cmd={"prefix": "osd metadata"} : dispatch 2026-02-20T22:56:53.971 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:53 trial027 ceph-mon[34330]: from='mgr.14274 10.20.193.27:0/615637768' entity='mgr.x' cmd={"prefix": "mon metadata"} : dispatch 2026-02-20T22:56:53.971 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:53 trial027 ceph-mon[34330]: Manager daemon x is now available 2026-02-20T22:56:55.125 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:54 trial027 ceph-mon[34330]: from='mgr.14274 10.20.193.27:0/615637768' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-20T22:56:55.126 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:54 trial027 ceph-mon[34330]: from='mgr.14274 10.20.193.27:0/615637768' entity='mgr.x' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"} : dispatch 2026-02-20T22:56:55.126 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:54 trial027 ceph-mon[34330]: from='mgr.14274 10.20.193.27:0/615637768' entity='mgr.x' cmd={"prefix": "osd pool create", "pool": ".smb", "yes_i_really_mean_it": true} : dispatch 2026-02-20T22:56:55.126 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:54 trial027 ceph-mon[34330]: from='mgr.14274 10.20.193.27:0/615637768' entity='mgr.x' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"} : dispatch 2026-02-20T22:56:55.126 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:54 trial027 ceph-mon[34330]: from='mgr.14274 10.20.193.27:0/615637768' entity='mgr.x' 2026-02-20T22:56:55.126 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:54 trial027 ceph-mon[34330]: from='mgr.14274 10.20.193.27:0/615637768' entity='mgr.x' 2026-02-20T22:56:55.126 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:54 trial027 ceph-mon[34330]: mgrmap e17: x(active, since 1.00524s) 2026-02-20T22:56:55.126 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:54 trial027 ceph-mon[34330]: from='mgr.14274 10.20.193.27:0/615637768' entity='mgr.x' 2026-02-20T22:56:55.126 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:54 trial027 ceph-mon[34330]: from='mgr.14274 10.20.193.27:0/615637768' entity='mgr.x' 2026-02-20T22:56:55.126 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:54 trial027 ceph-mon[34330]: from='mgr.14274 10.20.193.27:0/615637768' entity='mgr.x' cmd={"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"} : dispatch 2026-02-20T22:56:55.127 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:54 trial027 ceph-mon[34330]: from='mgr.14274 10.20.193.27:0/615637768' entity='mgr.x' cmd={"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"} : dispatch 2026-02-20T22:56:55.127 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:54 trial027 ceph-mon[34330]: from='mgr.14274 10.20.193.27:0/615637768' entity='mgr.x' 2026-02-20T22:56:55.127 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:54 trial027 ceph-mon[34330]: from='mgr.14274 10.20.193.27:0/615637768' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-20T22:56:55.127 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:54 trial027 ceph-mon[34330]: from='mgr.14274 10.20.193.27:0/615637768' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-20T22:56:56.125 INFO:journalctl@ceph.mgr.x.trial027.stdout:Feb 20 22:56:55 trial027 ceph-45a14ea2-0eaf-11f1-a861-d404e6e7d460-mgr-x[34597]: 2026-02-20T22:56:55.653+0000 7f0468c5a640 -1 client.0 error registering admin socket command: (17) File exists 2026-02-20T22:56:56.125 INFO:journalctl@ceph.mgr.x.trial027.stdout:Feb 20 22:56:55 trial027 ceph-45a14ea2-0eaf-11f1-a861-d404e6e7d460-mgr-x[34597]: 2026-02-20T22:56:55.653+0000 7f046c4a1640 -1 client.0 error registering admin socket command: (17) File exists 2026-02-20T22:56:56.125 INFO:journalctl@ceph.mgr.x.trial027.stdout:Feb 20 22:56:55 trial027 ceph-45a14ea2-0eaf-11f1-a861-d404e6e7d460-mgr-x[34597]: 2026-02-20T22:56:55.653+0000 7f046c4a1640 -1 client.0 error registering admin socket command: (17) File exists 2026-02-20T22:56:56.125 INFO:journalctl@ceph.mgr.x.trial027.stdout:Feb 20 22:56:55 trial027 ceph-45a14ea2-0eaf-11f1-a861-d404e6e7d460-mgr-x[34597]: 2026-02-20T22:56:55.653+0000 7f046c4a1640 -1 client.0 error registering admin socket command: (17) File exists 2026-02-20T22:56:56.125 INFO:journalctl@ceph.mgr.x.trial027.stdout:Feb 20 22:56:55 trial027 ceph-45a14ea2-0eaf-11f1-a861-d404e6e7d460-mgr-x[34597]: 2026-02-20T22:56:55.653+0000 7f046c4a1640 -1 client.0 error registering admin socket command: (17) File exists 2026-02-20T22:56:56.126 INFO:journalctl@ceph.mgr.x.trial027.stdout:Feb 20 22:56:55 trial027 ceph-45a14ea2-0eaf-11f1-a861-d404e6e7d460-mgr-x[34597]: 2026-02-20T22:56:55.653+0000 7f046c4a1640 -1 client.0 error registering admin socket command: (17) File exists 2026-02-20T22:56:56.126 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:55 trial027 ceph-mon[34330]: [20/Feb/2026:22:56:54] ENGINE Bus STARTING 2026-02-20T22:56:56.126 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:55 trial027 ceph-mon[34330]: [20/Feb/2026:22:56:54] ENGINE Serving on https://10.20.193.27:7150 2026-02-20T22:56:56.126 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:55 trial027 ceph-mon[34330]: [20/Feb/2026:22:56:54] ENGINE Client ('10.20.193.27', 42564) lost — peer dropped the TLS connection suddenly, during handshake: (6, 'TLS/SSL connection has been closed (EOF) (_ssl.c:1147)') 2026-02-20T22:56:56.126 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:55 trial027 ceph-mon[34330]: [20/Feb/2026:22:56:54] ENGINE Serving on http://10.20.193.27:8765 2026-02-20T22:56:56.126 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:55 trial027 ceph-mon[34330]: [20/Feb/2026:22:56:54] ENGINE Bus STARTED 2026-02-20T22:56:56.126 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:55 trial027 ceph-mon[34330]: pgmap v3: 65 pgs: 65 active+clean; 631 KiB data, 54 MiB used, 1.4 TiB / 1.4 TiB avail 2026-02-20T22:56:56.126 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:55 trial027 ceph-mon[34330]: Adjusting osd_memory_target on trial027 to 37927M 2026-02-20T22:56:56.126 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:55 trial027 ceph-mon[34330]: Updating trial027:/etc/ceph/ceph.conf 2026-02-20T22:56:56.126 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:55 trial027 ceph-mon[34330]: from='mgr.14274 10.20.193.27:0/615637768' entity='mgr.x' cmd='[{"prefix": "osd pool create", "pool": ".smb", "yes_i_really_mean_it": true}]': finished 2026-02-20T22:56:56.126 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:55 trial027 ceph-mon[34330]: osdmap e22: 2 total, 2 up, 2 in 2026-02-20T22:56:56.126 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:55 trial027 ceph-mon[34330]: from='mgr.14274 10.20.193.27:0/615637768' entity='mgr.x' cmd={"prefix": "osd pool application enable", "pool": ".smb", "app": "smb"} : dispatch 2026-02-20T22:56:56.126 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:55 trial027 ceph-mon[34330]: from='mgr.14274 10.20.193.27:0/615637768' entity='mgr.x' 2026-02-20T22:56:56.126 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:55 trial027 ceph-mon[34330]: from='mgr.14274 10.20.193.27:0/615637768' entity='mgr.x' 2026-02-20T22:56:56.126 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:55 trial027 ceph-mon[34330]: from='mgr.14274 10.20.193.27:0/615637768' entity='mgr.x' 2026-02-20T22:56:56.126 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:55 trial027 ceph-mon[34330]: from='mgr.14274 10.20.193.27:0/615637768' entity='mgr.x' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-20T22:56:56.126 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:55 trial027 ceph-mon[34330]: from='mgr.14274 10.20.193.27:0/615637768' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-20T22:56:56.126 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:55 trial027 ceph-mon[34330]: from='mgr.14274 10.20.193.27:0/615637768' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-20T22:56:56.126 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:55 trial027 ceph-mon[34330]: from='mgr.14274 10.20.193.27:0/615637768' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-20T22:56:56.126 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:55 trial027 ceph-mon[34330]: from='mgr.14274 10.20.193.27:0/615637768' entity='mgr.x' 2026-02-20T22:56:56.126 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:55 trial027 ceph-mon[34330]: from='mgr.14274 10.20.193.27:0/615637768' entity='mgr.x' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-20T22:56:57.125 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:56 trial027 ceph-mon[34330]: Updating trial027:/var/lib/ceph/45a14ea2-0eaf-11f1-a861-d404e6e7d460/config/ceph.conf 2026-02-20T22:56:57.125 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:56 trial027 ceph-mon[34330]: Updating trial027:/etc/ceph/ceph.client.admin.keyring 2026-02-20T22:56:57.125 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:56 trial027 ceph-mon[34330]: Updating trial027:/var/lib/ceph/45a14ea2-0eaf-11f1-a861-d404e6e7d460/config/ceph.client.admin.keyring 2026-02-20T22:56:57.125 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:56 trial027 ceph-mon[34330]: pgmap v5: 97 pgs: 32 unknown, 65 active+clean; 631 KiB data, 54 MiB used, 1.4 TiB / 1.4 TiB avail 2026-02-20T22:56:57.125 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:56 trial027 ceph-mon[34330]: from='mgr.14274 10.20.193.27:0/615637768' entity='mgr.x' cmd='[{"prefix": "osd pool application enable", "pool": ".smb", "app": "smb"}]': finished 2026-02-20T22:56:57.125 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:56 trial027 ceph-mon[34330]: osdmap e23: 2 total, 2 up, 2 in 2026-02-20T22:56:57.126 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:56 trial027 ceph-mon[34330]: mgrmap e18: x(active, since 2s) 2026-02-20T22:56:58.125 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:57 trial027 ceph-mon[34330]: osdmap e24: 2 total, 2 up, 2 in 2026-02-20T22:56:59.125 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:58 trial027 ceph-mon[34330]: pgmap v8: 97 pgs: 32 unknown, 65 active+clean; 631 KiB data, 54 MiB used, 1.4 TiB / 1.4 TiB avail 2026-02-20T22:56:59.125 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:56:58 trial027 ceph-mon[34330]: mgrmap e19: x(active, since 4s) 2026-02-20T22:57:01.125 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:57:00 trial027 ceph-mon[34330]: pgmap v9: 97 pgs: 97 active+clean; 639 KiB data, 54 MiB used, 1.4 TiB / 1.4 TiB avail; 35 KiB/s rd, 2.6 KiB/s wr, 16 op/s 2026-02-20T22:57:03.125 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:57:02 trial027 ceph-mon[34330]: pgmap v10: 97 pgs: 97 active+clean; 639 KiB data, 54 MiB used, 1.4 TiB / 1.4 TiB avail; 26 KiB/s rd, 1.9 KiB/s wr, 11 op/s 2026-02-20T22:57:05.125 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:57:04 trial027 ceph-mon[34330]: pgmap v11: 97 pgs: 97 active+clean; 639 KiB data, 54 MiB used, 1.4 TiB / 1.4 TiB avail; 22 KiB/s rd, 1.6 KiB/s wr, 10 op/s 2026-02-20T22:57:07.125 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:57:06 trial027 ceph-mon[34330]: pgmap v12: 97 pgs: 97 active+clean; 639 KiB data, 54 MiB used, 1.4 TiB / 1.4 TiB avail; 18 KiB/s rd, 1.3 KiB/s wr, 8 op/s 2026-02-20T22:57:08.927 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:57:08 trial027 ceph-mon[34330]: pgmap v13: 97 pgs: 97 active+clean; 639 KiB data, 54 MiB used, 1.4 TiB / 1.4 TiB avail; 16 KiB/s rd, 1.2 KiB/s wr, 7 op/s 2026-02-20T22:57:11.125 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:57:10 trial027 ceph-mon[34330]: pgmap v14: 97 pgs: 97 active+clean; 641 KiB data, 54 MiB used, 1.4 TiB / 1.4 TiB avail; 15 KiB/s rd, 1.3 KiB/s wr, 6 op/s 2026-02-20T22:57:13.125 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:57:12 trial027 ceph-mon[34330]: pgmap v15: 97 pgs: 97 active+clean; 641 KiB data, 54 MiB used, 1.4 TiB / 1.4 TiB avail; 255 B/s wr, 0 op/s 2026-02-20T22:57:15.125 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:57:14 trial027 ceph-mon[34330]: pgmap v16: 97 pgs: 97 active+clean; 641 KiB data, 54 MiB used, 1.4 TiB / 1.4 TiB avail; 255 B/s wr, 0 op/s 2026-02-20T22:57:17.125 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:57:16 trial027 ceph-mon[34330]: pgmap v17: 97 pgs: 97 active+clean; 641 KiB data, 54 MiB used, 1.4 TiB / 1.4 TiB avail; 255 B/s wr, 0 op/s 2026-02-20T22:57:19.126 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:57:18 trial027 ceph-mon[34330]: pgmap v18: 97 pgs: 97 active+clean; 641 KiB data, 54 MiB used, 1.4 TiB / 1.4 TiB avail; 255 B/s wr, 0 op/s 2026-02-20T22:57:20.912 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:57:20 trial027 ceph-mon[34330]: pgmap v19: 97 pgs: 97 active+clean; 641 KiB data, 54 MiB used, 1.4 TiB / 1.4 TiB avail; 255 B/s wr, 0 op/s 2026-02-20T22:57:20.935 DEBUG:teuthology.orchestra.run.trial027:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:f7870454149f22574086dd2ff55d050585136531 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 45a14ea2-0eaf-11f1-a861-d404e6e7d460 -- bash -c 'ceph smb apply -i -' 2026-02-20T22:57:21.052 INFO:teuthology.orchestra.run.trial027.stderr:Inferring config /var/lib/ceph/45a14ea2-0eaf-11f1-a861-d404e6e7d460/mon.a/config 2026-02-20T22:57:21.356 INFO:teuthology.orchestra.run.trial027.stdout:{ 2026-02-20T22:57:21.356 INFO:teuthology.orchestra.run.trial027.stdout: "results": [ 2026-02-20T22:57:21.356 INFO:teuthology.orchestra.run.trial027.stdout: { 2026-02-20T22:57:21.356 INFO:teuthology.orchestra.run.trial027.stdout: "resource": { 2026-02-20T22:57:21.356 INFO:teuthology.orchestra.run.trial027.stdout: "resource_type": "ceph.smb.join.auth", 2026-02-20T22:57:21.356 INFO:teuthology.orchestra.run.trial027.stdout: "auth_id": "join1-admin", 2026-02-20T22:57:21.357 INFO:teuthology.orchestra.run.trial027.stdout: "intent": "present", 2026-02-20T22:57:21.357 INFO:teuthology.orchestra.run.trial027.stdout: "auth": { 2026-02-20T22:57:21.357 INFO:teuthology.orchestra.run.trial027.stdout: "username": "Administrator", 2026-02-20T22:57:21.357 INFO:teuthology.orchestra.run.trial027.stdout: "password": "Passw0rd" 2026-02-20T22:57:21.357 INFO:teuthology.orchestra.run.trial027.stdout: } 2026-02-20T22:57:21.357 INFO:teuthology.orchestra.run.trial027.stdout: }, 2026-02-20T22:57:21.357 INFO:teuthology.orchestra.run.trial027.stdout: "state": "created", 2026-02-20T22:57:21.357 INFO:teuthology.orchestra.run.trial027.stdout: "success": true 2026-02-20T22:57:21.357 INFO:teuthology.orchestra.run.trial027.stdout: }, 2026-02-20T22:57:21.357 INFO:teuthology.orchestra.run.trial027.stdout: { 2026-02-20T22:57:21.358 INFO:teuthology.orchestra.run.trial027.stdout: "resource": { 2026-02-20T22:57:21.358 INFO:teuthology.orchestra.run.trial027.stdout: "resource_type": "ceph.smb.cluster", 2026-02-20T22:57:21.358 INFO:teuthology.orchestra.run.trial027.stdout: "cluster_id": "modtest1", 2026-02-20T22:57:21.358 INFO:teuthology.orchestra.run.trial027.stdout: "auth_mode": "active-directory", 2026-02-20T22:57:21.358 INFO:teuthology.orchestra.run.trial027.stdout: "intent": "present", 2026-02-20T22:57:21.358 INFO:teuthology.orchestra.run.trial027.stdout: "domain_settings": { 2026-02-20T22:57:21.358 INFO:teuthology.orchestra.run.trial027.stdout: "realm": "DOMAIN1.SINK.TEST", 2026-02-20T22:57:21.358 INFO:teuthology.orchestra.run.trial027.stdout: "join_sources": [ 2026-02-20T22:57:21.358 INFO:teuthology.orchestra.run.trial027.stdout: { 2026-02-20T22:57:21.358 INFO:teuthology.orchestra.run.trial027.stdout: "source_type": "resource", 2026-02-20T22:57:21.358 INFO:teuthology.orchestra.run.trial027.stdout: "ref": "join1-admin" 2026-02-20T22:57:21.358 INFO:teuthology.orchestra.run.trial027.stdout: } 2026-02-20T22:57:21.358 INFO:teuthology.orchestra.run.trial027.stdout: ] 2026-02-20T22:57:21.359 INFO:teuthology.orchestra.run.trial027.stdout: }, 2026-02-20T22:57:21.359 INFO:teuthology.orchestra.run.trial027.stdout: "custom_dns": [ 2026-02-20T22:57:21.359 INFO:teuthology.orchestra.run.trial027.stdout: "10.20.193.74" 2026-02-20T22:57:21.359 INFO:teuthology.orchestra.run.trial027.stdout: ], 2026-02-20T22:57:21.359 INFO:teuthology.orchestra.run.trial027.stdout: "placement": { 2026-02-20T22:57:21.359 INFO:teuthology.orchestra.run.trial027.stdout: "count": 1 2026-02-20T22:57:21.359 INFO:teuthology.orchestra.run.trial027.stdout: } 2026-02-20T22:57:21.359 INFO:teuthology.orchestra.run.trial027.stdout: }, 2026-02-20T22:57:21.359 INFO:teuthology.orchestra.run.trial027.stdout: "state": "created", 2026-02-20T22:57:21.359 INFO:teuthology.orchestra.run.trial027.stdout: "success": true 2026-02-20T22:57:21.359 INFO:teuthology.orchestra.run.trial027.stdout: }, 2026-02-20T22:57:21.360 INFO:teuthology.orchestra.run.trial027.stdout: { 2026-02-20T22:57:21.360 INFO:teuthology.orchestra.run.trial027.stdout: "resource": { 2026-02-20T22:57:21.360 INFO:teuthology.orchestra.run.trial027.stdout: "resource_type": "ceph.smb.share", 2026-02-20T22:57:21.360 INFO:teuthology.orchestra.run.trial027.stdout: "cluster_id": "modtest1", 2026-02-20T22:57:21.360 INFO:teuthology.orchestra.run.trial027.stdout: "share_id": "share1", 2026-02-20T22:57:21.360 INFO:teuthology.orchestra.run.trial027.stdout: "intent": "present", 2026-02-20T22:57:21.360 INFO:teuthology.orchestra.run.trial027.stdout: "name": "share1", 2026-02-20T22:57:21.360 INFO:teuthology.orchestra.run.trial027.stdout: "readonly": false, 2026-02-20T22:57:21.360 INFO:teuthology.orchestra.run.trial027.stdout: "browseable": true, 2026-02-20T22:57:21.360 INFO:teuthology.orchestra.run.trial027.stdout: "cephfs": { 2026-02-20T22:57:21.360 INFO:teuthology.orchestra.run.trial027.stdout: "volume": "cephfs", 2026-02-20T22:57:21.360 INFO:teuthology.orchestra.run.trial027.stdout: "path": "/", 2026-02-20T22:57:21.360 INFO:teuthology.orchestra.run.trial027.stdout: "subvolumegroup": "smb", 2026-02-20T22:57:21.361 INFO:teuthology.orchestra.run.trial027.stdout: "subvolume": "sv1", 2026-02-20T22:57:21.361 INFO:teuthology.orchestra.run.trial027.stdout: "provider": "samba-vfs/proxied" 2026-02-20T22:57:21.361 INFO:teuthology.orchestra.run.trial027.stdout: } 2026-02-20T22:57:21.361 INFO:teuthology.orchestra.run.trial027.stdout: }, 2026-02-20T22:57:21.361 INFO:teuthology.orchestra.run.trial027.stdout: "state": "created", 2026-02-20T22:57:21.361 INFO:teuthology.orchestra.run.trial027.stdout: "success": true 2026-02-20T22:57:21.361 INFO:teuthology.orchestra.run.trial027.stdout: }, 2026-02-20T22:57:21.361 INFO:teuthology.orchestra.run.trial027.stdout: { 2026-02-20T22:57:21.361 INFO:teuthology.orchestra.run.trial027.stdout: "resource": { 2026-02-20T22:57:21.361 INFO:teuthology.orchestra.run.trial027.stdout: "resource_type": "ceph.smb.share", 2026-02-20T22:57:21.361 INFO:teuthology.orchestra.run.trial027.stdout: "cluster_id": "modtest1", 2026-02-20T22:57:21.361 INFO:teuthology.orchestra.run.trial027.stdout: "share_id": "share2", 2026-02-20T22:57:21.361 INFO:teuthology.orchestra.run.trial027.stdout: "intent": "present", 2026-02-20T22:57:21.362 INFO:teuthology.orchestra.run.trial027.stdout: "name": "share2", 2026-02-20T22:57:21.362 INFO:teuthology.orchestra.run.trial027.stdout: "readonly": false, 2026-02-20T22:57:21.362 INFO:teuthology.orchestra.run.trial027.stdout: "browseable": true, 2026-02-20T22:57:21.362 INFO:teuthology.orchestra.run.trial027.stdout: "cephfs": { 2026-02-20T22:57:21.362 INFO:teuthology.orchestra.run.trial027.stdout: "volume": "cephfs", 2026-02-20T22:57:21.362 INFO:teuthology.orchestra.run.trial027.stdout: "path": "/", 2026-02-20T22:57:21.362 INFO:teuthology.orchestra.run.trial027.stdout: "subvolumegroup": "smb", 2026-02-20T22:57:21.362 INFO:teuthology.orchestra.run.trial027.stdout: "subvolume": "sv2", 2026-02-20T22:57:21.362 INFO:teuthology.orchestra.run.trial027.stdout: "provider": "samba-vfs/proxied" 2026-02-20T22:57:21.362 INFO:teuthology.orchestra.run.trial027.stdout: } 2026-02-20T22:57:21.362 INFO:teuthology.orchestra.run.trial027.stdout: }, 2026-02-20T22:57:21.362 INFO:teuthology.orchestra.run.trial027.stdout: "state": "created", 2026-02-20T22:57:21.363 INFO:teuthology.orchestra.run.trial027.stdout: "success": true 2026-02-20T22:57:21.363 INFO:teuthology.orchestra.run.trial027.stdout: } 2026-02-20T22:57:21.363 INFO:teuthology.orchestra.run.trial027.stdout: ], 2026-02-20T22:57:21.363 INFO:teuthology.orchestra.run.trial027.stdout: "success": true 2026-02-20T22:57:21.363 INFO:teuthology.orchestra.run.trial027.stdout:} 2026-02-20T22:57:21.395 INFO:teuthology.run_tasks:Running task cephadm.wait_for_service... 2026-02-20T22:57:21.406 INFO:tasks.cephadm:Waiting for ceph service smb.modtest1 to start (timeout 300)... 2026-02-20T22:57:21.406 DEBUG:teuthology.orchestra.run.trial027:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:f7870454149f22574086dd2ff55d050585136531 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 45a14ea2-0eaf-11f1-a861-d404e6e7d460 -- ceph orch ls -f json 2026-02-20T22:57:21.427 INFO:journalctl@ceph.mgr.x.trial027.stdout:Feb 20 22:57:21 trial027 ceph-45a14ea2-0eaf-11f1-a861-d404e6e7d460-mgr-x[34597]: 2026-02-20T22:57:21.311+0000 7f0466455640 -1 client.0 error registering admin socket command: (17) File exists 2026-02-20T22:57:21.427 INFO:journalctl@ceph.mgr.x.trial027.stdout:Feb 20 22:57:21 trial027 ceph-45a14ea2-0eaf-11f1-a861-d404e6e7d460-mgr-x[34597]: 2026-02-20T22:57:21.311+0000 7f0466455640 -1 client.0 error registering admin socket command: (17) File exists 2026-02-20T22:57:21.427 INFO:journalctl@ceph.mgr.x.trial027.stdout:Feb 20 22:57:21 trial027 ceph-45a14ea2-0eaf-11f1-a861-d404e6e7d460-mgr-x[34597]: 2026-02-20T22:57:21.311+0000 7f0466455640 -1 client.0 error registering admin socket command: (17) File exists 2026-02-20T22:57:21.428 INFO:journalctl@ceph.mgr.x.trial027.stdout:Feb 20 22:57:21 trial027 ceph-45a14ea2-0eaf-11f1-a861-d404e6e7d460-mgr-x[34597]: 2026-02-20T22:57:21.311+0000 7f0466455640 -1 client.0 error registering admin socket command: (17) File exists 2026-02-20T22:57:21.428 INFO:journalctl@ceph.mgr.x.trial027.stdout:Feb 20 22:57:21 trial027 ceph-45a14ea2-0eaf-11f1-a861-d404e6e7d460-mgr-x[34597]: 2026-02-20T22:57:21.311+0000 7f0466455640 -1 client.0 error registering admin socket command: (17) File exists 2026-02-20T22:57:21.428 INFO:journalctl@ceph.mgr.x.trial027.stdout:Feb 20 22:57:21 trial027 ceph-45a14ea2-0eaf-11f1-a861-d404e6e7d460-mgr-x[34597]: 2026-02-20T22:57:21.318+0000 7f04734af640 -1 client.0 error registering admin socket command: (17) File exists 2026-02-20T22:57:21.428 INFO:journalctl@ceph.mgr.x.trial027.stdout:Feb 20 22:57:21 trial027 ceph-45a14ea2-0eaf-11f1-a861-d404e6e7d460-mgr-x[34597]: 2026-02-20T22:57:21.318+0000 7f04734af640 -1 client.0 error registering admin socket command: (17) File exists 2026-02-20T22:57:21.428 INFO:journalctl@ceph.mgr.x.trial027.stdout:Feb 20 22:57:21 trial027 ceph-45a14ea2-0eaf-11f1-a861-d404e6e7d460-mgr-x[34597]: 2026-02-20T22:57:21.318+0000 7f04734af640 -1 client.0 error registering admin socket command: (17) File exists 2026-02-20T22:57:21.428 INFO:journalctl@ceph.mgr.x.trial027.stdout:Feb 20 22:57:21 trial027 ceph-45a14ea2-0eaf-11f1-a861-d404e6e7d460-mgr-x[34597]: 2026-02-20T22:57:21.318+0000 7f04734af640 -1 client.0 error registering admin socket command: (17) File exists 2026-02-20T22:57:21.428 INFO:journalctl@ceph.mgr.x.trial027.stdout:Feb 20 22:57:21 trial027 ceph-45a14ea2-0eaf-11f1-a861-d404e6e7d460-mgr-x[34597]: 2026-02-20T22:57:21.318+0000 7f04734af640 -1 client.0 error registering admin socket command: (17) File exists 2026-02-20T22:57:21.428 INFO:journalctl@ceph.mgr.x.trial027.stdout:Feb 20 22:57:21 trial027 ceph-45a14ea2-0eaf-11f1-a861-d404e6e7d460-mgr-x[34597]: 2026-02-20T22:57:21.322+0000 7f04734af640 -1 client.0 error registering admin socket command: (17) File exists 2026-02-20T22:57:21.428 INFO:journalctl@ceph.mgr.x.trial027.stdout:Feb 20 22:57:21 trial027 ceph-45a14ea2-0eaf-11f1-a861-d404e6e7d460-mgr-x[34597]: 2026-02-20T22:57:21.322+0000 7f04734af640 -1 client.0 error registering admin socket command: (17) File exists 2026-02-20T22:57:21.428 INFO:journalctl@ceph.mgr.x.trial027.stdout:Feb 20 22:57:21 trial027 ceph-45a14ea2-0eaf-11f1-a861-d404e6e7d460-mgr-x[34597]: 2026-02-20T22:57:21.322+0000 7f04734af640 -1 client.0 error registering admin socket command: (17) File exists 2026-02-20T22:57:21.428 INFO:journalctl@ceph.mgr.x.trial027.stdout:Feb 20 22:57:21 trial027 ceph-45a14ea2-0eaf-11f1-a861-d404e6e7d460-mgr-x[34597]: 2026-02-20T22:57:21.322+0000 7f04734af640 -1 client.0 error registering admin socket command: (17) File exists 2026-02-20T22:57:21.429 INFO:journalctl@ceph.mgr.x.trial027.stdout:Feb 20 22:57:21 trial027 ceph-45a14ea2-0eaf-11f1-a861-d404e6e7d460-mgr-x[34597]: 2026-02-20T22:57:21.322+0000 7f04734af640 -1 client.0 error registering admin socket command: (17) File exists 2026-02-20T22:57:21.523 INFO:teuthology.orchestra.run.trial027.stderr:Inferring config /var/lib/ceph/45a14ea2-0eaf-11f1-a861-d404e6e7d460/mon.a/config 2026-02-20T22:57:21.690 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:57:21 trial027 ceph-mon[34330]: from='mgr.14274 10.20.193.27:0/615637768' entity='mgr.x' cmd={"prefix": "fs subvolume getpath", "vol_name": "cephfs", "sub_name": "sv1", "group_name": "smb"} : dispatch 2026-02-20T22:57:21.690 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:57:21 trial027 ceph-mon[34330]: from='mgr.14274 10.20.193.27:0/615637768' entity='mgr.x' cmd={"prefix": "fs subvolume getpath", "vol_name": "cephfs", "sub_name": "sv2", "group_name": "smb"} : dispatch 2026-02-20T22:57:21.690 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:57:21 trial027 ceph-mon[34330]: from='mgr.14274 10.20.193.27:0/615637768' entity='mgr.x' 2026-02-20T22:57:21.690 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:57:21 trial027 ceph-mon[34330]: from='mgr.14274 10.20.193.27:0/615637768' entity='mgr.x' 2026-02-20T22:57:21.690 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:57:21 trial027 ceph-mon[34330]: from='mgr.14274 10.20.193.27:0/615637768' entity='mgr.x' cmd={"prefix": "config-key dump", "key": "smb/config/"} : dispatch 2026-02-20T22:57:21.690 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:57:21 trial027 ceph-mon[34330]: from='mgr.14274 10.20.193.27:0/615637768' entity='mgr.x' cmd={"prefix": "fs authorize", "filesystem": "cephfs", "entity": "client.smb.fs.cluster.modtest1", "caps": ["/", "rw"]} : dispatch 2026-02-20T22:57:21.690 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:57:21 trial027 ceph-mon[34330]: from='mgr.14274 10.20.193.27:0/615637768' entity='mgr.x' cmd='[{"prefix": "fs authorize", "filesystem": "cephfs", "entity": "client.smb.fs.cluster.modtest1", "caps": ["/", "rw"]}]': finished 2026-02-20T22:57:21.690 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:57:21 trial027 ceph-mon[34330]: from='mgr.14274 10.20.193.27:0/615637768' entity='mgr.x' 2026-02-20T22:57:21.690 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:57:21 trial027 ceph-mon[34330]: from='mgr.14274 10.20.193.27:0/615637768' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-20T22:57:21.690 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:57:21 trial027 ceph-mon[34330]: from='mgr.14274 10.20.193.27:0/615637768' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-20T22:57:21.690 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:57:21 trial027 ceph-mon[34330]: from='mgr.14274 10.20.193.27:0/615637768' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-20T22:57:21.690 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:57:21 trial027 ceph-mon[34330]: from='mgr.14274 10.20.193.27:0/615637768' entity='mgr.x' 2026-02-20T22:57:21.690 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:57:21 trial027 ceph-mon[34330]: from='mgr.14274 10.20.193.27:0/615637768' entity='mgr.x' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-20T22:57:21.690 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:57:21 trial027 ceph-mon[34330]: from='mgr.14274 10.20.193.27:0/615637768' entity='mgr.x' cmd={"prefix": "auth get-or-create", "entity": "client.smb.config.modtest1.trial027.fdlvdk", "caps": ["mon", "allow r, allow command \"config-key get\" with \"key\" prefix \"smb/config/modtest1/\"", "osd", "allow rwx pool=.smb namespace=modtest1 object_prefix cluster.meta., allow r pool=.smb"]} : dispatch 2026-02-20T22:57:21.690 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:57:21 trial027 ceph-mon[34330]: from='mgr.14274 10.20.193.27:0/615637768' entity='mgr.x' cmd='[{"prefix": "auth get-or-create", "entity": "client.smb.config.modtest1.trial027.fdlvdk", "caps": ["mon", "allow r, allow command \"config-key get\" with \"key\" prefix \"smb/config/modtest1/\"", "osd", "allow rwx pool=.smb namespace=modtest1 object_prefix cluster.meta., allow r pool=.smb"]}]': finished 2026-02-20T22:57:21.690 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:57:21 trial027 ceph-mon[34330]: from='mgr.14274 10.20.193.27:0/615637768' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.smb.fs.cluster.modtest1"} : dispatch 2026-02-20T22:57:21.690 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:57:21 trial027 ceph-mon[34330]: from='mgr.14274 10.20.193.27:0/615637768' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-20T22:57:21.863 INFO:teuthology.orchestra.run.trial027.stdout: 2026-02-20T22:57:21.863 INFO:teuthology.orchestra.run.trial027.stdout:[{"placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2026-02-20T22:56:46.628573Z", "last_refresh": "2026-02-20T22:56:54.232200Z", "running": 2, "size": 2}}, {"placement": {"count": 1, "hosts": ["trial027=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2026-02-20T22:56:17.024432Z", "last_refresh": "2026-02-20T22:56:54.232093Z", "running": 1, "size": 1}}, {"placement": {"count": 1, "hosts": ["trial027:10.20.193.27=a"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2026-02-20T22:56:15.722243Z", "last_refresh": "2026-02-20T22:56:54.232026Z", "running": 1, "size": 1}}, {"placement": {"host_pattern": "trial027"}, "service_id": "default", "service_name": "osd.default", "service_type": "osd", "spec": {"data_devices": {"paths": ["vg_nvme/lv_3"]}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2026-02-20T22:56:28.387551Z", "last_refresh": "2026-02-20T22:56:54.232131Z", "running": 2, "size": 2}}, {"events": ["2026-02-20T22:57:21.350272Z service:smb.modtest1 [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "modtest1", "service_name": "smb.modtest1", "service_type": "smb", "spec": {"cluster_id": "modtest1", "config_uri": "rados://.smb/modtest1/config.smb", "custom_dns": ["10.20.193.74"], "features": ["domain", "cephfs-proxy"], "include_ceph_users": ["client.smb.fs.cluster.modtest1"], "join_sources": ["rados:mon-config-key:smb/config/modtest1/join.0.json"]}, "status": {"created": "2026-02-20T22:57:21.349040Z", "ports": [445, 9922], "running": 0, "size": 1}}] 2026-02-20T22:57:22.007 INFO:tasks.cephadm:smb.modtest1 has 0/1 2026-02-20T22:57:23.008 DEBUG:teuthology.orchestra.run.trial027:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:f7870454149f22574086dd2ff55d050585136531 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 45a14ea2-0eaf-11f1-a861-d404e6e7d460 -- ceph orch ls -f json 2026-02-20T22:57:23.033 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:57:22 trial027 ceph-mon[34330]: from='client.14290 -' entity='client.admin' cmd=[{"prefix": "smb apply", "target": ["mon-mgr", ""]}]: dispatch 2026-02-20T22:57:23.033 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:57:22 trial027 ceph-mon[34330]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "fs subvolume getpath", "vol_name": "cephfs", "sub_name": "sv1", "group_name": "smb"}]: dispatch 2026-02-20T22:57:23.033 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:57:22 trial027 ceph-mon[34330]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "fs subvolume getpath", "vol_name": "cephfs", "sub_name": "sv2", "group_name": "smb"}]: dispatch 2026-02-20T22:57:23.033 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:57:22 trial027 ceph-mon[34330]: Saving service smb.modtest1 spec with placement count:1 2026-02-20T22:57:23.033 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:57:22 trial027 ceph-mon[34330]: Deploying daemon smb.modtest1.trial027.fdlvdk on trial027 2026-02-20T22:57:23.033 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:57:22 trial027 ceph-mon[34330]: pgmap v20: 97 pgs: 97 active+clean; 641 KiB data, 54 MiB used, 1.4 TiB / 1.4 TiB avail 2026-02-20T22:57:23.034 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:57:22 trial027 ceph-mon[34330]: mgrmap e20: x(active, since 28s) 2026-02-20T22:57:23.692 INFO:teuthology.orchestra.run.trial027.stderr:Inferring config /var/lib/ceph/45a14ea2-0eaf-11f1-a861-d404e6e7d460/mon.a/config 2026-02-20T22:57:23.926 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:57:23 trial027 ceph-mon[34330]: from='client.14298 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-20T22:57:24.175 INFO:teuthology.orchestra.run.trial027.stdout: 2026-02-20T22:57:24.175 INFO:teuthology.orchestra.run.trial027.stdout:[{"placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2026-02-20T22:56:46.628573Z", "last_refresh": "2026-02-20T22:56:54.232200Z", "running": 2, "size": 2}}, {"placement": {"count": 1, "hosts": ["trial027=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2026-02-20T22:56:17.024432Z", "last_refresh": "2026-02-20T22:56:54.232093Z", "running": 1, "size": 1}}, {"placement": {"count": 1, "hosts": ["trial027:10.20.193.27=a"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2026-02-20T22:56:15.722243Z", "last_refresh": "2026-02-20T22:56:54.232026Z", "running": 1, "size": 1}}, {"placement": {"host_pattern": "trial027"}, "service_id": "default", "service_name": "osd.default", "service_type": "osd", "spec": {"data_devices": {"paths": ["vg_nvme/lv_3"]}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2026-02-20T22:56:28.387551Z", "last_refresh": "2026-02-20T22:56:54.232131Z", "running": 2, "size": 2}}, {"events": ["2026-02-20T22:57:21.350272Z service:smb.modtest1 [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "modtest1", "service_name": "smb.modtest1", "service_type": "smb", "spec": {"cluster_id": "modtest1", "config_uri": "rados://.smb/modtest1/config.smb", "custom_dns": ["10.20.193.74"], "features": ["domain", "cephfs-proxy"], "include_ceph_users": ["client.smb.fs.cluster.modtest1"], "join_sources": ["rados:mon-config-key:smb/config/modtest1/join.0.json"]}, "status": {"created": "2026-02-20T22:57:21.349040Z", "ports": [445, 9922], "running": 0, "size": 1}}] 2026-02-20T22:57:24.240 INFO:tasks.cephadm:smb.modtest1 has 0/1 2026-02-20T22:57:24.808 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:57:24 trial027 ceph-mon[34330]: pgmap v21: 97 pgs: 97 active+clean; 641 KiB data, 54 MiB used, 1.4 TiB / 1.4 TiB avail 2026-02-20T22:57:25.240 DEBUG:teuthology.orchestra.run.trial027:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:f7870454149f22574086dd2ff55d050585136531 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 45a14ea2-0eaf-11f1-a861-d404e6e7d460 -- ceph orch ls -f json 2026-02-20T22:57:25.365 INFO:teuthology.orchestra.run.trial027.stderr:Inferring config /var/lib/ceph/45a14ea2-0eaf-11f1-a861-d404e6e7d460/mon.a/config 2026-02-20T22:57:25.624 INFO:teuthology.orchestra.run.trial027.stdout: 2026-02-20T22:57:25.625 INFO:teuthology.orchestra.run.trial027.stdout:[{"placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2026-02-20T22:56:46.628573Z", "last_refresh": "2026-02-20T22:56:54.232200Z", "running": 2, "size": 2}}, {"placement": {"count": 1, "hosts": ["trial027=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2026-02-20T22:56:17.024432Z", "last_refresh": "2026-02-20T22:56:54.232093Z", "running": 1, "size": 1}}, {"placement": {"count": 1, "hosts": ["trial027:10.20.193.27=a"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2026-02-20T22:56:15.722243Z", "last_refresh": "2026-02-20T22:56:54.232026Z", "running": 1, "size": 1}}, {"placement": {"host_pattern": "trial027"}, "service_id": "default", "service_name": "osd.default", "service_type": "osd", "spec": {"data_devices": {"paths": ["vg_nvme/lv_3"]}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2026-02-20T22:56:28.387551Z", "last_refresh": "2026-02-20T22:56:54.232131Z", "running": 2, "size": 2}}, {"events": ["2026-02-20T22:57:21.350272Z service:smb.modtest1 [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "modtest1", "service_name": "smb.modtest1", "service_type": "smb", "spec": {"cluster_id": "modtest1", "config_uri": "rados://.smb/modtest1/config.smb", "custom_dns": ["10.20.193.74"], "features": ["domain", "cephfs-proxy"], "include_ceph_users": ["client.smb.fs.cluster.modtest1"], "join_sources": ["rados:mon-config-key:smb/config/modtest1/join.0.json"]}, "status": {"created": "2026-02-20T22:57:21.349040Z", "ports": [445, 9922], "running": 0, "size": 1}}] 2026-02-20T22:57:25.669 INFO:tasks.cephadm:smb.modtest1 has 0/1 2026-02-20T22:57:25.690 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:57:25 trial027 ceph-mon[34330]: from='client.14300 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-20T22:57:25.690 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:57:25 trial027 ceph-mon[34330]: from='client.? 10.88.0.3:0/2701441573' entity='client.smb.config.modtest1.trial027.fdlvdk' cmd={"prefix": "config-key get", "key": "smb/config/modtest1/join.0.json"} : dispatch 2026-02-20T22:57:26.670 DEBUG:teuthology.orchestra.run.trial027:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:f7870454149f22574086dd2ff55d050585136531 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 45a14ea2-0eaf-11f1-a861-d404e6e7d460 -- ceph orch ls -f json 2026-02-20T22:57:27.126 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:57:26 trial027 ceph-mon[34330]: pgmap v22: 97 pgs: 97 active+clean; 1.9 MiB data, 58 MiB used, 1.4 TiB / 1.4 TiB avail; 4.2 KiB/s rd, 158 KiB/s wr, 13 op/s 2026-02-20T22:57:27.126 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:57:26 trial027 ceph-mon[34330]: from='client.14306 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-20T22:57:27.126 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:57:26 trial027 ceph-mon[34330]: from='mgr.14274 10.20.193.27:0/615637768' entity='mgr.x' 2026-02-20T22:57:27.126 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:57:26 trial027 ceph-mon[34330]: from='mgr.14274 10.20.193.27:0/615637768' entity='mgr.x' 2026-02-20T22:57:27.126 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:57:26 trial027 ceph-mon[34330]: from='mgr.14274 10.20.193.27:0/615637768' entity='mgr.x' 2026-02-20T22:57:27.126 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:57:26 trial027 ceph-mon[34330]: from='mgr.14274 10.20.193.27:0/615637768' entity='mgr.x' 2026-02-20T22:57:27.126 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:57:26 trial027 ceph-mon[34330]: from='mgr.14274 10.20.193.27:0/615637768' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-20T22:57:27.126 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:57:26 trial027 ceph-mon[34330]: from='mgr.14274 10.20.193.27:0/615637768' entity='mgr.x' 2026-02-20T22:57:27.126 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:57:26 trial027 ceph-mon[34330]: from='mgr.14274 10.20.193.27:0/615637768' entity='mgr.x' 2026-02-20T22:57:27.126 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:57:26 trial027 ceph-mon[34330]: from='mgr.14274 10.20.193.27:0/615637768' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-20T22:57:27.126 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:57:26 trial027 ceph-mon[34330]: from='mgr.14274 10.20.193.27:0/615637768' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-20T22:57:27.126 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:57:26 trial027 ceph-mon[34330]: from='mgr.14274 10.20.193.27:0/615637768' entity='mgr.x' 2026-02-20T22:57:27.126 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:57:26 trial027 ceph-mon[34330]: from='mgr.14274 10.20.193.27:0/615637768' entity='mgr.x' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-20T22:57:27.126 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:57:26 trial027 ceph-mon[34330]: from='mgr.14274 10.20.193.27:0/615637768' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-20T22:57:27.126 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:57:26 trial027 ceph-mon[34330]: from='mgr.14274 10.20.193.27:0/615637768' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-20T22:57:27.126 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:57:26 trial027 ceph-mon[34330]: from='mgr.14274 10.20.193.27:0/615637768' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-20T22:57:27.126 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:57:26 trial027 ceph-mon[34330]: from='mgr.14274 10.20.193.27:0/615637768' entity='mgr.x' 2026-02-20T22:57:27.126 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:57:26 trial027 ceph-mon[34330]: from='mgr.14274 10.20.193.27:0/615637768' entity='mgr.x' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-20T22:57:27.213 INFO:teuthology.orchestra.run.trial027.stderr:Inferring config /var/lib/ceph/45a14ea2-0eaf-11f1-a861-d404e6e7d460/mon.a/config 2026-02-20T22:57:28.491 INFO:teuthology.orchestra.run.trial027.stdout: 2026-02-20T22:57:28.491 INFO:teuthology.orchestra.run.trial027.stdout:[{"placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2026-02-20T22:56:46.628573Z", "last_refresh": "2026-02-20T22:57:26.350134Z", "running": 2, "size": 2}}, {"placement": {"count": 1, "hosts": ["trial027=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2026-02-20T22:56:17.024432Z", "last_refresh": "2026-02-20T22:57:26.350011Z", "running": 1, "size": 1}}, {"placement": {"count": 1, "hosts": ["trial027:10.20.193.27=a"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2026-02-20T22:56:15.722243Z", "last_refresh": "2026-02-20T22:57:26.349937Z", "running": 1, "size": 1}}, {"placement": {"host_pattern": "trial027"}, "service_id": "default", "service_name": "osd.default", "service_type": "osd", "spec": {"data_devices": {"paths": ["vg_nvme/lv_3"]}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2026-02-20T22:56:28.387551Z", "last_refresh": "2026-02-20T22:57:26.350054Z", "running": 2, "size": 2}}, {"events": ["2026-02-20T22:57:25.743180Z service:smb.modtest1 [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "modtest1", "service_name": "smb.modtest1", "service_type": "smb", "spec": {"cluster_id": "modtest1", "config_uri": "rados://.smb/modtest1/config.smb", "custom_dns": ["10.20.193.74"], "features": ["domain", "cephfs-proxy"], "include_ceph_users": ["client.smb.fs.cluster.modtest1"], "join_sources": ["rados:mon-config-key:smb/config/modtest1/join.0.json"]}, "status": {"created": "2026-02-20T22:57:21.349040Z", "last_refresh": "2026-02-20T22:57:26.350218Z", "ports": [445, 9922], "running": 1, "size": 1}}] 2026-02-20T22:57:28.529 INFO:tasks.cephadm:smb.modtest1 has 1/1 2026-02-20T22:57:28.529 INFO:teuthology.run_tasks:Running task cephadm.exec... 2026-02-20T22:57:28.546 INFO:tasks.cephadm:Running commands on role host.b host ubuntu@trial074.front.sepia.ceph.com 2026-02-20T22:57:28.546 DEBUG:teuthology.orchestra.run.trial074:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'sleep 30' 2026-02-20T22:57:28.583 INFO:teuthology.orchestra.run.trial074.stderr:+ sleep 30 2026-02-20T22:57:28.876 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:57:28 trial027 ceph-mon[34330]: pgmap v23: 97 pgs: 97 active+clean; 1.9 MiB data, 58 MiB used, 1.4 TiB / 1.4 TiB avail; 4.2 KiB/s rd, 158 KiB/s wr, 13 op/s 2026-02-20T22:57:30.126 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:57:29 trial027 ceph-mon[34330]: from='client.14320 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-20T22:57:30.126 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:57:29 trial027 ceph-mon[34330]: from='mgr.14274 10.20.193.27:0/615637768' entity='mgr.x' 2026-02-20T22:57:31.125 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:57:30 trial027 ceph-mon[34330]: pgmap v24: 97 pgs: 97 active+clean; 2.0 MiB data, 57 MiB used, 1.4 TiB / 1.4 TiB avail; 5.3 KiB/s rd, 158 KiB/s wr, 14 op/s 2026-02-20T22:57:33.126 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:57:32 trial027 ceph-mon[34330]: pgmap v25: 97 pgs: 97 active+clean; 2.0 MiB data, 57 MiB used, 1.4 TiB / 1.4 TiB avail; 5.3 KiB/s rd, 158 KiB/s wr, 14 op/s 2026-02-20T22:57:35.126 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:57:34 trial027 ceph-mon[34330]: pgmap v26: 97 pgs: 97 active+clean; 2.0 MiB data, 57 MiB used, 1.4 TiB / 1.4 TiB avail; 5.3 KiB/s rd, 158 KiB/s wr, 14 op/s 2026-02-20T22:57:37.125 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:57:36 trial027 ceph-mon[34330]: pgmap v27: 97 pgs: 97 active+clean; 2.0 MiB data, 57 MiB used, 1.4 TiB / 1.4 TiB avail; 6.2 KiB/s rd, 158 KiB/s wr, 15 op/s 2026-02-20T22:57:38.927 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:57:38 trial027 ceph-mon[34330]: pgmap v28: 97 pgs: 97 active+clean; 2.0 MiB data, 57 MiB used, 1.4 TiB / 1.4 TiB avail; 2.0 KiB/s rd, 255 B/s wr, 2 op/s 2026-02-20T22:57:41.125 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:57:40 trial027 ceph-mon[34330]: pgmap v29: 97 pgs: 97 active+clean; 2.0 MiB data, 57 MiB used, 1.4 TiB / 1.4 TiB avail; 2.5 KiB/s rd, 255 B/s wr, 2 op/s 2026-02-20T22:57:43.125 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:57:42 trial027 ceph-mon[34330]: pgmap v30: 97 pgs: 97 active+clean; 2.0 MiB data, 57 MiB used, 1.4 TiB / 1.4 TiB avail; 1.3 KiB/s rd, 1 op/s 2026-02-20T22:57:45.126 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:57:44 trial027 ceph-mon[34330]: pgmap v31: 97 pgs: 97 active+clean; 2.0 MiB data, 57 MiB used, 1.4 TiB / 1.4 TiB avail; 1.3 KiB/s rd, 1 op/s 2026-02-20T22:57:47.126 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:57:46 trial027 ceph-mon[34330]: pgmap v32: 97 pgs: 97 active+clean; 2.0 MiB data, 57 MiB used, 1.4 TiB / 1.4 TiB avail; 1.5 KiB/s rd, 1 op/s 2026-02-20T22:57:49.126 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:57:48 trial027 ceph-mon[34330]: pgmap v33: 97 pgs: 97 active+clean; 2.0 MiB data, 57 MiB used, 1.4 TiB / 1.4 TiB avail; 682 B/s rd, 0 op/s 2026-02-20T22:57:51.125 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:57:50 trial027 ceph-mon[34330]: pgmap v34: 97 pgs: 97 active+clean; 2.0 MiB data, 57 MiB used, 1.4 TiB / 1.4 TiB avail; 853 B/s rd, 0 op/s 2026-02-20T22:57:53.125 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:57:52 trial027 ceph-mon[34330]: pgmap v35: 97 pgs: 97 active+clean; 2.0 MiB data, 57 MiB used, 1.4 TiB / 1.4 TiB avail; 341 B/s rd, 0 op/s 2026-02-20T22:57:55.126 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:57:54 trial027 ceph-mon[34330]: pgmap v36: 97 pgs: 97 active+clean; 2.0 MiB data, 57 MiB used, 1.4 TiB / 1.4 TiB avail; 341 B/s rd, 0 op/s 2026-02-20T22:57:57.125 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:57:56 trial027 ceph-mon[34330]: pgmap v37: 97 pgs: 97 active+clean; 2.0 MiB data, 57 MiB used, 1.4 TiB / 1.4 TiB avail; 511 B/s rd, 0 op/s 2026-02-20T22:57:58.591 DEBUG:teuthology.orchestra.run.trial074:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'sudo podman run --rm --net=host --dns=10.20.193.74 -eKRB5_CONFIG=/dev/null quay.io/samba.org/samba-client:latest smbclient -U DOMAIN1\\ckent%1115Rose. //10.20.193.27/share1 -c ls' 2026-02-20T22:57:58.650 INFO:teuthology.orchestra.run.trial074.stderr:+ sudo podman run --rm --net=host --dns=10.20.193.74 -eKRB5_CONFIG=/dev/null quay.io/samba.org/samba-client:latest smbclient -U 'DOMAIN1\ckent%1115Rose.' //10.20.193.27/share1 -c ls 2026-02-20T22:57:58.761 INFO:teuthology.orchestra.run.trial074.stdout: . D 0 Fri Feb 20 22:56:49 2026 2026-02-20T22:57:58.762 INFO:teuthology.orchestra.run.trial074.stdout: .. D 0 Fri Feb 20 22:56:49 2026 2026-02-20T22:57:58.762 INFO:teuthology.orchestra.run.trial074.stdout: 2026-02-20T22:57:58.762 INFO:teuthology.orchestra.run.trial074.stdout: 697270272 blocks of size 1024. 697270272 blocks available 2026-02-20T22:57:58.780 DEBUG:teuthology.orchestra.run.trial074:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'sudo podman run --rm --net=host --dns=10.20.193.74 -eKRB5_CONFIG=/dev/null quay.io/samba.org/samba-client:latest smbclient -U DOMAIN1\\ckent%1115Rose. //10.20.193.27/share2 -c ls' 2026-02-20T22:57:58.840 INFO:teuthology.orchestra.run.trial074.stderr:+ sudo podman run --rm --net=host --dns=10.20.193.74 -eKRB5_CONFIG=/dev/null quay.io/samba.org/samba-client:latest smbclient -U 'DOMAIN1\ckent%1115Rose.' //10.20.193.27/share2 -c ls 2026-02-20T22:57:58.924 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:57:58 trial027 ceph-mon[34330]: pgmap v38: 97 pgs: 97 active+clean; 2.0 MiB data, 57 MiB used, 1.4 TiB / 1.4 TiB avail; 341 B/s rd, 0 op/s 2026-02-20T22:57:58.935 INFO:teuthology.orchestra.run.trial074.stdout: . D 0 Fri Feb 20 22:56:49 2026 2026-02-20T22:57:58.935 INFO:teuthology.orchestra.run.trial074.stdout: .. D 0 Fri Feb 20 22:56:49 2026 2026-02-20T22:57:58.935 INFO:teuthology.orchestra.run.trial074.stdout: 2026-02-20T22:57:58.935 INFO:teuthology.orchestra.run.trial074.stdout: 697270272 blocks of size 1024. 697270272 blocks available 2026-02-20T22:57:58.949 INFO:teuthology.run_tasks:Running task exec... 2026-02-20T22:57:58.962 INFO:teuthology.task.exec:Executing custom commands... 2026-02-20T22:57:58.962 INFO:teuthology.task.exec:Running commands on role host.a host ubuntu@trial027.front.sepia.ceph.com 2026-02-20T22:57:58.962 DEBUG:teuthology.orchestra.run.trial027:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'echo "Check for proxy enabled..." 2026-02-20T22:57:58.962 DEBUG:teuthology.orchestra.run.trial027:> if systemctl list-units | grep ceph | grep smb | grep -q proxy ; then 2026-02-20T22:57:58.962 DEBUG:teuthology.orchestra.run.trial027:> echo "smb proxy service found" 2026-02-20T22:57:58.963 DEBUG:teuthology.orchestra.run.trial027:> exit 0 2026-02-20T22:57:58.963 DEBUG:teuthology.orchestra.run.trial027:> fi 2026-02-20T22:57:58.963 DEBUG:teuthology.orchestra.run.trial027:> echo "smb proxy service not found" 2026-02-20T22:57:58.963 DEBUG:teuthology.orchestra.run.trial027:> exit 1 2026-02-20T22:57:58.963 DEBUG:teuthology.orchestra.run.trial027:> ' 2026-02-20T22:57:58.990 INFO:teuthology.orchestra.run.trial027.stdout:Check for proxy enabled... 2026-02-20T22:57:58.996 INFO:teuthology.orchestra.run.trial027.stdout:smb proxy service found 2026-02-20T22:57:58.997 INFO:teuthology.run_tasks:Running task cephadm.shell... 2026-02-20T22:57:59.014 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@trial027.front.sepia.ceph.com 2026-02-20T22:57:59.015 DEBUG:teuthology.orchestra.run.trial027:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:f7870454149f22574086dd2ff55d050585136531 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 45a14ea2-0eaf-11f1-a861-d404e6e7d460 -- bash -c 'ceph smb apply -i -' 2026-02-20T22:57:59.153 INFO:teuthology.orchestra.run.trial027.stderr:Inferring config /var/lib/ceph/45a14ea2-0eaf-11f1-a861-d404e6e7d460/mon.a/config 2026-02-20T22:57:59.432 INFO:teuthology.orchestra.run.trial027.stdout:{ 2026-02-20T22:57:59.433 INFO:teuthology.orchestra.run.trial027.stdout: "results": [ 2026-02-20T22:57:59.433 INFO:teuthology.orchestra.run.trial027.stdout: { 2026-02-20T22:57:59.433 INFO:teuthology.orchestra.run.trial027.stdout: "resource": { 2026-02-20T22:57:59.433 INFO:teuthology.orchestra.run.trial027.stdout: "resource_type": "ceph.smb.share", 2026-02-20T22:57:59.433 INFO:teuthology.orchestra.run.trial027.stdout: "cluster_id": "modtest1", 2026-02-20T22:57:59.433 INFO:teuthology.orchestra.run.trial027.stdout: "share_id": "share1", 2026-02-20T22:57:59.433 INFO:teuthology.orchestra.run.trial027.stdout: "intent": "removed" 2026-02-20T22:57:59.433 INFO:teuthology.orchestra.run.trial027.stdout: }, 2026-02-20T22:57:59.433 INFO:teuthology.orchestra.run.trial027.stdout: "state": "removed", 2026-02-20T22:57:59.434 INFO:teuthology.orchestra.run.trial027.stdout: "success": true 2026-02-20T22:57:59.434 INFO:teuthology.orchestra.run.trial027.stdout: }, 2026-02-20T22:57:59.434 INFO:teuthology.orchestra.run.trial027.stdout: { 2026-02-20T22:57:59.434 INFO:teuthology.orchestra.run.trial027.stdout: "resource": { 2026-02-20T22:57:59.434 INFO:teuthology.orchestra.run.trial027.stdout: "resource_type": "ceph.smb.share", 2026-02-20T22:57:59.434 INFO:teuthology.orchestra.run.trial027.stdout: "cluster_id": "modtest1", 2026-02-20T22:57:59.434 INFO:teuthology.orchestra.run.trial027.stdout: "share_id": "share2", 2026-02-20T22:57:59.434 INFO:teuthology.orchestra.run.trial027.stdout: "intent": "removed" 2026-02-20T22:57:59.434 INFO:teuthology.orchestra.run.trial027.stdout: }, 2026-02-20T22:57:59.434 INFO:teuthology.orchestra.run.trial027.stdout: "state": "removed", 2026-02-20T22:57:59.434 INFO:teuthology.orchestra.run.trial027.stdout: "success": true 2026-02-20T22:57:59.434 INFO:teuthology.orchestra.run.trial027.stdout: }, 2026-02-20T22:57:59.434 INFO:teuthology.orchestra.run.trial027.stdout: { 2026-02-20T22:57:59.435 INFO:teuthology.orchestra.run.trial027.stdout: "resource": { 2026-02-20T22:57:59.435 INFO:teuthology.orchestra.run.trial027.stdout: "resource_type": "ceph.smb.cluster", 2026-02-20T22:57:59.435 INFO:teuthology.orchestra.run.trial027.stdout: "cluster_id": "modtest1", 2026-02-20T22:57:59.435 INFO:teuthology.orchestra.run.trial027.stdout: "intent": "removed" 2026-02-20T22:57:59.435 INFO:teuthology.orchestra.run.trial027.stdout: }, 2026-02-20T22:57:59.435 INFO:teuthology.orchestra.run.trial027.stdout: "state": "removed", 2026-02-20T22:57:59.435 INFO:teuthology.orchestra.run.trial027.stdout: "success": true 2026-02-20T22:57:59.435 INFO:teuthology.orchestra.run.trial027.stdout: }, 2026-02-20T22:57:59.435 INFO:teuthology.orchestra.run.trial027.stdout: { 2026-02-20T22:57:59.435 INFO:teuthology.orchestra.run.trial027.stdout: "resource": { 2026-02-20T22:57:59.435 INFO:teuthology.orchestra.run.trial027.stdout: "resource_type": "ceph.smb.join.auth", 2026-02-20T22:57:59.435 INFO:teuthology.orchestra.run.trial027.stdout: "auth_id": "join1-admin", 2026-02-20T22:57:59.436 INFO:teuthology.orchestra.run.trial027.stdout: "intent": "removed" 2026-02-20T22:57:59.436 INFO:teuthology.orchestra.run.trial027.stdout: }, 2026-02-20T22:57:59.436 INFO:teuthology.orchestra.run.trial027.stdout: "state": "removed", 2026-02-20T22:57:59.436 INFO:teuthology.orchestra.run.trial027.stdout: "success": true 2026-02-20T22:57:59.436 INFO:teuthology.orchestra.run.trial027.stdout: } 2026-02-20T22:57:59.436 INFO:teuthology.orchestra.run.trial027.stdout: ], 2026-02-20T22:57:59.436 INFO:teuthology.orchestra.run.trial027.stdout: "success": true 2026-02-20T22:57:59.436 INFO:teuthology.orchestra.run.trial027.stdout:} 2026-02-20T22:57:59.470 INFO:teuthology.run_tasks:Running task cephadm.wait_for_service_not_present... 2026-02-20T22:57:59.486 INFO:tasks.cephadm:Waiting for ceph service smb.modtest1 to be not present in service list 2026-02-20T22:57:59.487 DEBUG:teuthology.orchestra.run.trial027:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:f7870454149f22574086dd2ff55d050585136531 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 45a14ea2-0eaf-11f1-a861-d404e6e7d460 -- ceph orch ls -f json 2026-02-20T22:57:59.602 INFO:teuthology.orchestra.run.trial027.stderr:Inferring config /var/lib/ceph/45a14ea2-0eaf-11f1-a861-d404e6e7d460/mon.a/config 2026-02-20T22:57:59.825 INFO:teuthology.orchestra.run.trial027.stdout: 2026-02-20T22:57:59.825 INFO:teuthology.orchestra.run.trial027.stdout:[{"placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2026-02-20T22:56:46.628573Z", "last_refresh": "2026-02-20T22:57:26.350134Z", "running": 2, "size": 2}}, {"placement": {"count": 1, "hosts": ["trial027=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2026-02-20T22:56:17.024432Z", "last_refresh": "2026-02-20T22:57:26.350011Z", "running": 1, "size": 1}}, {"placement": {"count": 1, "hosts": ["trial027:10.20.193.27=a"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2026-02-20T22:56:15.722243Z", "last_refresh": "2026-02-20T22:57:26.349937Z", "running": 1, "size": 1}}, {"placement": {"host_pattern": "trial027"}, "service_id": "default", "service_name": "osd.default", "service_type": "osd", "spec": {"data_devices": {"paths": ["vg_nvme/lv_3"]}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2026-02-20T22:56:28.387551Z", "last_refresh": "2026-02-20T22:57:26.350054Z", "running": 2, "size": 2}}, {"events": ["2026-02-20T22:57:59.414829Z service:smb.modtest1 [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "modtest1", "service_name": "smb.modtest1", "service_type": "smb", "spec": {"cluster_id": "modtest1", "config_uri": "rados://.smb/modtest1/config.smb", "custom_dns": ["10.20.193.74"], "features": ["domain", "cephfs-proxy"], "include_ceph_users": ["client.smb.fs.cluster.modtest1"], "join_sources": ["rados:mon-config-key:smb/config/modtest1/join.0.json"]}, "status": {"created": "2026-02-20T22:57:21.349040Z", "last_refresh": "2026-02-20T22:57:26.350218Z", "ports": [445, 9922], "running": 1, "size": 1}}] 2026-02-20T22:57:59.863 DEBUG:tasks.cephadm:checking if 'smb.modtest1' in {'mon', 'smb.modtest1', 'mgr', 'osd.default', 'mds.cephfs'} 2026-02-20T22:58:00.626 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:58:00 trial027 ceph-mon[34330]: from='client.14352 -' entity='client.admin' cmd=[{"prefix": "smb apply", "target": ["mon-mgr", ""]}]: dispatch 2026-02-20T22:58:00.626 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:58:00 trial027 ceph-mon[34330]: Remove service smb.modtest1 2026-02-20T22:58:00.626 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:58:00 trial027 ceph-mon[34330]: from='mgr.14274 10.20.193.27:0/615637768' entity='mgr.x' 2026-02-20T22:58:00.626 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:58:00 trial027 ceph-mon[34330]: from='mgr.14274 10.20.193.27:0/615637768' entity='mgr.x' cmd={"prefix": "config-key dump", "key": "smb/config/"} : dispatch 2026-02-20T22:58:00.627 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:58:00 trial027 ceph-mon[34330]: from='mgr.14274 10.20.193.27:0/615637768' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-20T22:58:00.627 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:58:00 trial027 ceph-mon[34330]: from='mgr.14274 10.20.193.27:0/615637768' entity='mgr.x' cmd={"prefix": "config-key exists", "key": "smb/config/modtest1/join.0.json"} : dispatch 2026-02-20T22:58:00.627 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:58:00 trial027 ceph-mon[34330]: from='mgr.14274 10.20.193.27:0/615637768' entity='mgr.x' cmd={"prefix": "config-key rm", "key": "smb/config/modtest1/join.0.json"} : dispatch 2026-02-20T22:58:00.627 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:58:00 trial027 ceph-mon[34330]: from='mgr.14274 10.20.193.27:0/615637768' entity='mgr.x' cmd='[{"prefix": "config-key rm", "key": "smb/config/modtest1/join.0.json"}]': finished 2026-02-20T22:58:00.627 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:58:00 trial027 ceph-mon[34330]: from='mgr.14274 10.20.193.27:0/615637768' entity='mgr.x' cmd={"prefix": "config-key dump", "key": "smb/config/"} : dispatch 2026-02-20T22:58:00.627 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:58:00 trial027 ceph-mon[34330]: pgmap v39: 97 pgs: 97 active+clean; 2.0 MiB data, 58 MiB used, 1.4 TiB / 1.4 TiB avail; 2.7 KiB/s rd, 87 KiB/s wr, 7 op/s 2026-02-20T22:58:00.627 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:58:00 trial027 ceph-mon[34330]: from='mgr.14274 10.20.193.27:0/615637768' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-20T22:58:00.627 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:58:00 trial027 ceph-mon[34330]: from='mgr.14274 10.20.193.27:0/615637768' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-20T22:58:00.627 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:58:00 trial027 ceph-mon[34330]: from='mgr.14274 10.20.193.27:0/615637768' entity='mgr.x' 2026-02-20T22:58:00.627 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:58:00 trial027 ceph-mon[34330]: from='mgr.14274 10.20.193.27:0/615637768' entity='mgr.x' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-20T22:58:00.628 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:58:00 trial027 ceph-mon[34330]: Removing orphan daemon smb.modtest1.trial027.fdlvdk... 2026-02-20T22:58:00.628 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:58:00 trial027 ceph-mon[34330]: Removing daemon smb.modtest1.trial027.fdlvdk from trial027 -- ports [445, 9922] 2026-02-20T22:58:00.863 DEBUG:teuthology.orchestra.run.trial027:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:f7870454149f22574086dd2ff55d050585136531 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 45a14ea2-0eaf-11f1-a861-d404e6e7d460 -- ceph orch ls -f json 2026-02-20T22:58:01.063 INFO:teuthology.orchestra.run.trial027.stderr:Inferring config /var/lib/ceph/45a14ea2-0eaf-11f1-a861-d404e6e7d460/mon.a/config 2026-02-20T22:58:01.294 INFO:teuthology.orchestra.run.trial027.stdout: 2026-02-20T22:58:01.294 INFO:teuthology.orchestra.run.trial027.stdout:[{"placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2026-02-20T22:56:46.628573Z", "last_refresh": "2026-02-20T22:57:26.350134Z", "running": 2, "size": 2}}, {"placement": {"count": 1, "hosts": ["trial027=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2026-02-20T22:56:17.024432Z", "last_refresh": "2026-02-20T22:57:26.350011Z", "running": 1, "size": 1}}, {"placement": {"count": 1, "hosts": ["trial027:10.20.193.27=a"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2026-02-20T22:56:15.722243Z", "last_refresh": "2026-02-20T22:57:26.349937Z", "running": 1, "size": 1}}, {"placement": {"host_pattern": "trial027"}, "service_id": "default", "service_name": "osd.default", "service_type": "osd", "spec": {"data_devices": {"paths": ["vg_nvme/lv_3"]}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2026-02-20T22:56:28.387551Z", "last_refresh": "2026-02-20T22:57:26.350054Z", "running": 2, "size": 2}}, {"events": ["2026-02-20T22:57:59.414829Z service:smb.modtest1 [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "modtest1", "service_name": "smb.modtest1", "service_type": "smb", "spec": {"cluster_id": "modtest1", "config_uri": "rados://.smb/modtest1/config.smb", "custom_dns": ["10.20.193.74"], "features": ["domain", "cephfs-proxy"], "include_ceph_users": ["client.smb.fs.cluster.modtest1"], "join_sources": ["rados:mon-config-key:smb/config/modtest1/join.0.json"]}, "status": {"created": "2026-02-20T22:57:21.349040Z", "last_refresh": "2026-02-20T22:57:26.350218Z", "ports": [445, 9922], "running": 1, "size": 1}}] 2026-02-20T22:58:01.427 DEBUG:tasks.cephadm:checking if 'smb.modtest1' in {'mon', 'smb.modtest1', 'mgr', 'osd.default', 'mds.cephfs'} 2026-02-20T22:58:01.625 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:58:01 trial027 ceph-mon[34330]: from='client.14354 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-20T22:58:02.428 DEBUG:teuthology.orchestra.run.trial027:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:f7870454149f22574086dd2ff55d050585136531 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 45a14ea2-0eaf-11f1-a861-d404e6e7d460 -- ceph orch ls -f json 2026-02-20T22:58:02.546 INFO:teuthology.orchestra.run.trial027.stderr:Inferring config /var/lib/ceph/45a14ea2-0eaf-11f1-a861-d404e6e7d460/mon.a/config 2026-02-20T22:58:02.775 INFO:teuthology.orchestra.run.trial027.stdout: 2026-02-20T22:58:02.775 INFO:teuthology.orchestra.run.trial027.stdout:[{"placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2026-02-20T22:56:46.628573Z", "last_refresh": "2026-02-20T22:58:01.888345Z", "running": 2, "size": 2}}, {"placement": {"count": 1, "hosts": ["trial027=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2026-02-20T22:56:17.024432Z", "last_refresh": "2026-02-20T22:58:01.888235Z", "running": 1, "size": 1}}, {"placement": {"count": 1, "hosts": ["trial027:10.20.193.27=a"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2026-02-20T22:56:15.722243Z", "last_refresh": "2026-02-20T22:58:01.888176Z", "running": 1, "size": 1}}, {"placement": {"host_pattern": "trial027"}, "service_id": "default", "service_name": "osd.default", "service_type": "osd", "spec": {"data_devices": {"paths": ["vg_nvme/lv_3"]}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2026-02-20T22:56:28.387551Z", "last_refresh": "2026-02-20T22:58:01.888272Z", "running": 2, "size": 2}}] 2026-02-20T22:58:02.776 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:58:02 trial027 ceph-mon[34330]: from='client.14356 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-20T22:58:02.776 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:58:02 trial027 ceph-mon[34330]: Removing key for client.smb.config.modtest1.trial027.fdlvdk 2026-02-20T22:58:02.776 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:58:02 trial027 ceph-mon[34330]: from='mgr.14274 10.20.193.27:0/615637768' entity='mgr.x' cmd={"prefix": "auth rm", "entity": "client.smb.config.modtest1.trial027.fdlvdk"} : dispatch 2026-02-20T22:58:02.776 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:58:02 trial027 ceph-mon[34330]: from='mgr.14274 10.20.193.27:0/615637768' entity='mgr.x' cmd='[{"prefix": "auth rm", "entity": "client.smb.config.modtest1.trial027.fdlvdk"}]': finished 2026-02-20T22:58:02.776 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:58:02 trial027 ceph-mon[34330]: Purge service smb.modtest1 2026-02-20T22:58:02.776 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:58:02 trial027 ceph-mon[34330]: from='mgr.14274 10.20.193.27:0/615637768' entity='mgr.x' cmd={"prefix":"config-key del","key":"mgr/cephadm/spec.smb.modtest1"} : dispatch 2026-02-20T22:58:02.776 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:58:02 trial027 ceph-mon[34330]: from='mgr.14274 10.20.193.27:0/615637768' entity='mgr.x' cmd='[{"prefix":"config-key del","key":"mgr/cephadm/spec.smb.modtest1"}]': finished 2026-02-20T22:58:02.776 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:58:02 trial027 ceph-mon[34330]: from='mgr.14274 10.20.193.27:0/615637768' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-20T22:58:02.776 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:58:02 trial027 ceph-mon[34330]: pgmap v40: 97 pgs: 97 active+clean; 2.0 MiB data, 58 MiB used, 1.4 TiB / 1.4 TiB avail; 2.6 KiB/s rd, 87 KiB/s wr, 7 op/s 2026-02-20T22:58:02.777 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:58:02 trial027 ceph-mon[34330]: from='mgr.14274 10.20.193.27:0/615637768' entity='mgr.x' 2026-02-20T22:58:02.777 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:58:02 trial027 ceph-mon[34330]: from='mgr.14274 10.20.193.27:0/615637768' entity='mgr.x' 2026-02-20T22:58:02.777 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:58:02 trial027 ceph-mon[34330]: from='mgr.14274 10.20.193.27:0/615637768' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-20T22:58:02.777 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:58:02 trial027 ceph-mon[34330]: from='mgr.14274 10.20.193.27:0/615637768' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-20T22:58:02.777 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:58:02 trial027 ceph-mon[34330]: from='mgr.14274 10.20.193.27:0/615637768' entity='mgr.x' 2026-02-20T22:58:02.777 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:58:02 trial027 ceph-mon[34330]: from='mgr.14274 10.20.193.27:0/615637768' entity='mgr.x' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-20T22:58:02.812 DEBUG:tasks.cephadm:checking if 'smb.modtest1' in {'mds.cephfs', 'mgr', 'osd.default', 'mon'} 2026-02-20T22:58:02.812 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2026-02-20T22:58:02.831 INFO:tasks.cephadm:Teardown begin 2026-02-20T22:58:02.832 DEBUG:teuthology.orchestra.run.trial027:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2026-02-20T22:58:02.858 DEBUG:teuthology.orchestra.run.trial074:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2026-02-20T22:58:02.885 INFO:tasks.cephadm:Disabling cephadm mgr module 2026-02-20T22:58:02.886 DEBUG:teuthology.orchestra.run.trial027:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:f7870454149f22574086dd2ff55d050585136531 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 45a14ea2-0eaf-11f1-a861-d404e6e7d460 -- ceph mgr module disable cephadm 2026-02-20T22:58:03.013 INFO:teuthology.orchestra.run.trial027.stderr:Inferring config /var/lib/ceph/45a14ea2-0eaf-11f1-a861-d404e6e7d460/mon.a/config 2026-02-20T22:58:03.031 INFO:teuthology.orchestra.run.trial027.stderr:Error: statfs /etc/ceph/ceph.client.admin.keyring: no such file or directory 2026-02-20T22:58:03.047 DEBUG:teuthology.orchestra.run:got remote process result: 125 2026-02-20T22:58:03.048 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2026-02-20T22:58:03.049 DEBUG:teuthology.orchestra.run.trial027:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2026-02-20T22:58:03.066 DEBUG:teuthology.orchestra.run.trial074:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2026-02-20T22:58:03.084 INFO:tasks.cephadm:Stopping all daemons... 2026-02-20T22:58:03.084 INFO:tasks.cephadm.mon.a:Stopping mon.a... 2026-02-20T22:58:03.084 DEBUG:teuthology.orchestra.run.trial027:> sudo systemctl stop ceph-45a14ea2-0eaf-11f1-a861-d404e6e7d460@mon.a 2026-02-20T22:58:03.294 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:58:03 trial027 systemd[1]: Stopping Ceph mon.a for 45a14ea2-0eaf-11f1-a861-d404e6e7d460... 2026-02-20T22:58:03.294 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:58:03 trial027 ceph-45a14ea2-0eaf-11f1-a861-d404e6e7d460-mon-a[34326]: 2026-02-20T22:58:03.199+0000 7f1e1ae92640 -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-20T22:58:03.294 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:58:03 trial027 ceph-45a14ea2-0eaf-11f1-a861-d404e6e7d460-mon-a[34326]: 2026-02-20T22:58:03.199+0000 7f1e1ae92640 -1 mon.a@0(leader) e1 *** Got Signal Terminated *** 2026-02-20T22:58:03.295 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:58:03 trial027 podman[68515]: 2026-02-20 22:58:03.22049106 +0000 UTC m=+0.033531551 container died 2077203e6af4afd0c5aeda9cea38085f8275a450cb1be08f6ab64825805b294b (image=quay.ceph.io/ceph-ci/ceph:f7870454149f22574086dd2ff55d050585136531, name=ceph-45a14ea2-0eaf-11f1-a861-d404e6e7d460-mon-a, CEPH_REF=wip-pdonnell-testing-20260219.182737-tentacle, OSD_FLAVOR=default, FROM_IMAGE=quay.io/centos/centos:stream9, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, org.opencontainers.image.authors=Ceph Release Team , ceph=True, org.label-schema.vendor=CentOS, org.opencontainers.image.documentation=https://docs.ceph.com/, io.buildah.version=1.33.7, org.label-schema.schema-version=1.0, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, org.label-schema.license=GPLv2, org.label-schema.build-date=20260216, CEPH_SHA1=f7870454149f22574086dd2ff55d050585136531) 2026-02-20T22:58:03.295 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:58:03 trial027 podman[68515]: 2026-02-20 22:58:03.22913666 +0000 UTC m=+0.042177151 container remove 2077203e6af4afd0c5aeda9cea38085f8275a450cb1be08f6ab64825805b294b (image=quay.ceph.io/ceph-ci/ceph:f7870454149f22574086dd2ff55d050585136531, name=ceph-45a14ea2-0eaf-11f1-a861-d404e6e7d460-mon-a, CEPH_SHA1=f7870454149f22574086dd2ff55d050585136531, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, OSD_FLAVOR=default, ceph=True, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.vendor=CentOS, CEPH_REF=wip-pdonnell-testing-20260219.182737-tentacle, org.label-schema.build-date=20260216, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, io.buildah.version=1.33.7, org.opencontainers.image.documentation=https://docs.ceph.com/, org.opencontainers.image.authors=Ceph Release Team , FROM_IMAGE=quay.io/centos/centos:stream9) 2026-02-20T22:58:03.295 INFO:journalctl@ceph.mon.a.trial027.stdout:Feb 20 22:58:03 trial027 bash[68515]: ceph-45a14ea2-0eaf-11f1-a861-d404e6e7d460-mon-a 2026-02-20T22:58:03.299 DEBUG:teuthology.orchestra.run.trial027:> sudo pkill -f 'journalctl -f -n 0 -u ceph-45a14ea2-0eaf-11f1-a861-d404e6e7d460@mon.a.service' 2026-02-20T22:58:03.338 DEBUG:teuthology.orchestra.run:got remote process result: None 2026-02-20T22:58:03.338 INFO:tasks.cephadm.mon.a:Stopped mon.a 2026-02-20T22:58:03.338 INFO:tasks.cephadm.mgr.x:Stopping mgr.x... 2026-02-20T22:58:03.338 DEBUG:teuthology.orchestra.run.trial027:> sudo systemctl stop ceph-45a14ea2-0eaf-11f1-a861-d404e6e7d460@mgr.x 2026-02-20T22:58:03.549 INFO:journalctl@ceph.mgr.x.trial027.stdout:Feb 20 22:58:03 trial027 systemd[1]: Stopping Ceph mgr.x for 45a14ea2-0eaf-11f1-a861-d404e6e7d460... 2026-02-20T22:58:03.549 INFO:journalctl@ceph.mgr.x.trial027.stdout:Feb 20 22:58:03 trial027 ceph-45a14ea2-0eaf-11f1-a861-d404e6e7d460-mgr-x[34597]: 2026-02-20T22:58:03.469+0000 7f05905a0640 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mgr -n mgr.x -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false (PID: 1) UID: 0 2026-02-20T22:58:03.549 INFO:journalctl@ceph.mgr.x.trial027.stdout:Feb 20 22:58:03 trial027 podman[68671]: 2026-02-20 22:58:03.511685115 +0000 UTC m=+0.053967206 container died 9b3d3879be42194312711e973e4e6d2af59387a3234b95f6273a34323fc64eb8 (image=quay.ceph.io/ceph-ci/ceph:f7870454149f22574086dd2ff55d050585136531, name=ceph-45a14ea2-0eaf-11f1-a861-d404e6e7d460-mgr-x, org.label-schema.build-date=20260216, org.label-schema.schema-version=1.0, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_REF=wip-pdonnell-testing-20260219.182737-tentacle, io.buildah.version=1.33.7, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, CEPH_SHA1=f7870454149f22574086dd2ff55d050585136531, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, FROM_IMAGE=quay.io/centos/centos:stream9, org.opencontainers.image.authors=Ceph Release Team , org.label-schema.license=GPLv2, org.opencontainers.image.documentation=https://docs.ceph.com/, OSD_FLAVOR=default, org.label-schema.vendor=CentOS, ceph=True) 2026-02-20T22:58:03.549 INFO:journalctl@ceph.mgr.x.trial027.stdout:Feb 20 22:58:03 trial027 podman[68671]: 2026-02-20 22:58:03.524560157 +0000 UTC m=+0.066842248 container remove 9b3d3879be42194312711e973e4e6d2af59387a3234b95f6273a34323fc64eb8 (image=quay.ceph.io/ceph-ci/ceph:f7870454149f22574086dd2ff55d050585136531, name=ceph-45a14ea2-0eaf-11f1-a861-d404e6e7d460-mgr-x, ceph=True, io.buildah.version=1.33.7, org.opencontainers.image.documentation=https://docs.ceph.com/, org.opencontainers.image.authors=Ceph Release Team , FROM_IMAGE=quay.io/centos/centos:stream9, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.vendor=CentOS, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, org.label-schema.license=GPLv2, org.label-schema.build-date=20260216, CEPH_SHA1=f7870454149f22574086dd2ff55d050585136531, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, OSD_FLAVOR=default, org.label-schema.schema-version=1.0, CEPH_REF=wip-pdonnell-testing-20260219.182737-tentacle) 2026-02-20T22:58:03.549 INFO:journalctl@ceph.mgr.x.trial027.stdout:Feb 20 22:58:03 trial027 bash[68671]: ceph-45a14ea2-0eaf-11f1-a861-d404e6e7d460-mgr-x 2026-02-20T22:58:03.620 DEBUG:teuthology.orchestra.run.trial027:> sudo pkill -f 'journalctl -f -n 0 -u ceph-45a14ea2-0eaf-11f1-a861-d404e6e7d460@mgr.x.service' 2026-02-20T22:58:03.656 DEBUG:teuthology.orchestra.run:got remote process result: None 2026-02-20T22:58:03.657 INFO:tasks.cephadm.mgr.x:Stopped mgr.x 2026-02-20T22:58:03.657 INFO:tasks.cephadm.osd.0:Stopping osd.0... 2026-02-20T22:58:03.657 DEBUG:teuthology.orchestra.run.trial027:> sudo systemctl stop ceph-45a14ea2-0eaf-11f1-a861-d404e6e7d460@osd.0 2026-02-20T22:58:03.875 INFO:journalctl@ceph.osd.0.trial027.stdout:Feb 20 22:58:03 trial027 systemd[1]: Stopping Ceph osd.0 for 45a14ea2-0eaf-11f1-a861-d404e6e7d460... 2026-02-20T22:58:03.876 INFO:journalctl@ceph.osd.0.trial027.stdout:Feb 20 22:58:03 trial027 ceph-45a14ea2-0eaf-11f1-a861-d404e6e7d460-osd-0[47258]: 2026-02-20T22:58:03.788+0000 7ff88d080640 -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-20T22:58:03.876 INFO:journalctl@ceph.osd.0.trial027.stdout:Feb 20 22:58:03 trial027 ceph-45a14ea2-0eaf-11f1-a861-d404e6e7d460-osd-0[47258]: 2026-02-20T22:58:03.788+0000 7ff88d080640 -1 osd.0 24 *** Got signal Terminated *** 2026-02-20T22:58:03.876 INFO:journalctl@ceph.osd.0.trial027.stdout:Feb 20 22:58:03 trial027 ceph-45a14ea2-0eaf-11f1-a861-d404e6e7d460-osd-0[47258]: 2026-02-20T22:58:03.788+0000 7ff88d080640 -1 osd.0 24 *** Immediate shutdown (osd_fast_shutdown=true) *** 2026-02-20T22:58:09.126 INFO:journalctl@ceph.osd.0.trial027.stdout:Feb 20 22:58:08 trial027 podman[68825]: 2026-02-20 22:58:08.857779667 +0000 UTC m=+5.082475840 container died 1a8fc707462ce4298444446d1c8946eee964e1329cb83226c6220ce4e5132065 (image=quay.ceph.io/ceph-ci/ceph@sha256:9cc281dd1e60310f8109166bc76e656ce4c5c9b7d9bb9abfc9aa033dfa762ae4, name=ceph-45a14ea2-0eaf-11f1-a861-d404e6e7d460-osd-0, CEPH_SHA1=f7870454149f22574086dd2ff55d050585136531, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, OSD_FLAVOR=default, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.license=GPLv2, FROM_IMAGE=quay.io/centos/centos:stream9, org.label-schema.schema-version=1.0, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, org.label-schema.build-date=20260216, org.opencontainers.image.authors=Ceph Release Team , ceph=True, org.label-schema.vendor=CentOS, io.buildah.version=1.33.7, org.opencontainers.image.documentation=https://docs.ceph.com/, CEPH_REF=wip-pdonnell-testing-20260219.182737-tentacle) 2026-02-20T22:58:09.126 INFO:journalctl@ceph.osd.0.trial027.stdout:Feb 20 22:58:08 trial027 podman[68825]: 2026-02-20 22:58:08.86641057 +0000 UTC m=+5.091106733 container remove 1a8fc707462ce4298444446d1c8946eee964e1329cb83226c6220ce4e5132065 (image=quay.ceph.io/ceph-ci/ceph@sha256:9cc281dd1e60310f8109166bc76e656ce4c5c9b7d9bb9abfc9aa033dfa762ae4, name=ceph-45a14ea2-0eaf-11f1-a861-d404e6e7d460-osd-0, org.label-schema.license=GPLv2, CEPH_REF=wip-pdonnell-testing-20260219.182737-tentacle, org.label-schema.build-date=20260216, OSD_FLAVOR=default, org.opencontainers.image.documentation=https://docs.ceph.com/, FROM_IMAGE=quay.io/centos/centos:stream9, io.buildah.version=1.33.7, org.opencontainers.image.authors=Ceph Release Team , ceph=True, org.label-schema.schema-version=1.0, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, CEPH_SHA1=f7870454149f22574086dd2ff55d050585136531, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, org.label-schema.vendor=CentOS) 2026-02-20T22:58:09.127 INFO:journalctl@ceph.osd.0.trial027.stdout:Feb 20 22:58:08 trial027 bash[68825]: ceph-45a14ea2-0eaf-11f1-a861-d404e6e7d460-osd-0 2026-02-20T22:58:09.127 INFO:journalctl@ceph.osd.0.trial027.stdout:Feb 20 22:58:08 trial027 podman[68958]: 2026-02-20 22:58:08.996946462 +0000 UTC m=+0.015669403 container create 8be9ee1646a1dfdf3f0c0a5550c113f38719479eae3d4ed211defc517951082a (image=quay.ceph.io/ceph-ci/ceph@sha256:9cc281dd1e60310f8109166bc76e656ce4c5c9b7d9bb9abfc9aa033dfa762ae4, name=ceph-45a14ea2-0eaf-11f1-a861-d404e6e7d460-osd-0-deactivate, FROM_IMAGE=quay.io/centos/centos:stream9, org.label-schema.name=CentOS Stream 9 Base Image, 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.license=GPLv2, OSD_FLAVOR=default, io.buildah.version=1.33.7, org.opencontainers.image.authors=Ceph Release Team , org.label-schema.vendor=CentOS, ceph=True, org.label-schema.schema-version=1.0, CEPH_SHA1=f7870454149f22574086dd2ff55d050585136531, CEPH_REF=wip-pdonnell-testing-20260219.182737-tentacle, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/) 2026-02-20T22:58:09.127 INFO:journalctl@ceph.osd.0.trial027.stdout:Feb 20 22:58:09 trial027 podman[68958]: 2026-02-20 22:58:09.027395453 +0000 UTC m=+0.046118325 container init 8be9ee1646a1dfdf3f0c0a5550c113f38719479eae3d4ed211defc517951082a (image=quay.ceph.io/ceph-ci/ceph@sha256:9cc281dd1e60310f8109166bc76e656ce4c5c9b7d9bb9abfc9aa033dfa762ae4, name=ceph-45a14ea2-0eaf-11f1-a861-d404e6e7d460-osd-0-deactivate, CEPH_REF=wip-pdonnell-testing-20260219.182737-tentacle, org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_SHA1=f7870454149f22574086dd2ff55d050585136531, org.opencontainers.image.documentation=https://docs.ceph.com/, org.opencontainers.image.authors=Ceph Release Team , FROM_IMAGE=quay.io/centos/centos:stream9, OSD_FLAVOR=default, org.label-schema.build-date=20260216, io.buildah.version=1.33.7, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, ceph=True, org.label-schema.vendor=CentOS) 2026-02-20T22:58:09.127 INFO:journalctl@ceph.osd.0.trial027.stdout:Feb 20 22:58:09 trial027 podman[68958]: 2026-02-20 22:58:09.029860148 +0000 UTC m=+0.048583019 container start 8be9ee1646a1dfdf3f0c0a5550c113f38719479eae3d4ed211defc517951082a (image=quay.ceph.io/ceph-ci/ceph@sha256:9cc281dd1e60310f8109166bc76e656ce4c5c9b7d9bb9abfc9aa033dfa762ae4, name=ceph-45a14ea2-0eaf-11f1-a861-d404e6e7d460-osd-0-deactivate, io.buildah.version=1.33.7, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, ceph=True, org.opencontainers.image.authors=Ceph Release Team , FROM_IMAGE=quay.io/centos/centos:stream9, CEPH_SHA1=f7870454149f22574086dd2ff55d050585136531, OSD_FLAVOR=default, org.label-schema.build-date=20260216, CEPH_REF=wip-pdonnell-testing-20260219.182737-tentacle, org.label-schema.vendor=CentOS, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, org.opencontainers.image.documentation=https://docs.ceph.com/) 2026-02-20T22:58:09.127 INFO:journalctl@ceph.osd.0.trial027.stdout:Feb 20 22:58:09 trial027 podman[68958]: 2026-02-20 22:58:09.030343631 +0000 UTC m=+0.049066502 container attach 8be9ee1646a1dfdf3f0c0a5550c113f38719479eae3d4ed211defc517951082a (image=quay.ceph.io/ceph-ci/ceph@sha256:9cc281dd1e60310f8109166bc76e656ce4c5c9b7d9bb9abfc9aa033dfa762ae4, name=ceph-45a14ea2-0eaf-11f1-a861-d404e6e7d460-osd-0-deactivate, CEPH_SHA1=f7870454149f22574086dd2ff55d050585136531, org.label-schema.build-date=20260216, ceph=True, org.opencontainers.image.authors=Ceph Release Team , io.buildah.version=1.33.7, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, org.label-schema.schema-version=1.0, FROM_IMAGE=quay.io/centos/centos:stream9, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, org.label-schema.name=CentOS Stream 9 Base Image, OSD_FLAVOR=default, org.opencontainers.image.documentation=https://docs.ceph.com/, org.label-schema.license=GPLv2, CEPH_REF=wip-pdonnell-testing-20260219.182737-tentacle, org.label-schema.vendor=CentOS) 2026-02-20T22:58:09.127 INFO:journalctl@ceph.osd.0.trial027.stdout:Feb 20 22:58:09 trial027 podman[68958]: 2026-02-20 22:58:08.990333378 +0000 UTC m=+0.009056239 image pull 191e36ff62c2c47de9f007d502ed6fbffff443749f925d00e4709abf526900f1 quay.ceph.io/ceph-ci/ceph@sha256:9cc281dd1e60310f8109166bc76e656ce4c5c9b7d9bb9abfc9aa033dfa762ae4 2026-02-20T22:58:09.172 INFO:journalctl@ceph.osd.0.trial027.stdout:Feb 20 22:58:09 trial027 podman[68958]: 2026-02-20 22:58:09.153649858 +0000 UTC m=+0.172372739 container died 8be9ee1646a1dfdf3f0c0a5550c113f38719479eae3d4ed211defc517951082a (image=quay.ceph.io/ceph-ci/ceph@sha256:9cc281dd1e60310f8109166bc76e656ce4c5c9b7d9bb9abfc9aa033dfa762ae4, name=ceph-45a14ea2-0eaf-11f1-a861-d404e6e7d460-osd-0-deactivate, io.buildah.version=1.33.7, ceph=True, org.label-schema.license=GPLv2, OSD_FLAVOR=default, org.label-schema.schema-version=1.0, FROM_IMAGE=quay.io/centos/centos:stream9, org.label-schema.vendor=CentOS, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, CEPH_REF=wip-pdonnell-testing-20260219.182737-tentacle, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, org.label-schema.name=CentOS Stream 9 Base Image, org.opencontainers.image.authors=Ceph Release Team , CEPH_SHA1=f7870454149f22574086dd2ff55d050585136531, org.label-schema.build-date=20260216, org.opencontainers.image.documentation=https://docs.ceph.com/) 2026-02-20T22:58:09.172 INFO:journalctl@ceph.osd.0.trial027.stdout:Feb 20 22:58:09 trial027 podman[68958]: 2026-02-20 22:58:09.166438628 +0000 UTC m=+0.185161489 container remove 8be9ee1646a1dfdf3f0c0a5550c113f38719479eae3d4ed211defc517951082a (image=quay.ceph.io/ceph-ci/ceph@sha256:9cc281dd1e60310f8109166bc76e656ce4c5c9b7d9bb9abfc9aa033dfa762ae4, name=ceph-45a14ea2-0eaf-11f1-a861-d404e6e7d460-osd-0-deactivate, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_REF=wip-pdonnell-testing-20260219.182737-tentacle, org.label-schema.build-date=20260216, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, CEPH_SHA1=f7870454149f22574086dd2ff55d050585136531, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, org.opencontainers.image.documentation=https://docs.ceph.com/, org.label-schema.license=GPLv2, FROM_IMAGE=quay.io/centos/centos:stream9, OSD_FLAVOR=default, ceph=True, io.buildah.version=1.33.7, org.opencontainers.image.authors=Ceph Release Team ) 2026-02-20T22:58:09.191 DEBUG:teuthology.orchestra.run.trial027:> sudo pkill -f 'journalctl -f -n 0 -u ceph-45a14ea2-0eaf-11f1-a861-d404e6e7d460@osd.0.service' 2026-02-20T22:58:09.228 DEBUG:teuthology.orchestra.run:got remote process result: None 2026-02-20T22:58:09.229 INFO:tasks.cephadm.osd.0:Stopped osd.0 2026-02-20T22:58:09.229 INFO:tasks.cephadm.osd.1:Stopping osd.1... 2026-02-20T22:58:09.229 DEBUG:teuthology.orchestra.run.trial027:> sudo systemctl stop ceph-45a14ea2-0eaf-11f1-a861-d404e6e7d460@osd.1 2026-02-20T22:58:09.625 INFO:journalctl@ceph.osd.1.trial027.stdout:Feb 20 22:58:09 trial027 systemd[1]: Stopping Ceph osd.1 for 45a14ea2-0eaf-11f1-a861-d404e6e7d460... 2026-02-20T22:58:09.626 INFO:journalctl@ceph.osd.1.trial027.stdout:Feb 20 22:58:09 trial027 ceph-45a14ea2-0eaf-11f1-a861-d404e6e7d460-osd-1[53311]: 2026-02-20T22:58:09.361+0000 7f43fcfcb640 -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-20T22:58:09.626 INFO:journalctl@ceph.osd.1.trial027.stdout:Feb 20 22:58:09 trial027 ceph-45a14ea2-0eaf-11f1-a861-d404e6e7d460-osd-1[53311]: 2026-02-20T22:58:09.361+0000 7f43fcfcb640 -1 osd.1 24 *** Got signal Terminated *** 2026-02-20T22:58:09.626 INFO:journalctl@ceph.osd.1.trial027.stdout:Feb 20 22:58:09 trial027 ceph-45a14ea2-0eaf-11f1-a861-d404e6e7d460-osd-1[53311]: 2026-02-20T22:58:09.361+0000 7f43fcfcb640 -1 osd.1 24 *** Immediate shutdown (osd_fast_shutdown=true) *** 2026-02-20T22:58:14.721 INFO:journalctl@ceph.osd.1.trial027.stdout:Feb 20 22:58:14 trial027 podman[69087]: 2026-02-20 22:58:14.431478026 +0000 UTC m=+5.082715362 container died 81ef5515dbf4d6706029a0b27243559d1e2c8e0baf9f23b57a8265b30a625efc (image=quay.ceph.io/ceph-ci/ceph@sha256:9cc281dd1e60310f8109166bc76e656ce4c5c9b7d9bb9abfc9aa033dfa762ae4, name=ceph-45a14ea2-0eaf-11f1-a861-d404e6e7d460-osd-1, CEPH_SHA1=f7870454149f22574086dd2ff55d050585136531, OSD_FLAVOR=default, org.label-schema.schema-version=1.0, org.opencontainers.image.authors=Ceph Release Team , CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, FROM_IMAGE=quay.io/centos/centos:stream9, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, org.label-schema.license=GPLv2, ceph=True, io.buildah.version=1.33.7, org.label-schema.build-date=20260216, CEPH_REF=wip-pdonnell-testing-20260219.182737-tentacle, org.label-schema.vendor=CentOS, org.opencontainers.image.documentation=https://docs.ceph.com/, org.label-schema.name=CentOS Stream 9 Base Image) 2026-02-20T22:58:14.722 INFO:journalctl@ceph.osd.1.trial027.stdout:Feb 20 22:58:14 trial027 podman[69087]: 2026-02-20 22:58:14.441160614 +0000 UTC m=+5.092397960 container remove 81ef5515dbf4d6706029a0b27243559d1e2c8e0baf9f23b57a8265b30a625efc (image=quay.ceph.io/ceph-ci/ceph@sha256:9cc281dd1e60310f8109166bc76e656ce4c5c9b7d9bb9abfc9aa033dfa762ae4, name=ceph-45a14ea2-0eaf-11f1-a861-d404e6e7d460-osd-1, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, org.label-schema.license=GPLv2, FROM_IMAGE=quay.io/centos/centos:stream9, org.opencontainers.image.authors=Ceph Release Team , org.label-schema.vendor=CentOS, CEPH_REF=wip-pdonnell-testing-20260219.182737-tentacle, CEPH_SHA1=f7870454149f22574086dd2ff55d050585136531, io.buildah.version=1.33.7, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, org.label-schema.name=CentOS Stream 9 Base Image, ceph=True, OSD_FLAVOR=default, org.label-schema.build-date=20260216, org.label-schema.schema-version=1.0, org.opencontainers.image.documentation=https://docs.ceph.com/) 2026-02-20T22:58:14.722 INFO:journalctl@ceph.osd.1.trial027.stdout:Feb 20 22:58:14 trial027 bash[69087]: ceph-45a14ea2-0eaf-11f1-a861-d404e6e7d460-osd-1 2026-02-20T22:58:14.722 INFO:journalctl@ceph.osd.1.trial027.stdout:Feb 20 22:58:14 trial027 podman[69222]: 2026-02-20 22:58:14.567509835 +0000 UTC m=+0.017154587 container create 31a6994a004ad61f1ada4cc63e144c35fe741bebd271c6826de8ebe1009c5806 (image=quay.ceph.io/ceph-ci/ceph@sha256:9cc281dd1e60310f8109166bc76e656ce4c5c9b7d9bb9abfc9aa033dfa762ae4, name=ceph-45a14ea2-0eaf-11f1-a861-d404e6e7d460-osd-1-deactivate, org.label-schema.license=GPLv2, org.label-schema.build-date=20260216, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.schema-version=1.0, org.opencontainers.image.authors=Ceph Release Team , org.label-schema.vendor=CentOS, ceph=True, io.buildah.version=1.33.7, FROM_IMAGE=quay.io/centos/centos:stream9, CEPH_SHA1=f7870454149f22574086dd2ff55d050585136531, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, CEPH_REF=wip-pdonnell-testing-20260219.182737-tentacle, OSD_FLAVOR=default, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, org.opencontainers.image.documentation=https://docs.ceph.com/) 2026-02-20T22:58:14.722 INFO:journalctl@ceph.osd.1.trial027.stdout:Feb 20 22:58:14 trial027 podman[69222]: 2026-02-20 22:58:14.596778802 +0000 UTC m=+0.046423574 container init 31a6994a004ad61f1ada4cc63e144c35fe741bebd271c6826de8ebe1009c5806 (image=quay.ceph.io/ceph-ci/ceph@sha256:9cc281dd1e60310f8109166bc76e656ce4c5c9b7d9bb9abfc9aa033dfa762ae4, name=ceph-45a14ea2-0eaf-11f1-a861-d404e6e7d460-osd-1-deactivate, CEPH_REF=wip-pdonnell-testing-20260219.182737-tentacle, org.opencontainers.image.documentation=https://docs.ceph.com/, org.label-schema.name=CentOS Stream 9 Base Image, io.buildah.version=1.33.7, 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 , org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2, CEPH_SHA1=f7870454149f22574086dd2ff55d050585136531, OSD_FLAVOR=default, ceph=True, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, FROM_IMAGE=quay.io/centos/centos:stream9) 2026-02-20T22:58:14.722 INFO:journalctl@ceph.osd.1.trial027.stdout:Feb 20 22:58:14 trial027 podman[69222]: 2026-02-20 22:58:14.599381374 +0000 UTC m=+0.049026126 container start 31a6994a004ad61f1ada4cc63e144c35fe741bebd271c6826de8ebe1009c5806 (image=quay.ceph.io/ceph-ci/ceph@sha256:9cc281dd1e60310f8109166bc76e656ce4c5c9b7d9bb9abfc9aa033dfa762ae4, name=ceph-45a14ea2-0eaf-11f1-a861-d404e6e7d460-osd-1-deactivate, ceph=True, org.label-schema.schema-version=1.0, CEPH_SHA1=f7870454149f22574086dd2ff55d050585136531, CEPH_REF=wip-pdonnell-testing-20260219.182737-tentacle, org.label-schema.vendor=CentOS, OSD_FLAVOR=default, io.buildah.version=1.33.7, 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.build-date=20260216, org.opencontainers.image.documentation=https://docs.ceph.com/, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 9 Base Image, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/) 2026-02-20T22:58:14.722 INFO:journalctl@ceph.osd.1.trial027.stdout:Feb 20 22:58:14 trial027 podman[69222]: 2026-02-20 22:58:14.599860138 +0000 UTC m=+0.049504900 container attach 31a6994a004ad61f1ada4cc63e144c35fe741bebd271c6826de8ebe1009c5806 (image=quay.ceph.io/ceph-ci/ceph@sha256:9cc281dd1e60310f8109166bc76e656ce4c5c9b7d9bb9abfc9aa033dfa762ae4, name=ceph-45a14ea2-0eaf-11f1-a861-d404e6e7d460-osd-1-deactivate, org.label-schema.schema-version=1.0, org.opencontainers.image.authors=Ceph Release Team , org.label-schema.vendor=CentOS, io.buildah.version=1.33.7, org.label-schema.license=GPLv2, CEPH_SHA1=f7870454149f22574086dd2ff55d050585136531, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, CEPH_REF=wip-pdonnell-testing-20260219.182737-tentacle, ceph=True, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.build-date=20260216, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, FROM_IMAGE=quay.io/centos/centos:stream9, org.opencontainers.image.documentation=https://docs.ceph.com/, OSD_FLAVOR=default) 2026-02-20T22:58:14.722 INFO:journalctl@ceph.osd.1.trial027.stdout:Feb 20 22:58:14 trial027 podman[69222]: 2026-02-20 22:58:14.560540436 +0000 UTC m=+0.010185208 image pull 191e36ff62c2c47de9f007d502ed6fbffff443749f925d00e4709abf526900f1 quay.ceph.io/ceph-ci/ceph@sha256:9cc281dd1e60310f8109166bc76e656ce4c5c9b7d9bb9abfc9aa033dfa762ae4 2026-02-20T22:58:14.722 INFO:journalctl@ceph.osd.1.trial027.stdout:Feb 20 22:58:14 trial027 podman[69222]: 2026-02-20 22:58:14.717240956 +0000 UTC m=+0.166885718 container died 31a6994a004ad61f1ada4cc63e144c35fe741bebd271c6826de8ebe1009c5806 (image=quay.ceph.io/ceph-ci/ceph@sha256:9cc281dd1e60310f8109166bc76e656ce4c5c9b7d9bb9abfc9aa033dfa762ae4, name=ceph-45a14ea2-0eaf-11f1-a861-d404e6e7d460-osd-1-deactivate, OSD_FLAVOR=default, org.opencontainers.image.authors=Ceph Release Team , CEPH_SHA1=f7870454149f22574086dd2ff55d050585136531, org.label-schema.build-date=20260216, org.label-schema.schema-version=1.0, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, org.label-schema.vendor=CentOS, org.opencontainers.image.documentation=https://docs.ceph.com/, org.label-schema.name=CentOS Stream 9 Base Image, io.buildah.version=1.33.7, FROM_IMAGE=quay.io/centos/centos:stream9, CEPH_REF=wip-pdonnell-testing-20260219.182737-tentacle, ceph=True, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, org.label-schema.license=GPLv2) 2026-02-20T22:58:14.748 DEBUG:teuthology.orchestra.run.trial027:> sudo pkill -f 'journalctl -f -n 0 -u ceph-45a14ea2-0eaf-11f1-a861-d404e6e7d460@osd.1.service' 2026-02-20T22:58:14.786 DEBUG:teuthology.orchestra.run:got remote process result: None 2026-02-20T22:58:14.787 INFO:tasks.cephadm.osd.1:Stopped osd.1 2026-02-20T22:58:14.787 DEBUG:teuthology.orchestra.run.trial027:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 45a14ea2-0eaf-11f1-a861-d404e6e7d460 --force --keep-logs 2026-02-20T22:58:14.944 INFO:teuthology.orchestra.run.trial027.stdout:Deleting cluster with fsid: 45a14ea2-0eaf-11f1-a861-d404e6e7d460 2026-02-20T22:58:20.639 DEBUG:teuthology.orchestra.run.trial074:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 45a14ea2-0eaf-11f1-a861-d404e6e7d460 --force --keep-logs 2026-02-20T22:58:20.753 INFO:teuthology.orchestra.run.trial074.stdout:Deleting cluster with fsid: 45a14ea2-0eaf-11f1-a861-d404e6e7d460 2026-02-20T22:58:20.812 DEBUG:teuthology.orchestra.run.trial027:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2026-02-20T22:58:20.841 DEBUG:teuthology.orchestra.run.trial074:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2026-02-20T22:58:20.866 INFO:tasks.cephadm:Archiving crash dumps... 2026-02-20T22:58:20.868 DEBUG:teuthology.misc:Transferring archived files from trial027:/var/lib/ceph/45a14ea2-0eaf-11f1-a861-d404e6e7d460/crash to /home/teuthworker/mnt/teuthology/yuriw-2026-02-20_16:19:15-orch-wip-pdonnell-testing-20260219.182737-tentacle-distro-default-trial/61659/remote/trial027/crash 2026-02-20T22:58:20.870 DEBUG:teuthology.orchestra.run.trial027:> sudo tar c -f - -C /var/lib/ceph/45a14ea2-0eaf-11f1-a861-d404e6e7d460/crash -- . 2026-02-20T22:58:20.905 INFO:teuthology.orchestra.run.trial027.stderr:tar: /var/lib/ceph/45a14ea2-0eaf-11f1-a861-d404e6e7d460/crash: Cannot open: No such file or directory 2026-02-20T22:58:20.906 INFO:teuthology.orchestra.run.trial027.stderr:tar: Error is not recoverable: exiting now 2026-02-20T22:58:20.908 DEBUG:teuthology.misc:Transferring archived files from trial074:/var/lib/ceph/45a14ea2-0eaf-11f1-a861-d404e6e7d460/crash to /home/teuthworker/mnt/teuthology/yuriw-2026-02-20_16:19:15-orch-wip-pdonnell-testing-20260219.182737-tentacle-distro-default-trial/61659/remote/trial074/crash 2026-02-20T22:58:20.909 DEBUG:teuthology.orchestra.run.trial074:> sudo tar c -f - -C /var/lib/ceph/45a14ea2-0eaf-11f1-a861-d404e6e7d460/crash -- . 2026-02-20T22:58:20.935 INFO:teuthology.orchestra.run.trial074.stderr:tar: /var/lib/ceph/45a14ea2-0eaf-11f1-a861-d404e6e7d460/crash: Cannot open: No such file or directory 2026-02-20T22:58:20.935 INFO:teuthology.orchestra.run.trial074.stderr:tar: Error is not recoverable: exiting now 2026-02-20T22:58:20.937 INFO:tasks.cephadm:Checking cluster log for badness... 2026-02-20T22:58:20.937 DEBUG:teuthology.orchestra.run.trial027:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/45a14ea2-0eaf-11f1-a861-d404e6e7d460/ceph.log | egrep CEPHADM_ | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2026-02-20T22:58:20.973 INFO:tasks.cephadm:Compressing logs... 2026-02-20T22:58:20.973 DEBUG:teuthology.orchestra.run.trial027:> 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-20T22:58:21.015 DEBUG:teuthology.orchestra.run.trial074:> 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-20T22:58:21.036 INFO:teuthology.orchestra.run.trial027.stderr:find: ‘/var/log/rbd-target-api’: No such file or directory 2026-02-20T22:58:21.038 INFO:teuthology.orchestra.run.trial027.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2026-02-20T22:58:21.038 INFO:teuthology.orchestra.run.trial027.stderr:gzip -5 --verbose -- /var/log/ceph/45a14ea2-0eaf-11f1-a861-d404e6e7d460/ceph-mon.a.log 2026-02-20T22:58:21.038 INFO:teuthology.orchestra.run.trial027.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/45a14ea2-0eaf-11f1-a861-d404e6e7d460/ceph-mds.cephfs.trial027.hisivj.log 2026-02-20T22:58:21.040 INFO:teuthology.orchestra.run.trial027.stderr:/var/log/ceph/45a14ea2-0eaf-11f1-a861-d404e6e7d460/ceph-mon.a.log: gzip -5 --verbose -- /var/log/ceph/45a14ea2-0eaf-11f1-a861-d404e6e7d460/ceph-osd.0.log 2026-02-20T22:58:21.040 INFO:teuthology.orchestra.run.trial027.stderr:/var/log/ceph/45a14ea2-0eaf-11f1-a861-d404e6e7d460/ceph-mds.cephfs.trial027.hisivj.log: gzip -5 --verbose -- /var/log/ceph/45a14ea2-0eaf-11f1-a861-d404e6e7d460/ceph.cephadm.log 2026-02-20T22:58:21.040 INFO:teuthology.orchestra.run.trial027.stderr: 68.8% -- replaced with /var/log/ceph/45a14ea2-0eaf-11f1-a861-d404e6e7d460/ceph-mds.cephfs.trial027.hisivj.log.gz 2026-02-20T22:58:21.040 INFO:teuthology.orchestra.run.trial027.stderr:/var/log/ceph/45a14ea2-0eaf-11f1-a861-d404e6e7d460/ceph-osd.0.log: gzip -5 --verbose -- /var/log/ceph/45a14ea2-0eaf-11f1-a861-d404e6e7d460/ceph-mds.cephfs.trial027.uqqagt.log 2026-02-20T22:58:21.040 INFO:teuthology.orchestra.run.trial027.stderr:/var/log/ceph/45a14ea2-0eaf-11f1-a861-d404e6e7d460/ceph.cephadm.log: gzip -5 --verbose -- /var/log/ceph/45a14ea2-0eaf-11f1-a861-d404e6e7d460/ceph.audit.log 2026-02-20T22:58:21.041 INFO:teuthology.orchestra.run.trial027.stderr: 89.1% -- replaced with /var/log/ceph/cephadm.log.gz 2026-02-20T22:58:21.041 INFO:teuthology.orchestra.run.trial027.stderr: 79.4% -- replaced with /var/log/ceph/45a14ea2-0eaf-11f1-a861-d404e6e7d460/ceph.cephadm.log.gz 2026-02-20T22:58:21.041 INFO:teuthology.orchestra.run.trial027.stderr:/var/log/ceph/45a14ea2-0eaf-11f1-a861-d404e6e7d460/ceph-mds.cephfs.trial027.uqqagt.log: 78.7% -- replaced with /var/log/ceph/45a14ea2-0eaf-11f1-a861-d404e6e7d460/ceph-mds.cephfs.trial027.uqqagt.log.gz 2026-02-20T22:58:21.041 INFO:teuthology.orchestra.run.trial027.stderr:gzip -5 --verbose -- /var/log/ceph/45a14ea2-0eaf-11f1-a861-d404e6e7d460/ceph-volume.log 2026-02-20T22:58:21.041 INFO:teuthology.orchestra.run.trial027.stderr:/var/log/ceph/45a14ea2-0eaf-11f1-a861-d404e6e7d460/ceph.audit.log: gzip -5 --verbose -- /var/log/ceph/45a14ea2-0eaf-11f1-a861-d404e6e7d460/ceph-osd.1.log 2026-02-20T22:58:21.041 INFO:teuthology.orchestra.run.trial027.stderr:/var/log/ceph/45a14ea2-0eaf-11f1-a861-d404e6e7d460/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/45a14ea2-0eaf-11f1-a861-d404e6e7d460/ceph-mgr.x.log 2026-02-20T22:58:21.043 INFO:teuthology.orchestra.run.trial027.stderr:/var/log/ceph/45a14ea2-0eaf-11f1-a861-d404e6e7d460/ceph-osd.1.log: 89.2% -- replaced with /var/log/ceph/45a14ea2-0eaf-11f1-a861-d404e6e7d460/ceph.audit.log.gz 2026-02-20T22:58:21.043 INFO:teuthology.orchestra.run.trial027.stderr:gzip -5 --verbose -- /var/log/ceph/45a14ea2-0eaf-11f1-a861-d404e6e7d460/ceph.log 2026-02-20T22:58:21.043 INFO:teuthology.orchestra.run.trial027.stderr:/var/log/ceph/45a14ea2-0eaf-11f1-a861-d404e6e7d460/ceph-mgr.x.log: /var/log/ceph/45a14ea2-0eaf-11f1-a861-d404e6e7d460/ceph.log: 83.5% -- replaced with /var/log/ceph/45a14ea2-0eaf-11f1-a861-d404e6e7d460/ceph.log.gz 2026-02-20T22:58:21.044 INFO:teuthology.orchestra.run.trial074.stderr:find: ‘/var/log/rbd-target-api’: No such file or directory 2026-02-20T22:58:21.044 INFO:teuthology.orchestra.run.trial074.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2026-02-20T22:58:21.044 INFO:teuthology.orchestra.run.trial074.stderr:/var/log/ceph/cephadm.log: 76.2% -- replaced with /var/log/ceph/cephadm.log.gz 2026-02-20T22:58:21.044 INFO:teuthology.orchestra.run.trial074.stderr: 2026-02-20T22:58:21.044 INFO:teuthology.orchestra.run.trial074.stderr:real 0m0.010s 2026-02-20T22:58:21.044 INFO:teuthology.orchestra.run.trial074.stderr:user 0m0.003s 2026-02-20T22:58:21.044 INFO:teuthology.orchestra.run.trial074.stderr:sys 0m0.015s 2026-02-20T22:58:21.046 INFO:teuthology.orchestra.run.trial027.stderr: 95.6% -- replaced with /var/log/ceph/45a14ea2-0eaf-11f1-a861-d404e6e7d460/ceph-volume.log.gz 2026-02-20T22:58:21.071 INFO:teuthology.orchestra.run.trial027.stderr: 89.6% -- replaced with /var/log/ceph/45a14ea2-0eaf-11f1-a861-d404e6e7d460/ceph-mgr.x.log.gz 2026-02-20T22:58:21.096 INFO:teuthology.orchestra.run.trial027.stderr: 91.3% -- replaced with /var/log/ceph/45a14ea2-0eaf-11f1-a861-d404e6e7d460/ceph-mon.a.log.gz 2026-02-20T22:58:21.153 INFO:teuthology.orchestra.run.trial027.stderr: 94.6% -- replaced with /var/log/ceph/45a14ea2-0eaf-11f1-a861-d404e6e7d460/ceph-osd.0.log.gz 2026-02-20T22:58:21.177 INFO:teuthology.orchestra.run.trial027.stderr: 94.5% -- replaced with /var/log/ceph/45a14ea2-0eaf-11f1-a861-d404e6e7d460/ceph-osd.1.log.gz 2026-02-20T22:58:21.179 INFO:teuthology.orchestra.run.trial027.stderr: 2026-02-20T22:58:21.180 INFO:teuthology.orchestra.run.trial027.stderr:real 0m0.151s 2026-02-20T22:58:21.180 INFO:teuthology.orchestra.run.trial027.stderr:user 0m0.335s 2026-02-20T22:58:21.180 INFO:teuthology.orchestra.run.trial027.stderr:sys 0m0.036s 2026-02-20T22:58:21.180 INFO:tasks.cephadm:Archiving logs... 2026-02-20T22:58:21.181 DEBUG:teuthology.misc:Transferring archived files from trial027:/var/log/ceph to /home/teuthworker/mnt/teuthology/yuriw-2026-02-20_16:19:15-orch-wip-pdonnell-testing-20260219.182737-tentacle-distro-default-trial/61659/remote/trial027/log 2026-02-20T22:58:21.182 DEBUG:teuthology.orchestra.run.trial027:> sudo tar c -f - -C /var/log/ceph -- . 2026-02-20T22:58:21.342 DEBUG:teuthology.misc:Transferring archived files from trial074:/var/log/ceph to /home/teuthworker/mnt/teuthology/yuriw-2026-02-20_16:19:15-orch-wip-pdonnell-testing-20260219.182737-tentacle-distro-default-trial/61659/remote/trial074/log 2026-02-20T22:58:21.343 DEBUG:teuthology.orchestra.run.trial074:> sudo tar c -f - -C /var/log/ceph -- . 2026-02-20T22:58:21.369 INFO:tasks.cephadm:Removing cluster... 2026-02-20T22:58:21.369 DEBUG:teuthology.orchestra.run.trial027:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 45a14ea2-0eaf-11f1-a861-d404e6e7d460 --force 2026-02-20T22:58:21.486 INFO:teuthology.orchestra.run.trial027.stdout:Deleting cluster with fsid: 45a14ea2-0eaf-11f1-a861-d404e6e7d460 2026-02-20T22:58:21.544 INFO:tasks.cephadm:Removing cephadm ... 2026-02-20T22:58:21.544 DEBUG:teuthology.orchestra.run.trial027:> rm -rf /home/ubuntu/cephtest/cephadm 2026-02-20T22:58:21.560 DEBUG:teuthology.orchestra.run.trial074:> rm -rf /home/ubuntu/cephtest/cephadm 2026-02-20T22:58:21.576 INFO:tasks.cephadm:Teardown complete 2026-02-20T22:58:21.576 DEBUG:teuthology.run_tasks:Unwinding manager cephadm.deploy_samba_ad_dc 2026-02-20T22:58:21.590 DEBUG:teuthology.orchestra.run.trial074:> sudo podman stop samba-ad 2026-02-20T22:58:21.704 INFO:teuthology.orchestra.run.trial074.stdout:samba-ad 2026-02-20T22:58:21.708 DEBUG:teuthology.orchestra.run.trial074:> sudo podman rm samba-ad 2026-02-20T22:58:21.804 INFO:teuthology.orchestra.run.trial074.stdout:samba-ad 2026-02-20T22:58:21.829 DEBUG:teuthology.orchestra.run.trial074:> sudo rm -rf /var/lib/samba/container/logs /var/lib/samba/container/data 2026-02-20T22:58:21.853 DEBUG:teuthology.run_tasks:Unwinding manager clock 2026-02-20T22:58:21.870 INFO:teuthology.task.clock:Checking final clock skew... 2026-02-20T22:58:21.870 DEBUG:teuthology.orchestra.run.trial027:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2026-02-20T22:58:21.873 DEBUG:teuthology.orchestra.run.trial074:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2026-02-20T22:58:21.887 INFO:teuthology.orchestra.run.trial027.stderr:bash: line 1: ntpq: command not found 2026-02-20T22:58:21.908 INFO:teuthology.orchestra.run.trial074.stderr:bash: line 1: ntpq: command not found 2026-02-20T22:58:21.938 INFO:teuthology.orchestra.run.trial074.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2026-02-20T22:58:21.938 INFO:teuthology.orchestra.run.trial074.stdout:=============================================================================== 2026-02-20T22:58:21.938 INFO:teuthology.orchestra.run.trial074.stdout:^- time2.lshiy.com 2 6 77 43 +7269us[+5135us] +/- 129ms 2026-02-20T22:58:21.938 INFO:teuthology.orchestra.run.trial074.stdout:^- 204.2.134.172 3 6 77 44 -2127us[-4242us] +/- 99ms 2026-02-20T22:58:21.938 INFO:teuthology.orchestra.run.trial074.stdout:^+ rn-03.koehn.com 2 6 77 43 -1134us[-3262us] +/- 38ms 2026-02-20T22:58:21.938 INFO:teuthology.orchestra.run.trial074.stdout:^* 50.218.103.254 2 6 77 42 +1082us[-1076us] +/- 32ms 2026-02-20T22:58:21.940 INFO:teuthology.orchestra.run.trial027.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2026-02-20T22:58:21.940 INFO:teuthology.orchestra.run.trial027.stdout:=============================================================================== 2026-02-20T22:58:21.940 INFO:teuthology.orchestra.run.trial027.stdout:^- time2.lshiy.com 2 6 77 43 -1299us[-2347us] +/- 124ms 2026-02-20T22:58:21.940 INFO:teuthology.orchestra.run.trial027.stdout:^- 204.2.134.172 3 6 77 43 -1478us[-2523us] +/- 99ms 2026-02-20T22:58:21.940 INFO:teuthology.orchestra.run.trial027.stdout:^+ rn-03.koehn.com 2 6 77 44 -1223us[-2267us] +/- 37ms 2026-02-20T22:58:21.940 INFO:teuthology.orchestra.run.trial027.stdout:^* 50.218.103.254 2 6 77 43 +975us[ -73us] +/- 31ms 2026-02-20T22:58:21.940 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2026-02-20T22:58:21.963 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2026-02-20T22:58:21.963 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2026-02-20T22:58:21.981 DEBUG:teuthology.orchestra.run.trial027:> 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-20T22:58:22.038 DEBUG:teuthology.orchestra.run.trial074:> 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-20T22:58:22.089 DEBUG:teuthology.orchestra.run.trial027:> 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-20T22:58:22.118 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-02-20T22:58:22.118 DEBUG:teuthology.orchestra.run.trial074:> 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-20T22:58:22.144 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-02-20T22:58:22.145 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2026-02-20T22:58:22.162 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2026-02-20T22:58:22.179 INFO:teuthology.task.internal:Duration was 343.511616 seconds 2026-02-20T22:58:22.180 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2026-02-20T22:58:22.197 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2026-02-20T22:58:22.198 DEBUG:teuthology.orchestra.run.trial027:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2026-02-20T22:58:22.201 DEBUG:teuthology.orchestra.run.trial074:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2026-02-20T22:58:22.235 INFO:teuthology.orchestra.run.trial027.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2026-02-20T22:58:22.237 INFO:teuthology.orchestra.run.trial074.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2026-02-20T22:58:22.516 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2026-02-20T22:58:22.517 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@trial027.front.sepia.ceph.com 2026-02-20T22:58:22.517 DEBUG:teuthology.orchestra.run.trial027:> 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-20T22:58:22.539 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@trial074.front.sepia.ceph.com 2026-02-20T22:58:22.539 DEBUG:teuthology.orchestra.run.trial074:> 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-20T22:58:22.577 INFO:teuthology.task.internal.syslog:Gathering journactl... 2026-02-20T22:58:22.577 DEBUG:teuthology.orchestra.run.trial027:> sudo journalctl > /home/ubuntu/cephtest/archive/syslog/journalctl.log 2026-02-20T22:58:22.580 DEBUG:teuthology.orchestra.run.trial074:> sudo journalctl > /home/ubuntu/cephtest/archive/syslog/journalctl.log 2026-02-20T22:58:22.680 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2026-02-20T22:58:22.681 DEBUG:teuthology.orchestra.run.trial027:> 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-20T22:58:22.683 DEBUG:teuthology.orchestra.run.trial074:> 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-20T22:58:22.705 INFO:teuthology.orchestra.run.trial027.stderr:gzip -5 --verbose -- /home/ubuntu/cephtest/archive/syslog/misc.log 2026-02-20T22:58:22.705 INFO:teuthology.orchestra.run.trial027.stderr:gzip -5 --verbose -- /home/ubuntu/cephtest/archive/syslog/kern.log 2026-02-20T22:58:22.705 INFO:teuthology.orchestra.run.trial027.stderr:/home/ubuntu/cephtest/archive/syslog/misc.log: gzip -5 --verbose -- /home/ubuntu/cephtest/archive/syslog/journalctl.log 2026-02-20T22:58:22.705 INFO:teuthology.orchestra.run.trial027.stderr: 0.0% -- replaced with /home/ubuntu/cephtest/archive/syslog/misc.log.gz 2026-02-20T22:58:22.705 INFO:teuthology.orchestra.run.trial027.stderr:/home/ubuntu/cephtest/archive/syslog/kern.log: 0.0% -- replaced with /home/ubuntu/cephtest/archive/syslog/kern.log.gz 2026-02-20T22:58:22.707 INFO:teuthology.orchestra.run.trial074.stderr:gzip -5 --verbose -- /home/ubuntu/cephtest/archive/syslog/misc.log 2026-02-20T22:58:22.708 INFO:teuthology.orchestra.run.trial074.stderr:gzip -5 --verbose -- /home/ubuntu/cephtest/archive/syslog/kern.log 2026-02-20T22:58:22.708 INFO:teuthology.orchestra.run.trial074.stderr:/home/ubuntu/cephtest/archive/syslog/misc.log: 0.0% -- replaced with /home/ubuntu/cephtest/archive/syslog/misc.log.gz 2026-02-20T22:58:22.708 INFO:teuthology.orchestra.run.trial074.stderr:gzip -5 --verbose -- /home/ubuntu/cephtest/archive/syslog/journalctl.log 2026-02-20T22:58:22.708 INFO:teuthology.orchestra.run.trial074.stderr:/home/ubuntu/cephtest/archive/syslog/kern.log: 0.0% -- replaced with /home/ubuntu/cephtest/archive/syslog/kern.log.gz 2026-02-20T22:58:22.718 INFO:teuthology.orchestra.run.trial074.stderr:/home/ubuntu/cephtest/archive/syslog/journalctl.log: 81.3% -- replaced with /home/ubuntu/cephtest/archive/syslog/journalctl.log.gz 2026-02-20T22:58:22.724 INFO:teuthology.orchestra.run.trial027.stderr:/home/ubuntu/cephtest/archive/syslog/journalctl.log: 86.5% -- replaced with /home/ubuntu/cephtest/archive/syslog/journalctl.log.gz 2026-02-20T22:58:22.726 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2026-02-20T22:58:22.745 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2026-02-20T22:58:22.745 DEBUG:teuthology.orchestra.run.trial027:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2026-02-20T22:58:22.790 DEBUG:teuthology.orchestra.run.trial074:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2026-02-20T22:58:22.816 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2026-02-20T22:58:22.834 DEBUG:teuthology.orchestra.run.trial027:> 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-20T22:58:22.837 DEBUG:teuthology.orchestra.run.trial074:> 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-20T22:58:22.858 INFO:teuthology.orchestra.run.trial027.stdout:kernel.core_pattern = core 2026-02-20T22:58:22.879 INFO:teuthology.orchestra.run.trial074.stdout:kernel.core_pattern = core 2026-02-20T22:58:22.890 DEBUG:teuthology.orchestra.run.trial027:> test -e /home/ubuntu/cephtest/archive/coredump 2026-02-20T22:58:22.926 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-02-20T22:58:22.927 DEBUG:teuthology.orchestra.run.trial074:> test -e /home/ubuntu/cephtest/archive/coredump 2026-02-20T22:58:22.945 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-02-20T22:58:22.946 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2026-02-20T22:58:22.965 INFO:teuthology.task.internal:Transferring archived files... 2026-02-20T22:58:22.966 DEBUG:teuthology.misc:Transferring archived files from trial027:/home/ubuntu/cephtest/archive to /home/teuthworker/mnt/teuthology/yuriw-2026-02-20_16:19:15-orch-wip-pdonnell-testing-20260219.182737-tentacle-distro-default-trial/61659/remote/trial027 2026-02-20T22:58:22.966 DEBUG:teuthology.orchestra.run.trial027:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2026-02-20T22:58:23.005 DEBUG:teuthology.misc:Transferring archived files from trial074:/home/ubuntu/cephtest/archive to /home/teuthworker/mnt/teuthology/yuriw-2026-02-20_16:19:15-orch-wip-pdonnell-testing-20260219.182737-tentacle-distro-default-trial/61659/remote/trial074 2026-02-20T22:58:23.005 DEBUG:teuthology.orchestra.run.trial074:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2026-02-20T22:58:23.044 INFO:teuthology.task.internal:Removing archive directory... 2026-02-20T22:58:23.044 DEBUG:teuthology.orchestra.run.trial027:> rm -rf -- /home/ubuntu/cephtest/archive 2026-02-20T22:58:23.047 DEBUG:teuthology.orchestra.run.trial074:> rm -rf -- /home/ubuntu/cephtest/archive 2026-02-20T22:58:23.092 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2026-02-20T22:58:23.113 INFO:teuthology.task.internal:Not uploading archives. 2026-02-20T22:58:23.113 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2026-02-20T22:58:23.132 INFO:teuthology.task.internal:Tidying up after the test... 2026-02-20T22:58:23.132 DEBUG:teuthology.orchestra.run.trial027:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2026-02-20T22:58:23.135 DEBUG:teuthology.orchestra.run.trial074:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2026-02-20T22:58:23.149 INFO:teuthology.orchestra.run.trial027.stdout: 917576 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Feb 20 22:58 /home/ubuntu/cephtest 2026-02-20T22:58:23.151 INFO:teuthology.orchestra.run.trial074.stdout: 917576 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Feb 20 22:58 /home/ubuntu/cephtest 2026-02-20T22:58:23.152 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2026-02-20T22:58:23.172 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2026-02-20T22:58:23.213 INFO:teuthology.run:Summary data: description: orch/cephadm/smb/{0-distro/centos_9.stream tasks/deploy_smb_proxy_enabled} duration: 343.5116159915924 owner: scheduled_yuriw@soko04.front.sepia.ceph.com success: true 2026-02-20T22:58:23.213 DEBUG:teuthology.report:Pushing job info to https://paddles-paddles.apps.pok.os.sepia.ceph.com 2026-02-20T22:58:23.336 INFO:teuthology.run:pass