2026-02-23T06:49:02.994 INFO:root:teuthology version: 1.2.4.dev9+gfa17720d0 2026-02-23T06:49:03.009 DEBUG:teuthology.report:Pushing job info to https://paddles-paddles.apps.pok.os.sepia.ceph.com 2026-02-23T06:49:03.090 INFO:teuthology.run:Config: archive_path: /home/teuthworker/mnt/teuthology/shwetabhosale-2026-02-23_05:55:57-orch:cephadm-wip-shweta-testing-2026-02-19-2025-distro-default-trial/65076 branch: wip-shweta-testing-2026-02-19-2025 description: orch:cephadm/smb/{0-distro/centos_9.stream_runc tasks/deploy_smb_proxy_enabled} email: Shweta.Bhosale1@ibm.com first_in_suite: false flavor: default job_id: '65076' kernel: branch: distro kdb: 1 sha1: distro last_in_suite: false machine_type: trial name: shwetabhosale-2026-02-23_05:55:57-orch:cephadm-wip-shweta-testing-2026-02-19-2025-distro-default-trial no_nested_subset: false os_type: centos os_version: 9.stream overrides: admin_socket: branch: wip-shweta-testing-2026-02-19-2025 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: 244ee61d76a715c3ac0d60eeb3321aefb91c3511 ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: 244ee61d76a715c3ac0d60eeb3321aefb91c3511 selinux: allowlist: - scontext=system_u:system_r:logrotate_t:s0 workunit: branch: wip-shweta-testing-2026-02-19-2025 sha1: 244ee61d76a715c3ac0d60eeb3321aefb91c3511 owner: scheduled_shwetabhosale@soko04.front.sepia.ceph.com priority: 80 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: 2678 sha1: 244ee61d76a715c3ac0d60eeb3321aefb91c3511 sleep_before_teardown: 0 subset: 1/20 suite: orch:cephadm suite_branch: wip-shweta-testing-2026-02-19-2025 suite_path: /home/teuthworker/src/git.ceph.com_ceph-c_244ee61d76a715c3ac0d60eeb3321aefb91c3511/qa suite_relpath: qa suite_repo: https://git.ceph.com/ceph-ci.git suite_sha1: 244ee61d76a715c3ac0d60eeb3321aefb91c3511 targets: trial005.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBNw7QNnc45pwrD3jwJtx2evIjVvjuFYIN9vzay+64mjlV8H4QVhtjaak36pTIprWHVQVoAFre4h2dSwKRe1j4yI= trial122.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLXyLJFQQL4G5612n/XNyHVSQQYokw4GJdvFhPtPqh2mU4uNG9PJvd0tByLd1jXig3PCJZHqVy6tUT09vTiAs/k= 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/proxied\n volume: cephfs\n subvolumegroup:\ \ smb\n subvolume: sv1\n path: /\n- resource_type: ceph.smb.share\n\ \ cluster_id: modtest1\n share_id: share2\n cephfs:\n provider: samba-vfs/proxied\n\ \ volume: cephfs\n subvolumegroup: smb\n subvolume: sv2\n path:\ \ /\n# --- End Embedded YAML\n" - cephadm.wait_for_service: service: smb.modtest1 - 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\ \ 0\nfi\necho \"smb proxy service not found\"\nexit 1\n" - cephadm.shell: host.a: - cmd: ceph smb apply -i - stdin: "# --- Begin Embedded YAML\n- resource_type: ceph.smb.cluster\n cluster_id:\ \ modtest1\n intent: removed\n- resource_type: ceph.smb.join.auth\n auth_id:\ \ join1-admin\n intent: removed\n- resource_type: ceph.smb.share\n cluster_id:\ \ modtest1\n share_id: share1\n intent: removed\n- resource_type: ceph.smb.share\n\ \ cluster_id: modtest1\n share_id: share2\n intent: removed\n# --- End\ \ Embedded YAML\n" - cephadm.wait_for_service_not_present: service: smb.modtest1 teuthology: fragments_dropped: [] meta: {} postmerge: [] teuthology_branch: main teuthology_sha1: fa17720d0088c3ac28e473468bfc79eeaff5cd38 timestamp: 2026-02-23_05:55:57 tube: trial user: shwetabhosale verbose: false worker_log: /home/teuthworker/mnt/teuthology/worker_logs/dispatcher.trial.3318653 2026-02-23T06:49:03.090 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/git.ceph.com_ceph-c_244ee61d76a715c3ac0d60eeb3321aefb91c3511/qa; will attempt to use it 2026-02-23T06:49:03.090 INFO:teuthology.run:Found tasks at /home/teuthworker/src/git.ceph.com_ceph-c_244ee61d76a715c3ac0d60eeb3321aefb91c3511/qa/tasks 2026-02-23T06:49:03.090 INFO:teuthology.run_tasks:Running task internal.check_packages... 2026-02-23T06:49:03.092 INFO:teuthology.task.internal:Checking packages... 2026-02-23T06:49:03.092 INFO:teuthology.task.internal:Checking packages for os_type 'centos', flavor 'default' and ceph hash '244ee61d76a715c3ac0d60eeb3321aefb91c3511' 2026-02-23T06:49:03.092 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2026-02-23T06:49:03.092 INFO:teuthology.packaging:ref: None 2026-02-23T06:49:03.092 INFO:teuthology.packaging:tag: None 2026-02-23T06:49:03.092 INFO:teuthology.packaging:branch: wip-shweta-testing-2026-02-19-2025 2026-02-23T06:49:03.092 INFO:teuthology.packaging:sha1: 244ee61d76a715c3ac0d60eeb3321aefb91c3511 2026-02-23T06:49:03.092 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&ref=wip-shweta-testing-2026-02-19-2025 2026-02-23T06:49:03.215 INFO:teuthology.task.internal:Found packages for ceph version 20.3.0-5338.g244ee61d 2026-02-23T06:49:03.216 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2026-02-23T06:49:03.231 INFO:teuthology.task.internal:no buildpackages task found 2026-02-23T06:49:03.231 INFO:teuthology.run_tasks:Running task internal.save_config... 2026-02-23T06:49:03.245 INFO:teuthology.task.internal:Saving configuration 2026-02-23T06:49:03.252 INFO:teuthology.run_tasks:Running task internal.check_lock... 2026-02-23T06:49:03.266 INFO:teuthology.task.internal.check_lock:Checking locks... 2026-02-23T06:49:03.344 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'trial005.front.sepia.ceph.com', 'description': '/home/teuthworker/mnt/teuthology/shwetabhosale-2026-02-23_05:55:57-orch:cephadm-wip-shweta-testing-2026-02-19-2025-distro-default-trial/65076', '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-23 06:45:35.048842', 'locked_by': 'scheduled_shwetabhosale@soko04.front.sepia.ceph.com', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBNw7QNnc45pwrD3jwJtx2evIjVvjuFYIN9vzay+64mjlV8H4QVhtjaak36pTIprWHVQVoAFre4h2dSwKRe1j4yI='} 2026-02-23T06:49:03.401 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'trial122.front.sepia.ceph.com', 'description': '/home/teuthworker/mnt/teuthology/shwetabhosale-2026-02-23_05:55:57-orch:cephadm-wip-shweta-testing-2026-02-19-2025-distro-default-trial/65076', '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-23 06:45:35.049483', 'locked_by': 'scheduled_shwetabhosale@soko04.front.sepia.ceph.com', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLXyLJFQQL4G5612n/XNyHVSQQYokw4GJdvFhPtPqh2mU4uNG9PJvd0tByLd1jXig3PCJZHqVy6tUT09vTiAs/k='} 2026-02-23T06:49:03.401 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2026-02-23T06:49:03.412 INFO:teuthology.task.internal:roles: ubuntu@trial005.front.sepia.ceph.com - ['host.a', 'mon.a', 'mgr.x', 'osd.0', 'osd.1', 'client.0'] 2026-02-23T06:49:03.412 INFO:teuthology.task.internal:roles: ubuntu@trial122.front.sepia.ceph.com - ['host.b', 'cephadm.exclude'] 2026-02-23T06:49:03.412 INFO:teuthology.run_tasks:Running task console_log... 2026-02-23T06:49:03.548 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7ba6b31f5da0>, signals=[15]) 2026-02-23T06:49:03.548 INFO:teuthology.run_tasks:Running task internal.connect... 2026-02-23T06:49:03.560 INFO:teuthology.task.internal:Opening connections... 2026-02-23T06:49:03.560 DEBUG:teuthology.task.internal:connecting to ubuntu@trial005.front.sepia.ceph.com 2026-02-23T06:49:03.561 DEBUG:teuthology.orchestra.connection:{'hostname': 'trial005.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2026-02-23T06:49:03.623 DEBUG:teuthology.task.internal:connecting to ubuntu@trial122.front.sepia.ceph.com 2026-02-23T06:49:03.624 DEBUG:teuthology.orchestra.connection:{'hostname': 'trial122.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2026-02-23T06:49:03.684 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2026-02-23T06:49:03.696 DEBUG:teuthology.orchestra.run.trial005:> uname -m 2026-02-23T06:49:03.712 INFO:teuthology.orchestra.run.trial005.stdout:x86_64 2026-02-23T06:49:03.712 DEBUG:teuthology.orchestra.run.trial005:> cat /etc/os-release 2026-02-23T06:49:03.767 INFO:teuthology.orchestra.run.trial005.stdout:NAME="CentOS Stream" 2026-02-23T06:49:03.768 INFO:teuthology.orchestra.run.trial005.stdout:VERSION="9" 2026-02-23T06:49:03.768 INFO:teuthology.orchestra.run.trial005.stdout:ID="centos" 2026-02-23T06:49:03.768 INFO:teuthology.orchestra.run.trial005.stdout:ID_LIKE="rhel fedora" 2026-02-23T06:49:03.768 INFO:teuthology.orchestra.run.trial005.stdout:VERSION_ID="9" 2026-02-23T06:49:03.768 INFO:teuthology.orchestra.run.trial005.stdout:PLATFORM_ID="platform:el9" 2026-02-23T06:49:03.768 INFO:teuthology.orchestra.run.trial005.stdout:PRETTY_NAME="CentOS Stream 9" 2026-02-23T06:49:03.768 INFO:teuthology.orchestra.run.trial005.stdout:ANSI_COLOR="0;31" 2026-02-23T06:49:03.768 INFO:teuthology.orchestra.run.trial005.stdout:LOGO="fedora-logo-icon" 2026-02-23T06:49:03.768 INFO:teuthology.orchestra.run.trial005.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2026-02-23T06:49:03.768 INFO:teuthology.orchestra.run.trial005.stdout:HOME_URL="https://centos.org/" 2026-02-23T06:49:03.768 INFO:teuthology.orchestra.run.trial005.stdout:BUG_REPORT_URL="https://issues.redhat.com/" 2026-02-23T06:49:03.768 INFO:teuthology.orchestra.run.trial005.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2026-02-23T06:49:03.768 INFO:teuthology.orchestra.run.trial005.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2026-02-23T06:49:03.768 INFO:teuthology.lock.ops:Updating trial005.front.sepia.ceph.com on lock server 2026-02-23T06:49:03.841 DEBUG:teuthology.orchestra.run.trial122:> uname -m 2026-02-23T06:49:03.856 INFO:teuthology.orchestra.run.trial122.stdout:x86_64 2026-02-23T06:49:03.856 DEBUG:teuthology.orchestra.run.trial122:> cat /etc/os-release 2026-02-23T06:49:03.912 INFO:teuthology.orchestra.run.trial122.stdout:NAME="CentOS Stream" 2026-02-23T06:49:03.912 INFO:teuthology.orchestra.run.trial122.stdout:VERSION="9" 2026-02-23T06:49:03.913 INFO:teuthology.orchestra.run.trial122.stdout:ID="centos" 2026-02-23T06:49:03.913 INFO:teuthology.orchestra.run.trial122.stdout:ID_LIKE="rhel fedora" 2026-02-23T06:49:03.913 INFO:teuthology.orchestra.run.trial122.stdout:VERSION_ID="9" 2026-02-23T06:49:03.913 INFO:teuthology.orchestra.run.trial122.stdout:PLATFORM_ID="platform:el9" 2026-02-23T06:49:03.913 INFO:teuthology.orchestra.run.trial122.stdout:PRETTY_NAME="CentOS Stream 9" 2026-02-23T06:49:03.913 INFO:teuthology.orchestra.run.trial122.stdout:ANSI_COLOR="0;31" 2026-02-23T06:49:03.913 INFO:teuthology.orchestra.run.trial122.stdout:LOGO="fedora-logo-icon" 2026-02-23T06:49:03.913 INFO:teuthology.orchestra.run.trial122.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2026-02-23T06:49:03.913 INFO:teuthology.orchestra.run.trial122.stdout:HOME_URL="https://centos.org/" 2026-02-23T06:49:03.913 INFO:teuthology.orchestra.run.trial122.stdout:BUG_REPORT_URL="https://issues.redhat.com/" 2026-02-23T06:49:03.913 INFO:teuthology.orchestra.run.trial122.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2026-02-23T06:49:03.913 INFO:teuthology.orchestra.run.trial122.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2026-02-23T06:49:03.913 INFO:teuthology.lock.ops:Updating trial122.front.sepia.ceph.com on lock server 2026-02-23T06:49:03.993 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2026-02-23T06:49:04.005 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2026-02-23T06:49:04.017 INFO:teuthology.task.internal:Checking for old test directory... 2026-02-23T06:49:04.018 DEBUG:teuthology.orchestra.run.trial005:> test '!' -e /home/ubuntu/cephtest 2026-02-23T06:49:04.019 DEBUG:teuthology.orchestra.run.trial122:> test '!' -e /home/ubuntu/cephtest 2026-02-23T06:49:04.034 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2026-02-23T06:49:04.045 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2026-02-23T06:49:04.045 DEBUG:teuthology.orchestra.run.trial005:> test -z $(ls -A /var/lib/ceph) 2026-02-23T06:49:04.075 DEBUG:teuthology.orchestra.run.trial122:> test -z $(ls -A /var/lib/ceph) 2026-02-23T06:49:04.091 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2026-02-23T06:49:04.259 INFO:teuthology.run_tasks:Running task kernel... 2026-02-23T06:49:04.279 INFO:teuthology.task.kernel:normalize config orig: {'branch': 'distro', 'kdb': 1, 'sha1': 'distro'} 2026-02-23T06:49:04.279 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-23T06:49:04.279 DEBUG:teuthology.orchestra.run.trial005:> test -f /run/.containerenv -o -f /.dockerenv 2026-02-23T06:49:04.279 DEBUG:teuthology.orchestra.run.trial122:> test -f /run/.containerenv -o -f /.dockerenv 2026-02-23T06:49:04.294 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-02-23T06:49:04.294 DEBUG:teuthology.orchestra.run.trial005:> uname -r 2026-02-23T06:49:04.294 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-02-23T06:49:04.295 DEBUG:teuthology.orchestra.run.trial122:> uname -r 2026-02-23T06:49:04.350 INFO:teuthology.orchestra.run.trial005.stdout:5.14.0-681.el9.x86_64 2026-02-23T06:49:04.351 INFO:teuthology.task.kernel:Running kernel on trial005: 5.14.0-681.el9.x86_64 2026-02-23T06:49:04.351 DEBUG:teuthology.orchestra.run.trial005:> sudo yum install -y kernel 2026-02-23T06:49:04.352 INFO:teuthology.orchestra.run.trial122.stdout:5.14.0-681.el9.x86_64 2026-02-23T06:49:04.352 INFO:teuthology.task.kernel:Running kernel on trial122: 5.14.0-681.el9.x86_64 2026-02-23T06:49:04.352 DEBUG:teuthology.orchestra.run.trial122:> sudo yum install -y kernel 2026-02-23T06:49:11.418 INFO:teuthology.orchestra.run.trial005.stdout:CentOS Stream 9 - BaseOS 1.3 MB/s | 8.9 MB 00:06 2026-02-23T06:49:13.408 INFO:teuthology.orchestra.run.trial122.stdout:CentOS Stream 9 - BaseOS 1.0 MB/s | 8.9 MB 00:08 2026-02-23T06:49:14.467 INFO:teuthology.orchestra.run.trial005.stdout:CentOS Stream 9 - AppStream 11 MB/s | 27 MB 00:02 2026-02-23T06:49:18.131 INFO:teuthology.orchestra.run.trial005.stdout:CentOS Stream 9 - CRB 5.9 MB/s | 7.8 MB 00:01 2026-02-23T06:49:19.550 INFO:teuthology.orchestra.run.trial005.stdout:CentOS Stream 9 - Extras packages 29 kB/s | 20 kB 00:00 2026-02-23T06:49:19.863 INFO:teuthology.orchestra.run.trial005.stdout:Extra Packages for Enterprise Linux 81 MB/s | 20 MB 00:00 2026-02-23T06:49:23.092 INFO:teuthology.orchestra.run.trial005.stdout:lab-extras 959 kB/s | 50 kB 00:00 2026-02-23T06:49:24.102 INFO:teuthology.orchestra.run.trial005.stdout:Package kernel-5.14.0-645.el9.x86_64 is already installed. 2026-02-23T06:49:24.103 INFO:teuthology.orchestra.run.trial005.stdout:Package kernel-5.14.0-681.el9.x86_64 is already installed. 2026-02-23T06:49:24.122 INFO:teuthology.orchestra.run.trial005.stdout:Dependencies resolved. 2026-02-23T06:49:24.122 INFO:teuthology.orchestra.run.trial005.stdout:Nothing to do. 2026-02-23T06:49:24.123 INFO:teuthology.orchestra.run.trial005.stdout:Complete! 2026-02-23T06:49:24.146 DEBUG:teuthology.orchestra.run.trial005:> echo no | sudo yum reinstall kernel || true 2026-02-23T06:49:24.444 INFO:teuthology.orchestra.run.trial005.stdout:Last metadata expiration check: 0:00:01 ago on Mon 23 Feb 2026 06:49:23 AM UTC. 2026-02-23T06:49:24.524 INFO:teuthology.orchestra.run.trial005.stdout:Dependencies resolved. 2026-02-23T06:49:24.525 INFO:teuthology.orchestra.run.trial005.stdout:================================================================================ 2026-02-23T06:49:24.525 INFO:teuthology.orchestra.run.trial005.stdout: Package Architecture Version Repository Size 2026-02-23T06:49:24.526 INFO:teuthology.orchestra.run.trial005.stdout:================================================================================ 2026-02-23T06:49:24.526 INFO:teuthology.orchestra.run.trial005.stdout:Reinstalling: 2026-02-23T06:49:24.526 INFO:teuthology.orchestra.run.trial005.stdout: kernel x86_64 5.14.0-681.el9 baseos 803 k 2026-02-23T06:49:24.526 INFO:teuthology.orchestra.run.trial005.stdout: 2026-02-23T06:49:24.526 INFO:teuthology.orchestra.run.trial005.stdout:Transaction Summary 2026-02-23T06:49:24.526 INFO:teuthology.orchestra.run.trial005.stdout:================================================================================ 2026-02-23T06:49:24.526 INFO:teuthology.orchestra.run.trial005.stdout: 2026-02-23T06:49:24.526 INFO:teuthology.orchestra.run.trial005.stdout:Total download size: 803 k 2026-02-23T06:49:24.526 INFO:teuthology.orchestra.run.trial005.stdout:Installed size: 0 2026-02-23T06:49:24.527 INFO:teuthology.orchestra.run.trial005.stderr:Operation aborted. 2026-02-23T06:49:24.545 INFO:teuthology.orchestra.run.trial005.stdout:Is this ok [y/N]: 2026-02-23T06:49:24.546 DEBUG:teuthology.orchestra.run.trial005:> sudo yum reinstall -y kernel || true 2026-02-23T06:49:24.846 INFO:teuthology.orchestra.run.trial005.stdout:Last metadata expiration check: 0:00:01 ago on Mon 23 Feb 2026 06:49:23 AM UTC. 2026-02-23T06:49:24.927 INFO:teuthology.orchestra.run.trial005.stdout:Dependencies resolved. 2026-02-23T06:49:24.927 INFO:teuthology.orchestra.run.trial005.stdout:================================================================================ 2026-02-23T06:49:24.927 INFO:teuthology.orchestra.run.trial005.stdout: Package Architecture Version Repository Size 2026-02-23T06:49:24.927 INFO:teuthology.orchestra.run.trial005.stdout:================================================================================ 2026-02-23T06:49:24.928 INFO:teuthology.orchestra.run.trial005.stdout:Reinstalling: 2026-02-23T06:49:24.928 INFO:teuthology.orchestra.run.trial005.stdout: kernel x86_64 5.14.0-681.el9 baseos 803 k 2026-02-23T06:49:24.928 INFO:teuthology.orchestra.run.trial005.stdout: 2026-02-23T06:49:24.928 INFO:teuthology.orchestra.run.trial005.stdout:Transaction Summary 2026-02-23T06:49:24.928 INFO:teuthology.orchestra.run.trial005.stdout:================================================================================ 2026-02-23T06:49:24.928 INFO:teuthology.orchestra.run.trial005.stdout: 2026-02-23T06:49:24.928 INFO:teuthology.orchestra.run.trial005.stdout:Total download size: 803 k 2026-02-23T06:49:24.928 INFO:teuthology.orchestra.run.trial005.stdout:Installed size: 0 2026-02-23T06:49:24.928 INFO:teuthology.orchestra.run.trial005.stdout:Downloading Packages: 2026-02-23T06:49:25.958 INFO:teuthology.orchestra.run.trial122.stdout:CentOS Stream 9 - AppStream 2.2 MB/s | 27 MB 00:12 2026-02-23T06:49:25.970 INFO:teuthology.orchestra.run.trial005.stdout:kernel-5.14.0-681.el9.x86_64.rpm 825 kB/s | 803 kB 00:00 2026-02-23T06:49:25.971 INFO:teuthology.orchestra.run.trial005.stdout:-------------------------------------------------------------------------------- 2026-02-23T06:49:25.971 INFO:teuthology.orchestra.run.trial005.stdout:Total 769 kB/s | 803 kB 00:01 2026-02-23T06:49:25.982 INFO:teuthology.orchestra.run.trial005.stdout:Running transaction check 2026-02-23T06:49:26.015 INFO:teuthology.orchestra.run.trial005.stdout:Transaction check succeeded. 2026-02-23T06:49:26.016 INFO:teuthology.orchestra.run.trial005.stdout:Running transaction test 2026-02-23T06:49:26.020 INFO:teuthology.orchestra.run.trial005.stdout:Transaction test succeeded. 2026-02-23T06:49:26.020 INFO:teuthology.orchestra.run.trial005.stdout:Running transaction 2026-02-23T06:49:26.044 INFO:teuthology.orchestra.run.trial005.stdout: Preparing : 1/1 2026-02-23T06:49:26.048 INFO:teuthology.orchestra.run.trial005.stdout: Reinstalling : kernel-5.14.0-681.el9.x86_64 1/2 2026-02-23T06:49:26.049 INFO:teuthology.orchestra.run.trial005.stdout: Cleanup : kernel-5.14.0-681.el9.x86_64 2/2 2026-02-23T06:49:26.165 INFO:teuthology.orchestra.run.trial005.stdout: Running scriptlet: kernel-5.14.0-681.el9.x86_64 2/2 2026-02-23T06:49:26.165 INFO:teuthology.orchestra.run.trial005.stdout: Verifying : kernel-5.14.0-681.el9.x86_64 1/2 2026-02-23T06:49:26.215 INFO:teuthology.orchestra.run.trial005.stdout: Verifying : kernel-5.14.0-681.el9.x86_64 2/2 2026-02-23T06:49:26.216 INFO:teuthology.orchestra.run.trial005.stdout: 2026-02-23T06:49:26.216 INFO:teuthology.orchestra.run.trial005.stdout:Reinstalled: 2026-02-23T06:49:26.216 INFO:teuthology.orchestra.run.trial005.stdout: kernel-5.14.0-681.el9.x86_64 2026-02-23T06:49:26.216 INFO:teuthology.orchestra.run.trial005.stdout: 2026-02-23T06:49:26.216 INFO:teuthology.orchestra.run.trial005.stdout:Complete! 2026-02-23T06:49:26.244 DEBUG:teuthology.orchestra.run.trial005:> rpm -q kernel | sort -rV | head -n 1 2026-02-23T06:49:26.269 INFO:teuthology.orchestra.run.trial005.stdout:kernel-5.14.0-681.el9.x86_64 2026-02-23T06:49:26.270 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-681.el9.x86_64 2026-02-23T06:49:26.270 INFO:teuthology.task.kernel:Newest distro kernel installed and running 2026-02-23T06:49:26.270 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2026-02-23T06:49:26.271 DEBUG:teuthology.orchestra.run.trial005:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2026-02-23T06:49:26.335 INFO:teuthology.orchestra.run.trial005.stdout:ttyS1 2026-02-23T06:49:26.365 DEBUG:teuthology.parallel:result is None 2026-02-23T06:49:29.715 INFO:teuthology.orchestra.run.trial122.stdout:CentOS Stream 9 - CRB 5.6 MB/s | 7.8 MB 00:01 2026-02-23T06:49:30.825 INFO:teuthology.orchestra.run.trial122.stdout:CentOS Stream 9 - Extras packages 51 kB/s | 20 kB 00:00 2026-02-23T06:49:31.091 INFO:teuthology.orchestra.run.trial122.stdout:Extra Packages for Enterprise Linux 101 MB/s | 20 MB 00:00 2026-02-23T06:49:34.310 INFO:teuthology.orchestra.run.trial122.stdout:lab-extras 1.5 MB/s | 50 kB 00:00 2026-02-23T06:49:35.325 INFO:teuthology.orchestra.run.trial122.stdout:Package kernel-5.14.0-645.el9.x86_64 is already installed. 2026-02-23T06:49:35.325 INFO:teuthology.orchestra.run.trial122.stdout:Package kernel-5.14.0-681.el9.x86_64 is already installed. 2026-02-23T06:49:35.344 INFO:teuthology.orchestra.run.trial122.stdout:Dependencies resolved. 2026-02-23T06:49:35.344 INFO:teuthology.orchestra.run.trial122.stdout:Nothing to do. 2026-02-23T06:49:35.345 INFO:teuthology.orchestra.run.trial122.stdout:Complete! 2026-02-23T06:49:35.368 DEBUG:teuthology.orchestra.run.trial122:> echo no | sudo yum reinstall kernel || true 2026-02-23T06:49:35.668 INFO:teuthology.orchestra.run.trial122.stdout:Last metadata expiration check: 0:00:01 ago on Mon 23 Feb 2026 06:49:34 AM UTC. 2026-02-23T06:49:35.747 INFO:teuthology.orchestra.run.trial122.stdout:Dependencies resolved. 2026-02-23T06:49:35.749 INFO:teuthology.orchestra.run.trial122.stdout:================================================================================ 2026-02-23T06:49:35.749 INFO:teuthology.orchestra.run.trial122.stdout: Package Architecture Version Repository Size 2026-02-23T06:49:35.749 INFO:teuthology.orchestra.run.trial122.stdout:================================================================================ 2026-02-23T06:49:35.749 INFO:teuthology.orchestra.run.trial122.stdout:Reinstalling: 2026-02-23T06:49:35.749 INFO:teuthology.orchestra.run.trial122.stdout: kernel x86_64 5.14.0-681.el9 baseos 803 k 2026-02-23T06:49:35.749 INFO:teuthology.orchestra.run.trial122.stdout: 2026-02-23T06:49:35.749 INFO:teuthology.orchestra.run.trial122.stdout:Transaction Summary 2026-02-23T06:49:35.749 INFO:teuthology.orchestra.run.trial122.stdout:================================================================================ 2026-02-23T06:49:35.749 INFO:teuthology.orchestra.run.trial122.stdout: 2026-02-23T06:49:35.750 INFO:teuthology.orchestra.run.trial122.stdout:Total download size: 803 k 2026-02-23T06:49:35.750 INFO:teuthology.orchestra.run.trial122.stdout:Installed size: 0 2026-02-23T06:49:35.750 INFO:teuthology.orchestra.run.trial122.stderr:Operation aborted. 2026-02-23T06:49:35.769 INFO:teuthology.orchestra.run.trial122.stdout:Is this ok [y/N]: 2026-02-23T06:49:35.769 DEBUG:teuthology.orchestra.run.trial122:> sudo yum reinstall -y kernel || true 2026-02-23T06:49:36.074 INFO:teuthology.orchestra.run.trial122.stdout:Last metadata expiration check: 0:00:02 ago on Mon 23 Feb 2026 06:49:34 AM UTC. 2026-02-23T06:49:36.152 INFO:teuthology.orchestra.run.trial122.stdout:Dependencies resolved. 2026-02-23T06:49:36.153 INFO:teuthology.orchestra.run.trial122.stdout:================================================================================ 2026-02-23T06:49:36.153 INFO:teuthology.orchestra.run.trial122.stdout: Package Architecture Version Repository Size 2026-02-23T06:49:36.153 INFO:teuthology.orchestra.run.trial122.stdout:================================================================================ 2026-02-23T06:49:36.154 INFO:teuthology.orchestra.run.trial122.stdout:Reinstalling: 2026-02-23T06:49:36.154 INFO:teuthology.orchestra.run.trial122.stdout: kernel x86_64 5.14.0-681.el9 baseos 803 k 2026-02-23T06:49:36.154 INFO:teuthology.orchestra.run.trial122.stdout: 2026-02-23T06:49:36.154 INFO:teuthology.orchestra.run.trial122.stdout:Transaction Summary 2026-02-23T06:49:36.154 INFO:teuthology.orchestra.run.trial122.stdout:================================================================================ 2026-02-23T06:49:36.154 INFO:teuthology.orchestra.run.trial122.stdout: 2026-02-23T06:49:36.154 INFO:teuthology.orchestra.run.trial122.stdout:Total download size: 803 k 2026-02-23T06:49:36.154 INFO:teuthology.orchestra.run.trial122.stdout:Installed size: 0 2026-02-23T06:49:36.154 INFO:teuthology.orchestra.run.trial122.stdout:Downloading Packages: 2026-02-23T06:49:36.396 INFO:teuthology.orchestra.run.trial122.stdout:kernel-5.14.0-681.el9.x86_64.rpm 4.9 MB/s | 803 kB 00:00 2026-02-23T06:49:36.397 INFO:teuthology.orchestra.run.trial122.stdout:-------------------------------------------------------------------------------- 2026-02-23T06:49:36.397 INFO:teuthology.orchestra.run.trial122.stdout:Total 3.2 MB/s | 803 kB 00:00 2026-02-23T06:49:36.406 INFO:teuthology.orchestra.run.trial122.stdout:Running transaction check 2026-02-23T06:49:36.441 INFO:teuthology.orchestra.run.trial122.stdout:Transaction check succeeded. 2026-02-23T06:49:36.441 INFO:teuthology.orchestra.run.trial122.stdout:Running transaction test 2026-02-23T06:49:36.446 INFO:teuthology.orchestra.run.trial122.stdout:Transaction test succeeded. 2026-02-23T06:49:36.446 INFO:teuthology.orchestra.run.trial122.stdout:Running transaction 2026-02-23T06:49:36.470 INFO:teuthology.orchestra.run.trial122.stdout: Preparing : 1/1 2026-02-23T06:49:36.474 INFO:teuthology.orchestra.run.trial122.stdout: Reinstalling : kernel-5.14.0-681.el9.x86_64 1/2 2026-02-23T06:49:36.474 INFO:teuthology.orchestra.run.trial122.stdout: Cleanup : kernel-5.14.0-681.el9.x86_64 2/2 2026-02-23T06:49:36.589 INFO:teuthology.orchestra.run.trial122.stdout: Running scriptlet: kernel-5.14.0-681.el9.x86_64 2/2 2026-02-23T06:49:36.589 INFO:teuthology.orchestra.run.trial122.stdout: Verifying : kernel-5.14.0-681.el9.x86_64 1/2 2026-02-23T06:49:36.641 INFO:teuthology.orchestra.run.trial122.stdout: Verifying : kernel-5.14.0-681.el9.x86_64 2/2 2026-02-23T06:49:36.641 INFO:teuthology.orchestra.run.trial122.stdout: 2026-02-23T06:49:36.641 INFO:teuthology.orchestra.run.trial122.stdout:Reinstalled: 2026-02-23T06:49:36.641 INFO:teuthology.orchestra.run.trial122.stdout: kernel-5.14.0-681.el9.x86_64 2026-02-23T06:49:36.641 INFO:teuthology.orchestra.run.trial122.stdout: 2026-02-23T06:49:36.641 INFO:teuthology.orchestra.run.trial122.stdout:Complete! 2026-02-23T06:49:36.668 DEBUG:teuthology.orchestra.run.trial122:> rpm -q kernel | sort -rV | head -n 1 2026-02-23T06:49:36.691 INFO:teuthology.orchestra.run.trial122.stdout:kernel-5.14.0-681.el9.x86_64 2026-02-23T06:49:36.691 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-681.el9.x86_64 2026-02-23T06:49:36.692 INFO:teuthology.task.kernel:Newest distro kernel installed and running 2026-02-23T06:49:36.692 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2026-02-23T06:49:36.692 DEBUG:teuthology.orchestra.run.trial122:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2026-02-23T06:49:36.756 INFO:teuthology.orchestra.run.trial122.stdout:ttyS1 2026-02-23T06:49:36.780 DEBUG:teuthology.parallel:result is None 2026-02-23T06:49:36.780 INFO:teuthology.run_tasks:Running task internal.base... 2026-02-23T06:49:36.789 INFO:teuthology.task.internal:Creating test directory... 2026-02-23T06:49:36.789 DEBUG:teuthology.orchestra.run.trial005:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2026-02-23T06:49:36.791 DEBUG:teuthology.orchestra.run.trial122:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2026-02-23T06:49:36.838 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2026-02-23T06:49:36.850 INFO:teuthology.run_tasks:Running task internal.archive... 2026-02-23T06:49:36.864 INFO:teuthology.task.internal:Creating archive directory... 2026-02-23T06:49:36.864 DEBUG:teuthology.orchestra.run.trial005:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2026-02-23T06:49:36.867 DEBUG:teuthology.orchestra.run.trial122:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2026-02-23T06:49:36.898 INFO:teuthology.run_tasks:Running task internal.coredump... 2026-02-23T06:49:36.910 INFO:teuthology.task.internal:Enabling coredump saving... 2026-02-23T06:49:36.910 DEBUG:teuthology.orchestra.run.trial005:> 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-23T06:49:36.924 DEBUG:teuthology.orchestra.run.trial122:> 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-23T06:49:36.947 INFO:teuthology.orchestra.run.trial005.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2026-02-23T06:49:36.955 INFO:teuthology.orchestra.run.trial005.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2026-02-23T06:49:36.962 INFO:teuthology.orchestra.run.trial122.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2026-02-23T06:49:36.971 INFO:teuthology.orchestra.run.trial122.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2026-02-23T06:49:36.972 INFO:teuthology.run_tasks:Running task internal.sudo... 2026-02-23T06:49:36.987 INFO:teuthology.task.internal:Configuring sudo... 2026-02-23T06:49:36.987 DEBUG:teuthology.orchestra.run.trial005:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2026-02-23T06:49:36.999 DEBUG:teuthology.orchestra.run.trial122:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2026-02-23T06:49:37.036 INFO:teuthology.run_tasks:Running task internal.syslog... 2026-02-23T06:49:37.055 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2026-02-23T06:49:37.055 DEBUG:teuthology.orchestra.run.trial005:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2026-02-23T06:49:37.063 DEBUG:teuthology.orchestra.run.trial122:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2026-02-23T06:49:37.095 DEBUG:teuthology.orchestra.run.trial005:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2026-02-23T06:49:37.237 DEBUG:teuthology.orchestra.run.trial005:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2026-02-23T06:49:37.262 DEBUG:teuthology.orchestra.run.trial005:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2026-02-23T06:49:37.412 DEBUG:teuthology.orchestra.run.trial005:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2026-02-23T06:49:37.436 DEBUG:teuthology.orchestra.run.trial005:> set -ex 2026-02-23T06:49:37.436 DEBUG:teuthology.orchestra.run.trial005:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2026-02-23T06:49:37.499 DEBUG:teuthology.orchestra.run.trial122:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2026-02-23T06:49:37.618 DEBUG:teuthology.orchestra.run.trial122:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2026-02-23T06:49:37.643 DEBUG:teuthology.orchestra.run.trial122:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2026-02-23T06:49:37.789 DEBUG:teuthology.orchestra.run.trial122:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2026-02-23T06:49:37.813 DEBUG:teuthology.orchestra.run.trial122:> set -ex 2026-02-23T06:49:37.813 DEBUG:teuthology.orchestra.run.trial122:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2026-02-23T06:49:37.876 DEBUG:teuthology.orchestra.run.trial005:> sudo service rsyslog restart 2026-02-23T06:49:37.879 DEBUG:teuthology.orchestra.run.trial122:> sudo service rsyslog restart 2026-02-23T06:49:37.905 INFO:teuthology.orchestra.run.trial005.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2026-02-23T06:49:37.944 INFO:teuthology.orchestra.run.trial122.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2026-02-23T06:49:38.434 INFO:teuthology.run_tasks:Running task internal.timer... 2026-02-23T06:49:38.448 INFO:teuthology.task.internal:Starting timer... 2026-02-23T06:49:38.448 INFO:teuthology.run_tasks:Running task pcp... 2026-02-23T06:49:38.471 INFO:teuthology.run_tasks:Running task selinux... 2026-02-23T06:49:38.490 DEBUG:teuthology.task:Applying overrides for task selinux: {'allowlist': ['scontext=system_u:system_r:logrotate_t:s0']} 2026-02-23T06:49:38.490 DEBUG:teuthology.orchestra.run.trial005:> sudo service auditd rotate 2026-02-23T06:49:38.521 INFO:teuthology.orchestra.run.trial005.stdout:Rotating logs: 2026-02-23T06:49:38.523 DEBUG:teuthology.orchestra.run.trial122:> sudo service auditd rotate 2026-02-23T06:49:38.553 INFO:teuthology.orchestra.run.trial122.stdout:Rotating logs: 2026-02-23T06:49:38.555 DEBUG:teuthology.task.selinux:Getting current SELinux state 2026-02-23T06:49:38.555 DEBUG:teuthology.orchestra.run.trial005:> /usr/sbin/getenforce 2026-02-23T06:49:38.579 INFO:teuthology.orchestra.run.trial005.stdout:Permissive 2026-02-23T06:49:38.580 DEBUG:teuthology.orchestra.run.trial122:> /usr/sbin/getenforce 2026-02-23T06:49:38.611 INFO:teuthology.orchestra.run.trial122.stdout:Permissive 2026-02-23T06:49:38.612 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@trial005.front.sepia.ceph.com': 'permissive', 'ubuntu@trial122.front.sepia.ceph.com': 'permissive'} 2026-02-23T06:49:38.612 DEBUG:teuthology.orchestra.run.trial005:> 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-23T06:49:38.644 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-02-23T06:49:38.645 DEBUG:teuthology.orchestra.run.trial122:> 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-23T06:49:38.677 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-02-23T06:49:38.678 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2026-02-23T06:49:38.678 DEBUG:teuthology.orchestra.run.trial005:> sudo /usr/sbin/setenforce permissive 2026-02-23T06:49:38.710 DEBUG:teuthology.orchestra.run.trial122:> sudo /usr/sbin/setenforce permissive 2026-02-23T06:49:38.743 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2026-02-23T06:49:38.759 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2026-02-23T06:49:38.769 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-23T06:49:38.771 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit trial005.front.sepia.ceph.com,trial122.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2026-02-23T06:52:24.581 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@trial005.front.sepia.ceph.com'), Remote(name='ubuntu@trial122.front.sepia.ceph.com')] 2026-02-23T06:52:24.582 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@trial005.front.sepia.ceph.com' 2026-02-23T06:52:24.583 DEBUG:teuthology.orchestra.connection:{'hostname': 'trial005.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2026-02-23T06:52:24.692 DEBUG:teuthology.orchestra.run.trial005:> true 2026-02-23T06:52:24.769 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@trial005.front.sepia.ceph.com' 2026-02-23T06:52:24.769 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@trial122.front.sepia.ceph.com' 2026-02-23T06:52:24.770 DEBUG:teuthology.orchestra.connection:{'hostname': 'trial122.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2026-02-23T06:52:24.833 DEBUG:teuthology.orchestra.run.trial122:> true 2026-02-23T06:52:24.907 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@trial122.front.sepia.ceph.com' 2026-02-23T06:52:24.907 INFO:teuthology.run_tasks:Running task clock... 2026-02-23T06:52:24.923 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2026-02-23T06:52:24.923 INFO:teuthology.orchestra.run:Running command with timeout 360 2026-02-23T06:52:24.923 DEBUG:teuthology.orchestra.run.trial005:> 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-23T06:52:24.925 INFO:teuthology.orchestra.run:Running command with timeout 360 2026-02-23T06:52:24.925 DEBUG:teuthology.orchestra.run.trial122:> 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-23T06:52:24.951 INFO:teuthology.orchestra.run.trial005.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2026-02-23T06:52:24.964 INFO:teuthology.orchestra.run.trial005.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2026-02-23T06:52:24.977 INFO:teuthology.orchestra.run.trial122.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2026-02-23T06:52:24.985 INFO:teuthology.orchestra.run.trial005.stderr:sudo: ntpd: command not found 2026-02-23T06:52:24.989 INFO:teuthology.orchestra.run.trial122.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2026-02-23T06:52:24.995 INFO:teuthology.orchestra.run.trial005.stdout:506 Cannot talk to daemon 2026-02-23T06:52:25.008 INFO:teuthology.orchestra.run.trial005.stderr:Failed to start ntp.service: Unit ntp.service not found. 2026-02-23T06:52:25.009 INFO:teuthology.orchestra.run.trial122.stderr:sudo: ntpd: command not found 2026-02-23T06:52:25.019 INFO:teuthology.orchestra.run.trial122.stdout:506 Cannot talk to daemon 2026-02-23T06:52:25.020 INFO:teuthology.orchestra.run.trial005.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2026-02-23T06:52:25.031 INFO:teuthology.orchestra.run.trial122.stderr:Failed to start ntp.service: Unit ntp.service not found. 2026-02-23T06:52:25.043 INFO:teuthology.orchestra.run.trial122.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2026-02-23T06:52:25.068 INFO:teuthology.orchestra.run.trial005.stderr:bash: line 1: ntpq: command not found 2026-02-23T06:52:25.070 INFO:teuthology.orchestra.run.trial005.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2026-02-23T06:52:25.070 INFO:teuthology.orchestra.run.trial005.stdout:=============================================================================== 2026-02-23T06:52:25.091 INFO:teuthology.orchestra.run.trial122.stderr:bash: line 1: ntpq: command not found 2026-02-23T06:52:25.096 INFO:teuthology.orchestra.run.trial122.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2026-02-23T06:52:25.097 INFO:teuthology.orchestra.run.trial122.stdout:=============================================================================== 2026-02-23T06:52:25.097 INFO:teuthology.orchestra.run.trial122.stdout:^? vps-lga1.orleans.ddnss.de 0 6 0 - +0ns[ +0ns] +/- 0ns 2026-02-23T06:52:25.098 INFO:teuthology.run_tasks:Running task pexec... 2026-02-23T06:52:25.115 INFO:teuthology.task.pexec:Executing custom commands... 2026-02-23T06:52:25.116 DEBUG:teuthology.orchestra.run.trial005:> TESTDIR=/home/ubuntu/cephtest bash -s 2026-02-23T06:52:25.117 DEBUG:teuthology.orchestra.run.trial122:> TESTDIR=/home/ubuntu/cephtest bash -s 2026-02-23T06:52:25.120 INFO:teuthology.task.pexec:Running commands on host ubuntu@trial005.front.sepia.ceph.com 2026-02-23T06:52:25.120 INFO:teuthology.task.pexec:sudo dnf remove nvme-cli -y 2026-02-23T06:52:25.120 INFO:teuthology.task.pexec:sudo dnf install runc nvmetcli nvme-cli -y 2026-02-23T06:52:25.120 INFO:teuthology.task.pexec:sudo sed -i 's/^#runtime = "crun"/runtime = "runc"/g' /usr/share/containers/containers.conf 2026-02-23T06:52:25.120 INFO:teuthology.task.pexec:sudo sed -i 's/runtime = "crun"/#runtime = "crun"/g' /usr/share/containers/containers.conf 2026-02-23T06:52:25.142 INFO:teuthology.task.pexec:Running commands on host ubuntu@trial122.front.sepia.ceph.com 2026-02-23T06:52:25.142 INFO:teuthology.task.pexec:sudo dnf remove nvme-cli -y 2026-02-23T06:52:25.142 INFO:teuthology.task.pexec:sudo dnf install runc nvmetcli nvme-cli -y 2026-02-23T06:52:25.142 INFO:teuthology.task.pexec:sudo sed -i 's/^#runtime = "crun"/runtime = "runc"/g' /usr/share/containers/containers.conf 2026-02-23T06:52:25.142 INFO:teuthology.task.pexec:sudo sed -i 's/runtime = "crun"/#runtime = "crun"/g' /usr/share/containers/containers.conf 2026-02-23T06:52:25.293 INFO:teuthology.orchestra.run.trial005.stdout:No match for argument: nvme-cli 2026-02-23T06:52:25.294 INFO:teuthology.orchestra.run.trial005.stderr:No packages marked for removal. 2026-02-23T06:52:25.295 INFO:teuthology.orchestra.run.trial005.stdout:Dependencies resolved. 2026-02-23T06:52:25.296 INFO:teuthology.orchestra.run.trial005.stdout:Nothing to do. 2026-02-23T06:52:25.296 INFO:teuthology.orchestra.run.trial005.stdout:Complete! 2026-02-23T06:52:25.312 INFO:teuthology.orchestra.run.trial122.stdout:No match for argument: nvme-cli 2026-02-23T06:52:25.313 INFO:teuthology.orchestra.run.trial122.stderr:No packages marked for removal. 2026-02-23T06:52:25.315 INFO:teuthology.orchestra.run.trial122.stdout:Dependencies resolved. 2026-02-23T06:52:25.315 INFO:teuthology.orchestra.run.trial122.stdout:Nothing to do. 2026-02-23T06:52:25.315 INFO:teuthology.orchestra.run.trial122.stdout:Complete! 2026-02-23T06:52:25.598 INFO:teuthology.orchestra.run.trial005.stdout:Last metadata expiration check: 0:00:28 ago on Mon 23 Feb 2026 06:51:57 AM UTC. 2026-02-23T06:52:25.613 INFO:teuthology.orchestra.run.trial122.stdout:Last metadata expiration check: 0:00:29 ago on Mon 23 Feb 2026 06:51:56 AM UTC. 2026-02-23T06:52:25.681 INFO:teuthology.orchestra.run.trial005.stdout:Dependencies resolved. 2026-02-23T06:52:25.682 INFO:teuthology.orchestra.run.trial005.stdout:================================================================================ 2026-02-23T06:52:25.682 INFO:teuthology.orchestra.run.trial005.stdout: Package Arch Version Repository Size 2026-02-23T06:52:25.682 INFO:teuthology.orchestra.run.trial005.stdout:================================================================================ 2026-02-23T06:52:25.682 INFO:teuthology.orchestra.run.trial005.stdout:Installing: 2026-02-23T06:52:25.682 INFO:teuthology.orchestra.run.trial005.stdout: nvme-cli x86_64 2.16-1.el9 baseos 1.2 M 2026-02-23T06:52:25.682 INFO:teuthology.orchestra.run.trial005.stdout: nvmetcli noarch 0.8-3.el9 baseos 44 k 2026-02-23T06:52:25.682 INFO:teuthology.orchestra.run.trial005.stdout: runc x86_64 4:1.4.0-1.el9 appstream 4.0 M 2026-02-23T06:52:25.682 INFO:teuthology.orchestra.run.trial005.stdout:Installing dependencies: 2026-02-23T06:52:25.682 INFO:teuthology.orchestra.run.trial005.stdout: python3-configshell noarch 1:1.1.30-1.el9 baseos 72 k 2026-02-23T06:52:25.682 INFO:teuthology.orchestra.run.trial005.stdout: python3-kmod x86_64 0.9-32.el9 baseos 84 k 2026-02-23T06:52:25.682 INFO:teuthology.orchestra.run.trial005.stdout: python3-pyparsing noarch 2.4.7-9.el9 baseos 150 k 2026-02-23T06:52:25.683 INFO:teuthology.orchestra.run.trial005.stdout: python3-urwid x86_64 2.1.2-4.el9 baseos 837 k 2026-02-23T06:52:25.683 INFO:teuthology.orchestra.run.trial005.stdout: 2026-02-23T06:52:25.683 INFO:teuthology.orchestra.run.trial005.stdout:Transaction Summary 2026-02-23T06:52:25.683 INFO:teuthology.orchestra.run.trial005.stdout:================================================================================ 2026-02-23T06:52:25.683 INFO:teuthology.orchestra.run.trial005.stdout:Install 7 Packages 2026-02-23T06:52:25.683 INFO:teuthology.orchestra.run.trial005.stdout: 2026-02-23T06:52:25.683 INFO:teuthology.orchestra.run.trial005.stdout:Total download size: 6.3 M 2026-02-23T06:52:25.683 INFO:teuthology.orchestra.run.trial005.stdout:Installed size: 24 M 2026-02-23T06:52:25.683 INFO:teuthology.orchestra.run.trial005.stdout:Downloading Packages: 2026-02-23T06:52:25.693 INFO:teuthology.orchestra.run.trial122.stdout:Dependencies resolved. 2026-02-23T06:52:25.693 INFO:teuthology.orchestra.run.trial122.stdout:================================================================================ 2026-02-23T06:52:25.693 INFO:teuthology.orchestra.run.trial122.stdout: Package Arch Version Repository Size 2026-02-23T06:52:25.693 INFO:teuthology.orchestra.run.trial122.stdout:================================================================================ 2026-02-23T06:52:25.693 INFO:teuthology.orchestra.run.trial122.stdout:Installing: 2026-02-23T06:52:25.693 INFO:teuthology.orchestra.run.trial122.stdout: nvme-cli x86_64 2.16-1.el9 baseos 1.2 M 2026-02-23T06:52:25.693 INFO:teuthology.orchestra.run.trial122.stdout: nvmetcli noarch 0.8-3.el9 baseos 44 k 2026-02-23T06:52:25.693 INFO:teuthology.orchestra.run.trial122.stdout: runc x86_64 4:1.4.0-1.el9 appstream 4.0 M 2026-02-23T06:52:25.694 INFO:teuthology.orchestra.run.trial122.stdout:Installing dependencies: 2026-02-23T06:52:25.694 INFO:teuthology.orchestra.run.trial122.stdout: python3-configshell noarch 1:1.1.30-1.el9 baseos 72 k 2026-02-23T06:52:25.694 INFO:teuthology.orchestra.run.trial122.stdout: python3-kmod x86_64 0.9-32.el9 baseos 84 k 2026-02-23T06:52:25.694 INFO:teuthology.orchestra.run.trial122.stdout: python3-pyparsing noarch 2.4.7-9.el9 baseos 150 k 2026-02-23T06:52:25.694 INFO:teuthology.orchestra.run.trial122.stdout: python3-urwid x86_64 2.1.2-4.el9 baseos 837 k 2026-02-23T06:52:25.694 INFO:teuthology.orchestra.run.trial122.stdout: 2026-02-23T06:52:25.694 INFO:teuthology.orchestra.run.trial122.stdout:Transaction Summary 2026-02-23T06:52:25.694 INFO:teuthology.orchestra.run.trial122.stdout:================================================================================ 2026-02-23T06:52:25.694 INFO:teuthology.orchestra.run.trial122.stdout:Install 7 Packages 2026-02-23T06:52:25.694 INFO:teuthology.orchestra.run.trial122.stdout: 2026-02-23T06:52:25.694 INFO:teuthology.orchestra.run.trial122.stdout:Total download size: 6.3 M 2026-02-23T06:52:25.694 INFO:teuthology.orchestra.run.trial122.stdout:Installed size: 24 M 2026-02-23T06:52:25.694 INFO:teuthology.orchestra.run.trial122.stdout:Downloading Packages: 2026-02-23T06:52:26.018 INFO:teuthology.orchestra.run.trial005.stdout:(1/7): nvmetcli-0.8-3.el9.noarch.rpm 2.5 MB/s | 44 kB 00:00 2026-02-23T06:52:26.019 INFO:teuthology.orchestra.run.trial005.stdout:(2/7): python3-configshell-1.1.30-1.el9.noarch. 3.7 MB/s | 72 kB 00:00 2026-02-23T06:52:26.026 INFO:teuthology.orchestra.run.trial005.stdout:(3/7): python3-kmod-0.9-32.el9.x86_64.rpm 9.9 MB/s | 84 kB 00:00 2026-02-23T06:52:26.028 INFO:teuthology.orchestra.run.trial005.stdout:(4/7): python3-pyparsing-2.4.7-9.el9.noarch.rpm 16 MB/s | 150 kB 00:00 2026-02-23T06:52:26.035 INFO:teuthology.orchestra.run.trial005.stdout:(5/7): nvme-cli-2.16-1.el9.x86_64.rpm 33 MB/s | 1.2 MB 00:00 2026-02-23T06:52:26.041 INFO:teuthology.orchestra.run.trial005.stdout:(6/7): python3-urwid-2.1.2-4.el9.x86_64.rpm 57 MB/s | 837 kB 00:00 2026-02-23T06:52:26.158 INFO:teuthology.orchestra.run.trial122.stdout:(1/7): nvmetcli-0.8-3.el9.noarch.rpm 138 kB/s | 44 kB 00:00 2026-02-23T06:52:26.203 INFO:teuthology.orchestra.run.trial122.stdout:(2/7): python3-configshell-1.1.30-1.el9.noarch. 197 kB/s | 72 kB 00:00 2026-02-23T06:52:26.333 INFO:teuthology.orchestra.run.trial122.stdout:(3/7): python3-kmod-0.9-32.el9.x86_64.rpm 480 kB/s | 84 kB 00:00 2026-02-23T06:52:26.410 INFO:teuthology.orchestra.run.trial122.stdout:(4/7): python3-pyparsing-2.4.7-9.el9.noarch.rpm 727 kB/s | 150 kB 00:00 2026-02-23T06:52:26.524 INFO:teuthology.orchestra.run.trial122.stdout:(5/7): nvme-cli-2.16-1.el9.x86_64.rpm 1.7 MB/s | 1.2 MB 00:00 2026-02-23T06:52:26.657 INFO:teuthology.orchestra.run.trial122.stdout:(6/7): python3-urwid-2.1.2-4.el9.x86_64.rpm 2.5 MB/s | 837 kB 00:00 2026-02-23T06:52:26.861 INFO:teuthology.orchestra.run.trial122.stdout:(7/7): runc-1.4.0-1.el9.x86_64.rpm 8.8 MB/s | 4.0 MB 00:00 2026-02-23T06:52:26.861 INFO:teuthology.orchestra.run.trial122.stdout:-------------------------------------------------------------------------------- 2026-02-23T06:52:26.861 INFO:teuthology.orchestra.run.trial122.stdout:Total 5.4 MB/s | 6.3 MB 00:01 2026-02-23T06:52:26.927 INFO:teuthology.orchestra.run.trial122.stdout:Running transaction check 2026-02-23T06:52:26.935 INFO:teuthology.orchestra.run.trial122.stdout:Transaction check succeeded. 2026-02-23T06:52:26.936 INFO:teuthology.orchestra.run.trial122.stdout:Running transaction test 2026-02-23T06:52:27.019 INFO:teuthology.orchestra.run.trial122.stdout:Transaction test succeeded. 2026-02-23T06:52:27.019 INFO:teuthology.orchestra.run.trial122.stdout:Running transaction 2026-02-23T06:52:27.113 INFO:teuthology.orchestra.run.trial005.stdout:(7/7): runc-1.4.0-1.el9.x86_64.rpm 3.6 MB/s | 4.0 MB 00:01 2026-02-23T06:52:27.113 INFO:teuthology.orchestra.run.trial005.stdout:-------------------------------------------------------------------------------- 2026-02-23T06:52:27.113 INFO:teuthology.orchestra.run.trial005.stdout:Total 4.4 MB/s | 6.3 MB 00:01 2026-02-23T06:52:27.165 INFO:teuthology.orchestra.run.trial122.stdout: Preparing : 1/1 2026-02-23T06:52:27.172 INFO:teuthology.orchestra.run.trial122.stdout: Installing : python3-urwid-2.1.2-4.el9.x86_64 1/7 2026-02-23T06:52:27.181 INFO:teuthology.orchestra.run.trial122.stdout: Installing : python3-pyparsing-2.4.7-9.el9.noarch 2/7 2026-02-23T06:52:27.183 INFO:teuthology.orchestra.run.trial005.stdout:Running transaction check 2026-02-23T06:52:27.187 INFO:teuthology.orchestra.run.trial122.stdout: Installing : python3-configshell-1:1.1.30-1.el9.noarch 3/7 2026-02-23T06:52:27.192 INFO:teuthology.orchestra.run.trial005.stdout:Transaction check succeeded. 2026-02-23T06:52:27.192 INFO:teuthology.orchestra.run.trial005.stdout:Running transaction test 2026-02-23T06:52:27.193 INFO:teuthology.orchestra.run.trial122.stdout: Installing : python3-kmod-0.9-32.el9.x86_64 4/7 2026-02-23T06:52:27.193 INFO:teuthology.orchestra.run.trial122.stdout: Installing : nvmetcli-0.8-3.el9.noarch 5/7 2026-02-23T06:52:27.241 INFO:teuthology.orchestra.run.trial122.stdout: Running scriptlet: nvmetcli-0.8-3.el9.noarch 5/7 2026-02-23T06:52:27.274 INFO:teuthology.orchestra.run.trial005.stdout:Transaction test succeeded. 2026-02-23T06:52:27.275 INFO:teuthology.orchestra.run.trial005.stdout:Running transaction 2026-02-23T06:52:27.355 INFO:teuthology.orchestra.run.trial122.stdout: Installing : runc-4:1.4.0-1.el9.x86_64 6/7 2026-02-23T06:52:27.357 INFO:teuthology.orchestra.run.trial122.stdout: Installing : nvme-cli-2.16-1.el9.x86_64 7/7 2026-02-23T06:52:27.419 INFO:teuthology.orchestra.run.trial005.stdout: Preparing : 1/1 2026-02-23T06:52:27.427 INFO:teuthology.orchestra.run.trial005.stdout: Installing : python3-urwid-2.1.2-4.el9.x86_64 1/7 2026-02-23T06:52:27.436 INFO:teuthology.orchestra.run.trial005.stdout: Installing : python3-pyparsing-2.4.7-9.el9.noarch 2/7 2026-02-23T06:52:27.442 INFO:teuthology.orchestra.run.trial005.stdout: Installing : python3-configshell-1:1.1.30-1.el9.noarch 3/7 2026-02-23T06:52:27.448 INFO:teuthology.orchestra.run.trial005.stdout: Installing : python3-kmod-0.9-32.el9.x86_64 4/7 2026-02-23T06:52:27.449 INFO:teuthology.orchestra.run.trial005.stdout: Installing : nvmetcli-0.8-3.el9.noarch 5/7 2026-02-23T06:52:27.496 INFO:teuthology.orchestra.run.trial005.stdout: Running scriptlet: nvmetcli-0.8-3.el9.noarch 5/7 2026-02-23T06:52:27.611 INFO:teuthology.orchestra.run.trial005.stdout: Installing : runc-4:1.4.0-1.el9.x86_64 6/7 2026-02-23T06:52:27.613 INFO:teuthology.orchestra.run.trial005.stdout: Installing : nvme-cli-2.16-1.el9.x86_64 7/7 2026-02-23T06:52:27.636 INFO:teuthology.orchestra.run.trial122.stdout: Running scriptlet: nvme-cli-2.16-1.el9.x86_64 7/7 2026-02-23T06:52:27.637 INFO:teuthology.orchestra.run.trial122.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmefc-boot-connections.service → /usr/lib/systemd/system/nvmefc-boot-connections.service. 2026-02-23T06:52:27.637 INFO:teuthology.orchestra.run.trial122.stdout: 2026-02-23T06:52:27.885 INFO:teuthology.orchestra.run.trial122.stdout: Verifying : nvme-cli-2.16-1.el9.x86_64 1/7 2026-02-23T06:52:27.886 INFO:teuthology.orchestra.run.trial122.stdout: Verifying : nvmetcli-0.8-3.el9.noarch 2/7 2026-02-23T06:52:27.886 INFO:teuthology.orchestra.run.trial122.stdout: Verifying : python3-configshell-1:1.1.30-1.el9.noarch 3/7 2026-02-23T06:52:27.886 INFO:teuthology.orchestra.run.trial122.stdout: Verifying : python3-kmod-0.9-32.el9.x86_64 4/7 2026-02-23T06:52:27.886 INFO:teuthology.orchestra.run.trial122.stdout: Verifying : python3-pyparsing-2.4.7-9.el9.noarch 5/7 2026-02-23T06:52:27.886 INFO:teuthology.orchestra.run.trial122.stdout: Verifying : python3-urwid-2.1.2-4.el9.x86_64 6/7 2026-02-23T06:52:27.891 INFO:teuthology.orchestra.run.trial005.stdout: Running scriptlet: nvme-cli-2.16-1.el9.x86_64 7/7 2026-02-23T06:52:27.891 INFO:teuthology.orchestra.run.trial005.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmefc-boot-connections.service → /usr/lib/systemd/system/nvmefc-boot-connections.service. 2026-02-23T06:52:27.891 INFO:teuthology.orchestra.run.trial005.stdout: 2026-02-23T06:52:27.940 INFO:teuthology.orchestra.run.trial122.stdout: Verifying : runc-4:1.4.0-1.el9.x86_64 7/7 2026-02-23T06:52:27.940 INFO:teuthology.orchestra.run.trial122.stdout: 2026-02-23T06:52:27.940 INFO:teuthology.orchestra.run.trial122.stdout:Installed: 2026-02-23T06:52:27.940 INFO:teuthology.orchestra.run.trial122.stdout: nvme-cli-2.16-1.el9.x86_64 nvmetcli-0.8-3.el9.noarch 2026-02-23T06:52:27.940 INFO:teuthology.orchestra.run.trial122.stdout: python3-configshell-1:1.1.30-1.el9.noarch python3-kmod-0.9-32.el9.x86_64 2026-02-23T06:52:27.940 INFO:teuthology.orchestra.run.trial122.stdout: python3-pyparsing-2.4.7-9.el9.noarch python3-urwid-2.1.2-4.el9.x86_64 2026-02-23T06:52:27.940 INFO:teuthology.orchestra.run.trial122.stdout: runc-4:1.4.0-1.el9.x86_64 2026-02-23T06:52:27.940 INFO:teuthology.orchestra.run.trial122.stdout: 2026-02-23T06:52:27.940 INFO:teuthology.orchestra.run.trial122.stdout:Complete! 2026-02-23T06:52:27.994 DEBUG:teuthology.parallel:result is None 2026-02-23T06:52:28.144 INFO:teuthology.orchestra.run.trial005.stdout: Verifying : nvme-cli-2.16-1.el9.x86_64 1/7 2026-02-23T06:52:28.144 INFO:teuthology.orchestra.run.trial005.stdout: Verifying : nvmetcli-0.8-3.el9.noarch 2/7 2026-02-23T06:52:28.144 INFO:teuthology.orchestra.run.trial005.stdout: Verifying : python3-configshell-1:1.1.30-1.el9.noarch 3/7 2026-02-23T06:52:28.144 INFO:teuthology.orchestra.run.trial005.stdout: Verifying : python3-kmod-0.9-32.el9.x86_64 4/7 2026-02-23T06:52:28.144 INFO:teuthology.orchestra.run.trial005.stdout: Verifying : python3-pyparsing-2.4.7-9.el9.noarch 5/7 2026-02-23T06:52:28.144 INFO:teuthology.orchestra.run.trial005.stdout: Verifying : python3-urwid-2.1.2-4.el9.x86_64 6/7 2026-02-23T06:52:28.199 INFO:teuthology.orchestra.run.trial005.stdout: Verifying : runc-4:1.4.0-1.el9.x86_64 7/7 2026-02-23T06:52:28.200 INFO:teuthology.orchestra.run.trial005.stdout: 2026-02-23T06:52:28.200 INFO:teuthology.orchestra.run.trial005.stdout:Installed: 2026-02-23T06:52:28.200 INFO:teuthology.orchestra.run.trial005.stdout: nvme-cli-2.16-1.el9.x86_64 nvmetcli-0.8-3.el9.noarch 2026-02-23T06:52:28.200 INFO:teuthology.orchestra.run.trial005.stdout: python3-configshell-1:1.1.30-1.el9.noarch python3-kmod-0.9-32.el9.x86_64 2026-02-23T06:52:28.200 INFO:teuthology.orchestra.run.trial005.stdout: python3-pyparsing-2.4.7-9.el9.noarch python3-urwid-2.1.2-4.el9.x86_64 2026-02-23T06:52:28.200 INFO:teuthology.orchestra.run.trial005.stdout: runc-4:1.4.0-1.el9.x86_64 2026-02-23T06:52:28.200 INFO:teuthology.orchestra.run.trial005.stdout: 2026-02-23T06:52:28.200 INFO:teuthology.orchestra.run.trial005.stdout:Complete! 2026-02-23T06:52:28.254 DEBUG:teuthology.parallel:result is None 2026-02-23T06:52:28.255 INFO:teuthology.run_tasks:Running task smb.deploy_samba_ad_dc... 2026-02-23T06:52:28.283 INFO:tasks.smb:Testing if podman is available 2026-02-23T06:52:28.283 DEBUG:teuthology.orchestra.run.trial122:> sudo podman --help 2026-02-23T06:52:28.417 INFO:teuthology.orchestra.run.trial122.stdout:Manage pods, containers and images 2026-02-23T06:52:28.417 INFO:teuthology.orchestra.run.trial122.stdout: 2026-02-23T06:52:28.417 INFO:teuthology.orchestra.run.trial122.stdout:Usage: 2026-02-23T06:52:28.418 INFO:teuthology.orchestra.run.trial122.stdout: podman [options] [command] 2026-02-23T06:52:28.418 INFO:teuthology.orchestra.run.trial122.stdout: 2026-02-23T06:52:28.418 INFO:teuthology.orchestra.run.trial122.stdout:Available Commands: 2026-02-23T06:52:28.418 INFO:teuthology.orchestra.run.trial122.stdout: artifact Manage OCI artifacts 2026-02-23T06:52:28.418 INFO:teuthology.orchestra.run.trial122.stdout: attach Attach to a running container 2026-02-23T06:52:28.418 INFO:teuthology.orchestra.run.trial122.stdout: auto-update Auto update containers according to their auto-update policy 2026-02-23T06:52:28.418 INFO:teuthology.orchestra.run.trial122.stdout: build Build an image using instructions from Containerfiles 2026-02-23T06:52:28.418 INFO:teuthology.orchestra.run.trial122.stdout: commit Create new image based on the changed container 2026-02-23T06:52:28.418 INFO:teuthology.orchestra.run.trial122.stdout: compose Run compose workloads via an external provider such as docker-compose or podman-compose 2026-02-23T06:52:28.418 INFO:teuthology.orchestra.run.trial122.stdout: container Manage containers 2026-02-23T06:52:28.418 INFO:teuthology.orchestra.run.trial122.stdout: cp Copy files/folders between a container and the local filesystem 2026-02-23T06:52:28.418 INFO:teuthology.orchestra.run.trial122.stdout: create Create but do not start a container 2026-02-23T06:52:28.418 INFO:teuthology.orchestra.run.trial122.stdout: diff Display the changes to the object's file system 2026-02-23T06:52:28.419 INFO:teuthology.orchestra.run.trial122.stdout: events Show podman system events 2026-02-23T06:52:28.419 INFO:teuthology.orchestra.run.trial122.stdout: exec Run a process in a running container 2026-02-23T06:52:28.419 INFO:teuthology.orchestra.run.trial122.stdout: export Export container's filesystem contents as a tar archive 2026-02-23T06:52:28.419 INFO:teuthology.orchestra.run.trial122.stdout: farm Farm out builds to remote machines 2026-02-23T06:52:28.419 INFO:teuthology.orchestra.run.trial122.stdout: generate Generate structured data based on containers, pods or volumes 2026-02-23T06:52:28.419 INFO:teuthology.orchestra.run.trial122.stdout: healthcheck Manage health checks on containers 2026-02-23T06:52:28.419 INFO:teuthology.orchestra.run.trial122.stdout: help Help about any command 2026-02-23T06:52:28.419 INFO:teuthology.orchestra.run.trial122.stdout: history Show history of a specified image 2026-02-23T06:52:28.419 INFO:teuthology.orchestra.run.trial122.stdout: image Manage images 2026-02-23T06:52:28.419 INFO:teuthology.orchestra.run.trial122.stdout: images List images in local storage 2026-02-23T06:52:28.419 INFO:teuthology.orchestra.run.trial122.stdout: import Import a tarball to create a filesystem image 2026-02-23T06:52:28.419 INFO:teuthology.orchestra.run.trial122.stdout: info Display podman system information 2026-02-23T06:52:28.419 INFO:teuthology.orchestra.run.trial122.stdout: init Initialize one or more containers 2026-02-23T06:52:28.419 INFO:teuthology.orchestra.run.trial122.stdout: inspect Display the configuration of object denoted by ID 2026-02-23T06:52:28.419 INFO:teuthology.orchestra.run.trial122.stdout: kill Kill one or more running containers with a specific signal 2026-02-23T06:52:28.420 INFO:teuthology.orchestra.run.trial122.stdout: kube Play containers, pods or volumes from a structured file 2026-02-23T06:52:28.420 INFO:teuthology.orchestra.run.trial122.stdout: load Load image(s) from a tar archive 2026-02-23T06:52:28.420 INFO:teuthology.orchestra.run.trial122.stdout: login Log in to a container registry 2026-02-23T06:52:28.420 INFO:teuthology.orchestra.run.trial122.stdout: logout Log out of a container registry 2026-02-23T06:52:28.420 INFO:teuthology.orchestra.run.trial122.stdout: logs Fetch the logs of one or more containers 2026-02-23T06:52:28.420 INFO:teuthology.orchestra.run.trial122.stdout: machine Manage a virtual machine 2026-02-23T06:52:28.420 INFO:teuthology.orchestra.run.trial122.stdout: manifest Manipulate manifest lists and image indexes 2026-02-23T06:52:28.420 INFO:teuthology.orchestra.run.trial122.stdout: mount Mount a working container's root filesystem 2026-02-23T06:52:28.420 INFO:teuthology.orchestra.run.trial122.stdout: network Manage networks 2026-02-23T06:52:28.420 INFO:teuthology.orchestra.run.trial122.stdout: pause Pause all the processes in one or more containers 2026-02-23T06:52:28.420 INFO:teuthology.orchestra.run.trial122.stdout: pod Manage pods 2026-02-23T06:52:28.420 INFO:teuthology.orchestra.run.trial122.stdout: port List port mappings or a specific mapping for the container 2026-02-23T06:52:28.420 INFO:teuthology.orchestra.run.trial122.stdout: ps List containers 2026-02-23T06:52:28.420 INFO:teuthology.orchestra.run.trial122.stdout: pull Pull an image from a registry 2026-02-23T06:52:28.420 INFO:teuthology.orchestra.run.trial122.stdout: push Push an image to a specified destination 2026-02-23T06:52:28.420 INFO:teuthology.orchestra.run.trial122.stdout: quadlet Allows users to manage Quadlets 2026-02-23T06:52:28.421 INFO:teuthology.orchestra.run.trial122.stdout: rename Rename an existing container 2026-02-23T06:52:28.421 INFO:teuthology.orchestra.run.trial122.stdout: restart Restart one or more containers 2026-02-23T06:52:28.421 INFO:teuthology.orchestra.run.trial122.stdout: rm Remove one or more containers 2026-02-23T06:52:28.421 INFO:teuthology.orchestra.run.trial122.stdout: rmi Remove one or more images from local storage 2026-02-23T06:52:28.421 INFO:teuthology.orchestra.run.trial122.stdout: run Run a command in a new container 2026-02-23T06:52:28.421 INFO:teuthology.orchestra.run.trial122.stdout: save Save image(s) to an archive 2026-02-23T06:52:28.421 INFO:teuthology.orchestra.run.trial122.stdout: search Search registry for image 2026-02-23T06:52:28.421 INFO:teuthology.orchestra.run.trial122.stdout: secret Manage secrets 2026-02-23T06:52:28.421 INFO:teuthology.orchestra.run.trial122.stdout: start Start one or more containers 2026-02-23T06:52:28.421 INFO:teuthology.orchestra.run.trial122.stdout: stats Display a live stream of container resource usage statistics 2026-02-23T06:52:28.421 INFO:teuthology.orchestra.run.trial122.stdout: stop Stop one or more containers 2026-02-23T06:52:28.421 INFO:teuthology.orchestra.run.trial122.stdout: system Manage podman 2026-02-23T06:52:28.421 INFO:teuthology.orchestra.run.trial122.stdout: tag Add an additional name to a local image 2026-02-23T06:52:28.421 INFO:teuthology.orchestra.run.trial122.stdout: top Display the running processes of a container 2026-02-23T06:52:28.421 INFO:teuthology.orchestra.run.trial122.stdout: unmount Unmount working container's root filesystem 2026-02-23T06:52:28.422 INFO:teuthology.orchestra.run.trial122.stdout: unpause Unpause the processes in one or more containers 2026-02-23T06:52:28.422 INFO:teuthology.orchestra.run.trial122.stdout: unshare Run a command in a modified user namespace 2026-02-23T06:52:28.422 INFO:teuthology.orchestra.run.trial122.stdout: untag Remove a name from a local image 2026-02-23T06:52:28.422 INFO:teuthology.orchestra.run.trial122.stdout: update Update an existing container 2026-02-23T06:52:28.422 INFO:teuthology.orchestra.run.trial122.stdout: version Display the Podman version information 2026-02-23T06:52:28.422 INFO:teuthology.orchestra.run.trial122.stdout: volume Manage volumes 2026-02-23T06:52:28.422 INFO:teuthology.orchestra.run.trial122.stdout: wait Block on one or more containers 2026-02-23T06:52:28.422 INFO:teuthology.orchestra.run.trial122.stdout: 2026-02-23T06:52:28.422 INFO:teuthology.orchestra.run.trial122.stdout:Options: 2026-02-23T06:52:28.422 INFO:teuthology.orchestra.run.trial122.stdout: --cdi-spec-dir stringArray Set the CDI spec directory path (may be set multiple times) (default [/etc/cdi,/var/run/cdi]) 2026-02-23T06:52:28.422 INFO:teuthology.orchestra.run.trial122.stdout: --cgroup-manager string Cgroup manager to use ("cgroupfs"|"systemd") (default "systemd") 2026-02-23T06:52:28.422 INFO:teuthology.orchestra.run.trial122.stdout: --config string Path to directory containing authentication config file 2026-02-23T06:52:28.422 INFO:teuthology.orchestra.run.trial122.stdout: --conmon string Path of the conmon binary 2026-02-23T06:52:28.422 INFO:teuthology.orchestra.run.trial122.stdout: -c, --connection string Connection to use for remote Podman service (CONTAINER_CONNECTION) 2026-02-23T06:52:28.422 INFO:teuthology.orchestra.run.trial122.stdout: --events-backend string Events backend to use ("file"|"journald"|"none") (default "journald") 2026-02-23T06:52:28.422 INFO:teuthology.orchestra.run.trial122.stdout: --help Help for podman 2026-02-23T06:52:28.423 INFO:teuthology.orchestra.run.trial122.stdout: --hooks-dir stringArray Set the OCI hooks directory path (may be set multiple times) (default [/usr/share/containers/oci/hooks.d]) 2026-02-23T06:52:28.423 INFO:teuthology.orchestra.run.trial122.stdout: --identity string path to SSH identity file, (CONTAINER_SSHKEY) 2026-02-23T06:52:28.423 INFO:teuthology.orchestra.run.trial122.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-23T06:52:28.423 INFO:teuthology.orchestra.run.trial122.stdout: --log-level string Log messages above specified level (trace, debug, info, warn, warning, error, fatal, panic) (default "warn") 2026-02-23T06:52:28.423 INFO:teuthology.orchestra.run.trial122.stdout: --module stringArray Load the containers.conf(5) module 2026-02-23T06:52:28.423 INFO:teuthology.orchestra.run.trial122.stdout: --network-cmd-path string Path to the command for configuring the network 2026-02-23T06:52:28.423 INFO:teuthology.orchestra.run.trial122.stdout: --network-config-dir string Path of the configuration directory for networks 2026-02-23T06:52:28.423 INFO:teuthology.orchestra.run.trial122.stdout: --out string Send output (stdout) from podman to a file 2026-02-23T06:52:28.423 INFO:teuthology.orchestra.run.trial122.stdout: -r, --remote Access remote Podman service 2026-02-23T06:52:28.423 INFO:teuthology.orchestra.run.trial122.stdout: --root string Path to the graph root directory where images, containers, etc. are stored 2026-02-23T06:52:28.423 INFO:teuthology.orchestra.run.trial122.stdout: --runroot string Path to the 'run directory' where all state information is stored 2026-02-23T06:52:28.423 INFO:teuthology.orchestra.run.trial122.stdout: --runtime string Path to the OCI-compatible binary used to run containers. (default "runc") 2026-02-23T06:52:28.423 INFO:teuthology.orchestra.run.trial122.stdout: --runtime-flag stringArray add global flags for the container runtime 2026-02-23T06:52:28.423 INFO:teuthology.orchestra.run.trial122.stdout: --ssh string define the ssh mode (default "golang") 2026-02-23T06:52:28.423 INFO:teuthology.orchestra.run.trial122.stdout: --storage-driver string Select which storage driver is used to manage storage of images and containers 2026-02-23T06:52:28.424 INFO:teuthology.orchestra.run.trial122.stdout: --storage-opt stringArray Used to pass an option to the storage driver 2026-02-23T06:52:28.424 INFO:teuthology.orchestra.run.trial122.stdout: --syslog Output podman-internal logs to syslog as well as the console (default false) 2026-02-23T06:52:28.424 INFO:teuthology.orchestra.run.trial122.stdout: --tmpdir string Path to the tmp directory for libpod state content. 2026-02-23T06:52:28.424 INFO:teuthology.orchestra.run.trial122.stdout: 2026-02-23T06:52:28.424 INFO:teuthology.orchestra.run.trial122.stdout: Note: use the environment variable 'TMPDIR' to change the temporary storage location for container images, '/var/tmp'. 2026-02-23T06:52:28.424 INFO:teuthology.orchestra.run.trial122.stdout: (default "/run/libpod") 2026-02-23T06:52:28.424 INFO:teuthology.orchestra.run.trial122.stdout: --transient-store Enable transient container storage 2026-02-23T06:52:28.424 INFO:teuthology.orchestra.run.trial122.stdout: --url string URL to access Podman service (CONTAINER_HOST) (default "unix:///run/podman/podman.sock") 2026-02-23T06:52:28.424 INFO:teuthology.orchestra.run.trial122.stdout: -v, --version version for podman 2026-02-23T06:52:28.424 INFO:teuthology.orchestra.run.trial122.stdout: --volumepath string Path to the volume directory in which volume data is stored 2026-02-23T06:52:28.426 DEBUG:teuthology.orchestra.run.trial122:> sudo podman pull quay.io/samba.org/samba-ad-server:latest 2026-02-23T06:52:28.506 INFO:teuthology.orchestra.run.trial122.stderr:Trying to pull quay.io/samba.org/samba-ad-server:latest... 2026-02-23T06:52:28.828 INFO:teuthology.orchestra.run.trial122.stderr:Getting image source signatures 2026-02-23T06:52:28.829 INFO:teuthology.orchestra.run.trial122.stderr:Copying blob sha256:90f93e6547bab947110e58851ef5d521bf2f5e3e0861792d0947ae875aa4235a 2026-02-23T06:52:28.829 INFO:teuthology.orchestra.run.trial122.stderr:Copying blob sha256:8071bc223290b0b7ede21b598b7f032753e49b17d161252cfab1636ad628e758 2026-02-23T06:52:28.829 INFO:teuthology.orchestra.run.trial122.stderr:Copying blob sha256:3a9d6c9fc6a76236cf56e1094104c4dc4131140b894189f1eaa02b6ee8a7b852 2026-02-23T06:52:28.829 INFO:teuthology.orchestra.run.trial122.stderr:Copying blob sha256:17cb128d8524df34db7dd5a60fc300739676326e431e4edfeb1347034933011a 2026-02-23T06:52:28.829 INFO:teuthology.orchestra.run.trial122.stderr:Copying blob sha256:184d7a054eead16581223ae3e40a66ab838459e3688dc0986048c29429c6261f 2026-02-23T06:52:28.829 INFO:teuthology.orchestra.run.trial122.stderr:Copying blob sha256:d43e1e6022324861510fbea6b8e4d20d11db9cf830eea81abbc79f80f594eeaa 2026-02-23T06:52:32.059 INFO:teuthology.orchestra.run.trial122.stderr:Copying config sha256:46855d412a45162f4f818534ba02fb0c8fe67cf9732ab0cae8257967846d0603 2026-02-23T06:52:32.060 INFO:teuthology.orchestra.run.trial122.stderr:Writing manifest to image destination 2026-02-23T06:52:32.085 INFO:teuthology.orchestra.run.trial122.stdout:46855d412a45162f4f818534ba02fb0c8fe67cf9732ab0cae8257967846d0603 2026-02-23T06:52:32.089 DEBUG:teuthology.orchestra.run.trial122:> sudo podman pull quay.io/samba.org/samba-client:latest 2026-02-23T06:52:32.138 INFO:teuthology.orchestra.run.trial122.stderr:Trying to pull quay.io/samba.org/samba-client:latest... 2026-02-23T06:52:32.387 INFO:teuthology.orchestra.run.trial122.stderr:Getting image source signatures 2026-02-23T06:52:32.387 INFO:teuthology.orchestra.run.trial122.stderr:Copying blob sha256:a936709dbf6fa7118b8e93d9e06c8079be7db4361572ad1f92d63dd7f3f2257a 2026-02-23T06:52:32.387 INFO:teuthology.orchestra.run.trial122.stderr:Copying blob sha256:d43e1e6022324861510fbea6b8e4d20d11db9cf830eea81abbc79f80f594eeaa 2026-02-23T06:52:33.822 INFO:teuthology.orchestra.run.trial122.stderr:Copying config sha256:3ee544af2aae0df3eb96317b0154d00f5e303b96ec3bcd3a11f7bc18d8e83bc7 2026-02-23T06:52:33.823 INFO:teuthology.orchestra.run.trial122.stderr:Writing manifest to image destination 2026-02-23T06:52:33.832 INFO:teuthology.orchestra.run.trial122.stdout:3ee544af2aae0df3eb96317b0154d00f5e303b96ec3bcd3a11f7bc18d8e83bc7 2026-02-23T06:52:33.836 DEBUG:teuthology.orchestra.run.trial122:> ss -lunH 2026-02-23T06:52:33.894 INFO:teuthology.orchestra.run.trial122.stdout:UNCONN 0 0 0.0.0.0:111 0.0.0.0:* 2026-02-23T06:52:33.894 INFO:teuthology.orchestra.run.trial122.stdout:UNCONN 0 0 127.0.0.1:323 0.0.0.0:* 2026-02-23T06:52:33.894 INFO:teuthology.orchestra.run.trial122.stdout:UNCONN 0 0 [::]:111 [::]:* 2026-02-23T06:52:33.895 INFO:teuthology.orchestra.run.trial122.stdout:UNCONN 0 0 [::1]:323 [::]:* 2026-02-23T06:52:33.895 DEBUG:teuthology.orchestra.run.trial122:> sudo mkdir -p /var/lib/samba/container/logs /var/lib/samba/container/data 2026-02-23T06:52:33.962 DEBUG:teuthology.orchestra.run.trial122:> sudo mkdir -p /var/tmp/samba 2026-02-23T06:52:34.028 DEBUG:teuthology.orchestra.run.trial122:> set -ex 2026-02-23T06:52:34.028 DEBUG:teuthology.orchestra.run.trial122:> sudo dd of=/var/tmp/samba/container.json 2026-02-23T06:52:34.093 DEBUG:teuthology.orchestra.run.trial122:> 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-23T06:52:34.274 INFO:teuthology.orchestra.run.trial122.stdout:b6c3026f7ca94c7a76e803102c272ab7f6778d5358f4bf2fd0b4976df7b9b6be 2026-02-23T06:52:34.529 INFO:tasks.smb:Probing SMB status of DC 10.20.193.122, idx=0 2026-02-23T06:52:34.529 DEBUG:teuthology.orchestra.run.trial122:> sudo podman run --rm --net=host --dns=10.20.193.122 -eKRB5_CONFIG=/dev/null quay.io/samba.org/samba-client:latest smbclient -U 'DOMAIN1\ckent%1115Rose.' //domain1.sink.test/sysvol -c ls 2026-02-23T06:52:34.677 INFO:teuthology.orchestra.run.trial122.stderr:do_connect: Connection to domain1.sink.test failed (Error NT_STATUS_UNSUCCESSFUL) 2026-02-23T06:52:34.796 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-02-23T06:52:35.298 INFO:tasks.smb:Probing SMB status of DC 10.20.193.122, idx=1 2026-02-23T06:52:35.298 DEBUG:teuthology.orchestra.run.trial122:> sudo podman run --rm --net=host --dns=10.20.193.122 -eKRB5_CONFIG=/dev/null quay.io/samba.org/samba-client:latest smbclient -U 'DOMAIN1\ckent%1115Rose.' //domain1.sink.test/sysvol -c ls 2026-02-23T06:52:35.417 INFO:teuthology.orchestra.run.trial122.stderr:do_connect: Connection to domain1.sink.test failed (Error NT_STATUS_UNSUCCESSFUL) 2026-02-23T06:52:35.537 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-02-23T06:52:36.538 INFO:tasks.smb:Probing SMB status of DC 10.20.193.122, idx=2 2026-02-23T06:52:36.538 DEBUG:teuthology.orchestra.run.trial122:> sudo podman run --rm --net=host --dns=10.20.193.122 -eKRB5_CONFIG=/dev/null quay.io/samba.org/samba-client:latest smbclient -U 'DOMAIN1\ckent%1115Rose.' //domain1.sink.test/sysvol -c ls 2026-02-23T06:52:36.658 INFO:teuthology.orchestra.run.trial122.stderr:do_connect: Connection to domain1.sink.test failed (Error NT_STATUS_UNSUCCESSFUL) 2026-02-23T06:52:36.777 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-02-23T06:52:38.778 INFO:tasks.smb:Probing SMB status of DC 10.20.193.122, idx=3 2026-02-23T06:52:38.778 DEBUG:teuthology.orchestra.run.trial122:> sudo podman run --rm --net=host --dns=10.20.193.122 -eKRB5_CONFIG=/dev/null quay.io/samba.org/samba-client:latest smbclient -U 'DOMAIN1\ckent%1115Rose.' //domain1.sink.test/sysvol -c ls 2026-02-23T06:52:38.911 INFO:teuthology.orchestra.run.trial122.stderr:do_connect: Connection to domain1.sink.test failed (Error NT_STATUS_UNSUCCESSFUL) 2026-02-23T06:52:39.029 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-02-23T06:52:43.030 INFO:tasks.smb:Probing SMB status of DC 10.20.193.122, idx=4 2026-02-23T06:52:43.030 DEBUG:teuthology.orchestra.run.trial122:> sudo podman run --rm --net=host --dns=10.20.193.122 -eKRB5_CONFIG=/dev/null quay.io/samba.org/samba-client:latest smbclient -U 'DOMAIN1\ckent%1115Rose.' //domain1.sink.test/sysvol -c ls 2026-02-23T06:52:43.194 INFO:teuthology.orchestra.run.trial122.stdout: . D 0 Mon Feb 23 06:52:35 2026 2026-02-23T06:52:43.194 INFO:teuthology.orchestra.run.trial122.stdout: .. D 0 Mon Feb 23 06:52:35 2026 2026-02-23T06:52:43.194 INFO:teuthology.orchestra.run.trial122.stdout: domain1.sink.test D 0 Mon Feb 23 06:52:35 2026 2026-02-23T06:52:43.194 INFO:teuthology.orchestra.run.trial122.stdout: 2026-02-23T06:52:43.194 INFO:teuthology.orchestra.run.trial122.stdout: 921338020 blocks of size 1024. 862038528 blocks available 2026-02-23T06:52:43.313 INFO:tasks.smb:SMB status probe succeeded 2026-02-23T06:52:43.314 INFO:teuthology.run_tasks:Running task cephadm... 2026-02-23T06:52:43.451 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': '244ee61d76a715c3ac0d60eeb3321aefb91c3511'} 2026-02-23T06:52:43.451 INFO:tasks.cephadm:Cluster image is quay.ceph.io/ceph-ci/ceph:244ee61d76a715c3ac0d60eeb3321aefb91c3511 2026-02-23T06:52:43.455 INFO:tasks.cephadm:Cluster fsid is 40d3614d-1084-11f1-b257-d404e6e7d460 2026-02-23T06:52:43.455 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2026-02-23T06:52:43.455 INFO:tasks.cephadm:Monitor IPs: {'mon.a': '10.20.193.5'} 2026-02-23T06:52:43.455 INFO:tasks.cephadm:First mon is mon.a on trial005 2026-02-23T06:52:43.455 INFO:tasks.cephadm:First mgr is x 2026-02-23T06:52:43.455 INFO:tasks.cephadm:Normalizing hostnames... 2026-02-23T06:52:43.455 DEBUG:teuthology.orchestra.run.trial005:> sudo hostname $(hostname -s) 2026-02-23T06:52:43.485 DEBUG:teuthology.orchestra.run.trial122:> sudo hostname $(hostname -s) 2026-02-23T06:52:43.513 INFO:tasks.cephadm:Downloading "compiled" cephadm from cachra 2026-02-23T06:52:43.514 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=244ee61d76a715c3ac0d60eeb3321aefb91c3511 2026-02-23T06:52:43.653 INFO:tasks.cephadm:builder_project result: [{'url': 'https://2.chacra.ceph.com/r/ceph/wip-shweta-testing-2026-02-19-2025/244ee61d76a715c3ac0d60eeb3321aefb91c3511/centos/9/flavors/default/', 'chacra_url': 'https://2.chacra.ceph.com/repos/ceph/wip-shweta-testing-2026-02-19-2025/244ee61d76a715c3ac0d60eeb3321aefb91c3511/centos/9/flavors/default/', 'ref': 'wip-shweta-testing-2026-02-19-2025', 'sha1': '244ee61d76a715c3ac0d60eeb3321aefb91c3511', 'distro': 'centos', 'distro_version': '9', 'distro_codename': None, 'modified': '2026-02-20 21:34:50.688484', 'status': 'ready', 'flavor': 'default', 'project': 'ceph', 'archs': ['source', 'x86_64'], 'extra': {'version': '20.3.0-5338-g244ee61d', 'package_manager_version': '20.3.0-5338.g244ee61d', 'build_url': 'https://jenkins.ceph.com/job/ceph-dev-pipeline/3126/', 'root_build_cause': '', 'node_name': '10.20.192.98+toko08', 'job_name': 'ceph-dev-pipeline'}}] 2026-02-23T06:52:43.785 INFO:tasks.util.chacra:got chacra host 2.chacra.ceph.com, ref wip-shweta-testing-2026-02-19-2025, sha1 244ee61d76a715c3ac0d60eeb3321aefb91c3511 from https://shaman.ceph.com/api/search/?project=ceph&distros=centos%2F9%2Fx86_64&flavor=default&sha1=244ee61d76a715c3ac0d60eeb3321aefb91c3511 2026-02-23T06:52:43.786 INFO:tasks.cephadm:Discovered cachra url: https://2.chacra.ceph.com/binaries/ceph/wip-shweta-testing-2026-02-19-2025/244ee61d76a715c3ac0d60eeb3321aefb91c3511/centos/9/x86_64/flavors/default/cephadm 2026-02-23T06:52:43.787 INFO:tasks.cephadm:Downloading cephadm from url: https://2.chacra.ceph.com/binaries/ceph/wip-shweta-testing-2026-02-19-2025/244ee61d76a715c3ac0d60eeb3321aefb91c3511/centos/9/x86_64/flavors/default/cephadm 2026-02-23T06:52:43.787 DEBUG:teuthology.orchestra.run.trial005:> curl --silent -L https://2.chacra.ceph.com/binaries/ceph/wip-shweta-testing-2026-02-19-2025/244ee61d76a715c3ac0d60eeb3321aefb91c3511/centos/9/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2026-02-23T06:52:44.093 INFO:teuthology.orchestra.run.trial005.stdout:-rw-r--r--. 1 ubuntu ubuntu 1082492 Feb 23 06:52 /home/ubuntu/cephtest/cephadm 2026-02-23T06:52:44.093 DEBUG:teuthology.orchestra.run.trial122:> curl --silent -L https://2.chacra.ceph.com/binaries/ceph/wip-shweta-testing-2026-02-19-2025/244ee61d76a715c3ac0d60eeb3321aefb91c3511/centos/9/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2026-02-23T06:52:44.404 INFO:teuthology.orchestra.run.trial122.stdout:-rw-r--r--. 1 ubuntu ubuntu 1082492 Feb 23 06:52 /home/ubuntu/cephtest/cephadm 2026-02-23T06:52:44.405 DEBUG:teuthology.orchestra.run.trial005:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2026-02-23T06:52:44.424 DEBUG:teuthology.orchestra.run.trial122:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2026-02-23T06:52:44.458 INFO:tasks.cephadm:Pulling image quay.ceph.io/ceph-ci/ceph:244ee61d76a715c3ac0d60eeb3321aefb91c3511 on all hosts... 2026-02-23T06:52:44.458 DEBUG:teuthology.orchestra.run.trial005:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:244ee61d76a715c3ac0d60eeb3321aefb91c3511 pull 2026-02-23T06:52:44.467 DEBUG:teuthology.orchestra.run.trial122:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:244ee61d76a715c3ac0d60eeb3321aefb91c3511 pull 2026-02-23T06:52:44.598 INFO:teuthology.orchestra.run.trial122.stderr:Pulling container image quay.ceph.io/ceph-ci/ceph:244ee61d76a715c3ac0d60eeb3321aefb91c3511... 2026-02-23T06:52:44.714 INFO:teuthology.orchestra.run.trial005.stderr:Pulling container image quay.ceph.io/ceph-ci/ceph:244ee61d76a715c3ac0d60eeb3321aefb91c3511... 2026-02-23T06:52:53.899 INFO:teuthology.orchestra.run.trial122.stdout:{ 2026-02-23T06:52:53.899 INFO:teuthology.orchestra.run.trial122.stdout: "ceph_version": "ceph version 20.3.0-5338-g244ee61d (244ee61d76a715c3ac0d60eeb3321aefb91c3511) tentacle (dev)", 2026-02-23T06:52:53.899 INFO:teuthology.orchestra.run.trial122.stdout: "image_id": "d53f437b9974e91900768e66cdcee7298151761d59e3725242d4220dd9008a26", 2026-02-23T06:52:53.899 INFO:teuthology.orchestra.run.trial122.stdout: "repo_digests": [ 2026-02-23T06:52:53.899 INFO:teuthology.orchestra.run.trial122.stdout: "quay.ceph.io/ceph-ci/ceph@sha256:aa1908bf3487bd0120867a595cd8279257306a73ebf8926eb7370fa78e59f3f2" 2026-02-23T06:52:53.899 INFO:teuthology.orchestra.run.trial122.stdout: ] 2026-02-23T06:52:53.899 INFO:teuthology.orchestra.run.trial122.stdout:} 2026-02-23T06:52:54.012 INFO:teuthology.orchestra.run.trial005.stdout:{ 2026-02-23T06:52:54.012 INFO:teuthology.orchestra.run.trial005.stdout: "ceph_version": "ceph version 20.3.0-5338-g244ee61d (244ee61d76a715c3ac0d60eeb3321aefb91c3511) tentacle (dev)", 2026-02-23T06:52:54.012 INFO:teuthology.orchestra.run.trial005.stdout: "image_id": "d53f437b9974e91900768e66cdcee7298151761d59e3725242d4220dd9008a26", 2026-02-23T06:52:54.013 INFO:teuthology.orchestra.run.trial005.stdout: "repo_digests": [ 2026-02-23T06:52:54.013 INFO:teuthology.orchestra.run.trial005.stdout: "quay.ceph.io/ceph-ci/ceph@sha256:aa1908bf3487bd0120867a595cd8279257306a73ebf8926eb7370fa78e59f3f2" 2026-02-23T06:52:54.013 INFO:teuthology.orchestra.run.trial005.stdout: ] 2026-02-23T06:52:54.013 INFO:teuthology.orchestra.run.trial005.stdout:} 2026-02-23T06:52:54.028 DEBUG:teuthology.orchestra.run.trial005:> sudo mkdir -p /etc/ceph 2026-02-23T06:52:54.089 DEBUG:teuthology.orchestra.run.trial122:> sudo mkdir -p /etc/ceph 2026-02-23T06:52:54.116 DEBUG:teuthology.orchestra.run.trial005:> sudo chmod 777 /etc/ceph 2026-02-23T06:52:54.140 DEBUG:teuthology.orchestra.run.trial122:> sudo chmod 777 /etc/ceph 2026-02-23T06:52:54.182 INFO:tasks.cephadm:Writing seed config... 2026-02-23T06:52:54.184 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2026-02-23T06:52:54.184 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2026-02-23T06:52:54.184 INFO:tasks.cephadm: override: [mon] debug mon = 20 2026-02-23T06:52:54.184 INFO:tasks.cephadm: override: [mon] debug ms = 1 2026-02-23T06:52:54.184 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2026-02-23T06:52:54.184 INFO:tasks.cephadm: override: [osd] debug ms = 1 2026-02-23T06:52:54.184 INFO:tasks.cephadm: override: [osd] debug osd = 20 2026-02-23T06:52:54.185 DEBUG:teuthology.orchestra.run.trial005:> set -ex 2026-02-23T06:52:54.185 DEBUG:teuthology.orchestra.run.trial005:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2026-02-23T06:52:54.201 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 = 40d3614d-1084-11f1-b257-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-23T06:52:54.202 DEBUG:teuthology.orchestra.run.trial005:mon.a> sudo journalctl -f -n 0 -u ceph-40d3614d-1084-11f1-b257-d404e6e7d460@mon.a.service 2026-02-23T06:52:54.244 DEBUG:teuthology.orchestra.run.trial005:mgr.x> sudo journalctl -f -n 0 -u ceph-40d3614d-1084-11f1-b257-d404e6e7d460@mgr.x.service 2026-02-23T06:52:54.287 INFO:tasks.cephadm:Bootstrapping... 2026-02-23T06:52:54.287 DEBUG:teuthology.orchestra.run.trial005:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:244ee61d76a715c3ac0d60eeb3321aefb91c3511 -v bootstrap --fsid 40d3614d-1084-11f1-b257-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.5 --single-host-defaults --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2026-02-23T06:52:54.425 INFO:teuthology.orchestra.run.trial005.stdout:-------------------------------------------------------------------------------- 2026-02-23T06:52:54.425 INFO:teuthology.orchestra.run.trial005.stdout:cephadm ['--image', 'quay.ceph.io/ceph-ci/ceph:244ee61d76a715c3ac0d60eeb3321aefb91c3511', '-v', 'bootstrap', '--fsid', '40d3614d-1084-11f1-b257-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.5', '--single-host-defaults', '--skip-admin-label'] 2026-02-23T06:52:54.425 INFO:teuthology.orchestra.run.trial005.stderr:Specifying an fsid for your cluster offers no advantages and may increase the likelihood of fsid conflicts. 2026-02-23T06:52:54.426 INFO:teuthology.orchestra.run.trial005.stdout:Verifying podman|docker is present... 2026-02-23T06:52:54.442 INFO:teuthology.orchestra.run.trial005.stdout:/bin/podman: stdout 5.6.0 2026-02-23T06:52:54.442 INFO:teuthology.orchestra.run.trial005.stdout:Verifying lvm2 is present... 2026-02-23T06:52:54.442 INFO:teuthology.orchestra.run.trial005.stdout:Verifying time synchronization is in place... 2026-02-23T06:52:54.448 INFO:teuthology.orchestra.run.trial005.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2026-02-23T06:52:54.448 INFO:teuthology.orchestra.run.trial005.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2026-02-23T06:52:54.454 INFO:teuthology.orchestra.run.trial005.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2026-02-23T06:52:54.454 INFO:teuthology.orchestra.run.trial005.stdout:systemctl: stdout inactive 2026-02-23T06:52:54.460 INFO:teuthology.orchestra.run.trial005.stdout:systemctl: stdout enabled 2026-02-23T06:52:54.466 INFO:teuthology.orchestra.run.trial005.stdout:systemctl: stdout active 2026-02-23T06:52:54.466 INFO:teuthology.orchestra.run.trial005.stdout:Unit chronyd.service is enabled and running 2026-02-23T06:52:54.466 INFO:teuthology.orchestra.run.trial005.stdout:Repeating the final host check... 2026-02-23T06:52:54.481 INFO:teuthology.orchestra.run.trial005.stdout:/bin/podman: stdout 5.6.0 2026-02-23T06:52:54.481 INFO:teuthology.orchestra.run.trial005.stdout:podman (/bin/podman) version 5.6.0 is present 2026-02-23T06:52:54.481 INFO:teuthology.orchestra.run.trial005.stdout:systemctl is present 2026-02-23T06:52:54.481 INFO:teuthology.orchestra.run.trial005.stdout:lvcreate is present 2026-02-23T06:52:54.486 INFO:teuthology.orchestra.run.trial005.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2026-02-23T06:52:54.486 INFO:teuthology.orchestra.run.trial005.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2026-02-23T06:52:54.491 INFO:teuthology.orchestra.run.trial005.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2026-02-23T06:52:54.491 INFO:teuthology.orchestra.run.trial005.stdout:systemctl: stdout inactive 2026-02-23T06:52:54.498 INFO:teuthology.orchestra.run.trial005.stdout:systemctl: stdout enabled 2026-02-23T06:52:54.503 INFO:teuthology.orchestra.run.trial005.stdout:systemctl: stdout active 2026-02-23T06:52:54.503 INFO:teuthology.orchestra.run.trial005.stdout:Unit chronyd.service is enabled and running 2026-02-23T06:52:54.503 INFO:teuthology.orchestra.run.trial005.stdout:Host looks OK 2026-02-23T06:52:54.503 INFO:teuthology.orchestra.run.trial005.stdout:Cluster fsid: 40d3614d-1084-11f1-b257-d404e6e7d460 2026-02-23T06:52:54.504 INFO:teuthology.orchestra.run.trial005.stdout:Acquiring lock 140187463462336 on /run/cephadm/40d3614d-1084-11f1-b257-d404e6e7d460.lock 2026-02-23T06:52:54.504 INFO:teuthology.orchestra.run.trial005.stdout:Lock 140187463462336 acquired on /run/cephadm/40d3614d-1084-11f1-b257-d404e6e7d460.lock 2026-02-23T06:52:54.504 INFO:teuthology.orchestra.run.trial005.stdout:Verifying IP 10.20.193.5 port 3300 ... 2026-02-23T06:52:54.504 INFO:teuthology.orchestra.run.trial005.stdout:Verifying IP 10.20.193.5 port 6789 ... 2026-02-23T06:52:54.504 INFO:teuthology.orchestra.run.trial005.stdout:Base mon IP(s) is [10.20.193.5:3300, 10.20.193.5:6789], mon addrv is [v2:10.20.193.5:3300,v1:10.20.193.5:6789] 2026-02-23T06:52:54.507 INFO:teuthology.orchestra.run.trial005.stdout:/sbin/ip: stdout default via 10.20.192.1 dev enp1s0f0 proto dhcp src 10.20.193.5 metric 102 2026-02-23T06:52:54.507 INFO:teuthology.orchestra.run.trial005.stdout:/sbin/ip: stdout 10.20.192.0/20 dev enp1s0f0 proto kernel scope link src 10.20.193.5 metric 102 2026-02-23T06:52:54.507 INFO:teuthology.orchestra.run.trial005.stdout:/sbin/ip: stdout 169.254.3.0/24 dev enp7s0f4u2u2c2 proto kernel scope link src 169.254.3.1 metric 101 2026-02-23T06:52:54.510 INFO:teuthology.orchestra.run.trial005.stdout:/sbin/ip: stdout ::1 dev lo proto kernel metric 256 pref medium 2026-02-23T06:52:54.510 INFO:teuthology.orchestra.run.trial005.stdout:/sbin/ip: stdout fe80::/64 dev enp1s0f0 proto kernel metric 256 pref medium 2026-02-23T06:52:54.510 INFO:teuthology.orchestra.run.trial005.stdout:/sbin/ip: stdout fe80::/64 dev enp7s0f4u2u2c2 proto kernel metric 1024 pref medium 2026-02-23T06:52:54.512 INFO:teuthology.orchestra.run.trial005.stdout:/sbin/ip: stdout 1: lo: mtu 65536 state UNKNOWN qlen 1000 2026-02-23T06:52:54.513 INFO:teuthology.orchestra.run.trial005.stdout:/sbin/ip: stdout inet6 ::1/128 scope host 2026-02-23T06:52:54.513 INFO:teuthology.orchestra.run.trial005.stdout:/sbin/ip: stdout valid_lft forever preferred_lft forever 2026-02-23T06:52:54.513 INFO:teuthology.orchestra.run.trial005.stdout:/sbin/ip: stdout 2: enp7s0f4u2u2c2: mtu 1500 state UNKNOWN qlen 1000 2026-02-23T06:52:54.513 INFO:teuthology.orchestra.run.trial005.stdout:/sbin/ip: stdout inet6 fe80::b9b3:5945:6060:f862/64 scope link noprefixroute 2026-02-23T06:52:54.513 INFO:teuthology.orchestra.run.trial005.stdout:/sbin/ip: stdout valid_lft forever preferred_lft forever 2026-02-23T06:52:54.513 INFO:teuthology.orchestra.run.trial005.stdout:/sbin/ip: stdout 3: enp1s0f0: mtu 1500 state UP qlen 1000 2026-02-23T06:52:54.513 INFO:teuthology.orchestra.run.trial005.stdout:/sbin/ip: stdout inet6 fe80::925a:8ff:fe77:6048/64 scope link 2026-02-23T06:52:54.513 INFO:teuthology.orchestra.run.trial005.stdout:/sbin/ip: stdout valid_lft forever preferred_lft forever 2026-02-23T06:52:54.513 INFO:teuthology.orchestra.run.trial005.stdout:Mon IP `10.20.193.5` is in CIDR network `10.20.192.0/20` 2026-02-23T06:52:54.513 INFO:teuthology.orchestra.run.trial005.stdout:Mon IP `10.20.193.5` is in CIDR network `10.20.192.0/20` 2026-02-23T06:52:54.513 INFO:teuthology.orchestra.run.trial005.stdout:Inferred mon public CIDR from local network configuration ['10.20.192.0/20', '10.20.192.0/20'] 2026-02-23T06:52:54.514 INFO:teuthology.orchestra.run.trial005.stdout:Internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2026-02-23T06:52:54.514 INFO:teuthology.orchestra.run.trial005.stdout:Adjusting default settings to suit single-host cluster... 2026-02-23T06:52:54.514 INFO:teuthology.orchestra.run.trial005.stdout:Pulling container image quay.ceph.io/ceph-ci/ceph:244ee61d76a715c3ac0d60eeb3321aefb91c3511... 2026-02-23T06:52:54.848 INFO:teuthology.orchestra.run.trial005.stdout:/bin/podman: stdout d53f437b9974e91900768e66cdcee7298151761d59e3725242d4220dd9008a26 2026-02-23T06:52:54.849 INFO:teuthology.orchestra.run.trial005.stdout:/bin/podman: stderr Trying to pull quay.ceph.io/ceph-ci/ceph:244ee61d76a715c3ac0d60eeb3321aefb91c3511... 2026-02-23T06:52:54.849 INFO:teuthology.orchestra.run.trial005.stdout:/bin/podman: stderr Getting image source signatures 2026-02-23T06:52:54.849 INFO:teuthology.orchestra.run.trial005.stdout:/bin/podman: stderr Copying blob sha256:946d5c8cbb4d653900a0e5244f1c2e8c1e6b5601a9324635a6e914d3a01e6451 2026-02-23T06:52:54.849 INFO:teuthology.orchestra.run.trial005.stdout:/bin/podman: stderr Copying blob sha256:5dd85e1a50663785d86adae5ef92579a03e6f64059ca9c005010518acdd62048 2026-02-23T06:52:54.849 INFO:teuthology.orchestra.run.trial005.stdout:/bin/podman: stderr Copying config sha256:d53f437b9974e91900768e66cdcee7298151761d59e3725242d4220dd9008a26 2026-02-23T06:52:54.849 INFO:teuthology.orchestra.run.trial005.stdout:/bin/podman: stderr Writing manifest to image destination 2026-02-23T06:52:55.101 INFO:teuthology.orchestra.run.trial005.stdout:ceph: stdout ceph version 20.3.0-5338-g244ee61d (244ee61d76a715c3ac0d60eeb3321aefb91c3511) tentacle (dev) 2026-02-23T06:52:55.101 INFO:teuthology.orchestra.run.trial005.stdout:Ceph version: ceph version 20.3.0-5338-g244ee61d (244ee61d76a715c3ac0d60eeb3321aefb91c3511) tentacle (dev) 2026-02-23T06:52:55.101 INFO:teuthology.orchestra.run.trial005.stdout:Extracting ceph user uid/gid from container image... 2026-02-23T06:52:55.355 INFO:teuthology.orchestra.run.trial005.stdout:stat: stdout 167 167 2026-02-23T06:52:55.355 INFO:teuthology.orchestra.run.trial005.stdout:Creating initial keys... 2026-02-23T06:52:55.603 INFO:teuthology.orchestra.run.trial005.stdout:/usr/bin/ceph-authtool: stdout AQBH+ZtpC0X5HBAAA/Psg9F7M+lcVTaa1I1E+g== 2026-02-23T06:52:55.849 INFO:teuthology.orchestra.run.trial005.stdout:/usr/bin/ceph-authtool: stdout AQBH+ZtpGIm4KxAADCimRTfSAXnIHUNsn3vOdg== 2026-02-23T06:52:56.101 INFO:teuthology.orchestra.run.trial005.stdout:/usr/bin/ceph-authtool: stdout AQBH+ZtpvG6pOhAAJh47QvldN6BejJa6wpEU7Q== 2026-02-23T06:52:56.102 INFO:teuthology.orchestra.run.trial005.stdout:Creating initial monmap... 2026-02-23T06:52:56.368 INFO:teuthology.orchestra.run.trial005.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: monmap file /tmp/monmap 2026-02-23T06:52:56.368 INFO:teuthology.orchestra.run.trial005.stdout:/usr/bin/monmaptool: stdout setting min_mon_release = tentacle 2026-02-23T06:52:56.368 INFO:teuthology.orchestra.run.trial005.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: set fsid to 40d3614d-1084-11f1-b257-d404e6e7d460 2026-02-23T06:52:56.368 INFO:teuthology.orchestra.run.trial005.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2026-02-23T06:52:56.368 INFO:teuthology.orchestra.run.trial005.stdout:monmaptool for a [v2:10.20.193.5:3300,v1:10.20.193.5:6789] on /usr/bin/monmaptool: monmap file /tmp/monmap 2026-02-23T06:52:56.368 INFO:teuthology.orchestra.run.trial005.stdout:setting min_mon_release = tentacle 2026-02-23T06:52:56.369 INFO:teuthology.orchestra.run.trial005.stdout:/usr/bin/monmaptool: set fsid to 40d3614d-1084-11f1-b257-d404e6e7d460 2026-02-23T06:52:56.369 INFO:teuthology.orchestra.run.trial005.stdout:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2026-02-23T06:52:56.369 INFO:teuthology.orchestra.run.trial005.stdout: 2026-02-23T06:52:56.369 INFO:teuthology.orchestra.run.trial005.stdout:Creating mon... 2026-02-23T06:52:56.636 INFO:teuthology.orchestra.run.trial005.stdout:create mon.a on 2026-02-23T06:52:56.904 INFO:teuthology.orchestra.run.trial005.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /etc/systemd/system/ceph.target. 2026-02-23T06:52:57.009 INFO:teuthology.orchestra.run.trial005.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph-40d3614d-1084-11f1-b257-d404e6e7d460.target → /etc/systemd/system/ceph-40d3614d-1084-11f1-b257-d404e6e7d460.target. 2026-02-23T06:52:57.009 INFO:teuthology.orchestra.run.trial005.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph.target.wants/ceph-40d3614d-1084-11f1-b257-d404e6e7d460.target → /etc/systemd/system/ceph-40d3614d-1084-11f1-b257-d404e6e7d460.target. 2026-02-23T06:52:57.132 INFO:teuthology.orchestra.run.trial005.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-40d3614d-1084-11f1-b257-d404e6e7d460@mon.a 2026-02-23T06:52:57.132 INFO:teuthology.orchestra.run.trial005.stdout:systemctl: stderr Failed to reset failed state of unit ceph-40d3614d-1084-11f1-b257-d404e6e7d460@mon.a.service: Unit ceph-40d3614d-1084-11f1-b257-d404e6e7d460@mon.a.service not loaded. 2026-02-23T06:52:57.251 INFO:teuthology.orchestra.run.trial005.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-40d3614d-1084-11f1-b257-d404e6e7d460.target.wants/ceph-40d3614d-1084-11f1-b257-d404e6e7d460@mon.a.service → /etc/systemd/system/ceph-40d3614d-1084-11f1-b257-d404e6e7d460@.service. 2026-02-23T06:52:57.410 INFO:teuthology.orchestra.run.trial005.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2026-02-23T06:52:57.410 INFO:teuthology.orchestra.run.trial005.stdout:systemctl: stdout disabled 2026-02-23T06:52:57.415 INFO:teuthology.orchestra.run.trial005.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2026-02-23T06:52:57.415 INFO:teuthology.orchestra.run.trial005.stdout:systemctl: stdout inactive 2026-02-23T06:52:57.415 INFO:teuthology.orchestra.run.trial005.stdout:firewalld.service is not enabled 2026-02-23T06:52:57.415 INFO:teuthology.orchestra.run.trial005.stdout:Not possible to enable service . firewalld.service is not available 2026-02-23T06:52:57.416 INFO:teuthology.orchestra.run.trial005.stdout:Waiting for mon to start... 2026-02-23T06:52:57.416 INFO:teuthology.orchestra.run.trial005.stdout:Waiting for mon... 2026-02-23T06:52:57.697 INFO:teuthology.orchestra.run.trial005.stdout:/usr/bin/ceph: stdout cluster: 2026-02-23T06:52:57.697 INFO:teuthology.orchestra.run.trial005.stdout:/usr/bin/ceph: stdout id: 40d3614d-1084-11f1-b257-d404e6e7d460 2026-02-23T06:52:57.697 INFO:teuthology.orchestra.run.trial005.stdout:/usr/bin/ceph: stdout health: HEALTH_OK 2026-02-23T06:52:57.697 INFO:teuthology.orchestra.run.trial005.stdout:/usr/bin/ceph: stdout 2026-02-23T06:52:57.697 INFO:teuthology.orchestra.run.trial005.stdout:/usr/bin/ceph: stdout services: 2026-02-23T06:52:57.698 INFO:teuthology.orchestra.run.trial005.stdout:/usr/bin/ceph: stdout mon: 1 daemons, quorum a (age 0.152766s) [leader: a] 2026-02-23T06:52:57.698 INFO:teuthology.orchestra.run.trial005.stdout:/usr/bin/ceph: stdout mgr: no daemons active 2026-02-23T06:52:57.698 INFO:teuthology.orchestra.run.trial005.stdout:/usr/bin/ceph: stdout osd: 0 osds: 0 up, 0 in 2026-02-23T06:52:57.698 INFO:teuthology.orchestra.run.trial005.stdout:/usr/bin/ceph: stdout 2026-02-23T06:52:57.698 INFO:teuthology.orchestra.run.trial005.stdout:/usr/bin/ceph: stdout data: 2026-02-23T06:52:57.698 INFO:teuthology.orchestra.run.trial005.stdout:/usr/bin/ceph: stdout pools: 0 pools, 0 pgs 2026-02-23T06:52:57.698 INFO:teuthology.orchestra.run.trial005.stdout:/usr/bin/ceph: stdout objects: 0 objects, 0 B 2026-02-23T06:52:57.698 INFO:teuthology.orchestra.run.trial005.stdout:/usr/bin/ceph: stdout usage: 0 B used, 0 B / 0 B avail 2026-02-23T06:52:57.698 INFO:teuthology.orchestra.run.trial005.stdout:/usr/bin/ceph: stdout pgs: 2026-02-23T06:52:57.698 INFO:teuthology.orchestra.run.trial005.stdout:/usr/bin/ceph: stdout 2026-02-23T06:52:57.698 INFO:teuthology.orchestra.run.trial005.stdout:mon is available 2026-02-23T06:52:57.698 INFO:teuthology.orchestra.run.trial005.stdout:Assimilating anything we can from ceph.conf... 2026-02-23T06:52:57.967 INFO:teuthology.orchestra.run.trial005.stdout:/usr/bin/ceph: stdout 2026-02-23T06:52:57.967 INFO:teuthology.orchestra.run.trial005.stdout:/usr/bin/ceph: stdout [global] 2026-02-23T06:52:57.968 INFO:teuthology.orchestra.run.trial005.stdout:/usr/bin/ceph: stdout fsid = 40d3614d-1084-11f1-b257-d404e6e7d460 2026-02-23T06:52:57.968 INFO:teuthology.orchestra.run.trial005.stdout:/usr/bin/ceph: stdout mon_cluster_log_file_level = debug 2026-02-23T06:52:57.968 INFO:teuthology.orchestra.run.trial005.stdout:/usr/bin/ceph: stdout mon_host = [v2:10.20.193.5:3300,v1:10.20.193.5:6789] 2026-02-23T06:52:57.968 INFO:teuthology.orchestra.run.trial005.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2026-02-23T06:52:57.968 INFO:teuthology.orchestra.run.trial005.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2026-02-23T06:52:57.968 INFO:teuthology.orchestra.run.trial005.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2026-02-23T06:52:57.968 INFO:teuthology.orchestra.run.trial005.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2026-02-23T06:52:57.968 INFO:teuthology.orchestra.run.trial005.stdout:/usr/bin/ceph: stdout 2026-02-23T06:52:57.968 INFO:teuthology.orchestra.run.trial005.stdout:/usr/bin/ceph: stdout [mgr] 2026-02-23T06:52:57.968 INFO:teuthology.orchestra.run.trial005.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2026-02-23T06:52:57.969 INFO:teuthology.orchestra.run.trial005.stdout:/usr/bin/ceph: stdout 2026-02-23T06:52:57.969 INFO:teuthology.orchestra.run.trial005.stdout:/usr/bin/ceph: stdout [osd] 2026-02-23T06:52:57.969 INFO:teuthology.orchestra.run.trial005.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2026-02-23T06:52:57.969 INFO:teuthology.orchestra.run.trial005.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2026-02-23T06:52:57.969 INFO:teuthology.orchestra.run.trial005.stdout:Generating new minimal ceph.conf... 2026-02-23T06:52:58.251 INFO:teuthology.orchestra.run.trial005.stdout:Restarting the monitor... 2026-02-23T06:52:58.405 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:52:58 trial005 ceph-40d3614d-1084-11f1-b257-d404e6e7d460-mon-a[34198]: 2026-02-23T06:52:58.327+0000 7f54b993a640 -1 mon.a@0(leader) e1 *** Got Signal Terminated *** 2026-02-23T06:52:58.816 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:52:58 trial005 podman[34591]: 2026-02-23 06:52:58.550203656 +0000 UTC m=+0.237357602 container died c7e048c2ab7ecc197d2d1cf8633d3415ef37b7956e398c5037b8859e10f971ef (image=quay.ceph.io/ceph-ci/ceph:244ee61d76a715c3ac0d60eeb3321aefb91c3511, name=ceph-40d3614d-1084-11f1-b257-d404e6e7d460-mon-a, io.buildah.version=1.41.3, ceph=True, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_SHA1=244ee61d76a715c3ac0d60eeb3321aefb91c3511, org.label-schema.schema-version=1.0, OSD_FLAVOR=default, org.label-schema.vendor=CentOS, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, org.opencontainers.image.documentation=https://docs.ceph.com/, org.label-schema.build-date=20260216, FROM_IMAGE=quay.io/centos/centos:stream9, org.label-schema.license=GPLv2, org.opencontainers.image.authors=Ceph Release Team , CEPH_REF=wip-shweta-testing-2026-02-19-2025) 2026-02-23T06:52:58.816 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:52:58 trial005 podman[34591]: 2026-02-23 06:52:58.659826502 +0000 UTC m=+0.346980448 container remove c7e048c2ab7ecc197d2d1cf8633d3415ef37b7956e398c5037b8859e10f971ef (image=quay.ceph.io/ceph-ci/ceph:244ee61d76a715c3ac0d60eeb3321aefb91c3511, name=ceph-40d3614d-1084-11f1-b257-d404e6e7d460-mon-a, ceph=True, org.label-schema.vendor=CentOS, CEPH_REF=wip-shweta-testing-2026-02-19-2025, CEPH_SHA1=244ee61d76a715c3ac0d60eeb3321aefb91c3511, org.opencontainers.image.authors=Ceph Release Team , OSD_FLAVOR=default, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, org.label-schema.schema-version=1.0, org.opencontainers.image.documentation=https://docs.ceph.com/, org.label-schema.build-date=20260216, io.buildah.version=1.41.3, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 9 Base Image, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, FROM_IMAGE=quay.io/centos/centos:stream9) 2026-02-23T06:52:58.816 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:52:58 trial005 bash[34591]: ceph-40d3614d-1084-11f1-b257-d404e6e7d460-mon-a 2026-02-23T06:52:58.816 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:52:58 trial005 systemd[1]: ceph-40d3614d-1084-11f1-b257-d404e6e7d460@mon.a.service: Deactivated successfully. 2026-02-23T06:52:58.817 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:52:58 trial005 systemd[1]: Stopped Ceph mon.a for 40d3614d-1084-11f1-b257-d404e6e7d460. 2026-02-23T06:52:58.817 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:52:58 trial005 systemd[1]: Starting Ceph mon.a for 40d3614d-1084-11f1-b257-d404e6e7d460... 2026-02-23T06:52:58.858 INFO:teuthology.orchestra.run.trial005.stdout:Setting public_network to 10.20.192.0/20 in global config section 2026-02-23T06:52:59.138 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:52:58 trial005 podman[34733]: 2026-02-23 06:52:58.814489514 +0000 UTC m=+0.016911394 container create ec1132b19e1875327d141c6baba9f6cf7ed01d2e3fcc4f465504e0c5ce2b5e78 (image=quay.ceph.io/ceph-ci/ceph:244ee61d76a715c3ac0d60eeb3321aefb91c3511, name=ceph-40d3614d-1084-11f1-b257-d404e6e7d460-mon-a, org.label-schema.name=CentOS Stream 9 Base Image, org.opencontainers.image.authors=Ceph Release Team , io.buildah.version=1.41.3, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, ceph=True, FROM_IMAGE=quay.io/centos/centos:stream9, org.opencontainers.image.documentation=https://docs.ceph.com/, CEPH_REF=wip-shweta-testing-2026-02-19-2025, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, org.label-schema.vendor=CentOS, org.label-schema.build-date=20260216, CEPH_SHA1=244ee61d76a715c3ac0d60eeb3321aefb91c3511, OSD_FLAVOR=default, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0) 2026-02-23T06:52:59.138 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:52:58 trial005 podman[34733]: 2026-02-23 06:52:58.847838038 +0000 UTC m=+0.050259938 container init ec1132b19e1875327d141c6baba9f6cf7ed01d2e3fcc4f465504e0c5ce2b5e78 (image=quay.ceph.io/ceph-ci/ceph:244ee61d76a715c3ac0d60eeb3321aefb91c3511, name=ceph-40d3614d-1084-11f1-b257-d404e6e7d460-mon-a, org.opencontainers.image.authors=Ceph Release Team , CEPH_REF=wip-shweta-testing-2026-02-19-2025, OSD_FLAVOR=default, FROM_IMAGE=quay.io/centos/centos:stream9, io.buildah.version=1.41.3, org.label-schema.vendor=CentOS, org.label-schema.build-date=20260216, org.label-schema.schema-version=1.0, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, ceph=True, org.label-schema.name=CentOS Stream 9 Base Image, org.opencontainers.image.documentation=https://docs.ceph.com/, CEPH_SHA1=244ee61d76a715c3ac0d60eeb3321aefb91c3511, org.label-schema.license=GPLv2, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/) 2026-02-23T06:52:59.138 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:52:58 trial005 podman[34733]: 2026-02-23 06:52:58.851419154 +0000 UTC m=+0.053841044 container start ec1132b19e1875327d141c6baba9f6cf7ed01d2e3fcc4f465504e0c5ce2b5e78 (image=quay.ceph.io/ceph-ci/ceph:244ee61d76a715c3ac0d60eeb3321aefb91c3511, name=ceph-40d3614d-1084-11f1-b257-d404e6e7d460-mon-a, org.label-schema.build-date=20260216, org.label-schema.schema-version=1.0, org.opencontainers.image.documentation=https://docs.ceph.com/, CEPH_REF=wip-shweta-testing-2026-02-19-2025, 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_SHA1=244ee61d76a715c3ac0d60eeb3321aefb91c3511, FROM_IMAGE=quay.io/centos/centos:stream9, io.buildah.version=1.41.3, org.label-schema.vendor=CentOS, ceph=True, OSD_FLAVOR=default, org.label-schema.name=CentOS Stream 9 Base Image, org.opencontainers.image.authors=Ceph Release Team ) 2026-02-23T06:52:59.138 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:52:58 trial005 bash[34733]: ec1132b19e1875327d141c6baba9f6cf7ed01d2e3fcc4f465504e0c5ce2b5e78 2026-02-23T06:52:59.138 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:52:58 trial005 podman[34733]: 2026-02-23 06:52:58.808380919 +0000 UTC m=+0.010802809 image pull d53f437b9974e91900768e66cdcee7298151761d59e3725242d4220dd9008a26 quay.ceph.io/ceph-ci/ceph:244ee61d76a715c3ac0d60eeb3321aefb91c3511 2026-02-23T06:52:59.138 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:52:58 trial005 systemd[1]: Started Ceph mon.a for 40d3614d-1084-11f1-b257-d404e6e7d460. 2026-02-23T06:52:59.139 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:52:58 trial005 ceph-mon[34782]: set uid:gid to 167:167 (ceph:ceph) 2026-02-23T06:52:59.139 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:52:58 trial005 ceph-mon[34782]: ceph version 20.3.0-5338-g244ee61d (244ee61d76a715c3ac0d60eeb3321aefb91c3511) tentacle (dev - RelWithDebInfo), process ceph-mon, pid 7 2026-02-23T06:52:59.139 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:52:58 trial005 ceph-mon[34782]: pidfile_write: ignore empty --pid-file 2026-02-23T06:52:59.139 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:52:58 trial005 ceph-mon[34782]: load: jerasure load: lrc 2026-02-23T06:52:59.139 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:52:58 trial005 ceph-mon[34782]: rocksdb: RocksDB version: 7.9.2 2026-02-23T06:52:59.139 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:52:58 trial005 ceph-mon[34782]: rocksdb: Git sha 0 2026-02-23T06:52:59.139 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:52:58 trial005 ceph-mon[34782]: rocksdb: Compile date 2026-02-20 21:07:39 2026-02-23T06:52:59.139 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:52:58 trial005 ceph-mon[34782]: rocksdb: DB SUMMARY 2026-02-23T06:52:59.139 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:52:58 trial005 ceph-mon[34782]: rocksdb: DB Session ID: ZTDQ51UHMQY5592EP2B7 2026-02-23T06:52:59.139 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:52:58 trial005 ceph-mon[34782]: rocksdb: CURRENT file: CURRENT 2026-02-23T06:52:59.139 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:52:58 trial005 ceph-mon[34782]: rocksdb: IDENTITY file: IDENTITY 2026-02-23T06:52:59.139 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:52:58 trial005 ceph-mon[34782]: rocksdb: MANIFEST file: MANIFEST-000010 size: 179 Bytes 2026-02-23T06:52:59.140 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:52:58 trial005 ceph-mon[34782]: rocksdb: SST files in /var/lib/ceph/mon/ceph-a/store.db dir, Total Num: 1, files: 000008.sst 2026-02-23T06:52:59.140 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:52:58 trial005 ceph-mon[34782]: rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-a/store.db: 000009.log size: 76947 ; 2026-02-23T06:52:59.140 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:52:58 trial005 ceph-mon[34782]: rocksdb: Options.error_if_exists: 0 2026-02-23T06:52:59.140 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:52:58 trial005 ceph-mon[34782]: rocksdb: Options.create_if_missing: 0 2026-02-23T06:52:59.140 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:52:58 trial005 ceph-mon[34782]: rocksdb: Options.paranoid_checks: 1 2026-02-23T06:52:59.140 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:52:58 trial005 ceph-mon[34782]: rocksdb: Options.flush_verify_memtable_count: 1 2026-02-23T06:52:59.140 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:52:58 trial005 ceph-mon[34782]: rocksdb: Options.track_and_verify_wals_in_manifest: 0 2026-02-23T06:52:59.140 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:52:58 trial005 ceph-mon[34782]: rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2026-02-23T06:52:59.140 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:52:58 trial005 ceph-mon[34782]: rocksdb: Options.env: 0xed5c80 2026-02-23T06:52:59.140 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:52:58 trial005 ceph-mon[34782]: rocksdb: Options.fs: PosixFileSystem 2026-02-23T06:52:59.140 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:52:58 trial005 ceph-mon[34782]: rocksdb: Options.info_log: 0x2200e80 2026-02-23T06:52:59.140 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:52:58 trial005 ceph-mon[34782]: rocksdb: Options.max_file_opening_threads: 16 2026-02-23T06:52:59.141 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:52:58 trial005 ceph-mon[34782]: rocksdb: Options.statistics: (nil) 2026-02-23T06:52:59.141 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:52:58 trial005 ceph-mon[34782]: rocksdb: Options.use_fsync: 0 2026-02-23T06:52:59.141 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:52:58 trial005 ceph-mon[34782]: rocksdb: Options.max_log_file_size: 0 2026-02-23T06:52:59.141 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:52:58 trial005 ceph-mon[34782]: rocksdb: Options.max_manifest_file_size: 1073741824 2026-02-23T06:52:59.141 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:52:58 trial005 ceph-mon[34782]: rocksdb: Options.log_file_time_to_roll: 0 2026-02-23T06:52:59.141 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:52:58 trial005 ceph-mon[34782]: rocksdb: Options.keep_log_file_num: 1000 2026-02-23T06:52:59.141 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:52:58 trial005 ceph-mon[34782]: rocksdb: Options.recycle_log_file_num: 0 2026-02-23T06:52:59.141 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:52:58 trial005 ceph-mon[34782]: rocksdb: Options.allow_fallocate: 1 2026-02-23T06:52:59.141 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:52:58 trial005 ceph-mon[34782]: rocksdb: Options.allow_mmap_reads: 0 2026-02-23T06:52:59.141 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:52:58 trial005 ceph-mon[34782]: rocksdb: Options.allow_mmap_writes: 0 2026-02-23T06:52:59.141 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:52:58 trial005 ceph-mon[34782]: rocksdb: Options.use_direct_reads: 0 2026-02-23T06:52:59.141 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:52:58 trial005 ceph-mon[34782]: rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2026-02-23T06:52:59.141 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:52:58 trial005 ceph-mon[34782]: rocksdb: Options.create_missing_column_families: 0 2026-02-23T06:52:59.142 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:52:58 trial005 ceph-mon[34782]: rocksdb: Options.db_log_dir: 2026-02-23T06:52:59.142 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:52:58 trial005 ceph-mon[34782]: rocksdb: Options.wal_dir: 2026-02-23T06:52:59.142 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:52:58 trial005 ceph-mon[34782]: rocksdb: Options.table_cache_numshardbits: 6 2026-02-23T06:52:59.142 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:52:58 trial005 ceph-mon[34782]: rocksdb: Options.WAL_ttl_seconds: 0 2026-02-23T06:52:59.142 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:52:58 trial005 ceph-mon[34782]: rocksdb: Options.WAL_size_limit_MB: 0 2026-02-23T06:52:59.142 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:52:58 trial005 ceph-mon[34782]: rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2026-02-23T06:52:59.142 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:52:58 trial005 ceph-mon[34782]: rocksdb: Options.manifest_preallocation_size: 4194304 2026-02-23T06:52:59.142 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:52:58 trial005 ceph-mon[34782]: rocksdb: Options.is_fd_close_on_exec: 1 2026-02-23T06:52:59.142 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:52:58 trial005 ceph-mon[34782]: rocksdb: Options.advise_random_on_open: 1 2026-02-23T06:52:59.142 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:52:58 trial005 ceph-mon[34782]: rocksdb: Options.db_write_buffer_size: 0 2026-02-23T06:52:59.142 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:52:58 trial005 ceph-mon[34782]: rocksdb: Options.write_buffer_manager: 0x21fc140 2026-02-23T06:52:59.143 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:52:58 trial005 ceph-mon[34782]: rocksdb: Options.access_hint_on_compaction_start: 1 2026-02-23T06:52:59.143 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:52:58 trial005 ceph-mon[34782]: rocksdb: Options.random_access_max_buffer_size: 1048576 2026-02-23T06:52:59.143 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:52:58 trial005 ceph-mon[34782]: rocksdb: Options.use_adaptive_mutex: 0 2026-02-23T06:52:59.143 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:52:58 trial005 ceph-mon[34782]: rocksdb: Options.rate_limiter: (nil) 2026-02-23T06:52:59.143 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:52:58 trial005 ceph-mon[34782]: rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2026-02-23T06:52:59.143 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:52:58 trial005 ceph-mon[34782]: rocksdb: Options.wal_recovery_mode: 2 2026-02-23T06:52:59.143 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:52:58 trial005 ceph-mon[34782]: rocksdb: Options.enable_thread_tracking: 0 2026-02-23T06:52:59.143 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:52:58 trial005 ceph-mon[34782]: rocksdb: Options.enable_pipelined_write: 0 2026-02-23T06:52:59.143 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:52:58 trial005 ceph-mon[34782]: rocksdb: Options.unordered_write: 0 2026-02-23T06:52:59.143 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:52:58 trial005 ceph-mon[34782]: rocksdb: Options.allow_concurrent_memtable_write: 1 2026-02-23T06:52:59.143 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:52:58 trial005 ceph-mon[34782]: rocksdb: Options.enable_write_thread_adaptive_yield: 1 2026-02-23T06:52:59.143 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:52:58 trial005 ceph-mon[34782]: rocksdb: Options.write_thread_max_yield_usec: 100 2026-02-23T06:52:59.144 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:52:58 trial005 ceph-mon[34782]: rocksdb: Options.write_thread_slow_yield_usec: 3 2026-02-23T06:52:59.144 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:52:58 trial005 ceph-mon[34782]: rocksdb: Options.row_cache: None 2026-02-23T06:52:59.144 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:52:58 trial005 ceph-mon[34782]: rocksdb: Options.wal_filter: None 2026-02-23T06:52:59.144 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:52:58 trial005 ceph-mon[34782]: rocksdb: Options.avoid_flush_during_recovery: 0 2026-02-23T06:52:59.144 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:52:58 trial005 ceph-mon[34782]: rocksdb: Options.allow_ingest_behind: 0 2026-02-23T06:52:59.144 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:52:58 trial005 ceph-mon[34782]: rocksdb: Options.two_write_queues: 0 2026-02-23T06:52:59.144 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:52:58 trial005 ceph-mon[34782]: rocksdb: Options.manual_wal_flush: 0 2026-02-23T06:52:59.144 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:52:58 trial005 ceph-mon[34782]: rocksdb: Options.wal_compression: 0 2026-02-23T06:52:59.144 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:52:58 trial005 ceph-mon[34782]: rocksdb: Options.atomic_flush: 0 2026-02-23T06:52:59.144 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:52:58 trial005 ceph-mon[34782]: rocksdb: Options.avoid_unnecessary_blocking_io: 0 2026-02-23T06:52:59.144 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:52:58 trial005 ceph-mon[34782]: rocksdb: Options.persist_stats_to_disk: 0 2026-02-23T06:52:59.144 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:52:58 trial005 ceph-mon[34782]: rocksdb: Options.write_dbid_to_manifest: 0 2026-02-23T06:52:59.144 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:52:58 trial005 ceph-mon[34782]: rocksdb: Options.log_readahead_size: 0 2026-02-23T06:52:59.145 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:52:58 trial005 ceph-mon[34782]: rocksdb: Options.file_checksum_gen_factory: Unknown 2026-02-23T06:52:59.145 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:52:58 trial005 ceph-mon[34782]: rocksdb: Options.best_efforts_recovery: 0 2026-02-23T06:52:59.145 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:52:58 trial005 ceph-mon[34782]: rocksdb: Options.max_bgerror_resume_count: 2147483647 2026-02-23T06:52:59.145 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:52:58 trial005 ceph-mon[34782]: rocksdb: Options.bgerror_resume_retry_interval: 1000000 2026-02-23T06:52:59.145 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:52:58 trial005 ceph-mon[34782]: rocksdb: Options.allow_data_in_errors: 0 2026-02-23T06:52:59.145 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:52:58 trial005 ceph-mon[34782]: rocksdb: Options.db_host_id: __hostname__ 2026-02-23T06:52:59.145 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:52:58 trial005 ceph-mon[34782]: rocksdb: Options.enforce_single_del_contracts: true 2026-02-23T06:52:59.145 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:52:58 trial005 ceph-mon[34782]: rocksdb: Options.max_background_jobs: 2 2026-02-23T06:52:59.145 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:52:58 trial005 ceph-mon[34782]: rocksdb: Options.max_background_compactions: -1 2026-02-23T06:52:59.145 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:52:58 trial005 ceph-mon[34782]: rocksdb: Options.max_subcompactions: 1 2026-02-23T06:52:59.145 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:52:58 trial005 ceph-mon[34782]: rocksdb: Options.avoid_flush_during_shutdown: 0 2026-02-23T06:52:59.145 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:52:58 trial005 ceph-mon[34782]: rocksdb: Options.writable_file_max_buffer_size: 1048576 2026-02-23T06:52:59.146 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:52:58 trial005 ceph-mon[34782]: rocksdb: Options.delayed_write_rate : 16777216 2026-02-23T06:52:59.146 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:52:58 trial005 ceph-mon[34782]: rocksdb: Options.max_total_wal_size: 0 2026-02-23T06:52:59.146 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:52:58 trial005 ceph-mon[34782]: rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2026-02-23T06:52:59.146 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:52:58 trial005 ceph-mon[34782]: rocksdb: Options.stats_dump_period_sec: 600 2026-02-23T06:52:59.146 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:52:58 trial005 ceph-mon[34782]: rocksdb: Options.stats_persist_period_sec: 600 2026-02-23T06:52:59.146 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:52:58 trial005 ceph-mon[34782]: rocksdb: Options.stats_history_buffer_size: 1048576 2026-02-23T06:52:59.146 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:52:58 trial005 ceph-mon[34782]: rocksdb: Options.max_open_files: -1 2026-02-23T06:52:59.146 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:52:58 trial005 ceph-mon[34782]: rocksdb: Options.bytes_per_sync: 0 2026-02-23T06:52:59.146 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:52:58 trial005 ceph-mon[34782]: rocksdb: Options.wal_bytes_per_sync: 0 2026-02-23T06:52:59.146 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:52:58 trial005 ceph-mon[34782]: rocksdb: Options.strict_bytes_per_sync: 0 2026-02-23T06:52:59.146 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:52:58 trial005 ceph-mon[34782]: rocksdb: Options.compaction_readahead_size: 0 2026-02-23T06:52:59.146 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:52:58 trial005 ceph-mon[34782]: rocksdb: Options.max_background_flushes: -1 2026-02-23T06:52:59.147 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:52:58 trial005 ceph-mon[34782]: rocksdb: Compression algorithms supported: 2026-02-23T06:52:59.147 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:52:58 trial005 ceph-mon[34782]: rocksdb: kZSTD supported: 0 2026-02-23T06:52:59.147 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:52:58 trial005 ceph-mon[34782]: rocksdb: kXpressCompression supported: 0 2026-02-23T06:52:59.147 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:52:58 trial005 ceph-mon[34782]: rocksdb: kBZip2Compression supported: 0 2026-02-23T06:52:59.147 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:52:58 trial005 ceph-mon[34782]: rocksdb: kZSTDNotFinalCompression supported: 0 2026-02-23T06:52:59.147 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:52:58 trial005 ceph-mon[34782]: rocksdb: kLZ4Compression supported: 1 2026-02-23T06:52:59.147 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:52:58 trial005 ceph-mon[34782]: rocksdb: kZlibCompression supported: 1 2026-02-23T06:52:59.147 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:52:58 trial005 ceph-mon[34782]: rocksdb: kLZ4HCCompression supported: 1 2026-02-23T06:52:59.147 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:52:58 trial005 ceph-mon[34782]: rocksdb: kSnappyCompression supported: 1 2026-02-23T06:52:59.147 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:52:58 trial005 ceph-mon[34782]: rocksdb: Fast CRC32 supported: Supported on x86 2026-02-23T06:52:59.147 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:52:58 trial005 ceph-mon[34782]: rocksdb: DMutex implementation: pthread_mutex_t 2026-02-23T06:52:59.147 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:52:58 trial005 ceph-mon[34782]: rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000010 2026-02-23T06:52:59.147 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:52:58 trial005 ceph-mon[34782]: rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2026-02-23T06:52:59.148 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:52:58 trial005 ceph-mon[34782]: rocksdb: Options.comparator: leveldb.BytewiseComparator 2026-02-23T06:52:59.148 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:52:58 trial005 ceph-mon[34782]: rocksdb: Options.merge_operator: 2026-02-23T06:52:59.148 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:52:58 trial005 ceph-mon[34782]: rocksdb: Options.compaction_filter: None 2026-02-23T06:52:59.148 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:52:58 trial005 ceph-mon[34782]: rocksdb: Options.compaction_filter_factory: None 2026-02-23T06:52:59.148 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:52:58 trial005 ceph-mon[34782]: rocksdb: Options.sst_partitioner_factory: None 2026-02-23T06:52:59.148 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:52:58 trial005 ceph-mon[34782]: rocksdb: Options.memtable_factory: SkipListFactory 2026-02-23T06:52:59.148 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:52:58 trial005 ceph-mon[34782]: rocksdb: Options.table_factory: BlockBasedTable 2026-02-23T06:52:59.148 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:52:58 trial005 ceph-mon[34782]: rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x22015c0) 2026-02-23T06:52:59.148 INFO:journalctl@ceph.mon.a.trial005.stdout: cache_index_and_filter_blocks: 1 2026-02-23T06:52:59.148 INFO:journalctl@ceph.mon.a.trial005.stdout: cache_index_and_filter_blocks_with_high_priority: 0 2026-02-23T06:52:59.148 INFO:journalctl@ceph.mon.a.trial005.stdout: pin_l0_filter_and_index_blocks_in_cache: 0 2026-02-23T06:52:59.148 INFO:journalctl@ceph.mon.a.trial005.stdout: pin_top_level_index_and_filter: 1 2026-02-23T06:52:59.149 INFO:journalctl@ceph.mon.a.trial005.stdout: index_type: 0 2026-02-23T06:52:59.149 INFO:journalctl@ceph.mon.a.trial005.stdout: data_block_index_type: 0 2026-02-23T06:52:59.149 INFO:journalctl@ceph.mon.a.trial005.stdout: index_shortening: 1 2026-02-23T06:52:59.149 INFO:journalctl@ceph.mon.a.trial005.stdout: data_block_hash_table_util_ratio: 0.750000 2026-02-23T06:52:59.149 INFO:journalctl@ceph.mon.a.trial005.stdout: checksum: 4 2026-02-23T06:52:59.149 INFO:journalctl@ceph.mon.a.trial005.stdout: no_block_cache: 0 2026-02-23T06:52:59.149 INFO:journalctl@ceph.mon.a.trial005.stdout: block_cache: 0x21cfa50 2026-02-23T06:52:59.149 INFO:journalctl@ceph.mon.a.trial005.stdout: block_cache_name: BinnedLRUCache 2026-02-23T06:52:59.149 INFO:journalctl@ceph.mon.a.trial005.stdout: block_cache_options: 2026-02-23T06:52:59.149 INFO:journalctl@ceph.mon.a.trial005.stdout: capacity : 536870912 2026-02-23T06:52:59.149 INFO:journalctl@ceph.mon.a.trial005.stdout: num_shard_bits : 4 2026-02-23T06:52:59.149 INFO:journalctl@ceph.mon.a.trial005.stdout: strict_capacity_limit : 0 2026-02-23T06:52:59.150 INFO:journalctl@ceph.mon.a.trial005.stdout: high_pri_pool_ratio: 0.000 2026-02-23T06:52:59.150 INFO:journalctl@ceph.mon.a.trial005.stdout: block_cache_compressed: (nil) 2026-02-23T06:52:59.150 INFO:journalctl@ceph.mon.a.trial005.stdout: persistent_cache: (nil) 2026-02-23T06:52:59.150 INFO:journalctl@ceph.mon.a.trial005.stdout: block_size: 4096 2026-02-23T06:52:59.150 INFO:journalctl@ceph.mon.a.trial005.stdout: block_size_deviation: 10 2026-02-23T06:52:59.150 INFO:journalctl@ceph.mon.a.trial005.stdout: block_restart_interval: 16 2026-02-23T06:52:59.150 INFO:journalctl@ceph.mon.a.trial005.stdout: index_block_restart_interval: 1 2026-02-23T06:52:59.150 INFO:journalctl@ceph.mon.a.trial005.stdout: metadata_block_size: 4096 2026-02-23T06:52:59.150 INFO:journalctl@ceph.mon.a.trial005.stdout: partition_filters: 0 2026-02-23T06:52:59.150 INFO:journalctl@ceph.mon.a.trial005.stdout: use_delta_encoding: 1 2026-02-23T06:52:59.150 INFO:journalctl@ceph.mon.a.trial005.stdout: filter_policy: bloomfilter 2026-02-23T06:52:59.150 INFO:journalctl@ceph.mon.a.trial005.stdout: whole_key_filtering: 1 2026-02-23T06:52:59.150 INFO:journalctl@ceph.mon.a.trial005.stdout: verify_compression: 0 2026-02-23T06:52:59.151 INFO:journalctl@ceph.mon.a.trial005.stdout: read_amp_bytes_per_bit: 0 2026-02-23T06:52:59.151 INFO:journalctl@ceph.mon.a.trial005.stdout: format_version: 5 2026-02-23T06:52:59.151 INFO:journalctl@ceph.mon.a.trial005.stdout: enable_index_compression: 1 2026-02-23T06:52:59.151 INFO:journalctl@ceph.mon.a.trial005.stdout: block_align: 0 2026-02-23T06:52:59.151 INFO:journalctl@ceph.mon.a.trial005.stdout: max_auto_readahead_size: 262144 2026-02-23T06:52:59.151 INFO:journalctl@ceph.mon.a.trial005.stdout: prepopulate_block_cache: 0 2026-02-23T06:52:59.151 INFO:journalctl@ceph.mon.a.trial005.stdout: initial_auto_readahead_size: 8192 2026-02-23T06:52:59.151 INFO:journalctl@ceph.mon.a.trial005.stdout: num_file_reads_for_auto_readahead: 2 2026-02-23T06:52:59.151 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:52:58 trial005 ceph-mon[34782]: rocksdb: Options.write_buffer_size: 33554432 2026-02-23T06:52:59.151 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:52:58 trial005 ceph-mon[34782]: rocksdb: Options.max_write_buffer_number: 2 2026-02-23T06:52:59.151 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:52:58 trial005 ceph-mon[34782]: rocksdb: Options.compression: NoCompression 2026-02-23T06:52:59.151 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:52:58 trial005 ceph-mon[34782]: rocksdb: Options.bottommost_compression: Disabled 2026-02-23T06:52:59.152 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:52:58 trial005 ceph-mon[34782]: rocksdb: Options.prefix_extractor: nullptr 2026-02-23T06:52:59.152 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:52:58 trial005 ceph-mon[34782]: rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2026-02-23T06:52:59.152 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:52:58 trial005 ceph-mon[34782]: rocksdb: Options.num_levels: 7 2026-02-23T06:52:59.152 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:52:58 trial005 ceph-mon[34782]: rocksdb: Options.min_write_buffer_number_to_merge: 1 2026-02-23T06:52:59.152 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:52:58 trial005 ceph-mon[34782]: rocksdb: Options.max_write_buffer_number_to_maintain: 0 2026-02-23T06:52:59.152 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:52:58 trial005 ceph-mon[34782]: rocksdb: Options.max_write_buffer_size_to_maintain: 0 2026-02-23T06:52:59.152 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:52:58 trial005 ceph-mon[34782]: rocksdb: Options.bottommost_compression_opts.window_bits: -14 2026-02-23T06:52:59.152 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:52:58 trial005 ceph-mon[34782]: rocksdb: Options.bottommost_compression_opts.level: 32767 2026-02-23T06:52:59.152 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:52:58 trial005 ceph-mon[34782]: rocksdb: Options.bottommost_compression_opts.strategy: 0 2026-02-23T06:52:59.152 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:52:58 trial005 ceph-mon[34782]: rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2026-02-23T06:52:59.152 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:52:58 trial005 ceph-mon[34782]: rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2026-02-23T06:52:59.152 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:52:58 trial005 ceph-mon[34782]: rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2026-02-23T06:52:59.153 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:52:58 trial005 ceph-mon[34782]: rocksdb: Options.bottommost_compression_opts.enabled: false 2026-02-23T06:52:59.153 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:52:58 trial005 ceph-mon[34782]: rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2026-02-23T06:52:59.153 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:52:58 trial005 ceph-mon[34782]: rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2026-02-23T06:52:59.153 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:52:58 trial005 ceph-mon[34782]: rocksdb: Options.compression_opts.window_bits: -14 2026-02-23T06:52:59.153 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:52:58 trial005 ceph-mon[34782]: rocksdb: Options.compression_opts.level: 32767 2026-02-23T06:52:59.153 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:52:58 trial005 ceph-mon[34782]: rocksdb: Options.compression_opts.strategy: 0 2026-02-23T06:52:59.153 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:52:58 trial005 ceph-mon[34782]: rocksdb: Options.compression_opts.max_dict_bytes: 0 2026-02-23T06:52:59.153 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:52:58 trial005 ceph-mon[34782]: rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2026-02-23T06:52:59.153 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:52:58 trial005 ceph-mon[34782]: rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2026-02-23T06:52:59.153 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:52:58 trial005 ceph-mon[34782]: rocksdb: Options.compression_opts.parallel_threads: 1 2026-02-23T06:52:59.153 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:52:58 trial005 ceph-mon[34782]: rocksdb: Options.compression_opts.enabled: false 2026-02-23T06:52:59.153 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:52:58 trial005 ceph-mon[34782]: rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2026-02-23T06:52:59.153 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:52:58 trial005 ceph-mon[34782]: rocksdb: Options.level0_file_num_compaction_trigger: 4 2026-02-23T06:52:59.154 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:52:58 trial005 ceph-mon[34782]: rocksdb: Options.level0_slowdown_writes_trigger: 20 2026-02-23T06:52:59.154 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:52:58 trial005 ceph-mon[34782]: rocksdb: Options.level0_stop_writes_trigger: 36 2026-02-23T06:52:59.154 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:52:58 trial005 ceph-mon[34782]: rocksdb: Options.target_file_size_base: 67108864 2026-02-23T06:52:59.154 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:52:58 trial005 ceph-mon[34782]: rocksdb: Options.target_file_size_multiplier: 1 2026-02-23T06:52:59.154 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:52:58 trial005 ceph-mon[34782]: rocksdb: Options.max_bytes_for_level_base: 268435456 2026-02-23T06:52:59.154 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:52:58 trial005 ceph-mon[34782]: rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2026-02-23T06:52:59.154 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:52:58 trial005 ceph-mon[34782]: rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2026-02-23T06:52:59.154 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:52:58 trial005 ceph-mon[34782]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2026-02-23T06:52:59.154 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:52:58 trial005 ceph-mon[34782]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2026-02-23T06:52:59.154 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:52:58 trial005 ceph-mon[34782]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2026-02-23T06:52:59.154 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:52:58 trial005 ceph-mon[34782]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2026-02-23T06:52:59.154 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:52:58 trial005 ceph-mon[34782]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2026-02-23T06:52:59.154 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:52:58 trial005 ceph-mon[34782]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2026-02-23T06:52:59.155 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:52:58 trial005 ceph-mon[34782]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2026-02-23T06:52:59.155 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:52:58 trial005 ceph-mon[34782]: rocksdb: Options.max_sequential_skip_in_iterations: 8 2026-02-23T06:52:59.155 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:52:58 trial005 ceph-mon[34782]: rocksdb: Options.max_compaction_bytes: 1677721600 2026-02-23T06:52:59.155 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:52:58 trial005 ceph-mon[34782]: rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2026-02-23T06:52:59.155 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:52:58 trial005 ceph-mon[34782]: rocksdb: Options.arena_block_size: 1048576 2026-02-23T06:52:59.155 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:52:58 trial005 ceph-mon[34782]: rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2026-02-23T06:52:59.155 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:52:58 trial005 ceph-mon[34782]: rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2026-02-23T06:52:59.155 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:52:58 trial005 ceph-mon[34782]: rocksdb: Options.disable_auto_compactions: 0 2026-02-23T06:52:59.155 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:52:58 trial005 ceph-mon[34782]: rocksdb: Options.compaction_style: kCompactionStyleLevel 2026-02-23T06:52:59.155 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:52:58 trial005 ceph-mon[34782]: rocksdb: Options.compaction_pri: kMinOverlappingRatio 2026-02-23T06:52:59.155 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:52:58 trial005 ceph-mon[34782]: rocksdb: Options.compaction_options_universal.size_ratio: 1 2026-02-23T06:52:59.155 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:52:58 trial005 ceph-mon[34782]: rocksdb: Options.compaction_options_universal.min_merge_width: 2 2026-02-23T06:52:59.156 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:52:58 trial005 ceph-mon[34782]: rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2026-02-23T06:52:59.156 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:52:58 trial005 ceph-mon[34782]: rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2026-02-23T06:52:59.156 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:52:58 trial005 ceph-mon[34782]: rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2026-02-23T06:52:59.156 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:52:58 trial005 ceph-mon[34782]: rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2026-02-23T06:52:59.156 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:52:58 trial005 ceph-mon[34782]: rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2026-02-23T06:52:59.156 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:52:58 trial005 ceph-mon[34782]: rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2026-02-23T06:52:59.156 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:52:58 trial005 ceph-mon[34782]: rocksdb: Options.table_properties_collectors: CompactOnDeletionCollector (Sliding window size = 32768 Deletion trigger = 16384 Deletion ratio = 0); 2026-02-23T06:52:59.156 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:52:58 trial005 ceph-mon[34782]: rocksdb: Options.inplace_update_support: 0 2026-02-23T06:52:59.156 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:52:58 trial005 ceph-mon[34782]: rocksdb: Options.inplace_update_num_locks: 10000 2026-02-23T06:52:59.156 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:52:58 trial005 ceph-mon[34782]: rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2026-02-23T06:52:59.156 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:52:58 trial005 ceph-mon[34782]: rocksdb: Options.memtable_whole_key_filtering: 0 2026-02-23T06:52:59.156 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:52:58 trial005 ceph-mon[34782]: rocksdb: Options.memtable_huge_page_size: 0 2026-02-23T06:52:59.157 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:52:58 trial005 ceph-mon[34782]: rocksdb: Options.bloom_locality: 0 2026-02-23T06:52:59.157 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:52:58 trial005 ceph-mon[34782]: rocksdb: Options.max_successive_merges: 0 2026-02-23T06:52:59.157 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:52:58 trial005 ceph-mon[34782]: rocksdb: Options.optimize_filters_for_hits: 0 2026-02-23T06:52:59.157 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:52:58 trial005 ceph-mon[34782]: rocksdb: Options.paranoid_file_checks: 0 2026-02-23T06:52:59.157 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:52:58 trial005 ceph-mon[34782]: rocksdb: Options.force_consistency_checks: 1 2026-02-23T06:52:59.157 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:52:58 trial005 ceph-mon[34782]: rocksdb: Options.report_bg_io_stats: 0 2026-02-23T06:52:59.157 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:52:58 trial005 ceph-mon[34782]: rocksdb: Options.ttl: 2592000 2026-02-23T06:52:59.157 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:52:58 trial005 ceph-mon[34782]: rocksdb: Options.periodic_compaction_seconds: 0 2026-02-23T06:52:59.157 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:52:58 trial005 ceph-mon[34782]: rocksdb: Options.preclude_last_level_data_seconds: 0 2026-02-23T06:52:59.157 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:52:58 trial005 ceph-mon[34782]: rocksdb: Options.preserve_internal_time_seconds: 0 2026-02-23T06:52:59.157 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:52:58 trial005 ceph-mon[34782]: rocksdb: Options.enable_blob_files: false 2026-02-23T06:52:59.157 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:52:58 trial005 ceph-mon[34782]: rocksdb: Options.min_blob_size: 0 2026-02-23T06:52:59.157 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:52:58 trial005 ceph-mon[34782]: rocksdb: Options.blob_file_size: 268435456 2026-02-23T06:52:59.158 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:52:58 trial005 ceph-mon[34782]: rocksdb: Options.blob_compression_type: NoCompression 2026-02-23T06:52:59.158 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:52:58 trial005 ceph-mon[34782]: rocksdb: Options.enable_blob_garbage_collection: false 2026-02-23T06:52:59.158 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:52:58 trial005 ceph-mon[34782]: rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2026-02-23T06:52:59.158 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:52:58 trial005 ceph-mon[34782]: rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2026-02-23T06:52:59.158 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:52:58 trial005 ceph-mon[34782]: rocksdb: Options.blob_compaction_readahead_size: 0 2026-02-23T06:52:59.158 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:52:58 trial005 ceph-mon[34782]: rocksdb: Options.blob_file_starting_level: 0 2026-02-23T06:52:59.158 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:52:58 trial005 ceph-mon[34782]: rocksdb: Options.experimental_mempurge_threshold: 0.000000 2026-02-23T06:52:59.158 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:52:58 trial005 ceph-mon[34782]: 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-23T06:52:59.158 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:52:58 trial005 ceph-mon[34782]: rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 5 2026-02-23T06:52:59.158 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:52:58 trial005 ceph-mon[34782]: rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: bf2d712b-fd2a-4159-92b7-b86bd32ea4a6 2026-02-23T06:52:59.158 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:52:58 trial005 ceph-mon[34782]: rocksdb: EVENT_LOG_v1 {"time_micros": 1771829578867150, "job": 1, "event": "recovery_started", "wal_files": [9]} 2026-02-23T06:52:59.158 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:52:58 trial005 ceph-mon[34782]: rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #9 mode 2 2026-02-23T06:52:59.159 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:52:58 trial005 ceph-mon[34782]: rocksdb: EVENT_LOG_v1 {"time_micros": 1771829578867870, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 13, "file_size": 73921, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 8, "largest_seqno": 231, "table_properties": {"data_size": 72196, "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": 66637, "raw_average_value_size": 329, "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": 1771829578, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "bf2d712b-fd2a-4159-92b7-b86bd32ea4a6", "db_session_id": "ZTDQ51UHMQY5592EP2B7", "orig_file_number": 13, "seqno_to_time_mapping": "N/A"}} 2026-02-23T06:52:59.159 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:52:58 trial005 ceph-mon[34782]: rocksdb: EVENT_LOG_v1 {"time_micros": 1771829578867919, "job": 1, "event": "recovery_finished"} 2026-02-23T06:52:59.159 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:52:58 trial005 ceph-mon[34782]: rocksdb: [db/version_set.cc:5047] Creating manifest 15 2026-02-23T06:52:59.159 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:52:58 trial005 ceph-mon[34782]: 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-23T06:52:59.159 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:52:58 trial005 ceph-mon[34782]: rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x221ce00 2026-02-23T06:52:59.159 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:52:58 trial005 ceph-mon[34782]: rocksdb: DB pointer 0x300e000 2026-02-23T06:52:59.159 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:52:58 trial005 ceph-mon[34782]: rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2026-02-23T06:52:59.159 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:52:58 trial005 ceph-mon[34782]: rocksdb: [db/db_impl/db_impl.cc:1111] 2026-02-23T06:52:59.159 INFO:journalctl@ceph.mon.a.trial005.stdout: ** DB Stats ** 2026-02-23T06:52:59.159 INFO:journalctl@ceph.mon.a.trial005.stdout: Uptime(secs): 0.0 total, 0.0 interval 2026-02-23T06:52:59.159 INFO:journalctl@ceph.mon.a.trial005.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-23T06:52:59.160 INFO:journalctl@ceph.mon.a.trial005.stdout: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2026-02-23T06:52:59.160 INFO:journalctl@ceph.mon.a.trial005.stdout: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2026-02-23T06:52:59.160 INFO:journalctl@ceph.mon.a.trial005.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-23T06:52:59.160 INFO:journalctl@ceph.mon.a.trial005.stdout: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2026-02-23T06:52:59.160 INFO:journalctl@ceph.mon.a.trial005.stdout: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2026-02-23T06:52:59.160 INFO:journalctl@ceph.mon.a.trial005.stdout: 2026-02-23T06:52:59.160 INFO:journalctl@ceph.mon.a.trial005.stdout: ** Compaction Stats [default] ** 2026-02-23T06:52:59.160 INFO:journalctl@ceph.mon.a.trial005.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-23T06:52:59.160 INFO:journalctl@ceph.mon.a.trial005.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2026-02-23T06:52:59.160 INFO:journalctl@ceph.mon.a.trial005.stdout: L0 2/0 74.06 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 138.2 0.00 0.00 1 0.001 0 0 0.0 0.0 2026-02-23T06:52:59.161 INFO:journalctl@ceph.mon.a.trial005.stdout: Sum 2/0 74.06 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 138.2 0.00 0.00 1 0.001 0 0 0.0 0.0 2026-02-23T06:52:59.161 INFO:journalctl@ceph.mon.a.trial005.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 138.2 0.00 0.00 1 0.001 0 0 0.0 0.0 2026-02-23T06:52:59.161 INFO:journalctl@ceph.mon.a.trial005.stdout: 2026-02-23T06:52:59.161 INFO:journalctl@ceph.mon.a.trial005.stdout: ** Compaction Stats [default] ** 2026-02-23T06:52:59.161 INFO:journalctl@ceph.mon.a.trial005.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-23T06:52:59.161 INFO:journalctl@ceph.mon.a.trial005.stdout: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2026-02-23T06:52:59.161 INFO:journalctl@ceph.mon.a.trial005.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 138.2 0.00 0.00 1 0.001 0 0 0.0 0.0 2026-02-23T06:52:59.162 INFO:journalctl@ceph.mon.a.trial005.stdout: 2026-02-23T06:52:59.162 INFO:journalctl@ceph.mon.a.trial005.stdout: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2026-02-23T06:52:59.162 INFO:journalctl@ceph.mon.a.trial005.stdout: 2026-02-23T06:52:59.162 INFO:journalctl@ceph.mon.a.trial005.stdout: Uptime(secs): 0.0 total, 0.0 interval 2026-02-23T06:52:59.162 INFO:journalctl@ceph.mon.a.trial005.stdout: Flush(GB): cumulative 0.000, interval 0.000 2026-02-23T06:52:59.162 INFO:journalctl@ceph.mon.a.trial005.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2026-02-23T06:52:59.163 INFO:journalctl@ceph.mon.a.trial005.stdout: AddFile(Total Files): cumulative 0, interval 0 2026-02-23T06:52:59.163 INFO:journalctl@ceph.mon.a.trial005.stdout: AddFile(L0 Files): cumulative 0, interval 0 2026-02-23T06:52:59.163 INFO:journalctl@ceph.mon.a.trial005.stdout: AddFile(Keys): cumulative 0, interval 0 2026-02-23T06:52:59.163 INFO:journalctl@ceph.mon.a.trial005.stdout: Cumulative compaction: 0.00 GB write, 27.63 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2026-02-23T06:52:59.163 INFO:journalctl@ceph.mon.a.trial005.stdout: Interval compaction: 0.00 GB write, 27.63 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2026-02-23T06:52:59.163 INFO:journalctl@ceph.mon.a.trial005.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-23T06:52:59.163 INFO:journalctl@ceph.mon.a.trial005.stdout: Block cache BinnedLRUCache@0x21cfa50#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-23T06:52:59.164 INFO:journalctl@ceph.mon.a.trial005.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-23T06:52:59.164 INFO:journalctl@ceph.mon.a.trial005.stdout: 2026-02-23T06:52:59.164 INFO:journalctl@ceph.mon.a.trial005.stdout: ** File Read Latency Histogram By Level [default] ** 2026-02-23T06:52:59.164 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:52:58 trial005 ceph-mon[34782]: starting mon.a rank 0 at public addrs [v2:10.20.193.5:3300/0,v1:10.20.193.5:6789/0] at bind addrs [v2:10.20.193.5:3300/0,v1:10.20.193.5:6789/0] mon_data /var/lib/ceph/mon/ceph-a fsid 40d3614d-1084-11f1-b257-d404e6e7d460 2026-02-23T06:52:59.164 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:52:58 trial005 ceph-mon[34782]: mon.a@-1(???) e1 preinit fsid 40d3614d-1084-11f1-b257-d404e6e7d460 2026-02-23T06:52:59.164 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:52:58 trial005 ceph-mon[34782]: mon.a@-1(???).mds e1 new map 2026-02-23T06:52:59.164 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:52:58 trial005 ceph-mon[34782]: mon.a@-1(???).mds e1 print_map 2026-02-23T06:52:59.164 INFO:journalctl@ceph.mon.a.trial005.stdout: e1 2026-02-23T06:52:59.164 INFO:journalctl@ceph.mon.a.trial005.stdout: btime 2026-02-23T06:52:57:420709+0000 2026-02-23T06:52:59.164 INFO:journalctl@ceph.mon.a.trial005.stdout: enable_multiple, ever_enabled_multiple: 1,1 2026-02-23T06:52:59.164 INFO:journalctl@ceph.mon.a.trial005.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-23T06:52:59.165 INFO:journalctl@ceph.mon.a.trial005.stdout: legacy client fscid: -1 2026-02-23T06:52:59.165 INFO:journalctl@ceph.mon.a.trial005.stdout: 2026-02-23T06:52:59.165 INFO:journalctl@ceph.mon.a.trial005.stdout: No filesystems configured 2026-02-23T06:52:59.165 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:52:58 trial005 ceph-mon[34782]: mon.a@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2026-02-23T06:52:59.165 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:52:58 trial005 ceph-mon[34782]: mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2026-02-23T06:52:59.165 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:52:58 trial005 ceph-mon[34782]: mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2026-02-23T06:52:59.165 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:52:58 trial005 ceph-mon[34782]: mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2026-02-23T06:52:59.165 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:52:58 trial005 ceph-mon[34782]: mon.a@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2026-02-23T06:52:59.165 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:52:58 trial005 ceph-mon[34782]: mon.a is new leader, mons a in quorum (ranks 0) 2026-02-23T06:52:59.165 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:52:58 trial005 ceph-mon[34782]: monmap epoch 1 2026-02-23T06:52:59.165 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:52:58 trial005 ceph-mon[34782]: fsid 40d3614d-1084-11f1-b257-d404e6e7d460 2026-02-23T06:52:59.165 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:52:58 trial005 ceph-mon[34782]: last_changed 2026-02-23T06:52:56.243012+0000 2026-02-23T06:52:59.165 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:52:58 trial005 ceph-mon[34782]: created 2026-02-23T06:52:56.243012+0000 2026-02-23T06:52:59.166 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:52:58 trial005 ceph-mon[34782]: min_mon_release 20 (tentacle) 2026-02-23T06:52:59.166 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:52:58 trial005 ceph-mon[34782]: election_strategy: 1 2026-02-23T06:52:59.166 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:52:58 trial005 ceph-mon[34782]: 0: [v2:10.20.193.5:3300/0,v1:10.20.193.5:6789/0] mon.a 2026-02-23T06:52:59.166 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:52:58 trial005 ceph-mon[34782]: fsmap 2026-02-23T06:52:59.166 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:52:58 trial005 ceph-mon[34782]: osdmap e1: 0 total, 0 up, 0 in 2026-02-23T06:52:59.166 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:52:58 trial005 ceph-mon[34782]: mgrmap e1: no daemons active 2026-02-23T06:52:59.167 INFO:teuthology.orchestra.run.trial005.stdout:Wrote config to /etc/ceph/ceph.conf 2026-02-23T06:52:59.167 INFO:teuthology.orchestra.run.trial005.stdout:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2026-02-23T06:52:59.167 INFO:teuthology.orchestra.run.trial005.stdout:Creating mgr... 2026-02-23T06:52:59.167 INFO:teuthology.orchestra.run.trial005.stdout:Verifying port 0.0.0.0:9283 ... 2026-02-23T06:52:59.167 INFO:teuthology.orchestra.run.trial005.stdout:Verifying port 0.0.0.0:8765 ... 2026-02-23T06:52:59.267 INFO:teuthology.orchestra.run.trial005.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-40d3614d-1084-11f1-b257-d404e6e7d460@mgr.x 2026-02-23T06:52:59.267 INFO:teuthology.orchestra.run.trial005.stdout:systemctl: stderr Failed to reset failed state of unit ceph-40d3614d-1084-11f1-b257-d404e6e7d460@mgr.x.service: Unit ceph-40d3614d-1084-11f1-b257-d404e6e7d460@mgr.x.service not loaded. 2026-02-23T06:52:59.369 INFO:teuthology.orchestra.run.trial005.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-40d3614d-1084-11f1-b257-d404e6e7d460.target.wants/ceph-40d3614d-1084-11f1-b257-d404e6e7d460@mgr.x.service → /etc/systemd/system/ceph-40d3614d-1084-11f1-b257-d404e6e7d460@.service. 2026-02-23T06:52:59.405 INFO:journalctl@ceph.mgr.x.trial005.stdout:Feb 23 06:52:59 trial005 systemd[1]: Starting Ceph mgr.x for 40d3614d-1084-11f1-b257-d404e6e7d460... 2026-02-23T06:52:59.525 INFO:teuthology.orchestra.run.trial005.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2026-02-23T06:52:59.525 INFO:teuthology.orchestra.run.trial005.stdout:systemctl: stdout disabled 2026-02-23T06:52:59.531 INFO:teuthology.orchestra.run.trial005.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2026-02-23T06:52:59.531 INFO:teuthology.orchestra.run.trial005.stdout:systemctl: stdout inactive 2026-02-23T06:52:59.531 INFO:teuthology.orchestra.run.trial005.stdout:firewalld.service is not enabled 2026-02-23T06:52:59.531 INFO:teuthology.orchestra.run.trial005.stdout:Not possible to enable service . firewalld.service is not available 2026-02-23T06:52:59.538 INFO:teuthology.orchestra.run.trial005.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2026-02-23T06:52:59.538 INFO:teuthology.orchestra.run.trial005.stdout:systemctl: stdout disabled 2026-02-23T06:52:59.544 INFO:teuthology.orchestra.run.trial005.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2026-02-23T06:52:59.545 INFO:teuthology.orchestra.run.trial005.stdout:systemctl: stdout inactive 2026-02-23T06:52:59.545 INFO:teuthology.orchestra.run.trial005.stdout:firewalld.service is not enabled 2026-02-23T06:52:59.545 INFO:teuthology.orchestra.run.trial005.stdout:Not possible to open ports <[9283, 8765]>. firewalld.service is not available 2026-02-23T06:52:59.545 INFO:teuthology.orchestra.run.trial005.stdout:Waiting for mgr to start... 2026-02-23T06:52:59.545 INFO:teuthology.orchestra.run.trial005.stdout:Waiting for mgr... 2026-02-23T06:52:59.823 INFO:journalctl@ceph.mgr.x.trial005.stdout:Feb 23 06:52:59 trial005 podman[35062]: 2026-02-23 06:52:59.463509173 +0000 UTC m=+0.015628394 container create aadc827deee2af47e290382bf01b44c3a743dff2f96465974a65a7475a05d99a (image=quay.ceph.io/ceph-ci/ceph:244ee61d76a715c3ac0d60eeb3321aefb91c3511, name=ceph-40d3614d-1084-11f1-b257-d404e6e7d460-mgr-x, org.opencontainers.image.documentation=https://docs.ceph.com/, CEPH_REF=wip-shweta-testing-2026-02-19-2025, OSD_FLAVOR=default, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.schema-version=1.0, org.opencontainers.image.authors=Ceph Release Team , CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, io.buildah.version=1.41.3, CEPH_SHA1=244ee61d76a715c3ac0d60eeb3321aefb91c3511, org.label-schema.vendor=CentOS, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, ceph=True, FROM_IMAGE=quay.io/centos/centos:stream9, org.label-schema.license=GPLv2, org.label-schema.build-date=20260216) 2026-02-23T06:52:59.823 INFO:journalctl@ceph.mgr.x.trial005.stdout:Feb 23 06:52:59 trial005 podman[35062]: 2026-02-23 06:52:59.506045806 +0000 UTC m=+0.058165037 container init aadc827deee2af47e290382bf01b44c3a743dff2f96465974a65a7475a05d99a (image=quay.ceph.io/ceph-ci/ceph:244ee61d76a715c3ac0d60eeb3321aefb91c3511, name=ceph-40d3614d-1084-11f1-b257-d404e6e7d460-mgr-x, FROM_IMAGE=quay.io/centos/centos:stream9, io.buildah.version=1.41.3, org.opencontainers.image.authors=Ceph Release Team , org.opencontainers.image.documentation=https://docs.ceph.com/, ceph=True, 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.label-schema.build-date=20260216, CEPH_SHA1=244ee61d76a715c3ac0d60eeb3321aefb91c3511, org.label-schema.vendor=CentOS, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2, CEPH_REF=wip-shweta-testing-2026-02-19-2025) 2026-02-23T06:52:59.823 INFO:journalctl@ceph.mgr.x.trial005.stdout:Feb 23 06:52:59 trial005 podman[35062]: 2026-02-23 06:52:59.509701139 +0000 UTC m=+0.061820360 container start aadc827deee2af47e290382bf01b44c3a743dff2f96465974a65a7475a05d99a (image=quay.ceph.io/ceph-ci/ceph:244ee61d76a715c3ac0d60eeb3321aefb91c3511, name=ceph-40d3614d-1084-11f1-b257-d404e6e7d460-mgr-x, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, ceph=True, org.label-schema.schema-version=1.0, FROM_IMAGE=quay.io/centos/centos:stream9, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, org.label-schema.build-date=20260216, io.buildah.version=1.41.3, OSD_FLAVOR=default, org.opencontainers.image.documentation=https://docs.ceph.com/, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_REF=wip-shweta-testing-2026-02-19-2025, org.opencontainers.image.authors=Ceph Release Team , CEPH_SHA1=244ee61d76a715c3ac0d60eeb3321aefb91c3511, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git) 2026-02-23T06:52:59.823 INFO:journalctl@ceph.mgr.x.trial005.stdout:Feb 23 06:52:59 trial005 bash[35062]: aadc827deee2af47e290382bf01b44c3a743dff2f96465974a65a7475a05d99a 2026-02-23T06:52:59.823 INFO:journalctl@ceph.mgr.x.trial005.stdout:Feb 23 06:52:59 trial005 podman[35062]: 2026-02-23 06:52:59.456821424 +0000 UTC m=+0.008940655 image pull d53f437b9974e91900768e66cdcee7298151761d59e3725242d4220dd9008a26 quay.ceph.io/ceph-ci/ceph:244ee61d76a715c3ac0d60eeb3321aefb91c3511 2026-02-23T06:52:59.823 INFO:journalctl@ceph.mgr.x.trial005.stdout:Feb 23 06:52:59 trial005 systemd[1]: Started Ceph mgr.x for 40d3614d-1084-11f1-b257-d404e6e7d460. 2026-02-23T06:52:59.830 INFO:teuthology.orchestra.run.trial005.stdout:/usr/bin/ceph: stdout 2026-02-23T06:52:59.830 INFO:teuthology.orchestra.run.trial005.stdout:/usr/bin/ceph: stdout { 2026-02-23T06:52:59.830 INFO:teuthology.orchestra.run.trial005.stdout:/usr/bin/ceph: stdout "fsid": "40d3614d-1084-11f1-b257-d404e6e7d460", 2026-02-23T06:52:59.830 INFO:teuthology.orchestra.run.trial005.stdout:/usr/bin/ceph: stdout "health": { 2026-02-23T06:52:59.830 INFO:teuthology.orchestra.run.trial005.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2026-02-23T06:52:59.830 INFO:teuthology.orchestra.run.trial005.stdout:/usr/bin/ceph: stdout "checks": {}, 2026-02-23T06:52:59.830 INFO:teuthology.orchestra.run.trial005.stdout:/usr/bin/ceph: stdout "mutes": [] 2026-02-23T06:52:59.831 INFO:teuthology.orchestra.run.trial005.stdout:/usr/bin/ceph: stdout }, 2026-02-23T06:52:59.831 INFO:teuthology.orchestra.run.trial005.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2026-02-23T06:52:59.831 INFO:teuthology.orchestra.run.trial005.stdout:/usr/bin/ceph: stdout "quorum": [ 2026-02-23T06:52:59.831 INFO:teuthology.orchestra.run.trial005.stdout:/usr/bin/ceph: stdout 0 2026-02-23T06:52:59.831 INFO:teuthology.orchestra.run.trial005.stdout:/usr/bin/ceph: stdout ], 2026-02-23T06:52:59.831 INFO:teuthology.orchestra.run.trial005.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2026-02-23T06:52:59.831 INFO:teuthology.orchestra.run.trial005.stdout:/usr/bin/ceph: stdout "a" 2026-02-23T06:52:59.831 INFO:teuthology.orchestra.run.trial005.stdout:/usr/bin/ceph: stdout ], 2026-02-23T06:52:59.831 INFO:teuthology.orchestra.run.trial005.stdout:/usr/bin/ceph: stdout "quorum_age": 0, 2026-02-23T06:52:59.831 INFO:teuthology.orchestra.run.trial005.stdout:/usr/bin/ceph: stdout "monmap": { 2026-02-23T06:52:59.831 INFO:teuthology.orchestra.run.trial005.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-02-23T06:52:59.831 INFO:teuthology.orchestra.run.trial005.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "tentacle", 2026-02-23T06:52:59.831 INFO:teuthology.orchestra.run.trial005.stdout:/usr/bin/ceph: stdout "num_mons": 1 2026-02-23T06:52:59.831 INFO:teuthology.orchestra.run.trial005.stdout:/usr/bin/ceph: stdout }, 2026-02-23T06:52:59.831 INFO:teuthology.orchestra.run.trial005.stdout:/usr/bin/ceph: stdout "osdmap": { 2026-02-23T06:52:59.831 INFO:teuthology.orchestra.run.trial005.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-02-23T06:52:59.831 INFO:teuthology.orchestra.run.trial005.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2026-02-23T06:52:59.831 INFO:teuthology.orchestra.run.trial005.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2026-02-23T06:52:59.831 INFO:teuthology.orchestra.run.trial005.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2026-02-23T06:52:59.831 INFO:teuthology.orchestra.run.trial005.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2026-02-23T06:52:59.831 INFO:teuthology.orchestra.run.trial005.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2026-02-23T06:52:59.831 INFO:teuthology.orchestra.run.trial005.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2026-02-23T06:52:59.832 INFO:teuthology.orchestra.run.trial005.stdout:/usr/bin/ceph: stdout }, 2026-02-23T06:52:59.833 INFO:teuthology.orchestra.run.trial005.stdout:/usr/bin/ceph: stdout "pgmap": { 2026-02-23T06:52:59.833 INFO:teuthology.orchestra.run.trial005.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2026-02-23T06:52:59.833 INFO:teuthology.orchestra.run.trial005.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2026-02-23T06:52:59.833 INFO:teuthology.orchestra.run.trial005.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2026-02-23T06:52:59.834 INFO:teuthology.orchestra.run.trial005.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2026-02-23T06:52:59.834 INFO:teuthology.orchestra.run.trial005.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2026-02-23T06:52:59.834 INFO:teuthology.orchestra.run.trial005.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2026-02-23T06:52:59.834 INFO:teuthology.orchestra.run.trial005.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2026-02-23T06:52:59.834 INFO:teuthology.orchestra.run.trial005.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2026-02-23T06:52:59.834 INFO:teuthology.orchestra.run.trial005.stdout:/usr/bin/ceph: stdout }, 2026-02-23T06:52:59.834 INFO:teuthology.orchestra.run.trial005.stdout:/usr/bin/ceph: stdout "fsmap": { 2026-02-23T06:52:59.834 INFO:teuthology.orchestra.run.trial005.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-02-23T06:52:59.834 INFO:teuthology.orchestra.run.trial005.stdout:/usr/bin/ceph: stdout "btime": "2026-02-23T06:52:57:420709+0000", 2026-02-23T06:52:59.834 INFO:teuthology.orchestra.run.trial005.stdout:/usr/bin/ceph: stdout "by_rank": [], 2026-02-23T06:52:59.834 INFO:teuthology.orchestra.run.trial005.stdout:/usr/bin/ceph: stdout "up:standby": 0 2026-02-23T06:52:59.834 INFO:teuthology.orchestra.run.trial005.stdout:/usr/bin/ceph: stdout }, 2026-02-23T06:52:59.834 INFO:teuthology.orchestra.run.trial005.stdout:/usr/bin/ceph: stdout "mgrmap": { 2026-02-23T06:52:59.834 INFO:teuthology.orchestra.run.trial005.stdout:/usr/bin/ceph: stdout "available": false, 2026-02-23T06:52:59.834 INFO:teuthology.orchestra.run.trial005.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2026-02-23T06:52:59.834 INFO:teuthology.orchestra.run.trial005.stdout:/usr/bin/ceph: stdout "modules": [ 2026-02-23T06:52:59.834 INFO:teuthology.orchestra.run.trial005.stdout:/usr/bin/ceph: stdout "iostat", 2026-02-23T06:52:59.834 INFO:teuthology.orchestra.run.trial005.stdout:/usr/bin/ceph: stdout "nfs" 2026-02-23T06:52:59.834 INFO:teuthology.orchestra.run.trial005.stdout:/usr/bin/ceph: stdout ], 2026-02-23T06:52:59.834 INFO:teuthology.orchestra.run.trial005.stdout:/usr/bin/ceph: stdout "services": {} 2026-02-23T06:52:59.834 INFO:teuthology.orchestra.run.trial005.stdout:/usr/bin/ceph: stdout }, 2026-02-23T06:52:59.834 INFO:teuthology.orchestra.run.trial005.stdout:/usr/bin/ceph: stdout "servicemap": { 2026-02-23T06:52:59.835 INFO:teuthology.orchestra.run.trial005.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-02-23T06:52:59.835 INFO:teuthology.orchestra.run.trial005.stdout:/usr/bin/ceph: stdout "modified": "2026-02-23T06:52:57.421122+0000", 2026-02-23T06:52:59.835 INFO:teuthology.orchestra.run.trial005.stdout:/usr/bin/ceph: stdout "services": {} 2026-02-23T06:52:59.835 INFO:teuthology.orchestra.run.trial005.stdout:/usr/bin/ceph: stdout }, 2026-02-23T06:52:59.835 INFO:teuthology.orchestra.run.trial005.stdout:/usr/bin/ceph: stdout "progress_events": {} 2026-02-23T06:52:59.835 INFO:teuthology.orchestra.run.trial005.stdout:/usr/bin/ceph: stdout } 2026-02-23T06:52:59.835 INFO:teuthology.orchestra.run.trial005.stdout:mgr not available, waiting (1/15)... 2026-02-23T06:53:00.155 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:53:00 trial005 ceph-mon[34782]: from='client.? 10.20.193.5:0/3180166438' entity='client.admin' 2026-02-23T06:53:00.155 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:53:00 trial005 ceph-mon[34782]: from='client.? 10.20.193.5:0/242630276' entity='client.admin' cmd={"prefix": "status", "format": "json-pretty"} : dispatch 2026-02-23T06:53:00.905 INFO:journalctl@ceph.mgr.x.trial005.stdout:Feb 23 06:53:00 trial005 ceph-40d3614d-1084-11f1-b257-d404e6e7d460-mgr-x[35084]: /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-23T06:53:00.905 INFO:journalctl@ceph.mgr.x.trial005.stdout:Feb 23 06:53:00 trial005 ceph-40d3614d-1084-11f1-b257-d404e6e7d460-mgr-x[35084]: 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-23T06:53:00.905 INFO:journalctl@ceph.mgr.x.trial005.stdout:Feb 23 06:53:00 trial005 ceph-40d3614d-1084-11f1-b257-d404e6e7d460-mgr-x[35084]: from numpy import show_config as show_numpy_config 2026-02-23T06:53:02.107 INFO:teuthology.orchestra.run.trial005.stdout:/usr/bin/ceph: stdout 2026-02-23T06:53:02.107 INFO:teuthology.orchestra.run.trial005.stdout:/usr/bin/ceph: stdout { 2026-02-23T06:53:02.107 INFO:teuthology.orchestra.run.trial005.stdout:/usr/bin/ceph: stdout "fsid": "40d3614d-1084-11f1-b257-d404e6e7d460", 2026-02-23T06:53:02.107 INFO:teuthology.orchestra.run.trial005.stdout:/usr/bin/ceph: stdout "health": { 2026-02-23T06:53:02.107 INFO:teuthology.orchestra.run.trial005.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2026-02-23T06:53:02.107 INFO:teuthology.orchestra.run.trial005.stdout:/usr/bin/ceph: stdout "checks": {}, 2026-02-23T06:53:02.107 INFO:teuthology.orchestra.run.trial005.stdout:/usr/bin/ceph: stdout "mutes": [] 2026-02-23T06:53:02.108 INFO:teuthology.orchestra.run.trial005.stdout:/usr/bin/ceph: stdout }, 2026-02-23T06:53:02.108 INFO:teuthology.orchestra.run.trial005.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2026-02-23T06:53:02.108 INFO:teuthology.orchestra.run.trial005.stdout:/usr/bin/ceph: stdout "quorum": [ 2026-02-23T06:53:02.108 INFO:teuthology.orchestra.run.trial005.stdout:/usr/bin/ceph: stdout 0 2026-02-23T06:53:02.108 INFO:teuthology.orchestra.run.trial005.stdout:/usr/bin/ceph: stdout ], 2026-02-23T06:53:02.108 INFO:teuthology.orchestra.run.trial005.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2026-02-23T06:53:02.108 INFO:teuthology.orchestra.run.trial005.stdout:/usr/bin/ceph: stdout "a" 2026-02-23T06:53:02.108 INFO:teuthology.orchestra.run.trial005.stdout:/usr/bin/ceph: stdout ], 2026-02-23T06:53:02.108 INFO:teuthology.orchestra.run.trial005.stdout:/usr/bin/ceph: stdout "quorum_age": 3, 2026-02-23T06:53:02.108 INFO:teuthology.orchestra.run.trial005.stdout:/usr/bin/ceph: stdout "monmap": { 2026-02-23T06:53:02.108 INFO:teuthology.orchestra.run.trial005.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-02-23T06:53:02.108 INFO:teuthology.orchestra.run.trial005.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "tentacle", 2026-02-23T06:53:02.108 INFO:teuthology.orchestra.run.trial005.stdout:/usr/bin/ceph: stdout "num_mons": 1 2026-02-23T06:53:02.109 INFO:teuthology.orchestra.run.trial005.stdout:/usr/bin/ceph: stdout }, 2026-02-23T06:53:02.109 INFO:teuthology.orchestra.run.trial005.stdout:/usr/bin/ceph: stdout "osdmap": { 2026-02-23T06:53:02.109 INFO:teuthology.orchestra.run.trial005.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-02-23T06:53:02.109 INFO:teuthology.orchestra.run.trial005.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2026-02-23T06:53:02.109 INFO:teuthology.orchestra.run.trial005.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2026-02-23T06:53:02.109 INFO:teuthology.orchestra.run.trial005.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2026-02-23T06:53:02.109 INFO:teuthology.orchestra.run.trial005.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2026-02-23T06:53:02.109 INFO:teuthology.orchestra.run.trial005.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2026-02-23T06:53:02.109 INFO:teuthology.orchestra.run.trial005.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2026-02-23T06:53:02.110 INFO:teuthology.orchestra.run.trial005.stdout:/usr/bin/ceph: stdout }, 2026-02-23T06:53:02.110 INFO:teuthology.orchestra.run.trial005.stdout:/usr/bin/ceph: stdout "pgmap": { 2026-02-23T06:53:02.110 INFO:teuthology.orchestra.run.trial005.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2026-02-23T06:53:02.110 INFO:teuthology.orchestra.run.trial005.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2026-02-23T06:53:02.110 INFO:teuthology.orchestra.run.trial005.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2026-02-23T06:53:02.110 INFO:teuthology.orchestra.run.trial005.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2026-02-23T06:53:02.111 INFO:teuthology.orchestra.run.trial005.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2026-02-23T06:53:02.111 INFO:teuthology.orchestra.run.trial005.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2026-02-23T06:53:02.111 INFO:teuthology.orchestra.run.trial005.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2026-02-23T06:53:02.111 INFO:teuthology.orchestra.run.trial005.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2026-02-23T06:53:02.111 INFO:teuthology.orchestra.run.trial005.stdout:/usr/bin/ceph: stdout }, 2026-02-23T06:53:02.111 INFO:teuthology.orchestra.run.trial005.stdout:/usr/bin/ceph: stdout "fsmap": { 2026-02-23T06:53:02.111 INFO:teuthology.orchestra.run.trial005.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-02-23T06:53:02.112 INFO:teuthology.orchestra.run.trial005.stdout:/usr/bin/ceph: stdout "btime": "2026-02-23T06:52:57:420709+0000", 2026-02-23T06:53:02.112 INFO:teuthology.orchestra.run.trial005.stdout:/usr/bin/ceph: stdout "by_rank": [], 2026-02-23T06:53:02.112 INFO:teuthology.orchestra.run.trial005.stdout:/usr/bin/ceph: stdout "up:standby": 0 2026-02-23T06:53:02.112 INFO:teuthology.orchestra.run.trial005.stdout:/usr/bin/ceph: stdout }, 2026-02-23T06:53:02.112 INFO:teuthology.orchestra.run.trial005.stdout:/usr/bin/ceph: stdout "mgrmap": { 2026-02-23T06:53:02.112 INFO:teuthology.orchestra.run.trial005.stdout:/usr/bin/ceph: stdout "available": false, 2026-02-23T06:53:02.112 INFO:teuthology.orchestra.run.trial005.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2026-02-23T06:53:02.112 INFO:teuthology.orchestra.run.trial005.stdout:/usr/bin/ceph: stdout "modules": [ 2026-02-23T06:53:02.113 INFO:teuthology.orchestra.run.trial005.stdout:/usr/bin/ceph: stdout "iostat", 2026-02-23T06:53:02.113 INFO:teuthology.orchestra.run.trial005.stdout:/usr/bin/ceph: stdout "nfs" 2026-02-23T06:53:02.113 INFO:teuthology.orchestra.run.trial005.stdout:/usr/bin/ceph: stdout ], 2026-02-23T06:53:02.113 INFO:teuthology.orchestra.run.trial005.stdout:/usr/bin/ceph: stdout "services": {} 2026-02-23T06:53:02.113 INFO:teuthology.orchestra.run.trial005.stdout:/usr/bin/ceph: stdout }, 2026-02-23T06:53:02.113 INFO:teuthology.orchestra.run.trial005.stdout:/usr/bin/ceph: stdout "servicemap": { 2026-02-23T06:53:02.113 INFO:teuthology.orchestra.run.trial005.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-02-23T06:53:02.113 INFO:teuthology.orchestra.run.trial005.stdout:/usr/bin/ceph: stdout "modified": "2026-02-23T06:52:57.421122+0000", 2026-02-23T06:53:02.113 INFO:teuthology.orchestra.run.trial005.stdout:/usr/bin/ceph: stdout "services": {} 2026-02-23T06:53:02.113 INFO:teuthology.orchestra.run.trial005.stdout:/usr/bin/ceph: stdout }, 2026-02-23T06:53:02.113 INFO:teuthology.orchestra.run.trial005.stdout:/usr/bin/ceph: stdout "progress_events": {} 2026-02-23T06:53:02.113 INFO:teuthology.orchestra.run.trial005.stdout:/usr/bin/ceph: stdout } 2026-02-23T06:53:02.113 INFO:teuthology.orchestra.run.trial005.stdout:mgr not available, waiting (2/15)... 2026-02-23T06:53:02.155 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:53:02 trial005 ceph-mon[34782]: from='client.? 10.20.193.5:0/3079730401' entity='client.admin' cmd={"prefix": "status", "format": "json-pretty"} : dispatch 2026-02-23T06:53:03.405 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:53:03 trial005 ceph-mon[34782]: Activating manager daemon x 2026-02-23T06:53:03.406 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:53:03 trial005 ceph-mon[34782]: mgrmap e2: x(active, starting, since 0.00253825s) 2026-02-23T06:53:03.406 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:53:03 trial005 ceph-mon[34782]: from='mgr.14100 10.20.193.5:0/393267308' entity='mgr.x' cmd={"prefix": "mds metadata"} : dispatch 2026-02-23T06:53:03.406 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:53:03 trial005 ceph-mon[34782]: from='mgr.14100 10.20.193.5:0/393267308' entity='mgr.x' cmd={"prefix": "osd metadata"} : dispatch 2026-02-23T06:53:03.406 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:53:03 trial005 ceph-mon[34782]: from='mgr.14100 10.20.193.5:0/393267308' entity='mgr.x' cmd={"prefix": "mon metadata"} : dispatch 2026-02-23T06:53:03.406 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:53:03 trial005 ceph-mon[34782]: from='mgr.14100 10.20.193.5:0/393267308' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-02-23T06:53:03.406 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:53:03 trial005 ceph-mon[34782]: from='mgr.14100 10.20.193.5:0/393267308' entity='mgr.x' cmd={"prefix": "mgr metadata", "who": "x", "id": "x"} : dispatch 2026-02-23T06:53:03.406 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:53:03 trial005 ceph-mon[34782]: Manager daemon x is now available 2026-02-23T06:53:03.406 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:53:03 trial005 ceph-mon[34782]: from='mgr.14100 10.20.193.5:0/393267308' entity='mgr.x' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"} : dispatch 2026-02-23T06:53:03.406 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:53:03 trial005 ceph-mon[34782]: from='mgr.14100 10.20.193.5:0/393267308' entity='mgr.x' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"} : dispatch 2026-02-23T06:53:03.407 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:53:03 trial005 ceph-mon[34782]: from='mgr.14100 10.20.193.5:0/393267308' entity='mgr.x' 2026-02-23T06:53:03.407 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:53:03 trial005 ceph-mon[34782]: from='mgr.14100 10.20.193.5:0/393267308' entity='mgr.x' 2026-02-23T06:53:03.407 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:53:03 trial005 ceph-mon[34782]: from='mgr.14100 10.20.193.5:0/393267308' entity='mgr.x' 2026-02-23T06:53:04.382 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:53:04 trial005 ceph-mon[34782]: mgrmap e3: x(active, since 1.00495s) 2026-02-23T06:53:04.503 INFO:teuthology.orchestra.run.trial005.stdout:/usr/bin/ceph: stdout 2026-02-23T06:53:04.503 INFO:teuthology.orchestra.run.trial005.stdout:/usr/bin/ceph: stdout { 2026-02-23T06:53:04.503 INFO:teuthology.orchestra.run.trial005.stdout:/usr/bin/ceph: stdout "fsid": "40d3614d-1084-11f1-b257-d404e6e7d460", 2026-02-23T06:53:04.503 INFO:teuthology.orchestra.run.trial005.stdout:/usr/bin/ceph: stdout "health": { 2026-02-23T06:53:04.503 INFO:teuthology.orchestra.run.trial005.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2026-02-23T06:53:04.503 INFO:teuthology.orchestra.run.trial005.stdout:/usr/bin/ceph: stdout "checks": {}, 2026-02-23T06:53:04.503 INFO:teuthology.orchestra.run.trial005.stdout:/usr/bin/ceph: stdout "mutes": [] 2026-02-23T06:53:04.503 INFO:teuthology.orchestra.run.trial005.stdout:/usr/bin/ceph: stdout }, 2026-02-23T06:53:04.503 INFO:teuthology.orchestra.run.trial005.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2026-02-23T06:53:04.503 INFO:teuthology.orchestra.run.trial005.stdout:/usr/bin/ceph: stdout "quorum": [ 2026-02-23T06:53:04.503 INFO:teuthology.orchestra.run.trial005.stdout:/usr/bin/ceph: stdout 0 2026-02-23T06:53:04.503 INFO:teuthology.orchestra.run.trial005.stdout:/usr/bin/ceph: stdout ], 2026-02-23T06:53:04.503 INFO:teuthology.orchestra.run.trial005.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2026-02-23T06:53:04.504 INFO:teuthology.orchestra.run.trial005.stdout:/usr/bin/ceph: stdout "a" 2026-02-23T06:53:04.504 INFO:teuthology.orchestra.run.trial005.stdout:/usr/bin/ceph: stdout ], 2026-02-23T06:53:04.504 INFO:teuthology.orchestra.run.trial005.stdout:/usr/bin/ceph: stdout "quorum_age": 5, 2026-02-23T06:53:04.504 INFO:teuthology.orchestra.run.trial005.stdout:/usr/bin/ceph: stdout "monmap": { 2026-02-23T06:53:04.504 INFO:teuthology.orchestra.run.trial005.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-02-23T06:53:04.504 INFO:teuthology.orchestra.run.trial005.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "tentacle", 2026-02-23T06:53:04.504 INFO:teuthology.orchestra.run.trial005.stdout:/usr/bin/ceph: stdout "num_mons": 1 2026-02-23T06:53:04.504 INFO:teuthology.orchestra.run.trial005.stdout:/usr/bin/ceph: stdout }, 2026-02-23T06:53:04.504 INFO:teuthology.orchestra.run.trial005.stdout:/usr/bin/ceph: stdout "osdmap": { 2026-02-23T06:53:04.504 INFO:teuthology.orchestra.run.trial005.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-02-23T06:53:04.504 INFO:teuthology.orchestra.run.trial005.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2026-02-23T06:53:04.504 INFO:teuthology.orchestra.run.trial005.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2026-02-23T06:53:04.504 INFO:teuthology.orchestra.run.trial005.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2026-02-23T06:53:04.504 INFO:teuthology.orchestra.run.trial005.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2026-02-23T06:53:04.504 INFO:teuthology.orchestra.run.trial005.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2026-02-23T06:53:04.504 INFO:teuthology.orchestra.run.trial005.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2026-02-23T06:53:04.504 INFO:teuthology.orchestra.run.trial005.stdout:/usr/bin/ceph: stdout }, 2026-02-23T06:53:04.504 INFO:teuthology.orchestra.run.trial005.stdout:/usr/bin/ceph: stdout "pgmap": { 2026-02-23T06:53:04.504 INFO:teuthology.orchestra.run.trial005.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2026-02-23T06:53:04.504 INFO:teuthology.orchestra.run.trial005.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2026-02-23T06:53:04.504 INFO:teuthology.orchestra.run.trial005.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2026-02-23T06:53:04.504 INFO:teuthology.orchestra.run.trial005.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2026-02-23T06:53:04.504 INFO:teuthology.orchestra.run.trial005.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2026-02-23T06:53:04.504 INFO:teuthology.orchestra.run.trial005.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2026-02-23T06:53:04.504 INFO:teuthology.orchestra.run.trial005.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2026-02-23T06:53:04.504 INFO:teuthology.orchestra.run.trial005.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2026-02-23T06:53:04.505 INFO:teuthology.orchestra.run.trial005.stdout:/usr/bin/ceph: stdout }, 2026-02-23T06:53:04.505 INFO:teuthology.orchestra.run.trial005.stdout:/usr/bin/ceph: stdout "fsmap": { 2026-02-23T06:53:04.505 INFO:teuthology.orchestra.run.trial005.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-02-23T06:53:04.505 INFO:teuthology.orchestra.run.trial005.stdout:/usr/bin/ceph: stdout "btime": "2026-02-23T06:52:57:420709+0000", 2026-02-23T06:53:04.505 INFO:teuthology.orchestra.run.trial005.stdout:/usr/bin/ceph: stdout "by_rank": [], 2026-02-23T06:53:04.505 INFO:teuthology.orchestra.run.trial005.stdout:/usr/bin/ceph: stdout "up:standby": 0 2026-02-23T06:53:04.505 INFO:teuthology.orchestra.run.trial005.stdout:/usr/bin/ceph: stdout }, 2026-02-23T06:53:04.505 INFO:teuthology.orchestra.run.trial005.stdout:/usr/bin/ceph: stdout "mgrmap": { 2026-02-23T06:53:04.505 INFO:teuthology.orchestra.run.trial005.stdout:/usr/bin/ceph: stdout "available": true, 2026-02-23T06:53:04.505 INFO:teuthology.orchestra.run.trial005.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2026-02-23T06:53:04.505 INFO:teuthology.orchestra.run.trial005.stdout:/usr/bin/ceph: stdout "modules": [ 2026-02-23T06:53:04.505 INFO:teuthology.orchestra.run.trial005.stdout:/usr/bin/ceph: stdout "iostat", 2026-02-23T06:53:04.505 INFO:teuthology.orchestra.run.trial005.stdout:/usr/bin/ceph: stdout "nfs" 2026-02-23T06:53:04.505 INFO:teuthology.orchestra.run.trial005.stdout:/usr/bin/ceph: stdout ], 2026-02-23T06:53:04.505 INFO:teuthology.orchestra.run.trial005.stdout:/usr/bin/ceph: stdout "services": {} 2026-02-23T06:53:04.505 INFO:teuthology.orchestra.run.trial005.stdout:/usr/bin/ceph: stdout }, 2026-02-23T06:53:04.505 INFO:teuthology.orchestra.run.trial005.stdout:/usr/bin/ceph: stdout "servicemap": { 2026-02-23T06:53:04.505 INFO:teuthology.orchestra.run.trial005.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-02-23T06:53:04.505 INFO:teuthology.orchestra.run.trial005.stdout:/usr/bin/ceph: stdout "modified": "2026-02-23T06:52:57.421122+0000", 2026-02-23T06:53:04.505 INFO:teuthology.orchestra.run.trial005.stdout:/usr/bin/ceph: stdout "services": {} 2026-02-23T06:53:04.505 INFO:teuthology.orchestra.run.trial005.stdout:/usr/bin/ceph: stdout }, 2026-02-23T06:53:04.505 INFO:teuthology.orchestra.run.trial005.stdout:/usr/bin/ceph: stdout "progress_events": {} 2026-02-23T06:53:04.505 INFO:teuthology.orchestra.run.trial005.stdout:/usr/bin/ceph: stdout } 2026-02-23T06:53:04.506 INFO:teuthology.orchestra.run.trial005.stdout:mgr is available 2026-02-23T06:53:04.845 INFO:teuthology.orchestra.run.trial005.stdout:/usr/bin/ceph: stdout 2026-02-23T06:53:04.845 INFO:teuthology.orchestra.run.trial005.stdout:/usr/bin/ceph: stdout [global] 2026-02-23T06:53:04.845 INFO:teuthology.orchestra.run.trial005.stdout:/usr/bin/ceph: stdout fsid = 40d3614d-1084-11f1-b257-d404e6e7d460 2026-02-23T06:53:04.845 INFO:teuthology.orchestra.run.trial005.stdout:/usr/bin/ceph: stdout mon_cluster_log_file_level = debug 2026-02-23T06:53:04.845 INFO:teuthology.orchestra.run.trial005.stdout:/usr/bin/ceph: stdout mon_host = [v2:10.20.193.5:3300,v1:10.20.193.5:6789] 2026-02-23T06:53:04.845 INFO:teuthology.orchestra.run.trial005.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2026-02-23T06:53:04.845 INFO:teuthology.orchestra.run.trial005.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2026-02-23T06:53:04.845 INFO:teuthology.orchestra.run.trial005.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2026-02-23T06:53:04.845 INFO:teuthology.orchestra.run.trial005.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2026-02-23T06:53:04.845 INFO:teuthology.orchestra.run.trial005.stdout:/usr/bin/ceph: stdout 2026-02-23T06:53:04.846 INFO:teuthology.orchestra.run.trial005.stdout:/usr/bin/ceph: stdout [mgr] 2026-02-23T06:53:04.846 INFO:teuthology.orchestra.run.trial005.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2026-02-23T06:53:04.846 INFO:teuthology.orchestra.run.trial005.stdout:/usr/bin/ceph: stdout 2026-02-23T06:53:04.846 INFO:teuthology.orchestra.run.trial005.stdout:/usr/bin/ceph: stdout [osd] 2026-02-23T06:53:04.846 INFO:teuthology.orchestra.run.trial005.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2026-02-23T06:53:04.846 INFO:teuthology.orchestra.run.trial005.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2026-02-23T06:53:04.846 INFO:teuthology.orchestra.run.trial005.stdout:Enabling cephadm module... 2026-02-23T06:53:05.649 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:53:05 trial005 ceph-mon[34782]: mgrmap e4: x(active, since 2s) 2026-02-23T06:53:05.649 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:53:05 trial005 ceph-mon[34782]: from='client.? 10.20.193.5:0/3181822155' entity='client.admin' cmd={"prefix": "status", "format": "json-pretty"} : dispatch 2026-02-23T06:53:05.650 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:53:05 trial005 ceph-mon[34782]: from='client.? 10.20.193.5:0/3968153615' entity='client.admin' cmd={"prefix": "config assimilate-conf"} : dispatch 2026-02-23T06:53:05.650 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:53:05 trial005 ceph-mon[34782]: from='client.? 10.20.193.5:0/781788654' entity='client.admin' cmd={"prefix": "mgr module enable", "module": "cephadm"} : dispatch 2026-02-23T06:53:05.650 INFO:journalctl@ceph.mgr.x.trial005.stdout:Feb 23 06:53:05 trial005 ceph-40d3614d-1084-11f1-b257-d404e6e7d460-mgr-x[35084]: ignoring --setuser ceph since I am not root 2026-02-23T06:53:05.650 INFO:journalctl@ceph.mgr.x.trial005.stdout:Feb 23 06:53:05 trial005 ceph-40d3614d-1084-11f1-b257-d404e6e7d460-mgr-x[35084]: ignoring --setgroup ceph since I am not root 2026-02-23T06:53:05.775 INFO:teuthology.orchestra.run.trial005.stdout:/usr/bin/ceph: stdout { 2026-02-23T06:53:05.775 INFO:teuthology.orchestra.run.trial005.stdout:/usr/bin/ceph: stdout "epoch": 5, 2026-02-23T06:53:05.775 INFO:teuthology.orchestra.run.trial005.stdout:/usr/bin/ceph: stdout "available": true, 2026-02-23T06:53:05.775 INFO:teuthology.orchestra.run.trial005.stdout:/usr/bin/ceph: stdout "active_name": "x", 2026-02-23T06:53:05.775 INFO:teuthology.orchestra.run.trial005.stdout:/usr/bin/ceph: stdout "num_standby": 0 2026-02-23T06:53:05.775 INFO:teuthology.orchestra.run.trial005.stdout:/usr/bin/ceph: stdout } 2026-02-23T06:53:05.775 INFO:teuthology.orchestra.run.trial005.stdout:Waiting for the mgr to restart... 2026-02-23T06:53:05.775 INFO:teuthology.orchestra.run.trial005.stdout:Waiting for mgr epoch 5... 2026-02-23T06:53:06.655 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:53:06 trial005 ceph-mon[34782]: from='client.? 10.20.193.5:0/781788654' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2026-02-23T06:53:06.656 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:53:06 trial005 ceph-mon[34782]: mgrmap e5: x(active, since 3s) 2026-02-23T06:53:06.656 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:53:06 trial005 ceph-mon[34782]: from='client.? 10.20.193.5:0/974726178' entity='client.admin' cmd={"prefix": "mgr stat"} : dispatch 2026-02-23T06:53:06.656 INFO:journalctl@ceph.mgr.x.trial005.stdout:Feb 23 06:53:06 trial005 ceph-40d3614d-1084-11f1-b257-d404e6e7d460-mgr-x[35084]: /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-23T06:53:06.656 INFO:journalctl@ceph.mgr.x.trial005.stdout:Feb 23 06:53:06 trial005 ceph-40d3614d-1084-11f1-b257-d404e6e7d460-mgr-x[35084]: 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-23T06:53:06.656 INFO:journalctl@ceph.mgr.x.trial005.stdout:Feb 23 06:53:06 trial005 ceph-40d3614d-1084-11f1-b257-d404e6e7d460-mgr-x[35084]: from numpy import show_config as show_numpy_config 2026-02-23T06:53:08.405 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:53:08 trial005 ceph-mon[34782]: Active manager daemon x restarted 2026-02-23T06:53:08.405 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:53:08 trial005 ceph-mon[34782]: Activating manager daemon x 2026-02-23T06:53:08.405 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:53:08 trial005 ceph-mon[34782]: osdmap e2: 0 total, 0 up, 0 in 2026-02-23T06:53:08.405 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:53:08 trial005 ceph-mon[34782]: mgrmap e6: x(active, starting, since 0.00263375s) 2026-02-23T06:53:08.406 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:53:08 trial005 ceph-mon[34782]: from='mgr.14118 10.20.193.5:0/3964142116' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-02-23T06:53:08.406 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:53:08 trial005 ceph-mon[34782]: from='mgr.14118 10.20.193.5:0/3964142116' entity='mgr.x' cmd={"prefix": "mgr metadata", "who": "x", "id": "x"} : dispatch 2026-02-23T06:53:08.406 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:53:08 trial005 ceph-mon[34782]: from='mgr.14118 10.20.193.5:0/3964142116' entity='mgr.x' cmd={"prefix": "mds metadata"} : dispatch 2026-02-23T06:53:08.406 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:53:08 trial005 ceph-mon[34782]: from='mgr.14118 10.20.193.5:0/3964142116' entity='mgr.x' cmd={"prefix": "osd metadata"} : dispatch 2026-02-23T06:53:08.406 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:53:08 trial005 ceph-mon[34782]: from='mgr.14118 10.20.193.5:0/3964142116' entity='mgr.x' cmd={"prefix": "mon metadata"} : dispatch 2026-02-23T06:53:08.406 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:53:08 trial005 ceph-mon[34782]: Manager daemon x is now available 2026-02-23T06:53:09.168 INFO:teuthology.orchestra.run.trial005.stdout:/usr/bin/ceph: stdout { 2026-02-23T06:53:09.168 INFO:teuthology.orchestra.run.trial005.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 7, 2026-02-23T06:53:09.168 INFO:teuthology.orchestra.run.trial005.stdout:/usr/bin/ceph: stdout "initialized": true 2026-02-23T06:53:09.169 INFO:teuthology.orchestra.run.trial005.stdout:/usr/bin/ceph: stdout } 2026-02-23T06:53:09.169 INFO:teuthology.orchestra.run.trial005.stdout:mgr epoch 5 is available 2026-02-23T06:53:09.169 INFO:teuthology.orchestra.run.trial005.stdout:Verifying orchestrator module is enabled... 2026-02-23T06:53:09.905 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:53:09 trial005 ceph-mon[34782]: from='mgr.14118 10.20.193.5:0/3964142116' entity='mgr.x' 2026-02-23T06:53:09.905 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:53:09 trial005 ceph-mon[34782]: from='mgr.14118 10.20.193.5:0/3964142116' entity='mgr.x' 2026-02-23T06:53:09.905 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:53:09 trial005 ceph-mon[34782]: Found migration_current of "None". Setting to last migration. 2026-02-23T06:53:09.905 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:53:09 trial005 ceph-mon[34782]: from='mgr.14118 10.20.193.5:0/3964142116' entity='mgr.x' 2026-02-23T06:53:09.905 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:53:09 trial005 ceph-mon[34782]: from='mgr.14118 10.20.193.5:0/3964142116' entity='mgr.x' 2026-02-23T06:53:09.905 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:53:09 trial005 ceph-mon[34782]: from='mgr.14118 10.20.193.5:0/3964142116' entity='mgr.x' 2026-02-23T06:53:09.905 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:53:09 trial005 ceph-mon[34782]: from='mgr.14118 10.20.193.5:0/3964142116' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-23T06:53:09.905 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:53:09 trial005 ceph-mon[34782]: from='mgr.14118 10.20.193.5:0/3964142116' entity='mgr.x' 2026-02-23T06:53:09.905 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:53:09 trial005 ceph-mon[34782]: from='mgr.14118 10.20.193.5:0/3964142116' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-23T06:53:09.905 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:53:09 trial005 ceph-mon[34782]: from='mgr.14118 10.20.193.5:0/3964142116' entity='mgr.x' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"} : dispatch 2026-02-23T06:53:09.905 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:53:09 trial005 ceph-mon[34782]: from='mgr.14118 10.20.193.5:0/3964142116' entity='mgr.x' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"} : dispatch 2026-02-23T06:53:09.905 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:53:09 trial005 ceph-mon[34782]: mgrmap e7: x(active, since 1.00407s) 2026-02-23T06:53:09.905 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:53:09 trial005 ceph-mon[34782]: from='client.14122 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2026-02-23T06:53:09.905 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:53:09 trial005 ceph-mon[34782]: from='client.14122 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2026-02-23T06:53:09.906 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:53:09 trial005 ceph-mon[34782]: from='mgr.14118 10.20.193.5:0/3964142116' entity='mgr.x' 2026-02-23T06:53:09.906 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:53:09 trial005 ceph-mon[34782]: from='mgr.14118 10.20.193.5:0/3964142116' entity='mgr.x' 2026-02-23T06:53:09.906 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:53:09 trial005 ceph-mon[34782]: [23/Feb/2026:06:53:09] ENGINE Bus STARTING 2026-02-23T06:53:09.906 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:53:09 trial005 ceph-mon[34782]: from='client.? 10.20.193.5:0/1896727850' entity='client.admin' cmd={"prefix": "mgr module enable", "module": "orchestrator"} : dispatch 2026-02-23T06:53:09.906 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:53:09 trial005 ceph-mon[34782]: from='mgr.14118 10.20.193.5:0/3964142116' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-23T06:53:10.206 INFO:teuthology.orchestra.run.trial005.stdout:/usr/bin/ceph: stderr module 'orchestrator' is already enabled (always-on) 2026-02-23T06:53:10.206 INFO:teuthology.orchestra.run.trial005.stdout:Setting orchestrator backend to cephadm... 2026-02-23T06:53:10.905 INFO:teuthology.orchestra.run.trial005.stdout:/usr/bin/ceph: stdout value unchanged 2026-02-23T06:53:10.905 INFO:teuthology.orchestra.run.trial005.stdout:Generating ssh key... 2026-02-23T06:53:11.330 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:53:11 trial005 ceph-mon[34782]: [23/Feb/2026:06:53:09] ENGINE Serving on http://10.20.193.5:8765 2026-02-23T06:53:11.330 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:53:11 trial005 ceph-mon[34782]: [23/Feb/2026:06:53:09] ENGINE Serving on https://10.20.193.5:7150 2026-02-23T06:53:11.330 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:53:11 trial005 ceph-mon[34782]: [23/Feb/2026:06:53:09] ENGINE Bus STARTED 2026-02-23T06:53:11.330 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:53:11 trial005 ceph-mon[34782]: [23/Feb/2026:06:53:09] ENGINE Client ('10.20.193.5', 47088) lost — peer dropped the TLS connection suddenly, during handshake: (6, 'TLS/SSL connection has been closed (EOF) (_ssl.c:1147)') 2026-02-23T06:53:11.331 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:53:11 trial005 ceph-mon[34782]: from='client.? 10.20.193.5:0/1896727850' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "orchestrator"}]': finished 2026-02-23T06:53:11.331 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:53:11 trial005 ceph-mon[34782]: mgrmap e8: x(active, since 2s) 2026-02-23T06:53:11.331 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:53:11 trial005 ceph-mon[34782]: from='mgr.14118 10.20.193.5:0/3964142116' entity='mgr.x' 2026-02-23T06:53:11.331 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:53:11 trial005 ceph-mon[34782]: from='mgr.14118 10.20.193.5:0/3964142116' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-23T06:53:11.331 INFO:journalctl@ceph.mgr.x.trial005.stdout:Feb 23 06:53:11 trial005 ceph-40d3614d-1084-11f1-b257-d404e6e7d460-mgr-x[35084]: Generating public/private ed25519 key pair. 2026-02-23T06:53:11.331 INFO:journalctl@ceph.mgr.x.trial005.stdout:Feb 23 06:53:11 trial005 ceph-40d3614d-1084-11f1-b257-d404e6e7d460-mgr-x[35084]: Your identification has been saved in /tmp/tmpm8oipk0k/key 2026-02-23T06:53:11.331 INFO:journalctl@ceph.mgr.x.trial005.stdout:Feb 23 06:53:11 trial005 ceph-40d3614d-1084-11f1-b257-d404e6e7d460-mgr-x[35084]: Your public key has been saved in /tmp/tmpm8oipk0k/key.pub 2026-02-23T06:53:11.331 INFO:journalctl@ceph.mgr.x.trial005.stdout:Feb 23 06:53:11 trial005 ceph-40d3614d-1084-11f1-b257-d404e6e7d460-mgr-x[35084]: The key fingerprint is: 2026-02-23T06:53:11.332 INFO:journalctl@ceph.mgr.x.trial005.stdout:Feb 23 06:53:11 trial005 ceph-40d3614d-1084-11f1-b257-d404e6e7d460-mgr-x[35084]: SHA256:qCUs/JPMkGo8Ff4qaFS7yS5pzRTGQfqzuBSZGCeDrhw ceph-40d3614d-1084-11f1-b257-d404e6e7d460 2026-02-23T06:53:11.332 INFO:journalctl@ceph.mgr.x.trial005.stdout:Feb 23 06:53:11 trial005 ceph-40d3614d-1084-11f1-b257-d404e6e7d460-mgr-x[35084]: The key's randomart image is: 2026-02-23T06:53:11.332 INFO:journalctl@ceph.mgr.x.trial005.stdout:Feb 23 06:53:11 trial005 ceph-40d3614d-1084-11f1-b257-d404e6e7d460-mgr-x[35084]: +--[ED25519 256]--+ 2026-02-23T06:53:11.332 INFO:journalctl@ceph.mgr.x.trial005.stdout:Feb 23 06:53:11 trial005 ceph-40d3614d-1084-11f1-b257-d404e6e7d460-mgr-x[35084]: | .. | 2026-02-23T06:53:11.332 INFO:journalctl@ceph.mgr.x.trial005.stdout:Feb 23 06:53:11 trial005 ceph-40d3614d-1084-11f1-b257-d404e6e7d460-mgr-x[35084]: |. .. | 2026-02-23T06:53:11.332 INFO:journalctl@ceph.mgr.x.trial005.stdout:Feb 23 06:53:11 trial005 ceph-40d3614d-1084-11f1-b257-d404e6e7d460-mgr-x[35084]: |=.o.. | 2026-02-23T06:53:11.332 INFO:journalctl@ceph.mgr.x.trial005.stdout:Feb 23 06:53:11 trial005 ceph-40d3614d-1084-11f1-b257-d404e6e7d460-mgr-x[35084]: |o*=B. . | 2026-02-23T06:53:11.332 INFO:journalctl@ceph.mgr.x.trial005.stdout:Feb 23 06:53:11 trial005 ceph-40d3614d-1084-11f1-b257-d404e6e7d460-mgr-x[35084]: |.EB== o S | 2026-02-23T06:53:11.332 INFO:journalctl@ceph.mgr.x.trial005.stdout:Feb 23 06:53:11 trial005 ceph-40d3614d-1084-11f1-b257-d404e6e7d460-mgr-x[35084]: |+o=O+= | 2026-02-23T06:53:11.332 INFO:journalctl@ceph.mgr.x.trial005.stdout:Feb 23 06:53:11 trial005 ceph-40d3614d-1084-11f1-b257-d404e6e7d460-mgr-x[35084]: |=B*.X. | 2026-02-23T06:53:11.332 INFO:journalctl@ceph.mgr.x.trial005.stdout:Feb 23 06:53:11 trial005 ceph-40d3614d-1084-11f1-b257-d404e6e7d460-mgr-x[35084]: |+*o*.. | 2026-02-23T06:53:11.332 INFO:journalctl@ceph.mgr.x.trial005.stdout:Feb 23 06:53:11 trial005 ceph-40d3614d-1084-11f1-b257-d404e6e7d460-mgr-x[35084]: |o.+o | 2026-02-23T06:53:11.332 INFO:journalctl@ceph.mgr.x.trial005.stdout:Feb 23 06:53:11 trial005 ceph-40d3614d-1084-11f1-b257-d404e6e7d460-mgr-x[35084]: +----[SHA256]-----+ 2026-02-23T06:53:11.624 INFO:teuthology.orchestra.run.trial005.stdout:/usr/bin/ceph: stdout ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIDv+9eCiZ7UUmsedAeG3IcYy/3IdNA5oKiwNnwK3Ge+y ceph-40d3614d-1084-11f1-b257-d404e6e7d460 2026-02-23T06:53:11.624 INFO:teuthology.orchestra.run.trial005.stdout:Wrote public SSH key to /home/ubuntu/cephtest/ceph.pub 2026-02-23T06:53:11.624 INFO:teuthology.orchestra.run.trial005.stdout:Adding key to root@localhost authorized_keys... 2026-02-23T06:53:11.625 INFO:teuthology.orchestra.run.trial005.stdout:Adding host trial005... 2026-02-23T06:53:12.402 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:53:12 trial005 ceph-mon[34782]: from='client.14132 -' entity='client.admin' cmd=[{"prefix": "orch set backend", "module_name": "cephadm", "target": ["mon-mgr", ""]}]: dispatch 2026-02-23T06:53:12.402 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:53:12 trial005 ceph-mon[34782]: from='client.14134 -' entity='client.admin' cmd=[{"prefix": "cephadm set-user", "user": "root", "target": ["mon-mgr", ""]}]: dispatch 2026-02-23T06:53:12.402 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:53:12 trial005 ceph-mon[34782]: from='client.14136 -' entity='client.admin' cmd=[{"prefix": "cephadm generate-key", "target": ["mon-mgr", ""]}]: dispatch 2026-02-23T06:53:12.402 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:53:12 trial005 ceph-mon[34782]: Generating ssh key... 2026-02-23T06:53:12.402 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:53:12 trial005 ceph-mon[34782]: from='mgr.14118 10.20.193.5:0/3964142116' entity='mgr.x' 2026-02-23T06:53:12.402 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:53:12 trial005 ceph-mon[34782]: from='mgr.14118 10.20.193.5:0/3964142116' entity='mgr.x' 2026-02-23T06:53:13.254 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:53:13 trial005 ceph-mon[34782]: from='client.14138 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2026-02-23T06:53:13.255 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:53:13 trial005 ceph-mon[34782]: from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "trial005", "addr": "10.20.193.5", "target": ["mon-mgr", ""]}]: dispatch 2026-02-23T06:53:13.255 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:53:13 trial005 ceph-mon[34782]: Deploying cephadm binary to trial005 2026-02-23T06:53:13.588 INFO:teuthology.orchestra.run.trial005.stdout:/usr/bin/ceph: stdout Added host 'trial005' with addr '10.20.193.5' 2026-02-23T06:53:13.588 INFO:teuthology.orchestra.run.trial005.stdout:Deploying unmanaged mon service... 2026-02-23T06:53:13.955 INFO:teuthology.orchestra.run.trial005.stdout:/usr/bin/ceph: stdout Scheduled mon update... 2026-02-23T06:53:13.955 INFO:teuthology.orchestra.run.trial005.stdout:Deploying unmanaged mgr service... 2026-02-23T06:53:14.323 INFO:teuthology.orchestra.run.trial005.stdout:/usr/bin/ceph: stdout Scheduled mgr update... 2026-02-23T06:53:14.726 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:53:14 trial005 ceph-mon[34782]: from='mgr.14118 10.20.193.5:0/3964142116' entity='mgr.x' 2026-02-23T06:53:14.726 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:53:14 trial005 ceph-mon[34782]: Added host trial005 2026-02-23T06:53:14.726 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:53:14 trial005 ceph-mon[34782]: from='mgr.14118 10.20.193.5:0/3964142116' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-23T06:53:14.726 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:53:14 trial005 ceph-mon[34782]: from='client.14142 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "unmanaged": true, "target": ["mon-mgr", ""]}]: dispatch 2026-02-23T06:53:14.726 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:53:14 trial005 ceph-mon[34782]: Saving service mon spec with placement count:5 2026-02-23T06:53:14.726 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:53:14 trial005 ceph-mon[34782]: from='mgr.14118 10.20.193.5:0/3964142116' entity='mgr.x' 2026-02-23T06:53:14.726 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:53:14 trial005 ceph-mon[34782]: from='mgr.14118 10.20.193.5:0/3964142116' entity='mgr.x' 2026-02-23T06:53:14.726 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:53:14 trial005 ceph-mon[34782]: from='client.14144 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "unmanaged": true, "target": ["mon-mgr", ""]}]: dispatch 2026-02-23T06:53:14.727 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:53:14 trial005 ceph-mon[34782]: Saving service mgr spec with placement count:2 2026-02-23T06:53:14.727 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:53:14 trial005 ceph-mon[34782]: from='mgr.14118 10.20.193.5:0/3964142116' entity='mgr.x' 2026-02-23T06:53:14.727 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:53:14 trial005 ceph-mon[34782]: from='mgr.14118 10.20.193.5:0/3964142116' entity='mgr.x' 2026-02-23T06:53:15.042 INFO:teuthology.orchestra.run.trial005.stdout:Enabling the dashboard module... 2026-02-23T06:53:15.905 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:53:15 trial005 ceph-mon[34782]: from='mgr.14118 10.20.193.5:0/3964142116' entity='mgr.x' 2026-02-23T06:53:15.906 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:53:15 trial005 ceph-mon[34782]: from='client.? 10.20.193.5:0/3565322948' entity='client.admin' 2026-02-23T06:53:15.906 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:53:15 trial005 ceph-mon[34782]: from='mgr.14118 10.20.193.5:0/3964142116' entity='mgr.x' 2026-02-23T06:53:15.906 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:53:15 trial005 ceph-mon[34782]: from='client.? 10.20.193.5:0/2668034478' entity='client.admin' 2026-02-23T06:53:15.906 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:53:15 trial005 ceph-mon[34782]: from='client.? 10.20.193.5:0/64091668' entity='client.admin' cmd={"prefix": "mgr module enable", "module": "dashboard"} : dispatch 2026-02-23T06:53:16.312 INFO:journalctl@ceph.mgr.x.trial005.stdout:Feb 23 06:53:15 trial005 ceph-40d3614d-1084-11f1-b257-d404e6e7d460-mgr-x[35084]: ignoring --setuser ceph since I am not root 2026-02-23T06:53:16.312 INFO:journalctl@ceph.mgr.x.trial005.stdout:Feb 23 06:53:15 trial005 ceph-40d3614d-1084-11f1-b257-d404e6e7d460-mgr-x[35084]: ignoring --setgroup ceph since I am not root 2026-02-23T06:53:16.436 INFO:teuthology.orchestra.run.trial005.stdout:/usr/bin/ceph: stdout { 2026-02-23T06:53:16.436 INFO:teuthology.orchestra.run.trial005.stdout:/usr/bin/ceph: stdout "epoch": 9, 2026-02-23T06:53:16.436 INFO:teuthology.orchestra.run.trial005.stdout:/usr/bin/ceph: stdout "available": true, 2026-02-23T06:53:16.436 INFO:teuthology.orchestra.run.trial005.stdout:/usr/bin/ceph: stdout "active_name": "x", 2026-02-23T06:53:16.436 INFO:teuthology.orchestra.run.trial005.stdout:/usr/bin/ceph: stdout "num_standby": 0 2026-02-23T06:53:16.436 INFO:teuthology.orchestra.run.trial005.stdout:/usr/bin/ceph: stdout } 2026-02-23T06:53:16.436 INFO:teuthology.orchestra.run.trial005.stdout:Waiting for the mgr to restart... 2026-02-23T06:53:16.436 INFO:teuthology.orchestra.run.trial005.stdout:Waiting for mgr epoch 9... 2026-02-23T06:53:17.406 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:53:16 trial005 ceph-mon[34782]: from='client.? 10.20.193.5:0/64091668' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2026-02-23T06:53:17.406 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:53:16 trial005 ceph-mon[34782]: mgrmap e9: x(active, since 7s) 2026-02-23T06:53:17.406 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:53:16 trial005 ceph-mon[34782]: from='client.? 10.20.193.5:0/3920672661' entity='client.admin' cmd={"prefix": "mgr stat"} : dispatch 2026-02-23T06:53:17.406 INFO:journalctl@ceph.mgr.x.trial005.stdout:Feb 23 06:53:16 trial005 ceph-40d3614d-1084-11f1-b257-d404e6e7d460-mgr-x[35084]: /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-23T06:53:17.407 INFO:journalctl@ceph.mgr.x.trial005.stdout:Feb 23 06:53:16 trial005 ceph-40d3614d-1084-11f1-b257-d404e6e7d460-mgr-x[35084]: 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-23T06:53:17.407 INFO:journalctl@ceph.mgr.x.trial005.stdout:Feb 23 06:53:16 trial005 ceph-40d3614d-1084-11f1-b257-d404e6e7d460-mgr-x[35084]: from numpy import show_config as show_numpy_config 2026-02-23T06:53:19.155 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:53:18 trial005 ceph-mon[34782]: Active manager daemon x restarted 2026-02-23T06:53:19.156 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:53:18 trial005 ceph-mon[34782]: Activating manager daemon x 2026-02-23T06:53:19.156 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:53:18 trial005 ceph-mon[34782]: osdmap e3: 0 total, 0 up, 0 in 2026-02-23T06:53:19.156 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:53:18 trial005 ceph-mon[34782]: mgrmap e10: x(active, starting, since 0.00289818s) 2026-02-23T06:53:19.156 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:53:18 trial005 ceph-mon[34782]: from='mgr.14152 10.20.193.5:0/2093500246' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-02-23T06:53:19.156 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:53:18 trial005 ceph-mon[34782]: from='mgr.14152 10.20.193.5:0/2093500246' entity='mgr.x' cmd={"prefix": "mgr metadata", "who": "x", "id": "x"} : dispatch 2026-02-23T06:53:19.156 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:53:18 trial005 ceph-mon[34782]: from='mgr.14152 10.20.193.5:0/2093500246' entity='mgr.x' cmd={"prefix": "mds metadata"} : dispatch 2026-02-23T06:53:19.156 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:53:18 trial005 ceph-mon[34782]: from='mgr.14152 10.20.193.5:0/2093500246' entity='mgr.x' cmd={"prefix": "osd metadata"} : dispatch 2026-02-23T06:53:19.156 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:53:18 trial005 ceph-mon[34782]: from='mgr.14152 10.20.193.5:0/2093500246' entity='mgr.x' cmd={"prefix": "mon metadata"} : dispatch 2026-02-23T06:53:19.156 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:53:18 trial005 ceph-mon[34782]: Manager daemon x is now available 2026-02-23T06:53:19.823 INFO:teuthology.orchestra.run.trial005.stdout:/usr/bin/ceph: stdout { 2026-02-23T06:53:19.824 INFO:teuthology.orchestra.run.trial005.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 11, 2026-02-23T06:53:19.824 INFO:teuthology.orchestra.run.trial005.stdout:/usr/bin/ceph: stdout "initialized": true 2026-02-23T06:53:19.824 INFO:teuthology.orchestra.run.trial005.stdout:/usr/bin/ceph: stdout } 2026-02-23T06:53:19.824 INFO:teuthology.orchestra.run.trial005.stdout:mgr epoch 9 is available 2026-02-23T06:53:19.824 INFO:teuthology.orchestra.run.trial005.stdout:Using certmgr to generate dashboard self-signed certificate... 2026-02-23T06:53:19.955 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:53:19 trial005 ceph-mon[34782]: from='mgr.14152 10.20.193.5:0/2093500246' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-23T06:53:19.955 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:53:19 trial005 ceph-mon[34782]: from='mgr.14152 10.20.193.5:0/2093500246' entity='mgr.x' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"} : dispatch 2026-02-23T06:53:19.955 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:53:19 trial005 ceph-mon[34782]: from='mgr.14152 10.20.193.5:0/2093500246' entity='mgr.x' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"} : dispatch 2026-02-23T06:53:19.955 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:53:19 trial005 ceph-mon[34782]: from='mgr.14152 10.20.193.5:0/2093500246' entity='mgr.x' 2026-02-23T06:53:19.955 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:53:19 trial005 ceph-mon[34782]: from='mgr.14152 10.20.193.5:0/2093500246' entity='mgr.x' 2026-02-23T06:53:19.956 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:53:19 trial005 ceph-mon[34782]: mgrmap e11: x(active, since 1.00496s) 2026-02-23T06:53:20.455 INFO:teuthology.orchestra.run.trial005.stdout:/usr/bin/ceph: stdout {"cert": "-----BEGIN CERTIFICATE-----\nMIIFHjCCAwagAwIBAgIUeOlKH+eofMLDCRRqZrzxVSx/KpkwDQYJKoZIhvcNAQEL\nBQAwPDE6MDgGA1UEAwwxY2VwaGFkbS1yb290LTQwZDM2MTRkLTEwODQtMTFmMS1i\nMjU3LWQ0MDRlNmU3ZDQ2MDAeFw0yNjAyMjMwNjUzMjBaFw0yOTAyMjIwNjUzMjBa\nMBYxFDASBgNVBAMMCzEwLjIwLjE5My41MIICIjANBgkqhkiG9w0BAQEFAAOCAg8A\nMIICCgKCAgEAxFsziVkOStvsCKmqA3sjzwR62vxLzgdsggL4HNnqerfGntM1zpcX\nShp2yNqzQK9tcBWDGkqwPganHPt7f6gnkdUZtxZlb3BaqnuuNaiCt2Pf7wTfm1ye\nx6PAY+rpNv744mGpbwg/mkNeJjkgPgtcjIpE4WZNOxVgYQwg5K23I+eMJpsZ+Unq\n7MZVokSK6mLaHAagKssWoYCGnQ0+iiYABNzaorxMy3mwDlGV72pPEcow3Qp/rRfD\nlUu/4SPdQ0r8q/e0EwbvIRRSE/eTvEbFdDlYac2LL+QMWswNlgMalfTMSgwwUoxI\nFoWDIuZLpwEukjIKdBq39jAjZuqCPf/dU9jGTCFnUl9EGWnZiUHbxow1zIwPC3sH\nYY0G7p0EJeOOQsP+nQBj0ee65TEeexkFt6K9rOIHZuCaWxlsfStWgGopxu1uP4S1\nuoEh0+sOfVb//t2ppY4lSdCos310M5TOXzTnT8sLEOMiyYlZtlvTFHt2DOdFBYJj\n8oreZu5b30l/RDE9MtN3Uhj/AOvV4G/xfS31DQYL1RSKOSydDc2LlvDuxPmIwnMb\n7a/dZnYdYTT+oGM1zk0aWnLnVXj6OCmZKpnyjN+mqiqWgB28lPxrJBuUDEB8781h\nKz7mt/5iWjIufwl/yQN1haoO30k8OpUsB7+GXU3P9xYnNkhsQdp1SQ8CAwEAAaM+\nMDwwLAYDVR0RBCUwI4IIdHJpYWwwMDWCEWRhc2hib2FyZF9zZXJ2ZXJzhwQKFMEF\nMAwGA1UdEwEB/wQCMAAwDQYJKoZIhvcNAQELBQADggIBAEA+xXAldbBNIQbN6ab2\n35m/qItoZNmwHWrPfmKyiBNyU7JwNspjXH+kgJ8uS/cEptJS+yjq54F9gO+XLxJ6\nfdeyIfUplfiHF3dSs9E3ItdTxXq9YC2AfJxB+Vf6M6XZxck/yutjOuuzkoGE688o\nI/8NOdvM0MhDBSvrAm/cwJRIh0ciKnKk2IHYeS+DFIr72NmcFCt1Y5DjDook5BEf\nuxtC76bQuBQJKbW323Mhsus0Hnt4nHhbl05kkLEEpcErLtWskkBO2HbQbqvGgIOG\n7ImL3SdqgfMolHRkPIQs5O7hAcIyRFEAJBH9Mfoa4uTcVl9CKlXYGGSpsSxsXyJ7\nUGKVSYAmbtqGKvzrzNnkd4DuVR/4zBPfXBHjmwzXP/xJh8Zsknjh4wBo3MDqegzI\naxCuO4QkQnvrmyMB3KfletLdl6/WhOvywhQ44PhYzu7dO3uSqq84cnxoDJCjEwUl\nW8Qdg9K39WPQi29qlWrAYTYuAexVZ//SVca8uvObad6Ae1mn+FrROOhlJbQbh39G\nyKMVERKjrzeW6yL868bJBA7ro3kLtz5qh8ejYaqnM9lMT3RS/mNj5xAOLiZvKg03\n5ks5gbi5BksgQsoErdKdZqgVmRqkuQ3acCD3xEP+iZLwx7V/Vpz7xPcNEK05nIYZ\nueGIEdN2KRt7kaO3PbXwnMNa\n-----END CERTIFICATE-----\n", "key": "-----BEGIN RSA PRIVATE KEY-----\nMIIJKQIBAAKCAgEAxFsziVkOStvsCKmqA3sjzwR62vxLzgdsggL4HNnqerfGntM1\nzpcXShp2yNqzQK9tcBWDGkqwPganHPt7f6gnkdUZtxZlb3BaqnuuNaiCt2Pf7wTf\nm1yex6PAY+rpNv744mGpbwg/mkNeJjkgPgtcjIpE4WZNOxVgYQwg5K23I+eMJpsZ\n+Unq7MZVokSK6mLaHAagKssWoYCGnQ0+iiYABNzaorxMy3mwDlGV72pPEcow3Qp/\nrRfDlUu/4SPdQ0r8q/e0EwbvIRRSE/eTvEbFdDlYac2LL+QMWswNlgMalfTMSgww\nUoxIFoWDIuZLpwEukjIKdBq39jAjZuqCPf/dU9jGTCFnUl9EGWnZiUHbxow1zIwP\nC3sHYY0G7p0EJeOOQsP+nQBj0ee65TEeexkFt6K9rOIHZuCaWxlsfStWgGopxu1u\nP4S1uoEh0+sOfVb//t2ppY4lSdCos310M5TOXzTnT8sLEOMiyYlZtlvTFHt2DOdF\nBYJj8oreZu5b30l/RDE9MtN3Uhj/AOvV4G/xfS31DQYL1RSKOSydDc2LlvDuxPmI\nwnMb7a/dZnYdYTT+oGM1zk0aWnLnVXj6OCmZKpnyjN+mqiqWgB28lPxrJBuUDEB8\n781hKz7mt/5iWjIufwl/yQN1haoO30k8OpUsB7+GXU3P9xYnNkhsQdp1SQ8CAwEA\nAQKCAgATRWAperQMZMklkIE/FjbNeoMUOu61qcTcfa4cJsb8hEzaCaCeRfXjL/W4\ngL5W+uCiv3m+etYRQFXmYkgcn0RC68c6UNhjt4MueDUAzykFFqhDrRbFCLIMpeWb\n6NI6s4t5rFwUqZqUaUg0OCcR78uFf4yDEqdBxTdQTwBrcSEoRPFcWJyT+s0zr8N3\nyYJYvprpZT0S9huifhq4DzS0GkamM4bBsflXfvnobdlpReW8uTtSdlVRh6OKY4TR\nc9OjZxilSApEU8nkVTo4+3NkZw25+mbS+3lNmfQcdSpgLq3NSdlC6y9S6rGohDH6\nmt+R5GvNrVuZSYYEg3T2BM4Dh7kQ9YYstc09z7IhYZosCSQpAThH8OAKCi2SDSd3\nPvxMZI9pUHoGlTJFnvS5EW/i7k1cVrMys5MACjefz+2/78u4DDA81qZomS+TIh1h\nBJwLQmEr9XCX/ATFQB7eBKCcf7UpK+Si++sr2R9MFe0KGu5miz6pP5jo8IaUxSfB\nuIl1fjtJYKFe6mj/5Kc+MpFrUAr48msOLd3BcU6ygcEWsF40OAiquiMhXl3eRLVd\nVYy3PprBt4Eyd2ogO9dDooQuJpM/X7IGWIXWrTKpfdIFegIDyh3zehVOek3WckBm\nMZjMkMn+MGUjRMikcMSubM8Xxxl/H6wgXePZ9nrsL9yS0l/IAQKCAQEA60fWGwCX\n+6nYrRZcyoKHhzU0LQ5m3j7Vn8w3Z20rxxOvSYIUUeWCllomRJ5VHi4X7GVvTY71\n3Nmoebfh1eQoE4XYxNiDlHFhxespBlN/+bjMAVZGEEHfNN7YKi9CK3SvvCNu3dT1\nVPTJ5vEcGwhGn1nOhR52oCxMdryTKCQeCj8ArxltofeEq1s230PoM/gYsRIhtV0i\nFdpQsPmaHLxswklOsUjl8VKy/qprmfitmfcYknuxYty/nbLr2nUR9Gs0HWs35Eyi\n4q/gMG4nBXXSubg87R9Yk36etZYcFZ5IhO3g70CRBn+T/qsjsj82S4ezt48Kd1a8\nf24PqB/nzZQF7wKCAQEA1aXazVQd2rB/ojFv1jn070ymBEHM9kWDOKG0Z8HT3jzj\nuMLwg3lr7PxyQsBK/L26TAPOgSOZ4bJJ4qsPVPuVy3wWo/95uc/0rxf5x43H70BC\nhJURTFiKQTJeXslbHDrDztKR8HgHAaL3Jd3Gg1HAGk+lneznqY9RjUPxDl6t1iU2\n7z6I3R/etzn2318b1nhl3YXrmM3uQYwYOedBUwCnYv07lWOzsPDYhR0/M5+8EgjK\nl0wvCjeRrg9/hLyGk19lz+VXG/ssu24AESWKx4klmI42zo7r8Ck0pvkHc6HBDmyZ\nOzqde9mOlqX+ZWpd1Q3KwDHoukkntbuXjNhYLocO4QKCAQEAmRuuYPQJ82Ob9UdQ\nKxi2SW59/bQZjRcmvU6P32ZTzsEomJVl08WfLWiM7qp6iaFFQDjiLX6S0J1z3YGk\nHSTUT6ASaEbdmYQPNFTL5aoA5ek0GMqj3YCAWE+MLCeEz/KnSa9lPkaPQDHsEbVl\nrNG944T1t/sTBzjMqZgdy0l1owVM1KWfin8gfsJk+vWd7fPNXa2G8hchT0c6q3BC\nseCMhgJei0/9EwXWJZORYilKD5+VBf4oeUVeDKmaghcdEAmTaHGVdaPJe+sn4VxN\nWGhMMT+LpmN3qMQFU/XTYN4YIykJ76f8uFXdYSTNnfk0xAITGaikDvUKxYJB/g6F\nMmrZUQKCAQBsr99LrYsyga+sl3HJjdppEpkyeTcH4f0Lhlf8oMJjwJ4olCM+/zpE\naXjHNIPxZ6OqoBUh5TaXdtfXlCZMmWBvEEWEUKdgO8bCfHP5bMtVj19Hi34tVK2g\n1TrlBZJwHgUW5lCQAL+vuXP5s4UVsTUFLZeXa7m+rMZUE0hCgy/0TSJRO4Ls2xW2\nKKrKn9vNk5pew45DQh//AIIikt7MlvyQgzsYmIwFa8D6lxJb9Nr8YbSOm5cin3ph\nDklVAYOE3Xcx9/4EohbzktY94tdjAwY5Qb/n/RVSK+Q5PV7pGFTaPa0GUJ9lLhw3\nz2JHvYDWrhmDBODcQ/MLpM9IO5dAtDyBAoIBAQCh69zjcKM5c9fnz1K5sLCwGreu\nEC4vgiKOyR1TrD1ZjRUUYGTce7xJg1pgsiFT9mYFwnopp+2A9LSTukPOFm5XthK/\nHHPs/bjKX9o5Q3HJOA78cgljVTl+2kAOHxREJ8Y1z+xhrIBqh6l+g/e1CumEhz+F\nID+N9aIt0KVZu5OKqGN85/UrJ1F04vGh2ZdTU/XoxtSDIqq3UbtGiAJpRRlkP0eY\n0AMPuUEr3uQy4oEEyXpR7GaAYZCpRwOEioCidT3IYJoUoJkX5pVbjFfoILMad4wz\nAneum4uUc7P4iJozP2JeRjQ1eWI5CtVb80Btjy0hIvZw809sJVhf5KBTCVMw\n-----END RSA PRIVATE KEY-----\n"} 2026-02-23T06:53:20.818 INFO:teuthology.orchestra.run.trial005.stdout:/usr/bin/ceph: stdout SSL certificate updated 2026-02-23T06:53:21.052 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:53:20 trial005 ceph-mon[34782]: [23/Feb/2026:06:53:19] ENGINE Bus STARTING 2026-02-23T06:53:21.053 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:53:20 trial005 ceph-mon[34782]: [23/Feb/2026:06:53:19] ENGINE Serving on https://10.20.193.5:7150 2026-02-23T06:53:21.053 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:53:20 trial005 ceph-mon[34782]: [23/Feb/2026:06:53:19] ENGINE Client ('10.20.193.5', 49120) lost — peer dropped the TLS connection suddenly, during handshake: (6, 'TLS/SSL connection has been closed (EOF) (_ssl.c:1147)') 2026-02-23T06:53:21.053 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:53:20 trial005 ceph-mon[34782]: [23/Feb/2026:06:53:19] ENGINE Serving on http://10.20.193.5:8765 2026-02-23T06:53:21.053 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:53:20 trial005 ceph-mon[34782]: [23/Feb/2026:06:53:19] ENGINE Bus STARTED 2026-02-23T06:53:21.053 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:53:20 trial005 ceph-mon[34782]: from='client.14156 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2026-02-23T06:53:21.054 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:53:20 trial005 ceph-mon[34782]: from='client.14156 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2026-02-23T06:53:21.054 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:53:20 trial005 ceph-mon[34782]: from='mgr.14152 10.20.193.5:0/2093500246' entity='mgr.x' 2026-02-23T06:53:21.177 INFO:teuthology.orchestra.run.trial005.stdout:/usr/bin/ceph: stdout SSL certificate key updated 2026-02-23T06:53:21.177 INFO:teuthology.orchestra.run.trial005.stdout:Creating initial admin user... 2026-02-23T06:53:21.736 INFO:teuthology.orchestra.run.trial005.stdout:/usr/bin/ceph: stdout {"username": "admin", "password": "$2b$12$O8gkYt1lS1.E2ygJaZXU9uN1bFwNQ8fs/URRiQ4qPvtTbeBC7BJae", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1771829601, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2026-02-23T06:53:21.736 INFO:teuthology.orchestra.run.trial005.stdout:Fetching dashboard port number... 2026-02-23T06:53:21.905 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:53:21 trial005 ceph-mon[34782]: from='client.14164 -' entity='client.admin' cmd=[{"prefix": "orch certmgr generate-certificates", "module_name": "dashboard", "target": ["mon-mgr", ""]}]: dispatch 2026-02-23T06:53:21.905 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:53:21 trial005 ceph-mon[34782]: from='client.14166 -' entity='client.admin' cmd=[{"prefix": "dashboard set-ssl-certificate", "target": ["mon-mgr", ""]}]: dispatch 2026-02-23T06:53:21.906 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:53:21 trial005 ceph-mon[34782]: mgrmap e12: x(active, since 2s) 2026-02-23T06:53:21.906 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:53:21 trial005 ceph-mon[34782]: from='mgr.14152 10.20.193.5:0/2093500246' entity='mgr.x' 2026-02-23T06:53:21.906 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:53:21 trial005 ceph-mon[34782]: from='mgr.14152 10.20.193.5:0/2093500246' entity='mgr.x' 2026-02-23T06:53:22.079 INFO:teuthology.orchestra.run.trial005.stdout:/usr/bin/ceph: stdout 8443 2026-02-23T06:53:22.088 INFO:teuthology.orchestra.run.trial005.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2026-02-23T06:53:22.088 INFO:teuthology.orchestra.run.trial005.stdout:systemctl: stdout disabled 2026-02-23T06:53:22.095 INFO:teuthology.orchestra.run.trial005.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2026-02-23T06:53:22.095 INFO:teuthology.orchestra.run.trial005.stdout:systemctl: stdout inactive 2026-02-23T06:53:22.095 INFO:teuthology.orchestra.run.trial005.stdout:firewalld.service is not enabled 2026-02-23T06:53:22.095 INFO:teuthology.orchestra.run.trial005.stdout:Not possible to open ports <[8443]>. firewalld.service is not available 2026-02-23T06:53:22.096 INFO:teuthology.orchestra.run.trial005.stdout:Ceph Dashboard is now available at: 2026-02-23T06:53:22.096 INFO:teuthology.orchestra.run.trial005.stdout: 2026-02-23T06:53:22.096 INFO:teuthology.orchestra.run.trial005.stdout: URL: https://trial005:8443/ 2026-02-23T06:53:22.096 INFO:teuthology.orchestra.run.trial005.stdout: User: admin 2026-02-23T06:53:22.096 INFO:teuthology.orchestra.run.trial005.stdout: Password: gfzk3yp2ln 2026-02-23T06:53:22.096 INFO:teuthology.orchestra.run.trial005.stdout: 2026-02-23T06:53:22.097 INFO:teuthology.orchestra.run.trial005.stdout:Saving cluster configuration to /var/lib/ceph/40d3614d-1084-11f1-b257-d404e6e7d460/config directory 2026-02-23T06:53:22.495 INFO:teuthology.orchestra.run.trial005.stdout:/usr/bin/ceph: stderr set mgr/dashboard/cluster/status 2026-02-23T06:53:22.495 INFO:teuthology.orchestra.run.trial005.stdout:You can access the Ceph CLI as following in case of multi-cluster or non-default config: 2026-02-23T06:53:22.495 INFO:teuthology.orchestra.run.trial005.stdout: 2026-02-23T06:53:22.495 INFO:teuthology.orchestra.run.trial005.stdout: sudo /home/ubuntu/cephtest/cephadm shell --fsid 40d3614d-1084-11f1-b257-d404e6e7d460 -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2026-02-23T06:53:22.495 INFO:teuthology.orchestra.run.trial005.stdout: 2026-02-23T06:53:22.496 INFO:teuthology.orchestra.run.trial005.stdout:Or, if you are only running a single cluster on this host: 2026-02-23T06:53:22.496 INFO:teuthology.orchestra.run.trial005.stdout: 2026-02-23T06:53:22.496 INFO:teuthology.orchestra.run.trial005.stdout: sudo /home/ubuntu/cephtest/cephadm shell 2026-02-23T06:53:22.496 INFO:teuthology.orchestra.run.trial005.stdout: 2026-02-23T06:53:22.496 INFO:teuthology.orchestra.run.trial005.stdout:Please consider enabling telemetry to help improve Ceph: 2026-02-23T06:53:22.496 INFO:teuthology.orchestra.run.trial005.stdout: 2026-02-23T06:53:22.497 INFO:teuthology.orchestra.run.trial005.stdout: ceph telemetry on 2026-02-23T06:53:22.497 INFO:teuthology.orchestra.run.trial005.stdout: 2026-02-23T06:53:22.497 INFO:teuthology.orchestra.run.trial005.stdout:For more information see: 2026-02-23T06:53:22.497 INFO:teuthology.orchestra.run.trial005.stdout: 2026-02-23T06:53:22.497 INFO:teuthology.orchestra.run.trial005.stdout: https://docs.ceph.com/en/latest/mgr/telemetry/ 2026-02-23T06:53:22.497 INFO:teuthology.orchestra.run.trial005.stdout: 2026-02-23T06:53:22.497 INFO:teuthology.orchestra.run.trial005.stdout:Bootstrap complete. 2026-02-23T06:53:22.502 INFO:teuthology.orchestra.run.trial005.stdout:systemctl: stdout static 2026-02-23T06:53:22.507 INFO:teuthology.orchestra.run.trial005.stdout:Non-zero exit code 3 from systemctl is-active logrotate 2026-02-23T06:53:22.508 INFO:teuthology.orchestra.run.trial005.stdout:systemctl: stdout inactive 2026-02-23T06:53:22.508 INFO:teuthology.orchestra.run.trial005.stdout:Enabling the logrotate.timer service to perform daily log rotation. 2026-02-23T06:53:22.650 INFO:tasks.cephadm:Fetching config... 2026-02-23T06:53:22.650 DEBUG:teuthology.orchestra.run.trial005:> set -ex 2026-02-23T06:53:22.650 DEBUG:teuthology.orchestra.run.trial005:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2026-02-23T06:53:22.667 INFO:tasks.cephadm:Fetching client.admin keyring... 2026-02-23T06:53:22.667 DEBUG:teuthology.orchestra.run.trial005:> set -ex 2026-02-23T06:53:22.667 DEBUG:teuthology.orchestra.run.trial005:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2026-02-23T06:53:22.725 INFO:tasks.cephadm:Fetching mon keyring... 2026-02-23T06:53:22.725 DEBUG:teuthology.orchestra.run.trial005:> set -ex 2026-02-23T06:53:22.725 DEBUG:teuthology.orchestra.run.trial005:> sudo dd if=/var/lib/ceph/40d3614d-1084-11f1-b257-d404e6e7d460/mon.a/keyring of=/dev/stdout 2026-02-23T06:53:22.790 INFO:tasks.cephadm:Fetching pub ssh key... 2026-02-23T06:53:22.790 DEBUG:teuthology.orchestra.run.trial005:> set -ex 2026-02-23T06:53:22.790 DEBUG:teuthology.orchestra.run.trial005:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2026-02-23T06:53:22.846 INFO:tasks.cephadm:Installing pub ssh key for root users... 2026-02-23T06:53:22.846 DEBUG:teuthology.orchestra.run.trial005:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIDv+9eCiZ7UUmsedAeG3IcYy/3IdNA5oKiwNnwK3Ge+y ceph-40d3614d-1084-11f1-b257-d404e6e7d460' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2026-02-23T06:53:22.920 INFO:teuthology.orchestra.run.trial005.stdout:ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIDv+9eCiZ7UUmsedAeG3IcYy/3IdNA5oKiwNnwK3Ge+y ceph-40d3614d-1084-11f1-b257-d404e6e7d460 2026-02-23T06:53:22.930 DEBUG:teuthology.orchestra.run.trial122:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIDv+9eCiZ7UUmsedAeG3IcYy/3IdNA5oKiwNnwK3Ge+y ceph-40d3614d-1084-11f1-b257-d404e6e7d460' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2026-02-23T06:53:22.964 INFO:teuthology.orchestra.run.trial122.stdout:ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIDv+9eCiZ7UUmsedAeG3IcYy/3IdNA5oKiwNnwK3Ge+y ceph-40d3614d-1084-11f1-b257-d404e6e7d460 2026-02-23T06:53:22.974 DEBUG:teuthology.orchestra.run.trial005:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:244ee61d76a715c3ac0d60eeb3321aefb91c3511 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 40d3614d-1084-11f1-b257-d404e6e7d460 -- ceph config set mgr mgr/cephadm/allow_ptrace true 2026-02-23T06:53:23.089 INFO:teuthology.orchestra.run.trial005.stderr:Inferring config /var/lib/ceph/40d3614d-1084-11f1-b257-d404e6e7d460/mon.a/config 2026-02-23T06:53:23.111 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:53:22 trial005 ceph-mon[34782]: from='client.14168 -' entity='client.admin' cmd=[{"prefix": "dashboard set-ssl-certificate-key", "target": ["mon-mgr", ""]}]: dispatch 2026-02-23T06:53:23.111 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:53:22 trial005 ceph-mon[34782]: 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-23T06:53:23.111 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:53:22 trial005 ceph-mon[34782]: from='client.? 10.20.193.5:0/2426495673' entity='client.admin' cmd={"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"} : dispatch 2026-02-23T06:53:23.111 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:53:22 trial005 ceph-mon[34782]: from='client.? 10.20.193.5:0/1829314929' entity='client.admin' 2026-02-23T06:53:23.483 INFO:tasks.cephadm:Distributing conf and client.admin keyring to all hosts + 0755 2026-02-23T06:53:23.483 DEBUG:teuthology.orchestra.run.trial005:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:244ee61d76a715c3ac0d60eeb3321aefb91c3511 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 40d3614d-1084-11f1-b257-d404e6e7d460 -- ceph orch client-keyring set client.admin '*' --mode 0755 2026-02-23T06:53:23.600 INFO:teuthology.orchestra.run.trial005.stderr:Inferring config /var/lib/ceph/40d3614d-1084-11f1-b257-d404e6e7d460/mon.a/config 2026-02-23T06:53:23.987 INFO:tasks.cephadm:Remote trial122 excluded from cephadm cluster by role 2026-02-23T06:53:23.987 INFO:tasks.cephadm:Setting crush tunables to default 2026-02-23T06:53:23.987 DEBUG:teuthology.orchestra.run.trial005:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:244ee61d76a715c3ac0d60eeb3321aefb91c3511 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 40d3614d-1084-11f1-b257-d404e6e7d460 -- ceph osd crush tunables default 2026-02-23T06:53:24.127 INFO:teuthology.orchestra.run.trial005.stderr:Inferring config /var/lib/ceph/40d3614d-1084-11f1-b257-d404e6e7d460/mon.a/config 2026-02-23T06:53:24.542 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:53:24 trial005 ceph-mon[34782]: from='client.? 10.20.193.5:0/1182617454' entity='client.admin' 2026-02-23T06:53:24.543 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:53:24 trial005 ceph-mon[34782]: from='client.14178 -' entity='client.admin' cmd=[{"prefix": "orch client-keyring set", "entity": "client.admin", "placement": "*", "mode": "0755", "target": ["mon-mgr", ""]}]: dispatch 2026-02-23T06:53:24.543 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:53:24 trial005 ceph-mon[34782]: from='mgr.14152 10.20.193.5:0/2093500246' entity='mgr.x' 2026-02-23T06:53:25.343 INFO:teuthology.orchestra.run.trial005.stderr:adjusted tunables profile to default 2026-02-23T06:53:25.487 INFO:tasks.cephadm:Adding mon.a on trial005 2026-02-23T06:53:25.488 DEBUG:teuthology.orchestra.run.trial005:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:244ee61d76a715c3ac0d60eeb3321aefb91c3511 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 40d3614d-1084-11f1-b257-d404e6e7d460 -- ceph orch apply mon '1;trial005:10.20.193.5=a' 2026-02-23T06:53:25.606 INFO:teuthology.orchestra.run.trial005.stderr:Inferring config /var/lib/ceph/40d3614d-1084-11f1-b257-d404e6e7d460/mon.a/config 2026-02-23T06:53:25.627 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:53:25 trial005 ceph-mon[34782]: from='client.? 10.20.193.5:0/1970610404' entity='client.admin' cmd={"prefix": "osd crush tunables", "profile": "default"} : dispatch 2026-02-23T06:53:25.627 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:53:25 trial005 ceph-mon[34782]: from='mgr.14152 10.20.193.5:0/2093500246' entity='mgr.x' 2026-02-23T06:53:25.627 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:53:25 trial005 ceph-mon[34782]: from='mgr.14152 10.20.193.5:0/2093500246' entity='mgr.x' 2026-02-23T06:53:25.627 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:53:25 trial005 ceph-mon[34782]: from='mgr.14152 10.20.193.5:0/2093500246' entity='mgr.x' cmd={"prefix": "config rm", "who": "osd/host:trial005", "name": "osd_memory_target"} : dispatch 2026-02-23T06:53:25.627 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:53:25 trial005 ceph-mon[34782]: from='mgr.14152 10.20.193.5:0/2093500246' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-23T06:53:25.628 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:53:25 trial005 ceph-mon[34782]: from='mgr.14152 10.20.193.5:0/2093500246' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-23T06:53:25.857 INFO:teuthology.orchestra.run.trial005.stdout:Scheduled mon update... 2026-02-23T06:53:26.001 INFO:tasks.cephadm:Waiting for 1 mons in monmap... 2026-02-23T06:53:26.001 DEBUG:teuthology.orchestra.run.trial005:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:244ee61d76a715c3ac0d60eeb3321aefb91c3511 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 40d3614d-1084-11f1-b257-d404e6e7d460 -- ceph mon dump -f json 2026-02-23T06:53:26.120 INFO:teuthology.orchestra.run.trial005.stderr:Inferring config /var/lib/ceph/40d3614d-1084-11f1-b257-d404e6e7d460/mon.a/config 2026-02-23T06:53:26.397 INFO:teuthology.orchestra.run.trial005.stdout: 2026-02-23T06:53:26.397 INFO:teuthology.orchestra.run.trial005.stdout:{"epoch":1,"fsid":"40d3614d-1084-11f1-b257-d404e6e7d460","modified":"2026-02-23T06:52:56.243012Z","created":"2026-02-23T06:52:56.243012Z","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.5:3300","nonce":0},{"type":"v1","addr":"10.20.193.5:6789","nonce":0}]},"addr":"10.20.193.5:6789/0","public_addr":"10.20.193.5:6789/0","priority":0,"weight":0,"time_added":"2026-02-23T06:52:56:243026+0000","crush_location":[]}],"quorum":[0]} 2026-02-23T06:53:26.398 INFO:teuthology.orchestra.run.trial005.stderr:dumped monmap epoch 1 2026-02-23T06:53:26.516 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:53:26 trial005 ceph-mon[34782]: Updating trial005:/etc/ceph/ceph.conf 2026-02-23T06:53:26.516 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:53:26 trial005 ceph-mon[34782]: from='client.? 10.20.193.5:0/1970610404' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2026-02-23T06:53:26.516 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:53:26 trial005 ceph-mon[34782]: osdmap e4: 0 total, 0 up, 0 in 2026-02-23T06:53:26.516 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:53:26 trial005 ceph-mon[34782]: mgrmap e13: x(active, since 6s) 2026-02-23T06:53:26.516 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:53:26 trial005 ceph-mon[34782]: Updating trial005:/var/lib/ceph/40d3614d-1084-11f1-b257-d404e6e7d460/config/ceph.conf 2026-02-23T06:53:26.516 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:53:26 trial005 ceph-mon[34782]: from='client.14182 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "1;trial005:10.20.193.5=a", "target": ["mon-mgr", ""]}]: dispatch 2026-02-23T06:53:26.516 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:53:26 trial005 ceph-mon[34782]: Saving service mon spec with placement trial005:10.20.193.5=a;count:1 2026-02-23T06:53:26.517 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:53:26 trial005 ceph-mon[34782]: from='mgr.14152 10.20.193.5:0/2093500246' entity='mgr.x' 2026-02-23T06:53:26.537 INFO:tasks.cephadm:Generating final ceph.conf file... 2026-02-23T06:53:26.537 DEBUG:teuthology.orchestra.run.trial005:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:244ee61d76a715c3ac0d60eeb3321aefb91c3511 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 40d3614d-1084-11f1-b257-d404e6e7d460 -- ceph config generate-minimal-conf 2026-02-23T06:53:26.653 INFO:teuthology.orchestra.run.trial005.stderr:Inferring config /var/lib/ceph/40d3614d-1084-11f1-b257-d404e6e7d460/mon.a/config 2026-02-23T06:53:26.895 INFO:teuthology.orchestra.run.trial005.stdout:# minimal ceph.conf for 40d3614d-1084-11f1-b257-d404e6e7d460 2026-02-23T06:53:26.895 INFO:teuthology.orchestra.run.trial005.stdout:[global] 2026-02-23T06:53:26.895 INFO:teuthology.orchestra.run.trial005.stdout: fsid = 40d3614d-1084-11f1-b257-d404e6e7d460 2026-02-23T06:53:26.895 INFO:teuthology.orchestra.run.trial005.stdout: mon_host = [v2:10.20.193.5:3300/0,v1:10.20.193.5:6789/0] 2026-02-23T06:53:27.038 INFO:tasks.cephadm:Distributing (final) config and client.admin keyring... 2026-02-23T06:53:27.038 DEBUG:teuthology.orchestra.run.trial005:> set -ex 2026-02-23T06:53:27.038 DEBUG:teuthology.orchestra.run.trial005:> sudo dd of=/etc/ceph/ceph.conf 2026-02-23T06:53:27.065 DEBUG:teuthology.orchestra.run.trial005:> set -ex 2026-02-23T06:53:27.065 DEBUG:teuthology.orchestra.run.trial005:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2026-02-23T06:53:27.132 INFO:tasks.cephadm:Adding mgr.x on trial005 2026-02-23T06:53:27.132 DEBUG:teuthology.orchestra.run.trial005:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:244ee61d76a715c3ac0d60eeb3321aefb91c3511 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 40d3614d-1084-11f1-b257-d404e6e7d460 -- ceph orch apply mgr '1;trial005=x' 2026-02-23T06:53:27.289 INFO:teuthology.orchestra.run.trial005.stderr:Inferring config /var/lib/ceph/40d3614d-1084-11f1-b257-d404e6e7d460/mon.a/config 2026-02-23T06:53:27.544 INFO:teuthology.orchestra.run.trial005.stdout:Scheduled mgr update... 2026-02-23T06:53:27.655 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:53:27 trial005 ceph-mon[34782]: from='client.? 10.20.193.5:0/3021894798' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2026-02-23T06:53:27.656 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:53:27 trial005 ceph-mon[34782]: Updating trial005:/etc/ceph/ceph.client.admin.keyring 2026-02-23T06:53:27.656 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:53:27 trial005 ceph-mon[34782]: from='client.? 10.20.193.5:0/2353929430' entity='client.admin' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-23T06:53:27.689 DEBUG:tasks.cephadm:set 0 configs 2026-02-23T06:53:27.690 DEBUG:teuthology.orchestra.run.trial005:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:244ee61d76a715c3ac0d60eeb3321aefb91c3511 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 40d3614d-1084-11f1-b257-d404e6e7d460 -- ceph config dump 2026-02-23T06:53:27.807 INFO:teuthology.orchestra.run.trial005.stderr:Inferring config /var/lib/ceph/40d3614d-1084-11f1-b257-d404e6e7d460/mon.a/config 2026-02-23T06:53:28.050 INFO:teuthology.orchestra.run.trial005.stdout:WHO MASK LEVEL OPTION VALUE RO 2026-02-23T06:53:28.050 INFO:teuthology.orchestra.run.trial005.stdout:global dev auth_debug true 2026-02-23T06:53:28.050 INFO:teuthology.orchestra.run.trial005.stdout:global basic container_image quay.ceph.io/ceph-ci/ceph@sha256:aa1908bf3487bd0120867a595cd8279257306a73ebf8926eb7370fa78e59f3f2 * 2026-02-23T06:53:28.050 INFO:teuthology.orchestra.run.trial005.stdout:global dev debug_asserts_on_shutdown true 2026-02-23T06:53:28.050 INFO:teuthology.orchestra.run.trial005.stdout:global basic log_to_file true 2026-02-23T06:53:28.050 INFO:teuthology.orchestra.run.trial005.stdout:global basic log_to_journald false 2026-02-23T06:53:28.050 INFO:teuthology.orchestra.run.trial005.stdout:global basic log_to_stderr false 2026-02-23T06:53:28.051 INFO:teuthology.orchestra.run.trial005.stdout:global advanced mon_allow_pool_delete true 2026-02-23T06:53:28.051 INFO:teuthology.orchestra.run.trial005.stdout:global advanced mon_clock_drift_allowed 1.000000 2026-02-23T06:53:28.051 INFO:teuthology.orchestra.run.trial005.stdout:global advanced mon_cluster_log_to_file true 2026-02-23T06:53:28.051 INFO:teuthology.orchestra.run.trial005.stdout:global advanced mon_max_pg_per_osd 10000 2026-02-23T06:53:28.051 INFO:teuthology.orchestra.run.trial005.stdout:global advanced mon_pg_warn_max_object_skew 0.000000 2026-02-23T06:53:28.051 INFO:teuthology.orchestra.run.trial005.stdout:global advanced mon_warn_on_crush_straw_calc_version_zero false 2026-02-23T06:53:28.051 INFO:teuthology.orchestra.run.trial005.stdout:global advanced mon_warn_on_legacy_crush_tunables false 2026-02-23T06:53:28.051 INFO:teuthology.orchestra.run.trial005.stdout:global advanced mon_warn_on_osd_down_out_interval_zero false 2026-02-23T06:53:28.051 INFO:teuthology.orchestra.run.trial005.stdout:global dev mon_warn_on_pool_pg_num_not_power_of_two false 2026-02-23T06:53:28.051 INFO:teuthology.orchestra.run.trial005.stdout:global advanced mon_warn_on_too_few_osds false 2026-02-23T06:53:28.051 INFO:teuthology.orchestra.run.trial005.stdout:global dev ms_die_on_bug true 2026-02-23T06:53:28.051 INFO:teuthology.orchestra.run.trial005.stdout:global dev ms_die_on_old_message true 2026-02-23T06:53:28.051 INFO:teuthology.orchestra.run.trial005.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-23T06:53:28.051 INFO:teuthology.orchestra.run.trial005.stdout:global advanced osd_pool_default_pg_autoscale_mode off 2026-02-23T06:53:28.051 INFO:teuthology.orchestra.run.trial005.stdout:global advanced osd_pool_default_size 2 2026-02-23T06:53:28.051 INFO:teuthology.orchestra.run.trial005.stdout:global advanced public_network 10.20.192.0/20 * 2026-02-23T06:53:28.051 INFO:teuthology.orchestra.run.trial005.stdout:mon advanced auth_allow_insecure_global_id_reclaim false 2026-02-23T06:53:28.051 INFO:teuthology.orchestra.run.trial005.stdout:mon advanced auth_mon_ticket_ttl 660.000000 2026-02-23T06:53:28.051 INFO:teuthology.orchestra.run.trial005.stdout:mon advanced auth_service_ticket_ttl 240.000000 2026-02-23T06:53:28.051 INFO:teuthology.orchestra.run.trial005.stdout:mon advanced debug_mon 20/20 2026-02-23T06:53:28.051 INFO:teuthology.orchestra.run.trial005.stdout:mon advanced debug_ms 1/1 2026-02-23T06:53:28.051 INFO:teuthology.orchestra.run.trial005.stdout:mon advanced debug_paxos 20/20 2026-02-23T06:53:28.051 INFO:teuthology.orchestra.run.trial005.stdout:mon advanced mon_data_avail_warn 5 2026-02-23T06:53:28.051 INFO:teuthology.orchestra.run.trial005.stdout:mon advanced mon_mgr_mkfs_grace 240 2026-02-23T06:53:28.051 INFO:teuthology.orchestra.run.trial005.stdout:mon dev mon_osd_prime_pg_temp true 2026-02-23T06:53:28.051 INFO:teuthology.orchestra.run.trial005.stdout:mon advanced mon_osd_reporter_subtree_level osd 2026-02-23T06:53:28.051 INFO:teuthology.orchestra.run.trial005.stdout:mon advanced mon_reweight_min_bytes_per_osd 10 2026-02-23T06:53:28.051 INFO:teuthology.orchestra.run.trial005.stdout:mon advanced mon_reweight_min_pgs_per_osd 4 2026-02-23T06:53:28.051 INFO:teuthology.orchestra.run.trial005.stdout:mon advanced mon_warn_on_insecure_global_id_reclaim false 2026-02-23T06:53:28.051 INFO:teuthology.orchestra.run.trial005.stdout:mon advanced mon_warn_on_insecure_global_id_reclaim_allowed false 2026-02-23T06:53:28.051 INFO:teuthology.orchestra.run.trial005.stdout:mgr advanced debug_mgr 20/20 2026-02-23T06:53:28.051 INFO:teuthology.orchestra.run.trial005.stdout:mgr advanced debug_ms 1/1 2026-02-23T06:53:28.051 INFO:teuthology.orchestra.run.trial005.stdout:mgr advanced mgr/cephadm/allow_ptrace true * 2026-02-23T06:53:28.051 INFO:teuthology.orchestra.run.trial005.stdout:mgr advanced mgr/cephadm/container_init True * 2026-02-23T06:53:28.051 INFO:teuthology.orchestra.run.trial005.stdout:mgr advanced mgr/cephadm/migration_current 8 * 2026-02-23T06:53:28.051 INFO:teuthology.orchestra.run.trial005.stdout:mgr advanced mgr/dashboard/ssl_server_port 8443 * 2026-02-23T06:53:28.051 INFO:teuthology.orchestra.run.trial005.stdout:mgr advanced mgr/orchestrator/orchestrator cephadm 2026-02-23T06:53:28.051 INFO:teuthology.orchestra.run.trial005.stdout:mgr advanced mgr_standby_modules false 2026-02-23T06:53:28.051 INFO:teuthology.orchestra.run.trial005.stdout:mgr advanced mon_reweight_min_bytes_per_osd 10 2026-02-23T06:53:28.052 INFO:teuthology.orchestra.run.trial005.stdout:mgr advanced mon_reweight_min_pgs_per_osd 4 2026-02-23T06:53:28.052 INFO:teuthology.orchestra.run.trial005.stdout:osd dev bdev_debug_aio true 2026-02-23T06:53:28.052 INFO:teuthology.orchestra.run.trial005.stdout:osd advanced debug_ms 1/1 2026-02-23T06:53:28.052 INFO:teuthology.orchestra.run.trial005.stdout:osd advanced debug_osd 20/20 2026-02-23T06:53:28.052 INFO:teuthology.orchestra.run.trial005.stdout:osd dev osd_debug_misdirected_ops true 2026-02-23T06:53:28.052 INFO:teuthology.orchestra.run.trial005.stdout:osd dev osd_debug_op_order true 2026-02-23T06:53:28.052 INFO:teuthology.orchestra.run.trial005.stdout:osd dev osd_debug_pg_log_writeout true 2026-02-23T06:53:28.052 INFO:teuthology.orchestra.run.trial005.stdout:osd dev osd_debug_shutdown true 2026-02-23T06:53:28.052 INFO:teuthology.orchestra.run.trial005.stdout:osd dev osd_debug_verify_cached_snaps true 2026-02-23T06:53:28.052 INFO:teuthology.orchestra.run.trial005.stdout:osd dev osd_debug_verify_missing_on_start true 2026-02-23T06:53:28.052 INFO:teuthology.orchestra.run.trial005.stdout:osd dev osd_debug_verify_stray_on_activate true 2026-02-23T06:53:28.052 INFO:teuthology.orchestra.run.trial005.stdout:osd advanced osd_deep_scrub_update_digest_min_age 30 2026-02-23T06:53:28.052 INFO:teuthology.orchestra.run.trial005.stdout:osd advanced osd_mclock_profile high_recovery_ops 2026-02-23T06:53:28.052 INFO:teuthology.orchestra.run.trial005.stdout:osd dev osd_mclock_skip_benchmark true 2026-02-23T06:53:28.052 INFO:teuthology.orchestra.run.trial005.stdout:osd advanced osd_memory_target_autotune true 2026-02-23T06:53:28.052 INFO:teuthology.orchestra.run.trial005.stdout:osd advanced osd_op_queue debug_random * 2026-02-23T06:53:28.052 INFO:teuthology.orchestra.run.trial005.stdout:osd advanced osd_op_queue_cut_off debug_random * 2026-02-23T06:53:28.052 INFO:teuthology.orchestra.run.trial005.stdout:osd advanced osd_recover_clone_overlap true 2026-02-23T06:53:28.052 INFO:teuthology.orchestra.run.trial005.stdout:osd advanced osd_recovery_max_chunk 1048576 2026-02-23T06:53:28.052 INFO:teuthology.orchestra.run.trial005.stdout:osd advanced osd_scrub_load_threshold 5.000000 2026-02-23T06:53:28.052 INFO:teuthology.orchestra.run.trial005.stdout:osd advanced osd_scrub_max_interval 600.000000 2026-02-23T06:53:28.052 INFO:teuthology.orchestra.run.trial005.stdout:osd advanced osd_shutdown_pgref_assert true 2026-02-23T06:53:28.052 INFO:teuthology.orchestra.run.trial005.stdout:client.rgw advanced rgw_cache_enabled true 2026-02-23T06:53:28.052 INFO:teuthology.orchestra.run.trial005.stdout:client.rgw advanced rgw_enable_ops_log true 2026-02-23T06:53:28.052 INFO:teuthology.orchestra.run.trial005.stdout:client.rgw advanced rgw_enable_usage_log true 2026-02-23T06:53:28.190 INFO:tasks.cephadm:Deploying OSDs... 2026-02-23T06:53:28.190 DEBUG:teuthology.orchestra.run.trial005:> set -ex 2026-02-23T06:53:28.190 DEBUG:teuthology.orchestra.run.trial005:> dd if=/scratch_devs of=/dev/stdout 2026-02-23T06:53:28.207 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-23T06:53:28.207 DEBUG:teuthology.orchestra.run.trial005:> stat /dev/vg_nvme/lv_1 2026-02-23T06:53:28.265 INFO:teuthology.orchestra.run.trial005.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2026-02-23T06:53:28.265 INFO:teuthology.orchestra.run.trial005.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2026-02-23T06:53:28.266 INFO:teuthology.orchestra.run.trial005.stdout:Device: 6h/6d Inode: 1304 Links: 1 2026-02-23T06:53:28.266 INFO:teuthology.orchestra.run.trial005.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2026-02-23T06:53:28.266 INFO:teuthology.orchestra.run.trial005.stdout:Context: system_u:object_r:device_t:s0 2026-02-23T06:53:28.266 INFO:teuthology.orchestra.run.trial005.stdout:Access: 2026-02-23 06:53:24.320239956 +0000 2026-02-23T06:53:28.266 INFO:teuthology.orchestra.run.trial005.stdout:Modify: 2026-02-23 06:52:27.916023117 +0000 2026-02-23T06:53:28.266 INFO:teuthology.orchestra.run.trial005.stdout:Change: 2026-02-23 06:52:27.916023117 +0000 2026-02-23T06:53:28.267 INFO:teuthology.orchestra.run.trial005.stdout: Birth: 2026-02-23 06:52:27.916023117 +0000 2026-02-23T06:53:28.267 DEBUG:teuthology.orchestra.run.trial005:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2026-02-23T06:53:28.329 INFO:teuthology.orchestra.run.trial005.stderr:1+0 records in 2026-02-23T06:53:28.329 INFO:teuthology.orchestra.run.trial005.stderr:1+0 records out 2026-02-23T06:53:28.330 INFO:teuthology.orchestra.run.trial005.stderr:512 bytes copied, 0.000151699 s, 3.4 MB/s 2026-02-23T06:53:28.331 DEBUG:teuthology.orchestra.run.trial005:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2026-02-23T06:53:28.389 DEBUG:teuthology.orchestra.run.trial005:> stat /dev/vg_nvme/lv_2 2026-02-23T06:53:28.445 INFO:teuthology.orchestra.run.trial005.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2026-02-23T06:53:28.446 INFO:teuthology.orchestra.run.trial005.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2026-02-23T06:53:28.446 INFO:teuthology.orchestra.run.trial005.stdout:Device: 6h/6d Inode: 1310 Links: 1 2026-02-23T06:53:28.446 INFO:teuthology.orchestra.run.trial005.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2026-02-23T06:53:28.446 INFO:teuthology.orchestra.run.trial005.stdout:Context: system_u:object_r:device_t:s0 2026-02-23T06:53:28.446 INFO:teuthology.orchestra.run.trial005.stdout:Access: 2026-02-23 06:53:24.350238794 +0000 2026-02-23T06:53:28.446 INFO:teuthology.orchestra.run.trial005.stdout:Modify: 2026-02-23 06:52:27.916023117 +0000 2026-02-23T06:53:28.446 INFO:teuthology.orchestra.run.trial005.stdout:Change: 2026-02-23 06:52:27.916023117 +0000 2026-02-23T06:53:28.446 INFO:teuthology.orchestra.run.trial005.stdout: Birth: 2026-02-23 06:52:27.916023117 +0000 2026-02-23T06:53:28.447 DEBUG:teuthology.orchestra.run.trial005:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2026-02-23T06:53:28.510 INFO:teuthology.orchestra.run.trial005.stderr:1+0 records in 2026-02-23T06:53:28.510 INFO:teuthology.orchestra.run.trial005.stderr:1+0 records out 2026-02-23T06:53:28.511 INFO:teuthology.orchestra.run.trial005.stderr:512 bytes copied, 0.000140348 s, 3.6 MB/s 2026-02-23T06:53:28.512 DEBUG:teuthology.orchestra.run.trial005:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2026-02-23T06:53:28.571 DEBUG:teuthology.orchestra.run.trial005:> stat /dev/vg_nvme/lv_3 2026-02-23T06:53:28.628 INFO:teuthology.orchestra.run.trial005.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2026-02-23T06:53:28.628 INFO:teuthology.orchestra.run.trial005.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2026-02-23T06:53:28.628 INFO:teuthology.orchestra.run.trial005.stdout:Device: 6h/6d Inode: 1291 Links: 1 2026-02-23T06:53:28.629 INFO:teuthology.orchestra.run.trial005.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2026-02-23T06:53:28.629 INFO:teuthology.orchestra.run.trial005.stdout:Context: system_u:object_r:device_t:s0 2026-02-23T06:53:28.629 INFO:teuthology.orchestra.run.trial005.stdout:Access: 2026-02-23 06:53:24.386237399 +0000 2026-02-23T06:53:28.629 INFO:teuthology.orchestra.run.trial005.stdout:Modify: 2026-02-23 06:52:27.916023117 +0000 2026-02-23T06:53:28.629 INFO:teuthology.orchestra.run.trial005.stdout:Change: 2026-02-23 06:52:27.916023117 +0000 2026-02-23T06:53:28.629 INFO:teuthology.orchestra.run.trial005.stdout: Birth: 2026-02-23 06:52:27.916023117 +0000 2026-02-23T06:53:28.629 DEBUG:teuthology.orchestra.run.trial005:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2026-02-23T06:53:28.690 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:53:28 trial005 ceph-mon[34782]: Updating trial005:/var/lib/ceph/40d3614d-1084-11f1-b257-d404e6e7d460/config/ceph.client.admin.keyring 2026-02-23T06:53:28.691 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:53:28 trial005 ceph-mon[34782]: from='client.14188 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "1;trial005=x", "target": ["mon-mgr", ""]}]: dispatch 2026-02-23T06:53:28.691 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:53:28 trial005 ceph-mon[34782]: Saving service mgr spec with placement trial005=x;count:1 2026-02-23T06:53:28.691 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:53:28 trial005 ceph-mon[34782]: from='mgr.14152 10.20.193.5:0/2093500246' entity='mgr.x' 2026-02-23T06:53:28.691 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:53:28 trial005 ceph-mon[34782]: from='client.? 10.20.193.5:0/4154004728' entity='client.admin' cmd={"prefix": "config dump"} : dispatch 2026-02-23T06:53:28.691 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:53:28 trial005 ceph-mon[34782]: from='mgr.14152 10.20.193.5:0/2093500246' entity='mgr.x' 2026-02-23T06:53:28.691 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:53:28 trial005 ceph-mon[34782]: from='mgr.14152 10.20.193.5:0/2093500246' entity='mgr.x' 2026-02-23T06:53:28.691 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:53:28 trial005 ceph-mon[34782]: from='mgr.14152 10.20.193.5:0/2093500246' entity='mgr.x' 2026-02-23T06:53:28.691 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:53:28 trial005 ceph-mon[34782]: from='mgr.14152 10.20.193.5:0/2093500246' entity='mgr.x' 2026-02-23T06:53:28.691 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:53:28 trial005 ceph-mon[34782]: from='mgr.14152 10.20.193.5:0/2093500246' entity='mgr.x' 2026-02-23T06:53:28.691 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:53:28 trial005 ceph-mon[34782]: from='mgr.14152 10.20.193.5:0/2093500246' entity='mgr.x' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2026-02-23T06:53:28.691 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:53:28 trial005 ceph-mon[34782]: from='mgr.14152 10.20.193.5:0/2093500246' entity='mgr.x' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2026-02-23T06:53:28.691 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:53:28 trial005 ceph-mon[34782]: from='mgr.14152 10.20.193.5:0/2093500246' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-23T06:53:28.692 INFO:teuthology.orchestra.run.trial005.stderr:1+0 records in 2026-02-23T06:53:28.693 INFO:teuthology.orchestra.run.trial005.stderr:1+0 records out 2026-02-23T06:53:28.693 INFO:teuthology.orchestra.run.trial005.stderr:512 bytes copied, 0.000160896 s, 3.2 MB/s 2026-02-23T06:53:28.694 DEBUG:teuthology.orchestra.run.trial005:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2026-02-23T06:53:28.752 DEBUG:teuthology.orchestra.run.trial005:> stat /dev/vg_nvme/lv_4 2026-02-23T06:53:28.810 INFO:teuthology.orchestra.run.trial005.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2026-02-23T06:53:28.810 INFO:teuthology.orchestra.run.trial005.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2026-02-23T06:53:28.810 INFO:teuthology.orchestra.run.trial005.stdout:Device: 6h/6d Inode: 1294 Links: 1 2026-02-23T06:53:28.810 INFO:teuthology.orchestra.run.trial005.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2026-02-23T06:53:28.811 INFO:teuthology.orchestra.run.trial005.stdout:Context: system_u:object_r:device_t:s0 2026-02-23T06:53:28.811 INFO:teuthology.orchestra.run.trial005.stdout:Access: 2026-02-23 06:53:24.408236547 +0000 2026-02-23T06:53:28.811 INFO:teuthology.orchestra.run.trial005.stdout:Modify: 2026-02-23 06:52:27.916023117 +0000 2026-02-23T06:53:28.811 INFO:teuthology.orchestra.run.trial005.stdout:Change: 2026-02-23 06:52:27.916023117 +0000 2026-02-23T06:53:28.811 INFO:teuthology.orchestra.run.trial005.stdout: Birth: 2026-02-23 06:52:27.916023117 +0000 2026-02-23T06:53:28.811 DEBUG:teuthology.orchestra.run.trial005:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2026-02-23T06:53:28.873 INFO:teuthology.orchestra.run.trial005.stderr:1+0 records in 2026-02-23T06:53:28.873 INFO:teuthology.orchestra.run.trial005.stderr:1+0 records out 2026-02-23T06:53:28.873 INFO:teuthology.orchestra.run.trial005.stderr:512 bytes copied, 0.000150697 s, 3.4 MB/s 2026-02-23T06:53:28.874 DEBUG:teuthology.orchestra.run.trial005:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2026-02-23T06:53:28.933 INFO:tasks.cephadm:Deploying osd.0 on trial005 with /dev/vg_nvme/lv_4... 2026-02-23T06:53:28.933 DEBUG:teuthology.orchestra.run.trial005:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:244ee61d76a715c3ac0d60eeb3321aefb91c3511 ceph-volume -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 40d3614d-1084-11f1-b257-d404e6e7d460 -- lvm zap /dev/vg_nvme/lv_4 2026-02-23T06:53:29.089 INFO:teuthology.orchestra.run.trial005.stderr:Inferring config /var/lib/ceph/40d3614d-1084-11f1-b257-d404e6e7d460/mon.a/config 2026-02-23T06:53:29.831 INFO:teuthology.orchestra.run.trial005.stdout: 2026-02-23T06:53:29.848 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:53:29 trial005 ceph-mon[34782]: Reconfiguring mon.a (unknown last config time)... 2026-02-23T06:53:29.848 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:53:29 trial005 ceph-mon[34782]: Reconfiguring daemon mon.a on trial005 2026-02-23T06:53:29.848 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:53:29 trial005 ceph-mon[34782]: from='mgr.14152 10.20.193.5:0/2093500246' entity='mgr.x' 2026-02-23T06:53:29.848 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:53:29 trial005 ceph-mon[34782]: from='mgr.14152 10.20.193.5:0/2093500246' entity='mgr.x' 2026-02-23T06:53:29.849 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:53:29 trial005 ceph-mon[34782]: Reconfiguring mgr.x (unknown last config time)... 2026-02-23T06:53:29.849 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:53:29 trial005 ceph-mon[34782]: from='mgr.14152 10.20.193.5:0/2093500246' entity='mgr.x' cmd={"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2026-02-23T06:53:29.849 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:53:29 trial005 ceph-mon[34782]: from='mgr.14152 10.20.193.5:0/2093500246' entity='mgr.x' cmd={"prefix": "mgr services"} : dispatch 2026-02-23T06:53:29.849 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:53:29 trial005 ceph-mon[34782]: from='mgr.14152 10.20.193.5:0/2093500246' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-23T06:53:29.849 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:53:29 trial005 ceph-mon[34782]: Reconfiguring daemon mgr.x on trial005 2026-02-23T06:53:29.849 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:53:29 trial005 ceph-mon[34782]: from='mgr.14152 10.20.193.5:0/2093500246' entity='mgr.x' 2026-02-23T06:53:29.849 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:53:29 trial005 ceph-mon[34782]: from='mgr.14152 10.20.193.5:0/2093500246' entity='mgr.x' 2026-02-23T06:53:29.849 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:53:29 trial005 ceph-mon[34782]: from='mgr.14152 10.20.193.5:0/2093500246' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-23T06:53:29.849 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:53:29 trial005 ceph-mon[34782]: from='mgr.14152 10.20.193.5:0/2093500246' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-23T06:53:29.849 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:53:29 trial005 ceph-mon[34782]: from='mgr.14152 10.20.193.5:0/2093500246' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-23T06:53:29.849 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:53:29 trial005 ceph-mon[34782]: from='mgr.14152 10.20.193.5:0/2093500246' entity='mgr.x' 2026-02-23T06:53:29.851 DEBUG:teuthology.orchestra.run.trial005:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:244ee61d76a715c3ac0d60eeb3321aefb91c3511 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 40d3614d-1084-11f1-b257-d404e6e7d460 -- ceph orch daemon add osd trial005:vg_nvme/lv_4 --skip-validation 2026-02-23T06:53:29.971 INFO:teuthology.orchestra.run.trial005.stderr:Inferring config /var/lib/ceph/40d3614d-1084-11f1-b257-d404e6e7d460/mon.a/config 2026-02-23T06:53:30.606 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:53:30 trial005 ceph-mon[34782]: Certificate for "cephadm-signed_agent_cert (trial005)" is still valid for 1824 days. 2026-02-23T06:53:30.606 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:53:30 trial005 ceph-mon[34782]: from='mgr.14152 10.20.193.5:0/2093500246' entity='mgr.x' 2026-02-23T06:53:30.606 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:53:30 trial005 ceph-mon[34782]: from='mgr.14152 10.20.193.5:0/2093500246' entity='mgr.x' 2026-02-23T06:53:30.607 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:53:30 trial005 ceph-mon[34782]: from='mgr.14152 10.20.193.5:0/2093500246' entity='mgr.x' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-23T06:53:30.607 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:53:30 trial005 ceph-mon[34782]: from='mgr.14152 10.20.193.5:0/2093500246' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-23T06:53:30.607 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:53:30 trial005 ceph-mon[34782]: from='mgr.14152 10.20.193.5:0/2093500246' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-23T06:53:30.607 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:53:30 trial005 ceph-mon[34782]: from='mgr.14152 10.20.193.5:0/2093500246' entity='mgr.x' 2026-02-23T06:53:30.607 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:53:30 trial005 ceph-mon[34782]: from='mgr.14152 10.20.193.5:0/2093500246' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-23T06:53:30.607 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:53:30 trial005 ceph-mon[34782]: from='mgr.14152 10.20.193.5:0/2093500246' entity='mgr.x' 2026-02-23T06:53:30.607 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:53:30 trial005 ceph-mon[34782]: from='mgr.14152 10.20.193.5:0/2093500246' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-23T06:53:30.607 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:53:30 trial005 ceph-mon[34782]: from='mgr.14152 10.20.193.5:0/2093500246' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-23T06:53:30.607 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:53:30 trial005 ceph-mon[34782]: from='mgr.14152 10.20.193.5:0/2093500246' entity='mgr.x' 2026-02-23T06:53:30.607 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:53:30 trial005 ceph-mon[34782]: from='mgr.14152 10.20.193.5:0/2093500246' entity='mgr.x' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-23T06:53:30.607 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:53:30 trial005 ceph-mon[34782]: from='mgr.14152 10.20.193.5:0/2093500246' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-23T06:53:30.607 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:53:30 trial005 ceph-mon[34782]: from='mgr.14152 10.20.193.5:0/2093500246' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-23T06:53:31.905 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:53:31 trial005 ceph-mon[34782]: from='client.14192 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "trial005:vg_nvme/lv_4", "skip_validation": true, "target": ["mon-mgr", ""]}]: dispatch 2026-02-23T06:53:31.906 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:53:31 trial005 ceph-mon[34782]: osd.default does not exist. Creating it now. 2026-02-23T06:53:31.906 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:53:31 trial005 ceph-mon[34782]: Creating OSDs with service ID: default on trial005:['vg_nvme/lv_4'] 2026-02-23T06:53:31.906 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:53:31 trial005 ceph-mon[34782]: Marking host: trial005 for OSDSpec preview refresh. 2026-02-23T06:53:31.906 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:53:31 trial005 ceph-mon[34782]: Saving service osd.default spec with placement trial005 2026-02-23T06:53:31.906 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:53:31 trial005 ceph-mon[34782]: from='client.? 10.20.193.5:0/3514489710' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "60ba2bab-1b16-43e2-bb59-6a7c962ade6c"} : dispatch 2026-02-23T06:53:31.906 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:53:31 trial005 ceph-mon[34782]: from='client.? 10.20.193.5:0/3514489710' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "60ba2bab-1b16-43e2-bb59-6a7c962ade6c"}]': finished 2026-02-23T06:53:31.906 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:53:31 trial005 ceph-mon[34782]: osdmap e5: 1 total, 0 up, 1 in 2026-02-23T06:53:31.906 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:53:31 trial005 ceph-mon[34782]: from='mgr.14152 10.20.193.5:0/2093500246' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-02-23T06:53:31.906 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:53:31 trial005 ceph-mon[34782]: from='client.? 10.20.193.5:0/1167662455' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2026-02-23T06:53:33.460 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:53:33 trial005 ceph-mon[34782]: from='mgr.14152 10.20.193.5:0/2093500246' entity='mgr.x' cmd={"prefix": "auth get", "entity": "osd.0"} : dispatch 2026-02-23T06:53:33.460 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:53:33 trial005 ceph-mon[34782]: from='mgr.14152 10.20.193.5:0/2093500246' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-23T06:53:34.619 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:53:34 trial005 ceph-mon[34782]: Deploying daemon osd.0 on trial005 2026-02-23T06:53:34.619 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:53:34 trial005 ceph-mon[34782]: from='mgr.14152 10.20.193.5:0/2093500246' entity='mgr.x' cmd={"prefix": "auth get", "entity": "osd.0"} : dispatch 2026-02-23T06:53:34.620 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:53:34 trial005 ceph-mon[34782]: from='mgr.14152 10.20.193.5:0/2093500246' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-23T06:53:34.620 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:53:34 trial005 ceph-mon[34782]: Deploying daemon osd.0 on trial005 2026-02-23T06:53:36.589 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:53:36 trial005 ceph-mon[34782]: from='mgr.14152 10.20.193.5:0/2093500246' entity='mgr.x' 2026-02-23T06:53:36.589 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:53:36 trial005 ceph-mon[34782]: from='mgr.14152 10.20.193.5:0/2093500246' entity='mgr.x' 2026-02-23T06:53:36.589 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:53:36 trial005 ceph-mon[34782]: from='osd.0 [v2:10.20.193.5:6802/2967993186,v1:10.20.193.5:6803/2967993186]' entity='osd.0' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]} : dispatch 2026-02-23T06:53:37.804 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:53:37 trial005 ceph-mon[34782]: from='osd.0 [v2:10.20.193.5:6802/2967993186,v1:10.20.193.5:6803/2967993186]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2026-02-23T06:53:37.804 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:53:37 trial005 ceph-mon[34782]: osdmap e6: 1 total, 0 up, 1 in 2026-02-23T06:53:37.804 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:53:37 trial005 ceph-mon[34782]: from='mgr.14152 10.20.193.5:0/2093500246' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-02-23T06:53:38.600 INFO:teuthology.orchestra.run.trial005.stdout:Created osd(s) 0 on host 'trial005' 2026-02-23T06:53:38.745 DEBUG:teuthology.orchestra.run.trial005:osd.0> sudo journalctl -f -n 0 -u ceph-40d3614d-1084-11f1-b257-d404e6e7d460@osd.0.service 2026-02-23T06:53:38.748 INFO:tasks.cephadm:Deploying osd.1 on trial005 with /dev/vg_nvme/lv_3... 2026-02-23T06:53:38.748 DEBUG:teuthology.orchestra.run.trial005:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:244ee61d76a715c3ac0d60eeb3321aefb91c3511 ceph-volume -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 40d3614d-1084-11f1-b257-d404e6e7d460 -- lvm zap /dev/vg_nvme/lv_3 2026-02-23T06:53:38.907 INFO:teuthology.orchestra.run.trial005.stderr:Inferring config /var/lib/ceph/40d3614d-1084-11f1-b257-d404e6e7d460/mon.a/config 2026-02-23T06:53:38.984 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:53:38 trial005 ceph-mon[34782]: from='mgr.14152 10.20.193.5:0/2093500246' entity='mgr.x' 2026-02-23T06:53:38.984 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:53:38 trial005 ceph-mon[34782]: from='mgr.14152 10.20.193.5:0/2093500246' entity='mgr.x' 2026-02-23T06:53:38.984 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:53:38 trial005 ceph-mon[34782]: from='mgr.14152 10.20.193.5:0/2093500246' entity='mgr.x' 2026-02-23T06:53:38.985 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:53:38 trial005 ceph-mon[34782]: from='mgr.14152 10.20.193.5:0/2093500246' entity='mgr.x' 2026-02-23T06:53:38.985 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:53:38 trial005 ceph-mon[34782]: from='osd.0 [v2:10.20.193.5:6802/2720439442,v1:10.20.193.5:6803/2720439442]' entity='osd.0' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]} : dispatch 2026-02-23T06:53:38.985 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:53:38 trial005 ceph-mon[34782]: pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-23T06:53:39.802 INFO:teuthology.orchestra.run.trial005.stdout: 2026-02-23T06:53:39.820 DEBUG:teuthology.orchestra.run.trial005:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:244ee61d76a715c3ac0d60eeb3321aefb91c3511 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 40d3614d-1084-11f1-b257-d404e6e7d460 -- ceph orch daemon add osd trial005:vg_nvme/lv_3 --skip-validation 2026-02-23T06:53:39.941 INFO:teuthology.orchestra.run.trial005.stderr:Inferring config /var/lib/ceph/40d3614d-1084-11f1-b257-d404e6e7d460/mon.a/config 2026-02-23T06:53:40.405 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:53:40 trial005 ceph-mon[34782]: from='mgr.14152 10.20.193.5:0/2093500246' entity='mgr.x' 2026-02-23T06:53:40.405 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:53:40 trial005 ceph-mon[34782]: from='mgr.14152 10.20.193.5:0/2093500246' entity='mgr.x' 2026-02-23T06:53:40.405 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:53:40 trial005 ceph-mon[34782]: from='mgr.14152 10.20.193.5:0/2093500246' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-23T06:53:40.405 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:53:40 trial005 ceph-mon[34782]: from='osd.0 [v2:10.20.193.5:6802/2720439442,v1:10.20.193.5:6803/2720439442]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2026-02-23T06:53:40.405 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:53:40 trial005 ceph-mon[34782]: osdmap e7: 1 total, 0 up, 1 in 2026-02-23T06:53:40.406 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:53:40 trial005 ceph-mon[34782]: from='osd.0 [v2:10.20.193.5:6802/2720439442,v1:10.20.193.5:6803/2720439442]' entity='osd.0' cmd={"prefix": "osd crush create-or-move", "id": 0, "weight":0.6836, "args": ["host=trial005", "root=default"]} : dispatch 2026-02-23T06:53:40.406 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:53:40 trial005 ceph-mon[34782]: from='mgr.14152 10.20.193.5:0/2093500246' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-02-23T06:53:40.406 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:53:40 trial005 ceph-mon[34782]: from='mgr.14152 10.20.193.5:0/2093500246' entity='mgr.x' 2026-02-23T06:53:40.406 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:53:40 trial005 ceph-mon[34782]: from='mgr.14152 10.20.193.5:0/2093500246' entity='mgr.x' 2026-02-23T06:53:40.406 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:53:40 trial005 ceph-mon[34782]: from='mgr.14152 10.20.193.5:0/2093500246' entity='mgr.x' 2026-02-23T06:53:40.406 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:53:40 trial005 ceph-mon[34782]: from='mgr.14152 10.20.193.5:0/2093500246' entity='mgr.x' 2026-02-23T06:53:40.406 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:53:40 trial005 ceph-mon[34782]: from='mgr.14152 10.20.193.5:0/2093500246' entity='mgr.x' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-23T06:53:40.406 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:53:40 trial005 ceph-mon[34782]: from='mgr.14152 10.20.193.5:0/2093500246' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-23T06:53:40.406 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:53:40 trial005 ceph-mon[34782]: from='mgr.14152 10.20.193.5:0/2093500246' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-23T06:53:40.905 INFO:journalctl@ceph.osd.0.trial005.stdout:Feb 23 06:53:40 trial005 ceph-40d3614d-1084-11f1-b257-d404e6e7d460-osd-0[52894]: 2026-02-23T06:53:40.600+0000 7f3995279640 -1 osd.0 0 waiting for initial osdmap 2026-02-23T06:53:40.905 INFO:journalctl@ceph.osd.0.trial005.stdout:Feb 23 06:53:40 trial005 ceph-40d3614d-1084-11f1-b257-d404e6e7d460-osd-0[52894]: 2026-02-23T06:53:40.602+0000 7f3991140640 -1 osd.0 8 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2026-02-23T06:53:41.889 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:53:41 trial005 ceph-mon[34782]: from='client.14203 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "trial005:vg_nvme/lv_3", "skip_validation": true, "target": ["mon-mgr", ""]}]: dispatch 2026-02-23T06:53:41.889 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:53:41 trial005 ceph-mon[34782]: osd.default does not exist. Creating it now. 2026-02-23T06:53:41.890 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:53:41 trial005 ceph-mon[34782]: Creating OSDs with service ID: default on trial005:['vg_nvme/lv_3'] 2026-02-23T06:53:41.890 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:53:41 trial005 ceph-mon[34782]: Marking host: trial005 for OSDSpec preview refresh. 2026-02-23T06:53:41.890 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:53:41 trial005 ceph-mon[34782]: Saving service osd.default spec with placement trial005 2026-02-23T06:53:41.890 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:53:41 trial005 ceph-mon[34782]: from='osd.0 [v2:10.20.193.5:6802/2720439442,v1:10.20.193.5:6803/2720439442]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.6836, "args": ["host=trial005", "root=default"]}]': finished 2026-02-23T06:53:41.890 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:53:41 trial005 ceph-mon[34782]: osdmap e8: 1 total, 0 up, 1 in 2026-02-23T06:53:41.890 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:53:41 trial005 ceph-mon[34782]: from='mgr.14152 10.20.193.5:0/2093500246' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-02-23T06:53:41.890 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:53:41 trial005 ceph-mon[34782]: from='mgr.14152 10.20.193.5:0/2093500246' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-02-23T06:53:41.890 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:53:41 trial005 ceph-mon[34782]: pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-23T06:53:41.890 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:53:41 trial005 ceph-mon[34782]: from='mgr.14152 10.20.193.5:0/2093500246' entity='mgr.x' 2026-02-23T06:53:41.890 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:53:41 trial005 ceph-mon[34782]: from='mgr.14152 10.20.193.5:0/2093500246' entity='mgr.x' 2026-02-23T06:53:41.891 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:53:41 trial005 ceph-mon[34782]: from='mgr.14152 10.20.193.5:0/2093500246' entity='mgr.x' 2026-02-23T06:53:41.891 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:53:41 trial005 ceph-mon[34782]: from='mgr.14152 10.20.193.5:0/2093500246' entity='mgr.x' 2026-02-23T06:53:41.891 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:53:41 trial005 ceph-mon[34782]: from='mgr.14152 10.20.193.5:0/2093500246' entity='mgr.x' cmd={"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"} : dispatch 2026-02-23T06:53:41.891 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:53:41 trial005 ceph-mon[34782]: from='mgr.14152 10.20.193.5:0/2093500246' entity='mgr.x' 2026-02-23T06:53:41.891 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:53:41 trial005 ceph-mon[34782]: from='mgr.14152 10.20.193.5:0/2093500246' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-23T06:53:41.891 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:53:41 trial005 ceph-mon[34782]: from='mgr.14152 10.20.193.5:0/2093500246' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-23T06:53:41.891 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:53:41 trial005 ceph-mon[34782]: from='mgr.14152 10.20.193.5:0/2093500246' entity='mgr.x' 2026-02-23T06:53:41.891 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:53:41 trial005 ceph-mon[34782]: from='mgr.14152 10.20.193.5:0/2093500246' entity='mgr.x' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-23T06:53:41.891 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:53:41 trial005 ceph-mon[34782]: from='mgr.14152 10.20.193.5:0/2093500246' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-23T06:53:41.891 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:53:41 trial005 ceph-mon[34782]: from='mgr.14152 10.20.193.5:0/2093500246' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-23T06:53:41.891 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:53:41 trial005 ceph-mon[34782]: from='client.? 10.20.193.5:0/3201465470' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "742072f6-b2c2-4423-89f4-122cda0e9e75"} : dispatch 2026-02-23T06:53:41.891 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:53:41 trial005 ceph-mon[34782]: from='client.? 10.20.193.5:0/3201465470' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "742072f6-b2c2-4423-89f4-122cda0e9e75"}]': finished 2026-02-23T06:53:41.892 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:53:41 trial005 ceph-mon[34782]: osd.0 [v2:10.20.193.5:6802/2720439442,v1:10.20.193.5:6803/2720439442] boot 2026-02-23T06:53:41.892 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:53:41 trial005 ceph-mon[34782]: osdmap e9: 2 total, 1 up, 2 in 2026-02-23T06:53:41.892 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:53:41 trial005 ceph-mon[34782]: from='mgr.14152 10.20.193.5:0/2093500246' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-02-23T06:53:41.892 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:53:41 trial005 ceph-mon[34782]: from='mgr.14152 10.20.193.5:0/2093500246' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-02-23T06:53:42.905 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:53:42 trial005 ceph-mon[34782]: purged_snaps scrub starts 2026-02-23T06:53:42.905 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:53:42 trial005 ceph-mon[34782]: purged_snaps scrub ok 2026-02-23T06:53:42.905 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:53:42 trial005 ceph-mon[34782]: Detected new or changed devices on trial005 2026-02-23T06:53:42.905 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:53:42 trial005 ceph-mon[34782]: Adjusting osd_memory_target on trial005 to 84047M 2026-02-23T06:53:42.905 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:53:42 trial005 ceph-mon[34782]: from='client.? 10.20.193.5:0/638453777' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2026-02-23T06:53:43.699 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:53:43 trial005 ceph-mon[34782]: osdmap e10: 2 total, 1 up, 2 in 2026-02-23T06:53:43.700 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:53:43 trial005 ceph-mon[34782]: from='mgr.14152 10.20.193.5:0/2093500246' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-02-23T06:53:43.700 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:53:43 trial005 ceph-mon[34782]: pgmap v12: 0 pgs: ; 0 B data, 27 MiB used, 700 GiB / 700 GiB avail 2026-02-23T06:53:44.742 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:53:44 trial005 ceph-mon[34782]: from='mgr.14152 10.20.193.5:0/2093500246' entity='mgr.x' cmd={"prefix": "auth get", "entity": "osd.1"} : dispatch 2026-02-23T06:53:44.742 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:53:44 trial005 ceph-mon[34782]: from='mgr.14152 10.20.193.5:0/2093500246' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-23T06:53:44.742 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:53:44 trial005 ceph-mon[34782]: from='mgr.14152 10.20.193.5:0/2093500246' entity='mgr.x' cmd={"prefix": "auth get", "entity": "osd.1"} : dispatch 2026-02-23T06:53:44.742 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:53:44 trial005 ceph-mon[34782]: from='mgr.14152 10.20.193.5:0/2093500246' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-23T06:53:45.880 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:53:45 trial005 ceph-mon[34782]: Deploying daemon osd.1 on trial005 2026-02-23T06:53:45.880 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:53:45 trial005 ceph-mon[34782]: Deploying daemon osd.1 on trial005 2026-02-23T06:53:45.881 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:53:45 trial005 ceph-mon[34782]: pgmap v13: 0 pgs: ; 0 B data, 27 MiB used, 700 GiB / 700 GiB avail 2026-02-23T06:53:47.285 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:53:47 trial005 ceph-mon[34782]: from='mgr.14152 10.20.193.5:0/2093500246' entity='mgr.x' 2026-02-23T06:53:47.285 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:53:47 trial005 ceph-mon[34782]: from='mgr.14152 10.20.193.5:0/2093500246' entity='mgr.x' 2026-02-23T06:53:47.285 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:53:47 trial005 ceph-mon[34782]: pgmap v14: 0 pgs: ; 0 B data, 27 MiB used, 700 GiB / 700 GiB avail 2026-02-23T06:53:47.285 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:53:47 trial005 ceph-mon[34782]: from='osd.1 [v2:10.20.193.5:6810/848197898,v1:10.20.193.5:6811/848197898]' entity='osd.1' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]} : dispatch 2026-02-23T06:53:48.472 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:53:48 trial005 ceph-mon[34782]: from='osd.1 [v2:10.20.193.5:6810/848197898,v1:10.20.193.5:6811/848197898]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2026-02-23T06:53:48.472 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:53:48 trial005 ceph-mon[34782]: osdmap e11: 2 total, 1 up, 2 in 2026-02-23T06:53:48.472 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:53:48 trial005 ceph-mon[34782]: from='mgr.14152 10.20.193.5:0/2093500246' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-02-23T06:53:49.261 INFO:teuthology.orchestra.run.trial005.stdout:Created osd(s) 1 on host 'trial005' 2026-02-23T06:53:49.407 DEBUG:teuthology.orchestra.run.trial005:osd.1> sudo journalctl -f -n 0 -u ceph-40d3614d-1084-11f1-b257-d404e6e7d460@osd.1.service 2026-02-23T06:53:49.409 INFO:tasks.cephadm:Waiting for 2 OSDs to come up... 2026-02-23T06:53:49.410 DEBUG:teuthology.orchestra.run.trial005:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:244ee61d76a715c3ac0d60eeb3321aefb91c3511 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 40d3614d-1084-11f1-b257-d404e6e7d460 -- ceph osd stat -f json 2026-02-23T06:53:49.568 INFO:teuthology.orchestra.run.trial005.stderr:Inferring config /var/lib/ceph/40d3614d-1084-11f1-b257-d404e6e7d460/mon.a/config 2026-02-23T06:53:49.806 INFO:teuthology.orchestra.run.trial005.stdout: 2026-02-23T06:53:49.895 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:53:49 trial005 ceph-mon[34782]: from='mgr.14152 10.20.193.5:0/2093500246' entity='mgr.x' 2026-02-23T06:53:49.895 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:53:49 trial005 ceph-mon[34782]: from='mgr.14152 10.20.193.5:0/2093500246' entity='mgr.x' 2026-02-23T06:53:49.895 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:53:49 trial005 ceph-mon[34782]: pgmap v16: 0 pgs: ; 0 B data, 27 MiB used, 700 GiB / 700 GiB avail 2026-02-23T06:53:49.895 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:53:49 trial005 ceph-mon[34782]: from='osd.1 [v2:10.20.193.5:6810/1739594480,v1:10.20.193.5:6811/1739594480]' entity='osd.1' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]} : dispatch 2026-02-23T06:53:49.895 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:53:49 trial005 ceph-mon[34782]: from='mgr.14152 10.20.193.5:0/2093500246' entity='mgr.x' 2026-02-23T06:53:49.895 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:53:49 trial005 ceph-mon[34782]: from='mgr.14152 10.20.193.5:0/2093500246' entity='mgr.x' 2026-02-23T06:53:49.949 INFO:teuthology.orchestra.run.trial005.stdout:{"epoch":12,"num_osds":2,"num_up_osds":1,"osd_up_since":1771829621,"num_in_osds":2,"osd_in_since":1771829621,"num_remapped_pgs":0} 2026-02-23T06:53:50.822 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:53:50 trial005 ceph-mon[34782]: from='osd.1 [v2:10.20.193.5:6810/1739594480,v1:10.20.193.5:6811/1739594480]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2026-02-23T06:53:50.822 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:53:50 trial005 ceph-mon[34782]: osdmap e12: 2 total, 1 up, 2 in 2026-02-23T06:53:50.822 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:53:50 trial005 ceph-mon[34782]: from='osd.1 [v2:10.20.193.5:6810/1739594480,v1:10.20.193.5:6811/1739594480]' entity='osd.1' cmd={"prefix": "osd crush create-or-move", "id": 1, "weight":0.6836, "args": ["host=trial005", "root=default"]} : dispatch 2026-02-23T06:53:50.822 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:53:50 trial005 ceph-mon[34782]: from='mgr.14152 10.20.193.5:0/2093500246' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-02-23T06:53:50.822 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:53:50 trial005 ceph-mon[34782]: from='client.? 10.20.193.5:0/3220910410' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2026-02-23T06:53:50.822 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:53:50 trial005 ceph-mon[34782]: from='mgr.14152 10.20.193.5:0/2093500246' entity='mgr.x' 2026-02-23T06:53:50.822 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:53:50 trial005 ceph-mon[34782]: from='mgr.14152 10.20.193.5:0/2093500246' entity='mgr.x' 2026-02-23T06:53:50.823 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:53:50 trial005 ceph-mon[34782]: from='mgr.14152 10.20.193.5:0/2093500246' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-23T06:53:50.823 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:53:50 trial005 ceph-mon[34782]: from='mgr.14152 10.20.193.5:0/2093500246' entity='mgr.x' 2026-02-23T06:53:50.823 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:53:50 trial005 ceph-mon[34782]: from='mgr.14152 10.20.193.5:0/2093500246' entity='mgr.x' 2026-02-23T06:53:50.823 INFO:journalctl@ceph.osd.1.trial005.stdout:Feb 23 06:53:50 trial005 ceph-40d3614d-1084-11f1-b257-d404e6e7d460-osd-1[62036]: 2026-02-23T06:53:50.632+0000 7fb6690e9640 -1 osd.1 0 waiting for initial osdmap 2026-02-23T06:53:50.823 INFO:journalctl@ceph.osd.1.trial005.stdout:Feb 23 06:53:50 trial005 ceph-40d3614d-1084-11f1-b257-d404e6e7d460-osd-1[62036]: 2026-02-23T06:53:50.634+0000 7fb664fb0640 -1 osd.1 13 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2026-02-23T06:53:50.950 DEBUG:teuthology.orchestra.run.trial005:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:244ee61d76a715c3ac0d60eeb3321aefb91c3511 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 40d3614d-1084-11f1-b257-d404e6e7d460 -- ceph osd stat -f json 2026-02-23T06:53:51.070 INFO:teuthology.orchestra.run.trial005.stderr:Inferring config /var/lib/ceph/40d3614d-1084-11f1-b257-d404e6e7d460/mon.a/config 2026-02-23T06:53:51.311 INFO:teuthology.orchestra.run.trial005.stdout: 2026-02-23T06:53:51.451 INFO:teuthology.orchestra.run.trial005.stdout:{"epoch":13,"num_osds":2,"num_up_osds":1,"osd_up_since":1771829621,"num_in_osds":2,"osd_in_since":1771829621,"num_remapped_pgs":0} 2026-02-23T06:53:51.762 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:53:51 trial005 ceph-mon[34782]: from='osd.1 [v2:10.20.193.5:6810/1739594480,v1:10.20.193.5:6811/1739594480]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.6836, "args": ["host=trial005", "root=default"]}]': finished 2026-02-23T06:53:51.763 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:53:51 trial005 ceph-mon[34782]: osdmap e13: 2 total, 1 up, 2 in 2026-02-23T06:53:51.763 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:53:51 trial005 ceph-mon[34782]: from='mgr.14152 10.20.193.5:0/2093500246' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-02-23T06:53:51.763 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:53:51 trial005 ceph-mon[34782]: pgmap v19: 0 pgs: ; 0 B data, 27 MiB used, 700 GiB / 700 GiB avail 2026-02-23T06:53:51.763 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:53:51 trial005 ceph-mon[34782]: from='client.? 10.20.193.5:0/821836851' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2026-02-23T06:53:51.763 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:53:51 trial005 ceph-mon[34782]: from='mgr.14152 10.20.193.5:0/2093500246' entity='mgr.x' 2026-02-23T06:53:51.763 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:53:51 trial005 ceph-mon[34782]: from='mgr.14152 10.20.193.5:0/2093500246' entity='mgr.x' 2026-02-23T06:53:51.763 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:53:51 trial005 ceph-mon[34782]: from='mgr.14152 10.20.193.5:0/2093500246' entity='mgr.x' cmd={"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"} : dispatch 2026-02-23T06:53:51.763 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:53:51 trial005 ceph-mon[34782]: from='mgr.14152 10.20.193.5:0/2093500246' entity='mgr.x' cmd={"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"} : dispatch 2026-02-23T06:53:51.763 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:53:51 trial005 ceph-mon[34782]: from='mgr.14152 10.20.193.5:0/2093500246' entity='mgr.x' 2026-02-23T06:53:51.764 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:53:51 trial005 ceph-mon[34782]: from='mgr.14152 10.20.193.5:0/2093500246' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-23T06:53:51.764 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:53:51 trial005 ceph-mon[34782]: from='mgr.14152 10.20.193.5:0/2093500246' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-23T06:53:51.764 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:53:51 trial005 ceph-mon[34782]: from='mgr.14152 10.20.193.5:0/2093500246' entity='mgr.x' 2026-02-23T06:53:51.764 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:53:51 trial005 ceph-mon[34782]: from='mgr.14152 10.20.193.5:0/2093500246' entity='mgr.x' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-23T06:53:51.764 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:53:51 trial005 ceph-mon[34782]: from='mgr.14152 10.20.193.5:0/2093500246' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-23T06:53:51.764 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:53:51 trial005 ceph-mon[34782]: from='mgr.14152 10.20.193.5:0/2093500246' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-23T06:53:52.452 DEBUG:teuthology.orchestra.run.trial005:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:244ee61d76a715c3ac0d60eeb3321aefb91c3511 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 40d3614d-1084-11f1-b257-d404e6e7d460 -- ceph osd stat -f json 2026-02-23T06:53:52.570 INFO:teuthology.orchestra.run.trial005.stderr:Inferring config /var/lib/ceph/40d3614d-1084-11f1-b257-d404e6e7d460/mon.a/config 2026-02-23T06:53:52.809 INFO:teuthology.orchestra.run.trial005.stdout: 2026-02-23T06:53:52.852 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:53:52 trial005 ceph-mon[34782]: purged_snaps scrub starts 2026-02-23T06:53:52.852 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:53:52 trial005 ceph-mon[34782]: purged_snaps scrub ok 2026-02-23T06:53:52.852 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:53:52 trial005 ceph-mon[34782]: Detected new or changed devices on trial005 2026-02-23T06:53:52.852 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:53:52 trial005 ceph-mon[34782]: Adjusting osd_memory_target on trial005 to 42023M 2026-02-23T06:53:52.852 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:53:52 trial005 ceph-mon[34782]: osd.1 [v2:10.20.193.5:6810/1739594480,v1:10.20.193.5:6811/1739594480] boot 2026-02-23T06:53:52.852 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:53:52 trial005 ceph-mon[34782]: osdmap e14: 2 total, 2 up, 2 in 2026-02-23T06:53:52.853 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:53:52 trial005 ceph-mon[34782]: from='mgr.14152 10.20.193.5:0/2093500246' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-02-23T06:53:52.949 INFO:teuthology.orchestra.run.trial005.stdout:{"epoch":15,"num_osds":2,"num_up_osds":2,"osd_up_since":1771829631,"num_in_osds":2,"osd_in_since":1771829621,"num_remapped_pgs":0} 2026-02-23T06:53:52.949 DEBUG:teuthology.orchestra.run.trial005:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:244ee61d76a715c3ac0d60eeb3321aefb91c3511 shell --fsid 40d3614d-1084-11f1-b257-d404e6e7d460 -- ceph osd dump --format=json 2026-02-23T06:53:53.067 INFO:teuthology.orchestra.run.trial005.stderr:Inferring config /var/lib/ceph/40d3614d-1084-11f1-b257-d404e6e7d460/mon.a/config 2026-02-23T06:53:53.307 INFO:teuthology.orchestra.run.trial005.stdout: 2026-02-23T06:53:53.307 INFO:teuthology.orchestra.run.trial005.stdout:{"epoch":15,"fsid":"40d3614d-1084-11f1-b257-d404e6e7d460","created":"2026-02-23T06:52:57.420846+0000","modified":"2026-02-23T06:53:52.633582+0000","last_up_change":"2026-02-23T06:53:51.631814+0000","last_in_change":"2026-02-23T06:53:41.594151+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":8,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":0,"max_osd":2,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"tentacle","allow_crimson":false,"pools":[],"osds":[{"osd":0,"uuid":"60ba2bab-1b16-43e2-bb59-6a7c962ade6c","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.5:6802","nonce":2720439442},{"type":"v1","addr":"10.20.193.5:6803","nonce":2720439442}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.5:6804","nonce":2720439442},{"type":"v1","addr":"10.20.193.5:6805","nonce":2720439442}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.5:6808","nonce":2720439442},{"type":"v1","addr":"10.20.193.5:6809","nonce":2720439442}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.5:6806","nonce":2720439442},{"type":"v1","addr":"10.20.193.5:6807","nonce":2720439442}]},"public_addr":"10.20.193.5:6803/2720439442","cluster_addr":"10.20.193.5:6805/2720439442","heartbeat_back_addr":"10.20.193.5:6809/2720439442","heartbeat_front_addr":"10.20.193.5:6807/2720439442","state":["exists","up"]},{"osd":1,"uuid":"742072f6-b2c2-4423-89f4-122cda0e9e75","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.5:6810","nonce":1739594480},{"type":"v1","addr":"10.20.193.5:6811","nonce":1739594480}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.5:6812","nonce":1739594480},{"type":"v1","addr":"10.20.193.5:6813","nonce":1739594480}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.5:6816","nonce":1739594480},{"type":"v1","addr":"10.20.193.5:6817","nonce":1739594480}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.5:6814","nonce":1739594480},{"type":"v1","addr":"10.20.193.5:6815","nonce":1739594480}]},"public_addr":"10.20.193.5:6811/1739594480","cluster_addr":"10.20.193.5:6813/1739594480","heartbeat_back_addr":"10.20.193.5:6817/1739594480","heartbeat_front_addr":"10.20.193.5:6815/1739594480","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":"2026-02-23T06:53:39.640903+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4544132024016699391,"old_weight":0,"last_purged_snaps_scrub":"2026-02-23T06:53:50.247432+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"10.20.193.5:6801/2566036167":"2026-02-24T06:53:18.690749+0000","10.20.193.5:0/478263158":"2026-02-24T06:53:18.690749+0000","10.20.193.5:0/3048282715":"2026-02-24T06:53:18.690749+0000","10.20.193.5:0/3666664537":"2026-02-24T06:53:18.690749+0000","10.20.193.5:0/2591601587":"2026-02-24T06:53:08.036601+0000","10.20.193.5:0/461795731":"2026-02-24T06:53:08.036601+0000","10.20.193.5:6800/2566036167":"2026-02-24T06:53:18.690749+0000","10.20.193.5:6801/2918941285":"2026-02-24T06:53:08.036601+0000","10.20.193.5:6800/2918941285":"2026-02-24T06:53:08.036601+0000","10.20.193.5:0/3140378159":"2026-02-24T06:53:08.036601+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-23T06:53:53.454 INFO:tasks.cephadm.ceph_manager.ceph:[] 2026-02-23T06:53:53.455 INFO:tasks.cephadm:Setting up client nodes... 2026-02-23T06:53:53.455 DEBUG:teuthology.orchestra.run.trial005:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:244ee61d76a715c3ac0d60eeb3321aefb91c3511 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 40d3614d-1084-11f1-b257-d404e6e7d460 -- ceph auth get-or-create client.0 mon 'allow *' osd 'allow *' mds 'allow *' mgr 'allow *' 2026-02-23T06:53:53.574 INFO:teuthology.orchestra.run.trial005.stderr:Inferring config /var/lib/ceph/40d3614d-1084-11f1-b257-d404e6e7d460/mon.a/config 2026-02-23T06:53:53.858 INFO:teuthology.orchestra.run.trial005.stdout:[client.0] 2026-02-23T06:53:53.859 INFO:teuthology.orchestra.run.trial005.stdout: key = AQCB+ZtpW7kQMxAA46N0//FDdKqmOWdFD7JpiA== 2026-02-23T06:53:53.905 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:53:53 trial005 ceph-mon[34782]: osdmap e15: 2 total, 2 up, 2 in 2026-02-23T06:53:53.905 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:53:53 trial005 ceph-mon[34782]: pgmap v22: 0 pgs: ; 0 B data, 53 MiB used, 1.4 TiB / 1.4 TiB avail 2026-02-23T06:53:53.905 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:53:53 trial005 ceph-mon[34782]: from='client.? 10.20.193.5:0/2469132708' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2026-02-23T06:53:53.905 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:53:53 trial005 ceph-mon[34782]: from='mgr.14152 10.20.193.5:0/2093500246' 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-23T06:53:53.905 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:53:53 trial005 ceph-mon[34782]: from='client.? 10.20.193.5:0/1053395995' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2026-02-23T06:53:54.000 DEBUG:teuthology.orchestra.run.trial005:> set -ex 2026-02-23T06:53:54.001 DEBUG:teuthology.orchestra.run.trial005:> sudo dd of=/etc/ceph/ceph.client.0.keyring 2026-02-23T06:53:54.001 DEBUG:teuthology.orchestra.run.trial005:> sudo chmod 0644 /etc/ceph/ceph.client.0.keyring 2026-02-23T06:53:54.036 DEBUG:teuthology.orchestra.run.trial005:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:244ee61d76a715c3ac0d60eeb3321aefb91c3511 shell --fsid 40d3614d-1084-11f1-b257-d404e6e7d460 -- ceph config log 1 --format=json 2026-02-23T06:53:54.193 INFO:teuthology.orchestra.run.trial005.stderr:Inferring config /var/lib/ceph/40d3614d-1084-11f1-b257-d404e6e7d460/mon.a/config 2026-02-23T06:53:54.432 INFO:teuthology.orchestra.run.trial005.stdout: 2026-02-23T06:53:54.571 INFO:teuthology.orchestra.run.trial005.stdout:[{"version":11,"timestamp":"2026-02-23T06:53:51.623866+0000","name":"","changes":[{"name":"osd/host:trial005/osd_memory_target","previous_value":"88129925939","new_value":"44064962969"}]}] 2026-02-23T06:53:54.571 INFO:tasks.ceph_manager:config epoch is 11 2026-02-23T06:53:54.571 INFO:tasks.ceph:Waiting until ceph daemons up and pgs clean... 2026-02-23T06:53:54.571 INFO:tasks.cephadm.ceph_manager.ceph:waiting for mgr available 2026-02-23T06:53:54.572 DEBUG:teuthology.orchestra.run.trial005:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:244ee61d76a715c3ac0d60eeb3321aefb91c3511 shell --fsid 40d3614d-1084-11f1-b257-d404e6e7d460 -- ceph mgr dump --format=json 2026-02-23T06:53:54.689 INFO:teuthology.orchestra.run.trial005.stderr:Inferring config /var/lib/ceph/40d3614d-1084-11f1-b257-d404e6e7d460/mon.a/config 2026-02-23T06:53:54.803 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:53:54 trial005 ceph-mon[34782]: from='mgr.14152 10.20.193.5:0/2093500246' 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-23T06:53:54.803 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:53:54 trial005 ceph-mon[34782]: osdmap e16: 2 total, 2 up, 2 in 2026-02-23T06:53:54.804 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:53:54 trial005 ceph-mon[34782]: from='mgr.14152 10.20.193.5:0/2093500246' entity='mgr.x' cmd={"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true} : dispatch 2026-02-23T06:53:54.804 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:53:54 trial005 ceph-mon[34782]: from='client.? 10.20.193.5:0/268120084' entity='client.admin' cmd={"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]} : dispatch 2026-02-23T06:53:54.804 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:53:54 trial005 ceph-mon[34782]: from='client.? 10.20.193.5:0/268120084' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2026-02-23T06:53:54.804 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:53:54 trial005 ceph-mon[34782]: from='mgr.14152 10.20.193.5:0/2093500246' entity='mgr.x' 2026-02-23T06:53:54.804 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:53:54 trial005 ceph-mon[34782]: from='mgr.14152 10.20.193.5:0/2093500246' entity='mgr.x' 2026-02-23T06:53:54.804 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:53:54 trial005 ceph-mon[34782]: from='client.? 10.20.193.5:0/3424438997' entity='client.admin' cmd={"prefix": "config log", "num": 1, "format": "json"} : dispatch 2026-02-23T06:53:54.954 INFO:teuthology.orchestra.run.trial005.stdout: 2026-02-23T06:53:55.059 INFO:journalctl@ceph.osd.0.trial005.stdout:Feb 23 06:53:54 trial005 sudo[68280]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/smartctl -x --json=o /dev/nvme2n1 2026-02-23T06:53:55.060 INFO:journalctl@ceph.osd.0.trial005.stdout:Feb 23 06:53:54 trial005 sudo[68280]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2026-02-23T06:53:55.060 INFO:journalctl@ceph.osd.0.trial005.stdout:Feb 23 06:53:54 trial005 sudo[68280]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2026-02-23T06:53:55.060 INFO:journalctl@ceph.osd.0.trial005.stdout:Feb 23 06:53:54 trial005 sudo[68280]: pam_unix(sudo:session): session closed for user root 2026-02-23T06:53:55.060 INFO:journalctl@ceph.osd.0.trial005.stdout:Feb 23 06:53:55 trial005 sudo[68292]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/nvme mtfdkcc1t9tgp-1bk1jabyy smart-log-add --json /dev/nvme2n1 2026-02-23T06:53:55.060 INFO:journalctl@ceph.osd.0.trial005.stdout:Feb 23 06:53:55 trial005 sudo[68292]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2026-02-23T06:53:55.060 INFO:journalctl@ceph.osd.0.trial005.stdout:Feb 23 06:53:55 trial005 sudo[68292]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2026-02-23T06:53:55.060 INFO:journalctl@ceph.osd.0.trial005.stdout:Feb 23 06:53:55 trial005 sudo[68292]: pam_unix(sudo:session): session closed for user root 2026-02-23T06:53:55.060 INFO:journalctl@ceph.osd.1.trial005.stdout:Feb 23 06:53:55 trial005 sudo[68296]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/smartctl -x --json=o /dev/nvme2n1 2026-02-23T06:53:55.061 INFO:journalctl@ceph.osd.1.trial005.stdout:Feb 23 06:53:55 trial005 sudo[68296]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2026-02-23T06:53:55.061 INFO:journalctl@ceph.osd.1.trial005.stdout:Feb 23 06:53:55 trial005 sudo[68296]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2026-02-23T06:53:55.061 INFO:journalctl@ceph.osd.1.trial005.stdout:Feb 23 06:53:55 trial005 sudo[68296]: pam_unix(sudo:session): session closed for user root 2026-02-23T06:53:55.061 INFO:journalctl@ceph.osd.1.trial005.stdout:Feb 23 06:53:55 trial005 sudo[68300]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/nvme mtfdkcc1t9tgp-1bk1jabyy smart-log-add --json /dev/nvme2n1 2026-02-23T06:53:55.061 INFO:journalctl@ceph.osd.1.trial005.stdout:Feb 23 06:53:55 trial005 sudo[68300]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2026-02-23T06:53:55.061 INFO:journalctl@ceph.osd.1.trial005.stdout:Feb 23 06:53:55 trial005 sudo[68300]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2026-02-23T06:53:55.061 INFO:journalctl@ceph.osd.1.trial005.stdout:Feb 23 06:53:55 trial005 sudo[68300]: pam_unix(sudo:session): session closed for user root 2026-02-23T06:53:55.095 INFO:teuthology.orchestra.run.trial005.stdout:{"epoch":13,"flags":0,"active_gid":14152,"active_name":"x","active_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.5:6800","nonce":3625715608},{"type":"v1","addr":"10.20.193.5:6801","nonce":3625715608}]},"active_addr":"10.20.193.5:6801/3625715608","active_change":"2026-02-23T06:53:18.690853+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":[]},"sudo_hardening":{"name":"sudo_hardening","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable sudo hardening by routing all command execution through invoker.py. When enabled, cephadm and bash commands are validated and executed via the secure invoker wrapper.","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.5: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.5:0","nonce":1045811976}]},{"name":"rbd_support","addrvec":[{"type":"v2","addr":"10.20.193.5:0","nonce":1682714148}]},{"name":"volumes","addrvec":[{"type":"v2","addr":"10.20.193.5:0","nonce":632659688}]}]} 2026-02-23T06:53:55.099 INFO:tasks.cephadm.ceph_manager.ceph:mgr available! 2026-02-23T06:53:55.099 INFO:tasks.cephadm.ceph_manager.ceph:waiting for all up 2026-02-23T06:53:55.100 DEBUG:teuthology.orchestra.run.trial005:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:244ee61d76a715c3ac0d60eeb3321aefb91c3511 shell --fsid 40d3614d-1084-11f1-b257-d404e6e7d460 -- ceph osd dump --format=json 2026-02-23T06:53:55.216 INFO:teuthology.orchestra.run.trial005.stderr:Inferring config /var/lib/ceph/40d3614d-1084-11f1-b257-d404e6e7d460/mon.a/config 2026-02-23T06:53:55.330 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:53:55 trial005 sudo[68304]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/smartctl -x --json=o /dev/nvme1n1 2026-02-23T06:53:55.331 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:53:55 trial005 sudo[68304]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2026-02-23T06:53:55.331 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:53:55 trial005 sudo[68304]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2026-02-23T06:53:55.331 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:53:55 trial005 sudo[68304]: pam_unix(sudo:session): session closed for user root 2026-02-23T06:53:55.331 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:53:55 trial005 sudo[68308]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/nvme mtfdkcc1t9tgp-1bk1jabyy smart-log-add --json /dev/nvme1n1 2026-02-23T06:53:55.331 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:53:55 trial005 sudo[68308]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2026-02-23T06:53:55.331 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:53:55 trial005 sudo[68308]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2026-02-23T06:53:55.331 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:53:55 trial005 sudo[68308]: pam_unix(sudo:session): session closed for user root 2026-02-23T06:53:55.451 INFO:teuthology.orchestra.run.trial005.stdout: 2026-02-23T06:53:55.451 INFO:teuthology.orchestra.run.trial005.stdout:{"epoch":17,"fsid":"40d3614d-1084-11f1-b257-d404e6e7d460","created":"2026-02-23T06:52:57.420846+0000","modified":"2026-02-23T06:53:54.638276+0000","last_up_change":"2026-02-23T06:53:51.631814+0000","last_in_change":"2026-02-23T06:53:41.594151+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-23T06:53:52.896097+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":"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":"60ba2bab-1b16-43e2-bb59-6a7c962ade6c","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.5:6802","nonce":2720439442},{"type":"v1","addr":"10.20.193.5:6803","nonce":2720439442}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.5:6804","nonce":2720439442},{"type":"v1","addr":"10.20.193.5:6805","nonce":2720439442}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.5:6808","nonce":2720439442},{"type":"v1","addr":"10.20.193.5:6809","nonce":2720439442}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.5:6806","nonce":2720439442},{"type":"v1","addr":"10.20.193.5:6807","nonce":2720439442}]},"public_addr":"10.20.193.5:6803/2720439442","cluster_addr":"10.20.193.5:6805/2720439442","heartbeat_back_addr":"10.20.193.5:6809/2720439442","heartbeat_front_addr":"10.20.193.5:6807/2720439442","state":["exists","up"]},{"osd":1,"uuid":"742072f6-b2c2-4423-89f4-122cda0e9e75","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":14,"up_thru":16,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.5:6810","nonce":1739594480},{"type":"v1","addr":"10.20.193.5:6811","nonce":1739594480}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.5:6812","nonce":1739594480},{"type":"v1","addr":"10.20.193.5:6813","nonce":1739594480}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.5:6816","nonce":1739594480},{"type":"v1","addr":"10.20.193.5:6817","nonce":1739594480}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.5:6814","nonce":1739594480},{"type":"v1","addr":"10.20.193.5:6815","nonce":1739594480}]},"public_addr":"10.20.193.5:6811/1739594480","cluster_addr":"10.20.193.5:6813/1739594480","heartbeat_back_addr":"10.20.193.5:6817/1739594480","heartbeat_front_addr":"10.20.193.5:6815/1739594480","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":"2026-02-23T06:53:39.640903+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4544132024016699391,"old_weight":0,"last_purged_snaps_scrub":"2026-02-23T06:53:50.247432+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"10.20.193.5:6801/2566036167":"2026-02-24T06:53:18.690749+0000","10.20.193.5:0/478263158":"2026-02-24T06:53:18.690749+0000","10.20.193.5:0/3048282715":"2026-02-24T06:53:18.690749+0000","10.20.193.5:0/3666664537":"2026-02-24T06:53:18.690749+0000","10.20.193.5:0/2591601587":"2026-02-24T06:53:08.036601+0000","10.20.193.5:0/461795731":"2026-02-24T06:53:08.036601+0000","10.20.193.5:6800/2566036167":"2026-02-24T06:53:18.690749+0000","10.20.193.5:6801/2918941285":"2026-02-24T06:53:08.036601+0000","10.20.193.5:6800/2918941285":"2026-02-24T06:53:08.036601+0000","10.20.193.5:0/3140378159":"2026-02-24T06:53:08.036601+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-23T06:53:55.589 INFO:tasks.cephadm.ceph_manager.ceph:all up! 2026-02-23T06:53:55.589 DEBUG:teuthology.orchestra.run.trial005:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:244ee61d76a715c3ac0d60eeb3321aefb91c3511 shell --fsid 40d3614d-1084-11f1-b257-d404e6e7d460 -- ceph osd dump --format=json 2026-02-23T06:53:55.709 INFO:teuthology.orchestra.run.trial005.stderr:Inferring config /var/lib/ceph/40d3614d-1084-11f1-b257-d404e6e7d460/mon.a/config 2026-02-23T06:53:55.905 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:53:55 trial005 ceph-mon[34782]: from='mgr.14152 10.20.193.5:0/2093500246' entity='mgr.x' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2026-02-23T06:53:55.905 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:53:55 trial005 ceph-mon[34782]: osdmap e17: 2 total, 2 up, 2 in 2026-02-23T06:53:55.905 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:53:55 trial005 ceph-mon[34782]: pgmap v25: 1 pgs: 1 unknown; 0 B data, 53 MiB used, 1.4 TiB / 1.4 TiB avail 2026-02-23T06:53:55.905 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:53:55 trial005 ceph-mon[34782]: from='client.? 10.20.193.5:0/2679870621' entity='client.admin' cmd={"prefix": "mgr dump", "format": "json"} : dispatch 2026-02-23T06:53:55.906 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:53:55 trial005 ceph-mon[34782]: from='mgr.14152 10.20.193.5:0/2093500246' entity='mgr.x' 2026-02-23T06:53:55.906 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:53:55 trial005 ceph-mon[34782]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2026-02-23T06:53:55.906 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:53:55 trial005 ceph-mon[34782]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2026-02-23T06:53:55.906 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:53:55 trial005 ceph-mon[34782]: from='mgr.14152 10.20.193.5:0/2093500246' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-02-23T06:53:55.906 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:53:55 trial005 ceph-mon[34782]: from='mgr.14152 10.20.193.5:0/2093500246' entity='mgr.x' 2026-02-23T06:53:55.906 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:53:55 trial005 ceph-mon[34782]: from='client.? 10.20.193.5:0/907958467' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2026-02-23T06:53:55.938 INFO:teuthology.orchestra.run.trial005.stdout: 2026-02-23T06:53:55.938 INFO:teuthology.orchestra.run.trial005.stdout:{"epoch":18,"fsid":"40d3614d-1084-11f1-b257-d404e6e7d460","created":"2026-02-23T06:52:57.420846+0000","modified":"2026-02-23T06:53:55.640894+0000","last_up_change":"2026-02-23T06:53:51.631814+0000","last_in_change":"2026-02-23T06:53:41.594151+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-23T06:53:52.896097+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":"18","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":"60ba2bab-1b16-43e2-bb59-6a7c962ade6c","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.5:6802","nonce":2720439442},{"type":"v1","addr":"10.20.193.5:6803","nonce":2720439442}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.5:6804","nonce":2720439442},{"type":"v1","addr":"10.20.193.5:6805","nonce":2720439442}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.5:6808","nonce":2720439442},{"type":"v1","addr":"10.20.193.5:6809","nonce":2720439442}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.5:6806","nonce":2720439442},{"type":"v1","addr":"10.20.193.5:6807","nonce":2720439442}]},"public_addr":"10.20.193.5:6803/2720439442","cluster_addr":"10.20.193.5:6805/2720439442","heartbeat_back_addr":"10.20.193.5:6809/2720439442","heartbeat_front_addr":"10.20.193.5:6807/2720439442","state":["exists","up"]},{"osd":1,"uuid":"742072f6-b2c2-4423-89f4-122cda0e9e75","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":14,"up_thru":16,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.5:6810","nonce":1739594480},{"type":"v1","addr":"10.20.193.5:6811","nonce":1739594480}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.5:6812","nonce":1739594480},{"type":"v1","addr":"10.20.193.5:6813","nonce":1739594480}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.5:6816","nonce":1739594480},{"type":"v1","addr":"10.20.193.5:6817","nonce":1739594480}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.5:6814","nonce":1739594480},{"type":"v1","addr":"10.20.193.5:6815","nonce":1739594480}]},"public_addr":"10.20.193.5:6811/1739594480","cluster_addr":"10.20.193.5:6813/1739594480","heartbeat_back_addr":"10.20.193.5:6817/1739594480","heartbeat_front_addr":"10.20.193.5:6815/1739594480","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":"2026-02-23T06:53:39.640903+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4544132024016699391,"old_weight":0,"last_purged_snaps_scrub":"2026-02-23T06:53:50.247432+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"10.20.193.5:6801/2566036167":"2026-02-24T06:53:18.690749+0000","10.20.193.5:0/478263158":"2026-02-24T06:53:18.690749+0000","10.20.193.5:0/3048282715":"2026-02-24T06:53:18.690749+0000","10.20.193.5:0/3666664537":"2026-02-24T06:53:18.690749+0000","10.20.193.5:0/2591601587":"2026-02-24T06:53:08.036601+0000","10.20.193.5:0/461795731":"2026-02-24T06:53:08.036601+0000","10.20.193.5:6800/2566036167":"2026-02-24T06:53:18.690749+0000","10.20.193.5:6801/2918941285":"2026-02-24T06:53:08.036601+0000","10.20.193.5:6800/2918941285":"2026-02-24T06:53:08.036601+0000","10.20.193.5:0/3140378159":"2026-02-24T06:53:08.036601+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-23T06:53:56.079 DEBUG:teuthology.orchestra.run.trial005:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:244ee61d76a715c3ac0d60eeb3321aefb91c3511 shell --fsid 40d3614d-1084-11f1-b257-d404e6e7d460 -- ceph tell osd.0 flush_pg_stats 2026-02-23T06:53:56.080 DEBUG:teuthology.orchestra.run.trial005:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:244ee61d76a715c3ac0d60eeb3321aefb91c3511 shell --fsid 40d3614d-1084-11f1-b257-d404e6e7d460 -- ceph tell osd.1 flush_pg_stats 2026-02-23T06:53:56.197 INFO:teuthology.orchestra.run.trial005.stderr:Inferring config /var/lib/ceph/40d3614d-1084-11f1-b257-d404e6e7d460/mon.a/config 2026-02-23T06:53:56.199 INFO:teuthology.orchestra.run.trial005.stderr:Inferring config /var/lib/ceph/40d3614d-1084-11f1-b257-d404e6e7d460/mon.a/config 2026-02-23T06:53:56.466 INFO:teuthology.orchestra.run.trial005.stdout:60129542147 2026-02-23T06:53:56.467 DEBUG:teuthology.orchestra.run.trial005:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:244ee61d76a715c3ac0d60eeb3321aefb91c3511 shell --fsid 40d3614d-1084-11f1-b257-d404e6e7d460 -- ceph osd last-stat-seq osd.1 2026-02-23T06:53:56.475 INFO:teuthology.orchestra.run.trial005.stdout:38654705669 2026-02-23T06:53:56.475 DEBUG:teuthology.orchestra.run.trial005:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:244ee61d76a715c3ac0d60eeb3321aefb91c3511 shell --fsid 40d3614d-1084-11f1-b257-d404e6e7d460 -- ceph osd last-stat-seq osd.0 2026-02-23T06:53:56.585 INFO:teuthology.orchestra.run.trial005.stderr:Inferring config /var/lib/ceph/40d3614d-1084-11f1-b257-d404e6e7d460/mon.a/config 2026-02-23T06:53:56.630 INFO:teuthology.orchestra.run.trial005.stderr:Inferring config /var/lib/ceph/40d3614d-1084-11f1-b257-d404e6e7d460/mon.a/config 2026-02-23T06:53:56.735 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:53:56 trial005 ceph-mon[34782]: osdmap e18: 2 total, 2 up, 2 in 2026-02-23T06:53:56.736 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:53:56 trial005 ceph-mon[34782]: from='client.? 10.20.193.5:0/1409896038' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2026-02-23T06:53:56.821 INFO:teuthology.orchestra.run.trial005.stdout:60129542146 2026-02-23T06:53:56.871 INFO:teuthology.orchestra.run.trial005.stdout:38654705668 2026-02-23T06:53:56.960 INFO:tasks.cephadm.ceph_manager.ceph:need seq 60129542147 got 60129542146 for osd.1 2026-02-23T06:53:57.010 INFO:tasks.cephadm.ceph_manager.ceph:need seq 38654705669 got 38654705668 for osd.0 2026-02-23T06:53:57.905 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:53:57 trial005 ceph-mon[34782]: pgmap v27: 1 pgs: 1 active+clean; 577 KiB data, 55 MiB used, 1.4 TiB / 1.4 TiB avail 2026-02-23T06:53:57.905 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:53:57 trial005 ceph-mon[34782]: from='client.? 10.20.193.5:0/1907846728' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 1} : dispatch 2026-02-23T06:53:57.905 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:53:57 trial005 ceph-mon[34782]: from='client.? 10.20.193.5:0/2607144653' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 0} : dispatch 2026-02-23T06:53:57.961 DEBUG:teuthology.orchestra.run.trial005:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:244ee61d76a715c3ac0d60eeb3321aefb91c3511 shell --fsid 40d3614d-1084-11f1-b257-d404e6e7d460 -- ceph osd last-stat-seq osd.1 2026-02-23T06:53:58.012 DEBUG:teuthology.orchestra.run.trial005:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:244ee61d76a715c3ac0d60eeb3321aefb91c3511 shell --fsid 40d3614d-1084-11f1-b257-d404e6e7d460 -- ceph osd last-stat-seq osd.0 2026-02-23T06:53:58.082 INFO:teuthology.orchestra.run.trial005.stderr:Inferring config /var/lib/ceph/40d3614d-1084-11f1-b257-d404e6e7d460/mon.a/config 2026-02-23T06:53:58.129 INFO:teuthology.orchestra.run.trial005.stderr:Inferring config /var/lib/ceph/40d3614d-1084-11f1-b257-d404e6e7d460/mon.a/config 2026-02-23T06:53:58.317 INFO:teuthology.orchestra.run.trial005.stdout:60129542147 2026-02-23T06:53:58.373 INFO:teuthology.orchestra.run.trial005.stdout:38654705670 2026-02-23T06:53:58.458 INFO:tasks.cephadm.ceph_manager.ceph:need seq 60129542147 got 60129542147 for osd.1 2026-02-23T06:53:58.458 DEBUG:teuthology.parallel:result is None 2026-02-23T06:53:58.514 INFO:tasks.cephadm.ceph_manager.ceph:need seq 38654705669 got 38654705670 for osd.0 2026-02-23T06:53:58.514 DEBUG:teuthology.parallel:result is None 2026-02-23T06:53:58.515 INFO:tasks.cephadm.ceph_manager.ceph:waiting for clean 2026-02-23T06:53:58.515 DEBUG:teuthology.orchestra.run.trial005:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:244ee61d76a715c3ac0d60eeb3321aefb91c3511 shell --fsid 40d3614d-1084-11f1-b257-d404e6e7d460 -- ceph pg dump --format=json 2026-02-23T06:53:58.629 INFO:teuthology.orchestra.run.trial005.stderr:Inferring config /var/lib/ceph/40d3614d-1084-11f1-b257-d404e6e7d460/mon.a/config 2026-02-23T06:53:58.859 INFO:teuthology.orchestra.run.trial005.stdout: 2026-02-23T06:53:58.859 INFO:teuthology.orchestra.run.trial005.stderr:dumped all 2026-02-23T06:53:58.860 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:53:58 trial005 ceph-mon[34782]: mgrmap e14: x(active, since 38s) 2026-02-23T06:53:58.860 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:53:58 trial005 ceph-mon[34782]: from='client.? 10.20.193.5:0/142214589' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 1} : dispatch 2026-02-23T06:53:58.860 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:53:58 trial005 ceph-mon[34782]: from='client.? 10.20.193.5:0/4264140594' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 0} : dispatch 2026-02-23T06:53:58.999 INFO:teuthology.orchestra.run.trial005.stdout:{"pg_ready":true,"pg_map":{"version":28,"stamp":"2026-02-23T06:53:58.698269+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":56280,"kb_used_data":1464,"kb_used_omap":17,"kb_used_meta":54382,"kb_avail":1467950120,"statfs":{"total":1503238553600,"available":1503180922880,"internally_reserved":0,"allocated":1499136,"data_stored":1264786,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":17557,"internal_metadata":55688043},"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":"2.000224"},"pg_stats":[{"pgid":"1.0","version":"17'72","reported_seq":103,"reported_epoch":18,"state":"active+clean","last_fresh":"2026-02-23T06:53:55.643703+0000","last_change":"2026-02-23T06:53:54.951734+0000","last_active":"2026-02-23T06:53:55.643703+0000","last_peered":"2026-02-23T06:53:55.643703+0000","last_clean":"2026-02-23T06:53:55.643703+0000","last_became_active":"2026-02-23T06:53:54.951304+0000","last_became_peered":"2026-02-23T06:53:54.951304+0000","last_unstale":"2026-02-23T06:53:55.643703+0000","last_undegraded":"2026-02-23T06:53:55.643703+0000","last_fullsized":"2026-02-23T06:53:55.643703+0000","mapping_epoch":16,"log_start":"0'0","ondisk_log_start":"0'0","created":16,"last_epoch_clean":17,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-23T06:53:53.636346+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-23T06:53:53.636346+0000","last_clean_scrub_stamp":"2026-02-23T06:53:53.636346+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-24T18:38:47.642748+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":60129542148,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":734003200,"kb_used":28140,"kb_used_data":732,"kb_used_omap":6,"kb_used_meta":27193,"kb_avail":733975060,"statfs":{"total":751619276800,"available":751590461440,"internally_reserved":0,"allocated":749568,"data_stored":632393,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":7148,"internal_metadata":27845652},"hb_peers":[0],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]},{"osd":0,"up_from":9,"seq":38654705670,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":734003200,"kb_used":28140,"kb_used_data":732,"kb_used_omap":10,"kb_used_meta":27189,"kb_avail":733975060,"statfs":{"total":751619276800,"available":751590461440,"internally_reserved":0,"allocated":749568,"data_stored":632393,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":10409,"internal_metadata":27842391},"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-23T06:53:59.000 DEBUG:teuthology.orchestra.run.trial005:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:244ee61d76a715c3ac0d60eeb3321aefb91c3511 shell --fsid 40d3614d-1084-11f1-b257-d404e6e7d460 -- ceph pg dump --format=json 2026-02-23T06:53:59.119 INFO:teuthology.orchestra.run.trial005.stderr:Inferring config /var/lib/ceph/40d3614d-1084-11f1-b257-d404e6e7d460/mon.a/config 2026-02-23T06:53:59.347 INFO:teuthology.orchestra.run.trial005.stdout: 2026-02-23T06:53:59.348 INFO:teuthology.orchestra.run.trial005.stderr:dumped all 2026-02-23T06:53:59.490 INFO:teuthology.orchestra.run.trial005.stdout:{"pg_ready":true,"pg_map":{"version":28,"stamp":"2026-02-23T06:53:58.698269+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":56280,"kb_used_data":1464,"kb_used_omap":17,"kb_used_meta":54382,"kb_avail":1467950120,"statfs":{"total":1503238553600,"available":1503180922880,"internally_reserved":0,"allocated":1499136,"data_stored":1264786,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":17557,"internal_metadata":55688043},"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":"2.000224"},"pg_stats":[{"pgid":"1.0","version":"17'72","reported_seq":103,"reported_epoch":18,"state":"active+clean","last_fresh":"2026-02-23T06:53:55.643703+0000","last_change":"2026-02-23T06:53:54.951734+0000","last_active":"2026-02-23T06:53:55.643703+0000","last_peered":"2026-02-23T06:53:55.643703+0000","last_clean":"2026-02-23T06:53:55.643703+0000","last_became_active":"2026-02-23T06:53:54.951304+0000","last_became_peered":"2026-02-23T06:53:54.951304+0000","last_unstale":"2026-02-23T06:53:55.643703+0000","last_undegraded":"2026-02-23T06:53:55.643703+0000","last_fullsized":"2026-02-23T06:53:55.643703+0000","mapping_epoch":16,"log_start":"0'0","ondisk_log_start":"0'0","created":16,"last_epoch_clean":17,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-23T06:53:53.636346+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-23T06:53:53.636346+0000","last_clean_scrub_stamp":"2026-02-23T06:53:53.636346+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-24T18:38:47.642748+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":60129542148,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":734003200,"kb_used":28140,"kb_used_data":732,"kb_used_omap":6,"kb_used_meta":27193,"kb_avail":733975060,"statfs":{"total":751619276800,"available":751590461440,"internally_reserved":0,"allocated":749568,"data_stored":632393,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":7148,"internal_metadata":27845652},"hb_peers":[0],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]},{"osd":0,"up_from":9,"seq":38654705670,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":734003200,"kb_used":28140,"kb_used_data":732,"kb_used_omap":10,"kb_used_meta":27189,"kb_avail":733975060,"statfs":{"total":751619276800,"available":751590461440,"internally_reserved":0,"allocated":749568,"data_stored":632393,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":10409,"internal_metadata":27842391},"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-23T06:53:59.491 INFO:tasks.cephadm.ceph_manager.ceph:clean! 2026-02-23T06:53:59.491 INFO:tasks.ceph:Waiting until ceph cluster ceph is healthy... 2026-02-23T06:53:59.491 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy 2026-02-23T06:53:59.491 DEBUG:teuthology.orchestra.run.trial005:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:244ee61d76a715c3ac0d60eeb3321aefb91c3511 shell --fsid 40d3614d-1084-11f1-b257-d404e6e7d460 -- ceph health --format=json 2026-02-23T06:53:59.609 INFO:teuthology.orchestra.run.trial005.stderr:Inferring config /var/lib/ceph/40d3614d-1084-11f1-b257-d404e6e7d460/mon.a/config 2026-02-23T06:53:59.658 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:53:59 trial005 ceph-mon[34782]: pgmap v28: 1 pgs: 1 active+clean; 577 KiB data, 55 MiB used, 1.4 TiB / 1.4 TiB avail 2026-02-23T06:53:59.658 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:53:59 trial005 ceph-mon[34782]: from='client.14247 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-23T06:53:59.874 INFO:teuthology.orchestra.run.trial005.stdout: 2026-02-23T06:53:59.874 INFO:teuthology.orchestra.run.trial005.stdout:{"status":"HEALTH_OK","checks":{},"mutes":[]} 2026-02-23T06:54:00.016 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy done 2026-02-23T06:54:00.017 INFO:tasks.cephadm:Setup complete, yielding 2026-02-23T06:54:00.017 INFO:teuthology.run_tasks:Running task cephadm.shell... 2026-02-23T06:54:00.027 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@trial005.front.sepia.ceph.com 2026-02-23T06:54:00.027 DEBUG:teuthology.orchestra.run.trial005:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:244ee61d76a715c3ac0d60eeb3321aefb91c3511 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 40d3614d-1084-11f1-b257-d404e6e7d460 -- bash -c 'ceph fs volume create cephfs' 2026-02-23T06:54:00.142 INFO:teuthology.orchestra.run.trial005.stderr:Inferring config /var/lib/ceph/40d3614d-1084-11f1-b257-d404e6e7d460/mon.a/config 2026-02-23T06:54:00.905 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:54:00 trial005 ceph-mon[34782]: from='client.14249 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-23T06:54:00.905 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:54:00 trial005 ceph-mon[34782]: from='client.? 10.20.193.5:0/836973219' entity='client.admin' cmd={"prefix": "health", "format": "json"} : dispatch 2026-02-23T06:54:00.905 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:54:00 trial005 ceph-mon[34782]: from='mgr.14152 10.20.193.5:0/2093500246' entity='mgr.x' cmd={"prefix": "osd pool create", "pool": "cephfs.cephfs.meta"} : dispatch 2026-02-23T06:54:01.808 INFO:teuthology.run_tasks:Running task cephadm.wait_for_service... 2026-02-23T06:54:01.823 INFO:tasks.cephadm:Waiting for ceph service mds.cephfs to start (timeout 300)... 2026-02-23T06:54:01.823 DEBUG:teuthology.orchestra.run.trial005:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:244ee61d76a715c3ac0d60eeb3321aefb91c3511 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 40d3614d-1084-11f1-b257-d404e6e7d460 -- ceph orch ls -f json 2026-02-23T06:54:01.942 INFO:teuthology.orchestra.run.trial005.stderr:Inferring config /var/lib/ceph/40d3614d-1084-11f1-b257-d404e6e7d460/mon.a/config 2026-02-23T06:54:01.963 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:54:01 trial005 ceph-mon[34782]: from='client.14253 -' entity='client.admin' cmd=[{"prefix": "fs volume create", "name": "cephfs", "target": ["mon-mgr", ""]}]: dispatch 2026-02-23T06:54:01.964 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:54:01 trial005 ceph-mon[34782]: from='mgr.14152 10.20.193.5:0/2093500246' entity='mgr.x' cmd='[{"prefix": "osd pool create", "pool": "cephfs.cephfs.meta"}]': finished 2026-02-23T06:54:01.964 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:54:01 trial005 ceph-mon[34782]: osdmap e19: 2 total, 2 up, 2 in 2026-02-23T06:54:01.964 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:54:01 trial005 ceph-mon[34782]: from='mgr.14152 10.20.193.5:0/2093500246' entity='mgr.x' cmd={"bulk": true, "prefix": "osd pool create", "pool": "cephfs.cephfs.data"} : dispatch 2026-02-23T06:54:01.964 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:54:01 trial005 ceph-mon[34782]: pgmap v30: 33 pgs: 32 unknown, 1 active+clean; 577 KiB data, 55 MiB used, 1.4 TiB / 1.4 TiB avail 2026-02-23T06:54:01.964 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:54:01 trial005 ceph-40d3614d-1084-11f1-b257-d404e6e7d460-mon-a[34756]: 2026-02-23T06:54:01.657+0000 7f9d5a6dd640 -1 log_channel(cluster) log [ERR] : Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2026-02-23T06:54:02.187 INFO:teuthology.orchestra.run.trial005.stdout: 2026-02-23T06:54:02.187 INFO:teuthology.orchestra.run.trial005.stdout:[{"events": ["2026-02-23T06:54:01.662635Z service:mds.cephfs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2026-02-23T06:54:01.661337Z", "running": 0, "size": 2}}, {"events": ["2026-02-23T06:53:28.108681Z service:mgr [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["trial005=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2026-02-23T06:53:27.539822Z", "last_refresh": "2026-02-23T06:54:02.063666Z", "running": 1, "size": 1}}, {"events": ["2026-02-23T06:53:28.109797Z service:mon [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["trial005:10.20.193.5=a"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2026-02-23T06:53:25.853005Z", "last_refresh": "2026-02-23T06:54:02.063606Z", "running": 1, "size": 1}}, {"events": ["2026-02-23T06:53:40.185057Z service:osd.default [INFO] \"service was created\""], "placement": {"host_pattern": "trial005"}, "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-23T06:53:40.183539Z", "last_refresh": "2026-02-23T06:54:02.063707Z", "running": 2, "size": 2}}] 2026-02-23T06:54:02.328 INFO:tasks.cephadm:mds.cephfs has 0/2 2026-02-23T06:54:02.905 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:54:02 trial005 ceph-mon[34782]: from='mgr.14152 10.20.193.5:0/2093500246' entity='mgr.x' cmd='[{"bulk": true, "prefix": "osd pool create", "pool": "cephfs.cephfs.data"}]': finished 2026-02-23T06:54:02.905 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:54:02 trial005 ceph-mon[34782]: osdmap e20: 2 total, 2 up, 2 in 2026-02-23T06:54:02.905 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:54:02 trial005 ceph-mon[34782]: from='mgr.14152 10.20.193.5:0/2093500246' entity='mgr.x' cmd={"prefix": "fs new", "fs_name": "cephfs", "metadata": "cephfs.cephfs.meta", "data": "cephfs.cephfs.data"} : dispatch 2026-02-23T06:54:02.905 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:54:02 trial005 ceph-mon[34782]: Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2026-02-23T06:54:02.905 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:54:02 trial005 ceph-mon[34782]: Health check failed: 1 filesystem is online with fewer MDS than max_mds (MDS_UP_LESS_THAN_MAX) 2026-02-23T06:54:02.905 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:54:02 trial005 ceph-mon[34782]: from='mgr.14152 10.20.193.5:0/2093500246' entity='mgr.x' cmd='[{"prefix": "fs new", "fs_name": "cephfs", "metadata": "cephfs.cephfs.meta", "data": "cephfs.cephfs.data"}]': finished 2026-02-23T06:54:02.905 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:54:02 trial005 ceph-mon[34782]: osdmap e21: 2 total, 2 up, 2 in 2026-02-23T06:54:02.905 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:54:02 trial005 ceph-mon[34782]: fsmap cephfs:0 2026-02-23T06:54:02.905 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:54:02 trial005 ceph-mon[34782]: Saving service mds.cephfs spec with placement count:2 2026-02-23T06:54:02.905 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:54:02 trial005 ceph-mon[34782]: from='mgr.14152 10.20.193.5:0/2093500246' entity='mgr.x' 2026-02-23T06:54:02.905 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:54:02 trial005 ceph-mon[34782]: from='mgr.14152 10.20.193.5:0/2093500246' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-23T06:54:02.905 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:54:02 trial005 ceph-mon[34782]: from='mgr.14152 10.20.193.5:0/2093500246' entity='mgr.x' 2026-02-23T06:54:02.905 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:54:02 trial005 ceph-mon[34782]: from='mgr.14152 10.20.193.5:0/2093500246' entity='mgr.x' 2026-02-23T06:54:03.329 DEBUG:teuthology.orchestra.run.trial005:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:244ee61d76a715c3ac0d60eeb3321aefb91c3511 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 40d3614d-1084-11f1-b257-d404e6e7d460 -- ceph orch ls -f json 2026-02-23T06:54:03.449 INFO:teuthology.orchestra.run.trial005.stderr:Inferring config /var/lib/ceph/40d3614d-1084-11f1-b257-d404e6e7d460/mon.a/config 2026-02-23T06:54:03.673 INFO:teuthology.orchestra.run.trial005.stdout: 2026-02-23T06:54:03.673 INFO:teuthology.orchestra.run.trial005.stdout:[{"events": ["2026-02-23T06:54:01.662635Z service:mds.cephfs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2026-02-23T06:54:01.661337Z", "running": 0, "size": 2}}, {"events": ["2026-02-23T06:53:28.108681Z service:mgr [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["trial005=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2026-02-23T06:53:27.539822Z", "last_refresh": "2026-02-23T06:54:02.063666Z", "running": 1, "size": 1}}, {"events": ["2026-02-23T06:53:28.109797Z service:mon [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["trial005:10.20.193.5=a"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2026-02-23T06:53:25.853005Z", "last_refresh": "2026-02-23T06:54:02.063606Z", "running": 1, "size": 1}}, {"events": ["2026-02-23T06:53:40.185057Z service:osd.default [INFO] \"service was created\""], "placement": {"host_pattern": "trial005"}, "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-23T06:53:40.183539Z", "last_refresh": "2026-02-23T06:54:02.063707Z", "running": 2, "size": 2}}] 2026-02-23T06:54:03.875 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:54:03 trial005 ceph-mon[34782]: from='client.14255 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-23T06:54:03.875 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:54:03 trial005 ceph-mon[34782]: osdmap e22: 2 total, 2 up, 2 in 2026-02-23T06:54:03.875 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:54:03 trial005 ceph-mon[34782]: pgmap v34: 65 pgs: 17 active+clean, 34 creating+peering, 14 unknown; 577 KiB data, 55 MiB used, 1.4 TiB / 1.4 TiB avail 2026-02-23T06:54:03.875 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:54:03 trial005 ceph-mon[34782]: from='mgr.14152 10.20.193.5:0/2093500246' entity='mgr.x' 2026-02-23T06:54:03.875 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:54:03 trial005 ceph-mon[34782]: from='mgr.14152 10.20.193.5:0/2093500246' entity='mgr.x' 2026-02-23T06:54:03.875 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:54:03 trial005 ceph-mon[34782]: from='mgr.14152 10.20.193.5:0/2093500246' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-23T06:54:03.875 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:54:03 trial005 ceph-mon[34782]: from='mgr.14152 10.20.193.5:0/2093500246' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-23T06:54:03.876 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:54:03 trial005 ceph-mon[34782]: from='mgr.14152 10.20.193.5:0/2093500246' entity='mgr.x' 2026-02-23T06:54:03.876 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:54:03 trial005 ceph-mon[34782]: from='mgr.14152 10.20.193.5:0/2093500246' entity='mgr.x' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-23T06:54:03.876 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:54:03 trial005 ceph-mon[34782]: from='mgr.14152 10.20.193.5:0/2093500246' entity='mgr.x' cmd={"prefix": "auth get-or-create", "entity": "mds.cephfs.trial005.hvlkki", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]} : dispatch 2026-02-23T06:54:03.876 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:54:03 trial005 ceph-mon[34782]: from='mgr.14152 10.20.193.5:0/2093500246' entity='mgr.x' cmd='[{"prefix": "auth get-or-create", "entity": "mds.cephfs.trial005.hvlkki", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2026-02-23T06:54:03.876 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:54:03 trial005 ceph-mon[34782]: from='mgr.14152 10.20.193.5:0/2093500246' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-23T06:54:03.898 INFO:tasks.cephadm:mds.cephfs has 0/2 2026-02-23T06:54:04.814 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:54:04 trial005 ceph-mon[34782]: Deploying daemon mds.cephfs.trial005.hvlkki on trial005 2026-02-23T06:54:04.814 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:54:04 trial005 ceph-mon[34782]: osdmap e23: 2 total, 2 up, 2 in 2026-02-23T06:54:04.814 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:54:04 trial005 ceph-mon[34782]: from='client.14257 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-23T06:54:04.814 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:54:04 trial005 ceph-mon[34782]: from='mgr.14152 10.20.193.5:0/2093500246' entity='mgr.x' 2026-02-23T06:54:04.815 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:54:04 trial005 ceph-mon[34782]: from='mgr.14152 10.20.193.5:0/2093500246' entity='mgr.x' 2026-02-23T06:54:04.815 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:54:04 trial005 ceph-mon[34782]: from='mgr.14152 10.20.193.5:0/2093500246' entity='mgr.x' 2026-02-23T06:54:04.815 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:54:04 trial005 ceph-mon[34782]: from='mgr.14152 10.20.193.5:0/2093500246' entity='mgr.x' cmd={"prefix": "auth get-or-create", "entity": "mds.cephfs.trial005.eqkkii", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]} : dispatch 2026-02-23T06:54:04.815 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:54:04 trial005 ceph-mon[34782]: from='mgr.14152 10.20.193.5:0/2093500246' entity='mgr.x' cmd='[{"prefix": "auth get-or-create", "entity": "mds.cephfs.trial005.eqkkii", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2026-02-23T06:54:04.815 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:54:04 trial005 ceph-mon[34782]: from='mgr.14152 10.20.193.5:0/2093500246' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-23T06:54:04.899 DEBUG:teuthology.orchestra.run.trial005:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:244ee61d76a715c3ac0d60eeb3321aefb91c3511 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 40d3614d-1084-11f1-b257-d404e6e7d460 -- ceph orch ls -f json 2026-02-23T06:54:05.019 INFO:teuthology.orchestra.run.trial005.stderr:Inferring config /var/lib/ceph/40d3614d-1084-11f1-b257-d404e6e7d460/mon.a/config 2026-02-23T06:54:05.270 INFO:teuthology.orchestra.run.trial005.stdout: 2026-02-23T06:54:05.270 INFO:teuthology.orchestra.run.trial005.stdout:[{"events": ["2026-02-23T06:54:04.861234Z service:mds.cephfs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2026-02-23T06:54:01.661337Z", "running": 0, "size": 2}}, {"events": ["2026-02-23T06:53:28.108681Z service:mgr [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["trial005=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2026-02-23T06:53:27.539822Z", "last_refresh": "2026-02-23T06:54:02.063666Z", "running": 1, "size": 1}}, {"events": ["2026-02-23T06:53:28.109797Z service:mon [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["trial005:10.20.193.5=a"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2026-02-23T06:53:25.853005Z", "last_refresh": "2026-02-23T06:54:02.063606Z", "running": 1, "size": 1}}, {"events": ["2026-02-23T06:53:40.185057Z service:osd.default [INFO] \"service was created\""], "placement": {"host_pattern": "trial005"}, "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-23T06:53:40.183539Z", "last_refresh": "2026-02-23T06:54:02.063707Z", "running": 2, "size": 2}}] 2026-02-23T06:54:05.411 INFO:tasks.cephadm:mds.cephfs has 0/2 2026-02-23T06:54:06.155 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:54:05 trial005 ceph-mon[34782]: Deploying daemon mds.cephfs.trial005.eqkkii on trial005 2026-02-23T06:54:06.155 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:54:05 trial005 ceph-mon[34782]: mds.? [v2:10.20.193.5:6818/1774564015,v1:10.20.193.5:6819/1774564015] up:boot 2026-02-23T06:54:06.155 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:54:05 trial005 ceph-mon[34782]: daemon mds.cephfs.trial005.hvlkki assigned to filesystem cephfs as rank 0 (now has 1 ranks) 2026-02-23T06:54:06.155 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:54:05 trial005 ceph-mon[34782]: Health check cleared: MDS_ALL_DOWN (was: 1 filesystem is offline) 2026-02-23T06:54:06.155 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:54:05 trial005 ceph-mon[34782]: Health check cleared: MDS_UP_LESS_THAN_MAX (was: 1 filesystem is online with fewer MDS than max_mds) 2026-02-23T06:54:06.155 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:54:05 trial005 ceph-mon[34782]: Cluster is now healthy 2026-02-23T06:54:06.155 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:54:05 trial005 ceph-mon[34782]: fsmap cephfs:0 1 up:standby 2026-02-23T06:54:06.155 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:54:05 trial005 ceph-mon[34782]: fsmap cephfs:1 {0=cephfs.trial005.hvlkki=up:creating} 2026-02-23T06:54:06.155 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:54:05 trial005 ceph-mon[34782]: from='mgr.14152 10.20.193.5:0/2093500246' entity='mgr.x' cmd={"prefix": "mds metadata", "who": "cephfs.trial005.hvlkki"} : dispatch 2026-02-23T06:54:06.155 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:54:05 trial005 ceph-mon[34782]: daemon mds.cephfs.trial005.hvlkki is now active in filesystem cephfs as rank 0 2026-02-23T06:54:06.155 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:54:05 trial005 ceph-mon[34782]: pgmap v36: 65 pgs: 17 active+clean, 34 creating+peering, 14 unknown; 577 KiB data, 55 MiB used, 1.4 TiB / 1.4 TiB avail 2026-02-23T06:54:06.155 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:54:05 trial005 ceph-mon[34782]: from='mgr.14152 10.20.193.5:0/2093500246' entity='mgr.x' 2026-02-23T06:54:06.155 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:54:05 trial005 ceph-mon[34782]: from='mgr.14152 10.20.193.5:0/2093500246' entity='mgr.x' 2026-02-23T06:54:06.156 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:54:05 trial005 ceph-mon[34782]: from='mgr.14152 10.20.193.5:0/2093500246' entity='mgr.x' 2026-02-23T06:54:06.156 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:54:05 trial005 ceph-mon[34782]: from='mgr.14152 10.20.193.5:0/2093500246' entity='mgr.x' 2026-02-23T06:54:06.156 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:54:05 trial005 ceph-mon[34782]: from='mgr.14152 10.20.193.5:0/2093500246' entity='mgr.x' 2026-02-23T06:54:06.156 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:54:05 trial005 ceph-mon[34782]: from='mgr.14152 10.20.193.5:0/2093500246' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-23T06:54:06.156 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:54:05 trial005 ceph-mon[34782]: from='mgr.14152 10.20.193.5:0/2093500246' entity='mgr.x' 2026-02-23T06:54:06.156 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:54:05 trial005 ceph-mon[34782]: from='mgr.14152 10.20.193.5:0/2093500246' entity='mgr.x' 2026-02-23T06:54:06.412 DEBUG:teuthology.orchestra.run.trial005:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:244ee61d76a715c3ac0d60eeb3321aefb91c3511 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 40d3614d-1084-11f1-b257-d404e6e7d460 -- ceph orch ls -f json 2026-02-23T06:54:06.531 INFO:teuthology.orchestra.run.trial005.stderr:Inferring config /var/lib/ceph/40d3614d-1084-11f1-b257-d404e6e7d460/mon.a/config 2026-02-23T06:54:06.782 INFO:teuthology.orchestra.run.trial005.stdout: 2026-02-23T06:54:06.782 INFO:teuthology.orchestra.run.trial005.stdout:[{"events": ["2026-02-23T06:54:04.861234Z service:mds.cephfs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2026-02-23T06:54:01.661337Z", "last_refresh": "2026-02-23T06:54:05.446092Z", "running": 2, "size": 2}}, {"events": ["2026-02-23T06:53:28.108681Z service:mgr [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["trial005=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2026-02-23T06:53:27.539822Z", "last_refresh": "2026-02-23T06:54:05.445974Z", "running": 1, "size": 1}}, {"events": ["2026-02-23T06:53:28.109797Z service:mon [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["trial005:10.20.193.5=a"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2026-02-23T06:53:25.853005Z", "last_refresh": "2026-02-23T06:54:05.445915Z", "running": 1, "size": 1}}, {"events": ["2026-02-23T06:53:40.185057Z service:osd.default [INFO] \"service was created\""], "placement": {"host_pattern": "trial005"}, "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-23T06:53:40.183539Z", "last_refresh": "2026-02-23T06:54:05.446019Z", "running": 2, "size": 2}}] 2026-02-23T06:54:06.783 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:54:06 trial005 ceph-mon[34782]: from='client.14263 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-23T06:54:06.783 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:54:06 trial005 ceph-mon[34782]: mds.? [v2:10.20.193.5:6818/1774564015,v1:10.20.193.5:6819/1774564015] up:active 2026-02-23T06:54:06.783 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:54:06 trial005 ceph-mon[34782]: mds.? [v2:10.20.193.5:6820/822537469,v1:10.20.193.5:6821/822537469] up:boot 2026-02-23T06:54:06.783 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:54:06 trial005 ceph-mon[34782]: fsmap cephfs:1 {0=cephfs.trial005.hvlkki=up:active} 1 up:standby 2026-02-23T06:54:06.783 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:54:06 trial005 ceph-mon[34782]: fsmap cephfs:1 {0=cephfs.trial005.hvlkki=up:active} 1 up:standby 2026-02-23T06:54:06.783 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:54:06 trial005 ceph-mon[34782]: from='mgr.14152 10.20.193.5:0/2093500246' entity='mgr.x' cmd={"prefix": "mds metadata", "who": "cephfs.trial005.eqkkii"} : dispatch 2026-02-23T06:54:06.783 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:54:06 trial005 ceph-mon[34782]: from='mgr.14152 10.20.193.5:0/2093500246' entity='mgr.x' 2026-02-23T06:54:06.783 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:54:06 trial005 ceph-mon[34782]: from='mgr.14152 10.20.193.5:0/2093500246' entity='mgr.x' 2026-02-23T06:54:06.783 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:54:06 trial005 ceph-mon[34782]: from='mgr.14152 10.20.193.5:0/2093500246' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-23T06:54:06.783 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:54:06 trial005 ceph-mon[34782]: from='mgr.14152 10.20.193.5:0/2093500246' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-23T06:54:06.783 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:54:06 trial005 ceph-mon[34782]: from='mgr.14152 10.20.193.5:0/2093500246' entity='mgr.x' 2026-02-23T06:54:06.783 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:54:06 trial005 ceph-mon[34782]: from='mgr.14152 10.20.193.5:0/2093500246' entity='mgr.x' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-23T06:54:06.925 INFO:tasks.cephadm:mds.cephfs has 2/2 2026-02-23T06:54:06.925 INFO:teuthology.run_tasks:Running task cephadm.shell... 2026-02-23T06:54:06.940 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@trial005.front.sepia.ceph.com 2026-02-23T06:54:06.940 DEBUG:teuthology.orchestra.run.trial005:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:244ee61d76a715c3ac0d60eeb3321aefb91c3511 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 40d3614d-1084-11f1-b257-d404e6e7d460 -- bash -c 'ceph fs subvolumegroup create cephfs smb' 2026-02-23T06:54:07.056 INFO:teuthology.orchestra.run.trial005.stderr:Inferring config /var/lib/ceph/40d3614d-1084-11f1-b257-d404e6e7d460/mon.a/config 2026-02-23T06:54:07.336 INFO:journalctl@ceph.mgr.x.trial005.stdout:Feb 23 06:54:07 trial005 ceph-40d3614d-1084-11f1-b257-d404e6e7d460-mgr-x[35084]: 2026-02-23T06:54:07.320+0000 7f4ecb682640 -1 client.14269 error registering admin socket command: (17) File exists 2026-02-23T06:54:07.468 DEBUG:teuthology.orchestra.run.trial005:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:244ee61d76a715c3ac0d60eeb3321aefb91c3511 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 40d3614d-1084-11f1-b257-d404e6e7d460 -- bash -c 'ceph fs subvolume create cephfs sv1 --group-name=smb --mode=0777' 2026-02-23T06:54:07.584 INFO:teuthology.orchestra.run.trial005.stderr:Inferring config /var/lib/ceph/40d3614d-1084-11f1-b257-d404e6e7d460/mon.a/config 2026-02-23T06:54:07.859 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:54:07 trial005 ceph-mon[34782]: pgmap v37: 65 pgs: 47 active+clean, 18 creating+peering; 579 KiB data, 55 MiB used, 1.4 TiB / 1.4 TiB avail; 2.4 KiB/s wr, 6 op/s 2026-02-23T06:54:07.859 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:54:07 trial005 ceph-mon[34782]: from='client.14265 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-23T06:54:07.859 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:54:07 trial005 ceph-mon[34782]: from='mgr.14152 10.20.193.5:0/2093500246' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-23T06:54:07.859 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:54:07 trial005 ceph-mon[34782]: from='mgr.14152 10.20.193.5:0/2093500246' entity='mgr.x' 2026-02-23T06:54:07.859 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:54:07 trial005 ceph-mon[34782]: from='mgr.14152 10.20.193.5:0/2093500246' entity='mgr.x' 2026-02-23T06:54:07.859 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:54:07 trial005 ceph-mon[34782]: from='mgr.14152 10.20.193.5:0/2093500246' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-23T06:54:07.859 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:54:07 trial005 ceph-mon[34782]: from='mgr.14152 10.20.193.5:0/2093500246' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-23T06:54:07.859 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:54:07 trial005 ceph-mon[34782]: from='mgr.14152 10.20.193.5:0/2093500246' entity='mgr.x' 2026-02-23T06:54:07.859 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:54:07 trial005 ceph-mon[34782]: from='mgr.14152 10.20.193.5:0/2093500246' entity='mgr.x' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-23T06:54:07.992 DEBUG:teuthology.orchestra.run.trial005:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:244ee61d76a715c3ac0d60eeb3321aefb91c3511 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 40d3614d-1084-11f1-b257-d404e6e7d460 -- bash -c 'ceph fs subvolume create cephfs sv2 --group-name=smb --mode=0777' 2026-02-23T06:54:08.111 INFO:teuthology.orchestra.run.trial005.stderr:Inferring config /var/lib/ceph/40d3614d-1084-11f1-b257-d404e6e7d460/mon.a/config 2026-02-23T06:54:08.508 DEBUG:teuthology.orchestra.run.trial005:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:244ee61d76a715c3ac0d60eeb3321aefb91c3511 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 40d3614d-1084-11f1-b257-d404e6e7d460 -- bash -c 'ceph mgr module enable smb' 2026-02-23T06:54:08.624 INFO:teuthology.orchestra.run.trial005.stderr:Inferring config /var/lib/ceph/40d3614d-1084-11f1-b257-d404e6e7d460/mon.a/config 2026-02-23T06:54:08.738 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:54:08 trial005 ceph-mon[34782]: from='client.14267 -' entity='client.admin' cmd=[{"prefix": "fs subvolumegroup create", "vol_name": "cephfs", "group_name": "smb", "target": ["mon-mgr", ""]}]: dispatch 2026-02-23T06:54:08.738 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:54:08 trial005 ceph-mon[34782]: from='client.14271 -' 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-23T06:54:09.819 DEBUG:teuthology.orchestra.run.trial005:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:244ee61d76a715c3ac0d60eeb3321aefb91c3511 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 40d3614d-1084-11f1-b257-d404e6e7d460 -- bash -c 'sleep 30' 2026-02-23T06:54:09.936 INFO:teuthology.orchestra.run.trial005.stderr:Inferring config /var/lib/ceph/40d3614d-1084-11f1-b257-d404e6e7d460/mon.a/config 2026-02-23T06:54:09.958 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:54:09 trial005 ceph-mon[34782]: from='client.14273 -' 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-23T06:54:09.958 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:54:09 trial005 ceph-mon[34782]: pgmap v38: 65 pgs: 65 active+clean; 579 KiB data, 55 MiB used, 1.4 TiB / 1.4 TiB avail; 2.0 KiB/s wr, 6 op/s 2026-02-23T06:54:09.958 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:54:09 trial005 ceph-mon[34782]: from='client.? 10.20.193.5:0/3115250770' entity='client.admin' cmd={"prefix": "mgr module enable", "module": "smb"} : dispatch 2026-02-23T06:54:09.958 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:54:09 trial005 ceph-mon[34782]: from='mgr.14152 10.20.193.5:0/2093500246' entity='mgr.x' 2026-02-23T06:54:09.959 INFO:journalctl@ceph.mgr.x.trial005.stdout:Feb 23 06:54:09 trial005 ceph-40d3614d-1084-11f1-b257-d404e6e7d460-mgr-x[35084]: ignoring --setuser ceph since I am not root 2026-02-23T06:54:09.959 INFO:journalctl@ceph.mgr.x.trial005.stdout:Feb 23 06:54:09 trial005 ceph-40d3614d-1084-11f1-b257-d404e6e7d460-mgr-x[35084]: ignoring --setgroup ceph since I am not root 2026-02-23T06:54:11.155 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:54:10 trial005 ceph-mon[34782]: from='client.? 10.20.193.5:0/3115250770' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "smb"}]': finished 2026-02-23T06:54:11.155 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:54:10 trial005 ceph-mon[34782]: mgrmap e15: x(active, since 50s) 2026-02-23T06:54:11.155 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:54:10 trial005 ceph-mon[34782]: mds.? [v2:10.20.193.5:6818/1774564015,v1:10.20.193.5:6819/1774564015] up:active 2026-02-23T06:54:11.155 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:54:10 trial005 ceph-mon[34782]: mds.? [v2:10.20.193.5:6820/822537469,v1:10.20.193.5:6821/822537469] up:standby 2026-02-23T06:54:11.155 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:54:10 trial005 ceph-mon[34782]: fsmap cephfs:1 {0=cephfs.trial005.hvlkki=up:active} 1 up:standby 2026-02-23T06:54:11.155 INFO:journalctl@ceph.mgr.x.trial005.stdout:Feb 23 06:54:10 trial005 ceph-40d3614d-1084-11f1-b257-d404e6e7d460-mgr-x[35084]: /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-23T06:54:11.155 INFO:journalctl@ceph.mgr.x.trial005.stdout:Feb 23 06:54:10 trial005 ceph-40d3614d-1084-11f1-b257-d404e6e7d460-mgr-x[35084]: 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-23T06:54:11.156 INFO:journalctl@ceph.mgr.x.trial005.stdout:Feb 23 06:54:10 trial005 ceph-40d3614d-1084-11f1-b257-d404e6e7d460-mgr-x[35084]: from numpy import show_config as show_numpy_config 2026-02-23T06:54:12.905 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:54:12 trial005 ceph-mon[34782]: Active manager daemon x restarted 2026-02-23T06:54:12.905 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:54:12 trial005 ceph-mon[34782]: Activating manager daemon x 2026-02-23T06:54:12.905 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:54:12 trial005 ceph-mon[34782]: osdmap e24: 2 total, 2 up, 2 in 2026-02-23T06:54:12.906 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:54:12 trial005 ceph-mon[34782]: mgrmap e16: x(active, starting, since 0.00317466s) 2026-02-23T06:54:12.906 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:54:12 trial005 ceph-mon[34782]: from='mgr.14277 10.20.193.5:0/412280393' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-02-23T06:54:12.906 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:54:12 trial005 ceph-mon[34782]: from='mgr.14277 10.20.193.5:0/412280393' entity='mgr.x' cmd={"prefix": "mds metadata", "who": "cephfs.trial005.hvlkki"} : dispatch 2026-02-23T06:54:12.906 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:54:12 trial005 ceph-mon[34782]: from='mgr.14277 10.20.193.5:0/412280393' entity='mgr.x' cmd={"prefix": "mds metadata", "who": "cephfs.trial005.eqkkii"} : dispatch 2026-02-23T06:54:12.906 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:54:12 trial005 ceph-mon[34782]: from='mgr.14277 10.20.193.5:0/412280393' entity='mgr.x' cmd={"prefix": "mgr metadata", "who": "x", "id": "x"} : dispatch 2026-02-23T06:54:12.906 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:54:12 trial005 ceph-mon[34782]: from='mgr.14277 10.20.193.5:0/412280393' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-02-23T06:54:12.906 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:54:12 trial005 ceph-mon[34782]: from='mgr.14277 10.20.193.5:0/412280393' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-02-23T06:54:12.906 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:54:12 trial005 ceph-mon[34782]: from='mgr.14277 10.20.193.5:0/412280393' entity='mgr.x' cmd={"prefix": "mds metadata"} : dispatch 2026-02-23T06:54:12.906 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:54:12 trial005 ceph-mon[34782]: from='mgr.14277 10.20.193.5:0/412280393' entity='mgr.x' cmd={"prefix": "osd metadata"} : dispatch 2026-02-23T06:54:12.906 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:54:12 trial005 ceph-mon[34782]: from='mgr.14277 10.20.193.5:0/412280393' entity='mgr.x' cmd={"prefix": "mon metadata"} : dispatch 2026-02-23T06:54:12.906 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:54:12 trial005 ceph-mon[34782]: Manager daemon x is now available 2026-02-23T06:54:12.907 INFO:journalctl@ceph.mgr.x.trial005.stdout:Feb 23 06:54:12 trial005 ceph-40d3614d-1084-11f1-b257-d404e6e7d460-mgr-x[35084]: 2026-02-23T06:54:12.686+0000 7f80173c8640 -1 client.14289 error registering admin socket command: (17) File exists 2026-02-23T06:54:12.907 INFO:journalctl@ceph.mgr.x.trial005.stdout:Feb 23 06:54:12 trial005 ceph-40d3614d-1084-11f1-b257-d404e6e7d460-mgr-x[35084]: 2026-02-23T06:54:12.687+0000 7f8012bbf640 -1 client.14288 error registering admin socket command: (17) File exists 2026-02-23T06:54:12.907 INFO:journalctl@ceph.mgr.x.trial005.stdout:Feb 23 06:54:12 trial005 ceph-40d3614d-1084-11f1-b257-d404e6e7d460-mgr-x[35084]: 2026-02-23T06:54:12.687+0000 7f8012bbf640 -1 client.14288 error registering admin socket command: (17) File exists 2026-02-23T06:54:12.907 INFO:journalctl@ceph.mgr.x.trial005.stdout:Feb 23 06:54:12 trial005 ceph-40d3614d-1084-11f1-b257-d404e6e7d460-mgr-x[35084]: 2026-02-23T06:54:12.687+0000 7f8012bbf640 -1 client.14288 error registering admin socket command: (17) File exists 2026-02-23T06:54:12.907 INFO:journalctl@ceph.mgr.x.trial005.stdout:Feb 23 06:54:12 trial005 ceph-40d3614d-1084-11f1-b257-d404e6e7d460-mgr-x[35084]: 2026-02-23T06:54:12.687+0000 7f8012bbf640 -1 client.14288 error registering admin socket command: (17) File exists 2026-02-23T06:54:12.907 INFO:journalctl@ceph.mgr.x.trial005.stdout:Feb 23 06:54:12 trial005 ceph-40d3614d-1084-11f1-b257-d404e6e7d460-mgr-x[35084]: 2026-02-23T06:54:12.687+0000 7f8012bbf640 -1 client.14288 error registering admin socket command: (17) File exists 2026-02-23T06:54:12.907 INFO:journalctl@ceph.mgr.x.trial005.stdout:Feb 23 06:54:12 trial005 ceph-40d3614d-1084-11f1-b257-d404e6e7d460-mgr-x[35084]: 2026-02-23T06:54:12.687+0000 7f8012bbf640 -1 client.14288 error registering admin socket command: (17) File exists 2026-02-23T06:54:13.905 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:54:13 trial005 ceph-mon[34782]: from='mgr.14277 10.20.193.5:0/412280393' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-23T06:54:13.905 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:54:13 trial005 ceph-mon[34782]: from='mgr.14277 10.20.193.5:0/412280393' entity='mgr.x' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"} : dispatch 2026-02-23T06:54:13.905 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:54:13 trial005 ceph-mon[34782]: from='mgr.14277 10.20.193.5:0/412280393' entity='mgr.x' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"} : dispatch 2026-02-23T06:54:13.905 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:54:13 trial005 ceph-mon[34782]: from='mgr.14277 10.20.193.5:0/412280393' entity='mgr.x' 2026-02-23T06:54:13.906 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:54:13 trial005 ceph-mon[34782]: from='mgr.14277 10.20.193.5:0/412280393' entity='mgr.x' 2026-02-23T06:54:13.906 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:54:13 trial005 ceph-mon[34782]: mgrmap e17: x(active, since 1.00534s) 2026-02-23T06:54:14.905 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:54:14 trial005 ceph-mon[34782]: [23/Feb/2026:06:54:12] ENGINE Bus STARTING 2026-02-23T06:54:14.905 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:54:14 trial005 ceph-mon[34782]: [23/Feb/2026:06:54:12] ENGINE Serving on https://10.20.193.5:7150 2026-02-23T06:54:14.905 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:54:14 trial005 ceph-mon[34782]: [23/Feb/2026:06:54:12] ENGINE Client ('10.20.193.5', 53680) lost — peer dropped the TLS connection suddenly, during handshake: (6, 'TLS/SSL connection has been closed (EOF) (_ssl.c:1147)') 2026-02-23T06:54:14.906 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:54:14 trial005 ceph-mon[34782]: [23/Feb/2026:06:54:13] ENGINE Serving on http://10.20.193.5:8765 2026-02-23T06:54:14.906 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:54:14 trial005 ceph-mon[34782]: [23/Feb/2026:06:54:13] ENGINE Bus STARTED 2026-02-23T06:54:14.906 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:54:14 trial005 ceph-mon[34782]: pgmap v3: 65 pgs: 65 active+clean; 637 KiB data, 55 MiB used, 1.4 TiB / 1.4 TiB avail 2026-02-23T06:54:14.906 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:54:14 trial005 ceph-mon[34782]: from='mgr.14277 10.20.193.5:0/412280393' entity='mgr.x' 2026-02-23T06:54:14.906 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:54:14 trial005 ceph-mon[34782]: from='mgr.14277 10.20.193.5:0/412280393' entity='mgr.x' 2026-02-23T06:54:14.906 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:54:14 trial005 ceph-mon[34782]: from='mgr.14277 10.20.193.5:0/412280393' entity='mgr.x' cmd={"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"} : dispatch 2026-02-23T06:54:14.906 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:54:14 trial005 ceph-mon[34782]: from='mgr.14277 10.20.193.5:0/412280393' entity='mgr.x' cmd={"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"} : dispatch 2026-02-23T06:54:14.906 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:54:14 trial005 ceph-mon[34782]: Adjusting osd_memory_target on trial005 to 37927M 2026-02-23T06:54:14.906 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:54:14 trial005 ceph-mon[34782]: from='mgr.14277 10.20.193.5:0/412280393' entity='mgr.x' 2026-02-23T06:54:14.906 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:54:14 trial005 ceph-mon[34782]: from='mgr.14277 10.20.193.5:0/412280393' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-23T06:54:14.907 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:54:14 trial005 ceph-mon[34782]: from='mgr.14277 10.20.193.5:0/412280393' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-23T06:54:14.907 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:54:14 trial005 ceph-mon[34782]: Updating trial005:/etc/ceph/ceph.conf 2026-02-23T06:54:15.905 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:54:15 trial005 ceph-mon[34782]: Updating trial005:/var/lib/ceph/40d3614d-1084-11f1-b257-d404e6e7d460/config/ceph.conf 2026-02-23T06:54:15.905 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:54:15 trial005 ceph-mon[34782]: pgmap v4: 65 pgs: 65 active+clean; 637 KiB data, 55 MiB used, 1.4 TiB / 1.4 TiB avail 2026-02-23T06:54:15.905 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:54:15 trial005 ceph-mon[34782]: mgrmap e18: x(active, since 2s) 2026-02-23T06:54:16.905 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:54:16 trial005 ceph-mon[34782]: Updating trial005:/etc/ceph/ceph.client.admin.keyring 2026-02-23T06:54:17.905 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:54:17 trial005 ceph-mon[34782]: Updating trial005:/var/lib/ceph/40d3614d-1084-11f1-b257-d404e6e7d460/config/ceph.client.admin.keyring 2026-02-23T06:54:17.905 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:54:17 trial005 ceph-mon[34782]: pgmap v5: 65 pgs: 65 active+clean; 637 KiB data, 55 MiB used, 1.4 TiB / 1.4 TiB avail 2026-02-23T06:54:17.906 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:54:17 trial005 ceph-mon[34782]: mgrmap e19: x(active, since 4s) 2026-02-23T06:54:17.906 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:54:17 trial005 ceph-mon[34782]: from='mgr.14277 10.20.193.5:0/412280393' entity='mgr.x' 2026-02-23T06:54:17.906 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:54:17 trial005 ceph-mon[34782]: from='mgr.14277 10.20.193.5:0/412280393' entity='mgr.x' 2026-02-23T06:54:17.906 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:54:17 trial005 ceph-mon[34782]: from='mgr.14277 10.20.193.5:0/412280393' entity='mgr.x' 2026-02-23T06:54:17.906 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:54:17 trial005 ceph-mon[34782]: from='mgr.14277 10.20.193.5:0/412280393' entity='mgr.x' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-23T06:54:17.906 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:54:17 trial005 ceph-mon[34782]: from='mgr.14277 10.20.193.5:0/412280393' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-23T06:54:17.906 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:54:17 trial005 ceph-mon[34782]: from='mgr.14277 10.20.193.5:0/412280393' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-23T06:54:17.906 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:54:17 trial005 ceph-mon[34782]: from='mgr.14277 10.20.193.5:0/412280393' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-23T06:54:17.906 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:54:17 trial005 ceph-mon[34782]: from='mgr.14277 10.20.193.5:0/412280393' entity='mgr.x' 2026-02-23T06:54:17.906 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:54:17 trial005 ceph-mon[34782]: from='mgr.14277 10.20.193.5:0/412280393' entity='mgr.x' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-23T06:54:18.905 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:54:18 trial005 ceph-mon[34782]: Certificate for "cephadm-signed_agent_cert (trial005)" is still valid for 1824 days. 2026-02-23T06:54:19.905 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:54:19 trial005 ceph-mon[34782]: 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-23T06:54:21.905 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:54:21 trial005 ceph-mon[34782]: 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-23T06:54:23.905 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:54:23 trial005 ceph-mon[34782]: 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-23T06:54:25.905 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:54:25 trial005 ceph-mon[34782]: 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-23T06:54:27.905 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:54:27 trial005 ceph-mon[34782]: 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-23T06:54:29.905 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:54:29 trial005 ceph-mon[34782]: 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-23T06:54:31.905 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:54:31 trial005 ceph-mon[34782]: 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-23T06:54:33.905 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:54:33 trial005 ceph-mon[34782]: 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-23T06:54:35.905 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:54:35 trial005 ceph-mon[34782]: 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-23T06:54:37.905 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:54:37 trial005 ceph-mon[34782]: 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-23T06:54:39.905 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:54:39 trial005 ceph-mon[34782]: 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-23T06:54:40.158 DEBUG:teuthology.orchestra.run.trial005:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:244ee61d76a715c3ac0d60eeb3321aefb91c3511 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 40d3614d-1084-11f1-b257-d404e6e7d460 -- bash -c 'ceph smb apply -i -' 2026-02-23T06:54:40.275 INFO:teuthology.orchestra.run.trial005.stderr:Inferring config /var/lib/ceph/40d3614d-1084-11f1-b257-d404e6e7d460/mon.a/config 2026-02-23T06:54:40.905 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:54:40 trial005 ceph-mon[34782]: from='mgr.14277 10.20.193.5:0/412280393' entity='mgr.x' cmd={"prefix": "fs subvolume getpath", "vol_name": "cephfs", "sub_name": "sv1", "group_name": "smb"} : dispatch 2026-02-23T06:54:40.905 INFO:journalctl@ceph.mgr.x.trial005.stdout:Feb 23 06:54:40 trial005 ceph-40d3614d-1084-11f1-b257-d404e6e7d460-mgr-x[35084]: 2026-02-23T06:54:40.556+0000 7f80113bc640 -1 client.14295 error registering admin socket command: (17) File exists 2026-02-23T06:54:40.905 INFO:journalctl@ceph.mgr.x.trial005.stdout:Feb 23 06:54:40 trial005 ceph-40d3614d-1084-11f1-b257-d404e6e7d460-mgr-x[35084]: 2026-02-23T06:54:40.556+0000 7f80113bc640 -1 client.14295 error registering admin socket command: (17) File exists 2026-02-23T06:54:40.905 INFO:journalctl@ceph.mgr.x.trial005.stdout:Feb 23 06:54:40 trial005 ceph-40d3614d-1084-11f1-b257-d404e6e7d460-mgr-x[35084]: 2026-02-23T06:54:40.556+0000 7f80113bc640 -1 client.14295 error registering admin socket command: (17) File exists 2026-02-23T06:54:40.906 INFO:journalctl@ceph.mgr.x.trial005.stdout:Feb 23 06:54:40 trial005 ceph-40d3614d-1084-11f1-b257-d404e6e7d460-mgr-x[35084]: 2026-02-23T06:54:40.556+0000 7f80113bc640 -1 client.14295 error registering admin socket command: (17) File exists 2026-02-23T06:54:40.906 INFO:journalctl@ceph.mgr.x.trial005.stdout:Feb 23 06:54:40 trial005 ceph-40d3614d-1084-11f1-b257-d404e6e7d460-mgr-x[35084]: 2026-02-23T06:54:40.556+0000 7f80113bc640 -1 client.14295 error registering admin socket command: (17) File exists 2026-02-23T06:54:40.906 INFO:journalctl@ceph.mgr.x.trial005.stdout:Feb 23 06:54:40 trial005 ceph-40d3614d-1084-11f1-b257-d404e6e7d460-mgr-x[35084]: 2026-02-23T06:54:40.556+0000 7f80113bc640 -1 client.14295 error registering admin socket command: (17) File exists 2026-02-23T06:54:40.906 INFO:journalctl@ceph.mgr.x.trial005.stdout:Feb 23 06:54:40 trial005 ceph-40d3614d-1084-11f1-b257-d404e6e7d460-mgr-x[35084]: 2026-02-23T06:54:40.564+0000 7f801e416640 -1 client.14297 error registering admin socket command: (17) File exists 2026-02-23T06:54:40.906 INFO:journalctl@ceph.mgr.x.trial005.stdout:Feb 23 06:54:40 trial005 ceph-40d3614d-1084-11f1-b257-d404e6e7d460-mgr-x[35084]: 2026-02-23T06:54:40.564+0000 7f801e416640 -1 client.14297 error registering admin socket command: (17) File exists 2026-02-23T06:54:40.906 INFO:journalctl@ceph.mgr.x.trial005.stdout:Feb 23 06:54:40 trial005 ceph-40d3614d-1084-11f1-b257-d404e6e7d460-mgr-x[35084]: 2026-02-23T06:54:40.564+0000 7f801e416640 -1 client.14297 error registering admin socket command: (17) File exists 2026-02-23T06:54:40.906 INFO:journalctl@ceph.mgr.x.trial005.stdout:Feb 23 06:54:40 trial005 ceph-40d3614d-1084-11f1-b257-d404e6e7d460-mgr-x[35084]: 2026-02-23T06:54:40.564+0000 7f801e416640 -1 client.14297 error registering admin socket command: (17) File exists 2026-02-23T06:54:40.906 INFO:journalctl@ceph.mgr.x.trial005.stdout:Feb 23 06:54:40 trial005 ceph-40d3614d-1084-11f1-b257-d404e6e7d460-mgr-x[35084]: 2026-02-23T06:54:40.564+0000 7f801e416640 -1 client.14297 error registering admin socket command: (17) File exists 2026-02-23T06:54:40.906 INFO:journalctl@ceph.mgr.x.trial005.stdout:Feb 23 06:54:40 trial005 ceph-40d3614d-1084-11f1-b257-d404e6e7d460-mgr-x[35084]: 2026-02-23T06:54:40.564+0000 7f801e416640 -1 client.14297 error registering admin socket command: (17) File exists 2026-02-23T06:54:40.906 INFO:journalctl@ceph.mgr.x.trial005.stdout:Feb 23 06:54:40 trial005 ceph-40d3614d-1084-11f1-b257-d404e6e7d460-mgr-x[35084]: 2026-02-23T06:54:40.569+0000 7f801e416640 -1 client.14299 error registering admin socket command: (17) File exists 2026-02-23T06:54:40.906 INFO:journalctl@ceph.mgr.x.trial005.stdout:Feb 23 06:54:40 trial005 ceph-40d3614d-1084-11f1-b257-d404e6e7d460-mgr-x[35084]: 2026-02-23T06:54:40.569+0000 7f801e416640 -1 client.14299 error registering admin socket command: (17) File exists 2026-02-23T06:54:40.906 INFO:journalctl@ceph.mgr.x.trial005.stdout:Feb 23 06:54:40 trial005 ceph-40d3614d-1084-11f1-b257-d404e6e7d460-mgr-x[35084]: 2026-02-23T06:54:40.569+0000 7f801e416640 -1 client.14299 error registering admin socket command: (17) File exists 2026-02-23T06:54:40.906 INFO:journalctl@ceph.mgr.x.trial005.stdout:Feb 23 06:54:40 trial005 ceph-40d3614d-1084-11f1-b257-d404e6e7d460-mgr-x[35084]: 2026-02-23T06:54:40.569+0000 7f801e416640 -1 client.14299 error registering admin socket command: (17) File exists 2026-02-23T06:54:40.906 INFO:journalctl@ceph.mgr.x.trial005.stdout:Feb 23 06:54:40 trial005 ceph-40d3614d-1084-11f1-b257-d404e6e7d460-mgr-x[35084]: 2026-02-23T06:54:40.569+0000 7f801e416640 -1 client.14299 error registering admin socket command: (17) File exists 2026-02-23T06:54:40.906 INFO:journalctl@ceph.mgr.x.trial005.stdout:Feb 23 06:54:40 trial005 ceph-40d3614d-1084-11f1-b257-d404e6e7d460-mgr-x[35084]: 2026-02-23T06:54:40.569+0000 7f801e416640 -1 client.14299 error registering admin socket command: (17) File exists 2026-02-23T06:54:41.905 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:54:41 trial005 ceph-mon[34782]: pgmap v17: 65 pgs: 65 active+clean; 647 KiB data, 55 MiB used, 1.4 TiB / 1.4 TiB avail 2026-02-23T06:54:41.905 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:54:41 trial005 ceph-mon[34782]: from='client.14293 -' entity='client.admin' cmd=[{"prefix": "smb apply", "target": ["mon-mgr", ""]}]: dispatch 2026-02-23T06:54:41.905 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:54:41 trial005 ceph-mon[34782]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "fs subvolume getpath", "vol_name": "cephfs", "sub_name": "sv1", "group_name": "smb"}]: dispatch 2026-02-23T06:54:41.905 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:54:41 trial005 ceph-mon[34782]: from='mgr.14277 10.20.193.5:0/412280393' entity='mgr.x' cmd={"prefix": "fs subvolume getpath", "vol_name": "cephfs", "sub_name": "sv2", "group_name": "smb"} : dispatch 2026-02-23T06:54:41.905 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:54:41 trial005 ceph-mon[34782]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "fs subvolume getpath", "vol_name": "cephfs", "sub_name": "sv2", "group_name": "smb"}]: dispatch 2026-02-23T06:54:41.905 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:54:41 trial005 ceph-mon[34782]: from='mgr.14277 10.20.193.5:0/412280393' entity='mgr.x' 2026-02-23T06:54:41.905 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:54:41 trial005 ceph-mon[34782]: from='mgr.14277 10.20.193.5:0/412280393' entity='mgr.x' cmd={"prefix": "osd pool create", "pool": ".smb", "yes_i_really_mean_it": true} : dispatch 2026-02-23T06:54:42.601 INFO:teuthology.orchestra.run.trial005.stdout:{ 2026-02-23T06:54:42.602 INFO:teuthology.orchestra.run.trial005.stdout: "results": [ 2026-02-23T06:54:42.602 INFO:teuthology.orchestra.run.trial005.stdout: { 2026-02-23T06:54:42.602 INFO:teuthology.orchestra.run.trial005.stdout: "resource": { 2026-02-23T06:54:42.602 INFO:teuthology.orchestra.run.trial005.stdout: "resource_type": "ceph.smb.join.auth", 2026-02-23T06:54:42.602 INFO:teuthology.orchestra.run.trial005.stdout: "auth_id": "join1-admin", 2026-02-23T06:54:42.602 INFO:teuthology.orchestra.run.trial005.stdout: "intent": "present", 2026-02-23T06:54:42.602 INFO:teuthology.orchestra.run.trial005.stdout: "auth": { 2026-02-23T06:54:42.602 INFO:teuthology.orchestra.run.trial005.stdout: "username": "Administrator", 2026-02-23T06:54:42.602 INFO:teuthology.orchestra.run.trial005.stdout: "password": "Passw0rd" 2026-02-23T06:54:42.602 INFO:teuthology.orchestra.run.trial005.stdout: } 2026-02-23T06:54:42.602 INFO:teuthology.orchestra.run.trial005.stdout: }, 2026-02-23T06:54:42.602 INFO:teuthology.orchestra.run.trial005.stdout: "state": "created", 2026-02-23T06:54:42.602 INFO:teuthology.orchestra.run.trial005.stdout: "success": true 2026-02-23T06:54:42.602 INFO:teuthology.orchestra.run.trial005.stdout: }, 2026-02-23T06:54:42.603 INFO:teuthology.orchestra.run.trial005.stdout: { 2026-02-23T06:54:42.603 INFO:teuthology.orchestra.run.trial005.stdout: "resource": { 2026-02-23T06:54:42.603 INFO:teuthology.orchestra.run.trial005.stdout: "resource_type": "ceph.smb.cluster", 2026-02-23T06:54:42.603 INFO:teuthology.orchestra.run.trial005.stdout: "cluster_id": "modtest1", 2026-02-23T06:54:42.603 INFO:teuthology.orchestra.run.trial005.stdout: "auth_mode": "active-directory", 2026-02-23T06:54:42.603 INFO:teuthology.orchestra.run.trial005.stdout: "intent": "present", 2026-02-23T06:54:42.603 INFO:teuthology.orchestra.run.trial005.stdout: "domain_settings": { 2026-02-23T06:54:42.603 INFO:teuthology.orchestra.run.trial005.stdout: "realm": "DOMAIN1.SINK.TEST", 2026-02-23T06:54:42.603 INFO:teuthology.orchestra.run.trial005.stdout: "join_sources": [ 2026-02-23T06:54:42.603 INFO:teuthology.orchestra.run.trial005.stdout: { 2026-02-23T06:54:42.603 INFO:teuthology.orchestra.run.trial005.stdout: "source_type": "resource", 2026-02-23T06:54:42.603 INFO:teuthology.orchestra.run.trial005.stdout: "ref": "join1-admin" 2026-02-23T06:54:42.603 INFO:teuthology.orchestra.run.trial005.stdout: } 2026-02-23T06:54:42.604 INFO:teuthology.orchestra.run.trial005.stdout: ] 2026-02-23T06:54:42.604 INFO:teuthology.orchestra.run.trial005.stdout: }, 2026-02-23T06:54:42.604 INFO:teuthology.orchestra.run.trial005.stdout: "custom_dns": [ 2026-02-23T06:54:42.604 INFO:teuthology.orchestra.run.trial005.stdout: "10.20.193.122" 2026-02-23T06:54:42.604 INFO:teuthology.orchestra.run.trial005.stdout: ], 2026-02-23T06:54:42.604 INFO:teuthology.orchestra.run.trial005.stdout: "placement": { 2026-02-23T06:54:42.604 INFO:teuthology.orchestra.run.trial005.stdout: "count": 1 2026-02-23T06:54:42.604 INFO:teuthology.orchestra.run.trial005.stdout: } 2026-02-23T06:54:42.604 INFO:teuthology.orchestra.run.trial005.stdout: }, 2026-02-23T06:54:42.604 INFO:teuthology.orchestra.run.trial005.stdout: "state": "created", 2026-02-23T06:54:42.604 INFO:teuthology.orchestra.run.trial005.stdout: "success": true 2026-02-23T06:54:42.604 INFO:teuthology.orchestra.run.trial005.stdout: }, 2026-02-23T06:54:42.605 INFO:teuthology.orchestra.run.trial005.stdout: { 2026-02-23T06:54:42.605 INFO:teuthology.orchestra.run.trial005.stdout: "resource": { 2026-02-23T06:54:42.605 INFO:teuthology.orchestra.run.trial005.stdout: "resource_type": "ceph.smb.share", 2026-02-23T06:54:42.605 INFO:teuthology.orchestra.run.trial005.stdout: "cluster_id": "modtest1", 2026-02-23T06:54:42.605 INFO:teuthology.orchestra.run.trial005.stdout: "share_id": "share1", 2026-02-23T06:54:42.605 INFO:teuthology.orchestra.run.trial005.stdout: "intent": "present", 2026-02-23T06:54:42.605 INFO:teuthology.orchestra.run.trial005.stdout: "name": "share1", 2026-02-23T06:54:42.605 INFO:teuthology.orchestra.run.trial005.stdout: "readonly": false, 2026-02-23T06:54:42.605 INFO:teuthology.orchestra.run.trial005.stdout: "browseable": true, 2026-02-23T06:54:42.605 INFO:teuthology.orchestra.run.trial005.stdout: "cephfs": { 2026-02-23T06:54:42.605 INFO:teuthology.orchestra.run.trial005.stdout: "volume": "cephfs", 2026-02-23T06:54:42.605 INFO:teuthology.orchestra.run.trial005.stdout: "path": "/", 2026-02-23T06:54:42.605 INFO:teuthology.orchestra.run.trial005.stdout: "subvolumegroup": "smb", 2026-02-23T06:54:42.605 INFO:teuthology.orchestra.run.trial005.stdout: "subvolume": "sv1", 2026-02-23T06:54:42.606 INFO:teuthology.orchestra.run.trial005.stdout: "provider": "samba-vfs/proxied" 2026-02-23T06:54:42.606 INFO:teuthology.orchestra.run.trial005.stdout: } 2026-02-23T06:54:42.606 INFO:teuthology.orchestra.run.trial005.stdout: }, 2026-02-23T06:54:42.606 INFO:teuthology.orchestra.run.trial005.stdout: "state": "created", 2026-02-23T06:54:42.606 INFO:teuthology.orchestra.run.trial005.stdout: "success": true 2026-02-23T06:54:42.606 INFO:teuthology.orchestra.run.trial005.stdout: }, 2026-02-23T06:54:42.606 INFO:teuthology.orchestra.run.trial005.stdout: { 2026-02-23T06:54:42.606 INFO:teuthology.orchestra.run.trial005.stdout: "resource": { 2026-02-23T06:54:42.606 INFO:teuthology.orchestra.run.trial005.stdout: "resource_type": "ceph.smb.share", 2026-02-23T06:54:42.606 INFO:teuthology.orchestra.run.trial005.stdout: "cluster_id": "modtest1", 2026-02-23T06:54:42.606 INFO:teuthology.orchestra.run.trial005.stdout: "share_id": "share2", 2026-02-23T06:54:42.606 INFO:teuthology.orchestra.run.trial005.stdout: "intent": "present", 2026-02-23T06:54:42.606 INFO:teuthology.orchestra.run.trial005.stdout: "name": "share2", 2026-02-23T06:54:42.607 INFO:teuthology.orchestra.run.trial005.stdout: "readonly": false, 2026-02-23T06:54:42.607 INFO:teuthology.orchestra.run.trial005.stdout: "browseable": true, 2026-02-23T06:54:42.607 INFO:teuthology.orchestra.run.trial005.stdout: "cephfs": { 2026-02-23T06:54:42.607 INFO:teuthology.orchestra.run.trial005.stdout: "volume": "cephfs", 2026-02-23T06:54:42.607 INFO:teuthology.orchestra.run.trial005.stdout: "path": "/", 2026-02-23T06:54:42.607 INFO:teuthology.orchestra.run.trial005.stdout: "subvolumegroup": "smb", 2026-02-23T06:54:42.607 INFO:teuthology.orchestra.run.trial005.stdout: "subvolume": "sv2", 2026-02-23T06:54:42.607 INFO:teuthology.orchestra.run.trial005.stdout: "provider": "samba-vfs/proxied" 2026-02-23T06:54:42.607 INFO:teuthology.orchestra.run.trial005.stdout: } 2026-02-23T06:54:42.607 INFO:teuthology.orchestra.run.trial005.stdout: }, 2026-02-23T06:54:42.607 INFO:teuthology.orchestra.run.trial005.stdout: "state": "created", 2026-02-23T06:54:42.607 INFO:teuthology.orchestra.run.trial005.stdout: "success": true 2026-02-23T06:54:42.607 INFO:teuthology.orchestra.run.trial005.stdout: } 2026-02-23T06:54:42.608 INFO:teuthology.orchestra.run.trial005.stdout: ], 2026-02-23T06:54:42.608 INFO:teuthology.orchestra.run.trial005.stdout: "success": true 2026-02-23T06:54:42.608 INFO:teuthology.orchestra.run.trial005.stdout:} 2026-02-23T06:54:42.762 INFO:teuthology.run_tasks:Running task cephadm.wait_for_service... 2026-02-23T06:54:42.773 INFO:tasks.cephadm:Waiting for ceph service smb.modtest1 to start (timeout 300)... 2026-02-23T06:54:42.774 DEBUG:teuthology.orchestra.run.trial005:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:244ee61d76a715c3ac0d60eeb3321aefb91c3511 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 40d3614d-1084-11f1-b257-d404e6e7d460 -- ceph orch ls -f json 2026-02-23T06:54:42.903 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:54:42 trial005 ceph-mon[34782]: from='mgr.14277 10.20.193.5:0/412280393' entity='mgr.x' cmd='[{"prefix": "osd pool create", "pool": ".smb", "yes_i_really_mean_it": true}]': finished 2026-02-23T06:54:42.903 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:54:42 trial005 ceph-mon[34782]: osdmap e25: 2 total, 2 up, 2 in 2026-02-23T06:54:42.903 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:54:42 trial005 ceph-mon[34782]: from='mgr.14277 10.20.193.5:0/412280393' entity='mgr.x' cmd={"prefix": "osd pool application enable", "pool": ".smb", "app": "smb"} : dispatch 2026-02-23T06:54:43.001 INFO:teuthology.orchestra.run.trial005.stderr:Inferring config /var/lib/ceph/40d3614d-1084-11f1-b257-d404e6e7d460/mon.a/config 2026-02-23T06:54:43.271 INFO:teuthology.orchestra.run.trial005.stdout: 2026-02-23T06:54:43.272 INFO:teuthology.orchestra.run.trial005.stdout:[{"placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2026-02-23T06:54:01.661337Z", "last_refresh": "2026-02-23T06:54:13.218065Z", "running": 2, "size": 2}}, {"placement": {"count": 1, "hosts": ["trial005=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2026-02-23T06:53:27.539822Z", "last_refresh": "2026-02-23T06:54:13.217939Z", "running": 1, "size": 1}}, {"placement": {"count": 1, "hosts": ["trial005:10.20.193.5=a"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2026-02-23T06:53:25.853005Z", "last_refresh": "2026-02-23T06:54:13.217856Z", "running": 1, "size": 1}}, {"placement": {"host_pattern": "trial005"}, "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-23T06:53:40.183539Z", "last_refresh": "2026-02-23T06:54:13.217985Z", "running": 2, "size": 2}}, {"events": ["2026-02-23T06:54:42.598621Z 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.122"], "features": ["domain", "cephfs-proxy"], "include_ceph_users": ["client.smb.fs.cluster.modtest1"], "join_sources": ["rados:mon-config-key:smb/config/modtest1/join.0.json"]}, "status": {"created": "2026-02-23T06:54:42.597600Z", "ports": [445, 9922], "running": 0, "size": 1}}] 2026-02-23T06:54:43.414 INFO:tasks.cephadm:smb.modtest1 has 0/1 2026-02-23T06:54:43.905 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:54:43 trial005 ceph-mon[34782]: pgmap v19: 97 pgs: 32 unknown, 65 active+clean; 647 KiB data, 55 MiB used, 1.4 TiB / 1.4 TiB avail 2026-02-23T06:54:43.905 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:54:43 trial005 ceph-mon[34782]: from='mgr.14277 10.20.193.5:0/412280393' entity='mgr.x' cmd='[{"prefix": "osd pool application enable", "pool": ".smb", "app": "smb"}]': finished 2026-02-23T06:54:43.905 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:54:43 trial005 ceph-mon[34782]: osdmap e26: 2 total, 2 up, 2 in 2026-02-23T06:54:43.905 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:54:43 trial005 ceph-mon[34782]: mgrmap e20: x(active, since 30s) 2026-02-23T06:54:43.905 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:54:43 trial005 ceph-mon[34782]: from='mgr.14277 10.20.193.5:0/412280393' entity='mgr.x' 2026-02-23T06:54:43.905 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:54:43 trial005 ceph-mon[34782]: from='mgr.14277 10.20.193.5:0/412280393' entity='mgr.x' cmd={"prefix": "config-key dump", "key": "smb/config/"} : dispatch 2026-02-23T06:54:43.906 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:54:43 trial005 ceph-mon[34782]: from='mgr.14277 10.20.193.5:0/412280393' entity='mgr.x' cmd={"prefix": "fs authorize", "filesystem": "cephfs", "entity": "client.smb.fs.cluster.modtest1", "caps": ["/", "rw"]} : dispatch 2026-02-23T06:54:43.906 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:54:43 trial005 ceph-mon[34782]: from='mgr.14277 10.20.193.5:0/412280393' entity='mgr.x' cmd='[{"prefix": "fs authorize", "filesystem": "cephfs", "entity": "client.smb.fs.cluster.modtest1", "caps": ["/", "rw"]}]': finished 2026-02-23T06:54:43.906 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:54:43 trial005 ceph-mon[34782]: Saving service smb.modtest1 spec with placement count:1 2026-02-23T06:54:43.906 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:54:43 trial005 ceph-mon[34782]: from='mgr.14277 10.20.193.5:0/412280393' entity='mgr.x' 2026-02-23T06:54:43.906 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:54:43 trial005 ceph-mon[34782]: from='mgr.14277 10.20.193.5:0/412280393' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-23T06:54:43.906 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:54:43 trial005 ceph-mon[34782]: from='mgr.14277 10.20.193.5:0/412280393' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-23T06:54:43.906 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:54:43 trial005 ceph-mon[34782]: from='mgr.14277 10.20.193.5:0/412280393' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-23T06:54:43.906 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:54:43 trial005 ceph-mon[34782]: from='mgr.14277 10.20.193.5:0/412280393' entity='mgr.x' 2026-02-23T06:54:43.906 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:54:43 trial005 ceph-mon[34782]: from='mgr.14277 10.20.193.5:0/412280393' entity='mgr.x' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-23T06:54:43.906 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:54:43 trial005 ceph-mon[34782]: from='mgr.14277 10.20.193.5:0/412280393' entity='mgr.x' cmd={"prefix": "auth get-or-create", "entity": "client.smb.config.modtest1.trial005.silyea", "caps": ["mon", "allow r, allow command \"config-key get\" with \"key\" prefix \"smb/config/modtest1/\"", "osd", "allow rwx pool=.smb namespace=modtest1 object_prefix cluster.meta., allow r pool=.smb"]} : dispatch 2026-02-23T06:54:43.906 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:54:43 trial005 ceph-mon[34782]: from='mgr.14277 10.20.193.5:0/412280393' entity='mgr.x' cmd='[{"prefix": "auth get-or-create", "entity": "client.smb.config.modtest1.trial005.silyea", "caps": ["mon", "allow r, allow command \"config-key get\" with \"key\" prefix \"smb/config/modtest1/\"", "osd", "allow rwx pool=.smb namespace=modtest1 object_prefix cluster.meta., allow r pool=.smb"]}]': finished 2026-02-23T06:54:43.907 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:54:43 trial005 ceph-mon[34782]: from='mgr.14277 10.20.193.5:0/412280393' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.smb.fs.cluster.modtest1"} : dispatch 2026-02-23T06:54:43.907 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:54:43 trial005 ceph-mon[34782]: from='mgr.14277 10.20.193.5:0/412280393' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-23T06:54:43.907 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:54:43 trial005 ceph-mon[34782]: Deploying daemon smb.modtest1.trial005.silyea on trial005 2026-02-23T06:54:44.415 DEBUG:teuthology.orchestra.run.trial005:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:244ee61d76a715c3ac0d60eeb3321aefb91c3511 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 40d3614d-1084-11f1-b257-d404e6e7d460 -- ceph orch ls -f json 2026-02-23T06:54:44.540 INFO:teuthology.orchestra.run.trial005.stderr:Inferring config /var/lib/ceph/40d3614d-1084-11f1-b257-d404e6e7d460/mon.a/config 2026-02-23T06:54:44.780 INFO:teuthology.orchestra.run.trial005.stdout: 2026-02-23T06:54:44.781 INFO:teuthology.orchestra.run.trial005.stdout:[{"placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2026-02-23T06:54:01.661337Z", "last_refresh": "2026-02-23T06:54:13.218065Z", "running": 2, "size": 2}}, {"placement": {"count": 1, "hosts": ["trial005=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2026-02-23T06:53:27.539822Z", "last_refresh": "2026-02-23T06:54:13.217939Z", "running": 1, "size": 1}}, {"placement": {"count": 1, "hosts": ["trial005:10.20.193.5=a"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2026-02-23T06:53:25.853005Z", "last_refresh": "2026-02-23T06:54:13.217856Z", "running": 1, "size": 1}}, {"placement": {"host_pattern": "trial005"}, "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-23T06:53:40.183539Z", "last_refresh": "2026-02-23T06:54:13.217985Z", "running": 2, "size": 2}}, {"events": ["2026-02-23T06:54:42.598621Z 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.122"], "features": ["domain", "cephfs-proxy"], "include_ceph_users": ["client.smb.fs.cluster.modtest1"], "join_sources": ["rados:mon-config-key:smb/config/modtest1/join.0.json"]}, "status": {"created": "2026-02-23T06:54:42.597600Z", "ports": [445, 9922], "running": 0, "size": 1}}] 2026-02-23T06:54:44.781 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:54:44 trial005 ceph-mon[34782]: from='client.14301 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-23T06:54:44.781 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:54:44 trial005 ceph-mon[34782]: osdmap e27: 2 total, 2 up, 2 in 2026-02-23T06:54:44.921 INFO:tasks.cephadm:smb.modtest1 has 0/1 2026-02-23T06:54:45.905 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:54:45 trial005 ceph-mon[34782]: pgmap v22: 97 pgs: 97 active+clean; 1.9 MiB data, 59 MiB used, 1.4 TiB / 1.4 TiB avail; 8.0 KiB/s rd, 314 KiB/s wr, 26 op/s 2026-02-23T06:54:45.922 DEBUG:teuthology.orchestra.run.trial005:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:244ee61d76a715c3ac0d60eeb3321aefb91c3511 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 40d3614d-1084-11f1-b257-d404e6e7d460 -- ceph orch ls -f json 2026-02-23T06:54:46.046 INFO:teuthology.orchestra.run.trial005.stderr:Inferring config /var/lib/ceph/40d3614d-1084-11f1-b257-d404e6e7d460/mon.a/config 2026-02-23T06:54:46.360 INFO:teuthology.orchestra.run.trial005.stdout: 2026-02-23T06:54:46.360 INFO:teuthology.orchestra.run.trial005.stdout:[{"placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2026-02-23T06:54:01.661337Z", "last_refresh": "2026-02-23T06:54:13.218065Z", "running": 2, "size": 2}}, {"placement": {"count": 1, "hosts": ["trial005=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2026-02-23T06:53:27.539822Z", "last_refresh": "2026-02-23T06:54:13.217939Z", "running": 1, "size": 1}}, {"placement": {"count": 1, "hosts": ["trial005:10.20.193.5=a"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2026-02-23T06:53:25.853005Z", "last_refresh": "2026-02-23T06:54:13.217856Z", "running": 1, "size": 1}}, {"placement": {"host_pattern": "trial005"}, "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-23T06:53:40.183539Z", "last_refresh": "2026-02-23T06:54:13.217985Z", "running": 2, "size": 2}}, {"events": ["2026-02-23T06:54:42.598621Z 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.122"], "features": ["domain", "cephfs-proxy"], "include_ceph_users": ["client.smb.fs.cluster.modtest1"], "join_sources": ["rados:mon-config-key:smb/config/modtest1/join.0.json"]}, "status": {"created": "2026-02-23T06:54:42.597600Z", "ports": [445, 9922], "running": 0, "size": 1}}] 2026-02-23T06:54:46.501 INFO:tasks.cephadm:smb.modtest1 has 0/1 2026-02-23T06:54:46.904 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:54:46 trial005 ceph-mon[34782]: from='client.14303 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-23T06:54:47.502 DEBUG:teuthology.orchestra.run.trial005:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:244ee61d76a715c3ac0d60eeb3321aefb91c3511 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 40d3614d-1084-11f1-b257-d404e6e7d460 -- ceph orch ls -f json 2026-02-23T06:54:47.625 INFO:teuthology.orchestra.run.trial005.stderr:Inferring config /var/lib/ceph/40d3614d-1084-11f1-b257-d404e6e7d460/mon.a/config 2026-02-23T06:54:47.672 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:54:47 trial005 ceph-mon[34782]: from='client.14305 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-23T06:54:47.672 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:54:47 trial005 ceph-mon[34782]: pgmap v23: 97 pgs: 97 active+clean; 1.9 MiB data, 59 MiB used, 1.4 TiB / 1.4 TiB avail; 8.0 KiB/s rd, 314 KiB/s wr, 26 op/s 2026-02-23T06:54:47.672 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:54:47 trial005 ceph-mon[34782]: from='client.? 10.88.0.3:0/1361889468' entity='client.smb.config.modtest1.trial005.silyea' cmd={"prefix": "config-key get", "key": "smb/config/modtest1/join.0.json"} : dispatch 2026-02-23T06:54:47.870 INFO:teuthology.orchestra.run.trial005.stdout: 2026-02-23T06:54:47.870 INFO:teuthology.orchestra.run.trial005.stdout:[{"placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2026-02-23T06:54:01.661337Z", "last_refresh": "2026-02-23T06:54:13.218065Z", "running": 2, "size": 2}}, {"placement": {"count": 1, "hosts": ["trial005=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2026-02-23T06:53:27.539822Z", "last_refresh": "2026-02-23T06:54:13.217939Z", "running": 1, "size": 1}}, {"placement": {"count": 1, "hosts": ["trial005:10.20.193.5=a"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2026-02-23T06:53:25.853005Z", "last_refresh": "2026-02-23T06:54:13.217856Z", "running": 1, "size": 1}}, {"placement": {"host_pattern": "trial005"}, "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-23T06:53:40.183539Z", "last_refresh": "2026-02-23T06:54:13.217985Z", "running": 2, "size": 2}}, {"events": ["2026-02-23T06:54:42.598621Z 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.122"], "features": ["domain", "cephfs-proxy"], "include_ceph_users": ["client.smb.fs.cluster.modtest1"], "join_sources": ["rados:mon-config-key:smb/config/modtest1/join.0.json"]}, "status": {"created": "2026-02-23T06:54:42.597600Z", "ports": [445, 9922], "running": 0, "size": 1}}] 2026-02-23T06:54:48.013 INFO:tasks.cephadm:smb.modtest1 has 0/1 2026-02-23T06:54:49.014 DEBUG:teuthology.orchestra.run.trial005:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:244ee61d76a715c3ac0d60eeb3321aefb91c3511 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 40d3614d-1084-11f1-b257-d404e6e7d460 -- ceph orch ls -f json 2026-02-23T06:54:49.138 INFO:teuthology.orchestra.run.trial005.stderr:Inferring config /var/lib/ceph/40d3614d-1084-11f1-b257-d404e6e7d460/mon.a/config 2026-02-23T06:54:49.401 INFO:teuthology.orchestra.run.trial005.stdout: 2026-02-23T06:54:49.401 INFO:teuthology.orchestra.run.trial005.stdout:[{"placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2026-02-23T06:54:01.661337Z", "last_refresh": "2026-02-23T06:54:48.885546Z", "running": 2, "size": 2}}, {"placement": {"count": 1, "hosts": ["trial005=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2026-02-23T06:53:27.539822Z", "last_refresh": "2026-02-23T06:54:48.885436Z", "running": 1, "size": 1}}, {"placement": {"count": 1, "hosts": ["trial005:10.20.193.5=a"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2026-02-23T06:53:25.853005Z", "last_refresh": "2026-02-23T06:54:48.885374Z", "running": 1, "size": 1}}, {"placement": {"host_pattern": "trial005"}, "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-23T06:53:40.183539Z", "last_refresh": "2026-02-23T06:54:48.885476Z", "running": 2, "size": 2}}, {"events": ["2026-02-23T06:54:48.115760Z 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.122"], "features": ["domain", "cephfs-proxy"], "include_ceph_users": ["client.smb.fs.cluster.modtest1"], "join_sources": ["rados:mon-config-key:smb/config/modtest1/join.0.json"]}, "status": {"created": "2026-02-23T06:54:42.597600Z", "last_refresh": "2026-02-23T06:54:48.885612Z", "ports": [445, 9922], "running": 1, "size": 1}}] 2026-02-23T06:54:49.402 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:54:49 trial005 ceph-mon[34782]: from='client.14311 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-23T06:54:49.402 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:54:49 trial005 ceph-mon[34782]: from='mgr.14277 10.20.193.5:0/412280393' entity='mgr.x' 2026-02-23T06:54:49.402 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:54:49 trial005 ceph-mon[34782]: from='mgr.14277 10.20.193.5:0/412280393' entity='mgr.x' 2026-02-23T06:54:49.402 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:54:49 trial005 ceph-mon[34782]: from='mgr.14277 10.20.193.5:0/412280393' entity='mgr.x' 2026-02-23T06:54:49.402 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:54:49 trial005 ceph-mon[34782]: from='mgr.14277 10.20.193.5:0/412280393' entity='mgr.x' 2026-02-23T06:54:49.402 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:54:49 trial005 ceph-mon[34782]: from='mgr.14277 10.20.193.5:0/412280393' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-23T06:54:49.402 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:54:49 trial005 ceph-mon[34782]: pgmap v24: 97 pgs: 97 active+clean; 2.0 MiB data, 58 MiB used, 1.4 TiB / 1.4 TiB avail; 8.4 KiB/s rd, 275 KiB/s wr, 24 op/s 2026-02-23T06:54:49.402 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:54:49 trial005 ceph-mon[34782]: from='mgr.14277 10.20.193.5:0/412280393' entity='mgr.x' 2026-02-23T06:54:49.402 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:54:49 trial005 ceph-mon[34782]: from='mgr.14277 10.20.193.5:0/412280393' entity='mgr.x' 2026-02-23T06:54:49.402 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:54:49 trial005 ceph-mon[34782]: from='mgr.14277 10.20.193.5:0/412280393' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-23T06:54:49.402 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:54:49 trial005 ceph-mon[34782]: from='mgr.14277 10.20.193.5:0/412280393' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-23T06:54:49.402 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:54:49 trial005 ceph-mon[34782]: from='mgr.14277 10.20.193.5:0/412280393' entity='mgr.x' 2026-02-23T06:54:49.402 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:54:49 trial005 ceph-mon[34782]: from='mgr.14277 10.20.193.5:0/412280393' entity='mgr.x' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-23T06:54:49.402 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:54:49 trial005 ceph-mon[34782]: from='mgr.14277 10.20.193.5:0/412280393' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-23T06:54:49.402 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:54:49 trial005 ceph-mon[34782]: from='mgr.14277 10.20.193.5:0/412280393' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-23T06:54:49.402 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:54:49 trial005 ceph-mon[34782]: from='mgr.14277 10.20.193.5:0/412280393' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-23T06:54:49.402 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:54:49 trial005 ceph-mon[34782]: from='mgr.14277 10.20.193.5:0/412280393' entity='mgr.x' 2026-02-23T06:54:49.402 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:54:49 trial005 ceph-mon[34782]: from='mgr.14277 10.20.193.5:0/412280393' entity='mgr.x' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-23T06:54:50.404 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:54:50 trial005 ceph-mon[34782]: from='client.14323 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-23T06:54:50.744 INFO:tasks.cephadm:smb.modtest1 has 1/1 2026-02-23T06:54:50.744 INFO:teuthology.run_tasks:Running task template.exec... 2026-02-23T06:54:50.756 INFO:tasks.template:Running commands on role host.b host ubuntu@trial122.front.sepia.ceph.com 2026-02-23T06:54:50.756 DEBUG:teuthology.orchestra.run.trial122:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'sleep 30' 2026-02-23T06:54:50.793 INFO:teuthology.orchestra.run.trial122.stderr:+ sleep 30 2026-02-23T06:54:51.405 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:54:51 trial005 ceph-mon[34782]: pgmap v25: 97 pgs: 97 active+clean; 2.0 MiB data, 58 MiB used, 1.4 TiB / 1.4 TiB avail; 7.2 KiB/s rd, 236 KiB/s wr, 21 op/s 2026-02-23T06:54:54.155 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:54:53 trial005 ceph-mon[34782]: pgmap v26: 97 pgs: 97 active+clean; 2.0 MiB data, 58 MiB used, 1.4 TiB / 1.4 TiB avail; 5.9 KiB/s rd, 191 KiB/s wr, 17 op/s 2026-02-23T06:54:54.155 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:54:53 trial005 ceph-mon[34782]: from='mgr.14277 10.20.193.5:0/412280393' entity='mgr.x' 2026-02-23T06:54:56.154 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:54:55 trial005 ceph-mon[34782]: pgmap v27: 97 pgs: 97 active+clean; 2.0 MiB data, 58 MiB used, 1.4 TiB / 1.4 TiB avail; 1.8 KiB/s rd, 941 B/s wr, 2 op/s 2026-02-23T06:54:57.979 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:54:57 trial005 ceph-mon[34782]: pgmap v28: 97 pgs: 97 active+clean; 2.0 MiB data, 58 MiB used, 1.4 TiB / 1.4 TiB avail; 1.7 KiB/s rd, 853 B/s wr, 1 op/s 2026-02-23T06:55:00.154 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:54:59 trial005 ceph-mon[34782]: pgmap v29: 97 pgs: 97 active+clean; 2.0 MiB data, 58 MiB used, 1.4 TiB / 1.4 TiB avail; 2.5 KiB/s rd, 853 B/s wr, 2 op/s 2026-02-23T06:55:02.154 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:55:01 trial005 ceph-mon[34782]: pgmap v30: 97 pgs: 97 active+clean; 2.0 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-23T06:55:04.154 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:55:03 trial005 ceph-mon[34782]: pgmap v31: 97 pgs: 97 active+clean; 2.0 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-23T06:55:06.154 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:55:05 trial005 ceph-mon[34782]: pgmap v32: 97 pgs: 97 active+clean; 2.0 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-23T06:55:08.154 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:55:07 trial005 ceph-mon[34782]: pgmap v33: 97 pgs: 97 active+clean; 2.0 MiB data, 58 MiB used, 1.4 TiB / 1.4 TiB avail; 1023 B/s rd, 0 op/s 2026-02-23T06:55:10.154 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:55:09 trial005 ceph-mon[34782]: pgmap v34: 97 pgs: 97 active+clean; 2.0 MiB data, 58 MiB used, 1.4 TiB / 1.4 TiB avail; 1.2 KiB/s rd, 1 op/s 2026-02-23T06:55:12.154 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:55:11 trial005 ceph-mon[34782]: pgmap v35: 97 pgs: 97 active+clean; 2.0 MiB data, 58 MiB used, 1.4 TiB / 1.4 TiB avail; 341 B/s rd, 0 op/s 2026-02-23T06:55:13.956 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:55:13 trial005 ceph-mon[34782]: pgmap v36: 97 pgs: 97 active+clean; 2.0 MiB data, 58 MiB used, 1.4 TiB / 1.4 TiB avail; 341 B/s rd, 0 op/s 2026-02-23T06:55:16.154 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:55:15 trial005 ceph-mon[34782]: pgmap v37: 97 pgs: 97 active+clean; 2.0 MiB data, 58 MiB used, 1.4 TiB / 1.4 TiB avail; 511 B/s rd, 0 op/s 2026-02-23T06:55:18.154 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:55:17 trial005 ceph-mon[34782]: pgmap v38: 97 pgs: 97 active+clean; 2.0 MiB data, 58 MiB used, 1.4 TiB / 1.4 TiB avail; 341 B/s rd, 0 op/s 2026-02-23T06:55:20.154 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:55:19 trial005 ceph-mon[34782]: pgmap v39: 97 pgs: 97 active+clean; 2.0 MiB data, 58 MiB used, 1.4 TiB / 1.4 TiB avail; 511 B/s rd, 0 op/s 2026-02-23T06:55:20.801 DEBUG:teuthology.orchestra.run.trial122:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'sudo podman run --rm --net=host --dns=10.20.193.122 -eKRB5_CONFIG=/dev/null quay.io/samba.org/samba-client:latest smbclient -U DOMAIN1\\ckent%1115Rose. //10.20.193.5/share1 -c ls' 2026-02-23T06:55:20.861 INFO:teuthology.orchestra.run.trial122.stderr:+ sudo podman run --rm --net=host --dns=10.20.193.122 -eKRB5_CONFIG=/dev/null quay.io/samba.org/samba-client:latest smbclient -U 'DOMAIN1\ckent%1115Rose.' //10.20.193.5/share1 -c ls 2026-02-23T06:55:20.997 INFO:teuthology.orchestra.run.trial122.stdout: . D 0 Mon Feb 23 06:54:07 2026 2026-02-23T06:55:20.998 INFO:teuthology.orchestra.run.trial122.stdout: .. D 0 Mon Feb 23 06:54:07 2026 2026-02-23T06:55:20.998 INFO:teuthology.orchestra.run.trial122.stdout: 2026-02-23T06:55:20.998 INFO:teuthology.orchestra.run.trial122.stdout: 697270272 blocks of size 1024. 697270272 blocks available 2026-02-23T06:55:21.122 DEBUG:teuthology.orchestra.run.trial122:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'sudo podman run --rm --net=host --dns=10.20.193.122 -eKRB5_CONFIG=/dev/null quay.io/samba.org/samba-client:latest smbclient -U DOMAIN1\\ckent%1115Rose. //10.20.193.5/share2 -c ls' 2026-02-23T06:55:21.182 INFO:teuthology.orchestra.run.trial122.stderr:+ sudo podman run --rm --net=host --dns=10.20.193.122 -eKRB5_CONFIG=/dev/null quay.io/samba.org/samba-client:latest smbclient -U 'DOMAIN1\ckent%1115Rose.' //10.20.193.5/share2 -c ls 2026-02-23T06:55:21.302 INFO:teuthology.orchestra.run.trial122.stdout: . D 0 Mon Feb 23 06:54:08 2026 2026-02-23T06:55:21.302 INFO:teuthology.orchestra.run.trial122.stdout: .. D 0 Mon Feb 23 06:54:08 2026 2026-02-23T06:55:21.302 INFO:teuthology.orchestra.run.trial122.stdout: 2026-02-23T06:55:21.302 INFO:teuthology.orchestra.run.trial122.stdout: 697270272 blocks of size 1024. 697270272 blocks available 2026-02-23T06:55:21.421 INFO:teuthology.run_tasks:Running task smb.workunit... 2026-02-23T06:55:21.446 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-23T06:55:21.504 DEBUG:teuthology.orchestra.run.trial005:> echo 'StrictHostKeyChecking no 2026-02-23T06:55:21.504 DEBUG:teuthology.orchestra.run.trial005:> ' > /home/ubuntu/.ssh/config && echo 'UserKnownHostsFile ' /dev/null >> /home/ubuntu/.ssh/config && chmod 600 /home/ubuntu/.ssh/config 2026-02-23T06:55:21.507 DEBUG:teuthology.orchestra.run.trial122:> echo 'StrictHostKeyChecking no 2026-02-23T06:55:21.507 DEBUG:teuthology.orchestra.run.trial122:> ' > /home/ubuntu/.ssh/config && echo 'UserKnownHostsFile ' /dev/null >> /home/ubuntu/.ssh/config && chmod 600 /home/ubuntu/.ssh/config 2026-02-23T06:55:21.525 INFO:teuthology.task.ssh_keys:generated public key AAAAB3NzaC1yc2EAAAADAQABAAABAQDAbSEUxN3b93WKrdz3Bt8Ajd/cyoyKzesgGKZk/CwhkSGnyJq5WXqt93nbvEyjWPuqTGRcgHQ/mofQkQjStuuAiILUimBX/0j3gRLXS3JAzQ4j9AjPkJU7LRAEpwPuah9oV6ib496frc/Zlg6vlmRTT7ZPmuuWk6sY7CiNmIKF155+fhbAlIlCAZroZCxkPtwMLNZLlqLbPCfoLtniZ9fAcsx2PVqRw+e7lCypQE6vAy4OtlVZqXYpg3JHCkP1+7605bU7ouKXP3dlnot4TMm0BxEmVICN5Wr0uQcOdHIpXPeyOAGGLFgiVMVj/C03H0WSY7nzb48eBMQmIfM8AlE7 2026-02-23T06:55:21.525 INFO:teuthology.task.ssh_keys:pushing keys to trial005.front.sepia.ceph.com for ubuntu 2026-02-23T06:55:21.525 DEBUG:teuthology.orchestra.run.trial005:> rm -f -- /home/ubuntu/.ssh/id_rsa 2026-02-23T06:55:21.581 DEBUG:teuthology.orchestra.run.trial005:> set -ex 2026-02-23T06:55:21.581 DEBUG:teuthology.orchestra.run.trial005:> dd of=/home/ubuntu/.ssh/id_rsa 2026-02-23T06:55:21.581 DEBUG:teuthology.orchestra.run.trial005:> chmod 0500 /home/ubuntu/.ssh/id_rsa 2026-02-23T06:55:21.638 DEBUG:teuthology.orchestra.run.trial005:> rm -f -- /home/ubuntu/.ssh/id_rsa.pub 2026-02-23T06:55:21.695 DEBUG:teuthology.orchestra.run.trial005:> set -ex 2026-02-23T06:55:21.695 DEBUG:teuthology.orchestra.run.trial005:> dd of=/home/ubuntu/.ssh/id_rsa.pub 2026-02-23T06:55:21.752 DEBUG:teuthology.orchestra.run.trial005:> cp -v -a /home/ubuntu/.ssh/authorized_keys /home/ubuntu/.ssh/authorized_keys_2026-02-23_06:55:21:751942 2026-02-23T06:55:21.809 INFO:teuthology.orchestra.run.trial005.stdout:'/home/ubuntu/.ssh/authorized_keys' -> '/home/ubuntu/.ssh/authorized_keys_2026-02-23_06:55:21:751942' 2026-02-23T06:55:21.809 DEBUG:teuthology.orchestra.run.trial005:> set -ex 2026-02-23T06:55:21.809 DEBUG:teuthology.orchestra.run.trial005:> dd of=/home/ubuntu/.ssh/authorized_keys conv=notrunc oflag=append 2026-02-23T06:55:21.864 INFO:teuthology.task.ssh_keys:pushing keys to trial122.front.sepia.ceph.com for ubuntu 2026-02-23T06:55:21.864 DEBUG:teuthology.orchestra.run.trial122:> rm -f -- /home/ubuntu/.ssh/id_rsa 2026-02-23T06:55:21.882 DEBUG:teuthology.orchestra.run.trial122:> set -ex 2026-02-23T06:55:21.882 DEBUG:teuthology.orchestra.run.trial122:> dd of=/home/ubuntu/.ssh/id_rsa 2026-02-23T06:55:21.882 DEBUG:teuthology.orchestra.run.trial122:> chmod 0500 /home/ubuntu/.ssh/id_rsa 2026-02-23T06:55:21.939 DEBUG:teuthology.orchestra.run.trial122:> rm -f -- /home/ubuntu/.ssh/id_rsa.pub 2026-02-23T06:55:21.997 DEBUG:teuthology.orchestra.run.trial122:> set -ex 2026-02-23T06:55:21.997 DEBUG:teuthology.orchestra.run.trial122:> dd of=/home/ubuntu/.ssh/id_rsa.pub 2026-02-23T06:55:22.054 DEBUG:teuthology.orchestra.run.trial122:> cp -v -a /home/ubuntu/.ssh/authorized_keys /home/ubuntu/.ssh/authorized_keys_2026-02-23_06:55:22:054081 2026-02-23T06:55:22.113 INFO:teuthology.orchestra.run.trial122.stdout:'/home/ubuntu/.ssh/authorized_keys' -> '/home/ubuntu/.ssh/authorized_keys_2026-02-23_06:55:22:054081' 2026-02-23T06:55:22.113 DEBUG:teuthology.orchestra.run.trial122:> set -ex 2026-02-23T06:55:22.113 DEBUG:teuthology.orchestra.run.trial122:> dd of=/home/ubuntu/.ssh/authorized_keys conv=notrunc oflag=append 2026-02-23T06:55:22.154 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:55:21 trial005 ceph-mon[34782]: pgmap v40: 97 pgs: 97 active+clean; 2.0 MiB data, 58 MiB used, 1.4 TiB / 1.4 TiB avail; 341 B/s rd, 0 op/s 2026-02-23T06:55:22.169 DEBUG:tasks.smb:smb metadata: {'samba_client_container_cmd': ['sudo', 'podman', 'run', '--rm', '--net=host', '--dns=10.20.193.122', '-eKRB5_CONFIG=/dev/null', 'quay.io/samba.org/samba-client:latest'], 'samba_ad_dc_ip': '10.20.193.122', 'smb_users': [], 'smb_shares': ['share1', 'share2'], 'admin_node': {'name': 'trial005.front.sepia.ceph.com', 'user': 'ubuntu', 'arch': 'x86_64', 'os_type': 'centos', 'os_version': '9.stream', 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBNw7QNnc45pwrD3jwJtx2evIjVvjuFYIN9vzay+64mjlV8H4QVhtjaak36pTIprWHVQVoAFre4h2dSwKRe1j4yI=', 'up': True, '_role_name': 'host.a', 'shortname': 'trial005', 'ip_address': '10.20.193.5'}, 'smb_nodes': [{'name': 'trial005.front.sepia.ceph.com', 'user': 'ubuntu', 'arch': 'x86_64', 'os_type': 'centos', 'os_version': '9.stream', 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBNw7QNnc45pwrD3jwJtx2evIjVvjuFYIN9vzay+64mjlV8H4QVhtjaak36pTIprWHVQVoAFre4h2dSwKRe1j4yI=', 'up': True, '_role_name': 'host.a', 'shortname': 'trial005', 'ip_address': '10.20.193.5'}], 'client_nodes': [{'name': 'trial005.front.sepia.ceph.com', 'user': 'ubuntu', 'arch': 'x86_64', 'os_type': 'centos', 'os_version': '9.stream', 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBNw7QNnc45pwrD3jwJtx2evIjVvjuFYIN9vzay+64mjlV8H4QVhtjaak36pTIprWHVQVoAFre4h2dSwKRe1j4yI=', 'up': True, '_role_name': 'client.0', 'shortname': 'trial005', 'ip_address': '10.20.193.5', 'client_name': 'client.0'}]} 2026-02-23T06:55:22.170 DEBUG:teuthology.orchestra.run.trial005:> set -ex 2026-02-23T06:55:22.170 DEBUG:teuthology.orchestra.run.trial005:> sudo dd of=/var/tmp/ceph-smb-test-meta.json 2026-02-23T06:55:22.170 DEBUG:teuthology.orchestra.run.trial005:> sudo chmod 0644 /var/tmp/ceph-smb-test-meta.json 2026-02-23T06:55:22.206 INFO:tasks.workunit:Pulling workunits from ref 244ee61d76a715c3ac0d60eeb3321aefb91c3511 2026-02-23T06:55:22.207 INFO:tasks.workunit:Making a separate scratch dir for every client... 2026-02-23T06:55:22.207 DEBUG:teuthology.orchestra.run.trial005:> stat -- /home/ubuntu/cephtest/mnt.0 2026-02-23T06:55:22.263 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-02-23T06:55:22.263 INFO:teuthology.orchestra.run.trial005.stderr:stat: cannot statx '/home/ubuntu/cephtest/mnt.0': No such file or directory 2026-02-23T06:55:22.264 DEBUG:teuthology.orchestra.run.trial005:> mkdir -- /home/ubuntu/cephtest/mnt.0 2026-02-23T06:55:22.321 INFO:tasks.workunit:Created dir /home/ubuntu/cephtest/mnt.0 2026-02-23T06:55:22.322 DEBUG:teuthology.orchestra.run.trial005:> cd -- /home/ubuntu/cephtest/mnt.0 && mkdir -- client.0 2026-02-23T06:55:22.377 INFO:tasks.workunit:timeout=1h 2026-02-23T06:55:22.377 INFO:tasks.workunit:cleanup=True 2026-02-23T06:55:22.378 DEBUG:teuthology.orchestra.run.trial005:> 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 244ee61d76a715c3ac0d60eeb3321aefb91c3511 2026-02-23T06:55:22.440 INFO:tasks.workunit.client.0.trial005.stderr:Cloning into '/home/ubuntu/cephtest/clone.client.0'... 2026-02-23T06:55:24.154 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:55:23 trial005 ceph-mon[34782]: pgmap v41: 97 pgs: 97 active+clean; 2.0 MiB data, 58 MiB used, 1.4 TiB / 1.4 TiB avail; 341 B/s rd, 0 op/s 2026-02-23T06:55:26.154 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:55:25 trial005 ceph-mon[34782]: pgmap v42: 97 pgs: 97 active+clean; 2.0 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-23T06:55:28.154 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:55:27 trial005 ceph-mon[34782]: pgmap v43: 97 pgs: 97 active+clean; 2.0 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-23T06:55:30.154 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:55:29 trial005 ceph-mon[34782]: pgmap v44: 97 pgs: 97 active+clean; 2.0 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-23T06:55:32.154 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:55:31 trial005 ceph-mon[34782]: pgmap v45: 97 pgs: 97 active+clean; 2.0 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-23T06:55:34.154 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:55:33 trial005 ceph-mon[34782]: pgmap v46: 97 pgs: 97 active+clean; 2.0 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-23T06:55:36.154 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:55:35 trial005 ceph-mon[34782]: pgmap v47: 97 pgs: 97 active+clean; 2.0 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-23T06:55:38.155 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:55:37 trial005 ceph-mon[34782]: pgmap v48: 97 pgs: 97 active+clean; 2.0 MiB data, 58 MiB used, 1.4 TiB / 1.4 TiB avail; 341 B/s rd, 0 op/s 2026-02-23T06:55:40.155 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:55:39 trial005 ceph-mon[34782]: pgmap v49: 97 pgs: 97 active+clean; 2.0 MiB data, 58 MiB used, 1.4 TiB / 1.4 TiB avail; 511 B/s rd, 0 op/s 2026-02-23T06:55:42.154 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:55:41 trial005 ceph-mon[34782]: pgmap v50: 97 pgs: 97 active+clean; 2.0 MiB data, 58 MiB used, 1.4 TiB / 1.4 TiB avail; 341 B/s rd, 0 op/s 2026-02-23T06:55:43.956 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:55:43 trial005 ceph-mon[34782]: pgmap v51: 97 pgs: 97 active+clean; 2.0 MiB data, 58 MiB used, 1.4 TiB / 1.4 TiB avail; 341 B/s rd, 0 op/s 2026-02-23T06:55:46.154 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:55:45 trial005 ceph-mon[34782]: pgmap v52: 97 pgs: 97 active+clean; 2.0 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-23T06:55:46.154 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:55:45 trial005 ceph-mon[34782]: mgrmap e21: x(active, since 92s) 2026-02-23T06:55:48.154 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:55:47 trial005 ceph-mon[34782]: pgmap v53: 97 pgs: 97 active+clean; 2.0 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-23T06:55:48.666 INFO:tasks.workunit.client.0.trial005.stderr:Note: switching to '244ee61d76a715c3ac0d60eeb3321aefb91c3511'. 2026-02-23T06:55:48.666 INFO:tasks.workunit.client.0.trial005.stderr: 2026-02-23T06:55:48.666 INFO:tasks.workunit.client.0.trial005.stderr:You are in 'detached HEAD' state. You can look around, make experimental 2026-02-23T06:55:48.666 INFO:tasks.workunit.client.0.trial005.stderr:changes and commit them, and you can discard any commits you make in this 2026-02-23T06:55:48.667 INFO:tasks.workunit.client.0.trial005.stderr:state without impacting any branches by switching back to a branch. 2026-02-23T06:55:48.667 INFO:tasks.workunit.client.0.trial005.stderr: 2026-02-23T06:55:48.667 INFO:tasks.workunit.client.0.trial005.stderr:If you want to create a new branch to retain commits you create, you may 2026-02-23T06:55:48.667 INFO:tasks.workunit.client.0.trial005.stderr:do so (now or later) by using -c with the switch command. Example: 2026-02-23T06:55:48.667 INFO:tasks.workunit.client.0.trial005.stderr: 2026-02-23T06:55:48.667 INFO:tasks.workunit.client.0.trial005.stderr: git switch -c 2026-02-23T06:55:48.667 INFO:tasks.workunit.client.0.trial005.stderr: 2026-02-23T06:55:48.667 INFO:tasks.workunit.client.0.trial005.stderr:Or undo this operation with: 2026-02-23T06:55:48.667 INFO:tasks.workunit.client.0.trial005.stderr: 2026-02-23T06:55:48.667 INFO:tasks.workunit.client.0.trial005.stderr: git switch - 2026-02-23T06:55:48.667 INFO:tasks.workunit.client.0.trial005.stderr: 2026-02-23T06:55:48.668 INFO:tasks.workunit.client.0.trial005.stderr:Turn off this advice by setting config variable advice.detachedHead to false 2026-02-23T06:55:48.668 INFO:tasks.workunit.client.0.trial005.stderr: 2026-02-23T06:55:48.668 INFO:tasks.workunit.client.0.trial005.stderr:HEAD is now at 244ee61d76a Merge branch 'cephadm-apply-mon-warning' of https://github.com/adk3798/ceph into wip-shweta-testing-2026-02-19-2025 . 2026-02-23T06:55:48.675 DEBUG:teuthology.orchestra.run.trial005:> 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-23T06:55:48.732 INFO:tasks.workunit.client.0.trial005.stdout:for d in direct_io fs ; do ( cd $d ; make all ) ; done 2026-02-23T06:55:48.734 INFO:tasks.workunit.client.0.trial005.stdout:make[1]: Entering directory '/home/ubuntu/cephtest/clone.client.0/qa/workunits/direct_io' 2026-02-23T06:55:48.734 INFO:tasks.workunit.client.0.trial005.stdout:cc -Wall -Wextra -D_GNU_SOURCE direct_io_test.c -o direct_io_test 2026-02-23T06:55:48.830 INFO:tasks.workunit.client.0.trial005.stdout:cc -Wall -Wextra -D_GNU_SOURCE test_sync_io.c -o test_sync_io 2026-02-23T06:55:48.861 INFO:tasks.workunit.client.0.trial005.stdout:cc -Wall -Wextra -D_GNU_SOURCE test_short_dio_read.c -o test_short_dio_read 2026-02-23T06:55:48.884 INFO:tasks.workunit.client.0.trial005.stdout:make[1]: Leaving directory '/home/ubuntu/cephtest/clone.client.0/qa/workunits/direct_io' 2026-02-23T06:55:48.885 INFO:tasks.workunit.client.0.trial005.stdout:make[1]: Entering directory '/home/ubuntu/cephtest/clone.client.0/qa/workunits/fs' 2026-02-23T06:55:48.886 INFO:tasks.workunit.client.0.trial005.stdout:cc -Wall -Wextra -D_GNU_SOURCE test_o_trunc.c -o test_o_trunc 2026-02-23T06:55:48.909 INFO:tasks.workunit.client.0.trial005.stdout:make[1]: Leaving directory '/home/ubuntu/cephtest/clone.client.0/qa/workunits/fs' 2026-02-23T06:55:48.913 DEBUG:teuthology.orchestra.run.trial005:> set -ex 2026-02-23T06:55:48.913 DEBUG:teuthology.orchestra.run.trial005:> dd if=/home/ubuntu/cephtest/workunits.list.client.0 of=/dev/stdout 2026-02-23T06:55:48.969 INFO:tasks.workunit:Running workunits matching smb/smb_tests.sh on client.0... 2026-02-23T06:55:48.970 INFO:tasks.workunit:Running workunit smb/smb_tests.sh... 2026-02-23T06:55:48.970 DEBUG:teuthology.orchestra.run.trial005: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=244ee61d76a715c3ac0d60eeb3321aefb91c3511 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-23T06:55:49.027 INFO:tasks.workunit.client.0.trial005.stderr:++ dirname /home/ubuntu/cephtest/clone.client.0/qa/workunits/smb/smb_tests.sh 2026-02-23T06:55:49.028 INFO:tasks.workunit.client.0.trial005.stderr:+ HERE=/home/ubuntu/cephtest/clone.client.0/qa/workunits/smb 2026-02-23T06:55:49.028 INFO:tasks.workunit.client.0.trial005.stderr:+ PY=python3 2026-02-23T06:55:49.028 INFO:tasks.workunit.client.0.trial005.stderr:+ '[' '' ']' 2026-02-23T06:55:49.028 INFO:tasks.workunit.client.0.trial005.stderr:+ VENV=/home/ubuntu/cephtest/clone.client.0/qa/workunits/smb/_smb_tests_85201 2026-02-23T06:55:49.028 INFO:tasks.workunit.client.0.trial005.stderr:+ '[' -d /home/ubuntu/cephtest/clone.client.0/qa/workunits/smb/_smb_tests_85201 ']' 2026-02-23T06:55:49.028 INFO:tasks.workunit.client.0.trial005.stderr:+ python3 -m venv /home/ubuntu/cephtest/clone.client.0/qa/workunits/smb/_smb_tests_85201 2026-02-23T06:55:50.088 INFO:tasks.workunit.client.0.trial005.stderr:+ trap cleanup EXIT 2026-02-23T06:55:50.088 INFO:tasks.workunit.client.0.trial005.stderr:+ cd /home/ubuntu/cephtest/clone.client.0/qa/workunits/smb 2026-02-23T06:55:50.088 INFO:tasks.workunit.client.0.trial005.stderr:+ /home/ubuntu/cephtest/clone.client.0/qa/workunits/smb/_smb_tests_85201/bin/python3 -m pip install pytest smbprotocol 2026-02-23T06:55:50.154 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:55:49 trial005 ceph-mon[34782]: pgmap v54: 97 pgs: 97 active+clean; 2.0 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-23T06:55:50.154 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:55:49 trial005 ceph-mon[34782]: from='mgr.14277 10.20.193.5:0/412280393' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-23T06:55:50.154 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:55:49 trial005 ceph-mon[34782]: from='mgr.14277 10.20.193.5:0/412280393' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-23T06:55:50.155 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:55:49 trial005 ceph-mon[34782]: from='mgr.14277 10.20.193.5:0/412280393' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-23T06:55:50.155 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:55:49 trial005 ceph-mon[34782]: from='mgr.14277 10.20.193.5:0/412280393' entity='mgr.x' 2026-02-23T06:55:50.155 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:55:49 trial005 ceph-mon[34782]: from='mgr.14277 10.20.193.5:0/412280393' entity='mgr.x' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-23T06:55:50.293 INFO:tasks.workunit.client.0.trial005.stdout:Collecting pytest 2026-02-23T06:55:50.322 INFO:tasks.workunit.client.0.trial005.stdout: Downloading pytest-8.4.2-py3-none-any.whl (365 kB) 2026-02-23T06:55:50.352 INFO:tasks.workunit.client.0.trial005.stdout:Collecting smbprotocol 2026-02-23T06:55:50.356 INFO:tasks.workunit.client.0.trial005.stdout: Downloading smbprotocol-1.16.0-py3-none-any.whl (126 kB) 2026-02-23T06:55:50.385 INFO:tasks.workunit.client.0.trial005.stdout:Collecting packaging>=20 2026-02-23T06:55:50.388 INFO:tasks.workunit.client.0.trial005.stdout: Downloading packaging-26.0-py3-none-any.whl (74 kB) 2026-02-23T06:55:50.420 INFO:tasks.workunit.client.0.trial005.stdout:Collecting tomli>=1 2026-02-23T06:55:50.423 INFO:tasks.workunit.client.0.trial005.stdout: Downloading tomli-2.4.0-py3-none-any.whl (14 kB) 2026-02-23T06:55:50.439 INFO:tasks.workunit.client.0.trial005.stdout:Collecting exceptiongroup>=1 2026-02-23T06:55:50.443 INFO:tasks.workunit.client.0.trial005.stdout: Downloading exceptiongroup-1.3.1-py3-none-any.whl (16 kB) 2026-02-23T06:55:50.461 INFO:tasks.workunit.client.0.trial005.stdout:Collecting pluggy<2,>=1.5 2026-02-23T06:55:50.465 INFO:tasks.workunit.client.0.trial005.stdout: Downloading pluggy-1.6.0-py3-none-any.whl (20 kB) 2026-02-23T06:55:50.493 INFO:tasks.workunit.client.0.trial005.stdout:Collecting pygments>=2.7.2 2026-02-23T06:55:50.497 INFO:tasks.workunit.client.0.trial005.stdout: Downloading pygments-2.19.2-py3-none-any.whl (1.2 MB) 2026-02-23T06:55:50.521 INFO:tasks.workunit.client.0.trial005.stdout:Collecting iniconfig>=1 2026-02-23T06:55:50.524 INFO:tasks.workunit.client.0.trial005.stdout: Downloading iniconfig-2.1.0-py3-none-any.whl (6.0 kB) 2026-02-23T06:55:50.581 INFO:tasks.workunit.client.0.trial005.stdout:Collecting pyspnego 2026-02-23T06:55:50.585 INFO:tasks.workunit.client.0.trial005.stdout: Downloading pyspnego-0.12.0-py3-none-any.whl (130 kB) 2026-02-23T06:55:51.031 INFO:tasks.workunit.client.0.trial005.stdout:Collecting cryptography>=2.0 2026-02-23T06:55:51.037 INFO:tasks.workunit.client.0.trial005.stdout: Downloading cryptography-46.0.5-cp38-abi3-manylinux_2_34_x86_64.whl (4.5 MB) 2026-02-23T06:55:51.297 INFO:tasks.workunit.client.0.trial005.stdout:Collecting cffi>=2.0.0 2026-02-23T06:55:51.302 INFO:tasks.workunit.client.0.trial005.stdout: Downloading cffi-2.0.0-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (216 kB) 2026-02-23T06:55:51.325 INFO:tasks.workunit.client.0.trial005.stdout:Collecting typing-extensions>=4.13.2 2026-02-23T06:55:51.329 INFO:tasks.workunit.client.0.trial005.stdout: Downloading typing_extensions-4.15.0-py3-none-any.whl (44 kB) 2026-02-23T06:55:51.352 INFO:tasks.workunit.client.0.trial005.stdout:Collecting pycparser 2026-02-23T06:55:51.356 INFO:tasks.workunit.client.0.trial005.stdout: Downloading pycparser-2.23-py3-none-any.whl (118 kB) 2026-02-23T06:55:51.388 INFO:tasks.workunit.client.0.trial005.stdout:Installing collected packages: pycparser, typing-extensions, cffi, cryptography, tomli, pyspnego, pygments, pluggy, packaging, iniconfig, exceptiongroup, smbprotocol, pytest 2026-02-23T06:55:52.008 INFO:tasks.workunit.client.0.trial005.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-23T06:55:52.065 INFO:tasks.workunit.client.0.trial005.stderr:WARNING: You are using pip version 21.3.1; however, version 26.0.1 is available. 2026-02-23T06:55:52.065 INFO:tasks.workunit.client.0.trial005.stderr:You should consider upgrading via the '/home/ubuntu/cephtest/clone.client.0/qa/workunits/smb/_smb_tests_85201/bin/python3 -m pip install --upgrade pip' command. 2026-02-23T06:55:52.101 INFO:tasks.workunit.client.0.trial005.stderr:+ /home/ubuntu/cephtest/clone.client.0/qa/workunits/smb/_smb_tests_85201/bin/python3 -m pytest -v -m default tests 2026-02-23T06:55:52.154 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:55:51 trial005 ceph-mon[34782]: pgmap v55: 97 pgs: 97 active+clean; 2.0 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-23T06:55:52.218 INFO:tasks.workunit.client.0.trial005.stdout:============================= test session starts ============================== 2026-02-23T06:55:52.218 INFO:tasks.workunit.client.0.trial005.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_85201/bin/python3 2026-02-23T06:55:52.218 INFO:tasks.workunit.client.0.trial005.stdout:cachedir: .pytest_cache 2026-02-23T06:55:52.218 INFO:tasks.workunit.client.0.trial005.stdout:rootdir: /home/ubuntu/cephtest/clone.client.0/qa/workunits/smb/tests 2026-02-23T06:55:52.218 INFO:tasks.workunit.client.0.trial005.stdout:configfile: pytest.ini 2026-02-23T06:55:52.226 INFO:tasks.workunit.client.0.trial005.stdout:collecting ... collected 11 items / 5 deselected / 6 selected 2026-02-23T06:55:52.226 INFO:tasks.workunit.client.0.trial005.stdout: 2026-02-23T06:55:52.260 INFO:tasks.workunit.client.0.trial005.stdout:tests/test_simple_smb.py::test_arbitrary_listdir[share1] PASSED [ 16%] 2026-02-23T06:55:52.289 INFO:tasks.workunit.client.0.trial005.stdout:tests/test_simple_smb.py::test_arbitrary_listdir[share2] PASSED [ 33%] 2026-02-23T06:55:52.322 INFO:tasks.workunit.client.0.trial005.stdout:tests/test_simple_smb.py::test_create_dir[share1] PASSED [ 50%] 2026-02-23T06:55:52.352 INFO:tasks.workunit.client.0.trial005.stdout:tests/test_simple_smb.py::test_create_dir[share2] PASSED [ 66%] 2026-02-23T06:55:52.383 INFO:tasks.workunit.client.0.trial005.stdout:tests/test_simple_smb.py::test_create_file[share1] PASSED [ 83%] 2026-02-23T06:55:52.436 INFO:tasks.workunit.client.0.trial005.stdout:tests/test_simple_smb.py::test_create_file[share2] PASSED [100%] 2026-02-23T06:55:52.436 INFO:tasks.workunit.client.0.trial005.stdout: 2026-02-23T06:55:52.436 INFO:tasks.workunit.client.0.trial005.stdout:======================= 6 passed, 5 deselected in 0.20s ======================== 2026-02-23T06:55:52.452 INFO:tasks.workunit.client.0.trial005.stderr:+ cleanup 2026-02-23T06:55:52.452 INFO:tasks.workunit.client.0.trial005.stderr:+ '[' '' ']' 2026-02-23T06:55:52.452 INFO:tasks.workunit.client.0.trial005.stderr:+ rm -rf /home/ubuntu/cephtest/clone.client.0/qa/workunits/smb/_smb_tests_85201 2026-02-23T06:55:52.487 INFO:teuthology.orchestra.run:Running command with timeout 3600 2026-02-23T06:55:52.487 DEBUG:teuthology.orchestra.run.trial005:> sudo rm -rf -- /home/ubuntu/cephtest/mnt.0/client.0/tmp 2026-02-23T06:55:52.553 INFO:tasks.workunit:Stopping ['smb/smb_tests.sh -m default tests'] on client.0... 2026-02-23T06:55:52.553 DEBUG:teuthology.orchestra.run.trial005:> sudo rm -rf -- /home/ubuntu/cephtest/workunits.list.client.0 /home/ubuntu/cephtest/clone.client.0 2026-02-23T06:55:52.878 DEBUG:teuthology.parallel:result is None 2026-02-23T06:55:52.878 DEBUG:teuthology.orchestra.run.trial005:> sudo rm -rf -- /home/ubuntu/cephtest/mnt.0/client.0 2026-02-23T06:55:52.904 INFO:tasks.workunit:Deleted dir /home/ubuntu/cephtest/mnt.0/client.0 2026-02-23T06:55:52.904 DEBUG:teuthology.orchestra.run.trial005:> rmdir -- /home/ubuntu/cephtest/mnt.0 2026-02-23T06:55:52.960 INFO:tasks.workunit:Deleted artificial mount point /home/ubuntu/cephtest/mnt.0/client.0 2026-02-23T06:55:52.961 DEBUG:teuthology.orchestra.run.trial005:> sudo rm -rf -- /var/tmp/ceph-smb-test-meta.json 2026-02-23T06:55:53.024 INFO:teuthology.task.ssh_keys:Cleaning up SSH keys 2026-02-23T06:55:53.024 INFO:teuthology.task.ssh_keys:cleaning up keys added for testing 2026-02-23T06:55:53.024 INFO:teuthology.task.ssh_keys: cleaning up keys for user ubuntu on trial005.front.sepia.ceph.com 2026-02-23T06:55:53.024 DEBUG:teuthology.orchestra.run.trial005:> rm -- /home/ubuntu/.ssh/id_rsa 2026-02-23T06:55:53.080 DEBUG:teuthology.orchestra.run.trial005:> rm -- /home/ubuntu/.ssh/id_rsa.pub 2026-02-23T06:55:53.137 DEBUG:teuthology.orchestra.run.trial005:> stat -c '"%a"' /home/ubuntu/.ssh/authorized_keys 2026-02-23T06:55:53.193 INFO:teuthology.orchestra.run.trial005.stdout:"600" 2026-02-23T06:55:53.193 DEBUG:teuthology.orchestra.run.trial005:> mv -- /home/ubuntu/.ssh/authorized_keys_2026-02-23_06:55:21:751942 /home/ubuntu/.ssh/authorized_keys 2026-02-23T06:55:53.249 DEBUG:teuthology.orchestra.run.trial005:> chmod 600 /home/ubuntu/.ssh/authorized_keys 2026-02-23T06:55:53.305 INFO:teuthology.task.ssh_keys: cleaning up keys for user ubuntu on trial122.front.sepia.ceph.com 2026-02-23T06:55:53.305 DEBUG:teuthology.orchestra.run.trial122:> rm -- /home/ubuntu/.ssh/id_rsa 2026-02-23T06:55:53.323 DEBUG:teuthology.orchestra.run.trial122:> rm -- /home/ubuntu/.ssh/id_rsa.pub 2026-02-23T06:55:53.380 DEBUG:teuthology.orchestra.run.trial122:> stat -c '"%a"' /home/ubuntu/.ssh/authorized_keys 2026-02-23T06:55:53.436 INFO:teuthology.orchestra.run.trial122.stdout:"600" 2026-02-23T06:55:53.437 DEBUG:teuthology.orchestra.run.trial122:> mv -- /home/ubuntu/.ssh/authorized_keys_2026-02-23_06:55:22:054081 /home/ubuntu/.ssh/authorized_keys 2026-02-23T06:55:53.495 DEBUG:teuthology.orchestra.run.trial122:> chmod 600 /home/ubuntu/.ssh/authorized_keys 2026-02-23T06:55:53.553 DEBUG:teuthology.orchestra.run.trial005:> rm /home/ubuntu/.ssh/config 2026-02-23T06:55:53.555 DEBUG:teuthology.orchestra.run.trial122:> rm /home/ubuntu/.ssh/config 2026-02-23T06:55:53.608 INFO:teuthology.run_tasks:Running task exec... 2026-02-23T06:55:53.620 INFO:teuthology.task.exec:Executing custom commands... 2026-02-23T06:55:53.620 INFO:teuthology.task.exec:Running commands on role host.a host ubuntu@trial005.front.sepia.ceph.com 2026-02-23T06:55:53.620 DEBUG:teuthology.orchestra.run.trial005:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'echo "Check for proxy enabled..." 2026-02-23T06:55:53.620 DEBUG:teuthology.orchestra.run.trial005:> if systemctl list-units | grep ceph | grep smb | grep -q proxy ; then 2026-02-23T06:55:53.620 DEBUG:teuthology.orchestra.run.trial005:> echo "smb proxy service found" 2026-02-23T06:55:53.620 DEBUG:teuthology.orchestra.run.trial005:> exit 0 2026-02-23T06:55:53.621 DEBUG:teuthology.orchestra.run.trial005:> fi 2026-02-23T06:55:53.621 DEBUG:teuthology.orchestra.run.trial005:> echo "smb proxy service not found" 2026-02-23T06:55:53.621 DEBUG:teuthology.orchestra.run.trial005:> exit 1 2026-02-23T06:55:53.621 DEBUG:teuthology.orchestra.run.trial005:> ' 2026-02-23T06:55:53.643 INFO:teuthology.orchestra.run.trial005.stdout:Check for proxy enabled... 2026-02-23T06:55:53.650 INFO:teuthology.orchestra.run.trial005.stdout:smb proxy service found 2026-02-23T06:55:53.652 INFO:teuthology.run_tasks:Running task cephadm.shell... 2026-02-23T06:55:53.668 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@trial005.front.sepia.ceph.com 2026-02-23T06:55:53.668 DEBUG:teuthology.orchestra.run.trial005:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:244ee61d76a715c3ac0d60eeb3321aefb91c3511 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 40d3614d-1084-11f1-b257-d404e6e7d460 -- bash -c 'ceph smb apply -i -' 2026-02-23T06:55:53.809 INFO:teuthology.orchestra.run.trial005.stderr:Inferring config /var/lib/ceph/40d3614d-1084-11f1-b257-d404e6e7d460/mon.a/config 2026-02-23T06:55:53.891 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:55:53 trial005 ceph-mon[34782]: pgmap v56: 97 pgs: 97 active+clean; 2.0 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-23T06:55:54.111 INFO:teuthology.orchestra.run.trial005.stdout:{ 2026-02-23T06:55:54.111 INFO:teuthology.orchestra.run.trial005.stdout: "results": [ 2026-02-23T06:55:54.111 INFO:teuthology.orchestra.run.trial005.stdout: { 2026-02-23T06:55:54.111 INFO:teuthology.orchestra.run.trial005.stdout: "resource": { 2026-02-23T06:55:54.111 INFO:teuthology.orchestra.run.trial005.stdout: "resource_type": "ceph.smb.share", 2026-02-23T06:55:54.111 INFO:teuthology.orchestra.run.trial005.stdout: "cluster_id": "modtest1", 2026-02-23T06:55:54.111 INFO:teuthology.orchestra.run.trial005.stdout: "share_id": "share1", 2026-02-23T06:55:54.111 INFO:teuthology.orchestra.run.trial005.stdout: "intent": "removed" 2026-02-23T06:55:54.112 INFO:teuthology.orchestra.run.trial005.stdout: }, 2026-02-23T06:55:54.112 INFO:teuthology.orchestra.run.trial005.stdout: "state": "removed", 2026-02-23T06:55:54.112 INFO:teuthology.orchestra.run.trial005.stdout: "success": true 2026-02-23T06:55:54.112 INFO:teuthology.orchestra.run.trial005.stdout: }, 2026-02-23T06:55:54.112 INFO:teuthology.orchestra.run.trial005.stdout: { 2026-02-23T06:55:54.112 INFO:teuthology.orchestra.run.trial005.stdout: "resource": { 2026-02-23T06:55:54.112 INFO:teuthology.orchestra.run.trial005.stdout: "resource_type": "ceph.smb.share", 2026-02-23T06:55:54.112 INFO:teuthology.orchestra.run.trial005.stdout: "cluster_id": "modtest1", 2026-02-23T06:55:54.112 INFO:teuthology.orchestra.run.trial005.stdout: "share_id": "share2", 2026-02-23T06:55:54.112 INFO:teuthology.orchestra.run.trial005.stdout: "intent": "removed" 2026-02-23T06:55:54.112 INFO:teuthology.orchestra.run.trial005.stdout: }, 2026-02-23T06:55:54.112 INFO:teuthology.orchestra.run.trial005.stdout: "state": "removed", 2026-02-23T06:55:54.112 INFO:teuthology.orchestra.run.trial005.stdout: "success": true 2026-02-23T06:55:54.112 INFO:teuthology.orchestra.run.trial005.stdout: }, 2026-02-23T06:55:54.112 INFO:teuthology.orchestra.run.trial005.stdout: { 2026-02-23T06:55:54.112 INFO:teuthology.orchestra.run.trial005.stdout: "resource": { 2026-02-23T06:55:54.112 INFO:teuthology.orchestra.run.trial005.stdout: "resource_type": "ceph.smb.cluster", 2026-02-23T06:55:54.112 INFO:teuthology.orchestra.run.trial005.stdout: "cluster_id": "modtest1", 2026-02-23T06:55:54.112 INFO:teuthology.orchestra.run.trial005.stdout: "intent": "removed" 2026-02-23T06:55:54.113 INFO:teuthology.orchestra.run.trial005.stdout: }, 2026-02-23T06:55:54.113 INFO:teuthology.orchestra.run.trial005.stdout: "state": "removed", 2026-02-23T06:55:54.113 INFO:teuthology.orchestra.run.trial005.stdout: "success": true 2026-02-23T06:55:54.113 INFO:teuthology.orchestra.run.trial005.stdout: }, 2026-02-23T06:55:54.113 INFO:teuthology.orchestra.run.trial005.stdout: { 2026-02-23T06:55:54.113 INFO:teuthology.orchestra.run.trial005.stdout: "resource": { 2026-02-23T06:55:54.113 INFO:teuthology.orchestra.run.trial005.stdout: "resource_type": "ceph.smb.join.auth", 2026-02-23T06:55:54.113 INFO:teuthology.orchestra.run.trial005.stdout: "auth_id": "join1-admin", 2026-02-23T06:55:54.113 INFO:teuthology.orchestra.run.trial005.stdout: "intent": "removed" 2026-02-23T06:55:54.113 INFO:teuthology.orchestra.run.trial005.stdout: }, 2026-02-23T06:55:54.113 INFO:teuthology.orchestra.run.trial005.stdout: "state": "removed", 2026-02-23T06:55:54.113 INFO:teuthology.orchestra.run.trial005.stdout: "success": true 2026-02-23T06:55:54.113 INFO:teuthology.orchestra.run.trial005.stdout: } 2026-02-23T06:55:54.113 INFO:teuthology.orchestra.run.trial005.stdout: ], 2026-02-23T06:55:54.113 INFO:teuthology.orchestra.run.trial005.stdout: "success": true 2026-02-23T06:55:54.113 INFO:teuthology.orchestra.run.trial005.stdout:} 2026-02-23T06:55:54.251 INFO:teuthology.run_tasks:Running task cephadm.wait_for_service_not_present... 2026-02-23T06:55:54.262 INFO:tasks.cephadm:Waiting for ceph service smb.modtest1 to be not present in service list 2026-02-23T06:55:54.262 DEBUG:teuthology.orchestra.run.trial005:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:244ee61d76a715c3ac0d60eeb3321aefb91c3511 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 40d3614d-1084-11f1-b257-d404e6e7d460 -- ceph orch ls -f json 2026-02-23T06:55:54.380 INFO:teuthology.orchestra.run.trial005.stderr:Inferring config /var/lib/ceph/40d3614d-1084-11f1-b257-d404e6e7d460/mon.a/config 2026-02-23T06:55:54.644 INFO:teuthology.orchestra.run.trial005.stdout: 2026-02-23T06:55:54.645 INFO:teuthology.orchestra.run.trial005.stdout:[{"placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2026-02-23T06:54:01.661337Z", "last_refresh": "2026-02-23T06:54:48.885546Z", "running": 2, "size": 2}}, {"placement": {"count": 1, "hosts": ["trial005=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2026-02-23T06:53:27.539822Z", "last_refresh": "2026-02-23T06:54:48.885436Z", "running": 1, "size": 1}}, {"placement": {"count": 1, "hosts": ["trial005:10.20.193.5=a"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2026-02-23T06:53:25.853005Z", "last_refresh": "2026-02-23T06:54:48.885374Z", "running": 1, "size": 1}}, {"placement": {"host_pattern": "trial005"}, "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-23T06:53:40.183539Z", "last_refresh": "2026-02-23T06:54:48.885476Z", "running": 2, "size": 2}}, {"events": ["2026-02-23T06:55:54.096164Z 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.122"], "features": ["domain", "cephfs-proxy"], "include_ceph_users": ["client.smb.fs.cluster.modtest1"], "join_sources": ["rados:mon-config-key:smb/config/modtest1/join.0.json"]}, "status": {"created": "2026-02-23T06:54:42.597600Z", "last_refresh": "2026-02-23T06:54:48.885612Z", "ports": [445, 9922], "running": 1, "size": 1}}] 2026-02-23T06:55:54.804 DEBUG:tasks.cephadm:checking if 'smb.modtest1' in {'mgr', 'mon', 'smb.modtest1', 'mds.cephfs', 'osd.default'} 2026-02-23T06:55:55.400 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:55:55 trial005 ceph-mon[34782]: from='client.14381 -' entity='client.admin' cmd=[{"prefix": "smb apply", "target": ["mon-mgr", ""]}]: dispatch 2026-02-23T06:55:55.400 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:55:55 trial005 ceph-mon[34782]: Remove service smb.modtest1 2026-02-23T06:55:55.400 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:55:55 trial005 ceph-mon[34782]: from='mgr.14277 10.20.193.5:0/412280393' entity='mgr.x' 2026-02-23T06:55:55.400 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:55:55 trial005 ceph-mon[34782]: from='mgr.14277 10.20.193.5:0/412280393' entity='mgr.x' cmd={"prefix": "config-key dump", "key": "smb/config/"} : dispatch 2026-02-23T06:55:55.400 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:55:55 trial005 ceph-mon[34782]: from='mgr.14277 10.20.193.5:0/412280393' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-23T06:55:55.400 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:55:55 trial005 ceph-mon[34782]: from='mgr.14277 10.20.193.5:0/412280393' entity='mgr.x' cmd={"prefix": "config-key exists", "key": "smb/config/modtest1/join.0.json"} : dispatch 2026-02-23T06:55:55.400 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:55:55 trial005 ceph-mon[34782]: from='mgr.14277 10.20.193.5:0/412280393' entity='mgr.x' cmd={"prefix": "config-key rm", "key": "smb/config/modtest1/join.0.json"} : dispatch 2026-02-23T06:55:55.400 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:55:55 trial005 ceph-mon[34782]: from='mgr.14277 10.20.193.5:0/412280393' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-23T06:55:55.401 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:55:55 trial005 ceph-mon[34782]: from='mgr.14277 10.20.193.5:0/412280393' entity='mgr.x' cmd='[{"prefix": "config-key rm", "key": "smb/config/modtest1/join.0.json"}]': finished 2026-02-23T06:55:55.401 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:55:55 trial005 ceph-mon[34782]: from='mgr.14277 10.20.193.5:0/412280393' entity='mgr.x' cmd={"prefix": "config-key dump", "key": "smb/config/"} : dispatch 2026-02-23T06:55:55.401 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:55:55 trial005 ceph-mon[34782]: from='mgr.14277 10.20.193.5:0/412280393' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-23T06:55:55.401 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:55:55 trial005 ceph-mon[34782]: from='mgr.14277 10.20.193.5:0/412280393' entity='mgr.x' 2026-02-23T06:55:55.401 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:55:55 trial005 ceph-mon[34782]: from='mgr.14277 10.20.193.5:0/412280393' entity='mgr.x' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-23T06:55:55.401 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:55:55 trial005 ceph-mon[34782]: Removing orphan daemon smb.modtest1.trial005.silyea... 2026-02-23T06:55:55.401 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:55:55 trial005 ceph-mon[34782]: Removing daemon smb.modtest1.trial005.silyea from trial005 -- ports [445, 9922] 2026-02-23T06:55:55.401 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:55:55 trial005 ceph-mon[34782]: pgmap v57: 97 pgs: 97 active+clean; 2.1 MiB data, 58 MiB used, 1.4 TiB / 1.4 TiB avail; 597 B/s rd, 12 KiB/s wr, 4 op/s 2026-02-23T06:55:55.401 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:55:55 trial005 ceph-mon[34782]: from='client.14383 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-23T06:55:55.805 DEBUG:teuthology.orchestra.run.trial005:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:244ee61d76a715c3ac0d60eeb3321aefb91c3511 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 40d3614d-1084-11f1-b257-d404e6e7d460 -- ceph orch ls -f json 2026-02-23T06:55:55.931 INFO:teuthology.orchestra.run.trial005.stderr:Inferring config /var/lib/ceph/40d3614d-1084-11f1-b257-d404e6e7d460/mon.a/config 2026-02-23T06:55:56.187 INFO:teuthology.orchestra.run.trial005.stdout: 2026-02-23T06:55:56.187 INFO:teuthology.orchestra.run.trial005.stdout:[{"placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2026-02-23T06:54:01.661337Z", "last_refresh": "2026-02-23T06:54:48.885546Z", "running": 2, "size": 2}}, {"placement": {"count": 1, "hosts": ["trial005=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2026-02-23T06:53:27.539822Z", "last_refresh": "2026-02-23T06:54:48.885436Z", "running": 1, "size": 1}}, {"placement": {"count": 1, "hosts": ["trial005:10.20.193.5=a"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2026-02-23T06:53:25.853005Z", "last_refresh": "2026-02-23T06:54:48.885374Z", "running": 1, "size": 1}}, {"placement": {"host_pattern": "trial005"}, "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-23T06:53:40.183539Z", "last_refresh": "2026-02-23T06:54:48.885476Z", "running": 2, "size": 2}}, {"events": ["2026-02-23T06:55:54.096164Z 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.122"], "features": ["domain", "cephfs-proxy"], "include_ceph_users": ["client.smb.fs.cluster.modtest1"], "join_sources": ["rados:mon-config-key:smb/config/modtest1/join.0.json"]}, "status": {"created": "2026-02-23T06:54:42.597600Z", "last_refresh": "2026-02-23T06:54:48.885612Z", "ports": [445, 9922], "running": 1, "size": 1}}] 2026-02-23T06:55:56.330 DEBUG:tasks.cephadm:checking if 'smb.modtest1' in {'mgr', 'mon', 'smb.modtest1', 'mds.cephfs', 'osd.default'} 2026-02-23T06:55:56.464 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:55:56 trial005 ceph-mon[34782]: from='mgr.14277 10.20.193.5:0/412280393' entity='mgr.x' cmd={"prefix": "auth rm", "entity": "client.smb.config.modtest1.trial005.silyea"} : dispatch 2026-02-23T06:55:56.464 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:55:56 trial005 ceph-mon[34782]: from='mgr.14277 10.20.193.5:0/412280393' entity='mgr.x' cmd='[{"prefix": "auth rm", "entity": "client.smb.config.modtest1.trial005.silyea"}]': finished 2026-02-23T06:55:56.464 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:55:56 trial005 ceph-mon[34782]: from='mgr.14277 10.20.193.5:0/412280393' entity='mgr.x' cmd={"prefix":"config-key del","key":"mgr/cephadm/spec.smb.modtest1"} : dispatch 2026-02-23T06:55:56.464 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:55:56 trial005 ceph-mon[34782]: from='mgr.14277 10.20.193.5:0/412280393' entity='mgr.x' cmd='[{"prefix":"config-key del","key":"mgr/cephadm/spec.smb.modtest1"}]': finished 2026-02-23T06:55:56.464 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:55:56 trial005 ceph-mon[34782]: from='mgr.14277 10.20.193.5:0/412280393' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-23T06:55:57.331 DEBUG:teuthology.orchestra.run.trial005:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:244ee61d76a715c3ac0d60eeb3321aefb91c3511 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 40d3614d-1084-11f1-b257-d404e6e7d460 -- ceph orch ls -f json 2026-02-23T06:55:57.451 INFO:teuthology.orchestra.run.trial005.stderr:Inferring config /var/lib/ceph/40d3614d-1084-11f1-b257-d404e6e7d460/mon.a/config 2026-02-23T06:55:57.693 INFO:teuthology.orchestra.run.trial005.stdout: 2026-02-23T06:55:57.694 INFO:teuthology.orchestra.run.trial005.stdout:[{"placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2026-02-23T06:54:01.661337Z", "last_refresh": "2026-02-23T06:55:56.678403Z", "running": 2, "size": 2}}, {"placement": {"count": 1, "hosts": ["trial005=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2026-02-23T06:53:27.539822Z", "last_refresh": "2026-02-23T06:55:56.678256Z", "running": 1, "size": 1}}, {"placement": {"count": 1, "hosts": ["trial005:10.20.193.5=a"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2026-02-23T06:53:25.853005Z", "last_refresh": "2026-02-23T06:55:56.678188Z", "running": 1, "size": 1}}, {"placement": {"host_pattern": "trial005"}, "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-23T06:53:40.183539Z", "last_refresh": "2026-02-23T06:55:56.678316Z", "running": 2, "size": 2}}] 2026-02-23T06:55:57.835 DEBUG:tasks.cephadm:checking if 'smb.modtest1' in {'mgr', 'mds.cephfs', 'osd.default', 'mon'} 2026-02-23T06:55:57.835 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2026-02-23T06:55:57.852 INFO:tasks.cephadm:Teardown begin 2026-02-23T06:55:57.853 DEBUG:teuthology.orchestra.run.trial005:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2026-02-23T06:55:57.879 DEBUG:teuthology.orchestra.run.trial122:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2026-02-23T06:55:57.906 INFO:tasks.cephadm:Disabling cephadm mgr module 2026-02-23T06:55:57.907 DEBUG:teuthology.orchestra.run.trial005:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:244ee61d76a715c3ac0d60eeb3321aefb91c3511 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 40d3614d-1084-11f1-b257-d404e6e7d460 -- ceph mgr module disable cephadm 2026-02-23T06:55:57.940 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:55:57 trial005 ceph-mon[34782]: from='client.14385 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-23T06:55:57.940 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:55:57 trial005 ceph-mon[34782]: Removing keyring for client.smb.config.modtest1.trial005.silyea 2026-02-23T06:55:57.940 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:55:57 trial005 ceph-mon[34782]: Purge service smb.modtest1 2026-02-23T06:55:57.941 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:55:57 trial005 ceph-mon[34782]: pgmap v58: 97 pgs: 97 active+clean; 2.1 MiB data, 58 MiB used, 1.4 TiB / 1.4 TiB avail; 426 B/s rd, 11 KiB/s wr, 4 op/s 2026-02-23T06:55:57.941 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:55:57 trial005 ceph-mon[34782]: from='mgr.14277 10.20.193.5:0/412280393' entity='mgr.x' 2026-02-23T06:55:57.941 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:55:57 trial005 ceph-mon[34782]: from='mgr.14277 10.20.193.5:0/412280393' entity='mgr.x' 2026-02-23T06:55:57.941 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:55:57 trial005 ceph-mon[34782]: from='mgr.14277 10.20.193.5:0/412280393' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-23T06:55:57.941 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:55:57 trial005 ceph-mon[34782]: from='mgr.14277 10.20.193.5:0/412280393' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-23T06:55:57.941 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:55:57 trial005 ceph-mon[34782]: from='mgr.14277 10.20.193.5:0/412280393' entity='mgr.x' 2026-02-23T06:55:57.941 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:55:57 trial005 ceph-mon[34782]: from='mgr.14277 10.20.193.5:0/412280393' entity='mgr.x' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-23T06:55:58.034 INFO:teuthology.orchestra.run.trial005.stderr:Inferring config /var/lib/ceph/40d3614d-1084-11f1-b257-d404e6e7d460/mon.a/config 2026-02-23T06:55:58.052 INFO:teuthology.orchestra.run.trial005.stderr:Error: statfs /etc/ceph/ceph.client.admin.keyring: no such file or directory 2026-02-23T06:55:58.070 DEBUG:teuthology.orchestra.run:got remote process result: 125 2026-02-23T06:55:58.071 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2026-02-23T06:55:58.071 DEBUG:teuthology.orchestra.run.trial005:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2026-02-23T06:55:58.127 DEBUG:teuthology.orchestra.run.trial122:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2026-02-23T06:55:58.144 INFO:tasks.cephadm:Stopping all daemons... 2026-02-23T06:55:58.145 INFO:tasks.cephadm.mon.a:Stopping mon.a... 2026-02-23T06:55:58.145 DEBUG:teuthology.orchestra.run.trial005:> sudo systemctl stop ceph-40d3614d-1084-11f1-b257-d404e6e7d460@mon.a 2026-02-23T06:55:58.470 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:55:58 trial005 systemd[1]: Stopping Ceph mon.a for 40d3614d-1084-11f1-b257-d404e6e7d460... 2026-02-23T06:55:58.470 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:55:58 trial005 ceph-40d3614d-1084-11f1-b257-d404e6e7d460-mon-a[34756]: 2026-02-23T06:55:58.265+0000 7f9d5fee8640 -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-23T06:55:58.470 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:55:58 trial005 ceph-40d3614d-1084-11f1-b257-d404e6e7d460-mon-a[34756]: 2026-02-23T06:55:58.265+0000 7f9d5fee8640 -1 mon.a@0(leader) e1 *** Got Signal Terminated *** 2026-02-23T06:55:58.470 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:55:58 trial005 podman[87664]: 2026-02-23 06:55:58.337315107 +0000 UTC m=+0.084769695 container died ec1132b19e1875327d141c6baba9f6cf7ed01d2e3fcc4f465504e0c5ce2b5e78 (image=quay.ceph.io/ceph-ci/ceph:244ee61d76a715c3ac0d60eeb3321aefb91c3511, name=ceph-40d3614d-1084-11f1-b257-d404e6e7d460-mon-a, org.opencontainers.image.authors=Ceph Release Team , org.label-schema.name=CentOS Stream 9 Base Image, CEPH_SHA1=244ee61d76a715c3ac0d60eeb3321aefb91c3511, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, io.buildah.version=1.41.3, org.label-schema.schema-version=1.0, org.label-schema.build-date=20260216, org.opencontainers.image.documentation=https://docs.ceph.com/, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, org.label-schema.vendor=CentOS, CEPH_REF=wip-shweta-testing-2026-02-19-2025, org.label-schema.license=GPLv2, ceph=True, FROM_IMAGE=quay.io/centos/centos:stream9, OSD_FLAVOR=default) 2026-02-23T06:55:58.471 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:55:58 trial005 podman[87664]: 2026-02-23 06:55:58.448995958 +0000 UTC m=+0.196450556 container remove ec1132b19e1875327d141c6baba9f6cf7ed01d2e3fcc4f465504e0c5ce2b5e78 (image=quay.ceph.io/ceph-ci/ceph:244ee61d76a715c3ac0d60eeb3321aefb91c3511, name=ceph-40d3614d-1084-11f1-b257-d404e6e7d460-mon-a, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2, FROM_IMAGE=quay.io/centos/centos:stream9, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, org.opencontainers.image.authors=Ceph Release Team , org.opencontainers.image.documentation=https://docs.ceph.com/, CEPH_SHA1=244ee61d76a715c3ac0d60eeb3321aefb91c3511, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, org.label-schema.vendor=CentOS, io.buildah.version=1.41.3, org.label-schema.build-date=20260216, OSD_FLAVOR=default, ceph=True, CEPH_REF=wip-shweta-testing-2026-02-19-2025) 2026-02-23T06:55:58.471 INFO:journalctl@ceph.mon.a.trial005.stdout:Feb 23 06:55:58 trial005 bash[87664]: ceph-40d3614d-1084-11f1-b257-d404e6e7d460-mon-a 2026-02-23T06:55:58.534 DEBUG:teuthology.orchestra.run.trial005:> sudo pkill -f 'journalctl -f -n 0 -u ceph-40d3614d-1084-11f1-b257-d404e6e7d460@mon.a.service' 2026-02-23T06:55:58.572 DEBUG:teuthology.orchestra.run:got remote process result: None 2026-02-23T06:55:58.572 INFO:tasks.cephadm.mon.a:Stopped mon.a 2026-02-23T06:55:58.572 INFO:tasks.cephadm.mgr.x:Stopping mgr.x... 2026-02-23T06:55:58.572 DEBUG:teuthology.orchestra.run.trial005:> sudo systemctl stop ceph-40d3614d-1084-11f1-b257-d404e6e7d460@mgr.x 2026-02-23T06:55:58.872 INFO:journalctl@ceph.mgr.x.trial005.stdout:Feb 23 06:55:58 trial005 systemd[1]: Stopping Ceph mgr.x for 40d3614d-1084-11f1-b257-d404e6e7d460... 2026-02-23T06:55:58.872 INFO:journalctl@ceph.mgr.x.trial005.stdout:Feb 23 06:55:58 trial005 ceph-40d3614d-1084-11f1-b257-d404e6e7d460-mgr-x[35084]: 2026-02-23T06:55:58.721+0000 7f8129f1a640 -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-23T06:55:58.872 INFO:journalctl@ceph.mgr.x.trial005.stdout:Feb 23 06:55:58 trial005 ceph-40d3614d-1084-11f1-b257-d404e6e7d460-mgr-x[35084]: 2026-02-23T06:55:58.721+0000 7f8129f1a640 -1 mgr handle_mgr_signal *** Got signal Terminated *** 2026-02-23T06:55:58.872 INFO:journalctl@ceph.mgr.x.trial005.stdout:Feb 23 06:55:58 trial005 podman[87834]: 2026-02-23 06:55:58.763570804 +0000 UTC m=+0.055916106 container died aadc827deee2af47e290382bf01b44c3a743dff2f96465974a65a7475a05d99a (image=quay.ceph.io/ceph-ci/ceph:244ee61d76a715c3ac0d60eeb3321aefb91c3511, name=ceph-40d3614d-1084-11f1-b257-d404e6e7d460-mgr-x, OSD_FLAVOR=default, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, org.label-schema.vendor=CentOS, CEPH_SHA1=244ee61d76a715c3ac0d60eeb3321aefb91c3511, org.label-schema.schema-version=1.0, org.opencontainers.image.authors=Ceph Release Team , ceph=True, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_REF=wip-shweta-testing-2026-02-19-2025, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, org.label-schema.license=GPLv2, FROM_IMAGE=quay.io/centos/centos:stream9, org.opencontainers.image.documentation=https://docs.ceph.com/, io.buildah.version=1.41.3, org.label-schema.build-date=20260216) 2026-02-23T06:55:58.946 DEBUG:teuthology.orchestra.run.trial005:> sudo pkill -f 'journalctl -f -n 0 -u ceph-40d3614d-1084-11f1-b257-d404e6e7d460@mgr.x.service' 2026-02-23T06:55:58.981 DEBUG:teuthology.orchestra.run:got remote process result: None 2026-02-23T06:55:58.982 INFO:tasks.cephadm.mgr.x:Stopped mgr.x 2026-02-23T06:55:58.982 INFO:tasks.cephadm.osd.0:Stopping osd.0... 2026-02-23T06:55:58.982 DEBUG:teuthology.orchestra.run.trial005:> sudo systemctl stop ceph-40d3614d-1084-11f1-b257-d404e6e7d460@osd.0 2026-02-23T06:55:59.123 INFO:journalctl@ceph.osd.0.trial005.stdout:Feb 23 06:55:59 trial005 systemd[1]: Stopping Ceph osd.0 for 40d3614d-1084-11f1-b257-d404e6e7d460... 2026-02-23T06:55:59.404 INFO:journalctl@ceph.osd.0.trial005.stdout:Feb 23 06:55:59 trial005 ceph-40d3614d-1084-11f1-b257-d404e6e7d460-osd-0[52894]: 2026-02-23T06:55:59.121+0000 7f399627b640 -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-23T06:55:59.404 INFO:journalctl@ceph.osd.0.trial005.stdout:Feb 23 06:55:59 trial005 ceph-40d3614d-1084-11f1-b257-d404e6e7d460-osd-0[52894]: 2026-02-23T06:55:59.121+0000 7f399627b640 -1 osd.0 27 *** Got signal Terminated *** 2026-02-23T06:55:59.404 INFO:journalctl@ceph.osd.0.trial005.stdout:Feb 23 06:55:59 trial005 ceph-40d3614d-1084-11f1-b257-d404e6e7d460-osd-0[52894]: 2026-02-23T06:55:59.121+0000 7f399627b640 -1 osd.0 27 *** Immediate shutdown (osd_fast_shutdown=true) *** 2026-02-23T06:56:04.460 INFO:journalctl@ceph.osd.0.trial005.stdout:Feb 23 06:56:04 trial005 podman[88005]: 2026-02-23 06:56:04.181486336 +0000 UTC m=+5.073269967 container died a2802eeaf4aa182f30464151a4ac2ec5e21732c03ba93d476e402004d48110b2 (image=quay.ceph.io/ceph-ci/ceph@sha256:aa1908bf3487bd0120867a595cd8279257306a73ebf8926eb7370fa78e59f3f2, name=ceph-40d3614d-1084-11f1-b257-d404e6e7d460-osd-0, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.vendor=CentOS, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, org.label-schema.build-date=20260216, io.buildah.version=1.41.3, OSD_FLAVOR=default, ceph=True, org.label-schema.license=GPLv2, org.opencontainers.image.documentation=https://docs.ceph.com/, CEPH_SHA1=244ee61d76a715c3ac0d60eeb3321aefb91c3511, CEPH_REF=wip-shweta-testing-2026-02-19-2025, org.label-schema.schema-version=1.0, org.opencontainers.image.authors=Ceph Release Team , CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, FROM_IMAGE=quay.io/centos/centos:stream9) 2026-02-23T06:56:04.460 INFO:journalctl@ceph.osd.0.trial005.stdout:Feb 23 06:56:04 trial005 podman[88005]: 2026-02-23 06:56:04.293611469 +0000 UTC m=+5.185395090 container remove a2802eeaf4aa182f30464151a4ac2ec5e21732c03ba93d476e402004d48110b2 (image=quay.ceph.io/ceph-ci/ceph@sha256:aa1908bf3487bd0120867a595cd8279257306a73ebf8926eb7370fa78e59f3f2, name=ceph-40d3614d-1084-11f1-b257-d404e6e7d460-osd-0, org.label-schema.name=CentOS Stream 9 Base Image, FROM_IMAGE=quay.io/centos/centos:stream9, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, io.buildah.version=1.41.3, ceph=True, org.opencontainers.image.documentation=https://docs.ceph.com/, org.label-schema.build-date=20260216, org.label-schema.vendor=CentOS, OSD_FLAVOR=default, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, org.opencontainers.image.authors=Ceph Release Team , CEPH_REF=wip-shweta-testing-2026-02-19-2025, org.label-schema.schema-version=1.0, CEPH_SHA1=244ee61d76a715c3ac0d60eeb3321aefb91c3511, org.label-schema.license=GPLv2) 2026-02-23T06:56:04.461 INFO:journalctl@ceph.osd.0.trial005.stdout:Feb 23 06:56:04 trial005 bash[88005]: ceph-40d3614d-1084-11f1-b257-d404e6e7d460-osd-0 2026-02-23T06:56:04.461 INFO:journalctl@ceph.osd.0.trial005.stdout:Feb 23 06:56:04 trial005 podman[88147]: 2026-02-23 06:56:04.425383978 +0000 UTC m=+0.015901467 container create 8cc65467a3a4fc5bf7f569578b0f808636f1046511a7176af54cc9f52d20ab4a (image=quay.ceph.io/ceph-ci/ceph@sha256:aa1908bf3487bd0120867a595cd8279257306a73ebf8926eb7370fa78e59f3f2, name=ceph-40d3614d-1084-11f1-b257-d404e6e7d460-osd-0-deactivate, CEPH_SHA1=244ee61d76a715c3ac0d60eeb3321aefb91c3511, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, org.opencontainers.image.authors=Ceph Release Team , ceph=True, io.buildah.version=1.41.3, org.label-schema.vendor=CentOS, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, org.opencontainers.image.documentation=https://docs.ceph.com/, OSD_FLAVOR=default, FROM_IMAGE=quay.io/centos/centos:stream9, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, org.label-schema.build-date=20260216, CEPH_REF=wip-shweta-testing-2026-02-19-2025, org.label-schema.name=CentOS Stream 9 Base Image) 2026-02-23T06:56:04.711 INFO:journalctl@ceph.osd.0.trial005.stdout:Feb 23 06:56:04 trial005 podman[88147]: 2026-02-23 06:56:04.470216617 +0000 UTC m=+0.060734106 container init 8cc65467a3a4fc5bf7f569578b0f808636f1046511a7176af54cc9f52d20ab4a (image=quay.ceph.io/ceph-ci/ceph@sha256:aa1908bf3487bd0120867a595cd8279257306a73ebf8926eb7370fa78e59f3f2, name=ceph-40d3614d-1084-11f1-b257-d404e6e7d460-osd-0-deactivate, org.opencontainers.image.authors=Ceph Release Team , FROM_IMAGE=quay.io/centos/centos:stream9, org.label-schema.vendor=CentOS, org.opencontainers.image.documentation=https://docs.ceph.com/, CEPH_REF=wip-shweta-testing-2026-02-19-2025, io.buildah.version=1.41.3, CEPH_SHA1=244ee61d76a715c3ac0d60eeb3321aefb91c3511, 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, OSD_FLAVOR=default, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.schema-version=1.0, org.label-schema.build-date=20260216) 2026-02-23T06:56:04.711 INFO:journalctl@ceph.osd.0.trial005.stdout:Feb 23 06:56:04 trial005 podman[88147]: 2026-02-23 06:56:04.473795377 +0000 UTC m=+0.064312877 container start 8cc65467a3a4fc5bf7f569578b0f808636f1046511a7176af54cc9f52d20ab4a (image=quay.ceph.io/ceph-ci/ceph@sha256:aa1908bf3487bd0120867a595cd8279257306a73ebf8926eb7370fa78e59f3f2, name=ceph-40d3614d-1084-11f1-b257-d404e6e7d460-osd-0-deactivate, org.label-schema.schema-version=1.0, org.label-schema.build-date=20260216, ceph=True, CEPH_SHA1=244ee61d76a715c3ac0d60eeb3321aefb91c3511, FROM_IMAGE=quay.io/centos/centos:stream9, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, org.opencontainers.image.authors=Ceph Release Team , io.buildah.version=1.41.3, 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-shweta-testing-2026-02-19-2025, OSD_FLAVOR=default, org.label-schema.name=CentOS Stream 9 Base Image) 2026-02-23T06:56:04.711 INFO:journalctl@ceph.osd.0.trial005.stdout:Feb 23 06:56:04 trial005 podman[88147]: 2026-02-23 06:56:04.474282962 +0000 UTC m=+0.064800451 container attach 8cc65467a3a4fc5bf7f569578b0f808636f1046511a7176af54cc9f52d20ab4a (image=quay.ceph.io/ceph-ci/ceph@sha256:aa1908bf3487bd0120867a595cd8279257306a73ebf8926eb7370fa78e59f3f2, name=ceph-40d3614d-1084-11f1-b257-d404e6e7d460-osd-0-deactivate, org.opencontainers.image.documentation=https://docs.ceph.com/, CEPH_REF=wip-shweta-testing-2026-02-19-2025, org.label-schema.vendor=CentOS, 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, OSD_FLAVOR=default, org.label-schema.schema-version=1.0, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, ceph=True, CEPH_SHA1=244ee61d76a715c3ac0d60eeb3321aefb91c3511, FROM_IMAGE=quay.io/centos/centos:stream9, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.build-date=20260216) 2026-02-23T06:56:04.711 INFO:journalctl@ceph.osd.0.trial005.stdout:Feb 23 06:56:04 trial005 podman[88147]: 2026-02-23 06:56:04.418541401 +0000 UTC m=+0.009058901 image pull d53f437b9974e91900768e66cdcee7298151761d59e3725242d4220dd9008a26 quay.ceph.io/ceph-ci/ceph@sha256:aa1908bf3487bd0120867a595cd8279257306a73ebf8926eb7370fa78e59f3f2 2026-02-23T06:56:04.711 INFO:journalctl@ceph.osd.0.trial005.stdout:Feb 23 06:56:04 trial005 podman[88147]: 2026-02-23 06:56:04.595584813 +0000 UTC m=+0.186102312 container died 8cc65467a3a4fc5bf7f569578b0f808636f1046511a7176af54cc9f52d20ab4a (image=quay.ceph.io/ceph-ci/ceph@sha256:aa1908bf3487bd0120867a595cd8279257306a73ebf8926eb7370fa78e59f3f2, name=ceph-40d3614d-1084-11f1-b257-d404e6e7d460-osd-0-deactivate, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.schema-version=1.0, org.label-schema.build-date=20260216, io.buildah.version=1.41.3, org.opencontainers.image.documentation=https://docs.ceph.com/, org.opencontainers.image.authors=Ceph Release Team , CEPH_REF=wip-shweta-testing-2026-02-19-2025, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, CEPH_SHA1=244ee61d76a715c3ac0d60eeb3321aefb91c3511, OSD_FLAVOR=default, FROM_IMAGE=quay.io/centos/centos:stream9, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, ceph=True, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS) 2026-02-23T06:56:04.711 INFO:journalctl@ceph.osd.0.trial005.stdout:Feb 23 06:56:04 trial005 podman[88147]: 2026-02-23 06:56:04.710552954 +0000 UTC m=+0.301070453 container remove 8cc65467a3a4fc5bf7f569578b0f808636f1046511a7176af54cc9f52d20ab4a (image=quay.ceph.io/ceph-ci/ceph@sha256:aa1908bf3487bd0120867a595cd8279257306a73ebf8926eb7370fa78e59f3f2, name=ceph-40d3614d-1084-11f1-b257-d404e6e7d460-osd-0-deactivate, CEPH_SHA1=244ee61d76a715c3ac0d60eeb3321aefb91c3511, ceph=True, org.label-schema.name=CentOS Stream 9 Base Image, FROM_IMAGE=quay.io/centos/centos:stream9, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, org.opencontainers.image.documentation=https://docs.ceph.com/, OSD_FLAVOR=default, io.buildah.version=1.41.3, org.label-schema.build-date=20260216, org.opencontainers.image.authors=Ceph Release Team , CEPH_REF=wip-shweta-testing-2026-02-19-2025, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/) 2026-02-23T06:56:04.733 DEBUG:teuthology.orchestra.run.trial005:> sudo pkill -f 'journalctl -f -n 0 -u ceph-40d3614d-1084-11f1-b257-d404e6e7d460@osd.0.service' 2026-02-23T06:56:04.770 DEBUG:teuthology.orchestra.run:got remote process result: None 2026-02-23T06:56:04.770 INFO:tasks.cephadm.osd.0:Stopped osd.0 2026-02-23T06:56:04.770 INFO:tasks.cephadm.osd.1:Stopping osd.1... 2026-02-23T06:56:04.771 DEBUG:teuthology.orchestra.run.trial005:> sudo systemctl stop ceph-40d3614d-1084-11f1-b257-d404e6e7d460@osd.1 2026-02-23T06:56:05.154 INFO:journalctl@ceph.osd.1.trial005.stdout:Feb 23 06:56:04 trial005 systemd[1]: Stopping Ceph osd.1 for 40d3614d-1084-11f1-b257-d404e6e7d460... 2026-02-23T06:56:05.154 INFO:journalctl@ceph.osd.1.trial005.stdout:Feb 23 06:56:04 trial005 ceph-40d3614d-1084-11f1-b257-d404e6e7d460-osd-1[62036]: 2026-02-23T06:56:04.903+0000 7fb66a0eb640 -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-23T06:56:05.154 INFO:journalctl@ceph.osd.1.trial005.stdout:Feb 23 06:56:04 trial005 ceph-40d3614d-1084-11f1-b257-d404e6e7d460-osd-1[62036]: 2026-02-23T06:56:04.903+0000 7fb66a0eb640 -1 osd.1 27 *** Got signal Terminated *** 2026-02-23T06:56:05.155 INFO:journalctl@ceph.osd.1.trial005.stdout:Feb 23 06:56:04 trial005 ceph-40d3614d-1084-11f1-b257-d404e6e7d460-osd-1[62036]: 2026-02-23T06:56:04.903+0000 7fb66a0eb640 -1 osd.1 27 *** Immediate shutdown (osd_fast_shutdown=true) *** 2026-02-23T06:56:10.230 INFO:journalctl@ceph.osd.1.trial005.stdout:Feb 23 06:56:09 trial005 podman[88311]: 2026-02-23 06:56:09.962617667 +0000 UTC m=+5.074011500 container died 415bf59fe515fd96b55ff7eb87e203f945b3882221c416f15086e982f24caa8e (image=quay.ceph.io/ceph-ci/ceph@sha256:aa1908bf3487bd0120867a595cd8279257306a73ebf8926eb7370fa78e59f3f2, name=ceph-40d3614d-1084-11f1-b257-d404e6e7d460-osd-1, ceph=True, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, org.label-schema.name=CentOS Stream 9 Base Image, org.opencontainers.image.documentation=https://docs.ceph.com/, OSD_FLAVOR=default, org.opencontainers.image.authors=Ceph Release Team , GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, io.buildah.version=1.41.3, org.label-schema.license=GPLv2, CEPH_SHA1=244ee61d76a715c3ac0d60eeb3321aefb91c3511, org.label-schema.schema-version=1.0, CEPH_REF=wip-shweta-testing-2026-02-19-2025, org.label-schema.build-date=20260216, org.label-schema.vendor=CentOS, FROM_IMAGE=quay.io/centos/centos:stream9) 2026-02-23T06:56:10.231 INFO:journalctl@ceph.osd.1.trial005.stdout:Feb 23 06:56:10 trial005 podman[88311]: 2026-02-23 06:56:10.075693016 +0000 UTC m=+5.187086839 container remove 415bf59fe515fd96b55ff7eb87e203f945b3882221c416f15086e982f24caa8e (image=quay.ceph.io/ceph-ci/ceph@sha256:aa1908bf3487bd0120867a595cd8279257306a73ebf8926eb7370fa78e59f3f2, name=ceph-40d3614d-1084-11f1-b257-d404e6e7d460-osd-1, FROM_IMAGE=quay.io/centos/centos:stream9, org.label-schema.license=GPLv2, org.label-schema.build-date=20260216, OSD_FLAVOR=default, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.vendor=CentOS, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, org.opencontainers.image.authors=Ceph Release Team , org.opencontainers.image.documentation=https://docs.ceph.com/, CEPH_SHA1=244ee61d76a715c3ac0d60eeb3321aefb91c3511, ceph=True, org.label-schema.schema-version=1.0, CEPH_REF=wip-shweta-testing-2026-02-19-2025, io.buildah.version=1.41.3, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/) 2026-02-23T06:56:10.231 INFO:journalctl@ceph.osd.1.trial005.stdout:Feb 23 06:56:10 trial005 bash[88311]: ceph-40d3614d-1084-11f1-b257-d404e6e7d460-osd-1 2026-02-23T06:56:10.231 INFO:journalctl@ceph.osd.1.trial005.stdout:Feb 23 06:56:10 trial005 podman[88457]: 2026-02-23 06:56:10.201328105 +0000 UTC m=+0.015124144 container create 7cb6080485bd99b420524dbe2af72d3eb17e544dced9d60e373afb8bf25f672e (image=quay.ceph.io/ceph-ci/ceph@sha256:aa1908bf3487bd0120867a595cd8279257306a73ebf8926eb7370fa78e59f3f2, name=ceph-40d3614d-1084-11f1-b257-d404e6e7d460-osd-1-deactivate, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, org.label-schema.build-date=20260216, CEPH_SHA1=244ee61d76a715c3ac0d60eeb3321aefb91c3511, org.opencontainers.image.authors=Ceph Release Team , org.opencontainers.image.documentation=https://docs.ceph.com/, ceph=True, org.label-schema.schema-version=1.0, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_REF=wip-shweta-testing-2026-02-19-2025, io.buildah.version=1.41.3, OSD_FLAVOR=default, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, FROM_IMAGE=quay.io/centos/centos:stream9, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git) 2026-02-23T06:56:10.482 INFO:journalctl@ceph.osd.1.trial005.stdout:Feb 23 06:56:10 trial005 podman[88457]: 2026-02-23 06:56:10.240081214 +0000 UTC m=+0.053877253 container init 7cb6080485bd99b420524dbe2af72d3eb17e544dced9d60e373afb8bf25f672e (image=quay.ceph.io/ceph-ci/ceph@sha256:aa1908bf3487bd0120867a595cd8279257306a73ebf8926eb7370fa78e59f3f2, name=ceph-40d3614d-1084-11f1-b257-d404e6e7d460-osd-1-deactivate, CEPH_REF=wip-shweta-testing-2026-02-19-2025, CEPH_SHA1=244ee61d76a715c3ac0d60eeb3321aefb91c3511, org.opencontainers.image.authors=Ceph Release Team , OSD_FLAVOR=default, 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.name=CentOS Stream 9 Base Image, org.label-schema.build-date=20260216, FROM_IMAGE=quay.io/centos/centos:stream9, org.opencontainers.image.documentation=https://docs.ceph.com/, org.label-schema.vendor=CentOS, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0) 2026-02-23T06:56:10.482 INFO:journalctl@ceph.osd.1.trial005.stdout:Feb 23 06:56:10 trial005 podman[88457]: 2026-02-23 06:56:10.243457468 +0000 UTC m=+0.057253517 container start 7cb6080485bd99b420524dbe2af72d3eb17e544dced9d60e373afb8bf25f672e (image=quay.ceph.io/ceph-ci/ceph@sha256:aa1908bf3487bd0120867a595cd8279257306a73ebf8926eb7370fa78e59f3f2, name=ceph-40d3614d-1084-11f1-b257-d404e6e7d460-osd-1-deactivate, org.label-schema.schema-version=1.0, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_REF=wip-shweta-testing-2026-02-19-2025, 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.license=GPLv2, ceph=True, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, CEPH_SHA1=244ee61d76a715c3ac0d60eeb3321aefb91c3511, org.opencontainers.image.authors=Ceph Release Team , OSD_FLAVOR=default, org.label-schema.vendor=CentOS, FROM_IMAGE=quay.io/centos/centos:stream9, org.opencontainers.image.documentation=https://docs.ceph.com/) 2026-02-23T06:56:10.482 INFO:journalctl@ceph.osd.1.trial005.stdout:Feb 23 06:56:10 trial005 podman[88457]: 2026-02-23 06:56:10.24403531 +0000 UTC m=+0.057831349 container attach 7cb6080485bd99b420524dbe2af72d3eb17e544dced9d60e373afb8bf25f672e (image=quay.ceph.io/ceph-ci/ceph@sha256:aa1908bf3487bd0120867a595cd8279257306a73ebf8926eb7370fa78e59f3f2, name=ceph-40d3614d-1084-11f1-b257-d404e6e7d460-osd-1-deactivate, org.label-schema.build-date=20260216, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, org.label-schema.vendor=CentOS, ceph=True, CEPH_REF=wip-shweta-testing-2026-02-19-2025, CEPH_SHA1=244ee61d76a715c3ac0d60eeb3321aefb91c3511, io.buildah.version=1.41.3, 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.name=CentOS Stream 9 Base Image, FROM_IMAGE=quay.io/centos/centos:stream9, OSD_FLAVOR=default, org.label-schema.license=GPLv2, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/) 2026-02-23T06:56:10.482 INFO:journalctl@ceph.osd.1.trial005.stdout:Feb 23 06:56:10 trial005 podman[88457]: 2026-02-23 06:56:10.195538282 +0000 UTC m=+0.009334321 image pull d53f437b9974e91900768e66cdcee7298151761d59e3725242d4220dd9008a26 quay.ceph.io/ceph-ci/ceph@sha256:aa1908bf3487bd0120867a595cd8279257306a73ebf8926eb7370fa78e59f3f2 2026-02-23T06:56:10.483 INFO:journalctl@ceph.osd.1.trial005.stdout:Feb 23 06:56:10 trial005 podman[88457]: 2026-02-23 06:56:10.366241139 +0000 UTC m=+0.180037178 container died 7cb6080485bd99b420524dbe2af72d3eb17e544dced9d60e373afb8bf25f672e (image=quay.ceph.io/ceph-ci/ceph@sha256:aa1908bf3487bd0120867a595cd8279257306a73ebf8926eb7370fa78e59f3f2, name=ceph-40d3614d-1084-11f1-b257-d404e6e7d460-osd-1-deactivate, CEPH_REF=wip-shweta-testing-2026-02-19-2025, org.label-schema.build-date=20260216, OSD_FLAVOR=default, org.label-schema.name=CentOS Stream 9 Base Image, FROM_IMAGE=quay.io/centos/centos:stream9, io.buildah.version=1.41.3, org.label-schema.license=GPLv2, ceph=True, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, org.opencontainers.image.documentation=https://docs.ceph.com/, org.label-schema.vendor=CentOS, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, org.label-schema.schema-version=1.0, CEPH_SHA1=244ee61d76a715c3ac0d60eeb3321aefb91c3511, org.opencontainers.image.authors=Ceph Release Team ) 2026-02-23T06:56:10.483 INFO:journalctl@ceph.osd.1.trial005.stdout:Feb 23 06:56:10 trial005 podman[88457]: 2026-02-23 06:56:10.480953864 +0000 UTC m=+0.294749893 container remove 7cb6080485bd99b420524dbe2af72d3eb17e544dced9d60e373afb8bf25f672e (image=quay.ceph.io/ceph-ci/ceph@sha256:aa1908bf3487bd0120867a595cd8279257306a73ebf8926eb7370fa78e59f3f2, name=ceph-40d3614d-1084-11f1-b257-d404e6e7d460-osd-1-deactivate, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_SHA1=244ee61d76a715c3ac0d60eeb3321aefb91c3511, org.label-schema.build-date=20260216, org.opencontainers.image.documentation=https://docs.ceph.com/, OSD_FLAVOR=default, org.label-schema.schema-version=1.0, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, FROM_IMAGE=quay.io/centos/centos:stream9, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, ceph=True, org.label-schema.license=GPLv2, io.buildah.version=1.41.3, org.label-schema.vendor=CentOS, CEPH_REF=wip-shweta-testing-2026-02-19-2025, org.opencontainers.image.authors=Ceph Release Team ) 2026-02-23T06:56:10.499 DEBUG:teuthology.orchestra.run.trial005:> sudo pkill -f 'journalctl -f -n 0 -u ceph-40d3614d-1084-11f1-b257-d404e6e7d460@osd.1.service' 2026-02-23T06:56:10.536 DEBUG:teuthology.orchestra.run:got remote process result: None 2026-02-23T06:56:10.536 INFO:tasks.cephadm.osd.1:Stopped osd.1 2026-02-23T06:56:10.536 DEBUG:teuthology.orchestra.run.trial005:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 40d3614d-1084-11f1-b257-d404e6e7d460 --force --keep-logs 2026-02-23T06:56:10.692 INFO:teuthology.orchestra.run.trial005.stdout:Deleting cluster with fsid: 40d3614d-1084-11f1-b257-d404e6e7d460 2026-02-23T06:56:17.852 DEBUG:teuthology.orchestra.run.trial122:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 40d3614d-1084-11f1-b257-d404e6e7d460 --force --keep-logs 2026-02-23T06:56:17.968 INFO:teuthology.orchestra.run.trial122.stdout:Deleting cluster with fsid: 40d3614d-1084-11f1-b257-d404e6e7d460 2026-02-23T06:56:18.027 DEBUG:teuthology.orchestra.run.trial005:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2026-02-23T06:56:18.056 DEBUG:teuthology.orchestra.run.trial122:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2026-02-23T06:56:18.084 INFO:tasks.cephadm:Archiving crash dumps... 2026-02-23T06:56:18.087 DEBUG:teuthology.misc:Transferring archived files from trial005:/var/lib/ceph/40d3614d-1084-11f1-b257-d404e6e7d460/crash to /home/teuthworker/mnt/teuthology/shwetabhosale-2026-02-23_05:55:57-orch:cephadm-wip-shweta-testing-2026-02-19-2025-distro-default-trial/65076/remote/trial005/crash 2026-02-23T06:56:18.088 DEBUG:teuthology.orchestra.run.trial005:> sudo tar c -f - -C /var/lib/ceph/40d3614d-1084-11f1-b257-d404e6e7d460/crash -- . 2026-02-23T06:56:18.121 INFO:teuthology.orchestra.run.trial005.stderr:tar: /var/lib/ceph/40d3614d-1084-11f1-b257-d404e6e7d460/crash: Cannot open: No such file or directory 2026-02-23T06:56:18.122 INFO:teuthology.orchestra.run.trial005.stderr:tar: Error is not recoverable: exiting now 2026-02-23T06:56:18.124 DEBUG:teuthology.misc:Transferring archived files from trial122:/var/lib/ceph/40d3614d-1084-11f1-b257-d404e6e7d460/crash to /home/teuthworker/mnt/teuthology/shwetabhosale-2026-02-23_05:55:57-orch:cephadm-wip-shweta-testing-2026-02-19-2025-distro-default-trial/65076/remote/trial122/crash 2026-02-23T06:56:18.125 DEBUG:teuthology.orchestra.run.trial122:> sudo tar c -f - -C /var/lib/ceph/40d3614d-1084-11f1-b257-d404e6e7d460/crash -- . 2026-02-23T06:56:18.151 INFO:teuthology.orchestra.run.trial122.stderr:tar: /var/lib/ceph/40d3614d-1084-11f1-b257-d404e6e7d460/crash: Cannot open: No such file or directory 2026-02-23T06:56:18.152 INFO:teuthology.orchestra.run.trial122.stderr:tar: Error is not recoverable: exiting now 2026-02-23T06:56:18.153 INFO:tasks.cephadm:Checking cluster log for badness... 2026-02-23T06:56:18.153 DEBUG:teuthology.orchestra.run.trial005:> sudo grep -E '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/40d3614d-1084-11f1-b257-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-23T06:56:18.189 INFO:tasks.cephadm:Compressing logs... 2026-02-23T06:56:18.190 DEBUG:teuthology.orchestra.run.trial005:> 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-23T06:56:18.232 DEBUG:teuthology.orchestra.run.trial122:> 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-23T06:56:18.253 INFO:teuthology.orchestra.run.trial005.stderr:find: ‘/var/log/rbd-target-api’: No such file or directory 2026-02-23T06:56:18.254 INFO:teuthology.orchestra.run.trial005.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2026-02-23T06:56:18.254 INFO:teuthology.orchestra.run.trial005.stderr:gzip -5 --verbose -- /var/log/ceph/40d3614d-1084-11f1-b257-d404e6e7d460/ceph-mon.a.log 2026-02-23T06:56:18.254 INFO:teuthology.orchestra.run.trial005.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/40d3614d-1084-11f1-b257-d404e6e7d460/ceph-osd.0.log 2026-02-23T06:56:18.254 INFO:teuthology.orchestra.run.trial005.stderr:/var/log/ceph/40d3614d-1084-11f1-b257-d404e6e7d460/ceph-mon.a.log: gzip -5 --verbose -- /var/log/ceph/40d3614d-1084-11f1-b257-d404e6e7d460/ceph-mds.cephfs.trial005.hvlkki.log 2026-02-23T06:56:18.255 INFO:teuthology.orchestra.run.trial005.stderr:/var/log/ceph/40d3614d-1084-11f1-b257-d404e6e7d460/ceph-osd.0.log: gzip -5 --verbose -- /var/log/ceph/40d3614d-1084-11f1-b257-d404e6e7d460/ceph.cephadm.log 2026-02-23T06:56:18.257 INFO:teuthology.orchestra.run.trial005.stderr:gzip -5 --verbose -- /var/log/ceph/40d3614d-1084-11f1-b257-d404e6e7d460/ceph-mds.cephfs.trial005.eqkkii.log 2026-02-23T06:56:18.257 INFO:teuthology.orchestra.run.trial005.stderr:/var/log/ceph/40d3614d-1084-11f1-b257-d404e6e7d460/ceph-mds.cephfs.trial005.hvlkki.log: 78.2% -- replaced with /var/log/ceph/40d3614d-1084-11f1-b257-d404e6e7d460/ceph-mds.cephfs.trial005.hvlkki.log.gz 2026-02-23T06:56:18.258 INFO:teuthology.orchestra.run.trial005.stderr:/var/log/ceph/40d3614d-1084-11f1-b257-d404e6e7d460/ceph.cephadm.log: 79.4% -- replaced with /var/log/ceph/40d3614d-1084-11f1-b257-d404e6e7d460/ceph.cephadm.log.gz 2026-02-23T06:56:18.258 INFO:teuthology.orchestra.run.trial005.stderr:gzip -5 --verbose -- /var/log/ceph/40d3614d-1084-11f1-b257-d404e6e7d460/ceph.audit.log 2026-02-23T06:56:18.258 INFO:teuthology.orchestra.run.trial005.stderr:/var/log/ceph/40d3614d-1084-11f1-b257-d404e6e7d460/ceph-mds.cephfs.trial005.eqkkii.log: gzip -5 --verbose -- /var/log/ceph/40d3614d-1084-11f1-b257-d404e6e7d460/ceph-volume.log 2026-02-23T06:56:18.258 INFO:teuthology.orchestra.run.trial005.stderr: 89.3% -- replaced with /var/log/ceph/cephadm.log.gz 2026-02-23T06:56:18.258 INFO:teuthology.orchestra.run.trial005.stderr: 69.0% -- replaced with /var/log/ceph/40d3614d-1084-11f1-b257-d404e6e7d460/ceph-mds.cephfs.trial005.eqkkii.log.gz 2026-02-23T06:56:18.258 INFO:teuthology.orchestra.run.trial005.stderr:/var/log/ceph/40d3614d-1084-11f1-b257-d404e6e7d460/ceph.audit.log: gzip -5 --verbose -- /var/log/ceph/40d3614d-1084-11f1-b257-d404e6e7d460/ceph-osd.1.log 2026-02-23T06:56:18.258 INFO:teuthology.orchestra.run.trial005.stderr:/var/log/ceph/40d3614d-1084-11f1-b257-d404e6e7d460/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/40d3614d-1084-11f1-b257-d404e6e7d460/ceph-mgr.x.log 2026-02-23T06:56:18.258 INFO:teuthology.orchestra.run.trial005.stderr:/var/log/ceph/40d3614d-1084-11f1-b257-d404e6e7d460/ceph-osd.1.log: gzip -5 --verbose -- /var/log/ceph/40d3614d-1084-11f1-b257-d404e6e7d460/ceph.log 2026-02-23T06:56:18.258 INFO:teuthology.orchestra.run.trial005.stderr:/var/log/ceph/40d3614d-1084-11f1-b257-d404e6e7d460/ceph-mgr.x.log: 89.1% -- replaced with /var/log/ceph/40d3614d-1084-11f1-b257-d404e6e7d460/ceph.audit.log.gz 2026-02-23T06:56:18.258 INFO:teuthology.orchestra.run.trial005.stderr:/var/log/ceph/40d3614d-1084-11f1-b257-d404e6e7d460/ceph.log: 84.5% -- replaced with /var/log/ceph/40d3614d-1084-11f1-b257-d404e6e7d460/ceph.log.gz 2026-02-23T06:56:18.259 INFO:teuthology.orchestra.run.trial005.stderr: 94.4% -- replaced with /var/log/ceph/40d3614d-1084-11f1-b257-d404e6e7d460/ceph-volume.log.gz 2026-02-23T06:56:18.260 INFO:teuthology.orchestra.run.trial122.stderr:find: ‘/var/log/rbd-target-api’: No such file or directory 2026-02-23T06:56:18.261 INFO:teuthology.orchestra.run.trial122.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2026-02-23T06:56:18.261 INFO:teuthology.orchestra.run.trial122.stderr:/var/log/ceph/cephadm.log: 76.2% -- replaced with /var/log/ceph/cephadm.log.gz 2026-02-23T06:56:18.261 INFO:teuthology.orchestra.run.trial122.stderr: 2026-02-23T06:56:18.261 INFO:teuthology.orchestra.run.trial122.stderr:real 0m0.010s 2026-02-23T06:56:18.261 INFO:teuthology.orchestra.run.trial122.stderr:user 0m0.008s 2026-02-23T06:56:18.261 INFO:teuthology.orchestra.run.trial122.stderr:sys 0m0.011s 2026-02-23T06:56:18.291 INFO:teuthology.orchestra.run.trial005.stderr: 89.4% -- replaced with /var/log/ceph/40d3614d-1084-11f1-b257-d404e6e7d460/ceph-mgr.x.log.gz 2026-02-23T06:56:18.320 INFO:teuthology.orchestra.run.trial005.stderr: 90.9% -- replaced with /var/log/ceph/40d3614d-1084-11f1-b257-d404e6e7d460/ceph-mon.a.log.gz 2026-02-23T06:56:18.388 INFO:teuthology.orchestra.run.trial005.stderr: 94.4% -- replaced with /var/log/ceph/40d3614d-1084-11f1-b257-d404e6e7d460/ceph-osd.0.log.gz 2026-02-23T06:56:18.409 INFO:teuthology.orchestra.run.trial005.stderr: 94.5% -- replaced with /var/log/ceph/40d3614d-1084-11f1-b257-d404e6e7d460/ceph-osd.1.log.gz 2026-02-23T06:56:18.410 INFO:teuthology.orchestra.run.trial005.stderr: 2026-02-23T06:56:18.410 INFO:teuthology.orchestra.run.trial005.stderr:real 0m0.165s 2026-02-23T06:56:18.410 INFO:teuthology.orchestra.run.trial005.stderr:user 0m0.370s 2026-02-23T06:56:18.410 INFO:teuthology.orchestra.run.trial005.stderr:sys 0m0.044s 2026-02-23T06:56:18.410 INFO:tasks.cephadm:Archiving logs... 2026-02-23T06:56:18.410 DEBUG:teuthology.misc:Transferring archived files from trial005:/var/log/ceph to /home/teuthworker/mnt/teuthology/shwetabhosale-2026-02-23_05:55:57-orch:cephadm-wip-shweta-testing-2026-02-19-2025-distro-default-trial/65076/remote/trial005/log 2026-02-23T06:56:18.411 DEBUG:teuthology.orchestra.run.trial005:> sudo tar c -f - -C /var/log/ceph -- . 2026-02-23T06:56:18.574 DEBUG:teuthology.misc:Transferring archived files from trial122:/var/log/ceph to /home/teuthworker/mnt/teuthology/shwetabhosale-2026-02-23_05:55:57-orch:cephadm-wip-shweta-testing-2026-02-19-2025-distro-default-trial/65076/remote/trial122/log 2026-02-23T06:56:18.575 DEBUG:teuthology.orchestra.run.trial122:> sudo tar c -f - -C /var/log/ceph -- . 2026-02-23T06:56:18.600 INFO:tasks.cephadm:Removing cluster... 2026-02-23T06:56:18.601 DEBUG:teuthology.orchestra.run.trial005:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 40d3614d-1084-11f1-b257-d404e6e7d460 --force 2026-02-23T06:56:18.719 INFO:teuthology.orchestra.run.trial005.stdout:Deleting cluster with fsid: 40d3614d-1084-11f1-b257-d404e6e7d460 2026-02-23T06:56:18.779 INFO:tasks.cephadm:Removing cephadm ... 2026-02-23T06:56:18.779 DEBUG:teuthology.orchestra.run.trial005:> rm -rf /home/ubuntu/cephtest/cephadm 2026-02-23T06:56:18.794 DEBUG:teuthology.orchestra.run.trial122:> rm -rf /home/ubuntu/cephtest/cephadm 2026-02-23T06:56:18.811 INFO:tasks.cephadm:Teardown complete 2026-02-23T06:56:18.811 DEBUG:teuthology.run_tasks:Unwinding manager smb.deploy_samba_ad_dc 2026-02-23T06:56:18.821 DEBUG:teuthology.orchestra.run.trial122:> sudo podman stop samba-ad 2026-02-23T06:56:19.053 INFO:teuthology.orchestra.run.trial122.stdout:samba-ad 2026-02-23T06:56:19.056 DEBUG:teuthology.orchestra.run.trial122:> sudo podman rm samba-ad 2026-02-23T06:56:19.146 INFO:teuthology.orchestra.run.trial122.stdout:samba-ad 2026-02-23T06:56:19.161 DEBUG:teuthology.orchestra.run.trial122:> sudo rm -rf /var/lib/samba/container/logs /var/lib/samba/container/data 2026-02-23T06:56:19.186 DEBUG:teuthology.run_tasks:Unwinding manager clock 2026-02-23T06:56:19.204 INFO:teuthology.task.clock:Checking final clock skew... 2026-02-23T06:56:19.204 DEBUG:teuthology.orchestra.run.trial005:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2026-02-23T06:56:19.208 DEBUG:teuthology.orchestra.run.trial122:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2026-02-23T06:56:19.222 INFO:teuthology.orchestra.run.trial005.stderr:bash: line 1: ntpq: command not found 2026-02-23T06:56:19.238 INFO:teuthology.orchestra.run.trial005.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2026-02-23T06:56:19.238 INFO:teuthology.orchestra.run.trial005.stdout:=============================================================================== 2026-02-23T06:56:19.238 INFO:teuthology.orchestra.run.trial005.stdout:^* vps-lga1.orleans.ddnss.de 2 6 177 33 +15us[ +37us] +/- 2204us 2026-02-23T06:56:19.238 INFO:teuthology.orchestra.run.trial005.stdout:^- perturb.org 2 6 177 33 +2943us[+2965us] +/- 50ms 2026-02-23T06:56:19.239 INFO:teuthology.orchestra.run.trial005.stdout:^- 155.248.202.205 2 6 177 33 +431us[ +431us] +/- 81ms 2026-02-23T06:56:19.239 INFO:teuthology.orchestra.run.trial005.stdout:^- 107-172-222-7-host.coloc> 2 6 177 33 +182us[ +205us] +/- 13ms 2026-02-23T06:56:19.241 INFO:teuthology.orchestra.run.trial122.stderr:bash: line 1: ntpq: command not found 2026-02-23T06:56:19.244 INFO:teuthology.orchestra.run.trial122.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2026-02-23T06:56:19.244 INFO:teuthology.orchestra.run.trial122.stdout:=============================================================================== 2026-02-23T06:56:19.244 INFO:teuthology.orchestra.run.trial122.stdout:^* vps-lga1.orleans.ddnss.de 2 6 177 32 +21us[ +185us] +/- 2122us 2026-02-23T06:56:19.244 INFO:teuthology.orchestra.run.trial122.stdout:^- perturb.org 2 6 177 34 +2887us[+3051us] +/- 50ms 2026-02-23T06:56:19.244 INFO:teuthology.orchestra.run.trial122.stdout:^- 155.248.202.205 2 6 177 32 +178us[ +342us] +/- 82ms 2026-02-23T06:56:19.244 INFO:teuthology.orchestra.run.trial122.stdout:^- 107-172-222-7-host.coloc> 2 6 177 33 +144us[ +308us] +/- 13ms 2026-02-23T06:56:19.245 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2026-02-23T06:56:19.260 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2026-02-23T06:56:19.261 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2026-02-23T06:56:19.280 DEBUG:teuthology.orchestra.run.trial005:> 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-23T06:56:19.343 DEBUG:teuthology.orchestra.run.trial122:> 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-23T06:56:19.396 DEBUG:teuthology.orchestra.run.trial005:> 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-23T06:56:19.423 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-02-23T06:56:19.424 DEBUG:teuthology.orchestra.run.trial122:> 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-23T06:56:19.450 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-02-23T06:56:19.450 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2026-02-23T06:56:19.468 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2026-02-23T06:56:19.485 INFO:teuthology.task.internal:Duration was 401.037072 seconds 2026-02-23T06:56:19.486 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2026-02-23T06:56:19.503 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2026-02-23T06:56:19.503 DEBUG:teuthology.orchestra.run.trial005:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2026-02-23T06:56:19.506 DEBUG:teuthology.orchestra.run.trial122:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2026-02-23T06:56:19.541 INFO:teuthology.orchestra.run.trial005.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2026-02-23T06:56:19.543 INFO:teuthology.orchestra.run.trial122.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2026-02-23T06:56:19.927 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2026-02-23T06:56:19.927 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@trial005.front.sepia.ceph.com 2026-02-23T06:56:19.927 DEBUG:teuthology.orchestra.run.trial005:> 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-23T06:56:19.946 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@trial122.front.sepia.ceph.com 2026-02-23T06:56:19.947 DEBUG:teuthology.orchestra.run.trial122:> 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-23T06:56:19.986 INFO:teuthology.task.internal.syslog:Gathering journactl... 2026-02-23T06:56:19.986 DEBUG:teuthology.orchestra.run.trial005:> sudo journalctl > /home/ubuntu/cephtest/archive/syslog/journalctl.log 2026-02-23T06:56:19.989 DEBUG:teuthology.orchestra.run.trial122:> sudo journalctl > /home/ubuntu/cephtest/archive/syslog/journalctl.log 2026-02-23T06:56:20.093 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2026-02-23T06:56:20.093 DEBUG:teuthology.orchestra.run.trial005:> 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-23T06:56:20.095 DEBUG:teuthology.orchestra.run.trial122:> 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-23T06:56:20.117 INFO:teuthology.orchestra.run.trial005.stderr:gzip -5 --verbose -- /home/ubuntu/cephtest/archive/syslog/misc.log 2026-02-23T06:56:20.118 INFO:teuthology.orchestra.run.trial005.stderr:gzip -5 --verbose -- /home/ubuntu/cephtest/archive/syslog/kern.log 2026-02-23T06:56:20.118 INFO:teuthology.orchestra.run.trial005.stderr:/home/ubuntu/cephtest/archive/syslog/misc.log: 0.0% -- replaced with /home/ubuntu/cephtest/archive/syslog/misc.log.gz 2026-02-23T06:56:20.118 INFO:teuthology.orchestra.run.trial005.stderr:gzip -5 --verbose -- /home/ubuntu/cephtest/archive/syslog/journalctl.log 2026-02-23T06:56:20.119 INFO:teuthology.orchestra.run.trial005.stderr:/home/ubuntu/cephtest/archive/syslog/kern.log: 0.0% -- replaced with /home/ubuntu/cephtest/archive/syslog/kern.log.gz 2026-02-23T06:56:20.119 INFO:teuthology.orchestra.run.trial122.stderr:gzip -5 --verbose -- /home/ubuntu/cephtest/archive/syslog/misc.log 2026-02-23T06:56:20.120 INFO:teuthology.orchestra.run.trial122.stderr:gzip -5 --verbose -- /home/ubuntu/cephtest/archive/syslog/kern.log 2026-02-23T06:56:20.120 INFO:teuthology.orchestra.run.trial122.stderr:/home/ubuntu/cephtest/archive/syslog/misc.log: gzip -5 --verbose -- /home/ubuntu/cephtest/archive/syslog/journalctl.log 2026-02-23T06:56:20.120 INFO:teuthology.orchestra.run.trial122.stderr: 0.0% -- replaced with /home/ubuntu/cephtest/archive/syslog/misc.log.gz 2026-02-23T06:56:20.120 INFO:teuthology.orchestra.run.trial122.stderr:/home/ubuntu/cephtest/archive/syslog/kern.log: 0.0% -- replaced with /home/ubuntu/cephtest/archive/syslog/kern.log.gz 2026-02-23T06:56:20.130 INFO:teuthology.orchestra.run.trial122.stderr:/home/ubuntu/cephtest/archive/syslog/journalctl.log: 81.4% -- replaced with /home/ubuntu/cephtest/archive/syslog/journalctl.log.gz 2026-02-23T06:56:20.138 INFO:teuthology.orchestra.run.trial005.stderr:/home/ubuntu/cephtest/archive/syslog/journalctl.log: 86.6% -- replaced with /home/ubuntu/cephtest/archive/syslog/journalctl.log.gz 2026-02-23T06:56:20.140 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2026-02-23T06:56:20.160 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2026-02-23T06:56:20.160 DEBUG:teuthology.orchestra.run.trial005:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2026-02-23T06:56:20.205 DEBUG:teuthology.orchestra.run.trial122:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2026-02-23T06:56:20.232 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2026-02-23T06:56:20.258 DEBUG:teuthology.orchestra.run.trial005:> 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-23T06:56:20.261 DEBUG:teuthology.orchestra.run.trial122:> 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-23T06:56:20.283 INFO:teuthology.orchestra.run.trial005.stdout:kernel.core_pattern = core 2026-02-23T06:56:20.303 INFO:teuthology.orchestra.run.trial122.stdout:kernel.core_pattern = core 2026-02-23T06:56:20.315 DEBUG:teuthology.orchestra.run.trial005:> test -e /home/ubuntu/cephtest/archive/coredump 2026-02-23T06:56:20.350 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-02-23T06:56:20.351 DEBUG:teuthology.orchestra.run.trial122:> test -e /home/ubuntu/cephtest/archive/coredump 2026-02-23T06:56:20.371 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-02-23T06:56:20.371 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2026-02-23T06:56:20.382 INFO:teuthology.task.internal:Transferring archived files... 2026-02-23T06:56:20.383 DEBUG:teuthology.misc:Transferring archived files from trial005:/home/ubuntu/cephtest/archive to /home/teuthworker/mnt/teuthology/shwetabhosale-2026-02-23_05:55:57-orch:cephadm-wip-shweta-testing-2026-02-19-2025-distro-default-trial/65076/remote/trial005 2026-02-23T06:56:20.383 DEBUG:teuthology.orchestra.run.trial005:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2026-02-23T06:56:20.422 DEBUG:teuthology.misc:Transferring archived files from trial122:/home/ubuntu/cephtest/archive to /home/teuthworker/mnt/teuthology/shwetabhosale-2026-02-23_05:55:57-orch:cephadm-wip-shweta-testing-2026-02-19-2025-distro-default-trial/65076/remote/trial122 2026-02-23T06:56:20.422 DEBUG:teuthology.orchestra.run.trial122:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2026-02-23T06:56:20.459 INFO:teuthology.task.internal:Removing archive directory... 2026-02-23T06:56:20.459 DEBUG:teuthology.orchestra.run.trial005:> rm -rf -- /home/ubuntu/cephtest/archive 2026-02-23T06:56:20.462 DEBUG:teuthology.orchestra.run.trial122:> rm -rf -- /home/ubuntu/cephtest/archive 2026-02-23T06:56:20.506 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2026-02-23T06:56:20.520 INFO:teuthology.task.internal:Not uploading archives. 2026-02-23T06:56:20.520 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2026-02-23T06:56:20.535 INFO:teuthology.task.internal:Tidying up after the test... 2026-02-23T06:56:20.535 DEBUG:teuthology.orchestra.run.trial005:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2026-02-23T06:56:20.537 DEBUG:teuthology.orchestra.run.trial122:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2026-02-23T06:56:20.550 INFO:teuthology.orchestra.run.trial005.stdout: 917522 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Feb 23 06:56 /home/ubuntu/cephtest 2026-02-23T06:56:20.562 INFO:teuthology.orchestra.run.trial122.stdout: 917572 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Feb 23 06:56 /home/ubuntu/cephtest 2026-02-23T06:56:20.563 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2026-02-23T06:56:20.577 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2026-02-23T06:56:20.608 INFO:teuthology.run:Summary data: description: orch:cephadm/smb/{0-distro/centos_9.stream_runc tasks/deploy_smb_proxy_enabled} duration: 401.0370717048645 owner: scheduled_shwetabhosale@soko04.front.sepia.ceph.com success: true 2026-02-23T06:56:20.609 DEBUG:teuthology.report:Pushing job info to https://paddles-paddles.apps.pok.os.sepia.ceph.com 2026-02-23T06:56:20.711 INFO:teuthology.run:pass