2026-02-23T07:02:17.219 INFO:root:teuthology version: 1.2.4.dev9+gfa17720d0 2026-02-23T07:02:17.234 DEBUG:teuthology.report:Pushing job info to https://paddles-paddles.apps.pok.os.sepia.ceph.com 2026-02-23T07:02:17.313 INFO:teuthology.run:Config: archive_path: /home/teuthworker/mnt/teuthology/shwetabhosale-2026-02-23_05:55:57-orch:cephadm-wip-shweta-testing-2026-02-19-2025-distro-default-trial/65122 branch: wip-shweta-testing-2026-02-19-2025 description: orch:cephadm/smoke-roleless/{0-distro/ubuntu_22.04 0-nvme-loop 1-start 2-services/nfs-ingress2 3-final} email: Shweta.Bhosale1@ibm.com first_in_suite: false flavor: default job_id: '65122' kernel: branch: distro kdb: 1 sha1: distro ktype: distro last_in_suite: false machine_type: trial name: shwetabhosale-2026-02-23_05:55:57-orch:cephadm-wip-shweta-testing-2026-02-19-2025-distro-default-trial no_nested_subset: false openstack: - volumes: count: 4 size: 10 os_type: ubuntu os_version: '22.04' 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 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: trial012.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBH2JX4KrFQq24ToJoXvp+jmG1Cqu6JsrABDF34wXujOMl5EkCGJAYDcgtdHkMH4ANsY1nnwj9Yp9eoI/9Cnp3A4= trial123.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBFGg47+Kyo2ebgJN5Kbi0eWNsdN6aJWMh6PfjMTJAKeQg6BBUbCbb3h8kEtL+llaVv+gjKYvNjL8/XmlGXcJR/M= tasks: - 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_05:55:57 tube: trial user: shwetabhosale verbose: false worker_log: /home/teuthworker/mnt/teuthology/worker_logs/dispatcher.trial.3318653 2026-02-23T07:02:17.313 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-23T07:02:17.313 INFO:teuthology.run:Found tasks at /home/teuthworker/src/git.ceph.com_ceph-c_244ee61d76a715c3ac0d60eeb3321aefb91c3511/qa/tasks 2026-02-23T07:02:17.313 INFO:teuthology.run_tasks:Running task internal.check_packages... 2026-02-23T07:02:17.315 INFO:teuthology.task.internal:Checking packages... 2026-02-23T07:02:17.315 INFO:teuthology.task.internal:Checking packages for os_type 'ubuntu', flavor 'default' and ceph hash '244ee61d76a715c3ac0d60eeb3321aefb91c3511' 2026-02-23T07:02:17.315 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2026-02-23T07:02:17.315 INFO:teuthology.packaging:ref: None 2026-02-23T07:02:17.315 INFO:teuthology.packaging:tag: None 2026-02-23T07:02:17.315 INFO:teuthology.packaging:branch: wip-shweta-testing-2026-02-19-2025 2026-02-23T07:02:17.315 INFO:teuthology.packaging:sha1: 244ee61d76a715c3ac0d60eeb3321aefb91c3511 2026-02-23T07:02:17.315 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&ref=wip-shweta-testing-2026-02-19-2025 2026-02-23T07:02:17.440 INFO:teuthology.task.internal:Found packages for ceph version 20.3.0-5338-g244ee61d-1jammy 2026-02-23T07:02:17.441 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2026-02-23T07:02:17.453 INFO:teuthology.task.internal:no buildpackages task found 2026-02-23T07:02:17.453 INFO:teuthology.run_tasks:Running task internal.save_config... 2026-02-23T07:02:17.467 INFO:teuthology.task.internal:Saving configuration 2026-02-23T07:02:17.480 INFO:teuthology.run_tasks:Running task internal.check_lock... 2026-02-23T07:02:17.492 INFO:teuthology.task.internal.check_lock:Checking locks... 2026-02-23T07:02:17.554 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'trial012.front.sepia.ceph.com', 'description': '/home/teuthworker/mnt/teuthology/shwetabhosale-2026-02-23_05:55:57-orch:cephadm-wip-shweta-testing-2026-02-19-2025-distro-default-trial/65122', 'up': True, 'machine_type': 'trial', 'is_vm': False, 'vm_host': None, 'os_type': 'ubuntu', 'os_version': '22.04', 'arch': 'x86_64', 'locked': True, 'locked_since': '2026-02-23 06:58:43.956381', 'locked_by': 'scheduled_shwetabhosale@soko04.front.sepia.ceph.com', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAICPjLCQ1km03LRd0ukvQqiXVHmtoLf4Vz5cxxQ8sWGY8'} 2026-02-23T07:02:17.611 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'trial123.front.sepia.ceph.com', 'description': '/home/teuthworker/mnt/teuthology/shwetabhosale-2026-02-23_05:55:57-orch:cephadm-wip-shweta-testing-2026-02-19-2025-distro-default-trial/65122', 'up': True, 'machine_type': 'trial', 'is_vm': False, 'vm_host': None, 'os_type': 'ubuntu', 'os_version': '22.04', 'arch': 'x86_64', 'locked': True, 'locked_since': '2026-02-23 06:58:43.955764', 'locked_by': 'scheduled_shwetabhosale@soko04.front.sepia.ceph.com', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIPv1C6wFPpXqOfxc08UAgt/i+npCAqsL9NqES36r9zl9'} 2026-02-23T07:02:17.611 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2026-02-23T07:02:17.623 INFO:teuthology.task.internal:roles: ubuntu@trial012.front.sepia.ceph.com - ['host.a', 'client.0'] 2026-02-23T07:02:17.623 INFO:teuthology.task.internal:roles: ubuntu@trial123.front.sepia.ceph.com - ['host.b', 'client.1'] 2026-02-23T07:02:17.623 INFO:teuthology.run_tasks:Running task console_log... 2026-02-23T07:02:17.766 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7b13b7823f60>, signals=[15]) 2026-02-23T07:02:17.766 INFO:teuthology.run_tasks:Running task internal.connect... 2026-02-23T07:02:17.780 INFO:teuthology.task.internal:Opening connections... 2026-02-23T07:02:17.780 DEBUG:teuthology.task.internal:connecting to ubuntu@trial012.front.sepia.ceph.com 2026-02-23T07:02:17.781 DEBUG:teuthology.orchestra.connection:{'hostname': 'trial012.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2026-02-23T07:02:17.842 DEBUG:teuthology.task.internal:connecting to ubuntu@trial123.front.sepia.ceph.com 2026-02-23T07:02:17.843 DEBUG:teuthology.orchestra.connection:{'hostname': 'trial123.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2026-02-23T07:02:17.905 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2026-02-23T07:02:17.917 DEBUG:teuthology.orchestra.run.trial012:> uname -m 2026-02-23T07:02:17.921 INFO:teuthology.orchestra.run.trial012.stdout:x86_64 2026-02-23T07:02:17.921 DEBUG:teuthology.orchestra.run.trial012:> cat /etc/os-release 2026-02-23T07:02:17.965 INFO:teuthology.orchestra.run.trial012.stdout:PRETTY_NAME="Ubuntu 22.04.5 LTS" 2026-02-23T07:02:17.966 INFO:teuthology.orchestra.run.trial012.stdout:NAME="Ubuntu" 2026-02-23T07:02:17.966 INFO:teuthology.orchestra.run.trial012.stdout:VERSION_ID="22.04" 2026-02-23T07:02:17.966 INFO:teuthology.orchestra.run.trial012.stdout:VERSION="22.04.5 LTS (Jammy Jellyfish)" 2026-02-23T07:02:17.966 INFO:teuthology.orchestra.run.trial012.stdout:VERSION_CODENAME=jammy 2026-02-23T07:02:17.966 INFO:teuthology.orchestra.run.trial012.stdout:ID=ubuntu 2026-02-23T07:02:17.966 INFO:teuthology.orchestra.run.trial012.stdout:ID_LIKE=debian 2026-02-23T07:02:17.966 INFO:teuthology.orchestra.run.trial012.stdout:HOME_URL="https://www.ubuntu.com/" 2026-02-23T07:02:17.966 INFO:teuthology.orchestra.run.trial012.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2026-02-23T07:02:17.966 INFO:teuthology.orchestra.run.trial012.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2026-02-23T07:02:17.966 INFO:teuthology.orchestra.run.trial012.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2026-02-23T07:02:17.966 INFO:teuthology.orchestra.run.trial012.stdout:UBUNTU_CODENAME=jammy 2026-02-23T07:02:17.966 INFO:teuthology.lock.ops:Updating trial012.front.sepia.ceph.com on lock server 2026-02-23T07:02:18.037 DEBUG:teuthology.orchestra.run.trial123:> uname -m 2026-02-23T07:02:18.042 INFO:teuthology.orchestra.run.trial123.stdout:x86_64 2026-02-23T07:02:18.042 DEBUG:teuthology.orchestra.run.trial123:> cat /etc/os-release 2026-02-23T07:02:18.088 INFO:teuthology.orchestra.run.trial123.stdout:PRETTY_NAME="Ubuntu 22.04.5 LTS" 2026-02-23T07:02:18.088 INFO:teuthology.orchestra.run.trial123.stdout:NAME="Ubuntu" 2026-02-23T07:02:18.088 INFO:teuthology.orchestra.run.trial123.stdout:VERSION_ID="22.04" 2026-02-23T07:02:18.088 INFO:teuthology.orchestra.run.trial123.stdout:VERSION="22.04.5 LTS (Jammy Jellyfish)" 2026-02-23T07:02:18.088 INFO:teuthology.orchestra.run.trial123.stdout:VERSION_CODENAME=jammy 2026-02-23T07:02:18.088 INFO:teuthology.orchestra.run.trial123.stdout:ID=ubuntu 2026-02-23T07:02:18.088 INFO:teuthology.orchestra.run.trial123.stdout:ID_LIKE=debian 2026-02-23T07:02:18.088 INFO:teuthology.orchestra.run.trial123.stdout:HOME_URL="https://www.ubuntu.com/" 2026-02-23T07:02:18.088 INFO:teuthology.orchestra.run.trial123.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2026-02-23T07:02:18.088 INFO:teuthology.orchestra.run.trial123.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2026-02-23T07:02:18.088 INFO:teuthology.orchestra.run.trial123.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2026-02-23T07:02:18.088 INFO:teuthology.orchestra.run.trial123.stdout:UBUNTU_CODENAME=jammy 2026-02-23T07:02:18.088 INFO:teuthology.lock.ops:Updating trial123.front.sepia.ceph.com on lock server 2026-02-23T07:02:18.151 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2026-02-23T07:02:18.164 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2026-02-23T07:02:18.174 INFO:teuthology.task.internal:Checking for old test directory... 2026-02-23T07:02:18.175 DEBUG:teuthology.orchestra.run.trial012:> test '!' -e /home/ubuntu/cephtest 2026-02-23T07:02:18.176 DEBUG:teuthology.orchestra.run.trial123:> test '!' -e /home/ubuntu/cephtest 2026-02-23T07:02:18.179 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2026-02-23T07:02:18.190 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2026-02-23T07:02:18.190 DEBUG:teuthology.orchestra.run.trial012:> test -z $(ls -A /var/lib/ceph) 2026-02-23T07:02:18.227 DEBUG:teuthology.orchestra.run.trial123:> test -z $(ls -A /var/lib/ceph) 2026-02-23T07:02:18.230 INFO:teuthology.orchestra.run.trial012.stderr:ls: cannot access '/var/lib/ceph': No such file or directory 2026-02-23T07:02:18.231 INFO:teuthology.orchestra.run.trial123.stderr:ls: cannot access '/var/lib/ceph': No such file or directory 2026-02-23T07:02:18.232 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2026-02-23T07:02:18.364 INFO:teuthology.run_tasks:Running task kernel... 2026-02-23T07:02:18.385 INFO:teuthology.task.kernel:normalize config orig: {'branch': 'distro', 'kdb': 1, 'sha1': 'distro'} 2026-02-23T07:02:18.385 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-23T07:02:18.385 DEBUG:teuthology.orchestra.run.trial012:> test -f /run/.containerenv -o -f /.dockerenv 2026-02-23T07:02:18.385 DEBUG:teuthology.orchestra.run.trial123:> test -f /run/.containerenv -o -f /.dockerenv 2026-02-23T07:02:18.389 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-02-23T07:02:18.389 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-02-23T07:02:18.389 DEBUG:teuthology.orchestra.run.trial123:> uname -r 2026-02-23T07:02:18.389 DEBUG:teuthology.orchestra.run.trial012:> uname -r 2026-02-23T07:02:18.433 INFO:teuthology.orchestra.run.trial012.stdout:5.15.0-170-generic 2026-02-23T07:02:18.434 INFO:teuthology.task.kernel:Running kernel on trial012: 5.15.0-170-generic 2026-02-23T07:02:18.434 DEBUG:teuthology.orchestra.run.trial012:> sudo apt-get clean 2026-02-23T07:02:18.439 INFO:teuthology.orchestra.run.trial123.stdout:5.15.0-170-generic 2026-02-23T07:02:18.439 INFO:teuthology.task.kernel:Running kernel on trial123: 5.15.0-170-generic 2026-02-23T07:02:18.439 DEBUG:teuthology.orchestra.run.trial123:> sudo apt-get clean 2026-02-23T07:02:18.491 DEBUG:teuthology.orchestra.run.trial012:> sudo apt-get update 2026-02-23T07:02:18.498 DEBUG:teuthology.orchestra.run.trial123:> sudo apt-get update 2026-02-23T07:02:19.005 INFO:teuthology.orchestra.run.trial012.stdout:Hit:1 https://archive.ubuntu.com/ubuntu jammy InRelease 2026-02-23T07:02:19.008 INFO:teuthology.orchestra.run.trial123.stdout:Hit:1 https://archive.ubuntu.com/ubuntu jammy InRelease 2026-02-23T07:02:19.087 INFO:teuthology.orchestra.run.trial012.stdout:Get:2 https://archive.ubuntu.com/ubuntu jammy-updates InRelease [128 kB] 2026-02-23T07:02:19.097 INFO:teuthology.orchestra.run.trial123.stdout:Get:2 https://archive.ubuntu.com/ubuntu jammy-updates InRelease [128 kB] 2026-02-23T07:02:19.434 INFO:teuthology.orchestra.run.trial012.stdout:Get:3 https://archive.ubuntu.com/ubuntu jammy-security InRelease [129 kB] 2026-02-23T07:02:19.435 INFO:teuthology.orchestra.run.trial123.stdout:Get:3 https://archive.ubuntu.com/ubuntu jammy-security InRelease [129 kB] 2026-02-23T07:02:19.583 INFO:teuthology.orchestra.run.trial012.stdout:Get:4 https://archive.ubuntu.com/ubuntu jammy-backports InRelease [127 kB] 2026-02-23T07:02:19.585 INFO:teuthology.orchestra.run.trial123.stdout:Get:4 https://archive.ubuntu.com/ubuntu jammy-backports InRelease [127 kB] 2026-02-23T07:02:19.723 INFO:teuthology.orchestra.run.trial012.stdout:Get:5 https://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [3245 kB] 2026-02-23T07:02:19.725 INFO:teuthology.orchestra.run.trial123.stdout:Get:5 https://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [3245 kB] 2026-02-23T07:02:20.123 INFO:teuthology.orchestra.run.trial012.stdout:Get:6 https://archive.ubuntu.com/ubuntu jammy-updates/main Translation-en [495 kB] 2026-02-23T07:02:20.127 INFO:teuthology.orchestra.run.trial123.stdout:Get:6 https://archive.ubuntu.com/ubuntu jammy-updates/main Translation-en [495 kB] 2026-02-23T07:02:20.134 INFO:teuthology.orchestra.run.trial012.stdout:Get:7 https://archive.ubuntu.com/ubuntu jammy-updates/main amd64 c-n-f Metadata [19.1 kB] 2026-02-23T07:02:20.135 INFO:teuthology.orchestra.run.trial012.stdout:Get:8 https://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1256 kB] 2026-02-23T07:02:20.139 INFO:teuthology.orchestra.run.trial123.stdout:Get:7 https://archive.ubuntu.com/ubuntu jammy-updates/main amd64 c-n-f Metadata [19.1 kB] 2026-02-23T07:02:20.140 INFO:teuthology.orchestra.run.trial123.stdout:Get:8 https://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1256 kB] 2026-02-23T07:02:20.170 INFO:teuthology.orchestra.run.trial012.stdout:Get:9 https://archive.ubuntu.com/ubuntu jammy-updates/universe Translation-en [314 kB] 2026-02-23T07:02:20.174 INFO:teuthology.orchestra.run.trial123.stdout:Get:9 https://archive.ubuntu.com/ubuntu jammy-updates/universe Translation-en [314 kB] 2026-02-23T07:02:20.177 INFO:teuthology.orchestra.run.trial012.stdout:Get:10 https://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 c-n-f Metadata [30.3 kB] 2026-02-23T07:02:20.178 INFO:teuthology.orchestra.run.trial012.stdout:Get:11 https://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [5310 kB] 2026-02-23T07:02:20.182 INFO:teuthology.orchestra.run.trial123.stdout:Get:10 https://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 c-n-f Metadata [30.3 kB] 2026-02-23T07:02:20.183 INFO:teuthology.orchestra.run.trial123.stdout:Get:11 https://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [5310 kB] 2026-02-23T07:02:20.333 INFO:teuthology.orchestra.run.trial012.stdout:Get:12 https://archive.ubuntu.com/ubuntu jammy-updates/restricted Translation-en [1005 kB] 2026-02-23T07:02:20.338 INFO:teuthology.orchestra.run.trial123.stdout:Get:12 https://archive.ubuntu.com/ubuntu jammy-updates/restricted Translation-en [1005 kB] 2026-02-23T07:02:20.358 INFO:teuthology.orchestra.run.trial012.stdout:Get:13 https://archive.ubuntu.com/ubuntu jammy-security/main amd64 Packages [2983 kB] 2026-02-23T07:02:20.362 INFO:teuthology.orchestra.run.trial123.stdout:Get:13 https://archive.ubuntu.com/ubuntu jammy-security/main amd64 Packages [2983 kB] 2026-02-23T07:02:20.444 INFO:teuthology.orchestra.run.trial012.stdout:Get:14 https://archive.ubuntu.com/ubuntu jammy-security/main Translation-en [427 kB] 2026-02-23T07:02:20.447 INFO:teuthology.orchestra.run.trial123.stdout:Get:14 https://archive.ubuntu.com/ubuntu jammy-security/main Translation-en [427 kB] 2026-02-23T07:02:20.452 INFO:teuthology.orchestra.run.trial012.stdout:Get:15 https://archive.ubuntu.com/ubuntu jammy-security/main amd64 c-n-f Metadata [14.1 kB] 2026-02-23T07:02:20.452 INFO:teuthology.orchestra.run.trial012.stdout:Get:16 https://archive.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [1018 kB] 2026-02-23T07:02:20.459 INFO:teuthology.orchestra.run.trial123.stdout:Get:15 https://archive.ubuntu.com/ubuntu jammy-security/main amd64 c-n-f Metadata [14.1 kB] 2026-02-23T07:02:20.459 INFO:teuthology.orchestra.run.trial123.stdout:Get:16 https://archive.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [1018 kB] 2026-02-23T07:02:20.485 INFO:teuthology.orchestra.run.trial012.stdout:Get:17 https://archive.ubuntu.com/ubuntu jammy-security/universe amd64 c-n-f Metadata [22.7 kB] 2026-02-23T07:02:20.487 INFO:teuthology.orchestra.run.trial012.stdout:Get:18 https://archive.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [5147 kB] 2026-02-23T07:02:20.490 INFO:teuthology.orchestra.run.trial123.stdout:Get:17 https://archive.ubuntu.com/ubuntu jammy-security/universe amd64 c-n-f Metadata [22.7 kB] 2026-02-23T07:02:20.491 INFO:teuthology.orchestra.run.trial123.stdout:Get:18 https://archive.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [5147 kB] 2026-02-23T07:02:20.631 INFO:teuthology.orchestra.run.trial012.stdout:Get:19 https://archive.ubuntu.com/ubuntu jammy-security/restricted Translation-en [979 kB] 2026-02-23T07:02:20.642 INFO:teuthology.orchestra.run.trial123.stdout:Get:19 https://archive.ubuntu.com/ubuntu jammy-security/restricted Translation-en [979 kB] 2026-02-23T07:02:24.067 INFO:teuthology.orchestra.run.trial123.stdout:Fetched 22.6 MB in 3s (7804 kB/s) 2026-02-23T07:02:24.115 INFO:teuthology.orchestra.run.trial012.stdout:Fetched 22.6 MB in 3s (7712 kB/s) 2026-02-23T07:02:24.593 INFO:teuthology.orchestra.run.trial123.stdout:Reading package lists... 2026-02-23T07:02:24.606 DEBUG:teuthology.orchestra.run.trial123:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2026-02-23T07:02:24.638 INFO:teuthology.orchestra.run.trial123.stdout:Reading package lists... 2026-02-23T07:02:24.654 INFO:teuthology.orchestra.run.trial012.stdout:Reading package lists... 2026-02-23T07:02:24.668 DEBUG:teuthology.orchestra.run.trial012:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2026-02-23T07:02:24.700 INFO:teuthology.orchestra.run.trial012.stdout:Reading package lists... 2026-02-23T07:02:24.748 INFO:teuthology.orchestra.run.trial123.stdout:Building dependency tree... 2026-02-23T07:02:24.748 INFO:teuthology.orchestra.run.trial123.stdout:Reading state information... 2026-02-23T07:02:24.810 INFO:teuthology.orchestra.run.trial012.stdout:Building dependency tree... 2026-02-23T07:02:24.811 INFO:teuthology.orchestra.run.trial012.stdout:Reading state information... 2026-02-23T07:02:24.833 INFO:teuthology.orchestra.run.trial123.stdout:linux-image-generic is already the newest version (5.15.0.170.159). 2026-02-23T07:02:24.833 INFO:teuthology.orchestra.run.trial123.stdout:linux-image-generic set to manually installed. 2026-02-23T07:02:24.833 INFO:teuthology.orchestra.run.trial123.stdout:The following packages were automatically installed and are no longer required: 2026-02-23T07:02:24.833 INFO:teuthology.orchestra.run.trial123.stdout: kpartx libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 2026-02-23T07:02:24.833 INFO:teuthology.orchestra.run.trial123.stdout: libgfxdr0 libglusterfs0 libiscsi7 libpmemobj1 libsgutils2-2 sg3-utils 2026-02-23T07:02:24.833 INFO:teuthology.orchestra.run.trial123.stdout: sg3-utils-udev 2026-02-23T07:02:24.833 INFO:teuthology.orchestra.run.trial123.stdout:Use 'sudo apt autoremove' to remove them. 2026-02-23T07:02:24.852 INFO:teuthology.orchestra.run.trial123.stdout:0 upgraded, 0 newly installed, 0 to remove and 13 not upgraded. 2026-02-23T07:02:24.854 DEBUG:teuthology.orchestra.run.trial123:> dpkg -s linux-image-generic 2026-02-23T07:02:24.897 INFO:teuthology.orchestra.run.trial012.stdout:linux-image-generic is already the newest version (5.15.0.170.159). 2026-02-23T07:02:24.897 INFO:teuthology.orchestra.run.trial012.stdout:linux-image-generic set to manually installed. 2026-02-23T07:02:24.898 INFO:teuthology.orchestra.run.trial012.stdout:The following packages were automatically installed and are no longer required: 2026-02-23T07:02:24.898 INFO:teuthology.orchestra.run.trial012.stdout: kpartx libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 2026-02-23T07:02:24.898 INFO:teuthology.orchestra.run.trial012.stdout: libgfxdr0 libglusterfs0 libiscsi7 libpmemobj1 libsgutils2-2 sg3-utils 2026-02-23T07:02:24.898 INFO:teuthology.orchestra.run.trial012.stdout: sg3-utils-udev 2026-02-23T07:02:24.898 INFO:teuthology.orchestra.run.trial012.stdout:Use 'sudo apt autoremove' to remove them. 2026-02-23T07:02:24.905 INFO:teuthology.orchestra.run.trial123.stdout:Package: linux-image-generic 2026-02-23T07:02:24.905 INFO:teuthology.orchestra.run.trial123.stdout:Status: install ok installed 2026-02-23T07:02:24.905 INFO:teuthology.orchestra.run.trial123.stdout:Priority: optional 2026-02-23T07:02:24.905 INFO:teuthology.orchestra.run.trial123.stdout:Section: kernel 2026-02-23T07:02:24.905 INFO:teuthology.orchestra.run.trial123.stdout:Installed-Size: 21 2026-02-23T07:02:24.905 INFO:teuthology.orchestra.run.trial123.stdout:Maintainer: Ubuntu Kernel Team 2026-02-23T07:02:24.905 INFO:teuthology.orchestra.run.trial123.stdout:Architecture: amd64 2026-02-23T07:02:24.905 INFO:teuthology.orchestra.run.trial123.stdout:Source: linux-meta 2026-02-23T07:02:24.905 INFO:teuthology.orchestra.run.trial123.stdout:Version: 5.15.0.170.159 2026-02-23T07:02:24.905 INFO:teuthology.orchestra.run.trial123.stdout:Provides: spl-modules (= 2.1.5-1ubuntu6~22.04.6), v4l2loopback-modules (= 0.12.7-2ubuntu2~22.04.1), virtualbox-guest-modules (= 5.15.0-170), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.6) 2026-02-23T07:02:24.905 INFO:teuthology.orchestra.run.trial123.stdout:Depends: linux-image-5.15.0-170-generic, linux-modules-extra-5.15.0-170-generic, linux-firmware, intel-microcode, amd64-microcode 2026-02-23T07:02:24.905 INFO:teuthology.orchestra.run.trial123.stdout:Recommends: thermald 2026-02-23T07:02:24.905 INFO:teuthology.orchestra.run.trial123.stdout:Description: Generic Linux kernel image 2026-02-23T07:02:24.905 INFO:teuthology.orchestra.run.trial123.stdout: This package will always depend on the latest generic kernel image 2026-02-23T07:02:24.905 INFO:teuthology.orchestra.run.trial123.stdout: available. 2026-02-23T07:02:24.905 INFO:teuthology.task.kernel:Newest distro kernel installed and running 2026-02-23T07:02:24.905 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2026-02-23T07:02:24.905 DEBUG:teuthology.orchestra.run.trial123:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2026-02-23T07:02:24.918 INFO:teuthology.orchestra.run.trial012.stdout:0 upgraded, 0 newly installed, 0 to remove and 13 not upgraded. 2026-02-23T07:02:24.919 DEBUG:teuthology.orchestra.run.trial012:> dpkg -s linux-image-generic 2026-02-23T07:02:24.956 INFO:teuthology.orchestra.run.trial123.stdout:ttyS1 2026-02-23T07:02:24.972 INFO:teuthology.orchestra.run.trial012.stdout:Package: linux-image-generic 2026-02-23T07:02:24.972 INFO:teuthology.orchestra.run.trial012.stdout:Status: install ok installed 2026-02-23T07:02:24.972 INFO:teuthology.orchestra.run.trial012.stdout:Priority: optional 2026-02-23T07:02:24.972 INFO:teuthology.orchestra.run.trial012.stdout:Section: kernel 2026-02-23T07:02:24.972 INFO:teuthology.orchestra.run.trial012.stdout:Installed-Size: 21 2026-02-23T07:02:24.972 INFO:teuthology.orchestra.run.trial012.stdout:Maintainer: Ubuntu Kernel Team 2026-02-23T07:02:24.972 INFO:teuthology.orchestra.run.trial012.stdout:Architecture: amd64 2026-02-23T07:02:24.972 INFO:teuthology.orchestra.run.trial012.stdout:Source: linux-meta 2026-02-23T07:02:24.972 INFO:teuthology.orchestra.run.trial012.stdout:Version: 5.15.0.170.159 2026-02-23T07:02:24.973 INFO:teuthology.orchestra.run.trial012.stdout:Provides: spl-modules (= 2.1.5-1ubuntu6~22.04.6), v4l2loopback-modules (= 0.12.7-2ubuntu2~22.04.1), virtualbox-guest-modules (= 5.15.0-170), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.6) 2026-02-23T07:02:24.973 INFO:teuthology.orchestra.run.trial012.stdout:Depends: linux-image-5.15.0-170-generic, linux-modules-extra-5.15.0-170-generic, linux-firmware, intel-microcode, amd64-microcode 2026-02-23T07:02:24.973 INFO:teuthology.orchestra.run.trial012.stdout:Recommends: thermald 2026-02-23T07:02:24.973 INFO:teuthology.orchestra.run.trial012.stdout:Description: Generic Linux kernel image 2026-02-23T07:02:24.973 INFO:teuthology.orchestra.run.trial012.stdout: This package will always depend on the latest generic kernel image 2026-02-23T07:02:24.973 INFO:teuthology.orchestra.run.trial012.stdout: available. 2026-02-23T07:02:24.973 INFO:teuthology.task.kernel:Newest distro kernel installed and running 2026-02-23T07:02:24.973 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2026-02-23T07:02:24.973 DEBUG:teuthology.orchestra.run.trial012:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2026-02-23T07:02:24.982 DEBUG:teuthology.parallel:result is None 2026-02-23T07:02:25.022 INFO:teuthology.orchestra.run.trial012.stdout:ttyS1 2026-02-23T07:02:25.064 DEBUG:teuthology.parallel:result is None 2026-02-23T07:02:25.064 INFO:teuthology.run_tasks:Running task internal.base... 2026-02-23T07:02:25.073 INFO:teuthology.task.internal:Creating test directory... 2026-02-23T07:02:25.074 DEBUG:teuthology.orchestra.run.trial012:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2026-02-23T07:02:25.107 DEBUG:teuthology.orchestra.run.trial123:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2026-02-23T07:02:25.111 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2026-02-23T07:02:25.125 INFO:teuthology.run_tasks:Running task internal.archive... 2026-02-23T07:02:25.137 INFO:teuthology.task.internal:Creating archive directory... 2026-02-23T07:02:25.137 DEBUG:teuthology.orchestra.run.trial012:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2026-02-23T07:02:25.151 DEBUG:teuthology.orchestra.run.trial123:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2026-02-23T07:02:25.158 INFO:teuthology.run_tasks:Running task internal.coredump... 2026-02-23T07:02:25.173 INFO:teuthology.task.internal:Enabling coredump saving... 2026-02-23T07:02:25.173 DEBUG:teuthology.orchestra.run.trial012:> 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-23T07:02:25.195 DEBUG:teuthology.orchestra.run.trial123:> 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-23T07:02:25.202 INFO:teuthology.orchestra.run.trial012.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2026-02-23T07:02:25.204 INFO:teuthology.orchestra.run.trial123.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2026-02-23T07:02:25.209 INFO:teuthology.orchestra.run.trial012.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2026-02-23T07:02:25.211 INFO:teuthology.orchestra.run.trial123.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2026-02-23T07:02:25.212 INFO:teuthology.run_tasks:Running task internal.sudo... 2026-02-23T07:02:25.224 INFO:teuthology.task.internal:Configuring sudo... 2026-02-23T07:02:25.224 DEBUG:teuthology.orchestra.run.trial012:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2026-02-23T07:02:25.255 DEBUG:teuthology.orchestra.run.trial123:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2026-02-23T07:02:25.263 INFO:teuthology.run_tasks:Running task internal.syslog... 2026-02-23T07:02:25.276 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2026-02-23T07:02:25.276 DEBUG:teuthology.orchestra.run.trial012:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2026-02-23T07:02:25.307 DEBUG:teuthology.orchestra.run.trial123:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2026-02-23T07:02:25.310 DEBUG:teuthology.orchestra.run.trial012:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2026-02-23T07:02:25.353 DEBUG:teuthology.orchestra.run.trial012:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2026-02-23T07:02:25.397 DEBUG:teuthology.orchestra.run.trial012:> set -ex 2026-02-23T07:02:25.397 DEBUG:teuthology.orchestra.run.trial012:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2026-02-23T07:02:25.451 DEBUG:teuthology.orchestra.run.trial123:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2026-02-23T07:02:25.454 DEBUG:teuthology.orchestra.run.trial123:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2026-02-23T07:02:25.499 DEBUG:teuthology.orchestra.run.trial123:> set -ex 2026-02-23T07:02:25.499 DEBUG:teuthology.orchestra.run.trial123:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2026-02-23T07:02:25.549 DEBUG:teuthology.orchestra.run.trial012:> sudo service rsyslog restart 2026-02-23T07:02:25.550 DEBUG:teuthology.orchestra.run.trial123:> sudo service rsyslog restart 2026-02-23T07:02:25.609 INFO:teuthology.run_tasks:Running task internal.timer... 2026-02-23T07:02:25.622 INFO:teuthology.task.internal:Starting timer... 2026-02-23T07:02:25.622 INFO:teuthology.run_tasks:Running task pcp... 2026-02-23T07:02:25.637 INFO:teuthology.run_tasks:Running task selinux... 2026-02-23T07:02:25.653 DEBUG:teuthology.task.selinux:Excluding trial012: OS 'ubuntu' does not support SELinux 2026-02-23T07:02:25.653 DEBUG:teuthology.task.selinux:Excluding trial123: OS 'ubuntu' does not support SELinux 2026-02-23T07:02:25.653 DEBUG:teuthology.task.selinux:Getting current SELinux state 2026-02-23T07:02:25.653 DEBUG:teuthology.task.selinux:Existing SELinux modes: {} 2026-02-23T07:02:25.653 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2026-02-23T07:02:25.653 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2026-02-23T07:02:25.669 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2026-02-23T07:02:25.675 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-23T07:02:25.675 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit trial012.front.sepia.ceph.com,trial123.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2026-02-23T07:04:46.052 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@trial012.front.sepia.ceph.com'), Remote(name='ubuntu@trial123.front.sepia.ceph.com')] 2026-02-23T07:04:46.053 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@trial012.front.sepia.ceph.com' 2026-02-23T07:04:46.054 DEBUG:teuthology.orchestra.connection:{'hostname': 'trial012.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2026-02-23T07:04:46.165 DEBUG:teuthology.orchestra.run.trial012:> true 2026-02-23T07:04:46.415 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@trial012.front.sepia.ceph.com' 2026-02-23T07:04:46.416 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@trial123.front.sepia.ceph.com' 2026-02-23T07:04:46.417 DEBUG:teuthology.orchestra.connection:{'hostname': 'trial123.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2026-02-23T07:04:46.524 DEBUG:teuthology.orchestra.run.trial123:> true 2026-02-23T07:04:46.772 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@trial123.front.sepia.ceph.com' 2026-02-23T07:04:46.772 INFO:teuthology.run_tasks:Running task clock... 2026-02-23T07:04:46.790 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2026-02-23T07:04:46.791 INFO:teuthology.orchestra.run:Running command with timeout 360 2026-02-23T07:04:46.791 DEBUG:teuthology.orchestra.run.trial012:> 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-23T07:04:46.794 INFO:teuthology.orchestra.run:Running command with timeout 360 2026-02-23T07:04:46.794 DEBUG:teuthology.orchestra.run.trial123:> 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-23T07:04:46.813 INFO:teuthology.orchestra.run.trial012.stdout:23 Feb 07:04:47 ntpd[9413]: ntpd 4.2.8p15@1.3728-o Wed Feb 16 17:13:02 UTC 2022 (1): Starting 2026-02-23T07:04:46.814 INFO:teuthology.orchestra.run.trial012.stdout:23 Feb 07:04:47 ntpd[9413]: Command line: ntpd -gq 2026-02-23T07:04:46.814 INFO:teuthology.orchestra.run.trial012.stdout:23 Feb 07:04:47 ntpd[9413]: ---------------------------------------------------- 2026-02-23T07:04:46.814 INFO:teuthology.orchestra.run.trial012.stdout:23 Feb 07:04:47 ntpd[9413]: ntp-4 is maintained by Network Time Foundation, 2026-02-23T07:04:46.814 INFO:teuthology.orchestra.run.trial012.stdout:23 Feb 07:04:47 ntpd[9413]: Inc. (NTF), a non-profit 501(c)(3) public-benefit 2026-02-23T07:04:46.814 INFO:teuthology.orchestra.run.trial012.stdout:23 Feb 07:04:47 ntpd[9413]: corporation. Support and training for ntp-4 are 2026-02-23T07:04:46.814 INFO:teuthology.orchestra.run.trial012.stdout:23 Feb 07:04:47 ntpd[9413]: available at https://www.nwtime.org/support 2026-02-23T07:04:46.814 INFO:teuthology.orchestra.run.trial012.stdout:23 Feb 07:04:47 ntpd[9413]: ---------------------------------------------------- 2026-02-23T07:04:46.814 INFO:teuthology.orchestra.run.trial012.stdout:23 Feb 07:04:47 ntpd[9413]: proto: precision = 0.021 usec (-25) 2026-02-23T07:04:46.814 INFO:teuthology.orchestra.run.trial012.stdout:23 Feb 07:04:47 ntpd[9413]: basedate set to 2022-02-04 2026-02-23T07:04:46.814 INFO:teuthology.orchestra.run.trial012.stdout:23 Feb 07:04:47 ntpd[9413]: gps base set to 2022-02-06 (week 2196) 2026-02-23T07:04:46.815 INFO:teuthology.orchestra.run.trial012.stdout:23 Feb 07:04:47 ntpd[9413]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2026-02-23T07:04:46.815 INFO:teuthology.orchestra.run.trial012.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2026-02-23T07:04:46.815 INFO:teuthology.orchestra.run.trial012.stderr:restrict ::: KOD does nothing without LIMITED. 2026-02-23T07:04:46.816 INFO:teuthology.orchestra.run.trial012.stdout:23 Feb 07:04:47 ntpd[9413]: restrict ::: KOD does nothing without LIMITED. 2026-02-23T07:04:46.816 INFO:teuthology.orchestra.run.trial012.stdout:23 Feb 07:04:47 ntpd[9413]: Listen and drop on 0 v6wildcard [::]:123 2026-02-23T07:04:46.816 INFO:teuthology.orchestra.run.trial012.stdout:23 Feb 07:04:47 ntpd[9413]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2026-02-23T07:04:46.816 INFO:teuthology.orchestra.run.trial012.stdout:23 Feb 07:04:47 ntpd[9413]: Listen normally on 2 lo 127.0.0.1:123 2026-02-23T07:04:46.817 INFO:teuthology.orchestra.run.trial012.stdout:23 Feb 07:04:47 ntpd[9413]: Listen normally on 3 enp1s0f0 10.20.193.12:123 2026-02-23T07:04:46.817 INFO:teuthology.orchestra.run.trial012.stdout:23 Feb 07:04:47 ntpd[9413]: Listen normally on 4 lo [::1]:123 2026-02-23T07:04:46.817 INFO:teuthology.orchestra.run.trial012.stdout:23 Feb 07:04:47 ntpd[9413]: Listen normally on 5 enp1s0f0 [fe80::925a:8ff:fe77:6242%2]:123 2026-02-23T07:04:46.817 INFO:teuthology.orchestra.run.trial012.stdout:23 Feb 07:04:47 ntpd[9413]: Listening on routing socket on fd #22 for interface updates 2026-02-23T07:04:46.836 INFO:teuthology.orchestra.run.trial123.stdout:23 Feb 07:04:47 ntpd[9415]: ntpd 4.2.8p15@1.3728-o Wed Feb 16 17:13:02 UTC 2022 (1): Starting 2026-02-23T07:04:46.836 INFO:teuthology.orchestra.run.trial123.stdout:23 Feb 07:04:47 ntpd[9415]: Command line: ntpd -gq 2026-02-23T07:04:46.836 INFO:teuthology.orchestra.run.trial123.stdout:23 Feb 07:04:47 ntpd[9415]: ---------------------------------------------------- 2026-02-23T07:04:46.836 INFO:teuthology.orchestra.run.trial123.stdout:23 Feb 07:04:47 ntpd[9415]: ntp-4 is maintained by Network Time Foundation, 2026-02-23T07:04:46.836 INFO:teuthology.orchestra.run.trial123.stdout:23 Feb 07:04:47 ntpd[9415]: Inc. (NTF), a non-profit 501(c)(3) public-benefit 2026-02-23T07:04:46.836 INFO:teuthology.orchestra.run.trial123.stdout:23 Feb 07:04:47 ntpd[9415]: corporation. Support and training for ntp-4 are 2026-02-23T07:04:46.836 INFO:teuthology.orchestra.run.trial123.stdout:23 Feb 07:04:47 ntpd[9415]: available at https://www.nwtime.org/support 2026-02-23T07:04:46.837 INFO:teuthology.orchestra.run.trial123.stdout:23 Feb 07:04:47 ntpd[9415]: ---------------------------------------------------- 2026-02-23T07:04:46.837 INFO:teuthology.orchestra.run.trial123.stdout:23 Feb 07:04:47 ntpd[9415]: proto: precision = 0.030 usec (-25) 2026-02-23T07:04:46.837 INFO:teuthology.orchestra.run.trial123.stdout:23 Feb 07:04:47 ntpd[9415]: basedate set to 2022-02-04 2026-02-23T07:04:46.837 INFO:teuthology.orchestra.run.trial123.stdout:23 Feb 07:04:47 ntpd[9415]: gps base set to 2022-02-06 (week 2196) 2026-02-23T07:04:46.837 INFO:teuthology.orchestra.run.trial123.stdout:23 Feb 07:04:47 ntpd[9415]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2026-02-23T07:04:46.837 INFO:teuthology.orchestra.run.trial123.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2026-02-23T07:04:46.837 INFO:teuthology.orchestra.run.trial123.stderr:restrict ::: KOD does nothing without LIMITED. 2026-02-23T07:04:46.838 INFO:teuthology.orchestra.run.trial123.stdout:23 Feb 07:04:47 ntpd[9415]: restrict ::: KOD does nothing without LIMITED. 2026-02-23T07:04:46.839 INFO:teuthology.orchestra.run.trial123.stdout:23 Feb 07:04:47 ntpd[9415]: Listen and drop on 0 v6wildcard [::]:123 2026-02-23T07:04:46.839 INFO:teuthology.orchestra.run.trial123.stdout:23 Feb 07:04:47 ntpd[9415]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2026-02-23T07:04:46.839 INFO:teuthology.orchestra.run.trial123.stdout:23 Feb 07:04:47 ntpd[9415]: Listen normally on 2 lo 127.0.0.1:123 2026-02-23T07:04:46.839 INFO:teuthology.orchestra.run.trial123.stdout:23 Feb 07:04:47 ntpd[9415]: Listen normally on 3 enp1s0f0 10.20.193.123:123 2026-02-23T07:04:46.839 INFO:teuthology.orchestra.run.trial123.stdout:23 Feb 07:04:47 ntpd[9415]: Listen normally on 4 lo [::1]:123 2026-02-23T07:04:46.839 INFO:teuthology.orchestra.run.trial123.stdout:23 Feb 07:04:47 ntpd[9415]: Listen normally on 5 enp1s0f0 [fe80::925a:8ff:fe77:61ca%2]:123 2026-02-23T07:04:46.839 INFO:teuthology.orchestra.run.trial123.stdout:23 Feb 07:04:47 ntpd[9415]: Listening on routing socket on fd #22 for interface updates 2026-02-23T07:04:47.813 INFO:teuthology.orchestra.run.trial012.stderr:23 Feb 07:04:48 ntpd[9413]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2026-02-23T07:04:47.813 INFO:teuthology.orchestra.run.trial012.stderr:23 Feb 07:04:48 ntpd[9413]: can't open /var/log/ntpstats/rawstats.20260223: Permission denied 2026-02-23T07:04:47.816 INFO:teuthology.orchestra.run.trial012.stderr:23 Feb 07:04:48 ntpd[9413]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2026-02-23T07:04:47.817 INFO:teuthology.orchestra.run.trial012.stderr:23 Feb 07:04:48 ntpd[9413]: can't open /var/log/ntpstats/rawstats.20260223: Permission denied 2026-02-23T07:04:47.817 INFO:teuthology.orchestra.run.trial012.stderr:23 Feb 07:04:48 ntpd[9413]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2026-02-23T07:04:47.817 INFO:teuthology.orchestra.run.trial012.stderr:23 Feb 07:04:48 ntpd[9413]: can't open /var/log/ntpstats/peerstats.20260223: Permission denied 2026-02-23T07:04:47.836 INFO:teuthology.orchestra.run.trial123.stderr:23 Feb 07:04:48 ntpd[9415]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2026-02-23T07:04:47.836 INFO:teuthology.orchestra.run.trial123.stderr:23 Feb 07:04:48 ntpd[9415]: can't open /var/log/ntpstats/rawstats.20260223: Permission denied 2026-02-23T07:04:47.836 INFO:teuthology.orchestra.run.trial123.stderr:23 Feb 07:04:48 ntpd[9415]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2026-02-23T07:04:47.836 INFO:teuthology.orchestra.run.trial123.stderr:23 Feb 07:04:48 ntpd[9415]: can't open /var/log/ntpstats/rawstats.20260223: Permission denied 2026-02-23T07:04:47.836 INFO:teuthology.orchestra.run.trial123.stderr:23 Feb 07:04:48 ntpd[9415]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2026-02-23T07:04:47.836 INFO:teuthology.orchestra.run.trial123.stderr:23 Feb 07:04:48 ntpd[9415]: can't open /var/log/ntpstats/rawstats.20260223: Permission denied 2026-02-23T07:04:47.858 INFO:teuthology.orchestra.run.trial123.stderr:23 Feb 07:04:48 ntpd[9415]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2026-02-23T07:04:47.858 INFO:teuthology.orchestra.run.trial123.stderr:23 Feb 07:04:48 ntpd[9415]: can't open /var/log/ntpstats/rawstats.20260223: Permission denied 2026-02-23T07:04:47.858 INFO:teuthology.orchestra.run.trial123.stderr:23 Feb 07:04:48 ntpd[9415]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2026-02-23T07:04:47.858 INFO:teuthology.orchestra.run.trial123.stderr:23 Feb 07:04:48 ntpd[9415]: can't open /var/log/ntpstats/peerstats.20260223: Permission denied 2026-02-23T07:04:47.863 INFO:teuthology.orchestra.run.trial123.stderr:23 Feb 07:04:48 ntpd[9415]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2026-02-23T07:04:47.863 INFO:teuthology.orchestra.run.trial123.stderr:23 Feb 07:04:48 ntpd[9415]: can't open /var/log/ntpstats/rawstats.20260223: Permission denied 2026-02-23T07:04:47.863 INFO:teuthology.orchestra.run.trial123.stderr:23 Feb 07:04:48 ntpd[9415]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2026-02-23T07:04:47.863 INFO:teuthology.orchestra.run.trial123.stderr:23 Feb 07:04:48 ntpd[9415]: can't open /var/log/ntpstats/peerstats.20260223: Permission denied 2026-02-23T07:04:47.879 INFO:teuthology.orchestra.run.trial123.stderr:23 Feb 07:04:48 ntpd[9415]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2026-02-23T07:04:47.880 INFO:teuthology.orchestra.run.trial123.stderr:23 Feb 07:04:48 ntpd[9415]: can't open /var/log/ntpstats/rawstats.20260223: Permission denied 2026-02-23T07:04:47.880 INFO:teuthology.orchestra.run.trial123.stderr:23 Feb 07:04:48 ntpd[9415]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2026-02-23T07:04:47.880 INFO:teuthology.orchestra.run.trial123.stderr:23 Feb 07:04:48 ntpd[9415]: can't open /var/log/ntpstats/peerstats.20260223: Permission denied 2026-02-23T07:04:48.813 INFO:teuthology.orchestra.run.trial012.stderr:23 Feb 07:04:49 ntpd[9413]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2026-02-23T07:04:48.813 INFO:teuthology.orchestra.run.trial012.stderr:23 Feb 07:04:49 ntpd[9413]: can't open /var/log/ntpstats/rawstats.20260223: Permission denied 2026-02-23T07:04:48.813 INFO:teuthology.orchestra.run.trial012.stderr:23 Feb 07:04:49 ntpd[9413]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2026-02-23T07:04:48.813 INFO:teuthology.orchestra.run.trial012.stderr:23 Feb 07:04:49 ntpd[9413]: can't open /var/log/ntpstats/rawstats.20260223: Permission denied 2026-02-23T07:04:48.843 INFO:teuthology.orchestra.run.trial012.stderr:23 Feb 07:04:49 ntpd[9413]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2026-02-23T07:04:48.843 INFO:teuthology.orchestra.run.trial012.stderr:23 Feb 07:04:49 ntpd[9413]: can't open /var/log/ntpstats/rawstats.20260223: Permission denied 2026-02-23T07:04:48.843 INFO:teuthology.orchestra.run.trial012.stderr:23 Feb 07:04:49 ntpd[9413]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2026-02-23T07:04:48.844 INFO:teuthology.orchestra.run.trial012.stderr:23 Feb 07:04:49 ntpd[9413]: can't open /var/log/ntpstats/peerstats.20260223: Permission denied 2026-02-23T07:04:48.875 INFO:teuthology.orchestra.run.trial012.stderr:23 Feb 07:04:49 ntpd[9413]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2026-02-23T07:04:48.875 INFO:teuthology.orchestra.run.trial012.stderr:23 Feb 07:04:49 ntpd[9413]: can't open /var/log/ntpstats/rawstats.20260223: Permission denied 2026-02-23T07:04:48.875 INFO:teuthology.orchestra.run.trial012.stderr:23 Feb 07:04:49 ntpd[9413]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2026-02-23T07:04:48.875 INFO:teuthology.orchestra.run.trial012.stderr:23 Feb 07:04:49 ntpd[9413]: can't open /var/log/ntpstats/peerstats.20260223: Permission denied 2026-02-23T07:04:49.812 INFO:teuthology.orchestra.run.trial012.stderr:23 Feb 07:04:50 ntpd[9413]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2026-02-23T07:04:49.812 INFO:teuthology.orchestra.run.trial012.stderr:23 Feb 07:04:50 ntpd[9413]: can't open /var/log/ntpstats/rawstats.20260223: Permission denied 2026-02-23T07:04:49.816 INFO:teuthology.orchestra.run.trial012.stderr:23 Feb 07:04:50 ntpd[9413]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2026-02-23T07:04:49.816 INFO:teuthology.orchestra.run.trial012.stderr:23 Feb 07:04:50 ntpd[9413]: can't open /var/log/ntpstats/rawstats.20260223: Permission denied 2026-02-23T07:04:49.816 INFO:teuthology.orchestra.run.trial012.stderr:23 Feb 07:04:50 ntpd[9413]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2026-02-23T07:04:49.816 INFO:teuthology.orchestra.run.trial012.stderr:23 Feb 07:04:50 ntpd[9413]: can't open /var/log/ntpstats/peerstats.20260223: Permission denied 2026-02-23T07:04:49.835 INFO:teuthology.orchestra.run.trial123.stderr:23 Feb 07:04:50 ntpd[9415]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2026-02-23T07:04:49.835 INFO:teuthology.orchestra.run.trial123.stderr:23 Feb 07:04:50 ntpd[9415]: can't open /var/log/ntpstats/rawstats.20260223: Permission denied 2026-02-23T07:04:49.835 INFO:teuthology.orchestra.run.trial123.stderr:23 Feb 07:04:50 ntpd[9415]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2026-02-23T07:04:49.835 INFO:teuthology.orchestra.run.trial123.stderr:23 Feb 07:04:50 ntpd[9415]: can't open /var/log/ntpstats/rawstats.20260223: Permission denied 2026-02-23T07:04:49.835 INFO:teuthology.orchestra.run.trial123.stderr:23 Feb 07:04:50 ntpd[9415]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2026-02-23T07:04:49.835 INFO:teuthology.orchestra.run.trial123.stderr:23 Feb 07:04:50 ntpd[9415]: can't open /var/log/ntpstats/rawstats.20260223: Permission denied 2026-02-23T07:04:49.858 INFO:teuthology.orchestra.run.trial123.stderr:23 Feb 07:04:50 ntpd[9415]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2026-02-23T07:04:49.858 INFO:teuthology.orchestra.run.trial123.stderr:23 Feb 07:04:50 ntpd[9415]: can't open /var/log/ntpstats/rawstats.20260223: Permission denied 2026-02-23T07:04:49.858 INFO:teuthology.orchestra.run.trial123.stderr:23 Feb 07:04:50 ntpd[9415]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2026-02-23T07:04:49.858 INFO:teuthology.orchestra.run.trial123.stderr:23 Feb 07:04:50 ntpd[9415]: can't open /var/log/ntpstats/peerstats.20260223: Permission denied 2026-02-23T07:04:49.862 INFO:teuthology.orchestra.run.trial123.stderr:23 Feb 07:04:50 ntpd[9415]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2026-02-23T07:04:49.863 INFO:teuthology.orchestra.run.trial123.stderr:23 Feb 07:04:50 ntpd[9415]: can't open /var/log/ntpstats/rawstats.20260223: Permission denied 2026-02-23T07:04:49.863 INFO:teuthology.orchestra.run.trial123.stderr:23 Feb 07:04:50 ntpd[9415]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2026-02-23T07:04:49.863 INFO:teuthology.orchestra.run.trial123.stderr:23 Feb 07:04:50 ntpd[9415]: can't open /var/log/ntpstats/peerstats.20260223: Permission denied 2026-02-23T07:04:49.879 INFO:teuthology.orchestra.run.trial123.stderr:23 Feb 07:04:50 ntpd[9415]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2026-02-23T07:04:49.879 INFO:teuthology.orchestra.run.trial123.stderr:23 Feb 07:04:50 ntpd[9415]: can't open /var/log/ntpstats/rawstats.20260223: Permission denied 2026-02-23T07:04:49.879 INFO:teuthology.orchestra.run.trial123.stderr:23 Feb 07:04:50 ntpd[9415]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2026-02-23T07:04:49.880 INFO:teuthology.orchestra.run.trial123.stderr:23 Feb 07:04:50 ntpd[9415]: can't open /var/log/ntpstats/peerstats.20260223: Permission denied 2026-02-23T07:04:50.813 INFO:teuthology.orchestra.run.trial012.stderr:23 Feb 07:04:51 ntpd[9413]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2026-02-23T07:04:50.813 INFO:teuthology.orchestra.run.trial012.stderr:23 Feb 07:04:51 ntpd[9413]: can't open /var/log/ntpstats/rawstats.20260223: Permission denied 2026-02-23T07:04:50.813 INFO:teuthology.orchestra.run.trial012.stderr:23 Feb 07:04:51 ntpd[9413]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2026-02-23T07:04:50.813 INFO:teuthology.orchestra.run.trial012.stderr:23 Feb 07:04:51 ntpd[9413]: can't open /var/log/ntpstats/rawstats.20260223: Permission denied 2026-02-23T07:04:50.843 INFO:teuthology.orchestra.run.trial012.stderr:23 Feb 07:04:51 ntpd[9413]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2026-02-23T07:04:50.843 INFO:teuthology.orchestra.run.trial012.stderr:23 Feb 07:04:51 ntpd[9413]: can't open /var/log/ntpstats/rawstats.20260223: Permission denied 2026-02-23T07:04:50.843 INFO:teuthology.orchestra.run.trial012.stderr:23 Feb 07:04:51 ntpd[9413]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2026-02-23T07:04:50.843 INFO:teuthology.orchestra.run.trial012.stderr:23 Feb 07:04:51 ntpd[9413]: can't open /var/log/ntpstats/peerstats.20260223: Permission denied 2026-02-23T07:04:50.875 INFO:teuthology.orchestra.run.trial012.stderr:23 Feb 07:04:51 ntpd[9413]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2026-02-23T07:04:50.876 INFO:teuthology.orchestra.run.trial012.stderr:23 Feb 07:04:51 ntpd[9413]: can't open /var/log/ntpstats/rawstats.20260223: Permission denied 2026-02-23T07:04:50.876 INFO:teuthology.orchestra.run.trial012.stderr:23 Feb 07:04:51 ntpd[9413]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2026-02-23T07:04:50.876 INFO:teuthology.orchestra.run.trial012.stderr:23 Feb 07:04:51 ntpd[9413]: can't open /var/log/ntpstats/peerstats.20260223: Permission denied 2026-02-23T07:04:51.813 INFO:teuthology.orchestra.run.trial012.stderr:23 Feb 07:04:52 ntpd[9413]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2026-02-23T07:04:51.813 INFO:teuthology.orchestra.run.trial012.stderr:23 Feb 07:04:52 ntpd[9413]: can't open /var/log/ntpstats/rawstats.20260223: Permission denied 2026-02-23T07:04:51.813 INFO:teuthology.orchestra.run.trial012.stderr:23 Feb 07:04:52 ntpd[9413]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2026-02-23T07:04:51.813 INFO:teuthology.orchestra.run.trial012.stderr:23 Feb 07:04:52 ntpd[9413]: can't open /var/log/ntpstats/rawstats.20260223: Permission denied 2026-02-23T07:04:51.816 INFO:teuthology.orchestra.run.trial012.stderr:23 Feb 07:04:52 ntpd[9413]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2026-02-23T07:04:51.816 INFO:teuthology.orchestra.run.trial012.stderr:23 Feb 07:04:52 ntpd[9413]: can't open /var/log/ntpstats/rawstats.20260223: Permission denied 2026-02-23T07:04:51.816 INFO:teuthology.orchestra.run.trial012.stderr:23 Feb 07:04:52 ntpd[9413]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2026-02-23T07:04:51.816 INFO:teuthology.orchestra.run.trial012.stderr:23 Feb 07:04:52 ntpd[9413]: can't open /var/log/ntpstats/peerstats.20260223: Permission denied 2026-02-23T07:04:51.836 INFO:teuthology.orchestra.run.trial123.stderr:23 Feb 07:04:52 ntpd[9415]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2026-02-23T07:04:51.836 INFO:teuthology.orchestra.run.trial123.stderr:23 Feb 07:04:52 ntpd[9415]: can't open /var/log/ntpstats/rawstats.20260223: Permission denied 2026-02-23T07:04:51.836 INFO:teuthology.orchestra.run.trial123.stderr:23 Feb 07:04:52 ntpd[9415]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2026-02-23T07:04:51.836 INFO:teuthology.orchestra.run.trial123.stderr:23 Feb 07:04:52 ntpd[9415]: can't open /var/log/ntpstats/rawstats.20260223: Permission denied 2026-02-23T07:04:51.837 INFO:teuthology.orchestra.run.trial123.stderr:23 Feb 07:04:52 ntpd[9415]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2026-02-23T07:04:51.837 INFO:teuthology.orchestra.run.trial123.stderr:23 Feb 07:04:52 ntpd[9415]: can't open /var/log/ntpstats/rawstats.20260223: Permission denied 2026-02-23T07:04:51.837 INFO:teuthology.orchestra.run.trial123.stderr:23 Feb 07:04:52 ntpd[9415]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2026-02-23T07:04:51.837 INFO:teuthology.orchestra.run.trial123.stderr:23 Feb 07:04:52 ntpd[9415]: can't open /var/log/ntpstats/rawstats.20260223: Permission denied 2026-02-23T07:04:51.859 INFO:teuthology.orchestra.run.trial123.stderr:23 Feb 07:04:52 ntpd[9415]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2026-02-23T07:04:51.859 INFO:teuthology.orchestra.run.trial123.stderr:23 Feb 07:04:52 ntpd[9415]: can't open /var/log/ntpstats/rawstats.20260223: Permission denied 2026-02-23T07:04:51.859 INFO:teuthology.orchestra.run.trial123.stderr:23 Feb 07:04:52 ntpd[9415]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2026-02-23T07:04:51.859 INFO:teuthology.orchestra.run.trial123.stderr:23 Feb 07:04:52 ntpd[9415]: can't open /var/log/ntpstats/peerstats.20260223: Permission denied 2026-02-23T07:04:51.860 INFO:teuthology.orchestra.run.trial123.stderr:23 Feb 07:04:52 ntpd[9415]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2026-02-23T07:04:51.860 INFO:teuthology.orchestra.run.trial123.stderr:23 Feb 07:04:52 ntpd[9415]: can't open /var/log/ntpstats/rawstats.20260223: Permission denied 2026-02-23T07:04:51.860 INFO:teuthology.orchestra.run.trial123.stderr:23 Feb 07:04:52 ntpd[9415]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2026-02-23T07:04:51.860 INFO:teuthology.orchestra.run.trial123.stderr:23 Feb 07:04:52 ntpd[9415]: can't open /var/log/ntpstats/peerstats.20260223: Permission denied 2026-02-23T07:04:51.863 INFO:teuthology.orchestra.run.trial123.stderr:23 Feb 07:04:52 ntpd[9415]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2026-02-23T07:04:51.864 INFO:teuthology.orchestra.run.trial123.stderr:23 Feb 07:04:52 ntpd[9415]: can't open /var/log/ntpstats/rawstats.20260223: Permission denied 2026-02-23T07:04:51.864 INFO:teuthology.orchestra.run.trial123.stderr:23 Feb 07:04:52 ntpd[9415]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2026-02-23T07:04:51.864 INFO:teuthology.orchestra.run.trial123.stderr:23 Feb 07:04:52 ntpd[9415]: can't open /var/log/ntpstats/peerstats.20260223: Permission denied 2026-02-23T07:04:51.878 INFO:teuthology.orchestra.run.trial123.stderr:23 Feb 07:04:52 ntpd[9415]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2026-02-23T07:04:51.878 INFO:teuthology.orchestra.run.trial123.stderr:23 Feb 07:04:52 ntpd[9415]: can't open /var/log/ntpstats/rawstats.20260223: Permission denied 2026-02-23T07:04:51.879 INFO:teuthology.orchestra.run.trial123.stderr:23 Feb 07:04:52 ntpd[9415]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2026-02-23T07:04:51.879 INFO:teuthology.orchestra.run.trial123.stderr:23 Feb 07:04:52 ntpd[9415]: can't open /var/log/ntpstats/peerstats.20260223: Permission denied 2026-02-23T07:04:51.888 INFO:teuthology.orchestra.run.trial012.stderr:23 Feb 07:04:52 ntpd[9413]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2026-02-23T07:04:51.888 INFO:teuthology.orchestra.run.trial012.stderr:23 Feb 07:04:52 ntpd[9413]: can't open /var/log/ntpstats/rawstats.20260223: Permission denied 2026-02-23T07:04:51.888 INFO:teuthology.orchestra.run.trial012.stderr:23 Feb 07:04:52 ntpd[9413]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2026-02-23T07:04:51.889 INFO:teuthology.orchestra.run.trial012.stderr:23 Feb 07:04:52 ntpd[9413]: can't open /var/log/ntpstats/peerstats.20260223: Permission denied 2026-02-23T07:04:52.812 INFO:teuthology.orchestra.run.trial012.stderr:23 Feb 07:04:53 ntpd[9413]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2026-02-23T07:04:52.812 INFO:teuthology.orchestra.run.trial012.stderr:23 Feb 07:04:53 ntpd[9413]: can't open /var/log/ntpstats/rawstats.20260223: Permission denied 2026-02-23T07:04:52.812 INFO:teuthology.orchestra.run.trial012.stderr:23 Feb 07:04:53 ntpd[9413]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2026-02-23T07:04:52.812 INFO:teuthology.orchestra.run.trial012.stderr:23 Feb 07:04:53 ntpd[9413]: can't open /var/log/ntpstats/rawstats.20260223: Permission denied 2026-02-23T07:04:52.842 INFO:teuthology.orchestra.run.trial012.stderr:23 Feb 07:04:53 ntpd[9413]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2026-02-23T07:04:52.842 INFO:teuthology.orchestra.run.trial012.stderr:23 Feb 07:04:53 ntpd[9413]: can't open /var/log/ntpstats/rawstats.20260223: Permission denied 2026-02-23T07:04:52.842 INFO:teuthology.orchestra.run.trial012.stderr:23 Feb 07:04:53 ntpd[9413]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2026-02-23T07:04:52.842 INFO:teuthology.orchestra.run.trial012.stderr:23 Feb 07:04:53 ntpd[9413]: can't open /var/log/ntpstats/peerstats.20260223: Permission denied 2026-02-23T07:04:52.875 INFO:teuthology.orchestra.run.trial012.stderr:23 Feb 07:04:53 ntpd[9413]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2026-02-23T07:04:52.875 INFO:teuthology.orchestra.run.trial012.stderr:23 Feb 07:04:53 ntpd[9413]: can't open /var/log/ntpstats/rawstats.20260223: Permission denied 2026-02-23T07:04:52.875 INFO:teuthology.orchestra.run.trial012.stderr:23 Feb 07:04:53 ntpd[9413]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2026-02-23T07:04:52.875 INFO:teuthology.orchestra.run.trial012.stderr:23 Feb 07:04:53 ntpd[9413]: can't open /var/log/ntpstats/peerstats.20260223: Permission denied 2026-02-23T07:04:53.813 INFO:teuthology.orchestra.run.trial012.stderr:23 Feb 07:04:54 ntpd[9413]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2026-02-23T07:04:53.813 INFO:teuthology.orchestra.run.trial012.stderr:23 Feb 07:04:54 ntpd[9413]: can't open /var/log/ntpstats/rawstats.20260223: Permission denied 2026-02-23T07:04:53.813 INFO:teuthology.orchestra.run.trial012.stderr:23 Feb 07:04:54 ntpd[9413]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2026-02-23T07:04:53.813 INFO:teuthology.orchestra.run.trial012.stderr:23 Feb 07:04:54 ntpd[9413]: can't open /var/log/ntpstats/rawstats.20260223: Permission denied 2026-02-23T07:04:53.817 INFO:teuthology.orchestra.run.trial012.stderr:23 Feb 07:04:54 ntpd[9413]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2026-02-23T07:04:53.817 INFO:teuthology.orchestra.run.trial012.stderr:23 Feb 07:04:54 ntpd[9413]: can't open /var/log/ntpstats/rawstats.20260223: Permission denied 2026-02-23T07:04:53.817 INFO:teuthology.orchestra.run.trial012.stderr:23 Feb 07:04:54 ntpd[9413]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2026-02-23T07:04:53.817 INFO:teuthology.orchestra.run.trial012.stderr:23 Feb 07:04:54 ntpd[9413]: can't open /var/log/ntpstats/peerstats.20260223: Permission denied 2026-02-23T07:04:53.818 INFO:teuthology.orchestra.run.trial012.stdout:23 Feb 07:04:53 ntpd[9413]: ntpd: time set -0.355026 s 2026-02-23T07:04:53.818 INFO:teuthology.orchestra.run.trial012.stdout:ntpd: time set -0.355026s 2026-02-23T07:04:53.818 INFO:teuthology.orchestra.run.trial012.stderr:23 Feb 07:04:53 ntpd[9413]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2026-02-23T07:04:53.819 INFO:teuthology.orchestra.run.trial012.stderr:23 Feb 07:04:53 ntpd[9413]: can't open /var/log/ntpstats/loopstats.20260223: Permission denied 2026-02-23T07:04:53.836 INFO:teuthology.orchestra.run.trial123.stderr:23 Feb 07:04:54 ntpd[9415]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2026-02-23T07:04:53.836 INFO:teuthology.orchestra.run.trial123.stderr:23 Feb 07:04:54 ntpd[9415]: can't open /var/log/ntpstats/rawstats.20260223: Permission denied 2026-02-23T07:04:53.837 INFO:teuthology.orchestra.run.trial123.stderr:23 Feb 07:04:54 ntpd[9415]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2026-02-23T07:04:53.837 INFO:teuthology.orchestra.run.trial123.stderr:23 Feb 07:04:54 ntpd[9415]: can't open /var/log/ntpstats/rawstats.20260223: Permission denied 2026-02-23T07:04:53.837 INFO:teuthology.orchestra.run.trial123.stderr:23 Feb 07:04:54 ntpd[9415]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2026-02-23T07:04:53.837 INFO:teuthology.orchestra.run.trial123.stderr:23 Feb 07:04:54 ntpd[9415]: can't open /var/log/ntpstats/rawstats.20260223: Permission denied 2026-02-23T07:04:53.837 INFO:teuthology.orchestra.run.trial123.stderr:23 Feb 07:04:54 ntpd[9415]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2026-02-23T07:04:53.837 INFO:teuthology.orchestra.run.trial123.stderr:23 Feb 07:04:54 ntpd[9415]: can't open /var/log/ntpstats/rawstats.20260223: Permission denied 2026-02-23T07:04:53.858 INFO:teuthology.orchestra.run.trial123.stderr:23 Feb 07:04:54 ntpd[9415]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2026-02-23T07:04:53.858 INFO:teuthology.orchestra.run.trial123.stderr:23 Feb 07:04:54 ntpd[9415]: can't open /var/log/ntpstats/rawstats.20260223: Permission denied 2026-02-23T07:04:53.858 INFO:teuthology.orchestra.run.trial123.stderr:23 Feb 07:04:54 ntpd[9415]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2026-02-23T07:04:53.858 INFO:teuthology.orchestra.run.trial123.stderr:23 Feb 07:04:54 ntpd[9415]: can't open /var/log/ntpstats/peerstats.20260223: Permission denied 2026-02-23T07:04:53.858 INFO:teuthology.orchestra.run.trial123.stdout:23 Feb 07:04:53 ntpd[9415]: ntpd: time set -0.742722 s 2026-02-23T07:04:53.859 INFO:teuthology.orchestra.run.trial123.stdout:ntpd: time set -0.742722s 2026-02-23T07:04:53.859 INFO:teuthology.orchestra.run.trial123.stderr:23 Feb 07:04:53 ntpd[9415]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2026-02-23T07:04:53.859 INFO:teuthology.orchestra.run.trial123.stderr:23 Feb 07:04:53 ntpd[9415]: can't open /var/log/ntpstats/loopstats.20260223: Permission denied 2026-02-23T07:04:53.882 INFO:teuthology.orchestra.run.trial012.stdout: remote refid st t when poll reach delay offset jitter 2026-02-23T07:04:53.882 INFO:teuthology.orchestra.run.trial012.stdout:============================================================================== 2026-02-23T07:04:53.882 INFO:teuthology.orchestra.run.trial012.stdout: chi2.us.ntp.li .INIT. 16 u - 64 0 0.000 +0.000 0.000 2026-02-23T07:04:53.882 INFO:teuthology.orchestra.run.trial012.stdout: ntp1.glypnod.co .INIT. 16 u - 64 0 0.000 +0.000 0.000 2026-02-23T07:04:53.882 INFO:teuthology.orchestra.run.trial012.stdout: chl.la .INIT. 16 u - 64 0 0.000 +0.000 0.000 2026-02-23T07:04:53.882 INFO:teuthology.orchestra.run.trial012.stdout: 173.249.203.227 .INIT. 16 u - 64 0 0.000 +0.000 0.000 2026-02-23T07:04:53.931 INFO:teuthology.orchestra.run.trial123.stdout: remote refid st t when poll reach delay offset jitter 2026-02-23T07:04:53.931 INFO:teuthology.orchestra.run.trial123.stdout:============================================================================== 2026-02-23T07:04:53.931 INFO:teuthology.orchestra.run.trial123.stdout: frumentum-zeus. .INIT. 16 u - 64 0 0.000 +0.000 0.000 2026-02-23T07:04:53.931 INFO:teuthology.orchestra.run.trial123.stdout: time.cloudflare .INIT. 16 u - 64 0 0.000 +0.000 0.000 2026-02-23T07:04:53.931 INFO:teuthology.orchestra.run.trial123.stdout: 209.205.228.50 .INIT. 16 u - 64 0 0.000 +0.000 0.000 2026-02-23T07:04:53.931 INFO:teuthology.orchestra.run.trial123.stdout: 163.123.152.14 .INIT. 16 u - 64 0 0.000 +0.000 0.000 2026-02-23T07:04:53.933 INFO:teuthology.run_tasks:Running task nvme_loop... 2026-02-23T07:04:53.948 INFO:tasks.nvme_loop:Setting up nvme_loop on scratch devices... 2026-02-23T07:04:53.948 DEBUG:teuthology.orchestra.run.trial012:> set -ex 2026-02-23T07:04:53.948 DEBUG:teuthology.orchestra.run.trial012:> dd if=/scratch_devs of=/dev/stdout 2026-02-23T07:04:53.954 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-23T07:04:53.954 DEBUG:teuthology.orchestra.run.trial012:> stat /dev/vg_nvme/lv_1 2026-02-23T07:04:54.001 INFO:teuthology.orchestra.run.trial012.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2026-02-23T07:04:54.001 INFO:teuthology.orchestra.run.trial012.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2026-02-23T07:04:54.001 INFO:teuthology.orchestra.run.trial012.stdout:Device: 5h/5d Inode: 896 Links: 1 2026-02-23T07:04:54.001 INFO:teuthology.orchestra.run.trial012.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2026-02-23T07:04:54.001 INFO:teuthology.orchestra.run.trial012.stdout:Access: 2026-02-23 07:04:33.566960772 +0000 2026-02-23T07:04:54.001 INFO:teuthology.orchestra.run.trial012.stdout:Modify: 2026-02-23 07:04:33.394963701 +0000 2026-02-23T07:04:54.001 INFO:teuthology.orchestra.run.trial012.stdout:Change: 2026-02-23 07:04:33.394963701 +0000 2026-02-23T07:04:54.001 INFO:teuthology.orchestra.run.trial012.stdout: Birth: - 2026-02-23T07:04:54.002 DEBUG:teuthology.orchestra.run.trial012:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2026-02-23T07:04:54.049 INFO:teuthology.orchestra.run.trial012.stderr:1+0 records in 2026-02-23T07:04:54.049 INFO:teuthology.orchestra.run.trial012.stderr:1+0 records out 2026-02-23T07:04:54.049 INFO:teuthology.orchestra.run.trial012.stderr:512 bytes copied, 0.000197017 s, 2.6 MB/s 2026-02-23T07:04:54.051 DEBUG:teuthology.orchestra.run.trial012:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2026-02-23T07:04:54.099 DEBUG:teuthology.orchestra.run.trial012:> stat /dev/vg_nvme/lv_2 2026-02-23T07:04:54.149 INFO:teuthology.orchestra.run.trial012.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2026-02-23T07:04:54.149 INFO:teuthology.orchestra.run.trial012.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2026-02-23T07:04:54.149 INFO:teuthology.orchestra.run.trial012.stdout:Device: 5h/5d Inode: 923 Links: 1 2026-02-23T07:04:54.149 INFO:teuthology.orchestra.run.trial012.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2026-02-23T07:04:54.149 INFO:teuthology.orchestra.run.trial012.stdout:Access: 2026-02-23 07:04:33.738957843 +0000 2026-02-23T07:04:54.149 INFO:teuthology.orchestra.run.trial012.stdout:Modify: 2026-02-23 07:04:33.734957909 +0000 2026-02-23T07:04:54.149 INFO:teuthology.orchestra.run.trial012.stdout:Change: 2026-02-23 07:04:33.734957909 +0000 2026-02-23T07:04:54.150 INFO:teuthology.orchestra.run.trial012.stdout: Birth: - 2026-02-23T07:04:54.150 DEBUG:teuthology.orchestra.run.trial012:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2026-02-23T07:04:54.196 INFO:teuthology.orchestra.run.trial012.stderr:1+0 records in 2026-02-23T07:04:54.196 INFO:teuthology.orchestra.run.trial012.stderr:1+0 records out 2026-02-23T07:04:54.196 INFO:teuthology.orchestra.run.trial012.stderr:512 bytes copied, 0.000177541 s, 2.9 MB/s 2026-02-23T07:04:54.197 DEBUG:teuthology.orchestra.run.trial012:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2026-02-23T07:04:54.246 DEBUG:teuthology.orchestra.run.trial012:> stat /dev/vg_nvme/lv_3 2026-02-23T07:04:54.293 INFO:teuthology.orchestra.run.trial012.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2026-02-23T07:04:54.293 INFO:teuthology.orchestra.run.trial012.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2026-02-23T07:04:54.293 INFO:teuthology.orchestra.run.trial012.stdout:Device: 5h/5d Inode: 945 Links: 1 2026-02-23T07:04:54.293 INFO:teuthology.orchestra.run.trial012.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2026-02-23T07:04:54.293 INFO:teuthology.orchestra.run.trial012.stdout:Access: 2026-02-23 07:04:34.258948986 +0000 2026-02-23T07:04:54.293 INFO:teuthology.orchestra.run.trial012.stdout:Modify: 2026-02-23 07:04:34.058952392 +0000 2026-02-23T07:04:54.293 INFO:teuthology.orchestra.run.trial012.stdout:Change: 2026-02-23 07:04:34.058952392 +0000 2026-02-23T07:04:54.294 INFO:teuthology.orchestra.run.trial012.stdout: Birth: - 2026-02-23T07:04:54.294 DEBUG:teuthology.orchestra.run.trial012:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2026-02-23T07:04:54.340 INFO:teuthology.orchestra.run.trial012.stderr:1+0 records in 2026-02-23T07:04:54.341 INFO:teuthology.orchestra.run.trial012.stderr:1+0 records out 2026-02-23T07:04:54.341 INFO:teuthology.orchestra.run.trial012.stderr:512 bytes copied, 0.000202868 s, 2.5 MB/s 2026-02-23T07:04:54.342 DEBUG:teuthology.orchestra.run.trial012:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2026-02-23T07:04:54.390 DEBUG:teuthology.orchestra.run.trial012:> stat /dev/vg_nvme/lv_4 2026-02-23T07:04:54.437 INFO:teuthology.orchestra.run.trial012.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2026-02-23T07:04:54.437 INFO:teuthology.orchestra.run.trial012.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2026-02-23T07:04:54.437 INFO:teuthology.orchestra.run.trial012.stdout:Device: 5h/5d Inode: 968 Links: 1 2026-02-23T07:04:54.437 INFO:teuthology.orchestra.run.trial012.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2026-02-23T07:04:54.437 INFO:teuthology.orchestra.run.trial012.stdout:Access: 2026-02-23 07:04:34.578943537 +0000 2026-02-23T07:04:54.438 INFO:teuthology.orchestra.run.trial012.stdout:Modify: 2026-02-23 07:04:34.406946466 +0000 2026-02-23T07:04:54.438 INFO:teuthology.orchestra.run.trial012.stdout:Change: 2026-02-23 07:04:34.406946466 +0000 2026-02-23T07:04:54.438 INFO:teuthology.orchestra.run.trial012.stdout: Birth: - 2026-02-23T07:04:54.438 DEBUG:teuthology.orchestra.run.trial012:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2026-02-23T07:04:54.484 INFO:teuthology.orchestra.run.trial012.stderr:1+0 records in 2026-02-23T07:04:54.484 INFO:teuthology.orchestra.run.trial012.stderr:1+0 records out 2026-02-23T07:04:54.484 INFO:teuthology.orchestra.run.trial012.stderr:512 bytes copied, 0.000175127 s, 2.9 MB/s 2026-02-23T07:04:54.486 DEBUG:teuthology.orchestra.run.trial012:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2026-02-23T07:04:54.535 DEBUG:teuthology.orchestra.run.trial012:> 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-23T07:04:54.613 INFO:teuthology.orchestra.run.trial012.stdout:loop 2026-02-23T07:04:54.615 INFO:tasks.nvme_loop:Connecting nvme_loop trial012:/dev/vg_nvme/lv_1... 2026-02-23T07:04:54.615 DEBUG:teuthology.orchestra.run.trial012:> 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-23T07:04:54.671 INFO:teuthology.orchestra.run.trial012.stdout:1 2026-02-23T07:04:54.689 INFO:teuthology.orchestra.run.trial012.stdout:/dev/vg_nvme/lv_11 2026-02-23T07:04:54.704 INFO:tasks.nvme_loop:Connecting nvme_loop trial012:/dev/vg_nvme/lv_2... 2026-02-23T07:04:54.705 DEBUG:teuthology.orchestra.run.trial012:> 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-23T07:04:54.757 INFO:teuthology.orchestra.run.trial012.stdout:1 2026-02-23T07:04:54.775 INFO:teuthology.orchestra.run.trial012.stdout:/dev/vg_nvme/lv_21 2026-02-23T07:04:54.789 INFO:tasks.nvme_loop:Connecting nvme_loop trial012:/dev/vg_nvme/lv_3... 2026-02-23T07:04:54.790 DEBUG:teuthology.orchestra.run.trial012:> 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-23T07:04:54.847 INFO:teuthology.orchestra.run.trial012.stdout:1 2026-02-23T07:04:54.864 INFO:teuthology.orchestra.run.trial012.stdout:/dev/vg_nvme/lv_31 2026-02-23T07:04:54.882 INFO:tasks.nvme_loop:Connecting nvme_loop trial012:/dev/vg_nvme/lv_4... 2026-02-23T07:04:54.882 DEBUG:teuthology.orchestra.run.trial012:> 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-23T07:04:54.937 INFO:teuthology.orchestra.run.trial012.stdout:1 2026-02-23T07:04:54.955 INFO:teuthology.orchestra.run.trial012.stdout:/dev/vg_nvme/lv_41 2026-02-23T07:04:54.969 DEBUG:teuthology.orchestra.run.trial012:> set -ex 2026-02-23T07:04:54.969 DEBUG:teuthology.orchestra.run.trial012:> dd if=/scratch_devs of=/dev/stdout 2026-02-23T07:04:55.014 DEBUG:teuthology.orchestra.run.trial012:> lsblk 2026-02-23T07:04:55.063 INFO:teuthology.orchestra.run.trial012.stdout:NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINTS 2026-02-23T07:04:55.063 INFO:teuthology.orchestra.run.trial012.stdout:loop0 7:0 0 63.8M 1 loop /snap/core20/2686 2026-02-23T07:04:55.064 INFO:teuthology.orchestra.run.trial012.stdout:loop1 7:1 0 91.4M 1 loop /snap/lxd/36918 2026-02-23T07:04:55.064 INFO:teuthology.orchestra.run.trial012.stdout:loop2 7:2 0 48.1M 1 loop /snap/snapd/25935 2026-02-23T07:04:55.064 INFO:teuthology.orchestra.run.trial012.stdout:nvme0n1 259:0 0 894.3G 0 disk 2026-02-23T07:04:55.064 INFO:teuthology.orchestra.run.trial012.stdout:├─nvme0n1p1 259:1 0 512M 0 part /boot/efi 2026-02-23T07:04:55.064 INFO:teuthology.orchestra.run.trial012.stdout:└─nvme0n1p2 259:2 0 893.8G 0 part / 2026-02-23T07:04:55.064 INFO:teuthology.orchestra.run.trial012.stdout:nvme1n1 259:3 0 1.7T 0 disk 2026-02-23T07:04:55.065 INFO:teuthology.orchestra.run.trial012.stdout:├─vg_nvme-lv_1 253:0 0 700G 0 lvm 2026-02-23T07:04:55.065 INFO:teuthology.orchestra.run.trial012.stdout:├─vg_nvme-lv_2 253:1 0 700G 0 lvm 2026-02-23T07:04:55.065 INFO:teuthology.orchestra.run.trial012.stdout:└─vg_nvme-lv_5 253:4 0 100G 0 lvm /var/lib/ceph 2026-02-23T07:04:55.065 INFO:teuthology.orchestra.run.trial012.stdout:nvme2n1 259:4 0 1.7T 0 disk 2026-02-23T07:04:55.065 INFO:teuthology.orchestra.run.trial012.stdout:├─vg_nvme-lv_3 253:2 0 700G 0 lvm 2026-02-23T07:04:55.065 INFO:teuthology.orchestra.run.trial012.stdout:└─vg_nvme-lv_4 253:3 0 700G 0 lvm 2026-02-23T07:04:55.066 INFO:teuthology.orchestra.run.trial012.stdout:nvme3n1 259:6 0 700G 0 disk 2026-02-23T07:04:55.066 INFO:teuthology.orchestra.run.trial012.stdout:nvme4n1 259:8 0 700G 0 disk 2026-02-23T07:04:55.066 INFO:teuthology.orchestra.run.trial012.stdout:nvme5n1 259:10 0 700G 0 disk 2026-02-23T07:04:55.066 INFO:teuthology.orchestra.run.trial012.stdout:nvme6n1 259:12 0 700G 0 disk 2026-02-23T07:04:55.067 DEBUG:teuthology.orchestra.run.trial012:> sudo nvme list -o json 2026-02-23T07:04:55.114 INFO:teuthology.orchestra.run.trial012.stdout:{ 2026-02-23T07:04:55.114 INFO:teuthology.orchestra.run.trial012.stdout: "Devices" : [ 2026-02-23T07:04:55.114 INFO:teuthology.orchestra.run.trial012.stdout: { 2026-02-23T07:04:55.114 INFO:teuthology.orchestra.run.trial012.stdout: "DevicePath" : "/dev/nvme0n1", 2026-02-23T07:04:55.114 INFO:teuthology.orchestra.run.trial012.stdout: "Firmware" : "E2MU200", 2026-02-23T07:04:55.114 INFO:teuthology.orchestra.run.trial012.stdout: "Index" : 0, 2026-02-23T07:04:55.114 INFO:teuthology.orchestra.run.trial012.stdout: "ModelNumber" : "Micron_7450_MTFDKBA960TFR", 2026-02-23T07:04:55.115 INFO:teuthology.orchestra.run.trial012.stdout: "ProductName" : "Unknown Device", 2026-02-23T07:04:55.115 INFO:teuthology.orchestra.run.trial012.stdout: "SerialNumber" : "25174FCD6623" 2026-02-23T07:04:55.115 INFO:teuthology.orchestra.run.trial012.stdout: }, 2026-02-23T07:04:55.115 INFO:teuthology.orchestra.run.trial012.stdout: { 2026-02-23T07:04:55.115 INFO:teuthology.orchestra.run.trial012.stdout: "DevicePath" : "/dev/nvme1n1", 2026-02-23T07:04:55.115 INFO:teuthology.orchestra.run.trial012.stdout: "Firmware" : "E3MQ000", 2026-02-23T07:04:55.115 INFO:teuthology.orchestra.run.trial012.stdout: "Index" : 1, 2026-02-23T07:04:55.115 INFO:teuthology.orchestra.run.trial012.stdout: "ModelNumber" : "MTFDKCC1T9TGP-1BK1JABYY", 2026-02-23T07:04:55.115 INFO:teuthology.orchestra.run.trial012.stdout: "ProductName" : "Unknown Device", 2026-02-23T07:04:55.115 INFO:teuthology.orchestra.run.trial012.stdout: "SerialNumber" : "012510B47DD8" 2026-02-23T07:04:55.115 INFO:teuthology.orchestra.run.trial012.stdout: }, 2026-02-23T07:04:55.115 INFO:teuthology.orchestra.run.trial012.stdout: { 2026-02-23T07:04:55.116 INFO:teuthology.orchestra.run.trial012.stdout: "DevicePath" : "/dev/nvme2n1", 2026-02-23T07:04:55.116 INFO:teuthology.orchestra.run.trial012.stdout: "Firmware" : "E3MQ000", 2026-02-23T07:04:55.116 INFO:teuthology.orchestra.run.trial012.stdout: "Index" : 2, 2026-02-23T07:04:55.116 INFO:teuthology.orchestra.run.trial012.stdout: "ModelNumber" : "MTFDKCC1T9TGP-1BK1JABYY", 2026-02-23T07:04:55.116 INFO:teuthology.orchestra.run.trial012.stdout: "ProductName" : "Unknown Device", 2026-02-23T07:04:55.116 INFO:teuthology.orchestra.run.trial012.stdout: "SerialNumber" : "012510B0023B" 2026-02-23T07:04:55.116 INFO:teuthology.orchestra.run.trial012.stdout: }, 2026-02-23T07:04:55.116 INFO:teuthology.orchestra.run.trial012.stdout: { 2026-02-23T07:04:55.116 INFO:teuthology.orchestra.run.trial012.stdout: "DevicePath" : "/dev/nvme3n1", 2026-02-23T07:04:55.116 INFO:teuthology.orchestra.run.trial012.stdout: "Firmware" : "5.15.0-1", 2026-02-23T07:04:55.116 INFO:teuthology.orchestra.run.trial012.stdout: "Index" : 3, 2026-02-23T07:04:55.116 INFO:teuthology.orchestra.run.trial012.stdout: "ModelNumber" : "Linux", 2026-02-23T07:04:55.116 INFO:teuthology.orchestra.run.trial012.stdout: "ProductName" : "Unknown Device", 2026-02-23T07:04:55.117 INFO:teuthology.orchestra.run.trial012.stdout: "SerialNumber" : "7fb5cf545841cfe2942f" 2026-02-23T07:04:55.117 INFO:teuthology.orchestra.run.trial012.stdout: }, 2026-02-23T07:04:55.117 INFO:teuthology.orchestra.run.trial012.stdout: { 2026-02-23T07:04:55.117 INFO:teuthology.orchestra.run.trial012.stdout: "DevicePath" : "/dev/nvme4n1", 2026-02-23T07:04:55.117 INFO:teuthology.orchestra.run.trial012.stdout: "Firmware" : "5.15.0-1", 2026-02-23T07:04:55.117 INFO:teuthology.orchestra.run.trial012.stdout: "Index" : 4, 2026-02-23T07:04:55.117 INFO:teuthology.orchestra.run.trial012.stdout: "ModelNumber" : "Linux", 2026-02-23T07:04:55.117 INFO:teuthology.orchestra.run.trial012.stdout: "ProductName" : "Unknown Device", 2026-02-23T07:04:55.117 INFO:teuthology.orchestra.run.trial012.stdout: "SerialNumber" : "7302065c367dcd48d013" 2026-02-23T07:04:55.117 INFO:teuthology.orchestra.run.trial012.stdout: }, 2026-02-23T07:04:55.117 INFO:teuthology.orchestra.run.trial012.stdout: { 2026-02-23T07:04:55.117 INFO:teuthology.orchestra.run.trial012.stdout: "DevicePath" : "/dev/nvme5n1", 2026-02-23T07:04:55.117 INFO:teuthology.orchestra.run.trial012.stdout: "Firmware" : "5.15.0-1", 2026-02-23T07:04:55.117 INFO:teuthology.orchestra.run.trial012.stdout: "Index" : 5, 2026-02-23T07:04:55.118 INFO:teuthology.orchestra.run.trial012.stdout: "ModelNumber" : "Linux", 2026-02-23T07:04:55.118 INFO:teuthology.orchestra.run.trial012.stdout: "ProductName" : "Unknown Device", 2026-02-23T07:04:55.118 INFO:teuthology.orchestra.run.trial012.stdout: "SerialNumber" : "04d5ef45c44c6888e241" 2026-02-23T07:04:55.118 INFO:teuthology.orchestra.run.trial012.stdout: }, 2026-02-23T07:04:55.118 INFO:teuthology.orchestra.run.trial012.stdout: { 2026-02-23T07:04:55.118 INFO:teuthology.orchestra.run.trial012.stdout: "DevicePath" : "/dev/nvme6n1", 2026-02-23T07:04:55.118 INFO:teuthology.orchestra.run.trial012.stdout: "Firmware" : "5.15.0-1", 2026-02-23T07:04:55.118 INFO:teuthology.orchestra.run.trial012.stdout: "Index" : 6, 2026-02-23T07:04:55.118 INFO:teuthology.orchestra.run.trial012.stdout: "ModelNumber" : "Linux", 2026-02-23T07:04:55.118 INFO:teuthology.orchestra.run.trial012.stdout: "ProductName" : "Unknown Device", 2026-02-23T07:04:55.118 INFO:teuthology.orchestra.run.trial012.stdout: "SerialNumber" : "0efd705f3b9d25ebd4d6" 2026-02-23T07:04:55.118 INFO:teuthology.orchestra.run.trial012.stdout: } 2026-02-23T07:04:55.118 INFO:teuthology.orchestra.run.trial012.stdout: ] 2026-02-23T07:04:55.119 INFO:teuthology.orchestra.run.trial012.stdout:} 2026-02-23T07:04:55.120 DEBUG:teuthology.orchestra.run.trial012:> sudo dd if=/dev/zero of=/dev/nvme3n1 seek=0 bs=1 count=4096 2026-02-23T07:04:55.173 INFO:teuthology.orchestra.run.trial012.stderr:4096+0 records in 2026-02-23T07:04:55.173 INFO:teuthology.orchestra.run.trial012.stderr:4096+0 records out 2026-02-23T07:04:55.173 INFO:teuthology.orchestra.run.trial012.stderr:4096 bytes (4.1 kB, 4.0 KiB) copied, 0.00476001 s, 861 kB/s 2026-02-23T07:04:55.174 DEBUG:teuthology.orchestra.run.trial012:> sudo hexdump -n22 -C -s0 /dev/nvme3n1 2026-02-23T07:04:55.224 INFO:teuthology.orchestra.run.trial012.stdout:00000000 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| 2026-02-23T07:04:55.224 INFO:teuthology.orchestra.run.trial012.stdout:00000010 00 00 00 00 00 00 |......| 2026-02-23T07:04:55.224 INFO:teuthology.orchestra.run.trial012.stdout:00000016 2026-02-23T07:04:55.225 DEBUG:teuthology.orchestra.run.trial012:> sudo dd if=/dev/zero of=/dev/nvme3n1 seek=1073741824 bs=1 count=4096 2026-02-23T07:04:55.280 INFO:teuthology.orchestra.run.trial012.stderr:4096+0 records in 2026-02-23T07:04:55.280 INFO:teuthology.orchestra.run.trial012.stderr:4096+0 records out 2026-02-23T07:04:55.280 INFO:teuthology.orchestra.run.trial012.stderr:4096 bytes (4.1 kB, 4.0 KiB) copied, 0.00446022 s, 918 kB/s 2026-02-23T07:04:55.281 DEBUG:teuthology.orchestra.run.trial012:> sudo hexdump -n22 -C -s1073741824 /dev/nvme3n1 2026-02-23T07:04:55.332 INFO:teuthology.orchestra.run.trial012.stdout:40000000 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| 2026-02-23T07:04:55.332 INFO:teuthology.orchestra.run.trial012.stdout:40000010 00 00 00 00 00 00 |......| 2026-02-23T07:04:55.332 INFO:teuthology.orchestra.run.trial012.stdout:40000016 2026-02-23T07:04:55.333 DEBUG:teuthology.orchestra.run.trial012:> sudo dd if=/dev/zero of=/dev/nvme3n1 seek=10737418240 bs=1 count=4096 2026-02-23T07:04:55.389 INFO:teuthology.orchestra.run.trial012.stderr:4096+0 records in 2026-02-23T07:04:55.389 INFO:teuthology.orchestra.run.trial012.stderr:4096+0 records out 2026-02-23T07:04:55.389 INFO:teuthology.orchestra.run.trial012.stderr:4096 bytes (4.1 kB, 4.0 KiB) copied, 0.00482307 s, 849 kB/s 2026-02-23T07:04:55.391 DEBUG:teuthology.orchestra.run.trial012:> sudo hexdump -n22 -C -s10737418240 /dev/nvme3n1 2026-02-23T07:04:55.440 INFO:teuthology.orchestra.run.trial012.stdout:280000000 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| 2026-02-23T07:04:55.440 INFO:teuthology.orchestra.run.trial012.stdout:280000010 00 00 00 00 00 00 |......| 2026-02-23T07:04:55.440 INFO:teuthology.orchestra.run.trial012.stdout:280000016 2026-02-23T07:04:55.441 DEBUG:teuthology.orchestra.run.trial012:> sudo dd if=/dev/zero of=/dev/nvme4n1 seek=0 bs=1 count=4096 2026-02-23T07:04:55.496 INFO:teuthology.orchestra.run.trial012.stderr:4096+0 records in 2026-02-23T07:04:55.496 INFO:teuthology.orchestra.run.trial012.stderr:4096+0 records out 2026-02-23T07:04:55.496 INFO:teuthology.orchestra.run.trial012.stderr:4096 bytes (4.1 kB, 4.0 KiB) copied, 0.00463873 s, 883 kB/s 2026-02-23T07:04:55.498 DEBUG:teuthology.orchestra.run.trial012:> sudo hexdump -n22 -C -s0 /dev/nvme4n1 2026-02-23T07:04:55.548 INFO:teuthology.orchestra.run.trial012.stdout:00000000 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| 2026-02-23T07:04:55.548 INFO:teuthology.orchestra.run.trial012.stdout:00000010 00 00 00 00 00 00 |......| 2026-02-23T07:04:55.548 INFO:teuthology.orchestra.run.trial012.stdout:00000016 2026-02-23T07:04:55.550 DEBUG:teuthology.orchestra.run.trial012:> sudo dd if=/dev/zero of=/dev/nvme4n1 seek=1073741824 bs=1 count=4096 2026-02-23T07:04:55.604 INFO:teuthology.orchestra.run.trial012.stderr:4096+0 records in 2026-02-23T07:04:55.605 INFO:teuthology.orchestra.run.trial012.stderr:4096+0 records out 2026-02-23T07:04:55.605 INFO:teuthology.orchestra.run.trial012.stderr:4096 bytes (4.1 kB, 4.0 KiB) copied, 0.00467776 s, 876 kB/s 2026-02-23T07:04:55.606 DEBUG:teuthology.orchestra.run.trial012:> sudo hexdump -n22 -C -s1073741824 /dev/nvme4n1 2026-02-23T07:04:55.656 INFO:teuthology.orchestra.run.trial012.stdout:40000000 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| 2026-02-23T07:04:55.656 INFO:teuthology.orchestra.run.trial012.stdout:40000010 00 00 00 00 00 00 |......| 2026-02-23T07:04:55.656 INFO:teuthology.orchestra.run.trial012.stdout:40000016 2026-02-23T07:04:55.657 DEBUG:teuthology.orchestra.run.trial012:> sudo dd if=/dev/zero of=/dev/nvme4n1 seek=10737418240 bs=1 count=4096 2026-02-23T07:04:55.713 INFO:teuthology.orchestra.run.trial012.stderr:4096+0 records in 2026-02-23T07:04:55.713 INFO:teuthology.orchestra.run.trial012.stderr:4096+0 records out 2026-02-23T07:04:55.713 INFO:teuthology.orchestra.run.trial012.stderr:4096 bytes (4.1 kB, 4.0 KiB) copied, 0.0048511 s, 844 kB/s 2026-02-23T07:04:55.714 DEBUG:teuthology.orchestra.run.trial012:> sudo hexdump -n22 -C -s10737418240 /dev/nvme4n1 2026-02-23T07:04:55.764 INFO:teuthology.orchestra.run.trial012.stdout:280000000 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| 2026-02-23T07:04:55.764 INFO:teuthology.orchestra.run.trial012.stdout:280000010 00 00 00 00 00 00 |......| 2026-02-23T07:04:55.764 INFO:teuthology.orchestra.run.trial012.stdout:280000016 2026-02-23T07:04:55.765 DEBUG:teuthology.orchestra.run.trial012:> sudo dd if=/dev/zero of=/dev/nvme5n1 seek=0 bs=1 count=4096 2026-02-23T07:04:55.816 INFO:teuthology.orchestra.run.trial012.stderr:4096+0 records in 2026-02-23T07:04:55.816 INFO:teuthology.orchestra.run.trial012.stderr:4096+0 records out 2026-02-23T07:04:55.816 INFO:teuthology.orchestra.run.trial012.stderr:4096 bytes (4.1 kB, 4.0 KiB) copied, 0.0045289 s, 904 kB/s 2026-02-23T07:04:55.818 DEBUG:teuthology.orchestra.run.trial012:> sudo hexdump -n22 -C -s0 /dev/nvme5n1 2026-02-23T07:04:55.868 INFO:teuthology.orchestra.run.trial012.stdout:00000000 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| 2026-02-23T07:04:55.868 INFO:teuthology.orchestra.run.trial012.stdout:00000010 00 00 00 00 00 00 |......| 2026-02-23T07:04:55.868 INFO:teuthology.orchestra.run.trial012.stdout:00000016 2026-02-23T07:04:55.869 DEBUG:teuthology.orchestra.run.trial012:> sudo dd if=/dev/zero of=/dev/nvme5n1 seek=1073741824 bs=1 count=4096 2026-02-23T07:04:55.924 INFO:teuthology.orchestra.run.trial012.stderr:4096+0 records in 2026-02-23T07:04:55.924 INFO:teuthology.orchestra.run.trial012.stderr:4096+0 records out 2026-02-23T07:04:55.925 INFO:teuthology.orchestra.run.trial012.stderr:4096 bytes (4.1 kB, 4.0 KiB) copied, 0.00463353 s, 884 kB/s 2026-02-23T07:04:55.926 DEBUG:teuthology.orchestra.run.trial012:> sudo hexdump -n22 -C -s1073741824 /dev/nvme5n1 2026-02-23T07:04:55.976 INFO:teuthology.orchestra.run.trial012.stdout:40000000 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| 2026-02-23T07:04:55.976 INFO:teuthology.orchestra.run.trial012.stdout:40000010 00 00 00 00 00 00 |......| 2026-02-23T07:04:55.976 INFO:teuthology.orchestra.run.trial012.stdout:40000016 2026-02-23T07:04:55.977 DEBUG:teuthology.orchestra.run.trial012:> sudo dd if=/dev/zero of=/dev/nvme5n1 seek=10737418240 bs=1 count=4096 2026-02-23T07:04:56.032 INFO:teuthology.orchestra.run.trial012.stderr:4096+0 records in 2026-02-23T07:04:56.033 INFO:teuthology.orchestra.run.trial012.stderr:4096+0 records out 2026-02-23T07:04:56.033 INFO:teuthology.orchestra.run.trial012.stderr:4096 bytes (4.1 kB, 4.0 KiB) copied, 0.00474102 s, 864 kB/s 2026-02-23T07:04:56.034 DEBUG:teuthology.orchestra.run.trial012:> sudo hexdump -n22 -C -s10737418240 /dev/nvme5n1 2026-02-23T07:04:56.088 INFO:teuthology.orchestra.run.trial012.stdout:280000000 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| 2026-02-23T07:04:56.088 INFO:teuthology.orchestra.run.trial012.stdout:280000010 00 00 00 00 00 00 |......| 2026-02-23T07:04:56.088 INFO:teuthology.orchestra.run.trial012.stdout:280000016 2026-02-23T07:04:56.089 DEBUG:teuthology.orchestra.run.trial012:> sudo dd if=/dev/zero of=/dev/nvme6n1 seek=0 bs=1 count=4096 2026-02-23T07:04:56.145 INFO:teuthology.orchestra.run.trial012.stderr:4096+0 records in 2026-02-23T07:04:56.145 INFO:teuthology.orchestra.run.trial012.stderr:4096+0 records out 2026-02-23T07:04:56.145 INFO:teuthology.orchestra.run.trial012.stderr:4096 bytes (4.1 kB, 4.0 KiB) copied, 0.00466643 s, 878 kB/s 2026-02-23T07:04:56.147 DEBUG:teuthology.orchestra.run.trial012:> sudo hexdump -n22 -C -s0 /dev/nvme6n1 2026-02-23T07:04:56.196 INFO:teuthology.orchestra.run.trial012.stdout:00000000 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| 2026-02-23T07:04:56.196 INFO:teuthology.orchestra.run.trial012.stdout:00000010 00 00 00 00 00 00 |......| 2026-02-23T07:04:56.197 INFO:teuthology.orchestra.run.trial012.stdout:00000016 2026-02-23T07:04:56.198 DEBUG:teuthology.orchestra.run.trial012:> sudo dd if=/dev/zero of=/dev/nvme6n1 seek=1073741824 bs=1 count=4096 2026-02-23T07:04:56.253 INFO:teuthology.orchestra.run.trial012.stderr:4096+0 records in 2026-02-23T07:04:56.253 INFO:teuthology.orchestra.run.trial012.stderr:4096+0 records out 2026-02-23T07:04:56.253 INFO:teuthology.orchestra.run.trial012.stderr:4096 bytes (4.1 kB, 4.0 KiB) copied, 0.00479531 s, 854 kB/s 2026-02-23T07:04:56.254 DEBUG:teuthology.orchestra.run.trial012:> sudo hexdump -n22 -C -s1073741824 /dev/nvme6n1 2026-02-23T07:04:56.308 INFO:teuthology.orchestra.run.trial012.stdout:40000000 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| 2026-02-23T07:04:56.308 INFO:teuthology.orchestra.run.trial012.stdout:40000010 00 00 00 00 00 00 |......| 2026-02-23T07:04:56.308 INFO:teuthology.orchestra.run.trial012.stdout:40000016 2026-02-23T07:04:56.309 DEBUG:teuthology.orchestra.run.trial012:> sudo dd if=/dev/zero of=/dev/nvme6n1 seek=10737418240 bs=1 count=4096 2026-02-23T07:04:56.360 INFO:teuthology.orchestra.run.trial012.stderr:4096+0 records in 2026-02-23T07:04:56.360 INFO:teuthology.orchestra.run.trial012.stderr:4096+0 records out 2026-02-23T07:04:56.360 INFO:teuthology.orchestra.run.trial012.stderr:4096 bytes (4.1 kB, 4.0 KiB) copied, 0.00473486 s, 865 kB/s 2026-02-23T07:04:56.361 DEBUG:teuthology.orchestra.run.trial012:> sudo hexdump -n22 -C -s10737418240 /dev/nvme6n1 2026-02-23T07:04:56.412 INFO:teuthology.orchestra.run.trial012.stdout:280000000 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| 2026-02-23T07:04:56.412 INFO:teuthology.orchestra.run.trial012.stdout:280000010 00 00 00 00 00 00 |......| 2026-02-23T07:04:56.412 INFO:teuthology.orchestra.run.trial012.stdout:280000016 2026-02-23T07:04:56.413 INFO:tasks.nvme_loop:new_devs ['/dev/nvme3n1', '/dev/nvme4n1', '/dev/nvme5n1', '/dev/nvme6n1'] 2026-02-23T07:04:56.413 DEBUG:teuthology.orchestra.run.trial012:> set -ex 2026-02-23T07:04:56.413 DEBUG:teuthology.orchestra.run.trial012:> sudo dd of=/scratch_devs 2026-02-23T07:04:56.466 DEBUG:teuthology.orchestra.run.trial123:> set -ex 2026-02-23T07:04:56.466 DEBUG:teuthology.orchestra.run.trial123:> dd if=/scratch_devs of=/dev/stdout 2026-02-23T07:04:56.472 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-23T07:04:56.472 DEBUG:teuthology.orchestra.run.trial123:> stat /dev/vg_nvme/lv_1 2026-02-23T07:04:56.518 INFO:teuthology.orchestra.run.trial123.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2026-02-23T07:04:56.518 INFO:teuthology.orchestra.run.trial123.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2026-02-23T07:04:56.519 INFO:teuthology.orchestra.run.trial123.stdout:Device: 5h/5d Inode: 899 Links: 1 2026-02-23T07:04:56.519 INFO:teuthology.orchestra.run.trial123.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2026-02-23T07:04:56.519 INFO:teuthology.orchestra.run.trial123.stdout:Access: 2026-02-23 07:04:33.916467406 +0000 2026-02-23T07:04:56.519 INFO:teuthology.orchestra.run.trial123.stdout:Modify: 2026-02-23 07:04:33.776469783 +0000 2026-02-23T07:04:56.519 INFO:teuthology.orchestra.run.trial123.stdout:Change: 2026-02-23 07:04:33.776469783 +0000 2026-02-23T07:04:56.519 INFO:teuthology.orchestra.run.trial123.stdout: Birth: - 2026-02-23T07:04:56.519 DEBUG:teuthology.orchestra.run.trial123:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2026-02-23T07:04:56.569 INFO:teuthology.orchestra.run.trial123.stderr:1+0 records in 2026-02-23T07:04:56.570 INFO:teuthology.orchestra.run.trial123.stderr:1+0 records out 2026-02-23T07:04:56.570 INFO:teuthology.orchestra.run.trial123.stderr:512 bytes copied, 0.000190334 s, 2.7 MB/s 2026-02-23T07:04:56.571 DEBUG:teuthology.orchestra.run.trial123:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2026-02-23T07:04:56.621 DEBUG:teuthology.orchestra.run.trial123:> stat /dev/vg_nvme/lv_2 2026-02-23T07:04:56.667 INFO:teuthology.orchestra.run.trial123.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2026-02-23T07:04:56.667 INFO:teuthology.orchestra.run.trial123.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2026-02-23T07:04:56.667 INFO:teuthology.orchestra.run.trial123.stdout:Device: 5h/5d Inode: 920 Links: 1 2026-02-23T07:04:56.667 INFO:teuthology.orchestra.run.trial123.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2026-02-23T07:04:56.667 INFO:teuthology.orchestra.run.trial123.stdout:Access: 2026-02-23 07:04:34.072464754 +0000 2026-02-23T07:04:56.667 INFO:teuthology.orchestra.run.trial123.stdout:Modify: 2026-02-23 07:04:34.068464822 +0000 2026-02-23T07:04:56.667 INFO:teuthology.orchestra.run.trial123.stdout:Change: 2026-02-23 07:04:34.068464822 +0000 2026-02-23T07:04:56.667 INFO:teuthology.orchestra.run.trial123.stdout: Birth: - 2026-02-23T07:04:56.668 DEBUG:teuthology.orchestra.run.trial123:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2026-02-23T07:04:56.717 INFO:teuthology.orchestra.run.trial123.stderr:1+0 records in 2026-02-23T07:04:56.717 INFO:teuthology.orchestra.run.trial123.stderr:1+0 records out 2026-02-23T07:04:56.718 INFO:teuthology.orchestra.run.trial123.stderr:512 bytes copied, 0.000162683 s, 3.1 MB/s 2026-02-23T07:04:56.719 DEBUG:teuthology.orchestra.run.trial123:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2026-02-23T07:04:56.769 DEBUG:teuthology.orchestra.run.trial123:> stat /dev/vg_nvme/lv_3 2026-02-23T07:04:56.814 INFO:teuthology.orchestra.run.trial123.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2026-02-23T07:04:56.815 INFO:teuthology.orchestra.run.trial123.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2026-02-23T07:04:56.815 INFO:teuthology.orchestra.run.trial123.stdout:Device: 5h/5d Inode: 947 Links: 1 2026-02-23T07:04:56.815 INFO:teuthology.orchestra.run.trial123.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2026-02-23T07:04:56.815 INFO:teuthology.orchestra.run.trial123.stdout:Access: 2026-02-23 07:04:34.576456184 +0000 2026-02-23T07:04:56.815 INFO:teuthology.orchestra.run.trial123.stdout:Modify: 2026-02-23 07:04:34.372459654 +0000 2026-02-23T07:04:56.815 INFO:teuthology.orchestra.run.trial123.stdout:Change: 2026-02-23 07:04:34.372459654 +0000 2026-02-23T07:04:56.815 INFO:teuthology.orchestra.run.trial123.stdout: Birth: - 2026-02-23T07:04:56.815 DEBUG:teuthology.orchestra.run.trial123:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2026-02-23T07:04:56.865 INFO:teuthology.orchestra.run.trial123.stderr:1+0 records in 2026-02-23T07:04:56.865 INFO:teuthology.orchestra.run.trial123.stderr:1+0 records out 2026-02-23T07:04:56.866 INFO:teuthology.orchestra.run.trial123.stderr:512 bytes copied, 0.000175386 s, 2.9 MB/s 2026-02-23T07:04:56.867 DEBUG:teuthology.orchestra.run.trial123:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2026-02-23T07:04:56.916 DEBUG:teuthology.orchestra.run.trial123:> stat /dev/vg_nvme/lv_4 2026-02-23T07:04:56.962 INFO:teuthology.orchestra.run.trial123.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2026-02-23T07:04:56.963 INFO:teuthology.orchestra.run.trial123.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2026-02-23T07:04:56.963 INFO:teuthology.orchestra.run.trial123.stdout:Device: 5h/5d Inode: 971 Links: 1 2026-02-23T07:04:56.963 INFO:teuthology.orchestra.run.trial123.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2026-02-23T07:04:56.963 INFO:teuthology.orchestra.run.trial123.stdout:Access: 2026-02-23 07:04:34.948449863 +0000 2026-02-23T07:04:56.963 INFO:teuthology.orchestra.run.trial123.stdout:Modify: 2026-02-23 07:04:34.748453262 +0000 2026-02-23T07:04:56.963 INFO:teuthology.orchestra.run.trial123.stdout:Change: 2026-02-23 07:04:34.748453262 +0000 2026-02-23T07:04:56.963 INFO:teuthology.orchestra.run.trial123.stdout: Birth: - 2026-02-23T07:04:56.963 DEBUG:teuthology.orchestra.run.trial123:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2026-02-23T07:04:57.013 INFO:teuthology.orchestra.run.trial123.stderr:1+0 records in 2026-02-23T07:04:57.014 INFO:teuthology.orchestra.run.trial123.stderr:1+0 records out 2026-02-23T07:04:57.014 INFO:teuthology.orchestra.run.trial123.stderr:512 bytes copied, 0.000157834 s, 3.2 MB/s 2026-02-23T07:04:57.015 DEBUG:teuthology.orchestra.run.trial123:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2026-02-23T07:04:57.068 DEBUG:teuthology.orchestra.run.trial123:> 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-23T07:04:57.146 INFO:teuthology.orchestra.run.trial123.stdout:loop 2026-02-23T07:04:57.147 INFO:tasks.nvme_loop:Connecting nvme_loop trial123:/dev/vg_nvme/lv_1... 2026-02-23T07:04:57.147 DEBUG:teuthology.orchestra.run.trial123:> 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-23T07:04:57.205 INFO:teuthology.orchestra.run.trial123.stdout:1 2026-02-23T07:04:57.222 INFO:teuthology.orchestra.run.trial123.stdout:/dev/vg_nvme/lv_11 2026-02-23T07:04:57.236 INFO:tasks.nvme_loop:Connecting nvme_loop trial123:/dev/vg_nvme/lv_2... 2026-02-23T07:04:57.237 DEBUG:teuthology.orchestra.run.trial123:> 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-23T07:04:57.296 INFO:teuthology.orchestra.run.trial123.stdout:1 2026-02-23T07:04:57.316 INFO:teuthology.orchestra.run.trial123.stdout:/dev/vg_nvme/lv_21 2026-02-23T07:04:57.332 INFO:tasks.nvme_loop:Connecting nvme_loop trial123:/dev/vg_nvme/lv_3... 2026-02-23T07:04:57.333 DEBUG:teuthology.orchestra.run.trial123:> 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-23T07:04:57.386 INFO:teuthology.orchestra.run.trial123.stdout:1 2026-02-23T07:04:57.402 INFO:teuthology.orchestra.run.trial123.stdout:/dev/vg_nvme/lv_31 2026-02-23T07:04:57.417 INFO:tasks.nvme_loop:Connecting nvme_loop trial123:/dev/vg_nvme/lv_4... 2026-02-23T07:04:57.417 DEBUG:teuthology.orchestra.run.trial123:> 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-23T07:04:57.475 INFO:teuthology.orchestra.run.trial123.stdout:1 2026-02-23T07:04:57.490 INFO:teuthology.orchestra.run.trial123.stdout:/dev/vg_nvme/lv_41 2026-02-23T07:04:57.506 DEBUG:teuthology.orchestra.run.trial123:> set -ex 2026-02-23T07:04:57.506 DEBUG:teuthology.orchestra.run.trial123:> dd if=/scratch_devs of=/dev/stdout 2026-02-23T07:04:57.551 DEBUG:teuthology.orchestra.run.trial123:> lsblk 2026-02-23T07:04:57.600 INFO:teuthology.orchestra.run.trial123.stdout:NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINTS 2026-02-23T07:04:57.601 INFO:teuthology.orchestra.run.trial123.stdout:loop0 7:0 0 63.8M 1 loop /snap/core20/2686 2026-02-23T07:04:57.601 INFO:teuthology.orchestra.run.trial123.stdout:loop1 7:1 0 91.4M 1 loop /snap/lxd/36918 2026-02-23T07:04:57.601 INFO:teuthology.orchestra.run.trial123.stdout:loop2 7:2 0 48.1M 1 loop /snap/snapd/25935 2026-02-23T07:04:57.601 INFO:teuthology.orchestra.run.trial123.stdout:nvme0n1 259:0 0 894.3G 0 disk 2026-02-23T07:04:57.601 INFO:teuthology.orchestra.run.trial123.stdout:├─nvme0n1p1 259:1 0 512M 0 part /boot/efi 2026-02-23T07:04:57.601 INFO:teuthology.orchestra.run.trial123.stdout:└─nvme0n1p2 259:2 0 893.8G 0 part / 2026-02-23T07:04:57.601 INFO:teuthology.orchestra.run.trial123.stdout:nvme1n1 259:3 0 1.7T 0 disk 2026-02-23T07:04:57.601 INFO:teuthology.orchestra.run.trial123.stdout:├─vg_nvme-lv_1 253:0 0 700G 0 lvm 2026-02-23T07:04:57.601 INFO:teuthology.orchestra.run.trial123.stdout:├─vg_nvme-lv_2 253:1 0 700G 0 lvm 2026-02-23T07:04:57.601 INFO:teuthology.orchestra.run.trial123.stdout:└─vg_nvme-lv_5 253:4 0 100G 0 lvm /var/lib/ceph 2026-02-23T07:04:57.602 INFO:teuthology.orchestra.run.trial123.stdout:nvme2n1 259:4 0 1.7T 0 disk 2026-02-23T07:04:57.602 INFO:teuthology.orchestra.run.trial123.stdout:├─vg_nvme-lv_3 253:2 0 700G 0 lvm 2026-02-23T07:04:57.602 INFO:teuthology.orchestra.run.trial123.stdout:└─vg_nvme-lv_4 253:3 0 700G 0 lvm 2026-02-23T07:04:57.602 INFO:teuthology.orchestra.run.trial123.stdout:nvme3n1 259:6 0 700G 0 disk 2026-02-23T07:04:57.602 INFO:teuthology.orchestra.run.trial123.stdout:nvme4n1 259:8 0 700G 0 disk 2026-02-23T07:04:57.602 INFO:teuthology.orchestra.run.trial123.stdout:nvme5n1 259:10 0 700G 0 disk 2026-02-23T07:04:57.602 INFO:teuthology.orchestra.run.trial123.stdout:nvme6n1 259:12 0 700G 0 disk 2026-02-23T07:04:57.602 DEBUG:teuthology.orchestra.run.trial123:> sudo nvme list -o json 2026-02-23T07:04:57.651 INFO:teuthology.orchestra.run.trial123.stdout:{ 2026-02-23T07:04:57.651 INFO:teuthology.orchestra.run.trial123.stdout: "Devices" : [ 2026-02-23T07:04:57.652 INFO:teuthology.orchestra.run.trial123.stdout: { 2026-02-23T07:04:57.652 INFO:teuthology.orchestra.run.trial123.stdout: "DevicePath" : "/dev/nvme0n1", 2026-02-23T07:04:57.652 INFO:teuthology.orchestra.run.trial123.stdout: "Firmware" : "E2MU200", 2026-02-23T07:04:57.652 INFO:teuthology.orchestra.run.trial123.stdout: "Index" : 0, 2026-02-23T07:04:57.652 INFO:teuthology.orchestra.run.trial123.stdout: "ModelNumber" : "Micron_7450_MTFDKBA960TFR", 2026-02-23T07:04:57.652 INFO:teuthology.orchestra.run.trial123.stdout: "ProductName" : "Unknown Device", 2026-02-23T07:04:57.653 INFO:teuthology.orchestra.run.trial123.stdout: "SerialNumber" : "25174FCD7341" 2026-02-23T07:04:57.653 INFO:teuthology.orchestra.run.trial123.stdout: }, 2026-02-23T07:04:57.653 INFO:teuthology.orchestra.run.trial123.stdout: { 2026-02-23T07:04:57.653 INFO:teuthology.orchestra.run.trial123.stdout: "DevicePath" : "/dev/nvme1n1", 2026-02-23T07:04:57.653 INFO:teuthology.orchestra.run.trial123.stdout: "Firmware" : "E3MQ000", 2026-02-23T07:04:57.653 INFO:teuthology.orchestra.run.trial123.stdout: "Index" : 1, 2026-02-23T07:04:57.654 INFO:teuthology.orchestra.run.trial123.stdout: "ModelNumber" : "MTFDKCC1T9TGP-1BK1JABYY", 2026-02-23T07:04:57.654 INFO:teuthology.orchestra.run.trial123.stdout: "ProductName" : "Unknown Device", 2026-02-23T07:04:57.654 INFO:teuthology.orchestra.run.trial123.stdout: "SerialNumber" : "092510AB6C36" 2026-02-23T07:04:57.654 INFO:teuthology.orchestra.run.trial123.stdout: }, 2026-02-23T07:04:57.654 INFO:teuthology.orchestra.run.trial123.stdout: { 2026-02-23T07:04:57.654 INFO:teuthology.orchestra.run.trial123.stdout: "DevicePath" : "/dev/nvme2n1", 2026-02-23T07:04:57.655 INFO:teuthology.orchestra.run.trial123.stdout: "Firmware" : "E3MQ000", 2026-02-23T07:04:57.655 INFO:teuthology.orchestra.run.trial123.stdout: "Index" : 2, 2026-02-23T07:04:57.655 INFO:teuthology.orchestra.run.trial123.stdout: "ModelNumber" : "MTFDKCC1T9TGP-1BK1JABYY", 2026-02-23T07:04:57.655 INFO:teuthology.orchestra.run.trial123.stdout: "ProductName" : "Unknown Device", 2026-02-23T07:04:57.655 INFO:teuthology.orchestra.run.trial123.stdout: "SerialNumber" : "012510B003C2" 2026-02-23T07:04:57.655 INFO:teuthology.orchestra.run.trial123.stdout: }, 2026-02-23T07:04:57.655 INFO:teuthology.orchestra.run.trial123.stdout: { 2026-02-23T07:04:57.656 INFO:teuthology.orchestra.run.trial123.stdout: "DevicePath" : "/dev/nvme3n1", 2026-02-23T07:04:57.656 INFO:teuthology.orchestra.run.trial123.stdout: "Firmware" : "5.15.0-1", 2026-02-23T07:04:57.656 INFO:teuthology.orchestra.run.trial123.stdout: "Index" : 3, 2026-02-23T07:04:57.656 INFO:teuthology.orchestra.run.trial123.stdout: "ModelNumber" : "Linux", 2026-02-23T07:04:57.656 INFO:teuthology.orchestra.run.trial123.stdout: "ProductName" : "Unknown Device", 2026-02-23T07:04:57.656 INFO:teuthology.orchestra.run.trial123.stdout: "SerialNumber" : "619507049ea28c249b53" 2026-02-23T07:04:57.657 INFO:teuthology.orchestra.run.trial123.stdout: }, 2026-02-23T07:04:57.657 INFO:teuthology.orchestra.run.trial123.stdout: { 2026-02-23T07:04:57.657 INFO:teuthology.orchestra.run.trial123.stdout: "DevicePath" : "/dev/nvme4n1", 2026-02-23T07:04:57.657 INFO:teuthology.orchestra.run.trial123.stdout: "Firmware" : "5.15.0-1", 2026-02-23T07:04:57.657 INFO:teuthology.orchestra.run.trial123.stdout: "Index" : 4, 2026-02-23T07:04:57.657 INFO:teuthology.orchestra.run.trial123.stdout: "ModelNumber" : "Linux", 2026-02-23T07:04:57.657 INFO:teuthology.orchestra.run.trial123.stdout: "ProductName" : "Unknown Device", 2026-02-23T07:04:57.658 INFO:teuthology.orchestra.run.trial123.stdout: "SerialNumber" : "9c6a19986cb4b32cc8a5" 2026-02-23T07:04:57.658 INFO:teuthology.orchestra.run.trial123.stdout: }, 2026-02-23T07:04:57.658 INFO:teuthology.orchestra.run.trial123.stdout: { 2026-02-23T07:04:57.658 INFO:teuthology.orchestra.run.trial123.stdout: "DevicePath" : "/dev/nvme5n1", 2026-02-23T07:04:57.658 INFO:teuthology.orchestra.run.trial123.stdout: "Firmware" : "5.15.0-1", 2026-02-23T07:04:57.658 INFO:teuthology.orchestra.run.trial123.stdout: "Index" : 5, 2026-02-23T07:04:57.658 INFO:teuthology.orchestra.run.trial123.stdout: "ModelNumber" : "Linux", 2026-02-23T07:04:57.659 INFO:teuthology.orchestra.run.trial123.stdout: "ProductName" : "Unknown Device", 2026-02-23T07:04:57.659 INFO:teuthology.orchestra.run.trial123.stdout: "SerialNumber" : "ca1a487367dc8f403876" 2026-02-23T07:04:57.659 INFO:teuthology.orchestra.run.trial123.stdout: }, 2026-02-23T07:04:57.659 INFO:teuthology.orchestra.run.trial123.stdout: { 2026-02-23T07:04:57.659 INFO:teuthology.orchestra.run.trial123.stdout: "DevicePath" : "/dev/nvme6n1", 2026-02-23T07:04:57.659 INFO:teuthology.orchestra.run.trial123.stdout: "Firmware" : "5.15.0-1", 2026-02-23T07:04:57.660 INFO:teuthology.orchestra.run.trial123.stdout: "Index" : 6, 2026-02-23T07:04:57.660 INFO:teuthology.orchestra.run.trial123.stdout: "ModelNumber" : "Linux", 2026-02-23T07:04:57.660 INFO:teuthology.orchestra.run.trial123.stdout: "ProductName" : "Unknown Device", 2026-02-23T07:04:57.660 INFO:teuthology.orchestra.run.trial123.stdout: "SerialNumber" : "a87b3a760bb50357cc50" 2026-02-23T07:04:57.660 INFO:teuthology.orchestra.run.trial123.stdout: } 2026-02-23T07:04:57.660 INFO:teuthology.orchestra.run.trial123.stdout: ] 2026-02-23T07:04:57.662 INFO:teuthology.orchestra.run.trial123.stdout:} 2026-02-23T07:04:57.663 DEBUG:teuthology.orchestra.run.trial123:> sudo dd if=/dev/zero of=/dev/nvme3n1 seek=0 bs=1 count=4096 2026-02-23T07:04:57.714 INFO:teuthology.orchestra.run.trial123.stderr:4096+0 records in 2026-02-23T07:04:57.714 INFO:teuthology.orchestra.run.trial123.stderr:4096+0 records out 2026-02-23T07:04:57.714 INFO:teuthology.orchestra.run.trial123.stderr:4096 bytes (4.1 kB, 4.0 KiB) copied, 0.00468747 s, 874 kB/s 2026-02-23T07:04:57.715 DEBUG:teuthology.orchestra.run.trial123:> sudo hexdump -n22 -C -s0 /dev/nvme3n1 2026-02-23T07:04:57.765 INFO:teuthology.orchestra.run.trial123.stdout:00000000 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| 2026-02-23T07:04:57.766 INFO:teuthology.orchestra.run.trial123.stdout:00000010 00 00 00 00 00 00 |......| 2026-02-23T07:04:57.766 INFO:teuthology.orchestra.run.trial123.stdout:00000016 2026-02-23T07:04:57.767 DEBUG:teuthology.orchestra.run.trial123:> sudo dd if=/dev/zero of=/dev/nvme3n1 seek=1073741824 bs=1 count=4096 2026-02-23T07:04:57.824 INFO:teuthology.orchestra.run.trial123.stderr:4096+0 records in 2026-02-23T07:04:57.824 INFO:teuthology.orchestra.run.trial123.stderr:4096+0 records out 2026-02-23T07:04:57.824 INFO:teuthology.orchestra.run.trial123.stderr:4096 bytes (4.1 kB, 4.0 KiB) copied, 0.00472673 s, 867 kB/s 2026-02-23T07:04:57.825 DEBUG:teuthology.orchestra.run.trial123:> sudo hexdump -n22 -C -s1073741824 /dev/nvme3n1 2026-02-23T07:04:57.873 INFO:teuthology.orchestra.run.trial123.stdout:40000000 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| 2026-02-23T07:04:57.873 INFO:teuthology.orchestra.run.trial123.stdout:40000010 00 00 00 00 00 00 |......| 2026-02-23T07:04:57.874 INFO:teuthology.orchestra.run.trial123.stdout:40000016 2026-02-23T07:04:57.875 DEBUG:teuthology.orchestra.run.trial123:> sudo dd if=/dev/zero of=/dev/nvme3n1 seek=10737418240 bs=1 count=4096 2026-02-23T07:04:57.930 INFO:teuthology.orchestra.run.trial123.stderr:4096+0 records in 2026-02-23T07:04:57.931 INFO:teuthology.orchestra.run.trial123.stderr:4096+0 records out 2026-02-23T07:04:57.931 INFO:teuthology.orchestra.run.trial123.stderr:4096 bytes (4.1 kB, 4.0 KiB) copied, 0.0047966 s, 854 kB/s 2026-02-23T07:04:57.932 DEBUG:teuthology.orchestra.run.trial123:> sudo hexdump -n22 -C -s10737418240 /dev/nvme3n1 2026-02-23T07:04:57.981 INFO:teuthology.orchestra.run.trial123.stdout:280000000 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| 2026-02-23T07:04:57.981 INFO:teuthology.orchestra.run.trial123.stdout:280000010 00 00 00 00 00 00 |......| 2026-02-23T07:04:57.981 INFO:teuthology.orchestra.run.trial123.stdout:280000016 2026-02-23T07:04:57.983 DEBUG:teuthology.orchestra.run.trial123:> sudo dd if=/dev/zero of=/dev/nvme4n1 seek=0 bs=1 count=4096 2026-02-23T07:04:58.037 INFO:teuthology.orchestra.run.trial123.stderr:4096+0 records in 2026-02-23T07:04:58.038 INFO:teuthology.orchestra.run.trial123.stderr:4096+0 records out 2026-02-23T07:04:58.038 INFO:teuthology.orchestra.run.trial123.stderr:4096 bytes (4.1 kB, 4.0 KiB) copied, 0.00457896 s, 895 kB/s 2026-02-23T07:04:58.039 DEBUG:teuthology.orchestra.run.trial123:> sudo hexdump -n22 -C -s0 /dev/nvme4n1 2026-02-23T07:04:58.089 INFO:teuthology.orchestra.run.trial123.stdout:00000000 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| 2026-02-23T07:04:58.089 INFO:teuthology.orchestra.run.trial123.stdout:00000010 00 00 00 00 00 00 |......| 2026-02-23T07:04:58.090 INFO:teuthology.orchestra.run.trial123.stdout:00000016 2026-02-23T07:04:58.091 DEBUG:teuthology.orchestra.run.trial123:> sudo dd if=/dev/zero of=/dev/nvme4n1 seek=1073741824 bs=1 count=4096 2026-02-23T07:04:58.146 INFO:teuthology.orchestra.run.trial123.stderr:4096+0 records in 2026-02-23T07:04:58.146 INFO:teuthology.orchestra.run.trial123.stderr:4096+0 records out 2026-02-23T07:04:58.146 INFO:teuthology.orchestra.run.trial123.stderr:4096 bytes (4.1 kB, 4.0 KiB) copied, 0.00474367 s, 863 kB/s 2026-02-23T07:04:58.147 DEBUG:teuthology.orchestra.run.trial123:> sudo hexdump -n22 -C -s1073741824 /dev/nvme4n1 2026-02-23T07:04:58.201 INFO:teuthology.orchestra.run.trial123.stdout:40000000 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| 2026-02-23T07:04:58.201 INFO:teuthology.orchestra.run.trial123.stdout:40000010 00 00 00 00 00 00 |......| 2026-02-23T07:04:58.201 INFO:teuthology.orchestra.run.trial123.stdout:40000016 2026-02-23T07:04:58.203 DEBUG:teuthology.orchestra.run.trial123:> sudo dd if=/dev/zero of=/dev/nvme4n1 seek=10737418240 bs=1 count=4096 2026-02-23T07:04:58.258 INFO:teuthology.orchestra.run.trial123.stderr:4096+0 records in 2026-02-23T07:04:58.258 INFO:teuthology.orchestra.run.trial123.stderr:4096+0 records out 2026-02-23T07:04:58.258 INFO:teuthology.orchestra.run.trial123.stderr:4096 bytes (4.1 kB, 4.0 KiB) copied, 0.00478895 s, 855 kB/s 2026-02-23T07:04:58.259 DEBUG:teuthology.orchestra.run.trial123:> sudo hexdump -n22 -C -s10737418240 /dev/nvme4n1 2026-02-23T07:04:58.309 INFO:teuthology.orchestra.run.trial123.stdout:280000000 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| 2026-02-23T07:04:58.309 INFO:teuthology.orchestra.run.trial123.stdout:280000010 00 00 00 00 00 00 |......| 2026-02-23T07:04:58.309 INFO:teuthology.orchestra.run.trial123.stdout:280000016 2026-02-23T07:04:58.310 DEBUG:teuthology.orchestra.run.trial123:> sudo dd if=/dev/zero of=/dev/nvme5n1 seek=0 bs=1 count=4096 2026-02-23T07:04:58.361 INFO:teuthology.orchestra.run.trial123.stderr:4096+0 records in 2026-02-23T07:04:58.361 INFO:teuthology.orchestra.run.trial123.stderr:4096+0 records out 2026-02-23T07:04:58.361 INFO:teuthology.orchestra.run.trial123.stderr:4096 bytes (4.1 kB, 4.0 KiB) copied, 0.00453945 s, 902 kB/s 2026-02-23T07:04:58.363 DEBUG:teuthology.orchestra.run.trial123:> sudo hexdump -n22 -C -s0 /dev/nvme5n1 2026-02-23T07:04:58.413 INFO:teuthology.orchestra.run.trial123.stdout:00000000 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| 2026-02-23T07:04:58.413 INFO:teuthology.orchestra.run.trial123.stdout:00000010 00 00 00 00 00 00 |......| 2026-02-23T07:04:58.413 INFO:teuthology.orchestra.run.trial123.stdout:00000016 2026-02-23T07:04:58.415 DEBUG:teuthology.orchestra.run.trial123:> sudo dd if=/dev/zero of=/dev/nvme5n1 seek=1073741824 bs=1 count=4096 2026-02-23T07:04:58.469 INFO:teuthology.orchestra.run.trial123.stderr:4096+0 records in 2026-02-23T07:04:58.470 INFO:teuthology.orchestra.run.trial123.stderr:4096+0 records out 2026-02-23T07:04:58.470 INFO:teuthology.orchestra.run.trial123.stderr:4096 bytes (4.1 kB, 4.0 KiB) copied, 0.00451781 s, 907 kB/s 2026-02-23T07:04:58.471 DEBUG:teuthology.orchestra.run.trial123:> sudo hexdump -n22 -C -s1073741824 /dev/nvme5n1 2026-02-23T07:04:58.525 INFO:teuthology.orchestra.run.trial123.stdout:40000000 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| 2026-02-23T07:04:58.526 INFO:teuthology.orchestra.run.trial123.stdout:40000010 00 00 00 00 00 00 |......| 2026-02-23T07:04:58.526 INFO:teuthology.orchestra.run.trial123.stdout:40000016 2026-02-23T07:04:58.528 DEBUG:teuthology.orchestra.run.trial123:> sudo dd if=/dev/zero of=/dev/nvme5n1 seek=10737418240 bs=1 count=4096 2026-02-23T07:04:58.582 INFO:teuthology.orchestra.run.trial123.stderr:4096+0 records in 2026-02-23T07:04:58.582 INFO:teuthology.orchestra.run.trial123.stderr:4096+0 records out 2026-02-23T07:04:58.582 INFO:teuthology.orchestra.run.trial123.stderr:4096 bytes (4.1 kB, 4.0 KiB) copied, 0.00464301 s, 882 kB/s 2026-02-23T07:04:58.583 DEBUG:teuthology.orchestra.run.trial123:> sudo hexdump -n22 -C -s10737418240 /dev/nvme5n1 2026-02-23T07:04:58.633 INFO:teuthology.orchestra.run.trial123.stdout:280000000 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| 2026-02-23T07:04:58.633 INFO:teuthology.orchestra.run.trial123.stdout:280000010 00 00 00 00 00 00 |......| 2026-02-23T07:04:58.633 INFO:teuthology.orchestra.run.trial123.stdout:280000016 2026-02-23T07:04:58.633 DEBUG:teuthology.orchestra.run.trial123:> sudo dd if=/dev/zero of=/dev/nvme6n1 seek=0 bs=1 count=4096 2026-02-23T07:04:58.685 INFO:teuthology.orchestra.run.trial123.stderr:4096+0 records in 2026-02-23T07:04:58.685 INFO:teuthology.orchestra.run.trial123.stderr:4096+0 records out 2026-02-23T07:04:58.685 INFO:teuthology.orchestra.run.trial123.stderr:4096 bytes (4.1 kB, 4.0 KiB) copied, 0.00497781 s, 823 kB/s 2026-02-23T07:04:58.686 DEBUG:teuthology.orchestra.run.trial123:> sudo hexdump -n22 -C -s0 /dev/nvme6n1 2026-02-23T07:04:58.732 INFO:teuthology.orchestra.run.trial123.stdout:00000000 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| 2026-02-23T07:04:58.732 INFO:teuthology.orchestra.run.trial123.stdout:00000010 00 00 00 00 00 00 |......| 2026-02-23T07:04:58.732 INFO:teuthology.orchestra.run.trial123.stdout:00000016 2026-02-23T07:04:58.733 DEBUG:teuthology.orchestra.run.trial123:> sudo dd if=/dev/zero of=/dev/nvme6n1 seek=1073741824 bs=1 count=4096 2026-02-23T07:04:58.785 INFO:teuthology.orchestra.run.trial123.stderr:4096+0 records in 2026-02-23T07:04:58.785 INFO:teuthology.orchestra.run.trial123.stderr:4096+0 records out 2026-02-23T07:04:58.786 INFO:teuthology.orchestra.run.trial123.stderr:4096 bytes (4.1 kB, 4.0 KiB) copied, 0.00454232 s, 902 kB/s 2026-02-23T07:04:58.787 DEBUG:teuthology.orchestra.run.trial123:> sudo hexdump -n22 -C -s1073741824 /dev/nvme6n1 2026-02-23T07:04:58.837 INFO:teuthology.orchestra.run.trial123.stdout:40000000 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| 2026-02-23T07:04:58.837 INFO:teuthology.orchestra.run.trial123.stdout:40000010 00 00 00 00 00 00 |......| 2026-02-23T07:04:58.837 INFO:teuthology.orchestra.run.trial123.stdout:40000016 2026-02-23T07:04:58.838 DEBUG:teuthology.orchestra.run.trial123:> sudo dd if=/dev/zero of=/dev/nvme6n1 seek=10737418240 bs=1 count=4096 2026-02-23T07:04:58.889 INFO:teuthology.orchestra.run.trial123.stderr:4096+0 records in 2026-02-23T07:04:58.889 INFO:teuthology.orchestra.run.trial123.stderr:4096+0 records out 2026-02-23T07:04:58.890 INFO:teuthology.orchestra.run.trial123.stderr:4096 bytes (4.1 kB, 4.0 KiB) copied, 0.00454448 s, 901 kB/s 2026-02-23T07:04:58.891 DEBUG:teuthology.orchestra.run.trial123:> sudo hexdump -n22 -C -s10737418240 /dev/nvme6n1 2026-02-23T07:04:58.941 INFO:teuthology.orchestra.run.trial123.stdout:280000000 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| 2026-02-23T07:04:58.941 INFO:teuthology.orchestra.run.trial123.stdout:280000010 00 00 00 00 00 00 |......| 2026-02-23T07:04:58.941 INFO:teuthology.orchestra.run.trial123.stdout:280000016 2026-02-23T07:04:58.943 INFO:tasks.nvme_loop:new_devs ['/dev/nvme3n1', '/dev/nvme4n1', '/dev/nvme5n1', '/dev/nvme6n1'] 2026-02-23T07:04:58.943 DEBUG:teuthology.orchestra.run.trial123:> set -ex 2026-02-23T07:04:58.943 DEBUG:teuthology.orchestra.run.trial123:> sudo dd of=/scratch_devs 2026-02-23T07:04:58.995 INFO:teuthology.run_tasks:Running task cephadm... 2026-02-23T07:04:59.127 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-23T07:04:59.128 INFO:tasks.cephadm:Cluster image is quay.ceph.io/ceph-ci/ceph:244ee61d76a715c3ac0d60eeb3321aefb91c3511 2026-02-23T07:04:59.131 INFO:tasks.cephadm:Cluster fsid is f752ade8-1085-11f1-b189-d404e6e7d460 2026-02-23T07:04:59.131 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2026-02-23T07:04:59.131 INFO:tasks.cephadm:No mon roles; fabricating mons 2026-02-23T07:04:59.132 INFO:tasks.cephadm:Monitor IPs: {'mon.trial012': '10.20.193.12', 'mon.trial123': '10.20.193.123'} 2026-02-23T07:04:59.132 INFO:tasks.cephadm:Normalizing hostnames... 2026-02-23T07:04:59.132 DEBUG:teuthology.orchestra.run.trial012:> sudo hostname $(hostname -s) 2026-02-23T07:04:59.141 DEBUG:teuthology.orchestra.run.trial123:> sudo hostname $(hostname -s) 2026-02-23T07:04:59.150 INFO:tasks.cephadm:Downloading "compiled" cephadm from cachra 2026-02-23T07:04:59.151 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=244ee61d76a715c3ac0d60eeb3321aefb91c3511 2026-02-23T07:04:59.284 INFO:tasks.cephadm:builder_project result: [{'url': 'https://3.chacra.ceph.com/r/ceph/wip-shweta-testing-2026-02-19-2025/244ee61d76a715c3ac0d60eeb3321aefb91c3511/ubuntu/jammy/flavors/default/', 'chacra_url': 'https://3.chacra.ceph.com/repos/ceph/wip-shweta-testing-2026-02-19-2025/244ee61d76a715c3ac0d60eeb3321aefb91c3511/ubuntu/jammy/flavors/default/', 'ref': 'wip-shweta-testing-2026-02-19-2025', 'sha1': '244ee61d76a715c3ac0d60eeb3321aefb91c3511', 'distro': 'ubuntu', 'distro_version': '22.04', 'distro_codename': 'jammy', 'modified': '2026-02-20 22:23:21.367694', 'status': 'ready', 'flavor': 'default', 'project': 'ceph', 'archs': ['x86_64'], 'extra': {'version': '20.3.0-5338-g244ee61d', 'package_manager_version': '20.3.0-5338-g244ee61d-1jammy', 'build_url': 'https://jenkins.ceph.com/job/ceph-dev-pipeline/3126/', 'root_build_cause': '', 'node_name': '10.20.192.24+soko14', 'job_name': 'ceph-dev-pipeline'}}] 2026-02-23T07:04:59.412 INFO:tasks.util.chacra:got chacra host 3.chacra.ceph.com, ref wip-shweta-testing-2026-02-19-2025, sha1 244ee61d76a715c3ac0d60eeb3321aefb91c3511 from https://shaman.ceph.com/api/search/?project=ceph&distros=ubuntu%2F22.04%2Fx86_64&flavor=default&sha1=244ee61d76a715c3ac0d60eeb3321aefb91c3511 2026-02-23T07:04:59.413 INFO:tasks.cephadm:Discovered cachra url: https://3.chacra.ceph.com/binaries/ceph/wip-shweta-testing-2026-02-19-2025/244ee61d76a715c3ac0d60eeb3321aefb91c3511/ubuntu/jammy/x86_64/flavors/default/cephadm 2026-02-23T07:04:59.413 INFO:tasks.cephadm:Downloading cephadm from url: https://3.chacra.ceph.com/binaries/ceph/wip-shweta-testing-2026-02-19-2025/244ee61d76a715c3ac0d60eeb3321aefb91c3511/ubuntu/jammy/x86_64/flavors/default/cephadm 2026-02-23T07:04:59.413 DEBUG:teuthology.orchestra.run.trial012:> curl --silent -L https://3.chacra.ceph.com/binaries/ceph/wip-shweta-testing-2026-02-19-2025/244ee61d76a715c3ac0d60eeb3321aefb91c3511/ubuntu/jammy/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2026-02-23T07:05:00.263 INFO:teuthology.orchestra.run.trial012.stdout:-rw-rw-r-- 1 ubuntu ubuntu 1083604 Feb 23 07:05 /home/ubuntu/cephtest/cephadm 2026-02-23T07:05:00.264 DEBUG:teuthology.orchestra.run.trial123:> curl --silent -L https://3.chacra.ceph.com/binaries/ceph/wip-shweta-testing-2026-02-19-2025/244ee61d76a715c3ac0d60eeb3321aefb91c3511/ubuntu/jammy/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2026-02-23T07:05:01.053 INFO:teuthology.orchestra.run.trial123.stdout:-rw-rw-r-- 1 ubuntu ubuntu 1083604 Feb 23 07:05 /home/ubuntu/cephtest/cephadm 2026-02-23T07:05:01.054 DEBUG:teuthology.orchestra.run.trial012:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2026-02-23T07:05:01.061 DEBUG:teuthology.orchestra.run.trial123:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2026-02-23T07:05:01.081 INFO:tasks.cephadm:Pulling image quay.ceph.io/ceph-ci/ceph:244ee61d76a715c3ac0d60eeb3321aefb91c3511 on all hosts... 2026-02-23T07:05:01.082 DEBUG:teuthology.orchestra.run.trial012:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:244ee61d76a715c3ac0d60eeb3321aefb91c3511 pull 2026-02-23T07:05:01.102 DEBUG:teuthology.orchestra.run.trial123:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:244ee61d76a715c3ac0d60eeb3321aefb91c3511 pull 2026-02-23T07:05:01.189 INFO:teuthology.orchestra.run.trial012.stderr:Pulling container image quay.ceph.io/ceph-ci/ceph:244ee61d76a715c3ac0d60eeb3321aefb91c3511... 2026-02-23T07:05:01.198 INFO:teuthology.orchestra.run.trial123.stderr:Pulling container image quay.ceph.io/ceph-ci/ceph:244ee61d76a715c3ac0d60eeb3321aefb91c3511... 2026-02-23T07:05:15.676 INFO:teuthology.orchestra.run.trial123.stdout:{ 2026-02-23T07:05:15.676 INFO:teuthology.orchestra.run.trial123.stdout: "ceph_version": "ceph version 20.3.0-5338-g244ee61d (244ee61d76a715c3ac0d60eeb3321aefb91c3511) tentacle (dev)", 2026-02-23T07:05:15.676 INFO:teuthology.orchestra.run.trial123.stdout: "image_id": "d53f437b9974e91900768e66cdcee7298151761d59e3725242d4220dd9008a26", 2026-02-23T07:05:15.677 INFO:teuthology.orchestra.run.trial123.stdout: "repo_digests": [ 2026-02-23T07:05:15.677 INFO:teuthology.orchestra.run.trial123.stdout: "quay.ceph.io/ceph-ci/ceph@sha256:aa1908bf3487bd0120867a595cd8279257306a73ebf8926eb7370fa78e59f3f2" 2026-02-23T07:05:15.677 INFO:teuthology.orchestra.run.trial123.stdout: ] 2026-02-23T07:05:15.677 INFO:teuthology.orchestra.run.trial123.stdout:} 2026-02-23T07:05:16.072 INFO:teuthology.orchestra.run.trial012.stdout:{ 2026-02-23T07:05:16.073 INFO:teuthology.orchestra.run.trial012.stdout: "ceph_version": "ceph version 20.3.0-5338-g244ee61d (244ee61d76a715c3ac0d60eeb3321aefb91c3511) tentacle (dev)", 2026-02-23T07:05:16.073 INFO:teuthology.orchestra.run.trial012.stdout: "image_id": "d53f437b9974e91900768e66cdcee7298151761d59e3725242d4220dd9008a26", 2026-02-23T07:05:16.073 INFO:teuthology.orchestra.run.trial012.stdout: "repo_digests": [ 2026-02-23T07:05:16.073 INFO:teuthology.orchestra.run.trial012.stdout: "quay.ceph.io/ceph-ci/ceph@sha256:aa1908bf3487bd0120867a595cd8279257306a73ebf8926eb7370fa78e59f3f2" 2026-02-23T07:05:16.073 INFO:teuthology.orchestra.run.trial012.stdout: ] 2026-02-23T07:05:16.073 INFO:teuthology.orchestra.run.trial012.stdout:} 2026-02-23T07:05:16.092 DEBUG:teuthology.orchestra.run.trial012:> sudo mkdir -p /etc/ceph 2026-02-23T07:05:16.099 DEBUG:teuthology.orchestra.run.trial123:> sudo mkdir -p /etc/ceph 2026-02-23T07:05:16.110 DEBUG:teuthology.orchestra.run.trial012:> sudo chmod 777 /etc/ceph 2026-02-23T07:05:16.153 DEBUG:teuthology.orchestra.run.trial123:> sudo chmod 777 /etc/ceph 2026-02-23T07:05:16.161 INFO:tasks.cephadm:Writing seed config... 2026-02-23T07:05:16.163 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2026-02-23T07:05:16.163 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2026-02-23T07:05:16.163 INFO:tasks.cephadm: override: [mon] debug mon = 20 2026-02-23T07:05:16.163 INFO:tasks.cephadm: override: [mon] debug ms = 1 2026-02-23T07:05:16.163 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2026-02-23T07:05:16.163 INFO:tasks.cephadm: override: [osd] debug ms = 1 2026-02-23T07:05:16.163 INFO:tasks.cephadm: override: [osd] debug osd = 20 2026-02-23T07:05:16.163 INFO:tasks.cephadm: override: [osd] osd shutdown pgref assert = True 2026-02-23T07:05:16.164 DEBUG:teuthology.orchestra.run.trial012:> set -ex 2026-02-23T07:05:16.164 DEBUG:teuthology.orchestra.run.trial012:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2026-02-23T07:05:16.197 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 = f752ade8-1085-11f1-b189-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-23T07:05:16.198 DEBUG:teuthology.orchestra.run.trial012:mon.trial012> sudo journalctl -f -n 0 -u ceph-f752ade8-1085-11f1-b189-d404e6e7d460@mon.trial012.service 2026-02-23T07:05:16.242 INFO:tasks.cephadm:Bootstrapping... 2026-02-23T07:05:16.242 DEBUG:teuthology.orchestra.run.trial012:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:244ee61d76a715c3ac0d60eeb3321aefb91c3511 -v bootstrap --fsid f752ade8-1085-11f1-b189-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.12 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2026-02-23T07:05:16.372 INFO:teuthology.orchestra.run.trial012.stdout:-------------------------------------------------------------------------------- 2026-02-23T07:05:16.372 INFO:teuthology.orchestra.run.trial012.stdout:cephadm ['--image', 'quay.ceph.io/ceph-ci/ceph:244ee61d76a715c3ac0d60eeb3321aefb91c3511', '-v', 'bootstrap', '--fsid', 'f752ade8-1085-11f1-b189-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.12', '--skip-admin-label'] 2026-02-23T07:05:16.373 INFO:teuthology.orchestra.run.trial012.stderr:Specifying an fsid for your cluster offers no advantages and may increase the likelihood of fsid conflicts. 2026-02-23T07:05:16.373 INFO:teuthology.orchestra.run.trial012.stdout:Verifying podman|docker is present... 2026-02-23T07:05:16.373 INFO:teuthology.orchestra.run.trial012.stdout:Verifying lvm2 is present... 2026-02-23T07:05:16.373 INFO:teuthology.orchestra.run.trial012.stdout:Verifying time synchronization is in place... 2026-02-23T07:05:16.376 INFO:teuthology.orchestra.run.trial012.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2026-02-23T07:05:16.376 INFO:teuthology.orchestra.run.trial012.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2026-02-23T07:05:16.379 INFO:teuthology.orchestra.run.trial012.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2026-02-23T07:05:16.379 INFO:teuthology.orchestra.run.trial012.stdout:systemctl: stdout inactive 2026-02-23T07:05:16.381 INFO:teuthology.orchestra.run.trial012.stdout:Non-zero exit code 1 from systemctl is-enabled chronyd.service 2026-02-23T07:05:16.381 INFO:teuthology.orchestra.run.trial012.stdout:systemctl: stderr Failed to get unit file state for chronyd.service: No such file or directory 2026-02-23T07:05:16.384 INFO:teuthology.orchestra.run.trial012.stdout:Non-zero exit code 3 from systemctl is-active chronyd.service 2026-02-23T07:05:16.384 INFO:teuthology.orchestra.run.trial012.stdout:systemctl: stdout inactive 2026-02-23T07:05:16.387 INFO:teuthology.orchestra.run.trial012.stdout:Non-zero exit code 1 from systemctl is-enabled systemd-timesyncd.service 2026-02-23T07:05:16.387 INFO:teuthology.orchestra.run.trial012.stdout:systemctl: stdout masked 2026-02-23T07:05:16.391 INFO:teuthology.orchestra.run.trial012.stdout:Non-zero exit code 3 from systemctl is-active systemd-timesyncd.service 2026-02-23T07:05:16.391 INFO:teuthology.orchestra.run.trial012.stdout:systemctl: stdout inactive 2026-02-23T07:05:16.393 INFO:teuthology.orchestra.run.trial012.stdout:Non-zero exit code 1 from systemctl is-enabled ntpd.service 2026-02-23T07:05:16.393 INFO:teuthology.orchestra.run.trial012.stdout:systemctl: stderr Failed to get unit file state for ntpd.service: No such file or directory 2026-02-23T07:05:16.396 INFO:teuthology.orchestra.run.trial012.stdout:Non-zero exit code 3 from systemctl is-active ntpd.service 2026-02-23T07:05:16.396 INFO:teuthology.orchestra.run.trial012.stdout:systemctl: stdout inactive 2026-02-23T07:05:16.400 INFO:teuthology.orchestra.run.trial012.stdout:systemctl: stdout enabled 2026-02-23T07:05:16.402 INFO:teuthology.orchestra.run.trial012.stdout:systemctl: stdout active 2026-02-23T07:05:16.402 INFO:teuthology.orchestra.run.trial012.stdout:Unit ntp.service is enabled and running 2026-02-23T07:05:16.403 INFO:teuthology.orchestra.run.trial012.stdout:Repeating the final host check... 2026-02-23T07:05:16.403 INFO:teuthology.orchestra.run.trial012.stdout:docker (/usr/bin/docker) is present 2026-02-23T07:05:16.403 INFO:teuthology.orchestra.run.trial012.stdout:systemctl is present 2026-02-23T07:05:16.403 INFO:teuthology.orchestra.run.trial012.stdout:lvcreate is present 2026-02-23T07:05:16.406 INFO:teuthology.orchestra.run.trial012.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2026-02-23T07:05:16.406 INFO:teuthology.orchestra.run.trial012.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2026-02-23T07:05:16.408 INFO:teuthology.orchestra.run.trial012.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2026-02-23T07:05:16.408 INFO:teuthology.orchestra.run.trial012.stdout:systemctl: stdout inactive 2026-02-23T07:05:16.411 INFO:teuthology.orchestra.run.trial012.stdout:Non-zero exit code 1 from systemctl is-enabled chronyd.service 2026-02-23T07:05:16.411 INFO:teuthology.orchestra.run.trial012.stdout:systemctl: stderr Failed to get unit file state for chronyd.service: No such file or directory 2026-02-23T07:05:16.413 INFO:teuthology.orchestra.run.trial012.stdout:Non-zero exit code 3 from systemctl is-active chronyd.service 2026-02-23T07:05:16.414 INFO:teuthology.orchestra.run.trial012.stdout:systemctl: stdout inactive 2026-02-23T07:05:16.416 INFO:teuthology.orchestra.run.trial012.stdout:Non-zero exit code 1 from systemctl is-enabled systemd-timesyncd.service 2026-02-23T07:05:16.416 INFO:teuthology.orchestra.run.trial012.stdout:systemctl: stdout masked 2026-02-23T07:05:16.419 INFO:teuthology.orchestra.run.trial012.stdout:Non-zero exit code 3 from systemctl is-active systemd-timesyncd.service 2026-02-23T07:05:16.419 INFO:teuthology.orchestra.run.trial012.stdout:systemctl: stdout inactive 2026-02-23T07:05:16.422 INFO:teuthology.orchestra.run.trial012.stdout:Non-zero exit code 1 from systemctl is-enabled ntpd.service 2026-02-23T07:05:16.422 INFO:teuthology.orchestra.run.trial012.stdout:systemctl: stderr Failed to get unit file state for ntpd.service: No such file or directory 2026-02-23T07:05:16.424 INFO:teuthology.orchestra.run.trial012.stdout:Non-zero exit code 3 from systemctl is-active ntpd.service 2026-02-23T07:05:16.424 INFO:teuthology.orchestra.run.trial012.stdout:systemctl: stdout inactive 2026-02-23T07:05:16.428 INFO:teuthology.orchestra.run.trial012.stdout:systemctl: stdout enabled 2026-02-23T07:05:16.431 INFO:teuthology.orchestra.run.trial012.stdout:systemctl: stdout active 2026-02-23T07:05:16.431 INFO:teuthology.orchestra.run.trial012.stdout:Unit ntp.service is enabled and running 2026-02-23T07:05:16.432 INFO:teuthology.orchestra.run.trial012.stdout:Host looks OK 2026-02-23T07:05:16.432 INFO:teuthology.orchestra.run.trial012.stdout:Cluster fsid: f752ade8-1085-11f1-b189-d404e6e7d460 2026-02-23T07:05:16.432 INFO:teuthology.orchestra.run.trial012.stdout:Acquiring lock 140018917011760 on /run/cephadm/f752ade8-1085-11f1-b189-d404e6e7d460.lock 2026-02-23T07:05:16.432 INFO:teuthology.orchestra.run.trial012.stdout:Lock 140018917011760 acquired on /run/cephadm/f752ade8-1085-11f1-b189-d404e6e7d460.lock 2026-02-23T07:05:16.432 INFO:teuthology.orchestra.run.trial012.stdout:Verifying IP 10.20.193.12 port 3300 ... 2026-02-23T07:05:16.432 INFO:teuthology.orchestra.run.trial012.stdout:Verifying IP 10.20.193.12 port 6789 ... 2026-02-23T07:05:16.432 INFO:teuthology.orchestra.run.trial012.stdout:Base mon IP(s) is [10.20.193.12:3300, 10.20.193.12:6789], mon addrv is [v2:10.20.193.12:3300,v1:10.20.193.12:6789] 2026-02-23T07:05:16.433 INFO:teuthology.orchestra.run.trial012.stdout:/usr/sbin/ip: stdout default via 10.20.192.1 dev enp1s0f0 proto dhcp src 10.20.193.12 metric 100 2026-02-23T07:05:16.434 INFO:teuthology.orchestra.run.trial012.stdout:/usr/sbin/ip: stdout 10.20.192.0/20 dev enp1s0f0 proto kernel scope link src 10.20.193.12 metric 100 2026-02-23T07:05:16.434 INFO:teuthology.orchestra.run.trial012.stdout:/usr/sbin/ip: stdout 10.20.192.1 dev enp1s0f0 proto dhcp scope link src 10.20.193.12 metric 100 2026-02-23T07:05:16.434 INFO:teuthology.orchestra.run.trial012.stdout:/usr/sbin/ip: stdout 10.20.192.11 dev enp1s0f0 proto dhcp scope link src 10.20.193.12 metric 100 2026-02-23T07:05:16.434 INFO:teuthology.orchestra.run.trial012.stdout:/usr/sbin/ip: stdout 10.20.192.13 dev enp1s0f0 proto dhcp scope link src 10.20.193.12 metric 100 2026-02-23T07:05:16.434 INFO:teuthology.orchestra.run.trial012.stdout:/usr/sbin/ip: stdout 172.17.0.0/16 dev docker0 proto kernel scope link src 172.17.0.1 linkdown 2026-02-23T07:05:16.434 INFO:teuthology.orchestra.run.trial012.stdout:/usr/sbin/ip: stdout ::1 dev lo proto kernel metric 256 pref medium 2026-02-23T07:05:16.435 INFO:teuthology.orchestra.run.trial012.stdout:/usr/sbin/ip: stdout fe80::/64 dev enp1s0f0 proto kernel metric 256 pref medium 2026-02-23T07:05:16.437 INFO:teuthology.orchestra.run.trial012.stdout:/usr/sbin/ip: stdout 1: lo: mtu 65536 state UNKNOWN qlen 1000 2026-02-23T07:05:16.437 INFO:teuthology.orchestra.run.trial012.stdout:/usr/sbin/ip: stdout inet6 ::1/128 scope host 2026-02-23T07:05:16.437 INFO:teuthology.orchestra.run.trial012.stdout:/usr/sbin/ip: stdout valid_lft forever preferred_lft forever 2026-02-23T07:05:16.437 INFO:teuthology.orchestra.run.trial012.stdout:/usr/sbin/ip: stdout 2: enp1s0f0: mtu 1500 state UP qlen 1000 2026-02-23T07:05:16.438 INFO:teuthology.orchestra.run.trial012.stdout:/usr/sbin/ip: stdout inet6 fe80::925a:8ff:fe77:6242/64 scope link 2026-02-23T07:05:16.438 INFO:teuthology.orchestra.run.trial012.stdout:/usr/sbin/ip: stdout valid_lft forever preferred_lft forever 2026-02-23T07:05:16.438 INFO:teuthology.orchestra.run.trial012.stdout:Mon IP `10.20.193.12` is in CIDR network `10.20.192.0/20` 2026-02-23T07:05:16.438 INFO:teuthology.orchestra.run.trial012.stdout:Mon IP `10.20.193.12` is in CIDR network `10.20.192.0/20` 2026-02-23T07:05:16.438 INFO:teuthology.orchestra.run.trial012.stdout:Mon IP `10.20.193.12` is in CIDR network `10.20.192.1/32` 2026-02-23T07:05:16.438 INFO:teuthology.orchestra.run.trial012.stdout:Mon IP `10.20.193.12` is in CIDR network `10.20.192.1/32` 2026-02-23T07:05:16.438 INFO:teuthology.orchestra.run.trial012.stdout:Mon IP `10.20.193.12` is in CIDR network `10.20.192.11/32` 2026-02-23T07:05:16.438 INFO:teuthology.orchestra.run.trial012.stdout:Mon IP `10.20.193.12` is in CIDR network `10.20.192.11/32` 2026-02-23T07:05:16.438 INFO:teuthology.orchestra.run.trial012.stdout:Mon IP `10.20.193.12` is in CIDR network `10.20.192.13/32` 2026-02-23T07:05:16.438 INFO:teuthology.orchestra.run.trial012.stdout:Mon IP `10.20.193.12` is in CIDR network `10.20.192.13/32` 2026-02-23T07:05:16.438 INFO:teuthology.orchestra.run.trial012.stdout:Inferred mon public CIDR from local network configuration ['10.20.192.0/20', '10.20.192.0/20', '10.20.192.1/32', '10.20.192.1/32', '10.20.192.11/32', '10.20.192.11/32', '10.20.192.13/32', '10.20.192.13/32'] 2026-02-23T07:05:16.438 INFO:teuthology.orchestra.run.trial012.stdout:Internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2026-02-23T07:05:16.438 INFO:teuthology.orchestra.run.trial012.stdout:Pulling container image quay.ceph.io/ceph-ci/ceph:244ee61d76a715c3ac0d60eeb3321aefb91c3511... 2026-02-23T07:05:16.595 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/docker: stdout 244ee61d76a715c3ac0d60eeb3321aefb91c3511: Pulling from ceph-ci/ceph 2026-02-23T07:05:16.596 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/docker: stdout Digest: sha256:aa1908bf3487bd0120867a595cd8279257306a73ebf8926eb7370fa78e59f3f2 2026-02-23T07:05:16.596 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/docker: stdout Status: Image is up to date for quay.ceph.io/ceph-ci/ceph:244ee61d76a715c3ac0d60eeb3321aefb91c3511 2026-02-23T07:05:16.596 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/docker: stdout quay.ceph.io/ceph-ci/ceph:244ee61d76a715c3ac0d60eeb3321aefb91c3511 2026-02-23T07:05:16.767 INFO:teuthology.orchestra.run.trial012.stdout:ceph: stdout ceph version 20.3.0-5338-g244ee61d (244ee61d76a715c3ac0d60eeb3321aefb91c3511) tentacle (dev) 2026-02-23T07:05:16.767 INFO:teuthology.orchestra.run.trial012.stdout:Ceph version: ceph version 20.3.0-5338-g244ee61d (244ee61d76a715c3ac0d60eeb3321aefb91c3511) tentacle (dev) 2026-02-23T07:05:16.767 INFO:teuthology.orchestra.run.trial012.stdout:Extracting ceph user uid/gid from container image... 2026-02-23T07:05:16.846 INFO:teuthology.orchestra.run.trial012.stdout:stat: stdout 167 167 2026-02-23T07:05:16.847 INFO:teuthology.orchestra.run.trial012.stdout:Creating initial keys... 2026-02-23T07:05:16.933 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph-authtool: stdout AQAs/JtpgKJTNhAAeCOLJXNJlimy9kMuGaG51w== 2026-02-23T07:05:17.016 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph-authtool: stdout AQAs/JtpeEpROxAAH/o+KBrlkX8VYflg+2ITiQ== 2026-02-23T07:05:17.101 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph-authtool: stdout AQAt/JtpF3K8BBAA+mko7ulX7TCztDc8q7NsZA== 2026-02-23T07:05:17.102 INFO:teuthology.orchestra.run.trial012.stdout:Creating initial monmap... 2026-02-23T07:05:17.190 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: monmap file /tmp/monmap 2026-02-23T07:05:17.191 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/monmaptool: stdout setting min_mon_release = tentacle 2026-02-23T07:05:17.191 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: set fsid to f752ade8-1085-11f1-b189-d404e6e7d460 2026-02-23T07:05:17.191 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2026-02-23T07:05:17.191 INFO:teuthology.orchestra.run.trial012.stdout:monmaptool for trial012 [v2:10.20.193.12:3300,v1:10.20.193.12:6789] on /usr/bin/monmaptool: monmap file /tmp/monmap 2026-02-23T07:05:17.191 INFO:teuthology.orchestra.run.trial012.stdout:setting min_mon_release = tentacle 2026-02-23T07:05:17.191 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/monmaptool: set fsid to f752ade8-1085-11f1-b189-d404e6e7d460 2026-02-23T07:05:17.191 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2026-02-23T07:05:17.191 INFO:teuthology.orchestra.run.trial012.stdout: 2026-02-23T07:05:17.192 INFO:teuthology.orchestra.run.trial012.stdout:Creating mon... 2026-02-23T07:05:17.293 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-23T07:05:17.256+0000 7f43c448fc00 0 set uid:gid to 167:167 (ceph:ceph) 2026-02-23T07:05:17.293 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-23T07:05:17.256+0000 7f43c448fc00 1 imported monmap: 2026-02-23T07:05:17.293 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph-mon: stderr epoch 0 2026-02-23T07:05:17.293 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph-mon: stderr fsid f752ade8-1085-11f1-b189-d404e6e7d460 2026-02-23T07:05:17.293 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph-mon: stderr last_changed 2026-02-23T07:05:17.166896+0000 2026-02-23T07:05:17.293 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph-mon: stderr created 2026-02-23T07:05:17.166896+0000 2026-02-23T07:05:17.293 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph-mon: stderr min_mon_release 20 (tentacle) 2026-02-23T07:05:17.293 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph-mon: stderr election_strategy: 1 2026-02-23T07:05:17.293 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph-mon: stderr 0: [v2:10.20.193.12:3300/0,v1:10.20.193.12:6789/0] mon.trial012 2026-02-23T07:05:17.293 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph-mon: stderr 2026-02-23T07:05:17.293 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-23T07:05:17.256+0000 7f43c448fc00 0 /usr/bin/ceph-mon: set fsid to f752ade8-1085-11f1-b189-d404e6e7d460 2026-02-23T07:05:17.293 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-23T07:05:17.256+0000 7f43c448fc00 4 rocksdb: RocksDB version: 7.9.2 2026-02-23T07:05:17.293 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph-mon: stderr 2026-02-23T07:05:17.293 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-23T07:05:17.256+0000 7f43c448fc00 4 rocksdb: Git sha 0 2026-02-23T07:05:17.293 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-23T07:05:17.256+0000 7f43c448fc00 4 rocksdb: Compile date 2026-02-20 21:07:39 2026-02-23T07:05:17.293 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-23T07:05:17.256+0000 7f43c448fc00 4 rocksdb: DB SUMMARY 2026-02-23T07:05:17.293 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph-mon: stderr 2026-02-23T07:05:17.293 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-23T07:05:17.256+0000 7f43c448fc00 4 rocksdb: DB Session ID: 6JHTAL0CRDJR3LXJD1FO 2026-02-23T07:05:17.293 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph-mon: stderr 2026-02-23T07:05:17.293 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-23T07:05:17.256+0000 7f43c448fc00 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-trial012/store.db dir, Total Num: 0, files: 2026-02-23T07:05:17.293 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph-mon: stderr 2026-02-23T07:05:17.293 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-23T07:05:17.256+0000 7f43c448fc00 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-trial012/store.db: 2026-02-23T07:05:17.294 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph-mon: stderr 2026-02-23T07:05:17.294 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-23T07:05:17.256+0000 7f43c448fc00 4 rocksdb: Options.error_if_exists: 0 2026-02-23T07:05:17.294 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-23T07:05:17.256+0000 7f43c448fc00 4 rocksdb: Options.create_if_missing: 1 2026-02-23T07:05:17.294 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-23T07:05:17.256+0000 7f43c448fc00 4 rocksdb: Options.paranoid_checks: 1 2026-02-23T07:05:17.294 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-23T07:05:17.256+0000 7f43c448fc00 4 rocksdb: Options.flush_verify_memtable_count: 1 2026-02-23T07:05:17.294 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-23T07:05:17.256+0000 7f43c448fc00 4 rocksdb: Options.track_and_verify_wals_in_manifest: 0 2026-02-23T07:05:17.294 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-23T07:05:17.256+0000 7f43c448fc00 4 rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2026-02-23T07:05:17.294 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-23T07:05:17.256+0000 7f43c448fc00 4 rocksdb: Options.env: 0xed5c80 2026-02-23T07:05:17.294 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-23T07:05:17.256+0000 7f43c448fc00 4 rocksdb: Options.fs: PosixFileSystem 2026-02-23T07:05:17.294 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-23T07:05:17.256+0000 7f43c448fc00 4 rocksdb: Options.info_log: 0xbb985a0 2026-02-23T07:05:17.294 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-23T07:05:17.256+0000 7f43c448fc00 4 rocksdb: Options.max_file_opening_threads: 16 2026-02-23T07:05:17.294 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-23T07:05:17.256+0000 7f43c448fc00 4 rocksdb: Options.statistics: (nil) 2026-02-23T07:05:17.294 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-23T07:05:17.256+0000 7f43c448fc00 4 rocksdb: Options.use_fsync: 0 2026-02-23T07:05:17.294 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-23T07:05:17.256+0000 7f43c448fc00 4 rocksdb: Options.max_log_file_size: 0 2026-02-23T07:05:17.294 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-23T07:05:17.256+0000 7f43c448fc00 4 rocksdb: Options.max_manifest_file_size: 1073741824 2026-02-23T07:05:17.294 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-23T07:05:17.256+0000 7f43c448fc00 4 rocksdb: Options.log_file_time_to_roll: 0 2026-02-23T07:05:17.294 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-23T07:05:17.256+0000 7f43c448fc00 4 rocksdb: Options.keep_log_file_num: 1000 2026-02-23T07:05:17.294 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-23T07:05:17.256+0000 7f43c448fc00 4 rocksdb: Options.recycle_log_file_num: 0 2026-02-23T07:05:17.294 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-23T07:05:17.256+0000 7f43c448fc00 4 rocksdb: Options.allow_fallocate: 1 2026-02-23T07:05:17.294 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-23T07:05:17.256+0000 7f43c448fc00 4 rocksdb: Options.allow_mmap_reads: 0 2026-02-23T07:05:17.294 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-23T07:05:17.256+0000 7f43c448fc00 4 rocksdb: Options.allow_mmap_writes: 0 2026-02-23T07:05:17.294 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-23T07:05:17.256+0000 7f43c448fc00 4 rocksdb: Options.use_direct_reads: 0 2026-02-23T07:05:17.294 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-23T07:05:17.256+0000 7f43c448fc00 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2026-02-23T07:05:17.294 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-23T07:05:17.256+0000 7f43c448fc00 4 rocksdb: Options.create_missing_column_families: 0 2026-02-23T07:05:17.294 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-23T07:05:17.256+0000 7f43c448fc00 4 rocksdb: Options.db_log_dir: 2026-02-23T07:05:17.294 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-23T07:05:17.256+0000 7f43c448fc00 4 rocksdb: Options.wal_dir: 2026-02-23T07:05:17.294 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-23T07:05:17.256+0000 7f43c448fc00 4 rocksdb: Options.table_cache_numshardbits: 6 2026-02-23T07:05:17.294 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-23T07:05:17.256+0000 7f43c448fc00 4 rocksdb: Options.WAL_ttl_seconds: 0 2026-02-23T07:05:17.294 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-23T07:05:17.256+0000 7f43c448fc00 4 rocksdb: Options.WAL_size_limit_MB: 0 2026-02-23T07:05:17.294 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-23T07:05:17.256+0000 7f43c448fc00 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2026-02-23T07:05:17.294 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-23T07:05:17.256+0000 7f43c448fc00 4 rocksdb: Options.manifest_preallocation_size: 4194304 2026-02-23T07:05:17.294 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-23T07:05:17.256+0000 7f43c448fc00 4 rocksdb: Options.is_fd_close_on_exec: 1 2026-02-23T07:05:17.294 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-23T07:05:17.256+0000 7f43c448fc00 4 rocksdb: Options.advise_random_on_open: 1 2026-02-23T07:05:17.294 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-23T07:05:17.256+0000 7f43c448fc00 4 rocksdb: Options.db_write_buffer_size: 0 2026-02-23T07:05:17.294 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-23T07:05:17.256+0000 7f43c448fc00 4 rocksdb: Options.write_buffer_manager: 0xbb95b80 2026-02-23T07:05:17.294 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-23T07:05:17.256+0000 7f43c448fc00 4 rocksdb: Options.access_hint_on_compaction_start: 1 2026-02-23T07:05:17.294 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-23T07:05:17.256+0000 7f43c448fc00 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2026-02-23T07:05:17.294 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-23T07:05:17.256+0000 7f43c448fc00 4 rocksdb: Options.use_adaptive_mutex: 0 2026-02-23T07:05:17.294 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-23T07:05:17.256+0000 7f43c448fc00 4 rocksdb: Options.rate_limiter: (nil) 2026-02-23T07:05:17.294 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-23T07:05:17.256+0000 7f43c448fc00 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2026-02-23T07:05:17.294 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-23T07:05:17.256+0000 7f43c448fc00 4 rocksdb: Options.wal_recovery_mode: 2 2026-02-23T07:05:17.294 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-23T07:05:17.256+0000 7f43c448fc00 4 rocksdb: Options.enable_thread_tracking: 0 2026-02-23T07:05:17.294 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-23T07:05:17.256+0000 7f43c448fc00 4 rocksdb: Options.enable_pipelined_write: 0 2026-02-23T07:05:17.294 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-23T07:05:17.256+0000 7f43c448fc00 4 rocksdb: Options.unordered_write: 0 2026-02-23T07:05:17.294 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-23T07:05:17.256+0000 7f43c448fc00 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2026-02-23T07:05:17.294 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-23T07:05:17.256+0000 7f43c448fc00 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2026-02-23T07:05:17.295 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-23T07:05:17.256+0000 7f43c448fc00 4 rocksdb: Options.write_thread_max_yield_usec: 100 2026-02-23T07:05:17.295 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-23T07:05:17.256+0000 7f43c448fc00 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2026-02-23T07:05:17.295 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-23T07:05:17.256+0000 7f43c448fc00 4 rocksdb: Options.row_cache: None 2026-02-23T07:05:17.295 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-23T07:05:17.256+0000 7f43c448fc00 4 rocksdb: Options.wal_filter: None 2026-02-23T07:05:17.295 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-23T07:05:17.256+0000 7f43c448fc00 4 rocksdb: Options.avoid_flush_during_recovery: 0 2026-02-23T07:05:17.295 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-23T07:05:17.256+0000 7f43c448fc00 4 rocksdb: Options.allow_ingest_behind: 0 2026-02-23T07:05:17.295 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-23T07:05:17.256+0000 7f43c448fc00 4 rocksdb: Options.two_write_queues: 0 2026-02-23T07:05:17.295 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-23T07:05:17.256+0000 7f43c448fc00 4 rocksdb: Options.manual_wal_flush: 0 2026-02-23T07:05:17.295 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-23T07:05:17.256+0000 7f43c448fc00 4 rocksdb: Options.wal_compression: 0 2026-02-23T07:05:17.295 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-23T07:05:17.256+0000 7f43c448fc00 4 rocksdb: Options.atomic_flush: 0 2026-02-23T07:05:17.295 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-23T07:05:17.256+0000 7f43c448fc00 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2026-02-23T07:05:17.295 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-23T07:05:17.256+0000 7f43c448fc00 4 rocksdb: Options.persist_stats_to_disk: 0 2026-02-23T07:05:17.295 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-23T07:05:17.256+0000 7f43c448fc00 4 rocksdb: Options.write_dbid_to_manifest: 0 2026-02-23T07:05:17.295 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-23T07:05:17.256+0000 7f43c448fc00 4 rocksdb: Options.log_readahead_size: 0 2026-02-23T07:05:17.295 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-23T07:05:17.256+0000 7f43c448fc00 4 rocksdb: Options.file_checksum_gen_factory: Unknown 2026-02-23T07:05:17.295 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-23T07:05:17.256+0000 7f43c448fc00 4 rocksdb: Options.best_efforts_recovery: 0 2026-02-23T07:05:17.295 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-23T07:05:17.256+0000 7f43c448fc00 4 rocksdb: Options.max_bgerror_resume_count: 2147483647 2026-02-23T07:05:17.295 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-23T07:05:17.256+0000 7f43c448fc00 4 rocksdb: Options.bgerror_resume_retry_interval: 1000000 2026-02-23T07:05:17.295 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-23T07:05:17.256+0000 7f43c448fc00 4 rocksdb: Options.allow_data_in_errors: 0 2026-02-23T07:05:17.295 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-23T07:05:17.256+0000 7f43c448fc00 4 rocksdb: Options.db_host_id: __hostname__ 2026-02-23T07:05:17.295 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-23T07:05:17.256+0000 7f43c448fc00 4 rocksdb: Options.enforce_single_del_contracts: true 2026-02-23T07:05:17.295 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-23T07:05:17.256+0000 7f43c448fc00 4 rocksdb: Options.max_background_jobs: 2 2026-02-23T07:05:17.295 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-23T07:05:17.256+0000 7f43c448fc00 4 rocksdb: Options.max_background_compactions: -1 2026-02-23T07:05:17.295 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-23T07:05:17.256+0000 7f43c448fc00 4 rocksdb: Options.max_subcompactions: 1 2026-02-23T07:05:17.295 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-23T07:05:17.256+0000 7f43c448fc00 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2026-02-23T07:05:17.295 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-23T07:05:17.256+0000 7f43c448fc00 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2026-02-23T07:05:17.295 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-23T07:05:17.256+0000 7f43c448fc00 4 rocksdb: Options.delayed_write_rate : 16777216 2026-02-23T07:05:17.295 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-23T07:05:17.256+0000 7f43c448fc00 4 rocksdb: Options.max_total_wal_size: 0 2026-02-23T07:05:17.295 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-23T07:05:17.256+0000 7f43c448fc00 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2026-02-23T07:05:17.295 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-23T07:05:17.256+0000 7f43c448fc00 4 rocksdb: Options.stats_dump_period_sec: 600 2026-02-23T07:05:17.295 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-23T07:05:17.256+0000 7f43c448fc00 4 rocksdb: Options.stats_persist_period_sec: 600 2026-02-23T07:05:17.295 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-23T07:05:17.256+0000 7f43c448fc00 4 rocksdb: Options.stats_history_buffer_size: 1048576 2026-02-23T07:05:17.295 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-23T07:05:17.256+0000 7f43c448fc00 4 rocksdb: Options.max_open_files: -1 2026-02-23T07:05:17.295 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-23T07:05:17.256+0000 7f43c448fc00 4 rocksdb: Options.bytes_per_sync: 0 2026-02-23T07:05:17.295 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-23T07:05:17.256+0000 7f43c448fc00 4 rocksdb: Options.wal_bytes_per_sync: 0 2026-02-23T07:05:17.295 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-23T07:05:17.256+0000 7f43c448fc00 4 rocksdb: Options.strict_bytes_per_sync: 0 2026-02-23T07:05:17.295 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-23T07:05:17.256+0000 7f43c448fc00 4 rocksdb: Options.compaction_readahead_size: 0 2026-02-23T07:05:17.295 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-23T07:05:17.256+0000 7f43c448fc00 4 rocksdb: Options.max_background_flushes: -1 2026-02-23T07:05:17.295 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-23T07:05:17.256+0000 7f43c448fc00 4 rocksdb: Compression algorithms supported: 2026-02-23T07:05:17.295 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-23T07:05:17.256+0000 7f43c448fc00 4 rocksdb: kZSTD supported: 0 2026-02-23T07:05:17.295 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-23T07:05:17.256+0000 7f43c448fc00 4 rocksdb: kXpressCompression supported: 0 2026-02-23T07:05:17.295 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-23T07:05:17.256+0000 7f43c448fc00 4 rocksdb: kBZip2Compression supported: 0 2026-02-23T07:05:17.295 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-23T07:05:17.256+0000 7f43c448fc00 4 rocksdb: kZSTDNotFinalCompression supported: 0 2026-02-23T07:05:17.295 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-23T07:05:17.256+0000 7f43c448fc00 4 rocksdb: kLZ4Compression supported: 1 2026-02-23T07:05:17.295 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-23T07:05:17.256+0000 7f43c448fc00 4 rocksdb: kZlibCompression supported: 1 2026-02-23T07:05:17.295 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-23T07:05:17.256+0000 7f43c448fc00 4 rocksdb: kLZ4HCCompression supported: 1 2026-02-23T07:05:17.295 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-23T07:05:17.256+0000 7f43c448fc00 4 rocksdb: kSnappyCompression supported: 1 2026-02-23T07:05:17.296 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-23T07:05:17.256+0000 7f43c448fc00 4 rocksdb: Fast CRC32 supported: Supported on x86 2026-02-23T07:05:17.296 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-23T07:05:17.256+0000 7f43c448fc00 4 rocksdb: DMutex implementation: pthread_mutex_t 2026-02-23T07:05:17.296 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-23T07:05:17.256+0000 7f43c448fc00 4 rocksdb: [db/db_impl/db_impl_open.cc:317] Creating manifest 1 2026-02-23T07:05:17.296 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph-mon: stderr 2026-02-23T07:05:17.296 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-23T07:05:17.256+0000 7f43c448fc00 4 rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-trial012/store.db/MANIFEST-000001 2026-02-23T07:05:17.296 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph-mon: stderr 2026-02-23T07:05:17.296 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-23T07:05:17.256+0000 7f43c448fc00 4 rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2026-02-23T07:05:17.296 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph-mon: stderr 2026-02-23T07:05:17.296 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-23T07:05:17.256+0000 7f43c448fc00 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2026-02-23T07:05:17.296 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-23T07:05:17.256+0000 7f43c448fc00 4 rocksdb: Options.merge_operator: 2026-02-23T07:05:17.296 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-23T07:05:17.256+0000 7f43c448fc00 4 rocksdb: Options.compaction_filter: None 2026-02-23T07:05:17.296 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-23T07:05:17.256+0000 7f43c448fc00 4 rocksdb: Options.compaction_filter_factory: None 2026-02-23T07:05:17.296 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-23T07:05:17.256+0000 7f43c448fc00 4 rocksdb: Options.sst_partitioner_factory: None 2026-02-23T07:05:17.296 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-23T07:05:17.256+0000 7f43c448fc00 4 rocksdb: Options.memtable_factory: SkipListFactory 2026-02-23T07:05:17.296 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-23T07:05:17.256+0000 7f43c448fc00 4 rocksdb: Options.table_factory: BlockBasedTable 2026-02-23T07:05:17.296 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-23T07:05:17.256+0000 7f43c448fc00 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0xbb3bd40) 2026-02-23T07:05:17.296 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph-mon: stderr cache_index_and_filter_blocks: 1 2026-02-23T07:05:17.296 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph-mon: stderr cache_index_and_filter_blocks_with_high_priority: 0 2026-02-23T07:05:17.296 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph-mon: stderr pin_l0_filter_and_index_blocks_in_cache: 0 2026-02-23T07:05:17.296 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph-mon: stderr pin_top_level_index_and_filter: 1 2026-02-23T07:05:17.296 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph-mon: stderr index_type: 0 2026-02-23T07:05:17.296 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph-mon: stderr data_block_index_type: 0 2026-02-23T07:05:17.296 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph-mon: stderr index_shortening: 1 2026-02-23T07:05:17.296 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph-mon: stderr data_block_hash_table_util_ratio: 0.750000 2026-02-23T07:05:17.296 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph-mon: stderr checksum: 4 2026-02-23T07:05:17.296 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph-mon: stderr no_block_cache: 0 2026-02-23T07:05:17.296 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph-mon: stderr block_cache: 0xbb67690 2026-02-23T07:05:17.296 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph-mon: stderr block_cache_name: BinnedLRUCache 2026-02-23T07:05:17.296 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph-mon: stderr block_cache_options: 2026-02-23T07:05:17.296 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph-mon: stderr capacity : 536870912 2026-02-23T07:05:17.296 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph-mon: stderr num_shard_bits : 4 2026-02-23T07:05:17.296 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph-mon: stderr strict_capacity_limit : 0 2026-02-23T07:05:17.296 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph-mon: stderr high_pri_pool_ratio: 0.000 2026-02-23T07:05:17.296 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph-mon: stderr block_cache_compressed: (nil) 2026-02-23T07:05:17.296 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph-mon: stderr persistent_cache: (nil) 2026-02-23T07:05:17.296 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph-mon: stderr block_size: 4096 2026-02-23T07:05:17.296 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph-mon: stderr block_size_deviation: 10 2026-02-23T07:05:17.296 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph-mon: stderr block_restart_interval: 16 2026-02-23T07:05:17.296 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph-mon: stderr index_block_restart_interval: 1 2026-02-23T07:05:17.296 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph-mon: stderr metadata_block_size: 4096 2026-02-23T07:05:17.296 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph-mon: stderr partition_filters: 0 2026-02-23T07:05:17.296 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph-mon: stderr use_delta_encoding: 1 2026-02-23T07:05:17.296 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph-mon: stderr filter_policy: bloomfilter 2026-02-23T07:05:17.296 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph-mon: stderr whole_key_filtering: 1 2026-02-23T07:05:17.296 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph-mon: stderr verify_compression: 0 2026-02-23T07:05:17.296 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph-mon: stderr read_amp_bytes_per_bit: 0 2026-02-23T07:05:17.297 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph-mon: stderr format_version: 5 2026-02-23T07:05:17.297 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph-mon: stderr enable_index_compression: 1 2026-02-23T07:05:17.297 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph-mon: stderr block_align: 0 2026-02-23T07:05:17.297 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph-mon: stderr max_auto_readahead_size: 262144 2026-02-23T07:05:17.297 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph-mon: stderr prepopulate_block_cache: 0 2026-02-23T07:05:17.297 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph-mon: stderr initial_auto_readahead_size: 8192 2026-02-23T07:05:17.297 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph-mon: stderr num_file_reads_for_auto_readahead: 2 2026-02-23T07:05:17.297 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph-mon: stderr 2026-02-23T07:05:17.297 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-23T07:05:17.256+0000 7f43c448fc00 4 rocksdb: Options.write_buffer_size: 33554432 2026-02-23T07:05:17.297 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-23T07:05:17.256+0000 7f43c448fc00 4 rocksdb: Options.max_write_buffer_number: 2 2026-02-23T07:05:17.297 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-23T07:05:17.256+0000 7f43c448fc00 4 rocksdb: Options.compression: NoCompression 2026-02-23T07:05:17.297 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-23T07:05:17.256+0000 7f43c448fc00 4 rocksdb: Options.bottommost_compression: Disabled 2026-02-23T07:05:17.297 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-23T07:05:17.256+0000 7f43c448fc00 4 rocksdb: Options.prefix_extractor: nullptr 2026-02-23T07:05:17.297 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-23T07:05:17.256+0000 7f43c448fc00 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2026-02-23T07:05:17.297 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-23T07:05:17.256+0000 7f43c448fc00 4 rocksdb: Options.num_levels: 7 2026-02-23T07:05:17.297 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-23T07:05:17.256+0000 7f43c448fc00 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2026-02-23T07:05:17.297 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-23T07:05:17.256+0000 7f43c448fc00 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2026-02-23T07:05:17.297 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-23T07:05:17.256+0000 7f43c448fc00 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2026-02-23T07:05:17.297 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-23T07:05:17.256+0000 7f43c448fc00 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2026-02-23T07:05:17.297 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-23T07:05:17.256+0000 7f43c448fc00 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2026-02-23T07:05:17.297 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-23T07:05:17.256+0000 7f43c448fc00 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2026-02-23T07:05:17.297 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-23T07:05:17.256+0000 7f43c448fc00 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2026-02-23T07:05:17.297 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-23T07:05:17.256+0000 7f43c448fc00 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2026-02-23T07:05:17.297 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-23T07:05:17.256+0000 7f43c448fc00 4 rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2026-02-23T07:05:17.297 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-23T07:05:17.256+0000 7f43c448fc00 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2026-02-23T07:05:17.297 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-23T07:05:17.256+0000 7f43c448fc00 4 rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2026-02-23T07:05:17.297 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-23T07:05:17.256+0000 7f43c448fc00 4 rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2026-02-23T07:05:17.297 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-23T07:05:17.256+0000 7f43c448fc00 4 rocksdb: Options.compression_opts.window_bits: -14 2026-02-23T07:05:17.297 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-23T07:05:17.256+0000 7f43c448fc00 4 rocksdb: Options.compression_opts.level: 32767 2026-02-23T07:05:17.297 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-23T07:05:17.256+0000 7f43c448fc00 4 rocksdb: Options.compression_opts.strategy: 0 2026-02-23T07:05:17.297 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-23T07:05:17.256+0000 7f43c448fc00 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2026-02-23T07:05:17.297 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-23T07:05:17.256+0000 7f43c448fc00 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2026-02-23T07:05:17.297 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-23T07:05:17.256+0000 7f43c448fc00 4 rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2026-02-23T07:05:17.297 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-23T07:05:17.256+0000 7f43c448fc00 4 rocksdb: Options.compression_opts.parallel_threads: 1 2026-02-23T07:05:17.297 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-23T07:05:17.256+0000 7f43c448fc00 4 rocksdb: Options.compression_opts.enabled: false 2026-02-23T07:05:17.297 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-23T07:05:17.256+0000 7f43c448fc00 4 rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2026-02-23T07:05:17.297 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-23T07:05:17.256+0000 7f43c448fc00 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2026-02-23T07:05:17.297 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-23T07:05:17.256+0000 7f43c448fc00 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2026-02-23T07:05:17.297 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-23T07:05:17.256+0000 7f43c448fc00 4 rocksdb: Options.level0_stop_writes_trigger: 36 2026-02-23T07:05:17.297 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-23T07:05:17.256+0000 7f43c448fc00 4 rocksdb: Options.target_file_size_base: 67108864 2026-02-23T07:05:17.297 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-23T07:05:17.256+0000 7f43c448fc00 4 rocksdb: Options.target_file_size_multiplier: 1 2026-02-23T07:05:17.297 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-23T07:05:17.256+0000 7f43c448fc00 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2026-02-23T07:05:17.297 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-23T07:05:17.256+0000 7f43c448fc00 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2026-02-23T07:05:17.297 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-23T07:05:17.256+0000 7f43c448fc00 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2026-02-23T07:05:17.297 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-23T07:05:17.256+0000 7f43c448fc00 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2026-02-23T07:05:17.297 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-23T07:05:17.256+0000 7f43c448fc00 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2026-02-23T07:05:17.297 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-23T07:05:17.256+0000 7f43c448fc00 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2026-02-23T07:05:17.298 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-23T07:05:17.256+0000 7f43c448fc00 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2026-02-23T07:05:17.298 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-23T07:05:17.256+0000 7f43c448fc00 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2026-02-23T07:05:17.298 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-23T07:05:17.256+0000 7f43c448fc00 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2026-02-23T07:05:17.298 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-23T07:05:17.256+0000 7f43c448fc00 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2026-02-23T07:05:17.298 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-23T07:05:17.256+0000 7f43c448fc00 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2026-02-23T07:05:17.298 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-23T07:05:17.256+0000 7f43c448fc00 4 rocksdb: Options.max_compaction_bytes: 1677721600 2026-02-23T07:05:17.298 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-23T07:05:17.256+0000 7f43c448fc00 4 rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2026-02-23T07:05:17.298 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-23T07:05:17.256+0000 7f43c448fc00 4 rocksdb: Options.arena_block_size: 1048576 2026-02-23T07:05:17.298 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-23T07:05:17.256+0000 7f43c448fc00 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2026-02-23T07:05:17.298 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-23T07:05:17.256+0000 7f43c448fc00 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2026-02-23T07:05:17.298 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-23T07:05:17.256+0000 7f43c448fc00 4 rocksdb: Options.disable_auto_compactions: 0 2026-02-23T07:05:17.298 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-23T07:05:17.256+0000 7f43c448fc00 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2026-02-23T07:05:17.298 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-23T07:05:17.256+0000 7f43c448fc00 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2026-02-23T07:05:17.298 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-23T07:05:17.256+0000 7f43c448fc00 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2026-02-23T07:05:17.298 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-23T07:05:17.256+0000 7f43c448fc00 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2026-02-23T07:05:17.298 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-23T07:05:17.256+0000 7f43c448fc00 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2026-02-23T07:05:17.298 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-23T07:05:17.256+0000 7f43c448fc00 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2026-02-23T07:05:17.298 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-23T07:05:17.256+0000 7f43c448fc00 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2026-02-23T07:05:17.298 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-23T07:05:17.256+0000 7f43c448fc00 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2026-02-23T07:05:17.298 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-23T07:05:17.256+0000 7f43c448fc00 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2026-02-23T07:05:17.298 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-23T07:05:17.256+0000 7f43c448fc00 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2026-02-23T07:05:17.298 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-23T07:05:17.256+0000 7f43c448fc00 4 rocksdb: Options.table_properties_collectors: CompactOnDeletionCollector (Sliding window size = 32768 Deletion trigger = 16384 Deletion ratio = 0); 2026-02-23T07:05:17.298 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-23T07:05:17.256+0000 7f43c448fc00 4 rocksdb: Options.inplace_update_support: 0 2026-02-23T07:05:17.298 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-23T07:05:17.256+0000 7f43c448fc00 4 rocksdb: Options.inplace_update_num_locks: 10000 2026-02-23T07:05:17.298 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-23T07:05:17.256+0000 7f43c448fc00 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2026-02-23T07:05:17.298 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-23T07:05:17.256+0000 7f43c448fc00 4 rocksdb: Options.memtable_whole_key_filtering: 0 2026-02-23T07:05:17.298 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-23T07:05:17.256+0000 7f43c448fc00 4 rocksdb: Options.memtable_huge_page_size: 0 2026-02-23T07:05:17.298 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-23T07:05:17.256+0000 7f43c448fc00 4 rocksdb: Options.bloom_locality: 0 2026-02-23T07:05:17.298 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-23T07:05:17.256+0000 7f43c448fc00 4 rocksdb: Options.max_successive_merges: 0 2026-02-23T07:05:17.298 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-23T07:05:17.256+0000 7f43c448fc00 4 rocksdb: Options.optimize_filters_for_hits: 0 2026-02-23T07:05:17.298 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-23T07:05:17.256+0000 7f43c448fc00 4 rocksdb: Options.paranoid_file_checks: 0 2026-02-23T07:05:17.298 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-23T07:05:17.256+0000 7f43c448fc00 4 rocksdb: Options.force_consistency_checks: 1 2026-02-23T07:05:17.298 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-23T07:05:17.256+0000 7f43c448fc00 4 rocksdb: Options.report_bg_io_stats: 0 2026-02-23T07:05:17.298 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-23T07:05:17.256+0000 7f43c448fc00 4 rocksdb: Options.ttl: 2592000 2026-02-23T07:05:17.298 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-23T07:05:17.256+0000 7f43c448fc00 4 rocksdb: Options.periodic_compaction_seconds: 0 2026-02-23T07:05:17.298 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-23T07:05:17.256+0000 7f43c448fc00 4 rocksdb: Options.preclude_last_level_data_seconds: 0 2026-02-23T07:05:17.298 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-23T07:05:17.256+0000 7f43c448fc00 4 rocksdb: Options.preserve_internal_time_seconds: 0 2026-02-23T07:05:17.298 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-23T07:05:17.256+0000 7f43c448fc00 4 rocksdb: Options.enable_blob_files: false 2026-02-23T07:05:17.298 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-23T07:05:17.256+0000 7f43c448fc00 4 rocksdb: Options.min_blob_size: 0 2026-02-23T07:05:17.298 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-23T07:05:17.256+0000 7f43c448fc00 4 rocksdb: Options.blob_file_size: 268435456 2026-02-23T07:05:17.298 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-23T07:05:17.256+0000 7f43c448fc00 4 rocksdb: Options.blob_compression_type: NoCompression 2026-02-23T07:05:17.298 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-23T07:05:17.256+0000 7f43c448fc00 4 rocksdb: Options.enable_blob_garbage_collection: false 2026-02-23T07:05:17.298 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-23T07:05:17.256+0000 7f43c448fc00 4 rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2026-02-23T07:05:17.298 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-23T07:05:17.256+0000 7f43c448fc00 4 rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2026-02-23T07:05:17.298 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-23T07:05:17.256+0000 7f43c448fc00 4 rocksdb: Options.blob_compaction_readahead_size: 0 2026-02-23T07:05:17.298 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-23T07:05:17.256+0000 7f43c448fc00 4 rocksdb: Options.blob_file_starting_level: 0 2026-02-23T07:05:17.298 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-23T07:05:17.256+0000 7f43c448fc00 4 rocksdb: Options.experimental_mempurge_threshold: 0.000000 2026-02-23T07:05:17.298 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-23T07:05:17.260+0000 7f43c448fc00 4 rocksdb: [db/version_set.cc:5566] Recovered from manifest file:/var/lib/ceph/mon/ceph-trial012/store.db/MANIFEST-000001 succeeded,manifest_file_number is 1, next_file_number is 3, last_sequence is 0, log_number is 0,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2026-02-23T07:05:17.299 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph-mon: stderr 2026-02-23T07:05:17.299 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-23T07:05:17.260+0000 7f43c448fc00 4 rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 0 2026-02-23T07:05:17.299 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph-mon: stderr 2026-02-23T07:05:17.299 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-23T07:05:17.260+0000 7f43c448fc00 4 rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: 494e0f29-41fe-4a63-b6ff-8320b4281a88 2026-02-23T07:05:17.299 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph-mon: stderr 2026-02-23T07:05:17.299 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-23T07:05:17.260+0000 7f43c448fc00 4 rocksdb: [db/version_set.cc:5047] Creating manifest 5 2026-02-23T07:05:17.299 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph-mon: stderr 2026-02-23T07:05:17.299 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-23T07:05:17.260+0000 7f43c448fc00 4 rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0xbbb4e00 2026-02-23T07:05:17.299 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-23T07:05:17.260+0000 7f43c448fc00 4 rocksdb: DB pointer 0xbcc6000 2026-02-23T07:05:17.299 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-23T07:05:17.260+0000 7f43bbc19640 4 rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2026-02-23T07:05:17.299 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-23T07:05:17.260+0000 7f43bbc19640 4 rocksdb: [db/db_impl/db_impl.cc:1111] 2026-02-23T07:05:17.299 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph-mon: stderr ** DB Stats ** 2026-02-23T07:05:17.299 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph-mon: stderr Uptime(secs): 0.0 total, 0.0 interval 2026-02-23T07:05:17.299 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph-mon: stderr 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-23T07:05:17.299 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph-mon: stderr Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2026-02-23T07:05:17.299 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph-mon: stderr Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2026-02-23T07:05:17.299 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph-mon: stderr 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-23T07:05:17.299 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph-mon: stderr Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2026-02-23T07:05:17.299 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph-mon: stderr Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2026-02-23T07:05:17.299 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph-mon: stderr 2026-02-23T07:05:17.299 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph-mon: stderr ** Compaction Stats [default] ** 2026-02-23T07:05:17.299 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph-mon: stderr 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-23T07:05:17.299 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph-mon: stderr ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2026-02-23T07:05:17.299 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph-mon: stderr Sum 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 0.0 0.0 2026-02-23T07:05:17.299 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph-mon: stderr Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 0.0 0.0 2026-02-23T07:05:17.299 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph-mon: stderr 2026-02-23T07:05:17.299 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph-mon: stderr ** Compaction Stats [default] ** 2026-02-23T07:05:17.299 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph-mon: stderr 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-23T07:05:17.299 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph-mon: stderr --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2026-02-23T07:05:17.299 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph-mon: stderr 2026-02-23T07:05:17.299 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph-mon: stderr Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2026-02-23T07:05:17.299 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph-mon: stderr 2026-02-23T07:05:17.299 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph-mon: stderr Uptime(secs): 0.0 total, 0.0 interval 2026-02-23T07:05:17.299 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph-mon: stderr Flush(GB): cumulative 0.000, interval 0.000 2026-02-23T07:05:17.299 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph-mon: stderr AddFile(GB): cumulative 0.000, interval 0.000 2026-02-23T07:05:17.299 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph-mon: stderr AddFile(Total Files): cumulative 0, interval 0 2026-02-23T07:05:17.299 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph-mon: stderr AddFile(L0 Files): cumulative 0, interval 0 2026-02-23T07:05:17.299 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph-mon: stderr AddFile(Keys): cumulative 0, interval 0 2026-02-23T07:05:17.299 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph-mon: stderr Cumulative compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2026-02-23T07:05:17.299 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph-mon: stderr Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2026-02-23T07:05:17.299 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph-mon: stderr 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-23T07:05:17.299 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph-mon: stderr Block cache BinnedLRUCache@0xbb67690#7 capacity: 512.00 MB usage: 0.00 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 9e-06 secs_since: 0 2026-02-23T07:05:17.299 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph-mon: stderr Block cache entry stats(count,size,portion): Misc(1,0.00 KB,0%) 2026-02-23T07:05:17.299 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph-mon: stderr 2026-02-23T07:05:17.300 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph-mon: stderr ** File Read Latency Histogram By Level [default] ** 2026-02-23T07:05:17.300 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph-mon: stderr 2026-02-23T07:05:17.300 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-23T07:05:17.260+0000 7f43c448fc00 4 rocksdb: [db/db_impl/db_impl.cc:496] Shutdown: canceling all background work 2026-02-23T07:05:17.300 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-23T07:05:17.260+0000 7f43c448fc00 4 rocksdb: [db/db_impl/db_impl.cc:704] Shutdown complete 2026-02-23T07:05:17.300 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-23T07:05:17.260+0000 7f43c448fc00 0 /usr/bin/ceph-mon: created monfs at /var/lib/ceph/mon/ceph-trial012 for mon.trial012 2026-02-23T07:05:17.300 INFO:teuthology.orchestra.run.trial012.stdout:create mon.trial012 on 2026-02-23T07:05:17.701 INFO:teuthology.orchestra.run.trial012.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /etc/systemd/system/ceph.target. 2026-02-23T07:05:17.890 INFO:teuthology.orchestra.run.trial012.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph-f752ade8-1085-11f1-b189-d404e6e7d460.target → /etc/systemd/system/ceph-f752ade8-1085-11f1-b189-d404e6e7d460.target. 2026-02-23T07:05:17.890 INFO:teuthology.orchestra.run.trial012.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph.target.wants/ceph-f752ade8-1085-11f1-b189-d404e6e7d460.target → /etc/systemd/system/ceph-f752ade8-1085-11f1-b189-d404e6e7d460.target. 2026-02-23T07:05:18.085 INFO:teuthology.orchestra.run.trial012.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-f752ade8-1085-11f1-b189-d404e6e7d460@mon.trial012 2026-02-23T07:05:18.085 INFO:teuthology.orchestra.run.trial012.stdout:systemctl: stderr Failed to reset failed state of unit ceph-f752ade8-1085-11f1-b189-d404e6e7d460@mon.trial012.service: Unit ceph-f752ade8-1085-11f1-b189-d404e6e7d460@mon.trial012.service not loaded. 2026-02-23T07:05:18.276 INFO:teuthology.orchestra.run.trial012.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-f752ade8-1085-11f1-b189-d404e6e7d460.target.wants/ceph-f752ade8-1085-11f1-b189-d404e6e7d460@mon.trial012.service → /etc/systemd/system/ceph-f752ade8-1085-11f1-b189-d404e6e7d460@.service. 2026-02-23T07:05:18.279 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:18 trial012 systemd[1]: /etc/systemd/system/ceph-f752ade8-1085-11f1-b189-d404e6e7d460@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2026-02-23T07:05:18.282 INFO:teuthology.orchestra.run.trial012.stdout:firewalld does not appear to be present 2026-02-23T07:05:18.282 INFO:teuthology.orchestra.run.trial012.stdout:Not possible to enable service . firewalld.service is not available 2026-02-23T07:05:18.282 INFO:teuthology.orchestra.run.trial012.stdout:Waiting for mon to start... 2026-02-23T07:05:18.282 INFO:teuthology.orchestra.run.trial012.stdout:Waiting for mon... 2026-02-23T07:05:18.441 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph: stdout cluster: 2026-02-23T07:05:18.441 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph: stdout id: f752ade8-1085-11f1-b189-d404e6e7d460 2026-02-23T07:05:18.441 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph: stdout health: HEALTH_OK 2026-02-23T07:05:18.441 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph: stdout 2026-02-23T07:05:18.441 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph: stdout services: 2026-02-23T07:05:18.441 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph: stdout mon: 1 daemons, quorum trial012 (age 0.0436588s) [leader: trial012] 2026-02-23T07:05:18.441 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph: stdout mgr: no daemons active 2026-02-23T07:05:18.441 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph: stdout osd: 0 osds: 0 up, 0 in 2026-02-23T07:05:18.441 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph: stdout 2026-02-23T07:05:18.441 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph: stdout data: 2026-02-23T07:05:18.441 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph: stdout pools: 0 pools, 0 pgs 2026-02-23T07:05:18.441 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph: stdout objects: 0 objects, 0 B 2026-02-23T07:05:18.441 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph: stdout usage: 0 B used, 0 B / 0 B avail 2026-02-23T07:05:18.441 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph: stdout pgs: 2026-02-23T07:05:18.441 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph: stdout 2026-02-23T07:05:18.441 INFO:teuthology.orchestra.run.trial012.stdout:mon is available 2026-02-23T07:05:18.441 INFO:teuthology.orchestra.run.trial012.stdout:Assimilating anything we can from ceph.conf... 2026-02-23T07:05:18.577 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:18 trial012 systemd[1]: Started Ceph mon.trial012 for f752ade8-1085-11f1-b189-d404e6e7d460. 2026-02-23T07:05:18.577 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:18 trial012 bash[10582]: cluster 2026-02-23T07:05:18.369237+0000 mon.trial012 (mon.0) 0 : cluster [INF] mkfs f752ade8-1085-11f1-b189-d404e6e7d460 2026-02-23T07:05:18.577 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:18 trial012 bash[10582]: cluster 2026-02-23T07:05:18.369237+0000 mon.trial012 (mon.0) 0 : cluster [INF] mkfs f752ade8-1085-11f1-b189-d404e6e7d460 2026-02-23T07:05:18.577 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:18 trial012 bash[10582]: cluster 2026-02-23T07:05:18.366087+0000 mon.trial012 (mon.0) 1 : cluster [INF] mon.trial012 is new leader, mons trial012 in quorum (ranks 0) 2026-02-23T07:05:18.577 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:18 trial012 bash[10582]: cluster 2026-02-23T07:05:18.366087+0000 mon.trial012 (mon.0) 1 : cluster [INF] mon.trial012 is new leader, mons trial012 in quorum (ranks 0) 2026-02-23T07:05:18.599 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph: stdout 2026-02-23T07:05:18.599 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph: stdout [global] 2026-02-23T07:05:18.600 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph: stdout fsid = f752ade8-1085-11f1-b189-d404e6e7d460 2026-02-23T07:05:18.600 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph: stdout mon_cluster_log_file_level = debug 2026-02-23T07:05:18.600 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph: stdout mon_host = [v2:10.20.193.12:3300,v1:10.20.193.12:6789] 2026-02-23T07:05:18.600 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2026-02-23T07:05:18.600 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2026-02-23T07:05:18.600 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2026-02-23T07:05:18.600 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2026-02-23T07:05:18.600 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph: stdout 2026-02-23T07:05:18.600 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph: stdout [mgr] 2026-02-23T07:05:18.600 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2026-02-23T07:05:18.600 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph: stdout 2026-02-23T07:05:18.600 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph: stdout [osd] 2026-02-23T07:05:18.601 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2026-02-23T07:05:18.601 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2026-02-23T07:05:18.601 INFO:teuthology.orchestra.run.trial012.stdout:Generating new minimal ceph.conf... 2026-02-23T07:05:18.753 INFO:teuthology.orchestra.run.trial012.stdout:Restarting the monitor... 2026-02-23T07:05:18.860 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:18 trial012 systemd[1]: Stopping Ceph mon.trial012 for f752ade8-1085-11f1-b189-d404e6e7d460... 2026-02-23T07:05:18.860 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:18 trial012 bash[10582]: debug 2026-02-23T07:05:18.792+0000 7fb6f61b0640 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-mon -n mon.trial012 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-stderr=true (PID: 1) UID: 0 2026-02-23T07:05:18.860 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:18 trial012 bash[10582]: debug 2026-02-23T07:05:18.792+0000 7fb6f61b0640 -1 mon.trial012@0(leader) e1 *** Got Signal Terminated *** 2026-02-23T07:05:18.978 INFO:teuthology.orchestra.run.trial012.stdout:Setting public_network to 10.20.192.1/32,10.20.192.0/20,10.20.192.13/32,10.20.192.11/32 in global config section 2026-02-23T07:05:19.320 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:18 trial012 bash[10966]: ceph-f752ade8-1085-11f1-b189-d404e6e7d460-mon-trial012 2026-02-23T07:05:19.320 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:18 trial012 systemd[1]: ceph-f752ade8-1085-11f1-b189-d404e6e7d460@mon.trial012.service: Deactivated successfully. 2026-02-23T07:05:19.320 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:18 trial012 systemd[1]: Stopped Ceph mon.trial012 for f752ade8-1085-11f1-b189-d404e6e7d460. 2026-02-23T07:05:19.320 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:18 trial012 systemd[1]: Started Ceph mon.trial012 for f752ade8-1085-11f1-b189-d404e6e7d460. 2026-02-23T07:05:19.320 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:19 trial012 bash[11083]: debug 2026-02-23T07:05:19.052+0000 7f7a9d7eac00 0 set uid:gid to 167:167 (ceph:ceph) 2026-02-23T07:05:19.320 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:19 trial012 bash[11083]: debug 2026-02-23T07:05:19.052+0000 7f7a9d7eac00 0 ceph version 20.3.0-5338-g244ee61d (244ee61d76a715c3ac0d60eeb3321aefb91c3511) tentacle (dev - RelWithDebInfo), process ceph-mon, pid 7 2026-02-23T07:05:19.320 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:19 trial012 bash[11083]: debug 2026-02-23T07:05:19.052+0000 7f7a9d7eac00 0 pidfile_write: ignore empty --pid-file 2026-02-23T07:05:19.321 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:19 trial012 bash[11083]: debug 2026-02-23T07:05:19.052+0000 7f7a9d7eac00 0 load: jerasure load: lrc 2026-02-23T07:05:19.321 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:19 trial012 bash[11083]: debug 2026-02-23T07:05:19.052+0000 7f7a9d7eac00 4 rocksdb: RocksDB version: 7.9.2 2026-02-23T07:05:19.321 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:19 trial012 bash[11083]: debug 2026-02-23T07:05:19.052+0000 7f7a9d7eac00 4 rocksdb: Git sha 0 2026-02-23T07:05:19.321 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:19 trial012 bash[11083]: debug 2026-02-23T07:05:19.052+0000 7f7a9d7eac00 4 rocksdb: Compile date 2026-02-20 21:07:39 2026-02-23T07:05:19.321 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:19 trial012 bash[11083]: debug 2026-02-23T07:05:19.052+0000 7f7a9d7eac00 4 rocksdb: DB SUMMARY 2026-02-23T07:05:19.321 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:19 trial012 bash[11083]: debug 2026-02-23T07:05:19.052+0000 7f7a9d7eac00 4 rocksdb: DB Session ID: UL4FFRSAW8S3OZPYDY4G 2026-02-23T07:05:19.321 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:19 trial012 bash[11083]: debug 2026-02-23T07:05:19.052+0000 7f7a9d7eac00 4 rocksdb: CURRENT file: CURRENT 2026-02-23T07:05:19.321 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:19 trial012 bash[11083]: debug 2026-02-23T07:05:19.052+0000 7f7a9d7eac00 4 rocksdb: IDENTITY file: IDENTITY 2026-02-23T07:05:19.321 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:19 trial012 bash[11083]: debug 2026-02-23T07:05:19.052+0000 7f7a9d7eac00 4 rocksdb: MANIFEST file: MANIFEST-000010 size: 179 Bytes 2026-02-23T07:05:19.321 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:19 trial012 bash[11083]: debug 2026-02-23T07:05:19.052+0000 7f7a9d7eac00 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-trial012/store.db dir, Total Num: 1, files: 000008.sst 2026-02-23T07:05:19.321 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:19 trial012 bash[11083]: debug 2026-02-23T07:05:19.052+0000 7f7a9d7eac00 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-trial012/store.db: 000009.log size: 76191 ; 2026-02-23T07:05:19.321 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:19 trial012 bash[11083]: debug 2026-02-23T07:05:19.052+0000 7f7a9d7eac00 4 rocksdb: Options.error_if_exists: 0 2026-02-23T07:05:19.321 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:19 trial012 bash[11083]: debug 2026-02-23T07:05:19.052+0000 7f7a9d7eac00 4 rocksdb: Options.create_if_missing: 0 2026-02-23T07:05:19.321 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:19 trial012 bash[11083]: debug 2026-02-23T07:05:19.052+0000 7f7a9d7eac00 4 rocksdb: Options.paranoid_checks: 1 2026-02-23T07:05:19.321 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:19 trial012 bash[11083]: debug 2026-02-23T07:05:19.052+0000 7f7a9d7eac00 4 rocksdb: Options.flush_verify_memtable_count: 1 2026-02-23T07:05:19.321 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:19 trial012 bash[11083]: debug 2026-02-23T07:05:19.052+0000 7f7a9d7eac00 4 rocksdb: Options.track_and_verify_wals_in_manifest: 0 2026-02-23T07:05:19.321 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:19 trial012 bash[11083]: debug 2026-02-23T07:05:19.052+0000 7f7a9d7eac00 4 rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2026-02-23T07:05:19.321 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:19 trial012 bash[11083]: debug 2026-02-23T07:05:19.052+0000 7f7a9d7eac00 4 rocksdb: Options.env: 0xed5c80 2026-02-23T07:05:19.321 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:19 trial012 bash[11083]: debug 2026-02-23T07:05:19.052+0000 7f7a9d7eac00 4 rocksdb: Options.fs: PosixFileSystem 2026-02-23T07:05:19.321 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:19 trial012 bash[11083]: debug 2026-02-23T07:05:19.052+0000 7f7a9d7eac00 4 rocksdb: Options.info_log: 0x3d78d200 2026-02-23T07:05:19.321 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:19 trial012 bash[11083]: debug 2026-02-23T07:05:19.052+0000 7f7a9d7eac00 4 rocksdb: Options.max_file_opening_threads: 16 2026-02-23T07:05:19.321 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:19 trial012 bash[11083]: debug 2026-02-23T07:05:19.052+0000 7f7a9d7eac00 4 rocksdb: Options.statistics: (nil) 2026-02-23T07:05:19.321 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:19 trial012 bash[11083]: debug 2026-02-23T07:05:19.052+0000 7f7a9d7eac00 4 rocksdb: Options.use_fsync: 0 2026-02-23T07:05:19.321 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:19 trial012 bash[11083]: debug 2026-02-23T07:05:19.052+0000 7f7a9d7eac00 4 rocksdb: Options.max_log_file_size: 0 2026-02-23T07:05:19.321 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:19 trial012 bash[11083]: debug 2026-02-23T07:05:19.052+0000 7f7a9d7eac00 4 rocksdb: Options.max_manifest_file_size: 1073741824 2026-02-23T07:05:19.321 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:19 trial012 bash[11083]: debug 2026-02-23T07:05:19.052+0000 7f7a9d7eac00 4 rocksdb: Options.log_file_time_to_roll: 0 2026-02-23T07:05:19.321 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:19 trial012 bash[11083]: debug 2026-02-23T07:05:19.052+0000 7f7a9d7eac00 4 rocksdb: Options.keep_log_file_num: 1000 2026-02-23T07:05:19.321 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:19 trial012 bash[11083]: debug 2026-02-23T07:05:19.052+0000 7f7a9d7eac00 4 rocksdb: Options.recycle_log_file_num: 0 2026-02-23T07:05:19.321 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:19 trial012 bash[11083]: debug 2026-02-23T07:05:19.052+0000 7f7a9d7eac00 4 rocksdb: Options.allow_fallocate: 1 2026-02-23T07:05:19.321 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:19 trial012 bash[11083]: debug 2026-02-23T07:05:19.052+0000 7f7a9d7eac00 4 rocksdb: Options.allow_mmap_reads: 0 2026-02-23T07:05:19.321 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:19 trial012 bash[11083]: debug 2026-02-23T07:05:19.052+0000 7f7a9d7eac00 4 rocksdb: Options.allow_mmap_writes: 0 2026-02-23T07:05:19.321 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:19 trial012 bash[11083]: debug 2026-02-23T07:05:19.052+0000 7f7a9d7eac00 4 rocksdb: Options.use_direct_reads: 0 2026-02-23T07:05:19.321 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:19 trial012 bash[11083]: debug 2026-02-23T07:05:19.052+0000 7f7a9d7eac00 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2026-02-23T07:05:19.321 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:19 trial012 bash[11083]: debug 2026-02-23T07:05:19.052+0000 7f7a9d7eac00 4 rocksdb: Options.create_missing_column_families: 0 2026-02-23T07:05:19.321 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:19 trial012 bash[11083]: debug 2026-02-23T07:05:19.052+0000 7f7a9d7eac00 4 rocksdb: Options.db_log_dir: 2026-02-23T07:05:19.322 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:19 trial012 bash[11083]: debug 2026-02-23T07:05:19.052+0000 7f7a9d7eac00 4 rocksdb: Options.wal_dir: 2026-02-23T07:05:19.322 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:19 trial012 bash[11083]: debug 2026-02-23T07:05:19.052+0000 7f7a9d7eac00 4 rocksdb: Options.table_cache_numshardbits: 6 2026-02-23T07:05:19.322 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:19 trial012 bash[11083]: debug 2026-02-23T07:05:19.052+0000 7f7a9d7eac00 4 rocksdb: Options.WAL_ttl_seconds: 0 2026-02-23T07:05:19.322 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:19 trial012 bash[11083]: debug 2026-02-23T07:05:19.052+0000 7f7a9d7eac00 4 rocksdb: Options.WAL_size_limit_MB: 0 2026-02-23T07:05:19.322 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:19 trial012 bash[11083]: debug 2026-02-23T07:05:19.052+0000 7f7a9d7eac00 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2026-02-23T07:05:19.322 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:19 trial012 bash[11083]: debug 2026-02-23T07:05:19.052+0000 7f7a9d7eac00 4 rocksdb: Options.manifest_preallocation_size: 4194304 2026-02-23T07:05:19.322 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:19 trial012 bash[11083]: debug 2026-02-23T07:05:19.052+0000 7f7a9d7eac00 4 rocksdb: Options.is_fd_close_on_exec: 1 2026-02-23T07:05:19.322 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:19 trial012 bash[11083]: debug 2026-02-23T07:05:19.052+0000 7f7a9d7eac00 4 rocksdb: Options.advise_random_on_open: 1 2026-02-23T07:05:19.322 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:19 trial012 bash[11083]: debug 2026-02-23T07:05:19.052+0000 7f7a9d7eac00 4 rocksdb: Options.db_write_buffer_size: 0 2026-02-23T07:05:19.322 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:19 trial012 bash[11083]: debug 2026-02-23T07:05:19.052+0000 7f7a9d7eac00 4 rocksdb: Options.write_buffer_manager: 0x3d788140 2026-02-23T07:05:19.322 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:19 trial012 bash[11083]: debug 2026-02-23T07:05:19.052+0000 7f7a9d7eac00 4 rocksdb: Options.access_hint_on_compaction_start: 1 2026-02-23T07:05:19.322 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:19 trial012 bash[11083]: debug 2026-02-23T07:05:19.052+0000 7f7a9d7eac00 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2026-02-23T07:05:19.322 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:19 trial012 bash[11083]: debug 2026-02-23T07:05:19.052+0000 7f7a9d7eac00 4 rocksdb: Options.use_adaptive_mutex: 0 2026-02-23T07:05:19.322 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:19 trial012 bash[11083]: debug 2026-02-23T07:05:19.052+0000 7f7a9d7eac00 4 rocksdb: Options.rate_limiter: (nil) 2026-02-23T07:05:19.323 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:19 trial012 bash[11083]: debug 2026-02-23T07:05:19.052+0000 7f7a9d7eac00 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2026-02-23T07:05:19.323 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:19 trial012 bash[11083]: debug 2026-02-23T07:05:19.052+0000 7f7a9d7eac00 4 rocksdb: Options.wal_recovery_mode: 2 2026-02-23T07:05:19.323 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:19 trial012 bash[11083]: debug 2026-02-23T07:05:19.052+0000 7f7a9d7eac00 4 rocksdb: Options.enable_thread_tracking: 0 2026-02-23T07:05:19.323 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:19 trial012 bash[11083]: debug 2026-02-23T07:05:19.052+0000 7f7a9d7eac00 4 rocksdb: Options.enable_pipelined_write: 0 2026-02-23T07:05:19.323 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:19 trial012 bash[11083]: debug 2026-02-23T07:05:19.052+0000 7f7a9d7eac00 4 rocksdb: Options.unordered_write: 0 2026-02-23T07:05:19.323 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:19 trial012 bash[11083]: debug 2026-02-23T07:05:19.052+0000 7f7a9d7eac00 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2026-02-23T07:05:19.323 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:19 trial012 bash[11083]: debug 2026-02-23T07:05:19.052+0000 7f7a9d7eac00 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2026-02-23T07:05:19.323 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:19 trial012 bash[11083]: debug 2026-02-23T07:05:19.052+0000 7f7a9d7eac00 4 rocksdb: Options.write_thread_max_yield_usec: 100 2026-02-23T07:05:19.323 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:19 trial012 bash[11083]: debug 2026-02-23T07:05:19.052+0000 7f7a9d7eac00 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2026-02-23T07:05:19.323 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:19 trial012 bash[11083]: debug 2026-02-23T07:05:19.052+0000 7f7a9d7eac00 4 rocksdb: Options.row_cache: None 2026-02-23T07:05:19.323 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:19 trial012 bash[11083]: debug 2026-02-23T07:05:19.052+0000 7f7a9d7eac00 4 rocksdb: Options.wal_filter: None 2026-02-23T07:05:19.323 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:19 trial012 bash[11083]: debug 2026-02-23T07:05:19.052+0000 7f7a9d7eac00 4 rocksdb: Options.avoid_flush_during_recovery: 0 2026-02-23T07:05:19.323 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:19 trial012 bash[11083]: debug 2026-02-23T07:05:19.052+0000 7f7a9d7eac00 4 rocksdb: Options.allow_ingest_behind: 0 2026-02-23T07:05:19.323 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:19 trial012 bash[11083]: debug 2026-02-23T07:05:19.052+0000 7f7a9d7eac00 4 rocksdb: Options.two_write_queues: 0 2026-02-23T07:05:19.323 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:19 trial012 bash[11083]: debug 2026-02-23T07:05:19.052+0000 7f7a9d7eac00 4 rocksdb: Options.manual_wal_flush: 0 2026-02-23T07:05:19.323 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:19 trial012 bash[11083]: debug 2026-02-23T07:05:19.052+0000 7f7a9d7eac00 4 rocksdb: Options.wal_compression: 0 2026-02-23T07:05:19.324 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:19 trial012 bash[11083]: debug 2026-02-23T07:05:19.052+0000 7f7a9d7eac00 4 rocksdb: Options.atomic_flush: 0 2026-02-23T07:05:19.324 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:19 trial012 bash[11083]: debug 2026-02-23T07:05:19.052+0000 7f7a9d7eac00 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2026-02-23T07:05:19.324 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:19 trial012 bash[11083]: debug 2026-02-23T07:05:19.052+0000 7f7a9d7eac00 4 rocksdb: Options.persist_stats_to_disk: 0 2026-02-23T07:05:19.324 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:19 trial012 bash[11083]: debug 2026-02-23T07:05:19.052+0000 7f7a9d7eac00 4 rocksdb: Options.write_dbid_to_manifest: 0 2026-02-23T07:05:19.324 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:19 trial012 bash[11083]: debug 2026-02-23T07:05:19.052+0000 7f7a9d7eac00 4 rocksdb: Options.log_readahead_size: 0 2026-02-23T07:05:19.324 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:19 trial012 bash[11083]: debug 2026-02-23T07:05:19.052+0000 7f7a9d7eac00 4 rocksdb: Options.file_checksum_gen_factory: Unknown 2026-02-23T07:05:19.324 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:19 trial012 bash[11083]: debug 2026-02-23T07:05:19.052+0000 7f7a9d7eac00 4 rocksdb: Options.best_efforts_recovery: 0 2026-02-23T07:05:19.324 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:19 trial012 bash[11083]: debug 2026-02-23T07:05:19.052+0000 7f7a9d7eac00 4 rocksdb: Options.max_bgerror_resume_count: 2147483647 2026-02-23T07:05:19.324 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:19 trial012 bash[11083]: debug 2026-02-23T07:05:19.052+0000 7f7a9d7eac00 4 rocksdb: Options.bgerror_resume_retry_interval: 1000000 2026-02-23T07:05:19.324 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:19 trial012 bash[11083]: debug 2026-02-23T07:05:19.052+0000 7f7a9d7eac00 4 rocksdb: Options.allow_data_in_errors: 0 2026-02-23T07:05:19.324 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:19 trial012 bash[11083]: debug 2026-02-23T07:05:19.052+0000 7f7a9d7eac00 4 rocksdb: Options.db_host_id: __hostname__ 2026-02-23T07:05:19.324 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:19 trial012 bash[11083]: debug 2026-02-23T07:05:19.052+0000 7f7a9d7eac00 4 rocksdb: Options.enforce_single_del_contracts: true 2026-02-23T07:05:19.324 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:19 trial012 bash[11083]: debug 2026-02-23T07:05:19.052+0000 7f7a9d7eac00 4 rocksdb: Options.max_background_jobs: 2 2026-02-23T07:05:19.324 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:19 trial012 bash[11083]: debug 2026-02-23T07:05:19.052+0000 7f7a9d7eac00 4 rocksdb: Options.max_background_compactions: -1 2026-02-23T07:05:19.324 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:19 trial012 bash[11083]: debug 2026-02-23T07:05:19.052+0000 7f7a9d7eac00 4 rocksdb: Options.max_subcompactions: 1 2026-02-23T07:05:19.324 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:19 trial012 bash[11083]: debug 2026-02-23T07:05:19.052+0000 7f7a9d7eac00 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2026-02-23T07:05:19.324 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:19 trial012 bash[11083]: debug 2026-02-23T07:05:19.052+0000 7f7a9d7eac00 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2026-02-23T07:05:19.324 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:19 trial012 bash[11083]: debug 2026-02-23T07:05:19.052+0000 7f7a9d7eac00 4 rocksdb: Options.delayed_write_rate : 16777216 2026-02-23T07:05:19.324 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:19 trial012 bash[11083]: debug 2026-02-23T07:05:19.052+0000 7f7a9d7eac00 4 rocksdb: Options.max_total_wal_size: 0 2026-02-23T07:05:19.324 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:19 trial012 bash[11083]: debug 2026-02-23T07:05:19.052+0000 7f7a9d7eac00 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2026-02-23T07:05:19.324 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:19 trial012 bash[11083]: debug 2026-02-23T07:05:19.052+0000 7f7a9d7eac00 4 rocksdb: Options.stats_dump_period_sec: 600 2026-02-23T07:05:19.324 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:19 trial012 bash[11083]: debug 2026-02-23T07:05:19.052+0000 7f7a9d7eac00 4 rocksdb: Options.stats_persist_period_sec: 600 2026-02-23T07:05:19.324 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:19 trial012 bash[11083]: debug 2026-02-23T07:05:19.052+0000 7f7a9d7eac00 4 rocksdb: Options.stats_history_buffer_size: 1048576 2026-02-23T07:05:19.324 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:19 trial012 bash[11083]: debug 2026-02-23T07:05:19.052+0000 7f7a9d7eac00 4 rocksdb: Options.max_open_files: -1 2026-02-23T07:05:19.325 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:19 trial012 bash[11083]: debug 2026-02-23T07:05:19.052+0000 7f7a9d7eac00 4 rocksdb: Options.bytes_per_sync: 0 2026-02-23T07:05:19.325 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:19 trial012 bash[11083]: debug 2026-02-23T07:05:19.052+0000 7f7a9d7eac00 4 rocksdb: Options.wal_bytes_per_sync: 0 2026-02-23T07:05:19.325 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:19 trial012 bash[11083]: debug 2026-02-23T07:05:19.052+0000 7f7a9d7eac00 4 rocksdb: Options.strict_bytes_per_sync: 0 2026-02-23T07:05:19.325 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:19 trial012 bash[11083]: debug 2026-02-23T07:05:19.052+0000 7f7a9d7eac00 4 rocksdb: Options.compaction_readahead_size: 0 2026-02-23T07:05:19.325 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:19 trial012 bash[11083]: debug 2026-02-23T07:05:19.052+0000 7f7a9d7eac00 4 rocksdb: Options.max_background_flushes: -1 2026-02-23T07:05:19.325 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:19 trial012 bash[11083]: debug 2026-02-23T07:05:19.052+0000 7f7a9d7eac00 4 rocksdb: Compression algorithms supported: 2026-02-23T07:05:19.325 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:19 trial012 bash[11083]: debug 2026-02-23T07:05:19.052+0000 7f7a9d7eac00 4 rocksdb: kZSTD supported: 0 2026-02-23T07:05:19.325 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:19 trial012 bash[11083]: debug 2026-02-23T07:05:19.052+0000 7f7a9d7eac00 4 rocksdb: kXpressCompression supported: 0 2026-02-23T07:05:19.325 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:19 trial012 bash[11083]: debug 2026-02-23T07:05:19.052+0000 7f7a9d7eac00 4 rocksdb: kBZip2Compression supported: 0 2026-02-23T07:05:19.325 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:19 trial012 bash[11083]: debug 2026-02-23T07:05:19.052+0000 7f7a9d7eac00 4 rocksdb: kZSTDNotFinalCompression supported: 0 2026-02-23T07:05:19.325 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:19 trial012 bash[11083]: debug 2026-02-23T07:05:19.052+0000 7f7a9d7eac00 4 rocksdb: kLZ4Compression supported: 1 2026-02-23T07:05:19.325 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:19 trial012 bash[11083]: debug 2026-02-23T07:05:19.052+0000 7f7a9d7eac00 4 rocksdb: kZlibCompression supported: 1 2026-02-23T07:05:19.325 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:19 trial012 bash[11083]: debug 2026-02-23T07:05:19.052+0000 7f7a9d7eac00 4 rocksdb: kLZ4HCCompression supported: 1 2026-02-23T07:05:19.325 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:19 trial012 bash[11083]: debug 2026-02-23T07:05:19.052+0000 7f7a9d7eac00 4 rocksdb: kSnappyCompression supported: 1 2026-02-23T07:05:19.325 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:19 trial012 bash[11083]: debug 2026-02-23T07:05:19.052+0000 7f7a9d7eac00 4 rocksdb: Fast CRC32 supported: Supported on x86 2026-02-23T07:05:19.325 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:19 trial012 bash[11083]: debug 2026-02-23T07:05:19.052+0000 7f7a9d7eac00 4 rocksdb: DMutex implementation: pthread_mutex_t 2026-02-23T07:05:19.325 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:19 trial012 bash[11083]: debug 2026-02-23T07:05:19.052+0000 7f7a9d7eac00 4 rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-trial012/store.db/MANIFEST-000010 2026-02-23T07:05:19.325 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:19 trial012 bash[11083]: debug 2026-02-23T07:05:19.052+0000 7f7a9d7eac00 4 rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2026-02-23T07:05:19.325 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:19 trial012 bash[11083]: debug 2026-02-23T07:05:19.052+0000 7f7a9d7eac00 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2026-02-23T07:05:19.325 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:19 trial012 bash[11083]: debug 2026-02-23T07:05:19.052+0000 7f7a9d7eac00 4 rocksdb: Options.merge_operator: 2026-02-23T07:05:19.326 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:19 trial012 bash[11083]: debug 2026-02-23T07:05:19.052+0000 7f7a9d7eac00 4 rocksdb: Options.compaction_filter: None 2026-02-23T07:05:19.326 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:19 trial012 bash[11083]: debug 2026-02-23T07:05:19.052+0000 7f7a9d7eac00 4 rocksdb: Options.compaction_filter_factory: None 2026-02-23T07:05:19.326 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:19 trial012 bash[11083]: debug 2026-02-23T07:05:19.052+0000 7f7a9d7eac00 4 rocksdb: Options.sst_partitioner_factory: None 2026-02-23T07:05:19.326 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:19 trial012 bash[11083]: debug 2026-02-23T07:05:19.052+0000 7f7a9d7eac00 4 rocksdb: Options.memtable_factory: SkipListFactory 2026-02-23T07:05:19.326 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:19 trial012 bash[11083]: debug 2026-02-23T07:05:19.052+0000 7f7a9d7eac00 4 rocksdb: Options.table_factory: BlockBasedTable 2026-02-23T07:05:19.326 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:19 trial012 bash[11083]: debug 2026-02-23T07:05:19.052+0000 7f7a9d7eac00 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x3d78d940) 2026-02-23T07:05:19.326 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:19 trial012 bash[11083]: cache_index_and_filter_blocks: 1 2026-02-23T07:05:19.326 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:19 trial012 bash[11083]: cache_index_and_filter_blocks_with_high_priority: 0 2026-02-23T07:05:19.326 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:19 trial012 bash[11083]: pin_l0_filter_and_index_blocks_in_cache: 0 2026-02-23T07:05:19.326 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:19 trial012 bash[11083]: pin_top_level_index_and_filter: 1 2026-02-23T07:05:19.326 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:19 trial012 bash[11083]: index_type: 0 2026-02-23T07:05:19.326 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:19 trial012 bash[11083]: data_block_index_type: 0 2026-02-23T07:05:19.326 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:19 trial012 bash[11083]: index_shortening: 1 2026-02-23T07:05:19.326 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:19 trial012 bash[11083]: data_block_hash_table_util_ratio: 0.750000 2026-02-23T07:05:19.326 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:19 trial012 bash[11083]: checksum: 4 2026-02-23T07:05:19.326 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:19 trial012 bash[11083]: no_block_cache: 0 2026-02-23T07:05:19.326 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:19 trial012 bash[11083]: block_cache: 0x3d75ba50 2026-02-23T07:05:19.326 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:19 trial012 bash[11083]: block_cache_name: BinnedLRUCache 2026-02-23T07:05:19.326 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:19 trial012 bash[11083]: block_cache_options: 2026-02-23T07:05:19.326 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:19 trial012 bash[11083]: capacity : 536870912 2026-02-23T07:05:19.326 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:19 trial012 bash[11083]: num_shard_bits : 4 2026-02-23T07:05:19.326 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:19 trial012 bash[11083]: strict_capacity_limit : 0 2026-02-23T07:05:19.327 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:19 trial012 bash[11083]: high_pri_pool_ratio: 0.000 2026-02-23T07:05:19.327 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:19 trial012 bash[11083]: block_cache_compressed: (nil) 2026-02-23T07:05:19.327 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:19 trial012 bash[11083]: persistent_cache: (nil) 2026-02-23T07:05:19.327 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:19 trial012 bash[11083]: block_size: 4096 2026-02-23T07:05:19.327 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:19 trial012 bash[11083]: block_size_deviation: 10 2026-02-23T07:05:19.327 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:19 trial012 bash[11083]: block_restart_interval: 16 2026-02-23T07:05:19.327 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:19 trial012 bash[11083]: index_block_restart_interval: 1 2026-02-23T07:05:19.327 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:19 trial012 bash[11083]: metadata_block_size: 4096 2026-02-23T07:05:19.327 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:19 trial012 bash[11083]: partition_filters: 0 2026-02-23T07:05:19.327 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:19 trial012 bash[11083]: use_delta_encoding: 1 2026-02-23T07:05:19.327 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:19 trial012 bash[11083]: filter_policy: bloomfilter 2026-02-23T07:05:19.327 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:19 trial012 bash[11083]: whole_key_filtering: 1 2026-02-23T07:05:19.327 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:19 trial012 bash[11083]: verify_compression: 0 2026-02-23T07:05:19.327 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:19 trial012 bash[11083]: read_amp_bytes_per_bit: 0 2026-02-23T07:05:19.327 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:19 trial012 bash[11083]: format_version: 5 2026-02-23T07:05:19.327 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:19 trial012 bash[11083]: enable_index_compression: 1 2026-02-23T07:05:19.327 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:19 trial012 bash[11083]: block_align: 0 2026-02-23T07:05:19.327 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:19 trial012 bash[11083]: max_auto_readahead_size: 262144 2026-02-23T07:05:19.327 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:19 trial012 bash[11083]: prepopulate_block_cache: 0 2026-02-23T07:05:19.327 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:19 trial012 bash[11083]: initial_auto_readahead_size: 8192 2026-02-23T07:05:19.327 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:19 trial012 bash[11083]: num_file_reads_for_auto_readahead: 2 2026-02-23T07:05:19.328 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:19 trial012 bash[11083]: debug 2026-02-23T07:05:19.052+0000 7f7a9d7eac00 4 rocksdb: Options.write_buffer_size: 33554432 2026-02-23T07:05:19.328 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:19 trial012 bash[11083]: debug 2026-02-23T07:05:19.052+0000 7f7a9d7eac00 4 rocksdb: Options.max_write_buffer_number: 2 2026-02-23T07:05:19.328 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:19 trial012 bash[11083]: debug 2026-02-23T07:05:19.052+0000 7f7a9d7eac00 4 rocksdb: Options.compression: NoCompression 2026-02-23T07:05:19.328 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:19 trial012 bash[11083]: debug 2026-02-23T07:05:19.052+0000 7f7a9d7eac00 4 rocksdb: Options.bottommost_compression: Disabled 2026-02-23T07:05:19.328 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:19 trial012 bash[11083]: debug 2026-02-23T07:05:19.052+0000 7f7a9d7eac00 4 rocksdb: Options.prefix_extractor: nullptr 2026-02-23T07:05:19.328 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:19 trial012 bash[11083]: debug 2026-02-23T07:05:19.052+0000 7f7a9d7eac00 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2026-02-23T07:05:19.328 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:19 trial012 bash[11083]: debug 2026-02-23T07:05:19.052+0000 7f7a9d7eac00 4 rocksdb: Options.num_levels: 7 2026-02-23T07:05:19.328 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:19 trial012 bash[11083]: debug 2026-02-23T07:05:19.052+0000 7f7a9d7eac00 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2026-02-23T07:05:19.328 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:19 trial012 bash[11083]: debug 2026-02-23T07:05:19.052+0000 7f7a9d7eac00 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2026-02-23T07:05:19.328 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:19 trial012 bash[11083]: debug 2026-02-23T07:05:19.052+0000 7f7a9d7eac00 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2026-02-23T07:05:19.328 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:19 trial012 bash[11083]: debug 2026-02-23T07:05:19.052+0000 7f7a9d7eac00 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2026-02-23T07:05:19.328 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:19 trial012 bash[11083]: debug 2026-02-23T07:05:19.052+0000 7f7a9d7eac00 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2026-02-23T07:05:19.328 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:19 trial012 bash[11083]: debug 2026-02-23T07:05:19.052+0000 7f7a9d7eac00 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2026-02-23T07:05:19.328 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:19 trial012 bash[11083]: debug 2026-02-23T07:05:19.052+0000 7f7a9d7eac00 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2026-02-23T07:05:19.328 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:19 trial012 bash[11083]: debug 2026-02-23T07:05:19.052+0000 7f7a9d7eac00 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2026-02-23T07:05:19.328 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:19 trial012 bash[11083]: debug 2026-02-23T07:05:19.052+0000 7f7a9d7eac00 4 rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2026-02-23T07:05:19.328 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:19 trial012 bash[11083]: debug 2026-02-23T07:05:19.052+0000 7f7a9d7eac00 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2026-02-23T07:05:19.328 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:19 trial012 bash[11083]: debug 2026-02-23T07:05:19.052+0000 7f7a9d7eac00 4 rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2026-02-23T07:05:19.328 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:19 trial012 bash[11083]: debug 2026-02-23T07:05:19.052+0000 7f7a9d7eac00 4 rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2026-02-23T07:05:19.328 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:19 trial012 bash[11083]: debug 2026-02-23T07:05:19.052+0000 7f7a9d7eac00 4 rocksdb: Options.compression_opts.window_bits: -14 2026-02-23T07:05:19.329 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:19 trial012 bash[11083]: debug 2026-02-23T07:05:19.052+0000 7f7a9d7eac00 4 rocksdb: Options.compression_opts.level: 32767 2026-02-23T07:05:19.329 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:19 trial012 bash[11083]: debug 2026-02-23T07:05:19.052+0000 7f7a9d7eac00 4 rocksdb: Options.compression_opts.strategy: 0 2026-02-23T07:05:19.329 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:19 trial012 bash[11083]: debug 2026-02-23T07:05:19.052+0000 7f7a9d7eac00 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2026-02-23T07:05:19.329 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:19 trial012 bash[11083]: debug 2026-02-23T07:05:19.052+0000 7f7a9d7eac00 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2026-02-23T07:05:19.329 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:19 trial012 bash[11083]: debug 2026-02-23T07:05:19.052+0000 7f7a9d7eac00 4 rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2026-02-23T07:05:19.329 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:19 trial012 bash[11083]: debug 2026-02-23T07:05:19.052+0000 7f7a9d7eac00 4 rocksdb: Options.compression_opts.parallel_threads: 1 2026-02-23T07:05:19.329 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:19 trial012 bash[11083]: debug 2026-02-23T07:05:19.052+0000 7f7a9d7eac00 4 rocksdb: Options.compression_opts.enabled: false 2026-02-23T07:05:19.329 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:19 trial012 bash[11083]: debug 2026-02-23T07:05:19.052+0000 7f7a9d7eac00 4 rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2026-02-23T07:05:19.329 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:19 trial012 bash[11083]: debug 2026-02-23T07:05:19.052+0000 7f7a9d7eac00 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2026-02-23T07:05:19.329 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:19 trial012 bash[11083]: debug 2026-02-23T07:05:19.052+0000 7f7a9d7eac00 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2026-02-23T07:05:19.329 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:19 trial012 bash[11083]: debug 2026-02-23T07:05:19.052+0000 7f7a9d7eac00 4 rocksdb: Options.level0_stop_writes_trigger: 36 2026-02-23T07:05:19.329 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:19 trial012 bash[11083]: debug 2026-02-23T07:05:19.052+0000 7f7a9d7eac00 4 rocksdb: Options.target_file_size_base: 67108864 2026-02-23T07:05:19.329 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:19 trial012 bash[11083]: debug 2026-02-23T07:05:19.052+0000 7f7a9d7eac00 4 rocksdb: Options.target_file_size_multiplier: 1 2026-02-23T07:05:19.329 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:19 trial012 bash[11083]: debug 2026-02-23T07:05:19.052+0000 7f7a9d7eac00 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2026-02-23T07:05:19.329 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:19 trial012 bash[11083]: debug 2026-02-23T07:05:19.052+0000 7f7a9d7eac00 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2026-02-23T07:05:19.329 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:19 trial012 bash[11083]: debug 2026-02-23T07:05:19.052+0000 7f7a9d7eac00 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2026-02-23T07:05:19.329 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:19 trial012 bash[11083]: debug 2026-02-23T07:05:19.052+0000 7f7a9d7eac00 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2026-02-23T07:05:19.329 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:19 trial012 bash[11083]: debug 2026-02-23T07:05:19.052+0000 7f7a9d7eac00 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2026-02-23T07:05:19.329 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:19 trial012 bash[11083]: debug 2026-02-23T07:05:19.052+0000 7f7a9d7eac00 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2026-02-23T07:05:19.329 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:19 trial012 bash[11083]: debug 2026-02-23T07:05:19.052+0000 7f7a9d7eac00 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2026-02-23T07:05:19.329 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:19 trial012 bash[11083]: debug 2026-02-23T07:05:19.052+0000 7f7a9d7eac00 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2026-02-23T07:05:19.330 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:19 trial012 bash[11083]: debug 2026-02-23T07:05:19.052+0000 7f7a9d7eac00 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2026-02-23T07:05:19.330 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:19 trial012 bash[11083]: debug 2026-02-23T07:05:19.052+0000 7f7a9d7eac00 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2026-02-23T07:05:19.330 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:19 trial012 bash[11083]: debug 2026-02-23T07:05:19.052+0000 7f7a9d7eac00 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2026-02-23T07:05:19.330 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:19 trial012 bash[11083]: debug 2026-02-23T07:05:19.052+0000 7f7a9d7eac00 4 rocksdb: Options.max_compaction_bytes: 1677721600 2026-02-23T07:05:19.330 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:19 trial012 bash[11083]: debug 2026-02-23T07:05:19.052+0000 7f7a9d7eac00 4 rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2026-02-23T07:05:19.330 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:19 trial012 bash[11083]: debug 2026-02-23T07:05:19.052+0000 7f7a9d7eac00 4 rocksdb: Options.arena_block_size: 1048576 2026-02-23T07:05:19.330 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:19 trial012 bash[11083]: debug 2026-02-23T07:05:19.052+0000 7f7a9d7eac00 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2026-02-23T07:05:19.330 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:19 trial012 bash[11083]: debug 2026-02-23T07:05:19.052+0000 7f7a9d7eac00 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2026-02-23T07:05:19.330 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:19 trial012 bash[11083]: debug 2026-02-23T07:05:19.052+0000 7f7a9d7eac00 4 rocksdb: Options.disable_auto_compactions: 0 2026-02-23T07:05:19.330 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:19 trial012 bash[11083]: debug 2026-02-23T07:05:19.052+0000 7f7a9d7eac00 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2026-02-23T07:05:19.330 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:19 trial012 bash[11083]: debug 2026-02-23T07:05:19.052+0000 7f7a9d7eac00 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2026-02-23T07:05:19.330 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:19 trial012 bash[11083]: debug 2026-02-23T07:05:19.052+0000 7f7a9d7eac00 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2026-02-23T07:05:19.330 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:19 trial012 bash[11083]: debug 2026-02-23T07:05:19.052+0000 7f7a9d7eac00 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2026-02-23T07:05:19.330 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:19 trial012 bash[11083]: debug 2026-02-23T07:05:19.052+0000 7f7a9d7eac00 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2026-02-23T07:05:19.330 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:19 trial012 bash[11083]: debug 2026-02-23T07:05:19.052+0000 7f7a9d7eac00 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2026-02-23T07:05:19.330 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:19 trial012 bash[11083]: debug 2026-02-23T07:05:19.052+0000 7f7a9d7eac00 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2026-02-23T07:05:19.330 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:19 trial012 bash[11083]: debug 2026-02-23T07:05:19.052+0000 7f7a9d7eac00 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2026-02-23T07:05:19.330 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:19 trial012 bash[11083]: debug 2026-02-23T07:05:19.052+0000 7f7a9d7eac00 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2026-02-23T07:05:19.330 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:19 trial012 bash[11083]: debug 2026-02-23T07:05:19.052+0000 7f7a9d7eac00 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2026-02-23T07:05:19.330 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:19 trial012 bash[11083]: debug 2026-02-23T07:05:19.052+0000 7f7a9d7eac00 4 rocksdb: Options.table_properties_collectors: CompactOnDeletionCollector (Sliding window size = 32768 Deletion trigger = 16384 Deletion ratio = 0); 2026-02-23T07:05:19.330 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:19 trial012 bash[11083]: debug 2026-02-23T07:05:19.052+0000 7f7a9d7eac00 4 rocksdb: Options.inplace_update_support: 0 2026-02-23T07:05:19.331 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:19 trial012 bash[11083]: debug 2026-02-23T07:05:19.052+0000 7f7a9d7eac00 4 rocksdb: Options.inplace_update_num_locks: 10000 2026-02-23T07:05:19.331 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:19 trial012 bash[11083]: debug 2026-02-23T07:05:19.052+0000 7f7a9d7eac00 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2026-02-23T07:05:19.331 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:19 trial012 bash[11083]: debug 2026-02-23T07:05:19.052+0000 7f7a9d7eac00 4 rocksdb: Options.memtable_whole_key_filtering: 0 2026-02-23T07:05:19.331 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:19 trial012 bash[11083]: debug 2026-02-23T07:05:19.052+0000 7f7a9d7eac00 4 rocksdb: Options.memtable_huge_page_size: 0 2026-02-23T07:05:19.331 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:19 trial012 bash[11083]: debug 2026-02-23T07:05:19.052+0000 7f7a9d7eac00 4 rocksdb: Options.bloom_locality: 0 2026-02-23T07:05:19.331 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:19 trial012 bash[11083]: debug 2026-02-23T07:05:19.052+0000 7f7a9d7eac00 4 rocksdb: Options.max_successive_merges: 0 2026-02-23T07:05:19.331 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:19 trial012 bash[11083]: debug 2026-02-23T07:05:19.052+0000 7f7a9d7eac00 4 rocksdb: Options.optimize_filters_for_hits: 0 2026-02-23T07:05:19.331 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:19 trial012 bash[11083]: debug 2026-02-23T07:05:19.052+0000 7f7a9d7eac00 4 rocksdb: Options.paranoid_file_checks: 0 2026-02-23T07:05:19.331 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:19 trial012 bash[11083]: debug 2026-02-23T07:05:19.052+0000 7f7a9d7eac00 4 rocksdb: Options.force_consistency_checks: 1 2026-02-23T07:05:19.331 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:19 trial012 bash[11083]: debug 2026-02-23T07:05:19.052+0000 7f7a9d7eac00 4 rocksdb: Options.report_bg_io_stats: 0 2026-02-23T07:05:19.331 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:19 trial012 bash[11083]: debug 2026-02-23T07:05:19.052+0000 7f7a9d7eac00 4 rocksdb: Options.ttl: 2592000 2026-02-23T07:05:19.331 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:19 trial012 bash[11083]: debug 2026-02-23T07:05:19.052+0000 7f7a9d7eac00 4 rocksdb: Options.periodic_compaction_seconds: 0 2026-02-23T07:05:19.331 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:19 trial012 bash[11083]: debug 2026-02-23T07:05:19.052+0000 7f7a9d7eac00 4 rocksdb: Options.preclude_last_level_data_seconds: 0 2026-02-23T07:05:19.331 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:19 trial012 bash[11083]: debug 2026-02-23T07:05:19.052+0000 7f7a9d7eac00 4 rocksdb: Options.preserve_internal_time_seconds: 0 2026-02-23T07:05:19.331 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:19 trial012 bash[11083]: debug 2026-02-23T07:05:19.052+0000 7f7a9d7eac00 4 rocksdb: Options.enable_blob_files: false 2026-02-23T07:05:19.331 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:19 trial012 bash[11083]: debug 2026-02-23T07:05:19.052+0000 7f7a9d7eac00 4 rocksdb: Options.min_blob_size: 0 2026-02-23T07:05:19.331 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:19 trial012 bash[11083]: debug 2026-02-23T07:05:19.052+0000 7f7a9d7eac00 4 rocksdb: Options.blob_file_size: 268435456 2026-02-23T07:05:19.331 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:19 trial012 bash[11083]: debug 2026-02-23T07:05:19.052+0000 7f7a9d7eac00 4 rocksdb: Options.blob_compression_type: NoCompression 2026-02-23T07:05:19.331 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:19 trial012 bash[11083]: debug 2026-02-23T07:05:19.052+0000 7f7a9d7eac00 4 rocksdb: Options.enable_blob_garbage_collection: false 2026-02-23T07:05:19.331 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:19 trial012 bash[11083]: debug 2026-02-23T07:05:19.052+0000 7f7a9d7eac00 4 rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2026-02-23T07:05:19.331 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:19 trial012 bash[11083]: debug 2026-02-23T07:05:19.052+0000 7f7a9d7eac00 4 rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2026-02-23T07:05:19.332 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:19 trial012 bash[11083]: debug 2026-02-23T07:05:19.052+0000 7f7a9d7eac00 4 rocksdb: Options.blob_compaction_readahead_size: 0 2026-02-23T07:05:19.332 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:19 trial012 bash[11083]: debug 2026-02-23T07:05:19.052+0000 7f7a9d7eac00 4 rocksdb: Options.blob_file_starting_level: 0 2026-02-23T07:05:19.332 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:19 trial012 bash[11083]: debug 2026-02-23T07:05:19.052+0000 7f7a9d7eac00 4 rocksdb: Options.experimental_mempurge_threshold: 0.000000 2026-02-23T07:05:19.332 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:19 trial012 bash[11083]: debug 2026-02-23T07:05:19.056+0000 7f7a9d7eac00 4 rocksdb: [db/version_set.cc:5566] Recovered from manifest file:/var/lib/ceph/mon/ceph-trial012/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-23T07:05:19.332 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:19 trial012 bash[11083]: debug 2026-02-23T07:05:19.056+0000 7f7a9d7eac00 4 rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 5 2026-02-23T07:05:19.332 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:19 trial012 bash[11083]: debug 2026-02-23T07:05:19.056+0000 7f7a9d7eac00 4 rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: 494e0f29-41fe-4a63-b6ff-8320b4281a88 2026-02-23T07:05:19.332 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:19 trial012 bash[11083]: debug 2026-02-23T07:05:19.056+0000 7f7a9d7eac00 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1771830319057610, "job": 1, "event": "recovery_started", "wal_files": [9]} 2026-02-23T07:05:19.332 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:19 trial012 bash[11083]: debug 2026-02-23T07:05:19.056+0000 7f7a9d7eac00 4 rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #9 mode 2 2026-02-23T07:05:19.332 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:19 trial012 bash[11083]: debug 2026-02-23T07:05:19.056+0000 7f7a9d7eac00 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1771830319058295, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 13, "file_size": 73333, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 8, "largest_seqno": 227, "table_properties": {"data_size": 71601, "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": 66105, "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": 1771830319, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "494e0f29-41fe-4a63-b6ff-8320b4281a88", "db_session_id": "UL4FFRSAW8S3OZPYDY4G", "orig_file_number": 13, "seqno_to_time_mapping": "N/A"}} 2026-02-23T07:05:19.332 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:19 trial012 bash[11083]: debug 2026-02-23T07:05:19.056+0000 7f7a9d7eac00 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1771830319058355, "job": 1, "event": "recovery_finished"} 2026-02-23T07:05:19.332 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:19 trial012 bash[11083]: debug 2026-02-23T07:05:19.056+0000 7f7a9d7eac00 4 rocksdb: [db/version_set.cc:5047] Creating manifest 15 2026-02-23T07:05:19.332 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:19 trial012 bash[11083]: debug 2026-02-23T07:05:19.056+0000 7f7a9d7eac00 4 rocksdb: [file/delete_scheduler.cc:74] Deleted file /var/lib/ceph/mon/ceph-trial012/store.db/000009.log immediately, rate_bytes_per_sec 0, total_trash_size 0 max_trash_db_ratio 0.250000 2026-02-23T07:05:19.332 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:19 trial012 bash[11083]: debug 2026-02-23T07:05:19.056+0000 7f7a9d7eac00 4 rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x3d7a8e00 2026-02-23T07:05:19.332 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:19 trial012 bash[11083]: debug 2026-02-23T07:05:19.056+0000 7f7a9d7eac00 4 rocksdb: DB pointer 0x3e59a000 2026-02-23T07:05:19.332 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:19 trial012 bash[11083]: debug 2026-02-23T07:05:19.056+0000 7f7a93651640 4 rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2026-02-23T07:05:19.332 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:19 trial012 bash[11083]: debug 2026-02-23T07:05:19.056+0000 7f7a93651640 4 rocksdb: [db/db_impl/db_impl.cc:1111] 2026-02-23T07:05:19.332 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:19 trial012 bash[11083]: ** DB Stats ** 2026-02-23T07:05:19.332 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:19 trial012 bash[11083]: Uptime(secs): 0.0 total, 0.0 interval 2026-02-23T07:05:19.332 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:19 trial012 bash[11083]: 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-23T07:05:19.332 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:19 trial012 bash[11083]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2026-02-23T07:05:19.333 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:19 trial012 bash[11083]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2026-02-23T07:05:19.333 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:19 trial012 bash[11083]: 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-23T07:05:19.333 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:19 trial012 bash[11083]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2026-02-23T07:05:19.333 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:19 trial012 bash[11083]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2026-02-23T07:05:19.333 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:19 trial012 bash[11083]: ** Compaction Stats [default] ** 2026-02-23T07:05:19.333 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:19 trial012 bash[11083]: 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-23T07:05:19.333 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:19 trial012 bash[11083]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2026-02-23T07:05:19.333 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:19 trial012 bash[11083]: L0 2/0 73.52 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 142.7 0.00 0.00 1 0.000 0 0 0.0 0.0 2026-02-23T07:05:19.333 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:19 trial012 bash[11083]: Sum 2/0 73.52 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 142.7 0.00 0.00 1 0.000 0 0 0.0 0.0 2026-02-23T07:05:19.333 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:19 trial012 bash[11083]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 142.7 0.00 0.00 1 0.000 0 0 0.0 0.0 2026-02-23T07:05:19.333 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:19 trial012 bash[11083]: ** Compaction Stats [default] ** 2026-02-23T07:05:19.333 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:19 trial012 bash[11083]: 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-23T07:05:19.333 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:19 trial012 bash[11083]: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2026-02-23T07:05:19.333 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:19 trial012 bash[11083]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 142.7 0.00 0.00 1 0.000 0 0 0.0 0.0 2026-02-23T07:05:19.333 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:19 trial012 bash[11083]: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2026-02-23T07:05:19.333 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:19 trial012 bash[11083]: Uptime(secs): 0.0 total, 0.0 interval 2026-02-23T07:05:19.333 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:19 trial012 bash[11083]: Flush(GB): cumulative 0.000, interval 0.000 2026-02-23T07:05:19.333 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:19 trial012 bash[11083]: AddFile(GB): cumulative 0.000, interval 0.000 2026-02-23T07:05:19.333 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:19 trial012 bash[11083]: AddFile(Total Files): cumulative 0, interval 0 2026-02-23T07:05:19.333 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:19 trial012 bash[11083]: AddFile(L0 Files): cumulative 0, interval 0 2026-02-23T07:05:19.333 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:19 trial012 bash[11083]: AddFile(Keys): cumulative 0, interval 0 2026-02-23T07:05:19.333 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:19 trial012 bash[11083]: Cumulative compaction: 0.00 GB write, 31.21 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2026-02-23T07:05:19.334 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:19 trial012 bash[11083]: Interval compaction: 0.00 GB write, 31.21 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2026-02-23T07:05:19.334 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:19 trial012 bash[11083]: 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-23T07:05:19.334 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:19 trial012 bash[11083]: Block cache BinnedLRUCache@0x3d75ba50#7 capacity: 512.00 MB usage: 1.08 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 2e-05 secs_since: 0 2026-02-23T07:05:19.334 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:19 trial012 bash[11083]: 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-23T07:05:19.334 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:19 trial012 bash[11083]: ** File Read Latency Histogram By Level [default] ** 2026-02-23T07:05:19.334 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:19 trial012 bash[11083]: debug 2026-02-23T07:05:19.056+0000 7f7a9d7eac00 0 starting mon.trial012 rank 0 at public addrs [v2:10.20.193.12:3300/0,v1:10.20.193.12:6789/0] at bind addrs [v2:10.20.193.12:3300/0,v1:10.20.193.12:6789/0] mon_data /var/lib/ceph/mon/ceph-trial012 fsid f752ade8-1085-11f1-b189-d404e6e7d460 2026-02-23T07:05:19.334 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:19 trial012 bash[11083]: debug 2026-02-23T07:05:19.056+0000 7f7a9d7eac00 1 mon.trial012@-1(???) e1 preinit fsid f752ade8-1085-11f1-b189-d404e6e7d460 2026-02-23T07:05:19.334 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:19 trial012 bash[11083]: debug 2026-02-23T07:05:19.056+0000 7f7a9d7eac00 0 mon.trial012@-1(???).mds e1 new map 2026-02-23T07:05:19.334 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:19 trial012 bash[11083]: debug 2026-02-23T07:05:19.056+0000 7f7a9d7eac00 0 mon.trial012@-1(???).mds e1 print_map 2026-02-23T07:05:19.334 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:19 trial012 bash[11083]: e1 2026-02-23T07:05:19.334 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:19 trial012 bash[11083]: btime 2026-02-23T07:05:18:368999+0000 2026-02-23T07:05:19.334 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:19 trial012 bash[11083]: enable_multiple, ever_enabled_multiple: 1,1 2026-02-23T07:05:19.334 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:19 trial012 bash[11083]: 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-23T07:05:19.334 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:19 trial012 bash[11083]: legacy client fscid: -1 2026-02-23T07:05:19.334 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:19 trial012 bash[11083]: 2026-02-23T07:05:19.334 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:19 trial012 bash[11083]: No filesystems configured 2026-02-23T07:05:19.334 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:19 trial012 bash[11083]: debug 2026-02-23T07:05:19.056+0000 7f7a9d7eac00 0 mon.trial012@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2026-02-23T07:05:19.334 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:19 trial012 bash[11083]: debug 2026-02-23T07:05:19.056+0000 7f7a9d7eac00 0 mon.trial012@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2026-02-23T07:05:19.334 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:19 trial012 bash[11083]: debug 2026-02-23T07:05:19.056+0000 7f7a9d7eac00 0 mon.trial012@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2026-02-23T07:05:19.334 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:19 trial012 bash[11083]: debug 2026-02-23T07:05:19.056+0000 7f7a9d7eac00 0 mon.trial012@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2026-02-23T07:05:19.335 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:19 trial012 bash[11083]: debug 2026-02-23T07:05:19.056+0000 7f7a9d7eac00 1 mon.trial012@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2026-02-23T07:05:19.335 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:19 trial012 bash[11083]: cluster 2026-02-23T07:05:19.081852+0000 mon.trial012 (mon.0) 1 : cluster [INF] mon.trial012 is new leader, mons trial012 in quorum (ranks 0) 2026-02-23T07:05:19.335 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:19 trial012 bash[11083]: cluster 2026-02-23T07:05:19.081852+0000 mon.trial012 (mon.0) 1 : cluster [INF] mon.trial012 is new leader, mons trial012 in quorum (ranks 0) 2026-02-23T07:05:19.335 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:19 trial012 bash[11083]: cluster 2026-02-23T07:05:19.081885+0000 mon.trial012 (mon.0) 2 : cluster [DBG] monmap epoch 1 2026-02-23T07:05:19.335 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:19 trial012 bash[11083]: cluster 2026-02-23T07:05:19.081885+0000 mon.trial012 (mon.0) 2 : cluster [DBG] monmap epoch 1 2026-02-23T07:05:19.335 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:19 trial012 bash[11083]: cluster 2026-02-23T07:05:19.081891+0000 mon.trial012 (mon.0) 3 : cluster [DBG] fsid f752ade8-1085-11f1-b189-d404e6e7d460 2026-02-23T07:05:19.335 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:19 trial012 bash[11083]: cluster 2026-02-23T07:05:19.081891+0000 mon.trial012 (mon.0) 3 : cluster [DBG] fsid f752ade8-1085-11f1-b189-d404e6e7d460 2026-02-23T07:05:19.335 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:19 trial012 bash[11083]: cluster 2026-02-23T07:05:19.081895+0000 mon.trial012 (mon.0) 4 : cluster [DBG] last_changed 2026-02-23T07:05:17.166896+0000 2026-02-23T07:05:19.335 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:19 trial012 bash[11083]: cluster 2026-02-23T07:05:19.081895+0000 mon.trial012 (mon.0) 4 : cluster [DBG] last_changed 2026-02-23T07:05:17.166896+0000 2026-02-23T07:05:19.335 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:19 trial012 bash[11083]: cluster 2026-02-23T07:05:19.081899+0000 mon.trial012 (mon.0) 5 : cluster [DBG] created 2026-02-23T07:05:17.166896+0000 2026-02-23T07:05:19.335 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:19 trial012 bash[11083]: cluster 2026-02-23T07:05:19.081899+0000 mon.trial012 (mon.0) 5 : cluster [DBG] created 2026-02-23T07:05:17.166896+0000 2026-02-23T07:05:19.335 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:19 trial012 bash[11083]: cluster 2026-02-23T07:05:19.081903+0000 mon.trial012 (mon.0) 6 : cluster [DBG] min_mon_release 20 (tentacle) 2026-02-23T07:05:19.335 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:19 trial012 bash[11083]: cluster 2026-02-23T07:05:19.081903+0000 mon.trial012 (mon.0) 6 : cluster [DBG] min_mon_release 20 (tentacle) 2026-02-23T07:05:19.335 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:19 trial012 bash[11083]: cluster 2026-02-23T07:05:19.081907+0000 mon.trial012 (mon.0) 7 : cluster [DBG] election_strategy: 1 2026-02-23T07:05:19.335 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:19 trial012 bash[11083]: cluster 2026-02-23T07:05:19.081907+0000 mon.trial012 (mon.0) 7 : cluster [DBG] election_strategy: 1 2026-02-23T07:05:19.335 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:19 trial012 bash[11083]: cluster 2026-02-23T07:05:19.081911+0000 mon.trial012 (mon.0) 8 : cluster [DBG] 0: [v2:10.20.193.12:3300/0,v1:10.20.193.12:6789/0] mon.trial012 2026-02-23T07:05:19.335 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:19 trial012 bash[11083]: cluster 2026-02-23T07:05:19.081911+0000 mon.trial012 (mon.0) 8 : cluster [DBG] 0: [v2:10.20.193.12:3300/0,v1:10.20.193.12:6789/0] mon.trial012 2026-02-23T07:05:19.335 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:19 trial012 bash[11083]: cluster 2026-02-23T07:05:19.082255+0000 mon.trial012 (mon.0) 9 : cluster [DBG] fsmap 2026-02-23T07:05:19.335 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:19 trial012 bash[11083]: cluster 2026-02-23T07:05:19.082255+0000 mon.trial012 (mon.0) 9 : cluster [DBG] fsmap 2026-02-23T07:05:19.335 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:19 trial012 bash[11083]: cluster 2026-02-23T07:05:19.082264+0000 mon.trial012 (mon.0) 10 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2026-02-23T07:05:19.335 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:19 trial012 bash[11083]: cluster 2026-02-23T07:05:19.082264+0000 mon.trial012 (mon.0) 10 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2026-02-23T07:05:19.336 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:19 trial012 bash[11083]: cluster 2026-02-23T07:05:19.082472+0000 mon.trial012 (mon.0) 11 : cluster [DBG] mgrmap e1: no daemons active 2026-02-23T07:05:19.336 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:19 trial012 bash[11083]: cluster 2026-02-23T07:05:19.082472+0000 mon.trial012 (mon.0) 11 : cluster [DBG] mgrmap e1: no daemons active 2026-02-23T07:05:19.343 INFO:teuthology.orchestra.run.trial012.stdout:Wrote config to /etc/ceph/ceph.conf 2026-02-23T07:05:19.344 INFO:teuthology.orchestra.run.trial012.stdout:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2026-02-23T07:05:19.344 INFO:teuthology.orchestra.run.trial012.stdout:Creating mgr... 2026-02-23T07:05:19.344 INFO:teuthology.orchestra.run.trial012.stdout:Verifying port 0.0.0.0:9283 ... 2026-02-23T07:05:19.344 INFO:teuthology.orchestra.run.trial012.stdout:Verifying port 0.0.0.0:8765 ... 2026-02-23T07:05:19.344 INFO:teuthology.orchestra.run.trial012.stdout:Verifying port 0.0.0.0:8443 ... 2026-02-23T07:05:19.571 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:19 trial012 systemd[1]: /etc/systemd/system/ceph-f752ade8-1085-11f1-b189-d404e6e7d460@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2026-02-23T07:05:19.574 INFO:teuthology.orchestra.run.trial012.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-f752ade8-1085-11f1-b189-d404e6e7d460@mgr.trial012.zwgxqc 2026-02-23T07:05:19.574 INFO:teuthology.orchestra.run.trial012.stdout:systemctl: stderr Failed to reset failed state of unit ceph-f752ade8-1085-11f1-b189-d404e6e7d460@mgr.trial012.zwgxqc.service: Unit ceph-f752ade8-1085-11f1-b189-d404e6e7d460@mgr.trial012.zwgxqc.service not loaded. 2026-02-23T07:05:19.756 INFO:teuthology.orchestra.run.trial012.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-f752ade8-1085-11f1-b189-d404e6e7d460.target.wants/ceph-f752ade8-1085-11f1-b189-d404e6e7d460@mgr.trial012.zwgxqc.service → /etc/systemd/system/ceph-f752ade8-1085-11f1-b189-d404e6e7d460@.service. 2026-02-23T07:05:19.762 INFO:teuthology.orchestra.run.trial012.stdout:firewalld does not appear to be present 2026-02-23T07:05:19.762 INFO:teuthology.orchestra.run.trial012.stdout:Not possible to enable service . firewalld.service is not available 2026-02-23T07:05:19.762 INFO:teuthology.orchestra.run.trial012.stdout:firewalld does not appear to be present 2026-02-23T07:05:19.762 INFO:teuthology.orchestra.run.trial012.stdout:Not possible to open ports <[9283, 8765, 8443]>. firewalld.service is not available 2026-02-23T07:05:19.762 INFO:teuthology.orchestra.run.trial012.stdout:Waiting for mgr to start... 2026-02-23T07:05:19.762 INFO:teuthology.orchestra.run.trial012.stdout:Waiting for mgr... 2026-02-23T07:05:19.860 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:19 trial012 systemd[1]: /etc/systemd/system/ceph-f752ade8-1085-11f1-b189-d404e6e7d460@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2026-02-23T07:05:19.925 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph: stdout 2026-02-23T07:05:19.925 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph: stdout { 2026-02-23T07:05:19.926 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph: stdout "fsid": "f752ade8-1085-11f1-b189-d404e6e7d460", 2026-02-23T07:05:19.926 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph: stdout "health": { 2026-02-23T07:05:19.926 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2026-02-23T07:05:19.926 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph: stdout "checks": {}, 2026-02-23T07:05:19.926 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph: stdout "mutes": [] 2026-02-23T07:05:19.926 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph: stdout }, 2026-02-23T07:05:19.926 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2026-02-23T07:05:19.926 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph: stdout "quorum": [ 2026-02-23T07:05:19.926 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph: stdout 0 2026-02-23T07:05:19.926 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph: stdout ], 2026-02-23T07:05:19.926 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2026-02-23T07:05:19.927 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph: stdout "trial012" 2026-02-23T07:05:19.927 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph: stdout ], 2026-02-23T07:05:19.927 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph: stdout "quorum_age": 0, 2026-02-23T07:05:19.927 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph: stdout "monmap": { 2026-02-23T07:05:19.927 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-02-23T07:05:19.927 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "tentacle", 2026-02-23T07:05:19.927 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph: stdout "num_mons": 1 2026-02-23T07:05:19.927 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph: stdout }, 2026-02-23T07:05:19.927 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph: stdout "osdmap": { 2026-02-23T07:05:19.927 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-02-23T07:05:19.927 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2026-02-23T07:05:19.927 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2026-02-23T07:05:19.928 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2026-02-23T07:05:19.928 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2026-02-23T07:05:19.928 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2026-02-23T07:05:19.928 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2026-02-23T07:05:19.928 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph: stdout }, 2026-02-23T07:05:19.928 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph: stdout "pgmap": { 2026-02-23T07:05:19.928 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2026-02-23T07:05:19.928 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2026-02-23T07:05:19.928 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2026-02-23T07:05:19.928 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2026-02-23T07:05:19.928 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2026-02-23T07:05:19.928 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2026-02-23T07:05:19.928 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2026-02-23T07:05:19.929 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2026-02-23T07:05:19.929 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph: stdout }, 2026-02-23T07:05:19.929 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph: stdout "fsmap": { 2026-02-23T07:05:19.929 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-02-23T07:05:19.929 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph: stdout "btime": "2026-02-23T07:05:18:368999+0000", 2026-02-23T07:05:19.929 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph: stdout "by_rank": [], 2026-02-23T07:05:19.929 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph: stdout "up:standby": 0 2026-02-23T07:05:19.929 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph: stdout }, 2026-02-23T07:05:19.929 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph: stdout "mgrmap": { 2026-02-23T07:05:19.929 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph: stdout "available": false, 2026-02-23T07:05:19.929 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2026-02-23T07:05:19.929 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph: stdout "modules": [ 2026-02-23T07:05:19.929 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph: stdout "iostat", 2026-02-23T07:05:19.930 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph: stdout "nfs" 2026-02-23T07:05:19.930 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph: stdout ], 2026-02-23T07:05:19.930 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph: stdout "services": {} 2026-02-23T07:05:19.930 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph: stdout }, 2026-02-23T07:05:19.930 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph: stdout "servicemap": { 2026-02-23T07:05:19.930 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-02-23T07:05:19.930 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph: stdout "modified": "2026-02-23T07:05:18.369474+0000", 2026-02-23T07:05:19.930 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph: stdout "services": {} 2026-02-23T07:05:19.930 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph: stdout }, 2026-02-23T07:05:19.930 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph: stdout "progress_events": {} 2026-02-23T07:05:19.930 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph: stdout } 2026-02-23T07:05:19.930 INFO:teuthology.orchestra.run.trial012.stdout:mgr not available, waiting (1/15)... 2026-02-23T07:05:20.610 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:20 trial012 bash[11083]: audit 2026-02-23T07:05:19.313927+0000 mon.trial012 (mon.0) 12 : audit [INF] from='client.? 10.20.193.12:0/3538905816' entity='client.admin' 2026-02-23T07:05:20.610 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:20 trial012 bash[11083]: audit 2026-02-23T07:05:19.313927+0000 mon.trial012 (mon.0) 12 : audit [INF] from='client.? 10.20.193.12:0/3538905816' entity='client.admin' 2026-02-23T07:05:20.610 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:20 trial012 bash[11083]: audit 2026-02-23T07:05:19.892502+0000 mon.trial012 (mon.0) 13 : audit [DBG] from='client.? 10.20.193.12:0/1684127969' entity='client.admin' cmd={"prefix": "status", "format": "json-pretty"} : dispatch 2026-02-23T07:05:20.610 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:20 trial012 bash[11083]: audit 2026-02-23T07:05:19.892502+0000 mon.trial012 (mon.0) 13 : audit [DBG] from='client.? 10.20.193.12:0/1684127969' entity='client.admin' cmd={"prefix": "status", "format": "json-pretty"} : dispatch 2026-02-23T07:05:22.090 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph: stdout 2026-02-23T07:05:22.090 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph: stdout { 2026-02-23T07:05:22.090 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph: stdout "fsid": "f752ade8-1085-11f1-b189-d404e6e7d460", 2026-02-23T07:05:22.090 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph: stdout "health": { 2026-02-23T07:05:22.090 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2026-02-23T07:05:22.090 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph: stdout "checks": {}, 2026-02-23T07:05:22.091 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph: stdout "mutes": [] 2026-02-23T07:05:22.091 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph: stdout }, 2026-02-23T07:05:22.091 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2026-02-23T07:05:22.091 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph: stdout "quorum": [ 2026-02-23T07:05:22.091 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph: stdout 0 2026-02-23T07:05:22.091 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph: stdout ], 2026-02-23T07:05:22.091 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2026-02-23T07:05:22.091 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph: stdout "trial012" 2026-02-23T07:05:22.091 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph: stdout ], 2026-02-23T07:05:22.091 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph: stdout "quorum_age": 2, 2026-02-23T07:05:22.091 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph: stdout "monmap": { 2026-02-23T07:05:22.091 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-02-23T07:05:22.092 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "tentacle", 2026-02-23T07:05:22.092 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph: stdout "num_mons": 1 2026-02-23T07:05:22.092 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph: stdout }, 2026-02-23T07:05:22.092 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph: stdout "osdmap": { 2026-02-23T07:05:22.092 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-02-23T07:05:22.092 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2026-02-23T07:05:22.092 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2026-02-23T07:05:22.092 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2026-02-23T07:05:22.092 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2026-02-23T07:05:22.092 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2026-02-23T07:05:22.092 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2026-02-23T07:05:22.092 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph: stdout }, 2026-02-23T07:05:22.093 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph: stdout "pgmap": { 2026-02-23T07:05:22.093 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2026-02-23T07:05:22.093 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2026-02-23T07:05:22.093 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2026-02-23T07:05:22.093 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2026-02-23T07:05:22.093 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2026-02-23T07:05:22.093 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2026-02-23T07:05:22.093 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2026-02-23T07:05:22.093 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2026-02-23T07:05:22.093 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph: stdout }, 2026-02-23T07:05:22.093 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph: stdout "fsmap": { 2026-02-23T07:05:22.093 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-02-23T07:05:22.093 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph: stdout "btime": "2026-02-23T07:05:18:368999+0000", 2026-02-23T07:05:22.094 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph: stdout "by_rank": [], 2026-02-23T07:05:22.094 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph: stdout "up:standby": 0 2026-02-23T07:05:22.094 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph: stdout }, 2026-02-23T07:05:22.094 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph: stdout "mgrmap": { 2026-02-23T07:05:22.094 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph: stdout "available": false, 2026-02-23T07:05:22.094 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2026-02-23T07:05:22.094 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph: stdout "modules": [ 2026-02-23T07:05:22.094 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph: stdout "iostat", 2026-02-23T07:05:22.094 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph: stdout "nfs" 2026-02-23T07:05:22.094 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph: stdout ], 2026-02-23T07:05:22.094 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph: stdout "services": {} 2026-02-23T07:05:22.094 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph: stdout }, 2026-02-23T07:05:22.095 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph: stdout "servicemap": { 2026-02-23T07:05:22.095 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-02-23T07:05:22.095 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph: stdout "modified": "2026-02-23T07:05:18.369474+0000", 2026-02-23T07:05:22.095 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph: stdout "services": {} 2026-02-23T07:05:22.095 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph: stdout }, 2026-02-23T07:05:22.095 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph: stdout "progress_events": {} 2026-02-23T07:05:22.095 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph: stdout } 2026-02-23T07:05:22.095 INFO:teuthology.orchestra.run.trial012.stdout:mgr not available, waiting (2/15)... 2026-02-23T07:05:22.360 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:22 trial012 bash[11083]: audit 2026-02-23T07:05:22.055307+0000 mon.trial012 (mon.0) 14 : audit [DBG] from='client.? 10.20.193.12:0/217917732' entity='client.admin' cmd={"prefix": "status", "format": "json-pretty"} : dispatch 2026-02-23T07:05:22.360 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:22 trial012 bash[11083]: audit 2026-02-23T07:05:22.055307+0000 mon.trial012 (mon.0) 14 : audit [DBG] from='client.? 10.20.193.12:0/217917732' entity='client.admin' cmd={"prefix": "status", "format": "json-pretty"} : dispatch 2026-02-23T07:05:23.360 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:23 trial012 bash[11083]: cluster 2026-02-23T07:05:22.602587+0000 mon.trial012 (mon.0) 15 : cluster [INF] Activating manager daemon trial012.zwgxqc 2026-02-23T07:05:23.360 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:23 trial012 bash[11083]: cluster 2026-02-23T07:05:22.602587+0000 mon.trial012 (mon.0) 15 : cluster [INF] Activating manager daemon trial012.zwgxqc 2026-02-23T07:05:23.360 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:23 trial012 bash[11083]: cluster 2026-02-23T07:05:22.605845+0000 mon.trial012 (mon.0) 16 : cluster [DBG] mgrmap e2: trial012.zwgxqc(active, starting, since 0.00343811s) 2026-02-23T07:05:23.360 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:23 trial012 bash[11083]: cluster 2026-02-23T07:05:22.605845+0000 mon.trial012 (mon.0) 16 : cluster [DBG] mgrmap e2: trial012.zwgxqc(active, starting, since 0.00343811s) 2026-02-23T07:05:23.360 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:23 trial012 bash[11083]: audit 2026-02-23T07:05:22.606575+0000 mon.trial012 (mon.0) 17 : audit [DBG] from='mgr.14100 10.20.193.12:0/3936823027' entity='mgr.trial012.zwgxqc' cmd={"prefix": "mds metadata"} : dispatch 2026-02-23T07:05:23.360 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:23 trial012 bash[11083]: audit 2026-02-23T07:05:22.606575+0000 mon.trial012 (mon.0) 17 : audit [DBG] from='mgr.14100 10.20.193.12:0/3936823027' entity='mgr.trial012.zwgxqc' cmd={"prefix": "mds metadata"} : dispatch 2026-02-23T07:05:23.360 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:23 trial012 bash[11083]: audit 2026-02-23T07:05:22.606658+0000 mon.trial012 (mon.0) 18 : audit [DBG] from='mgr.14100 10.20.193.12:0/3936823027' entity='mgr.trial012.zwgxqc' cmd={"prefix": "osd metadata"} : dispatch 2026-02-23T07:05:23.360 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:23 trial012 bash[11083]: audit 2026-02-23T07:05:22.606658+0000 mon.trial012 (mon.0) 18 : audit [DBG] from='mgr.14100 10.20.193.12:0/3936823027' entity='mgr.trial012.zwgxqc' cmd={"prefix": "osd metadata"} : dispatch 2026-02-23T07:05:23.360 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:23 trial012 bash[11083]: audit 2026-02-23T07:05:22.606724+0000 mon.trial012 (mon.0) 19 : audit [DBG] from='mgr.14100 10.20.193.12:0/3936823027' entity='mgr.trial012.zwgxqc' cmd={"prefix": "mon metadata"} : dispatch 2026-02-23T07:05:23.360 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:23 trial012 bash[11083]: audit 2026-02-23T07:05:22.606724+0000 mon.trial012 (mon.0) 19 : audit [DBG] from='mgr.14100 10.20.193.12:0/3936823027' entity='mgr.trial012.zwgxqc' cmd={"prefix": "mon metadata"} : dispatch 2026-02-23T07:05:23.360 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:23 trial012 bash[11083]: audit 2026-02-23T07:05:22.606796+0000 mon.trial012 (mon.0) 20 : audit [DBG] from='mgr.14100 10.20.193.12:0/3936823027' entity='mgr.trial012.zwgxqc' cmd={"prefix": "mon metadata", "id": "trial012"} : dispatch 2026-02-23T07:05:23.360 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:23 trial012 bash[11083]: audit 2026-02-23T07:05:22.606796+0000 mon.trial012 (mon.0) 20 : audit [DBG] from='mgr.14100 10.20.193.12:0/3936823027' entity='mgr.trial012.zwgxqc' cmd={"prefix": "mon metadata", "id": "trial012"} : dispatch 2026-02-23T07:05:23.360 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:23 trial012 bash[11083]: audit 2026-02-23T07:05:22.607219+0000 mon.trial012 (mon.0) 21 : audit [DBG] from='mgr.14100 10.20.193.12:0/3936823027' entity='mgr.trial012.zwgxqc' cmd={"prefix": "mgr metadata", "who": "trial012.zwgxqc", "id": "trial012.zwgxqc"} : dispatch 2026-02-23T07:05:23.360 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:23 trial012 bash[11083]: audit 2026-02-23T07:05:22.607219+0000 mon.trial012 (mon.0) 21 : audit [DBG] from='mgr.14100 10.20.193.12:0/3936823027' entity='mgr.trial012.zwgxqc' cmd={"prefix": "mgr metadata", "who": "trial012.zwgxqc", "id": "trial012.zwgxqc"} : dispatch 2026-02-23T07:05:23.360 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:23 trial012 bash[11083]: cluster 2026-02-23T07:05:22.631102+0000 mon.trial012 (mon.0) 22 : cluster [INF] Manager daemon trial012.zwgxqc is now available 2026-02-23T07:05:23.360 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:23 trial012 bash[11083]: cluster 2026-02-23T07:05:22.631102+0000 mon.trial012 (mon.0) 22 : cluster [INF] Manager daemon trial012.zwgxqc is now available 2026-02-23T07:05:23.360 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:23 trial012 bash[11083]: audit 2026-02-23T07:05:22.638448+0000 mon.trial012 (mon.0) 23 : audit [INF] from='mgr.14100 10.20.193.12:0/3936823027' entity='mgr.trial012.zwgxqc' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/trial012.zwgxqc/mirror_snapshot_schedule"} : dispatch 2026-02-23T07:05:23.360 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:23 trial012 bash[11083]: audit 2026-02-23T07:05:22.638448+0000 mon.trial012 (mon.0) 23 : audit [INF] from='mgr.14100 10.20.193.12:0/3936823027' entity='mgr.trial012.zwgxqc' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/trial012.zwgxqc/mirror_snapshot_schedule"} : dispatch 2026-02-23T07:05:23.361 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:23 trial012 bash[11083]: audit 2026-02-23T07:05:22.640846+0000 mon.trial012 (mon.0) 24 : audit [INF] from='mgr.14100 10.20.193.12:0/3936823027' entity='mgr.trial012.zwgxqc' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/trial012.zwgxqc/trash_purge_schedule"} : dispatch 2026-02-23T07:05:23.361 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:23 trial012 bash[11083]: audit 2026-02-23T07:05:22.640846+0000 mon.trial012 (mon.0) 24 : audit [INF] from='mgr.14100 10.20.193.12:0/3936823027' entity='mgr.trial012.zwgxqc' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/trial012.zwgxqc/trash_purge_schedule"} : dispatch 2026-02-23T07:05:23.361 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:23 trial012 bash[11083]: audit 2026-02-23T07:05:22.642064+0000 mon.trial012 (mon.0) 25 : audit [INF] from='mgr.14100 10.20.193.12:0/3936823027' entity='mgr.trial012.zwgxqc' 2026-02-23T07:05:23.361 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:23 trial012 bash[11083]: audit 2026-02-23T07:05:22.642064+0000 mon.trial012 (mon.0) 25 : audit [INF] from='mgr.14100 10.20.193.12:0/3936823027' entity='mgr.trial012.zwgxqc' 2026-02-23T07:05:23.361 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:23 trial012 bash[11083]: audit 2026-02-23T07:05:22.643253+0000 mon.trial012 (mon.0) 26 : audit [INF] from='mgr.14100 10.20.193.12:0/3936823027' entity='mgr.trial012.zwgxqc' 2026-02-23T07:05:23.361 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:23 trial012 bash[11083]: audit 2026-02-23T07:05:22.643253+0000 mon.trial012 (mon.0) 26 : audit [INF] from='mgr.14100 10.20.193.12:0/3936823027' entity='mgr.trial012.zwgxqc' 2026-02-23T07:05:23.361 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:23 trial012 bash[11083]: audit 2026-02-23T07:05:22.644263+0000 mon.trial012 (mon.0) 27 : audit [INF] from='mgr.14100 10.20.193.12:0/3936823027' entity='mgr.trial012.zwgxqc' 2026-02-23T07:05:23.361 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:23 trial012 bash[11083]: audit 2026-02-23T07:05:22.644263+0000 mon.trial012 (mon.0) 27 : audit [INF] from='mgr.14100 10.20.193.12:0/3936823027' entity='mgr.trial012.zwgxqc' 2026-02-23T07:05:24.379 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph: stdout 2026-02-23T07:05:24.379 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph: stdout { 2026-02-23T07:05:24.379 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph: stdout "fsid": "f752ade8-1085-11f1-b189-d404e6e7d460", 2026-02-23T07:05:24.379 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph: stdout "health": { 2026-02-23T07:05:24.379 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2026-02-23T07:05:24.379 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph: stdout "checks": {}, 2026-02-23T07:05:24.379 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph: stdout "mutes": [] 2026-02-23T07:05:24.379 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph: stdout }, 2026-02-23T07:05:24.379 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2026-02-23T07:05:24.379 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph: stdout "quorum": [ 2026-02-23T07:05:24.379 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph: stdout 0 2026-02-23T07:05:24.379 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph: stdout ], 2026-02-23T07:05:24.379 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2026-02-23T07:05:24.379 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph: stdout "trial012" 2026-02-23T07:05:24.379 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph: stdout ], 2026-02-23T07:05:24.379 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph: stdout "quorum_age": 5, 2026-02-23T07:05:24.379 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph: stdout "monmap": { 2026-02-23T07:05:24.379 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-02-23T07:05:24.379 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "tentacle", 2026-02-23T07:05:24.379 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph: stdout "num_mons": 1 2026-02-23T07:05:24.379 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph: stdout }, 2026-02-23T07:05:24.379 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph: stdout "osdmap": { 2026-02-23T07:05:24.379 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-02-23T07:05:24.379 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2026-02-23T07:05:24.379 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2026-02-23T07:05:24.380 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2026-02-23T07:05:24.380 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2026-02-23T07:05:24.380 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2026-02-23T07:05:24.380 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2026-02-23T07:05:24.380 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph: stdout }, 2026-02-23T07:05:24.380 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph: stdout "pgmap": { 2026-02-23T07:05:24.380 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2026-02-23T07:05:24.380 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2026-02-23T07:05:24.380 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2026-02-23T07:05:24.380 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2026-02-23T07:05:24.380 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2026-02-23T07:05:24.380 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2026-02-23T07:05:24.380 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2026-02-23T07:05:24.380 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2026-02-23T07:05:24.380 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph: stdout }, 2026-02-23T07:05:24.380 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph: stdout "fsmap": { 2026-02-23T07:05:24.380 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-02-23T07:05:24.380 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph: stdout "btime": "2026-02-23T07:05:18:368999+0000", 2026-02-23T07:05:24.380 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph: stdout "by_rank": [], 2026-02-23T07:05:24.380 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph: stdout "up:standby": 0 2026-02-23T07:05:24.380 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph: stdout }, 2026-02-23T07:05:24.380 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph: stdout "mgrmap": { 2026-02-23T07:05:24.380 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph: stdout "available": true, 2026-02-23T07:05:24.380 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2026-02-23T07:05:24.380 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph: stdout "modules": [ 2026-02-23T07:05:24.380 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph: stdout "iostat", 2026-02-23T07:05:24.380 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph: stdout "nfs" 2026-02-23T07:05:24.380 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph: stdout ], 2026-02-23T07:05:24.380 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph: stdout "services": {} 2026-02-23T07:05:24.380 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph: stdout }, 2026-02-23T07:05:24.380 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph: stdout "servicemap": { 2026-02-23T07:05:24.381 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-02-23T07:05:24.381 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph: stdout "modified": "2026-02-23T07:05:18.369474+0000", 2026-02-23T07:05:24.381 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph: stdout "services": {} 2026-02-23T07:05:24.381 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph: stdout }, 2026-02-23T07:05:24.381 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph: stdout "progress_events": {} 2026-02-23T07:05:24.381 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph: stdout } 2026-02-23T07:05:24.381 INFO:teuthology.orchestra.run.trial012.stdout:mgr is available 2026-02-23T07:05:24.618 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph: stdout 2026-02-23T07:05:24.618 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph: stdout [global] 2026-02-23T07:05:24.618 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph: stdout fsid = f752ade8-1085-11f1-b189-d404e6e7d460 2026-02-23T07:05:24.618 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph: stdout mon_cluster_log_file_level = debug 2026-02-23T07:05:24.618 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph: stdout mon_host = [v2:10.20.193.12:3300,v1:10.20.193.12:6789] 2026-02-23T07:05:24.618 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2026-02-23T07:05:24.619 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2026-02-23T07:05:24.619 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2026-02-23T07:05:24.619 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2026-02-23T07:05:24.619 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph: stdout 2026-02-23T07:05:24.619 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph: stdout [mgr] 2026-02-23T07:05:24.619 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2026-02-23T07:05:24.619 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph: stdout 2026-02-23T07:05:24.619 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph: stdout [osd] 2026-02-23T07:05:24.619 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2026-02-23T07:05:24.619 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2026-02-23T07:05:24.619 INFO:teuthology.orchestra.run.trial012.stdout:Enabling cephadm module... 2026-02-23T07:05:24.860 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:24 trial012 bash[11083]: cluster 2026-02-23T07:05:23.609490+0000 mon.trial012 (mon.0) 28 : cluster [DBG] mgrmap e3: trial012.zwgxqc(active, since 1.00709s) 2026-02-23T07:05:24.860 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:24 trial012 bash[11083]: cluster 2026-02-23T07:05:23.609490+0000 mon.trial012 (mon.0) 28 : cluster [DBG] mgrmap e3: trial012.zwgxqc(active, since 1.00709s) 2026-02-23T07:05:24.861 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:24 trial012 bash[11083]: audit 2026-02-23T07:05:24.345443+0000 mon.trial012 (mon.0) 29 : audit [DBG] from='client.? 10.20.193.12:0/1481719878' entity='client.admin' cmd={"prefix": "status", "format": "json-pretty"} : dispatch 2026-02-23T07:05:24.861 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:24 trial012 bash[11083]: audit 2026-02-23T07:05:24.345443+0000 mon.trial012 (mon.0) 29 : audit [DBG] from='client.? 10.20.193.12:0/1481719878' entity='client.admin' cmd={"prefix": "status", "format": "json-pretty"} : dispatch 2026-02-23T07:05:24.861 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:24 trial012 bash[11083]: audit 2026-02-23T07:05:24.586456+0000 mon.trial012 (mon.0) 30 : audit [INF] from='client.? 10.20.193.12:0/2645938354' entity='client.admin' cmd={"prefix": "config assimilate-conf"} : dispatch 2026-02-23T07:05:24.861 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:24 trial012 bash[11083]: audit 2026-02-23T07:05:24.586456+0000 mon.trial012 (mon.0) 30 : audit [INF] from='client.? 10.20.193.12:0/2645938354' entity='client.admin' cmd={"prefix": "config assimilate-conf"} : dispatch 2026-02-23T07:05:25.860 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:25 trial012 bash[11083]: audit 2026-02-23T07:05:24.848707+0000 mon.trial012 (mon.0) 31 : audit [INF] from='client.? 10.20.193.12:0/2065609673' entity='client.admin' cmd={"prefix": "mgr module enable", "module": "cephadm"} : dispatch 2026-02-23T07:05:25.860 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:25 trial012 bash[11083]: audit 2026-02-23T07:05:24.848707+0000 mon.trial012 (mon.0) 31 : audit [INF] from='client.? 10.20.193.12:0/2065609673' entity='client.admin' cmd={"prefix": "mgr module enable", "module": "cephadm"} : dispatch 2026-02-23T07:05:25.967 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph: stdout { 2026-02-23T07:05:25.967 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph: stdout "epoch": 4, 2026-02-23T07:05:25.967 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph: stdout "available": true, 2026-02-23T07:05:25.967 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph: stdout "active_name": "trial012.zwgxqc", 2026-02-23T07:05:25.967 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph: stdout "num_standby": 0 2026-02-23T07:05:25.967 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph: stdout } 2026-02-23T07:05:25.967 INFO:teuthology.orchestra.run.trial012.stdout:Waiting for the mgr to restart... 2026-02-23T07:05:25.967 INFO:teuthology.orchestra.run.trial012.stdout:Waiting for mgr epoch 4... 2026-02-23T07:05:27.110 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:26 trial012 bash[11083]: audit 2026-02-23T07:05:25.611065+0000 mon.trial012 (mon.0) 32 : audit [INF] from='client.? 10.20.193.12:0/2065609673' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2026-02-23T07:05:27.110 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:26 trial012 bash[11083]: audit 2026-02-23T07:05:25.611065+0000 mon.trial012 (mon.0) 32 : audit [INF] from='client.? 10.20.193.12:0/2065609673' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2026-02-23T07:05:27.111 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:26 trial012 bash[11083]: cluster 2026-02-23T07:05:25.613855+0000 mon.trial012 (mon.0) 33 : cluster [DBG] mgrmap e4: trial012.zwgxqc(active, since 3s) 2026-02-23T07:05:27.111 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:26 trial012 bash[11083]: cluster 2026-02-23T07:05:25.613855+0000 mon.trial012 (mon.0) 33 : cluster [DBG] mgrmap e4: trial012.zwgxqc(active, since 3s) 2026-02-23T07:05:27.111 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:26 trial012 bash[11083]: audit 2026-02-23T07:05:25.935333+0000 mon.trial012 (mon.0) 34 : audit [DBG] from='client.? 10.20.193.12:0/4117467036' entity='client.admin' cmd={"prefix": "mgr stat"} : dispatch 2026-02-23T07:05:27.111 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:26 trial012 bash[11083]: audit 2026-02-23T07:05:25.935333+0000 mon.trial012 (mon.0) 34 : audit [DBG] from='client.? 10.20.193.12:0/4117467036' entity='client.admin' cmd={"prefix": "mgr stat"} : dispatch 2026-02-23T07:05:28.860 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:28 trial012 bash[11083]: cluster 2026-02-23T07:05:28.426247+0000 mon.trial012 (mon.0) 35 : cluster [INF] Active manager daemon trial012.zwgxqc restarted 2026-02-23T07:05:28.860 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:28 trial012 bash[11083]: cluster 2026-02-23T07:05:28.426247+0000 mon.trial012 (mon.0) 35 : cluster [INF] Active manager daemon trial012.zwgxqc restarted 2026-02-23T07:05:28.860 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:28 trial012 bash[11083]: cluster 2026-02-23T07:05:28.426481+0000 mon.trial012 (mon.0) 36 : cluster [INF] Activating manager daemon trial012.zwgxqc 2026-02-23T07:05:28.860 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:28 trial012 bash[11083]: cluster 2026-02-23T07:05:28.426481+0000 mon.trial012 (mon.0) 36 : cluster [INF] Activating manager daemon trial012.zwgxqc 2026-02-23T07:05:28.860 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:28 trial012 bash[11083]: cluster 2026-02-23T07:05:28.429154+0000 mon.trial012 (mon.0) 37 : cluster [DBG] osdmap e2: 0 total, 0 up, 0 in 2026-02-23T07:05:28.860 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:28 trial012 bash[11083]: cluster 2026-02-23T07:05:28.429154+0000 mon.trial012 (mon.0) 37 : cluster [DBG] osdmap e2: 0 total, 0 up, 0 in 2026-02-23T07:05:28.860 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:28 trial012 bash[11083]: cluster 2026-02-23T07:05:28.429229+0000 mon.trial012 (mon.0) 38 : cluster [DBG] mgrmap e5: trial012.zwgxqc(active, starting, since 0.0028491s) 2026-02-23T07:05:28.860 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:28 trial012 bash[11083]: cluster 2026-02-23T07:05:28.429229+0000 mon.trial012 (mon.0) 38 : cluster [DBG] mgrmap e5: trial012.zwgxqc(active, starting, since 0.0028491s) 2026-02-23T07:05:28.860 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:28 trial012 bash[11083]: audit 2026-02-23T07:05:28.429985+0000 mon.trial012 (mon.0) 39 : audit [DBG] from='mgr.14118 10.20.193.12:0/619714130' entity='mgr.trial012.zwgxqc' cmd={"prefix": "mon metadata", "id": "trial012"} : dispatch 2026-02-23T07:05:28.860 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:28 trial012 bash[11083]: audit 2026-02-23T07:05:28.429985+0000 mon.trial012 (mon.0) 39 : audit [DBG] from='mgr.14118 10.20.193.12:0/619714130' entity='mgr.trial012.zwgxqc' cmd={"prefix": "mon metadata", "id": "trial012"} : dispatch 2026-02-23T07:05:28.860 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:28 trial012 bash[11083]: audit 2026-02-23T07:05:28.430531+0000 mon.trial012 (mon.0) 40 : audit [DBG] from='mgr.14118 10.20.193.12:0/619714130' entity='mgr.trial012.zwgxqc' cmd={"prefix": "mgr metadata", "who": "trial012.zwgxqc", "id": "trial012.zwgxqc"} : dispatch 2026-02-23T07:05:28.860 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:28 trial012 bash[11083]: audit 2026-02-23T07:05:28.430531+0000 mon.trial012 (mon.0) 40 : audit [DBG] from='mgr.14118 10.20.193.12:0/619714130' entity='mgr.trial012.zwgxqc' cmd={"prefix": "mgr metadata", "who": "trial012.zwgxqc", "id": "trial012.zwgxqc"} : dispatch 2026-02-23T07:05:28.860 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:28 trial012 bash[11083]: audit 2026-02-23T07:05:28.431178+0000 mon.trial012 (mon.0) 41 : audit [DBG] from='mgr.14118 10.20.193.12:0/619714130' entity='mgr.trial012.zwgxqc' cmd={"prefix": "mds metadata"} : dispatch 2026-02-23T07:05:28.860 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:28 trial012 bash[11083]: audit 2026-02-23T07:05:28.431178+0000 mon.trial012 (mon.0) 41 : audit [DBG] from='mgr.14118 10.20.193.12:0/619714130' entity='mgr.trial012.zwgxqc' cmd={"prefix": "mds metadata"} : dispatch 2026-02-23T07:05:28.860 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:28 trial012 bash[11083]: audit 2026-02-23T07:05:28.431265+0000 mon.trial012 (mon.0) 42 : audit [DBG] from='mgr.14118 10.20.193.12:0/619714130' entity='mgr.trial012.zwgxqc' cmd={"prefix": "osd metadata"} : dispatch 2026-02-23T07:05:28.860 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:28 trial012 bash[11083]: audit 2026-02-23T07:05:28.431265+0000 mon.trial012 (mon.0) 42 : audit [DBG] from='mgr.14118 10.20.193.12:0/619714130' entity='mgr.trial012.zwgxqc' cmd={"prefix": "osd metadata"} : dispatch 2026-02-23T07:05:28.860 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:28 trial012 bash[11083]: audit 2026-02-23T07:05:28.431343+0000 mon.trial012 (mon.0) 43 : audit [DBG] from='mgr.14118 10.20.193.12:0/619714130' entity='mgr.trial012.zwgxqc' cmd={"prefix": "mon metadata"} : dispatch 2026-02-23T07:05:28.860 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:28 trial012 bash[11083]: audit 2026-02-23T07:05:28.431343+0000 mon.trial012 (mon.0) 43 : audit [DBG] from='mgr.14118 10.20.193.12:0/619714130' entity='mgr.trial012.zwgxqc' cmd={"prefix": "mon metadata"} : dispatch 2026-02-23T07:05:28.860 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:28 trial012 bash[11083]: cluster 2026-02-23T07:05:28.459124+0000 mon.trial012 (mon.0) 44 : cluster [INF] Manager daemon trial012.zwgxqc is now available 2026-02-23T07:05:28.860 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:28 trial012 bash[11083]: cluster 2026-02-23T07:05:28.459124+0000 mon.trial012 (mon.0) 44 : cluster [INF] Manager daemon trial012.zwgxqc is now available 2026-02-23T07:05:29.469 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph: stdout { 2026-02-23T07:05:29.470 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 6, 2026-02-23T07:05:29.470 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph: stdout "initialized": true 2026-02-23T07:05:29.470 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph: stdout } 2026-02-23T07:05:29.470 INFO:teuthology.orchestra.run.trial012.stdout:mgr epoch 4 is available 2026-02-23T07:05:29.470 INFO:teuthology.orchestra.run.trial012.stdout:Verifying orchestrator module is enabled... 2026-02-23T07:05:30.110 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:29 trial012 bash[11083]: audit 2026-02-23T07:05:28.836802+0000 mon.trial012 (mon.0) 45 : audit [INF] from='mgr.14118 10.20.193.12:0/619714130' entity='mgr.trial012.zwgxqc' 2026-02-23T07:05:30.111 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:29 trial012 bash[11083]: audit 2026-02-23T07:05:28.836802+0000 mon.trial012 (mon.0) 45 : audit [INF] from='mgr.14118 10.20.193.12:0/619714130' entity='mgr.trial012.zwgxqc' 2026-02-23T07:05:30.111 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:29 trial012 bash[11083]: audit 2026-02-23T07:05:28.838793+0000 mon.trial012 (mon.0) 46 : audit [INF] from='mgr.14118 10.20.193.12:0/619714130' entity='mgr.trial012.zwgxqc' 2026-02-23T07:05:30.111 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:29 trial012 bash[11083]: audit 2026-02-23T07:05:28.838793+0000 mon.trial012 (mon.0) 46 : audit [INF] from='mgr.14118 10.20.193.12:0/619714130' entity='mgr.trial012.zwgxqc' 2026-02-23T07:05:30.111 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:29 trial012 bash[11083]: cephadm 2026-02-23T07:05:28.839006+0000 mgr.trial012.zwgxqc (mgr.14118) 1 : cephadm [INF] Found migration_current of "None". Setting to last migration. 2026-02-23T07:05:30.111 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:29 trial012 bash[11083]: cephadm 2026-02-23T07:05:28.839006+0000 mgr.trial012.zwgxqc (mgr.14118) 1 : cephadm [INF] Found migration_current of "None". Setting to last migration. 2026-02-23T07:05:30.111 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:29 trial012 bash[11083]: audit 2026-02-23T07:05:28.840371+0000 mon.trial012 (mon.0) 47 : audit [INF] from='mgr.14118 10.20.193.12:0/619714130' entity='mgr.trial012.zwgxqc' 2026-02-23T07:05:30.111 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:29 trial012 bash[11083]: audit 2026-02-23T07:05:28.840371+0000 mon.trial012 (mon.0) 47 : audit [INF] from='mgr.14118 10.20.193.12:0/619714130' entity='mgr.trial012.zwgxqc' 2026-02-23T07:05:30.111 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:29 trial012 bash[11083]: audit 2026-02-23T07:05:28.842284+0000 mon.trial012 (mon.0) 48 : audit [INF] from='mgr.14118 10.20.193.12:0/619714130' entity='mgr.trial012.zwgxqc' 2026-02-23T07:05:30.111 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:29 trial012 bash[11083]: audit 2026-02-23T07:05:28.842284+0000 mon.trial012 (mon.0) 48 : audit [INF] from='mgr.14118 10.20.193.12:0/619714130' entity='mgr.trial012.zwgxqc' 2026-02-23T07:05:30.112 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:29 trial012 bash[11083]: audit 2026-02-23T07:05:28.844044+0000 mon.trial012 (mon.0) 49 : audit [INF] from='mgr.14118 10.20.193.12:0/619714130' entity='mgr.trial012.zwgxqc' 2026-02-23T07:05:30.112 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:29 trial012 bash[11083]: audit 2026-02-23T07:05:28.844044+0000 mon.trial012 (mon.0) 49 : audit [INF] from='mgr.14118 10.20.193.12:0/619714130' entity='mgr.trial012.zwgxqc' 2026-02-23T07:05:30.112 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:29 trial012 bash[11083]: audit 2026-02-23T07:05:28.845508+0000 mon.trial012 (mon.0) 50 : audit [INF] from='mgr.14118 10.20.193.12:0/619714130' entity='mgr.trial012.zwgxqc' 2026-02-23T07:05:30.112 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:29 trial012 bash[11083]: audit 2026-02-23T07:05:28.845508+0000 mon.trial012 (mon.0) 50 : audit [INF] from='mgr.14118 10.20.193.12:0/619714130' entity='mgr.trial012.zwgxqc' 2026-02-23T07:05:30.112 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:29 trial012 bash[11083]: audit 2026-02-23T07:05:28.845576+0000 mon.trial012 (mon.0) 51 : audit [DBG] from='mgr.14118 10.20.193.12:0/619714130' entity='mgr.trial012.zwgxqc' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-23T07:05:30.112 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:29 trial012 bash[11083]: audit 2026-02-23T07:05:28.845576+0000 mon.trial012 (mon.0) 51 : audit [DBG] from='mgr.14118 10.20.193.12:0/619714130' entity='mgr.trial012.zwgxqc' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-23T07:05:30.112 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:29 trial012 bash[11083]: audit 2026-02-23T07:05:28.846888+0000 mon.trial012 (mon.0) 52 : audit [DBG] from='mgr.14118 10.20.193.12:0/619714130' entity='mgr.trial012.zwgxqc' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-23T07:05:30.112 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:29 trial012 bash[11083]: audit 2026-02-23T07:05:28.846888+0000 mon.trial012 (mon.0) 52 : audit [DBG] from='mgr.14118 10.20.193.12:0/619714130' entity='mgr.trial012.zwgxqc' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-23T07:05:30.112 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:29 trial012 bash[11083]: audit 2026-02-23T07:05:28.851249+0000 mon.trial012 (mon.0) 53 : audit [INF] from='mgr.14118 10.20.193.12:0/619714130' entity='mgr.trial012.zwgxqc' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/trial012.zwgxqc/mirror_snapshot_schedule"} : dispatch 2026-02-23T07:05:30.112 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:29 trial012 bash[11083]: audit 2026-02-23T07:05:28.851249+0000 mon.trial012 (mon.0) 53 : audit [INF] from='mgr.14118 10.20.193.12:0/619714130' entity='mgr.trial012.zwgxqc' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/trial012.zwgxqc/mirror_snapshot_schedule"} : dispatch 2026-02-23T07:05:30.112 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:29 trial012 bash[11083]: audit 2026-02-23T07:05:28.852731+0000 mon.trial012 (mon.0) 54 : audit [INF] from='mgr.14118 10.20.193.12:0/619714130' entity='mgr.trial012.zwgxqc' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/trial012.zwgxqc/trash_purge_schedule"} : dispatch 2026-02-23T07:05:30.113 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:29 trial012 bash[11083]: audit 2026-02-23T07:05:28.852731+0000 mon.trial012 (mon.0) 54 : audit [INF] from='mgr.14118 10.20.193.12:0/619714130' entity='mgr.trial012.zwgxqc' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/trial012.zwgxqc/trash_purge_schedule"} : dispatch 2026-02-23T07:05:30.113 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:29 trial012 bash[11083]: audit 2026-02-23T07:05:29.431647+0000 mgr.trial012.zwgxqc (mgr.14118) 2 : audit [DBG] from='client.14122 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2026-02-23T07:05:30.113 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:29 trial012 bash[11083]: audit 2026-02-23T07:05:29.431647+0000 mgr.trial012.zwgxqc (mgr.14118) 2 : audit [DBG] from='client.14122 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2026-02-23T07:05:30.113 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:29 trial012 bash[11083]: cluster 2026-02-23T07:05:29.431673+0000 mon.trial012 (mon.0) 55 : cluster [DBG] mgrmap e6: trial012.zwgxqc(active, since 1.00529s) 2026-02-23T07:05:30.113 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:29 trial012 bash[11083]: cluster 2026-02-23T07:05:29.431673+0000 mon.trial012 (mon.0) 55 : cluster [DBG] mgrmap e6: trial012.zwgxqc(active, since 1.00529s) 2026-02-23T07:05:30.113 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:29 trial012 bash[11083]: audit 2026-02-23T07:05:29.436189+0000 mgr.trial012.zwgxqc (mgr.14118) 3 : audit [DBG] from='client.14122 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2026-02-23T07:05:30.113 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:29 trial012 bash[11083]: audit 2026-02-23T07:05:29.436189+0000 mgr.trial012.zwgxqc (mgr.14118) 3 : audit [DBG] from='client.14122 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2026-02-23T07:05:30.113 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:29 trial012 bash[11083]: audit 2026-02-23T07:05:29.436473+0000 mon.trial012 (mon.0) 56 : audit [INF] from='mgr.14118 10.20.193.12:0/619714130' entity='mgr.trial012.zwgxqc' 2026-02-23T07:05:30.113 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:29 trial012 bash[11083]: audit 2026-02-23T07:05:29.436473+0000 mon.trial012 (mon.0) 56 : audit [INF] from='mgr.14118 10.20.193.12:0/619714130' entity='mgr.trial012.zwgxqc' 2026-02-23T07:05:30.113 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:29 trial012 bash[11083]: audit 2026-02-23T07:05:29.438219+0000 mon.trial012 (mon.0) 57 : audit [INF] from='mgr.14118 10.20.193.12:0/619714130' entity='mgr.trial012.zwgxqc' 2026-02-23T07:05:30.113 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:29 trial012 bash[11083]: audit 2026-02-23T07:05:29.438219+0000 mon.trial012 (mon.0) 57 : audit [INF] from='mgr.14118 10.20.193.12:0/619714130' entity='mgr.trial012.zwgxqc' 2026-02-23T07:05:30.114 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:29 trial012 bash[11083]: cephadm 2026-02-23T07:05:29.611737+0000 mgr.trial012.zwgxqc (mgr.14118) 4 : cephadm [INF] [23/Feb/2026:07:05:29] ENGINE Bus STARTING 2026-02-23T07:05:30.114 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:29 trial012 bash[11083]: cephadm 2026-02-23T07:05:29.611737+0000 mgr.trial012.zwgxqc (mgr.14118) 4 : cephadm [INF] [23/Feb/2026:07:05:29] ENGINE Bus STARTING 2026-02-23T07:05:30.114 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:29 trial012 bash[11083]: audit 2026-02-23T07:05:29.716431+0000 mon.trial012 (mon.0) 58 : audit [INF] from='client.? 10.20.193.12:0/806869836' entity='client.admin' cmd={"prefix": "mgr module enable", "module": "orchestrator"} : dispatch 2026-02-23T07:05:30.114 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:29 trial012 bash[11083]: audit 2026-02-23T07:05:29.716431+0000 mon.trial012 (mon.0) 58 : audit [INF] from='client.? 10.20.193.12:0/806869836' entity='client.admin' cmd={"prefix": "mgr module enable", "module": "orchestrator"} : dispatch 2026-02-23T07:05:30.114 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:29 trial012 bash[11083]: audit 2026-02-23T07:05:29.821026+0000 mon.trial012 (mon.0) 59 : audit [DBG] from='mgr.14118 10.20.193.12:0/619714130' entity='mgr.trial012.zwgxqc' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-23T07:05:30.114 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:29 trial012 bash[11083]: audit 2026-02-23T07:05:29.821026+0000 mon.trial012 (mon.0) 59 : audit [DBG] from='mgr.14118 10.20.193.12:0/619714130' entity='mgr.trial012.zwgxqc' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-23T07:05:30.472 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph: stderr module 'orchestrator' is already enabled (always-on) 2026-02-23T07:05:30.473 INFO:teuthology.orchestra.run.trial012.stdout:Setting orchestrator backend to cephadm... 2026-02-23T07:05:30.970 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph: stdout value unchanged 2026-02-23T07:05:30.970 INFO:teuthology.orchestra.run.trial012.stdout:Generating ssh key... 2026-02-23T07:05:31.473 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph: stdout ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIKyKy5Av1tXtNjGCNnAx9O74ItXsSbRIavab6rCOVhLj ceph-f752ade8-1085-11f1-b189-d404e6e7d460 2026-02-23T07:05:31.473 INFO:teuthology.orchestra.run.trial012.stdout:Wrote public SSH key to /home/ubuntu/cephtest/ceph.pub 2026-02-23T07:05:31.473 INFO:teuthology.orchestra.run.trial012.stdout:Adding key to root@localhost authorized_keys... 2026-02-23T07:05:31.473 INFO:teuthology.orchestra.run.trial012.stdout:Adding host trial012... 2026-02-23T07:05:31.610 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:31 trial012 bash[11083]: cephadm 2026-02-23T07:05:29.712703+0000 mgr.trial012.zwgxqc (mgr.14118) 5 : cephadm [INF] [23/Feb/2026:07:05:29] ENGINE Serving on http://10.20.193.12:8765 2026-02-23T07:05:31.611 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:31 trial012 bash[11083]: cephadm 2026-02-23T07:05:29.712703+0000 mgr.trial012.zwgxqc (mgr.14118) 5 : cephadm [INF] [23/Feb/2026:07:05:29] ENGINE Serving on http://10.20.193.12:8765 2026-02-23T07:05:31.611 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:31 trial012 bash[11083]: cephadm 2026-02-23T07:05:29.820400+0000 mgr.trial012.zwgxqc (mgr.14118) 6 : cephadm [INF] [23/Feb/2026:07:05:29] ENGINE Serving on https://10.20.193.12:7150 2026-02-23T07:05:31.611 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:31 trial012 bash[11083]: cephadm 2026-02-23T07:05:29.820400+0000 mgr.trial012.zwgxqc (mgr.14118) 6 : cephadm [INF] [23/Feb/2026:07:05:29] ENGINE Serving on https://10.20.193.12:7150 2026-02-23T07:05:31.611 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:31 trial012 bash[11083]: cephadm 2026-02-23T07:05:29.820468+0000 mgr.trial012.zwgxqc (mgr.14118) 7 : cephadm [INF] [23/Feb/2026:07:05:29] ENGINE Bus STARTED 2026-02-23T07:05:31.611 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:31 trial012 bash[11083]: cephadm 2026-02-23T07:05:29.820468+0000 mgr.trial012.zwgxqc (mgr.14118) 7 : cephadm [INF] [23/Feb/2026:07:05:29] ENGINE Bus STARTED 2026-02-23T07:05:31.611 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:31 trial012 bash[11083]: cephadm 2026-02-23T07:05:29.821030+0000 mgr.trial012.zwgxqc (mgr.14118) 8 : cephadm [INF] [23/Feb/2026:07:05:29] ENGINE Client ('10.20.193.12', 60234) lost — peer dropped the TLS connection suddenly, during handshake: (6, 'TLS/SSL connection has been closed (EOF) (_ssl.c:1147)') 2026-02-23T07:05:31.611 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:31 trial012 bash[11083]: cephadm 2026-02-23T07:05:29.821030+0000 mgr.trial012.zwgxqc (mgr.14118) 8 : cephadm [INF] [23/Feb/2026:07:05:29] ENGINE Client ('10.20.193.12', 60234) lost — peer dropped the TLS connection suddenly, during handshake: (6, 'TLS/SSL connection has been closed (EOF) (_ssl.c:1147)') 2026-02-23T07:05:31.611 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:31 trial012 bash[11083]: audit 2026-02-23T07:05:30.438346+0000 mon.trial012 (mon.0) 60 : audit [INF] from='client.? 10.20.193.12:0/806869836' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "orchestrator"}]': finished 2026-02-23T07:05:31.611 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:31 trial012 bash[11083]: audit 2026-02-23T07:05:30.438346+0000 mon.trial012 (mon.0) 60 : audit [INF] from='client.? 10.20.193.12:0/806869836' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "orchestrator"}]': finished 2026-02-23T07:05:31.611 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:31 trial012 bash[11083]: cluster 2026-02-23T07:05:30.441544+0000 mon.trial012 (mon.0) 61 : cluster [DBG] mgrmap e7: trial012.zwgxqc(active, since 2s) 2026-02-23T07:05:31.612 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:31 trial012 bash[11083]: cluster 2026-02-23T07:05:30.441544+0000 mon.trial012 (mon.0) 61 : cluster [DBG] mgrmap e7: trial012.zwgxqc(active, since 2s) 2026-02-23T07:05:31.612 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:31 trial012 bash[11083]: audit 2026-02-23T07:05:30.691044+0000 mon.trial012 (mon.0) 62 : audit [INF] from='mgr.14118 10.20.193.12:0/619714130' entity='mgr.trial012.zwgxqc' 2026-02-23T07:05:31.612 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:31 trial012 bash[11083]: audit 2026-02-23T07:05:30.691044+0000 mon.trial012 (mon.0) 62 : audit [INF] from='mgr.14118 10.20.193.12:0/619714130' entity='mgr.trial012.zwgxqc' 2026-02-23T07:05:31.612 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:31 trial012 bash[11083]: audit 2026-02-23T07:05:30.698809+0000 mon.trial012 (mon.0) 63 : audit [DBG] from='mgr.14118 10.20.193.12:0/619714130' entity='mgr.trial012.zwgxqc' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-23T07:05:31.612 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:31 trial012 bash[11083]: audit 2026-02-23T07:05:30.698809+0000 mon.trial012 (mon.0) 63 : audit [DBG] from='mgr.14118 10.20.193.12:0/619714130' entity='mgr.trial012.zwgxqc' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-23T07:05:31.612 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:31 trial012 bash[11083]: audit 2026-02-23T07:05:31.199276+0000 mon.trial012 (mon.0) 64 : audit [INF] from='mgr.14118 10.20.193.12:0/619714130' entity='mgr.trial012.zwgxqc' 2026-02-23T07:05:31.612 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:31 trial012 bash[11083]: audit 2026-02-23T07:05:31.199276+0000 mon.trial012 (mon.0) 64 : audit [INF] from='mgr.14118 10.20.193.12:0/619714130' entity='mgr.trial012.zwgxqc' 2026-02-23T07:05:31.612 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:31 trial012 bash[11083]: audit 2026-02-23T07:05:31.201066+0000 mon.trial012 (mon.0) 65 : audit [INF] from='mgr.14118 10.20.193.12:0/619714130' entity='mgr.trial012.zwgxqc' 2026-02-23T07:05:31.612 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:31 trial012 bash[11083]: audit 2026-02-23T07:05:31.201066+0000 mon.trial012 (mon.0) 65 : audit [INF] from='mgr.14118 10.20.193.12:0/619714130' entity='mgr.trial012.zwgxqc' 2026-02-23T07:05:32.610 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:32 trial012 bash[11083]: audit 2026-02-23T07:05:30.687997+0000 mgr.trial012.zwgxqc (mgr.14118) 9 : audit [DBG] from='client.14132 -' entity='client.admin' cmd=[{"prefix": "orch set backend", "module_name": "cephadm", "target": ["mon-mgr", ""]}]: dispatch 2026-02-23T07:05:32.610 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:32 trial012 bash[11083]: audit 2026-02-23T07:05:30.687997+0000 mgr.trial012.zwgxqc (mgr.14118) 9 : audit [DBG] from='client.14132 -' entity='client.admin' cmd=[{"prefix": "orch set backend", "module_name": "cephadm", "target": ["mon-mgr", ""]}]: dispatch 2026-02-23T07:05:32.610 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:32 trial012 bash[11083]: audit 2026-02-23T07:05:30.937362+0000 mgr.trial012.zwgxqc (mgr.14118) 10 : audit [DBG] from='client.14134 -' entity='client.admin' cmd=[{"prefix": "cephadm set-user", "user": "root", "target": ["mon-mgr", ""]}]: dispatch 2026-02-23T07:05:32.610 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:32 trial012 bash[11083]: audit 2026-02-23T07:05:30.937362+0000 mgr.trial012.zwgxqc (mgr.14118) 10 : audit [DBG] from='client.14134 -' entity='client.admin' cmd=[{"prefix": "cephadm set-user", "user": "root", "target": ["mon-mgr", ""]}]: dispatch 2026-02-23T07:05:32.611 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:32 trial012 bash[11083]: audit 2026-02-23T07:05:31.179468+0000 mgr.trial012.zwgxqc (mgr.14118) 11 : audit [DBG] from='client.14136 -' entity='client.admin' cmd=[{"prefix": "cephadm generate-key", "target": ["mon-mgr", ""]}]: dispatch 2026-02-23T07:05:32.611 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:32 trial012 bash[11083]: audit 2026-02-23T07:05:31.179468+0000 mgr.trial012.zwgxqc (mgr.14118) 11 : audit [DBG] from='client.14136 -' entity='client.admin' cmd=[{"prefix": "cephadm generate-key", "target": ["mon-mgr", ""]}]: dispatch 2026-02-23T07:05:32.611 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:32 trial012 bash[11083]: cephadm 2026-02-23T07:05:31.179670+0000 mgr.trial012.zwgxqc (mgr.14118) 12 : cephadm [INF] Generating ssh key... 2026-02-23T07:05:32.611 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:32 trial012 bash[11083]: cephadm 2026-02-23T07:05:31.179670+0000 mgr.trial012.zwgxqc (mgr.14118) 12 : cephadm [INF] Generating ssh key... 2026-02-23T07:05:32.611 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:32 trial012 bash[11083]: audit 2026-02-23T07:05:31.440961+0000 mgr.trial012.zwgxqc (mgr.14118) 13 : audit [DBG] from='client.14138 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2026-02-23T07:05:32.611 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:32 trial012 bash[11083]: audit 2026-02-23T07:05:31.440961+0000 mgr.trial012.zwgxqc (mgr.14118) 13 : audit [DBG] from='client.14138 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2026-02-23T07:05:32.611 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:32 trial012 bash[11083]: cluster 2026-02-23T07:05:31.441769+0000 mon.trial012 (mon.0) 66 : cluster [DBG] mgrmap e8: trial012.zwgxqc(active, since 3s) 2026-02-23T07:05:32.611 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:32 trial012 bash[11083]: cluster 2026-02-23T07:05:31.441769+0000 mon.trial012 (mon.0) 66 : cluster [DBG] mgrmap e8: trial012.zwgxqc(active, since 3s) 2026-02-23T07:05:33.563 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph: stdout Added host 'trial012' with addr '10.20.193.12' 2026-02-23T07:05:33.563 INFO:teuthology.orchestra.run.trial012.stdout:Deploying mon service with default placement... 2026-02-23T07:05:33.792 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:33 trial012 bash[11083]: audit 2026-02-23T07:05:31.693062+0000 mgr.trial012.zwgxqc (mgr.14118) 14 : audit [DBG] from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "trial012", "addr": "10.20.193.12", "target": ["mon-mgr", ""]}]: dispatch 2026-02-23T07:05:33.792 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:33 trial012 bash[11083]: audit 2026-02-23T07:05:31.693062+0000 mgr.trial012.zwgxqc (mgr.14118) 14 : audit [DBG] from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "trial012", "addr": "10.20.193.12", "target": ["mon-mgr", ""]}]: dispatch 2026-02-23T07:05:33.792 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:33 trial012 bash[11083]: cephadm 2026-02-23T07:05:31.998216+0000 mgr.trial012.zwgxqc (mgr.14118) 15 : cephadm [INF] Deploying cephadm binary to trial012 2026-02-23T07:05:33.792 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:33 trial012 bash[11083]: cephadm 2026-02-23T07:05:31.998216+0000 mgr.trial012.zwgxqc (mgr.14118) 15 : cephadm [INF] Deploying cephadm binary to trial012 2026-02-23T07:05:33.815 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph: stdout Scheduled mon update... 2026-02-23T07:05:33.815 INFO:teuthology.orchestra.run.trial012.stdout:Deploying mgr service with default placement... 2026-02-23T07:05:34.080 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph: stdout Scheduled mgr update... 2026-02-23T07:05:34.080 INFO:teuthology.orchestra.run.trial012.stdout:Deploying crash service with default placement... 2026-02-23T07:05:34.336 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph: stdout Scheduled crash update... 2026-02-23T07:05:34.336 INFO:teuthology.orchestra.run.trial012.stdout:Deploying ceph-exporter service with default placement... 2026-02-23T07:05:34.567 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:34 trial012 bash[11083]: audit 2026-02-23T07:05:33.525904+0000 mon.trial012 (mon.0) 67 : audit [INF] from='mgr.14118 10.20.193.12:0/619714130' entity='mgr.trial012.zwgxqc' 2026-02-23T07:05:34.567 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:34 trial012 bash[11083]: audit 2026-02-23T07:05:33.525904+0000 mon.trial012 (mon.0) 67 : audit [INF] from='mgr.14118 10.20.193.12:0/619714130' entity='mgr.trial012.zwgxqc' 2026-02-23T07:05:34.567 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:34 trial012 bash[11083]: cephadm 2026-02-23T07:05:33.526203+0000 mgr.trial012.zwgxqc (mgr.14118) 16 : cephadm [INF] Added host trial012 2026-02-23T07:05:34.567 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:34 trial012 bash[11083]: cephadm 2026-02-23T07:05:33.526203+0000 mgr.trial012.zwgxqc (mgr.14118) 16 : cephadm [INF] Added host trial012 2026-02-23T07:05:34.567 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:34 trial012 bash[11083]: audit 2026-02-23T07:05:33.526452+0000 mon.trial012 (mon.0) 68 : audit [DBG] from='mgr.14118 10.20.193.12:0/619714130' entity='mgr.trial012.zwgxqc' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-23T07:05:34.567 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:34 trial012 bash[11083]: audit 2026-02-23T07:05:33.526452+0000 mon.trial012 (mon.0) 68 : audit [DBG] from='mgr.14118 10.20.193.12:0/619714130' entity='mgr.trial012.zwgxqc' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-23T07:05:34.567 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:34 trial012 bash[11083]: audit 2026-02-23T07:05:33.783667+0000 mon.trial012 (mon.0) 69 : audit [INF] from='mgr.14118 10.20.193.12:0/619714130' entity='mgr.trial012.zwgxqc' 2026-02-23T07:05:34.567 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:34 trial012 bash[11083]: audit 2026-02-23T07:05:33.783667+0000 mon.trial012 (mon.0) 69 : audit [INF] from='mgr.14118 10.20.193.12:0/619714130' entity='mgr.trial012.zwgxqc' 2026-02-23T07:05:34.567 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:34 trial012 bash[11083]: audit 2026-02-23T07:05:34.041941+0000 mon.trial012 (mon.0) 70 : audit [INF] from='mgr.14118 10.20.193.12:0/619714130' entity='mgr.trial012.zwgxqc' 2026-02-23T07:05:34.567 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:34 trial012 bash[11083]: audit 2026-02-23T07:05:34.041941+0000 mon.trial012 (mon.0) 70 : audit [INF] from='mgr.14118 10.20.193.12:0/619714130' entity='mgr.trial012.zwgxqc' 2026-02-23T07:05:34.567 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:34 trial012 bash[11083]: audit 2026-02-23T07:05:34.044053+0000 mon.trial012 (mon.0) 71 : audit [INF] from='mgr.14118 10.20.193.12:0/619714130' entity='mgr.trial012.zwgxqc' 2026-02-23T07:05:34.567 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:34 trial012 bash[11083]: audit 2026-02-23T07:05:34.044053+0000 mon.trial012 (mon.0) 71 : audit [INF] from='mgr.14118 10.20.193.12:0/619714130' entity='mgr.trial012.zwgxqc' 2026-02-23T07:05:34.567 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:34 trial012 bash[11083]: audit 2026-02-23T07:05:34.304531+0000 mon.trial012 (mon.0) 72 : audit [INF] from='mgr.14118 10.20.193.12:0/619714130' entity='mgr.trial012.zwgxqc' 2026-02-23T07:05:34.567 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:34 trial012 bash[11083]: audit 2026-02-23T07:05:34.304531+0000 mon.trial012 (mon.0) 72 : audit [INF] from='mgr.14118 10.20.193.12:0/619714130' entity='mgr.trial012.zwgxqc' 2026-02-23T07:05:34.567 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:34 trial012 bash[11083]: audit 2026-02-23T07:05:34.317499+0000 mon.trial012 (mon.0) 73 : audit [INF] from='mgr.14118 10.20.193.12:0/619714130' entity='mgr.trial012.zwgxqc' 2026-02-23T07:05:34.567 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:34 trial012 bash[11083]: audit 2026-02-23T07:05:34.317499+0000 mon.trial012 (mon.0) 73 : audit [INF] from='mgr.14118 10.20.193.12:0/619714130' entity='mgr.trial012.zwgxqc' 2026-02-23T07:05:34.581 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph: stdout Scheduled ceph-exporter update... 2026-02-23T07:05:34.582 INFO:teuthology.orchestra.run.trial012.stdout:Deploying prometheus service with default placement... 2026-02-23T07:05:34.828 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph: stdout Scheduled prometheus update... 2026-02-23T07:05:34.828 INFO:teuthology.orchestra.run.trial012.stdout:Deploying grafana service with default placement... 2026-02-23T07:05:35.086 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph: stdout Scheduled grafana update... 2026-02-23T07:05:35.086 INFO:teuthology.orchestra.run.trial012.stdout:Deploying node-exporter service with default placement... 2026-02-23T07:05:35.336 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph: stdout Scheduled node-exporter update... 2026-02-23T07:05:35.336 INFO:teuthology.orchestra.run.trial012.stdout:Deploying alertmanager service with default placement... 2026-02-23T07:05:35.586 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph: stdout Scheduled alertmanager update... 2026-02-23T07:05:35.814 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:35 trial012 bash[11083]: audit 2026-02-23T07:05:33.781106+0000 mgr.trial012.zwgxqc (mgr.14118) 17 : audit [DBG] from='client.14142 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "target": ["mon-mgr", ""]}]: dispatch 2026-02-23T07:05:35.814 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:35 trial012 bash[11083]: audit 2026-02-23T07:05:33.781106+0000 mgr.trial012.zwgxqc (mgr.14118) 17 : audit [DBG] from='client.14142 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "target": ["mon-mgr", ""]}]: dispatch 2026-02-23T07:05:35.814 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:35 trial012 bash[11083]: cephadm 2026-02-23T07:05:33.781928+0000 mgr.trial012.zwgxqc (mgr.14118) 18 : cephadm [INF] Saving service mon spec with placement count:5 2026-02-23T07:05:35.814 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:35 trial012 bash[11083]: cephadm 2026-02-23T07:05:33.781928+0000 mgr.trial012.zwgxqc (mgr.14118) 18 : cephadm [INF] Saving service mon spec with placement count:5 2026-02-23T07:05:35.814 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:35 trial012 bash[11083]: audit 2026-02-23T07:05:34.040499+0000 mgr.trial012.zwgxqc (mgr.14118) 19 : audit [DBG] from='client.14144 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "target": ["mon-mgr", ""]}]: dispatch 2026-02-23T07:05:35.814 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:35 trial012 bash[11083]: audit 2026-02-23T07:05:34.040499+0000 mgr.trial012.zwgxqc (mgr.14118) 19 : audit [DBG] from='client.14144 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "target": ["mon-mgr", ""]}]: dispatch 2026-02-23T07:05:35.814 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:35 trial012 bash[11083]: cephadm 2026-02-23T07:05:34.041252+0000 mgr.trial012.zwgxqc (mgr.14118) 20 : cephadm [INF] Saving service mgr spec with placement count:2 2026-02-23T07:05:35.814 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:35 trial012 bash[11083]: cephadm 2026-02-23T07:05:34.041252+0000 mgr.trial012.zwgxqc (mgr.14118) 20 : cephadm [INF] Saving service mgr spec with placement count:2 2026-02-23T07:05:35.814 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:35 trial012 bash[11083]: audit 2026-02-23T07:05:34.301642+0000 mgr.trial012.zwgxqc (mgr.14118) 21 : audit [DBG] from='client.14146 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "crash", "target": ["mon-mgr", ""]}]: dispatch 2026-02-23T07:05:35.814 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:35 trial012 bash[11083]: audit 2026-02-23T07:05:34.301642+0000 mgr.trial012.zwgxqc (mgr.14118) 21 : audit [DBG] from='client.14146 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "crash", "target": ["mon-mgr", ""]}]: dispatch 2026-02-23T07:05:35.814 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:35 trial012 bash[11083]: cephadm 2026-02-23T07:05:34.302408+0000 mgr.trial012.zwgxqc (mgr.14118) 22 : cephadm [INF] Saving service crash spec with placement * 2026-02-23T07:05:35.814 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:35 trial012 bash[11083]: cephadm 2026-02-23T07:05:34.302408+0000 mgr.trial012.zwgxqc (mgr.14118) 22 : cephadm [INF] Saving service crash spec with placement * 2026-02-23T07:05:35.814 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:35 trial012 bash[11083]: audit 2026-02-23T07:05:34.548118+0000 mgr.trial012.zwgxqc (mgr.14118) 23 : audit [DBG] from='client.14148 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "ceph-exporter", "target": ["mon-mgr", ""]}]: dispatch 2026-02-23T07:05:35.814 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:35 trial012 bash[11083]: audit 2026-02-23T07:05:34.548118+0000 mgr.trial012.zwgxqc (mgr.14118) 23 : audit [DBG] from='client.14148 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "ceph-exporter", "target": ["mon-mgr", ""]}]: dispatch 2026-02-23T07:05:35.814 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:35 trial012 bash[11083]: cephadm 2026-02-23T07:05:34.549188+0000 mgr.trial012.zwgxqc (mgr.14118) 24 : cephadm [INF] Saving service ceph-exporter spec with placement * 2026-02-23T07:05:35.814 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:35 trial012 bash[11083]: cephadm 2026-02-23T07:05:34.549188+0000 mgr.trial012.zwgxqc (mgr.14118) 24 : cephadm [INF] Saving service ceph-exporter spec with placement * 2026-02-23T07:05:35.814 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:35 trial012 bash[11083]: audit 2026-02-23T07:05:34.551114+0000 mon.trial012 (mon.0) 74 : audit [INF] from='mgr.14118 10.20.193.12:0/619714130' entity='mgr.trial012.zwgxqc' 2026-02-23T07:05:35.814 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:35 trial012 bash[11083]: audit 2026-02-23T07:05:34.551114+0000 mon.trial012 (mon.0) 74 : audit [INF] from='mgr.14118 10.20.193.12:0/619714130' entity='mgr.trial012.zwgxqc' 2026-02-23T07:05:35.814 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:35 trial012 bash[11083]: audit 2026-02-23T07:05:34.797170+0000 mon.trial012 (mon.0) 75 : audit [INF] from='mgr.14118 10.20.193.12:0/619714130' entity='mgr.trial012.zwgxqc' 2026-02-23T07:05:35.814 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:35 trial012 bash[11083]: audit 2026-02-23T07:05:34.797170+0000 mon.trial012 (mon.0) 75 : audit [INF] from='mgr.14118 10.20.193.12:0/619714130' entity='mgr.trial012.zwgxqc' 2026-02-23T07:05:35.814 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:35 trial012 bash[11083]: audit 2026-02-23T07:05:35.053270+0000 mon.trial012 (mon.0) 76 : audit [INF] from='mgr.14118 10.20.193.12:0/619714130' entity='mgr.trial012.zwgxqc' 2026-02-23T07:05:35.814 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:35 trial012 bash[11083]: audit 2026-02-23T07:05:35.053270+0000 mon.trial012 (mon.0) 76 : audit [INF] from='mgr.14118 10.20.193.12:0/619714130' entity='mgr.trial012.zwgxqc' 2026-02-23T07:05:35.814 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:35 trial012 bash[11083]: audit 2026-02-23T07:05:35.305901+0000 mon.trial012 (mon.0) 77 : audit [INF] from='mgr.14118 10.20.193.12:0/619714130' entity='mgr.trial012.zwgxqc' 2026-02-23T07:05:35.814 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:35 trial012 bash[11083]: audit 2026-02-23T07:05:35.305901+0000 mon.trial012 (mon.0) 77 : audit [INF] from='mgr.14118 10.20.193.12:0/619714130' entity='mgr.trial012.zwgxqc' 2026-02-23T07:05:36.079 INFO:teuthology.orchestra.run.trial012.stdout:Enabling the dashboard module... 2026-02-23T07:05:36.860 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:36 trial012 bash[11083]: audit 2026-02-23T07:05:34.793944+0000 mgr.trial012.zwgxqc (mgr.14118) 25 : audit [DBG] from='client.14150 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "target": ["mon-mgr", ""]}]: dispatch 2026-02-23T07:05:36.861 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:36 trial012 bash[11083]: audit 2026-02-23T07:05:34.793944+0000 mgr.trial012.zwgxqc (mgr.14118) 25 : audit [DBG] from='client.14150 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "target": ["mon-mgr", ""]}]: dispatch 2026-02-23T07:05:36.861 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:36 trial012 bash[11083]: cephadm 2026-02-23T07:05:34.794845+0000 mgr.trial012.zwgxqc (mgr.14118) 26 : cephadm [INF] Saving service prometheus spec with placement count:1 2026-02-23T07:05:36.861 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:36 trial012 bash[11083]: cephadm 2026-02-23T07:05:34.794845+0000 mgr.trial012.zwgxqc (mgr.14118) 26 : cephadm [INF] Saving service prometheus spec with placement count:1 2026-02-23T07:05:36.861 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:36 trial012 bash[11083]: audit 2026-02-23T07:05:35.050038+0000 mgr.trial012.zwgxqc (mgr.14118) 27 : audit [DBG] from='client.14152 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "target": ["mon-mgr", ""]}]: dispatch 2026-02-23T07:05:36.861 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:36 trial012 bash[11083]: audit 2026-02-23T07:05:35.050038+0000 mgr.trial012.zwgxqc (mgr.14118) 27 : audit [DBG] from='client.14152 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "target": ["mon-mgr", ""]}]: dispatch 2026-02-23T07:05:36.861 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:36 trial012 bash[11083]: cephadm 2026-02-23T07:05:35.050984+0000 mgr.trial012.zwgxqc (mgr.14118) 28 : cephadm [INF] Saving service grafana spec with placement count:1 2026-02-23T07:05:36.861 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:36 trial012 bash[11083]: cephadm 2026-02-23T07:05:35.050984+0000 mgr.trial012.zwgxqc (mgr.14118) 28 : cephadm [INF] Saving service grafana spec with placement count:1 2026-02-23T07:05:36.861 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:36 trial012 bash[11083]: audit 2026-02-23T07:05:35.302641+0000 mgr.trial012.zwgxqc (mgr.14118) 29 : audit [DBG] from='client.14154 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "target": ["mon-mgr", ""]}]: dispatch 2026-02-23T07:05:36.861 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:36 trial012 bash[11083]: audit 2026-02-23T07:05:35.302641+0000 mgr.trial012.zwgxqc (mgr.14118) 29 : audit [DBG] from='client.14154 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "target": ["mon-mgr", ""]}]: dispatch 2026-02-23T07:05:36.862 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:36 trial012 bash[11083]: cephadm 2026-02-23T07:05:35.303538+0000 mgr.trial012.zwgxqc (mgr.14118) 30 : cephadm [INF] Saving service node-exporter spec with placement * 2026-02-23T07:05:36.862 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:36 trial012 bash[11083]: cephadm 2026-02-23T07:05:35.303538+0000 mgr.trial012.zwgxqc (mgr.14118) 30 : cephadm [INF] Saving service node-exporter spec with placement * 2026-02-23T07:05:36.862 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:36 trial012 bash[11083]: audit 2026-02-23T07:05:35.552042+0000 mgr.trial012.zwgxqc (mgr.14118) 31 : audit [DBG] from='client.14156 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "target": ["mon-mgr", ""]}]: dispatch 2026-02-23T07:05:36.862 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:36 trial012 bash[11083]: audit 2026-02-23T07:05:35.552042+0000 mgr.trial012.zwgxqc (mgr.14118) 31 : audit [DBG] from='client.14156 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "target": ["mon-mgr", ""]}]: dispatch 2026-02-23T07:05:36.862 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:36 trial012 bash[11083]: cephadm 2026-02-23T07:05:35.553172+0000 mgr.trial012.zwgxqc (mgr.14118) 32 : cephadm [INF] Saving service alertmanager spec with placement count:1 2026-02-23T07:05:36.862 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:36 trial012 bash[11083]: cephadm 2026-02-23T07:05:35.553172+0000 mgr.trial012.zwgxqc (mgr.14118) 32 : cephadm [INF] Saving service alertmanager spec with placement count:1 2026-02-23T07:05:36.862 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:36 trial012 bash[11083]: audit 2026-02-23T07:05:35.555097+0000 mon.trial012 (mon.0) 78 : audit [INF] from='mgr.14118 10.20.193.12:0/619714130' entity='mgr.trial012.zwgxqc' 2026-02-23T07:05:36.862 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:36 trial012 bash[11083]: audit 2026-02-23T07:05:35.555097+0000 mon.trial012 (mon.0) 78 : audit [INF] from='mgr.14118 10.20.193.12:0/619714130' entity='mgr.trial012.zwgxqc' 2026-02-23T07:05:36.862 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:36 trial012 bash[11083]: audit 2026-02-23T07:05:35.805848+0000 mon.trial012 (mon.0) 79 : audit [INF] from='client.? 10.20.193.12:0/1050740374' entity='client.admin' 2026-02-23T07:05:36.862 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:36 trial012 bash[11083]: audit 2026-02-23T07:05:35.805848+0000 mon.trial012 (mon.0) 79 : audit [INF] from='client.? 10.20.193.12:0/1050740374' entity='client.admin' 2026-02-23T07:05:36.862 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:36 trial012 bash[11083]: audit 2026-02-23T07:05:36.048873+0000 mon.trial012 (mon.0) 80 : audit [INF] from='client.? 10.20.193.12:0/2625965688' entity='client.admin' 2026-02-23T07:05:36.862 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:36 trial012 bash[11083]: audit 2026-02-23T07:05:36.048873+0000 mon.trial012 (mon.0) 80 : audit [INF] from='client.? 10.20.193.12:0/2625965688' entity='client.admin' 2026-02-23T07:05:36.863 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:36 trial012 bash[11083]: audit 2026-02-23T07:05:36.328916+0000 mon.trial012 (mon.0) 81 : audit [INF] from='client.? 10.20.193.12:0/4111126176' entity='client.admin' cmd={"prefix": "mgr module enable", "module": "dashboard"} : dispatch 2026-02-23T07:05:36.863 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:36 trial012 bash[11083]: audit 2026-02-23T07:05:36.328916+0000 mon.trial012 (mon.0) 81 : audit [INF] from='client.? 10.20.193.12:0/4111126176' entity='client.admin' cmd={"prefix": "mgr module enable", "module": "dashboard"} : dispatch 2026-02-23T07:05:37.417 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph: stdout { 2026-02-23T07:05:37.417 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph: stdout "epoch": 9, 2026-02-23T07:05:37.417 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph: stdout "available": true, 2026-02-23T07:05:37.417 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph: stdout "active_name": "trial012.zwgxqc", 2026-02-23T07:05:37.417 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph: stdout "num_standby": 0 2026-02-23T07:05:37.417 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph: stdout } 2026-02-23T07:05:37.417 INFO:teuthology.orchestra.run.trial012.stdout:Waiting for the mgr to restart... 2026-02-23T07:05:37.417 INFO:teuthology.orchestra.run.trial012.stdout:Waiting for mgr epoch 9... 2026-02-23T07:05:38.360 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:38 trial012 bash[11083]: audit 2026-02-23T07:05:37.048683+0000 mon.trial012 (mon.0) 82 : audit [INF] from='client.? 10.20.193.12:0/4111126176' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2026-02-23T07:05:38.360 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:38 trial012 bash[11083]: audit 2026-02-23T07:05:37.048683+0000 mon.trial012 (mon.0) 82 : audit [INF] from='client.? 10.20.193.12:0/4111126176' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2026-02-23T07:05:38.360 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:38 trial012 bash[11083]: cluster 2026-02-23T07:05:37.052184+0000 mon.trial012 (mon.0) 83 : cluster [DBG] mgrmap e9: trial012.zwgxqc(active, since 8s) 2026-02-23T07:05:38.360 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:38 trial012 bash[11083]: cluster 2026-02-23T07:05:37.052184+0000 mon.trial012 (mon.0) 83 : cluster [DBG] mgrmap e9: trial012.zwgxqc(active, since 8s) 2026-02-23T07:05:38.360 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:38 trial012 bash[11083]: audit 2026-02-23T07:05:37.384202+0000 mon.trial012 (mon.0) 84 : audit [DBG] from='client.? 10.20.193.12:0/3655265047' entity='client.admin' cmd={"prefix": "mgr stat"} : dispatch 2026-02-23T07:05:38.361 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:38 trial012 bash[11083]: audit 2026-02-23T07:05:37.384202+0000 mon.trial012 (mon.0) 84 : audit [DBG] from='client.? 10.20.193.12:0/3655265047' entity='client.admin' cmd={"prefix": "mgr stat"} : dispatch 2026-02-23T07:05:40.110 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:39 trial012 bash[11083]: cluster 2026-02-23T07:05:39.890269+0000 mon.trial012 (mon.0) 85 : cluster [INF] Active manager daemon trial012.zwgxqc restarted 2026-02-23T07:05:40.110 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:39 trial012 bash[11083]: cluster 2026-02-23T07:05:39.890269+0000 mon.trial012 (mon.0) 85 : cluster [INF] Active manager daemon trial012.zwgxqc restarted 2026-02-23T07:05:40.110 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:39 trial012 bash[11083]: cluster 2026-02-23T07:05:39.890504+0000 mon.trial012 (mon.0) 86 : cluster [INF] Activating manager daemon trial012.zwgxqc 2026-02-23T07:05:40.110 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:39 trial012 bash[11083]: cluster 2026-02-23T07:05:39.890504+0000 mon.trial012 (mon.0) 86 : cluster [INF] Activating manager daemon trial012.zwgxqc 2026-02-23T07:05:40.110 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:39 trial012 bash[11083]: cluster 2026-02-23T07:05:39.893426+0000 mon.trial012 (mon.0) 87 : cluster [DBG] osdmap e3: 0 total, 0 up, 0 in 2026-02-23T07:05:40.110 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:39 trial012 bash[11083]: cluster 2026-02-23T07:05:39.893426+0000 mon.trial012 (mon.0) 87 : cluster [DBG] osdmap e3: 0 total, 0 up, 0 in 2026-02-23T07:05:40.110 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:39 trial012 bash[11083]: cluster 2026-02-23T07:05:39.893532+0000 mon.trial012 (mon.0) 88 : cluster [DBG] mgrmap e10: trial012.zwgxqc(active, starting, since 0.00314324s) 2026-02-23T07:05:40.110 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:39 trial012 bash[11083]: cluster 2026-02-23T07:05:39.893532+0000 mon.trial012 (mon.0) 88 : cluster [DBG] mgrmap e10: trial012.zwgxqc(active, starting, since 0.00314324s) 2026-02-23T07:05:40.110 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:39 trial012 bash[11083]: audit 2026-02-23T07:05:39.894198+0000 mon.trial012 (mon.0) 89 : audit [DBG] from='mgr.14164 10.20.193.12:0/1732475043' entity='mgr.trial012.zwgxqc' cmd={"prefix": "mon metadata", "id": "trial012"} : dispatch 2026-02-23T07:05:40.110 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:39 trial012 bash[11083]: audit 2026-02-23T07:05:39.894198+0000 mon.trial012 (mon.0) 89 : audit [DBG] from='mgr.14164 10.20.193.12:0/1732475043' entity='mgr.trial012.zwgxqc' cmd={"prefix": "mon metadata", "id": "trial012"} : dispatch 2026-02-23T07:05:40.110 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:39 trial012 bash[11083]: audit 2026-02-23T07:05:39.894839+0000 mon.trial012 (mon.0) 90 : audit [DBG] from='mgr.14164 10.20.193.12:0/1732475043' entity='mgr.trial012.zwgxqc' cmd={"prefix": "mgr metadata", "who": "trial012.zwgxqc", "id": "trial012.zwgxqc"} : dispatch 2026-02-23T07:05:40.110 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:39 trial012 bash[11083]: audit 2026-02-23T07:05:39.894839+0000 mon.trial012 (mon.0) 90 : audit [DBG] from='mgr.14164 10.20.193.12:0/1732475043' entity='mgr.trial012.zwgxqc' cmd={"prefix": "mgr metadata", "who": "trial012.zwgxqc", "id": "trial012.zwgxqc"} : dispatch 2026-02-23T07:05:40.110 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:39 trial012 bash[11083]: audit 2026-02-23T07:05:39.895740+0000 mon.trial012 (mon.0) 91 : audit [DBG] from='mgr.14164 10.20.193.12:0/1732475043' entity='mgr.trial012.zwgxqc' cmd={"prefix": "mds metadata"} : dispatch 2026-02-23T07:05:40.110 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:39 trial012 bash[11083]: audit 2026-02-23T07:05:39.895740+0000 mon.trial012 (mon.0) 91 : audit [DBG] from='mgr.14164 10.20.193.12:0/1732475043' entity='mgr.trial012.zwgxqc' cmd={"prefix": "mds metadata"} : dispatch 2026-02-23T07:05:40.110 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:39 trial012 bash[11083]: audit 2026-02-23T07:05:39.895807+0000 mon.trial012 (mon.0) 92 : audit [DBG] from='mgr.14164 10.20.193.12:0/1732475043' entity='mgr.trial012.zwgxqc' cmd={"prefix": "osd metadata"} : dispatch 2026-02-23T07:05:40.110 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:39 trial012 bash[11083]: audit 2026-02-23T07:05:39.895807+0000 mon.trial012 (mon.0) 92 : audit [DBG] from='mgr.14164 10.20.193.12:0/1732475043' entity='mgr.trial012.zwgxqc' cmd={"prefix": "osd metadata"} : dispatch 2026-02-23T07:05:40.110 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:39 trial012 bash[11083]: audit 2026-02-23T07:05:39.895871+0000 mon.trial012 (mon.0) 93 : audit [DBG] from='mgr.14164 10.20.193.12:0/1732475043' entity='mgr.trial012.zwgxqc' cmd={"prefix": "mon metadata"} : dispatch 2026-02-23T07:05:40.110 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:39 trial012 bash[11083]: audit 2026-02-23T07:05:39.895871+0000 mon.trial012 (mon.0) 93 : audit [DBG] from='mgr.14164 10.20.193.12:0/1732475043' entity='mgr.trial012.zwgxqc' cmd={"prefix": "mon metadata"} : dispatch 2026-02-23T07:05:40.110 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:39 trial012 bash[11083]: cluster 2026-02-23T07:05:39.919211+0000 mon.trial012 (mon.0) 94 : cluster [INF] Manager daemon trial012.zwgxqc is now available 2026-02-23T07:05:40.110 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:39 trial012 bash[11083]: cluster 2026-02-23T07:05:39.919211+0000 mon.trial012 (mon.0) 94 : cluster [INF] Manager daemon trial012.zwgxqc is now available 2026-02-23T07:05:40.935 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph: stdout { 2026-02-23T07:05:40.935 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 11, 2026-02-23T07:05:40.935 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph: stdout "initialized": true 2026-02-23T07:05:40.935 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph: stdout } 2026-02-23T07:05:40.935 INFO:teuthology.orchestra.run.trial012.stdout:mgr epoch 9 is available 2026-02-23T07:05:40.935 INFO:teuthology.orchestra.run.trial012.stdout:Using certmgr to generate dashboard self-signed certificate... 2026-02-23T07:05:41.360 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:40 trial012 bash[11083]: audit 2026-02-23T07:05:40.111445+0000 mon.trial012 (mon.0) 95 : audit [DBG] from='mgr.14164 10.20.193.12:0/1732475043' entity='mgr.trial012.zwgxqc' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-23T07:05:41.360 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:40 trial012 bash[11083]: audit 2026-02-23T07:05:40.111445+0000 mon.trial012 (mon.0) 95 : audit [DBG] from='mgr.14164 10.20.193.12:0/1732475043' entity='mgr.trial012.zwgxqc' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-23T07:05:41.360 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:40 trial012 bash[11083]: audit 2026-02-23T07:05:40.124297+0000 mon.trial012 (mon.0) 96 : audit [INF] from='mgr.14164 10.20.193.12:0/1732475043' entity='mgr.trial012.zwgxqc' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/trial012.zwgxqc/mirror_snapshot_schedule"} : dispatch 2026-02-23T07:05:41.361 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:40 trial012 bash[11083]: audit 2026-02-23T07:05:40.124297+0000 mon.trial012 (mon.0) 96 : audit [INF] from='mgr.14164 10.20.193.12:0/1732475043' entity='mgr.trial012.zwgxqc' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/trial012.zwgxqc/mirror_snapshot_schedule"} : dispatch 2026-02-23T07:05:41.361 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:40 trial012 bash[11083]: audit 2026-02-23T07:05:40.126079+0000 mon.trial012 (mon.0) 97 : audit [INF] from='mgr.14164 10.20.193.12:0/1732475043' entity='mgr.trial012.zwgxqc' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/trial012.zwgxqc/trash_purge_schedule"} : dispatch 2026-02-23T07:05:41.361 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:40 trial012 bash[11083]: audit 2026-02-23T07:05:40.126079+0000 mon.trial012 (mon.0) 97 : audit [INF] from='mgr.14164 10.20.193.12:0/1732475043' entity='mgr.trial012.zwgxqc' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/trial012.zwgxqc/trash_purge_schedule"} : dispatch 2026-02-23T07:05:41.361 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:40 trial012 bash[11083]: cluster 2026-02-23T07:05:40.898379+0000 mon.trial012 (mon.0) 98 : cluster [DBG] mgrmap e11: trial012.zwgxqc(active, since 1.00799s) 2026-02-23T07:05:41.361 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:40 trial012 bash[11083]: cluster 2026-02-23T07:05:40.898379+0000 mon.trial012 (mon.0) 98 : cluster [DBG] mgrmap e11: trial012.zwgxqc(active, since 1.00799s) 2026-02-23T07:05:41.850 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph: stdout {"cert": "-----BEGIN CERTIFICATE-----\nMIIFHzCCAwegAwIBAgIUUHKz5KRJLTTNH0o7qy9Q1h7VOnQwDQYJKoZIhvcNAQEL\nBQAwPDE6MDgGA1UEAwwxY2VwaGFkbS1yb290LWY3NTJhZGU4LTEwODUtMTFmMS1i\nMTg5LWQ0MDRlNmU3ZDQ2MDAeFw0yNjAyMjMwNzA1NDFaFw0yOTAyMjIwNzA1NDFa\nMBcxFTATBgNVBAMMDDEwLjIwLjE5My4xMjCCAiIwDQYJKoZIhvcNAQEBBQADggIP\nADCCAgoCggIBANtzNFMPntT+463sonwEAfFunvsgPfdIPq6sapKtYaf7P0jFfgyg\n6XIwoJF08fEI6YzhOZKao+GvUy1vdvnI0pUD2qBJNSNYcqbJZoNW8UrmL/Wt5k/f\nnXaGGElvIxB5FKrfY4v4U+LzPVSu7y5POzY/Y9EEUaSFqm0QuuFxBFiuDzBc4Lee\nAuC2hsseCX03da8leB0chD8T5+3x4b2MLRqxp5MJtqcxrr2HT4DBO2AAVPThBwm5\nNdUXm1+viJE3LrOfIdsEM9rOn53zX4WMkEqOTknaTnuGy6jnlOI/Iy8E3AxOL7eV\nX7E9xy8I5kQRIx0dlhpO9aHie80Myk44s/9r9VY0gB7MgCW+TPIYApwF9lkv9Hrv\nSmdSbpz7KvXTQVfrefrTH+27uXlghoLHEscFQbzBJ2KT+HtaT2EygEdg6zswDigK\n1dBt6/XXwaukulmAAjwo5o+9r+rFk47Y5r/xOmlIgOzV+sobSLEbTUt2RL+xudLC\nbuepXfTjwZH9t7pbONH0rU295bb8UoNWBeuqEdMMm3KRMc8ElugU9gNnaEACkEkv\nQNRtjK4S36TrpUX3pQIr97xHpfwz0ksn6mJz5xEopKHPq6DFmvonW/8htERUgnAr\n2t2dCsb41EFTklR28mkv5J0npaguGgiqESTAmDMj7cUkDPh066Gz2q8JAgMBAAGj\nPjA8MCwGA1UdEQQlMCOCCHRyaWFsMDEyghFkYXNoYm9hcmRfc2VydmVyc4cEChTB\nDDAMBgNVHRMBAf8EAjAAMA0GCSqGSIb3DQEBCwUAA4ICAQBMZMcQhY+ElgIVCAuL\nyU8EW08j6du49jo/FftxYC5cevwXYq2tOV3W1Gc4NnYNVxTRXyoxr6IkN9G43sTT\nwrzh/1mVmFIpFskLtdMK4r+o/SR1VNSnfdLw/WD3q1kysLmQTBKO2w0Y0IvvauBG\nrr8dXa3roOqpkqdcAbFqLyjY5gi6q2fuaf14iX/+9MUAEQKcwSaQZRgvAb1d1pj3\nNH6+R97urXwkgAz7zm/A4EjTvTleDPQO44NrAN2xtKhGuRlYV2Bdh7mDB20C0Z04\nu4RkHRl5j9sL7LW7OvCGzwzDIMwZJkH1jiYrK4ajIs70rx7oERSknj965gurH5BR\nVD/RQ+u/YX8Y23iHWlttxirYMeBWUcbk6phAVD+F47VEC3BN6nZrzgfS6DXkjNTR\nn4TK7TQPAFHjt5LPW+czm6+/4DdvwOd1vBSjO+XC7Ew7vjV5cuvHDgkQ3t/YIbM5\nB0c7/sVRbpAJpPjbl6DF6L8U+eTESDUHCtRnlToTpgharojhcKZylu9Pei3+rg0G\nX1glyav6cev23BTS0rSjW/f93wkcF+/8S3gE2LPvDPwiRcc0cGCSYXyrA4/iRv3l\nGYqNoKgAwkZFa+XQqjTr3LFXbmaEuKb1RSHXjhh0HarfEq2Auy7CEHS0FdM4860e\nG6+n3VEc/pduBgO4T8IIw8TU8Q==\n-----END CERTIFICATE-----\n", "key": "-----BEGIN RSA PRIVATE KEY-----\nMIIJKgIBAAKCAgEA23M0Uw+e1P7jreyifAQB8W6e+yA990g+rqxqkq1hp/s/SMV+\nDKDpcjCgkXTx8QjpjOE5kpqj4a9TLW92+cjSlQPaoEk1I1hypslmg1bxSuYv9a3m\nT9+ddoYYSW8jEHkUqt9ji/hT4vM9VK7vLk87Nj9j0QRRpIWqbRC64XEEWK4PMFzg\nt54C4LaGyx4JfTd1ryV4HRyEPxPn7fHhvYwtGrGnkwm2pzGuvYdPgME7YABU9OEH\nCbk11RebX6+IkTcus58h2wQz2s6fnfNfhYyQSo5OSdpOe4bLqOeU4j8jLwTcDE4v\nt5VfsT3HLwjmRBEjHR2WGk71oeJ7zQzKTjiz/2v1VjSAHsyAJb5M8hgCnAX2WS/0\neu9KZ1JunPsq9dNBV+t5+tMf7bu5eWCGgscSxwVBvMEnYpP4e1pPYTKAR2DrOzAO\nKArV0G3r9dfBq6S6WYACPCjmj72v6sWTjtjmv/E6aUiA7NX6yhtIsRtNS3ZEv7G5\n0sJu56ld9OPBkf23uls40fStTb3ltvxSg1YF66oR0wybcpExzwSW6BT2A2doQAKQ\nSS9A1G2MrhLfpOulRfelAiv3vEel/DPSSyfqYnPnESikoc+roMWa+idb/yG0RFSC\ncCva3Z0KxvjUQVOSVHbyaS/knSelqC4aCKoRJMCYMyPtxSQM+HTrobParwkCAwEA\nAQKCAgAEJZZpc7wHitnVuskW6QLPY4zUsoHb7HfQwwMlipSz66sWY92op+7EC2Kx\nX6Fwcapre4MOv+YqY4QscYow7f2lYWQDejarQxExkSXjLqSodWvrwNGUv0/sAjHZ\ny2RBJq9AYQXHdUBtOLWh5hywxkBYcKoLyauFnXKrFRvu8CeJ9HS8MCPH8dAHRokK\ntA0vr6QFP1hDITuSLz0HUaDiJ9C0toLejq+uqPaZcBc4F+QDFvvZVRpAsbOwdz3R\nTlFulblycqadYKQz4DUtyIBM11XlBBuQc4le9ge0WqHv2jZpkvYvM61c/aaIBHfr\n2Id0uv0r9Zfqny+EPlx4CLlBm/qHZ2EBGj51oGRmIr99VpBZHgQR3mkSuDWT4PxA\nH9Y5fv9tFy3I4fdVCa+y9adSNcZNDRZGjVIj9ZH6Kb8yya4JtdiYSIp1sk4lMGh2\nEqj84usU6SjVdXE/ANS5Gv2V+w9HjnPQHxHszIDXDzghiQSslTkuPWj6vcOMcTqe\nI5BF9fF9OGaBCvxGrvWNsUX2AVWsnq/oetHfi4ZahmqjfbPd03GmgbWNybYp3C2F\nbwlgErcUxSlsN/snqtZGv96bdhhabcvo3L8xUGjxAh/L4+CeDjZFsNZCVzpCLgsf\nDf6b4YtEE4/Wayz7QJ4EJiip64FArisBKMO+sM1FVVZNszkCvQKCAQEA87Eh/8Ti\nKd2GsMpp3vCeyvoQoZvymMzdF2q6vYHmt7iaMESFyweyQU1Aqjo2HXz1k4bor5QT\nHnWIZf+rggThs8MA7Vlb/qspWl8WjjAZq6KYG2bqSwWMbVsa+gtpb/LKJh2UEsPY\nfvgiu4wh/EqVVQSohAvEzJJeu/CpyY7mgh+Ccu1qoHSsuQjji7fInVQfi9TF1QCA\nehj0rCxDuyOm6MmDCr8w1GiRikw8/oxqOmabw3/R7kRrSd3Nf8KBycIwomh85fZv\nRj5a1pMyvA8qvk7qws8UyJoUZdS9IRM3owv5wxDBdg9PB5tXJKuBF3bZrM38+L8d\nn8mDZd6t+PBbnQKCAQEA5oihcDNzlVk22t+E4x/NO0qVY7A0a/8L2GtoiUfVeV1Y\n2YBPVx5zQM2xNL/8KVDhTGJyKzy99OVZXrrH/d02rC5ZwbMuLsFZdfwW0S3AXZj8\n7cxN3WODbVP7EzSR8KR0OI+hgOeRwxxyIegN9kL2O577B3YJrCRTbyDnonng21Td\nO9jt65MMonxlbyAs9PMPWLdKFQ/96UvMSNg4aMTm05XGAaP2fBn/zo2TQvqcmuwM\n8j/PgDPugqAl2nRJCq6oegBCpPZc7UCJQfsdXBIM1vN4Pmv8dNITEkAG0ktAv2Ur\nNf4DgT+N+thJuy1LZpsDT81zjyqQUgW5hzo3D/PTXQKCAQEAwy6Np7j+2D9ZIQKO\nd4TL+pD9fyNT1HTJZHcUqLKBo4cU4DIR40L/z/PbJjzHmSi73PSCLBbylUPYArIb\noWDdkchPVstqtnhK/9oHS81U0jbBk7kDUSFZj0EYQ0ueoI6awJqSPdFk9pUx5Hth\nwRvPra+0dUaj0qIthGRG6WwuTeyE5B4qd+fba7yl3ANQiEqXlbzO00K6pJCWb8xo\nV1w/1FWKQrJNnuM+JsHXXJ4Ee1Ax1AztjOR59kjTzk9w+rMxlvMPjnSqPV22DgUJ\n7rxLJPA6cdvArsdSLRmOfg5RUqNF4anq+e9bAiG2U2WWWL/VquW1h1ozlQam2pHX\nT/rbtQKCAQEAwTq8tmMp+oDw7bx0kjtRtuTpGsnS5sK8lwZQdOD1GekYVBasagVn\n7WV7pw9UuPzGG1RZBczAG8kxg6ljgHIvJVskeKtLhn0iEzbdmS+UEd/uARRCH9MN\nklHWHV7vBJmToOUjJfzzvGrXb3wmV8gAxDCZkMNrkBJSrM8T2Kf3xV/4n/VQVyjG\naluCWgbKJ/ajYmUff1AML8QM0vIJNif0olzjvvRD4fmY5PTd/kI5idFZeKPrtTXS\nMUMy90yI/J8xMDGPqt2lPmfdpKRrE4U9pd4lZ4zz6qc6vQ1VqmbROpv+AB+NqIQw\n6ZTpGC77CGHeAMHgnpu6pEWQILy28nQZMQKCAQEA5xFExfIUcFLO6mvmPOteCHZq\nZf1dFMAWIxr8eDCNAmRJ+PTChbABU80fBbDx9gsOXcuMwB1v43qJOcNqJXo4RfTc\n+Isj3no4mqTt9lAsijl4c+4+B8wTrqF6JXz9nugR1+4e1nTn+agNz9M79ONMnCo4\nKrEzhv6xvuibNRf9bfD4NQw8dKykbjzm+BuyXL5ucvutvK2Dg5ImeOKL7SUnG0IU\nJ7JwSGoh16vfYyGxcUeMSZLjWsGzVu+weVgd5IO++SgOIpmMDsUJvFVfDQgb25l2\nyuriXmEaGlf11DaHEo/ecs8ZFRJDrhZK/1h6u6ZXVvbQekjjXAxbQRlVPnRMxg==\n-----END RSA PRIVATE KEY-----\n"} 2026-02-23T07:05:42.079 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:41 trial012 bash[11083]: cephadm 2026-02-23T07:05:40.290842+0000 mgr.trial012.zwgxqc (mgr.14164) 1 : cephadm [INF] [23/Feb/2026:07:05:40] ENGINE Bus STARTING 2026-02-23T07:05:42.079 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:41 trial012 bash[11083]: cephadm 2026-02-23T07:05:40.290842+0000 mgr.trial012.zwgxqc (mgr.14164) 1 : cephadm [INF] [23/Feb/2026:07:05:40] ENGINE Bus STARTING 2026-02-23T07:05:42.079 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:41 trial012 bash[11083]: cephadm 2026-02-23T07:05:40.399950+0000 mgr.trial012.zwgxqc (mgr.14164) 2 : cephadm [INF] [23/Feb/2026:07:05:40] ENGINE Serving on https://10.20.193.12:7150 2026-02-23T07:05:42.079 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:41 trial012 bash[11083]: cephadm 2026-02-23T07:05:40.399950+0000 mgr.trial012.zwgxqc (mgr.14164) 2 : cephadm [INF] [23/Feb/2026:07:05:40] ENGINE Serving on https://10.20.193.12:7150 2026-02-23T07:05:42.079 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:41 trial012 bash[11083]: cephadm 2026-02-23T07:05:40.400372+0000 mgr.trial012.zwgxqc (mgr.14164) 3 : cephadm [INF] [23/Feb/2026:07:05:40] ENGINE Client ('10.20.193.12', 59038) lost — peer dropped the TLS connection suddenly, during handshake: (6, 'TLS/SSL connection has been closed (EOF) (_ssl.c:1147)') 2026-02-23T07:05:42.080 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:41 trial012 bash[11083]: cephadm 2026-02-23T07:05:40.400372+0000 mgr.trial012.zwgxqc (mgr.14164) 3 : cephadm [INF] [23/Feb/2026:07:05:40] ENGINE Client ('10.20.193.12', 59038) lost — peer dropped the TLS connection suddenly, during handshake: (6, 'TLS/SSL connection has been closed (EOF) (_ssl.c:1147)') 2026-02-23T07:05:42.080 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:41 trial012 bash[11083]: cephadm 2026-02-23T07:05:40.500598+0000 mgr.trial012.zwgxqc (mgr.14164) 4 : cephadm [INF] [23/Feb/2026:07:05:40] ENGINE Serving on http://10.20.193.12:8765 2026-02-23T07:05:42.080 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:41 trial012 bash[11083]: cephadm 2026-02-23T07:05:40.500598+0000 mgr.trial012.zwgxqc (mgr.14164) 4 : cephadm [INF] [23/Feb/2026:07:05:40] ENGINE Serving on http://10.20.193.12:8765 2026-02-23T07:05:42.080 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:41 trial012 bash[11083]: cephadm 2026-02-23T07:05:40.500740+0000 mgr.trial012.zwgxqc (mgr.14164) 5 : cephadm [INF] [23/Feb/2026:07:05:40] ENGINE Bus STARTED 2026-02-23T07:05:42.080 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:41 trial012 bash[11083]: cephadm 2026-02-23T07:05:40.500740+0000 mgr.trial012.zwgxqc (mgr.14164) 5 : cephadm [INF] [23/Feb/2026:07:05:40] ENGINE Bus STARTED 2026-02-23T07:05:42.080 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:41 trial012 bash[11083]: audit 2026-02-23T07:05:40.897276+0000 mgr.trial012.zwgxqc (mgr.14164) 6 : audit [DBG] from='client.14168 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2026-02-23T07:05:42.080 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:41 trial012 bash[11083]: audit 2026-02-23T07:05:40.897276+0000 mgr.trial012.zwgxqc (mgr.14164) 6 : audit [DBG] from='client.14168 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2026-02-23T07:05:42.080 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:41 trial012 bash[11083]: audit 2026-02-23T07:05:40.901523+0000 mgr.trial012.zwgxqc (mgr.14164) 7 : audit [DBG] from='client.14168 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2026-02-23T07:05:42.080 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:41 trial012 bash[11083]: audit 2026-02-23T07:05:40.901523+0000 mgr.trial012.zwgxqc (mgr.14164) 7 : audit [DBG] from='client.14168 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2026-02-23T07:05:42.102 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph: stdout SSL certificate updated 2026-02-23T07:05:42.354 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph: stdout SSL certificate key updated 2026-02-23T07:05:42.355 INFO:teuthology.orchestra.run.trial012.stdout:Creating initial admin user... 2026-02-23T07:05:42.807 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph: stdout {"username": "admin", "password": "$2b$12$rLUpcwPzJq.lrdhgVJ47.Ox5Wx56pwMvYiSC4PexQ7nuVj4wniWsa", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1771830342, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2026-02-23T07:05:42.807 INFO:teuthology.orchestra.run.trial012.stdout:Fetching dashboard port number... 2026-02-23T07:05:43.040 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:42 trial012 bash[11083]: audit 2026-02-23T07:05:41.158135+0000 mgr.trial012.zwgxqc (mgr.14164) 8 : audit [DBG] from='client.14176 -' entity='client.admin' cmd=[{"prefix": "orch certmgr generate-certificates", "module_name": "dashboard", "target": ["mon-mgr", ""]}]: dispatch 2026-02-23T07:05:43.040 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:42 trial012 bash[11083]: audit 2026-02-23T07:05:41.158135+0000 mgr.trial012.zwgxqc (mgr.14164) 8 : audit [DBG] from='client.14176 -' entity='client.admin' cmd=[{"prefix": "orch certmgr generate-certificates", "module_name": "dashboard", "target": ["mon-mgr", ""]}]: dispatch 2026-02-23T07:05:43.040 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:42 trial012 bash[11083]: cluster 2026-02-23T07:05:41.946773+0000 mon.trial012 (mon.0) 99 : cluster [DBG] mgrmap e12: trial012.zwgxqc(active, since 2s) 2026-02-23T07:05:43.040 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:42 trial012 bash[11083]: cluster 2026-02-23T07:05:41.946773+0000 mon.trial012 (mon.0) 99 : cluster [DBG] mgrmap e12: trial012.zwgxqc(active, since 2s) 2026-02-23T07:05:43.040 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:42 trial012 bash[11083]: audit 2026-02-23T07:05:42.068249+0000 mgr.trial012.zwgxqc (mgr.14164) 9 : audit [DBG] from='client.14178 -' entity='client.admin' cmd=[{"prefix": "dashboard set-ssl-certificate", "target": ["mon-mgr", ""]}]: dispatch 2026-02-23T07:05:43.041 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:42 trial012 bash[11083]: audit 2026-02-23T07:05:42.068249+0000 mgr.trial012.zwgxqc (mgr.14164) 9 : audit [DBG] from='client.14178 -' entity='client.admin' cmd=[{"prefix": "dashboard set-ssl-certificate", "target": ["mon-mgr", ""]}]: dispatch 2026-02-23T07:05:43.041 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:42 trial012 bash[11083]: audit 2026-02-23T07:05:42.070383+0000 mon.trial012 (mon.0) 100 : audit [INF] from='mgr.14164 10.20.193.12:0/1732475043' entity='mgr.trial012.zwgxqc' 2026-02-23T07:05:43.041 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:42 trial012 bash[11083]: audit 2026-02-23T07:05:42.070383+0000 mon.trial012 (mon.0) 100 : audit [INF] from='mgr.14164 10.20.193.12:0/1732475043' entity='mgr.trial012.zwgxqc' 2026-02-23T07:05:43.041 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:42 trial012 bash[11083]: audit 2026-02-23T07:05:42.323912+0000 mon.trial012 (mon.0) 101 : audit [INF] from='mgr.14164 10.20.193.12:0/1732475043' entity='mgr.trial012.zwgxqc' 2026-02-23T07:05:43.041 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:42 trial012 bash[11083]: audit 2026-02-23T07:05:42.323912+0000 mon.trial012 (mon.0) 101 : audit [INF] from='mgr.14164 10.20.193.12:0/1732475043' entity='mgr.trial012.zwgxqc' 2026-02-23T07:05:43.041 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:42 trial012 bash[11083]: audit 2026-02-23T07:05:42.771827+0000 mon.trial012 (mon.0) 102 : audit [INF] from='mgr.14164 10.20.193.12:0/1732475043' entity='mgr.trial012.zwgxqc' 2026-02-23T07:05:43.041 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:42 trial012 bash[11083]: audit 2026-02-23T07:05:42.771827+0000 mon.trial012 (mon.0) 102 : audit [INF] from='mgr.14164 10.20.193.12:0/1732475043' entity='mgr.trial012.zwgxqc' 2026-02-23T07:05:43.063 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph: stdout 8443 2026-02-23T07:05:43.064 INFO:teuthology.orchestra.run.trial012.stdout:firewalld does not appear to be present 2026-02-23T07:05:43.064 INFO:teuthology.orchestra.run.trial012.stdout:Not possible to open ports <[8443]>. firewalld.service is not available 2026-02-23T07:05:43.064 INFO:teuthology.orchestra.run.trial012.stdout:Ceph Dashboard is now available at: 2026-02-23T07:05:43.064 INFO:teuthology.orchestra.run.trial012.stdout: 2026-02-23T07:05:43.064 INFO:teuthology.orchestra.run.trial012.stdout: URL: https://trial012:8443/ 2026-02-23T07:05:43.065 INFO:teuthology.orchestra.run.trial012.stdout: User: admin 2026-02-23T07:05:43.065 INFO:teuthology.orchestra.run.trial012.stdout: Password: d0cwayvba7 2026-02-23T07:05:43.065 INFO:teuthology.orchestra.run.trial012.stdout: 2026-02-23T07:05:43.065 INFO:teuthology.orchestra.run.trial012.stdout:Saving cluster configuration to /var/lib/ceph/f752ade8-1085-11f1-b189-d404e6e7d460/config directory 2026-02-23T07:05:43.369 INFO:teuthology.orchestra.run.trial012.stdout:/usr/bin/ceph: stderr set mgr/dashboard/cluster/status 2026-02-23T07:05:43.369 INFO:teuthology.orchestra.run.trial012.stdout:You can access the Ceph CLI as following in case of multi-cluster or non-default config: 2026-02-23T07:05:43.369 INFO:teuthology.orchestra.run.trial012.stdout: 2026-02-23T07:05:43.369 INFO:teuthology.orchestra.run.trial012.stdout: sudo /home/ubuntu/cephtest/cephadm shell --fsid f752ade8-1085-11f1-b189-d404e6e7d460 -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2026-02-23T07:05:43.369 INFO:teuthology.orchestra.run.trial012.stdout: 2026-02-23T07:05:43.369 INFO:teuthology.orchestra.run.trial012.stdout:Or, if you are only running a single cluster on this host: 2026-02-23T07:05:43.369 INFO:teuthology.orchestra.run.trial012.stdout: 2026-02-23T07:05:43.370 INFO:teuthology.orchestra.run.trial012.stdout: sudo /home/ubuntu/cephtest/cephadm shell 2026-02-23T07:05:43.370 INFO:teuthology.orchestra.run.trial012.stdout: 2026-02-23T07:05:43.370 INFO:teuthology.orchestra.run.trial012.stdout:Please consider enabling telemetry to help improve Ceph: 2026-02-23T07:05:43.370 INFO:teuthology.orchestra.run.trial012.stdout: 2026-02-23T07:05:43.370 INFO:teuthology.orchestra.run.trial012.stdout: ceph telemetry on 2026-02-23T07:05:43.370 INFO:teuthology.orchestra.run.trial012.stdout: 2026-02-23T07:05:43.370 INFO:teuthology.orchestra.run.trial012.stdout:For more information see: 2026-02-23T07:05:43.370 INFO:teuthology.orchestra.run.trial012.stdout: 2026-02-23T07:05:43.370 INFO:teuthology.orchestra.run.trial012.stdout: https://docs.ceph.com/en/latest/mgr/telemetry/ 2026-02-23T07:05:43.370 INFO:teuthology.orchestra.run.trial012.stdout: 2026-02-23T07:05:43.370 INFO:teuthology.orchestra.run.trial012.stdout:Bootstrap complete. 2026-02-23T07:05:43.377 INFO:teuthology.orchestra.run.trial012.stdout:systemctl: stdout static 2026-02-23T07:05:43.382 INFO:teuthology.orchestra.run.trial012.stdout:Non-zero exit code 3 from systemctl is-active logrotate 2026-02-23T07:05:43.382 INFO:teuthology.orchestra.run.trial012.stdout:systemctl: stdout inactive 2026-02-23T07:05:43.382 INFO:teuthology.orchestra.run.trial012.stdout:Enabling the logrotate.timer service to perform daily log rotation. 2026-02-23T07:05:43.610 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:43 trial012 systemd[1]: /etc/systemd/system/ceph-f752ade8-1085-11f1-b189-d404e6e7d460@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2026-02-23T07:05:43.638 INFO:tasks.cephadm:Fetching config... 2026-02-23T07:05:43.639 DEBUG:teuthology.orchestra.run.trial012:> set -ex 2026-02-23T07:05:43.639 DEBUG:teuthology.orchestra.run.trial012:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2026-02-23T07:05:43.644 INFO:tasks.cephadm:Fetching client.admin keyring... 2026-02-23T07:05:43.644 DEBUG:teuthology.orchestra.run.trial012:> set -ex 2026-02-23T07:05:43.644 DEBUG:teuthology.orchestra.run.trial012:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2026-02-23T07:05:43.689 INFO:tasks.cephadm:Fetching mon keyring... 2026-02-23T07:05:43.689 DEBUG:teuthology.orchestra.run.trial012:> set -ex 2026-02-23T07:05:43.689 DEBUG:teuthology.orchestra.run.trial012:> sudo dd if=/var/lib/ceph/f752ade8-1085-11f1-b189-d404e6e7d460/mon.trial012/keyring of=/dev/stdout 2026-02-23T07:05:43.741 INFO:tasks.cephadm:Fetching pub ssh key... 2026-02-23T07:05:43.741 DEBUG:teuthology.orchestra.run.trial012:> set -ex 2026-02-23T07:05:43.741 DEBUG:teuthology.orchestra.run.trial012:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2026-02-23T07:05:43.788 INFO:tasks.cephadm:Installing pub ssh key for root users... 2026-02-23T07:05:43.788 DEBUG:teuthology.orchestra.run.trial012:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIKyKy5Av1tXtNjGCNnAx9O74ItXsSbRIavab6rCOVhLj ceph-f752ade8-1085-11f1-b189-d404e6e7d460' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2026-02-23T07:05:43.843 INFO:teuthology.orchestra.run.trial012.stdout:ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIKyKy5Av1tXtNjGCNnAx9O74ItXsSbRIavab6rCOVhLj ceph-f752ade8-1085-11f1-b189-d404e6e7d460 2026-02-23T07:05:43.850 DEBUG:teuthology.orchestra.run.trial123:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIKyKy5Av1tXtNjGCNnAx9O74ItXsSbRIavab6rCOVhLj ceph-f752ade8-1085-11f1-b189-d404e6e7d460' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2026-02-23T07:05:43.866 INFO:teuthology.orchestra.run.trial123.stdout:ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIKyKy5Av1tXtNjGCNnAx9O74ItXsSbRIavab6rCOVhLj ceph-f752ade8-1085-11f1-b189-d404e6e7d460 2026-02-23T07:05:43.872 DEBUG:teuthology.orchestra.run.trial012:> 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 f752ade8-1085-11f1-b189-d404e6e7d460 -- ceph config set mgr mgr/cephadm/allow_ptrace true 2026-02-23T07:05:43.980 INFO:teuthology.orchestra.run.trial012.stderr:Inferring config /var/lib/ceph/f752ade8-1085-11f1-b189-d404e6e7d460/mon.trial012/config 2026-02-23T07:05:44.301 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:43 trial012 bash[11083]: audit 2026-02-23T07:05:42.321674+0000 mgr.trial012.zwgxqc (mgr.14164) 10 : audit [DBG] from='client.14180 -' entity='client.admin' cmd=[{"prefix": "dashboard set-ssl-certificate-key", "target": ["mon-mgr", ""]}]: dispatch 2026-02-23T07:05:44.301 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:43 trial012 bash[11083]: audit 2026-02-23T07:05:42.321674+0000 mgr.trial012.zwgxqc (mgr.14164) 10 : audit [DBG] from='client.14180 -' entity='client.admin' cmd=[{"prefix": "dashboard set-ssl-certificate-key", "target": ["mon-mgr", ""]}]: dispatch 2026-02-23T07:05:44.301 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:43 trial012 bash[11083]: audit 2026-02-23T07:05:42.572690+0000 mgr.trial012.zwgxqc (mgr.14164) 11 : audit [DBG] 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-23T07:05:44.301 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:43 trial012 bash[11083]: audit 2026-02-23T07:05:42.572690+0000 mgr.trial012.zwgxqc (mgr.14164) 11 : audit [DBG] 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-23T07:05:44.301 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:43 trial012 bash[11083]: audit 2026-02-23T07:05:43.031357+0000 mon.trial012 (mon.0) 103 : audit [DBG] from='client.? 10.20.193.12:0/3895661440' entity='client.admin' cmd={"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"} : dispatch 2026-02-23T07:05:44.301 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:43 trial012 bash[11083]: audit 2026-02-23T07:05:43.031357+0000 mon.trial012 (mon.0) 103 : audit [DBG] from='client.? 10.20.193.12:0/3895661440' entity='client.admin' cmd={"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"} : dispatch 2026-02-23T07:05:44.302 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:43 trial012 bash[11083]: audit 2026-02-23T07:05:43.338742+0000 mon.trial012 (mon.0) 104 : audit [INF] from='client.? 10.20.193.12:0/528252516' entity='client.admin' 2026-02-23T07:05:44.302 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:43 trial012 bash[11083]: audit 2026-02-23T07:05:43.338742+0000 mon.trial012 (mon.0) 104 : audit [INF] from='client.? 10.20.193.12:0/528252516' entity='client.admin' 2026-02-23T07:05:44.338 INFO:tasks.cephadm:Distributing conf and client.admin keyring to all hosts + 0755 2026-02-23T07:05:44.339 DEBUG:teuthology.orchestra.run.trial012:> 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 f752ade8-1085-11f1-b189-d404e6e7d460 -- ceph orch client-keyring set client.admin '*' --mode 0755 2026-02-23T07:05:44.429 INFO:teuthology.orchestra.run.trial012.stderr:Inferring config /var/lib/ceph/f752ade8-1085-11f1-b189-d404e6e7d460/mon.trial012/config 2026-02-23T07:05:44.794 INFO:tasks.cephadm:Writing (initial) conf and keyring to trial123 2026-02-23T07:05:44.795 DEBUG:teuthology.orchestra.run.trial123:> set -ex 2026-02-23T07:05:44.795 DEBUG:teuthology.orchestra.run.trial123:> dd of=/etc/ceph/ceph.conf 2026-02-23T07:05:44.801 DEBUG:teuthology.orchestra.run.trial123:> set -ex 2026-02-23T07:05:44.801 DEBUG:teuthology.orchestra.run.trial123:> dd of=/etc/ceph/ceph.client.admin.keyring 2026-02-23T07:05:44.847 INFO:tasks.cephadm:Adding host trial123 to orchestrator... 2026-02-23T07:05:44.847 DEBUG:teuthology.orchestra.run.trial012:> 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 f752ade8-1085-11f1-b189-d404e6e7d460 -- ceph orch host add trial123 2026-02-23T07:05:44.932 INFO:teuthology.orchestra.run.trial012.stderr:Inferring config /var/lib/ceph/f752ade8-1085-11f1-b189-d404e6e7d460/mon.trial012/config 2026-02-23T07:05:45.610 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:45 trial012 bash[11083]: audit 2026-02-23T07:05:44.293673+0000 mon.trial012 (mon.0) 105 : audit [INF] from='client.? 10.20.193.12:0/1758972986' entity='client.admin' 2026-02-23T07:05:45.610 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:45 trial012 bash[11083]: audit 2026-02-23T07:05:44.293673+0000 mon.trial012 (mon.0) 105 : audit [INF] from='client.? 10.20.193.12:0/1758972986' entity='client.admin' 2026-02-23T07:05:45.611 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:45 trial012 bash[11083]: audit 2026-02-23T07:05:44.743731+0000 mgr.trial012.zwgxqc (mgr.14164) 12 : audit [DBG] from='client.14190 -' entity='client.admin' cmd=[{"prefix": "orch client-keyring set", "entity": "client.admin", "placement": "*", "mode": "0755", "target": ["mon-mgr", ""]}]: dispatch 2026-02-23T07:05:45.611 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:45 trial012 bash[11083]: audit 2026-02-23T07:05:44.743731+0000 mgr.trial012.zwgxqc (mgr.14164) 12 : audit [DBG] from='client.14190 -' entity='client.admin' cmd=[{"prefix": "orch client-keyring set", "entity": "client.admin", "placement": "*", "mode": "0755", "target": ["mon-mgr", ""]}]: dispatch 2026-02-23T07:05:45.611 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:45 trial012 bash[11083]: audit 2026-02-23T07:05:44.746307+0000 mon.trial012 (mon.0) 106 : audit [INF] from='mgr.14164 10.20.193.12:0/1732475043' entity='mgr.trial012.zwgxqc' 2026-02-23T07:05:45.611 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:45 trial012 bash[11083]: audit 2026-02-23T07:05:44.746307+0000 mon.trial012 (mon.0) 106 : audit [INF] from='mgr.14164 10.20.193.12:0/1732475043' entity='mgr.trial012.zwgxqc' 2026-02-23T07:05:45.611 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:45 trial012 bash[11083]: audit 2026-02-23T07:05:45.121384+0000 mon.trial012 (mon.0) 107 : audit [INF] from='mgr.14164 10.20.193.12:0/1732475043' entity='mgr.trial012.zwgxqc' 2026-02-23T07:05:45.611 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:45 trial012 bash[11083]: audit 2026-02-23T07:05:45.121384+0000 mon.trial012 (mon.0) 107 : audit [INF] from='mgr.14164 10.20.193.12:0/1732475043' entity='mgr.trial012.zwgxqc' 2026-02-23T07:05:47.110 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:46 trial012 bash[11083]: audit 2026-02-23T07:05:45.304193+0000 mgr.trial012.zwgxqc (mgr.14164) 13 : audit [DBG] from='client.14192 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "trial123", "target": ["mon-mgr", ""]}]: dispatch 2026-02-23T07:05:47.110 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:46 trial012 bash[11083]: audit 2026-02-23T07:05:45.304193+0000 mgr.trial012.zwgxqc (mgr.14164) 13 : audit [DBG] from='client.14192 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "trial123", "target": ["mon-mgr", ""]}]: dispatch 2026-02-23T07:05:47.110 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:46 trial012 bash[11083]: cephadm 2026-02-23T07:05:45.648654+0000 mgr.trial012.zwgxqc (mgr.14164) 14 : cephadm [INF] Deploying cephadm binary to trial123 2026-02-23T07:05:47.110 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:46 trial012 bash[11083]: cephadm 2026-02-23T07:05:45.648654+0000 mgr.trial012.zwgxqc (mgr.14164) 14 : cephadm [INF] Deploying cephadm binary to trial123 2026-02-23T07:05:47.110 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:46 trial012 bash[11083]: audit 2026-02-23T07:05:45.737507+0000 mon.trial012 (mon.0) 108 : audit [INF] from='mgr.14164 10.20.193.12:0/1732475043' entity='mgr.trial012.zwgxqc' 2026-02-23T07:05:47.111 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:46 trial012 bash[11083]: audit 2026-02-23T07:05:45.737507+0000 mon.trial012 (mon.0) 108 : audit [INF] from='mgr.14164 10.20.193.12:0/1732475043' entity='mgr.trial012.zwgxqc' 2026-02-23T07:05:47.135 INFO:teuthology.orchestra.run.trial012.stdout:Added host 'trial123' with addr '10.20.193.123' 2026-02-23T07:05:47.185 DEBUG:teuthology.orchestra.run.trial012:> 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 f752ade8-1085-11f1-b189-d404e6e7d460 -- ceph orch host ls --format=json 2026-02-23T07:05:47.271 INFO:teuthology.orchestra.run.trial012.stderr:Inferring config /var/lib/ceph/f752ade8-1085-11f1-b189-d404e6e7d460/mon.trial012/config 2026-02-23T07:05:47.662 INFO:teuthology.orchestra.run.trial012.stdout: 2026-02-23T07:05:47.662 INFO:teuthology.orchestra.run.trial012.stdout:[{"addr": "10.20.193.12", "hostname": "trial012", "labels": [], "status": ""}, {"addr": "10.20.193.123", "hostname": "trial123", "labels": [], "status": ""}] 2026-02-23T07:05:47.707 DEBUG:teuthology.orchestra.run.trial012:> 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 f752ade8-1085-11f1-b189-d404e6e7d460 -- ceph config-key ls 2026-02-23T07:05:47.797 INFO:teuthology.orchestra.run.trial012.stderr:Inferring config /var/lib/ceph/f752ade8-1085-11f1-b189-d404e6e7d460/mon.trial012/config 2026-02-23T07:05:47.929 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:47 trial012 bash[11083]: cluster 2026-02-23T07:05:46.739238+0000 mon.trial012 (mon.0) 109 : cluster [DBG] mgrmap e13: trial012.zwgxqc(active, since 6s) 2026-02-23T07:05:47.929 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:47 trial012 bash[11083]: cluster 2026-02-23T07:05:46.739238+0000 mon.trial012 (mon.0) 109 : cluster [DBG] mgrmap e13: trial012.zwgxqc(active, since 6s) 2026-02-23T07:05:47.929 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:47 trial012 bash[11083]: audit 2026-02-23T07:05:47.134900+0000 mon.trial012 (mon.0) 110 : audit [INF] from='mgr.14164 10.20.193.12:0/1732475043' entity='mgr.trial012.zwgxqc' 2026-02-23T07:05:47.929 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:47 trial012 bash[11083]: audit 2026-02-23T07:05:47.134900+0000 mon.trial012 (mon.0) 110 : audit [INF] from='mgr.14164 10.20.193.12:0/1732475043' entity='mgr.trial012.zwgxqc' 2026-02-23T07:05:47.929 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:47 trial012 bash[11083]: audit 2026-02-23T07:05:47.454710+0000 mon.trial012 (mon.0) 111 : audit [INF] from='mgr.14164 10.20.193.12:0/1732475043' entity='mgr.trial012.zwgxqc' 2026-02-23T07:05:47.929 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:47 trial012 bash[11083]: audit 2026-02-23T07:05:47.454710+0000 mon.trial012 (mon.0) 111 : audit [INF] from='mgr.14164 10.20.193.12:0/1732475043' entity='mgr.trial012.zwgxqc' 2026-02-23T07:05:47.929 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:47 trial012 bash[11083]: audit 2026-02-23T07:05:47.456598+0000 mon.trial012 (mon.0) 112 : audit [INF] from='mgr.14164 10.20.193.12:0/1732475043' entity='mgr.trial012.zwgxqc' 2026-02-23T07:05:47.929 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:47 trial012 bash[11083]: audit 2026-02-23T07:05:47.456598+0000 mon.trial012 (mon.0) 112 : audit [INF] from='mgr.14164 10.20.193.12:0/1732475043' entity='mgr.trial012.zwgxqc' 2026-02-23T07:05:47.929 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:47 trial012 bash[11083]: audit 2026-02-23T07:05:47.457220+0000 mon.trial012 (mon.0) 113 : audit [INF] from='mgr.14164 10.20.193.12:0/1732475043' entity='mgr.trial012.zwgxqc' cmd={"prefix": "config rm", "who": "osd/host:trial012", "name": "osd_memory_target"} : dispatch 2026-02-23T07:05:47.930 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:47 trial012 bash[11083]: audit 2026-02-23T07:05:47.457220+0000 mon.trial012 (mon.0) 113 : audit [INF] from='mgr.14164 10.20.193.12:0/1732475043' entity='mgr.trial012.zwgxqc' cmd={"prefix": "config rm", "who": "osd/host:trial012", "name": "osd_memory_target"} : dispatch 2026-02-23T07:05:47.930 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:47 trial012 bash[11083]: audit 2026-02-23T07:05:47.458127+0000 mon.trial012 (mon.0) 114 : audit [DBG] from='mgr.14164 10.20.193.12:0/1732475043' entity='mgr.trial012.zwgxqc' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-23T07:05:47.930 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:47 trial012 bash[11083]: audit 2026-02-23T07:05:47.458127+0000 mon.trial012 (mon.0) 114 : audit [DBG] from='mgr.14164 10.20.193.12:0/1732475043' entity='mgr.trial012.zwgxqc' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-23T07:05:47.930 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:47 trial012 bash[11083]: audit 2026-02-23T07:05:47.458618+0000 mon.trial012 (mon.0) 115 : audit [INF] from='mgr.14164 10.20.193.12:0/1732475043' entity='mgr.trial012.zwgxqc' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-23T07:05:47.930 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:47 trial012 bash[11083]: audit 2026-02-23T07:05:47.458618+0000 mon.trial012 (mon.0) 115 : audit [INF] from='mgr.14164 10.20.193.12:0/1732475043' entity='mgr.trial012.zwgxqc' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-23T07:05:48.167 INFO:teuthology.orchestra.run.trial012.stdout:[ 2026-02-23T07:05:48.167 INFO:teuthology.orchestra.run.trial012.stdout: "config-history/2/", 2026-02-23T07:05:48.167 INFO:teuthology.orchestra.run.trial012.stdout: "config-history/2/+client.rgw/rgw_cache_enabled", 2026-02-23T07:05:48.167 INFO:teuthology.orchestra.run.trial012.stdout: "config-history/2/+client.rgw/rgw_enable_ops_log", 2026-02-23T07:05:48.168 INFO:teuthology.orchestra.run.trial012.stdout: "config-history/2/+client.rgw/rgw_enable_usage_log", 2026-02-23T07:05:48.168 INFO:teuthology.orchestra.run.trial012.stdout: "config-history/2/+global/auth_debug", 2026-02-23T07:05:48.168 INFO:teuthology.orchestra.run.trial012.stdout: "config-history/2/+global/container_image", 2026-02-23T07:05:48.168 INFO:teuthology.orchestra.run.trial012.stdout: "config-history/2/+global/debug_asserts_on_shutdown", 2026-02-23T07:05:48.168 INFO:teuthology.orchestra.run.trial012.stdout: "config-history/2/+global/log_to_file", 2026-02-23T07:05:48.168 INFO:teuthology.orchestra.run.trial012.stdout: "config-history/2/+global/log_to_journald", 2026-02-23T07:05:48.168 INFO:teuthology.orchestra.run.trial012.stdout: "config-history/2/+global/log_to_stderr", 2026-02-23T07:05:48.168 INFO:teuthology.orchestra.run.trial012.stdout: "config-history/2/+global/mon_allow_pool_delete", 2026-02-23T07:05:48.168 INFO:teuthology.orchestra.run.trial012.stdout: "config-history/2/+global/mon_clock_drift_allowed", 2026-02-23T07:05:48.168 INFO:teuthology.orchestra.run.trial012.stdout: "config-history/2/+global/mon_cluster_log_to_file", 2026-02-23T07:05:48.168 INFO:teuthology.orchestra.run.trial012.stdout: "config-history/2/+global/mon_max_pg_per_osd", 2026-02-23T07:05:48.169 INFO:teuthology.orchestra.run.trial012.stdout: "config-history/2/+global/mon_pg_warn_max_object_skew", 2026-02-23T07:05:48.169 INFO:teuthology.orchestra.run.trial012.stdout: "config-history/2/+global/mon_warn_on_crush_straw_calc_version_zero", 2026-02-23T07:05:48.169 INFO:teuthology.orchestra.run.trial012.stdout: "config-history/2/+global/mon_warn_on_legacy_crush_tunables", 2026-02-23T07:05:48.169 INFO:teuthology.orchestra.run.trial012.stdout: "config-history/2/+global/mon_warn_on_osd_down_out_interval_zero", 2026-02-23T07:05:48.169 INFO:teuthology.orchestra.run.trial012.stdout: "config-history/2/+global/mon_warn_on_pool_pg_num_not_power_of_two", 2026-02-23T07:05:48.169 INFO:teuthology.orchestra.run.trial012.stdout: "config-history/2/+global/mon_warn_on_too_few_osds", 2026-02-23T07:05:48.169 INFO:teuthology.orchestra.run.trial012.stdout: "config-history/2/+global/ms_die_on_bug", 2026-02-23T07:05:48.169 INFO:teuthology.orchestra.run.trial012.stdout: "config-history/2/+global/ms_die_on_old_message", 2026-02-23T07:05:48.169 INFO:teuthology.orchestra.run.trial012.stdout: "config-history/2/+global/osd_pool_default_erasure_code_profile", 2026-02-23T07:05:48.169 INFO:teuthology.orchestra.run.trial012.stdout: "config-history/2/+global/osd_pool_default_pg_autoscale_mode", 2026-02-23T07:05:48.169 INFO:teuthology.orchestra.run.trial012.stdout: "config-history/2/+mgr/debug_mgr", 2026-02-23T07:05:48.169 INFO:teuthology.orchestra.run.trial012.stdout: "config-history/2/+mgr/debug_ms", 2026-02-23T07:05:48.170 INFO:teuthology.orchestra.run.trial012.stdout: "config-history/2/+mgr/mon_reweight_min_bytes_per_osd", 2026-02-23T07:05:48.170 INFO:teuthology.orchestra.run.trial012.stdout: "config-history/2/+mgr/mon_reweight_min_pgs_per_osd", 2026-02-23T07:05:48.170 INFO:teuthology.orchestra.run.trial012.stdout: "config-history/2/+mon/auth_allow_insecure_global_id_reclaim", 2026-02-23T07:05:48.170 INFO:teuthology.orchestra.run.trial012.stdout: "config-history/2/+mon/auth_mon_ticket_ttl", 2026-02-23T07:05:48.170 INFO:teuthology.orchestra.run.trial012.stdout: "config-history/2/+mon/auth_service_ticket_ttl", 2026-02-23T07:05:48.170 INFO:teuthology.orchestra.run.trial012.stdout: "config-history/2/+mon/debug_mon", 2026-02-23T07:05:48.170 INFO:teuthology.orchestra.run.trial012.stdout: "config-history/2/+mon/debug_ms", 2026-02-23T07:05:48.170 INFO:teuthology.orchestra.run.trial012.stdout: "config-history/2/+mon/debug_paxos", 2026-02-23T07:05:48.170 INFO:teuthology.orchestra.run.trial012.stdout: "config-history/2/+mon/mon_data_avail_warn", 2026-02-23T07:05:48.170 INFO:teuthology.orchestra.run.trial012.stdout: "config-history/2/+mon/mon_mgr_mkfs_grace", 2026-02-23T07:05:48.170 INFO:teuthology.orchestra.run.trial012.stdout: "config-history/2/+mon/mon_osd_prime_pg_temp", 2026-02-23T07:05:48.170 INFO:teuthology.orchestra.run.trial012.stdout: "config-history/2/+mon/mon_osd_reporter_subtree_level", 2026-02-23T07:05:48.170 INFO:teuthology.orchestra.run.trial012.stdout: "config-history/2/+mon/mon_reweight_min_bytes_per_osd", 2026-02-23T07:05:48.171 INFO:teuthology.orchestra.run.trial012.stdout: "config-history/2/+mon/mon_reweight_min_pgs_per_osd", 2026-02-23T07:05:48.171 INFO:teuthology.orchestra.run.trial012.stdout: "config-history/2/+mon/mon_warn_on_insecure_global_id_reclaim", 2026-02-23T07:05:48.171 INFO:teuthology.orchestra.run.trial012.stdout: "config-history/2/+mon/mon_warn_on_insecure_global_id_reclaim_allowed", 2026-02-23T07:05:48.171 INFO:teuthology.orchestra.run.trial012.stdout: "config-history/2/+osd/bdev_debug_aio", 2026-02-23T07:05:48.171 INFO:teuthology.orchestra.run.trial012.stdout: "config-history/2/+osd/debug_ms", 2026-02-23T07:05:48.171 INFO:teuthology.orchestra.run.trial012.stdout: "config-history/2/+osd/debug_osd", 2026-02-23T07:05:48.171 INFO:teuthology.orchestra.run.trial012.stdout: "config-history/2/+osd/osd_debug_misdirected_ops", 2026-02-23T07:05:48.171 INFO:teuthology.orchestra.run.trial012.stdout: "config-history/2/+osd/osd_debug_op_order", 2026-02-23T07:05:48.171 INFO:teuthology.orchestra.run.trial012.stdout: "config-history/2/+osd/osd_debug_pg_log_writeout", 2026-02-23T07:05:48.171 INFO:teuthology.orchestra.run.trial012.stdout: "config-history/2/+osd/osd_debug_shutdown", 2026-02-23T07:05:48.171 INFO:teuthology.orchestra.run.trial012.stdout: "config-history/2/+osd/osd_debug_verify_cached_snaps", 2026-02-23T07:05:48.171 INFO:teuthology.orchestra.run.trial012.stdout: "config-history/2/+osd/osd_debug_verify_missing_on_start", 2026-02-23T07:05:48.171 INFO:teuthology.orchestra.run.trial012.stdout: "config-history/2/+osd/osd_debug_verify_stray_on_activate", 2026-02-23T07:05:48.172 INFO:teuthology.orchestra.run.trial012.stdout: "config-history/2/+osd/osd_deep_scrub_update_digest_min_age", 2026-02-23T07:05:48.172 INFO:teuthology.orchestra.run.trial012.stdout: "config-history/2/+osd/osd_mclock_profile", 2026-02-23T07:05:48.172 INFO:teuthology.orchestra.run.trial012.stdout: "config-history/2/+osd/osd_mclock_skip_benchmark", 2026-02-23T07:05:48.172 INFO:teuthology.orchestra.run.trial012.stdout: "config-history/2/+osd/osd_memory_target_autotune", 2026-02-23T07:05:48.172 INFO:teuthology.orchestra.run.trial012.stdout: "config-history/2/+osd/osd_op_queue", 2026-02-23T07:05:48.172 INFO:teuthology.orchestra.run.trial012.stdout: "config-history/2/+osd/osd_op_queue_cut_off", 2026-02-23T07:05:48.172 INFO:teuthology.orchestra.run.trial012.stdout: "config-history/2/+osd/osd_recover_clone_overlap", 2026-02-23T07:05:48.172 INFO:teuthology.orchestra.run.trial012.stdout: "config-history/2/+osd/osd_recovery_max_chunk", 2026-02-23T07:05:48.172 INFO:teuthology.orchestra.run.trial012.stdout: "config-history/2/+osd/osd_scrub_load_threshold", 2026-02-23T07:05:48.172 INFO:teuthology.orchestra.run.trial012.stdout: "config-history/2/+osd/osd_scrub_max_interval", 2026-02-23T07:05:48.172 INFO:teuthology.orchestra.run.trial012.stdout: "config-history/2/+osd/osd_shutdown_pgref_assert", 2026-02-23T07:05:48.172 INFO:teuthology.orchestra.run.trial012.stdout: "config-history/3/", 2026-02-23T07:05:48.172 INFO:teuthology.orchestra.run.trial012.stdout: "config-history/3/+global/public_network", 2026-02-23T07:05:48.173 INFO:teuthology.orchestra.run.trial012.stdout: "config-history/4/", 2026-02-23T07:05:48.173 INFO:teuthology.orchestra.run.trial012.stdout: "config-history/4/+mgr/mgr/cephadm/migration_current", 2026-02-23T07:05:48.173 INFO:teuthology.orchestra.run.trial012.stdout: "config-history/5/", 2026-02-23T07:05:48.173 INFO:teuthology.orchestra.run.trial012.stdout: "config-history/5/+mgr/mgr/orchestrator/orchestrator", 2026-02-23T07:05:48.173 INFO:teuthology.orchestra.run.trial012.stdout: "config-history/6/", 2026-02-23T07:05:48.173 INFO:teuthology.orchestra.run.trial012.stdout: "config-history/6/+global/container_image", 2026-02-23T07:05:48.173 INFO:teuthology.orchestra.run.trial012.stdout: "config-history/6/-global/container_image", 2026-02-23T07:05:48.173 INFO:teuthology.orchestra.run.trial012.stdout: "config-history/7/", 2026-02-23T07:05:48.173 INFO:teuthology.orchestra.run.trial012.stdout: "config-history/7/+mgr/mgr/cephadm/container_init", 2026-02-23T07:05:48.173 INFO:teuthology.orchestra.run.trial012.stdout: "config-history/8/", 2026-02-23T07:05:48.173 INFO:teuthology.orchestra.run.trial012.stdout: "config-history/8/+mgr/mgr/dashboard/ssl_server_port", 2026-02-23T07:05:48.173 INFO:teuthology.orchestra.run.trial012.stdout: "config-history/9/", 2026-02-23T07:05:48.174 INFO:teuthology.orchestra.run.trial012.stdout: "config-history/9/+mgr/mgr/cephadm/allow_ptrace", 2026-02-23T07:05:48.174 INFO:teuthology.orchestra.run.trial012.stdout: "config/client.rgw/rgw_cache_enabled", 2026-02-23T07:05:48.174 INFO:teuthology.orchestra.run.trial012.stdout: "config/client.rgw/rgw_enable_ops_log", 2026-02-23T07:05:48.174 INFO:teuthology.orchestra.run.trial012.stdout: "config/client.rgw/rgw_enable_usage_log", 2026-02-23T07:05:48.174 INFO:teuthology.orchestra.run.trial012.stdout: "config/global/auth_debug", 2026-02-23T07:05:48.174 INFO:teuthology.orchestra.run.trial012.stdout: "config/global/container_image", 2026-02-23T07:05:48.174 INFO:teuthology.orchestra.run.trial012.stdout: "config/global/debug_asserts_on_shutdown", 2026-02-23T07:05:48.174 INFO:teuthology.orchestra.run.trial012.stdout: "config/global/log_to_file", 2026-02-23T07:05:48.174 INFO:teuthology.orchestra.run.trial012.stdout: "config/global/log_to_journald", 2026-02-23T07:05:48.174 INFO:teuthology.orchestra.run.trial012.stdout: "config/global/log_to_stderr", 2026-02-23T07:05:48.174 INFO:teuthology.orchestra.run.trial012.stdout: "config/global/mon_allow_pool_delete", 2026-02-23T07:05:48.174 INFO:teuthology.orchestra.run.trial012.stdout: "config/global/mon_clock_drift_allowed", 2026-02-23T07:05:48.174 INFO:teuthology.orchestra.run.trial012.stdout: "config/global/mon_cluster_log_to_file", 2026-02-23T07:05:48.175 INFO:teuthology.orchestra.run.trial012.stdout: "config/global/mon_max_pg_per_osd", 2026-02-23T07:05:48.175 INFO:teuthology.orchestra.run.trial012.stdout: "config/global/mon_pg_warn_max_object_skew", 2026-02-23T07:05:48.175 INFO:teuthology.orchestra.run.trial012.stdout: "config/global/mon_warn_on_crush_straw_calc_version_zero", 2026-02-23T07:05:48.175 INFO:teuthology.orchestra.run.trial012.stdout: "config/global/mon_warn_on_legacy_crush_tunables", 2026-02-23T07:05:48.175 INFO:teuthology.orchestra.run.trial012.stdout: "config/global/mon_warn_on_osd_down_out_interval_zero", 2026-02-23T07:05:48.175 INFO:teuthology.orchestra.run.trial012.stdout: "config/global/mon_warn_on_pool_pg_num_not_power_of_two", 2026-02-23T07:05:48.175 INFO:teuthology.orchestra.run.trial012.stdout: "config/global/mon_warn_on_too_few_osds", 2026-02-23T07:05:48.175 INFO:teuthology.orchestra.run.trial012.stdout: "config/global/ms_die_on_bug", 2026-02-23T07:05:48.175 INFO:teuthology.orchestra.run.trial012.stdout: "config/global/ms_die_on_old_message", 2026-02-23T07:05:48.175 INFO:teuthology.orchestra.run.trial012.stdout: "config/global/osd_pool_default_erasure_code_profile", 2026-02-23T07:05:48.175 INFO:teuthology.orchestra.run.trial012.stdout: "config/global/osd_pool_default_pg_autoscale_mode", 2026-02-23T07:05:48.175 INFO:teuthology.orchestra.run.trial012.stdout: "config/global/public_network", 2026-02-23T07:05:48.175 INFO:teuthology.orchestra.run.trial012.stdout: "config/mgr/debug_mgr", 2026-02-23T07:05:48.176 INFO:teuthology.orchestra.run.trial012.stdout: "config/mgr/debug_ms", 2026-02-23T07:05:48.176 INFO:teuthology.orchestra.run.trial012.stdout: "config/mgr/mgr/cephadm/allow_ptrace", 2026-02-23T07:05:48.176 INFO:teuthology.orchestra.run.trial012.stdout: "config/mgr/mgr/cephadm/container_init", 2026-02-23T07:05:48.176 INFO:teuthology.orchestra.run.trial012.stdout: "config/mgr/mgr/cephadm/migration_current", 2026-02-23T07:05:48.176 INFO:teuthology.orchestra.run.trial012.stdout: "config/mgr/mgr/dashboard/ssl_server_port", 2026-02-23T07:05:48.176 INFO:teuthology.orchestra.run.trial012.stdout: "config/mgr/mgr/orchestrator/orchestrator", 2026-02-23T07:05:48.176 INFO:teuthology.orchestra.run.trial012.stdout: "config/mgr/mon_reweight_min_bytes_per_osd", 2026-02-23T07:05:48.176 INFO:teuthology.orchestra.run.trial012.stdout: "config/mgr/mon_reweight_min_pgs_per_osd", 2026-02-23T07:05:48.176 INFO:teuthology.orchestra.run.trial012.stdout: "config/mon/auth_allow_insecure_global_id_reclaim", 2026-02-23T07:05:48.176 INFO:teuthology.orchestra.run.trial012.stdout: "config/mon/auth_mon_ticket_ttl", 2026-02-23T07:05:48.176 INFO:teuthology.orchestra.run.trial012.stdout: "config/mon/auth_service_ticket_ttl", 2026-02-23T07:05:48.176 INFO:teuthology.orchestra.run.trial012.stdout: "config/mon/debug_mon", 2026-02-23T07:05:48.176 INFO:teuthology.orchestra.run.trial012.stdout: "config/mon/debug_ms", 2026-02-23T07:05:48.177 INFO:teuthology.orchestra.run.trial012.stdout: "config/mon/debug_paxos", 2026-02-23T07:05:48.177 INFO:teuthology.orchestra.run.trial012.stdout: "config/mon/mon_data_avail_warn", 2026-02-23T07:05:48.177 INFO:teuthology.orchestra.run.trial012.stdout: "config/mon/mon_mgr_mkfs_grace", 2026-02-23T07:05:48.177 INFO:teuthology.orchestra.run.trial012.stdout: "config/mon/mon_osd_prime_pg_temp", 2026-02-23T07:05:48.177 INFO:teuthology.orchestra.run.trial012.stdout: "config/mon/mon_osd_reporter_subtree_level", 2026-02-23T07:05:48.177 INFO:teuthology.orchestra.run.trial012.stdout: "config/mon/mon_reweight_min_bytes_per_osd", 2026-02-23T07:05:48.177 INFO:teuthology.orchestra.run.trial012.stdout: "config/mon/mon_reweight_min_pgs_per_osd", 2026-02-23T07:05:48.177 INFO:teuthology.orchestra.run.trial012.stdout: "config/mon/mon_warn_on_insecure_global_id_reclaim", 2026-02-23T07:05:48.177 INFO:teuthology.orchestra.run.trial012.stdout: "config/mon/mon_warn_on_insecure_global_id_reclaim_allowed", 2026-02-23T07:05:48.177 INFO:teuthology.orchestra.run.trial012.stdout: "config/osd/bdev_debug_aio", 2026-02-23T07:05:48.177 INFO:teuthology.orchestra.run.trial012.stdout: "config/osd/debug_ms", 2026-02-23T07:05:48.177 INFO:teuthology.orchestra.run.trial012.stdout: "config/osd/debug_osd", 2026-02-23T07:05:48.177 INFO:teuthology.orchestra.run.trial012.stdout: "config/osd/osd_debug_misdirected_ops", 2026-02-23T07:05:48.178 INFO:teuthology.orchestra.run.trial012.stdout: "config/osd/osd_debug_op_order", 2026-02-23T07:05:48.178 INFO:teuthology.orchestra.run.trial012.stdout: "config/osd/osd_debug_pg_log_writeout", 2026-02-23T07:05:48.178 INFO:teuthology.orchestra.run.trial012.stdout: "config/osd/osd_debug_shutdown", 2026-02-23T07:05:48.178 INFO:teuthology.orchestra.run.trial012.stdout: "config/osd/osd_debug_verify_cached_snaps", 2026-02-23T07:05:48.178 INFO:teuthology.orchestra.run.trial012.stdout: "config/osd/osd_debug_verify_missing_on_start", 2026-02-23T07:05:48.178 INFO:teuthology.orchestra.run.trial012.stdout: "config/osd/osd_debug_verify_stray_on_activate", 2026-02-23T07:05:48.178 INFO:teuthology.orchestra.run.trial012.stdout: "config/osd/osd_deep_scrub_update_digest_min_age", 2026-02-23T07:05:48.178 INFO:teuthology.orchestra.run.trial012.stdout: "config/osd/osd_mclock_profile", 2026-02-23T07:05:48.178 INFO:teuthology.orchestra.run.trial012.stdout: "config/osd/osd_mclock_skip_benchmark", 2026-02-23T07:05:48.178 INFO:teuthology.orchestra.run.trial012.stdout: "config/osd/osd_memory_target_autotune", 2026-02-23T07:05:48.178 INFO:teuthology.orchestra.run.trial012.stdout: "config/osd/osd_op_queue", 2026-02-23T07:05:48.178 INFO:teuthology.orchestra.run.trial012.stdout: "config/osd/osd_op_queue_cut_off", 2026-02-23T07:05:48.178 INFO:teuthology.orchestra.run.trial012.stdout: "config/osd/osd_recover_clone_overlap", 2026-02-23T07:05:48.179 INFO:teuthology.orchestra.run.trial012.stdout: "config/osd/osd_recovery_max_chunk", 2026-02-23T07:05:48.179 INFO:teuthology.orchestra.run.trial012.stdout: "config/osd/osd_scrub_load_threshold", 2026-02-23T07:05:48.179 INFO:teuthology.orchestra.run.trial012.stdout: "config/osd/osd_scrub_max_interval", 2026-02-23T07:05:48.179 INFO:teuthology.orchestra.run.trial012.stdout: "config/osd/osd_shutdown_pgref_assert", 2026-02-23T07:05:48.179 INFO:teuthology.orchestra.run.trial012.stdout: "mgr/cephadm/cert_store.cert.cephadm-signed_agent_cert", 2026-02-23T07:05:48.179 INFO:teuthology.orchestra.run.trial012.stdout: "mgr/cephadm/cert_store.cert.cephadm_root_ca_cert", 2026-02-23T07:05:48.179 INFO:teuthology.orchestra.run.trial012.stdout: "mgr/cephadm/cert_store.key.cephadm-signed_agent_key", 2026-02-23T07:05:48.179 INFO:teuthology.orchestra.run.trial012.stdout: "mgr/cephadm/cert_store.key.cephadm_root_ca_key", 2026-02-23T07:05:48.179 INFO:teuthology.orchestra.run.trial012.stdout: "mgr/cephadm/client_keyrings", 2026-02-23T07:05:48.179 INFO:teuthology.orchestra.run.trial012.stdout: "mgr/cephadm/config_checks", 2026-02-23T07:05:48.179 INFO:teuthology.orchestra.run.trial012.stdout: "mgr/cephadm/host.trial012", 2026-02-23T07:05:48.179 INFO:teuthology.orchestra.run.trial012.stdout: "mgr/cephadm/host.trial012.devices.0", 2026-02-23T07:05:48.179 INFO:teuthology.orchestra.run.trial012.stdout: "mgr/cephadm/inventory", 2026-02-23T07:05:48.180 INFO:teuthology.orchestra.run.trial012.stdout: "mgr/cephadm/spec.alertmanager", 2026-02-23T07:05:48.180 INFO:teuthology.orchestra.run.trial012.stdout: "mgr/cephadm/spec.ceph-exporter", 2026-02-23T07:05:48.180 INFO:teuthology.orchestra.run.trial012.stdout: "mgr/cephadm/spec.crash", 2026-02-23T07:05:48.180 INFO:teuthology.orchestra.run.trial012.stdout: "mgr/cephadm/spec.grafana", 2026-02-23T07:05:48.180 INFO:teuthology.orchestra.run.trial012.stdout: "mgr/cephadm/spec.mgr", 2026-02-23T07:05:48.180 INFO:teuthology.orchestra.run.trial012.stdout: "mgr/cephadm/spec.mon", 2026-02-23T07:05:48.180 INFO:teuthology.orchestra.run.trial012.stdout: "mgr/cephadm/spec.node-exporter", 2026-02-23T07:05:48.180 INFO:teuthology.orchestra.run.trial012.stdout: "mgr/cephadm/spec.prometheus", 2026-02-23T07:05:48.180 INFO:teuthology.orchestra.run.trial012.stdout: "mgr/cephadm/ssh_identity_key", 2026-02-23T07:05:48.180 INFO:teuthology.orchestra.run.trial012.stdout: "mgr/cephadm/ssh_identity_pub", 2026-02-23T07:05:48.180 INFO:teuthology.orchestra.run.trial012.stdout: "mgr/dashboard/accessdb_v2", 2026-02-23T07:05:48.180 INFO:teuthology.orchestra.run.trial012.stdout: "mgr/dashboard/cluster/status", 2026-02-23T07:05:48.180 INFO:teuthology.orchestra.run.trial012.stdout: "mgr/dashboard/crt", 2026-02-23T07:05:48.180 INFO:teuthology.orchestra.run.trial012.stdout: "mgr/dashboard/key", 2026-02-23T07:05:48.181 INFO:teuthology.orchestra.run.trial012.stdout: "mgr/telemetry/collection", 2026-02-23T07:05:48.181 INFO:teuthology.orchestra.run.trial012.stdout: "mgr/telemetry/report_id", 2026-02-23T07:05:48.181 INFO:teuthology.orchestra.run.trial012.stdout: "mgr/telemetry/salt" 2026-02-23T07:05:48.181 INFO:teuthology.orchestra.run.trial012.stdout:] 2026-02-23T07:05:48.218 DEBUG:teuthology.orchestra.run.trial012:> 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 f752ade8-1085-11f1-b189-d404e6e7d460 -- ceph config-key get mgr/cephadm/inventory 2026-02-23T07:05:48.302 INFO:teuthology.orchestra.run.trial012.stderr:Inferring config /var/lib/ceph/f752ade8-1085-11f1-b189-d404e6e7d460/mon.trial012/config 2026-02-23T07:05:48.739 INFO:teuthology.orchestra.run.trial012.stdout:{"trial012": {"hostname": "trial012", "addr": "10.20.193.12", "labels": [], "status": ""}, "trial123": {"hostname": "trial123", "addr": "10.20.193.123", "labels": [], "status": ""}} 2026-02-23T07:05:49.110 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:48 trial012 bash[11083]: cephadm 2026-02-23T07:05:47.135227+0000 mgr.trial012.zwgxqc (mgr.14164) 15 : cephadm [INF] Added host trial123 2026-02-23T07:05:49.111 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:48 trial012 bash[11083]: cephadm 2026-02-23T07:05:47.135227+0000 mgr.trial012.zwgxqc (mgr.14164) 15 : cephadm [INF] Added host trial123 2026-02-23T07:05:49.111 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:48 trial012 bash[11083]: cephadm 2026-02-23T07:05:47.459453+0000 mgr.trial012.zwgxqc (mgr.14164) 16 : cephadm [INF] Updating trial012:/etc/ceph/ceph.conf 2026-02-23T07:05:49.111 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:48 trial012 bash[11083]: cephadm 2026-02-23T07:05:47.459453+0000 mgr.trial012.zwgxqc (mgr.14164) 16 : cephadm [INF] Updating trial012:/etc/ceph/ceph.conf 2026-02-23T07:05:49.111 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:48 trial012 bash[11083]: audit 2026-02-23T07:05:47.661547+0000 mgr.trial012.zwgxqc (mgr.14164) 17 : audit [DBG] from='client.14194 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-23T07:05:49.111 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:48 trial012 bash[11083]: audit 2026-02-23T07:05:47.661547+0000 mgr.trial012.zwgxqc (mgr.14164) 17 : audit [DBG] from='client.14194 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-23T07:05:49.112 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:48 trial012 bash[11083]: audit 2026-02-23T07:05:48.166705+0000 mon.trial012 (mon.0) 116 : audit [DBG] from='client.? 10.20.193.12:0/1497644743' entity='client.admin' cmd={"prefix": "config-key ls"} : dispatch 2026-02-23T07:05:49.112 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:48 trial012 bash[11083]: audit 2026-02-23T07:05:48.166705+0000 mon.trial012 (mon.0) 116 : audit [DBG] from='client.? 10.20.193.12:0/1497644743' entity='client.admin' cmd={"prefix": "config-key ls"} : dispatch 2026-02-23T07:05:49.112 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:48 trial012 bash[11083]: audit 2026-02-23T07:05:48.690246+0000 mon.trial012 (mon.0) 117 : audit [DBG] from='client.? 10.20.193.12:0/2896176876' entity='client.admin' cmd={"prefix": "config-key get", "key": "mgr/cephadm/inventory"} : dispatch 2026-02-23T07:05:49.112 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:48 trial012 bash[11083]: audit 2026-02-23T07:05:48.690246+0000 mon.trial012 (mon.0) 117 : audit [DBG] from='client.? 10.20.193.12:0/2896176876' entity='client.admin' cmd={"prefix": "config-key get", "key": "mgr/cephadm/inventory"} : dispatch 2026-02-23T07:05:50.110 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:49 trial012 bash[11083]: cephadm 2026-02-23T07:05:48.906524+0000 mgr.trial012.zwgxqc (mgr.14164) 18 : cephadm [INF] Updating trial012:/var/lib/ceph/f752ade8-1085-11f1-b189-d404e6e7d460/config/ceph.conf 2026-02-23T07:05:50.110 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:49 trial012 bash[11083]: cephadm 2026-02-23T07:05:48.906524+0000 mgr.trial012.zwgxqc (mgr.14164) 18 : cephadm [INF] Updating trial012:/var/lib/ceph/f752ade8-1085-11f1-b189-d404e6e7d460/config/ceph.conf 2026-02-23T07:05:51.610 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:51 trial012 bash[11083]: cephadm 2026-02-23T07:05:50.367897+0000 mgr.trial012.zwgxqc (mgr.14164) 19 : cephadm [INF] Updating trial012:/etc/ceph/ceph.client.admin.keyring 2026-02-23T07:05:51.610 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:51 trial012 bash[11083]: cephadm 2026-02-23T07:05:50.367897+0000 mgr.trial012.zwgxqc (mgr.14164) 19 : cephadm [INF] Updating trial012:/etc/ceph/ceph.client.admin.keyring 2026-02-23T07:05:52.610 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:52 trial012 bash[11083]: cephadm 2026-02-23T07:05:51.798750+0000 mgr.trial012.zwgxqc (mgr.14164) 20 : cephadm [INF] Updating trial012:/var/lib/ceph/f752ade8-1085-11f1-b189-d404e6e7d460/config/ceph.client.admin.keyring 2026-02-23T07:05:52.610 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:52 trial012 bash[11083]: cephadm 2026-02-23T07:05:51.798750+0000 mgr.trial012.zwgxqc (mgr.14164) 20 : cephadm [INF] Updating trial012:/var/lib/ceph/f752ade8-1085-11f1-b189-d404e6e7d460/config/ceph.client.admin.keyring 2026-02-23T07:05:53.740 DEBUG:teuthology.orchestra.run.trial012:> 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 f752ade8-1085-11f1-b189-d404e6e7d460 -- ceph orch host ls --format=json 2026-02-23T07:05:53.829 INFO:teuthology.orchestra.run.trial012.stderr:Inferring config /var/lib/ceph/f752ade8-1085-11f1-b189-d404e6e7d460/mon.trial012/config 2026-02-23T07:05:54.080 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:53 trial012 systemd[1]: /etc/systemd/system/ceph-f752ade8-1085-11f1-b189-d404e6e7d460@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2026-02-23T07:05:54.320 INFO:teuthology.orchestra.run.trial012.stdout: 2026-02-23T07:05:54.321 INFO:teuthology.orchestra.run.trial012.stdout:[{"addr": "10.20.193.12", "hostname": "trial012", "labels": [], "status": ""}, {"addr": "10.20.193.123", "hostname": "trial123", "labels": [], "status": ""}] 2026-02-23T07:05:54.338 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:54 trial012 systemd[1]: /etc/systemd/system/ceph-f752ade8-1085-11f1-b189-d404e6e7d460@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2026-02-23T07:05:54.338 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:54 trial012 bash[11083]: audit 2026-02-23T07:05:53.242130+0000 mon.trial012 (mon.0) 118 : audit [INF] from='mgr.14164 10.20.193.12:0/1732475043' entity='mgr.trial012.zwgxqc' 2026-02-23T07:05:54.339 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:54 trial012 bash[11083]: audit 2026-02-23T07:05:53.242130+0000 mon.trial012 (mon.0) 118 : audit [INF] from='mgr.14164 10.20.193.12:0/1732475043' entity='mgr.trial012.zwgxqc' 2026-02-23T07:05:54.339 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:54 trial012 bash[11083]: audit 2026-02-23T07:05:53.244059+0000 mon.trial012 (mon.0) 119 : audit [INF] from='mgr.14164 10.20.193.12:0/1732475043' entity='mgr.trial012.zwgxqc' 2026-02-23T07:05:54.339 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:54 trial012 bash[11083]: audit 2026-02-23T07:05:53.244059+0000 mon.trial012 (mon.0) 119 : audit [INF] from='mgr.14164 10.20.193.12:0/1732475043' entity='mgr.trial012.zwgxqc' 2026-02-23T07:05:54.339 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:54 trial012 bash[11083]: audit 2026-02-23T07:05:53.246304+0000 mon.trial012 (mon.0) 120 : audit [INF] from='mgr.14164 10.20.193.12:0/1732475043' entity='mgr.trial012.zwgxqc' 2026-02-23T07:05:54.339 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:54 trial012 bash[11083]: audit 2026-02-23T07:05:53.246304+0000 mon.trial012 (mon.0) 120 : audit [INF] from='mgr.14164 10.20.193.12:0/1732475043' entity='mgr.trial012.zwgxqc' 2026-02-23T07:05:54.339 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:54 trial012 bash[11083]: audit 2026-02-23T07:05:53.248585+0000 mon.trial012 (mon.0) 121 : audit [INF] from='mgr.14164 10.20.193.12:0/1732475043' entity='mgr.trial012.zwgxqc' 2026-02-23T07:05:54.339 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:54 trial012 bash[11083]: audit 2026-02-23T07:05:53.248585+0000 mon.trial012 (mon.0) 121 : audit [INF] from='mgr.14164 10.20.193.12:0/1732475043' entity='mgr.trial012.zwgxqc' 2026-02-23T07:05:54.339 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:54 trial012 bash[11083]: audit 2026-02-23T07:05:53.249941+0000 mon.trial012 (mon.0) 122 : audit [INF] from='mgr.14164 10.20.193.12:0/1732475043' entity='mgr.trial012.zwgxqc' 2026-02-23T07:05:54.339 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:54 trial012 bash[11083]: audit 2026-02-23T07:05:53.249941+0000 mon.trial012 (mon.0) 122 : audit [INF] from='mgr.14164 10.20.193.12:0/1732475043' entity='mgr.trial012.zwgxqc' 2026-02-23T07:05:54.339 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:54 trial012 bash[11083]: audit 2026-02-23T07:05:53.250192+0000 mon.trial012 (mon.0) 123 : audit [INF] from='mgr.14164 10.20.193.12:0/1732475043' entity='mgr.trial012.zwgxqc' cmd={"prefix": "auth get-or-create", "entity": "client.ceph-exporter.trial012", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]} : dispatch 2026-02-23T07:05:54.339 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:54 trial012 bash[11083]: audit 2026-02-23T07:05:53.250192+0000 mon.trial012 (mon.0) 123 : audit [INF] from='mgr.14164 10.20.193.12:0/1732475043' entity='mgr.trial012.zwgxqc' cmd={"prefix": "auth get-or-create", "entity": "client.ceph-exporter.trial012", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]} : dispatch 2026-02-23T07:05:54.340 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:54 trial012 bash[11083]: audit 2026-02-23T07:05:53.250766+0000 mon.trial012 (mon.0) 124 : audit [INF] from='mgr.14164 10.20.193.12:0/1732475043' entity='mgr.trial012.zwgxqc' cmd='[{"prefix": "auth get-or-create", "entity": "client.ceph-exporter.trial012", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]}]': finished 2026-02-23T07:05:54.340 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:54 trial012 bash[11083]: audit 2026-02-23T07:05:53.250766+0000 mon.trial012 (mon.0) 124 : audit [INF] from='mgr.14164 10.20.193.12:0/1732475043' entity='mgr.trial012.zwgxqc' cmd='[{"prefix": "auth get-or-create", "entity": "client.ceph-exporter.trial012", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]}]': finished 2026-02-23T07:05:54.340 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:54 trial012 bash[11083]: audit 2026-02-23T07:05:53.251951+0000 mon.trial012 (mon.0) 125 : audit [DBG] from='mgr.14164 10.20.193.12:0/1732475043' entity='mgr.trial012.zwgxqc' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-23T07:05:54.340 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:54 trial012 bash[11083]: audit 2026-02-23T07:05:53.251951+0000 mon.trial012 (mon.0) 125 : audit [DBG] from='mgr.14164 10.20.193.12:0/1732475043' entity='mgr.trial012.zwgxqc' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-23T07:05:54.340 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:54 trial012 bash[11083]: cephadm 2026-02-23T07:05:53.252463+0000 mgr.trial012.zwgxqc (mgr.14164) 21 : cephadm [INF] Deploying daemon ceph-exporter.trial012 on trial012 2026-02-23T07:05:54.340 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:54 trial012 bash[11083]: cephadm 2026-02-23T07:05:53.252463+0000 mgr.trial012.zwgxqc (mgr.14164) 21 : cephadm [INF] Deploying daemon ceph-exporter.trial012 on trial012 2026-02-23T07:05:54.340 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:54 trial012 bash[11083]: audit 2026-02-23T07:05:54.182979+0000 mon.trial012 (mon.0) 126 : audit [INF] from='mgr.14164 10.20.193.12:0/1732475043' entity='mgr.trial012.zwgxqc' 2026-02-23T07:05:54.340 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:54 trial012 bash[11083]: audit 2026-02-23T07:05:54.182979+0000 mon.trial012 (mon.0) 126 : audit [INF] from='mgr.14164 10.20.193.12:0/1732475043' entity='mgr.trial012.zwgxqc' 2026-02-23T07:05:54.340 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:54 trial012 bash[11083]: audit 2026-02-23T07:05:54.185081+0000 mon.trial012 (mon.0) 127 : audit [INF] from='mgr.14164 10.20.193.12:0/1732475043' entity='mgr.trial012.zwgxqc' 2026-02-23T07:05:54.340 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:54 trial012 bash[11083]: audit 2026-02-23T07:05:54.185081+0000 mon.trial012 (mon.0) 127 : audit [INF] from='mgr.14164 10.20.193.12:0/1732475043' entity='mgr.trial012.zwgxqc' 2026-02-23T07:05:54.340 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:54 trial012 bash[11083]: audit 2026-02-23T07:05:54.187217+0000 mon.trial012 (mon.0) 128 : audit [INF] from='mgr.14164 10.20.193.12:0/1732475043' entity='mgr.trial012.zwgxqc' 2026-02-23T07:05:54.340 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:54 trial012 bash[11083]: audit 2026-02-23T07:05:54.187217+0000 mon.trial012 (mon.0) 128 : audit [INF] from='mgr.14164 10.20.193.12:0/1732475043' entity='mgr.trial012.zwgxqc' 2026-02-23T07:05:54.341 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:54 trial012 bash[11083]: audit 2026-02-23T07:05:54.188987+0000 mon.trial012 (mon.0) 129 : audit [INF] from='mgr.14164 10.20.193.12:0/1732475043' entity='mgr.trial012.zwgxqc' 2026-02-23T07:05:54.341 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:54 trial012 bash[11083]: audit 2026-02-23T07:05:54.188987+0000 mon.trial012 (mon.0) 129 : audit [INF] from='mgr.14164 10.20.193.12:0/1732475043' entity='mgr.trial012.zwgxqc' 2026-02-23T07:05:54.341 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:54 trial012 bash[11083]: audit 2026-02-23T07:05:54.189687+0000 mon.trial012 (mon.0) 130 : audit [INF] from='mgr.14164 10.20.193.12:0/1732475043' entity='mgr.trial012.zwgxqc' cmd={"prefix": "auth get-or-create", "entity": "client.crash.trial012", "caps": ["mon", "profile crash", "mgr", "profile crash"]} : dispatch 2026-02-23T07:05:54.341 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:54 trial012 bash[11083]: audit 2026-02-23T07:05:54.189687+0000 mon.trial012 (mon.0) 130 : audit [INF] from='mgr.14164 10.20.193.12:0/1732475043' entity='mgr.trial012.zwgxqc' cmd={"prefix": "auth get-or-create", "entity": "client.crash.trial012", "caps": ["mon", "profile crash", "mgr", "profile crash"]} : dispatch 2026-02-23T07:05:54.341 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:54 trial012 bash[11083]: audit 2026-02-23T07:05:54.190277+0000 mon.trial012 (mon.0) 131 : audit [INF] from='mgr.14164 10.20.193.12:0/1732475043' entity='mgr.trial012.zwgxqc' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.trial012", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2026-02-23T07:05:54.341 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:54 trial012 bash[11083]: audit 2026-02-23T07:05:54.190277+0000 mon.trial012 (mon.0) 131 : audit [INF] from='mgr.14164 10.20.193.12:0/1732475043' entity='mgr.trial012.zwgxqc' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.trial012", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2026-02-23T07:05:54.341 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:54 trial012 bash[11083]: audit 2026-02-23T07:05:54.191521+0000 mon.trial012 (mon.0) 132 : audit [DBG] from='mgr.14164 10.20.193.12:0/1732475043' entity='mgr.trial012.zwgxqc' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-23T07:05:54.341 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:54 trial012 bash[11083]: audit 2026-02-23T07:05:54.191521+0000 mon.trial012 (mon.0) 132 : audit [DBG] from='mgr.14164 10.20.193.12:0/1732475043' entity='mgr.trial012.zwgxqc' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-23T07:05:54.369 DEBUG:teuthology.orchestra.run.trial012:> 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 f752ade8-1085-11f1-b189-d404e6e7d460 -- ceph config-key ls 2026-02-23T07:05:54.458 INFO:teuthology.orchestra.run.trial012.stderr:Inferring config /var/lib/ceph/f752ade8-1085-11f1-b189-d404e6e7d460/mon.trial012/config 2026-02-23T07:05:54.954 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:54 trial012 systemd[1]: /etc/systemd/system/ceph-f752ade8-1085-11f1-b189-d404e6e7d460@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2026-02-23T07:05:54.954 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:54 trial012 systemd[1]: /etc/systemd/system/ceph-f752ade8-1085-11f1-b189-d404e6e7d460@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2026-02-23T07:05:54.973 INFO:teuthology.orchestra.run.trial012.stdout:[ 2026-02-23T07:05:54.973 INFO:teuthology.orchestra.run.trial012.stdout: "config-history/2/", 2026-02-23T07:05:54.973 INFO:teuthology.orchestra.run.trial012.stdout: "config-history/2/+client.rgw/rgw_cache_enabled", 2026-02-23T07:05:54.973 INFO:teuthology.orchestra.run.trial012.stdout: "config-history/2/+client.rgw/rgw_enable_ops_log", 2026-02-23T07:05:54.974 INFO:teuthology.orchestra.run.trial012.stdout: "config-history/2/+client.rgw/rgw_enable_usage_log", 2026-02-23T07:05:54.974 INFO:teuthology.orchestra.run.trial012.stdout: "config-history/2/+global/auth_debug", 2026-02-23T07:05:54.974 INFO:teuthology.orchestra.run.trial012.stdout: "config-history/2/+global/container_image", 2026-02-23T07:05:54.974 INFO:teuthology.orchestra.run.trial012.stdout: "config-history/2/+global/debug_asserts_on_shutdown", 2026-02-23T07:05:54.974 INFO:teuthology.orchestra.run.trial012.stdout: "config-history/2/+global/log_to_file", 2026-02-23T07:05:54.974 INFO:teuthology.orchestra.run.trial012.stdout: "config-history/2/+global/log_to_journald", 2026-02-23T07:05:54.974 INFO:teuthology.orchestra.run.trial012.stdout: "config-history/2/+global/log_to_stderr", 2026-02-23T07:05:54.974 INFO:teuthology.orchestra.run.trial012.stdout: "config-history/2/+global/mon_allow_pool_delete", 2026-02-23T07:05:54.974 INFO:teuthology.orchestra.run.trial012.stdout: "config-history/2/+global/mon_clock_drift_allowed", 2026-02-23T07:05:54.974 INFO:teuthology.orchestra.run.trial012.stdout: "config-history/2/+global/mon_cluster_log_to_file", 2026-02-23T07:05:54.974 INFO:teuthology.orchestra.run.trial012.stdout: "config-history/2/+global/mon_max_pg_per_osd", 2026-02-23T07:05:54.974 INFO:teuthology.orchestra.run.trial012.stdout: "config-history/2/+global/mon_pg_warn_max_object_skew", 2026-02-23T07:05:54.975 INFO:teuthology.orchestra.run.trial012.stdout: "config-history/2/+global/mon_warn_on_crush_straw_calc_version_zero", 2026-02-23T07:05:54.975 INFO:teuthology.orchestra.run.trial012.stdout: "config-history/2/+global/mon_warn_on_legacy_crush_tunables", 2026-02-23T07:05:54.975 INFO:teuthology.orchestra.run.trial012.stdout: "config-history/2/+global/mon_warn_on_osd_down_out_interval_zero", 2026-02-23T07:05:54.975 INFO:teuthology.orchestra.run.trial012.stdout: "config-history/2/+global/mon_warn_on_pool_pg_num_not_power_of_two", 2026-02-23T07:05:54.975 INFO:teuthology.orchestra.run.trial012.stdout: "config-history/2/+global/mon_warn_on_too_few_osds", 2026-02-23T07:05:54.975 INFO:teuthology.orchestra.run.trial012.stdout: "config-history/2/+global/ms_die_on_bug", 2026-02-23T07:05:54.975 INFO:teuthology.orchestra.run.trial012.stdout: "config-history/2/+global/ms_die_on_old_message", 2026-02-23T07:05:54.975 INFO:teuthology.orchestra.run.trial012.stdout: "config-history/2/+global/osd_pool_default_erasure_code_profile", 2026-02-23T07:05:54.975 INFO:teuthology.orchestra.run.trial012.stdout: "config-history/2/+global/osd_pool_default_pg_autoscale_mode", 2026-02-23T07:05:54.975 INFO:teuthology.orchestra.run.trial012.stdout: "config-history/2/+mgr/debug_mgr", 2026-02-23T07:05:54.975 INFO:teuthology.orchestra.run.trial012.stdout: "config-history/2/+mgr/debug_ms", 2026-02-23T07:05:54.975 INFO:teuthology.orchestra.run.trial012.stdout: "config-history/2/+mgr/mon_reweight_min_bytes_per_osd", 2026-02-23T07:05:54.975 INFO:teuthology.orchestra.run.trial012.stdout: "config-history/2/+mgr/mon_reweight_min_pgs_per_osd", 2026-02-23T07:05:54.976 INFO:teuthology.orchestra.run.trial012.stdout: "config-history/2/+mon/auth_allow_insecure_global_id_reclaim", 2026-02-23T07:05:54.976 INFO:teuthology.orchestra.run.trial012.stdout: "config-history/2/+mon/auth_mon_ticket_ttl", 2026-02-23T07:05:54.976 INFO:teuthology.orchestra.run.trial012.stdout: "config-history/2/+mon/auth_service_ticket_ttl", 2026-02-23T07:05:54.976 INFO:teuthology.orchestra.run.trial012.stdout: "config-history/2/+mon/debug_mon", 2026-02-23T07:05:54.976 INFO:teuthology.orchestra.run.trial012.stdout: "config-history/2/+mon/debug_ms", 2026-02-23T07:05:54.976 INFO:teuthology.orchestra.run.trial012.stdout: "config-history/2/+mon/debug_paxos", 2026-02-23T07:05:54.976 INFO:teuthology.orchestra.run.trial012.stdout: "config-history/2/+mon/mon_data_avail_warn", 2026-02-23T07:05:54.976 INFO:teuthology.orchestra.run.trial012.stdout: "config-history/2/+mon/mon_mgr_mkfs_grace", 2026-02-23T07:05:54.976 INFO:teuthology.orchestra.run.trial012.stdout: "config-history/2/+mon/mon_osd_prime_pg_temp", 2026-02-23T07:05:54.976 INFO:teuthology.orchestra.run.trial012.stdout: "config-history/2/+mon/mon_osd_reporter_subtree_level", 2026-02-23T07:05:54.976 INFO:teuthology.orchestra.run.trial012.stdout: "config-history/2/+mon/mon_reweight_min_bytes_per_osd", 2026-02-23T07:05:54.977 INFO:teuthology.orchestra.run.trial012.stdout: "config-history/2/+mon/mon_reweight_min_pgs_per_osd", 2026-02-23T07:05:54.977 INFO:teuthology.orchestra.run.trial012.stdout: "config-history/2/+mon/mon_warn_on_insecure_global_id_reclaim", 2026-02-23T07:05:54.977 INFO:teuthology.orchestra.run.trial012.stdout: "config-history/2/+mon/mon_warn_on_insecure_global_id_reclaim_allowed", 2026-02-23T07:05:54.977 INFO:teuthology.orchestra.run.trial012.stdout: "config-history/2/+osd/bdev_debug_aio", 2026-02-23T07:05:54.977 INFO:teuthology.orchestra.run.trial012.stdout: "config-history/2/+osd/debug_ms", 2026-02-23T07:05:54.977 INFO:teuthology.orchestra.run.trial012.stdout: "config-history/2/+osd/debug_osd", 2026-02-23T07:05:54.977 INFO:teuthology.orchestra.run.trial012.stdout: "config-history/2/+osd/osd_debug_misdirected_ops", 2026-02-23T07:05:54.977 INFO:teuthology.orchestra.run.trial012.stdout: "config-history/2/+osd/osd_debug_op_order", 2026-02-23T07:05:54.977 INFO:teuthology.orchestra.run.trial012.stdout: "config-history/2/+osd/osd_debug_pg_log_writeout", 2026-02-23T07:05:54.977 INFO:teuthology.orchestra.run.trial012.stdout: "config-history/2/+osd/osd_debug_shutdown", 2026-02-23T07:05:54.977 INFO:teuthology.orchestra.run.trial012.stdout: "config-history/2/+osd/osd_debug_verify_cached_snaps", 2026-02-23T07:05:54.977 INFO:teuthology.orchestra.run.trial012.stdout: "config-history/2/+osd/osd_debug_verify_missing_on_start", 2026-02-23T07:05:54.977 INFO:teuthology.orchestra.run.trial012.stdout: "config-history/2/+osd/osd_debug_verify_stray_on_activate", 2026-02-23T07:05:54.978 INFO:teuthology.orchestra.run.trial012.stdout: "config-history/2/+osd/osd_deep_scrub_update_digest_min_age", 2026-02-23T07:05:54.978 INFO:teuthology.orchestra.run.trial012.stdout: "config-history/2/+osd/osd_mclock_profile", 2026-02-23T07:05:54.978 INFO:teuthology.orchestra.run.trial012.stdout: "config-history/2/+osd/osd_mclock_skip_benchmark", 2026-02-23T07:05:54.978 INFO:teuthology.orchestra.run.trial012.stdout: "config-history/2/+osd/osd_memory_target_autotune", 2026-02-23T07:05:54.978 INFO:teuthology.orchestra.run.trial012.stdout: "config-history/2/+osd/osd_op_queue", 2026-02-23T07:05:54.978 INFO:teuthology.orchestra.run.trial012.stdout: "config-history/2/+osd/osd_op_queue_cut_off", 2026-02-23T07:05:54.978 INFO:teuthology.orchestra.run.trial012.stdout: "config-history/2/+osd/osd_recover_clone_overlap", 2026-02-23T07:05:54.978 INFO:teuthology.orchestra.run.trial012.stdout: "config-history/2/+osd/osd_recovery_max_chunk", 2026-02-23T07:05:54.978 INFO:teuthology.orchestra.run.trial012.stdout: "config-history/2/+osd/osd_scrub_load_threshold", 2026-02-23T07:05:54.979 INFO:teuthology.orchestra.run.trial012.stdout: "config-history/2/+osd/osd_scrub_max_interval", 2026-02-23T07:05:54.979 INFO:teuthology.orchestra.run.trial012.stdout: "config-history/2/+osd/osd_shutdown_pgref_assert", 2026-02-23T07:05:54.979 INFO:teuthology.orchestra.run.trial012.stdout: "config-history/3/", 2026-02-23T07:05:54.979 INFO:teuthology.orchestra.run.trial012.stdout: "config-history/3/+global/public_network", 2026-02-23T07:05:54.979 INFO:teuthology.orchestra.run.trial012.stdout: "config-history/4/", 2026-02-23T07:05:54.979 INFO:teuthology.orchestra.run.trial012.stdout: "config-history/4/+mgr/mgr/cephadm/migration_current", 2026-02-23T07:05:54.979 INFO:teuthology.orchestra.run.trial012.stdout: "config-history/5/", 2026-02-23T07:05:54.979 INFO:teuthology.orchestra.run.trial012.stdout: "config-history/5/+mgr/mgr/orchestrator/orchestrator", 2026-02-23T07:05:54.979 INFO:teuthology.orchestra.run.trial012.stdout: "config-history/6/", 2026-02-23T07:05:54.979 INFO:teuthology.orchestra.run.trial012.stdout: "config-history/6/+global/container_image", 2026-02-23T07:05:54.979 INFO:teuthology.orchestra.run.trial012.stdout: "config-history/6/-global/container_image", 2026-02-23T07:05:54.979 INFO:teuthology.orchestra.run.trial012.stdout: "config-history/7/", 2026-02-23T07:05:54.980 INFO:teuthology.orchestra.run.trial012.stdout: "config-history/7/+mgr/mgr/cephadm/container_init", 2026-02-23T07:05:54.980 INFO:teuthology.orchestra.run.trial012.stdout: "config-history/8/", 2026-02-23T07:05:54.980 INFO:teuthology.orchestra.run.trial012.stdout: "config-history/8/+mgr/mgr/dashboard/ssl_server_port", 2026-02-23T07:05:54.980 INFO:teuthology.orchestra.run.trial012.stdout: "config-history/9/", 2026-02-23T07:05:54.980 INFO:teuthology.orchestra.run.trial012.stdout: "config-history/9/+mgr/mgr/cephadm/allow_ptrace", 2026-02-23T07:05:54.980 INFO:teuthology.orchestra.run.trial012.stdout: "config/client.rgw/rgw_cache_enabled", 2026-02-23T07:05:54.980 INFO:teuthology.orchestra.run.trial012.stdout: "config/client.rgw/rgw_enable_ops_log", 2026-02-23T07:05:54.980 INFO:teuthology.orchestra.run.trial012.stdout: "config/client.rgw/rgw_enable_usage_log", 2026-02-23T07:05:54.980 INFO:teuthology.orchestra.run.trial012.stdout: "config/global/auth_debug", 2026-02-23T07:05:54.980 INFO:teuthology.orchestra.run.trial012.stdout: "config/global/container_image", 2026-02-23T07:05:54.980 INFO:teuthology.orchestra.run.trial012.stdout: "config/global/debug_asserts_on_shutdown", 2026-02-23T07:05:54.980 INFO:teuthology.orchestra.run.trial012.stdout: "config/global/log_to_file", 2026-02-23T07:05:54.980 INFO:teuthology.orchestra.run.trial012.stdout: "config/global/log_to_journald", 2026-02-23T07:05:54.981 INFO:teuthology.orchestra.run.trial012.stdout: "config/global/log_to_stderr", 2026-02-23T07:05:54.981 INFO:teuthology.orchestra.run.trial012.stdout: "config/global/mon_allow_pool_delete", 2026-02-23T07:05:54.981 INFO:teuthology.orchestra.run.trial012.stdout: "config/global/mon_clock_drift_allowed", 2026-02-23T07:05:54.981 INFO:teuthology.orchestra.run.trial012.stdout: "config/global/mon_cluster_log_to_file", 2026-02-23T07:05:54.981 INFO:teuthology.orchestra.run.trial012.stdout: "config/global/mon_max_pg_per_osd", 2026-02-23T07:05:54.981 INFO:teuthology.orchestra.run.trial012.stdout: "config/global/mon_pg_warn_max_object_skew", 2026-02-23T07:05:54.981 INFO:teuthology.orchestra.run.trial012.stdout: "config/global/mon_warn_on_crush_straw_calc_version_zero", 2026-02-23T07:05:54.981 INFO:teuthology.orchestra.run.trial012.stdout: "config/global/mon_warn_on_legacy_crush_tunables", 2026-02-23T07:05:54.981 INFO:teuthology.orchestra.run.trial012.stdout: "config/global/mon_warn_on_osd_down_out_interval_zero", 2026-02-23T07:05:54.981 INFO:teuthology.orchestra.run.trial012.stdout: "config/global/mon_warn_on_pool_pg_num_not_power_of_two", 2026-02-23T07:05:54.982 INFO:teuthology.orchestra.run.trial012.stdout: "config/global/mon_warn_on_too_few_osds", 2026-02-23T07:05:54.982 INFO:teuthology.orchestra.run.trial012.stdout: "config/global/ms_die_on_bug", 2026-02-23T07:05:54.982 INFO:teuthology.orchestra.run.trial012.stdout: "config/global/ms_die_on_old_message", 2026-02-23T07:05:54.982 INFO:teuthology.orchestra.run.trial012.stdout: "config/global/osd_pool_default_erasure_code_profile", 2026-02-23T07:05:54.982 INFO:teuthology.orchestra.run.trial012.stdout: "config/global/osd_pool_default_pg_autoscale_mode", 2026-02-23T07:05:54.982 INFO:teuthology.orchestra.run.trial012.stdout: "config/global/public_network", 2026-02-23T07:05:54.982 INFO:teuthology.orchestra.run.trial012.stdout: "config/mgr/debug_mgr", 2026-02-23T07:05:54.982 INFO:teuthology.orchestra.run.trial012.stdout: "config/mgr/debug_ms", 2026-02-23T07:05:54.982 INFO:teuthology.orchestra.run.trial012.stdout: "config/mgr/mgr/cephadm/allow_ptrace", 2026-02-23T07:05:54.982 INFO:teuthology.orchestra.run.trial012.stdout: "config/mgr/mgr/cephadm/container_init", 2026-02-23T07:05:54.982 INFO:teuthology.orchestra.run.trial012.stdout: "config/mgr/mgr/cephadm/migration_current", 2026-02-23T07:05:54.982 INFO:teuthology.orchestra.run.trial012.stdout: "config/mgr/mgr/dashboard/ssl_server_port", 2026-02-23T07:05:54.983 INFO:teuthology.orchestra.run.trial012.stdout: "config/mgr/mgr/orchestrator/orchestrator", 2026-02-23T07:05:54.983 INFO:teuthology.orchestra.run.trial012.stdout: "config/mgr/mon_reweight_min_bytes_per_osd", 2026-02-23T07:05:54.983 INFO:teuthology.orchestra.run.trial012.stdout: "config/mgr/mon_reweight_min_pgs_per_osd", 2026-02-23T07:05:54.983 INFO:teuthology.orchestra.run.trial012.stdout: "config/mon/auth_allow_insecure_global_id_reclaim", 2026-02-23T07:05:54.983 INFO:teuthology.orchestra.run.trial012.stdout: "config/mon/auth_mon_ticket_ttl", 2026-02-23T07:05:54.983 INFO:teuthology.orchestra.run.trial012.stdout: "config/mon/auth_service_ticket_ttl", 2026-02-23T07:05:54.983 INFO:teuthology.orchestra.run.trial012.stdout: "config/mon/debug_mon", 2026-02-23T07:05:54.983 INFO:teuthology.orchestra.run.trial012.stdout: "config/mon/debug_ms", 2026-02-23T07:05:54.983 INFO:teuthology.orchestra.run.trial012.stdout: "config/mon/debug_paxos", 2026-02-23T07:05:54.983 INFO:teuthology.orchestra.run.trial012.stdout: "config/mon/mon_data_avail_warn", 2026-02-23T07:05:54.983 INFO:teuthology.orchestra.run.trial012.stdout: "config/mon/mon_mgr_mkfs_grace", 2026-02-23T07:05:54.983 INFO:teuthology.orchestra.run.trial012.stdout: "config/mon/mon_osd_prime_pg_temp", 2026-02-23T07:05:54.983 INFO:teuthology.orchestra.run.trial012.stdout: "config/mon/mon_osd_reporter_subtree_level", 2026-02-23T07:05:54.984 INFO:teuthology.orchestra.run.trial012.stdout: "config/mon/mon_reweight_min_bytes_per_osd", 2026-02-23T07:05:54.984 INFO:teuthology.orchestra.run.trial012.stdout: "config/mon/mon_reweight_min_pgs_per_osd", 2026-02-23T07:05:54.984 INFO:teuthology.orchestra.run.trial012.stdout: "config/mon/mon_warn_on_insecure_global_id_reclaim", 2026-02-23T07:05:54.984 INFO:teuthology.orchestra.run.trial012.stdout: "config/mon/mon_warn_on_insecure_global_id_reclaim_allowed", 2026-02-23T07:05:54.984 INFO:teuthology.orchestra.run.trial012.stdout: "config/osd/bdev_debug_aio", 2026-02-23T07:05:54.984 INFO:teuthology.orchestra.run.trial012.stdout: "config/osd/debug_ms", 2026-02-23T07:05:54.984 INFO:teuthology.orchestra.run.trial012.stdout: "config/osd/debug_osd", 2026-02-23T07:05:54.984 INFO:teuthology.orchestra.run.trial012.stdout: "config/osd/osd_debug_misdirected_ops", 2026-02-23T07:05:54.984 INFO:teuthology.orchestra.run.trial012.stdout: "config/osd/osd_debug_op_order", 2026-02-23T07:05:54.984 INFO:teuthology.orchestra.run.trial012.stdout: "config/osd/osd_debug_pg_log_writeout", 2026-02-23T07:05:54.984 INFO:teuthology.orchestra.run.trial012.stdout: "config/osd/osd_debug_shutdown", 2026-02-23T07:05:54.984 INFO:teuthology.orchestra.run.trial012.stdout: "config/osd/osd_debug_verify_cached_snaps", 2026-02-23T07:05:54.984 INFO:teuthology.orchestra.run.trial012.stdout: "config/osd/osd_debug_verify_missing_on_start", 2026-02-23T07:05:54.985 INFO:teuthology.orchestra.run.trial012.stdout: "config/osd/osd_debug_verify_stray_on_activate", 2026-02-23T07:05:54.985 INFO:teuthology.orchestra.run.trial012.stdout: "config/osd/osd_deep_scrub_update_digest_min_age", 2026-02-23T07:05:54.985 INFO:teuthology.orchestra.run.trial012.stdout: "config/osd/osd_mclock_profile", 2026-02-23T07:05:54.985 INFO:teuthology.orchestra.run.trial012.stdout: "config/osd/osd_mclock_skip_benchmark", 2026-02-23T07:05:54.985 INFO:teuthology.orchestra.run.trial012.stdout: "config/osd/osd_memory_target_autotune", 2026-02-23T07:05:54.985 INFO:teuthology.orchestra.run.trial012.stdout: "config/osd/osd_op_queue", 2026-02-23T07:05:54.985 INFO:teuthology.orchestra.run.trial012.stdout: "config/osd/osd_op_queue_cut_off", 2026-02-23T07:05:54.985 INFO:teuthology.orchestra.run.trial012.stdout: "config/osd/osd_recover_clone_overlap", 2026-02-23T07:05:54.985 INFO:teuthology.orchestra.run.trial012.stdout: "config/osd/osd_recovery_max_chunk", 2026-02-23T07:05:54.985 INFO:teuthology.orchestra.run.trial012.stdout: "config/osd/osd_scrub_load_threshold", 2026-02-23T07:05:54.985 INFO:teuthology.orchestra.run.trial012.stdout: "config/osd/osd_scrub_max_interval", 2026-02-23T07:05:54.985 INFO:teuthology.orchestra.run.trial012.stdout: "config/osd/osd_shutdown_pgref_assert", 2026-02-23T07:05:54.985 INFO:teuthology.orchestra.run.trial012.stdout: "mgr/cephadm/cert_store.cert.cephadm-signed_agent_cert", 2026-02-23T07:05:54.986 INFO:teuthology.orchestra.run.trial012.stdout: "mgr/cephadm/cert_store.cert.cephadm-signed_ceph-exporter_cert", 2026-02-23T07:05:54.986 INFO:teuthology.orchestra.run.trial012.stdout: "mgr/cephadm/cert_store.cert.cephadm_root_ca_cert", 2026-02-23T07:05:54.986 INFO:teuthology.orchestra.run.trial012.stdout: "mgr/cephadm/cert_store.key.cephadm-signed_agent_key", 2026-02-23T07:05:54.986 INFO:teuthology.orchestra.run.trial012.stdout: "mgr/cephadm/cert_store.key.cephadm-signed_ceph-exporter_key", 2026-02-23T07:05:54.986 INFO:teuthology.orchestra.run.trial012.stdout: "mgr/cephadm/cert_store.key.cephadm_root_ca_key", 2026-02-23T07:05:54.986 INFO:teuthology.orchestra.run.trial012.stdout: "mgr/cephadm/client_keyrings", 2026-02-23T07:05:54.986 INFO:teuthology.orchestra.run.trial012.stdout: "mgr/cephadm/config_checks", 2026-02-23T07:05:54.986 INFO:teuthology.orchestra.run.trial012.stdout: "mgr/cephadm/host.trial012", 2026-02-23T07:05:54.986 INFO:teuthology.orchestra.run.trial012.stdout: "mgr/cephadm/host.trial012.devices.0", 2026-02-23T07:05:54.986 INFO:teuthology.orchestra.run.trial012.stdout: "mgr/cephadm/inventory", 2026-02-23T07:05:54.986 INFO:teuthology.orchestra.run.trial012.stdout: "mgr/cephadm/osd_remove_queue", 2026-02-23T07:05:54.986 INFO:teuthology.orchestra.run.trial012.stdout: "mgr/cephadm/spec.alertmanager", 2026-02-23T07:05:54.986 INFO:teuthology.orchestra.run.trial012.stdout: "mgr/cephadm/spec.ceph-exporter", 2026-02-23T07:05:54.987 INFO:teuthology.orchestra.run.trial012.stdout: "mgr/cephadm/spec.crash", 2026-02-23T07:05:54.987 INFO:teuthology.orchestra.run.trial012.stdout: "mgr/cephadm/spec.grafana", 2026-02-23T07:05:54.987 INFO:teuthology.orchestra.run.trial012.stdout: "mgr/cephadm/spec.mgr", 2026-02-23T07:05:54.987 INFO:teuthology.orchestra.run.trial012.stdout: "mgr/cephadm/spec.mon", 2026-02-23T07:05:54.987 INFO:teuthology.orchestra.run.trial012.stdout: "mgr/cephadm/spec.node-exporter", 2026-02-23T07:05:54.987 INFO:teuthology.orchestra.run.trial012.stdout: "mgr/cephadm/spec.prometheus", 2026-02-23T07:05:54.987 INFO:teuthology.orchestra.run.trial012.stdout: "mgr/cephadm/ssh_identity_key", 2026-02-23T07:05:54.987 INFO:teuthology.orchestra.run.trial012.stdout: "mgr/cephadm/ssh_identity_pub", 2026-02-23T07:05:54.987 INFO:teuthology.orchestra.run.trial012.stdout: "mgr/dashboard/accessdb_v2", 2026-02-23T07:05:54.987 INFO:teuthology.orchestra.run.trial012.stdout: "mgr/dashboard/cluster/status", 2026-02-23T07:05:54.987 INFO:teuthology.orchestra.run.trial012.stdout: "mgr/dashboard/crt", 2026-02-23T07:05:54.987 INFO:teuthology.orchestra.run.trial012.stdout: "mgr/dashboard/key", 2026-02-23T07:05:54.987 INFO:teuthology.orchestra.run.trial012.stdout: "mgr/telemetry/collection", 2026-02-23T07:05:54.988 INFO:teuthology.orchestra.run.trial012.stdout: "mgr/telemetry/report_id", 2026-02-23T07:05:54.988 INFO:teuthology.orchestra.run.trial012.stdout: "mgr/telemetry/salt" 2026-02-23T07:05:54.988 INFO:teuthology.orchestra.run.trial012.stdout:] 2026-02-23T07:05:55.022 DEBUG:teuthology.orchestra.run.trial012:> 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 f752ade8-1085-11f1-b189-d404e6e7d460 -- ceph config-key get mgr/cephadm/inventory 2026-02-23T07:05:55.110 INFO:teuthology.orchestra.run.trial012.stderr:Inferring config /var/lib/ceph/f752ade8-1085-11f1-b189-d404e6e7d460/mon.trial012/config 2026-02-23T07:05:55.360 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:55 trial012 bash[11083]: cephadm 2026-02-23T07:05:54.191893+0000 mgr.trial012.zwgxqc (mgr.14164) 22 : cephadm [INF] Deploying daemon crash.trial012 on trial012 2026-02-23T07:05:55.360 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:55 trial012 bash[11083]: cephadm 2026-02-23T07:05:54.191893+0000 mgr.trial012.zwgxqc (mgr.14164) 22 : cephadm [INF] Deploying daemon crash.trial012 on trial012 2026-02-23T07:05:55.360 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:55 trial012 bash[11083]: audit 2026-02-23T07:05:54.320160+0000 mgr.trial012.zwgxqc (mgr.14164) 23 : audit [DBG] from='client.14200 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-23T07:05:55.361 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:55 trial012 bash[11083]: audit 2026-02-23T07:05:54.320160+0000 mgr.trial012.zwgxqc (mgr.14164) 23 : audit [DBG] from='client.14200 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-23T07:05:55.361 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:55 trial012 bash[11083]: audit 2026-02-23T07:05:54.972589+0000 mon.trial012 (mon.0) 133 : audit [DBG] from='client.? 10.20.193.12:0/2039816321' entity='client.admin' cmd={"prefix": "config-key ls"} : dispatch 2026-02-23T07:05:55.361 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:55 trial012 bash[11083]: audit 2026-02-23T07:05:54.972589+0000 mon.trial012 (mon.0) 133 : audit [DBG] from='client.? 10.20.193.12:0/2039816321' entity='client.admin' cmd={"prefix": "config-key ls"} : dispatch 2026-02-23T07:05:55.361 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:55 trial012 bash[11083]: audit 2026-02-23T07:05:54.983006+0000 mon.trial012 (mon.0) 134 : audit [INF] from='mgr.14164 10.20.193.12:0/1732475043' entity='mgr.trial012.zwgxqc' 2026-02-23T07:05:55.361 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:55 trial012 bash[11083]: audit 2026-02-23T07:05:54.983006+0000 mon.trial012 (mon.0) 134 : audit [INF] from='mgr.14164 10.20.193.12:0/1732475043' entity='mgr.trial012.zwgxqc' 2026-02-23T07:05:55.361 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:55 trial012 bash[11083]: audit 2026-02-23T07:05:54.985397+0000 mon.trial012 (mon.0) 135 : audit [INF] from='mgr.14164 10.20.193.12:0/1732475043' entity='mgr.trial012.zwgxqc' 2026-02-23T07:05:55.361 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:55 trial012 bash[11083]: audit 2026-02-23T07:05:54.985397+0000 mon.trial012 (mon.0) 135 : audit [INF] from='mgr.14164 10.20.193.12:0/1732475043' entity='mgr.trial012.zwgxqc' 2026-02-23T07:05:55.361 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:55 trial012 bash[11083]: audit 2026-02-23T07:05:54.987389+0000 mon.trial012 (mon.0) 136 : audit [INF] from='mgr.14164 10.20.193.12:0/1732475043' entity='mgr.trial012.zwgxqc' 2026-02-23T07:05:55.361 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:55 trial012 bash[11083]: audit 2026-02-23T07:05:54.987389+0000 mon.trial012 (mon.0) 136 : audit [INF] from='mgr.14164 10.20.193.12:0/1732475043' entity='mgr.trial012.zwgxqc' 2026-02-23T07:05:55.361 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:55 trial012 bash[11083]: audit 2026-02-23T07:05:54.988563+0000 mon.trial012 (mon.0) 137 : audit [INF] from='mgr.14164 10.20.193.12:0/1732475043' entity='mgr.trial012.zwgxqc' 2026-02-23T07:05:55.361 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:55 trial012 bash[11083]: audit 2026-02-23T07:05:54.988563+0000 mon.trial012 (mon.0) 137 : audit [INF] from='mgr.14164 10.20.193.12:0/1732475043' entity='mgr.trial012.zwgxqc' 2026-02-23T07:05:55.362 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:55 trial012 bash[11083]: audit 2026-02-23T07:05:54.990442+0000 mon.trial012 (mon.0) 138 : audit [INF] from='mgr.14164 10.20.193.12:0/1732475043' entity='mgr.trial012.zwgxqc' 2026-02-23T07:05:55.362 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:55 trial012 bash[11083]: audit 2026-02-23T07:05:54.990442+0000 mon.trial012 (mon.0) 138 : audit [INF] from='mgr.14164 10.20.193.12:0/1732475043' entity='mgr.trial012.zwgxqc' 2026-02-23T07:05:55.362 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:55 trial012 bash[11083]: audit 2026-02-23T07:05:54.991997+0000 mon.trial012 (mon.0) 139 : audit [INF] from='mgr.14164 10.20.193.12:0/1732475043' entity='mgr.trial012.zwgxqc' 2026-02-23T07:05:55.362 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:55 trial012 bash[11083]: audit 2026-02-23T07:05:54.991997+0000 mon.trial012 (mon.0) 139 : audit [INF] from='mgr.14164 10.20.193.12:0/1732475043' entity='mgr.trial012.zwgxqc' 2026-02-23T07:05:55.362 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:55 trial012 bash[11083]: cephadm 2026-02-23T07:05:54.992329+0000 mgr.trial012.zwgxqc (mgr.14164) 24 : cephadm [INF] Deploying daemon node-exporter.trial012 on trial012 2026-02-23T07:05:55.362 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:55 trial012 bash[11083]: cephadm 2026-02-23T07:05:54.992329+0000 mgr.trial012.zwgxqc (mgr.14164) 24 : cephadm [INF] Deploying daemon node-exporter.trial012 on trial012 2026-02-23T07:05:55.362 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:55 trial012 bash[11083]: audit 2026-02-23T07:05:55.131753+0000 mon.trial012 (mon.0) 140 : audit [INF] from='mgr.14164 10.20.193.12:0/1732475043' entity='mgr.trial012.zwgxqc' 2026-02-23T07:05:55.362 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:55 trial012 bash[11083]: audit 2026-02-23T07:05:55.131753+0000 mon.trial012 (mon.0) 140 : audit [INF] from='mgr.14164 10.20.193.12:0/1732475043' entity='mgr.trial012.zwgxqc' 2026-02-23T07:05:55.486 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:55 trial012 systemd[1]: /etc/systemd/system/ceph-f752ade8-1085-11f1-b189-d404e6e7d460@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2026-02-23T07:05:55.738 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:55 trial012 systemd[1]: /etc/systemd/system/ceph-f752ade8-1085-11f1-b189-d404e6e7d460@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2026-02-23T07:05:55.758 INFO:teuthology.orchestra.run.trial012.stdout:{"trial012": {"hostname": "trial012", "addr": "10.20.193.12", "labels": [], "status": ""}, "trial123": {"hostname": "trial123", "addr": "10.20.193.123", "labels": [], "status": ""}} 2026-02-23T07:05:56.523 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:56 trial012 bash[11083]: audit 2026-02-23T07:05:55.710930+0000 mon.trial012 (mon.0) 141 : audit [DBG] from='client.? 10.20.193.12:0/2522353785' entity='client.admin' cmd={"prefix": "config-key get", "key": "mgr/cephadm/inventory"} : dispatch 2026-02-23T07:05:56.523 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:56 trial012 bash[11083]: audit 2026-02-23T07:05:55.710930+0000 mon.trial012 (mon.0) 141 : audit [DBG] from='client.? 10.20.193.12:0/2522353785' entity='client.admin' cmd={"prefix": "config-key get", "key": "mgr/cephadm/inventory"} : dispatch 2026-02-23T07:05:56.523 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:56 trial012 bash[11083]: audit 2026-02-23T07:05:55.720374+0000 mon.trial012 (mon.0) 142 : audit [INF] from='mgr.14164 10.20.193.12:0/1732475043' entity='mgr.trial012.zwgxqc' 2026-02-23T07:05:56.523 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:56 trial012 bash[11083]: audit 2026-02-23T07:05:55.720374+0000 mon.trial012 (mon.0) 142 : audit [INF] from='mgr.14164 10.20.193.12:0/1732475043' entity='mgr.trial012.zwgxqc' 2026-02-23T07:05:56.523 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:56 trial012 bash[11083]: audit 2026-02-23T07:05:55.722164+0000 mon.trial012 (mon.0) 143 : audit [INF] from='mgr.14164 10.20.193.12:0/1732475043' entity='mgr.trial012.zwgxqc' 2026-02-23T07:05:56.523 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:56 trial012 bash[11083]: audit 2026-02-23T07:05:55.722164+0000 mon.trial012 (mon.0) 143 : audit [INF] from='mgr.14164 10.20.193.12:0/1732475043' entity='mgr.trial012.zwgxqc' 2026-02-23T07:05:56.523 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:56 trial012 bash[11083]: audit 2026-02-23T07:05:55.723915+0000 mon.trial012 (mon.0) 144 : audit [INF] from='mgr.14164 10.20.193.12:0/1732475043' entity='mgr.trial012.zwgxqc' 2026-02-23T07:05:56.523 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:56 trial012 bash[11083]: audit 2026-02-23T07:05:55.723915+0000 mon.trial012 (mon.0) 144 : audit [INF] from='mgr.14164 10.20.193.12:0/1732475043' entity='mgr.trial012.zwgxqc' 2026-02-23T07:05:56.523 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:56 trial012 bash[11083]: audit 2026-02-23T07:05:55.725195+0000 mon.trial012 (mon.0) 145 : audit [INF] from='mgr.14164 10.20.193.12:0/1732475043' entity='mgr.trial012.zwgxqc' 2026-02-23T07:05:56.523 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:56 trial012 bash[11083]: audit 2026-02-23T07:05:55.725195+0000 mon.trial012 (mon.0) 145 : audit [INF] from='mgr.14164 10.20.193.12:0/1732475043' entity='mgr.trial012.zwgxqc' 2026-02-23T07:05:56.523 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:56 trial012 bash[11083]: audit 2026-02-23T07:05:55.726660+0000 mon.trial012 (mon.0) 146 : audit [INF] from='mgr.14164 10.20.193.12:0/1732475043' entity='mgr.trial012.zwgxqc' 2026-02-23T07:05:56.523 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:56 trial012 bash[11083]: audit 2026-02-23T07:05:55.726660+0000 mon.trial012 (mon.0) 146 : audit [INF] from='mgr.14164 10.20.193.12:0/1732475043' entity='mgr.trial012.zwgxqc' 2026-02-23T07:05:56.523 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:56 trial012 bash[11083]: audit 2026-02-23T07:05:55.727737+0000 mon.trial012 (mon.0) 147 : audit [INF] from='mgr.14164 10.20.193.12:0/1732475043' entity='mgr.trial012.zwgxqc' 2026-02-23T07:05:56.523 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:56 trial012 bash[11083]: audit 2026-02-23T07:05:55.727737+0000 mon.trial012 (mon.0) 147 : audit [INF] from='mgr.14164 10.20.193.12:0/1732475043' entity='mgr.trial012.zwgxqc' 2026-02-23T07:05:56.524 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:56 trial012 bash[11083]: cephadm 2026-02-23T07:05:55.732158+0000 mgr.trial012.zwgxqc (mgr.14164) 25 : cephadm [INF] Deploying daemon alertmanager.trial012 on trial012 2026-02-23T07:05:56.524 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:56 trial012 bash[11083]: cephadm 2026-02-23T07:05:55.732158+0000 mgr.trial012.zwgxqc (mgr.14164) 25 : cephadm [INF] Deploying daemon alertmanager.trial012 on trial012 2026-02-23T07:05:58.182 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:57 trial012 systemd[1]: /etc/systemd/system/ceph-f752ade8-1085-11f1-b189-d404e6e7d460@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2026-02-23T07:05:58.183 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:58 trial012 systemd[1]: /etc/systemd/system/ceph-f752ade8-1085-11f1-b189-d404e6e7d460@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2026-02-23T07:05:59.610 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:59 trial012 bash[11083]: audit 2026-02-23T07:05:58.210465+0000 mon.trial012 (mon.0) 148 : audit [INF] from='mgr.14164 10.20.193.12:0/1732475043' entity='mgr.trial012.zwgxqc' 2026-02-23T07:05:59.610 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:59 trial012 bash[11083]: audit 2026-02-23T07:05:58.210465+0000 mon.trial012 (mon.0) 148 : audit [INF] from='mgr.14164 10.20.193.12:0/1732475043' entity='mgr.trial012.zwgxqc' 2026-02-23T07:05:59.610 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:59 trial012 bash[11083]: audit 2026-02-23T07:05:58.212818+0000 mon.trial012 (mon.0) 149 : audit [INF] from='mgr.14164 10.20.193.12:0/1732475043' entity='mgr.trial012.zwgxqc' 2026-02-23T07:05:59.610 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:59 trial012 bash[11083]: audit 2026-02-23T07:05:58.212818+0000 mon.trial012 (mon.0) 149 : audit [INF] from='mgr.14164 10.20.193.12:0/1732475043' entity='mgr.trial012.zwgxqc' 2026-02-23T07:05:59.610 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:59 trial012 bash[11083]: audit 2026-02-23T07:05:58.215161+0000 mon.trial012 (mon.0) 150 : audit [INF] from='mgr.14164 10.20.193.12:0/1732475043' entity='mgr.trial012.zwgxqc' 2026-02-23T07:05:59.610 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:59 trial012 bash[11083]: audit 2026-02-23T07:05:58.215161+0000 mon.trial012 (mon.0) 150 : audit [INF] from='mgr.14164 10.20.193.12:0/1732475043' entity='mgr.trial012.zwgxqc' 2026-02-23T07:05:59.610 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:59 trial012 bash[11083]: audit 2026-02-23T07:05:58.217062+0000 mon.trial012 (mon.0) 151 : audit [INF] from='mgr.14164 10.20.193.12:0/1732475043' entity='mgr.trial012.zwgxqc' 2026-02-23T07:05:59.610 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:59 trial012 bash[11083]: audit 2026-02-23T07:05:58.217062+0000 mon.trial012 (mon.0) 151 : audit [INF] from='mgr.14164 10.20.193.12:0/1732475043' entity='mgr.trial012.zwgxqc' 2026-02-23T07:05:59.610 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:59 trial012 bash[11083]: audit 2026-02-23T07:05:58.219207+0000 mon.trial012 (mon.0) 152 : audit [INF] from='mgr.14164 10.20.193.12:0/1732475043' entity='mgr.trial012.zwgxqc' 2026-02-23T07:05:59.610 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:59 trial012 bash[11083]: audit 2026-02-23T07:05:58.219207+0000 mon.trial012 (mon.0) 152 : audit [INF] from='mgr.14164 10.20.193.12:0/1732475043' entity='mgr.trial012.zwgxqc' 2026-02-23T07:05:59.610 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:59 trial012 bash[11083]: audit 2026-02-23T07:05:58.220622+0000 mon.trial012 (mon.0) 153 : audit [INF] from='mgr.14164 10.20.193.12:0/1732475043' entity='mgr.trial012.zwgxqc' 2026-02-23T07:05:59.610 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:59 trial012 bash[11083]: audit 2026-02-23T07:05:58.220622+0000 mon.trial012 (mon.0) 153 : audit [INF] from='mgr.14164 10.20.193.12:0/1732475043' entity='mgr.trial012.zwgxqc' 2026-02-23T07:05:59.610 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:59 trial012 bash[11083]: audit 2026-02-23T07:05:58.474988+0000 mon.trial012 (mon.0) 154 : audit [INF] from='mgr.14164 10.20.193.12:0/1732475043' entity='mgr.trial012.zwgxqc' 2026-02-23T07:05:59.610 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:59 trial012 bash[11083]: audit 2026-02-23T07:05:58.474988+0000 mon.trial012 (mon.0) 154 : audit [INF] from='mgr.14164 10.20.193.12:0/1732475043' entity='mgr.trial012.zwgxqc' 2026-02-23T07:05:59.610 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:59 trial012 bash[11083]: audit 2026-02-23T07:05:58.477018+0000 mon.trial012 (mon.0) 155 : audit [INF] from='mgr.14164 10.20.193.12:0/1732475043' entity='mgr.trial012.zwgxqc' 2026-02-23T07:05:59.611 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:59 trial012 bash[11083]: audit 2026-02-23T07:05:58.477018+0000 mon.trial012 (mon.0) 155 : audit [INF] from='mgr.14164 10.20.193.12:0/1732475043' entity='mgr.trial012.zwgxqc' 2026-02-23T07:05:59.611 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:59 trial012 bash[11083]: audit 2026-02-23T07:05:58.480343+0000 mon.trial012 (mon.0) 156 : audit [INF] from='mgr.14164 10.20.193.12:0/1732475043' entity='mgr.trial012.zwgxqc' 2026-02-23T07:05:59.611 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:59 trial012 bash[11083]: audit 2026-02-23T07:05:58.480343+0000 mon.trial012 (mon.0) 156 : audit [INF] from='mgr.14164 10.20.193.12:0/1732475043' entity='mgr.trial012.zwgxqc' 2026-02-23T07:05:59.611 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:59 trial012 bash[11083]: audit 2026-02-23T07:05:58.481879+0000 mon.trial012 (mon.0) 157 : audit [INF] from='mgr.14164 10.20.193.12:0/1732475043' entity='mgr.trial012.zwgxqc' 2026-02-23T07:05:59.611 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:59 trial012 bash[11083]: audit 2026-02-23T07:05:58.481879+0000 mon.trial012 (mon.0) 157 : audit [INF] from='mgr.14164 10.20.193.12:0/1732475043' entity='mgr.trial012.zwgxqc' 2026-02-23T07:05:59.611 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:59 trial012 bash[11083]: audit 2026-02-23T07:05:58.484737+0000 mon.trial012 (mon.0) 158 : audit [INF] from='mgr.14164 10.20.193.12:0/1732475043' entity='mgr.trial012.zwgxqc' cmd={"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"} : dispatch 2026-02-23T07:05:59.611 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:59 trial012 bash[11083]: audit 2026-02-23T07:05:58.484737+0000 mon.trial012 (mon.0) 158 : audit [INF] from='mgr.14164 10.20.193.12:0/1732475043' entity='mgr.trial012.zwgxqc' cmd={"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"} : dispatch 2026-02-23T07:05:59.611 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:59 trial012 bash[11083]: audit 2026-02-23T07:05:58.485088+0000 mgr.trial012.zwgxqc (mgr.14164) 26 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2026-02-23T07:05:59.611 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:59 trial012 bash[11083]: audit 2026-02-23T07:05:58.485088+0000 mgr.trial012.zwgxqc (mgr.14164) 26 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2026-02-23T07:05:59.611 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:59 trial012 bash[11083]: audit 2026-02-23T07:05:58.486660+0000 mon.trial012 (mon.0) 159 : audit [INF] from='mgr.14164 10.20.193.12:0/1732475043' entity='mgr.trial012.zwgxqc' 2026-02-23T07:05:59.611 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:59 trial012 bash[11083]: audit 2026-02-23T07:05:58.486660+0000 mon.trial012 (mon.0) 159 : audit [INF] from='mgr.14164 10.20.193.12:0/1732475043' entity='mgr.trial012.zwgxqc' 2026-02-23T07:05:59.611 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:59 trial012 bash[11083]: cephadm 2026-02-23T07:05:58.497637+0000 mgr.trial012.zwgxqc (mgr.14164) 27 : cephadm [INF] Deploying daemon grafana.trial012 on trial012 2026-02-23T07:05:59.611 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:05:59 trial012 bash[11083]: cephadm 2026-02-23T07:05:58.497637+0000 mgr.trial012.zwgxqc (mgr.14164) 27 : cephadm [INF] Deploying daemon grafana.trial012 on trial012 2026-02-23T07:06:00.759 DEBUG:teuthology.orchestra.run.trial012:> 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 f752ade8-1085-11f1-b189-d404e6e7d460 -- ceph orch host ls --format=json 2026-02-23T07:06:00.849 INFO:teuthology.orchestra.run.trial012.stderr:Inferring config /var/lib/ceph/f752ade8-1085-11f1-b189-d404e6e7d460/mon.trial012/config 2026-02-23T07:06:01.101 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:06:00 trial012 bash[11083]: cluster 2026-02-23T07:05:59.896740+0000 mgr.trial012.zwgxqc (mgr.14164) 28 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-23T07:06:01.101 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:06:00 trial012 bash[11083]: cluster 2026-02-23T07:05:59.896740+0000 mgr.trial012.zwgxqc (mgr.14164) 28 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-23T07:06:01.101 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:06:00 trial012 bash[11083]: audit 2026-02-23T07:06:00.134277+0000 mon.trial012 (mon.0) 160 : audit [INF] from='mgr.14164 10.20.193.12:0/1732475043' entity='mgr.trial012.zwgxqc' 2026-02-23T07:06:01.101 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:06:00 trial012 bash[11083]: audit 2026-02-23T07:06:00.134277+0000 mon.trial012 (mon.0) 160 : audit [INF] from='mgr.14164 10.20.193.12:0/1732475043' entity='mgr.trial012.zwgxqc' 2026-02-23T07:06:01.271 INFO:teuthology.orchestra.run.trial012.stdout: 2026-02-23T07:06:01.271 INFO:teuthology.orchestra.run.trial012.stdout:[{"addr": "10.20.193.12", "hostname": "trial012", "labels": [], "status": ""}, {"addr": "10.20.193.123", "hostname": "trial123", "labels": [], "status": ""}] 2026-02-23T07:06:01.385 DEBUG:teuthology.orchestra.run.trial012:> 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 f752ade8-1085-11f1-b189-d404e6e7d460 -- ceph config-key ls 2026-02-23T07:06:01.474 INFO:teuthology.orchestra.run.trial012.stderr:Inferring config /var/lib/ceph/f752ade8-1085-11f1-b189-d404e6e7d460/mon.trial012/config 2026-02-23T07:06:01.843 INFO:teuthology.orchestra.run.trial012.stdout:[ 2026-02-23T07:06:01.843 INFO:teuthology.orchestra.run.trial012.stdout: "config-history/10/", 2026-02-23T07:06:01.843 INFO:teuthology.orchestra.run.trial012.stdout: "config-history/10/+mgr/mgr/dashboard/GRAFANA_API_SSL_VERIFY", 2026-02-23T07:06:01.843 INFO:teuthology.orchestra.run.trial012.stdout: "config-history/2/", 2026-02-23T07:06:01.843 INFO:teuthology.orchestra.run.trial012.stdout: "config-history/2/+client.rgw/rgw_cache_enabled", 2026-02-23T07:06:01.843 INFO:teuthology.orchestra.run.trial012.stdout: "config-history/2/+client.rgw/rgw_enable_ops_log", 2026-02-23T07:06:01.843 INFO:teuthology.orchestra.run.trial012.stdout: "config-history/2/+client.rgw/rgw_enable_usage_log", 2026-02-23T07:06:01.843 INFO:teuthology.orchestra.run.trial012.stdout: "config-history/2/+global/auth_debug", 2026-02-23T07:06:01.843 INFO:teuthology.orchestra.run.trial012.stdout: "config-history/2/+global/container_image", 2026-02-23T07:06:01.843 INFO:teuthology.orchestra.run.trial012.stdout: "config-history/2/+global/debug_asserts_on_shutdown", 2026-02-23T07:06:01.843 INFO:teuthology.orchestra.run.trial012.stdout: "config-history/2/+global/log_to_file", 2026-02-23T07:06:01.843 INFO:teuthology.orchestra.run.trial012.stdout: "config-history/2/+global/log_to_journald", 2026-02-23T07:06:01.843 INFO:teuthology.orchestra.run.trial012.stdout: "config-history/2/+global/log_to_stderr", 2026-02-23T07:06:01.843 INFO:teuthology.orchestra.run.trial012.stdout: "config-history/2/+global/mon_allow_pool_delete", 2026-02-23T07:06:01.843 INFO:teuthology.orchestra.run.trial012.stdout: "config-history/2/+global/mon_clock_drift_allowed", 2026-02-23T07:06:01.843 INFO:teuthology.orchestra.run.trial012.stdout: "config-history/2/+global/mon_cluster_log_to_file", 2026-02-23T07:06:01.843 INFO:teuthology.orchestra.run.trial012.stdout: "config-history/2/+global/mon_max_pg_per_osd", 2026-02-23T07:06:01.843 INFO:teuthology.orchestra.run.trial012.stdout: "config-history/2/+global/mon_pg_warn_max_object_skew", 2026-02-23T07:06:01.843 INFO:teuthology.orchestra.run.trial012.stdout: "config-history/2/+global/mon_warn_on_crush_straw_calc_version_zero", 2026-02-23T07:06:01.843 INFO:teuthology.orchestra.run.trial012.stdout: "config-history/2/+global/mon_warn_on_legacy_crush_tunables", 2026-02-23T07:06:01.843 INFO:teuthology.orchestra.run.trial012.stdout: "config-history/2/+global/mon_warn_on_osd_down_out_interval_zero", 2026-02-23T07:06:01.843 INFO:teuthology.orchestra.run.trial012.stdout: "config-history/2/+global/mon_warn_on_pool_pg_num_not_power_of_two", 2026-02-23T07:06:01.843 INFO:teuthology.orchestra.run.trial012.stdout: "config-history/2/+global/mon_warn_on_too_few_osds", 2026-02-23T07:06:01.843 INFO:teuthology.orchestra.run.trial012.stdout: "config-history/2/+global/ms_die_on_bug", 2026-02-23T07:06:01.843 INFO:teuthology.orchestra.run.trial012.stdout: "config-history/2/+global/ms_die_on_old_message", 2026-02-23T07:06:01.843 INFO:teuthology.orchestra.run.trial012.stdout: "config-history/2/+global/osd_pool_default_erasure_code_profile", 2026-02-23T07:06:01.843 INFO:teuthology.orchestra.run.trial012.stdout: "config-history/2/+global/osd_pool_default_pg_autoscale_mode", 2026-02-23T07:06:01.843 INFO:teuthology.orchestra.run.trial012.stdout: "config-history/2/+mgr/debug_mgr", 2026-02-23T07:06:01.843 INFO:teuthology.orchestra.run.trial012.stdout: "config-history/2/+mgr/debug_ms", 2026-02-23T07:06:01.843 INFO:teuthology.orchestra.run.trial012.stdout: "config-history/2/+mgr/mon_reweight_min_bytes_per_osd", 2026-02-23T07:06:01.843 INFO:teuthology.orchestra.run.trial012.stdout: "config-history/2/+mgr/mon_reweight_min_pgs_per_osd", 2026-02-23T07:06:01.843 INFO:teuthology.orchestra.run.trial012.stdout: "config-history/2/+mon/auth_allow_insecure_global_id_reclaim", 2026-02-23T07:06:01.843 INFO:teuthology.orchestra.run.trial012.stdout: "config-history/2/+mon/auth_mon_ticket_ttl", 2026-02-23T07:06:01.844 INFO:teuthology.orchestra.run.trial012.stdout: "config-history/2/+mon/auth_service_ticket_ttl", 2026-02-23T07:06:01.844 INFO:teuthology.orchestra.run.trial012.stdout: "config-history/2/+mon/debug_mon", 2026-02-23T07:06:01.844 INFO:teuthology.orchestra.run.trial012.stdout: "config-history/2/+mon/debug_ms", 2026-02-23T07:06:01.844 INFO:teuthology.orchestra.run.trial012.stdout: "config-history/2/+mon/debug_paxos", 2026-02-23T07:06:01.844 INFO:teuthology.orchestra.run.trial012.stdout: "config-history/2/+mon/mon_data_avail_warn", 2026-02-23T07:06:01.844 INFO:teuthology.orchestra.run.trial012.stdout: "config-history/2/+mon/mon_mgr_mkfs_grace", 2026-02-23T07:06:01.844 INFO:teuthology.orchestra.run.trial012.stdout: "config-history/2/+mon/mon_osd_prime_pg_temp", 2026-02-23T07:06:01.844 INFO:teuthology.orchestra.run.trial012.stdout: "config-history/2/+mon/mon_osd_reporter_subtree_level", 2026-02-23T07:06:01.844 INFO:teuthology.orchestra.run.trial012.stdout: "config-history/2/+mon/mon_reweight_min_bytes_per_osd", 2026-02-23T07:06:01.844 INFO:teuthology.orchestra.run.trial012.stdout: "config-history/2/+mon/mon_reweight_min_pgs_per_osd", 2026-02-23T07:06:01.844 INFO:teuthology.orchestra.run.trial012.stdout: "config-history/2/+mon/mon_warn_on_insecure_global_id_reclaim", 2026-02-23T07:06:01.844 INFO:teuthology.orchestra.run.trial012.stdout: "config-history/2/+mon/mon_warn_on_insecure_global_id_reclaim_allowed", 2026-02-23T07:06:01.844 INFO:teuthology.orchestra.run.trial012.stdout: "config-history/2/+osd/bdev_debug_aio", 2026-02-23T07:06:01.844 INFO:teuthology.orchestra.run.trial012.stdout: "config-history/2/+osd/debug_ms", 2026-02-23T07:06:01.844 INFO:teuthology.orchestra.run.trial012.stdout: "config-history/2/+osd/debug_osd", 2026-02-23T07:06:01.844 INFO:teuthology.orchestra.run.trial012.stdout: "config-history/2/+osd/osd_debug_misdirected_ops", 2026-02-23T07:06:01.844 INFO:teuthology.orchestra.run.trial012.stdout: "config-history/2/+osd/osd_debug_op_order", 2026-02-23T07:06:01.844 INFO:teuthology.orchestra.run.trial012.stdout: "config-history/2/+osd/osd_debug_pg_log_writeout", 2026-02-23T07:06:01.844 INFO:teuthology.orchestra.run.trial012.stdout: "config-history/2/+osd/osd_debug_shutdown", 2026-02-23T07:06:01.844 INFO:teuthology.orchestra.run.trial012.stdout: "config-history/2/+osd/osd_debug_verify_cached_snaps", 2026-02-23T07:06:01.844 INFO:teuthology.orchestra.run.trial012.stdout: "config-history/2/+osd/osd_debug_verify_missing_on_start", 2026-02-23T07:06:01.844 INFO:teuthology.orchestra.run.trial012.stdout: "config-history/2/+osd/osd_debug_verify_stray_on_activate", 2026-02-23T07:06:01.844 INFO:teuthology.orchestra.run.trial012.stdout: "config-history/2/+osd/osd_deep_scrub_update_digest_min_age", 2026-02-23T07:06:01.844 INFO:teuthology.orchestra.run.trial012.stdout: "config-history/2/+osd/osd_mclock_profile", 2026-02-23T07:06:01.844 INFO:teuthology.orchestra.run.trial012.stdout: "config-history/2/+osd/osd_mclock_skip_benchmark", 2026-02-23T07:06:01.844 INFO:teuthology.orchestra.run.trial012.stdout: "config-history/2/+osd/osd_memory_target_autotune", 2026-02-23T07:06:01.844 INFO:teuthology.orchestra.run.trial012.stdout: "config-history/2/+osd/osd_op_queue", 2026-02-23T07:06:01.844 INFO:teuthology.orchestra.run.trial012.stdout: "config-history/2/+osd/osd_op_queue_cut_off", 2026-02-23T07:06:01.844 INFO:teuthology.orchestra.run.trial012.stdout: "config-history/2/+osd/osd_recover_clone_overlap", 2026-02-23T07:06:01.844 INFO:teuthology.orchestra.run.trial012.stdout: "config-history/2/+osd/osd_recovery_max_chunk", 2026-02-23T07:06:01.844 INFO:teuthology.orchestra.run.trial012.stdout: "config-history/2/+osd/osd_scrub_load_threshold", 2026-02-23T07:06:01.844 INFO:teuthology.orchestra.run.trial012.stdout: "config-history/2/+osd/osd_scrub_max_interval", 2026-02-23T07:06:01.844 INFO:teuthology.orchestra.run.trial012.stdout: "config-history/2/+osd/osd_shutdown_pgref_assert", 2026-02-23T07:06:01.844 INFO:teuthology.orchestra.run.trial012.stdout: "config-history/3/", 2026-02-23T07:06:01.844 INFO:teuthology.orchestra.run.trial012.stdout: "config-history/3/+global/public_network", 2026-02-23T07:06:01.844 INFO:teuthology.orchestra.run.trial012.stdout: "config-history/4/", 2026-02-23T07:06:01.844 INFO:teuthology.orchestra.run.trial012.stdout: "config-history/4/+mgr/mgr/cephadm/migration_current", 2026-02-23T07:06:01.844 INFO:teuthology.orchestra.run.trial012.stdout: "config-history/5/", 2026-02-23T07:06:01.844 INFO:teuthology.orchestra.run.trial012.stdout: "config-history/5/+mgr/mgr/orchestrator/orchestrator", 2026-02-23T07:06:01.844 INFO:teuthology.orchestra.run.trial012.stdout: "config-history/6/", 2026-02-23T07:06:01.844 INFO:teuthology.orchestra.run.trial012.stdout: "config-history/6/+global/container_image", 2026-02-23T07:06:01.845 INFO:teuthology.orchestra.run.trial012.stdout: "config-history/6/-global/container_image", 2026-02-23T07:06:01.845 INFO:teuthology.orchestra.run.trial012.stdout: "config-history/7/", 2026-02-23T07:06:01.845 INFO:teuthology.orchestra.run.trial012.stdout: "config-history/7/+mgr/mgr/cephadm/container_init", 2026-02-23T07:06:01.845 INFO:teuthology.orchestra.run.trial012.stdout: "config-history/8/", 2026-02-23T07:06:01.845 INFO:teuthology.orchestra.run.trial012.stdout: "config-history/8/+mgr/mgr/dashboard/ssl_server_port", 2026-02-23T07:06:01.845 INFO:teuthology.orchestra.run.trial012.stdout: "config-history/9/", 2026-02-23T07:06:01.845 INFO:teuthology.orchestra.run.trial012.stdout: "config-history/9/+mgr/mgr/cephadm/allow_ptrace", 2026-02-23T07:06:01.845 INFO:teuthology.orchestra.run.trial012.stdout: "config/client.rgw/rgw_cache_enabled", 2026-02-23T07:06:01.845 INFO:teuthology.orchestra.run.trial012.stdout: "config/client.rgw/rgw_enable_ops_log", 2026-02-23T07:06:01.845 INFO:teuthology.orchestra.run.trial012.stdout: "config/client.rgw/rgw_enable_usage_log", 2026-02-23T07:06:01.845 INFO:teuthology.orchestra.run.trial012.stdout: "config/global/auth_debug", 2026-02-23T07:06:01.845 INFO:teuthology.orchestra.run.trial012.stdout: "config/global/container_image", 2026-02-23T07:06:01.845 INFO:teuthology.orchestra.run.trial012.stdout: "config/global/debug_asserts_on_shutdown", 2026-02-23T07:06:01.845 INFO:teuthology.orchestra.run.trial012.stdout: "config/global/log_to_file", 2026-02-23T07:06:01.845 INFO:teuthology.orchestra.run.trial012.stdout: "config/global/log_to_journald", 2026-02-23T07:06:01.845 INFO:teuthology.orchestra.run.trial012.stdout: "config/global/log_to_stderr", 2026-02-23T07:06:01.845 INFO:teuthology.orchestra.run.trial012.stdout: "config/global/mon_allow_pool_delete", 2026-02-23T07:06:01.845 INFO:teuthology.orchestra.run.trial012.stdout: "config/global/mon_clock_drift_allowed", 2026-02-23T07:06:01.845 INFO:teuthology.orchestra.run.trial012.stdout: "config/global/mon_cluster_log_to_file", 2026-02-23T07:06:01.845 INFO:teuthology.orchestra.run.trial012.stdout: "config/global/mon_max_pg_per_osd", 2026-02-23T07:06:01.845 INFO:teuthology.orchestra.run.trial012.stdout: "config/global/mon_pg_warn_max_object_skew", 2026-02-23T07:06:01.845 INFO:teuthology.orchestra.run.trial012.stdout: "config/global/mon_warn_on_crush_straw_calc_version_zero", 2026-02-23T07:06:01.845 INFO:teuthology.orchestra.run.trial012.stdout: "config/global/mon_warn_on_legacy_crush_tunables", 2026-02-23T07:06:01.845 INFO:teuthology.orchestra.run.trial012.stdout: "config/global/mon_warn_on_osd_down_out_interval_zero", 2026-02-23T07:06:01.845 INFO:teuthology.orchestra.run.trial012.stdout: "config/global/mon_warn_on_pool_pg_num_not_power_of_two", 2026-02-23T07:06:01.845 INFO:teuthology.orchestra.run.trial012.stdout: "config/global/mon_warn_on_too_few_osds", 2026-02-23T07:06:01.845 INFO:teuthology.orchestra.run.trial012.stdout: "config/global/ms_die_on_bug", 2026-02-23T07:06:01.845 INFO:teuthology.orchestra.run.trial012.stdout: "config/global/ms_die_on_old_message", 2026-02-23T07:06:01.845 INFO:teuthology.orchestra.run.trial012.stdout: "config/global/osd_pool_default_erasure_code_profile", 2026-02-23T07:06:01.845 INFO:teuthology.orchestra.run.trial012.stdout: "config/global/osd_pool_default_pg_autoscale_mode", 2026-02-23T07:06:01.845 INFO:teuthology.orchestra.run.trial012.stdout: "config/global/public_network", 2026-02-23T07:06:01.845 INFO:teuthology.orchestra.run.trial012.stdout: "config/mgr/debug_mgr", 2026-02-23T07:06:01.845 INFO:teuthology.orchestra.run.trial012.stdout: "config/mgr/debug_ms", 2026-02-23T07:06:01.845 INFO:teuthology.orchestra.run.trial012.stdout: "config/mgr/mgr/cephadm/allow_ptrace", 2026-02-23T07:06:01.845 INFO:teuthology.orchestra.run.trial012.stdout: "config/mgr/mgr/cephadm/container_init", 2026-02-23T07:06:01.845 INFO:teuthology.orchestra.run.trial012.stdout: "config/mgr/mgr/cephadm/migration_current", 2026-02-23T07:06:01.845 INFO:teuthology.orchestra.run.trial012.stdout: "config/mgr/mgr/dashboard/GRAFANA_API_SSL_VERIFY", 2026-02-23T07:06:01.845 INFO:teuthology.orchestra.run.trial012.stdout: "config/mgr/mgr/dashboard/ssl_server_port", 2026-02-23T07:06:01.845 INFO:teuthology.orchestra.run.trial012.stdout: "config/mgr/mgr/orchestrator/orchestrator", 2026-02-23T07:06:01.845 INFO:teuthology.orchestra.run.trial012.stdout: "config/mgr/mon_reweight_min_bytes_per_osd", 2026-02-23T07:06:01.845 INFO:teuthology.orchestra.run.trial012.stdout: "config/mgr/mon_reweight_min_pgs_per_osd", 2026-02-23T07:06:01.845 INFO:teuthology.orchestra.run.trial012.stdout: "config/mon/auth_allow_insecure_global_id_reclaim", 2026-02-23T07:06:01.846 INFO:teuthology.orchestra.run.trial012.stdout: "config/mon/auth_mon_ticket_ttl", 2026-02-23T07:06:01.846 INFO:teuthology.orchestra.run.trial012.stdout: "config/mon/auth_service_ticket_ttl", 2026-02-23T07:06:01.846 INFO:teuthology.orchestra.run.trial012.stdout: "config/mon/debug_mon", 2026-02-23T07:06:01.846 INFO:teuthology.orchestra.run.trial012.stdout: "config/mon/debug_ms", 2026-02-23T07:06:01.846 INFO:teuthology.orchestra.run.trial012.stdout: "config/mon/debug_paxos", 2026-02-23T07:06:01.846 INFO:teuthology.orchestra.run.trial012.stdout: "config/mon/mon_data_avail_warn", 2026-02-23T07:06:01.846 INFO:teuthology.orchestra.run.trial012.stdout: "config/mon/mon_mgr_mkfs_grace", 2026-02-23T07:06:01.846 INFO:teuthology.orchestra.run.trial012.stdout: "config/mon/mon_osd_prime_pg_temp", 2026-02-23T07:06:01.846 INFO:teuthology.orchestra.run.trial012.stdout: "config/mon/mon_osd_reporter_subtree_level", 2026-02-23T07:06:01.846 INFO:teuthology.orchestra.run.trial012.stdout: "config/mon/mon_reweight_min_bytes_per_osd", 2026-02-23T07:06:01.846 INFO:teuthology.orchestra.run.trial012.stdout: "config/mon/mon_reweight_min_pgs_per_osd", 2026-02-23T07:06:01.846 INFO:teuthology.orchestra.run.trial012.stdout: "config/mon/mon_warn_on_insecure_global_id_reclaim", 2026-02-23T07:06:01.846 INFO:teuthology.orchestra.run.trial012.stdout: "config/mon/mon_warn_on_insecure_global_id_reclaim_allowed", 2026-02-23T07:06:01.846 INFO:teuthology.orchestra.run.trial012.stdout: "config/osd/bdev_debug_aio", 2026-02-23T07:06:01.846 INFO:teuthology.orchestra.run.trial012.stdout: "config/osd/debug_ms", 2026-02-23T07:06:01.846 INFO:teuthology.orchestra.run.trial012.stdout: "config/osd/debug_osd", 2026-02-23T07:06:01.846 INFO:teuthology.orchestra.run.trial012.stdout: "config/osd/osd_debug_misdirected_ops", 2026-02-23T07:06:01.846 INFO:teuthology.orchestra.run.trial012.stdout: "config/osd/osd_debug_op_order", 2026-02-23T07:06:01.846 INFO:teuthology.orchestra.run.trial012.stdout: "config/osd/osd_debug_pg_log_writeout", 2026-02-23T07:06:01.846 INFO:teuthology.orchestra.run.trial012.stdout: "config/osd/osd_debug_shutdown", 2026-02-23T07:06:01.846 INFO:teuthology.orchestra.run.trial012.stdout: "config/osd/osd_debug_verify_cached_snaps", 2026-02-23T07:06:01.846 INFO:teuthology.orchestra.run.trial012.stdout: "config/osd/osd_debug_verify_missing_on_start", 2026-02-23T07:06:01.846 INFO:teuthology.orchestra.run.trial012.stdout: "config/osd/osd_debug_verify_stray_on_activate", 2026-02-23T07:06:01.846 INFO:teuthology.orchestra.run.trial012.stdout: "config/osd/osd_deep_scrub_update_digest_min_age", 2026-02-23T07:06:01.846 INFO:teuthology.orchestra.run.trial012.stdout: "config/osd/osd_mclock_profile", 2026-02-23T07:06:01.846 INFO:teuthology.orchestra.run.trial012.stdout: "config/osd/osd_mclock_skip_benchmark", 2026-02-23T07:06:01.846 INFO:teuthology.orchestra.run.trial012.stdout: "config/osd/osd_memory_target_autotune", 2026-02-23T07:06:01.846 INFO:teuthology.orchestra.run.trial012.stdout: "config/osd/osd_op_queue", 2026-02-23T07:06:01.846 INFO:teuthology.orchestra.run.trial012.stdout: "config/osd/osd_op_queue_cut_off", 2026-02-23T07:06:01.846 INFO:teuthology.orchestra.run.trial012.stdout: "config/osd/osd_recover_clone_overlap", 2026-02-23T07:06:01.846 INFO:teuthology.orchestra.run.trial012.stdout: "config/osd/osd_recovery_max_chunk", 2026-02-23T07:06:01.846 INFO:teuthology.orchestra.run.trial012.stdout: "config/osd/osd_scrub_load_threshold", 2026-02-23T07:06:01.846 INFO:teuthology.orchestra.run.trial012.stdout: "config/osd/osd_scrub_max_interval", 2026-02-23T07:06:01.846 INFO:teuthology.orchestra.run.trial012.stdout: "config/osd/osd_shutdown_pgref_assert", 2026-02-23T07:06:01.846 INFO:teuthology.orchestra.run.trial012.stdout: "mgr/cephadm/cert_store.cert.cephadm-signed_agent_cert", 2026-02-23T07:06:01.846 INFO:teuthology.orchestra.run.trial012.stdout: "mgr/cephadm/cert_store.cert.cephadm-signed_alertmanager_cert", 2026-02-23T07:06:01.846 INFO:teuthology.orchestra.run.trial012.stdout: "mgr/cephadm/cert_store.cert.cephadm-signed_ceph-exporter_cert", 2026-02-23T07:06:01.846 INFO:teuthology.orchestra.run.trial012.stdout: "mgr/cephadm/cert_store.cert.cephadm-signed_grafana_cert", 2026-02-23T07:06:01.846 INFO:teuthology.orchestra.run.trial012.stdout: "mgr/cephadm/cert_store.cert.cephadm-signed_node-exporter_cert", 2026-02-23T07:06:01.846 INFO:teuthology.orchestra.run.trial012.stdout: "mgr/cephadm/cert_store.cert.cephadm_root_ca_cert", 2026-02-23T07:06:01.846 INFO:teuthology.orchestra.run.trial012.stdout: "mgr/cephadm/cert_store.key.cephadm-signed_agent_key", 2026-02-23T07:06:01.846 INFO:teuthology.orchestra.run.trial012.stdout: "mgr/cephadm/cert_store.key.cephadm-signed_alertmanager_key", 2026-02-23T07:06:01.847 INFO:teuthology.orchestra.run.trial012.stdout: "mgr/cephadm/cert_store.key.cephadm-signed_ceph-exporter_key", 2026-02-23T07:06:01.847 INFO:teuthology.orchestra.run.trial012.stdout: "mgr/cephadm/cert_store.key.cephadm-signed_grafana_key", 2026-02-23T07:06:01.847 INFO:teuthology.orchestra.run.trial012.stdout: "mgr/cephadm/cert_store.key.cephadm-signed_node-exporter_key", 2026-02-23T07:06:01.847 INFO:teuthology.orchestra.run.trial012.stdout: "mgr/cephadm/cert_store.key.cephadm_root_ca_key", 2026-02-23T07:06:01.847 INFO:teuthology.orchestra.run.trial012.stdout: "mgr/cephadm/client_keyrings", 2026-02-23T07:06:01.847 INFO:teuthology.orchestra.run.trial012.stdout: "mgr/cephadm/config_checks", 2026-02-23T07:06:01.847 INFO:teuthology.orchestra.run.trial012.stdout: "mgr/cephadm/host.trial012", 2026-02-23T07:06:01.847 INFO:teuthology.orchestra.run.trial012.stdout: "mgr/cephadm/host.trial012.devices.0", 2026-02-23T07:06:01.847 INFO:teuthology.orchestra.run.trial012.stdout: "mgr/cephadm/inventory", 2026-02-23T07:06:01.847 INFO:teuthology.orchestra.run.trial012.stdout: "mgr/cephadm/osd_remove_queue", 2026-02-23T07:06:01.847 INFO:teuthology.orchestra.run.trial012.stdout: "mgr/cephadm/prometheus/web_password", 2026-02-23T07:06:01.847 INFO:teuthology.orchestra.run.trial012.stdout: "mgr/cephadm/prometheus/web_user", 2026-02-23T07:06:01.847 INFO:teuthology.orchestra.run.trial012.stdout: "mgr/cephadm/spec.alertmanager", 2026-02-23T07:06:01.847 INFO:teuthology.orchestra.run.trial012.stdout: "mgr/cephadm/spec.ceph-exporter", 2026-02-23T07:06:01.847 INFO:teuthology.orchestra.run.trial012.stdout: "mgr/cephadm/spec.crash", 2026-02-23T07:06:01.847 INFO:teuthology.orchestra.run.trial012.stdout: "mgr/cephadm/spec.grafana", 2026-02-23T07:06:01.847 INFO:teuthology.orchestra.run.trial012.stdout: "mgr/cephadm/spec.mgr", 2026-02-23T07:06:01.847 INFO:teuthology.orchestra.run.trial012.stdout: "mgr/cephadm/spec.mon", 2026-02-23T07:06:01.847 INFO:teuthology.orchestra.run.trial012.stdout: "mgr/cephadm/spec.node-exporter", 2026-02-23T07:06:01.847 INFO:teuthology.orchestra.run.trial012.stdout: "mgr/cephadm/spec.prometheus", 2026-02-23T07:06:01.847 INFO:teuthology.orchestra.run.trial012.stdout: "mgr/cephadm/ssh_identity_key", 2026-02-23T07:06:01.847 INFO:teuthology.orchestra.run.trial012.stdout: "mgr/cephadm/ssh_identity_pub", 2026-02-23T07:06:01.847 INFO:teuthology.orchestra.run.trial012.stdout: "mgr/dashboard/accessdb_v2", 2026-02-23T07:06:01.847 INFO:teuthology.orchestra.run.trial012.stdout: "mgr/dashboard/cluster/status", 2026-02-23T07:06:01.847 INFO:teuthology.orchestra.run.trial012.stdout: "mgr/dashboard/crt", 2026-02-23T07:06:01.847 INFO:teuthology.orchestra.run.trial012.stdout: "mgr/dashboard/key", 2026-02-23T07:06:01.847 INFO:teuthology.orchestra.run.trial012.stdout: "mgr/progress/completed", 2026-02-23T07:06:01.847 INFO:teuthology.orchestra.run.trial012.stdout: "mgr/telemetry/collection", 2026-02-23T07:06:01.847 INFO:teuthology.orchestra.run.trial012.stdout: "mgr/telemetry/report_id", 2026-02-23T07:06:01.847 INFO:teuthology.orchestra.run.trial012.stdout: "mgr/telemetry/salt" 2026-02-23T07:06:01.847 INFO:teuthology.orchestra.run.trial012.stdout:] 2026-02-23T07:06:01.898 DEBUG:teuthology.orchestra.run.trial012:> 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 f752ade8-1085-11f1-b189-d404e6e7d460 -- ceph config-key get mgr/cephadm/inventory 2026-02-23T07:06:01.983 INFO:teuthology.orchestra.run.trial012.stderr:Inferring config /var/lib/ceph/f752ade8-1085-11f1-b189-d404e6e7d460/mon.trial012/config 2026-02-23T07:06:02.110 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:06:01 trial012 bash[11083]: audit 2026-02-23T07:06:01.842539+0000 mon.trial012 (mon.0) 161 : audit [DBG] from='client.? 10.20.193.12:0/4273803322' entity='client.admin' cmd={"prefix": "config-key ls"} : dispatch 2026-02-23T07:06:02.110 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:06:01 trial012 bash[11083]: audit 2026-02-23T07:06:01.842539+0000 mon.trial012 (mon.0) 161 : audit [DBG] from='client.? 10.20.193.12:0/4273803322' entity='client.admin' cmd={"prefix": "config-key ls"} : dispatch 2026-02-23T07:06:02.596 INFO:teuthology.orchestra.run.trial012.stdout:{"trial012": {"hostname": "trial012", "addr": "10.20.193.12", "labels": [], "status": ""}, "trial123": {"hostname": "trial123", "addr": "10.20.193.123", "labels": [], "status": ""}} 2026-02-23T07:06:02.596 INFO:tasks.cephadm:Disabling cephadm mgr module 2026-02-23T07:06:02.596 DEBUG:teuthology.orchestra.run.trial012:> 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 f752ade8-1085-11f1-b189-d404e6e7d460 -- ceph mgr module disable cephadm 2026-02-23T07:06:02.684 INFO:teuthology.orchestra.run.trial012.stderr:Inferring config /var/lib/ceph/f752ade8-1085-11f1-b189-d404e6e7d460/mon.trial012/config 2026-02-23T07:06:03.110 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:06:02 trial012 bash[11083]: audit 2026-02-23T07:06:01.270810+0000 mgr.trial012.zwgxqc (mgr.14164) 29 : audit [DBG] from='client.14207 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-23T07:06:03.110 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:06:02 trial012 bash[11083]: audit 2026-02-23T07:06:01.270810+0000 mgr.trial012.zwgxqc (mgr.14164) 29 : audit [DBG] from='client.14207 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-23T07:06:03.110 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:06:02 trial012 bash[11083]: cluster 2026-02-23T07:06:01.896946+0000 mgr.trial012.zwgxqc (mgr.14164) 30 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-23T07:06:03.110 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:06:02 trial012 bash[11083]: cluster 2026-02-23T07:06:01.896946+0000 mgr.trial012.zwgxqc (mgr.14164) 30 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-23T07:06:03.110 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:06:02 trial012 bash[11083]: audit 2026-02-23T07:06:02.429535+0000 mon.trial012 (mon.0) 162 : audit [DBG] from='client.? 10.20.193.12:0/3176644989' entity='client.admin' cmd={"prefix": "config-key get", "key": "mgr/cephadm/inventory"} : dispatch 2026-02-23T07:06:03.110 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:06:02 trial012 bash[11083]: audit 2026-02-23T07:06:02.429535+0000 mon.trial012 (mon.0) 162 : audit [DBG] from='client.? 10.20.193.12:0/3176644989' entity='client.admin' cmd={"prefix": "config-key get", "key": "mgr/cephadm/inventory"} : dispatch 2026-02-23T07:06:04.122 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2026-02-23T07:06:04.122 DEBUG:teuthology.orchestra.run.trial012:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2026-02-23T07:06:04.126 DEBUG:teuthology.orchestra.run.trial123:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2026-02-23T07:06:04.132 INFO:tasks.cephadm:Stopping all daemons... 2026-02-23T07:06:04.132 INFO:tasks.cephadm.mon.trial012:Stopping mon.trial012... 2026-02-23T07:06:04.132 DEBUG:teuthology.orchestra.run.trial012:> sudo systemctl stop ceph-f752ade8-1085-11f1-b189-d404e6e7d460@mon.trial012 2026-02-23T07:06:04.180 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:06:03 trial012 bash[11083]: audit 2026-02-23T07:06:03.085521+0000 mon.trial012 (mon.0) 163 : audit [INF] from='client.? 10.20.193.12:0/3603545782' entity='client.admin' cmd={"prefix": "mgr module disable", "module": "cephadm"} : dispatch 2026-02-23T07:06:04.180 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:06:03 trial012 bash[11083]: audit 2026-02-23T07:06:03.085521+0000 mon.trial012 (mon.0) 163 : audit [INF] from='client.? 10.20.193.12:0/3603545782' entity='client.admin' cmd={"prefix": "mgr module disable", "module": "cephadm"} : dispatch 2026-02-23T07:06:04.389 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:06:04 trial012 systemd[1]: Stopping Ceph mon.trial012 for f752ade8-1085-11f1-b189-d404e6e7d460... 2026-02-23T07:06:04.389 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:06:04 trial012 bash[11083]: debug 2026-02-23T07:06:04.223+0000 7f7a9be62640 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-mon -n mon.trial012 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-stderr=true (PID: 1) UID: 0 2026-02-23T07:06:04.389 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:06:04 trial012 bash[11083]: debug 2026-02-23T07:06:04.223+0000 7f7a9be62640 -1 mon.trial012@0(leader) e1 *** Got Signal Terminated *** 2026-02-23T07:06:04.389 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:06:04 trial012 bash[23491]: ceph-f752ade8-1085-11f1-b189-d404e6e7d460-mon-trial012 2026-02-23T07:06:04.391 DEBUG:teuthology.orchestra.run.trial012:> sudo pkill -f 'journalctl -f -n 0 -u ceph-f752ade8-1085-11f1-b189-d404e6e7d460@mon.trial012.service' 2026-02-23T07:06:04.438 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:06:04 trial012 systemd[1]: ceph-f752ade8-1085-11f1-b189-d404e6e7d460@mon.trial012.service: Deactivated successfully. 2026-02-23T07:06:04.439 INFO:journalctl@ceph.mon.trial012.trial012.stdout:Feb 23 07:06:04 trial012 systemd[1]: Stopped Ceph mon.trial012 for f752ade8-1085-11f1-b189-d404e6e7d460. 2026-02-23T07:06:04.462 DEBUG:teuthology.orchestra.run:got remote process result: None 2026-02-23T07:06:04.462 INFO:tasks.cephadm.mon.trial012:Stopped mon.trial012 2026-02-23T07:06:04.463 DEBUG:teuthology.orchestra.run.trial012:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid f752ade8-1085-11f1-b189-d404e6e7d460 --force --keep-logs 2026-02-23T07:06:06.297 INFO:teuthology.orchestra.run.trial012.stdout:Deleting cluster with fsid: f752ade8-1085-11f1-b189-d404e6e7d460 2026-02-23T07:06:09.569 DEBUG:teuthology.orchestra.run.trial123:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid f752ade8-1085-11f1-b189-d404e6e7d460 --force --keep-logs 2026-02-23T07:06:09.658 INFO:teuthology.orchestra.run.trial123.stdout:Deleting cluster with fsid: f752ade8-1085-11f1-b189-d404e6e7d460 2026-02-23T07:06:09.706 DEBUG:teuthology.orchestra.run.trial012:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2026-02-23T07:06:09.714 DEBUG:teuthology.orchestra.run.trial123:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2026-02-23T07:06:09.721 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-23T07:06:09.723 INFO:tasks.cephadm:Archiving crash dumps... 2026-02-23T07:06:09.725 DEBUG:teuthology.misc:Transferring archived files from trial012:/var/lib/ceph/f752ade8-1085-11f1-b189-d404e6e7d460/crash to /home/teuthworker/mnt/teuthology/shwetabhosale-2026-02-23_05:55:57-orch:cephadm-wip-shweta-testing-2026-02-19-2025-distro-default-trial/65122/remote/trial012/crash 2026-02-23T07:06:09.727 DEBUG:teuthology.orchestra.run.trial012:> sudo tar c -f - -C /var/lib/ceph/f752ade8-1085-11f1-b189-d404e6e7d460/crash -- . 2026-02-23T07:06:09.764 INFO:teuthology.orchestra.run.trial012.stderr:tar: /var/lib/ceph/f752ade8-1085-11f1-b189-d404e6e7d460/crash: Cannot open: No such file or directory 2026-02-23T07:06:09.765 INFO:teuthology.orchestra.run.trial012.stderr:tar: Error is not recoverable: exiting now 2026-02-23T07:06:09.766 DEBUG:teuthology.misc:Transferring archived files from trial123:/var/lib/ceph/f752ade8-1085-11f1-b189-d404e6e7d460/crash to /home/teuthworker/mnt/teuthology/shwetabhosale-2026-02-23_05:55:57-orch:cephadm-wip-shweta-testing-2026-02-19-2025-distro-default-trial/65122/remote/trial123/crash 2026-02-23T07:06:09.767 DEBUG:teuthology.orchestra.run.trial123:> sudo tar c -f - -C /var/lib/ceph/f752ade8-1085-11f1-b189-d404e6e7d460/crash -- . 2026-02-23T07:06:09.775 INFO:teuthology.orchestra.run.trial123.stderr:tar: /var/lib/ceph/f752ade8-1085-11f1-b189-d404e6e7d460/crash: Cannot open: No such file or directory 2026-02-23T07:06:09.775 INFO:teuthology.orchestra.run.trial123.stderr:tar: Error is not recoverable: exiting now 2026-02-23T07:06:09.776 INFO:tasks.cephadm:Checking cluster log for badness... 2026-02-23T07:06:09.776 DEBUG:teuthology.orchestra.run.trial012:> sudo grep -E '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/f752ade8-1085-11f1-b189-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-23T07:06:09.818 INFO:tasks.cephadm:Compressing logs... 2026-02-23T07:06:09.818 DEBUG:teuthology.orchestra.run.trial012:> 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-23T07:06:09.863 DEBUG:teuthology.orchestra.run.trial123:> 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-23T07:06:09.874 INFO:teuthology.orchestra.run.trial012.stderr:find: ‘/var/log/rbd-target-api’: No such file or directory 2026-02-23T07:06:09.874 INFO:teuthology.orchestra.run.trial012.stderr:gzip -5 --verbose -- /var/log/ceph/f752ade8-1085-11f1-b189-d404e6e7d460/ceph-client.ceph-exporter.trial012.log 2026-02-23T07:06:09.874 INFO:teuthology.orchestra.run.trial012.stderr:gzip -5 --verbose -- /var/log/ceph/f752ade8-1085-11f1-b189-d404e6e7d460/ceph-volume.log 2026-02-23T07:06:09.875 INFO:teuthology.orchestra.run.trial012.stderr:/var/log/ceph/f752ade8-1085-11f1-b189-d404e6e7d460/ceph-client.ceph-exporter.trial012.log: 57.1% -- replaced with /var/log/ceph/f752ade8-1085-11f1-b189-d404e6e7d460/ceph-client.ceph-exporter.trial012.log.gz 2026-02-23T07:06:09.875 INFO:teuthology.orchestra.run.trial012.stderr:gzip -5 --verbose -- /var/log/ceph/f752ade8-1085-11f1-b189-d404e6e7d460/ceph.audit.log 2026-02-23T07:06:09.875 INFO:teuthology.orchestra.run.trial012.stderr:gzip -5 --verbose -- /var/log/ceph/f752ade8-1085-11f1-b189-d404e6e7d460/ceph.log 2026-02-23T07:06:09.875 INFO:teuthology.orchestra.run.trial012.stderr:/var/log/ceph/f752ade8-1085-11f1-b189-d404e6e7d460/ceph-volume.log: /var/log/ceph/f752ade8-1085-11f1-b189-d404e6e7d460/ceph.audit.log: gzip -5 --verbose -- /var/log/ceph/f752ade8-1085-11f1-b189-d404e6e7d460/ceph.cephadm.log 2026-02-23T07:06:09.875 INFO:teuthology.orchestra.run.trial012.stderr: 88.8% -- replaced with /var/log/ceph/f752ade8-1085-11f1-b189-d404e6e7d460/ceph.audit.log.gz 2026-02-23T07:06:09.875 INFO:teuthology.orchestra.run.trial012.stderr:/var/log/ceph/f752ade8-1085-11f1-b189-d404e6e7d460/ceph.log: gzip -5 --verbose -- /var/log/ceph/f752ade8-1085-11f1-b189-d404e6e7d460/ceph-mon.trial012.log 2026-02-23T07:06:09.876 INFO:teuthology.orchestra.run.trial012.stderr: 89.6% -- replaced with /var/log/ceph/f752ade8-1085-11f1-b189-d404e6e7d460/ceph-volume.log.gz 2026-02-23T07:06:09.876 INFO:teuthology.orchestra.run.trial012.stderr: 80.1% -- replaced with /var/log/ceph/f752ade8-1085-11f1-b189-d404e6e7d460/ceph.log.gz 2026-02-23T07:06:09.876 INFO:teuthology.orchestra.run.trial012.stderr:/var/log/ceph/f752ade8-1085-11f1-b189-d404e6e7d460/ceph.cephadm.log: gzip -5 --verbose -- /var/log/ceph/f752ade8-1085-11f1-b189-d404e6e7d460/ceph-mgr.trial012.zwgxqc.log 2026-02-23T07:06:09.876 INFO:teuthology.orchestra.run.trial012.stderr: 78.9% -- replaced with /var/log/ceph/f752ade8-1085-11f1-b189-d404e6e7d460/ceph.cephadm.log.gz 2026-02-23T07:06:09.876 INFO:teuthology.orchestra.run.trial012.stderr:/var/log/ceph/f752ade8-1085-11f1-b189-d404e6e7d460/ceph-mon.trial012.log: gzip -5 --verbose -- /var/log/ceph/cephadm.log 2026-02-23T07:06:09.879 INFO:teuthology.orchestra.run.trial123.stderr:find: ‘/var/log/rbd-target-api’gzip: No such file or directory -5 2026-02-23T07:06:09.879 INFO:teuthology.orchestra.run.trial123.stderr: --verbose -- /var/log/ceph/cephadm.log 2026-02-23T07:06:09.879 INFO:teuthology.orchestra.run.trial123.stderr:/var/log/ceph/cephadm.log: 76.0% -- replaced with /var/log/ceph/cephadm.log.gz 2026-02-23T07:06:09.880 INFO:teuthology.orchestra.run.trial123.stderr: 2026-02-23T07:06:09.880 INFO:teuthology.orchestra.run.trial123.stderr:real 0m0.007s 2026-02-23T07:06:09.880 INFO:teuthology.orchestra.run.trial123.stderr:user 0m0.008s 2026-02-23T07:06:09.880 INFO:teuthology.orchestra.run.trial123.stderr:sys 0m0.005s 2026-02-23T07:06:09.883 INFO:teuthology.orchestra.run.trial012.stderr:/var/log/ceph/f752ade8-1085-11f1-b189-d404e6e7d460/ceph-mgr.trial012.zwgxqc.log: /var/log/ceph/cephadm.log: 93.4% -- replaced with /var/log/ceph/cephadm.log.gz 2026-02-23T07:06:09.893 INFO:teuthology.orchestra.run.trial012.stderr: 92.0% -- replaced with /var/log/ceph/f752ade8-1085-11f1-b189-d404e6e7d460/ceph-mon.trial012.log.gz 2026-02-23T07:06:09.908 INFO:teuthology.orchestra.run.trial012.stderr: 91.4% -- replaced with /var/log/ceph/f752ade8-1085-11f1-b189-d404e6e7d460/ceph-mgr.trial012.zwgxqc.log.gz 2026-02-23T07:06:09.909 INFO:teuthology.orchestra.run.trial012.stderr: 2026-02-23T07:06:09.909 INFO:teuthology.orchestra.run.trial012.stderr:real 0m0.045s 2026-02-23T07:06:09.909 INFO:teuthology.orchestra.run.trial012.stderr:user 0m0.077s 2026-02-23T07:06:09.909 INFO:teuthology.orchestra.run.trial012.stderr:sys 0m0.010s 2026-02-23T07:06:09.910 INFO:tasks.cephadm:Archiving logs... 2026-02-23T07:06:09.911 DEBUG:teuthology.misc:Transferring archived files from trial012:/var/log/ceph to /home/teuthworker/mnt/teuthology/shwetabhosale-2026-02-23_05:55:57-orch:cephadm-wip-shweta-testing-2026-02-19-2025-distro-default-trial/65122/remote/trial012/log 2026-02-23T07:06:09.912 DEBUG:teuthology.orchestra.run.trial012:> sudo tar c -f - -C /var/log/ceph -- . 2026-02-23T07:06:09.987 DEBUG:teuthology.misc:Transferring archived files from trial123:/var/log/ceph to /home/teuthworker/mnt/teuthology/shwetabhosale-2026-02-23_05:55:57-orch:cephadm-wip-shweta-testing-2026-02-19-2025-distro-default-trial/65122/remote/trial123/log 2026-02-23T07:06:09.989 DEBUG:teuthology.orchestra.run.trial123:> sudo tar c -f - -C /var/log/ceph -- . 2026-02-23T07:06:10.000 INFO:tasks.cephadm:Removing cluster... 2026-02-23T07:06:10.000 DEBUG:teuthology.orchestra.run.trial012:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid f752ade8-1085-11f1-b189-d404e6e7d460 --force 2026-02-23T07:06:10.103 INFO:teuthology.orchestra.run.trial012.stdout:Deleting cluster with fsid: f752ade8-1085-11f1-b189-d404e6e7d460 2026-02-23T07:06:10.155 DEBUG:teuthology.orchestra.run.trial123:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid f752ade8-1085-11f1-b189-d404e6e7d460 --force 2026-02-23T07:06:10.245 INFO:teuthology.orchestra.run.trial123.stdout:Deleting cluster with fsid: f752ade8-1085-11f1-b189-d404e6e7d460 2026-02-23T07:06:10.292 INFO:tasks.cephadm:Removing cephadm ... 2026-02-23T07:06:10.292 DEBUG:teuthology.orchestra.run.trial012:> rm -rf /home/ubuntu/cephtest/cephadm 2026-02-23T07:06:10.296 DEBUG:teuthology.orchestra.run.trial123:> rm -rf /home/ubuntu/cephtest/cephadm 2026-02-23T07:06:10.299 INFO:tasks.cephadm:Teardown complete 2026-02-23T07:06:10.299 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-23T07:06:10.300 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2026-02-23T07:06:10.310 DEBUG:teuthology.run_tasks:Unwinding manager nvme_loop 2026-02-23T07:06:10.325 INFO:tasks.nvme_loop:Disconnecting nvme_loop trial012:/dev/vg_nvme/lv_1... 2026-02-23T07:06:10.325 DEBUG:teuthology.orchestra.run.trial012:> sudo nvme disconnect -n lv_1 2026-02-23T07:06:10.869 INFO:teuthology.orchestra.run.trial012.stdout:NQN:lv_1 disconnected 1 controller(s) 2026-02-23T07:06:10.870 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-02-23T07:06:10.870 INFO:tasks.nvme_loop:Disconnecting nvme_loop trial012:/dev/vg_nvme/lv_2... 2026-02-23T07:06:10.870 DEBUG:teuthology.orchestra.run.trial012:> sudo nvme disconnect -n lv_2 2026-02-23T07:06:11.401 INFO:teuthology.orchestra.run.trial012.stdout:NQN:lv_2 disconnected 1 controller(s) 2026-02-23T07:06:11.402 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-02-23T07:06:11.403 INFO:tasks.nvme_loop:Disconnecting nvme_loop trial012:/dev/vg_nvme/lv_3... 2026-02-23T07:06:11.403 DEBUG:teuthology.orchestra.run.trial012:> sudo nvme disconnect -n lv_3 2026-02-23T07:06:11.957 INFO:teuthology.orchestra.run.trial012.stdout:NQN:lv_3 disconnected 1 controller(s) 2026-02-23T07:06:11.958 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-02-23T07:06:11.958 INFO:tasks.nvme_loop:Disconnecting nvme_loop trial012:/dev/vg_nvme/lv_4... 2026-02-23T07:06:11.958 DEBUG:teuthology.orchestra.run.trial012:> sudo nvme disconnect -n lv_4 2026-02-23T07:06:12.505 INFO:teuthology.orchestra.run.trial012.stdout:NQN:lv_4 disconnected 1 controller(s) 2026-02-23T07:06:12.506 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-02-23T07:06:12.507 DEBUG:teuthology.orchestra.run.trial012:> set -ex 2026-02-23T07:06:12.507 DEBUG:teuthology.orchestra.run.trial012:> sudo dd of=/scratch_devs 2026-02-23T07:06:12.517 INFO:tasks.nvme_loop:Disconnecting nvme_loop trial123:/dev/vg_nvme/lv_1... 2026-02-23T07:06:12.517 DEBUG:teuthology.orchestra.run.trial123:> sudo nvme disconnect -n lv_1 2026-02-23T07:06:13.026 INFO:teuthology.orchestra.run.trial123.stdout:NQN:lv_1 disconnected 1 controller(s) 2026-02-23T07:06:13.027 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-02-23T07:06:13.028 INFO:tasks.nvme_loop:Disconnecting nvme_loop trial123:/dev/vg_nvme/lv_2... 2026-02-23T07:06:13.028 DEBUG:teuthology.orchestra.run.trial123:> sudo nvme disconnect -n lv_2 2026-02-23T07:06:13.534 INFO:teuthology.orchestra.run.trial123.stdout:NQN:lv_2 disconnected 1 controller(s) 2026-02-23T07:06:13.535 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-02-23T07:06:13.536 INFO:tasks.nvme_loop:Disconnecting nvme_loop trial123:/dev/vg_nvme/lv_3... 2026-02-23T07:06:13.536 DEBUG:teuthology.orchestra.run.trial123:> sudo nvme disconnect -n lv_3 2026-02-23T07:06:14.046 INFO:teuthology.orchestra.run.trial123.stdout:NQN:lv_3 disconnected 1 controller(s) 2026-02-23T07:06:14.047 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-02-23T07:06:14.048 INFO:tasks.nvme_loop:Disconnecting nvme_loop trial123:/dev/vg_nvme/lv_4... 2026-02-23T07:06:14.048 DEBUG:teuthology.orchestra.run.trial123:> sudo nvme disconnect -n lv_4 2026-02-23T07:06:14.606 INFO:teuthology.orchestra.run.trial123.stdout:NQN:lv_4 disconnected 1 controller(s) 2026-02-23T07:06:14.607 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-02-23T07:06:14.608 DEBUG:teuthology.orchestra.run.trial123:> set -ex 2026-02-23T07:06:14.608 DEBUG:teuthology.orchestra.run.trial123:> sudo dd of=/scratch_devs 2026-02-23T07:06:14.619 DEBUG:teuthology.run_tasks:Unwinding manager clock 2026-02-23T07:06:14.636 INFO:teuthology.task.clock:Checking final clock skew... 2026-02-23T07:06:14.636 DEBUG:teuthology.orchestra.run.trial012:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2026-02-23T07:06:14.638 DEBUG:teuthology.orchestra.run.trial123:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2026-02-23T07:06:14.656 INFO:teuthology.orchestra.run.trial012.stdout: remote refid st t when poll reach delay offset jitter 2026-02-23T07:06:14.656 INFO:teuthology.orchestra.run.trial012.stdout:============================================================================== 2026-02-23T07:06:14.656 INFO:teuthology.orchestra.run.trial012.stdout: chi2.us.ntp.li 204.9.54.119 2 u 15 64 3 19.666 -0.851 0.403 2026-02-23T07:06:14.657 INFO:teuthology.orchestra.run.trial012.stdout: ntp1.glypnod.co 169.229.128.134 2 u 9 64 3 67.206 -0.568 0.307 2026-02-23T07:06:14.657 INFO:teuthology.orchestra.run.trial012.stdout: chl.la 42.20.202.230 2 u 12 64 3 71.531 +0.697 0.566 2026-02-23T07:06:14.657 INFO:teuthology.orchestra.run.trial012.stdout: 173.249.203.227 228.188.15.147 2 u 14 64 3 62.817 -2.583 0.659 2026-02-23T07:06:14.700 INFO:teuthology.orchestra.run.trial123.stdout: remote refid st t when poll reach delay offset jitter 2026-02-23T07:06:14.700 INFO:teuthology.orchestra.run.trial123.stdout:============================================================================== 2026-02-23T07:06:14.700 INFO:teuthology.orchestra.run.trial123.stdout: frumentum-zeus. 209.180.247.49 2 u 13 64 3 29.896 -1.263 0.707 2026-02-23T07:06:14.700 INFO:teuthology.orchestra.run.trial123.stdout: time.cloudflare 10.238.8.4 3 u 14 64 3 3.254 -3.043 0.722 2026-02-23T07:06:14.700 INFO:teuthology.orchestra.run.trial123.stdout: 209.205.228.50 204.9.54.119 2 u 10 64 3 33.693 -2.515 0.472 2026-02-23T07:06:14.700 INFO:teuthology.orchestra.run.trial123.stdout: 163.123.152.14 207.197.87.124 4 u 15 64 3 30.189 -3.042 0.753 2026-02-23T07:06:14.702 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2026-02-23T07:06:14.717 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2026-02-23T07:06:14.718 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2026-02-23T07:06:14.733 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2026-02-23T07:06:14.752 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2026-02-23T07:06:14.767 INFO:teuthology.task.internal:Duration was 229.144880 seconds 2026-02-23T07:06:14.768 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2026-02-23T07:06:14.784 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2026-02-23T07:06:14.784 DEBUG:teuthology.orchestra.run.trial012:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2026-02-23T07:06:14.786 DEBUG:teuthology.orchestra.run.trial123:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2026-02-23T07:06:14.811 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2026-02-23T07:06:14.811 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@trial012.front.sepia.ceph.com 2026-02-23T07:06:14.812 DEBUG:teuthology.orchestra.run.trial012:> 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-23T07:06:14.859 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@trial123.front.sepia.ceph.com 2026-02-23T07:06:14.859 DEBUG:teuthology.orchestra.run.trial123:> 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-23T07:06:14.866 INFO:teuthology.task.internal.syslog:Gathering journactl... 2026-02-23T07:06:14.866 DEBUG:teuthology.orchestra.run.trial012:> sudo journalctl > /home/ubuntu/cephtest/archive/syslog/journalctl.log 2026-02-23T07:06:14.902 DEBUG:teuthology.orchestra.run.trial123:> sudo journalctl > /home/ubuntu/cephtest/archive/syslog/journalctl.log 2026-02-23T07:06:15.145 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2026-02-23T07:06:15.145 DEBUG:teuthology.orchestra.run.trial012:> 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-23T07:06:15.147 DEBUG:teuthology.orchestra.run.trial123:> 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-23T07:06:15.153 INFO:teuthology.orchestra.run.trial012.stderr:gzip -5 --verbose -- /home/ubuntu/cephtest/archive/syslog/misc.log 2026-02-23T07:06:15.155 INFO:teuthology.orchestra.run.trial012.stderr:gzip -5 --verbose -- /home/ubuntu/cephtest/archive/syslog/journalctl.log 2026-02-23T07:06:15.155 INFO:teuthology.orchestra.run.trial012.stderr:/home/ubuntu/cephtest/archive/syslog/misc.log: 0.0% -- replaced with /home/ubuntu/cephtest/archive/syslog/misc.log.gz 2026-02-23T07:06:15.155 INFO:teuthology.orchestra.run.trial012.stderr:gzip -5 --verbose -- /home/ubuntu/cephtest/archive/syslog/kern.log 2026-02-23T07:06:15.155 INFO:teuthology.orchestra.run.trial012.stderr:/home/ubuntu/cephtest/archive/syslog/journalctl.log: /home/ubuntu/cephtest/archive/syslog/kern.log: 0.0% -- replaced with /home/ubuntu/cephtest/archive/syslog/kern.log.gz 2026-02-23T07:06:15.156 INFO:teuthology.orchestra.run.trial123.stderr:gzip -5 --verbose -- /home/ubuntu/cephtest/archive/syslog/misc.log 2026-02-23T07:06:15.158 INFO:teuthology.orchestra.run.trial123.stderr:gzip -5 --verbose -- /home/ubuntu/cephtest/archive/syslog/journalctl.log 2026-02-23T07:06:15.158 INFO:teuthology.orchestra.run.trial123.stderr:/home/ubuntu/cephtest/archive/syslog/misc.log: 0.0% -- replaced with /home/ubuntu/cephtest/archive/syslog/misc.log.gz 2026-02-23T07:06:15.158 INFO:teuthology.orchestra.run.trial123.stderr:gzip -5 --verbose -- /home/ubuntu/cephtest/archive/syslog/kern.log 2026-02-23T07:06:15.158 INFO:teuthology.orchestra.run.trial123.stderr:/home/ubuntu/cephtest/archive/syslog/journalctl.log: /home/ubuntu/cephtest/archive/syslog/kern.log: 0.0% -- replaced with /home/ubuntu/cephtest/archive/syslog/kern.log.gz 2026-02-23T07:06:15.226 INFO:teuthology.orchestra.run.trial123.stderr: 81.4% -- replaced with /home/ubuntu/cephtest/archive/syslog/journalctl.log.gz 2026-02-23T07:06:15.226 INFO:teuthology.orchestra.run.trial012.stderr: 82.0% -- replaced with /home/ubuntu/cephtest/archive/syslog/journalctl.log.gz 2026-02-23T07:06:15.229 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2026-02-23T07:06:15.244 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2026-02-23T07:06:15.244 DEBUG:teuthology.orchestra.run.trial012:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2026-02-23T07:06:15.277 DEBUG:teuthology.orchestra.run.trial123:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2026-02-23T07:06:15.286 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2026-02-23T07:06:15.303 DEBUG:teuthology.orchestra.run.trial012:> 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-23T07:06:15.322 DEBUG:teuthology.orchestra.run.trial123:> 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-23T07:06:15.328 INFO:teuthology.orchestra.run.trial012.stdout:kernel.core_pattern = core 2026-02-23T07:06:15.337 INFO:teuthology.orchestra.run.trial123.stdout:kernel.core_pattern = core 2026-02-23T07:06:15.347 DEBUG:teuthology.orchestra.run.trial012:> test -e /home/ubuntu/cephtest/archive/coredump 2026-02-23T07:06:15.384 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-02-23T07:06:15.385 DEBUG:teuthology.orchestra.run.trial123:> test -e /home/ubuntu/cephtest/archive/coredump 2026-02-23T07:06:15.393 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-02-23T07:06:15.393 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2026-02-23T07:06:15.410 INFO:teuthology.task.internal:Transferring archived files... 2026-02-23T07:06:15.411 DEBUG:teuthology.misc:Transferring archived files from trial012:/home/ubuntu/cephtest/archive to /home/teuthworker/mnt/teuthology/shwetabhosale-2026-02-23_05:55:57-orch:cephadm-wip-shweta-testing-2026-02-19-2025-distro-default-trial/65122/remote/trial012 2026-02-23T07:06:15.412 DEBUG:teuthology.orchestra.run.trial012:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2026-02-23T07:06:15.467 DEBUG:teuthology.misc:Transferring archived files from trial123:/home/ubuntu/cephtest/archive to /home/teuthworker/mnt/teuthology/shwetabhosale-2026-02-23_05:55:57-orch:cephadm-wip-shweta-testing-2026-02-19-2025-distro-default-trial/65122/remote/trial123 2026-02-23T07:06:15.467 DEBUG:teuthology.orchestra.run.trial123:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2026-02-23T07:06:15.503 INFO:teuthology.task.internal:Removing archive directory... 2026-02-23T07:06:15.503 DEBUG:teuthology.orchestra.run.trial012:> rm -rf -- /home/ubuntu/cephtest/archive 2026-02-23T07:06:15.505 DEBUG:teuthology.orchestra.run.trial123:> rm -rf -- /home/ubuntu/cephtest/archive 2026-02-23T07:06:15.534 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2026-02-23T07:06:15.554 INFO:teuthology.task.internal:Not uploading archives. 2026-02-23T07:06:15.554 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2026-02-23T07:06:15.571 INFO:teuthology.task.internal:Tidying up after the test... 2026-02-23T07:06:15.572 DEBUG:teuthology.orchestra.run.trial012:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2026-02-23T07:06:15.574 DEBUG:teuthology.orchestra.run.trial123:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2026-02-23T07:06:15.576 INFO:teuthology.orchestra.run.trial012.stdout: 1179673 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Feb 23 07:06 /home/ubuntu/cephtest 2026-02-23T07:06:15.582 INFO:teuthology.orchestra.run.trial123.stdout: 1179687 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Feb 23 07:06 /home/ubuntu/cephtest 2026-02-23T07:06:15.583 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2026-02-23T07:06:15.600 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2026-02-23T07:06:15.641 INFO:teuthology.run:Summary data: description: orch:cephadm/smoke-roleless/{0-distro/ubuntu_22.04 0-nvme-loop 1-start 2-services/nfs-ingress2 3-final} duration: 229.14488005638123 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-23T07:06:15.641 DEBUG:teuthology.report:Pushing job info to https://paddles-paddles.apps.pok.os.sepia.ceph.com 2026-02-23T07:06:15.768 INFO:teuthology.run:FAIL