2026-02-23T09:46:02.476 INFO:root:teuthology version: 1.2.4.dev9+gfa17720d0 2026-02-23T09:46:02.491 DEBUG:teuthology.report:Pushing job info to https://paddles-paddles.apps.pok.os.sepia.ceph.com 2026-02-23T09:46:02.570 INFO:teuthology.run:Config: archive_path: /home/teuthworker/mnt/teuthology/shwetabhosale-2026-02-23_09:20:59-orch:cephadm-wip-shweta-testing-2026-02-19-2025-distro-default-trial/65989 branch: wip-shweta-testing-2026-02-19-2025 description: orch:cephadm/smoke-roleless/{0-distro/centos_9.stream_runc 0-nvme-loop 1-start 2-services/nfs-ingress2 3-final} email: Shweta.Bhosale1@ibm.com first_in_suite: false flavor: default job_id: '65989' kernel: branch: distro kdb: 1 sha1: distro last_in_suite: false machine_type: trial name: shwetabhosale-2026-02-23_09:20:59-orch:cephadm-wip-shweta-testing-2026-02-19-2025-distro-default-trial no_nested_subset: false openstack: - volumes: count: 4 size: 10 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 osd shutdown pgref assert: true flavor: default log-ignorelist: - \(MDS_ALL_DOWN\) - \(MDS_UP_LESS_THAN_MAX\) - CEPHADM_DAEMON_PLACE_FAIL - CEPHADM_FAILED_DAEMON 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 - client.0 - - host.b - client.1 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: trial019.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBP4Izb/0ceRDtyv3GgCA4J2MqDTE6tVV6SgVAj4tC3YjW4gWTcBX87A+mmzt8+I8T2Bh6oym2CiFzAD4MfPRWLs= trial139.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBDyQfY/7EKauPWK3G7+MjaOAVAvmPVbn5qgNcZN+FL2CTAtc0+TA8J3/iizsnnAaLsLfFjinRUHfO8/IceMAxfE= 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 - nvme_loop: null - cephadm: roleless: true - cephadm.shell: host.a: - ceph orch status - ceph orch ps - ceph orch ls - ceph orch host ls - ceph orch device ls - vip: null - cephadm.shell: host.a: - ceph orch device ls --refresh - exec: all-hosts: - systemctl stop nfs-server - cephadm.shell: host.a: - ceph fs volume create foofs - ceph nfs cluster create foo --ingress --virtual-ip {{VIP0}}/{{VIPPREFIXLEN}} --port 2999 - ceph nfs export create cephfs --fsname foofs --cluster-id foo --pseudo-path /fake - cephadm.wait_for_service: service: nfs.foo - cephadm.wait_for_service: service: ingress.nfs.foo - template.exec: host.a: - mkdir /mnt/foo - sleep 5 - mount -t nfs {{VIP0}}:/fake /mnt/foo -o port=2999 - echo test > /mnt/foo/testfile - sync - cephadm.shell: host.a: - "echo \"Check with each haproxy down in turn...\"\nfor haproxy in `ceph orch\ \ ps | grep ^haproxy.nfs.foo. | awk '{print $1}'`; do\n ceph orch daemon stop\ \ $haproxy\n while ! ceph orch ps | grep $haproxy | grep stopped; do sleep\ \ 1 ; done\n cat /mnt/foo/testfile\n echo $haproxy > /mnt/foo/testfile\n \ \ sync\n ceph orch daemon start $haproxy\n while ! ceph orch ps | grep $haproxy\ \ | grep running; do sleep 1 ; done\ndone\n" volumes: - /mnt/foo:/mnt/foo - exec: all-hosts: - "echo \"Check with $(hostname) ganesha(s) down...\"\nfor c in `systemctl | grep\ \ ceph- | grep @nfs | awk '{print $1}'`; do\n cid=`echo $c | sed 's/@/-/'`\n\ \ id=`echo $c | cut -d @ -f 2 | sed 's/.service$//'`\n fsid=`echo $c |\ \ cut -d @ -f 1 | cut -d - -f 2-`\n echo \"Removing daemon $id fsid $fsid...\"\ \n sudo $TESTDIR/cephadm rm-daemon --fsid $fsid --name $id\n\n echo \"\ Waking up cephadm...\"\n sudo $TESTDIR/cephadm shell -- ceph orch ps --refresh\n\ \n while ! timeout 1 cat /mnt/foo/testfile ; do true ; done\n echo \"\ Mount is back!\"\ndone\n" - cephadm.shell: host.a: - stat -c '%u %g' /var/log/ceph | grep '167 167' - ceph orch status - ceph orch ps - ceph orch ls - ceph orch host ls - ceph orch device ls - ceph orch ls | grep '^osd.all-available-devices ' teuthology: fragments_dropped: [] meta: {} postmerge: [] teuthology_branch: main teuthology_sha1: fa17720d0088c3ac28e473468bfc79eeaff5cd38 timestamp: 2026-02-23_09:20:59 tube: trial user: shwetabhosale verbose: false worker_log: /home/teuthworker/mnt/teuthology/worker_logs/dispatcher.trial.3318653 2026-02-23T09:46:02.570 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-23T09:46:02.571 INFO:teuthology.run:Found tasks at /home/teuthworker/src/git.ceph.com_ceph-c_244ee61d76a715c3ac0d60eeb3321aefb91c3511/qa/tasks 2026-02-23T09:46:02.571 INFO:teuthology.run_tasks:Running task internal.check_packages... 2026-02-23T09:46:02.573 INFO:teuthology.task.internal:Checking packages... 2026-02-23T09:46:02.573 INFO:teuthology.task.internal:Checking packages for os_type 'centos', flavor 'default' and ceph hash '244ee61d76a715c3ac0d60eeb3321aefb91c3511' 2026-02-23T09:46:02.573 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2026-02-23T09:46:02.573 INFO:teuthology.packaging:ref: None 2026-02-23T09:46:02.573 INFO:teuthology.packaging:tag: None 2026-02-23T09:46:02.573 INFO:teuthology.packaging:branch: wip-shweta-testing-2026-02-19-2025 2026-02-23T09:46:02.573 INFO:teuthology.packaging:sha1: 244ee61d76a715c3ac0d60eeb3321aefb91c3511 2026-02-23T09:46:02.573 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-23T09:46:02.698 INFO:teuthology.task.internal:Found packages for ceph version 20.3.0-5338.g244ee61d 2026-02-23T09:46:02.699 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2026-02-23T09:46:02.710 INFO:teuthology.task.internal:no buildpackages task found 2026-02-23T09:46:02.710 INFO:teuthology.run_tasks:Running task internal.save_config... 2026-02-23T09:46:02.724 INFO:teuthology.task.internal:Saving configuration 2026-02-23T09:46:02.736 INFO:teuthology.run_tasks:Running task internal.check_lock... 2026-02-23T09:46:02.749 INFO:teuthology.task.internal.check_lock:Checking locks... 2026-02-23T09:46:02.827 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'trial019.front.sepia.ceph.com', 'description': '/home/teuthworker/mnt/teuthology/shwetabhosale-2026-02-23_09:20:59-orch:cephadm-wip-shweta-testing-2026-02-19-2025-distro-default-trial/65989', '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 09:42:32.257943', 'locked_by': 'scheduled_shwetabhosale@soko04.front.sepia.ceph.com', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBP4Izb/0ceRDtyv3GgCA4J2MqDTE6tVV6SgVAj4tC3YjW4gWTcBX87A+mmzt8+I8T2Bh6oym2CiFzAD4MfPRWLs='} 2026-02-23T09:46:02.887 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'trial139.front.sepia.ceph.com', 'description': '/home/teuthworker/mnt/teuthology/shwetabhosale-2026-02-23_09:20:59-orch:cephadm-wip-shweta-testing-2026-02-19-2025-distro-default-trial/65989', '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 09:42:32.258744', 'locked_by': 'scheduled_shwetabhosale@soko04.front.sepia.ceph.com', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBDyQfY/7EKauPWK3G7+MjaOAVAvmPVbn5qgNcZN+FL2CTAtc0+TA8J3/iizsnnAaLsLfFjinRUHfO8/IceMAxfE='} 2026-02-23T09:46:02.887 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2026-02-23T09:46:02.899 INFO:teuthology.task.internal:roles: ubuntu@trial019.front.sepia.ceph.com - ['host.a', 'client.0'] 2026-02-23T09:46:02.899 INFO:teuthology.task.internal:roles: ubuntu@trial139.front.sepia.ceph.com - ['host.b', 'client.1'] 2026-02-23T09:46:02.899 INFO:teuthology.run_tasks:Running task console_log... 2026-02-23T09:46:03.036 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7ace06012ac0>, signals=[15]) 2026-02-23T09:46:03.036 INFO:teuthology.run_tasks:Running task internal.connect... 2026-02-23T09:46:03.048 INFO:teuthology.task.internal:Opening connections... 2026-02-23T09:46:03.048 DEBUG:teuthology.task.internal:connecting to ubuntu@trial019.front.sepia.ceph.com 2026-02-23T09:46:03.049 DEBUG:teuthology.orchestra.connection:{'hostname': 'trial019.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2026-02-23T09:46:03.110 DEBUG:teuthology.task.internal:connecting to ubuntu@trial139.front.sepia.ceph.com 2026-02-23T09:46:03.111 DEBUG:teuthology.orchestra.connection:{'hostname': 'trial139.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2026-02-23T09:46:03.172 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2026-02-23T09:46:03.183 DEBUG:teuthology.orchestra.run.trial019:> uname -m 2026-02-23T09:46:03.198 INFO:teuthology.orchestra.run.trial019.stdout:x86_64 2026-02-23T09:46:03.198 DEBUG:teuthology.orchestra.run.trial019:> cat /etc/os-release 2026-02-23T09:46:03.253 INFO:teuthology.orchestra.run.trial019.stdout:NAME="CentOS Stream" 2026-02-23T09:46:03.253 INFO:teuthology.orchestra.run.trial019.stdout:VERSION="9" 2026-02-23T09:46:03.253 INFO:teuthology.orchestra.run.trial019.stdout:ID="centos" 2026-02-23T09:46:03.253 INFO:teuthology.orchestra.run.trial019.stdout:ID_LIKE="rhel fedora" 2026-02-23T09:46:03.253 INFO:teuthology.orchestra.run.trial019.stdout:VERSION_ID="9" 2026-02-23T09:46:03.253 INFO:teuthology.orchestra.run.trial019.stdout:PLATFORM_ID="platform:el9" 2026-02-23T09:46:03.253 INFO:teuthology.orchestra.run.trial019.stdout:PRETTY_NAME="CentOS Stream 9" 2026-02-23T09:46:03.253 INFO:teuthology.orchestra.run.trial019.stdout:ANSI_COLOR="0;31" 2026-02-23T09:46:03.253 INFO:teuthology.orchestra.run.trial019.stdout:LOGO="fedora-logo-icon" 2026-02-23T09:46:03.253 INFO:teuthology.orchestra.run.trial019.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2026-02-23T09:46:03.253 INFO:teuthology.orchestra.run.trial019.stdout:HOME_URL="https://centos.org/" 2026-02-23T09:46:03.253 INFO:teuthology.orchestra.run.trial019.stdout:BUG_REPORT_URL="https://issues.redhat.com/" 2026-02-23T09:46:03.253 INFO:teuthology.orchestra.run.trial019.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2026-02-23T09:46:03.253 INFO:teuthology.orchestra.run.trial019.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2026-02-23T09:46:03.254 INFO:teuthology.lock.ops:Updating trial019.front.sepia.ceph.com on lock server 2026-02-23T09:46:03.324 DEBUG:teuthology.orchestra.run.trial139:> uname -m 2026-02-23T09:46:03.340 INFO:teuthology.orchestra.run.trial139.stdout:x86_64 2026-02-23T09:46:03.340 DEBUG:teuthology.orchestra.run.trial139:> cat /etc/os-release 2026-02-23T09:46:03.396 INFO:teuthology.orchestra.run.trial139.stdout:NAME="CentOS Stream" 2026-02-23T09:46:03.396 INFO:teuthology.orchestra.run.trial139.stdout:VERSION="9" 2026-02-23T09:46:03.396 INFO:teuthology.orchestra.run.trial139.stdout:ID="centos" 2026-02-23T09:46:03.396 INFO:teuthology.orchestra.run.trial139.stdout:ID_LIKE="rhel fedora" 2026-02-23T09:46:03.396 INFO:teuthology.orchestra.run.trial139.stdout:VERSION_ID="9" 2026-02-23T09:46:03.396 INFO:teuthology.orchestra.run.trial139.stdout:PLATFORM_ID="platform:el9" 2026-02-23T09:46:03.396 INFO:teuthology.orchestra.run.trial139.stdout:PRETTY_NAME="CentOS Stream 9" 2026-02-23T09:46:03.396 INFO:teuthology.orchestra.run.trial139.stdout:ANSI_COLOR="0;31" 2026-02-23T09:46:03.396 INFO:teuthology.orchestra.run.trial139.stdout:LOGO="fedora-logo-icon" 2026-02-23T09:46:03.396 INFO:teuthology.orchestra.run.trial139.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2026-02-23T09:46:03.396 INFO:teuthology.orchestra.run.trial139.stdout:HOME_URL="https://centos.org/" 2026-02-23T09:46:03.396 INFO:teuthology.orchestra.run.trial139.stdout:BUG_REPORT_URL="https://issues.redhat.com/" 2026-02-23T09:46:03.396 INFO:teuthology.orchestra.run.trial139.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2026-02-23T09:46:03.396 INFO:teuthology.orchestra.run.trial139.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2026-02-23T09:46:03.396 INFO:teuthology.lock.ops:Updating trial139.front.sepia.ceph.com on lock server 2026-02-23T09:46:03.471 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2026-02-23T09:46:03.483 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2026-02-23T09:46:03.496 INFO:teuthology.task.internal:Checking for old test directory... 2026-02-23T09:46:03.496 DEBUG:teuthology.orchestra.run.trial019:> test '!' -e /home/ubuntu/cephtest 2026-02-23T09:46:03.497 DEBUG:teuthology.orchestra.run.trial139:> test '!' -e /home/ubuntu/cephtest 2026-02-23T09:46:03.512 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2026-02-23T09:46:03.524 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2026-02-23T09:46:03.524 DEBUG:teuthology.orchestra.run.trial019:> test -z $(ls -A /var/lib/ceph) 2026-02-23T09:46:03.552 DEBUG:teuthology.orchestra.run.trial139:> test -z $(ls -A /var/lib/ceph) 2026-02-23T09:46:03.569 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2026-02-23T09:46:03.730 INFO:teuthology.run_tasks:Running task kernel... 2026-02-23T09:46:03.749 INFO:teuthology.task.kernel:normalize config orig: {'branch': 'distro', 'kdb': 1, 'sha1': 'distro'} 2026-02-23T09:46:03.749 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-23T09:46:03.749 DEBUG:teuthology.orchestra.run.trial019:> test -f /run/.containerenv -o -f /.dockerenv 2026-02-23T09:46:03.749 DEBUG:teuthology.orchestra.run.trial139:> test -f /run/.containerenv -o -f /.dockerenv 2026-02-23T09:46:03.763 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-02-23T09:46:03.764 DEBUG:teuthology.orchestra.run.trial019:> uname -r 2026-02-23T09:46:03.764 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-02-23T09:46:03.764 DEBUG:teuthology.orchestra.run.trial139:> uname -r 2026-02-23T09:46:03.819 INFO:teuthology.orchestra.run.trial019.stdout:5.14.0-681.el9.x86_64 2026-02-23T09:46:03.819 INFO:teuthology.task.kernel:Running kernel on trial019: 5.14.0-681.el9.x86_64 2026-02-23T09:46:03.819 DEBUG:teuthology.orchestra.run.trial019:> sudo yum install -y kernel 2026-02-23T09:46:03.820 INFO:teuthology.orchestra.run.trial139.stdout:5.14.0-681.el9.x86_64 2026-02-23T09:46:03.820 INFO:teuthology.task.kernel:Running kernel on trial139: 5.14.0-681.el9.x86_64 2026-02-23T09:46:03.820 DEBUG:teuthology.orchestra.run.trial139:> sudo yum install -y kernel 2026-02-23T09:46:05.548 INFO:teuthology.orchestra.run.trial139.stdout:CentOS Stream 9 - BaseOS 6.6 MB/s | 8.9 MB 00:01 2026-02-23T09:46:06.711 INFO:teuthology.orchestra.run.trial019.stdout:CentOS Stream 9 - BaseOS 3.5 MB/s | 8.9 MB 00:02 2026-02-23T09:46:08.627 INFO:teuthology.orchestra.run.trial139.stdout:CentOS Stream 9 - AppStream 11 MB/s | 27 MB 00:02 2026-02-23T09:46:09.828 INFO:teuthology.orchestra.run.trial019.stdout:CentOS Stream 9 - AppStream 10 MB/s | 27 MB 00:02 2026-02-23T09:46:12.097 INFO:teuthology.orchestra.run.trial139.stdout:CentOS Stream 9 - CRB 7.1 MB/s | 7.8 MB 00:01 2026-02-23T09:46:13.080 INFO:teuthology.orchestra.run.trial019.stdout:CentOS Stream 9 - CRB 8.7 MB/s | 7.8 MB 00:00 2026-02-23T09:46:13.127 INFO:teuthology.orchestra.run.trial139.stdout:CentOS Stream 9 - Extras packages 66 kB/s | 20 kB 00:00 2026-02-23T09:46:13.795 INFO:teuthology.orchestra.run.trial139.stdout:Extra Packages for Enterprise Linux 34 MB/s | 20 MB 00:00 2026-02-23T09:46:13.977 INFO:teuthology.orchestra.run.trial019.stdout:CentOS Stream 9 - Extras packages 117 kB/s | 20 kB 00:00 2026-02-23T09:46:15.289 INFO:teuthology.orchestra.run.trial019.stdout:Extra Packages for Enterprise Linux 16 MB/s | 20 MB 00:01 2026-02-23T09:46:17.003 INFO:teuthology.orchestra.run.trial139.stdout:lab-extras 2.2 MB/s | 50 kB 00:00 2026-02-23T09:46:18.013 INFO:teuthology.orchestra.run.trial139.stdout:Package kernel-5.14.0-645.el9.x86_64 is already installed. 2026-02-23T09:46:18.013 INFO:teuthology.orchestra.run.trial139.stdout:Package kernel-5.14.0-681.el9.x86_64 is already installed. 2026-02-23T09:46:18.032 INFO:teuthology.orchestra.run.trial139.stdout:Dependencies resolved. 2026-02-23T09:46:18.032 INFO:teuthology.orchestra.run.trial139.stdout:Nothing to do. 2026-02-23T09:46:18.032 INFO:teuthology.orchestra.run.trial139.stdout:Complete! 2026-02-23T09:46:18.056 DEBUG:teuthology.orchestra.run.trial139:> echo no | sudo yum reinstall kernel || true 2026-02-23T09:46:18.362 INFO:teuthology.orchestra.run.trial139.stdout:Last metadata expiration check: 0:00:02 ago on Mon 23 Feb 2026 09:46:16 AM UTC. 2026-02-23T09:46:18.442 INFO:teuthology.orchestra.run.trial139.stdout:Dependencies resolved. 2026-02-23T09:46:18.443 INFO:teuthology.orchestra.run.trial139.stdout:================================================================================ 2026-02-23T09:46:18.443 INFO:teuthology.orchestra.run.trial139.stdout: Package Architecture Version Repository Size 2026-02-23T09:46:18.443 INFO:teuthology.orchestra.run.trial139.stdout:================================================================================ 2026-02-23T09:46:18.443 INFO:teuthology.orchestra.run.trial139.stdout:Reinstalling: 2026-02-23T09:46:18.444 INFO:teuthology.orchestra.run.trial139.stdout: kernel x86_64 5.14.0-681.el9 baseos 803 k 2026-02-23T09:46:18.444 INFO:teuthology.orchestra.run.trial139.stdout: 2026-02-23T09:46:18.444 INFO:teuthology.orchestra.run.trial139.stdout:Transaction Summary 2026-02-23T09:46:18.444 INFO:teuthology.orchestra.run.trial139.stdout:================================================================================ 2026-02-23T09:46:18.444 INFO:teuthology.orchestra.run.trial139.stdout: 2026-02-23T09:46:18.444 INFO:teuthology.orchestra.run.trial139.stdout:Total download size: 803 k 2026-02-23T09:46:18.444 INFO:teuthology.orchestra.run.trial139.stdout:Installed size: 0 2026-02-23T09:46:18.444 INFO:teuthology.orchestra.run.trial139.stderr:Operation aborted. 2026-02-23T09:46:18.464 INFO:teuthology.orchestra.run.trial139.stdout:Is this ok [y/N]: 2026-02-23T09:46:18.464 DEBUG:teuthology.orchestra.run.trial139:> sudo yum reinstall -y kernel || true 2026-02-23T09:46:18.508 INFO:teuthology.orchestra.run.trial019.stdout:lab-extras 2.5 MB/s | 50 kB 00:00 2026-02-23T09:46:18.766 INFO:teuthology.orchestra.run.trial139.stdout:Last metadata expiration check: 0:00:02 ago on Mon 23 Feb 2026 09:46:16 AM UTC. 2026-02-23T09:46:18.847 INFO:teuthology.orchestra.run.trial139.stdout:Dependencies resolved. 2026-02-23T09:46:18.848 INFO:teuthology.orchestra.run.trial139.stdout:================================================================================ 2026-02-23T09:46:18.848 INFO:teuthology.orchestra.run.trial139.stdout: Package Architecture Version Repository Size 2026-02-23T09:46:18.848 INFO:teuthology.orchestra.run.trial139.stdout:================================================================================ 2026-02-23T09:46:18.848 INFO:teuthology.orchestra.run.trial139.stdout:Reinstalling: 2026-02-23T09:46:18.848 INFO:teuthology.orchestra.run.trial139.stdout: kernel x86_64 5.14.0-681.el9 baseos 803 k 2026-02-23T09:46:18.848 INFO:teuthology.orchestra.run.trial139.stdout: 2026-02-23T09:46:18.848 INFO:teuthology.orchestra.run.trial139.stdout:Transaction Summary 2026-02-23T09:46:18.848 INFO:teuthology.orchestra.run.trial139.stdout:================================================================================ 2026-02-23T09:46:18.848 INFO:teuthology.orchestra.run.trial139.stdout: 2026-02-23T09:46:18.849 INFO:teuthology.orchestra.run.trial139.stdout:Total download size: 803 k 2026-02-23T09:46:18.849 INFO:teuthology.orchestra.run.trial139.stdout:Installed size: 0 2026-02-23T09:46:18.849 INFO:teuthology.orchestra.run.trial139.stdout:Downloading Packages: 2026-02-23T09:46:19.162 INFO:teuthology.orchestra.run.trial139.stdout:kernel-5.14.0-681.el9.x86_64.rpm 3.5 MB/s | 803 kB 00:00 2026-02-23T09:46:19.163 INFO:teuthology.orchestra.run.trial139.stdout:-------------------------------------------------------------------------------- 2026-02-23T09:46:19.163 INFO:teuthology.orchestra.run.trial139.stdout:Total 2.5 MB/s | 803 kB 00:00 2026-02-23T09:46:19.173 INFO:teuthology.orchestra.run.trial139.stdout:Running transaction check 2026-02-23T09:46:19.206 INFO:teuthology.orchestra.run.trial139.stdout:Transaction check succeeded. 2026-02-23T09:46:19.206 INFO:teuthology.orchestra.run.trial139.stdout:Running transaction test 2026-02-23T09:46:19.211 INFO:teuthology.orchestra.run.trial139.stdout:Transaction test succeeded. 2026-02-23T09:46:19.211 INFO:teuthology.orchestra.run.trial139.stdout:Running transaction 2026-02-23T09:46:19.234 INFO:teuthology.orchestra.run.trial139.stdout: Preparing : 1/1 2026-02-23T09:46:19.238 INFO:teuthology.orchestra.run.trial139.stdout: Reinstalling : kernel-5.14.0-681.el9.x86_64 1/2 2026-02-23T09:46:19.238 INFO:teuthology.orchestra.run.trial139.stdout: Cleanup : kernel-5.14.0-681.el9.x86_64 2/2 2026-02-23T09:46:19.344 INFO:teuthology.orchestra.run.trial139.stdout: Running scriptlet: kernel-5.14.0-681.el9.x86_64 2/2 2026-02-23T09:46:19.345 INFO:teuthology.orchestra.run.trial139.stdout: Verifying : kernel-5.14.0-681.el9.x86_64 1/2 2026-02-23T09:46:19.401 INFO:teuthology.orchestra.run.trial139.stdout: Verifying : kernel-5.14.0-681.el9.x86_64 2/2 2026-02-23T09:46:19.401 INFO:teuthology.orchestra.run.trial139.stdout: 2026-02-23T09:46:19.401 INFO:teuthology.orchestra.run.trial139.stdout:Reinstalled: 2026-02-23T09:46:19.401 INFO:teuthology.orchestra.run.trial139.stdout: kernel-5.14.0-681.el9.x86_64 2026-02-23T09:46:19.401 INFO:teuthology.orchestra.run.trial139.stdout: 2026-02-23T09:46:19.401 INFO:teuthology.orchestra.run.trial139.stdout:Complete! 2026-02-23T09:46:19.428 DEBUG:teuthology.orchestra.run.trial139:> rpm -q kernel | sort -rV | head -n 1 2026-02-23T09:46:19.452 INFO:teuthology.orchestra.run.trial139.stdout:kernel-5.14.0-681.el9.x86_64 2026-02-23T09:46:19.452 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-681.el9.x86_64 2026-02-23T09:46:19.452 INFO:teuthology.task.kernel:Newest distro kernel installed and running 2026-02-23T09:46:19.452 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2026-02-23T09:46:19.452 DEBUG:teuthology.orchestra.run.trial139:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2026-02-23T09:46:19.517 INFO:teuthology.orchestra.run.trial139.stdout:ttyS1 2026-02-23T09:46:19.519 INFO:teuthology.orchestra.run.trial019.stdout:Package kernel-5.14.0-645.el9.x86_64 is already installed. 2026-02-23T09:46:19.519 INFO:teuthology.orchestra.run.trial019.stdout:Package kernel-5.14.0-681.el9.x86_64 is already installed. 2026-02-23T09:46:19.536 DEBUG:teuthology.parallel:result is None 2026-02-23T09:46:19.538 INFO:teuthology.orchestra.run.trial019.stdout:Dependencies resolved. 2026-02-23T09:46:19.539 INFO:teuthology.orchestra.run.trial019.stdout:Nothing to do. 2026-02-23T09:46:19.539 INFO:teuthology.orchestra.run.trial019.stdout:Complete! 2026-02-23T09:46:19.563 DEBUG:teuthology.orchestra.run.trial019:> echo no | sudo yum reinstall kernel || true 2026-02-23T09:46:19.861 INFO:teuthology.orchestra.run.trial019.stdout:Last metadata expiration check: 0:00:01 ago on Mon 23 Feb 2026 09:46:18 AM UTC. 2026-02-23T09:46:19.941 INFO:teuthology.orchestra.run.trial019.stdout:Dependencies resolved. 2026-02-23T09:46:19.941 INFO:teuthology.orchestra.run.trial019.stdout:================================================================================ 2026-02-23T09:46:19.942 INFO:teuthology.orchestra.run.trial019.stdout: Package Architecture Version Repository Size 2026-02-23T09:46:19.942 INFO:teuthology.orchestra.run.trial019.stdout:================================================================================ 2026-02-23T09:46:19.942 INFO:teuthology.orchestra.run.trial019.stdout:Reinstalling: 2026-02-23T09:46:19.942 INFO:teuthology.orchestra.run.trial019.stdout: kernel x86_64 5.14.0-681.el9 baseos 803 k 2026-02-23T09:46:19.942 INFO:teuthology.orchestra.run.trial019.stdout: 2026-02-23T09:46:19.942 INFO:teuthology.orchestra.run.trial019.stdout:Transaction Summary 2026-02-23T09:46:19.942 INFO:teuthology.orchestra.run.trial019.stdout:================================================================================ 2026-02-23T09:46:19.942 INFO:teuthology.orchestra.run.trial019.stdout: 2026-02-23T09:46:19.942 INFO:teuthology.orchestra.run.trial019.stdout:Total download size: 803 k 2026-02-23T09:46:19.943 INFO:teuthology.orchestra.run.trial019.stdout:Installed size: 0 2026-02-23T09:46:19.943 INFO:teuthology.orchestra.run.trial019.stderr:Operation aborted. 2026-02-23T09:46:19.961 INFO:teuthology.orchestra.run.trial019.stdout:Is this ok [y/N]: 2026-02-23T09:46:19.961 DEBUG:teuthology.orchestra.run.trial019:> sudo yum reinstall -y kernel || true 2026-02-23T09:46:20.263 INFO:teuthology.orchestra.run.trial019.stdout:Last metadata expiration check: 0:00:02 ago on Mon 23 Feb 2026 09:46:18 AM UTC. 2026-02-23T09:46:20.342 INFO:teuthology.orchestra.run.trial019.stdout:Dependencies resolved. 2026-02-23T09:46:20.343 INFO:teuthology.orchestra.run.trial019.stdout:================================================================================ 2026-02-23T09:46:20.343 INFO:teuthology.orchestra.run.trial019.stdout: Package Architecture Version Repository Size 2026-02-23T09:46:20.343 INFO:teuthology.orchestra.run.trial019.stdout:================================================================================ 2026-02-23T09:46:20.343 INFO:teuthology.orchestra.run.trial019.stdout:Reinstalling: 2026-02-23T09:46:20.343 INFO:teuthology.orchestra.run.trial019.stdout: kernel x86_64 5.14.0-681.el9 baseos 803 k 2026-02-23T09:46:20.344 INFO:teuthology.orchestra.run.trial019.stdout: 2026-02-23T09:46:20.344 INFO:teuthology.orchestra.run.trial019.stdout:Transaction Summary 2026-02-23T09:46:20.344 INFO:teuthology.orchestra.run.trial019.stdout:================================================================================ 2026-02-23T09:46:20.344 INFO:teuthology.orchestra.run.trial019.stdout: 2026-02-23T09:46:20.344 INFO:teuthology.orchestra.run.trial019.stdout:Total download size: 803 k 2026-02-23T09:46:20.344 INFO:teuthology.orchestra.run.trial019.stdout:Installed size: 0 2026-02-23T09:46:20.344 INFO:teuthology.orchestra.run.trial019.stdout:Downloading Packages: 2026-02-23T09:46:20.613 INFO:teuthology.orchestra.run.trial019.stdout:kernel-5.14.0-681.el9.x86_64.rpm 3.7 MB/s | 803 kB 00:00 2026-02-23T09:46:20.613 INFO:teuthology.orchestra.run.trial019.stdout:-------------------------------------------------------------------------------- 2026-02-23T09:46:20.613 INFO:teuthology.orchestra.run.trial019.stdout:Total 2.9 MB/s | 803 kB 00:00 2026-02-23T09:46:20.623 INFO:teuthology.orchestra.run.trial019.stdout:Running transaction check 2026-02-23T09:46:20.657 INFO:teuthology.orchestra.run.trial019.stdout:Transaction check succeeded. 2026-02-23T09:46:20.657 INFO:teuthology.orchestra.run.trial019.stdout:Running transaction test 2026-02-23T09:46:20.661 INFO:teuthology.orchestra.run.trial019.stdout:Transaction test succeeded. 2026-02-23T09:46:20.661 INFO:teuthology.orchestra.run.trial019.stdout:Running transaction 2026-02-23T09:46:20.685 INFO:teuthology.orchestra.run.trial019.stdout: Preparing : 1/1 2026-02-23T09:46:20.689 INFO:teuthology.orchestra.run.trial019.stdout: Reinstalling : kernel-5.14.0-681.el9.x86_64 1/2 2026-02-23T09:46:20.689 INFO:teuthology.orchestra.run.trial019.stdout: Cleanup : kernel-5.14.0-681.el9.x86_64 2/2 2026-02-23T09:46:20.795 INFO:teuthology.orchestra.run.trial019.stdout: Running scriptlet: kernel-5.14.0-681.el9.x86_64 2/2 2026-02-23T09:46:20.796 INFO:teuthology.orchestra.run.trial019.stdout: Verifying : kernel-5.14.0-681.el9.x86_64 1/2 2026-02-23T09:46:20.849 INFO:teuthology.orchestra.run.trial019.stdout: Verifying : kernel-5.14.0-681.el9.x86_64 2/2 2026-02-23T09:46:20.849 INFO:teuthology.orchestra.run.trial019.stdout: 2026-02-23T09:46:20.849 INFO:teuthology.orchestra.run.trial019.stdout:Reinstalled: 2026-02-23T09:46:20.849 INFO:teuthology.orchestra.run.trial019.stdout: kernel-5.14.0-681.el9.x86_64 2026-02-23T09:46:20.849 INFO:teuthology.orchestra.run.trial019.stdout: 2026-02-23T09:46:20.849 INFO:teuthology.orchestra.run.trial019.stdout:Complete! 2026-02-23T09:46:20.876 DEBUG:teuthology.orchestra.run.trial019:> rpm -q kernel | sort -rV | head -n 1 2026-02-23T09:46:20.900 INFO:teuthology.orchestra.run.trial019.stdout:kernel-5.14.0-681.el9.x86_64 2026-02-23T09:46:20.901 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-681.el9.x86_64 2026-02-23T09:46:20.901 INFO:teuthology.task.kernel:Newest distro kernel installed and running 2026-02-23T09:46:20.902 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2026-02-23T09:46:20.902 DEBUG:teuthology.orchestra.run.trial019:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2026-02-23T09:46:20.964 INFO:teuthology.orchestra.run.trial019.stdout:ttyS1 2026-02-23T09:46:20.989 DEBUG:teuthology.parallel:result is None 2026-02-23T09:46:20.989 INFO:teuthology.run_tasks:Running task internal.base... 2026-02-23T09:46:20.999 INFO:teuthology.task.internal:Creating test directory... 2026-02-23T09:46:21.000 DEBUG:teuthology.orchestra.run.trial019:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2026-02-23T09:46:21.031 DEBUG:teuthology.orchestra.run.trial139:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2026-02-23T09:46:21.047 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2026-02-23T09:46:21.059 INFO:teuthology.run_tasks:Running task internal.archive... 2026-02-23T09:46:21.071 INFO:teuthology.task.internal:Creating archive directory... 2026-02-23T09:46:21.071 DEBUG:teuthology.orchestra.run.trial019:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2026-02-23T09:46:21.085 DEBUG:teuthology.orchestra.run.trial139:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2026-02-23T09:46:21.109 INFO:teuthology.run_tasks:Running task internal.coredump... 2026-02-23T09:46:21.120 INFO:teuthology.task.internal:Enabling coredump saving... 2026-02-23T09:46:21.121 DEBUG:teuthology.orchestra.run.trial019:> 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-23T09:46:21.142 DEBUG:teuthology.orchestra.run.trial139:> 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-23T09:46:21.164 INFO:teuthology.orchestra.run.trial019.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2026-02-23T09:46:21.168 INFO:teuthology.orchestra.run.trial139.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2026-02-23T09:46:21.172 INFO:teuthology.orchestra.run.trial019.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2026-02-23T09:46:21.177 INFO:teuthology.orchestra.run.trial139.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2026-02-23T09:46:21.178 INFO:teuthology.run_tasks:Running task internal.sudo... 2026-02-23T09:46:21.190 INFO:teuthology.task.internal:Configuring sudo... 2026-02-23T09:46:21.190 DEBUG:teuthology.orchestra.run.trial019:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2026-02-23T09:46:21.216 DEBUG:teuthology.orchestra.run.trial139:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2026-02-23T09:46:21.242 INFO:teuthology.run_tasks:Running task internal.syslog... 2026-02-23T09:46:21.255 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2026-02-23T09:46:21.255 DEBUG:teuthology.orchestra.run.trial019:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2026-02-23T09:46:21.280 DEBUG:teuthology.orchestra.run.trial139:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2026-02-23T09:46:21.298 DEBUG:teuthology.orchestra.run.trial019:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2026-02-23T09:46:21.453 DEBUG:teuthology.orchestra.run.trial019:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2026-02-23T09:46:21.477 DEBUG:teuthology.orchestra.run.trial019:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2026-02-23T09:46:21.615 DEBUG:teuthology.orchestra.run.trial019:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2026-02-23T09:46:21.637 DEBUG:teuthology.orchestra.run.trial019:> set -ex 2026-02-23T09:46:21.637 DEBUG:teuthology.orchestra.run.trial019:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2026-02-23T09:46:21.702 DEBUG:teuthology.orchestra.run.trial139:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2026-02-23T09:46:21.814 DEBUG:teuthology.orchestra.run.trial139:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2026-02-23T09:46:21.838 DEBUG:teuthology.orchestra.run.trial139:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2026-02-23T09:46:21.998 DEBUG:teuthology.orchestra.run.trial139:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2026-02-23T09:46:22.022 DEBUG:teuthology.orchestra.run.trial139:> set -ex 2026-02-23T09:46:22.022 DEBUG:teuthology.orchestra.run.trial139:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2026-02-23T09:46:22.085 DEBUG:teuthology.orchestra.run.trial019:> sudo service rsyslog restart 2026-02-23T09:46:22.087 DEBUG:teuthology.orchestra.run.trial139:> sudo service rsyslog restart 2026-02-23T09:46:22.113 INFO:teuthology.orchestra.run.trial019.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2026-02-23T09:46:22.153 INFO:teuthology.orchestra.run.trial139.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2026-02-23T09:46:22.544 INFO:teuthology.run_tasks:Running task internal.timer... 2026-02-23T09:46:22.557 INFO:teuthology.task.internal:Starting timer... 2026-02-23T09:46:22.558 INFO:teuthology.run_tasks:Running task pcp... 2026-02-23T09:46:22.580 INFO:teuthology.run_tasks:Running task selinux... 2026-02-23T09:46:22.599 DEBUG:teuthology.task:Applying overrides for task selinux: {'allowlist': ['scontext=system_u:system_r:logrotate_t:s0']} 2026-02-23T09:46:22.600 DEBUG:teuthology.orchestra.run.trial019:> sudo service auditd rotate 2026-02-23T09:46:22.629 INFO:teuthology.orchestra.run.trial019.stdout:Rotating logs: 2026-02-23T09:46:22.630 DEBUG:teuthology.orchestra.run.trial139:> sudo service auditd rotate 2026-02-23T09:46:22.659 INFO:teuthology.orchestra.run.trial139.stdout:Rotating logs: 2026-02-23T09:46:22.661 DEBUG:teuthology.task.selinux:Getting current SELinux state 2026-02-23T09:46:22.661 DEBUG:teuthology.orchestra.run.trial019:> /usr/sbin/getenforce 2026-02-23T09:46:22.686 INFO:teuthology.orchestra.run.trial019.stdout:Permissive 2026-02-23T09:46:22.687 DEBUG:teuthology.orchestra.run.trial139:> /usr/sbin/getenforce 2026-02-23T09:46:22.717 INFO:teuthology.orchestra.run.trial139.stdout:Permissive 2026-02-23T09:46:22.717 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@trial019.front.sepia.ceph.com': 'permissive', 'ubuntu@trial139.front.sepia.ceph.com': 'permissive'} 2026-02-23T09:46:22.717 DEBUG:teuthology.orchestra.run.trial019:> 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-23T09:46:22.751 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-02-23T09:46:22.752 DEBUG:teuthology.orchestra.run.trial139:> 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-23T09:46:22.781 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-02-23T09:46:22.781 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2026-02-23T09:46:22.781 DEBUG:teuthology.orchestra.run.trial019:> sudo /usr/sbin/setenforce permissive 2026-02-23T09:46:22.816 DEBUG:teuthology.orchestra.run.trial139:> sudo /usr/sbin/setenforce permissive 2026-02-23T09:46:22.845 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2026-02-23T09:46:22.860 DEBUG:teuthology.repo_utils:Setting repo remote to https://git.ceph.com/ceph-cm-ansible.git 2026-02-23T09:46:22.862 INFO:teuthology.repo_utils:Fetching git.ceph.com_ceph-cm-ansible_main from origin 2026-02-23T09:46:22.994 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2026-02-23T09:46:23.002 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-23T09:46:23.002 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit trial019.front.sepia.ceph.com,trial139.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2026-02-23T09:49:08.222 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@trial019.front.sepia.ceph.com'), Remote(name='ubuntu@trial139.front.sepia.ceph.com')] 2026-02-23T09:49:08.224 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@trial019.front.sepia.ceph.com' 2026-02-23T09:49:08.225 DEBUG:teuthology.orchestra.connection:{'hostname': 'trial019.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2026-02-23T09:49:08.334 DEBUG:teuthology.orchestra.run.trial019:> true 2026-02-23T09:49:08.410 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@trial019.front.sepia.ceph.com' 2026-02-23T09:49:08.410 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@trial139.front.sepia.ceph.com' 2026-02-23T09:49:08.410 DEBUG:teuthology.orchestra.connection:{'hostname': 'trial139.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2026-02-23T09:49:08.501 DEBUG:teuthology.orchestra.run.trial139:> true 2026-02-23T09:49:08.583 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@trial139.front.sepia.ceph.com' 2026-02-23T09:49:08.583 INFO:teuthology.run_tasks:Running task clock... 2026-02-23T09:49:08.597 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2026-02-23T09:49:08.597 INFO:teuthology.orchestra.run:Running command with timeout 360 2026-02-23T09:49:08.597 DEBUG:teuthology.orchestra.run.trial019:> 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-23T09:49:08.600 INFO:teuthology.orchestra.run:Running command with timeout 360 2026-02-23T09:49:08.600 DEBUG:teuthology.orchestra.run.trial139:> 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-23T09:49:08.626 INFO:teuthology.orchestra.run.trial019.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2026-02-23T09:49:08.638 INFO:teuthology.orchestra.run.trial019.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2026-02-23T09:49:08.651 INFO:teuthology.orchestra.run.trial139.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2026-02-23T09:49:08.658 INFO:teuthology.orchestra.run.trial019.stderr:sudo: ntpd: command not found 2026-02-23T09:49:08.663 INFO:teuthology.orchestra.run.trial139.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2026-02-23T09:49:08.668 INFO:teuthology.orchestra.run.trial019.stdout:506 Cannot talk to daemon 2026-02-23T09:49:08.680 INFO:teuthology.orchestra.run.trial019.stderr:Failed to start ntp.service: Unit ntp.service not found. 2026-02-23T09:49:08.683 INFO:teuthology.orchestra.run.trial139.stderr:sudo: ntpd: command not found 2026-02-23T09:49:08.692 INFO:teuthology.orchestra.run.trial019.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2026-02-23T09:49:08.693 INFO:teuthology.orchestra.run.trial139.stdout:506 Cannot talk to daemon 2026-02-23T09:49:08.704 INFO:teuthology.orchestra.run.trial139.stderr:Failed to start ntp.service: Unit ntp.service not found. 2026-02-23T09:49:08.716 INFO:teuthology.orchestra.run.trial139.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2026-02-23T09:49:08.747 INFO:teuthology.orchestra.run.trial019.stderr:bash: line 1: ntpq: command not found 2026-02-23T09:49:08.760 INFO:teuthology.orchestra.run.trial139.stderr:bash: line 1: ntpq: command not found 2026-02-23T09:49:08.765 INFO:teuthology.orchestra.run.trial019.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2026-02-23T09:49:08.765 INFO:teuthology.orchestra.run.trial019.stdout:=============================================================================== 2026-02-23T09:49:08.765 INFO:teuthology.orchestra.run.trial019.stdout:^? as393746.mci.trtnw.net 0 6 0 - +0ns[ +0ns] +/- 0ns 2026-02-23T09:49:08.765 INFO:teuthology.orchestra.run.trial019.stdout:^? 172-235-154-118.ip.linod> 0 6 0 - +0ns[ +0ns] +/- 0ns 2026-02-23T09:49:08.765 INFO:teuthology.orchestra.run.trial019.stdout:^? sensei.ruselabs.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2026-02-23T09:49:08.765 INFO:teuthology.orchestra.run.trial019.stdout:^? owners.kjsl.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2026-02-23T09:49:08.787 INFO:teuthology.orchestra.run.trial139.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2026-02-23T09:49:08.788 INFO:teuthology.orchestra.run.trial139.stdout:=============================================================================== 2026-02-23T09:49:08.788 INFO:teuthology.orchestra.run.trial139.stdout:^? time3.lshiy.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2026-02-23T09:49:08.788 INFO:teuthology.orchestra.run.trial139.stdout:^? ool-44c5de70.dyn.optonli> 0 6 0 - +0ns[ +0ns] +/- 0ns 2026-02-23T09:49:08.788 INFO:teuthology.orchestra.run.trial139.stdout:^? B1-66ER.matrix.gs 0 6 0 - +0ns[ +0ns] +/- 0ns 2026-02-23T09:49:08.788 INFO:teuthology.orchestra.run.trial139.stdout:^? ntp2.zeus.frumentum.media 0 6 0 - +0ns[ +0ns] +/- 0ns 2026-02-23T09:49:08.789 INFO:teuthology.run_tasks:Running task pexec... 2026-02-23T09:49:08.810 INFO:teuthology.task.pexec:Executing custom commands... 2026-02-23T09:49:08.811 DEBUG:teuthology.orchestra.run.trial019:> TESTDIR=/home/ubuntu/cephtest bash -s 2026-02-23T09:49:08.811 DEBUG:teuthology.orchestra.run.trial139:> TESTDIR=/home/ubuntu/cephtest bash -s 2026-02-23T09:49:08.814 INFO:teuthology.task.pexec:Running commands on host ubuntu@trial019.front.sepia.ceph.com 2026-02-23T09:49:08.815 INFO:teuthology.task.pexec:sudo dnf remove nvme-cli -y 2026-02-23T09:49:08.815 INFO:teuthology.task.pexec:sudo dnf install runc nvmetcli nvme-cli -y 2026-02-23T09:49:08.815 INFO:teuthology.task.pexec:sudo sed -i 's/^#runtime = "crun"/runtime = "runc"/g' /usr/share/containers/containers.conf 2026-02-23T09:49:08.815 INFO:teuthology.task.pexec:sudo sed -i 's/runtime = "crun"/#runtime = "crun"/g' /usr/share/containers/containers.conf 2026-02-23T09:49:08.832 INFO:teuthology.task.pexec:Running commands on host ubuntu@trial139.front.sepia.ceph.com 2026-02-23T09:49:08.832 INFO:teuthology.task.pexec:sudo dnf remove nvme-cli -y 2026-02-23T09:49:08.832 INFO:teuthology.task.pexec:sudo dnf install runc nvmetcli nvme-cli -y 2026-02-23T09:49:08.832 INFO:teuthology.task.pexec:sudo sed -i 's/^#runtime = "crun"/runtime = "runc"/g' /usr/share/containers/containers.conf 2026-02-23T09:49:08.832 INFO:teuthology.task.pexec:sudo sed -i 's/runtime = "crun"/#runtime = "crun"/g' /usr/share/containers/containers.conf 2026-02-23T09:49:08.988 INFO:teuthology.orchestra.run.trial019.stdout:No match for argument: nvme-cli 2026-02-23T09:49:08.988 INFO:teuthology.orchestra.run.trial019.stderr:No packages marked for removal. 2026-02-23T09:49:08.990 INFO:teuthology.orchestra.run.trial019.stdout:Dependencies resolved. 2026-02-23T09:49:08.990 INFO:teuthology.orchestra.run.trial019.stdout:Nothing to do. 2026-02-23T09:49:08.991 INFO:teuthology.orchestra.run.trial019.stdout:Complete! 2026-02-23T09:49:09.004 INFO:teuthology.orchestra.run.trial139.stdout:No match for argument: nvme-cli 2026-02-23T09:49:09.004 INFO:teuthology.orchestra.run.trial139.stderr:No packages marked for removal. 2026-02-23T09:49:09.006 INFO:teuthology.orchestra.run.trial139.stdout:Dependencies resolved. 2026-02-23T09:49:09.007 INFO:teuthology.orchestra.run.trial139.stdout:Nothing to do. 2026-02-23T09:49:09.007 INFO:teuthology.orchestra.run.trial139.stdout:Complete! 2026-02-23T09:49:09.299 INFO:teuthology.orchestra.run.trial019.stdout:Last metadata expiration check: 0:00:27 ago on Mon 23 Feb 2026 09:48:42 AM UTC. 2026-02-23T09:49:09.314 INFO:teuthology.orchestra.run.trial139.stdout:Last metadata expiration check: 0:00:27 ago on Mon 23 Feb 2026 09:48:42 AM UTC. 2026-02-23T09:49:09.380 INFO:teuthology.orchestra.run.trial019.stdout:Dependencies resolved. 2026-02-23T09:49:09.381 INFO:teuthology.orchestra.run.trial019.stdout:================================================================================ 2026-02-23T09:49:09.381 INFO:teuthology.orchestra.run.trial019.stdout: Package Arch Version Repository Size 2026-02-23T09:49:09.381 INFO:teuthology.orchestra.run.trial019.stdout:================================================================================ 2026-02-23T09:49:09.381 INFO:teuthology.orchestra.run.trial019.stdout:Installing: 2026-02-23T09:49:09.381 INFO:teuthology.orchestra.run.trial019.stdout: nvme-cli x86_64 2.16-1.el9 baseos 1.2 M 2026-02-23T09:49:09.381 INFO:teuthology.orchestra.run.trial019.stdout: nvmetcli noarch 0.8-3.el9 baseos 44 k 2026-02-23T09:49:09.381 INFO:teuthology.orchestra.run.trial019.stdout: runc x86_64 4:1.4.0-1.el9 appstream 4.0 M 2026-02-23T09:49:09.381 INFO:teuthology.orchestra.run.trial019.stdout:Installing dependencies: 2026-02-23T09:49:09.381 INFO:teuthology.orchestra.run.trial019.stdout: python3-configshell noarch 1:1.1.30-1.el9 baseos 72 k 2026-02-23T09:49:09.381 INFO:teuthology.orchestra.run.trial019.stdout: python3-kmod x86_64 0.9-32.el9 baseos 84 k 2026-02-23T09:49:09.382 INFO:teuthology.orchestra.run.trial019.stdout: python3-pyparsing noarch 2.4.7-9.el9 baseos 150 k 2026-02-23T09:49:09.382 INFO:teuthology.orchestra.run.trial019.stdout: python3-urwid x86_64 2.1.2-4.el9 baseos 837 k 2026-02-23T09:49:09.382 INFO:teuthology.orchestra.run.trial019.stdout: 2026-02-23T09:49:09.382 INFO:teuthology.orchestra.run.trial019.stdout:Transaction Summary 2026-02-23T09:49:09.382 INFO:teuthology.orchestra.run.trial019.stdout:================================================================================ 2026-02-23T09:49:09.382 INFO:teuthology.orchestra.run.trial019.stdout:Install 7 Packages 2026-02-23T09:49:09.382 INFO:teuthology.orchestra.run.trial019.stdout: 2026-02-23T09:49:09.382 INFO:teuthology.orchestra.run.trial019.stdout:Total download size: 6.3 M 2026-02-23T09:49:09.382 INFO:teuthology.orchestra.run.trial019.stdout:Installed size: 24 M 2026-02-23T09:49:09.382 INFO:teuthology.orchestra.run.trial019.stdout:Downloading Packages: 2026-02-23T09:49:09.396 INFO:teuthology.orchestra.run.trial139.stdout:Dependencies resolved. 2026-02-23T09:49:09.396 INFO:teuthology.orchestra.run.trial139.stdout:================================================================================ 2026-02-23T09:49:09.397 INFO:teuthology.orchestra.run.trial139.stdout: Package Arch Version Repository Size 2026-02-23T09:49:09.397 INFO:teuthology.orchestra.run.trial139.stdout:================================================================================ 2026-02-23T09:49:09.397 INFO:teuthology.orchestra.run.trial139.stdout:Installing: 2026-02-23T09:49:09.397 INFO:teuthology.orchestra.run.trial139.stdout: nvme-cli x86_64 2.16-1.el9 baseos 1.2 M 2026-02-23T09:49:09.397 INFO:teuthology.orchestra.run.trial139.stdout: nvmetcli noarch 0.8-3.el9 baseos 44 k 2026-02-23T09:49:09.397 INFO:teuthology.orchestra.run.trial139.stdout: runc x86_64 4:1.4.0-1.el9 appstream 4.0 M 2026-02-23T09:49:09.397 INFO:teuthology.orchestra.run.trial139.stdout:Installing dependencies: 2026-02-23T09:49:09.397 INFO:teuthology.orchestra.run.trial139.stdout: python3-configshell noarch 1:1.1.30-1.el9 baseos 72 k 2026-02-23T09:49:09.397 INFO:teuthology.orchestra.run.trial139.stdout: python3-kmod x86_64 0.9-32.el9 baseos 84 k 2026-02-23T09:49:09.397 INFO:teuthology.orchestra.run.trial139.stdout: python3-pyparsing noarch 2.4.7-9.el9 baseos 150 k 2026-02-23T09:49:09.397 INFO:teuthology.orchestra.run.trial139.stdout: python3-urwid x86_64 2.1.2-4.el9 baseos 837 k 2026-02-23T09:49:09.397 INFO:teuthology.orchestra.run.trial139.stdout: 2026-02-23T09:49:09.398 INFO:teuthology.orchestra.run.trial139.stdout:Transaction Summary 2026-02-23T09:49:09.398 INFO:teuthology.orchestra.run.trial139.stdout:================================================================================ 2026-02-23T09:49:09.398 INFO:teuthology.orchestra.run.trial139.stdout:Install 7 Packages 2026-02-23T09:49:09.398 INFO:teuthology.orchestra.run.trial139.stdout: 2026-02-23T09:49:09.398 INFO:teuthology.orchestra.run.trial139.stdout:Total download size: 6.3 M 2026-02-23T09:49:09.399 INFO:teuthology.orchestra.run.trial139.stdout:Installed size: 24 M 2026-02-23T09:49:09.399 INFO:teuthology.orchestra.run.trial139.stdout:Downloading Packages: 2026-02-23T09:49:09.623 INFO:teuthology.orchestra.run.trial139.stdout:(1/7): nvmetcli-0.8-3.el9.noarch.rpm 896 kB/s | 44 kB 00:00 2026-02-23T09:49:09.629 INFO:teuthology.orchestra.run.trial139.stdout:(2/7): python3-configshell-1.1.30-1.el9.noarch. 1.3 MB/s | 72 kB 00:00 2026-02-23T09:49:09.640 INFO:teuthology.orchestra.run.trial139.stdout:(3/7): nvme-cli-2.16-1.el9.x86_64.rpm 18 MB/s | 1.2 MB 00:00 2026-02-23T09:49:09.652 INFO:teuthology.orchestra.run.trial139.stdout:(4/7): python3-kmod-0.9-32.el9.x86_64.rpm 2.9 MB/s | 84 kB 00:00 2026-02-23T09:49:09.657 INFO:teuthology.orchestra.run.trial139.stdout:(5/7): python3-pyparsing-2.4.7-9.el9.noarch.rpm 5.2 MB/s | 150 kB 00:00 2026-02-23T09:49:09.668 INFO:teuthology.orchestra.run.trial139.stdout:(6/7): python3-urwid-2.1.2-4.el9.x86_64.rpm 30 MB/s | 837 kB 00:00 2026-02-23T09:49:09.982 INFO:teuthology.orchestra.run.trial019.stdout:(1/7): nvmetcli-0.8-3.el9.noarch.rpm 1.2 MB/s | 44 kB 00:00 2026-02-23T09:49:09.986 INFO:teuthology.orchestra.run.trial019.stdout:(2/7): python3-configshell-1.1.30-1.el9.noarch. 1.7 MB/s | 72 kB 00:00 2026-02-23T09:49:10.000 INFO:teuthology.orchestra.run.trial019.stdout:(3/7): python3-kmod-0.9-32.el9.x86_64.rpm 4.6 MB/s | 84 kB 00:00 2026-02-23T09:49:10.005 INFO:teuthology.orchestra.run.trial019.stdout:(4/7): python3-pyparsing-2.4.7-9.el9.noarch.rpm 7.8 MB/s | 150 kB 00:00 2026-02-23T09:49:10.017 INFO:teuthology.orchestra.run.trial019.stdout:(5/7): nvme-cli-2.16-1.el9.x86_64.rpm 16 MB/s | 1.2 MB 00:00 2026-02-23T09:49:10.029 INFO:teuthology.orchestra.run.trial019.stdout:(6/7): python3-urwid-2.1.2-4.el9.x86_64.rpm 28 MB/s | 837 kB 00:00 2026-02-23T09:49:14.955 INFO:teuthology.orchestra.run.trial019.stdout:(7/7): runc-1.4.0-1.el9.x86_64.rpm 817 kB/s | 4.0 MB 00:04 2026-02-23T09:49:14.956 INFO:teuthology.orchestra.run.trial019.stdout:-------------------------------------------------------------------------------- 2026-02-23T09:49:14.956 INFO:teuthology.orchestra.run.trial019.stdout:Total 1.1 MB/s | 6.3 MB 00:05 2026-02-23T09:49:15.026 INFO:teuthology.orchestra.run.trial019.stdout:Running transaction check 2026-02-23T09:49:15.034 INFO:teuthology.orchestra.run.trial019.stdout:Transaction check succeeded. 2026-02-23T09:49:15.034 INFO:teuthology.orchestra.run.trial019.stdout:Running transaction test 2026-02-23T09:49:15.118 INFO:teuthology.orchestra.run.trial019.stdout:Transaction test succeeded. 2026-02-23T09:49:15.118 INFO:teuthology.orchestra.run.trial019.stdout:Running transaction 2026-02-23T09:49:15.264 INFO:teuthology.orchestra.run.trial019.stdout: Preparing : 1/1 2026-02-23T09:49:15.273 INFO:teuthology.orchestra.run.trial019.stdout: Installing : python3-urwid-2.1.2-4.el9.x86_64 1/7 2026-02-23T09:49:15.282 INFO:teuthology.orchestra.run.trial019.stdout: Installing : python3-pyparsing-2.4.7-9.el9.noarch 2/7 2026-02-23T09:49:15.288 INFO:teuthology.orchestra.run.trial019.stdout: Installing : python3-configshell-1:1.1.30-1.el9.noarch 3/7 2026-02-23T09:49:15.294 INFO:teuthology.orchestra.run.trial019.stdout: Installing : python3-kmod-0.9-32.el9.x86_64 4/7 2026-02-23T09:49:15.295 INFO:teuthology.orchestra.run.trial019.stdout: Installing : nvmetcli-0.8-3.el9.noarch 5/7 2026-02-23T09:49:15.350 INFO:teuthology.orchestra.run.trial019.stdout: Running scriptlet: nvmetcli-0.8-3.el9.noarch 5/7 2026-02-23T09:49:15.467 INFO:teuthology.orchestra.run.trial019.stdout: Installing : runc-4:1.4.0-1.el9.x86_64 6/7 2026-02-23T09:49:15.469 INFO:teuthology.orchestra.run.trial019.stdout: Installing : nvme-cli-2.16-1.el9.x86_64 7/7 2026-02-23T09:49:15.753 INFO:teuthology.orchestra.run.trial019.stdout: Running scriptlet: nvme-cli-2.16-1.el9.x86_64 7/7 2026-02-23T09:49:15.754 INFO:teuthology.orchestra.run.trial019.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmefc-boot-connections.service → /usr/lib/systemd/system/nvmefc-boot-connections.service. 2026-02-23T09:49:15.754 INFO:teuthology.orchestra.run.trial019.stdout: 2026-02-23T09:49:15.935 INFO:teuthology.orchestra.run.trial139.stdout:(7/7): runc-1.4.0-1.el9.x86_64.rpm 645 kB/s | 4.0 MB 00:06 2026-02-23T09:49:15.938 INFO:teuthology.orchestra.run.trial139.stdout:-------------------------------------------------------------------------------- 2026-02-23T09:49:15.938 INFO:teuthology.orchestra.run.trial139.stdout:Total 981 kB/s | 6.3 MB 00:06 2026-02-23T09:49:16.005 INFO:teuthology.orchestra.run.trial139.stdout:Running transaction check 2026-02-23T09:49:16.013 INFO:teuthology.orchestra.run.trial019.stdout: Verifying : nvme-cli-2.16-1.el9.x86_64 1/7 2026-02-23T09:49:16.013 INFO:teuthology.orchestra.run.trial019.stdout: Verifying : nvmetcli-0.8-3.el9.noarch 2/7 2026-02-23T09:49:16.013 INFO:teuthology.orchestra.run.trial019.stdout: Verifying : python3-configshell-1:1.1.30-1.el9.noarch 3/7 2026-02-23T09:49:16.013 INFO:teuthology.orchestra.run.trial019.stdout: Verifying : python3-kmod-0.9-32.el9.x86_64 4/7 2026-02-23T09:49:16.013 INFO:teuthology.orchestra.run.trial019.stdout: Verifying : python3-pyparsing-2.4.7-9.el9.noarch 5/7 2026-02-23T09:49:16.013 INFO:teuthology.orchestra.run.trial019.stdout: Verifying : python3-urwid-2.1.2-4.el9.x86_64 6/7 2026-02-23T09:49:16.014 INFO:teuthology.orchestra.run.trial139.stdout:Transaction check succeeded. 2026-02-23T09:49:16.014 INFO:teuthology.orchestra.run.trial139.stdout:Running transaction test 2026-02-23T09:49:16.069 INFO:teuthology.orchestra.run.trial019.stdout: Verifying : runc-4:1.4.0-1.el9.x86_64 7/7 2026-02-23T09:49:16.069 INFO:teuthology.orchestra.run.trial019.stdout: 2026-02-23T09:49:16.069 INFO:teuthology.orchestra.run.trial019.stdout:Installed: 2026-02-23T09:49:16.070 INFO:teuthology.orchestra.run.trial019.stdout: nvme-cli-2.16-1.el9.x86_64 nvmetcli-0.8-3.el9.noarch 2026-02-23T09:49:16.070 INFO:teuthology.orchestra.run.trial019.stdout: python3-configshell-1:1.1.30-1.el9.noarch python3-kmod-0.9-32.el9.x86_64 2026-02-23T09:49:16.070 INFO:teuthology.orchestra.run.trial019.stdout: python3-pyparsing-2.4.7-9.el9.noarch python3-urwid-2.1.2-4.el9.x86_64 2026-02-23T09:49:16.070 INFO:teuthology.orchestra.run.trial019.stdout: runc-4:1.4.0-1.el9.x86_64 2026-02-23T09:49:16.070 INFO:teuthology.orchestra.run.trial019.stdout: 2026-02-23T09:49:16.070 INFO:teuthology.orchestra.run.trial019.stdout:Complete! 2026-02-23T09:49:16.094 INFO:teuthology.orchestra.run.trial139.stdout:Transaction test succeeded. 2026-02-23T09:49:16.094 INFO:teuthology.orchestra.run.trial139.stdout:Running transaction 2026-02-23T09:49:16.121 DEBUG:teuthology.parallel:result is None 2026-02-23T09:49:16.236 INFO:teuthology.orchestra.run.trial139.stdout: Preparing : 1/1 2026-02-23T09:49:16.244 INFO:teuthology.orchestra.run.trial139.stdout: Installing : python3-urwid-2.1.2-4.el9.x86_64 1/7 2026-02-23T09:49:16.253 INFO:teuthology.orchestra.run.trial139.stdout: Installing : python3-pyparsing-2.4.7-9.el9.noarch 2/7 2026-02-23T09:49:16.259 INFO:teuthology.orchestra.run.trial139.stdout: Installing : python3-configshell-1:1.1.30-1.el9.noarch 3/7 2026-02-23T09:49:16.265 INFO:teuthology.orchestra.run.trial139.stdout: Installing : python3-kmod-0.9-32.el9.x86_64 4/7 2026-02-23T09:49:16.266 INFO:teuthology.orchestra.run.trial139.stdout: Installing : nvmetcli-0.8-3.el9.noarch 5/7 2026-02-23T09:49:16.316 INFO:teuthology.orchestra.run.trial139.stdout: Running scriptlet: nvmetcli-0.8-3.el9.noarch 5/7 2026-02-23T09:49:16.430 INFO:teuthology.orchestra.run.trial139.stdout: Installing : runc-4:1.4.0-1.el9.x86_64 6/7 2026-02-23T09:49:16.432 INFO:teuthology.orchestra.run.trial139.stdout: Installing : nvme-cli-2.16-1.el9.x86_64 7/7 2026-02-23T09:49:16.722 INFO:teuthology.orchestra.run.trial139.stdout: Running scriptlet: nvme-cli-2.16-1.el9.x86_64 7/7 2026-02-23T09:49:16.722 INFO:teuthology.orchestra.run.trial139.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmefc-boot-connections.service → /usr/lib/systemd/system/nvmefc-boot-connections.service. 2026-02-23T09:49:16.722 INFO:teuthology.orchestra.run.trial139.stdout: 2026-02-23T09:49:16.975 INFO:teuthology.orchestra.run.trial139.stdout: Verifying : nvme-cli-2.16-1.el9.x86_64 1/7 2026-02-23T09:49:16.975 INFO:teuthology.orchestra.run.trial139.stdout: Verifying : nvmetcli-0.8-3.el9.noarch 2/7 2026-02-23T09:49:16.975 INFO:teuthology.orchestra.run.trial139.stdout: Verifying : python3-configshell-1:1.1.30-1.el9.noarch 3/7 2026-02-23T09:49:16.976 INFO:teuthology.orchestra.run.trial139.stdout: Verifying : python3-kmod-0.9-32.el9.x86_64 4/7 2026-02-23T09:49:16.976 INFO:teuthology.orchestra.run.trial139.stdout: Verifying : python3-pyparsing-2.4.7-9.el9.noarch 5/7 2026-02-23T09:49:16.976 INFO:teuthology.orchestra.run.trial139.stdout: Verifying : python3-urwid-2.1.2-4.el9.x86_64 6/7 2026-02-23T09:49:17.029 INFO:teuthology.orchestra.run.trial139.stdout: Verifying : runc-4:1.4.0-1.el9.x86_64 7/7 2026-02-23T09:49:17.029 INFO:teuthology.orchestra.run.trial139.stdout: 2026-02-23T09:49:17.029 INFO:teuthology.orchestra.run.trial139.stdout:Installed: 2026-02-23T09:49:17.030 INFO:teuthology.orchestra.run.trial139.stdout: nvme-cli-2.16-1.el9.x86_64 nvmetcli-0.8-3.el9.noarch 2026-02-23T09:49:17.030 INFO:teuthology.orchestra.run.trial139.stdout: python3-configshell-1:1.1.30-1.el9.noarch python3-kmod-0.9-32.el9.x86_64 2026-02-23T09:49:17.030 INFO:teuthology.orchestra.run.trial139.stdout: python3-pyparsing-2.4.7-9.el9.noarch python3-urwid-2.1.2-4.el9.x86_64 2026-02-23T09:49:17.030 INFO:teuthology.orchestra.run.trial139.stdout: runc-4:1.4.0-1.el9.x86_64 2026-02-23T09:49:17.030 INFO:teuthology.orchestra.run.trial139.stdout: 2026-02-23T09:49:17.030 INFO:teuthology.orchestra.run.trial139.stdout:Complete! 2026-02-23T09:49:17.084 DEBUG:teuthology.parallel:result is None 2026-02-23T09:49:17.084 INFO:teuthology.run_tasks:Running task nvme_loop... 2026-02-23T09:49:17.102 INFO:tasks.nvme_loop:Setting up nvme_loop on scratch devices... 2026-02-23T09:49:17.102 DEBUG:teuthology.orchestra.run.trial019:> set -ex 2026-02-23T09:49:17.103 DEBUG:teuthology.orchestra.run.trial019:> dd if=/scratch_devs of=/dev/stdout 2026-02-23T09:49:17.122 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-23T09:49:17.122 DEBUG:teuthology.orchestra.run.trial019:> stat /dev/vg_nvme/lv_1 2026-02-23T09:49:17.178 INFO:teuthology.orchestra.run.trial019.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2026-02-23T09:49:17.178 INFO:teuthology.orchestra.run.trial019.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2026-02-23T09:49:17.178 INFO:teuthology.orchestra.run.trial019.stdout:Device: 6h/6d Inode: 1300 Links: 1 2026-02-23T09:49:17.178 INFO:teuthology.orchestra.run.trial019.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2026-02-23T09:49:17.178 INFO:teuthology.orchestra.run.trial019.stdout:Context: system_u:object_r:device_t:s0 2026-02-23T09:49:17.179 INFO:teuthology.orchestra.run.trial019.stdout:Access: 2026-02-23 09:49:15.915908643 +0000 2026-02-23T09:49:17.179 INFO:teuthology.orchestra.run.trial019.stdout:Modify: 2026-02-23 09:49:15.779910483 +0000 2026-02-23T09:49:17.179 INFO:teuthology.orchestra.run.trial019.stdout:Change: 2026-02-23 09:49:15.779910483 +0000 2026-02-23T09:49:17.179 INFO:teuthology.orchestra.run.trial019.stdout: Birth: 2026-02-23 09:49:15.779910483 +0000 2026-02-23T09:49:17.179 DEBUG:teuthology.orchestra.run.trial019:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2026-02-23T09:49:17.244 INFO:teuthology.orchestra.run.trial019.stderr:1+0 records in 2026-02-23T09:49:17.244 INFO:teuthology.orchestra.run.trial019.stderr:1+0 records out 2026-02-23T09:49:17.244 INFO:teuthology.orchestra.run.trial019.stderr:512 bytes copied, 0.000146843 s, 3.5 MB/s 2026-02-23T09:49:17.245 DEBUG:teuthology.orchestra.run.trial019:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2026-02-23T09:49:17.303 DEBUG:teuthology.orchestra.run.trial019:> stat /dev/vg_nvme/lv_2 2026-02-23T09:49:17.360 INFO:teuthology.orchestra.run.trial019.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2026-02-23T09:49:17.360 INFO:teuthology.orchestra.run.trial019.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2026-02-23T09:49:17.360 INFO:teuthology.orchestra.run.trial019.stdout:Device: 6h/6d Inode: 1295 Links: 1 2026-02-23T09:49:17.361 INFO:teuthology.orchestra.run.trial019.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2026-02-23T09:49:17.361 INFO:teuthology.orchestra.run.trial019.stdout:Context: system_u:object_r:device_t:s0 2026-02-23T09:49:17.361 INFO:teuthology.orchestra.run.trial019.stdout:Access: 2026-02-23 09:49:15.915908643 +0000 2026-02-23T09:49:17.361 INFO:teuthology.orchestra.run.trial019.stdout:Modify: 2026-02-23 09:49:15.779910483 +0000 2026-02-23T09:49:17.361 INFO:teuthology.orchestra.run.trial019.stdout:Change: 2026-02-23 09:49:15.779910483 +0000 2026-02-23T09:49:17.361 INFO:teuthology.orchestra.run.trial019.stdout: Birth: 2026-02-23 09:49:15.779910483 +0000 2026-02-23T09:49:17.361 DEBUG:teuthology.orchestra.run.trial019:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2026-02-23T09:49:17.423 INFO:teuthology.orchestra.run.trial019.stderr:1+0 records in 2026-02-23T09:49:17.423 INFO:teuthology.orchestra.run.trial019.stderr:1+0 records out 2026-02-23T09:49:17.423 INFO:teuthology.orchestra.run.trial019.stderr:512 bytes copied, 0.000141262 s, 3.6 MB/s 2026-02-23T09:49:17.425 DEBUG:teuthology.orchestra.run.trial019:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2026-02-23T09:49:17.484 DEBUG:teuthology.orchestra.run.trial019:> stat /dev/vg_nvme/lv_3 2026-02-23T09:49:17.541 INFO:teuthology.orchestra.run.trial019.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2026-02-23T09:49:17.542 INFO:teuthology.orchestra.run.trial019.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2026-02-23T09:49:17.542 INFO:teuthology.orchestra.run.trial019.stdout:Device: 6h/6d Inode: 1294 Links: 1 2026-02-23T09:49:17.542 INFO:teuthology.orchestra.run.trial019.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2026-02-23T09:49:17.542 INFO:teuthology.orchestra.run.trial019.stdout:Context: system_u:object_r:device_t:s0 2026-02-23T09:49:17.542 INFO:teuthology.orchestra.run.trial019.stdout:Access: 2026-02-23 09:49:15.915908643 +0000 2026-02-23T09:49:17.542 INFO:teuthology.orchestra.run.trial019.stdout:Modify: 2026-02-23 09:49:15.779910483 +0000 2026-02-23T09:49:17.542 INFO:teuthology.orchestra.run.trial019.stdout:Change: 2026-02-23 09:49:15.779910483 +0000 2026-02-23T09:49:17.542 INFO:teuthology.orchestra.run.trial019.stdout: Birth: 2026-02-23 09:49:15.779910483 +0000 2026-02-23T09:49:17.543 DEBUG:teuthology.orchestra.run.trial019:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2026-02-23T09:49:17.606 INFO:teuthology.orchestra.run.trial019.stderr:1+0 records in 2026-02-23T09:49:17.606 INFO:teuthology.orchestra.run.trial019.stderr:1+0 records out 2026-02-23T09:49:17.606 INFO:teuthology.orchestra.run.trial019.stderr:512 bytes copied, 0.0001563 s, 3.3 MB/s 2026-02-23T09:49:17.608 DEBUG:teuthology.orchestra.run.trial019:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2026-02-23T09:49:17.665 DEBUG:teuthology.orchestra.run.trial019:> stat /dev/vg_nvme/lv_4 2026-02-23T09:49:17.722 INFO:teuthology.orchestra.run.trial019.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2026-02-23T09:49:17.723 INFO:teuthology.orchestra.run.trial019.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2026-02-23T09:49:17.723 INFO:teuthology.orchestra.run.trial019.stdout:Device: 6h/6d Inode: 1306 Links: 1 2026-02-23T09:49:17.723 INFO:teuthology.orchestra.run.trial019.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2026-02-23T09:49:17.723 INFO:teuthology.orchestra.run.trial019.stdout:Context: system_u:object_r:device_t:s0 2026-02-23T09:49:17.723 INFO:teuthology.orchestra.run.trial019.stdout:Access: 2026-02-23 09:49:15.915908643 +0000 2026-02-23T09:49:17.723 INFO:teuthology.orchestra.run.trial019.stdout:Modify: 2026-02-23 09:49:15.780910470 +0000 2026-02-23T09:49:17.723 INFO:teuthology.orchestra.run.trial019.stdout:Change: 2026-02-23 09:49:15.780910470 +0000 2026-02-23T09:49:17.723 INFO:teuthology.orchestra.run.trial019.stdout: Birth: 2026-02-23 09:49:15.780910470 +0000 2026-02-23T09:49:17.724 DEBUG:teuthology.orchestra.run.trial019:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2026-02-23T09:49:17.788 INFO:teuthology.orchestra.run.trial019.stderr:1+0 records in 2026-02-23T09:49:17.788 INFO:teuthology.orchestra.run.trial019.stderr:1+0 records out 2026-02-23T09:49:17.788 INFO:teuthology.orchestra.run.trial019.stderr:512 bytes copied, 0.000134009 s, 3.8 MB/s 2026-02-23T09:49:17.789 DEBUG:teuthology.orchestra.run.trial019:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2026-02-23T09:49:17.848 DEBUG:teuthology.orchestra.run.trial019:> grep '^nvme_loop' /proc/modules || sudo modprobe nvme_loop && sudo mkdir -p /sys/kernel/config/nvmet/hosts/hostnqn && sudo mkdir -p /sys/kernel/config/nvmet/ports/1 && echo loop | sudo tee /sys/kernel/config/nvmet/ports/1/addr_trtype 2026-02-23T09:49:17.950 INFO:teuthology.orchestra.run.trial019.stdout:loop 2026-02-23T09:49:17.952 INFO:tasks.nvme_loop:Connecting nvme_loop trial019:/dev/vg_nvme/lv_1... 2026-02-23T09:49:17.952 DEBUG:teuthology.orchestra.run.trial019:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_1 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1 && echo -n /dev/vg_nvme/lv_1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_1 /sys/kernel/config/nvmet/ports/1/subsystems/lv_1 && sudo nvme connect -t loop -n lv_1 -q hostnqn 2026-02-23T09:49:17.984 INFO:teuthology.orchestra.run.trial019.stdout:1 2026-02-23T09:49:18.010 INFO:teuthology.orchestra.run.trial019.stdout:/dev/vg_nvme/lv_11 2026-02-23T09:49:18.045 INFO:teuthology.orchestra.run.trial019.stdout:connecting to device: nvme3 2026-02-23T09:49:18.047 INFO:tasks.nvme_loop:Connecting nvme_loop trial019:/dev/vg_nvme/lv_2... 2026-02-23T09:49:18.047 DEBUG:teuthology.orchestra.run.trial019:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_2 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1 && echo -n /dev/vg_nvme/lv_2 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_2 /sys/kernel/config/nvmet/ports/1/subsystems/lv_2 && sudo nvme connect -t loop -n lv_2 -q hostnqn 2026-02-23T09:49:18.121 INFO:teuthology.orchestra.run.trial019.stdout:1 2026-02-23T09:49:18.146 INFO:teuthology.orchestra.run.trial019.stdout:/dev/vg_nvme/lv_21 2026-02-23T09:49:18.180 INFO:teuthology.orchestra.run.trial019.stdout:connecting to device: nvme4 2026-02-23T09:49:18.182 INFO:tasks.nvme_loop:Connecting nvme_loop trial019:/dev/vg_nvme/lv_3... 2026-02-23T09:49:18.182 DEBUG:teuthology.orchestra.run.trial019:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_3 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1 && echo -n /dev/vg_nvme/lv_3 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_3 /sys/kernel/config/nvmet/ports/1/subsystems/lv_3 && sudo nvme connect -t loop -n lv_3 -q hostnqn 2026-02-23T09:49:18.253 INFO:teuthology.orchestra.run.trial019.stdout:1 2026-02-23T09:49:18.280 INFO:teuthology.orchestra.run.trial019.stdout:/dev/vg_nvme/lv_31 2026-02-23T09:49:18.309 INFO:teuthology.orchestra.run.trial019.stdout:connecting to device: nvme5 2026-02-23T09:49:18.311 INFO:tasks.nvme_loop:Connecting nvme_loop trial019:/dev/vg_nvme/lv_4... 2026-02-23T09:49:18.311 DEBUG:teuthology.orchestra.run.trial019:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_4 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1 && echo -n /dev/vg_nvme/lv_4 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_4 /sys/kernel/config/nvmet/ports/1/subsystems/lv_4 && sudo nvme connect -t loop -n lv_4 -q hostnqn 2026-02-23T09:49:18.382 INFO:teuthology.orchestra.run.trial019.stdout:1 2026-02-23T09:49:18.408 INFO:teuthology.orchestra.run.trial019.stdout:/dev/vg_nvme/lv_41 2026-02-23T09:49:18.438 INFO:teuthology.orchestra.run.trial019.stdout:connecting to device: nvme6 2026-02-23T09:49:18.444 DEBUG:teuthology.orchestra.run.trial019:> set -ex 2026-02-23T09:49:18.444 DEBUG:teuthology.orchestra.run.trial019:> dd if=/scratch_devs of=/dev/stdout 2026-02-23T09:49:18.505 DEBUG:teuthology.orchestra.run.trial019:> lsblk 2026-02-23T09:49:18.564 INFO:teuthology.orchestra.run.trial019.stdout:NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINTS 2026-02-23T09:49:18.564 INFO:teuthology.orchestra.run.trial019.stdout:nvme2n1 259:0 0 1.7T 0 disk 2026-02-23T09:49:18.564 INFO:teuthology.orchestra.run.trial019.stdout:├─vg_nvme-lv_3 253:2 0 700G 0 lvm 2026-02-23T09:49:18.564 INFO:teuthology.orchestra.run.trial019.stdout:└─vg_nvme-lv_4 253:3 0 700G 0 lvm 2026-02-23T09:49:18.564 INFO:teuthology.orchestra.run.trial019.stdout:nvme0n1 259:1 0 894.3G 0 disk 2026-02-23T09:49:18.564 INFO:teuthology.orchestra.run.trial019.stdout:├─nvme0n1p1 259:3 0 512M 0 part /boot/efi 2026-02-23T09:49:18.564 INFO:teuthology.orchestra.run.trial019.stdout:└─nvme0n1p2 259:4 0 893.8G 0 part / 2026-02-23T09:49:18.564 INFO:teuthology.orchestra.run.trial019.stdout:nvme1n1 259:2 0 1.7T 0 disk 2026-02-23T09:49:18.565 INFO:teuthology.orchestra.run.trial019.stdout:├─vg_nvme-lv_1 253:0 0 700G 0 lvm 2026-02-23T09:49:18.565 INFO:teuthology.orchestra.run.trial019.stdout:├─vg_nvme-lv_2 253:1 0 700G 0 lvm 2026-02-23T09:49:18.565 INFO:teuthology.orchestra.run.trial019.stdout:└─vg_nvme-lv_5 253:4 0 100G 0 lvm /var/lib/ceph 2026-02-23T09:49:18.565 INFO:teuthology.orchestra.run.trial019.stdout:nvme3n1 259:6 0 700G 0 disk 2026-02-23T09:49:18.565 INFO:teuthology.orchestra.run.trial019.stdout:nvme4n1 259:8 0 700G 0 disk 2026-02-23T09:49:18.565 INFO:teuthology.orchestra.run.trial019.stdout:nvme5n1 259:10 0 700G 0 disk 2026-02-23T09:49:18.565 INFO:teuthology.orchestra.run.trial019.stdout:nvme6n1 259:12 0 700G 0 disk 2026-02-23T09:49:18.565 DEBUG:teuthology.orchestra.run.trial019:> sudo nvme list -o json 2026-02-23T09:49:18.629 INFO:teuthology.orchestra.run.trial019.stdout:{ 2026-02-23T09:49:18.629 INFO:teuthology.orchestra.run.trial019.stdout: "Devices":[ 2026-02-23T09:49:18.630 INFO:teuthology.orchestra.run.trial019.stdout: { 2026-02-23T09:49:18.630 INFO:teuthology.orchestra.run.trial019.stdout: "NameSpace":1, 2026-02-23T09:49:18.630 INFO:teuthology.orchestra.run.trial019.stdout: "DevicePath":"/dev/nvme0n1", 2026-02-23T09:49:18.630 INFO:teuthology.orchestra.run.trial019.stdout: "GenericPath":"/dev/ng0n1", 2026-02-23T09:49:18.630 INFO:teuthology.orchestra.run.trial019.stdout: "Firmware":"E2MU200", 2026-02-23T09:49:18.630 INFO:teuthology.orchestra.run.trial019.stdout: "ModelNumber":"Micron_7450_MTFDKBA960TFR", 2026-02-23T09:49:18.630 INFO:teuthology.orchestra.run.trial019.stdout: "SerialNumber":"25174FCD6AF9", 2026-02-23T09:49:18.630 INFO:teuthology.orchestra.run.trial019.stdout: "UsedBytes":25110413312, 2026-02-23T09:49:18.630 INFO:teuthology.orchestra.run.trial019.stdout: "MaximumLBA":1875385008, 2026-02-23T09:49:18.630 INFO:teuthology.orchestra.run.trial019.stdout: "PhysicalSize":960197124096, 2026-02-23T09:49:18.631 INFO:teuthology.orchestra.run.trial019.stdout: "SectorSize":512 2026-02-23T09:49:18.631 INFO:teuthology.orchestra.run.trial019.stdout: }, 2026-02-23T09:49:18.631 INFO:teuthology.orchestra.run.trial019.stdout: { 2026-02-23T09:49:18.631 INFO:teuthology.orchestra.run.trial019.stdout: "NameSpace":1, 2026-02-23T09:49:18.631 INFO:teuthology.orchestra.run.trial019.stdout: "DevicePath":"/dev/nvme1n1", 2026-02-23T09:49:18.631 INFO:teuthology.orchestra.run.trial019.stdout: "GenericPath":"/dev/ng1n1", 2026-02-23T09:49:18.631 INFO:teuthology.orchestra.run.trial019.stdout: "Firmware":"E3MQ000", 2026-02-23T09:49:18.631 INFO:teuthology.orchestra.run.trial019.stdout: "ModelNumber":"MTFDKCC1T9TGP-1BK1JABYY", 2026-02-23T09:49:18.631 INFO:teuthology.orchestra.run.trial019.stdout: "SerialNumber":"112510AB5211", 2026-02-23T09:49:18.631 INFO:teuthology.orchestra.run.trial019.stdout: "UsedBytes":139142381568, 2026-02-23T09:49:18.631 INFO:teuthology.orchestra.run.trial019.stdout: "MaximumLBA":3750748848, 2026-02-23T09:49:18.631 INFO:teuthology.orchestra.run.trial019.stdout: "PhysicalSize":1920383410176, 2026-02-23T09:49:18.632 INFO:teuthology.orchestra.run.trial019.stdout: "SectorSize":512 2026-02-23T09:49:18.632 INFO:teuthology.orchestra.run.trial019.stdout: }, 2026-02-23T09:49:18.632 INFO:teuthology.orchestra.run.trial019.stdout: { 2026-02-23T09:49:18.632 INFO:teuthology.orchestra.run.trial019.stdout: "NameSpace":1, 2026-02-23T09:49:18.632 INFO:teuthology.orchestra.run.trial019.stdout: "DevicePath":"/dev/nvme2n1", 2026-02-23T09:49:18.632 INFO:teuthology.orchestra.run.trial019.stdout: "GenericPath":"/dev/ng2n1", 2026-02-23T09:49:18.632 INFO:teuthology.orchestra.run.trial019.stdout: "Firmware":"E3MQ000", 2026-02-23T09:49:18.632 INFO:teuthology.orchestra.run.trial019.stdout: "ModelNumber":"MTFDKCC1T9TGP-1BK1JABYY", 2026-02-23T09:49:18.632 INFO:teuthology.orchestra.run.trial019.stdout: "SerialNumber":"112510AB5179", 2026-02-23T09:49:18.632 INFO:teuthology.orchestra.run.trial019.stdout: "UsedBytes":139068022784, 2026-02-23T09:49:18.632 INFO:teuthology.orchestra.run.trial019.stdout: "MaximumLBA":3750748848, 2026-02-23T09:49:18.632 INFO:teuthology.orchestra.run.trial019.stdout: "PhysicalSize":1920383410176, 2026-02-23T09:49:18.633 INFO:teuthology.orchestra.run.trial019.stdout: "SectorSize":512 2026-02-23T09:49:18.633 INFO:teuthology.orchestra.run.trial019.stdout: }, 2026-02-23T09:49:18.633 INFO:teuthology.orchestra.run.trial019.stdout: { 2026-02-23T09:49:18.633 INFO:teuthology.orchestra.run.trial019.stdout: "NameSpace":1, 2026-02-23T09:49:18.633 INFO:teuthology.orchestra.run.trial019.stdout: "DevicePath":"/dev/nvme3n1", 2026-02-23T09:49:18.633 INFO:teuthology.orchestra.run.trial019.stdout: "GenericPath":"/dev/ng3n1", 2026-02-23T09:49:18.633 INFO:teuthology.orchestra.run.trial019.stdout: "Firmware":"5.14.0-6", 2026-02-23T09:49:18.633 INFO:teuthology.orchestra.run.trial019.stdout: "ModelNumber":"Linux", 2026-02-23T09:49:18.633 INFO:teuthology.orchestra.run.trial019.stdout: "SerialNumber":"8699ac4828e826c09aef", 2026-02-23T09:49:18.633 INFO:teuthology.orchestra.run.trial019.stdout: "UsedBytes":751619276800, 2026-02-23T09:49:18.633 INFO:teuthology.orchestra.run.trial019.stdout: "MaximumLBA":1468006400, 2026-02-23T09:49:18.633 INFO:teuthology.orchestra.run.trial019.stdout: "PhysicalSize":751619276800, 2026-02-23T09:49:18.634 INFO:teuthology.orchestra.run.trial019.stdout: "SectorSize":512 2026-02-23T09:49:18.634 INFO:teuthology.orchestra.run.trial019.stdout: }, 2026-02-23T09:49:18.634 INFO:teuthology.orchestra.run.trial019.stdout: { 2026-02-23T09:49:18.634 INFO:teuthology.orchestra.run.trial019.stdout: "NameSpace":1, 2026-02-23T09:49:18.634 INFO:teuthology.orchestra.run.trial019.stdout: "DevicePath":"/dev/nvme4n1", 2026-02-23T09:49:18.634 INFO:teuthology.orchestra.run.trial019.stdout: "GenericPath":"/dev/ng4n1", 2026-02-23T09:49:18.634 INFO:teuthology.orchestra.run.trial019.stdout: "Firmware":"5.14.0-6", 2026-02-23T09:49:18.634 INFO:teuthology.orchestra.run.trial019.stdout: "ModelNumber":"Linux", 2026-02-23T09:49:18.634 INFO:teuthology.orchestra.run.trial019.stdout: "SerialNumber":"7033d2919f4241ee12f0", 2026-02-23T09:49:18.634 INFO:teuthology.orchestra.run.trial019.stdout: "UsedBytes":751619276800, 2026-02-23T09:49:18.634 INFO:teuthology.orchestra.run.trial019.stdout: "MaximumLBA":1468006400, 2026-02-23T09:49:18.634 INFO:teuthology.orchestra.run.trial019.stdout: "PhysicalSize":751619276800, 2026-02-23T09:49:18.634 INFO:teuthology.orchestra.run.trial019.stdout: "SectorSize":512 2026-02-23T09:49:18.635 INFO:teuthology.orchestra.run.trial019.stdout: }, 2026-02-23T09:49:18.635 INFO:teuthology.orchestra.run.trial019.stdout: { 2026-02-23T09:49:18.635 INFO:teuthology.orchestra.run.trial019.stdout: "NameSpace":1, 2026-02-23T09:49:18.635 INFO:teuthology.orchestra.run.trial019.stdout: "DevicePath":"/dev/nvme5n1", 2026-02-23T09:49:18.635 INFO:teuthology.orchestra.run.trial019.stdout: "GenericPath":"/dev/ng5n1", 2026-02-23T09:49:18.635 INFO:teuthology.orchestra.run.trial019.stdout: "Firmware":"5.14.0-6", 2026-02-23T09:49:18.635 INFO:teuthology.orchestra.run.trial019.stdout: "ModelNumber":"Linux", 2026-02-23T09:49:18.635 INFO:teuthology.orchestra.run.trial019.stdout: "SerialNumber":"a0a5448b1047f0a43abc", 2026-02-23T09:49:18.635 INFO:teuthology.orchestra.run.trial019.stdout: "UsedBytes":751619276800, 2026-02-23T09:49:18.635 INFO:teuthology.orchestra.run.trial019.stdout: "MaximumLBA":1468006400, 2026-02-23T09:49:18.635 INFO:teuthology.orchestra.run.trial019.stdout: "PhysicalSize":751619276800, 2026-02-23T09:49:18.635 INFO:teuthology.orchestra.run.trial019.stdout: "SectorSize":512 2026-02-23T09:49:18.636 INFO:teuthology.orchestra.run.trial019.stdout: }, 2026-02-23T09:49:18.636 INFO:teuthology.orchestra.run.trial019.stdout: { 2026-02-23T09:49:18.636 INFO:teuthology.orchestra.run.trial019.stdout: "NameSpace":1, 2026-02-23T09:49:18.636 INFO:teuthology.orchestra.run.trial019.stdout: "DevicePath":"/dev/nvme6n1", 2026-02-23T09:49:18.636 INFO:teuthology.orchestra.run.trial019.stdout: "GenericPath":"/dev/ng6n1", 2026-02-23T09:49:18.636 INFO:teuthology.orchestra.run.trial019.stdout: "Firmware":"5.14.0-6", 2026-02-23T09:49:18.636 INFO:teuthology.orchestra.run.trial019.stdout: "ModelNumber":"Linux", 2026-02-23T09:49:18.636 INFO:teuthology.orchestra.run.trial019.stdout: "SerialNumber":"5f3c32791a53579208b8", 2026-02-23T09:49:18.636 INFO:teuthology.orchestra.run.trial019.stdout: "UsedBytes":751619276800, 2026-02-23T09:49:18.636 INFO:teuthology.orchestra.run.trial019.stdout: "MaximumLBA":1468006400, 2026-02-23T09:49:18.636 INFO:teuthology.orchestra.run.trial019.stdout: "PhysicalSize":751619276800, 2026-02-23T09:49:18.636 INFO:teuthology.orchestra.run.trial019.stdout: "SectorSize":512 2026-02-23T09:49:18.637 INFO:teuthology.orchestra.run.trial019.stdout: } 2026-02-23T09:49:18.637 INFO:teuthology.orchestra.run.trial019.stdout: ] 2026-02-23T09:49:18.637 INFO:teuthology.orchestra.run.trial019.stdout:} 2026-02-23T09:49:18.638 DEBUG:teuthology.orchestra.run.trial019:> sudo dd if=/dev/zero of=/dev/nvme3n1 seek=0 bs=1 count=4096 2026-02-23T09:49:18.704 INFO:teuthology.orchestra.run.trial019.stderr:4096+0 records in 2026-02-23T09:49:18.705 INFO:teuthology.orchestra.run.trial019.stderr:4096+0 records out 2026-02-23T09:49:18.705 INFO:teuthology.orchestra.run.trial019.stderr:4096 bytes (4.1 kB, 4.0 KiB) copied, 0.0053277 s, 769 kB/s 2026-02-23T09:49:18.706 DEBUG:teuthology.orchestra.run.trial019:> sudo hexdump -n22 -C -s0 /dev/nvme3n1 2026-02-23T09:49:18.769 INFO:teuthology.orchestra.run.trial019.stdout:00000000 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| 2026-02-23T09:49:18.770 INFO:teuthology.orchestra.run.trial019.stdout:00000010 00 00 00 00 00 00 |......| 2026-02-23T09:49:18.770 INFO:teuthology.orchestra.run.trial019.stdout:00000016 2026-02-23T09:49:18.771 DEBUG:teuthology.orchestra.run.trial019:> sudo dd if=/dev/zero of=/dev/nvme3n1 seek=1073741824 bs=1 count=4096 2026-02-23T09:49:18.838 INFO:teuthology.orchestra.run.trial019.stderr:4096+0 records in 2026-02-23T09:49:18.838 INFO:teuthology.orchestra.run.trial019.stderr:4096+0 records out 2026-02-23T09:49:18.838 INFO:teuthology.orchestra.run.trial019.stderr:4096 bytes (4.1 kB, 4.0 KiB) copied, 0.0048317 s, 848 kB/s 2026-02-23T09:49:18.839 DEBUG:teuthology.orchestra.run.trial019:> sudo hexdump -n22 -C -s1073741824 /dev/nvme3n1 2026-02-23T09:49:18.904 INFO:teuthology.orchestra.run.trial019.stdout:40000000 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| 2026-02-23T09:49:18.904 INFO:teuthology.orchestra.run.trial019.stdout:40000010 00 00 00 00 00 00 |......| 2026-02-23T09:49:18.905 INFO:teuthology.orchestra.run.trial019.stdout:40000016 2026-02-23T09:49:18.906 DEBUG:teuthology.orchestra.run.trial019:> sudo dd if=/dev/zero of=/dev/nvme3n1 seek=10737418240 bs=1 count=4096 2026-02-23T09:49:18.972 INFO:teuthology.orchestra.run.trial019.stderr:4096+0 records in 2026-02-23T09:49:18.973 INFO:teuthology.orchestra.run.trial019.stderr:4096+0 records out 2026-02-23T09:49:18.973 INFO:teuthology.orchestra.run.trial019.stderr:4096 bytes (4.1 kB, 4.0 KiB) copied, 0.00461839 s, 887 kB/s 2026-02-23T09:49:18.975 DEBUG:teuthology.orchestra.run.trial019:> sudo hexdump -n22 -C -s10737418240 /dev/nvme3n1 2026-02-23T09:49:19.037 INFO:teuthology.orchestra.run.trial019.stdout:280000000 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| 2026-02-23T09:49:19.037 INFO:teuthology.orchestra.run.trial019.stdout:280000010 00 00 00 00 00 00 |......| 2026-02-23T09:49:19.037 INFO:teuthology.orchestra.run.trial019.stdout:280000016 2026-02-23T09:49:19.038 DEBUG:teuthology.orchestra.run.trial019:> sudo dd if=/dev/zero of=/dev/nvme4n1 seek=0 bs=1 count=4096 2026-02-23T09:49:19.105 INFO:teuthology.orchestra.run.trial019.stderr:4096+0 records in 2026-02-23T09:49:19.105 INFO:teuthology.orchestra.run.trial019.stderr:4096+0 records out 2026-02-23T09:49:19.106 INFO:teuthology.orchestra.run.trial019.stderr:4096 bytes (4.1 kB, 4.0 KiB) copied, 0.0046719 s, 877 kB/s 2026-02-23T09:49:19.107 DEBUG:teuthology.orchestra.run.trial019:> sudo hexdump -n22 -C -s0 /dev/nvme4n1 2026-02-23T09:49:19.168 INFO:teuthology.orchestra.run.trial019.stdout:00000000 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| 2026-02-23T09:49:19.169 INFO:teuthology.orchestra.run.trial019.stdout:00000010 00 00 00 00 00 00 |......| 2026-02-23T09:49:19.169 INFO:teuthology.orchestra.run.trial019.stdout:00000016 2026-02-23T09:49:19.170 DEBUG:teuthology.orchestra.run.trial019:> sudo dd if=/dev/zero of=/dev/nvme4n1 seek=1073741824 bs=1 count=4096 2026-02-23T09:49:19.236 INFO:teuthology.orchestra.run.trial019.stderr:4096+0 records in 2026-02-23T09:49:19.236 INFO:teuthology.orchestra.run.trial019.stderr:4096+0 records out 2026-02-23T09:49:19.236 INFO:teuthology.orchestra.run.trial019.stderr:4096 bytes (4.1 kB, 4.0 KiB) copied, 0.00445639 s, 919 kB/s 2026-02-23T09:49:19.238 DEBUG:teuthology.orchestra.run.trial019:> sudo hexdump -n22 -C -s1073741824 /dev/nvme4n1 2026-02-23T09:49:19.300 INFO:teuthology.orchestra.run.trial019.stdout:40000000 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| 2026-02-23T09:49:19.300 INFO:teuthology.orchestra.run.trial019.stdout:40000010 00 00 00 00 00 00 |......| 2026-02-23T09:49:19.300 INFO:teuthology.orchestra.run.trial019.stdout:40000016 2026-02-23T09:49:19.302 DEBUG:teuthology.orchestra.run.trial019:> sudo dd if=/dev/zero of=/dev/nvme4n1 seek=10737418240 bs=1 count=4096 2026-02-23T09:49:19.368 INFO:teuthology.orchestra.run.trial019.stderr:4096+0 records in 2026-02-23T09:49:19.369 INFO:teuthology.orchestra.run.trial019.stderr:4096+0 records out 2026-02-23T09:49:19.369 INFO:teuthology.orchestra.run.trial019.stderr:4096 bytes (4.1 kB, 4.0 KiB) copied, 0.00439073 s, 933 kB/s 2026-02-23T09:49:19.370 DEBUG:teuthology.orchestra.run.trial019:> sudo hexdump -n22 -C -s10737418240 /dev/nvme4n1 2026-02-23T09:49:19.433 INFO:teuthology.orchestra.run.trial019.stdout:280000000 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| 2026-02-23T09:49:19.433 INFO:teuthology.orchestra.run.trial019.stdout:280000010 00 00 00 00 00 00 |......| 2026-02-23T09:49:19.433 INFO:teuthology.orchestra.run.trial019.stdout:280000016 2026-02-23T09:49:19.434 DEBUG:teuthology.orchestra.run.trial019:> sudo dd if=/dev/zero of=/dev/nvme5n1 seek=0 bs=1 count=4096 2026-02-23T09:49:19.501 INFO:teuthology.orchestra.run.trial019.stderr:4096+0 records in 2026-02-23T09:49:19.502 INFO:teuthology.orchestra.run.trial019.stderr:4096+0 records out 2026-02-23T09:49:19.502 INFO:teuthology.orchestra.run.trial019.stderr:4096 bytes (4.1 kB, 4.0 KiB) copied, 0.00462758 s, 885 kB/s 2026-02-23T09:49:19.503 DEBUG:teuthology.orchestra.run.trial019:> sudo hexdump -n22 -C -s0 /dev/nvme5n1 2026-02-23T09:49:19.565 INFO:teuthology.orchestra.run.trial019.stdout:00000000 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| 2026-02-23T09:49:19.566 INFO:teuthology.orchestra.run.trial019.stdout:00000010 00 00 00 00 00 00 |......| 2026-02-23T09:49:19.566 INFO:teuthology.orchestra.run.trial019.stdout:00000016 2026-02-23T09:49:19.567 DEBUG:teuthology.orchestra.run.trial019:> sudo dd if=/dev/zero of=/dev/nvme5n1 seek=1073741824 bs=1 count=4096 2026-02-23T09:49:19.633 INFO:teuthology.orchestra.run.trial019.stderr:4096+0 records in 2026-02-23T09:49:19.634 INFO:teuthology.orchestra.run.trial019.stderr:4096+0 records out 2026-02-23T09:49:19.634 INFO:teuthology.orchestra.run.trial019.stderr:4096 bytes (4.1 kB, 4.0 KiB) copied, 0.00451488 s, 907 kB/s 2026-02-23T09:49:19.635 DEBUG:teuthology.orchestra.run.trial019:> sudo hexdump -n22 -C -s1073741824 /dev/nvme5n1 2026-02-23T09:49:19.698 INFO:teuthology.orchestra.run.trial019.stdout:40000000 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| 2026-02-23T09:49:19.698 INFO:teuthology.orchestra.run.trial019.stdout:40000010 00 00 00 00 00 00 |......| 2026-02-23T09:49:19.698 INFO:teuthology.orchestra.run.trial019.stdout:40000016 2026-02-23T09:49:19.699 DEBUG:teuthology.orchestra.run.trial019:> sudo dd if=/dev/zero of=/dev/nvme5n1 seek=10737418240 bs=1 count=4096 2026-02-23T09:49:19.766 INFO:teuthology.orchestra.run.trial019.stderr:4096+0 records in 2026-02-23T09:49:19.767 INFO:teuthology.orchestra.run.trial019.stderr:4096+0 records out 2026-02-23T09:49:19.767 INFO:teuthology.orchestra.run.trial019.stderr:4096 bytes (4.1 kB, 4.0 KiB) copied, 0.00483898 s, 846 kB/s 2026-02-23T09:49:19.768 DEBUG:teuthology.orchestra.run.trial019:> sudo hexdump -n22 -C -s10737418240 /dev/nvme5n1 2026-02-23T09:49:19.830 INFO:teuthology.orchestra.run.trial019.stdout:280000000 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| 2026-02-23T09:49:19.830 INFO:teuthology.orchestra.run.trial019.stdout:280000010 00 00 00 00 00 00 |......| 2026-02-23T09:49:19.831 INFO:teuthology.orchestra.run.trial019.stdout:280000016 2026-02-23T09:49:19.832 DEBUG:teuthology.orchestra.run.trial019:> sudo dd if=/dev/zero of=/dev/nvme6n1 seek=0 bs=1 count=4096 2026-02-23T09:49:19.900 INFO:teuthology.orchestra.run.trial019.stderr:4096+0 records in 2026-02-23T09:49:19.900 INFO:teuthology.orchestra.run.trial019.stderr:4096+0 records out 2026-02-23T09:49:19.900 INFO:teuthology.orchestra.run.trial019.stderr:4096 bytes (4.1 kB, 4.0 KiB) copied, 0.0050419 s, 812 kB/s 2026-02-23T09:49:19.902 DEBUG:teuthology.orchestra.run.trial019:> sudo hexdump -n22 -C -s0 /dev/nvme6n1 2026-02-23T09:49:19.964 INFO:teuthology.orchestra.run.trial019.stdout:00000000 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| 2026-02-23T09:49:19.965 INFO:teuthology.orchestra.run.trial019.stdout:00000010 00 00 00 00 00 00 |......| 2026-02-23T09:49:19.965 INFO:teuthology.orchestra.run.trial019.stdout:00000016 2026-02-23T09:49:19.966 DEBUG:teuthology.orchestra.run.trial019:> sudo dd if=/dev/zero of=/dev/nvme6n1 seek=1073741824 bs=1 count=4096 2026-02-23T09:49:20.033 INFO:teuthology.orchestra.run.trial019.stderr:4096+0 records in 2026-02-23T09:49:20.034 INFO:teuthology.orchestra.run.trial019.stderr:4096+0 records out 2026-02-23T09:49:20.034 INFO:teuthology.orchestra.run.trial019.stderr:4096 bytes (4.1 kB, 4.0 KiB) copied, 0.00437046 s, 937 kB/s 2026-02-23T09:49:20.035 DEBUG:teuthology.orchestra.run.trial019:> sudo hexdump -n22 -C -s1073741824 /dev/nvme6n1 2026-02-23T09:49:20.099 INFO:teuthology.orchestra.run.trial019.stdout:40000000 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| 2026-02-23T09:49:20.099 INFO:teuthology.orchestra.run.trial019.stdout:40000010 00 00 00 00 00 00 |......| 2026-02-23T09:49:20.099 INFO:teuthology.orchestra.run.trial019.stdout:40000016 2026-02-23T09:49:20.100 DEBUG:teuthology.orchestra.run.trial019:> sudo dd if=/dev/zero of=/dev/nvme6n1 seek=10737418240 bs=1 count=4096 2026-02-23T09:49:20.169 INFO:teuthology.orchestra.run.trial019.stderr:4096+0 records in 2026-02-23T09:49:20.170 INFO:teuthology.orchestra.run.trial019.stderr:4096+0 records out 2026-02-23T09:49:20.170 INFO:teuthology.orchestra.run.trial019.stderr:4096 bytes (4.1 kB, 4.0 KiB) copied, 0.00501433 s, 817 kB/s 2026-02-23T09:49:20.171 DEBUG:teuthology.orchestra.run.trial019:> sudo hexdump -n22 -C -s10737418240 /dev/nvme6n1 2026-02-23T09:49:20.235 INFO:teuthology.orchestra.run.trial019.stdout:280000000 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| 2026-02-23T09:49:20.235 INFO:teuthology.orchestra.run.trial019.stdout:280000010 00 00 00 00 00 00 |......| 2026-02-23T09:49:20.235 INFO:teuthology.orchestra.run.trial019.stdout:280000016 2026-02-23T09:49:20.236 INFO:tasks.nvme_loop:new_devs ['/dev/nvme3n1', '/dev/nvme4n1', '/dev/nvme5n1', '/dev/nvme6n1'] 2026-02-23T09:49:20.237 DEBUG:teuthology.orchestra.run.trial019:> set -ex 2026-02-23T09:49:20.237 DEBUG:teuthology.orchestra.run.trial019:> sudo dd of=/scratch_devs 2026-02-23T09:49:20.301 DEBUG:teuthology.orchestra.run.trial139:> set -ex 2026-02-23T09:49:20.301 DEBUG:teuthology.orchestra.run.trial139:> dd if=/scratch_devs of=/dev/stdout 2026-02-23T09:49:20.321 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-23T09:49:20.321 DEBUG:teuthology.orchestra.run.trial139:> stat /dev/vg_nvme/lv_1 2026-02-23T09:49:20.379 INFO:teuthology.orchestra.run.trial139.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2026-02-23T09:49:20.379 INFO:teuthology.orchestra.run.trial139.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2026-02-23T09:49:20.379 INFO:teuthology.orchestra.run.trial139.stdout:Device: 6h/6d Inode: 1311 Links: 1 2026-02-23T09:49:20.379 INFO:teuthology.orchestra.run.trial139.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2026-02-23T09:49:20.379 INFO:teuthology.orchestra.run.trial139.stdout:Context: system_u:object_r:device_t:s0 2026-02-23T09:49:20.379 INFO:teuthology.orchestra.run.trial139.stdout:Access: 2026-02-23 09:49:16.883712729 +0000 2026-02-23T09:49:20.380 INFO:teuthology.orchestra.run.trial139.stdout:Modify: 2026-02-23 09:49:16.749730889 +0000 2026-02-23T09:49:20.380 INFO:teuthology.orchestra.run.trial139.stdout:Change: 2026-02-23 09:49:16.749730889 +0000 2026-02-23T09:49:20.380 INFO:teuthology.orchestra.run.trial139.stdout: Birth: 2026-02-23 09:49:16.749730889 +0000 2026-02-23T09:49:20.380 DEBUG:teuthology.orchestra.run.trial139:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2026-02-23T09:49:20.445 INFO:teuthology.orchestra.run.trial139.stderr:1+0 records in 2026-02-23T09:49:20.445 INFO:teuthology.orchestra.run.trial139.stderr:1+0 records out 2026-02-23T09:49:20.446 INFO:teuthology.orchestra.run.trial139.stderr:512 bytes copied, 0.000167222 s, 3.1 MB/s 2026-02-23T09:49:20.447 DEBUG:teuthology.orchestra.run.trial139:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2026-02-23T09:49:20.505 DEBUG:teuthology.orchestra.run.trial139:> stat /dev/vg_nvme/lv_2 2026-02-23T09:49:20.563 INFO:teuthology.orchestra.run.trial139.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2026-02-23T09:49:20.563 INFO:teuthology.orchestra.run.trial139.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2026-02-23T09:49:20.563 INFO:teuthology.orchestra.run.trial139.stdout:Device: 6h/6d Inode: 1305 Links: 1 2026-02-23T09:49:20.564 INFO:teuthology.orchestra.run.trial139.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2026-02-23T09:49:20.564 INFO:teuthology.orchestra.run.trial139.stdout:Context: system_u:object_r:device_t:s0 2026-02-23T09:49:20.564 INFO:teuthology.orchestra.run.trial139.stdout:Access: 2026-02-23 09:49:16.883712729 +0000 2026-02-23T09:49:20.564 INFO:teuthology.orchestra.run.trial139.stdout:Modify: 2026-02-23 09:49:16.748731024 +0000 2026-02-23T09:49:20.564 INFO:teuthology.orchestra.run.trial139.stdout:Change: 2026-02-23 09:49:16.748731024 +0000 2026-02-23T09:49:20.564 INFO:teuthology.orchestra.run.trial139.stdout: Birth: 2026-02-23 09:49:16.748731024 +0000 2026-02-23T09:49:20.564 DEBUG:teuthology.orchestra.run.trial139:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2026-02-23T09:49:20.626 INFO:teuthology.orchestra.run.trial139.stderr:1+0 records in 2026-02-23T09:49:20.627 INFO:teuthology.orchestra.run.trial139.stderr:1+0 records out 2026-02-23T09:49:20.627 INFO:teuthology.orchestra.run.trial139.stderr:512 bytes copied, 0.000145775 s, 3.5 MB/s 2026-02-23T09:49:20.628 DEBUG:teuthology.orchestra.run.trial139:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2026-02-23T09:49:20.686 DEBUG:teuthology.orchestra.run.trial139:> stat /dev/vg_nvme/lv_3 2026-02-23T09:49:20.743 INFO:teuthology.orchestra.run.trial139.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2026-02-23T09:49:20.743 INFO:teuthology.orchestra.run.trial139.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2026-02-23T09:49:20.743 INFO:teuthology.orchestra.run.trial139.stdout:Device: 6h/6d Inode: 1297 Links: 1 2026-02-23T09:49:20.743 INFO:teuthology.orchestra.run.trial139.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2026-02-23T09:49:20.743 INFO:teuthology.orchestra.run.trial139.stdout:Context: system_u:object_r:device_t:s0 2026-02-23T09:49:20.743 INFO:teuthology.orchestra.run.trial139.stdout:Access: 2026-02-23 09:49:16.884712594 +0000 2026-02-23T09:49:20.744 INFO:teuthology.orchestra.run.trial139.stdout:Modify: 2026-02-23 09:49:16.748731024 +0000 2026-02-23T09:49:20.744 INFO:teuthology.orchestra.run.trial139.stdout:Change: 2026-02-23 09:49:16.748731024 +0000 2026-02-23T09:49:20.744 INFO:teuthology.orchestra.run.trial139.stdout: Birth: 2026-02-23 09:49:16.748731024 +0000 2026-02-23T09:49:20.744 DEBUG:teuthology.orchestra.run.trial139:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2026-02-23T09:49:20.808 INFO:teuthology.orchestra.run.trial139.stderr:1+0 records in 2026-02-23T09:49:20.808 INFO:teuthology.orchestra.run.trial139.stderr:1+0 records out 2026-02-23T09:49:20.808 INFO:teuthology.orchestra.run.trial139.stderr:512 bytes copied, 0.000148591 s, 3.4 MB/s 2026-02-23T09:49:20.809 DEBUG:teuthology.orchestra.run.trial139:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2026-02-23T09:49:20.868 DEBUG:teuthology.orchestra.run.trial139:> stat /dev/vg_nvme/lv_4 2026-02-23T09:49:20.925 INFO:teuthology.orchestra.run.trial139.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2026-02-23T09:49:20.926 INFO:teuthology.orchestra.run.trial139.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2026-02-23T09:49:20.926 INFO:teuthology.orchestra.run.trial139.stdout:Device: 6h/6d Inode: 1292 Links: 1 2026-02-23T09:49:20.926 INFO:teuthology.orchestra.run.trial139.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2026-02-23T09:49:20.926 INFO:teuthology.orchestra.run.trial139.stdout:Context: system_u:object_r:device_t:s0 2026-02-23T09:49:20.926 INFO:teuthology.orchestra.run.trial139.stdout:Access: 2026-02-23 09:49:16.884712594 +0000 2026-02-23T09:49:20.926 INFO:teuthology.orchestra.run.trial139.stdout:Modify: 2026-02-23 09:49:16.748731024 +0000 2026-02-23T09:49:20.926 INFO:teuthology.orchestra.run.trial139.stdout:Change: 2026-02-23 09:49:16.748731024 +0000 2026-02-23T09:49:20.926 INFO:teuthology.orchestra.run.trial139.stdout: Birth: 2026-02-23 09:49:16.748731024 +0000 2026-02-23T09:49:20.927 DEBUG:teuthology.orchestra.run.trial139:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2026-02-23T09:49:20.990 INFO:teuthology.orchestra.run.trial139.stderr:1+0 records in 2026-02-23T09:49:20.990 INFO:teuthology.orchestra.run.trial139.stderr:1+0 records out 2026-02-23T09:49:20.990 INFO:teuthology.orchestra.run.trial139.stderr:512 bytes copied, 0.00014292 s, 3.6 MB/s 2026-02-23T09:49:20.992 DEBUG:teuthology.orchestra.run.trial139:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2026-02-23T09:49:21.049 DEBUG:teuthology.orchestra.run.trial139:> grep '^nvme_loop' /proc/modules || sudo modprobe nvme_loop && sudo mkdir -p /sys/kernel/config/nvmet/hosts/hostnqn && sudo mkdir -p /sys/kernel/config/nvmet/ports/1 && echo loop | sudo tee /sys/kernel/config/nvmet/ports/1/addr_trtype 2026-02-23T09:49:21.154 INFO:teuthology.orchestra.run.trial139.stdout:loop 2026-02-23T09:49:21.155 INFO:tasks.nvme_loop:Connecting nvme_loop trial139:/dev/vg_nvme/lv_1... 2026-02-23T09:49:21.156 DEBUG:teuthology.orchestra.run.trial139:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_1 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1 && echo -n /dev/vg_nvme/lv_1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_1 /sys/kernel/config/nvmet/ports/1/subsystems/lv_1 && sudo nvme connect -t loop -n lv_1 -q hostnqn 2026-02-23T09:49:21.188 INFO:teuthology.orchestra.run.trial139.stdout:1 2026-02-23T09:49:21.213 INFO:teuthology.orchestra.run.trial139.stdout:/dev/vg_nvme/lv_11 2026-02-23T09:49:21.243 INFO:teuthology.orchestra.run.trial139.stdout:connecting to device: nvme3 2026-02-23T09:49:21.244 INFO:tasks.nvme_loop:Connecting nvme_loop trial139:/dev/vg_nvme/lv_2... 2026-02-23T09:49:21.245 DEBUG:teuthology.orchestra.run.trial139:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_2 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1 && echo -n /dev/vg_nvme/lv_2 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_2 /sys/kernel/config/nvmet/ports/1/subsystems/lv_2 && sudo nvme connect -t loop -n lv_2 -q hostnqn 2026-02-23T09:49:21.316 INFO:teuthology.orchestra.run.trial139.stdout:1 2026-02-23T09:49:21.342 INFO:teuthology.orchestra.run.trial139.stdout:/dev/vg_nvme/lv_21 2026-02-23T09:49:21.371 INFO:teuthology.orchestra.run.trial139.stdout:connecting to device: nvme4 2026-02-23T09:49:21.373 INFO:tasks.nvme_loop:Connecting nvme_loop trial139:/dev/vg_nvme/lv_3... 2026-02-23T09:49:21.373 DEBUG:teuthology.orchestra.run.trial139:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_3 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1 && echo -n /dev/vg_nvme/lv_3 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_3 /sys/kernel/config/nvmet/ports/1/subsystems/lv_3 && sudo nvme connect -t loop -n lv_3 -q hostnqn 2026-02-23T09:49:21.445 INFO:teuthology.orchestra.run.trial139.stdout:1 2026-02-23T09:49:21.469 INFO:teuthology.orchestra.run.trial139.stdout:/dev/vg_nvme/lv_31 2026-02-23T09:49:21.498 INFO:teuthology.orchestra.run.trial139.stdout:connecting to device: nvme5 2026-02-23T09:49:21.499 INFO:tasks.nvme_loop:Connecting nvme_loop trial139:/dev/vg_nvme/lv_4... 2026-02-23T09:49:21.500 DEBUG:teuthology.orchestra.run.trial139:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_4 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1 && echo -n /dev/vg_nvme/lv_4 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_4 /sys/kernel/config/nvmet/ports/1/subsystems/lv_4 && sudo nvme connect -t loop -n lv_4 -q hostnqn 2026-02-23T09:49:21.571 INFO:teuthology.orchestra.run.trial139.stdout:1 2026-02-23T09:49:21.596 INFO:teuthology.orchestra.run.trial139.stdout:/dev/vg_nvme/lv_41 2026-02-23T09:49:21.630 INFO:teuthology.orchestra.run.trial139.stdout:connecting to device: nvme6 2026-02-23T09:49:21.632 DEBUG:teuthology.orchestra.run.trial139:> set -ex 2026-02-23T09:49:21.632 DEBUG:teuthology.orchestra.run.trial139:> dd if=/scratch_devs of=/dev/stdout 2026-02-23T09:49:21.688 DEBUG:teuthology.orchestra.run.trial139:> lsblk 2026-02-23T09:49:21.747 INFO:teuthology.orchestra.run.trial139.stdout:NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINTS 2026-02-23T09:49:21.748 INFO:teuthology.orchestra.run.trial139.stdout:nvme0n1 259:0 0 894.3G 0 disk 2026-02-23T09:49:21.748 INFO:teuthology.orchestra.run.trial139.stdout:├─nvme0n1p1 259:3 0 512M 0 part /boot/efi 2026-02-23T09:49:21.748 INFO:teuthology.orchestra.run.trial139.stdout:└─nvme0n1p2 259:4 0 893.8G 0 part / 2026-02-23T09:49:21.748 INFO:teuthology.orchestra.run.trial139.stdout:nvme2n1 259:1 0 1.7T 0 disk 2026-02-23T09:49:21.748 INFO:teuthology.orchestra.run.trial139.stdout:├─vg_nvme-lv_3 253:2 0 700G 0 lvm 2026-02-23T09:49:21.748 INFO:teuthology.orchestra.run.trial139.stdout:└─vg_nvme-lv_4 253:3 0 700G 0 lvm 2026-02-23T09:49:21.748 INFO:teuthology.orchestra.run.trial139.stdout:nvme1n1 259:2 0 1.7T 0 disk 2026-02-23T09:49:21.748 INFO:teuthology.orchestra.run.trial139.stdout:├─vg_nvme-lv_1 253:0 0 700G 0 lvm 2026-02-23T09:49:21.748 INFO:teuthology.orchestra.run.trial139.stdout:├─vg_nvme-lv_2 253:1 0 700G 0 lvm 2026-02-23T09:49:21.749 INFO:teuthology.orchestra.run.trial139.stdout:└─vg_nvme-lv_5 253:4 0 100G 0 lvm /var/lib/ceph 2026-02-23T09:49:21.749 INFO:teuthology.orchestra.run.trial139.stdout:nvme3n1 259:6 0 700G 0 disk 2026-02-23T09:49:21.749 INFO:teuthology.orchestra.run.trial139.stdout:nvme4n1 259:8 0 700G 0 disk 2026-02-23T09:49:21.749 INFO:teuthology.orchestra.run.trial139.stdout:nvme5n1 259:10 0 700G 0 disk 2026-02-23T09:49:21.749 INFO:teuthology.orchestra.run.trial139.stdout:nvme6n1 259:12 0 700G 0 disk 2026-02-23T09:49:21.749 DEBUG:teuthology.orchestra.run.trial139:> sudo nvme list -o json 2026-02-23T09:49:21.814 INFO:teuthology.orchestra.run.trial139.stdout:{ 2026-02-23T09:49:21.815 INFO:teuthology.orchestra.run.trial139.stdout: "Devices":[ 2026-02-23T09:49:21.815 INFO:teuthology.orchestra.run.trial139.stdout: { 2026-02-23T09:49:21.815 INFO:teuthology.orchestra.run.trial139.stdout: "NameSpace":1, 2026-02-23T09:49:21.815 INFO:teuthology.orchestra.run.trial139.stdout: "DevicePath":"/dev/nvme0n1", 2026-02-23T09:49:21.815 INFO:teuthology.orchestra.run.trial139.stdout: "GenericPath":"/dev/ng0n1", 2026-02-23T09:49:21.815 INFO:teuthology.orchestra.run.trial139.stdout: "Firmware":"E2MU200", 2026-02-23T09:49:21.815 INFO:teuthology.orchestra.run.trial139.stdout: "ModelNumber":"Micron_7450_MTFDKBA960TFR", 2026-02-23T09:49:21.815 INFO:teuthology.orchestra.run.trial139.stdout: "SerialNumber":"25174FCD770C", 2026-02-23T09:49:21.815 INFO:teuthology.orchestra.run.trial139.stdout: "UsedBytes":24752123904, 2026-02-23T09:49:21.815 INFO:teuthology.orchestra.run.trial139.stdout: "MaximumLBA":1875385008, 2026-02-23T09:49:21.816 INFO:teuthology.orchestra.run.trial139.stdout: "PhysicalSize":960197124096, 2026-02-23T09:49:21.816 INFO:teuthology.orchestra.run.trial139.stdout: "SectorSize":512 2026-02-23T09:49:21.816 INFO:teuthology.orchestra.run.trial139.stdout: }, 2026-02-23T09:49:21.816 INFO:teuthology.orchestra.run.trial139.stdout: { 2026-02-23T09:49:21.816 INFO:teuthology.orchestra.run.trial139.stdout: "NameSpace":1, 2026-02-23T09:49:21.816 INFO:teuthology.orchestra.run.trial139.stdout: "DevicePath":"/dev/nvme1n1", 2026-02-23T09:49:21.816 INFO:teuthology.orchestra.run.trial139.stdout: "GenericPath":"/dev/ng1n1", 2026-02-23T09:49:21.816 INFO:teuthology.orchestra.run.trial139.stdout: "Firmware":"E3MQ000", 2026-02-23T09:49:21.816 INFO:teuthology.orchestra.run.trial139.stdout: "ModelNumber":"MTFDKCC1T9TGP-1BK1JABYY", 2026-02-23T09:49:21.816 INFO:teuthology.orchestra.run.trial139.stdout: "SerialNumber":"092510AB6A42", 2026-02-23T09:49:21.816 INFO:teuthology.orchestra.run.trial139.stdout: "UsedBytes":139254030336, 2026-02-23T09:49:21.816 INFO:teuthology.orchestra.run.trial139.stdout: "MaximumLBA":3750748848, 2026-02-23T09:49:21.817 INFO:teuthology.orchestra.run.trial139.stdout: "PhysicalSize":1920383410176, 2026-02-23T09:49:21.817 INFO:teuthology.orchestra.run.trial139.stdout: "SectorSize":512 2026-02-23T09:49:21.817 INFO:teuthology.orchestra.run.trial139.stdout: }, 2026-02-23T09:49:21.817 INFO:teuthology.orchestra.run.trial139.stdout: { 2026-02-23T09:49:21.817 INFO:teuthology.orchestra.run.trial139.stdout: "NameSpace":1, 2026-02-23T09:49:21.817 INFO:teuthology.orchestra.run.trial139.stdout: "DevicePath":"/dev/nvme2n1", 2026-02-23T09:49:21.817 INFO:teuthology.orchestra.run.trial139.stdout: "GenericPath":"/dev/ng2n1", 2026-02-23T09:49:21.817 INFO:teuthology.orchestra.run.trial139.stdout: "Firmware":"E3MQ000", 2026-02-23T09:49:21.817 INFO:teuthology.orchestra.run.trial139.stdout: "ModelNumber":"MTFDKCC1T9TGP-1BK1JABYY", 2026-02-23T09:49:21.817 INFO:teuthology.orchestra.run.trial139.stdout: "SerialNumber":"092510AB6BCC", 2026-02-23T09:49:21.817 INFO:teuthology.orchestra.run.trial139.stdout: "UsedBytes":139147223040, 2026-02-23T09:49:21.818 INFO:teuthology.orchestra.run.trial139.stdout: "MaximumLBA":3750748848, 2026-02-23T09:49:21.818 INFO:teuthology.orchestra.run.trial139.stdout: "PhysicalSize":1920383410176, 2026-02-23T09:49:21.818 INFO:teuthology.orchestra.run.trial139.stdout: "SectorSize":512 2026-02-23T09:49:21.818 INFO:teuthology.orchestra.run.trial139.stdout: }, 2026-02-23T09:49:21.818 INFO:teuthology.orchestra.run.trial139.stdout: { 2026-02-23T09:49:21.818 INFO:teuthology.orchestra.run.trial139.stdout: "NameSpace":1, 2026-02-23T09:49:21.818 INFO:teuthology.orchestra.run.trial139.stdout: "DevicePath":"/dev/nvme3n1", 2026-02-23T09:49:21.818 INFO:teuthology.orchestra.run.trial139.stdout: "GenericPath":"/dev/ng3n1", 2026-02-23T09:49:21.818 INFO:teuthology.orchestra.run.trial139.stdout: "Firmware":"5.14.0-6", 2026-02-23T09:49:21.819 INFO:teuthology.orchestra.run.trial139.stdout: "ModelNumber":"Linux", 2026-02-23T09:49:21.819 INFO:teuthology.orchestra.run.trial139.stdout: "SerialNumber":"b3e2e02b795e2f7b789d", 2026-02-23T09:49:21.819 INFO:teuthology.orchestra.run.trial139.stdout: "UsedBytes":751619276800, 2026-02-23T09:49:21.819 INFO:teuthology.orchestra.run.trial139.stdout: "MaximumLBA":1468006400, 2026-02-23T09:49:21.819 INFO:teuthology.orchestra.run.trial139.stdout: "PhysicalSize":751619276800, 2026-02-23T09:49:21.819 INFO:teuthology.orchestra.run.trial139.stdout: "SectorSize":512 2026-02-23T09:49:21.819 INFO:teuthology.orchestra.run.trial139.stdout: }, 2026-02-23T09:49:21.819 INFO:teuthology.orchestra.run.trial139.stdout: { 2026-02-23T09:49:21.819 INFO:teuthology.orchestra.run.trial139.stdout: "NameSpace":1, 2026-02-23T09:49:21.819 INFO:teuthology.orchestra.run.trial139.stdout: "DevicePath":"/dev/nvme4n1", 2026-02-23T09:49:21.819 INFO:teuthology.orchestra.run.trial139.stdout: "GenericPath":"/dev/ng4n1", 2026-02-23T09:49:21.819 INFO:teuthology.orchestra.run.trial139.stdout: "Firmware":"5.14.0-6", 2026-02-23T09:49:21.819 INFO:teuthology.orchestra.run.trial139.stdout: "ModelNumber":"Linux", 2026-02-23T09:49:21.820 INFO:teuthology.orchestra.run.trial139.stdout: "SerialNumber":"edbc3ae495b8a8364da4", 2026-02-23T09:49:21.820 INFO:teuthology.orchestra.run.trial139.stdout: "UsedBytes":751619276800, 2026-02-23T09:49:21.820 INFO:teuthology.orchestra.run.trial139.stdout: "MaximumLBA":1468006400, 2026-02-23T09:49:21.820 INFO:teuthology.orchestra.run.trial139.stdout: "PhysicalSize":751619276800, 2026-02-23T09:49:21.820 INFO:teuthology.orchestra.run.trial139.stdout: "SectorSize":512 2026-02-23T09:49:21.820 INFO:teuthology.orchestra.run.trial139.stdout: }, 2026-02-23T09:49:21.820 INFO:teuthology.orchestra.run.trial139.stdout: { 2026-02-23T09:49:21.820 INFO:teuthology.orchestra.run.trial139.stdout: "NameSpace":1, 2026-02-23T09:49:21.820 INFO:teuthology.orchestra.run.trial139.stdout: "DevicePath":"/dev/nvme5n1", 2026-02-23T09:49:21.820 INFO:teuthology.orchestra.run.trial139.stdout: "GenericPath":"/dev/ng5n1", 2026-02-23T09:49:21.820 INFO:teuthology.orchestra.run.trial139.stdout: "Firmware":"5.14.0-6", 2026-02-23T09:49:21.820 INFO:teuthology.orchestra.run.trial139.stdout: "ModelNumber":"Linux", 2026-02-23T09:49:21.820 INFO:teuthology.orchestra.run.trial139.stdout: "SerialNumber":"c412bf06250aa2e580e6", 2026-02-23T09:49:21.821 INFO:teuthology.orchestra.run.trial139.stdout: "UsedBytes":751619276800, 2026-02-23T09:49:21.821 INFO:teuthology.orchestra.run.trial139.stdout: "MaximumLBA":1468006400, 2026-02-23T09:49:21.821 INFO:teuthology.orchestra.run.trial139.stdout: "PhysicalSize":751619276800, 2026-02-23T09:49:21.821 INFO:teuthology.orchestra.run.trial139.stdout: "SectorSize":512 2026-02-23T09:49:21.821 INFO:teuthology.orchestra.run.trial139.stdout: }, 2026-02-23T09:49:21.821 INFO:teuthology.orchestra.run.trial139.stdout: { 2026-02-23T09:49:21.821 INFO:teuthology.orchestra.run.trial139.stdout: "NameSpace":1, 2026-02-23T09:49:21.821 INFO:teuthology.orchestra.run.trial139.stdout: "DevicePath":"/dev/nvme6n1", 2026-02-23T09:49:21.821 INFO:teuthology.orchestra.run.trial139.stdout: "GenericPath":"/dev/ng6n1", 2026-02-23T09:49:21.821 INFO:teuthology.orchestra.run.trial139.stdout: "Firmware":"5.14.0-6", 2026-02-23T09:49:21.821 INFO:teuthology.orchestra.run.trial139.stdout: "ModelNumber":"Linux", 2026-02-23T09:49:21.821 INFO:teuthology.orchestra.run.trial139.stdout: "SerialNumber":"7c79a23d3cf5640fd27a", 2026-02-23T09:49:21.821 INFO:teuthology.orchestra.run.trial139.stdout: "UsedBytes":751619276800, 2026-02-23T09:49:21.822 INFO:teuthology.orchestra.run.trial139.stdout: "MaximumLBA":1468006400, 2026-02-23T09:49:21.822 INFO:teuthology.orchestra.run.trial139.stdout: "PhysicalSize":751619276800, 2026-02-23T09:49:21.822 INFO:teuthology.orchestra.run.trial139.stdout: "SectorSize":512 2026-02-23T09:49:21.822 INFO:teuthology.orchestra.run.trial139.stdout: } 2026-02-23T09:49:21.822 INFO:teuthology.orchestra.run.trial139.stdout: ] 2026-02-23T09:49:21.822 INFO:teuthology.orchestra.run.trial139.stdout:} 2026-02-23T09:49:21.823 DEBUG:teuthology.orchestra.run.trial139:> sudo dd if=/dev/zero of=/dev/nvme3n1 seek=0 bs=1 count=4096 2026-02-23T09:49:21.892 INFO:teuthology.orchestra.run.trial139.stderr:4096+0 records in 2026-02-23T09:49:21.892 INFO:teuthology.orchestra.run.trial139.stderr:4096+0 records out 2026-02-23T09:49:21.892 INFO:teuthology.orchestra.run.trial139.stderr:4096 bytes (4.1 kB, 4.0 KiB) copied, 0.00464389 s, 882 kB/s 2026-02-23T09:49:21.894 DEBUG:teuthology.orchestra.run.trial139:> sudo hexdump -n22 -C -s0 /dev/nvme3n1 2026-02-23T09:49:21.956 INFO:teuthology.orchestra.run.trial139.stdout:00000000 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| 2026-02-23T09:49:21.957 INFO:teuthology.orchestra.run.trial139.stdout:00000010 00 00 00 00 00 00 |......| 2026-02-23T09:49:21.957 INFO:teuthology.orchestra.run.trial139.stdout:00000016 2026-02-23T09:49:21.958 DEBUG:teuthology.orchestra.run.trial139:> sudo dd if=/dev/zero of=/dev/nvme3n1 seek=1073741824 bs=1 count=4096 2026-02-23T09:49:22.026 INFO:teuthology.orchestra.run.trial139.stderr:4096+0 records in 2026-02-23T09:49:22.026 INFO:teuthology.orchestra.run.trial139.stderr:4096+0 records out 2026-02-23T09:49:22.026 INFO:teuthology.orchestra.run.trial139.stderr:4096 bytes (4.1 kB, 4.0 KiB) copied, 0.00469788 s, 872 kB/s 2026-02-23T09:49:22.028 DEBUG:teuthology.orchestra.run.trial139:> sudo hexdump -n22 -C -s1073741824 /dev/nvme3n1 2026-02-23T09:49:22.089 INFO:teuthology.orchestra.run.trial139.stdout:40000000 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| 2026-02-23T09:49:22.089 INFO:teuthology.orchestra.run.trial139.stdout:40000010 00 00 00 00 00 00 |......| 2026-02-23T09:49:22.090 INFO:teuthology.orchestra.run.trial139.stdout:40000016 2026-02-23T09:49:22.091 DEBUG:teuthology.orchestra.run.trial139:> sudo dd if=/dev/zero of=/dev/nvme3n1 seek=10737418240 bs=1 count=4096 2026-02-23T09:49:22.156 INFO:teuthology.orchestra.run.trial139.stderr:4096+0 records in 2026-02-23T09:49:22.157 INFO:teuthology.orchestra.run.trial139.stderr:4096+0 records out 2026-02-23T09:49:22.157 INFO:teuthology.orchestra.run.trial139.stderr:4096 bytes (4.1 kB, 4.0 KiB) copied, 0.00465935 s, 879 kB/s 2026-02-23T09:49:22.158 DEBUG:teuthology.orchestra.run.trial139:> sudo hexdump -n22 -C -s10737418240 /dev/nvme3n1 2026-02-23T09:49:22.222 INFO:teuthology.orchestra.run.trial139.stdout:280000000 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| 2026-02-23T09:49:22.222 INFO:teuthology.orchestra.run.trial139.stdout:280000010 00 00 00 00 00 00 |......| 2026-02-23T09:49:22.223 INFO:teuthology.orchestra.run.trial139.stdout:280000016 2026-02-23T09:49:22.224 DEBUG:teuthology.orchestra.run.trial139:> sudo dd if=/dev/zero of=/dev/nvme4n1 seek=0 bs=1 count=4096 2026-02-23T09:49:22.291 INFO:teuthology.orchestra.run.trial139.stderr:4096+0 records in 2026-02-23T09:49:22.291 INFO:teuthology.orchestra.run.trial139.stderr:4096+0 records out 2026-02-23T09:49:22.291 INFO:teuthology.orchestra.run.trial139.stderr:4096 bytes (4.1 kB, 4.0 KiB) copied, 0.00494118 s, 829 kB/s 2026-02-23T09:49:22.293 DEBUG:teuthology.orchestra.run.trial139:> sudo hexdump -n22 -C -s0 /dev/nvme4n1 2026-02-23T09:49:22.355 INFO:teuthology.orchestra.run.trial139.stdout:00000000 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| 2026-02-23T09:49:22.355 INFO:teuthology.orchestra.run.trial139.stdout:00000010 00 00 00 00 00 00 |......| 2026-02-23T09:49:22.355 INFO:teuthology.orchestra.run.trial139.stdout:00000016 2026-02-23T09:49:22.357 DEBUG:teuthology.orchestra.run.trial139:> sudo dd if=/dev/zero of=/dev/nvme4n1 seek=1073741824 bs=1 count=4096 2026-02-23T09:49:22.424 INFO:teuthology.orchestra.run.trial139.stderr:4096+0 records in 2026-02-23T09:49:22.425 INFO:teuthology.orchestra.run.trial139.stderr:4096+0 records out 2026-02-23T09:49:22.425 INFO:teuthology.orchestra.run.trial139.stderr:4096 bytes (4.1 kB, 4.0 KiB) copied, 0.00476043 s, 860 kB/s 2026-02-23T09:49:22.426 DEBUG:teuthology.orchestra.run.trial139:> sudo hexdump -n22 -C -s1073741824 /dev/nvme4n1 2026-02-23T09:49:22.489 INFO:teuthology.orchestra.run.trial139.stdout:40000000 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| 2026-02-23T09:49:22.489 INFO:teuthology.orchestra.run.trial139.stdout:40000010 00 00 00 00 00 00 |......| 2026-02-23T09:49:22.489 INFO:teuthology.orchestra.run.trial139.stdout:40000016 2026-02-23T09:49:22.491 DEBUG:teuthology.orchestra.run.trial139:> sudo dd if=/dev/zero of=/dev/nvme4n1 seek=10737418240 bs=1 count=4096 2026-02-23T09:49:22.557 INFO:teuthology.orchestra.run.trial139.stderr:4096+0 records in 2026-02-23T09:49:22.558 INFO:teuthology.orchestra.run.trial139.stderr:4096+0 records out 2026-02-23T09:49:22.558 INFO:teuthology.orchestra.run.trial139.stderr:4096 bytes (4.1 kB, 4.0 KiB) copied, 0.00467429 s, 876 kB/s 2026-02-23T09:49:22.559 DEBUG:teuthology.orchestra.run.trial139:> sudo hexdump -n22 -C -s10737418240 /dev/nvme4n1 2026-02-23T09:49:22.621 INFO:teuthology.orchestra.run.trial139.stdout:280000000 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| 2026-02-23T09:49:22.622 INFO:teuthology.orchestra.run.trial139.stdout:280000010 00 00 00 00 00 00 |......| 2026-02-23T09:49:22.622 INFO:teuthology.orchestra.run.trial139.stdout:280000016 2026-02-23T09:49:22.623 DEBUG:teuthology.orchestra.run.trial139:> sudo dd if=/dev/zero of=/dev/nvme5n1 seek=0 bs=1 count=4096 2026-02-23T09:49:22.690 INFO:teuthology.orchestra.run.trial139.stderr:4096+0 records in 2026-02-23T09:49:22.690 INFO:teuthology.orchestra.run.trial139.stderr:4096+0 records out 2026-02-23T09:49:22.690 INFO:teuthology.orchestra.run.trial139.stderr:4096 bytes (4.1 kB, 4.0 KiB) copied, 0.00501468 s, 817 kB/s 2026-02-23T09:49:22.692 DEBUG:teuthology.orchestra.run.trial139:> sudo hexdump -n22 -C -s0 /dev/nvme5n1 2026-02-23T09:49:22.755 INFO:teuthology.orchestra.run.trial139.stdout:00000000 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| 2026-02-23T09:49:22.755 INFO:teuthology.orchestra.run.trial139.stdout:00000010 00 00 00 00 00 00 |......| 2026-02-23T09:49:22.755 INFO:teuthology.orchestra.run.trial139.stdout:00000016 2026-02-23T09:49:22.756 DEBUG:teuthology.orchestra.run.trial139:> sudo dd if=/dev/zero of=/dev/nvme5n1 seek=1073741824 bs=1 count=4096 2026-02-23T09:49:22.823 INFO:teuthology.orchestra.run.trial139.stderr:4096+0 records in 2026-02-23T09:49:22.823 INFO:teuthology.orchestra.run.trial139.stderr:4096+0 records out 2026-02-23T09:49:22.823 INFO:teuthology.orchestra.run.trial139.stderr:4096 bytes (4.1 kB, 4.0 KiB) copied, 0.00449598 s, 911 kB/s 2026-02-23T09:49:22.825 DEBUG:teuthology.orchestra.run.trial139:> sudo hexdump -n22 -C -s1073741824 /dev/nvme5n1 2026-02-23T09:49:22.887 INFO:teuthology.orchestra.run.trial139.stdout:40000000 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| 2026-02-23T09:49:22.887 INFO:teuthology.orchestra.run.trial139.stdout:40000010 00 00 00 00 00 00 |......| 2026-02-23T09:49:22.887 INFO:teuthology.orchestra.run.trial139.stdout:40000016 2026-02-23T09:49:22.888 DEBUG:teuthology.orchestra.run.trial139:> sudo dd if=/dev/zero of=/dev/nvme5n1 seek=10737418240 bs=1 count=4096 2026-02-23T09:49:22.955 INFO:teuthology.orchestra.run.trial139.stderr:4096+0 records in 2026-02-23T09:49:22.955 INFO:teuthology.orchestra.run.trial139.stderr:4096+0 records out 2026-02-23T09:49:22.955 INFO:teuthology.orchestra.run.trial139.stderr:4096 bytes (4.1 kB, 4.0 KiB) copied, 0.00462251 s, 886 kB/s 2026-02-23T09:49:22.957 DEBUG:teuthology.orchestra.run.trial139:> sudo hexdump -n22 -C -s10737418240 /dev/nvme5n1 2026-02-23T09:49:23.019 INFO:teuthology.orchestra.run.trial139.stdout:280000000 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| 2026-02-23T09:49:23.019 INFO:teuthology.orchestra.run.trial139.stdout:280000010 00 00 00 00 00 00 |......| 2026-02-23T09:49:23.019 INFO:teuthology.orchestra.run.trial139.stdout:280000016 2026-02-23T09:49:23.020 DEBUG:teuthology.orchestra.run.trial139:> sudo dd if=/dev/zero of=/dev/nvme6n1 seek=0 bs=1 count=4096 2026-02-23T09:49:23.089 INFO:teuthology.orchestra.run.trial139.stderr:4096+0 records in 2026-02-23T09:49:23.090 INFO:teuthology.orchestra.run.trial139.stderr:4096+0 records out 2026-02-23T09:49:23.090 INFO:teuthology.orchestra.run.trial139.stderr:4096 bytes (4.1 kB, 4.0 KiB) copied, 0.00465412 s, 880 kB/s 2026-02-23T09:49:23.091 DEBUG:teuthology.orchestra.run.trial139:> sudo hexdump -n22 -C -s0 /dev/nvme6n1 2026-02-23T09:49:23.154 INFO:teuthology.orchestra.run.trial139.stdout:00000000 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| 2026-02-23T09:49:23.155 INFO:teuthology.orchestra.run.trial139.stdout:00000010 00 00 00 00 00 00 |......| 2026-02-23T09:49:23.155 INFO:teuthology.orchestra.run.trial139.stdout:00000016 2026-02-23T09:49:23.156 DEBUG:teuthology.orchestra.run.trial139:> sudo dd if=/dev/zero of=/dev/nvme6n1 seek=1073741824 bs=1 count=4096 2026-02-23T09:49:23.222 INFO:teuthology.orchestra.run.trial139.stderr:4096+0 records in 2026-02-23T09:49:23.222 INFO:teuthology.orchestra.run.trial139.stderr:4096+0 records out 2026-02-23T09:49:23.222 INFO:teuthology.orchestra.run.trial139.stderr:4096 bytes (4.1 kB, 4.0 KiB) copied, 0.00438102 s, 935 kB/s 2026-02-23T09:49:23.223 DEBUG:teuthology.orchestra.run.trial139:> sudo hexdump -n22 -C -s1073741824 /dev/nvme6n1 2026-02-23T09:49:23.285 INFO:teuthology.orchestra.run.trial139.stdout:40000000 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| 2026-02-23T09:49:23.286 INFO:teuthology.orchestra.run.trial139.stdout:40000010 00 00 00 00 00 00 |......| 2026-02-23T09:49:23.286 INFO:teuthology.orchestra.run.trial139.stdout:40000016 2026-02-23T09:49:23.287 DEBUG:teuthology.orchestra.run.trial139:> sudo dd if=/dev/zero of=/dev/nvme6n1 seek=10737418240 bs=1 count=4096 2026-02-23T09:49:23.354 INFO:teuthology.orchestra.run.trial139.stderr:4096+0 records in 2026-02-23T09:49:23.354 INFO:teuthology.orchestra.run.trial139.stderr:4096+0 records out 2026-02-23T09:49:23.354 INFO:teuthology.orchestra.run.trial139.stderr:4096 bytes (4.1 kB, 4.0 KiB) copied, 0.00437159 s, 937 kB/s 2026-02-23T09:49:23.355 DEBUG:teuthology.orchestra.run.trial139:> sudo hexdump -n22 -C -s10737418240 /dev/nvme6n1 2026-02-23T09:49:23.420 INFO:teuthology.orchestra.run.trial139.stdout:280000000 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| 2026-02-23T09:49:23.420 INFO:teuthology.orchestra.run.trial139.stdout:280000010 00 00 00 00 00 00 |......| 2026-02-23T09:49:23.420 INFO:teuthology.orchestra.run.trial139.stdout:280000016 2026-02-23T09:49:23.421 INFO:tasks.nvme_loop:new_devs ['/dev/nvme3n1', '/dev/nvme4n1', '/dev/nvme5n1', '/dev/nvme6n1'] 2026-02-23T09:49:23.421 DEBUG:teuthology.orchestra.run.trial139:> set -ex 2026-02-23T09:49:23.422 DEBUG:teuthology.orchestra.run.trial139:> sudo dd of=/scratch_devs 2026-02-23T09:49:23.485 INFO:teuthology.run_tasks:Running task cephadm... 2026-02-23T09:49:23.617 INFO:tasks.cephadm:Config: {'roleless': 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, 'osd shutdown pgref assert': True}}, 'flavor': 'default', 'log-ignorelist': ['\\(MDS_ALL_DOWN\\)', '\\(MDS_UP_LESS_THAN_MAX\\)', 'CEPHADM_DAEMON_PLACE_FAIL', 'CEPHADM_FAILED_DAEMON'], 'log-only-match': ['CEPHADM_'], 'sha1': '244ee61d76a715c3ac0d60eeb3321aefb91c3511'} 2026-02-23T09:49:23.617 INFO:tasks.cephadm:Cluster image is quay.ceph.io/ceph-ci/ceph:244ee61d76a715c3ac0d60eeb3321aefb91c3511 2026-02-23T09:49:23.621 INFO:tasks.cephadm:Cluster fsid is ef044f25-109c-11f1-802f-d404e6e7d460 2026-02-23T09:49:23.621 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2026-02-23T09:49:23.621 INFO:tasks.cephadm:No mon roles; fabricating mons 2026-02-23T09:49:23.621 INFO:tasks.cephadm:Monitor IPs: {'mon.trial019': '10.20.193.19', 'mon.trial139': '10.20.193.139'} 2026-02-23T09:49:23.621 INFO:tasks.cephadm:Normalizing hostnames... 2026-02-23T09:49:23.621 DEBUG:teuthology.orchestra.run.trial019:> sudo hostname $(hostname -s) 2026-02-23T09:49:23.647 DEBUG:teuthology.orchestra.run.trial139:> sudo hostname $(hostname -s) 2026-02-23T09:49:23.672 INFO:tasks.cephadm:Downloading "compiled" cephadm from cachra 2026-02-23T09:49:23.673 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-23T09:49:23.805 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-23T09:49:23.942 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-23T09:49:23.943 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-23T09:49:23.944 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-23T09:49:23.944 DEBUG:teuthology.orchestra.run.trial019:> 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-23T09:49:24.282 INFO:teuthology.orchestra.run.trial019.stdout:-rw-r--r--. 1 ubuntu ubuntu 1082492 Feb 23 09:49 /home/ubuntu/cephtest/cephadm 2026-02-23T09:49:24.283 DEBUG:teuthology.orchestra.run.trial139:> 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-23T09:49:24.598 INFO:teuthology.orchestra.run.trial139.stdout:-rw-r--r--. 1 ubuntu ubuntu 1082492 Feb 23 09:49 /home/ubuntu/cephtest/cephadm 2026-02-23T09:49:24.598 DEBUG:teuthology.orchestra.run.trial019:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2026-02-23T09:49:24.616 DEBUG:teuthology.orchestra.run.trial139:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2026-02-23T09:49:24.643 INFO:tasks.cephadm:Pulling image quay.ceph.io/ceph-ci/ceph:244ee61d76a715c3ac0d60eeb3321aefb91c3511 on all hosts... 2026-02-23T09:49:24.643 DEBUG:teuthology.orchestra.run.trial019:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:244ee61d76a715c3ac0d60eeb3321aefb91c3511 pull 2026-02-23T09:49:24.659 DEBUG:teuthology.orchestra.run.trial139:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:244ee61d76a715c3ac0d60eeb3321aefb91c3511 pull 2026-02-23T09:49:24.898 INFO:teuthology.orchestra.run.trial019.stderr:Pulling container image quay.ceph.io/ceph-ci/ceph:244ee61d76a715c3ac0d60eeb3321aefb91c3511... 2026-02-23T09:49:24.905 INFO:teuthology.orchestra.run.trial139.stderr:Pulling container image quay.ceph.io/ceph-ci/ceph:244ee61d76a715c3ac0d60eeb3321aefb91c3511... 2026-02-23T09:49:34.194 INFO:teuthology.orchestra.run.trial139.stdout:{ 2026-02-23T09:49:34.194 INFO:teuthology.orchestra.run.trial139.stdout: "ceph_version": "ceph version 20.3.0-5338-g244ee61d (244ee61d76a715c3ac0d60eeb3321aefb91c3511) tentacle (dev)", 2026-02-23T09:49:34.194 INFO:teuthology.orchestra.run.trial139.stdout: "image_id": "d53f437b9974e91900768e66cdcee7298151761d59e3725242d4220dd9008a26", 2026-02-23T09:49:34.194 INFO:teuthology.orchestra.run.trial139.stdout: "repo_digests": [ 2026-02-23T09:49:34.194 INFO:teuthology.orchestra.run.trial139.stdout: "quay.ceph.io/ceph-ci/ceph@sha256:aa1908bf3487bd0120867a595cd8279257306a73ebf8926eb7370fa78e59f3f2" 2026-02-23T09:49:34.195 INFO:teuthology.orchestra.run.trial139.stdout: ] 2026-02-23T09:49:34.195 INFO:teuthology.orchestra.run.trial139.stdout:} 2026-02-23T09:49:34.206 INFO:teuthology.orchestra.run.trial019.stdout:{ 2026-02-23T09:49:34.206 INFO:teuthology.orchestra.run.trial019.stdout: "ceph_version": "ceph version 20.3.0-5338-g244ee61d (244ee61d76a715c3ac0d60eeb3321aefb91c3511) tentacle (dev)", 2026-02-23T09:49:34.206 INFO:teuthology.orchestra.run.trial019.stdout: "image_id": "d53f437b9974e91900768e66cdcee7298151761d59e3725242d4220dd9008a26", 2026-02-23T09:49:34.207 INFO:teuthology.orchestra.run.trial019.stdout: "repo_digests": [ 2026-02-23T09:49:34.207 INFO:teuthology.orchestra.run.trial019.stdout: "quay.ceph.io/ceph-ci/ceph@sha256:aa1908bf3487bd0120867a595cd8279257306a73ebf8926eb7370fa78e59f3f2" 2026-02-23T09:49:34.207 INFO:teuthology.orchestra.run.trial019.stdout: ] 2026-02-23T09:49:34.207 INFO:teuthology.orchestra.run.trial019.stdout:} 2026-02-23T09:49:34.223 DEBUG:teuthology.orchestra.run.trial019:> sudo mkdir -p /etc/ceph 2026-02-23T09:49:34.297 DEBUG:teuthology.orchestra.run.trial139:> sudo mkdir -p /etc/ceph 2026-02-23T09:49:34.326 DEBUG:teuthology.orchestra.run.trial019:> sudo chmod 777 /etc/ceph 2026-02-23T09:49:34.349 DEBUG:teuthology.orchestra.run.trial139:> sudo chmod 777 /etc/ceph 2026-02-23T09:49:34.390 INFO:tasks.cephadm:Writing seed config... 2026-02-23T09:49:34.392 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2026-02-23T09:49:34.392 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2026-02-23T09:49:34.392 INFO:tasks.cephadm: override: [mon] debug mon = 20 2026-02-23T09:49:34.392 INFO:tasks.cephadm: override: [mon] debug ms = 1 2026-02-23T09:49:34.392 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2026-02-23T09:49:34.393 INFO:tasks.cephadm: override: [osd] debug ms = 1 2026-02-23T09:49:34.393 INFO:tasks.cephadm: override: [osd] debug osd = 20 2026-02-23T09:49:34.393 INFO:tasks.cephadm: override: [osd] osd shutdown pgref assert = True 2026-02-23T09:49:34.394 DEBUG:teuthology.orchestra.run.trial019:> set -ex 2026-02-23T09:49:34.394 DEBUG:teuthology.orchestra.run.trial019:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2026-02-23T09:49:34.412 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 = ef044f25-109c-11f1-802f-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-23T09:49:34.412 DEBUG:teuthology.orchestra.run.trial019:mon.trial019> sudo journalctl -f -n 0 -u ceph-ef044f25-109c-11f1-802f-d404e6e7d460@mon.trial019.service 2026-02-23T09:49:34.454 INFO:tasks.cephadm:Bootstrapping... 2026-02-23T09:49:34.454 DEBUG:teuthology.orchestra.run.trial019:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:244ee61d76a715c3ac0d60eeb3321aefb91c3511 -v bootstrap --fsid ef044f25-109c-11f1-802f-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-ip 10.20.193.19 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2026-02-23T09:49:34.590 INFO:teuthology.orchestra.run.trial019.stdout:-------------------------------------------------------------------------------- 2026-02-23T09:49:34.590 INFO:teuthology.orchestra.run.trial019.stdout:cephadm ['--image', 'quay.ceph.io/ceph-ci/ceph:244ee61d76a715c3ac0d60eeb3321aefb91c3511', '-v', 'bootstrap', '--fsid', 'ef044f25-109c-11f1-802f-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-ip', '10.20.193.19', '--skip-admin-label'] 2026-02-23T09:49:34.591 INFO:teuthology.orchestra.run.trial019.stderr:Specifying an fsid for your cluster offers no advantages and may increase the likelihood of fsid conflicts. 2026-02-23T09:49:34.591 INFO:teuthology.orchestra.run.trial019.stdout:Verifying podman|docker is present... 2026-02-23T09:49:34.607 INFO:teuthology.orchestra.run.trial019.stdout:/bin/podman: stdout 5.6.0 2026-02-23T09:49:34.607 INFO:teuthology.orchestra.run.trial019.stdout:Verifying lvm2 is present... 2026-02-23T09:49:34.607 INFO:teuthology.orchestra.run.trial019.stdout:Verifying time synchronization is in place... 2026-02-23T09:49:34.613 INFO:teuthology.orchestra.run.trial019.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2026-02-23T09:49:34.613 INFO:teuthology.orchestra.run.trial019.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2026-02-23T09:49:34.619 INFO:teuthology.orchestra.run.trial019.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2026-02-23T09:49:34.619 INFO:teuthology.orchestra.run.trial019.stdout:systemctl: stdout inactive 2026-02-23T09:49:34.625 INFO:teuthology.orchestra.run.trial019.stdout:systemctl: stdout enabled 2026-02-23T09:49:34.630 INFO:teuthology.orchestra.run.trial019.stdout:systemctl: stdout active 2026-02-23T09:49:34.630 INFO:teuthology.orchestra.run.trial019.stdout:Unit chronyd.service is enabled and running 2026-02-23T09:49:34.630 INFO:teuthology.orchestra.run.trial019.stdout:Repeating the final host check... 2026-02-23T09:49:34.646 INFO:teuthology.orchestra.run.trial019.stdout:/bin/podman: stdout 5.6.0 2026-02-23T09:49:34.646 INFO:teuthology.orchestra.run.trial019.stdout:podman (/bin/podman) version 5.6.0 is present 2026-02-23T09:49:34.646 INFO:teuthology.orchestra.run.trial019.stdout:systemctl is present 2026-02-23T09:49:34.646 INFO:teuthology.orchestra.run.trial019.stdout:lvcreate is present 2026-02-23T09:49:34.651 INFO:teuthology.orchestra.run.trial019.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2026-02-23T09:49:34.651 INFO:teuthology.orchestra.run.trial019.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2026-02-23T09:49:34.657 INFO:teuthology.orchestra.run.trial019.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2026-02-23T09:49:34.657 INFO:teuthology.orchestra.run.trial019.stdout:systemctl: stdout inactive 2026-02-23T09:49:34.662 INFO:teuthology.orchestra.run.trial019.stdout:systemctl: stdout enabled 2026-02-23T09:49:34.669 INFO:teuthology.orchestra.run.trial019.stdout:systemctl: stdout active 2026-02-23T09:49:34.669 INFO:teuthology.orchestra.run.trial019.stdout:Unit chronyd.service is enabled and running 2026-02-23T09:49:34.669 INFO:teuthology.orchestra.run.trial019.stdout:Host looks OK 2026-02-23T09:49:34.669 INFO:teuthology.orchestra.run.trial019.stdout:Cluster fsid: ef044f25-109c-11f1-802f-d404e6e7d460 2026-02-23T09:49:34.669 INFO:teuthology.orchestra.run.trial019.stdout:Acquiring lock 140175188732944 on /run/cephadm/ef044f25-109c-11f1-802f-d404e6e7d460.lock 2026-02-23T09:49:34.669 INFO:teuthology.orchestra.run.trial019.stdout:Lock 140175188732944 acquired on /run/cephadm/ef044f25-109c-11f1-802f-d404e6e7d460.lock 2026-02-23T09:49:34.669 INFO:teuthology.orchestra.run.trial019.stdout:Verifying IP 10.20.193.19 port 3300 ... 2026-02-23T09:49:34.669 INFO:teuthology.orchestra.run.trial019.stdout:Verifying IP 10.20.193.19 port 6789 ... 2026-02-23T09:49:34.670 INFO:teuthology.orchestra.run.trial019.stdout:Base mon IP(s) is [10.20.193.19:3300, 10.20.193.19:6789], mon addrv is [v2:10.20.193.19:3300,v1:10.20.193.19:6789] 2026-02-23T09:49:34.672 INFO:teuthology.orchestra.run.trial019.stdout:/sbin/ip: stdout default via 10.20.192.1 dev enp1s0f0 proto dhcp src 10.20.193.19 metric 102 2026-02-23T09:49:34.672 INFO:teuthology.orchestra.run.trial019.stdout:/sbin/ip: stdout 10.20.192.0/20 dev enp1s0f0 proto kernel scope link src 10.20.193.19 metric 102 2026-02-23T09:49:34.672 INFO:teuthology.orchestra.run.trial019.stdout:/sbin/ip: stdout 169.254.3.0/24 dev enp7s0f4u2u2c2 proto kernel scope link src 169.254.3.1 metric 101 2026-02-23T09:49:34.675 INFO:teuthology.orchestra.run.trial019.stdout:/sbin/ip: stdout ::1 dev lo proto kernel metric 256 pref medium 2026-02-23T09:49:34.675 INFO:teuthology.orchestra.run.trial019.stdout:/sbin/ip: stdout fe80::/64 dev enp1s0f0 proto kernel metric 256 pref medium 2026-02-23T09:49:34.675 INFO:teuthology.orchestra.run.trial019.stdout:/sbin/ip: stdout fe80::/64 dev enp7s0f4u2u2c2 proto kernel metric 1024 pref medium 2026-02-23T09:49:34.678 INFO:teuthology.orchestra.run.trial019.stdout:/sbin/ip: stdout 1: lo: mtu 65536 state UNKNOWN qlen 1000 2026-02-23T09:49:34.678 INFO:teuthology.orchestra.run.trial019.stdout:/sbin/ip: stdout inet6 ::1/128 scope host 2026-02-23T09:49:34.678 INFO:teuthology.orchestra.run.trial019.stdout:/sbin/ip: stdout valid_lft forever preferred_lft forever 2026-02-23T09:49:34.678 INFO:teuthology.orchestra.run.trial019.stdout:/sbin/ip: stdout 2: enp7s0f4u2u2c2: mtu 1500 state UNKNOWN qlen 1000 2026-02-23T09:49:34.678 INFO:teuthology.orchestra.run.trial019.stdout:/sbin/ip: stdout inet6 fe80::90c4:583:ba5f:99b8/64 scope link noprefixroute 2026-02-23T09:49:34.678 INFO:teuthology.orchestra.run.trial019.stdout:/sbin/ip: stdout valid_lft forever preferred_lft forever 2026-02-23T09:49:34.678 INFO:teuthology.orchestra.run.trial019.stdout:/sbin/ip: stdout 3: enp1s0f0: mtu 1500 state UP qlen 1000 2026-02-23T09:49:34.678 INFO:teuthology.orchestra.run.trial019.stdout:/sbin/ip: stdout inet6 fe80::925a:8ff:fe77:6312/64 scope link 2026-02-23T09:49:34.678 INFO:teuthology.orchestra.run.trial019.stdout:/sbin/ip: stdout valid_lft forever preferred_lft forever 2026-02-23T09:49:34.678 INFO:teuthology.orchestra.run.trial019.stdout:Mon IP `10.20.193.19` is in CIDR network `10.20.192.0/20` 2026-02-23T09:49:34.679 INFO:teuthology.orchestra.run.trial019.stdout:Mon IP `10.20.193.19` is in CIDR network `10.20.192.0/20` 2026-02-23T09:49:34.679 INFO:teuthology.orchestra.run.trial019.stdout:Inferred mon public CIDR from local network configuration ['10.20.192.0/20', '10.20.192.0/20'] 2026-02-23T09:49:34.679 INFO:teuthology.orchestra.run.trial019.stdout:Internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2026-02-23T09:49:34.679 INFO:teuthology.orchestra.run.trial019.stdout:Pulling container image quay.ceph.io/ceph-ci/ceph:244ee61d76a715c3ac0d60eeb3321aefb91c3511... 2026-02-23T09:49:34.932 INFO:teuthology.orchestra.run.trial019.stdout:/bin/podman: stdout d53f437b9974e91900768e66cdcee7298151761d59e3725242d4220dd9008a26 2026-02-23T09:49:34.932 INFO:teuthology.orchestra.run.trial019.stdout:/bin/podman: stderr Trying to pull quay.ceph.io/ceph-ci/ceph:244ee61d76a715c3ac0d60eeb3321aefb91c3511... 2026-02-23T09:49:34.932 INFO:teuthology.orchestra.run.trial019.stdout:/bin/podman: stderr Getting image source signatures 2026-02-23T09:49:34.932 INFO:teuthology.orchestra.run.trial019.stdout:/bin/podman: stderr Copying blob sha256:946d5c8cbb4d653900a0e5244f1c2e8c1e6b5601a9324635a6e914d3a01e6451 2026-02-23T09:49:34.932 INFO:teuthology.orchestra.run.trial019.stdout:/bin/podman: stderr Copying blob sha256:5dd85e1a50663785d86adae5ef92579a03e6f64059ca9c005010518acdd62048 2026-02-23T09:49:34.933 INFO:teuthology.orchestra.run.trial019.stdout:/bin/podman: stderr Copying config sha256:d53f437b9974e91900768e66cdcee7298151761d59e3725242d4220dd9008a26 2026-02-23T09:49:34.933 INFO:teuthology.orchestra.run.trial019.stdout:/bin/podman: stderr Writing manifest to image destination 2026-02-23T09:49:35.192 INFO:teuthology.orchestra.run.trial019.stdout:ceph: stdout ceph version 20.3.0-5338-g244ee61d (244ee61d76a715c3ac0d60eeb3321aefb91c3511) tentacle (dev) 2026-02-23T09:49:35.193 INFO:teuthology.orchestra.run.trial019.stdout:Ceph version: ceph version 20.3.0-5338-g244ee61d (244ee61d76a715c3ac0d60eeb3321aefb91c3511) tentacle (dev) 2026-02-23T09:49:35.193 INFO:teuthology.orchestra.run.trial019.stdout:Extracting ceph user uid/gid from container image... 2026-02-23T09:49:35.437 INFO:teuthology.orchestra.run.trial019.stdout:stat: stdout 167 167 2026-02-23T09:49:35.437 INFO:teuthology.orchestra.run.trial019.stdout:Creating initial keys... 2026-02-23T09:49:35.691 INFO:teuthology.orchestra.run.trial019.stdout:/usr/bin/ceph-authtool: stdout AQCvIpxpu3lZIhAADZ+yXz6pQAz9ICKFfUMUeA== 2026-02-23T09:49:35.936 INFO:teuthology.orchestra.run.trial019.stdout:/usr/bin/ceph-authtool: stdout AQCvIpxpgvPgMBAAN8LczgHLjBg3sRXQUc7jpw== 2026-02-23T09:49:36.208 INFO:teuthology.orchestra.run.trial019.stdout:/usr/bin/ceph-authtool: stdout AQCwIpxpV+1xBRAAbBQ+qI3BLXlsxEYWgDjVbw== 2026-02-23T09:49:36.209 INFO:teuthology.orchestra.run.trial019.stdout:Creating initial monmap... 2026-02-23T09:49:36.479 INFO:teuthology.orchestra.run.trial019.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: monmap file /tmp/monmap 2026-02-23T09:49:36.479 INFO:teuthology.orchestra.run.trial019.stdout:/usr/bin/monmaptool: stdout setting min_mon_release = tentacle 2026-02-23T09:49:36.479 INFO:teuthology.orchestra.run.trial019.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: set fsid to ef044f25-109c-11f1-802f-d404e6e7d460 2026-02-23T09:49:36.479 INFO:teuthology.orchestra.run.trial019.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2026-02-23T09:49:36.479 INFO:teuthology.orchestra.run.trial019.stdout:monmaptool for trial019 [v2:10.20.193.19:3300,v1:10.20.193.19:6789] on /usr/bin/monmaptool: monmap file /tmp/monmap 2026-02-23T09:49:36.479 INFO:teuthology.orchestra.run.trial019.stdout:setting min_mon_release = tentacle 2026-02-23T09:49:36.480 INFO:teuthology.orchestra.run.trial019.stdout:/usr/bin/monmaptool: set fsid to ef044f25-109c-11f1-802f-d404e6e7d460 2026-02-23T09:49:36.480 INFO:teuthology.orchestra.run.trial019.stdout:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2026-02-23T09:49:36.480 INFO:teuthology.orchestra.run.trial019.stdout: 2026-02-23T09:49:36.480 INFO:teuthology.orchestra.run.trial019.stdout:Creating mon... 2026-02-23T09:49:36.752 INFO:teuthology.orchestra.run.trial019.stdout:create mon.trial019 on 2026-02-23T09:49:37.021 INFO:teuthology.orchestra.run.trial019.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /etc/systemd/system/ceph.target. 2026-02-23T09:49:37.142 INFO:teuthology.orchestra.run.trial019.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph-ef044f25-109c-11f1-802f-d404e6e7d460.target → /etc/systemd/system/ceph-ef044f25-109c-11f1-802f-d404e6e7d460.target. 2026-02-23T09:49:37.142 INFO:teuthology.orchestra.run.trial019.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph.target.wants/ceph-ef044f25-109c-11f1-802f-d404e6e7d460.target → /etc/systemd/system/ceph-ef044f25-109c-11f1-802f-d404e6e7d460.target. 2026-02-23T09:49:37.280 INFO:teuthology.orchestra.run.trial019.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-ef044f25-109c-11f1-802f-d404e6e7d460@mon.trial019 2026-02-23T09:49:37.280 INFO:teuthology.orchestra.run.trial019.stdout:systemctl: stderr Failed to reset failed state of unit ceph-ef044f25-109c-11f1-802f-d404e6e7d460@mon.trial019.service: Unit ceph-ef044f25-109c-11f1-802f-d404e6e7d460@mon.trial019.service not loaded. 2026-02-23T09:49:37.412 INFO:teuthology.orchestra.run.trial019.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-ef044f25-109c-11f1-802f-d404e6e7d460.target.wants/ceph-ef044f25-109c-11f1-802f-d404e6e7d460@mon.trial019.service → /etc/systemd/system/ceph-ef044f25-109c-11f1-802f-d404e6e7d460@.service. 2026-02-23T09:49:37.549 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:49:37 trial019 podman[35407]: 2026-02-23 09:49:37.517544533 +0000 UTC m=+0.016640345 container create 06d7e47e94c4c9830cffa0604049a0c6a62f4d14e375f7a0d867ee6dfcf00c98 (image=quay.ceph.io/ceph-ci/ceph:244ee61d76a715c3ac0d60eeb3321aefb91c3511, name=ceph-ef044f25-109c-11f1-802f-d404e6e7d460-mon-trial019, org.opencontainers.image.authors=Ceph Release Team , ceph=True, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, io.buildah.version=1.41.3, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.schema-version=1.0, OSD_FLAVOR=default, CEPH_REF=wip-shweta-testing-2026-02-19-2025, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2, org.opencontainers.image.documentation=https://docs.ceph.com/, FROM_IMAGE=quay.io/centos/centos:stream9, org.label-schema.build-date=20260216, CEPH_SHA1=244ee61d76a715c3ac0d60eeb3321aefb91c3511) 2026-02-23T09:49:37.567 INFO:teuthology.orchestra.run.trial019.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2026-02-23T09:49:37.567 INFO:teuthology.orchestra.run.trial019.stdout:systemctl: stdout disabled 2026-02-23T09:49:37.574 INFO:teuthology.orchestra.run.trial019.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2026-02-23T09:49:37.574 INFO:teuthology.orchestra.run.trial019.stdout:systemctl: stdout inactive 2026-02-23T09:49:37.574 INFO:teuthology.orchestra.run.trial019.stdout:firewalld.service is not enabled 2026-02-23T09:49:37.574 INFO:teuthology.orchestra.run.trial019.stdout:Not possible to enable service . firewalld.service is not available 2026-02-23T09:49:37.574 INFO:teuthology.orchestra.run.trial019.stdout:Waiting for mon to start... 2026-02-23T09:49:37.574 INFO:teuthology.orchestra.run.trial019.stdout:Waiting for mon... 2026-02-23T09:49:37.856 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:49:37 trial019 podman[35407]: 2026-02-23 09:49:37.55100698 +0000 UTC m=+0.050102791 container init 06d7e47e94c4c9830cffa0604049a0c6a62f4d14e375f7a0d867ee6dfcf00c98 (image=quay.ceph.io/ceph-ci/ceph:244ee61d76a715c3ac0d60eeb3321aefb91c3511, name=ceph-ef044f25-109c-11f1-802f-d404e6e7d460-mon-trial019, CEPH_REF=wip-shweta-testing-2026-02-19-2025, ceph=True, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, CEPH_SHA1=244ee61d76a715c3ac0d60eeb3321aefb91c3511, io.buildah.version=1.41.3, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.schema-version=1.0, org.opencontainers.image.authors=Ceph Release Team , org.label-schema.license=GPLv2, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, org.label-schema.build-date=20260216, org.label-schema.vendor=CentOS, org.opencontainers.image.documentation=https://docs.ceph.com/, FROM_IMAGE=quay.io/centos/centos:stream9, OSD_FLAVOR=default) 2026-02-23T09:49:37.857 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:49:37 trial019 podman[35407]: 2026-02-23 09:49:37.554444298 +0000 UTC m=+0.053540109 container start 06d7e47e94c4c9830cffa0604049a0c6a62f4d14e375f7a0d867ee6dfcf00c98 (image=quay.ceph.io/ceph-ci/ceph:244ee61d76a715c3ac0d60eeb3321aefb91c3511, name=ceph-ef044f25-109c-11f1-802f-d404e6e7d460-mon-trial019, org.label-schema.schema-version=1.0, OSD_FLAVOR=default, CEPH_REF=wip-shweta-testing-2026-02-19-2025, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, org.label-schema.build-date=20260216, org.label-schema.vendor=CentOS, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, FROM_IMAGE=quay.io/centos/centos:stream9, io.buildah.version=1.41.3, org.label-schema.license=GPLv2, org.opencontainers.image.documentation=https://docs.ceph.com/, org.opencontainers.image.authors=Ceph Release Team , ceph=True, CEPH_SHA1=244ee61d76a715c3ac0d60eeb3321aefb91c3511, org.label-schema.name=CentOS Stream 9 Base Image) 2026-02-23T09:49:37.857 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:49:37 trial019 bash[35407]: 06d7e47e94c4c9830cffa0604049a0c6a62f4d14e375f7a0d867ee6dfcf00c98 2026-02-23T09:49:37.857 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:49:37 trial019 podman[35407]: 2026-02-23 09:49:37.510879227 +0000 UTC m=+0.009975048 image pull d53f437b9974e91900768e66cdcee7298151761d59e3725242d4220dd9008a26 quay.ceph.io/ceph-ci/ceph:244ee61d76a715c3ac0d60eeb3321aefb91c3511 2026-02-23T09:49:37.857 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:49:37 trial019 systemd[1]: Started Ceph mon.trial019 for ef044f25-109c-11f1-802f-d404e6e7d460. 2026-02-23T09:49:37.857 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:49:37 trial019 ceph-mon[35458]: mkfs ef044f25-109c-11f1-802f-d404e6e7d460 2026-02-23T09:49:37.857 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:49:37 trial019 ceph-mon[35458]: mon.trial019 is new leader, mons trial019 in quorum (ranks 0) 2026-02-23T09:49:37.860 INFO:teuthology.orchestra.run.trial019.stdout:/usr/bin/ceph: stdout cluster: 2026-02-23T09:49:37.860 INFO:teuthology.orchestra.run.trial019.stdout:/usr/bin/ceph: stdout id: ef044f25-109c-11f1-802f-d404e6e7d460 2026-02-23T09:49:37.860 INFO:teuthology.orchestra.run.trial019.stdout:/usr/bin/ceph: stdout health: HEALTH_OK 2026-02-23T09:49:37.860 INFO:teuthology.orchestra.run.trial019.stdout:/usr/bin/ceph: stdout 2026-02-23T09:49:37.860 INFO:teuthology.orchestra.run.trial019.stdout:/usr/bin/ceph: stdout services: 2026-02-23T09:49:37.860 INFO:teuthology.orchestra.run.trial019.stdout:/usr/bin/ceph: stdout mon: 1 daemons, quorum trial019 (age 0.158724s) [leader: trial019] 2026-02-23T09:49:37.861 INFO:teuthology.orchestra.run.trial019.stdout:/usr/bin/ceph: stdout mgr: no daemons active 2026-02-23T09:49:37.861 INFO:teuthology.orchestra.run.trial019.stdout:/usr/bin/ceph: stdout osd: 0 osds: 0 up, 0 in 2026-02-23T09:49:37.861 INFO:teuthology.orchestra.run.trial019.stdout:/usr/bin/ceph: stdout 2026-02-23T09:49:37.861 INFO:teuthology.orchestra.run.trial019.stdout:/usr/bin/ceph: stdout data: 2026-02-23T09:49:37.861 INFO:teuthology.orchestra.run.trial019.stdout:/usr/bin/ceph: stdout pools: 0 pools, 0 pgs 2026-02-23T09:49:37.861 INFO:teuthology.orchestra.run.trial019.stdout:/usr/bin/ceph: stdout objects: 0 objects, 0 B 2026-02-23T09:49:37.861 INFO:teuthology.orchestra.run.trial019.stdout:/usr/bin/ceph: stdout usage: 0 B used, 0 B / 0 B avail 2026-02-23T09:49:37.861 INFO:teuthology.orchestra.run.trial019.stdout:/usr/bin/ceph: stdout pgs: 2026-02-23T09:49:37.861 INFO:teuthology.orchestra.run.trial019.stdout:/usr/bin/ceph: stdout 2026-02-23T09:49:37.861 INFO:teuthology.orchestra.run.trial019.stdout:mon is available 2026-02-23T09:49:37.861 INFO:teuthology.orchestra.run.trial019.stdout:Assimilating anything we can from ceph.conf... 2026-02-23T09:49:38.135 INFO:teuthology.orchestra.run.trial019.stdout:/usr/bin/ceph: stdout 2026-02-23T09:49:38.135 INFO:teuthology.orchestra.run.trial019.stdout:/usr/bin/ceph: stdout [global] 2026-02-23T09:49:38.135 INFO:teuthology.orchestra.run.trial019.stdout:/usr/bin/ceph: stdout fsid = ef044f25-109c-11f1-802f-d404e6e7d460 2026-02-23T09:49:38.135 INFO:teuthology.orchestra.run.trial019.stdout:/usr/bin/ceph: stdout mon_cluster_log_file_level = debug 2026-02-23T09:49:38.135 INFO:teuthology.orchestra.run.trial019.stdout:/usr/bin/ceph: stdout mon_host = [v2:10.20.193.19:3300,v1:10.20.193.19:6789] 2026-02-23T09:49:38.135 INFO:teuthology.orchestra.run.trial019.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2026-02-23T09:49:38.135 INFO:teuthology.orchestra.run.trial019.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2026-02-23T09:49:38.135 INFO:teuthology.orchestra.run.trial019.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2026-02-23T09:49:38.135 INFO:teuthology.orchestra.run.trial019.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2026-02-23T09:49:38.136 INFO:teuthology.orchestra.run.trial019.stdout:/usr/bin/ceph: stdout 2026-02-23T09:49:38.136 INFO:teuthology.orchestra.run.trial019.stdout:/usr/bin/ceph: stdout [mgr] 2026-02-23T09:49:38.136 INFO:teuthology.orchestra.run.trial019.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2026-02-23T09:49:38.136 INFO:teuthology.orchestra.run.trial019.stdout:/usr/bin/ceph: stdout 2026-02-23T09:49:38.136 INFO:teuthology.orchestra.run.trial019.stdout:/usr/bin/ceph: stdout [osd] 2026-02-23T09:49:38.136 INFO:teuthology.orchestra.run.trial019.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2026-02-23T09:49:38.136 INFO:teuthology.orchestra.run.trial019.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2026-02-23T09:49:38.136 INFO:teuthology.orchestra.run.trial019.stdout:Generating new minimal ceph.conf... 2026-02-23T09:49:38.413 INFO:teuthology.orchestra.run.trial019.stdout:Restarting the monitor... 2026-02-23T09:49:38.713 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:49:38 trial019 systemd[1]: Stopping Ceph mon.trial019 for ef044f25-109c-11f1-802f-d404e6e7d460... 2026-02-23T09:49:38.714 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:49:38 trial019 ceph-ef044f25-109c-11f1-802f-d404e6e7d460-mon-trial019[35432]: 2026-02-23T09:49:38.489+0000 7f2de7e9c640 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.trial019 -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-23T09:49:38.714 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:49:38 trial019 ceph-ef044f25-109c-11f1-802f-d404e6e7d460-mon-trial019[35432]: 2026-02-23T09:49:38.489+0000 7f2de7e9c640 -1 mon.trial019@0(leader) e1 *** Got Signal Terminated *** 2026-02-23T09:49:38.975 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:49:38 trial019 podman[35832]: 2026-02-23 09:49:38.713039396 +0000 UTC m=+0.236835964 container died 06d7e47e94c4c9830cffa0604049a0c6a62f4d14e375f7a0d867ee6dfcf00c98 (image=quay.ceph.io/ceph-ci/ceph:244ee61d76a715c3ac0d60eeb3321aefb91c3511, name=ceph-ef044f25-109c-11f1-802f-d404e6e7d460-mon-trial019, org.opencontainers.image.authors=Ceph Release Team , CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, org.opencontainers.image.documentation=https://docs.ceph.com/, OSD_FLAVOR=default, org.label-schema.name=CentOS Stream 9 Base Image, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, io.buildah.version=1.41.3, CEPH_SHA1=244ee61d76a715c3ac0d60eeb3321aefb91c3511, FROM_IMAGE=quay.io/centos/centos:stream9, org.label-schema.build-date=20260216, org.label-schema.schema-version=1.0, ceph=True, CEPH_REF=wip-shweta-testing-2026-02-19-2025, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS) 2026-02-23T09:49:38.975 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:49:38 trial019 podman[35832]: 2026-02-23 09:49:38.824193403 +0000 UTC m=+0.347989961 container remove 06d7e47e94c4c9830cffa0604049a0c6a62f4d14e375f7a0d867ee6dfcf00c98 (image=quay.ceph.io/ceph-ci/ceph:244ee61d76a715c3ac0d60eeb3321aefb91c3511, name=ceph-ef044f25-109c-11f1-802f-d404e6e7d460-mon-trial019, org.label-schema.build-date=20260216, FROM_IMAGE=quay.io/centos/centos:stream9, org.label-schema.vendor=CentOS, org.label-schema.name=CentOS Stream 9 Base Image, org.opencontainers.image.authors=Ceph Release Team , CEPH_REF=wip-shweta-testing-2026-02-19-2025, ceph=True, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, org.opencontainers.image.documentation=https://docs.ceph.com/, 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/, CEPH_SHA1=244ee61d76a715c3ac0d60eeb3321aefb91c3511, io.buildah.version=1.41.3) 2026-02-23T09:49:38.975 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:49:38 trial019 bash[35832]: ceph-ef044f25-109c-11f1-802f-d404e6e7d460-mon-trial019 2026-02-23T09:49:38.976 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:49:38 trial019 systemd[1]: ceph-ef044f25-109c-11f1-802f-d404e6e7d460@mon.trial019.service: Deactivated successfully. 2026-02-23T09:49:38.976 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:49:38 trial019 systemd[1]: Stopped Ceph mon.trial019 for ef044f25-109c-11f1-802f-d404e6e7d460. 2026-02-23T09:49:38.976 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:49:38 trial019 systemd[1]: Starting Ceph mon.trial019 for ef044f25-109c-11f1-802f-d404e6e7d460... 2026-02-23T09:49:39.011 INFO:teuthology.orchestra.run.trial019.stdout:Setting public_network to 10.20.192.0/20 in global config section 2026-02-23T09:49:39.249 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:49:38 trial019 podman[35974]: 2026-02-23 09:49:38.974590769 +0000 UTC m=+0.014488487 container create bf785b35de072c43324d0b621362971dbb204bfb248a9b661294bda9a692f9ec (image=quay.ceph.io/ceph-ci/ceph:244ee61d76a715c3ac0d60eeb3321aefb91c3511, name=ceph-ef044f25-109c-11f1-802f-d404e6e7d460-mon-trial019, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.license=GPLv2, OSD_FLAVOR=default, CEPH_REF=wip-shweta-testing-2026-02-19-2025, org.label-schema.vendor=CentOS, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, io.buildah.version=1.41.3, org.opencontainers.image.documentation=https://docs.ceph.com/, org.label-schema.build-date=20260216, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, org.opencontainers.image.authors=Ceph Release Team , org.label-schema.schema-version=1.0, CEPH_SHA1=244ee61d76a715c3ac0d60eeb3321aefb91c3511, FROM_IMAGE=quay.io/centos/centos:stream9, ceph=True) 2026-02-23T09:49:39.249 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:49:39 trial019 podman[35974]: 2026-02-23 09:49:39.003028758 +0000 UTC m=+0.042926415 container init bf785b35de072c43324d0b621362971dbb204bfb248a9b661294bda9a692f9ec (image=quay.ceph.io/ceph-ci/ceph:244ee61d76a715c3ac0d60eeb3321aefb91c3511, name=ceph-ef044f25-109c-11f1-802f-d404e6e7d460-mon-trial019, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, org.opencontainers.image.documentation=https://docs.ceph.com/, OSD_FLAVOR=default, CEPH_REF=wip-shweta-testing-2026-02-19-2025, org.label-schema.vendor=CentOS, ceph=True, 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 , io.buildah.version=1.41.3, org.label-schema.schema-version=1.0, org.label-schema.build-date=20260216, CEPH_SHA1=244ee61d76a715c3ac0d60eeb3321aefb91c3511, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.license=GPLv2) 2026-02-23T09:49:39.249 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:49:39 trial019 podman[35974]: 2026-02-23 09:49:39.006222613 +0000 UTC m=+0.046120270 container start bf785b35de072c43324d0b621362971dbb204bfb248a9b661294bda9a692f9ec (image=quay.ceph.io/ceph-ci/ceph:244ee61d76a715c3ac0d60eeb3321aefb91c3511, name=ceph-ef044f25-109c-11f1-802f-d404e6e7d460-mon-trial019, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.license=GPLv2, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, FROM_IMAGE=quay.io/centos/centos:stream9, CEPH_REF=wip-shweta-testing-2026-02-19-2025, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, org.opencontainers.image.authors=Ceph Release Team , org.label-schema.schema-version=1.0, org.opencontainers.image.documentation=https://docs.ceph.com/, OSD_FLAVOR=default, CEPH_SHA1=244ee61d76a715c3ac0d60eeb3321aefb91c3511, ceph=True, io.buildah.version=1.41.3, org.label-schema.build-date=20260216, org.label-schema.vendor=CentOS) 2026-02-23T09:49:39.250 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:49:39 trial019 bash[35974]: bf785b35de072c43324d0b621362971dbb204bfb248a9b661294bda9a692f9ec 2026-02-23T09:49:39.250 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:49:39 trial019 podman[35974]: 2026-02-23 09:49:38.968660799 +0000 UTC m=+0.008558456 image pull d53f437b9974e91900768e66cdcee7298151761d59e3725242d4220dd9008a26 quay.ceph.io/ceph-ci/ceph:244ee61d76a715c3ac0d60eeb3321aefb91c3511 2026-02-23T09:49:39.250 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:49:39 trial019 systemd[1]: Started Ceph mon.trial019 for ef044f25-109c-11f1-802f-d404e6e7d460. 2026-02-23T09:49:39.250 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:49:39 trial019 ceph-mon[36022]: set uid:gid to 167:167 (ceph:ceph) 2026-02-23T09:49:39.250 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:49:39 trial019 ceph-mon[36022]: ceph version 20.3.0-5338-g244ee61d (244ee61d76a715c3ac0d60eeb3321aefb91c3511) tentacle (dev - RelWithDebInfo), process ceph-mon, pid 7 2026-02-23T09:49:39.250 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:49:39 trial019 ceph-mon[36022]: pidfile_write: ignore empty --pid-file 2026-02-23T09:49:39.250 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:49:39 trial019 ceph-mon[36022]: load: jerasure load: lrc 2026-02-23T09:49:39.250 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:49:39 trial019 ceph-mon[36022]: rocksdb: RocksDB version: 7.9.2 2026-02-23T09:49:39.250 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:49:39 trial019 ceph-mon[36022]: rocksdb: Git sha 0 2026-02-23T09:49:39.250 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:49:39 trial019 ceph-mon[36022]: rocksdb: Compile date 2026-02-20 21:07:39 2026-02-23T09:49:39.251 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:49:39 trial019 ceph-mon[36022]: rocksdb: DB SUMMARY 2026-02-23T09:49:39.251 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:49:39 trial019 ceph-mon[36022]: rocksdb: DB Session ID: ML91Z6DS57IWZ2YWGS45 2026-02-23T09:49:39.251 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:49:39 trial019 ceph-mon[36022]: rocksdb: CURRENT file: CURRENT 2026-02-23T09:49:39.251 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:49:39 trial019 ceph-mon[36022]: rocksdb: IDENTITY file: IDENTITY 2026-02-23T09:49:39.251 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:49:39 trial019 ceph-mon[36022]: rocksdb: MANIFEST file: MANIFEST-000010 size: 179 Bytes 2026-02-23T09:49:39.251 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:49:39 trial019 ceph-mon[36022]: rocksdb: SST files in /var/lib/ceph/mon/ceph-trial019/store.db dir, Total Num: 1, files: 000008.sst 2026-02-23T09:49:39.251 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:49:39 trial019 ceph-mon[36022]: rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-trial019/store.db: 000009.log size: 76213 ; 2026-02-23T09:49:39.251 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:49:39 trial019 ceph-mon[36022]: rocksdb: Options.error_if_exists: 0 2026-02-23T09:49:39.251 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:49:39 trial019 ceph-mon[36022]: rocksdb: Options.create_if_missing: 0 2026-02-23T09:49:39.251 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:49:39 trial019 ceph-mon[36022]: rocksdb: Options.paranoid_checks: 1 2026-02-23T09:49:39.251 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:49:39 trial019 ceph-mon[36022]: rocksdb: Options.flush_verify_memtable_count: 1 2026-02-23T09:49:39.251 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:49:39 trial019 ceph-mon[36022]: rocksdb: Options.track_and_verify_wals_in_manifest: 0 2026-02-23T09:49:39.251 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:49:39 trial019 ceph-mon[36022]: rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2026-02-23T09:49:39.252 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:49:39 trial019 ceph-mon[36022]: rocksdb: Options.env: 0xed5c80 2026-02-23T09:49:39.252 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:49:39 trial019 ceph-mon[36022]: rocksdb: Options.fs: PosixFileSystem 2026-02-23T09:49:39.252 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:49:39 trial019 ceph-mon[36022]: rocksdb: Options.info_log: 0x2c271c0 2026-02-23T09:49:39.252 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:49:39 trial019 ceph-mon[36022]: rocksdb: Options.max_file_opening_threads: 16 2026-02-23T09:49:39.252 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:49:39 trial019 ceph-mon[36022]: rocksdb: Options.statistics: (nil) 2026-02-23T09:49:39.252 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:49:39 trial019 ceph-mon[36022]: rocksdb: Options.use_fsync: 0 2026-02-23T09:49:39.252 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:49:39 trial019 ceph-mon[36022]: rocksdb: Options.max_log_file_size: 0 2026-02-23T09:49:39.252 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:49:39 trial019 ceph-mon[36022]: rocksdb: Options.max_manifest_file_size: 1073741824 2026-02-23T09:49:39.252 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:49:39 trial019 ceph-mon[36022]: rocksdb: Options.log_file_time_to_roll: 0 2026-02-23T09:49:39.252 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:49:39 trial019 ceph-mon[36022]: rocksdb: Options.keep_log_file_num: 1000 2026-02-23T09:49:39.252 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:49:39 trial019 ceph-mon[36022]: rocksdb: Options.recycle_log_file_num: 0 2026-02-23T09:49:39.252 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:49:39 trial019 ceph-mon[36022]: rocksdb: Options.allow_fallocate: 1 2026-02-23T09:49:39.253 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:49:39 trial019 ceph-mon[36022]: rocksdb: Options.allow_mmap_reads: 0 2026-02-23T09:49:39.253 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:49:39 trial019 ceph-mon[36022]: rocksdb: Options.allow_mmap_writes: 0 2026-02-23T09:49:39.253 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:49:39 trial019 ceph-mon[36022]: rocksdb: Options.use_direct_reads: 0 2026-02-23T09:49:39.253 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:49:39 trial019 ceph-mon[36022]: rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2026-02-23T09:49:39.253 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:49:39 trial019 ceph-mon[36022]: rocksdb: Options.create_missing_column_families: 0 2026-02-23T09:49:39.253 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:49:39 trial019 ceph-mon[36022]: rocksdb: Options.db_log_dir: 2026-02-23T09:49:39.253 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:49:39 trial019 ceph-mon[36022]: rocksdb: Options.wal_dir: 2026-02-23T09:49:39.253 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:49:39 trial019 ceph-mon[36022]: rocksdb: Options.table_cache_numshardbits: 6 2026-02-23T09:49:39.253 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:49:39 trial019 ceph-mon[36022]: rocksdb: Options.WAL_ttl_seconds: 0 2026-02-23T09:49:39.254 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:49:39 trial019 ceph-mon[36022]: rocksdb: Options.WAL_size_limit_MB: 0 2026-02-23T09:49:39.254 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:49:39 trial019 ceph-mon[36022]: rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2026-02-23T09:49:39.254 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:49:39 trial019 ceph-mon[36022]: rocksdb: Options.manifest_preallocation_size: 4194304 2026-02-23T09:49:39.254 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:49:39 trial019 ceph-mon[36022]: rocksdb: Options.is_fd_close_on_exec: 1 2026-02-23T09:49:39.254 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:49:39 trial019 ceph-mon[36022]: rocksdb: Options.advise_random_on_open: 1 2026-02-23T09:49:39.254 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:49:39 trial019 ceph-mon[36022]: rocksdb: Options.db_write_buffer_size: 0 2026-02-23T09:49:39.254 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:49:39 trial019 ceph-mon[36022]: rocksdb: Options.write_buffer_manager: 0x2c22140 2026-02-23T09:49:39.254 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:49:39 trial019 ceph-mon[36022]: rocksdb: Options.access_hint_on_compaction_start: 1 2026-02-23T09:49:39.254 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:49:39 trial019 ceph-mon[36022]: rocksdb: Options.random_access_max_buffer_size: 1048576 2026-02-23T09:49:39.254 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:49:39 trial019 ceph-mon[36022]: rocksdb: Options.use_adaptive_mutex: 0 2026-02-23T09:49:39.254 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:49:39 trial019 ceph-mon[36022]: rocksdb: Options.rate_limiter: (nil) 2026-02-23T09:49:39.255 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:49:39 trial019 ceph-mon[36022]: rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2026-02-23T09:49:39.255 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:49:39 trial019 ceph-mon[36022]: rocksdb: Options.wal_recovery_mode: 2 2026-02-23T09:49:39.255 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:49:39 trial019 ceph-mon[36022]: rocksdb: Options.enable_thread_tracking: 0 2026-02-23T09:49:39.255 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:49:39 trial019 ceph-mon[36022]: rocksdb: Options.enable_pipelined_write: 0 2026-02-23T09:49:39.255 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:49:39 trial019 ceph-mon[36022]: rocksdb: Options.unordered_write: 0 2026-02-23T09:49:39.255 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:49:39 trial019 ceph-mon[36022]: rocksdb: Options.allow_concurrent_memtable_write: 1 2026-02-23T09:49:39.255 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:49:39 trial019 ceph-mon[36022]: rocksdb: Options.enable_write_thread_adaptive_yield: 1 2026-02-23T09:49:39.255 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:49:39 trial019 ceph-mon[36022]: rocksdb: Options.write_thread_max_yield_usec: 100 2026-02-23T09:49:39.255 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:49:39 trial019 ceph-mon[36022]: rocksdb: Options.write_thread_slow_yield_usec: 3 2026-02-23T09:49:39.255 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:49:39 trial019 ceph-mon[36022]: rocksdb: Options.row_cache: None 2026-02-23T09:49:39.255 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:49:39 trial019 ceph-mon[36022]: rocksdb: Options.wal_filter: None 2026-02-23T09:49:39.256 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:49:39 trial019 ceph-mon[36022]: rocksdb: Options.avoid_flush_during_recovery: 0 2026-02-23T09:49:39.256 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:49:39 trial019 ceph-mon[36022]: rocksdb: Options.allow_ingest_behind: 0 2026-02-23T09:49:39.256 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:49:39 trial019 ceph-mon[36022]: rocksdb: Options.two_write_queues: 0 2026-02-23T09:49:39.256 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:49:39 trial019 ceph-mon[36022]: rocksdb: Options.manual_wal_flush: 0 2026-02-23T09:49:39.256 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:49:39 trial019 ceph-mon[36022]: rocksdb: Options.wal_compression: 0 2026-02-23T09:49:39.256 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:49:39 trial019 ceph-mon[36022]: rocksdb: Options.atomic_flush: 0 2026-02-23T09:49:39.256 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:49:39 trial019 ceph-mon[36022]: rocksdb: Options.avoid_unnecessary_blocking_io: 0 2026-02-23T09:49:39.256 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:49:39 trial019 ceph-mon[36022]: rocksdb: Options.persist_stats_to_disk: 0 2026-02-23T09:49:39.256 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:49:39 trial019 ceph-mon[36022]: rocksdb: Options.write_dbid_to_manifest: 0 2026-02-23T09:49:39.256 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:49:39 trial019 ceph-mon[36022]: rocksdb: Options.log_readahead_size: 0 2026-02-23T09:49:39.256 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:49:39 trial019 ceph-mon[36022]: rocksdb: Options.file_checksum_gen_factory: Unknown 2026-02-23T09:49:39.256 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:49:39 trial019 ceph-mon[36022]: rocksdb: Options.best_efforts_recovery: 0 2026-02-23T09:49:39.256 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:49:39 trial019 ceph-mon[36022]: rocksdb: Options.max_bgerror_resume_count: 2147483647 2026-02-23T09:49:39.257 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:49:39 trial019 ceph-mon[36022]: rocksdb: Options.bgerror_resume_retry_interval: 1000000 2026-02-23T09:49:39.257 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:49:39 trial019 ceph-mon[36022]: rocksdb: Options.allow_data_in_errors: 0 2026-02-23T09:49:39.257 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:49:39 trial019 ceph-mon[36022]: rocksdb: Options.db_host_id: __hostname__ 2026-02-23T09:49:39.257 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:49:39 trial019 ceph-mon[36022]: rocksdb: Options.enforce_single_del_contracts: true 2026-02-23T09:49:39.257 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:49:39 trial019 ceph-mon[36022]: rocksdb: Options.max_background_jobs: 2 2026-02-23T09:49:39.257 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:49:39 trial019 ceph-mon[36022]: rocksdb: Options.max_background_compactions: -1 2026-02-23T09:49:39.257 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:49:39 trial019 ceph-mon[36022]: rocksdb: Options.max_subcompactions: 1 2026-02-23T09:49:39.257 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:49:39 trial019 ceph-mon[36022]: rocksdb: Options.avoid_flush_during_shutdown: 0 2026-02-23T09:49:39.257 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:49:39 trial019 ceph-mon[36022]: rocksdb: Options.writable_file_max_buffer_size: 1048576 2026-02-23T09:49:39.257 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:49:39 trial019 ceph-mon[36022]: rocksdb: Options.delayed_write_rate : 16777216 2026-02-23T09:49:39.257 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:49:39 trial019 ceph-mon[36022]: rocksdb: Options.max_total_wal_size: 0 2026-02-23T09:49:39.257 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:49:39 trial019 ceph-mon[36022]: rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2026-02-23T09:49:39.257 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:49:39 trial019 ceph-mon[36022]: rocksdb: Options.stats_dump_period_sec: 600 2026-02-23T09:49:39.258 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:49:39 trial019 ceph-mon[36022]: rocksdb: Options.stats_persist_period_sec: 600 2026-02-23T09:49:39.258 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:49:39 trial019 ceph-mon[36022]: rocksdb: Options.stats_history_buffer_size: 1048576 2026-02-23T09:49:39.258 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:49:39 trial019 ceph-mon[36022]: rocksdb: Options.max_open_files: -1 2026-02-23T09:49:39.258 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:49:39 trial019 ceph-mon[36022]: rocksdb: Options.bytes_per_sync: 0 2026-02-23T09:49:39.258 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:49:39 trial019 ceph-mon[36022]: rocksdb: Options.wal_bytes_per_sync: 0 2026-02-23T09:49:39.258 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:49:39 trial019 ceph-mon[36022]: rocksdb: Options.strict_bytes_per_sync: 0 2026-02-23T09:49:39.258 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:49:39 trial019 ceph-mon[36022]: rocksdb: Options.compaction_readahead_size: 0 2026-02-23T09:49:39.258 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:49:39 trial019 ceph-mon[36022]: rocksdb: Options.max_background_flushes: -1 2026-02-23T09:49:39.258 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:49:39 trial019 ceph-mon[36022]: rocksdb: Compression algorithms supported: 2026-02-23T09:49:39.258 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:49:39 trial019 ceph-mon[36022]: rocksdb: kZSTD supported: 0 2026-02-23T09:49:39.258 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:49:39 trial019 ceph-mon[36022]: rocksdb: kXpressCompression supported: 0 2026-02-23T09:49:39.258 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:49:39 trial019 ceph-mon[36022]: rocksdb: kBZip2Compression supported: 0 2026-02-23T09:49:39.258 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:49:39 trial019 ceph-mon[36022]: rocksdb: kZSTDNotFinalCompression supported: 0 2026-02-23T09:49:39.259 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:49:39 trial019 ceph-mon[36022]: rocksdb: kLZ4Compression supported: 1 2026-02-23T09:49:39.259 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:49:39 trial019 ceph-mon[36022]: rocksdb: kZlibCompression supported: 1 2026-02-23T09:49:39.259 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:49:39 trial019 ceph-mon[36022]: rocksdb: kLZ4HCCompression supported: 1 2026-02-23T09:49:39.259 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:49:39 trial019 ceph-mon[36022]: rocksdb: kSnappyCompression supported: 1 2026-02-23T09:49:39.259 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:49:39 trial019 ceph-mon[36022]: rocksdb: Fast CRC32 supported: Supported on x86 2026-02-23T09:49:39.259 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:49:39 trial019 ceph-mon[36022]: rocksdb: DMutex implementation: pthread_mutex_t 2026-02-23T09:49:39.259 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:49:39 trial019 ceph-mon[36022]: rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-trial019/store.db/MANIFEST-000010 2026-02-23T09:49:39.259 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:49:39 trial019 ceph-mon[36022]: rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2026-02-23T09:49:39.259 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:49:39 trial019 ceph-mon[36022]: rocksdb: Options.comparator: leveldb.BytewiseComparator 2026-02-23T09:49:39.259 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:49:39 trial019 ceph-mon[36022]: rocksdb: Options.merge_operator: 2026-02-23T09:49:39.259 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:49:39 trial019 ceph-mon[36022]: rocksdb: Options.compaction_filter: None 2026-02-23T09:49:39.259 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:49:39 trial019 ceph-mon[36022]: rocksdb: Options.compaction_filter_factory: None 2026-02-23T09:49:39.259 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:49:39 trial019 ceph-mon[36022]: rocksdb: Options.sst_partitioner_factory: None 2026-02-23T09:49:39.260 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:49:39 trial019 ceph-mon[36022]: rocksdb: Options.memtable_factory: SkipListFactory 2026-02-23T09:49:39.260 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:49:39 trial019 ceph-mon[36022]: rocksdb: Options.table_factory: BlockBasedTable 2026-02-23T09:49:39.260 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:49:39 trial019 ceph-mon[36022]: rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x2c27900) 2026-02-23T09:49:39.260 INFO:journalctl@ceph.mon.trial019.trial019.stdout: cache_index_and_filter_blocks: 1 2026-02-23T09:49:39.260 INFO:journalctl@ceph.mon.trial019.trial019.stdout: cache_index_and_filter_blocks_with_high_priority: 0 2026-02-23T09:49:39.260 INFO:journalctl@ceph.mon.trial019.trial019.stdout: pin_l0_filter_and_index_blocks_in_cache: 0 2026-02-23T09:49:39.260 INFO:journalctl@ceph.mon.trial019.trial019.stdout: pin_top_level_index_and_filter: 1 2026-02-23T09:49:39.260 INFO:journalctl@ceph.mon.trial019.trial019.stdout: index_type: 0 2026-02-23T09:49:39.260 INFO:journalctl@ceph.mon.trial019.trial019.stdout: data_block_index_type: 0 2026-02-23T09:49:39.260 INFO:journalctl@ceph.mon.trial019.trial019.stdout: index_shortening: 1 2026-02-23T09:49:39.260 INFO:journalctl@ceph.mon.trial019.trial019.stdout: data_block_hash_table_util_ratio: 0.750000 2026-02-23T09:49:39.260 INFO:journalctl@ceph.mon.trial019.trial019.stdout: checksum: 4 2026-02-23T09:49:39.261 INFO:journalctl@ceph.mon.trial019.trial019.stdout: no_block_cache: 0 2026-02-23T09:49:39.261 INFO:journalctl@ceph.mon.trial019.trial019.stdout: block_cache: 0x2bf5a50 2026-02-23T09:49:39.261 INFO:journalctl@ceph.mon.trial019.trial019.stdout: block_cache_name: BinnedLRUCache 2026-02-23T09:49:39.261 INFO:journalctl@ceph.mon.trial019.trial019.stdout: block_cache_options: 2026-02-23T09:49:39.261 INFO:journalctl@ceph.mon.trial019.trial019.stdout: capacity : 536870912 2026-02-23T09:49:39.261 INFO:journalctl@ceph.mon.trial019.trial019.stdout: num_shard_bits : 4 2026-02-23T09:49:39.261 INFO:journalctl@ceph.mon.trial019.trial019.stdout: strict_capacity_limit : 0 2026-02-23T09:49:39.261 INFO:journalctl@ceph.mon.trial019.trial019.stdout: high_pri_pool_ratio: 0.000 2026-02-23T09:49:39.261 INFO:journalctl@ceph.mon.trial019.trial019.stdout: block_cache_compressed: (nil) 2026-02-23T09:49:39.261 INFO:journalctl@ceph.mon.trial019.trial019.stdout: persistent_cache: (nil) 2026-02-23T09:49:39.261 INFO:journalctl@ceph.mon.trial019.trial019.stdout: block_size: 4096 2026-02-23T09:49:39.261 INFO:journalctl@ceph.mon.trial019.trial019.stdout: block_size_deviation: 10 2026-02-23T09:49:39.261 INFO:journalctl@ceph.mon.trial019.trial019.stdout: block_restart_interval: 16 2026-02-23T09:49:39.262 INFO:journalctl@ceph.mon.trial019.trial019.stdout: index_block_restart_interval: 1 2026-02-23T09:49:39.262 INFO:journalctl@ceph.mon.trial019.trial019.stdout: metadata_block_size: 4096 2026-02-23T09:49:39.262 INFO:journalctl@ceph.mon.trial019.trial019.stdout: partition_filters: 0 2026-02-23T09:49:39.262 INFO:journalctl@ceph.mon.trial019.trial019.stdout: use_delta_encoding: 1 2026-02-23T09:49:39.262 INFO:journalctl@ceph.mon.trial019.trial019.stdout: filter_policy: bloomfilter 2026-02-23T09:49:39.262 INFO:journalctl@ceph.mon.trial019.trial019.stdout: whole_key_filtering: 1 2026-02-23T09:49:39.262 INFO:journalctl@ceph.mon.trial019.trial019.stdout: verify_compression: 0 2026-02-23T09:49:39.262 INFO:journalctl@ceph.mon.trial019.trial019.stdout: read_amp_bytes_per_bit: 0 2026-02-23T09:49:39.262 INFO:journalctl@ceph.mon.trial019.trial019.stdout: format_version: 5 2026-02-23T09:49:39.262 INFO:journalctl@ceph.mon.trial019.trial019.stdout: enable_index_compression: 1 2026-02-23T09:49:39.262 INFO:journalctl@ceph.mon.trial019.trial019.stdout: block_align: 0 2026-02-23T09:49:39.262 INFO:journalctl@ceph.mon.trial019.trial019.stdout: max_auto_readahead_size: 262144 2026-02-23T09:49:39.262 INFO:journalctl@ceph.mon.trial019.trial019.stdout: prepopulate_block_cache: 0 2026-02-23T09:49:39.263 INFO:journalctl@ceph.mon.trial019.trial019.stdout: initial_auto_readahead_size: 8192 2026-02-23T09:49:39.263 INFO:journalctl@ceph.mon.trial019.trial019.stdout: num_file_reads_for_auto_readahead: 2 2026-02-23T09:49:39.263 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:49:39 trial019 ceph-mon[36022]: rocksdb: Options.write_buffer_size: 33554432 2026-02-23T09:49:39.263 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:49:39 trial019 ceph-mon[36022]: rocksdb: Options.max_write_buffer_number: 2 2026-02-23T09:49:39.263 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:49:39 trial019 ceph-mon[36022]: rocksdb: Options.compression: NoCompression 2026-02-23T09:49:39.263 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:49:39 trial019 ceph-mon[36022]: rocksdb: Options.bottommost_compression: Disabled 2026-02-23T09:49:39.263 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:49:39 trial019 ceph-mon[36022]: rocksdb: Options.prefix_extractor: nullptr 2026-02-23T09:49:39.263 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:49:39 trial019 ceph-mon[36022]: rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2026-02-23T09:49:39.263 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:49:39 trial019 ceph-mon[36022]: rocksdb: Options.num_levels: 7 2026-02-23T09:49:39.263 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:49:39 trial019 ceph-mon[36022]: rocksdb: Options.min_write_buffer_number_to_merge: 1 2026-02-23T09:49:39.263 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:49:39 trial019 ceph-mon[36022]: rocksdb: Options.max_write_buffer_number_to_maintain: 0 2026-02-23T09:49:39.263 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:49:39 trial019 ceph-mon[36022]: rocksdb: Options.max_write_buffer_size_to_maintain: 0 2026-02-23T09:49:39.263 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:49:39 trial019 ceph-mon[36022]: rocksdb: Options.bottommost_compression_opts.window_bits: -14 2026-02-23T09:49:39.264 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:49:39 trial019 ceph-mon[36022]: rocksdb: Options.bottommost_compression_opts.level: 32767 2026-02-23T09:49:39.264 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:49:39 trial019 ceph-mon[36022]: rocksdb: Options.bottommost_compression_opts.strategy: 0 2026-02-23T09:49:39.264 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:49:39 trial019 ceph-mon[36022]: rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2026-02-23T09:49:39.264 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:49:39 trial019 ceph-mon[36022]: rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2026-02-23T09:49:39.264 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:49:39 trial019 ceph-mon[36022]: rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2026-02-23T09:49:39.264 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:49:39 trial019 ceph-mon[36022]: rocksdb: Options.bottommost_compression_opts.enabled: false 2026-02-23T09:49:39.264 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:49:39 trial019 ceph-mon[36022]: rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2026-02-23T09:49:39.264 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:49:39 trial019 ceph-mon[36022]: rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2026-02-23T09:49:39.264 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:49:39 trial019 ceph-mon[36022]: rocksdb: Options.compression_opts.window_bits: -14 2026-02-23T09:49:39.264 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:49:39 trial019 ceph-mon[36022]: rocksdb: Options.compression_opts.level: 32767 2026-02-23T09:49:39.264 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:49:39 trial019 ceph-mon[36022]: rocksdb: Options.compression_opts.strategy: 0 2026-02-23T09:49:39.264 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:49:39 trial019 ceph-mon[36022]: rocksdb: Options.compression_opts.max_dict_bytes: 0 2026-02-23T09:49:39.264 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:49:39 trial019 ceph-mon[36022]: rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2026-02-23T09:49:39.265 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:49:39 trial019 ceph-mon[36022]: rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2026-02-23T09:49:39.265 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:49:39 trial019 ceph-mon[36022]: rocksdb: Options.compression_opts.parallel_threads: 1 2026-02-23T09:49:39.265 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:49:39 trial019 ceph-mon[36022]: rocksdb: Options.compression_opts.enabled: false 2026-02-23T09:49:39.265 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:49:39 trial019 ceph-mon[36022]: rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2026-02-23T09:49:39.265 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:49:39 trial019 ceph-mon[36022]: rocksdb: Options.level0_file_num_compaction_trigger: 4 2026-02-23T09:49:39.265 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:49:39 trial019 ceph-mon[36022]: rocksdb: Options.level0_slowdown_writes_trigger: 20 2026-02-23T09:49:39.265 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:49:39 trial019 ceph-mon[36022]: rocksdb: Options.level0_stop_writes_trigger: 36 2026-02-23T09:49:39.265 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:49:39 trial019 ceph-mon[36022]: rocksdb: Options.target_file_size_base: 67108864 2026-02-23T09:49:39.265 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:49:39 trial019 ceph-mon[36022]: rocksdb: Options.target_file_size_multiplier: 1 2026-02-23T09:49:39.265 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:49:39 trial019 ceph-mon[36022]: rocksdb: Options.max_bytes_for_level_base: 268435456 2026-02-23T09:49:39.265 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:49:39 trial019 ceph-mon[36022]: rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2026-02-23T09:49:39.265 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:49:39 trial019 ceph-mon[36022]: rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2026-02-23T09:49:39.265 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:49:39 trial019 ceph-mon[36022]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2026-02-23T09:49:39.266 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:49:39 trial019 ceph-mon[36022]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2026-02-23T09:49:39.266 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:49:39 trial019 ceph-mon[36022]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2026-02-23T09:49:39.266 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:49:39 trial019 ceph-mon[36022]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2026-02-23T09:49:39.266 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:49:39 trial019 ceph-mon[36022]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2026-02-23T09:49:39.266 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:49:39 trial019 ceph-mon[36022]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2026-02-23T09:49:39.266 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:49:39 trial019 ceph-mon[36022]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2026-02-23T09:49:39.266 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:49:39 trial019 ceph-mon[36022]: rocksdb: Options.max_sequential_skip_in_iterations: 8 2026-02-23T09:49:39.266 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:49:39 trial019 ceph-mon[36022]: rocksdb: Options.max_compaction_bytes: 1677721600 2026-02-23T09:49:39.266 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:49:39 trial019 ceph-mon[36022]: rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2026-02-23T09:49:39.266 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:49:39 trial019 ceph-mon[36022]: rocksdb: Options.arena_block_size: 1048576 2026-02-23T09:49:39.266 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:49:39 trial019 ceph-mon[36022]: rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2026-02-23T09:49:39.266 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:49:39 trial019 ceph-mon[36022]: rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2026-02-23T09:49:39.266 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:49:39 trial019 ceph-mon[36022]: rocksdb: Options.disable_auto_compactions: 0 2026-02-23T09:49:39.267 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:49:39 trial019 ceph-mon[36022]: rocksdb: Options.compaction_style: kCompactionStyleLevel 2026-02-23T09:49:39.267 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:49:39 trial019 ceph-mon[36022]: rocksdb: Options.compaction_pri: kMinOverlappingRatio 2026-02-23T09:49:39.267 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:49:39 trial019 ceph-mon[36022]: rocksdb: Options.compaction_options_universal.size_ratio: 1 2026-02-23T09:49:39.267 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:49:39 trial019 ceph-mon[36022]: rocksdb: Options.compaction_options_universal.min_merge_width: 2 2026-02-23T09:49:39.267 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:49:39 trial019 ceph-mon[36022]: rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2026-02-23T09:49:39.267 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:49:39 trial019 ceph-mon[36022]: rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2026-02-23T09:49:39.267 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:49:39 trial019 ceph-mon[36022]: rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2026-02-23T09:49:39.267 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:49:39 trial019 ceph-mon[36022]: rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2026-02-23T09:49:39.267 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:49:39 trial019 ceph-mon[36022]: rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2026-02-23T09:49:39.267 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:49:39 trial019 ceph-mon[36022]: rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2026-02-23T09:49:39.267 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:49:39 trial019 ceph-mon[36022]: rocksdb: Options.table_properties_collectors: CompactOnDeletionCollector (Sliding window size = 32768 Deletion trigger = 16384 Deletion ratio = 0); 2026-02-23T09:49:39.267 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:49:39 trial019 ceph-mon[36022]: rocksdb: Options.inplace_update_support: 0 2026-02-23T09:49:39.267 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:49:39 trial019 ceph-mon[36022]: rocksdb: Options.inplace_update_num_locks: 10000 2026-02-23T09:49:39.268 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:49:39 trial019 ceph-mon[36022]: rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2026-02-23T09:49:39.268 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:49:39 trial019 ceph-mon[36022]: rocksdb: Options.memtable_whole_key_filtering: 0 2026-02-23T09:49:39.268 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:49:39 trial019 ceph-mon[36022]: rocksdb: Options.memtable_huge_page_size: 0 2026-02-23T09:49:39.268 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:49:39 trial019 ceph-mon[36022]: rocksdb: Options.bloom_locality: 0 2026-02-23T09:49:39.268 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:49:39 trial019 ceph-mon[36022]: rocksdb: Options.max_successive_merges: 0 2026-02-23T09:49:39.268 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:49:39 trial019 ceph-mon[36022]: rocksdb: Options.optimize_filters_for_hits: 0 2026-02-23T09:49:39.268 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:49:39 trial019 ceph-mon[36022]: rocksdb: Options.paranoid_file_checks: 0 2026-02-23T09:49:39.268 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:49:39 trial019 ceph-mon[36022]: rocksdb: Options.force_consistency_checks: 1 2026-02-23T09:49:39.268 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:49:39 trial019 ceph-mon[36022]: rocksdb: Options.report_bg_io_stats: 0 2026-02-23T09:49:39.268 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:49:39 trial019 ceph-mon[36022]: rocksdb: Options.ttl: 2592000 2026-02-23T09:49:39.268 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:49:39 trial019 ceph-mon[36022]: rocksdb: Options.periodic_compaction_seconds: 0 2026-02-23T09:49:39.268 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:49:39 trial019 ceph-mon[36022]: rocksdb: Options.preclude_last_level_data_seconds: 0 2026-02-23T09:49:39.268 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:49:39 trial019 ceph-mon[36022]: rocksdb: Options.preserve_internal_time_seconds: 0 2026-02-23T09:49:39.269 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:49:39 trial019 ceph-mon[36022]: rocksdb: Options.enable_blob_files: false 2026-02-23T09:49:39.269 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:49:39 trial019 ceph-mon[36022]: rocksdb: Options.min_blob_size: 0 2026-02-23T09:49:39.269 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:49:39 trial019 ceph-mon[36022]: rocksdb: Options.blob_file_size: 268435456 2026-02-23T09:49:39.269 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:49:39 trial019 ceph-mon[36022]: rocksdb: Options.blob_compression_type: NoCompression 2026-02-23T09:49:39.269 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:49:39 trial019 ceph-mon[36022]: rocksdb: Options.enable_blob_garbage_collection: false 2026-02-23T09:49:39.269 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:49:39 trial019 ceph-mon[36022]: rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2026-02-23T09:49:39.269 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:49:39 trial019 ceph-mon[36022]: rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2026-02-23T09:49:39.269 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:49:39 trial019 ceph-mon[36022]: rocksdb: Options.blob_compaction_readahead_size: 0 2026-02-23T09:49:39.269 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:49:39 trial019 ceph-mon[36022]: rocksdb: Options.blob_file_starting_level: 0 2026-02-23T09:49:39.269 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:49:39 trial019 ceph-mon[36022]: rocksdb: Options.experimental_mempurge_threshold: 0.000000 2026-02-23T09:49:39.269 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:49:39 trial019 ceph-mon[36022]: rocksdb: [db/version_set.cc:5566] Recovered from manifest file:/var/lib/ceph/mon/ceph-trial019/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-23T09:49:39.269 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:49:39 trial019 ceph-mon[36022]: rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 5 2026-02-23T09:49:39.269 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:49:39 trial019 ceph-mon[36022]: rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: 0c7028dd-1018-4bdd-978d-c6b2ebb54e11 2026-02-23T09:49:39.270 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:49:39 trial019 ceph-mon[36022]: rocksdb: EVENT_LOG_v1 {"time_micros": 1771840179023132, "job": 1, "event": "recovery_started", "wal_files": [9]} 2026-02-23T09:49:39.270 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:49:39 trial019 ceph-mon[36022]: rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #9 mode 2 2026-02-23T09:49:39.270 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:49:39 trial019 ceph-mon[36022]: rocksdb: EVENT_LOG_v1 {"time_micros": 1771840179023858, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 13, "file_size": 73355, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 8, "largest_seqno": 227, "table_properties": {"data_size": 71623, "index_size": 181, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 1, "index_value_is_delta_encoded": 1, "filter_size": 517, "raw_key_size": 9640, "raw_average_key_size": 48, "raw_value_size": 66127, "raw_average_value_size": 333, "num_data_blocks": 8, "num_entries": 198, "num_filter_entries": 198, "num_deletions": 3, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 0, "filter_policy": "bloomfilter", "column_family_name": "default", "column_family_id": 0, "comparator": "leveldb.BytewiseComparator", "merge_operator": "", "prefix_extractor_name": "nullptr", "property_collectors": "[CompactOnDeletionCollector]", "compression": "NoCompression", "compression_options": "window_bits=-14; level=32767; strategy=0; max_dict_bytes=0; zstd_max_train_bytes=0; enabled=0; max_dict_buffer_bytes=0; use_zstd_dict_trainer=1; ", "creation_time": 1771840179, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "0c7028dd-1018-4bdd-978d-c6b2ebb54e11", "db_session_id": "ML91Z6DS57IWZ2YWGS45", "orig_file_number": 13, "seqno_to_time_mapping": "N/A"}} 2026-02-23T09:49:39.270 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:49:39 trial019 ceph-mon[36022]: rocksdb: EVENT_LOG_v1 {"time_micros": 1771840179023931, "job": 1, "event": "recovery_finished"} 2026-02-23T09:49:39.270 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:49:39 trial019 ceph-mon[36022]: rocksdb: [db/version_set.cc:5047] Creating manifest 15 2026-02-23T09:49:39.270 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:49:39 trial019 ceph-mon[36022]: rocksdb: [file/delete_scheduler.cc:74] Deleted file /var/lib/ceph/mon/ceph-trial019/store.db/000009.log immediately, rate_bytes_per_sec 0, total_trash_size 0 max_trash_db_ratio 0.250000 2026-02-23T09:49:39.270 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:49:39 trial019 ceph-mon[36022]: rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x2c42e00 2026-02-23T09:49:39.270 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:49:39 trial019 ceph-mon[36022]: rocksdb: DB pointer 0x3a34000 2026-02-23T09:49:39.270 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:49:39 trial019 ceph-mon[36022]: rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2026-02-23T09:49:39.270 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:49:39 trial019 ceph-mon[36022]: rocksdb: [db/db_impl/db_impl.cc:1111] 2026-02-23T09:49:39.270 INFO:journalctl@ceph.mon.trial019.trial019.stdout: ** DB Stats ** 2026-02-23T09:49:39.270 INFO:journalctl@ceph.mon.trial019.trial019.stdout: Uptime(secs): 0.0 total, 0.0 interval 2026-02-23T09:49:39.270 INFO:journalctl@ceph.mon.trial019.trial019.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-23T09:49:39.271 INFO:journalctl@ceph.mon.trial019.trial019.stdout: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2026-02-23T09:49:39.271 INFO:journalctl@ceph.mon.trial019.trial019.stdout: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2026-02-23T09:49:39.271 INFO:journalctl@ceph.mon.trial019.trial019.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-23T09:49:39.271 INFO:journalctl@ceph.mon.trial019.trial019.stdout: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2026-02-23T09:49:39.271 INFO:journalctl@ceph.mon.trial019.trial019.stdout: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2026-02-23T09:49:39.271 INFO:journalctl@ceph.mon.trial019.trial019.stdout: 2026-02-23T09:49:39.271 INFO:journalctl@ceph.mon.trial019.trial019.stdout: ** Compaction Stats [default] ** 2026-02-23T09:49:39.271 INFO:journalctl@ceph.mon.trial019.trial019.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-23T09:49:39.271 INFO:journalctl@ceph.mon.trial019.trial019.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2026-02-23T09:49:39.271 INFO:journalctl@ceph.mon.trial019.trial019.stdout: L0 2/0 73.54 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 130.5 0.00 0.00 1 0.001 0 0 0.0 0.0 2026-02-23T09:49:39.271 INFO:journalctl@ceph.mon.trial019.trial019.stdout: Sum 2/0 73.54 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 130.5 0.00 0.00 1 0.001 0 0 0.0 0.0 2026-02-23T09:49:39.271 INFO:journalctl@ceph.mon.trial019.trial019.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 130.5 0.00 0.00 1 0.001 0 0 0.0 0.0 2026-02-23T09:49:39.272 INFO:journalctl@ceph.mon.trial019.trial019.stdout: 2026-02-23T09:49:39.272 INFO:journalctl@ceph.mon.trial019.trial019.stdout: ** Compaction Stats [default] ** 2026-02-23T09:49:39.272 INFO:journalctl@ceph.mon.trial019.trial019.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-23T09:49:39.272 INFO:journalctl@ceph.mon.trial019.trial019.stdout: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2026-02-23T09:49:39.272 INFO:journalctl@ceph.mon.trial019.trial019.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 130.5 0.00 0.00 1 0.001 0 0 0.0 0.0 2026-02-23T09:49:39.272 INFO:journalctl@ceph.mon.trial019.trial019.stdout: 2026-02-23T09:49:39.272 INFO:journalctl@ceph.mon.trial019.trial019.stdout: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2026-02-23T09:49:39.272 INFO:journalctl@ceph.mon.trial019.trial019.stdout: 2026-02-23T09:49:39.272 INFO:journalctl@ceph.mon.trial019.trial019.stdout: Uptime(secs): 0.0 total, 0.0 interval 2026-02-23T09:49:39.272 INFO:journalctl@ceph.mon.trial019.trial019.stdout: Flush(GB): cumulative 0.000, interval 0.000 2026-02-23T09:49:39.272 INFO:journalctl@ceph.mon.trial019.trial019.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2026-02-23T09:49:39.272 INFO:journalctl@ceph.mon.trial019.trial019.stdout: AddFile(Total Files): cumulative 0, interval 0 2026-02-23T09:49:39.273 INFO:journalctl@ceph.mon.trial019.trial019.stdout: AddFile(L0 Files): cumulative 0, interval 0 2026-02-23T09:49:39.273 INFO:journalctl@ceph.mon.trial019.trial019.stdout: AddFile(Keys): cumulative 0, interval 0 2026-02-23T09:49:39.273 INFO:journalctl@ceph.mon.trial019.trial019.stdout: Cumulative compaction: 0.00 GB write, 23.46 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2026-02-23T09:49:39.273 INFO:journalctl@ceph.mon.trial019.trial019.stdout: Interval compaction: 0.00 GB write, 23.46 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2026-02-23T09:49:39.273 INFO:journalctl@ceph.mon.trial019.trial019.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-23T09:49:39.273 INFO:journalctl@ceph.mon.trial019.trial019.stdout: Block cache BinnedLRUCache@0x2bf5a50#7 capacity: 512.00 MB usage: 1.08 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 1.4e-05 secs_since: 0 2026-02-23T09:49:39.273 INFO:journalctl@ceph.mon.trial019.trial019.stdout: Block cache entry stats(count,size,portion): FilterBlock(2,0.70 KB,0.00013411%) IndexBlock(2,0.38 KB,7.15256e-05%) Misc(1,0.00 KB,0%) 2026-02-23T09:49:39.273 INFO:journalctl@ceph.mon.trial019.trial019.stdout: 2026-02-23T09:49:39.273 INFO:journalctl@ceph.mon.trial019.trial019.stdout: ** File Read Latency Histogram By Level [default] ** 2026-02-23T09:49:39.273 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:49:39 trial019 ceph-mon[36022]: starting mon.trial019 rank 0 at public addrs [v2:10.20.193.19:3300/0,v1:10.20.193.19:6789/0] at bind addrs [v2:10.20.193.19:3300/0,v1:10.20.193.19:6789/0] mon_data /var/lib/ceph/mon/ceph-trial019 fsid ef044f25-109c-11f1-802f-d404e6e7d460 2026-02-23T09:49:39.273 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:49:39 trial019 ceph-mon[36022]: mon.trial019@-1(???) e1 preinit fsid ef044f25-109c-11f1-802f-d404e6e7d460 2026-02-23T09:49:39.273 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:49:39 trial019 ceph-mon[36022]: mon.trial019@-1(???).mds e1 new map 2026-02-23T09:49:39.274 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:49:39 trial019 ceph-mon[36022]: mon.trial019@-1(???).mds e1 print_map 2026-02-23T09:49:39.274 INFO:journalctl@ceph.mon.trial019.trial019.stdout: e1 2026-02-23T09:49:39.274 INFO:journalctl@ceph.mon.trial019.trial019.stdout: btime 2026-02-23T09:49:37:578373+0000 2026-02-23T09:49:39.274 INFO:journalctl@ceph.mon.trial019.trial019.stdout: enable_multiple, ever_enabled_multiple: 1,1 2026-02-23T09:49:39.274 INFO:journalctl@ceph.mon.trial019.trial019.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-23T09:49:39.274 INFO:journalctl@ceph.mon.trial019.trial019.stdout: legacy client fscid: -1 2026-02-23T09:49:39.274 INFO:journalctl@ceph.mon.trial019.trial019.stdout: 2026-02-23T09:49:39.274 INFO:journalctl@ceph.mon.trial019.trial019.stdout: No filesystems configured 2026-02-23T09:49:39.274 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:49:39 trial019 ceph-mon[36022]: mon.trial019@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2026-02-23T09:49:39.274 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:49:39 trial019 ceph-mon[36022]: mon.trial019@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2026-02-23T09:49:39.274 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:49:39 trial019 ceph-mon[36022]: mon.trial019@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2026-02-23T09:49:39.274 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:49:39 trial019 ceph-mon[36022]: mon.trial019@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2026-02-23T09:49:39.275 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:49:39 trial019 ceph-mon[36022]: mon.trial019@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2026-02-23T09:49:39.275 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:49:39 trial019 ceph-mon[36022]: mon.trial019 is new leader, mons trial019 in quorum (ranks 0) 2026-02-23T09:49:39.275 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:49:39 trial019 ceph-mon[36022]: monmap epoch 1 2026-02-23T09:49:39.275 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:49:39 trial019 ceph-mon[36022]: fsid ef044f25-109c-11f1-802f-d404e6e7d460 2026-02-23T09:49:39.275 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:49:39 trial019 ceph-mon[36022]: last_changed 2026-02-23T09:49:36.350395+0000 2026-02-23T09:49:39.275 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:49:39 trial019 ceph-mon[36022]: created 2026-02-23T09:49:36.350395+0000 2026-02-23T09:49:39.275 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:49:39 trial019 ceph-mon[36022]: min_mon_release 20 (tentacle) 2026-02-23T09:49:39.275 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:49:39 trial019 ceph-mon[36022]: election_strategy: 1 2026-02-23T09:49:39.275 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:49:39 trial019 ceph-mon[36022]: 0: [v2:10.20.193.19:3300/0,v1:10.20.193.19:6789/0] mon.trial019 2026-02-23T09:49:39.275 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:49:39 trial019 ceph-mon[36022]: fsmap 2026-02-23T09:49:39.275 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:49:39 trial019 ceph-mon[36022]: osdmap e1: 0 total, 0 up, 0 in 2026-02-23T09:49:39.275 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:49:39 trial019 ceph-mon[36022]: mgrmap e1: no daemons active 2026-02-23T09:49:39.302 INFO:teuthology.orchestra.run.trial019.stdout:Wrote config to /etc/ceph/ceph.conf 2026-02-23T09:49:39.303 INFO:teuthology.orchestra.run.trial019.stdout:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2026-02-23T09:49:39.303 INFO:teuthology.orchestra.run.trial019.stdout:Creating mgr... 2026-02-23T09:49:39.304 INFO:teuthology.orchestra.run.trial019.stdout:Verifying port 0.0.0.0:9283 ... 2026-02-23T09:49:39.304 INFO:teuthology.orchestra.run.trial019.stdout:Verifying port 0.0.0.0:8765 ... 2026-02-23T09:49:39.304 INFO:teuthology.orchestra.run.trial019.stdout:Verifying port 0.0.0.0:8443 ... 2026-02-23T09:49:39.442 INFO:teuthology.orchestra.run.trial019.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-ef044f25-109c-11f1-802f-d404e6e7d460@mgr.trial019.akekgr 2026-02-23T09:49:39.442 INFO:teuthology.orchestra.run.trial019.stdout:systemctl: stderr Failed to reset failed state of unit ceph-ef044f25-109c-11f1-802f-d404e6e7d460@mgr.trial019.akekgr.service: Unit ceph-ef044f25-109c-11f1-802f-d404e6e7d460@mgr.trial019.akekgr.service not loaded. 2026-02-23T09:49:39.562 INFO:teuthology.orchestra.run.trial019.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-ef044f25-109c-11f1-802f-d404e6e7d460.target.wants/ceph-ef044f25-109c-11f1-802f-d404e6e7d460@mgr.trial019.akekgr.service → /etc/systemd/system/ceph-ef044f25-109c-11f1-802f-d404e6e7d460@.service. 2026-02-23T09:49:39.728 INFO:teuthology.orchestra.run.trial019.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2026-02-23T09:49:39.728 INFO:teuthology.orchestra.run.trial019.stdout:systemctl: stdout disabled 2026-02-23T09:49:39.733 INFO:teuthology.orchestra.run.trial019.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2026-02-23T09:49:39.733 INFO:teuthology.orchestra.run.trial019.stdout:systemctl: stdout inactive 2026-02-23T09:49:39.733 INFO:teuthology.orchestra.run.trial019.stdout:firewalld.service is not enabled 2026-02-23T09:49:39.733 INFO:teuthology.orchestra.run.trial019.stdout:Not possible to enable service . firewalld.service is not available 2026-02-23T09:49:39.740 INFO:teuthology.orchestra.run.trial019.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2026-02-23T09:49:39.740 INFO:teuthology.orchestra.run.trial019.stdout:systemctl: stdout disabled 2026-02-23T09:49:39.746 INFO:teuthology.orchestra.run.trial019.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2026-02-23T09:49:39.746 INFO:teuthology.orchestra.run.trial019.stdout:systemctl: stdout inactive 2026-02-23T09:49:39.746 INFO:teuthology.orchestra.run.trial019.stdout:firewalld.service is not enabled 2026-02-23T09:49:39.747 INFO:teuthology.orchestra.run.trial019.stdout:Not possible to open ports <[9283, 8765, 8443]>. firewalld.service is not available 2026-02-23T09:49:39.747 INFO:teuthology.orchestra.run.trial019.stdout:Waiting for mgr to start... 2026-02-23T09:49:39.747 INFO:teuthology.orchestra.run.trial019.stdout:Waiting for mgr... 2026-02-23T09:49:40.039 INFO:teuthology.orchestra.run.trial019.stdout:/usr/bin/ceph: stdout 2026-02-23T09:49:40.040 INFO:teuthology.orchestra.run.trial019.stdout:/usr/bin/ceph: stdout { 2026-02-23T09:49:40.040 INFO:teuthology.orchestra.run.trial019.stdout:/usr/bin/ceph: stdout "fsid": "ef044f25-109c-11f1-802f-d404e6e7d460", 2026-02-23T09:49:40.040 INFO:teuthology.orchestra.run.trial019.stdout:/usr/bin/ceph: stdout "health": { 2026-02-23T09:49:40.040 INFO:teuthology.orchestra.run.trial019.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2026-02-23T09:49:40.040 INFO:teuthology.orchestra.run.trial019.stdout:/usr/bin/ceph: stdout "checks": {}, 2026-02-23T09:49:40.040 INFO:teuthology.orchestra.run.trial019.stdout:/usr/bin/ceph: stdout "mutes": [] 2026-02-23T09:49:40.040 INFO:teuthology.orchestra.run.trial019.stdout:/usr/bin/ceph: stdout }, 2026-02-23T09:49:40.040 INFO:teuthology.orchestra.run.trial019.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2026-02-23T09:49:40.040 INFO:teuthology.orchestra.run.trial019.stdout:/usr/bin/ceph: stdout "quorum": [ 2026-02-23T09:49:40.040 INFO:teuthology.orchestra.run.trial019.stdout:/usr/bin/ceph: stdout 0 2026-02-23T09:49:40.041 INFO:teuthology.orchestra.run.trial019.stdout:/usr/bin/ceph: stdout ], 2026-02-23T09:49:40.041 INFO:teuthology.orchestra.run.trial019.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2026-02-23T09:49:40.041 INFO:teuthology.orchestra.run.trial019.stdout:/usr/bin/ceph: stdout "trial019" 2026-02-23T09:49:40.041 INFO:teuthology.orchestra.run.trial019.stdout:/usr/bin/ceph: stdout ], 2026-02-23T09:49:40.041 INFO:teuthology.orchestra.run.trial019.stdout:/usr/bin/ceph: stdout "quorum_age": 0, 2026-02-23T09:49:40.041 INFO:teuthology.orchestra.run.trial019.stdout:/usr/bin/ceph: stdout "monmap": { 2026-02-23T09:49:40.041 INFO:teuthology.orchestra.run.trial019.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-02-23T09:49:40.041 INFO:teuthology.orchestra.run.trial019.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "tentacle", 2026-02-23T09:49:40.041 INFO:teuthology.orchestra.run.trial019.stdout:/usr/bin/ceph: stdout "num_mons": 1 2026-02-23T09:49:40.041 INFO:teuthology.orchestra.run.trial019.stdout:/usr/bin/ceph: stdout }, 2026-02-23T09:49:40.042 INFO:teuthology.orchestra.run.trial019.stdout:/usr/bin/ceph: stdout "osdmap": { 2026-02-23T09:49:40.042 INFO:teuthology.orchestra.run.trial019.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-02-23T09:49:40.042 INFO:teuthology.orchestra.run.trial019.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2026-02-23T09:49:40.042 INFO:teuthology.orchestra.run.trial019.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2026-02-23T09:49:40.042 INFO:teuthology.orchestra.run.trial019.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2026-02-23T09:49:40.042 INFO:teuthology.orchestra.run.trial019.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2026-02-23T09:49:40.042 INFO:teuthology.orchestra.run.trial019.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2026-02-23T09:49:40.042 INFO:teuthology.orchestra.run.trial019.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2026-02-23T09:49:40.042 INFO:teuthology.orchestra.run.trial019.stdout:/usr/bin/ceph: stdout }, 2026-02-23T09:49:40.042 INFO:teuthology.orchestra.run.trial019.stdout:/usr/bin/ceph: stdout "pgmap": { 2026-02-23T09:49:40.042 INFO:teuthology.orchestra.run.trial019.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2026-02-23T09:49:40.042 INFO:teuthology.orchestra.run.trial019.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2026-02-23T09:49:40.042 INFO:teuthology.orchestra.run.trial019.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2026-02-23T09:49:40.043 INFO:teuthology.orchestra.run.trial019.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2026-02-23T09:49:40.043 INFO:teuthology.orchestra.run.trial019.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2026-02-23T09:49:40.043 INFO:teuthology.orchestra.run.trial019.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2026-02-23T09:49:40.043 INFO:teuthology.orchestra.run.trial019.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2026-02-23T09:49:40.043 INFO:teuthology.orchestra.run.trial019.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2026-02-23T09:49:40.043 INFO:teuthology.orchestra.run.trial019.stdout:/usr/bin/ceph: stdout }, 2026-02-23T09:49:40.043 INFO:teuthology.orchestra.run.trial019.stdout:/usr/bin/ceph: stdout "fsmap": { 2026-02-23T09:49:40.043 INFO:teuthology.orchestra.run.trial019.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-02-23T09:49:40.043 INFO:teuthology.orchestra.run.trial019.stdout:/usr/bin/ceph: stdout "btime": "2026-02-23T09:49:37:578373+0000", 2026-02-23T09:49:40.043 INFO:teuthology.orchestra.run.trial019.stdout:/usr/bin/ceph: stdout "by_rank": [], 2026-02-23T09:49:40.043 INFO:teuthology.orchestra.run.trial019.stdout:/usr/bin/ceph: stdout "up:standby": 0 2026-02-23T09:49:40.043 INFO:teuthology.orchestra.run.trial019.stdout:/usr/bin/ceph: stdout }, 2026-02-23T09:49:40.044 INFO:teuthology.orchestra.run.trial019.stdout:/usr/bin/ceph: stdout "mgrmap": { 2026-02-23T09:49:40.044 INFO:teuthology.orchestra.run.trial019.stdout:/usr/bin/ceph: stdout "available": false, 2026-02-23T09:49:40.044 INFO:teuthology.orchestra.run.trial019.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2026-02-23T09:49:40.044 INFO:teuthology.orchestra.run.trial019.stdout:/usr/bin/ceph: stdout "modules": [ 2026-02-23T09:49:40.044 INFO:teuthology.orchestra.run.trial019.stdout:/usr/bin/ceph: stdout "iostat", 2026-02-23T09:49:40.044 INFO:teuthology.orchestra.run.trial019.stdout:/usr/bin/ceph: stdout "nfs" 2026-02-23T09:49:40.044 INFO:teuthology.orchestra.run.trial019.stdout:/usr/bin/ceph: stdout ], 2026-02-23T09:49:40.044 INFO:teuthology.orchestra.run.trial019.stdout:/usr/bin/ceph: stdout "services": {} 2026-02-23T09:49:40.044 INFO:teuthology.orchestra.run.trial019.stdout:/usr/bin/ceph: stdout }, 2026-02-23T09:49:40.044 INFO:teuthology.orchestra.run.trial019.stdout:/usr/bin/ceph: stdout "servicemap": { 2026-02-23T09:49:40.044 INFO:teuthology.orchestra.run.trial019.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-02-23T09:49:40.044 INFO:teuthology.orchestra.run.trial019.stdout:/usr/bin/ceph: stdout "modified": "2026-02-23T09:49:37.578773+0000", 2026-02-23T09:49:40.044 INFO:teuthology.orchestra.run.trial019.stdout:/usr/bin/ceph: stdout "services": {} 2026-02-23T09:49:40.045 INFO:teuthology.orchestra.run.trial019.stdout:/usr/bin/ceph: stdout }, 2026-02-23T09:49:40.045 INFO:teuthology.orchestra.run.trial019.stdout:/usr/bin/ceph: stdout "progress_events": {} 2026-02-23T09:49:40.045 INFO:teuthology.orchestra.run.trial019.stdout:/usr/bin/ceph: stdout } 2026-02-23T09:49:40.045 INFO:teuthology.orchestra.run.trial019.stdout:mgr not available, waiting (1/15)... 2026-02-23T09:49:40.497 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:49:40 trial019 ceph-mon[36022]: from='client.? 10.20.193.19:0/2674431909' entity='client.admin' 2026-02-23T09:49:40.498 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:49:40 trial019 ceph-mon[36022]: from='client.? 10.20.193.19:0/3314573223' entity='client.admin' cmd={"prefix": "status", "format": "json-pretty"} : dispatch 2026-02-23T09:49:42.311 INFO:teuthology.orchestra.run.trial019.stdout:/usr/bin/ceph: stdout 2026-02-23T09:49:42.312 INFO:teuthology.orchestra.run.trial019.stdout:/usr/bin/ceph: stdout { 2026-02-23T09:49:42.312 INFO:teuthology.orchestra.run.trial019.stdout:/usr/bin/ceph: stdout "fsid": "ef044f25-109c-11f1-802f-d404e6e7d460", 2026-02-23T09:49:42.312 INFO:teuthology.orchestra.run.trial019.stdout:/usr/bin/ceph: stdout "health": { 2026-02-23T09:49:42.312 INFO:teuthology.orchestra.run.trial019.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2026-02-23T09:49:42.312 INFO:teuthology.orchestra.run.trial019.stdout:/usr/bin/ceph: stdout "checks": {}, 2026-02-23T09:49:42.312 INFO:teuthology.orchestra.run.trial019.stdout:/usr/bin/ceph: stdout "mutes": [] 2026-02-23T09:49:42.312 INFO:teuthology.orchestra.run.trial019.stdout:/usr/bin/ceph: stdout }, 2026-02-23T09:49:42.312 INFO:teuthology.orchestra.run.trial019.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2026-02-23T09:49:42.312 INFO:teuthology.orchestra.run.trial019.stdout:/usr/bin/ceph: stdout "quorum": [ 2026-02-23T09:49:42.313 INFO:teuthology.orchestra.run.trial019.stdout:/usr/bin/ceph: stdout 0 2026-02-23T09:49:42.313 INFO:teuthology.orchestra.run.trial019.stdout:/usr/bin/ceph: stdout ], 2026-02-23T09:49:42.313 INFO:teuthology.orchestra.run.trial019.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2026-02-23T09:49:42.313 INFO:teuthology.orchestra.run.trial019.stdout:/usr/bin/ceph: stdout "trial019" 2026-02-23T09:49:42.313 INFO:teuthology.orchestra.run.trial019.stdout:/usr/bin/ceph: stdout ], 2026-02-23T09:49:42.313 INFO:teuthology.orchestra.run.trial019.stdout:/usr/bin/ceph: stdout "quorum_age": 3, 2026-02-23T09:49:42.313 INFO:teuthology.orchestra.run.trial019.stdout:/usr/bin/ceph: stdout "monmap": { 2026-02-23T09:49:42.313 INFO:teuthology.orchestra.run.trial019.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-02-23T09:49:42.313 INFO:teuthology.orchestra.run.trial019.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "tentacle", 2026-02-23T09:49:42.313 INFO:teuthology.orchestra.run.trial019.stdout:/usr/bin/ceph: stdout "num_mons": 1 2026-02-23T09:49:42.313 INFO:teuthology.orchestra.run.trial019.stdout:/usr/bin/ceph: stdout }, 2026-02-23T09:49:42.313 INFO:teuthology.orchestra.run.trial019.stdout:/usr/bin/ceph: stdout "osdmap": { 2026-02-23T09:49:42.313 INFO:teuthology.orchestra.run.trial019.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-02-23T09:49:42.314 INFO:teuthology.orchestra.run.trial019.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2026-02-23T09:49:42.314 INFO:teuthology.orchestra.run.trial019.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2026-02-23T09:49:42.314 INFO:teuthology.orchestra.run.trial019.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2026-02-23T09:49:42.314 INFO:teuthology.orchestra.run.trial019.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2026-02-23T09:49:42.314 INFO:teuthology.orchestra.run.trial019.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2026-02-23T09:49:42.314 INFO:teuthology.orchestra.run.trial019.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2026-02-23T09:49:42.314 INFO:teuthology.orchestra.run.trial019.stdout:/usr/bin/ceph: stdout }, 2026-02-23T09:49:42.314 INFO:teuthology.orchestra.run.trial019.stdout:/usr/bin/ceph: stdout "pgmap": { 2026-02-23T09:49:42.314 INFO:teuthology.orchestra.run.trial019.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2026-02-23T09:49:42.314 INFO:teuthology.orchestra.run.trial019.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2026-02-23T09:49:42.314 INFO:teuthology.orchestra.run.trial019.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2026-02-23T09:49:42.314 INFO:teuthology.orchestra.run.trial019.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2026-02-23T09:49:42.315 INFO:teuthology.orchestra.run.trial019.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2026-02-23T09:49:42.315 INFO:teuthology.orchestra.run.trial019.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2026-02-23T09:49:42.315 INFO:teuthology.orchestra.run.trial019.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2026-02-23T09:49:42.315 INFO:teuthology.orchestra.run.trial019.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2026-02-23T09:49:42.315 INFO:teuthology.orchestra.run.trial019.stdout:/usr/bin/ceph: stdout }, 2026-02-23T09:49:42.315 INFO:teuthology.orchestra.run.trial019.stdout:/usr/bin/ceph: stdout "fsmap": { 2026-02-23T09:49:42.315 INFO:teuthology.orchestra.run.trial019.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-02-23T09:49:42.315 INFO:teuthology.orchestra.run.trial019.stdout:/usr/bin/ceph: stdout "btime": "2026-02-23T09:49:37:578373+0000", 2026-02-23T09:49:42.315 INFO:teuthology.orchestra.run.trial019.stdout:/usr/bin/ceph: stdout "by_rank": [], 2026-02-23T09:49:42.315 INFO:teuthology.orchestra.run.trial019.stdout:/usr/bin/ceph: stdout "up:standby": 0 2026-02-23T09:49:42.315 INFO:teuthology.orchestra.run.trial019.stdout:/usr/bin/ceph: stdout }, 2026-02-23T09:49:42.315 INFO:teuthology.orchestra.run.trial019.stdout:/usr/bin/ceph: stdout "mgrmap": { 2026-02-23T09:49:42.315 INFO:teuthology.orchestra.run.trial019.stdout:/usr/bin/ceph: stdout "available": false, 2026-02-23T09:49:42.316 INFO:teuthology.orchestra.run.trial019.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2026-02-23T09:49:42.316 INFO:teuthology.orchestra.run.trial019.stdout:/usr/bin/ceph: stdout "modules": [ 2026-02-23T09:49:42.316 INFO:teuthology.orchestra.run.trial019.stdout:/usr/bin/ceph: stdout "iostat", 2026-02-23T09:49:42.316 INFO:teuthology.orchestra.run.trial019.stdout:/usr/bin/ceph: stdout "nfs" 2026-02-23T09:49:42.316 INFO:teuthology.orchestra.run.trial019.stdout:/usr/bin/ceph: stdout ], 2026-02-23T09:49:42.316 INFO:teuthology.orchestra.run.trial019.stdout:/usr/bin/ceph: stdout "services": {} 2026-02-23T09:49:42.316 INFO:teuthology.orchestra.run.trial019.stdout:/usr/bin/ceph: stdout }, 2026-02-23T09:49:42.316 INFO:teuthology.orchestra.run.trial019.stdout:/usr/bin/ceph: stdout "servicemap": { 2026-02-23T09:49:42.316 INFO:teuthology.orchestra.run.trial019.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-02-23T09:49:42.316 INFO:teuthology.orchestra.run.trial019.stdout:/usr/bin/ceph: stdout "modified": "2026-02-23T09:49:37.578773+0000", 2026-02-23T09:49:42.316 INFO:teuthology.orchestra.run.trial019.stdout:/usr/bin/ceph: stdout "services": {} 2026-02-23T09:49:42.316 INFO:teuthology.orchestra.run.trial019.stdout:/usr/bin/ceph: stdout }, 2026-02-23T09:49:42.317 INFO:teuthology.orchestra.run.trial019.stdout:/usr/bin/ceph: stdout "progress_events": {} 2026-02-23T09:49:42.317 INFO:teuthology.orchestra.run.trial019.stdout:/usr/bin/ceph: stdout } 2026-02-23T09:49:42.317 INFO:teuthology.orchestra.run.trial019.stdout:mgr not available, waiting (2/15)... 2026-02-23T09:49:42.497 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:49:42 trial019 ceph-mon[36022]: from='client.? 10.20.193.19:0/1977117171' entity='client.admin' cmd={"prefix": "status", "format": "json-pretty"} : dispatch 2026-02-23T09:49:43.498 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:49:43 trial019 ceph-mon[36022]: Activating manager daemon trial019.akekgr 2026-02-23T09:49:43.498 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:49:43 trial019 ceph-mon[36022]: mgrmap e2: trial019.akekgr(active, starting, since 0.00267658s) 2026-02-23T09:49:43.498 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:49:43 trial019 ceph-mon[36022]: from='mgr.14100 10.20.193.19:0/2272118080' entity='mgr.trial019.akekgr' cmd={"prefix": "mds metadata"} : dispatch 2026-02-23T09:49:43.498 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:49:43 trial019 ceph-mon[36022]: from='mgr.14100 10.20.193.19:0/2272118080' entity='mgr.trial019.akekgr' cmd={"prefix": "osd metadata"} : dispatch 2026-02-23T09:49:43.498 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:49:43 trial019 ceph-mon[36022]: from='mgr.14100 10.20.193.19:0/2272118080' entity='mgr.trial019.akekgr' cmd={"prefix": "mon metadata"} : dispatch 2026-02-23T09:49:43.498 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:49:43 trial019 ceph-mon[36022]: from='mgr.14100 10.20.193.19:0/2272118080' entity='mgr.trial019.akekgr' cmd={"prefix": "mon metadata", "id": "trial019"} : dispatch 2026-02-23T09:49:43.498 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:49:43 trial019 ceph-mon[36022]: from='mgr.14100 10.20.193.19:0/2272118080' entity='mgr.trial019.akekgr' cmd={"prefix": "mgr metadata", "who": "trial019.akekgr", "id": "trial019.akekgr"} : dispatch 2026-02-23T09:49:43.498 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:49:43 trial019 ceph-mon[36022]: Manager daemon trial019.akekgr is now available 2026-02-23T09:49:43.498 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:49:43 trial019 ceph-mon[36022]: from='mgr.14100 10.20.193.19:0/2272118080' entity='mgr.trial019.akekgr' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/trial019.akekgr/mirror_snapshot_schedule"} : dispatch 2026-02-23T09:49:43.499 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:49:43 trial019 ceph-mon[36022]: from='mgr.14100 10.20.193.19:0/2272118080' entity='mgr.trial019.akekgr' 2026-02-23T09:49:43.499 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:49:43 trial019 ceph-mon[36022]: from='mgr.14100 10.20.193.19:0/2272118080' entity='mgr.trial019.akekgr' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/trial019.akekgr/trash_purge_schedule"} : dispatch 2026-02-23T09:49:43.499 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:49:43 trial019 ceph-mon[36022]: from='mgr.14100 10.20.193.19:0/2272118080' entity='mgr.trial019.akekgr' 2026-02-23T09:49:43.499 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:49:43 trial019 ceph-mon[36022]: from='mgr.14100 10.20.193.19:0/2272118080' entity='mgr.trial019.akekgr' 2026-02-23T09:49:44.688 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:49:44 trial019 ceph-mon[36022]: mgrmap e3: trial019.akekgr(active, since 1.0046s) 2026-02-23T09:49:44.699 INFO:teuthology.orchestra.run.trial019.stdout:/usr/bin/ceph: stdout 2026-02-23T09:49:44.699 INFO:teuthology.orchestra.run.trial019.stdout:/usr/bin/ceph: stdout { 2026-02-23T09:49:44.699 INFO:teuthology.orchestra.run.trial019.stdout:/usr/bin/ceph: stdout "fsid": "ef044f25-109c-11f1-802f-d404e6e7d460", 2026-02-23T09:49:44.699 INFO:teuthology.orchestra.run.trial019.stdout:/usr/bin/ceph: stdout "health": { 2026-02-23T09:49:44.699 INFO:teuthology.orchestra.run.trial019.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2026-02-23T09:49:44.699 INFO:teuthology.orchestra.run.trial019.stdout:/usr/bin/ceph: stdout "checks": {}, 2026-02-23T09:49:44.699 INFO:teuthology.orchestra.run.trial019.stdout:/usr/bin/ceph: stdout "mutes": [] 2026-02-23T09:49:44.699 INFO:teuthology.orchestra.run.trial019.stdout:/usr/bin/ceph: stdout }, 2026-02-23T09:49:44.699 INFO:teuthology.orchestra.run.trial019.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2026-02-23T09:49:44.700 INFO:teuthology.orchestra.run.trial019.stdout:/usr/bin/ceph: stdout "quorum": [ 2026-02-23T09:49:44.700 INFO:teuthology.orchestra.run.trial019.stdout:/usr/bin/ceph: stdout 0 2026-02-23T09:49:44.700 INFO:teuthology.orchestra.run.trial019.stdout:/usr/bin/ceph: stdout ], 2026-02-23T09:49:44.700 INFO:teuthology.orchestra.run.trial019.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2026-02-23T09:49:44.700 INFO:teuthology.orchestra.run.trial019.stdout:/usr/bin/ceph: stdout "trial019" 2026-02-23T09:49:44.700 INFO:teuthology.orchestra.run.trial019.stdout:/usr/bin/ceph: stdout ], 2026-02-23T09:49:44.700 INFO:teuthology.orchestra.run.trial019.stdout:/usr/bin/ceph: stdout "quorum_age": 5, 2026-02-23T09:49:44.700 INFO:teuthology.orchestra.run.trial019.stdout:/usr/bin/ceph: stdout "monmap": { 2026-02-23T09:49:44.700 INFO:teuthology.orchestra.run.trial019.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-02-23T09:49:44.700 INFO:teuthology.orchestra.run.trial019.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "tentacle", 2026-02-23T09:49:44.700 INFO:teuthology.orchestra.run.trial019.stdout:/usr/bin/ceph: stdout "num_mons": 1 2026-02-23T09:49:44.700 INFO:teuthology.orchestra.run.trial019.stdout:/usr/bin/ceph: stdout }, 2026-02-23T09:49:44.701 INFO:teuthology.orchestra.run.trial019.stdout:/usr/bin/ceph: stdout "osdmap": { 2026-02-23T09:49:44.701 INFO:teuthology.orchestra.run.trial019.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-02-23T09:49:44.701 INFO:teuthology.orchestra.run.trial019.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2026-02-23T09:49:44.701 INFO:teuthology.orchestra.run.trial019.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2026-02-23T09:49:44.701 INFO:teuthology.orchestra.run.trial019.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2026-02-23T09:49:44.701 INFO:teuthology.orchestra.run.trial019.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2026-02-23T09:49:44.701 INFO:teuthology.orchestra.run.trial019.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2026-02-23T09:49:44.701 INFO:teuthology.orchestra.run.trial019.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2026-02-23T09:49:44.701 INFO:teuthology.orchestra.run.trial019.stdout:/usr/bin/ceph: stdout }, 2026-02-23T09:49:44.701 INFO:teuthology.orchestra.run.trial019.stdout:/usr/bin/ceph: stdout "pgmap": { 2026-02-23T09:49:44.701 INFO:teuthology.orchestra.run.trial019.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2026-02-23T09:49:44.701 INFO:teuthology.orchestra.run.trial019.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2026-02-23T09:49:44.702 INFO:teuthology.orchestra.run.trial019.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2026-02-23T09:49:44.702 INFO:teuthology.orchestra.run.trial019.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2026-02-23T09:49:44.702 INFO:teuthology.orchestra.run.trial019.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2026-02-23T09:49:44.702 INFO:teuthology.orchestra.run.trial019.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2026-02-23T09:49:44.702 INFO:teuthology.orchestra.run.trial019.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2026-02-23T09:49:44.702 INFO:teuthology.orchestra.run.trial019.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2026-02-23T09:49:44.702 INFO:teuthology.orchestra.run.trial019.stdout:/usr/bin/ceph: stdout }, 2026-02-23T09:49:44.702 INFO:teuthology.orchestra.run.trial019.stdout:/usr/bin/ceph: stdout "fsmap": { 2026-02-23T09:49:44.702 INFO:teuthology.orchestra.run.trial019.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-02-23T09:49:44.702 INFO:teuthology.orchestra.run.trial019.stdout:/usr/bin/ceph: stdout "btime": "2026-02-23T09:49:37:578373+0000", 2026-02-23T09:49:44.702 INFO:teuthology.orchestra.run.trial019.stdout:/usr/bin/ceph: stdout "by_rank": [], 2026-02-23T09:49:44.702 INFO:teuthology.orchestra.run.trial019.stdout:/usr/bin/ceph: stdout "up:standby": 0 2026-02-23T09:49:44.702 INFO:teuthology.orchestra.run.trial019.stdout:/usr/bin/ceph: stdout }, 2026-02-23T09:49:44.703 INFO:teuthology.orchestra.run.trial019.stdout:/usr/bin/ceph: stdout "mgrmap": { 2026-02-23T09:49:44.703 INFO:teuthology.orchestra.run.trial019.stdout:/usr/bin/ceph: stdout "available": true, 2026-02-23T09:49:44.703 INFO:teuthology.orchestra.run.trial019.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2026-02-23T09:49:44.703 INFO:teuthology.orchestra.run.trial019.stdout:/usr/bin/ceph: stdout "modules": [ 2026-02-23T09:49:44.703 INFO:teuthology.orchestra.run.trial019.stdout:/usr/bin/ceph: stdout "iostat", 2026-02-23T09:49:44.703 INFO:teuthology.orchestra.run.trial019.stdout:/usr/bin/ceph: stdout "nfs" 2026-02-23T09:49:44.703 INFO:teuthology.orchestra.run.trial019.stdout:/usr/bin/ceph: stdout ], 2026-02-23T09:49:44.703 INFO:teuthology.orchestra.run.trial019.stdout:/usr/bin/ceph: stdout "services": {} 2026-02-23T09:49:44.703 INFO:teuthology.orchestra.run.trial019.stdout:/usr/bin/ceph: stdout }, 2026-02-23T09:49:44.703 INFO:teuthology.orchestra.run.trial019.stdout:/usr/bin/ceph: stdout "servicemap": { 2026-02-23T09:49:44.703 INFO:teuthology.orchestra.run.trial019.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-02-23T09:49:44.703 INFO:teuthology.orchestra.run.trial019.stdout:/usr/bin/ceph: stdout "modified": "2026-02-23T09:49:37.578773+0000", 2026-02-23T09:49:44.703 INFO:teuthology.orchestra.run.trial019.stdout:/usr/bin/ceph: stdout "services": {} 2026-02-23T09:49:44.704 INFO:teuthology.orchestra.run.trial019.stdout:/usr/bin/ceph: stdout }, 2026-02-23T09:49:44.704 INFO:teuthology.orchestra.run.trial019.stdout:/usr/bin/ceph: stdout "progress_events": {} 2026-02-23T09:49:44.704 INFO:teuthology.orchestra.run.trial019.stdout:/usr/bin/ceph: stdout } 2026-02-23T09:49:44.704 INFO:teuthology.orchestra.run.trial019.stdout:mgr is available 2026-02-23T09:49:45.049 INFO:teuthology.orchestra.run.trial019.stdout:/usr/bin/ceph: stdout 2026-02-23T09:49:45.049 INFO:teuthology.orchestra.run.trial019.stdout:/usr/bin/ceph: stdout [global] 2026-02-23T09:49:45.049 INFO:teuthology.orchestra.run.trial019.stdout:/usr/bin/ceph: stdout fsid = ef044f25-109c-11f1-802f-d404e6e7d460 2026-02-23T09:49:45.049 INFO:teuthology.orchestra.run.trial019.stdout:/usr/bin/ceph: stdout mon_cluster_log_file_level = debug 2026-02-23T09:49:45.049 INFO:teuthology.orchestra.run.trial019.stdout:/usr/bin/ceph: stdout mon_host = [v2:10.20.193.19:3300,v1:10.20.193.19:6789] 2026-02-23T09:49:45.049 INFO:teuthology.orchestra.run.trial019.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2026-02-23T09:49:45.049 INFO:teuthology.orchestra.run.trial019.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2026-02-23T09:49:45.050 INFO:teuthology.orchestra.run.trial019.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2026-02-23T09:49:45.050 INFO:teuthology.orchestra.run.trial019.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2026-02-23T09:49:45.050 INFO:teuthology.orchestra.run.trial019.stdout:/usr/bin/ceph: stdout 2026-02-23T09:49:45.050 INFO:teuthology.orchestra.run.trial019.stdout:/usr/bin/ceph: stdout [mgr] 2026-02-23T09:49:45.050 INFO:teuthology.orchestra.run.trial019.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2026-02-23T09:49:45.050 INFO:teuthology.orchestra.run.trial019.stdout:/usr/bin/ceph: stdout 2026-02-23T09:49:45.050 INFO:teuthology.orchestra.run.trial019.stdout:/usr/bin/ceph: stdout [osd] 2026-02-23T09:49:45.050 INFO:teuthology.orchestra.run.trial019.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2026-02-23T09:49:45.050 INFO:teuthology.orchestra.run.trial019.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2026-02-23T09:49:45.050 INFO:teuthology.orchestra.run.trial019.stdout:Enabling cephadm module... 2026-02-23T09:49:45.894 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:49:45 trial019 ceph-mon[36022]: mgrmap e4: trial019.akekgr(active, since 2s) 2026-02-23T09:49:45.895 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:49:45 trial019 ceph-mon[36022]: from='client.? 10.20.193.19:0/58826050' entity='client.admin' cmd={"prefix": "status", "format": "json-pretty"} : dispatch 2026-02-23T09:49:45.895 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:49:45 trial019 ceph-mon[36022]: from='client.? 10.20.193.19:0/3896047048' entity='client.admin' cmd={"prefix": "config assimilate-conf"} : dispatch 2026-02-23T09:49:45.895 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:49:45 trial019 ceph-mon[36022]: from='client.? 10.20.193.19:0/1285364526' entity='client.admin' cmd={"prefix": "mgr module enable", "module": "cephadm"} : dispatch 2026-02-23T09:49:46.019 INFO:teuthology.orchestra.run.trial019.stdout:/usr/bin/ceph: stdout { 2026-02-23T09:49:46.020 INFO:teuthology.orchestra.run.trial019.stdout:/usr/bin/ceph: stdout "epoch": 5, 2026-02-23T09:49:46.020 INFO:teuthology.orchestra.run.trial019.stdout:/usr/bin/ceph: stdout "available": true, 2026-02-23T09:49:46.020 INFO:teuthology.orchestra.run.trial019.stdout:/usr/bin/ceph: stdout "active_name": "trial019.akekgr", 2026-02-23T09:49:46.020 INFO:teuthology.orchestra.run.trial019.stdout:/usr/bin/ceph: stdout "num_standby": 0 2026-02-23T09:49:46.020 INFO:teuthology.orchestra.run.trial019.stdout:/usr/bin/ceph: stdout } 2026-02-23T09:49:46.020 INFO:teuthology.orchestra.run.trial019.stdout:Waiting for the mgr to restart... 2026-02-23T09:49:46.020 INFO:teuthology.orchestra.run.trial019.stdout:Waiting for mgr epoch 5... 2026-02-23T09:49:46.747 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:49:46 trial019 ceph-mon[36022]: from='client.? 10.20.193.19:0/1285364526' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2026-02-23T09:49:46.748 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:49:46 trial019 ceph-mon[36022]: mgrmap e5: trial019.akekgr(active, since 3s) 2026-02-23T09:49:46.748 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:49:46 trial019 ceph-mon[36022]: from='client.? 10.20.193.19:0/4226369397' entity='client.admin' cmd={"prefix": "mgr stat"} : dispatch 2026-02-23T09:49:48.747 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:49:48 trial019 ceph-mon[36022]: Active manager daemon trial019.akekgr restarted 2026-02-23T09:49:48.748 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:49:48 trial019 ceph-mon[36022]: Activating manager daemon trial019.akekgr 2026-02-23T09:49:48.748 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:49:48 trial019 ceph-mon[36022]: osdmap e2: 0 total, 0 up, 0 in 2026-02-23T09:49:48.748 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:49:48 trial019 ceph-mon[36022]: mgrmap e6: trial019.akekgr(active, starting, since 0.00252745s) 2026-02-23T09:49:48.748 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:49:48 trial019 ceph-mon[36022]: from='mgr.14118 10.20.193.19:0/2164136758' entity='mgr.trial019.akekgr' cmd={"prefix": "mon metadata", "id": "trial019"} : dispatch 2026-02-23T09:49:48.748 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:49:48 trial019 ceph-mon[36022]: from='mgr.14118 10.20.193.19:0/2164136758' entity='mgr.trial019.akekgr' cmd={"prefix": "mgr metadata", "who": "trial019.akekgr", "id": "trial019.akekgr"} : dispatch 2026-02-23T09:49:48.748 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:49:48 trial019 ceph-mon[36022]: from='mgr.14118 10.20.193.19:0/2164136758' entity='mgr.trial019.akekgr' cmd={"prefix": "mds metadata"} : dispatch 2026-02-23T09:49:48.748 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:49:48 trial019 ceph-mon[36022]: from='mgr.14118 10.20.193.19:0/2164136758' entity='mgr.trial019.akekgr' cmd={"prefix": "osd metadata"} : dispatch 2026-02-23T09:49:48.748 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:49:48 trial019 ceph-mon[36022]: from='mgr.14118 10.20.193.19:0/2164136758' entity='mgr.trial019.akekgr' cmd={"prefix": "mon metadata"} : dispatch 2026-02-23T09:49:48.749 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:49:48 trial019 ceph-mon[36022]: Manager daemon trial019.akekgr is now available 2026-02-23T09:49:49.432 INFO:teuthology.orchestra.run.trial019.stdout:/usr/bin/ceph: stdout { 2026-02-23T09:49:49.432 INFO:teuthology.orchestra.run.trial019.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 7, 2026-02-23T09:49:49.433 INFO:teuthology.orchestra.run.trial019.stdout:/usr/bin/ceph: stdout "initialized": true 2026-02-23T09:49:49.433 INFO:teuthology.orchestra.run.trial019.stdout:/usr/bin/ceph: stdout } 2026-02-23T09:49:49.433 INFO:teuthology.orchestra.run.trial019.stdout:mgr epoch 5 is available 2026-02-23T09:49:49.433 INFO:teuthology.orchestra.run.trial019.stdout:Verifying orchestrator module is enabled... 2026-02-23T09:49:50.482 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:49:50 trial019 ceph-mon[36022]: from='mgr.14118 10.20.193.19:0/2164136758' entity='mgr.trial019.akekgr' 2026-02-23T09:49:50.482 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:49:50 trial019 ceph-mon[36022]: from='mgr.14118 10.20.193.19:0/2164136758' entity='mgr.trial019.akekgr' 2026-02-23T09:49:50.482 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:49:50 trial019 ceph-mon[36022]: Found migration_current of "None". Setting to last migration. 2026-02-23T09:49:50.482 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:49:50 trial019 ceph-mon[36022]: from='mgr.14118 10.20.193.19:0/2164136758' entity='mgr.trial019.akekgr' 2026-02-23T09:49:50.483 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:49:50 trial019 ceph-mon[36022]: from='mgr.14118 10.20.193.19:0/2164136758' entity='mgr.trial019.akekgr' 2026-02-23T09:49:50.483 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:49:50 trial019 ceph-mon[36022]: from='mgr.14118 10.20.193.19:0/2164136758' entity='mgr.trial019.akekgr' 2026-02-23T09:49:50.483 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:49:50 trial019 ceph-mon[36022]: from='mgr.14118 10.20.193.19:0/2164136758' entity='mgr.trial019.akekgr' 2026-02-23T09:49:50.483 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:49:50 trial019 ceph-mon[36022]: from='mgr.14118 10.20.193.19:0/2164136758' entity='mgr.trial019.akekgr' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-23T09:49:50.483 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:49:50 trial019 ceph-mon[36022]: from='mgr.14118 10.20.193.19:0/2164136758' entity='mgr.trial019.akekgr' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-23T09:49:50.483 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:49:50 trial019 ceph-mon[36022]: from='mgr.14118 10.20.193.19:0/2164136758' entity='mgr.trial019.akekgr' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/trial019.akekgr/mirror_snapshot_schedule"} : dispatch 2026-02-23T09:49:50.483 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:49:50 trial019 ceph-mon[36022]: from='mgr.14118 10.20.193.19:0/2164136758' entity='mgr.trial019.akekgr' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/trial019.akekgr/trash_purge_schedule"} : dispatch 2026-02-23T09:49:50.483 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:49:50 trial019 ceph-mon[36022]: from='client.14122 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2026-02-23T09:49:50.483 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:49:50 trial019 ceph-mon[36022]: mgrmap e7: trial019.akekgr(active, since 1.00401s) 2026-02-23T09:49:50.483 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:49:50 trial019 ceph-mon[36022]: from='client.14122 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2026-02-23T09:49:50.483 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:49:50 trial019 ceph-mon[36022]: from='mgr.14118 10.20.193.19:0/2164136758' entity='mgr.trial019.akekgr' 2026-02-23T09:49:50.484 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:49:50 trial019 ceph-mon[36022]: from='mgr.14118 10.20.193.19:0/2164136758' entity='mgr.trial019.akekgr' 2026-02-23T09:49:50.484 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:49:50 trial019 ceph-mon[36022]: from='client.? 10.20.193.19:0/2096858070' entity='client.admin' cmd={"prefix": "mgr module enable", "module": "orchestrator"} : dispatch 2026-02-23T09:49:50.484 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:49:50 trial019 ceph-mon[36022]: from='mgr.14118 10.20.193.19:0/2164136758' entity='mgr.trial019.akekgr' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-23T09:49:50.610 INFO:teuthology.orchestra.run.trial019.stdout:/usr/bin/ceph: stderr module 'orchestrator' is already enabled (always-on) 2026-02-23T09:49:50.610 INFO:teuthology.orchestra.run.trial019.stdout:Setting orchestrator backend to cephadm... 2026-02-23T09:49:51.316 INFO:teuthology.orchestra.run.trial019.stdout:/usr/bin/ceph: stdout value unchanged 2026-02-23T09:49:51.316 INFO:teuthology.orchestra.run.trial019.stdout:Generating ssh key... 2026-02-23T09:49:51.733 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:49:51 trial019 ceph-mon[36022]: [23/Feb/2026:09:49:49] ENGINE Bus STARTING 2026-02-23T09:49:51.734 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:49:51 trial019 ceph-mon[36022]: [23/Feb/2026:09:49:49] ENGINE Serving on http://10.20.193.19:8765 2026-02-23T09:49:51.734 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:49:51 trial019 ceph-mon[36022]: [23/Feb/2026:09:49:49] ENGINE Serving on https://10.20.193.19:7150 2026-02-23T09:49:51.734 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:49:51 trial019 ceph-mon[36022]: [23/Feb/2026:09:49:49] ENGINE Bus STARTED 2026-02-23T09:49:51.734 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:49:51 trial019 ceph-mon[36022]: [23/Feb/2026:09:49:49] ENGINE Client ('10.20.193.19', 37200) lost — peer dropped the TLS connection suddenly, during handshake: (6, 'TLS/SSL connection has been closed (EOF) (_ssl.c:1147)') 2026-02-23T09:49:51.734 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:49:51 trial019 ceph-mon[36022]: from='client.? 10.20.193.19:0/2096858070' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "orchestrator"}]': finished 2026-02-23T09:49:51.734 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:49:51 trial019 ceph-mon[36022]: mgrmap e8: trial019.akekgr(active, since 2s) 2026-02-23T09:49:51.734 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:49:51 trial019 ceph-mon[36022]: from='mgr.14118 10.20.193.19:0/2164136758' entity='mgr.trial019.akekgr' 2026-02-23T09:49:51.734 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:49:51 trial019 ceph-mon[36022]: from='mgr.14118 10.20.193.19:0/2164136758' entity='mgr.trial019.akekgr' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-23T09:49:52.057 INFO:teuthology.orchestra.run.trial019.stdout:/usr/bin/ceph: stdout ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIEkxWrWXwtvmQ/dFx9U9y1eR3ly0vyF7SSlheAQyvjYq ceph-ef044f25-109c-11f1-802f-d404e6e7d460 2026-02-23T09:49:52.057 INFO:teuthology.orchestra.run.trial019.stdout:Wrote public SSH key to /home/ubuntu/cephtest/ceph.pub 2026-02-23T09:49:52.058 INFO:teuthology.orchestra.run.trial019.stdout:Adding key to root@localhost authorized_keys... 2026-02-23T09:49:52.058 INFO:teuthology.orchestra.run.trial019.stdout:Adding host trial019... 2026-02-23T09:49:52.584 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:49:52 trial019 ceph-mon[36022]: from='client.14132 -' entity='client.admin' cmd=[{"prefix": "orch set backend", "module_name": "cephadm", "target": ["mon-mgr", ""]}]: dispatch 2026-02-23T09:49:52.584 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:49:52 trial019 ceph-mon[36022]: from='client.14134 -' entity='client.admin' cmd=[{"prefix": "cephadm set-user", "user": "root", "target": ["mon-mgr", ""]}]: dispatch 2026-02-23T09:49:52.584 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:49:52 trial019 ceph-mon[36022]: from='client.14136 -' entity='client.admin' cmd=[{"prefix": "cephadm generate-key", "target": ["mon-mgr", ""]}]: dispatch 2026-02-23T09:49:52.584 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:49:52 trial019 ceph-mon[36022]: Generating ssh key... 2026-02-23T09:49:52.584 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:49:52 trial019 ceph-mon[36022]: from='mgr.14118 10.20.193.19:0/2164136758' entity='mgr.trial019.akekgr' 2026-02-23T09:49:52.584 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:49:52 trial019 ceph-mon[36022]: from='mgr.14118 10.20.193.19:0/2164136758' entity='mgr.trial019.akekgr' 2026-02-23T09:49:53.504 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:49:53 trial019 ceph-mon[36022]: from='client.14138 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2026-02-23T09:49:53.504 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:49:53 trial019 ceph-mon[36022]: from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "trial019", "addr": "10.20.193.19", "target": ["mon-mgr", ""]}]: dispatch 2026-02-23T09:49:53.952 INFO:teuthology.orchestra.run.trial019.stdout:/usr/bin/ceph: stdout Added host 'trial019' with addr '10.20.193.19' 2026-02-23T09:49:53.952 INFO:teuthology.orchestra.run.trial019.stdout:Deploying mon service with default placement... 2026-02-23T09:49:54.319 INFO:teuthology.orchestra.run.trial019.stdout:/usr/bin/ceph: stdout Scheduled mon update... 2026-02-23T09:49:54.319 INFO:teuthology.orchestra.run.trial019.stdout:Deploying mgr service with default placement... 2026-02-23T09:49:54.687 INFO:teuthology.orchestra.run.trial019.stdout:/usr/bin/ceph: stdout Scheduled mgr update... 2026-02-23T09:49:54.688 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:49:54 trial019 ceph-mon[36022]: Deploying cephadm binary to trial019 2026-02-23T09:49:54.688 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:49:54 trial019 ceph-mon[36022]: from='mgr.14118 10.20.193.19:0/2164136758' entity='mgr.trial019.akekgr' 2026-02-23T09:49:54.688 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:49:54 trial019 ceph-mon[36022]: from='mgr.14118 10.20.193.19:0/2164136758' entity='mgr.trial019.akekgr' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-23T09:49:54.688 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:49:54 trial019 ceph-mon[36022]: from='mgr.14118 10.20.193.19:0/2164136758' entity='mgr.trial019.akekgr' 2026-02-23T09:49:54.688 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:49:54 trial019 ceph-mon[36022]: from='mgr.14118 10.20.193.19:0/2164136758' entity='mgr.trial019.akekgr' 2026-02-23T09:49:54.689 INFO:teuthology.orchestra.run.trial019.stdout:Deploying crash service with default placement... 2026-02-23T09:49:55.069 INFO:teuthology.orchestra.run.trial019.stdout:/usr/bin/ceph: stdout Scheduled crash update... 2026-02-23T09:49:55.069 INFO:teuthology.orchestra.run.trial019.stdout:Deploying ceph-exporter service with default placement... 2026-02-23T09:49:55.449 INFO:teuthology.orchestra.run.trial019.stdout:/usr/bin/ceph: stdout Scheduled ceph-exporter update... 2026-02-23T09:49:55.450 INFO:teuthology.orchestra.run.trial019.stdout:Deploying prometheus service with default placement... 2026-02-23T09:49:55.588 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:49:55 trial019 ceph-mon[36022]: Added host trial019 2026-02-23T09:49:55.589 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:49:55 trial019 ceph-mon[36022]: from='client.14142 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "target": ["mon-mgr", ""]}]: dispatch 2026-02-23T09:49:55.589 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:49:55 trial019 ceph-mon[36022]: Saving service mon spec with placement count:5 2026-02-23T09:49:55.589 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:49:55 trial019 ceph-mon[36022]: from='mgr.14118 10.20.193.19:0/2164136758' entity='mgr.trial019.akekgr' 2026-02-23T09:49:55.589 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:49:55 trial019 ceph-mon[36022]: from='mgr.14118 10.20.193.19:0/2164136758' entity='mgr.trial019.akekgr' 2026-02-23T09:49:55.589 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:49:55 trial019 ceph-mon[36022]: from='mgr.14118 10.20.193.19:0/2164136758' entity='mgr.trial019.akekgr' 2026-02-23T09:49:55.589 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:49:55 trial019 ceph-mon[36022]: from='mgr.14118 10.20.193.19:0/2164136758' entity='mgr.trial019.akekgr' 2026-02-23T09:49:55.589 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:49:55 trial019 ceph-mon[36022]: from='mgr.14118 10.20.193.19:0/2164136758' entity='mgr.trial019.akekgr' 2026-02-23T09:49:55.589 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:49:55 trial019 ceph-mon[36022]: from='mgr.14118 10.20.193.19:0/2164136758' entity='mgr.trial019.akekgr' 2026-02-23T09:49:55.816 INFO:teuthology.orchestra.run.trial019.stdout:/usr/bin/ceph: stdout Scheduled prometheus update... 2026-02-23T09:49:55.817 INFO:teuthology.orchestra.run.trial019.stdout:Deploying grafana service with default placement... 2026-02-23T09:49:56.170 INFO:teuthology.orchestra.run.trial019.stdout:/usr/bin/ceph: stdout Scheduled grafana update... 2026-02-23T09:49:56.170 INFO:teuthology.orchestra.run.trial019.stdout:Deploying node-exporter service with default placement... 2026-02-23T09:49:56.536 INFO:teuthology.orchestra.run.trial019.stdout:/usr/bin/ceph: stdout Scheduled node-exporter update... 2026-02-23T09:49:56.537 INFO:teuthology.orchestra.run.trial019.stdout:Deploying alertmanager service with default placement... 2026-02-23T09:49:56.671 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:49:56 trial019 ceph-mon[36022]: from='client.14144 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "target": ["mon-mgr", ""]}]: dispatch 2026-02-23T09:49:56.672 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:49:56 trial019 ceph-mon[36022]: Saving service mgr spec with placement count:2 2026-02-23T09:49:56.672 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:49:56 trial019 ceph-mon[36022]: from='client.14146 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "crash", "target": ["mon-mgr", ""]}]: dispatch 2026-02-23T09:49:56.672 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:49:56 trial019 ceph-mon[36022]: Saving service crash spec with placement * 2026-02-23T09:49:56.672 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:49:56 trial019 ceph-mon[36022]: from='client.14148 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "ceph-exporter", "target": ["mon-mgr", ""]}]: dispatch 2026-02-23T09:49:56.672 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:49:56 trial019 ceph-mon[36022]: Saving service ceph-exporter spec with placement * 2026-02-23T09:49:56.672 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:49:56 trial019 ceph-mon[36022]: from='mgr.14118 10.20.193.19:0/2164136758' entity='mgr.trial019.akekgr' 2026-02-23T09:49:56.672 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:49:56 trial019 ceph-mon[36022]: from='mgr.14118 10.20.193.19:0/2164136758' entity='mgr.trial019.akekgr' 2026-02-23T09:49:56.672 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:49:56 trial019 ceph-mon[36022]: from='mgr.14118 10.20.193.19:0/2164136758' entity='mgr.trial019.akekgr' 2026-02-23T09:49:57.546 INFO:teuthology.orchestra.run.trial019.stdout:/usr/bin/ceph: stdout Scheduled alertmanager update... 2026-02-23T09:49:57.586 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:49:57 trial019 ceph-mon[36022]: from='client.14150 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "target": ["mon-mgr", ""]}]: dispatch 2026-02-23T09:49:57.586 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:49:57 trial019 ceph-mon[36022]: Saving service prometheus spec with placement count:1 2026-02-23T09:49:57.586 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:49:57 trial019 ceph-mon[36022]: from='client.14152 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "target": ["mon-mgr", ""]}]: dispatch 2026-02-23T09:49:57.586 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:49:57 trial019 ceph-mon[36022]: Saving service grafana spec with placement count:1 2026-02-23T09:49:57.587 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:49:57 trial019 ceph-mon[36022]: from='client.14154 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "target": ["mon-mgr", ""]}]: dispatch 2026-02-23T09:49:57.587 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:49:57 trial019 ceph-mon[36022]: Saving service node-exporter spec with placement * 2026-02-23T09:49:57.587 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:49:57 trial019 ceph-mon[36022]: from='mgr.14118 10.20.193.19:0/2164136758' entity='mgr.trial019.akekgr' 2026-02-23T09:49:58.265 INFO:teuthology.orchestra.run.trial019.stdout:Enabling the dashboard module... 2026-02-23T09:49:58.747 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:49:58 trial019 ceph-mon[36022]: from='client.14156 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "target": ["mon-mgr", ""]}]: dispatch 2026-02-23T09:49:58.748 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:49:58 trial019 ceph-mon[36022]: Saving service alertmanager spec with placement count:1 2026-02-23T09:49:58.748 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:49:58 trial019 ceph-mon[36022]: from='client.? 10.20.193.19:0/4040304547' entity='client.admin' 2026-02-23T09:49:58.748 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:49:58 trial019 ceph-mon[36022]: from='client.? 10.20.193.19:0/3739880202' entity='client.admin' 2026-02-23T09:49:59.748 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:49:59 trial019 ceph-mon[36022]: from='client.? 10.20.193.19:0/217227227' entity='client.admin' cmd={"prefix": "mgr module enable", "module": "dashboard"} : dispatch 2026-02-23T09:50:00.003 INFO:teuthology.orchestra.run.trial019.stdout:/usr/bin/ceph: stdout { 2026-02-23T09:50:00.003 INFO:teuthology.orchestra.run.trial019.stdout:/usr/bin/ceph: stdout "epoch": 9, 2026-02-23T09:50:00.003 INFO:teuthology.orchestra.run.trial019.stdout:/usr/bin/ceph: stdout "available": true, 2026-02-23T09:50:00.004 INFO:teuthology.orchestra.run.trial019.stdout:/usr/bin/ceph: stdout "active_name": "trial019.akekgr", 2026-02-23T09:50:00.004 INFO:teuthology.orchestra.run.trial019.stdout:/usr/bin/ceph: stdout "num_standby": 0 2026-02-23T09:50:00.004 INFO:teuthology.orchestra.run.trial019.stdout:/usr/bin/ceph: stdout } 2026-02-23T09:50:00.004 INFO:teuthology.orchestra.run.trial019.stdout:Waiting for the mgr to restart... 2026-02-23T09:50:00.004 INFO:teuthology.orchestra.run.trial019.stdout:Waiting for mgr epoch 9... 2026-02-23T09:50:00.747 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:50:00 trial019 ceph-mon[36022]: from='client.? 10.20.193.19:0/217227227' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2026-02-23T09:50:00.748 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:50:00 trial019 ceph-mon[36022]: mgrmap e9: trial019.akekgr(active, since 11s) 2026-02-23T09:50:00.748 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:50:00 trial019 ceph-mon[36022]: from='client.? 10.20.193.19:0/1174584931' entity='client.admin' cmd={"prefix": "mgr stat"} : dispatch 2026-02-23T09:50:02.747 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:50:02 trial019 ceph-mon[36022]: Active manager daemon trial019.akekgr restarted 2026-02-23T09:50:02.748 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:50:02 trial019 ceph-mon[36022]: Activating manager daemon trial019.akekgr 2026-02-23T09:50:02.748 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:50:02 trial019 ceph-mon[36022]: osdmap e3: 0 total, 0 up, 0 in 2026-02-23T09:50:02.748 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:50:02 trial019 ceph-mon[36022]: mgrmap e10: trial019.akekgr(active, starting, since 0.00274219s) 2026-02-23T09:50:02.748 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:50:02 trial019 ceph-mon[36022]: from='mgr.14164 10.20.193.19:0/2301850113' entity='mgr.trial019.akekgr' cmd={"prefix": "mon metadata", "id": "trial019"} : dispatch 2026-02-23T09:50:02.748 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:50:02 trial019 ceph-mon[36022]: from='mgr.14164 10.20.193.19:0/2301850113' entity='mgr.trial019.akekgr' cmd={"prefix": "mgr metadata", "who": "trial019.akekgr", "id": "trial019.akekgr"} : dispatch 2026-02-23T09:50:02.748 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:50:02 trial019 ceph-mon[36022]: from='mgr.14164 10.20.193.19:0/2301850113' entity='mgr.trial019.akekgr' cmd={"prefix": "mds metadata"} : dispatch 2026-02-23T09:50:02.748 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:50:02 trial019 ceph-mon[36022]: from='mgr.14164 10.20.193.19:0/2301850113' entity='mgr.trial019.akekgr' cmd={"prefix": "osd metadata"} : dispatch 2026-02-23T09:50:02.748 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:50:02 trial019 ceph-mon[36022]: from='mgr.14164 10.20.193.19:0/2301850113' entity='mgr.trial019.akekgr' cmd={"prefix": "mon metadata"} : dispatch 2026-02-23T09:50:02.749 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:50:02 trial019 ceph-mon[36022]: Manager daemon trial019.akekgr is now available 2026-02-23T09:50:03.420 INFO:teuthology.orchestra.run.trial019.stdout:/usr/bin/ceph: stdout { 2026-02-23T09:50:03.420 INFO:teuthology.orchestra.run.trial019.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 11, 2026-02-23T09:50:03.420 INFO:teuthology.orchestra.run.trial019.stdout:/usr/bin/ceph: stdout "initialized": true 2026-02-23T09:50:03.420 INFO:teuthology.orchestra.run.trial019.stdout:/usr/bin/ceph: stdout } 2026-02-23T09:50:03.420 INFO:teuthology.orchestra.run.trial019.stdout:mgr epoch 9 is available 2026-02-23T09:50:03.420 INFO:teuthology.orchestra.run.trial019.stdout:Using certmgr to generate dashboard self-signed certificate... 2026-02-23T09:50:03.747 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:50:03 trial019 ceph-mon[36022]: from='mgr.14164 10.20.193.19:0/2301850113' entity='mgr.trial019.akekgr' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-23T09:50:03.748 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:50:03 trial019 ceph-mon[36022]: from='mgr.14164 10.20.193.19:0/2301850113' entity='mgr.trial019.akekgr' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/trial019.akekgr/mirror_snapshot_schedule"} : dispatch 2026-02-23T09:50:03.748 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:50:03 trial019 ceph-mon[36022]: from='mgr.14164 10.20.193.19:0/2301850113' entity='mgr.trial019.akekgr' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/trial019.akekgr/trash_purge_schedule"} : dispatch 2026-02-23T09:50:03.748 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:50:03 trial019 ceph-mon[36022]: from='mgr.14164 10.20.193.19:0/2301850113' entity='mgr.trial019.akekgr' 2026-02-23T09:50:03.748 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:50:03 trial019 ceph-mon[36022]: from='mgr.14164 10.20.193.19:0/2301850113' entity='mgr.trial019.akekgr' 2026-02-23T09:50:03.748 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:50:03 trial019 ceph-mon[36022]: mgrmap e11: trial019.akekgr(active, since 1.00499s) 2026-02-23T09:50:04.403 INFO:teuthology.orchestra.run.trial019.stdout:/usr/bin/ceph: stdout {"cert": "-----BEGIN CERTIFICATE-----\nMIIFHzCCAwegAwIBAgIUS/buA7yUsWE7X9Yr8meSNgrLaAQwDQYJKoZIhvcNAQEL\nBQAwPDE6MDgGA1UEAwwxY2VwaGFkbS1yb290LWVmMDQ0ZjI1LTEwOWMtMTFmMS04\nMDJmLWQ0MDRlNmU3ZDQ2MDAeFw0yNjAyMjMwOTUwMDRaFw0yOTAyMjIwOTUwMDRa\nMBcxFTATBgNVBAMMDDEwLjIwLjE5My4xOTCCAiIwDQYJKoZIhvcNAQEBBQADggIP\nADCCAgoCggIBAKELOSFJHBQlh4M+WgbjA5iee7edCPKttdwH8livEDQT5EXUh0GF\n9wiQAaHGjn+cmmz915T/VmvuikPIKxaAiy6tnyvIzgVrBS8UDYULJNmArI1YVNUc\n+Xou6suZvtFAlE2jgg5vCy2jOqPKYEb/f3UZs1+MgQE29YXMuVaDS3rMLFTPhouG\nZpWIKYf6kI1ZxCYePH7s2pDsrQMTnxZSOmeUm8KhX7Ppgjne87RDyeIBl54N/AJc\nzLL6oMRYRrCZB2jh23L3uRZEqH+CQCh2IDhoN/NKodHgGXUkxfy7b+i9RuIASWTx\nnyP+9ieWrW34yOrijRTkXJesIbq46LVz5MKGJaBtDG6zQp4q6WfLLpbmfWC0jOB0\nQqg26f8kldoF/9IwGeUwYLwDXJYF2Jih6t0l2IAhSUI0K8Orf+e1HaENMWHYaEYU\nl5HePkU/ouSz8vLW1GFM8Wwaf4phyL4/htZ0w1f0udP8KF2u/y+sW5i+LydtVp0L\nWopBQh4nG9j80TqUq6o/huYH599WlfnoupYiaZi7c/QFZlnAudJ7aTubcATndTHo\nxalm0VGj+VT6RdKnHeP1a1Rfco3PGfc+k5XgDh3dvGzWhVviiSkyCc3wL1gwPARw\nBZYs/h8ZFYbFZ2oohVflkO45FnoPPh+H2OZGh3CHJYyPDRFsnSn5A+ChAgMBAAGj\nPjA8MCwGA1UdEQQlMCOCCHRyaWFsMDE5ghFkYXNoYm9hcmRfc2VydmVyc4cEChTB\nEzAMBgNVHRMBAf8EAjAAMA0GCSqGSIb3DQEBCwUAA4ICAQACIub9MVMZpnTJux4K\nDD4CC/brzgNnrnyn+VjdRgojyqAmDlCsKQYzm21gA6yg4qBC8D7VDriaLg9hJC9n\nWrkcBwcmOD3Arrwi2/ZE8jsHaGzUJX/i4fgXPtljzXE2W0+6Hwh9pcTRV6FJ1lTp\nG2dL1GtMigw94ZMfXr6GZSwqITH8z0m/mOo+SrRkLKtz31uYJW8xRhCzCwTJFVD7\nYNHQq7PtoKemZemuqxYw/9Oib32YdD7uekKVXzFswYcxTAhB/2ynkE9FA53PVO6X\nZHFzgXIhz+Y/7lis/rkYso5u1A/PMbejp9OofSCltOGKlqa2H886H8/IU77sMLzf\nSybsMjninn7hTBKHlZZYZGDM6oTwEgA1UErG3FK8VChd1s1cIsgWEjNKU3hjmjwR\nnbxoskBXtCiOtsC7ZwxiUB64E3eB3D4hWJrX4GmLOxzhHm+ML1qjM6fyALuAGD4n\nZftUpwWUJ6yPhM//69nrh8SYucVFq4AzzpqN07xkRHnMFJoHl4rWgxnnRb9DKJlG\n8dzEvIE+UdsZSIh/B9ZQ/WnSznH73ms7VNM9rkxAqq0Kui/Fo8/RAC4pbgmFyLuc\nW02tVhlMIc8yHsk3m4UhIX5kdkXKeCg1tS1x5OsxGGD3Wp+IsMDRko6eDhAQ86OR\nVTGk+wKCcSEP5i3k6iYxZEnV5Q==\n-----END CERTIFICATE-----\n", "key": "-----BEGIN RSA PRIVATE KEY-----\nMIIJKQIBAAKCAgEAoQs5IUkcFCWHgz5aBuMDmJ57t50I8q213AfyWK8QNBPkRdSH\nQYX3CJABocaOf5yabP3XlP9Wa+6KQ8grFoCLLq2fK8jOBWsFLxQNhQsk2YCsjVhU\n1Rz5ei7qy5m+0UCUTaOCDm8LLaM6o8pgRv9/dRmzX4yBATb1hcy5VoNLeswsVM+G\ni4ZmlYgph/qQjVnEJh48fuzakOytAxOfFlI6Z5SbwqFfs+mCOd7ztEPJ4gGXng38\nAlzMsvqgxFhGsJkHaOHbcve5FkSof4JAKHYgOGg380qh0eAZdSTF/Ltv6L1G4gBJ\nZPGfI/72J5atbfjI6uKNFORcl6whurjotXPkwoYloG0MbrNCnirpZ8suluZ9YLSM\n4HRCqDbp/ySV2gX/0jAZ5TBgvANclgXYmKHq3SXYgCFJQjQrw6t/57UdoQ0xYdho\nRhSXkd4+RT+i5LPy8tbUYUzxbBp/imHIvj+G1nTDV/S50/woXa7/L6xbmL4vJ21W\nnQtaikFCHicb2PzROpSrqj+G5gfn31aV+ei6liJpmLtz9AVmWcC50ntpO5twBOd1\nMejFqWbRUaP5VPpF0qcd4/VrVF9yjc8Z9z6TleAOHd28bNaFW+KJKTIJzfAvWDA8\nBHAFliz+HxkVhsVnaiiFV+WQ7jkWeg8+H4fY5kaHcIcljI8NEWydKfkD4KECAwEA\nAQKCAgAA2JaMWOsUWGqHVnvR/teFS3CnJmSMvdV8QL08GQm/p33mBGrqsOgubwjX\n9dT7nguAchVaKFZzl7VTPzx2trMq47YEqV5OHS6FFxjHfHQzmx9ZvyXAi6sfdYEK\nei+ZJgebBs/6mm7xGby61CfZ7gkYSOVhcmzR4FBW5RxXwRw6GqBK/viCe1ctOiHM\n7JSQ1L1lw95M5M3bJnTCoa11Lqmbr+ZHlfumOtGFbOkgpwO3zVe9RVTv5qPoQ5sC\n0EHpNv/MEPYYFKDjMvYkDiYFif7uVog6URSOwTVXbhuG+EceVMw7O+wmyYKTOLyU\n7A/TyZOCPf5AWb8tlTWe9DS7+Br/pnvgTEen056j5AtMyMYqpjGLUqGRwsRcRPcU\nCGxcUDSD1qCgGzCnDcfIkbjWvCH9d8B34GH3eahwIKuRgNH6b/s5uxFK0M9DKb+3\nXj/5mXeaGQosMdn05L7t0rid3OTs6F7q1H8LHIizePW02N+c6afU8kyIy5BVWobf\nKD+GdNOlWpaaBF+90tKnehQLTdT1nt22X7qmU8404zfYVc8maT2VirmdICEzU9aC\nBl1eUiW151nAx1EgRhQtt1rJCvXb71XVea+z4PEP+xfXee0yNXTDVZxH835cR4Kp\nxNp2b3y+qYAI5XtwSPAGIyX0rsAu7ZFj6VcJ9RXkKj1vkEPpaQKCAQEA10Glte24\nEnCXj3tTZbvfb/2arxgUHaNBzj2pffydrIFjUKHMV0QDHuTABvjfPaQOLCENJQgq\nrqjqUPT0Bf0hq+6kSmZOTwA2y0N9Onizo80HMjbBkpQ9NSjKAosLCaU7tG36G3KP\noXSkuPY2dus8J2I/rb9CZC1eqbMvF0p84c73Af5UZwaFsm7G6x65wpPhlfxYd5Be\nYCq/LiaUgpZH0/BRWtY1F38CdfMnOyJPpBHehalb6DiQkBSMq0PDLaz4mHHl+KQ3\ndTYxGVkpX+pORzzLUcw+drnuMuDdCqDiyNlVOSA3tvoHboREI8x3anoCMo0ZWnrh\navpoGMgOdCWIrQKCAQEAv4atyrWli5Rz/kDG8GChoe01yxgozrAtSUKt6FUGsQ/D\nKJX2ViGr2yVqQL7RR8fP1iYRBglupVMf6MjVgUOyydRj9q5CDMOd1eBMeChx3kF1\nF5au8+ApPj/MmmWjz6dPSPoiSALIDTdS5wgAb5z789uzO1SDspsNXA52XvF6Lh23\nBNfcl8UnxvQToxEaBfuwlrzHoe3Nqsi7fi2PknMrZyPQKy0dRxt8ApywCyi/D4sh\n9iOc5JkCHWZV8/OmPUnhUUym49jPjo9kXmYTxW3XW8oI1hj06O3Xgr6yBVxo1pMs\n6wKvE8vKoQAy0UbOU+W1yrnRF5ZMLEo9kM1MOE1yRQKCAQB6eqX5cHuuMlZqk7eO\nSWoHZPug6Uh43K3S1g8c2qI0x6Jk/MsyVEaaS3pf/Te48SIHRf8etRjkLMS2r8ox\npiiEldLxamjgVrTWz13v6UH9z+lqTvGxn5t8JetbqxXqtRPVxEXtXDARpDcd7ypq\nW8rsdeDZ0dvK+G3GjWgcDowkSAkQH1CTFoj4UEPrAJ6d8lsHZoBH9+NbQLdrYRRb\ngXr5QuJnlz66UdBqoKIP6aP7LRe6YfUjmxvWf3rS8EmcMbF5vEUoRvgvP1iMnckH\nBGDp89OUhWx9TaoVVREwvP6NXew6BvTsrjOQVL4YyHyiHy4k6VglvYmJv1V/1EU1\nHS45AoIBAQCDWchC54TbTzqluqM1I/B17wsfeDg0WBsWzUYbuoRWVmsPoJlKxNjp\n+KUANl2tDtn5Ei5Gp51cgL+3lFTozBcH2EOeYDAoNNhAYA3Rsls1hErbnJnr42Yl\nrPeTQ/Wuah4z/GgaXt34QmL200QJR+57dcdb/0A685+b7Mc9ofqbOgHUrn45EBuR\nlL8K7KWeSNj46As5gK+2WuhLRs/aLmYr3CHeGpijtbO8ztzlKlKuREtMVWw6Ur1i\nkFaOciEmk06VxS4HwR/Hs4uwOe2BTy2NY+fffUopnURaBJJunsu/rTv3COYte2xC\nMrKnWBoU68tbd0hxFsCy9091yXZmfqbJAoIBAQDW/+ykxfOJ5gDPInJR2Ybe7TQv\nG4ZU9HJ8/uISzDEvuqZuR0gc0rulhEiicKRB8RE9zqVZYtDUxiN6irZXcFNfruIZ\nzrs1G+oFRP3Tz9+VsD4i0qbJ0HYwYLagXqFVhU7ZQ3zT7dZ84qXbZ5PeYNLT/4VB\nQo5DKouz7TtTO+FCOizdYX9b2uCem1X7N1P4wVLH2b48FfG4e9ZPmfjz3GQMZwL2\n9wVBkvyHVjDupG56+fyCe/w97oyC9CsJQ3RhMtVaUgjGi9qOavseZAaZXJcZPHEg\nakgIZyve6f4xFaFBotP2zuixMti0TZYo+31rSuR1QF6u836j3DqJMCZIADzm\n-----END RSA PRIVATE KEY-----\n"} 2026-02-23T09:50:04.519 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:50:04 trial019 ceph-mon[36022]: [23/Feb/2026:09:50:02] ENGINE Bus STARTING 2026-02-23T09:50:04.519 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:50:04 trial019 ceph-mon[36022]: [23/Feb/2026:09:50:02] ENGINE Serving on https://10.20.193.19:7150 2026-02-23T09:50:04.519 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:50:04 trial019 ceph-mon[36022]: [23/Feb/2026:09:50:02] ENGINE Client ('10.20.193.19', 34968) lost — peer dropped the TLS connection suddenly, during handshake: (6, 'TLS/SSL connection has been closed (EOF) (_ssl.c:1147)') 2026-02-23T09:50:04.519 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:50:04 trial019 ceph-mon[36022]: [23/Feb/2026:09:50:02] ENGINE Serving on http://10.20.193.19:8765 2026-02-23T09:50:04.520 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:50:04 trial019 ceph-mon[36022]: [23/Feb/2026:09:50:02] ENGINE Bus STARTED 2026-02-23T09:50:04.520 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:50:04 trial019 ceph-mon[36022]: from='client.14168 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2026-02-23T09:50:04.520 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:50:04 trial019 ceph-mon[36022]: from='client.14168 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2026-02-23T09:50:04.763 INFO:teuthology.orchestra.run.trial019.stdout:/usr/bin/ceph: stdout SSL certificate updated 2026-02-23T09:50:05.122 INFO:teuthology.orchestra.run.trial019.stdout:/usr/bin/ceph: stdout SSL certificate key updated 2026-02-23T09:50:05.122 INFO:teuthology.orchestra.run.trial019.stdout:Creating initial admin user... 2026-02-23T09:50:05.497 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:50:05 trial019 ceph-mon[36022]: from='client.14176 -' entity='client.admin' cmd=[{"prefix": "orch certmgr generate-certificates", "module_name": "dashboard", "target": ["mon-mgr", ""]}]: dispatch 2026-02-23T09:50:05.498 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:50:05 trial019 ceph-mon[36022]: mgrmap e12: trial019.akekgr(active, since 2s) 2026-02-23T09:50:05.498 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:50:05 trial019 ceph-mon[36022]: from='mgr.14164 10.20.193.19:0/2301850113' entity='mgr.trial019.akekgr' 2026-02-23T09:50:05.498 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:50:05 trial019 ceph-mon[36022]: from='mgr.14164 10.20.193.19:0/2301850113' entity='mgr.trial019.akekgr' 2026-02-23T09:50:05.681 INFO:teuthology.orchestra.run.trial019.stdout:/usr/bin/ceph: stdout {"username": "admin", "password": "$2b$12$EVCthqXpEjmvj3o8G2OMj.XrA7D8FSPXN0QmlgfiqKKIfRd9e5bBO", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1771840205, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2026-02-23T09:50:05.682 INFO:teuthology.orchestra.run.trial019.stdout:Fetching dashboard port number... 2026-02-23T09:50:06.027 INFO:teuthology.orchestra.run.trial019.stdout:/usr/bin/ceph: stdout 8443 2026-02-23T09:50:06.036 INFO:teuthology.orchestra.run.trial019.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2026-02-23T09:50:06.036 INFO:teuthology.orchestra.run.trial019.stdout:systemctl: stdout disabled 2026-02-23T09:50:06.042 INFO:teuthology.orchestra.run.trial019.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2026-02-23T09:50:06.042 INFO:teuthology.orchestra.run.trial019.stdout:systemctl: stdout inactive 2026-02-23T09:50:06.042 INFO:teuthology.orchestra.run.trial019.stdout:firewalld.service is not enabled 2026-02-23T09:50:06.042 INFO:teuthology.orchestra.run.trial019.stdout:Not possible to open ports <[8443]>. firewalld.service is not available 2026-02-23T09:50:06.043 INFO:teuthology.orchestra.run.trial019.stdout:Ceph Dashboard is now available at: 2026-02-23T09:50:06.043 INFO:teuthology.orchestra.run.trial019.stdout: 2026-02-23T09:50:06.043 INFO:teuthology.orchestra.run.trial019.stdout: URL: https://trial019:8443/ 2026-02-23T09:50:06.043 INFO:teuthology.orchestra.run.trial019.stdout: User: admin 2026-02-23T09:50:06.044 INFO:teuthology.orchestra.run.trial019.stdout: Password: nwrjs665si 2026-02-23T09:50:06.044 INFO:teuthology.orchestra.run.trial019.stdout: 2026-02-23T09:50:06.044 INFO:teuthology.orchestra.run.trial019.stdout:Saving cluster configuration to /var/lib/ceph/ef044f25-109c-11f1-802f-d404e6e7d460/config directory 2026-02-23T09:50:06.437 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:50:06 trial019 ceph-mon[36022]: from='client.14178 -' entity='client.admin' cmd=[{"prefix": "dashboard set-ssl-certificate", "target": ["mon-mgr", ""]}]: dispatch 2026-02-23T09:50:06.437 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:50:06 trial019 ceph-mon[36022]: from='client.14180 -' entity='client.admin' cmd=[{"prefix": "dashboard set-ssl-certificate-key", "target": ["mon-mgr", ""]}]: dispatch 2026-02-23T09:50:06.438 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:50:06 trial019 ceph-mon[36022]: from='client.14182 -' 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-23T09:50:06.438 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:50:06 trial019 ceph-mon[36022]: from='mgr.14164 10.20.193.19:0/2301850113' entity='mgr.trial019.akekgr' 2026-02-23T09:50:06.438 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:50:06 trial019 ceph-mon[36022]: from='client.? 10.20.193.19:0/2769030445' entity='client.admin' cmd={"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"} : dispatch 2026-02-23T09:50:06.438 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:50:06 trial019 ceph-mon[36022]: from='client.? 10.20.193.19:0/391104296' entity='client.admin' 2026-02-23T09:50:06.443 INFO:teuthology.orchestra.run.trial019.stdout:/usr/bin/ceph: stderr set mgr/dashboard/cluster/status 2026-02-23T09:50:06.443 INFO:teuthology.orchestra.run.trial019.stdout:You can access the Ceph CLI as following in case of multi-cluster or non-default config: 2026-02-23T09:50:06.443 INFO:teuthology.orchestra.run.trial019.stdout: 2026-02-23T09:50:06.443 INFO:teuthology.orchestra.run.trial019.stdout: sudo /home/ubuntu/cephtest/cephadm shell --fsid ef044f25-109c-11f1-802f-d404e6e7d460 -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2026-02-23T09:50:06.443 INFO:teuthology.orchestra.run.trial019.stdout: 2026-02-23T09:50:06.444 INFO:teuthology.orchestra.run.trial019.stdout:Or, if you are only running a single cluster on this host: 2026-02-23T09:50:06.444 INFO:teuthology.orchestra.run.trial019.stdout: 2026-02-23T09:50:06.444 INFO:teuthology.orchestra.run.trial019.stdout: sudo /home/ubuntu/cephtest/cephadm shell 2026-02-23T09:50:06.444 INFO:teuthology.orchestra.run.trial019.stdout: 2026-02-23T09:50:06.444 INFO:teuthology.orchestra.run.trial019.stdout:Please consider enabling telemetry to help improve Ceph: 2026-02-23T09:50:06.444 INFO:teuthology.orchestra.run.trial019.stdout: 2026-02-23T09:50:06.444 INFO:teuthology.orchestra.run.trial019.stdout: ceph telemetry on 2026-02-23T09:50:06.444 INFO:teuthology.orchestra.run.trial019.stdout: 2026-02-23T09:50:06.444 INFO:teuthology.orchestra.run.trial019.stdout:For more information see: 2026-02-23T09:50:06.445 INFO:teuthology.orchestra.run.trial019.stdout: 2026-02-23T09:50:06.445 INFO:teuthology.orchestra.run.trial019.stdout: https://docs.ceph.com/en/latest/mgr/telemetry/ 2026-02-23T09:50:06.445 INFO:teuthology.orchestra.run.trial019.stdout: 2026-02-23T09:50:06.445 INFO:teuthology.orchestra.run.trial019.stdout:Bootstrap complete. 2026-02-23T09:50:06.450 INFO:teuthology.orchestra.run.trial019.stdout:systemctl: stdout static 2026-02-23T09:50:06.456 INFO:teuthology.orchestra.run.trial019.stdout:Non-zero exit code 3 from systemctl is-active logrotate 2026-02-23T09:50:06.456 INFO:teuthology.orchestra.run.trial019.stdout:systemctl: stdout inactive 2026-02-23T09:50:06.457 INFO:teuthology.orchestra.run.trial019.stdout:Enabling the logrotate.timer service to perform daily log rotation. 2026-02-23T09:50:06.611 INFO:tasks.cephadm:Fetching config... 2026-02-23T09:50:06.611 DEBUG:teuthology.orchestra.run.trial019:> set -ex 2026-02-23T09:50:06.611 DEBUG:teuthology.orchestra.run.trial019:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2026-02-23T09:50:06.629 INFO:tasks.cephadm:Fetching client.admin keyring... 2026-02-23T09:50:06.629 DEBUG:teuthology.orchestra.run.trial019:> set -ex 2026-02-23T09:50:06.629 DEBUG:teuthology.orchestra.run.trial019:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2026-02-23T09:50:06.686 INFO:tasks.cephadm:Fetching mon keyring... 2026-02-23T09:50:06.687 DEBUG:teuthology.orchestra.run.trial019:> set -ex 2026-02-23T09:50:06.687 DEBUG:teuthology.orchestra.run.trial019:> sudo dd if=/var/lib/ceph/ef044f25-109c-11f1-802f-d404e6e7d460/mon.trial019/keyring of=/dev/stdout 2026-02-23T09:50:06.751 INFO:tasks.cephadm:Fetching pub ssh key... 2026-02-23T09:50:06.751 DEBUG:teuthology.orchestra.run.trial019:> set -ex 2026-02-23T09:50:06.752 DEBUG:teuthology.orchestra.run.trial019:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2026-02-23T09:50:06.809 INFO:tasks.cephadm:Installing pub ssh key for root users... 2026-02-23T09:50:06.810 DEBUG:teuthology.orchestra.run.trial019:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIEkxWrWXwtvmQ/dFx9U9y1eR3ly0vyF7SSlheAQyvjYq ceph-ef044f25-109c-11f1-802f-d404e6e7d460' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2026-02-23T09:50:06.882 INFO:teuthology.orchestra.run.trial019.stdout:ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIEkxWrWXwtvmQ/dFx9U9y1eR3ly0vyF7SSlheAQyvjYq ceph-ef044f25-109c-11f1-802f-d404e6e7d460 2026-02-23T09:50:06.892 DEBUG:teuthology.orchestra.run.trial139:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIEkxWrWXwtvmQ/dFx9U9y1eR3ly0vyF7SSlheAQyvjYq ceph-ef044f25-109c-11f1-802f-d404e6e7d460' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2026-02-23T09:50:06.939 INFO:teuthology.orchestra.run.trial139.stdout:ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIEkxWrWXwtvmQ/dFx9U9y1eR3ly0vyF7SSlheAQyvjYq ceph-ef044f25-109c-11f1-802f-d404e6e7d460 2026-02-23T09:50:06.950 DEBUG:teuthology.orchestra.run.trial019:> 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 ef044f25-109c-11f1-802f-d404e6e7d460 -- ceph config set mgr mgr/cephadm/allow_ptrace true 2026-02-23T09:50:07.065 INFO:teuthology.orchestra.run.trial019.stderr:Inferring config /var/lib/ceph/ef044f25-109c-11f1-802f-d404e6e7d460/mon.trial019/config 2026-02-23T09:50:07.439 INFO:tasks.cephadm:Distributing conf and client.admin keyring to all hosts + 0755 2026-02-23T09:50:07.439 DEBUG:teuthology.orchestra.run.trial019:> 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 ef044f25-109c-11f1-802f-d404e6e7d460 -- ceph orch client-keyring set client.admin '*' --mode 0755 2026-02-23T09:50:07.558 INFO:teuthology.orchestra.run.trial019.stderr:Inferring config /var/lib/ceph/ef044f25-109c-11f1-802f-d404e6e7d460/mon.trial019/config 2026-02-23T09:50:07.948 INFO:tasks.cephadm:Writing (initial) conf and keyring to trial139 2026-02-23T09:50:07.948 DEBUG:teuthology.orchestra.run.trial139:> set -ex 2026-02-23T09:50:07.948 DEBUG:teuthology.orchestra.run.trial139:> dd of=/etc/ceph/ceph.conf 2026-02-23T09:50:07.967 DEBUG:teuthology.orchestra.run.trial139:> set -ex 2026-02-23T09:50:07.967 DEBUG:teuthology.orchestra.run.trial139:> dd of=/etc/ceph/ceph.client.admin.keyring 2026-02-23T09:50:08.025 INFO:tasks.cephadm:Adding host trial139 to orchestrator... 2026-02-23T09:50:08.026 DEBUG:teuthology.orchestra.run.trial019:> 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 ef044f25-109c-11f1-802f-d404e6e7d460 -- ceph orch host add trial139 2026-02-23T09:50:08.144 INFO:teuthology.orchestra.run.trial019.stderr:Inferring config /var/lib/ceph/ef044f25-109c-11f1-802f-d404e6e7d460/mon.trial019/config 2026-02-23T09:50:08.497 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:50:08 trial019 ceph-mon[36022]: from='client.? 10.20.193.19:0/2147041743' entity='client.admin' 2026-02-23T09:50:08.498 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:50:08 trial019 ceph-mon[36022]: from='mgr.14164 10.20.193.19:0/2301850113' entity='mgr.trial019.akekgr' 2026-02-23T09:50:08.498 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:50:08 trial019 ceph-mon[36022]: from='mgr.14164 10.20.193.19:0/2301850113' entity='mgr.trial019.akekgr' 2026-02-23T09:50:08.498 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:50:08 trial019 ceph-mon[36022]: from='mgr.14164 10.20.193.19:0/2301850113' entity='mgr.trial019.akekgr' 2026-02-23T09:50:08.498 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:50:08 trial019 ceph-mon[36022]: from='mgr.14164 10.20.193.19:0/2301850113' entity='mgr.trial019.akekgr' cmd={"prefix": "config rm", "who": "osd/host:trial019", "name": "osd_memory_target"} : dispatch 2026-02-23T09:50:08.498 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:50:08 trial019 ceph-mon[36022]: from='mgr.14164 10.20.193.19:0/2301850113' entity='mgr.trial019.akekgr' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-23T09:50:08.498 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:50:08 trial019 ceph-mon[36022]: from='mgr.14164 10.20.193.19:0/2301850113' entity='mgr.trial019.akekgr' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-23T09:50:09.747 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:50:09 trial019 ceph-mon[36022]: from='client.14190 -' entity='client.admin' cmd=[{"prefix": "orch client-keyring set", "entity": "client.admin", "placement": "*", "mode": "0755", "target": ["mon-mgr", ""]}]: dispatch 2026-02-23T09:50:09.748 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:50:09 trial019 ceph-mon[36022]: Updating trial019:/etc/ceph/ceph.conf 2026-02-23T09:50:09.748 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:50:09 trial019 ceph-mon[36022]: from='client.14192 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "trial139", "target": ["mon-mgr", ""]}]: dispatch 2026-02-23T09:50:09.748 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:50:09 trial019 ceph-mon[36022]: mgrmap e13: trial019.akekgr(active, since 6s) 2026-02-23T09:50:10.003 INFO:teuthology.orchestra.run.trial019.stdout:Added host 'trial139' with addr '10.20.193.139' 2026-02-23T09:50:10.148 DEBUG:teuthology.orchestra.run.trial019:> 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 ef044f25-109c-11f1-802f-d404e6e7d460 -- ceph orch host ls --format=json 2026-02-23T09:50:10.265 INFO:teuthology.orchestra.run.trial019.stderr:Inferring config /var/lib/ceph/ef044f25-109c-11f1-802f-d404e6e7d460/mon.trial019/config 2026-02-23T09:50:10.518 INFO:teuthology.orchestra.run.trial019.stdout: 2026-02-23T09:50:10.518 INFO:teuthology.orchestra.run.trial019.stdout:[{"addr": "10.20.193.19", "hostname": "trial019", "labels": [], "status": ""}, {"addr": "10.20.193.139", "hostname": "trial139", "labels": [], "status": ""}] 2026-02-23T09:50:10.637 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:50:10 trial019 ceph-mon[36022]: Deploying cephadm binary to trial139 2026-02-23T09:50:10.638 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:50:10 trial019 ceph-mon[36022]: Updating trial019:/var/lib/ceph/ef044f25-109c-11f1-802f-d404e6e7d460/config/ceph.conf 2026-02-23T09:50:10.638 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:50:10 trial019 ceph-mon[36022]: from='mgr.14164 10.20.193.19:0/2301850113' entity='mgr.trial019.akekgr' 2026-02-23T09:50:10.661 DEBUG:teuthology.orchestra.run.trial019:> 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 ef044f25-109c-11f1-802f-d404e6e7d460 -- ceph config-key ls 2026-02-23T09:50:10.780 INFO:teuthology.orchestra.run.trial019.stderr:Inferring config /var/lib/ceph/ef044f25-109c-11f1-802f-d404e6e7d460/mon.trial019/config 2026-02-23T09:50:11.072 INFO:teuthology.orchestra.run.trial019.stdout:[ 2026-02-23T09:50:11.072 INFO:teuthology.orchestra.run.trial019.stdout: "config-history/2/", 2026-02-23T09:50:11.072 INFO:teuthology.orchestra.run.trial019.stdout: "config-history/2/+client.rgw/rgw_cache_enabled", 2026-02-23T09:50:11.072 INFO:teuthology.orchestra.run.trial019.stdout: "config-history/2/+client.rgw/rgw_enable_ops_log", 2026-02-23T09:50:11.072 INFO:teuthology.orchestra.run.trial019.stdout: "config-history/2/+client.rgw/rgw_enable_usage_log", 2026-02-23T09:50:11.072 INFO:teuthology.orchestra.run.trial019.stdout: "config-history/2/+global/auth_debug", 2026-02-23T09:50:11.072 INFO:teuthology.orchestra.run.trial019.stdout: "config-history/2/+global/container_image", 2026-02-23T09:50:11.072 INFO:teuthology.orchestra.run.trial019.stdout: "config-history/2/+global/debug_asserts_on_shutdown", 2026-02-23T09:50:11.073 INFO:teuthology.orchestra.run.trial019.stdout: "config-history/2/+global/log_to_file", 2026-02-23T09:50:11.073 INFO:teuthology.orchestra.run.trial019.stdout: "config-history/2/+global/log_to_journald", 2026-02-23T09:50:11.073 INFO:teuthology.orchestra.run.trial019.stdout: "config-history/2/+global/log_to_stderr", 2026-02-23T09:50:11.073 INFO:teuthology.orchestra.run.trial019.stdout: "config-history/2/+global/mon_allow_pool_delete", 2026-02-23T09:50:11.073 INFO:teuthology.orchestra.run.trial019.stdout: "config-history/2/+global/mon_clock_drift_allowed", 2026-02-23T09:50:11.073 INFO:teuthology.orchestra.run.trial019.stdout: "config-history/2/+global/mon_cluster_log_to_file", 2026-02-23T09:50:11.073 INFO:teuthology.orchestra.run.trial019.stdout: "config-history/2/+global/mon_max_pg_per_osd", 2026-02-23T09:50:11.073 INFO:teuthology.orchestra.run.trial019.stdout: "config-history/2/+global/mon_pg_warn_max_object_skew", 2026-02-23T09:50:11.073 INFO:teuthology.orchestra.run.trial019.stdout: "config-history/2/+global/mon_warn_on_crush_straw_calc_version_zero", 2026-02-23T09:50:11.073 INFO:teuthology.orchestra.run.trial019.stdout: "config-history/2/+global/mon_warn_on_legacy_crush_tunables", 2026-02-23T09:50:11.073 INFO:teuthology.orchestra.run.trial019.stdout: "config-history/2/+global/mon_warn_on_osd_down_out_interval_zero", 2026-02-23T09:50:11.074 INFO:teuthology.orchestra.run.trial019.stdout: "config-history/2/+global/mon_warn_on_pool_pg_num_not_power_of_two", 2026-02-23T09:50:11.074 INFO:teuthology.orchestra.run.trial019.stdout: "config-history/2/+global/mon_warn_on_too_few_osds", 2026-02-23T09:50:11.074 INFO:teuthology.orchestra.run.trial019.stdout: "config-history/2/+global/ms_die_on_bug", 2026-02-23T09:50:11.074 INFO:teuthology.orchestra.run.trial019.stdout: "config-history/2/+global/ms_die_on_old_message", 2026-02-23T09:50:11.074 INFO:teuthology.orchestra.run.trial019.stdout: "config-history/2/+global/osd_pool_default_erasure_code_profile", 2026-02-23T09:50:11.074 INFO:teuthology.orchestra.run.trial019.stdout: "config-history/2/+global/osd_pool_default_pg_autoscale_mode", 2026-02-23T09:50:11.074 INFO:teuthology.orchestra.run.trial019.stdout: "config-history/2/+mgr/debug_mgr", 2026-02-23T09:50:11.074 INFO:teuthology.orchestra.run.trial019.stdout: "config-history/2/+mgr/debug_ms", 2026-02-23T09:50:11.074 INFO:teuthology.orchestra.run.trial019.stdout: "config-history/2/+mgr/mon_reweight_min_bytes_per_osd", 2026-02-23T09:50:11.074 INFO:teuthology.orchestra.run.trial019.stdout: "config-history/2/+mgr/mon_reweight_min_pgs_per_osd", 2026-02-23T09:50:11.074 INFO:teuthology.orchestra.run.trial019.stdout: "config-history/2/+mon/auth_allow_insecure_global_id_reclaim", 2026-02-23T09:50:11.074 INFO:teuthology.orchestra.run.trial019.stdout: "config-history/2/+mon/auth_mon_ticket_ttl", 2026-02-23T09:50:11.075 INFO:teuthology.orchestra.run.trial019.stdout: "config-history/2/+mon/auth_service_ticket_ttl", 2026-02-23T09:50:11.075 INFO:teuthology.orchestra.run.trial019.stdout: "config-history/2/+mon/debug_mon", 2026-02-23T09:50:11.075 INFO:teuthology.orchestra.run.trial019.stdout: "config-history/2/+mon/debug_ms", 2026-02-23T09:50:11.075 INFO:teuthology.orchestra.run.trial019.stdout: "config-history/2/+mon/debug_paxos", 2026-02-23T09:50:11.075 INFO:teuthology.orchestra.run.trial019.stdout: "config-history/2/+mon/mon_data_avail_warn", 2026-02-23T09:50:11.075 INFO:teuthology.orchestra.run.trial019.stdout: "config-history/2/+mon/mon_mgr_mkfs_grace", 2026-02-23T09:50:11.075 INFO:teuthology.orchestra.run.trial019.stdout: "config-history/2/+mon/mon_osd_prime_pg_temp", 2026-02-23T09:50:11.075 INFO:teuthology.orchestra.run.trial019.stdout: "config-history/2/+mon/mon_osd_reporter_subtree_level", 2026-02-23T09:50:11.075 INFO:teuthology.orchestra.run.trial019.stdout: "config-history/2/+mon/mon_reweight_min_bytes_per_osd", 2026-02-23T09:50:11.075 INFO:teuthology.orchestra.run.trial019.stdout: "config-history/2/+mon/mon_reweight_min_pgs_per_osd", 2026-02-23T09:50:11.075 INFO:teuthology.orchestra.run.trial019.stdout: "config-history/2/+mon/mon_warn_on_insecure_global_id_reclaim", 2026-02-23T09:50:11.075 INFO:teuthology.orchestra.run.trial019.stdout: "config-history/2/+mon/mon_warn_on_insecure_global_id_reclaim_allowed", 2026-02-23T09:50:11.076 INFO:teuthology.orchestra.run.trial019.stdout: "config-history/2/+osd/bdev_debug_aio", 2026-02-23T09:50:11.076 INFO:teuthology.orchestra.run.trial019.stdout: "config-history/2/+osd/debug_ms", 2026-02-23T09:50:11.076 INFO:teuthology.orchestra.run.trial019.stdout: "config-history/2/+osd/debug_osd", 2026-02-23T09:50:11.076 INFO:teuthology.orchestra.run.trial019.stdout: "config-history/2/+osd/osd_debug_misdirected_ops", 2026-02-23T09:50:11.076 INFO:teuthology.orchestra.run.trial019.stdout: "config-history/2/+osd/osd_debug_op_order", 2026-02-23T09:50:11.076 INFO:teuthology.orchestra.run.trial019.stdout: "config-history/2/+osd/osd_debug_pg_log_writeout", 2026-02-23T09:50:11.076 INFO:teuthology.orchestra.run.trial019.stdout: "config-history/2/+osd/osd_debug_shutdown", 2026-02-23T09:50:11.076 INFO:teuthology.orchestra.run.trial019.stdout: "config-history/2/+osd/osd_debug_verify_cached_snaps", 2026-02-23T09:50:11.076 INFO:teuthology.orchestra.run.trial019.stdout: "config-history/2/+osd/osd_debug_verify_missing_on_start", 2026-02-23T09:50:11.076 INFO:teuthology.orchestra.run.trial019.stdout: "config-history/2/+osd/osd_debug_verify_stray_on_activate", 2026-02-23T09:50:11.076 INFO:teuthology.orchestra.run.trial019.stdout: "config-history/2/+osd/osd_deep_scrub_update_digest_min_age", 2026-02-23T09:50:11.076 INFO:teuthology.orchestra.run.trial019.stdout: "config-history/2/+osd/osd_mclock_profile", 2026-02-23T09:50:11.077 INFO:teuthology.orchestra.run.trial019.stdout: "config-history/2/+osd/osd_mclock_skip_benchmark", 2026-02-23T09:50:11.077 INFO:teuthology.orchestra.run.trial019.stdout: "config-history/2/+osd/osd_memory_target_autotune", 2026-02-23T09:50:11.077 INFO:teuthology.orchestra.run.trial019.stdout: "config-history/2/+osd/osd_op_queue", 2026-02-23T09:50:11.077 INFO:teuthology.orchestra.run.trial019.stdout: "config-history/2/+osd/osd_op_queue_cut_off", 2026-02-23T09:50:11.077 INFO:teuthology.orchestra.run.trial019.stdout: "config-history/2/+osd/osd_recover_clone_overlap", 2026-02-23T09:50:11.077 INFO:teuthology.orchestra.run.trial019.stdout: "config-history/2/+osd/osd_recovery_max_chunk", 2026-02-23T09:50:11.077 INFO:teuthology.orchestra.run.trial019.stdout: "config-history/2/+osd/osd_scrub_load_threshold", 2026-02-23T09:50:11.077 INFO:teuthology.orchestra.run.trial019.stdout: "config-history/2/+osd/osd_scrub_max_interval", 2026-02-23T09:50:11.077 INFO:teuthology.orchestra.run.trial019.stdout: "config-history/2/+osd/osd_shutdown_pgref_assert", 2026-02-23T09:50:11.077 INFO:teuthology.orchestra.run.trial019.stdout: "config-history/3/", 2026-02-23T09:50:11.077 INFO:teuthology.orchestra.run.trial019.stdout: "config-history/3/+global/public_network", 2026-02-23T09:50:11.077 INFO:teuthology.orchestra.run.trial019.stdout: "config-history/4/", 2026-02-23T09:50:11.077 INFO:teuthology.orchestra.run.trial019.stdout: "config-history/4/+mgr/mgr/cephadm/migration_current", 2026-02-23T09:50:11.078 INFO:teuthology.orchestra.run.trial019.stdout: "config-history/5/", 2026-02-23T09:50:11.078 INFO:teuthology.orchestra.run.trial019.stdout: "config-history/5/+mgr/mgr/orchestrator/orchestrator", 2026-02-23T09:50:11.078 INFO:teuthology.orchestra.run.trial019.stdout: "config-history/6/", 2026-02-23T09:50:11.078 INFO:teuthology.orchestra.run.trial019.stdout: "config-history/6/+global/container_image", 2026-02-23T09:50:11.078 INFO:teuthology.orchestra.run.trial019.stdout: "config-history/6/-global/container_image", 2026-02-23T09:50:11.078 INFO:teuthology.orchestra.run.trial019.stdout: "config-history/7/", 2026-02-23T09:50:11.078 INFO:teuthology.orchestra.run.trial019.stdout: "config-history/7/+mgr/mgr/cephadm/container_init", 2026-02-23T09:50:11.078 INFO:teuthology.orchestra.run.trial019.stdout: "config-history/8/", 2026-02-23T09:50:11.078 INFO:teuthology.orchestra.run.trial019.stdout: "config-history/8/+mgr/mgr/dashboard/ssl_server_port", 2026-02-23T09:50:11.078 INFO:teuthology.orchestra.run.trial019.stdout: "config-history/9/", 2026-02-23T09:50:11.078 INFO:teuthology.orchestra.run.trial019.stdout: "config-history/9/+mgr/mgr/cephadm/allow_ptrace", 2026-02-23T09:50:11.078 INFO:teuthology.orchestra.run.trial019.stdout: "config/client.rgw/rgw_cache_enabled", 2026-02-23T09:50:11.079 INFO:teuthology.orchestra.run.trial019.stdout: "config/client.rgw/rgw_enable_ops_log", 2026-02-23T09:50:11.079 INFO:teuthology.orchestra.run.trial019.stdout: "config/client.rgw/rgw_enable_usage_log", 2026-02-23T09:50:11.079 INFO:teuthology.orchestra.run.trial019.stdout: "config/global/auth_debug", 2026-02-23T09:50:11.079 INFO:teuthology.orchestra.run.trial019.stdout: "config/global/container_image", 2026-02-23T09:50:11.079 INFO:teuthology.orchestra.run.trial019.stdout: "config/global/debug_asserts_on_shutdown", 2026-02-23T09:50:11.079 INFO:teuthology.orchestra.run.trial019.stdout: "config/global/log_to_file", 2026-02-23T09:50:11.079 INFO:teuthology.orchestra.run.trial019.stdout: "config/global/log_to_journald", 2026-02-23T09:50:11.079 INFO:teuthology.orchestra.run.trial019.stdout: "config/global/log_to_stderr", 2026-02-23T09:50:11.079 INFO:teuthology.orchestra.run.trial019.stdout: "config/global/mon_allow_pool_delete", 2026-02-23T09:50:11.079 INFO:teuthology.orchestra.run.trial019.stdout: "config/global/mon_clock_drift_allowed", 2026-02-23T09:50:11.079 INFO:teuthology.orchestra.run.trial019.stdout: "config/global/mon_cluster_log_to_file", 2026-02-23T09:50:11.080 INFO:teuthology.orchestra.run.trial019.stdout: "config/global/mon_max_pg_per_osd", 2026-02-23T09:50:11.080 INFO:teuthology.orchestra.run.trial019.stdout: "config/global/mon_pg_warn_max_object_skew", 2026-02-23T09:50:11.080 INFO:teuthology.orchestra.run.trial019.stdout: "config/global/mon_warn_on_crush_straw_calc_version_zero", 2026-02-23T09:50:11.080 INFO:teuthology.orchestra.run.trial019.stdout: "config/global/mon_warn_on_legacy_crush_tunables", 2026-02-23T09:50:11.080 INFO:teuthology.orchestra.run.trial019.stdout: "config/global/mon_warn_on_osd_down_out_interval_zero", 2026-02-23T09:50:11.080 INFO:teuthology.orchestra.run.trial019.stdout: "config/global/mon_warn_on_pool_pg_num_not_power_of_two", 2026-02-23T09:50:11.080 INFO:teuthology.orchestra.run.trial019.stdout: "config/global/mon_warn_on_too_few_osds", 2026-02-23T09:50:11.080 INFO:teuthology.orchestra.run.trial019.stdout: "config/global/ms_die_on_bug", 2026-02-23T09:50:11.080 INFO:teuthology.orchestra.run.trial019.stdout: "config/global/ms_die_on_old_message", 2026-02-23T09:50:11.080 INFO:teuthology.orchestra.run.trial019.stdout: "config/global/osd_pool_default_erasure_code_profile", 2026-02-23T09:50:11.080 INFO:teuthology.orchestra.run.trial019.stdout: "config/global/osd_pool_default_pg_autoscale_mode", 2026-02-23T09:50:11.080 INFO:teuthology.orchestra.run.trial019.stdout: "config/global/public_network", 2026-02-23T09:50:11.081 INFO:teuthology.orchestra.run.trial019.stdout: "config/mgr/debug_mgr", 2026-02-23T09:50:11.081 INFO:teuthology.orchestra.run.trial019.stdout: "config/mgr/debug_ms", 2026-02-23T09:50:11.081 INFO:teuthology.orchestra.run.trial019.stdout: "config/mgr/mgr/cephadm/allow_ptrace", 2026-02-23T09:50:11.081 INFO:teuthology.orchestra.run.trial019.stdout: "config/mgr/mgr/cephadm/container_init", 2026-02-23T09:50:11.081 INFO:teuthology.orchestra.run.trial019.stdout: "config/mgr/mgr/cephadm/migration_current", 2026-02-23T09:50:11.081 INFO:teuthology.orchestra.run.trial019.stdout: "config/mgr/mgr/dashboard/ssl_server_port", 2026-02-23T09:50:11.081 INFO:teuthology.orchestra.run.trial019.stdout: "config/mgr/mgr/orchestrator/orchestrator", 2026-02-23T09:50:11.081 INFO:teuthology.orchestra.run.trial019.stdout: "config/mgr/mon_reweight_min_bytes_per_osd", 2026-02-23T09:50:11.081 INFO:teuthology.orchestra.run.trial019.stdout: "config/mgr/mon_reweight_min_pgs_per_osd", 2026-02-23T09:50:11.081 INFO:teuthology.orchestra.run.trial019.stdout: "config/mon/auth_allow_insecure_global_id_reclaim", 2026-02-23T09:50:11.081 INFO:teuthology.orchestra.run.trial019.stdout: "config/mon/auth_mon_ticket_ttl", 2026-02-23T09:50:11.081 INFO:teuthology.orchestra.run.trial019.stdout: "config/mon/auth_service_ticket_ttl", 2026-02-23T09:50:11.081 INFO:teuthology.orchestra.run.trial019.stdout: "config/mon/debug_mon", 2026-02-23T09:50:11.082 INFO:teuthology.orchestra.run.trial019.stdout: "config/mon/debug_ms", 2026-02-23T09:50:11.082 INFO:teuthology.orchestra.run.trial019.stdout: "config/mon/debug_paxos", 2026-02-23T09:50:11.082 INFO:teuthology.orchestra.run.trial019.stdout: "config/mon/mon_data_avail_warn", 2026-02-23T09:50:11.082 INFO:teuthology.orchestra.run.trial019.stdout: "config/mon/mon_mgr_mkfs_grace", 2026-02-23T09:50:11.082 INFO:teuthology.orchestra.run.trial019.stdout: "config/mon/mon_osd_prime_pg_temp", 2026-02-23T09:50:11.082 INFO:teuthology.orchestra.run.trial019.stdout: "config/mon/mon_osd_reporter_subtree_level", 2026-02-23T09:50:11.082 INFO:teuthology.orchestra.run.trial019.stdout: "config/mon/mon_reweight_min_bytes_per_osd", 2026-02-23T09:50:11.082 INFO:teuthology.orchestra.run.trial019.stdout: "config/mon/mon_reweight_min_pgs_per_osd", 2026-02-23T09:50:11.082 INFO:teuthology.orchestra.run.trial019.stdout: "config/mon/mon_warn_on_insecure_global_id_reclaim", 2026-02-23T09:50:11.082 INFO:teuthology.orchestra.run.trial019.stdout: "config/mon/mon_warn_on_insecure_global_id_reclaim_allowed", 2026-02-23T09:50:11.082 INFO:teuthology.orchestra.run.trial019.stdout: "config/osd/bdev_debug_aio", 2026-02-23T09:50:11.082 INFO:teuthology.orchestra.run.trial019.stdout: "config/osd/debug_ms", 2026-02-23T09:50:11.083 INFO:teuthology.orchestra.run.trial019.stdout: "config/osd/debug_osd", 2026-02-23T09:50:11.083 INFO:teuthology.orchestra.run.trial019.stdout: "config/osd/osd_debug_misdirected_ops", 2026-02-23T09:50:11.083 INFO:teuthology.orchestra.run.trial019.stdout: "config/osd/osd_debug_op_order", 2026-02-23T09:50:11.083 INFO:teuthology.orchestra.run.trial019.stdout: "config/osd/osd_debug_pg_log_writeout", 2026-02-23T09:50:11.083 INFO:teuthology.orchestra.run.trial019.stdout: "config/osd/osd_debug_shutdown", 2026-02-23T09:50:11.083 INFO:teuthology.orchestra.run.trial019.stdout: "config/osd/osd_debug_verify_cached_snaps", 2026-02-23T09:50:11.083 INFO:teuthology.orchestra.run.trial019.stdout: "config/osd/osd_debug_verify_missing_on_start", 2026-02-23T09:50:11.083 INFO:teuthology.orchestra.run.trial019.stdout: "config/osd/osd_debug_verify_stray_on_activate", 2026-02-23T09:50:11.083 INFO:teuthology.orchestra.run.trial019.stdout: "config/osd/osd_deep_scrub_update_digest_min_age", 2026-02-23T09:50:11.083 INFO:teuthology.orchestra.run.trial019.stdout: "config/osd/osd_mclock_profile", 2026-02-23T09:50:11.083 INFO:teuthology.orchestra.run.trial019.stdout: "config/osd/osd_mclock_skip_benchmark", 2026-02-23T09:50:11.083 INFO:teuthology.orchestra.run.trial019.stdout: "config/osd/osd_memory_target_autotune", 2026-02-23T09:50:11.084 INFO:teuthology.orchestra.run.trial019.stdout: "config/osd/osd_op_queue", 2026-02-23T09:50:11.084 INFO:teuthology.orchestra.run.trial019.stdout: "config/osd/osd_op_queue_cut_off", 2026-02-23T09:50:11.084 INFO:teuthology.orchestra.run.trial019.stdout: "config/osd/osd_recover_clone_overlap", 2026-02-23T09:50:11.084 INFO:teuthology.orchestra.run.trial019.stdout: "config/osd/osd_recovery_max_chunk", 2026-02-23T09:50:11.084 INFO:teuthology.orchestra.run.trial019.stdout: "config/osd/osd_scrub_load_threshold", 2026-02-23T09:50:11.084 INFO:teuthology.orchestra.run.trial019.stdout: "config/osd/osd_scrub_max_interval", 2026-02-23T09:50:11.084 INFO:teuthology.orchestra.run.trial019.stdout: "config/osd/osd_shutdown_pgref_assert", 2026-02-23T09:50:11.084 INFO:teuthology.orchestra.run.trial019.stdout: "mgr/cephadm/cert_store.cert.cephadm-signed_agent_cert", 2026-02-23T09:50:11.084 INFO:teuthology.orchestra.run.trial019.stdout: "mgr/cephadm/cert_store.cert.cephadm_root_ca_cert", 2026-02-23T09:50:11.084 INFO:teuthology.orchestra.run.trial019.stdout: "mgr/cephadm/cert_store.key.cephadm-signed_agent_key", 2026-02-23T09:50:11.084 INFO:teuthology.orchestra.run.trial019.stdout: "mgr/cephadm/cert_store.key.cephadm_root_ca_key", 2026-02-23T09:50:11.084 INFO:teuthology.orchestra.run.trial019.stdout: "mgr/cephadm/client_keyrings", 2026-02-23T09:50:11.084 INFO:teuthology.orchestra.run.trial019.stdout: "mgr/cephadm/config_checks", 2026-02-23T09:50:11.084 INFO:teuthology.orchestra.run.trial019.stdout: "mgr/cephadm/host.trial019", 2026-02-23T09:50:11.085 INFO:teuthology.orchestra.run.trial019.stdout: "mgr/cephadm/host.trial019.devices.0", 2026-02-23T09:50:11.085 INFO:teuthology.orchestra.run.trial019.stdout: "mgr/cephadm/inventory", 2026-02-23T09:50:11.085 INFO:teuthology.orchestra.run.trial019.stdout: "mgr/cephadm/spec.alertmanager", 2026-02-23T09:50:11.085 INFO:teuthology.orchestra.run.trial019.stdout: "mgr/cephadm/spec.ceph-exporter", 2026-02-23T09:50:11.085 INFO:teuthology.orchestra.run.trial019.stdout: "mgr/cephadm/spec.crash", 2026-02-23T09:50:11.085 INFO:teuthology.orchestra.run.trial019.stdout: "mgr/cephadm/spec.grafana", 2026-02-23T09:50:11.085 INFO:teuthology.orchestra.run.trial019.stdout: "mgr/cephadm/spec.mgr", 2026-02-23T09:50:11.085 INFO:teuthology.orchestra.run.trial019.stdout: "mgr/cephadm/spec.mon", 2026-02-23T09:50:11.085 INFO:teuthology.orchestra.run.trial019.stdout: "mgr/cephadm/spec.node-exporter", 2026-02-23T09:50:11.085 INFO:teuthology.orchestra.run.trial019.stdout: "mgr/cephadm/spec.prometheus", 2026-02-23T09:50:11.085 INFO:teuthology.orchestra.run.trial019.stdout: "mgr/cephadm/ssh_identity_key", 2026-02-23T09:50:11.085 INFO:teuthology.orchestra.run.trial019.stdout: "mgr/cephadm/ssh_identity_pub", 2026-02-23T09:50:11.085 INFO:teuthology.orchestra.run.trial019.stdout: "mgr/dashboard/accessdb_v2", 2026-02-23T09:50:11.086 INFO:teuthology.orchestra.run.trial019.stdout: "mgr/dashboard/cluster/status", 2026-02-23T09:50:11.086 INFO:teuthology.orchestra.run.trial019.stdout: "mgr/dashboard/crt", 2026-02-23T09:50:11.086 INFO:teuthology.orchestra.run.trial019.stdout: "mgr/dashboard/key", 2026-02-23T09:50:11.086 INFO:teuthology.orchestra.run.trial019.stdout: "mgr/telemetry/collection", 2026-02-23T09:50:11.086 INFO:teuthology.orchestra.run.trial019.stdout: "mgr/telemetry/report_id", 2026-02-23T09:50:11.086 INFO:teuthology.orchestra.run.trial019.stdout: "mgr/telemetry/salt" 2026-02-23T09:50:11.086 INFO:teuthology.orchestra.run.trial019.stdout:] 2026-02-23T09:50:11.233 DEBUG:teuthology.orchestra.run.trial019:> 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 ef044f25-109c-11f1-802f-d404e6e7d460 -- ceph config-key get mgr/cephadm/inventory 2026-02-23T09:50:11.349 INFO:teuthology.orchestra.run.trial019.stderr:Inferring config /var/lib/ceph/ef044f25-109c-11f1-802f-d404e6e7d460/mon.trial019/config 2026-02-23T09:50:11.466 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:50:11 trial019 ceph-mon[36022]: Updating trial019:/etc/ceph/ceph.client.admin.keyring 2026-02-23T09:50:11.466 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:50:11 trial019 ceph-mon[36022]: Added host trial139 2026-02-23T09:50:11.466 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:50:11 trial019 ceph-mon[36022]: from='client.14194 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-23T09:50:11.466 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:50:11 trial019 ceph-mon[36022]: from='client.? 10.20.193.19:0/3444375849' entity='client.admin' cmd={"prefix": "config-key ls"} : dispatch 2026-02-23T09:50:11.785 INFO:teuthology.orchestra.run.trial019.stdout:{"trial019": {"hostname": "trial019", "addr": "10.20.193.19", "labels": [], "status": ""}, "trial139": {"hostname": "trial139", "addr": "10.20.193.139", "labels": [], "status": ""}} 2026-02-23T09:50:12.562 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:50:12 trial019 ceph-mon[36022]: Updating trial019:/var/lib/ceph/ef044f25-109c-11f1-802f-d404e6e7d460/config/ceph.client.admin.keyring 2026-02-23T09:50:12.563 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:50:12 trial019 ceph-mon[36022]: from='mgr.14164 10.20.193.19:0/2301850113' entity='mgr.trial019.akekgr' 2026-02-23T09:50:12.563 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:50:12 trial019 ceph-mon[36022]: from='mgr.14164 10.20.193.19:0/2301850113' entity='mgr.trial019.akekgr' 2026-02-23T09:50:12.563 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:50:12 trial019 ceph-mon[36022]: from='mgr.14164 10.20.193.19:0/2301850113' entity='mgr.trial019.akekgr' 2026-02-23T09:50:12.563 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:50:12 trial019 ceph-mon[36022]: from='mgr.14164 10.20.193.19:0/2301850113' entity='mgr.trial019.akekgr' 2026-02-23T09:50:12.563 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:50:12 trial019 ceph-mon[36022]: from='mgr.14164 10.20.193.19:0/2301850113' entity='mgr.trial019.akekgr' 2026-02-23T09:50:12.563 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:50:12 trial019 ceph-mon[36022]: from='mgr.14164 10.20.193.19:0/2301850113' entity='mgr.trial019.akekgr' cmd={"prefix": "auth get-or-create", "entity": "client.ceph-exporter.trial019", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]} : dispatch 2026-02-23T09:50:12.563 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:50:12 trial019 ceph-mon[36022]: from='mgr.14164 10.20.193.19:0/2301850113' entity='mgr.trial019.akekgr' cmd='[{"prefix": "auth get-or-create", "entity": "client.ceph-exporter.trial019", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]}]': finished 2026-02-23T09:50:12.563 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:50:12 trial019 ceph-mon[36022]: from='mgr.14164 10.20.193.19:0/2301850113' entity='mgr.trial019.akekgr' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-23T09:50:12.563 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:50:12 trial019 ceph-mon[36022]: Deploying daemon ceph-exporter.trial019 on trial019 2026-02-23T09:50:12.564 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:50:12 trial019 ceph-mon[36022]: from='client.? 10.20.193.19:0/3532256105' entity='client.admin' cmd={"prefix": "config-key get", "key": "mgr/cephadm/inventory"} : dispatch 2026-02-23T09:50:12.564 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:50:12 trial019 ceph-mon[36022]: from='mgr.14164 10.20.193.19:0/2301850113' entity='mgr.trial019.akekgr' 2026-02-23T09:50:12.564 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:50:12 trial019 ceph-mon[36022]: from='mgr.14164 10.20.193.19:0/2301850113' entity='mgr.trial019.akekgr' 2026-02-23T09:50:12.564 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:50:12 trial019 ceph-mon[36022]: from='mgr.14164 10.20.193.19:0/2301850113' entity='mgr.trial019.akekgr' 2026-02-23T09:50:12.564 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:50:12 trial019 ceph-mon[36022]: from='mgr.14164 10.20.193.19:0/2301850113' entity='mgr.trial019.akekgr' 2026-02-23T09:50:12.564 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:50:12 trial019 ceph-mon[36022]: from='mgr.14164 10.20.193.19:0/2301850113' entity='mgr.trial019.akekgr' cmd={"prefix": "auth get-or-create", "entity": "client.crash.trial019", "caps": ["mon", "profile crash", "mgr", "profile crash"]} : dispatch 2026-02-23T09:50:12.564 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:50:12 trial019 ceph-mon[36022]: from='mgr.14164 10.20.193.19:0/2301850113' entity='mgr.trial019.akekgr' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.trial019", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2026-02-23T09:50:12.564 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:50:12 trial019 ceph-mon[36022]: from='mgr.14164 10.20.193.19:0/2301850113' entity='mgr.trial019.akekgr' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-23T09:50:13.748 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:50:13 trial019 ceph-mon[36022]: Deploying daemon crash.trial019 on trial019 2026-02-23T09:50:13.748 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:50:13 trial019 ceph-mon[36022]: from='mgr.14164 10.20.193.19:0/2301850113' entity='mgr.trial019.akekgr' 2026-02-23T09:50:13.748 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:50:13 trial019 ceph-mon[36022]: from='mgr.14164 10.20.193.19:0/2301850113' entity='mgr.trial019.akekgr' 2026-02-23T09:50:13.748 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:50:13 trial019 ceph-mon[36022]: from='mgr.14164 10.20.193.19:0/2301850113' entity='mgr.trial019.akekgr' 2026-02-23T09:50:13.749 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:50:13 trial019 ceph-mon[36022]: from='mgr.14164 10.20.193.19:0/2301850113' entity='mgr.trial019.akekgr' 2026-02-23T09:50:13.749 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:50:13 trial019 ceph-mon[36022]: from='mgr.14164 10.20.193.19:0/2301850113' entity='mgr.trial019.akekgr' 2026-02-23T09:50:13.749 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:50:13 trial019 ceph-mon[36022]: from='mgr.14164 10.20.193.19:0/2301850113' entity='mgr.trial019.akekgr' 2026-02-23T09:50:13.749 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:50:13 trial019 ceph-mon[36022]: from='mgr.14164 10.20.193.19:0/2301850113' entity='mgr.trial019.akekgr' 2026-02-23T09:50:14.748 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:50:14 trial019 ceph-mon[36022]: Deploying daemon node-exporter.trial019 on trial019 2026-02-23T09:50:14.748 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:50:14 trial019 ceph-mon[36022]: from='mgr.14164 10.20.193.19:0/2301850113' entity='mgr.trial019.akekgr' 2026-02-23T09:50:14.748 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:50:14 trial019 ceph-mon[36022]: from='mgr.14164 10.20.193.19:0/2301850113' entity='mgr.trial019.akekgr' 2026-02-23T09:50:14.748 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:50:14 trial019 ceph-mon[36022]: from='mgr.14164 10.20.193.19:0/2301850113' entity='mgr.trial019.akekgr' 2026-02-23T09:50:14.748 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:50:14 trial019 ceph-mon[36022]: from='mgr.14164 10.20.193.19:0/2301850113' entity='mgr.trial019.akekgr' 2026-02-23T09:50:14.748 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:50:14 trial019 ceph-mon[36022]: from='mgr.14164 10.20.193.19:0/2301850113' entity='mgr.trial019.akekgr' 2026-02-23T09:50:14.749 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:50:14 trial019 ceph-mon[36022]: from='mgr.14164 10.20.193.19:0/2301850113' entity='mgr.trial019.akekgr' 2026-02-23T09:50:15.747 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:50:15 trial019 ceph-mon[36022]: Deploying daemon alertmanager.trial019 on trial019 2026-02-23T09:50:16.786 DEBUG:teuthology.orchestra.run.trial019:> 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 ef044f25-109c-11f1-802f-d404e6e7d460 -- ceph orch host ls --format=json 2026-02-23T09:50:16.909 INFO:teuthology.orchestra.run.trial019.stderr:Inferring config /var/lib/ceph/ef044f25-109c-11f1-802f-d404e6e7d460/mon.trial019/config 2026-02-23T09:50:17.158 INFO:teuthology.orchestra.run.trial019.stdout: 2026-02-23T09:50:17.158 INFO:teuthology.orchestra.run.trial019.stdout:[{"addr": "10.20.193.19", "hostname": "trial019", "labels": [], "status": ""}, {"addr": "10.20.193.139", "hostname": "trial139", "labels": [], "status": ""}] 2026-02-23T09:50:17.297 DEBUG:teuthology.orchestra.run.trial019:> 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 ef044f25-109c-11f1-802f-d404e6e7d460 -- ceph config-key ls 2026-02-23T09:50:17.413 INFO:teuthology.orchestra.run.trial019.stderr:Inferring config /var/lib/ceph/ef044f25-109c-11f1-802f-d404e6e7d460/mon.trial019/config 2026-02-23T09:50:17.696 INFO:teuthology.orchestra.run.trial019.stdout:[ 2026-02-23T09:50:17.696 INFO:teuthology.orchestra.run.trial019.stdout: "config-history/10/", 2026-02-23T09:50:17.696 INFO:teuthology.orchestra.run.trial019.stdout: "config-history/10/+mgr/mgr/dashboard/GRAFANA_API_SSL_VERIFY", 2026-02-23T09:50:17.696 INFO:teuthology.orchestra.run.trial019.stdout: "config-history/2/", 2026-02-23T09:50:17.697 INFO:teuthology.orchestra.run.trial019.stdout: "config-history/2/+client.rgw/rgw_cache_enabled", 2026-02-23T09:50:17.697 INFO:teuthology.orchestra.run.trial019.stdout: "config-history/2/+client.rgw/rgw_enable_ops_log", 2026-02-23T09:50:17.697 INFO:teuthology.orchestra.run.trial019.stdout: "config-history/2/+client.rgw/rgw_enable_usage_log", 2026-02-23T09:50:17.697 INFO:teuthology.orchestra.run.trial019.stdout: "config-history/2/+global/auth_debug", 2026-02-23T09:50:17.697 INFO:teuthology.orchestra.run.trial019.stdout: "config-history/2/+global/container_image", 2026-02-23T09:50:17.697 INFO:teuthology.orchestra.run.trial019.stdout: "config-history/2/+global/debug_asserts_on_shutdown", 2026-02-23T09:50:17.697 INFO:teuthology.orchestra.run.trial019.stdout: "config-history/2/+global/log_to_file", 2026-02-23T09:50:17.697 INFO:teuthology.orchestra.run.trial019.stdout: "config-history/2/+global/log_to_journald", 2026-02-23T09:50:17.697 INFO:teuthology.orchestra.run.trial019.stdout: "config-history/2/+global/log_to_stderr", 2026-02-23T09:50:17.697 INFO:teuthology.orchestra.run.trial019.stdout: "config-history/2/+global/mon_allow_pool_delete", 2026-02-23T09:50:17.697 INFO:teuthology.orchestra.run.trial019.stdout: "config-history/2/+global/mon_clock_drift_allowed", 2026-02-23T09:50:17.698 INFO:teuthology.orchestra.run.trial019.stdout: "config-history/2/+global/mon_cluster_log_to_file", 2026-02-23T09:50:17.698 INFO:teuthology.orchestra.run.trial019.stdout: "config-history/2/+global/mon_max_pg_per_osd", 2026-02-23T09:50:17.698 INFO:teuthology.orchestra.run.trial019.stdout: "config-history/2/+global/mon_pg_warn_max_object_skew", 2026-02-23T09:50:17.698 INFO:teuthology.orchestra.run.trial019.stdout: "config-history/2/+global/mon_warn_on_crush_straw_calc_version_zero", 2026-02-23T09:50:17.698 INFO:teuthology.orchestra.run.trial019.stdout: "config-history/2/+global/mon_warn_on_legacy_crush_tunables", 2026-02-23T09:50:17.698 INFO:teuthology.orchestra.run.trial019.stdout: "config-history/2/+global/mon_warn_on_osd_down_out_interval_zero", 2026-02-23T09:50:17.698 INFO:teuthology.orchestra.run.trial019.stdout: "config-history/2/+global/mon_warn_on_pool_pg_num_not_power_of_two", 2026-02-23T09:50:17.698 INFO:teuthology.orchestra.run.trial019.stdout: "config-history/2/+global/mon_warn_on_too_few_osds", 2026-02-23T09:50:17.698 INFO:teuthology.orchestra.run.trial019.stdout: "config-history/2/+global/ms_die_on_bug", 2026-02-23T09:50:17.698 INFO:teuthology.orchestra.run.trial019.stdout: "config-history/2/+global/ms_die_on_old_message", 2026-02-23T09:50:17.698 INFO:teuthology.orchestra.run.trial019.stdout: "config-history/2/+global/osd_pool_default_erasure_code_profile", 2026-02-23T09:50:17.698 INFO:teuthology.orchestra.run.trial019.stdout: "config-history/2/+global/osd_pool_default_pg_autoscale_mode", 2026-02-23T09:50:17.699 INFO:teuthology.orchestra.run.trial019.stdout: "config-history/2/+mgr/debug_mgr", 2026-02-23T09:50:17.699 INFO:teuthology.orchestra.run.trial019.stdout: "config-history/2/+mgr/debug_ms", 2026-02-23T09:50:17.699 INFO:teuthology.orchestra.run.trial019.stdout: "config-history/2/+mgr/mon_reweight_min_bytes_per_osd", 2026-02-23T09:50:17.699 INFO:teuthology.orchestra.run.trial019.stdout: "config-history/2/+mgr/mon_reweight_min_pgs_per_osd", 2026-02-23T09:50:17.699 INFO:teuthology.orchestra.run.trial019.stdout: "config-history/2/+mon/auth_allow_insecure_global_id_reclaim", 2026-02-23T09:50:17.699 INFO:teuthology.orchestra.run.trial019.stdout: "config-history/2/+mon/auth_mon_ticket_ttl", 2026-02-23T09:50:17.699 INFO:teuthology.orchestra.run.trial019.stdout: "config-history/2/+mon/auth_service_ticket_ttl", 2026-02-23T09:50:17.699 INFO:teuthology.orchestra.run.trial019.stdout: "config-history/2/+mon/debug_mon", 2026-02-23T09:50:17.699 INFO:teuthology.orchestra.run.trial019.stdout: "config-history/2/+mon/debug_ms", 2026-02-23T09:50:17.699 INFO:teuthology.orchestra.run.trial019.stdout: "config-history/2/+mon/debug_paxos", 2026-02-23T09:50:17.699 INFO:teuthology.orchestra.run.trial019.stdout: "config-history/2/+mon/mon_data_avail_warn", 2026-02-23T09:50:17.699 INFO:teuthology.orchestra.run.trial019.stdout: "config-history/2/+mon/mon_mgr_mkfs_grace", 2026-02-23T09:50:17.700 INFO:teuthology.orchestra.run.trial019.stdout: "config-history/2/+mon/mon_osd_prime_pg_temp", 2026-02-23T09:50:17.700 INFO:teuthology.orchestra.run.trial019.stdout: "config-history/2/+mon/mon_osd_reporter_subtree_level", 2026-02-23T09:50:17.700 INFO:teuthology.orchestra.run.trial019.stdout: "config-history/2/+mon/mon_reweight_min_bytes_per_osd", 2026-02-23T09:50:17.700 INFO:teuthology.orchestra.run.trial019.stdout: "config-history/2/+mon/mon_reweight_min_pgs_per_osd", 2026-02-23T09:50:17.700 INFO:teuthology.orchestra.run.trial019.stdout: "config-history/2/+mon/mon_warn_on_insecure_global_id_reclaim", 2026-02-23T09:50:17.700 INFO:teuthology.orchestra.run.trial019.stdout: "config-history/2/+mon/mon_warn_on_insecure_global_id_reclaim_allowed", 2026-02-23T09:50:17.700 INFO:teuthology.orchestra.run.trial019.stdout: "config-history/2/+osd/bdev_debug_aio", 2026-02-23T09:50:17.700 INFO:teuthology.orchestra.run.trial019.stdout: "config-history/2/+osd/debug_ms", 2026-02-23T09:50:17.700 INFO:teuthology.orchestra.run.trial019.stdout: "config-history/2/+osd/debug_osd", 2026-02-23T09:50:17.700 INFO:teuthology.orchestra.run.trial019.stdout: "config-history/2/+osd/osd_debug_misdirected_ops", 2026-02-23T09:50:17.700 INFO:teuthology.orchestra.run.trial019.stdout: "config-history/2/+osd/osd_debug_op_order", 2026-02-23T09:50:17.700 INFO:teuthology.orchestra.run.trial019.stdout: "config-history/2/+osd/osd_debug_pg_log_writeout", 2026-02-23T09:50:17.700 INFO:teuthology.orchestra.run.trial019.stdout: "config-history/2/+osd/osd_debug_shutdown", 2026-02-23T09:50:17.701 INFO:teuthology.orchestra.run.trial019.stdout: "config-history/2/+osd/osd_debug_verify_cached_snaps", 2026-02-23T09:50:17.701 INFO:teuthology.orchestra.run.trial019.stdout: "config-history/2/+osd/osd_debug_verify_missing_on_start", 2026-02-23T09:50:17.701 INFO:teuthology.orchestra.run.trial019.stdout: "config-history/2/+osd/osd_debug_verify_stray_on_activate", 2026-02-23T09:50:17.701 INFO:teuthology.orchestra.run.trial019.stdout: "config-history/2/+osd/osd_deep_scrub_update_digest_min_age", 2026-02-23T09:50:17.701 INFO:teuthology.orchestra.run.trial019.stdout: "config-history/2/+osd/osd_mclock_profile", 2026-02-23T09:50:17.701 INFO:teuthology.orchestra.run.trial019.stdout: "config-history/2/+osd/osd_mclock_skip_benchmark", 2026-02-23T09:50:17.701 INFO:teuthology.orchestra.run.trial019.stdout: "config-history/2/+osd/osd_memory_target_autotune", 2026-02-23T09:50:17.701 INFO:teuthology.orchestra.run.trial019.stdout: "config-history/2/+osd/osd_op_queue", 2026-02-23T09:50:17.701 INFO:teuthology.orchestra.run.trial019.stdout: "config-history/2/+osd/osd_op_queue_cut_off", 2026-02-23T09:50:17.701 INFO:teuthology.orchestra.run.trial019.stdout: "config-history/2/+osd/osd_recover_clone_overlap", 2026-02-23T09:50:17.701 INFO:teuthology.orchestra.run.trial019.stdout: "config-history/2/+osd/osd_recovery_max_chunk", 2026-02-23T09:50:17.701 INFO:teuthology.orchestra.run.trial019.stdout: "config-history/2/+osd/osd_scrub_load_threshold", 2026-02-23T09:50:17.702 INFO:teuthology.orchestra.run.trial019.stdout: "config-history/2/+osd/osd_scrub_max_interval", 2026-02-23T09:50:17.702 INFO:teuthology.orchestra.run.trial019.stdout: "config-history/2/+osd/osd_shutdown_pgref_assert", 2026-02-23T09:50:17.702 INFO:teuthology.orchestra.run.trial019.stdout: "config-history/3/", 2026-02-23T09:50:17.702 INFO:teuthology.orchestra.run.trial019.stdout: "config-history/3/+global/public_network", 2026-02-23T09:50:17.702 INFO:teuthology.orchestra.run.trial019.stdout: "config-history/4/", 2026-02-23T09:50:17.702 INFO:teuthology.orchestra.run.trial019.stdout: "config-history/4/+mgr/mgr/cephadm/migration_current", 2026-02-23T09:50:17.702 INFO:teuthology.orchestra.run.trial019.stdout: "config-history/5/", 2026-02-23T09:50:17.702 INFO:teuthology.orchestra.run.trial019.stdout: "config-history/5/+mgr/mgr/orchestrator/orchestrator", 2026-02-23T09:50:17.702 INFO:teuthology.orchestra.run.trial019.stdout: "config-history/6/", 2026-02-23T09:50:17.702 INFO:teuthology.orchestra.run.trial019.stdout: "config-history/6/+global/container_image", 2026-02-23T09:50:17.702 INFO:teuthology.orchestra.run.trial019.stdout: "config-history/6/-global/container_image", 2026-02-23T09:50:17.702 INFO:teuthology.orchestra.run.trial019.stdout: "config-history/7/", 2026-02-23T09:50:17.703 INFO:teuthology.orchestra.run.trial019.stdout: "config-history/7/+mgr/mgr/cephadm/container_init", 2026-02-23T09:50:17.703 INFO:teuthology.orchestra.run.trial019.stdout: "config-history/8/", 2026-02-23T09:50:17.703 INFO:teuthology.orchestra.run.trial019.stdout: "config-history/8/+mgr/mgr/dashboard/ssl_server_port", 2026-02-23T09:50:17.703 INFO:teuthology.orchestra.run.trial019.stdout: "config-history/9/", 2026-02-23T09:50:17.703 INFO:teuthology.orchestra.run.trial019.stdout: "config-history/9/+mgr/mgr/cephadm/allow_ptrace", 2026-02-23T09:50:17.703 INFO:teuthology.orchestra.run.trial019.stdout: "config/client.rgw/rgw_cache_enabled", 2026-02-23T09:50:17.703 INFO:teuthology.orchestra.run.trial019.stdout: "config/client.rgw/rgw_enable_ops_log", 2026-02-23T09:50:17.703 INFO:teuthology.orchestra.run.trial019.stdout: "config/client.rgw/rgw_enable_usage_log", 2026-02-23T09:50:17.703 INFO:teuthology.orchestra.run.trial019.stdout: "config/global/auth_debug", 2026-02-23T09:50:17.703 INFO:teuthology.orchestra.run.trial019.stdout: "config/global/container_image", 2026-02-23T09:50:17.703 INFO:teuthology.orchestra.run.trial019.stdout: "config/global/debug_asserts_on_shutdown", 2026-02-23T09:50:17.703 INFO:teuthology.orchestra.run.trial019.stdout: "config/global/log_to_file", 2026-02-23T09:50:17.703 INFO:teuthology.orchestra.run.trial019.stdout: "config/global/log_to_journald", 2026-02-23T09:50:17.704 INFO:teuthology.orchestra.run.trial019.stdout: "config/global/log_to_stderr", 2026-02-23T09:50:17.704 INFO:teuthology.orchestra.run.trial019.stdout: "config/global/mon_allow_pool_delete", 2026-02-23T09:50:17.704 INFO:teuthology.orchestra.run.trial019.stdout: "config/global/mon_clock_drift_allowed", 2026-02-23T09:50:17.704 INFO:teuthology.orchestra.run.trial019.stdout: "config/global/mon_cluster_log_to_file", 2026-02-23T09:50:17.704 INFO:teuthology.orchestra.run.trial019.stdout: "config/global/mon_max_pg_per_osd", 2026-02-23T09:50:17.704 INFO:teuthology.orchestra.run.trial019.stdout: "config/global/mon_pg_warn_max_object_skew", 2026-02-23T09:50:17.704 INFO:teuthology.orchestra.run.trial019.stdout: "config/global/mon_warn_on_crush_straw_calc_version_zero", 2026-02-23T09:50:17.704 INFO:teuthology.orchestra.run.trial019.stdout: "config/global/mon_warn_on_legacy_crush_tunables", 2026-02-23T09:50:17.704 INFO:teuthology.orchestra.run.trial019.stdout: "config/global/mon_warn_on_osd_down_out_interval_zero", 2026-02-23T09:50:17.704 INFO:teuthology.orchestra.run.trial019.stdout: "config/global/mon_warn_on_pool_pg_num_not_power_of_two", 2026-02-23T09:50:17.704 INFO:teuthology.orchestra.run.trial019.stdout: "config/global/mon_warn_on_too_few_osds", 2026-02-23T09:50:17.704 INFO:teuthology.orchestra.run.trial019.stdout: "config/global/ms_die_on_bug", 2026-02-23T09:50:17.704 INFO:teuthology.orchestra.run.trial019.stdout: "config/global/ms_die_on_old_message", 2026-02-23T09:50:17.705 INFO:teuthology.orchestra.run.trial019.stdout: "config/global/osd_pool_default_erasure_code_profile", 2026-02-23T09:50:17.705 INFO:teuthology.orchestra.run.trial019.stdout: "config/global/osd_pool_default_pg_autoscale_mode", 2026-02-23T09:50:17.705 INFO:teuthology.orchestra.run.trial019.stdout: "config/global/public_network", 2026-02-23T09:50:17.705 INFO:teuthology.orchestra.run.trial019.stdout: "config/mgr/debug_mgr", 2026-02-23T09:50:17.705 INFO:teuthology.orchestra.run.trial019.stdout: "config/mgr/debug_ms", 2026-02-23T09:50:17.705 INFO:teuthology.orchestra.run.trial019.stdout: "config/mgr/mgr/cephadm/allow_ptrace", 2026-02-23T09:50:17.705 INFO:teuthology.orchestra.run.trial019.stdout: "config/mgr/mgr/cephadm/container_init", 2026-02-23T09:50:17.705 INFO:teuthology.orchestra.run.trial019.stdout: "config/mgr/mgr/cephadm/migration_current", 2026-02-23T09:50:17.705 INFO:teuthology.orchestra.run.trial019.stdout: "config/mgr/mgr/dashboard/GRAFANA_API_SSL_VERIFY", 2026-02-23T09:50:17.705 INFO:teuthology.orchestra.run.trial019.stdout: "config/mgr/mgr/dashboard/ssl_server_port", 2026-02-23T09:50:17.705 INFO:teuthology.orchestra.run.trial019.stdout: "config/mgr/mgr/orchestrator/orchestrator", 2026-02-23T09:50:17.705 INFO:teuthology.orchestra.run.trial019.stdout: "config/mgr/mon_reweight_min_bytes_per_osd", 2026-02-23T09:50:17.705 INFO:teuthology.orchestra.run.trial019.stdout: "config/mgr/mon_reweight_min_pgs_per_osd", 2026-02-23T09:50:17.706 INFO:teuthology.orchestra.run.trial019.stdout: "config/mon/auth_allow_insecure_global_id_reclaim", 2026-02-23T09:50:17.706 INFO:teuthology.orchestra.run.trial019.stdout: "config/mon/auth_mon_ticket_ttl", 2026-02-23T09:50:17.706 INFO:teuthology.orchestra.run.trial019.stdout: "config/mon/auth_service_ticket_ttl", 2026-02-23T09:50:17.706 INFO:teuthology.orchestra.run.trial019.stdout: "config/mon/debug_mon", 2026-02-23T09:50:17.706 INFO:teuthology.orchestra.run.trial019.stdout: "config/mon/debug_ms", 2026-02-23T09:50:17.706 INFO:teuthology.orchestra.run.trial019.stdout: "config/mon/debug_paxos", 2026-02-23T09:50:17.706 INFO:teuthology.orchestra.run.trial019.stdout: "config/mon/mon_data_avail_warn", 2026-02-23T09:50:17.706 INFO:teuthology.orchestra.run.trial019.stdout: "config/mon/mon_mgr_mkfs_grace", 2026-02-23T09:50:17.706 INFO:teuthology.orchestra.run.trial019.stdout: "config/mon/mon_osd_prime_pg_temp", 2026-02-23T09:50:17.706 INFO:teuthology.orchestra.run.trial019.stdout: "config/mon/mon_osd_reporter_subtree_level", 2026-02-23T09:50:17.706 INFO:teuthology.orchestra.run.trial019.stdout: "config/mon/mon_reweight_min_bytes_per_osd", 2026-02-23T09:50:17.706 INFO:teuthology.orchestra.run.trial019.stdout: "config/mon/mon_reweight_min_pgs_per_osd", 2026-02-23T09:50:17.707 INFO:teuthology.orchestra.run.trial019.stdout: "config/mon/mon_warn_on_insecure_global_id_reclaim", 2026-02-23T09:50:17.707 INFO:teuthology.orchestra.run.trial019.stdout: "config/mon/mon_warn_on_insecure_global_id_reclaim_allowed", 2026-02-23T09:50:17.707 INFO:teuthology.orchestra.run.trial019.stdout: "config/osd/bdev_debug_aio", 2026-02-23T09:50:17.707 INFO:teuthology.orchestra.run.trial019.stdout: "config/osd/debug_ms", 2026-02-23T09:50:17.707 INFO:teuthology.orchestra.run.trial019.stdout: "config/osd/debug_osd", 2026-02-23T09:50:17.707 INFO:teuthology.orchestra.run.trial019.stdout: "config/osd/osd_debug_misdirected_ops", 2026-02-23T09:50:17.707 INFO:teuthology.orchestra.run.trial019.stdout: "config/osd/osd_debug_op_order", 2026-02-23T09:50:17.707 INFO:teuthology.orchestra.run.trial019.stdout: "config/osd/osd_debug_pg_log_writeout", 2026-02-23T09:50:17.707 INFO:teuthology.orchestra.run.trial019.stdout: "config/osd/osd_debug_shutdown", 2026-02-23T09:50:17.707 INFO:teuthology.orchestra.run.trial019.stdout: "config/osd/osd_debug_verify_cached_snaps", 2026-02-23T09:50:17.707 INFO:teuthology.orchestra.run.trial019.stdout: "config/osd/osd_debug_verify_missing_on_start", 2026-02-23T09:50:17.707 INFO:teuthology.orchestra.run.trial019.stdout: "config/osd/osd_debug_verify_stray_on_activate", 2026-02-23T09:50:17.707 INFO:teuthology.orchestra.run.trial019.stdout: "config/osd/osd_deep_scrub_update_digest_min_age", 2026-02-23T09:50:17.708 INFO:teuthology.orchestra.run.trial019.stdout: "config/osd/osd_mclock_profile", 2026-02-23T09:50:17.708 INFO:teuthology.orchestra.run.trial019.stdout: "config/osd/osd_mclock_skip_benchmark", 2026-02-23T09:50:17.708 INFO:teuthology.orchestra.run.trial019.stdout: "config/osd/osd_memory_target_autotune", 2026-02-23T09:50:17.708 INFO:teuthology.orchestra.run.trial019.stdout: "config/osd/osd_op_queue", 2026-02-23T09:50:17.708 INFO:teuthology.orchestra.run.trial019.stdout: "config/osd/osd_op_queue_cut_off", 2026-02-23T09:50:17.708 INFO:teuthology.orchestra.run.trial019.stdout: "config/osd/osd_recover_clone_overlap", 2026-02-23T09:50:17.708 INFO:teuthology.orchestra.run.trial019.stdout: "config/osd/osd_recovery_max_chunk", 2026-02-23T09:50:17.708 INFO:teuthology.orchestra.run.trial019.stdout: "config/osd/osd_scrub_load_threshold", 2026-02-23T09:50:17.708 INFO:teuthology.orchestra.run.trial019.stdout: "config/osd/osd_scrub_max_interval", 2026-02-23T09:50:17.708 INFO:teuthology.orchestra.run.trial019.stdout: "config/osd/osd_shutdown_pgref_assert", 2026-02-23T09:50:17.708 INFO:teuthology.orchestra.run.trial019.stdout: "mgr/cephadm/cert_store.cert.cephadm-signed_agent_cert", 2026-02-23T09:50:17.708 INFO:teuthology.orchestra.run.trial019.stdout: "mgr/cephadm/cert_store.cert.cephadm-signed_alertmanager_cert", 2026-02-23T09:50:17.709 INFO:teuthology.orchestra.run.trial019.stdout: "mgr/cephadm/cert_store.cert.cephadm-signed_ceph-exporter_cert", 2026-02-23T09:50:17.709 INFO:teuthology.orchestra.run.trial019.stdout: "mgr/cephadm/cert_store.cert.cephadm-signed_grafana_cert", 2026-02-23T09:50:17.709 INFO:teuthology.orchestra.run.trial019.stdout: "mgr/cephadm/cert_store.cert.cephadm-signed_node-exporter_cert", 2026-02-23T09:50:17.709 INFO:teuthology.orchestra.run.trial019.stdout: "mgr/cephadm/cert_store.cert.cephadm_root_ca_cert", 2026-02-23T09:50:17.709 INFO:teuthology.orchestra.run.trial019.stdout: "mgr/cephadm/cert_store.key.cephadm-signed_agent_key", 2026-02-23T09:50:17.709 INFO:teuthology.orchestra.run.trial019.stdout: "mgr/cephadm/cert_store.key.cephadm-signed_alertmanager_key", 2026-02-23T09:50:17.709 INFO:teuthology.orchestra.run.trial019.stdout: "mgr/cephadm/cert_store.key.cephadm-signed_ceph-exporter_key", 2026-02-23T09:50:17.709 INFO:teuthology.orchestra.run.trial019.stdout: "mgr/cephadm/cert_store.key.cephadm-signed_grafana_key", 2026-02-23T09:50:17.709 INFO:teuthology.orchestra.run.trial019.stdout: "mgr/cephadm/cert_store.key.cephadm-signed_node-exporter_key", 2026-02-23T09:50:17.709 INFO:teuthology.orchestra.run.trial019.stdout: "mgr/cephadm/cert_store.key.cephadm_root_ca_key", 2026-02-23T09:50:17.709 INFO:teuthology.orchestra.run.trial019.stdout: "mgr/cephadm/client_keyrings", 2026-02-23T09:50:17.709 INFO:teuthology.orchestra.run.trial019.stdout: "mgr/cephadm/config_checks", 2026-02-23T09:50:17.709 INFO:teuthology.orchestra.run.trial019.stdout: "mgr/cephadm/host.trial019", 2026-02-23T09:50:17.710 INFO:teuthology.orchestra.run.trial019.stdout: "mgr/cephadm/host.trial019.devices.0", 2026-02-23T09:50:17.710 INFO:teuthology.orchestra.run.trial019.stdout: "mgr/cephadm/inventory", 2026-02-23T09:50:17.710 INFO:teuthology.orchestra.run.trial019.stdout: "mgr/cephadm/osd_remove_queue", 2026-02-23T09:50:17.710 INFO:teuthology.orchestra.run.trial019.stdout: "mgr/cephadm/prometheus/web_password", 2026-02-23T09:50:17.710 INFO:teuthology.orchestra.run.trial019.stdout: "mgr/cephadm/prometheus/web_user", 2026-02-23T09:50:17.710 INFO:teuthology.orchestra.run.trial019.stdout: "mgr/cephadm/spec.alertmanager", 2026-02-23T09:50:17.710 INFO:teuthology.orchestra.run.trial019.stdout: "mgr/cephadm/spec.ceph-exporter", 2026-02-23T09:50:17.710 INFO:teuthology.orchestra.run.trial019.stdout: "mgr/cephadm/spec.crash", 2026-02-23T09:50:17.710 INFO:teuthology.orchestra.run.trial019.stdout: "mgr/cephadm/spec.grafana", 2026-02-23T09:50:17.710 INFO:teuthology.orchestra.run.trial019.stdout: "mgr/cephadm/spec.mgr", 2026-02-23T09:50:17.710 INFO:teuthology.orchestra.run.trial019.stdout: "mgr/cephadm/spec.mon", 2026-02-23T09:50:17.710 INFO:teuthology.orchestra.run.trial019.stdout: "mgr/cephadm/spec.node-exporter", 2026-02-23T09:50:17.710 INFO:teuthology.orchestra.run.trial019.stdout: "mgr/cephadm/spec.prometheus", 2026-02-23T09:50:17.711 INFO:teuthology.orchestra.run.trial019.stdout: "mgr/cephadm/ssh_identity_key", 2026-02-23T09:50:17.711 INFO:teuthology.orchestra.run.trial019.stdout: "mgr/cephadm/ssh_identity_pub", 2026-02-23T09:50:17.711 INFO:teuthology.orchestra.run.trial019.stdout: "mgr/dashboard/accessdb_v2", 2026-02-23T09:50:17.711 INFO:teuthology.orchestra.run.trial019.stdout: "mgr/dashboard/cluster/status", 2026-02-23T09:50:17.711 INFO:teuthology.orchestra.run.trial019.stdout: "mgr/dashboard/crt", 2026-02-23T09:50:17.711 INFO:teuthology.orchestra.run.trial019.stdout: "mgr/dashboard/key", 2026-02-23T09:50:17.711 INFO:teuthology.orchestra.run.trial019.stdout: "mgr/progress/completed", 2026-02-23T09:50:17.711 INFO:teuthology.orchestra.run.trial019.stdout: "mgr/telemetry/collection", 2026-02-23T09:50:17.711 INFO:teuthology.orchestra.run.trial019.stdout: "mgr/telemetry/report_id", 2026-02-23T09:50:17.711 INFO:teuthology.orchestra.run.trial019.stdout: "mgr/telemetry/salt" 2026-02-23T09:50:17.711 INFO:teuthology.orchestra.run.trial019.stdout:] 2026-02-23T09:50:17.835 DEBUG:teuthology.orchestra.run.trial019:> 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 ef044f25-109c-11f1-802f-d404e6e7d460 -- ceph config-key get mgr/cephadm/inventory 2026-02-23T09:50:17.951 INFO:teuthology.orchestra.run.trial019.stderr:Inferring config /var/lib/ceph/ef044f25-109c-11f1-802f-d404e6e7d460/mon.trial019/config 2026-02-23T09:50:17.974 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:50:17 trial019 ceph-mon[36022]: from='mgr.14164 10.20.193.19:0/2301850113' entity='mgr.trial019.akekgr' 2026-02-23T09:50:17.974 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:50:17 trial019 ceph-mon[36022]: from='mgr.14164 10.20.193.19:0/2301850113' entity='mgr.trial019.akekgr' 2026-02-23T09:50:17.974 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:50:17 trial019 ceph-mon[36022]: from='mgr.14164 10.20.193.19:0/2301850113' entity='mgr.trial019.akekgr' 2026-02-23T09:50:17.974 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:50:17 trial019 ceph-mon[36022]: from='mgr.14164 10.20.193.19:0/2301850113' entity='mgr.trial019.akekgr' 2026-02-23T09:50:17.974 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:50:17 trial019 ceph-mon[36022]: from='mgr.14164 10.20.193.19:0/2301850113' entity='mgr.trial019.akekgr' 2026-02-23T09:50:17.974 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:50:17 trial019 ceph-mon[36022]: from='mgr.14164 10.20.193.19:0/2301850113' entity='mgr.trial019.akekgr' 2026-02-23T09:50:17.974 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:50:17 trial019 ceph-mon[36022]: from='client.14201 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-23T09:50:17.974 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:50:17 trial019 ceph-mon[36022]: from='mgr.14164 10.20.193.19:0/2301850113' entity='mgr.trial019.akekgr' 2026-02-23T09:50:17.975 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:50:17 trial019 ceph-mon[36022]: from='mgr.14164 10.20.193.19:0/2301850113' entity='mgr.trial019.akekgr' 2026-02-23T09:50:17.975 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:50:17 trial019 ceph-mon[36022]: from='mgr.14164 10.20.193.19:0/2301850113' entity='mgr.trial019.akekgr' 2026-02-23T09:50:17.975 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:50:17 trial019 ceph-mon[36022]: from='mgr.14164 10.20.193.19:0/2301850113' entity='mgr.trial019.akekgr' 2026-02-23T09:50:17.975 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:50:17 trial019 ceph-mon[36022]: from='mgr.14164 10.20.193.19:0/2301850113' entity='mgr.trial019.akekgr' cmd={"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"} : dispatch 2026-02-23T09:50:17.975 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:50:17 trial019 ceph-mon[36022]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2026-02-23T09:50:17.975 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:50:17 trial019 ceph-mon[36022]: from='mgr.14164 10.20.193.19:0/2301850113' entity='mgr.trial019.akekgr' 2026-02-23T09:50:17.975 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:50:17 trial019 ceph-mon[36022]: Deploying daemon grafana.trial019 on trial019 2026-02-23T09:50:17.975 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:50:17 trial019 ceph-mon[36022]: from='mgr.14164 10.20.193.19:0/2301850113' entity='mgr.trial019.akekgr' 2026-02-23T09:50:17.975 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:50:17 trial019 ceph-mon[36022]: from='client.? 10.20.193.19:0/138312970' entity='client.admin' cmd={"prefix": "config-key ls"} : dispatch 2026-02-23T09:50:18.525 INFO:teuthology.orchestra.run.trial019.stdout:{"trial019": {"hostname": "trial019", "addr": "10.20.193.19", "labels": [], "status": ""}, "trial139": {"hostname": "trial139", "addr": "10.20.193.139", "labels": [], "status": ""}} 2026-02-23T09:50:19.248 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:50:18 trial019 ceph-mon[36022]: from='client.? 10.20.193.19:0/368087856' entity='client.admin' cmd={"prefix": "config-key get", "key": "mgr/cephadm/inventory"} : dispatch 2026-02-23T09:50:23.527 DEBUG:teuthology.orchestra.run.trial019:> 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 ef044f25-109c-11f1-802f-d404e6e7d460 -- ceph orch host ls --format=json 2026-02-23T09:50:23.552 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:50:23 trial019 ceph-mon[36022]: pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-23T09:50:24.405 INFO:teuthology.orchestra.run.trial019.stderr:Inferring config /var/lib/ceph/ef044f25-109c-11f1-802f-d404e6e7d460/mon.trial019/config 2026-02-23T09:50:24.647 INFO:teuthology.orchestra.run.trial019.stdout: 2026-02-23T09:50:24.647 INFO:teuthology.orchestra.run.trial019.stdout:[{"addr": "10.20.193.19", "hostname": "trial019", "labels": [], "status": ""}, {"addr": "10.20.193.139", "hostname": "trial139", "labels": [], "status": ""}] 2026-02-23T09:50:24.788 DEBUG:teuthology.orchestra.run.trial019:> 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 ef044f25-109c-11f1-802f-d404e6e7d460 -- ceph config-key ls 2026-02-23T09:50:25.048 INFO:teuthology.orchestra.run.trial019.stderr:Inferring config /var/lib/ceph/ef044f25-109c-11f1-802f-d404e6e7d460/mon.trial019/config 2026-02-23T09:50:25.347 INFO:teuthology.orchestra.run.trial019.stdout:[ 2026-02-23T09:50:25.347 INFO:teuthology.orchestra.run.trial019.stdout: "config-history/10/", 2026-02-23T09:50:25.347 INFO:teuthology.orchestra.run.trial019.stdout: "config-history/10/+mgr/mgr/dashboard/GRAFANA_API_SSL_VERIFY", 2026-02-23T09:50:25.347 INFO:teuthology.orchestra.run.trial019.stdout: "config-history/2/", 2026-02-23T09:50:25.347 INFO:teuthology.orchestra.run.trial019.stdout: "config-history/2/+client.rgw/rgw_cache_enabled", 2026-02-23T09:50:25.348 INFO:teuthology.orchestra.run.trial019.stdout: "config-history/2/+client.rgw/rgw_enable_ops_log", 2026-02-23T09:50:25.348 INFO:teuthology.orchestra.run.trial019.stdout: "config-history/2/+client.rgw/rgw_enable_usage_log", 2026-02-23T09:50:25.348 INFO:teuthology.orchestra.run.trial019.stdout: "config-history/2/+global/auth_debug", 2026-02-23T09:50:25.348 INFO:teuthology.orchestra.run.trial019.stdout: "config-history/2/+global/container_image", 2026-02-23T09:50:25.348 INFO:teuthology.orchestra.run.trial019.stdout: "config-history/2/+global/debug_asserts_on_shutdown", 2026-02-23T09:50:25.348 INFO:teuthology.orchestra.run.trial019.stdout: "config-history/2/+global/log_to_file", 2026-02-23T09:50:25.348 INFO:teuthology.orchestra.run.trial019.stdout: "config-history/2/+global/log_to_journald", 2026-02-23T09:50:25.348 INFO:teuthology.orchestra.run.trial019.stdout: "config-history/2/+global/log_to_stderr", 2026-02-23T09:50:25.348 INFO:teuthology.orchestra.run.trial019.stdout: "config-history/2/+global/mon_allow_pool_delete", 2026-02-23T09:50:25.348 INFO:teuthology.orchestra.run.trial019.stdout: "config-history/2/+global/mon_clock_drift_allowed", 2026-02-23T09:50:25.349 INFO:teuthology.orchestra.run.trial019.stdout: "config-history/2/+global/mon_cluster_log_to_file", 2026-02-23T09:50:25.349 INFO:teuthology.orchestra.run.trial019.stdout: "config-history/2/+global/mon_max_pg_per_osd", 2026-02-23T09:50:25.349 INFO:teuthology.orchestra.run.trial019.stdout: "config-history/2/+global/mon_pg_warn_max_object_skew", 2026-02-23T09:50:25.349 INFO:teuthology.orchestra.run.trial019.stdout: "config-history/2/+global/mon_warn_on_crush_straw_calc_version_zero", 2026-02-23T09:50:25.349 INFO:teuthology.orchestra.run.trial019.stdout: "config-history/2/+global/mon_warn_on_legacy_crush_tunables", 2026-02-23T09:50:25.349 INFO:teuthology.orchestra.run.trial019.stdout: "config-history/2/+global/mon_warn_on_osd_down_out_interval_zero", 2026-02-23T09:50:25.349 INFO:teuthology.orchestra.run.trial019.stdout: "config-history/2/+global/mon_warn_on_pool_pg_num_not_power_of_two", 2026-02-23T09:50:25.349 INFO:teuthology.orchestra.run.trial019.stdout: "config-history/2/+global/mon_warn_on_too_few_osds", 2026-02-23T09:50:25.349 INFO:teuthology.orchestra.run.trial019.stdout: "config-history/2/+global/ms_die_on_bug", 2026-02-23T09:50:25.349 INFO:teuthology.orchestra.run.trial019.stdout: "config-history/2/+global/ms_die_on_old_message", 2026-02-23T09:50:25.349 INFO:teuthology.orchestra.run.trial019.stdout: "config-history/2/+global/osd_pool_default_erasure_code_profile", 2026-02-23T09:50:25.349 INFO:teuthology.orchestra.run.trial019.stdout: "config-history/2/+global/osd_pool_default_pg_autoscale_mode", 2026-02-23T09:50:25.350 INFO:teuthology.orchestra.run.trial019.stdout: "config-history/2/+mgr/debug_mgr", 2026-02-23T09:50:25.350 INFO:teuthology.orchestra.run.trial019.stdout: "config-history/2/+mgr/debug_ms", 2026-02-23T09:50:25.350 INFO:teuthology.orchestra.run.trial019.stdout: "config-history/2/+mgr/mon_reweight_min_bytes_per_osd", 2026-02-23T09:50:25.350 INFO:teuthology.orchestra.run.trial019.stdout: "config-history/2/+mgr/mon_reweight_min_pgs_per_osd", 2026-02-23T09:50:25.350 INFO:teuthology.orchestra.run.trial019.stdout: "config-history/2/+mon/auth_allow_insecure_global_id_reclaim", 2026-02-23T09:50:25.350 INFO:teuthology.orchestra.run.trial019.stdout: "config-history/2/+mon/auth_mon_ticket_ttl", 2026-02-23T09:50:25.350 INFO:teuthology.orchestra.run.trial019.stdout: "config-history/2/+mon/auth_service_ticket_ttl", 2026-02-23T09:50:25.350 INFO:teuthology.orchestra.run.trial019.stdout: "config-history/2/+mon/debug_mon", 2026-02-23T09:50:25.350 INFO:teuthology.orchestra.run.trial019.stdout: "config-history/2/+mon/debug_ms", 2026-02-23T09:50:25.350 INFO:teuthology.orchestra.run.trial019.stdout: "config-history/2/+mon/debug_paxos", 2026-02-23T09:50:25.351 INFO:teuthology.orchestra.run.trial019.stdout: "config-history/2/+mon/mon_data_avail_warn", 2026-02-23T09:50:25.351 INFO:teuthology.orchestra.run.trial019.stdout: "config-history/2/+mon/mon_mgr_mkfs_grace", 2026-02-23T09:50:25.351 INFO:teuthology.orchestra.run.trial019.stdout: "config-history/2/+mon/mon_osd_prime_pg_temp", 2026-02-23T09:50:25.351 INFO:teuthology.orchestra.run.trial019.stdout: "config-history/2/+mon/mon_osd_reporter_subtree_level", 2026-02-23T09:50:25.351 INFO:teuthology.orchestra.run.trial019.stdout: "config-history/2/+mon/mon_reweight_min_bytes_per_osd", 2026-02-23T09:50:25.351 INFO:teuthology.orchestra.run.trial019.stdout: "config-history/2/+mon/mon_reweight_min_pgs_per_osd", 2026-02-23T09:50:25.351 INFO:teuthology.orchestra.run.trial019.stdout: "config-history/2/+mon/mon_warn_on_insecure_global_id_reclaim", 2026-02-23T09:50:25.351 INFO:teuthology.orchestra.run.trial019.stdout: "config-history/2/+mon/mon_warn_on_insecure_global_id_reclaim_allowed", 2026-02-23T09:50:25.351 INFO:teuthology.orchestra.run.trial019.stdout: "config-history/2/+osd/bdev_debug_aio", 2026-02-23T09:50:25.351 INFO:teuthology.orchestra.run.trial019.stdout: "config-history/2/+osd/debug_ms", 2026-02-23T09:50:25.351 INFO:teuthology.orchestra.run.trial019.stdout: "config-history/2/+osd/debug_osd", 2026-02-23T09:50:25.351 INFO:teuthology.orchestra.run.trial019.stdout: "config-history/2/+osd/osd_debug_misdirected_ops", 2026-02-23T09:50:25.351 INFO:teuthology.orchestra.run.trial019.stdout: "config-history/2/+osd/osd_debug_op_order", 2026-02-23T09:50:25.352 INFO:teuthology.orchestra.run.trial019.stdout: "config-history/2/+osd/osd_debug_pg_log_writeout", 2026-02-23T09:50:25.352 INFO:teuthology.orchestra.run.trial019.stdout: "config-history/2/+osd/osd_debug_shutdown", 2026-02-23T09:50:25.352 INFO:teuthology.orchestra.run.trial019.stdout: "config-history/2/+osd/osd_debug_verify_cached_snaps", 2026-02-23T09:50:25.352 INFO:teuthology.orchestra.run.trial019.stdout: "config-history/2/+osd/osd_debug_verify_missing_on_start", 2026-02-23T09:50:25.352 INFO:teuthology.orchestra.run.trial019.stdout: "config-history/2/+osd/osd_debug_verify_stray_on_activate", 2026-02-23T09:50:25.352 INFO:teuthology.orchestra.run.trial019.stdout: "config-history/2/+osd/osd_deep_scrub_update_digest_min_age", 2026-02-23T09:50:25.352 INFO:teuthology.orchestra.run.trial019.stdout: "config-history/2/+osd/osd_mclock_profile", 2026-02-23T09:50:25.352 INFO:teuthology.orchestra.run.trial019.stdout: "config-history/2/+osd/osd_mclock_skip_benchmark", 2026-02-23T09:50:25.352 INFO:teuthology.orchestra.run.trial019.stdout: "config-history/2/+osd/osd_memory_target_autotune", 2026-02-23T09:50:25.352 INFO:teuthology.orchestra.run.trial019.stdout: "config-history/2/+osd/osd_op_queue", 2026-02-23T09:50:25.352 INFO:teuthology.orchestra.run.trial019.stdout: "config-history/2/+osd/osd_op_queue_cut_off", 2026-02-23T09:50:25.352 INFO:teuthology.orchestra.run.trial019.stdout: "config-history/2/+osd/osd_recover_clone_overlap", 2026-02-23T09:50:25.353 INFO:teuthology.orchestra.run.trial019.stdout: "config-history/2/+osd/osd_recovery_max_chunk", 2026-02-23T09:50:25.353 INFO:teuthology.orchestra.run.trial019.stdout: "config-history/2/+osd/osd_scrub_load_threshold", 2026-02-23T09:50:25.353 INFO:teuthology.orchestra.run.trial019.stdout: "config-history/2/+osd/osd_scrub_max_interval", 2026-02-23T09:50:25.353 INFO:teuthology.orchestra.run.trial019.stdout: "config-history/2/+osd/osd_shutdown_pgref_assert", 2026-02-23T09:50:25.353 INFO:teuthology.orchestra.run.trial019.stdout: "config-history/3/", 2026-02-23T09:50:25.353 INFO:teuthology.orchestra.run.trial019.stdout: "config-history/3/+global/public_network", 2026-02-23T09:50:25.353 INFO:teuthology.orchestra.run.trial019.stdout: "config-history/4/", 2026-02-23T09:50:25.353 INFO:teuthology.orchestra.run.trial019.stdout: "config-history/4/+mgr/mgr/cephadm/migration_current", 2026-02-23T09:50:25.353 INFO:teuthology.orchestra.run.trial019.stdout: "config-history/5/", 2026-02-23T09:50:25.353 INFO:teuthology.orchestra.run.trial019.stdout: "config-history/5/+mgr/mgr/orchestrator/orchestrator", 2026-02-23T09:50:25.353 INFO:teuthology.orchestra.run.trial019.stdout: "config-history/6/", 2026-02-23T09:50:25.353 INFO:teuthology.orchestra.run.trial019.stdout: "config-history/6/+global/container_image", 2026-02-23T09:50:25.353 INFO:teuthology.orchestra.run.trial019.stdout: "config-history/6/-global/container_image", 2026-02-23T09:50:25.354 INFO:teuthology.orchestra.run.trial019.stdout: "config-history/7/", 2026-02-23T09:50:25.354 INFO:teuthology.orchestra.run.trial019.stdout: "config-history/7/+mgr/mgr/cephadm/container_init", 2026-02-23T09:50:25.354 INFO:teuthology.orchestra.run.trial019.stdout: "config-history/8/", 2026-02-23T09:50:25.354 INFO:teuthology.orchestra.run.trial019.stdout: "config-history/8/+mgr/mgr/dashboard/ssl_server_port", 2026-02-23T09:50:25.354 INFO:teuthology.orchestra.run.trial019.stdout: "config-history/9/", 2026-02-23T09:50:25.354 INFO:teuthology.orchestra.run.trial019.stdout: "config-history/9/+mgr/mgr/cephadm/allow_ptrace", 2026-02-23T09:50:25.354 INFO:teuthology.orchestra.run.trial019.stdout: "config/client.rgw/rgw_cache_enabled", 2026-02-23T09:50:25.354 INFO:teuthology.orchestra.run.trial019.stdout: "config/client.rgw/rgw_enable_ops_log", 2026-02-23T09:50:25.354 INFO:teuthology.orchestra.run.trial019.stdout: "config/client.rgw/rgw_enable_usage_log", 2026-02-23T09:50:25.354 INFO:teuthology.orchestra.run.trial019.stdout: "config/global/auth_debug", 2026-02-23T09:50:25.354 INFO:teuthology.orchestra.run.trial019.stdout: "config/global/container_image", 2026-02-23T09:50:25.354 INFO:teuthology.orchestra.run.trial019.stdout: "config/global/debug_asserts_on_shutdown", 2026-02-23T09:50:25.355 INFO:teuthology.orchestra.run.trial019.stdout: "config/global/log_to_file", 2026-02-23T09:50:25.355 INFO:teuthology.orchestra.run.trial019.stdout: "config/global/log_to_journald", 2026-02-23T09:50:25.355 INFO:teuthology.orchestra.run.trial019.stdout: "config/global/log_to_stderr", 2026-02-23T09:50:25.355 INFO:teuthology.orchestra.run.trial019.stdout: "config/global/mon_allow_pool_delete", 2026-02-23T09:50:25.355 INFO:teuthology.orchestra.run.trial019.stdout: "config/global/mon_clock_drift_allowed", 2026-02-23T09:50:25.355 INFO:teuthology.orchestra.run.trial019.stdout: "config/global/mon_cluster_log_to_file", 2026-02-23T09:50:25.355 INFO:teuthology.orchestra.run.trial019.stdout: "config/global/mon_max_pg_per_osd", 2026-02-23T09:50:25.355 INFO:teuthology.orchestra.run.trial019.stdout: "config/global/mon_pg_warn_max_object_skew", 2026-02-23T09:50:25.355 INFO:teuthology.orchestra.run.trial019.stdout: "config/global/mon_warn_on_crush_straw_calc_version_zero", 2026-02-23T09:50:25.355 INFO:teuthology.orchestra.run.trial019.stdout: "config/global/mon_warn_on_legacy_crush_tunables", 2026-02-23T09:50:25.355 INFO:teuthology.orchestra.run.trial019.stdout: "config/global/mon_warn_on_osd_down_out_interval_zero", 2026-02-23T09:50:25.355 INFO:teuthology.orchestra.run.trial019.stdout: "config/global/mon_warn_on_pool_pg_num_not_power_of_two", 2026-02-23T09:50:25.355 INFO:teuthology.orchestra.run.trial019.stdout: "config/global/mon_warn_on_too_few_osds", 2026-02-23T09:50:25.355 INFO:teuthology.orchestra.run.trial019.stdout: "config/global/ms_die_on_bug", 2026-02-23T09:50:25.356 INFO:teuthology.orchestra.run.trial019.stdout: "config/global/ms_die_on_old_message", 2026-02-23T09:50:25.356 INFO:teuthology.orchestra.run.trial019.stdout: "config/global/osd_pool_default_erasure_code_profile", 2026-02-23T09:50:25.356 INFO:teuthology.orchestra.run.trial019.stdout: "config/global/osd_pool_default_pg_autoscale_mode", 2026-02-23T09:50:25.356 INFO:teuthology.orchestra.run.trial019.stdout: "config/global/public_network", 2026-02-23T09:50:25.356 INFO:teuthology.orchestra.run.trial019.stdout: "config/mgr/debug_mgr", 2026-02-23T09:50:25.356 INFO:teuthology.orchestra.run.trial019.stdout: "config/mgr/debug_ms", 2026-02-23T09:50:25.356 INFO:teuthology.orchestra.run.trial019.stdout: "config/mgr/mgr/cephadm/allow_ptrace", 2026-02-23T09:50:25.356 INFO:teuthology.orchestra.run.trial019.stdout: "config/mgr/mgr/cephadm/container_init", 2026-02-23T09:50:25.356 INFO:teuthology.orchestra.run.trial019.stdout: "config/mgr/mgr/cephadm/migration_current", 2026-02-23T09:50:25.356 INFO:teuthology.orchestra.run.trial019.stdout: "config/mgr/mgr/dashboard/GRAFANA_API_SSL_VERIFY", 2026-02-23T09:50:25.356 INFO:teuthology.orchestra.run.trial019.stdout: "config/mgr/mgr/dashboard/ssl_server_port", 2026-02-23T09:50:25.356 INFO:teuthology.orchestra.run.trial019.stdout: "config/mgr/mgr/orchestrator/orchestrator", 2026-02-23T09:50:25.357 INFO:teuthology.orchestra.run.trial019.stdout: "config/mgr/mon_reweight_min_bytes_per_osd", 2026-02-23T09:50:25.357 INFO:teuthology.orchestra.run.trial019.stdout: "config/mgr/mon_reweight_min_pgs_per_osd", 2026-02-23T09:50:25.357 INFO:teuthology.orchestra.run.trial019.stdout: "config/mon/auth_allow_insecure_global_id_reclaim", 2026-02-23T09:50:25.357 INFO:teuthology.orchestra.run.trial019.stdout: "config/mon/auth_mon_ticket_ttl", 2026-02-23T09:50:25.357 INFO:teuthology.orchestra.run.trial019.stdout: "config/mon/auth_service_ticket_ttl", 2026-02-23T09:50:25.357 INFO:teuthology.orchestra.run.trial019.stdout: "config/mon/debug_mon", 2026-02-23T09:50:25.357 INFO:teuthology.orchestra.run.trial019.stdout: "config/mon/debug_ms", 2026-02-23T09:50:25.357 INFO:teuthology.orchestra.run.trial019.stdout: "config/mon/debug_paxos", 2026-02-23T09:50:25.357 INFO:teuthology.orchestra.run.trial019.stdout: "config/mon/mon_data_avail_warn", 2026-02-23T09:50:25.357 INFO:teuthology.orchestra.run.trial019.stdout: "config/mon/mon_mgr_mkfs_grace", 2026-02-23T09:50:25.358 INFO:teuthology.orchestra.run.trial019.stdout: "config/mon/mon_osd_prime_pg_temp", 2026-02-23T09:50:25.358 INFO:teuthology.orchestra.run.trial019.stdout: "config/mon/mon_osd_reporter_subtree_level", 2026-02-23T09:50:25.358 INFO:teuthology.orchestra.run.trial019.stdout: "config/mon/mon_reweight_min_bytes_per_osd", 2026-02-23T09:50:25.358 INFO:teuthology.orchestra.run.trial019.stdout: "config/mon/mon_reweight_min_pgs_per_osd", 2026-02-23T09:50:25.358 INFO:teuthology.orchestra.run.trial019.stdout: "config/mon/mon_warn_on_insecure_global_id_reclaim", 2026-02-23T09:50:25.358 INFO:teuthology.orchestra.run.trial019.stdout: "config/mon/mon_warn_on_insecure_global_id_reclaim_allowed", 2026-02-23T09:50:25.358 INFO:teuthology.orchestra.run.trial019.stdout: "config/osd/bdev_debug_aio", 2026-02-23T09:50:25.358 INFO:teuthology.orchestra.run.trial019.stdout: "config/osd/debug_ms", 2026-02-23T09:50:25.358 INFO:teuthology.orchestra.run.trial019.stdout: "config/osd/debug_osd", 2026-02-23T09:50:25.358 INFO:teuthology.orchestra.run.trial019.stdout: "config/osd/osd_debug_misdirected_ops", 2026-02-23T09:50:25.358 INFO:teuthology.orchestra.run.trial019.stdout: "config/osd/osd_debug_op_order", 2026-02-23T09:50:25.358 INFO:teuthology.orchestra.run.trial019.stdout: "config/osd/osd_debug_pg_log_writeout", 2026-02-23T09:50:25.359 INFO:teuthology.orchestra.run.trial019.stdout: "config/osd/osd_debug_shutdown", 2026-02-23T09:50:25.359 INFO:teuthology.orchestra.run.trial019.stdout: "config/osd/osd_debug_verify_cached_snaps", 2026-02-23T09:50:25.359 INFO:teuthology.orchestra.run.trial019.stdout: "config/osd/osd_debug_verify_missing_on_start", 2026-02-23T09:50:25.359 INFO:teuthology.orchestra.run.trial019.stdout: "config/osd/osd_debug_verify_stray_on_activate", 2026-02-23T09:50:25.359 INFO:teuthology.orchestra.run.trial019.stdout: "config/osd/osd_deep_scrub_update_digest_min_age", 2026-02-23T09:50:25.359 INFO:teuthology.orchestra.run.trial019.stdout: "config/osd/osd_mclock_profile", 2026-02-23T09:50:25.359 INFO:teuthology.orchestra.run.trial019.stdout: "config/osd/osd_mclock_skip_benchmark", 2026-02-23T09:50:25.359 INFO:teuthology.orchestra.run.trial019.stdout: "config/osd/osd_memory_target_autotune", 2026-02-23T09:50:25.359 INFO:teuthology.orchestra.run.trial019.stdout: "config/osd/osd_op_queue", 2026-02-23T09:50:25.359 INFO:teuthology.orchestra.run.trial019.stdout: "config/osd/osd_op_queue_cut_off", 2026-02-23T09:50:25.359 INFO:teuthology.orchestra.run.trial019.stdout: "config/osd/osd_recover_clone_overlap", 2026-02-23T09:50:25.359 INFO:teuthology.orchestra.run.trial019.stdout: "config/osd/osd_recovery_max_chunk", 2026-02-23T09:50:25.359 INFO:teuthology.orchestra.run.trial019.stdout: "config/osd/osd_scrub_load_threshold", 2026-02-23T09:50:25.360 INFO:teuthology.orchestra.run.trial019.stdout: "config/osd/osd_scrub_max_interval", 2026-02-23T09:50:25.360 INFO:teuthology.orchestra.run.trial019.stdout: "config/osd/osd_shutdown_pgref_assert", 2026-02-23T09:50:25.360 INFO:teuthology.orchestra.run.trial019.stdout: "mgr/cephadm/alertmanager/web_password", 2026-02-23T09:50:25.360 INFO:teuthology.orchestra.run.trial019.stdout: "mgr/cephadm/alertmanager/web_user", 2026-02-23T09:50:25.360 INFO:teuthology.orchestra.run.trial019.stdout: "mgr/cephadm/cert_store.cert.cephadm-signed_agent_cert", 2026-02-23T09:50:25.360 INFO:teuthology.orchestra.run.trial019.stdout: "mgr/cephadm/cert_store.cert.cephadm-signed_alertmanager_cert", 2026-02-23T09:50:25.360 INFO:teuthology.orchestra.run.trial019.stdout: "mgr/cephadm/cert_store.cert.cephadm-signed_ceph-exporter_cert", 2026-02-23T09:50:25.360 INFO:teuthology.orchestra.run.trial019.stdout: "mgr/cephadm/cert_store.cert.cephadm-signed_grafana_cert", 2026-02-23T09:50:25.360 INFO:teuthology.orchestra.run.trial019.stdout: "mgr/cephadm/cert_store.cert.cephadm-signed_node-exporter_cert", 2026-02-23T09:50:25.360 INFO:teuthology.orchestra.run.trial019.stdout: "mgr/cephadm/cert_store.cert.cephadm-signed_prometheus_cert", 2026-02-23T09:50:25.360 INFO:teuthology.orchestra.run.trial019.stdout: "mgr/cephadm/cert_store.cert.cephadm_root_ca_cert", 2026-02-23T09:50:25.360 INFO:teuthology.orchestra.run.trial019.stdout: "mgr/cephadm/cert_store.key.cephadm-signed_agent_key", 2026-02-23T09:50:25.361 INFO:teuthology.orchestra.run.trial019.stdout: "mgr/cephadm/cert_store.key.cephadm-signed_alertmanager_key", 2026-02-23T09:50:25.361 INFO:teuthology.orchestra.run.trial019.stdout: "mgr/cephadm/cert_store.key.cephadm-signed_ceph-exporter_key", 2026-02-23T09:50:25.361 INFO:teuthology.orchestra.run.trial019.stdout: "mgr/cephadm/cert_store.key.cephadm-signed_grafana_key", 2026-02-23T09:50:25.361 INFO:teuthology.orchestra.run.trial019.stdout: "mgr/cephadm/cert_store.key.cephadm-signed_node-exporter_key", 2026-02-23T09:50:25.361 INFO:teuthology.orchestra.run.trial019.stdout: "mgr/cephadm/cert_store.key.cephadm-signed_prometheus_key", 2026-02-23T09:50:25.361 INFO:teuthology.orchestra.run.trial019.stdout: "mgr/cephadm/cert_store.key.cephadm_root_ca_key", 2026-02-23T09:50:25.361 INFO:teuthology.orchestra.run.trial019.stdout: "mgr/cephadm/client_keyrings", 2026-02-23T09:50:25.361 INFO:teuthology.orchestra.run.trial019.stdout: "mgr/cephadm/config_checks", 2026-02-23T09:50:25.361 INFO:teuthology.orchestra.run.trial019.stdout: "mgr/cephadm/host.trial019", 2026-02-23T09:50:25.361 INFO:teuthology.orchestra.run.trial019.stdout: "mgr/cephadm/host.trial019.devices.0", 2026-02-23T09:50:25.361 INFO:teuthology.orchestra.run.trial019.stdout: "mgr/cephadm/inventory", 2026-02-23T09:50:25.361 INFO:teuthology.orchestra.run.trial019.stdout: "mgr/cephadm/osd_remove_queue", 2026-02-23T09:50:25.362 INFO:teuthology.orchestra.run.trial019.stdout: "mgr/cephadm/prometheus/web_password", 2026-02-23T09:50:25.362 INFO:teuthology.orchestra.run.trial019.stdout: "mgr/cephadm/prometheus/web_user", 2026-02-23T09:50:25.362 INFO:teuthology.orchestra.run.trial019.stdout: "mgr/cephadm/spec.alertmanager", 2026-02-23T09:50:25.362 INFO:teuthology.orchestra.run.trial019.stdout: "mgr/cephadm/spec.ceph-exporter", 2026-02-23T09:50:25.362 INFO:teuthology.orchestra.run.trial019.stdout: "mgr/cephadm/spec.crash", 2026-02-23T09:50:25.362 INFO:teuthology.orchestra.run.trial019.stdout: "mgr/cephadm/spec.grafana", 2026-02-23T09:50:25.362 INFO:teuthology.orchestra.run.trial019.stdout: "mgr/cephadm/spec.mgr", 2026-02-23T09:50:25.362 INFO:teuthology.orchestra.run.trial019.stdout: "mgr/cephadm/spec.mon", 2026-02-23T09:50:25.362 INFO:teuthology.orchestra.run.trial019.stdout: "mgr/cephadm/spec.node-exporter", 2026-02-23T09:50:25.362 INFO:teuthology.orchestra.run.trial019.stdout: "mgr/cephadm/spec.prometheus", 2026-02-23T09:50:25.362 INFO:teuthology.orchestra.run.trial019.stdout: "mgr/cephadm/ssh_identity_key", 2026-02-23T09:50:25.362 INFO:teuthology.orchestra.run.trial019.stdout: "mgr/cephadm/ssh_identity_pub", 2026-02-23T09:50:25.362 INFO:teuthology.orchestra.run.trial019.stdout: "mgr/dashboard/accessdb_v2", 2026-02-23T09:50:25.363 INFO:teuthology.orchestra.run.trial019.stdout: "mgr/dashboard/cluster/status", 2026-02-23T09:50:25.363 INFO:teuthology.orchestra.run.trial019.stdout: "mgr/dashboard/crt", 2026-02-23T09:50:25.363 INFO:teuthology.orchestra.run.trial019.stdout: "mgr/dashboard/key", 2026-02-23T09:50:25.363 INFO:teuthology.orchestra.run.trial019.stdout: "mgr/progress/completed", 2026-02-23T09:50:25.363 INFO:teuthology.orchestra.run.trial019.stdout: "mgr/telemetry/collection", 2026-02-23T09:50:25.363 INFO:teuthology.orchestra.run.trial019.stdout: "mgr/telemetry/report_id", 2026-02-23T09:50:25.363 INFO:teuthology.orchestra.run.trial019.stdout: "mgr/telemetry/salt" 2026-02-23T09:50:25.363 INFO:teuthology.orchestra.run.trial019.stdout:] 2026-02-23T09:50:25.490 DEBUG:teuthology.orchestra.run.trial019:> 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 ef044f25-109c-11f1-802f-d404e6e7d460 -- ceph config-key get mgr/cephadm/inventory 2026-02-23T09:50:25.493 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:50:25 trial019 ceph-mon[36022]: pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-23T09:50:25.493 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:50:25 trial019 ceph-mon[36022]: from='mgr.14164 10.20.193.19:0/2301850113' entity='mgr.trial019.akekgr' 2026-02-23T09:50:25.493 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:50:25 trial019 ceph-mon[36022]: from='mgr.14164 10.20.193.19:0/2301850113' entity='mgr.trial019.akekgr' 2026-02-23T09:50:25.493 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:50:25 trial019 ceph-mon[36022]: from='mgr.14164 10.20.193.19:0/2301850113' entity='mgr.trial019.akekgr' 2026-02-23T09:50:25.493 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:50:25 trial019 ceph-mon[36022]: from='mgr.14164 10.20.193.19:0/2301850113' entity='mgr.trial019.akekgr' 2026-02-23T09:50:25.493 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:50:25 trial019 ceph-mon[36022]: from='mgr.14164 10.20.193.19:0/2301850113' entity='mgr.trial019.akekgr' 2026-02-23T09:50:25.494 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:50:25 trial019 ceph-mon[36022]: from='mgr.14164 10.20.193.19:0/2301850113' entity='mgr.trial019.akekgr' 2026-02-23T09:50:25.494 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:50:25 trial019 ceph-mon[36022]: from='mgr.14164 10.20.193.19:0/2301850113' entity='mgr.trial019.akekgr' 2026-02-23T09:50:25.606 INFO:teuthology.orchestra.run.trial019.stderr:Inferring config /var/lib/ceph/ef044f25-109c-11f1-802f-d404e6e7d460/mon.trial019/config 2026-02-23T09:50:26.046 INFO:teuthology.orchestra.run.trial019.stdout:{"trial019": {"hostname": "trial019", "addr": "10.20.193.19", "labels": [], "status": ""}, "trial139": {"hostname": "trial139", "addr": "10.20.193.139", "labels": [], "status": ""}} 2026-02-23T09:50:26.047 INFO:tasks.cephadm:Disabling cephadm mgr module 2026-02-23T09:50:26.047 DEBUG:teuthology.orchestra.run.trial019:> 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 ef044f25-109c-11f1-802f-d404e6e7d460 -- ceph mgr module disable cephadm 2026-02-23T09:50:26.178 INFO:teuthology.orchestra.run.trial019.stderr:Inferring config /var/lib/ceph/ef044f25-109c-11f1-802f-d404e6e7d460/mon.trial019/config 2026-02-23T09:50:26.567 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:50:26 trial019 ceph-mon[36022]: from='client.14207 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-23T09:50:26.567 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:50:26 trial019 ceph-mon[36022]: from='mgr.14164 10.20.193.19:0/2301850113' entity='mgr.trial019.akekgr' 2026-02-23T09:50:26.567 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:50:26 trial019 ceph-mon[36022]: from='mgr.14164 10.20.193.19:0/2301850113' entity='mgr.trial019.akekgr' 2026-02-23T09:50:26.567 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:50:26 trial019 ceph-mon[36022]: from='mgr.14164 10.20.193.19:0/2301850113' entity='mgr.trial019.akekgr' 2026-02-23T09:50:26.567 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:50:26 trial019 ceph-mon[36022]: Deploying daemon prometheus.trial019 on trial019 2026-02-23T09:50:26.567 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:50:26 trial019 ceph-mon[36022]: from='client.? 10.20.193.19:0/2663865027' entity='client.admin' cmd={"prefix": "config-key ls"} : dispatch 2026-02-23T09:50:26.567 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:50:26 trial019 ceph-mon[36022]: from='client.? 10.20.193.19:0/1043778376' entity='client.admin' cmd={"prefix": "config-key get", "key": "mgr/cephadm/inventory"} : dispatch 2026-02-23T09:50:27.425 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:50:27 trial019 ceph-mon[36022]: pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-23T09:50:27.425 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:50:27 trial019 ceph-mon[36022]: from='client.? 10.20.193.19:0/2357397267' entity='client.admin' cmd={"prefix": "mgr module disable", "module": "cephadm"} : dispatch 2026-02-23T09:50:27.450 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2026-02-23T09:50:27.450 DEBUG:teuthology.orchestra.run.trial019:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2026-02-23T09:50:27.467 DEBUG:teuthology.orchestra.run.trial139:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2026-02-23T09:50:27.485 INFO:tasks.cephadm:Stopping all daemons... 2026-02-23T09:50:27.485 INFO:tasks.cephadm.mon.trial019:Stopping mon.trial019... 2026-02-23T09:50:27.485 DEBUG:teuthology.orchestra.run.trial019:> sudo systemctl stop ceph-ef044f25-109c-11f1-802f-d404e6e7d460@mon.trial019 2026-02-23T09:50:27.688 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:50:27 trial019 systemd[1]: Stopping Ceph mon.trial019 for ef044f25-109c-11f1-802f-d404e6e7d460... 2026-02-23T09:50:27.942 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:50:27 trial019 ceph-ef044f25-109c-11f1-802f-d404e6e7d460-mon-trial019[35997]: 2026-02-23T09:50:27.686+0000 7fde8f587640 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.trial019 -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-23T09:50:27.942 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:50:27 trial019 ceph-ef044f25-109c-11f1-802f-d404e6e7d460-mon-trial019[35997]: 2026-02-23T09:50:27.686+0000 7fde8f587640 -1 mon.trial019@0(leader) e1 *** Got Signal Terminated *** 2026-02-23T09:50:27.942 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:50:27 trial019 podman[56687]: 2026-02-23 09:50:27.738529415 +0000 UTC m=+0.071102541 container died bf785b35de072c43324d0b621362971dbb204bfb248a9b661294bda9a692f9ec (image=quay.ceph.io/ceph-ci/ceph:244ee61d76a715c3ac0d60eeb3321aefb91c3511, name=ceph-ef044f25-109c-11f1-802f-d404e6e7d460-mon-trial019, org.label-schema.license=GPLv2, CEPH_REF=wip-shweta-testing-2026-02-19-2025, org.label-schema.name=CentOS Stream 9 Base Image, org.opencontainers.image.documentation=https://docs.ceph.com/, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, org.label-schema.vendor=CentOS, CEPH_SHA1=244ee61d76a715c3ac0d60eeb3321aefb91c3511, OSD_FLAVOR=default, ceph=True, org.opencontainers.image.authors=Ceph Release Team , io.buildah.version=1.41.3, org.label-schema.build-date=20260216, org.label-schema.schema-version=1.0, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, FROM_IMAGE=quay.io/centos/centos:stream9) 2026-02-23T09:50:27.942 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:50:27 trial019 podman[56687]: 2026-02-23 09:50:27.84972523 +0000 UTC m=+0.182298356 container remove bf785b35de072c43324d0b621362971dbb204bfb248a9b661294bda9a692f9ec (image=quay.ceph.io/ceph-ci/ceph:244ee61d76a715c3ac0d60eeb3321aefb91c3511, name=ceph-ef044f25-109c-11f1-802f-d404e6e7d460-mon-trial019, org.label-schema.vendor=CentOS, CEPH_SHA1=244ee61d76a715c3ac0d60eeb3321aefb91c3511, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_REF=wip-shweta-testing-2026-02-19-2025, org.label-schema.build-date=20260216, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, OSD_FLAVOR=default, io.buildah.version=1.41.3, FROM_IMAGE=quay.io/centos/centos:stream9, ceph=True, 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.license=GPLv2) 2026-02-23T09:50:27.942 INFO:journalctl@ceph.mon.trial019.trial019.stdout:Feb 23 09:50:27 trial019 bash[56687]: ceph-ef044f25-109c-11f1-802f-d404e6e7d460-mon-trial019 2026-02-23T09:50:27.946 DEBUG:teuthology.orchestra.run.trial019:> sudo pkill -f 'journalctl -f -n 0 -u ceph-ef044f25-109c-11f1-802f-d404e6e7d460@mon.trial019.service' 2026-02-23T09:50:27.985 DEBUG:teuthology.orchestra.run:got remote process result: None 2026-02-23T09:50:27.985 INFO:tasks.cephadm.mon.trial019:Stopped mon.trial019 2026-02-23T09:50:27.985 DEBUG:teuthology.orchestra.run.trial019:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid ef044f25-109c-11f1-802f-d404e6e7d460 --force --keep-logs 2026-02-23T09:50:28.141 INFO:teuthology.orchestra.run.trial019.stdout:Deleting cluster with fsid: ef044f25-109c-11f1-802f-d404e6e7d460 2026-02-23T09:50:31.603 DEBUG:teuthology.orchestra.run.trial139:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid ef044f25-109c-11f1-802f-d404e6e7d460 --force --keep-logs 2026-02-23T09:50:31.721 INFO:teuthology.orchestra.run.trial139.stdout:Deleting cluster with fsid: ef044f25-109c-11f1-802f-d404e6e7d460 2026-02-23T09:50:31.777 DEBUG:teuthology.orchestra.run.trial019:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2026-02-23T09:50:31.808 DEBUG:teuthology.orchestra.run.trial139:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2026-02-23T09:50:31.832 ERROR:teuthology.contextutil:Saw exception from nested tasks Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_fa17720d0088c3ac28e473468bfc79eeaff5cd38/teuthology/contextutil.py", line 30, in nested vars.append(enter()) ^^^^^^^ File "/usr/lib/python3.12/contextlib.py", line 137, in __enter__ return next(self.gen) ^^^^^^^^^^^^^^ File "/home/teuthworker/src/git.ceph.com_ceph-c_244ee61d76a715c3ac0d60eeb3321aefb91c3511/qa/tasks/cephadm.py", line 808, in ceph_bootstrap while proceed(): ^^^^^^^^^ File "/home/teuthworker/src/git.ceph.com_teuthology_fa17720d0088c3ac28e473468bfc79eeaff5cd38/teuthology/contextutil.py", line 134, in __call__ raise MaxWhileTries(error_msg) teuthology.exceptions.MaxWhileTries: reached maximum tries (3) after waiting for 15 seconds 2026-02-23T09:50:31.833 INFO:tasks.cephadm:Archiving crash dumps... 2026-02-23T09:50:31.835 DEBUG:teuthology.misc:Transferring archived files from trial019:/var/lib/ceph/ef044f25-109c-11f1-802f-d404e6e7d460/crash to /home/teuthworker/mnt/teuthology/shwetabhosale-2026-02-23_09:20:59-orch:cephadm-wip-shweta-testing-2026-02-19-2025-distro-default-trial/65989/remote/trial019/crash 2026-02-23T09:50:31.837 DEBUG:teuthology.orchestra.run.trial019:> sudo tar c -f - -C /var/lib/ceph/ef044f25-109c-11f1-802f-d404e6e7d460/crash -- . 2026-02-23T09:50:31.874 INFO:teuthology.orchestra.run.trial019.stderr:tar: /var/lib/ceph/ef044f25-109c-11f1-802f-d404e6e7d460/crash: Cannot open: No such file or directory 2026-02-23T09:50:31.874 INFO:teuthology.orchestra.run.trial019.stderr:tar: Error is not recoverable: exiting now 2026-02-23T09:50:31.876 DEBUG:teuthology.misc:Transferring archived files from trial139:/var/lib/ceph/ef044f25-109c-11f1-802f-d404e6e7d460/crash to /home/teuthworker/mnt/teuthology/shwetabhosale-2026-02-23_09:20:59-orch:cephadm-wip-shweta-testing-2026-02-19-2025-distro-default-trial/65989/remote/trial139/crash 2026-02-23T09:50:31.877 DEBUG:teuthology.orchestra.run.trial139:> sudo tar c -f - -C /var/lib/ceph/ef044f25-109c-11f1-802f-d404e6e7d460/crash -- . 2026-02-23T09:50:31.903 INFO:teuthology.orchestra.run.trial139.stderr:tar: /var/lib/ceph/ef044f25-109c-11f1-802f-d404e6e7d460/crash: Cannot open: No such file or directory 2026-02-23T09:50:31.903 INFO:teuthology.orchestra.run.trial139.stderr:tar: Error is not recoverable: exiting now 2026-02-23T09:50:31.904 INFO:tasks.cephadm:Checking cluster log for badness... 2026-02-23T09:50:31.904 DEBUG:teuthology.orchestra.run.trial019:> sudo grep -E '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/ef044f25-109c-11f1-802f-d404e6e7d460/ceph.log | grep -E CEPHADM_ | grep -E -v '\(MDS_ALL_DOWN\)' | grep -E -v '\(MDS_UP_LESS_THAN_MAX\)' | grep -E -v CEPHADM_DAEMON_PLACE_FAIL | grep -E -v CEPHADM_FAILED_DAEMON | head -n 1 2026-02-23T09:50:31.940 INFO:tasks.cephadm:Compressing logs... 2026-02-23T09:50:31.940 DEBUG:teuthology.orchestra.run.trial019:> 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-23T09:50:31.982 DEBUG:teuthology.orchestra.run.trial139:> 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-23T09:50:32.003 INFO:teuthology.orchestra.run.trial019.stderr:find: ‘/var/log/rbd-target-api’: No such file or directory 2026-02-23T09:50:32.003 INFO:teuthology.orchestra.run.trial019.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2026-02-23T09:50:32.004 INFO:teuthology.orchestra.run.trial019.stderr:gzip -5 --verbose -- /var/log/ceph/ef044f25-109c-11f1-802f-d404e6e7d460/ceph.cephadm.log 2026-02-23T09:50:32.004 INFO:teuthology.orchestra.run.trial019.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/ef044f25-109c-11f1-802f-d404e6e7d460/ceph-mon.trial019.log 2026-02-23T09:50:32.004 INFO:teuthology.orchestra.run.trial019.stderr:/var/log/ceph/ef044f25-109c-11f1-802f-d404e6e7d460/ceph.cephadm.log: gzip -5 --verbose -- /var/log/ceph/ef044f25-109c-11f1-802f-d404e6e7d460/ceph.audit.log 2026-02-23T09:50:32.004 INFO:teuthology.orchestra.run.trial019.stderr: 79.2% -- replaced with /var/log/ceph/ef044f25-109c-11f1-802f-d404e6e7d460/ceph.cephadm.log.gz 2026-02-23T09:50:32.004 INFO:teuthology.orchestra.run.trial019.stderr:gzip -5 --verbose -- /var/log/ceph/ef044f25-109c-11f1-802f-d404e6e7d460/ceph-client.ceph-exporter.trial019.log 2026-02-23T09:50:32.005 INFO:teuthology.orchestra.run.trial019.stderr:/var/log/ceph/ef044f25-109c-11f1-802f-d404e6e7d460/ceph-mon.trial019.log: /var/log/ceph/ef044f25-109c-11f1-802f-d404e6e7d460/ceph.audit.log: gzip -5 --verbose -- /var/log/ceph/ef044f25-109c-11f1-802f-d404e6e7d460/ceph-mgr.trial019.akekgr.log 2026-02-23T09:50:32.005 INFO:teuthology.orchestra.run.trial019.stderr:/var/log/ceph/ef044f25-109c-11f1-802f-d404e6e7d460/ceph-client.ceph-exporter.trial019.log: 63.6% -- replaced with /var/log/ceph/ef044f25-109c-11f1-802f-d404e6e7d460/ceph-client.ceph-exporter.trial019.log.gzgzip 2026-02-23T09:50:32.005 INFO:teuthology.orchestra.run.trial019.stderr: -5 --verbose -- /var/log/ceph/ef044f25-109c-11f1-802f-d404e6e7d460/ceph-volume.log 2026-02-23T09:50:32.005 INFO:teuthology.orchestra.run.trial019.stderr: 89.0% -- replaced with /var/log/ceph/ef044f25-109c-11f1-802f-d404e6e7d460/ceph.audit.log.gz 2026-02-23T09:50:32.005 INFO:teuthology.orchestra.run.trial019.stderr:gzip -5 --verbose -- /var/log/ceph/ef044f25-109c-11f1-802f-d404e6e7d460/ceph.log 2026-02-23T09:50:32.006 INFO:teuthology.orchestra.run.trial019.stderr:/var/log/ceph/ef044f25-109c-11f1-802f-d404e6e7d460/ceph-mgr.trial019.akekgr.log: /var/log/ceph/ef044f25-109c-11f1-802f-d404e6e7d460/ceph-volume.log: /var/log/ceph/ef044f25-109c-11f1-802f-d404e6e7d460/ceph.log: 80.3% -- replaced with /var/log/ceph/ef044f25-109c-11f1-802f-d404e6e7d460/ceph.log.gz 2026-02-23T09:50:32.006 INFO:teuthology.orchestra.run.trial019.stderr: 92.5% -- replaced with /var/log/ceph/ef044f25-109c-11f1-802f-d404e6e7d460/ceph-volume.log.gz 2026-02-23T09:50:32.007 INFO:teuthology.orchestra.run.trial139.stderr:find: ‘/var/log/rbd-target-api’: No such file or directory 2026-02-23T09:50:32.007 INFO:teuthology.orchestra.run.trial139.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2026-02-23T09:50:32.007 INFO:teuthology.orchestra.run.trial139.stderr:/var/log/ceph/cephadm.log: 75.6% -- replaced with /var/log/ceph/cephadm.log.gz 2026-02-23T09:50:32.008 INFO:teuthology.orchestra.run.trial139.stderr: 2026-02-23T09:50:32.009 INFO:teuthology.orchestra.run.trial139.stderr:real 0m0.010s 2026-02-23T09:50:32.009 INFO:teuthology.orchestra.run.trial139.stderr:user 0m0.007s 2026-02-23T09:50:32.009 INFO:teuthology.orchestra.run.trial139.stderr:sys 0m0.011s 2026-02-23T09:50:32.015 INFO:teuthology.orchestra.run.trial019.stderr: 93.1% -- replaced with /var/log/ceph/cephadm.log.gz 2026-02-23T09:50:32.027 INFO:teuthology.orchestra.run.trial019.stderr: 91.8% -- replaced with /var/log/ceph/ef044f25-109c-11f1-802f-d404e6e7d460/ceph-mon.trial019.log.gz 2026-02-23T09:50:32.031 INFO:teuthology.orchestra.run.trial019.stderr: 91.1% -- replaced with /var/log/ceph/ef044f25-109c-11f1-802f-d404e6e7d460/ceph-mgr.trial019.akekgr.log.gz 2026-02-23T09:50:32.033 INFO:teuthology.orchestra.run.trial019.stderr: 2026-02-23T09:50:32.033 INFO:teuthology.orchestra.run.trial019.stderr:real 0m0.037s 2026-02-23T09:50:32.033 INFO:teuthology.orchestra.run.trial019.stderr:user 0m0.063s 2026-02-23T09:50:32.033 INFO:teuthology.orchestra.run.trial019.stderr:sys 0m0.021s 2026-02-23T09:50:32.033 INFO:tasks.cephadm:Archiving logs... 2026-02-23T09:50:32.033 DEBUG:teuthology.misc:Transferring archived files from trial019:/var/log/ceph to /home/teuthworker/mnt/teuthology/shwetabhosale-2026-02-23_09:20:59-orch:cephadm-wip-shweta-testing-2026-02-19-2025-distro-default-trial/65989/remote/trial019/log 2026-02-23T09:50:32.034 DEBUG:teuthology.orchestra.run.trial019:> sudo tar c -f - -C /var/log/ceph -- . 2026-02-23T09:50:32.113 DEBUG:teuthology.misc:Transferring archived files from trial139:/var/log/ceph to /home/teuthworker/mnt/teuthology/shwetabhosale-2026-02-23_09:20:59-orch:cephadm-wip-shweta-testing-2026-02-19-2025-distro-default-trial/65989/remote/trial139/log 2026-02-23T09:50:32.114 DEBUG:teuthology.orchestra.run.trial139:> sudo tar c -f - -C /var/log/ceph -- . 2026-02-23T09:50:32.140 INFO:tasks.cephadm:Removing cluster... 2026-02-23T09:50:32.140 DEBUG:teuthology.orchestra.run.trial019:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid ef044f25-109c-11f1-802f-d404e6e7d460 --force 2026-02-23T09:50:32.259 INFO:teuthology.orchestra.run.trial019.stdout:Deleting cluster with fsid: ef044f25-109c-11f1-802f-d404e6e7d460 2026-02-23T09:50:32.316 DEBUG:teuthology.orchestra.run.trial139:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid ef044f25-109c-11f1-802f-d404e6e7d460 --force 2026-02-23T09:50:32.434 INFO:teuthology.orchestra.run.trial139.stdout:Deleting cluster with fsid: ef044f25-109c-11f1-802f-d404e6e7d460 2026-02-23T09:50:32.488 INFO:tasks.cephadm:Removing cephadm ... 2026-02-23T09:50:32.488 DEBUG:teuthology.orchestra.run.trial019:> rm -rf /home/ubuntu/cephtest/cephadm 2026-02-23T09:50:32.508 DEBUG:teuthology.orchestra.run.trial139:> rm -rf /home/ubuntu/cephtest/cephadm 2026-02-23T09:50:32.525 INFO:tasks.cephadm:Teardown complete 2026-02-23T09:50:32.525 ERROR:teuthology.run_tasks:Saw exception from tasks. Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_fa17720d0088c3ac28e473468bfc79eeaff5cd38/teuthology/run_tasks.py", line 112, in run_tasks manager.__enter__() File "/usr/lib/python3.12/contextlib.py", line 137, in __enter__ return next(self.gen) ^^^^^^^^^^^^^^ File "/home/teuthworker/src/git.ceph.com_ceph-c_244ee61d76a715c3ac0d60eeb3321aefb91c3511/qa/tasks/cephadm.py", line 2006, in task with contextutil.nested( File "/usr/lib/python3.12/contextlib.py", line 137, in __enter__ return next(self.gen) ^^^^^^^^^^^^^^ File "/home/teuthworker/src/git.ceph.com_teuthology_fa17720d0088c3ac28e473468bfc79eeaff5cd38/teuthology/contextutil.py", line 54, in nested raise exc[1] File "/home/teuthworker/src/git.ceph.com_teuthology_fa17720d0088c3ac28e473468bfc79eeaff5cd38/teuthology/contextutil.py", line 30, in nested vars.append(enter()) ^^^^^^^ File "/usr/lib/python3.12/contextlib.py", line 137, in __enter__ return next(self.gen) ^^^^^^^^^^^^^^ File "/home/teuthworker/src/git.ceph.com_ceph-c_244ee61d76a715c3ac0d60eeb3321aefb91c3511/qa/tasks/cephadm.py", line 808, in ceph_bootstrap while proceed(): ^^^^^^^^^ File "/home/teuthworker/src/git.ceph.com_teuthology_fa17720d0088c3ac28e473468bfc79eeaff5cd38/teuthology/contextutil.py", line 134, in __call__ raise MaxWhileTries(error_msg) teuthology.exceptions.MaxWhileTries: reached maximum tries (3) after waiting for 15 seconds 2026-02-23T09:50:32.528 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2026-02-23T09:50:32.545 DEBUG:teuthology.run_tasks:Unwinding manager nvme_loop 2026-02-23T09:50:32.562 INFO:tasks.nvme_loop:Disconnecting nvme_loop trial019:/dev/vg_nvme/lv_1... 2026-02-23T09:50:32.562 DEBUG:teuthology.orchestra.run.trial019:> sudo nvme disconnect -n lv_1 2026-02-23T09:50:32.817 INFO:teuthology.orchestra.run.trial019.stdout:NQN:lv_1 disconnected 1 controller(s) 2026-02-23T09:50:32.818 INFO:tasks.nvme_loop:Disconnecting nvme_loop trial019:/dev/vg_nvme/lv_2... 2026-02-23T09:50:32.819 DEBUG:teuthology.orchestra.run.trial019:> sudo nvme disconnect -n lv_2 2026-02-23T09:50:33.062 INFO:teuthology.orchestra.run.trial019.stdout:NQN:lv_2 disconnected 1 controller(s) 2026-02-23T09:50:33.064 INFO:tasks.nvme_loop:Disconnecting nvme_loop trial019:/dev/vg_nvme/lv_3... 2026-02-23T09:50:33.064 DEBUG:teuthology.orchestra.run.trial019:> sudo nvme disconnect -n lv_3 2026-02-23T09:50:33.302 INFO:teuthology.orchestra.run.trial019.stdout:NQN:lv_3 disconnected 1 controller(s) 2026-02-23T09:50:33.304 INFO:tasks.nvme_loop:Disconnecting nvme_loop trial019:/dev/vg_nvme/lv_4... 2026-02-23T09:50:33.304 DEBUG:teuthology.orchestra.run.trial019:> sudo nvme disconnect -n lv_4 2026-02-23T09:50:33.612 INFO:teuthology.orchestra.run.trial019.stdout:NQN:lv_4 disconnected 1 controller(s) 2026-02-23T09:50:33.614 DEBUG:teuthology.orchestra.run.trial019:> set -ex 2026-02-23T09:50:33.615 DEBUG:teuthology.orchestra.run.trial019:> sudo dd of=/scratch_devs 2026-02-23T09:50:33.639 INFO:tasks.nvme_loop:Disconnecting nvme_loop trial139:/dev/vg_nvme/lv_1... 2026-02-23T09:50:33.640 DEBUG:teuthology.orchestra.run.trial139:> sudo nvme disconnect -n lv_1 2026-02-23T09:50:33.888 INFO:teuthology.orchestra.run.trial139.stdout:NQN:lv_1 disconnected 1 controller(s) 2026-02-23T09:50:33.889 INFO:tasks.nvme_loop:Disconnecting nvme_loop trial139:/dev/vg_nvme/lv_2... 2026-02-23T09:50:33.890 DEBUG:teuthology.orchestra.run.trial139:> sudo nvme disconnect -n lv_2 2026-02-23T09:50:34.145 INFO:teuthology.orchestra.run.trial139.stdout:NQN:lv_2 disconnected 1 controller(s) 2026-02-23T09:50:34.147 INFO:tasks.nvme_loop:Disconnecting nvme_loop trial139:/dev/vg_nvme/lv_3... 2026-02-23T09:50:34.147 DEBUG:teuthology.orchestra.run.trial139:> sudo nvme disconnect -n lv_3 2026-02-23T09:50:34.408 INFO:teuthology.orchestra.run.trial139.stdout:NQN:lv_3 disconnected 1 controller(s) 2026-02-23T09:50:34.409 INFO:tasks.nvme_loop:Disconnecting nvme_loop trial139:/dev/vg_nvme/lv_4... 2026-02-23T09:50:34.409 DEBUG:teuthology.orchestra.run.trial139:> sudo nvme disconnect -n lv_4 2026-02-23T09:50:34.654 INFO:teuthology.orchestra.run.trial139.stdout:NQN:lv_4 disconnected 1 controller(s) 2026-02-23T09:50:34.656 DEBUG:teuthology.orchestra.run.trial139:> set -ex 2026-02-23T09:50:34.656 DEBUG:teuthology.orchestra.run.trial139:> sudo dd of=/scratch_devs 2026-02-23T09:50:34.681 DEBUG:teuthology.run_tasks:Unwinding manager clock 2026-02-23T09:50:34.700 INFO:teuthology.task.clock:Checking final clock skew... 2026-02-23T09:50:34.700 DEBUG:teuthology.orchestra.run.trial019:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2026-02-23T09:50:34.703 DEBUG:teuthology.orchestra.run.trial139:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2026-02-23T09:50:34.717 INFO:teuthology.orchestra.run.trial019.stderr:bash: line 1: ntpq: command not found 2026-02-23T09:50:34.730 INFO:teuthology.orchestra.run.trial019.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2026-02-23T09:50:34.730 INFO:teuthology.orchestra.run.trial019.stdout:=============================================================================== 2026-02-23T09:50:34.730 INFO:teuthology.orchestra.run.trial019.stdout:^* as393746.mci.trtnw.net 2 6 37 14 -574us[ -648us] +/- 23ms 2026-02-23T09:50:34.730 INFO:teuthology.orchestra.run.trial019.stdout:^+ 172-235-154-118.ip.linod> 4 6 37 15 -1008us[-1082us] +/- 53ms 2026-02-23T09:50:34.730 INFO:teuthology.orchestra.run.trial019.stdout:^- sensei.ruselabs.com 2 6 37 14 +407us[ +407us] +/- 37ms 2026-02-23T09:50:34.730 INFO:teuthology.orchestra.run.trial019.stdout:^+ owners.kjsl.com 2 6 37 15 +1604us[+1529us] +/- 36ms 2026-02-23T09:50:34.735 INFO:teuthology.orchestra.run.trial139.stderr:bash: line 1: ntpq: command not found 2026-02-23T09:50:34.750 INFO:teuthology.orchestra.run.trial139.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2026-02-23T09:50:34.750 INFO:teuthology.orchestra.run.trial139.stdout:=============================================================================== 2026-02-23T09:50:34.750 INFO:teuthology.orchestra.run.trial139.stdout:^- time3.lshiy.com 2 6 37 14 +8529us[+8529us] +/- 117ms 2026-02-23T09:50:34.750 INFO:teuthology.orchestra.run.trial139.stdout:^- ool-44c5de70.dyn.optonli> 2 6 37 13 -2274us[-2274us] +/- 39ms 2026-02-23T09:50:34.750 INFO:teuthology.orchestra.run.trial139.stdout:^* B1-66ER.matrix.gs 2 6 37 14 -55us[ -10us] +/- 33ms 2026-02-23T09:50:34.750 INFO:teuthology.orchestra.run.trial139.stdout:^- ntp2.zeus.frumentum.media 2 6 37 14 -107ms[ -107ms] +/- 128ms 2026-02-23T09:50:34.751 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2026-02-23T09:50:34.767 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2026-02-23T09:50:34.768 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2026-02-23T09:50:34.783 DEBUG:teuthology.orchestra.run.trial019:> 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-23T09:50:34.840 DEBUG:teuthology.orchestra.run.trial139:> 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-23T09:50:34.894 DEBUG:teuthology.orchestra.run.trial019:> 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-23T09:50:34.922 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-02-23T09:50:34.923 DEBUG:teuthology.orchestra.run.trial139:> 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-23T09:50:34.948 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-02-23T09:50:34.949 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2026-02-23T09:50:34.964 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2026-02-23T09:50:34.980 INFO:teuthology.task.internal:Duration was 252.422856 seconds 2026-02-23T09:50:34.981 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2026-02-23T09:50:34.997 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2026-02-23T09:50:34.997 DEBUG:teuthology.orchestra.run.trial019:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2026-02-23T09:50:35.000 DEBUG:teuthology.orchestra.run.trial139:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2026-02-23T09:50:35.035 INFO:teuthology.orchestra.run.trial019.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2026-02-23T09:50:35.036 INFO:teuthology.orchestra.run.trial139.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2026-02-23T09:50:35.354 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2026-02-23T09:50:35.355 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@trial019.front.sepia.ceph.com 2026-02-23T09:50:35.355 DEBUG:teuthology.orchestra.run.trial019:> 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-23T09:50:35.375 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@trial139.front.sepia.ceph.com 2026-02-23T09:50:35.375 DEBUG:teuthology.orchestra.run.trial139:> 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-23T09:50:35.413 INFO:teuthology.task.internal.syslog:Gathering journactl... 2026-02-23T09:50:35.414 DEBUG:teuthology.orchestra.run.trial019:> sudo journalctl > /home/ubuntu/cephtest/archive/syslog/journalctl.log 2026-02-23T09:50:35.417 DEBUG:teuthology.orchestra.run.trial139:> sudo journalctl > /home/ubuntu/cephtest/archive/syslog/journalctl.log 2026-02-23T09:50:35.514 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2026-02-23T09:50:35.514 DEBUG:teuthology.orchestra.run.trial019:> 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-23T09:50:35.515 DEBUG:teuthology.orchestra.run.trial139:> 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-23T09:50:35.536 INFO:teuthology.orchestra.run.trial019.stderr:gzip -5 --verbose -- /home/ubuntu/cephtest/archive/syslog/misc.log 2026-02-23T09:50:35.536 INFO:teuthology.orchestra.run.trial019.stderr:gzip -5 --verbose -- /home/ubuntu/cephtest/archive/syslog/kern.log 2026-02-23T09:50:35.537 INFO:teuthology.orchestra.run.trial019.stderr:/home/ubuntu/cephtest/archive/syslog/misc.log: gzip -5 --verbose -- /home/ubuntu/cephtest/archive/syslog/journalctl.log 2026-02-23T09:50:35.537 INFO:teuthology.orchestra.run.trial019.stderr: 0.0% -- replaced with /home/ubuntu/cephtest/archive/syslog/misc.log.gz 2026-02-23T09:50:35.537 INFO:teuthology.orchestra.run.trial019.stderr:/home/ubuntu/cephtest/archive/syslog/kern.log: 0.0% -- replaced with /home/ubuntu/cephtest/archive/syslog/kern.log.gz 2026-02-23T09:50:35.537 INFO:teuthology.orchestra.run.trial139.stderr:gzip -5 --verbose -- /home/ubuntu/cephtest/archive/syslog/misc.log 2026-02-23T09:50:35.537 INFO:teuthology.orchestra.run.trial139.stderr:gzip -5 --verbose -- /home/ubuntu/cephtest/archive/syslog/kern.log 2026-02-23T09:50:35.538 INFO:teuthology.orchestra.run.trial139.stderr:/home/ubuntu/cephtest/archive/syslog/misc.log: 0.0%gzip -- replaced with /home/ubuntu/cephtest/archive/syslog/misc.log.gz -5 2026-02-23T09:50:35.538 INFO:teuthology.orchestra.run.trial139.stderr: --verbose -- /home/ubuntu/cephtest/archive/syslog/journalctl.log 2026-02-23T09:50:35.538 INFO:teuthology.orchestra.run.trial139.stderr:/home/ubuntu/cephtest/archive/syslog/kern.log: 0.0% -- replaced with /home/ubuntu/cephtest/archive/syslog/kern.log.gz 2026-02-23T09:50:35.548 INFO:teuthology.orchestra.run.trial139.stderr:/home/ubuntu/cephtest/archive/syslog/journalctl.log: 81.1% -- replaced with /home/ubuntu/cephtest/archive/syslog/journalctl.log.gz 2026-02-23T09:50:35.554 INFO:teuthology.orchestra.run.trial019.stderr:/home/ubuntu/cephtest/archive/syslog/journalctl.log: 85.6% -- replaced with /home/ubuntu/cephtest/archive/syslog/journalctl.log.gz 2026-02-23T09:50:35.556 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2026-02-23T09:50:35.572 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2026-02-23T09:50:35.572 DEBUG:teuthology.orchestra.run.trial019:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2026-02-23T09:50:35.620 DEBUG:teuthology.orchestra.run.trial139:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2026-02-23T09:50:35.646 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2026-02-23T09:50:35.660 DEBUG:teuthology.orchestra.run.trial019:> 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-23T09:50:35.663 DEBUG:teuthology.orchestra.run.trial139:> 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-23T09:50:35.684 INFO:teuthology.orchestra.run.trial019.stdout:kernel.core_pattern = core 2026-02-23T09:50:35.710 INFO:teuthology.orchestra.run.trial139.stdout:kernel.core_pattern = core 2026-02-23T09:50:35.727 DEBUG:teuthology.orchestra.run.trial019:> test -e /home/ubuntu/cephtest/archive/coredump 2026-02-23T09:50:35.753 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-02-23T09:50:35.753 DEBUG:teuthology.orchestra.run.trial139:> test -e /home/ubuntu/cephtest/archive/coredump 2026-02-23T09:50:35.782 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-02-23T09:50:35.782 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2026-02-23T09:50:35.793 INFO:teuthology.task.internal:Transferring archived files... 2026-02-23T09:50:35.794 DEBUG:teuthology.misc:Transferring archived files from trial019:/home/ubuntu/cephtest/archive to /home/teuthworker/mnt/teuthology/shwetabhosale-2026-02-23_09:20:59-orch:cephadm-wip-shweta-testing-2026-02-19-2025-distro-default-trial/65989/remote/trial019 2026-02-23T09:50:35.794 DEBUG:teuthology.orchestra.run.trial019:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2026-02-23T09:50:35.833 DEBUG:teuthology.misc:Transferring archived files from trial139:/home/ubuntu/cephtest/archive to /home/teuthworker/mnt/teuthology/shwetabhosale-2026-02-23_09:20:59-orch:cephadm-wip-shweta-testing-2026-02-19-2025-distro-default-trial/65989/remote/trial139 2026-02-23T09:50:35.833 DEBUG:teuthology.orchestra.run.trial139:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2026-02-23T09:50:35.868 INFO:teuthology.task.internal:Removing archive directory... 2026-02-23T09:50:35.869 DEBUG:teuthology.orchestra.run.trial019:> rm -rf -- /home/ubuntu/cephtest/archive 2026-02-23T09:50:35.871 DEBUG:teuthology.orchestra.run.trial139:> rm -rf -- /home/ubuntu/cephtest/archive 2026-02-23T09:50:35.916 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2026-02-23T09:50:35.939 INFO:teuthology.task.internal:Not uploading archives. 2026-02-23T09:50:35.939 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2026-02-23T09:50:35.956 INFO:teuthology.task.internal:Tidying up after the test... 2026-02-23T09:50:35.956 DEBUG:teuthology.orchestra.run.trial019:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2026-02-23T09:50:35.959 DEBUG:teuthology.orchestra.run.trial139:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2026-02-23T09:50:35.974 INFO:teuthology.orchestra.run.trial019.stdout: 917576 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Feb 23 09:50 /home/ubuntu/cephtest 2026-02-23T09:50:35.975 INFO:teuthology.orchestra.run.trial139.stdout: 917576 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Feb 23 09:50 /home/ubuntu/cephtest 2026-02-23T09:50:35.976 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2026-02-23T09:50:35.993 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2026-02-23T09:50:36.031 INFO:teuthology.run:Summary data: description: orch:cephadm/smoke-roleless/{0-distro/centos_9.stream_runc 0-nvme-loop 1-start 2-services/nfs-ingress2 3-final} duration: 252.422856092453 failure_reason: reached maximum tries (3) after waiting for 15 seconds owner: scheduled_shwetabhosale@soko04.front.sepia.ceph.com sentry_event: null status: fail success: false 2026-02-23T09:50:36.031 DEBUG:teuthology.report:Pushing job info to https://paddles-paddles.apps.pok.os.sepia.ceph.com 2026-02-23T09:50:36.148 INFO:teuthology.run:FAIL