2026-02-24T15:20:28.286 INFO:root:teuthology version: 1.2.4.dev9+gfa17720d0 2026-02-24T15:20:28.300 DEBUG:teuthology.report:Pushing job info to https://paddles-paddles.apps.pok.os.sepia.ceph.com 2026-02-24T15:20:28.377 INFO:teuthology.run:Config: archive_path: /home/teuthworker/mnt/teuthology/phlogistonjohn-2026-02-24_15:13:45-orch-wip-phlogistonjohn-testing-1-2026-02-23-0827-distro-default-trial/68130 branch: wip-phlogistonjohn-testing-1-2026-02-23-0827 description: orch/cephadm/smb/{0-distro/centos_9.stream_runc tasks/deploy_smb_proxy_disabled} email: jmulligan@redhat.com first_in_suite: false flavor: default job_id: '68130' kernel: branch: distro kdb: 1 sha1: distro last_in_suite: false machine_type: trial name: phlogistonjohn-2026-02-24_15:13:45-orch-wip-phlogistonjohn-testing-1-2026-02-23-0827-distro-default-trial no_nested_subset: false os_type: centos os_version: 9.stream overrides: admin_socket: branch: wip-phlogistonjohn-testing-1-2026-02-23-0827 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: e602a214d0666d5fd7dab98304b32ef8fc2865a3 ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: e602a214d0666d5fd7dab98304b32ef8fc2865a3 selinux: allowlist: - scontext=system_u:system_r:logrotate_t:s0 workunit: branch: wip-phlogistonjohn-testing-1-2026-02-23-0827 sha1: e602a214d0666d5fd7dab98304b32ef8fc2865a3 owner: scheduled_phlogistonjohn@soko04.front.sepia.ceph.com priority: 100 repo: https://git.ceph.com/ceph-ci.git roles: - - host.a - mon.a - mgr.x - osd.0 - osd.1 - client.0 - - host.b - cephadm.exclude seed: 6752 sha1: e602a214d0666d5fd7dab98304b32ef8fc2865a3 sleep_before_teardown: 0 suite: orch suite_branch: wip-phlogistonjohn-testing-1-2026-02-23-0827 suite_path: /home/teuthworker/src/git.ceph.com_ceph-c_e602a214d0666d5fd7dab98304b32ef8fc2865a3/qa suite_relpath: qa suite_repo: https://git.ceph.com/ceph-ci.git suite_sha1: e602a214d0666d5fd7dab98304b32ef8fc2865a3 targets: trial039.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLPvLTqiKWoAmOqWos4mCioYwQGilLIHTxd1vySwR1DN5tVLNQM+CdF03Iiysx1tQqvEO4708hVZoqPWZNMSQt8= trial196.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBBMix/fYbEQ7fvtQYurilAK1RXl7JIFUZuH7XadQOFRQjIFkX+YH0CkbQTlNc3ldDOtHnlwpZkUGAG3YdzYb0OA= tasks: - pexec: all: - sudo dnf remove nvme-cli -y - sudo dnf install runc nvmetcli nvme-cli -y - sudo sed -i 's/^#runtime = "crun"/runtime = "runc"/g' /usr/share/containers/containers.conf - sudo sed -i 's/runtime = "crun"/#runtime = "crun"/g' /usr/share/containers/containers.conf - smb.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/new\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/new\n\ \ volume: cephfs\n subvolumegroup: smb\n subvolume: sv2\n path:\ \ /\n# --- End Embedded YAML\n" - cephadm.wait_for_service: service: smb.modtest1 - template.exec: host.b: - sleep 30 - '{{ctx.samba_client_container_cmd|join('' '')}} smbclient -U DOMAIN1\\ckent%1115Rose. //{{''host.a''|role_to_remote|attr(''ip_address'')}}/share1 -c ls' - '{{ctx.samba_client_container_cmd|join('' '')}} smbclient -U DOMAIN1\\ckent%1115Rose. //{{''host.a''|role_to_remote|attr(''ip_address'')}}/share2 -c ls' - smb.workunit: admin_node: host.a clients: client.0: - - default smb_nodes: - host.a smb_shares: - share1 - share2 timeout: 1h - 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\ \ 1\nfi\necho \"smb proxy service not found\"\nexit 0\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-24_15:13:45 tube: trial user: phlogistonjohn verbose: false worker_log: /home/teuthworker/mnt/teuthology/worker_logs/dispatcher.trial.904699 2026-02-24T15:20:28.377 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/git.ceph.com_ceph-c_e602a214d0666d5fd7dab98304b32ef8fc2865a3/qa; will attempt to use it 2026-02-24T15:20:28.378 INFO:teuthology.run:Found tasks at /home/teuthworker/src/git.ceph.com_ceph-c_e602a214d0666d5fd7dab98304b32ef8fc2865a3/qa/tasks 2026-02-24T15:20:28.378 INFO:teuthology.run_tasks:Running task internal.check_packages... 2026-02-24T15:20:28.379 INFO:teuthology.task.internal:Checking packages... 2026-02-24T15:20:28.379 INFO:teuthology.task.internal:Checking packages for os_type 'centos', flavor 'default' and ceph hash 'e602a214d0666d5fd7dab98304b32ef8fc2865a3' 2026-02-24T15:20:28.379 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2026-02-24T15:20:28.379 INFO:teuthology.packaging:ref: None 2026-02-24T15:20:28.379 INFO:teuthology.packaging:tag: None 2026-02-24T15:20:28.379 INFO:teuthology.packaging:branch: wip-phlogistonjohn-testing-1-2026-02-23-0827 2026-02-24T15:20:28.379 INFO:teuthology.packaging:sha1: e602a214d0666d5fd7dab98304b32ef8fc2865a3 2026-02-24T15:20:28.379 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&ref=wip-phlogistonjohn-testing-1-2026-02-23-0827 2026-02-24T15:20:28.505 INFO:teuthology.task.internal:Found packages for ceph version 20.3.0-5484.ge602a214 2026-02-24T15:20:28.506 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2026-02-24T15:20:28.517 INFO:teuthology.task.internal:no buildpackages task found 2026-02-24T15:20:28.517 INFO:teuthology.run_tasks:Running task internal.save_config... 2026-02-24T15:20:28.530 INFO:teuthology.task.internal:Saving configuration 2026-02-24T15:20:28.542 INFO:teuthology.run_tasks:Running task internal.check_lock... 2026-02-24T15:20:28.555 INFO:teuthology.task.internal.check_lock:Checking locks... 2026-02-24T15:20:28.631 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'trial039.front.sepia.ceph.com', 'description': '/home/teuthworker/mnt/teuthology/phlogistonjohn-2026-02-24_15:13:45-orch-wip-phlogistonjohn-testing-1-2026-02-23-0827-distro-default-trial/68130', '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-24 15:15:33.288821', 'locked_by': 'scheduled_phlogistonjohn@soko04.front.sepia.ceph.com', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLPvLTqiKWoAmOqWos4mCioYwQGilLIHTxd1vySwR1DN5tVLNQM+CdF03Iiysx1tQqvEO4708hVZoqPWZNMSQt8='} 2026-02-24T15:20:28.686 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'trial196.front.sepia.ceph.com', 'description': '/home/teuthworker/mnt/teuthology/phlogistonjohn-2026-02-24_15:13:45-orch-wip-phlogistonjohn-testing-1-2026-02-23-0827-distro-default-trial/68130', '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-24 15:15:33.287921', 'locked_by': 'scheduled_phlogistonjohn@soko04.front.sepia.ceph.com', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBBMix/fYbEQ7fvtQYurilAK1RXl7JIFUZuH7XadQOFRQjIFkX+YH0CkbQTlNc3ldDOtHnlwpZkUGAG3YdzYb0OA='} 2026-02-24T15:20:28.686 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2026-02-24T15:20:28.696 INFO:teuthology.task.internal:roles: ubuntu@trial039.front.sepia.ceph.com - ['host.a', 'mon.a', 'mgr.x', 'osd.0', 'osd.1', 'client.0'] 2026-02-24T15:20:28.696 INFO:teuthology.task.internal:roles: ubuntu@trial196.front.sepia.ceph.com - ['host.b', 'cephadm.exclude'] 2026-02-24T15:20:28.696 INFO:teuthology.run_tasks:Running task console_log... 2026-02-24T15:20:28.817 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x76a3dee942c0>, signals=[15]) 2026-02-24T15:20:28.817 INFO:teuthology.run_tasks:Running task internal.connect... 2026-02-24T15:20:28.830 INFO:teuthology.task.internal:Opening connections... 2026-02-24T15:20:28.830 DEBUG:teuthology.task.internal:connecting to ubuntu@trial039.front.sepia.ceph.com 2026-02-24T15:20:28.831 DEBUG:teuthology.orchestra.connection:{'hostname': 'trial039.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2026-02-24T15:20:28.891 DEBUG:teuthology.task.internal:connecting to ubuntu@trial196.front.sepia.ceph.com 2026-02-24T15:20:28.892 DEBUG:teuthology.orchestra.connection:{'hostname': 'trial196.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2026-02-24T15:20:28.953 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2026-02-24T15:20:28.968 DEBUG:teuthology.orchestra.run.trial039:> uname -m 2026-02-24T15:20:28.985 INFO:teuthology.orchestra.run.trial039.stdout:x86_64 2026-02-24T15:20:28.985 DEBUG:teuthology.orchestra.run.trial039:> cat /etc/os-release 2026-02-24T15:20:29.041 INFO:teuthology.orchestra.run.trial039.stdout:NAME="CentOS Stream" 2026-02-24T15:20:29.041 INFO:teuthology.orchestra.run.trial039.stdout:VERSION="9" 2026-02-24T15:20:29.041 INFO:teuthology.orchestra.run.trial039.stdout:ID="centos" 2026-02-24T15:20:29.041 INFO:teuthology.orchestra.run.trial039.stdout:ID_LIKE="rhel fedora" 2026-02-24T15:20:29.041 INFO:teuthology.orchestra.run.trial039.stdout:VERSION_ID="9" 2026-02-24T15:20:29.041 INFO:teuthology.orchestra.run.trial039.stdout:PLATFORM_ID="platform:el9" 2026-02-24T15:20:29.041 INFO:teuthology.orchestra.run.trial039.stdout:PRETTY_NAME="CentOS Stream 9" 2026-02-24T15:20:29.041 INFO:teuthology.orchestra.run.trial039.stdout:ANSI_COLOR="0;31" 2026-02-24T15:20:29.041 INFO:teuthology.orchestra.run.trial039.stdout:LOGO="fedora-logo-icon" 2026-02-24T15:20:29.041 INFO:teuthology.orchestra.run.trial039.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2026-02-24T15:20:29.041 INFO:teuthology.orchestra.run.trial039.stdout:HOME_URL="https://centos.org/" 2026-02-24T15:20:29.041 INFO:teuthology.orchestra.run.trial039.stdout:BUG_REPORT_URL="https://issues.redhat.com/" 2026-02-24T15:20:29.041 INFO:teuthology.orchestra.run.trial039.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2026-02-24T15:20:29.041 INFO:teuthology.orchestra.run.trial039.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2026-02-24T15:20:29.042 INFO:teuthology.lock.ops:Updating trial039.front.sepia.ceph.com on lock server 2026-02-24T15:20:29.108 DEBUG:teuthology.orchestra.run.trial196:> uname -m 2026-02-24T15:20:29.126 INFO:teuthology.orchestra.run.trial196.stdout:x86_64 2026-02-24T15:20:29.126 DEBUG:teuthology.orchestra.run.trial196:> cat /etc/os-release 2026-02-24T15:20:29.182 INFO:teuthology.orchestra.run.trial196.stdout:NAME="CentOS Stream" 2026-02-24T15:20:29.183 INFO:teuthology.orchestra.run.trial196.stdout:VERSION="9" 2026-02-24T15:20:29.183 INFO:teuthology.orchestra.run.trial196.stdout:ID="centos" 2026-02-24T15:20:29.183 INFO:teuthology.orchestra.run.trial196.stdout:ID_LIKE="rhel fedora" 2026-02-24T15:20:29.183 INFO:teuthology.orchestra.run.trial196.stdout:VERSION_ID="9" 2026-02-24T15:20:29.183 INFO:teuthology.orchestra.run.trial196.stdout:PLATFORM_ID="platform:el9" 2026-02-24T15:20:29.183 INFO:teuthology.orchestra.run.trial196.stdout:PRETTY_NAME="CentOS Stream 9" 2026-02-24T15:20:29.183 INFO:teuthology.orchestra.run.trial196.stdout:ANSI_COLOR="0;31" 2026-02-24T15:20:29.183 INFO:teuthology.orchestra.run.trial196.stdout:LOGO="fedora-logo-icon" 2026-02-24T15:20:29.183 INFO:teuthology.orchestra.run.trial196.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2026-02-24T15:20:29.183 INFO:teuthology.orchestra.run.trial196.stdout:HOME_URL="https://centos.org/" 2026-02-24T15:20:29.183 INFO:teuthology.orchestra.run.trial196.stdout:BUG_REPORT_URL="https://issues.redhat.com/" 2026-02-24T15:20:29.183 INFO:teuthology.orchestra.run.trial196.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2026-02-24T15:20:29.183 INFO:teuthology.orchestra.run.trial196.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2026-02-24T15:20:29.183 INFO:teuthology.lock.ops:Updating trial196.front.sepia.ceph.com on lock server 2026-02-24T15:20:29.243 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2026-02-24T15:20:29.262 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2026-02-24T15:20:29.274 INFO:teuthology.task.internal:Checking for old test directory... 2026-02-24T15:20:29.274 DEBUG:teuthology.orchestra.run.trial039:> test '!' -e /home/ubuntu/cephtest 2026-02-24T15:20:29.276 DEBUG:teuthology.orchestra.run.trial196:> test '!' -e /home/ubuntu/cephtest 2026-02-24T15:20:29.292 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2026-02-24T15:20:29.303 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2026-02-24T15:20:29.303 DEBUG:teuthology.orchestra.run.trial039:> test -z $(ls -A /var/lib/ceph) 2026-02-24T15:20:29.331 DEBUG:teuthology.orchestra.run.trial196:> test -z $(ls -A /var/lib/ceph) 2026-02-24T15:20:29.350 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2026-02-24T15:20:29.510 INFO:teuthology.run_tasks:Running task kernel... 2026-02-24T15:20:29.529 INFO:teuthology.task.kernel:normalize config orig: {'branch': 'distro', 'kdb': 1, 'sha1': 'distro'} 2026-02-24T15:20:29.529 INFO:teuthology.task.kernel:config {'host.a': {'branch': 'distro', 'kdb': 1, 'sha1': 'distro'}, 'host.b': {'branch': 'distro', 'kdb': 1, 'sha1': 'distro'}}, timeout 300 2026-02-24T15:20:29.529 DEBUG:teuthology.orchestra.run.trial039:> test -f /run/.containerenv -o -f /.dockerenv 2026-02-24T15:20:29.530 DEBUG:teuthology.orchestra.run.trial196:> test -f /run/.containerenv -o -f /.dockerenv 2026-02-24T15:20:29.544 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-02-24T15:20:29.544 DEBUG:teuthology.orchestra.run.trial039:> uname -r 2026-02-24T15:20:29.546 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-02-24T15:20:29.546 DEBUG:teuthology.orchestra.run.trial196:> uname -r 2026-02-24T15:20:29.600 INFO:teuthology.orchestra.run.trial039.stdout:5.14.0-681.el9.x86_64 2026-02-24T15:20:29.600 INFO:teuthology.task.kernel:Running kernel on trial039: 5.14.0-681.el9.x86_64 2026-02-24T15:20:29.601 DEBUG:teuthology.orchestra.run.trial039:> sudo yum install -y kernel 2026-02-24T15:20:29.604 INFO:teuthology.orchestra.run.trial196.stdout:5.14.0-681.el9.x86_64 2026-02-24T15:20:29.604 INFO:teuthology.task.kernel:Running kernel on trial196: 5.14.0-681.el9.x86_64 2026-02-24T15:20:29.604 DEBUG:teuthology.orchestra.run.trial196:> sudo yum install -y kernel 2026-02-24T15:20:30.909 INFO:teuthology.orchestra.run.trial196.stdout:CentOS Stream 9 - BaseOS 9.7 MB/s | 8.9 MB 00:00 2026-02-24T15:20:31.362 INFO:teuthology.orchestra.run.trial039.stdout:CentOS Stream 9 - BaseOS 6.5 MB/s | 8.9 MB 00:01 2026-02-24T15:20:32.055 INFO:teuthology.orchestra.run.trial196.stdout:CentOS Stream 9 - AppStream 44 MB/s | 27 MB 00:00 2026-02-24T15:20:34.332 INFO:teuthology.orchestra.run.trial039.stdout:CentOS Stream 9 - AppStream 11 MB/s | 27 MB 00:02 2026-02-24T15:20:36.140 INFO:teuthology.orchestra.run.trial196.stdout:CentOS Stream 9 - CRB 5.0 MB/s | 8.0 MB 00:01 2026-02-24T15:20:37.567 INFO:teuthology.orchestra.run.trial196.stdout:CentOS Stream 9 - Extras packages 31 kB/s | 20 kB 00:00 2026-02-24T15:20:38.145 INFO:teuthology.orchestra.run.trial196.stdout:Extra Packages for Enterprise Linux 40 MB/s | 20 MB 00:00 2026-02-24T15:20:41.337 INFO:teuthology.orchestra.run.trial196.stdout:lab-extras 2.7 MB/s | 50 kB 00:00 2026-02-24T15:20:42.361 INFO:teuthology.orchestra.run.trial196.stdout:Package kernel-5.14.0-645.el9.x86_64 is already installed. 2026-02-24T15:20:42.361 INFO:teuthology.orchestra.run.trial196.stdout:Package kernel-5.14.0-681.el9.x86_64 is already installed. 2026-02-24T15:20:42.381 INFO:teuthology.orchestra.run.trial196.stdout:Dependencies resolved. 2026-02-24T15:20:42.382 INFO:teuthology.orchestra.run.trial196.stdout:================================================================================ 2026-02-24T15:20:42.382 INFO:teuthology.orchestra.run.trial196.stdout: Package Architecture Version Repository Size 2026-02-24T15:20:42.383 INFO:teuthology.orchestra.run.trial196.stdout:================================================================================ 2026-02-24T15:20:42.383 INFO:teuthology.orchestra.run.trial196.stdout:Installing: 2026-02-24T15:20:42.383 INFO:teuthology.orchestra.run.trial196.stdout: kernel x86_64 5.14.0-686.el9 baseos 901 k 2026-02-24T15:20:42.383 INFO:teuthology.orchestra.run.trial196.stdout:Installing dependencies: 2026-02-24T15:20:42.383 INFO:teuthology.orchestra.run.trial196.stdout: kernel-core x86_64 5.14.0-686.el9 baseos 17 M 2026-02-24T15:20:42.383 INFO:teuthology.orchestra.run.trial196.stdout: kernel-modules x86_64 5.14.0-686.el9 baseos 40 M 2026-02-24T15:20:42.383 INFO:teuthology.orchestra.run.trial196.stdout: kernel-modules-core x86_64 5.14.0-686.el9 baseos 31 M 2026-02-24T15:20:42.383 INFO:teuthology.orchestra.run.trial196.stdout: 2026-02-24T15:20:42.383 INFO:teuthology.orchestra.run.trial196.stdout:Transaction Summary 2026-02-24T15:20:42.383 INFO:teuthology.orchestra.run.trial196.stdout:================================================================================ 2026-02-24T15:20:42.383 INFO:teuthology.orchestra.run.trial196.stdout:Install 4 Packages 2026-02-24T15:20:42.384 INFO:teuthology.orchestra.run.trial196.stdout: 2026-02-24T15:20:42.384 INFO:teuthology.orchestra.run.trial196.stdout:Total download size: 89 M 2026-02-24T15:20:42.384 INFO:teuthology.orchestra.run.trial196.stdout:Installed size: 135 M 2026-02-24T15:20:42.384 INFO:teuthology.orchestra.run.trial196.stdout:Downloading Packages: 2026-02-24T15:20:43.006 INFO:teuthology.orchestra.run.trial039.stdout:CentOS Stream 9 - CRB 1.3 MB/s | 8.0 MB 00:06 2026-02-24T15:20:44.178 INFO:teuthology.orchestra.run.trial196.stdout:(1/4): kernel-core-5.14.0-686.el9.x86_64.rpm 12 MB/s | 17 MB 00:01 2026-02-24T15:20:44.253 INFO:teuthology.orchestra.run.trial039.stdout:CentOS Stream 9 - Extras packages 40 kB/s | 20 kB 00:00 2026-02-24T15:20:44.955 INFO:teuthology.orchestra.run.trial196.stdout:(2/4): kernel-modules-core-5.14.0-686.el9.x86_6 40 MB/s | 31 MB 00:00 2026-02-24T15:20:45.158 INFO:teuthology.orchestra.run.trial196.stdout:(3/4): kernel-5.14.0-686.el9.x86_64.rpm 365 kB/s | 901 kB 00:02 2026-02-24T15:20:45.434 INFO:teuthology.orchestra.run.trial196.stdout:(4/4): kernel-modules-5.14.0-686.el9.x86_64.rpm 15 MB/s | 40 MB 00:02 2026-02-24T15:20:45.435 INFO:teuthology.orchestra.run.trial196.stdout:-------------------------------------------------------------------------------- 2026-02-24T15:20:45.435 INFO:teuthology.orchestra.run.trial196.stdout:Total 29 MB/s | 89 MB 00:03 2026-02-24T15:20:45.628 INFO:teuthology.orchestra.run.trial196.stdout:Running transaction check 2026-02-24T15:20:45.831 INFO:teuthology.orchestra.run.trial196.stdout:Transaction check succeeded. 2026-02-24T15:20:45.831 INFO:teuthology.orchestra.run.trial196.stdout:Running transaction test 2026-02-24T15:20:45.985 INFO:teuthology.orchestra.run.trial039.stdout:Extra Packages for Enterprise Linux 12 MB/s | 20 MB 00:01 2026-02-24T15:20:46.214 INFO:teuthology.orchestra.run.trial196.stdout:Transaction test succeeded. 2026-02-24T15:20:46.214 INFO:teuthology.orchestra.run.trial196.stdout:Running transaction 2026-02-24T15:20:47.324 INFO:teuthology.orchestra.run.trial196.stdout: Preparing : 1/1 2026-02-24T15:20:47.612 INFO:teuthology.orchestra.run.trial196.stdout: Installing : kernel-modules-core-5.14.0-686.el9.x86_64 1/4 2026-02-24T15:20:47.634 INFO:teuthology.orchestra.run.trial196.stdout: Installing : kernel-core-5.14.0-686.el9.x86_64 2/4 2026-02-24T15:20:49.185 INFO:teuthology.orchestra.run.trial039.stdout:lab-extras 2.4 MB/s | 50 kB 00:00 2026-02-24T15:20:50.199 INFO:teuthology.orchestra.run.trial039.stdout:Package kernel-5.14.0-645.el9.x86_64 is already installed. 2026-02-24T15:20:50.200 INFO:teuthology.orchestra.run.trial039.stdout:Package kernel-5.14.0-681.el9.x86_64 is already installed. 2026-02-24T15:20:50.209 INFO:teuthology.orchestra.run.trial196.stdout: Running scriptlet: kernel-core-5.14.0-686.el9.x86_64 2/4 2026-02-24T15:20:50.219 INFO:teuthology.orchestra.run.trial039.stdout:Dependencies resolved. 2026-02-24T15:20:50.220 INFO:teuthology.orchestra.run.trial039.stdout:================================================================================ 2026-02-24T15:20:50.221 INFO:teuthology.orchestra.run.trial039.stdout: Package Architecture Version Repository Size 2026-02-24T15:20:50.221 INFO:teuthology.orchestra.run.trial039.stdout:================================================================================ 2026-02-24T15:20:50.221 INFO:teuthology.orchestra.run.trial039.stdout:Installing: 2026-02-24T15:20:50.221 INFO:teuthology.orchestra.run.trial039.stdout: kernel x86_64 5.14.0-686.el9 baseos 901 k 2026-02-24T15:20:50.221 INFO:teuthology.orchestra.run.trial039.stdout:Installing dependencies: 2026-02-24T15:20:50.221 INFO:teuthology.orchestra.run.trial039.stdout: kernel-core x86_64 5.14.0-686.el9 baseos 17 M 2026-02-24T15:20:50.221 INFO:teuthology.orchestra.run.trial039.stdout: kernel-modules x86_64 5.14.0-686.el9 baseos 40 M 2026-02-24T15:20:50.221 INFO:teuthology.orchestra.run.trial039.stdout: kernel-modules-core x86_64 5.14.0-686.el9 baseos 31 M 2026-02-24T15:20:50.221 INFO:teuthology.orchestra.run.trial039.stdout: 2026-02-24T15:20:50.222 INFO:teuthology.orchestra.run.trial039.stdout:Transaction Summary 2026-02-24T15:20:50.222 INFO:teuthology.orchestra.run.trial039.stdout:================================================================================ 2026-02-24T15:20:50.222 INFO:teuthology.orchestra.run.trial039.stdout:Install 4 Packages 2026-02-24T15:20:50.222 INFO:teuthology.orchestra.run.trial039.stdout: 2026-02-24T15:20:50.222 INFO:teuthology.orchestra.run.trial039.stdout:Total download size: 89 M 2026-02-24T15:20:50.222 INFO:teuthology.orchestra.run.trial039.stdout:Installed size: 135 M 2026-02-24T15:20:50.222 INFO:teuthology.orchestra.run.trial039.stdout:Downloading Packages: 2026-02-24T15:20:50.242 INFO:teuthology.orchestra.run.trial196.stdout: Installing : kernel-modules-5.14.0-686.el9.x86_64 3/4 2026-02-24T15:20:50.921 INFO:teuthology.orchestra.run.trial039.stdout:(1/4): kernel-5.14.0-686.el9.x86_64.rpm 1.4 MB/s | 901 kB 00:00 2026-02-24T15:20:51.504 INFO:teuthology.orchestra.run.trial039.stdout:(2/4): kernel-core-5.14.0-686.el9.x86_64.rpm 14 MB/s | 17 MB 00:01 2026-02-24T15:20:52.100 INFO:teuthology.orchestra.run.trial039.stdout:(3/4): kernel-modules-core-5.14.0-686.el9.x86_6 26 MB/s | 31 MB 00:01 2026-02-24T15:20:52.341 INFO:teuthology.orchestra.run.trial039.stdout:(4/4): kernel-modules-5.14.0-686.el9.x86_64.rpm 19 MB/s | 40 MB 00:02 2026-02-24T15:20:52.341 INFO:teuthology.orchestra.run.trial039.stdout:-------------------------------------------------------------------------------- 2026-02-24T15:20:52.341 INFO:teuthology.orchestra.run.trial039.stdout:Total 42 MB/s | 89 MB 00:02 2026-02-24T15:20:52.532 INFO:teuthology.orchestra.run.trial039.stdout:Running transaction check 2026-02-24T15:20:52.730 INFO:teuthology.orchestra.run.trial039.stdout:Transaction check succeeded. 2026-02-24T15:20:52.731 INFO:teuthology.orchestra.run.trial039.stdout:Running transaction test 2026-02-24T15:20:53.114 INFO:teuthology.orchestra.run.trial039.stdout:Transaction test succeeded. 2026-02-24T15:20:53.114 INFO:teuthology.orchestra.run.trial039.stdout:Running transaction 2026-02-24T15:20:53.284 INFO:teuthology.orchestra.run.trial196.stdout: Running scriptlet: kernel-modules-5.14.0-686.el9.x86_64 3/4 2026-02-24T15:20:53.291 INFO:teuthology.orchestra.run.trial196.stdout: Installing : kernel-5.14.0-686.el9.x86_64 4/4 2026-02-24T15:20:54.219 INFO:teuthology.orchestra.run.trial039.stdout: Preparing : 1/1 2026-02-24T15:20:54.509 INFO:teuthology.orchestra.run.trial039.stdout: Installing : kernel-modules-core-5.14.0-686.el9.x86_64 1/4 2026-02-24T15:20:54.531 INFO:teuthology.orchestra.run.trial039.stdout: Installing : kernel-core-5.14.0-686.el9.x86_64 2/4 2026-02-24T15:20:56.333 INFO:teuthology.orchestra.run.trial196.stdout: Running scriptlet: kernel-modules-core-5.14.0-686.el9.x86_64 4/4 2026-02-24T15:20:57.108 INFO:teuthology.orchestra.run.trial039.stdout: Running scriptlet: kernel-core-5.14.0-686.el9.x86_64 2/4 2026-02-24T15:20:57.141 INFO:teuthology.orchestra.run.trial039.stdout: Installing : kernel-modules-5.14.0-686.el9.x86_64 3/4 2026-02-24T15:21:00.413 INFO:teuthology.orchestra.run.trial039.stdout: Running scriptlet: kernel-modules-5.14.0-686.el9.x86_64 3/4 2026-02-24T15:21:00.419 INFO:teuthology.orchestra.run.trial039.stdout: Installing : kernel-5.14.0-686.el9.x86_64 4/4 2026-02-24T15:21:03.471 INFO:teuthology.orchestra.run.trial039.stdout: Running scriptlet: kernel-modules-core-5.14.0-686.el9.x86_64 4/4 2026-02-24T15:21:13.895 INFO:teuthology.orchestra.run.trial196.stdout: Running scriptlet: kernel-core-5.14.0-686.el9.x86_64 4/4 2026-02-24T15:21:13.918 INFO:teuthology.orchestra.run.trial196.stdout: Running scriptlet: kernel-modules-5.14.0-686.el9.x86_64 4/4 2026-02-24T15:21:14.107 INFO:teuthology.orchestra.run.trial196.stdout: Running scriptlet: kernel-5.14.0-686.el9.x86_64 4/4 2026-02-24T15:21:14.107 INFO:teuthology.orchestra.run.trial196.stdout: Verifying : kernel-5.14.0-686.el9.x86_64 1/4 2026-02-24T15:21:14.107 INFO:teuthology.orchestra.run.trial196.stdout: Verifying : kernel-core-5.14.0-686.el9.x86_64 2/4 2026-02-24T15:21:14.107 INFO:teuthology.orchestra.run.trial196.stdout: Verifying : kernel-modules-5.14.0-686.el9.x86_64 3/4 2026-02-24T15:21:14.164 INFO:teuthology.orchestra.run.trial196.stdout: Verifying : kernel-modules-core-5.14.0-686.el9.x86_64 4/4 2026-02-24T15:21:14.164 INFO:teuthology.orchestra.run.trial196.stdout: 2026-02-24T15:21:14.165 INFO:teuthology.orchestra.run.trial196.stdout:Installed: 2026-02-24T15:21:14.165 INFO:teuthology.orchestra.run.trial196.stdout: kernel-5.14.0-686.el9.x86_64 2026-02-24T15:21:14.165 INFO:teuthology.orchestra.run.trial196.stdout: kernel-core-5.14.0-686.el9.x86_64 2026-02-24T15:21:14.165 INFO:teuthology.orchestra.run.trial196.stdout: kernel-modules-5.14.0-686.el9.x86_64 2026-02-24T15:21:14.165 INFO:teuthology.orchestra.run.trial196.stdout: kernel-modules-core-5.14.0-686.el9.x86_64 2026-02-24T15:21:14.165 INFO:teuthology.orchestra.run.trial196.stdout: 2026-02-24T15:21:14.165 INFO:teuthology.orchestra.run.trial196.stdout:Complete! 2026-02-24T15:21:14.229 DEBUG:teuthology.orchestra.run.trial196:> rpm -q kernel | sort -rV | head -n 1 2026-02-24T15:21:14.258 INFO:teuthology.orchestra.run.trial196.stdout:kernel-5.14.0-686.el9.x86_64 2026-02-24T15:21:14.258 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-686.el9.x86_64 2026-02-24T15:21:14.258 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.14.0-681.el9.x86_64 Expected: 5.14.0-686.el9.x86_64 2026-02-24T15:21:14.258 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2026-02-24T15:21:14.258 DEBUG:teuthology.task.kernel:src is distro, skipping download 2026-02-24T15:21:14.259 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2026-02-24T15:21:14.259 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@trial196.front.sepia.ceph.com, path=None, version=distro) 2026-02-24T15:21:14.259 DEBUG:teuthology.orchestra.run.trial196:> rpm -q kernel | sort -rV | head -n 1 2026-02-24T15:21:14.325 INFO:teuthology.orchestra.run.trial196.stdout:kernel-5.14.0-686.el9.x86_64 2026-02-24T15:21:14.327 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-686.el9.x86_64 2026-02-24T15:21:14.327 DEBUG:teuthology.orchestra.run.trial196:> sudo rpm -qi grub2-tools 2026-02-24T15:21:14.395 INFO:teuthology.orchestra.run.trial196.stdout:Name : grub2-tools 2026-02-24T15:21:14.396 INFO:teuthology.orchestra.run.trial196.stdout:Epoch : 1 2026-02-24T15:21:14.396 INFO:teuthology.orchestra.run.trial196.stdout:Version : 2.06 2026-02-24T15:21:14.396 INFO:teuthology.orchestra.run.trial196.stdout:Release : 120.el9 2026-02-24T15:21:14.396 INFO:teuthology.orchestra.run.trial196.stdout:Architecture: x86_64 2026-02-24T15:21:14.396 INFO:teuthology.orchestra.run.trial196.stdout:Install Date: Wed 18 Feb 2026 05:18:42 PM UTC 2026-02-24T15:21:14.396 INFO:teuthology.orchestra.run.trial196.stdout:Group : Unspecified 2026-02-24T15:21:14.396 INFO:teuthology.orchestra.run.trial196.stdout:Size : 9108611 2026-02-24T15:21:14.396 INFO:teuthology.orchestra.run.trial196.stdout:License : GPLv3+ 2026-02-24T15:21:14.396 INFO:teuthology.orchestra.run.trial196.stdout:Signature : RSA/SHA256, Thu 04 Dec 2025 09:42:59 AM UTC, Key ID 05b555b38483c65d 2026-02-24T15:21:14.397 INFO:teuthology.orchestra.run.trial196.stdout:Source RPM : grub2-2.06-120.el9.src.rpm 2026-02-24T15:21:14.397 INFO:teuthology.orchestra.run.trial196.stdout:Build Date : Wed 03 Dec 2025 12:10:38 PM UTC 2026-02-24T15:21:14.397 INFO:teuthology.orchestra.run.trial196.stdout:Build Host : x86-05.stream.rdu2.redhat.com 2026-02-24T15:21:14.397 INFO:teuthology.orchestra.run.trial196.stdout:Packager : builder@centos.org 2026-02-24T15:21:14.397 INFO:teuthology.orchestra.run.trial196.stdout:Vendor : CentOS 2026-02-24T15:21:14.397 INFO:teuthology.orchestra.run.trial196.stdout:URL : http://www.gnu.org/software/grub/ 2026-02-24T15:21:14.397 INFO:teuthology.orchestra.run.trial196.stdout:Summary : Support tools for GRUB. 2026-02-24T15:21:14.397 INFO:teuthology.orchestra.run.trial196.stdout:Description : 2026-02-24T15:21:14.397 INFO:teuthology.orchestra.run.trial196.stdout: 2026-02-24T15:21:14.397 INFO:teuthology.orchestra.run.trial196.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2026-02-24T15:21:14.397 INFO:teuthology.orchestra.run.trial196.stdout:customizable bootloader with modular architecture. It supports a rich 2026-02-24T15:21:14.398 INFO:teuthology.orchestra.run.trial196.stdout:variety of kernel formats, file systems, computer architectures and 2026-02-24T15:21:14.398 INFO:teuthology.orchestra.run.trial196.stdout:hardware devices. 2026-02-24T15:21:14.398 INFO:teuthology.orchestra.run.trial196.stdout: 2026-02-24T15:21:14.398 INFO:teuthology.orchestra.run.trial196.stdout:This subpackage provides tools for support of all platforms. 2026-02-24T15:21:14.399 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2026-02-24T15:21:14.399 INFO:teuthology.task.kernel:Updating grub on trial196 to boot 5.14.0-686.el9.x86_64 2026-02-24T15:21:14.399 DEBUG:teuthology.orchestra.run.trial196:> sudo find /boot/loader/entries -maxdepth 1 -name "*.conf" -type f -print -quit 2026-02-24T15:21:14.463 INFO:teuthology.orchestra.run.trial196.stdout:/boot/loader/entries/b0373be789df49cdafedf423703d2566-5.14.0-681.el9.x86_64.conf 2026-02-24T15:21:14.465 DEBUG:teuthology.orchestra.run.trial196:> sudo command -v grubby && echo yes || echo no 2026-02-24T15:21:14.528 INFO:teuthology.orchestra.run.trial196.stdout:/sbin/grubby 2026-02-24T15:21:14.529 INFO:teuthology.orchestra.run.trial196.stdout:yes 2026-02-24T15:21:14.530 DEBUG:teuthology.orchestra.run.trial196:> sudo find /boot/loader/entries -maxdepth 1 -name "*.conf" -type f | grep -F "5.14.0-686.el9.x86_64" | head -n 1 2026-02-24T15:21:14.595 INFO:teuthology.orchestra.run.trial196.stdout:/boot/loader/entries/b0373be789df49cdafedf423703d2566-5.14.0-686.el9.x86_64.conf 2026-02-24T15:21:14.597 DEBUG:teuthology.orchestra.run.trial196:> sudo grub2-set-default b0373be789df49cdafedf423703d2566-5.14.0-686.el9.x86_64 2026-02-24T15:21:14.671 DEBUG:teuthology.orchestra.run.trial196:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2026-02-24T15:21:14.875 INFO:teuthology.orchestra.run.trial196.stderr:Generating grub configuration file ... 2026-02-24T15:21:14.944 INFO:teuthology.orchestra.run.trial196.stderr:Found linux image: /boot/vmlinuz-5.14.0-686.el9.x86_64 2026-02-24T15:21:14.951 INFO:teuthology.orchestra.run.trial196.stderr:Found initrd image: /boot/initramfs-5.14.0-686.el9.x86_64.img 2026-02-24T15:21:15.202 INFO:teuthology.orchestra.run.trial196.stderr:Found linux image: /boot/vmlinuz-5.14.0-681.el9.x86_64 2026-02-24T15:21:15.209 INFO:teuthology.orchestra.run.trial196.stderr:Found initrd image: /boot/initramfs-5.14.0-681.el9.x86_64.img 2026-02-24T15:21:15.245 INFO:teuthology.orchestra.run.trial196.stderr:Found linux image: /boot/vmlinuz-5.14.0-645.el9.x86_64 2026-02-24T15:21:15.252 INFO:teuthology.orchestra.run.trial196.stderr:Found initrd image: /boot/initramfs-5.14.0-645.el9.x86_64.img 2026-02-24T15:21:15.283 INFO:teuthology.orchestra.run.trial196.stderr:Found linux image: /boot/vmlinuz-0-rescue-b0373be789df49cdafedf423703d2566 2026-02-24T15:21:15.290 INFO:teuthology.orchestra.run.trial196.stderr:Found initrd image: /boot/initramfs-0-rescue-b0373be789df49cdafedf423703d2566.img 2026-02-24T15:21:15.314 INFO:teuthology.orchestra.run.trial196.stderr:Found linux image: /boot/vmlinuz-0-rescue-2734456005d743dca7f3dc77c35a2d0d 2026-02-24T15:21:15.321 INFO:teuthology.orchestra.run.trial196.stderr:Found initrd image: /boot/initramfs-0-rescue-2734456005d743dca7f3dc77c35a2d0d.img 2026-02-24T15:21:15.407 INFO:teuthology.orchestra.run.trial196.stderr:Adding boot menu entry for UEFI Firmware Settings ... 2026-02-24T15:21:15.416 INFO:teuthology.orchestra.run.trial196.stderr:done 2026-02-24T15:21:15.418 DEBUG:teuthology.orchestra.run.trial196:> test -d /sys/firmware/efi 2026-02-24T15:21:15.435 DEBUG:teuthology.orchestra.run.trial196:> sudo find /boot/efi/EFI -mindepth 1 -maxdepth 1 -type d || true 2026-02-24T15:21:15.500 INFO:teuthology.orchestra.run.trial196.stdout:/boot/efi/EFI/BOOT 2026-02-24T15:21:15.500 INFO:teuthology.orchestra.run.trial196.stdout:/boot/efi/EFI/centos 2026-02-24T15:21:15.502 DEBUG:teuthology.orchestra.run.trial196:> sudo test -f /boot/efi/EFI/BOOT/grub.cfg && echo yes || echo no 2026-02-24T15:21:15.569 INFO:teuthology.orchestra.run.trial196.stdout:no 2026-02-24T15:21:15.570 DEBUG:teuthology.orchestra.run.trial196:> sudo test -f /boot/efi/EFI/centos/grub.cfg && echo yes || echo no 2026-02-24T15:21:15.634 INFO:teuthology.orchestra.run.trial196.stdout:yes 2026-02-24T15:21:15.635 DEBUG:teuthology.orchestra.run.trial196:> sudo cp -f /boot/grub2/grub.cfg /boot/efi/EFI/centos/grub.cfg 2026-02-24T15:21:15.699 INFO:teuthology.orchestra.remote:Triggering safe hard reboot via SysRq on trial196 2026-02-24T15:21:15.699 DEBUG:teuthology.orchestra.run.trial196:> sudo bash -c ' 2026-02-24T15:21:15.699 DEBUG:teuthology.orchestra.run.trial196:> echo pci > /sys/kernel/reboot/type && echo 1 > /sys/kernel/reboot/force && sync && echo s > /proc/sysrq-trigger && echo u > /proc/sysrq-trigger && sleep 2 && echo b > /proc/sysrq-trigger 2026-02-24T15:21:15.700 DEBUG:teuthology.orchestra.run.trial196:> ' 2026-02-24T15:21:20.864 INFO:teuthology.orchestra.run.trial039.stdout: Running scriptlet: kernel-core-5.14.0-686.el9.x86_64 4/4 2026-02-24T15:21:20.885 INFO:teuthology.orchestra.run.trial039.stdout: Running scriptlet: kernel-modules-5.14.0-686.el9.x86_64 4/4 2026-02-24T15:21:21.071 INFO:teuthology.orchestra.run.trial039.stdout: Running scriptlet: kernel-5.14.0-686.el9.x86_64 4/4 2026-02-24T15:21:21.071 INFO:teuthology.orchestra.run.trial039.stdout: Verifying : kernel-5.14.0-686.el9.x86_64 1/4 2026-02-24T15:21:21.071 INFO:teuthology.orchestra.run.trial039.stdout: Verifying : kernel-core-5.14.0-686.el9.x86_64 2/4 2026-02-24T15:21:21.072 INFO:teuthology.orchestra.run.trial039.stdout: Verifying : kernel-modules-5.14.0-686.el9.x86_64 3/4 2026-02-24T15:21:21.129 INFO:teuthology.orchestra.run.trial039.stdout: Verifying : kernel-modules-core-5.14.0-686.el9.x86_64 4/4 2026-02-24T15:21:21.129 INFO:teuthology.orchestra.run.trial039.stdout: 2026-02-24T15:21:21.129 INFO:teuthology.orchestra.run.trial039.stdout:Installed: 2026-02-24T15:21:21.129 INFO:teuthology.orchestra.run.trial039.stdout: kernel-5.14.0-686.el9.x86_64 2026-02-24T15:21:21.130 INFO:teuthology.orchestra.run.trial039.stdout: kernel-core-5.14.0-686.el9.x86_64 2026-02-24T15:21:21.130 INFO:teuthology.orchestra.run.trial039.stdout: kernel-modules-5.14.0-686.el9.x86_64 2026-02-24T15:21:21.130 INFO:teuthology.orchestra.run.trial039.stdout: kernel-modules-core-5.14.0-686.el9.x86_64 2026-02-24T15:21:21.130 INFO:teuthology.orchestra.run.trial039.stdout: 2026-02-24T15:21:21.130 INFO:teuthology.orchestra.run.trial039.stdout:Complete! 2026-02-24T15:21:21.190 DEBUG:teuthology.orchestra.run.trial039:> rpm -q kernel | sort -rV | head -n 1 2026-02-24T15:21:21.218 INFO:teuthology.orchestra.run.trial039.stdout:kernel-5.14.0-686.el9.x86_64 2026-02-24T15:21:21.219 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-686.el9.x86_64 2026-02-24T15:21:21.220 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.14.0-681.el9.x86_64 Expected: 5.14.0-686.el9.x86_64 2026-02-24T15:21:21.220 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2026-02-24T15:21:21.220 DEBUG:teuthology.task.kernel:src is distro, skipping download 2026-02-24T15:21:21.220 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2026-02-24T15:21:21.220 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@trial039.front.sepia.ceph.com, path=None, version=distro) 2026-02-24T15:21:21.220 DEBUG:teuthology.orchestra.run.trial039:> rpm -q kernel | sort -rV | head -n 1 2026-02-24T15:21:21.285 INFO:teuthology.orchestra.run.trial039.stdout:kernel-5.14.0-686.el9.x86_64 2026-02-24T15:21:21.286 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-686.el9.x86_64 2026-02-24T15:21:21.286 DEBUG:teuthology.orchestra.run.trial039:> sudo rpm -qi grub2-tools 2026-02-24T15:21:21.353 INFO:teuthology.orchestra.run.trial039.stdout:Name : grub2-tools 2026-02-24T15:21:21.353 INFO:teuthology.orchestra.run.trial039.stdout:Epoch : 1 2026-02-24T15:21:21.353 INFO:teuthology.orchestra.run.trial039.stdout:Version : 2.06 2026-02-24T15:21:21.353 INFO:teuthology.orchestra.run.trial039.stdout:Release : 120.el9 2026-02-24T15:21:21.354 INFO:teuthology.orchestra.run.trial039.stdout:Architecture: x86_64 2026-02-24T15:21:21.354 INFO:teuthology.orchestra.run.trial039.stdout:Install Date: Wed 18 Feb 2026 05:18:42 PM UTC 2026-02-24T15:21:21.354 INFO:teuthology.orchestra.run.trial039.stdout:Group : Unspecified 2026-02-24T15:21:21.354 INFO:teuthology.orchestra.run.trial039.stdout:Size : 9108611 2026-02-24T15:21:21.354 INFO:teuthology.orchestra.run.trial039.stdout:License : GPLv3+ 2026-02-24T15:21:21.354 INFO:teuthology.orchestra.run.trial039.stdout:Signature : RSA/SHA256, Thu 04 Dec 2025 09:42:59 AM UTC, Key ID 05b555b38483c65d 2026-02-24T15:21:21.354 INFO:teuthology.orchestra.run.trial039.stdout:Source RPM : grub2-2.06-120.el9.src.rpm 2026-02-24T15:21:21.354 INFO:teuthology.orchestra.run.trial039.stdout:Build Date : Wed 03 Dec 2025 12:10:38 PM UTC 2026-02-24T15:21:21.354 INFO:teuthology.orchestra.run.trial039.stdout:Build Host : x86-05.stream.rdu2.redhat.com 2026-02-24T15:21:21.354 INFO:teuthology.orchestra.run.trial039.stdout:Packager : builder@centos.org 2026-02-24T15:21:21.354 INFO:teuthology.orchestra.run.trial039.stdout:Vendor : CentOS 2026-02-24T15:21:21.355 INFO:teuthology.orchestra.run.trial039.stdout:URL : http://www.gnu.org/software/grub/ 2026-02-24T15:21:21.355 INFO:teuthology.orchestra.run.trial039.stdout:Summary : Support tools for GRUB. 2026-02-24T15:21:21.355 INFO:teuthology.orchestra.run.trial039.stdout:Description : 2026-02-24T15:21:21.355 INFO:teuthology.orchestra.run.trial039.stdout: 2026-02-24T15:21:21.355 INFO:teuthology.orchestra.run.trial039.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2026-02-24T15:21:21.355 INFO:teuthology.orchestra.run.trial039.stdout:customizable bootloader with modular architecture. It supports a rich 2026-02-24T15:21:21.355 INFO:teuthology.orchestra.run.trial039.stdout:variety of kernel formats, file systems, computer architectures and 2026-02-24T15:21:21.355 INFO:teuthology.orchestra.run.trial039.stdout:hardware devices. 2026-02-24T15:21:21.355 INFO:teuthology.orchestra.run.trial039.stdout: 2026-02-24T15:21:21.355 INFO:teuthology.orchestra.run.trial039.stdout:This subpackage provides tools for support of all platforms. 2026-02-24T15:21:21.356 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2026-02-24T15:21:21.357 INFO:teuthology.task.kernel:Updating grub on trial039 to boot 5.14.0-686.el9.x86_64 2026-02-24T15:21:21.357 DEBUG:teuthology.orchestra.run.trial039:> sudo find /boot/loader/entries -maxdepth 1 -name "*.conf" -type f -print -quit 2026-02-24T15:21:21.420 INFO:teuthology.orchestra.run.trial039.stdout:/boot/loader/entries/b0373be789df49cdafedf423703d2566-5.14.0-681.el9.x86_64.conf 2026-02-24T15:21:21.422 DEBUG:teuthology.orchestra.run.trial039:> sudo command -v grubby && echo yes || echo no 2026-02-24T15:21:21.485 INFO:teuthology.orchestra.run.trial039.stdout:/sbin/grubby 2026-02-24T15:21:21.486 INFO:teuthology.orchestra.run.trial039.stdout:yes 2026-02-24T15:21:21.487 DEBUG:teuthology.orchestra.run.trial039:> sudo find /boot/loader/entries -maxdepth 1 -name "*.conf" -type f | grep -F "5.14.0-686.el9.x86_64" | head -n 1 2026-02-24T15:21:21.550 INFO:teuthology.orchestra.run.trial039.stdout:/boot/loader/entries/b0373be789df49cdafedf423703d2566-5.14.0-686.el9.x86_64.conf 2026-02-24T15:21:21.552 DEBUG:teuthology.orchestra.run.trial039:> sudo grub2-set-default b0373be789df49cdafedf423703d2566-5.14.0-686.el9.x86_64 2026-02-24T15:21:21.624 DEBUG:teuthology.orchestra.run.trial039:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2026-02-24T15:21:21.830 INFO:teuthology.orchestra.run.trial039.stderr:Generating grub configuration file ... 2026-02-24T15:21:21.896 INFO:teuthology.orchestra.run.trial039.stderr:Found linux image: /boot/vmlinuz-5.14.0-686.el9.x86_64 2026-02-24T15:21:21.903 INFO:teuthology.orchestra.run.trial039.stderr:Found initrd image: /boot/initramfs-5.14.0-686.el9.x86_64.img 2026-02-24T15:21:22.149 INFO:teuthology.orchestra.run.trial039.stderr:Found linux image: /boot/vmlinuz-5.14.0-681.el9.x86_64 2026-02-24T15:21:22.156 INFO:teuthology.orchestra.run.trial039.stderr:Found initrd image: /boot/initramfs-5.14.0-681.el9.x86_64.img 2026-02-24T15:21:22.189 INFO:teuthology.orchestra.run.trial039.stderr:Found linux image: /boot/vmlinuz-5.14.0-645.el9.x86_64 2026-02-24T15:21:22.196 INFO:teuthology.orchestra.run.trial039.stderr:Found initrd image: /boot/initramfs-5.14.0-645.el9.x86_64.img 2026-02-24T15:21:22.227 INFO:teuthology.orchestra.run.trial039.stderr:Found linux image: /boot/vmlinuz-0-rescue-b0373be789df49cdafedf423703d2566 2026-02-24T15:21:22.234 INFO:teuthology.orchestra.run.trial039.stderr:Found initrd image: /boot/initramfs-0-rescue-b0373be789df49cdafedf423703d2566.img 2026-02-24T15:21:22.256 INFO:teuthology.orchestra.run.trial039.stderr:Found linux image: /boot/vmlinuz-0-rescue-2734456005d743dca7f3dc77c35a2d0d 2026-02-24T15:21:22.263 INFO:teuthology.orchestra.run.trial039.stderr:Found initrd image: /boot/initramfs-0-rescue-2734456005d743dca7f3dc77c35a2d0d.img 2026-02-24T15:21:22.348 INFO:teuthology.orchestra.run.trial039.stderr:Adding boot menu entry for UEFI Firmware Settings ... 2026-02-24T15:21:22.356 INFO:teuthology.orchestra.run.trial039.stderr:done 2026-02-24T15:21:22.358 DEBUG:teuthology.orchestra.run.trial039:> test -d /sys/firmware/efi 2026-02-24T15:21:22.374 DEBUG:teuthology.orchestra.run.trial039:> sudo find /boot/efi/EFI -mindepth 1 -maxdepth 1 -type d || true 2026-02-24T15:21:22.439 INFO:teuthology.orchestra.run.trial039.stdout:/boot/efi/EFI/BOOT 2026-02-24T15:21:22.439 INFO:teuthology.orchestra.run.trial039.stdout:/boot/efi/EFI/centos 2026-02-24T15:21:22.441 DEBUG:teuthology.orchestra.run.trial039:> sudo test -f /boot/efi/EFI/BOOT/grub.cfg && echo yes || echo no 2026-02-24T15:21:22.506 INFO:teuthology.orchestra.run.trial039.stdout:no 2026-02-24T15:21:22.506 DEBUG:teuthology.orchestra.run.trial039:> sudo test -f /boot/efi/EFI/centos/grub.cfg && echo yes || echo no 2026-02-24T15:21:22.570 INFO:teuthology.orchestra.run.trial039.stdout:yes 2026-02-24T15:21:22.571 DEBUG:teuthology.orchestra.run.trial039:> sudo cp -f /boot/grub2/grub.cfg /boot/efi/EFI/centos/grub.cfg 2026-02-24T15:21:22.636 INFO:teuthology.orchestra.remote:Triggering safe hard reboot via SysRq on trial039 2026-02-24T15:21:22.636 DEBUG:teuthology.orchestra.run.trial039:> sudo bash -c ' 2026-02-24T15:21:22.636 DEBUG:teuthology.orchestra.run.trial039:> echo pci > /sys/kernel/reboot/type && echo 1 > /sys/kernel/reboot/force && sync && echo s > /proc/sysrq-trigger && echo u > /proc/sysrq-trigger && sleep 2 && echo b > /proc/sysrq-trigger 2026-02-24T15:21:22.636 DEBUG:teuthology.orchestra.run.trial039:> ' 2026-02-24T15:21:45.742 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2026-02-24T15:21:45.743 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@trial196.front.sepia.ceph.com' 2026-02-24T15:21:45.744 DEBUG:teuthology.orchestra.connection:{'hostname': 'trial196.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2026-02-24T15:21:52.678 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2026-02-24T15:21:52.679 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@trial039.front.sepia.ceph.com' 2026-02-24T15:21:52.680 DEBUG:teuthology.orchestra.connection:{'hostname': 'trial039.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2026-02-24T15:22:45.799 DEBUG:teuthology.orchestra.remote:timed out 2026-02-24T15:22:52.689 DEBUG:teuthology.orchestra.remote:timed out 2026-02-24T15:22:54.801 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@trial196.front.sepia.ceph.com' 2026-02-24T15:22:54.801 DEBUG:teuthology.orchestra.connection:{'hostname': 'trial196.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2026-02-24T15:22:54.975 DEBUG:teuthology.orchestra.run.trial196:> true 2026-02-24T15:22:55.128 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@trial196.front.sepia.ceph.com' 2026-02-24T15:22:55.129 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "5.14.0-686.el9.x86_64"... 2026-02-24T15:22:55.129 DEBUG:teuthology.orchestra.run.trial196:> uname -r 2026-02-24T15:22:55.184 INFO:teuthology.orchestra.run.trial196.stdout:5.14.0-686.el9.x86_64 2026-02-24T15:22:55.184 DEBUG:teuthology.task.kernel:current kernel version is 5.14.0-686.el9.x86_64 vs 5.14.0-686.el9.x86_64 2026-02-24T15:22:55.184 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2026-02-24T15:22:55.184 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2026-02-24T15:22:56.185 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2026-02-24T15:22:56.186 DEBUG:teuthology.orchestra.run.trial196:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2026-02-24T15:22:56.216 INFO:teuthology.orchestra.run.trial196.stdout:ttyS1 2026-02-24T15:22:56.237 DEBUG:teuthology.parallel:result is None 2026-02-24T15:23:01.689 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@trial039.front.sepia.ceph.com' 2026-02-24T15:23:01.690 DEBUG:teuthology.orchestra.connection:{'hostname': 'trial039.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2026-02-24T15:23:01.780 DEBUG:teuthology.orchestra.run.trial039:> true 2026-02-24T15:23:01.936 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@trial039.front.sepia.ceph.com' 2026-02-24T15:23:01.936 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "5.14.0-686.el9.x86_64"... 2026-02-24T15:23:01.936 DEBUG:teuthology.orchestra.run.trial039:> uname -r 2026-02-24T15:23:01.991 INFO:teuthology.orchestra.run.trial039.stdout:5.14.0-686.el9.x86_64 2026-02-24T15:23:01.991 DEBUG:teuthology.task.kernel:current kernel version is 5.14.0-686.el9.x86_64 vs 5.14.0-686.el9.x86_64 2026-02-24T15:23:01.991 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2026-02-24T15:23:01.992 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2026-02-24T15:23:02.993 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2026-02-24T15:23:02.993 DEBUG:teuthology.orchestra.run.trial039:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2026-02-24T15:23:03.023 INFO:teuthology.orchestra.run.trial039.stdout:ttyS1 2026-02-24T15:23:03.056 DEBUG:teuthology.parallel:result is None 2026-02-24T15:23:03.056 INFO:teuthology.run_tasks:Running task internal.base... 2026-02-24T15:23:03.068 INFO:teuthology.task.internal:Creating test directory... 2026-02-24T15:23:03.068 DEBUG:teuthology.orchestra.run.trial039:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2026-02-24T15:23:03.099 DEBUG:teuthology.orchestra.run.trial196:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2026-02-24T15:23:03.116 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2026-02-24T15:23:03.128 INFO:teuthology.run_tasks:Running task internal.archive... 2026-02-24T15:23:03.143 INFO:teuthology.task.internal:Creating archive directory... 2026-02-24T15:23:03.143 DEBUG:teuthology.orchestra.run.trial039:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2026-02-24T15:23:03.154 DEBUG:teuthology.orchestra.run.trial196:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2026-02-24T15:23:03.178 INFO:teuthology.run_tasks:Running task internal.coredump... 2026-02-24T15:23:03.188 INFO:teuthology.task.internal:Enabling coredump saving... 2026-02-24T15:23:03.189 DEBUG:teuthology.orchestra.run.trial039:> 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-24T15:23:03.212 DEBUG:teuthology.orchestra.run.trial196:> 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-24T15:23:03.234 INFO:teuthology.orchestra.run.trial039.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2026-02-24T15:23:03.238 INFO:teuthology.orchestra.run.trial196.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2026-02-24T15:23:03.243 INFO:teuthology.orchestra.run.trial039.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2026-02-24T15:23:03.246 INFO:teuthology.orchestra.run.trial196.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2026-02-24T15:23:03.248 INFO:teuthology.run_tasks:Running task internal.sudo... 2026-02-24T15:23:03.259 INFO:teuthology.task.internal:Configuring sudo... 2026-02-24T15:23:03.259 DEBUG:teuthology.orchestra.run.trial039:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2026-02-24T15:23:03.286 DEBUG:teuthology.orchestra.run.trial196:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2026-02-24T15:23:03.311 INFO:teuthology.run_tasks:Running task internal.syslog... 2026-02-24T15:23:03.326 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2026-02-24T15:23:03.326 DEBUG:teuthology.orchestra.run.trial039:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2026-02-24T15:23:03.352 DEBUG:teuthology.orchestra.run.trial196:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2026-02-24T15:23:03.368 DEBUG:teuthology.orchestra.run.trial039:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2026-02-24T15:23:03.500 DEBUG:teuthology.orchestra.run.trial039:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2026-02-24T15:23:03.526 DEBUG:teuthology.orchestra.run.trial039:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2026-02-24T15:23:03.644 DEBUG:teuthology.orchestra.run.trial039:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2026-02-24T15:23:03.666 DEBUG:teuthology.orchestra.run.trial039:> set -ex 2026-02-24T15:23:03.667 DEBUG:teuthology.orchestra.run.trial039:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2026-02-24T15:23:03.731 DEBUG:teuthology.orchestra.run.trial196:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2026-02-24T15:23:03.819 DEBUG:teuthology.orchestra.run.trial196:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2026-02-24T15:23:03.844 DEBUG:teuthology.orchestra.run.trial196:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2026-02-24T15:23:03.960 DEBUG:teuthology.orchestra.run.trial196:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2026-02-24T15:23:03.983 DEBUG:teuthology.orchestra.run.trial196:> set -ex 2026-02-24T15:23:03.983 DEBUG:teuthology.orchestra.run.trial196:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2026-02-24T15:23:04.046 DEBUG:teuthology.orchestra.run.trial039:> sudo service rsyslog restart 2026-02-24T15:23:04.049 DEBUG:teuthology.orchestra.run.trial196:> sudo service rsyslog restart 2026-02-24T15:23:04.076 INFO:teuthology.orchestra.run.trial039.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2026-02-24T15:23:04.114 INFO:teuthology.orchestra.run.trial196.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2026-02-24T15:23:04.604 INFO:teuthology.run_tasks:Running task internal.timer... 2026-02-24T15:23:04.616 INFO:teuthology.task.internal:Starting timer... 2026-02-24T15:23:04.616 INFO:teuthology.run_tasks:Running task pcp... 2026-02-24T15:23:04.636 INFO:teuthology.run_tasks:Running task selinux... 2026-02-24T15:23:04.672 DEBUG:teuthology.task:Applying overrides for task selinux: {'allowlist': ['scontext=system_u:system_r:logrotate_t:s0']} 2026-02-24T15:23:04.673 DEBUG:teuthology.orchestra.run.trial039:> sudo service auditd rotate 2026-02-24T15:23:04.702 INFO:teuthology.orchestra.run.trial039.stdout:Rotating logs: 2026-02-24T15:23:04.703 DEBUG:teuthology.orchestra.run.trial196:> sudo service auditd rotate 2026-02-24T15:23:04.732 INFO:teuthology.orchestra.run.trial196.stdout:Rotating logs: 2026-02-24T15:23:04.734 DEBUG:teuthology.task.selinux:Getting current SELinux state 2026-02-24T15:23:04.734 DEBUG:teuthology.orchestra.run.trial039:> /usr/sbin/getenforce 2026-02-24T15:23:04.759 INFO:teuthology.orchestra.run.trial039.stdout:Permissive 2026-02-24T15:23:04.759 DEBUG:teuthology.orchestra.run.trial196:> /usr/sbin/getenforce 2026-02-24T15:23:04.789 INFO:teuthology.orchestra.run.trial196.stdout:Permissive 2026-02-24T15:23:04.790 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@trial039.front.sepia.ceph.com': 'permissive', 'ubuntu@trial196.front.sepia.ceph.com': 'permissive'} 2026-02-24T15:23:04.790 DEBUG:teuthology.orchestra.run.trial039:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 -e context=system_u:system_r:getty_t:s0 -e scontext=system_u:system_r:logrotate_t:s0 2026-02-24T15:23:04.823 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-02-24T15:23:04.823 DEBUG:teuthology.orchestra.run.trial196:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 -e context=system_u:system_r:getty_t:s0 -e scontext=system_u:system_r:logrotate_t:s0 2026-02-24T15:23:04.852 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-02-24T15:23:04.852 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2026-02-24T15:23:04.852 DEBUG:teuthology.orchestra.run.trial039:> sudo /usr/sbin/setenforce permissive 2026-02-24T15:23:04.886 DEBUG:teuthology.orchestra.run.trial196:> sudo /usr/sbin/setenforce permissive 2026-02-24T15:23:04.915 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2026-02-24T15:23:04.930 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2026-02-24T15:23:04.937 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-24T15:23:04.937 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit trial039.front.sepia.ceph.com,trial196.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2026-02-24T15:25:42.646 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@trial039.front.sepia.ceph.com'), Remote(name='ubuntu@trial196.front.sepia.ceph.com')] 2026-02-24T15:25:42.648 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@trial039.front.sepia.ceph.com' 2026-02-24T15:25:42.650 DEBUG:teuthology.orchestra.connection:{'hostname': 'trial039.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2026-02-24T15:25:42.800 DEBUG:teuthology.orchestra.run.trial039:> true 2026-02-24T15:25:42.874 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@trial039.front.sepia.ceph.com' 2026-02-24T15:25:42.874 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@trial196.front.sepia.ceph.com' 2026-02-24T15:25:42.874 DEBUG:teuthology.orchestra.connection:{'hostname': 'trial196.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2026-02-24T15:25:42.940 DEBUG:teuthology.orchestra.run.trial196:> true 2026-02-24T15:25:43.014 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@trial196.front.sepia.ceph.com' 2026-02-24T15:25:43.014 INFO:teuthology.run_tasks:Running task clock... 2026-02-24T15:25:43.027 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2026-02-24T15:25:43.028 INFO:teuthology.orchestra.run:Running command with timeout 360 2026-02-24T15:25:43.028 DEBUG:teuthology.orchestra.run.trial039:> 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-24T15:25:43.031 INFO:teuthology.orchestra.run:Running command with timeout 360 2026-02-24T15:25:43.031 DEBUG:teuthology.orchestra.run.trial196:> 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-24T15:25:43.056 INFO:teuthology.orchestra.run.trial039.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2026-02-24T15:25:43.068 INFO:teuthology.orchestra.run.trial039.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2026-02-24T15:25:43.079 INFO:teuthology.orchestra.run.trial196.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2026-02-24T15:25:43.089 INFO:teuthology.orchestra.run.trial039.stderr:sudo: ntpd: command not found 2026-02-24T15:25:43.091 INFO:teuthology.orchestra.run.trial196.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2026-02-24T15:25:43.100 INFO:teuthology.orchestra.run.trial039.stdout:506 Cannot talk to daemon 2026-02-24T15:25:43.112 INFO:teuthology.orchestra.run.trial039.stderr:Failed to start ntp.service: Unit ntp.service not found. 2026-02-24T15:25:43.113 INFO:teuthology.orchestra.run.trial196.stderr:sudo: ntpd: command not found 2026-02-24T15:25:43.122 INFO:teuthology.orchestra.run.trial196.stdout:506 Cannot talk to daemon 2026-02-24T15:25:43.124 INFO:teuthology.orchestra.run.trial039.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2026-02-24T15:25:43.134 INFO:teuthology.orchestra.run.trial196.stderr:Failed to start ntp.service: Unit ntp.service not found. 2026-02-24T15:25:43.146 INFO:teuthology.orchestra.run.trial196.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2026-02-24T15:25:43.169 INFO:teuthology.orchestra.run.trial039.stderr:bash: line 1: ntpq: command not found 2026-02-24T15:25:43.187 INFO:teuthology.orchestra.run.trial039.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2026-02-24T15:25:43.188 INFO:teuthology.orchestra.run.trial039.stdout:=============================================================================== 2026-02-24T15:25:43.188 INFO:teuthology.orchestra.run.trial039.stdout:^? x.ns.gin.ntt.net 0 6 0 - +0ns[ +0ns] +/- 0ns 2026-02-24T15:25:43.188 INFO:teuthology.orchestra.run.trial039.stdout:^? 172-238-164-57.ip.linode> 0 6 0 - +0ns[ +0ns] +/- 0ns 2026-02-24T15:25:43.188 INFO:teuthology.orchestra.run.trial039.stdout:^? c-73-189-219-4.hsd1.ca.c> 0 6 0 - +0ns[ +0ns] +/- 0ns 2026-02-24T15:25:43.188 INFO:teuthology.orchestra.run.trial039.stdout:^? kjsl-fmt2-net.fmt2.kjsl.> 0 6 0 - +0ns[ +0ns] +/- 0ns 2026-02-24T15:25:43.201 INFO:teuthology.orchestra.run.trial196.stderr:bash: line 1: ntpq: command not found 2026-02-24T15:25:43.230 INFO:teuthology.orchestra.run.trial196.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2026-02-24T15:25:43.230 INFO:teuthology.orchestra.run.trial196.stdout:=============================================================================== 2026-02-24T15:25:43.230 INFO:teuthology.orchestra.run.trial196.stdout:^? arm1.maxhost.io 0 6 0 - +0ns[ +0ns] +/- 0ns 2026-02-24T15:25:43.230 INFO:teuthology.orchestra.run.trial196.stdout:^? host-131-239-5-43.custom> 0 6 0 - +0ns[ +0ns] +/- 0ns 2026-02-24T15:25:43.231 INFO:teuthology.orchestra.run.trial196.stdout:^? time.walb.tech 0 6 0 - +0ns[ +0ns] +/- 0ns 2026-02-24T15:25:43.231 INFO:teuthology.orchestra.run.trial196.stdout:^? ntp.maxhost.io 0 6 0 - +0ns[ +0ns] +/- 0ns 2026-02-24T15:25:43.231 INFO:teuthology.run_tasks:Running task pexec... 2026-02-24T15:25:43.256 INFO:teuthology.task.pexec:Executing custom commands... 2026-02-24T15:25:43.256 DEBUG:teuthology.orchestra.run.trial039:> TESTDIR=/home/ubuntu/cephtest bash -s 2026-02-24T15:25:43.257 DEBUG:teuthology.orchestra.run.trial196:> TESTDIR=/home/ubuntu/cephtest bash -s 2026-02-24T15:25:43.262 INFO:teuthology.task.pexec:Running commands on host ubuntu@trial039.front.sepia.ceph.com 2026-02-24T15:25:43.262 INFO:teuthology.task.pexec:sudo dnf remove nvme-cli -y 2026-02-24T15:25:43.262 INFO:teuthology.task.pexec:sudo dnf install runc nvmetcli nvme-cli -y 2026-02-24T15:25:43.262 INFO:teuthology.task.pexec:sudo sed -i 's/^#runtime = "crun"/runtime = "runc"/g' /usr/share/containers/containers.conf 2026-02-24T15:25:43.262 INFO:teuthology.task.pexec:sudo sed -i 's/runtime = "crun"/#runtime = "crun"/g' /usr/share/containers/containers.conf 2026-02-24T15:25:43.279 INFO:teuthology.task.pexec:Running commands on host ubuntu@trial196.front.sepia.ceph.com 2026-02-24T15:25:43.279 INFO:teuthology.task.pexec:sudo dnf remove nvme-cli -y 2026-02-24T15:25:43.279 INFO:teuthology.task.pexec:sudo dnf install runc nvmetcli nvme-cli -y 2026-02-24T15:25:43.279 INFO:teuthology.task.pexec:sudo sed -i 's/^#runtime = "crun"/runtime = "runc"/g' /usr/share/containers/containers.conf 2026-02-24T15:25:43.279 INFO:teuthology.task.pexec:sudo sed -i 's/runtime = "crun"/#runtime = "crun"/g' /usr/share/containers/containers.conf 2026-02-24T15:25:43.443 INFO:teuthology.orchestra.run.trial039.stdout:No match for argument: nvme-cli 2026-02-24T15:25:43.444 INFO:teuthology.orchestra.run.trial039.stderr:No packages marked for removal. 2026-02-24T15:25:43.445 INFO:teuthology.orchestra.run.trial039.stdout:Dependencies resolved. 2026-02-24T15:25:43.446 INFO:teuthology.orchestra.run.trial039.stdout:Nothing to do. 2026-02-24T15:25:43.446 INFO:teuthology.orchestra.run.trial039.stdout:Complete! 2026-02-24T15:25:43.455 INFO:teuthology.orchestra.run.trial196.stdout:No match for argument: nvme-cli 2026-02-24T15:25:43.456 INFO:teuthology.orchestra.run.trial196.stderr:No packages marked for removal. 2026-02-24T15:25:43.458 INFO:teuthology.orchestra.run.trial196.stdout:Dependencies resolved. 2026-02-24T15:25:43.459 INFO:teuthology.orchestra.run.trial196.stdout:Nothing to do. 2026-02-24T15:25:43.459 INFO:teuthology.orchestra.run.trial196.stdout:Complete! 2026-02-24T15:25:43.759 INFO:teuthology.orchestra.run.trial039.stdout:Last metadata expiration check: 0:00:36 ago on Tue 24 Feb 2026 03:25:07 PM UTC. 2026-02-24T15:25:43.767 INFO:teuthology.orchestra.run.trial196.stdout:Last metadata expiration check: 0:00:37 ago on Tue 24 Feb 2026 03:25:06 PM UTC. 2026-02-24T15:25:43.843 INFO:teuthology.orchestra.run.trial039.stdout:Dependencies resolved. 2026-02-24T15:25:43.844 INFO:teuthology.orchestra.run.trial039.stdout:================================================================================ 2026-02-24T15:25:43.844 INFO:teuthology.orchestra.run.trial039.stdout: Package Arch Version Repository Size 2026-02-24T15:25:43.844 INFO:teuthology.orchestra.run.trial039.stdout:================================================================================ 2026-02-24T15:25:43.844 INFO:teuthology.orchestra.run.trial039.stdout:Installing: 2026-02-24T15:25:43.844 INFO:teuthology.orchestra.run.trial039.stdout: nvme-cli x86_64 2.16-1.el9 baseos 1.2 M 2026-02-24T15:25:43.844 INFO:teuthology.orchestra.run.trial039.stdout: nvmetcli noarch 0.8-3.el9 baseos 44 k 2026-02-24T15:25:43.844 INFO:teuthology.orchestra.run.trial039.stdout: runc x86_64 4:1.4.0-1.el9 appstream 4.0 M 2026-02-24T15:25:43.844 INFO:teuthology.orchestra.run.trial039.stdout:Installing dependencies: 2026-02-24T15:25:43.844 INFO:teuthology.orchestra.run.trial039.stdout: python3-configshell noarch 1:1.1.30-1.el9 baseos 72 k 2026-02-24T15:25:43.844 INFO:teuthology.orchestra.run.trial039.stdout: python3-kmod x86_64 0.9-32.el9 baseos 84 k 2026-02-24T15:25:43.844 INFO:teuthology.orchestra.run.trial039.stdout: python3-pyparsing noarch 2.4.7-9.el9 baseos 150 k 2026-02-24T15:25:43.844 INFO:teuthology.orchestra.run.trial039.stdout: python3-urwid x86_64 2.1.2-4.el9 baseos 837 k 2026-02-24T15:25:43.844 INFO:teuthology.orchestra.run.trial039.stdout: 2026-02-24T15:25:43.844 INFO:teuthology.orchestra.run.trial039.stdout:Transaction Summary 2026-02-24T15:25:43.844 INFO:teuthology.orchestra.run.trial039.stdout:================================================================================ 2026-02-24T15:25:43.844 INFO:teuthology.orchestra.run.trial039.stdout:Install 7 Packages 2026-02-24T15:25:43.844 INFO:teuthology.orchestra.run.trial039.stdout: 2026-02-24T15:25:43.844 INFO:teuthology.orchestra.run.trial039.stdout:Total download size: 6.3 M 2026-02-24T15:25:43.844 INFO:teuthology.orchestra.run.trial039.stdout:Installed size: 24 M 2026-02-24T15:25:43.844 INFO:teuthology.orchestra.run.trial039.stdout:Downloading Packages: 2026-02-24T15:25:43.849 INFO:teuthology.orchestra.run.trial196.stdout:Dependencies resolved. 2026-02-24T15:25:43.851 INFO:teuthology.orchestra.run.trial196.stdout:================================================================================ 2026-02-24T15:25:43.851 INFO:teuthology.orchestra.run.trial196.stdout: Package Arch Version Repository Size 2026-02-24T15:25:43.851 INFO:teuthology.orchestra.run.trial196.stdout:================================================================================ 2026-02-24T15:25:43.851 INFO:teuthology.orchestra.run.trial196.stdout:Installing: 2026-02-24T15:25:43.851 INFO:teuthology.orchestra.run.trial196.stdout: nvme-cli x86_64 2.16-1.el9 baseos 1.2 M 2026-02-24T15:25:43.851 INFO:teuthology.orchestra.run.trial196.stdout: nvmetcli noarch 0.8-3.el9 baseos 44 k 2026-02-24T15:25:43.851 INFO:teuthology.orchestra.run.trial196.stdout: runc x86_64 4:1.4.0-1.el9 appstream 4.0 M 2026-02-24T15:25:43.851 INFO:teuthology.orchestra.run.trial196.stdout:Installing dependencies: 2026-02-24T15:25:43.852 INFO:teuthology.orchestra.run.trial196.stdout: python3-configshell noarch 1:1.1.30-1.el9 baseos 72 k 2026-02-24T15:25:43.852 INFO:teuthology.orchestra.run.trial196.stdout: python3-kmod x86_64 0.9-32.el9 baseos 84 k 2026-02-24T15:25:43.852 INFO:teuthology.orchestra.run.trial196.stdout: python3-pyparsing noarch 2.4.7-9.el9 baseos 150 k 2026-02-24T15:25:43.852 INFO:teuthology.orchestra.run.trial196.stdout: python3-urwid x86_64 2.1.2-4.el9 baseos 837 k 2026-02-24T15:25:43.852 INFO:teuthology.orchestra.run.trial196.stdout: 2026-02-24T15:25:43.852 INFO:teuthology.orchestra.run.trial196.stdout:Transaction Summary 2026-02-24T15:25:43.852 INFO:teuthology.orchestra.run.trial196.stdout:================================================================================ 2026-02-24T15:25:43.852 INFO:teuthology.orchestra.run.trial196.stdout:Install 7 Packages 2026-02-24T15:25:43.852 INFO:teuthology.orchestra.run.trial196.stdout: 2026-02-24T15:25:43.852 INFO:teuthology.orchestra.run.trial196.stdout:Total download size: 6.3 M 2026-02-24T15:25:43.852 INFO:teuthology.orchestra.run.trial196.stdout:Installed size: 24 M 2026-02-24T15:25:43.852 INFO:teuthology.orchestra.run.trial196.stdout:Downloading Packages: 2026-02-24T15:25:44.251 INFO:teuthology.orchestra.run.trial039.stdout:(1/7): nvmetcli-0.8-3.el9.noarch.rpm 1.0 MB/s | 44 kB 00:00 2026-02-24T15:25:44.254 INFO:teuthology.orchestra.run.trial039.stdout:(2/7): python3-configshell-1.1.30-1.el9.noarch. 1.6 MB/s | 72 kB 00:00 2026-02-24T15:25:44.269 INFO:teuthology.orchestra.run.trial039.stdout:(3/7): python3-kmod-0.9-32.el9.x86_64.rpm 4.6 MB/s | 84 kB 00:00 2026-02-24T15:25:44.274 INFO:teuthology.orchestra.run.trial039.stdout:(4/7): python3-pyparsing-2.4.7-9.el9.noarch.rpm 7.6 MB/s | 150 kB 00:00 2026-02-24T15:25:44.286 INFO:teuthology.orchestra.run.trial039.stdout:(5/7): nvme-cli-2.16-1.el9.x86_64.rpm 15 MB/s | 1.2 MB 00:00 2026-02-24T15:25:44.299 INFO:teuthology.orchestra.run.trial039.stdout:(6/7): python3-urwid-2.1.2-4.el9.x86_64.rpm 28 MB/s | 837 kB 00:00 2026-02-24T15:25:44.530 INFO:teuthology.orchestra.run.trial196.stdout:(1/7): python3-configshell-1.1.30-1.el9.noarch. 134 kB/s | 72 kB 00:00 2026-02-24T15:25:44.538 INFO:teuthology.orchestra.run.trial196.stdout:(2/7): nvmetcli-0.8-3.el9.noarch.rpm 80 kB/s | 44 kB 00:00 2026-02-24T15:25:44.706 INFO:teuthology.orchestra.run.trial196.stdout:(3/7): python3-kmod-0.9-32.el9.x86_64.rpm 478 kB/s | 84 kB 00:00 2026-02-24T15:25:44.796 INFO:teuthology.orchestra.run.trial196.stdout:(4/7): python3-pyparsing-2.4.7-9.el9.noarch.rpm 585 kB/s | 150 kB 00:00 2026-02-24T15:25:44.863 INFO:teuthology.orchestra.run.trial196.stdout:(5/7): runc-1.4.0-1.el9.x86_64.rpm 59 MB/s | 4.0 MB 00:00 2026-02-24T15:25:45.118 INFO:teuthology.orchestra.run.trial196.stdout:(6/7): python3-urwid-2.1.2-4.el9.x86_64.rpm 2.0 MB/s | 837 kB 00:00 2026-02-24T15:25:45.323 INFO:teuthology.orchestra.run.trial196.stdout:(7/7): nvme-cli-2.16-1.el9.x86_64.rpm 888 kB/s | 1.2 MB 00:01 2026-02-24T15:25:45.325 INFO:teuthology.orchestra.run.trial196.stdout:-------------------------------------------------------------------------------- 2026-02-24T15:25:45.325 INFO:teuthology.orchestra.run.trial196.stdout:Total 4.2 MB/s | 6.3 MB 00:01 2026-02-24T15:25:45.394 INFO:teuthology.orchestra.run.trial196.stdout:Running transaction check 2026-02-24T15:25:45.401 INFO:teuthology.orchestra.run.trial196.stdout:Transaction check succeeded. 2026-02-24T15:25:45.401 INFO:teuthology.orchestra.run.trial196.stdout:Running transaction test 2026-02-24T15:25:45.477 INFO:teuthology.orchestra.run.trial196.stdout:Transaction test succeeded. 2026-02-24T15:25:45.478 INFO:teuthology.orchestra.run.trial196.stdout:Running transaction 2026-02-24T15:25:45.571 INFO:teuthology.orchestra.run.trial039.stdout:(7/7): runc-1.4.0-1.el9.x86_64.rpm 3.0 MB/s | 4.0 MB 00:01 2026-02-24T15:25:45.572 INFO:teuthology.orchestra.run.trial039.stdout:-------------------------------------------------------------------------------- 2026-02-24T15:25:45.572 INFO:teuthology.orchestra.run.trial039.stdout:Total 3.6 MB/s | 6.3 MB 00:01 2026-02-24T15:25:45.623 INFO:teuthology.orchestra.run.trial196.stdout: Preparing : 1/1 2026-02-24T15:25:45.630 INFO:teuthology.orchestra.run.trial196.stdout: Installing : python3-urwid-2.1.2-4.el9.x86_64 1/7 2026-02-24T15:25:45.639 INFO:teuthology.orchestra.run.trial196.stdout: Installing : python3-pyparsing-2.4.7-9.el9.noarch 2/7 2026-02-24T15:25:45.640 INFO:teuthology.orchestra.run.trial039.stdout:Running transaction check 2026-02-24T15:25:45.644 INFO:teuthology.orchestra.run.trial196.stdout: Installing : python3-configshell-1:1.1.30-1.el9.noarch 3/7 2026-02-24T15:25:45.648 INFO:teuthology.orchestra.run.trial039.stdout:Transaction check succeeded. 2026-02-24T15:25:45.648 INFO:teuthology.orchestra.run.trial039.stdout:Running transaction test 2026-02-24T15:25:45.650 INFO:teuthology.orchestra.run.trial196.stdout: Installing : python3-kmod-0.9-32.el9.x86_64 4/7 2026-02-24T15:25:45.651 INFO:teuthology.orchestra.run.trial196.stdout: Installing : nvmetcli-0.8-3.el9.noarch 5/7 2026-02-24T15:25:45.700 INFO:teuthology.orchestra.run.trial196.stdout: Running scriptlet: nvmetcli-0.8-3.el9.noarch 5/7 2026-02-24T15:25:45.725 INFO:teuthology.orchestra.run.trial039.stdout:Transaction test succeeded. 2026-02-24T15:25:45.725 INFO:teuthology.orchestra.run.trial039.stdout:Running transaction 2026-02-24T15:25:45.812 INFO:teuthology.orchestra.run.trial196.stdout: Installing : runc-4:1.4.0-1.el9.x86_64 6/7 2026-02-24T15:25:45.814 INFO:teuthology.orchestra.run.trial196.stdout: Installing : nvme-cli-2.16-1.el9.x86_64 7/7 2026-02-24T15:25:45.871 INFO:teuthology.orchestra.run.trial039.stdout: Preparing : 1/1 2026-02-24T15:25:45.878 INFO:teuthology.orchestra.run.trial039.stdout: Installing : python3-urwid-2.1.2-4.el9.x86_64 1/7 2026-02-24T15:25:45.887 INFO:teuthology.orchestra.run.trial039.stdout: Installing : python3-pyparsing-2.4.7-9.el9.noarch 2/7 2026-02-24T15:25:45.893 INFO:teuthology.orchestra.run.trial039.stdout: Installing : python3-configshell-1:1.1.30-1.el9.noarch 3/7 2026-02-24T15:25:45.899 INFO:teuthology.orchestra.run.trial039.stdout: Installing : python3-kmod-0.9-32.el9.x86_64 4/7 2026-02-24T15:25:45.900 INFO:teuthology.orchestra.run.trial039.stdout: Installing : nvmetcli-0.8-3.el9.noarch 5/7 2026-02-24T15:25:45.944 INFO:teuthology.orchestra.run.trial039.stdout: Running scriptlet: nvmetcli-0.8-3.el9.noarch 5/7 2026-02-24T15:25:46.056 INFO:teuthology.orchestra.run.trial039.stdout: Installing : runc-4:1.4.0-1.el9.x86_64 6/7 2026-02-24T15:25:46.058 INFO:teuthology.orchestra.run.trial039.stdout: Installing : nvme-cli-2.16-1.el9.x86_64 7/7 2026-02-24T15:25:46.109 INFO:teuthology.orchestra.run.trial196.stdout: Running scriptlet: nvme-cli-2.16-1.el9.x86_64 7/7 2026-02-24T15:25:46.109 INFO:teuthology.orchestra.run.trial196.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmefc-boot-connections.service → /usr/lib/systemd/system/nvmefc-boot-connections.service. 2026-02-24T15:25:46.109 INFO:teuthology.orchestra.run.trial196.stdout: 2026-02-24T15:25:46.328 INFO:teuthology.orchestra.run.trial039.stdout: Running scriptlet: nvme-cli-2.16-1.el9.x86_64 7/7 2026-02-24T15:25:46.328 INFO:teuthology.orchestra.run.trial039.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmefc-boot-connections.service → /usr/lib/systemd/system/nvmefc-boot-connections.service. 2026-02-24T15:25:46.329 INFO:teuthology.orchestra.run.trial039.stdout: 2026-02-24T15:25:46.377 INFO:teuthology.orchestra.run.trial196.stdout: Verifying : nvme-cli-2.16-1.el9.x86_64 1/7 2026-02-24T15:25:46.377 INFO:teuthology.orchestra.run.trial196.stdout: Verifying : nvmetcli-0.8-3.el9.noarch 2/7 2026-02-24T15:25:46.377 INFO:teuthology.orchestra.run.trial196.stdout: Verifying : python3-configshell-1:1.1.30-1.el9.noarch 3/7 2026-02-24T15:25:46.378 INFO:teuthology.orchestra.run.trial196.stdout: Verifying : python3-kmod-0.9-32.el9.x86_64 4/7 2026-02-24T15:25:46.378 INFO:teuthology.orchestra.run.trial196.stdout: Verifying : python3-pyparsing-2.4.7-9.el9.noarch 5/7 2026-02-24T15:25:46.378 INFO:teuthology.orchestra.run.trial196.stdout: Verifying : python3-urwid-2.1.2-4.el9.x86_64 6/7 2026-02-24T15:25:46.436 INFO:teuthology.orchestra.run.trial196.stdout: Verifying : runc-4:1.4.0-1.el9.x86_64 7/7 2026-02-24T15:25:46.437 INFO:teuthology.orchestra.run.trial196.stdout: 2026-02-24T15:25:46.437 INFO:teuthology.orchestra.run.trial196.stdout:Installed: 2026-02-24T15:25:46.437 INFO:teuthology.orchestra.run.trial196.stdout: nvme-cli-2.16-1.el9.x86_64 nvmetcli-0.8-3.el9.noarch 2026-02-24T15:25:46.437 INFO:teuthology.orchestra.run.trial196.stdout: python3-configshell-1:1.1.30-1.el9.noarch python3-kmod-0.9-32.el9.x86_64 2026-02-24T15:25:46.437 INFO:teuthology.orchestra.run.trial196.stdout: python3-pyparsing-2.4.7-9.el9.noarch python3-urwid-2.1.2-4.el9.x86_64 2026-02-24T15:25:46.437 INFO:teuthology.orchestra.run.trial196.stdout: runc-4:1.4.0-1.el9.x86_64 2026-02-24T15:25:46.437 INFO:teuthology.orchestra.run.trial196.stdout: 2026-02-24T15:25:46.437 INFO:teuthology.orchestra.run.trial196.stdout:Complete! 2026-02-24T15:25:46.491 DEBUG:teuthology.parallel:result is None 2026-02-24T15:25:46.588 INFO:teuthology.orchestra.run.trial039.stdout: Verifying : nvme-cli-2.16-1.el9.x86_64 1/7 2026-02-24T15:25:46.589 INFO:teuthology.orchestra.run.trial039.stdout: Verifying : nvmetcli-0.8-3.el9.noarch 2/7 2026-02-24T15:25:46.589 INFO:teuthology.orchestra.run.trial039.stdout: Verifying : python3-configshell-1:1.1.30-1.el9.noarch 3/7 2026-02-24T15:25:46.589 INFO:teuthology.orchestra.run.trial039.stdout: Verifying : python3-kmod-0.9-32.el9.x86_64 4/7 2026-02-24T15:25:46.589 INFO:teuthology.orchestra.run.trial039.stdout: Verifying : python3-pyparsing-2.4.7-9.el9.noarch 5/7 2026-02-24T15:25:46.589 INFO:teuthology.orchestra.run.trial039.stdout: Verifying : python3-urwid-2.1.2-4.el9.x86_64 6/7 2026-02-24T15:25:46.647 INFO:teuthology.orchestra.run.trial039.stdout: Verifying : runc-4:1.4.0-1.el9.x86_64 7/7 2026-02-24T15:25:46.647 INFO:teuthology.orchestra.run.trial039.stdout: 2026-02-24T15:25:46.647 INFO:teuthology.orchestra.run.trial039.stdout:Installed: 2026-02-24T15:25:46.647 INFO:teuthology.orchestra.run.trial039.stdout: nvme-cli-2.16-1.el9.x86_64 nvmetcli-0.8-3.el9.noarch 2026-02-24T15:25:46.647 INFO:teuthology.orchestra.run.trial039.stdout: python3-configshell-1:1.1.30-1.el9.noarch python3-kmod-0.9-32.el9.x86_64 2026-02-24T15:25:46.647 INFO:teuthology.orchestra.run.trial039.stdout: python3-pyparsing-2.4.7-9.el9.noarch python3-urwid-2.1.2-4.el9.x86_64 2026-02-24T15:25:46.647 INFO:teuthology.orchestra.run.trial039.stdout: runc-4:1.4.0-1.el9.x86_64 2026-02-24T15:25:46.647 INFO:teuthology.orchestra.run.trial039.stdout: 2026-02-24T15:25:46.647 INFO:teuthology.orchestra.run.trial039.stdout:Complete! 2026-02-24T15:25:46.699 DEBUG:teuthology.parallel:result is None 2026-02-24T15:25:46.699 INFO:teuthology.run_tasks:Running task smb.deploy_samba_ad_dc... 2026-02-24T15:25:46.717 INFO:tasks.smb:Testing if podman is available 2026-02-24T15:25:46.717 DEBUG:teuthology.orchestra.run.trial196:> sudo podman --help 2026-02-24T15:25:46.757 INFO:teuthology.orchestra.run.trial196.stdout:Manage pods, containers and images 2026-02-24T15:25:46.757 INFO:teuthology.orchestra.run.trial196.stdout: 2026-02-24T15:25:46.757 INFO:teuthology.orchestra.run.trial196.stdout:Usage: 2026-02-24T15:25:46.757 INFO:teuthology.orchestra.run.trial196.stdout: podman [options] [command] 2026-02-24T15:25:46.757 INFO:teuthology.orchestra.run.trial196.stdout: 2026-02-24T15:25:46.757 INFO:teuthology.orchestra.run.trial196.stdout:Available Commands: 2026-02-24T15:25:46.757 INFO:teuthology.orchestra.run.trial196.stdout: artifact Manage OCI artifacts 2026-02-24T15:25:46.757 INFO:teuthology.orchestra.run.trial196.stdout: attach Attach to a running container 2026-02-24T15:25:46.757 INFO:teuthology.orchestra.run.trial196.stdout: auto-update Auto update containers according to their auto-update policy 2026-02-24T15:25:46.757 INFO:teuthology.orchestra.run.trial196.stdout: build Build an image using instructions from Containerfiles 2026-02-24T15:25:46.757 INFO:teuthology.orchestra.run.trial196.stdout: commit Create new image based on the changed container 2026-02-24T15:25:46.757 INFO:teuthology.orchestra.run.trial196.stdout: compose Run compose workloads via an external provider such as docker-compose or podman-compose 2026-02-24T15:25:46.757 INFO:teuthology.orchestra.run.trial196.stdout: container Manage containers 2026-02-24T15:25:46.757 INFO:teuthology.orchestra.run.trial196.stdout: cp Copy files/folders between a container and the local filesystem 2026-02-24T15:25:46.757 INFO:teuthology.orchestra.run.trial196.stdout: create Create but do not start a container 2026-02-24T15:25:46.757 INFO:teuthology.orchestra.run.trial196.stdout: diff Display the changes to the object's file system 2026-02-24T15:25:46.757 INFO:teuthology.orchestra.run.trial196.stdout: events Show podman system events 2026-02-24T15:25:46.757 INFO:teuthology.orchestra.run.trial196.stdout: exec Run a process in a running container 2026-02-24T15:25:46.757 INFO:teuthology.orchestra.run.trial196.stdout: export Export container's filesystem contents as a tar archive 2026-02-24T15:25:46.757 INFO:teuthology.orchestra.run.trial196.stdout: farm Farm out builds to remote machines 2026-02-24T15:25:46.757 INFO:teuthology.orchestra.run.trial196.stdout: generate Generate structured data based on containers, pods or volumes 2026-02-24T15:25:46.757 INFO:teuthology.orchestra.run.trial196.stdout: healthcheck Manage health checks on containers 2026-02-24T15:25:46.757 INFO:teuthology.orchestra.run.trial196.stdout: help Help about any command 2026-02-24T15:25:46.757 INFO:teuthology.orchestra.run.trial196.stdout: history Show history of a specified image 2026-02-24T15:25:46.757 INFO:teuthology.orchestra.run.trial196.stdout: image Manage images 2026-02-24T15:25:46.757 INFO:teuthology.orchestra.run.trial196.stdout: images List images in local storage 2026-02-24T15:25:46.757 INFO:teuthology.orchestra.run.trial196.stdout: import Import a tarball to create a filesystem image 2026-02-24T15:25:46.757 INFO:teuthology.orchestra.run.trial196.stdout: info Display podman system information 2026-02-24T15:25:46.757 INFO:teuthology.orchestra.run.trial196.stdout: init Initialize one or more containers 2026-02-24T15:25:46.758 INFO:teuthology.orchestra.run.trial196.stdout: inspect Display the configuration of object denoted by ID 2026-02-24T15:25:46.758 INFO:teuthology.orchestra.run.trial196.stdout: kill Kill one or more running containers with a specific signal 2026-02-24T15:25:46.758 INFO:teuthology.orchestra.run.trial196.stdout: kube Play containers, pods or volumes from a structured file 2026-02-24T15:25:46.758 INFO:teuthology.orchestra.run.trial196.stdout: load Load image(s) from a tar archive 2026-02-24T15:25:46.758 INFO:teuthology.orchestra.run.trial196.stdout: login Log in to a container registry 2026-02-24T15:25:46.758 INFO:teuthology.orchestra.run.trial196.stdout: logout Log out of a container registry 2026-02-24T15:25:46.758 INFO:teuthology.orchestra.run.trial196.stdout: logs Fetch the logs of one or more containers 2026-02-24T15:25:46.758 INFO:teuthology.orchestra.run.trial196.stdout: machine Manage a virtual machine 2026-02-24T15:25:46.758 INFO:teuthology.orchestra.run.trial196.stdout: manifest Manipulate manifest lists and image indexes 2026-02-24T15:25:46.758 INFO:teuthology.orchestra.run.trial196.stdout: mount Mount a working container's root filesystem 2026-02-24T15:25:46.758 INFO:teuthology.orchestra.run.trial196.stdout: network Manage networks 2026-02-24T15:25:46.758 INFO:teuthology.orchestra.run.trial196.stdout: pause Pause all the processes in one or more containers 2026-02-24T15:25:46.758 INFO:teuthology.orchestra.run.trial196.stdout: pod Manage pods 2026-02-24T15:25:46.758 INFO:teuthology.orchestra.run.trial196.stdout: port List port mappings or a specific mapping for the container 2026-02-24T15:25:46.758 INFO:teuthology.orchestra.run.trial196.stdout: ps List containers 2026-02-24T15:25:46.758 INFO:teuthology.orchestra.run.trial196.stdout: pull Pull an image from a registry 2026-02-24T15:25:46.758 INFO:teuthology.orchestra.run.trial196.stdout: push Push an image to a specified destination 2026-02-24T15:25:46.758 INFO:teuthology.orchestra.run.trial196.stdout: quadlet Allows users to manage Quadlets 2026-02-24T15:25:46.758 INFO:teuthology.orchestra.run.trial196.stdout: rename Rename an existing container 2026-02-24T15:25:46.758 INFO:teuthology.orchestra.run.trial196.stdout: restart Restart one or more containers 2026-02-24T15:25:46.758 INFO:teuthology.orchestra.run.trial196.stdout: rm Remove one or more containers 2026-02-24T15:25:46.758 INFO:teuthology.orchestra.run.trial196.stdout: rmi Remove one or more images from local storage 2026-02-24T15:25:46.758 INFO:teuthology.orchestra.run.trial196.stdout: run Run a command in a new container 2026-02-24T15:25:46.758 INFO:teuthology.orchestra.run.trial196.stdout: save Save image(s) to an archive 2026-02-24T15:25:46.758 INFO:teuthology.orchestra.run.trial196.stdout: search Search registry for image 2026-02-24T15:25:46.758 INFO:teuthology.orchestra.run.trial196.stdout: secret Manage secrets 2026-02-24T15:25:46.758 INFO:teuthology.orchestra.run.trial196.stdout: start Start one or more containers 2026-02-24T15:25:46.758 INFO:teuthology.orchestra.run.trial196.stdout: stats Display a live stream of container resource usage statistics 2026-02-24T15:25:46.758 INFO:teuthology.orchestra.run.trial196.stdout: stop Stop one or more containers 2026-02-24T15:25:46.758 INFO:teuthology.orchestra.run.trial196.stdout: system Manage podman 2026-02-24T15:25:46.758 INFO:teuthology.orchestra.run.trial196.stdout: tag Add an additional name to a local image 2026-02-24T15:25:46.758 INFO:teuthology.orchestra.run.trial196.stdout: top Display the running processes of a container 2026-02-24T15:25:46.758 INFO:teuthology.orchestra.run.trial196.stdout: unmount Unmount working container's root filesystem 2026-02-24T15:25:46.758 INFO:teuthology.orchestra.run.trial196.stdout: unpause Unpause the processes in one or more containers 2026-02-24T15:25:46.758 INFO:teuthology.orchestra.run.trial196.stdout: unshare Run a command in a modified user namespace 2026-02-24T15:25:46.758 INFO:teuthology.orchestra.run.trial196.stdout: untag Remove a name from a local image 2026-02-24T15:25:46.758 INFO:teuthology.orchestra.run.trial196.stdout: update Update an existing container 2026-02-24T15:25:46.758 INFO:teuthology.orchestra.run.trial196.stdout: version Display the Podman version information 2026-02-24T15:25:46.758 INFO:teuthology.orchestra.run.trial196.stdout: volume Manage volumes 2026-02-24T15:25:46.758 INFO:teuthology.orchestra.run.trial196.stdout: wait Block on one or more containers 2026-02-24T15:25:46.758 INFO:teuthology.orchestra.run.trial196.stdout: 2026-02-24T15:25:46.759 INFO:teuthology.orchestra.run.trial196.stdout:Options: 2026-02-24T15:25:46.759 INFO:teuthology.orchestra.run.trial196.stdout: --cdi-spec-dir stringArray Set the CDI spec directory path (may be set multiple times) (default [/etc/cdi,/var/run/cdi]) 2026-02-24T15:25:46.759 INFO:teuthology.orchestra.run.trial196.stdout: --cgroup-manager string Cgroup manager to use ("cgroupfs"|"systemd") (default "systemd") 2026-02-24T15:25:46.759 INFO:teuthology.orchestra.run.trial196.stdout: --config string Path to directory containing authentication config file 2026-02-24T15:25:46.759 INFO:teuthology.orchestra.run.trial196.stdout: --conmon string Path of the conmon binary 2026-02-24T15:25:46.759 INFO:teuthology.orchestra.run.trial196.stdout: -c, --connection string Connection to use for remote Podman service (CONTAINER_CONNECTION) 2026-02-24T15:25:46.759 INFO:teuthology.orchestra.run.trial196.stdout: --events-backend string Events backend to use ("file"|"journald"|"none") (default "journald") 2026-02-24T15:25:46.759 INFO:teuthology.orchestra.run.trial196.stdout: --help Help for podman 2026-02-24T15:25:46.759 INFO:teuthology.orchestra.run.trial196.stdout: --hooks-dir stringArray Set the OCI hooks directory path (may be set multiple times) (default [/usr/share/containers/oci/hooks.d]) 2026-02-24T15:25:46.759 INFO:teuthology.orchestra.run.trial196.stdout: --identity string path to SSH identity file, (CONTAINER_SSHKEY) 2026-02-24T15:25:46.759 INFO:teuthology.orchestra.run.trial196.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-24T15:25:46.759 INFO:teuthology.orchestra.run.trial196.stdout: --log-level string Log messages above specified level (trace, debug, info, warn, warning, error, fatal, panic) (default "warn") 2026-02-24T15:25:46.759 INFO:teuthology.orchestra.run.trial196.stdout: --module stringArray Load the containers.conf(5) module 2026-02-24T15:25:46.759 INFO:teuthology.orchestra.run.trial196.stdout: --network-cmd-path string Path to the command for configuring the network 2026-02-24T15:25:46.759 INFO:teuthology.orchestra.run.trial196.stdout: --network-config-dir string Path of the configuration directory for networks 2026-02-24T15:25:46.759 INFO:teuthology.orchestra.run.trial196.stdout: --out string Send output (stdout) from podman to a file 2026-02-24T15:25:46.759 INFO:teuthology.orchestra.run.trial196.stdout: -r, --remote Access remote Podman service 2026-02-24T15:25:46.759 INFO:teuthology.orchestra.run.trial196.stdout: --root string Path to the graph root directory where images, containers, etc. are stored 2026-02-24T15:25:46.759 INFO:teuthology.orchestra.run.trial196.stdout: --runroot string Path to the 'run directory' where all state information is stored 2026-02-24T15:25:46.759 INFO:teuthology.orchestra.run.trial196.stdout: --runtime string Path to the OCI-compatible binary used to run containers. (default "runc") 2026-02-24T15:25:46.759 INFO:teuthology.orchestra.run.trial196.stdout: --runtime-flag stringArray add global flags for the container runtime 2026-02-24T15:25:46.759 INFO:teuthology.orchestra.run.trial196.stdout: --ssh string define the ssh mode (default "golang") 2026-02-24T15:25:46.759 INFO:teuthology.orchestra.run.trial196.stdout: --storage-driver string Select which storage driver is used to manage storage of images and containers 2026-02-24T15:25:46.759 INFO:teuthology.orchestra.run.trial196.stdout: --storage-opt stringArray Used to pass an option to the storage driver 2026-02-24T15:25:46.759 INFO:teuthology.orchestra.run.trial196.stdout: --syslog Output podman-internal logs to syslog as well as the console (default false) 2026-02-24T15:25:46.759 INFO:teuthology.orchestra.run.trial196.stdout: --tls-ca string path to TLS certificate Authority PEM file for remote. 2026-02-24T15:25:46.759 INFO:teuthology.orchestra.run.trial196.stdout: --tls-cert string path to TLS client certificate PEM file for remote. 2026-02-24T15:25:46.759 INFO:teuthology.orchestra.run.trial196.stdout: --tls-key string path to TLS client certificate private key PEM file for remote. 2026-02-24T15:25:46.759 INFO:teuthology.orchestra.run.trial196.stdout: --tmpdir string Path to the tmp directory for libpod state content. 2026-02-24T15:25:46.759 INFO:teuthology.orchestra.run.trial196.stdout: 2026-02-24T15:25:46.759 INFO:teuthology.orchestra.run.trial196.stdout: Note: use the environment variable 'TMPDIR' to change the temporary storage location for container images, '/var/tmp'. 2026-02-24T15:25:46.759 INFO:teuthology.orchestra.run.trial196.stdout: (default "/run/libpod") 2026-02-24T15:25:46.759 INFO:teuthology.orchestra.run.trial196.stdout: --transient-store Enable transient container storage 2026-02-24T15:25:46.759 INFO:teuthology.orchestra.run.trial196.stdout: --url string URL to access Podman service (CONTAINER_HOST) (default "unix:///run/podman/podman.sock") 2026-02-24T15:25:46.759 INFO:teuthology.orchestra.run.trial196.stdout: -v, --version version for podman 2026-02-24T15:25:46.759 INFO:teuthology.orchestra.run.trial196.stdout: --volumepath string Path to the volume directory in which volume data is stored 2026-02-24T15:25:46.777 DEBUG:teuthology.orchestra.run.trial196:> sudo podman pull quay.io/samba.org/samba-ad-server:latest 2026-02-24T15:25:46.885 INFO:teuthology.orchestra.run.trial196.stderr:Trying to pull quay.io/samba.org/samba-ad-server:latest... 2026-02-24T15:25:47.122 INFO:teuthology.orchestra.run.trial196.stderr:Getting image source signatures 2026-02-24T15:25:47.122 INFO:teuthology.orchestra.run.trial196.stderr:Copying blob sha256:90f93e6547bab947110e58851ef5d521bf2f5e3e0861792d0947ae875aa4235a 2026-02-24T15:25:47.122 INFO:teuthology.orchestra.run.trial196.stderr:Copying blob sha256:3a9d6c9fc6a76236cf56e1094104c4dc4131140b894189f1eaa02b6ee8a7b852 2026-02-24T15:25:47.123 INFO:teuthology.orchestra.run.trial196.stderr:Copying blob sha256:17cb128d8524df34db7dd5a60fc300739676326e431e4edfeb1347034933011a 2026-02-24T15:25:47.123 INFO:teuthology.orchestra.run.trial196.stderr:Copying blob sha256:184d7a054eead16581223ae3e40a66ab838459e3688dc0986048c29429c6261f 2026-02-24T15:25:47.123 INFO:teuthology.orchestra.run.trial196.stderr:Copying blob sha256:d43e1e6022324861510fbea6b8e4d20d11db9cf830eea81abbc79f80f594eeaa 2026-02-24T15:25:47.123 INFO:teuthology.orchestra.run.trial196.stderr:Copying blob sha256:8071bc223290b0b7ede21b598b7f032753e49b17d161252cfab1636ad628e758 2026-02-24T15:25:49.416 INFO:teuthology.orchestra.run.trial196.stderr:Copying config sha256:46855d412a45162f4f818534ba02fb0c8fe67cf9732ab0cae8257967846d0603 2026-02-24T15:25:49.417 INFO:teuthology.orchestra.run.trial196.stderr:Writing manifest to image destination 2026-02-24T15:25:49.441 INFO:teuthology.orchestra.run.trial196.stdout:46855d412a45162f4f818534ba02fb0c8fe67cf9732ab0cae8257967846d0603 2026-02-24T15:25:49.447 DEBUG:teuthology.orchestra.run.trial196:> sudo podman pull quay.io/samba.org/samba-client:latest 2026-02-24T15:25:49.487 INFO:teuthology.orchestra.run.trial196.stderr:Trying to pull quay.io/samba.org/samba-client:latest... 2026-02-24T15:25:49.723 INFO:teuthology.orchestra.run.trial196.stderr:Getting image source signatures 2026-02-24T15:25:49.723 INFO:teuthology.orchestra.run.trial196.stderr:Copying blob sha256:a936709dbf6fa7118b8e93d9e06c8079be7db4361572ad1f92d63dd7f3f2257a 2026-02-24T15:25:49.723 INFO:teuthology.orchestra.run.trial196.stderr:Copying blob sha256:d43e1e6022324861510fbea6b8e4d20d11db9cf830eea81abbc79f80f594eeaa 2026-02-24T15:25:51.192 INFO:teuthology.orchestra.run.trial196.stderr:Copying config sha256:3ee544af2aae0df3eb96317b0154d00f5e303b96ec3bcd3a11f7bc18d8e83bc7 2026-02-24T15:25:51.192 INFO:teuthology.orchestra.run.trial196.stderr:Writing manifest to image destination 2026-02-24T15:25:51.201 INFO:teuthology.orchestra.run.trial196.stdout:3ee544af2aae0df3eb96317b0154d00f5e303b96ec3bcd3a11f7bc18d8e83bc7 2026-02-24T15:25:51.205 DEBUG:teuthology.orchestra.run.trial196:> ss -lunH 2026-02-24T15:25:51.264 INFO:teuthology.orchestra.run.trial196.stdout:UNCONN 0 0 0.0.0.0:111 0.0.0.0:* 2026-02-24T15:25:51.264 INFO:teuthology.orchestra.run.trial196.stdout:UNCONN 0 0 127.0.0.1:323 0.0.0.0:* 2026-02-24T15:25:51.264 INFO:teuthology.orchestra.run.trial196.stdout:UNCONN 0 0 [::]:111 [::]:* 2026-02-24T15:25:51.264 INFO:teuthology.orchestra.run.trial196.stdout:UNCONN 0 0 [::1]:323 [::]:* 2026-02-24T15:25:51.265 DEBUG:teuthology.orchestra.run.trial196:> sudo mkdir -p /var/lib/samba/container/logs /var/lib/samba/container/data 2026-02-24T15:25:51.328 DEBUG:teuthology.orchestra.run.trial196:> sudo mkdir -p /var/tmp/samba 2026-02-24T15:25:51.393 DEBUG:teuthology.orchestra.run.trial196:> set -ex 2026-02-24T15:25:51.393 DEBUG:teuthology.orchestra.run.trial196:> sudo dd of=/var/tmp/samba/container.json 2026-02-24T15:25:51.457 DEBUG:teuthology.orchestra.run.trial196:> 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-24T15:25:51.627 INFO:teuthology.orchestra.run.trial196.stdout:36e3bf4fdb91200594b05fb1e9143f69d4b39ce5554b35a74c04427e3c192fc3 2026-02-24T15:25:51.882 INFO:tasks.smb:Probing SMB status of DC 10.20.193.196, idx=0 2026-02-24T15:25:51.882 DEBUG:teuthology.orchestra.run.trial196:> sudo podman run --rm --net=host --dns=10.20.193.196 -eKRB5_CONFIG=/dev/null quay.io/samba.org/samba-client:latest smbclient -U 'DOMAIN1\ckent%1115Rose.' //domain1.sink.test/sysvol -c ls 2026-02-24T15:25:52.007 INFO:teuthology.orchestra.run.trial196.stderr:do_connect: Connection to domain1.sink.test failed (Error NT_STATUS_UNSUCCESSFUL) 2026-02-24T15:25:52.127 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-02-24T15:25:52.629 INFO:tasks.smb:Probing SMB status of DC 10.20.193.196, idx=1 2026-02-24T15:25:52.629 DEBUG:teuthology.orchestra.run.trial196:> sudo podman run --rm --net=host --dns=10.20.193.196 -eKRB5_CONFIG=/dev/null quay.io/samba.org/samba-client:latest smbclient -U 'DOMAIN1\ckent%1115Rose.' //domain1.sink.test/sysvol -c ls 2026-02-24T15:25:52.748 INFO:teuthology.orchestra.run.trial196.stderr:do_connect: Connection to domain1.sink.test failed (Error NT_STATUS_UNSUCCESSFUL) 2026-02-24T15:25:52.863 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-02-24T15:25:53.865 INFO:tasks.smb:Probing SMB status of DC 10.20.193.196, idx=2 2026-02-24T15:25:53.865 DEBUG:teuthology.orchestra.run.trial196:> sudo podman run --rm --net=host --dns=10.20.193.196 -eKRB5_CONFIG=/dev/null quay.io/samba.org/samba-client:latest smbclient -U 'DOMAIN1\ckent%1115Rose.' //domain1.sink.test/sysvol -c ls 2026-02-24T15:25:53.984 INFO:teuthology.orchestra.run.trial196.stderr:do_connect: Connection to domain1.sink.test failed (Error NT_STATUS_UNSUCCESSFUL) 2026-02-24T15:25:54.102 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-02-24T15:25:56.103 INFO:tasks.smb:Probing SMB status of DC 10.20.193.196, idx=3 2026-02-24T15:25:56.104 DEBUG:teuthology.orchestra.run.trial196:> sudo podman run --rm --net=host --dns=10.20.193.196 -eKRB5_CONFIG=/dev/null quay.io/samba.org/samba-client:latest smbclient -U 'DOMAIN1\ckent%1115Rose.' //domain1.sink.test/sysvol -c ls 2026-02-24T15:25:56.226 INFO:teuthology.orchestra.run.trial196.stderr:do_connect: Connection to domain1.sink.test failed (Error NT_STATUS_UNSUCCESSFUL) 2026-02-24T15:25:56.343 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-02-24T15:26:00.344 INFO:tasks.smb:Probing SMB status of DC 10.20.193.196, idx=4 2026-02-24T15:26:00.345 DEBUG:teuthology.orchestra.run.trial196:> sudo podman run --rm --net=host --dns=10.20.193.196 -eKRB5_CONFIG=/dev/null quay.io/samba.org/samba-client:latest smbclient -U 'DOMAIN1\ckent%1115Rose.' //domain1.sink.test/sysvol -c ls 2026-02-24T15:26:00.516 INFO:teuthology.orchestra.run.trial196.stdout: . D 0 Tue Feb 24 15:25:53 2026 2026-02-24T15:26:00.516 INFO:teuthology.orchestra.run.trial196.stdout: .. D 0 Tue Feb 24 15:25:53 2026 2026-02-24T15:26:00.517 INFO:teuthology.orchestra.run.trial196.stdout: domain1.sink.test D 0 Tue Feb 24 15:25:52 2026 2026-02-24T15:26:00.517 INFO:teuthology.orchestra.run.trial196.stdout: 2026-02-24T15:26:00.517 INFO:teuthology.orchestra.run.trial196.stdout: 921338020 blocks of size 1024. 861795908 blocks available 2026-02-24T15:26:00.637 INFO:tasks.smb:SMB status probe succeeded 2026-02-24T15:26:00.637 INFO:teuthology.run_tasks:Running task cephadm... 2026-02-24T15:26:00.745 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': 'e602a214d0666d5fd7dab98304b32ef8fc2865a3'} 2026-02-24T15:26:00.745 INFO:tasks.cephadm:Cluster image is quay.ceph.io/ceph-ci/ceph:e602a214d0666d5fd7dab98304b32ef8fc2865a3 2026-02-24T15:26:00.747 INFO:tasks.cephadm:Cluster fsid is 1fdb37b6-1195-11f1-a7cb-d404e6e7d460 2026-02-24T15:26:00.747 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2026-02-24T15:26:00.747 INFO:tasks.cephadm:Monitor IPs: {'mon.a': '10.20.193.39'} 2026-02-24T15:26:00.747 INFO:tasks.cephadm:First mon is mon.a on trial039 2026-02-24T15:26:00.747 INFO:tasks.cephadm:First mgr is x 2026-02-24T15:26:00.747 INFO:tasks.cephadm:Normalizing hostnames... 2026-02-24T15:26:00.747 DEBUG:teuthology.orchestra.run.trial039:> sudo hostname $(hostname -s) 2026-02-24T15:26:00.774 DEBUG:teuthology.orchestra.run.trial196:> sudo hostname $(hostname -s) 2026-02-24T15:26:00.800 INFO:tasks.cephadm:Downloading "compiled" cephadm from cachra 2026-02-24T15:26:00.801 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=e602a214d0666d5fd7dab98304b32ef8fc2865a3 2026-02-24T15:26:00.921 INFO:tasks.cephadm:builder_project result: [{'url': 'https://3.chacra.ceph.com/r/ceph/wip-phlogistonjohn-testing-1-2026-02-23-0827/e602a214d0666d5fd7dab98304b32ef8fc2865a3/centos/9/flavors/default/', 'chacra_url': 'https://3.chacra.ceph.com/repos/ceph/wip-phlogistonjohn-testing-1-2026-02-23-0827/e602a214d0666d5fd7dab98304b32ef8fc2865a3/centos/9/flavors/default/', 'ref': 'wip-phlogistonjohn-testing-1-2026-02-23-0827', 'sha1': 'e602a214d0666d5fd7dab98304b32ef8fc2865a3', 'distro': 'centos', 'distro_version': '9', 'distro_codename': None, 'modified': '2026-02-23 23:33:38.779182', 'status': 'ready', 'flavor': 'default', 'project': 'ceph', 'archs': ['source', 'x86_64'], 'extra': {'version': '20.3.0-5484-ge602a214', 'package_manager_version': '20.3.0-5484.ge602a214', 'build_url': 'https://jenkins.ceph.com/job/ceph-dev-pipeline/3206/', 'root_build_cause': '', 'node_name': '10.20.192.26+soko16', 'job_name': 'ceph-dev-pipeline'}}] 2026-02-24T15:26:01.064 INFO:tasks.util.chacra:got chacra host 3.chacra.ceph.com, ref wip-phlogistonjohn-testing-1-2026-02-23-0827, sha1 e602a214d0666d5fd7dab98304b32ef8fc2865a3 from https://shaman.ceph.com/api/search/?project=ceph&distros=centos%2F9%2Fx86_64&flavor=default&sha1=e602a214d0666d5fd7dab98304b32ef8fc2865a3 2026-02-24T15:26:01.066 INFO:tasks.cephadm:Discovered cachra url: https://3.chacra.ceph.com/binaries/ceph/wip-phlogistonjohn-testing-1-2026-02-23-0827/e602a214d0666d5fd7dab98304b32ef8fc2865a3/centos/9/x86_64/flavors/default/cephadm 2026-02-24T15:26:01.066 INFO:tasks.cephadm:Downloading cephadm from url: https://3.chacra.ceph.com/binaries/ceph/wip-phlogistonjohn-testing-1-2026-02-23-0827/e602a214d0666d5fd7dab98304b32ef8fc2865a3/centos/9/x86_64/flavors/default/cephadm 2026-02-24T15:26:01.066 DEBUG:teuthology.orchestra.run.trial039:> curl --silent -L https://3.chacra.ceph.com/binaries/ceph/wip-phlogistonjohn-testing-1-2026-02-23-0827/e602a214d0666d5fd7dab98304b32ef8fc2865a3/centos/9/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2026-02-24T15:26:01.394 INFO:teuthology.orchestra.run.trial039.stdout:-rw-r--r--. 1 ubuntu ubuntu 1077383 Feb 24 15:26 /home/ubuntu/cephtest/cephadm 2026-02-24T15:26:01.394 DEBUG:teuthology.orchestra.run.trial196:> curl --silent -L https://3.chacra.ceph.com/binaries/ceph/wip-phlogistonjohn-testing-1-2026-02-23-0827/e602a214d0666d5fd7dab98304b32ef8fc2865a3/centos/9/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2026-02-24T15:26:01.777 INFO:teuthology.orchestra.run.trial196.stdout:-rw-r--r--. 1 ubuntu ubuntu 1077383 Feb 24 15:26 /home/ubuntu/cephtest/cephadm 2026-02-24T15:26:01.777 DEBUG:teuthology.orchestra.run.trial039:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2026-02-24T15:26:01.796 DEBUG:teuthology.orchestra.run.trial196:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2026-02-24T15:26:01.829 INFO:tasks.cephadm:Pulling image quay.ceph.io/ceph-ci/ceph:e602a214d0666d5fd7dab98304b32ef8fc2865a3 on all hosts... 2026-02-24T15:26:01.830 DEBUG:teuthology.orchestra.run.trial039:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:e602a214d0666d5fd7dab98304b32ef8fc2865a3 pull 2026-02-24T15:26:01.837 DEBUG:teuthology.orchestra.run.trial196:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:e602a214d0666d5fd7dab98304b32ef8fc2865a3 pull 2026-02-24T15:26:01.970 INFO:teuthology.orchestra.run.trial196.stderr:Pulling container image quay.ceph.io/ceph-ci/ceph:e602a214d0666d5fd7dab98304b32ef8fc2865a3... 2026-02-24T15:26:01.986 INFO:teuthology.orchestra.run.trial039.stderr:Pulling container image quay.ceph.io/ceph-ci/ceph:e602a214d0666d5fd7dab98304b32ef8fc2865a3... 2026-02-24T15:26:14.442 INFO:teuthology.orchestra.run.trial196.stdout:{ 2026-02-24T15:26:14.442 INFO:teuthology.orchestra.run.trial196.stdout: "ceph_version": "ceph version 20.3.0-5484-ge602a214 (e602a214d0666d5fd7dab98304b32ef8fc2865a3) tentacle (dev)", 2026-02-24T15:26:14.442 INFO:teuthology.orchestra.run.trial196.stdout: "image_id": "2c563d5701607d22f30048db75512feedc1fedc8d53c5496d88cfa0b05a08f74", 2026-02-24T15:26:14.442 INFO:teuthology.orchestra.run.trial196.stdout: "repo_digests": [ 2026-02-24T15:26:14.442 INFO:teuthology.orchestra.run.trial196.stdout: "quay.ceph.io/ceph-ci/ceph@sha256:e62f177877783391bea7ed0d8dd386826e63dd9c4b88ea0937434db2ddb31986" 2026-02-24T15:26:14.442 INFO:teuthology.orchestra.run.trial196.stdout: ] 2026-02-24T15:26:14.442 INFO:teuthology.orchestra.run.trial196.stdout:} 2026-02-24T15:26:16.217 INFO:teuthology.orchestra.run.trial039.stdout:{ 2026-02-24T15:26:16.218 INFO:teuthology.orchestra.run.trial039.stdout: "ceph_version": "ceph version 20.3.0-5484-ge602a214 (e602a214d0666d5fd7dab98304b32ef8fc2865a3) tentacle (dev)", 2026-02-24T15:26:16.218 INFO:teuthology.orchestra.run.trial039.stdout: "image_id": "2c563d5701607d22f30048db75512feedc1fedc8d53c5496d88cfa0b05a08f74", 2026-02-24T15:26:16.218 INFO:teuthology.orchestra.run.trial039.stdout: "repo_digests": [ 2026-02-24T15:26:16.218 INFO:teuthology.orchestra.run.trial039.stdout: "quay.ceph.io/ceph-ci/ceph@sha256:e62f177877783391bea7ed0d8dd386826e63dd9c4b88ea0937434db2ddb31986" 2026-02-24T15:26:16.218 INFO:teuthology.orchestra.run.trial039.stdout: ] 2026-02-24T15:26:16.218 INFO:teuthology.orchestra.run.trial039.stdout:} 2026-02-24T15:26:16.233 DEBUG:teuthology.orchestra.run.trial039:> sudo mkdir -p /etc/ceph 2026-02-24T15:26:16.304 DEBUG:teuthology.orchestra.run.trial196:> sudo mkdir -p /etc/ceph 2026-02-24T15:26:16.332 DEBUG:teuthology.orchestra.run.trial039:> sudo chmod 777 /etc/ceph 2026-02-24T15:26:16.357 DEBUG:teuthology.orchestra.run.trial196:> sudo chmod 777 /etc/ceph 2026-02-24T15:26:16.396 INFO:tasks.cephadm:Writing seed config... 2026-02-24T15:26:16.398 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2026-02-24T15:26:16.398 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2026-02-24T15:26:16.398 INFO:tasks.cephadm: override: [mon] debug mon = 20 2026-02-24T15:26:16.399 INFO:tasks.cephadm: override: [mon] debug ms = 1 2026-02-24T15:26:16.399 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2026-02-24T15:26:16.399 INFO:tasks.cephadm: override: [osd] debug ms = 1 2026-02-24T15:26:16.399 INFO:tasks.cephadm: override: [osd] debug osd = 20 2026-02-24T15:26:16.400 DEBUG:teuthology.orchestra.run.trial039:> set -ex 2026-02-24T15:26:16.400 DEBUG:teuthology.orchestra.run.trial039:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2026-02-24T15:26:16.416 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 = 1fdb37b6-1195-11f1-a7cb-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-24T15:26:16.417 DEBUG:teuthology.orchestra.run.trial039:mon.a> sudo journalctl -f -n 0 -u ceph-1fdb37b6-1195-11f1-a7cb-d404e6e7d460@mon.a.service 2026-02-24T15:26:16.459 DEBUG:teuthology.orchestra.run.trial039:mgr.x> sudo journalctl -f -n 0 -u ceph-1fdb37b6-1195-11f1-a7cb-d404e6e7d460@mgr.x.service 2026-02-24T15:26:16.502 INFO:tasks.cephadm:Bootstrapping... 2026-02-24T15:26:16.502 DEBUG:teuthology.orchestra.run.trial039:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:e602a214d0666d5fd7dab98304b32ef8fc2865a3 -v bootstrap --fsid 1fdb37b6-1195-11f1-a7cb-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.39 --single-host-defaults --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2026-02-24T15:26:16.638 INFO:teuthology.orchestra.run.trial039.stdout:-------------------------------------------------------------------------------- 2026-02-24T15:26:16.638 INFO:teuthology.orchestra.run.trial039.stdout:cephadm ['--image', 'quay.ceph.io/ceph-ci/ceph:e602a214d0666d5fd7dab98304b32ef8fc2865a3', '-v', 'bootstrap', '--fsid', '1fdb37b6-1195-11f1-a7cb-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.39', '--single-host-defaults', '--skip-admin-label'] 2026-02-24T15:26:16.639 INFO:teuthology.orchestra.run.trial039.stderr:Specifying an fsid for your cluster offers no advantages and may increase the likelihood of fsid conflicts. 2026-02-24T15:26:16.639 INFO:teuthology.orchestra.run.trial039.stdout:Verifying podman|docker is present... 2026-02-24T15:26:16.654 INFO:teuthology.orchestra.run.trial039.stdout:/bin/podman: stdout 5.8.0 2026-02-24T15:26:16.655 INFO:teuthology.orchestra.run.trial039.stdout:Verifying lvm2 is present... 2026-02-24T15:26:16.655 INFO:teuthology.orchestra.run.trial039.stdout:Verifying time synchronization is in place... 2026-02-24T15:26:16.661 INFO:teuthology.orchestra.run.trial039.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2026-02-24T15:26:16.661 INFO:teuthology.orchestra.run.trial039.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2026-02-24T15:26:16.667 INFO:teuthology.orchestra.run.trial039.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2026-02-24T15:26:16.667 INFO:teuthology.orchestra.run.trial039.stdout:systemctl: stdout inactive 2026-02-24T15:26:16.673 INFO:teuthology.orchestra.run.trial039.stdout:systemctl: stdout enabled 2026-02-24T15:26:16.679 INFO:teuthology.orchestra.run.trial039.stdout:systemctl: stdout active 2026-02-24T15:26:16.679 INFO:teuthology.orchestra.run.trial039.stdout:Unit chronyd.service is enabled and running 2026-02-24T15:26:16.679 INFO:teuthology.orchestra.run.trial039.stdout:Repeating the final host check... 2026-02-24T15:26:16.693 INFO:teuthology.orchestra.run.trial039.stdout:/bin/podman: stdout 5.8.0 2026-02-24T15:26:16.693 INFO:teuthology.orchestra.run.trial039.stdout:podman (/bin/podman) version 5.8.0 is present 2026-02-24T15:26:16.693 INFO:teuthology.orchestra.run.trial039.stdout:systemctl is present 2026-02-24T15:26:16.693 INFO:teuthology.orchestra.run.trial039.stdout:lvcreate is present 2026-02-24T15:26:16.698 INFO:teuthology.orchestra.run.trial039.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2026-02-24T15:26:16.698 INFO:teuthology.orchestra.run.trial039.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2026-02-24T15:26:16.704 INFO:teuthology.orchestra.run.trial039.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2026-02-24T15:26:16.704 INFO:teuthology.orchestra.run.trial039.stdout:systemctl: stdout inactive 2026-02-24T15:26:16.710 INFO:teuthology.orchestra.run.trial039.stdout:systemctl: stdout enabled 2026-02-24T15:26:16.715 INFO:teuthology.orchestra.run.trial039.stdout:systemctl: stdout active 2026-02-24T15:26:16.716 INFO:teuthology.orchestra.run.trial039.stdout:Unit chronyd.service is enabled and running 2026-02-24T15:26:16.716 INFO:teuthology.orchestra.run.trial039.stdout:Host looks OK 2026-02-24T15:26:16.716 INFO:teuthology.orchestra.run.trial039.stdout:Cluster fsid: 1fdb37b6-1195-11f1-a7cb-d404e6e7d460 2026-02-24T15:26:16.716 INFO:teuthology.orchestra.run.trial039.stdout:Acquiring lock 139857987374288 on /run/cephadm/1fdb37b6-1195-11f1-a7cb-d404e6e7d460.lock 2026-02-24T15:26:16.716 INFO:teuthology.orchestra.run.trial039.stdout:Lock 139857987374288 acquired on /run/cephadm/1fdb37b6-1195-11f1-a7cb-d404e6e7d460.lock 2026-02-24T15:26:16.716 INFO:teuthology.orchestra.run.trial039.stdout:Verifying IP 10.20.193.39 port 3300 ... 2026-02-24T15:26:16.717 INFO:teuthology.orchestra.run.trial039.stdout:Verifying IP 10.20.193.39 port 6789 ... 2026-02-24T15:26:16.717 INFO:teuthology.orchestra.run.trial039.stdout:Base mon IP(s) is [10.20.193.39:3300, 10.20.193.39:6789], mon addrv is [v2:10.20.193.39:3300,v1:10.20.193.39:6789] 2026-02-24T15:26:16.719 INFO:teuthology.orchestra.run.trial039.stdout:/sbin/ip: stdout default via 10.20.192.1 dev enp1s0f0 proto dhcp src 10.20.193.39 metric 102 2026-02-24T15:26:16.719 INFO:teuthology.orchestra.run.trial039.stdout:/sbin/ip: stdout 10.20.192.0/20 dev enp1s0f0 proto kernel scope link src 10.20.193.39 metric 102 2026-02-24T15:26:16.719 INFO:teuthology.orchestra.run.trial039.stdout:/sbin/ip: stdout 169.254.3.0/24 dev enp7s0f4u2u2c2 proto kernel scope link src 169.254.3.1 metric 101 2026-02-24T15:26:16.722 INFO:teuthology.orchestra.run.trial039.stdout:/sbin/ip: stdout ::1 dev lo proto kernel metric 256 pref medium 2026-02-24T15:26:16.722 INFO:teuthology.orchestra.run.trial039.stdout:/sbin/ip: stdout fe80::/64 dev enp1s0f0 proto kernel metric 256 pref medium 2026-02-24T15:26:16.722 INFO:teuthology.orchestra.run.trial039.stdout:/sbin/ip: stdout fe80::/64 dev enp7s0f4u2u2c2 proto kernel metric 1024 pref medium 2026-02-24T15:26:16.725 INFO:teuthology.orchestra.run.trial039.stdout:/sbin/ip: stdout 1: lo: mtu 65536 state UNKNOWN qlen 1000 2026-02-24T15:26:16.725 INFO:teuthology.orchestra.run.trial039.stdout:/sbin/ip: stdout inet6 ::1/128 scope host 2026-02-24T15:26:16.725 INFO:teuthology.orchestra.run.trial039.stdout:/sbin/ip: stdout valid_lft forever preferred_lft forever 2026-02-24T15:26:16.725 INFO:teuthology.orchestra.run.trial039.stdout:/sbin/ip: stdout 2: enp7s0f4u2u2c2: mtu 1500 state UNKNOWN qlen 1000 2026-02-24T15:26:16.725 INFO:teuthology.orchestra.run.trial039.stdout:/sbin/ip: stdout inet6 fe80::f92f:6395:d346:4065/64 scope link noprefixroute 2026-02-24T15:26:16.725 INFO:teuthology.orchestra.run.trial039.stdout:/sbin/ip: stdout valid_lft forever preferred_lft forever 2026-02-24T15:26:16.725 INFO:teuthology.orchestra.run.trial039.stdout:/sbin/ip: stdout 3: enp1s0f0: mtu 1500 state UP qlen 1000 2026-02-24T15:26:16.726 INFO:teuthology.orchestra.run.trial039.stdout:/sbin/ip: stdout inet6 fe80::925a:8ff:fe77:5e84/64 scope link 2026-02-24T15:26:16.726 INFO:teuthology.orchestra.run.trial039.stdout:/sbin/ip: stdout valid_lft forever preferred_lft forever 2026-02-24T15:26:16.726 INFO:teuthology.orchestra.run.trial039.stdout:Mon IP `10.20.193.39` is in CIDR network `10.20.192.0/20` 2026-02-24T15:26:16.726 INFO:teuthology.orchestra.run.trial039.stdout:Mon IP `10.20.193.39` is in CIDR network `10.20.192.0/20` 2026-02-24T15:26:16.726 INFO:teuthology.orchestra.run.trial039.stdout:Inferred mon public CIDR from local network configuration ['10.20.192.0/20', '10.20.192.0/20'] 2026-02-24T15:26:16.726 INFO:teuthology.orchestra.run.trial039.stdout:Internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2026-02-24T15:26:16.726 INFO:teuthology.orchestra.run.trial039.stdout:Adjusting default settings to suit single-host cluster... 2026-02-24T15:26:16.726 INFO:teuthology.orchestra.run.trial039.stdout:Pulling container image quay.ceph.io/ceph-ci/ceph:e602a214d0666d5fd7dab98304b32ef8fc2865a3... 2026-02-24T15:26:16.961 INFO:teuthology.orchestra.run.trial039.stdout:/bin/podman: stdout 2c563d5701607d22f30048db75512feedc1fedc8d53c5496d88cfa0b05a08f74 2026-02-24T15:26:16.962 INFO:teuthology.orchestra.run.trial039.stdout:/bin/podman: stderr Trying to pull quay.ceph.io/ceph-ci/ceph:e602a214d0666d5fd7dab98304b32ef8fc2865a3... 2026-02-24T15:26:16.962 INFO:teuthology.orchestra.run.trial039.stdout:/bin/podman: stderr Getting image source signatures 2026-02-24T15:26:16.962 INFO:teuthology.orchestra.run.trial039.stdout:/bin/podman: stderr Copying blob sha256:ff9f04e3c351064ea868904fc844356a1af3a7fc12d47014a391f7980b73bade 2026-02-24T15:26:16.962 INFO:teuthology.orchestra.run.trial039.stdout:/bin/podman: stderr Copying blob sha256:5dd85e1a50663785d86adae5ef92579a03e6f64059ca9c005010518acdd62048 2026-02-24T15:26:16.962 INFO:teuthology.orchestra.run.trial039.stdout:/bin/podman: stderr Copying config sha256:2c563d5701607d22f30048db75512feedc1fedc8d53c5496d88cfa0b05a08f74 2026-02-24T15:26:16.962 INFO:teuthology.orchestra.run.trial039.stdout:/bin/podman: stderr Writing manifest to image destination 2026-02-24T15:26:17.216 INFO:teuthology.orchestra.run.trial039.stdout:ceph: stdout ceph version 20.3.0-5484-ge602a214 (e602a214d0666d5fd7dab98304b32ef8fc2865a3) tentacle (dev) 2026-02-24T15:26:17.216 INFO:teuthology.orchestra.run.trial039.stdout:Ceph version: ceph version 20.3.0-5484-ge602a214 (e602a214d0666d5fd7dab98304b32ef8fc2865a3) tentacle (dev) 2026-02-24T15:26:17.216 INFO:teuthology.orchestra.run.trial039.stdout:Extracting ceph user uid/gid from container image... 2026-02-24T15:26:17.473 INFO:teuthology.orchestra.run.trial039.stdout:stat: stdout 167 167 2026-02-24T15:26:17.473 INFO:teuthology.orchestra.run.trial039.stdout:Creating initial keys... 2026-02-24T15:26:17.733 INFO:teuthology.orchestra.run.trial039.stdout:/usr/bin/ceph-authtool: stdout AQAZw51pVTq8JBAAg4k4/IEeQbPtP7u+LvICkA== 2026-02-24T15:26:17.990 INFO:teuthology.orchestra.run.trial039.stdout:/usr/bin/ceph-authtool: stdout AQAZw51p5dgONBAAclEsdmLKnkFTSn+1mTyE0A== 2026-02-24T15:26:18.265 INFO:teuthology.orchestra.run.trial039.stdout:/usr/bin/ceph-authtool: stdout AQAaw51pRhDQCBAAtt4si6sk2Jt1ZgDUnPzopg== 2026-02-24T15:26:18.266 INFO:teuthology.orchestra.run.trial039.stdout:Creating initial monmap... 2026-02-24T15:26:18.550 INFO:teuthology.orchestra.run.trial039.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: monmap file /tmp/monmap 2026-02-24T15:26:18.550 INFO:teuthology.orchestra.run.trial039.stdout:/usr/bin/monmaptool: stdout setting min_mon_release = tentacle 2026-02-24T15:26:18.550 INFO:teuthology.orchestra.run.trial039.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: set fsid to 1fdb37b6-1195-11f1-a7cb-d404e6e7d460 2026-02-24T15:26:18.550 INFO:teuthology.orchestra.run.trial039.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2026-02-24T15:26:18.550 INFO:teuthology.orchestra.run.trial039.stdout:monmaptool for a [v2:10.20.193.39:3300,v1:10.20.193.39:6789] on /usr/bin/monmaptool: monmap file /tmp/monmap 2026-02-24T15:26:18.550 INFO:teuthology.orchestra.run.trial039.stdout:setting min_mon_release = tentacle 2026-02-24T15:26:18.550 INFO:teuthology.orchestra.run.trial039.stdout:/usr/bin/monmaptool: set fsid to 1fdb37b6-1195-11f1-a7cb-d404e6e7d460 2026-02-24T15:26:18.550 INFO:teuthology.orchestra.run.trial039.stdout:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2026-02-24T15:26:18.550 INFO:teuthology.orchestra.run.trial039.stdout: 2026-02-24T15:26:18.551 INFO:teuthology.orchestra.run.trial039.stdout:Creating mon... 2026-02-24T15:26:18.840 INFO:teuthology.orchestra.run.trial039.stdout:create mon.a on 2026-02-24T15:26:19.099 INFO:teuthology.orchestra.run.trial039.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /etc/systemd/system/ceph.target. 2026-02-24T15:26:19.212 INFO:teuthology.orchestra.run.trial039.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph-1fdb37b6-1195-11f1-a7cb-d404e6e7d460.target → /etc/systemd/system/ceph-1fdb37b6-1195-11f1-a7cb-d404e6e7d460.target. 2026-02-24T15:26:19.212 INFO:teuthology.orchestra.run.trial039.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph.target.wants/ceph-1fdb37b6-1195-11f1-a7cb-d404e6e7d460.target → /etc/systemd/system/ceph-1fdb37b6-1195-11f1-a7cb-d404e6e7d460.target. 2026-02-24T15:26:19.334 INFO:teuthology.orchestra.run.trial039.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-1fdb37b6-1195-11f1-a7cb-d404e6e7d460@mon.a 2026-02-24T15:26:19.334 INFO:teuthology.orchestra.run.trial039.stdout:systemctl: stderr Failed to reset failed state of unit ceph-1fdb37b6-1195-11f1-a7cb-d404e6e7d460@mon.a.service: Unit ceph-1fdb37b6-1195-11f1-a7cb-d404e6e7d460@mon.a.service not loaded. 2026-02-24T15:26:19.444 INFO:teuthology.orchestra.run.trial039.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-1fdb37b6-1195-11f1-a7cb-d404e6e7d460.target.wants/ceph-1fdb37b6-1195-11f1-a7cb-d404e6e7d460@mon.a.service → /etc/systemd/system/ceph-1fdb37b6-1195-11f1-a7cb-d404e6e7d460@.service. 2026-02-24T15:26:19.593 INFO:teuthology.orchestra.run.trial039.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2026-02-24T15:26:19.593 INFO:teuthology.orchestra.run.trial039.stdout:systemctl: stdout disabled 2026-02-24T15:26:19.599 INFO:teuthology.orchestra.run.trial039.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2026-02-24T15:26:19.599 INFO:teuthology.orchestra.run.trial039.stdout:systemctl: stdout inactive 2026-02-24T15:26:19.599 INFO:teuthology.orchestra.run.trial039.stdout:firewalld.service is not enabled 2026-02-24T15:26:19.599 INFO:teuthology.orchestra.run.trial039.stdout:Not possible to enable service . firewalld.service is not available 2026-02-24T15:26:19.599 INFO:teuthology.orchestra.run.trial039.stdout:Waiting for mon to start... 2026-02-24T15:26:19.599 INFO:teuthology.orchestra.run.trial039.stdout:Waiting for mon... 2026-02-24T15:26:19.877 INFO:teuthology.orchestra.run.trial039.stdout:/usr/bin/ceph: stdout cluster: 2026-02-24T15:26:19.878 INFO:teuthology.orchestra.run.trial039.stdout:/usr/bin/ceph: stdout id: 1fdb37b6-1195-11f1-a7cb-d404e6e7d460 2026-02-24T15:26:19.878 INFO:teuthology.orchestra.run.trial039.stdout:/usr/bin/ceph: stdout health: HEALTH_OK 2026-02-24T15:26:19.878 INFO:teuthology.orchestra.run.trial039.stdout:/usr/bin/ceph: stdout 2026-02-24T15:26:19.878 INFO:teuthology.orchestra.run.trial039.stdout:/usr/bin/ceph: stdout services: 2026-02-24T15:26:19.878 INFO:teuthology.orchestra.run.trial039.stdout:/usr/bin/ceph: stdout mon: 1 daemons, quorum a (age 0.151409s) [leader: a] 2026-02-24T15:26:19.878 INFO:teuthology.orchestra.run.trial039.stdout:/usr/bin/ceph: stdout mgr: no daemons active 2026-02-24T15:26:19.878 INFO:teuthology.orchestra.run.trial039.stdout:/usr/bin/ceph: stdout osd: 0 osds: 0 up, 0 in 2026-02-24T15:26:19.878 INFO:teuthology.orchestra.run.trial039.stdout:/usr/bin/ceph: stdout 2026-02-24T15:26:19.878 INFO:teuthology.orchestra.run.trial039.stdout:/usr/bin/ceph: stdout data: 2026-02-24T15:26:19.878 INFO:teuthology.orchestra.run.trial039.stdout:/usr/bin/ceph: stdout pools: 0 pools, 0 pgs 2026-02-24T15:26:19.878 INFO:teuthology.orchestra.run.trial039.stdout:/usr/bin/ceph: stdout objects: 0 objects, 0 B 2026-02-24T15:26:19.879 INFO:teuthology.orchestra.run.trial039.stdout:/usr/bin/ceph: stdout usage: 0 B used, 0 B / 0 B avail 2026-02-24T15:26:19.879 INFO:teuthology.orchestra.run.trial039.stdout:/usr/bin/ceph: stdout pgs: 2026-02-24T15:26:19.879 INFO:teuthology.orchestra.run.trial039.stdout:/usr/bin/ceph: stdout 2026-02-24T15:26:19.879 INFO:teuthology.orchestra.run.trial039.stdout:mon is available 2026-02-24T15:26:19.879 INFO:teuthology.orchestra.run.trial039.stdout:Assimilating anything we can from ceph.conf... 2026-02-24T15:26:20.148 INFO:teuthology.orchestra.run.trial039.stdout:/usr/bin/ceph: stdout 2026-02-24T15:26:20.148 INFO:teuthology.orchestra.run.trial039.stdout:/usr/bin/ceph: stdout [global] 2026-02-24T15:26:20.148 INFO:teuthology.orchestra.run.trial039.stdout:/usr/bin/ceph: stdout fsid = 1fdb37b6-1195-11f1-a7cb-d404e6e7d460 2026-02-24T15:26:20.148 INFO:teuthology.orchestra.run.trial039.stdout:/usr/bin/ceph: stdout mon_cluster_log_file_level = debug 2026-02-24T15:26:20.148 INFO:teuthology.orchestra.run.trial039.stdout:/usr/bin/ceph: stdout mon_host = [v2:10.20.193.39:3300,v1:10.20.193.39:6789] 2026-02-24T15:26:20.148 INFO:teuthology.orchestra.run.trial039.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2026-02-24T15:26:20.148 INFO:teuthology.orchestra.run.trial039.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2026-02-24T15:26:20.148 INFO:teuthology.orchestra.run.trial039.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2026-02-24T15:26:20.149 INFO:teuthology.orchestra.run.trial039.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2026-02-24T15:26:20.149 INFO:teuthology.orchestra.run.trial039.stdout:/usr/bin/ceph: stdout 2026-02-24T15:26:20.149 INFO:teuthology.orchestra.run.trial039.stdout:/usr/bin/ceph: stdout [mgr] 2026-02-24T15:26:20.149 INFO:teuthology.orchestra.run.trial039.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2026-02-24T15:26:20.149 INFO:teuthology.orchestra.run.trial039.stdout:/usr/bin/ceph: stdout 2026-02-24T15:26:20.149 INFO:teuthology.orchestra.run.trial039.stdout:/usr/bin/ceph: stdout [osd] 2026-02-24T15:26:20.149 INFO:teuthology.orchestra.run.trial039.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2026-02-24T15:26:20.149 INFO:teuthology.orchestra.run.trial039.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2026-02-24T15:26:20.149 INFO:teuthology.orchestra.run.trial039.stdout:Generating new minimal ceph.conf... 2026-02-24T15:26:20.423 INFO:teuthology.orchestra.run.trial039.stdout:Restarting the monitor... 2026-02-24T15:26:20.588 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:26:20 trial039 ceph-1fdb37b6-1195-11f1-a7cb-d404e6e7d460-mon-a[34757]: 2026-02-24T15:26:20.500+0000 7f505ef3e640 -1 mon.a@0(leader) e1 *** Got Signal Terminated *** 2026-02-24T15:26:20.989 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:26:20 trial039 podman[35151]: 2026-02-24 15:26:20.734404092 +0000 UTC m=+0.245216157 container died 8a5db174271424cb00d4c33883e94eceb8da8183bbd836981dc57f2b3a3de9b5 (image=quay.ceph.io/ceph-ci/ceph:e602a214d0666d5fd7dab98304b32ef8fc2865a3, name=ceph-1fdb37b6-1195-11f1-a7cb-d404e6e7d460-mon-a, io.buildah.version=1.41.3, CEPH_REF=wip-phlogistonjohn-testing-1-2026-02-23-0827, org.label-schema.vendor=CentOS, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, org.label-schema.build-date=20260216, OSD_FLAVOR=default, ceph=True, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.license=GPLv2, org.opencontainers.image.authors=Ceph Release Team , CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, FROM_IMAGE=quay.io/centos/centos:stream9, org.opencontainers.image.documentation=https://docs.ceph.com/, CEPH_SHA1=e602a214d0666d5fd7dab98304b32ef8fc2865a3, org.label-schema.schema-version=1.0) 2026-02-24T15:26:20.989 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:26:20 trial039 podman[35151]: 2026-02-24 15:26:20.845379317 +0000 UTC m=+0.356191382 container remove 8a5db174271424cb00d4c33883e94eceb8da8183bbd836981dc57f2b3a3de9b5 (image=quay.ceph.io/ceph-ci/ceph:e602a214d0666d5fd7dab98304b32ef8fc2865a3, name=ceph-1fdb37b6-1195-11f1-a7cb-d404e6e7d460-mon-a, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, org.opencontainers.image.documentation=https://docs.ceph.com/, io.buildah.version=1.41.3, org.label-schema.schema-version=1.0, CEPH_REF=wip-phlogistonjohn-testing-1-2026-02-23-0827, CEPH_SHA1=e602a214d0666d5fd7dab98304b32ef8fc2865a3, org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2, org.label-schema.build-date=20260216, org.opencontainers.image.authors=Ceph Release Team , OSD_FLAVOR=default, ceph=True, FROM_IMAGE=quay.io/centos/centos:stream9) 2026-02-24T15:26:20.989 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:26:20 trial039 bash[35151]: ceph-1fdb37b6-1195-11f1-a7cb-d404e6e7d460-mon-a 2026-02-24T15:26:20.989 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:26:20 trial039 systemd[1]: ceph-1fdb37b6-1195-11f1-a7cb-d404e6e7d460@mon.a.service: Deactivated successfully. 2026-02-24T15:26:20.990 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:26:20 trial039 systemd[1]: Stopped Ceph mon.a for 1fdb37b6-1195-11f1-a7cb-d404e6e7d460. 2026-02-24T15:26:20.990 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:26:20 trial039 systemd[1]: Starting Ceph mon.a for 1fdb37b6-1195-11f1-a7cb-d404e6e7d460... 2026-02-24T15:26:21.028 INFO:teuthology.orchestra.run.trial039.stdout:Setting public_network to 10.20.192.0/20 in global config section 2026-02-24T15:26:21.303 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:26:20 trial039 podman[35287]: 2026-02-24 15:26:20.988468366 +0000 UTC m=+0.016262946 container create ab5674d05942385dc3d3e9cd2f7a200560c17042f6edccaf3825096fe8b9d037 (image=quay.ceph.io/ceph-ci/ceph:e602a214d0666d5fd7dab98304b32ef8fc2865a3, name=ceph-1fdb37b6-1195-11f1-a7cb-d404e6e7d460-mon-a, org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2, ceph=True, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_REF=wip-phlogistonjohn-testing-1-2026-02-23-0827, OSD_FLAVOR=default, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, org.label-schema.build-date=20260216, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, io.buildah.version=1.41.3, org.label-schema.vendor=CentOS, org.opencontainers.image.authors=Ceph Release Team , CEPH_SHA1=e602a214d0666d5fd7dab98304b32ef8fc2865a3, org.opencontainers.image.documentation=https://docs.ceph.com/, FROM_IMAGE=quay.io/centos/centos:stream9) 2026-02-24T15:26:21.304 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:26:21 trial039 podman[35287]: 2026-02-24 15:26:21.019787902 +0000 UTC m=+0.047582492 container init ab5674d05942385dc3d3e9cd2f7a200560c17042f6edccaf3825096fe8b9d037 (image=quay.ceph.io/ceph-ci/ceph:e602a214d0666d5fd7dab98304b32ef8fc2865a3, name=ceph-1fdb37b6-1195-11f1-a7cb-d404e6e7d460-mon-a, io.buildah.version=1.41.3, org.opencontainers.image.documentation=https://docs.ceph.com/, org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.vendor=CentOS, org.opencontainers.image.authors=Ceph Release Team , ceph=True, FROM_IMAGE=quay.io/centos/centos:stream9, org.label-schema.build-date=20260216, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, CEPH_SHA1=e602a214d0666d5fd7dab98304b32ef8fc2865a3, CEPH_REF=wip-phlogistonjohn-testing-1-2026-02-23-0827, OSD_FLAVOR=default) 2026-02-24T15:26:21.304 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:26:21 trial039 podman[35287]: 2026-02-24 15:26:21.022884604 +0000 UTC m=+0.050679194 container start ab5674d05942385dc3d3e9cd2f7a200560c17042f6edccaf3825096fe8b9d037 (image=quay.ceph.io/ceph-ci/ceph:e602a214d0666d5fd7dab98304b32ef8fc2865a3, name=ceph-1fdb37b6-1195-11f1-a7cb-d404e6e7d460-mon-a, org.opencontainers.image.authors=Ceph Release Team , ceph=True, FROM_IMAGE=quay.io/centos/centos:stream9, org.label-schema.license=GPLv2, org.label-schema.build-date=20260216, org.label-schema.name=CentOS Stream 9 Base Image, io.buildah.version=1.41.3, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, OSD_FLAVOR=default, CEPH_SHA1=e602a214d0666d5fd7dab98304b32ef8fc2865a3, org.label-schema.schema-version=1.0, CEPH_REF=wip-phlogistonjohn-testing-1-2026-02-23-0827, org.label-schema.vendor=CentOS, org.opencontainers.image.documentation=https://docs.ceph.com/, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git) 2026-02-24T15:26:21.304 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:26:21 trial039 bash[35287]: ab5674d05942385dc3d3e9cd2f7a200560c17042f6edccaf3825096fe8b9d037 2026-02-24T15:26:21.304 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:26:21 trial039 podman[35287]: 2026-02-24 15:26:20.981901184 +0000 UTC m=+0.009695774 image pull 2c563d5701607d22f30048db75512feedc1fedc8d53c5496d88cfa0b05a08f74 quay.ceph.io/ceph-ci/ceph:e602a214d0666d5fd7dab98304b32ef8fc2865a3 2026-02-24T15:26:21.304 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:26:21 trial039 systemd[1]: Started Ceph mon.a for 1fdb37b6-1195-11f1-a7cb-d404e6e7d460. 2026-02-24T15:26:21.304 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:26:21 trial039 ceph-mon[35334]: set uid:gid to 167:167 (ceph:ceph) 2026-02-24T15:26:21.305 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:26:21 trial039 ceph-mon[35334]: ceph version 20.3.0-5484-ge602a214 (e602a214d0666d5fd7dab98304b32ef8fc2865a3) tentacle (dev - RelWithDebInfo), process ceph-mon, pid 7 2026-02-24T15:26:21.305 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:26:21 trial039 ceph-mon[35334]: pidfile_write: ignore empty --pid-file 2026-02-24T15:26:21.305 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:26:21 trial039 ceph-mon[35334]: load: jerasure load: lrc 2026-02-24T15:26:21.305 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:26:21 trial039 ceph-mon[35334]: rocksdb: RocksDB version: 7.9.2 2026-02-24T15:26:21.305 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:26:21 trial039 ceph-mon[35334]: rocksdb: Git sha 0 2026-02-24T15:26:21.305 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:26:21 trial039 ceph-mon[35334]: rocksdb: Compile date 2026-02-23 22:59:42 2026-02-24T15:26:21.305 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:26:21 trial039 ceph-mon[35334]: rocksdb: DB SUMMARY 2026-02-24T15:26:21.305 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:26:21 trial039 ceph-mon[35334]: rocksdb: DB Session ID: USHNWXZOAA22UCBT3EV6 2026-02-24T15:26:21.305 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:26:21 trial039 ceph-mon[35334]: rocksdb: CURRENT file: CURRENT 2026-02-24T15:26:21.305 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:26:21 trial039 ceph-mon[35334]: rocksdb: IDENTITY file: IDENTITY 2026-02-24T15:26:21.305 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:26:21 trial039 ceph-mon[35334]: rocksdb: MANIFEST file: MANIFEST-000010 size: 179 Bytes 2026-02-24T15:26:21.306 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:26:21 trial039 ceph-mon[35334]: rocksdb: SST files in /var/lib/ceph/mon/ceph-a/store.db dir, Total Num: 1, files: 000008.sst 2026-02-24T15:26:21.306 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:26:21 trial039 ceph-mon[35334]: rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-a/store.db: 000009.log size: 77625 ; 2026-02-24T15:26:21.306 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:26:21 trial039 ceph-mon[35334]: rocksdb: Options.error_if_exists: 0 2026-02-24T15:26:21.306 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:26:21 trial039 ceph-mon[35334]: rocksdb: Options.create_if_missing: 0 2026-02-24T15:26:21.306 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:26:21 trial039 ceph-mon[35334]: rocksdb: Options.paranoid_checks: 1 2026-02-24T15:26:21.306 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:26:21 trial039 ceph-mon[35334]: rocksdb: Options.flush_verify_memtable_count: 1 2026-02-24T15:26:21.306 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:26:21 trial039 ceph-mon[35334]: rocksdb: Options.track_and_verify_wals_in_manifest: 0 2026-02-24T15:26:21.306 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:26:21 trial039 ceph-mon[35334]: rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2026-02-24T15:26:21.306 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:26:21 trial039 ceph-mon[35334]: rocksdb: Options.env: 0xed6d60 2026-02-24T15:26:21.306 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:26:21 trial039 ceph-mon[35334]: rocksdb: Options.fs: PosixFileSystem 2026-02-24T15:26:21.306 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:26:21 trial039 ceph-mon[35334]: rocksdb: Options.info_log: 0x1dfae00 2026-02-24T15:26:21.307 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:26:21 trial039 ceph-mon[35334]: rocksdb: Options.max_file_opening_threads: 16 2026-02-24T15:26:21.307 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:26:21 trial039 ceph-mon[35334]: rocksdb: Options.statistics: (nil) 2026-02-24T15:26:21.307 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:26:21 trial039 ceph-mon[35334]: rocksdb: Options.use_fsync: 0 2026-02-24T15:26:21.307 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:26:21 trial039 ceph-mon[35334]: rocksdb: Options.max_log_file_size: 0 2026-02-24T15:26:21.307 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:26:21 trial039 ceph-mon[35334]: rocksdb: Options.max_manifest_file_size: 1073741824 2026-02-24T15:26:21.307 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:26:21 trial039 ceph-mon[35334]: rocksdb: Options.log_file_time_to_roll: 0 2026-02-24T15:26:21.307 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:26:21 trial039 ceph-mon[35334]: rocksdb: Options.keep_log_file_num: 1000 2026-02-24T15:26:21.307 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:26:21 trial039 ceph-mon[35334]: rocksdb: Options.recycle_log_file_num: 0 2026-02-24T15:26:21.307 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:26:21 trial039 ceph-mon[35334]: rocksdb: Options.allow_fallocate: 1 2026-02-24T15:26:21.307 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:26:21 trial039 ceph-mon[35334]: rocksdb: Options.allow_mmap_reads: 0 2026-02-24T15:26:21.307 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:26:21 trial039 ceph-mon[35334]: rocksdb: Options.allow_mmap_writes: 0 2026-02-24T15:26:21.307 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:26:21 trial039 ceph-mon[35334]: rocksdb: Options.use_direct_reads: 0 2026-02-24T15:26:21.308 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:26:21 trial039 ceph-mon[35334]: rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2026-02-24T15:26:21.308 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:26:21 trial039 ceph-mon[35334]: rocksdb: Options.create_missing_column_families: 0 2026-02-24T15:26:21.308 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:26:21 trial039 ceph-mon[35334]: rocksdb: Options.db_log_dir: 2026-02-24T15:26:21.308 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:26:21 trial039 ceph-mon[35334]: rocksdb: Options.wal_dir: 2026-02-24T15:26:21.308 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:26:21 trial039 ceph-mon[35334]: rocksdb: Options.table_cache_numshardbits: 6 2026-02-24T15:26:21.308 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:26:21 trial039 ceph-mon[35334]: rocksdb: Options.WAL_ttl_seconds: 0 2026-02-24T15:26:21.308 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:26:21 trial039 ceph-mon[35334]: rocksdb: Options.WAL_size_limit_MB: 0 2026-02-24T15:26:21.308 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:26:21 trial039 ceph-mon[35334]: rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2026-02-24T15:26:21.308 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:26:21 trial039 ceph-mon[35334]: rocksdb: Options.manifest_preallocation_size: 4194304 2026-02-24T15:26:21.308 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:26:21 trial039 ceph-mon[35334]: rocksdb: Options.is_fd_close_on_exec: 1 2026-02-24T15:26:21.309 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:26:21 trial039 ceph-mon[35334]: rocksdb: Options.advise_random_on_open: 1 2026-02-24T15:26:21.309 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:26:21 trial039 ceph-mon[35334]: rocksdb: Options.db_write_buffer_size: 0 2026-02-24T15:26:21.309 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:26:21 trial039 ceph-mon[35334]: rocksdb: Options.write_buffer_manager: 0x1df6140 2026-02-24T15:26:21.309 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:26:21 trial039 ceph-mon[35334]: rocksdb: Options.access_hint_on_compaction_start: 1 2026-02-24T15:26:21.309 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:26:21 trial039 ceph-mon[35334]: rocksdb: Options.random_access_max_buffer_size: 1048576 2026-02-24T15:26:21.309 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:26:21 trial039 ceph-mon[35334]: rocksdb: Options.use_adaptive_mutex: 0 2026-02-24T15:26:21.309 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:26:21 trial039 ceph-mon[35334]: rocksdb: Options.rate_limiter: (nil) 2026-02-24T15:26:21.309 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:26:21 trial039 ceph-mon[35334]: rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2026-02-24T15:26:21.309 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:26:21 trial039 ceph-mon[35334]: rocksdb: Options.wal_recovery_mode: 2 2026-02-24T15:26:21.309 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:26:21 trial039 ceph-mon[35334]: rocksdb: Options.enable_thread_tracking: 0 2026-02-24T15:26:21.309 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:26:21 trial039 ceph-mon[35334]: rocksdb: Options.enable_pipelined_write: 0 2026-02-24T15:26:21.309 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:26:21 trial039 ceph-mon[35334]: rocksdb: Options.unordered_write: 0 2026-02-24T15:26:21.310 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:26:21 trial039 ceph-mon[35334]: rocksdb: Options.allow_concurrent_memtable_write: 1 2026-02-24T15:26:21.310 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:26:21 trial039 ceph-mon[35334]: rocksdb: Options.enable_write_thread_adaptive_yield: 1 2026-02-24T15:26:21.310 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:26:21 trial039 ceph-mon[35334]: rocksdb: Options.write_thread_max_yield_usec: 100 2026-02-24T15:26:21.310 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:26:21 trial039 ceph-mon[35334]: rocksdb: Options.write_thread_slow_yield_usec: 3 2026-02-24T15:26:21.310 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:26:21 trial039 ceph-mon[35334]: rocksdb: Options.row_cache: None 2026-02-24T15:26:21.310 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:26:21 trial039 ceph-mon[35334]: rocksdb: Options.wal_filter: None 2026-02-24T15:26:21.310 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:26:21 trial039 ceph-mon[35334]: rocksdb: Options.avoid_flush_during_recovery: 0 2026-02-24T15:26:21.310 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:26:21 trial039 ceph-mon[35334]: rocksdb: Options.allow_ingest_behind: 0 2026-02-24T15:26:21.310 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:26:21 trial039 ceph-mon[35334]: rocksdb: Options.two_write_queues: 0 2026-02-24T15:26:21.310 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:26:21 trial039 ceph-mon[35334]: rocksdb: Options.manual_wal_flush: 0 2026-02-24T15:26:21.310 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:26:21 trial039 ceph-mon[35334]: rocksdb: Options.wal_compression: 0 2026-02-24T15:26:21.310 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:26:21 trial039 ceph-mon[35334]: rocksdb: Options.atomic_flush: 0 2026-02-24T15:26:21.310 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:26:21 trial039 ceph-mon[35334]: rocksdb: Options.avoid_unnecessary_blocking_io: 0 2026-02-24T15:26:21.311 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:26:21 trial039 ceph-mon[35334]: rocksdb: Options.persist_stats_to_disk: 0 2026-02-24T15:26:21.311 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:26:21 trial039 ceph-mon[35334]: rocksdb: Options.write_dbid_to_manifest: 0 2026-02-24T15:26:21.311 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:26:21 trial039 ceph-mon[35334]: rocksdb: Options.log_readahead_size: 0 2026-02-24T15:26:21.311 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:26:21 trial039 ceph-mon[35334]: rocksdb: Options.file_checksum_gen_factory: Unknown 2026-02-24T15:26:21.311 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:26:21 trial039 ceph-mon[35334]: rocksdb: Options.best_efforts_recovery: 0 2026-02-24T15:26:21.311 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:26:21 trial039 ceph-mon[35334]: rocksdb: Options.max_bgerror_resume_count: 2147483647 2026-02-24T15:26:21.311 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:26:21 trial039 ceph-mon[35334]: rocksdb: Options.bgerror_resume_retry_interval: 1000000 2026-02-24T15:26:21.311 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:26:21 trial039 ceph-mon[35334]: rocksdb: Options.allow_data_in_errors: 0 2026-02-24T15:26:21.311 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:26:21 trial039 ceph-mon[35334]: rocksdb: Options.db_host_id: __hostname__ 2026-02-24T15:26:21.311 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:26:21 trial039 ceph-mon[35334]: rocksdb: Options.enforce_single_del_contracts: true 2026-02-24T15:26:21.311 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:26:21 trial039 ceph-mon[35334]: rocksdb: Options.max_background_jobs: 2 2026-02-24T15:26:21.311 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:26:21 trial039 ceph-mon[35334]: rocksdb: Options.max_background_compactions: -1 2026-02-24T15:26:21.312 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:26:21 trial039 ceph-mon[35334]: rocksdb: Options.max_subcompactions: 1 2026-02-24T15:26:21.312 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:26:21 trial039 ceph-mon[35334]: rocksdb: Options.avoid_flush_during_shutdown: 0 2026-02-24T15:26:21.312 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:26:21 trial039 ceph-mon[35334]: rocksdb: Options.writable_file_max_buffer_size: 1048576 2026-02-24T15:26:21.312 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:26:21 trial039 ceph-mon[35334]: rocksdb: Options.delayed_write_rate : 16777216 2026-02-24T15:26:21.312 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:26:21 trial039 ceph-mon[35334]: rocksdb: Options.max_total_wal_size: 0 2026-02-24T15:26:21.312 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:26:21 trial039 ceph-mon[35334]: rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2026-02-24T15:26:21.312 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:26:21 trial039 ceph-mon[35334]: rocksdb: Options.stats_dump_period_sec: 600 2026-02-24T15:26:21.312 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:26:21 trial039 ceph-mon[35334]: rocksdb: Options.stats_persist_period_sec: 600 2026-02-24T15:26:21.312 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:26:21 trial039 ceph-mon[35334]: rocksdb: Options.stats_history_buffer_size: 1048576 2026-02-24T15:26:21.312 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:26:21 trial039 ceph-mon[35334]: rocksdb: Options.max_open_files: -1 2026-02-24T15:26:21.312 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:26:21 trial039 ceph-mon[35334]: rocksdb: Options.bytes_per_sync: 0 2026-02-24T15:26:21.312 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:26:21 trial039 ceph-mon[35334]: rocksdb: Options.wal_bytes_per_sync: 0 2026-02-24T15:26:21.312 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:26:21 trial039 ceph-mon[35334]: rocksdb: Options.strict_bytes_per_sync: 0 2026-02-24T15:26:21.313 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:26:21 trial039 ceph-mon[35334]: rocksdb: Options.compaction_readahead_size: 0 2026-02-24T15:26:21.313 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:26:21 trial039 ceph-mon[35334]: rocksdb: Options.max_background_flushes: -1 2026-02-24T15:26:21.313 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:26:21 trial039 ceph-mon[35334]: rocksdb: Compression algorithms supported: 2026-02-24T15:26:21.313 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:26:21 trial039 ceph-mon[35334]: rocksdb: kZSTD supported: 0 2026-02-24T15:26:21.313 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:26:21 trial039 ceph-mon[35334]: rocksdb: kXpressCompression supported: 0 2026-02-24T15:26:21.313 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:26:21 trial039 ceph-mon[35334]: rocksdb: kBZip2Compression supported: 0 2026-02-24T15:26:21.313 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:26:21 trial039 ceph-mon[35334]: rocksdb: kZSTDNotFinalCompression supported: 0 2026-02-24T15:26:21.313 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:26:21 trial039 ceph-mon[35334]: rocksdb: kLZ4Compression supported: 1 2026-02-24T15:26:21.313 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:26:21 trial039 ceph-mon[35334]: rocksdb: kZlibCompression supported: 1 2026-02-24T15:26:21.313 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:26:21 trial039 ceph-mon[35334]: rocksdb: kLZ4HCCompression supported: 1 2026-02-24T15:26:21.313 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:26:21 trial039 ceph-mon[35334]: rocksdb: kSnappyCompression supported: 1 2026-02-24T15:26:21.313 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:26:21 trial039 ceph-mon[35334]: rocksdb: Fast CRC32 supported: Supported on x86 2026-02-24T15:26:21.313 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:26:21 trial039 ceph-mon[35334]: rocksdb: DMutex implementation: pthread_mutex_t 2026-02-24T15:26:21.314 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:26:21 trial039 ceph-mon[35334]: rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000010 2026-02-24T15:26:21.314 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:26:21 trial039 ceph-mon[35334]: rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2026-02-24T15:26:21.314 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:26:21 trial039 ceph-mon[35334]: rocksdb: Options.comparator: leveldb.BytewiseComparator 2026-02-24T15:26:21.314 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:26:21 trial039 ceph-mon[35334]: rocksdb: Options.merge_operator: 2026-02-24T15:26:21.314 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:26:21 trial039 ceph-mon[35334]: rocksdb: Options.compaction_filter: None 2026-02-24T15:26:21.314 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:26:21 trial039 ceph-mon[35334]: rocksdb: Options.compaction_filter_factory: None 2026-02-24T15:26:21.314 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:26:21 trial039 ceph-mon[35334]: rocksdb: Options.sst_partitioner_factory: None 2026-02-24T15:26:21.314 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:26:21 trial039 ceph-mon[35334]: rocksdb: Options.memtable_factory: SkipListFactory 2026-02-24T15:26:21.314 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:26:21 trial039 ceph-mon[35334]: rocksdb: Options.table_factory: BlockBasedTable 2026-02-24T15:26:21.314 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:26:21 trial039 ceph-mon[35334]: rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x1dfb540) 2026-02-24T15:26:21.314 INFO:journalctl@ceph.mon.a.trial039.stdout: cache_index_and_filter_blocks: 1 2026-02-24T15:26:21.314 INFO:journalctl@ceph.mon.a.trial039.stdout: cache_index_and_filter_blocks_with_high_priority: 0 2026-02-24T15:26:21.314 INFO:journalctl@ceph.mon.a.trial039.stdout: pin_l0_filter_and_index_blocks_in_cache: 0 2026-02-24T15:26:21.315 INFO:journalctl@ceph.mon.a.trial039.stdout: pin_top_level_index_and_filter: 1 2026-02-24T15:26:21.315 INFO:journalctl@ceph.mon.a.trial039.stdout: index_type: 0 2026-02-24T15:26:21.315 INFO:journalctl@ceph.mon.a.trial039.stdout: data_block_index_type: 0 2026-02-24T15:26:21.315 INFO:journalctl@ceph.mon.a.trial039.stdout: index_shortening: 1 2026-02-24T15:26:21.315 INFO:journalctl@ceph.mon.a.trial039.stdout: data_block_hash_table_util_ratio: 0.750000 2026-02-24T15:26:21.315 INFO:journalctl@ceph.mon.a.trial039.stdout: checksum: 4 2026-02-24T15:26:21.315 INFO:journalctl@ceph.mon.a.trial039.stdout: no_block_cache: 0 2026-02-24T15:26:21.315 INFO:journalctl@ceph.mon.a.trial039.stdout: block_cache: 0x1dc9a50 2026-02-24T15:26:21.315 INFO:journalctl@ceph.mon.a.trial039.stdout: block_cache_name: BinnedLRUCache 2026-02-24T15:26:21.315 INFO:journalctl@ceph.mon.a.trial039.stdout: block_cache_options: 2026-02-24T15:26:21.315 INFO:journalctl@ceph.mon.a.trial039.stdout: capacity : 536870912 2026-02-24T15:26:21.315 INFO:journalctl@ceph.mon.a.trial039.stdout: num_shard_bits : 4 2026-02-24T15:26:21.316 INFO:journalctl@ceph.mon.a.trial039.stdout: strict_capacity_limit : 0 2026-02-24T15:26:21.316 INFO:journalctl@ceph.mon.a.trial039.stdout: high_pri_pool_ratio: 0.000 2026-02-24T15:26:21.316 INFO:journalctl@ceph.mon.a.trial039.stdout: block_cache_compressed: (nil) 2026-02-24T15:26:21.316 INFO:journalctl@ceph.mon.a.trial039.stdout: persistent_cache: (nil) 2026-02-24T15:26:21.316 INFO:journalctl@ceph.mon.a.trial039.stdout: block_size: 4096 2026-02-24T15:26:21.316 INFO:journalctl@ceph.mon.a.trial039.stdout: block_size_deviation: 10 2026-02-24T15:26:21.316 INFO:journalctl@ceph.mon.a.trial039.stdout: block_restart_interval: 16 2026-02-24T15:26:21.316 INFO:journalctl@ceph.mon.a.trial039.stdout: index_block_restart_interval: 1 2026-02-24T15:26:21.316 INFO:journalctl@ceph.mon.a.trial039.stdout: metadata_block_size: 4096 2026-02-24T15:26:21.316 INFO:journalctl@ceph.mon.a.trial039.stdout: partition_filters: 0 2026-02-24T15:26:21.316 INFO:journalctl@ceph.mon.a.trial039.stdout: use_delta_encoding: 1 2026-02-24T15:26:21.316 INFO:journalctl@ceph.mon.a.trial039.stdout: filter_policy: bloomfilter 2026-02-24T15:26:21.317 INFO:journalctl@ceph.mon.a.trial039.stdout: whole_key_filtering: 1 2026-02-24T15:26:21.317 INFO:journalctl@ceph.mon.a.trial039.stdout: verify_compression: 0 2026-02-24T15:26:21.317 INFO:journalctl@ceph.mon.a.trial039.stdout: read_amp_bytes_per_bit: 0 2026-02-24T15:26:21.317 INFO:journalctl@ceph.mon.a.trial039.stdout: format_version: 5 2026-02-24T15:26:21.317 INFO:journalctl@ceph.mon.a.trial039.stdout: enable_index_compression: 1 2026-02-24T15:26:21.317 INFO:journalctl@ceph.mon.a.trial039.stdout: block_align: 0 2026-02-24T15:26:21.317 INFO:journalctl@ceph.mon.a.trial039.stdout: max_auto_readahead_size: 262144 2026-02-24T15:26:21.317 INFO:journalctl@ceph.mon.a.trial039.stdout: prepopulate_block_cache: 0 2026-02-24T15:26:21.317 INFO:journalctl@ceph.mon.a.trial039.stdout: initial_auto_readahead_size: 8192 2026-02-24T15:26:21.317 INFO:journalctl@ceph.mon.a.trial039.stdout: num_file_reads_for_auto_readahead: 2 2026-02-24T15:26:21.317 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:26:21 trial039 ceph-mon[35334]: rocksdb: Options.write_buffer_size: 33554432 2026-02-24T15:26:21.317 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:26:21 trial039 ceph-mon[35334]: rocksdb: Options.max_write_buffer_number: 2 2026-02-24T15:26:21.317 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:26:21 trial039 ceph-mon[35334]: rocksdb: Options.compression: NoCompression 2026-02-24T15:26:21.318 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:26:21 trial039 ceph-mon[35334]: rocksdb: Options.bottommost_compression: Disabled 2026-02-24T15:26:21.318 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:26:21 trial039 ceph-mon[35334]: rocksdb: Options.prefix_extractor: nullptr 2026-02-24T15:26:21.318 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:26:21 trial039 ceph-mon[35334]: rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2026-02-24T15:26:21.318 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:26:21 trial039 ceph-mon[35334]: rocksdb: Options.num_levels: 7 2026-02-24T15:26:21.318 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:26:21 trial039 ceph-mon[35334]: rocksdb: Options.min_write_buffer_number_to_merge: 1 2026-02-24T15:26:21.318 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:26:21 trial039 ceph-mon[35334]: rocksdb: Options.max_write_buffer_number_to_maintain: 0 2026-02-24T15:26:21.318 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:26:21 trial039 ceph-mon[35334]: rocksdb: Options.max_write_buffer_size_to_maintain: 0 2026-02-24T15:26:21.318 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:26:21 trial039 ceph-mon[35334]: rocksdb: Options.bottommost_compression_opts.window_bits: -14 2026-02-24T15:26:21.318 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:26:21 trial039 ceph-mon[35334]: rocksdb: Options.bottommost_compression_opts.level: 32767 2026-02-24T15:26:21.318 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:26:21 trial039 ceph-mon[35334]: rocksdb: Options.bottommost_compression_opts.strategy: 0 2026-02-24T15:26:21.318 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:26:21 trial039 ceph-mon[35334]: rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2026-02-24T15:26:21.318 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:26:21 trial039 ceph-mon[35334]: rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2026-02-24T15:26:21.318 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:26:21 trial039 ceph-mon[35334]: rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2026-02-24T15:26:21.319 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:26:21 trial039 ceph-mon[35334]: rocksdb: Options.bottommost_compression_opts.enabled: false 2026-02-24T15:26:21.319 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:26:21 trial039 ceph-mon[35334]: rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2026-02-24T15:26:21.319 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:26:21 trial039 ceph-mon[35334]: rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2026-02-24T15:26:21.319 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:26:21 trial039 ceph-mon[35334]: rocksdb: Options.compression_opts.window_bits: -14 2026-02-24T15:26:21.319 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:26:21 trial039 ceph-mon[35334]: rocksdb: Options.compression_opts.level: 32767 2026-02-24T15:26:21.319 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:26:21 trial039 ceph-mon[35334]: rocksdb: Options.compression_opts.strategy: 0 2026-02-24T15:26:21.319 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:26:21 trial039 ceph-mon[35334]: rocksdb: Options.compression_opts.max_dict_bytes: 0 2026-02-24T15:26:21.319 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:26:21 trial039 ceph-mon[35334]: rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2026-02-24T15:26:21.319 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:26:21 trial039 ceph-mon[35334]: rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2026-02-24T15:26:21.319 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:26:21 trial039 ceph-mon[35334]: rocksdb: Options.compression_opts.parallel_threads: 1 2026-02-24T15:26:21.319 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:26:21 trial039 ceph-mon[35334]: rocksdb: Options.compression_opts.enabled: false 2026-02-24T15:26:21.319 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:26:21 trial039 ceph-mon[35334]: rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2026-02-24T15:26:21.319 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:26:21 trial039 ceph-mon[35334]: rocksdb: Options.level0_file_num_compaction_trigger: 4 2026-02-24T15:26:21.320 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:26:21 trial039 ceph-mon[35334]: rocksdb: Options.level0_slowdown_writes_trigger: 20 2026-02-24T15:26:21.320 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:26:21 trial039 ceph-mon[35334]: rocksdb: Options.level0_stop_writes_trigger: 36 2026-02-24T15:26:21.320 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:26:21 trial039 ceph-mon[35334]: rocksdb: Options.target_file_size_base: 67108864 2026-02-24T15:26:21.320 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:26:21 trial039 ceph-mon[35334]: rocksdb: Options.target_file_size_multiplier: 1 2026-02-24T15:26:21.320 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:26:21 trial039 ceph-mon[35334]: rocksdb: Options.max_bytes_for_level_base: 268435456 2026-02-24T15:26:21.320 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:26:21 trial039 ceph-mon[35334]: rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2026-02-24T15:26:21.320 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:26:21 trial039 ceph-mon[35334]: rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2026-02-24T15:26:21.320 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:26:21 trial039 ceph-mon[35334]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2026-02-24T15:26:21.320 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:26:21 trial039 ceph-mon[35334]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2026-02-24T15:26:21.320 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:26:21 trial039 ceph-mon[35334]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2026-02-24T15:26:21.320 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:26:21 trial039 ceph-mon[35334]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2026-02-24T15:26:21.320 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:26:21 trial039 ceph-mon[35334]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2026-02-24T15:26:21.320 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:26:21 trial039 ceph-mon[35334]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2026-02-24T15:26:21.321 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:26:21 trial039 ceph-mon[35334]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2026-02-24T15:26:21.321 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:26:21 trial039 ceph-mon[35334]: rocksdb: Options.max_sequential_skip_in_iterations: 8 2026-02-24T15:26:21.321 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:26:21 trial039 ceph-mon[35334]: rocksdb: Options.max_compaction_bytes: 1677721600 2026-02-24T15:26:21.321 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:26:21 trial039 ceph-mon[35334]: rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2026-02-24T15:26:21.321 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:26:21 trial039 ceph-mon[35334]: rocksdb: Options.arena_block_size: 1048576 2026-02-24T15:26:21.321 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:26:21 trial039 ceph-mon[35334]: rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2026-02-24T15:26:21.321 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:26:21 trial039 ceph-mon[35334]: rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2026-02-24T15:26:21.321 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:26:21 trial039 ceph-mon[35334]: rocksdb: Options.disable_auto_compactions: 0 2026-02-24T15:26:21.321 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:26:21 trial039 ceph-mon[35334]: rocksdb: Options.compaction_style: kCompactionStyleLevel 2026-02-24T15:26:21.321 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:26:21 trial039 ceph-mon[35334]: rocksdb: Options.compaction_pri: kMinOverlappingRatio 2026-02-24T15:26:21.321 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:26:21 trial039 ceph-mon[35334]: rocksdb: Options.compaction_options_universal.size_ratio: 1 2026-02-24T15:26:21.321 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:26:21 trial039 ceph-mon[35334]: rocksdb: Options.compaction_options_universal.min_merge_width: 2 2026-02-24T15:26:21.321 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:26:21 trial039 ceph-mon[35334]: rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2026-02-24T15:26:21.321 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:26:21 trial039 ceph-mon[35334]: rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2026-02-24T15:26:21.322 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:26:21 trial039 ceph-mon[35334]: rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2026-02-24T15:26:21.322 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:26:21 trial039 ceph-mon[35334]: rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2026-02-24T15:26:21.322 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:26:21 trial039 ceph-mon[35334]: rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2026-02-24T15:26:21.322 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:26:21 trial039 ceph-mon[35334]: rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2026-02-24T15:26:21.322 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:26:21 trial039 ceph-mon[35334]: rocksdb: Options.table_properties_collectors: CompactOnDeletionCollector (Sliding window size = 32768 Deletion trigger = 16384 Deletion ratio = 0); 2026-02-24T15:26:21.322 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:26:21 trial039 ceph-mon[35334]: rocksdb: Options.inplace_update_support: 0 2026-02-24T15:26:21.322 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:26:21 trial039 ceph-mon[35334]: rocksdb: Options.inplace_update_num_locks: 10000 2026-02-24T15:26:21.322 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:26:21 trial039 ceph-mon[35334]: rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2026-02-24T15:26:21.322 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:26:21 trial039 ceph-mon[35334]: rocksdb: Options.memtable_whole_key_filtering: 0 2026-02-24T15:26:21.322 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:26:21 trial039 ceph-mon[35334]: rocksdb: Options.memtable_huge_page_size: 0 2026-02-24T15:26:21.322 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:26:21 trial039 ceph-mon[35334]: rocksdb: Options.bloom_locality: 0 2026-02-24T15:26:21.322 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:26:21 trial039 ceph-mon[35334]: rocksdb: Options.max_successive_merges: 0 2026-02-24T15:26:21.323 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:26:21 trial039 ceph-mon[35334]: rocksdb: Options.optimize_filters_for_hits: 0 2026-02-24T15:26:21.323 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:26:21 trial039 ceph-mon[35334]: rocksdb: Options.paranoid_file_checks: 0 2026-02-24T15:26:21.323 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:26:21 trial039 ceph-mon[35334]: rocksdb: Options.force_consistency_checks: 1 2026-02-24T15:26:21.323 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:26:21 trial039 ceph-mon[35334]: rocksdb: Options.report_bg_io_stats: 0 2026-02-24T15:26:21.323 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:26:21 trial039 ceph-mon[35334]: rocksdb: Options.ttl: 2592000 2026-02-24T15:26:21.323 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:26:21 trial039 ceph-mon[35334]: rocksdb: Options.periodic_compaction_seconds: 0 2026-02-24T15:26:21.323 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:26:21 trial039 ceph-mon[35334]: rocksdb: Options.preclude_last_level_data_seconds: 0 2026-02-24T15:26:21.323 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:26:21 trial039 ceph-mon[35334]: rocksdb: Options.preserve_internal_time_seconds: 0 2026-02-24T15:26:21.323 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:26:21 trial039 ceph-mon[35334]: rocksdb: Options.enable_blob_files: false 2026-02-24T15:26:21.323 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:26:21 trial039 ceph-mon[35334]: rocksdb: Options.min_blob_size: 0 2026-02-24T15:26:21.323 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:26:21 trial039 ceph-mon[35334]: rocksdb: Options.blob_file_size: 268435456 2026-02-24T15:26:21.323 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:26:21 trial039 ceph-mon[35334]: rocksdb: Options.blob_compression_type: NoCompression 2026-02-24T15:26:21.323 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:26:21 trial039 ceph-mon[35334]: rocksdb: Options.enable_blob_garbage_collection: false 2026-02-24T15:26:21.324 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:26:21 trial039 ceph-mon[35334]: rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2026-02-24T15:26:21.324 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:26:21 trial039 ceph-mon[35334]: rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2026-02-24T15:26:21.324 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:26:21 trial039 ceph-mon[35334]: rocksdb: Options.blob_compaction_readahead_size: 0 2026-02-24T15:26:21.324 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:26:21 trial039 ceph-mon[35334]: rocksdb: Options.blob_file_starting_level: 0 2026-02-24T15:26:21.324 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:26:21 trial039 ceph-mon[35334]: rocksdb: Options.experimental_mempurge_threshold: 0.000000 2026-02-24T15:26:21.324 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:26:21 trial039 ceph-mon[35334]: rocksdb: [db/version_set.cc:5566] Recovered from manifest file:/var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000010 succeeded,manifest_file_number is 10, next_file_number is 12, last_sequence is 5, log_number is 5,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 5 2026-02-24T15:26:21.324 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:26:21 trial039 ceph-mon[35334]: rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 5 2026-02-24T15:26:21.324 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:26:21 trial039 ceph-mon[35334]: rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: 7e0c6011-2650-4b52-b476-c4d519e1e934 2026-02-24T15:26:21.324 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:26:21 trial039 ceph-mon[35334]: rocksdb: EVENT_LOG_v1 {"time_micros": 1771946781040378, "job": 1, "event": "recovery_started", "wal_files": [9]} 2026-02-24T15:26:21.324 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:26:21 trial039 ceph-mon[35334]: rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #9 mode 2 2026-02-24T15:26:21.324 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:26:21 trial039 ceph-mon[35334]: rocksdb: EVENT_LOG_v1 {"time_micros": 1771946781041352, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 13, "file_size": 74599, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 8, "largest_seqno": 231, "table_properties": {"data_size": 72874, "index_size": 174, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 1, "index_value_is_delta_encoded": 1, "filter_size": 517, "raw_key_size": 9884, "raw_average_key_size": 48, "raw_value_size": 67315, "raw_average_value_size": 333, "num_data_blocks": 8, "num_entries": 202, "num_filter_entries": 202, "num_deletions": 3, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 0, "filter_policy": "bloomfilter", "column_family_name": "default", "column_family_id": 0, "comparator": "leveldb.BytewiseComparator", "merge_operator": "", "prefix_extractor_name": "nullptr", "property_collectors": "[CompactOnDeletionCollector]", "compression": "NoCompression", "compression_options": "window_bits=-14; level=32767; strategy=0; max_dict_bytes=0; zstd_max_train_bytes=0; enabled=0; max_dict_buffer_bytes=0; use_zstd_dict_trainer=1; ", "creation_time": 1771946781, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "7e0c6011-2650-4b52-b476-c4d519e1e934", "db_session_id": "USHNWXZOAA22UCBT3EV6", "orig_file_number": 13, "seqno_to_time_mapping": "N/A"}} 2026-02-24T15:26:21.324 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:26:21 trial039 ceph-mon[35334]: rocksdb: EVENT_LOG_v1 {"time_micros": 1771946781041414, "job": 1, "event": "recovery_finished"} 2026-02-24T15:26:21.325 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:26:21 trial039 ceph-mon[35334]: rocksdb: [db/version_set.cc:5047] Creating manifest 15 2026-02-24T15:26:21.325 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:26:21 trial039 ceph-mon[35334]: rocksdb: [file/delete_scheduler.cc:74] Deleted file /var/lib/ceph/mon/ceph-a/store.db/000009.log immediately, rate_bytes_per_sec 0, total_trash_size 0 max_trash_db_ratio 0.250000 2026-02-24T15:26:21.325 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:26:21 trial039 ceph-mon[35334]: rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x1e16e00 2026-02-24T15:26:21.325 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:26:21 trial039 ceph-mon[35334]: rocksdb: DB pointer 0x2c08000 2026-02-24T15:26:21.325 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:26:21 trial039 ceph-mon[35334]: rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2026-02-24T15:26:21.325 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:26:21 trial039 ceph-mon[35334]: rocksdb: [db/db_impl/db_impl.cc:1111] 2026-02-24T15:26:21.325 INFO:journalctl@ceph.mon.a.trial039.stdout: ** DB Stats ** 2026-02-24T15:26:21.325 INFO:journalctl@ceph.mon.a.trial039.stdout: Uptime(secs): 0.0 total, 0.0 interval 2026-02-24T15:26:21.325 INFO:journalctl@ceph.mon.a.trial039.stdout: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2026-02-24T15:26:21.325 INFO:journalctl@ceph.mon.a.trial039.stdout: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2026-02-24T15:26:21.325 INFO:journalctl@ceph.mon.a.trial039.stdout: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2026-02-24T15:26:21.325 INFO:journalctl@ceph.mon.a.trial039.stdout: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2026-02-24T15:26:21.325 INFO:journalctl@ceph.mon.a.trial039.stdout: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2026-02-24T15:26:21.326 INFO:journalctl@ceph.mon.a.trial039.stdout: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2026-02-24T15:26:21.326 INFO:journalctl@ceph.mon.a.trial039.stdout: 2026-02-24T15:26:21.326 INFO:journalctl@ceph.mon.a.trial039.stdout: ** Compaction Stats [default] ** 2026-02-24T15:26:21.326 INFO:journalctl@ceph.mon.a.trial039.stdout: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop Rblob(GB) Wblob(GB) 2026-02-24T15:26:21.326 INFO:journalctl@ceph.mon.a.trial039.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2026-02-24T15:26:21.326 INFO:journalctl@ceph.mon.a.trial039.stdout: L0 2/0 74.72 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 103.4 0.00 0.00 1 0.001 0 0 0.0 0.0 2026-02-24T15:26:21.326 INFO:journalctl@ceph.mon.a.trial039.stdout: Sum 2/0 74.72 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 103.4 0.00 0.00 1 0.001 0 0 0.0 0.0 2026-02-24T15:26:21.326 INFO:journalctl@ceph.mon.a.trial039.stdout: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 103.4 0.00 0.00 1 0.001 0 0 0.0 0.0 2026-02-24T15:26:21.326 INFO:journalctl@ceph.mon.a.trial039.stdout: 2026-02-24T15:26:21.326 INFO:journalctl@ceph.mon.a.trial039.stdout: ** Compaction Stats [default] ** 2026-02-24T15:26:21.326 INFO:journalctl@ceph.mon.a.trial039.stdout: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop Rblob(GB) Wblob(GB) 2026-02-24T15:26:21.326 INFO:journalctl@ceph.mon.a.trial039.stdout: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2026-02-24T15:26:21.327 INFO:journalctl@ceph.mon.a.trial039.stdout: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 103.4 0.00 0.00 1 0.001 0 0 0.0 0.0 2026-02-24T15:26:21.327 INFO:journalctl@ceph.mon.a.trial039.stdout: 2026-02-24T15:26:21.327 INFO:journalctl@ceph.mon.a.trial039.stdout: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2026-02-24T15:26:21.327 INFO:journalctl@ceph.mon.a.trial039.stdout: 2026-02-24T15:26:21.327 INFO:journalctl@ceph.mon.a.trial039.stdout: Uptime(secs): 0.0 total, 0.0 interval 2026-02-24T15:26:21.327 INFO:journalctl@ceph.mon.a.trial039.stdout: Flush(GB): cumulative 0.000, interval 0.000 2026-02-24T15:26:21.327 INFO:journalctl@ceph.mon.a.trial039.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2026-02-24T15:26:21.327 INFO:journalctl@ceph.mon.a.trial039.stdout: AddFile(Total Files): cumulative 0, interval 0 2026-02-24T15:26:21.327 INFO:journalctl@ceph.mon.a.trial039.stdout: AddFile(L0 Files): cumulative 0, interval 0 2026-02-24T15:26:21.327 INFO:journalctl@ceph.mon.a.trial039.stdout: AddFile(Keys): cumulative 0, interval 0 2026-02-24T15:26:21.327 INFO:journalctl@ceph.mon.a.trial039.stdout: Cumulative compaction: 0.00 GB write, 22.91 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2026-02-24T15:26:21.327 INFO:journalctl@ceph.mon.a.trial039.stdout: Interval compaction: 0.00 GB write, 22.91 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2026-02-24T15:26:21.328 INFO:journalctl@ceph.mon.a.trial039.stdout: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2026-02-24T15:26:21.328 INFO:journalctl@ceph.mon.a.trial039.stdout: Block cache BinnedLRUCache@0x1dc9a50#7 capacity: 512.00 MB usage: 1.06 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 1.5e-05 secs_since: 0 2026-02-24T15:26:21.328 INFO:journalctl@ceph.mon.a.trial039.stdout: Block cache entry stats(count,size,portion): FilterBlock(2,0.70 KB,0.00013411%) IndexBlock(2,0.36 KB,6.85453e-05%) Misc(1,0.00 KB,0%) 2026-02-24T15:26:21.328 INFO:journalctl@ceph.mon.a.trial039.stdout: 2026-02-24T15:26:21.328 INFO:journalctl@ceph.mon.a.trial039.stdout: ** File Read Latency Histogram By Level [default] ** 2026-02-24T15:26:21.328 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:26:21 trial039 ceph-mon[35334]: starting mon.a rank 0 at public addrs [v2:10.20.193.39:3300/0,v1:10.20.193.39:6789/0] at bind addrs [v2:10.20.193.39:3300/0,v1:10.20.193.39:6789/0] mon_data /var/lib/ceph/mon/ceph-a fsid 1fdb37b6-1195-11f1-a7cb-d404e6e7d460 2026-02-24T15:26:21.328 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:26:21 trial039 ceph-mon[35334]: mon.a@-1(???) e1 preinit fsid 1fdb37b6-1195-11f1-a7cb-d404e6e7d460 2026-02-24T15:26:21.328 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:26:21 trial039 ceph-mon[35334]: mon.a@-1(???).mds e1 new map 2026-02-24T15:26:21.328 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:26:21 trial039 ceph-mon[35334]: mon.a@-1(???).mds e1 print_map 2026-02-24T15:26:21.328 INFO:journalctl@ceph.mon.a.trial039.stdout: e1 2026-02-24T15:26:21.328 INFO:journalctl@ceph.mon.a.trial039.stdout: btime 2026-02-24T15:26:19:602859+0000 2026-02-24T15:26:21.329 INFO:journalctl@ceph.mon.a.trial039.stdout: enable_multiple, ever_enabled_multiple: 1,1 2026-02-24T15:26:21.329 INFO:journalctl@ceph.mon.a.trial039.stdout: default compat: compat={},rocompat={},incompat={1=base v0.20,2=client writeable ranges,3=default file layouts on dirs,4=dir inode in separate object,5=mds uses versioned encoding,6=dirfrag is stored in omap,8=no anchor table,9=file layout v2,10=snaprealm v2,11=minor log segments,12=quiesce subvolumes} 2026-02-24T15:26:21.329 INFO:journalctl@ceph.mon.a.trial039.stdout: legacy client fscid: -1 2026-02-24T15:26:21.329 INFO:journalctl@ceph.mon.a.trial039.stdout: 2026-02-24T15:26:21.329 INFO:journalctl@ceph.mon.a.trial039.stdout: No filesystems configured 2026-02-24T15:26:21.329 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:26:21 trial039 ceph-mon[35334]: mon.a@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2026-02-24T15:26:21.329 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:26:21 trial039 ceph-mon[35334]: mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2026-02-24T15:26:21.329 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:26:21 trial039 ceph-mon[35334]: mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2026-02-24T15:26:21.329 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:26:21 trial039 ceph-mon[35334]: mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2026-02-24T15:26:21.329 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:26:21 trial039 ceph-mon[35334]: mon.a@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2026-02-24T15:26:21.329 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:26:21 trial039 ceph-mon[35334]: mon.a is new leader, mons a in quorum (ranks 0) 2026-02-24T15:26:21.329 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:26:21 trial039 ceph-mon[35334]: monmap epoch 1 2026-02-24T15:26:21.330 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:26:21 trial039 ceph-mon[35334]: fsid 1fdb37b6-1195-11f1-a7cb-d404e6e7d460 2026-02-24T15:26:21.330 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:26:21 trial039 ceph-mon[35334]: last_changed 2026-02-24T15:26:18.416315+0000 2026-02-24T15:26:21.330 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:26:21 trial039 ceph-mon[35334]: created 2026-02-24T15:26:18.416315+0000 2026-02-24T15:26:21.330 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:26:21 trial039 ceph-mon[35334]: min_mon_release 20 (tentacle) 2026-02-24T15:26:21.330 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:26:21 trial039 ceph-mon[35334]: election_strategy: 1 2026-02-24T15:26:21.330 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:26:21 trial039 ceph-mon[35334]: 0: [v2:10.20.193.39:3300/0,v1:10.20.193.39:6789/0] mon.a 2026-02-24T15:26:21.330 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:26:21 trial039 ceph-mon[35334]: fsmap 2026-02-24T15:26:21.330 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:26:21 trial039 ceph-mon[35334]: osdmap e1: 0 total, 0 up, 0 in 2026-02-24T15:26:21.330 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:26:21 trial039 ceph-mon[35334]: mgrmap e1: no daemons active 2026-02-24T15:26:21.331 INFO:teuthology.orchestra.run.trial039.stdout:Wrote config to /etc/ceph/ceph.conf 2026-02-24T15:26:21.332 INFO:teuthology.orchestra.run.trial039.stdout:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2026-02-24T15:26:21.332 INFO:teuthology.orchestra.run.trial039.stdout:Creating mgr... 2026-02-24T15:26:21.332 INFO:teuthology.orchestra.run.trial039.stdout:Verifying port 0.0.0.0:9283 ... 2026-02-24T15:26:21.332 INFO:teuthology.orchestra.run.trial039.stdout:Verifying port 0.0.0.0:8765 ... 2026-02-24T15:26:21.435 INFO:teuthology.orchestra.run.trial039.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-1fdb37b6-1195-11f1-a7cb-d404e6e7d460@mgr.x 2026-02-24T15:26:21.436 INFO:teuthology.orchestra.run.trial039.stdout:systemctl: stderr Failed to reset failed state of unit ceph-1fdb37b6-1195-11f1-a7cb-d404e6e7d460@mgr.x.service: Unit ceph-1fdb37b6-1195-11f1-a7cb-d404e6e7d460@mgr.x.service not loaded. 2026-02-24T15:26:21.547 INFO:teuthology.orchestra.run.trial039.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-1fdb37b6-1195-11f1-a7cb-d404e6e7d460.target.wants/ceph-1fdb37b6-1195-11f1-a7cb-d404e6e7d460@mgr.x.service → /etc/systemd/system/ceph-1fdb37b6-1195-11f1-a7cb-d404e6e7d460@.service. 2026-02-24T15:26:21.705 INFO:teuthology.orchestra.run.trial039.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2026-02-24T15:26:21.705 INFO:teuthology.orchestra.run.trial039.stdout:systemctl: stdout disabled 2026-02-24T15:26:21.711 INFO:teuthology.orchestra.run.trial039.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2026-02-24T15:26:21.711 INFO:teuthology.orchestra.run.trial039.stdout:systemctl: stdout inactive 2026-02-24T15:26:21.711 INFO:teuthology.orchestra.run.trial039.stdout:firewalld.service is not enabled 2026-02-24T15:26:21.711 INFO:teuthology.orchestra.run.trial039.stdout:Not possible to enable service . firewalld.service is not available 2026-02-24T15:26:21.718 INFO:teuthology.orchestra.run.trial039.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2026-02-24T15:26:21.718 INFO:teuthology.orchestra.run.trial039.stdout:systemctl: stdout disabled 2026-02-24T15:26:21.724 INFO:teuthology.orchestra.run.trial039.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2026-02-24T15:26:21.724 INFO:teuthology.orchestra.run.trial039.stdout:systemctl: stdout inactive 2026-02-24T15:26:21.725 INFO:teuthology.orchestra.run.trial039.stdout:firewalld.service is not enabled 2026-02-24T15:26:21.725 INFO:teuthology.orchestra.run.trial039.stdout:Not possible to open ports <[9283, 8765]>. firewalld.service is not available 2026-02-24T15:26:21.725 INFO:teuthology.orchestra.run.trial039.stdout:Waiting for mgr to start... 2026-02-24T15:26:21.725 INFO:teuthology.orchestra.run.trial039.stdout:Waiting for mgr... 2026-02-24T15:26:22.011 INFO:teuthology.orchestra.run.trial039.stdout:/usr/bin/ceph: stdout 2026-02-24T15:26:22.011 INFO:teuthology.orchestra.run.trial039.stdout:/usr/bin/ceph: stdout { 2026-02-24T15:26:22.011 INFO:teuthology.orchestra.run.trial039.stdout:/usr/bin/ceph: stdout "fsid": "1fdb37b6-1195-11f1-a7cb-d404e6e7d460", 2026-02-24T15:26:22.011 INFO:teuthology.orchestra.run.trial039.stdout:/usr/bin/ceph: stdout "health": { 2026-02-24T15:26:22.012 INFO:teuthology.orchestra.run.trial039.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2026-02-24T15:26:22.012 INFO:teuthology.orchestra.run.trial039.stdout:/usr/bin/ceph: stdout "checks": {}, 2026-02-24T15:26:22.012 INFO:teuthology.orchestra.run.trial039.stdout:/usr/bin/ceph: stdout "mutes": [] 2026-02-24T15:26:22.012 INFO:teuthology.orchestra.run.trial039.stdout:/usr/bin/ceph: stdout }, 2026-02-24T15:26:22.012 INFO:teuthology.orchestra.run.trial039.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2026-02-24T15:26:22.012 INFO:teuthology.orchestra.run.trial039.stdout:/usr/bin/ceph: stdout "quorum": [ 2026-02-24T15:26:22.012 INFO:teuthology.orchestra.run.trial039.stdout:/usr/bin/ceph: stdout 0 2026-02-24T15:26:22.012 INFO:teuthology.orchestra.run.trial039.stdout:/usr/bin/ceph: stdout ], 2026-02-24T15:26:22.012 INFO:teuthology.orchestra.run.trial039.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2026-02-24T15:26:22.013 INFO:teuthology.orchestra.run.trial039.stdout:/usr/bin/ceph: stdout "a" 2026-02-24T15:26:22.013 INFO:teuthology.orchestra.run.trial039.stdout:/usr/bin/ceph: stdout ], 2026-02-24T15:26:22.013 INFO:teuthology.orchestra.run.trial039.stdout:/usr/bin/ceph: stdout "quorum_age": 0, 2026-02-24T15:26:22.013 INFO:teuthology.orchestra.run.trial039.stdout:/usr/bin/ceph: stdout "monmap": { 2026-02-24T15:26:22.013 INFO:teuthology.orchestra.run.trial039.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-02-24T15:26:22.013 INFO:teuthology.orchestra.run.trial039.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "tentacle", 2026-02-24T15:26:22.013 INFO:teuthology.orchestra.run.trial039.stdout:/usr/bin/ceph: stdout "num_mons": 1 2026-02-24T15:26:22.013 INFO:teuthology.orchestra.run.trial039.stdout:/usr/bin/ceph: stdout }, 2026-02-24T15:26:22.013 INFO:teuthology.orchestra.run.trial039.stdout:/usr/bin/ceph: stdout "osdmap": { 2026-02-24T15:26:22.013 INFO:teuthology.orchestra.run.trial039.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-02-24T15:26:22.013 INFO:teuthology.orchestra.run.trial039.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2026-02-24T15:26:22.014 INFO:teuthology.orchestra.run.trial039.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2026-02-24T15:26:22.014 INFO:teuthology.orchestra.run.trial039.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2026-02-24T15:26:22.014 INFO:teuthology.orchestra.run.trial039.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2026-02-24T15:26:22.014 INFO:teuthology.orchestra.run.trial039.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2026-02-24T15:26:22.014 INFO:teuthology.orchestra.run.trial039.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2026-02-24T15:26:22.014 INFO:teuthology.orchestra.run.trial039.stdout:/usr/bin/ceph: stdout }, 2026-02-24T15:26:22.014 INFO:teuthology.orchestra.run.trial039.stdout:/usr/bin/ceph: stdout "pgmap": { 2026-02-24T15:26:22.014 INFO:teuthology.orchestra.run.trial039.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2026-02-24T15:26:22.014 INFO:teuthology.orchestra.run.trial039.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2026-02-24T15:26:22.014 INFO:teuthology.orchestra.run.trial039.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2026-02-24T15:26:22.014 INFO:teuthology.orchestra.run.trial039.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2026-02-24T15:26:22.014 INFO:teuthology.orchestra.run.trial039.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2026-02-24T15:26:22.015 INFO:teuthology.orchestra.run.trial039.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2026-02-24T15:26:22.015 INFO:teuthology.orchestra.run.trial039.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2026-02-24T15:26:22.015 INFO:teuthology.orchestra.run.trial039.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2026-02-24T15:26:22.015 INFO:teuthology.orchestra.run.trial039.stdout:/usr/bin/ceph: stdout }, 2026-02-24T15:26:22.015 INFO:teuthology.orchestra.run.trial039.stdout:/usr/bin/ceph: stdout "fsmap": { 2026-02-24T15:26:22.015 INFO:teuthology.orchestra.run.trial039.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-02-24T15:26:22.015 INFO:teuthology.orchestra.run.trial039.stdout:/usr/bin/ceph: stdout "btime": "2026-02-24T15:26:19:602859+0000", 2026-02-24T15:26:22.015 INFO:teuthology.orchestra.run.trial039.stdout:/usr/bin/ceph: stdout "by_rank": [], 2026-02-24T15:26:22.015 INFO:teuthology.orchestra.run.trial039.stdout:/usr/bin/ceph: stdout "up:standby": 0 2026-02-24T15:26:22.015 INFO:teuthology.orchestra.run.trial039.stdout:/usr/bin/ceph: stdout }, 2026-02-24T15:26:22.015 INFO:teuthology.orchestra.run.trial039.stdout:/usr/bin/ceph: stdout "mgrmap": { 2026-02-24T15:26:22.015 INFO:teuthology.orchestra.run.trial039.stdout:/usr/bin/ceph: stdout "available": false, 2026-02-24T15:26:22.015 INFO:teuthology.orchestra.run.trial039.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2026-02-24T15:26:22.016 INFO:teuthology.orchestra.run.trial039.stdout:/usr/bin/ceph: stdout "modules": [ 2026-02-24T15:26:22.016 INFO:teuthology.orchestra.run.trial039.stdout:/usr/bin/ceph: stdout "iostat", 2026-02-24T15:26:22.016 INFO:teuthology.orchestra.run.trial039.stdout:/usr/bin/ceph: stdout "nfs" 2026-02-24T15:26:22.016 INFO:teuthology.orchestra.run.trial039.stdout:/usr/bin/ceph: stdout ], 2026-02-24T15:26:22.016 INFO:teuthology.orchestra.run.trial039.stdout:/usr/bin/ceph: stdout "services": {} 2026-02-24T15:26:22.016 INFO:teuthology.orchestra.run.trial039.stdout:/usr/bin/ceph: stdout }, 2026-02-24T15:26:22.016 INFO:teuthology.orchestra.run.trial039.stdout:/usr/bin/ceph: stdout "servicemap": { 2026-02-24T15:26:22.016 INFO:teuthology.orchestra.run.trial039.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-02-24T15:26:22.016 INFO:teuthology.orchestra.run.trial039.stdout:/usr/bin/ceph: stdout "modified": "2026-02-24T15:26:19.603286+0000", 2026-02-24T15:26:22.016 INFO:teuthology.orchestra.run.trial039.stdout:/usr/bin/ceph: stdout "services": {} 2026-02-24T15:26:22.016 INFO:teuthology.orchestra.run.trial039.stdout:/usr/bin/ceph: stdout }, 2026-02-24T15:26:22.016 INFO:teuthology.orchestra.run.trial039.stdout:/usr/bin/ceph: stdout "progress_events": {} 2026-02-24T15:26:22.017 INFO:teuthology.orchestra.run.trial039.stdout:/usr/bin/ceph: stdout } 2026-02-24T15:26:22.017 INFO:teuthology.orchestra.run.trial039.stdout:mgr not available, waiting (1/15)... 2026-02-24T15:26:22.587 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:26:22 trial039 ceph-mon[35334]: from='client.? 10.20.193.39:0/4243790063' entity='client.admin' 2026-02-24T15:26:22.588 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:26:22 trial039 ceph-mon[35334]: from='client.? 10.20.193.39:0/4229002721' entity='client.admin' cmd={"prefix": "status", "format": "json-pretty"} : dispatch 2026-02-24T15:26:23.088 INFO:journalctl@ceph.mgr.x.trial039.stdout:Feb 24 15:26:22 trial039 ceph-1fdb37b6-1195-11f1-a7cb-d404e6e7d460-mgr-x[35636]: from numpy import show_config as show_numpy_config 2026-02-24T15:26:24.283 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:26:24 trial039 ceph-mon[35334]: from='client.? 10.20.193.39:0/4029414576' entity='client.admin' cmd={"prefix": "status", "format": "json-pretty"} : dispatch 2026-02-24T15:26:24.293 INFO:teuthology.orchestra.run.trial039.stdout:/usr/bin/ceph: stdout 2026-02-24T15:26:24.294 INFO:teuthology.orchestra.run.trial039.stdout:/usr/bin/ceph: stdout { 2026-02-24T15:26:24.294 INFO:teuthology.orchestra.run.trial039.stdout:/usr/bin/ceph: stdout "fsid": "1fdb37b6-1195-11f1-a7cb-d404e6e7d460", 2026-02-24T15:26:24.294 INFO:teuthology.orchestra.run.trial039.stdout:/usr/bin/ceph: stdout "health": { 2026-02-24T15:26:24.294 INFO:teuthology.orchestra.run.trial039.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2026-02-24T15:26:24.294 INFO:teuthology.orchestra.run.trial039.stdout:/usr/bin/ceph: stdout "checks": {}, 2026-02-24T15:26:24.294 INFO:teuthology.orchestra.run.trial039.stdout:/usr/bin/ceph: stdout "mutes": [] 2026-02-24T15:26:24.294 INFO:teuthology.orchestra.run.trial039.stdout:/usr/bin/ceph: stdout }, 2026-02-24T15:26:24.294 INFO:teuthology.orchestra.run.trial039.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2026-02-24T15:26:24.294 INFO:teuthology.orchestra.run.trial039.stdout:/usr/bin/ceph: stdout "quorum": [ 2026-02-24T15:26:24.294 INFO:teuthology.orchestra.run.trial039.stdout:/usr/bin/ceph: stdout 0 2026-02-24T15:26:24.294 INFO:teuthology.orchestra.run.trial039.stdout:/usr/bin/ceph: stdout ], 2026-02-24T15:26:24.295 INFO:teuthology.orchestra.run.trial039.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2026-02-24T15:26:24.295 INFO:teuthology.orchestra.run.trial039.stdout:/usr/bin/ceph: stdout "a" 2026-02-24T15:26:24.295 INFO:teuthology.orchestra.run.trial039.stdout:/usr/bin/ceph: stdout ], 2026-02-24T15:26:24.295 INFO:teuthology.orchestra.run.trial039.stdout:/usr/bin/ceph: stdout "quorum_age": 3, 2026-02-24T15:26:24.295 INFO:teuthology.orchestra.run.trial039.stdout:/usr/bin/ceph: stdout "monmap": { 2026-02-24T15:26:24.295 INFO:teuthology.orchestra.run.trial039.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-02-24T15:26:24.295 INFO:teuthology.orchestra.run.trial039.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "tentacle", 2026-02-24T15:26:24.295 INFO:teuthology.orchestra.run.trial039.stdout:/usr/bin/ceph: stdout "num_mons": 1 2026-02-24T15:26:24.295 INFO:teuthology.orchestra.run.trial039.stdout:/usr/bin/ceph: stdout }, 2026-02-24T15:26:24.295 INFO:teuthology.orchestra.run.trial039.stdout:/usr/bin/ceph: stdout "osdmap": { 2026-02-24T15:26:24.295 INFO:teuthology.orchestra.run.trial039.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-02-24T15:26:24.295 INFO:teuthology.orchestra.run.trial039.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2026-02-24T15:26:24.296 INFO:teuthology.orchestra.run.trial039.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2026-02-24T15:26:24.296 INFO:teuthology.orchestra.run.trial039.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2026-02-24T15:26:24.296 INFO:teuthology.orchestra.run.trial039.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2026-02-24T15:26:24.296 INFO:teuthology.orchestra.run.trial039.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2026-02-24T15:26:24.296 INFO:teuthology.orchestra.run.trial039.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2026-02-24T15:26:24.296 INFO:teuthology.orchestra.run.trial039.stdout:/usr/bin/ceph: stdout }, 2026-02-24T15:26:24.296 INFO:teuthology.orchestra.run.trial039.stdout:/usr/bin/ceph: stdout "pgmap": { 2026-02-24T15:26:24.296 INFO:teuthology.orchestra.run.trial039.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2026-02-24T15:26:24.296 INFO:teuthology.orchestra.run.trial039.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2026-02-24T15:26:24.296 INFO:teuthology.orchestra.run.trial039.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2026-02-24T15:26:24.296 INFO:teuthology.orchestra.run.trial039.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2026-02-24T15:26:24.296 INFO:teuthology.orchestra.run.trial039.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2026-02-24T15:26:24.296 INFO:teuthology.orchestra.run.trial039.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2026-02-24T15:26:24.297 INFO:teuthology.orchestra.run.trial039.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2026-02-24T15:26:24.297 INFO:teuthology.orchestra.run.trial039.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2026-02-24T15:26:24.297 INFO:teuthology.orchestra.run.trial039.stdout:/usr/bin/ceph: stdout }, 2026-02-24T15:26:24.297 INFO:teuthology.orchestra.run.trial039.stdout:/usr/bin/ceph: stdout "fsmap": { 2026-02-24T15:26:24.297 INFO:teuthology.orchestra.run.trial039.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-02-24T15:26:24.297 INFO:teuthology.orchestra.run.trial039.stdout:/usr/bin/ceph: stdout "btime": "2026-02-24T15:26:19:602859+0000", 2026-02-24T15:26:24.297 INFO:teuthology.orchestra.run.trial039.stdout:/usr/bin/ceph: stdout "by_rank": [], 2026-02-24T15:26:24.297 INFO:teuthology.orchestra.run.trial039.stdout:/usr/bin/ceph: stdout "up:standby": 0 2026-02-24T15:26:24.297 INFO:teuthology.orchestra.run.trial039.stdout:/usr/bin/ceph: stdout }, 2026-02-24T15:26:24.297 INFO:teuthology.orchestra.run.trial039.stdout:/usr/bin/ceph: stdout "mgrmap": { 2026-02-24T15:26:24.297 INFO:teuthology.orchestra.run.trial039.stdout:/usr/bin/ceph: stdout "available": false, 2026-02-24T15:26:24.297 INFO:teuthology.orchestra.run.trial039.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2026-02-24T15:26:24.298 INFO:teuthology.orchestra.run.trial039.stdout:/usr/bin/ceph: stdout "modules": [ 2026-02-24T15:26:24.298 INFO:teuthology.orchestra.run.trial039.stdout:/usr/bin/ceph: stdout "iostat", 2026-02-24T15:26:24.298 INFO:teuthology.orchestra.run.trial039.stdout:/usr/bin/ceph: stdout "nfs" 2026-02-24T15:26:24.298 INFO:teuthology.orchestra.run.trial039.stdout:/usr/bin/ceph: stdout ], 2026-02-24T15:26:24.298 INFO:teuthology.orchestra.run.trial039.stdout:/usr/bin/ceph: stdout "services": {} 2026-02-24T15:26:24.298 INFO:teuthology.orchestra.run.trial039.stdout:/usr/bin/ceph: stdout }, 2026-02-24T15:26:24.298 INFO:teuthology.orchestra.run.trial039.stdout:/usr/bin/ceph: stdout "servicemap": { 2026-02-24T15:26:24.298 INFO:teuthology.orchestra.run.trial039.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-02-24T15:26:24.298 INFO:teuthology.orchestra.run.trial039.stdout:/usr/bin/ceph: stdout "modified": "2026-02-24T15:26:19.603286+0000", 2026-02-24T15:26:24.298 INFO:teuthology.orchestra.run.trial039.stdout:/usr/bin/ceph: stdout "services": {} 2026-02-24T15:26:24.298 INFO:teuthology.orchestra.run.trial039.stdout:/usr/bin/ceph: stdout }, 2026-02-24T15:26:24.298 INFO:teuthology.orchestra.run.trial039.stdout:/usr/bin/ceph: stdout "progress_events": {} 2026-02-24T15:26:24.298 INFO:teuthology.orchestra.run.trial039.stdout:/usr/bin/ceph: stdout } 2026-02-24T15:26:24.299 INFO:teuthology.orchestra.run.trial039.stdout:mgr not available, waiting (2/15)... 2026-02-24T15:26:25.587 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:26:25 trial039 ceph-mon[35334]: Activating manager daemon x 2026-02-24T15:26:25.587 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:26:25 trial039 ceph-mon[35334]: mgrmap e2: x(active, starting, since 0.00256125s) 2026-02-24T15:26:25.587 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:26:25 trial039 ceph-mon[35334]: from='mgr.14100 10.20.193.39:0/1291135431' entity='mgr.x' cmd={"prefix": "mds metadata"} : dispatch 2026-02-24T15:26:25.587 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:26:25 trial039 ceph-mon[35334]: from='mgr.14100 10.20.193.39:0/1291135431' entity='mgr.x' cmd={"prefix": "osd metadata"} : dispatch 2026-02-24T15:26:25.588 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:26:25 trial039 ceph-mon[35334]: from='mgr.14100 10.20.193.39:0/1291135431' entity='mgr.x' cmd={"prefix": "mon metadata"} : dispatch 2026-02-24T15:26:25.588 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:26:25 trial039 ceph-mon[35334]: from='mgr.14100 10.20.193.39:0/1291135431' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-02-24T15:26:25.588 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:26:25 trial039 ceph-mon[35334]: from='mgr.14100 10.20.193.39:0/1291135431' entity='mgr.x' cmd={"prefix": "mgr metadata", "who": "x", "id": "x"} : dispatch 2026-02-24T15:26:25.588 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:26:25 trial039 ceph-mon[35334]: Manager daemon x is now available 2026-02-24T15:26:25.588 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:26:25 trial039 ceph-mon[35334]: from='mgr.14100 10.20.193.39:0/1291135431' entity='mgr.x' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"} : dispatch 2026-02-24T15:26:25.588 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:26:25 trial039 ceph-mon[35334]: from='mgr.14100 10.20.193.39:0/1291135431' entity='mgr.x' 2026-02-24T15:26:25.588 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:26:25 trial039 ceph-mon[35334]: from='mgr.14100 10.20.193.39:0/1291135431' entity='mgr.x' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"} : dispatch 2026-02-24T15:26:25.588 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:26:25 trial039 ceph-mon[35334]: from='mgr.14100 10.20.193.39:0/1291135431' entity='mgr.x' 2026-02-24T15:26:25.588 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:26:25 trial039 ceph-mon[35334]: from='mgr.14100 10.20.193.39:0/1291135431' entity='mgr.x' 2026-02-24T15:26:26.569 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:26:26 trial039 ceph-mon[35334]: mgrmap e3: x(active, since 1.00478s) 2026-02-24T15:26:26.692 INFO:teuthology.orchestra.run.trial039.stdout:/usr/bin/ceph: stdout 2026-02-24T15:26:26.693 INFO:teuthology.orchestra.run.trial039.stdout:/usr/bin/ceph: stdout { 2026-02-24T15:26:26.693 INFO:teuthology.orchestra.run.trial039.stdout:/usr/bin/ceph: stdout "fsid": "1fdb37b6-1195-11f1-a7cb-d404e6e7d460", 2026-02-24T15:26:26.693 INFO:teuthology.orchestra.run.trial039.stdout:/usr/bin/ceph: stdout "health": { 2026-02-24T15:26:26.693 INFO:teuthology.orchestra.run.trial039.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2026-02-24T15:26:26.693 INFO:teuthology.orchestra.run.trial039.stdout:/usr/bin/ceph: stdout "checks": {}, 2026-02-24T15:26:26.693 INFO:teuthology.orchestra.run.trial039.stdout:/usr/bin/ceph: stdout "mutes": [] 2026-02-24T15:26:26.693 INFO:teuthology.orchestra.run.trial039.stdout:/usr/bin/ceph: stdout }, 2026-02-24T15:26:26.693 INFO:teuthology.orchestra.run.trial039.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2026-02-24T15:26:26.693 INFO:teuthology.orchestra.run.trial039.stdout:/usr/bin/ceph: stdout "quorum": [ 2026-02-24T15:26:26.693 INFO:teuthology.orchestra.run.trial039.stdout:/usr/bin/ceph: stdout 0 2026-02-24T15:26:26.693 INFO:teuthology.orchestra.run.trial039.stdout:/usr/bin/ceph: stdout ], 2026-02-24T15:26:26.694 INFO:teuthology.orchestra.run.trial039.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2026-02-24T15:26:26.694 INFO:teuthology.orchestra.run.trial039.stdout:/usr/bin/ceph: stdout "a" 2026-02-24T15:26:26.694 INFO:teuthology.orchestra.run.trial039.stdout:/usr/bin/ceph: stdout ], 2026-02-24T15:26:26.694 INFO:teuthology.orchestra.run.trial039.stdout:/usr/bin/ceph: stdout "quorum_age": 5, 2026-02-24T15:26:26.694 INFO:teuthology.orchestra.run.trial039.stdout:/usr/bin/ceph: stdout "monmap": { 2026-02-24T15:26:26.694 INFO:teuthology.orchestra.run.trial039.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-02-24T15:26:26.694 INFO:teuthology.orchestra.run.trial039.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "tentacle", 2026-02-24T15:26:26.694 INFO:teuthology.orchestra.run.trial039.stdout:/usr/bin/ceph: stdout "num_mons": 1 2026-02-24T15:26:26.694 INFO:teuthology.orchestra.run.trial039.stdout:/usr/bin/ceph: stdout }, 2026-02-24T15:26:26.694 INFO:teuthology.orchestra.run.trial039.stdout:/usr/bin/ceph: stdout "osdmap": { 2026-02-24T15:26:26.694 INFO:teuthology.orchestra.run.trial039.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-02-24T15:26:26.694 INFO:teuthology.orchestra.run.trial039.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2026-02-24T15:26:26.695 INFO:teuthology.orchestra.run.trial039.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2026-02-24T15:26:26.695 INFO:teuthology.orchestra.run.trial039.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2026-02-24T15:26:26.695 INFO:teuthology.orchestra.run.trial039.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2026-02-24T15:26:26.695 INFO:teuthology.orchestra.run.trial039.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2026-02-24T15:26:26.695 INFO:teuthology.orchestra.run.trial039.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2026-02-24T15:26:26.695 INFO:teuthology.orchestra.run.trial039.stdout:/usr/bin/ceph: stdout }, 2026-02-24T15:26:26.695 INFO:teuthology.orchestra.run.trial039.stdout:/usr/bin/ceph: stdout "pgmap": { 2026-02-24T15:26:26.695 INFO:teuthology.orchestra.run.trial039.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2026-02-24T15:26:26.695 INFO:teuthology.orchestra.run.trial039.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2026-02-24T15:26:26.695 INFO:teuthology.orchestra.run.trial039.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2026-02-24T15:26:26.695 INFO:teuthology.orchestra.run.trial039.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2026-02-24T15:26:26.695 INFO:teuthology.orchestra.run.trial039.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2026-02-24T15:26:26.696 INFO:teuthology.orchestra.run.trial039.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2026-02-24T15:26:26.696 INFO:teuthology.orchestra.run.trial039.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2026-02-24T15:26:26.696 INFO:teuthology.orchestra.run.trial039.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2026-02-24T15:26:26.696 INFO:teuthology.orchestra.run.trial039.stdout:/usr/bin/ceph: stdout }, 2026-02-24T15:26:26.696 INFO:teuthology.orchestra.run.trial039.stdout:/usr/bin/ceph: stdout "fsmap": { 2026-02-24T15:26:26.696 INFO:teuthology.orchestra.run.trial039.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-02-24T15:26:26.696 INFO:teuthology.orchestra.run.trial039.stdout:/usr/bin/ceph: stdout "btime": "2026-02-24T15:26:19:602859+0000", 2026-02-24T15:26:26.696 INFO:teuthology.orchestra.run.trial039.stdout:/usr/bin/ceph: stdout "by_rank": [], 2026-02-24T15:26:26.696 INFO:teuthology.orchestra.run.trial039.stdout:/usr/bin/ceph: stdout "up:standby": 0 2026-02-24T15:26:26.696 INFO:teuthology.orchestra.run.trial039.stdout:/usr/bin/ceph: stdout }, 2026-02-24T15:26:26.696 INFO:teuthology.orchestra.run.trial039.stdout:/usr/bin/ceph: stdout "mgrmap": { 2026-02-24T15:26:26.696 INFO:teuthology.orchestra.run.trial039.stdout:/usr/bin/ceph: stdout "available": true, 2026-02-24T15:26:26.696 INFO:teuthology.orchestra.run.trial039.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2026-02-24T15:26:26.697 INFO:teuthology.orchestra.run.trial039.stdout:/usr/bin/ceph: stdout "modules": [ 2026-02-24T15:26:26.697 INFO:teuthology.orchestra.run.trial039.stdout:/usr/bin/ceph: stdout "iostat", 2026-02-24T15:26:26.697 INFO:teuthology.orchestra.run.trial039.stdout:/usr/bin/ceph: stdout "nfs" 2026-02-24T15:26:26.697 INFO:teuthology.orchestra.run.trial039.stdout:/usr/bin/ceph: stdout ], 2026-02-24T15:26:26.697 INFO:teuthology.orchestra.run.trial039.stdout:/usr/bin/ceph: stdout "services": {} 2026-02-24T15:26:26.697 INFO:teuthology.orchestra.run.trial039.stdout:/usr/bin/ceph: stdout }, 2026-02-24T15:26:26.697 INFO:teuthology.orchestra.run.trial039.stdout:/usr/bin/ceph: stdout "servicemap": { 2026-02-24T15:26:26.697 INFO:teuthology.orchestra.run.trial039.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-02-24T15:26:26.697 INFO:teuthology.orchestra.run.trial039.stdout:/usr/bin/ceph: stdout "modified": "2026-02-24T15:26:19.603286+0000", 2026-02-24T15:26:26.697 INFO:teuthology.orchestra.run.trial039.stdout:/usr/bin/ceph: stdout "services": {} 2026-02-24T15:26:26.697 INFO:teuthology.orchestra.run.trial039.stdout:/usr/bin/ceph: stdout }, 2026-02-24T15:26:26.697 INFO:teuthology.orchestra.run.trial039.stdout:/usr/bin/ceph: stdout "progress_events": {} 2026-02-24T15:26:26.698 INFO:teuthology.orchestra.run.trial039.stdout:/usr/bin/ceph: stdout } 2026-02-24T15:26:26.698 INFO:teuthology.orchestra.run.trial039.stdout:mgr is available 2026-02-24T15:26:27.038 INFO:teuthology.orchestra.run.trial039.stdout:/usr/bin/ceph: stdout 2026-02-24T15:26:27.038 INFO:teuthology.orchestra.run.trial039.stdout:/usr/bin/ceph: stdout [global] 2026-02-24T15:26:27.038 INFO:teuthology.orchestra.run.trial039.stdout:/usr/bin/ceph: stdout fsid = 1fdb37b6-1195-11f1-a7cb-d404e6e7d460 2026-02-24T15:26:27.038 INFO:teuthology.orchestra.run.trial039.stdout:/usr/bin/ceph: stdout mon_cluster_log_file_level = debug 2026-02-24T15:26:27.038 INFO:teuthology.orchestra.run.trial039.stdout:/usr/bin/ceph: stdout mon_host = [v2:10.20.193.39:3300,v1:10.20.193.39:6789] 2026-02-24T15:26:27.038 INFO:teuthology.orchestra.run.trial039.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2026-02-24T15:26:27.038 INFO:teuthology.orchestra.run.trial039.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2026-02-24T15:26:27.039 INFO:teuthology.orchestra.run.trial039.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2026-02-24T15:26:27.039 INFO:teuthology.orchestra.run.trial039.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2026-02-24T15:26:27.039 INFO:teuthology.orchestra.run.trial039.stdout:/usr/bin/ceph: stdout 2026-02-24T15:26:27.039 INFO:teuthology.orchestra.run.trial039.stdout:/usr/bin/ceph: stdout [mgr] 2026-02-24T15:26:27.039 INFO:teuthology.orchestra.run.trial039.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2026-02-24T15:26:27.039 INFO:teuthology.orchestra.run.trial039.stdout:/usr/bin/ceph: stdout 2026-02-24T15:26:27.039 INFO:teuthology.orchestra.run.trial039.stdout:/usr/bin/ceph: stdout [osd] 2026-02-24T15:26:27.039 INFO:teuthology.orchestra.run.trial039.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2026-02-24T15:26:27.039 INFO:teuthology.orchestra.run.trial039.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2026-02-24T15:26:27.039 INFO:teuthology.orchestra.run.trial039.stdout:Enabling cephadm module... 2026-02-24T15:26:27.832 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:26:27 trial039 ceph-mon[35334]: mgrmap e4: x(active, since 2s) 2026-02-24T15:26:27.833 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:26:27 trial039 ceph-mon[35334]: from='client.? 10.20.193.39:0/2132775726' entity='client.admin' cmd={"prefix": "status", "format": "json-pretty"} : dispatch 2026-02-24T15:26:27.833 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:26:27 trial039 ceph-mon[35334]: from='client.? 10.20.193.39:0/2610960381' entity='client.admin' cmd={"prefix": "config assimilate-conf"} : dispatch 2026-02-24T15:26:27.833 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:26:27 trial039 ceph-mon[35334]: from='client.? 10.20.193.39:0/806960089' entity='client.admin' cmd={"prefix": "mgr module enable", "module": "cephadm"} : dispatch 2026-02-24T15:26:27.833 INFO:journalctl@ceph.mgr.x.trial039.stdout:Feb 24 15:26:27 trial039 ceph-1fdb37b6-1195-11f1-a7cb-d404e6e7d460-mgr-x[35636]: ignoring --setuser ceph since I am not root 2026-02-24T15:26:27.833 INFO:journalctl@ceph.mgr.x.trial039.stdout:Feb 24 15:26:27 trial039 ceph-1fdb37b6-1195-11f1-a7cb-d404e6e7d460-mgr-x[35636]: ignoring --setgroup ceph since I am not root 2026-02-24T15:26:27.959 INFO:teuthology.orchestra.run.trial039.stdout:/usr/bin/ceph: stdout { 2026-02-24T15:26:27.960 INFO:teuthology.orchestra.run.trial039.stdout:/usr/bin/ceph: stdout "epoch": 5, 2026-02-24T15:26:27.960 INFO:teuthology.orchestra.run.trial039.stdout:/usr/bin/ceph: stdout "available": true, 2026-02-24T15:26:27.960 INFO:teuthology.orchestra.run.trial039.stdout:/usr/bin/ceph: stdout "active_name": "x", 2026-02-24T15:26:27.960 INFO:teuthology.orchestra.run.trial039.stdout:/usr/bin/ceph: stdout "num_standby": 0 2026-02-24T15:26:27.960 INFO:teuthology.orchestra.run.trial039.stdout:/usr/bin/ceph: stdout } 2026-02-24T15:26:27.960 INFO:teuthology.orchestra.run.trial039.stdout:Waiting for the mgr to restart... 2026-02-24T15:26:27.960 INFO:teuthology.orchestra.run.trial039.stdout:Waiting for mgr epoch 5... 2026-02-24T15:26:28.838 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:26:28 trial039 ceph-mon[35334]: from='client.? 10.20.193.39:0/806960089' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2026-02-24T15:26:28.838 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:26:28 trial039 ceph-mon[35334]: mgrmap e5: x(active, since 3s) 2026-02-24T15:26:28.838 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:26:28 trial039 ceph-mon[35334]: from='client.? 10.20.193.39:0/1307755473' entity='client.admin' cmd={"prefix": "mgr stat"} : dispatch 2026-02-24T15:26:28.838 INFO:journalctl@ceph.mgr.x.trial039.stdout:Feb 24 15:26:28 trial039 ceph-1fdb37b6-1195-11f1-a7cb-d404e6e7d460-mgr-x[35636]: /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-24T15:26:28.839 INFO:journalctl@ceph.mgr.x.trial039.stdout:Feb 24 15:26:28 trial039 ceph-1fdb37b6-1195-11f1-a7cb-d404e6e7d460-mgr-x[35636]: 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-24T15:26:28.839 INFO:journalctl@ceph.mgr.x.trial039.stdout:Feb 24 15:26:28 trial039 ceph-1fdb37b6-1195-11f1-a7cb-d404e6e7d460-mgr-x[35636]: from numpy import show_config as show_numpy_config 2026-02-24T15:26:30.588 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:26:30 trial039 ceph-mon[35334]: Active manager daemon x restarted 2026-02-24T15:26:30.588 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:26:30 trial039 ceph-mon[35334]: Activating manager daemon x 2026-02-24T15:26:30.588 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:26:30 trial039 ceph-mon[35334]: osdmap e2: 0 total, 0 up, 0 in 2026-02-24T15:26:30.588 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:26:30 trial039 ceph-mon[35334]: mgrmap e6: x(active, starting, since 0.00249189s) 2026-02-24T15:26:30.588 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:26:30 trial039 ceph-mon[35334]: from='mgr.14118 10.20.193.39:0/469835238' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-02-24T15:26:30.588 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:26:30 trial039 ceph-mon[35334]: from='mgr.14118 10.20.193.39:0/469835238' entity='mgr.x' cmd={"prefix": "mgr metadata", "who": "x", "id": "x"} : dispatch 2026-02-24T15:26:30.588 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:26:30 trial039 ceph-mon[35334]: from='mgr.14118 10.20.193.39:0/469835238' entity='mgr.x' cmd={"prefix": "mds metadata"} : dispatch 2026-02-24T15:26:30.588 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:26:30 trial039 ceph-mon[35334]: from='mgr.14118 10.20.193.39:0/469835238' entity='mgr.x' cmd={"prefix": "osd metadata"} : dispatch 2026-02-24T15:26:30.588 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:26:30 trial039 ceph-mon[35334]: from='mgr.14118 10.20.193.39:0/469835238' entity='mgr.x' cmd={"prefix": "mon metadata"} : dispatch 2026-02-24T15:26:30.588 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:26:30 trial039 ceph-mon[35334]: Manager daemon x is now available 2026-02-24T15:26:31.348 INFO:teuthology.orchestra.run.trial039.stdout:/usr/bin/ceph: stdout { 2026-02-24T15:26:31.348 INFO:teuthology.orchestra.run.trial039.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 7, 2026-02-24T15:26:31.348 INFO:teuthology.orchestra.run.trial039.stdout:/usr/bin/ceph: stdout "initialized": true 2026-02-24T15:26:31.348 INFO:teuthology.orchestra.run.trial039.stdout:/usr/bin/ceph: stdout } 2026-02-24T15:26:31.348 INFO:teuthology.orchestra.run.trial039.stdout:mgr epoch 5 is available 2026-02-24T15:26:31.348 INFO:teuthology.orchestra.run.trial039.stdout:Verifying orchestrator module is enabled... 2026-02-24T15:26:31.838 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:26:31 trial039 ceph-mon[35334]: from='mgr.14118 10.20.193.39:0/469835238' entity='mgr.x' 2026-02-24T15:26:31.838 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:26:31 trial039 ceph-mon[35334]: from='mgr.14118 10.20.193.39:0/469835238' entity='mgr.x' 2026-02-24T15:26:31.839 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:26:31 trial039 ceph-mon[35334]: Found migration_current of "None". Setting to last migration. 2026-02-24T15:26:31.839 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:26:31 trial039 ceph-mon[35334]: from='mgr.14118 10.20.193.39:0/469835238' entity='mgr.x' 2026-02-24T15:26:31.839 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:26:31 trial039 ceph-mon[35334]: from='mgr.14118 10.20.193.39:0/469835238' entity='mgr.x' 2026-02-24T15:26:31.839 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:26:31 trial039 ceph-mon[35334]: from='mgr.14118 10.20.193.39:0/469835238' entity='mgr.x' 2026-02-24T15:26:31.839 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:26:31 trial039 ceph-mon[35334]: from='mgr.14118 10.20.193.39:0/469835238' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-24T15:26:31.839 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:26:31 trial039 ceph-mon[35334]: from='mgr.14118 10.20.193.39:0/469835238' entity='mgr.x' 2026-02-24T15:26:31.839 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:26:31 trial039 ceph-mon[35334]: from='mgr.14118 10.20.193.39:0/469835238' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-24T15:26:31.839 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:26:31 trial039 ceph-mon[35334]: from='mgr.14118 10.20.193.39:0/469835238' entity='mgr.x' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"} : dispatch 2026-02-24T15:26:31.839 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:26:31 trial039 ceph-mon[35334]: from='mgr.14118 10.20.193.39:0/469835238' entity='mgr.x' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"} : dispatch 2026-02-24T15:26:31.840 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:26:31 trial039 ceph-mon[35334]: from='mgr.14118 10.20.193.39:0/469835238' entity='mgr.x' 2026-02-24T15:26:31.840 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:26:31 trial039 ceph-mon[35334]: from='mgr.14118 10.20.193.39:0/469835238' entity='mgr.x' 2026-02-24T15:26:31.840 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:26:31 trial039 ceph-mon[35334]: from='client.14122 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2026-02-24T15:26:31.840 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:26:31 trial039 ceph-mon[35334]: mgrmap e7: x(active, since 1.0043s) 2026-02-24T15:26:31.840 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:26:31 trial039 ceph-mon[35334]: from='client.14122 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2026-02-24T15:26:31.840 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:26:31 trial039 ceph-mon[35334]: [24/Feb/2026:15:26:31] ENGINE Bus STARTING 2026-02-24T15:26:31.840 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:26:31 trial039 ceph-mon[35334]: [24/Feb/2026:15:26:31] ENGINE Serving on http://10.20.193.39:8765 2026-02-24T15:26:31.840 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:26:31 trial039 ceph-mon[35334]: [24/Feb/2026:15:26:31] ENGINE Serving on https://10.20.193.39:7150 2026-02-24T15:26:31.840 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:26:31 trial039 ceph-mon[35334]: [24/Feb/2026:15:26:31] ENGINE Bus STARTED 2026-02-24T15:26:31.840 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:26:31 trial039 ceph-mon[35334]: from='mgr.14118 10.20.193.39:0/469835238' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-24T15:26:31.840 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:26:31 trial039 ceph-mon[35334]: [24/Feb/2026:15:26:31] ENGINE Client ('10.20.193.39', 52972) lost — peer dropped the TLS connection suddenly, during handshake: (6, 'TLS/SSL connection has been closed (EOF) (_ssl.c:1147)') 2026-02-24T15:26:32.674 INFO:teuthology.orchestra.run.trial039.stdout:/usr/bin/ceph: stderr module 'orchestrator' is already enabled (always-on) 2026-02-24T15:26:32.674 INFO:teuthology.orchestra.run.trial039.stdout:Setting orchestrator backend to cephadm... 2026-02-24T15:26:32.838 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:26:32 trial039 ceph-mon[35334]: from='client.? 10.20.193.39:0/3665690867' entity='client.admin' cmd={"prefix": "mgr module enable", "module": "orchestrator"} : dispatch 2026-02-24T15:26:33.371 INFO:teuthology.orchestra.run.trial039.stdout:/usr/bin/ceph: stdout value unchanged 2026-02-24T15:26:33.372 INFO:teuthology.orchestra.run.trial039.stdout:Generating ssh key... 2026-02-24T15:26:33.799 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:26:33 trial039 ceph-mon[35334]: from='client.? 10.20.193.39:0/3665690867' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "orchestrator"}]': finished 2026-02-24T15:26:33.799 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:26:33 trial039 ceph-mon[35334]: mgrmap e8: x(active, since 2s) 2026-02-24T15:26:33.799 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:26:33 trial039 ceph-mon[35334]: from='client.14132 -' entity='client.admin' cmd=[{"prefix": "orch set backend", "module_name": "cephadm", "target": ["mon-mgr", ""]}]: dispatch 2026-02-24T15:26:33.799 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:26:33 trial039 ceph-mon[35334]: from='mgr.14118 10.20.193.39:0/469835238' entity='mgr.x' 2026-02-24T15:26:33.799 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:26:33 trial039 ceph-mon[35334]: from='mgr.14118 10.20.193.39:0/469835238' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-24T15:26:33.799 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:26:33 trial039 ceph-mon[35334]: from='client.14134 -' entity='client.admin' cmd=[{"prefix": "cephadm set-user", "user": "root", "target": ["mon-mgr", ""]}]: dispatch 2026-02-24T15:26:33.800 INFO:journalctl@ceph.mgr.x.trial039.stdout:Feb 24 15:26:33 trial039 ceph-1fdb37b6-1195-11f1-a7cb-d404e6e7d460-mgr-x[35636]: Generating public/private ed25519 key pair. 2026-02-24T15:26:33.800 INFO:journalctl@ceph.mgr.x.trial039.stdout:Feb 24 15:26:33 trial039 ceph-1fdb37b6-1195-11f1-a7cb-d404e6e7d460-mgr-x[35636]: Your identification has been saved in /tmp/tmp7nxlnea2/key 2026-02-24T15:26:33.800 INFO:journalctl@ceph.mgr.x.trial039.stdout:Feb 24 15:26:33 trial039 ceph-1fdb37b6-1195-11f1-a7cb-d404e6e7d460-mgr-x[35636]: Your public key has been saved in /tmp/tmp7nxlnea2/key.pub 2026-02-24T15:26:33.800 INFO:journalctl@ceph.mgr.x.trial039.stdout:Feb 24 15:26:33 trial039 ceph-1fdb37b6-1195-11f1-a7cb-d404e6e7d460-mgr-x[35636]: The key fingerprint is: 2026-02-24T15:26:33.800 INFO:journalctl@ceph.mgr.x.trial039.stdout:Feb 24 15:26:33 trial039 ceph-1fdb37b6-1195-11f1-a7cb-d404e6e7d460-mgr-x[35636]: SHA256:JglcLZqdq7Ft1psa7HcjKZjp9h4dBaQtsnuAEZpApLQ ceph-1fdb37b6-1195-11f1-a7cb-d404e6e7d460 2026-02-24T15:26:33.800 INFO:journalctl@ceph.mgr.x.trial039.stdout:Feb 24 15:26:33 trial039 ceph-1fdb37b6-1195-11f1-a7cb-d404e6e7d460-mgr-x[35636]: The key's randomart image is: 2026-02-24T15:26:33.800 INFO:journalctl@ceph.mgr.x.trial039.stdout:Feb 24 15:26:33 trial039 ceph-1fdb37b6-1195-11f1-a7cb-d404e6e7d460-mgr-x[35636]: +--[ED25519 256]--+ 2026-02-24T15:26:33.800 INFO:journalctl@ceph.mgr.x.trial039.stdout:Feb 24 15:26:33 trial039 ceph-1fdb37b6-1195-11f1-a7cb-d404e6e7d460-mgr-x[35636]: |++. .oo | 2026-02-24T15:26:33.800 INFO:journalctl@ceph.mgr.x.trial039.stdout:Feb 24 15:26:33 trial039 ceph-1fdb37b6-1195-11f1-a7cb-d404e6e7d460-mgr-x[35636]: |+o.o ..o.. | 2026-02-24T15:26:33.800 INFO:journalctl@ceph.mgr.x.trial039.stdout:Feb 24 15:26:33 trial039 ceph-1fdb37b6-1195-11f1-a7cb-d404e6e7d460-mgr-x[35636]: |+E. ++oo. . | 2026-02-24T15:26:33.800 INFO:journalctl@ceph.mgr.x.trial039.stdout:Feb 24 15:26:33 trial039 ceph-1fdb37b6-1195-11f1-a7cb-d404e6e7d460-mgr-x[35636]: | oo+oo . | 2026-02-24T15:26:33.800 INFO:journalctl@ceph.mgr.x.trial039.stdout:Feb 24 15:26:33 trial039 ceph-1fdb37b6-1195-11f1-a7cb-d404e6e7d460-mgr-x[35636]: | . o o.S | 2026-02-24T15:26:33.801 INFO:journalctl@ceph.mgr.x.trial039.stdout:Feb 24 15:26:33 trial039 ceph-1fdb37b6-1195-11f1-a7cb-d404e6e7d460-mgr-x[35636]: | .+.+ . | 2026-02-24T15:26:33.801 INFO:journalctl@ceph.mgr.x.trial039.stdout:Feb 24 15:26:33 trial039 ceph-1fdb37b6-1195-11f1-a7cb-d404e6e7d460-mgr-x[35636]: | .O=... | 2026-02-24T15:26:33.801 INFO:journalctl@ceph.mgr.x.trial039.stdout:Feb 24 15:26:33 trial039 ceph-1fdb37b6-1195-11f1-a7cb-d404e6e7d460-mgr-x[35636]: | Bo=o=.o | 2026-02-24T15:26:33.801 INFO:journalctl@ceph.mgr.x.trial039.stdout:Feb 24 15:26:33 trial039 ceph-1fdb37b6-1195-11f1-a7cb-d404e6e7d460-mgr-x[35636]: | o.==+o+ . | 2026-02-24T15:26:33.801 INFO:journalctl@ceph.mgr.x.trial039.stdout:Feb 24 15:26:33 trial039 ceph-1fdb37b6-1195-11f1-a7cb-d404e6e7d460-mgr-x[35636]: +----[SHA256]-----+ 2026-02-24T15:26:34.091 INFO:teuthology.orchestra.run.trial039.stdout:/usr/bin/ceph: stdout ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIKi0DBLuZtDR93JXdSRsu++iQ8/ZZ7NA3UIeCRAQUtFJ ceph-1fdb37b6-1195-11f1-a7cb-d404e6e7d460 2026-02-24T15:26:34.091 INFO:teuthology.orchestra.run.trial039.stdout:Wrote public SSH key to /home/ubuntu/cephtest/ceph.pub 2026-02-24T15:26:34.091 INFO:teuthology.orchestra.run.trial039.stdout:Adding key to root@localhost authorized_keys... 2026-02-24T15:26:34.092 INFO:teuthology.orchestra.run.trial039.stdout:Adding host trial039... 2026-02-24T15:26:34.664 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:26:34 trial039 ceph-mon[35334]: from='client.14136 -' entity='client.admin' cmd=[{"prefix": "cephadm generate-key", "target": ["mon-mgr", ""]}]: dispatch 2026-02-24T15:26:34.664 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:26:34 trial039 ceph-mon[35334]: Generating ssh key... 2026-02-24T15:26:34.665 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:26:34 trial039 ceph-mon[35334]: from='mgr.14118 10.20.193.39:0/469835238' entity='mgr.x' 2026-02-24T15:26:34.665 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:26:34 trial039 ceph-mon[35334]: from='mgr.14118 10.20.193.39:0/469835238' entity='mgr.x' 2026-02-24T15:26:34.665 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:26:34 trial039 ceph-mon[35334]: from='client.14138 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2026-02-24T15:26:34.665 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:26:34 trial039 ceph-mon[35334]: from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "trial039", "addr": "10.20.193.39", "target": ["mon-mgr", ""]}]: dispatch 2026-02-24T15:26:36.004 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:26:35 trial039 ceph-mon[35334]: Deploying cephadm binary to trial039 2026-02-24T15:26:36.129 INFO:teuthology.orchestra.run.trial039.stdout:/usr/bin/ceph: stdout Added host 'trial039' with addr '10.20.193.39' 2026-02-24T15:26:36.129 INFO:teuthology.orchestra.run.trial039.stdout:Deploying unmanaged mon service... 2026-02-24T15:26:36.494 INFO:teuthology.orchestra.run.trial039.stdout:/usr/bin/ceph: stdout Scheduled mon update... 2026-02-24T15:26:36.494 INFO:teuthology.orchestra.run.trial039.stdout:Deploying unmanaged mgr service... 2026-02-24T15:26:36.857 INFO:teuthology.orchestra.run.trial039.stdout:/usr/bin/ceph: stdout Scheduled mgr update... 2026-02-24T15:26:37.114 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:26:37 trial039 ceph-mon[35334]: from='mgr.14118 10.20.193.39:0/469835238' entity='mgr.x' 2026-02-24T15:26:37.114 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:26:37 trial039 ceph-mon[35334]: Added host trial039 2026-02-24T15:26:37.114 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:26:37 trial039 ceph-mon[35334]: from='mgr.14118 10.20.193.39:0/469835238' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-24T15:26:37.114 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:26:37 trial039 ceph-mon[35334]: from='client.14142 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "unmanaged": true, "target": ["mon-mgr", ""]}]: dispatch 2026-02-24T15:26:37.114 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:26:37 trial039 ceph-mon[35334]: Saving service mon spec with placement count:5 2026-02-24T15:26:37.114 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:26:37 trial039 ceph-mon[35334]: from='mgr.14118 10.20.193.39:0/469835238' entity='mgr.x' 2026-02-24T15:26:37.114 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:26:37 trial039 ceph-mon[35334]: from='mgr.14118 10.20.193.39:0/469835238' entity='mgr.x' 2026-02-24T15:26:37.115 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:26:37 trial039 ceph-mon[35334]: from='mgr.14118 10.20.193.39:0/469835238' entity='mgr.x' 2026-02-24T15:26:37.115 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:26:37 trial039 ceph-mon[35334]: from='mgr.14118 10.20.193.39:0/469835238' entity='mgr.x' 2026-02-24T15:26:37.605 INFO:teuthology.orchestra.run.trial039.stdout:Enabling the dashboard module... 2026-02-24T15:26:38.540 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:26:38 trial039 ceph-mon[35334]: from='client.14144 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "unmanaged": true, "target": ["mon-mgr", ""]}]: dispatch 2026-02-24T15:26:38.540 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:26:38 trial039 ceph-mon[35334]: Saving service mgr spec with placement count:2 2026-02-24T15:26:38.540 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:26:38 trial039 ceph-mon[35334]: from='client.? 10.20.193.39:0/1482196265' entity='client.admin' 2026-02-24T15:26:38.540 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:26:38 trial039 ceph-mon[35334]: from='mgr.14118 10.20.193.39:0/469835238' entity='mgr.x' 2026-02-24T15:26:38.540 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:26:38 trial039 ceph-mon[35334]: from='client.? 10.20.193.39:0/1499224217' entity='client.admin' 2026-02-24T15:26:38.540 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:26:38 trial039 ceph-mon[35334]: from='mgr.14118 10.20.193.39:0/469835238' entity='mgr.x' 2026-02-24T15:26:38.540 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:26:38 trial039 ceph-mon[35334]: from='client.? 10.20.193.39:0/1542255617' entity='client.admin' cmd={"prefix": "mgr module enable", "module": "dashboard"} : dispatch 2026-02-24T15:26:38.838 INFO:journalctl@ceph.mgr.x.trial039.stdout:Feb 24 15:26:38 trial039 ceph-1fdb37b6-1195-11f1-a7cb-d404e6e7d460-mgr-x[35636]: ignoring --setuser ceph since I am not root 2026-02-24T15:26:38.838 INFO:journalctl@ceph.mgr.x.trial039.stdout:Feb 24 15:26:38 trial039 ceph-1fdb37b6-1195-11f1-a7cb-d404e6e7d460-mgr-x[35636]: ignoring --setgroup ceph since I am not root 2026-02-24T15:26:39.042 INFO:teuthology.orchestra.run.trial039.stdout:/usr/bin/ceph: stdout { 2026-02-24T15:26:39.042 INFO:teuthology.orchestra.run.trial039.stdout:/usr/bin/ceph: stdout "epoch": 9, 2026-02-24T15:26:39.042 INFO:teuthology.orchestra.run.trial039.stdout:/usr/bin/ceph: stdout "available": true, 2026-02-24T15:26:39.042 INFO:teuthology.orchestra.run.trial039.stdout:/usr/bin/ceph: stdout "active_name": "x", 2026-02-24T15:26:39.042 INFO:teuthology.orchestra.run.trial039.stdout:/usr/bin/ceph: stdout "num_standby": 0 2026-02-24T15:26:39.042 INFO:teuthology.orchestra.run.trial039.stdout:/usr/bin/ceph: stdout } 2026-02-24T15:26:39.043 INFO:teuthology.orchestra.run.trial039.stdout:Waiting for the mgr to restart... 2026-02-24T15:26:39.043 INFO:teuthology.orchestra.run.trial039.stdout:Waiting for mgr epoch 9... 2026-02-24T15:26:39.838 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:26:39 trial039 ceph-mon[35334]: from='client.? 10.20.193.39:0/1542255617' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2026-02-24T15:26:39.838 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:26:39 trial039 ceph-mon[35334]: mgrmap e9: x(active, since 8s) 2026-02-24T15:26:39.838 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:26:39 trial039 ceph-mon[35334]: from='client.? 10.20.193.39:0/2667610026' entity='client.admin' cmd={"prefix": "mgr stat"} : dispatch 2026-02-24T15:26:39.839 INFO:journalctl@ceph.mgr.x.trial039.stdout:Feb 24 15:26:39 trial039 ceph-1fdb37b6-1195-11f1-a7cb-d404e6e7d460-mgr-x[35636]: /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-24T15:26:39.839 INFO:journalctl@ceph.mgr.x.trial039.stdout:Feb 24 15:26:39 trial039 ceph-1fdb37b6-1195-11f1-a7cb-d404e6e7d460-mgr-x[35636]: 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-24T15:26:39.839 INFO:journalctl@ceph.mgr.x.trial039.stdout:Feb 24 15:26:39 trial039 ceph-1fdb37b6-1195-11f1-a7cb-d404e6e7d460-mgr-x[35636]: from numpy import show_config as show_numpy_config 2026-02-24T15:26:41.529 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:26:41 trial039 ceph-mon[35334]: Active manager daemon x restarted 2026-02-24T15:26:41.530 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:26:41 trial039 ceph-mon[35334]: Activating manager daemon x 2026-02-24T15:26:41.530 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:26:41 trial039 ceph-mon[35334]: osdmap e3: 0 total, 0 up, 0 in 2026-02-24T15:26:41.530 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:26:41 trial039 ceph-mon[35334]: mgrmap e10: x(active, starting, since 0.00279912s) 2026-02-24T15:26:41.530 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:26:41 trial039 ceph-mon[35334]: from='mgr.14152 10.20.193.39:0/3599865709' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-02-24T15:26:41.530 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:26:41 trial039 ceph-mon[35334]: from='mgr.14152 10.20.193.39:0/3599865709' entity='mgr.x' cmd={"prefix": "mgr metadata", "who": "x", "id": "x"} : dispatch 2026-02-24T15:26:41.530 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:26:41 trial039 ceph-mon[35334]: from='mgr.14152 10.20.193.39:0/3599865709' entity='mgr.x' cmd={"prefix": "mds metadata"} : dispatch 2026-02-24T15:26:41.530 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:26:41 trial039 ceph-mon[35334]: from='mgr.14152 10.20.193.39:0/3599865709' entity='mgr.x' cmd={"prefix": "osd metadata"} : dispatch 2026-02-24T15:26:41.530 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:26:41 trial039 ceph-mon[35334]: from='mgr.14152 10.20.193.39:0/3599865709' entity='mgr.x' cmd={"prefix": "mon metadata"} : dispatch 2026-02-24T15:26:41.530 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:26:41 trial039 ceph-mon[35334]: Manager daemon x is now available 2026-02-24T15:26:42.437 INFO:teuthology.orchestra.run.trial039.stdout:/usr/bin/ceph: stdout { 2026-02-24T15:26:42.437 INFO:teuthology.orchestra.run.trial039.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 11, 2026-02-24T15:26:42.437 INFO:teuthology.orchestra.run.trial039.stdout:/usr/bin/ceph: stdout "initialized": true 2026-02-24T15:26:42.438 INFO:teuthology.orchestra.run.trial039.stdout:/usr/bin/ceph: stdout } 2026-02-24T15:26:42.438 INFO:teuthology.orchestra.run.trial039.stdout:mgr epoch 9 is available 2026-02-24T15:26:42.438 INFO:teuthology.orchestra.run.trial039.stdout:Using certmgr to generate dashboard self-signed certificate... 2026-02-24T15:26:42.588 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:26:42 trial039 ceph-mon[35334]: from='mgr.14152 10.20.193.39:0/3599865709' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-24T15:26:42.588 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:26:42 trial039 ceph-mon[35334]: from='mgr.14152 10.20.193.39:0/3599865709' entity='mgr.x' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"} : dispatch 2026-02-24T15:26:42.588 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:26:42 trial039 ceph-mon[35334]: from='mgr.14152 10.20.193.39:0/3599865709' entity='mgr.x' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"} : dispatch 2026-02-24T15:26:42.588 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:26:42 trial039 ceph-mon[35334]: from='mgr.14152 10.20.193.39:0/3599865709' entity='mgr.x' 2026-02-24T15:26:42.589 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:26:42 trial039 ceph-mon[35334]: from='mgr.14152 10.20.193.39:0/3599865709' entity='mgr.x' 2026-02-24T15:26:42.589 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:26:42 trial039 ceph-mon[35334]: mgrmap e11: x(active, since 1.00477s) 2026-02-24T15:26:43.514 INFO:teuthology.orchestra.run.trial039.stdout:/usr/bin/ceph: stdout {"cert": "-----BEGIN CERTIFICATE-----\nMIIFHzCCAwegAwIBAgIUaCMcLkco1Sm9++8sJ10eCJfL11cwDQYJKoZIhvcNAQEL\nBQAwPDE6MDgGA1UEAwwxY2VwaGFkbS1yb290LTFmZGIzN2I2LTExOTUtMTFmMS1h\nN2NiLWQ0MDRlNmU3ZDQ2MDAeFw0yNjAyMjQxNTI2NDNaFw0yOTAyMjMxNTI2NDNa\nMBcxFTATBgNVBAMMDDEwLjIwLjE5My4zOTCCAiIwDQYJKoZIhvcNAQEBBQADggIP\nADCCAgoCggIBAKQUGKzr9yJXC+sumahN9ByneSivrAXY1oMcacV878ENUq8XmG+u\nSHGJFdoMStagvF+gFfheHHBQHwS5iNPAr/+nBhTG4sfhjPPpRx1yhonLVlQMlZZK\njicv8yiMRr8WyORgxFoKQMrv95Td9uPc+OGvS8YKRd1J80J2lMmqYyHNBdXm1mZL\ncHPOfhtQewVCYAx9VKcOHzxMx5ba+EF7HeXPeo+X3lGUUzNCvYGxWEew14ATI2Xl\nl/twUIw2+trIM4KcroOzKJ7phNJ+1415LG7ZMHR+tyyu0yoFfrWEPdWoqt12m5FH\ndYWsKEZpePJxn2UCjwRNkKRP573HlrKU3zXLuo3gaaDX1WwswvIoVz/RwGvNp/6Z\ntNqLRmof6ZbLexwaxzq4orIHFgx7v5tjyh6zaomKp8Wgd2GGIjqX3nOh2yCZwKMl\nBpuQ/ODxJ3XGx9+50F8n+IE5RT+1Jndqq9E7DbaPV+ori5cxYlrNj9SnswjTauTD\nw4I3YONobwUYyB9NBHtzYR/UTdJ5DD8Nicgay+goAkH4TRaoX2AJ7+h7b57GkVuQ\nUdtpSVdns9wWWTE4FE0fJyuC45T+riR98ld2G1n+DtWb5ZRQjOj7wKUJFcFaClrC\nFVop2Ii3dfiviFly3Tatht/zRE5GKPpSzTCUPfxiMCktJb6tvgNj/BPvAgMBAAGj\nPjA8MCwGA1UdEQQlMCOCCHRyaWFsMDM5ghFkYXNoYm9hcmRfc2VydmVyc4cEChTB\nJzAMBgNVHRMBAf8EAjAAMA0GCSqGSIb3DQEBCwUAA4ICAQBaBnWbNVU9Ja2iRjgT\nf4c13xkiUY7DVAwozF8B43dOjbwFyQ5agOsCJ1ikA8Pb0z+D7kS3wm9mYraJsfbi\niXWvtzCsCxQe9nFJW+e+WX6FHznpBAjfxl7DTB7WKy/2tp6k9vpwJ3dQbE2zJ6bS\nQ5Gfh/xwcgRoc0uI3OdaUqRl5LAzcjTs3DBI8ul2TdZHIyvinkQzqpwp3UkZlpz3\n0dCLVqqtAu5C/S8AypDUHe2IgK5vyIiHCidPwWNPuxzWn+5otVeT7WbB47jD/QgX\nJat/L1E1WgpCbI2op7pVc/uV4JMOcJA63zgQ1liia0Dt2Y+pLou0rXdH6oTnMy3T\nC/mVisVa0RyJwG8BnIuGvSSaRT17SRnxk8FDGLgXs5+9HwzW4ApR7CDhzm//7RVQ\nE13sadBOQKkxDgZHNbLUL4459jj3jzPynGQV8oAEl/y7erfeUgSIhMi3EcbLtqMp\nS059uTgylL1gZcIrVGiu0tPWf0Tmt37oCsw+dnlaykUwfD2n0AIV7/brdOiMwRTq\nXKHsE9z3asZAmXtqy666hGhf4jG0nIwlNeYsFgJNdd+WYq+PdwmychHhSwM/cWdn\nP0AKZuaV0IXlRLndVysWOUSTdOWq3WXVg2+yTVXSK+3eHde2lvYifBG4f0EbLPcT\nrjSlQ9BdrLUPsYNfgceBomGUbA==\n-----END CERTIFICATE-----\n", "key": "-----BEGIN RSA PRIVATE KEY-----\nMIIJKQIBAAKCAgEApBQYrOv3IlcL6y6ZqE30HKd5KK+sBdjWgxxpxXzvwQ1SrxeY\nb65IcYkV2gxK1qC8X6AV+F4ccFAfBLmI08Cv/6cGFMbix+GM8+lHHXKGictWVAyV\nlkqOJy/zKIxGvxbI5GDEWgpAyu/3lN3249z44a9LxgpF3UnzQnaUyapjIc0F1ebW\nZktwc85+G1B7BUJgDH1Upw4fPEzHltr4QXsd5c96j5feUZRTM0K9gbFYR7DXgBMj\nZeWX+3BQjDb62sgzgpyug7MonumE0n7XjXksbtkwdH63LK7TKgV+tYQ91aiq3Xab\nkUd1hawoRml48nGfZQKPBE2QpE/nvceWspTfNcu6jeBpoNfVbCzC8ihXP9HAa82n\n/pm02otGah/plst7HBrHOriisgcWDHu/m2PKHrNqiYqnxaB3YYYiOpfec6HbIJnA\noyUGm5D84PEndcbH37nQXyf4gTlFP7Umd2qr0TsNto9X6iuLlzFiWs2P1KezCNNq\n5MPDgjdg42hvBRjIH00Ee3NhH9RN0nkMPw2JyBrL6CgCQfhNFqhfYAnv6HtvnsaR\nW5BR22lJV2ez3BZZMTgUTR8nK4LjlP6uJH3yV3YbWf4O1ZvllFCM6PvApQkVwVoK\nWsIVWinYiLd1+K+IWXLdNq2G3/NETkYo+lLNMJQ9/GIwKS0lvq2+A2P8E+8CAwEA\nAQKCAgAdvsruZmTKI++0NiGDIoazvyS23IoaEUJqSHdgZxLr86deuK9Y58aYVprQ\nidPzbvZXe6Uf/qe3ML8+0wfcI52EgloW4CtywxATk+Hhk8aSKnu/Bv0DXwbAUfAK\nFMwqjk3jISvXiu5OHAzNPyQoEQJJn8bj4y7hPCvOi8LTgIEyOoHpUkziBKEhTXkN\nKJz0yiCxgvMayfOdsempDo9dB53W8LMuXwDd1z7yFxJV9bmkXYnj3RRYv7O60JS5\npqn5ibvU3OTCWXNuw7ThmD8plaMZgWRIakR45ETB5HchHxU6q7Y2Ke9v+f1zO0+d\n3Dch9LlJzZnx1MH5F8dSX2GRhG2mfys/+d7N9iEJAIV/X1BGRNxS3EFawYhG2N1d\nR7/mTju7OEPvtbfOqe2ibDaauRcjuKxAdHo+QJmmkIKnIliNrES/lLOI3rWEYAGN\nk9XC8MQ1OMpglreKcAVqbSUVXuN5T4UKffDPoVrYw1TVIq2tWYtKeBQj0SCKonvi\nvNyciHR+X4OmCPAoaNAb7Nbq9UIUyZ2HE+BWyZAJxjR+P3t1NWo6QTC/k7HJ9KrJ\n70lqGYYmxQeZqlbp67lPiU3Ew/ux8IFEhPjm/GpEc8YhZcP2Wd6oopONECm0M/7Q\nR26ixKOa10ZJJ1UKNeQ73jaIstN9eJrWRVcme0QlyXeMh/dywQKCAQEA50H5nNhw\nNhcMjev+NRrjSn7a4MOw+ihDEo6+NaE9YEst0PzCjZtkjTN3SEFWJOJwv2Kx62VM\nT4PSuauS5sKTQJMhbzU5A5EaHKREwPcapE1cAgzI+YE4niTjGB4LRxdSG66jeNk6\nJDNwtKtyh4ftjhfgd6jxw+9kA7X0ksfmQdQspWWd9rNxUrbElWzvX3Ud7z4KZpoR\nCmbgHwnT/qb2+eH4BSvfGSlIdtC0NIPWpixIVH0tH59t0F6t1vh57pz1kHdZg7ba\nFHqwNfe7IHkj8mQHsK/9yomYP6x4PiRdgWHqRcvFtuEqlfCZYQvz+sy4+JlgZQUc\nG0xyiPrChKS6oQKCAQEAtaIeYK6P6gMrmBApmzPLcw3F6yRRsrQqVTmYzO6ExLbZ\nMZyeLzgTq9MawLY1OKjJsDOD6vX3Xp1CLI73vS6UMZEscsSF/FjCmfJ8e/ZgubxB\nM8aS0XHZtoQM1ZUzD8KaViho2GlSfVNSPswOcZ/fiEH5a8wJFEpfgqBTuR33GwTz\nwOUNslOLBNffkG7FLAsu3Pcmyoiw9rc7uVtP158d1LynDFC4Sr4Ckoclr99iTp8P\nN52eAaEeJklG2osQ+mmH0MHSiNXyfnLSvG5pkMiXAW1YgEJCg28imkaEpmsik2Q4\ng44aX9BnJoB3Bh1fFo87Na0JcaRoWvzDPgIxN9tUjwKCAQEAs6li5kKUcsFXZI76\nUIGSIZcKLuJ5hO9wpGM3TOz2hPADKUClWWRnKvfX7M+twDwXwehIN4vcTE4qkUrF\ndveldN6ZdA9SOv4o3iWUsKGJFipvl7wdCxIkTWB0+ZClzFZG2PDFWabR77vzDLnB\n4Z9tpB3SqsQbB9Dcz7E10C7zKSNQiDK5FSd1nAAYG8qk8XFIj0yQwgNhx8YCyrpU\n85r9d0bh7AqYabDT9lLQHZhrU3BFxTX2r4Gpy98yiTdDa2iPsuu2JIkTRiPG8DaF\nL4ZNsguamd8weYCKQrWYORcBefn7Crxz309xSUnBr06c/rS7448s/26H1oF+3gKK\nyog74QKCAQB2EpRizzd4rWTqbh9N6CaqfVqa2DpPzDT0wANnvOoMIr0gNirSkUag\nXRQ4EHqagYbTBzoLRKfxFpOM+cdscNofOrtFRCHBgEXI48wunWQVeZ59NOn+Q19+\n+WqKcXoHFb9UoOI/RIA+Pirp7aa6EG60Wgb1H2cLjKl39hdW8HbRVq/KRlxX/10Q\n4fBQKOH+Fqr5M6VA5gj76PNnNEe76JDw2U5SgCq9U7XCYR6LrNBwQZAX3Ft5va4m\nv13S9bIsxutmNolRMJt5vdTmb3QqjWs0n0t33Rr17An3dj4HHQAWBoGCa58TiBt1\n+O7mx7MnrCaWZw0Llg/MjiGxrqUmJWtbAoIBAQCtsaeMqLSRkdjPoQsyagqKQ+3b\nSiiknKZhfcVbbMcOnKFJGUYba0WYJo81UJY0xh5VGHT30l3qYX5iQmoKhmrUzaj6\nYJPwy9OfTl3AWDTD/MmC7a3lW2PRYhzEXZRQKNGg2yAGt+RNt3PwY/i4Bn6oqOme\nGPp9xi/8xzp7+2jyKJWEXem7lusnIzBq9I/K/ehl0w0KMJdLvsie+fQkbEr+MDpG\nFDSM1D4xH6E3+69qNOB6vF6a2xebVrDGR+ciCMcviD/E6OFX/f/dpAp/JIUJ25C2\nPnZDfjngkK0dHaEsoh4XJQTfZgefxf+vu6UpwJp73CuF6jjYePhzP6/B72cy\n-----END RSA PRIVATE KEY-----\n"} 2026-02-24T15:26:43.629 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:26:43 trial039 ceph-mon[35334]: [24/Feb/2026:15:26:41] ENGINE Bus STARTING 2026-02-24T15:26:43.629 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:26:43 trial039 ceph-mon[35334]: [24/Feb/2026:15:26:41] ENGINE Serving on http://10.20.193.39:8765 2026-02-24T15:26:43.629 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:26:43 trial039 ceph-mon[35334]: [24/Feb/2026:15:26:41] ENGINE Serving on https://10.20.193.39:7150 2026-02-24T15:26:43.629 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:26:43 trial039 ceph-mon[35334]: [24/Feb/2026:15:26:41] ENGINE Bus STARTED 2026-02-24T15:26:43.629 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:26:43 trial039 ceph-mon[35334]: [24/Feb/2026:15:26:41] ENGINE Client ('10.20.193.39', 60384) lost — peer dropped the TLS connection suddenly, during handshake: (6, 'TLS/SSL connection has been closed (EOF) (_ssl.c:1147)') 2026-02-24T15:26:43.629 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:26:43 trial039 ceph-mon[35334]: from='client.14156 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2026-02-24T15:26:43.630 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:26:43 trial039 ceph-mon[35334]: from='client.14156 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2026-02-24T15:26:43.870 INFO:teuthology.orchestra.run.trial039.stdout:/usr/bin/ceph: stdout SSL certificate updated 2026-02-24T15:26:44.228 INFO:teuthology.orchestra.run.trial039.stdout:/usr/bin/ceph: stdout SSL certificate key updated 2026-02-24T15:26:44.228 INFO:teuthology.orchestra.run.trial039.stdout:Creating initial admin user... 2026-02-24T15:26:44.588 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:26:44 trial039 ceph-mon[35334]: from='client.14164 -' entity='client.admin' cmd=[{"prefix": "orch certmgr generate-certificates", "module_name": "dashboard", "target": ["mon-mgr", ""]}]: dispatch 2026-02-24T15:26:44.588 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:26:44 trial039 ceph-mon[35334]: mgrmap e12: x(active, since 2s) 2026-02-24T15:26:44.588 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:26:44 trial039 ceph-mon[35334]: from='mgr.14152 10.20.193.39:0/3599865709' entity='mgr.x' 2026-02-24T15:26:44.588 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:26:44 trial039 ceph-mon[35334]: from='mgr.14152 10.20.193.39:0/3599865709' entity='mgr.x' 2026-02-24T15:26:44.781 INFO:teuthology.orchestra.run.trial039.stdout:/usr/bin/ceph: stdout {"username": "admin", "password": "$2b$12$NYm16wTMYAILoS0JyzB9mOsr0iUr.e7zhFfepjdp/SE4zJi3I5tc2", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1771946804, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2026-02-24T15:26:44.781 INFO:teuthology.orchestra.run.trial039.stdout:Fetching dashboard port number... 2026-02-24T15:26:45.131 INFO:teuthology.orchestra.run.trial039.stdout:/usr/bin/ceph: stdout 8443 2026-02-24T15:26:45.139 INFO:teuthology.orchestra.run.trial039.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2026-02-24T15:26:45.140 INFO:teuthology.orchestra.run.trial039.stdout:systemctl: stdout disabled 2026-02-24T15:26:45.146 INFO:teuthology.orchestra.run.trial039.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2026-02-24T15:26:45.146 INFO:teuthology.orchestra.run.trial039.stdout:systemctl: stdout inactive 2026-02-24T15:26:45.146 INFO:teuthology.orchestra.run.trial039.stdout:firewalld.service is not enabled 2026-02-24T15:26:45.146 INFO:teuthology.orchestra.run.trial039.stdout:Not possible to open ports <[8443]>. firewalld.service is not available 2026-02-24T15:26:45.147 INFO:teuthology.orchestra.run.trial039.stdout:Ceph Dashboard is now available at: 2026-02-24T15:26:45.147 INFO:teuthology.orchestra.run.trial039.stdout: 2026-02-24T15:26:45.147 INFO:teuthology.orchestra.run.trial039.stdout: URL: https://trial039:8443/ 2026-02-24T15:26:45.147 INFO:teuthology.orchestra.run.trial039.stdout: User: admin 2026-02-24T15:26:45.147 INFO:teuthology.orchestra.run.trial039.stdout: Password: lh3i8buuor 2026-02-24T15:26:45.147 INFO:teuthology.orchestra.run.trial039.stdout: 2026-02-24T15:26:45.147 INFO:teuthology.orchestra.run.trial039.stdout:Saving cluster configuration to /var/lib/ceph/1fdb37b6-1195-11f1-a7cb-d404e6e7d460/config directory 2026-02-24T15:26:45.548 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:26:45 trial039 ceph-mon[35334]: from='client.14166 -' entity='client.admin' cmd=[{"prefix": "dashboard set-ssl-certificate", "target": ["mon-mgr", ""]}]: dispatch 2026-02-24T15:26:45.548 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:26:45 trial039 ceph-mon[35334]: from='client.14168 -' entity='client.admin' cmd=[{"prefix": "dashboard set-ssl-certificate-key", "target": ["mon-mgr", ""]}]: dispatch 2026-02-24T15:26:45.549 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:26:45 trial039 ceph-mon[35334]: 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-24T15:26:45.549 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:26:45 trial039 ceph-mon[35334]: from='mgr.14152 10.20.193.39:0/3599865709' entity='mgr.x' 2026-02-24T15:26:45.549 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:26:45 trial039 ceph-mon[35334]: from='client.? 10.20.193.39:0/449170308' entity='client.admin' cmd={"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"} : dispatch 2026-02-24T15:26:45.554 INFO:teuthology.orchestra.run.trial039.stdout:/usr/bin/ceph: stderr set mgr/dashboard/cluster/status 2026-02-24T15:26:45.554 INFO:teuthology.orchestra.run.trial039.stdout:You can access the Ceph CLI as following in case of multi-cluster or non-default config: 2026-02-24T15:26:45.555 INFO:teuthology.orchestra.run.trial039.stdout: 2026-02-24T15:26:45.555 INFO:teuthology.orchestra.run.trial039.stdout: sudo /home/ubuntu/cephtest/cephadm shell --fsid 1fdb37b6-1195-11f1-a7cb-d404e6e7d460 -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2026-02-24T15:26:45.555 INFO:teuthology.orchestra.run.trial039.stdout: 2026-02-24T15:26:45.555 INFO:teuthology.orchestra.run.trial039.stdout:Or, if you are only running a single cluster on this host: 2026-02-24T15:26:45.555 INFO:teuthology.orchestra.run.trial039.stdout: 2026-02-24T15:26:45.555 INFO:teuthology.orchestra.run.trial039.stdout: sudo /home/ubuntu/cephtest/cephadm shell 2026-02-24T15:26:45.555 INFO:teuthology.orchestra.run.trial039.stdout: 2026-02-24T15:26:45.555 INFO:teuthology.orchestra.run.trial039.stdout:Please consider enabling telemetry to help improve Ceph: 2026-02-24T15:26:45.555 INFO:teuthology.orchestra.run.trial039.stdout: 2026-02-24T15:26:45.555 INFO:teuthology.orchestra.run.trial039.stdout: ceph telemetry on 2026-02-24T15:26:45.555 INFO:teuthology.orchestra.run.trial039.stdout: 2026-02-24T15:26:45.555 INFO:teuthology.orchestra.run.trial039.stdout:For more information see: 2026-02-24T15:26:45.556 INFO:teuthology.orchestra.run.trial039.stdout: 2026-02-24T15:26:45.556 INFO:teuthology.orchestra.run.trial039.stdout: https://docs.ceph.com/en/latest/mgr/telemetry/ 2026-02-24T15:26:45.556 INFO:teuthology.orchestra.run.trial039.stdout: 2026-02-24T15:26:45.556 INFO:teuthology.orchestra.run.trial039.stdout:Bootstrap complete. 2026-02-24T15:26:45.562 INFO:teuthology.orchestra.run.trial039.stdout:systemctl: stdout static 2026-02-24T15:26:45.568 INFO:teuthology.orchestra.run.trial039.stdout:Non-zero exit code 3 from systemctl is-active logrotate 2026-02-24T15:26:45.568 INFO:teuthology.orchestra.run.trial039.stdout:systemctl: stdout inactive 2026-02-24T15:26:45.568 INFO:teuthology.orchestra.run.trial039.stdout:Enabling the logrotate.timer service to perform daily log rotation. 2026-02-24T15:26:45.716 INFO:tasks.cephadm:Fetching config... 2026-02-24T15:26:45.716 DEBUG:teuthology.orchestra.run.trial039:> set -ex 2026-02-24T15:26:45.716 DEBUG:teuthology.orchestra.run.trial039:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2026-02-24T15:26:45.734 INFO:tasks.cephadm:Fetching client.admin keyring... 2026-02-24T15:26:45.734 DEBUG:teuthology.orchestra.run.trial039:> set -ex 2026-02-24T15:26:45.734 DEBUG:teuthology.orchestra.run.trial039:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2026-02-24T15:26:45.791 INFO:tasks.cephadm:Fetching mon keyring... 2026-02-24T15:26:45.792 DEBUG:teuthology.orchestra.run.trial039:> set -ex 2026-02-24T15:26:45.792 DEBUG:teuthology.orchestra.run.trial039:> sudo dd if=/var/lib/ceph/1fdb37b6-1195-11f1-a7cb-d404e6e7d460/mon.a/keyring of=/dev/stdout 2026-02-24T15:26:45.856 INFO:tasks.cephadm:Fetching pub ssh key... 2026-02-24T15:26:45.856 DEBUG:teuthology.orchestra.run.trial039:> set -ex 2026-02-24T15:26:45.856 DEBUG:teuthology.orchestra.run.trial039:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2026-02-24T15:26:45.913 INFO:tasks.cephadm:Installing pub ssh key for root users... 2026-02-24T15:26:45.913 DEBUG:teuthology.orchestra.run.trial039:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIKi0DBLuZtDR93JXdSRsu++iQ8/ZZ7NA3UIeCRAQUtFJ ceph-1fdb37b6-1195-11f1-a7cb-d404e6e7d460' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2026-02-24T15:26:45.987 INFO:teuthology.orchestra.run.trial039.stdout:ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIKi0DBLuZtDR93JXdSRsu++iQ8/ZZ7NA3UIeCRAQUtFJ ceph-1fdb37b6-1195-11f1-a7cb-d404e6e7d460 2026-02-24T15:26:45.998 DEBUG:teuthology.orchestra.run.trial196:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIKi0DBLuZtDR93JXdSRsu++iQ8/ZZ7NA3UIeCRAQUtFJ ceph-1fdb37b6-1195-11f1-a7cb-d404e6e7d460' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2026-02-24T15:26:46.033 INFO:teuthology.orchestra.run.trial196.stdout:ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIKi0DBLuZtDR93JXdSRsu++iQ8/ZZ7NA3UIeCRAQUtFJ ceph-1fdb37b6-1195-11f1-a7cb-d404e6e7d460 2026-02-24T15:26:46.043 DEBUG:teuthology.orchestra.run.trial039:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:e602a214d0666d5fd7dab98304b32ef8fc2865a3 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1fdb37b6-1195-11f1-a7cb-d404e6e7d460 -- ceph config set mgr mgr/cephadm/allow_ptrace true 2026-02-24T15:26:46.158 INFO:teuthology.orchestra.run.trial039.stderr:Inferring config /var/lib/ceph/1fdb37b6-1195-11f1-a7cb-d404e6e7d460/mon.a/config 2026-02-24T15:26:46.541 INFO:tasks.cephadm:Distributing conf and client.admin keyring to all hosts + 0755 2026-02-24T15:26:46.541 DEBUG:teuthology.orchestra.run.trial039:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:e602a214d0666d5fd7dab98304b32ef8fc2865a3 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1fdb37b6-1195-11f1-a7cb-d404e6e7d460 -- ceph orch client-keyring set client.admin '*' --mode 0755 2026-02-24T15:26:46.661 INFO:teuthology.orchestra.run.trial039.stderr:Inferring config /var/lib/ceph/1fdb37b6-1195-11f1-a7cb-d404e6e7d460/mon.a/config 2026-02-24T15:26:46.683 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:26:46 trial039 ceph-mon[35334]: from='client.? 10.20.193.39:0/1977150744' entity='client.admin' 2026-02-24T15:26:46.683 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:26:46 trial039 ceph-mon[35334]: from='client.? 10.20.193.39:0/47791773' entity='client.admin' 2026-02-24T15:26:47.068 INFO:tasks.cephadm:Remote trial196 excluded from cephadm cluster by role 2026-02-24T15:26:47.068 INFO:tasks.cephadm:Setting crush tunables to default 2026-02-24T15:26:47.069 DEBUG:teuthology.orchestra.run.trial039:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:e602a214d0666d5fd7dab98304b32ef8fc2865a3 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1fdb37b6-1195-11f1-a7cb-d404e6e7d460 -- ceph osd crush tunables default 2026-02-24T15:26:47.185 INFO:teuthology.orchestra.run.trial039.stderr:Inferring config /var/lib/ceph/1fdb37b6-1195-11f1-a7cb-d404e6e7d460/mon.a/config 2026-02-24T15:26:47.908 INFO:teuthology.orchestra.run.trial039.stderr:adjusted tunables profile to default 2026-02-24T15:26:48.052 INFO:tasks.cephadm:Adding mon.a on trial039 2026-02-24T15:26:48.053 DEBUG:teuthology.orchestra.run.trial039:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:e602a214d0666d5fd7dab98304b32ef8fc2865a3 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1fdb37b6-1195-11f1-a7cb-d404e6e7d460 -- ceph orch apply mon '1;trial039:10.20.193.39=a' 2026-02-24T15:26:48.168 INFO:teuthology.orchestra.run.trial039.stderr:Inferring config /var/lib/ceph/1fdb37b6-1195-11f1-a7cb-d404e6e7d460/mon.a/config 2026-02-24T15:26:48.190 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:26:47 trial039 ceph-mon[35334]: from='client.14178 -' entity='client.admin' cmd=[{"prefix": "orch client-keyring set", "entity": "client.admin", "placement": "*", "mode": "0755", "target": ["mon-mgr", ""]}]: dispatch 2026-02-24T15:26:48.190 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:26:47 trial039 ceph-mon[35334]: from='mgr.14152 10.20.193.39:0/3599865709' entity='mgr.x' 2026-02-24T15:26:48.191 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:26:47 trial039 ceph-mon[35334]: from='client.? 10.20.193.39:0/43600852' entity='client.admin' cmd={"prefix": "osd crush tunables", "profile": "default"} : dispatch 2026-02-24T15:26:48.191 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:26:47 trial039 ceph-mon[35334]: from='mgr.14152 10.20.193.39:0/3599865709' entity='mgr.x' 2026-02-24T15:26:48.191 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:26:47 trial039 ceph-mon[35334]: from='mgr.14152 10.20.193.39:0/3599865709' entity='mgr.x' 2026-02-24T15:26:48.191 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:26:47 trial039 ceph-mon[35334]: from='mgr.14152 10.20.193.39:0/3599865709' entity='mgr.x' cmd={"prefix": "config rm", "who": "osd/host:trial039", "name": "osd_memory_target"} : dispatch 2026-02-24T15:26:48.191 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:26:47 trial039 ceph-mon[35334]: from='mgr.14152 10.20.193.39:0/3599865709' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-24T15:26:48.191 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:26:47 trial039 ceph-mon[35334]: from='mgr.14152 10.20.193.39:0/3599865709' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-24T15:26:48.421 INFO:teuthology.orchestra.run.trial039.stdout:Scheduled mon update... 2026-02-24T15:26:48.562 INFO:tasks.cephadm:Waiting for 1 mons in monmap... 2026-02-24T15:26:48.562 DEBUG:teuthology.orchestra.run.trial039:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:e602a214d0666d5fd7dab98304b32ef8fc2865a3 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1fdb37b6-1195-11f1-a7cb-d404e6e7d460 -- ceph mon dump -f json 2026-02-24T15:26:48.678 INFO:teuthology.orchestra.run.trial039.stderr:Inferring config /var/lib/ceph/1fdb37b6-1195-11f1-a7cb-d404e6e7d460/mon.a/config 2026-02-24T15:26:48.948 INFO:teuthology.orchestra.run.trial039.stdout: 2026-02-24T15:26:48.948 INFO:teuthology.orchestra.run.trial039.stdout:{"epoch":1,"fsid":"1fdb37b6-1195-11f1-a7cb-d404e6e7d460","modified":"2026-02-24T15:26:18.416315Z","created":"2026-02-24T15:26:18.416315Z","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.39:3300","nonce":0},{"type":"v1","addr":"10.20.193.39:6789","nonce":0}]},"addr":"10.20.193.39:6789/0","public_addr":"10.20.193.39:6789/0","priority":0,"weight":0,"time_added":"2026-02-24T15:26:18:416325+0000","crush_location":[]}],"quorum":[0]} 2026-02-24T15:26:48.948 INFO:teuthology.orchestra.run.trial039.stderr:dumped monmap epoch 1 2026-02-24T15:26:49.067 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:26:48 trial039 ceph-mon[35334]: Updating trial039:/etc/ceph/ceph.conf 2026-02-24T15:26:49.068 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:26:48 trial039 ceph-mon[35334]: Updating trial039:/var/lib/ceph/1fdb37b6-1195-11f1-a7cb-d404e6e7d460/config/ceph.conf 2026-02-24T15:26:49.068 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:26:48 trial039 ceph-mon[35334]: from='client.? 10.20.193.39:0/43600852' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2026-02-24T15:26:49.068 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:26:48 trial039 ceph-mon[35334]: osdmap e4: 0 total, 0 up, 0 in 2026-02-24T15:26:49.068 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:26:48 trial039 ceph-mon[35334]: mgrmap e13: x(active, since 6s) 2026-02-24T15:26:49.068 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:26:48 trial039 ceph-mon[35334]: Updating trial039:/etc/ceph/ceph.client.admin.keyring 2026-02-24T15:26:49.068 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:26:48 trial039 ceph-mon[35334]: Updating trial039:/var/lib/ceph/1fdb37b6-1195-11f1-a7cb-d404e6e7d460/config/ceph.client.admin.keyring 2026-02-24T15:26:49.068 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:26:48 trial039 ceph-mon[35334]: from='mgr.14152 10.20.193.39:0/3599865709' entity='mgr.x' 2026-02-24T15:26:49.068 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:26:48 trial039 ceph-mon[35334]: from='mgr.14152 10.20.193.39:0/3599865709' entity='mgr.x' 2026-02-24T15:26:49.068 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:26:48 trial039 ceph-mon[35334]: from='mgr.14152 10.20.193.39:0/3599865709' entity='mgr.x' 2026-02-24T15:26:49.068 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:26:48 trial039 ceph-mon[35334]: Certificate for "cephadm-signed_agent_cert (trial039)" is still valid for 1824 days. 2026-02-24T15:26:49.069 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:26:48 trial039 ceph-mon[35334]: from='mgr.14152 10.20.193.39:0/3599865709' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-24T15:26:49.069 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:26:48 trial039 ceph-mon[35334]: from='mgr.14152 10.20.193.39:0/3599865709' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-24T15:26:49.069 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:26:48 trial039 ceph-mon[35334]: from='mgr.14152 10.20.193.39:0/3599865709' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-24T15:26:49.069 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:26:48 trial039 ceph-mon[35334]: from='mgr.14152 10.20.193.39:0/3599865709' entity='mgr.x' 2026-02-24T15:26:49.069 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:26:48 trial039 ceph-mon[35334]: from='client.14182 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "1;trial039:10.20.193.39=a", "target": ["mon-mgr", ""]}]: dispatch 2026-02-24T15:26:49.069 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:26:48 trial039 ceph-mon[35334]: Saving service mon spec with placement trial039:10.20.193.39=a;count:1 2026-02-24T15:26:49.069 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:26:48 trial039 ceph-mon[35334]: from='mgr.14152 10.20.193.39:0/3599865709' entity='mgr.x' 2026-02-24T15:26:49.069 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:26:48 trial039 ceph-mon[35334]: from='mgr.14152 10.20.193.39:0/3599865709' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-24T15:26:49.069 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:26:48 trial039 ceph-mon[35334]: from='mgr.14152 10.20.193.39:0/3599865709' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-24T15:26:49.069 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:26:48 trial039 ceph-mon[35334]: from='mgr.14152 10.20.193.39:0/3599865709' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-24T15:26:49.069 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:26:48 trial039 ceph-mon[35334]: from='mgr.14152 10.20.193.39:0/3599865709' entity='mgr.x' 2026-02-24T15:26:49.069 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:26:48 trial039 ceph-mon[35334]: from='mgr.14152 10.20.193.39:0/3599865709' entity='mgr.x' 2026-02-24T15:26:49.070 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:26:48 trial039 ceph-mon[35334]: Reconfiguring mon.a (unknown last config time)... 2026-02-24T15:26:49.070 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:26:48 trial039 ceph-mon[35334]: from='mgr.14152 10.20.193.39:0/3599865709' entity='mgr.x' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2026-02-24T15:26:49.070 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:26:48 trial039 ceph-mon[35334]: from='mgr.14152 10.20.193.39:0/3599865709' entity='mgr.x' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2026-02-24T15:26:49.070 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:26:48 trial039 ceph-mon[35334]: from='mgr.14152 10.20.193.39:0/3599865709' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-24T15:26:49.070 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:26:48 trial039 ceph-mon[35334]: Reconfiguring daemon mon.a on trial039 2026-02-24T15:26:49.070 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:26:48 trial039 ceph-mon[35334]: from='mgr.14152 10.20.193.39:0/3599865709' entity='mgr.x' 2026-02-24T15:26:49.070 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:26:48 trial039 ceph-mon[35334]: from='mgr.14152 10.20.193.39:0/3599865709' entity='mgr.x' 2026-02-24T15:26:49.089 INFO:tasks.cephadm:Generating final ceph.conf file... 2026-02-24T15:26:49.090 DEBUG:teuthology.orchestra.run.trial039:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:e602a214d0666d5fd7dab98304b32ef8fc2865a3 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1fdb37b6-1195-11f1-a7cb-d404e6e7d460 -- ceph config generate-minimal-conf 2026-02-24T15:26:49.206 INFO:teuthology.orchestra.run.trial039.stderr:Inferring config /var/lib/ceph/1fdb37b6-1195-11f1-a7cb-d404e6e7d460/mon.a/config 2026-02-24T15:26:49.432 INFO:teuthology.orchestra.run.trial039.stdout:# minimal ceph.conf for 1fdb37b6-1195-11f1-a7cb-d404e6e7d460 2026-02-24T15:26:49.432 INFO:teuthology.orchestra.run.trial039.stdout:[global] 2026-02-24T15:26:49.432 INFO:teuthology.orchestra.run.trial039.stdout: fsid = 1fdb37b6-1195-11f1-a7cb-d404e6e7d460 2026-02-24T15:26:49.432 INFO:teuthology.orchestra.run.trial039.stdout: mon_host = [v2:10.20.193.39:3300/0,v1:10.20.193.39:6789/0] 2026-02-24T15:26:49.573 INFO:tasks.cephadm:Distributing (final) config and client.admin keyring... 2026-02-24T15:26:49.573 DEBUG:teuthology.orchestra.run.trial039:> set -ex 2026-02-24T15:26:49.573 DEBUG:teuthology.orchestra.run.trial039:> sudo dd of=/etc/ceph/ceph.conf 2026-02-24T15:26:49.600 DEBUG:teuthology.orchestra.run.trial039:> set -ex 2026-02-24T15:26:49.600 DEBUG:teuthology.orchestra.run.trial039:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2026-02-24T15:26:49.665 INFO:tasks.cephadm:Adding mgr.x on trial039 2026-02-24T15:26:49.665 DEBUG:teuthology.orchestra.run.trial039:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:e602a214d0666d5fd7dab98304b32ef8fc2865a3 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1fdb37b6-1195-11f1-a7cb-d404e6e7d460 -- ceph orch apply mgr '1;trial039=x' 2026-02-24T15:26:49.819 INFO:teuthology.orchestra.run.trial039.stderr:Inferring config /var/lib/ceph/1fdb37b6-1195-11f1-a7cb-d404e6e7d460/mon.a/config 2026-02-24T15:26:50.074 INFO:teuthology.orchestra.run.trial039.stdout:Scheduled mgr update... 2026-02-24T15:26:50.193 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:26:49 trial039 ceph-mon[35334]: from='client.? 10.20.193.39:0/4045527454' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2026-02-24T15:26:50.193 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:26:49 trial039 ceph-mon[35334]: from='client.? 10.20.193.39:0/2570583205' entity='client.admin' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-24T15:26:50.215 DEBUG:tasks.cephadm:set 0 configs 2026-02-24T15:26:50.215 DEBUG:teuthology.orchestra.run.trial039:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:e602a214d0666d5fd7dab98304b32ef8fc2865a3 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1fdb37b6-1195-11f1-a7cb-d404e6e7d460 -- ceph config dump 2026-02-24T15:26:50.336 INFO:teuthology.orchestra.run.trial039.stderr:Inferring config /var/lib/ceph/1fdb37b6-1195-11f1-a7cb-d404e6e7d460/mon.a/config 2026-02-24T15:26:50.578 INFO:teuthology.orchestra.run.trial039.stdout:WHO MASK LEVEL OPTION VALUE RO 2026-02-24T15:26:50.579 INFO:teuthology.orchestra.run.trial039.stdout:global dev auth_debug true 2026-02-24T15:26:50.579 INFO:teuthology.orchestra.run.trial039.stdout:global basic container_image quay.ceph.io/ceph-ci/ceph@sha256:e62f177877783391bea7ed0d8dd386826e63dd9c4b88ea0937434db2ddb31986 * 2026-02-24T15:26:50.579 INFO:teuthology.orchestra.run.trial039.stdout:global dev debug_asserts_on_shutdown true 2026-02-24T15:26:50.579 INFO:teuthology.orchestra.run.trial039.stdout:global basic log_to_file true 2026-02-24T15:26:50.579 INFO:teuthology.orchestra.run.trial039.stdout:global basic log_to_journald false 2026-02-24T15:26:50.579 INFO:teuthology.orchestra.run.trial039.stdout:global basic log_to_stderr false 2026-02-24T15:26:50.579 INFO:teuthology.orchestra.run.trial039.stdout:global advanced mon_allow_pool_delete true 2026-02-24T15:26:50.579 INFO:teuthology.orchestra.run.trial039.stdout:global advanced mon_clock_drift_allowed 1.000000 2026-02-24T15:26:50.579 INFO:teuthology.orchestra.run.trial039.stdout:global advanced mon_cluster_log_to_file true 2026-02-24T15:26:50.580 INFO:teuthology.orchestra.run.trial039.stdout:global advanced mon_max_pg_per_osd 10000 2026-02-24T15:26:50.580 INFO:teuthology.orchestra.run.trial039.stdout:global advanced mon_pg_warn_max_object_skew 0.000000 2026-02-24T15:26:50.580 INFO:teuthology.orchestra.run.trial039.stdout:global advanced mon_warn_on_crush_straw_calc_version_zero false 2026-02-24T15:26:50.580 INFO:teuthology.orchestra.run.trial039.stdout:global advanced mon_warn_on_legacy_crush_tunables false 2026-02-24T15:26:50.580 INFO:teuthology.orchestra.run.trial039.stdout:global advanced mon_warn_on_osd_down_out_interval_zero false 2026-02-24T15:26:50.580 INFO:teuthology.orchestra.run.trial039.stdout:global dev mon_warn_on_pool_pg_num_not_power_of_two false 2026-02-24T15:26:50.580 INFO:teuthology.orchestra.run.trial039.stdout:global advanced mon_warn_on_too_few_osds false 2026-02-24T15:26:50.580 INFO:teuthology.orchestra.run.trial039.stdout:global dev ms_die_on_bug true 2026-02-24T15:26:50.580 INFO:teuthology.orchestra.run.trial039.stdout:global dev ms_die_on_old_message true 2026-02-24T15:26:50.580 INFO:teuthology.orchestra.run.trial039.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-24T15:26:50.580 INFO:teuthology.orchestra.run.trial039.stdout:global advanced osd_pool_default_pg_autoscale_mode off 2026-02-24T15:26:50.580 INFO:teuthology.orchestra.run.trial039.stdout:global advanced osd_pool_default_size 2 2026-02-24T15:26:50.581 INFO:teuthology.orchestra.run.trial039.stdout:global advanced public_network 10.20.192.0/20 * 2026-02-24T15:26:50.581 INFO:teuthology.orchestra.run.trial039.stdout:mon advanced auth_allow_insecure_global_id_reclaim false 2026-02-24T15:26:50.581 INFO:teuthology.orchestra.run.trial039.stdout:mon advanced auth_mon_ticket_ttl 660.000000 2026-02-24T15:26:50.581 INFO:teuthology.orchestra.run.trial039.stdout:mon advanced auth_service_ticket_ttl 240.000000 2026-02-24T15:26:50.581 INFO:teuthology.orchestra.run.trial039.stdout:mon advanced debug_mon 20/20 2026-02-24T15:26:50.581 INFO:teuthology.orchestra.run.trial039.stdout:mon advanced debug_ms 1/1 2026-02-24T15:26:50.581 INFO:teuthology.orchestra.run.trial039.stdout:mon advanced debug_paxos 20/20 2026-02-24T15:26:50.581 INFO:teuthology.orchestra.run.trial039.stdout:mon advanced mon_data_avail_warn 5 2026-02-24T15:26:50.581 INFO:teuthology.orchestra.run.trial039.stdout:mon advanced mon_mgr_mkfs_grace 240 2026-02-24T15:26:50.581 INFO:teuthology.orchestra.run.trial039.stdout:mon dev mon_osd_prime_pg_temp true 2026-02-24T15:26:50.581 INFO:teuthology.orchestra.run.trial039.stdout:mon advanced mon_osd_reporter_subtree_level osd 2026-02-24T15:26:50.581 INFO:teuthology.orchestra.run.trial039.stdout:mon advanced mon_reweight_min_bytes_per_osd 10 2026-02-24T15:26:50.582 INFO:teuthology.orchestra.run.trial039.stdout:mon advanced mon_reweight_min_pgs_per_osd 4 2026-02-24T15:26:50.582 INFO:teuthology.orchestra.run.trial039.stdout:mon advanced mon_warn_on_insecure_global_id_reclaim false 2026-02-24T15:26:50.582 INFO:teuthology.orchestra.run.trial039.stdout:mon advanced mon_warn_on_insecure_global_id_reclaim_allowed false 2026-02-24T15:26:50.582 INFO:teuthology.orchestra.run.trial039.stdout:mgr advanced debug_mgr 20/20 2026-02-24T15:26:50.582 INFO:teuthology.orchestra.run.trial039.stdout:mgr advanced debug_ms 1/1 2026-02-24T15:26:50.582 INFO:teuthology.orchestra.run.trial039.stdout:mgr advanced mgr/cephadm/allow_ptrace true * 2026-02-24T15:26:50.582 INFO:teuthology.orchestra.run.trial039.stdout:mgr advanced mgr/cephadm/container_init True * 2026-02-24T15:26:50.582 INFO:teuthology.orchestra.run.trial039.stdout:mgr advanced mgr/cephadm/migration_current 8 * 2026-02-24T15:26:50.582 INFO:teuthology.orchestra.run.trial039.stdout:mgr advanced mgr/dashboard/ssl_server_port 8443 * 2026-02-24T15:26:50.582 INFO:teuthology.orchestra.run.trial039.stdout:mgr advanced mgr/orchestrator/orchestrator cephadm 2026-02-24T15:26:50.582 INFO:teuthology.orchestra.run.trial039.stdout:mgr advanced mgr_standby_modules false 2026-02-24T15:26:50.582 INFO:teuthology.orchestra.run.trial039.stdout:mgr advanced mon_reweight_min_bytes_per_osd 10 2026-02-24T15:26:50.583 INFO:teuthology.orchestra.run.trial039.stdout:mgr advanced mon_reweight_min_pgs_per_osd 4 2026-02-24T15:26:50.583 INFO:teuthology.orchestra.run.trial039.stdout:osd dev bdev_debug_aio true 2026-02-24T15:26:50.583 INFO:teuthology.orchestra.run.trial039.stdout:osd advanced debug_ms 1/1 2026-02-24T15:26:50.583 INFO:teuthology.orchestra.run.trial039.stdout:osd advanced debug_osd 20/20 2026-02-24T15:26:50.583 INFO:teuthology.orchestra.run.trial039.stdout:osd dev osd_debug_misdirected_ops true 2026-02-24T15:26:50.583 INFO:teuthology.orchestra.run.trial039.stdout:osd dev osd_debug_op_order true 2026-02-24T15:26:50.583 INFO:teuthology.orchestra.run.trial039.stdout:osd dev osd_debug_pg_log_writeout true 2026-02-24T15:26:50.583 INFO:teuthology.orchestra.run.trial039.stdout:osd dev osd_debug_shutdown true 2026-02-24T15:26:50.583 INFO:teuthology.orchestra.run.trial039.stdout:osd dev osd_debug_verify_cached_snaps true 2026-02-24T15:26:50.583 INFO:teuthology.orchestra.run.trial039.stdout:osd dev osd_debug_verify_missing_on_start true 2026-02-24T15:26:50.583 INFO:teuthology.orchestra.run.trial039.stdout:osd dev osd_debug_verify_stray_on_activate true 2026-02-24T15:26:50.583 INFO:teuthology.orchestra.run.trial039.stdout:osd advanced osd_deep_scrub_update_digest_min_age 30 2026-02-24T15:26:50.583 INFO:teuthology.orchestra.run.trial039.stdout:osd advanced osd_mclock_profile high_recovery_ops 2026-02-24T15:26:50.584 INFO:teuthology.orchestra.run.trial039.stdout:osd dev osd_mclock_skip_benchmark true 2026-02-24T15:26:50.584 INFO:teuthology.orchestra.run.trial039.stdout:osd advanced osd_memory_target_autotune true 2026-02-24T15:26:50.584 INFO:teuthology.orchestra.run.trial039.stdout:osd advanced osd_op_queue debug_random * 2026-02-24T15:26:50.584 INFO:teuthology.orchestra.run.trial039.stdout:osd advanced osd_op_queue_cut_off debug_random * 2026-02-24T15:26:50.584 INFO:teuthology.orchestra.run.trial039.stdout:osd advanced osd_recover_clone_overlap true 2026-02-24T15:26:50.584 INFO:teuthology.orchestra.run.trial039.stdout:osd advanced osd_recovery_max_chunk 1048576 2026-02-24T15:26:50.584 INFO:teuthology.orchestra.run.trial039.stdout:osd advanced osd_scrub_load_threshold 5.000000 2026-02-24T15:26:50.584 INFO:teuthology.orchestra.run.trial039.stdout:osd advanced osd_scrub_max_interval 600.000000 2026-02-24T15:26:50.584 INFO:teuthology.orchestra.run.trial039.stdout:osd advanced osd_shutdown_pgref_assert true 2026-02-24T15:26:50.584 INFO:teuthology.orchestra.run.trial039.stdout:client.rgw advanced rgw_cache_enabled true 2026-02-24T15:26:50.584 INFO:teuthology.orchestra.run.trial039.stdout:client.rgw advanced rgw_enable_ops_log true 2026-02-24T15:26:50.584 INFO:teuthology.orchestra.run.trial039.stdout:client.rgw advanced rgw_enable_usage_log true 2026-02-24T15:26:50.720 INFO:tasks.cephadm:Deploying OSDs... 2026-02-24T15:26:50.721 DEBUG:teuthology.orchestra.run.trial039:> set -ex 2026-02-24T15:26:50.721 DEBUG:teuthology.orchestra.run.trial039:> dd if=/scratch_devs of=/dev/stdout 2026-02-24T15:26:50.739 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-24T15:26:50.739 DEBUG:teuthology.orchestra.run.trial039:> stat /dev/vg_nvme/lv_1 2026-02-24T15:26:50.796 INFO:teuthology.orchestra.run.trial039.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2026-02-24T15:26:50.796 INFO:teuthology.orchestra.run.trial039.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2026-02-24T15:26:50.796 INFO:teuthology.orchestra.run.trial039.stdout:Device: 6h/6d Inode: 1306 Links: 1 2026-02-24T15:26:50.797 INFO:teuthology.orchestra.run.trial039.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2026-02-24T15:26:50.797 INFO:teuthology.orchestra.run.trial039.stdout:Context: system_u:object_r:device_t:s0 2026-02-24T15:26:50.797 INFO:teuthology.orchestra.run.trial039.stdout:Access: 2026-02-24 15:26:47.349108820 +0000 2026-02-24T15:26:50.797 INFO:teuthology.orchestra.run.trial039.stdout:Modify: 2026-02-24 15:25:46.353277439 +0000 2026-02-24T15:26:50.797 INFO:teuthology.orchestra.run.trial039.stdout:Change: 2026-02-24 15:25:46.353277439 +0000 2026-02-24T15:26:50.797 INFO:teuthology.orchestra.run.trial039.stdout: Birth: 2026-02-24 15:25:46.353277439 +0000 2026-02-24T15:26:50.797 DEBUG:teuthology.orchestra.run.trial039:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2026-02-24T15:26:50.860 INFO:teuthology.orchestra.run.trial039.stderr:1+0 records in 2026-02-24T15:26:50.860 INFO:teuthology.orchestra.run.trial039.stderr:1+0 records out 2026-02-24T15:26:50.861 INFO:teuthology.orchestra.run.trial039.stderr:512 bytes copied, 0.000169501 s, 3.0 MB/s 2026-02-24T15:26:50.862 DEBUG:teuthology.orchestra.run.trial039:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2026-02-24T15:26:50.920 DEBUG:teuthology.orchestra.run.trial039:> stat /dev/vg_nvme/lv_2 2026-02-24T15:26:50.976 INFO:teuthology.orchestra.run.trial039.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2026-02-24T15:26:50.977 INFO:teuthology.orchestra.run.trial039.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2026-02-24T15:26:50.977 INFO:teuthology.orchestra.run.trial039.stdout:Device: 6h/6d Inode: 1310 Links: 1 2026-02-24T15:26:50.977 INFO:teuthology.orchestra.run.trial039.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2026-02-24T15:26:50.977 INFO:teuthology.orchestra.run.trial039.stdout:Context: system_u:object_r:device_t:s0 2026-02-24T15:26:50.977 INFO:teuthology.orchestra.run.trial039.stdout:Access: 2026-02-24 15:26:47.377107728 +0000 2026-02-24T15:26:50.977 INFO:teuthology.orchestra.run.trial039.stdout:Modify: 2026-02-24 15:25:46.353277439 +0000 2026-02-24T15:26:50.977 INFO:teuthology.orchestra.run.trial039.stdout:Change: 2026-02-24 15:25:46.353277439 +0000 2026-02-24T15:26:50.977 INFO:teuthology.orchestra.run.trial039.stdout: Birth: 2026-02-24 15:25:46.353277439 +0000 2026-02-24T15:26:50.978 DEBUG:teuthology.orchestra.run.trial039:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2026-02-24T15:26:51.040 INFO:teuthology.orchestra.run.trial039.stderr:1+0 records in 2026-02-24T15:26:51.040 INFO:teuthology.orchestra.run.trial039.stderr:1+0 records out 2026-02-24T15:26:51.040 INFO:teuthology.orchestra.run.trial039.stderr:512 bytes copied, 0.000191611 s, 2.7 MB/s 2026-02-24T15:26:51.041 DEBUG:teuthology.orchestra.run.trial039:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2026-02-24T15:26:51.099 DEBUG:teuthology.orchestra.run.trial039:> stat /dev/vg_nvme/lv_3 2026-02-24T15:26:51.155 INFO:teuthology.orchestra.run.trial039.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2026-02-24T15:26:51.156 INFO:teuthology.orchestra.run.trial039.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2026-02-24T15:26:51.156 INFO:teuthology.orchestra.run.trial039.stdout:Device: 6h/6d Inode: 1299 Links: 1 2026-02-24T15:26:51.156 INFO:teuthology.orchestra.run.trial039.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2026-02-24T15:26:51.156 INFO:teuthology.orchestra.run.trial039.stdout:Context: system_u:object_r:device_t:s0 2026-02-24T15:26:51.156 INFO:teuthology.orchestra.run.trial039.stdout:Access: 2026-02-24 15:26:47.405106637 +0000 2026-02-24T15:26:51.156 INFO:teuthology.orchestra.run.trial039.stdout:Modify: 2026-02-24 15:25:46.353277439 +0000 2026-02-24T15:26:51.156 INFO:teuthology.orchestra.run.trial039.stdout:Change: 2026-02-24 15:25:46.353277439 +0000 2026-02-24T15:26:51.156 INFO:teuthology.orchestra.run.trial039.stdout: Birth: 2026-02-24 15:25:46.353277439 +0000 2026-02-24T15:26:51.157 DEBUG:teuthology.orchestra.run.trial039:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2026-02-24T15:26:51.219 INFO:teuthology.orchestra.run.trial039.stderr:1+0 records in 2026-02-24T15:26:51.219 INFO:teuthology.orchestra.run.trial039.stderr:1+0 records out 2026-02-24T15:26:51.219 INFO:teuthology.orchestra.run.trial039.stderr:512 bytes copied, 0.000159653 s, 3.2 MB/s 2026-02-24T15:26:51.221 DEBUG:teuthology.orchestra.run.trial039:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2026-02-24T15:26:51.278 DEBUG:teuthology.orchestra.run.trial039:> stat /dev/vg_nvme/lv_4 2026-02-24T15:26:51.334 INFO:teuthology.orchestra.run.trial039.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2026-02-24T15:26:51.334 INFO:teuthology.orchestra.run.trial039.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2026-02-24T15:26:51.334 INFO:teuthology.orchestra.run.trial039.stdout:Device: 6h/6d Inode: 1290 Links: 1 2026-02-24T15:26:51.335 INFO:teuthology.orchestra.run.trial039.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2026-02-24T15:26:51.335 INFO:teuthology.orchestra.run.trial039.stdout:Context: system_u:object_r:device_t:s0 2026-02-24T15:26:51.335 INFO:teuthology.orchestra.run.trial039.stdout:Access: 2026-02-24 15:26:47.432105585 +0000 2026-02-24T15:26:51.335 INFO:teuthology.orchestra.run.trial039.stdout:Modify: 2026-02-24 15:25:46.352277477 +0000 2026-02-24T15:26:51.335 INFO:teuthology.orchestra.run.trial039.stdout:Change: 2026-02-24 15:25:46.352277477 +0000 2026-02-24T15:26:51.335 INFO:teuthology.orchestra.run.trial039.stdout: Birth: 2026-02-24 15:25:46.352277477 +0000 2026-02-24T15:26:51.336 DEBUG:teuthology.orchestra.run.trial039:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2026-02-24T15:26:51.338 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:26:51 trial039 ceph-mon[35334]: from='client.14188 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "1;trial039=x", "target": ["mon-mgr", ""]}]: dispatch 2026-02-24T15:26:51.338 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:26:51 trial039 ceph-mon[35334]: Saving service mgr spec with placement trial039=x;count:1 2026-02-24T15:26:51.339 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:26:51 trial039 ceph-mon[35334]: from='mgr.14152 10.20.193.39:0/3599865709' entity='mgr.x' 2026-02-24T15:26:51.339 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:26:51 trial039 ceph-mon[35334]: from='mgr.14152 10.20.193.39:0/3599865709' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-24T15:26:51.339 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:26:51 trial039 ceph-mon[35334]: from='mgr.14152 10.20.193.39:0/3599865709' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-24T15:26:51.339 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:26:51 trial039 ceph-mon[35334]: from='mgr.14152 10.20.193.39:0/3599865709' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-24T15:26:51.339 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:26:51 trial039 ceph-mon[35334]: from='mgr.14152 10.20.193.39:0/3599865709' entity='mgr.x' 2026-02-24T15:26:51.339 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:26:51 trial039 ceph-mon[35334]: from='mgr.14152 10.20.193.39:0/3599865709' entity='mgr.x' 2026-02-24T15:26:51.339 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:26:51 trial039 ceph-mon[35334]: Reconfiguring mgr.x (unknown last config time)... 2026-02-24T15:26:51.339 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:26:51 trial039 ceph-mon[35334]: from='mgr.14152 10.20.193.39:0/3599865709' entity='mgr.x' cmd={"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2026-02-24T15:26:51.339 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:26:51 trial039 ceph-mon[35334]: from='mgr.14152 10.20.193.39:0/3599865709' entity='mgr.x' cmd={"prefix": "mgr services"} : dispatch 2026-02-24T15:26:51.339 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:26:51 trial039 ceph-mon[35334]: from='mgr.14152 10.20.193.39:0/3599865709' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-24T15:26:51.339 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:26:51 trial039 ceph-mon[35334]: Reconfiguring daemon mgr.x on trial039 2026-02-24T15:26:51.340 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:26:51 trial039 ceph-mon[35334]: from='mgr.14152 10.20.193.39:0/3599865709' entity='mgr.x' 2026-02-24T15:26:51.340 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:26:51 trial039 ceph-mon[35334]: from='mgr.14152 10.20.193.39:0/3599865709' entity='mgr.x' 2026-02-24T15:26:51.340 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:26:51 trial039 ceph-mon[35334]: from='client.? 10.20.193.39:0/242200580' entity='client.admin' cmd={"prefix": "config dump"} : dispatch 2026-02-24T15:26:51.363 INFO:teuthology.orchestra.run.trial039.stderr:1+0 records in 2026-02-24T15:26:51.363 INFO:teuthology.orchestra.run.trial039.stderr:1+0 records out 2026-02-24T15:26:51.364 INFO:teuthology.orchestra.run.trial039.stderr:512 bytes copied, 0.000137663 s, 3.7 MB/s 2026-02-24T15:26:51.365 DEBUG:teuthology.orchestra.run.trial039:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2026-02-24T15:26:51.422 INFO:tasks.cephadm:Deploying osd.0 on trial039 with /dev/vg_nvme/lv_4... 2026-02-24T15:26:51.422 DEBUG:teuthology.orchestra.run.trial039:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:e602a214d0666d5fd7dab98304b32ef8fc2865a3 ceph-volume -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1fdb37b6-1195-11f1-a7cb-d404e6e7d460 -- lvm zap /dev/vg_nvme/lv_4 2026-02-24T15:26:51.574 INFO:teuthology.orchestra.run.trial039.stderr:Inferring config /var/lib/ceph/1fdb37b6-1195-11f1-a7cb-d404e6e7d460/mon.a/config 2026-02-24T15:26:52.249 INFO:teuthology.orchestra.run.trial039.stdout: 2026-02-24T15:26:52.265 DEBUG:teuthology.orchestra.run.trial039:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:e602a214d0666d5fd7dab98304b32ef8fc2865a3 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1fdb37b6-1195-11f1-a7cb-d404e6e7d460 -- ceph orch daemon add osd trial039:vg_nvme/lv_4 --skip-validation 2026-02-24T15:26:52.384 INFO:teuthology.orchestra.run.trial039.stderr:Inferring config /var/lib/ceph/1fdb37b6-1195-11f1-a7cb-d404e6e7d460/mon.a/config 2026-02-24T15:26:53.838 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:26:53 trial039 ceph-mon[35334]: from='client.14192 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "trial039:vg_nvme/lv_4", "skip_validation": true, "target": ["mon-mgr", ""]}]: dispatch 2026-02-24T15:26:53.839 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:26:53 trial039 ceph-mon[35334]: osd.default does not exist. Creating it now. 2026-02-24T15:26:53.839 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:26:53 trial039 ceph-mon[35334]: Creating OSDs with service ID: default on trial039:['vg_nvme/lv_4'] 2026-02-24T15:26:53.839 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:26:53 trial039 ceph-mon[35334]: from='mgr.14152 10.20.193.39:0/3599865709' entity='mgr.x' 2026-02-24T15:26:53.839 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:26:53 trial039 ceph-mon[35334]: Marking host: trial039 for OSDSpec preview refresh. 2026-02-24T15:26:53.839 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:26:53 trial039 ceph-mon[35334]: Saving service osd.default spec with placement trial039 2026-02-24T15:26:53.839 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:26:53 trial039 ceph-mon[35334]: from='mgr.14152 10.20.193.39:0/3599865709' entity='mgr.x' 2026-02-24T15:26:53.839 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:26:53 trial039 ceph-mon[35334]: from='mgr.14152 10.20.193.39:0/3599865709' entity='mgr.x' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-24T15:26:53.839 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:26:53 trial039 ceph-mon[35334]: from='mgr.14152 10.20.193.39:0/3599865709' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-24T15:26:53.840 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:26:53 trial039 ceph-mon[35334]: from='mgr.14152 10.20.193.39:0/3599865709' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-24T15:26:53.840 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:26:53 trial039 ceph-mon[35334]: from='mgr.14152 10.20.193.39:0/3599865709' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-24T15:26:53.840 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:26:53 trial039 ceph-mon[35334]: from='mgr.14152 10.20.193.39:0/3599865709' entity='mgr.x' 2026-02-24T15:26:53.840 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:26:53 trial039 ceph-mon[35334]: from='mgr.14152 10.20.193.39:0/3599865709' entity='mgr.x' 2026-02-24T15:26:53.840 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:26:53 trial039 ceph-mon[35334]: from='mgr.14152 10.20.193.39:0/3599865709' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-24T15:26:53.840 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:26:53 trial039 ceph-mon[35334]: from='mgr.14152 10.20.193.39:0/3599865709' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-24T15:26:53.840 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:26:53 trial039 ceph-mon[35334]: from='mgr.14152 10.20.193.39:0/3599865709' entity='mgr.x' 2026-02-24T15:26:53.840 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:26:53 trial039 ceph-mon[35334]: from='mgr.14152 10.20.193.39:0/3599865709' entity='mgr.x' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-24T15:26:53.840 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:26:53 trial039 ceph-mon[35334]: from='mgr.14152 10.20.193.39:0/3599865709' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-24T15:26:53.840 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:26:53 trial039 ceph-mon[35334]: from='mgr.14152 10.20.193.39:0/3599865709' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-24T15:26:53.840 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:26:53 trial039 ceph-mon[35334]: from='client.? 10.20.193.39:0/2795126855' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "4b75d00b-6ff8-40da-abac-e72702120890"} : dispatch 2026-02-24T15:26:53.841 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:26:53 trial039 ceph-mon[35334]: from='client.? 10.20.193.39:0/2795126855' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "4b75d00b-6ff8-40da-abac-e72702120890"}]': finished 2026-02-24T15:26:53.841 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:26:53 trial039 ceph-mon[35334]: osdmap e5: 1 total, 0 up, 1 in 2026-02-24T15:26:53.841 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:26:53 trial039 ceph-mon[35334]: from='mgr.14152 10.20.193.39:0/3599865709' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-02-24T15:26:54.940 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:26:54 trial039 ceph-mon[35334]: from='client.? 10.20.193.39:0/1162136279' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2026-02-24T15:26:56.088 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:26:55 trial039 ceph-mon[35334]: from='mgr.14152 10.20.193.39:0/3599865709' entity='mgr.x' cmd={"prefix": "auth get", "entity": "osd.0"} : dispatch 2026-02-24T15:26:56.089 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:26:55 trial039 ceph-mon[35334]: from='mgr.14152 10.20.193.39:0/3599865709' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-24T15:26:57.019 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:26:56 trial039 ceph-mon[35334]: Deploying daemon osd.0 on trial039 2026-02-24T15:26:57.019 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:26:56 trial039 ceph-mon[35334]: from='mgr.14152 10.20.193.39:0/3599865709' entity='mgr.x' cmd={"prefix": "auth get", "entity": "osd.0"} : dispatch 2026-02-24T15:26:57.019 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:26:56 trial039 ceph-mon[35334]: from='mgr.14152 10.20.193.39:0/3599865709' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-24T15:26:57.019 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:26:56 trial039 ceph-mon[35334]: Deploying daemon osd.0 on trial039 2026-02-24T15:26:58.976 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:26:58 trial039 ceph-mon[35334]: from='mgr.14152 10.20.193.39:0/3599865709' entity='mgr.x' 2026-02-24T15:26:58.977 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:26:58 trial039 ceph-mon[35334]: from='mgr.14152 10.20.193.39:0/3599865709' entity='mgr.x' 2026-02-24T15:26:58.977 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:26:58 trial039 ceph-mon[35334]: from='osd.0 [v2:10.20.193.39:6802/3120700444,v1:10.20.193.39:6803/3120700444]' entity='osd.0' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]} : dispatch 2026-02-24T15:27:00.268 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:26:59 trial039 ceph-mon[35334]: from='osd.0 [v2:10.20.193.39:6802/3120700444,v1:10.20.193.39:6803/3120700444]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2026-02-24T15:27:00.269 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:26:59 trial039 ceph-mon[35334]: osdmap e6: 1 total, 0 up, 1 in 2026-02-24T15:27:00.269 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:26:59 trial039 ceph-mon[35334]: from='mgr.14152 10.20.193.39:0/3599865709' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-02-24T15:27:01.588 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:27:01 trial039 ceph-mon[35334]: from='mgr.14152 10.20.193.39:0/3599865709' entity='mgr.x' 2026-02-24T15:27:01.588 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:27:01 trial039 ceph-mon[35334]: from='mgr.14152 10.20.193.39:0/3599865709' entity='mgr.x' 2026-02-24T15:27:01.588 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:27:01 trial039 ceph-mon[35334]: from='osd.0 [v2:10.20.193.39:6802/3052550940,v1:10.20.193.39:6803/3052550940]' entity='osd.0' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]} : dispatch 2026-02-24T15:27:01.588 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:27:01 trial039 ceph-mon[35334]: from='mgr.14152 10.20.193.39:0/3599865709' entity='mgr.x' 2026-02-24T15:27:01.589 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:27:01 trial039 ceph-mon[35334]: from='mgr.14152 10.20.193.39:0/3599865709' entity='mgr.x' 2026-02-24T15:27:01.589 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:27:01 trial039 ceph-mon[35334]: from='mgr.14152 10.20.193.39:0/3599865709' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-24T15:27:01.863 INFO:teuthology.orchestra.run.trial039.stdout:Created osd(s) 0 on host 'trial039' 2026-02-24T15:27:02.004 DEBUG:teuthology.orchestra.run.trial039:osd.0> sudo journalctl -f -n 0 -u ceph-1fdb37b6-1195-11f1-a7cb-d404e6e7d460@osd.0.service 2026-02-24T15:27:02.006 INFO:tasks.cephadm:Deploying osd.1 on trial039 with /dev/vg_nvme/lv_3... 2026-02-24T15:27:02.006 DEBUG:teuthology.orchestra.run.trial039:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:e602a214d0666d5fd7dab98304b32ef8fc2865a3 ceph-volume -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1fdb37b6-1195-11f1-a7cb-d404e6e7d460 -- lvm zap /dev/vg_nvme/lv_3 2026-02-24T15:27:02.163 INFO:teuthology.orchestra.run.trial039.stderr:Inferring config /var/lib/ceph/1fdb37b6-1195-11f1-a7cb-d404e6e7d460/mon.a/config 2026-02-24T15:27:02.588 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:27:02 trial039 ceph-mon[35334]: pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-24T15:27:02.589 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:27:02 trial039 ceph-mon[35334]: from='osd.0 [v2:10.20.193.39:6802/3052550940,v1:10.20.193.39:6803/3052550940]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2026-02-24T15:27:02.589 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:27:02 trial039 ceph-mon[35334]: osdmap e7: 1 total, 0 up, 1 in 2026-02-24T15:27:02.589 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:27:02 trial039 ceph-mon[35334]: from='osd.0 [v2:10.20.193.39:6802/3052550940,v1:10.20.193.39:6803/3052550940]' entity='osd.0' cmd={"prefix": "osd crush create-or-move", "id": 0, "weight":0.6836, "args": ["host=trial039", "root=default"]} : dispatch 2026-02-24T15:27:02.589 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:27:02 trial039 ceph-mon[35334]: from='mgr.14152 10.20.193.39:0/3599865709' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-02-24T15:27:02.589 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:27:02 trial039 ceph-mon[35334]: from='mgr.14152 10.20.193.39:0/3599865709' entity='mgr.x' 2026-02-24T15:27:02.589 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:27:02 trial039 ceph-mon[35334]: from='mgr.14152 10.20.193.39:0/3599865709' entity='mgr.x' 2026-02-24T15:27:02.589 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:27:02 trial039 ceph-mon[35334]: from='mgr.14152 10.20.193.39:0/3599865709' entity='mgr.x' 2026-02-24T15:27:02.589 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:27:02 trial039 ceph-mon[35334]: from='mgr.14152 10.20.193.39:0/3599865709' entity='mgr.x' 2026-02-24T15:27:02.590 INFO:journalctl@ceph.osd.0.trial039.stdout:Feb 24 15:27:02 trial039 ceph-1fdb37b6-1195-11f1-a7cb-d404e6e7d460-osd-0[53255]: 2026-02-24T15:27:02.430+0000 7f12918b3640 -1 osd.0 0 waiting for initial osdmap 2026-02-24T15:27:02.590 INFO:journalctl@ceph.osd.0.trial039.stdout:Feb 24 15:27:02 trial039 ceph-1fdb37b6-1195-11f1-a7cb-d404e6e7d460-osd-0[53255]: 2026-02-24T15:27:02.432+0000 7f1289772640 -1 osd.0 8 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2026-02-24T15:27:03.435 INFO:teuthology.orchestra.run.trial039.stdout: 2026-02-24T15:27:03.451 DEBUG:teuthology.orchestra.run.trial039:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:e602a214d0666d5fd7dab98304b32ef8fc2865a3 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1fdb37b6-1195-11f1-a7cb-d404e6e7d460 -- ceph orch daemon add osd trial039:vg_nvme/lv_3 --skip-validation 2026-02-24T15:27:03.524 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:27:03 trial039 ceph-mon[35334]: from='osd.0 [v2:10.20.193.39:6802/3052550940,v1:10.20.193.39:6803/3052550940]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.6836, "args": ["host=trial039", "root=default"]}]': finished 2026-02-24T15:27:03.525 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:27:03 trial039 ceph-mon[35334]: osdmap e8: 1 total, 0 up, 1 in 2026-02-24T15:27:03.525 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:27:03 trial039 ceph-mon[35334]: from='mgr.14152 10.20.193.39:0/3599865709' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-02-24T15:27:03.525 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:27:03 trial039 ceph-mon[35334]: from='mgr.14152 10.20.193.39:0/3599865709' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-02-24T15:27:03.525 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:27:03 trial039 ceph-mon[35334]: from='mgr.14152 10.20.193.39:0/3599865709' entity='mgr.x' 2026-02-24T15:27:03.525 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:27:03 trial039 ceph-mon[35334]: from='mgr.14152 10.20.193.39:0/3599865709' entity='mgr.x' 2026-02-24T15:27:03.525 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:27:03 trial039 ceph-mon[35334]: from='mgr.14152 10.20.193.39:0/3599865709' entity='mgr.x' cmd={"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"} : dispatch 2026-02-24T15:27:03.525 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:27:03 trial039 ceph-mon[35334]: from='mgr.14152 10.20.193.39:0/3599865709' entity='mgr.x' 2026-02-24T15:27:03.525 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:27:03 trial039 ceph-mon[35334]: from='mgr.14152 10.20.193.39:0/3599865709' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-24T15:27:03.525 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:27:03 trial039 ceph-mon[35334]: from='mgr.14152 10.20.193.39:0/3599865709' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-24T15:27:03.525 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:27:03 trial039 ceph-mon[35334]: from='mgr.14152 10.20.193.39:0/3599865709' entity='mgr.x' 2026-02-24T15:27:03.525 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:27:03 trial039 ceph-mon[35334]: from='mgr.14152 10.20.193.39:0/3599865709' entity='mgr.x' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-24T15:27:03.526 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:27:03 trial039 ceph-mon[35334]: from='mgr.14152 10.20.193.39:0/3599865709' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-24T15:27:03.526 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:27:03 trial039 ceph-mon[35334]: from='mgr.14152 10.20.193.39:0/3599865709' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-24T15:27:03.571 INFO:teuthology.orchestra.run.trial039.stderr:Inferring config /var/lib/ceph/1fdb37b6-1195-11f1-a7cb-d404e6e7d460/mon.a/config 2026-02-24T15:27:04.717 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:27:04 trial039 ceph-mon[35334]: purged_snaps scrub starts 2026-02-24T15:27:04.717 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:27:04 trial039 ceph-mon[35334]: purged_snaps scrub ok 2026-02-24T15:27:04.717 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:27:04 trial039 ceph-mon[35334]: Detected new or changed devices on trial039 2026-02-24T15:27:04.718 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:27:04 trial039 ceph-mon[35334]: Adjusting osd_memory_target on trial039 to 84047M 2026-02-24T15:27:04.718 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:27:04 trial039 ceph-mon[35334]: pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-24T15:27:04.718 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:27:04 trial039 ceph-mon[35334]: osd.0 [v2:10.20.193.39:6802/3052550940,v1:10.20.193.39:6803/3052550940] boot 2026-02-24T15:27:04.718 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:27:04 trial039 ceph-mon[35334]: osdmap e9: 1 total, 1 up, 1 in 2026-02-24T15:27:04.718 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:27:04 trial039 ceph-mon[35334]: from='mgr.14152 10.20.193.39:0/3599865709' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-02-24T15:27:04.718 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:27:04 trial039 ceph-mon[35334]: from='mgr.14152 10.20.193.39:0/3599865709' entity='mgr.x' 2026-02-24T15:27:04.718 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:27:04 trial039 ceph-mon[35334]: from='mgr.14152 10.20.193.39:0/3599865709' entity='mgr.x' 2026-02-24T15:27:04.718 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:27:04 trial039 ceph-mon[35334]: from='mgr.14152 10.20.193.39:0/3599865709' entity='mgr.x' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-24T15:27:04.718 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:27:04 trial039 ceph-mon[35334]: from='mgr.14152 10.20.193.39:0/3599865709' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-24T15:27:04.718 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:27:04 trial039 ceph-mon[35334]: from='mgr.14152 10.20.193.39:0/3599865709' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-24T15:27:05.839 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:27:05 trial039 ceph-mon[35334]: from='client.14203 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "trial039:vg_nvme/lv_3", "skip_validation": true, "target": ["mon-mgr", ""]}]: dispatch 2026-02-24T15:27:05.839 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:27:05 trial039 ceph-mon[35334]: osd.default does not exist. Creating it now. 2026-02-24T15:27:05.839 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:27:05 trial039 ceph-mon[35334]: Creating OSDs with service ID: default on trial039:['vg_nvme/lv_3'] 2026-02-24T15:27:05.839 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:27:05 trial039 ceph-mon[35334]: Marking host: trial039 for OSDSpec preview refresh. 2026-02-24T15:27:05.839 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:27:05 trial039 ceph-mon[35334]: Saving service osd.default spec with placement trial039 2026-02-24T15:27:05.839 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:27:05 trial039 ceph-mon[35334]: from='client.? 10.20.193.39:0/1249102772' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "5e419b30-5eba-45de-8294-5d91fc248b11"} : dispatch 2026-02-24T15:27:05.839 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:27:05 trial039 ceph-mon[35334]: from='client.? 10.20.193.39:0/1249102772' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "5e419b30-5eba-45de-8294-5d91fc248b11"}]': finished 2026-02-24T15:27:05.840 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:27:05 trial039 ceph-mon[35334]: osdmap e10: 2 total, 1 up, 2 in 2026-02-24T15:27:05.840 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:27:05 trial039 ceph-mon[35334]: from='mgr.14152 10.20.193.39:0/3599865709' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-02-24T15:27:05.840 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:27:05 trial039 ceph-mon[35334]: from='client.? 10.20.193.39:0/37074030' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2026-02-24T15:27:06.492 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:27:06 trial039 ceph-mon[35334]: pgmap v12: 0 pgs: ; 0 B data, 27 MiB used, 700 GiB / 700 GiB avail 2026-02-24T15:27:07.629 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:27:07 trial039 ceph-mon[35334]: from='mgr.14152 10.20.193.39:0/3599865709' entity='mgr.x' cmd={"prefix": "auth get", "entity": "osd.1"} : dispatch 2026-02-24T15:27:07.629 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:27:07 trial039 ceph-mon[35334]: from='mgr.14152 10.20.193.39:0/3599865709' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-24T15:27:07.629 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:27:07 trial039 ceph-mon[35334]: Deploying daemon osd.1 on trial039 2026-02-24T15:27:07.629 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:27:07 trial039 ceph-mon[35334]: from='mgr.14152 10.20.193.39:0/3599865709' entity='mgr.x' cmd={"prefix": "auth get", "entity": "osd.1"} : dispatch 2026-02-24T15:27:07.629 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:27:07 trial039 ceph-mon[35334]: from='mgr.14152 10.20.193.39:0/3599865709' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-24T15:27:08.698 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:27:08 trial039 ceph-mon[35334]: Deploying daemon osd.1 on trial039 2026-02-24T15:27:08.698 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:27:08 trial039 ceph-mon[35334]: pgmap v13: 0 pgs: ; 0 B data, 27 MiB used, 700 GiB / 700 GiB avail 2026-02-24T15:27:09.883 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:27:09 trial039 ceph-mon[35334]: from='mgr.14152 10.20.193.39:0/3599865709' entity='mgr.x' 2026-02-24T15:27:09.884 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:27:09 trial039 ceph-mon[35334]: from='mgr.14152 10.20.193.39:0/3599865709' entity='mgr.x' 2026-02-24T15:27:09.884 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:27:09 trial039 ceph-mon[35334]: pgmap v14: 0 pgs: ; 0 B data, 27 MiB used, 700 GiB / 700 GiB avail 2026-02-24T15:27:09.884 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:27:09 trial039 ceph-mon[35334]: from='osd.1 [v2:10.20.193.39:6810/419141433,v1:10.20.193.39:6811/419141433]' entity='osd.1' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]} : dispatch 2026-02-24T15:27:11.065 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:27:10 trial039 ceph-mon[35334]: from='osd.1 [v2:10.20.193.39:6810/419141433,v1:10.20.193.39:6811/419141433]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2026-02-24T15:27:11.065 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:27:10 trial039 ceph-mon[35334]: osdmap e11: 2 total, 1 up, 2 in 2026-02-24T15:27:11.065 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:27:10 trial039 ceph-mon[35334]: from='mgr.14152 10.20.193.39:0/3599865709' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-02-24T15:27:12.269 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:27:12 trial039 ceph-mon[35334]: from='mgr.14152 10.20.193.39:0/3599865709' entity='mgr.x' 2026-02-24T15:27:12.269 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:27:12 trial039 ceph-mon[35334]: from='mgr.14152 10.20.193.39:0/3599865709' entity='mgr.x' 2026-02-24T15:27:12.269 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:27:12 trial039 ceph-mon[35334]: pgmap v16: 0 pgs: ; 0 B data, 27 MiB used, 700 GiB / 700 GiB avail 2026-02-24T15:27:12.269 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:27:12 trial039 ceph-mon[35334]: from='mgr.14152 10.20.193.39:0/3599865709' entity='mgr.x' 2026-02-24T15:27:12.269 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:27:12 trial039 ceph-mon[35334]: from='mgr.14152 10.20.193.39:0/3599865709' entity='mgr.x' 2026-02-24T15:27:12.270 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:27:12 trial039 ceph-mon[35334]: from='osd.1 [v2:10.20.193.39:6810/183686890,v1:10.20.193.39:6811/183686890]' entity='osd.1' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]} : dispatch 2026-02-24T15:27:12.270 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:27:12 trial039 ceph-mon[35334]: from='mgr.14152 10.20.193.39:0/3599865709' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-24T15:27:12.421 INFO:teuthology.orchestra.run.trial039.stdout:Created osd(s) 1 on host 'trial039' 2026-02-24T15:27:12.571 DEBUG:teuthology.orchestra.run.trial039:osd.1> sudo journalctl -f -n 0 -u ceph-1fdb37b6-1195-11f1-a7cb-d404e6e7d460@osd.1.service 2026-02-24T15:27:12.573 INFO:tasks.cephadm:Waiting for 2 OSDs to come up... 2026-02-24T15:27:12.574 DEBUG:teuthology.orchestra.run.trial039:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:e602a214d0666d5fd7dab98304b32ef8fc2865a3 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1fdb37b6-1195-11f1-a7cb-d404e6e7d460 -- ceph osd stat -f json 2026-02-24T15:27:12.728 INFO:teuthology.orchestra.run.trial039.stderr:Inferring config /var/lib/ceph/1fdb37b6-1195-11f1-a7cb-d404e6e7d460/mon.a/config 2026-02-24T15:27:12.971 INFO:teuthology.orchestra.run.trial039.stdout: 2026-02-24T15:27:13.113 INFO:teuthology.orchestra.run.trial039.stdout:{"epoch":12,"num_osds":2,"num_up_osds":1,"osd_up_since":1771946823,"num_in_osds":2,"osd_in_since":1771946824,"num_remapped_pgs":0} 2026-02-24T15:27:13.390 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:27:13 trial039 ceph-mon[35334]: from='mgr.14152 10.20.193.39:0/3599865709' entity='mgr.x' 2026-02-24T15:27:13.391 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:27:13 trial039 ceph-mon[35334]: from='mgr.14152 10.20.193.39:0/3599865709' entity='mgr.x' 2026-02-24T15:27:13.391 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:27:13 trial039 ceph-mon[35334]: from='mgr.14152 10.20.193.39:0/3599865709' entity='mgr.x' 2026-02-24T15:27:13.391 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:27:13 trial039 ceph-mon[35334]: from='mgr.14152 10.20.193.39:0/3599865709' entity='mgr.x' 2026-02-24T15:27:13.391 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:27:13 trial039 ceph-mon[35334]: from='osd.1 [v2:10.20.193.39:6810/183686890,v1:10.20.193.39:6811/183686890]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2026-02-24T15:27:13.391 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:27:13 trial039 ceph-mon[35334]: osdmap e12: 2 total, 1 up, 2 in 2026-02-24T15:27:13.391 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:27:13 trial039 ceph-mon[35334]: from='mgr.14152 10.20.193.39:0/3599865709' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-02-24T15:27:13.391 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:27:13 trial039 ceph-mon[35334]: from='osd.1 [v2:10.20.193.39:6810/183686890,v1:10.20.193.39:6811/183686890]' entity='osd.1' cmd={"prefix": "osd crush create-or-move", "id": 1, "weight":0.6836, "args": ["host=trial039", "root=default"]} : dispatch 2026-02-24T15:27:13.391 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:27:13 trial039 ceph-mon[35334]: from='client.? 10.20.193.39:0/4074225473' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2026-02-24T15:27:13.911 INFO:journalctl@ceph.osd.1.trial039.stdout:Feb 24 15:27:13 trial039 ceph-1fdb37b6-1195-11f1-a7cb-d404e6e7d460-osd-1[62621]: 2026-02-24T15:27:13.786+0000 7f389c38f640 -1 osd.1 0 waiting for initial osdmap 2026-02-24T15:27:13.911 INFO:journalctl@ceph.osd.1.trial039.stdout:Feb 24 15:27:13 trial039 ceph-1fdb37b6-1195-11f1-a7cb-d404e6e7d460-osd-1[62621]: 2026-02-24T15:27:13.788+0000 7f389424e640 -1 osd.1 13 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2026-02-24T15:27:14.115 DEBUG:teuthology.orchestra.run.trial039:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:e602a214d0666d5fd7dab98304b32ef8fc2865a3 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1fdb37b6-1195-11f1-a7cb-d404e6e7d460 -- ceph osd stat -f json 2026-02-24T15:27:14.234 INFO:teuthology.orchestra.run.trial039.stderr:Inferring config /var/lib/ceph/1fdb37b6-1195-11f1-a7cb-d404e6e7d460/mon.a/config 2026-02-24T15:27:14.474 INFO:teuthology.orchestra.run.trial039.stdout: 2026-02-24T15:27:14.508 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:27:14 trial039 ceph-mon[35334]: pgmap v18: 0 pgs: ; 0 B data, 27 MiB used, 700 GiB / 700 GiB avail 2026-02-24T15:27:14.508 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:27:14 trial039 ceph-mon[35334]: Detected new or changed devices on trial039 2026-02-24T15:27:14.508 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:27:14 trial039 ceph-mon[35334]: from='mgr.14152 10.20.193.39:0/3599865709' entity='mgr.x' 2026-02-24T15:27:14.508 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:27:14 trial039 ceph-mon[35334]: from='mgr.14152 10.20.193.39:0/3599865709' entity='mgr.x' 2026-02-24T15:27:14.509 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:27:14 trial039 ceph-mon[35334]: from='mgr.14152 10.20.193.39:0/3599865709' entity='mgr.x' 2026-02-24T15:27:14.509 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:27:14 trial039 ceph-mon[35334]: from='mgr.14152 10.20.193.39:0/3599865709' entity='mgr.x' 2026-02-24T15:27:14.509 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:27:14 trial039 ceph-mon[35334]: from='mgr.14152 10.20.193.39:0/3599865709' entity='mgr.x' cmd={"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"} : dispatch 2026-02-24T15:27:14.509 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:27:14 trial039 ceph-mon[35334]: from='mgr.14152 10.20.193.39:0/3599865709' entity='mgr.x' cmd={"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"} : dispatch 2026-02-24T15:27:14.509 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:27:14 trial039 ceph-mon[35334]: Adjusting osd_memory_target on trial039 to 42023M 2026-02-24T15:27:14.509 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:27:14 trial039 ceph-mon[35334]: from='mgr.14152 10.20.193.39:0/3599865709' entity='mgr.x' 2026-02-24T15:27:14.509 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:27:14 trial039 ceph-mon[35334]: from='mgr.14152 10.20.193.39:0/3599865709' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-24T15:27:14.509 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:27:14 trial039 ceph-mon[35334]: from='mgr.14152 10.20.193.39:0/3599865709' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-24T15:27:14.509 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:27:14 trial039 ceph-mon[35334]: from='mgr.14152 10.20.193.39:0/3599865709' entity='mgr.x' 2026-02-24T15:27:14.510 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:27:14 trial039 ceph-mon[35334]: from='mgr.14152 10.20.193.39:0/3599865709' entity='mgr.x' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-24T15:27:14.510 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:27:14 trial039 ceph-mon[35334]: from='mgr.14152 10.20.193.39:0/3599865709' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-24T15:27:14.510 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:27:14 trial039 ceph-mon[35334]: from='mgr.14152 10.20.193.39:0/3599865709' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-24T15:27:14.510 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:27:14 trial039 ceph-mon[35334]: from='osd.1 [v2:10.20.193.39:6810/183686890,v1:10.20.193.39:6811/183686890]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.6836, "args": ["host=trial039", "root=default"]}]': finished 2026-02-24T15:27:14.510 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:27:14 trial039 ceph-mon[35334]: osdmap e13: 2 total, 1 up, 2 in 2026-02-24T15:27:14.510 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:27:14 trial039 ceph-mon[35334]: from='mgr.14152 10.20.193.39:0/3599865709' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-02-24T15:27:14.510 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:27:14 trial039 ceph-mon[35334]: from='mgr.14152 10.20.193.39:0/3599865709' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-02-24T15:27:14.616 INFO:teuthology.orchestra.run.trial039.stdout:{"epoch":13,"num_osds":2,"num_up_osds":1,"osd_up_since":1771946823,"num_in_osds":2,"osd_in_since":1771946824,"num_remapped_pgs":0} 2026-02-24T15:27:15.617 DEBUG:teuthology.orchestra.run.trial039:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:e602a214d0666d5fd7dab98304b32ef8fc2865a3 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1fdb37b6-1195-11f1-a7cb-d404e6e7d460 -- ceph osd stat -f json 2026-02-24T15:27:15.716 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:27:15 trial039 ceph-mon[35334]: purged_snaps scrub starts 2026-02-24T15:27:15.716 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:27:15 trial039 ceph-mon[35334]: purged_snaps scrub ok 2026-02-24T15:27:15.716 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:27:15 trial039 ceph-mon[35334]: from='client.? 10.20.193.39:0/3253347337' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2026-02-24T15:27:15.716 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:27:15 trial039 ceph-mon[35334]: osd.1 [v2:10.20.193.39:6810/183686890,v1:10.20.193.39:6811/183686890] boot 2026-02-24T15:27:15.717 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:27:15 trial039 ceph-mon[35334]: osdmap e14: 2 total, 2 up, 2 in 2026-02-24T15:27:15.717 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:27:15 trial039 ceph-mon[35334]: from='mgr.14152 10.20.193.39:0/3599865709' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-02-24T15:27:15.737 INFO:teuthology.orchestra.run.trial039.stderr:Inferring config /var/lib/ceph/1fdb37b6-1195-11f1-a7cb-d404e6e7d460/mon.a/config 2026-02-24T15:27:15.969 INFO:teuthology.orchestra.run.trial039.stdout: 2026-02-24T15:27:16.118 INFO:teuthology.orchestra.run.trial039.stdout:{"epoch":14,"num_osds":2,"num_up_osds":2,"osd_up_since":1771946834,"num_in_osds":2,"osd_in_since":1771946824,"num_remapped_pgs":0} 2026-02-24T15:27:16.119 DEBUG:teuthology.orchestra.run.trial039:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:e602a214d0666d5fd7dab98304b32ef8fc2865a3 shell --fsid 1fdb37b6-1195-11f1-a7cb-d404e6e7d460 -- ceph osd dump --format=json 2026-02-24T15:27:16.239 INFO:teuthology.orchestra.run.trial039.stderr:Inferring config /var/lib/ceph/1fdb37b6-1195-11f1-a7cb-d404e6e7d460/mon.a/config 2026-02-24T15:27:16.495 INFO:teuthology.orchestra.run.trial039.stdout: 2026-02-24T15:27:16.495 INFO:teuthology.orchestra.run.trial039.stdout:{"epoch":15,"fsid":"1fdb37b6-1195-11f1-a7cb-d404e6e7d460","created":"2026-02-24T15:26:19.603004+0000","modified":"2026-02-24T15:27:16.413703+0000","last_up_change":"2026-02-24T15:27:14.784671+0000","last_in_change":"2026-02-24T15:27:04.631693+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":8,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":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-24T15:27:15.507501+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":"15","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":"4b75d00b-6ff8-40da-abac-e72702120890","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":9,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.39:6802","nonce":3052550940},{"type":"v1","addr":"10.20.193.39:6803","nonce":3052550940}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.39:6804","nonce":3052550940},{"type":"v1","addr":"10.20.193.39:6805","nonce":3052550940}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.39:6808","nonce":3052550940},{"type":"v1","addr":"10.20.193.39:6809","nonce":3052550940}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.39:6806","nonce":3052550940},{"type":"v1","addr":"10.20.193.39:6807","nonce":3052550940}]},"public_addr":"10.20.193.39:6803/3052550940","cluster_addr":"10.20.193.39:6805/3052550940","heartbeat_back_addr":"10.20.193.39:6809/3052550940","heartbeat_front_addr":"10.20.193.39:6807/3052550940","state":["exists","up"]},{"osd":1,"uuid":"5e419b30-5eba-45de-8294-5d91fc248b11","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":14,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.39:6810","nonce":183686890},{"type":"v1","addr":"10.20.193.39:6811","nonce":183686890}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.39:6812","nonce":183686890},{"type":"v1","addr":"10.20.193.39:6813","nonce":183686890}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.39:6816","nonce":183686890},{"type":"v1","addr":"10.20.193.39:6817","nonce":183686890}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.39:6814","nonce":183686890},{"type":"v1","addr":"10.20.193.39:6815","nonce":183686890}]},"public_addr":"10.20.193.39:6811/183686890","cluster_addr":"10.20.193.39:6813/183686890","heartbeat_back_addr":"10.20.193.39:6817/183686890","heartbeat_front_addr":"10.20.193.39:6815/183686890","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.39:0/2507768923":"2026-02-25T15:26:41.304651+0000","10.20.193.39:6801/2743936311":"2026-02-25T15:26:41.304651+0000","10.20.193.39:6800/2743936311":"2026-02-25T15:26:41.304651+0000","10.20.193.39:0/2538759583":"2026-02-25T15:26:41.304651+0000","10.20.193.39:0/4242879473":"2026-02-25T15:26:30.215001+0000","10.20.193.39:0/3890916088":"2026-02-25T15:26:30.215001+0000","10.20.193.39:6801/722440601":"2026-02-25T15:26:30.215001+0000","10.20.193.39:0/256971247":"2026-02-25T15:26:41.304651+0000","10.20.193.39:6800/722440601":"2026-02-25T15:26:30.215001+0000","10.20.193.39:0/420926987":"2026-02-25T15:26:30.215001+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-24T15:27:16.559 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:27:16 trial039 ceph-mon[35334]: pgmap v21: 0 pgs: ; 0 B data, 27 MiB used, 700 GiB / 700 GiB avail 2026-02-24T15:27:16.559 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:27:16 trial039 ceph-mon[35334]: from='mgr.14152 10.20.193.39:0/3599865709' 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-24T15:27:16.559 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:27:16 trial039 ceph-mon[35334]: from='mgr.14152 10.20.193.39:0/3599865709' entity='mgr.x' 2026-02-24T15:27:16.560 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:27:16 trial039 ceph-mon[35334]: from='mgr.14152 10.20.193.39:0/3599865709' entity='mgr.x' 2026-02-24T15:27:16.560 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:27:16 trial039 ceph-mon[35334]: from='mgr.14152 10.20.193.39:0/3599865709' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-24T15:27:16.560 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:27:16 trial039 ceph-mon[35334]: from='client.? 10.20.193.39:0/133267416' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2026-02-24T15:27:16.560 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:27:16 trial039 ceph-mon[35334]: from='mgr.14152 10.20.193.39:0/3599865709' entity='mgr.x' 2026-02-24T15:27:16.560 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:27:16 trial039 ceph-mon[35334]: from='mgr.14152 10.20.193.39:0/3599865709' entity='mgr.x' 2026-02-24T15:27:16.638 INFO:tasks.cephadm.ceph_manager.ceph:[{'pool': 1, 'pool_name': '.mgr', 'create_time': '2026-02-24T15:27:15.507501+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': '15', '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}}] 2026-02-24T15:27:16.638 DEBUG:teuthology.orchestra.run.trial039:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:e602a214d0666d5fd7dab98304b32ef8fc2865a3 shell --fsid 1fdb37b6-1195-11f1-a7cb-d404e6e7d460 -- ceph osd pool get .mgr pg_num 2026-02-24T15:27:16.758 INFO:teuthology.orchestra.run.trial039.stderr:Inferring config /var/lib/ceph/1fdb37b6-1195-11f1-a7cb-d404e6e7d460/mon.a/config 2026-02-24T15:27:16.990 INFO:teuthology.orchestra.run.trial039.stdout:pg_num: 1 2026-02-24T15:27:17.132 INFO:tasks.cephadm:Setting up client nodes... 2026-02-24T15:27:17.132 DEBUG:teuthology.orchestra.run.trial039:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:e602a214d0666d5fd7dab98304b32ef8fc2865a3 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1fdb37b6-1195-11f1-a7cb-d404e6e7d460 -- ceph auth get-or-create client.0 mon 'allow *' osd 'allow *' mds 'allow *' mgr 'allow *' 2026-02-24T15:27:17.250 INFO:teuthology.orchestra.run.trial039.stderr:Inferring config /var/lib/ceph/1fdb37b6-1195-11f1-a7cb-d404e6e7d460/mon.a/config 2026-02-24T15:27:17.560 INFO:teuthology.orchestra.run.trial039.stdout:[client.0] 2026-02-24T15:27:17.561 INFO:teuthology.orchestra.run.trial039.stdout: key = AQBVw51pWilGIRAAKwriXtH0k5iRSLfWlLtc4A== 2026-02-24T15:27:17.680 INFO:journalctl@ceph.osd.1.trial039.stdout:Feb 24 15:27:17 trial039 sudo[71833]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/smartctl -x --json=o /dev/nvme2n1 2026-02-24T15:27:17.680 INFO:journalctl@ceph.osd.1.trial039.stdout:Feb 24 15:27:17 trial039 sudo[71833]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2026-02-24T15:27:17.680 INFO:journalctl@ceph.osd.1.trial039.stdout:Feb 24 15:27:17 trial039 sudo[71833]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2026-02-24T15:27:17.681 INFO:journalctl@ceph.osd.1.trial039.stdout:Feb 24 15:27:17 trial039 sudo[71833]: pam_unix(sudo:session): session closed for user root 2026-02-24T15:27:17.681 INFO:journalctl@ceph.osd.1.trial039.stdout:Feb 24 15:27:17 trial039 sudo[71837]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/nvme mtfdkcc1t9tgp-1bk1jabyy smart-log-add --json /dev/nvme2n1 2026-02-24T15:27:17.681 INFO:journalctl@ceph.osd.1.trial039.stdout:Feb 24 15:27:17 trial039 sudo[71837]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2026-02-24T15:27:17.681 INFO:journalctl@ceph.osd.1.trial039.stdout:Feb 24 15:27:17 trial039 sudo[71837]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2026-02-24T15:27:17.681 INFO:journalctl@ceph.osd.1.trial039.stdout:Feb 24 15:27:17 trial039 sudo[71837]: pam_unix(sudo:session): session closed for user root 2026-02-24T15:27:17.681 INFO:journalctl@ceph.osd.0.trial039.stdout:Feb 24 15:27:17 trial039 sudo[71822]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/smartctl -x --json=o /dev/nvme2n1 2026-02-24T15:27:17.681 INFO:journalctl@ceph.osd.0.trial039.stdout:Feb 24 15:27:17 trial039 sudo[71822]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2026-02-24T15:27:17.682 INFO:journalctl@ceph.osd.0.trial039.stdout:Feb 24 15:27:17 trial039 sudo[71822]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2026-02-24T15:27:17.682 INFO:journalctl@ceph.osd.0.trial039.stdout:Feb 24 15:27:17 trial039 sudo[71822]: pam_unix(sudo:session): session closed for user root 2026-02-24T15:27:17.682 INFO:journalctl@ceph.osd.0.trial039.stdout:Feb 24 15:27:17 trial039 sudo[71829]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/nvme mtfdkcc1t9tgp-1bk1jabyy smart-log-add --json /dev/nvme2n1 2026-02-24T15:27:17.682 INFO:journalctl@ceph.osd.0.trial039.stdout:Feb 24 15:27:17 trial039 sudo[71829]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2026-02-24T15:27:17.682 INFO:journalctl@ceph.osd.0.trial039.stdout:Feb 24 15:27:17 trial039 sudo[71829]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2026-02-24T15:27:17.682 INFO:journalctl@ceph.osd.0.trial039.stdout:Feb 24 15:27:17 trial039 sudo[71829]: pam_unix(sudo:session): session closed for user root 2026-02-24T15:27:17.682 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:27:17 trial039 ceph-mon[35334]: from='mgr.14152 10.20.193.39:0/3599865709' 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-24T15:27:17.682 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:27:17 trial039 ceph-mon[35334]: osdmap e15: 2 total, 2 up, 2 in 2026-02-24T15:27:17.682 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:27:17 trial039 ceph-mon[35334]: from='mgr.14152 10.20.193.39:0/3599865709' entity='mgr.x' cmd={"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true} : dispatch 2026-02-24T15:27:17.683 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:27:17 trial039 ceph-mon[35334]: from='client.? 10.20.193.39:0/4142085439' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2026-02-24T15:27:17.683 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:27:17 trial039 ceph-mon[35334]: from='client.? 10.20.193.39:0/422684333' entity='client.admin' cmd={"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"} : dispatch 2026-02-24T15:27:17.683 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:27:17 trial039 sudo[71841]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/smartctl -x --json=o /dev/nvme1n1 2026-02-24T15:27:17.683 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:27:17 trial039 sudo[71841]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2026-02-24T15:27:17.683 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:27:17 trial039 sudo[71841]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2026-02-24T15:27:17.683 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:27:17 trial039 sudo[71841]: pam_unix(sudo:session): session closed for user root 2026-02-24T15:27:17.683 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:27:17 trial039 sudo[71845]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/nvme mtfdkcc1t9tgp-1bk1jabyy smart-log-add --json /dev/nvme1n1 2026-02-24T15:27:17.683 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:27:17 trial039 sudo[71845]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2026-02-24T15:27:17.683 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:27:17 trial039 sudo[71845]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2026-02-24T15:27:17.683 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:27:17 trial039 sudo[71845]: pam_unix(sudo:session): session closed for user root 2026-02-24T15:27:17.703 DEBUG:teuthology.orchestra.run.trial039:> set -ex 2026-02-24T15:27:17.703 DEBUG:teuthology.orchestra.run.trial039:> sudo dd of=/etc/ceph/ceph.client.0.keyring 2026-02-24T15:27:17.703 DEBUG:teuthology.orchestra.run.trial039:> sudo chmod 0644 /etc/ceph/ceph.client.0.keyring 2026-02-24T15:27:17.739 DEBUG:teuthology.orchestra.run.trial039:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:e602a214d0666d5fd7dab98304b32ef8fc2865a3 shell --fsid 1fdb37b6-1195-11f1-a7cb-d404e6e7d460 -- ceph config log 1 --format=json 2026-02-24T15:27:17.892 INFO:teuthology.orchestra.run.trial039.stderr:Inferring config /var/lib/ceph/1fdb37b6-1195-11f1-a7cb-d404e6e7d460/mon.a/config 2026-02-24T15:27:18.121 INFO:teuthology.orchestra.run.trial039.stdout: 2026-02-24T15:27:18.261 INFO:teuthology.orchestra.run.trial039.stdout:[{"version":11,"timestamp":"2026-02-24T15:27:13.418128+0000","name":"","changes":[{"name":"osd/host:trial039/osd_memory_target","previous_value":"88129917337","new_value":"44064958668"}]}] 2026-02-24T15:27:18.262 INFO:tasks.ceph_manager:config epoch is 11 2026-02-24T15:27:18.262 INFO:tasks.ceph:Waiting until ceph daemons up and pgs clean... 2026-02-24T15:27:18.263 INFO:tasks.cephadm.ceph_manager.ceph:waiting for mgr available 2026-02-24T15:27:18.263 DEBUG:teuthology.orchestra.run.trial039:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:e602a214d0666d5fd7dab98304b32ef8fc2865a3 shell --fsid 1fdb37b6-1195-11f1-a7cb-d404e6e7d460 -- ceph mgr dump --format=json 2026-02-24T15:27:18.378 INFO:teuthology.orchestra.run.trial039.stderr:Inferring config /var/lib/ceph/1fdb37b6-1195-11f1-a7cb-d404e6e7d460/mon.a/config 2026-02-24T15:27:18.493 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:27:18 trial039 ceph-mon[35334]: pgmap v23: 1 pgs: 1 unknown; 0 B data, 53 MiB used, 1.4 TiB / 1.4 TiB avail 2026-02-24T15:27:18.493 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:27:18 trial039 ceph-mon[35334]: from='mgr.14152 10.20.193.39:0/3599865709' entity='mgr.x' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2026-02-24T15:27:18.493 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:27:18 trial039 ceph-mon[35334]: osdmap e16: 2 total, 2 up, 2 in 2026-02-24T15:27:18.494 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:27:18 trial039 ceph-mon[35334]: from='mgr.14152 10.20.193.39:0/3599865709' entity='mgr.x' 2026-02-24T15:27:18.494 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:27:18 trial039 ceph-mon[35334]: from='mgr.14152 10.20.193.39:0/3599865709' entity='mgr.x' 2026-02-24T15:27:18.494 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:27:18 trial039 ceph-mon[35334]: from='mgr.14152 10.20.193.39:0/3599865709' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-24T15:27:18.494 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:27:18 trial039 ceph-mon[35334]: from='mgr.14152 10.20.193.39:0/3599865709' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-24T15:27:18.494 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:27:18 trial039 ceph-mon[35334]: from='mgr.14152 10.20.193.39:0/3599865709' entity='mgr.x' 2026-02-24T15:27:18.494 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:27:18 trial039 ceph-mon[35334]: from='mgr.14152 10.20.193.39:0/3599865709' entity='mgr.x' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-24T15:27:18.494 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:27:18 trial039 ceph-mon[35334]: from='mgr.14152 10.20.193.39:0/3599865709' entity='mgr.x' 2026-02-24T15:27:18.494 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:27:18 trial039 ceph-mon[35334]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2026-02-24T15:27:18.494 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:27:18 trial039 ceph-mon[35334]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2026-02-24T15:27:18.494 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:27:18 trial039 ceph-mon[35334]: from='mgr.14152 10.20.193.39:0/3599865709' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-02-24T15:27:18.494 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:27:18 trial039 ceph-mon[35334]: from='mgr.14152 10.20.193.39:0/3599865709' entity='mgr.x' 2026-02-24T15:27:18.494 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:27:18 trial039 ceph-mon[35334]: from='client.? 10.20.193.39:0/3032645335' entity='client.admin' cmd={"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]} : dispatch 2026-02-24T15:27:18.495 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:27:18 trial039 ceph-mon[35334]: from='client.? 10.20.193.39:0/3032645335' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2026-02-24T15:27:18.495 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:27:18 trial039 ceph-mon[35334]: from='client.? 10.20.193.39:0/3722494335' entity='client.admin' cmd={"prefix": "config log", "num": 1, "format": "json"} : dispatch 2026-02-24T15:27:18.648 INFO:teuthology.orchestra.run.trial039.stdout: 2026-02-24T15:27:18.786 INFO:teuthology.orchestra.run.trial039.stdout:{"epoch":13,"flags":0,"active_gid":14152,"active_name":"x","active_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.39:6800","nonce":4277693813},{"type":"v1","addr":"10.20.193.39:6801","nonce":4277693813}]},"active_addr":"10.20.193.39:6801/4277693813","active_change":"2026-02-24T15:26:41.304756+0000","active_mgr_features":4544132024016699391,"available":true,"standbys":[],"modules":["cephadm","dashboard","iostat","nfs"],"available_modules":[{"name":"alerts","can_run":true,"error_string":"","module_options":{"interval":{"name":"interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"How frequently to reexamine health status","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"smtp_destination":{"name":"smtp_destination","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Email address to send alerts to, use commas to separate multiple","long_desc":"","tags":[],"see_also":[]},"smtp_from_name":{"name":"smtp_from_name","type":"str","level":"advanced","flags":1,"default_value":"Ceph","min":"","max":"","enum_allowed":[],"desc":"Email From: name","long_desc":"","tags":[],"see_also":[]},"smtp_host":{"name":"smtp_host","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_password":{"name":"smtp_password","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Password to authenticate with","long_desc":"","tags":[],"see_also":[]},"smtp_port":{"name":"smtp_port","type":"int","level":"advanced","flags":1,"default_value":"465","min":"","max":"","enum_allowed":[],"desc":"SMTP port","long_desc":"","tags":[],"see_also":[]},"smtp_sender":{"name":"smtp_sender","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP envelope sender","long_desc":"","tags":[],"see_also":[]},"smtp_ssl":{"name":"smtp_ssl","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Use SSL to connect to SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_user":{"name":"smtp_user","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"User to authenticate as","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"balancer","can_run":true,"error_string":"","module_options":{"active":{"name":"active","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"automatically balance PGs across cluster","long_desc":"","tags":[],"see_also":[]},"begin_time":{"name":"begin_time","type":"str","level":"advanced","flags":1,"default_value":"0000","min":"","max":"","enum_allowed":[],"desc":"beginning time of day to automatically balance","long_desc":"This is a time of day in the format HHMM.","tags":[],"see_also":[]},"begin_weekday":{"name":"begin_weekday","type":"uint","level":"advanced","flags":1,"default_value":"0","min":"0","max":"6","enum_allowed":[],"desc":"Restrict automatic balancing to this day of the week or later","long_desc":"0 = Sunday, 1 = Monday, etc.","tags":[],"see_also":[]},"crush_compat_max_iterations":{"name":"crush_compat_max_iterations","type":"uint","level":"advanced","flags":1,"default_value":"25","min":"1","max":"250","enum_allowed":[],"desc":"maximum number of iterations to attempt optimization","long_desc":"","tags":[],"see_also":[]},"crush_compat_metrics":{"name":"crush_compat_metrics","type":"str","level":"advanced","flags":1,"default_value":"pgs,objects,bytes","min":"","max":"","enum_allowed":[],"desc":"metrics with which to calculate OSD utilization","long_desc":"Value is a list of one or more of \"pgs\", \"objects\", or \"bytes\", and indicates which metrics to use to balance utilization.","tags":[],"see_also":[]},"crush_compat_step":{"name":"crush_compat_step","type":"float","level":"advanced","flags":1,"default_value":"0.5","min":"0.001","max":"0.999","enum_allowed":[],"desc":"aggressiveness of optimization","long_desc":".99 is very aggressive, .01 is less aggressive","tags":[],"see_also":[]},"end_time":{"name":"end_time","type":"str","level":"advanced","flags":1,"default_value":"2359","min":"","max":"","enum_allowed":[],"desc":"ending time of day to automatically balance","long_desc":"This is a time of day in the format HHMM.","tags":[],"see_also":[]},"end_weekday":{"name":"end_weekday","type":"uint","level":"advanced","flags":1,"default_value":"0","min":"0","max":"6","enum_allowed":[],"desc":"Restrict automatic balancing to days of the week earlier than this","long_desc":"0 = Sunday, 1 = Monday, etc.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_score":{"name":"min_score","type":"float","level":"advanced","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"minimum score, below which no optimization is attempted","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":1,"default_value":"upmap","min":"","max":"","enum_allowed":["crush-compat","none","read","upmap","upmap-read"],"desc":"Balancer mode","long_desc":"","tags":[],"see_also":[]},"pool_ids":{"name":"pool_ids","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"pools which the automatic balancing will be limited to","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and attempt optimization","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"update_pg_upmap_activity":{"name":"update_pg_upmap_activity","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Updates pg_upmap activity stats to be used in `balancer status detail`","long_desc":"","tags":[],"see_also":[]},"upmap_max_deviation":{"name":"upmap_max_deviation","type":"int","level":"advanced","flags":1,"default_value":"5","min":"1","max":"","enum_allowed":[],"desc":"deviation below which no optimization is attempted","long_desc":"If the number of PGs are within this count then no optimization is attempted","tags":[],"see_also":[]},"upmap_max_optimizations":{"name":"upmap_max_optimizations","type":"uint","level":"advanced","flags":1,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"maximum upmap optimizations to make per attempt","long_desc":"","tags":[],"see_also":[]}}},{"name":"cephadm","can_run":true,"error_string":"","module_options":{"agent_down_multiplier":{"name":"agent_down_multiplier","type":"float","level":"advanced","flags":0,"default_value":"3.0","min":"","max":"","enum_allowed":[],"desc":"Multiplied by agent refresh rate to calculate how long agent must not report before being marked down","long_desc":"","tags":[],"see_also":[]},"agent_refresh_rate":{"name":"agent_refresh_rate","type":"secs","level":"advanced","flags":0,"default_value":"20","min":"","max":"","enum_allowed":[],"desc":"How often the agent on each host will gather and send metadata","long_desc":"","tags":[],"see_also":[]},"agent_starting_port":{"name":"agent_starting_port","type":"int","level":"advanced","flags":0,"default_value":"4721","min":"","max":"","enum_allowed":[],"desc":"The first TCP port the agent will try to bind to. Up to 1000 subsequent ports will be attempted if this port cannot be bound","long_desc":"","tags":[],"see_also":[]},"allow_ptrace":{"name":"allow_ptrace","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow SYS_PTRACE capability on ceph containers","long_desc":"The SYS_PTRACE capability is needed to attach to a process with gdb or strace. Enabling this option can facilitate debugging daemons that encounter runtime problems.","tags":[],"see_also":[]},"autotune_interval":{"name":"autotune_interval","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"How frequently to autotune daemon memory","long_desc":"","tags":[],"see_also":[]},"autotune_memory_target_ratio":{"name":"autotune_memory_target_ratio","type":"float","level":"advanced","flags":0,"default_value":"0.7","min":"","max":"","enum_allowed":[],"desc":"Fraction of total system memory to divide among autotuned daemons. Converged systems hosting both Ceph and compute should set a lower value; systems with more than 10 GiB of memory per OSD may benefit from a slightly larger value so that the abundance of RAM can be fully utilized","long_desc":"","tags":[],"see_also":[]},"cephadm_log_destination":{"name":"cephadm_log_destination","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":["file","file,syslog","syslog"],"desc":"Destination for cephadm command persistent logging","long_desc":"","tags":[],"see_also":[]},"certificate_automated_rotation_enabled":{"name":"certificate_automated_rotation_enabled","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"This flag controls whether cephadm automatically rotates certificates upon expiration.","long_desc":"","tags":[],"see_also":[]},"certificate_check_debug_mode":{"name":"certificate_check_debug_mode","type":"bool","level":"dev","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"FOR TESTING ONLY: This flag forces the certificate check instead of waiting for certificate_check_period.","long_desc":"","tags":[],"see_also":[]},"certificate_check_period":{"name":"certificate_check_period","type":"int","level":"advanced","flags":0,"default_value":"1","min":"0","max":"30","enum_allowed":[],"desc":"Specifies how often (in days) the certificate should be checked for validity.","long_desc":"","tags":[],"see_also":[]},"certificate_duration_days":{"name":"certificate_duration_days","type":"int","level":"advanced","flags":0,"default_value":"1095","min":"90","max":"3650","enum_allowed":[],"desc":"Specifies the duration of self-signed certificates generated and signed by the cephadm root CA","long_desc":"","tags":[],"see_also":[]},"certificate_renewal_threshold_days":{"name":"certificate_renewal_threshold_days","type":"int","level":"advanced","flags":0,"default_value":"30","min":"10","max":"90","enum_allowed":[],"desc":"Specifies the lead time in days to initiate certificate renewal before expiration.","long_desc":"","tags":[],"see_also":[]},"cgroups_split":{"name":"cgroups_split","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Pass --cgroups=split when cephadm creates containers (currently Podman only)","long_desc":"","tags":[],"see_also":[]},"config_checks_enabled":{"name":"config_checks_enabled","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable or disable cephadm configuration analysis","long_desc":"","tags":[],"see_also":[]},"config_dashboard":{"name":"config_dashboard","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Manage configs like API endpoints in Dashboard.","long_desc":"","tags":[],"see_also":[]},"container_image_alertmanager":{"name":"container_image_alertmanager","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/alertmanager:v0.28.1","min":"","max":"","enum_allowed":[],"desc":"Alertmanager container image","long_desc":"","tags":[],"see_also":[]},"container_image_alloy":{"name":"container_image_alloy","type":"str","level":"advanced","flags":0,"default_value":"docker.io/grafana/alloy:latest","min":"","max":"","enum_allowed":[],"desc":"Alloy container image","long_desc":"","tags":[],"see_also":[]},"container_image_base":{"name":"container_image_base","type":"str","level":"advanced","flags":1,"default_value":"quay.io/ceph/ceph","min":"","max":"","enum_allowed":[],"desc":"Container image name, without the tag","long_desc":"","tags":[],"see_also":[]},"container_image_elasticsearch":{"name":"container_image_elasticsearch","type":"str","level":"advanced","flags":0,"default_value":"quay.io/omrizeneva/elasticsearch:6.8.23","min":"","max":"","enum_allowed":[],"desc":"Elasticsearch container image","long_desc":"","tags":[],"see_also":[]},"container_image_grafana":{"name":"container_image_grafana","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/grafana:12.3.1","min":"","max":"","enum_allowed":[],"desc":"Grafana container image","long_desc":"","tags":[],"see_also":[]},"container_image_haproxy":{"name":"container_image_haproxy","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/haproxy:2.3","min":"","max":"","enum_allowed":[],"desc":"Haproxy container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_agent":{"name":"container_image_jaeger_agent","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-agent:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger agent container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_collector":{"name":"container_image_jaeger_collector","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-collector:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger collector container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_query":{"name":"container_image_jaeger_query","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-query:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger query container image","long_desc":"","tags":[],"see_also":[]},"container_image_keepalived":{"name":"container_image_keepalived","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/keepalived:2.2.4","min":"","max":"","enum_allowed":[],"desc":"Keepalived container image","long_desc":"","tags":[],"see_also":[]},"container_image_loki":{"name":"container_image_loki","type":"str","level":"advanced","flags":0,"default_value":"docker.io/grafana/loki:3.0.0","min":"","max":"","enum_allowed":[],"desc":"Loki container image","long_desc":"","tags":[],"see_also":[]},"container_image_nginx":{"name":"container_image_nginx","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/nginx:sclorg-nginx-126","min":"","max":"","enum_allowed":[],"desc":"Nginx container image","long_desc":"","tags":[],"see_also":[]},"container_image_node_exporter":{"name":"container_image_node_exporter","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/node-exporter:v1.9.1","min":"","max":"","enum_allowed":[],"desc":"Node exporter container image","long_desc":"","tags":[],"see_also":[]},"container_image_nvmeof":{"name":"container_image_nvmeof","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/nvmeof:1.6","min":"","max":"","enum_allowed":[],"desc":"Nvmeof container image","long_desc":"","tags":[],"see_also":[]},"container_image_oauth2_proxy":{"name":"container_image_oauth2_proxy","type":"str","level":"advanced","flags":0,"default_value":"quay.io/oauth2-proxy/oauth2-proxy:v7.6.0","min":"","max":"","enum_allowed":[],"desc":"Oauth2 proxy container image","long_desc":"","tags":[],"see_also":[]},"container_image_prometheus":{"name":"container_image_prometheus","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/prometheus:v3.6.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_promtail":{"name":"container_image_promtail","type":"str","level":"advanced","flags":0,"default_value":"docker.io/grafana/promtail:3.0.0","min":"","max":"","enum_allowed":[],"desc":"Promtail container image","long_desc":"","tags":[],"see_also":[]},"container_image_samba":{"name":"container_image_samba","type":"str","level":"advanced","flags":0,"default_value":"quay.io/samba.org/samba-server:devbuilds-centos-amd64","min":"","max":"","enum_allowed":[],"desc":"Samba container image","long_desc":"","tags":[],"see_also":[]},"container_image_samba_metrics":{"name":"container_image_samba_metrics","type":"str","level":"advanced","flags":0,"default_value":"quay.io/samba.org/samba-metrics:devbuilds-centos-amd64","min":"","max":"","enum_allowed":[],"desc":"Samba metrics container image","long_desc":"","tags":[],"see_also":[]},"container_image_snmp_gateway":{"name":"container_image_snmp_gateway","type":"str","level":"advanced","flags":0,"default_value":"docker.io/maxwo/snmp-notifier:v1.2.1","min":"","max":"","enum_allowed":[],"desc":"Snmp gateway container image","long_desc":"","tags":[],"see_also":[]},"container_init":{"name":"container_init","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Run podman/docker with `--init`","long_desc":"","tags":[],"see_also":[]},"daemon_cache_timeout":{"name":"daemon_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"Seconds for which to cache service (daemon) inventory","long_desc":"","tags":[],"see_also":[]},"default_cephadm_command_timeout":{"name":"default_cephadm_command_timeout","type":"int","level":"advanced","flags":0,"default_value":"900","min":"","max":"","enum_allowed":[],"desc":"Default timeout applied to cephadm commands run directly on the host (in seconds)","long_desc":"","tags":[],"see_also":[]},"default_registry":{"name":"default_registry","type":"str","level":"advanced","flags":0,"default_value":"quay.io","min":"","max":"","enum_allowed":[],"desc":"Search-registry to which we should normalize unqualified image names. This is not the default registry","long_desc":"","tags":[],"see_also":[]},"device_cache_timeout":{"name":"device_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"1800","min":"","max":"","enum_allowed":[],"desc":"Seconds for which to cache device inventory","long_desc":"","tags":[],"see_also":[]},"device_enhanced_scan":{"name":"device_enhanced_scan","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Use libstoragemgmt during device scans","long_desc":"","tags":[],"see_also":[]},"facts_cache_timeout":{"name":"facts_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"Seconds for which to cache host facts data","long_desc":"","tags":[],"see_also":[]},"grafana_dashboards_path":{"name":"grafana_dashboards_path","type":"str","level":"advanced","flags":0,"default_value":"/etc/grafana/dashboards/ceph-dashboard/","min":"","max":"","enum_allowed":[],"desc":"Location of dashboards to include in Grafana","long_desc":"","tags":[],"see_also":[]},"host_check_interval":{"name":"host_check_interval","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"How frequently to perform a host check","long_desc":"","tags":[],"see_also":[]},"hw_monitoring":{"name":"hw_monitoring","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Whether the hardware monitoring daemon be deployed on every host?","long_desc":"","tags":[],"see_also":[]},"inventory_list_all":{"name":"inventory_list_all","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Whether ceph-volume inventory should report more devices (mostly mappers (LVs / mpaths), partitions...)","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_refresh_metadata":{"name":"log_refresh_metadata","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Log all refresh metadata. Includes daemon, device, and host info collected regularly. Only has effect if logging at the debug level","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Log to the \"cephadm\" cluster log channel\"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"manage_etc_ceph_ceph_conf":{"name":"manage_etc_ceph_ceph_conf","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Manage and own /etc/ceph/ceph.conf on hosts.","long_desc":"","tags":[],"see_also":[]},"manage_etc_ceph_ceph_conf_hosts":{"name":"manage_etc_ceph_ceph_conf_hosts","type":"str","level":"advanced","flags":0,"default_value":"*","min":"","max":"","enum_allowed":[],"desc":"PlacementSpec describing on which hosts to manage /etc/ceph/ceph.conf","long_desc":"","tags":[],"see_also":[]},"max_count_per_host":{"name":"max_count_per_host","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"Max number of daemons per service per host: guard against mistakes and runaways","long_desc":"","tags":[],"see_also":[]},"max_osd_draining_count":{"name":"max_osd_draining_count","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"Max number of OSDs that will be drained simultaneously when OSDs are removed","long_desc":"","tags":[],"see_also":[]},"max_parallel_osd_upgrades":{"name":"max_parallel_osd_upgrades","type":"int","level":"advanced","flags":0,"default_value":"16","min":"","max":"","enum_allowed":[],"desc":"Maximum number of OSD daemons upgraded in parallel.","long_desc":"","tags":[],"see_also":[]},"migration_current":{"name":"migration_current","type":"int","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Internal - do not modify","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":0,"default_value":"root","min":"","max":"","enum_allowed":["cephadm-package","root"],"desc":"Mode for remote execution of cephadm","long_desc":"","tags":[],"see_also":[]},"oob_default_addr":{"name":"oob_default_addr","type":"str","level":"advanced","flags":0,"default_value":"169.254.1.1","min":"","max":"","enum_allowed":[],"desc":"Default IP address for RedFish API (OOB management).","long_desc":"","tags":[],"see_also":[]},"prometheus_alerts_path":{"name":"prometheus_alerts_path","type":"str","level":"advanced","flags":0,"default_value":"/etc/prometheus/ceph/ceph_default_alerts.yml","min":"","max":"","enum_allowed":[],"desc":"Location of alerts to include in Prometheus Alertmanager","long_desc":"","tags":[],"see_also":[]},"registry_insecure":{"name":"registry_insecure","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Registry is to be considered insecure (no TLS available). Only for development purposes.","long_desc":"","tags":[],"see_also":[]},"registry_password":{"name":"registry_password","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Custom repository password. Only used for logging into a registry.","long_desc":"","tags":[],"see_also":[]},"registry_url":{"name":"registry_url","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Registry URL for login purposes. This is not the default registry.","long_desc":"","tags":[],"see_also":[]},"registry_username":{"name":"registry_username","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Custom repository username. Only used for logging into a registry.","long_desc":"","tags":[],"see_also":[]},"secure_monitoring_stack":{"name":"secure_monitoring_stack","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable TLS security for all monitoring stack daemons","long_desc":"","tags":[],"see_also":[]},"service_discovery_port":{"name":"service_discovery_port","type":"int","level":"advanced","flags":0,"default_value":"8765","min":"","max":"","enum_allowed":[],"desc":"Cephadm service discovery port","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssh_config_file":{"name":"ssh_config_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Customized SSH config file to distribute to managed hosts","long_desc":"","tags":[],"see_also":[]},"ssh_keepalive_count_max":{"name":"ssh_keepalive_count_max","type":"int","level":"advanced","flags":0,"default_value":"3","min":"","max":"","enum_allowed":[],"desc":"How many sequential SSH connection liveness check failures before the host is marked offline","long_desc":"","tags":[],"see_also":[]},"ssh_keepalive_interval":{"name":"ssh_keepalive_interval","type":"int","level":"advanced","flags":0,"default_value":"7","min":"","max":"","enum_allowed":[],"desc":"How often SSH connections are checked for liveness","long_desc":"","tags":[],"see_also":[]},"stray_daemon_check_interval":{"name":"stray_daemon_check_interval","type":"secs","level":"advanced","flags":0,"default_value":"1800","min":"","max":"","enum_allowed":[],"desc":"How frequently cephadm should check for the presence of stray daemons","long_desc":"","tags":[],"see_also":[]},"use_agent":{"name":"use_agent","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Use the cephadm agent on each host to gather and send metadata","long_desc":"","tags":[],"see_also":[]},"use_repo_digest":{"name":"use_repo_digest","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Automatically convert image tags to image digest to ensure that all daemons use the same image","long_desc":"","tags":[],"see_also":[]},"warn_on_failed_host_check":{"name":"warn_on_failed_host_check","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Raise a health warning if the host check fails","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_daemons":{"name":"warn_on_stray_daemons","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Raise a health warning if daemons are detected that are not managed by cephadm","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_hosts":{"name":"warn_on_stray_hosts","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Raise a health warning if daemons are detected on a host that is not managed by cephadm","long_desc":"","tags":[],"see_also":[]}}},{"name":"crash","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"retain_interval":{"name":"retain_interval","type":"secs","level":"advanced","flags":1,"default_value":"31536000","min":"","max":"","enum_allowed":[],"desc":"how long to retain crashes before pruning them","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"warn_recent_interval":{"name":"warn_recent_interval","type":"secs","level":"advanced","flags":1,"default_value":"1209600","min":"","max":"","enum_allowed":[],"desc":"time interval in which to warn about recent crashes","long_desc":"","tags":[],"see_also":[]}}},{"name":"dashboard","can_run":true,"error_string":"","module_options":{"ACCOUNT_LOCKOUT_ATTEMPTS":{"name":"ACCOUNT_LOCKOUT_ATTEMPTS","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ALERTMANAGER_API_HOST":{"name":"ALERTMANAGER_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ALERTMANAGER_API_SSL_VERIFY":{"name":"ALERTMANAGER_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_ENABLED":{"name":"AUDIT_API_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_LOG_PAYLOAD":{"name":"AUDIT_API_LOG_PAYLOAD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ENABLE_BROWSABLE_API":{"name":"ENABLE_BROWSABLE_API","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_CEPHFS":{"name":"FEATURE_TOGGLE_CEPHFS","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_DASHBOARD":{"name":"FEATURE_TOGGLE_DASHBOARD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_ISCSI":{"name":"FEATURE_TOGGLE_ISCSI","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_MIRRORING":{"name":"FEATURE_TOGGLE_MIRRORING","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_NFS":{"name":"FEATURE_TOGGLE_NFS","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_RBD":{"name":"FEATURE_TOGGLE_RBD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_RGW":{"name":"FEATURE_TOGGLE_RGW","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE":{"name":"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_PASSWORD":{"name":"GRAFANA_API_PASSWORD","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_SSL_VERIFY":{"name":"GRAFANA_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_URL":{"name":"GRAFANA_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_USERNAME":{"name":"GRAFANA_API_USERNAME","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_FRONTEND_API_URL":{"name":"GRAFANA_FRONTEND_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_UPDATE_DASHBOARDS":{"name":"GRAFANA_UPDATE_DASHBOARDS","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ISCSI_API_SSL_VERIFICATION":{"name":"ISCSI_API_SSL_VERIFICATION","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ISSUE_TRACKER_API_KEY":{"name":"ISSUE_TRACKER_API_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"MANAGED_BY_CLUSTERS":{"name":"MANAGED_BY_CLUSTERS","type":"str","level":"advanced","flags":0,"default_value":"[]","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"MULTICLUSTER_CONFIG":{"name":"MULTICLUSTER_CONFIG","type":"str","level":"advanced","flags":0,"default_value":"{}","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROMETHEUS_API_HOST":{"name":"PROMETHEUS_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROMETHEUS_API_SSL_VERIFY":{"name":"PROMETHEUS_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROM_ALERT_CREDENTIAL_CACHE_TTL":{"name":"PROM_ALERT_CREDENTIAL_CACHE_TTL","type":"int","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_COMPLEXITY_ENABLED":{"name":"PWD_POLICY_CHECK_COMPLEXITY_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED":{"name":"PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_LENGTH_ENABLED":{"name":"PWD_POLICY_CHECK_LENGTH_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_OLDPWD_ENABLED":{"name":"PWD_POLICY_CHECK_OLDPWD_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED":{"name":"PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED":{"name":"PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_USERNAME_ENABLED":{"name":"PWD_POLICY_CHECK_USERNAME_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_ENABLED":{"name":"PWD_POLICY_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_EXCLUSION_LIST":{"name":"PWD_POLICY_EXCLUSION_LIST","type":"str","level":"advanced","flags":0,"default_value":"osd,host,dashboard,pool,block,nfs,ceph,monitors,gateway,logs,crush,maps","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_MIN_COMPLEXITY":{"name":"PWD_POLICY_MIN_COMPLEXITY","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_MIN_LENGTH":{"name":"PWD_POLICY_MIN_LENGTH","type":"int","level":"advanced","flags":0,"default_value":"8","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"REST_REQUESTS_TIMEOUT":{"name":"REST_REQUESTS_TIMEOUT","type":"int","level":"advanced","flags":0,"default_value":"45","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_ACCESS_KEY":{"name":"RGW_API_ACCESS_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_ADMIN_RESOURCE":{"name":"RGW_API_ADMIN_RESOURCE","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SECRET_KEY":{"name":"RGW_API_SECRET_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SSL_VERIFY":{"name":"RGW_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_HOSTNAME_PER_DAEMON":{"name":"RGW_HOSTNAME_PER_DAEMON","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"UNSAFE_TLS_v1_2":{"name":"UNSAFE_TLS_v1_2","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_SPAN":{"name":"USER_PWD_EXPIRATION_SPAN","type":"int","level":"advanced","flags":0,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_1":{"name":"USER_PWD_EXPIRATION_WARNING_1","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_2":{"name":"USER_PWD_EXPIRATION_WARNING_2","type":"int","level":"advanced","flags":0,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"cross_origin_url":{"name":"cross_origin_url","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"crt_file":{"name":"crt_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"crypto_caller":{"name":"crypto_caller","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"debug":{"name":"debug","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable/disable debug options","long_desc":"","tags":[],"see_also":[]},"jwt_token_ttl":{"name":"jwt_token_ttl","type":"int","level":"advanced","flags":0,"default_value":"28800","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"key_file":{"name":"key_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"motd":{"name":"motd","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"The message of the day","long_desc":"","tags":[],"see_also":[]},"redirect_resolve_ip_addr":{"name":"redirect_resolve_ip_addr","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"::","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"int","level":"advanced","flags":0,"default_value":"8080","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl_server_port":{"name":"ssl_server_port","type":"int","level":"advanced","flags":0,"default_value":"8443","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sso_oauth2":{"name":"sso_oauth2","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_behaviour":{"name":"standby_behaviour","type":"str","level":"advanced","flags":0,"default_value":"redirect","min":"","max":"","enum_allowed":["error","redirect"],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_error_status_code":{"name":"standby_error_status_code","type":"int","level":"advanced","flags":0,"default_value":"500","min":"400","max":"599","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"url_prefix":{"name":"url_prefix","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"devicehealth","can_run":true,"error_string":"","module_options":{"enable_monitoring":{"name":"enable_monitoring","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"monitor device health metrics","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mark_out_threshold":{"name":"mark_out_threshold","type":"secs","level":"advanced","flags":1,"default_value":"2419200","min":"","max":"","enum_allowed":[],"desc":"automatically mark OSD if it may fail before this long","long_desc":"","tags":[],"see_also":[]},"pool_name":{"name":"pool_name","type":"str","level":"advanced","flags":1,"default_value":"device_health_metrics","min":"","max":"","enum_allowed":[],"desc":"name of pool in which to store device health metrics","long_desc":"","tags":[],"see_also":[]},"retention_period":{"name":"retention_period","type":"secs","level":"advanced","flags":1,"default_value":"15552000","min":"","max":"","enum_allowed":[],"desc":"how long to retain device health metrics","long_desc":"","tags":[],"see_also":[]},"scrape_frequency":{"name":"scrape_frequency","type":"secs","level":"advanced","flags":1,"default_value":"86400","min":"","max":"","enum_allowed":[],"desc":"how frequently to scrape device health metrics","long_desc":"","tags":[],"see_also":[]},"self_heal":{"name":"self_heal","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"preemptively heal cluster around devices that may fail","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and check device health","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"warn_threshold":{"name":"warn_threshold","type":"secs","level":"advanced","flags":1,"default_value":"7257600","min":"","max":"","enum_allowed":[],"desc":"raise health warning if OSD may fail before this long","long_desc":"","tags":[],"see_also":[]}}},{"name":"diskprediction_local","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predict_interval":{"name":"predict_interval","type":"str","level":"advanced","flags":0,"default_value":"86400","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predictor_model":{"name":"predictor_model","type":"str","level":"advanced","flags":0,"default_value":"prophetstor","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"str","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"influx","can_run":false,"error_string":"influxdb python module not found","module_options":{"batch_size":{"name":"batch_size","type":"int","level":"advanced","flags":0,"default_value":"5000","min":"","max":"","enum_allowed":[],"desc":"How big batches of data points should be when sending to InfluxDB.","long_desc":"","tags":[],"see_also":[]},"database":{"name":"database","type":"str","level":"advanced","flags":0,"default_value":"ceph","min":"","max":"","enum_allowed":[],"desc":"InfluxDB database name. You will need to create this database and grant write privileges to the configured username or the username must have admin privileges to create it.","long_desc":"","tags":[],"see_also":[]},"hostname":{"name":"hostname","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"InfluxDB server hostname","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"30","min":"5","max":"","enum_allowed":[],"desc":"Time between reports to InfluxDB. Default 30 seconds.","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"password":{"name":"password","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"password of InfluxDB server user","long_desc":"","tags":[],"see_also":[]},"port":{"name":"port","type":"int","level":"advanced","flags":0,"default_value":"8086","min":"","max":"","enum_allowed":[],"desc":"InfluxDB server port","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"str","level":"advanced","flags":0,"default_value":"false","min":"","max":"","enum_allowed":[],"desc":"Use https connection for InfluxDB server. Use \"true\" or \"false\".","long_desc":"","tags":[],"see_also":[]},"threads":{"name":"threads","type":"int","level":"advanced","flags":0,"default_value":"5","min":"1","max":"32","enum_allowed":[],"desc":"How many worker threads should be spawned for sending data to InfluxDB.","long_desc":"","tags":[],"see_also":[]},"username":{"name":"username","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"username of InfluxDB server user","long_desc":"","tags":[],"see_also":[]},"verify_ssl":{"name":"verify_ssl","type":"str","level":"advanced","flags":0,"default_value":"true","min":"","max":"","enum_allowed":[],"desc":"Verify https cert for InfluxDB server. Use \"true\" or \"false\".","long_desc":"","tags":[],"see_also":[]}}},{"name":"insights","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"iostat","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"k8sevents","can_run":true,"error_string":"","module_options":{"ceph_event_retention_days":{"name":"ceph_event_retention_days","type":"int","level":"advanced","flags":0,"default_value":"7","min":"","max":"","enum_allowed":[],"desc":"Days to hold ceph event information within local cache","long_desc":"","tags":[],"see_also":[]},"config_check_secs":{"name":"config_check_secs","type":"int","level":"advanced","flags":0,"default_value":"10","min":"10","max":"","enum_allowed":[],"desc":"interval (secs) to check for cluster configuration changes","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"localpool","can_run":true,"error_string":"","module_options":{"failure_domain":{"name":"failure_domain","type":"str","level":"advanced","flags":1,"default_value":"host","min":"","max":"","enum_allowed":[],"desc":"failure domain for any created local pool","long_desc":"what failure domain we should separate data replicas across.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_size":{"name":"min_size","type":"int","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"default min_size for any created local pool","long_desc":"value to set min_size to (unchanged from Ceph's default if this option is not set)","tags":[],"see_also":[]},"num_rep":{"name":"num_rep","type":"int","level":"advanced","flags":1,"default_value":"3","min":"","max":"","enum_allowed":[],"desc":"default replica count for any created local pool","long_desc":"","tags":[],"see_also":[]},"pg_num":{"name":"pg_num","type":"int","level":"advanced","flags":1,"default_value":"128","min":"","max":"","enum_allowed":[],"desc":"default pg_num for any created local pool","long_desc":"","tags":[],"see_also":[]},"prefix":{"name":"prefix","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"name prefix for any created local pool","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"subtree":{"name":"subtree","type":"str","level":"advanced","flags":1,"default_value":"rack","min":"","max":"","enum_allowed":[],"desc":"CRUSH level for which to create a local pool","long_desc":"which CRUSH subtree type the module should create a pool for.","tags":[],"see_also":[]}}},{"name":"mds_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"mirroring","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"nfs","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"orchestrator","can_run":true,"error_string":"","module_options":{"fail_fs":{"name":"fail_fs","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Fail filesystem for rapid multi-rank mds upgrade","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"orchestrator":{"name":"orchestrator","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["cephadm","rook","test_orchestrator"],"desc":"Orchestrator backend","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"osd_perf_query","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"osd_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"pg_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"threshold":{"name":"threshold","type":"float","level":"advanced","flags":0,"default_value":"3.0","min":"1.0","max":"","enum_allowed":[],"desc":"scaling threshold","long_desc":"The factor by which the `NEW PG_NUM` must vary from the current`PG_NUM` before being accepted. Cannot be less than 1.0","tags":[],"see_also":[]}}},{"name":"progress","can_run":true,"error_string":"","module_options":{"allow_pg_recovery_event":{"name":"allow_pg_recovery_event","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow the module to show pg recovery progress","long_desc":"","tags":[],"see_also":[]},"enabled":{"name":"enabled","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_completed_events":{"name":"max_completed_events","type":"int","level":"advanced","flags":1,"default_value":"50","min":"","max":"","enum_allowed":[],"desc":"number of past completed events to remember","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"how long the module is going to sleep","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"prometheus","can_run":true,"error_string":"","module_options":{"cache":{"name":"cache","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"exclude_perf_counters":{"name":"exclude_perf_counters","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Do not include perf-counters in the metrics output","long_desc":"Gathering perf-counters from a single Prometheus exporter can degrade ceph-mgr performance, especially in large clusters. Instead, Ceph-exporter daemons are now used by default for perf-counter gathering. This should only be disabled when no ceph-exporters are deployed.","tags":[],"see_also":[]},"healthcheck_history_max_entries":{"name":"healthcheck_history_max_entries","type":"int","level":"advanced","flags":1,"default_value":"1000","min":"","max":"","enum_allowed":[],"desc":"Maximum number of health check history entries to keep","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rbd_stats_pools":{"name":"rbd_stats_pools","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rbd_stats_pools_refresh_interval":{"name":"rbd_stats_pools_refresh_interval","type":"int","level":"advanced","flags":0,"default_value":"300","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"scrape_interval":{"name":"scrape_interval","type":"float","level":"advanced","flags":0,"default_value":"15.0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"::","min":"","max":"","enum_allowed":[],"desc":"the IPv4 or IPv6 address on which the module listens for HTTP requests","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"int","level":"advanced","flags":1,"default_value":"9283","min":"","max":"","enum_allowed":[],"desc":"the port on which the module listens for HTTP requests","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"stale_cache_strategy":{"name":"stale_cache_strategy","type":"str","level":"advanced","flags":0,"default_value":"log","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_behaviour":{"name":"standby_behaviour","type":"str","level":"advanced","flags":1,"default_value":"default","min":"","max":"","enum_allowed":["default","error"],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_error_status_code":{"name":"standby_error_status_code","type":"int","level":"advanced","flags":1,"default_value":"500","min":"400","max":"599","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rbd_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_concurrent_snap_create":{"name":"max_concurrent_snap_create","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mirror_snapshot_schedule":{"name":"mirror_snapshot_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"trash_purge_schedule":{"name":"trash_purge_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rgw","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"secondary_zone_period_retry_limit":{"name":"secondary_zone_period_retry_limit","type":"int","level":"advanced","flags":0,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"RGW module period update retry limit for secondary site","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rook","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"prometheus_tls_secret_name":{"name":"prometheus_tls_secret_name","type":"str","level":"advanced","flags":0,"default_value":"rook-ceph-prometheus-server-tls","min":"","max":"","enum_allowed":[],"desc":"name of tls secret in k8s for prometheus","long_desc":"","tags":[],"see_also":[]},"secure_monitoring_stack":{"name":"secure_monitoring_stack","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable TLS security for all the monitoring stack daemons","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"storage_class":{"name":"storage_class","type":"str","level":"advanced","flags":0,"default_value":"local","min":"","max":"","enum_allowed":[],"desc":"storage class name for LSO-discovered PVs","long_desc":"","tags":[],"see_also":[]}}},{"name":"selftest","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"roption1":{"name":"roption1","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"roption2":{"name":"roption2","type":"str","level":"advanced","flags":0,"default_value":"xyz","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption1":{"name":"rwoption1","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption2":{"name":"rwoption2","type":"int","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption3":{"name":"rwoption3","type":"float","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption4":{"name":"rwoption4","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption5":{"name":"rwoption5","type":"bool","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption6":{"name":"rwoption6","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption7":{"name":"rwoption7","type":"int","level":"advanced","flags":0,"default_value":"","min":"1","max":"42","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testkey":{"name":"testkey","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testlkey":{"name":"testlkey","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testnewline":{"name":"testnewline","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"smb","can_run":true,"error_string":"","module_options":{"internal_store_backend":{"name":"internal_store_backend","type":"str","level":"dev","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"set internal store backend. for develoment and testing only","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"update_orchestration":{"name":"update_orchestration","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"automatically update orchestration when smb resources are changed","long_desc":"","tags":[],"see_also":[]}}},{"name":"snap_schedule","can_run":true,"error_string":"","module_options":{"allow_m_granularity":{"name":"allow_m_granularity","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow minute scheduled snapshots","long_desc":"","tags":[],"see_also":[]},"dump_on_update":{"name":"dump_on_update","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"dump database to debug log on update","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"stats","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"status","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"telegraf","can_run":true,"error_string":"","module_options":{"address":{"name":"address","type":"str","level":"advanced","flags":0,"default_value":"unixgram:///tmp/telegraf.sock","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"15","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"telemetry","can_run":true,"error_string":"","module_options":{"channel_basic":{"name":"channel_basic","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share basic cluster information (size, version)","long_desc":"","tags":[],"see_also":[]},"channel_crash":{"name":"channel_crash","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share metadata about Ceph daemon crashes (version, stack straces, etc)","long_desc":"","tags":[],"see_also":[]},"channel_device":{"name":"channel_device","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share device health metrics (e.g., SMART data, minus potentially identifying info like serial numbers)","long_desc":"","tags":[],"see_also":[]},"channel_ident":{"name":"channel_ident","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Share a user-provided description and/or contact email for the cluster","long_desc":"","tags":[],"see_also":[]},"channel_perf":{"name":"channel_perf","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Share various performance metrics of a cluster","long_desc":"","tags":[],"see_also":[]},"contact":{"name":"contact","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"description":{"name":"description","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"device_url":{"name":"device_url","type":"str","level":"advanced","flags":0,"default_value":"https://telemetry.ceph.com/device","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"enabled":{"name":"enabled","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"int","level":"advanced","flags":0,"default_value":"24","min":"8","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"last_opt_revision":{"name":"last_opt_revision","type":"int","level":"advanced","flags":0,"default_value":"1","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"leaderboard":{"name":"leaderboard","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"leaderboard_description":{"name":"leaderboard_description","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"organization":{"name":"organization","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"proxy":{"name":"proxy","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"url":{"name":"url","type":"str","level":"advanced","flags":0,"default_value":"https://telemetry.ceph.com/report","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"test_orchestrator","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"volumes","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_concurrent_clones":{"name":"max_concurrent_clones","type":"int","level":"advanced","flags":0,"default_value":"4","min":"","max":"","enum_allowed":[],"desc":"Number of asynchronous cloner threads","long_desc":"","tags":[],"see_also":[]},"pause_cloning":{"name":"pause_cloning","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Pause asynchronous cloner threads","long_desc":"","tags":[],"see_also":[]},"pause_purging":{"name":"pause_purging","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Pause asynchronous subvolume purge threads","long_desc":"","tags":[],"see_also":[]},"periodic_async_work":{"name":"periodic_async_work","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Periodically check for async work","long_desc":"","tags":[],"see_also":[]},"snapshot_clone_delay":{"name":"snapshot_clone_delay","type":"int","level":"advanced","flags":0,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"Delay clone begin operation by snapshot_clone_delay seconds","long_desc":"","tags":[],"see_also":[]},"snapshot_clone_no_wait":{"name":"snapshot_clone_no_wait","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Reject subvolume clone request when cloner threads are busy","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}}],"services":{"dashboard":"https://10.20.193.39: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.39:0","nonce":2753846181}]},{"name":"rbd_support","addrvec":[{"type":"v2","addr":"10.20.193.39:0","nonce":3556078243}]},{"name":"volumes","addrvec":[{"type":"v2","addr":"10.20.193.39:0","nonce":3982791171}]}]} 2026-02-24T15:27:18.791 INFO:tasks.cephadm.ceph_manager.ceph:mgr available! 2026-02-24T15:27:18.791 INFO:tasks.cephadm.ceph_manager.ceph:waiting for all up 2026-02-24T15:27:18.791 DEBUG:teuthology.orchestra.run.trial039:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:e602a214d0666d5fd7dab98304b32ef8fc2865a3 shell --fsid 1fdb37b6-1195-11f1-a7cb-d404e6e7d460 -- ceph osd dump --format=json 2026-02-24T15:27:18.907 INFO:teuthology.orchestra.run.trial039.stderr:Inferring config /var/lib/ceph/1fdb37b6-1195-11f1-a7cb-d404e6e7d460/mon.a/config 2026-02-24T15:27:19.134 INFO:teuthology.orchestra.run.trial039.stdout: 2026-02-24T15:27:19.134 INFO:teuthology.orchestra.run.trial039.stdout:{"epoch":17,"fsid":"1fdb37b6-1195-11f1-a7cb-d404e6e7d460","created":"2026-02-24T15:26:19.603004+0000","modified":"2026-02-24T15:27:18.418237+0000","last_up_change":"2026-02-24T15:27:14.784671+0000","last_in_change":"2026-02-24T15:27:04.631693+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":8,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":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-24T15:27:15.507501+0000","flags":1,"flags_names":"hashpspool","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":"17","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":"4b75d00b-6ff8-40da-abac-e72702120890","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":9,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.39:6802","nonce":3052550940},{"type":"v1","addr":"10.20.193.39:6803","nonce":3052550940}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.39:6804","nonce":3052550940},{"type":"v1","addr":"10.20.193.39:6805","nonce":3052550940}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.39:6808","nonce":3052550940},{"type":"v1","addr":"10.20.193.39:6809","nonce":3052550940}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.39:6806","nonce":3052550940},{"type":"v1","addr":"10.20.193.39:6807","nonce":3052550940}]},"public_addr":"10.20.193.39:6803/3052550940","cluster_addr":"10.20.193.39:6805/3052550940","heartbeat_back_addr":"10.20.193.39:6809/3052550940","heartbeat_front_addr":"10.20.193.39:6807/3052550940","state":["exists","up"]},{"osd":1,"uuid":"5e419b30-5eba-45de-8294-5d91fc248b11","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":14,"up_thru":15,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.39:6810","nonce":183686890},{"type":"v1","addr":"10.20.193.39:6811","nonce":183686890}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.39:6812","nonce":183686890},{"type":"v1","addr":"10.20.193.39:6813","nonce":183686890}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.39:6816","nonce":183686890},{"type":"v1","addr":"10.20.193.39:6817","nonce":183686890}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.39:6814","nonce":183686890},{"type":"v1","addr":"10.20.193.39:6815","nonce":183686890}]},"public_addr":"10.20.193.39:6811/183686890","cluster_addr":"10.20.193.39:6813/183686890","heartbeat_back_addr":"10.20.193.39:6817/183686890","heartbeat_front_addr":"10.20.193.39:6815/183686890","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.39:0/2507768923":"2026-02-25T15:26:41.304651+0000","10.20.193.39:6801/2743936311":"2026-02-25T15:26:41.304651+0000","10.20.193.39:6800/2743936311":"2026-02-25T15:26:41.304651+0000","10.20.193.39:0/2538759583":"2026-02-25T15:26:41.304651+0000","10.20.193.39:0/4242879473":"2026-02-25T15:26:30.215001+0000","10.20.193.39:0/3890916088":"2026-02-25T15:26:30.215001+0000","10.20.193.39:6801/722440601":"2026-02-25T15:26:30.215001+0000","10.20.193.39:0/256971247":"2026-02-25T15:26:41.304651+0000","10.20.193.39:6800/722440601":"2026-02-25T15:26:30.215001+0000","10.20.193.39:0/420926987":"2026-02-25T15:26:30.215001+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-24T15:27:19.274 INFO:tasks.cephadm.ceph_manager.ceph:all up! 2026-02-24T15:27:19.274 DEBUG:teuthology.orchestra.run.trial039:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:e602a214d0666d5fd7dab98304b32ef8fc2865a3 shell --fsid 1fdb37b6-1195-11f1-a7cb-d404e6e7d460 -- ceph osd dump --format=json 2026-02-24T15:27:19.390 INFO:teuthology.orchestra.run.trial039.stderr:Inferring config /var/lib/ceph/1fdb37b6-1195-11f1-a7cb-d404e6e7d460/mon.a/config 2026-02-24T15:27:19.588 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:27:19 trial039 ceph-mon[35334]: osdmap e17: 2 total, 2 up, 2 in 2026-02-24T15:27:19.589 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:27:19 trial039 ceph-mon[35334]: from='client.? 10.20.193.39:0/1989143529' entity='client.admin' cmd={"prefix": "mgr dump", "format": "json"} : dispatch 2026-02-24T15:27:19.589 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:27:19 trial039 ceph-mon[35334]: from='client.? 10.20.193.39:0/2793239647' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2026-02-24T15:27:19.616 INFO:teuthology.orchestra.run.trial039.stdout: 2026-02-24T15:27:19.616 INFO:teuthology.orchestra.run.trial039.stdout:{"epoch":17,"fsid":"1fdb37b6-1195-11f1-a7cb-d404e6e7d460","created":"2026-02-24T15:26:19.603004+0000","modified":"2026-02-24T15:27:18.418237+0000","last_up_change":"2026-02-24T15:27:14.784671+0000","last_in_change":"2026-02-24T15:27:04.631693+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":8,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":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-24T15:27:15.507501+0000","flags":1,"flags_names":"hashpspool","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":"17","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":"4b75d00b-6ff8-40da-abac-e72702120890","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":9,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.39:6802","nonce":3052550940},{"type":"v1","addr":"10.20.193.39:6803","nonce":3052550940}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.39:6804","nonce":3052550940},{"type":"v1","addr":"10.20.193.39:6805","nonce":3052550940}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.39:6808","nonce":3052550940},{"type":"v1","addr":"10.20.193.39:6809","nonce":3052550940}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.39:6806","nonce":3052550940},{"type":"v1","addr":"10.20.193.39:6807","nonce":3052550940}]},"public_addr":"10.20.193.39:6803/3052550940","cluster_addr":"10.20.193.39:6805/3052550940","heartbeat_back_addr":"10.20.193.39:6809/3052550940","heartbeat_front_addr":"10.20.193.39:6807/3052550940","state":["exists","up"]},{"osd":1,"uuid":"5e419b30-5eba-45de-8294-5d91fc248b11","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":14,"up_thru":15,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.39:6810","nonce":183686890},{"type":"v1","addr":"10.20.193.39:6811","nonce":183686890}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.39:6812","nonce":183686890},{"type":"v1","addr":"10.20.193.39:6813","nonce":183686890}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.39:6816","nonce":183686890},{"type":"v1","addr":"10.20.193.39:6817","nonce":183686890}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.39:6814","nonce":183686890},{"type":"v1","addr":"10.20.193.39:6815","nonce":183686890}]},"public_addr":"10.20.193.39:6811/183686890","cluster_addr":"10.20.193.39:6813/183686890","heartbeat_back_addr":"10.20.193.39:6817/183686890","heartbeat_front_addr":"10.20.193.39:6815/183686890","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.39:0/2507768923":"2026-02-25T15:26:41.304651+0000","10.20.193.39:6801/2743936311":"2026-02-25T15:26:41.304651+0000","10.20.193.39:6800/2743936311":"2026-02-25T15:26:41.304651+0000","10.20.193.39:0/2538759583":"2026-02-25T15:26:41.304651+0000","10.20.193.39:0/4242879473":"2026-02-25T15:26:30.215001+0000","10.20.193.39:0/3890916088":"2026-02-25T15:26:30.215001+0000","10.20.193.39:6801/722440601":"2026-02-25T15:26:30.215001+0000","10.20.193.39:0/256971247":"2026-02-25T15:26:41.304651+0000","10.20.193.39:6800/722440601":"2026-02-25T15:26:30.215001+0000","10.20.193.39:0/420926987":"2026-02-25T15:26:30.215001+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-24T15:27:19.759 DEBUG:teuthology.orchestra.run.trial039:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:e602a214d0666d5fd7dab98304b32ef8fc2865a3 shell --fsid 1fdb37b6-1195-11f1-a7cb-d404e6e7d460 -- ceph tell osd.0 flush_pg_stats 2026-02-24T15:27:19.759 DEBUG:teuthology.orchestra.run.trial039:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:e602a214d0666d5fd7dab98304b32ef8fc2865a3 shell --fsid 1fdb37b6-1195-11f1-a7cb-d404e6e7d460 -- ceph tell osd.1 flush_pg_stats 2026-02-24T15:27:19.874 INFO:teuthology.orchestra.run.trial039.stderr:Inferring config /var/lib/ceph/1fdb37b6-1195-11f1-a7cb-d404e6e7d460/mon.a/config 2026-02-24T15:27:19.875 INFO:teuthology.orchestra.run.trial039.stderr:Inferring config /var/lib/ceph/1fdb37b6-1195-11f1-a7cb-d404e6e7d460/mon.a/config 2026-02-24T15:27:20.149 INFO:teuthology.orchestra.run.trial039.stdout:60129542148 2026-02-24T15:27:20.150 DEBUG:teuthology.orchestra.run.trial039:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:e602a214d0666d5fd7dab98304b32ef8fc2865a3 shell --fsid 1fdb37b6-1195-11f1-a7cb-d404e6e7d460 -- ceph osd last-stat-seq osd.1 2026-02-24T15:27:20.150 INFO:teuthology.orchestra.run.trial039.stdout:38654705669 2026-02-24T15:27:20.150 DEBUG:teuthology.orchestra.run.trial039:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:e602a214d0666d5fd7dab98304b32ef8fc2865a3 shell --fsid 1fdb37b6-1195-11f1-a7cb-d404e6e7d460 -- ceph osd last-stat-seq osd.0 2026-02-24T15:27:20.305 INFO:teuthology.orchestra.run.trial039.stderr:Inferring config /var/lib/ceph/1fdb37b6-1195-11f1-a7cb-d404e6e7d460/mon.a/config 2026-02-24T15:27:20.306 INFO:teuthology.orchestra.run.trial039.stderr:Inferring config /var/lib/ceph/1fdb37b6-1195-11f1-a7cb-d404e6e7d460/mon.a/config 2026-02-24T15:27:20.543 INFO:teuthology.orchestra.run.trial039.stdout:60129542147 2026-02-24T15:27:20.545 INFO:teuthology.orchestra.run.trial039.stdout:38654705668 2026-02-24T15:27:20.671 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:27:20 trial039 ceph-mon[35334]: pgmap v26: 1 pgs: 1 unknown; 0 B data, 54 MiB used, 1.4 TiB / 1.4 TiB avail 2026-02-24T15:27:20.672 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:27:20 trial039 ceph-mon[35334]: mgrmap e14: x(active, since 38s) 2026-02-24T15:27:20.672 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:27:20 trial039 ceph-mon[35334]: from='client.? 10.20.193.39:0/497690834' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2026-02-24T15:27:20.688 INFO:tasks.cephadm.ceph_manager.ceph:need seq 38654705669 got 38654705668 for osd.0 2026-02-24T15:27:20.689 INFO:tasks.cephadm.ceph_manager.ceph:need seq 60129542148 got 60129542147 for osd.1 2026-02-24T15:27:21.689 DEBUG:teuthology.orchestra.run.trial039:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:e602a214d0666d5fd7dab98304b32ef8fc2865a3 shell --fsid 1fdb37b6-1195-11f1-a7cb-d404e6e7d460 -- ceph osd last-stat-seq osd.0 2026-02-24T15:27:21.690 DEBUG:teuthology.orchestra.run.trial039:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:e602a214d0666d5fd7dab98304b32ef8fc2865a3 shell --fsid 1fdb37b6-1195-11f1-a7cb-d404e6e7d460 -- ceph osd last-stat-seq osd.1 2026-02-24T15:27:21.714 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:27:21 trial039 ceph-mon[35334]: from='client.? 10.20.193.39:0/1332924372' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 1} : dispatch 2026-02-24T15:27:21.714 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:27:21 trial039 ceph-mon[35334]: from='client.? 10.20.193.39:0/390359150' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 0} : dispatch 2026-02-24T15:27:21.807 INFO:teuthology.orchestra.run.trial039.stderr:Inferring config /var/lib/ceph/1fdb37b6-1195-11f1-a7cb-d404e6e7d460/mon.a/config 2026-02-24T15:27:21.809 INFO:teuthology.orchestra.run.trial039.stderr:Inferring config /var/lib/ceph/1fdb37b6-1195-11f1-a7cb-d404e6e7d460/mon.a/config 2026-02-24T15:27:22.042 INFO:teuthology.orchestra.run.trial039.stdout:38654705669 2026-02-24T15:27:22.046 INFO:teuthology.orchestra.run.trial039.stdout:60129542149 2026-02-24T15:27:22.183 INFO:tasks.cephadm.ceph_manager.ceph:need seq 38654705669 got 38654705669 for osd.0 2026-02-24T15:27:22.184 DEBUG:teuthology.parallel:result is None 2026-02-24T15:27:22.189 INFO:tasks.cephadm.ceph_manager.ceph:need seq 60129542148 got 60129542149 for osd.1 2026-02-24T15:27:22.189 DEBUG:teuthology.parallel:result is None 2026-02-24T15:27:22.189 INFO:tasks.cephadm.ceph_manager.ceph:waiting for clean 2026-02-24T15:27:22.190 DEBUG:teuthology.orchestra.run.trial039:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:e602a214d0666d5fd7dab98304b32ef8fc2865a3 shell --fsid 1fdb37b6-1195-11f1-a7cb-d404e6e7d460 -- ceph pg dump --format=json 2026-02-24T15:27:22.343 INFO:teuthology.orchestra.run.trial039.stderr:Inferring config /var/lib/ceph/1fdb37b6-1195-11f1-a7cb-d404e6e7d460/mon.a/config 2026-02-24T15:27:22.566 INFO:teuthology.orchestra.run.trial039.stdout: 2026-02-24T15:27:22.567 INFO:teuthology.orchestra.run.trial039.stderr:dumped all 2026-02-24T15:27:22.687 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:27:22 trial039 ceph-mon[35334]: pgmap v27: 1 pgs: 1 active+clean; 577 KiB data, 55 MiB used, 1.4 TiB / 1.4 TiB avail 2026-02-24T15:27:22.687 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:27:22 trial039 ceph-mon[35334]: from='client.? 10.20.193.39:0/2858871185' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 0} : dispatch 2026-02-24T15:27:22.687 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:27:22 trial039 ceph-mon[35334]: from='client.? 10.20.193.39:0/2814387734' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 1} : dispatch 2026-02-24T15:27:22.705 INFO:teuthology.orchestra.run.trial039.stdout:{"pg_ready":true,"pg_map":{"version":27,"stamp":"2026-02-24T15:27:21.311703+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":1,"num_osds":2,"num_per_pool_osds":2,"num_per_pool_omap_osds":2,"kb":1468006400,"kb_used":56264,"kb_used_data":1448,"kb_used_omap":15,"kb_used_meta":54384,"kb_avail":1467950136,"statfs":{"total":1503238553600,"available":1503180939264,"internally_reserved":0,"allocated":1482752,"data_stored":1259572,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":15602,"internal_metadata":55689998},"hb_peers":[],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[]},"pg_stats_delta":{"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":0,"acting":0,"num_store_stats":0,"stamp_delta":"0.000000"},"pg_stats":[{"pgid":"1.0","version":"16'72","reported_seq":103,"reported_epoch":17,"state":"active+clean","last_fresh":"2026-02-24T15:27:18.419809+0000","last_change":"2026-02-24T15:27:17.422835+0000","last_active":"2026-02-24T15:27:18.419809+0000","last_peered":"2026-02-24T15:27:18.419809+0000","last_clean":"2026-02-24T15:27:18.419809+0000","last_became_active":"2026-02-24T15:27:17.422387+0000","last_became_peered":"2026-02-24T15:27:17.422387+0000","last_unstale":"2026-02-24T15:27:18.419809+0000","last_undegraded":"2026-02-24T15:27:18.419809+0000","last_fullsized":"2026-02-24T15:27:18.419809+0000","mapping_epoch":15,"log_start":"0'0","ondisk_log_start":"0'0","created":15,"last_epoch_clean":16,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-24T15:27:16.413703+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-24T15:27:16.413703+0000","last_clean_scrub_stamp":"2026-02-24T15:27:16.413703+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-25T16:12:19.603488+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":14,"seq":60129542149,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":734003200,"kb_used":28132,"kb_used_data":724,"kb_used_omap":6,"kb_used_meta":27193,"kb_avail":733975068,"statfs":{"total":751619276800,"available":751590469632,"internally_reserved":0,"allocated":741376,"data_stored":629786,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":7146,"internal_metadata":27845654},"hb_peers":[0],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]},{"osd":0,"up_from":9,"seq":38654705669,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":734003200,"kb_used":28132,"kb_used_data":724,"kb_used_omap":8,"kb_used_meta":27191,"kb_avail":733975068,"statfs":{"total":751619276800,"available":751590469632,"internally_reserved":0,"allocated":741376,"data_stored":629786,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":8456,"internal_metadata":27844344},"hb_peers":[1],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]}],"pool_statfs":[{"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-24T15:27:22.707 DEBUG:teuthology.orchestra.run.trial039:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:e602a214d0666d5fd7dab98304b32ef8fc2865a3 shell --fsid 1fdb37b6-1195-11f1-a7cb-d404e6e7d460 -- ceph pg dump --format=json 2026-02-24T15:27:22.821 INFO:teuthology.orchestra.run.trial039.stderr:Inferring config /var/lib/ceph/1fdb37b6-1195-11f1-a7cb-d404e6e7d460/mon.a/config 2026-02-24T15:27:23.046 INFO:teuthology.orchestra.run.trial039.stdout: 2026-02-24T15:27:23.047 INFO:teuthology.orchestra.run.trial039.stderr:dumped all 2026-02-24T15:27:23.186 INFO:teuthology.orchestra.run.trial039.stdout:{"pg_ready":true,"pg_map":{"version":27,"stamp":"2026-02-24T15:27:21.311703+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":1,"num_osds":2,"num_per_pool_osds":2,"num_per_pool_omap_osds":2,"kb":1468006400,"kb_used":56264,"kb_used_data":1448,"kb_used_omap":15,"kb_used_meta":54384,"kb_avail":1467950136,"statfs":{"total":1503238553600,"available":1503180939264,"internally_reserved":0,"allocated":1482752,"data_stored":1259572,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":15602,"internal_metadata":55689998},"hb_peers":[],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[]},"pg_stats_delta":{"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":0,"acting":0,"num_store_stats":0,"stamp_delta":"0.000000"},"pg_stats":[{"pgid":"1.0","version":"16'72","reported_seq":103,"reported_epoch":17,"state":"active+clean","last_fresh":"2026-02-24T15:27:18.419809+0000","last_change":"2026-02-24T15:27:17.422835+0000","last_active":"2026-02-24T15:27:18.419809+0000","last_peered":"2026-02-24T15:27:18.419809+0000","last_clean":"2026-02-24T15:27:18.419809+0000","last_became_active":"2026-02-24T15:27:17.422387+0000","last_became_peered":"2026-02-24T15:27:17.422387+0000","last_unstale":"2026-02-24T15:27:18.419809+0000","last_undegraded":"2026-02-24T15:27:18.419809+0000","last_fullsized":"2026-02-24T15:27:18.419809+0000","mapping_epoch":15,"log_start":"0'0","ondisk_log_start":"0'0","created":15,"last_epoch_clean":16,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-24T15:27:16.413703+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-24T15:27:16.413703+0000","last_clean_scrub_stamp":"2026-02-24T15:27:16.413703+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-25T16:12:19.603488+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":14,"seq":60129542149,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":734003200,"kb_used":28132,"kb_used_data":724,"kb_used_omap":6,"kb_used_meta":27193,"kb_avail":733975068,"statfs":{"total":751619276800,"available":751590469632,"internally_reserved":0,"allocated":741376,"data_stored":629786,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":7146,"internal_metadata":27845654},"hb_peers":[0],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]},{"osd":0,"up_from":9,"seq":38654705669,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":734003200,"kb_used":28132,"kb_used_data":724,"kb_used_omap":8,"kb_used_meta":27191,"kb_avail":733975068,"statfs":{"total":751619276800,"available":751590469632,"internally_reserved":0,"allocated":741376,"data_stored":629786,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":8456,"internal_metadata":27844344},"hb_peers":[1],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]}],"pool_statfs":[{"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-24T15:27:23.186 INFO:tasks.cephadm.ceph_manager.ceph:clean! 2026-02-24T15:27:23.187 INFO:tasks.ceph:Waiting until ceph cluster ceph is healthy... 2026-02-24T15:27:23.187 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy 2026-02-24T15:27:23.187 DEBUG:teuthology.orchestra.run.trial039:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:e602a214d0666d5fd7dab98304b32ef8fc2865a3 shell --fsid 1fdb37b6-1195-11f1-a7cb-d404e6e7d460 -- ceph health --format=json 2026-02-24T15:27:23.301 INFO:teuthology.orchestra.run.trial039.stderr:Inferring config /var/lib/ceph/1fdb37b6-1195-11f1-a7cb-d404e6e7d460/mon.a/config 2026-02-24T15:27:23.556 INFO:teuthology.orchestra.run.trial039.stdout: 2026-02-24T15:27:23.556 INFO:teuthology.orchestra.run.trial039.stdout:{"status":"HEALTH_OK","checks":{},"mutes":[]} 2026-02-24T15:27:23.588 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:27:23 trial039 ceph-mon[35334]: from='client.14249 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-24T15:27:23.695 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy done 2026-02-24T15:27:23.695 INFO:tasks.cephadm:Setup complete, yielding 2026-02-24T15:27:23.695 INFO:teuthology.run_tasks:Running task cephadm.shell... 2026-02-24T15:27:23.707 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@trial039.front.sepia.ceph.com 2026-02-24T15:27:23.707 DEBUG:teuthology.orchestra.run.trial039:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:e602a214d0666d5fd7dab98304b32ef8fc2865a3 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1fdb37b6-1195-11f1-a7cb-d404e6e7d460 -- bash -c 'ceph fs volume create cephfs' 2026-02-24T15:27:23.822 INFO:teuthology.orchestra.run.trial039.stderr:Inferring config /var/lib/ceph/1fdb37b6-1195-11f1-a7cb-d404e6e7d460/mon.a/config 2026-02-24T15:27:24.839 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:27:24 trial039 ceph-mon[35334]: from='client.14251 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-24T15:27:24.839 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:27:24 trial039 ceph-mon[35334]: pgmap v28: 1 pgs: 1 active+clean; 577 KiB data, 55 MiB used, 1.4 TiB / 1.4 TiB avail 2026-02-24T15:27:24.839 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:27:24 trial039 ceph-mon[35334]: from='client.? 10.20.193.39:0/595060551' entity='client.admin' cmd={"prefix": "health", "format": "json"} : dispatch 2026-02-24T15:27:24.839 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:27:24 trial039 ceph-mon[35334]: from='mgr.14152 10.20.193.39:0/3599865709' entity='mgr.x' cmd={"prefix": "osd pool create", "pool": "cephfs.cephfs.meta"} : dispatch 2026-02-24T15:27:25.589 INFO:teuthology.run_tasks:Running task cephadm.wait_for_service... 2026-02-24T15:27:25.603 INFO:tasks.cephadm:Waiting for ceph service mds.cephfs to start (timeout 300)... 2026-02-24T15:27:25.604 DEBUG:teuthology.orchestra.run.trial039:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:e602a214d0666d5fd7dab98304b32ef8fc2865a3 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1fdb37b6-1195-11f1-a7cb-d404e6e7d460 -- ceph orch ls -f json 2026-02-24T15:27:25.701 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:27:25 trial039 ceph-mon[35334]: from='client.14255 -' entity='client.admin' cmd=[{"prefix": "fs volume create", "name": "cephfs", "target": ["mon-mgr", ""]}]: dispatch 2026-02-24T15:27:25.701 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:27:25 trial039 ceph-mon[35334]: from='mgr.14152 10.20.193.39:0/3599865709' entity='mgr.x' cmd='[{"prefix": "osd pool create", "pool": "cephfs.cephfs.meta"}]': finished 2026-02-24T15:27:25.701 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:27:25 trial039 ceph-mon[35334]: osdmap e18: 2 total, 2 up, 2 in 2026-02-24T15:27:25.701 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:27:25 trial039 ceph-mon[35334]: from='mgr.14152 10.20.193.39:0/3599865709' entity='mgr.x' cmd={"bulk": true, "prefix": "osd pool create", "pool": "cephfs.cephfs.data"} : dispatch 2026-02-24T15:27:25.701 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:27:25 trial039 ceph-1fdb37b6-1195-11f1-a7cb-d404e6e7d460-mon-a[35309]: 2026-02-24T15:27:25.438+0000 7f6c90c95640 -1 log_channel(cluster) log [ERR] : Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2026-02-24T15:27:25.718 INFO:teuthology.orchestra.run.trial039.stderr:Inferring config /var/lib/ceph/1fdb37b6-1195-11f1-a7cb-d404e6e7d460/mon.a/config 2026-02-24T15:27:25.963 INFO:teuthology.orchestra.run.trial039.stdout: 2026-02-24T15:27:25.963 INFO:teuthology.orchestra.run.trial039.stdout:[{"events": ["2026-02-24T15:27:25.443151Z service:mds.cephfs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2026-02-24T15:27:25.442111Z", "running": 0, "size": 2}}, {"events": ["2026-02-24T15:26:50.077366Z service:mgr [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["trial039=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2026-02-24T15:26:50.070659Z", "last_refresh": "2026-02-24T15:27:25.873317Z", "running": 1, "size": 1}}, {"events": ["2026-02-24T15:26:48.424089Z service:mon [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["trial039:10.20.193.39=a"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2026-02-24T15:26:48.418310Z", "last_refresh": "2026-02-24T15:27:25.873239Z", "running": 1, "size": 1}}, {"events": ["2026-02-24T15:27:03.816637Z service:osd.default [INFO] \"service was created\""], "placement": {"host_pattern": "trial039"}, "service_id": "default", "service_name": "osd.default", "service_type": "osd", "spec": {"data_devices": {"paths": ["vg_nvme/lv_3"]}, "filter_logic": "AND", "objectstore": "bluestore", "osd_type": "classic", "termination_grace_period_seconds": 30}, "status": {"created": "2026-02-24T15:27:03.815662Z", "last_refresh": "2026-02-24T15:27:25.873369Z", "running": 2, "size": 2}}] 2026-02-24T15:27:26.108 INFO:tasks.cephadm:mds.cephfs has 0/2 2026-02-24T15:27:26.589 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:27:26 trial039 ceph-mon[35334]: pgmap v30: 33 pgs: 32 unknown, 1 active+clean; 577 KiB data, 55 MiB used, 1.4 TiB / 1.4 TiB avail 2026-02-24T15:27:26.589 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:27:26 trial039 ceph-mon[35334]: from='mgr.14152 10.20.193.39:0/3599865709' entity='mgr.x' cmd='[{"bulk": true, "prefix": "osd pool create", "pool": "cephfs.cephfs.data"}]': finished 2026-02-24T15:27:26.589 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:27:26 trial039 ceph-mon[35334]: osdmap e19: 2 total, 2 up, 2 in 2026-02-24T15:27:26.589 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:27:26 trial039 ceph-mon[35334]: from='mgr.14152 10.20.193.39:0/3599865709' entity='mgr.x' cmd={"prefix": "fs new", "fs_name": "cephfs", "metadata": "cephfs.cephfs.meta", "data": "cephfs.cephfs.data"} : dispatch 2026-02-24T15:27:26.589 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:27:26 trial039 ceph-mon[35334]: Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2026-02-24T15:27:26.589 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:27:26 trial039 ceph-mon[35334]: Health check failed: 1 filesystem is online with fewer MDS than max_mds (MDS_UP_LESS_THAN_MAX) 2026-02-24T15:27:26.589 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:27:26 trial039 ceph-mon[35334]: from='mgr.14152 10.20.193.39:0/3599865709' entity='mgr.x' cmd='[{"prefix": "fs new", "fs_name": "cephfs", "metadata": "cephfs.cephfs.meta", "data": "cephfs.cephfs.data"}]': finished 2026-02-24T15:27:26.590 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:27:26 trial039 ceph-mon[35334]: osdmap e20: 2 total, 2 up, 2 in 2026-02-24T15:27:26.590 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:27:26 trial039 ceph-mon[35334]: fsmap cephfs:0 2026-02-24T15:27:26.590 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:27:26 trial039 ceph-mon[35334]: Saving service mds.cephfs spec with placement count:2 2026-02-24T15:27:26.590 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:27:26 trial039 ceph-mon[35334]: from='mgr.14152 10.20.193.39:0/3599865709' entity='mgr.x' 2026-02-24T15:27:26.590 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:27:26 trial039 ceph-mon[35334]: from='mgr.14152 10.20.193.39:0/3599865709' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-24T15:27:26.590 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:27:26 trial039 ceph-mon[35334]: from='mgr.14152 10.20.193.39:0/3599865709' entity='mgr.x' 2026-02-24T15:27:26.590 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:27:26 trial039 ceph-mon[35334]: from='mgr.14152 10.20.193.39:0/3599865709' entity='mgr.x' 2026-02-24T15:27:27.108 DEBUG:teuthology.orchestra.run.trial039:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:e602a214d0666d5fd7dab98304b32ef8fc2865a3 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1fdb37b6-1195-11f1-a7cb-d404e6e7d460 -- ceph orch ls -f json 2026-02-24T15:27:27.224 INFO:teuthology.orchestra.run.trial039.stderr:Inferring config /var/lib/ceph/1fdb37b6-1195-11f1-a7cb-d404e6e7d460/mon.a/config 2026-02-24T15:27:27.479 INFO:teuthology.orchestra.run.trial039.stdout: 2026-02-24T15:27:27.480 INFO:teuthology.orchestra.run.trial039.stdout:[{"events": ["2026-02-24T15:27:25.443151Z service:mds.cephfs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2026-02-24T15:27:25.442111Z", "running": 0, "size": 2}}, {"events": ["2026-02-24T15:26:50.077366Z service:mgr [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["trial039=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2026-02-24T15:26:50.070659Z", "last_refresh": "2026-02-24T15:27:25.873317Z", "running": 1, "size": 1}}, {"events": ["2026-02-24T15:26:48.424089Z service:mon [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["trial039:10.20.193.39=a"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2026-02-24T15:26:48.418310Z", "last_refresh": "2026-02-24T15:27:25.873239Z", "running": 1, "size": 1}}, {"events": ["2026-02-24T15:27:03.816637Z service:osd.default [INFO] \"service was created\""], "placement": {"host_pattern": "trial039"}, "service_id": "default", "service_name": "osd.default", "service_type": "osd", "spec": {"data_devices": {"paths": ["vg_nvme/lv_3"]}, "filter_logic": "AND", "objectstore": "bluestore", "osd_type": "classic", "termination_grace_period_seconds": 30}, "status": {"created": "2026-02-24T15:27:03.815662Z", "last_refresh": "2026-02-24T15:27:25.873369Z", "running": 2, "size": 2}}] 2026-02-24T15:27:27.510 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:27:27 trial039 ceph-mon[35334]: from='client.14257 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-24T15:27:27.511 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:27:27 trial039 ceph-mon[35334]: osdmap e21: 2 total, 2 up, 2 in 2026-02-24T15:27:27.511 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:27:27 trial039 ceph-mon[35334]: from='mgr.14152 10.20.193.39:0/3599865709' entity='mgr.x' 2026-02-24T15:27:27.511 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:27:27 trial039 ceph-mon[35334]: from='mgr.14152 10.20.193.39:0/3599865709' entity='mgr.x' 2026-02-24T15:27:27.511 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:27:27 trial039 ceph-mon[35334]: from='mgr.14152 10.20.193.39:0/3599865709' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-24T15:27:27.511 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:27:27 trial039 ceph-mon[35334]: from='mgr.14152 10.20.193.39:0/3599865709' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-24T15:27:27.511 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:27:27 trial039 ceph-mon[35334]: from='mgr.14152 10.20.193.39:0/3599865709' entity='mgr.x' 2026-02-24T15:27:27.511 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:27:27 trial039 ceph-mon[35334]: from='mgr.14152 10.20.193.39:0/3599865709' entity='mgr.x' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-24T15:27:27.511 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:27:27 trial039 ceph-mon[35334]: from='mgr.14152 10.20.193.39:0/3599865709' entity='mgr.x' cmd={"prefix": "auth get-or-create", "entity": "mds.cephfs.trial039.wqcqbh", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]} : dispatch 2026-02-24T15:27:27.511 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:27:27 trial039 ceph-mon[35334]: from='mgr.14152 10.20.193.39:0/3599865709' entity='mgr.x' cmd='[{"prefix": "auth get-or-create", "entity": "mds.cephfs.trial039.wqcqbh", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2026-02-24T15:27:27.511 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:27:27 trial039 ceph-mon[35334]: from='mgr.14152 10.20.193.39:0/3599865709' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-24T15:27:27.623 INFO:tasks.cephadm:mds.cephfs has 0/2 2026-02-24T15:27:28.625 DEBUG:teuthology.orchestra.run.trial039:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:e602a214d0666d5fd7dab98304b32ef8fc2865a3 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1fdb37b6-1195-11f1-a7cb-d404e6e7d460 -- ceph orch ls -f json 2026-02-24T15:27:28.668 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:27:28 trial039 ceph-mon[35334]: Deploying daemon mds.cephfs.trial039.wqcqbh on trial039 2026-02-24T15:27:28.668 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:27:28 trial039 ceph-mon[35334]: pgmap v34: 65 pgs: 18 creating+peering, 17 active+clean, 30 unknown; 577 KiB data, 55 MiB used, 1.4 TiB / 1.4 TiB avail 2026-02-24T15:27:28.668 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:27:28 trial039 ceph-mon[35334]: osdmap e22: 2 total, 2 up, 2 in 2026-02-24T15:27:28.668 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:27:28 trial039 ceph-mon[35334]: from='client.14259 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-24T15:27:28.668 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:27:28 trial039 ceph-mon[35334]: from='mgr.14152 10.20.193.39:0/3599865709' entity='mgr.x' 2026-02-24T15:27:28.669 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:27:28 trial039 ceph-mon[35334]: from='mgr.14152 10.20.193.39:0/3599865709' entity='mgr.x' 2026-02-24T15:27:28.669 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:27:28 trial039 ceph-mon[35334]: from='mgr.14152 10.20.193.39:0/3599865709' entity='mgr.x' 2026-02-24T15:27:28.669 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:27:28 trial039 ceph-mon[35334]: from='mgr.14152 10.20.193.39:0/3599865709' entity='mgr.x' cmd={"prefix": "auth get-or-create", "entity": "mds.cephfs.trial039.hntqcx", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]} : dispatch 2026-02-24T15:27:28.669 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:27:28 trial039 ceph-mon[35334]: from='mgr.14152 10.20.193.39:0/3599865709' entity='mgr.x' cmd='[{"prefix": "auth get-or-create", "entity": "mds.cephfs.trial039.hntqcx", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2026-02-24T15:27:28.669 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:27:28 trial039 ceph-mon[35334]: from='mgr.14152 10.20.193.39:0/3599865709' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-24T15:27:28.751 INFO:teuthology.orchestra.run.trial039.stderr:Inferring config /var/lib/ceph/1fdb37b6-1195-11f1-a7cb-d404e6e7d460/mon.a/config 2026-02-24T15:27:29.014 INFO:teuthology.orchestra.run.trial039.stdout: 2026-02-24T15:27:29.014 INFO:teuthology.orchestra.run.trial039.stdout:[{"events": ["2026-02-24T15:27:28.728900Z service:mds.cephfs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2026-02-24T15:27:25.442111Z", "running": 0, "size": 2}}, {"events": ["2026-02-24T15:26:50.077366Z service:mgr [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["trial039=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2026-02-24T15:26:50.070659Z", "last_refresh": "2026-02-24T15:27:25.873317Z", "running": 1, "size": 1}}, {"events": ["2026-02-24T15:26:48.424089Z service:mon [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["trial039:10.20.193.39=a"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2026-02-24T15:26:48.418310Z", "last_refresh": "2026-02-24T15:27:25.873239Z", "running": 1, "size": 1}}, {"events": ["2026-02-24T15:27:03.816637Z service:osd.default [INFO] \"service was created\""], "placement": {"host_pattern": "trial039"}, "service_id": "default", "service_name": "osd.default", "service_type": "osd", "spec": {"data_devices": {"paths": ["vg_nvme/lv_3"]}, "filter_logic": "AND", "objectstore": "bluestore", "osd_type": "classic", "termination_grace_period_seconds": 30}, "status": {"created": "2026-02-24T15:27:03.815662Z", "last_refresh": "2026-02-24T15:27:25.873369Z", "running": 2, "size": 2}}] 2026-02-24T15:27:29.159 INFO:tasks.cephadm:mds.cephfs has 0/2 2026-02-24T15:27:29.839 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:27:29 trial039 ceph-mon[35334]: Deploying daemon mds.cephfs.trial039.hntqcx on trial039 2026-02-24T15:27:29.839 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:27:29 trial039 ceph-mon[35334]: mds.? [v2:10.20.193.39:6818/3659644765,v1:10.20.193.39:6819/3659644765] up:boot 2026-02-24T15:27:29.839 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:27:29 trial039 ceph-mon[35334]: daemon mds.cephfs.trial039.wqcqbh assigned to filesystem cephfs as rank 0 (now has 1 ranks) 2026-02-24T15:27:29.839 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:27:29 trial039 ceph-mon[35334]: Health check cleared: MDS_ALL_DOWN (was: 1 filesystem is offline) 2026-02-24T15:27:29.839 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:27:29 trial039 ceph-mon[35334]: Health check cleared: MDS_UP_LESS_THAN_MAX (was: 1 filesystem is online with fewer MDS than max_mds) 2026-02-24T15:27:29.840 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:27:29 trial039 ceph-mon[35334]: Cluster is now healthy 2026-02-24T15:27:29.840 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:27:29 trial039 ceph-mon[35334]: fsmap cephfs:0 1 up:standby 2026-02-24T15:27:29.840 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:27:29 trial039 ceph-mon[35334]: from='mgr.14152 10.20.193.39:0/3599865709' entity='mgr.x' cmd={"prefix": "mds metadata", "who": "cephfs.trial039.wqcqbh"} : dispatch 2026-02-24T15:27:29.840 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:27:29 trial039 ceph-mon[35334]: fsmap cephfs:1 {0=cephfs.trial039.wqcqbh=up:creating} 2026-02-24T15:27:29.840 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:27:29 trial039 ceph-mon[35334]: daemon mds.cephfs.trial039.wqcqbh is now active in filesystem cephfs as rank 0 2026-02-24T15:27:29.840 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:27:29 trial039 ceph-mon[35334]: from='mgr.14152 10.20.193.39:0/3599865709' entity='mgr.x' 2026-02-24T15:27:29.840 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:27:29 trial039 ceph-mon[35334]: from='mgr.14152 10.20.193.39:0/3599865709' entity='mgr.x' 2026-02-24T15:27:29.840 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:27:29 trial039 ceph-mon[35334]: from='mgr.14152 10.20.193.39:0/3599865709' entity='mgr.x' 2026-02-24T15:27:29.840 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:27:29 trial039 ceph-mon[35334]: from='mgr.14152 10.20.193.39:0/3599865709' entity='mgr.x' 2026-02-24T15:27:29.840 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:27:29 trial039 ceph-mon[35334]: from='mgr.14152 10.20.193.39:0/3599865709' entity='mgr.x' 2026-02-24T15:27:29.840 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:27:29 trial039 ceph-mon[35334]: from='mgr.14152 10.20.193.39:0/3599865709' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-24T15:27:29.840 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:27:29 trial039 ceph-mon[35334]: osdmap e23: 2 total, 2 up, 2 in 2026-02-24T15:27:29.841 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:27:29 trial039 ceph-mon[35334]: from='mgr.14152 10.20.193.39:0/3599865709' entity='mgr.x' 2026-02-24T15:27:29.841 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:27:29 trial039 ceph-mon[35334]: from='mgr.14152 10.20.193.39:0/3599865709' entity='mgr.x' 2026-02-24T15:27:29.841 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:27:29 trial039 ceph-mon[35334]: from='mgr.14152 10.20.193.39:0/3599865709' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-24T15:27:29.841 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:27:29 trial039 ceph-mon[35334]: from='mgr.14152 10.20.193.39:0/3599865709' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-24T15:27:29.841 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:27:29 trial039 ceph-mon[35334]: from='mgr.14152 10.20.193.39:0/3599865709' entity='mgr.x' 2026-02-24T15:27:29.841 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:27:29 trial039 ceph-mon[35334]: from='mgr.14152 10.20.193.39:0/3599865709' entity='mgr.x' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-24T15:27:29.841 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:27:29 trial039 ceph-mon[35334]: from='mgr.14152 10.20.193.39:0/3599865709' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-24T15:27:30.160 DEBUG:teuthology.orchestra.run.trial039:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:e602a214d0666d5fd7dab98304b32ef8fc2865a3 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1fdb37b6-1195-11f1-a7cb-d404e6e7d460 -- ceph orch ls -f json 2026-02-24T15:27:30.275 INFO:teuthology.orchestra.run.trial039.stderr:Inferring config /var/lib/ceph/1fdb37b6-1195-11f1-a7cb-d404e6e7d460/mon.a/config 2026-02-24T15:27:30.513 INFO:teuthology.orchestra.run.trial039.stdout: 2026-02-24T15:27:30.514 INFO:teuthology.orchestra.run.trial039.stdout:[{"events": ["2026-02-24T15:27:28.728900Z service:mds.cephfs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2026-02-24T15:27:25.442111Z", "last_refresh": "2026-02-24T15:27:29.777752Z", "running": 2, "size": 2}}, {"events": ["2026-02-24T15:26:50.077366Z service:mgr [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["trial039=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2026-02-24T15:26:50.070659Z", "last_refresh": "2026-02-24T15:27:29.777605Z", "running": 1, "size": 1}}, {"events": ["2026-02-24T15:26:48.424089Z service:mon [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["trial039:10.20.193.39=a"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2026-02-24T15:26:48.418310Z", "last_refresh": "2026-02-24T15:27:29.777530Z", "running": 1, "size": 1}}, {"events": ["2026-02-24T15:27:03.816637Z service:osd.default [INFO] \"service was created\""], "placement": {"host_pattern": "trial039"}, "service_id": "default", "service_name": "osd.default", "service_type": "osd", "spec": {"data_devices": {"paths": ["vg_nvme/lv_3"]}, "filter_logic": "AND", "objectstore": "bluestore", "osd_type": "classic", "termination_grace_period_seconds": 30}, "status": {"created": "2026-02-24T15:27:03.815662Z", "last_refresh": "2026-02-24T15:27:29.777658Z", "running": 2, "size": 2}}] 2026-02-24T15:27:30.654 INFO:tasks.cephadm:mds.cephfs has 2/2 2026-02-24T15:27:30.655 INFO:teuthology.run_tasks:Running task cephadm.shell... 2026-02-24T15:27:30.677 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@trial039.front.sepia.ceph.com 2026-02-24T15:27:30.677 DEBUG:teuthology.orchestra.run.trial039:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:e602a214d0666d5fd7dab98304b32ef8fc2865a3 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1fdb37b6-1195-11f1-a7cb-d404e6e7d460 -- bash -c 'ceph fs subvolumegroup create cephfs smb' 2026-02-24T15:27:30.793 INFO:teuthology.orchestra.run.trial039.stderr:Inferring config /var/lib/ceph/1fdb37b6-1195-11f1-a7cb-d404e6e7d460/mon.a/config 2026-02-24T15:27:30.815 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:27:30 trial039 ceph-mon[35334]: from='client.14265 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-24T15:27:30.815 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:27:30 trial039 ceph-mon[35334]: pgmap v37: 65 pgs: 18 creating+peering, 47 active+clean; 577 KiB data, 55 MiB used, 1.4 TiB / 1.4 TiB avail 2026-02-24T15:27:30.815 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:27:30 trial039 ceph-mon[35334]: mds.? [v2:10.20.193.39:6818/3659644765,v1:10.20.193.39:6819/3659644765] up:active 2026-02-24T15:27:30.815 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:27:30 trial039 ceph-mon[35334]: mds.? [v2:10.20.193.39:6820/4003493166,v1:10.20.193.39:6821/4003493166] up:boot 2026-02-24T15:27:30.815 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:27:30 trial039 ceph-mon[35334]: fsmap cephfs:1 {0=cephfs.trial039.wqcqbh=up:active} 1 up:standby 2026-02-24T15:27:30.816 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:27:30 trial039 ceph-mon[35334]: from='mgr.14152 10.20.193.39:0/3599865709' entity='mgr.x' cmd={"prefix": "mds metadata", "who": "cephfs.trial039.hntqcx"} : dispatch 2026-02-24T15:27:30.816 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:27:30 trial039 ceph-mon[35334]: fsmap cephfs:1 {0=cephfs.trial039.wqcqbh=up:active} 1 up:standby 2026-02-24T15:27:30.816 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:27:30 trial039 ceph-mon[35334]: from='mgr.14152 10.20.193.39:0/3599865709' entity='mgr.x' 2026-02-24T15:27:30.816 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:27:30 trial039 ceph-mon[35334]: from='mgr.14152 10.20.193.39:0/3599865709' entity='mgr.x' 2026-02-24T15:27:30.816 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:27:30 trial039 ceph-mon[35334]: from='mgr.14152 10.20.193.39:0/3599865709' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-24T15:27:30.816 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:27:30 trial039 ceph-mon[35334]: from='mgr.14152 10.20.193.39:0/3599865709' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-24T15:27:30.816 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:27:30 trial039 ceph-mon[35334]: from='mgr.14152 10.20.193.39:0/3599865709' entity='mgr.x' 2026-02-24T15:27:30.816 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:27:30 trial039 ceph-mon[35334]: from='mgr.14152 10.20.193.39:0/3599865709' entity='mgr.x' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-24T15:27:31.089 INFO:journalctl@ceph.mgr.x.trial039.stdout:Feb 24 15:27:31 trial039 ceph-1fdb37b6-1195-11f1-a7cb-d404e6e7d460-mgr-x[35636]: 2026-02-24T15:27:31.045+0000 7fba4e84b640 -1 client.14271 error registering admin socket command: (17) File exists 2026-02-24T15:27:31.194 DEBUG:teuthology.orchestra.run.trial039:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:e602a214d0666d5fd7dab98304b32ef8fc2865a3 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1fdb37b6-1195-11f1-a7cb-d404e6e7d460 -- bash -c 'ceph fs subvolume create cephfs sv1 --group-name=smb --mode=0777' 2026-02-24T15:27:31.311 INFO:teuthology.orchestra.run.trial039.stderr:Inferring config /var/lib/ceph/1fdb37b6-1195-11f1-a7cb-d404e6e7d460/mon.a/config 2026-02-24T15:27:31.689 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:27:31 trial039 ceph-mon[35334]: from='client.14267 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-24T15:27:31.711 DEBUG:teuthology.orchestra.run.trial039:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:e602a214d0666d5fd7dab98304b32ef8fc2865a3 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1fdb37b6-1195-11f1-a7cb-d404e6e7d460 -- bash -c 'ceph fs subvolume create cephfs sv2 --group-name=smb --mode=0777' 2026-02-24T15:27:31.825 INFO:teuthology.orchestra.run.trial039.stderr:Inferring config /var/lib/ceph/1fdb37b6-1195-11f1-a7cb-d404e6e7d460/mon.a/config 2026-02-24T15:27:32.231 DEBUG:teuthology.orchestra.run.trial039:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:e602a214d0666d5fd7dab98304b32ef8fc2865a3 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1fdb37b6-1195-11f1-a7cb-d404e6e7d460 -- bash -c 'ceph mgr module enable smb' 2026-02-24T15:27:32.345 INFO:teuthology.orchestra.run.trial039.stderr:Inferring config /var/lib/ceph/1fdb37b6-1195-11f1-a7cb-d404e6e7d460/mon.a/config 2026-02-24T15:27:32.460 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:27:32 trial039 ceph-mon[35334]: from='client.14269 -' entity='client.admin' cmd=[{"prefix": "fs subvolumegroup create", "vol_name": "cephfs", "group_name": "smb", "target": ["mon-mgr", ""]}]: dispatch 2026-02-24T15:27:32.460 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:27:32 trial039 ceph-mon[35334]: pgmap v38: 65 pgs: 65 active+clean; 577 KiB data, 55 MiB used, 1.4 TiB / 1.4 TiB avail; 348 B/s wr, 2 op/s 2026-02-24T15:27:32.460 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:27:32 trial039 ceph-mon[35334]: mgrmap e15: x(active, since 50s) 2026-02-24T15:27:32.460 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:27:32 trial039 ceph-mon[35334]: from='mgr.14152 10.20.193.39:0/3599865709' entity='mgr.x' 2026-02-24T15:27:32.460 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:27:32 trial039 ceph-mon[35334]: from='client.14273 -' 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-24T15:27:33.604 DEBUG:teuthology.orchestra.run.trial039:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:e602a214d0666d5fd7dab98304b32ef8fc2865a3 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1fdb37b6-1195-11f1-a7cb-d404e6e7d460 -- bash -c 'sleep 30' 2026-02-24T15:27:33.722 INFO:teuthology.orchestra.run.trial039.stderr:Inferring config /var/lib/ceph/1fdb37b6-1195-11f1-a7cb-d404e6e7d460/mon.a/config 2026-02-24T15:27:33.744 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:27:33 trial039 ceph-mon[35334]: from='client.14275 -' 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-24T15:27:33.744 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:27:33 trial039 ceph-mon[35334]: from='client.? 10.20.193.39:0/2709889171' entity='client.admin' cmd={"prefix": "mgr module enable", "module": "smb"} : dispatch 2026-02-24T15:27:33.744 INFO:journalctl@ceph.mgr.x.trial039.stdout:Feb 24 15:27:33 trial039 ceph-1fdb37b6-1195-11f1-a7cb-d404e6e7d460-mgr-x[35636]: ignoring --setuser ceph since I am not root 2026-02-24T15:27:33.744 INFO:journalctl@ceph.mgr.x.trial039.stdout:Feb 24 15:27:33 trial039 ceph-1fdb37b6-1195-11f1-a7cb-d404e6e7d460-mgr-x[35636]: ignoring --setgroup ceph since I am not root 2026-02-24T15:27:34.839 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:27:34 trial039 ceph-mon[35334]: from='client.? 10.20.193.39:0/2709889171' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "smb"}]': finished 2026-02-24T15:27:34.839 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:27:34 trial039 ceph-mon[35334]: mgrmap e16: x(active, since 52s) 2026-02-24T15:27:34.839 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:27:34 trial039 ceph-mon[35334]: mds.? [v2:10.20.193.39:6818/3659644765,v1:10.20.193.39:6819/3659644765] up:active 2026-02-24T15:27:34.839 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:27:34 trial039 ceph-mon[35334]: mds.? [v2:10.20.193.39:6820/4003493166,v1:10.20.193.39:6821/4003493166] up:standby 2026-02-24T15:27:34.840 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:27:34 trial039 ceph-mon[35334]: fsmap cephfs:1 {0=cephfs.trial039.wqcqbh=up:active} 1 up:standby 2026-02-24T15:27:34.840 INFO:journalctl@ceph.mgr.x.trial039.stdout:Feb 24 15:27:34 trial039 ceph-1fdb37b6-1195-11f1-a7cb-d404e6e7d460-mgr-x[35636]: /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-24T15:27:34.840 INFO:journalctl@ceph.mgr.x.trial039.stdout:Feb 24 15:27:34 trial039 ceph-1fdb37b6-1195-11f1-a7cb-d404e6e7d460-mgr-x[35636]: 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-24T15:27:34.840 INFO:journalctl@ceph.mgr.x.trial039.stdout:Feb 24 15:27:34 trial039 ceph-1fdb37b6-1195-11f1-a7cb-d404e6e7d460-mgr-x[35636]: from numpy import show_config as show_numpy_config 2026-02-24T15:27:36.589 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:27:36 trial039 ceph-mon[35334]: Active manager daemon x restarted 2026-02-24T15:27:36.589 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:27:36 trial039 ceph-mon[35334]: Activating manager daemon x 2026-02-24T15:27:36.589 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:27:36 trial039 ceph-mon[35334]: osdmap e24: 2 total, 2 up, 2 in 2026-02-24T15:27:36.589 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:27:36 trial039 ceph-mon[35334]: mgrmap e17: x(active, starting, since 0.00334654s) 2026-02-24T15:27:36.589 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:27:36 trial039 ceph-mon[35334]: from='mgr.14279 10.20.193.39:0/882361801' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-02-24T15:27:36.590 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:27:36 trial039 ceph-mon[35334]: from='mgr.14279 10.20.193.39:0/882361801' entity='mgr.x' cmd={"prefix": "mds metadata", "who": "cephfs.trial039.wqcqbh"} : dispatch 2026-02-24T15:27:36.590 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:27:36 trial039 ceph-mon[35334]: from='mgr.14279 10.20.193.39:0/882361801' entity='mgr.x' cmd={"prefix": "mds metadata", "who": "cephfs.trial039.hntqcx"} : dispatch 2026-02-24T15:27:36.590 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:27:36 trial039 ceph-mon[35334]: from='mgr.14279 10.20.193.39:0/882361801' entity='mgr.x' cmd={"prefix": "mgr metadata", "who": "x", "id": "x"} : dispatch 2026-02-24T15:27:36.590 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:27:36 trial039 ceph-mon[35334]: from='mgr.14279 10.20.193.39:0/882361801' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-02-24T15:27:36.590 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:27:36 trial039 ceph-mon[35334]: from='mgr.14279 10.20.193.39:0/882361801' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-02-24T15:27:36.590 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:27:36 trial039 ceph-mon[35334]: from='mgr.14279 10.20.193.39:0/882361801' entity='mgr.x' cmd={"prefix": "mds metadata"} : dispatch 2026-02-24T15:27:36.590 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:27:36 trial039 ceph-mon[35334]: from='mgr.14279 10.20.193.39:0/882361801' entity='mgr.x' cmd={"prefix": "osd metadata"} : dispatch 2026-02-24T15:27:36.590 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:27:36 trial039 ceph-mon[35334]: from='mgr.14279 10.20.193.39:0/882361801' entity='mgr.x' cmd={"prefix": "mon metadata"} : dispatch 2026-02-24T15:27:36.590 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:27:36 trial039 ceph-mon[35334]: Manager daemon x is now available 2026-02-24T15:27:36.590 INFO:journalctl@ceph.mgr.x.trial039.stdout:Feb 24 15:27:36 trial039 ceph-1fdb37b6-1195-11f1-a7cb-d404e6e7d460-mgr-x[35636]: 2026-02-24T15:27:36.487+0000 7f177e794640 -1 client.14290 error registering admin socket command: (17) File exists 2026-02-24T15:27:36.591 INFO:journalctl@ceph.mgr.x.trial039.stdout:Feb 24 15:27:36 trial039 ceph-1fdb37b6-1195-11f1-a7cb-d404e6e7d460-mgr-x[35636]: 2026-02-24T15:27:36.487+0000 7f1780798640 -1 client.14291 error registering admin socket command: (17) File exists 2026-02-24T15:27:36.591 INFO:journalctl@ceph.mgr.x.trial039.stdout:Feb 24 15:27:36 trial039 ceph-1fdb37b6-1195-11f1-a7cb-d404e6e7d460-mgr-x[35636]: 2026-02-24T15:27:36.487+0000 7f1780798640 -1 client.14291 error registering admin socket command: (17) File exists 2026-02-24T15:27:36.591 INFO:journalctl@ceph.mgr.x.trial039.stdout:Feb 24 15:27:36 trial039 ceph-1fdb37b6-1195-11f1-a7cb-d404e6e7d460-mgr-x[35636]: 2026-02-24T15:27:36.487+0000 7f1780798640 -1 client.14291 error registering admin socket command: (17) File exists 2026-02-24T15:27:36.591 INFO:journalctl@ceph.mgr.x.trial039.stdout:Feb 24 15:27:36 trial039 ceph-1fdb37b6-1195-11f1-a7cb-d404e6e7d460-mgr-x[35636]: 2026-02-24T15:27:36.487+0000 7f1780798640 -1 client.14291 error registering admin socket command: (17) File exists 2026-02-24T15:27:36.591 INFO:journalctl@ceph.mgr.x.trial039.stdout:Feb 24 15:27:36 trial039 ceph-1fdb37b6-1195-11f1-a7cb-d404e6e7d460-mgr-x[35636]: 2026-02-24T15:27:36.487+0000 7f1780798640 -1 client.14291 error registering admin socket command: (17) File exists 2026-02-24T15:27:36.591 INFO:journalctl@ceph.mgr.x.trial039.stdout:Feb 24 15:27:36 trial039 ceph-1fdb37b6-1195-11f1-a7cb-d404e6e7d460-mgr-x[35636]: 2026-02-24T15:27:36.487+0000 7f1780798640 -1 client.14291 error registering admin socket command: (17) File exists 2026-02-24T15:27:37.589 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:27:37 trial039 ceph-mon[35334]: from='mgr.14279 10.20.193.39:0/882361801' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-24T15:27:37.589 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:27:37 trial039 ceph-mon[35334]: from='mgr.14279 10.20.193.39:0/882361801' entity='mgr.x' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"} : dispatch 2026-02-24T15:27:37.589 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:27:37 trial039 ceph-mon[35334]: from='mgr.14279 10.20.193.39:0/882361801' entity='mgr.x' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"} : dispatch 2026-02-24T15:27:37.589 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:27:37 trial039 ceph-mon[35334]: from='mgr.14279 10.20.193.39:0/882361801' entity='mgr.x' 2026-02-24T15:27:37.589 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:27:37 trial039 ceph-mon[35334]: from='mgr.14279 10.20.193.39:0/882361801' entity='mgr.x' 2026-02-24T15:27:37.589 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:27:37 trial039 ceph-mon[35334]: mgrmap e18: x(active, since 1.00502s) 2026-02-24T15:27:38.839 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:27:38 trial039 ceph-mon[35334]: [24/Feb/2026:15:27:36] ENGINE Bus STARTING 2026-02-24T15:27:38.839 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:27:38 trial039 ceph-mon[35334]: [24/Feb/2026:15:27:36] ENGINE Serving on http://10.20.193.39:8765 2026-02-24T15:27:38.839 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:27:38 trial039 ceph-mon[35334]: [24/Feb/2026:15:27:36] ENGINE Serving on https://10.20.193.39:7150 2026-02-24T15:27:38.839 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:27:38 trial039 ceph-mon[35334]: [24/Feb/2026:15:27:36] ENGINE Bus STARTED 2026-02-24T15:27:38.839 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:27:38 trial039 ceph-mon[35334]: [24/Feb/2026:15:27:36] ENGINE Client ('10.20.193.39', 38070) lost — peer dropped the TLS connection suddenly, during handshake: (6, 'TLS/SSL connection has been closed (EOF) (_ssl.c:1147)') 2026-02-24T15:27:38.840 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:27:38 trial039 ceph-mon[35334]: pgmap v3: 65 pgs: 65 active+clean; 637 KiB data, 55 MiB used, 1.4 TiB / 1.4 TiB avail 2026-02-24T15:27:38.840 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:27:38 trial039 ceph-mon[35334]: from='mgr.14279 10.20.193.39:0/882361801' entity='mgr.x' 2026-02-24T15:27:38.840 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:27:38 trial039 ceph-mon[35334]: from='mgr.14279 10.20.193.39:0/882361801' entity='mgr.x' 2026-02-24T15:27:38.840 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:27:38 trial039 ceph-mon[35334]: from='mgr.14279 10.20.193.39:0/882361801' entity='mgr.x' cmd={"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"} : dispatch 2026-02-24T15:27:38.840 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:27:38 trial039 ceph-mon[35334]: from='mgr.14279 10.20.193.39:0/882361801' entity='mgr.x' cmd={"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"} : dispatch 2026-02-24T15:27:38.840 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:27:38 trial039 ceph-mon[35334]: Adjusting osd_memory_target on trial039 to 37927M 2026-02-24T15:27:38.840 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:27:38 trial039 ceph-mon[35334]: from='mgr.14279 10.20.193.39:0/882361801' entity='mgr.x' 2026-02-24T15:27:38.840 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:27:38 trial039 ceph-mon[35334]: from='mgr.14279 10.20.193.39:0/882361801' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-24T15:27:38.840 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:27:38 trial039 ceph-mon[35334]: from='mgr.14279 10.20.193.39:0/882361801' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-24T15:27:38.840 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:27:38 trial039 ceph-mon[35334]: Updating trial039:/etc/ceph/ceph.conf 2026-02-24T15:27:38.840 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:27:38 trial039 ceph-mon[35334]: from='mgr.14279 10.20.193.39:0/882361801' entity='mgr.x' 2026-02-24T15:27:38.841 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:27:38 trial039 ceph-mon[35334]: from='mgr.14279 10.20.193.39:0/882361801' entity='mgr.x' 2026-02-24T15:27:38.841 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:27:38 trial039 ceph-mon[35334]: from='mgr.14279 10.20.193.39:0/882361801' entity='mgr.x' 2026-02-24T15:27:38.841 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:27:38 trial039 ceph-mon[35334]: from='mgr.14279 10.20.193.39:0/882361801' entity='mgr.x' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-24T15:27:38.841 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:27:38 trial039 ceph-mon[35334]: from='mgr.14279 10.20.193.39:0/882361801' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-24T15:27:38.841 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:27:38 trial039 ceph-mon[35334]: from='mgr.14279 10.20.193.39:0/882361801' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-24T15:27:38.841 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:27:38 trial039 ceph-mon[35334]: from='mgr.14279 10.20.193.39:0/882361801' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-24T15:27:38.841 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:27:38 trial039 ceph-mon[35334]: from='mgr.14279 10.20.193.39:0/882361801' entity='mgr.x' 2026-02-24T15:27:38.841 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:27:38 trial039 ceph-mon[35334]: from='mgr.14279 10.20.193.39:0/882361801' entity='mgr.x' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-24T15:27:39.839 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:27:39 trial039 ceph-mon[35334]: Updating trial039:/var/lib/ceph/1fdb37b6-1195-11f1-a7cb-d404e6e7d460/config/ceph.conf 2026-02-24T15:27:39.839 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:27:39 trial039 ceph-mon[35334]: Updating trial039:/etc/ceph/ceph.client.admin.keyring 2026-02-24T15:27:39.839 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:27:39 trial039 ceph-mon[35334]: Updating trial039:/var/lib/ceph/1fdb37b6-1195-11f1-a7cb-d404e6e7d460/config/ceph.client.admin.keyring 2026-02-24T15:27:39.839 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:27:39 trial039 ceph-mon[35334]: Certificate for "cephadm-signed_agent_cert (trial039)" is still valid for 1824 days. 2026-02-24T15:27:39.839 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:27:39 trial039 ceph-mon[35334]: pgmap v4: 65 pgs: 65 active+clean; 637 KiB data, 55 MiB used, 1.4 TiB / 1.4 TiB avail 2026-02-24T15:27:39.839 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:27:39 trial039 ceph-mon[35334]: mgrmap e19: x(active, since 2s) 2026-02-24T15:27:41.839 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:27:41 trial039 ceph-mon[35334]: pgmap v5: 65 pgs: 65 active+clean; 637 KiB data, 55 MiB used, 1.4 TiB / 1.4 TiB avail 2026-02-24T15:27:41.839 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:27:41 trial039 ceph-mon[35334]: mgrmap e20: x(active, since 4s) 2026-02-24T15:27:43.839 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:27:43 trial039 ceph-mon[35334]: pgmap v6: 65 pgs: 65 active+clean; 645 KiB data, 55 MiB used, 1.4 TiB / 1.4 TiB avail; 35 KiB/s rd, 2.2 KiB/s wr, 15 op/s 2026-02-24T15:27:45.839 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:27:45 trial039 ceph-mon[35334]: pgmap v7: 65 pgs: 65 active+clean; 645 KiB data, 55 MiB used, 1.4 TiB / 1.4 TiB avail; 25 KiB/s rd, 1.6 KiB/s wr, 11 op/s 2026-02-24T15:27:47.839 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:27:47 trial039 ceph-mon[35334]: pgmap v8: 65 pgs: 65 active+clean; 645 KiB data, 55 MiB used, 1.4 TiB / 1.4 TiB avail; 20 KiB/s rd, 1.2 KiB/s wr, 8 op/s 2026-02-24T15:27:49.839 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:27:49 trial039 ceph-mon[35334]: pgmap v9: 65 pgs: 65 active+clean; 645 KiB data, 55 MiB used, 1.4 TiB / 1.4 TiB avail; 16 KiB/s rd, 1023 B/s wr, 7 op/s 2026-02-24T15:27:51.839 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:27:51 trial039 ceph-mon[35334]: pgmap v10: 65 pgs: 65 active+clean; 645 KiB data, 55 MiB used, 1.4 TiB / 1.4 TiB avail; 15 KiB/s rd, 938 B/s wr, 6 op/s 2026-02-24T15:27:53.839 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:27:53 trial039 ceph-mon[35334]: pgmap v11: 65 pgs: 65 active+clean; 647 KiB data, 55 MiB used, 1.4 TiB / 1.4 TiB avail; 15 KiB/s rd, 1.2 KiB/s wr, 6 op/s 2026-02-24T15:27:55.839 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:27:55 trial039 ceph-mon[35334]: pgmap v12: 65 pgs: 65 active+clean; 647 KiB data, 55 MiB used, 1.4 TiB / 1.4 TiB avail; 255 B/s wr, 0 op/s 2026-02-24T15:27:57.839 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:27:57 trial039 ceph-mon[35334]: pgmap v13: 65 pgs: 65 active+clean; 647 KiB data, 55 MiB used, 1.4 TiB / 1.4 TiB avail; 255 B/s wr, 0 op/s 2026-02-24T15:27:59.839 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:27:59 trial039 ceph-mon[35334]: pgmap v14: 65 pgs: 65 active+clean; 647 KiB data, 55 MiB used, 1.4 TiB / 1.4 TiB avail; 255 B/s wr, 0 op/s 2026-02-24T15:28:01.839 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:28:01 trial039 ceph-mon[35334]: pgmap v15: 65 pgs: 65 active+clean; 647 KiB data, 55 MiB used, 1.4 TiB / 1.4 TiB avail; 255 B/s wr, 0 op/s 2026-02-24T15:28:03.817 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:28:03 trial039 ceph-mon[35334]: pgmap v16: 65 pgs: 65 active+clean; 647 KiB data, 55 MiB used, 1.4 TiB / 1.4 TiB avail; 255 B/s wr, 0 op/s 2026-02-24T15:28:03.952 DEBUG:teuthology.orchestra.run.trial039:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:e602a214d0666d5fd7dab98304b32ef8fc2865a3 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1fdb37b6-1195-11f1-a7cb-d404e6e7d460 -- bash -c 'ceph smb apply -i -' 2026-02-24T15:28:04.070 INFO:teuthology.orchestra.run.trial039.stderr:Inferring config /var/lib/ceph/1fdb37b6-1195-11f1-a7cb-d404e6e7d460/mon.a/config 2026-02-24T15:28:04.839 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:28:04 trial039 ceph-mon[35334]: from='mgr.14279 10.20.193.39:0/882361801' entity='mgr.x' cmd={"prefix": "fs subvolume getpath", "vol_name": "cephfs", "sub_name": "sv1", "group_name": "smb"} : dispatch 2026-02-24T15:28:04.839 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:28:04 trial039 ceph-mon[35334]: from='mgr.14279 10.20.193.39:0/882361801' entity='mgr.x' cmd={"prefix": "fs subvolume getpath", "vol_name": "cephfs", "sub_name": "sv2", "group_name": "smb"} : dispatch 2026-02-24T15:28:04.839 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:28:04 trial039 ceph-mon[35334]: from='mgr.14279 10.20.193.39:0/882361801' entity='mgr.x' 2026-02-24T15:28:04.840 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:28:04 trial039 ceph-mon[35334]: from='mgr.14279 10.20.193.39:0/882361801' entity='mgr.x' cmd={"prefix": "osd pool create", "pool": ".smb", "yes_i_really_mean_it": true} : dispatch 2026-02-24T15:28:04.840 INFO:journalctl@ceph.mgr.x.trial039.stdout:Feb 24 15:28:04 trial039 ceph-1fdb37b6-1195-11f1-a7cb-d404e6e7d460-mgr-x[35636]: 2026-02-24T15:28:04.351+0000 7f177b78e640 -1 client.14297 error registering admin socket command: (17) File exists 2026-02-24T15:28:04.840 INFO:journalctl@ceph.mgr.x.trial039.stdout:Feb 24 15:28:04 trial039 ceph-1fdb37b6-1195-11f1-a7cb-d404e6e7d460-mgr-x[35636]: 2026-02-24T15:28:04.351+0000 7f177b78e640 -1 client.14297 error registering admin socket command: (17) File exists 2026-02-24T15:28:04.840 INFO:journalctl@ceph.mgr.x.trial039.stdout:Feb 24 15:28:04 trial039 ceph-1fdb37b6-1195-11f1-a7cb-d404e6e7d460-mgr-x[35636]: 2026-02-24T15:28:04.351+0000 7f177b78e640 -1 client.14297 error registering admin socket command: (17) File exists 2026-02-24T15:28:04.840 INFO:journalctl@ceph.mgr.x.trial039.stdout:Feb 24 15:28:04 trial039 ceph-1fdb37b6-1195-11f1-a7cb-d404e6e7d460-mgr-x[35636]: 2026-02-24T15:28:04.351+0000 7f177b78e640 -1 client.14297 error registering admin socket command: (17) File exists 2026-02-24T15:28:04.840 INFO:journalctl@ceph.mgr.x.trial039.stdout:Feb 24 15:28:04 trial039 ceph-1fdb37b6-1195-11f1-a7cb-d404e6e7d460-mgr-x[35636]: 2026-02-24T15:28:04.351+0000 7f177b78e640 -1 client.14297 error registering admin socket command: (17) File exists 2026-02-24T15:28:04.840 INFO:journalctl@ceph.mgr.x.trial039.stdout:Feb 24 15:28:04 trial039 ceph-1fdb37b6-1195-11f1-a7cb-d404e6e7d460-mgr-x[35636]: 2026-02-24T15:28:04.351+0000 7f177b78e640 -1 client.14297 error registering admin socket command: (17) File exists 2026-02-24T15:28:04.840 INFO:journalctl@ceph.mgr.x.trial039.stdout:Feb 24 15:28:04 trial039 ceph-1fdb37b6-1195-11f1-a7cb-d404e6e7d460-mgr-x[35636]: 2026-02-24T15:28:04.358+0000 7f17887e8640 -1 client.14299 error registering admin socket command: (17) File exists 2026-02-24T15:28:04.841 INFO:journalctl@ceph.mgr.x.trial039.stdout:Feb 24 15:28:04 trial039 ceph-1fdb37b6-1195-11f1-a7cb-d404e6e7d460-mgr-x[35636]: 2026-02-24T15:28:04.358+0000 7f17887e8640 -1 client.14299 error registering admin socket command: (17) File exists 2026-02-24T15:28:04.841 INFO:journalctl@ceph.mgr.x.trial039.stdout:Feb 24 15:28:04 trial039 ceph-1fdb37b6-1195-11f1-a7cb-d404e6e7d460-mgr-x[35636]: 2026-02-24T15:28:04.358+0000 7f17887e8640 -1 client.14299 error registering admin socket command: (17) File exists 2026-02-24T15:28:04.841 INFO:journalctl@ceph.mgr.x.trial039.stdout:Feb 24 15:28:04 trial039 ceph-1fdb37b6-1195-11f1-a7cb-d404e6e7d460-mgr-x[35636]: 2026-02-24T15:28:04.358+0000 7f17887e8640 -1 client.14299 error registering admin socket command: (17) File exists 2026-02-24T15:28:04.841 INFO:journalctl@ceph.mgr.x.trial039.stdout:Feb 24 15:28:04 trial039 ceph-1fdb37b6-1195-11f1-a7cb-d404e6e7d460-mgr-x[35636]: 2026-02-24T15:28:04.358+0000 7f17887e8640 -1 client.14299 error registering admin socket command: (17) File exists 2026-02-24T15:28:04.841 INFO:journalctl@ceph.mgr.x.trial039.stdout:Feb 24 15:28:04 trial039 ceph-1fdb37b6-1195-11f1-a7cb-d404e6e7d460-mgr-x[35636]: 2026-02-24T15:28:04.358+0000 7f17887e8640 -1 client.14299 error registering admin socket command: (17) File exists 2026-02-24T15:28:04.841 INFO:journalctl@ceph.mgr.x.trial039.stdout:Feb 24 15:28:04 trial039 ceph-1fdb37b6-1195-11f1-a7cb-d404e6e7d460-mgr-x[35636]: 2026-02-24T15:28:04.362+0000 7f17887e8640 -1 client.14301 error registering admin socket command: (17) File exists 2026-02-24T15:28:04.841 INFO:journalctl@ceph.mgr.x.trial039.stdout:Feb 24 15:28:04 trial039 ceph-1fdb37b6-1195-11f1-a7cb-d404e6e7d460-mgr-x[35636]: 2026-02-24T15:28:04.362+0000 7f17887e8640 -1 client.14301 error registering admin socket command: (17) File exists 2026-02-24T15:28:04.841 INFO:journalctl@ceph.mgr.x.trial039.stdout:Feb 24 15:28:04 trial039 ceph-1fdb37b6-1195-11f1-a7cb-d404e6e7d460-mgr-x[35636]: 2026-02-24T15:28:04.362+0000 7f17887e8640 -1 client.14301 error registering admin socket command: (17) File exists 2026-02-24T15:28:04.841 INFO:journalctl@ceph.mgr.x.trial039.stdout:Feb 24 15:28:04 trial039 ceph-1fdb37b6-1195-11f1-a7cb-d404e6e7d460-mgr-x[35636]: 2026-02-24T15:28:04.362+0000 7f17887e8640 -1 client.14301 error registering admin socket command: (17) File exists 2026-02-24T15:28:04.841 INFO:journalctl@ceph.mgr.x.trial039.stdout:Feb 24 15:28:04 trial039 ceph-1fdb37b6-1195-11f1-a7cb-d404e6e7d460-mgr-x[35636]: 2026-02-24T15:28:04.362+0000 7f17887e8640 -1 client.14301 error registering admin socket command: (17) File exists 2026-02-24T15:28:04.841 INFO:journalctl@ceph.mgr.x.trial039.stdout:Feb 24 15:28:04 trial039 ceph-1fdb37b6-1195-11f1-a7cb-d404e6e7d460-mgr-x[35636]: 2026-02-24T15:28:04.362+0000 7f17887e8640 -1 client.14301 error registering admin socket command: (17) File exists 2026-02-24T15:28:05.839 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:28:05 trial039 ceph-mon[35334]: pgmap v17: 65 pgs: 65 active+clean; 647 KiB data, 55 MiB used, 1.4 TiB / 1.4 TiB avail 2026-02-24T15:28:05.839 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:28:05 trial039 ceph-mon[35334]: from='client.14295 -' entity='client.admin' cmd=[{"prefix": "smb apply", "target": ["mon-mgr", ""]}]: dispatch 2026-02-24T15:28:05.839 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:28:05 trial039 ceph-mon[35334]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "fs subvolume getpath", "vol_name": "cephfs", "sub_name": "sv1", "group_name": "smb"}]: dispatch 2026-02-24T15:28:05.840 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:28:05 trial039 ceph-mon[35334]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "fs subvolume getpath", "vol_name": "cephfs", "sub_name": "sv2", "group_name": "smb"}]: dispatch 2026-02-24T15:28:05.840 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:28:05 trial039 ceph-mon[35334]: from='mgr.14279 10.20.193.39:0/882361801' entity='mgr.x' cmd='[{"prefix": "osd pool create", "pool": ".smb", "yes_i_really_mean_it": true}]': finished 2026-02-24T15:28:05.840 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:28:05 trial039 ceph-mon[35334]: osdmap e25: 2 total, 2 up, 2 in 2026-02-24T15:28:05.840 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:28:05 trial039 ceph-mon[35334]: from='mgr.14279 10.20.193.39:0/882361801' entity='mgr.x' cmd={"prefix": "osd pool application enable", "pool": ".smb", "app": "smb"} : dispatch 2026-02-24T15:28:06.395 INFO:teuthology.orchestra.run.trial039.stdout:{ 2026-02-24T15:28:06.395 INFO:teuthology.orchestra.run.trial039.stdout: "results": [ 2026-02-24T15:28:06.396 INFO:teuthology.orchestra.run.trial039.stdout: { 2026-02-24T15:28:06.396 INFO:teuthology.orchestra.run.trial039.stdout: "resource": { 2026-02-24T15:28:06.396 INFO:teuthology.orchestra.run.trial039.stdout: "resource_type": "ceph.smb.join.auth", 2026-02-24T15:28:06.396 INFO:teuthology.orchestra.run.trial039.stdout: "auth_id": "join1-admin", 2026-02-24T15:28:06.396 INFO:teuthology.orchestra.run.trial039.stdout: "intent": "present", 2026-02-24T15:28:06.396 INFO:teuthology.orchestra.run.trial039.stdout: "auth": { 2026-02-24T15:28:06.396 INFO:teuthology.orchestra.run.trial039.stdout: "username": "Administrator", 2026-02-24T15:28:06.396 INFO:teuthology.orchestra.run.trial039.stdout: "password": "Passw0rd" 2026-02-24T15:28:06.396 INFO:teuthology.orchestra.run.trial039.stdout: } 2026-02-24T15:28:06.397 INFO:teuthology.orchestra.run.trial039.stdout: }, 2026-02-24T15:28:06.397 INFO:teuthology.orchestra.run.trial039.stdout: "state": "created", 2026-02-24T15:28:06.397 INFO:teuthology.orchestra.run.trial039.stdout: "success": true 2026-02-24T15:28:06.397 INFO:teuthology.orchestra.run.trial039.stdout: }, 2026-02-24T15:28:06.397 INFO:teuthology.orchestra.run.trial039.stdout: { 2026-02-24T15:28:06.397 INFO:teuthology.orchestra.run.trial039.stdout: "resource": { 2026-02-24T15:28:06.397 INFO:teuthology.orchestra.run.trial039.stdout: "resource_type": "ceph.smb.cluster", 2026-02-24T15:28:06.397 INFO:teuthology.orchestra.run.trial039.stdout: "cluster_id": "modtest1", 2026-02-24T15:28:06.397 INFO:teuthology.orchestra.run.trial039.stdout: "auth_mode": "active-directory", 2026-02-24T15:28:06.397 INFO:teuthology.orchestra.run.trial039.stdout: "intent": "present", 2026-02-24T15:28:06.398 INFO:teuthology.orchestra.run.trial039.stdout: "domain_settings": { 2026-02-24T15:28:06.398 INFO:teuthology.orchestra.run.trial039.stdout: "realm": "DOMAIN1.SINK.TEST", 2026-02-24T15:28:06.398 INFO:teuthology.orchestra.run.trial039.stdout: "join_sources": [ 2026-02-24T15:28:06.398 INFO:teuthology.orchestra.run.trial039.stdout: { 2026-02-24T15:28:06.398 INFO:teuthology.orchestra.run.trial039.stdout: "source_type": "resource", 2026-02-24T15:28:06.398 INFO:teuthology.orchestra.run.trial039.stdout: "ref": "join1-admin" 2026-02-24T15:28:06.398 INFO:teuthology.orchestra.run.trial039.stdout: } 2026-02-24T15:28:06.398 INFO:teuthology.orchestra.run.trial039.stdout: ] 2026-02-24T15:28:06.398 INFO:teuthology.orchestra.run.trial039.stdout: }, 2026-02-24T15:28:06.398 INFO:teuthology.orchestra.run.trial039.stdout: "custom_dns": [ 2026-02-24T15:28:06.398 INFO:teuthology.orchestra.run.trial039.stdout: "10.20.193.196" 2026-02-24T15:28:06.399 INFO:teuthology.orchestra.run.trial039.stdout: ], 2026-02-24T15:28:06.399 INFO:teuthology.orchestra.run.trial039.stdout: "placement": { 2026-02-24T15:28:06.399 INFO:teuthology.orchestra.run.trial039.stdout: "count": 1 2026-02-24T15:28:06.399 INFO:teuthology.orchestra.run.trial039.stdout: } 2026-02-24T15:28:06.399 INFO:teuthology.orchestra.run.trial039.stdout: }, 2026-02-24T15:28:06.399 INFO:teuthology.orchestra.run.trial039.stdout: "state": "created", 2026-02-24T15:28:06.399 INFO:teuthology.orchestra.run.trial039.stdout: "success": true 2026-02-24T15:28:06.399 INFO:teuthology.orchestra.run.trial039.stdout: }, 2026-02-24T15:28:06.399 INFO:teuthology.orchestra.run.trial039.stdout: { 2026-02-24T15:28:06.399 INFO:teuthology.orchestra.run.trial039.stdout: "resource": { 2026-02-24T15:28:06.399 INFO:teuthology.orchestra.run.trial039.stdout: "resource_type": "ceph.smb.share", 2026-02-24T15:28:06.400 INFO:teuthology.orchestra.run.trial039.stdout: "cluster_id": "modtest1", 2026-02-24T15:28:06.400 INFO:teuthology.orchestra.run.trial039.stdout: "share_id": "share1", 2026-02-24T15:28:06.400 INFO:teuthology.orchestra.run.trial039.stdout: "intent": "present", 2026-02-24T15:28:06.400 INFO:teuthology.orchestra.run.trial039.stdout: "name": "share1", 2026-02-24T15:28:06.400 INFO:teuthology.orchestra.run.trial039.stdout: "readonly": false, 2026-02-24T15:28:06.400 INFO:teuthology.orchestra.run.trial039.stdout: "browseable": true, 2026-02-24T15:28:06.400 INFO:teuthology.orchestra.run.trial039.stdout: "cephfs": { 2026-02-24T15:28:06.400 INFO:teuthology.orchestra.run.trial039.stdout: "volume": "cephfs", 2026-02-24T15:28:06.400 INFO:teuthology.orchestra.run.trial039.stdout: "path": "/", 2026-02-24T15:28:06.400 INFO:teuthology.orchestra.run.trial039.stdout: "subvolumegroup": "smb", 2026-02-24T15:28:06.400 INFO:teuthology.orchestra.run.trial039.stdout: "subvolume": "sv1", 2026-02-24T15:28:06.400 INFO:teuthology.orchestra.run.trial039.stdout: "provider": "samba-vfs/new" 2026-02-24T15:28:06.401 INFO:teuthology.orchestra.run.trial039.stdout: } 2026-02-24T15:28:06.401 INFO:teuthology.orchestra.run.trial039.stdout: }, 2026-02-24T15:28:06.401 INFO:teuthology.orchestra.run.trial039.stdout: "state": "created", 2026-02-24T15:28:06.401 INFO:teuthology.orchestra.run.trial039.stdout: "success": true 2026-02-24T15:28:06.401 INFO:teuthology.orchestra.run.trial039.stdout: }, 2026-02-24T15:28:06.401 INFO:teuthology.orchestra.run.trial039.stdout: { 2026-02-24T15:28:06.401 INFO:teuthology.orchestra.run.trial039.stdout: "resource": { 2026-02-24T15:28:06.401 INFO:teuthology.orchestra.run.trial039.stdout: "resource_type": "ceph.smb.share", 2026-02-24T15:28:06.401 INFO:teuthology.orchestra.run.trial039.stdout: "cluster_id": "modtest1", 2026-02-24T15:28:06.402 INFO:teuthology.orchestra.run.trial039.stdout: "share_id": "share2", 2026-02-24T15:28:06.402 INFO:teuthology.orchestra.run.trial039.stdout: "intent": "present", 2026-02-24T15:28:06.402 INFO:teuthology.orchestra.run.trial039.stdout: "name": "share2", 2026-02-24T15:28:06.402 INFO:teuthology.orchestra.run.trial039.stdout: "readonly": false, 2026-02-24T15:28:06.402 INFO:teuthology.orchestra.run.trial039.stdout: "browseable": true, 2026-02-24T15:28:06.402 INFO:teuthology.orchestra.run.trial039.stdout: "cephfs": { 2026-02-24T15:28:06.402 INFO:teuthology.orchestra.run.trial039.stdout: "volume": "cephfs", 2026-02-24T15:28:06.402 INFO:teuthology.orchestra.run.trial039.stdout: "path": "/", 2026-02-24T15:28:06.402 INFO:teuthology.orchestra.run.trial039.stdout: "subvolumegroup": "smb", 2026-02-24T15:28:06.402 INFO:teuthology.orchestra.run.trial039.stdout: "subvolume": "sv2", 2026-02-24T15:28:06.402 INFO:teuthology.orchestra.run.trial039.stdout: "provider": "samba-vfs/new" 2026-02-24T15:28:06.402 INFO:teuthology.orchestra.run.trial039.stdout: } 2026-02-24T15:28:06.402 INFO:teuthology.orchestra.run.trial039.stdout: }, 2026-02-24T15:28:06.403 INFO:teuthology.orchestra.run.trial039.stdout: "state": "created", 2026-02-24T15:28:06.403 INFO:teuthology.orchestra.run.trial039.stdout: "success": true 2026-02-24T15:28:06.403 INFO:teuthology.orchestra.run.trial039.stdout: } 2026-02-24T15:28:06.403 INFO:teuthology.orchestra.run.trial039.stdout: ], 2026-02-24T15:28:06.403 INFO:teuthology.orchestra.run.trial039.stdout: "success": true 2026-02-24T15:28:06.403 INFO:teuthology.orchestra.run.trial039.stdout:} 2026-02-24T15:28:06.538 INFO:teuthology.run_tasks:Running task cephadm.wait_for_service... 2026-02-24T15:28:06.555 INFO:tasks.cephadm:Waiting for ceph service smb.modtest1 to start (timeout 300)... 2026-02-24T15:28:06.555 DEBUG:teuthology.orchestra.run.trial039:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:e602a214d0666d5fd7dab98304b32ef8fc2865a3 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1fdb37b6-1195-11f1-a7cb-d404e6e7d460 -- ceph orch ls -f json 2026-02-24T15:28:06.688 INFO:teuthology.orchestra.run.trial039.stderr:Inferring config /var/lib/ceph/1fdb37b6-1195-11f1-a7cb-d404e6e7d460/mon.a/config 2026-02-24T15:28:06.956 INFO:teuthology.orchestra.run.trial039.stdout: 2026-02-24T15:28:06.956 INFO:teuthology.orchestra.run.trial039.stdout:[{"placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2026-02-24T15:27:25.442111Z", "last_refresh": "2026-02-24T15:27:37.042875Z", "running": 2, "size": 2}}, {"placement": {"count": 1, "hosts": ["trial039=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2026-02-24T15:26:50.070659Z", "last_refresh": "2026-02-24T15:27:37.042788Z", "running": 1, "size": 1}}, {"placement": {"count": 1, "hosts": ["trial039:10.20.193.39=a"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2026-02-24T15:26:48.418310Z", "last_refresh": "2026-02-24T15:27:37.042734Z", "running": 1, "size": 1}}, {"placement": {"host_pattern": "trial039"}, "service_id": "default", "service_name": "osd.default", "service_type": "osd", "spec": {"data_devices": {"paths": ["vg_nvme/lv_3"]}, "filter_logic": "AND", "objectstore": "bluestore", "osd_type": "classic", "termination_grace_period_seconds": 30}, "status": {"created": "2026-02-24T15:27:03.815662Z", "last_refresh": "2026-02-24T15:27:37.042819Z", "running": 2, "size": 2}}, {"events": ["2026-02-24T15:28:06.391069Z 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.196"], "features": ["domain"], "include_ceph_users": ["client.smb.fs.cluster.modtest1"], "join_sources": ["rados:mon-config-key:smb/config/modtest1/join.0.json"]}, "status": {"created": "2026-02-24T15:28:06.389878Z", "ports": [445, 9922], "running": 0, "size": 1}}] 2026-02-24T15:28:07.104 INFO:tasks.cephadm:smb.modtest1 has 0/1 2026-02-24T15:28:07.589 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:28:07 trial039 ceph-mon[35334]: pgmap v19: 97 pgs: 32 unknown, 65 active+clean; 647 KiB data, 55 MiB used, 1.4 TiB / 1.4 TiB avail 2026-02-24T15:28:07.590 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:28:07 trial039 ceph-mon[35334]: from='mgr.14279 10.20.193.39:0/882361801' entity='mgr.x' cmd='[{"prefix": "osd pool application enable", "pool": ".smb", "app": "smb"}]': finished 2026-02-24T15:28:07.590 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:28:07 trial039 ceph-mon[35334]: osdmap e26: 2 total, 2 up, 2 in 2026-02-24T15:28:07.590 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:28:07 trial039 ceph-mon[35334]: from='mgr.14279 10.20.193.39:0/882361801' entity='mgr.x' 2026-02-24T15:28:07.590 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:28:07 trial039 ceph-mon[35334]: from='mgr.14279 10.20.193.39:0/882361801' entity='mgr.x' cmd={"prefix": "fs authorize", "filesystem": "cephfs", "entity": "client.smb.fs.cluster.modtest1", "caps": ["/", "*"]} : dispatch 2026-02-24T15:28:07.590 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:28:07 trial039 ceph-mon[35334]: from='mgr.14279 10.20.193.39:0/882361801' entity='mgr.x' cmd='[{"prefix": "fs authorize", "filesystem": "cephfs", "entity": "client.smb.fs.cluster.modtest1", "caps": ["/", "*"]}]': finished 2026-02-24T15:28:07.590 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:28:07 trial039 ceph-mon[35334]: from='mgr.14279 10.20.193.39:0/882361801' entity='mgr.x' cmd={"prefix": "fs authorize", "filesystem": "cephfs", "entity": "client.smb.fs.cluster.modtest1", "caps": ["/", "*"]} : dispatch 2026-02-24T15:28:07.590 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:28:07 trial039 ceph-mon[35334]: from='mgr.14279 10.20.193.39:0/882361801' entity='mgr.x' cmd={"prefix": "config-key dump", "key": "smb/config/"} : dispatch 2026-02-24T15:28:07.590 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:28:07 trial039 ceph-mon[35334]: Saving service smb.modtest1 spec with placement count:1 2026-02-24T15:28:07.590 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:28:07 trial039 ceph-mon[35334]: from='mgr.14279 10.20.193.39:0/882361801' entity='mgr.x' 2026-02-24T15:28:07.590 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:28:07 trial039 ceph-mon[35334]: from='mgr.14279 10.20.193.39:0/882361801' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-24T15:28:07.590 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:28:07 trial039 ceph-mon[35334]: from='mgr.14279 10.20.193.39:0/882361801' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-24T15:28:07.591 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:28:07 trial039 ceph-mon[35334]: from='mgr.14279 10.20.193.39:0/882361801' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-24T15:28:07.591 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:28:07 trial039 ceph-mon[35334]: from='mgr.14279 10.20.193.39:0/882361801' entity='mgr.x' 2026-02-24T15:28:07.591 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:28:07 trial039 ceph-mon[35334]: from='mgr.14279 10.20.193.39:0/882361801' entity='mgr.x' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-24T15:28:07.591 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:28:07 trial039 ceph-mon[35334]: from='mgr.14279 10.20.193.39:0/882361801' entity='mgr.x' cmd={"prefix": "auth get-or-create", "entity": "client.smb.config.modtest1.trial039.iqweum", "caps": ["mon", "allow r, allow command \"config-key get\" with \"key\" prefix \"smb/config/modtest1/\"", "osd", "allow r pool=.smb, allow rwx pool=.smb namespace=modtest1 object_prefix cluster.meta."]} : dispatch 2026-02-24T15:28:07.591 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:28:07 trial039 ceph-mon[35334]: from='mgr.14279 10.20.193.39:0/882361801' entity='mgr.x' cmd='[{"prefix": "auth get-or-create", "entity": "client.smb.config.modtest1.trial039.iqweum", "caps": ["mon", "allow r, allow command \"config-key get\" with \"key\" prefix \"smb/config/modtest1/\"", "osd", "allow r pool=.smb, allow rwx pool=.smb namespace=modtest1 object_prefix cluster.meta."]}]': finished 2026-02-24T15:28:07.591 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:28:07 trial039 ceph-mon[35334]: from='mgr.14279 10.20.193.39:0/882361801' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.smb.fs.cluster.modtest1"} : dispatch 2026-02-24T15:28:07.591 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:28:07 trial039 ceph-mon[35334]: from='mgr.14279 10.20.193.39:0/882361801' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-24T15:28:07.591 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:28:07 trial039 ceph-mon[35334]: Deploying daemon smb.modtest1.trial039.iqweum on trial039 2026-02-24T15:28:07.591 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:28:07 trial039 ceph-mon[35334]: mgrmap e21: x(active, since 30s) 2026-02-24T15:28:08.105 DEBUG:teuthology.orchestra.run.trial039:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:e602a214d0666d5fd7dab98304b32ef8fc2865a3 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1fdb37b6-1195-11f1-a7cb-d404e6e7d460 -- ceph orch ls -f json 2026-02-24T15:28:08.223 INFO:teuthology.orchestra.run.trial039.stderr:Inferring config /var/lib/ceph/1fdb37b6-1195-11f1-a7cb-d404e6e7d460/mon.a/config 2026-02-24T15:28:08.490 INFO:teuthology.orchestra.run.trial039.stdout: 2026-02-24T15:28:08.490 INFO:teuthology.orchestra.run.trial039.stdout:[{"placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2026-02-24T15:27:25.442111Z", "last_refresh": "2026-02-24T15:27:37.042875Z", "running": 2, "size": 2}}, {"placement": {"count": 1, "hosts": ["trial039=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2026-02-24T15:26:50.070659Z", "last_refresh": "2026-02-24T15:27:37.042788Z", "running": 1, "size": 1}}, {"placement": {"count": 1, "hosts": ["trial039:10.20.193.39=a"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2026-02-24T15:26:48.418310Z", "last_refresh": "2026-02-24T15:27:37.042734Z", "running": 1, "size": 1}}, {"placement": {"host_pattern": "trial039"}, "service_id": "default", "service_name": "osd.default", "service_type": "osd", "spec": {"data_devices": {"paths": ["vg_nvme/lv_3"]}, "filter_logic": "AND", "objectstore": "bluestore", "osd_type": "classic", "termination_grace_period_seconds": 30}, "status": {"created": "2026-02-24T15:27:03.815662Z", "last_refresh": "2026-02-24T15:27:37.042819Z", "running": 2, "size": 2}}, {"events": ["2026-02-24T15:28:06.391069Z 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.196"], "features": ["domain"], "include_ceph_users": ["client.smb.fs.cluster.modtest1"], "join_sources": ["rados:mon-config-key:smb/config/modtest1/join.0.json"]}, "status": {"created": "2026-02-24T15:28:06.389878Z", "ports": [445, 9922], "running": 0, "size": 1}}] 2026-02-24T15:28:08.630 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:28:08 trial039 ceph-mon[35334]: from='client.14303 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-24T15:28:08.630 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:28:08 trial039 ceph-mon[35334]: osdmap e27: 2 total, 2 up, 2 in 2026-02-24T15:28:08.631 INFO:tasks.cephadm:smb.modtest1 has 0/1 2026-02-24T15:28:09.525 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:28:09 trial039 ceph-mon[35334]: pgmap v22: 97 pgs: 97 active+clean; 2.1 MiB data, 59 MiB used, 1.4 TiB / 1.4 TiB avail; 8.0 KiB/s rd, 335 KiB/s wr, 27 op/s 2026-02-24T15:28:09.526 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:28:09 trial039 ceph-mon[35334]: from='client.14305 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-24T15:28:09.632 DEBUG:teuthology.orchestra.run.trial039:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:e602a214d0666d5fd7dab98304b32ef8fc2865a3 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1fdb37b6-1195-11f1-a7cb-d404e6e7d460 -- ceph orch ls -f json 2026-02-24T15:28:09.870 INFO:teuthology.orchestra.run.trial039.stderr:Inferring config /var/lib/ceph/1fdb37b6-1195-11f1-a7cb-d404e6e7d460/mon.a/config 2026-02-24T15:28:10.182 INFO:teuthology.orchestra.run.trial039.stdout: 2026-02-24T15:28:10.182 INFO:teuthology.orchestra.run.trial039.stdout:[{"placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2026-02-24T15:27:25.442111Z", "last_refresh": "2026-02-24T15:27:37.042875Z", "running": 2, "size": 2}}, {"placement": {"count": 1, "hosts": ["trial039=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2026-02-24T15:26:50.070659Z", "last_refresh": "2026-02-24T15:27:37.042788Z", "running": 1, "size": 1}}, {"placement": {"count": 1, "hosts": ["trial039:10.20.193.39=a"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2026-02-24T15:26:48.418310Z", "last_refresh": "2026-02-24T15:27:37.042734Z", "running": 1, "size": 1}}, {"placement": {"host_pattern": "trial039"}, "service_id": "default", "service_name": "osd.default", "service_type": "osd", "spec": {"data_devices": {"paths": ["vg_nvme/lv_3"]}, "filter_logic": "AND", "objectstore": "bluestore", "osd_type": "classic", "termination_grace_period_seconds": 30}, "status": {"created": "2026-02-24T15:27:03.815662Z", "last_refresh": "2026-02-24T15:27:37.042819Z", "running": 2, "size": 2}}, {"events": ["2026-02-24T15:28:06.391069Z 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.196"], "features": ["domain"], "include_ceph_users": ["client.smb.fs.cluster.modtest1"], "join_sources": ["rados:mon-config-key:smb/config/modtest1/join.0.json"]}, "status": {"created": "2026-02-24T15:28:06.389878Z", "ports": [445, 9922], "running": 0, "size": 1}}] 2026-02-24T15:28:10.325 INFO:tasks.cephadm:smb.modtest1 has 0/1 2026-02-24T15:28:10.525 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:28:10 trial039 ceph-mon[35334]: from='client.? 10.88.0.3:0/1555229818' entity='client.smb.config.modtest1.trial039.iqweum' cmd={"prefix": "config-key get", "key": "smb/config/modtest1/join.0.json"} : dispatch 2026-02-24T15:28:11.326 DEBUG:teuthology.orchestra.run.trial039:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:e602a214d0666d5fd7dab98304b32ef8fc2865a3 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1fdb37b6-1195-11f1-a7cb-d404e6e7d460 -- ceph orch ls -f json 2026-02-24T15:28:11.453 INFO:teuthology.orchestra.run.trial039.stderr:Inferring config /var/lib/ceph/1fdb37b6-1195-11f1-a7cb-d404e6e7d460/mon.a/config 2026-02-24T15:28:11.548 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:28:11 trial039 ceph-mon[35334]: from='client.14309 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-24T15:28:11.548 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:28:11 trial039 ceph-mon[35334]: pgmap v23: 97 pgs: 97 active+clean; 2.1 MiB data, 59 MiB used, 1.4 TiB / 1.4 TiB avail; 8.0 KiB/s rd, 335 KiB/s wr, 27 op/s 2026-02-24T15:28:11.548 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:28:11 trial039 ceph-mon[35334]: from='mgr.14279 10.20.193.39:0/882361801' entity='mgr.x' 2026-02-24T15:28:11.548 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:28:11 trial039 ceph-mon[35334]: from='mgr.14279 10.20.193.39:0/882361801' entity='mgr.x' 2026-02-24T15:28:11.548 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:28:11 trial039 ceph-mon[35334]: from='mgr.14279 10.20.193.39:0/882361801' entity='mgr.x' 2026-02-24T15:28:11.548 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:28:11 trial039 ceph-mon[35334]: from='mgr.14279 10.20.193.39:0/882361801' entity='mgr.x' 2026-02-24T15:28:11.548 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:28:11 trial039 ceph-mon[35334]: from='mgr.14279 10.20.193.39:0/882361801' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-24T15:28:11.738 INFO:teuthology.orchestra.run.trial039.stdout: 2026-02-24T15:28:11.738 INFO:teuthology.orchestra.run.trial039.stdout:[{"placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2026-02-24T15:27:25.442111Z", "last_refresh": "2026-02-24T15:28:11.532900Z", "running": 2, "size": 2}}, {"placement": {"count": 1, "hosts": ["trial039=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2026-02-24T15:26:50.070659Z", "last_refresh": "2026-02-24T15:28:11.532788Z", "running": 1, "size": 1}}, {"placement": {"count": 1, "hosts": ["trial039:10.20.193.39=a"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2026-02-24T15:26:48.418310Z", "last_refresh": "2026-02-24T15:28:11.532723Z", "running": 1, "size": 1}}, {"placement": {"host_pattern": "trial039"}, "service_id": "default", "service_name": "osd.default", "service_type": "osd", "spec": {"data_devices": {"paths": ["vg_nvme/lv_3"]}, "filter_logic": "AND", "objectstore": "bluestore", "osd_type": "classic", "termination_grace_period_seconds": 30}, "status": {"created": "2026-02-24T15:27:03.815662Z", "last_refresh": "2026-02-24T15:28:11.532828Z", "running": 2, "size": 2}}, {"events": ["2026-02-24T15:28:10.900991Z 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.196"], "features": ["domain"], "include_ceph_users": ["client.smb.fs.cluster.modtest1"], "join_sources": ["rados:mon-config-key:smb/config/modtest1/join.0.json"]}, "status": {"created": "2026-02-24T15:28:06.389878Z", "last_refresh": "2026-02-24T15:28:11.532970Z", "ports": [445, 9922], "running": 1, "size": 1}}] 2026-02-24T15:28:11.880 INFO:tasks.cephadm:smb.modtest1 has 1/1 2026-02-24T15:28:11.881 INFO:teuthology.run_tasks:Running task template.exec... 2026-02-24T15:28:11.893 INFO:tasks.template:Running commands on role host.b host ubuntu@trial196.front.sepia.ceph.com 2026-02-24T15:28:11.893 DEBUG:teuthology.orchestra.run.trial196:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'sleep 30' 2026-02-24T15:28:11.930 INFO:teuthology.orchestra.run.trial196.stderr:+ sleep 30 2026-02-24T15:28:12.839 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:28:12 trial039 ceph-mon[35334]: from='mgr.14279 10.20.193.39:0/882361801' entity='mgr.x' 2026-02-24T15:28:12.840 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:28:12 trial039 ceph-mon[35334]: from='mgr.14279 10.20.193.39:0/882361801' entity='mgr.x' 2026-02-24T15:28:12.840 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:28:12 trial039 ceph-mon[35334]: from='mgr.14279 10.20.193.39:0/882361801' entity='mgr.x' 2026-02-24T15:28:12.840 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:28:12 trial039 ceph-mon[35334]: from='mgr.14279 10.20.193.39:0/882361801' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-24T15:28:12.840 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:28:12 trial039 ceph-mon[35334]: from='mgr.14279 10.20.193.39:0/882361801' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-24T15:28:12.840 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:28:12 trial039 ceph-mon[35334]: from='mgr.14279 10.20.193.39:0/882361801' entity='mgr.x' 2026-02-24T15:28:12.840 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:28:12 trial039 ceph-mon[35334]: from='mgr.14279 10.20.193.39:0/882361801' entity='mgr.x' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-24T15:28:12.840 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:28:12 trial039 ceph-mon[35334]: from='mgr.14279 10.20.193.39:0/882361801' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-24T15:28:12.840 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:28:12 trial039 ceph-mon[35334]: from='mgr.14279 10.20.193.39:0/882361801' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-24T15:28:12.840 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:28:12 trial039 ceph-mon[35334]: from='mgr.14279 10.20.193.39:0/882361801' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-24T15:28:12.840 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:28:12 trial039 ceph-mon[35334]: from='mgr.14279 10.20.193.39:0/882361801' entity='mgr.x' 2026-02-24T15:28:12.840 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:28:12 trial039 ceph-mon[35334]: from='mgr.14279 10.20.193.39:0/882361801' entity='mgr.x' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-24T15:28:13.839 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:28:13 trial039 ceph-mon[35334]: from='client.14321 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-24T15:28:13.839 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:28:13 trial039 ceph-mon[35334]: pgmap v24: 97 pgs: 97 active+clean; 2.1 MiB data, 58 MiB used, 1.4 TiB / 1.4 TiB avail; 8.7 KiB/s rd, 293 KiB/s wr, 25 op/s 2026-02-24T15:28:15.643 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:28:15 trial039 ceph-mon[35334]: pgmap v25: 97 pgs: 97 active+clean; 2.1 MiB data, 58 MiB used, 1.4 TiB / 1.4 TiB avail; 7.5 KiB/s rd, 252 KiB/s wr, 21 op/s 2026-02-24T15:28:17.839 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:28:17 trial039 ceph-mon[35334]: pgmap v26: 97 pgs: 97 active+clean; 2.1 MiB data, 58 MiB used, 1.4 TiB / 1.4 TiB avail; 6.1 KiB/s rd, 204 KiB/s wr, 17 op/s 2026-02-24T15:28:17.839 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:28:17 trial039 ceph-mon[35334]: from='mgr.14279 10.20.193.39:0/882361801' entity='mgr.x' 2026-02-24T15:28:19.839 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:28:19 trial039 ceph-mon[35334]: pgmap v27: 97 pgs: 97 active+clean; 2.1 MiB data, 58 MiB used, 1.4 TiB / 1.4 TiB avail; 2.0 KiB/s rd, 940 B/s wr, 2 op/s 2026-02-24T15:28:21.839 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:28:21 trial039 ceph-mon[35334]: pgmap v28: 97 pgs: 97 active+clean; 2.1 MiB data, 58 MiB used, 1.4 TiB / 1.4 TiB avail; 1.8 KiB/s rd, 853 B/s wr, 1 op/s 2026-02-24T15:28:23.839 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:28:23 trial039 ceph-mon[35334]: pgmap v29: 97 pgs: 97 active+clean; 2.1 MiB data, 58 MiB used, 1.4 TiB / 1.4 TiB avail; 2.7 KiB/s rd, 853 B/s wr, 2 op/s 2026-02-24T15:28:25.839 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:28:25 trial039 ceph-mon[35334]: pgmap v30: 97 pgs: 97 active+clean; 2.1 MiB data, 58 MiB used, 1.4 TiB / 1.4 TiB avail; 1.7 KiB/s rd, 255 B/s wr, 1 op/s 2026-02-24T15:28:27.839 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:28:27 trial039 ceph-mon[35334]: pgmap v31: 97 pgs: 97 active+clean; 2.1 MiB data, 58 MiB used, 1.4 TiB / 1.4 TiB avail; 1.7 KiB/s rd, 255 B/s wr, 1 op/s 2026-02-24T15:28:29.838 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:28:29 trial039 ceph-mon[35334]: pgmap v32: 97 pgs: 97 active+clean; 2.1 MiB data, 58 MiB used, 1.4 TiB / 1.4 TiB avail; 1.8 KiB/s rd, 255 B/s wr, 1 op/s 2026-02-24T15:28:31.838 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:28:31 trial039 ceph-mon[35334]: pgmap v33: 97 pgs: 97 active+clean; 2.1 MiB data, 58 MiB used, 1.4 TiB / 1.4 TiB avail; 1023 B/s rd, 0 op/s 2026-02-24T15:28:33.838 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:28:33 trial039 ceph-mon[35334]: pgmap v34: 97 pgs: 97 active+clean; 2.1 MiB data, 58 MiB used, 1.4 TiB / 1.4 TiB avail; 1.2 KiB/s rd, 1 op/s 2026-02-24T15:28:35.839 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:28:35 trial039 ceph-mon[35334]: pgmap v35: 97 pgs: 97 active+clean; 2.1 MiB data, 58 MiB used, 1.4 TiB / 1.4 TiB avail; 341 B/s rd, 0 op/s 2026-02-24T15:28:37.839 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:28:37 trial039 ceph-mon[35334]: pgmap v36: 97 pgs: 97 active+clean; 2.1 MiB data, 58 MiB used, 1.4 TiB / 1.4 TiB avail; 341 B/s rd, 0 op/s 2026-02-24T15:28:39.839 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:28:39 trial039 ceph-mon[35334]: pgmap v37: 97 pgs: 97 active+clean; 2.1 MiB data, 58 MiB used, 1.4 TiB / 1.4 TiB avail; 511 B/s rd, 0 op/s 2026-02-24T15:28:41.839 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:28:41 trial039 ceph-mon[35334]: pgmap v38: 97 pgs: 97 active+clean; 2.1 MiB data, 58 MiB used, 1.4 TiB / 1.4 TiB avail; 341 B/s rd, 0 op/s 2026-02-24T15:28:41.939 DEBUG:teuthology.orchestra.run.trial196:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'sudo podman run --rm --net=host --dns=10.20.193.196 -eKRB5_CONFIG=/dev/null quay.io/samba.org/samba-client:latest smbclient -U DOMAIN1\\ckent%1115Rose. //10.20.193.39/share1 -c ls' 2026-02-24T15:28:41.997 INFO:teuthology.orchestra.run.trial196.stderr:+ sudo podman run --rm --net=host --dns=10.20.193.196 -eKRB5_CONFIG=/dev/null quay.io/samba.org/samba-client:latest smbclient -U 'DOMAIN1\ckent%1115Rose.' //10.20.193.39/share1 -c ls 2026-02-24T15:28:42.141 INFO:teuthology.orchestra.run.trial196.stdout: . D 0 Tue Feb 24 15:27:31 2026 2026-02-24T15:28:42.141 INFO:teuthology.orchestra.run.trial196.stdout: .. D 0 Tue Feb 24 15:27:31 2026 2026-02-24T15:28:42.141 INFO:teuthology.orchestra.run.trial196.stdout: 2026-02-24T15:28:42.141 INFO:teuthology.orchestra.run.trial196.stdout: 697270272 blocks of size 1024. 697270272 blocks available 2026-02-24T15:28:42.263 DEBUG:teuthology.orchestra.run.trial196:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'sudo podman run --rm --net=host --dns=10.20.193.196 -eKRB5_CONFIG=/dev/null quay.io/samba.org/samba-client:latest smbclient -U DOMAIN1\\ckent%1115Rose. //10.20.193.39/share2 -c ls' 2026-02-24T15:28:42.324 INFO:teuthology.orchestra.run.trial196.stderr:+ sudo podman run --rm --net=host --dns=10.20.193.196 -eKRB5_CONFIG=/dev/null quay.io/samba.org/samba-client:latest smbclient -U 'DOMAIN1\ckent%1115Rose.' //10.20.193.39/share2 -c ls 2026-02-24T15:28:42.443 INFO:teuthology.orchestra.run.trial196.stdout: . D 0 Tue Feb 24 15:27:32 2026 2026-02-24T15:28:42.444 INFO:teuthology.orchestra.run.trial196.stdout: .. D 0 Tue Feb 24 15:27:32 2026 2026-02-24T15:28:42.444 INFO:teuthology.orchestra.run.trial196.stdout: 2026-02-24T15:28:42.444 INFO:teuthology.orchestra.run.trial196.stdout: 697270272 blocks of size 1024. 697270272 blocks available 2026-02-24T15:28:42.563 INFO:teuthology.run_tasks:Running task smb.workunit... 2026-02-24T15:28:42.585 INFO:tasks.smb:Passing workunit config: {'admin_node': 'host.a', 'clients': {'client.0': ['smb/smb_tests.sh -m default tests']}, 'smb_nodes': ['host.a'], 'smb_shares': ['share1', 'share2'], 'timeout': '1h', 'env': {'SMB': 'yes', 'SMB_TEST_META': '/var/tmp/ceph-smb-test-meta.json'}, 'no_coverage_and_limits': True, 'enable_ssh_keys': True} 2026-02-24T15:28:42.650 DEBUG:teuthology.orchestra.run.trial039:> echo 'StrictHostKeyChecking no 2026-02-24T15:28:42.650 DEBUG:teuthology.orchestra.run.trial039:> ' > /home/ubuntu/.ssh/config && echo 'UserKnownHostsFile ' /dev/null >> /home/ubuntu/.ssh/config && chmod 600 /home/ubuntu/.ssh/config 2026-02-24T15:28:42.652 DEBUG:teuthology.orchestra.run.trial196:> echo 'StrictHostKeyChecking no 2026-02-24T15:28:42.652 DEBUG:teuthology.orchestra.run.trial196:> ' > /home/ubuntu/.ssh/config && echo 'UserKnownHostsFile ' /dev/null >> /home/ubuntu/.ssh/config && chmod 600 /home/ubuntu/.ssh/config 2026-02-24T15:28:42.670 INFO:teuthology.task.ssh_keys:generated public key AAAAB3NzaC1yc2EAAAADAQABAAABAQC2b1sYADXGmn16SyKWQaStODMDpJeQy0AeRRZgR++uizvvVSKnwNM3BYOvKvVAQ/fOIY2BlpK8JJmY58Ik3B3ZDp1Dacp9Zz9+mSu87YgWhqmHXpv9dlq948RTDR/J/f1a0WjonlfSiobTySqF31hE2P5vZRl3LDnwBZ0PDD0vDpLF8ZxnQWpBPUUEuET5mJX5wr832eOStL0Wl4B6yZsaVRrj+uDV1pgTGOA7WoN7o+DMBZpUTtQPxU3WQ7cjsLDqtL26fPz/QiEbtou6npvmY4f3TgoDjOggu7uU3Bs92PoXTb30Ulod8Xy4BaXEk/sIC/4Fp+ALYyHgeMqjC+dV 2026-02-24T15:28:42.670 INFO:teuthology.task.ssh_keys:pushing keys to trial039.front.sepia.ceph.com for ubuntu 2026-02-24T15:28:42.670 DEBUG:teuthology.orchestra.run.trial039:> rm -f -- /home/ubuntu/.ssh/id_rsa 2026-02-24T15:28:42.725 DEBUG:teuthology.orchestra.run.trial039:> set -ex 2026-02-24T15:28:42.725 DEBUG:teuthology.orchestra.run.trial039:> dd of=/home/ubuntu/.ssh/id_rsa 2026-02-24T15:28:42.725 DEBUG:teuthology.orchestra.run.trial039:> chmod 0500 /home/ubuntu/.ssh/id_rsa 2026-02-24T15:28:42.783 DEBUG:teuthology.orchestra.run.trial039:> rm -f -- /home/ubuntu/.ssh/id_rsa.pub 2026-02-24T15:28:42.838 DEBUG:teuthology.orchestra.run.trial039:> set -ex 2026-02-24T15:28:42.838 DEBUG:teuthology.orchestra.run.trial039:> dd of=/home/ubuntu/.ssh/id_rsa.pub 2026-02-24T15:28:42.896 DEBUG:teuthology.orchestra.run.trial039:> cp -v -a /home/ubuntu/.ssh/authorized_keys /home/ubuntu/.ssh/authorized_keys_2026-02-24_15:28:42:896046 2026-02-24T15:28:42.953 INFO:teuthology.orchestra.run.trial039.stdout:'/home/ubuntu/.ssh/authorized_keys' -> '/home/ubuntu/.ssh/authorized_keys_2026-02-24_15:28:42:896046' 2026-02-24T15:28:42.953 DEBUG:teuthology.orchestra.run.trial039:> set -ex 2026-02-24T15:28:42.953 DEBUG:teuthology.orchestra.run.trial039:> dd of=/home/ubuntu/.ssh/authorized_keys conv=notrunc oflag=append 2026-02-24T15:28:43.008 INFO:teuthology.task.ssh_keys:pushing keys to trial196.front.sepia.ceph.com for ubuntu 2026-02-24T15:28:43.009 DEBUG:teuthology.orchestra.run.trial196:> rm -f -- /home/ubuntu/.ssh/id_rsa 2026-02-24T15:28:43.026 DEBUG:teuthology.orchestra.run.trial196:> set -ex 2026-02-24T15:28:43.027 DEBUG:teuthology.orchestra.run.trial196:> dd of=/home/ubuntu/.ssh/id_rsa 2026-02-24T15:28:43.027 DEBUG:teuthology.orchestra.run.trial196:> chmod 0500 /home/ubuntu/.ssh/id_rsa 2026-02-24T15:28:43.083 DEBUG:teuthology.orchestra.run.trial196:> rm -f -- /home/ubuntu/.ssh/id_rsa.pub 2026-02-24T15:28:43.139 DEBUG:teuthology.orchestra.run.trial196:> set -ex 2026-02-24T15:28:43.139 DEBUG:teuthology.orchestra.run.trial196:> dd of=/home/ubuntu/.ssh/id_rsa.pub 2026-02-24T15:28:43.196 DEBUG:teuthology.orchestra.run.trial196:> cp -v -a /home/ubuntu/.ssh/authorized_keys /home/ubuntu/.ssh/authorized_keys_2026-02-24_15:28:43:196402 2026-02-24T15:28:43.253 INFO:teuthology.orchestra.run.trial196.stdout:'/home/ubuntu/.ssh/authorized_keys' -> '/home/ubuntu/.ssh/authorized_keys_2026-02-24_15:28:43:196402' 2026-02-24T15:28:43.253 DEBUG:teuthology.orchestra.run.trial196:> set -ex 2026-02-24T15:28:43.253 DEBUG:teuthology.orchestra.run.trial196:> dd of=/home/ubuntu/.ssh/authorized_keys conv=notrunc oflag=append 2026-02-24T15:28:43.311 DEBUG:tasks.smb:smb metadata: {'samba_client_container_cmd': ['sudo', 'podman', 'run', '--rm', '--net=host', '--dns=10.20.193.196', '-eKRB5_CONFIG=/dev/null', 'quay.io/samba.org/samba-client:latest'], 'samba_ad_dc_ip': '10.20.193.196', 'smb_users': [], 'smb_shares': ['share1', 'share2'], 'admin_node': {'name': 'trial039.front.sepia.ceph.com', 'user': 'ubuntu', 'arch': 'x86_64', 'os_type': 'centos', 'os_version': '9.stream', 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLPvLTqiKWoAmOqWos4mCioYwQGilLIHTxd1vySwR1DN5tVLNQM+CdF03Iiysx1tQqvEO4708hVZoqPWZNMSQt8=', 'up': True, '_role_name': 'host.a', 'shortname': 'trial039', 'ip_address': '10.20.193.39'}, 'smb_nodes': [{'name': 'trial039.front.sepia.ceph.com', 'user': 'ubuntu', 'arch': 'x86_64', 'os_type': 'centos', 'os_version': '9.stream', 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLPvLTqiKWoAmOqWos4mCioYwQGilLIHTxd1vySwR1DN5tVLNQM+CdF03Iiysx1tQqvEO4708hVZoqPWZNMSQt8=', 'up': True, '_role_name': 'host.a', 'shortname': 'trial039', 'ip_address': '10.20.193.39'}], 'client_nodes': [{'name': 'trial039.front.sepia.ceph.com', 'user': 'ubuntu', 'arch': 'x86_64', 'os_type': 'centos', 'os_version': '9.stream', 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLPvLTqiKWoAmOqWos4mCioYwQGilLIHTxd1vySwR1DN5tVLNQM+CdF03Iiysx1tQqvEO4708hVZoqPWZNMSQt8=', 'up': True, '_role_name': 'client.0', 'shortname': 'trial039', 'ip_address': '10.20.193.39', 'client_name': 'client.0'}]} 2026-02-24T15:28:43.311 DEBUG:teuthology.orchestra.run.trial039:> set -ex 2026-02-24T15:28:43.311 DEBUG:teuthology.orchestra.run.trial039:> sudo dd of=/var/tmp/ceph-smb-test-meta.json 2026-02-24T15:28:43.312 DEBUG:teuthology.orchestra.run.trial039:> sudo chmod 0644 /var/tmp/ceph-smb-test-meta.json 2026-02-24T15:28:43.349 INFO:tasks.workunit:Pulling workunits from ref e602a214d0666d5fd7dab98304b32ef8fc2865a3 2026-02-24T15:28:43.349 INFO:tasks.workunit:Making a separate scratch dir for every client... 2026-02-24T15:28:43.349 DEBUG:teuthology.orchestra.run.trial039:> stat -- /home/ubuntu/cephtest/mnt.0 2026-02-24T15:28:43.405 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-02-24T15:28:43.405 INFO:teuthology.orchestra.run.trial039.stderr:stat: cannot statx '/home/ubuntu/cephtest/mnt.0': No such file or directory 2026-02-24T15:28:43.406 DEBUG:teuthology.orchestra.run.trial039:> mkdir -- /home/ubuntu/cephtest/mnt.0 2026-02-24T15:28:43.461 INFO:tasks.workunit:Created dir /home/ubuntu/cephtest/mnt.0 2026-02-24T15:28:43.462 DEBUG:teuthology.orchestra.run.trial039:> cd -- /home/ubuntu/cephtest/mnt.0 && mkdir -- client.0 2026-02-24T15:28:43.518 INFO:tasks.workunit:timeout=1h 2026-02-24T15:28:43.518 INFO:tasks.workunit:cleanup=True 2026-02-24T15:28:43.519 DEBUG:teuthology.orchestra.run.trial039:> rm -rf /home/ubuntu/cephtest/clone.client.0 && git clone https://git.ceph.com/ceph-ci.git /home/ubuntu/cephtest/clone.client.0 && cd /home/ubuntu/cephtest/clone.client.0 && git checkout e602a214d0666d5fd7dab98304b32ef8fc2865a3 2026-02-24T15:28:43.581 INFO:tasks.workunit.client.0.trial039.stderr:Cloning into '/home/ubuntu/cephtest/clone.client.0'... 2026-02-24T15:28:43.588 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:28:43 trial039 ceph-mon[35334]: pgmap v39: 97 pgs: 97 active+clean; 2.1 MiB data, 58 MiB used, 1.4 TiB / 1.4 TiB avail; 511 B/s rd, 255 B/s wr, 0 op/s 2026-02-24T15:28:45.838 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:28:45 trial039 ceph-mon[35334]: pgmap v40: 97 pgs: 97 active+clean; 2.1 MiB data, 58 MiB used, 1.4 TiB / 1.4 TiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2026-02-24T15:28:47.838 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:28:47 trial039 ceph-mon[35334]: pgmap v41: 97 pgs: 97 active+clean; 2.1 MiB data, 58 MiB used, 1.4 TiB / 1.4 TiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2026-02-24T15:28:49.838 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:28:49 trial039 ceph-mon[35334]: pgmap v42: 97 pgs: 97 active+clean; 2.1 MiB data, 58 MiB used, 1.4 TiB / 1.4 TiB avail; 511 B/s rd, 426 B/s wr, 0 op/s 2026-02-24T15:28:51.838 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:28:51 trial039 ceph-mon[35334]: pgmap v43: 97 pgs: 97 active+clean; 2.1 MiB data, 58 MiB used, 1.4 TiB / 1.4 TiB avail; 341 B/s rd, 426 B/s wr, 0 op/s 2026-02-24T15:28:53.838 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:28:53 trial039 ceph-mon[35334]: pgmap v44: 97 pgs: 97 active+clean; 2.1 MiB data, 58 MiB used, 1.4 TiB / 1.4 TiB avail; 511 B/s rd, 426 B/s wr, 0 op/s 2026-02-24T15:28:55.838 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:28:55 trial039 ceph-mon[35334]: pgmap v45: 97 pgs: 97 active+clean; 2.1 MiB data, 58 MiB used, 1.4 TiB / 1.4 TiB avail; 341 B/s rd, 170 B/s wr, 0 op/s 2026-02-24T15:28:57.838 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:28:57 trial039 ceph-mon[35334]: pgmap v46: 97 pgs: 97 active+clean; 2.1 MiB data, 58 MiB used, 1.4 TiB / 1.4 TiB avail; 341 B/s rd, 170 B/s wr, 0 op/s 2026-02-24T15:28:59.838 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:28:59 trial039 ceph-mon[35334]: pgmap v47: 97 pgs: 97 active+clean; 2.1 MiB data, 58 MiB used, 1.4 TiB / 1.4 TiB avail; 511 B/s rd, 170 B/s wr, 0 op/s 2026-02-24T15:29:01.838 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:29:01 trial039 ceph-mon[35334]: pgmap v48: 97 pgs: 97 active+clean; 2.1 MiB data, 58 MiB used, 1.4 TiB / 1.4 TiB avail; 341 B/s rd, 0 op/s 2026-02-24T15:29:03.838 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:29:03 trial039 ceph-mon[35334]: pgmap v49: 97 pgs: 97 active+clean; 2.1 MiB data, 58 MiB used, 1.4 TiB / 1.4 TiB avail; 511 B/s rd, 0 op/s 2026-02-24T15:29:05.838 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:29:05 trial039 ceph-mon[35334]: pgmap v50: 97 pgs: 97 active+clean; 2.1 MiB data, 58 MiB used, 1.4 TiB / 1.4 TiB avail; 341 B/s rd, 0 op/s 2026-02-24T15:29:07.838 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:29:07 trial039 ceph-mon[35334]: pgmap v51: 97 pgs: 97 active+clean; 2.1 MiB data, 58 MiB used, 1.4 TiB / 1.4 TiB avail; 341 B/s rd, 0 op/s 2026-02-24T15:29:09.838 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:29:09 trial039 ceph-mon[35334]: pgmap v52: 97 pgs: 97 active+clean; 2.1 MiB data, 58 MiB used, 1.4 TiB / 1.4 TiB avail; 511 B/s rd, 511 B/s wr, 0 op/s 2026-02-24T15:29:09.839 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:29:09 trial039 ceph-mon[35334]: mgrmap e22: x(active, since 92s) 2026-02-24T15:29:10.571 INFO:tasks.workunit.client.0.trial039.stderr:Note: switching to 'e602a214d0666d5fd7dab98304b32ef8fc2865a3'. 2026-02-24T15:29:10.571 INFO:tasks.workunit.client.0.trial039.stderr: 2026-02-24T15:29:10.571 INFO:tasks.workunit.client.0.trial039.stderr:You are in 'detached HEAD' state. You can look around, make experimental 2026-02-24T15:29:10.571 INFO:tasks.workunit.client.0.trial039.stderr:changes and commit them, and you can discard any commits you make in this 2026-02-24T15:29:10.571 INFO:tasks.workunit.client.0.trial039.stderr:state without impacting any branches by switching back to a branch. 2026-02-24T15:29:10.571 INFO:tasks.workunit.client.0.trial039.stderr: 2026-02-24T15:29:10.571 INFO:tasks.workunit.client.0.trial039.stderr:If you want to create a new branch to retain commits you create, you may 2026-02-24T15:29:10.571 INFO:tasks.workunit.client.0.trial039.stderr:do so (now or later) by using -c with the switch command. Example: 2026-02-24T15:29:10.571 INFO:tasks.workunit.client.0.trial039.stderr: 2026-02-24T15:29:10.571 INFO:tasks.workunit.client.0.trial039.stderr: git switch -c 2026-02-24T15:29:10.571 INFO:tasks.workunit.client.0.trial039.stderr: 2026-02-24T15:29:10.571 INFO:tasks.workunit.client.0.trial039.stderr:Or undo this operation with: 2026-02-24T15:29:10.571 INFO:tasks.workunit.client.0.trial039.stderr: 2026-02-24T15:29:10.571 INFO:tasks.workunit.client.0.trial039.stderr: git switch - 2026-02-24T15:29:10.571 INFO:tasks.workunit.client.0.trial039.stderr: 2026-02-24T15:29:10.571 INFO:tasks.workunit.client.0.trial039.stderr:Turn off this advice by setting config variable advice.detachedHead to false 2026-02-24T15:29:10.571 INFO:tasks.workunit.client.0.trial039.stderr: 2026-02-24T15:29:10.571 INFO:tasks.workunit.client.0.trial039.stderr:HEAD is now at e602a214d06 Merge branch 'i75013' of https://github.com/batrick/ceph into wip-phlogistonjohn-testing-1-2026-02-23-0827 2026-02-24T15:29:10.579 DEBUG:teuthology.orchestra.run.trial039:> cd -- /home/ubuntu/cephtest/clone.client.0/qa/workunits && if test -e Makefile ; then make ; fi && find -executable -type f -printf '%P\0' >/home/ubuntu/cephtest/workunits.list.client.0 2026-02-24T15:29:10.638 INFO:tasks.workunit.client.0.trial039.stdout:for d in direct_io fs ; do ( cd $d ; make all ) ; done 2026-02-24T15:29:10.640 INFO:tasks.workunit.client.0.trial039.stdout:make[1]: Entering directory '/home/ubuntu/cephtest/clone.client.0/qa/workunits/direct_io' 2026-02-24T15:29:10.640 INFO:tasks.workunit.client.0.trial039.stdout:cc -Wall -Wextra -D_GNU_SOURCE direct_io_test.c -o direct_io_test 2026-02-24T15:29:10.739 INFO:tasks.workunit.client.0.trial039.stdout:cc -Wall -Wextra -D_GNU_SOURCE test_sync_io.c -o test_sync_io 2026-02-24T15:29:10.770 INFO:tasks.workunit.client.0.trial039.stdout:cc -Wall -Wextra -D_GNU_SOURCE test_short_dio_read.c -o test_short_dio_read 2026-02-24T15:29:10.795 INFO:tasks.workunit.client.0.trial039.stdout:make[1]: Leaving directory '/home/ubuntu/cephtest/clone.client.0/qa/workunits/direct_io' 2026-02-24T15:29:10.796 INFO:tasks.workunit.client.0.trial039.stdout:make[1]: Entering directory '/home/ubuntu/cephtest/clone.client.0/qa/workunits/fs' 2026-02-24T15:29:10.796 INFO:tasks.workunit.client.0.trial039.stdout:cc -Wall -Wextra -D_GNU_SOURCE test_o_trunc.c -o test_o_trunc 2026-02-24T15:29:10.821 INFO:tasks.workunit.client.0.trial039.stdout:make[1]: Leaving directory '/home/ubuntu/cephtest/clone.client.0/qa/workunits/fs' 2026-02-24T15:29:10.825 DEBUG:teuthology.orchestra.run.trial039:> set -ex 2026-02-24T15:29:10.825 DEBUG:teuthology.orchestra.run.trial039:> dd if=/home/ubuntu/cephtest/workunits.list.client.0 of=/dev/stdout 2026-02-24T15:29:10.883 INFO:tasks.workunit:Running workunits matching smb/smb_tests.sh on client.0... 2026-02-24T15:29:10.885 INFO:tasks.workunit:Running workunit smb/smb_tests.sh... 2026-02-24T15:29:10.886 DEBUG:teuthology.orchestra.run.trial039:workunit test smb/smb_tests.sh> mkdir -p -- /home/ubuntu/cephtest/mnt.0/client.0/tmp && cd -- /home/ubuntu/cephtest/mnt.0/client.0/tmp && CEPH_CLI_TEST_DUP_COMMAND=1 CEPH_REF=e602a214d0666d5fd7dab98304b32ef8fc2865a3 TESTDIR="/home/ubuntu/cephtest" CEPH_ARGS="--cluster ceph" CEPH_ID="0" PATH=$PATH:/usr/sbin CEPH_BASE=/home/ubuntu/cephtest/clone.client.0 CEPH_ROOT=/home/ubuntu/cephtest/clone.client.0 CEPH_MNT=/home/ubuntu/cephtest/mnt.0 SMB=yes SMB_TEST_META=/var/tmp/ceph-smb-test-meta.json timeout 1h /home/ubuntu/cephtest/clone.client.0/qa/workunits/smb/smb_tests.sh -m default tests 2026-02-24T15:29:10.941 INFO:tasks.workunit.client.0.trial039.stderr:++ dirname /home/ubuntu/cephtest/clone.client.0/qa/workunits/smb/smb_tests.sh 2026-02-24T15:29:10.941 INFO:tasks.workunit.client.0.trial039.stderr:+ HERE=/home/ubuntu/cephtest/clone.client.0/qa/workunits/smb 2026-02-24T15:29:10.942 INFO:tasks.workunit.client.0.trial039.stderr:+ PY=python3 2026-02-24T15:29:10.942 INFO:tasks.workunit.client.0.trial039.stderr:+ '[' '' ']' 2026-02-24T15:29:10.942 INFO:tasks.workunit.client.0.trial039.stderr:+ VENV=/home/ubuntu/cephtest/clone.client.0/qa/workunits/smb/_smb_tests_85155 2026-02-24T15:29:10.942 INFO:tasks.workunit.client.0.trial039.stderr:+ '[' -d /home/ubuntu/cephtest/clone.client.0/qa/workunits/smb/_smb_tests_85155 ']' 2026-02-24T15:29:10.942 INFO:tasks.workunit.client.0.trial039.stderr:+ python3 -m venv /home/ubuntu/cephtest/clone.client.0/qa/workunits/smb/_smb_tests_85155 2026-02-24T15:29:11.838 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:29:11 trial039 ceph-mon[35334]: pgmap v53: 97 pgs: 97 active+clean; 2.1 MiB data, 58 MiB used, 1.4 TiB / 1.4 TiB avail; 341 B/s rd, 511 B/s wr, 0 op/s 2026-02-24T15:29:11.991 INFO:tasks.workunit.client.0.trial039.stderr:+ trap cleanup EXIT 2026-02-24T15:29:11.991 INFO:tasks.workunit.client.0.trial039.stderr:+ cd /home/ubuntu/cephtest/clone.client.0/qa/workunits/smb 2026-02-24T15:29:11.991 INFO:tasks.workunit.client.0.trial039.stderr:+ /home/ubuntu/cephtest/clone.client.0/qa/workunits/smb/_smb_tests_85155/bin/python3 -m pip install pytest smbprotocol 2026-02-24T15:29:12.198 INFO:tasks.workunit.client.0.trial039.stdout:Collecting pytest 2026-02-24T15:29:12.219 INFO:tasks.workunit.client.0.trial039.stdout: Downloading pytest-8.4.2-py3-none-any.whl (365 kB) 2026-02-24T15:29:12.248 INFO:tasks.workunit.client.0.trial039.stdout:Collecting smbprotocol 2026-02-24T15:29:12.252 INFO:tasks.workunit.client.0.trial039.stdout: Downloading smbprotocol-1.16.0-py3-none-any.whl (126 kB) 2026-02-24T15:29:12.280 INFO:tasks.workunit.client.0.trial039.stdout:Collecting packaging>=20 2026-02-24T15:29:12.284 INFO:tasks.workunit.client.0.trial039.stdout: Downloading packaging-26.0-py3-none-any.whl (74 kB) 2026-02-24T15:29:12.318 INFO:tasks.workunit.client.0.trial039.stdout:Collecting tomli>=1 2026-02-24T15:29:12.322 INFO:tasks.workunit.client.0.trial039.stdout: Downloading tomli-2.4.0-py3-none-any.whl (14 kB) 2026-02-24T15:29:12.339 INFO:tasks.workunit.client.0.trial039.stdout:Collecting exceptiongroup>=1 2026-02-24T15:29:12.342 INFO:tasks.workunit.client.0.trial039.stdout: Downloading exceptiongroup-1.3.1-py3-none-any.whl (16 kB) 2026-02-24T15:29:12.358 INFO:tasks.workunit.client.0.trial039.stdout:Collecting pluggy<2,>=1.5 2026-02-24T15:29:12.362 INFO:tasks.workunit.client.0.trial039.stdout: Downloading pluggy-1.6.0-py3-none-any.whl (20 kB) 2026-02-24T15:29:12.374 INFO:tasks.workunit.client.0.trial039.stdout:Collecting iniconfig>=1 2026-02-24T15:29:12.378 INFO:tasks.workunit.client.0.trial039.stdout: Downloading iniconfig-2.1.0-py3-none-any.whl (6.0 kB) 2026-02-24T15:29:12.405 INFO:tasks.workunit.client.0.trial039.stdout:Collecting pygments>=2.7.2 2026-02-24T15:29:12.410 INFO:tasks.workunit.client.0.trial039.stdout: Downloading pygments-2.19.2-py3-none-any.whl (1.2 MB) 2026-02-24T15:29:12.838 INFO:tasks.workunit.client.0.trial039.stdout:Collecting cryptography>=2.0 2026-02-24T15:29:12.838 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:29:12 trial039 ceph-mon[35334]: from='mgr.14279 10.20.193.39:0/882361801' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-24T15:29:12.838 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:29:12 trial039 ceph-mon[35334]: from='mgr.14279 10.20.193.39:0/882361801' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-24T15:29:12.839 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:29:12 trial039 ceph-mon[35334]: from='mgr.14279 10.20.193.39:0/882361801' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-24T15:29:12.839 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:29:12 trial039 ceph-mon[35334]: from='mgr.14279 10.20.193.39:0/882361801' entity='mgr.x' 2026-02-24T15:29:12.839 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:29:12 trial039 ceph-mon[35334]: from='mgr.14279 10.20.193.39:0/882361801' entity='mgr.x' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-24T15:29:12.844 INFO:tasks.workunit.client.0.trial039.stdout: Downloading cryptography-46.0.5-cp38-abi3-manylinux_2_34_x86_64.whl (4.5 MB) 2026-02-24T15:29:12.940 INFO:tasks.workunit.client.0.trial039.stdout:Collecting pyspnego 2026-02-24T15:29:12.945 INFO:tasks.workunit.client.0.trial039.stdout: Downloading pyspnego-0.12.0-py3-none-any.whl (130 kB) 2026-02-24T15:29:12.978 INFO:tasks.workunit.client.0.trial039.stdout:Collecting typing-extensions>=4.13.2 2026-02-24T15:29:12.982 INFO:tasks.workunit.client.0.trial039.stdout: Downloading typing_extensions-4.15.0-py3-none-any.whl (44 kB) 2026-02-24T15:29:13.198 INFO:tasks.workunit.client.0.trial039.stdout:Collecting cffi>=2.0.0 2026-02-24T15:29:13.204 INFO:tasks.workunit.client.0.trial039.stdout: Downloading cffi-2.0.0-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (216 kB) 2026-02-24T15:29:13.228 INFO:tasks.workunit.client.0.trial039.stdout:Collecting pycparser 2026-02-24T15:29:13.233 INFO:tasks.workunit.client.0.trial039.stdout: Downloading pycparser-2.23-py3-none-any.whl (118 kB) 2026-02-24T15:29:13.264 INFO:tasks.workunit.client.0.trial039.stdout:Installing collected packages: pycparser, typing-extensions, cffi, cryptography, tomli, pyspnego, pygments, pluggy, packaging, iniconfig, exceptiongroup, smbprotocol, pytest 2026-02-24T15:29:13.838 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:29:13 trial039 ceph-mon[35334]: pgmap v54: 97 pgs: 97 active+clean; 2.1 MiB data, 58 MiB used, 1.4 TiB / 1.4 TiB avail; 511 B/s rd, 511 B/s wr, 1 op/s 2026-02-24T15:29:13.884 INFO:tasks.workunit.client.0.trial039.stdout:Successfully installed cffi-2.0.0 cryptography-46.0.5 exceptiongroup-1.3.1 iniconfig-2.1.0 packaging-26.0 pluggy-1.6.0 pycparser-2.23 pygments-2.19.2 pyspnego-0.12.0 pytest-8.4.2 smbprotocol-1.16.0 tomli-2.4.0 typing-extensions-4.15.0 2026-02-24T15:29:13.948 INFO:tasks.workunit.client.0.trial039.stderr:WARNING: You are using pip version 21.3.1; however, version 26.0.1 is available. 2026-02-24T15:29:13.949 INFO:tasks.workunit.client.0.trial039.stderr:You should consider upgrading via the '/home/ubuntu/cephtest/clone.client.0/qa/workunits/smb/_smb_tests_85155/bin/python3 -m pip install --upgrade pip' command. 2026-02-24T15:29:13.986 INFO:tasks.workunit.client.0.trial039.stderr:+ /home/ubuntu/cephtest/clone.client.0/qa/workunits/smb/_smb_tests_85155/bin/python3 -m pytest -v -m default tests 2026-02-24T15:29:14.097 INFO:tasks.workunit.client.0.trial039.stdout:============================= test session starts ============================== 2026-02-24T15:29:14.097 INFO:tasks.workunit.client.0.trial039.stdout:platform linux -- Python 3.9.25, pytest-8.4.2, pluggy-1.6.0 -- /home/ubuntu/cephtest/clone.client.0/qa/workunits/smb/_smb_tests_85155/bin/python3 2026-02-24T15:29:14.097 INFO:tasks.workunit.client.0.trial039.stdout:cachedir: .pytest_cache 2026-02-24T15:29:14.097 INFO:tasks.workunit.client.0.trial039.stdout:rootdir: /home/ubuntu/cephtest/clone.client.0/qa/workunits/smb/tests 2026-02-24T15:29:14.097 INFO:tasks.workunit.client.0.trial039.stdout:configfile: pytest.ini 2026-02-24T15:29:14.105 INFO:tasks.workunit.client.0.trial039.stdout:collecting ... collected 11 items / 5 deselected / 6 selected 2026-02-24T15:29:14.105 INFO:tasks.workunit.client.0.trial039.stdout: 2026-02-24T15:29:14.144 INFO:tasks.workunit.client.0.trial039.stdout:tests/test_simple_smb.py::test_arbitrary_listdir[share1] PASSED [ 16%] 2026-02-24T15:29:14.182 INFO:tasks.workunit.client.0.trial039.stdout:tests/test_simple_smb.py::test_arbitrary_listdir[share2] PASSED [ 33%] 2026-02-24T15:29:14.220 INFO:tasks.workunit.client.0.trial039.stdout:tests/test_simple_smb.py::test_create_dir[share1] PASSED [ 50%] 2026-02-24T15:29:14.257 INFO:tasks.workunit.client.0.trial039.stdout:tests/test_simple_smb.py::test_create_dir[share2] PASSED [ 66%] 2026-02-24T15:29:14.295 INFO:tasks.workunit.client.0.trial039.stdout:tests/test_simple_smb.py::test_create_file[share1] PASSED [ 83%] 2026-02-24T15:29:14.350 INFO:tasks.workunit.client.0.trial039.stdout:tests/test_simple_smb.py::test_create_file[share2] PASSED [100%] 2026-02-24T15:29:14.350 INFO:tasks.workunit.client.0.trial039.stdout: 2026-02-24T15:29:14.350 INFO:tasks.workunit.client.0.trial039.stdout:======================= 6 passed, 5 deselected in 0.24s ======================== 2026-02-24T15:29:14.364 INFO:tasks.workunit.client.0.trial039.stderr:+ cleanup 2026-02-24T15:29:14.365 INFO:tasks.workunit.client.0.trial039.stderr:+ '[' '' ']' 2026-02-24T15:29:14.365 INFO:tasks.workunit.client.0.trial039.stderr:+ rm -rf /home/ubuntu/cephtest/clone.client.0/qa/workunits/smb/_smb_tests_85155 2026-02-24T15:29:14.399 INFO:teuthology.orchestra.run:Running command with timeout 3600 2026-02-24T15:29:14.399 DEBUG:teuthology.orchestra.run.trial039:> sudo rm -rf -- /home/ubuntu/cephtest/mnt.0/client.0/tmp 2026-02-24T15:29:14.465 INFO:tasks.workunit:Stopping ['smb/smb_tests.sh -m default tests'] on client.0... 2026-02-24T15:29:14.465 DEBUG:teuthology.orchestra.run.trial039:> sudo rm -rf -- /home/ubuntu/cephtest/workunits.list.client.0 /home/ubuntu/cephtest/clone.client.0 2026-02-24T15:29:14.790 DEBUG:teuthology.parallel:result is None 2026-02-24T15:29:14.790 DEBUG:teuthology.orchestra.run.trial039:> sudo rm -rf -- /home/ubuntu/cephtest/mnt.0/client.0 2026-02-24T15:29:14.814 INFO:tasks.workunit:Deleted dir /home/ubuntu/cephtest/mnt.0/client.0 2026-02-24T15:29:14.814 DEBUG:teuthology.orchestra.run.trial039:> rmdir -- /home/ubuntu/cephtest/mnt.0 2026-02-24T15:29:14.871 INFO:tasks.workunit:Deleted artificial mount point /home/ubuntu/cephtest/mnt.0/client.0 2026-02-24T15:29:14.871 DEBUG:teuthology.orchestra.run.trial039:> sudo rm -rf -- /var/tmp/ceph-smb-test-meta.json 2026-02-24T15:29:14.936 INFO:teuthology.task.ssh_keys:Cleaning up SSH keys 2026-02-24T15:29:14.936 INFO:teuthology.task.ssh_keys:cleaning up keys added for testing 2026-02-24T15:29:14.936 INFO:teuthology.task.ssh_keys: cleaning up keys for user ubuntu on trial039.front.sepia.ceph.com 2026-02-24T15:29:14.937 DEBUG:teuthology.orchestra.run.trial039:> rm -- /home/ubuntu/.ssh/id_rsa 2026-02-24T15:29:14.992 DEBUG:teuthology.orchestra.run.trial039:> rm -- /home/ubuntu/.ssh/id_rsa.pub 2026-02-24T15:29:15.049 DEBUG:teuthology.orchestra.run.trial039:> stat -c '"%a"' /home/ubuntu/.ssh/authorized_keys 2026-02-24T15:29:15.106 INFO:teuthology.orchestra.run.trial039.stdout:"600" 2026-02-24T15:29:15.106 DEBUG:teuthology.orchestra.run.trial039:> mv -- /home/ubuntu/.ssh/authorized_keys_2026-02-24_15:28:42:896046 /home/ubuntu/.ssh/authorized_keys 2026-02-24T15:29:15.163 DEBUG:teuthology.orchestra.run.trial039:> chmod 600 /home/ubuntu/.ssh/authorized_keys 2026-02-24T15:29:15.219 INFO:teuthology.task.ssh_keys: cleaning up keys for user ubuntu on trial196.front.sepia.ceph.com 2026-02-24T15:29:15.219 DEBUG:teuthology.orchestra.run.trial196:> rm -- /home/ubuntu/.ssh/id_rsa 2026-02-24T15:29:15.243 DEBUG:teuthology.orchestra.run.trial196:> rm -- /home/ubuntu/.ssh/id_rsa.pub 2026-02-24T15:29:15.304 DEBUG:teuthology.orchestra.run.trial196:> stat -c '"%a"' /home/ubuntu/.ssh/authorized_keys 2026-02-24T15:29:15.359 INFO:teuthology.orchestra.run.trial196.stdout:"600" 2026-02-24T15:29:15.360 DEBUG:teuthology.orchestra.run.trial196:> mv -- /home/ubuntu/.ssh/authorized_keys_2026-02-24_15:28:43:196402 /home/ubuntu/.ssh/authorized_keys 2026-02-24T15:29:15.417 DEBUG:teuthology.orchestra.run.trial196:> chmod 600 /home/ubuntu/.ssh/authorized_keys 2026-02-24T15:29:15.473 DEBUG:teuthology.orchestra.run.trial039:> rm /home/ubuntu/.ssh/config 2026-02-24T15:29:15.476 DEBUG:teuthology.orchestra.run.trial196:> rm /home/ubuntu/.ssh/config 2026-02-24T15:29:15.529 INFO:teuthology.run_tasks:Running task exec... 2026-02-24T15:29:15.539 INFO:teuthology.task.exec:Executing custom commands... 2026-02-24T15:29:15.539 INFO:teuthology.task.exec:Running commands on role host.a host ubuntu@trial039.front.sepia.ceph.com 2026-02-24T15:29:15.539 DEBUG:teuthology.orchestra.run.trial039:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'echo "Check for proxy enabled..." 2026-02-24T15:29:15.539 DEBUG:teuthology.orchestra.run.trial039:> if systemctl list-units | grep ceph | grep smb | grep -q proxy ; then 2026-02-24T15:29:15.539 DEBUG:teuthology.orchestra.run.trial039:> echo "smb proxy service found" 2026-02-24T15:29:15.539 DEBUG:teuthology.orchestra.run.trial039:> exit 1 2026-02-24T15:29:15.539 DEBUG:teuthology.orchestra.run.trial039:> fi 2026-02-24T15:29:15.539 DEBUG:teuthology.orchestra.run.trial039:> echo "smb proxy service not found" 2026-02-24T15:29:15.539 DEBUG:teuthology.orchestra.run.trial039:> exit 0 2026-02-24T15:29:15.539 DEBUG:teuthology.orchestra.run.trial039:> ' 2026-02-24T15:29:15.562 INFO:teuthology.orchestra.run.trial039.stdout:Check for proxy enabled... 2026-02-24T15:29:15.569 INFO:teuthology.orchestra.run.trial039.stdout:smb proxy service not found 2026-02-24T15:29:15.571 INFO:teuthology.run_tasks:Running task cephadm.shell... 2026-02-24T15:29:15.590 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@trial039.front.sepia.ceph.com 2026-02-24T15:29:15.590 DEBUG:teuthology.orchestra.run.trial039:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:e602a214d0666d5fd7dab98304b32ef8fc2865a3 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1fdb37b6-1195-11f1-a7cb-d404e6e7d460 -- bash -c 'ceph smb apply -i -' 2026-02-24T15:29:15.725 INFO:teuthology.orchestra.run.trial039.stderr:Inferring config /var/lib/ceph/1fdb37b6-1195-11f1-a7cb-d404e6e7d460/mon.a/config 2026-02-24T15:29:15.747 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:29:15 trial039 ceph-mon[35334]: pgmap v55: 97 pgs: 97 active+clean; 2.1 MiB data, 58 MiB used, 1.4 TiB / 1.4 TiB avail; 341 B/s rd, 511 B/s wr, 0 op/s 2026-02-24T15:29:16.032 INFO:teuthology.orchestra.run.trial039.stdout:{ 2026-02-24T15:29:16.032 INFO:teuthology.orchestra.run.trial039.stdout: "results": [ 2026-02-24T15:29:16.032 INFO:teuthology.orchestra.run.trial039.stdout: { 2026-02-24T15:29:16.032 INFO:teuthology.orchestra.run.trial039.stdout: "resource": { 2026-02-24T15:29:16.032 INFO:teuthology.orchestra.run.trial039.stdout: "resource_type": "ceph.smb.share", 2026-02-24T15:29:16.032 INFO:teuthology.orchestra.run.trial039.stdout: "cluster_id": "modtest1", 2026-02-24T15:29:16.032 INFO:teuthology.orchestra.run.trial039.stdout: "share_id": "share1", 2026-02-24T15:29:16.033 INFO:teuthology.orchestra.run.trial039.stdout: "intent": "removed" 2026-02-24T15:29:16.033 INFO:teuthology.orchestra.run.trial039.stdout: }, 2026-02-24T15:29:16.033 INFO:teuthology.orchestra.run.trial039.stdout: "state": "removed", 2026-02-24T15:29:16.033 INFO:teuthology.orchestra.run.trial039.stdout: "success": true 2026-02-24T15:29:16.033 INFO:teuthology.orchestra.run.trial039.stdout: }, 2026-02-24T15:29:16.033 INFO:teuthology.orchestra.run.trial039.stdout: { 2026-02-24T15:29:16.033 INFO:teuthology.orchestra.run.trial039.stdout: "resource": { 2026-02-24T15:29:16.033 INFO:teuthology.orchestra.run.trial039.stdout: "resource_type": "ceph.smb.share", 2026-02-24T15:29:16.033 INFO:teuthology.orchestra.run.trial039.stdout: "cluster_id": "modtest1", 2026-02-24T15:29:16.033 INFO:teuthology.orchestra.run.trial039.stdout: "share_id": "share2", 2026-02-24T15:29:16.033 INFO:teuthology.orchestra.run.trial039.stdout: "intent": "removed" 2026-02-24T15:29:16.033 INFO:teuthology.orchestra.run.trial039.stdout: }, 2026-02-24T15:29:16.034 INFO:teuthology.orchestra.run.trial039.stdout: "state": "removed", 2026-02-24T15:29:16.034 INFO:teuthology.orchestra.run.trial039.stdout: "success": true 2026-02-24T15:29:16.034 INFO:teuthology.orchestra.run.trial039.stdout: }, 2026-02-24T15:29:16.034 INFO:teuthology.orchestra.run.trial039.stdout: { 2026-02-24T15:29:16.034 INFO:teuthology.orchestra.run.trial039.stdout: "resource": { 2026-02-24T15:29:16.034 INFO:teuthology.orchestra.run.trial039.stdout: "resource_type": "ceph.smb.cluster", 2026-02-24T15:29:16.034 INFO:teuthology.orchestra.run.trial039.stdout: "cluster_id": "modtest1", 2026-02-24T15:29:16.034 INFO:teuthology.orchestra.run.trial039.stdout: "intent": "removed" 2026-02-24T15:29:16.034 INFO:teuthology.orchestra.run.trial039.stdout: }, 2026-02-24T15:29:16.034 INFO:teuthology.orchestra.run.trial039.stdout: "state": "removed", 2026-02-24T15:29:16.034 INFO:teuthology.orchestra.run.trial039.stdout: "success": true 2026-02-24T15:29:16.034 INFO:teuthology.orchestra.run.trial039.stdout: }, 2026-02-24T15:29:16.034 INFO:teuthology.orchestra.run.trial039.stdout: { 2026-02-24T15:29:16.035 INFO:teuthology.orchestra.run.trial039.stdout: "resource": { 2026-02-24T15:29:16.035 INFO:teuthology.orchestra.run.trial039.stdout: "resource_type": "ceph.smb.join.auth", 2026-02-24T15:29:16.035 INFO:teuthology.orchestra.run.trial039.stdout: "auth_id": "join1-admin", 2026-02-24T15:29:16.035 INFO:teuthology.orchestra.run.trial039.stdout: "intent": "removed" 2026-02-24T15:29:16.035 INFO:teuthology.orchestra.run.trial039.stdout: }, 2026-02-24T15:29:16.035 INFO:teuthology.orchestra.run.trial039.stdout: "state": "removed", 2026-02-24T15:29:16.035 INFO:teuthology.orchestra.run.trial039.stdout: "success": true 2026-02-24T15:29:16.035 INFO:teuthology.orchestra.run.trial039.stdout: } 2026-02-24T15:29:16.035 INFO:teuthology.orchestra.run.trial039.stdout: ], 2026-02-24T15:29:16.035 INFO:teuthology.orchestra.run.trial039.stdout: "success": true 2026-02-24T15:29:16.035 INFO:teuthology.orchestra.run.trial039.stdout:} 2026-02-24T15:29:16.175 INFO:teuthology.run_tasks:Running task cephadm.wait_for_service_not_present... 2026-02-24T15:29:16.199 INFO:tasks.cephadm:Waiting for ceph service smb.modtest1 to be not present in service list 2026-02-24T15:29:16.199 DEBUG:teuthology.orchestra.run.trial039:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:e602a214d0666d5fd7dab98304b32ef8fc2865a3 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1fdb37b6-1195-11f1-a7cb-d404e6e7d460 -- ceph orch ls -f json 2026-02-24T15:29:16.321 INFO:teuthology.orchestra.run.trial039.stderr:Inferring config /var/lib/ceph/1fdb37b6-1195-11f1-a7cb-d404e6e7d460/mon.a/config 2026-02-24T15:29:16.590 INFO:teuthology.orchestra.run.trial039.stdout: 2026-02-24T15:29:16.590 INFO:teuthology.orchestra.run.trial039.stdout:[{"placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2026-02-24T15:27:25.442111Z", "last_refresh": "2026-02-24T15:28:11.532900Z", "running": 2, "size": 2}}, {"placement": {"count": 1, "hosts": ["trial039=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2026-02-24T15:26:50.070659Z", "last_refresh": "2026-02-24T15:28:11.532788Z", "running": 1, "size": 1}}, {"placement": {"count": 1, "hosts": ["trial039:10.20.193.39=a"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2026-02-24T15:26:48.418310Z", "last_refresh": "2026-02-24T15:28:11.532723Z", "running": 1, "size": 1}}, {"placement": {"host_pattern": "trial039"}, "service_id": "default", "service_name": "osd.default", "service_type": "osd", "spec": {"data_devices": {"paths": ["vg_nvme/lv_3"]}, "filter_logic": "AND", "objectstore": "bluestore", "osd_type": "classic", "termination_grace_period_seconds": 30}, "status": {"created": "2026-02-24T15:27:03.815662Z", "last_refresh": "2026-02-24T15:28:11.532828Z", "running": 2, "size": 2}}, {"events": ["2026-02-24T15:29:16.016203Z 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.196"], "features": ["domain"], "include_ceph_users": ["client.smb.fs.cluster.modtest1"], "join_sources": ["rados:mon-config-key:smb/config/modtest1/join.0.json"]}, "status": {"created": "2026-02-24T15:28:06.389878Z", "last_refresh": "2026-02-24T15:28:11.532970Z", "ports": [445, 9922], "running": 1, "size": 1}}] 2026-02-24T15:29:16.732 DEBUG:tasks.cephadm:checking if 'smb.modtest1' in {'mds.cephfs', 'osd.default', 'mgr', 'smb.modtest1', 'mon'} 2026-02-24T15:29:17.211 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:29:17 trial039 ceph-mon[35334]: from='client.14381 -' entity='client.admin' cmd=[{"prefix": "smb apply", "target": ["mon-mgr", ""]}]: dispatch 2026-02-24T15:29:17.211 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:29:17 trial039 ceph-mon[35334]: Remove service smb.modtest1 2026-02-24T15:29:17.211 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:29:17 trial039 ceph-mon[35334]: from='mgr.14279 10.20.193.39:0/882361801' entity='mgr.x' 2026-02-24T15:29:17.211 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:29:17 trial039 ceph-mon[35334]: from='mgr.14279 10.20.193.39:0/882361801' entity='mgr.x' cmd={"prefix": "config-key dump", "key": "smb/config/"} : dispatch 2026-02-24T15:29:17.211 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:29:17 trial039 ceph-mon[35334]: from='mgr.14279 10.20.193.39:0/882361801' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-24T15:29:17.211 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:29:17 trial039 ceph-mon[35334]: from='mgr.14279 10.20.193.39:0/882361801' entity='mgr.x' cmd={"prefix": "config-key exists", "key": "smb/config/modtest1/join.0.json"} : dispatch 2026-02-24T15:29:17.211 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:29:17 trial039 ceph-mon[35334]: from='mgr.14279 10.20.193.39:0/882361801' entity='mgr.x' cmd={"prefix": "config-key rm", "key": "smb/config/modtest1/join.0.json"} : dispatch 2026-02-24T15:29:17.211 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:29:17 trial039 ceph-mon[35334]: from='mgr.14279 10.20.193.39:0/882361801' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-24T15:29:17.211 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:29:17 trial039 ceph-mon[35334]: from='mgr.14279 10.20.193.39:0/882361801' entity='mgr.x' cmd='[{"prefix": "config-key rm", "key": "smb/config/modtest1/join.0.json"}]': finished 2026-02-24T15:29:17.211 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:29:17 trial039 ceph-mon[35334]: from='mgr.14279 10.20.193.39:0/882361801' entity='mgr.x' cmd={"prefix": "config-key dump", "key": "smb/config/"} : dispatch 2026-02-24T15:29:17.211 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:29:17 trial039 ceph-mon[35334]: from='mgr.14279 10.20.193.39:0/882361801' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-24T15:29:17.211 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:29:17 trial039 ceph-mon[35334]: from='mgr.14279 10.20.193.39:0/882361801' entity='mgr.x' 2026-02-24T15:29:17.211 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:29:17 trial039 ceph-mon[35334]: from='mgr.14279 10.20.193.39:0/882361801' entity='mgr.x' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-24T15:29:17.211 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:29:17 trial039 ceph-mon[35334]: Removing orphan daemon smb.modtest1.trial039.iqweum... 2026-02-24T15:29:17.211 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:29:17 trial039 ceph-mon[35334]: Removing daemon smb.modtest1.trial039.iqweum from trial039 -- ports [445, 9922] 2026-02-24T15:29:17.211 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:29:17 trial039 ceph-mon[35334]: pgmap v56: 97 pgs: 97 active+clean; 2.1 MiB data, 58 MiB used, 1.4 TiB / 1.4 TiB avail; 341 B/s rd, 511 B/s wr, 0 op/s 2026-02-24T15:29:17.733 DEBUG:teuthology.orchestra.run.trial039:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:e602a214d0666d5fd7dab98304b32ef8fc2865a3 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1fdb37b6-1195-11f1-a7cb-d404e6e7d460 -- ceph orch ls -f json 2026-02-24T15:29:17.869 INFO:teuthology.orchestra.run.trial039.stderr:Inferring config /var/lib/ceph/1fdb37b6-1195-11f1-a7cb-d404e6e7d460/mon.a/config 2026-02-24T15:29:18.126 INFO:teuthology.orchestra.run.trial039.stdout: 2026-02-24T15:29:18.126 INFO:teuthology.orchestra.run.trial039.stdout:[{"placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2026-02-24T15:27:25.442111Z", "last_refresh": "2026-02-24T15:28:11.532900Z", "running": 2, "size": 2}}, {"placement": {"count": 1, "hosts": ["trial039=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2026-02-24T15:26:50.070659Z", "last_refresh": "2026-02-24T15:28:11.532788Z", "running": 1, "size": 1}}, {"placement": {"count": 1, "hosts": ["trial039:10.20.193.39=a"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2026-02-24T15:26:48.418310Z", "last_refresh": "2026-02-24T15:28:11.532723Z", "running": 1, "size": 1}}, {"placement": {"host_pattern": "trial039"}, "service_id": "default", "service_name": "osd.default", "service_type": "osd", "spec": {"data_devices": {"paths": ["vg_nvme/lv_3"]}, "filter_logic": "AND", "objectstore": "bluestore", "osd_type": "classic", "termination_grace_period_seconds": 30}, "status": {"created": "2026-02-24T15:27:03.815662Z", "last_refresh": "2026-02-24T15:28:11.532828Z", "running": 2, "size": 2}}] 2026-02-24T15:29:18.269 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:29:18 trial039 ceph-mon[35334]: from='client.14383 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-24T15:29:18.269 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:29:18 trial039 ceph-mon[35334]: from='mgr.14279 10.20.193.39:0/882361801' entity='mgr.x' cmd={"prefix": "auth rm", "entity": "client.smb.config.modtest1.trial039.iqweum"} : dispatch 2026-02-24T15:29:18.269 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:29:18 trial039 ceph-mon[35334]: from='mgr.14279 10.20.193.39:0/882361801' entity='mgr.x' cmd='[{"prefix": "auth rm", "entity": "client.smb.config.modtest1.trial039.iqweum"}]': finished 2026-02-24T15:29:18.269 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:29:18 trial039 ceph-mon[35334]: from='mgr.14279 10.20.193.39:0/882361801' entity='mgr.x' cmd={"prefix":"config-key del","key":"mgr/cephadm/spec.smb.modtest1"} : dispatch 2026-02-24T15:29:18.269 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:29:18 trial039 ceph-mon[35334]: from='mgr.14279 10.20.193.39:0/882361801' entity='mgr.x' cmd='[{"prefix":"config-key del","key":"mgr/cephadm/spec.smb.modtest1"}]': finished 2026-02-24T15:29:18.269 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:29:18 trial039 ceph-mon[35334]: from='mgr.14279 10.20.193.39:0/882361801' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-24T15:29:18.270 DEBUG:tasks.cephadm:checking if 'smb.modtest1' in {'mon', 'mds.cephfs', 'osd.default', 'mgr'} 2026-02-24T15:29:18.270 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2026-02-24T15:29:18.282 INFO:tasks.cephadm:Teardown begin 2026-02-24T15:29:18.282 DEBUG:teuthology.orchestra.run.trial039:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2026-02-24T15:29:18.310 DEBUG:teuthology.orchestra.run.trial196:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2026-02-24T15:29:18.337 INFO:tasks.cephadm:Disabling cephadm mgr module 2026-02-24T15:29:18.337 DEBUG:teuthology.orchestra.run.trial039:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:e602a214d0666d5fd7dab98304b32ef8fc2865a3 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1fdb37b6-1195-11f1-a7cb-d404e6e7d460 -- ceph mgr module disable cephadm 2026-02-24T15:29:18.461 INFO:teuthology.orchestra.run.trial039.stderr:Inferring config /var/lib/ceph/1fdb37b6-1195-11f1-a7cb-d404e6e7d460/mon.a/config 2026-02-24T15:29:18.479 INFO:teuthology.orchestra.run.trial039.stderr:Error: statfs /etc/ceph/ceph.client.admin.keyring: no such file or directory 2026-02-24T15:29:18.499 DEBUG:teuthology.orchestra.run:got remote process result: 125 2026-02-24T15:29:18.499 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2026-02-24T15:29:18.500 DEBUG:teuthology.orchestra.run.trial039:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2026-02-24T15:29:18.516 DEBUG:teuthology.orchestra.run.trial196:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2026-02-24T15:29:18.533 INFO:tasks.cephadm:Stopping all daemons... 2026-02-24T15:29:18.534 INFO:tasks.cephadm.mon.a:Stopping mon.a... 2026-02-24T15:29:18.534 DEBUG:teuthology.orchestra.run.trial039:> sudo systemctl stop ceph-1fdb37b6-1195-11f1-a7cb-d404e6e7d460@mon.a 2026-02-24T15:29:18.839 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:29:18 trial039 systemd[1]: Stopping Ceph mon.a for 1fdb37b6-1195-11f1-a7cb-d404e6e7d460... 2026-02-24T15:29:18.839 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:29:18 trial039 ceph-1fdb37b6-1195-11f1-a7cb-d404e6e7d460-mon-a[35309]: 2026-02-24T15:29:18.659+0000 7f6c964a0640 -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-24T15:29:18.839 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:29:18 trial039 ceph-1fdb37b6-1195-11f1-a7cb-d404e6e7d460-mon-a[35309]: 2026-02-24T15:29:18.659+0000 7f6c964a0640 -1 mon.a@0(leader) e1 *** Got Signal Terminated *** 2026-02-24T15:29:18.839 INFO:journalctl@ceph.mon.a.trial039.stdout:Feb 24 15:29:18 trial039 podman[87399]: 2026-02-24 15:29:18.731504091 +0000 UTC m=+0.084835279 container died ab5674d05942385dc3d3e9cd2f7a200560c17042f6edccaf3825096fe8b9d037 (image=quay.ceph.io/ceph-ci/ceph:e602a214d0666d5fd7dab98304b32ef8fc2865a3, name=ceph-1fdb37b6-1195-11f1-a7cb-d404e6e7d460-mon-a, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, org.label-schema.schema-version=1.0, org.label-schema.build-date=20260216, CEPH_REF=wip-phlogistonjohn-testing-1-2026-02-23-0827, CEPH_SHA1=e602a214d0666d5fd7dab98304b32ef8fc2865a3, FROM_IMAGE=quay.io/centos/centos:stream9, io.buildah.version=1.41.3, org.label-schema.vendor=CentOS, OSD_FLAVOR=default, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 9 Base Image, org.opencontainers.image.documentation=https://docs.ceph.com/, ceph=True, org.opencontainers.image.authors=Ceph Release Team , CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git) 2026-02-24T15:29:18.913 DEBUG:teuthology.orchestra.run.trial039:> sudo pkill -f 'journalctl -f -n 0 -u ceph-1fdb37b6-1195-11f1-a7cb-d404e6e7d460@mon.a.service' 2026-02-24T15:29:18.955 DEBUG:teuthology.orchestra.run:got remote process result: None 2026-02-24T15:29:18.956 INFO:tasks.cephadm.mon.a:Stopped mon.a 2026-02-24T15:29:18.956 INFO:tasks.cephadm.mgr.x:Stopping mgr.x... 2026-02-24T15:29:18.956 DEBUG:teuthology.orchestra.run.trial039:> sudo systemctl stop ceph-1fdb37b6-1195-11f1-a7cb-d404e6e7d460@mgr.x 2026-02-24T15:29:19.091 INFO:journalctl@ceph.mgr.x.trial039.stdout:Feb 24 15:29:19 trial039 systemd[1]: Stopping Ceph mgr.x for 1fdb37b6-1195-11f1-a7cb-d404e6e7d460... 2026-02-24T15:29:19.322 DEBUG:teuthology.orchestra.run.trial039:> sudo pkill -f 'journalctl -f -n 0 -u ceph-1fdb37b6-1195-11f1-a7cb-d404e6e7d460@mgr.x.service' 2026-02-24T15:29:19.344 INFO:journalctl@ceph.mgr.x.trial039.stdout:Feb 24 15:29:19 trial039 ceph-1fdb37b6-1195-11f1-a7cb-d404e6e7d460-mgr-x[35636]: 2026-02-24T15:29:19.087+0000 7f189436c640 -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-24T15:29:19.344 INFO:journalctl@ceph.mgr.x.trial039.stdout:Feb 24 15:29:19 trial039 podman[87571]: 2026-02-24 15:29:19.129296492 +0000 UTC m=+0.055091154 container died 46cea4c46ed0ba11cb8da6f1605844de7898801825fc60973ac94dd0656b2c91 (image=quay.ceph.io/ceph-ci/ceph:e602a214d0666d5fd7dab98304b32ef8fc2865a3, name=ceph-1fdb37b6-1195-11f1-a7cb-d404e6e7d460-mgr-x, io.buildah.version=1.41.3, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, OSD_FLAVOR=default, org.label-schema.schema-version=1.0, org.opencontainers.image.authors=Ceph Release Team , GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, org.label-schema.build-date=20260216, ceph=True, CEPH_REF=wip-phlogistonjohn-testing-1-2026-02-23-0827, org.opencontainers.image.documentation=https://docs.ceph.com/, FROM_IMAGE=quay.io/centos/centos:stream9, org.label-schema.vendor=CentOS, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_SHA1=e602a214d0666d5fd7dab98304b32ef8fc2865a3, org.label-schema.license=GPLv2) 2026-02-24T15:29:19.344 INFO:journalctl@ceph.mgr.x.trial039.stdout:Feb 24 15:29:19 trial039 podman[87571]: 2026-02-24 15:29:19.246695878 +0000 UTC m=+0.172490540 container remove 46cea4c46ed0ba11cb8da6f1605844de7898801825fc60973ac94dd0656b2c91 (image=quay.ceph.io/ceph-ci/ceph:e602a214d0666d5fd7dab98304b32ef8fc2865a3, name=ceph-1fdb37b6-1195-11f1-a7cb-d404e6e7d460-mgr-x, org.label-schema.schema-version=1.0, org.opencontainers.image.documentation=https://docs.ceph.com/, org.label-schema.vendor=CentOS, org.opencontainers.image.authors=Ceph Release Team , org.label-schema.license=GPLv2, OSD_FLAVOR=default, ceph=True, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_SHA1=e602a214d0666d5fd7dab98304b32ef8fc2865a3, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, org.label-schema.build-date=20260216, CEPH_REF=wip-phlogistonjohn-testing-1-2026-02-23-0827, FROM_IMAGE=quay.io/centos/centos:stream9, io.buildah.version=1.41.3) 2026-02-24T15:29:19.344 INFO:journalctl@ceph.mgr.x.trial039.stdout:Feb 24 15:29:19 trial039 bash[87571]: ceph-1fdb37b6-1195-11f1-a7cb-d404e6e7d460-mgr-x 2026-02-24T15:29:19.344 INFO:journalctl@ceph.mgr.x.trial039.stdout:Feb 24 15:29:19 trial039 systemd[1]: ceph-1fdb37b6-1195-11f1-a7cb-d404e6e7d460@mgr.x.service: Deactivated successfully. 2026-02-24T15:29:19.344 INFO:journalctl@ceph.mgr.x.trial039.stdout:Feb 24 15:29:19 trial039 systemd[1]: Stopped Ceph mgr.x for 1fdb37b6-1195-11f1-a7cb-d404e6e7d460. 2026-02-24T15:29:19.344 INFO:journalctl@ceph.mgr.x.trial039.stdout:Feb 24 15:29:19 trial039 systemd[1]: ceph-1fdb37b6-1195-11f1-a7cb-d404e6e7d460@mgr.x.service: Consumed 17.456s CPU time. 2026-02-24T15:29:19.358 DEBUG:teuthology.orchestra.run:got remote process result: None 2026-02-24T15:29:19.358 INFO:tasks.cephadm.mgr.x:Stopped mgr.x 2026-02-24T15:29:19.358 INFO:tasks.cephadm.osd.0:Stopping osd.0... 2026-02-24T15:29:19.358 DEBUG:teuthology.orchestra.run.trial039:> sudo systemctl stop ceph-1fdb37b6-1195-11f1-a7cb-d404e6e7d460@osd.0 2026-02-24T15:29:19.838 INFO:journalctl@ceph.osd.0.trial039.stdout:Feb 24 15:29:19 trial039 systemd[1]: Stopping Ceph osd.0 for 1fdb37b6-1195-11f1-a7cb-d404e6e7d460... 2026-02-24T15:29:19.838 INFO:journalctl@ceph.osd.0.trial039.stdout:Feb 24 15:29:19 trial039 ceph-1fdb37b6-1195-11f1-a7cb-d404e6e7d460-osd-0[53255]: 2026-02-24T15:29:19.489+0000 7f12928b5640 -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-24T15:29:19.838 INFO:journalctl@ceph.osd.0.trial039.stdout:Feb 24 15:29:19 trial039 ceph-1fdb37b6-1195-11f1-a7cb-d404e6e7d460-osd-0[53255]: 2026-02-24T15:29:19.489+0000 7f12928b5640 -1 osd.0 27 *** Got signal Terminated *** 2026-02-24T15:29:19.838 INFO:journalctl@ceph.osd.0.trial039.stdout:Feb 24 15:29:19 trial039 ceph-1fdb37b6-1195-11f1-a7cb-d404e6e7d460-osd-0[53255]: 2026-02-24T15:29:19.489+0000 7f12928b5640 -1 osd.0 27 *** Immediate shutdown (osd_fast_shutdown=true) *** 2026-02-24T15:29:24.819 INFO:journalctl@ceph.osd.0.trial039.stdout:Feb 24 15:29:24 trial039 podman[87738]: 2026-02-24 15:29:24.55929261 +0000 UTC m=+5.083455853 container died 959f07cefa4f5c0068e0ce44bfca5f5397f1fe4f735057e68869329e2b8367b8 (image=quay.ceph.io/ceph-ci/ceph@sha256:e62f177877783391bea7ed0d8dd386826e63dd9c4b88ea0937434db2ddb31986, name=ceph-1fdb37b6-1195-11f1-a7cb-d404e6e7d460-osd-0, org.label-schema.schema-version=1.0, FROM_IMAGE=quay.io/centos/centos:stream9, OSD_FLAVOR=default, org.opencontainers.image.authors=Ceph Release Team , org.label-schema.vendor=CentOS, CEPH_SHA1=e602a214d0666d5fd7dab98304b32ef8fc2865a3, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, org.label-schema.build-date=20260216, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 9 Base Image, ceph=True, io.buildah.version=1.41.3, org.opencontainers.image.documentation=https://docs.ceph.com/, CEPH_REF=wip-phlogistonjohn-testing-1-2026-02-23-0827) 2026-02-24T15:29:24.819 INFO:journalctl@ceph.osd.0.trial039.stdout:Feb 24 15:29:24 trial039 podman[87738]: 2026-02-24 15:29:24.67193455 +0000 UTC m=+5.196097793 container remove 959f07cefa4f5c0068e0ce44bfca5f5397f1fe4f735057e68869329e2b8367b8 (image=quay.ceph.io/ceph-ci/ceph@sha256:e62f177877783391bea7ed0d8dd386826e63dd9c4b88ea0937434db2ddb31986, name=ceph-1fdb37b6-1195-11f1-a7cb-d404e6e7d460-osd-0, OSD_FLAVOR=default, org.label-schema.license=GPLv2, 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.opencontainers.image.authors=Ceph Release Team , org.label-schema.schema-version=1.0, CEPH_REF=wip-phlogistonjohn-testing-1-2026-02-23-0827, org.label-schema.build-date=20260216, org.label-schema.vendor=CentOS, FROM_IMAGE=quay.io/centos/centos:stream9, io.buildah.version=1.41.3, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_SHA1=e602a214d0666d5fd7dab98304b32ef8fc2865a3, org.opencontainers.image.documentation=https://docs.ceph.com/) 2026-02-24T15:29:24.819 INFO:journalctl@ceph.osd.0.trial039.stdout:Feb 24 15:29:24 trial039 bash[87738]: ceph-1fdb37b6-1195-11f1-a7cb-d404e6e7d460-osd-0 2026-02-24T15:29:25.089 INFO:journalctl@ceph.osd.0.trial039.stdout:Feb 24 15:29:24 trial039 podman[87880]: 2026-02-24 15:29:24.818121752 +0000 UTC m=+0.016662683 container create 685b04ddf04b7e2b81c6d3803211369f838836ddb56e2a8af095bcf44aff1032 (image=quay.ceph.io/ceph-ci/ceph@sha256:e62f177877783391bea7ed0d8dd386826e63dd9c4b88ea0937434db2ddb31986, name=ceph-1fdb37b6-1195-11f1-a7cb-d404e6e7d460-osd-0-deactivate, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, org.opencontainers.image.documentation=https://docs.ceph.com/, CEPH_SHA1=e602a214d0666d5fd7dab98304b32ef8fc2865a3, org.opencontainers.image.authors=Ceph Release Team , org.label-schema.vendor=CentOS, org.label-schema.name=CentOS Stream 9 Base Image, OSD_FLAVOR=default, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, ceph=True, CEPH_REF=wip-phlogistonjohn-testing-1-2026-02-23-0827, org.label-schema.license=GPLv2, org.label-schema.build-date=20260216, io.buildah.version=1.41.3, org.label-schema.schema-version=1.0, FROM_IMAGE=quay.io/centos/centos:stream9) 2026-02-24T15:29:25.089 INFO:journalctl@ceph.osd.0.trial039.stdout:Feb 24 15:29:24 trial039 podman[87880]: 2026-02-24 15:29:24.857428276 +0000 UTC m=+0.055969197 container init 685b04ddf04b7e2b81c6d3803211369f838836ddb56e2a8af095bcf44aff1032 (image=quay.ceph.io/ceph-ci/ceph@sha256:e62f177877783391bea7ed0d8dd386826e63dd9c4b88ea0937434db2ddb31986, name=ceph-1fdb37b6-1195-11f1-a7cb-d404e6e7d460-osd-0-deactivate, OSD_FLAVOR=default, org.opencontainers.image.authors=Ceph Release Team , org.label-schema.schema-version=1.0, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, io.buildah.version=1.41.3, ceph=True, org.label-schema.vendor=CentOS, org.opencontainers.image.documentation=https://docs.ceph.com/, org.label-schema.build-date=20260216, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, CEPH_REF=wip-phlogistonjohn-testing-1-2026-02-23-0827, org.label-schema.license=GPLv2, CEPH_SHA1=e602a214d0666d5fd7dab98304b32ef8fc2865a3, FROM_IMAGE=quay.io/centos/centos:stream9) 2026-02-24T15:29:25.089 INFO:journalctl@ceph.osd.0.trial039.stdout:Feb 24 15:29:24 trial039 podman[87880]: 2026-02-24 15:29:24.86117404 +0000 UTC m=+0.059714971 container start 685b04ddf04b7e2b81c6d3803211369f838836ddb56e2a8af095bcf44aff1032 (image=quay.ceph.io/ceph-ci/ceph@sha256:e62f177877783391bea7ed0d8dd386826e63dd9c4b88ea0937434db2ddb31986, name=ceph-1fdb37b6-1195-11f1-a7cb-d404e6e7d460-osd-0-deactivate, org.label-schema.schema-version=1.0, CEPH_REF=wip-phlogistonjohn-testing-1-2026-02-23-0827, org.label-schema.license=GPLv2, org.label-schema.build-date=20260216, org.label-schema.name=CentOS Stream 9 Base Image, org.opencontainers.image.documentation=https://docs.ceph.com/, io.buildah.version=1.41.3, OSD_FLAVOR=default, FROM_IMAGE=quay.io/centos/centos:stream9, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, ceph=True, org.label-schema.vendor=CentOS, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, CEPH_SHA1=e602a214d0666d5fd7dab98304b32ef8fc2865a3, org.opencontainers.image.authors=Ceph Release Team ) 2026-02-24T15:29:25.089 INFO:journalctl@ceph.osd.0.trial039.stdout:Feb 24 15:29:24 trial039 podman[87880]: 2026-02-24 15:29:24.861689519 +0000 UTC m=+0.060230460 container attach 685b04ddf04b7e2b81c6d3803211369f838836ddb56e2a8af095bcf44aff1032 (image=quay.ceph.io/ceph-ci/ceph@sha256:e62f177877783391bea7ed0d8dd386826e63dd9c4b88ea0937434db2ddb31986, name=ceph-1fdb37b6-1195-11f1-a7cb-d404e6e7d460-osd-0-deactivate, CEPH_SHA1=e602a214d0666d5fd7dab98304b32ef8fc2865a3, org.label-schema.build-date=20260216, io.buildah.version=1.41.3, FROM_IMAGE=quay.io/centos/centos:stream9, ceph=True, org.opencontainers.image.documentation=https://docs.ceph.com/, OSD_FLAVOR=default, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, org.label-schema.schema-version=1.0, CEPH_REF=wip-phlogistonjohn-testing-1-2026-02-23-0827, org.label-schema.name=CentOS Stream 9 Base Image, org.opencontainers.image.authors=Ceph Release Team , CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2) 2026-02-24T15:29:25.090 INFO:journalctl@ceph.osd.0.trial039.stdout:Feb 24 15:29:24 trial039 podman[87880]: 2026-02-24 15:29:24.810950387 +0000 UTC m=+0.009491329 image pull 2c563d5701607d22f30048db75512feedc1fedc8d53c5496d88cfa0b05a08f74 quay.ceph.io/ceph-ci/ceph@sha256:e62f177877783391bea7ed0d8dd386826e63dd9c4b88ea0937434db2ddb31986 2026-02-24T15:29:25.090 INFO:journalctl@ceph.osd.0.trial039.stdout:Feb 24 15:29:24 trial039 podman[87880]: 2026-02-24 15:29:24.985516766 +0000 UTC m=+0.184057697 container died 685b04ddf04b7e2b81c6d3803211369f838836ddb56e2a8af095bcf44aff1032 (image=quay.ceph.io/ceph-ci/ceph@sha256:e62f177877783391bea7ed0d8dd386826e63dd9c4b88ea0937434db2ddb31986, name=ceph-1fdb37b6-1195-11f1-a7cb-d404e6e7d460-osd-0-deactivate, CEPH_REF=wip-phlogistonjohn-testing-1-2026-02-23-0827, CEPH_SHA1=e602a214d0666d5fd7dab98304b32ef8fc2865a3, org.label-schema.name=CentOS Stream 9 Base Image, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, org.opencontainers.image.documentation=https://docs.ceph.com/, org.label-schema.build-date=20260216, org.label-schema.schema-version=1.0, FROM_IMAGE=quay.io/centos/centos:stream9, OSD_FLAVOR=default, org.opencontainers.image.authors=Ceph Release Team , org.label-schema.license=GPLv2, io.buildah.version=1.41.3, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, ceph=True, org.label-schema.vendor=CentOS) 2026-02-24T15:29:25.131 DEBUG:teuthology.orchestra.run.trial039:> sudo pkill -f 'journalctl -f -n 0 -u ceph-1fdb37b6-1195-11f1-a7cb-d404e6e7d460@osd.0.service' 2026-02-24T15:29:25.172 DEBUG:teuthology.orchestra.run:got remote process result: None 2026-02-24T15:29:25.172 INFO:tasks.cephadm.osd.0:Stopped osd.0 2026-02-24T15:29:25.172 INFO:tasks.cephadm.osd.1:Stopping osd.1... 2026-02-24T15:29:25.173 DEBUG:teuthology.orchestra.run.trial039:> sudo systemctl stop ceph-1fdb37b6-1195-11f1-a7cb-d404e6e7d460@osd.1 2026-02-24T15:29:25.588 INFO:journalctl@ceph.osd.1.trial039.stdout:Feb 24 15:29:25 trial039 systemd[1]: Stopping Ceph osd.1 for 1fdb37b6-1195-11f1-a7cb-d404e6e7d460... 2026-02-24T15:29:25.588 INFO:journalctl@ceph.osd.1.trial039.stdout:Feb 24 15:29:25 trial039 ceph-1fdb37b6-1195-11f1-a7cb-d404e6e7d460-osd-1[62621]: 2026-02-24T15:29:25.308+0000 7f389d391640 -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-24T15:29:25.588 INFO:journalctl@ceph.osd.1.trial039.stdout:Feb 24 15:29:25 trial039 ceph-1fdb37b6-1195-11f1-a7cb-d404e6e7d460-osd-1[62621]: 2026-02-24T15:29:25.308+0000 7f389d391640 -1 osd.1 27 *** Got signal Terminated *** 2026-02-24T15:29:25.588 INFO:journalctl@ceph.osd.1.trial039.stdout:Feb 24 15:29:25 trial039 ceph-1fdb37b6-1195-11f1-a7cb-d404e6e7d460-osd-1[62621]: 2026-02-24T15:29:25.308+0000 7f389d391640 -1 osd.1 27 *** Immediate shutdown (osd_fast_shutdown=true) *** 2026-02-24T15:29:30.663 INFO:journalctl@ceph.osd.1.trial039.stdout:Feb 24 15:29:30 trial039 podman[88041]: 2026-02-24 15:29:30.389090749 +0000 UTC m=+5.094407830 container died 27153e9a03c214909d37d4540581ececc79c808a4d2b1957cc4dad3c82c5f5ba (image=quay.ceph.io/ceph-ci/ceph@sha256:e62f177877783391bea7ed0d8dd386826e63dd9c4b88ea0937434db2ddb31986, name=ceph-1fdb37b6-1195-11f1-a7cb-d404e6e7d460-osd-1, org.label-schema.schema-version=1.0, OSD_FLAVOR=default, org.label-schema.vendor=CentOS, CEPH_SHA1=e602a214d0666d5fd7dab98304b32ef8fc2865a3, io.buildah.version=1.41.3, FROM_IMAGE=quay.io/centos/centos:stream9, org.opencontainers.image.documentation=https://docs.ceph.com/, CEPH_REF=wip-phlogistonjohn-testing-1-2026-02-23-0827, org.label-schema.build-date=20260216, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, org.label-schema.name=CentOS Stream 9 Base Image, ceph=True, org.opencontainers.image.authors=Ceph Release Team , org.label-schema.license=GPLv2) 2026-02-24T15:29:30.663 INFO:journalctl@ceph.osd.1.trial039.stdout:Feb 24 15:29:30 trial039 podman[88041]: 2026-02-24 15:29:30.500618086 +0000 UTC m=+5.205935157 container remove 27153e9a03c214909d37d4540581ececc79c808a4d2b1957cc4dad3c82c5f5ba (image=quay.ceph.io/ceph-ci/ceph@sha256:e62f177877783391bea7ed0d8dd386826e63dd9c4b88ea0937434db2ddb31986, name=ceph-1fdb37b6-1195-11f1-a7cb-d404e6e7d460-osd-1, CEPH_REF=wip-phlogistonjohn-testing-1-2026-02-23-0827, org.label-schema.vendor=CentOS, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, org.label-schema.license=GPLv2, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, OSD_FLAVOR=default, CEPH_SHA1=e602a214d0666d5fd7dab98304b32ef8fc2865a3, org.label-schema.build-date=20260216, org.opencontainers.image.documentation=https://docs.ceph.com/, ceph=True, io.buildah.version=1.41.3, org.label-schema.name=CentOS Stream 9 Base Image, FROM_IMAGE=quay.io/centos/centos:stream9, org.opencontainers.image.authors=Ceph Release Team , org.label-schema.schema-version=1.0) 2026-02-24T15:29:30.663 INFO:journalctl@ceph.osd.1.trial039.stdout:Feb 24 15:29:30 trial039 bash[88041]: ceph-1fdb37b6-1195-11f1-a7cb-d404e6e7d460-osd-1 2026-02-24T15:29:30.663 INFO:journalctl@ceph.osd.1.trial039.stdout:Feb 24 15:29:30 trial039 podman[88183]: 2026-02-24 15:29:30.630923648 +0000 UTC m=+0.015683472 container create e882b6fb6f62f1c18df8dec3e7e71c5b0f0ac6ff63c1c1f39e523b89b7af3a14 (image=quay.ceph.io/ceph-ci/ceph@sha256:e62f177877783391bea7ed0d8dd386826e63dd9c4b88ea0937434db2ddb31986, name=ceph-1fdb37b6-1195-11f1-a7cb-d404e6e7d460-osd-1-deactivate, CEPH_REF=wip-phlogistonjohn-testing-1-2026-02-23-0827, org.label-schema.license=GPLv2, OSD_FLAVOR=default, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, org.label-schema.vendor=CentOS, org.label-schema.schema-version=1.0, org.opencontainers.image.documentation=https://docs.ceph.com/, org.label-schema.build-date=20260216, FROM_IMAGE=quay.io/centos/centos:stream9, CEPH_SHA1=e602a214d0666d5fd7dab98304b32ef8fc2865a3, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, ceph=True, org.opencontainers.image.authors=Ceph Release Team , io.buildah.version=1.41.3, org.label-schema.name=CentOS Stream 9 Base Image) 2026-02-24T15:29:30.915 INFO:journalctl@ceph.osd.1.trial039.stdout:Feb 24 15:29:30 trial039 podman[88183]: 2026-02-24 15:29:30.671894437 +0000 UTC m=+0.056654260 container init e882b6fb6f62f1c18df8dec3e7e71c5b0f0ac6ff63c1c1f39e523b89b7af3a14 (image=quay.ceph.io/ceph-ci/ceph@sha256:e62f177877783391bea7ed0d8dd386826e63dd9c4b88ea0937434db2ddb31986, name=ceph-1fdb37b6-1195-11f1-a7cb-d404e6e7d460-osd-1-deactivate, OSD_FLAVOR=default, FROM_IMAGE=quay.io/centos/centos:stream9, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, CEPH_SHA1=e602a214d0666d5fd7dab98304b32ef8fc2865a3, ceph=True, org.label-schema.build-date=20260216, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_REF=wip-phlogistonjohn-testing-1-2026-02-23-0827, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, org.opencontainers.image.authors=Ceph Release Team , io.buildah.version=1.41.3, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, org.opencontainers.image.documentation=https://docs.ceph.com/, org.label-schema.vendor=CentOS) 2026-02-24T15:29:30.916 INFO:journalctl@ceph.osd.1.trial039.stdout:Feb 24 15:29:30 trial039 podman[88183]: 2026-02-24 15:29:30.675252621 +0000 UTC m=+0.060012454 container start e882b6fb6f62f1c18df8dec3e7e71c5b0f0ac6ff63c1c1f39e523b89b7af3a14 (image=quay.ceph.io/ceph-ci/ceph@sha256:e62f177877783391bea7ed0d8dd386826e63dd9c4b88ea0937434db2ddb31986, name=ceph-1fdb37b6-1195-11f1-a7cb-d404e6e7d460-osd-1-deactivate, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, CEPH_SHA1=e602a214d0666d5fd7dab98304b32ef8fc2865a3, ceph=True, org.opencontainers.image.authors=Ceph Release Team , OSD_FLAVOR=default, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, org.opencontainers.image.documentation=https://docs.ceph.com/, CEPH_REF=wip-phlogistonjohn-testing-1-2026-02-23-0827, org.label-schema.vendor=CentOS, org.label-schema.build-date=20260216, FROM_IMAGE=quay.io/centos/centos:stream9, org.label-schema.name=CentOS Stream 9 Base Image, io.buildah.version=1.41.3) 2026-02-24T15:29:30.916 INFO:journalctl@ceph.osd.1.trial039.stdout:Feb 24 15:29:30 trial039 podman[88183]: 2026-02-24 15:29:30.675755987 +0000 UTC m=+0.060515810 container attach e882b6fb6f62f1c18df8dec3e7e71c5b0f0ac6ff63c1c1f39e523b89b7af3a14 (image=quay.ceph.io/ceph-ci/ceph@sha256:e62f177877783391bea7ed0d8dd386826e63dd9c4b88ea0937434db2ddb31986, name=ceph-1fdb37b6-1195-11f1-a7cb-d404e6e7d460-osd-1-deactivate, org.opencontainers.image.documentation=https://docs.ceph.com/, org.opencontainers.image.authors=Ceph Release Team , CEPH_REF=wip-phlogistonjohn-testing-1-2026-02-23-0827, org.label-schema.vendor=CentOS, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, org.label-schema.name=CentOS Stream 9 Base Image, io.buildah.version=1.41.3, org.label-schema.build-date=20260216, OSD_FLAVOR=default, org.label-schema.schema-version=1.0, FROM_IMAGE=quay.io/centos/centos:stream9, CEPH_SHA1=e602a214d0666d5fd7dab98304b32ef8fc2865a3, ceph=True, org.label-schema.license=GPLv2) 2026-02-24T15:29:30.916 INFO:journalctl@ceph.osd.1.trial039.stdout:Feb 24 15:29:30 trial039 podman[88183]: 2026-02-24 15:29:30.624212571 +0000 UTC m=+0.008972394 image pull 2c563d5701607d22f30048db75512feedc1fedc8d53c5496d88cfa0b05a08f74 quay.ceph.io/ceph-ci/ceph@sha256:e62f177877783391bea7ed0d8dd386826e63dd9c4b88ea0937434db2ddb31986 2026-02-24T15:29:30.916 INFO:journalctl@ceph.osd.1.trial039.stdout:Feb 24 15:29:30 trial039 podman[88183]: 2026-02-24 15:29:30.802629278 +0000 UTC m=+0.187389101 container died e882b6fb6f62f1c18df8dec3e7e71c5b0f0ac6ff63c1c1f39e523b89b7af3a14 (image=quay.ceph.io/ceph-ci/ceph@sha256:e62f177877783391bea7ed0d8dd386826e63dd9c4b88ea0937434db2ddb31986, name=ceph-1fdb37b6-1195-11f1-a7cb-d404e6e7d460-osd-1-deactivate, OSD_FLAVOR=default, CEPH_SHA1=e602a214d0666d5fd7dab98304b32ef8fc2865a3, org.opencontainers.image.authors=Ceph Release Team , org.opencontainers.image.documentation=https://docs.ceph.com/, org.label-schema.schema-version=1.0, org.label-schema.build-date=20260216, FROM_IMAGE=quay.io/centos/centos:stream9, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_REF=wip-phlogistonjohn-testing-1-2026-02-23-0827, io.buildah.version=1.41.3, org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2, 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) 2026-02-24T15:29:30.941 DEBUG:teuthology.orchestra.run.trial039:> sudo pkill -f 'journalctl -f -n 0 -u ceph-1fdb37b6-1195-11f1-a7cb-d404e6e7d460@osd.1.service' 2026-02-24T15:29:30.981 DEBUG:teuthology.orchestra.run:got remote process result: None 2026-02-24T15:29:30.982 INFO:tasks.cephadm.osd.1:Stopped osd.1 2026-02-24T15:29:30.982 DEBUG:teuthology.orchestra.run.trial039:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 1fdb37b6-1195-11f1-a7cb-d404e6e7d460 --force --keep-logs 2026-02-24T15:29:31.140 INFO:teuthology.orchestra.run.trial039.stdout:Deleting cluster with fsid: 1fdb37b6-1195-11f1-a7cb-d404e6e7d460 2026-02-24T15:29:36.752 DEBUG:teuthology.orchestra.run.trial196:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 1fdb37b6-1195-11f1-a7cb-d404e6e7d460 --force --keep-logs 2026-02-24T15:29:36.866 INFO:teuthology.orchestra.run.trial196.stdout:Deleting cluster with fsid: 1fdb37b6-1195-11f1-a7cb-d404e6e7d460 2026-02-24T15:29:36.921 DEBUG:teuthology.orchestra.run.trial039:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2026-02-24T15:29:36.951 DEBUG:teuthology.orchestra.run.trial196:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2026-02-24T15:29:36.976 INFO:tasks.cephadm:Archiving crash dumps... 2026-02-24T15:29:36.979 DEBUG:teuthology.misc:Transferring archived files from trial039:/var/lib/ceph/1fdb37b6-1195-11f1-a7cb-d404e6e7d460/crash to /home/teuthworker/mnt/teuthology/phlogistonjohn-2026-02-24_15:13:45-orch-wip-phlogistonjohn-testing-1-2026-02-23-0827-distro-default-trial/68130/remote/trial039/crash 2026-02-24T15:29:36.981 DEBUG:teuthology.orchestra.run.trial039:> sudo tar c -f - -C /var/lib/ceph/1fdb37b6-1195-11f1-a7cb-d404e6e7d460/crash -- . 2026-02-24T15:29:37.017 INFO:teuthology.orchestra.run.trial039.stderr:tar: /var/lib/ceph/1fdb37b6-1195-11f1-a7cb-d404e6e7d460/crash: Cannot open: No such file or directory 2026-02-24T15:29:37.017 INFO:teuthology.orchestra.run.trial039.stderr:tar: Error is not recoverable: exiting now 2026-02-24T15:29:37.019 DEBUG:teuthology.misc:Transferring archived files from trial196:/var/lib/ceph/1fdb37b6-1195-11f1-a7cb-d404e6e7d460/crash to /home/teuthworker/mnt/teuthology/phlogistonjohn-2026-02-24_15:13:45-orch-wip-phlogistonjohn-testing-1-2026-02-23-0827-distro-default-trial/68130/remote/trial196/crash 2026-02-24T15:29:37.021 DEBUG:teuthology.orchestra.run.trial196:> sudo tar c -f - -C /var/lib/ceph/1fdb37b6-1195-11f1-a7cb-d404e6e7d460/crash -- . 2026-02-24T15:29:37.046 INFO:teuthology.orchestra.run.trial196.stderr:tar: /var/lib/ceph/1fdb37b6-1195-11f1-a7cb-d404e6e7d460/crash: Cannot open: No such file or directory 2026-02-24T15:29:37.046 INFO:teuthology.orchestra.run.trial196.stderr:tar: Error is not recoverable: exiting now 2026-02-24T15:29:37.048 INFO:tasks.cephadm:Checking cluster log for badness... 2026-02-24T15:29:37.048 DEBUG:teuthology.orchestra.run.trial039:> sudo grep -E '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/1fdb37b6-1195-11f1-a7cb-d404e6e7d460/ceph.log | grep -E CEPHADM_ | grep -E -v '\(MDS_ALL_DOWN\)' | grep -E -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2026-02-24T15:29:37.083 INFO:tasks.cephadm:Compressing logs... 2026-02-24T15:29:37.083 DEBUG:teuthology.orchestra.run.trial039:> 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-24T15:29:37.126 DEBUG:teuthology.orchestra.run.trial196:> 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-24T15:29:37.147 INFO:teuthology.orchestra.run.trial039.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/cephadm.log 2026-02-24T15:29:37.147 INFO:teuthology.orchestra.run.trial039.stderr:: No such file or directory 2026-02-24T15:29:37.147 INFO:teuthology.orchestra.run.trial039.stderr:gzip -5 --verbose -- /var/log/ceph/1fdb37b6-1195-11f1-a7cb-d404e6e7d460/ceph-mon.a.log 2026-02-24T15:29:37.147 INFO:teuthology.orchestra.run.trial039.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/1fdb37b6-1195-11f1-a7cb-d404e6e7d460/ceph-mds.cephfs.trial039.hntqcx.log 2026-02-24T15:29:37.147 INFO:teuthology.orchestra.run.trial039.stderr:/var/log/ceph/1fdb37b6-1195-11f1-a7cb-d404e6e7d460/ceph-mon.a.log: gzip -5 --verbose -- /var/log/ceph/1fdb37b6-1195-11f1-a7cb-d404e6e7d460/ceph-osd.0.log 2026-02-24T15:29:37.148 INFO:teuthology.orchestra.run.trial039.stderr:gzip -5 --verbose -- /var/log/ceph/1fdb37b6-1195-11f1-a7cb-d404e6e7d460/ceph.cephadm.log 2026-02-24T15:29:37.148 INFO:teuthology.orchestra.run.trial039.stderr:/var/log/ceph/1fdb37b6-1195-11f1-a7cb-d404e6e7d460/ceph-mds.cephfs.trial039.hntqcx.log: 67.1% -- replaced with /var/log/ceph/1fdb37b6-1195-11f1-a7cb-d404e6e7d460/ceph-mds.cephfs.trial039.hntqcx.log.gz 2026-02-24T15:29:37.148 INFO:teuthology.orchestra.run.trial039.stderr:/var/log/ceph/1fdb37b6-1195-11f1-a7cb-d404e6e7d460/ceph-osd.0.log: gzip -5 --verbose -- /var/log/ceph/1fdb37b6-1195-11f1-a7cb-d404e6e7d460/ceph-mds.cephfs.trial039.wqcqbh.log 2026-02-24T15:29:37.148 INFO:teuthology.orchestra.run.trial039.stderr:/var/log/ceph/1fdb37b6-1195-11f1-a7cb-d404e6e7d460/ceph.cephadm.log: gzip -5 --verbose -- /var/log/ceph/1fdb37b6-1195-11f1-a7cb-d404e6e7d460/ceph.audit.log 2026-02-24T15:29:37.148 INFO:teuthology.orchestra.run.trial039.stderr: 79.4% -- replaced with /var/log/ceph/1fdb37b6-1195-11f1-a7cb-d404e6e7d460/ceph.cephadm.log.gz 2026-02-24T15:29:37.149 INFO:teuthology.orchestra.run.trial039.stderr:/var/log/ceph/1fdb37b6-1195-11f1-a7cb-d404e6e7d460/ceph-mds.cephfs.trial039.wqcqbh.log: gzip -5 --verbose -- /var/log/ceph/1fdb37b6-1195-11f1-a7cb-d404e6e7d460/ceph-volume.log 2026-02-24T15:29:37.149 INFO:teuthology.orchestra.run.trial039.stderr: 88.8% -- replaced with /var/log/ceph/cephadm.log.gz 2026-02-24T15:29:37.149 INFO:teuthology.orchestra.run.trial039.stderr: 78.0% -- replaced with /var/log/ceph/1fdb37b6-1195-11f1-a7cb-d404e6e7d460/ceph-mds.cephfs.trial039.wqcqbh.log.gz 2026-02-24T15:29:37.149 INFO:teuthology.orchestra.run.trial039.stderr:/var/log/ceph/1fdb37b6-1195-11f1-a7cb-d404e6e7d460/ceph.audit.log: gzip -5 --verbose -- /var/log/ceph/1fdb37b6-1195-11f1-a7cb-d404e6e7d460/ceph-osd.1.log 2026-02-24T15:29:37.149 INFO:teuthology.orchestra.run.trial039.stderr:/var/log/ceph/1fdb37b6-1195-11f1-a7cb-d404e6e7d460/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/1fdb37b6-1195-11f1-a7cb-d404e6e7d460/ceph-mgr.x.log 2026-02-24T15:29:37.150 INFO:teuthology.orchestra.run.trial039.stderr:/var/log/ceph/1fdb37b6-1195-11f1-a7cb-d404e6e7d460/ceph-osd.1.log: gzip -5 --verbose -- /var/log/ceph/1fdb37b6-1195-11f1-a7cb-d404e6e7d460/ceph.log 2026-02-24T15:29:37.150 INFO:teuthology.orchestra.run.trial039.stderr: 89.2% -- replaced with /var/log/ceph/1fdb37b6-1195-11f1-a7cb-d404e6e7d460/ceph.audit.log.gz 2026-02-24T15:29:37.150 INFO:teuthology.orchestra.run.trial039.stderr:/var/log/ceph/1fdb37b6-1195-11f1-a7cb-d404e6e7d460/ceph-mgr.x.log: /var/log/ceph/1fdb37b6-1195-11f1-a7cb-d404e6e7d460/ceph.log: 84.5% -- replaced with /var/log/ceph/1fdb37b6-1195-11f1-a7cb-d404e6e7d460/ceph.log.gz 2026-02-24T15:29:37.151 INFO:teuthology.orchestra.run.trial196.stderr:find: ‘/var/log/rbd-target-api’: No such file or directory 2026-02-24T15:29:37.151 INFO:teuthology.orchestra.run.trial196.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2026-02-24T15:29:37.151 INFO:teuthology.orchestra.run.trial196.stderr:/var/log/ceph/cephadm.log: 76.1% -- replaced with /var/log/ceph/cephadm.log.gz 2026-02-24T15:29:37.152 INFO:teuthology.orchestra.run.trial039.stderr: 94.5% -- replaced with /var/log/ceph/1fdb37b6-1195-11f1-a7cb-d404e6e7d460/ceph-volume.log.gz 2026-02-24T15:29:37.153 INFO:teuthology.orchestra.run.trial196.stderr: 2026-02-24T15:29:37.153 INFO:teuthology.orchestra.run.trial196.stderr:real 0m0.010s 2026-02-24T15:29:37.153 INFO:teuthology.orchestra.run.trial196.stderr:user 0m0.004s 2026-02-24T15:29:37.153 INFO:teuthology.orchestra.run.trial196.stderr:sys 0m0.014s 2026-02-24T15:29:37.183 INFO:teuthology.orchestra.run.trial039.stderr: 89.2% -- replaced with /var/log/ceph/1fdb37b6-1195-11f1-a7cb-d404e6e7d460/ceph-mgr.x.log.gz 2026-02-24T15:29:37.215 INFO:teuthology.orchestra.run.trial039.stderr: 91.0% -- replaced with /var/log/ceph/1fdb37b6-1195-11f1-a7cb-d404e6e7d460/ceph-mon.a.log.gz 2026-02-24T15:29:37.283 INFO:teuthology.orchestra.run.trial039.stderr: 94.4% -- replaced with /var/log/ceph/1fdb37b6-1195-11f1-a7cb-d404e6e7d460/ceph-osd.0.log.gz 2026-02-24T15:29:37.300 INFO:teuthology.orchestra.run.trial039.stderr: 94.5% -- replaced with /var/log/ceph/1fdb37b6-1195-11f1-a7cb-d404e6e7d460/ceph-osd.1.log.gz 2026-02-24T15:29:37.302 INFO:teuthology.orchestra.run.trial039.stderr: 2026-02-24T15:29:37.302 INFO:teuthology.orchestra.run.trial039.stderr:real 0m0.163s 2026-02-24T15:29:37.302 INFO:teuthology.orchestra.run.trial039.stderr:user 0m0.377s 2026-02-24T15:29:37.302 INFO:teuthology.orchestra.run.trial039.stderr:sys 0m0.038s 2026-02-24T15:29:37.303 INFO:tasks.cephadm:Archiving logs... 2026-02-24T15:29:37.303 DEBUG:teuthology.misc:Transferring archived files from trial039:/var/log/ceph to /home/teuthworker/mnt/teuthology/phlogistonjohn-2026-02-24_15:13:45-orch-wip-phlogistonjohn-testing-1-2026-02-23-0827-distro-default-trial/68130/remote/trial039/log 2026-02-24T15:29:37.305 DEBUG:teuthology.orchestra.run.trial039:> sudo tar c -f - -C /var/log/ceph -- . 2026-02-24T15:29:37.456 DEBUG:teuthology.misc:Transferring archived files from trial196:/var/log/ceph to /home/teuthworker/mnt/teuthology/phlogistonjohn-2026-02-24_15:13:45-orch-wip-phlogistonjohn-testing-1-2026-02-23-0827-distro-default-trial/68130/remote/trial196/log 2026-02-24T15:29:37.457 DEBUG:teuthology.orchestra.run.trial196:> sudo tar c -f - -C /var/log/ceph -- . 2026-02-24T15:29:37.483 INFO:tasks.cephadm:Removing cluster... 2026-02-24T15:29:37.483 DEBUG:teuthology.orchestra.run.trial039:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 1fdb37b6-1195-11f1-a7cb-d404e6e7d460 --force 2026-02-24T15:29:37.601 INFO:teuthology.orchestra.run.trial039.stdout:Deleting cluster with fsid: 1fdb37b6-1195-11f1-a7cb-d404e6e7d460 2026-02-24T15:29:37.656 INFO:tasks.cephadm:Removing cephadm ... 2026-02-24T15:29:37.656 DEBUG:teuthology.orchestra.run.trial039:> rm -rf /home/ubuntu/cephtest/cephadm 2026-02-24T15:29:37.672 DEBUG:teuthology.orchestra.run.trial196:> rm -rf /home/ubuntu/cephtest/cephadm 2026-02-24T15:29:37.689 INFO:tasks.cephadm:Teardown complete 2026-02-24T15:29:37.690 DEBUG:teuthology.run_tasks:Unwinding manager smb.deploy_samba_ad_dc 2026-02-24T15:29:37.705 DEBUG:teuthology.orchestra.run.trial196:> sudo podman stop samba-ad 2026-02-24T15:29:37.904 INFO:teuthology.orchestra.run.trial196.stdout:samba-ad 2026-02-24T15:29:37.908 DEBUG:teuthology.orchestra.run.trial196:> sudo podman rm samba-ad 2026-02-24T15:29:37.994 INFO:teuthology.orchestra.run.trial196.stdout:samba-ad 2026-02-24T15:29:38.013 DEBUG:teuthology.orchestra.run.trial196:> sudo rm -rf /var/lib/samba/container/logs /var/lib/samba/container/data 2026-02-24T15:29:38.038 DEBUG:teuthology.run_tasks:Unwinding manager clock 2026-02-24T15:29:38.052 INFO:teuthology.task.clock:Checking final clock skew... 2026-02-24T15:29:38.052 DEBUG:teuthology.orchestra.run.trial039:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2026-02-24T15:29:38.055 DEBUG:teuthology.orchestra.run.trial196:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2026-02-24T15:29:38.069 INFO:teuthology.orchestra.run.trial039.stderr:bash: line 1: ntpq: command not found 2026-02-24T15:29:38.093 INFO:teuthology.orchestra.run.trial196.stderr:bash: line 1: ntpq: command not found 2026-02-24T15:29:38.118 INFO:teuthology.orchestra.run.trial039.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2026-02-24T15:29:38.118 INFO:teuthology.orchestra.run.trial039.stdout:=============================================================================== 2026-02-24T15:29:38.118 INFO:teuthology.orchestra.run.trial039.stdout:^+ x.ns.gin.ntt.net 2 6 177 36 +584us[ +748us] +/- 64ms 2026-02-24T15:29:38.118 INFO:teuthology.orchestra.run.trial039.stdout:^* 172-238-164-57.ip.linode> 4 6 177 34 -3209us[-3045us] +/- 32ms 2026-02-24T15:29:38.118 INFO:teuthology.orchestra.run.trial039.stdout:^+ c-73-189-219-4.hsd1.ca.c> 2 6 177 36 +1221us[+1386us] +/- 82ms 2026-02-24T15:29:38.118 INFO:teuthology.orchestra.run.trial039.stdout:^+ kjsl-fmt2-net.fmt2.kjsl.> 2 6 177 34 +2896us[+3060us] +/- 35ms 2026-02-24T15:29:38.228 INFO:teuthology.orchestra.run.trial196.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2026-02-24T15:29:38.228 INFO:teuthology.orchestra.run.trial196.stdout:=============================================================================== 2026-02-24T15:29:38.229 INFO:teuthology.orchestra.run.trial196.stdout:^+ arm1.maxhost.io 2 6 177 36 -276us[ -229us] +/- 55ms 2026-02-24T15:29:38.229 INFO:teuthology.orchestra.run.trial196.stdout:^* host-131-239-5-43.custom> 2 6 177 35 +1635us[+1682us] +/- 28ms 2026-02-24T15:29:38.229 INFO:teuthology.orchestra.run.trial196.stdout:^+ time.walb.tech 2 6 177 34 -1258us[-1258us] +/- 26ms 2026-02-24T15:29:38.229 INFO:teuthology.orchestra.run.trial196.stdout:^- ntp.maxhost.io 2 6 117 28 -2964ns[-2964ns] +/- 55ms 2026-02-24T15:29:38.230 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2026-02-24T15:29:38.246 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2026-02-24T15:29:38.247 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2026-02-24T15:29:38.263 DEBUG:teuthology.orchestra.run.trial039:> 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-24T15:29:38.328 DEBUG:teuthology.orchestra.run.trial196:> 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-24T15:29:38.382 DEBUG:teuthology.orchestra.run.trial039:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 -e context=system_u:system_r:getty_t:s0 -e scontext=system_u:system_r:logrotate_t:s0 2026-02-24T15:29:38.409 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-02-24T15:29:38.410 DEBUG:teuthology.orchestra.run.trial196:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 -e context=system_u:system_r:getty_t:s0 -e scontext=system_u:system_r:logrotate_t:s0 2026-02-24T15:29:38.436 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-02-24T15:29:38.437 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2026-02-24T15:29:38.455 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2026-02-24T15:29:38.465 INFO:teuthology.task.internal:Duration was 393.848706 seconds 2026-02-24T15:29:38.465 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2026-02-24T15:29:38.479 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2026-02-24T15:29:38.479 DEBUG:teuthology.orchestra.run.trial039:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2026-02-24T15:29:38.482 DEBUG:teuthology.orchestra.run.trial196:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2026-02-24T15:29:38.516 INFO:teuthology.orchestra.run.trial039.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2026-02-24T15:29:38.519 INFO:teuthology.orchestra.run.trial196.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2026-02-24T15:29:38.755 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2026-02-24T15:29:38.756 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@trial039.front.sepia.ceph.com 2026-02-24T15:29:38.756 DEBUG:teuthology.orchestra.run.trial039:> 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-24T15:29:38.775 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@trial196.front.sepia.ceph.com 2026-02-24T15:29:38.776 DEBUG:teuthology.orchestra.run.trial196:> 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-24T15:29:38.812 INFO:teuthology.task.internal.syslog:Gathering journactl... 2026-02-24T15:29:38.812 DEBUG:teuthology.orchestra.run.trial039:> sudo journalctl > /home/ubuntu/cephtest/archive/syslog/journalctl.log 2026-02-24T15:29:38.818 DEBUG:teuthology.orchestra.run.trial196:> sudo journalctl > /home/ubuntu/cephtest/archive/syslog/journalctl.log 2026-02-24T15:29:38.921 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2026-02-24T15:29:38.922 DEBUG:teuthology.orchestra.run.trial039:> 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-24T15:29:38.924 DEBUG:teuthology.orchestra.run.trial196:> 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-24T15:29:38.944 INFO:teuthology.orchestra.run.trial039.stderr:gzip -5 --verbose -- /home/ubuntu/cephtest/archive/syslog/misc.log 2026-02-24T15:29:38.945 INFO:teuthology.orchestra.run.trial039.stderr:gzip -5 --verbose -- /home/ubuntu/cephtest/archive/syslog/kern.log 2026-02-24T15:29:38.946 INFO:teuthology.orchestra.run.trial039.stderr:/home/ubuntu/cephtest/archive/syslog/misc.log: 0.0% -- replaced with /home/ubuntu/cephtest/archive/syslog/misc.log.gz 2026-02-24T15:29:38.946 INFO:teuthology.orchestra.run.trial039.stderr:gzip -5 --verbose -- /home/ubuntu/cephtest/archive/syslog/journalctl.log 2026-02-24T15:29:38.946 INFO:teuthology.orchestra.run.trial039.stderr:/home/ubuntu/cephtest/archive/syslog/kern.log: 0.0% -- replaced with /home/ubuntu/cephtest/archive/syslog/kern.log.gz 2026-02-24T15:29:38.947 INFO:teuthology.orchestra.run.trial196.stderr:gzip -5 --verbose -- /home/ubuntu/cephtest/archive/syslog/misc.log 2026-02-24T15:29:38.948 INFO:teuthology.orchestra.run.trial196.stderr:gzip -5 --verbose -- /home/ubuntu/cephtest/archive/syslog/kern.log 2026-02-24T15:29:38.948 INFO:teuthology.orchestra.run.trial196.stderr:/home/ubuntu/cephtest/archive/syslog/misc.log: 0.0% -- replaced with /home/ubuntu/cephtest/archive/syslog/misc.log.gz 2026-02-24T15:29:38.948 INFO:teuthology.orchestra.run.trial196.stderr:gzip -5 --verbose -- /home/ubuntu/cephtest/archive/syslog/journalctl.log 2026-02-24T15:29:38.948 INFO:teuthology.orchestra.run.trial196.stderr:/home/ubuntu/cephtest/archive/syslog/kern.log: 0.0% -- replaced with /home/ubuntu/cephtest/archive/syslog/kern.log.gz 2026-02-24T15:29:38.958 INFO:teuthology.orchestra.run.trial196.stderr:/home/ubuntu/cephtest/archive/syslog/journalctl.log: 81.3% -- replaced with /home/ubuntu/cephtest/archive/syslog/journalctl.log.gz 2026-02-24T15:29:38.966 INFO:teuthology.orchestra.run.trial039.stderr:/home/ubuntu/cephtest/archive/syslog/journalctl.log: 86.6% -- replaced with /home/ubuntu/cephtest/archive/syslog/journalctl.log.gz 2026-02-24T15:29:38.968 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2026-02-24T15:29:38.987 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2026-02-24T15:29:38.987 DEBUG:teuthology.orchestra.run.trial039:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2026-02-24T15:29:39.032 DEBUG:teuthology.orchestra.run.trial196:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2026-02-24T15:29:39.056 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2026-02-24T15:29:39.070 DEBUG:teuthology.orchestra.run.trial039:> 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-24T15:29:39.074 DEBUG:teuthology.orchestra.run.trial196:> 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-24T15:29:39.095 INFO:teuthology.orchestra.run.trial039.stdout:kernel.core_pattern = core 2026-02-24T15:29:39.119 INFO:teuthology.orchestra.run.trial196.stdout:kernel.core_pattern = core 2026-02-24T15:29:39.132 DEBUG:teuthology.orchestra.run.trial039:> test -e /home/ubuntu/cephtest/archive/coredump 2026-02-24T15:29:39.170 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-02-24T15:29:39.171 DEBUG:teuthology.orchestra.run.trial196:> test -e /home/ubuntu/cephtest/archive/coredump 2026-02-24T15:29:39.186 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-02-24T15:29:39.187 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2026-02-24T15:29:39.200 INFO:teuthology.task.internal:Transferring archived files... 2026-02-24T15:29:39.201 DEBUG:teuthology.misc:Transferring archived files from trial039:/home/ubuntu/cephtest/archive to /home/teuthworker/mnt/teuthology/phlogistonjohn-2026-02-24_15:13:45-orch-wip-phlogistonjohn-testing-1-2026-02-23-0827-distro-default-trial/68130/remote/trial039 2026-02-24T15:29:39.201 DEBUG:teuthology.orchestra.run.trial039:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2026-02-24T15:29:39.245 DEBUG:teuthology.misc:Transferring archived files from trial196:/home/ubuntu/cephtest/archive to /home/teuthworker/mnt/teuthology/phlogistonjohn-2026-02-24_15:13:45-orch-wip-phlogistonjohn-testing-1-2026-02-23-0827-distro-default-trial/68130/remote/trial196 2026-02-24T15:29:39.245 DEBUG:teuthology.orchestra.run.trial196:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2026-02-24T15:29:39.282 INFO:teuthology.task.internal:Removing archive directory... 2026-02-24T15:29:39.282 DEBUG:teuthology.orchestra.run.trial039:> rm -rf -- /home/ubuntu/cephtest/archive 2026-02-24T15:29:39.284 DEBUG:teuthology.orchestra.run.trial196:> rm -rf -- /home/ubuntu/cephtest/archive 2026-02-24T15:29:39.329 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2026-02-24T15:29:39.351 INFO:teuthology.task.internal:Not uploading archives. 2026-02-24T15:29:39.351 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2026-02-24T15:29:39.370 INFO:teuthology.task.internal:Tidying up after the test... 2026-02-24T15:29:39.371 DEBUG:teuthology.orchestra.run.trial039:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2026-02-24T15:29:39.374 DEBUG:teuthology.orchestra.run.trial196:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2026-02-24T15:29:39.389 INFO:teuthology.orchestra.run.trial039.stdout: 920834 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Feb 24 15:29 /home/ubuntu/cephtest 2026-02-24T15:29:39.391 INFO:teuthology.orchestra.run.trial196.stdout: 917525 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Feb 24 15:29 /home/ubuntu/cephtest 2026-02-24T15:29:39.391 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2026-02-24T15:29:39.410 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2026-02-24T15:29:39.452 INFO:teuthology.run:Summary data: description: orch/cephadm/smb/{0-distro/centos_9.stream_runc tasks/deploy_smb_proxy_disabled} duration: 393.8487055301666 owner: scheduled_phlogistonjohn@soko04.front.sepia.ceph.com success: true 2026-02-24T15:29:39.452 DEBUG:teuthology.report:Pushing job info to https://paddles-paddles.apps.pok.os.sepia.ceph.com 2026-02-24T15:29:39.580 INFO:teuthology.run:pass