2026-02-20T23:25:01.003 INFO:root:teuthology version: 1.2.4.dev9+gfa17720d0 2026-02-20T23:25:01.019 DEBUG:teuthology.report:Pushing job info to https://paddles-paddles.apps.pok.os.sepia.ceph.com 2026-02-20T23:25:01.099 INFO:teuthology.run:Config: archive_path: /home/teuthworker/mnt/teuthology/yuriw-2026-02-20_16:19:15-orch-wip-pdonnell-testing-20260219.182737-tentacle-distro-default-trial/61787 branch: wip-pdonnell-testing-20260219.182737-tentacle description: orch/cephadm/smoke-roleless/{0-distro/centos_9.stream_runc 0-nvme-loop 1-start 2-services/nfs-ingress2 3-final} email: yweinste@redhat.com first_in_suite: false flavor: default job_id: '61787' kernel: branch: distro kdb: true sha1: distro last_in_suite: false machine_type: trial name: yuriw-2026-02-20_16:19:15-orch-wip-pdonnell-testing-20260219.182737-tentacle-distro-default-trial no_nested_subset: false openstack: - volumes: count: 4 size: 10 os_type: centos os_version: 9.stream overrides: admin_socket: branch: wip-pdonnell-testing-20260219.182737-tentacle ceph: conf: mgr: debug mgr: 20 debug ms: 1 mon: debug mon: 20 debug ms: 1 debug paxos: 20 osd: debug ms: 1 debug osd: 20 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: f7870454149f22574086dd2ff55d050585136531 ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: f7870454149f22574086dd2ff55d050585136531 selinux: allowlist: - scontext=system_u:system_r:logrotate_t:s0 workunit: branch: wip-pdonnell-testing-20260219.182737-tentacle sha1: f7870454149f22574086dd2ff55d050585136531 owner: scheduled_yuriw@soko04.front.sepia.ceph.com priority: 69 repo: https://github.com/ceph/ceph-ci.git roles: - - host.a - client.0 - - host.b - client.1 seed: 2599 sha1: f7870454149f22574086dd2ff55d050585136531 sleep_before_teardown: 0 subset: 111/120000 suite: orch suite_branch: wip-pdonnell-testing-20260219.182737-tentacle suite_path: /home/teuthworker/src/github.com_ceph_ceph-c_f7870454149f22574086dd2ff55d050585136531/qa suite_relpath: qa suite_repo: https://github.com/ceph/ceph-ci.git suite_sha1: f7870454149f22574086dd2ff55d050585136531 targets: trial101.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBF+50qQDQeznEU8m5GiLNqGaLGxL2FIhLwCMnD5Xh76mnn+A7I6z4qO5rVNHWqUoRm9R16sGK4T0RIVXOclbH0k= trial168.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBDmp7ESGFsNiV9EJ8PV8WCKrn12AYhz41aJ07aofDnGh1CNmjTS7RdPNiP3iDZOik70HOY+Zfv13y4OE307Boyc= tasks: - pexec: all: - sudo dnf remove nvme-cli -y - sudo dnf install runc nvmetcli nvme-cli -y - sudo sed -i 's/^#runtime = "crun"/runtime = "runc"/g' /usr/share/containers/containers.conf - sudo sed -i 's/runtime = "crun"/#runtime = "crun"/g' /usr/share/containers/containers.conf - nvme_loop: null - cephadm: roleless: true - cephadm.shell: host.a: - ceph orch status - ceph orch ps - ceph orch ls - ceph orch host ls - ceph orch device ls - vip: null - cephadm.shell: host.a: - ceph orch device ls --refresh - vip.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 - vip.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 - vip.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-20_16:19:15 tube: trial user: yuriw verbose: true worker_log: /home/teuthworker/mnt/teuthology/worker_logs/dispatcher.trial.1540699 2026-02-20T23:25:01.099 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/github.com_ceph_ceph-c_f7870454149f22574086dd2ff55d050585136531/qa; will attempt to use it 2026-02-20T23:25:01.100 INFO:teuthology.run:Found tasks at /home/teuthworker/src/github.com_ceph_ceph-c_f7870454149f22574086dd2ff55d050585136531/qa/tasks 2026-02-20T23:25:01.100 INFO:teuthology.run_tasks:Running task internal.check_packages... 2026-02-20T23:25:01.101 INFO:teuthology.task.internal:Checking packages... 2026-02-20T23:25:01.101 INFO:teuthology.task.internal:Checking packages for os_type 'centos', flavor 'default' and ceph hash 'f7870454149f22574086dd2ff55d050585136531' 2026-02-20T23:25:01.101 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2026-02-20T23:25:01.102 INFO:teuthology.packaging:ref: None 2026-02-20T23:25:01.102 INFO:teuthology.packaging:tag: None 2026-02-20T23:25:01.102 INFO:teuthology.packaging:branch: wip-pdonnell-testing-20260219.182737-tentacle 2026-02-20T23:25:01.102 INFO:teuthology.packaging:sha1: f7870454149f22574086dd2ff55d050585136531 2026-02-20T23:25:01.102 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&ref=wip-pdonnell-testing-20260219.182737-tentacle 2026-02-20T23:25:01.224 INFO:teuthology.task.internal:Found packages for ceph version 20.2.0-677.gf7870454 2026-02-20T23:25:01.225 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2026-02-20T23:25:01.237 INFO:teuthology.task.internal:no buildpackages task found 2026-02-20T23:25:01.237 INFO:teuthology.run_tasks:Running task internal.save_config... 2026-02-20T23:25:01.249 INFO:teuthology.task.internal:Saving configuration 2026-02-20T23:25:01.261 INFO:teuthology.run_tasks:Running task internal.check_lock... 2026-02-20T23:25:01.273 INFO:teuthology.task.internal.check_lock:Checking locks... 2026-02-20T23:25:01.349 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'trial101.front.sepia.ceph.com', 'description': '/home/teuthworker/mnt/teuthology/yuriw-2026-02-20_16:19:15-orch-wip-pdonnell-testing-20260219.182737-tentacle-distro-default-trial/61787', 'up': True, 'machine_type': 'trial', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '9.stream', 'arch': 'x86_64', 'locked': True, 'locked_since': '2026-02-20 23:21:27.733157', 'locked_by': 'scheduled_yuriw@soko04.front.sepia.ceph.com', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBF+50qQDQeznEU8m5GiLNqGaLGxL2FIhLwCMnD5Xh76mnn+A7I6z4qO5rVNHWqUoRm9R16sGK4T0RIVXOclbH0k='} 2026-02-20T23:25:01.408 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'trial168.front.sepia.ceph.com', 'description': '/home/teuthworker/mnt/teuthology/yuriw-2026-02-20_16:19:15-orch-wip-pdonnell-testing-20260219.182737-tentacle-distro-default-trial/61787', 'up': True, 'machine_type': 'trial', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '9.stream', 'arch': 'x86_64', 'locked': True, 'locked_since': '2026-02-20 23:21:27.732553', 'locked_by': 'scheduled_yuriw@soko04.front.sepia.ceph.com', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBDmp7ESGFsNiV9EJ8PV8WCKrn12AYhz41aJ07aofDnGh1CNmjTS7RdPNiP3iDZOik70HOY+Zfv13y4OE307Boyc='} 2026-02-20T23:25:01.409 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2026-02-20T23:25:01.419 INFO:teuthology.task.internal:roles: ubuntu@trial101.front.sepia.ceph.com - ['host.a', 'client.0'] 2026-02-20T23:25:01.419 INFO:teuthology.task.internal:roles: ubuntu@trial168.front.sepia.ceph.com - ['host.b', 'client.1'] 2026-02-20T23:25:01.420 INFO:teuthology.run_tasks:Running task console_log... 2026-02-20T23:25:01.549 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7da6f67fc400>, signals=[15]) 2026-02-20T23:25:01.549 INFO:teuthology.run_tasks:Running task internal.connect... 2026-02-20T23:25:01.564 INFO:teuthology.task.internal:Opening connections... 2026-02-20T23:25:01.564 DEBUG:teuthology.task.internal:connecting to ubuntu@trial101.front.sepia.ceph.com 2026-02-20T23:25:01.565 DEBUG:teuthology.orchestra.connection:{'hostname': 'trial101.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2026-02-20T23:25:01.628 DEBUG:teuthology.task.internal:connecting to ubuntu@trial168.front.sepia.ceph.com 2026-02-20T23:25:01.629 DEBUG:teuthology.orchestra.connection:{'hostname': 'trial168.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2026-02-20T23:25:01.690 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2026-02-20T23:25:01.702 DEBUG:teuthology.orchestra.run.trial101:> uname -m 2026-02-20T23:25:01.717 INFO:teuthology.orchestra.run.trial101.stdout:x86_64 2026-02-20T23:25:01.717 DEBUG:teuthology.orchestra.run.trial101:> cat /etc/os-release 2026-02-20T23:25:01.772 INFO:teuthology.orchestra.run.trial101.stdout:NAME="CentOS Stream" 2026-02-20T23:25:01.772 INFO:teuthology.orchestra.run.trial101.stdout:VERSION="9" 2026-02-20T23:25:01.772 INFO:teuthology.orchestra.run.trial101.stdout:ID="centos" 2026-02-20T23:25:01.772 INFO:teuthology.orchestra.run.trial101.stdout:ID_LIKE="rhel fedora" 2026-02-20T23:25:01.772 INFO:teuthology.orchestra.run.trial101.stdout:VERSION_ID="9" 2026-02-20T23:25:01.772 INFO:teuthology.orchestra.run.trial101.stdout:PLATFORM_ID="platform:el9" 2026-02-20T23:25:01.772 INFO:teuthology.orchestra.run.trial101.stdout:PRETTY_NAME="CentOS Stream 9" 2026-02-20T23:25:01.773 INFO:teuthology.orchestra.run.trial101.stdout:ANSI_COLOR="0;31" 2026-02-20T23:25:01.773 INFO:teuthology.orchestra.run.trial101.stdout:LOGO="fedora-logo-icon" 2026-02-20T23:25:01.773 INFO:teuthology.orchestra.run.trial101.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2026-02-20T23:25:01.773 INFO:teuthology.orchestra.run.trial101.stdout:HOME_URL="https://centos.org/" 2026-02-20T23:25:01.773 INFO:teuthology.orchestra.run.trial101.stdout:BUG_REPORT_URL="https://issues.redhat.com/" 2026-02-20T23:25:01.773 INFO:teuthology.orchestra.run.trial101.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2026-02-20T23:25:01.773 INFO:teuthology.orchestra.run.trial101.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2026-02-20T23:25:01.773 INFO:teuthology.lock.ops:Updating trial101.front.sepia.ceph.com on lock server 2026-02-20T23:25:01.837 DEBUG:teuthology.orchestra.run.trial168:> uname -m 2026-02-20T23:25:01.852 INFO:teuthology.orchestra.run.trial168.stdout:x86_64 2026-02-20T23:25:01.852 DEBUG:teuthology.orchestra.run.trial168:> cat /etc/os-release 2026-02-20T23:25:01.909 INFO:teuthology.orchestra.run.trial168.stdout:NAME="CentOS Stream" 2026-02-20T23:25:01.909 INFO:teuthology.orchestra.run.trial168.stdout:VERSION="9" 2026-02-20T23:25:01.909 INFO:teuthology.orchestra.run.trial168.stdout:ID="centos" 2026-02-20T23:25:01.909 INFO:teuthology.orchestra.run.trial168.stdout:ID_LIKE="rhel fedora" 2026-02-20T23:25:01.909 INFO:teuthology.orchestra.run.trial168.stdout:VERSION_ID="9" 2026-02-20T23:25:01.909 INFO:teuthology.orchestra.run.trial168.stdout:PLATFORM_ID="platform:el9" 2026-02-20T23:25:01.909 INFO:teuthology.orchestra.run.trial168.stdout:PRETTY_NAME="CentOS Stream 9" 2026-02-20T23:25:01.909 INFO:teuthology.orchestra.run.trial168.stdout:ANSI_COLOR="0;31" 2026-02-20T23:25:01.909 INFO:teuthology.orchestra.run.trial168.stdout:LOGO="fedora-logo-icon" 2026-02-20T23:25:01.909 INFO:teuthology.orchestra.run.trial168.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2026-02-20T23:25:01.909 INFO:teuthology.orchestra.run.trial168.stdout:HOME_URL="https://centos.org/" 2026-02-20T23:25:01.909 INFO:teuthology.orchestra.run.trial168.stdout:BUG_REPORT_URL="https://issues.redhat.com/" 2026-02-20T23:25:01.909 INFO:teuthology.orchestra.run.trial168.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2026-02-20T23:25:01.909 INFO:teuthology.orchestra.run.trial168.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2026-02-20T23:25:01.910 INFO:teuthology.lock.ops:Updating trial168.front.sepia.ceph.com on lock server 2026-02-20T23:25:01.978 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2026-02-20T23:25:01.988 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2026-02-20T23:25:01.998 INFO:teuthology.task.internal:Checking for old test directory... 2026-02-20T23:25:01.999 DEBUG:teuthology.orchestra.run.trial101:> test '!' -e /home/ubuntu/cephtest 2026-02-20T23:25:02.000 DEBUG:teuthology.orchestra.run.trial168:> test '!' -e /home/ubuntu/cephtest 2026-02-20T23:25:02.014 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2026-02-20T23:25:02.029 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2026-02-20T23:25:02.029 DEBUG:teuthology.orchestra.run.trial101:> test -z $(ls -A /var/lib/ceph) 2026-02-20T23:25:02.056 DEBUG:teuthology.orchestra.run.trial168:> test -z $(ls -A /var/lib/ceph) 2026-02-20T23:25:02.072 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2026-02-20T23:25:02.201 INFO:teuthology.run_tasks:Running task kernel... 2026-02-20T23:25:02.220 INFO:teuthology.task.kernel:normalize config orig: {'branch': 'distro', 'kdb': True, 'sha1': 'distro'} 2026-02-20T23:25:02.221 INFO:teuthology.task.kernel:config {'host.a': {'branch': 'distro', 'kdb': True, 'sha1': 'distro'}, 'host.b': {'branch': 'distro', 'kdb': True, 'sha1': 'distro'}}, timeout 300 2026-02-20T23:25:02.221 DEBUG:teuthology.orchestra.run.trial101:> test -f /run/.containerenv -o -f /.dockerenv 2026-02-20T23:25:02.221 DEBUG:teuthology.orchestra.run.trial168:> test -f /run/.containerenv -o -f /.dockerenv 2026-02-20T23:25:02.235 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-02-20T23:25:02.236 DEBUG:teuthology.orchestra.run.trial168:> uname -r 2026-02-20T23:25:02.236 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-02-20T23:25:02.236 DEBUG:teuthology.orchestra.run.trial101:> uname -r 2026-02-20T23:25:02.291 INFO:teuthology.orchestra.run.trial101.stdout:5.14.0-681.el9.x86_64 2026-02-20T23:25:02.291 INFO:teuthology.task.kernel:Running kernel on trial101: 5.14.0-681.el9.x86_64 2026-02-20T23:25:02.291 DEBUG:teuthology.orchestra.run.trial101:> sudo yum install -y kernel 2026-02-20T23:25:02.292 INFO:teuthology.orchestra.run.trial168.stdout:5.14.0-681.el9.x86_64 2026-02-20T23:25:02.292 INFO:teuthology.task.kernel:Running kernel on trial168: 5.14.0-681.el9.x86_64 2026-02-20T23:25:02.292 DEBUG:teuthology.orchestra.run.trial168:> sudo yum install -y kernel 2026-02-20T23:25:03.328 INFO:teuthology.orchestra.run.trial168.stdout:CentOS Stream 9 - BaseOS 14 MB/s | 8.9 MB 00:00 2026-02-20T23:25:06.392 INFO:teuthology.orchestra.run.trial168.stdout:CentOS Stream 9 - AppStream 11 MB/s | 27 MB 00:02 2026-02-20T23:25:10.063 INFO:teuthology.orchestra.run.trial168.stdout:CentOS Stream 9 - CRB 6.1 MB/s | 7.8 MB 00:01 2026-02-20T23:25:11.226 INFO:teuthology.orchestra.run.trial101.stdout:CentOS Stream 9 - BaseOS 1.0 MB/s | 8.9 MB 00:08 2026-02-20T23:25:11.271 INFO:teuthology.orchestra.run.trial168.stdout:CentOS Stream 9 - Extras packages 42 kB/s | 20 kB 00:00 2026-02-20T23:25:12.713 INFO:teuthology.orchestra.run.trial168.stdout:Extra Packages for Enterprise Linux 15 MB/s | 20 MB 00:01 2026-02-20T23:25:15.186 INFO:teuthology.orchestra.run.trial101.stdout:CentOS Stream 9 - AppStream 7.8 MB/s | 27 MB 00:03 2026-02-20T23:25:15.899 INFO:teuthology.orchestra.run.trial168.stdout:lab-extras 2.4 MB/s | 50 kB 00:00 2026-02-20T23:25:16.908 INFO:teuthology.orchestra.run.trial168.stdout:Package kernel-5.14.0-645.el9.x86_64 is already installed. 2026-02-20T23:25:16.908 INFO:teuthology.orchestra.run.trial168.stdout:Package kernel-5.14.0-681.el9.x86_64 is already installed. 2026-02-20T23:25:16.927 INFO:teuthology.orchestra.run.trial168.stdout:Dependencies resolved. 2026-02-20T23:25:16.927 INFO:teuthology.orchestra.run.trial168.stdout:Nothing to do. 2026-02-20T23:25:16.927 INFO:teuthology.orchestra.run.trial168.stdout:Complete! 2026-02-20T23:25:16.951 DEBUG:teuthology.orchestra.run.trial168:> echo no | sudo yum reinstall kernel || true 2026-02-20T23:25:17.251 INFO:teuthology.orchestra.run.trial168.stdout:Last metadata expiration check: 0:00:02 ago on Fri 20 Feb 2026 11:25:15 PM UTC. 2026-02-20T23:25:17.331 INFO:teuthology.orchestra.run.trial168.stdout:Dependencies resolved. 2026-02-20T23:25:17.332 INFO:teuthology.orchestra.run.trial168.stdout:================================================================================ 2026-02-20T23:25:17.332 INFO:teuthology.orchestra.run.trial168.stdout: Package Architecture Version Repository Size 2026-02-20T23:25:17.332 INFO:teuthology.orchestra.run.trial168.stdout:================================================================================ 2026-02-20T23:25:17.332 INFO:teuthology.orchestra.run.trial168.stdout:Reinstalling: 2026-02-20T23:25:17.332 INFO:teuthology.orchestra.run.trial168.stdout: kernel x86_64 5.14.0-681.el9 baseos 803 k 2026-02-20T23:25:17.333 INFO:teuthology.orchestra.run.trial168.stdout: 2026-02-20T23:25:17.333 INFO:teuthology.orchestra.run.trial168.stdout:Transaction Summary 2026-02-20T23:25:17.333 INFO:teuthology.orchestra.run.trial168.stdout:================================================================================ 2026-02-20T23:25:17.333 INFO:teuthology.orchestra.run.trial168.stdout: 2026-02-20T23:25:17.333 INFO:teuthology.orchestra.run.trial168.stdout:Total download size: 803 k 2026-02-20T23:25:17.333 INFO:teuthology.orchestra.run.trial168.stdout:Installed size: 0 2026-02-20T23:25:17.333 INFO:teuthology.orchestra.run.trial168.stderr:Operation aborted. 2026-02-20T23:25:17.352 INFO:teuthology.orchestra.run.trial168.stdout:Is this ok [y/N]: 2026-02-20T23:25:17.352 DEBUG:teuthology.orchestra.run.trial168:> sudo yum reinstall -y kernel || true 2026-02-20T23:25:17.653 INFO:teuthology.orchestra.run.trial168.stdout:Last metadata expiration check: 0:00:02 ago on Fri 20 Feb 2026 11:25:15 PM UTC. 2026-02-20T23:25:17.734 INFO:teuthology.orchestra.run.trial168.stdout:Dependencies resolved. 2026-02-20T23:25:17.734 INFO:teuthology.orchestra.run.trial168.stdout:================================================================================ 2026-02-20T23:25:17.734 INFO:teuthology.orchestra.run.trial168.stdout: Package Architecture Version Repository Size 2026-02-20T23:25:17.734 INFO:teuthology.orchestra.run.trial168.stdout:================================================================================ 2026-02-20T23:25:17.734 INFO:teuthology.orchestra.run.trial168.stdout:Reinstalling: 2026-02-20T23:25:17.734 INFO:teuthology.orchestra.run.trial168.stdout: kernel x86_64 5.14.0-681.el9 baseos 803 k 2026-02-20T23:25:17.734 INFO:teuthology.orchestra.run.trial168.stdout: 2026-02-20T23:25:17.735 INFO:teuthology.orchestra.run.trial168.stdout:Transaction Summary 2026-02-20T23:25:17.735 INFO:teuthology.orchestra.run.trial168.stdout:================================================================================ 2026-02-20T23:25:17.735 INFO:teuthology.orchestra.run.trial168.stdout: 2026-02-20T23:25:17.735 INFO:teuthology.orchestra.run.trial168.stdout:Total download size: 803 k 2026-02-20T23:25:17.735 INFO:teuthology.orchestra.run.trial168.stdout:Installed size: 0 2026-02-20T23:25:17.735 INFO:teuthology.orchestra.run.trial168.stdout:Downloading Packages: 2026-02-20T23:25:17.802 INFO:teuthology.orchestra.run.trial101.stdout:CentOS Stream 9 - CRB 31 MB/s | 7.8 MB 00:00 2026-02-20T23:25:17.849 INFO:teuthology.orchestra.run.trial168.stdout:kernel-5.14.0-681.el9.x86_64.rpm 29 MB/s | 803 kB 00:00 2026-02-20T23:25:17.849 INFO:teuthology.orchestra.run.trial168.stdout:-------------------------------------------------------------------------------- 2026-02-20T23:25:17.849 INFO:teuthology.orchestra.run.trial168.stdout:Total 6.8 MB/s | 803 kB 00:00 2026-02-20T23:25:17.858 INFO:teuthology.orchestra.run.trial168.stdout:Running transaction check 2026-02-20T23:25:17.893 INFO:teuthology.orchestra.run.trial168.stdout:Transaction check succeeded. 2026-02-20T23:25:17.893 INFO:teuthology.orchestra.run.trial168.stdout:Running transaction test 2026-02-20T23:25:17.897 INFO:teuthology.orchestra.run.trial168.stdout:Transaction test succeeded. 2026-02-20T23:25:17.898 INFO:teuthology.orchestra.run.trial168.stdout:Running transaction 2026-02-20T23:25:17.921 INFO:teuthology.orchestra.run.trial168.stdout: Preparing : 1/1 2026-02-20T23:25:17.925 INFO:teuthology.orchestra.run.trial168.stdout: Reinstalling : kernel-5.14.0-681.el9.x86_64 1/2 2026-02-20T23:25:17.925 INFO:teuthology.orchestra.run.trial168.stdout: Cleanup : kernel-5.14.0-681.el9.x86_64 2/2 2026-02-20T23:25:18.033 INFO:teuthology.orchestra.run.trial168.stdout: Running scriptlet: kernel-5.14.0-681.el9.x86_64 2/2 2026-02-20T23:25:18.033 INFO:teuthology.orchestra.run.trial168.stdout: Verifying : kernel-5.14.0-681.el9.x86_64 1/2 2026-02-20T23:25:18.089 INFO:teuthology.orchestra.run.trial168.stdout: Verifying : kernel-5.14.0-681.el9.x86_64 2/2 2026-02-20T23:25:18.089 INFO:teuthology.orchestra.run.trial168.stdout: 2026-02-20T23:25:18.089 INFO:teuthology.orchestra.run.trial168.stdout:Reinstalled: 2026-02-20T23:25:18.089 INFO:teuthology.orchestra.run.trial168.stdout: kernel-5.14.0-681.el9.x86_64 2026-02-20T23:25:18.090 INFO:teuthology.orchestra.run.trial168.stdout: 2026-02-20T23:25:18.090 INFO:teuthology.orchestra.run.trial168.stdout:Complete! 2026-02-20T23:25:18.117 DEBUG:teuthology.orchestra.run.trial168:> rpm -q kernel | sort -rV | head -n 1 2026-02-20T23:25:18.139 INFO:teuthology.orchestra.run.trial168.stdout:kernel-5.14.0-681.el9.x86_64 2026-02-20T23:25:18.140 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-681.el9.x86_64 2026-02-20T23:25:18.140 INFO:teuthology.task.kernel:Newest distro kernel installed and running 2026-02-20T23:25:18.140 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2026-02-20T23:25:18.141 DEBUG:teuthology.orchestra.run.trial168:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2026-02-20T23:25:18.204 INFO:teuthology.orchestra.run.trial168.stdout:ttyS1 2026-02-20T23:25:18.234 DEBUG:teuthology.parallel:result is None 2026-02-20T23:25:19.390 INFO:teuthology.orchestra.run.trial101.stdout:CentOS Stream 9 - Extras packages 23 kB/s | 20 kB 00:00 2026-02-20T23:25:20.014 INFO:teuthology.orchestra.run.trial101.stdout:Extra Packages for Enterprise Linux 36 MB/s | 20 MB 00:00 2026-02-20T23:25:23.212 INFO:teuthology.orchestra.run.trial101.stdout:lab-extras 2.6 MB/s | 50 kB 00:00 2026-02-20T23:25:24.229 INFO:teuthology.orchestra.run.trial101.stdout:Package kernel-5.14.0-645.el9.x86_64 is already installed. 2026-02-20T23:25:24.229 INFO:teuthology.orchestra.run.trial101.stdout:Package kernel-5.14.0-681.el9.x86_64 is already installed. 2026-02-20T23:25:24.248 INFO:teuthology.orchestra.run.trial101.stdout:Dependencies resolved. 2026-02-20T23:25:24.249 INFO:teuthology.orchestra.run.trial101.stdout:Nothing to do. 2026-02-20T23:25:24.249 INFO:teuthology.orchestra.run.trial101.stdout:Complete! 2026-02-20T23:25:24.272 DEBUG:teuthology.orchestra.run.trial101:> echo no | sudo yum reinstall kernel || true 2026-02-20T23:25:24.577 INFO:teuthology.orchestra.run.trial101.stdout:Last metadata expiration check: 0:00:01 ago on Fri 20 Feb 2026 11:25:23 PM UTC. 2026-02-20T23:25:24.657 INFO:teuthology.orchestra.run.trial101.stdout:Dependencies resolved. 2026-02-20T23:25:24.659 INFO:teuthology.orchestra.run.trial101.stdout:================================================================================ 2026-02-20T23:25:24.659 INFO:teuthology.orchestra.run.trial101.stdout: Package Architecture Version Repository Size 2026-02-20T23:25:24.659 INFO:teuthology.orchestra.run.trial101.stdout:================================================================================ 2026-02-20T23:25:24.659 INFO:teuthology.orchestra.run.trial101.stdout:Reinstalling: 2026-02-20T23:25:24.659 INFO:teuthology.orchestra.run.trial101.stdout: kernel x86_64 5.14.0-681.el9 baseos 803 k 2026-02-20T23:25:24.660 INFO:teuthology.orchestra.run.trial101.stdout: 2026-02-20T23:25:24.660 INFO:teuthology.orchestra.run.trial101.stdout:Transaction Summary 2026-02-20T23:25:24.660 INFO:teuthology.orchestra.run.trial101.stdout:================================================================================ 2026-02-20T23:25:24.660 INFO:teuthology.orchestra.run.trial101.stdout: 2026-02-20T23:25:24.660 INFO:teuthology.orchestra.run.trial101.stdout:Total download size: 803 k 2026-02-20T23:25:24.660 INFO:teuthology.orchestra.run.trial101.stdout:Installed size: 0 2026-02-20T23:25:24.661 INFO:teuthology.orchestra.run.trial101.stderr:Operation aborted. 2026-02-20T23:25:24.678 INFO:teuthology.orchestra.run.trial101.stdout:Is this ok [y/N]: 2026-02-20T23:25:24.678 DEBUG:teuthology.orchestra.run.trial101:> sudo yum reinstall -y kernel || true 2026-02-20T23:25:24.979 INFO:teuthology.orchestra.run.trial101.stdout:Last metadata expiration check: 0:00:01 ago on Fri 20 Feb 2026 11:25:23 PM UTC. 2026-02-20T23:25:25.059 INFO:teuthology.orchestra.run.trial101.stdout:Dependencies resolved. 2026-02-20T23:25:25.059 INFO:teuthology.orchestra.run.trial101.stdout:================================================================================ 2026-02-20T23:25:25.059 INFO:teuthology.orchestra.run.trial101.stdout: Package Architecture Version Repository Size 2026-02-20T23:25:25.059 INFO:teuthology.orchestra.run.trial101.stdout:================================================================================ 2026-02-20T23:25:25.059 INFO:teuthology.orchestra.run.trial101.stdout:Reinstalling: 2026-02-20T23:25:25.059 INFO:teuthology.orchestra.run.trial101.stdout: kernel x86_64 5.14.0-681.el9 baseos 803 k 2026-02-20T23:25:25.059 INFO:teuthology.orchestra.run.trial101.stdout: 2026-02-20T23:25:25.059 INFO:teuthology.orchestra.run.trial101.stdout:Transaction Summary 2026-02-20T23:25:25.059 INFO:teuthology.orchestra.run.trial101.stdout:================================================================================ 2026-02-20T23:25:25.059 INFO:teuthology.orchestra.run.trial101.stdout: 2026-02-20T23:25:25.059 INFO:teuthology.orchestra.run.trial101.stdout:Total download size: 803 k 2026-02-20T23:25:25.059 INFO:teuthology.orchestra.run.trial101.stdout:Installed size: 0 2026-02-20T23:25:25.059 INFO:teuthology.orchestra.run.trial101.stdout:Downloading Packages: 2026-02-20T23:25:25.278 INFO:teuthology.orchestra.run.trial101.stdout:kernel-5.14.0-681.el9.x86_64.rpm 6.2 MB/s | 803 kB 00:00 2026-02-20T23:25:25.278 INFO:teuthology.orchestra.run.trial101.stdout:-------------------------------------------------------------------------------- 2026-02-20T23:25:25.278 INFO:teuthology.orchestra.run.trial101.stdout:Total 3.6 MB/s | 803 kB 00:00 2026-02-20T23:25:25.288 INFO:teuthology.orchestra.run.trial101.stdout:Running transaction check 2026-02-20T23:25:25.321 INFO:teuthology.orchestra.run.trial101.stdout:Transaction check succeeded. 2026-02-20T23:25:25.322 INFO:teuthology.orchestra.run.trial101.stdout:Running transaction test 2026-02-20T23:25:25.326 INFO:teuthology.orchestra.run.trial101.stdout:Transaction test succeeded. 2026-02-20T23:25:25.326 INFO:teuthology.orchestra.run.trial101.stdout:Running transaction 2026-02-20T23:25:25.350 INFO:teuthology.orchestra.run.trial101.stdout: Preparing : 1/1 2026-02-20T23:25:25.354 INFO:teuthology.orchestra.run.trial101.stdout: Reinstalling : kernel-5.14.0-681.el9.x86_64 1/2 2026-02-20T23:25:25.354 INFO:teuthology.orchestra.run.trial101.stdout: Cleanup : kernel-5.14.0-681.el9.x86_64 2/2 2026-02-20T23:25:25.459 INFO:teuthology.orchestra.run.trial101.stdout: Running scriptlet: kernel-5.14.0-681.el9.x86_64 2/2 2026-02-20T23:25:25.459 INFO:teuthology.orchestra.run.trial101.stdout: Verifying : kernel-5.14.0-681.el9.x86_64 1/2 2026-02-20T23:25:25.512 INFO:teuthology.orchestra.run.trial101.stdout: Verifying : kernel-5.14.0-681.el9.x86_64 2/2 2026-02-20T23:25:25.513 INFO:teuthology.orchestra.run.trial101.stdout: 2026-02-20T23:25:25.513 INFO:teuthology.orchestra.run.trial101.stdout:Reinstalled: 2026-02-20T23:25:25.513 INFO:teuthology.orchestra.run.trial101.stdout: kernel-5.14.0-681.el9.x86_64 2026-02-20T23:25:25.513 INFO:teuthology.orchestra.run.trial101.stdout: 2026-02-20T23:25:25.513 INFO:teuthology.orchestra.run.trial101.stdout:Complete! 2026-02-20T23:25:25.540 DEBUG:teuthology.orchestra.run.trial101:> rpm -q kernel | sort -rV | head -n 1 2026-02-20T23:25:25.564 INFO:teuthology.orchestra.run.trial101.stdout:kernel-5.14.0-681.el9.x86_64 2026-02-20T23:25:25.565 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-681.el9.x86_64 2026-02-20T23:25:25.566 INFO:teuthology.task.kernel:Newest distro kernel installed and running 2026-02-20T23:25:25.566 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2026-02-20T23:25:25.566 DEBUG:teuthology.orchestra.run.trial101:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2026-02-20T23:25:25.629 INFO:teuthology.orchestra.run.trial101.stdout:ttyS1 2026-02-20T23:25:25.650 DEBUG:teuthology.parallel:result is None 2026-02-20T23:25:25.651 INFO:teuthology.run_tasks:Running task internal.base... 2026-02-20T23:25:25.663 INFO:teuthology.task.internal:Creating test directory... 2026-02-20T23:25:25.664 DEBUG:teuthology.orchestra.run.trial101:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2026-02-20T23:25:25.693 DEBUG:teuthology.orchestra.run.trial168:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2026-02-20T23:25:25.712 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2026-02-20T23:25:25.723 INFO:teuthology.run_tasks:Running task internal.archive... 2026-02-20T23:25:25.736 INFO:teuthology.task.internal:Creating archive directory... 2026-02-20T23:25:25.737 DEBUG:teuthology.orchestra.run.trial101:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2026-02-20T23:25:25.751 DEBUG:teuthology.orchestra.run.trial168:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2026-02-20T23:25:25.774 INFO:teuthology.run_tasks:Running task internal.coredump... 2026-02-20T23:25:25.785 INFO:teuthology.task.internal:Enabling coredump saving... 2026-02-20T23:25:25.786 DEBUG:teuthology.orchestra.run.trial101:> 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-20T23:25:25.810 DEBUG:teuthology.orchestra.run.trial168:> 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-20T23:25:25.832 INFO:teuthology.orchestra.run.trial101.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2026-02-20T23:25:25.835 INFO:teuthology.orchestra.run.trial168.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2026-02-20T23:25:25.841 INFO:teuthology.orchestra.run.trial101.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2026-02-20T23:25:25.845 INFO:teuthology.orchestra.run.trial168.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2026-02-20T23:25:25.846 INFO:teuthology.run_tasks:Running task internal.sudo... 2026-02-20T23:25:25.857 INFO:teuthology.task.internal:Configuring sudo... 2026-02-20T23:25:25.858 DEBUG:teuthology.orchestra.run.trial101:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2026-02-20T23:25:25.885 DEBUG:teuthology.orchestra.run.trial168:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2026-02-20T23:25:25.913 INFO:teuthology.run_tasks:Running task internal.syslog... 2026-02-20T23:25:25.925 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2026-02-20T23:25:25.925 DEBUG:teuthology.orchestra.run.trial101:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2026-02-20T23:25:25.950 DEBUG:teuthology.orchestra.run.trial168:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2026-02-20T23:25:25.969 DEBUG:teuthology.orchestra.run.trial101:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2026-02-20T23:25:26.124 DEBUG:teuthology.orchestra.run.trial101:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2026-02-20T23:25:26.150 DEBUG:teuthology.orchestra.run.trial101:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2026-02-20T23:25:26.313 DEBUG:teuthology.orchestra.run.trial101:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2026-02-20T23:25:26.337 DEBUG:teuthology.orchestra.run.trial101:> set -ex 2026-02-20T23:25:26.337 DEBUG:teuthology.orchestra.run.trial101:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2026-02-20T23:25:26.403 DEBUG:teuthology.orchestra.run.trial168:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2026-02-20T23:25:26.523 DEBUG:teuthology.orchestra.run.trial168:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2026-02-20T23:25:26.550 DEBUG:teuthology.orchestra.run.trial168:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2026-02-20T23:25:26.687 DEBUG:teuthology.orchestra.run.trial168:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2026-02-20T23:25:26.712 DEBUG:teuthology.orchestra.run.trial168:> set -ex 2026-02-20T23:25:26.712 DEBUG:teuthology.orchestra.run.trial168:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2026-02-20T23:25:26.778 DEBUG:teuthology.orchestra.run.trial101:> sudo service rsyslog restart 2026-02-20T23:25:26.779 DEBUG:teuthology.orchestra.run.trial168:> sudo service rsyslog restart 2026-02-20T23:25:26.806 INFO:teuthology.orchestra.run.trial101.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2026-02-20T23:25:26.846 INFO:teuthology.orchestra.run.trial168.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2026-02-20T23:25:27.312 INFO:teuthology.run_tasks:Running task internal.timer... 2026-02-20T23:25:27.325 INFO:teuthology.task.internal:Starting timer... 2026-02-20T23:25:27.325 INFO:teuthology.run_tasks:Running task pcp... 2026-02-20T23:25:27.347 INFO:teuthology.run_tasks:Running task selinux... 2026-02-20T23:25:27.365 DEBUG:teuthology.task:Applying overrides for task selinux: {'allowlist': ['scontext=system_u:system_r:logrotate_t:s0']} 2026-02-20T23:25:27.366 DEBUG:teuthology.orchestra.run.trial101:> sudo service auditd rotate 2026-02-20T23:25:27.395 INFO:teuthology.orchestra.run.trial101.stdout:Rotating logs: 2026-02-20T23:25:27.397 DEBUG:teuthology.orchestra.run.trial168:> sudo service auditd rotate 2026-02-20T23:25:27.427 INFO:teuthology.orchestra.run.trial168.stdout:Rotating logs: 2026-02-20T23:25:27.429 DEBUG:teuthology.task.selinux:Getting current SELinux state 2026-02-20T23:25:27.429 DEBUG:teuthology.orchestra.run.trial101:> /usr/sbin/getenforce 2026-02-20T23:25:27.453 INFO:teuthology.orchestra.run.trial101.stdout:Permissive 2026-02-20T23:25:27.454 DEBUG:teuthology.orchestra.run.trial168:> /usr/sbin/getenforce 2026-02-20T23:25:27.487 INFO:teuthology.orchestra.run.trial168.stdout:Permissive 2026-02-20T23:25:27.487 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@trial101.front.sepia.ceph.com': 'permissive', 'ubuntu@trial168.front.sepia.ceph.com': 'permissive'} 2026-02-20T23:25:27.488 DEBUG:teuthology.orchestra.run.trial101:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 -e context=system_u:system_r:getty_t:s0 -e scontext=system_u:system_r:logrotate_t:s0 2026-02-20T23:25:27.520 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-02-20T23:25:27.520 DEBUG:teuthology.orchestra.run.trial168:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 -e context=system_u:system_r:getty_t:s0 -e scontext=system_u:system_r:logrotate_t:s0 2026-02-20T23:25:27.553 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-02-20T23:25:27.554 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2026-02-20T23:25:27.554 DEBUG:teuthology.orchestra.run.trial101:> sudo /usr/sbin/setenforce permissive 2026-02-20T23:25:27.585 DEBUG:teuthology.orchestra.run.trial168:> sudo /usr/sbin/setenforce permissive 2026-02-20T23:25:27.618 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2026-02-20T23:25:27.635 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2026-02-20T23:25:27.649 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-20T23:25:27.650 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit trial101.front.sepia.ceph.com,trial168.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2026-02-20T23:28:03.930 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@trial101.front.sepia.ceph.com'), Remote(name='ubuntu@trial168.front.sepia.ceph.com')] 2026-02-20T23:28:03.931 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@trial101.front.sepia.ceph.com' 2026-02-20T23:28:03.932 DEBUG:teuthology.orchestra.connection:{'hostname': 'trial101.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2026-02-20T23:28:04.026 DEBUG:teuthology.orchestra.run.trial101:> true 2026-02-20T23:28:04.102 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@trial101.front.sepia.ceph.com' 2026-02-20T23:28:04.103 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@trial168.front.sepia.ceph.com' 2026-02-20T23:28:04.103 DEBUG:teuthology.orchestra.connection:{'hostname': 'trial168.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2026-02-20T23:28:04.170 DEBUG:teuthology.orchestra.run.trial168:> true 2026-02-20T23:28:04.253 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@trial168.front.sepia.ceph.com' 2026-02-20T23:28:04.254 INFO:teuthology.run_tasks:Running task clock... 2026-02-20T23:28:04.268 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2026-02-20T23:28:04.268 INFO:teuthology.orchestra.run:Running command with timeout 360 2026-02-20T23:28:04.269 DEBUG:teuthology.orchestra.run.trial101:> 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-20T23:28:04.271 INFO:teuthology.orchestra.run:Running command with timeout 360 2026-02-20T23:28:04.271 DEBUG:teuthology.orchestra.run.trial168:> 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-20T23:28:04.297 INFO:teuthology.orchestra.run.trial101.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2026-02-20T23:28:04.310 INFO:teuthology.orchestra.run.trial101.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2026-02-20T23:28:04.320 INFO:teuthology.orchestra.run.trial168.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2026-02-20T23:28:04.330 INFO:teuthology.orchestra.run.trial101.stderr:sudo: ntpd: command not found 2026-02-20T23:28:04.333 INFO:teuthology.orchestra.run.trial168.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2026-02-20T23:28:04.340 INFO:teuthology.orchestra.run.trial101.stdout:506 Cannot talk to daemon 2026-02-20T23:28:04.351 INFO:teuthology.orchestra.run.trial101.stderr:Failed to start ntp.service: Unit ntp.service not found. 2026-02-20T23:28:04.354 INFO:teuthology.orchestra.run.trial168.stderr:sudo: ntpd: command not found 2026-02-20T23:28:04.364 INFO:teuthology.orchestra.run.trial101.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2026-02-20T23:28:04.364 INFO:teuthology.orchestra.run.trial168.stdout:506 Cannot talk to daemon 2026-02-20T23:28:04.376 INFO:teuthology.orchestra.run.trial168.stderr:Failed to start ntp.service: Unit ntp.service not found. 2026-02-20T23:28:04.388 INFO:teuthology.orchestra.run.trial168.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2026-02-20T23:28:04.411 INFO:teuthology.orchestra.run.trial101.stderr:bash: line 1: ntpq: command not found 2026-02-20T23:28:04.413 INFO:teuthology.orchestra.run.trial101.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2026-02-20T23:28:04.413 INFO:teuthology.orchestra.run.trial101.stdout:=============================================================================== 2026-02-20T23:28:04.413 INFO:teuthology.orchestra.run.trial101.stdout:^? 50.218.103.254 0 6 0 - +0ns[ +0ns] +/- 0ns 2026-02-20T23:28:04.413 INFO:teuthology.orchestra.run.trial101.stdout:^? ip74-208-14-149.pbiaas.c> 0 6 0 - +0ns[ +0ns] +/- 0ns 2026-02-20T23:28:04.414 INFO:teuthology.orchestra.run.trial101.stdout:^? ntp.sfo.icanbwell.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2026-02-20T23:28:04.414 INFO:teuthology.orchestra.run.trial101.stdout:^? arm1.maxhost.io 0 6 0 - +0ns[ +0ns] +/- 0ns 2026-02-20T23:28:04.434 INFO:teuthology.orchestra.run.trial168.stderr:bash: line 1: ntpq: command not found 2026-02-20T23:28:04.437 INFO:teuthology.orchestra.run.trial168.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2026-02-20T23:28:04.437 INFO:teuthology.orchestra.run.trial168.stdout:=============================================================================== 2026-02-20T23:28:04.437 INFO:teuthology.orchestra.run.trial168.stdout:^? dutch.arpnet.net 0 6 0 - +0ns[ +0ns] +/- 0ns 2026-02-20T23:28:04.437 INFO:teuthology.orchestra.run.trial168.stdout:^? time.richie.net 0 6 0 - +0ns[ +0ns] +/- 0ns 2026-02-20T23:28:04.437 INFO:teuthology.orchestra.run.trial168.stdout:^? triton.ellipse.net 0 6 0 - +0ns[ +0ns] +/- 0ns 2026-02-20T23:28:04.437 INFO:teuthology.orchestra.run.trial168.stdout:^? 50.218.103.254 0 6 0 - +0ns[ +0ns] +/- 0ns 2026-02-20T23:28:04.437 INFO:teuthology.run_tasks:Running task pexec... 2026-02-20T23:28:04.451 INFO:teuthology.task.pexec:Executing custom commands... 2026-02-20T23:28:04.452 DEBUG:teuthology.orchestra.run.trial101:> TESTDIR=/home/ubuntu/cephtest bash -s 2026-02-20T23:28:04.452 DEBUG:teuthology.orchestra.run.trial168:> TESTDIR=/home/ubuntu/cephtest bash -s 2026-02-20T23:28:04.457 INFO:teuthology.task.pexec:Running commands on host ubuntu@trial101.front.sepia.ceph.com 2026-02-20T23:28:04.458 INFO:teuthology.task.pexec:sudo dnf remove nvme-cli -y 2026-02-20T23:28:04.458 INFO:teuthology.task.pexec:sudo dnf install runc nvmetcli nvme-cli -y 2026-02-20T23:28:04.458 INFO:teuthology.task.pexec:sudo sed -i 's/^#runtime = "crun"/runtime = "runc"/g' /usr/share/containers/containers.conf 2026-02-20T23:28:04.458 INFO:teuthology.task.pexec:sudo sed -i 's/runtime = "crun"/#runtime = "crun"/g' /usr/share/containers/containers.conf 2026-02-20T23:28:04.479 INFO:teuthology.task.pexec:Running commands on host ubuntu@trial168.front.sepia.ceph.com 2026-02-20T23:28:04.479 INFO:teuthology.task.pexec:sudo dnf remove nvme-cli -y 2026-02-20T23:28:04.479 INFO:teuthology.task.pexec:sudo dnf install runc nvmetcli nvme-cli -y 2026-02-20T23:28:04.479 INFO:teuthology.task.pexec:sudo sed -i 's/^#runtime = "crun"/runtime = "runc"/g' /usr/share/containers/containers.conf 2026-02-20T23:28:04.479 INFO:teuthology.task.pexec:sudo sed -i 's/runtime = "crun"/#runtime = "crun"/g' /usr/share/containers/containers.conf 2026-02-20T23:28:04.631 INFO:teuthology.orchestra.run.trial101.stdout:No match for argument: nvme-cli 2026-02-20T23:28:04.631 INFO:teuthology.orchestra.run.trial101.stderr:No packages marked for removal. 2026-02-20T23:28:04.632 INFO:teuthology.orchestra.run.trial101.stdout:Dependencies resolved. 2026-02-20T23:28:04.633 INFO:teuthology.orchestra.run.trial101.stdout:Nothing to do. 2026-02-20T23:28:04.633 INFO:teuthology.orchestra.run.trial101.stdout:Complete! 2026-02-20T23:28:04.652 INFO:teuthology.orchestra.run.trial168.stdout:No match for argument: nvme-cli 2026-02-20T23:28:04.652 INFO:teuthology.orchestra.run.trial168.stderr:No packages marked for removal. 2026-02-20T23:28:04.654 INFO:teuthology.orchestra.run.trial168.stdout:Dependencies resolved. 2026-02-20T23:28:04.655 INFO:teuthology.orchestra.run.trial168.stdout:Nothing to do. 2026-02-20T23:28:04.655 INFO:teuthology.orchestra.run.trial168.stdout:Complete! 2026-02-20T23:28:04.938 INFO:teuthology.orchestra.run.trial101.stdout:Last metadata expiration check: 0:00:26 ago on Fri 20 Feb 2026 11:27:38 PM UTC. 2026-02-20T23:28:04.953 INFO:teuthology.orchestra.run.trial168.stdout:Last metadata expiration check: 0:00:25 ago on Fri 20 Feb 2026 11:27:39 PM UTC. 2026-02-20T23:28:05.020 INFO:teuthology.orchestra.run.trial101.stdout:Dependencies resolved. 2026-02-20T23:28:05.021 INFO:teuthology.orchestra.run.trial101.stdout:================================================================================ 2026-02-20T23:28:05.021 INFO:teuthology.orchestra.run.trial101.stdout: Package Arch Version Repository Size 2026-02-20T23:28:05.021 INFO:teuthology.orchestra.run.trial101.stdout:================================================================================ 2026-02-20T23:28:05.021 INFO:teuthology.orchestra.run.trial101.stdout:Installing: 2026-02-20T23:28:05.021 INFO:teuthology.orchestra.run.trial101.stdout: nvme-cli x86_64 2.16-1.el9 baseos 1.2 M 2026-02-20T23:28:05.021 INFO:teuthology.orchestra.run.trial101.stdout: nvmetcli noarch 0.8-3.el9 baseos 44 k 2026-02-20T23:28:05.021 INFO:teuthology.orchestra.run.trial101.stdout: runc x86_64 4:1.4.0-1.el9 appstream 4.0 M 2026-02-20T23:28:05.021 INFO:teuthology.orchestra.run.trial101.stdout:Installing dependencies: 2026-02-20T23:28:05.021 INFO:teuthology.orchestra.run.trial101.stdout: python3-configshell noarch 1:1.1.30-1.el9 baseos 72 k 2026-02-20T23:28:05.021 INFO:teuthology.orchestra.run.trial101.stdout: python3-kmod x86_64 0.9-32.el9 baseos 84 k 2026-02-20T23:28:05.021 INFO:teuthology.orchestra.run.trial101.stdout: python3-pyparsing noarch 2.4.7-9.el9 baseos 150 k 2026-02-20T23:28:05.021 INFO:teuthology.orchestra.run.trial101.stdout: python3-urwid x86_64 2.1.2-4.el9 baseos 837 k 2026-02-20T23:28:05.022 INFO:teuthology.orchestra.run.trial101.stdout: 2026-02-20T23:28:05.022 INFO:teuthology.orchestra.run.trial101.stdout:Transaction Summary 2026-02-20T23:28:05.022 INFO:teuthology.orchestra.run.trial101.stdout:================================================================================ 2026-02-20T23:28:05.022 INFO:teuthology.orchestra.run.trial101.stdout:Install 7 Packages 2026-02-20T23:28:05.022 INFO:teuthology.orchestra.run.trial101.stdout: 2026-02-20T23:28:05.022 INFO:teuthology.orchestra.run.trial101.stdout:Total download size: 6.3 M 2026-02-20T23:28:05.022 INFO:teuthology.orchestra.run.trial101.stdout:Installed size: 24 M 2026-02-20T23:28:05.022 INFO:teuthology.orchestra.run.trial101.stdout:Downloading Packages: 2026-02-20T23:28:05.036 INFO:teuthology.orchestra.run.trial168.stdout:Dependencies resolved. 2026-02-20T23:28:05.037 INFO:teuthology.orchestra.run.trial168.stdout:================================================================================ 2026-02-20T23:28:05.037 INFO:teuthology.orchestra.run.trial168.stdout: Package Arch Version Repository Size 2026-02-20T23:28:05.037 INFO:teuthology.orchestra.run.trial168.stdout:================================================================================ 2026-02-20T23:28:05.037 INFO:teuthology.orchestra.run.trial168.stdout:Installing: 2026-02-20T23:28:05.037 INFO:teuthology.orchestra.run.trial168.stdout: nvme-cli x86_64 2.16-1.el9 baseos 1.2 M 2026-02-20T23:28:05.037 INFO:teuthology.orchestra.run.trial168.stdout: nvmetcli noarch 0.8-3.el9 baseos 44 k 2026-02-20T23:28:05.037 INFO:teuthology.orchestra.run.trial168.stdout: runc x86_64 4:1.4.0-1.el9 appstream 4.0 M 2026-02-20T23:28:05.037 INFO:teuthology.orchestra.run.trial168.stdout:Installing dependencies: 2026-02-20T23:28:05.038 INFO:teuthology.orchestra.run.trial168.stdout: python3-configshell noarch 1:1.1.30-1.el9 baseos 72 k 2026-02-20T23:28:05.038 INFO:teuthology.orchestra.run.trial168.stdout: python3-kmod x86_64 0.9-32.el9 baseos 84 k 2026-02-20T23:28:05.038 INFO:teuthology.orchestra.run.trial168.stdout: python3-pyparsing noarch 2.4.7-9.el9 baseos 150 k 2026-02-20T23:28:05.038 INFO:teuthology.orchestra.run.trial168.stdout: python3-urwid x86_64 2.1.2-4.el9 baseos 837 k 2026-02-20T23:28:05.038 INFO:teuthology.orchestra.run.trial168.stdout: 2026-02-20T23:28:05.038 INFO:teuthology.orchestra.run.trial168.stdout:Transaction Summary 2026-02-20T23:28:05.038 INFO:teuthology.orchestra.run.trial168.stdout:================================================================================ 2026-02-20T23:28:05.038 INFO:teuthology.orchestra.run.trial168.stdout:Install 7 Packages 2026-02-20T23:28:05.038 INFO:teuthology.orchestra.run.trial168.stdout: 2026-02-20T23:28:05.038 INFO:teuthology.orchestra.run.trial168.stdout:Total download size: 6.3 M 2026-02-20T23:28:05.038 INFO:teuthology.orchestra.run.trial168.stdout:Installed size: 24 M 2026-02-20T23:28:05.039 INFO:teuthology.orchestra.run.trial168.stdout:Downloading Packages: 2026-02-20T23:28:05.436 INFO:teuthology.orchestra.run.trial101.stdout:(1/7): python3-configshell-1.1.30-1.el9.noarch. 758 kB/s | 72 kB 00:00 2026-02-20T23:28:05.444 INFO:teuthology.orchestra.run.trial101.stdout:(2/7): nvmetcli-0.8-3.el9.noarch.rpm 422 kB/s | 44 kB 00:00 2026-02-20T23:28:05.456 INFO:teuthology.orchestra.run.trial101.stdout:(3/7): python3-kmod-0.9-32.el9.x86_64.rpm 4.0 MB/s | 84 kB 00:00 2026-02-20T23:28:05.491 INFO:teuthology.orchestra.run.trial101.stdout:(4/7): python3-pyparsing-2.4.7-9.el9.noarch.rpm 3.2 MB/s | 150 kB 00:00 2026-02-20T23:28:05.503 INFO:teuthology.orchestra.run.trial168.stdout:(1/7): nvmetcli-0.8-3.el9.noarch.rpm 139 kB/s | 44 kB 00:00 2026-02-20T23:28:05.516 INFO:teuthology.orchestra.run.trial101.stdout:(5/7): python3-urwid-2.1.2-4.el9.x86_64.rpm 14 MB/s | 837 kB 00:00 2026-02-20T23:28:05.520 INFO:teuthology.orchestra.run.trial101.stdout:(6/7): nvme-cli-2.16-1.el9.x86_64.rpm 6.4 MB/s | 1.2 MB 00:00 2026-02-20T23:28:05.549 INFO:teuthology.orchestra.run.trial168.stdout:(2/7): python3-configshell-1.1.30-1.el9.noarch. 199 kB/s | 72 kB 00:00 2026-02-20T23:28:05.679 INFO:teuthology.orchestra.run.trial168.stdout:(3/7): python3-kmod-0.9-32.el9.x86_64.rpm 480 kB/s | 84 kB 00:00 2026-02-20T23:28:05.757 INFO:teuthology.orchestra.run.trial168.stdout:(4/7): python3-pyparsing-2.4.7-9.el9.noarch.rpm 725 kB/s | 150 kB 00:00 2026-02-20T23:28:05.869 INFO:teuthology.orchestra.run.trial168.stdout:(5/7): nvme-cli-2.16-1.el9.x86_64.rpm 1.7 MB/s | 1.2 MB 00:00 2026-02-20T23:28:06.004 INFO:teuthology.orchestra.run.trial168.stdout:(6/7): python3-urwid-2.1.2-4.el9.x86_64.rpm 2.5 MB/s | 837 kB 00:00 2026-02-20T23:28:06.299 INFO:teuthology.orchestra.run.trial101.stdout:(7/7): runc-1.4.0-1.el9.x86_64.rpm 4.9 MB/s | 4.0 MB 00:00 2026-02-20T23:28:06.300 INFO:teuthology.orchestra.run.trial101.stdout:-------------------------------------------------------------------------------- 2026-02-20T23:28:06.300 INFO:teuthology.orchestra.run.trial101.stdout:Total 4.9 MB/s | 6.3 MB 00:01 2026-02-20T23:28:06.369 INFO:teuthology.orchestra.run.trial101.stdout:Running transaction check 2026-02-20T23:28:06.377 INFO:teuthology.orchestra.run.trial101.stdout:Transaction check succeeded. 2026-02-20T23:28:06.377 INFO:teuthology.orchestra.run.trial101.stdout:Running transaction test 2026-02-20T23:28:06.458 INFO:teuthology.orchestra.run.trial101.stdout:Transaction test succeeded. 2026-02-20T23:28:06.458 INFO:teuthology.orchestra.run.trial101.stdout:Running transaction 2026-02-20T23:28:06.602 INFO:teuthology.orchestra.run.trial101.stdout: Preparing : 1/1 2026-02-20T23:28:06.610 INFO:teuthology.orchestra.run.trial101.stdout: Installing : python3-urwid-2.1.2-4.el9.x86_64 1/7 2026-02-20T23:28:06.619 INFO:teuthology.orchestra.run.trial101.stdout: Installing : python3-pyparsing-2.4.7-9.el9.noarch 2/7 2026-02-20T23:28:06.624 INFO:teuthology.orchestra.run.trial101.stdout: Installing : python3-configshell-1:1.1.30-1.el9.noarch 3/7 2026-02-20T23:28:06.630 INFO:teuthology.orchestra.run.trial101.stdout: Installing : python3-kmod-0.9-32.el9.x86_64 4/7 2026-02-20T23:28:06.631 INFO:teuthology.orchestra.run.trial101.stdout: Installing : nvmetcli-0.8-3.el9.noarch 5/7 2026-02-20T23:28:06.676 INFO:teuthology.orchestra.run.trial101.stdout: Running scriptlet: nvmetcli-0.8-3.el9.noarch 5/7 2026-02-20T23:28:06.789 INFO:teuthology.orchestra.run.trial101.stdout: Installing : runc-4:1.4.0-1.el9.x86_64 6/7 2026-02-20T23:28:06.792 INFO:teuthology.orchestra.run.trial101.stdout: Installing : nvme-cli-2.16-1.el9.x86_64 7/7 2026-02-20T23:28:07.081 INFO:teuthology.orchestra.run.trial101.stdout: Running scriptlet: nvme-cli-2.16-1.el9.x86_64 7/7 2026-02-20T23:28:07.082 INFO:teuthology.orchestra.run.trial101.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmefc-boot-connections.service → /usr/lib/systemd/system/nvmefc-boot-connections.service. 2026-02-20T23:28:07.082 INFO:teuthology.orchestra.run.trial101.stdout: 2026-02-20T23:28:07.326 INFO:teuthology.orchestra.run.trial101.stdout: Verifying : nvme-cli-2.16-1.el9.x86_64 1/7 2026-02-20T23:28:07.326 INFO:teuthology.orchestra.run.trial101.stdout: Verifying : nvmetcli-0.8-3.el9.noarch 2/7 2026-02-20T23:28:07.326 INFO:teuthology.orchestra.run.trial101.stdout: Verifying : python3-configshell-1:1.1.30-1.el9.noarch 3/7 2026-02-20T23:28:07.326 INFO:teuthology.orchestra.run.trial101.stdout: Verifying : python3-kmod-0.9-32.el9.x86_64 4/7 2026-02-20T23:28:07.326 INFO:teuthology.orchestra.run.trial101.stdout: Verifying : python3-pyparsing-2.4.7-9.el9.noarch 5/7 2026-02-20T23:28:07.326 INFO:teuthology.orchestra.run.trial101.stdout: Verifying : python3-urwid-2.1.2-4.el9.x86_64 6/7 2026-02-20T23:28:07.380 INFO:teuthology.orchestra.run.trial101.stdout: Verifying : runc-4:1.4.0-1.el9.x86_64 7/7 2026-02-20T23:28:07.380 INFO:teuthology.orchestra.run.trial101.stdout: 2026-02-20T23:28:07.381 INFO:teuthology.orchestra.run.trial101.stdout:Installed: 2026-02-20T23:28:07.381 INFO:teuthology.orchestra.run.trial101.stdout: nvme-cli-2.16-1.el9.x86_64 nvmetcli-0.8-3.el9.noarch 2026-02-20T23:28:07.381 INFO:teuthology.orchestra.run.trial101.stdout: python3-configshell-1:1.1.30-1.el9.noarch python3-kmod-0.9-32.el9.x86_64 2026-02-20T23:28:07.381 INFO:teuthology.orchestra.run.trial101.stdout: python3-pyparsing-2.4.7-9.el9.noarch python3-urwid-2.1.2-4.el9.x86_64 2026-02-20T23:28:07.381 INFO:teuthology.orchestra.run.trial101.stdout: runc-4:1.4.0-1.el9.x86_64 2026-02-20T23:28:07.381 INFO:teuthology.orchestra.run.trial101.stdout: 2026-02-20T23:28:07.381 INFO:teuthology.orchestra.run.trial101.stdout:Complete! 2026-02-20T23:28:07.433 DEBUG:teuthology.parallel:result is None 2026-02-20T23:28:08.540 INFO:teuthology.orchestra.run.trial168.stdout:(7/7): runc-1.4.0-1.el9.x86_64.rpm 1.4 MB/s | 4.0 MB 00:02 2026-02-20T23:28:08.541 INFO:teuthology.orchestra.run.trial168.stdout:-------------------------------------------------------------------------------- 2026-02-20T23:28:08.541 INFO:teuthology.orchestra.run.trial168.stdout:Total 1.8 MB/s | 6.3 MB 00:03 2026-02-20T23:28:08.612 INFO:teuthology.orchestra.run.trial168.stdout:Running transaction check 2026-02-20T23:28:08.619 INFO:teuthology.orchestra.run.trial168.stdout:Transaction check succeeded. 2026-02-20T23:28:08.619 INFO:teuthology.orchestra.run.trial168.stdout:Running transaction test 2026-02-20T23:28:08.700 INFO:teuthology.orchestra.run.trial168.stdout:Transaction test succeeded. 2026-02-20T23:28:08.700 INFO:teuthology.orchestra.run.trial168.stdout:Running transaction 2026-02-20T23:28:08.843 INFO:teuthology.orchestra.run.trial168.stdout: Preparing : 1/1 2026-02-20T23:28:08.851 INFO:teuthology.orchestra.run.trial168.stdout: Installing : python3-urwid-2.1.2-4.el9.x86_64 1/7 2026-02-20T23:28:08.860 INFO:teuthology.orchestra.run.trial168.stdout: Installing : python3-pyparsing-2.4.7-9.el9.noarch 2/7 2026-02-20T23:28:08.866 INFO:teuthology.orchestra.run.trial168.stdout: Installing : python3-configshell-1:1.1.30-1.el9.noarch 3/7 2026-02-20T23:28:08.872 INFO:teuthology.orchestra.run.trial168.stdout: Installing : python3-kmod-0.9-32.el9.x86_64 4/7 2026-02-20T23:28:08.872 INFO:teuthology.orchestra.run.trial168.stdout: Installing : nvmetcli-0.8-3.el9.noarch 5/7 2026-02-20T23:28:08.920 INFO:teuthology.orchestra.run.trial168.stdout: Running scriptlet: nvmetcli-0.8-3.el9.noarch 5/7 2026-02-20T23:28:09.034 INFO:teuthology.orchestra.run.trial168.stdout: Installing : runc-4:1.4.0-1.el9.x86_64 6/7 2026-02-20T23:28:09.037 INFO:teuthology.orchestra.run.trial168.stdout: Installing : nvme-cli-2.16-1.el9.x86_64 7/7 2026-02-20T23:28:09.317 INFO:teuthology.orchestra.run.trial168.stdout: Running scriptlet: nvme-cli-2.16-1.el9.x86_64 7/7 2026-02-20T23:28:09.317 INFO:teuthology.orchestra.run.trial168.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmefc-boot-connections.service → /usr/lib/systemd/system/nvmefc-boot-connections.service. 2026-02-20T23:28:09.317 INFO:teuthology.orchestra.run.trial168.stdout: 2026-02-20T23:28:09.569 INFO:teuthology.orchestra.run.trial168.stdout: Verifying : nvme-cli-2.16-1.el9.x86_64 1/7 2026-02-20T23:28:09.569 INFO:teuthology.orchestra.run.trial168.stdout: Verifying : nvmetcli-0.8-3.el9.noarch 2/7 2026-02-20T23:28:09.569 INFO:teuthology.orchestra.run.trial168.stdout: Verifying : python3-configshell-1:1.1.30-1.el9.noarch 3/7 2026-02-20T23:28:09.569 INFO:teuthology.orchestra.run.trial168.stdout: Verifying : python3-kmod-0.9-32.el9.x86_64 4/7 2026-02-20T23:28:09.569 INFO:teuthology.orchestra.run.trial168.stdout: Verifying : python3-pyparsing-2.4.7-9.el9.noarch 5/7 2026-02-20T23:28:09.569 INFO:teuthology.orchestra.run.trial168.stdout: Verifying : python3-urwid-2.1.2-4.el9.x86_64 6/7 2026-02-20T23:28:09.621 INFO:teuthology.orchestra.run.trial168.stdout: Verifying : runc-4:1.4.0-1.el9.x86_64 7/7 2026-02-20T23:28:09.622 INFO:teuthology.orchestra.run.trial168.stdout: 2026-02-20T23:28:09.622 INFO:teuthology.orchestra.run.trial168.stdout:Installed: 2026-02-20T23:28:09.622 INFO:teuthology.orchestra.run.trial168.stdout: nvme-cli-2.16-1.el9.x86_64 nvmetcli-0.8-3.el9.noarch 2026-02-20T23:28:09.622 INFO:teuthology.orchestra.run.trial168.stdout: python3-configshell-1:1.1.30-1.el9.noarch python3-kmod-0.9-32.el9.x86_64 2026-02-20T23:28:09.622 INFO:teuthology.orchestra.run.trial168.stdout: python3-pyparsing-2.4.7-9.el9.noarch python3-urwid-2.1.2-4.el9.x86_64 2026-02-20T23:28:09.622 INFO:teuthology.orchestra.run.trial168.stdout: runc-4:1.4.0-1.el9.x86_64 2026-02-20T23:28:09.622 INFO:teuthology.orchestra.run.trial168.stdout: 2026-02-20T23:28:09.622 INFO:teuthology.orchestra.run.trial168.stdout:Complete! 2026-02-20T23:28:09.677 DEBUG:teuthology.parallel:result is None 2026-02-20T23:28:09.678 INFO:teuthology.run_tasks:Running task nvme_loop... 2026-02-20T23:28:09.693 INFO:tasks.nvme_loop:Setting up nvme_loop on scratch devices... 2026-02-20T23:28:09.693 DEBUG:teuthology.orchestra.run.trial101:> set -ex 2026-02-20T23:28:09.693 DEBUG:teuthology.orchestra.run.trial101:> dd if=/scratch_devs of=/dev/stdout 2026-02-20T23:28:09.710 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-20T23:28:09.710 DEBUG:teuthology.orchestra.run.trial101:> stat /dev/vg_nvme/lv_1 2026-02-20T23:28:09.766 INFO:teuthology.orchestra.run.trial101.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2026-02-20T23:28:09.766 INFO:teuthology.orchestra.run.trial101.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2026-02-20T23:28:09.766 INFO:teuthology.orchestra.run.trial101.stdout:Device: 6h/6d Inode: 1304 Links: 1 2026-02-20T23:28:09.766 INFO:teuthology.orchestra.run.trial101.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2026-02-20T23:28:09.766 INFO:teuthology.orchestra.run.trial101.stdout:Context: system_u:object_r:device_t:s0 2026-02-20T23:28:09.766 INFO:teuthology.orchestra.run.trial101.stdout:Access: 2026-02-20 23:28:07.234394730 +0000 2026-02-20T23:28:09.766 INFO:teuthology.orchestra.run.trial101.stdout:Modify: 2026-02-20 23:28:07.105399414 +0000 2026-02-20T23:28:09.766 INFO:teuthology.orchestra.run.trial101.stdout:Change: 2026-02-20 23:28:07.105399414 +0000 2026-02-20T23:28:09.766 INFO:teuthology.orchestra.run.trial101.stdout: Birth: 2026-02-20 23:28:07.105399414 +0000 2026-02-20T23:28:09.767 DEBUG:teuthology.orchestra.run.trial101:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2026-02-20T23:28:09.829 INFO:teuthology.orchestra.run.trial101.stderr:1+0 records in 2026-02-20T23:28:09.829 INFO:teuthology.orchestra.run.trial101.stderr:1+0 records out 2026-02-20T23:28:09.829 INFO:teuthology.orchestra.run.trial101.stderr:512 bytes copied, 0.000157331 s, 3.3 MB/s 2026-02-20T23:28:09.831 DEBUG:teuthology.orchestra.run.trial101:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2026-02-20T23:28:09.888 DEBUG:teuthology.orchestra.run.trial101:> stat /dev/vg_nvme/lv_2 2026-02-20T23:28:09.944 INFO:teuthology.orchestra.run.trial101.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2026-02-20T23:28:09.944 INFO:teuthology.orchestra.run.trial101.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2026-02-20T23:28:09.944 INFO:teuthology.orchestra.run.trial101.stdout:Device: 6h/6d Inode: 1306 Links: 1 2026-02-20T23:28:09.944 INFO:teuthology.orchestra.run.trial101.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2026-02-20T23:28:09.944 INFO:teuthology.orchestra.run.trial101.stdout:Context: system_u:object_r:device_t:s0 2026-02-20T23:28:09.944 INFO:teuthology.orchestra.run.trial101.stdout:Access: 2026-02-20 23:28:07.234394730 +0000 2026-02-20T23:28:09.944 INFO:teuthology.orchestra.run.trial101.stdout:Modify: 2026-02-20 23:28:07.105399414 +0000 2026-02-20T23:28:09.944 INFO:teuthology.orchestra.run.trial101.stdout:Change: 2026-02-20 23:28:07.105399414 +0000 2026-02-20T23:28:09.944 INFO:teuthology.orchestra.run.trial101.stdout: Birth: 2026-02-20 23:28:07.105399414 +0000 2026-02-20T23:28:09.944 DEBUG:teuthology.orchestra.run.trial101:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2026-02-20T23:28:10.007 INFO:teuthology.orchestra.run.trial101.stderr:1+0 records in 2026-02-20T23:28:10.007 INFO:teuthology.orchestra.run.trial101.stderr:1+0 records out 2026-02-20T23:28:10.007 INFO:teuthology.orchestra.run.trial101.stderr:512 bytes copied, 0.000145857 s, 3.5 MB/s 2026-02-20T23:28:10.008 DEBUG:teuthology.orchestra.run.trial101:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2026-02-20T23:28:10.066 DEBUG:teuthology.orchestra.run.trial101:> stat /dev/vg_nvme/lv_3 2026-02-20T23:28:10.122 INFO:teuthology.orchestra.run.trial101.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2026-02-20T23:28:10.122 INFO:teuthology.orchestra.run.trial101.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2026-02-20T23:28:10.122 INFO:teuthology.orchestra.run.trial101.stdout:Device: 6h/6d Inode: 1289 Links: 1 2026-02-20T23:28:10.122 INFO:teuthology.orchestra.run.trial101.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2026-02-20T23:28:10.122 INFO:teuthology.orchestra.run.trial101.stdout:Context: system_u:object_r:device_t:s0 2026-02-20T23:28:10.122 INFO:teuthology.orchestra.run.trial101.stdout:Access: 2026-02-20 23:28:07.234394730 +0000 2026-02-20T23:28:10.123 INFO:teuthology.orchestra.run.trial101.stdout:Modify: 2026-02-20 23:28:07.104399450 +0000 2026-02-20T23:28:10.123 INFO:teuthology.orchestra.run.trial101.stdout:Change: 2026-02-20 23:28:07.104399450 +0000 2026-02-20T23:28:10.123 INFO:teuthology.orchestra.run.trial101.stdout: Birth: 2026-02-20 23:28:07.104399450 +0000 2026-02-20T23:28:10.123 DEBUG:teuthology.orchestra.run.trial101:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2026-02-20T23:28:10.185 INFO:teuthology.orchestra.run.trial101.stderr:1+0 records in 2026-02-20T23:28:10.185 INFO:teuthology.orchestra.run.trial101.stderr:1+0 records out 2026-02-20T23:28:10.185 INFO:teuthology.orchestra.run.trial101.stderr:512 bytes copied, 0.000147503 s, 3.5 MB/s 2026-02-20T23:28:10.186 DEBUG:teuthology.orchestra.run.trial101:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2026-02-20T23:28:10.243 DEBUG:teuthology.orchestra.run.trial101:> stat /dev/vg_nvme/lv_4 2026-02-20T23:28:10.300 INFO:teuthology.orchestra.run.trial101.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2026-02-20T23:28:10.300 INFO:teuthology.orchestra.run.trial101.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2026-02-20T23:28:10.300 INFO:teuthology.orchestra.run.trial101.stdout:Device: 6h/6d Inode: 1292 Links: 1 2026-02-20T23:28:10.300 INFO:teuthology.orchestra.run.trial101.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2026-02-20T23:28:10.300 INFO:teuthology.orchestra.run.trial101.stdout:Context: system_u:object_r:device_t:s0 2026-02-20T23:28:10.300 INFO:teuthology.orchestra.run.trial101.stdout:Access: 2026-02-20 23:28:07.235394694 +0000 2026-02-20T23:28:10.301 INFO:teuthology.orchestra.run.trial101.stdout:Modify: 2026-02-20 23:28:07.104399450 +0000 2026-02-20T23:28:10.301 INFO:teuthology.orchestra.run.trial101.stdout:Change: 2026-02-20 23:28:07.104399450 +0000 2026-02-20T23:28:10.301 INFO:teuthology.orchestra.run.trial101.stdout: Birth: 2026-02-20 23:28:07.104399450 +0000 2026-02-20T23:28:10.301 DEBUG:teuthology.orchestra.run.trial101:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2026-02-20T23:28:10.365 INFO:teuthology.orchestra.run.trial101.stderr:1+0 records in 2026-02-20T23:28:10.365 INFO:teuthology.orchestra.run.trial101.stderr:1+0 records out 2026-02-20T23:28:10.365 INFO:teuthology.orchestra.run.trial101.stderr:512 bytes copied, 0.000163471 s, 3.1 MB/s 2026-02-20T23:28:10.366 DEBUG:teuthology.orchestra.run.trial101:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2026-02-20T23:28:10.424 DEBUG:teuthology.orchestra.run.trial101:> 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-20T23:28:10.527 INFO:teuthology.orchestra.run.trial101.stdout:loop 2026-02-20T23:28:10.529 INFO:tasks.nvme_loop:Connecting nvme_loop trial101:/dev/vg_nvme/lv_1... 2026-02-20T23:28:10.530 DEBUG:teuthology.orchestra.run.trial101:> 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-20T23:28:10.562 INFO:teuthology.orchestra.run.trial101.stdout:1 2026-02-20T23:28:10.587 INFO:teuthology.orchestra.run.trial101.stdout:/dev/vg_nvme/lv_11 2026-02-20T23:28:10.616 INFO:teuthology.orchestra.run.trial101.stdout:connecting to device: nvme3 2026-02-20T23:28:10.617 INFO:tasks.nvme_loop:Connecting nvme_loop trial101:/dev/vg_nvme/lv_2... 2026-02-20T23:28:10.617 DEBUG:teuthology.orchestra.run.trial101:> 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-20T23:28:10.689 INFO:teuthology.orchestra.run.trial101.stdout:1 2026-02-20T23:28:10.714 INFO:teuthology.orchestra.run.trial101.stdout:/dev/vg_nvme/lv_21 2026-02-20T23:28:10.742 INFO:teuthology.orchestra.run.trial101.stdout:connecting to device: nvme4 2026-02-20T23:28:10.744 INFO:tasks.nvme_loop:Connecting nvme_loop trial101:/dev/vg_nvme/lv_3... 2026-02-20T23:28:10.747 DEBUG:teuthology.orchestra.run.trial101:> 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-20T23:28:10.816 INFO:teuthology.orchestra.run.trial101.stdout:1 2026-02-20T23:28:10.842 INFO:teuthology.orchestra.run.trial101.stdout:/dev/vg_nvme/lv_31 2026-02-20T23:28:10.871 INFO:teuthology.orchestra.run.trial101.stdout:connecting to device: nvme5 2026-02-20T23:28:10.872 INFO:tasks.nvme_loop:Connecting nvme_loop trial101:/dev/vg_nvme/lv_4... 2026-02-20T23:28:10.872 DEBUG:teuthology.orchestra.run.trial101:> 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-20T23:28:10.944 INFO:teuthology.orchestra.run.trial101.stdout:1 2026-02-20T23:28:10.970 INFO:teuthology.orchestra.run.trial101.stdout:/dev/vg_nvme/lv_41 2026-02-20T23:28:10.999 INFO:teuthology.orchestra.run.trial101.stdout:connecting to device: nvme6 2026-02-20T23:28:11.005 DEBUG:teuthology.orchestra.run.trial101:> set -ex 2026-02-20T23:28:11.005 DEBUG:teuthology.orchestra.run.trial101:> dd if=/scratch_devs of=/dev/stdout 2026-02-20T23:28:11.061 DEBUG:teuthology.orchestra.run.trial101:> lsblk 2026-02-20T23:28:11.119 INFO:teuthology.orchestra.run.trial101.stdout:NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINTS 2026-02-20T23:28:11.120 INFO:teuthology.orchestra.run.trial101.stdout:nvme2n1 259:0 0 1.7T 0 disk 2026-02-20T23:28:11.120 INFO:teuthology.orchestra.run.trial101.stdout:├─vg_nvme-lv_3 253:2 0 700G 0 lvm 2026-02-20T23:28:11.120 INFO:teuthology.orchestra.run.trial101.stdout:└─vg_nvme-lv_4 253:3 0 700G 0 lvm 2026-02-20T23:28:11.120 INFO:teuthology.orchestra.run.trial101.stdout:nvme0n1 259:1 0 894.3G 0 disk 2026-02-20T23:28:11.120 INFO:teuthology.orchestra.run.trial101.stdout:├─nvme0n1p1 259:2 0 512M 0 part /boot/efi 2026-02-20T23:28:11.120 INFO:teuthology.orchestra.run.trial101.stdout:└─nvme0n1p2 259:3 0 893.8G 0 part / 2026-02-20T23:28:11.120 INFO:teuthology.orchestra.run.trial101.stdout:nvme1n1 259:4 0 1.7T 0 disk 2026-02-20T23:28:11.120 INFO:teuthology.orchestra.run.trial101.stdout:├─vg_nvme-lv_1 253:0 0 700G 0 lvm 2026-02-20T23:28:11.120 INFO:teuthology.orchestra.run.trial101.stdout:├─vg_nvme-lv_2 253:1 0 700G 0 lvm 2026-02-20T23:28:11.120 INFO:teuthology.orchestra.run.trial101.stdout:└─vg_nvme-lv_5 253:4 0 100G 0 lvm /var/lib/ceph 2026-02-20T23:28:11.120 INFO:teuthology.orchestra.run.trial101.stdout:nvme3n1 259:6 0 700G 0 disk 2026-02-20T23:28:11.120 INFO:teuthology.orchestra.run.trial101.stdout:nvme4n1 259:8 0 700G 0 disk 2026-02-20T23:28:11.120 INFO:teuthology.orchestra.run.trial101.stdout:nvme5n1 259:10 0 700G 0 disk 2026-02-20T23:28:11.120 INFO:teuthology.orchestra.run.trial101.stdout:nvme6n1 259:12 0 700G 0 disk 2026-02-20T23:28:11.120 DEBUG:teuthology.orchestra.run.trial101:> sudo nvme list -o json 2026-02-20T23:28:11.186 INFO:teuthology.orchestra.run.trial101.stdout:{ 2026-02-20T23:28:11.187 INFO:teuthology.orchestra.run.trial101.stdout: "Devices":[ 2026-02-20T23:28:11.187 INFO:teuthology.orchestra.run.trial101.stdout: { 2026-02-20T23:28:11.187 INFO:teuthology.orchestra.run.trial101.stdout: "NameSpace":1, 2026-02-20T23:28:11.187 INFO:teuthology.orchestra.run.trial101.stdout: "DevicePath":"/dev/nvme0n1", 2026-02-20T23:28:11.187 INFO:teuthology.orchestra.run.trial101.stdout: "GenericPath":"/dev/ng0n1", 2026-02-20T23:28:11.188 INFO:teuthology.orchestra.run.trial101.stdout: "Firmware":"E2MU200", 2026-02-20T23:28:11.188 INFO:teuthology.orchestra.run.trial101.stdout: "ModelNumber":"Micron_7450_MTFDKBA960TFR", 2026-02-20T23:28:11.188 INFO:teuthology.orchestra.run.trial101.stdout: "SerialNumber":"25174FCD7129", 2026-02-20T23:28:11.188 INFO:teuthology.orchestra.run.trial101.stdout: "UsedBytes":295241609216, 2026-02-20T23:28:11.188 INFO:teuthology.orchestra.run.trial101.stdout: "MaximumLBA":1875385008, 2026-02-20T23:28:11.188 INFO:teuthology.orchestra.run.trial101.stdout: "PhysicalSize":960197124096, 2026-02-20T23:28:11.188 INFO:teuthology.orchestra.run.trial101.stdout: "SectorSize":512 2026-02-20T23:28:11.188 INFO:teuthology.orchestra.run.trial101.stdout: }, 2026-02-20T23:28:11.189 INFO:teuthology.orchestra.run.trial101.stdout: { 2026-02-20T23:28:11.189 INFO:teuthology.orchestra.run.trial101.stdout: "NameSpace":1, 2026-02-20T23:28:11.189 INFO:teuthology.orchestra.run.trial101.stdout: "DevicePath":"/dev/nvme1n1", 2026-02-20T23:28:11.189 INFO:teuthology.orchestra.run.trial101.stdout: "GenericPath":"/dev/ng1n1", 2026-02-20T23:28:11.189 INFO:teuthology.orchestra.run.trial101.stdout: "Firmware":"E3MQ000", 2026-02-20T23:28:11.189 INFO:teuthology.orchestra.run.trial101.stdout: "ModelNumber":"MTFDKCC1T9TGP-1BK1JABYY", 2026-02-20T23:28:11.189 INFO:teuthology.orchestra.run.trial101.stdout: "SerialNumber":"012510B47D81", 2026-02-20T23:28:11.190 INFO:teuthology.orchestra.run.trial101.stdout: "UsedBytes":3610267648, 2026-02-20T23:28:11.190 INFO:teuthology.orchestra.run.trial101.stdout: "MaximumLBA":3750748848, 2026-02-20T23:28:11.190 INFO:teuthology.orchestra.run.trial101.stdout: "PhysicalSize":1920383410176, 2026-02-20T23:28:11.190 INFO:teuthology.orchestra.run.trial101.stdout: "SectorSize":512 2026-02-20T23:28:11.190 INFO:teuthology.orchestra.run.trial101.stdout: }, 2026-02-20T23:28:11.190 INFO:teuthology.orchestra.run.trial101.stdout: { 2026-02-20T23:28:11.190 INFO:teuthology.orchestra.run.trial101.stdout: "NameSpace":1, 2026-02-20T23:28:11.190 INFO:teuthology.orchestra.run.trial101.stdout: "DevicePath":"/dev/nvme2n1", 2026-02-20T23:28:11.191 INFO:teuthology.orchestra.run.trial101.stdout: "GenericPath":"/dev/ng2n1", 2026-02-20T23:28:11.191 INFO:teuthology.orchestra.run.trial101.stdout: "Firmware":"E3MQ000", 2026-02-20T23:28:11.191 INFO:teuthology.orchestra.run.trial101.stdout: "ModelNumber":"MTFDKCC1T9TGP-1BK1JABYY", 2026-02-20T23:28:11.191 INFO:teuthology.orchestra.run.trial101.stdout: "SerialNumber":"012510B47A22", 2026-02-20T23:28:11.191 INFO:teuthology.orchestra.run.trial101.stdout: "UsedBytes":6431698944, 2026-02-20T23:28:11.191 INFO:teuthology.orchestra.run.trial101.stdout: "MaximumLBA":3750748848, 2026-02-20T23:28:11.191 INFO:teuthology.orchestra.run.trial101.stdout: "PhysicalSize":1920383410176, 2026-02-20T23:28:11.191 INFO:teuthology.orchestra.run.trial101.stdout: "SectorSize":512 2026-02-20T23:28:11.192 INFO:teuthology.orchestra.run.trial101.stdout: }, 2026-02-20T23:28:11.192 INFO:teuthology.orchestra.run.trial101.stdout: { 2026-02-20T23:28:11.192 INFO:teuthology.orchestra.run.trial101.stdout: "NameSpace":1, 2026-02-20T23:28:11.192 INFO:teuthology.orchestra.run.trial101.stdout: "DevicePath":"/dev/nvme3n1", 2026-02-20T23:28:11.192 INFO:teuthology.orchestra.run.trial101.stdout: "GenericPath":"/dev/ng3n1", 2026-02-20T23:28:11.192 INFO:teuthology.orchestra.run.trial101.stdout: "Firmware":"5.14.0-6", 2026-02-20T23:28:11.192 INFO:teuthology.orchestra.run.trial101.stdout: "ModelNumber":"Linux", 2026-02-20T23:28:11.192 INFO:teuthology.orchestra.run.trial101.stdout: "SerialNumber":"92a5f00a86258c84515f", 2026-02-20T23:28:11.193 INFO:teuthology.orchestra.run.trial101.stdout: "UsedBytes":751619276800, 2026-02-20T23:28:11.193 INFO:teuthology.orchestra.run.trial101.stdout: "MaximumLBA":1468006400, 2026-02-20T23:28:11.193 INFO:teuthology.orchestra.run.trial101.stdout: "PhysicalSize":751619276800, 2026-02-20T23:28:11.193 INFO:teuthology.orchestra.run.trial101.stdout: "SectorSize":512 2026-02-20T23:28:11.193 INFO:teuthology.orchestra.run.trial101.stdout: }, 2026-02-20T23:28:11.193 INFO:teuthology.orchestra.run.trial101.stdout: { 2026-02-20T23:28:11.193 INFO:teuthology.orchestra.run.trial101.stdout: "NameSpace":1, 2026-02-20T23:28:11.193 INFO:teuthology.orchestra.run.trial101.stdout: "DevicePath":"/dev/nvme4n1", 2026-02-20T23:28:11.194 INFO:teuthology.orchestra.run.trial101.stdout: "GenericPath":"/dev/ng4n1", 2026-02-20T23:28:11.194 INFO:teuthology.orchestra.run.trial101.stdout: "Firmware":"5.14.0-6", 2026-02-20T23:28:11.194 INFO:teuthology.orchestra.run.trial101.stdout: "ModelNumber":"Linux", 2026-02-20T23:28:11.194 INFO:teuthology.orchestra.run.trial101.stdout: "SerialNumber":"fc18ea2b7e2b758450a6", 2026-02-20T23:28:11.194 INFO:teuthology.orchestra.run.trial101.stdout: "UsedBytes":751619276800, 2026-02-20T23:28:11.194 INFO:teuthology.orchestra.run.trial101.stdout: "MaximumLBA":1468006400, 2026-02-20T23:28:11.194 INFO:teuthology.orchestra.run.trial101.stdout: "PhysicalSize":751619276800, 2026-02-20T23:28:11.194 INFO:teuthology.orchestra.run.trial101.stdout: "SectorSize":512 2026-02-20T23:28:11.195 INFO:teuthology.orchestra.run.trial101.stdout: }, 2026-02-20T23:28:11.195 INFO:teuthology.orchestra.run.trial101.stdout: { 2026-02-20T23:28:11.195 INFO:teuthology.orchestra.run.trial101.stdout: "NameSpace":1, 2026-02-20T23:28:11.195 INFO:teuthology.orchestra.run.trial101.stdout: "DevicePath":"/dev/nvme5n1", 2026-02-20T23:28:11.195 INFO:teuthology.orchestra.run.trial101.stdout: "GenericPath":"/dev/ng5n1", 2026-02-20T23:28:11.195 INFO:teuthology.orchestra.run.trial101.stdout: "Firmware":"5.14.0-6", 2026-02-20T23:28:11.195 INFO:teuthology.orchestra.run.trial101.stdout: "ModelNumber":"Linux", 2026-02-20T23:28:11.195 INFO:teuthology.orchestra.run.trial101.stdout: "SerialNumber":"21a093fe7ddd020001aa", 2026-02-20T23:28:11.196 INFO:teuthology.orchestra.run.trial101.stdout: "UsedBytes":751619276800, 2026-02-20T23:28:11.196 INFO:teuthology.orchestra.run.trial101.stdout: "MaximumLBA":1468006400, 2026-02-20T23:28:11.196 INFO:teuthology.orchestra.run.trial101.stdout: "PhysicalSize":751619276800, 2026-02-20T23:28:11.196 INFO:teuthology.orchestra.run.trial101.stdout: "SectorSize":512 2026-02-20T23:28:11.196 INFO:teuthology.orchestra.run.trial101.stdout: }, 2026-02-20T23:28:11.196 INFO:teuthology.orchestra.run.trial101.stdout: { 2026-02-20T23:28:11.196 INFO:teuthology.orchestra.run.trial101.stdout: "NameSpace":1, 2026-02-20T23:28:11.196 INFO:teuthology.orchestra.run.trial101.stdout: "DevicePath":"/dev/nvme6n1", 2026-02-20T23:28:11.197 INFO:teuthology.orchestra.run.trial101.stdout: "GenericPath":"/dev/ng6n1", 2026-02-20T23:28:11.197 INFO:teuthology.orchestra.run.trial101.stdout: "Firmware":"5.14.0-6", 2026-02-20T23:28:11.197 INFO:teuthology.orchestra.run.trial101.stdout: "ModelNumber":"Linux", 2026-02-20T23:28:11.197 INFO:teuthology.orchestra.run.trial101.stdout: "SerialNumber":"1eeb378d8b2dc119e705", 2026-02-20T23:28:11.197 INFO:teuthology.orchestra.run.trial101.stdout: "UsedBytes":751619276800, 2026-02-20T23:28:11.197 INFO:teuthology.orchestra.run.trial101.stdout: "MaximumLBA":1468006400, 2026-02-20T23:28:11.197 INFO:teuthology.orchestra.run.trial101.stdout: "PhysicalSize":751619276800, 2026-02-20T23:28:11.197 INFO:teuthology.orchestra.run.trial101.stdout: "SectorSize":512 2026-02-20T23:28:11.198 INFO:teuthology.orchestra.run.trial101.stdout: } 2026-02-20T23:28:11.198 INFO:teuthology.orchestra.run.trial101.stdout: ] 2026-02-20T23:28:11.198 INFO:teuthology.orchestra.run.trial101.stdout:} 2026-02-20T23:28:11.200 DEBUG:teuthology.orchestra.run.trial101:> sudo dd if=/dev/zero of=/dev/nvme3n1 seek=0 bs=1 count=4096 2026-02-20T23:28:11.266 INFO:teuthology.orchestra.run.trial101.stderr:4096+0 records in 2026-02-20T23:28:11.267 INFO:teuthology.orchestra.run.trial101.stderr:4096+0 records out 2026-02-20T23:28:11.267 INFO:teuthology.orchestra.run.trial101.stderr:4096 bytes (4.1 kB, 4.0 KiB) copied, 0.00456216 s, 898 kB/s 2026-02-20T23:28:11.268 DEBUG:teuthology.orchestra.run.trial101:> sudo hexdump -n22 -C -s0 /dev/nvme3n1 2026-02-20T23:28:11.331 INFO:teuthology.orchestra.run.trial101.stdout:00000000 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| 2026-02-20T23:28:11.332 INFO:teuthology.orchestra.run.trial101.stdout:00000010 00 00 00 00 00 00 |......| 2026-02-20T23:28:11.332 INFO:teuthology.orchestra.run.trial101.stdout:00000016 2026-02-20T23:28:11.333 DEBUG:teuthology.orchestra.run.trial101:> sudo dd if=/dev/zero of=/dev/nvme3n1 seek=1073741824 bs=1 count=4096 2026-02-20T23:28:11.400 INFO:teuthology.orchestra.run.trial101.stderr:4096+0 records in 2026-02-20T23:28:11.400 INFO:teuthology.orchestra.run.trial101.stderr:4096+0 records out 2026-02-20T23:28:11.400 INFO:teuthology.orchestra.run.trial101.stderr:4096 bytes (4.1 kB, 4.0 KiB) copied, 0.00472158 s, 868 kB/s 2026-02-20T23:28:11.401 DEBUG:teuthology.orchestra.run.trial101:> sudo hexdump -n22 -C -s1073741824 /dev/nvme3n1 2026-02-20T23:28:11.464 INFO:teuthology.orchestra.run.trial101.stdout:40000000 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| 2026-02-20T23:28:11.464 INFO:teuthology.orchestra.run.trial101.stdout:40000010 00 00 00 00 00 00 |......| 2026-02-20T23:28:11.464 INFO:teuthology.orchestra.run.trial101.stdout:40000016 2026-02-20T23:28:11.465 DEBUG:teuthology.orchestra.run.trial101:> sudo dd if=/dev/zero of=/dev/nvme3n1 seek=10737418240 bs=1 count=4096 2026-02-20T23:28:11.533 INFO:teuthology.orchestra.run.trial101.stderr:4096+0 records in 2026-02-20T23:28:11.533 INFO:teuthology.orchestra.run.trial101.stderr:4096+0 records out 2026-02-20T23:28:11.534 INFO:teuthology.orchestra.run.trial101.stderr:4096 bytes (4.1 kB, 4.0 KiB) copied, 0.00484722 s, 845 kB/s 2026-02-20T23:28:11.534 DEBUG:teuthology.orchestra.run.trial101:> sudo hexdump -n22 -C -s10737418240 /dev/nvme3n1 2026-02-20T23:28:11.599 INFO:teuthology.orchestra.run.trial101.stdout:280000000 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| 2026-02-20T23:28:11.599 INFO:teuthology.orchestra.run.trial101.stdout:280000010 00 00 00 00 00 00 |......| 2026-02-20T23:28:11.599 INFO:teuthology.orchestra.run.trial101.stdout:280000016 2026-02-20T23:28:11.600 DEBUG:teuthology.orchestra.run.trial101:> sudo dd if=/dev/zero of=/dev/nvme4n1 seek=0 bs=1 count=4096 2026-02-20T23:28:11.665 INFO:teuthology.orchestra.run.trial101.stderr:4096+0 records in 2026-02-20T23:28:11.666 INFO:teuthology.orchestra.run.trial101.stderr:4096+0 records out 2026-02-20T23:28:11.666 INFO:teuthology.orchestra.run.trial101.stderr:4096 bytes (4.1 kB, 4.0 KiB) copied, 0.00439209 s, 933 kB/s 2026-02-20T23:28:11.667 DEBUG:teuthology.orchestra.run.trial101:> sudo hexdump -n22 -C -s0 /dev/nvme4n1 2026-02-20T23:28:11.734 INFO:teuthology.orchestra.run.trial101.stdout:00000000 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| 2026-02-20T23:28:11.734 INFO:teuthology.orchestra.run.trial101.stdout:00000010 00 00 00 00 00 00 |......| 2026-02-20T23:28:11.734 INFO:teuthology.orchestra.run.trial101.stdout:00000016 2026-02-20T23:28:11.735 DEBUG:teuthology.orchestra.run.trial101:> sudo dd if=/dev/zero of=/dev/nvme4n1 seek=1073741824 bs=1 count=4096 2026-02-20T23:28:11.803 INFO:teuthology.orchestra.run.trial101.stderr:4096+0 records in 2026-02-20T23:28:11.803 INFO:teuthology.orchestra.run.trial101.stderr:4096+0 records out 2026-02-20T23:28:11.803 INFO:teuthology.orchestra.run.trial101.stderr:4096 bytes (4.1 kB, 4.0 KiB) copied, 0.00489076 s, 837 kB/s 2026-02-20T23:28:11.804 DEBUG:teuthology.orchestra.run.trial101:> sudo hexdump -n22 -C -s1073741824 /dev/nvme4n1 2026-02-20T23:28:11.866 INFO:teuthology.orchestra.run.trial101.stdout:40000000 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| 2026-02-20T23:28:11.867 INFO:teuthology.orchestra.run.trial101.stdout:40000010 00 00 00 00 00 00 |......| 2026-02-20T23:28:11.867 INFO:teuthology.orchestra.run.trial101.stdout:40000016 2026-02-20T23:28:11.867 DEBUG:teuthology.orchestra.run.trial101:> sudo dd if=/dev/zero of=/dev/nvme4n1 seek=10737418240 bs=1 count=4096 2026-02-20T23:28:11.934 INFO:teuthology.orchestra.run.trial101.stderr:4096+0 records in 2026-02-20T23:28:11.934 INFO:teuthology.orchestra.run.trial101.stderr:4096+0 records out 2026-02-20T23:28:11.934 INFO:teuthology.orchestra.run.trial101.stderr:4096 bytes (4.1 kB, 4.0 KiB) copied, 0.00476798 s, 859 kB/s 2026-02-20T23:28:11.935 DEBUG:teuthology.orchestra.run.trial101:> sudo hexdump -n22 -C -s10737418240 /dev/nvme4n1 2026-02-20T23:28:11.997 INFO:teuthology.orchestra.run.trial101.stdout:280000000 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| 2026-02-20T23:28:11.998 INFO:teuthology.orchestra.run.trial101.stdout:280000010 00 00 00 00 00 00 |......| 2026-02-20T23:28:11.998 INFO:teuthology.orchestra.run.trial101.stdout:280000016 2026-02-20T23:28:11.999 DEBUG:teuthology.orchestra.run.trial101:> sudo dd if=/dev/zero of=/dev/nvme5n1 seek=0 bs=1 count=4096 2026-02-20T23:28:12.066 INFO:teuthology.orchestra.run.trial101.stderr:4096+0 records in 2026-02-20T23:28:12.066 INFO:teuthology.orchestra.run.trial101.stderr:4096+0 records out 2026-02-20T23:28:12.066 INFO:teuthology.orchestra.run.trial101.stderr:4096 bytes (4.1 kB, 4.0 KiB) copied, 0.00501124 s, 817 kB/s 2026-02-20T23:28:12.067 DEBUG:teuthology.orchestra.run.trial101:> sudo hexdump -n22 -C -s0 /dev/nvme5n1 2026-02-20T23:28:12.129 INFO:teuthology.orchestra.run.trial101.stdout:00000000 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| 2026-02-20T23:28:12.129 INFO:teuthology.orchestra.run.trial101.stdout:00000010 00 00 00 00 00 00 |......| 2026-02-20T23:28:12.129 INFO:teuthology.orchestra.run.trial101.stdout:00000016 2026-02-20T23:28:12.131 DEBUG:teuthology.orchestra.run.trial101:> sudo dd if=/dev/zero of=/dev/nvme5n1 seek=1073741824 bs=1 count=4096 2026-02-20T23:28:12.197 INFO:teuthology.orchestra.run.trial101.stderr:4096+0 records in 2026-02-20T23:28:12.197 INFO:teuthology.orchestra.run.trial101.stderr:4096+0 records out 2026-02-20T23:28:12.198 INFO:teuthology.orchestra.run.trial101.stderr:4096 bytes (4.1 kB, 4.0 KiB) copied, 0.00474631 s, 863 kB/s 2026-02-20T23:28:12.199 DEBUG:teuthology.orchestra.run.trial101:> sudo hexdump -n22 -C -s1073741824 /dev/nvme5n1 2026-02-20T23:28:12.261 INFO:teuthology.orchestra.run.trial101.stdout:40000000 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| 2026-02-20T23:28:12.262 INFO:teuthology.orchestra.run.trial101.stdout:40000010 00 00 00 00 00 00 |......| 2026-02-20T23:28:12.262 INFO:teuthology.orchestra.run.trial101.stdout:40000016 2026-02-20T23:28:12.262 DEBUG:teuthology.orchestra.run.trial101:> sudo dd if=/dev/zero of=/dev/nvme5n1 seek=10737418240 bs=1 count=4096 2026-02-20T23:28:12.329 INFO:teuthology.orchestra.run.trial101.stderr:4096+0 records in 2026-02-20T23:28:12.329 INFO:teuthology.orchestra.run.trial101.stderr:4096+0 records out 2026-02-20T23:28:12.329 INFO:teuthology.orchestra.run.trial101.stderr:4096 bytes (4.1 kB, 4.0 KiB) copied, 0.00455485 s, 899 kB/s 2026-02-20T23:28:12.330 DEBUG:teuthology.orchestra.run.trial101:> sudo hexdump -n22 -C -s10737418240 /dev/nvme5n1 2026-02-20T23:28:12.392 INFO:teuthology.orchestra.run.trial101.stdout:280000000 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| 2026-02-20T23:28:12.393 INFO:teuthology.orchestra.run.trial101.stdout:280000010 00 00 00 00 00 00 |......| 2026-02-20T23:28:12.393 INFO:teuthology.orchestra.run.trial101.stdout:280000016 2026-02-20T23:28:12.393 DEBUG:teuthology.orchestra.run.trial101:> sudo dd if=/dev/zero of=/dev/nvme6n1 seek=0 bs=1 count=4096 2026-02-20T23:28:12.460 INFO:teuthology.orchestra.run.trial101.stderr:4096+0 records in 2026-02-20T23:28:12.460 INFO:teuthology.orchestra.run.trial101.stderr:4096+0 records out 2026-02-20T23:28:12.460 INFO:teuthology.orchestra.run.trial101.stderr:4096 bytes (4.1 kB, 4.0 KiB) copied, 0.00490828 s, 835 kB/s 2026-02-20T23:28:12.461 DEBUG:teuthology.orchestra.run.trial101:> sudo hexdump -n22 -C -s0 /dev/nvme6n1 2026-02-20T23:28:12.524 INFO:teuthology.orchestra.run.trial101.stdout:00000000 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| 2026-02-20T23:28:12.524 INFO:teuthology.orchestra.run.trial101.stdout:00000010 00 00 00 00 00 00 |......| 2026-02-20T23:28:12.524 INFO:teuthology.orchestra.run.trial101.stdout:00000016 2026-02-20T23:28:12.525 DEBUG:teuthology.orchestra.run.trial101:> sudo dd if=/dev/zero of=/dev/nvme6n1 seek=1073741824 bs=1 count=4096 2026-02-20T23:28:12.590 INFO:teuthology.orchestra.run.trial101.stderr:4096+0 records in 2026-02-20T23:28:12.591 INFO:teuthology.orchestra.run.trial101.stderr:4096+0 records out 2026-02-20T23:28:12.591 INFO:teuthology.orchestra.run.trial101.stderr:4096 bytes (4.1 kB, 4.0 KiB) copied, 0.00434243 s, 943 kB/s 2026-02-20T23:28:12.592 DEBUG:teuthology.orchestra.run.trial101:> sudo hexdump -n22 -C -s1073741824 /dev/nvme6n1 2026-02-20T23:28:12.653 INFO:teuthology.orchestra.run.trial101.stdout:40000000 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| 2026-02-20T23:28:12.653 INFO:teuthology.orchestra.run.trial101.stdout:40000010 00 00 00 00 00 00 |......| 2026-02-20T23:28:12.653 INFO:teuthology.orchestra.run.trial101.stdout:40000016 2026-02-20T23:28:12.654 DEBUG:teuthology.orchestra.run.trial101:> sudo dd if=/dev/zero of=/dev/nvme6n1 seek=10737418240 bs=1 count=4096 2026-02-20T23:28:12.721 INFO:teuthology.orchestra.run.trial101.stderr:4096+0 records in 2026-02-20T23:28:12.721 INFO:teuthology.orchestra.run.trial101.stderr:4096+0 records out 2026-02-20T23:28:12.721 INFO:teuthology.orchestra.run.trial101.stderr:4096 bytes (4.1 kB, 4.0 KiB) copied, 0.00450013 s, 910 kB/s 2026-02-20T23:28:12.722 DEBUG:teuthology.orchestra.run.trial101:> sudo hexdump -n22 -C -s10737418240 /dev/nvme6n1 2026-02-20T23:28:12.786 INFO:teuthology.orchestra.run.trial101.stdout:280000000 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| 2026-02-20T23:28:12.786 INFO:teuthology.orchestra.run.trial101.stdout:280000010 00 00 00 00 00 00 |......| 2026-02-20T23:28:12.786 INFO:teuthology.orchestra.run.trial101.stdout:280000016 2026-02-20T23:28:12.787 INFO:tasks.nvme_loop:new_devs ['/dev/nvme3n1', '/dev/nvme4n1', '/dev/nvme5n1', '/dev/nvme6n1'] 2026-02-20T23:28:12.787 DEBUG:teuthology.orchestra.run.trial101:> set -ex 2026-02-20T23:28:12.787 DEBUG:teuthology.orchestra.run.trial101:> sudo dd of=/scratch_devs 2026-02-20T23:28:12.851 DEBUG:teuthology.orchestra.run.trial168:> set -ex 2026-02-20T23:28:12.851 DEBUG:teuthology.orchestra.run.trial168:> dd if=/scratch_devs of=/dev/stdout 2026-02-20T23:28:12.870 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-20T23:28:12.870 DEBUG:teuthology.orchestra.run.trial168:> stat /dev/vg_nvme/lv_1 2026-02-20T23:28:12.927 INFO:teuthology.orchestra.run.trial168.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2026-02-20T23:28:12.927 INFO:teuthology.orchestra.run.trial168.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2026-02-20T23:28:12.927 INFO:teuthology.orchestra.run.trial168.stdout:Device: 6h/6d Inode: 1307 Links: 1 2026-02-20T23:28:12.928 INFO:teuthology.orchestra.run.trial168.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2026-02-20T23:28:12.928 INFO:teuthology.orchestra.run.trial168.stdout:Context: system_u:object_r:device_t:s0 2026-02-20T23:28:12.928 INFO:teuthology.orchestra.run.trial168.stdout:Access: 2026-02-20 23:28:09.469258749 +0000 2026-02-20T23:28:12.928 INFO:teuthology.orchestra.run.trial168.stdout:Modify: 2026-02-20 23:28:09.335163353 +0000 2026-02-20T23:28:12.928 INFO:teuthology.orchestra.run.trial168.stdout:Change: 2026-02-20 23:28:09.335163353 +0000 2026-02-20T23:28:12.928 INFO:teuthology.orchestra.run.trial168.stdout: Birth: 2026-02-20 23:28:09.335163353 +0000 2026-02-20T23:28:12.928 DEBUG:teuthology.orchestra.run.trial168:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2026-02-20T23:28:12.991 INFO:teuthology.orchestra.run.trial168.stderr:1+0 records in 2026-02-20T23:28:12.991 INFO:teuthology.orchestra.run.trial168.stderr:1+0 records out 2026-02-20T23:28:12.991 INFO:teuthology.orchestra.run.trial168.stderr:512 bytes copied, 0.000250041 s, 2.0 MB/s 2026-02-20T23:28:12.992 DEBUG:teuthology.orchestra.run.trial168:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2026-02-20T23:28:13.049 DEBUG:teuthology.orchestra.run.trial168:> stat /dev/vg_nvme/lv_2 2026-02-20T23:28:13.106 INFO:teuthology.orchestra.run.trial168.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2026-02-20T23:28:13.106 INFO:teuthology.orchestra.run.trial168.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2026-02-20T23:28:13.106 INFO:teuthology.orchestra.run.trial168.stdout:Device: 6h/6d Inode: 1298 Links: 1 2026-02-20T23:28:13.106 INFO:teuthology.orchestra.run.trial168.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2026-02-20T23:28:13.106 INFO:teuthology.orchestra.run.trial168.stdout:Context: system_u:object_r:device_t:s0 2026-02-20T23:28:13.106 INFO:teuthology.orchestra.run.trial168.stdout:Access: 2026-02-20 23:28:09.469258749 +0000 2026-02-20T23:28:13.106 INFO:teuthology.orchestra.run.trial168.stdout:Modify: 2026-02-20 23:28:09.335163353 +0000 2026-02-20T23:28:13.106 INFO:teuthology.orchestra.run.trial168.stdout:Change: 2026-02-20 23:28:09.335163353 +0000 2026-02-20T23:28:13.106 INFO:teuthology.orchestra.run.trial168.stdout: Birth: 2026-02-20 23:28:09.335163353 +0000 2026-02-20T23:28:13.107 DEBUG:teuthology.orchestra.run.trial168:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2026-02-20T23:28:13.168 INFO:teuthology.orchestra.run.trial168.stderr:1+0 records in 2026-02-20T23:28:13.168 INFO:teuthology.orchestra.run.trial168.stderr:1+0 records out 2026-02-20T23:28:13.168 INFO:teuthology.orchestra.run.trial168.stderr:512 bytes copied, 0.000223492 s, 2.3 MB/s 2026-02-20T23:28:13.169 DEBUG:teuthology.orchestra.run.trial168:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2026-02-20T23:28:13.228 DEBUG:teuthology.orchestra.run.trial168:> stat /dev/vg_nvme/lv_3 2026-02-20T23:28:13.284 INFO:teuthology.orchestra.run.trial168.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2026-02-20T23:28:13.284 INFO:teuthology.orchestra.run.trial168.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2026-02-20T23:28:13.284 INFO:teuthology.orchestra.run.trial168.stdout:Device: 6h/6d Inode: 1291 Links: 1 2026-02-20T23:28:13.284 INFO:teuthology.orchestra.run.trial168.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2026-02-20T23:28:13.284 INFO:teuthology.orchestra.run.trial168.stdout:Context: system_u:object_r:device_t:s0 2026-02-20T23:28:13.284 INFO:teuthology.orchestra.run.trial168.stdout:Access: 2026-02-20 23:28:09.469258749 +0000 2026-02-20T23:28:13.284 INFO:teuthology.orchestra.run.trial168.stdout:Modify: 2026-02-20 23:28:09.334155117 +0000 2026-02-20T23:28:13.285 INFO:teuthology.orchestra.run.trial168.stdout:Change: 2026-02-20 23:28:09.334155117 +0000 2026-02-20T23:28:13.285 INFO:teuthology.orchestra.run.trial168.stdout: Birth: 2026-02-20 23:28:09.334155117 +0000 2026-02-20T23:28:13.285 DEBUG:teuthology.orchestra.run.trial168:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2026-02-20T23:28:13.349 INFO:teuthology.orchestra.run.trial168.stderr:1+0 records in 2026-02-20T23:28:13.349 INFO:teuthology.orchestra.run.trial168.stderr:1+0 records out 2026-02-20T23:28:13.349 INFO:teuthology.orchestra.run.trial168.stderr:512 bytes copied, 0.000166537 s, 3.1 MB/s 2026-02-20T23:28:13.350 DEBUG:teuthology.orchestra.run.trial168:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2026-02-20T23:28:13.407 DEBUG:teuthology.orchestra.run.trial168:> stat /dev/vg_nvme/lv_4 2026-02-20T23:28:13.465 INFO:teuthology.orchestra.run.trial168.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2026-02-20T23:28:13.465 INFO:teuthology.orchestra.run.trial168.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2026-02-20T23:28:13.465 INFO:teuthology.orchestra.run.trial168.stdout:Device: 6h/6d Inode: 1302 Links: 1 2026-02-20T23:28:13.465 INFO:teuthology.orchestra.run.trial168.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2026-02-20T23:28:13.465 INFO:teuthology.orchestra.run.trial168.stdout:Context: system_u:object_r:device_t:s0 2026-02-20T23:28:13.465 INFO:teuthology.orchestra.run.trial168.stdout:Access: 2026-02-20 23:28:09.470266985 +0000 2026-02-20T23:28:13.465 INFO:teuthology.orchestra.run.trial168.stdout:Modify: 2026-02-20 23:28:09.335163353 +0000 2026-02-20T23:28:13.465 INFO:teuthology.orchestra.run.trial168.stdout:Change: 2026-02-20 23:28:09.335163353 +0000 2026-02-20T23:28:13.465 INFO:teuthology.orchestra.run.trial168.stdout: Birth: 2026-02-20 23:28:09.335163353 +0000 2026-02-20T23:28:13.466 DEBUG:teuthology.orchestra.run.trial168:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2026-02-20T23:28:13.528 INFO:teuthology.orchestra.run.trial168.stderr:1+0 records in 2026-02-20T23:28:13.528 INFO:teuthology.orchestra.run.trial168.stderr:1+0 records out 2026-02-20T23:28:13.528 INFO:teuthology.orchestra.run.trial168.stderr:512 bytes copied, 0.000184831 s, 2.8 MB/s 2026-02-20T23:28:13.529 DEBUG:teuthology.orchestra.run.trial168:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2026-02-20T23:28:13.585 DEBUG:teuthology.orchestra.run.trial168:> 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-20T23:28:13.692 INFO:teuthology.orchestra.run.trial168.stdout:loop 2026-02-20T23:28:13.693 INFO:tasks.nvme_loop:Connecting nvme_loop trial168:/dev/vg_nvme/lv_1... 2026-02-20T23:28:13.693 DEBUG:teuthology.orchestra.run.trial168:> 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-20T23:28:13.724 INFO:teuthology.orchestra.run.trial168.stdout:1 2026-02-20T23:28:13.751 INFO:teuthology.orchestra.run.trial168.stdout:/dev/vg_nvme/lv_11 2026-02-20T23:28:13.781 INFO:teuthology.orchestra.run.trial168.stdout:connecting to device: nvme3 2026-02-20T23:28:13.782 INFO:tasks.nvme_loop:Connecting nvme_loop trial168:/dev/vg_nvme/lv_2... 2026-02-20T23:28:13.783 DEBUG:teuthology.orchestra.run.trial168:> 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-20T23:28:13.855 INFO:teuthology.orchestra.run.trial168.stdout:1 2026-02-20T23:28:13.879 INFO:teuthology.orchestra.run.trial168.stdout:/dev/vg_nvme/lv_21 2026-02-20T23:28:13.913 INFO:teuthology.orchestra.run.trial168.stdout:connecting to device: nvme4 2026-02-20T23:28:13.918 INFO:tasks.nvme_loop:Connecting nvme_loop trial168:/dev/vg_nvme/lv_3... 2026-02-20T23:28:13.918 DEBUG:teuthology.orchestra.run.trial168:> 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-20T23:28:13.988 INFO:teuthology.orchestra.run.trial168.stdout:1 2026-02-20T23:28:14.018 INFO:teuthology.orchestra.run.trial168.stdout:/dev/vg_nvme/lv_31 2026-02-20T23:28:14.052 INFO:teuthology.orchestra.run.trial168.stdout:connecting to device: nvme5 2026-02-20T23:28:14.057 INFO:tasks.nvme_loop:Connecting nvme_loop trial168:/dev/vg_nvme/lv_4... 2026-02-20T23:28:14.057 DEBUG:teuthology.orchestra.run.trial168:> 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-20T23:28:14.128 INFO:teuthology.orchestra.run.trial168.stdout:1 2026-02-20T23:28:14.155 INFO:teuthology.orchestra.run.trial168.stdout:/dev/vg_nvme/lv_41 2026-02-20T23:28:14.184 INFO:teuthology.orchestra.run.trial168.stdout:connecting to device: nvme6 2026-02-20T23:28:14.186 DEBUG:teuthology.orchestra.run.trial168:> set -ex 2026-02-20T23:28:14.186 DEBUG:teuthology.orchestra.run.trial168:> dd if=/scratch_devs of=/dev/stdout 2026-02-20T23:28:14.242 DEBUG:teuthology.orchestra.run.trial168:> lsblk 2026-02-20T23:28:14.300 INFO:teuthology.orchestra.run.trial168.stdout:NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINTS 2026-02-20T23:28:14.300 INFO:teuthology.orchestra.run.trial168.stdout:nvme2n1 259:0 0 1.7T 0 disk 2026-02-20T23:28:14.300 INFO:teuthology.orchestra.run.trial168.stdout:├─vg_nvme-lv_3 253:2 0 700G 0 lvm 2026-02-20T23:28:14.300 INFO:teuthology.orchestra.run.trial168.stdout:└─vg_nvme-lv_4 253:3 0 700G 0 lvm 2026-02-20T23:28:14.300 INFO:teuthology.orchestra.run.trial168.stdout:nvme0n1 259:1 0 894.3G 0 disk 2026-02-20T23:28:14.300 INFO:teuthology.orchestra.run.trial168.stdout:├─nvme0n1p1 259:3 0 512M 0 part /boot/efi 2026-02-20T23:28:14.300 INFO:teuthology.orchestra.run.trial168.stdout:└─nvme0n1p2 259:4 0 893.8G 0 part / 2026-02-20T23:28:14.300 INFO:teuthology.orchestra.run.trial168.stdout:nvme1n1 259:2 0 1.7T 0 disk 2026-02-20T23:28:14.300 INFO:teuthology.orchestra.run.trial168.stdout:├─vg_nvme-lv_1 253:0 0 700G 0 lvm 2026-02-20T23:28:14.300 INFO:teuthology.orchestra.run.trial168.stdout:├─vg_nvme-lv_2 253:1 0 700G 0 lvm 2026-02-20T23:28:14.300 INFO:teuthology.orchestra.run.trial168.stdout:└─vg_nvme-lv_5 253:4 0 100G 0 lvm /var/lib/ceph 2026-02-20T23:28:14.300 INFO:teuthology.orchestra.run.trial168.stdout:nvme3n1 259:6 0 700G 0 disk 2026-02-20T23:28:14.300 INFO:teuthology.orchestra.run.trial168.stdout:nvme4n1 259:8 0 700G 0 disk 2026-02-20T23:28:14.300 INFO:teuthology.orchestra.run.trial168.stdout:nvme5n1 259:10 0 700G 0 disk 2026-02-20T23:28:14.300 INFO:teuthology.orchestra.run.trial168.stdout:nvme6n1 259:12 0 700G 0 disk 2026-02-20T23:28:14.300 DEBUG:teuthology.orchestra.run.trial168:> sudo nvme list -o json 2026-02-20T23:28:14.365 INFO:teuthology.orchestra.run.trial168.stdout:{ 2026-02-20T23:28:14.365 INFO:teuthology.orchestra.run.trial168.stdout: "Devices":[ 2026-02-20T23:28:14.365 INFO:teuthology.orchestra.run.trial168.stdout: { 2026-02-20T23:28:14.365 INFO:teuthology.orchestra.run.trial168.stdout: "NameSpace":1, 2026-02-20T23:28:14.365 INFO:teuthology.orchestra.run.trial168.stdout: "DevicePath":"/dev/nvme0n1", 2026-02-20T23:28:14.365 INFO:teuthology.orchestra.run.trial168.stdout: "GenericPath":"/dev/ng0n1", 2026-02-20T23:28:14.365 INFO:teuthology.orchestra.run.trial168.stdout: "Firmware":"E2MU200", 2026-02-20T23:28:14.365 INFO:teuthology.orchestra.run.trial168.stdout: "ModelNumber":"Micron_7450_MTFDKBA960TFR", 2026-02-20T23:28:14.365 INFO:teuthology.orchestra.run.trial168.stdout: "SerialNumber":"25174FCD5EC5", 2026-02-20T23:28:14.365 INFO:teuthology.orchestra.run.trial168.stdout: "UsedBytes":342359322624, 2026-02-20T23:28:14.365 INFO:teuthology.orchestra.run.trial168.stdout: "MaximumLBA":1875385008, 2026-02-20T23:28:14.365 INFO:teuthology.orchestra.run.trial168.stdout: "PhysicalSize":960197124096, 2026-02-20T23:28:14.366 INFO:teuthology.orchestra.run.trial168.stdout: "SectorSize":512 2026-02-20T23:28:14.366 INFO:teuthology.orchestra.run.trial168.stdout: }, 2026-02-20T23:28:14.366 INFO:teuthology.orchestra.run.trial168.stdout: { 2026-02-20T23:28:14.366 INFO:teuthology.orchestra.run.trial168.stdout: "NameSpace":1, 2026-02-20T23:28:14.366 INFO:teuthology.orchestra.run.trial168.stdout: "DevicePath":"/dev/nvme1n1", 2026-02-20T23:28:14.366 INFO:teuthology.orchestra.run.trial168.stdout: "GenericPath":"/dev/ng1n1", 2026-02-20T23:28:14.366 INFO:teuthology.orchestra.run.trial168.stdout: "Firmware":"E3MQ000", 2026-02-20T23:28:14.366 INFO:teuthology.orchestra.run.trial168.stdout: "ModelNumber":"MTFDKCC1T9TGP-1BK1JABYY", 2026-02-20T23:28:14.366 INFO:teuthology.orchestra.run.trial168.stdout: "SerialNumber":"012510B003C7", 2026-02-20T23:28:14.366 INFO:teuthology.orchestra.run.trial168.stdout: "UsedBytes":140533391360, 2026-02-20T23:28:14.366 INFO:teuthology.orchestra.run.trial168.stdout: "MaximumLBA":3750748848, 2026-02-20T23:28:14.366 INFO:teuthology.orchestra.run.trial168.stdout: "PhysicalSize":1920383410176, 2026-02-20T23:28:14.366 INFO:teuthology.orchestra.run.trial168.stdout: "SectorSize":512 2026-02-20T23:28:14.366 INFO:teuthology.orchestra.run.trial168.stdout: }, 2026-02-20T23:28:14.366 INFO:teuthology.orchestra.run.trial168.stdout: { 2026-02-20T23:28:14.366 INFO:teuthology.orchestra.run.trial168.stdout: "NameSpace":1, 2026-02-20T23:28:14.366 INFO:teuthology.orchestra.run.trial168.stdout: "DevicePath":"/dev/nvme2n1", 2026-02-20T23:28:14.366 INFO:teuthology.orchestra.run.trial168.stdout: "GenericPath":"/dev/ng2n1", 2026-02-20T23:28:14.366 INFO:teuthology.orchestra.run.trial168.stdout: "Firmware":"E3MQ000", 2026-02-20T23:28:14.366 INFO:teuthology.orchestra.run.trial168.stdout: "ModelNumber":"MTFDKCC1T9TGP-1BK1JABYY", 2026-02-20T23:28:14.366 INFO:teuthology.orchestra.run.trial168.stdout: "SerialNumber":"012510B003B0", 2026-02-20T23:28:14.366 INFO:teuthology.orchestra.run.trial168.stdout: "UsedBytes":163230580736, 2026-02-20T23:28:14.366 INFO:teuthology.orchestra.run.trial168.stdout: "MaximumLBA":3750748848, 2026-02-20T23:28:14.366 INFO:teuthology.orchestra.run.trial168.stdout: "PhysicalSize":1920383410176, 2026-02-20T23:28:14.366 INFO:teuthology.orchestra.run.trial168.stdout: "SectorSize":512 2026-02-20T23:28:14.366 INFO:teuthology.orchestra.run.trial168.stdout: }, 2026-02-20T23:28:14.366 INFO:teuthology.orchestra.run.trial168.stdout: { 2026-02-20T23:28:14.366 INFO:teuthology.orchestra.run.trial168.stdout: "NameSpace":1, 2026-02-20T23:28:14.366 INFO:teuthology.orchestra.run.trial168.stdout: "DevicePath":"/dev/nvme3n1", 2026-02-20T23:28:14.366 INFO:teuthology.orchestra.run.trial168.stdout: "GenericPath":"/dev/ng3n1", 2026-02-20T23:28:14.366 INFO:teuthology.orchestra.run.trial168.stdout: "Firmware":"5.14.0-6", 2026-02-20T23:28:14.366 INFO:teuthology.orchestra.run.trial168.stdout: "ModelNumber":"Linux", 2026-02-20T23:28:14.366 INFO:teuthology.orchestra.run.trial168.stdout: "SerialNumber":"0888255328b6332cf6b5", 2026-02-20T23:28:14.366 INFO:teuthology.orchestra.run.trial168.stdout: "UsedBytes":751619276800, 2026-02-20T23:28:14.366 INFO:teuthology.orchestra.run.trial168.stdout: "MaximumLBA":1468006400, 2026-02-20T23:28:14.366 INFO:teuthology.orchestra.run.trial168.stdout: "PhysicalSize":751619276800, 2026-02-20T23:28:14.366 INFO:teuthology.orchestra.run.trial168.stdout: "SectorSize":512 2026-02-20T23:28:14.366 INFO:teuthology.orchestra.run.trial168.stdout: }, 2026-02-20T23:28:14.366 INFO:teuthology.orchestra.run.trial168.stdout: { 2026-02-20T23:28:14.366 INFO:teuthology.orchestra.run.trial168.stdout: "NameSpace":1, 2026-02-20T23:28:14.366 INFO:teuthology.orchestra.run.trial168.stdout: "DevicePath":"/dev/nvme4n1", 2026-02-20T23:28:14.366 INFO:teuthology.orchestra.run.trial168.stdout: "GenericPath":"/dev/ng4n1", 2026-02-20T23:28:14.366 INFO:teuthology.orchestra.run.trial168.stdout: "Firmware":"5.14.0-6", 2026-02-20T23:28:14.367 INFO:teuthology.orchestra.run.trial168.stdout: "ModelNumber":"Linux", 2026-02-20T23:28:14.367 INFO:teuthology.orchestra.run.trial168.stdout: "SerialNumber":"78018e5937f266fedcff", 2026-02-20T23:28:14.367 INFO:teuthology.orchestra.run.trial168.stdout: "UsedBytes":751619276800, 2026-02-20T23:28:14.367 INFO:teuthology.orchestra.run.trial168.stdout: "MaximumLBA":1468006400, 2026-02-20T23:28:14.367 INFO:teuthology.orchestra.run.trial168.stdout: "PhysicalSize":751619276800, 2026-02-20T23:28:14.367 INFO:teuthology.orchestra.run.trial168.stdout: "SectorSize":512 2026-02-20T23:28:14.367 INFO:teuthology.orchestra.run.trial168.stdout: }, 2026-02-20T23:28:14.367 INFO:teuthology.orchestra.run.trial168.stdout: { 2026-02-20T23:28:14.367 INFO:teuthology.orchestra.run.trial168.stdout: "NameSpace":1, 2026-02-20T23:28:14.367 INFO:teuthology.orchestra.run.trial168.stdout: "DevicePath":"/dev/nvme5n1", 2026-02-20T23:28:14.367 INFO:teuthology.orchestra.run.trial168.stdout: "GenericPath":"/dev/ng5n1", 2026-02-20T23:28:14.367 INFO:teuthology.orchestra.run.trial168.stdout: "Firmware":"5.14.0-6", 2026-02-20T23:28:14.367 INFO:teuthology.orchestra.run.trial168.stdout: "ModelNumber":"Linux", 2026-02-20T23:28:14.367 INFO:teuthology.orchestra.run.trial168.stdout: "SerialNumber":"b2105773d991ef2b6e93", 2026-02-20T23:28:14.367 INFO:teuthology.orchestra.run.trial168.stdout: "UsedBytes":751619276800, 2026-02-20T23:28:14.367 INFO:teuthology.orchestra.run.trial168.stdout: "MaximumLBA":1468006400, 2026-02-20T23:28:14.367 INFO:teuthology.orchestra.run.trial168.stdout: "PhysicalSize":751619276800, 2026-02-20T23:28:14.367 INFO:teuthology.orchestra.run.trial168.stdout: "SectorSize":512 2026-02-20T23:28:14.367 INFO:teuthology.orchestra.run.trial168.stdout: }, 2026-02-20T23:28:14.367 INFO:teuthology.orchestra.run.trial168.stdout: { 2026-02-20T23:28:14.367 INFO:teuthology.orchestra.run.trial168.stdout: "NameSpace":1, 2026-02-20T23:28:14.367 INFO:teuthology.orchestra.run.trial168.stdout: "DevicePath":"/dev/nvme6n1", 2026-02-20T23:28:14.367 INFO:teuthology.orchestra.run.trial168.stdout: "GenericPath":"/dev/ng6n1", 2026-02-20T23:28:14.367 INFO:teuthology.orchestra.run.trial168.stdout: "Firmware":"5.14.0-6", 2026-02-20T23:28:14.367 INFO:teuthology.orchestra.run.trial168.stdout: "ModelNumber":"Linux", 2026-02-20T23:28:14.367 INFO:teuthology.orchestra.run.trial168.stdout: "SerialNumber":"b0d268e900ff09319862", 2026-02-20T23:28:14.367 INFO:teuthology.orchestra.run.trial168.stdout: "UsedBytes":751619276800, 2026-02-20T23:28:14.367 INFO:teuthology.orchestra.run.trial168.stdout: "MaximumLBA":1468006400, 2026-02-20T23:28:14.367 INFO:teuthology.orchestra.run.trial168.stdout: "PhysicalSize":751619276800, 2026-02-20T23:28:14.367 INFO:teuthology.orchestra.run.trial168.stdout: "SectorSize":512 2026-02-20T23:28:14.367 INFO:teuthology.orchestra.run.trial168.stdout: } 2026-02-20T23:28:14.367 INFO:teuthology.orchestra.run.trial168.stdout: ] 2026-02-20T23:28:14.367 INFO:teuthology.orchestra.run.trial168.stdout:} 2026-02-20T23:28:14.368 DEBUG:teuthology.orchestra.run.trial168:> sudo dd if=/dev/zero of=/dev/nvme3n1 seek=0 bs=1 count=4096 2026-02-20T23:28:14.435 INFO:teuthology.orchestra.run.trial168.stderr:4096+0 records in 2026-02-20T23:28:14.435 INFO:teuthology.orchestra.run.trial168.stderr:4096+0 records out 2026-02-20T23:28:14.435 INFO:teuthology.orchestra.run.trial168.stderr:4096 bytes (4.1 kB, 4.0 KiB) copied, 0.00478558 s, 856 kB/s 2026-02-20T23:28:14.436 DEBUG:teuthology.orchestra.run.trial168:> sudo hexdump -n22 -C -s0 /dev/nvme3n1 2026-02-20T23:28:14.499 INFO:teuthology.orchestra.run.trial168.stdout:00000000 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| 2026-02-20T23:28:14.499 INFO:teuthology.orchestra.run.trial168.stdout:00000010 00 00 00 00 00 00 |......| 2026-02-20T23:28:14.499 INFO:teuthology.orchestra.run.trial168.stdout:00000016 2026-02-20T23:28:14.500 DEBUG:teuthology.orchestra.run.trial168:> sudo dd if=/dev/zero of=/dev/nvme3n1 seek=1073741824 bs=1 count=4096 2026-02-20T23:28:14.567 INFO:teuthology.orchestra.run.trial168.stderr:4096+0 records in 2026-02-20T23:28:14.567 INFO:teuthology.orchestra.run.trial168.stderr:4096+0 records out 2026-02-20T23:28:14.567 INFO:teuthology.orchestra.run.trial168.stderr:4096 bytes (4.1 kB, 4.0 KiB) copied, 0.00439369 s, 932 kB/s 2026-02-20T23:28:14.568 DEBUG:teuthology.orchestra.run.trial168:> sudo hexdump -n22 -C -s1073741824 /dev/nvme3n1 2026-02-20T23:28:14.631 INFO:teuthology.orchestra.run.trial168.stdout:40000000 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| 2026-02-20T23:28:14.632 INFO:teuthology.orchestra.run.trial168.stdout:40000010 00 00 00 00 00 00 |......| 2026-02-20T23:28:14.632 INFO:teuthology.orchestra.run.trial168.stdout:40000016 2026-02-20T23:28:14.633 DEBUG:teuthology.orchestra.run.trial168:> sudo dd if=/dev/zero of=/dev/nvme3n1 seek=10737418240 bs=1 count=4096 2026-02-20T23:28:14.701 INFO:teuthology.orchestra.run.trial168.stderr:4096+0 records in 2026-02-20T23:28:14.701 INFO:teuthology.orchestra.run.trial168.stderr:4096+0 records out 2026-02-20T23:28:14.701 INFO:teuthology.orchestra.run.trial168.stderr:4096 bytes (4.1 kB, 4.0 KiB) copied, 0.00438397 s, 934 kB/s 2026-02-20T23:28:14.702 DEBUG:teuthology.orchestra.run.trial168:> sudo hexdump -n22 -C -s10737418240 /dev/nvme3n1 2026-02-20T23:28:14.763 INFO:teuthology.orchestra.run.trial168.stdout:280000000 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| 2026-02-20T23:28:14.763 INFO:teuthology.orchestra.run.trial168.stdout:280000010 00 00 00 00 00 00 |......| 2026-02-20T23:28:14.764 INFO:teuthology.orchestra.run.trial168.stdout:280000016 2026-02-20T23:28:14.764 DEBUG:teuthology.orchestra.run.trial168:> sudo dd if=/dev/zero of=/dev/nvme4n1 seek=0 bs=1 count=4096 2026-02-20T23:28:14.831 INFO:teuthology.orchestra.run.trial168.stderr:4096+0 records in 2026-02-20T23:28:14.831 INFO:teuthology.orchestra.run.trial168.stderr:4096+0 records out 2026-02-20T23:28:14.831 INFO:teuthology.orchestra.run.trial168.stderr:4096 bytes (4.1 kB, 4.0 KiB) copied, 0.00435518 s, 940 kB/s 2026-02-20T23:28:14.832 DEBUG:teuthology.orchestra.run.trial168:> sudo hexdump -n22 -C -s0 /dev/nvme4n1 2026-02-20T23:28:14.895 INFO:teuthology.orchestra.run.trial168.stdout:00000000 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| 2026-02-20T23:28:14.895 INFO:teuthology.orchestra.run.trial168.stdout:00000010 00 00 00 00 00 00 |......| 2026-02-20T23:28:14.895 INFO:teuthology.orchestra.run.trial168.stdout:00000016 2026-02-20T23:28:14.896 DEBUG:teuthology.orchestra.run.trial168:> sudo dd if=/dev/zero of=/dev/nvme4n1 seek=1073741824 bs=1 count=4096 2026-02-20T23:28:14.962 INFO:teuthology.orchestra.run.trial168.stderr:4096+0 records in 2026-02-20T23:28:14.962 INFO:teuthology.orchestra.run.trial168.stderr:4096+0 records out 2026-02-20T23:28:14.962 INFO:teuthology.orchestra.run.trial168.stderr:4096 bytes (4.1 kB, 4.0 KiB) copied, 0.00478764 s, 856 kB/s 2026-02-20T23:28:14.963 DEBUG:teuthology.orchestra.run.trial168:> sudo hexdump -n22 -C -s1073741824 /dev/nvme4n1 2026-02-20T23:28:15.026 INFO:teuthology.orchestra.run.trial168.stdout:40000000 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| 2026-02-20T23:28:15.026 INFO:teuthology.orchestra.run.trial168.stdout:40000010 00 00 00 00 00 00 |......| 2026-02-20T23:28:15.026 INFO:teuthology.orchestra.run.trial168.stdout:40000016 2026-02-20T23:28:15.027 DEBUG:teuthology.orchestra.run.trial168:> sudo dd if=/dev/zero of=/dev/nvme4n1 seek=10737418240 bs=1 count=4096 2026-02-20T23:28:15.095 INFO:teuthology.orchestra.run.trial168.stderr:4096+0 records in 2026-02-20T23:28:15.095 INFO:teuthology.orchestra.run.trial168.stderr:4096+0 records out 2026-02-20T23:28:15.095 INFO:teuthology.orchestra.run.trial168.stderr:4096 bytes (4.1 kB, 4.0 KiB) copied, 0.00526738 s, 778 kB/s 2026-02-20T23:28:15.097 DEBUG:teuthology.orchestra.run.trial168:> sudo hexdump -n22 -C -s10737418240 /dev/nvme4n1 2026-02-20T23:28:15.159 INFO:teuthology.orchestra.run.trial168.stdout:280000000 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| 2026-02-20T23:28:15.160 INFO:teuthology.orchestra.run.trial168.stdout:280000010 00 00 00 00 00 00 |......| 2026-02-20T23:28:15.160 INFO:teuthology.orchestra.run.trial168.stdout:280000016 2026-02-20T23:28:15.161 DEBUG:teuthology.orchestra.run.trial168:> sudo dd if=/dev/zero of=/dev/nvme5n1 seek=0 bs=1 count=4096 2026-02-20T23:28:15.228 INFO:teuthology.orchestra.run.trial168.stderr:4096+0 records in 2026-02-20T23:28:15.228 INFO:teuthology.orchestra.run.trial168.stderr:4096+0 records out 2026-02-20T23:28:15.229 INFO:teuthology.orchestra.run.trial168.stderr:4096 bytes (4.1 kB, 4.0 KiB) copied, 0.00502278 s, 815 kB/s 2026-02-20T23:28:15.230 DEBUG:teuthology.orchestra.run.trial168:> sudo hexdump -n22 -C -s0 /dev/nvme5n1 2026-02-20T23:28:15.292 INFO:teuthology.orchestra.run.trial168.stdout:00000000 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| 2026-02-20T23:28:15.292 INFO:teuthology.orchestra.run.trial168.stdout:00000010 00 00 00 00 00 00 |......| 2026-02-20T23:28:15.292 INFO:teuthology.orchestra.run.trial168.stdout:00000016 2026-02-20T23:28:15.293 DEBUG:teuthology.orchestra.run.trial168:> sudo dd if=/dev/zero of=/dev/nvme5n1 seek=1073741824 bs=1 count=4096 2026-02-20T23:28:15.360 INFO:teuthology.orchestra.run.trial168.stderr:4096+0 records in 2026-02-20T23:28:15.360 INFO:teuthology.orchestra.run.trial168.stderr:4096+0 records out 2026-02-20T23:28:15.360 INFO:teuthology.orchestra.run.trial168.stderr:4096 bytes (4.1 kB, 4.0 KiB) copied, 0.00436592 s, 938 kB/s 2026-02-20T23:28:15.361 DEBUG:teuthology.orchestra.run.trial168:> sudo hexdump -n22 -C -s1073741824 /dev/nvme5n1 2026-02-20T23:28:15.423 INFO:teuthology.orchestra.run.trial168.stdout:40000000 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| 2026-02-20T23:28:15.424 INFO:teuthology.orchestra.run.trial168.stdout:40000010 00 00 00 00 00 00 |......| 2026-02-20T23:28:15.424 INFO:teuthology.orchestra.run.trial168.stdout:40000016 2026-02-20T23:28:15.425 DEBUG:teuthology.orchestra.run.trial168:> sudo dd if=/dev/zero of=/dev/nvme5n1 seek=10737418240 bs=1 count=4096 2026-02-20T23:28:15.492 INFO:teuthology.orchestra.run.trial168.stderr:4096+0 records in 2026-02-20T23:28:15.492 INFO:teuthology.orchestra.run.trial168.stderr:4096+0 records out 2026-02-20T23:28:15.492 INFO:teuthology.orchestra.run.trial168.stderr:4096 bytes (4.1 kB, 4.0 KiB) copied, 0.00484287 s, 846 kB/s 2026-02-20T23:28:15.493 DEBUG:teuthology.orchestra.run.trial168:> sudo hexdump -n22 -C -s10737418240 /dev/nvme5n1 2026-02-20T23:28:15.555 INFO:teuthology.orchestra.run.trial168.stdout:280000000 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| 2026-02-20T23:28:15.556 INFO:teuthology.orchestra.run.trial168.stdout:280000010 00 00 00 00 00 00 |......| 2026-02-20T23:28:15.556 INFO:teuthology.orchestra.run.trial168.stdout:280000016 2026-02-20T23:28:15.557 DEBUG:teuthology.orchestra.run.trial168:> sudo dd if=/dev/zero of=/dev/nvme6n1 seek=0 bs=1 count=4096 2026-02-20T23:28:15.626 INFO:teuthology.orchestra.run.trial168.stderr:4096+0 records in 2026-02-20T23:28:15.626 INFO:teuthology.orchestra.run.trial168.stderr:4096+0 records out 2026-02-20T23:28:15.626 INFO:teuthology.orchestra.run.trial168.stderr:4096 bytes (4.1 kB, 4.0 KiB) copied, 0.00475492 s, 861 kB/s 2026-02-20T23:28:15.627 DEBUG:teuthology.orchestra.run.trial168:> sudo hexdump -n22 -C -s0 /dev/nvme6n1 2026-02-20T23:28:15.689 INFO:teuthology.orchestra.run.trial168.stdout:00000000 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| 2026-02-20T23:28:15.689 INFO:teuthology.orchestra.run.trial168.stdout:00000010 00 00 00 00 00 00 |......| 2026-02-20T23:28:15.689 INFO:teuthology.orchestra.run.trial168.stdout:00000016 2026-02-20T23:28:15.690 DEBUG:teuthology.orchestra.run.trial168:> sudo dd if=/dev/zero of=/dev/nvme6n1 seek=1073741824 bs=1 count=4096 2026-02-20T23:28:15.757 INFO:teuthology.orchestra.run.trial168.stderr:4096+0 records in 2026-02-20T23:28:15.757 INFO:teuthology.orchestra.run.trial168.stderr:4096+0 records out 2026-02-20T23:28:15.757 INFO:teuthology.orchestra.run.trial168.stderr:4096 bytes (4.1 kB, 4.0 KiB) copied, 0.00507414 s, 807 kB/s 2026-02-20T23:28:15.758 DEBUG:teuthology.orchestra.run.trial168:> sudo hexdump -n22 -C -s1073741824 /dev/nvme6n1 2026-02-20T23:28:15.820 INFO:teuthology.orchestra.run.trial168.stdout:40000000 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| 2026-02-20T23:28:15.820 INFO:teuthology.orchestra.run.trial168.stdout:40000010 00 00 00 00 00 00 |......| 2026-02-20T23:28:15.820 INFO:teuthology.orchestra.run.trial168.stdout:40000016 2026-02-20T23:28:15.821 DEBUG:teuthology.orchestra.run.trial168:> sudo dd if=/dev/zero of=/dev/nvme6n1 seek=10737418240 bs=1 count=4096 2026-02-20T23:28:15.889 INFO:teuthology.orchestra.run.trial168.stderr:4096+0 records in 2026-02-20T23:28:15.889 INFO:teuthology.orchestra.run.trial168.stderr:4096+0 records out 2026-02-20T23:28:15.889 INFO:teuthology.orchestra.run.trial168.stderr:4096 bytes (4.1 kB, 4.0 KiB) copied, 0.00439414 s, 932 kB/s 2026-02-20T23:28:15.891 DEBUG:teuthology.orchestra.run.trial168:> sudo hexdump -n22 -C -s10737418240 /dev/nvme6n1 2026-02-20T23:28:15.954 INFO:teuthology.orchestra.run.trial168.stdout:280000000 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| 2026-02-20T23:28:15.955 INFO:teuthology.orchestra.run.trial168.stdout:280000010 00 00 00 00 00 00 |......| 2026-02-20T23:28:15.955 INFO:teuthology.orchestra.run.trial168.stdout:280000016 2026-02-20T23:28:15.956 INFO:tasks.nvme_loop:new_devs ['/dev/nvme3n1', '/dev/nvme4n1', '/dev/nvme5n1', '/dev/nvme6n1'] 2026-02-20T23:28:15.956 DEBUG:teuthology.orchestra.run.trial168:> set -ex 2026-02-20T23:28:15.956 DEBUG:teuthology.orchestra.run.trial168:> sudo dd of=/scratch_devs 2026-02-20T23:28:16.021 INFO:teuthology.run_tasks:Running task cephadm... 2026-02-20T23:28:16.132 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': 'f7870454149f22574086dd2ff55d050585136531'} 2026-02-20T23:28:16.133 INFO:tasks.cephadm:Cluster image is quay.ceph.io/ceph-ci/ceph:f7870454149f22574086dd2ff55d050585136531 2026-02-20T23:28:16.135 INFO:tasks.cephadm:Cluster fsid is d509fa29-0eb3-11f1-b056-d404e6e7d460 2026-02-20T23:28:16.135 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2026-02-20T23:28:16.135 INFO:tasks.cephadm:No mon roles; fabricating mons 2026-02-20T23:28:16.135 INFO:tasks.cephadm:Monitor IPs: {'mon.trial101': '10.20.193.101', 'mon.trial168': '10.20.193.168'} 2026-02-20T23:28:16.135 INFO:tasks.cephadm:Normalizing hostnames... 2026-02-20T23:28:16.135 DEBUG:teuthology.orchestra.run.trial101:> sudo hostname $(hostname -s) 2026-02-20T23:28:16.160 DEBUG:teuthology.orchestra.run.trial168:> sudo hostname $(hostname -s) 2026-02-20T23:28:16.185 INFO:tasks.cephadm:Downloading "compiled" cephadm from cachra 2026-02-20T23:28:16.185 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=f7870454149f22574086dd2ff55d050585136531 2026-02-20T23:28:16.307 INFO:tasks.cephadm:builder_project result: [{'url': 'https://3.chacra.ceph.com/r/ceph/wip-pdonnell-testing-20260219.182737-tentacle/f7870454149f22574086dd2ff55d050585136531/centos/9/flavors/default/', 'chacra_url': 'https://3.chacra.ceph.com/repos/ceph/wip-pdonnell-testing-20260219.182737-tentacle/f7870454149f22574086dd2ff55d050585136531/centos/9/flavors/default/', 'ref': 'wip-pdonnell-testing-20260219.182737-tentacle', 'sha1': 'f7870454149f22574086dd2ff55d050585136531', 'distro': 'centos', 'distro_version': '9', 'distro_codename': None, 'modified': '2026-02-20 13:26:37.513007', 'status': 'ready', 'flavor': 'default', 'project': 'ceph', 'archs': ['source', 'x86_64'], 'extra': {'version': '20.2.0-677-gf7870454', 'package_manager_version': '20.2.0-677.gf7870454', 'build_url': 'https://jenkins.ceph.com/job/ceph-dev-pipeline/3114/', 'root_build_cause': '', 'node_name': '10.20.192.18+soko08', 'job_name': 'ceph-dev-pipeline'}}] 2026-02-20T23:28:16.441 INFO:tasks.util.chacra:got chacra host 3.chacra.ceph.com, ref wip-pdonnell-testing-20260219.182737-tentacle, sha1 f7870454149f22574086dd2ff55d050585136531 from https://shaman.ceph.com/api/search/?project=ceph&distros=centos%2F9%2Fx86_64&flavor=default&sha1=f7870454149f22574086dd2ff55d050585136531 2026-02-20T23:28:16.443 INFO:tasks.cephadm:Discovered cachra url: https://3.chacra.ceph.com/binaries/ceph/wip-pdonnell-testing-20260219.182737-tentacle/f7870454149f22574086dd2ff55d050585136531/centos/9/x86_64/flavors/default/cephadm 2026-02-20T23:28:16.443 INFO:tasks.cephadm:Downloading cephadm from url: https://3.chacra.ceph.com/binaries/ceph/wip-pdonnell-testing-20260219.182737-tentacle/f7870454149f22574086dd2ff55d050585136531/centos/9/x86_64/flavors/default/cephadm 2026-02-20T23:28:16.443 DEBUG:teuthology.orchestra.run.trial101:> curl --silent -L https://3.chacra.ceph.com/binaries/ceph/wip-pdonnell-testing-20260219.182737-tentacle/f7870454149f22574086dd2ff55d050585136531/centos/9/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2026-02-20T23:28:16.807 INFO:teuthology.orchestra.run.trial101.stdout:-rw-r--r--. 1 ubuntu ubuntu 1054032 Feb 20 23:28 /home/ubuntu/cephtest/cephadm 2026-02-20T23:28:16.807 DEBUG:teuthology.orchestra.run.trial168:> curl --silent -L https://3.chacra.ceph.com/binaries/ceph/wip-pdonnell-testing-20260219.182737-tentacle/f7870454149f22574086dd2ff55d050585136531/centos/9/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2026-02-20T23:28:17.152 INFO:teuthology.orchestra.run.trial168.stdout:-rw-r--r--. 1 ubuntu ubuntu 1054032 Feb 20 23:28 /home/ubuntu/cephtest/cephadm 2026-02-20T23:28:17.152 DEBUG:teuthology.orchestra.run.trial101:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2026-02-20T23:28:17.173 DEBUG:teuthology.orchestra.run.trial168:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2026-02-20T23:28:17.203 INFO:tasks.cephadm:Pulling image quay.ceph.io/ceph-ci/ceph:f7870454149f22574086dd2ff55d050585136531 on all hosts... 2026-02-20T23:28:17.204 DEBUG:teuthology.orchestra.run.trial101:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:f7870454149f22574086dd2ff55d050585136531 pull 2026-02-20T23:28:17.215 DEBUG:teuthology.orchestra.run.trial168:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:f7870454149f22574086dd2ff55d050585136531 pull 2026-02-20T23:28:17.461 INFO:teuthology.orchestra.run.trial101.stderr:Pulling container image quay.ceph.io/ceph-ci/ceph:f7870454149f22574086dd2ff55d050585136531... 2026-02-20T23:28:17.473 INFO:teuthology.orchestra.run.trial168.stderr:Pulling container image quay.ceph.io/ceph-ci/ceph:f7870454149f22574086dd2ff55d050585136531... 2026-02-20T23:28:26.346 INFO:teuthology.orchestra.run.trial101.stdout:{ 2026-02-20T23:28:26.346 INFO:teuthology.orchestra.run.trial101.stdout: "ceph_version": "ceph version 20.2.0-677-gf7870454 (f7870454149f22574086dd2ff55d050585136531) tentacle (stable)", 2026-02-20T23:28:26.347 INFO:teuthology.orchestra.run.trial101.stdout: "image_id": "191e36ff62c2c47de9f007d502ed6fbffff443749f925d00e4709abf526900f1", 2026-02-20T23:28:26.347 INFO:teuthology.orchestra.run.trial101.stdout: "repo_digests": [ 2026-02-20T23:28:26.347 INFO:teuthology.orchestra.run.trial101.stdout: "quay.ceph.io/ceph-ci/ceph@sha256:9cc281dd1e60310f8109166bc76e656ce4c5c9b7d9bb9abfc9aa033dfa762ae4" 2026-02-20T23:28:26.347 INFO:teuthology.orchestra.run.trial101.stdout: ] 2026-02-20T23:28:26.347 INFO:teuthology.orchestra.run.trial101.stdout:} 2026-02-20T23:28:26.406 INFO:teuthology.orchestra.run.trial168.stdout:{ 2026-02-20T23:28:26.406 INFO:teuthology.orchestra.run.trial168.stdout: "ceph_version": "ceph version 20.2.0-677-gf7870454 (f7870454149f22574086dd2ff55d050585136531) tentacle (stable)", 2026-02-20T23:28:26.406 INFO:teuthology.orchestra.run.trial168.stdout: "image_id": "191e36ff62c2c47de9f007d502ed6fbffff443749f925d00e4709abf526900f1", 2026-02-20T23:28:26.406 INFO:teuthology.orchestra.run.trial168.stdout: "repo_digests": [ 2026-02-20T23:28:26.406 INFO:teuthology.orchestra.run.trial168.stdout: "quay.ceph.io/ceph-ci/ceph@sha256:9cc281dd1e60310f8109166bc76e656ce4c5c9b7d9bb9abfc9aa033dfa762ae4" 2026-02-20T23:28:26.406 INFO:teuthology.orchestra.run.trial168.stdout: ] 2026-02-20T23:28:26.406 INFO:teuthology.orchestra.run.trial168.stdout:} 2026-02-20T23:28:26.424 DEBUG:teuthology.orchestra.run.trial101:> sudo mkdir -p /etc/ceph 2026-02-20T23:28:26.451 DEBUG:teuthology.orchestra.run.trial168:> sudo mkdir -p /etc/ceph 2026-02-20T23:28:26.479 DEBUG:teuthology.orchestra.run.trial101:> sudo chmod 777 /etc/ceph 2026-02-20T23:28:26.516 DEBUG:teuthology.orchestra.run.trial168:> sudo chmod 777 /etc/ceph 2026-02-20T23:28:26.542 INFO:tasks.cephadm:Writing seed config... 2026-02-20T23:28:26.543 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2026-02-20T23:28:26.543 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2026-02-20T23:28:26.543 INFO:tasks.cephadm: override: [mon] debug mon = 20 2026-02-20T23:28:26.543 INFO:tasks.cephadm: override: [mon] debug ms = 1 2026-02-20T23:28:26.543 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2026-02-20T23:28:26.543 INFO:tasks.cephadm: override: [osd] debug ms = 1 2026-02-20T23:28:26.543 INFO:tasks.cephadm: override: [osd] debug osd = 20 2026-02-20T23:28:26.543 INFO:tasks.cephadm: override: [osd] osd shutdown pgref assert = True 2026-02-20T23:28:26.544 DEBUG:teuthology.orchestra.run.trial101:> set -ex 2026-02-20T23:28:26.544 DEBUG:teuthology.orchestra.run.trial101:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2026-02-20T23:28:26.571 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 = d509fa29-0eb3-11f1-b056-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-20T23:28:26.571 DEBUG:teuthology.orchestra.run.trial101:mon.trial101> sudo journalctl -f -n 0 -u ceph-d509fa29-0eb3-11f1-b056-d404e6e7d460@mon.trial101.service 2026-02-20T23:28:26.613 INFO:tasks.cephadm:Bootstrapping... 2026-02-20T23:28:26.613 DEBUG:teuthology.orchestra.run.trial101:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:f7870454149f22574086dd2ff55d050585136531 -v bootstrap --fsid d509fa29-0eb3-11f1-b056-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.101 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2026-02-20T23:28:26.750 INFO:teuthology.orchestra.run.trial101.stdout:-------------------------------------------------------------------------------- 2026-02-20T23:28:26.750 INFO:teuthology.orchestra.run.trial101.stdout:cephadm ['--image', 'quay.ceph.io/ceph-ci/ceph:f7870454149f22574086dd2ff55d050585136531', '-v', 'bootstrap', '--fsid', 'd509fa29-0eb3-11f1-b056-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.101', '--skip-admin-label'] 2026-02-20T23:28:26.750 INFO:teuthology.orchestra.run.trial101.stderr:Specifying an fsid for your cluster offers no advantages and may increase the likelihood of fsid conflicts. 2026-02-20T23:28:26.750 INFO:teuthology.orchestra.run.trial101.stdout:Verifying podman|docker is present... 2026-02-20T23:28:26.765 INFO:teuthology.orchestra.run.trial101.stdout:/bin/podman: stdout 5.6.0 2026-02-20T23:28:26.766 INFO:teuthology.orchestra.run.trial101.stdout:Verifying lvm2 is present... 2026-02-20T23:28:26.766 INFO:teuthology.orchestra.run.trial101.stdout:Verifying time synchronization is in place... 2026-02-20T23:28:26.772 INFO:teuthology.orchestra.run.trial101.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2026-02-20T23:28:26.772 INFO:teuthology.orchestra.run.trial101.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2026-02-20T23:28:26.777 INFO:teuthology.orchestra.run.trial101.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2026-02-20T23:28:26.777 INFO:teuthology.orchestra.run.trial101.stdout:systemctl: stdout inactive 2026-02-20T23:28:26.783 INFO:teuthology.orchestra.run.trial101.stdout:systemctl: stdout enabled 2026-02-20T23:28:26.789 INFO:teuthology.orchestra.run.trial101.stdout:systemctl: stdout active 2026-02-20T23:28:26.789 INFO:teuthology.orchestra.run.trial101.stdout:Unit chronyd.service is enabled and running 2026-02-20T23:28:26.789 INFO:teuthology.orchestra.run.trial101.stdout:Repeating the final host check... 2026-02-20T23:28:26.804 INFO:teuthology.orchestra.run.trial101.stdout:/bin/podman: stdout 5.6.0 2026-02-20T23:28:26.804 INFO:teuthology.orchestra.run.trial101.stdout:podman (/bin/podman) version 5.6.0 is present 2026-02-20T23:28:26.804 INFO:teuthology.orchestra.run.trial101.stdout:systemctl is present 2026-02-20T23:28:26.804 INFO:teuthology.orchestra.run.trial101.stdout:lvcreate is present 2026-02-20T23:28:26.809 INFO:teuthology.orchestra.run.trial101.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2026-02-20T23:28:26.809 INFO:teuthology.orchestra.run.trial101.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2026-02-20T23:28:26.815 INFO:teuthology.orchestra.run.trial101.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2026-02-20T23:28:26.815 INFO:teuthology.orchestra.run.trial101.stdout:systemctl: stdout inactive 2026-02-20T23:28:26.821 INFO:teuthology.orchestra.run.trial101.stdout:systemctl: stdout enabled 2026-02-20T23:28:26.827 INFO:teuthology.orchestra.run.trial101.stdout:systemctl: stdout active 2026-02-20T23:28:26.827 INFO:teuthology.orchestra.run.trial101.stdout:Unit chronyd.service is enabled and running 2026-02-20T23:28:26.827 INFO:teuthology.orchestra.run.trial101.stdout:Host looks OK 2026-02-20T23:28:26.827 INFO:teuthology.orchestra.run.trial101.stdout:Cluster fsid: d509fa29-0eb3-11f1-b056-d404e6e7d460 2026-02-20T23:28:26.827 INFO:teuthology.orchestra.run.trial101.stdout:Acquiring lock 140245580304640 on /run/cephadm/d509fa29-0eb3-11f1-b056-d404e6e7d460.lock 2026-02-20T23:28:26.827 INFO:teuthology.orchestra.run.trial101.stdout:Lock 140245580304640 acquired on /run/cephadm/d509fa29-0eb3-11f1-b056-d404e6e7d460.lock 2026-02-20T23:28:26.828 INFO:teuthology.orchestra.run.trial101.stdout:Verifying IP 10.20.193.101 port 3300 ... 2026-02-20T23:28:26.828 INFO:teuthology.orchestra.run.trial101.stdout:Verifying IP 10.20.193.101 port 6789 ... 2026-02-20T23:28:26.828 INFO:teuthology.orchestra.run.trial101.stdout:Base mon IP(s) is [10.20.193.101:3300, 10.20.193.101:6789], mon addrv is [v2:10.20.193.101:3300,v1:10.20.193.101:6789] 2026-02-20T23:28:26.830 INFO:teuthology.orchestra.run.trial101.stdout:/sbin/ip: stdout default via 10.20.192.1 dev enp1s0f0 proto dhcp src 10.20.193.101 metric 102 2026-02-20T23:28:26.830 INFO:teuthology.orchestra.run.trial101.stdout:/sbin/ip: stdout 10.20.192.0/20 dev enp1s0f0 proto kernel scope link src 10.20.193.101 metric 102 2026-02-20T23:28:26.831 INFO:teuthology.orchestra.run.trial101.stdout:/sbin/ip: stdout 169.254.3.0/24 dev enp7s0f4u2u2c2 proto kernel scope link src 169.254.3.1 metric 101 2026-02-20T23:28:26.833 INFO:teuthology.orchestra.run.trial101.stdout:/sbin/ip: stdout ::1 dev lo proto kernel metric 256 pref medium 2026-02-20T23:28:26.834 INFO:teuthology.orchestra.run.trial101.stdout:/sbin/ip: stdout fe80::/64 dev enp1s0f0 proto kernel metric 256 pref medium 2026-02-20T23:28:26.834 INFO:teuthology.orchestra.run.trial101.stdout:/sbin/ip: stdout fe80::/64 dev enp7s0f4u2u2c2 proto kernel metric 1024 pref medium 2026-02-20T23:28:26.836 INFO:teuthology.orchestra.run.trial101.stdout:/sbin/ip: stdout 1: lo: mtu 65536 state UNKNOWN qlen 1000 2026-02-20T23:28:26.837 INFO:teuthology.orchestra.run.trial101.stdout:/sbin/ip: stdout inet6 ::1/128 scope host 2026-02-20T23:28:26.837 INFO:teuthology.orchestra.run.trial101.stdout:/sbin/ip: stdout valid_lft forever preferred_lft forever 2026-02-20T23:28:26.837 INFO:teuthology.orchestra.run.trial101.stdout:/sbin/ip: stdout 2: enp7s0f4u2u2c2: mtu 1500 state UNKNOWN qlen 1000 2026-02-20T23:28:26.837 INFO:teuthology.orchestra.run.trial101.stdout:/sbin/ip: stdout inet6 fe80::c1a0:9425:1210:a719/64 scope link noprefixroute 2026-02-20T23:28:26.837 INFO:teuthology.orchestra.run.trial101.stdout:/sbin/ip: stdout valid_lft forever preferred_lft forever 2026-02-20T23:28:26.837 INFO:teuthology.orchestra.run.trial101.stdout:/sbin/ip: stdout 3: enp1s0f0: mtu 1500 state UP qlen 1000 2026-02-20T23:28:26.837 INFO:teuthology.orchestra.run.trial101.stdout:/sbin/ip: stdout inet6 fe80::925a:8ff:fe77:6366/64 scope link 2026-02-20T23:28:26.837 INFO:teuthology.orchestra.run.trial101.stdout:/sbin/ip: stdout valid_lft forever preferred_lft forever 2026-02-20T23:28:26.838 INFO:teuthology.orchestra.run.trial101.stdout:Mon IP `10.20.193.101` is in CIDR network `10.20.192.0/20` 2026-02-20T23:28:26.838 INFO:teuthology.orchestra.run.trial101.stdout:Mon IP `10.20.193.101` is in CIDR network `10.20.192.0/20` 2026-02-20T23:28:26.838 INFO:teuthology.orchestra.run.trial101.stdout:Inferred mon public CIDR from local network configuration ['10.20.192.0/20', '10.20.192.0/20'] 2026-02-20T23:28:26.838 INFO:teuthology.orchestra.run.trial101.stdout:Internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2026-02-20T23:28:26.838 INFO:teuthology.orchestra.run.trial101.stdout:Pulling container image quay.ceph.io/ceph-ci/ceph:f7870454149f22574086dd2ff55d050585136531... 2026-02-20T23:28:27.083 INFO:teuthology.orchestra.run.trial101.stdout:/bin/podman: stdout 191e36ff62c2c47de9f007d502ed6fbffff443749f925d00e4709abf526900f1 2026-02-20T23:28:27.083 INFO:teuthology.orchestra.run.trial101.stdout:/bin/podman: stderr Trying to pull quay.ceph.io/ceph-ci/ceph:f7870454149f22574086dd2ff55d050585136531... 2026-02-20T23:28:27.083 INFO:teuthology.orchestra.run.trial101.stdout:/bin/podman: stderr Getting image source signatures 2026-02-20T23:28:27.083 INFO:teuthology.orchestra.run.trial101.stdout:/bin/podman: stderr Copying blob sha256:5dd85e1a50663785d86adae5ef92579a03e6f64059ca9c005010518acdd62048 2026-02-20T23:28:27.083 INFO:teuthology.orchestra.run.trial101.stdout:/bin/podman: stderr Copying blob sha256:0cf63a27055a859d286185a933b0b6ddb181f8349d6aee8c52cf789385a51e06 2026-02-20T23:28:27.083 INFO:teuthology.orchestra.run.trial101.stdout:/bin/podman: stderr Copying config sha256:191e36ff62c2c47de9f007d502ed6fbffff443749f925d00e4709abf526900f1 2026-02-20T23:28:27.083 INFO:teuthology.orchestra.run.trial101.stdout:/bin/podman: stderr Writing manifest to image destination 2026-02-20T23:28:27.343 INFO:teuthology.orchestra.run.trial101.stdout:ceph: stdout ceph version 20.2.0-677-gf7870454 (f7870454149f22574086dd2ff55d050585136531) tentacle (stable) 2026-02-20T23:28:27.343 INFO:teuthology.orchestra.run.trial101.stdout:Ceph version: ceph version 20.2.0-677-gf7870454 (f7870454149f22574086dd2ff55d050585136531) tentacle (stable) 2026-02-20T23:28:27.343 INFO:teuthology.orchestra.run.trial101.stdout:Extracting ceph user uid/gid from container image... 2026-02-20T23:28:27.601 INFO:teuthology.orchestra.run.trial101.stdout:stat: stdout 167 167 2026-02-20T23:28:27.602 INFO:teuthology.orchestra.run.trial101.stdout:Creating initial keys... 2026-02-20T23:28:27.844 INFO:teuthology.orchestra.run.trial101.stdout:/usr/bin/ceph-authtool: stdout AQAb7phpBT5cKxAAo04BHsRc0b0uyTLXLFRa6Q== 2026-02-20T23:28:28.095 INFO:teuthology.orchestra.run.trial101.stdout:/usr/bin/ceph-authtool: stdout AQAb7php7CJkOhAAvvj8vYcW3PHRsx36WdWJLw== 2026-02-20T23:28:28.346 INFO:teuthology.orchestra.run.trial101.stdout:/usr/bin/ceph-authtool: stdout AQAc7phpXKqpDRAArt3Km47ijhxhCWv1kH3/Xw== 2026-02-20T23:28:28.347 INFO:teuthology.orchestra.run.trial101.stdout:Creating initial monmap... 2026-02-20T23:28:28.648 INFO:teuthology.orchestra.run.trial101.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: monmap file /tmp/monmap 2026-02-20T23:28:28.648 INFO:teuthology.orchestra.run.trial101.stdout:/usr/bin/monmaptool: stdout setting min_mon_release = tentacle 2026-02-20T23:28:28.648 INFO:teuthology.orchestra.run.trial101.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: set fsid to d509fa29-0eb3-11f1-b056-d404e6e7d460 2026-02-20T23:28:28.648 INFO:teuthology.orchestra.run.trial101.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2026-02-20T23:28:28.648 INFO:teuthology.orchestra.run.trial101.stdout:monmaptool for trial101 [v2:10.20.193.101:3300,v1:10.20.193.101:6789] on /usr/bin/monmaptool: monmap file /tmp/monmap 2026-02-20T23:28:28.648 INFO:teuthology.orchestra.run.trial101.stdout:setting min_mon_release = tentacle 2026-02-20T23:28:28.649 INFO:teuthology.orchestra.run.trial101.stdout:/usr/bin/monmaptool: set fsid to d509fa29-0eb3-11f1-b056-d404e6e7d460 2026-02-20T23:28:28.649 INFO:teuthology.orchestra.run.trial101.stdout:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2026-02-20T23:28:28.649 INFO:teuthology.orchestra.run.trial101.stdout: 2026-02-20T23:28:28.649 INFO:teuthology.orchestra.run.trial101.stdout:Creating mon... 2026-02-20T23:28:28.906 INFO:teuthology.orchestra.run.trial101.stdout:create mon.trial101 on 2026-02-20T23:28:29.177 INFO:teuthology.orchestra.run.trial101.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /etc/systemd/system/ceph.target. 2026-02-20T23:28:29.295 INFO:teuthology.orchestra.run.trial101.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph-d509fa29-0eb3-11f1-b056-d404e6e7d460.target → /etc/systemd/system/ceph-d509fa29-0eb3-11f1-b056-d404e6e7d460.target. 2026-02-20T23:28:29.296 INFO:teuthology.orchestra.run.trial101.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph.target.wants/ceph-d509fa29-0eb3-11f1-b056-d404e6e7d460.target → /etc/systemd/system/ceph-d509fa29-0eb3-11f1-b056-d404e6e7d460.target. 2026-02-20T23:28:29.426 INFO:teuthology.orchestra.run.trial101.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-d509fa29-0eb3-11f1-b056-d404e6e7d460@mon.trial101 2026-02-20T23:28:29.427 INFO:teuthology.orchestra.run.trial101.stdout:systemctl: stderr Failed to reset failed state of unit ceph-d509fa29-0eb3-11f1-b056-d404e6e7d460@mon.trial101.service: Unit ceph-d509fa29-0eb3-11f1-b056-d404e6e7d460@mon.trial101.service not loaded. 2026-02-20T23:28:29.560 INFO:teuthology.orchestra.run.trial101.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-d509fa29-0eb3-11f1-b056-d404e6e7d460.target.wants/ceph-d509fa29-0eb3-11f1-b056-d404e6e7d460@mon.trial101.service → /etc/systemd/system/ceph-d509fa29-0eb3-11f1-b056-d404e6e7d460@.service. 2026-02-20T23:28:29.691 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:28:29 trial101 podman[35380]: 2026-02-20 23:28:29.659158877 +0000 UTC m=+0.016187591 container create fa1163e3b4c77ed424ba59064f77431e699615e0f3c1c88efe94060e2c74466b (image=quay.ceph.io/ceph-ci/ceph:f7870454149f22574086dd2ff55d050585136531, name=ceph-d509fa29-0eb3-11f1-b056-d404e6e7d460-mon-trial101, OSD_FLAVOR=default, ceph=True, org.label-schema.schema-version=1.0, CEPH_SHA1=f7870454149f22574086dd2ff55d050585136531, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, org.label-schema.vendor=CentOS, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, org.opencontainers.image.documentation=https://docs.ceph.com/, org.label-schema.license=GPLv2, CEPH_REF=wip-pdonnell-testing-20260219.182737-tentacle, FROM_IMAGE=quay.io/centos/centos:stream9, io.buildah.version=1.33.7, org.label-schema.build-date=20260216, org.label-schema.name=CentOS Stream 9 Base Image, org.opencontainers.image.authors=Ceph Release Team ) 2026-02-20T23:28:29.710 INFO:teuthology.orchestra.run.trial101.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2026-02-20T23:28:29.710 INFO:teuthology.orchestra.run.trial101.stdout:systemctl: stdout disabled 2026-02-20T23:28:29.716 INFO:teuthology.orchestra.run.trial101.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2026-02-20T23:28:29.716 INFO:teuthology.orchestra.run.trial101.stdout:systemctl: stdout inactive 2026-02-20T23:28:29.716 INFO:teuthology.orchestra.run.trial101.stdout:firewalld.service is not enabled 2026-02-20T23:28:29.716 INFO:teuthology.orchestra.run.trial101.stdout:Not possible to enable service . firewalld.service is not available 2026-02-20T23:28:29.716 INFO:teuthology.orchestra.run.trial101.stdout:Waiting for mon to start... 2026-02-20T23:28:29.716 INFO:teuthology.orchestra.run.trial101.stdout:Waiting for mon... 2026-02-20T23:28:29.987 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:28:29 trial101 podman[35380]: 2026-02-20 23:28:29.690966333 +0000 UTC m=+0.047994997 container init fa1163e3b4c77ed424ba59064f77431e699615e0f3c1c88efe94060e2c74466b (image=quay.ceph.io/ceph-ci/ceph:f7870454149f22574086dd2ff55d050585136531, name=ceph-d509fa29-0eb3-11f1-b056-d404e6e7d460-mon-trial101, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, org.opencontainers.image.documentation=https://docs.ceph.com/, CEPH_REF=wip-pdonnell-testing-20260219.182737-tentacle, FROM_IMAGE=quay.io/centos/centos:stream9, CEPH_SHA1=f7870454149f22574086dd2ff55d050585136531, org.label-schema.license=GPLv2, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, io.buildah.version=1.33.7, org.label-schema.build-date=20260216, org.label-schema.name=CentOS Stream 9 Base Image, OSD_FLAVOR=default, ceph=True, org.opencontainers.image.authors=Ceph Release Team ) 2026-02-20T23:28:29.987 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:28:29 trial101 podman[35380]: 2026-02-20 23:28:29.694406341 +0000 UTC m=+0.051434995 container start fa1163e3b4c77ed424ba59064f77431e699615e0f3c1c88efe94060e2c74466b (image=quay.ceph.io/ceph-ci/ceph:f7870454149f22574086dd2ff55d050585136531, name=ceph-d509fa29-0eb3-11f1-b056-d404e6e7d460-mon-trial101, io.buildah.version=1.33.7, org.label-schema.build-date=20260216, org.label-schema.license=GPLv2, ceph=True, FROM_IMAGE=quay.io/centos/centos:stream9, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, OSD_FLAVOR=default, org.opencontainers.image.documentation=https://docs.ceph.com/, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_REF=wip-pdonnell-testing-20260219.182737-tentacle, org.label-schema.vendor=CentOS, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, CEPH_SHA1=f7870454149f22574086dd2ff55d050585136531, org.opencontainers.image.authors=Ceph Release Team , org.label-schema.schema-version=1.0) 2026-02-20T23:28:29.988 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:28:29 trial101 bash[35380]: fa1163e3b4c77ed424ba59064f77431e699615e0f3c1c88efe94060e2c74466b 2026-02-20T23:28:29.988 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:28:29 trial101 podman[35380]: 2026-02-20 23:28:29.652542996 +0000 UTC m=+0.009571660 image pull 191e36ff62c2c47de9f007d502ed6fbffff443749f925d00e4709abf526900f1 quay.ceph.io/ceph-ci/ceph:f7870454149f22574086dd2ff55d050585136531 2026-02-20T23:28:29.988 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:28:29 trial101 systemd[1]: Started Ceph mon.trial101 for d509fa29-0eb3-11f1-b056-d404e6e7d460. 2026-02-20T23:28:29.988 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:28:29 trial101 ceph-mon[35429]: mkfs d509fa29-0eb3-11f1-b056-d404e6e7d460 2026-02-20T23:28:29.988 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:28:29 trial101 ceph-mon[35429]: mon.trial101 is new leader, mons trial101 in quorum (ranks 0) 2026-02-20T23:28:29.991 INFO:teuthology.orchestra.run.trial101.stdout:/usr/bin/ceph: stdout cluster: 2026-02-20T23:28:29.991 INFO:teuthology.orchestra.run.trial101.stdout:/usr/bin/ceph: stdout id: d509fa29-0eb3-11f1-b056-d404e6e7d460 2026-02-20T23:28:29.991 INFO:teuthology.orchestra.run.trial101.stdout:/usr/bin/ceph: stdout health: HEALTH_OK 2026-02-20T23:28:29.991 INFO:teuthology.orchestra.run.trial101.stdout:/usr/bin/ceph: stdout 2026-02-20T23:28:29.991 INFO:teuthology.orchestra.run.trial101.stdout:/usr/bin/ceph: stdout services: 2026-02-20T23:28:29.991 INFO:teuthology.orchestra.run.trial101.stdout:/usr/bin/ceph: stdout mon: 1 daemons, quorum trial101 (age 0.145925s) [leader: trial101] 2026-02-20T23:28:29.991 INFO:teuthology.orchestra.run.trial101.stdout:/usr/bin/ceph: stdout mgr: no daemons active 2026-02-20T23:28:29.992 INFO:teuthology.orchestra.run.trial101.stdout:/usr/bin/ceph: stdout osd: 0 osds: 0 up, 0 in 2026-02-20T23:28:29.992 INFO:teuthology.orchestra.run.trial101.stdout:/usr/bin/ceph: stdout 2026-02-20T23:28:29.992 INFO:teuthology.orchestra.run.trial101.stdout:/usr/bin/ceph: stdout data: 2026-02-20T23:28:29.992 INFO:teuthology.orchestra.run.trial101.stdout:/usr/bin/ceph: stdout pools: 0 pools, 0 pgs 2026-02-20T23:28:29.992 INFO:teuthology.orchestra.run.trial101.stdout:/usr/bin/ceph: stdout objects: 0 objects, 0 B 2026-02-20T23:28:29.992 INFO:teuthology.orchestra.run.trial101.stdout:/usr/bin/ceph: stdout usage: 0 B used, 0 B / 0 B avail 2026-02-20T23:28:29.992 INFO:teuthology.orchestra.run.trial101.stdout:/usr/bin/ceph: stdout pgs: 2026-02-20T23:28:29.992 INFO:teuthology.orchestra.run.trial101.stdout:/usr/bin/ceph: stdout 2026-02-20T23:28:29.992 INFO:teuthology.orchestra.run.trial101.stdout:mon is available 2026-02-20T23:28:29.992 INFO:teuthology.orchestra.run.trial101.stdout:Assimilating anything we can from ceph.conf... 2026-02-20T23:28:30.268 INFO:teuthology.orchestra.run.trial101.stdout:/usr/bin/ceph: stdout 2026-02-20T23:28:30.268 INFO:teuthology.orchestra.run.trial101.stdout:/usr/bin/ceph: stdout [global] 2026-02-20T23:28:30.268 INFO:teuthology.orchestra.run.trial101.stdout:/usr/bin/ceph: stdout fsid = d509fa29-0eb3-11f1-b056-d404e6e7d460 2026-02-20T23:28:30.268 INFO:teuthology.orchestra.run.trial101.stdout:/usr/bin/ceph: stdout mon_cluster_log_file_level = debug 2026-02-20T23:28:30.268 INFO:teuthology.orchestra.run.trial101.stdout:/usr/bin/ceph: stdout mon_host = [v2:10.20.193.101:3300,v1:10.20.193.101:6789] 2026-02-20T23:28:30.268 INFO:teuthology.orchestra.run.trial101.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2026-02-20T23:28:30.268 INFO:teuthology.orchestra.run.trial101.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2026-02-20T23:28:30.268 INFO:teuthology.orchestra.run.trial101.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2026-02-20T23:28:30.269 INFO:teuthology.orchestra.run.trial101.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2026-02-20T23:28:30.269 INFO:teuthology.orchestra.run.trial101.stdout:/usr/bin/ceph: stdout 2026-02-20T23:28:30.269 INFO:teuthology.orchestra.run.trial101.stdout:/usr/bin/ceph: stdout [mgr] 2026-02-20T23:28:30.269 INFO:teuthology.orchestra.run.trial101.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2026-02-20T23:28:30.269 INFO:teuthology.orchestra.run.trial101.stdout:/usr/bin/ceph: stdout 2026-02-20T23:28:30.269 INFO:teuthology.orchestra.run.trial101.stdout:/usr/bin/ceph: stdout [osd] 2026-02-20T23:28:30.269 INFO:teuthology.orchestra.run.trial101.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2026-02-20T23:28:30.269 INFO:teuthology.orchestra.run.trial101.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2026-02-20T23:28:30.269 INFO:teuthology.orchestra.run.trial101.stdout:Generating new minimal ceph.conf... 2026-02-20T23:28:30.544 INFO:teuthology.orchestra.run.trial101.stdout:Restarting the monitor... 2026-02-20T23:28:30.858 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:28:30 trial101 systemd[1]: Stopping Ceph mon.trial101 for d509fa29-0eb3-11f1-b056-d404e6e7d460... 2026-02-20T23:28:30.858 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:28:30 trial101 ceph-d509fa29-0eb3-11f1-b056-d404e6e7d460-mon-trial101[35403]: 2026-02-20T23:28:30.622+0000 7f5f94f9a640 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.trial101 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-journald=true --default-mon-cluster-log-to-stderr=false (PID: 1) UID: 0 2026-02-20T23:28:30.858 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:28:30 trial101 ceph-d509fa29-0eb3-11f1-b056-d404e6e7d460-mon-trial101[35403]: 2026-02-20T23:28:30.622+0000 7f5f94f9a640 -1 mon.trial101@0(leader) e1 *** Got Signal Terminated *** 2026-02-20T23:28:31.121 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:28:30 trial101 podman[35806]: 2026-02-20 23:28:30.85632796 +0000 UTC m=+0.248078826 container died fa1163e3b4c77ed424ba59064f77431e699615e0f3c1c88efe94060e2c74466b (image=quay.ceph.io/ceph-ci/ceph:f7870454149f22574086dd2ff55d050585136531, name=ceph-d509fa29-0eb3-11f1-b056-d404e6e7d460-mon-trial101, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, FROM_IMAGE=quay.io/centos/centos:stream9, org.opencontainers.image.documentation=https://docs.ceph.com/, OSD_FLAVOR=default, org.label-schema.vendor=CentOS, org.label-schema.schema-version=1.0, io.buildah.version=1.33.7, CEPH_REF=wip-pdonnell-testing-20260219.182737-tentacle, CEPH_SHA1=f7870454149f22574086dd2ff55d050585136531, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 9 Base Image, org.opencontainers.image.authors=Ceph Release Team , org.label-schema.build-date=20260216, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, ceph=True) 2026-02-20T23:28:31.121 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:28:30 trial101 podman[35806]: 2026-02-20 23:28:30.966444742 +0000 UTC m=+0.358195598 container remove fa1163e3b4c77ed424ba59064f77431e699615e0f3c1c88efe94060e2c74466b (image=quay.ceph.io/ceph-ci/ceph:f7870454149f22574086dd2ff55d050585136531, name=ceph-d509fa29-0eb3-11f1-b056-d404e6e7d460-mon-trial101, org.label-schema.build-date=20260216, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, io.buildah.version=1.33.7, org.opencontainers.image.authors=Ceph Release Team , ceph=True, org.opencontainers.image.documentation=https://docs.ceph.com/, CEPH_REF=wip-pdonnell-testing-20260219.182737-tentacle, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, OSD_FLAVOR=default, FROM_IMAGE=quay.io/centos/centos:stream9, CEPH_SHA1=f7870454149f22574086dd2ff55d050585136531, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.license=GPLv2) 2026-02-20T23:28:31.121 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:28:30 trial101 bash[35806]: ceph-d509fa29-0eb3-11f1-b056-d404e6e7d460-mon-trial101 2026-02-20T23:28:31.121 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:28:31 trial101 systemd[1]: ceph-d509fa29-0eb3-11f1-b056-d404e6e7d460@mon.trial101.service: Deactivated successfully. 2026-02-20T23:28:31.121 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:28:31 trial101 systemd[1]: Stopped Ceph mon.trial101 for d509fa29-0eb3-11f1-b056-d404e6e7d460. 2026-02-20T23:28:31.121 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:28:31 trial101 systemd[1]: Starting Ceph mon.trial101 for d509fa29-0eb3-11f1-b056-d404e6e7d460... 2026-02-20T23:28:31.170 INFO:teuthology.orchestra.run.trial101.stdout:Setting public_network to 10.20.192.0/20 in global config section 2026-02-20T23:28:31.447 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:28:31 trial101 podman[35943]: 2026-02-20 23:28:31.126941506 +0000 UTC m=+0.016485309 container create 619d9f8bb05cf912d6c04d76a156201a8a6800ba89be17ebc6bec91b88efdbb8 (image=quay.ceph.io/ceph-ci/ceph:f7870454149f22574086dd2ff55d050585136531, name=ceph-d509fa29-0eb3-11f1-b056-d404e6e7d460-mon-trial101, ceph=True, org.label-schema.vendor=CentOS, CEPH_REF=wip-pdonnell-testing-20260219.182737-tentacle, org.opencontainers.image.documentation=https://docs.ceph.com/, org.label-schema.build-date=20260216, OSD_FLAVOR=default, CEPH_SHA1=f7870454149f22574086dd2ff55d050585136531, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, org.opencontainers.image.authors=Ceph Release Team , org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 9 Base Image, io.buildah.version=1.33.7, FROM_IMAGE=quay.io/centos/centos:stream9, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, org.label-schema.schema-version=1.0) 2026-02-20T23:28:31.447 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:28:31 trial101 podman[35943]: 2026-02-20 23:28:31.15987903 +0000 UTC m=+0.049422853 container init 619d9f8bb05cf912d6c04d76a156201a8a6800ba89be17ebc6bec91b88efdbb8 (image=quay.ceph.io/ceph-ci/ceph:f7870454149f22574086dd2ff55d050585136531, name=ceph-d509fa29-0eb3-11f1-b056-d404e6e7d460-mon-trial101, org.opencontainers.image.authors=Ceph Release Team , org.label-schema.license=GPLv2, CEPH_REF=wip-pdonnell-testing-20260219.182737-tentacle, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, org.label-schema.name=CentOS Stream 9 Base Image, FROM_IMAGE=quay.io/centos/centos:stream9, ceph=True, OSD_FLAVOR=default, org.label-schema.schema-version=1.0, io.buildah.version=1.33.7, CEPH_SHA1=f7870454149f22574086dd2ff55d050585136531, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, org.opencontainers.image.documentation=https://docs.ceph.com/, org.label-schema.vendor=CentOS, org.label-schema.build-date=20260216) 2026-02-20T23:28:31.447 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:28:31 trial101 podman[35943]: 2026-02-20 23:28:31.163242067 +0000 UTC m=+0.052785880 container start 619d9f8bb05cf912d6c04d76a156201a8a6800ba89be17ebc6bec91b88efdbb8 (image=quay.ceph.io/ceph-ci/ceph:f7870454149f22574086dd2ff55d050585136531, name=ceph-d509fa29-0eb3-11f1-b056-d404e6e7d460-mon-trial101, OSD_FLAVOR=default, org.label-schema.vendor=CentOS, org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2, io.buildah.version=1.33.7, FROM_IMAGE=quay.io/centos/centos:stream9, org.label-schema.build-date=20260216, org.opencontainers.image.authors=Ceph Release Team , CEPH_REF=wip-pdonnell-testing-20260219.182737-tentacle, ceph=True, org.opencontainers.image.documentation=https://docs.ceph.com/, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, CEPH_SHA1=f7870454149f22574086dd2ff55d050585136531, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git) 2026-02-20T23:28:31.447 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:28:31 trial101 bash[35943]: 619d9f8bb05cf912d6c04d76a156201a8a6800ba89be17ebc6bec91b88efdbb8 2026-02-20T23:28:31.448 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:28:31 trial101 podman[35943]: 2026-02-20 23:28:31.120405251 +0000 UTC m=+0.009949064 image pull 191e36ff62c2c47de9f007d502ed6fbffff443749f925d00e4709abf526900f1 quay.ceph.io/ceph-ci/ceph:f7870454149f22574086dd2ff55d050585136531 2026-02-20T23:28:31.448 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:28:31 trial101 systemd[1]: Started Ceph mon.trial101 for d509fa29-0eb3-11f1-b056-d404e6e7d460. 2026-02-20T23:28:31.448 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:28:31 trial101 ceph-mon[35994]: set uid:gid to 167:167 (ceph:ceph) 2026-02-20T23:28:31.448 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:28:31 trial101 ceph-mon[35994]: ceph version 20.2.0-677-gf7870454 (f7870454149f22574086dd2ff55d050585136531) tentacle (stable - RelWithDebInfo), process ceph-mon, pid 7 2026-02-20T23:28:31.448 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:28:31 trial101 ceph-mon[35994]: pidfile_write: ignore empty --pid-file 2026-02-20T23:28:31.448 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:28:31 trial101 ceph-mon[35994]: load: jerasure load: lrc 2026-02-20T23:28:31.448 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:28:31 trial101 ceph-mon[35994]: rocksdb: RocksDB version: 7.9.2 2026-02-20T23:28:31.448 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:28:31 trial101 ceph-mon[35994]: rocksdb: Git sha 0 2026-02-20T23:28:31.448 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:28:31 trial101 ceph-mon[35994]: rocksdb: Compile date 2026-02-20 12:51:44 2026-02-20T23:28:31.448 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:28:31 trial101 ceph-mon[35994]: rocksdb: DB SUMMARY 2026-02-20T23:28:31.448 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:28:31 trial101 ceph-mon[35994]: rocksdb: DB Session ID: RE9VCTDQK8AMU43CGOS9 2026-02-20T23:28:31.448 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:28:31 trial101 ceph-mon[35994]: rocksdb: CURRENT file: CURRENT 2026-02-20T23:28:31.449 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:28:31 trial101 ceph-mon[35994]: rocksdb: IDENTITY file: IDENTITY 2026-02-20T23:28:31.449 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:28:31 trial101 ceph-mon[35994]: rocksdb: MANIFEST file: MANIFEST-000010 size: 179 Bytes 2026-02-20T23:28:31.449 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:28:31 trial101 ceph-mon[35994]: rocksdb: SST files in /var/lib/ceph/mon/ceph-trial101/store.db dir, Total Num: 1, files: 000008.sst 2026-02-20T23:28:31.449 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:28:31 trial101 ceph-mon[35994]: rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-trial101/store.db: 000009.log size: 76207 ; 2026-02-20T23:28:31.449 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:28:31 trial101 ceph-mon[35994]: rocksdb: Options.error_if_exists: 0 2026-02-20T23:28:31.449 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:28:31 trial101 ceph-mon[35994]: rocksdb: Options.create_if_missing: 0 2026-02-20T23:28:31.449 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:28:31 trial101 ceph-mon[35994]: rocksdb: Options.paranoid_checks: 1 2026-02-20T23:28:31.449 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:28:31 trial101 ceph-mon[35994]: rocksdb: Options.flush_verify_memtable_count: 1 2026-02-20T23:28:31.449 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:28:31 trial101 ceph-mon[35994]: rocksdb: Options.track_and_verify_wals_in_manifest: 0 2026-02-20T23:28:31.449 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:28:31 trial101 ceph-mon[35994]: rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2026-02-20T23:28:31.449 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:28:31 trial101 ceph-mon[35994]: rocksdb: Options.env: 0x56496fcb44c0 2026-02-20T23:28:31.449 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:28:31 trial101 ceph-mon[35994]: rocksdb: Options.fs: PosixFileSystem 2026-02-20T23:28:31.449 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:28:31 trial101 ceph-mon[35994]: rocksdb: Options.info_log: 0x564971a762c0 2026-02-20T23:28:31.450 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:28:31 trial101 ceph-mon[35994]: rocksdb: Options.max_file_opening_threads: 16 2026-02-20T23:28:31.450 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:28:31 trial101 ceph-mon[35994]: rocksdb: Options.statistics: (nil) 2026-02-20T23:28:31.450 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:28:31 trial101 ceph-mon[35994]: rocksdb: Options.use_fsync: 0 2026-02-20T23:28:31.450 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:28:31 trial101 ceph-mon[35994]: rocksdb: Options.max_log_file_size: 0 2026-02-20T23:28:31.450 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:28:31 trial101 ceph-mon[35994]: rocksdb: Options.max_manifest_file_size: 1073741824 2026-02-20T23:28:31.450 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:28:31 trial101 ceph-mon[35994]: rocksdb: Options.log_file_time_to_roll: 0 2026-02-20T23:28:31.450 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:28:31 trial101 ceph-mon[35994]: rocksdb: Options.keep_log_file_num: 1000 2026-02-20T23:28:31.450 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:28:31 trial101 ceph-mon[35994]: rocksdb: Options.recycle_log_file_num: 0 2026-02-20T23:28:31.450 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:28:31 trial101 ceph-mon[35994]: rocksdb: Options.allow_fallocate: 1 2026-02-20T23:28:31.450 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:28:31 trial101 ceph-mon[35994]: rocksdb: Options.allow_mmap_reads: 0 2026-02-20T23:28:31.450 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:28:31 trial101 ceph-mon[35994]: rocksdb: Options.allow_mmap_writes: 0 2026-02-20T23:28:31.450 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:28:31 trial101 ceph-mon[35994]: rocksdb: Options.use_direct_reads: 0 2026-02-20T23:28:31.450 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:28:31 trial101 ceph-mon[35994]: rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2026-02-20T23:28:31.451 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:28:31 trial101 ceph-mon[35994]: rocksdb: Options.create_missing_column_families: 0 2026-02-20T23:28:31.451 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:28:31 trial101 ceph-mon[35994]: rocksdb: Options.db_log_dir: 2026-02-20T23:28:31.451 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:28:31 trial101 ceph-mon[35994]: rocksdb: Options.wal_dir: 2026-02-20T23:28:31.451 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:28:31 trial101 ceph-mon[35994]: rocksdb: Options.table_cache_numshardbits: 6 2026-02-20T23:28:31.451 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:28:31 trial101 ceph-mon[35994]: rocksdb: Options.WAL_ttl_seconds: 0 2026-02-20T23:28:31.451 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:28:31 trial101 ceph-mon[35994]: rocksdb: Options.WAL_size_limit_MB: 0 2026-02-20T23:28:31.451 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:28:31 trial101 ceph-mon[35994]: rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2026-02-20T23:28:31.451 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:28:31 trial101 ceph-mon[35994]: rocksdb: Options.manifest_preallocation_size: 4194304 2026-02-20T23:28:31.451 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:28:31 trial101 ceph-mon[35994]: rocksdb: Options.is_fd_close_on_exec: 1 2026-02-20T23:28:31.451 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:28:31 trial101 ceph-mon[35994]: rocksdb: Options.advise_random_on_open: 1 2026-02-20T23:28:31.451 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:28:31 trial101 ceph-mon[35994]: rocksdb: Options.db_write_buffer_size: 0 2026-02-20T23:28:31.451 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:28:31 trial101 ceph-mon[35994]: rocksdb: Options.write_buffer_manager: 0x564971a6a140 2026-02-20T23:28:31.451 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:28:31 trial101 ceph-mon[35994]: rocksdb: Options.access_hint_on_compaction_start: 1 2026-02-20T23:28:31.452 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:28:31 trial101 ceph-mon[35994]: rocksdb: Options.random_access_max_buffer_size: 1048576 2026-02-20T23:28:31.452 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:28:31 trial101 ceph-mon[35994]: rocksdb: Options.use_adaptive_mutex: 0 2026-02-20T23:28:31.452 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:28:31 trial101 ceph-mon[35994]: rocksdb: Options.rate_limiter: (nil) 2026-02-20T23:28:31.452 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:28:31 trial101 ceph-mon[35994]: rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2026-02-20T23:28:31.452 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:28:31 trial101 ceph-mon[35994]: rocksdb: Options.wal_recovery_mode: 2 2026-02-20T23:28:31.452 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:28:31 trial101 ceph-mon[35994]: rocksdb: Options.enable_thread_tracking: 0 2026-02-20T23:28:31.452 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:28:31 trial101 ceph-mon[35994]: rocksdb: Options.enable_pipelined_write: 0 2026-02-20T23:28:31.452 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:28:31 trial101 ceph-mon[35994]: rocksdb: Options.unordered_write: 0 2026-02-20T23:28:31.452 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:28:31 trial101 ceph-mon[35994]: rocksdb: Options.allow_concurrent_memtable_write: 1 2026-02-20T23:28:31.452 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:28:31 trial101 ceph-mon[35994]: rocksdb: Options.enable_write_thread_adaptive_yield: 1 2026-02-20T23:28:31.452 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:28:31 trial101 ceph-mon[35994]: rocksdb: Options.write_thread_max_yield_usec: 100 2026-02-20T23:28:31.452 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:28:31 trial101 ceph-mon[35994]: rocksdb: Options.write_thread_slow_yield_usec: 3 2026-02-20T23:28:31.453 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:28:31 trial101 ceph-mon[35994]: rocksdb: Options.row_cache: None 2026-02-20T23:28:31.453 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:28:31 trial101 ceph-mon[35994]: rocksdb: Options.wal_filter: None 2026-02-20T23:28:31.453 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:28:31 trial101 ceph-mon[35994]: rocksdb: Options.avoid_flush_during_recovery: 0 2026-02-20T23:28:31.453 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:28:31 trial101 ceph-mon[35994]: rocksdb: Options.allow_ingest_behind: 0 2026-02-20T23:28:31.453 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:28:31 trial101 ceph-mon[35994]: rocksdb: Options.two_write_queues: 0 2026-02-20T23:28:31.453 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:28:31 trial101 ceph-mon[35994]: rocksdb: Options.manual_wal_flush: 0 2026-02-20T23:28:31.453 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:28:31 trial101 ceph-mon[35994]: rocksdb: Options.wal_compression: 0 2026-02-20T23:28:31.453 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:28:31 trial101 ceph-mon[35994]: rocksdb: Options.atomic_flush: 0 2026-02-20T23:28:31.453 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:28:31 trial101 ceph-mon[35994]: rocksdb: Options.avoid_unnecessary_blocking_io: 0 2026-02-20T23:28:31.453 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:28:31 trial101 ceph-mon[35994]: rocksdb: Options.persist_stats_to_disk: 0 2026-02-20T23:28:31.453 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:28:31 trial101 ceph-mon[35994]: rocksdb: Options.write_dbid_to_manifest: 0 2026-02-20T23:28:31.453 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:28:31 trial101 ceph-mon[35994]: rocksdb: Options.log_readahead_size: 0 2026-02-20T23:28:31.453 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:28:31 trial101 ceph-mon[35994]: rocksdb: Options.file_checksum_gen_factory: Unknown 2026-02-20T23:28:31.454 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:28:31 trial101 ceph-mon[35994]: rocksdb: Options.best_efforts_recovery: 0 2026-02-20T23:28:31.454 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:28:31 trial101 ceph-mon[35994]: rocksdb: Options.max_bgerror_resume_count: 2147483647 2026-02-20T23:28:31.454 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:28:31 trial101 ceph-mon[35994]: rocksdb: Options.bgerror_resume_retry_interval: 1000000 2026-02-20T23:28:31.454 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:28:31 trial101 ceph-mon[35994]: rocksdb: Options.allow_data_in_errors: 0 2026-02-20T23:28:31.454 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:28:31 trial101 ceph-mon[35994]: rocksdb: Options.db_host_id: __hostname__ 2026-02-20T23:28:31.454 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:28:31 trial101 ceph-mon[35994]: rocksdb: Options.enforce_single_del_contracts: true 2026-02-20T23:28:31.454 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:28:31 trial101 ceph-mon[35994]: rocksdb: Options.max_background_jobs: 2 2026-02-20T23:28:31.454 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:28:31 trial101 ceph-mon[35994]: rocksdb: Options.max_background_compactions: -1 2026-02-20T23:28:31.454 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:28:31 trial101 ceph-mon[35994]: rocksdb: Options.max_subcompactions: 1 2026-02-20T23:28:31.454 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:28:31 trial101 ceph-mon[35994]: rocksdb: Options.avoid_flush_during_shutdown: 0 2026-02-20T23:28:31.454 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:28:31 trial101 ceph-mon[35994]: rocksdb: Options.writable_file_max_buffer_size: 1048576 2026-02-20T23:28:31.454 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:28:31 trial101 ceph-mon[35994]: rocksdb: Options.delayed_write_rate : 16777216 2026-02-20T23:28:31.454 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:28:31 trial101 ceph-mon[35994]: rocksdb: Options.max_total_wal_size: 0 2026-02-20T23:28:31.455 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:28:31 trial101 ceph-mon[35994]: rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2026-02-20T23:28:31.455 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:28:31 trial101 ceph-mon[35994]: rocksdb: Options.stats_dump_period_sec: 600 2026-02-20T23:28:31.455 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:28:31 trial101 ceph-mon[35994]: rocksdb: Options.stats_persist_period_sec: 600 2026-02-20T23:28:31.455 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:28:31 trial101 ceph-mon[35994]: rocksdb: Options.stats_history_buffer_size: 1048576 2026-02-20T23:28:31.455 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:28:31 trial101 ceph-mon[35994]: rocksdb: Options.max_open_files: -1 2026-02-20T23:28:31.455 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:28:31 trial101 ceph-mon[35994]: rocksdb: Options.bytes_per_sync: 0 2026-02-20T23:28:31.455 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:28:31 trial101 ceph-mon[35994]: rocksdb: Options.wal_bytes_per_sync: 0 2026-02-20T23:28:31.455 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:28:31 trial101 ceph-mon[35994]: rocksdb: Options.strict_bytes_per_sync: 0 2026-02-20T23:28:31.455 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:28:31 trial101 ceph-mon[35994]: rocksdb: Options.compaction_readahead_size: 0 2026-02-20T23:28:31.455 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:28:31 trial101 ceph-mon[35994]: rocksdb: Options.max_background_flushes: -1 2026-02-20T23:28:31.455 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:28:31 trial101 ceph-mon[35994]: rocksdb: Compression algorithms supported: 2026-02-20T23:28:31.455 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:28:31 trial101 ceph-mon[35994]: rocksdb: kZSTD supported: 0 2026-02-20T23:28:31.455 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:28:31 trial101 ceph-mon[35994]: rocksdb: kXpressCompression supported: 0 2026-02-20T23:28:31.455 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:28:31 trial101 ceph-mon[35994]: rocksdb: kBZip2Compression supported: 0 2026-02-20T23:28:31.456 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:28:31 trial101 ceph-mon[35994]: rocksdb: kZSTDNotFinalCompression supported: 0 2026-02-20T23:28:31.456 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:28:31 trial101 ceph-mon[35994]: rocksdb: kLZ4Compression supported: 1 2026-02-20T23:28:31.456 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:28:31 trial101 ceph-mon[35994]: rocksdb: kZlibCompression supported: 1 2026-02-20T23:28:31.456 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:28:31 trial101 ceph-mon[35994]: rocksdb: kLZ4HCCompression supported: 1 2026-02-20T23:28:31.456 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:28:31 trial101 ceph-mon[35994]: rocksdb: kSnappyCompression supported: 1 2026-02-20T23:28:31.456 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:28:31 trial101 ceph-mon[35994]: rocksdb: Fast CRC32 supported: Supported on x86 2026-02-20T23:28:31.456 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:28:31 trial101 ceph-mon[35994]: rocksdb: DMutex implementation: pthread_mutex_t 2026-02-20T23:28:31.456 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:28:31 trial101 ceph-mon[35994]: rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-trial101/store.db/MANIFEST-000010 2026-02-20T23:28:31.456 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:28:31 trial101 ceph-mon[35994]: rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2026-02-20T23:28:31.456 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:28:31 trial101 ceph-mon[35994]: rocksdb: Options.comparator: leveldb.BytewiseComparator 2026-02-20T23:28:31.456 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:28:31 trial101 ceph-mon[35994]: rocksdb: Options.merge_operator: 2026-02-20T23:28:31.456 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:28:31 trial101 ceph-mon[35994]: rocksdb: Options.compaction_filter: None 2026-02-20T23:28:31.457 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:28:31 trial101 ceph-mon[35994]: rocksdb: Options.compaction_filter_factory: None 2026-02-20T23:28:31.457 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:28:31 trial101 ceph-mon[35994]: rocksdb: Options.sst_partitioner_factory: None 2026-02-20T23:28:31.457 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:28:31 trial101 ceph-mon[35994]: rocksdb: Options.memtable_factory: SkipListFactory 2026-02-20T23:28:31.457 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:28:31 trial101 ceph-mon[35994]: rocksdb: Options.table_factory: BlockBasedTable 2026-02-20T23:28:31.457 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:28:31 trial101 ceph-mon[35994]: rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x564971a66cc0) 2026-02-20T23:28:31.457 INFO:journalctl@ceph.mon.trial101.trial101.stdout: cache_index_and_filter_blocks: 1 2026-02-20T23:28:31.457 INFO:journalctl@ceph.mon.trial101.trial101.stdout: cache_index_and_filter_blocks_with_high_priority: 0 2026-02-20T23:28:31.457 INFO:journalctl@ceph.mon.trial101.trial101.stdout: pin_l0_filter_and_index_blocks_in_cache: 0 2026-02-20T23:28:31.457 INFO:journalctl@ceph.mon.trial101.trial101.stdout: pin_top_level_index_and_filter: 1 2026-02-20T23:28:31.457 INFO:journalctl@ceph.mon.trial101.trial101.stdout: index_type: 0 2026-02-20T23:28:31.457 INFO:journalctl@ceph.mon.trial101.trial101.stdout: data_block_index_type: 0 2026-02-20T23:28:31.457 INFO:journalctl@ceph.mon.trial101.trial101.stdout: index_shortening: 1 2026-02-20T23:28:31.458 INFO:journalctl@ceph.mon.trial101.trial101.stdout: data_block_hash_table_util_ratio: 0.750000 2026-02-20T23:28:31.458 INFO:journalctl@ceph.mon.trial101.trial101.stdout: checksum: 4 2026-02-20T23:28:31.458 INFO:journalctl@ceph.mon.trial101.trial101.stdout: no_block_cache: 0 2026-02-20T23:28:31.458 INFO:journalctl@ceph.mon.trial101.trial101.stdout: block_cache: 0x564971a87b90 2026-02-20T23:28:31.458 INFO:journalctl@ceph.mon.trial101.trial101.stdout: block_cache_name: BinnedLRUCache 2026-02-20T23:28:31.458 INFO:journalctl@ceph.mon.trial101.trial101.stdout: block_cache_options: 2026-02-20T23:28:31.458 INFO:journalctl@ceph.mon.trial101.trial101.stdout: capacity : 536870912 2026-02-20T23:28:31.458 INFO:journalctl@ceph.mon.trial101.trial101.stdout: num_shard_bits : 4 2026-02-20T23:28:31.458 INFO:journalctl@ceph.mon.trial101.trial101.stdout: strict_capacity_limit : 0 2026-02-20T23:28:31.458 INFO:journalctl@ceph.mon.trial101.trial101.stdout: high_pri_pool_ratio: 0.000 2026-02-20T23:28:31.458 INFO:journalctl@ceph.mon.trial101.trial101.stdout: block_cache_compressed: (nil) 2026-02-20T23:28:31.458 INFO:journalctl@ceph.mon.trial101.trial101.stdout: persistent_cache: (nil) 2026-02-20T23:28:31.458 INFO:journalctl@ceph.mon.trial101.trial101.stdout: block_size: 4096 2026-02-20T23:28:31.459 INFO:journalctl@ceph.mon.trial101.trial101.stdout: block_size_deviation: 10 2026-02-20T23:28:31.459 INFO:journalctl@ceph.mon.trial101.trial101.stdout: block_restart_interval: 16 2026-02-20T23:28:31.459 INFO:journalctl@ceph.mon.trial101.trial101.stdout: index_block_restart_interval: 1 2026-02-20T23:28:31.459 INFO:journalctl@ceph.mon.trial101.trial101.stdout: metadata_block_size: 4096 2026-02-20T23:28:31.459 INFO:journalctl@ceph.mon.trial101.trial101.stdout: partition_filters: 0 2026-02-20T23:28:31.459 INFO:journalctl@ceph.mon.trial101.trial101.stdout: use_delta_encoding: 1 2026-02-20T23:28:31.459 INFO:journalctl@ceph.mon.trial101.trial101.stdout: filter_policy: bloomfilter 2026-02-20T23:28:31.459 INFO:journalctl@ceph.mon.trial101.trial101.stdout: whole_key_filtering: 1 2026-02-20T23:28:31.459 INFO:journalctl@ceph.mon.trial101.trial101.stdout: verify_compression: 0 2026-02-20T23:28:31.459 INFO:journalctl@ceph.mon.trial101.trial101.stdout: read_amp_bytes_per_bit: 0 2026-02-20T23:28:31.459 INFO:journalctl@ceph.mon.trial101.trial101.stdout: format_version: 5 2026-02-20T23:28:31.459 INFO:journalctl@ceph.mon.trial101.trial101.stdout: enable_index_compression: 1 2026-02-20T23:28:31.459 INFO:journalctl@ceph.mon.trial101.trial101.stdout: block_align: 0 2026-02-20T23:28:31.460 INFO:journalctl@ceph.mon.trial101.trial101.stdout: max_auto_readahead_size: 262144 2026-02-20T23:28:31.460 INFO:journalctl@ceph.mon.trial101.trial101.stdout: prepopulate_block_cache: 0 2026-02-20T23:28:31.460 INFO:journalctl@ceph.mon.trial101.trial101.stdout: initial_auto_readahead_size: 8192 2026-02-20T23:28:31.460 INFO:journalctl@ceph.mon.trial101.trial101.stdout: num_file_reads_for_auto_readahead: 2 2026-02-20T23:28:31.460 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:28:31 trial101 ceph-mon[35994]: rocksdb: Options.write_buffer_size: 33554432 2026-02-20T23:28:31.460 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:28:31 trial101 ceph-mon[35994]: rocksdb: Options.max_write_buffer_number: 2 2026-02-20T23:28:31.460 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:28:31 trial101 ceph-mon[35994]: rocksdb: Options.compression: NoCompression 2026-02-20T23:28:31.460 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:28:31 trial101 ceph-mon[35994]: rocksdb: Options.bottommost_compression: Disabled 2026-02-20T23:28:31.460 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:28:31 trial101 ceph-mon[35994]: rocksdb: Options.prefix_extractor: nullptr 2026-02-20T23:28:31.460 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:28:31 trial101 ceph-mon[35994]: rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2026-02-20T23:28:31.460 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:28:31 trial101 ceph-mon[35994]: rocksdb: Options.num_levels: 7 2026-02-20T23:28:31.460 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:28:31 trial101 ceph-mon[35994]: rocksdb: Options.min_write_buffer_number_to_merge: 1 2026-02-20T23:28:31.460 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:28:31 trial101 ceph-mon[35994]: rocksdb: Options.max_write_buffer_number_to_maintain: 0 2026-02-20T23:28:31.461 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:28:31 trial101 ceph-mon[35994]: rocksdb: Options.max_write_buffer_size_to_maintain: 0 2026-02-20T23:28:31.461 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:28:31 trial101 ceph-mon[35994]: rocksdb: Options.bottommost_compression_opts.window_bits: -14 2026-02-20T23:28:31.461 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:28:31 trial101 ceph-mon[35994]: rocksdb: Options.bottommost_compression_opts.level: 32767 2026-02-20T23:28:31.461 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:28:31 trial101 ceph-mon[35994]: rocksdb: Options.bottommost_compression_opts.strategy: 0 2026-02-20T23:28:31.461 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:28:31 trial101 ceph-mon[35994]: rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2026-02-20T23:28:31.461 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:28:31 trial101 ceph-mon[35994]: rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2026-02-20T23:28:31.461 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:28:31 trial101 ceph-mon[35994]: rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2026-02-20T23:28:31.461 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:28:31 trial101 ceph-mon[35994]: rocksdb: Options.bottommost_compression_opts.enabled: false 2026-02-20T23:28:31.461 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:28:31 trial101 ceph-mon[35994]: rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2026-02-20T23:28:31.461 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:28:31 trial101 ceph-mon[35994]: rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2026-02-20T23:28:31.461 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:28:31 trial101 ceph-mon[35994]: rocksdb: Options.compression_opts.window_bits: -14 2026-02-20T23:28:31.461 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:28:31 trial101 ceph-mon[35994]: rocksdb: Options.compression_opts.level: 32767 2026-02-20T23:28:31.461 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:28:31 trial101 ceph-mon[35994]: rocksdb: Options.compression_opts.strategy: 0 2026-02-20T23:28:31.462 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:28:31 trial101 ceph-mon[35994]: rocksdb: Options.compression_opts.max_dict_bytes: 0 2026-02-20T23:28:31.462 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:28:31 trial101 ceph-mon[35994]: rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2026-02-20T23:28:31.462 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:28:31 trial101 ceph-mon[35994]: rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2026-02-20T23:28:31.462 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:28:31 trial101 ceph-mon[35994]: rocksdb: Options.compression_opts.parallel_threads: 1 2026-02-20T23:28:31.462 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:28:31 trial101 ceph-mon[35994]: rocksdb: Options.compression_opts.enabled: false 2026-02-20T23:28:31.462 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:28:31 trial101 ceph-mon[35994]: rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2026-02-20T23:28:31.462 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:28:31 trial101 ceph-mon[35994]: rocksdb: Options.level0_file_num_compaction_trigger: 4 2026-02-20T23:28:31.462 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:28:31 trial101 ceph-mon[35994]: rocksdb: Options.level0_slowdown_writes_trigger: 20 2026-02-20T23:28:31.462 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:28:31 trial101 ceph-mon[35994]: rocksdb: Options.level0_stop_writes_trigger: 36 2026-02-20T23:28:31.462 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:28:31 trial101 ceph-mon[35994]: rocksdb: Options.target_file_size_base: 67108864 2026-02-20T23:28:31.462 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:28:31 trial101 ceph-mon[35994]: rocksdb: Options.target_file_size_multiplier: 1 2026-02-20T23:28:31.462 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:28:31 trial101 ceph-mon[35994]: rocksdb: Options.max_bytes_for_level_base: 268435456 2026-02-20T23:28:31.462 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:28:31 trial101 ceph-mon[35994]: rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2026-02-20T23:28:31.462 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:28:31 trial101 ceph-mon[35994]: rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2026-02-20T23:28:31.462 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:28:31 trial101 ceph-mon[35994]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2026-02-20T23:28:31.463 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:28:31 trial101 ceph-mon[35994]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2026-02-20T23:28:31.463 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:28:31 trial101 ceph-mon[35994]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2026-02-20T23:28:31.463 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:28:31 trial101 ceph-mon[35994]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2026-02-20T23:28:31.463 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:28:31 trial101 ceph-mon[35994]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2026-02-20T23:28:31.463 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:28:31 trial101 ceph-mon[35994]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2026-02-20T23:28:31.463 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:28:31 trial101 ceph-mon[35994]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2026-02-20T23:28:31.463 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:28:31 trial101 ceph-mon[35994]: rocksdb: Options.max_sequential_skip_in_iterations: 8 2026-02-20T23:28:31.463 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:28:31 trial101 ceph-mon[35994]: rocksdb: Options.max_compaction_bytes: 1677721600 2026-02-20T23:28:31.463 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:28:31 trial101 ceph-mon[35994]: rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2026-02-20T23:28:31.463 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:28:31 trial101 ceph-mon[35994]: rocksdb: Options.arena_block_size: 1048576 2026-02-20T23:28:31.463 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:28:31 trial101 ceph-mon[35994]: rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2026-02-20T23:28:31.463 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:28:31 trial101 ceph-mon[35994]: rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2026-02-20T23:28:31.464 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:28:31 trial101 ceph-mon[35994]: rocksdb: Options.disable_auto_compactions: 0 2026-02-20T23:28:31.464 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:28:31 trial101 ceph-mon[35994]: rocksdb: Options.compaction_style: kCompactionStyleLevel 2026-02-20T23:28:31.464 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:28:31 trial101 ceph-mon[35994]: rocksdb: Options.compaction_pri: kMinOverlappingRatio 2026-02-20T23:28:31.464 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:28:31 trial101 ceph-mon[35994]: rocksdb: Options.compaction_options_universal.size_ratio: 1 2026-02-20T23:28:31.464 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:28:31 trial101 ceph-mon[35994]: rocksdb: Options.compaction_options_universal.min_merge_width: 2 2026-02-20T23:28:31.464 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:28:31 trial101 ceph-mon[35994]: rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2026-02-20T23:28:31.464 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:28:31 trial101 ceph-mon[35994]: rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2026-02-20T23:28:31.464 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:28:31 trial101 ceph-mon[35994]: rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2026-02-20T23:28:31.464 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:28:31 trial101 ceph-mon[35994]: rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2026-02-20T23:28:31.464 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:28:31 trial101 ceph-mon[35994]: rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2026-02-20T23:28:31.464 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:28:31 trial101 ceph-mon[35994]: rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2026-02-20T23:28:31.464 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:28:31 trial101 ceph-mon[35994]: rocksdb: Options.table_properties_collectors: CompactOnDeletionCollector (Sliding window size = 32768 Deletion trigger = 16384 Deletion ratio = 0); 2026-02-20T23:28:31.464 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:28:31 trial101 ceph-mon[35994]: rocksdb: Options.inplace_update_support: 0 2026-02-20T23:28:31.465 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:28:31 trial101 ceph-mon[35994]: rocksdb: Options.inplace_update_num_locks: 10000 2026-02-20T23:28:31.465 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:28:31 trial101 ceph-mon[35994]: rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2026-02-20T23:28:31.465 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:28:31 trial101 ceph-mon[35994]: rocksdb: Options.memtable_whole_key_filtering: 0 2026-02-20T23:28:31.465 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:28:31 trial101 ceph-mon[35994]: rocksdb: Options.memtable_huge_page_size: 0 2026-02-20T23:28:31.465 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:28:31 trial101 ceph-mon[35994]: rocksdb: Options.bloom_locality: 0 2026-02-20T23:28:31.465 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:28:31 trial101 ceph-mon[35994]: rocksdb: Options.max_successive_merges: 0 2026-02-20T23:28:31.465 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:28:31 trial101 ceph-mon[35994]: rocksdb: Options.optimize_filters_for_hits: 0 2026-02-20T23:28:31.465 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:28:31 trial101 ceph-mon[35994]: rocksdb: Options.paranoid_file_checks: 0 2026-02-20T23:28:31.465 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:28:31 trial101 ceph-mon[35994]: rocksdb: Options.force_consistency_checks: 1 2026-02-20T23:28:31.465 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:28:31 trial101 ceph-mon[35994]: rocksdb: Options.report_bg_io_stats: 0 2026-02-20T23:28:31.465 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:28:31 trial101 ceph-mon[35994]: rocksdb: Options.ttl: 2592000 2026-02-20T23:28:31.465 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:28:31 trial101 ceph-mon[35994]: rocksdb: Options.periodic_compaction_seconds: 0 2026-02-20T23:28:31.465 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:28:31 trial101 ceph-mon[35994]: rocksdb: Options.preclude_last_level_data_seconds: 0 2026-02-20T23:28:31.466 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:28:31 trial101 ceph-mon[35994]: rocksdb: Options.preserve_internal_time_seconds: 0 2026-02-20T23:28:31.466 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:28:31 trial101 ceph-mon[35994]: rocksdb: Options.enable_blob_files: false 2026-02-20T23:28:31.466 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:28:31 trial101 ceph-mon[35994]: rocksdb: Options.min_blob_size: 0 2026-02-20T23:28:31.466 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:28:31 trial101 ceph-mon[35994]: rocksdb: Options.blob_file_size: 268435456 2026-02-20T23:28:31.466 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:28:31 trial101 ceph-mon[35994]: rocksdb: Options.blob_compression_type: NoCompression 2026-02-20T23:28:31.466 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:28:31 trial101 ceph-mon[35994]: rocksdb: Options.enable_blob_garbage_collection: false 2026-02-20T23:28:31.466 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:28:31 trial101 ceph-mon[35994]: rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2026-02-20T23:28:31.466 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:28:31 trial101 ceph-mon[35994]: rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2026-02-20T23:28:31.466 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:28:31 trial101 ceph-mon[35994]: rocksdb: Options.blob_compaction_readahead_size: 0 2026-02-20T23:28:31.466 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:28:31 trial101 ceph-mon[35994]: rocksdb: Options.blob_file_starting_level: 0 2026-02-20T23:28:31.466 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:28:31 trial101 ceph-mon[35994]: rocksdb: Options.experimental_mempurge_threshold: 0.000000 2026-02-20T23:28:31.466 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:28:31 trial101 ceph-mon[35994]: rocksdb: [db/version_set.cc:5566] Recovered from manifest file:/var/lib/ceph/mon/ceph-trial101/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-20T23:28:31.466 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:28:31 trial101 ceph-mon[35994]: rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 5 2026-02-20T23:28:31.466 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:28:31 trial101 ceph-mon[35994]: rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: 0c47cde8-ec9d-4571-bd8a-c65a66c6fa5f 2026-02-20T23:28:31.466 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:28:31 trial101 ceph-mon[35994]: rocksdb: EVENT_LOG_v1 {"time_micros": 1771630111182105, "job": 1, "event": "recovery_started", "wal_files": [9]} 2026-02-20T23:28:31.467 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:28:31 trial101 ceph-mon[35994]: rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #9 mode 2 2026-02-20T23:28:31.467 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:28:31 trial101 ceph-mon[35994]: rocksdb: EVENT_LOG_v1 {"time_micros": 1771630111182864, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 13, "file_size": 73349, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 8, "largest_seqno": 227, "table_properties": {"data_size": 71617, "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": 66121, "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": 1771630111, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "0c47cde8-ec9d-4571-bd8a-c65a66c6fa5f", "db_session_id": "RE9VCTDQK8AMU43CGOS9", "orig_file_number": 13, "seqno_to_time_mapping": "N/A"}} 2026-02-20T23:28:31.467 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:28:31 trial101 ceph-mon[35994]: rocksdb: EVENT_LOG_v1 {"time_micros": 1771630111182930, "job": 1, "event": "recovery_finished"} 2026-02-20T23:28:31.467 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:28:31 trial101 ceph-mon[35994]: rocksdb: [db/version_set.cc:5047] Creating manifest 15 2026-02-20T23:28:31.467 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:28:31 trial101 ceph-mon[35994]: rocksdb: [file/delete_scheduler.cc:74] Deleted file /var/lib/ceph/mon/ceph-trial101/store.db/000009.log immediately, rate_bytes_per_sec 0, total_trash_size 0 max_trash_db_ratio 0.250000 2026-02-20T23:28:31.467 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:28:31 trial101 ceph-mon[35994]: rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x564971a8ae00 2026-02-20T23:28:31.467 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:28:31 trial101 ceph-mon[35994]: rocksdb: DB pointer 0x56497287c000 2026-02-20T23:28:31.467 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:28:31 trial101 ceph-mon[35994]: rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2026-02-20T23:28:31.467 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:28:31 trial101 ceph-mon[35994]: rocksdb: [db/db_impl/db_impl.cc:1111] 2026-02-20T23:28:31.467 INFO:journalctl@ceph.mon.trial101.trial101.stdout: ** DB Stats ** 2026-02-20T23:28:31.467 INFO:journalctl@ceph.mon.trial101.trial101.stdout: Uptime(secs): 0.0 total, 0.0 interval 2026-02-20T23:28:31.467 INFO:journalctl@ceph.mon.trial101.trial101.stdout: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2026-02-20T23:28:31.467 INFO:journalctl@ceph.mon.trial101.trial101.stdout: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2026-02-20T23:28:31.467 INFO:journalctl@ceph.mon.trial101.trial101.stdout: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2026-02-20T23:28:31.467 INFO:journalctl@ceph.mon.trial101.trial101.stdout: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2026-02-20T23:28:31.468 INFO:journalctl@ceph.mon.trial101.trial101.stdout: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2026-02-20T23:28:31.468 INFO:journalctl@ceph.mon.trial101.trial101.stdout: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2026-02-20T23:28:31.468 INFO:journalctl@ceph.mon.trial101.trial101.stdout: 2026-02-20T23:28:31.468 INFO:journalctl@ceph.mon.trial101.trial101.stdout: ** Compaction Stats [default] ** 2026-02-20T23:28:31.468 INFO:journalctl@ceph.mon.trial101.trial101.stdout: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop Rblob(GB) Wblob(GB) 2026-02-20T23:28:31.468 INFO:journalctl@ceph.mon.trial101.trial101.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2026-02-20T23:28:31.468 INFO:journalctl@ceph.mon.trial101.trial101.stdout: L0 2/0 73.52 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 124.0 0.00 0.00 1 0.001 0 0 0.0 0.0 2026-02-20T23:28:31.468 INFO:journalctl@ceph.mon.trial101.trial101.stdout: Sum 2/0 73.52 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 124.0 0.00 0.00 1 0.001 0 0 0.0 0.0 2026-02-20T23:28:31.468 INFO:journalctl@ceph.mon.trial101.trial101.stdout: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 124.0 0.00 0.00 1 0.001 0 0 0.0 0.0 2026-02-20T23:28:31.468 INFO:journalctl@ceph.mon.trial101.trial101.stdout: 2026-02-20T23:28:31.468 INFO:journalctl@ceph.mon.trial101.trial101.stdout: ** Compaction Stats [default] ** 2026-02-20T23:28:31.468 INFO:journalctl@ceph.mon.trial101.trial101.stdout: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop Rblob(GB) Wblob(GB) 2026-02-20T23:28:31.468 INFO:journalctl@ceph.mon.trial101.trial101.stdout: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2026-02-20T23:28:31.468 INFO:journalctl@ceph.mon.trial101.trial101.stdout: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 124.0 0.00 0.00 1 0.001 0 0 0.0 0.0 2026-02-20T23:28:31.468 INFO:journalctl@ceph.mon.trial101.trial101.stdout: 2026-02-20T23:28:31.469 INFO:journalctl@ceph.mon.trial101.trial101.stdout: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2026-02-20T23:28:31.469 INFO:journalctl@ceph.mon.trial101.trial101.stdout: 2026-02-20T23:28:31.469 INFO:journalctl@ceph.mon.trial101.trial101.stdout: Uptime(secs): 0.0 total, 0.0 interval 2026-02-20T23:28:31.469 INFO:journalctl@ceph.mon.trial101.trial101.stdout: Flush(GB): cumulative 0.000, interval 0.000 2026-02-20T23:28:31.469 INFO:journalctl@ceph.mon.trial101.trial101.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2026-02-20T23:28:31.469 INFO:journalctl@ceph.mon.trial101.trial101.stdout: AddFile(Total Files): cumulative 0, interval 0 2026-02-20T23:28:31.469 INFO:journalctl@ceph.mon.trial101.trial101.stdout: AddFile(L0 Files): cumulative 0, interval 0 2026-02-20T23:28:31.469 INFO:journalctl@ceph.mon.trial101.trial101.stdout: AddFile(Keys): cumulative 0, interval 0 2026-02-20T23:28:31.469 INFO:journalctl@ceph.mon.trial101.trial101.stdout: Cumulative compaction: 0.00 GB write, 26.37 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2026-02-20T23:28:31.469 INFO:journalctl@ceph.mon.trial101.trial101.stdout: Interval compaction: 0.00 GB write, 26.37 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2026-02-20T23:28:31.469 INFO:journalctl@ceph.mon.trial101.trial101.stdout: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2026-02-20T23:28:31.469 INFO:journalctl@ceph.mon.trial101.trial101.stdout: Block cache BinnedLRUCache@0x564971a87b90#7 capacity: 512.00 MB usage: 1.08 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 1.7e-05 secs_since: 0 2026-02-20T23:28:31.469 INFO:journalctl@ceph.mon.trial101.trial101.stdout: Block cache entry stats(count,size,portion): FilterBlock(2,0.70 KB,0.00013411%) IndexBlock(2,0.38 KB,7.15256e-05%) Misc(1,0.00 KB,0%) 2026-02-20T23:28:31.469 INFO:journalctl@ceph.mon.trial101.trial101.stdout: 2026-02-20T23:28:31.469 INFO:journalctl@ceph.mon.trial101.trial101.stdout: ** File Read Latency Histogram By Level [default] ** 2026-02-20T23:28:31.470 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:28:31 trial101 ceph-mon[35994]: starting mon.trial101 rank 0 at public addrs [v2:10.20.193.101:3300/0,v1:10.20.193.101:6789/0] at bind addrs [v2:10.20.193.101:3300/0,v1:10.20.193.101:6789/0] mon_data /var/lib/ceph/mon/ceph-trial101 fsid d509fa29-0eb3-11f1-b056-d404e6e7d460 2026-02-20T23:28:31.470 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:28:31 trial101 ceph-mon[35994]: mon.trial101@-1(???) e1 preinit fsid d509fa29-0eb3-11f1-b056-d404e6e7d460 2026-02-20T23:28:31.470 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:28:31 trial101 ceph-mon[35994]: mon.trial101@-1(???).mds e1 new map 2026-02-20T23:28:31.470 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:28:31 trial101 ceph-mon[35994]: mon.trial101@-1(???).mds e1 print_map 2026-02-20T23:28:31.470 INFO:journalctl@ceph.mon.trial101.trial101.stdout: e1 2026-02-20T23:28:31.470 INFO:journalctl@ceph.mon.trial101.trial101.stdout: btime 2026-02-20T23:28:29:721101+0000 2026-02-20T23:28:31.470 INFO:journalctl@ceph.mon.trial101.trial101.stdout: enable_multiple, ever_enabled_multiple: 1,1 2026-02-20T23:28:31.470 INFO:journalctl@ceph.mon.trial101.trial101.stdout: default compat: compat={},rocompat={},incompat={1=base v0.20,2=client writeable ranges,3=default file layouts on dirs,4=dir inode in separate object,5=mds uses versioned encoding,6=dirfrag is stored in omap,8=no anchor table,9=file layout v2,10=snaprealm v2,11=minor log segments,12=quiesce subvolumes} 2026-02-20T23:28:31.470 INFO:journalctl@ceph.mon.trial101.trial101.stdout: legacy client fscid: -1 2026-02-20T23:28:31.470 INFO:journalctl@ceph.mon.trial101.trial101.stdout: 2026-02-20T23:28:31.470 INFO:journalctl@ceph.mon.trial101.trial101.stdout: No filesystems configured 2026-02-20T23:28:31.470 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:28:31 trial101 ceph-mon[35994]: mon.trial101@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2026-02-20T23:28:31.470 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:28:31 trial101 ceph-mon[35994]: mon.trial101@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2026-02-20T23:28:31.470 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:28:31 trial101 ceph-mon[35994]: mon.trial101@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2026-02-20T23:28:31.470 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:28:31 trial101 ceph-mon[35994]: mon.trial101@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2026-02-20T23:28:31.470 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:28:31 trial101 ceph-mon[35994]: mon.trial101@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2026-02-20T23:28:31.471 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:28:31 trial101 ceph-mon[35994]: mon.trial101 is new leader, mons trial101 in quorum (ranks 0) 2026-02-20T23:28:31.471 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:28:31 trial101 ceph-mon[35994]: monmap epoch 1 2026-02-20T23:28:31.471 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:28:31 trial101 ceph-mon[35994]: fsid d509fa29-0eb3-11f1-b056-d404e6e7d460 2026-02-20T23:28:31.471 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:28:31 trial101 ceph-mon[35994]: last_changed 2026-02-20T23:28:28.521900+0000 2026-02-20T23:28:31.471 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:28:31 trial101 ceph-mon[35994]: created 2026-02-20T23:28:28.521900+0000 2026-02-20T23:28:31.471 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:28:31 trial101 ceph-mon[35994]: min_mon_release 20 (tentacle) 2026-02-20T23:28:31.471 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:28:31 trial101 ceph-mon[35994]: election_strategy: 1 2026-02-20T23:28:31.471 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:28:31 trial101 ceph-mon[35994]: 0: [v2:10.20.193.101:3300/0,v1:10.20.193.101:6789/0] mon.trial101 2026-02-20T23:28:31.471 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:28:31 trial101 ceph-mon[35994]: fsmap 2026-02-20T23:28:31.471 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:28:31 trial101 ceph-mon[35994]: osdmap e1: 0 total, 0 up, 0 in 2026-02-20T23:28:31.471 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:28:31 trial101 ceph-mon[35994]: mgrmap e1: no daemons active 2026-02-20T23:28:31.472 INFO:teuthology.orchestra.run.trial101.stdout:Wrote config to /etc/ceph/ceph.conf 2026-02-20T23:28:31.472 INFO:teuthology.orchestra.run.trial101.stdout:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2026-02-20T23:28:31.472 INFO:teuthology.orchestra.run.trial101.stdout:Creating mgr... 2026-02-20T23:28:31.472 INFO:teuthology.orchestra.run.trial101.stdout:Verifying port 0.0.0.0:9283 ... 2026-02-20T23:28:31.472 INFO:teuthology.orchestra.run.trial101.stdout:Verifying port 0.0.0.0:8765 ... 2026-02-20T23:28:31.472 INFO:teuthology.orchestra.run.trial101.stdout:Verifying port 0.0.0.0:8443 ... 2026-02-20T23:28:31.582 INFO:teuthology.orchestra.run.trial101.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-d509fa29-0eb3-11f1-b056-d404e6e7d460@mgr.trial101.twcqls 2026-02-20T23:28:31.582 INFO:teuthology.orchestra.run.trial101.stdout:systemctl: stderr Failed to reset failed state of unit ceph-d509fa29-0eb3-11f1-b056-d404e6e7d460@mgr.trial101.twcqls.service: Unit ceph-d509fa29-0eb3-11f1-b056-d404e6e7d460@mgr.trial101.twcqls.service not loaded. 2026-02-20T23:28:31.697 INFO:teuthology.orchestra.run.trial101.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-d509fa29-0eb3-11f1-b056-d404e6e7d460.target.wants/ceph-d509fa29-0eb3-11f1-b056-d404e6e7d460@mgr.trial101.twcqls.service → /etc/systemd/system/ceph-d509fa29-0eb3-11f1-b056-d404e6e7d460@.service. 2026-02-20T23:28:31.855 INFO:teuthology.orchestra.run.trial101.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2026-02-20T23:28:31.855 INFO:teuthology.orchestra.run.trial101.stdout:systemctl: stdout disabled 2026-02-20T23:28:31.861 INFO:teuthology.orchestra.run.trial101.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2026-02-20T23:28:31.861 INFO:teuthology.orchestra.run.trial101.stdout:systemctl: stdout inactive 2026-02-20T23:28:31.861 INFO:teuthology.orchestra.run.trial101.stdout:firewalld.service is not enabled 2026-02-20T23:28:31.861 INFO:teuthology.orchestra.run.trial101.stdout:Not possible to enable service . firewalld.service is not available 2026-02-20T23:28:31.867 INFO:teuthology.orchestra.run.trial101.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2026-02-20T23:28:31.867 INFO:teuthology.orchestra.run.trial101.stdout:systemctl: stdout disabled 2026-02-20T23:28:31.873 INFO:teuthology.orchestra.run.trial101.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2026-02-20T23:28:31.873 INFO:teuthology.orchestra.run.trial101.stdout:systemctl: stdout inactive 2026-02-20T23:28:31.873 INFO:teuthology.orchestra.run.trial101.stdout:firewalld.service is not enabled 2026-02-20T23:28:31.873 INFO:teuthology.orchestra.run.trial101.stdout:Not possible to open ports <[9283, 8765, 8443]>. firewalld.service is not available 2026-02-20T23:28:31.873 INFO:teuthology.orchestra.run.trial101.stdout:Waiting for mgr to start... 2026-02-20T23:28:31.873 INFO:teuthology.orchestra.run.trial101.stdout:Waiting for mgr... 2026-02-20T23:28:32.163 INFO:teuthology.orchestra.run.trial101.stdout:/usr/bin/ceph: stdout 2026-02-20T23:28:32.163 INFO:teuthology.orchestra.run.trial101.stdout:/usr/bin/ceph: stdout { 2026-02-20T23:28:32.164 INFO:teuthology.orchestra.run.trial101.stdout:/usr/bin/ceph: stdout "fsid": "d509fa29-0eb3-11f1-b056-d404e6e7d460", 2026-02-20T23:28:32.164 INFO:teuthology.orchestra.run.trial101.stdout:/usr/bin/ceph: stdout "health": { 2026-02-20T23:28:32.164 INFO:teuthology.orchestra.run.trial101.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2026-02-20T23:28:32.164 INFO:teuthology.orchestra.run.trial101.stdout:/usr/bin/ceph: stdout "checks": {}, 2026-02-20T23:28:32.164 INFO:teuthology.orchestra.run.trial101.stdout:/usr/bin/ceph: stdout "mutes": [] 2026-02-20T23:28:32.164 INFO:teuthology.orchestra.run.trial101.stdout:/usr/bin/ceph: stdout }, 2026-02-20T23:28:32.164 INFO:teuthology.orchestra.run.trial101.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2026-02-20T23:28:32.165 INFO:teuthology.orchestra.run.trial101.stdout:/usr/bin/ceph: stdout "quorum": [ 2026-02-20T23:28:32.165 INFO:teuthology.orchestra.run.trial101.stdout:/usr/bin/ceph: stdout 0 2026-02-20T23:28:32.165 INFO:teuthology.orchestra.run.trial101.stdout:/usr/bin/ceph: stdout ], 2026-02-20T23:28:32.165 INFO:teuthology.orchestra.run.trial101.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2026-02-20T23:28:32.165 INFO:teuthology.orchestra.run.trial101.stdout:/usr/bin/ceph: stdout "trial101" 2026-02-20T23:28:32.165 INFO:teuthology.orchestra.run.trial101.stdout:/usr/bin/ceph: stdout ], 2026-02-20T23:28:32.165 INFO:teuthology.orchestra.run.trial101.stdout:/usr/bin/ceph: stdout "quorum_age": 0, 2026-02-20T23:28:32.165 INFO:teuthology.orchestra.run.trial101.stdout:/usr/bin/ceph: stdout "monmap": { 2026-02-20T23:28:32.166 INFO:teuthology.orchestra.run.trial101.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-02-20T23:28:32.166 INFO:teuthology.orchestra.run.trial101.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "tentacle", 2026-02-20T23:28:32.166 INFO:teuthology.orchestra.run.trial101.stdout:/usr/bin/ceph: stdout "num_mons": 1 2026-02-20T23:28:32.166 INFO:teuthology.orchestra.run.trial101.stdout:/usr/bin/ceph: stdout }, 2026-02-20T23:28:32.166 INFO:teuthology.orchestra.run.trial101.stdout:/usr/bin/ceph: stdout "osdmap": { 2026-02-20T23:28:32.166 INFO:teuthology.orchestra.run.trial101.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-02-20T23:28:32.166 INFO:teuthology.orchestra.run.trial101.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2026-02-20T23:28:32.167 INFO:teuthology.orchestra.run.trial101.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2026-02-20T23:28:32.167 INFO:teuthology.orchestra.run.trial101.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2026-02-20T23:28:32.167 INFO:teuthology.orchestra.run.trial101.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2026-02-20T23:28:32.167 INFO:teuthology.orchestra.run.trial101.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2026-02-20T23:28:32.167 INFO:teuthology.orchestra.run.trial101.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2026-02-20T23:28:32.167 INFO:teuthology.orchestra.run.trial101.stdout:/usr/bin/ceph: stdout }, 2026-02-20T23:28:32.167 INFO:teuthology.orchestra.run.trial101.stdout:/usr/bin/ceph: stdout "pgmap": { 2026-02-20T23:28:32.167 INFO:teuthology.orchestra.run.trial101.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2026-02-20T23:28:32.168 INFO:teuthology.orchestra.run.trial101.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2026-02-20T23:28:32.168 INFO:teuthology.orchestra.run.trial101.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2026-02-20T23:28:32.168 INFO:teuthology.orchestra.run.trial101.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2026-02-20T23:28:32.168 INFO:teuthology.orchestra.run.trial101.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2026-02-20T23:28:32.168 INFO:teuthology.orchestra.run.trial101.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2026-02-20T23:28:32.168 INFO:teuthology.orchestra.run.trial101.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2026-02-20T23:28:32.168 INFO:teuthology.orchestra.run.trial101.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2026-02-20T23:28:32.169 INFO:teuthology.orchestra.run.trial101.stdout:/usr/bin/ceph: stdout }, 2026-02-20T23:28:32.169 INFO:teuthology.orchestra.run.trial101.stdout:/usr/bin/ceph: stdout "fsmap": { 2026-02-20T23:28:32.169 INFO:teuthology.orchestra.run.trial101.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-02-20T23:28:32.169 INFO:teuthology.orchestra.run.trial101.stdout:/usr/bin/ceph: stdout "btime": "2026-02-20T23:28:29:721101+0000", 2026-02-20T23:28:32.169 INFO:teuthology.orchestra.run.trial101.stdout:/usr/bin/ceph: stdout "by_rank": [], 2026-02-20T23:28:32.169 INFO:teuthology.orchestra.run.trial101.stdout:/usr/bin/ceph: stdout "up:standby": 0 2026-02-20T23:28:32.169 INFO:teuthology.orchestra.run.trial101.stdout:/usr/bin/ceph: stdout }, 2026-02-20T23:28:32.170 INFO:teuthology.orchestra.run.trial101.stdout:/usr/bin/ceph: stdout "mgrmap": { 2026-02-20T23:28:32.170 INFO:teuthology.orchestra.run.trial101.stdout:/usr/bin/ceph: stdout "available": false, 2026-02-20T23:28:32.170 INFO:teuthology.orchestra.run.trial101.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2026-02-20T23:28:32.170 INFO:teuthology.orchestra.run.trial101.stdout:/usr/bin/ceph: stdout "modules": [ 2026-02-20T23:28:32.170 INFO:teuthology.orchestra.run.trial101.stdout:/usr/bin/ceph: stdout "iostat", 2026-02-20T23:28:32.170 INFO:teuthology.orchestra.run.trial101.stdout:/usr/bin/ceph: stdout "nfs" 2026-02-20T23:28:32.170 INFO:teuthology.orchestra.run.trial101.stdout:/usr/bin/ceph: stdout ], 2026-02-20T23:28:32.170 INFO:teuthology.orchestra.run.trial101.stdout:/usr/bin/ceph: stdout "services": {} 2026-02-20T23:28:32.171 INFO:teuthology.orchestra.run.trial101.stdout:/usr/bin/ceph: stdout }, 2026-02-20T23:28:32.171 INFO:teuthology.orchestra.run.trial101.stdout:/usr/bin/ceph: stdout "servicemap": { 2026-02-20T23:28:32.171 INFO:teuthology.orchestra.run.trial101.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-02-20T23:28:32.171 INFO:teuthology.orchestra.run.trial101.stdout:/usr/bin/ceph: stdout "modified": "2026-02-20T23:28:29.721532+0000", 2026-02-20T23:28:32.171 INFO:teuthology.orchestra.run.trial101.stdout:/usr/bin/ceph: stdout "services": {} 2026-02-20T23:28:32.171 INFO:teuthology.orchestra.run.trial101.stdout:/usr/bin/ceph: stdout }, 2026-02-20T23:28:32.171 INFO:teuthology.orchestra.run.trial101.stdout:/usr/bin/ceph: stdout "progress_events": {} 2026-02-20T23:28:32.171 INFO:teuthology.orchestra.run.trial101.stdout:/usr/bin/ceph: stdout } 2026-02-20T23:28:32.172 INFO:teuthology.orchestra.run.trial101.stdout:mgr not available, waiting (1/15)... 2026-02-20T23:28:32.621 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:28:32 trial101 ceph-mon[35994]: from='client.? 10.20.193.101:0/2907668498' entity='client.admin' 2026-02-20T23:28:32.621 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:28:32 trial101 ceph-mon[35994]: from='client.? 10.20.193.101:0/237786144' entity='client.admin' cmd={"prefix": "status", "format": "json-pretty"} : dispatch 2026-02-20T23:28:34.439 INFO:teuthology.orchestra.run.trial101.stdout:/usr/bin/ceph: stdout 2026-02-20T23:28:34.439 INFO:teuthology.orchestra.run.trial101.stdout:/usr/bin/ceph: stdout { 2026-02-20T23:28:34.439 INFO:teuthology.orchestra.run.trial101.stdout:/usr/bin/ceph: stdout "fsid": "d509fa29-0eb3-11f1-b056-d404e6e7d460", 2026-02-20T23:28:34.439 INFO:teuthology.orchestra.run.trial101.stdout:/usr/bin/ceph: stdout "health": { 2026-02-20T23:28:34.439 INFO:teuthology.orchestra.run.trial101.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2026-02-20T23:28:34.439 INFO:teuthology.orchestra.run.trial101.stdout:/usr/bin/ceph: stdout "checks": {}, 2026-02-20T23:28:34.439 INFO:teuthology.orchestra.run.trial101.stdout:/usr/bin/ceph: stdout "mutes": [] 2026-02-20T23:28:34.439 INFO:teuthology.orchestra.run.trial101.stdout:/usr/bin/ceph: stdout }, 2026-02-20T23:28:34.439 INFO:teuthology.orchestra.run.trial101.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2026-02-20T23:28:34.440 INFO:teuthology.orchestra.run.trial101.stdout:/usr/bin/ceph: stdout "quorum": [ 2026-02-20T23:28:34.440 INFO:teuthology.orchestra.run.trial101.stdout:/usr/bin/ceph: stdout 0 2026-02-20T23:28:34.440 INFO:teuthology.orchestra.run.trial101.stdout:/usr/bin/ceph: stdout ], 2026-02-20T23:28:34.440 INFO:teuthology.orchestra.run.trial101.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2026-02-20T23:28:34.440 INFO:teuthology.orchestra.run.trial101.stdout:/usr/bin/ceph: stdout "trial101" 2026-02-20T23:28:34.440 INFO:teuthology.orchestra.run.trial101.stdout:/usr/bin/ceph: stdout ], 2026-02-20T23:28:34.440 INFO:teuthology.orchestra.run.trial101.stdout:/usr/bin/ceph: stdout "quorum_age": 3, 2026-02-20T23:28:34.440 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:28:34 trial101 ceph-mon[35994]: from='client.? 10.20.193.101:0/2613059416' entity='client.admin' cmd={"prefix": "status", "format": "json-pretty"} : dispatch 2026-02-20T23:28:34.445 INFO:teuthology.orchestra.run.trial101.stdout:/usr/bin/ceph: stdout "monmap": { 2026-02-20T23:28:34.445 INFO:teuthology.orchestra.run.trial101.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-02-20T23:28:34.445 INFO:teuthology.orchestra.run.trial101.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "tentacle", 2026-02-20T23:28:34.445 INFO:teuthology.orchestra.run.trial101.stdout:/usr/bin/ceph: stdout "num_mons": 1 2026-02-20T23:28:34.445 INFO:teuthology.orchestra.run.trial101.stdout:/usr/bin/ceph: stdout }, 2026-02-20T23:28:34.445 INFO:teuthology.orchestra.run.trial101.stdout:/usr/bin/ceph: stdout "osdmap": { 2026-02-20T23:28:34.445 INFO:teuthology.orchestra.run.trial101.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-02-20T23:28:34.446 INFO:teuthology.orchestra.run.trial101.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2026-02-20T23:28:34.446 INFO:teuthology.orchestra.run.trial101.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2026-02-20T23:28:34.446 INFO:teuthology.orchestra.run.trial101.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2026-02-20T23:28:34.446 INFO:teuthology.orchestra.run.trial101.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2026-02-20T23:28:34.446 INFO:teuthology.orchestra.run.trial101.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2026-02-20T23:28:34.446 INFO:teuthology.orchestra.run.trial101.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2026-02-20T23:28:34.446 INFO:teuthology.orchestra.run.trial101.stdout:/usr/bin/ceph: stdout }, 2026-02-20T23:28:34.446 INFO:teuthology.orchestra.run.trial101.stdout:/usr/bin/ceph: stdout "pgmap": { 2026-02-20T23:28:34.446 INFO:teuthology.orchestra.run.trial101.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2026-02-20T23:28:34.446 INFO:teuthology.orchestra.run.trial101.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2026-02-20T23:28:34.446 INFO:teuthology.orchestra.run.trial101.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2026-02-20T23:28:34.446 INFO:teuthology.orchestra.run.trial101.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2026-02-20T23:28:34.446 INFO:teuthology.orchestra.run.trial101.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2026-02-20T23:28:34.447 INFO:teuthology.orchestra.run.trial101.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2026-02-20T23:28:34.447 INFO:teuthology.orchestra.run.trial101.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2026-02-20T23:28:34.447 INFO:teuthology.orchestra.run.trial101.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2026-02-20T23:28:34.447 INFO:teuthology.orchestra.run.trial101.stdout:/usr/bin/ceph: stdout }, 2026-02-20T23:28:34.447 INFO:teuthology.orchestra.run.trial101.stdout:/usr/bin/ceph: stdout "fsmap": { 2026-02-20T23:28:34.447 INFO:teuthology.orchestra.run.trial101.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-02-20T23:28:34.447 INFO:teuthology.orchestra.run.trial101.stdout:/usr/bin/ceph: stdout "btime": "2026-02-20T23:28:29:721101+0000", 2026-02-20T23:28:34.447 INFO:teuthology.orchestra.run.trial101.stdout:/usr/bin/ceph: stdout "by_rank": [], 2026-02-20T23:28:34.447 INFO:teuthology.orchestra.run.trial101.stdout:/usr/bin/ceph: stdout "up:standby": 0 2026-02-20T23:28:34.447 INFO:teuthology.orchestra.run.trial101.stdout:/usr/bin/ceph: stdout }, 2026-02-20T23:28:34.447 INFO:teuthology.orchestra.run.trial101.stdout:/usr/bin/ceph: stdout "mgrmap": { 2026-02-20T23:28:34.447 INFO:teuthology.orchestra.run.trial101.stdout:/usr/bin/ceph: stdout "available": false, 2026-02-20T23:28:34.448 INFO:teuthology.orchestra.run.trial101.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2026-02-20T23:28:34.448 INFO:teuthology.orchestra.run.trial101.stdout:/usr/bin/ceph: stdout "modules": [ 2026-02-20T23:28:34.448 INFO:teuthology.orchestra.run.trial101.stdout:/usr/bin/ceph: stdout "iostat", 2026-02-20T23:28:34.448 INFO:teuthology.orchestra.run.trial101.stdout:/usr/bin/ceph: stdout "nfs" 2026-02-20T23:28:34.448 INFO:teuthology.orchestra.run.trial101.stdout:/usr/bin/ceph: stdout ], 2026-02-20T23:28:34.448 INFO:teuthology.orchestra.run.trial101.stdout:/usr/bin/ceph: stdout "services": {} 2026-02-20T23:28:34.448 INFO:teuthology.orchestra.run.trial101.stdout:/usr/bin/ceph: stdout }, 2026-02-20T23:28:34.448 INFO:teuthology.orchestra.run.trial101.stdout:/usr/bin/ceph: stdout "servicemap": { 2026-02-20T23:28:34.448 INFO:teuthology.orchestra.run.trial101.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-02-20T23:28:34.448 INFO:teuthology.orchestra.run.trial101.stdout:/usr/bin/ceph: stdout "modified": "2026-02-20T23:28:29.721532+0000", 2026-02-20T23:28:34.448 INFO:teuthology.orchestra.run.trial101.stdout:/usr/bin/ceph: stdout "services": {} 2026-02-20T23:28:34.448 INFO:teuthology.orchestra.run.trial101.stdout:/usr/bin/ceph: stdout }, 2026-02-20T23:28:34.448 INFO:teuthology.orchestra.run.trial101.stdout:/usr/bin/ceph: stdout "progress_events": {} 2026-02-20T23:28:34.449 INFO:teuthology.orchestra.run.trial101.stdout:/usr/bin/ceph: stdout } 2026-02-20T23:28:34.449 INFO:teuthology.orchestra.run.trial101.stdout:mgr not available, waiting (2/15)... 2026-02-20T23:28:35.621 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:28:35 trial101 ceph-mon[35994]: Activating manager daemon trial101.twcqls 2026-02-20T23:28:35.622 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:28:35 trial101 ceph-mon[35994]: mgrmap e2: trial101.twcqls(active, starting, since 0.00247177s) 2026-02-20T23:28:35.622 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:28:35 trial101 ceph-mon[35994]: from='mgr.14100 10.20.193.101:0/3282898470' entity='mgr.trial101.twcqls' cmd={"prefix": "mds metadata"} : dispatch 2026-02-20T23:28:35.622 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:28:35 trial101 ceph-mon[35994]: from='mgr.14100 10.20.193.101:0/3282898470' entity='mgr.trial101.twcqls' cmd={"prefix": "osd metadata"} : dispatch 2026-02-20T23:28:35.622 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:28:35 trial101 ceph-mon[35994]: from='mgr.14100 10.20.193.101:0/3282898470' entity='mgr.trial101.twcqls' cmd={"prefix": "mon metadata"} : dispatch 2026-02-20T23:28:35.622 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:28:35 trial101 ceph-mon[35994]: from='mgr.14100 10.20.193.101:0/3282898470' entity='mgr.trial101.twcqls' cmd={"prefix": "mon metadata", "id": "trial101"} : dispatch 2026-02-20T23:28:35.622 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:28:35 trial101 ceph-mon[35994]: from='mgr.14100 10.20.193.101:0/3282898470' entity='mgr.trial101.twcqls' cmd={"prefix": "mgr metadata", "who": "trial101.twcqls", "id": "trial101.twcqls"} : dispatch 2026-02-20T23:28:35.622 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:28:35 trial101 ceph-mon[35994]: Manager daemon trial101.twcqls is now available 2026-02-20T23:28:35.622 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:28:35 trial101 ceph-mon[35994]: from='mgr.14100 10.20.193.101:0/3282898470' entity='mgr.trial101.twcqls' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/trial101.twcqls/mirror_snapshot_schedule"} : dispatch 2026-02-20T23:28:35.622 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:28:35 trial101 ceph-mon[35994]: from='mgr.14100 10.20.193.101:0/3282898470' entity='mgr.trial101.twcqls' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/trial101.twcqls/trash_purge_schedule"} : dispatch 2026-02-20T23:28:35.622 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:28:35 trial101 ceph-mon[35994]: from='mgr.14100 10.20.193.101:0/3282898470' entity='mgr.trial101.twcqls' 2026-02-20T23:28:35.623 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:28:35 trial101 ceph-mon[35994]: from='mgr.14100 10.20.193.101:0/3282898470' entity='mgr.trial101.twcqls' 2026-02-20T23:28:35.623 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:28:35 trial101 ceph-mon[35994]: from='mgr.14100 10.20.193.101:0/3282898470' entity='mgr.trial101.twcqls' 2026-02-20T23:28:36.716 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:28:36 trial101 ceph-mon[35994]: mgrmap e3: trial101.twcqls(active, since 1.00564s) 2026-02-20T23:28:36.846 INFO:teuthology.orchestra.run.trial101.stdout:/usr/bin/ceph: stdout 2026-02-20T23:28:36.846 INFO:teuthology.orchestra.run.trial101.stdout:/usr/bin/ceph: stdout { 2026-02-20T23:28:36.846 INFO:teuthology.orchestra.run.trial101.stdout:/usr/bin/ceph: stdout "fsid": "d509fa29-0eb3-11f1-b056-d404e6e7d460", 2026-02-20T23:28:36.846 INFO:teuthology.orchestra.run.trial101.stdout:/usr/bin/ceph: stdout "health": { 2026-02-20T23:28:36.846 INFO:teuthology.orchestra.run.trial101.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2026-02-20T23:28:36.846 INFO:teuthology.orchestra.run.trial101.stdout:/usr/bin/ceph: stdout "checks": {}, 2026-02-20T23:28:36.846 INFO:teuthology.orchestra.run.trial101.stdout:/usr/bin/ceph: stdout "mutes": [] 2026-02-20T23:28:36.847 INFO:teuthology.orchestra.run.trial101.stdout:/usr/bin/ceph: stdout }, 2026-02-20T23:28:36.847 INFO:teuthology.orchestra.run.trial101.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2026-02-20T23:28:36.847 INFO:teuthology.orchestra.run.trial101.stdout:/usr/bin/ceph: stdout "quorum": [ 2026-02-20T23:28:36.847 INFO:teuthology.orchestra.run.trial101.stdout:/usr/bin/ceph: stdout 0 2026-02-20T23:28:36.847 INFO:teuthology.orchestra.run.trial101.stdout:/usr/bin/ceph: stdout ], 2026-02-20T23:28:36.847 INFO:teuthology.orchestra.run.trial101.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2026-02-20T23:28:36.847 INFO:teuthology.orchestra.run.trial101.stdout:/usr/bin/ceph: stdout "trial101" 2026-02-20T23:28:36.847 INFO:teuthology.orchestra.run.trial101.stdout:/usr/bin/ceph: stdout ], 2026-02-20T23:28:36.847 INFO:teuthology.orchestra.run.trial101.stdout:/usr/bin/ceph: stdout "quorum_age": 5, 2026-02-20T23:28:36.847 INFO:teuthology.orchestra.run.trial101.stdout:/usr/bin/ceph: stdout "monmap": { 2026-02-20T23:28:36.847 INFO:teuthology.orchestra.run.trial101.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-02-20T23:28:36.847 INFO:teuthology.orchestra.run.trial101.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "tentacle", 2026-02-20T23:28:36.848 INFO:teuthology.orchestra.run.trial101.stdout:/usr/bin/ceph: stdout "num_mons": 1 2026-02-20T23:28:36.848 INFO:teuthology.orchestra.run.trial101.stdout:/usr/bin/ceph: stdout }, 2026-02-20T23:28:36.848 INFO:teuthology.orchestra.run.trial101.stdout:/usr/bin/ceph: stdout "osdmap": { 2026-02-20T23:28:36.848 INFO:teuthology.orchestra.run.trial101.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-02-20T23:28:36.848 INFO:teuthology.orchestra.run.trial101.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2026-02-20T23:28:36.848 INFO:teuthology.orchestra.run.trial101.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2026-02-20T23:28:36.848 INFO:teuthology.orchestra.run.trial101.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2026-02-20T23:28:36.848 INFO:teuthology.orchestra.run.trial101.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2026-02-20T23:28:36.848 INFO:teuthology.orchestra.run.trial101.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2026-02-20T23:28:36.848 INFO:teuthology.orchestra.run.trial101.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2026-02-20T23:28:36.849 INFO:teuthology.orchestra.run.trial101.stdout:/usr/bin/ceph: stdout }, 2026-02-20T23:28:36.849 INFO:teuthology.orchestra.run.trial101.stdout:/usr/bin/ceph: stdout "pgmap": { 2026-02-20T23:28:36.849 INFO:teuthology.orchestra.run.trial101.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2026-02-20T23:28:36.849 INFO:teuthology.orchestra.run.trial101.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2026-02-20T23:28:36.849 INFO:teuthology.orchestra.run.trial101.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2026-02-20T23:28:36.849 INFO:teuthology.orchestra.run.trial101.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2026-02-20T23:28:36.849 INFO:teuthology.orchestra.run.trial101.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2026-02-20T23:28:36.849 INFO:teuthology.orchestra.run.trial101.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2026-02-20T23:28:36.849 INFO:teuthology.orchestra.run.trial101.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2026-02-20T23:28:36.849 INFO:teuthology.orchestra.run.trial101.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2026-02-20T23:28:36.849 INFO:teuthology.orchestra.run.trial101.stdout:/usr/bin/ceph: stdout }, 2026-02-20T23:28:36.850 INFO:teuthology.orchestra.run.trial101.stdout:/usr/bin/ceph: stdout "fsmap": { 2026-02-20T23:28:36.850 INFO:teuthology.orchestra.run.trial101.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-02-20T23:28:36.850 INFO:teuthology.orchestra.run.trial101.stdout:/usr/bin/ceph: stdout "btime": "2026-02-20T23:28:29:721101+0000", 2026-02-20T23:28:36.850 INFO:teuthology.orchestra.run.trial101.stdout:/usr/bin/ceph: stdout "by_rank": [], 2026-02-20T23:28:36.850 INFO:teuthology.orchestra.run.trial101.stdout:/usr/bin/ceph: stdout "up:standby": 0 2026-02-20T23:28:36.850 INFO:teuthology.orchestra.run.trial101.stdout:/usr/bin/ceph: stdout }, 2026-02-20T23:28:36.850 INFO:teuthology.orchestra.run.trial101.stdout:/usr/bin/ceph: stdout "mgrmap": { 2026-02-20T23:28:36.850 INFO:teuthology.orchestra.run.trial101.stdout:/usr/bin/ceph: stdout "available": true, 2026-02-20T23:28:36.850 INFO:teuthology.orchestra.run.trial101.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2026-02-20T23:28:36.850 INFO:teuthology.orchestra.run.trial101.stdout:/usr/bin/ceph: stdout "modules": [ 2026-02-20T23:28:36.850 INFO:teuthology.orchestra.run.trial101.stdout:/usr/bin/ceph: stdout "iostat", 2026-02-20T23:28:36.851 INFO:teuthology.orchestra.run.trial101.stdout:/usr/bin/ceph: stdout "nfs" 2026-02-20T23:28:36.851 INFO:teuthology.orchestra.run.trial101.stdout:/usr/bin/ceph: stdout ], 2026-02-20T23:28:36.851 INFO:teuthology.orchestra.run.trial101.stdout:/usr/bin/ceph: stdout "services": {} 2026-02-20T23:28:36.851 INFO:teuthology.orchestra.run.trial101.stdout:/usr/bin/ceph: stdout }, 2026-02-20T23:28:36.851 INFO:teuthology.orchestra.run.trial101.stdout:/usr/bin/ceph: stdout "servicemap": { 2026-02-20T23:28:36.851 INFO:teuthology.orchestra.run.trial101.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-02-20T23:28:36.851 INFO:teuthology.orchestra.run.trial101.stdout:/usr/bin/ceph: stdout "modified": "2026-02-20T23:28:29.721532+0000", 2026-02-20T23:28:36.851 INFO:teuthology.orchestra.run.trial101.stdout:/usr/bin/ceph: stdout "services": {} 2026-02-20T23:28:36.851 INFO:teuthology.orchestra.run.trial101.stdout:/usr/bin/ceph: stdout }, 2026-02-20T23:28:36.851 INFO:teuthology.orchestra.run.trial101.stdout:/usr/bin/ceph: stdout "progress_events": {} 2026-02-20T23:28:36.851 INFO:teuthology.orchestra.run.trial101.stdout:/usr/bin/ceph: stdout } 2026-02-20T23:28:36.852 INFO:teuthology.orchestra.run.trial101.stdout:mgr is available 2026-02-20T23:28:37.192 INFO:teuthology.orchestra.run.trial101.stdout:/usr/bin/ceph: stdout 2026-02-20T23:28:37.192 INFO:teuthology.orchestra.run.trial101.stdout:/usr/bin/ceph: stdout [global] 2026-02-20T23:28:37.192 INFO:teuthology.orchestra.run.trial101.stdout:/usr/bin/ceph: stdout fsid = d509fa29-0eb3-11f1-b056-d404e6e7d460 2026-02-20T23:28:37.192 INFO:teuthology.orchestra.run.trial101.stdout:/usr/bin/ceph: stdout mon_cluster_log_file_level = debug 2026-02-20T23:28:37.192 INFO:teuthology.orchestra.run.trial101.stdout:/usr/bin/ceph: stdout mon_host = [v2:10.20.193.101:3300,v1:10.20.193.101:6789] 2026-02-20T23:28:37.192 INFO:teuthology.orchestra.run.trial101.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2026-02-20T23:28:37.192 INFO:teuthology.orchestra.run.trial101.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2026-02-20T23:28:37.192 INFO:teuthology.orchestra.run.trial101.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2026-02-20T23:28:37.192 INFO:teuthology.orchestra.run.trial101.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2026-02-20T23:28:37.192 INFO:teuthology.orchestra.run.trial101.stdout:/usr/bin/ceph: stdout 2026-02-20T23:28:37.192 INFO:teuthology.orchestra.run.trial101.stdout:/usr/bin/ceph: stdout [mgr] 2026-02-20T23:28:37.192 INFO:teuthology.orchestra.run.trial101.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2026-02-20T23:28:37.192 INFO:teuthology.orchestra.run.trial101.stdout:/usr/bin/ceph: stdout 2026-02-20T23:28:37.192 INFO:teuthology.orchestra.run.trial101.stdout:/usr/bin/ceph: stdout [osd] 2026-02-20T23:28:37.193 INFO:teuthology.orchestra.run.trial101.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2026-02-20T23:28:37.193 INFO:teuthology.orchestra.run.trial101.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2026-02-20T23:28:37.193 INFO:teuthology.orchestra.run.trial101.stdout:Enabling cephadm module... 2026-02-20T23:28:37.871 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:28:37 trial101 ceph-mon[35994]: mgrmap e4: trial101.twcqls(active, since 2s) 2026-02-20T23:28:37.871 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:28:37 trial101 ceph-mon[35994]: from='client.? 10.20.193.101:0/3582654041' entity='client.admin' cmd={"prefix": "status", "format": "json-pretty"} : dispatch 2026-02-20T23:28:37.871 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:28:37 trial101 ceph-mon[35994]: from='client.? 10.20.193.101:0/2115727701' entity='client.admin' cmd={"prefix": "config assimilate-conf"} : dispatch 2026-02-20T23:28:37.871 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:28:37 trial101 ceph-mon[35994]: from='client.? 10.20.193.101:0/3467608102' entity='client.admin' cmd={"prefix": "mgr module enable", "module": "cephadm"} : dispatch 2026-02-20T23:28:38.100 INFO:teuthology.orchestra.run.trial101.stdout:/usr/bin/ceph: stdout { 2026-02-20T23:28:38.100 INFO:teuthology.orchestra.run.trial101.stdout:/usr/bin/ceph: stdout "epoch": 5, 2026-02-20T23:28:38.100 INFO:teuthology.orchestra.run.trial101.stdout:/usr/bin/ceph: stdout "available": true, 2026-02-20T23:28:38.100 INFO:teuthology.orchestra.run.trial101.stdout:/usr/bin/ceph: stdout "active_name": "trial101.twcqls", 2026-02-20T23:28:38.100 INFO:teuthology.orchestra.run.trial101.stdout:/usr/bin/ceph: stdout "num_standby": 0 2026-02-20T23:28:38.100 INFO:teuthology.orchestra.run.trial101.stdout:/usr/bin/ceph: stdout } 2026-02-20T23:28:38.100 INFO:teuthology.orchestra.run.trial101.stdout:Waiting for the mgr to restart... 2026-02-20T23:28:38.100 INFO:teuthology.orchestra.run.trial101.stdout:Waiting for mgr epoch 5... 2026-02-20T23:28:38.871 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:28:38 trial101 ceph-mon[35994]: from='client.? 10.20.193.101:0/3467608102' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2026-02-20T23:28:38.871 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:28:38 trial101 ceph-mon[35994]: mgrmap e5: trial101.twcqls(active, since 3s) 2026-02-20T23:28:38.871 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:28:38 trial101 ceph-mon[35994]: from='client.? 10.20.193.101:0/336290698' entity='client.admin' cmd={"prefix": "mgr stat"} : dispatch 2026-02-20T23:28:40.871 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:28:40 trial101 ceph-mon[35994]: Active manager daemon trial101.twcqls restarted 2026-02-20T23:28:40.871 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:28:40 trial101 ceph-mon[35994]: Activating manager daemon trial101.twcqls 2026-02-20T23:28:40.871 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:28:40 trial101 ceph-mon[35994]: osdmap e2: 0 total, 0 up, 0 in 2026-02-20T23:28:40.871 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:28:40 trial101 ceph-mon[35994]: mgrmap e6: trial101.twcqls(active, starting, since 0.00241254s) 2026-02-20T23:28:40.871 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:28:40 trial101 ceph-mon[35994]: from='mgr.14118 10.20.193.101:0/4093441212' entity='mgr.trial101.twcqls' cmd={"prefix": "mon metadata", "id": "trial101"} : dispatch 2026-02-20T23:28:40.871 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:28:40 trial101 ceph-mon[35994]: from='mgr.14118 10.20.193.101:0/4093441212' entity='mgr.trial101.twcqls' cmd={"prefix": "mgr metadata", "who": "trial101.twcqls", "id": "trial101.twcqls"} : dispatch 2026-02-20T23:28:40.871 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:28:40 trial101 ceph-mon[35994]: from='mgr.14118 10.20.193.101:0/4093441212' entity='mgr.trial101.twcqls' cmd={"prefix": "mds metadata"} : dispatch 2026-02-20T23:28:40.871 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:28:40 trial101 ceph-mon[35994]: from='mgr.14118 10.20.193.101:0/4093441212' entity='mgr.trial101.twcqls' cmd={"prefix": "osd metadata"} : dispatch 2026-02-20T23:28:40.871 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:28:40 trial101 ceph-mon[35994]: from='mgr.14118 10.20.193.101:0/4093441212' entity='mgr.trial101.twcqls' cmd={"prefix": "mon metadata"} : dispatch 2026-02-20T23:28:40.871 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:28:40 trial101 ceph-mon[35994]: Manager daemon trial101.twcqls is now available 2026-02-20T23:28:41.479 INFO:teuthology.orchestra.run.trial101.stdout:/usr/bin/ceph: stdout { 2026-02-20T23:28:41.479 INFO:teuthology.orchestra.run.trial101.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 7, 2026-02-20T23:28:41.479 INFO:teuthology.orchestra.run.trial101.stdout:/usr/bin/ceph: stdout "initialized": true 2026-02-20T23:28:41.479 INFO:teuthology.orchestra.run.trial101.stdout:/usr/bin/ceph: stdout } 2026-02-20T23:28:41.479 INFO:teuthology.orchestra.run.trial101.stdout:mgr epoch 5 is available 2026-02-20T23:28:41.479 INFO:teuthology.orchestra.run.trial101.stdout:Verifying orchestrator module is enabled... 2026-02-20T23:28:42.354 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:28:41 trial101 ceph-mon[35994]: from='mgr.14118 10.20.193.101:0/4093441212' entity='mgr.trial101.twcqls' 2026-02-20T23:28:42.354 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:28:41 trial101 ceph-mon[35994]: from='mgr.14118 10.20.193.101:0/4093441212' entity='mgr.trial101.twcqls' 2026-02-20T23:28:42.354 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:28:41 trial101 ceph-mon[35994]: Found migration_current of "None". Setting to last migration. 2026-02-20T23:28:42.355 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:28:41 trial101 ceph-mon[35994]: from='mgr.14118 10.20.193.101:0/4093441212' entity='mgr.trial101.twcqls' 2026-02-20T23:28:42.355 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:28:41 trial101 ceph-mon[35994]: from='mgr.14118 10.20.193.101:0/4093441212' entity='mgr.trial101.twcqls' 2026-02-20T23:28:42.355 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:28:41 trial101 ceph-mon[35994]: from='mgr.14118 10.20.193.101:0/4093441212' entity='mgr.trial101.twcqls' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-20T23:28:42.355 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:28:41 trial101 ceph-mon[35994]: from='mgr.14118 10.20.193.101:0/4093441212' entity='mgr.trial101.twcqls' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-20T23:28:42.355 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:28:41 trial101 ceph-mon[35994]: from='mgr.14118 10.20.193.101:0/4093441212' entity='mgr.trial101.twcqls' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/trial101.twcqls/mirror_snapshot_schedule"} : dispatch 2026-02-20T23:28:42.355 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:28:41 trial101 ceph-mon[35994]: from='mgr.14118 10.20.193.101:0/4093441212' entity='mgr.trial101.twcqls' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/trial101.twcqls/trash_purge_schedule"} : dispatch 2026-02-20T23:28:42.355 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:28:41 trial101 ceph-mon[35994]: mgrmap e7: trial101.twcqls(active, since 1.00344s) 2026-02-20T23:28:42.355 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:28:41 trial101 ceph-mon[35994]: from='client.14122 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2026-02-20T23:28:42.355 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:28:41 trial101 ceph-mon[35994]: from='client.14122 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2026-02-20T23:28:42.355 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:28:41 trial101 ceph-mon[35994]: from='client.? 10.20.193.101:0/1665629266' entity='client.admin' cmd={"prefix": "mgr module enable", "module": "orchestrator"} : dispatch 2026-02-20T23:28:42.355 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:28:41 trial101 ceph-mon[35994]: from='mgr.14118 10.20.193.101:0/4093441212' entity='mgr.trial101.twcqls' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-20T23:28:42.479 INFO:teuthology.orchestra.run.trial101.stdout:/usr/bin/ceph: stderr module 'orchestrator' is already enabled (always-on) 2026-02-20T23:28:42.479 INFO:teuthology.orchestra.run.trial101.stdout:Setting orchestrator backend to cephadm... 2026-02-20T23:28:43.196 INFO:teuthology.orchestra.run.trial101.stdout:/usr/bin/ceph: stdout value unchanged 2026-02-20T23:28:43.196 INFO:teuthology.orchestra.run.trial101.stdout:Generating ssh key... 2026-02-20T23:28:43.610 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:28:43 trial101 ceph-mon[35994]: [20/Feb/2026:23:28:41] ENGINE Bus STARTING 2026-02-20T23:28:43.610 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:28:43 trial101 ceph-mon[35994]: [20/Feb/2026:23:28:41] ENGINE Serving on http://10.20.193.101:8765 2026-02-20T23:28:43.610 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:28:43 trial101 ceph-mon[35994]: [20/Feb/2026:23:28:41] ENGINE Serving on https://10.20.193.101:7150 2026-02-20T23:28:43.610 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:28:43 trial101 ceph-mon[35994]: [20/Feb/2026:23:28:41] ENGINE Bus STARTED 2026-02-20T23:28:43.610 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:28:43 trial101 ceph-mon[35994]: [20/Feb/2026:23:28:41] ENGINE Client ('10.20.193.101', 48548) lost — peer dropped the TLS connection suddenly, during handshake: (6, 'TLS/SSL connection has been closed (EOF) (_ssl.c:1147)') 2026-02-20T23:28:43.610 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:28:43 trial101 ceph-mon[35994]: from='client.? 10.20.193.101:0/1665629266' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "orchestrator"}]': finished 2026-02-20T23:28:43.610 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:28:43 trial101 ceph-mon[35994]: mgrmap e8: trial101.twcqls(active, since 2s) 2026-02-20T23:28:43.610 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:28:43 trial101 ceph-mon[35994]: from='mgr.14118 10.20.193.101:0/4093441212' entity='mgr.trial101.twcqls' 2026-02-20T23:28:43.610 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:28:43 trial101 ceph-mon[35994]: from='mgr.14118 10.20.193.101:0/4093441212' entity='mgr.trial101.twcqls' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-20T23:28:43.914 INFO:teuthology.orchestra.run.trial101.stdout:/usr/bin/ceph: stdout ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIB2bgDlLcnVmhGiYtFHvmyEfhFwOuoVUuFkPUXZkV77a ceph-d509fa29-0eb3-11f1-b056-d404e6e7d460 2026-02-20T23:28:43.915 INFO:teuthology.orchestra.run.trial101.stdout:Wrote public SSH key to /home/ubuntu/cephtest/ceph.pub 2026-02-20T23:28:43.915 INFO:teuthology.orchestra.run.trial101.stdout:Adding key to root@localhost authorized_keys... 2026-02-20T23:28:43.915 INFO:teuthology.orchestra.run.trial101.stdout:Adding host trial101... 2026-02-20T23:28:44.696 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:28:44 trial101 ceph-mon[35994]: from='client.14132 -' entity='client.admin' cmd=[{"prefix": "orch set backend", "module_name": "cephadm", "target": ["mon-mgr", ""]}]: dispatch 2026-02-20T23:28:44.696 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:28:44 trial101 ceph-mon[35994]: from='client.14134 -' entity='client.admin' cmd=[{"prefix": "cephadm set-user", "user": "root", "target": ["mon-mgr", ""]}]: dispatch 2026-02-20T23:28:44.696 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:28:44 trial101 ceph-mon[35994]: from='client.14136 -' entity='client.admin' cmd=[{"prefix": "cephadm generate-key", "target": ["mon-mgr", ""]}]: dispatch 2026-02-20T23:28:44.696 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:28:44 trial101 ceph-mon[35994]: Generating ssh key... 2026-02-20T23:28:44.696 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:28:44 trial101 ceph-mon[35994]: from='mgr.14118 10.20.193.101:0/4093441212' entity='mgr.trial101.twcqls' 2026-02-20T23:28:44.697 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:28:44 trial101 ceph-mon[35994]: from='mgr.14118 10.20.193.101:0/4093441212' entity='mgr.trial101.twcqls' 2026-02-20T23:28:45.713 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:28:45 trial101 ceph-mon[35994]: from='client.14138 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2026-02-20T23:28:45.713 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:28:45 trial101 ceph-mon[35994]: from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "trial101", "addr": "10.20.193.101", "target": ["mon-mgr", ""]}]: dispatch 2026-02-20T23:28:45.713 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:28:45 trial101 ceph-mon[35994]: Deploying cephadm binary to trial101 2026-02-20T23:28:45.840 INFO:teuthology.orchestra.run.trial101.stdout:/usr/bin/ceph: stdout Added host 'trial101' with addr '10.20.193.101' 2026-02-20T23:28:45.840 INFO:teuthology.orchestra.run.trial101.stdout:Deploying mon service with default placement... 2026-02-20T23:28:46.215 INFO:teuthology.orchestra.run.trial101.stdout:/usr/bin/ceph: stdout Scheduled mon update... 2026-02-20T23:28:46.215 INFO:teuthology.orchestra.run.trial101.stdout:Deploying mgr service with default placement... 2026-02-20T23:28:46.586 INFO:teuthology.orchestra.run.trial101.stdout:/usr/bin/ceph: stdout Scheduled mgr update... 2026-02-20T23:28:46.586 INFO:teuthology.orchestra.run.trial101.stdout:Deploying crash service with default placement... 2026-02-20T23:28:46.834 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:28:46 trial101 ceph-mon[35994]: from='mgr.14118 10.20.193.101:0/4093441212' entity='mgr.trial101.twcqls' 2026-02-20T23:28:46.834 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:28:46 trial101 ceph-mon[35994]: Added host trial101 2026-02-20T23:28:46.835 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:28:46 trial101 ceph-mon[35994]: from='mgr.14118 10.20.193.101:0/4093441212' entity='mgr.trial101.twcqls' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-20T23:28:46.835 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:28:46 trial101 ceph-mon[35994]: from='client.14142 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "target": ["mon-mgr", ""]}]: dispatch 2026-02-20T23:28:46.835 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:28:46 trial101 ceph-mon[35994]: Saving service mon spec with placement count:5 2026-02-20T23:28:46.835 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:28:46 trial101 ceph-mon[35994]: from='mgr.14118 10.20.193.101:0/4093441212' entity='mgr.trial101.twcqls' 2026-02-20T23:28:46.835 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:28:46 trial101 ceph-mon[35994]: from='mgr.14118 10.20.193.101:0/4093441212' entity='mgr.trial101.twcqls' 2026-02-20T23:28:46.835 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:28:46 trial101 ceph-mon[35994]: from='client.14144 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "target": ["mon-mgr", ""]}]: dispatch 2026-02-20T23:28:46.835 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:28:46 trial101 ceph-mon[35994]: Saving service mgr spec with placement count:2 2026-02-20T23:28:46.835 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:28:46 trial101 ceph-mon[35994]: from='mgr.14118 10.20.193.101:0/4093441212' entity='mgr.trial101.twcqls' 2026-02-20T23:28:46.835 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:28:46 trial101 ceph-mon[35994]: from='mgr.14118 10.20.193.101:0/4093441212' entity='mgr.trial101.twcqls' 2026-02-20T23:28:46.965 INFO:teuthology.orchestra.run.trial101.stdout:/usr/bin/ceph: stdout Scheduled crash update... 2026-02-20T23:28:46.965 INFO:teuthology.orchestra.run.trial101.stdout:Deploying ceph-exporter service with default placement... 2026-02-20T23:28:47.324 INFO:teuthology.orchestra.run.trial101.stdout:/usr/bin/ceph: stdout Scheduled ceph-exporter update... 2026-02-20T23:28:47.324 INFO:teuthology.orchestra.run.trial101.stdout:Deploying prometheus service with default placement... 2026-02-20T23:28:47.696 INFO:teuthology.orchestra.run.trial101.stdout:/usr/bin/ceph: stdout Scheduled prometheus update... 2026-02-20T23:28:47.696 INFO:teuthology.orchestra.run.trial101.stdout:Deploying grafana service with default placement... 2026-02-20T23:28:48.049 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:28:47 trial101 ceph-mon[35994]: from='client.14146 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "crash", "target": ["mon-mgr", ""]}]: dispatch 2026-02-20T23:28:48.050 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:28:47 trial101 ceph-mon[35994]: Saving service crash spec with placement * 2026-02-20T23:28:48.050 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:28:47 trial101 ceph-mon[35994]: from='mgr.14118 10.20.193.101:0/4093441212' entity='mgr.trial101.twcqls' 2026-02-20T23:28:48.050 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:28:47 trial101 ceph-mon[35994]: from='mgr.14118 10.20.193.101:0/4093441212' entity='mgr.trial101.twcqls' 2026-02-20T23:28:48.050 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:28:47 trial101 ceph-mon[35994]: from='client.14148 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "ceph-exporter", "target": ["mon-mgr", ""]}]: dispatch 2026-02-20T23:28:48.050 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:28:47 trial101 ceph-mon[35994]: Saving service ceph-exporter spec with placement * 2026-02-20T23:28:48.050 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:28:47 trial101 ceph-mon[35994]: from='mgr.14118 10.20.193.101:0/4093441212' entity='mgr.trial101.twcqls' 2026-02-20T23:28:48.050 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:28:47 trial101 ceph-mon[35994]: from='mgr.14118 10.20.193.101:0/4093441212' entity='mgr.trial101.twcqls' 2026-02-20T23:28:48.050 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:28:47 trial101 ceph-mon[35994]: from='client.14150 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "target": ["mon-mgr", ""]}]: dispatch 2026-02-20T23:28:48.050 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:28:47 trial101 ceph-mon[35994]: Saving service prometheus spec with placement count:1 2026-02-20T23:28:48.050 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:28:47 trial101 ceph-mon[35994]: from='mgr.14118 10.20.193.101:0/4093441212' entity='mgr.trial101.twcqls' 2026-02-20T23:28:48.054 INFO:teuthology.orchestra.run.trial101.stdout:/usr/bin/ceph: stdout Scheduled grafana update... 2026-02-20T23:28:48.054 INFO:teuthology.orchestra.run.trial101.stdout:Deploying node-exporter service with default placement... 2026-02-20T23:28:48.410 INFO:teuthology.orchestra.run.trial101.stdout:/usr/bin/ceph: stdout Scheduled node-exporter update... 2026-02-20T23:28:48.410 INFO:teuthology.orchestra.run.trial101.stdout:Deploying alertmanager service with default placement... 2026-02-20T23:28:48.771 INFO:teuthology.orchestra.run.trial101.stdout:/usr/bin/ceph: stdout Scheduled alertmanager update... 2026-02-20T23:28:49.187 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:28:48 trial101 ceph-mon[35994]: from='client.14152 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "target": ["mon-mgr", ""]}]: dispatch 2026-02-20T23:28:49.187 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:28:48 trial101 ceph-mon[35994]: Saving service grafana spec with placement count:1 2026-02-20T23:28:49.187 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:28:48 trial101 ceph-mon[35994]: from='mgr.14118 10.20.193.101:0/4093441212' entity='mgr.trial101.twcqls' 2026-02-20T23:28:49.187 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:28:48 trial101 ceph-mon[35994]: from='client.14154 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "target": ["mon-mgr", ""]}]: dispatch 2026-02-20T23:28:49.187 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:28:48 trial101 ceph-mon[35994]: Saving service node-exporter spec with placement * 2026-02-20T23:28:49.187 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:28:48 trial101 ceph-mon[35994]: from='mgr.14118 10.20.193.101:0/4093441212' entity='mgr.trial101.twcqls' 2026-02-20T23:28:49.187 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:28:48 trial101 ceph-mon[35994]: from='mgr.14118 10.20.193.101:0/4093441212' entity='mgr.trial101.twcqls' 2026-02-20T23:28:49.479 INFO:teuthology.orchestra.run.trial101.stdout:Enabling the dashboard module... 2026-02-20T23:28:50.121 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:28:49 trial101 ceph-mon[35994]: from='client.14156 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "target": ["mon-mgr", ""]}]: dispatch 2026-02-20T23:28:50.122 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:28:49 trial101 ceph-mon[35994]: Saving service alertmanager spec with placement count:1 2026-02-20T23:28:50.122 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:28:49 trial101 ceph-mon[35994]: from='client.? 10.20.193.101:0/2284367861' entity='client.admin' 2026-02-20T23:28:50.122 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:28:49 trial101 ceph-mon[35994]: from='client.? 10.20.193.101:0/4085492296' entity='client.admin' 2026-02-20T23:28:51.266 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:28:50 trial101 ceph-mon[35994]: from='client.? 10.20.193.101:0/2315286464' entity='client.admin' cmd={"prefix": "mgr module enable", "module": "dashboard"} : dispatch 2026-02-20T23:28:51.543 INFO:teuthology.orchestra.run.trial101.stdout:/usr/bin/ceph: stdout { 2026-02-20T23:28:51.543 INFO:teuthology.orchestra.run.trial101.stdout:/usr/bin/ceph: stdout "epoch": 9, 2026-02-20T23:28:51.543 INFO:teuthology.orchestra.run.trial101.stdout:/usr/bin/ceph: stdout "available": true, 2026-02-20T23:28:51.543 INFO:teuthology.orchestra.run.trial101.stdout:/usr/bin/ceph: stdout "active_name": "trial101.twcqls", 2026-02-20T23:28:51.543 INFO:teuthology.orchestra.run.trial101.stdout:/usr/bin/ceph: stdout "num_standby": 0 2026-02-20T23:28:51.543 INFO:teuthology.orchestra.run.trial101.stdout:/usr/bin/ceph: stdout } 2026-02-20T23:28:51.543 INFO:teuthology.orchestra.run.trial101.stdout:Waiting for the mgr to restart... 2026-02-20T23:28:51.543 INFO:teuthology.orchestra.run.trial101.stdout:Waiting for mgr epoch 9... 2026-02-20T23:28:52.371 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:28:51 trial101 ceph-mon[35994]: from='client.? 10.20.193.101:0/2315286464' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2026-02-20T23:28:52.371 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:28:51 trial101 ceph-mon[35994]: mgrmap e9: trial101.twcqls(active, since 10s) 2026-02-20T23:28:52.371 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:28:51 trial101 ceph-mon[35994]: from='client.? 10.20.193.101:0/3191530957' entity='client.admin' cmd={"prefix": "mgr stat"} : dispatch 2026-02-20T23:28:54.121 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:28:53 trial101 ceph-mon[35994]: Active manager daemon trial101.twcqls restarted 2026-02-20T23:28:54.121 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:28:53 trial101 ceph-mon[35994]: Activating manager daemon trial101.twcqls 2026-02-20T23:28:54.122 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:28:53 trial101 ceph-mon[35994]: osdmap e3: 0 total, 0 up, 0 in 2026-02-20T23:28:54.122 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:28:53 trial101 ceph-mon[35994]: mgrmap e10: trial101.twcqls(active, starting, since 0.00259114s) 2026-02-20T23:28:54.122 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:28:53 trial101 ceph-mon[35994]: from='mgr.14164 10.20.193.101:0/2081506425' entity='mgr.trial101.twcqls' cmd={"prefix": "mon metadata", "id": "trial101"} : dispatch 2026-02-20T23:28:54.122 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:28:53 trial101 ceph-mon[35994]: from='mgr.14164 10.20.193.101:0/2081506425' entity='mgr.trial101.twcqls' cmd={"prefix": "mgr metadata", "who": "trial101.twcqls", "id": "trial101.twcqls"} : dispatch 2026-02-20T23:28:54.122 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:28:53 trial101 ceph-mon[35994]: from='mgr.14164 10.20.193.101:0/2081506425' entity='mgr.trial101.twcqls' cmd={"prefix": "mds metadata"} : dispatch 2026-02-20T23:28:54.122 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:28:53 trial101 ceph-mon[35994]: from='mgr.14164 10.20.193.101:0/2081506425' entity='mgr.trial101.twcqls' cmd={"prefix": "osd metadata"} : dispatch 2026-02-20T23:28:54.122 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:28:53 trial101 ceph-mon[35994]: from='mgr.14164 10.20.193.101:0/2081506425' entity='mgr.trial101.twcqls' cmd={"prefix": "mon metadata"} : dispatch 2026-02-20T23:28:54.122 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:28:53 trial101 ceph-mon[35994]: Manager daemon trial101.twcqls is now available 2026-02-20T23:28:54.889 INFO:teuthology.orchestra.run.trial101.stdout:/usr/bin/ceph: stdout { 2026-02-20T23:28:54.889 INFO:teuthology.orchestra.run.trial101.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 11, 2026-02-20T23:28:54.889 INFO:teuthology.orchestra.run.trial101.stdout:/usr/bin/ceph: stdout "initialized": true 2026-02-20T23:28:54.889 INFO:teuthology.orchestra.run.trial101.stdout:/usr/bin/ceph: stdout } 2026-02-20T23:28:54.890 INFO:teuthology.orchestra.run.trial101.stdout:mgr epoch 9 is available 2026-02-20T23:28:54.890 INFO:teuthology.orchestra.run.trial101.stdout:Using certmgr to generate dashboard self-signed certificate... 2026-02-20T23:28:55.060 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:28:54 trial101 ceph-mon[35994]: from='mgr.14164 10.20.193.101:0/2081506425' entity='mgr.trial101.twcqls' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-20T23:28:55.060 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:28:54 trial101 ceph-mon[35994]: from='mgr.14164 10.20.193.101:0/2081506425' entity='mgr.trial101.twcqls' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/trial101.twcqls/mirror_snapshot_schedule"} : dispatch 2026-02-20T23:28:55.060 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:28:54 trial101 ceph-mon[35994]: from='mgr.14164 10.20.193.101:0/2081506425' entity='mgr.trial101.twcqls' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/trial101.twcqls/trash_purge_schedule"} : dispatch 2026-02-20T23:28:55.060 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:28:54 trial101 ceph-mon[35994]: from='mgr.14164 10.20.193.101:0/2081506425' entity='mgr.trial101.twcqls' 2026-02-20T23:28:55.060 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:28:54 trial101 ceph-mon[35994]: from='mgr.14164 10.20.193.101:0/2081506425' entity='mgr.trial101.twcqls' 2026-02-20T23:28:55.060 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:28:54 trial101 ceph-mon[35994]: mgrmap e11: trial101.twcqls(active, since 1.00384s) 2026-02-20T23:28:56.029 INFO:teuthology.orchestra.run.trial101.stdout:/usr/bin/ceph: stdout {"cert": "-----BEGIN CERTIFICATE-----\nMIIE+zCCAuOgAwIBAgIUbIlV+LggU3A4a4h85T54L61SBv8wDQYJKoZIhvcNAQEL\nBQAwFzEVMBMGA1UEAwwMY2VwaGFkbS1yb290MB4XDTI2MDIyMDIzMjg1NVoXDTI5\nMDIxOTIzMjg1NVowGDEWMBQGA1UEAwwNMTAuMjAuMTkzLjEwMTCCAiIwDQYJKoZI\nhvcNAQEBBQADggIPADCCAgoCggIBAMAoHtVDUgO0it7esmiy+0LT3xGrmnNaqWXp\n0vHdvabP3jcRQM1mxL0H2NZzTfcK3Sh4jKu7GyGNxnauCwF0GMC1KfAHiNq+gfHT\nRWuJP6WGDui0rUh2Juh7FIQwokXd0KTQYt5Q6OUWoka0QWC7uAKa/Q39jk69TJZZ\nu0G9OEMr+Qv4jVI4gWzrLToKdWLBHIvI+ubMhrhaqUGTZPUSt3VVYCfG3EArxyB5\nSO3EOVnnWEGVNfk3pPmKmSPkxFs6aZrKGxItsYA8SG0uFNDBY1vnjZiMnl1y/40H\nvu2WY51F8HvrsDoqS3O2JYK6h9PHt7oGCsLBYPlHcyXNgGFC1SG9K3aKrPSOUhO6\nzhj96H3uu2yTb+OTHPjBcMvRV1t91xpqoRRBTeLSeFYiGp7yvlMc3VP0IVdXKu+k\nc9WXYeyG2dzL1I6iZlXQ764E2aV6c999lAPC9tgDVkBVS+qI6QuzpGNycT82TCIu\ntu/IHSO5oD9uaxKyuM5+mnB66B2S/Z36n+xV6HEC16n82N02BGlVe+UZZ6WmmcQX\no4xmdkQrCUKctv4MKEjikozCej1Sy+38Yl/BXLwlMYe25XXgNbH4h9HrIS2Dq069\nQ38kBlLNiZ2ICcy2YO9k73451MAzmxKuaSClnKs+mqZO+UiMVW+klgNLzRjZGqZm\niJT7Wei7AgMBAAGjPjA8MCwGA1UdEQQlMCOCCHRyaWFsMTAxghFkYXNoYm9hcmRf\nc2VydmVyc4cEChTBZTAMBgNVHRMBAf8EAjAAMA0GCSqGSIb3DQEBCwUAA4ICAQBe\nt8CresaLTFulJNEX/3h8nZ4IJrfY2wMa8yfDM4zKz6z52kIHAVQsmf76fPn2vcWN\n5rhidW70NPI/ZPCamx7AY87Xsw4nPoTmpO3f+Tn7afN9e+q63OQ8cc6+WmMrJ/S4\nDGV/pdvzLOzO0XIZjeNact/JYlFh7FhHqCp1LJPRIRmHMFIdnb1sKba4zbpGMLYG\nPgTolcS45EEtjiHrsP+fM0q2mibskWcdNlSei6kxvHRp8hlJ0llWc38qbIHBhSlY\nTeW3DAS6GCS5/zFD77Gf5Ji1Elimq/EU95W2tIsEUpelvFu5kWrFLwCLznBOWYIk\nxLzSk2ZakNXXJBIKv862uBJAHTWcG61XdMugWAibxULZcTjBGb1LgpblaqVTXPIb\n6/50s4Vxtrw6aEzNMspvrjAk87iDAVZAWK64l+x6XyUKJE5FAKy2/P3Yedc41LdR\nHQgVZRkrIpCB3iVqvVbAvF5YynqdoIRTTtPVEWNUyIyNpVe16d4o6NW+g9TksiVq\nQLvdDhUKf4SeLF7lU3xN7uCSqHTwMTfmgTrqSYf0tWuEdu21cE8OBigkCQ3gMOZF\nDUd4e90B9WtShjR0rhmq9sf9F3iXnjJicIpjEPls2UJxhnSxzjG6RU53qvux6S+J\nAII+PgffvRb/eYatkpV6V64RXbHBUDsE8ua0bVeyMA==\n-----END CERTIFICATE-----\n", "key": "-----BEGIN RSA PRIVATE KEY-----\nMIIJJwIBAAKCAgEAwCge1UNSA7SK3t6yaLL7QtPfEauac1qpZenS8d29ps/eNxFA\nzWbEvQfY1nNN9wrdKHiMq7sbIY3Gdq4LAXQYwLUp8AeI2r6B8dNFa4k/pYYO6LSt\nSHYm6HsUhDCiRd3QpNBi3lDo5RaiRrRBYLu4Apr9Df2OTr1Mllm7Qb04Qyv5C/iN\nUjiBbOstOgp1YsEci8j65syGuFqpQZNk9RK3dVVgJ8bcQCvHIHlI7cQ5WedYQZU1\n+Tek+YqZI+TEWzppmsobEi2xgDxIbS4U0MFjW+eNmIyeXXL/jQe+7ZZjnUXwe+uw\nOipLc7YlgrqH08e3ugYKwsFg+UdzJc2AYULVIb0rdoqs9I5SE7rOGP3ofe67bJNv\n45Mc+MFwy9FXW33XGmqhFEFN4tJ4ViIanvK+UxzdU/QhV1cq76Rz1Zdh7IbZ3MvU\njqJmVdDvrgTZpXpz332UA8L22ANWQFVL6ojpC7OkY3JxPzZMIi6278gdI7mgP25r\nErK4zn6acHroHZL9nfqf7FXocQLXqfzY3TYEaVV75RlnpaaZxBejjGZ2RCsJQpy2\n/gwoSOKSjMJ6PVLL7fxiX8FcvCUxh7bldeA1sfiH0eshLYOrTr1DfyQGUs2JnYgJ\nzLZg72TvfjnUwDObEq5pIKWcqz6apk75SIxVb6SWA0vNGNkapmaIlPtZ6LsCAwEA\nAQKCAgAqyeRPxe1h4NaZmUpuEQjtUSOXmjhK3pHhHUe5TxC3sAsCBSgCdRNzKmep\nHUTrsXIc3HcqmIAKoTjj3Y6a1MDcTJsZlXvuhcSG1m5ba1UOZUM1o2IAxDqWwy2G\n4BOKbkHTKYoSij7KIJejGemDAloPznZyIpeJRhLjWfjeQyXfo0+SUFcby3RajiXk\nikaoZmsWX3srYLjRHXMaJJmzDudmS8wdH2WVLoppW0iXlX3V3LOk6vZ5V+A3JxtB\nyGPHEsNIUh/kFOO1M/dGxJ+i+qVG5lF7+jgbhAuO2n40BqyI7XWHCq0Tzq49hn5k\n1WeAi7UISeckhg4zhCsKbG/deJXfyiRHSdwKo2mrnHat+6md8Esv6o2Ur6rQnClk\nenOQ0CNp5RM2hgF+XLhr/EgG2ZN24nTmZU4YJJrTKF6Fkyd7alzsEUCkYbaRk1kp\nHs+z8z5nvoSS8yyMXZj9UE3xlht5Jj0BSo0oQhSo2o8JklLus5ZTioekR/GAwsEJ\nEKisVh5LWNfyfCYP05dwURZH0P9/mFZooj2IywGLIz+kK0B4O5Fcn0vJadJ0pHwp\no3KZ1tbqCJ00X/JNbGHZJSenEbdWFjCfolXKRcoSQIFB4zuLgZ/a0vzdPwIVOyjS\nZLflCNPIPxZ/0OG/a4YDAzdN4EH7mw/LG12HYUwSawhVK79soQKCAQEA4sRskVi2\nNV9r8mgMCo59bAbrgPbMgIOAjEQpZuH4cgWHdFZDEdNVDXxKEBmnUXwDnTPcFEfO\nuhMlQM+qqJV/NCvxwz6ZOsGiF4MY8AK4fCyQhdptqp1/KgbIb2uJrRnUIlICM2Se\nVD61B8AZwk+dODOmA4nurHU+ifHKPfIGqA662PNraqFwxvM63+bXe9YeEgBtHJyU\nu4PQrDtGjL4rH2XkPgYUL0qbuTLNrWrb9zY2/V/Skqvt8OVP4nVgNQzQdhim5Lgq\nfuWtc+F4UlJeaxGwnexPyTsOdtREIcgQ8M+yOAP0VcynB5bQxttV8hMBuk7A7stI\nTDf+sbgbPCGQmwKCAQEA2O2CQeUP4RzX9+64wGGhihjMFigqF7jEvD+GV7ARt7WT\njMieRkq4CsVJN+c2mGdOs6/NtD/HR3ZCO6+kJTRIl7XQMO3H0wllrCHEGncCjat7\nixuTqUOToTal3JwZCmHvL3gw9fYU26+lzyjLI+epohiG18271zhL94oM6Itzkdow\nLr8MbemHS9wV64cYsbGYO3TtD3+2rmbg7NPlEqQDL/mRJIFzJ1xN6wYxKkOkTtzF\naksCV9dZAKhta7ceBVqUvHorhpUjDszN0xi/H/xNek+ALI+qRloxkRI1mjudK9FL\nw9/I9KU3onqTXisaQ5qtVDL1yhlIF/6mAL2hwA06YQKCAQAUmSUHethqNrW2ei8F\n0nWgF2zS9RgUYF2P4C0mlEYeDVSFg8Rp3RlvtSeBGONy6mHlqK1IBlHH4y9SGMr2\nr0Wztn4qbwg6JxaTLixYuNaLKP0ju3iUs+O2LJGOVWVXHO6BA5QBmRUsr9l/z7pH\nRTYRwddFoQTWE3xPyW/GerKSF2xvgoTyVaHJ4JQrfGt8azGmDvXaUHrOIaYVzviU\nlj2Sh43Y+HJi7VMB2pSGORur8/fAwjB9dDKT3DCKcIEBsJ1K7OhUBEqP5ksAKK3m\nRGchMKUrYyjILZ4duyBJNUQcq7ETl4BdPs65SMDEH25KI+HXS4oI5tw1WCzBdei7\naI0bAoIBAEASXr/RxU/rMgrj8qO38nuUeWst78jT5R/o72gk9Aa71dnmQ4FlfliI\nDuk5HJIFKWS/T1Wm5NhBoKx6Y1QtzicpJ1XcVYIKq4Ic8wwSDKoFdVcQDRwYfplG\nR9USMf80D+6IZIWxalW82o+GcAGp4hujfOhutsWJtj5mAwwIbFkvBb445ZXtPO32\nEm9flradSuZ80awbP7zhXBv3Nhi8YsifwPP0XCvLAqShTpI6KmS0poaPoyCI1Zvx\nI2iGTJKuP3Iv730vvYwYh86K56Ct58BxjN0cjeF7sFo186kbZH/VsLgo9/Tye608\n4RwWRQqku/87kgdgUj/sEeH0ILtV7OECggEACp6yBD7/3yeQlJrasEsONYvF/zk/\nHVDrOhc/h8pGJxqSKnmaBpyQfPzqV8OUF0ZiqVNQuR0xOA8PWUpAE6qkO01yArVE\nhGwuQ2g61RACuEfFmqv2G3RocfHBC9s7t4oO/hlw4JgK4+aymeN3RYZVv9a9m5FD\nLSRn+kDBHQCt05YUcJIqT0fKqnxOkijZ3N0CvDSnZWcJXn4zgdTFluGS20UgiFot\nIxHjY2DpjyUK+Av9zM56a81S9hvKFle5m6wYi+OFjHFh2uXZWDdLjoNAxDz6HFBq\nc3l5vohYviMQodSJN18v9VCBFxksehgR6piGyJ3rnItMLUlIJ69kxmOfGg==\n-----END RSA PRIVATE KEY-----\n"} 2026-02-20T23:28:56.071 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:28:55 trial101 ceph-mon[35994]: [20/Feb/2026:23:28:54] ENGINE Bus STARTING 2026-02-20T23:28:56.071 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:28:55 trial101 ceph-mon[35994]: [20/Feb/2026:23:28:54] ENGINE Serving on http://10.20.193.101:8765 2026-02-20T23:28:56.071 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:28:55 trial101 ceph-mon[35994]: [20/Feb/2026:23:28:54] ENGINE Serving on https://10.20.193.101:7150 2026-02-20T23:28:56.071 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:28:55 trial101 ceph-mon[35994]: [20/Feb/2026:23:28:54] ENGINE Bus STARTED 2026-02-20T23:28:56.071 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:28:55 trial101 ceph-mon[35994]: [20/Feb/2026:23:28:54] ENGINE Client ('10.20.193.101', 50456) lost — peer dropped the TLS connection suddenly, during handshake: (6, 'TLS/SSL connection has been closed (EOF) (_ssl.c:1147)') 2026-02-20T23:28:56.071 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:28:55 trial101 ceph-mon[35994]: from='client.14168 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2026-02-20T23:28:56.071 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:28:55 trial101 ceph-mon[35994]: from='client.14168 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2026-02-20T23:28:56.392 INFO:teuthology.orchestra.run.trial101.stdout:/usr/bin/ceph: stdout SSL certificate updated 2026-02-20T23:28:56.749 INFO:teuthology.orchestra.run.trial101.stdout:/usr/bin/ceph: stdout SSL certificate key updated 2026-02-20T23:28:56.749 INFO:teuthology.orchestra.run.trial101.stdout:Creating initial admin user... 2026-02-20T23:28:57.121 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:28:56 trial101 ceph-mon[35994]: from='client.14176 -' entity='client.admin' cmd=[{"prefix": "orch certmgr generate-certificates", "module_name": "dashboard", "target": ["mon-mgr", ""]}]: dispatch 2026-02-20T23:28:57.121 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:28:56 trial101 ceph-mon[35994]: mgrmap e12: trial101.twcqls(active, since 2s) 2026-02-20T23:28:57.121 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:28:56 trial101 ceph-mon[35994]: from='mgr.14164 10.20.193.101:0/2081506425' entity='mgr.trial101.twcqls' 2026-02-20T23:28:57.121 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:28:56 trial101 ceph-mon[35994]: from='mgr.14164 10.20.193.101:0/2081506425' entity='mgr.trial101.twcqls' 2026-02-20T23:28:57.309 INFO:teuthology.orchestra.run.trial101.stdout:/usr/bin/ceph: stdout {"username": "admin", "password": "$2b$12$PnNLVn9m5BNQkejyPAYBNedKxDBHlNQuJ4wkZNUku2dg9Ap6t0TL2", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1771630137, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2026-02-20T23:28:57.310 INFO:teuthology.orchestra.run.trial101.stdout:Fetching dashboard port number... 2026-02-20T23:28:57.660 INFO:teuthology.orchestra.run.trial101.stdout:/usr/bin/ceph: stdout 8443 2026-02-20T23:28:57.668 INFO:teuthology.orchestra.run.trial101.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2026-02-20T23:28:57.668 INFO:teuthology.orchestra.run.trial101.stdout:systemctl: stdout disabled 2026-02-20T23:28:57.674 INFO:teuthology.orchestra.run.trial101.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2026-02-20T23:28:57.674 INFO:teuthology.orchestra.run.trial101.stdout:systemctl: stdout inactive 2026-02-20T23:28:57.674 INFO:teuthology.orchestra.run.trial101.stdout:firewalld.service is not enabled 2026-02-20T23:28:57.675 INFO:teuthology.orchestra.run.trial101.stdout:Not possible to open ports <[8443]>. firewalld.service is not available 2026-02-20T23:28:57.675 INFO:teuthology.orchestra.run.trial101.stdout:Ceph Dashboard is now available at: 2026-02-20T23:28:57.675 INFO:teuthology.orchestra.run.trial101.stdout: 2026-02-20T23:28:57.675 INFO:teuthology.orchestra.run.trial101.stdout: URL: https://trial101:8443/ 2026-02-20T23:28:57.675 INFO:teuthology.orchestra.run.trial101.stdout: User: admin 2026-02-20T23:28:57.675 INFO:teuthology.orchestra.run.trial101.stdout: Password: exg94fzk95 2026-02-20T23:28:57.676 INFO:teuthology.orchestra.run.trial101.stdout: 2026-02-20T23:28:57.676 INFO:teuthology.orchestra.run.trial101.stdout:Saving cluster configuration to /var/lib/ceph/d509fa29-0eb3-11f1-b056-d404e6e7d460/config directory 2026-02-20T23:28:58.074 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:28:57 trial101 ceph-mon[35994]: from='client.14178 -' entity='client.admin' cmd=[{"prefix": "dashboard set-ssl-certificate", "target": ["mon-mgr", ""]}]: dispatch 2026-02-20T23:28:58.074 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:28:57 trial101 ceph-mon[35994]: from='client.14180 -' entity='client.admin' cmd=[{"prefix": "dashboard set-ssl-certificate-key", "target": ["mon-mgr", ""]}]: dispatch 2026-02-20T23:28:58.074 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:28:57 trial101 ceph-mon[35994]: 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-20T23:28:58.075 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:28:57 trial101 ceph-mon[35994]: from='mgr.14164 10.20.193.101:0/2081506425' entity='mgr.trial101.twcqls' 2026-02-20T23:28:58.075 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:28:57 trial101 ceph-mon[35994]: from='client.? 10.20.193.101:0/358404547' entity='client.admin' cmd={"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"} : dispatch 2026-02-20T23:28:58.080 INFO:teuthology.orchestra.run.trial101.stdout:/usr/bin/ceph: stderr set mgr/dashboard/cluster/status 2026-02-20T23:28:58.080 INFO:teuthology.orchestra.run.trial101.stdout:You can access the Ceph CLI as following in case of multi-cluster or non-default config: 2026-02-20T23:28:58.080 INFO:teuthology.orchestra.run.trial101.stdout: 2026-02-20T23:28:58.080 INFO:teuthology.orchestra.run.trial101.stdout: sudo /home/ubuntu/cephtest/cephadm shell --fsid d509fa29-0eb3-11f1-b056-d404e6e7d460 -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2026-02-20T23:28:58.081 INFO:teuthology.orchestra.run.trial101.stdout: 2026-02-20T23:28:58.081 INFO:teuthology.orchestra.run.trial101.stdout:Or, if you are only running a single cluster on this host: 2026-02-20T23:28:58.081 INFO:teuthology.orchestra.run.trial101.stdout: 2026-02-20T23:28:58.081 INFO:teuthology.orchestra.run.trial101.stdout: sudo /home/ubuntu/cephtest/cephadm shell 2026-02-20T23:28:58.081 INFO:teuthology.orchestra.run.trial101.stdout: 2026-02-20T23:28:58.081 INFO:teuthology.orchestra.run.trial101.stdout:Please consider enabling telemetry to help improve Ceph: 2026-02-20T23:28:58.081 INFO:teuthology.orchestra.run.trial101.stdout: 2026-02-20T23:28:58.081 INFO:teuthology.orchestra.run.trial101.stdout: ceph telemetry on 2026-02-20T23:28:58.081 INFO:teuthology.orchestra.run.trial101.stdout: 2026-02-20T23:28:58.081 INFO:teuthology.orchestra.run.trial101.stdout:For more information see: 2026-02-20T23:28:58.081 INFO:teuthology.orchestra.run.trial101.stdout: 2026-02-20T23:28:58.081 INFO:teuthology.orchestra.run.trial101.stdout: https://docs.ceph.com/en/latest/mgr/telemetry/ 2026-02-20T23:28:58.082 INFO:teuthology.orchestra.run.trial101.stdout: 2026-02-20T23:28:58.082 INFO:teuthology.orchestra.run.trial101.stdout:Bootstrap complete. 2026-02-20T23:28:58.088 INFO:teuthology.orchestra.run.trial101.stdout:systemctl: stdout static 2026-02-20T23:28:58.094 INFO:teuthology.orchestra.run.trial101.stdout:Non-zero exit code 3 from systemctl is-active logrotate 2026-02-20T23:28:58.095 INFO:teuthology.orchestra.run.trial101.stdout:systemctl: stdout inactive 2026-02-20T23:28:58.095 INFO:teuthology.orchestra.run.trial101.stdout:Enabling the logrotate.timer service to perform daily log rotation. 2026-02-20T23:28:58.248 INFO:tasks.cephadm:Fetching config... 2026-02-20T23:28:58.248 DEBUG:teuthology.orchestra.run.trial101:> set -ex 2026-02-20T23:28:58.249 DEBUG:teuthology.orchestra.run.trial101:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2026-02-20T23:28:58.265 INFO:tasks.cephadm:Fetching client.admin keyring... 2026-02-20T23:28:58.265 DEBUG:teuthology.orchestra.run.trial101:> set -ex 2026-02-20T23:28:58.266 DEBUG:teuthology.orchestra.run.trial101:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2026-02-20T23:28:58.322 INFO:tasks.cephadm:Fetching mon keyring... 2026-02-20T23:28:58.322 DEBUG:teuthology.orchestra.run.trial101:> set -ex 2026-02-20T23:28:58.322 DEBUG:teuthology.orchestra.run.trial101:> sudo dd if=/var/lib/ceph/d509fa29-0eb3-11f1-b056-d404e6e7d460/mon.trial101/keyring of=/dev/stdout 2026-02-20T23:28:58.387 INFO:tasks.cephadm:Fetching pub ssh key... 2026-02-20T23:28:58.388 DEBUG:teuthology.orchestra.run.trial101:> set -ex 2026-02-20T23:28:58.388 DEBUG:teuthology.orchestra.run.trial101:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2026-02-20T23:28:58.444 INFO:tasks.cephadm:Installing pub ssh key for root users... 2026-02-20T23:28:58.445 DEBUG:teuthology.orchestra.run.trial101:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIB2bgDlLcnVmhGiYtFHvmyEfhFwOuoVUuFkPUXZkV77a ceph-d509fa29-0eb3-11f1-b056-d404e6e7d460' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2026-02-20T23:28:58.517 INFO:teuthology.orchestra.run.trial101.stdout:ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIB2bgDlLcnVmhGiYtFHvmyEfhFwOuoVUuFkPUXZkV77a ceph-d509fa29-0eb3-11f1-b056-d404e6e7d460 2026-02-20T23:28:58.527 DEBUG:teuthology.orchestra.run.trial168:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIB2bgDlLcnVmhGiYtFHvmyEfhFwOuoVUuFkPUXZkV77a ceph-d509fa29-0eb3-11f1-b056-d404e6e7d460' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2026-02-20T23:28:58.564 INFO:teuthology.orchestra.run.trial168.stdout:ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIB2bgDlLcnVmhGiYtFHvmyEfhFwOuoVUuFkPUXZkV77a ceph-d509fa29-0eb3-11f1-b056-d404e6e7d460 2026-02-20T23:28:58.575 DEBUG:teuthology.orchestra.run.trial101:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:f7870454149f22574086dd2ff55d050585136531 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d509fa29-0eb3-11f1-b056-d404e6e7d460 -- ceph config set mgr mgr/cephadm/allow_ptrace true 2026-02-20T23:28:58.687 INFO:teuthology.orchestra.run.trial101.stderr:Inferring config /var/lib/ceph/d509fa29-0eb3-11f1-b056-d404e6e7d460/mon.trial101/config 2026-02-20T23:28:59.029 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:28:58 trial101 ceph-mon[35994]: from='client.? 10.20.193.101:0/1690624365' entity='client.admin' 2026-02-20T23:28:59.029 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:28:58 trial101 ceph-mon[35994]: from='client.? 10.20.193.101:0/1555672524' entity='client.admin' 2026-02-20T23:28:59.072 INFO:tasks.cephadm:Distributing conf and client.admin keyring to all hosts + 0755 2026-02-20T23:28:59.072 DEBUG:teuthology.orchestra.run.trial101:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:f7870454149f22574086dd2ff55d050585136531 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d509fa29-0eb3-11f1-b056-d404e6e7d460 -- ceph orch client-keyring set client.admin '*' --mode 0755 2026-02-20T23:28:59.191 INFO:teuthology.orchestra.run.trial101.stderr:Inferring config /var/lib/ceph/d509fa29-0eb3-11f1-b056-d404e6e7d460/mon.trial101/config 2026-02-20T23:28:59.583 INFO:tasks.cephadm:Writing (initial) conf and keyring to trial168 2026-02-20T23:28:59.583 DEBUG:teuthology.orchestra.run.trial168:> set -ex 2026-02-20T23:28:59.583 DEBUG:teuthology.orchestra.run.trial168:> dd of=/etc/ceph/ceph.conf 2026-02-20T23:28:59.599 DEBUG:teuthology.orchestra.run.trial168:> set -ex 2026-02-20T23:28:59.599 DEBUG:teuthology.orchestra.run.trial168:> dd of=/etc/ceph/ceph.client.admin.keyring 2026-02-20T23:28:59.655 INFO:tasks.cephadm:Adding host trial168 to orchestrator... 2026-02-20T23:28:59.655 DEBUG:teuthology.orchestra.run.trial101:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:f7870454149f22574086dd2ff55d050585136531 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d509fa29-0eb3-11f1-b056-d404e6e7d460 -- ceph orch host add trial168 2026-02-20T23:28:59.774 INFO:teuthology.orchestra.run.trial101.stderr:Inferring config /var/lib/ceph/d509fa29-0eb3-11f1-b056-d404e6e7d460/mon.trial101/config 2026-02-20T23:29:00.431 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:00 trial101 ceph-mon[35994]: from='mgr.14164 10.20.193.101:0/2081506425' entity='mgr.trial101.twcqls' 2026-02-20T23:29:00.431 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:00 trial101 ceph-mon[35994]: from='mgr.14164 10.20.193.101:0/2081506425' entity='mgr.trial101.twcqls' 2026-02-20T23:29:00.431 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:00 trial101 ceph-mon[35994]: from='mgr.14164 10.20.193.101:0/2081506425' entity='mgr.trial101.twcqls' cmd={"prefix": "config rm", "who": "osd/host:trial101", "name": "osd_memory_target"} : dispatch 2026-02-20T23:29:00.431 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:00 trial101 ceph-mon[35994]: from='mgr.14164 10.20.193.101:0/2081506425' entity='mgr.trial101.twcqls' 2026-02-20T23:29:00.431 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:00 trial101 ceph-mon[35994]: from='mgr.14164 10.20.193.101:0/2081506425' entity='mgr.trial101.twcqls' cmd={"prefix": "auth get-or-create", "entity": "client.ceph-exporter.trial101", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]} : dispatch 2026-02-20T23:29:00.431 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:00 trial101 ceph-mon[35994]: from='mgr.14164 10.20.193.101:0/2081506425' entity='mgr.trial101.twcqls' cmd='[{"prefix": "auth get-or-create", "entity": "client.ceph-exporter.trial101", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]}]': finished 2026-02-20T23:29:00.432 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:00 trial101 ceph-mon[35994]: from='mgr.14164 10.20.193.101:0/2081506425' entity='mgr.trial101.twcqls' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-20T23:29:00.432 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:00 trial101 ceph-mon[35994]: Deploying daemon ceph-exporter.trial101 on trial101 2026-02-20T23:29:00.432 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:00 trial101 ceph-mon[35994]: from='client.14190 -' entity='client.admin' cmd=[{"prefix": "orch client-keyring set", "entity": "client.admin", "placement": "*", "mode": "0755", "target": ["mon-mgr", ""]}]: dispatch 2026-02-20T23:29:00.432 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:00 trial101 ceph-mon[35994]: from='mgr.14164 10.20.193.101:0/2081506425' entity='mgr.trial101.twcqls' 2026-02-20T23:29:00.432 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:00 trial101 ceph-mon[35994]: from='client.14192 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "trial168", "target": ["mon-mgr", ""]}]: dispatch 2026-02-20T23:29:01.595 INFO:teuthology.orchestra.run.trial101.stdout:Added host 'trial168' with addr '10.20.193.168' 2026-02-20T23:29:01.753 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:01 trial101 ceph-mon[35994]: mgrmap e13: trial101.twcqls(active, since 6s) 2026-02-20T23:29:01.754 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:01 trial101 ceph-mon[35994]: Deploying cephadm binary to trial168 2026-02-20T23:29:01.754 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:01 trial101 ceph-mon[35994]: from='mgr.14164 10.20.193.101:0/2081506425' entity='mgr.trial101.twcqls' 2026-02-20T23:29:01.754 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:01 trial101 ceph-mon[35994]: from='mgr.14164 10.20.193.101:0/2081506425' entity='mgr.trial101.twcqls' 2026-02-20T23:29:01.754 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:01 trial101 ceph-mon[35994]: from='mgr.14164 10.20.193.101:0/2081506425' entity='mgr.trial101.twcqls' 2026-02-20T23:29:01.754 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:01 trial101 ceph-mon[35994]: from='mgr.14164 10.20.193.101:0/2081506425' entity='mgr.trial101.twcqls' 2026-02-20T23:29:01.754 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:01 trial101 ceph-mon[35994]: from='mgr.14164 10.20.193.101:0/2081506425' entity='mgr.trial101.twcqls' cmd={"prefix": "auth get-or-create", "entity": "client.crash.trial101", "caps": ["mon", "profile crash", "mgr", "profile crash"]} : dispatch 2026-02-20T23:29:01.754 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:01 trial101 ceph-mon[35994]: from='mgr.14164 10.20.193.101:0/2081506425' entity='mgr.trial101.twcqls' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.trial101", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2026-02-20T23:29:01.754 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:01 trial101 ceph-mon[35994]: from='mgr.14164 10.20.193.101:0/2081506425' entity='mgr.trial101.twcqls' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-20T23:29:01.775 DEBUG:teuthology.orchestra.run.trial101:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:f7870454149f22574086dd2ff55d050585136531 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d509fa29-0eb3-11f1-b056-d404e6e7d460 -- ceph orch host ls --format=json 2026-02-20T23:29:01.998 INFO:teuthology.orchestra.run.trial101.stderr:Inferring config /var/lib/ceph/d509fa29-0eb3-11f1-b056-d404e6e7d460/mon.trial101/config 2026-02-20T23:29:02.232 INFO:teuthology.orchestra.run.trial101.stdout: 2026-02-20T23:29:02.232 INFO:teuthology.orchestra.run.trial101.stdout:[{"addr": "10.20.193.101", "hostname": "trial101", "labels": [], "status": ""}, {"addr": "10.20.193.168", "hostname": "trial168", "labels": [], "status": ""}] 2026-02-20T23:29:02.426 INFO:tasks.cephadm:Setting crush tunables to default 2026-02-20T23:29:02.426 DEBUG:teuthology.orchestra.run.trial101:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:f7870454149f22574086dd2ff55d050585136531 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d509fa29-0eb3-11f1-b056-d404e6e7d460 -- ceph osd crush tunables default 2026-02-20T23:29:02.634 INFO:teuthology.orchestra.run.trial101.stderr:Inferring config /var/lib/ceph/d509fa29-0eb3-11f1-b056-d404e6e7d460/mon.trial101/config 2026-02-20T23:29:02.872 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:02 trial101 ceph-mon[35994]: Deploying daemon crash.trial101 on trial101 2026-02-20T23:29:02.872 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:02 trial101 ceph-mon[35994]: from='mgr.14164 10.20.193.101:0/2081506425' entity='mgr.trial101.twcqls' 2026-02-20T23:29:02.872 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:02 trial101 ceph-mon[35994]: Added host trial168 2026-02-20T23:29:02.872 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:02 trial101 ceph-mon[35994]: from='mgr.14164 10.20.193.101:0/2081506425' entity='mgr.trial101.twcqls' 2026-02-20T23:29:02.872 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:02 trial101 ceph-mon[35994]: from='mgr.14164 10.20.193.101:0/2081506425' entity='mgr.trial101.twcqls' 2026-02-20T23:29:02.872 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:02 trial101 ceph-mon[35994]: from='mgr.14164 10.20.193.101:0/2081506425' entity='mgr.trial101.twcqls' 2026-02-20T23:29:02.872 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:02 trial101 ceph-mon[35994]: from='mgr.14164 10.20.193.101:0/2081506425' entity='mgr.trial101.twcqls' 2026-02-20T23:29:03.600 INFO:teuthology.orchestra.run.trial101.stderr:adjusted tunables profile to default 2026-02-20T23:29:03.741 INFO:tasks.cephadm:Adding mon.trial101 on trial101 2026-02-20T23:29:03.742 INFO:tasks.cephadm:Adding mon.trial168 on trial168 2026-02-20T23:29:03.742 DEBUG:teuthology.orchestra.run.trial168:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:f7870454149f22574086dd2ff55d050585136531 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d509fa29-0eb3-11f1-b056-d404e6e7d460 -- ceph orch apply mon '2;trial101:10.20.193.101=trial101;trial168:10.20.193.168=trial168' 2026-02-20T23:29:03.859 INFO:teuthology.orchestra.run.trial168.stderr:Inferring config /etc/ceph/ceph.conf 2026-02-20T23:29:03.859 INFO:teuthology.orchestra.run.trial168.stderr:Inferring config /etc/ceph/ceph.conf 2026-02-20T23:29:03.871 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:03 trial101 ceph-mon[35994]: Deploying daemon node-exporter.trial101 on trial101 2026-02-20T23:29:03.872 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:03 trial101 ceph-mon[35994]: from='client.14195 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-20T23:29:03.872 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:03 trial101 ceph-mon[35994]: from='client.? 10.20.193.101:0/96013182' entity='client.admin' cmd={"prefix": "osd crush tunables", "profile": "default"} : dispatch 2026-02-20T23:29:03.872 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:03 trial101 ceph-mon[35994]: from='mgr.14164 10.20.193.101:0/2081506425' entity='mgr.trial101.twcqls' 2026-02-20T23:29:03.872 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:03 trial101 ceph-mon[35994]: from='mgr.14164 10.20.193.101:0/2081506425' entity='mgr.trial101.twcqls' 2026-02-20T23:29:03.872 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:03 trial101 ceph-mon[35994]: from='mgr.14164 10.20.193.101:0/2081506425' entity='mgr.trial101.twcqls' 2026-02-20T23:29:03.872 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:03 trial101 ceph-mon[35994]: from='mgr.14164 10.20.193.101:0/2081506425' entity='mgr.trial101.twcqls' 2026-02-20T23:29:04.134 INFO:teuthology.orchestra.run.trial168.stdout:Scheduled mon update... 2026-02-20T23:29:04.281 DEBUG:teuthology.orchestra.run.trial168:mon.trial168> sudo journalctl -f -n 0 -u ceph-d509fa29-0eb3-11f1-b056-d404e6e7d460@mon.trial168.service 2026-02-20T23:29:04.282 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2026-02-20T23:29:04.283 DEBUG:teuthology.orchestra.run.trial168:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:f7870454149f22574086dd2ff55d050585136531 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d509fa29-0eb3-11f1-b056-d404e6e7d460 -- ceph mon dump -f json 2026-02-20T23:29:04.437 INFO:teuthology.orchestra.run.trial168.stderr:Inferring config /etc/ceph/ceph.conf 2026-02-20T23:29:04.437 INFO:teuthology.orchestra.run.trial168.stderr:Inferring config /etc/ceph/ceph.conf 2026-02-20T23:29:04.623 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:04 trial101 ceph-mon[35994]: Deploying daemon alertmanager.trial101 on trial101 2026-02-20T23:29:04.623 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:04 trial101 ceph-mon[35994]: from='client.? 10.20.193.101:0/96013182' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2026-02-20T23:29:04.623 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:04 trial101 ceph-mon[35994]: osdmap e4: 0 total, 0 up, 0 in 2026-02-20T23:29:04.623 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:04 trial101 ceph-mon[35994]: from='mgr.14164 10.20.193.101:0/2081506425' entity='mgr.trial101.twcqls' 2026-02-20T23:29:04.623 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:04 trial101 ceph-mon[35994]: from='mgr.14164 10.20.193.101:0/2081506425' entity='mgr.trial101.twcqls' 2026-02-20T23:29:04.735 INFO:teuthology.orchestra.run.trial168.stdout: 2026-02-20T23:29:04.735 INFO:teuthology.orchestra.run.trial168.stdout:{"epoch":1,"fsid":"d509fa29-0eb3-11f1-b056-d404e6e7d460","modified":"2026-02-20T23:28:28.521900Z","created":"2026-02-20T23:28:28.521900Z","min_mon_release":20,"min_mon_release_name":"tentacle","election_strategy":1,"disallowed_leaders":"","stretch_mode":false,"tiebreaker_mon":"","removed_ranks":"","features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging","quincy","reef","squid","tentacle","nvmeof_beacon_diff"],"optional":[]},"mons":[{"rank":0,"name":"trial101","public_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.101:3300","nonce":0},{"type":"v1","addr":"10.20.193.101:6789","nonce":0}]},"addr":"10.20.193.101:6789/0","public_addr":"10.20.193.101:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2026-02-20T23:29:04.735 INFO:teuthology.orchestra.run.trial168.stderr:dumped monmap epoch 1 2026-02-20T23:29:05.872 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:05 trial101 ceph-mon[35994]: from='client.14199 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "2;trial101:10.20.193.101=trial101;trial168:10.20.193.168=trial168", "target": ["mon-mgr", ""]}]: dispatch 2026-02-20T23:29:05.872 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:05 trial101 ceph-mon[35994]: Saving service mon spec with placement trial101:10.20.193.101=trial101;trial168:10.20.193.168=trial168;count:2 2026-02-20T23:29:05.872 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:05 trial101 ceph-mon[35994]: from='client.? 10.20.193.168:0/837782894' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2026-02-20T23:29:05.872 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:05 trial101 ceph-mon[35994]: from='mgr.14164 10.20.193.101:0/2081506425' entity='mgr.trial101.twcqls' 2026-02-20T23:29:05.872 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:05 trial101 ceph-mon[35994]: from='mgr.14164 10.20.193.101:0/2081506425' entity='mgr.trial101.twcqls' 2026-02-20T23:29:05.872 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:05 trial101 ceph-mon[35994]: from='mgr.14164 10.20.193.101:0/2081506425' entity='mgr.trial101.twcqls' 2026-02-20T23:29:05.872 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:05 trial101 ceph-mon[35994]: from='mgr.14164 10.20.193.101:0/2081506425' entity='mgr.trial101.twcqls' 2026-02-20T23:29:05.872 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:05 trial101 ceph-mon[35994]: Generating cephadm-signed certificates for grafana_cert/grafana_key 2026-02-20T23:29:05.873 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:05 trial101 ceph-mon[35994]: from='mgr.14164 10.20.193.101:0/2081506425' entity='mgr.trial101.twcqls' 2026-02-20T23:29:05.873 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:05 trial101 ceph-mon[35994]: from='mgr.14164 10.20.193.101:0/2081506425' entity='mgr.trial101.twcqls' 2026-02-20T23:29:05.873 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:05 trial101 ceph-mon[35994]: from='mgr.14164 10.20.193.101:0/2081506425' entity='mgr.trial101.twcqls' 2026-02-20T23:29:05.873 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:05 trial101 ceph-mon[35994]: from='mgr.14164 10.20.193.101:0/2081506425' entity='mgr.trial101.twcqls' 2026-02-20T23:29:05.873 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:05 trial101 ceph-mon[35994]: from='mgr.14164 10.20.193.101:0/2081506425' entity='mgr.trial101.twcqls' cmd={"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"} : dispatch 2026-02-20T23:29:05.873 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:05 trial101 ceph-mon[35994]: from='mgr.14164 10.20.193.101:0/2081506425' entity='mgr.trial101.twcqls' 2026-02-20T23:29:05.876 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2026-02-20T23:29:05.876 DEBUG:teuthology.orchestra.run.trial168:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:f7870454149f22574086dd2ff55d050585136531 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d509fa29-0eb3-11f1-b056-d404e6e7d460 -- ceph mon dump -f json 2026-02-20T23:29:05.995 INFO:teuthology.orchestra.run.trial168.stderr:Inferring config /etc/ceph/ceph.conf 2026-02-20T23:29:05.996 INFO:teuthology.orchestra.run.trial168.stderr:Inferring config /etc/ceph/ceph.conf 2026-02-20T23:29:06.327 INFO:teuthology.orchestra.run.trial168.stdout: 2026-02-20T23:29:06.327 INFO:teuthology.orchestra.run.trial168.stdout:{"epoch":1,"fsid":"d509fa29-0eb3-11f1-b056-d404e6e7d460","modified":"2026-02-20T23:28:28.521900Z","created":"2026-02-20T23:28:28.521900Z","min_mon_release":20,"min_mon_release_name":"tentacle","election_strategy":1,"disallowed_leaders":"","stretch_mode":false,"tiebreaker_mon":"","removed_ranks":"","features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging","quincy","reef","squid","tentacle","nvmeof_beacon_diff"],"optional":[]},"mons":[{"rank":0,"name":"trial101","public_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.101:3300","nonce":0},{"type":"v1","addr":"10.20.193.101:6789","nonce":0}]},"addr":"10.20.193.101:6789/0","public_addr":"10.20.193.101:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2026-02-20T23:29:06.327 INFO:teuthology.orchestra.run.trial168.stderr:dumped monmap epoch 1 2026-02-20T23:29:06.857 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:06 trial101 ceph-mon[35994]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2026-02-20T23:29:06.858 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:06 trial101 ceph-mon[35994]: Deploying daemon grafana.trial101 on trial101 2026-02-20T23:29:06.858 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:06 trial101 ceph-mon[35994]: from='client.? 10.20.193.168:0/3870499291' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2026-02-20T23:29:07.471 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2026-02-20T23:29:07.471 DEBUG:teuthology.orchestra.run.trial168:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:f7870454149f22574086dd2ff55d050585136531 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d509fa29-0eb3-11f1-b056-d404e6e7d460 -- ceph mon dump -f json 2026-02-20T23:29:07.589 INFO:teuthology.orchestra.run.trial168.stderr:Inferring config /etc/ceph/ceph.conf 2026-02-20T23:29:07.589 INFO:teuthology.orchestra.run.trial168.stderr:Inferring config /etc/ceph/ceph.conf 2026-02-20T23:29:07.888 INFO:teuthology.orchestra.run.trial168.stdout: 2026-02-20T23:29:07.889 INFO:teuthology.orchestra.run.trial168.stdout:{"epoch":1,"fsid":"d509fa29-0eb3-11f1-b056-d404e6e7d460","modified":"2026-02-20T23:28:28.521900Z","created":"2026-02-20T23:28:28.521900Z","min_mon_release":20,"min_mon_release_name":"tentacle","election_strategy":1,"disallowed_leaders":"","stretch_mode":false,"tiebreaker_mon":"","removed_ranks":"","features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging","quincy","reef","squid","tentacle","nvmeof_beacon_diff"],"optional":[]},"mons":[{"rank":0,"name":"trial101","public_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.101:3300","nonce":0},{"type":"v1","addr":"10.20.193.101:6789","nonce":0}]},"addr":"10.20.193.101:6789/0","public_addr":"10.20.193.101:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2026-02-20T23:29:07.889 INFO:teuthology.orchestra.run.trial168.stderr:dumped monmap epoch 1 2026-02-20T23:29:08.372 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:07 trial101 ceph-mon[35994]: from='client.? 10.20.193.168:0/2386173694' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2026-02-20T23:29:09.030 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2026-02-20T23:29:09.030 DEBUG:teuthology.orchestra.run.trial168:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:f7870454149f22574086dd2ff55d050585136531 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d509fa29-0eb3-11f1-b056-d404e6e7d460 -- ceph mon dump -f json 2026-02-20T23:29:09.147 INFO:teuthology.orchestra.run.trial168.stderr:Inferring config /etc/ceph/ceph.conf 2026-02-20T23:29:09.148 INFO:teuthology.orchestra.run.trial168.stderr:Inferring config /etc/ceph/ceph.conf 2026-02-20T23:29:09.460 INFO:teuthology.orchestra.run.trial168.stdout: 2026-02-20T23:29:09.460 INFO:teuthology.orchestra.run.trial168.stdout:{"epoch":1,"fsid":"d509fa29-0eb3-11f1-b056-d404e6e7d460","modified":"2026-02-20T23:28:28.521900Z","created":"2026-02-20T23:28:28.521900Z","min_mon_release":20,"min_mon_release_name":"tentacle","election_strategy":1,"disallowed_leaders":"","stretch_mode":false,"tiebreaker_mon":"","removed_ranks":"","features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging","quincy","reef","squid","tentacle","nvmeof_beacon_diff"],"optional":[]},"mons":[{"rank":0,"name":"trial101","public_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.101:3300","nonce":0},{"type":"v1","addr":"10.20.193.101:6789","nonce":0}]},"addr":"10.20.193.101:6789/0","public_addr":"10.20.193.101:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2026-02-20T23:29:09.461 INFO:teuthology.orchestra.run.trial168.stderr:dumped monmap epoch 1 2026-02-20T23:29:09.978 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:09 trial101 ceph-mon[35994]: from='mgr.14164 10.20.193.101:0/2081506425' entity='mgr.trial101.twcqls' 2026-02-20T23:29:09.978 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:09 trial101 ceph-mon[35994]: from='mgr.14164 10.20.193.101:0/2081506425' entity='mgr.trial101.twcqls' 2026-02-20T23:29:09.978 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:09 trial101 ceph-mon[35994]: from='mgr.14164 10.20.193.101:0/2081506425' entity='mgr.trial101.twcqls' 2026-02-20T23:29:09.979 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:09 trial101 ceph-mon[35994]: from='mgr.14164 10.20.193.101:0/2081506425' entity='mgr.trial101.twcqls' 2026-02-20T23:29:09.979 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:09 trial101 ceph-mon[35994]: from='mgr.14164 10.20.193.101:0/2081506425' entity='mgr.trial101.twcqls' 2026-02-20T23:29:09.979 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:09 trial101 ceph-mon[35994]: from='mgr.14164 10.20.193.101:0/2081506425' entity='mgr.trial101.twcqls' 2026-02-20T23:29:09.979 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:09 trial101 ceph-mon[35994]: from='mgr.14164 10.20.193.101:0/2081506425' entity='mgr.trial101.twcqls' 2026-02-20T23:29:09.979 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:09 trial101 ceph-mon[35994]: from='mgr.14164 10.20.193.101:0/2081506425' entity='mgr.trial101.twcqls' 2026-02-20T23:29:09.979 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:09 trial101 ceph-mon[35994]: from='mgr.14164 10.20.193.101:0/2081506425' entity='mgr.trial101.twcqls' 2026-02-20T23:29:09.979 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:09 trial101 ceph-mon[35994]: from='client.? 10.20.193.168:0/2717865376' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2026-02-20T23:29:10.602 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2026-02-20T23:29:10.603 DEBUG:teuthology.orchestra.run.trial168:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:f7870454149f22574086dd2ff55d050585136531 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d509fa29-0eb3-11f1-b056-d404e6e7d460 -- ceph mon dump -f json 2026-02-20T23:29:10.720 INFO:teuthology.orchestra.run.trial168.stderr:Inferring config /etc/ceph/ceph.conf 2026-02-20T23:29:10.720 INFO:teuthology.orchestra.run.trial168.stderr:Inferring config /etc/ceph/ceph.conf 2026-02-20T23:29:11.010 INFO:teuthology.orchestra.run.trial168.stdout: 2026-02-20T23:29:11.010 INFO:teuthology.orchestra.run.trial168.stdout:{"epoch":1,"fsid":"d509fa29-0eb3-11f1-b056-d404e6e7d460","modified":"2026-02-20T23:28:28.521900Z","created":"2026-02-20T23:28:28.521900Z","min_mon_release":20,"min_mon_release_name":"tentacle","election_strategy":1,"disallowed_leaders":"","stretch_mode":false,"tiebreaker_mon":"","removed_ranks":"","features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging","quincy","reef","squid","tentacle","nvmeof_beacon_diff"],"optional":[]},"mons":[{"rank":0,"name":"trial101","public_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.101:3300","nonce":0},{"type":"v1","addr":"10.20.193.101:6789","nonce":0}]},"addr":"10.20.193.101:6789/0","public_addr":"10.20.193.101:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2026-02-20T23:29:11.011 INFO:teuthology.orchestra.run.trial168.stderr:dumped monmap epoch 1 2026-02-20T23:29:11.097 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:10 trial101 ceph-mon[35994]: Deploying daemon prometheus.trial101 on trial101 2026-02-20T23:29:12.150 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2026-02-20T23:29:12.151 DEBUG:teuthology.orchestra.run.trial168:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:f7870454149f22574086dd2ff55d050585136531 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d509fa29-0eb3-11f1-b056-d404e6e7d460 -- ceph mon dump -f json 2026-02-20T23:29:12.271 INFO:teuthology.orchestra.run.trial168.stderr:Inferring config /etc/ceph/ceph.conf 2026-02-20T23:29:12.271 INFO:teuthology.orchestra.run.trial168.stderr:Inferring config /etc/ceph/ceph.conf 2026-02-20T23:29:12.372 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:11 trial101 ceph-mon[35994]: from='client.? 10.20.193.168:0/1839895623' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2026-02-20T23:29:12.372 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:11 trial101 ceph-mon[35994]: from='mgr.14164 10.20.193.101:0/2081506425' entity='mgr.trial101.twcqls' 2026-02-20T23:29:12.372 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:11 trial101 ceph-mon[35994]: from='mgr.14164 10.20.193.101:0/2081506425' entity='mgr.trial101.twcqls' 2026-02-20T23:29:12.373 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:11 trial101 ceph-mon[35994]: from='mgr.14164 10.20.193.101:0/2081506425' entity='mgr.trial101.twcqls' 2026-02-20T23:29:12.373 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:11 trial101 ceph-mon[35994]: from='mgr.14164 10.20.193.101:0/2081506425' entity='mgr.trial101.twcqls' cmd={"prefix": "mgr module enable", "module": "prometheus"} : dispatch 2026-02-20T23:29:12.569 INFO:teuthology.orchestra.run.trial168.stdout: 2026-02-20T23:29:12.569 INFO:teuthology.orchestra.run.trial168.stdout:{"epoch":1,"fsid":"d509fa29-0eb3-11f1-b056-d404e6e7d460","modified":"2026-02-20T23:28:28.521900Z","created":"2026-02-20T23:28:28.521900Z","min_mon_release":20,"min_mon_release_name":"tentacle","election_strategy":1,"disallowed_leaders":"","stretch_mode":false,"tiebreaker_mon":"","removed_ranks":"","features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging","quincy","reef","squid","tentacle","nvmeof_beacon_diff"],"optional":[]},"mons":[{"rank":0,"name":"trial101","public_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.101:3300","nonce":0},{"type":"v1","addr":"10.20.193.101:6789","nonce":0}]},"addr":"10.20.193.101:6789/0","public_addr":"10.20.193.101:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2026-02-20T23:29:12.569 INFO:teuthology.orchestra.run.trial168.stderr:dumped monmap epoch 1 2026-02-20T23:29:13.371 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:12 trial101 ceph-mon[35994]: from='client.? 10.20.193.168:0/3755500759' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2026-02-20T23:29:13.372 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:12 trial101 ceph-mon[35994]: from='mgr.14164 10.20.193.101:0/2081506425' entity='mgr.trial101.twcqls' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2026-02-20T23:29:13.372 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:12 trial101 ceph-mon[35994]: mgrmap e14: trial101.twcqls(active, since 19s) 2026-02-20T23:29:13.708 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2026-02-20T23:29:13.709 DEBUG:teuthology.orchestra.run.trial168:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:f7870454149f22574086dd2ff55d050585136531 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d509fa29-0eb3-11f1-b056-d404e6e7d460 -- ceph mon dump -f json 2026-02-20T23:29:13.828 INFO:teuthology.orchestra.run.trial168.stderr:Inferring config /etc/ceph/ceph.conf 2026-02-20T23:29:13.828 INFO:teuthology.orchestra.run.trial168.stderr:Inferring config /etc/ceph/ceph.conf 2026-02-20T23:29:14.131 INFO:teuthology.orchestra.run.trial168.stdout: 2026-02-20T23:29:14.131 INFO:teuthology.orchestra.run.trial168.stdout:{"epoch":1,"fsid":"d509fa29-0eb3-11f1-b056-d404e6e7d460","modified":"2026-02-20T23:28:28.521900Z","created":"2026-02-20T23:28:28.521900Z","min_mon_release":20,"min_mon_release_name":"tentacle","election_strategy":1,"disallowed_leaders":"","stretch_mode":false,"tiebreaker_mon":"","removed_ranks":"","features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging","quincy","reef","squid","tentacle","nvmeof_beacon_diff"],"optional":[]},"mons":[{"rank":0,"name":"trial101","public_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.101:3300","nonce":0},{"type":"v1","addr":"10.20.193.101:6789","nonce":0}]},"addr":"10.20.193.101:6789/0","public_addr":"10.20.193.101:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2026-02-20T23:29:14.131 INFO:teuthology.orchestra.run.trial168.stderr:dumped monmap epoch 1 2026-02-20T23:29:14.621 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:14 trial101 ceph-mon[35994]: from='client.? 10.20.193.168:0/1161154883' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2026-02-20T23:29:15.274 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2026-02-20T23:29:15.274 DEBUG:teuthology.orchestra.run.trial168:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:f7870454149f22574086dd2ff55d050585136531 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d509fa29-0eb3-11f1-b056-d404e6e7d460 -- ceph mon dump -f json 2026-02-20T23:29:15.395 INFO:teuthology.orchestra.run.trial168.stderr:Inferring config /etc/ceph/ceph.conf 2026-02-20T23:29:15.395 INFO:teuthology.orchestra.run.trial168.stderr:Inferring config /etc/ceph/ceph.conf 2026-02-20T23:29:15.695 INFO:teuthology.orchestra.run.trial168.stdout: 2026-02-20T23:29:15.696 INFO:teuthology.orchestra.run.trial168.stdout:{"epoch":1,"fsid":"d509fa29-0eb3-11f1-b056-d404e6e7d460","modified":"2026-02-20T23:28:28.521900Z","created":"2026-02-20T23:28:28.521900Z","min_mon_release":20,"min_mon_release_name":"tentacle","election_strategy":1,"disallowed_leaders":"","stretch_mode":false,"tiebreaker_mon":"","removed_ranks":"","features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging","quincy","reef","squid","tentacle","nvmeof_beacon_diff"],"optional":[]},"mons":[{"rank":0,"name":"trial101","public_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.101:3300","nonce":0},{"type":"v1","addr":"10.20.193.101:6789","nonce":0}]},"addr":"10.20.193.101:6789/0","public_addr":"10.20.193.101:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2026-02-20T23:29:15.696 INFO:teuthology.orchestra.run.trial168.stderr:dumped monmap epoch 1 2026-02-20T23:29:16.122 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:15 trial101 ceph-mon[35994]: Active manager daemon trial101.twcqls restarted 2026-02-20T23:29:16.122 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:15 trial101 ceph-mon[35994]: Activating manager daemon trial101.twcqls 2026-02-20T23:29:16.122 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:15 trial101 ceph-mon[35994]: osdmap e5: 0 total, 0 up, 0 in 2026-02-20T23:29:16.122 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:15 trial101 ceph-mon[35994]: mgrmap e15: trial101.twcqls(active, starting, since 0.00238952s) 2026-02-20T23:29:16.122 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:15 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "mon metadata", "id": "trial101"} : dispatch 2026-02-20T23:29:16.122 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:15 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "mgr metadata", "who": "trial101.twcqls", "id": "trial101.twcqls"} : dispatch 2026-02-20T23:29:16.122 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:15 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "mds metadata"} : dispatch 2026-02-20T23:29:16.122 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:15 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "osd metadata"} : dispatch 2026-02-20T23:29:16.122 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:15 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "mon metadata"} : dispatch 2026-02-20T23:29:16.122 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:15 trial101 ceph-mon[35994]: Manager daemon trial101.twcqls is now available 2026-02-20T23:29:16.122 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:15 trial101 ceph-mon[35994]: from='client.? 10.20.193.168:0/216437922' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2026-02-20T23:29:16.837 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2026-02-20T23:29:16.837 DEBUG:teuthology.orchestra.run.trial168:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:f7870454149f22574086dd2ff55d050585136531 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d509fa29-0eb3-11f1-b056-d404e6e7d460 -- ceph mon dump -f json 2026-02-20T23:29:16.959 INFO:teuthology.orchestra.run.trial168.stderr:Inferring config /etc/ceph/ceph.conf 2026-02-20T23:29:16.960 INFO:teuthology.orchestra.run.trial168.stderr:Inferring config /etc/ceph/ceph.conf 2026-02-20T23:29:17.122 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:16 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-20T23:29:17.122 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:16 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:29:17.122 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:16 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-02-20T23:29:17.122 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:16 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "orch get-security-config"} : dispatch 2026-02-20T23:29:17.122 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:16 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/trial101.twcqls/mirror_snapshot_schedule"} : dispatch 2026-02-20T23:29:17.122 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:16 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/trial101.twcqls/trash_purge_schedule"} : dispatch 2026-02-20T23:29:17.122 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:16 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:29:17.122 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:16 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:29:17.122 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:16 trial101 ceph-mon[35994]: mgrmap e16: trial101.twcqls(active, since 1.00478s) 2026-02-20T23:29:17.243 INFO:teuthology.orchestra.run.trial168.stdout: 2026-02-20T23:29:17.243 INFO:teuthology.orchestra.run.trial168.stdout:{"epoch":1,"fsid":"d509fa29-0eb3-11f1-b056-d404e6e7d460","modified":"2026-02-20T23:28:28.521900Z","created":"2026-02-20T23:28:28.521900Z","min_mon_release":20,"min_mon_release_name":"tentacle","election_strategy":1,"disallowed_leaders":"","stretch_mode":false,"tiebreaker_mon":"","removed_ranks":"","features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging","quincy","reef","squid","tentacle","nvmeof_beacon_diff"],"optional":[]},"mons":[{"rank":0,"name":"trial101","public_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.101:3300","nonce":0},{"type":"v1","addr":"10.20.193.101:6789","nonce":0}]},"addr":"10.20.193.101:6789/0","public_addr":"10.20.193.101:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2026-02-20T23:29:17.244 INFO:teuthology.orchestra.run.trial168.stderr:dumped monmap epoch 1 2026-02-20T23:29:18.122 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:17 trial101 ceph-mon[35994]: [20/Feb/2026:23:29:16] ENGINE Bus STARTING 2026-02-20T23:29:18.122 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:17 trial101 ceph-mon[35994]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "orch get-security-config"}]: dispatch 2026-02-20T23:29:18.122 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:17 trial101 ceph-mon[35994]: [20/Feb/2026:23:29:16] ENGINE Serving on https://10.20.193.101:7150 2026-02-20T23:29:18.122 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:17 trial101 ceph-mon[35994]: [20/Feb/2026:23:29:16] ENGINE Client ('10.20.193.101', 59418) lost — peer dropped the TLS connection suddenly, during handshake: (6, 'TLS/SSL connection has been closed (EOF) (_ssl.c:1147)') 2026-02-20T23:29:18.122 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:17 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:29:18.122 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:17 trial101 ceph-mon[35994]: [20/Feb/2026:23:29:16] ENGINE Serving on http://10.20.193.101:8765 2026-02-20T23:29:18.122 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:17 trial101 ceph-mon[35994]: [20/Feb/2026:23:29:16] ENGINE Bus STARTED 2026-02-20T23:29:18.122 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:17 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:29:18.122 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:17 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:29:18.122 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:17 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:29:18.122 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:17 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:29:18.122 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:17 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "config rm", "who": "osd/host:trial101", "name": "osd_memory_target"} : dispatch 2026-02-20T23:29:18.122 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:17 trial101 ceph-mon[35994]: from='client.? 10.20.193.168:0/589558472' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2026-02-20T23:29:18.386 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2026-02-20T23:29:18.386 DEBUG:teuthology.orchestra.run.trial168:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:f7870454149f22574086dd2ff55d050585136531 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d509fa29-0eb3-11f1-b056-d404e6e7d460 -- ceph mon dump -f json 2026-02-20T23:29:18.502 INFO:teuthology.orchestra.run.trial168.stderr:Inferring config /var/lib/ceph/d509fa29-0eb3-11f1-b056-d404e6e7d460/config/ceph.conf 2026-02-20T23:29:18.832 INFO:teuthology.orchestra.run.trial168.stdout: 2026-02-20T23:29:18.833 INFO:teuthology.orchestra.run.trial168.stdout:{"epoch":1,"fsid":"d509fa29-0eb3-11f1-b056-d404e6e7d460","modified":"2026-02-20T23:28:28.521900Z","created":"2026-02-20T23:28:28.521900Z","min_mon_release":20,"min_mon_release_name":"tentacle","election_strategy":1,"disallowed_leaders":"","stretch_mode":false,"tiebreaker_mon":"","removed_ranks":"","features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging","quincy","reef","squid","tentacle","nvmeof_beacon_diff"],"optional":[]},"mons":[{"rank":0,"name":"trial101","public_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.101:3300","nonce":0},{"type":"v1","addr":"10.20.193.101:6789","nonce":0}]},"addr":"10.20.193.101:6789/0","public_addr":"10.20.193.101:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2026-02-20T23:29:18.833 INFO:teuthology.orchestra.run.trial168.stderr:dumped monmap epoch 1 2026-02-20T23:29:19.371 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:19 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:29:19.372 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:19 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:29:19.372 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:19 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:29:19.372 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:19 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:29:19.372 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:19 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "config rm", "who": "osd/host:trial168", "name": "osd_memory_target"} : dispatch 2026-02-20T23:29:19.372 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:19 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-20T23:29:19.372 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:19 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-20T23:29:19.372 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:19 trial101 ceph-mon[35994]: Updating trial101:/etc/ceph/ceph.conf 2026-02-20T23:29:19.372 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:19 trial101 ceph-mon[35994]: Updating trial168:/etc/ceph/ceph.conf 2026-02-20T23:29:19.372 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:19 trial101 ceph-mon[35994]: Updating trial168:/var/lib/ceph/d509fa29-0eb3-11f1-b056-d404e6e7d460/config/ceph.conf 2026-02-20T23:29:19.372 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:19 trial101 ceph-mon[35994]: Updating trial101:/var/lib/ceph/d509fa29-0eb3-11f1-b056-d404e6e7d460/config/ceph.conf 2026-02-20T23:29:19.372 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:19 trial101 ceph-mon[35994]: mgrmap e17: trial101.twcqls(active, since 2s) 2026-02-20T23:29:19.372 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:19 trial101 ceph-mon[35994]: Updating trial101:/etc/ceph/ceph.client.admin.keyring 2026-02-20T23:29:19.372 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:19 trial101 ceph-mon[35994]: Updating trial168:/etc/ceph/ceph.client.admin.keyring 2026-02-20T23:29:19.372 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:19 trial101 ceph-mon[35994]: Updating trial168:/var/lib/ceph/d509fa29-0eb3-11f1-b056-d404e6e7d460/config/ceph.client.admin.keyring 2026-02-20T23:29:19.372 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:19 trial101 ceph-mon[35994]: Updating trial101:/var/lib/ceph/d509fa29-0eb3-11f1-b056-d404e6e7d460/config/ceph.client.admin.keyring 2026-02-20T23:29:19.372 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:19 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:29:19.372 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:19 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:29:19.372 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:19 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:29:19.372 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:19 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:29:19.372 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:19 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:29:19.372 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:19 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "auth get-or-create", "entity": "client.ceph-exporter.trial168", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]} : dispatch 2026-02-20T23:29:19.372 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:19 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd='[{"prefix": "auth get-or-create", "entity": "client.ceph-exporter.trial168", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]}]': finished 2026-02-20T23:29:19.372 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:19 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-20T23:29:19.372 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:19 trial101 ceph-mon[35994]: Deploying daemon ceph-exporter.trial168 on trial168 2026-02-20T23:29:19.372 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:19 trial101 ceph-mon[35994]: from='client.? 10.20.193.168:0/2199495519' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2026-02-20T23:29:19.980 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2026-02-20T23:29:19.981 DEBUG:teuthology.orchestra.run.trial168:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:f7870454149f22574086dd2ff55d050585136531 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d509fa29-0eb3-11f1-b056-d404e6e7d460 -- ceph mon dump -f json 2026-02-20T23:29:20.097 INFO:teuthology.orchestra.run.trial168.stderr:Inferring config /var/lib/ceph/d509fa29-0eb3-11f1-b056-d404e6e7d460/config/ceph.conf 2026-02-20T23:29:20.396 INFO:teuthology.orchestra.run.trial168.stdout: 2026-02-20T23:29:20.396 INFO:teuthology.orchestra.run.trial168.stdout:{"epoch":1,"fsid":"d509fa29-0eb3-11f1-b056-d404e6e7d460","modified":"2026-02-20T23:28:28.521900Z","created":"2026-02-20T23:28:28.521900Z","min_mon_release":20,"min_mon_release_name":"tentacle","election_strategy":1,"disallowed_leaders":"","stretch_mode":false,"tiebreaker_mon":"","removed_ranks":"","features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging","quincy","reef","squid","tentacle","nvmeof_beacon_diff"],"optional":[]},"mons":[{"rank":0,"name":"trial101","public_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.101:3300","nonce":0},{"type":"v1","addr":"10.20.193.101:6789","nonce":0}]},"addr":"10.20.193.101:6789/0","public_addr":"10.20.193.101:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2026-02-20T23:29:20.397 INFO:teuthology.orchestra.run.trial168.stderr:dumped monmap epoch 1 2026-02-20T23:29:21.371 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:20 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:29:21.371 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:20 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:29:21.371 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:20 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:29:21.372 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:20 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:29:21.372 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:20 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "auth get-or-create", "entity": "client.crash.trial168", "caps": ["mon", "profile crash", "mgr", "profile crash"]} : dispatch 2026-02-20T23:29:21.372 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:20 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.trial168", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2026-02-20T23:29:21.372 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:20 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-20T23:29:21.372 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:20 trial101 ceph-mon[35994]: Deploying daemon crash.trial168 on trial168 2026-02-20T23:29:21.372 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:20 trial101 ceph-mon[35994]: from='client.? 10.20.193.168:0/3436130310' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2026-02-20T23:29:21.372 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:20 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:29:21.372 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:20 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:29:21.372 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:20 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:29:21.372 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:20 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:29:21.372 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:20 trial101 ceph-mon[35994]: Deploying daemon node-exporter.trial168 on trial168 2026-02-20T23:29:21.372 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:20 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:29:21.607 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2026-02-20T23:29:21.608 DEBUG:teuthology.orchestra.run.trial168:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:f7870454149f22574086dd2ff55d050585136531 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d509fa29-0eb3-11f1-b056-d404e6e7d460 -- ceph mon dump -f json 2026-02-20T23:29:21.791 INFO:teuthology.orchestra.run.trial168.stderr:Inferring config /var/lib/ceph/d509fa29-0eb3-11f1-b056-d404e6e7d460/config/ceph.conf 2026-02-20T23:29:22.069 INFO:teuthology.orchestra.run.trial168.stdout: 2026-02-20T23:29:22.069 INFO:teuthology.orchestra.run.trial168.stdout:{"epoch":1,"fsid":"d509fa29-0eb3-11f1-b056-d404e6e7d460","modified":"2026-02-20T23:28:28.521900Z","created":"2026-02-20T23:28:28.521900Z","min_mon_release":20,"min_mon_release_name":"tentacle","election_strategy":1,"disallowed_leaders":"","stretch_mode":false,"tiebreaker_mon":"","removed_ranks":"","features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging","quincy","reef","squid","tentacle","nvmeof_beacon_diff"],"optional":[]},"mons":[{"rank":0,"name":"trial101","public_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.101:3300","nonce":0},{"type":"v1","addr":"10.20.193.101:6789","nonce":0}]},"addr":"10.20.193.101:6789/0","public_addr":"10.20.193.101:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2026-02-20T23:29:22.070 INFO:teuthology.orchestra.run.trial168.stderr:dumped monmap epoch 1 2026-02-20T23:29:23.210 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2026-02-20T23:29:23.211 DEBUG:teuthology.orchestra.run.trial168:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:f7870454149f22574086dd2ff55d050585136531 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d509fa29-0eb3-11f1-b056-d404e6e7d460 -- ceph mon dump -f json 2026-02-20T23:29:23.329 INFO:teuthology.orchestra.run.trial168.stderr:Inferring config /var/lib/ceph/d509fa29-0eb3-11f1-b056-d404e6e7d460/config/ceph.conf 2026-02-20T23:29:23.371 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:22 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:29:23.372 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:22 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:29:23.372 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:22 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:29:23.372 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:22 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:29:23.372 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:22 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "auth get-or-create", "entity": "mgr.trial168.iztvhl", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2026-02-20T23:29:23.372 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:22 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.trial168.iztvhl", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2026-02-20T23:29:23.372 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:22 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "mgr services"} : dispatch 2026-02-20T23:29:23.372 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:22 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-20T23:29:23.372 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:22 trial101 ceph-mon[35994]: Deploying daemon mgr.trial168.iztvhl on trial168 2026-02-20T23:29:23.372 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:22 trial101 ceph-mon[35994]: from='client.? 10.20.193.168:0/826966863' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2026-02-20T23:29:23.372 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:22 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:29:23.373 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:22 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:29:23.373 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:22 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:29:23.373 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:22 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:29:23.373 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:22 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2026-02-20T23:29:23.373 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:22 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-20T23:29:23.770 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 podman[42806]: 2026-02-20 23:29:23.746760431 +0000 UTC m=+0.017230809 container create fe73ab35205a1eb5df14f37d604c7a259abd9f6500f3b8e0269da5c544d1146f (image=quay.ceph.io/ceph-ci/ceph@sha256:9cc281dd1e60310f8109166bc76e656ce4c5c9b7d9bb9abfc9aa033dfa762ae4, name=ceph-d509fa29-0eb3-11f1-b056-d404e6e7d460-mon-trial168, OSD_FLAVOR=default, io.buildah.version=1.33.7, FROM_IMAGE=quay.io/centos/centos:stream9, org.label-schema.vendor=CentOS, org.label-schema.schema-version=1.0, ceph=True, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, CEPH_REF=wip-pdonnell-testing-20260219.182737-tentacle, CEPH_SHA1=f7870454149f22574086dd2ff55d050585136531, org.opencontainers.image.authors=Ceph Release Team , org.opencontainers.image.documentation=https://docs.ceph.com/, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.build-date=20260216, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, org.label-schema.license=GPLv2) 2026-02-20T23:29:24.270 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 podman[42806]: 2026-02-20 23:29:23.792258385 +0000 UTC m=+0.062728712 container init fe73ab35205a1eb5df14f37d604c7a259abd9f6500f3b8e0269da5c544d1146f (image=quay.ceph.io/ceph-ci/ceph@sha256:9cc281dd1e60310f8109166bc76e656ce4c5c9b7d9bb9abfc9aa033dfa762ae4, name=ceph-d509fa29-0eb3-11f1-b056-d404e6e7d460-mon-trial168, org.label-schema.schema-version=1.0, ceph=True, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, org.opencontainers.image.documentation=https://docs.ceph.com/, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, org.label-schema.license=GPLv2, io.buildah.version=1.33.7, FROM_IMAGE=quay.io/centos/centos:stream9, org.label-schema.build-date=20260216, OSD_FLAVOR=default, org.opencontainers.image.authors=Ceph Release Team , org.label-schema.vendor=CentOS, CEPH_SHA1=f7870454149f22574086dd2ff55d050585136531, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_REF=wip-pdonnell-testing-20260219.182737-tentacle) 2026-02-20T23:29:24.270 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 podman[42806]: 2026-02-20 23:29:23.795796808 +0000 UTC m=+0.066267135 container start fe73ab35205a1eb5df14f37d604c7a259abd9f6500f3b8e0269da5c544d1146f (image=quay.ceph.io/ceph-ci/ceph@sha256:9cc281dd1e60310f8109166bc76e656ce4c5c9b7d9bb9abfc9aa033dfa762ae4, name=ceph-d509fa29-0eb3-11f1-b056-d404e6e7d460-mon-trial168, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, org.label-schema.build-date=20260216, org.label-schema.vendor=CentOS, org.label-schema.name=CentOS Stream 9 Base Image, org.opencontainers.image.documentation=https://docs.ceph.com/, io.buildah.version=1.33.7, ceph=True, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, OSD_FLAVOR=default, FROM_IMAGE=quay.io/centos/centos:stream9, CEPH_SHA1=f7870454149f22574086dd2ff55d050585136531, CEPH_REF=wip-pdonnell-testing-20260219.182737-tentacle, org.label-schema.license=GPLv2, org.opencontainers.image.authors=Ceph Release Team , org.label-schema.schema-version=1.0) 2026-02-20T23:29:24.270 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 bash[42806]: fe73ab35205a1eb5df14f37d604c7a259abd9f6500f3b8e0269da5c544d1146f 2026-02-20T23:29:24.270 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 podman[42806]: 2026-02-20 23:29:23.739525463 +0000 UTC m=+0.009995790 image pull 191e36ff62c2c47de9f007d502ed6fbffff443749f925d00e4709abf526900f1 quay.ceph.io/ceph-ci/ceph@sha256:9cc281dd1e60310f8109166bc76e656ce4c5c9b7d9bb9abfc9aa033dfa762ae4 2026-02-20T23:29:24.270 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 systemd[1]: Started Ceph mon.trial168 for d509fa29-0eb3-11f1-b056-d404e6e7d460. 2026-02-20T23:29:24.270 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: set uid:gid to 167:167 (ceph:ceph) 2026-02-20T23:29:24.270 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: ceph version 20.2.0-677-gf7870454 (f7870454149f22574086dd2ff55d050585136531) tentacle (stable - RelWithDebInfo), process ceph-mon, pid 7 2026-02-20T23:29:24.270 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: pidfile_write: ignore empty --pid-file 2026-02-20T23:29:24.270 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: load: jerasure load: lrc 2026-02-20T23:29:24.270 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: rocksdb: RocksDB version: 7.9.2 2026-02-20T23:29:24.270 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: rocksdb: Git sha 0 2026-02-20T23:29:24.270 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: rocksdb: Compile date 2026-02-20 12:51:44 2026-02-20T23:29:24.270 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: rocksdb: DB SUMMARY 2026-02-20T23:29:24.270 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: rocksdb: DB Session ID: GLDX24U3OUAYYVYPMP3G 2026-02-20T23:29:24.270 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: rocksdb: CURRENT file: CURRENT 2026-02-20T23:29:24.270 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: rocksdb: IDENTITY file: IDENTITY 2026-02-20T23:29:24.270 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: rocksdb: MANIFEST file: MANIFEST-000005 size: 59 Bytes 2026-02-20T23:29:24.270 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: rocksdb: SST files in /var/lib/ceph/mon/ceph-trial168/store.db dir, Total Num: 0, files: 2026-02-20T23:29:24.270 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-trial168/store.db: 000004.log size: 511 ; 2026-02-20T23:29:24.271 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: rocksdb: Options.error_if_exists: 0 2026-02-20T23:29:24.271 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: rocksdb: Options.create_if_missing: 0 2026-02-20T23:29:24.271 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: rocksdb: Options.paranoid_checks: 1 2026-02-20T23:29:24.271 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: rocksdb: Options.flush_verify_memtable_count: 1 2026-02-20T23:29:24.271 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: rocksdb: Options.track_and_verify_wals_in_manifest: 0 2026-02-20T23:29:24.271 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2026-02-20T23:29:24.271 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: rocksdb: Options.env: 0x55e968cf64c0 2026-02-20T23:29:24.271 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: rocksdb: Options.fs: PosixFileSystem 2026-02-20T23:29:24.271 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: rocksdb: Options.info_log: 0x55e96a5282c0 2026-02-20T23:29:24.271 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: rocksdb: Options.max_file_opening_threads: 16 2026-02-20T23:29:24.271 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: rocksdb: Options.statistics: (nil) 2026-02-20T23:29:24.271 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: rocksdb: Options.use_fsync: 0 2026-02-20T23:29:24.271 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: rocksdb: Options.max_log_file_size: 0 2026-02-20T23:29:24.271 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: rocksdb: Options.max_manifest_file_size: 1073741824 2026-02-20T23:29:24.271 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: rocksdb: Options.log_file_time_to_roll: 0 2026-02-20T23:29:24.271 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: rocksdb: Options.keep_log_file_num: 1000 2026-02-20T23:29:24.271 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: rocksdb: Options.recycle_log_file_num: 0 2026-02-20T23:29:24.271 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: rocksdb: Options.allow_fallocate: 1 2026-02-20T23:29:24.271 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: rocksdb: Options.allow_mmap_reads: 0 2026-02-20T23:29:24.271 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: rocksdb: Options.allow_mmap_writes: 0 2026-02-20T23:29:24.271 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: rocksdb: Options.use_direct_reads: 0 2026-02-20T23:29:24.271 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2026-02-20T23:29:24.271 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: rocksdb: Options.create_missing_column_families: 0 2026-02-20T23:29:24.271 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: rocksdb: Options.db_log_dir: 2026-02-20T23:29:24.271 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: rocksdb: Options.wal_dir: 2026-02-20T23:29:24.271 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: rocksdb: Options.table_cache_numshardbits: 6 2026-02-20T23:29:24.271 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: rocksdb: Options.WAL_ttl_seconds: 0 2026-02-20T23:29:24.271 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: rocksdb: Options.WAL_size_limit_MB: 0 2026-02-20T23:29:24.271 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2026-02-20T23:29:24.271 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: rocksdb: Options.manifest_preallocation_size: 4194304 2026-02-20T23:29:24.271 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: rocksdb: Options.is_fd_close_on_exec: 1 2026-02-20T23:29:24.271 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: rocksdb: Options.advise_random_on_open: 1 2026-02-20T23:29:24.271 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: rocksdb: Options.db_write_buffer_size: 0 2026-02-20T23:29:24.271 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: rocksdb: Options.write_buffer_manager: 0x55e96a51c140 2026-02-20T23:29:24.271 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: rocksdb: Options.access_hint_on_compaction_start: 1 2026-02-20T23:29:24.271 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: rocksdb: Options.random_access_max_buffer_size: 1048576 2026-02-20T23:29:24.271 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: rocksdb: Options.use_adaptive_mutex: 0 2026-02-20T23:29:24.271 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: rocksdb: Options.rate_limiter: (nil) 2026-02-20T23:29:24.271 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2026-02-20T23:29:24.271 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: rocksdb: Options.wal_recovery_mode: 2 2026-02-20T23:29:24.271 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: rocksdb: Options.enable_thread_tracking: 0 2026-02-20T23:29:24.272 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: rocksdb: Options.enable_pipelined_write: 0 2026-02-20T23:29:24.272 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: rocksdb: Options.unordered_write: 0 2026-02-20T23:29:24.272 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: rocksdb: Options.allow_concurrent_memtable_write: 1 2026-02-20T23:29:24.272 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: rocksdb: Options.enable_write_thread_adaptive_yield: 1 2026-02-20T23:29:24.272 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: rocksdb: Options.write_thread_max_yield_usec: 100 2026-02-20T23:29:24.272 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: rocksdb: Options.write_thread_slow_yield_usec: 3 2026-02-20T23:29:24.272 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: rocksdb: Options.row_cache: None 2026-02-20T23:29:24.272 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: rocksdb: Options.wal_filter: None 2026-02-20T23:29:24.272 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: rocksdb: Options.avoid_flush_during_recovery: 0 2026-02-20T23:29:24.272 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: rocksdb: Options.allow_ingest_behind: 0 2026-02-20T23:29:24.272 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: rocksdb: Options.two_write_queues: 0 2026-02-20T23:29:24.272 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: rocksdb: Options.manual_wal_flush: 0 2026-02-20T23:29:24.272 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: rocksdb: Options.wal_compression: 0 2026-02-20T23:29:24.272 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: rocksdb: Options.atomic_flush: 0 2026-02-20T23:29:24.272 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: rocksdb: Options.avoid_unnecessary_blocking_io: 0 2026-02-20T23:29:24.272 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: rocksdb: Options.persist_stats_to_disk: 0 2026-02-20T23:29:24.272 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: rocksdb: Options.write_dbid_to_manifest: 0 2026-02-20T23:29:24.272 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: rocksdb: Options.log_readahead_size: 0 2026-02-20T23:29:24.272 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: rocksdb: Options.file_checksum_gen_factory: Unknown 2026-02-20T23:29:24.272 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: rocksdb: Options.best_efforts_recovery: 0 2026-02-20T23:29:24.272 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: rocksdb: Options.max_bgerror_resume_count: 2147483647 2026-02-20T23:29:24.272 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: rocksdb: Options.bgerror_resume_retry_interval: 1000000 2026-02-20T23:29:24.272 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: rocksdb: Options.allow_data_in_errors: 0 2026-02-20T23:29:24.272 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: rocksdb: Options.db_host_id: __hostname__ 2026-02-20T23:29:24.272 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: rocksdb: Options.enforce_single_del_contracts: true 2026-02-20T23:29:24.272 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: rocksdb: Options.max_background_jobs: 2 2026-02-20T23:29:24.272 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: rocksdb: Options.max_background_compactions: -1 2026-02-20T23:29:24.272 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: rocksdb: Options.max_subcompactions: 1 2026-02-20T23:29:24.272 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: rocksdb: Options.avoid_flush_during_shutdown: 0 2026-02-20T23:29:24.272 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: rocksdb: Options.writable_file_max_buffer_size: 1048576 2026-02-20T23:29:24.272 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: rocksdb: Options.delayed_write_rate : 16777216 2026-02-20T23:29:24.272 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: rocksdb: Options.max_total_wal_size: 0 2026-02-20T23:29:24.272 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2026-02-20T23:29:24.272 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: rocksdb: Options.stats_dump_period_sec: 600 2026-02-20T23:29:24.272 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: rocksdb: Options.stats_persist_period_sec: 600 2026-02-20T23:29:24.272 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: rocksdb: Options.stats_history_buffer_size: 1048576 2026-02-20T23:29:24.272 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: rocksdb: Options.max_open_files: -1 2026-02-20T23:29:24.272 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: rocksdb: Options.bytes_per_sync: 0 2026-02-20T23:29:24.272 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: rocksdb: Options.wal_bytes_per_sync: 0 2026-02-20T23:29:24.272 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: rocksdb: Options.strict_bytes_per_sync: 0 2026-02-20T23:29:24.273 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: rocksdb: Options.compaction_readahead_size: 0 2026-02-20T23:29:24.273 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: rocksdb: Options.max_background_flushes: -1 2026-02-20T23:29:24.273 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: rocksdb: Compression algorithms supported: 2026-02-20T23:29:24.273 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: rocksdb: kZSTD supported: 0 2026-02-20T23:29:24.273 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: rocksdb: kXpressCompression supported: 0 2026-02-20T23:29:24.273 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: rocksdb: kBZip2Compression supported: 0 2026-02-20T23:29:24.273 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: rocksdb: kZSTDNotFinalCompression supported: 0 2026-02-20T23:29:24.273 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: rocksdb: kLZ4Compression supported: 1 2026-02-20T23:29:24.273 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: rocksdb: kZlibCompression supported: 1 2026-02-20T23:29:24.273 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: rocksdb: kLZ4HCCompression supported: 1 2026-02-20T23:29:24.273 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: rocksdb: kSnappyCompression supported: 1 2026-02-20T23:29:24.273 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: rocksdb: Fast CRC32 supported: Supported on x86 2026-02-20T23:29:24.273 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: rocksdb: DMutex implementation: pthread_mutex_t 2026-02-20T23:29:24.273 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-trial168/store.db/MANIFEST-000005 2026-02-20T23:29:24.273 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2026-02-20T23:29:24.273 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: rocksdb: Options.comparator: leveldb.BytewiseComparator 2026-02-20T23:29:24.273 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: rocksdb: Options.merge_operator: 2026-02-20T23:29:24.273 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: rocksdb: Options.compaction_filter: None 2026-02-20T23:29:24.273 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: rocksdb: Options.compaction_filter_factory: None 2026-02-20T23:29:24.273 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: rocksdb: Options.sst_partitioner_factory: None 2026-02-20T23:29:24.273 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: rocksdb: Options.memtable_factory: SkipListFactory 2026-02-20T23:29:24.273 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: rocksdb: Options.table_factory: BlockBasedTable 2026-02-20T23:29:24.273 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55e96a518cc0) 2026-02-20T23:29:24.273 INFO:journalctl@ceph.mon.trial168.trial168.stdout: cache_index_and_filter_blocks: 1 2026-02-20T23:29:24.273 INFO:journalctl@ceph.mon.trial168.trial168.stdout: cache_index_and_filter_blocks_with_high_priority: 0 2026-02-20T23:29:24.273 INFO:journalctl@ceph.mon.trial168.trial168.stdout: pin_l0_filter_and_index_blocks_in_cache: 0 2026-02-20T23:29:24.273 INFO:journalctl@ceph.mon.trial168.trial168.stdout: pin_top_level_index_and_filter: 1 2026-02-20T23:29:24.273 INFO:journalctl@ceph.mon.trial168.trial168.stdout: index_type: 0 2026-02-20T23:29:24.273 INFO:journalctl@ceph.mon.trial168.trial168.stdout: data_block_index_type: 0 2026-02-20T23:29:24.273 INFO:journalctl@ceph.mon.trial168.trial168.stdout: index_shortening: 1 2026-02-20T23:29:24.273 INFO:journalctl@ceph.mon.trial168.trial168.stdout: data_block_hash_table_util_ratio: 0.750000 2026-02-20T23:29:24.273 INFO:journalctl@ceph.mon.trial168.trial168.stdout: checksum: 4 2026-02-20T23:29:24.273 INFO:journalctl@ceph.mon.trial168.trial168.stdout: no_block_cache: 0 2026-02-20T23:29:24.273 INFO:journalctl@ceph.mon.trial168.trial168.stdout: block_cache: 0x55e96a539b90 2026-02-20T23:29:24.273 INFO:journalctl@ceph.mon.trial168.trial168.stdout: block_cache_name: BinnedLRUCache 2026-02-20T23:29:24.273 INFO:journalctl@ceph.mon.trial168.trial168.stdout: block_cache_options: 2026-02-20T23:29:24.273 INFO:journalctl@ceph.mon.trial168.trial168.stdout: capacity : 536870912 2026-02-20T23:29:24.273 INFO:journalctl@ceph.mon.trial168.trial168.stdout: num_shard_bits : 4 2026-02-20T23:29:24.273 INFO:journalctl@ceph.mon.trial168.trial168.stdout: strict_capacity_limit : 0 2026-02-20T23:29:24.273 INFO:journalctl@ceph.mon.trial168.trial168.stdout: high_pri_pool_ratio: 0.000 2026-02-20T23:29:24.273 INFO:journalctl@ceph.mon.trial168.trial168.stdout: block_cache_compressed: (nil) 2026-02-20T23:29:24.273 INFO:journalctl@ceph.mon.trial168.trial168.stdout: persistent_cache: (nil) 2026-02-20T23:29:24.274 INFO:journalctl@ceph.mon.trial168.trial168.stdout: block_size: 4096 2026-02-20T23:29:24.274 INFO:journalctl@ceph.mon.trial168.trial168.stdout: block_size_deviation: 10 2026-02-20T23:29:24.274 INFO:journalctl@ceph.mon.trial168.trial168.stdout: block_restart_interval: 16 2026-02-20T23:29:24.274 INFO:journalctl@ceph.mon.trial168.trial168.stdout: index_block_restart_interval: 1 2026-02-20T23:29:24.274 INFO:journalctl@ceph.mon.trial168.trial168.stdout: metadata_block_size: 4096 2026-02-20T23:29:24.274 INFO:journalctl@ceph.mon.trial168.trial168.stdout: partition_filters: 0 2026-02-20T23:29:24.275 INFO:journalctl@ceph.mon.trial168.trial168.stdout: use_delta_encoding: 1 2026-02-20T23:29:24.275 INFO:journalctl@ceph.mon.trial168.trial168.stdout: filter_policy: bloomfilter 2026-02-20T23:29:24.275 INFO:journalctl@ceph.mon.trial168.trial168.stdout: whole_key_filtering: 1 2026-02-20T23:29:24.275 INFO:journalctl@ceph.mon.trial168.trial168.stdout: verify_compression: 0 2026-02-20T23:29:24.275 INFO:journalctl@ceph.mon.trial168.trial168.stdout: read_amp_bytes_per_bit: 0 2026-02-20T23:29:24.275 INFO:journalctl@ceph.mon.trial168.trial168.stdout: format_version: 5 2026-02-20T23:29:24.275 INFO:journalctl@ceph.mon.trial168.trial168.stdout: enable_index_compression: 1 2026-02-20T23:29:24.275 INFO:journalctl@ceph.mon.trial168.trial168.stdout: block_align: 0 2026-02-20T23:29:24.275 INFO:journalctl@ceph.mon.trial168.trial168.stdout: max_auto_readahead_size: 262144 2026-02-20T23:29:24.275 INFO:journalctl@ceph.mon.trial168.trial168.stdout: prepopulate_block_cache: 0 2026-02-20T23:29:24.275 INFO:journalctl@ceph.mon.trial168.trial168.stdout: initial_auto_readahead_size: 8192 2026-02-20T23:29:24.275 INFO:journalctl@ceph.mon.trial168.trial168.stdout: num_file_reads_for_auto_readahead: 2 2026-02-20T23:29:24.275 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: rocksdb: Options.write_buffer_size: 33554432 2026-02-20T23:29:24.275 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: rocksdb: Options.max_write_buffer_number: 2 2026-02-20T23:29:24.275 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: rocksdb: Options.compression: NoCompression 2026-02-20T23:29:24.275 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: rocksdb: Options.bottommost_compression: Disabled 2026-02-20T23:29:24.275 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: rocksdb: Options.prefix_extractor: nullptr 2026-02-20T23:29:24.275 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2026-02-20T23:29:24.275 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: rocksdb: Options.num_levels: 7 2026-02-20T23:29:24.275 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: rocksdb: Options.min_write_buffer_number_to_merge: 1 2026-02-20T23:29:24.275 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: rocksdb: Options.max_write_buffer_number_to_maintain: 0 2026-02-20T23:29:24.275 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: rocksdb: Options.max_write_buffer_size_to_maintain: 0 2026-02-20T23:29:24.275 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: rocksdb: Options.bottommost_compression_opts.window_bits: -14 2026-02-20T23:29:24.275 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: rocksdb: Options.bottommost_compression_opts.level: 32767 2026-02-20T23:29:24.275 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: rocksdb: Options.bottommost_compression_opts.strategy: 0 2026-02-20T23:29:24.275 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2026-02-20T23:29:24.275 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2026-02-20T23:29:24.275 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2026-02-20T23:29:24.275 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: rocksdb: Options.bottommost_compression_opts.enabled: false 2026-02-20T23:29:24.275 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2026-02-20T23:29:24.275 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2026-02-20T23:29:24.275 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: rocksdb: Options.compression_opts.window_bits: -14 2026-02-20T23:29:24.275 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: rocksdb: Options.compression_opts.level: 32767 2026-02-20T23:29:24.275 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: rocksdb: Options.compression_opts.strategy: 0 2026-02-20T23:29:24.276 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: rocksdb: Options.compression_opts.max_dict_bytes: 0 2026-02-20T23:29:24.276 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2026-02-20T23:29:24.276 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2026-02-20T23:29:24.276 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: rocksdb: Options.compression_opts.parallel_threads: 1 2026-02-20T23:29:24.276 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: rocksdb: Options.compression_opts.enabled: false 2026-02-20T23:29:24.276 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2026-02-20T23:29:24.276 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: rocksdb: Options.level0_file_num_compaction_trigger: 4 2026-02-20T23:29:24.276 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: rocksdb: Options.level0_slowdown_writes_trigger: 20 2026-02-20T23:29:24.276 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: rocksdb: Options.level0_stop_writes_trigger: 36 2026-02-20T23:29:24.276 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: rocksdb: Options.target_file_size_base: 67108864 2026-02-20T23:29:24.276 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: rocksdb: Options.target_file_size_multiplier: 1 2026-02-20T23:29:24.276 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: rocksdb: Options.max_bytes_for_level_base: 268435456 2026-02-20T23:29:24.276 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2026-02-20T23:29:24.276 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2026-02-20T23:29:24.276 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2026-02-20T23:29:24.276 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2026-02-20T23:29:24.276 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2026-02-20T23:29:24.276 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2026-02-20T23:29:24.276 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2026-02-20T23:29:24.276 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2026-02-20T23:29:24.276 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2026-02-20T23:29:24.276 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: rocksdb: Options.max_sequential_skip_in_iterations: 8 2026-02-20T23:29:24.276 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: rocksdb: Options.max_compaction_bytes: 1677721600 2026-02-20T23:29:24.276 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2026-02-20T23:29:24.276 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: rocksdb: Options.arena_block_size: 1048576 2026-02-20T23:29:24.276 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2026-02-20T23:29:24.276 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2026-02-20T23:29:24.276 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: rocksdb: Options.disable_auto_compactions: 0 2026-02-20T23:29:24.276 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: rocksdb: Options.compaction_style: kCompactionStyleLevel 2026-02-20T23:29:24.276 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: rocksdb: Options.compaction_pri: kMinOverlappingRatio 2026-02-20T23:29:24.276 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: rocksdb: Options.compaction_options_universal.size_ratio: 1 2026-02-20T23:29:24.276 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: rocksdb: Options.compaction_options_universal.min_merge_width: 2 2026-02-20T23:29:24.276 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2026-02-20T23:29:24.276 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2026-02-20T23:29:24.276 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2026-02-20T23:29:24.276 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2026-02-20T23:29:24.276 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2026-02-20T23:29:24.276 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2026-02-20T23:29:24.276 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: rocksdb: Options.table_properties_collectors: CompactOnDeletionCollector (Sliding window size = 32768 Deletion trigger = 16384 Deletion ratio = 0); 2026-02-20T23:29:24.276 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: rocksdb: Options.inplace_update_support: 0 2026-02-20T23:29:24.276 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: rocksdb: Options.inplace_update_num_locks: 10000 2026-02-20T23:29:24.276 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2026-02-20T23:29:24.276 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: rocksdb: Options.memtable_whole_key_filtering: 0 2026-02-20T23:29:24.277 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: rocksdb: Options.memtable_huge_page_size: 0 2026-02-20T23:29:24.277 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: rocksdb: Options.bloom_locality: 0 2026-02-20T23:29:24.277 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: rocksdb: Options.max_successive_merges: 0 2026-02-20T23:29:24.277 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: rocksdb: Options.optimize_filters_for_hits: 0 2026-02-20T23:29:24.277 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: rocksdb: Options.paranoid_file_checks: 0 2026-02-20T23:29:24.277 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: rocksdb: Options.force_consistency_checks: 1 2026-02-20T23:29:24.277 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: rocksdb: Options.report_bg_io_stats: 0 2026-02-20T23:29:24.277 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: rocksdb: Options.ttl: 2592000 2026-02-20T23:29:24.277 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: rocksdb: Options.periodic_compaction_seconds: 0 2026-02-20T23:29:24.277 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: rocksdb: Options.preclude_last_level_data_seconds: 0 2026-02-20T23:29:24.277 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: rocksdb: Options.preserve_internal_time_seconds: 0 2026-02-20T23:29:24.277 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: rocksdb: Options.enable_blob_files: false 2026-02-20T23:29:24.277 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: rocksdb: Options.min_blob_size: 0 2026-02-20T23:29:24.277 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: rocksdb: Options.blob_file_size: 268435456 2026-02-20T23:29:24.277 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: rocksdb: Options.blob_compression_type: NoCompression 2026-02-20T23:29:24.277 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: rocksdb: Options.enable_blob_garbage_collection: false 2026-02-20T23:29:24.277 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2026-02-20T23:29:24.277 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2026-02-20T23:29:24.277 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: rocksdb: Options.blob_compaction_readahead_size: 0 2026-02-20T23:29:24.277 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: rocksdb: Options.blob_file_starting_level: 0 2026-02-20T23:29:24.277 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: rocksdb: Options.experimental_mempurge_threshold: 0.000000 2026-02-20T23:29:24.277 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: rocksdb: [db/version_set.cc:5566] Recovered from manifest file:/var/lib/ceph/mon/ceph-trial168/store.db/MANIFEST-000005 succeeded,manifest_file_number is 5, next_file_number is 7, 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-20T23:29:24.277 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 0 2026-02-20T23:29:24.277 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: 53090626-38eb-49b9-9712-4606ddc9bb0f 2026-02-20T23:29:24.277 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: rocksdb: EVENT_LOG_v1 {"time_micros": 1771630163814885, "job": 1, "event": "recovery_started", "wal_files": [4]} 2026-02-20T23:29:24.277 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #4 mode 2 2026-02-20T23:29:24.277 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: rocksdb: EVENT_LOG_v1 {"time_micros": 1771630163816545, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 8, "file_size": 1647, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 1, "largest_seqno": 5, "table_properties": {"data_size": 523, "index_size": 31, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 1, "index_value_is_delta_encoded": 1, "filter_size": 69, "raw_key_size": 115, "raw_average_key_size": 23, "raw_value_size": 401, "raw_average_value_size": 80, "num_data_blocks": 1, "num_entries": 5, "num_filter_entries": 5, "num_deletions": 0, "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": 1771630163, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "53090626-38eb-49b9-9712-4606ddc9bb0f", "db_session_id": "GLDX24U3OUAYYVYPMP3G", "orig_file_number": 8, "seqno_to_time_mapping": "N/A"}} 2026-02-20T23:29:24.277 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: rocksdb: EVENT_LOG_v1 {"time_micros": 1771630163816604, "job": 1, "event": "recovery_finished"} 2026-02-20T23:29:24.277 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: rocksdb: [db/version_set.cc:5047] Creating manifest 10 2026-02-20T23:29:24.277 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: rocksdb: [file/delete_scheduler.cc:74] Deleted file /var/lib/ceph/mon/ceph-trial168/store.db/000004.log immediately, rate_bytes_per_sec 0, total_trash_size 0 max_trash_db_ratio 0.250000 2026-02-20T23:29:24.277 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x55e96a53ce00 2026-02-20T23:29:24.277 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: rocksdb: DB pointer 0x55e96b32e000 2026-02-20T23:29:24.277 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2026-02-20T23:29:24.277 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: rocksdb: [db/db_impl/db_impl.cc:1111] 2026-02-20T23:29:24.277 INFO:journalctl@ceph.mon.trial168.trial168.stdout: ** DB Stats ** 2026-02-20T23:29:24.277 INFO:journalctl@ceph.mon.trial168.trial168.stdout: Uptime(secs): 0.0 total, 0.0 interval 2026-02-20T23:29:24.277 INFO:journalctl@ceph.mon.trial168.trial168.stdout: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2026-02-20T23:29:24.277 INFO:journalctl@ceph.mon.trial168.trial168.stdout: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2026-02-20T23:29:24.277 INFO:journalctl@ceph.mon.trial168.trial168.stdout: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2026-02-20T23:29:24.277 INFO:journalctl@ceph.mon.trial168.trial168.stdout: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2026-02-20T23:29:24.278 INFO:journalctl@ceph.mon.trial168.trial168.stdout: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2026-02-20T23:29:24.278 INFO:journalctl@ceph.mon.trial168.trial168.stdout: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2026-02-20T23:29:24.278 INFO:journalctl@ceph.mon.trial168.trial168.stdout: 2026-02-20T23:29:24.278 INFO:journalctl@ceph.mon.trial168.trial168.stdout: ** Compaction Stats [default] ** 2026-02-20T23:29:24.278 INFO:journalctl@ceph.mon.trial168.trial168.stdout: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop Rblob(GB) Wblob(GB) 2026-02-20T23:29:24.278 INFO:journalctl@ceph.mon.trial168.trial168.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2026-02-20T23:29:24.278 INFO:journalctl@ceph.mon.trial168.trial168.stdout: L0 1/0 1.61 KB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 1.0 0.00 0.00 1 0.002 0 0 0.0 0.0 2026-02-20T23:29:24.278 INFO:journalctl@ceph.mon.trial168.trial168.stdout: Sum 1/0 1.61 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 1.0 0.00 0.00 1 0.002 0 0 0.0 0.0 2026-02-20T23:29:24.278 INFO:journalctl@ceph.mon.trial168.trial168.stdout: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 1.0 0.00 0.00 1 0.002 0 0 0.0 0.0 2026-02-20T23:29:24.278 INFO:journalctl@ceph.mon.trial168.trial168.stdout: 2026-02-20T23:29:24.278 INFO:journalctl@ceph.mon.trial168.trial168.stdout: ** Compaction Stats [default] ** 2026-02-20T23:29:24.278 INFO:journalctl@ceph.mon.trial168.trial168.stdout: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop Rblob(GB) Wblob(GB) 2026-02-20T23:29:24.278 INFO:journalctl@ceph.mon.trial168.trial168.stdout: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2026-02-20T23:29:24.278 INFO:journalctl@ceph.mon.trial168.trial168.stdout: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.00 0.00 1 0.002 0 0 0.0 0.0 2026-02-20T23:29:24.278 INFO:journalctl@ceph.mon.trial168.trial168.stdout: 2026-02-20T23:29:24.278 INFO:journalctl@ceph.mon.trial168.trial168.stdout: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2026-02-20T23:29:24.278 INFO:journalctl@ceph.mon.trial168.trial168.stdout: 2026-02-20T23:29:24.278 INFO:journalctl@ceph.mon.trial168.trial168.stdout: Uptime(secs): 0.0 total, 0.0 interval 2026-02-20T23:29:24.278 INFO:journalctl@ceph.mon.trial168.trial168.stdout: Flush(GB): cumulative 0.000, interval 0.000 2026-02-20T23:29:24.278 INFO:journalctl@ceph.mon.trial168.trial168.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2026-02-20T23:29:24.278 INFO:journalctl@ceph.mon.trial168.trial168.stdout: AddFile(Total Files): cumulative 0, interval 0 2026-02-20T23:29:24.278 INFO:journalctl@ceph.mon.trial168.trial168.stdout: AddFile(L0 Files): cumulative 0, interval 0 2026-02-20T23:29:24.278 INFO:journalctl@ceph.mon.trial168.trial168.stdout: AddFile(Keys): cumulative 0, interval 0 2026-02-20T23:29:24.278 INFO:journalctl@ceph.mon.trial168.trial168.stdout: Cumulative compaction: 0.00 GB write, 0.40 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2026-02-20T23:29:24.278 INFO:journalctl@ceph.mon.trial168.trial168.stdout: Interval compaction: 0.00 GB write, 0.40 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2026-02-20T23:29:24.278 INFO:journalctl@ceph.mon.trial168.trial168.stdout: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2026-02-20T23:29:24.278 INFO:journalctl@ceph.mon.trial168.trial168.stdout: Block cache BinnedLRUCache@0x55e96a539b90#7 capacity: 512.00 MB usage: 0.22 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 1.8e-05 secs_since: 0 2026-02-20T23:29:24.278 INFO:journalctl@ceph.mon.trial168.trial168.stdout: Block cache entry stats(count,size,portion): FilterBlock(1,0.11 KB,2.08616e-05%) IndexBlock(1,0.11 KB,2.08616e-05%) Misc(1,0.00 KB,0%) 2026-02-20T23:29:24.278 INFO:journalctl@ceph.mon.trial168.trial168.stdout: 2026-02-20T23:29:24.278 INFO:journalctl@ceph.mon.trial168.trial168.stdout: ** File Read Latency Histogram By Level [default] ** 2026-02-20T23:29:24.278 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: mon.trial168 does not exist in monmap, will attempt to join an existing cluster 2026-02-20T23:29:24.278 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: using public_addr v2:10.20.193.168:0/0 -> [v2:10.20.193.168:3300/0,v1:10.20.193.168:6789/0] 2026-02-20T23:29:24.278 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: starting mon.trial168 rank -1 at public addrs [v2:10.20.193.168:3300/0,v1:10.20.193.168:6789/0] at bind addrs [v2:10.20.193.168:3300/0,v1:10.20.193.168:6789/0] mon_data /var/lib/ceph/mon/ceph-trial168 fsid d509fa29-0eb3-11f1-b056-d404e6e7d460 2026-02-20T23:29:24.278 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: mon.trial168@-1(???) e0 preinit fsid d509fa29-0eb3-11f1-b056-d404e6e7d460 2026-02-20T23:29:24.278 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: mon.trial168@-1(synchronizing).mds e1 new map 2026-02-20T23:29:24.278 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: mon.trial168@-1(synchronizing).mds e1 print_map 2026-02-20T23:29:24.278 INFO:journalctl@ceph.mon.trial168.trial168.stdout: e1 2026-02-20T23:29:24.278 INFO:journalctl@ceph.mon.trial168.trial168.stdout: btime 2026-02-20T23:28:29:721101+0000 2026-02-20T23:29:24.278 INFO:journalctl@ceph.mon.trial168.trial168.stdout: enable_multiple, ever_enabled_multiple: 1,1 2026-02-20T23:29:24.279 INFO:journalctl@ceph.mon.trial168.trial168.stdout: default compat: compat={},rocompat={},incompat={1=base v0.20,2=client writeable ranges,3=default file layouts on dirs,4=dir inode in separate object,5=mds uses versioned encoding,6=dirfrag is stored in omap,8=no anchor table,9=file layout v2,10=snaprealm v2,11=minor log segments,12=quiesce subvolumes} 2026-02-20T23:29:24.279 INFO:journalctl@ceph.mon.trial168.trial168.stdout: legacy client fscid: -1 2026-02-20T23:29:24.279 INFO:journalctl@ceph.mon.trial168.trial168.stdout: 2026-02-20T23:29:24.279 INFO:journalctl@ceph.mon.trial168.trial168.stdout: No filesystems configured 2026-02-20T23:29:24.279 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: mon.trial168@-1(synchronizing).osd e0 _set_cache_ratios kv ratio 0.25 inc ratio 0.375 full ratio 0.375 2026-02-20T23:29:24.279 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: mon.trial168@-1(synchronizing).osd e0 register_cache_with_pcm pcm target: 2147483648 pcm max: 1020054732 pcm min: 134217728 inc_osd_cache size: 1 2026-02-20T23:29:24.279 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: mon.trial168@-1(synchronizing).osd e1 e1: 0 total, 0 up, 0 in 2026-02-20T23:29:24.279 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: mon.trial168@-1(synchronizing).osd e2 e2: 0 total, 0 up, 0 in 2026-02-20T23:29:24.279 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: mon.trial168@-1(synchronizing).osd e3 e3: 0 total, 0 up, 0 in 2026-02-20T23:29:24.279 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: mon.trial168@-1(synchronizing).osd e4 e4: 0 total, 0 up, 0 in 2026-02-20T23:29:24.279 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: mon.trial168@-1(synchronizing).osd e5 e5: 0 total, 0 up, 0 in 2026-02-20T23:29:24.279 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: mon.trial168@-1(synchronizing).osd e5 crush map has features 3314932999778484224, adjusting msgr requires 2026-02-20T23:29:24.279 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: mon.trial168@-1(synchronizing).osd e5 crush map has features 288514050185494528, adjusting msgr requires 2026-02-20T23:29:24.279 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: mon.trial168@-1(synchronizing).osd e5 crush map has features 288514050185494528, adjusting msgr requires 2026-02-20T23:29:24.279 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: mon.trial168@-1(synchronizing).osd e5 crush map has features 288514050185494528, adjusting msgr requires 2026-02-20T23:29:24.279 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: mkfs d509fa29-0eb3-11f1-b056-d404e6e7d460 2026-02-20T23:29:24.279 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: mon.trial101 is new leader, mons trial101 in quorum (ranks 0) 2026-02-20T23:29:24.279 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: mon.trial101 is new leader, mons trial101 in quorum (ranks 0) 2026-02-20T23:29:24.279 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: monmap epoch 1 2026-02-20T23:29:24.279 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: fsid d509fa29-0eb3-11f1-b056-d404e6e7d460 2026-02-20T23:29:24.279 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: last_changed 2026-02-20T23:28:28.521900+0000 2026-02-20T23:29:24.279 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: created 2026-02-20T23:28:28.521900+0000 2026-02-20T23:29:24.279 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: min_mon_release 20 (tentacle) 2026-02-20T23:29:24.279 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: election_strategy: 1 2026-02-20T23:29:24.279 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: 0: [v2:10.20.193.101:3300/0,v1:10.20.193.101:6789/0] mon.trial101 2026-02-20T23:29:24.279 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: fsmap 2026-02-20T23:29:24.279 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: osdmap e1: 0 total, 0 up, 0 in 2026-02-20T23:29:24.279 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: mgrmap e1: no daemons active 2026-02-20T23:29:24.279 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: from='client.? 10.20.193.101:0/2907668498' entity='client.admin' 2026-02-20T23:29:24.279 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: from='client.? 10.20.193.101:0/237786144' entity='client.admin' cmd={"prefix": "status", "format": "json-pretty"} : dispatch 2026-02-20T23:29:24.279 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: from='client.? 10.20.193.101:0/2613059416' entity='client.admin' cmd={"prefix": "status", "format": "json-pretty"} : dispatch 2026-02-20T23:29:24.279 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: Activating manager daemon trial101.twcqls 2026-02-20T23:29:24.279 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: mgrmap e2: trial101.twcqls(active, starting, since 0.00247177s) 2026-02-20T23:29:24.279 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: from='mgr.14100 10.20.193.101:0/3282898470' entity='mgr.trial101.twcqls' cmd={"prefix": "mds metadata"} : dispatch 2026-02-20T23:29:24.279 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: from='mgr.14100 10.20.193.101:0/3282898470' entity='mgr.trial101.twcqls' cmd={"prefix": "osd metadata"} : dispatch 2026-02-20T23:29:24.279 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: from='mgr.14100 10.20.193.101:0/3282898470' entity='mgr.trial101.twcqls' cmd={"prefix": "mon metadata"} : dispatch 2026-02-20T23:29:24.279 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: from='mgr.14100 10.20.193.101:0/3282898470' entity='mgr.trial101.twcqls' cmd={"prefix": "mon metadata", "id": "trial101"} : dispatch 2026-02-20T23:29:24.279 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: from='mgr.14100 10.20.193.101:0/3282898470' entity='mgr.trial101.twcqls' cmd={"prefix": "mgr metadata", "who": "trial101.twcqls", "id": "trial101.twcqls"} : dispatch 2026-02-20T23:29:24.279 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: Manager daemon trial101.twcqls is now available 2026-02-20T23:29:24.279 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: from='mgr.14100 10.20.193.101:0/3282898470' entity='mgr.trial101.twcqls' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/trial101.twcqls/mirror_snapshot_schedule"} : dispatch 2026-02-20T23:29:24.279 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: from='mgr.14100 10.20.193.101:0/3282898470' entity='mgr.trial101.twcqls' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/trial101.twcqls/trash_purge_schedule"} : dispatch 2026-02-20T23:29:24.279 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: from='mgr.14100 10.20.193.101:0/3282898470' entity='mgr.trial101.twcqls' 2026-02-20T23:29:24.279 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: from='mgr.14100 10.20.193.101:0/3282898470' entity='mgr.trial101.twcqls' 2026-02-20T23:29:24.280 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: from='mgr.14100 10.20.193.101:0/3282898470' entity='mgr.trial101.twcqls' 2026-02-20T23:29:24.280 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: mgrmap e3: trial101.twcqls(active, since 1.00564s) 2026-02-20T23:29:24.280 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: mgrmap e4: trial101.twcqls(active, since 2s) 2026-02-20T23:29:24.280 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: from='client.? 10.20.193.101:0/3582654041' entity='client.admin' cmd={"prefix": "status", "format": "json-pretty"} : dispatch 2026-02-20T23:29:24.280 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: from='client.? 10.20.193.101:0/2115727701' entity='client.admin' cmd={"prefix": "config assimilate-conf"} : dispatch 2026-02-20T23:29:24.280 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: from='client.? 10.20.193.101:0/3467608102' entity='client.admin' cmd={"prefix": "mgr module enable", "module": "cephadm"} : dispatch 2026-02-20T23:29:24.280 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: from='client.? 10.20.193.101:0/3467608102' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2026-02-20T23:29:24.280 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: mgrmap e5: trial101.twcqls(active, since 3s) 2026-02-20T23:29:24.280 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: from='client.? 10.20.193.101:0/336290698' entity='client.admin' cmd={"prefix": "mgr stat"} : dispatch 2026-02-20T23:29:24.280 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: Active manager daemon trial101.twcqls restarted 2026-02-20T23:29:24.280 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: Activating manager daemon trial101.twcqls 2026-02-20T23:29:24.280 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: osdmap e2: 0 total, 0 up, 0 in 2026-02-20T23:29:24.280 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: mgrmap e6: trial101.twcqls(active, starting, since 0.00241254s) 2026-02-20T23:29:24.280 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: from='mgr.14118 10.20.193.101:0/4093441212' entity='mgr.trial101.twcqls' cmd={"prefix": "mon metadata", "id": "trial101"} : dispatch 2026-02-20T23:29:24.280 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: from='mgr.14118 10.20.193.101:0/4093441212' entity='mgr.trial101.twcqls' cmd={"prefix": "mgr metadata", "who": "trial101.twcqls", "id": "trial101.twcqls"} : dispatch 2026-02-20T23:29:24.280 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: from='mgr.14118 10.20.193.101:0/4093441212' entity='mgr.trial101.twcqls' cmd={"prefix": "mds metadata"} : dispatch 2026-02-20T23:29:24.280 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: from='mgr.14118 10.20.193.101:0/4093441212' entity='mgr.trial101.twcqls' cmd={"prefix": "osd metadata"} : dispatch 2026-02-20T23:29:24.280 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: from='mgr.14118 10.20.193.101:0/4093441212' entity='mgr.trial101.twcqls' cmd={"prefix": "mon metadata"} : dispatch 2026-02-20T23:29:24.280 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: Manager daemon trial101.twcqls is now available 2026-02-20T23:29:24.280 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: from='mgr.14118 10.20.193.101:0/4093441212' entity='mgr.trial101.twcqls' 2026-02-20T23:29:24.280 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: from='mgr.14118 10.20.193.101:0/4093441212' entity='mgr.trial101.twcqls' 2026-02-20T23:29:24.280 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: Found migration_current of "None". Setting to last migration. 2026-02-20T23:29:24.280 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: from='mgr.14118 10.20.193.101:0/4093441212' entity='mgr.trial101.twcqls' 2026-02-20T23:29:24.280 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: from='mgr.14118 10.20.193.101:0/4093441212' entity='mgr.trial101.twcqls' 2026-02-20T23:29:24.280 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: from='mgr.14118 10.20.193.101:0/4093441212' entity='mgr.trial101.twcqls' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-20T23:29:24.280 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: from='mgr.14118 10.20.193.101:0/4093441212' entity='mgr.trial101.twcqls' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-20T23:29:24.280 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: from='mgr.14118 10.20.193.101:0/4093441212' entity='mgr.trial101.twcqls' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/trial101.twcqls/mirror_snapshot_schedule"} : dispatch 2026-02-20T23:29:24.280 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: from='mgr.14118 10.20.193.101:0/4093441212' entity='mgr.trial101.twcqls' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/trial101.twcqls/trash_purge_schedule"} : dispatch 2026-02-20T23:29:24.280 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: mgrmap e7: trial101.twcqls(active, since 1.00344s) 2026-02-20T23:29:24.280 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: from='client.14122 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2026-02-20T23:29:24.280 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: from='client.14122 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2026-02-20T23:29:24.280 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: from='client.? 10.20.193.101:0/1665629266' entity='client.admin' cmd={"prefix": "mgr module enable", "module": "orchestrator"} : dispatch 2026-02-20T23:29:24.280 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: from='mgr.14118 10.20.193.101:0/4093441212' entity='mgr.trial101.twcqls' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-20T23:29:24.280 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: [20/Feb/2026:23:28:41] ENGINE Bus STARTING 2026-02-20T23:29:24.280 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: [20/Feb/2026:23:28:41] ENGINE Serving on http://10.20.193.101:8765 2026-02-20T23:29:24.280 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: [20/Feb/2026:23:28:41] ENGINE Serving on https://10.20.193.101:7150 2026-02-20T23:29:24.280 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: [20/Feb/2026:23:28:41] ENGINE Bus STARTED 2026-02-20T23:29:24.280 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: [20/Feb/2026:23:28:41] ENGINE Client ('10.20.193.101', 48548) lost — peer dropped the TLS connection suddenly, during handshake: (6, 'TLS/SSL connection has been closed (EOF) (_ssl.c:1147)') 2026-02-20T23:29:24.280 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: from='client.? 10.20.193.101:0/1665629266' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "orchestrator"}]': finished 2026-02-20T23:29:24.280 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: mgrmap e8: trial101.twcqls(active, since 2s) 2026-02-20T23:29:24.280 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: from='mgr.14118 10.20.193.101:0/4093441212' entity='mgr.trial101.twcqls' 2026-02-20T23:29:24.281 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: from='mgr.14118 10.20.193.101:0/4093441212' entity='mgr.trial101.twcqls' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-20T23:29:24.281 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: from='client.14132 -' entity='client.admin' cmd=[{"prefix": "orch set backend", "module_name": "cephadm", "target": ["mon-mgr", ""]}]: dispatch 2026-02-20T23:29:24.281 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: from='client.14134 -' entity='client.admin' cmd=[{"prefix": "cephadm set-user", "user": "root", "target": ["mon-mgr", ""]}]: dispatch 2026-02-20T23:29:24.281 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: from='client.14136 -' entity='client.admin' cmd=[{"prefix": "cephadm generate-key", "target": ["mon-mgr", ""]}]: dispatch 2026-02-20T23:29:24.281 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: Generating ssh key... 2026-02-20T23:29:24.281 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: from='mgr.14118 10.20.193.101:0/4093441212' entity='mgr.trial101.twcqls' 2026-02-20T23:29:24.281 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: from='mgr.14118 10.20.193.101:0/4093441212' entity='mgr.trial101.twcqls' 2026-02-20T23:29:24.281 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: from='client.14138 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2026-02-20T23:29:24.281 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "trial101", "addr": "10.20.193.101", "target": ["mon-mgr", ""]}]: dispatch 2026-02-20T23:29:24.281 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: Deploying cephadm binary to trial101 2026-02-20T23:29:24.281 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: from='mgr.14118 10.20.193.101:0/4093441212' entity='mgr.trial101.twcqls' 2026-02-20T23:29:24.281 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: Added host trial101 2026-02-20T23:29:24.281 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: from='mgr.14118 10.20.193.101:0/4093441212' entity='mgr.trial101.twcqls' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-20T23:29:24.281 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: from='client.14142 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "target": ["mon-mgr", ""]}]: dispatch 2026-02-20T23:29:24.281 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: Saving service mon spec with placement count:5 2026-02-20T23:29:24.281 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: from='mgr.14118 10.20.193.101:0/4093441212' entity='mgr.trial101.twcqls' 2026-02-20T23:29:24.281 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: from='mgr.14118 10.20.193.101:0/4093441212' entity='mgr.trial101.twcqls' 2026-02-20T23:29:24.281 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: from='client.14144 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "target": ["mon-mgr", ""]}]: dispatch 2026-02-20T23:29:24.281 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: Saving service mgr spec with placement count:2 2026-02-20T23:29:24.281 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: from='mgr.14118 10.20.193.101:0/4093441212' entity='mgr.trial101.twcqls' 2026-02-20T23:29:24.281 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: from='mgr.14118 10.20.193.101:0/4093441212' entity='mgr.trial101.twcqls' 2026-02-20T23:29:24.281 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: from='client.14146 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "crash", "target": ["mon-mgr", ""]}]: dispatch 2026-02-20T23:29:24.281 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: Saving service crash spec with placement * 2026-02-20T23:29:24.281 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: from='mgr.14118 10.20.193.101:0/4093441212' entity='mgr.trial101.twcqls' 2026-02-20T23:29:24.281 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: from='mgr.14118 10.20.193.101:0/4093441212' entity='mgr.trial101.twcqls' 2026-02-20T23:29:24.281 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: from='client.14148 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "ceph-exporter", "target": ["mon-mgr", ""]}]: dispatch 2026-02-20T23:29:24.281 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: Saving service ceph-exporter spec with placement * 2026-02-20T23:29:24.281 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: from='mgr.14118 10.20.193.101:0/4093441212' entity='mgr.trial101.twcqls' 2026-02-20T23:29:24.281 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: from='mgr.14118 10.20.193.101:0/4093441212' entity='mgr.trial101.twcqls' 2026-02-20T23:29:24.281 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: from='client.14150 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "target": ["mon-mgr", ""]}]: dispatch 2026-02-20T23:29:24.281 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: Saving service prometheus spec with placement count:1 2026-02-20T23:29:24.281 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: from='mgr.14118 10.20.193.101:0/4093441212' entity='mgr.trial101.twcqls' 2026-02-20T23:29:24.281 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: from='client.14152 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "target": ["mon-mgr", ""]}]: dispatch 2026-02-20T23:29:24.281 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: Saving service grafana spec with placement count:1 2026-02-20T23:29:24.281 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: from='mgr.14118 10.20.193.101:0/4093441212' entity='mgr.trial101.twcqls' 2026-02-20T23:29:24.281 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: from='client.14154 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "target": ["mon-mgr", ""]}]: dispatch 2026-02-20T23:29:24.281 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: Saving service node-exporter spec with placement * 2026-02-20T23:29:24.281 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: from='mgr.14118 10.20.193.101:0/4093441212' entity='mgr.trial101.twcqls' 2026-02-20T23:29:24.281 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: from='mgr.14118 10.20.193.101:0/4093441212' entity='mgr.trial101.twcqls' 2026-02-20T23:29:24.281 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: from='client.14156 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "target": ["mon-mgr", ""]}]: dispatch 2026-02-20T23:29:24.281 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: Saving service alertmanager spec with placement count:1 2026-02-20T23:29:24.281 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: from='client.? 10.20.193.101:0/2284367861' entity='client.admin' 2026-02-20T23:29:24.282 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: from='client.? 10.20.193.101:0/4085492296' entity='client.admin' 2026-02-20T23:29:24.282 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: from='client.? 10.20.193.101:0/2315286464' entity='client.admin' cmd={"prefix": "mgr module enable", "module": "dashboard"} : dispatch 2026-02-20T23:29:24.282 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: from='client.? 10.20.193.101:0/2315286464' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2026-02-20T23:29:24.282 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: mgrmap e9: trial101.twcqls(active, since 10s) 2026-02-20T23:29:24.282 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: from='client.? 10.20.193.101:0/3191530957' entity='client.admin' cmd={"prefix": "mgr stat"} : dispatch 2026-02-20T23:29:24.282 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: Active manager daemon trial101.twcqls restarted 2026-02-20T23:29:24.282 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: Activating manager daemon trial101.twcqls 2026-02-20T23:29:24.282 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: osdmap e3: 0 total, 0 up, 0 in 2026-02-20T23:29:24.282 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: mgrmap e10: trial101.twcqls(active, starting, since 0.00259114s) 2026-02-20T23:29:24.282 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: from='mgr.14164 10.20.193.101:0/2081506425' entity='mgr.trial101.twcqls' cmd={"prefix": "mon metadata", "id": "trial101"} : dispatch 2026-02-20T23:29:24.282 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: from='mgr.14164 10.20.193.101:0/2081506425' entity='mgr.trial101.twcqls' cmd={"prefix": "mgr metadata", "who": "trial101.twcqls", "id": "trial101.twcqls"} : dispatch 2026-02-20T23:29:24.282 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: from='mgr.14164 10.20.193.101:0/2081506425' entity='mgr.trial101.twcqls' cmd={"prefix": "mds metadata"} : dispatch 2026-02-20T23:29:24.282 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: from='mgr.14164 10.20.193.101:0/2081506425' entity='mgr.trial101.twcqls' cmd={"prefix": "osd metadata"} : dispatch 2026-02-20T23:29:24.282 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: from='mgr.14164 10.20.193.101:0/2081506425' entity='mgr.trial101.twcqls' cmd={"prefix": "mon metadata"} : dispatch 2026-02-20T23:29:24.282 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: Manager daemon trial101.twcqls is now available 2026-02-20T23:29:24.282 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: from='mgr.14164 10.20.193.101:0/2081506425' entity='mgr.trial101.twcqls' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-20T23:29:24.282 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: from='mgr.14164 10.20.193.101:0/2081506425' entity='mgr.trial101.twcqls' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/trial101.twcqls/mirror_snapshot_schedule"} : dispatch 2026-02-20T23:29:24.282 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: from='mgr.14164 10.20.193.101:0/2081506425' entity='mgr.trial101.twcqls' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/trial101.twcqls/trash_purge_schedule"} : dispatch 2026-02-20T23:29:24.282 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: from='mgr.14164 10.20.193.101:0/2081506425' entity='mgr.trial101.twcqls' 2026-02-20T23:29:24.282 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: from='mgr.14164 10.20.193.101:0/2081506425' entity='mgr.trial101.twcqls' 2026-02-20T23:29:24.282 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: mgrmap e11: trial101.twcqls(active, since 1.00384s) 2026-02-20T23:29:24.282 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: [20/Feb/2026:23:28:54] ENGINE Bus STARTING 2026-02-20T23:29:24.282 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: [20/Feb/2026:23:28:54] ENGINE Serving on http://10.20.193.101:8765 2026-02-20T23:29:24.282 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: [20/Feb/2026:23:28:54] ENGINE Serving on https://10.20.193.101:7150 2026-02-20T23:29:24.282 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: [20/Feb/2026:23:28:54] ENGINE Bus STARTED 2026-02-20T23:29:24.282 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: [20/Feb/2026:23:28:54] ENGINE Client ('10.20.193.101', 50456) lost — peer dropped the TLS connection suddenly, during handshake: (6, 'TLS/SSL connection has been closed (EOF) (_ssl.c:1147)') 2026-02-20T23:29:24.282 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: from='client.14168 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2026-02-20T23:29:24.282 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: from='client.14168 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2026-02-20T23:29:24.282 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: from='client.14176 -' entity='client.admin' cmd=[{"prefix": "orch certmgr generate-certificates", "module_name": "dashboard", "target": ["mon-mgr", ""]}]: dispatch 2026-02-20T23:29:24.282 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: mgrmap e12: trial101.twcqls(active, since 2s) 2026-02-20T23:29:24.282 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: from='mgr.14164 10.20.193.101:0/2081506425' entity='mgr.trial101.twcqls' 2026-02-20T23:29:24.282 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: from='mgr.14164 10.20.193.101:0/2081506425' entity='mgr.trial101.twcqls' 2026-02-20T23:29:24.282 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: from='client.14178 -' entity='client.admin' cmd=[{"prefix": "dashboard set-ssl-certificate", "target": ["mon-mgr", ""]}]: dispatch 2026-02-20T23:29:24.282 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: from='client.14180 -' entity='client.admin' cmd=[{"prefix": "dashboard set-ssl-certificate-key", "target": ["mon-mgr", ""]}]: dispatch 2026-02-20T23:29:24.282 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: 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-20T23:29:24.282 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: from='mgr.14164 10.20.193.101:0/2081506425' entity='mgr.trial101.twcqls' 2026-02-20T23:29:24.282 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: from='client.? 10.20.193.101:0/358404547' entity='client.admin' cmd={"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"} : dispatch 2026-02-20T23:29:24.282 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: from='client.? 10.20.193.101:0/1690624365' entity='client.admin' 2026-02-20T23:29:24.282 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: from='client.? 10.20.193.101:0/1555672524' entity='client.admin' 2026-02-20T23:29:24.282 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: from='mgr.14164 10.20.193.101:0/2081506425' entity='mgr.trial101.twcqls' 2026-02-20T23:29:24.282 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: from='mgr.14164 10.20.193.101:0/2081506425' entity='mgr.trial101.twcqls' 2026-02-20T23:29:24.283 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: from='mgr.14164 10.20.193.101:0/2081506425' entity='mgr.trial101.twcqls' cmd={"prefix": "config rm", "who": "osd/host:trial101", "name": "osd_memory_target"} : dispatch 2026-02-20T23:29:24.283 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: from='mgr.14164 10.20.193.101:0/2081506425' entity='mgr.trial101.twcqls' 2026-02-20T23:29:24.283 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: from='mgr.14164 10.20.193.101:0/2081506425' entity='mgr.trial101.twcqls' cmd={"prefix": "auth get-or-create", "entity": "client.ceph-exporter.trial101", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]} : dispatch 2026-02-20T23:29:24.283 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: from='mgr.14164 10.20.193.101:0/2081506425' entity='mgr.trial101.twcqls' cmd='[{"prefix": "auth get-or-create", "entity": "client.ceph-exporter.trial101", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]}]': finished 2026-02-20T23:29:24.283 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: from='mgr.14164 10.20.193.101:0/2081506425' entity='mgr.trial101.twcqls' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-20T23:29:24.283 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: Deploying daemon ceph-exporter.trial101 on trial101 2026-02-20T23:29:24.283 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: from='client.14190 -' entity='client.admin' cmd=[{"prefix": "orch client-keyring set", "entity": "client.admin", "placement": "*", "mode": "0755", "target": ["mon-mgr", ""]}]: dispatch 2026-02-20T23:29:24.283 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: from='mgr.14164 10.20.193.101:0/2081506425' entity='mgr.trial101.twcqls' 2026-02-20T23:29:24.283 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: from='client.14192 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "trial168", "target": ["mon-mgr", ""]}]: dispatch 2026-02-20T23:29:24.283 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: mgrmap e13: trial101.twcqls(active, since 6s) 2026-02-20T23:29:24.283 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: Deploying cephadm binary to trial168 2026-02-20T23:29:24.283 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: from='mgr.14164 10.20.193.101:0/2081506425' entity='mgr.trial101.twcqls' 2026-02-20T23:29:24.283 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: from='mgr.14164 10.20.193.101:0/2081506425' entity='mgr.trial101.twcqls' 2026-02-20T23:29:24.283 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: from='mgr.14164 10.20.193.101:0/2081506425' entity='mgr.trial101.twcqls' 2026-02-20T23:29:24.283 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: from='mgr.14164 10.20.193.101:0/2081506425' entity='mgr.trial101.twcqls' 2026-02-20T23:29:24.283 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: from='mgr.14164 10.20.193.101:0/2081506425' entity='mgr.trial101.twcqls' cmd={"prefix": "auth get-or-create", "entity": "client.crash.trial101", "caps": ["mon", "profile crash", "mgr", "profile crash"]} : dispatch 2026-02-20T23:29:24.283 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: from='mgr.14164 10.20.193.101:0/2081506425' entity='mgr.trial101.twcqls' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.trial101", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2026-02-20T23:29:24.283 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: from='mgr.14164 10.20.193.101:0/2081506425' entity='mgr.trial101.twcqls' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-20T23:29:24.283 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: Deploying daemon crash.trial101 on trial101 2026-02-20T23:29:24.283 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: from='mgr.14164 10.20.193.101:0/2081506425' entity='mgr.trial101.twcqls' 2026-02-20T23:29:24.283 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: Added host trial168 2026-02-20T23:29:24.283 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: from='mgr.14164 10.20.193.101:0/2081506425' entity='mgr.trial101.twcqls' 2026-02-20T23:29:24.283 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: from='mgr.14164 10.20.193.101:0/2081506425' entity='mgr.trial101.twcqls' 2026-02-20T23:29:24.283 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: from='mgr.14164 10.20.193.101:0/2081506425' entity='mgr.trial101.twcqls' 2026-02-20T23:29:24.283 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: from='mgr.14164 10.20.193.101:0/2081506425' entity='mgr.trial101.twcqls' 2026-02-20T23:29:24.283 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: Deploying daemon node-exporter.trial101 on trial101 2026-02-20T23:29:24.283 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: from='client.14195 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-20T23:29:24.283 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: from='client.? 10.20.193.101:0/96013182' entity='client.admin' cmd={"prefix": "osd crush tunables", "profile": "default"} : dispatch 2026-02-20T23:29:24.283 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: from='mgr.14164 10.20.193.101:0/2081506425' entity='mgr.trial101.twcqls' 2026-02-20T23:29:24.283 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: from='mgr.14164 10.20.193.101:0/2081506425' entity='mgr.trial101.twcqls' 2026-02-20T23:29:24.283 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: from='mgr.14164 10.20.193.101:0/2081506425' entity='mgr.trial101.twcqls' 2026-02-20T23:29:24.283 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: from='mgr.14164 10.20.193.101:0/2081506425' entity='mgr.trial101.twcqls' 2026-02-20T23:29:24.283 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: Deploying daemon alertmanager.trial101 on trial101 2026-02-20T23:29:24.283 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: from='client.? 10.20.193.101:0/96013182' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2026-02-20T23:29:24.283 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: osdmap e4: 0 total, 0 up, 0 in 2026-02-20T23:29:24.283 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: from='mgr.14164 10.20.193.101:0/2081506425' entity='mgr.trial101.twcqls' 2026-02-20T23:29:24.283 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: from='mgr.14164 10.20.193.101:0/2081506425' entity='mgr.trial101.twcqls' 2026-02-20T23:29:24.283 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: from='client.14199 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "2;trial101:10.20.193.101=trial101;trial168:10.20.193.168=trial168", "target": ["mon-mgr", ""]}]: dispatch 2026-02-20T23:29:24.283 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: Saving service mon spec with placement trial101:10.20.193.101=trial101;trial168:10.20.193.168=trial168;count:2 2026-02-20T23:29:24.283 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: from='client.? 10.20.193.168:0/837782894' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2026-02-20T23:29:24.283 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: from='mgr.14164 10.20.193.101:0/2081506425' entity='mgr.trial101.twcqls' 2026-02-20T23:29:24.283 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: from='mgr.14164 10.20.193.101:0/2081506425' entity='mgr.trial101.twcqls' 2026-02-20T23:29:24.284 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: from='mgr.14164 10.20.193.101:0/2081506425' entity='mgr.trial101.twcqls' 2026-02-20T23:29:24.284 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: from='mgr.14164 10.20.193.101:0/2081506425' entity='mgr.trial101.twcqls' 2026-02-20T23:29:24.284 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: Generating cephadm-signed certificates for grafana_cert/grafana_key 2026-02-20T23:29:24.284 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: from='mgr.14164 10.20.193.101:0/2081506425' entity='mgr.trial101.twcqls' 2026-02-20T23:29:24.284 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: from='mgr.14164 10.20.193.101:0/2081506425' entity='mgr.trial101.twcqls' 2026-02-20T23:29:24.284 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: from='mgr.14164 10.20.193.101:0/2081506425' entity='mgr.trial101.twcqls' 2026-02-20T23:29:24.284 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: from='mgr.14164 10.20.193.101:0/2081506425' entity='mgr.trial101.twcqls' 2026-02-20T23:29:24.284 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: from='mgr.14164 10.20.193.101:0/2081506425' entity='mgr.trial101.twcqls' cmd={"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"} : dispatch 2026-02-20T23:29:24.284 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: from='mgr.14164 10.20.193.101:0/2081506425' entity='mgr.trial101.twcqls' 2026-02-20T23:29:24.284 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2026-02-20T23:29:24.284 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: Deploying daemon grafana.trial101 on trial101 2026-02-20T23:29:24.284 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: from='client.? 10.20.193.168:0/3870499291' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2026-02-20T23:29:24.284 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: from='client.? 10.20.193.168:0/2386173694' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2026-02-20T23:29:24.284 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: from='mgr.14164 10.20.193.101:0/2081506425' entity='mgr.trial101.twcqls' 2026-02-20T23:29:24.284 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: from='mgr.14164 10.20.193.101:0/2081506425' entity='mgr.trial101.twcqls' 2026-02-20T23:29:24.284 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: from='mgr.14164 10.20.193.101:0/2081506425' entity='mgr.trial101.twcqls' 2026-02-20T23:29:24.284 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: from='mgr.14164 10.20.193.101:0/2081506425' entity='mgr.trial101.twcqls' 2026-02-20T23:29:24.284 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: from='mgr.14164 10.20.193.101:0/2081506425' entity='mgr.trial101.twcqls' 2026-02-20T23:29:24.284 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: from='mgr.14164 10.20.193.101:0/2081506425' entity='mgr.trial101.twcqls' 2026-02-20T23:29:24.284 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: from='mgr.14164 10.20.193.101:0/2081506425' entity='mgr.trial101.twcqls' 2026-02-20T23:29:24.284 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: from='mgr.14164 10.20.193.101:0/2081506425' entity='mgr.trial101.twcqls' 2026-02-20T23:29:24.284 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: from='mgr.14164 10.20.193.101:0/2081506425' entity='mgr.trial101.twcqls' 2026-02-20T23:29:24.284 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: from='client.? 10.20.193.168:0/2717865376' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2026-02-20T23:29:24.284 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: Deploying daemon prometheus.trial101 on trial101 2026-02-20T23:29:24.284 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: from='client.? 10.20.193.168:0/1839895623' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2026-02-20T23:29:24.284 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: from='mgr.14164 10.20.193.101:0/2081506425' entity='mgr.trial101.twcqls' 2026-02-20T23:29:24.284 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: from='mgr.14164 10.20.193.101:0/2081506425' entity='mgr.trial101.twcqls' 2026-02-20T23:29:24.284 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: from='mgr.14164 10.20.193.101:0/2081506425' entity='mgr.trial101.twcqls' 2026-02-20T23:29:24.284 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: from='mgr.14164 10.20.193.101:0/2081506425' entity='mgr.trial101.twcqls' cmd={"prefix": "mgr module enable", "module": "prometheus"} : dispatch 2026-02-20T23:29:24.284 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: from='client.? 10.20.193.168:0/3755500759' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2026-02-20T23:29:24.284 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: from='mgr.14164 10.20.193.101:0/2081506425' entity='mgr.trial101.twcqls' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2026-02-20T23:29:24.284 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: mgrmap e14: trial101.twcqls(active, since 19s) 2026-02-20T23:29:24.284 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: from='client.? 10.20.193.168:0/1161154883' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2026-02-20T23:29:24.284 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: Active manager daemon trial101.twcqls restarted 2026-02-20T23:29:24.284 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: Activating manager daemon trial101.twcqls 2026-02-20T23:29:24.284 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: osdmap e5: 0 total, 0 up, 0 in 2026-02-20T23:29:24.284 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: mgrmap e15: trial101.twcqls(active, starting, since 0.00238952s) 2026-02-20T23:29:24.284 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "mon metadata", "id": "trial101"} : dispatch 2026-02-20T23:29:24.284 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "mgr metadata", "who": "trial101.twcqls", "id": "trial101.twcqls"} : dispatch 2026-02-20T23:29:24.284 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "mds metadata"} : dispatch 2026-02-20T23:29:24.284 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "osd metadata"} : dispatch 2026-02-20T23:29:24.284 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "mon metadata"} : dispatch 2026-02-20T23:29:24.285 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: Manager daemon trial101.twcqls is now available 2026-02-20T23:29:24.285 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: from='client.? 10.20.193.168:0/216437922' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2026-02-20T23:29:24.285 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-20T23:29:24.285 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:29:24.285 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-02-20T23:29:24.285 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "orch get-security-config"} : dispatch 2026-02-20T23:29:24.285 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/trial101.twcqls/mirror_snapshot_schedule"} : dispatch 2026-02-20T23:29:24.285 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/trial101.twcqls/trash_purge_schedule"} : dispatch 2026-02-20T23:29:24.285 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:29:24.285 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:29:24.285 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: mgrmap e16: trial101.twcqls(active, since 1.00478s) 2026-02-20T23:29:24.285 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: [20/Feb/2026:23:29:16] ENGINE Bus STARTING 2026-02-20T23:29:24.285 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "orch get-security-config"}]: dispatch 2026-02-20T23:29:24.285 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: [20/Feb/2026:23:29:16] ENGINE Serving on https://10.20.193.101:7150 2026-02-20T23:29:24.285 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: [20/Feb/2026:23:29:16] ENGINE Client ('10.20.193.101', 59418) lost — peer dropped the TLS connection suddenly, during handshake: (6, 'TLS/SSL connection has been closed (EOF) (_ssl.c:1147)') 2026-02-20T23:29:24.285 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:29:24.285 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: [20/Feb/2026:23:29:16] ENGINE Serving on http://10.20.193.101:8765 2026-02-20T23:29:24.285 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: [20/Feb/2026:23:29:16] ENGINE Bus STARTED 2026-02-20T23:29:24.285 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:29:24.285 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:29:24.285 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:29:24.285 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:29:24.285 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "config rm", "who": "osd/host:trial101", "name": "osd_memory_target"} : dispatch 2026-02-20T23:29:24.285 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: from='client.? 10.20.193.168:0/589558472' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2026-02-20T23:29:24.285 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:29:24.285 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:29:24.285 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:29:24.285 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:29:24.285 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "config rm", "who": "osd/host:trial168", "name": "osd_memory_target"} : dispatch 2026-02-20T23:29:24.285 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-20T23:29:24.285 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-20T23:29:24.285 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: Updating trial101:/etc/ceph/ceph.conf 2026-02-20T23:29:24.285 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: Updating trial168:/etc/ceph/ceph.conf 2026-02-20T23:29:24.285 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: Updating trial168:/var/lib/ceph/d509fa29-0eb3-11f1-b056-d404e6e7d460/config/ceph.conf 2026-02-20T23:29:24.285 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: Updating trial101:/var/lib/ceph/d509fa29-0eb3-11f1-b056-d404e6e7d460/config/ceph.conf 2026-02-20T23:29:24.285 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: mgrmap e17: trial101.twcqls(active, since 2s) 2026-02-20T23:29:24.285 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: Updating trial101:/etc/ceph/ceph.client.admin.keyring 2026-02-20T23:29:24.285 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: Updating trial168:/etc/ceph/ceph.client.admin.keyring 2026-02-20T23:29:24.285 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: Updating trial168:/var/lib/ceph/d509fa29-0eb3-11f1-b056-d404e6e7d460/config/ceph.client.admin.keyring 2026-02-20T23:29:24.285 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: Updating trial101:/var/lib/ceph/d509fa29-0eb3-11f1-b056-d404e6e7d460/config/ceph.client.admin.keyring 2026-02-20T23:29:24.285 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:29:24.285 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:29:24.286 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:29:24.286 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:29:24.286 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:29:24.286 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "auth get-or-create", "entity": "client.ceph-exporter.trial168", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]} : dispatch 2026-02-20T23:29:24.286 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd='[{"prefix": "auth get-or-create", "entity": "client.ceph-exporter.trial168", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]}]': finished 2026-02-20T23:29:24.286 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-20T23:29:24.286 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: Deploying daemon ceph-exporter.trial168 on trial168 2026-02-20T23:29:24.286 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: from='client.? 10.20.193.168:0/2199495519' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2026-02-20T23:29:24.286 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:29:24.286 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:29:24.286 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:29:24.286 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:29:24.286 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "auth get-or-create", "entity": "client.crash.trial168", "caps": ["mon", "profile crash", "mgr", "profile crash"]} : dispatch 2026-02-20T23:29:24.286 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.trial168", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2026-02-20T23:29:24.286 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-20T23:29:24.286 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: Deploying daemon crash.trial168 on trial168 2026-02-20T23:29:24.286 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: from='client.? 10.20.193.168:0/3436130310' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2026-02-20T23:29:24.286 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:29:24.286 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:29:24.286 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:29:24.286 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:29:24.286 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: Deploying daemon node-exporter.trial168 on trial168 2026-02-20T23:29:24.286 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:29:24.286 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:29:24.286 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:29:24.286 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:29:24.286 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:29:24.286 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "auth get-or-create", "entity": "mgr.trial168.iztvhl", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2026-02-20T23:29:24.286 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.trial168.iztvhl", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2026-02-20T23:29:24.286 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "mgr services"} : dispatch 2026-02-20T23:29:24.286 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-20T23:29:24.286 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: Deploying daemon mgr.trial168.iztvhl on trial168 2026-02-20T23:29:24.286 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: from='client.? 10.20.193.168:0/826966863' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2026-02-20T23:29:24.286 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:29:24.286 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:29:24.286 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:29:24.286 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:29:24.286 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2026-02-20T23:29:24.286 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-20T23:29:24.286 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:23 trial168 ceph-mon[42856]: mon.trial168@-1(synchronizing).paxosservice(auth 1..8) refresh upgraded, format 0 -> 3 2026-02-20T23:29:28.854 INFO:teuthology.orchestra.run.trial168.stdout: 2026-02-20T23:29:28.854 INFO:teuthology.orchestra.run.trial168.stdout:{"epoch":2,"fsid":"d509fa29-0eb3-11f1-b056-d404e6e7d460","modified":"2026-02-20T23:29:23.845464Z","created":"2026-02-20T23:28:28.521900Z","min_mon_release":20,"min_mon_release_name":"tentacle","election_strategy":1,"disallowed_leaders":"","stretch_mode":false,"tiebreaker_mon":"","removed_ranks":"","features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging","quincy","reef","squid","tentacle","nvmeof_beacon_diff"],"optional":[]},"mons":[{"rank":0,"name":"trial101","public_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.101:3300","nonce":0},{"type":"v1","addr":"10.20.193.101:6789","nonce":0}]},"addr":"10.20.193.101:6789/0","public_addr":"10.20.193.101:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"trial168","public_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.168:3300","nonce":0},{"type":"v1","addr":"10.20.193.168:6789","nonce":0}]},"addr":"10.20.193.168:6789/0","public_addr":"10.20.193.168:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1]} 2026-02-20T23:29:28.855 INFO:teuthology.orchestra.run.trial168.stderr:dumped monmap epoch 2 2026-02-20T23:29:28.998 INFO:tasks.cephadm:Generating final ceph.conf file... 2026-02-20T23:29:28.999 DEBUG:teuthology.orchestra.run.trial101:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:f7870454149f22574086dd2ff55d050585136531 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d509fa29-0eb3-11f1-b056-d404e6e7d460 -- ceph config generate-minimal-conf 2026-02-20T23:29:29.116 INFO:teuthology.orchestra.run.trial101.stderr:Inferring config /var/lib/ceph/d509fa29-0eb3-11f1-b056-d404e6e7d460/mon.trial101/config 2026-02-20T23:29:29.118 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:28 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "mon metadata", "id": "trial168"} : dispatch 2026-02-20T23:29:29.118 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:28 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "mon metadata", "id": "trial101"} : dispatch 2026-02-20T23:29:29.118 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:28 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "mon metadata", "id": "trial168"} : dispatch 2026-02-20T23:29:29.118 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:28 trial168 ceph-mon[42856]: mon.trial101 calling monitor election 2026-02-20T23:29:29.118 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:28 trial168 ceph-mon[42856]: from='client.? 10.20.193.168:0/972835503' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2026-02-20T23:29:29.118 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:28 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "mon metadata", "id": "trial168"} : dispatch 2026-02-20T23:29:29.118 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:28 trial168 ceph-mon[42856]: from='mgr.? 10.20.193.168:0/2600754225' entity='mgr.trial168.iztvhl' cmd={"prefix": "config-key get", "key": "mgr/dashboard/trial168.iztvhl/crt"} : dispatch 2026-02-20T23:29:29.118 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:28 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "mon metadata", "id": "trial168"} : dispatch 2026-02-20T23:29:29.118 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:28 trial168 ceph-mon[42856]: mon.trial168 calling monitor election 2026-02-20T23:29:29.118 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:28 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "mon metadata", "id": "trial168"} : dispatch 2026-02-20T23:29:29.118 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:28 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "mon metadata", "id": "trial168"} : dispatch 2026-02-20T23:29:29.118 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:28 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "mon metadata", "id": "trial168"} : dispatch 2026-02-20T23:29:29.118 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:28 trial168 ceph-mon[42856]: mon.trial101 is new leader, mons trial101,trial168 in quorum (ranks 0,1) 2026-02-20T23:29:29.118 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:28 trial168 ceph-mon[42856]: monmap epoch 2 2026-02-20T23:29:29.118 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:28 trial168 ceph-mon[42856]: fsid d509fa29-0eb3-11f1-b056-d404e6e7d460 2026-02-20T23:29:29.118 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:28 trial168 ceph-mon[42856]: last_changed 2026-02-20T23:29:23.845464+0000 2026-02-20T23:29:29.118 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:28 trial168 ceph-mon[42856]: created 2026-02-20T23:28:28.521900+0000 2026-02-20T23:29:29.118 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:28 trial168 ceph-mon[42856]: min_mon_release 20 (tentacle) 2026-02-20T23:29:29.118 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:28 trial168 ceph-mon[42856]: election_strategy: 1 2026-02-20T23:29:29.118 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:28 trial168 ceph-mon[42856]: 0: [v2:10.20.193.101:3300/0,v1:10.20.193.101:6789/0] mon.trial101 2026-02-20T23:29:29.118 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:28 trial168 ceph-mon[42856]: 1: [v2:10.20.193.168:3300/0,v1:10.20.193.168:6789/0] mon.trial168 2026-02-20T23:29:29.118 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:28 trial168 ceph-mon[42856]: fsmap 2026-02-20T23:29:29.118 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:28 trial168 ceph-mon[42856]: osdmap e5: 0 total, 0 up, 0 in 2026-02-20T23:29:29.118 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:28 trial168 ceph-mon[42856]: mgrmap e17: trial101.twcqls(active, since 13s) 2026-02-20T23:29:29.118 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:28 trial168 ceph-mon[42856]: overall HEALTH_OK 2026-02-20T23:29:29.118 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:28 trial168 ceph-mon[42856]: Standby manager daemon trial168.iztvhl started 2026-02-20T23:29:29.118 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:28 trial168 ceph-mon[42856]: from='mgr.? 10.20.193.168:0/2600754225' entity='mgr.trial168.iztvhl' cmd={"prefix": "config-key get", "key": "mgr/dashboard/crt"} : dispatch 2026-02-20T23:29:29.118 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:28 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:29:29.118 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:28 trial168 ceph-mon[42856]: from='mgr.? 10.20.193.168:0/2600754225' entity='mgr.trial168.iztvhl' cmd={"prefix": "config-key get", "key": "mgr/dashboard/trial168.iztvhl/key"} : dispatch 2026-02-20T23:29:29.118 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:28 trial168 ceph-mon[42856]: from='mgr.? 10.20.193.168:0/2600754225' entity='mgr.trial168.iztvhl' cmd={"prefix": "config-key get", "key": "mgr/dashboard/key"} : dispatch 2026-02-20T23:29:29.118 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:28 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:29:29.118 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:28 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-20T23:29:29.158 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:28 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "mon metadata", "id": "trial168"} : dispatch 2026-02-20T23:29:29.158 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:28 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "mon metadata", "id": "trial101"} : dispatch 2026-02-20T23:29:29.158 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:28 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "mon metadata", "id": "trial168"} : dispatch 2026-02-20T23:29:29.158 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:28 trial101 ceph-mon[35994]: mon.trial101 calling monitor election 2026-02-20T23:29:29.158 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:28 trial101 ceph-mon[35994]: from='client.? 10.20.193.168:0/972835503' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2026-02-20T23:29:29.158 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:28 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "mon metadata", "id": "trial168"} : dispatch 2026-02-20T23:29:29.158 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:28 trial101 ceph-mon[35994]: from='mgr.? 10.20.193.168:0/2600754225' entity='mgr.trial168.iztvhl' cmd={"prefix": "config-key get", "key": "mgr/dashboard/trial168.iztvhl/crt"} : dispatch 2026-02-20T23:29:29.158 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:28 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "mon metadata", "id": "trial168"} : dispatch 2026-02-20T23:29:29.158 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:28 trial101 ceph-mon[35994]: mon.trial168 calling monitor election 2026-02-20T23:29:29.158 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:28 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "mon metadata", "id": "trial168"} : dispatch 2026-02-20T23:29:29.158 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:28 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "mon metadata", "id": "trial168"} : dispatch 2026-02-20T23:29:29.158 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:28 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "mon metadata", "id": "trial168"} : dispatch 2026-02-20T23:29:29.158 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:28 trial101 ceph-mon[35994]: mon.trial101 is new leader, mons trial101,trial168 in quorum (ranks 0,1) 2026-02-20T23:29:29.158 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:28 trial101 ceph-mon[35994]: monmap epoch 2 2026-02-20T23:29:29.158 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:28 trial101 ceph-mon[35994]: fsid d509fa29-0eb3-11f1-b056-d404e6e7d460 2026-02-20T23:29:29.159 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:28 trial101 ceph-mon[35994]: last_changed 2026-02-20T23:29:23.845464+0000 2026-02-20T23:29:29.159 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:28 trial101 ceph-mon[35994]: created 2026-02-20T23:28:28.521900+0000 2026-02-20T23:29:29.159 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:28 trial101 ceph-mon[35994]: min_mon_release 20 (tentacle) 2026-02-20T23:29:29.159 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:28 trial101 ceph-mon[35994]: election_strategy: 1 2026-02-20T23:29:29.159 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:28 trial101 ceph-mon[35994]: 0: [v2:10.20.193.101:3300/0,v1:10.20.193.101:6789/0] mon.trial101 2026-02-20T23:29:29.159 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:28 trial101 ceph-mon[35994]: 1: [v2:10.20.193.168:3300/0,v1:10.20.193.168:6789/0] mon.trial168 2026-02-20T23:29:29.159 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:28 trial101 ceph-mon[35994]: fsmap 2026-02-20T23:29:29.159 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:28 trial101 ceph-mon[35994]: osdmap e5: 0 total, 0 up, 0 in 2026-02-20T23:29:29.159 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:28 trial101 ceph-mon[35994]: mgrmap e17: trial101.twcqls(active, since 13s) 2026-02-20T23:29:29.159 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:28 trial101 ceph-mon[35994]: overall HEALTH_OK 2026-02-20T23:29:29.159 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:28 trial101 ceph-mon[35994]: Standby manager daemon trial168.iztvhl started 2026-02-20T23:29:29.159 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:28 trial101 ceph-mon[35994]: from='mgr.? 10.20.193.168:0/2600754225' entity='mgr.trial168.iztvhl' cmd={"prefix": "config-key get", "key": "mgr/dashboard/crt"} : dispatch 2026-02-20T23:29:29.159 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:28 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:29:29.159 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:28 trial101 ceph-mon[35994]: from='mgr.? 10.20.193.168:0/2600754225' entity='mgr.trial168.iztvhl' cmd={"prefix": "config-key get", "key": "mgr/dashboard/trial168.iztvhl/key"} : dispatch 2026-02-20T23:29:29.159 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:28 trial101 ceph-mon[35994]: from='mgr.? 10.20.193.168:0/2600754225' entity='mgr.trial168.iztvhl' cmd={"prefix": "config-key get", "key": "mgr/dashboard/key"} : dispatch 2026-02-20T23:29:29.159 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:28 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:29:29.159 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:28 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-20T23:29:29.349 INFO:teuthology.orchestra.run.trial101.stdout:# minimal ceph.conf for d509fa29-0eb3-11f1-b056-d404e6e7d460 2026-02-20T23:29:29.349 INFO:teuthology.orchestra.run.trial101.stdout:[global] 2026-02-20T23:29:29.349 INFO:teuthology.orchestra.run.trial101.stdout: fsid = d509fa29-0eb3-11f1-b056-d404e6e7d460 2026-02-20T23:29:29.349 INFO:teuthology.orchestra.run.trial101.stdout: mon_host = [v2:10.20.193.101:3300/0,v1:10.20.193.101:6789/0] [v2:10.20.193.168:3300/0,v1:10.20.193.168:6789/0] 2026-02-20T23:29:29.505 INFO:tasks.cephadm:Distributing (final) config and client.admin keyring... 2026-02-20T23:29:29.505 DEBUG:teuthology.orchestra.run.trial101:> set -ex 2026-02-20T23:29:29.505 DEBUG:teuthology.orchestra.run.trial101:> sudo dd of=/etc/ceph/ceph.conf 2026-02-20T23:29:29.533 DEBUG:teuthology.orchestra.run.trial101:> set -ex 2026-02-20T23:29:29.533 DEBUG:teuthology.orchestra.run.trial101:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2026-02-20T23:29:29.597 DEBUG:teuthology.orchestra.run.trial168:> set -ex 2026-02-20T23:29:29.597 DEBUG:teuthology.orchestra.run.trial168:> sudo dd of=/etc/ceph/ceph.conf 2026-02-20T23:29:29.623 DEBUG:teuthology.orchestra.run.trial168:> set -ex 2026-02-20T23:29:29.623 DEBUG:teuthology.orchestra.run.trial168:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2026-02-20T23:29:29.690 DEBUG:tasks.cephadm:set 0 configs 2026-02-20T23:29:29.691 DEBUG:teuthology.orchestra.run.trial101:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:f7870454149f22574086dd2ff55d050585136531 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d509fa29-0eb3-11f1-b056-d404e6e7d460 -- ceph config dump 2026-02-20T23:29:29.806 INFO:teuthology.orchestra.run.trial101.stderr:Inferring config /var/lib/ceph/d509fa29-0eb3-11f1-b056-d404e6e7d460/mon.trial101/config 2026-02-20T23:29:30.057 INFO:teuthology.orchestra.run.trial101.stdout:WHO MASK LEVEL OPTION VALUE RO 2026-02-20T23:29:30.057 INFO:teuthology.orchestra.run.trial101.stdout:global dev auth_debug true 2026-02-20T23:29:30.057 INFO:teuthology.orchestra.run.trial101.stdout:global basic container_image quay.ceph.io/ceph-ci/ceph@sha256:9cc281dd1e60310f8109166bc76e656ce4c5c9b7d9bb9abfc9aa033dfa762ae4 * 2026-02-20T23:29:30.057 INFO:teuthology.orchestra.run.trial101.stdout:global dev debug_asserts_on_shutdown true 2026-02-20T23:29:30.057 INFO:teuthology.orchestra.run.trial101.stdout:global basic log_to_file true 2026-02-20T23:29:30.057 INFO:teuthology.orchestra.run.trial101.stdout:global basic log_to_journald false 2026-02-20T23:29:30.057 INFO:teuthology.orchestra.run.trial101.stdout:global basic log_to_stderr false 2026-02-20T23:29:30.057 INFO:teuthology.orchestra.run.trial101.stdout:global advanced mon_allow_pool_delete true 2026-02-20T23:29:30.057 INFO:teuthology.orchestra.run.trial101.stdout:global advanced mon_clock_drift_allowed 1.000000 2026-02-20T23:29:30.057 INFO:teuthology.orchestra.run.trial101.stdout:global advanced mon_cluster_log_to_file true 2026-02-20T23:29:30.057 INFO:teuthology.orchestra.run.trial101.stdout:global advanced mon_max_pg_per_osd 10000 2026-02-20T23:29:30.058 INFO:teuthology.orchestra.run.trial101.stdout:global advanced mon_pg_warn_max_object_skew 0.000000 2026-02-20T23:29:30.058 INFO:teuthology.orchestra.run.trial101.stdout:global advanced mon_warn_on_crush_straw_calc_version_zero false 2026-02-20T23:29:30.058 INFO:teuthology.orchestra.run.trial101.stdout:global advanced mon_warn_on_legacy_crush_tunables false 2026-02-20T23:29:30.058 INFO:teuthology.orchestra.run.trial101.stdout:global advanced mon_warn_on_osd_down_out_interval_zero false 2026-02-20T23:29:30.058 INFO:teuthology.orchestra.run.trial101.stdout:global dev mon_warn_on_pool_pg_num_not_power_of_two false 2026-02-20T23:29:30.058 INFO:teuthology.orchestra.run.trial101.stdout:global advanced mon_warn_on_too_few_osds false 2026-02-20T23:29:30.058 INFO:teuthology.orchestra.run.trial101.stdout:global dev ms_die_on_bug true 2026-02-20T23:29:30.058 INFO:teuthology.orchestra.run.trial101.stdout:global dev ms_die_on_old_message true 2026-02-20T23:29:30.058 INFO:teuthology.orchestra.run.trial101.stdout:global advanced osd_pool_default_erasure_code_profile plugin=isa technique=reed_sol_van k=2 m=1 crush-failure-domain=osd 2026-02-20T23:29:30.058 INFO:teuthology.orchestra.run.trial101.stdout:global advanced osd_pool_default_pg_autoscale_mode off 2026-02-20T23:29:30.058 INFO:teuthology.orchestra.run.trial101.stdout:global advanced public_network 10.20.192.0/20 * 2026-02-20T23:29:30.058 INFO:teuthology.orchestra.run.trial101.stdout:mon advanced auth_allow_insecure_global_id_reclaim false 2026-02-20T23:29:30.058 INFO:teuthology.orchestra.run.trial101.stdout:mon advanced auth_mon_ticket_ttl 660.000000 2026-02-20T23:29:30.058 INFO:teuthology.orchestra.run.trial101.stdout:mon advanced auth_service_ticket_ttl 240.000000 2026-02-20T23:29:30.058 INFO:teuthology.orchestra.run.trial101.stdout:mon advanced debug_mon 20/20 2026-02-20T23:29:30.058 INFO:teuthology.orchestra.run.trial101.stdout:mon advanced debug_ms 1/1 2026-02-20T23:29:30.058 INFO:teuthology.orchestra.run.trial101.stdout:mon advanced debug_paxos 20/20 2026-02-20T23:29:30.058 INFO:teuthology.orchestra.run.trial101.stdout:mon advanced mon_data_avail_warn 5 2026-02-20T23:29:30.058 INFO:teuthology.orchestra.run.trial101.stdout:mon advanced mon_mgr_mkfs_grace 240 2026-02-20T23:29:30.058 INFO:teuthology.orchestra.run.trial101.stdout:mon dev mon_osd_prime_pg_temp true 2026-02-20T23:29:30.058 INFO:teuthology.orchestra.run.trial101.stdout:mon advanced mon_osd_reporter_subtree_level osd 2026-02-20T23:29:30.058 INFO:teuthology.orchestra.run.trial101.stdout:mon advanced mon_reweight_min_bytes_per_osd 10 2026-02-20T23:29:30.058 INFO:teuthology.orchestra.run.trial101.stdout:mon advanced mon_reweight_min_pgs_per_osd 4 2026-02-20T23:29:30.058 INFO:teuthology.orchestra.run.trial101.stdout:mon advanced mon_warn_on_insecure_global_id_reclaim false 2026-02-20T23:29:30.058 INFO:teuthology.orchestra.run.trial101.stdout:mon advanced mon_warn_on_insecure_global_id_reclaim_allowed false 2026-02-20T23:29:30.058 INFO:teuthology.orchestra.run.trial101.stdout:mgr advanced debug_mgr 20/20 2026-02-20T23:29:30.058 INFO:teuthology.orchestra.run.trial101.stdout:mgr advanced debug_ms 1/1 2026-02-20T23:29:30.058 INFO:teuthology.orchestra.run.trial101.stdout:mgr advanced mgr/cephadm/allow_ptrace true * 2026-02-20T23:29:30.058 INFO:teuthology.orchestra.run.trial101.stdout:mgr advanced mgr/cephadm/container_init True * 2026-02-20T23:29:30.058 INFO:teuthology.orchestra.run.trial101.stdout:mgr advanced mgr/cephadm/migration_current 7 * 2026-02-20T23:29:30.058 INFO:teuthology.orchestra.run.trial101.stdout:mgr advanced mgr/dashboard/GRAFANA_API_SSL_VERIFY false * 2026-02-20T23:29:30.058 INFO:teuthology.orchestra.run.trial101.stdout:mgr advanced mgr/dashboard/ssl_server_port 8443 * 2026-02-20T23:29:30.058 INFO:teuthology.orchestra.run.trial101.stdout:mgr advanced mgr/orchestrator/orchestrator cephadm 2026-02-20T23:29:30.058 INFO:teuthology.orchestra.run.trial101.stdout:mgr advanced mon_reweight_min_bytes_per_osd 10 2026-02-20T23:29:30.058 INFO:teuthology.orchestra.run.trial101.stdout:mgr advanced mon_reweight_min_pgs_per_osd 4 2026-02-20T23:29:30.058 INFO:teuthology.orchestra.run.trial101.stdout:osd dev bdev_debug_aio true 2026-02-20T23:29:30.058 INFO:teuthology.orchestra.run.trial101.stdout:osd advanced debug_ms 1/1 2026-02-20T23:29:30.058 INFO:teuthology.orchestra.run.trial101.stdout:osd advanced debug_osd 20/20 2026-02-20T23:29:30.059 INFO:teuthology.orchestra.run.trial101.stdout:osd dev osd_debug_misdirected_ops true 2026-02-20T23:29:30.059 INFO:teuthology.orchestra.run.trial101.stdout:osd dev osd_debug_op_order true 2026-02-20T23:29:30.059 INFO:teuthology.orchestra.run.trial101.stdout:osd dev osd_debug_pg_log_writeout true 2026-02-20T23:29:30.059 INFO:teuthology.orchestra.run.trial101.stdout:osd dev osd_debug_shutdown true 2026-02-20T23:29:30.059 INFO:teuthology.orchestra.run.trial101.stdout:osd dev osd_debug_verify_cached_snaps true 2026-02-20T23:29:30.059 INFO:teuthology.orchestra.run.trial101.stdout:osd dev osd_debug_verify_missing_on_start true 2026-02-20T23:29:30.059 INFO:teuthology.orchestra.run.trial101.stdout:osd dev osd_debug_verify_stray_on_activate true 2026-02-20T23:29:30.059 INFO:teuthology.orchestra.run.trial101.stdout:osd advanced osd_deep_scrub_update_digest_min_age 30 2026-02-20T23:29:30.059 INFO:teuthology.orchestra.run.trial101.stdout:osd advanced osd_mclock_profile high_recovery_ops 2026-02-20T23:29:30.059 INFO:teuthology.orchestra.run.trial101.stdout:osd dev osd_mclock_skip_benchmark true 2026-02-20T23:29:30.059 INFO:teuthology.orchestra.run.trial101.stdout:osd advanced osd_memory_target_autotune true 2026-02-20T23:29:30.059 INFO:teuthology.orchestra.run.trial101.stdout:osd advanced osd_op_queue debug_random * 2026-02-20T23:29:30.059 INFO:teuthology.orchestra.run.trial101.stdout:osd advanced osd_op_queue_cut_off debug_random * 2026-02-20T23:29:30.059 INFO:teuthology.orchestra.run.trial101.stdout:osd advanced osd_recover_clone_overlap true 2026-02-20T23:29:30.059 INFO:teuthology.orchestra.run.trial101.stdout:osd advanced osd_recovery_max_chunk 1048576 2026-02-20T23:29:30.059 INFO:teuthology.orchestra.run.trial101.stdout:osd advanced osd_scrub_load_threshold 5.000000 2026-02-20T23:29:30.059 INFO:teuthology.orchestra.run.trial101.stdout:osd advanced osd_scrub_max_interval 600.000000 2026-02-20T23:29:30.059 INFO:teuthology.orchestra.run.trial101.stdout:osd advanced osd_shutdown_pgref_assert true 2026-02-20T23:29:30.059 INFO:teuthology.orchestra.run.trial101.stdout:client.rgw advanced rgw_cache_enabled true 2026-02-20T23:29:30.059 INFO:teuthology.orchestra.run.trial101.stdout:client.rgw advanced rgw_enable_ops_log true 2026-02-20T23:29:30.059 INFO:teuthology.orchestra.run.trial101.stdout:client.rgw advanced rgw_enable_usage_log true 2026-02-20T23:29:30.121 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:29 trial101 ceph-mon[35994]: mgrmap e18: trial101.twcqls(active, since 13s), standbys: trial168.iztvhl 2026-02-20T23:29:30.121 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:29 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "mgr metadata", "who": "trial168.iztvhl", "id": "trial168.iztvhl"} : dispatch 2026-02-20T23:29:30.121 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:29 trial101 ceph-mon[35994]: from='client.? 10.20.193.101:0/3603348778' entity='client.admin' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-20T23:29:30.121 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:29 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:29:30.121 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:29 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:29:30.121 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:29 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-20T23:29:30.121 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:29 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-20T23:29:30.121 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:29 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:29:30.121 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:29 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:29:30.121 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:29 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:29:30.121 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:29 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:29:30.121 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:29 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:29:30.121 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:29 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2026-02-20T23:29:30.121 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:29 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2026-02-20T23:29:30.121 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:29 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-20T23:29:30.121 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:29 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "mon metadata", "id": "trial168"} : dispatch 2026-02-20T23:29:30.201 INFO:tasks.cephadm:Deploying OSDs... 2026-02-20T23:29:30.201 DEBUG:teuthology.orchestra.run.trial101:> set -ex 2026-02-20T23:29:30.201 DEBUG:teuthology.orchestra.run.trial101:> dd if=/scratch_devs of=/dev/stdout 2026-02-20T23:29:30.218 DEBUG:teuthology.misc:devs=['/dev/nvme3n1', '/dev/nvme4n1', '/dev/nvme5n1', '/dev/nvme6n1'] 2026-02-20T23:29:30.218 DEBUG:teuthology.orchestra.run.trial101:> stat /dev/nvme3n1 2026-02-20T23:29:30.269 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:29 trial168 ceph-mon[42856]: mgrmap e18: trial101.twcqls(active, since 13s), standbys: trial168.iztvhl 2026-02-20T23:29:30.269 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:29 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "mgr metadata", "who": "trial168.iztvhl", "id": "trial168.iztvhl"} : dispatch 2026-02-20T23:29:30.270 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:29 trial168 ceph-mon[42856]: from='client.? 10.20.193.101:0/3603348778' entity='client.admin' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-20T23:29:30.270 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:29 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:29:30.270 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:29 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:29:30.270 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:29 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-20T23:29:30.270 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:29 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-20T23:29:30.270 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:29 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:29:30.270 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:29 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:29:30.270 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:29 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:29:30.270 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:29 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:29:30.270 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:29 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:29:30.270 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:29 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2026-02-20T23:29:30.270 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:29 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2026-02-20T23:29:30.270 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:29 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-20T23:29:30.271 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:29 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "mon metadata", "id": "trial168"} : dispatch 2026-02-20T23:29:30.274 INFO:teuthology.orchestra.run.trial101.stdout: File: /dev/nvme3n1 2026-02-20T23:29:30.275 INFO:teuthology.orchestra.run.trial101.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2026-02-20T23:29:30.275 INFO:teuthology.orchestra.run.trial101.stdout:Device: 6h/6d Inode: 1325 Links: 1 Device type: 103,6 2026-02-20T23:29:30.275 INFO:teuthology.orchestra.run.trial101.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2026-02-20T23:29:30.275 INFO:teuthology.orchestra.run.trial101.stdout:Context: system_u:object_r:fixed_disk_device_t:s0 2026-02-20T23:29:30.275 INFO:teuthology.orchestra.run.trial101.stdout:Access: 2026-02-20 23:28:59.912672839 +0000 2026-02-20T23:29:30.275 INFO:teuthology.orchestra.run.trial101.stdout:Modify: 2026-02-20 23:28:11.535273924 +0000 2026-02-20T23:29:30.275 INFO:teuthology.orchestra.run.trial101.stdout:Change: 2026-02-20 23:28:11.535273924 +0000 2026-02-20T23:29:30.275 INFO:teuthology.orchestra.run.trial101.stdout: Birth: 2026-02-20 23:28:10.614299058 +0000 2026-02-20T23:29:30.275 DEBUG:teuthology.orchestra.run.trial101:> sudo dd if=/dev/nvme3n1 of=/dev/null count=1 2026-02-20T23:29:30.340 INFO:teuthology.orchestra.run.trial101.stderr:1+0 records in 2026-02-20T23:29:30.340 INFO:teuthology.orchestra.run.trial101.stderr:1+0 records out 2026-02-20T23:29:30.340 INFO:teuthology.orchestra.run.trial101.stderr:512 bytes copied, 0.000189295 s, 2.7 MB/s 2026-02-20T23:29:30.341 DEBUG:teuthology.orchestra.run.trial101:> ! mount | grep -v devtmpfs | grep -q /dev/nvme3n1 2026-02-20T23:29:30.399 DEBUG:teuthology.orchestra.run.trial101:> stat /dev/nvme4n1 2026-02-20T23:29:30.455 INFO:teuthology.orchestra.run.trial101.stdout: File: /dev/nvme4n1 2026-02-20T23:29:30.455 INFO:teuthology.orchestra.run.trial101.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2026-02-20T23:29:30.455 INFO:teuthology.orchestra.run.trial101.stdout:Device: 6h/6d Inode: 1337 Links: 1 Device type: 103,8 2026-02-20T23:29:30.455 INFO:teuthology.orchestra.run.trial101.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2026-02-20T23:29:30.455 INFO:teuthology.orchestra.run.trial101.stdout:Context: system_u:object_r:fixed_disk_device_t:s0 2026-02-20T23:29:30.455 INFO:teuthology.orchestra.run.trial101.stdout:Access: 2026-02-20 23:28:59.956671253 +0000 2026-02-20T23:29:30.455 INFO:teuthology.orchestra.run.trial101.stdout:Modify: 2026-02-20 23:28:11.936263403 +0000 2026-02-20T23:29:30.455 INFO:teuthology.orchestra.run.trial101.stdout:Change: 2026-02-20 23:28:11.936263403 +0000 2026-02-20T23:29:30.455 INFO:teuthology.orchestra.run.trial101.stdout: Birth: 2026-02-20 23:28:10.741294758 +0000 2026-02-20T23:29:30.455 DEBUG:teuthology.orchestra.run.trial101:> sudo dd if=/dev/nvme4n1 of=/dev/null count=1 2026-02-20T23:29:30.519 INFO:teuthology.orchestra.run.trial101.stderr:1+0 records in 2026-02-20T23:29:30.520 INFO:teuthology.orchestra.run.trial101.stderr:1+0 records out 2026-02-20T23:29:30.520 INFO:teuthology.orchestra.run.trial101.stderr:512 bytes copied, 0.000182942 s, 2.8 MB/s 2026-02-20T23:29:30.521 DEBUG:teuthology.orchestra.run.trial101:> ! mount | grep -v devtmpfs | grep -q /dev/nvme4n1 2026-02-20T23:29:30.578 DEBUG:teuthology.orchestra.run.trial101:> stat /dev/nvme5n1 2026-02-20T23:29:30.634 INFO:teuthology.orchestra.run.trial101.stdout: File: /dev/nvme5n1 2026-02-20T23:29:30.635 INFO:teuthology.orchestra.run.trial101.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2026-02-20T23:29:30.635 INFO:teuthology.orchestra.run.trial101.stdout:Device: 6h/6d Inode: 1349 Links: 1 Device type: 103,a 2026-02-20T23:29:30.635 INFO:teuthology.orchestra.run.trial101.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2026-02-20T23:29:30.635 INFO:teuthology.orchestra.run.trial101.stdout:Context: system_u:object_r:fixed_disk_device_t:s0 2026-02-20T23:29:30.635 INFO:teuthology.orchestra.run.trial101.stdout:Access: 2026-02-20 23:29:00.000669666 +0000 2026-02-20T23:29:30.635 INFO:teuthology.orchestra.run.trial101.stdout:Modify: 2026-02-20 23:28:12.331253038 +0000 2026-02-20T23:29:30.635 INFO:teuthology.orchestra.run.trial101.stdout:Change: 2026-02-20 23:28:12.331253038 +0000 2026-02-20T23:29:30.635 INFO:teuthology.orchestra.run.trial101.stdout: Birth: 2026-02-20 23:28:10.875291241 +0000 2026-02-20T23:29:30.636 DEBUG:teuthology.orchestra.run.trial101:> sudo dd if=/dev/nvme5n1 of=/dev/null count=1 2026-02-20T23:29:30.700 INFO:teuthology.orchestra.run.trial101.stderr:1+0 records in 2026-02-20T23:29:30.700 INFO:teuthology.orchestra.run.trial101.stderr:1+0 records out 2026-02-20T23:29:30.700 INFO:teuthology.orchestra.run.trial101.stderr:512 bytes copied, 0.00017099 s, 3.0 MB/s 2026-02-20T23:29:30.701 DEBUG:teuthology.orchestra.run.trial101:> ! mount | grep -v devtmpfs | grep -q /dev/nvme5n1 2026-02-20T23:29:30.759 DEBUG:teuthology.orchestra.run.trial101:> stat /dev/nvme6n1 2026-02-20T23:29:30.816 INFO:teuthology.orchestra.run.trial101.stdout: File: /dev/nvme6n1 2026-02-20T23:29:30.816 INFO:teuthology.orchestra.run.trial101.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2026-02-20T23:29:30.816 INFO:teuthology.orchestra.run.trial101.stdout:Device: 6h/6d Inode: 1361 Links: 1 Device type: 103,c 2026-02-20T23:29:30.816 INFO:teuthology.orchestra.run.trial101.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2026-02-20T23:29:30.816 INFO:teuthology.orchestra.run.trial101.stdout:Context: system_u:object_r:fixed_disk_device_t:s0 2026-02-20T23:29:30.817 INFO:teuthology.orchestra.run.trial101.stdout:Access: 2026-02-20 23:29:00.042668152 +0000 2026-02-20T23:29:30.817 INFO:teuthology.orchestra.run.trial101.stdout:Modify: 2026-02-20 23:28:12.723242753 +0000 2026-02-20T23:29:30.817 INFO:teuthology.orchestra.run.trial101.stdout:Change: 2026-02-20 23:28:12.723242753 +0000 2026-02-20T23:29:30.817 INFO:teuthology.orchestra.run.trial101.stdout: Birth: 2026-02-20 23:28:11.002287909 +0000 2026-02-20T23:29:30.817 DEBUG:teuthology.orchestra.run.trial101:> sudo dd if=/dev/nvme6n1 of=/dev/null count=1 2026-02-20T23:29:30.883 INFO:teuthology.orchestra.run.trial101.stderr:1+0 records in 2026-02-20T23:29:30.883 INFO:teuthology.orchestra.run.trial101.stderr:1+0 records out 2026-02-20T23:29:30.883 INFO:teuthology.orchestra.run.trial101.stderr:512 bytes copied, 0.000163805 s, 3.1 MB/s 2026-02-20T23:29:30.884 DEBUG:teuthology.orchestra.run.trial101:> ! mount | grep -v devtmpfs | grep -q /dev/nvme6n1 2026-02-20T23:29:30.942 DEBUG:teuthology.orchestra.run.trial168:> set -ex 2026-02-20T23:29:30.942 DEBUG:teuthology.orchestra.run.trial168:> dd if=/scratch_devs of=/dev/stdout 2026-02-20T23:29:30.960 DEBUG:teuthology.misc:devs=['/dev/nvme3n1', '/dev/nvme4n1', '/dev/nvme5n1', '/dev/nvme6n1'] 2026-02-20T23:29:30.960 DEBUG:teuthology.orchestra.run.trial168:> stat /dev/nvme3n1 2026-02-20T23:29:31.016 INFO:teuthology.orchestra.run.trial168.stdout: File: /dev/nvme3n1 2026-02-20T23:29:31.016 INFO:teuthology.orchestra.run.trial168.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2026-02-20T23:29:31.016 INFO:teuthology.orchestra.run.trial168.stdout:Device: 6h/6d Inode: 1325 Links: 1 Device type: 103,6 2026-02-20T23:29:31.016 INFO:teuthology.orchestra.run.trial168.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2026-02-20T23:29:31.016 INFO:teuthology.orchestra.run.trial168.stdout:Context: system_u:object_r:fixed_disk_device_t:s0 2026-02-20T23:29:31.016 INFO:teuthology.orchestra.run.trial168.stdout:Access: 2026-02-20 23:29:17.773845474 +0000 2026-02-20T23:29:31.016 INFO:teuthology.orchestra.run.trial168.stdout:Modify: 2026-02-20 23:28:14.704253890 +0000 2026-02-20T23:29:31.016 INFO:teuthology.orchestra.run.trial168.stdout:Change: 2026-02-20 23:28:14.704253890 +0000 2026-02-20T23:29:31.016 INFO:teuthology.orchestra.run.trial168.stdout: Birth: 2026-02-20 23:28:13.780289566 +0000 2026-02-20T23:29:31.017 DEBUG:teuthology.orchestra.run.trial168:> sudo dd if=/dev/nvme3n1 of=/dev/null count=1 2026-02-20T23:29:31.080 INFO:teuthology.orchestra.run.trial168.stderr:1+0 records in 2026-02-20T23:29:31.080 INFO:teuthology.orchestra.run.trial168.stderr:1+0 records out 2026-02-20T23:29:31.080 INFO:teuthology.orchestra.run.trial168.stderr:512 bytes copied, 0.00019389 s, 2.6 MB/s 2026-02-20T23:29:31.081 DEBUG:teuthology.orchestra.run.trial168:> ! mount | grep -v devtmpfs | grep -q /dev/nvme3n1 2026-02-20T23:29:31.120 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:30 trial101 ceph-mon[35994]: Updating trial101:/etc/ceph/ceph.conf 2026-02-20T23:29:31.121 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:30 trial101 ceph-mon[35994]: Updating trial168:/etc/ceph/ceph.conf 2026-02-20T23:29:31.121 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:30 trial101 ceph-mon[35994]: Updating trial168:/var/lib/ceph/d509fa29-0eb3-11f1-b056-d404e6e7d460/config/ceph.conf 2026-02-20T23:29:31.121 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:30 trial101 ceph-mon[35994]: Updating trial101:/var/lib/ceph/d509fa29-0eb3-11f1-b056-d404e6e7d460/config/ceph.conf 2026-02-20T23:29:31.121 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:30 trial101 ceph-mon[35994]: Reconfiguring mon.trial101 (unknown last config time)... 2026-02-20T23:29:31.121 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:30 trial101 ceph-mon[35994]: Reconfiguring daemon mon.trial101 on trial101 2026-02-20T23:29:31.121 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:30 trial101 ceph-mon[35994]: from='client.? 10.20.193.101:0/1708428544' entity='client.admin' cmd={"prefix": "config dump"} : dispatch 2026-02-20T23:29:31.121 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:30 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:29:31.121 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:30 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:29:31.121 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:30 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "auth get-or-create", "entity": "mgr.trial101.twcqls", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2026-02-20T23:29:31.121 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:30 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "mgr services"} : dispatch 2026-02-20T23:29:31.121 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:30 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-20T23:29:31.121 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:30 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:29:31.121 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:30 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:29:31.121 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:30 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "auth get-or-create", "entity": "client.ceph-exporter.trial101", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]} : dispatch 2026-02-20T23:29:31.121 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:30 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-20T23:29:31.121 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:30 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-02-20T23:29:31.139 DEBUG:teuthology.orchestra.run.trial168:> stat /dev/nvme4n1 2026-02-20T23:29:31.195 INFO:teuthology.orchestra.run.trial168.stdout: File: /dev/nvme4n1 2026-02-20T23:29:31.195 INFO:teuthology.orchestra.run.trial168.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2026-02-20T23:29:31.195 INFO:teuthology.orchestra.run.trial168.stdout:Device: 6h/6d Inode: 1337 Links: 1 Device type: 103,8 2026-02-20T23:29:31.195 INFO:teuthology.orchestra.run.trial168.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2026-02-20T23:29:31.195 INFO:teuthology.orchestra.run.trial168.stdout:Context: system_u:object_r:fixed_disk_device_t:s0 2026-02-20T23:29:31.195 INFO:teuthology.orchestra.run.trial168.stdout:Access: 2026-02-20 23:29:17.815844351 +0000 2026-02-20T23:29:31.195 INFO:teuthology.orchestra.run.trial168.stdout:Modify: 2026-02-20 23:28:15.098238677 +0000 2026-02-20T23:29:31.195 INFO:teuthology.orchestra.run.trial168.stdout:Change: 2026-02-20 23:28:15.098238677 +0000 2026-02-20T23:29:31.196 INFO:teuthology.orchestra.run.trial168.stdout: Birth: 2026-02-20 23:28:13.913284430 +0000 2026-02-20T23:29:31.196 DEBUG:teuthology.orchestra.run.trial168:> sudo dd if=/dev/nvme4n1 of=/dev/null count=1 2026-02-20T23:29:31.255 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:30 trial168 ceph-mon[42856]: Updating trial101:/etc/ceph/ceph.conf 2026-02-20T23:29:31.256 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:30 trial168 ceph-mon[42856]: Updating trial168:/etc/ceph/ceph.conf 2026-02-20T23:29:31.256 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:30 trial168 ceph-mon[42856]: Updating trial168:/var/lib/ceph/d509fa29-0eb3-11f1-b056-d404e6e7d460/config/ceph.conf 2026-02-20T23:29:31.256 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:30 trial168 ceph-mon[42856]: Updating trial101:/var/lib/ceph/d509fa29-0eb3-11f1-b056-d404e6e7d460/config/ceph.conf 2026-02-20T23:29:31.256 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:30 trial168 ceph-mon[42856]: Reconfiguring mon.trial101 (unknown last config time)... 2026-02-20T23:29:31.256 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:30 trial168 ceph-mon[42856]: Reconfiguring daemon mon.trial101 on trial101 2026-02-20T23:29:31.256 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:30 trial168 ceph-mon[42856]: from='client.? 10.20.193.101:0/1708428544' entity='client.admin' cmd={"prefix": "config dump"} : dispatch 2026-02-20T23:29:31.256 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:30 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:29:31.256 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:30 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:29:31.256 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:30 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "auth get-or-create", "entity": "mgr.trial101.twcqls", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2026-02-20T23:29:31.256 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:30 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "mgr services"} : dispatch 2026-02-20T23:29:31.257 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:30 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-20T23:29:31.257 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:30 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:29:31.257 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:30 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:29:31.257 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:30 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "auth get-or-create", "entity": "client.ceph-exporter.trial101", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]} : dispatch 2026-02-20T23:29:31.257 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:30 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-20T23:29:31.257 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:30 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-02-20T23:29:31.257 INFO:teuthology.orchestra.run.trial168.stderr:1+0 records in 2026-02-20T23:29:31.258 INFO:teuthology.orchestra.run.trial168.stderr:1+0 records out 2026-02-20T23:29:31.258 INFO:teuthology.orchestra.run.trial168.stderr:512 bytes copied, 0.000166449 s, 3.1 MB/s 2026-02-20T23:29:31.259 DEBUG:teuthology.orchestra.run.trial168:> ! mount | grep -v devtmpfs | grep -q /dev/nvme4n1 2026-02-20T23:29:31.315 DEBUG:teuthology.orchestra.run.trial168:> stat /dev/nvme5n1 2026-02-20T23:29:31.370 INFO:teuthology.orchestra.run.trial168.stdout: File: /dev/nvme5n1 2026-02-20T23:29:31.370 INFO:teuthology.orchestra.run.trial168.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2026-02-20T23:29:31.370 INFO:teuthology.orchestra.run.trial168.stdout:Device: 6h/6d Inode: 1349 Links: 1 Device type: 103,a 2026-02-20T23:29:31.370 INFO:teuthology.orchestra.run.trial168.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2026-02-20T23:29:31.370 INFO:teuthology.orchestra.run.trial168.stdout:Context: system_u:object_r:fixed_disk_device_t:s0 2026-02-20T23:29:31.370 INFO:teuthology.orchestra.run.trial168.stdout:Access: 2026-02-20 23:29:17.857843229 +0000 2026-02-20T23:29:31.370 INFO:teuthology.orchestra.run.trial168.stdout:Modify: 2026-02-20 23:28:15.495223349 +0000 2026-02-20T23:29:31.371 INFO:teuthology.orchestra.run.trial168.stdout:Change: 2026-02-20 23:28:15.495223349 +0000 2026-02-20T23:29:31.371 INFO:teuthology.orchestra.run.trial168.stdout: Birth: 2026-02-20 23:28:14.052279065 +0000 2026-02-20T23:29:31.371 DEBUG:teuthology.orchestra.run.trial168:> sudo dd if=/dev/nvme5n1 of=/dev/null count=1 2026-02-20T23:29:31.434 INFO:teuthology.orchestra.run.trial168.stderr:1+0 records in 2026-02-20T23:29:31.434 INFO:teuthology.orchestra.run.trial168.stderr:1+0 records out 2026-02-20T23:29:31.434 INFO:teuthology.orchestra.run.trial168.stderr:512 bytes copied, 0.000189111 s, 2.7 MB/s 2026-02-20T23:29:31.435 DEBUG:teuthology.orchestra.run.trial168:> ! mount | grep -v devtmpfs | grep -q /dev/nvme5n1 2026-02-20T23:29:31.491 DEBUG:teuthology.orchestra.run.trial168:> stat /dev/nvme6n1 2026-02-20T23:29:31.548 INFO:teuthology.orchestra.run.trial168.stdout: File: /dev/nvme6n1 2026-02-20T23:29:31.548 INFO:teuthology.orchestra.run.trial168.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2026-02-20T23:29:31.548 INFO:teuthology.orchestra.run.trial168.stdout:Device: 6h/6d Inode: 1361 Links: 1 Device type: 103,c 2026-02-20T23:29:31.548 INFO:teuthology.orchestra.run.trial168.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2026-02-20T23:29:31.548 INFO:teuthology.orchestra.run.trial168.stdout:Context: system_u:object_r:fixed_disk_device_t:s0 2026-02-20T23:29:31.548 INFO:teuthology.orchestra.run.trial168.stdout:Access: 2026-02-20 23:29:17.899842106 +0000 2026-02-20T23:29:31.548 INFO:teuthology.orchestra.run.trial168.stdout:Modify: 2026-02-20 23:28:15.892208020 +0000 2026-02-20T23:29:31.548 INFO:teuthology.orchestra.run.trial168.stdout:Change: 2026-02-20 23:28:15.892208020 +0000 2026-02-20T23:29:31.548 INFO:teuthology.orchestra.run.trial168.stdout: Birth: 2026-02-20 23:28:14.184273967 +0000 2026-02-20T23:29:31.548 DEBUG:teuthology.orchestra.run.trial168:> sudo dd if=/dev/nvme6n1 of=/dev/null count=1 2026-02-20T23:29:31.611 INFO:teuthology.orchestra.run.trial168.stderr:1+0 records in 2026-02-20T23:29:31.611 INFO:teuthology.orchestra.run.trial168.stderr:1+0 records out 2026-02-20T23:29:31.611 INFO:teuthology.orchestra.run.trial168.stderr:512 bytes copied, 0.00020999 s, 2.4 MB/s 2026-02-20T23:29:31.612 DEBUG:teuthology.orchestra.run.trial168:> ! mount | grep -v devtmpfs | grep -q /dev/nvme6n1 2026-02-20T23:29:31.668 DEBUG:teuthology.orchestra.run.trial168:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:f7870454149f22574086dd2ff55d050585136531 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d509fa29-0eb3-11f1-b056-d404e6e7d460 -- ceph orch apply osd --all-available-devices 2026-02-20T23:29:31.825 INFO:teuthology.orchestra.run.trial168.stderr:Inferring config /var/lib/ceph/d509fa29-0eb3-11f1-b056-d404e6e7d460/mon.trial168/config 2026-02-20T23:29:32.082 INFO:teuthology.orchestra.run.trial168.stdout:Scheduled osd.all-available-devices update... 2026-02-20T23:29:32.169 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:31 trial101 ceph-mon[35994]: Reconfiguring mgr.trial101.twcqls (unknown last config time)... 2026-02-20T23:29:32.170 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:31 trial101 ceph-mon[35994]: Reconfiguring daemon mgr.trial101.twcqls on trial101 2026-02-20T23:29:32.170 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:31 trial101 ceph-mon[35994]: Reconfiguring ceph-exporter.trial101 (monmap changed)... 2026-02-20T23:29:32.170 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:31 trial101 ceph-mon[35994]: Reconfiguring daemon ceph-exporter.trial101 on trial101 2026-02-20T23:29:32.170 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:31 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:29:32.170 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:31 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:29:32.170 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:31 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "auth get-or-create", "entity": "client.crash.trial101", "caps": ["mon", "profile crash", "mgr", "profile crash"]} : dispatch 2026-02-20T23:29:32.170 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:31 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-20T23:29:32.170 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:31 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:29:32.170 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:31 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:29:32.199 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:31 trial168 ceph-mon[42856]: Reconfiguring mgr.trial101.twcqls (unknown last config time)... 2026-02-20T23:29:32.199 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:31 trial168 ceph-mon[42856]: Reconfiguring daemon mgr.trial101.twcqls on trial101 2026-02-20T23:29:32.200 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:31 trial168 ceph-mon[42856]: Reconfiguring ceph-exporter.trial101 (monmap changed)... 2026-02-20T23:29:32.200 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:31 trial168 ceph-mon[42856]: Reconfiguring daemon ceph-exporter.trial101 on trial101 2026-02-20T23:29:32.200 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:31 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:29:32.200 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:31 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:29:32.200 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:31 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "auth get-or-create", "entity": "client.crash.trial101", "caps": ["mon", "profile crash", "mgr", "profile crash"]} : dispatch 2026-02-20T23:29:32.200 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:31 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-20T23:29:32.200 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:31 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:29:32.200 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:31 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:29:32.221 INFO:tasks.cephadm:Waiting for 8 OSDs to come up... 2026-02-20T23:29:32.221 DEBUG:teuthology.orchestra.run.trial101:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:f7870454149f22574086dd2ff55d050585136531 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d509fa29-0eb3-11f1-b056-d404e6e7d460 -- ceph osd stat -f json 2026-02-20T23:29:32.338 INFO:teuthology.orchestra.run.trial101.stderr:Inferring config /var/lib/ceph/d509fa29-0eb3-11f1-b056-d404e6e7d460/mon.trial101/config 2026-02-20T23:29:32.582 INFO:teuthology.orchestra.run.trial101.stdout: 2026-02-20T23:29:32.723 INFO:teuthology.orchestra.run.trial101.stdout:{"epoch":5,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":0,"num_remapped_pgs":0} 2026-02-20T23:29:33.120 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:32 trial101 ceph-mon[35994]: Reconfiguring crash.trial101 (monmap changed)... 2026-02-20T23:29:33.120 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:32 trial101 ceph-mon[35994]: Reconfiguring daemon crash.trial101 on trial101 2026-02-20T23:29:33.121 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:32 trial101 ceph-mon[35994]: Reconfiguring alertmanager.trial101 deps ['mgr.trial101.twcqls', 'secure_monitoring_stack:False'] -> ['alertmanager.trial101', 'mgr.trial101.twcqls', 'mgr.trial168.iztvhl', 'secure_monitoring_stack:False'] (diff {'alertmanager.trial101', 'mgr.trial168.iztvhl'}) 2026-02-20T23:29:33.121 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:32 trial101 ceph-mon[35994]: Reconfiguring daemon alertmanager.trial101 on trial101 2026-02-20T23:29:33.121 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:32 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:29:33.121 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:32 trial101 ceph-mon[35994]: from='client.? 10.20.193.101:0/2993104347' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2026-02-20T23:29:33.121 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:32 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:29:33.121 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:32 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:29:33.269 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:32 trial168 ceph-mon[42856]: Reconfiguring crash.trial101 (monmap changed)... 2026-02-20T23:29:33.269 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:32 trial168 ceph-mon[42856]: Reconfiguring daemon crash.trial101 on trial101 2026-02-20T23:29:33.269 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:32 trial168 ceph-mon[42856]: Reconfiguring alertmanager.trial101 deps ['mgr.trial101.twcqls', 'secure_monitoring_stack:False'] -> ['alertmanager.trial101', 'mgr.trial101.twcqls', 'mgr.trial168.iztvhl', 'secure_monitoring_stack:False'] (diff {'alertmanager.trial101', 'mgr.trial168.iztvhl'}) 2026-02-20T23:29:33.270 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:32 trial168 ceph-mon[42856]: Reconfiguring daemon alertmanager.trial101 on trial101 2026-02-20T23:29:33.270 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:32 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:29:33.270 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:32 trial168 ceph-mon[42856]: from='client.? 10.20.193.101:0/2993104347' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2026-02-20T23:29:33.270 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:32 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:29:33.270 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:32 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:29:33.724 DEBUG:teuthology.orchestra.run.trial101:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:f7870454149f22574086dd2ff55d050585136531 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d509fa29-0eb3-11f1-b056-d404e6e7d460 -- ceph osd stat -f json 2026-02-20T23:29:33.849 INFO:teuthology.orchestra.run.trial101.stderr:Inferring config /var/lib/ceph/d509fa29-0eb3-11f1-b056-d404e6e7d460/mon.trial101/config 2026-02-20T23:29:34.091 INFO:teuthology.orchestra.run.trial101.stdout: 2026-02-20T23:29:34.163 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:33 trial101 ceph-mon[35994]: from='client.14248 -' entity='client.admin' cmd=[{"prefix": "orch apply osd", "all_available_devices": true, "target": ["mon-mgr", ""]}]: dispatch 2026-02-20T23:29:34.164 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:33 trial101 ceph-mon[35994]: Marking host: trial101 for OSDSpec preview refresh. 2026-02-20T23:29:34.164 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:33 trial101 ceph-mon[35994]: Marking host: trial168 for OSDSpec preview refresh. 2026-02-20T23:29:34.164 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:33 trial101 ceph-mon[35994]: Saving service osd.all-available-devices spec with placement * 2026-02-20T23:29:34.164 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:33 trial101 ceph-mon[35994]: Reconfiguring grafana.trial101 deps ['secure_monitoring_stack:False'] -> ['prometheus.trial101', 'secure_monitoring_stack:False'] (diff {'prometheus.trial101'}) 2026-02-20T23:29:34.164 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:33 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"} : dispatch 2026-02-20T23:29:34.237 INFO:teuthology.orchestra.run.trial101.stdout:{"epoch":5,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":0,"num_remapped_pgs":0} 2026-02-20T23:29:34.270 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:33 trial168 ceph-mon[42856]: from='client.14248 -' entity='client.admin' cmd=[{"prefix": "orch apply osd", "all_available_devices": true, "target": ["mon-mgr", ""]}]: dispatch 2026-02-20T23:29:34.270 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:33 trial168 ceph-mon[42856]: Marking host: trial101 for OSDSpec preview refresh. 2026-02-20T23:29:34.270 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:33 trial168 ceph-mon[42856]: Marking host: trial168 for OSDSpec preview refresh. 2026-02-20T23:29:34.270 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:33 trial168 ceph-mon[42856]: Saving service osd.all-available-devices spec with placement * 2026-02-20T23:29:34.270 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:33 trial168 ceph-mon[42856]: Reconfiguring grafana.trial101 deps ['secure_monitoring_stack:False'] -> ['prometheus.trial101', 'secure_monitoring_stack:False'] (diff {'prometheus.trial101'}) 2026-02-20T23:29:34.270 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:33 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"} : dispatch 2026-02-20T23:29:35.033 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:34 trial101 ceph-mon[35994]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2026-02-20T23:29:35.033 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:34 trial101 ceph-mon[35994]: Reconfiguring daemon grafana.trial101 on trial101 2026-02-20T23:29:35.033 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:34 trial101 ceph-mon[35994]: from='client.? 10.20.193.101:0/386459560' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2026-02-20T23:29:35.034 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:34 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:29:35.034 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:34 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:29:35.239 DEBUG:teuthology.orchestra.run.trial101:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:f7870454149f22574086dd2ff55d050585136531 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d509fa29-0eb3-11f1-b056-d404e6e7d460 -- ceph osd stat -f json 2026-02-20T23:29:35.269 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:34 trial168 ceph-mon[42856]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2026-02-20T23:29:35.269 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:34 trial168 ceph-mon[42856]: Reconfiguring daemon grafana.trial101 on trial101 2026-02-20T23:29:35.269 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:34 trial168 ceph-mon[42856]: from='client.? 10.20.193.101:0/386459560' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2026-02-20T23:29:35.269 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:34 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:29:35.269 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:34 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:29:35.363 INFO:teuthology.orchestra.run.trial101.stderr:Inferring config /var/lib/ceph/d509fa29-0eb3-11f1-b056-d404e6e7d460/mon.trial101/config 2026-02-20T23:29:35.613 INFO:teuthology.orchestra.run.trial101.stdout: 2026-02-20T23:29:35.755 INFO:teuthology.orchestra.run.trial101.stdout:{"epoch":5,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":0,"num_remapped_pgs":0} 2026-02-20T23:29:36.115 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:35 trial168 ceph-mon[42856]: Reconfiguring prometheus.trial101 deps ['8765', '9283', 'alertmanager', 'ceph-exporter.trial101', 'mgr.trial101.twcqls', 'node-exporter', 'secure_monitoring_stack:False'] -> ['8765', '9283', 'alertmanager', 'ceph-exporter.trial101', 'ceph-exporter.trial168', 'mgr.trial101.twcqls', 'node-exporter', 'secure_monitoring_stack:False'] (diff {'ceph-exporter.trial168'}) 2026-02-20T23:29:36.115 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:35 trial168 ceph-mon[42856]: Reconfiguring daemon prometheus.trial101 on trial101 2026-02-20T23:29:36.116 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:35 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:29:36.116 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:35 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:29:36.116 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:35 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "auth get-or-create", "entity": "client.ceph-exporter.trial168", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]} : dispatch 2026-02-20T23:29:36.116 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:35 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-20T23:29:36.116 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:35 trial168 ceph-mon[42856]: from='client.? 10.20.193.101:0/95871479' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2026-02-20T23:29:36.370 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:35 trial101 ceph-mon[35994]: Reconfiguring prometheus.trial101 deps ['8765', '9283', 'alertmanager', 'ceph-exporter.trial101', 'mgr.trial101.twcqls', 'node-exporter', 'secure_monitoring_stack:False'] -> ['8765', '9283', 'alertmanager', 'ceph-exporter.trial101', 'ceph-exporter.trial168', 'mgr.trial101.twcqls', 'node-exporter', 'secure_monitoring_stack:False'] (diff {'ceph-exporter.trial168'}) 2026-02-20T23:29:36.370 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:35 trial101 ceph-mon[35994]: Reconfiguring daemon prometheus.trial101 on trial101 2026-02-20T23:29:36.370 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:35 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:29:36.371 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:35 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:29:36.371 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:35 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "auth get-or-create", "entity": "client.ceph-exporter.trial168", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]} : dispatch 2026-02-20T23:29:36.371 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:35 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-20T23:29:36.371 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:35 trial101 ceph-mon[35994]: from='client.? 10.20.193.101:0/95871479' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2026-02-20T23:29:36.756 DEBUG:teuthology.orchestra.run.trial101:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:f7870454149f22574086dd2ff55d050585136531 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d509fa29-0eb3-11f1-b056-d404e6e7d460 -- ceph osd stat -f json 2026-02-20T23:29:36.873 INFO:teuthology.orchestra.run.trial101.stderr:Inferring config /var/lib/ceph/d509fa29-0eb3-11f1-b056-d404e6e7d460/mon.trial101/config 2026-02-20T23:29:37.068 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:36 trial101 ceph-mon[35994]: Reconfiguring ceph-exporter.trial168 (monmap changed)... 2026-02-20T23:29:37.068 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:36 trial101 ceph-mon[35994]: Reconfiguring daemon ceph-exporter.trial168 on trial168 2026-02-20T23:29:37.068 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:36 trial101 ceph-mon[35994]: pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-20T23:29:37.068 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:36 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:29:37.068 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:36 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:29:37.068 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:36 trial101 ceph-mon[35994]: Reconfiguring crash.trial168 (monmap changed)... 2026-02-20T23:29:37.068 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:36 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "auth get-or-create", "entity": "client.crash.trial168", "caps": ["mon", "profile crash", "mgr", "profile crash"]} : dispatch 2026-02-20T23:29:37.068 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:36 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-20T23:29:37.068 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:36 trial101 ceph-mon[35994]: Reconfiguring daemon crash.trial168 on trial168 2026-02-20T23:29:37.068 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:36 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:29:37.068 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:36 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:29:37.068 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:36 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "auth get-or-create", "entity": "mgr.trial168.iztvhl", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2026-02-20T23:29:37.068 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:36 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "mgr services"} : dispatch 2026-02-20T23:29:37.068 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:36 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-20T23:29:37.068 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:36 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:29:37.068 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:36 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:29:37.068 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:36 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2026-02-20T23:29:37.068 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:36 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2026-02-20T23:29:37.068 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:36 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-20T23:29:37.111 INFO:teuthology.orchestra.run.trial101.stdout: 2026-02-20T23:29:37.251 INFO:teuthology.orchestra.run.trial101.stdout:{"epoch":5,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":0,"num_remapped_pgs":0} 2026-02-20T23:29:37.270 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:36 trial168 ceph-mon[42856]: Reconfiguring ceph-exporter.trial168 (monmap changed)... 2026-02-20T23:29:37.270 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:36 trial168 ceph-mon[42856]: Reconfiguring daemon ceph-exporter.trial168 on trial168 2026-02-20T23:29:37.270 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:36 trial168 ceph-mon[42856]: pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-20T23:29:37.270 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:36 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:29:37.270 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:36 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:29:37.270 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:36 trial168 ceph-mon[42856]: Reconfiguring crash.trial168 (monmap changed)... 2026-02-20T23:29:37.270 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:36 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "auth get-or-create", "entity": "client.crash.trial168", "caps": ["mon", "profile crash", "mgr", "profile crash"]} : dispatch 2026-02-20T23:29:37.271 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:36 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-20T23:29:37.271 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:36 trial168 ceph-mon[42856]: Reconfiguring daemon crash.trial168 on trial168 2026-02-20T23:29:37.271 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:36 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:29:37.271 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:36 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:29:37.271 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:36 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "auth get-or-create", "entity": "mgr.trial168.iztvhl", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2026-02-20T23:29:37.271 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:36 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "mgr services"} : dispatch 2026-02-20T23:29:37.271 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:36 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-20T23:29:37.271 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:36 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:29:37.271 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:36 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:29:37.271 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:36 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2026-02-20T23:29:37.271 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:36 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2026-02-20T23:29:37.272 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:36 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-20T23:29:38.086 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:37 trial101 ceph-mon[35994]: Reconfiguring mgr.trial168.iztvhl (monmap changed)... 2026-02-20T23:29:38.087 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:37 trial101 ceph-mon[35994]: Reconfiguring daemon mgr.trial168.iztvhl on trial168 2026-02-20T23:29:38.087 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:37 trial101 ceph-mon[35994]: Reconfiguring mon.trial168 (monmap changed)... 2026-02-20T23:29:38.087 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:37 trial101 ceph-mon[35994]: Reconfiguring daemon mon.trial168 on trial168 2026-02-20T23:29:38.087 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:37 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:29:38.087 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:37 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:29:38.087 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:37 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:29:38.087 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:37 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:29:38.087 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:37 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "dashboard get-alertmanager-api-host"} : dispatch 2026-02-20T23:29:38.087 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:37 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "dashboard set-alertmanager-api-host", "value": "http://trial101:9093"} : dispatch 2026-02-20T23:29:38.087 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:37 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:29:38.087 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:37 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:29:38.088 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:37 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:29:38.088 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:37 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "dashboard get-grafana-api-url"} : dispatch 2026-02-20T23:29:38.088 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:37 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "dashboard set-grafana-api-url", "value": "https://trial101:3000"} : dispatch 2026-02-20T23:29:38.088 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:37 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:29:38.088 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:37 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:29:38.088 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:37 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:29:38.088 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:37 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "dashboard get-prometheus-api-host"} : dispatch 2026-02-20T23:29:38.088 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:37 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "dashboard set-prometheus-api-host", "value": "http://trial101:9095"} : dispatch 2026-02-20T23:29:38.088 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:37 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:29:38.089 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:37 trial101 ceph-mon[35994]: from='client.? 10.20.193.101:0/1116892597' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2026-02-20T23:29:38.089 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:37 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-20T23:29:38.089 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:37 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "orch get-security-config"} : dispatch 2026-02-20T23:29:38.089 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:37 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:29:38.089 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:37 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:29:38.089 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:37 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:29:38.089 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:37 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:29:38.253 DEBUG:teuthology.orchestra.run.trial101:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:f7870454149f22574086dd2ff55d050585136531 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d509fa29-0eb3-11f1-b056-d404e6e7d460 -- ceph osd stat -f json 2026-02-20T23:29:38.269 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:37 trial168 ceph-mon[42856]: Reconfiguring mgr.trial168.iztvhl (monmap changed)... 2026-02-20T23:29:38.269 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:37 trial168 ceph-mon[42856]: Reconfiguring daemon mgr.trial168.iztvhl on trial168 2026-02-20T23:29:38.270 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:37 trial168 ceph-mon[42856]: Reconfiguring mon.trial168 (monmap changed)... 2026-02-20T23:29:38.270 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:37 trial168 ceph-mon[42856]: Reconfiguring daemon mon.trial168 on trial168 2026-02-20T23:29:38.270 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:37 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:29:38.270 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:37 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:29:38.270 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:37 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:29:38.270 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:37 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:29:38.270 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:37 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "dashboard get-alertmanager-api-host"} : dispatch 2026-02-20T23:29:38.270 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:37 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "dashboard set-alertmanager-api-host", "value": "http://trial101:9093"} : dispatch 2026-02-20T23:29:38.270 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:37 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:29:38.270 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:37 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:29:38.270 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:37 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:29:38.270 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:37 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "dashboard get-grafana-api-url"} : dispatch 2026-02-20T23:29:38.270 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:37 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "dashboard set-grafana-api-url", "value": "https://trial101:3000"} : dispatch 2026-02-20T23:29:38.270 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:37 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:29:38.270 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:37 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:29:38.270 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:37 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:29:38.270 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:37 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "dashboard get-prometheus-api-host"} : dispatch 2026-02-20T23:29:38.270 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:37 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "dashboard set-prometheus-api-host", "value": "http://trial101:9095"} : dispatch 2026-02-20T23:29:38.270 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:37 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:29:38.270 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:37 trial168 ceph-mon[42856]: from='client.? 10.20.193.101:0/1116892597' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2026-02-20T23:29:38.270 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:37 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-20T23:29:38.270 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:37 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "orch get-security-config"} : dispatch 2026-02-20T23:29:38.270 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:37 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:29:38.270 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:37 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:29:38.270 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:37 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:29:38.270 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:37 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:29:38.371 INFO:teuthology.orchestra.run.trial101.stderr:Inferring config /var/lib/ceph/d509fa29-0eb3-11f1-b056-d404e6e7d460/mon.trial101/config 2026-02-20T23:29:38.602 INFO:teuthology.orchestra.run.trial101.stdout: 2026-02-20T23:29:38.744 INFO:teuthology.orchestra.run.trial101.stdout:{"epoch":5,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":0,"num_remapped_pgs":0} 2026-02-20T23:29:39.120 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:38 trial101 ceph-mon[35994]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2026-02-20T23:29:39.121 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:38 trial101 ceph-mon[35994]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://trial101:9093"}]: dispatch 2026-02-20T23:29:39.121 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:38 trial101 ceph-mon[35994]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2026-02-20T23:29:39.121 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:38 trial101 ceph-mon[35994]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://trial101:3000"}]: dispatch 2026-02-20T23:29:39.121 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:38 trial101 ceph-mon[35994]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2026-02-20T23:29:39.121 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:38 trial101 ceph-mon[35994]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://trial101:9095"}]: dispatch 2026-02-20T23:29:39.121 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:38 trial101 ceph-mon[35994]: Certificate for "grafana_cert (trial101)" is still valid for 1094 days. 2026-02-20T23:29:39.121 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:38 trial101 ceph-mon[35994]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "orch get-security-config"}]: dispatch 2026-02-20T23:29:39.121 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:38 trial101 ceph-mon[35994]: pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-20T23:29:39.121 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:38 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:29:39.121 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:38 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:29:39.121 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:38 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:29:39.121 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:38 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:29:39.121 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:38 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-20T23:29:39.121 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:38 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-20T23:29:39.121 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:38 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:29:39.121 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:38 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-20T23:29:39.121 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:38 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-20T23:29:39.121 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:38 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-20T23:29:39.121 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:38 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-20T23:29:39.121 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:38 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-20T23:29:39.122 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:38 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "orch get-security-config"} : dispatch 2026-02-20T23:29:39.122 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:38 trial101 ceph-mon[35994]: from='client.? 10.20.193.101:0/83866278' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2026-02-20T23:29:39.122 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:38 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "orch get-security-config"} : dispatch 2026-02-20T23:29:39.270 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:38 trial168 ceph-mon[42856]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2026-02-20T23:29:39.271 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:38 trial168 ceph-mon[42856]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://trial101:9093"}]: dispatch 2026-02-20T23:29:39.271 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:38 trial168 ceph-mon[42856]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2026-02-20T23:29:39.271 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:38 trial168 ceph-mon[42856]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://trial101:3000"}]: dispatch 2026-02-20T23:29:39.271 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:38 trial168 ceph-mon[42856]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2026-02-20T23:29:39.271 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:38 trial168 ceph-mon[42856]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://trial101:9095"}]: dispatch 2026-02-20T23:29:39.271 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:38 trial168 ceph-mon[42856]: Certificate for "grafana_cert (trial101)" is still valid for 1094 days. 2026-02-20T23:29:39.272 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:38 trial168 ceph-mon[42856]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "orch get-security-config"}]: dispatch 2026-02-20T23:29:39.272 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:38 trial168 ceph-mon[42856]: pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-20T23:29:39.272 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:38 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:29:39.272 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:38 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:29:39.272 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:38 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:29:39.272 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:38 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:29:39.272 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:38 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-20T23:29:39.272 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:38 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-20T23:29:39.272 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:38 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:29:39.272 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:38 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-20T23:29:39.273 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:38 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-20T23:29:39.273 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:38 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-20T23:29:39.273 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:38 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-20T23:29:39.273 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:38 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-20T23:29:39.273 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:38 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "orch get-security-config"} : dispatch 2026-02-20T23:29:39.273 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:38 trial168 ceph-mon[42856]: from='client.? 10.20.193.101:0/83866278' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2026-02-20T23:29:39.273 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:38 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "orch get-security-config"} : dispatch 2026-02-20T23:29:39.745 DEBUG:teuthology.orchestra.run.trial101:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:f7870454149f22574086dd2ff55d050585136531 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d509fa29-0eb3-11f1-b056-d404e6e7d460 -- ceph osd stat -f json 2026-02-20T23:29:39.863 INFO:teuthology.orchestra.run.trial101.stderr:Inferring config /var/lib/ceph/d509fa29-0eb3-11f1-b056-d404e6e7d460/mon.trial101/config 2026-02-20T23:29:40.125 INFO:teuthology.orchestra.run.trial101.stdout: 2026-02-20T23:29:40.246 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:39 trial101 ceph-mon[35994]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "orch get-security-config"}]: dispatch 2026-02-20T23:29:40.246 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:39 trial101 ceph-mon[35994]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "orch get-security-config"}]: dispatch 2026-02-20T23:29:40.246 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:39 trial101 ceph-mon[35994]: from='client.? 10.20.193.101:0/1903280500' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "bcf713fb-c746-4f54-8c8a-13af44d9509a"} : dispatch 2026-02-20T23:29:40.246 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:39 trial101 ceph-mon[35994]: from='client.? 10.20.193.101:0/1903280500' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "bcf713fb-c746-4f54-8c8a-13af44d9509a"}]': finished 2026-02-20T23:29:40.247 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:39 trial101 ceph-mon[35994]: osdmap e6: 1 total, 0 up, 1 in 2026-02-20T23:29:40.247 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:39 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-02-20T23:29:40.247 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:39 trial101 ceph-mon[35994]: from='client.? 10.20.193.168:0/3464782552' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "2ccdd194-509e-41d1-8912-405071deb8e4"} : dispatch 2026-02-20T23:29:40.247 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:39 trial101 ceph-mon[35994]: from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "2ccdd194-509e-41d1-8912-405071deb8e4"} : dispatch 2026-02-20T23:29:40.247 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:39 trial101 ceph-mon[35994]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "2ccdd194-509e-41d1-8912-405071deb8e4"}]': finished 2026-02-20T23:29:40.247 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:39 trial101 ceph-mon[35994]: osdmap e7: 2 total, 0 up, 2 in 2026-02-20T23:29:40.247 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:39 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-02-20T23:29:40.247 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:39 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-02-20T23:29:40.268 INFO:teuthology.orchestra.run.trial101.stdout:{"epoch":7,"num_osds":2,"num_up_osds":0,"osd_up_since":0,"num_in_osds":2,"osd_in_since":1771630179,"num_remapped_pgs":0} 2026-02-20T23:29:40.269 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:39 trial168 ceph-mon[42856]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "orch get-security-config"}]: dispatch 2026-02-20T23:29:40.270 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:39 trial168 ceph-mon[42856]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "orch get-security-config"}]: dispatch 2026-02-20T23:29:40.270 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:39 trial168 ceph-mon[42856]: from='client.? 10.20.193.101:0/1903280500' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "bcf713fb-c746-4f54-8c8a-13af44d9509a"} : dispatch 2026-02-20T23:29:40.270 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:39 trial168 ceph-mon[42856]: from='client.? 10.20.193.101:0/1903280500' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "bcf713fb-c746-4f54-8c8a-13af44d9509a"}]': finished 2026-02-20T23:29:40.270 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:39 trial168 ceph-mon[42856]: osdmap e6: 1 total, 0 up, 1 in 2026-02-20T23:29:40.270 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:39 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-02-20T23:29:40.270 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:39 trial168 ceph-mon[42856]: from='client.? 10.20.193.168:0/3464782552' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "2ccdd194-509e-41d1-8912-405071deb8e4"} : dispatch 2026-02-20T23:29:40.270 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:39 trial168 ceph-mon[42856]: from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "2ccdd194-509e-41d1-8912-405071deb8e4"} : dispatch 2026-02-20T23:29:40.270 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:39 trial168 ceph-mon[42856]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "2ccdd194-509e-41d1-8912-405071deb8e4"}]': finished 2026-02-20T23:29:40.270 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:39 trial168 ceph-mon[42856]: osdmap e7: 2 total, 0 up, 2 in 2026-02-20T23:29:40.270 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:39 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-02-20T23:29:40.271 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:39 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-02-20T23:29:41.181 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:40 trial168 ceph-mon[42856]: pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-20T23:29:41.181 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:40 trial168 ceph-mon[42856]: from='client.? 10.20.193.168:0/1495376245' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2026-02-20T23:29:41.181 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:40 trial168 ceph-mon[42856]: from='client.? 10.20.193.101:0/215290308' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2026-02-20T23:29:41.181 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:40 trial168 ceph-mon[42856]: from='client.? 10.20.193.101:0/2087041016' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2026-02-20T23:29:41.181 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:40 trial168 ceph-mon[42856]: from='client.? 10.20.193.168:0/2526965475' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "6439179c-28f1-4dc5-9ee7-d1794228f761"} : dispatch 2026-02-20T23:29:41.181 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:40 trial168 ceph-mon[42856]: from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "6439179c-28f1-4dc5-9ee7-d1794228f761"} : dispatch 2026-02-20T23:29:41.181 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:40 trial168 ceph-mon[42856]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "6439179c-28f1-4dc5-9ee7-d1794228f761"}]': finished 2026-02-20T23:29:41.181 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:40 trial168 ceph-mon[42856]: osdmap e8: 3 total, 0 up, 3 in 2026-02-20T23:29:41.181 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:40 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-02-20T23:29:41.181 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:40 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-02-20T23:29:41.182 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:40 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2026-02-20T23:29:41.182 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:40 trial168 ceph-mon[42856]: from='client.? 10.20.193.101:0/4100802059' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "d7195f79-2d80-41ef-92f0-1510d2a98bc9"} : dispatch 2026-02-20T23:29:41.182 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:40 trial168 ceph-mon[42856]: from='client.? 10.20.193.101:0/4100802059' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "d7195f79-2d80-41ef-92f0-1510d2a98bc9"}]': finished 2026-02-20T23:29:41.182 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:40 trial168 ceph-mon[42856]: osdmap e9: 4 total, 0 up, 4 in 2026-02-20T23:29:41.182 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:40 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-02-20T23:29:41.182 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:40 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-02-20T23:29:41.182 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:40 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2026-02-20T23:29:41.182 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:40 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2026-02-20T23:29:41.218 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:40 trial101 ceph-mon[35994]: pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-20T23:29:41.218 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:40 trial101 ceph-mon[35994]: from='client.? 10.20.193.168:0/1495376245' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2026-02-20T23:29:41.218 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:40 trial101 ceph-mon[35994]: from='client.? 10.20.193.101:0/215290308' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2026-02-20T23:29:41.218 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:40 trial101 ceph-mon[35994]: from='client.? 10.20.193.101:0/2087041016' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2026-02-20T23:29:41.218 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:40 trial101 ceph-mon[35994]: from='client.? 10.20.193.168:0/2526965475' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "6439179c-28f1-4dc5-9ee7-d1794228f761"} : dispatch 2026-02-20T23:29:41.218 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:40 trial101 ceph-mon[35994]: from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "6439179c-28f1-4dc5-9ee7-d1794228f761"} : dispatch 2026-02-20T23:29:41.218 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:40 trial101 ceph-mon[35994]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "6439179c-28f1-4dc5-9ee7-d1794228f761"}]': finished 2026-02-20T23:29:41.218 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:40 trial101 ceph-mon[35994]: osdmap e8: 3 total, 0 up, 3 in 2026-02-20T23:29:41.218 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:40 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-02-20T23:29:41.218 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:40 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-02-20T23:29:41.218 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:40 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2026-02-20T23:29:41.218 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:40 trial101 ceph-mon[35994]: from='client.? 10.20.193.101:0/4100802059' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "d7195f79-2d80-41ef-92f0-1510d2a98bc9"} : dispatch 2026-02-20T23:29:41.219 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:40 trial101 ceph-mon[35994]: from='client.? 10.20.193.101:0/4100802059' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "d7195f79-2d80-41ef-92f0-1510d2a98bc9"}]': finished 2026-02-20T23:29:41.219 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:40 trial101 ceph-mon[35994]: osdmap e9: 4 total, 0 up, 4 in 2026-02-20T23:29:41.219 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:40 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-02-20T23:29:41.219 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:40 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-02-20T23:29:41.219 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:40 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2026-02-20T23:29:41.219 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:40 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2026-02-20T23:29:41.269 DEBUG:teuthology.orchestra.run.trial101:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:f7870454149f22574086dd2ff55d050585136531 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d509fa29-0eb3-11f1-b056-d404e6e7d460 -- ceph osd stat -f json 2026-02-20T23:29:41.386 INFO:teuthology.orchestra.run.trial101.stderr:Inferring config /var/lib/ceph/d509fa29-0eb3-11f1-b056-d404e6e7d460/mon.trial101/config 2026-02-20T23:29:41.634 INFO:teuthology.orchestra.run.trial101.stdout: 2026-02-20T23:29:41.777 INFO:teuthology.orchestra.run.trial101.stdout:{"epoch":9,"num_osds":4,"num_up_osds":0,"osd_up_since":0,"num_in_osds":4,"osd_in_since":1771630180,"num_remapped_pgs":0} 2026-02-20T23:29:42.030 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:41 trial101 ceph-mon[35994]: from='client.? 10.20.193.168:0/2905012238' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2026-02-20T23:29:42.030 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:41 trial101 ceph-mon[35994]: from='client.? 10.20.193.101:0/2630804676' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2026-02-20T23:29:42.030 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:41 trial101 ceph-mon[35994]: from='client.? 10.20.193.101:0/3593832263' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2026-02-20T23:29:42.181 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:41 trial168 ceph-mon[42856]: from='client.? 10.20.193.168:0/2905012238' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2026-02-20T23:29:42.181 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:41 trial168 ceph-mon[42856]: from='client.? 10.20.193.101:0/2630804676' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2026-02-20T23:29:42.181 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:41 trial168 ceph-mon[42856]: from='client.? 10.20.193.101:0/3593832263' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2026-02-20T23:29:42.778 DEBUG:teuthology.orchestra.run.trial101:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:f7870454149f22574086dd2ff55d050585136531 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d509fa29-0eb3-11f1-b056-d404e6e7d460 -- ceph osd stat -f json 2026-02-20T23:29:42.897 INFO:teuthology.orchestra.run.trial101.stderr:Inferring config /var/lib/ceph/d509fa29-0eb3-11f1-b056-d404e6e7d460/mon.trial101/config 2026-02-20T23:29:43.148 INFO:teuthology.orchestra.run.trial101.stdout: 2026-02-20T23:29:43.148 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:42 trial101 ceph-mon[35994]: pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-20T23:29:43.148 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:42 trial101 ceph-mon[35994]: from='client.? 10.20.193.168:0/1119527063' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "570d4dd5-446e-4cec-85af-657b6d767e46"} : dispatch 2026-02-20T23:29:43.148 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:42 trial101 ceph-mon[35994]: from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "570d4dd5-446e-4cec-85af-657b6d767e46"} : dispatch 2026-02-20T23:29:43.148 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:42 trial101 ceph-mon[35994]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "570d4dd5-446e-4cec-85af-657b6d767e46"}]': finished 2026-02-20T23:29:43.148 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:42 trial101 ceph-mon[35994]: osdmap e10: 5 total, 0 up, 5 in 2026-02-20T23:29:43.148 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:42 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-02-20T23:29:43.148 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:42 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-02-20T23:29:43.148 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:42 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2026-02-20T23:29:43.148 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:42 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2026-02-20T23:29:43.148 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:42 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2026-02-20T23:29:43.148 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:42 trial101 ceph-mon[35994]: from='client.? 10.20.193.101:0/723197304' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "4af88773-c021-4792-bc61-b4f741bd04a8"} : dispatch 2026-02-20T23:29:43.148 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:42 trial101 ceph-mon[35994]: from='client.? 10.20.193.101:0/723197304' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "4af88773-c021-4792-bc61-b4f741bd04a8"}]': finished 2026-02-20T23:29:43.148 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:42 trial101 ceph-mon[35994]: osdmap e11: 6 total, 0 up, 6 in 2026-02-20T23:29:43.148 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:42 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-02-20T23:29:43.148 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:42 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-02-20T23:29:43.149 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:42 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2026-02-20T23:29:43.149 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:42 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2026-02-20T23:29:43.149 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:42 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2026-02-20T23:29:43.149 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:42 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2026-02-20T23:29:43.149 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:42 trial101 ceph-mon[35994]: from='client.? 10.20.193.168:0/3111171424' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2026-02-20T23:29:43.149 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:42 trial101 ceph-mon[35994]: from='client.? 10.20.193.101:0/4130819589' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2026-02-20T23:29:43.239 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:42 trial168 ceph-mon[42856]: pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-20T23:29:43.239 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:42 trial168 ceph-mon[42856]: from='client.? 10.20.193.168:0/1119527063' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "570d4dd5-446e-4cec-85af-657b6d767e46"} : dispatch 2026-02-20T23:29:43.239 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:42 trial168 ceph-mon[42856]: from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "570d4dd5-446e-4cec-85af-657b6d767e46"} : dispatch 2026-02-20T23:29:43.239 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:42 trial168 ceph-mon[42856]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "570d4dd5-446e-4cec-85af-657b6d767e46"}]': finished 2026-02-20T23:29:43.239 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:42 trial168 ceph-mon[42856]: osdmap e10: 5 total, 0 up, 5 in 2026-02-20T23:29:43.239 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:42 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-02-20T23:29:43.239 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:42 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-02-20T23:29:43.239 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:42 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2026-02-20T23:29:43.239 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:42 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2026-02-20T23:29:43.239 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:42 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2026-02-20T23:29:43.239 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:42 trial168 ceph-mon[42856]: from='client.? 10.20.193.101:0/723197304' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "4af88773-c021-4792-bc61-b4f741bd04a8"} : dispatch 2026-02-20T23:29:43.239 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:42 trial168 ceph-mon[42856]: from='client.? 10.20.193.101:0/723197304' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "4af88773-c021-4792-bc61-b4f741bd04a8"}]': finished 2026-02-20T23:29:43.239 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:42 trial168 ceph-mon[42856]: osdmap e11: 6 total, 0 up, 6 in 2026-02-20T23:29:43.239 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:42 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-02-20T23:29:43.239 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:42 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-02-20T23:29:43.239 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:42 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2026-02-20T23:29:43.239 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:42 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2026-02-20T23:29:43.239 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:42 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2026-02-20T23:29:43.239 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:42 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2026-02-20T23:29:43.239 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:42 trial168 ceph-mon[42856]: from='client.? 10.20.193.168:0/3111171424' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2026-02-20T23:29:43.239 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:42 trial168 ceph-mon[42856]: from='client.? 10.20.193.101:0/4130819589' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2026-02-20T23:29:43.290 INFO:teuthology.orchestra.run.trial101.stdout:{"epoch":11,"num_osds":6,"num_up_osds":0,"osd_up_since":0,"num_in_osds":6,"osd_in_since":1771630182,"num_remapped_pgs":0} 2026-02-20T23:29:44.080 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:43 trial101 ceph-mon[35994]: from='client.? 10.20.193.101:0/798912246' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2026-02-20T23:29:44.080 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:43 trial101 ceph-mon[35994]: from='client.? 10.20.193.168:0/3011709018' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "7230b9a1-8fae-40d7-b4d2-a10124fcc183"} : dispatch 2026-02-20T23:29:44.080 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:43 trial101 ceph-mon[35994]: from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "7230b9a1-8fae-40d7-b4d2-a10124fcc183"} : dispatch 2026-02-20T23:29:44.080 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:43 trial101 ceph-mon[35994]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "7230b9a1-8fae-40d7-b4d2-a10124fcc183"}]': finished 2026-02-20T23:29:44.080 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:43 trial101 ceph-mon[35994]: osdmap e12: 7 total, 0 up, 7 in 2026-02-20T23:29:44.081 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:43 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-02-20T23:29:44.081 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:43 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-02-20T23:29:44.081 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:43 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2026-02-20T23:29:44.081 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:43 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2026-02-20T23:29:44.081 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:43 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2026-02-20T23:29:44.081 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:43 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2026-02-20T23:29:44.081 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:43 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2026-02-20T23:29:44.081 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:43 trial101 ceph-mon[35994]: pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-20T23:29:44.081 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:43 trial101 ceph-mon[35994]: from='client.? 10.20.193.101:0/4194965100' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "809972b5-e4be-4da8-89c7-585437759fe2"} : dispatch 2026-02-20T23:29:44.081 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:43 trial101 ceph-mon[35994]: from='client.? 10.20.193.101:0/4194965100' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "809972b5-e4be-4da8-89c7-585437759fe2"}]': finished 2026-02-20T23:29:44.081 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:43 trial101 ceph-mon[35994]: osdmap e13: 8 total, 0 up, 8 in 2026-02-20T23:29:44.082 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:43 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-02-20T23:29:44.082 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:43 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-02-20T23:29:44.082 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:43 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2026-02-20T23:29:44.082 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:43 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2026-02-20T23:29:44.082 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:43 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2026-02-20T23:29:44.082 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:43 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2026-02-20T23:29:44.082 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:43 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2026-02-20T23:29:44.082 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:43 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2026-02-20T23:29:44.270 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:43 trial168 ceph-mon[42856]: from='client.? 10.20.193.101:0/798912246' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2026-02-20T23:29:44.270 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:43 trial168 ceph-mon[42856]: from='client.? 10.20.193.168:0/3011709018' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "7230b9a1-8fae-40d7-b4d2-a10124fcc183"} : dispatch 2026-02-20T23:29:44.270 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:43 trial168 ceph-mon[42856]: from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "7230b9a1-8fae-40d7-b4d2-a10124fcc183"} : dispatch 2026-02-20T23:29:44.270 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:43 trial168 ceph-mon[42856]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "7230b9a1-8fae-40d7-b4d2-a10124fcc183"}]': finished 2026-02-20T23:29:44.270 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:43 trial168 ceph-mon[42856]: osdmap e12: 7 total, 0 up, 7 in 2026-02-20T23:29:44.270 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:43 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-02-20T23:29:44.270 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:43 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-02-20T23:29:44.270 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:43 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2026-02-20T23:29:44.270 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:43 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2026-02-20T23:29:44.270 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:43 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2026-02-20T23:29:44.270 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:43 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2026-02-20T23:29:44.270 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:43 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2026-02-20T23:29:44.270 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:43 trial168 ceph-mon[42856]: pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-20T23:29:44.270 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:43 trial168 ceph-mon[42856]: from='client.? 10.20.193.101:0/4194965100' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "809972b5-e4be-4da8-89c7-585437759fe2"} : dispatch 2026-02-20T23:29:44.270 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:43 trial168 ceph-mon[42856]: from='client.? 10.20.193.101:0/4194965100' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "809972b5-e4be-4da8-89c7-585437759fe2"}]': finished 2026-02-20T23:29:44.270 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:43 trial168 ceph-mon[42856]: osdmap e13: 8 total, 0 up, 8 in 2026-02-20T23:29:44.270 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:43 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-02-20T23:29:44.270 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:43 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-02-20T23:29:44.270 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:43 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2026-02-20T23:29:44.270 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:43 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2026-02-20T23:29:44.270 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:43 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2026-02-20T23:29:44.270 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:43 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2026-02-20T23:29:44.270 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:43 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2026-02-20T23:29:44.270 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:43 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2026-02-20T23:29:44.291 DEBUG:teuthology.orchestra.run.trial101:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:f7870454149f22574086dd2ff55d050585136531 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d509fa29-0eb3-11f1-b056-d404e6e7d460 -- ceph osd stat -f json 2026-02-20T23:29:44.412 INFO:teuthology.orchestra.run.trial101.stderr:Inferring config /var/lib/ceph/d509fa29-0eb3-11f1-b056-d404e6e7d460/mon.trial101/config 2026-02-20T23:29:44.655 INFO:teuthology.orchestra.run.trial101.stdout: 2026-02-20T23:29:44.797 INFO:teuthology.orchestra.run.trial101.stdout:{"epoch":13,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1771630183,"num_remapped_pgs":0} 2026-02-20T23:29:45.062 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:44 trial101 ceph-mon[35994]: from='client.? 10.20.193.168:0/3416836487' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2026-02-20T23:29:45.062 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:44 trial101 ceph-mon[35994]: from='client.? 10.20.193.101:0/1693416957' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2026-02-20T23:29:45.062 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:44 trial101 ceph-mon[35994]: from='client.? 10.20.193.101:0/2775765078' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2026-02-20T23:29:45.118 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:44 trial168 ceph-mon[42856]: from='client.? 10.20.193.168:0/3416836487' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2026-02-20T23:29:45.118 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:44 trial168 ceph-mon[42856]: from='client.? 10.20.193.101:0/1693416957' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2026-02-20T23:29:45.118 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:44 trial168 ceph-mon[42856]: from='client.? 10.20.193.101:0/2775765078' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2026-02-20T23:29:45.799 DEBUG:teuthology.orchestra.run.trial101:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:f7870454149f22574086dd2ff55d050585136531 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d509fa29-0eb3-11f1-b056-d404e6e7d460 -- ceph osd stat -f json 2026-02-20T23:29:45.918 INFO:teuthology.orchestra.run.trial101.stderr:Inferring config /var/lib/ceph/d509fa29-0eb3-11f1-b056-d404e6e7d460/mon.trial101/config 2026-02-20T23:29:46.162 INFO:teuthology.orchestra.run.trial101.stdout: 2026-02-20T23:29:46.197 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:45 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "auth get", "entity": "osd.1"} : dispatch 2026-02-20T23:29:46.197 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:45 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-20T23:29:46.198 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:45 trial101 ceph-mon[35994]: Deploying daemon osd.1 on trial168 2026-02-20T23:29:46.198 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:45 trial101 ceph-mon[35994]: pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-20T23:29:46.198 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:45 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "auth get", "entity": "osd.0"} : dispatch 2026-02-20T23:29:46.198 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:45 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-20T23:29:46.198 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:45 trial101 ceph-mon[35994]: Deploying daemon osd.0 on trial101 2026-02-20T23:29:46.198 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:45 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-02-20T23:29:46.219 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:45 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "auth get", "entity": "osd.1"} : dispatch 2026-02-20T23:29:46.220 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:45 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-20T23:29:46.220 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:45 trial168 ceph-mon[42856]: Deploying daemon osd.1 on trial168 2026-02-20T23:29:46.220 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:45 trial168 ceph-mon[42856]: pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-20T23:29:46.220 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:45 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "auth get", "entity": "osd.0"} : dispatch 2026-02-20T23:29:46.220 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:45 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-20T23:29:46.220 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:45 trial168 ceph-mon[42856]: Deploying daemon osd.0 on trial101 2026-02-20T23:29:46.220 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:45 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-02-20T23:29:46.302 INFO:teuthology.orchestra.run.trial101.stdout:{"epoch":13,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1771630183,"num_remapped_pgs":0} 2026-02-20T23:29:47.014 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:46 trial101 ceph-mon[35994]: from='client.? 10.20.193.101:0/956859886' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2026-02-20T23:29:47.270 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:46 trial168 ceph-mon[42856]: from='client.? 10.20.193.101:0/956859886' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2026-02-20T23:29:47.303 DEBUG:teuthology.orchestra.run.trial101:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:f7870454149f22574086dd2ff55d050585136531 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d509fa29-0eb3-11f1-b056-d404e6e7d460 -- ceph osd stat -f json 2026-02-20T23:29:47.432 INFO:teuthology.orchestra.run.trial101.stderr:Inferring config /var/lib/ceph/d509fa29-0eb3-11f1-b056-d404e6e7d460/mon.trial101/config 2026-02-20T23:29:47.689 INFO:teuthology.orchestra.run.trial101.stdout: 2026-02-20T23:29:47.834 INFO:teuthology.orchestra.run.trial101.stdout:{"epoch":13,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1771630183,"num_remapped_pgs":0} 2026-02-20T23:29:48.106 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:47 trial168 ceph-mon[42856]: pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-20T23:29:48.106 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:47 trial168 ceph-mon[42856]: from='client.? 10.20.193.101:0/3613172310' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2026-02-20T23:29:48.106 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:47 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:29:48.106 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:47 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:29:48.106 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:47 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "auth get", "entity": "osd.2"} : dispatch 2026-02-20T23:29:48.106 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:47 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-20T23:29:48.106 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:47 trial168 ceph-mon[42856]: Deploying daemon osd.2 on trial168 2026-02-20T23:29:48.227 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:47 trial101 ceph-mon[35994]: pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-20T23:29:48.227 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:47 trial101 ceph-mon[35994]: from='client.? 10.20.193.101:0/3613172310' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2026-02-20T23:29:48.227 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:47 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:29:48.227 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:47 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:29:48.227 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:47 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "auth get", "entity": "osd.2"} : dispatch 2026-02-20T23:29:48.227 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:47 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-20T23:29:48.227 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:47 trial101 ceph-mon[35994]: Deploying daemon osd.2 on trial168 2026-02-20T23:29:48.835 DEBUG:teuthology.orchestra.run.trial101:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:f7870454149f22574086dd2ff55d050585136531 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d509fa29-0eb3-11f1-b056-d404e6e7d460 -- ceph osd stat -f json 2026-02-20T23:29:48.958 INFO:teuthology.orchestra.run.trial101.stderr:Inferring config /var/lib/ceph/d509fa29-0eb3-11f1-b056-d404e6e7d460/mon.trial101/config 2026-02-20T23:29:49.186 INFO:teuthology.orchestra.run.trial101.stdout: 2026-02-20T23:29:49.458 INFO:teuthology.orchestra.run.trial101.stdout:{"epoch":13,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1771630183,"num_remapped_pgs":0} 2026-02-20T23:29:49.609 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:49 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:29:49.609 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:49 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:29:49.609 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:49 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "auth get", "entity": "osd.3"} : dispatch 2026-02-20T23:29:49.609 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:49 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-20T23:29:49.609 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:49 trial101 ceph-mon[35994]: Deploying daemon osd.3 on trial101 2026-02-20T23:29:49.610 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:49 trial101 ceph-mon[35994]: from='osd.1 [v2:10.20.193.168:6800/3126265350,v1:10.20.193.168:6801/3126265350]' entity='osd.1' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]} : dispatch 2026-02-20T23:29:49.610 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:49 trial101 ceph-mon[35994]: from='osd.1 ' entity='osd.1' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]} : dispatch 2026-02-20T23:29:49.610 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:49 trial101 ceph-mon[35994]: from='client.? 10.20.193.101:0/176828771' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2026-02-20T23:29:49.610 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:49 trial101 ceph-mon[35994]: from='osd.0 [v2:10.20.193.101:6802/2916588610,v1:10.20.193.101:6803/2916588610]' entity='osd.0' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]} : dispatch 2026-02-20T23:29:49.770 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:49 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:29:49.771 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:49 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:29:49.771 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:49 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "auth get", "entity": "osd.3"} : dispatch 2026-02-20T23:29:49.771 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:49 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-20T23:29:49.771 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:49 trial168 ceph-mon[42856]: Deploying daemon osd.3 on trial101 2026-02-20T23:29:49.771 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:49 trial168 ceph-mon[42856]: from='osd.1 [v2:10.20.193.168:6800/3126265350,v1:10.20.193.168:6801/3126265350]' entity='osd.1' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]} : dispatch 2026-02-20T23:29:49.771 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:49 trial168 ceph-mon[42856]: from='osd.1 ' entity='osd.1' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]} : dispatch 2026-02-20T23:29:49.771 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:49 trial168 ceph-mon[42856]: from='client.? 10.20.193.101:0/176828771' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2026-02-20T23:29:49.771 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:49 trial168 ceph-mon[42856]: from='osd.0 [v2:10.20.193.101:6802/2916588610,v1:10.20.193.101:6803/2916588610]' entity='osd.0' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]} : dispatch 2026-02-20T23:29:50.459 DEBUG:teuthology.orchestra.run.trial101:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:f7870454149f22574086dd2ff55d050585136531 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d509fa29-0eb3-11f1-b056-d404e6e7d460 -- ceph osd stat -f json 2026-02-20T23:29:50.582 INFO:teuthology.orchestra.run.trial101.stderr:Inferring config /var/lib/ceph/d509fa29-0eb3-11f1-b056-d404e6e7d460/mon.trial101/config 2026-02-20T23:29:50.659 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:50 trial168 ceph-mon[42856]: from='osd.1 [v2:10.20.193.168:6800/3126265350,v1:10.20.193.168:6801/3126265350]' entity='osd.1' cmd={"prefix": "osd crush create-or-move", "id": 1, "weight":0.6836, "args": ["host=trial168", "root=default"]} : dispatch 2026-02-20T23:29:50.660 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:50 trial168 ceph-mon[42856]: from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2026-02-20T23:29:50.660 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:50 trial168 ceph-mon[42856]: from='osd.0 [v2:10.20.193.101:6802/2916588610,v1:10.20.193.101:6803/2916588610]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2026-02-20T23:29:50.660 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:50 trial168 ceph-mon[42856]: osdmap e14: 8 total, 0 up, 8 in 2026-02-20T23:29:50.660 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:50 trial168 ceph-mon[42856]: from='osd.0 [v2:10.20.193.101:6802/2916588610,v1:10.20.193.101:6803/2916588610]' entity='osd.0' cmd={"prefix": "osd crush create-or-move", "id": 0, "weight":0.6836, "args": ["host=trial101", "root=default"]} : dispatch 2026-02-20T23:29:50.660 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:50 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-02-20T23:29:50.660 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:50 trial168 ceph-mon[42856]: from='osd.1 ' entity='osd.1' cmd={"prefix": "osd crush create-or-move", "id": 1, "weight":0.6836, "args": ["host=trial168", "root=default"]} : dispatch 2026-02-20T23:29:50.660 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:50 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-02-20T23:29:50.660 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:50 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2026-02-20T23:29:50.660 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:50 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2026-02-20T23:29:50.660 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:50 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2026-02-20T23:29:50.660 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:50 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2026-02-20T23:29:50.660 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:50 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2026-02-20T23:29:50.660 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:50 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2026-02-20T23:29:50.660 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:50 trial168 ceph-mon[42856]: pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-20T23:29:50.660 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:50 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:29:50.661 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:50 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:29:50.661 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:50 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "auth get", "entity": "osd.4"} : dispatch 2026-02-20T23:29:50.661 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:50 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-20T23:29:50.697 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:50 trial101 ceph-mon[35994]: from='osd.1 [v2:10.20.193.168:6800/3126265350,v1:10.20.193.168:6801/3126265350]' entity='osd.1' cmd={"prefix": "osd crush create-or-move", "id": 1, "weight":0.6836, "args": ["host=trial168", "root=default"]} : dispatch 2026-02-20T23:29:50.697 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:50 trial101 ceph-mon[35994]: from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2026-02-20T23:29:50.697 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:50 trial101 ceph-mon[35994]: from='osd.0 [v2:10.20.193.101:6802/2916588610,v1:10.20.193.101:6803/2916588610]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2026-02-20T23:29:50.697 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:50 trial101 ceph-mon[35994]: osdmap e14: 8 total, 0 up, 8 in 2026-02-20T23:29:50.697 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:50 trial101 ceph-mon[35994]: from='osd.0 [v2:10.20.193.101:6802/2916588610,v1:10.20.193.101:6803/2916588610]' entity='osd.0' cmd={"prefix": "osd crush create-or-move", "id": 0, "weight":0.6836, "args": ["host=trial101", "root=default"]} : dispatch 2026-02-20T23:29:50.697 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:50 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-02-20T23:29:50.698 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:50 trial101 ceph-mon[35994]: from='osd.1 ' entity='osd.1' cmd={"prefix": "osd crush create-or-move", "id": 1, "weight":0.6836, "args": ["host=trial168", "root=default"]} : dispatch 2026-02-20T23:29:50.698 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:50 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-02-20T23:29:50.698 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:50 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2026-02-20T23:29:50.698 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:50 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2026-02-20T23:29:50.698 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:50 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2026-02-20T23:29:50.698 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:50 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2026-02-20T23:29:50.698 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:50 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2026-02-20T23:29:50.698 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:50 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2026-02-20T23:29:50.698 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:50 trial101 ceph-mon[35994]: pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-20T23:29:50.698 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:50 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:29:50.698 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:50 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:29:50.699 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:50 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "auth get", "entity": "osd.4"} : dispatch 2026-02-20T23:29:50.699 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:50 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-20T23:29:50.823 INFO:teuthology.orchestra.run.trial101.stdout: 2026-02-20T23:29:50.965 INFO:teuthology.orchestra.run.trial101.stdout:{"epoch":15,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1771630183,"num_remapped_pgs":0} 2026-02-20T23:29:51.773 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:51 trial101 ceph-mon[35994]: Deploying daemon osd.4 on trial168 2026-02-20T23:29:51.773 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:51 trial101 ceph-mon[35994]: from='osd.0 [v2:10.20.193.101:6802/2916588610,v1:10.20.193.101:6803/2916588610]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.6836, "args": ["host=trial101", "root=default"]}]': finished 2026-02-20T23:29:51.773 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:51 trial101 ceph-mon[35994]: from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.6836, "args": ["host=trial168", "root=default"]}]': finished 2026-02-20T23:29:51.773 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:51 trial101 ceph-mon[35994]: osdmap e15: 8 total, 0 up, 8 in 2026-02-20T23:29:51.773 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:51 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-02-20T23:29:51.774 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:51 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-02-20T23:29:51.774 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:51 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2026-02-20T23:29:51.774 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:51 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2026-02-20T23:29:51.774 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:51 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2026-02-20T23:29:51.774 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:51 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2026-02-20T23:29:51.774 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:51 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2026-02-20T23:29:51.774 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:51 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2026-02-20T23:29:51.774 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:51 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-02-20T23:29:51.774 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:51 trial101 ceph-mon[35994]: from='client.? 10.20.193.101:0/2063502579' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2026-02-20T23:29:51.774 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:51 trial101 ceph-mon[35994]: from='osd.2 [v2:10.20.193.168:6808/143457831,v1:10.20.193.168:6809/143457831]' entity='osd.2' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]} : dispatch 2026-02-20T23:29:51.775 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:51 trial101 ceph-mon[35994]: from='osd.2 ' entity='osd.2' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]} : dispatch 2026-02-20T23:29:51.775 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:51 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:29:51.775 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:51 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:29:51.775 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:51 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "auth get", "entity": "osd.5"} : dispatch 2026-02-20T23:29:51.775 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:51 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-20T23:29:51.966 DEBUG:teuthology.orchestra.run.trial101:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:f7870454149f22574086dd2ff55d050585136531 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d509fa29-0eb3-11f1-b056-d404e6e7d460 -- ceph osd stat -f json 2026-02-20T23:29:52.020 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:51 trial168 ceph-mon[42856]: Deploying daemon osd.4 on trial168 2026-02-20T23:29:52.020 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:51 trial168 ceph-mon[42856]: from='osd.0 [v2:10.20.193.101:6802/2916588610,v1:10.20.193.101:6803/2916588610]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.6836, "args": ["host=trial101", "root=default"]}]': finished 2026-02-20T23:29:52.021 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:51 trial168 ceph-mon[42856]: from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.6836, "args": ["host=trial168", "root=default"]}]': finished 2026-02-20T23:29:52.021 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:51 trial168 ceph-mon[42856]: osdmap e15: 8 total, 0 up, 8 in 2026-02-20T23:29:52.021 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:51 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-02-20T23:29:52.021 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:51 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-02-20T23:29:52.021 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:51 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2026-02-20T23:29:52.021 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:51 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2026-02-20T23:29:52.021 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:51 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2026-02-20T23:29:52.021 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:51 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2026-02-20T23:29:52.021 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:51 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2026-02-20T23:29:52.021 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:51 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2026-02-20T23:29:52.022 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:51 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-02-20T23:29:52.022 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:51 trial168 ceph-mon[42856]: from='client.? 10.20.193.101:0/2063502579' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2026-02-20T23:29:52.022 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:51 trial168 ceph-mon[42856]: from='osd.2 [v2:10.20.193.168:6808/143457831,v1:10.20.193.168:6809/143457831]' entity='osd.2' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]} : dispatch 2026-02-20T23:29:52.022 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:51 trial168 ceph-mon[42856]: from='osd.2 ' entity='osd.2' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]} : dispatch 2026-02-20T23:29:52.022 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:51 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:29:52.022 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:51 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:29:52.022 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:51 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "auth get", "entity": "osd.5"} : dispatch 2026-02-20T23:29:52.022 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:51 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-20T23:29:52.086 INFO:teuthology.orchestra.run.trial101.stderr:Inferring config /var/lib/ceph/d509fa29-0eb3-11f1-b056-d404e6e7d460/mon.trial101/config 2026-02-20T23:29:52.569 INFO:teuthology.orchestra.run.trial101.stdout: 2026-02-20T23:29:52.691 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:52 trial101 ceph-mon[35994]: purged_snaps scrub starts 2026-02-20T23:29:52.692 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:52 trial101 ceph-mon[35994]: purged_snaps scrub ok 2026-02-20T23:29:52.692 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:52 trial101 ceph-mon[35994]: purged_snaps scrub starts 2026-02-20T23:29:52.692 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:52 trial101 ceph-mon[35994]: purged_snaps scrub ok 2026-02-20T23:29:52.692 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:52 trial101 ceph-mon[35994]: Deploying daemon osd.5 on trial101 2026-02-20T23:29:52.692 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:52 trial101 ceph-mon[35994]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2026-02-20T23:29:52.692 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:52 trial101 ceph-mon[35994]: from='osd.2 [v2:10.20.193.168:6808/143457831,v1:10.20.193.168:6809/143457831]' entity='osd.2' cmd={"prefix": "osd crush create-or-move", "id": 2, "weight":0.6836, "args": ["host=trial168", "root=default"]} : dispatch 2026-02-20T23:29:52.693 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:52 trial101 ceph-mon[35994]: osd.0 [v2:10.20.193.101:6802/2916588610,v1:10.20.193.101:6803/2916588610] boot 2026-02-20T23:29:52.693 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:52 trial101 ceph-mon[35994]: osd.1 [v2:10.20.193.168:6800/3126265350,v1:10.20.193.168:6801/3126265350] boot 2026-02-20T23:29:52.693 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:52 trial101 ceph-mon[35994]: osdmap e16: 8 total, 2 up, 8 in 2026-02-20T23:29:52.693 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:52 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-02-20T23:29:52.693 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:52 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-02-20T23:29:52.693 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:52 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2026-02-20T23:29:52.693 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:52 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2026-02-20T23:29:52.693 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:52 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2026-02-20T23:29:52.693 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:52 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2026-02-20T23:29:52.693 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:52 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2026-02-20T23:29:52.694 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:52 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2026-02-20T23:29:52.694 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:52 trial101 ceph-mon[35994]: from='osd.2 ' entity='osd.2' cmd={"prefix": "osd crush create-or-move", "id": 2, "weight":0.6836, "args": ["host=trial168", "root=default"]} : dispatch 2026-02-20T23:29:52.694 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:52 trial101 ceph-mon[35994]: pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-20T23:29:52.694 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:52 trial101 ceph-mon[35994]: from='osd.3 [v2:10.20.193.101:6810/1631887233,v1:10.20.193.101:6811/1631887233]' entity='osd.3' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]} : dispatch 2026-02-20T23:29:52.714 INFO:teuthology.orchestra.run.trial101.stdout:{"epoch":17,"num_osds":8,"num_up_osds":2,"osd_up_since":1771630191,"num_in_osds":8,"osd_in_since":1771630183,"num_remapped_pgs":0} 2026-02-20T23:29:52.824 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:52 trial168 ceph-mon[42856]: purged_snaps scrub starts 2026-02-20T23:29:52.825 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:52 trial168 ceph-mon[42856]: purged_snaps scrub ok 2026-02-20T23:29:52.825 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:52 trial168 ceph-mon[42856]: purged_snaps scrub starts 2026-02-20T23:29:52.825 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:52 trial168 ceph-mon[42856]: purged_snaps scrub ok 2026-02-20T23:29:52.825 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:52 trial168 ceph-mon[42856]: Deploying daemon osd.5 on trial101 2026-02-20T23:29:52.825 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:52 trial168 ceph-mon[42856]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2026-02-20T23:29:52.825 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:52 trial168 ceph-mon[42856]: from='osd.2 [v2:10.20.193.168:6808/143457831,v1:10.20.193.168:6809/143457831]' entity='osd.2' cmd={"prefix": "osd crush create-or-move", "id": 2, "weight":0.6836, "args": ["host=trial168", "root=default"]} : dispatch 2026-02-20T23:29:52.825 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:52 trial168 ceph-mon[42856]: osd.0 [v2:10.20.193.101:6802/2916588610,v1:10.20.193.101:6803/2916588610] boot 2026-02-20T23:29:52.826 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:52 trial168 ceph-mon[42856]: osd.1 [v2:10.20.193.168:6800/3126265350,v1:10.20.193.168:6801/3126265350] boot 2026-02-20T23:29:52.826 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:52 trial168 ceph-mon[42856]: osdmap e16: 8 total, 2 up, 8 in 2026-02-20T23:29:52.826 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:52 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-02-20T23:29:52.826 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:52 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-02-20T23:29:52.826 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:52 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2026-02-20T23:29:52.826 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:52 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2026-02-20T23:29:52.826 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:52 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2026-02-20T23:29:52.826 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:52 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2026-02-20T23:29:52.826 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:52 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2026-02-20T23:29:52.826 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:52 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2026-02-20T23:29:52.827 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:52 trial168 ceph-mon[42856]: from='osd.2 ' entity='osd.2' cmd={"prefix": "osd crush create-or-move", "id": 2, "weight":0.6836, "args": ["host=trial168", "root=default"]} : dispatch 2026-02-20T23:29:52.827 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:52 trial168 ceph-mon[42856]: pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-20T23:29:52.827 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:52 trial168 ceph-mon[42856]: from='osd.3 [v2:10.20.193.101:6810/1631887233,v1:10.20.193.101:6811/1631887233]' entity='osd.3' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]} : dispatch 2026-02-20T23:29:53.715 DEBUG:teuthology.orchestra.run.trial101:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:f7870454149f22574086dd2ff55d050585136531 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d509fa29-0eb3-11f1-b056-d404e6e7d460 -- ceph osd stat -f json 2026-02-20T23:29:53.761 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:53 trial168 ceph-mon[42856]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.6836, "args": ["host=trial168", "root=default"]}]': finished 2026-02-20T23:29:53.761 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:53 trial168 ceph-mon[42856]: from='osd.3 [v2:10.20.193.101:6810/1631887233,v1:10.20.193.101:6811/1631887233]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2026-02-20T23:29:53.761 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:53 trial168 ceph-mon[42856]: osdmap e17: 8 total, 2 up, 8 in 2026-02-20T23:29:53.761 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:53 trial168 ceph-mon[42856]: from='osd.3 [v2:10.20.193.101:6810/1631887233,v1:10.20.193.101:6811/1631887233]' entity='osd.3' cmd={"prefix": "osd crush create-or-move", "id": 3, "weight":0.6836, "args": ["host=trial101", "root=default"]} : dispatch 2026-02-20T23:29:53.761 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:53 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2026-02-20T23:29:53.761 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:53 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2026-02-20T23:29:53.761 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:53 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2026-02-20T23:29:53.761 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:53 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2026-02-20T23:29:53.761 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:53 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2026-02-20T23:29:53.761 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:53 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2026-02-20T23:29:53.761 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:53 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2026-02-20T23:29:53.761 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:53 trial168 ceph-mon[42856]: from='client.? 10.20.193.101:0/3833135997' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2026-02-20T23:29:53.761 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:53 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:29:53.761 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:53 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:29:53.761 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:53 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "auth get", "entity": "osd.6"} : dispatch 2026-02-20T23:29:53.761 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:53 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-20T23:29:53.761 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:53 trial168 ceph-mon[42856]: from='osd.3 [v2:10.20.193.101:6810/1631887233,v1:10.20.193.101:6811/1631887233]' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.6836, "args": ["host=trial101", "root=default"]}]': finished 2026-02-20T23:29:53.761 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:53 trial168 ceph-mon[42856]: osd.2 [v2:10.20.193.168:6808/143457831,v1:10.20.193.168:6809/143457831] boot 2026-02-20T23:29:53.761 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:53 trial168 ceph-mon[42856]: osdmap e18: 8 total, 3 up, 8 in 2026-02-20T23:29:53.837 INFO:teuthology.orchestra.run.trial101.stderr:Inferring config /var/lib/ceph/d509fa29-0eb3-11f1-b056-d404e6e7d460/mon.trial101/config 2026-02-20T23:29:53.837 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:53 trial101 ceph-mon[35994]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.6836, "args": ["host=trial168", "root=default"]}]': finished 2026-02-20T23:29:53.837 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:53 trial101 ceph-mon[35994]: from='osd.3 [v2:10.20.193.101:6810/1631887233,v1:10.20.193.101:6811/1631887233]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2026-02-20T23:29:53.837 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:53 trial101 ceph-mon[35994]: osdmap e17: 8 total, 2 up, 8 in 2026-02-20T23:29:53.838 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:53 trial101 ceph-mon[35994]: from='osd.3 [v2:10.20.193.101:6810/1631887233,v1:10.20.193.101:6811/1631887233]' entity='osd.3' cmd={"prefix": "osd crush create-or-move", "id": 3, "weight":0.6836, "args": ["host=trial101", "root=default"]} : dispatch 2026-02-20T23:29:53.838 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:53 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2026-02-20T23:29:53.838 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:53 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2026-02-20T23:29:53.838 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:53 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2026-02-20T23:29:53.838 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:53 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2026-02-20T23:29:53.838 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:53 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2026-02-20T23:29:53.838 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:53 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2026-02-20T23:29:53.838 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:53 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2026-02-20T23:29:53.838 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:53 trial101 ceph-mon[35994]: from='client.? 10.20.193.101:0/3833135997' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2026-02-20T23:29:53.838 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:53 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:29:53.838 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:53 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:29:53.838 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:53 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "auth get", "entity": "osd.6"} : dispatch 2026-02-20T23:29:53.839 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:53 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-20T23:29:53.839 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:53 trial101 ceph-mon[35994]: from='osd.3 [v2:10.20.193.101:6810/1631887233,v1:10.20.193.101:6811/1631887233]' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.6836, "args": ["host=trial101", "root=default"]}]': finished 2026-02-20T23:29:53.839 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:53 trial101 ceph-mon[35994]: osd.2 [v2:10.20.193.168:6808/143457831,v1:10.20.193.168:6809/143457831] boot 2026-02-20T23:29:53.839 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:53 trial101 ceph-mon[35994]: osdmap e18: 8 total, 3 up, 8 in 2026-02-20T23:29:54.095 INFO:teuthology.orchestra.run.trial101.stdout: 2026-02-20T23:29:54.249 INFO:teuthology.orchestra.run.trial101.stdout:{"epoch":18,"num_osds":8,"num_up_osds":3,"osd_up_since":1771630193,"num_in_osds":8,"osd_in_since":1771630183,"num_remapped_pgs":0} 2026-02-20T23:29:54.658 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:54 trial101 ceph-mon[35994]: purged_snaps scrub starts 2026-02-20T23:29:54.658 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:54 trial101 ceph-mon[35994]: purged_snaps scrub ok 2026-02-20T23:29:54.658 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:54 trial101 ceph-mon[35994]: Deploying daemon osd.6 on trial168 2026-02-20T23:29:54.658 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:54 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2026-02-20T23:29:54.659 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:54 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2026-02-20T23:29:54.659 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:54 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2026-02-20T23:29:54.659 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:54 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2026-02-20T23:29:54.659 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:54 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2026-02-20T23:29:54.659 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:54 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2026-02-20T23:29:54.659 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:54 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2026-02-20T23:29:54.659 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:54 trial101 ceph-mon[35994]: from='osd.4 [v2:10.20.193.168:6816/258693881,v1:10.20.193.168:6817/258693881]' entity='osd.4' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]} : dispatch 2026-02-20T23:29:54.659 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:54 trial101 ceph-mon[35994]: from='osd.4 ' entity='osd.4' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]} : dispatch 2026-02-20T23:29:54.659 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:54 trial101 ceph-mon[35994]: pgmap v25: 0 pgs: ; 0 B data, 79 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:29:54.659 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:54 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32, "yes_i_really_mean_it": true} : dispatch 2026-02-20T23:29:54.659 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:54 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:29:54.659 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:54 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:29:54.660 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:54 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "auth get", "entity": "osd.7"} : dispatch 2026-02-20T23:29:54.660 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:54 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-20T23:29:54.660 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:54 trial101 ceph-mon[35994]: from='client.? 10.20.193.101:0/1975519591' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2026-02-20T23:29:55.020 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:54 trial168 ceph-mon[42856]: purged_snaps scrub starts 2026-02-20T23:29:55.020 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:54 trial168 ceph-mon[42856]: purged_snaps scrub ok 2026-02-20T23:29:55.020 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:54 trial168 ceph-mon[42856]: Deploying daemon osd.6 on trial168 2026-02-20T23:29:55.020 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:54 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2026-02-20T23:29:55.020 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:54 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2026-02-20T23:29:55.020 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:54 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2026-02-20T23:29:55.021 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:54 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2026-02-20T23:29:55.021 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:54 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2026-02-20T23:29:55.021 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:54 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2026-02-20T23:29:55.021 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:54 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2026-02-20T23:29:55.021 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:54 trial168 ceph-mon[42856]: from='osd.4 [v2:10.20.193.168:6816/258693881,v1:10.20.193.168:6817/258693881]' entity='osd.4' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]} : dispatch 2026-02-20T23:29:55.021 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:54 trial168 ceph-mon[42856]: from='osd.4 ' entity='osd.4' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]} : dispatch 2026-02-20T23:29:55.021 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:54 trial168 ceph-mon[42856]: pgmap v25: 0 pgs: ; 0 B data, 79 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-20T23:29:55.021 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:54 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32, "yes_i_really_mean_it": true} : dispatch 2026-02-20T23:29:55.021 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:54 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:29:55.021 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:54 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:29:55.022 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:54 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "auth get", "entity": "osd.7"} : dispatch 2026-02-20T23:29:55.022 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:54 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-20T23:29:55.022 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:54 trial168 ceph-mon[42856]: from='client.? 10.20.193.101:0/1975519591' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2026-02-20T23:29:55.250 DEBUG:teuthology.orchestra.run.trial101:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:f7870454149f22574086dd2ff55d050585136531 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d509fa29-0eb3-11f1-b056-d404e6e7d460 -- ceph osd stat -f json 2026-02-20T23:29:55.372 INFO:teuthology.orchestra.run.trial101.stderr:Inferring config /var/lib/ceph/d509fa29-0eb3-11f1-b056-d404e6e7d460/mon.trial101/config 2026-02-20T23:29:55.609 INFO:teuthology.orchestra.run.trial101.stdout: 2026-02-20T23:29:55.732 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:55 trial101 ceph-mon[35994]: purged_snaps scrub starts 2026-02-20T23:29:55.732 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:55 trial101 ceph-mon[35994]: purged_snaps scrub ok 2026-02-20T23:29:55.732 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:55 trial101 ceph-mon[35994]: Deploying daemon osd.7 on trial101 2026-02-20T23:29:55.732 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:55 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2026-02-20T23:29:55.732 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:55 trial101 ceph-mon[35994]: from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2026-02-20T23:29:55.732 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:55 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd='[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32, "yes_i_really_mean_it": true}]': finished 2026-02-20T23:29:55.732 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:55 trial101 ceph-mon[35994]: from='osd.4 [v2:10.20.193.168:6816/258693881,v1:10.20.193.168:6817/258693881]' entity='osd.4' cmd={"prefix": "osd crush create-or-move", "id": 4, "weight":0.6836, "args": ["host=trial168", "root=default"]} : dispatch 2026-02-20T23:29:55.732 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:55 trial101 ceph-mon[35994]: osd.3 [v2:10.20.193.101:6810/1631887233,v1:10.20.193.101:6811/1631887233] boot 2026-02-20T23:29:55.732 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:55 trial101 ceph-mon[35994]: osdmap e19: 8 total, 4 up, 8 in 2026-02-20T23:29:55.732 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:55 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2026-02-20T23:29:55.732 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:55 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2026-02-20T23:29:55.732 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:55 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2026-02-20T23:29:55.732 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:55 trial101 ceph-mon[35994]: from='osd.4 ' entity='osd.4' cmd={"prefix": "osd crush create-or-move", "id": 4, "weight":0.6836, "args": ["host=trial168", "root=default"]} : dispatch 2026-02-20T23:29:55.732 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:55 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2026-02-20T23:29:55.732 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:55 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2026-02-20T23:29:55.732 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:55 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true} : dispatch 2026-02-20T23:29:55.732 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:55 trial101 ceph-mon[35994]: from='osd.5 [v2:10.20.193.101:6818/2936247986,v1:10.20.193.101:6819/2936247986]' entity='osd.5' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]} : dispatch 2026-02-20T23:29:55.732 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:55 trial101 ceph-mon[35994]: from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.6836, "args": ["host=trial168", "root=default"]}]': finished 2026-02-20T23:29:55.755 INFO:teuthology.orchestra.run.trial101.stdout:{"epoch":20,"num_osds":8,"num_up_osds":4,"osd_up_since":1771630194,"num_in_osds":8,"osd_in_since":1771630183,"num_remapped_pgs":0} 2026-02-20T23:29:55.770 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:55 trial168 ceph-mon[42856]: purged_snaps scrub starts 2026-02-20T23:29:55.770 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:55 trial168 ceph-mon[42856]: purged_snaps scrub ok 2026-02-20T23:29:55.770 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:55 trial168 ceph-mon[42856]: Deploying daemon osd.7 on trial101 2026-02-20T23:29:55.770 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:55 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2026-02-20T23:29:55.770 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:55 trial168 ceph-mon[42856]: from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2026-02-20T23:29:55.770 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:55 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd='[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32, "yes_i_really_mean_it": true}]': finished 2026-02-20T23:29:55.770 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:55 trial168 ceph-mon[42856]: from='osd.4 [v2:10.20.193.168:6816/258693881,v1:10.20.193.168:6817/258693881]' entity='osd.4' cmd={"prefix": "osd crush create-or-move", "id": 4, "weight":0.6836, "args": ["host=trial168", "root=default"]} : dispatch 2026-02-20T23:29:55.770 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:55 trial168 ceph-mon[42856]: osd.3 [v2:10.20.193.101:6810/1631887233,v1:10.20.193.101:6811/1631887233] boot 2026-02-20T23:29:55.771 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:55 trial168 ceph-mon[42856]: osdmap e19: 8 total, 4 up, 8 in 2026-02-20T23:29:55.771 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:55 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2026-02-20T23:29:55.771 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:55 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2026-02-20T23:29:55.771 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:55 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2026-02-20T23:29:55.771 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:55 trial168 ceph-mon[42856]: from='osd.4 ' entity='osd.4' cmd={"prefix": "osd crush create-or-move", "id": 4, "weight":0.6836, "args": ["host=trial168", "root=default"]} : dispatch 2026-02-20T23:29:55.771 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:55 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2026-02-20T23:29:55.771 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:55 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2026-02-20T23:29:55.771 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:55 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true} : dispatch 2026-02-20T23:29:55.771 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:55 trial168 ceph-mon[42856]: from='osd.5 [v2:10.20.193.101:6818/2936247986,v1:10.20.193.101:6819/2936247986]' entity='osd.5' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]} : dispatch 2026-02-20T23:29:55.771 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:55 trial168 ceph-mon[42856]: from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.6836, "args": ["host=trial168", "root=default"]}]': finished 2026-02-20T23:29:56.584 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:56 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2026-02-20T23:29:56.584 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:56 trial101 ceph-mon[35994]: from='osd.5 [v2:10.20.193.101:6818/2936247986,v1:10.20.193.101:6819/2936247986]' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2026-02-20T23:29:56.584 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:56 trial101 ceph-mon[35994]: osdmap e20: 8 total, 4 up, 8 in 2026-02-20T23:29:56.584 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:56 trial101 ceph-mon[35994]: from='osd.5 [v2:10.20.193.101:6818/2936247986,v1:10.20.193.101:6819/2936247986]' entity='osd.5' cmd={"prefix": "osd crush create-or-move", "id": 5, "weight":0.6836, "args": ["host=trial101", "root=default"]} : dispatch 2026-02-20T23:29:56.584 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:56 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2026-02-20T23:29:56.584 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:56 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2026-02-20T23:29:56.584 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:56 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2026-02-20T23:29:56.584 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:56 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2026-02-20T23:29:56.584 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:56 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2026-02-20T23:29:56.584 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:56 trial101 ceph-mon[35994]: from='client.? 10.20.193.101:0/2209572516' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2026-02-20T23:29:56.584 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:56 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:29:56.584 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:56 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:29:56.584 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:56 trial101 ceph-mon[35994]: pgmap v28: 1 pgs: 1 unknown; 0 B data, 106 MiB used, 2.7 TiB / 2.7 TiB avail 2026-02-20T23:29:56.584 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:56 trial101 ceph-mon[35994]: from='osd.6 [v2:10.20.193.168:6824/1074653862,v1:10.20.193.168:6825/1074653862]' entity='osd.6' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]} : dispatch 2026-02-20T23:29:56.584 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:56 trial101 ceph-mon[35994]: from='osd.6 ' entity='osd.6' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]} : dispatch 2026-02-20T23:29:56.584 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:56 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:29:56.584 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:56 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:29:56.584 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:56 trial101 ceph-mon[35994]: from='osd.5 [v2:10.20.193.101:6818/2936247986,v1:10.20.193.101:6819/2936247986]' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.6836, "args": ["host=trial101", "root=default"]}]': finished 2026-02-20T23:29:56.584 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:56 trial101 ceph-mon[35994]: from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2026-02-20T23:29:56.584 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:56 trial101 ceph-mon[35994]: osd.4 [v2:10.20.193.168:6816/258693881,v1:10.20.193.168:6817/258693881] boot 2026-02-20T23:29:56.584 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:56 trial101 ceph-mon[35994]: osdmap e21: 8 total, 5 up, 8 in 2026-02-20T23:29:56.584 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:56 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2026-02-20T23:29:56.584 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:56 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2026-02-20T23:29:56.585 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:56 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2026-02-20T23:29:56.585 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:56 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2026-02-20T23:29:56.726 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:56 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2026-02-20T23:29:56.726 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:56 trial168 ceph-mon[42856]: from='osd.5 [v2:10.20.193.101:6818/2936247986,v1:10.20.193.101:6819/2936247986]' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2026-02-20T23:29:56.726 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:56 trial168 ceph-mon[42856]: osdmap e20: 8 total, 4 up, 8 in 2026-02-20T23:29:56.726 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:56 trial168 ceph-mon[42856]: from='osd.5 [v2:10.20.193.101:6818/2936247986,v1:10.20.193.101:6819/2936247986]' entity='osd.5' cmd={"prefix": "osd crush create-or-move", "id": 5, "weight":0.6836, "args": ["host=trial101", "root=default"]} : dispatch 2026-02-20T23:29:56.726 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:56 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2026-02-20T23:29:56.726 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:56 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2026-02-20T23:29:56.726 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:56 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2026-02-20T23:29:56.726 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:56 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2026-02-20T23:29:56.727 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:56 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2026-02-20T23:29:56.727 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:56 trial168 ceph-mon[42856]: from='client.? 10.20.193.101:0/2209572516' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2026-02-20T23:29:56.727 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:56 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:29:56.727 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:56 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:29:56.727 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:56 trial168 ceph-mon[42856]: pgmap v28: 1 pgs: 1 unknown; 0 B data, 106 MiB used, 2.7 TiB / 2.7 TiB avail 2026-02-20T23:29:56.727 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:56 trial168 ceph-mon[42856]: from='osd.6 [v2:10.20.193.168:6824/1074653862,v1:10.20.193.168:6825/1074653862]' entity='osd.6' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]} : dispatch 2026-02-20T23:29:56.727 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:56 trial168 ceph-mon[42856]: from='osd.6 ' entity='osd.6' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]} : dispatch 2026-02-20T23:29:56.727 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:56 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:29:56.727 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:56 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:29:56.727 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:56 trial168 ceph-mon[42856]: from='osd.5 [v2:10.20.193.101:6818/2936247986,v1:10.20.193.101:6819/2936247986]' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.6836, "args": ["host=trial101", "root=default"]}]': finished 2026-02-20T23:29:56.727 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:56 trial168 ceph-mon[42856]: from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2026-02-20T23:29:56.727 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:56 trial168 ceph-mon[42856]: osd.4 [v2:10.20.193.168:6816/258693881,v1:10.20.193.168:6817/258693881] boot 2026-02-20T23:29:56.728 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:56 trial168 ceph-mon[42856]: osdmap e21: 8 total, 5 up, 8 in 2026-02-20T23:29:56.728 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:56 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2026-02-20T23:29:56.728 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:56 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2026-02-20T23:29:56.728 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:56 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2026-02-20T23:29:56.728 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:56 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2026-02-20T23:29:56.728 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:56 trial168 sudo[55594]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/smartctl -x --json=o /dev/nvme1n1 2026-02-20T23:29:56.728 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:56 trial168 sudo[55594]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2026-02-20T23:29:56.728 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:56 trial168 sudo[55594]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2026-02-20T23:29:56.728 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:56 trial168 sudo[55594]: pam_unix(sudo:session): session closed for user root 2026-02-20T23:29:56.728 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:56 trial168 sudo[55601]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/nvme mtfdkcc1t9tgp-1bk1jabyy smart-log-add --json /dev/nvme1n1 2026-02-20T23:29:56.728 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:56 trial168 sudo[55601]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2026-02-20T23:29:56.728 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:56 trial168 sudo[55601]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2026-02-20T23:29:56.756 DEBUG:teuthology.orchestra.run.trial101:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:f7870454149f22574086dd2ff55d050585136531 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d509fa29-0eb3-11f1-b056-d404e6e7d460 -- ceph osd stat -f json 2026-02-20T23:29:56.870 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:56 trial101 sudo[68354]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/smartctl -x --json=o /dev/nvme1n1 2026-02-20T23:29:56.870 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:56 trial101 sudo[68354]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2026-02-20T23:29:56.870 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:56 trial101 sudo[68354]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2026-02-20T23:29:56.870 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:56 trial101 sudo[68354]: pam_unix(sudo:session): session closed for user root 2026-02-20T23:29:56.870 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:56 trial101 sudo[68380]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/nvme mtfdkcc1t9tgp-1bk1jabyy smart-log-add --json /dev/nvme1n1 2026-02-20T23:29:56.870 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:56 trial101 sudo[68380]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2026-02-20T23:29:56.870 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:56 trial101 sudo[68380]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2026-02-20T23:29:56.870 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:56 trial101 sudo[68380]: pam_unix(sudo:session): session closed for user root 2026-02-20T23:29:56.877 INFO:teuthology.orchestra.run.trial101.stderr:Inferring config /var/lib/ceph/d509fa29-0eb3-11f1-b056-d404e6e7d460/mon.trial101/config 2026-02-20T23:29:56.987 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:56 trial168 sudo[55601]: pam_unix(sudo:session): session closed for user root 2026-02-20T23:29:57.124 INFO:teuthology.orchestra.run.trial101.stdout: 2026-02-20T23:29:57.273 INFO:teuthology.orchestra.run.trial101.stdout:{"epoch":21,"num_osds":8,"num_up_osds":5,"osd_up_since":1771630196,"num_in_osds":8,"osd_in_since":1771630183,"num_remapped_pgs":0} 2026-02-20T23:29:57.870 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:57 trial101 ceph-mon[35994]: purged_snaps scrub starts 2026-02-20T23:29:57.870 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:57 trial101 ceph-mon[35994]: purged_snaps scrub ok 2026-02-20T23:29:57.870 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:57 trial101 ceph-mon[35994]: from='osd.6 [v2:10.20.193.168:6824/1074653862,v1:10.20.193.168:6825/1074653862]' entity='osd.6' cmd={"prefix": "osd crush create-or-move", "id": 6, "weight":0.6836, "args": ["host=trial168", "root=default"]} : dispatch 2026-02-20T23:29:57.870 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:57 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2026-02-20T23:29:57.870 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:57 trial101 ceph-mon[35994]: from='osd.6 ' entity='osd.6' cmd={"prefix": "osd crush create-or-move", "id": 6, "weight":0.6836, "args": ["host=trial168", "root=default"]} : dispatch 2026-02-20T23:29:57.871 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:57 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:29:57.871 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:57 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:29:57.871 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:57 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:29:57.871 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:57 trial101 ceph-mon[35994]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2026-02-20T23:29:57.871 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:57 trial101 ceph-mon[35994]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2026-02-20T23:29:57.871 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:57 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "mon metadata", "id": "trial101"} : dispatch 2026-02-20T23:29:57.871 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:57 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "mon metadata", "id": "trial168"} : dispatch 2026-02-20T23:29:57.871 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:57 trial101 ceph-mon[35994]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2026-02-20T23:29:57.871 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:57 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:29:57.871 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:57 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "mon metadata", "id": "trial101"} : dispatch 2026-02-20T23:29:57.871 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:57 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "mon metadata", "id": "trial168"} : dispatch 2026-02-20T23:29:57.871 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:57 trial101 ceph-mon[35994]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2026-02-20T23:29:57.871 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:57 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:29:57.871 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:57 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:29:57.871 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:57 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:29:57.871 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:57 trial101 ceph-mon[35994]: from='client.? 10.20.193.101:0/2065210570' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2026-02-20T23:29:57.871 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:57 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:29:57.871 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:57 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:29:57.872 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:57 trial101 ceph-mon[35994]: from='osd.7 [v2:10.20.193.101:6826/722261370,v1:10.20.193.101:6827/722261370]' entity='osd.7' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]} : dispatch 2026-02-20T23:29:57.872 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:57 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2026-02-20T23:29:58.020 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:57 trial168 ceph-mon[42856]: purged_snaps scrub starts 2026-02-20T23:29:58.020 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:57 trial168 ceph-mon[42856]: purged_snaps scrub ok 2026-02-20T23:29:58.020 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:57 trial168 ceph-mon[42856]: from='osd.6 [v2:10.20.193.168:6824/1074653862,v1:10.20.193.168:6825/1074653862]' entity='osd.6' cmd={"prefix": "osd crush create-or-move", "id": 6, "weight":0.6836, "args": ["host=trial168", "root=default"]} : dispatch 2026-02-20T23:29:58.020 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:57 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2026-02-20T23:29:58.020 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:57 trial168 ceph-mon[42856]: from='osd.6 ' entity='osd.6' cmd={"prefix": "osd crush create-or-move", "id": 6, "weight":0.6836, "args": ["host=trial168", "root=default"]} : dispatch 2026-02-20T23:29:58.020 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:57 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:29:58.021 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:57 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:29:58.021 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:57 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:29:58.021 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:57 trial168 ceph-mon[42856]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2026-02-20T23:29:58.021 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:57 trial168 ceph-mon[42856]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2026-02-20T23:29:58.021 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:57 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "mon metadata", "id": "trial101"} : dispatch 2026-02-20T23:29:58.021 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:57 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "mon metadata", "id": "trial168"} : dispatch 2026-02-20T23:29:58.021 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:57 trial168 ceph-mon[42856]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2026-02-20T23:29:58.021 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:57 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:29:58.021 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:57 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "mon metadata", "id": "trial101"} : dispatch 2026-02-20T23:29:58.021 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:57 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "mon metadata", "id": "trial168"} : dispatch 2026-02-20T23:29:58.021 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:57 trial168 ceph-mon[42856]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2026-02-20T23:29:58.021 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:57 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:29:58.022 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:57 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:29:58.022 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:57 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:29:58.022 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:57 trial168 ceph-mon[42856]: from='client.? 10.20.193.101:0/2065210570' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2026-02-20T23:29:58.022 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:57 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:29:58.022 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:57 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:29:58.022 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:57 trial168 ceph-mon[42856]: from='osd.7 [v2:10.20.193.101:6826/722261370,v1:10.20.193.101:6827/722261370]' entity='osd.7' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]} : dispatch 2026-02-20T23:29:58.022 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:57 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2026-02-20T23:29:58.274 DEBUG:teuthology.orchestra.run.trial101:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:f7870454149f22574086dd2ff55d050585136531 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d509fa29-0eb3-11f1-b056-d404e6e7d460 -- ceph osd stat -f json 2026-02-20T23:29:58.393 INFO:teuthology.orchestra.run.trial101.stderr:Inferring config /var/lib/ceph/d509fa29-0eb3-11f1-b056-d404e6e7d460/mon.trial101/config 2026-02-20T23:29:58.638 INFO:teuthology.orchestra.run.trial101.stdout: 2026-02-20T23:29:58.759 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:58 trial101 ceph-mon[35994]: purged_snaps scrub starts 2026-02-20T23:29:58.760 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:58 trial101 ceph-mon[35994]: purged_snaps scrub ok 2026-02-20T23:29:58.760 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:58 trial101 ceph-mon[35994]: from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.6836, "args": ["host=trial168", "root=default"]}]': finished 2026-02-20T23:29:58.760 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:58 trial101 ceph-mon[35994]: from='osd.7 [v2:10.20.193.101:6826/722261370,v1:10.20.193.101:6827/722261370]' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2026-02-20T23:29:58.760 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:58 trial101 ceph-mon[35994]: osd.5 [v2:10.20.193.101:6818/2936247986,v1:10.20.193.101:6819/2936247986] boot 2026-02-20T23:29:58.760 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:58 trial101 ceph-mon[35994]: osdmap e22: 8 total, 6 up, 8 in 2026-02-20T23:29:58.760 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:58 trial101 ceph-mon[35994]: from='osd.7 [v2:10.20.193.101:6826/722261370,v1:10.20.193.101:6827/722261370]' entity='osd.7' cmd={"prefix": "osd crush create-or-move", "id": 7, "weight":0.6836, "args": ["host=trial101", "root=default"]} : dispatch 2026-02-20T23:29:58.760 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:58 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2026-02-20T23:29:58.760 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:58 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2026-02-20T23:29:58.760 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:58 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2026-02-20T23:29:58.760 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:58 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2026-02-20T23:29:58.760 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:58 trial101 ceph-mon[35994]: pgmap v31: 1 pgs: 1 active+clean; 577 KiB data, 135 MiB used, 3.4 TiB / 3.4 TiB avail 2026-02-20T23:29:58.760 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:58 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:29:58.760 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:58 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:29:58.761 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:58 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-20T23:29:58.761 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:58 trial101 ceph-mon[35994]: from='osd.7 [v2:10.20.193.101:6826/722261370,v1:10.20.193.101:6827/722261370]' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.6836, "args": ["host=trial101", "root=default"]}]': finished 2026-02-20T23:29:58.782 INFO:teuthology.orchestra.run.trial101.stdout:{"epoch":23,"num_osds":8,"num_up_osds":7,"osd_up_since":1771630198,"num_in_osds":8,"osd_in_since":1771630183,"num_remapped_pgs":0} 2026-02-20T23:29:59.020 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:58 trial168 ceph-mon[42856]: purged_snaps scrub starts 2026-02-20T23:29:59.020 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:58 trial168 ceph-mon[42856]: purged_snaps scrub ok 2026-02-20T23:29:59.020 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:58 trial168 ceph-mon[42856]: from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.6836, "args": ["host=trial168", "root=default"]}]': finished 2026-02-20T23:29:59.020 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:58 trial168 ceph-mon[42856]: from='osd.7 [v2:10.20.193.101:6826/722261370,v1:10.20.193.101:6827/722261370]' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2026-02-20T23:29:59.020 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:58 trial168 ceph-mon[42856]: osd.5 [v2:10.20.193.101:6818/2936247986,v1:10.20.193.101:6819/2936247986] boot 2026-02-20T23:29:59.021 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:58 trial168 ceph-mon[42856]: osdmap e22: 8 total, 6 up, 8 in 2026-02-20T23:29:59.021 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:58 trial168 ceph-mon[42856]: from='osd.7 [v2:10.20.193.101:6826/722261370,v1:10.20.193.101:6827/722261370]' entity='osd.7' cmd={"prefix": "osd crush create-or-move", "id": 7, "weight":0.6836, "args": ["host=trial101", "root=default"]} : dispatch 2026-02-20T23:29:59.021 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:58 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2026-02-20T23:29:59.021 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:58 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2026-02-20T23:29:59.021 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:58 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2026-02-20T23:29:59.021 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:58 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2026-02-20T23:29:59.021 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:58 trial168 ceph-mon[42856]: pgmap v31: 1 pgs: 1 active+clean; 577 KiB data, 135 MiB used, 3.4 TiB / 3.4 TiB avail 2026-02-20T23:29:59.021 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:58 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:29:59.021 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:58 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:29:59.021 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:58 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-20T23:29:59.021 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:58 trial168 ceph-mon[42856]: from='osd.7 [v2:10.20.193.101:6826/722261370,v1:10.20.193.101:6827/722261370]' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.6836, "args": ["host=trial101", "root=default"]}]': finished 2026-02-20T23:29:59.694 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:59 trial101 ceph-mon[35994]: purged_snaps scrub starts 2026-02-20T23:29:59.695 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:59 trial101 ceph-mon[35994]: purged_snaps scrub ok 2026-02-20T23:29:59.695 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:59 trial101 ceph-mon[35994]: osd.6 [v2:10.20.193.168:6824/1074653862,v1:10.20.193.168:6825/1074653862] boot 2026-02-20T23:29:59.695 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:59 trial101 ceph-mon[35994]: osdmap e23: 8 total, 7 up, 8 in 2026-02-20T23:29:59.695 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:59 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2026-02-20T23:29:59.695 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:59 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2026-02-20T23:29:59.695 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:59 trial101 ceph-mon[35994]: mgrmap e19: trial101.twcqls(active, since 42s), standbys: trial168.iztvhl 2026-02-20T23:29:59.695 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:59 trial101 ceph-mon[35994]: from='client.? 10.20.193.101:0/662298342' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2026-02-20T23:29:59.695 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:59 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:29:59.695 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:59 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:29:59.695 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:59 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:29:59.696 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:29:59 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:29:59.770 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:59 trial168 ceph-mon[42856]: purged_snaps scrub starts 2026-02-20T23:29:59.770 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:59 trial168 ceph-mon[42856]: purged_snaps scrub ok 2026-02-20T23:29:59.771 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:59 trial168 ceph-mon[42856]: osd.6 [v2:10.20.193.168:6824/1074653862,v1:10.20.193.168:6825/1074653862] boot 2026-02-20T23:29:59.771 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:59 trial168 ceph-mon[42856]: osdmap e23: 8 total, 7 up, 8 in 2026-02-20T23:29:59.771 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:59 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2026-02-20T23:29:59.771 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:59 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2026-02-20T23:29:59.771 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:59 trial168 ceph-mon[42856]: mgrmap e19: trial101.twcqls(active, since 42s), standbys: trial168.iztvhl 2026-02-20T23:29:59.771 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:59 trial168 ceph-mon[42856]: from='client.? 10.20.193.101:0/662298342' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2026-02-20T23:29:59.771 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:59 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:29:59.771 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:59 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:29:59.771 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:59 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:29:59.771 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:29:59 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:29:59.783 DEBUG:teuthology.orchestra.run.trial101:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:f7870454149f22574086dd2ff55d050585136531 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d509fa29-0eb3-11f1-b056-d404e6e7d460 -- ceph osd stat -f json 2026-02-20T23:29:59.899 INFO:teuthology.orchestra.run.trial101.stderr:Inferring config /var/lib/ceph/d509fa29-0eb3-11f1-b056-d404e6e7d460/mon.trial101/config 2026-02-20T23:30:00.140 INFO:teuthology.orchestra.run.trial101.stdout: 2026-02-20T23:30:00.281 INFO:teuthology.orchestra.run.trial101.stdout:{"epoch":24,"num_osds":8,"num_up_osds":8,"osd_up_since":1771630199,"num_in_osds":8,"osd_in_since":1771630183,"num_remapped_pgs":0} 2026-02-20T23:30:00.282 DEBUG:teuthology.orchestra.run.trial101:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:f7870454149f22574086dd2ff55d050585136531 shell --fsid d509fa29-0eb3-11f1-b056-d404e6e7d460 -- ceph osd dump --format=json 2026-02-20T23:30:00.400 INFO:teuthology.orchestra.run.trial101.stderr:Inferring config /var/lib/ceph/d509fa29-0eb3-11f1-b056-d404e6e7d460/mon.trial101/config 2026-02-20T23:30:00.646 INFO:teuthology.orchestra.run.trial101.stdout: 2026-02-20T23:30:00.646 INFO:teuthology.orchestra.run.trial101.stdout:{"epoch":24,"fsid":"d509fa29-0eb3-11f1-b056-d404e6e7d460","created":"2026-02-20T23:28:29.721243+0000","modified":"2026-02-20T23:29:59.538021+0000","last_up_change":"2026-02-20T23:29:59.538021+0000","last_in_change":"2026-02-20T23:29:43.702489+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":12,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":8,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"tentacle","allow_crimson":false,"pools":[{"pool":1,"pool_name":".mgr","create_time":"2026-02-20T23:29:53.869957+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"is_stretch_pool":false,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"21","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"nonprimary_shards":"{}","options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"mgr":{}},"read_balance":{"score_type":"Fair distribution","score_acting":7.8899998664855957,"score_stable":7.8899998664855957,"optimal_score":0.37999999523162842,"raw_score_acting":3,"raw_score_stable":3,"primary_affinity_weighted":1,"average_primary_affinity":1,"average_primary_affinity_weighted":1}}],"osds":[{"osd":0,"uuid":"bcf713fb-c746-4f54-8c8a-13af44d9509a","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":16,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.101:6802","nonce":2916588610},{"type":"v1","addr":"10.20.193.101:6803","nonce":2916588610}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.101:6804","nonce":2916588610},{"type":"v1","addr":"10.20.193.101:6805","nonce":2916588610}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.101:6808","nonce":2916588610},{"type":"v1","addr":"10.20.193.101:6809","nonce":2916588610}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.101:6806","nonce":2916588610},{"type":"v1","addr":"10.20.193.101:6807","nonce":2916588610}]},"public_addr":"10.20.193.101:6803/2916588610","cluster_addr":"10.20.193.101:6805/2916588610","heartbeat_back_addr":"10.20.193.101:6809/2916588610","heartbeat_front_addr":"10.20.193.101:6807/2916588610","state":["exists","up"]},{"osd":1,"uuid":"2ccdd194-509e-41d1-8912-405071deb8e4","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":16,"up_thru":19,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.168:6800","nonce":3126265350},{"type":"v1","addr":"10.20.193.168:6801","nonce":3126265350}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.168:6802","nonce":3126265350},{"type":"v1","addr":"10.20.193.168:6803","nonce":3126265350}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.168:6806","nonce":3126265350},{"type":"v1","addr":"10.20.193.168:6807","nonce":3126265350}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.168:6804","nonce":3126265350},{"type":"v1","addr":"10.20.193.168:6805","nonce":3126265350}]},"public_addr":"10.20.193.168:6801/3126265350","cluster_addr":"10.20.193.168:6803/3126265350","heartbeat_back_addr":"10.20.193.168:6807/3126265350","heartbeat_front_addr":"10.20.193.168:6805/3126265350","state":["exists","up"]},{"osd":2,"uuid":"6439179c-28f1-4dc5-9ee7-d1794228f761","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":18,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.168:6808","nonce":143457831},{"type":"v1","addr":"10.20.193.168:6809","nonce":143457831}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.168:6810","nonce":143457831},{"type":"v1","addr":"10.20.193.168:6811","nonce":143457831}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.168:6814","nonce":143457831},{"type":"v1","addr":"10.20.193.168:6815","nonce":143457831}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.168:6812","nonce":143457831},{"type":"v1","addr":"10.20.193.168:6813","nonce":143457831}]},"public_addr":"10.20.193.168:6809/143457831","cluster_addr":"10.20.193.168:6811/143457831","heartbeat_back_addr":"10.20.193.168:6815/143457831","heartbeat_front_addr":"10.20.193.168:6813/143457831","state":["exists","up"]},{"osd":3,"uuid":"d7195f79-2d80-41ef-92f0-1510d2a98bc9","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":19,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.101:6810","nonce":1631887233},{"type":"v1","addr":"10.20.193.101:6811","nonce":1631887233}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.101:6812","nonce":1631887233},{"type":"v1","addr":"10.20.193.101:6813","nonce":1631887233}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.101:6816","nonce":1631887233},{"type":"v1","addr":"10.20.193.101:6817","nonce":1631887233}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.101:6814","nonce":1631887233},{"type":"v1","addr":"10.20.193.101:6815","nonce":1631887233}]},"public_addr":"10.20.193.101:6811/1631887233","cluster_addr":"10.20.193.101:6813/1631887233","heartbeat_back_addr":"10.20.193.101:6817/1631887233","heartbeat_front_addr":"10.20.193.101:6815/1631887233","state":["exists","up"]},{"osd":4,"uuid":"570d4dd5-446e-4cec-85af-657b6d767e46","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":21,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.168:6816","nonce":258693881},{"type":"v1","addr":"10.20.193.168:6817","nonce":258693881}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.168:6818","nonce":258693881},{"type":"v1","addr":"10.20.193.168:6819","nonce":258693881}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.168:6822","nonce":258693881},{"type":"v1","addr":"10.20.193.168:6823","nonce":258693881}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.168:6820","nonce":258693881},{"type":"v1","addr":"10.20.193.168:6821","nonce":258693881}]},"public_addr":"10.20.193.168:6817/258693881","cluster_addr":"10.20.193.168:6819/258693881","heartbeat_back_addr":"10.20.193.168:6823/258693881","heartbeat_front_addr":"10.20.193.168:6821/258693881","state":["exists","up"]},{"osd":5,"uuid":"4af88773-c021-4792-bc61-b4f741bd04a8","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":22,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.101:6818","nonce":2936247986},{"type":"v1","addr":"10.20.193.101:6819","nonce":2936247986}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.101:6820","nonce":2936247986},{"type":"v1","addr":"10.20.193.101:6821","nonce":2936247986}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.101:6824","nonce":2936247986},{"type":"v1","addr":"10.20.193.101:6825","nonce":2936247986}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.101:6822","nonce":2936247986},{"type":"v1","addr":"10.20.193.101:6823","nonce":2936247986}]},"public_addr":"10.20.193.101:6819/2936247986","cluster_addr":"10.20.193.101:6821/2936247986","heartbeat_back_addr":"10.20.193.101:6825/2936247986","heartbeat_front_addr":"10.20.193.101:6823/2936247986","state":["exists","up"]},{"osd":6,"uuid":"7230b9a1-8fae-40d7-b4d2-a10124fcc183","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":23,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.168:6824","nonce":1074653862},{"type":"v1","addr":"10.20.193.168:6825","nonce":1074653862}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.168:6826","nonce":1074653862},{"type":"v1","addr":"10.20.193.168:6827","nonce":1074653862}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.168:6830","nonce":1074653862},{"type":"v1","addr":"10.20.193.168:6831","nonce":1074653862}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.168:6828","nonce":1074653862},{"type":"v1","addr":"10.20.193.168:6829","nonce":1074653862}]},"public_addr":"10.20.193.168:6825/1074653862","cluster_addr":"10.20.193.168:6827/1074653862","heartbeat_back_addr":"10.20.193.168:6831/1074653862","heartbeat_front_addr":"10.20.193.168:6829/1074653862","state":["exists","up"]},{"osd":7,"uuid":"809972b5-e4be-4da8-89c7-585437759fe2","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":24,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.101:6826","nonce":722261370},{"type":"v1","addr":"10.20.193.101:6827","nonce":722261370}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.101:6828","nonce":722261370},{"type":"v1","addr":"10.20.193.101:6829","nonce":722261370}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.101:6832","nonce":722261370},{"type":"v1","addr":"10.20.193.101:6833","nonce":722261370}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.101:6830","nonce":722261370},{"type":"v1","addr":"10.20.193.101:6831","nonce":722261370}]},"public_addr":"10.20.193.101:6827/722261370","cluster_addr":"10.20.193.101:6829/722261370","heartbeat_back_addr":"10.20.193.101:6833/722261370","heartbeat_front_addr":"10.20.193.101:6831/722261370","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4544132024016699391,"old_weight":0,"last_purged_snaps_scrub":"2026-02-20T23:29:50.231145+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4544132024016699391,"old_weight":0,"last_purged_snaps_scrub":"2026-02-20T23:29:49.586206+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4544132024016699391,"old_weight":0,"last_purged_snaps_scrub":"2026-02-20T23:29:52.194039+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4544132024016699391,"old_weight":0,"last_purged_snaps_scrub":"2026-02-20T23:29:52.929635+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4544132024016699391,"old_weight":0,"last_purged_snaps_scrub":"2026-02-20T23:29:54.663579+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4544132024016699391,"old_weight":0,"last_purged_snaps_scrub":"2026-02-20T23:29:55.637333+0000","dead_epoch":0},{"osd":6,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4544132024016699391,"old_weight":0,"last_purged_snaps_scrub":"2026-02-20T23:29:57.274436+0000","dead_epoch":0},{"osd":7,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4544132024016699391,"old_weight":0,"last_purged_snaps_scrub":"0.000000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"10.20.193.101:0/4240262075":"2026-02-21T23:29:15.660070+0000","10.20.193.101:6801/2006753115":"2026-02-21T23:29:15.660070+0000","10.20.193.101:6800/2028369825":"2026-02-21T23:28:53.753890+0000","10.20.193.101:6800/2006753115":"2026-02-21T23:29:15.660070+0000","10.20.193.101:0/754430257":"2026-02-21T23:29:15.660070+0000","10.20.193.101:0/4125907549":"2026-02-21T23:28:40.348567+0000","10.20.193.101:6800/3014385506":"2026-02-21T23:28:40.348567+0000","10.20.193.101:0/923036446":"2026-02-21T23:28:40.348567+0000","10.20.193.101:6801/3014385506":"2026-02-21T23:28:40.348567+0000","10.20.193.101:0/2975155018":"2026-02-21T23:28:40.348567+0000","10.20.193.101:0/2982902909":"2026-02-21T23:28:53.753890+0000","10.20.193.101:0/2058524826":"2026-02-21T23:28:53.753890+0000","10.20.193.101:6801/2028369825":"2026-02-21T23:28:53.753890+0000","10.20.193.101:0/1095534325":"2026-02-21T23:28:53.753890+0000","10.20.193.101:0/120519689":"2026-02-21T23:29:15.660070+0000"},"range_blocklist":{},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"isa","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2026-02-20T23:30:00.767 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:30:00 trial101 ceph-mon[35994]: purged_snaps scrub starts 2026-02-20T23:30:00.767 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:30:00 trial101 ceph-mon[35994]: purged_snaps scrub ok 2026-02-20T23:30:00.767 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:30:00 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2026-02-20T23:30:00.767 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:30:00 trial101 ceph-mon[35994]: osd.7 [v2:10.20.193.101:6826/722261370,v1:10.20.193.101:6827/722261370] boot 2026-02-20T23:30:00.767 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:30:00 trial101 ceph-mon[35994]: osdmap e24: 8 total, 8 up, 8 in 2026-02-20T23:30:00.767 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:30:00 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2026-02-20T23:30:00.767 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:30:00 trial101 ceph-mon[35994]: pgmap v34: 1 pgs: 1 active+clean; 577 KiB data, 189 MiB used, 4.8 TiB / 4.8 TiB avail 2026-02-20T23:30:00.767 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:30:00 trial101 ceph-mon[35994]: overall HEALTH_OK 2026-02-20T23:30:00.767 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:30:00 trial101 ceph-mon[35994]: from='client.? 10.20.193.101:0/3948008717' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2026-02-20T23:30:00.767 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:30:00 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:30:00.767 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:30:00 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:30:00.767 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:30:00 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"} : dispatch 2026-02-20T23:30:00.767 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:30:00 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"} : dispatch 2026-02-20T23:30:00.767 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:30:00 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"} : dispatch 2026-02-20T23:30:00.768 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:30:00 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"} : dispatch 2026-02-20T23:30:00.768 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:30:00 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:30:00.787 INFO:tasks.cephadm.ceph_manager.ceph:[{'pool': 1, 'pool_name': '.mgr', 'create_time': '2026-02-20T23:29:53.869957+0000', 'flags': 1, 'flags_names': 'hashpspool', 'type': 1, 'size': 3, 'min_size': 2, 'crush_rule': 0, 'peering_crush_bucket_count': 0, 'peering_crush_bucket_target': 0, 'peering_crush_bucket_barrier': 0, 'peering_crush_bucket_mandatory_member': 2147483647, 'is_stretch_pool': False, 'object_hash': 2, 'pg_autoscale_mode': 'off', 'pg_num': 1, 'pg_placement_num': 1, 'pg_placement_num_target': 1, 'pg_num_target': 1, 'pg_num_pending': 1, 'last_pg_merge_meta': {'source_pgid': '0.0', 'ready_epoch': 0, 'last_epoch_started': 0, 'last_epoch_clean': 0, 'source_version': "0'0", 'target_version': "0'0"}, 'last_change': '21', 'last_force_op_resend': '0', 'last_force_op_resend_prenautilus': '0', 'last_force_op_resend_preluminous': '0', 'auid': 0, 'snap_mode': 'selfmanaged', 'snap_seq': 0, 'snap_epoch': 0, 'pool_snaps': [], 'removed_snaps': '[]', 'quota_max_bytes': 0, 'quota_max_objects': 0, 'tiers': [], 'tier_of': -1, 'read_tier': -1, 'write_tier': -1, 'cache_mode': 'none', 'target_max_bytes': 0, 'target_max_objects': 0, 'cache_target_dirty_ratio_micro': 400000, 'cache_target_dirty_high_ratio_micro': 600000, 'cache_target_full_ratio_micro': 800000, 'cache_min_flush_age': 0, 'cache_min_evict_age': 0, 'erasure_code_profile': '', 'hit_set_params': {'type': 'none'}, 'hit_set_period': 0, 'hit_set_count': 0, 'use_gmt_hitset': True, 'min_read_recency_for_promote': 0, 'min_write_recency_for_promote': 0, 'hit_set_grade_decay_rate': 0, 'hit_set_search_last_n': 0, 'grade_table': [], 'stripe_width': 0, 'expected_num_objects': 0, 'fast_read': False, 'nonprimary_shards': '{}', 'options': {'pg_num_max': 32, 'pg_num_min': 1}, 'application_metadata': {'mgr': {}}, 'read_balance': {'score_type': 'Fair distribution', 'score_acting': 7.889999866485596, 'score_stable': 7.889999866485596, 'optimal_score': 0.3799999952316284, 'raw_score_acting': 3, 'raw_score_stable': 3, 'primary_affinity_weighted': 1, 'average_primary_affinity': 1, 'average_primary_affinity_weighted': 1}}] 2026-02-20T23:30:00.788 DEBUG:teuthology.orchestra.run.trial101:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:f7870454149f22574086dd2ff55d050585136531 shell --fsid d509fa29-0eb3-11f1-b056-d404e6e7d460 -- ceph osd pool get .mgr pg_num 2026-02-20T23:30:00.905 INFO:teuthology.orchestra.run.trial101.stderr:Inferring config /var/lib/ceph/d509fa29-0eb3-11f1-b056-d404e6e7d460/mon.trial101/config 2026-02-20T23:30:01.020 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:30:00 trial168 ceph-mon[42856]: purged_snaps scrub starts 2026-02-20T23:30:01.020 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:30:00 trial168 ceph-mon[42856]: purged_snaps scrub ok 2026-02-20T23:30:01.020 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:30:00 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2026-02-20T23:30:01.020 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:30:00 trial168 ceph-mon[42856]: osd.7 [v2:10.20.193.101:6826/722261370,v1:10.20.193.101:6827/722261370] boot 2026-02-20T23:30:01.020 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:30:00 trial168 ceph-mon[42856]: osdmap e24: 8 total, 8 up, 8 in 2026-02-20T23:30:01.020 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:30:00 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2026-02-20T23:30:01.020 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:30:00 trial168 ceph-mon[42856]: pgmap v34: 1 pgs: 1 active+clean; 577 KiB data, 189 MiB used, 4.8 TiB / 4.8 TiB avail 2026-02-20T23:30:01.020 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:30:00 trial168 ceph-mon[42856]: overall HEALTH_OK 2026-02-20T23:30:01.020 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:30:00 trial168 ceph-mon[42856]: from='client.? 10.20.193.101:0/3948008717' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2026-02-20T23:30:01.020 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:30:00 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:30:01.020 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:30:00 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:30:01.020 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:30:00 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"} : dispatch 2026-02-20T23:30:01.020 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:30:00 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"} : dispatch 2026-02-20T23:30:01.020 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:30:00 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"} : dispatch 2026-02-20T23:30:01.020 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:30:00 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"} : dispatch 2026-02-20T23:30:01.020 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:30:00 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:30:01.140 INFO:teuthology.orchestra.run.trial101.stdout:pg_num: 1 2026-02-20T23:30:01.281 INFO:tasks.cephadm:Setting up client nodes... 2026-02-20T23:30:01.281 DEBUG:teuthology.orchestra.run.trial101:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:f7870454149f22574086dd2ff55d050585136531 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d509fa29-0eb3-11f1-b056-d404e6e7d460 -- ceph auth get-or-create client.0 mon 'allow *' osd 'allow *' mds 'allow *' mgr 'allow *' 2026-02-20T23:30:01.395 INFO:teuthology.orchestra.run.trial101.stderr:Inferring config /var/lib/ceph/d509fa29-0eb3-11f1-b056-d404e6e7d460/mon.trial101/config 2026-02-20T23:30:01.675 INFO:teuthology.orchestra.run.trial101.stdout:[client.0] 2026-02-20T23:30:01.675 INFO:teuthology.orchestra.run.trial101.stdout: key = AQB57phpNbwoKBAAuyz+EIfugKS9i7RNPygP9Q== 2026-02-20T23:30:01.815 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:30:01 trial101 ceph-mon[35994]: Detected new or changed devices on trial168 2026-02-20T23:30:01.815 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:30:01 trial101 ceph-mon[35994]: Adjusting osd_memory_target on trial168 to 20467M 2026-02-20T23:30:01.815 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:30:01 trial101 ceph-mon[35994]: Detected new or changed devices on trial101 2026-02-20T23:30:01.815 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:30:01 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:30:01.815 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:30:01 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:30:01.815 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:30:01 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"} : dispatch 2026-02-20T23:30:01.815 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:30:01 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"} : dispatch 2026-02-20T23:30:01.815 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:30:01 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"} : dispatch 2026-02-20T23:30:01.815 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:30:01 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"} : dispatch 2026-02-20T23:30:01.815 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:30:01 trial101 ceph-mon[35994]: Adjusting osd_memory_target on trial101 to 19699M 2026-02-20T23:30:01.815 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:30:01 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:30:01.815 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:30:01 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-20T23:30:01.815 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:30:01 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-20T23:30:01.815 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:30:01 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:30:01.815 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:30:01 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-20T23:30:01.815 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:30:01 trial101 ceph-mon[35994]: from='client.? 10.20.193.101:0/2227298883' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2026-02-20T23:30:01.815 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:30:01 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-02-20T23:30:01.815 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:30:01 trial101 ceph-mon[35994]: from='client.? 10.20.193.101:0/3893013559' entity='client.admin' cmd={"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"} : dispatch 2026-02-20T23:30:01.815 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:30:01 trial101 ceph-mon[35994]: osdmap e25: 8 total, 8 up, 8 in 2026-02-20T23:30:01.816 DEBUG:teuthology.orchestra.run.trial101:> set -ex 2026-02-20T23:30:01.816 DEBUG:teuthology.orchestra.run.trial101:> sudo dd of=/etc/ceph/ceph.client.0.keyring 2026-02-20T23:30:01.816 DEBUG:teuthology.orchestra.run.trial101:> sudo chmod 0644 /etc/ceph/ceph.client.0.keyring 2026-02-20T23:30:01.849 DEBUG:teuthology.orchestra.run.trial168:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:f7870454149f22574086dd2ff55d050585136531 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d509fa29-0eb3-11f1-b056-d404e6e7d460 -- ceph auth get-or-create client.1 mon 'allow *' osd 'allow *' mds 'allow *' mgr 'allow *' 2026-02-20T23:30:01.874 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:30:01 trial168 ceph-mon[42856]: Detected new or changed devices on trial168 2026-02-20T23:30:01.874 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:30:01 trial168 ceph-mon[42856]: Adjusting osd_memory_target on trial168 to 20467M 2026-02-20T23:30:01.874 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:30:01 trial168 ceph-mon[42856]: Detected new or changed devices on trial101 2026-02-20T23:30:01.874 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:30:01 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:30:01.875 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:30:01 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:30:01.875 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:30:01 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"} : dispatch 2026-02-20T23:30:01.875 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:30:01 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"} : dispatch 2026-02-20T23:30:01.875 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:30:01 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"} : dispatch 2026-02-20T23:30:01.875 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:30:01 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"} : dispatch 2026-02-20T23:30:01.875 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:30:01 trial168 ceph-mon[42856]: Adjusting osd_memory_target on trial101 to 19699M 2026-02-20T23:30:01.875 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:30:01 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:30:01.875 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:30:01 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-20T23:30:01.875 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:30:01 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-20T23:30:01.875 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:30:01 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:30:01.875 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:30:01 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-20T23:30:01.876 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:30:01 trial168 ceph-mon[42856]: from='client.? 10.20.193.101:0/2227298883' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2026-02-20T23:30:01.876 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:30:01 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-02-20T23:30:01.876 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:30:01 trial168 ceph-mon[42856]: from='client.? 10.20.193.101:0/3893013559' entity='client.admin' cmd={"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"} : dispatch 2026-02-20T23:30:01.876 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:30:01 trial168 ceph-mon[42856]: osdmap e25: 8 total, 8 up, 8 in 2026-02-20T23:30:01.969 INFO:teuthology.orchestra.run.trial168.stderr:Inferring config /var/lib/ceph/d509fa29-0eb3-11f1-b056-d404e6e7d460/mon.trial168/config 2026-02-20T23:30:02.267 INFO:teuthology.orchestra.run.trial168.stdout:[client.1] 2026-02-20T23:30:02.267 INFO:teuthology.orchestra.run.trial168.stdout: key = AQB67phpTqm2DxAAVwJiGFjMLl0YKx71M0nYrA== 2026-02-20T23:30:02.407 DEBUG:teuthology.orchestra.run.trial168:> set -ex 2026-02-20T23:30:02.407 DEBUG:teuthology.orchestra.run.trial168:> sudo dd of=/etc/ceph/ceph.client.1.keyring 2026-02-20T23:30:02.407 DEBUG:teuthology.orchestra.run.trial168:> sudo chmod 0644 /etc/ceph/ceph.client.1.keyring 2026-02-20T23:30:02.483 DEBUG:teuthology.orchestra.run.trial101:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:f7870454149f22574086dd2ff55d050585136531 shell --fsid d509fa29-0eb3-11f1-b056-d404e6e7d460 -- ceph config log 1 --format=json 2026-02-20T23:30:02.600 INFO:teuthology.orchestra.run.trial101.stderr:Inferring config /var/lib/ceph/d509fa29-0eb3-11f1-b056-d404e6e7d460/mon.trial101/config 2026-02-20T23:30:02.835 INFO:teuthology.orchestra.run.trial101.stdout: 2026-02-20T23:30:02.835 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:30:02 trial101 ceph-mon[35994]: pgmap v36: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 5.5 TiB / 5.5 TiB avail 2026-02-20T23:30:02.835 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:30:02 trial101 ceph-mon[35994]: from='client.? 10.20.193.101:0/81994942' entity='client.admin' cmd={"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]} : dispatch 2026-02-20T23:30:02.835 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:30:02 trial101 ceph-mon[35994]: from='client.? 10.20.193.101:0/81994942' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2026-02-20T23:30:02.835 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:30:02 trial101 ceph-mon[35994]: from='client.? 10.20.193.168:0/3634975784' entity='client.admin' cmd={"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]} : dispatch 2026-02-20T23:30:02.835 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:30:02 trial101 ceph-mon[35994]: from='client.? ' entity='client.admin' cmd={"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]} : dispatch 2026-02-20T23:30:02.835 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:30:02 trial101 ceph-mon[35994]: from='client.? ' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2026-02-20T23:30:02.974 INFO:teuthology.orchestra.run.trial101.stdout:[{"version":15,"timestamp":"2026-02-20T23:30:00.565055+0000","name":"","changes":[{"name":"osd/host:trial101/osd_memory_target","new_value":"20656746905"}]}] 2026-02-20T23:30:02.974 INFO:tasks.ceph_manager:config epoch is 15 2026-02-20T23:30:02.975 INFO:tasks.ceph:Waiting until ceph daemons up and pgs clean... 2026-02-20T23:30:02.975 INFO:tasks.cephadm.ceph_manager.ceph:waiting for mgr available 2026-02-20T23:30:02.975 DEBUG:teuthology.orchestra.run.trial101:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:f7870454149f22574086dd2ff55d050585136531 shell --fsid d509fa29-0eb3-11f1-b056-d404e6e7d460 -- ceph mgr dump --format=json 2026-02-20T23:30:03.020 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:30:02 trial168 ceph-mon[42856]: pgmap v36: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 5.5 TiB / 5.5 TiB avail 2026-02-20T23:30:03.020 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:30:02 trial168 ceph-mon[42856]: from='client.? 10.20.193.101:0/81994942' entity='client.admin' cmd={"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]} : dispatch 2026-02-20T23:30:03.020 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:30:02 trial168 ceph-mon[42856]: from='client.? 10.20.193.101:0/81994942' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2026-02-20T23:30:03.020 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:30:02 trial168 ceph-mon[42856]: from='client.? 10.20.193.168:0/3634975784' entity='client.admin' cmd={"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]} : dispatch 2026-02-20T23:30:03.021 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:30:02 trial168 ceph-mon[42856]: from='client.? ' entity='client.admin' cmd={"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]} : dispatch 2026-02-20T23:30:03.021 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:30:02 trial168 ceph-mon[42856]: from='client.? ' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2026-02-20T23:30:03.090 INFO:teuthology.orchestra.run.trial101.stderr:Inferring config /var/lib/ceph/d509fa29-0eb3-11f1-b056-d404e6e7d460/mon.trial101/config 2026-02-20T23:30:03.360 INFO:teuthology.orchestra.run.trial101.stdout: 2026-02-20T23:30:03.498 INFO:teuthology.orchestra.run.trial101.stdout:{"epoch":19,"flags":0,"active_gid":14213,"active_name":"trial101.twcqls","active_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.101:6800","nonce":1133957928},{"type":"v1","addr":"10.20.193.101:6801","nonce":1133957928}]},"active_addr":"10.20.193.101:6801/1133957928","active_change":"2026-02-20T23:29:15.660165+0000","active_mgr_features":4544132024016699391,"available":true,"standbys":[{"gid":14234,"name":"trial168.iztvhl","mgr_features":4544132024016699391,"available_modules":[{"name":"alerts","can_run":true,"error_string":"","module_options":{"interval":{"name":"interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"How frequently to reexamine health status","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"smtp_destination":{"name":"smtp_destination","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Email address to send alerts to, use commas to separate multiple","long_desc":"","tags":[],"see_also":[]},"smtp_from_name":{"name":"smtp_from_name","type":"str","level":"advanced","flags":1,"default_value":"Ceph","min":"","max":"","enum_allowed":[],"desc":"Email From: name","long_desc":"","tags":[],"see_also":[]},"smtp_host":{"name":"smtp_host","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_password":{"name":"smtp_password","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Password to authenticate with","long_desc":"","tags":[],"see_also":[]},"smtp_port":{"name":"smtp_port","type":"int","level":"advanced","flags":1,"default_value":"465","min":"","max":"","enum_allowed":[],"desc":"SMTP port","long_desc":"","tags":[],"see_also":[]},"smtp_sender":{"name":"smtp_sender","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP envelope sender","long_desc":"","tags":[],"see_also":[]},"smtp_ssl":{"name":"smtp_ssl","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Use SSL to connect to SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_user":{"name":"smtp_user","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"User to authenticate as","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"balancer","can_run":true,"error_string":"","module_options":{"active":{"name":"active","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"automatically balance PGs across cluster","long_desc":"","tags":[],"see_also":[]},"begin_time":{"name":"begin_time","type":"str","level":"advanced","flags":1,"default_value":"0000","min":"","max":"","enum_allowed":[],"desc":"beginning time of day to automatically balance","long_desc":"This is a time of day in the format HHMM.","tags":[],"see_also":[]},"begin_weekday":{"name":"begin_weekday","type":"uint","level":"advanced","flags":1,"default_value":"0","min":"0","max":"6","enum_allowed":[],"desc":"Restrict automatic balancing to this day of the week or later","long_desc":"0 = Sunday, 1 = Monday, etc.","tags":[],"see_also":[]},"crush_compat_max_iterations":{"name":"crush_compat_max_iterations","type":"uint","level":"advanced","flags":1,"default_value":"25","min":"1","max":"250","enum_allowed":[],"desc":"maximum number of iterations to attempt optimization","long_desc":"","tags":[],"see_also":[]},"crush_compat_metrics":{"name":"crush_compat_metrics","type":"str","level":"advanced","flags":1,"default_value":"pgs,objects,bytes","min":"","max":"","enum_allowed":[],"desc":"metrics with which to calculate OSD utilization","long_desc":"Value is a list of one or more of \"pgs\", \"objects\", or \"bytes\", and indicates which metrics to use to balance utilization.","tags":[],"see_also":[]},"crush_compat_step":{"name":"crush_compat_step","type":"float","level":"advanced","flags":1,"default_value":"0.5","min":"0.001","max":"0.999","enum_allowed":[],"desc":"aggressiveness of optimization","long_desc":".99 is very aggressive, .01 is less aggressive","tags":[],"see_also":[]},"end_time":{"name":"end_time","type":"str","level":"advanced","flags":1,"default_value":"2359","min":"","max":"","enum_allowed":[],"desc":"ending time of day to automatically balance","long_desc":"This is a time of day in the format HHMM.","tags":[],"see_also":[]},"end_weekday":{"name":"end_weekday","type":"uint","level":"advanced","flags":1,"default_value":"0","min":"0","max":"6","enum_allowed":[],"desc":"Restrict automatic balancing to days of the week earlier than this","long_desc":"0 = Sunday, 1 = Monday, etc.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_score":{"name":"min_score","type":"float","level":"advanced","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"minimum score, below which no optimization is attempted","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":1,"default_value":"upmap","min":"","max":"","enum_allowed":["crush-compat","none","read","upmap","upmap-read"],"desc":"Balancer mode","long_desc":"","tags":[],"see_also":[]},"pool_ids":{"name":"pool_ids","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"pools which the automatic balancing will be limited to","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and attempt optimization","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"update_pg_upmap_activity":{"name":"update_pg_upmap_activity","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Updates pg_upmap activity stats to be used in `balancer status detail`","long_desc":"","tags":[],"see_also":[]},"upmap_max_deviation":{"name":"upmap_max_deviation","type":"int","level":"advanced","flags":1,"default_value":"5","min":"1","max":"","enum_allowed":[],"desc":"deviation below which no optimization is attempted","long_desc":"If the number of PGs are within this count then no optimization is attempted","tags":[],"see_also":[]},"upmap_max_optimizations":{"name":"upmap_max_optimizations","type":"uint","level":"advanced","flags":1,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"maximum upmap optimizations to make per attempt","long_desc":"","tags":[],"see_also":[]}}},{"name":"cephadm","can_run":true,"error_string":"","module_options":{"agent_down_multiplier":{"name":"agent_down_multiplier","type":"float","level":"advanced","flags":0,"default_value":"3.0","min":"","max":"","enum_allowed":[],"desc":"Multiplied by agent refresh rate to calculate how long agent must not report before being marked down","long_desc":"","tags":[],"see_also":[]},"agent_refresh_rate":{"name":"agent_refresh_rate","type":"secs","level":"advanced","flags":0,"default_value":"20","min":"","max":"","enum_allowed":[],"desc":"How often agent on each host will try to gather and send metadata","long_desc":"","tags":[],"see_also":[]},"agent_starting_port":{"name":"agent_starting_port","type":"int","level":"advanced","flags":0,"default_value":"4721","min":"","max":"","enum_allowed":[],"desc":"First port agent will try to bind to (will also try up to next 1000 subsequent ports if blocked)","long_desc":"","tags":[],"see_also":[]},"allow_ptrace":{"name":"allow_ptrace","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow SYS_PTRACE capability on ceph containers","long_desc":"The SYS_PTRACE capability is needed to attach to a process with gdb or strace. Enabling this options can allow debugging daemons that encounter problems at runtime.","tags":[],"see_also":[]},"autotune_interval":{"name":"autotune_interval","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to autotune daemon memory","long_desc":"","tags":[],"see_also":[]},"autotune_memory_target_ratio":{"name":"autotune_memory_target_ratio","type":"float","level":"advanced","flags":0,"default_value":"0.7","min":"","max":"","enum_allowed":[],"desc":"ratio of total system memory to divide amongst autotuned daemons","long_desc":"","tags":[],"see_also":[]},"cephadm_log_destination":{"name":"cephadm_log_destination","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":["file","file,syslog","syslog"],"desc":"Destination for cephadm command's persistent logging","long_desc":"","tags":[],"see_also":[]},"certificate_automated_rotation_enabled":{"name":"certificate_automated_rotation_enabled","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"This flag controls whether cephadm automatically rotates certificates upon expiration.","long_desc":"","tags":[],"see_also":[]},"certificate_check_debug_mode":{"name":"certificate_check_debug_mode","type":"bool","level":"dev","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"FOR TESTING ONLY: This flag forces the certificate check instead of waiting for certificate_check_period.","long_desc":"","tags":[],"see_also":[]},"certificate_check_period":{"name":"certificate_check_period","type":"int","level":"advanced","flags":0,"default_value":"1","min":"0","max":"30","enum_allowed":[],"desc":"Specifies how often (in days) the certificate should be checked for validity.","long_desc":"","tags":[],"see_also":[]},"certificate_duration_days":{"name":"certificate_duration_days","type":"int","level":"advanced","flags":0,"default_value":"1095","min":"90","max":"3650","enum_allowed":[],"desc":"Specifies the duration of self certificates generated and signed by cephadm root CA","long_desc":"","tags":[],"see_also":[]},"certificate_renewal_threshold_days":{"name":"certificate_renewal_threshold_days","type":"int","level":"advanced","flags":0,"default_value":"30","min":"10","max":"90","enum_allowed":[],"desc":"Specifies the lead time in days to initiate certificate renewal before expiration.","long_desc":"","tags":[],"see_also":[]},"cgroups_split":{"name":"cgroups_split","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Pass --cgroups=split when cephadm creates containers (currently podman only)","long_desc":"","tags":[],"see_also":[]},"config_checks_enabled":{"name":"config_checks_enabled","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable or disable the cephadm configuration analysis","long_desc":"","tags":[],"see_also":[]},"config_dashboard":{"name":"config_dashboard","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"manage configs like API endpoints in Dashboard.","long_desc":"","tags":[],"see_also":[]},"container_image_alertmanager":{"name":"container_image_alertmanager","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/alertmanager:v0.28.1","min":"","max":"","enum_allowed":[],"desc":"Alertmanager container image","long_desc":"","tags":[],"see_also":[]},"container_image_base":{"name":"container_image_base","type":"str","level":"advanced","flags":1,"default_value":"quay.io/ceph/ceph","min":"","max":"","enum_allowed":[],"desc":"Container image name, without the tag","long_desc":"","tags":[],"see_also":[]},"container_image_elasticsearch":{"name":"container_image_elasticsearch","type":"str","level":"advanced","flags":0,"default_value":"quay.io/omrizeneva/elasticsearch:6.8.23","min":"","max":"","enum_allowed":[],"desc":"Elasticsearch container image","long_desc":"","tags":[],"see_also":[]},"container_image_grafana":{"name":"container_image_grafana","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/grafana:12.3.1","min":"","max":"","enum_allowed":[],"desc":"Grafana container image","long_desc":"","tags":[],"see_also":[]},"container_image_haproxy":{"name":"container_image_haproxy","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/haproxy:2.3","min":"","max":"","enum_allowed":[],"desc":"Haproxy container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_agent":{"name":"container_image_jaeger_agent","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-agent:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger agent container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_collector":{"name":"container_image_jaeger_collector","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-collector:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger collector container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_query":{"name":"container_image_jaeger_query","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-query:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger query container image","long_desc":"","tags":[],"see_also":[]},"container_image_keepalived":{"name":"container_image_keepalived","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/keepalived:2.2.4","min":"","max":"","enum_allowed":[],"desc":"Keepalived container image","long_desc":"","tags":[],"see_also":[]},"container_image_loki":{"name":"container_image_loki","type":"str","level":"advanced","flags":0,"default_value":"docker.io/grafana/loki:3.0.0","min":"","max":"","enum_allowed":[],"desc":"Loki container image","long_desc":"","tags":[],"see_also":[]},"container_image_nginx":{"name":"container_image_nginx","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/nginx:sclorg-nginx-126","min":"","max":"","enum_allowed":[],"desc":"Nginx container image","long_desc":"","tags":[],"see_also":[]},"container_image_node_exporter":{"name":"container_image_node_exporter","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/node-exporter:v1.9.1","min":"","max":"","enum_allowed":[],"desc":"Node exporter container image","long_desc":"","tags":[],"see_also":[]},"container_image_nvmeof":{"name":"container_image_nvmeof","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/nvmeof:1.5","min":"","max":"","enum_allowed":[],"desc":"Nvmeof container image","long_desc":"","tags":[],"see_also":[]},"container_image_oauth2_proxy":{"name":"container_image_oauth2_proxy","type":"str","level":"advanced","flags":0,"default_value":"quay.io/oauth2-proxy/oauth2-proxy:v7.6.0","min":"","max":"","enum_allowed":[],"desc":"Oauth2 proxy container image","long_desc":"","tags":[],"see_also":[]},"container_image_prometheus":{"name":"container_image_prometheus","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/prometheus:v3.6.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_promtail":{"name":"container_image_promtail","type":"str","level":"advanced","flags":0,"default_value":"docker.io/grafana/promtail:3.0.0","min":"","max":"","enum_allowed":[],"desc":"Promtail container image","long_desc":"","tags":[],"see_also":[]},"container_image_samba":{"name":"container_image_samba","type":"str","level":"advanced","flags":0,"default_value":"quay.io/samba.org/samba-server:ceph20-centos-amd64","min":"","max":"","enum_allowed":[],"desc":"Samba container image","long_desc":"","tags":[],"see_also":[]},"container_image_samba_metrics":{"name":"container_image_samba_metrics","type":"str","level":"advanced","flags":0,"default_value":"quay.io/samba.org/samba-metrics:ceph20-centos-amd64","min":"","max":"","enum_allowed":[],"desc":"Samba metrics container image","long_desc":"","tags":[],"see_also":[]},"container_image_snmp_gateway":{"name":"container_image_snmp_gateway","type":"str","level":"advanced","flags":0,"default_value":"docker.io/maxwo/snmp-notifier:v1.2.1","min":"","max":"","enum_allowed":[],"desc":"Snmp gateway container image","long_desc":"","tags":[],"see_also":[]},"container_init":{"name":"container_init","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Run podman/docker with `--init`","long_desc":"","tags":[],"see_also":[]},"daemon_cache_timeout":{"name":"daemon_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"seconds to cache service (daemon) inventory","long_desc":"","tags":[],"see_also":[]},"default_cephadm_command_timeout":{"name":"default_cephadm_command_timeout","type":"int","level":"advanced","flags":0,"default_value":"900","min":"","max":"","enum_allowed":[],"desc":"Default timeout applied to cephadm commands run directly on the host (in seconds)","long_desc":"","tags":[],"see_also":[]},"default_registry":{"name":"default_registry","type":"str","level":"advanced","flags":0,"default_value":"quay.io","min":"","max":"","enum_allowed":[],"desc":"Search-registry to which we should normalize unqualified image names. This is not the default registry","long_desc":"","tags":[],"see_also":[]},"device_cache_timeout":{"name":"device_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"1800","min":"","max":"","enum_allowed":[],"desc":"seconds to cache device inventory","long_desc":"","tags":[],"see_also":[]},"device_enhanced_scan":{"name":"device_enhanced_scan","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Use libstoragemgmt during device scans","long_desc":"","tags":[],"see_also":[]},"facts_cache_timeout":{"name":"facts_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"seconds to cache host facts data","long_desc":"","tags":[],"see_also":[]},"grafana_dashboards_path":{"name":"grafana_dashboards_path","type":"str","level":"advanced","flags":0,"default_value":"/etc/grafana/dashboards/ceph-dashboard/","min":"","max":"","enum_allowed":[],"desc":"location of dashboards to include in grafana deployments","long_desc":"","tags":[],"see_also":[]},"host_check_interval":{"name":"host_check_interval","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to perform a host check","long_desc":"","tags":[],"see_also":[]},"hw_monitoring":{"name":"hw_monitoring","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Deploy hw monitoring daemon on every host.","long_desc":"","tags":[],"see_also":[]},"inventory_list_all":{"name":"inventory_list_all","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Whether ceph-volume inventory should report more devices (mostly mappers (LVs / mpaths), partitions...)","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_refresh_metadata":{"name":"log_refresh_metadata","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Log all refresh metadata. Includes daemon, device, and host info collected regularly. Only has effect if logging at debug level","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"log to the \"cephadm\" cluster log channel\"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"manage_etc_ceph_ceph_conf":{"name":"manage_etc_ceph_ceph_conf","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Manage and own /etc/ceph/ceph.conf on the hosts.","long_desc":"","tags":[],"see_also":[]},"manage_etc_ceph_ceph_conf_hosts":{"name":"manage_etc_ceph_ceph_conf_hosts","type":"str","level":"advanced","flags":0,"default_value":"*","min":"","max":"","enum_allowed":[],"desc":"PlacementSpec describing on which hosts to manage /etc/ceph/ceph.conf","long_desc":"","tags":[],"see_also":[]},"max_count_per_host":{"name":"max_count_per_host","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"max number of daemons per service per host","long_desc":"","tags":[],"see_also":[]},"max_osd_draining_count":{"name":"max_osd_draining_count","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"max number of osds that will be drained simultaneously when osds are removed","long_desc":"","tags":[],"see_also":[]},"migration_current":{"name":"migration_current","type":"int","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"internal - do not modify","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":0,"default_value":"root","min":"","max":"","enum_allowed":["cephadm-package","root"],"desc":"mode for remote execution of cephadm","long_desc":"","tags":[],"see_also":[]},"oob_default_addr":{"name":"oob_default_addr","type":"str","level":"advanced","flags":0,"default_value":"169.254.1.1","min":"","max":"","enum_allowed":[],"desc":"Default address for RedFish API (oob management).","long_desc":"","tags":[],"see_also":[]},"prometheus_alerts_path":{"name":"prometheus_alerts_path","type":"str","level":"advanced","flags":0,"default_value":"/etc/prometheus/ceph/ceph_default_alerts.yml","min":"","max":"","enum_allowed":[],"desc":"location of alerts to include in prometheus deployments","long_desc":"","tags":[],"see_also":[]},"registry_insecure":{"name":"registry_insecure","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Registry is to be considered insecure (no TLS available). Only for development purposes.","long_desc":"","tags":[],"see_also":[]},"registry_password":{"name":"registry_password","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Custom repository password. Only used for logging into a registry.","long_desc":"","tags":[],"see_also":[]},"registry_url":{"name":"registry_url","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Registry url for login purposes. This is not the default registry","long_desc":"","tags":[],"see_also":[]},"registry_username":{"name":"registry_username","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Custom repository username. Only used for logging into a registry.","long_desc":"","tags":[],"see_also":[]},"secure_monitoring_stack":{"name":"secure_monitoring_stack","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable TLS security for all the monitoring stack daemons","long_desc":"","tags":[],"see_also":[]},"service_discovery_port":{"name":"service_discovery_port","type":"int","level":"advanced","flags":0,"default_value":"8765","min":"","max":"","enum_allowed":[],"desc":"cephadm service discovery port","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssh_config_file":{"name":"ssh_config_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"customized SSH config file to connect to managed hosts","long_desc":"","tags":[],"see_also":[]},"ssh_keepalive_count_max":{"name":"ssh_keepalive_count_max","type":"int","level":"advanced","flags":0,"default_value":"3","min":"","max":"","enum_allowed":[],"desc":"How many times ssh connections can fail liveness checks before the host is marked offline","long_desc":"","tags":[],"see_also":[]},"ssh_keepalive_interval":{"name":"ssh_keepalive_interval","type":"int","level":"advanced","flags":0,"default_value":"7","min":"","max":"","enum_allowed":[],"desc":"How often ssh connections are checked for liveness","long_desc":"","tags":[],"see_also":[]},"stray_daemon_check_interval":{"name":"stray_daemon_check_interval","type":"secs","level":"advanced","flags":0,"default_value":"1800","min":"","max":"","enum_allowed":[],"desc":"how frequently cephadm should check for the presence of stray daemons","long_desc":"","tags":[],"see_also":[]},"use_agent":{"name":"use_agent","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Use cephadm agent on each host to gather and send metadata","long_desc":"","tags":[],"see_also":[]},"use_repo_digest":{"name":"use_repo_digest","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Automatically convert image tags to image digest. Make sure all daemons use the same image","long_desc":"","tags":[],"see_also":[]},"warn_on_failed_host_check":{"name":"warn_on_failed_host_check","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if the host check fails","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_daemons":{"name":"warn_on_stray_daemons","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if daemons are detected that are not managed by cephadm","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_hosts":{"name":"warn_on_stray_hosts","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if daemons are detected on a host that is not managed by cephadm","long_desc":"","tags":[],"see_also":[]}}},{"name":"crash","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"retain_interval":{"name":"retain_interval","type":"secs","level":"advanced","flags":1,"default_value":"31536000","min":"","max":"","enum_allowed":[],"desc":"how long to retain crashes before pruning them","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"warn_recent_interval":{"name":"warn_recent_interval","type":"secs","level":"advanced","flags":1,"default_value":"1209600","min":"","max":"","enum_allowed":[],"desc":"time interval in which to warn about recent crashes","long_desc":"","tags":[],"see_also":[]}}},{"name":"dashboard","can_run":true,"error_string":"","module_options":{"ACCOUNT_LOCKOUT_ATTEMPTS":{"name":"ACCOUNT_LOCKOUT_ATTEMPTS","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ALERTMANAGER_API_HOST":{"name":"ALERTMANAGER_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ALERTMANAGER_API_SSL_VERIFY":{"name":"ALERTMANAGER_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_ENABLED":{"name":"AUDIT_API_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_LOG_PAYLOAD":{"name":"AUDIT_API_LOG_PAYLOAD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ENABLE_BROWSABLE_API":{"name":"ENABLE_BROWSABLE_API","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_CEPHFS":{"name":"FEATURE_TOGGLE_CEPHFS","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_DASHBOARD":{"name":"FEATURE_TOGGLE_DASHBOARD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_ISCSI":{"name":"FEATURE_TOGGLE_ISCSI","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_MIRRORING":{"name":"FEATURE_TOGGLE_MIRRORING","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_NFS":{"name":"FEATURE_TOGGLE_NFS","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_RBD":{"name":"FEATURE_TOGGLE_RBD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_RGW":{"name":"FEATURE_TOGGLE_RGW","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE":{"name":"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_PASSWORD":{"name":"GRAFANA_API_PASSWORD","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_SSL_VERIFY":{"name":"GRAFANA_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_URL":{"name":"GRAFANA_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_USERNAME":{"name":"GRAFANA_API_USERNAME","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_FRONTEND_API_URL":{"name":"GRAFANA_FRONTEND_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_UPDATE_DASHBOARDS":{"name":"GRAFANA_UPDATE_DASHBOARDS","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ISCSI_API_SSL_VERIFICATION":{"name":"ISCSI_API_SSL_VERIFICATION","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ISSUE_TRACKER_API_KEY":{"name":"ISSUE_TRACKER_API_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"MANAGED_BY_CLUSTERS":{"name":"MANAGED_BY_CLUSTERS","type":"str","level":"advanced","flags":0,"default_value":"[]","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"MULTICLUSTER_CONFIG":{"name":"MULTICLUSTER_CONFIG","type":"str","level":"advanced","flags":0,"default_value":"{}","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROMETHEUS_API_HOST":{"name":"PROMETHEUS_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROMETHEUS_API_SSL_VERIFY":{"name":"PROMETHEUS_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROM_ALERT_CREDENTIAL_CACHE_TTL":{"name":"PROM_ALERT_CREDENTIAL_CACHE_TTL","type":"int","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_COMPLEXITY_ENABLED":{"name":"PWD_POLICY_CHECK_COMPLEXITY_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED":{"name":"PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_LENGTH_ENABLED":{"name":"PWD_POLICY_CHECK_LENGTH_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_OLDPWD_ENABLED":{"name":"PWD_POLICY_CHECK_OLDPWD_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED":{"name":"PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED":{"name":"PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_USERNAME_ENABLED":{"name":"PWD_POLICY_CHECK_USERNAME_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_ENABLED":{"name":"PWD_POLICY_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_EXCLUSION_LIST":{"name":"PWD_POLICY_EXCLUSION_LIST","type":"str","level":"advanced","flags":0,"default_value":"osd,host,dashboard,pool,block,nfs,ceph,monitors,gateway,logs,crush,maps","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_MIN_COMPLEXITY":{"name":"PWD_POLICY_MIN_COMPLEXITY","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_MIN_LENGTH":{"name":"PWD_POLICY_MIN_LENGTH","type":"int","level":"advanced","flags":0,"default_value":"8","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"REST_REQUESTS_TIMEOUT":{"name":"REST_REQUESTS_TIMEOUT","type":"int","level":"advanced","flags":0,"default_value":"45","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_ACCESS_KEY":{"name":"RGW_API_ACCESS_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_ADMIN_RESOURCE":{"name":"RGW_API_ADMIN_RESOURCE","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SECRET_KEY":{"name":"RGW_API_SECRET_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SSL_VERIFY":{"name":"RGW_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_HOSTNAME_PER_DAEMON":{"name":"RGW_HOSTNAME_PER_DAEMON","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"UNSAFE_TLS_v1_2":{"name":"UNSAFE_TLS_v1_2","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_SPAN":{"name":"USER_PWD_EXPIRATION_SPAN","type":"int","level":"advanced","flags":0,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_1":{"name":"USER_PWD_EXPIRATION_WARNING_1","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_2":{"name":"USER_PWD_EXPIRATION_WARNING_2","type":"int","level":"advanced","flags":0,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"cross_origin_url":{"name":"cross_origin_url","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"crt_file":{"name":"crt_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"crypto_caller":{"name":"crypto_caller","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"debug":{"name":"debug","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable/disable debug options","long_desc":"","tags":[],"see_also":[]},"jwt_token_ttl":{"name":"jwt_token_ttl","type":"int","level":"advanced","flags":0,"default_value":"28800","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"key_file":{"name":"key_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"motd":{"name":"motd","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"The message of the day","long_desc":"","tags":[],"see_also":[]},"redirect_resolve_ip_addr":{"name":"redirect_resolve_ip_addr","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"::","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"int","level":"advanced","flags":0,"default_value":"8080","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl_server_port":{"name":"ssl_server_port","type":"int","level":"advanced","flags":0,"default_value":"8443","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sso_oauth2":{"name":"sso_oauth2","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_behaviour":{"name":"standby_behaviour","type":"str","level":"advanced","flags":0,"default_value":"redirect","min":"","max":"","enum_allowed":["error","redirect"],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_error_status_code":{"name":"standby_error_status_code","type":"int","level":"advanced","flags":0,"default_value":"500","min":"400","max":"599","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"url_prefix":{"name":"url_prefix","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"devicehealth","can_run":true,"error_string":"","module_options":{"enable_monitoring":{"name":"enable_monitoring","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"monitor device health metrics","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mark_out_threshold":{"name":"mark_out_threshold","type":"secs","level":"advanced","flags":1,"default_value":"2419200","min":"","max":"","enum_allowed":[],"desc":"automatically mark OSD if it may fail before this long","long_desc":"","tags":[],"see_also":[]},"pool_name":{"name":"pool_name","type":"str","level":"advanced","flags":1,"default_value":"device_health_metrics","min":"","max":"","enum_allowed":[],"desc":"name of pool in which to store device health metrics","long_desc":"","tags":[],"see_also":[]},"retention_period":{"name":"retention_period","type":"secs","level":"advanced","flags":1,"default_value":"15552000","min":"","max":"","enum_allowed":[],"desc":"how long to retain device health metrics","long_desc":"","tags":[],"see_also":[]},"scrape_frequency":{"name":"scrape_frequency","type":"secs","level":"advanced","flags":1,"default_value":"86400","min":"","max":"","enum_allowed":[],"desc":"how frequently to scrape device health metrics","long_desc":"","tags":[],"see_also":[]},"self_heal":{"name":"self_heal","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"preemptively heal cluster around devices that may fail","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and check device health","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"warn_threshold":{"name":"warn_threshold","type":"secs","level":"advanced","flags":1,"default_value":"7257600","min":"","max":"","enum_allowed":[],"desc":"raise health warning if OSD may fail before this long","long_desc":"","tags":[],"see_also":[]}}},{"name":"diskprediction_local","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predict_interval":{"name":"predict_interval","type":"str","level":"advanced","flags":0,"default_value":"86400","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predictor_model":{"name":"predictor_model","type":"str","level":"advanced","flags":0,"default_value":"prophetstor","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"str","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"influx","can_run":false,"error_string":"influxdb python module not found","module_options":{"batch_size":{"name":"batch_size","type":"int","level":"advanced","flags":0,"default_value":"5000","min":"","max":"","enum_allowed":[],"desc":"How big batches of data points should be when sending to InfluxDB.","long_desc":"","tags":[],"see_also":[]},"database":{"name":"database","type":"str","level":"advanced","flags":0,"default_value":"ceph","min":"","max":"","enum_allowed":[],"desc":"InfluxDB database name. You will need to create this database and grant write privileges to the configured username or the username must have admin privileges to create it.","long_desc":"","tags":[],"see_also":[]},"hostname":{"name":"hostname","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"InfluxDB server hostname","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"30","min":"5","max":"","enum_allowed":[],"desc":"Time between reports to InfluxDB. Default 30 seconds.","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"password":{"name":"password","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"password of InfluxDB server user","long_desc":"","tags":[],"see_also":[]},"port":{"name":"port","type":"int","level":"advanced","flags":0,"default_value":"8086","min":"","max":"","enum_allowed":[],"desc":"InfluxDB server port","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"str","level":"advanced","flags":0,"default_value":"false","min":"","max":"","enum_allowed":[],"desc":"Use https connection for InfluxDB server. Use \"true\" or \"false\".","long_desc":"","tags":[],"see_also":[]},"threads":{"name":"threads","type":"int","level":"advanced","flags":0,"default_value":"5","min":"1","max":"32","enum_allowed":[],"desc":"How many worker threads should be spawned for sending data to InfluxDB.","long_desc":"","tags":[],"see_also":[]},"username":{"name":"username","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"username of InfluxDB server user","long_desc":"","tags":[],"see_also":[]},"verify_ssl":{"name":"verify_ssl","type":"str","level":"advanced","flags":0,"default_value":"true","min":"","max":"","enum_allowed":[],"desc":"Verify https cert for InfluxDB server. Use \"true\" or \"false\".","long_desc":"","tags":[],"see_also":[]}}},{"name":"insights","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"iostat","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"k8sevents","can_run":true,"error_string":"","module_options":{"ceph_event_retention_days":{"name":"ceph_event_retention_days","type":"int","level":"advanced","flags":0,"default_value":"7","min":"","max":"","enum_allowed":[],"desc":"Days to hold ceph event information within local cache","long_desc":"","tags":[],"see_also":[]},"config_check_secs":{"name":"config_check_secs","type":"int","level":"advanced","flags":0,"default_value":"10","min":"10","max":"","enum_allowed":[],"desc":"interval (secs) to check for cluster configuration changes","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"localpool","can_run":true,"error_string":"","module_options":{"failure_domain":{"name":"failure_domain","type":"str","level":"advanced","flags":1,"default_value":"host","min":"","max":"","enum_allowed":[],"desc":"failure domain for any created local pool","long_desc":"what failure domain we should separate data replicas across.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_size":{"name":"min_size","type":"int","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"default min_size for any created local pool","long_desc":"value to set min_size to (unchanged from Ceph's default if this option is not set)","tags":[],"see_also":[]},"num_rep":{"name":"num_rep","type":"int","level":"advanced","flags":1,"default_value":"3","min":"","max":"","enum_allowed":[],"desc":"default replica count for any created local pool","long_desc":"","tags":[],"see_also":[]},"pg_num":{"name":"pg_num","type":"int","level":"advanced","flags":1,"default_value":"128","min":"","max":"","enum_allowed":[],"desc":"default pg_num for any created local pool","long_desc":"","tags":[],"see_also":[]},"prefix":{"name":"prefix","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"name prefix for any created local pool","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"subtree":{"name":"subtree","type":"str","level":"advanced","flags":1,"default_value":"rack","min":"","max":"","enum_allowed":[],"desc":"CRUSH level for which to create a local pool","long_desc":"which CRUSH subtree type the module should create a pool for.","tags":[],"see_also":[]}}},{"name":"mds_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"mirroring","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"nfs","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"orchestrator","can_run":true,"error_string":"","module_options":{"fail_fs":{"name":"fail_fs","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Fail filesystem for rapid multi-rank mds upgrade","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"orchestrator":{"name":"orchestrator","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["cephadm","rook","test_orchestrator"],"desc":"Orchestrator backend","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"osd_perf_query","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"osd_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"pg_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"threshold":{"name":"threshold","type":"float","level":"advanced","flags":0,"default_value":"3.0","min":"1.0","max":"","enum_allowed":[],"desc":"scaling threshold","long_desc":"The factor by which the `NEW PG_NUM` must vary from the current`PG_NUM` before being accepted. Cannot be less than 1.0","tags":[],"see_also":[]}}},{"name":"progress","can_run":true,"error_string":"","module_options":{"allow_pg_recovery_event":{"name":"allow_pg_recovery_event","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow the module to show pg recovery progress","long_desc":"","tags":[],"see_also":[]},"enabled":{"name":"enabled","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_completed_events":{"name":"max_completed_events","type":"int","level":"advanced","flags":1,"default_value":"50","min":"","max":"","enum_allowed":[],"desc":"number of past completed events to remember","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"how long the module is going to sleep","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"prometheus","can_run":true,"error_string":"","module_options":{"cache":{"name":"cache","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"exclude_perf_counters":{"name":"exclude_perf_counters","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Do not include perf-counters in the metrics output","long_desc":"Gathering perf-counters from a single Prometheus exporter can degrade ceph-mgr performance, especially in large clusters. Instead, Ceph-exporter daemons are now used by default for perf-counter gathering. This should only be disabled when no ceph-exporters are deployed.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rbd_stats_pools":{"name":"rbd_stats_pools","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rbd_stats_pools_refresh_interval":{"name":"rbd_stats_pools_refresh_interval","type":"int","level":"advanced","flags":0,"default_value":"300","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"scrape_interval":{"name":"scrape_interval","type":"float","level":"advanced","flags":0,"default_value":"15.0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"::","min":"","max":"","enum_allowed":[],"desc":"the IPv4 or IPv6 address on which the module listens for HTTP requests","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"int","level":"advanced","flags":1,"default_value":"9283","min":"","max":"","enum_allowed":[],"desc":"the port on which the module listens for HTTP requests","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"stale_cache_strategy":{"name":"stale_cache_strategy","type":"str","level":"advanced","flags":0,"default_value":"log","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_behaviour":{"name":"standby_behaviour","type":"str","level":"advanced","flags":1,"default_value":"default","min":"","max":"","enum_allowed":["default","error"],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_error_status_code":{"name":"standby_error_status_code","type":"int","level":"advanced","flags":1,"default_value":"500","min":"400","max":"599","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rbd_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_concurrent_snap_create":{"name":"max_concurrent_snap_create","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mirror_snapshot_schedule":{"name":"mirror_snapshot_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"trash_purge_schedule":{"name":"trash_purge_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rgw","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"secondary_zone_period_retry_limit":{"name":"secondary_zone_period_retry_limit","type":"int","level":"advanced","flags":0,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"RGW module period update retry limit for secondary site","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rook","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"prometheus_tls_secret_name":{"name":"prometheus_tls_secret_name","type":"str","level":"advanced","flags":0,"default_value":"rook-ceph-prometheus-server-tls","min":"","max":"","enum_allowed":[],"desc":"name of tls secret in k8s for prometheus","long_desc":"","tags":[],"see_also":[]},"secure_monitoring_stack":{"name":"secure_monitoring_stack","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable TLS security for all the monitoring stack daemons","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"storage_class":{"name":"storage_class","type":"str","level":"advanced","flags":0,"default_value":"local","min":"","max":"","enum_allowed":[],"desc":"storage class name for LSO-discovered PVs","long_desc":"","tags":[],"see_also":[]}}},{"name":"selftest","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"roption1":{"name":"roption1","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"roption2":{"name":"roption2","type":"str","level":"advanced","flags":0,"default_value":"xyz","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption1":{"name":"rwoption1","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption2":{"name":"rwoption2","type":"int","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption3":{"name":"rwoption3","type":"float","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption4":{"name":"rwoption4","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption5":{"name":"rwoption5","type":"bool","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption6":{"name":"rwoption6","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption7":{"name":"rwoption7","type":"int","level":"advanced","flags":0,"default_value":"","min":"1","max":"42","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testkey":{"name":"testkey","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testlkey":{"name":"testlkey","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testnewline":{"name":"testnewline","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"smb","can_run":true,"error_string":"","module_options":{"internal_store_backend":{"name":"internal_store_backend","type":"str","level":"dev","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"set internal store backend. for develoment and testing only","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"update_orchestration":{"name":"update_orchestration","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"automatically update orchestration when smb resources are changed","long_desc":"","tags":[],"see_also":[]}}},{"name":"snap_schedule","can_run":true,"error_string":"","module_options":{"allow_m_granularity":{"name":"allow_m_granularity","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow minute scheduled snapshots","long_desc":"","tags":[],"see_also":[]},"dump_on_update":{"name":"dump_on_update","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"dump database to debug log on update","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"stats","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"status","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"telegraf","can_run":true,"error_string":"","module_options":{"address":{"name":"address","type":"str","level":"advanced","flags":0,"default_value":"unixgram:///tmp/telegraf.sock","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"15","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"telemetry","can_run":true,"error_string":"","module_options":{"channel_basic":{"name":"channel_basic","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share basic cluster information (size, version)","long_desc":"","tags":[],"see_also":[]},"channel_crash":{"name":"channel_crash","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share metadata about Ceph daemon crashes (version, stack straces, etc)","long_desc":"","tags":[],"see_also":[]},"channel_device":{"name":"channel_device","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share device health metrics (e.g., SMART data, minus potentially identifying info like serial numbers)","long_desc":"","tags":[],"see_also":[]},"channel_ident":{"name":"channel_ident","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Share a user-provided description and/or contact email for the cluster","long_desc":"","tags":[],"see_also":[]},"channel_perf":{"name":"channel_perf","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Share various performance metrics of a cluster","long_desc":"","tags":[],"see_also":[]},"contact":{"name":"contact","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"description":{"name":"description","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"device_url":{"name":"device_url","type":"str","level":"advanced","flags":0,"default_value":"https://telemetry.ceph.com/device","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"enabled":{"name":"enabled","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"int","level":"advanced","flags":0,"default_value":"24","min":"8","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"last_opt_revision":{"name":"last_opt_revision","type":"int","level":"advanced","flags":0,"default_value":"1","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"leaderboard":{"name":"leaderboard","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"leaderboard_description":{"name":"leaderboard_description","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"organization":{"name":"organization","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"proxy":{"name":"proxy","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"url":{"name":"url","type":"str","level":"advanced","flags":0,"default_value":"https://telemetry.ceph.com/report","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"test_orchestrator","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"volumes","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_concurrent_clones":{"name":"max_concurrent_clones","type":"int","level":"advanced","flags":0,"default_value":"4","min":"","max":"","enum_allowed":[],"desc":"Number of asynchronous cloner threads","long_desc":"","tags":[],"see_also":[]},"pause_cloning":{"name":"pause_cloning","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Pause asynchronous cloner threads","long_desc":"","tags":[],"see_also":[]},"pause_purging":{"name":"pause_purging","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Pause asynchronous subvolume purge threads","long_desc":"","tags":[],"see_also":[]},"periodic_async_work":{"name":"periodic_async_work","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Periodically check for async work","long_desc":"","tags":[],"see_also":[]},"snapshot_clone_delay":{"name":"snapshot_clone_delay","type":"int","level":"advanced","flags":0,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"Delay clone begin operation by snapshot_clone_delay seconds","long_desc":"","tags":[],"see_also":[]},"snapshot_clone_no_wait":{"name":"snapshot_clone_no_wait","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Reject subvolume clone request when cloner threads are busy","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}}]}],"modules":["cephadm","dashboard","iostat","nfs","prometheus"],"available_modules":[{"name":"alerts","can_run":true,"error_string":"","module_options":{"interval":{"name":"interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"How frequently to reexamine health status","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"smtp_destination":{"name":"smtp_destination","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Email address to send alerts to, use commas to separate multiple","long_desc":"","tags":[],"see_also":[]},"smtp_from_name":{"name":"smtp_from_name","type":"str","level":"advanced","flags":1,"default_value":"Ceph","min":"","max":"","enum_allowed":[],"desc":"Email From: name","long_desc":"","tags":[],"see_also":[]},"smtp_host":{"name":"smtp_host","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_password":{"name":"smtp_password","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Password to authenticate with","long_desc":"","tags":[],"see_also":[]},"smtp_port":{"name":"smtp_port","type":"int","level":"advanced","flags":1,"default_value":"465","min":"","max":"","enum_allowed":[],"desc":"SMTP port","long_desc":"","tags":[],"see_also":[]},"smtp_sender":{"name":"smtp_sender","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP envelope sender","long_desc":"","tags":[],"see_also":[]},"smtp_ssl":{"name":"smtp_ssl","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Use SSL to connect to SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_user":{"name":"smtp_user","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"User to authenticate as","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"balancer","can_run":true,"error_string":"","module_options":{"active":{"name":"active","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"automatically balance PGs across cluster","long_desc":"","tags":[],"see_also":[]},"begin_time":{"name":"begin_time","type":"str","level":"advanced","flags":1,"default_value":"0000","min":"","max":"","enum_allowed":[],"desc":"beginning time of day to automatically balance","long_desc":"This is a time of day in the format HHMM.","tags":[],"see_also":[]},"begin_weekday":{"name":"begin_weekday","type":"uint","level":"advanced","flags":1,"default_value":"0","min":"0","max":"6","enum_allowed":[],"desc":"Restrict automatic balancing to this day of the week or later","long_desc":"0 = Sunday, 1 = Monday, etc.","tags":[],"see_also":[]},"crush_compat_max_iterations":{"name":"crush_compat_max_iterations","type":"uint","level":"advanced","flags":1,"default_value":"25","min":"1","max":"250","enum_allowed":[],"desc":"maximum number of iterations to attempt optimization","long_desc":"","tags":[],"see_also":[]},"crush_compat_metrics":{"name":"crush_compat_metrics","type":"str","level":"advanced","flags":1,"default_value":"pgs,objects,bytes","min":"","max":"","enum_allowed":[],"desc":"metrics with which to calculate OSD utilization","long_desc":"Value is a list of one or more of \"pgs\", \"objects\", or \"bytes\", and indicates which metrics to use to balance utilization.","tags":[],"see_also":[]},"crush_compat_step":{"name":"crush_compat_step","type":"float","level":"advanced","flags":1,"default_value":"0.5","min":"0.001","max":"0.999","enum_allowed":[],"desc":"aggressiveness of optimization","long_desc":".99 is very aggressive, .01 is less aggressive","tags":[],"see_also":[]},"end_time":{"name":"end_time","type":"str","level":"advanced","flags":1,"default_value":"2359","min":"","max":"","enum_allowed":[],"desc":"ending time of day to automatically balance","long_desc":"This is a time of day in the format HHMM.","tags":[],"see_also":[]},"end_weekday":{"name":"end_weekday","type":"uint","level":"advanced","flags":1,"default_value":"0","min":"0","max":"6","enum_allowed":[],"desc":"Restrict automatic balancing to days of the week earlier than this","long_desc":"0 = Sunday, 1 = Monday, etc.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_score":{"name":"min_score","type":"float","level":"advanced","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"minimum score, below which no optimization is attempted","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":1,"default_value":"upmap","min":"","max":"","enum_allowed":["crush-compat","none","read","upmap","upmap-read"],"desc":"Balancer mode","long_desc":"","tags":[],"see_also":[]},"pool_ids":{"name":"pool_ids","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"pools which the automatic balancing will be limited to","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and attempt optimization","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"update_pg_upmap_activity":{"name":"update_pg_upmap_activity","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Updates pg_upmap activity stats to be used in `balancer status detail`","long_desc":"","tags":[],"see_also":[]},"upmap_max_deviation":{"name":"upmap_max_deviation","type":"int","level":"advanced","flags":1,"default_value":"5","min":"1","max":"","enum_allowed":[],"desc":"deviation below which no optimization is attempted","long_desc":"If the number of PGs are within this count then no optimization is attempted","tags":[],"see_also":[]},"upmap_max_optimizations":{"name":"upmap_max_optimizations","type":"uint","level":"advanced","flags":1,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"maximum upmap optimizations to make per attempt","long_desc":"","tags":[],"see_also":[]}}},{"name":"cephadm","can_run":true,"error_string":"","module_options":{"agent_down_multiplier":{"name":"agent_down_multiplier","type":"float","level":"advanced","flags":0,"default_value":"3.0","min":"","max":"","enum_allowed":[],"desc":"Multiplied by agent refresh rate to calculate how long agent must not report before being marked down","long_desc":"","tags":[],"see_also":[]},"agent_refresh_rate":{"name":"agent_refresh_rate","type":"secs","level":"advanced","flags":0,"default_value":"20","min":"","max":"","enum_allowed":[],"desc":"How often agent on each host will try to gather and send metadata","long_desc":"","tags":[],"see_also":[]},"agent_starting_port":{"name":"agent_starting_port","type":"int","level":"advanced","flags":0,"default_value":"4721","min":"","max":"","enum_allowed":[],"desc":"First port agent will try to bind to (will also try up to next 1000 subsequent ports if blocked)","long_desc":"","tags":[],"see_also":[]},"allow_ptrace":{"name":"allow_ptrace","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow SYS_PTRACE capability on ceph containers","long_desc":"The SYS_PTRACE capability is needed to attach to a process with gdb or strace. Enabling this options can allow debugging daemons that encounter problems at runtime.","tags":[],"see_also":[]},"autotune_interval":{"name":"autotune_interval","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to autotune daemon memory","long_desc":"","tags":[],"see_also":[]},"autotune_memory_target_ratio":{"name":"autotune_memory_target_ratio","type":"float","level":"advanced","flags":0,"default_value":"0.7","min":"","max":"","enum_allowed":[],"desc":"ratio of total system memory to divide amongst autotuned daemons","long_desc":"","tags":[],"see_also":[]},"cephadm_log_destination":{"name":"cephadm_log_destination","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":["file","file,syslog","syslog"],"desc":"Destination for cephadm command's persistent logging","long_desc":"","tags":[],"see_also":[]},"certificate_automated_rotation_enabled":{"name":"certificate_automated_rotation_enabled","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"This flag controls whether cephadm automatically rotates certificates upon expiration.","long_desc":"","tags":[],"see_also":[]},"certificate_check_debug_mode":{"name":"certificate_check_debug_mode","type":"bool","level":"dev","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"FOR TESTING ONLY: This flag forces the certificate check instead of waiting for certificate_check_period.","long_desc":"","tags":[],"see_also":[]},"certificate_check_period":{"name":"certificate_check_period","type":"int","level":"advanced","flags":0,"default_value":"1","min":"0","max":"30","enum_allowed":[],"desc":"Specifies how often (in days) the certificate should be checked for validity.","long_desc":"","tags":[],"see_also":[]},"certificate_duration_days":{"name":"certificate_duration_days","type":"int","level":"advanced","flags":0,"default_value":"1095","min":"90","max":"3650","enum_allowed":[],"desc":"Specifies the duration of self certificates generated and signed by cephadm root CA","long_desc":"","tags":[],"see_also":[]},"certificate_renewal_threshold_days":{"name":"certificate_renewal_threshold_days","type":"int","level":"advanced","flags":0,"default_value":"30","min":"10","max":"90","enum_allowed":[],"desc":"Specifies the lead time in days to initiate certificate renewal before expiration.","long_desc":"","tags":[],"see_also":[]},"cgroups_split":{"name":"cgroups_split","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Pass --cgroups=split when cephadm creates containers (currently podman only)","long_desc":"","tags":[],"see_also":[]},"config_checks_enabled":{"name":"config_checks_enabled","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable or disable the cephadm configuration analysis","long_desc":"","tags":[],"see_also":[]},"config_dashboard":{"name":"config_dashboard","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"manage configs like API endpoints in Dashboard.","long_desc":"","tags":[],"see_also":[]},"container_image_alertmanager":{"name":"container_image_alertmanager","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/alertmanager:v0.28.1","min":"","max":"","enum_allowed":[],"desc":"Alertmanager container image","long_desc":"","tags":[],"see_also":[]},"container_image_base":{"name":"container_image_base","type":"str","level":"advanced","flags":1,"default_value":"quay.io/ceph/ceph","min":"","max":"","enum_allowed":[],"desc":"Container image name, without the tag","long_desc":"","tags":[],"see_also":[]},"container_image_elasticsearch":{"name":"container_image_elasticsearch","type":"str","level":"advanced","flags":0,"default_value":"quay.io/omrizeneva/elasticsearch:6.8.23","min":"","max":"","enum_allowed":[],"desc":"Elasticsearch container image","long_desc":"","tags":[],"see_also":[]},"container_image_grafana":{"name":"container_image_grafana","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/grafana:12.3.1","min":"","max":"","enum_allowed":[],"desc":"Grafana container image","long_desc":"","tags":[],"see_also":[]},"container_image_haproxy":{"name":"container_image_haproxy","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/haproxy:2.3","min":"","max":"","enum_allowed":[],"desc":"Haproxy container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_agent":{"name":"container_image_jaeger_agent","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-agent:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger agent container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_collector":{"name":"container_image_jaeger_collector","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-collector:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger collector container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_query":{"name":"container_image_jaeger_query","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-query:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger query container image","long_desc":"","tags":[],"see_also":[]},"container_image_keepalived":{"name":"container_image_keepalived","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/keepalived:2.2.4","min":"","max":"","enum_allowed":[],"desc":"Keepalived container image","long_desc":"","tags":[],"see_also":[]},"container_image_loki":{"name":"container_image_loki","type":"str","level":"advanced","flags":0,"default_value":"docker.io/grafana/loki:3.0.0","min":"","max":"","enum_allowed":[],"desc":"Loki container image","long_desc":"","tags":[],"see_also":[]},"container_image_nginx":{"name":"container_image_nginx","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/nginx:sclorg-nginx-126","min":"","max":"","enum_allowed":[],"desc":"Nginx container image","long_desc":"","tags":[],"see_also":[]},"container_image_node_exporter":{"name":"container_image_node_exporter","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/node-exporter:v1.9.1","min":"","max":"","enum_allowed":[],"desc":"Node exporter container image","long_desc":"","tags":[],"see_also":[]},"container_image_nvmeof":{"name":"container_image_nvmeof","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/nvmeof:1.5","min":"","max":"","enum_allowed":[],"desc":"Nvmeof container image","long_desc":"","tags":[],"see_also":[]},"container_image_oauth2_proxy":{"name":"container_image_oauth2_proxy","type":"str","level":"advanced","flags":0,"default_value":"quay.io/oauth2-proxy/oauth2-proxy:v7.6.0","min":"","max":"","enum_allowed":[],"desc":"Oauth2 proxy container image","long_desc":"","tags":[],"see_also":[]},"container_image_prometheus":{"name":"container_image_prometheus","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/prometheus:v3.6.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_promtail":{"name":"container_image_promtail","type":"str","level":"advanced","flags":0,"default_value":"docker.io/grafana/promtail:3.0.0","min":"","max":"","enum_allowed":[],"desc":"Promtail container image","long_desc":"","tags":[],"see_also":[]},"container_image_samba":{"name":"container_image_samba","type":"str","level":"advanced","flags":0,"default_value":"quay.io/samba.org/samba-server:ceph20-centos-amd64","min":"","max":"","enum_allowed":[],"desc":"Samba container image","long_desc":"","tags":[],"see_also":[]},"container_image_samba_metrics":{"name":"container_image_samba_metrics","type":"str","level":"advanced","flags":0,"default_value":"quay.io/samba.org/samba-metrics:ceph20-centos-amd64","min":"","max":"","enum_allowed":[],"desc":"Samba metrics container image","long_desc":"","tags":[],"see_also":[]},"container_image_snmp_gateway":{"name":"container_image_snmp_gateway","type":"str","level":"advanced","flags":0,"default_value":"docker.io/maxwo/snmp-notifier:v1.2.1","min":"","max":"","enum_allowed":[],"desc":"Snmp gateway container image","long_desc":"","tags":[],"see_also":[]},"container_init":{"name":"container_init","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Run podman/docker with `--init`","long_desc":"","tags":[],"see_also":[]},"daemon_cache_timeout":{"name":"daemon_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"seconds to cache service (daemon) inventory","long_desc":"","tags":[],"see_also":[]},"default_cephadm_command_timeout":{"name":"default_cephadm_command_timeout","type":"int","level":"advanced","flags":0,"default_value":"900","min":"","max":"","enum_allowed":[],"desc":"Default timeout applied to cephadm commands run directly on the host (in seconds)","long_desc":"","tags":[],"see_also":[]},"default_registry":{"name":"default_registry","type":"str","level":"advanced","flags":0,"default_value":"quay.io","min":"","max":"","enum_allowed":[],"desc":"Search-registry to which we should normalize unqualified image names. This is not the default registry","long_desc":"","tags":[],"see_also":[]},"device_cache_timeout":{"name":"device_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"1800","min":"","max":"","enum_allowed":[],"desc":"seconds to cache device inventory","long_desc":"","tags":[],"see_also":[]},"device_enhanced_scan":{"name":"device_enhanced_scan","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Use libstoragemgmt during device scans","long_desc":"","tags":[],"see_also":[]},"facts_cache_timeout":{"name":"facts_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"seconds to cache host facts data","long_desc":"","tags":[],"see_also":[]},"grafana_dashboards_path":{"name":"grafana_dashboards_path","type":"str","level":"advanced","flags":0,"default_value":"/etc/grafana/dashboards/ceph-dashboard/","min":"","max":"","enum_allowed":[],"desc":"location of dashboards to include in grafana deployments","long_desc":"","tags":[],"see_also":[]},"host_check_interval":{"name":"host_check_interval","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to perform a host check","long_desc":"","tags":[],"see_also":[]},"hw_monitoring":{"name":"hw_monitoring","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Deploy hw monitoring daemon on every host.","long_desc":"","tags":[],"see_also":[]},"inventory_list_all":{"name":"inventory_list_all","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Whether ceph-volume inventory should report more devices (mostly mappers (LVs / mpaths), partitions...)","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_refresh_metadata":{"name":"log_refresh_metadata","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Log all refresh metadata. Includes daemon, device, and host info collected regularly. Only has effect if logging at debug level","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"log to the \"cephadm\" cluster log channel\"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"manage_etc_ceph_ceph_conf":{"name":"manage_etc_ceph_ceph_conf","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Manage and own /etc/ceph/ceph.conf on the hosts.","long_desc":"","tags":[],"see_also":[]},"manage_etc_ceph_ceph_conf_hosts":{"name":"manage_etc_ceph_ceph_conf_hosts","type":"str","level":"advanced","flags":0,"default_value":"*","min":"","max":"","enum_allowed":[],"desc":"PlacementSpec describing on which hosts to manage /etc/ceph/ceph.conf","long_desc":"","tags":[],"see_also":[]},"max_count_per_host":{"name":"max_count_per_host","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"max number of daemons per service per host","long_desc":"","tags":[],"see_also":[]},"max_osd_draining_count":{"name":"max_osd_draining_count","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"max number of osds that will be drained simultaneously when osds are removed","long_desc":"","tags":[],"see_also":[]},"migration_current":{"name":"migration_current","type":"int","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"internal - do not modify","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":0,"default_value":"root","min":"","max":"","enum_allowed":["cephadm-package","root"],"desc":"mode for remote execution of cephadm","long_desc":"","tags":[],"see_also":[]},"oob_default_addr":{"name":"oob_default_addr","type":"str","level":"advanced","flags":0,"default_value":"169.254.1.1","min":"","max":"","enum_allowed":[],"desc":"Default address for RedFish API (oob management).","long_desc":"","tags":[],"see_also":[]},"prometheus_alerts_path":{"name":"prometheus_alerts_path","type":"str","level":"advanced","flags":0,"default_value":"/etc/prometheus/ceph/ceph_default_alerts.yml","min":"","max":"","enum_allowed":[],"desc":"location of alerts to include in prometheus deployments","long_desc":"","tags":[],"see_also":[]},"registry_insecure":{"name":"registry_insecure","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Registry is to be considered insecure (no TLS available). Only for development purposes.","long_desc":"","tags":[],"see_also":[]},"registry_password":{"name":"registry_password","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Custom repository password. Only used for logging into a registry.","long_desc":"","tags":[],"see_also":[]},"registry_url":{"name":"registry_url","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Registry url for login purposes. This is not the default registry","long_desc":"","tags":[],"see_also":[]},"registry_username":{"name":"registry_username","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Custom repository username. Only used for logging into a registry.","long_desc":"","tags":[],"see_also":[]},"secure_monitoring_stack":{"name":"secure_monitoring_stack","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable TLS security for all the monitoring stack daemons","long_desc":"","tags":[],"see_also":[]},"service_discovery_port":{"name":"service_discovery_port","type":"int","level":"advanced","flags":0,"default_value":"8765","min":"","max":"","enum_allowed":[],"desc":"cephadm service discovery port","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssh_config_file":{"name":"ssh_config_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"customized SSH config file to connect to managed hosts","long_desc":"","tags":[],"see_also":[]},"ssh_keepalive_count_max":{"name":"ssh_keepalive_count_max","type":"int","level":"advanced","flags":0,"default_value":"3","min":"","max":"","enum_allowed":[],"desc":"How many times ssh connections can fail liveness checks before the host is marked offline","long_desc":"","tags":[],"see_also":[]},"ssh_keepalive_interval":{"name":"ssh_keepalive_interval","type":"int","level":"advanced","flags":0,"default_value":"7","min":"","max":"","enum_allowed":[],"desc":"How often ssh connections are checked for liveness","long_desc":"","tags":[],"see_also":[]},"stray_daemon_check_interval":{"name":"stray_daemon_check_interval","type":"secs","level":"advanced","flags":0,"default_value":"1800","min":"","max":"","enum_allowed":[],"desc":"how frequently cephadm should check for the presence of stray daemons","long_desc":"","tags":[],"see_also":[]},"use_agent":{"name":"use_agent","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Use cephadm agent on each host to gather and send metadata","long_desc":"","tags":[],"see_also":[]},"use_repo_digest":{"name":"use_repo_digest","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Automatically convert image tags to image digest. Make sure all daemons use the same image","long_desc":"","tags":[],"see_also":[]},"warn_on_failed_host_check":{"name":"warn_on_failed_host_check","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if the host check fails","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_daemons":{"name":"warn_on_stray_daemons","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if daemons are detected that are not managed by cephadm","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_hosts":{"name":"warn_on_stray_hosts","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if daemons are detected on a host that is not managed by cephadm","long_desc":"","tags":[],"see_also":[]}}},{"name":"crash","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"retain_interval":{"name":"retain_interval","type":"secs","level":"advanced","flags":1,"default_value":"31536000","min":"","max":"","enum_allowed":[],"desc":"how long to retain crashes before pruning them","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"warn_recent_interval":{"name":"warn_recent_interval","type":"secs","level":"advanced","flags":1,"default_value":"1209600","min":"","max":"","enum_allowed":[],"desc":"time interval in which to warn about recent crashes","long_desc":"","tags":[],"see_also":[]}}},{"name":"dashboard","can_run":true,"error_string":"","module_options":{"ACCOUNT_LOCKOUT_ATTEMPTS":{"name":"ACCOUNT_LOCKOUT_ATTEMPTS","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ALERTMANAGER_API_HOST":{"name":"ALERTMANAGER_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ALERTMANAGER_API_SSL_VERIFY":{"name":"ALERTMANAGER_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_ENABLED":{"name":"AUDIT_API_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_LOG_PAYLOAD":{"name":"AUDIT_API_LOG_PAYLOAD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ENABLE_BROWSABLE_API":{"name":"ENABLE_BROWSABLE_API","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_CEPHFS":{"name":"FEATURE_TOGGLE_CEPHFS","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_DASHBOARD":{"name":"FEATURE_TOGGLE_DASHBOARD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_ISCSI":{"name":"FEATURE_TOGGLE_ISCSI","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_MIRRORING":{"name":"FEATURE_TOGGLE_MIRRORING","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_NFS":{"name":"FEATURE_TOGGLE_NFS","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_RBD":{"name":"FEATURE_TOGGLE_RBD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_RGW":{"name":"FEATURE_TOGGLE_RGW","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE":{"name":"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_PASSWORD":{"name":"GRAFANA_API_PASSWORD","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_SSL_VERIFY":{"name":"GRAFANA_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_URL":{"name":"GRAFANA_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_USERNAME":{"name":"GRAFANA_API_USERNAME","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_FRONTEND_API_URL":{"name":"GRAFANA_FRONTEND_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_UPDATE_DASHBOARDS":{"name":"GRAFANA_UPDATE_DASHBOARDS","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ISCSI_API_SSL_VERIFICATION":{"name":"ISCSI_API_SSL_VERIFICATION","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ISSUE_TRACKER_API_KEY":{"name":"ISSUE_TRACKER_API_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"MANAGED_BY_CLUSTERS":{"name":"MANAGED_BY_CLUSTERS","type":"str","level":"advanced","flags":0,"default_value":"[]","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"MULTICLUSTER_CONFIG":{"name":"MULTICLUSTER_CONFIG","type":"str","level":"advanced","flags":0,"default_value":"{}","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROMETHEUS_API_HOST":{"name":"PROMETHEUS_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROMETHEUS_API_SSL_VERIFY":{"name":"PROMETHEUS_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROM_ALERT_CREDENTIAL_CACHE_TTL":{"name":"PROM_ALERT_CREDENTIAL_CACHE_TTL","type":"int","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_COMPLEXITY_ENABLED":{"name":"PWD_POLICY_CHECK_COMPLEXITY_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED":{"name":"PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_LENGTH_ENABLED":{"name":"PWD_POLICY_CHECK_LENGTH_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_OLDPWD_ENABLED":{"name":"PWD_POLICY_CHECK_OLDPWD_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED":{"name":"PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED":{"name":"PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_USERNAME_ENABLED":{"name":"PWD_POLICY_CHECK_USERNAME_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_ENABLED":{"name":"PWD_POLICY_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_EXCLUSION_LIST":{"name":"PWD_POLICY_EXCLUSION_LIST","type":"str","level":"advanced","flags":0,"default_value":"osd,host,dashboard,pool,block,nfs,ceph,monitors,gateway,logs,crush,maps","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_MIN_COMPLEXITY":{"name":"PWD_POLICY_MIN_COMPLEXITY","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_MIN_LENGTH":{"name":"PWD_POLICY_MIN_LENGTH","type":"int","level":"advanced","flags":0,"default_value":"8","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"REST_REQUESTS_TIMEOUT":{"name":"REST_REQUESTS_TIMEOUT","type":"int","level":"advanced","flags":0,"default_value":"45","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_ACCESS_KEY":{"name":"RGW_API_ACCESS_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_ADMIN_RESOURCE":{"name":"RGW_API_ADMIN_RESOURCE","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SECRET_KEY":{"name":"RGW_API_SECRET_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SSL_VERIFY":{"name":"RGW_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_HOSTNAME_PER_DAEMON":{"name":"RGW_HOSTNAME_PER_DAEMON","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"UNSAFE_TLS_v1_2":{"name":"UNSAFE_TLS_v1_2","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_SPAN":{"name":"USER_PWD_EXPIRATION_SPAN","type":"int","level":"advanced","flags":0,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_1":{"name":"USER_PWD_EXPIRATION_WARNING_1","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_2":{"name":"USER_PWD_EXPIRATION_WARNING_2","type":"int","level":"advanced","flags":0,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"cross_origin_url":{"name":"cross_origin_url","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"crt_file":{"name":"crt_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"crypto_caller":{"name":"crypto_caller","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"debug":{"name":"debug","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable/disable debug options","long_desc":"","tags":[],"see_also":[]},"jwt_token_ttl":{"name":"jwt_token_ttl","type":"int","level":"advanced","flags":0,"default_value":"28800","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"key_file":{"name":"key_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"motd":{"name":"motd","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"The message of the day","long_desc":"","tags":[],"see_also":[]},"redirect_resolve_ip_addr":{"name":"redirect_resolve_ip_addr","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"::","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"int","level":"advanced","flags":0,"default_value":"8080","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl_server_port":{"name":"ssl_server_port","type":"int","level":"advanced","flags":0,"default_value":"8443","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sso_oauth2":{"name":"sso_oauth2","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_behaviour":{"name":"standby_behaviour","type":"str","level":"advanced","flags":0,"default_value":"redirect","min":"","max":"","enum_allowed":["error","redirect"],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_error_status_code":{"name":"standby_error_status_code","type":"int","level":"advanced","flags":0,"default_value":"500","min":"400","max":"599","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"url_prefix":{"name":"url_prefix","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"devicehealth","can_run":true,"error_string":"","module_options":{"enable_monitoring":{"name":"enable_monitoring","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"monitor device health metrics","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mark_out_threshold":{"name":"mark_out_threshold","type":"secs","level":"advanced","flags":1,"default_value":"2419200","min":"","max":"","enum_allowed":[],"desc":"automatically mark OSD if it may fail before this long","long_desc":"","tags":[],"see_also":[]},"pool_name":{"name":"pool_name","type":"str","level":"advanced","flags":1,"default_value":"device_health_metrics","min":"","max":"","enum_allowed":[],"desc":"name of pool in which to store device health metrics","long_desc":"","tags":[],"see_also":[]},"retention_period":{"name":"retention_period","type":"secs","level":"advanced","flags":1,"default_value":"15552000","min":"","max":"","enum_allowed":[],"desc":"how long to retain device health metrics","long_desc":"","tags":[],"see_also":[]},"scrape_frequency":{"name":"scrape_frequency","type":"secs","level":"advanced","flags":1,"default_value":"86400","min":"","max":"","enum_allowed":[],"desc":"how frequently to scrape device health metrics","long_desc":"","tags":[],"see_also":[]},"self_heal":{"name":"self_heal","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"preemptively heal cluster around devices that may fail","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and check device health","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"warn_threshold":{"name":"warn_threshold","type":"secs","level":"advanced","flags":1,"default_value":"7257600","min":"","max":"","enum_allowed":[],"desc":"raise health warning if OSD may fail before this long","long_desc":"","tags":[],"see_also":[]}}},{"name":"diskprediction_local","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predict_interval":{"name":"predict_interval","type":"str","level":"advanced","flags":0,"default_value":"86400","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predictor_model":{"name":"predictor_model","type":"str","level":"advanced","flags":0,"default_value":"prophetstor","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"str","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"influx","can_run":false,"error_string":"influxdb python module not found","module_options":{"batch_size":{"name":"batch_size","type":"int","level":"advanced","flags":0,"default_value":"5000","min":"","max":"","enum_allowed":[],"desc":"How big batches of data points should be when sending to InfluxDB.","long_desc":"","tags":[],"see_also":[]},"database":{"name":"database","type":"str","level":"advanced","flags":0,"default_value":"ceph","min":"","max":"","enum_allowed":[],"desc":"InfluxDB database name. You will need to create this database and grant write privileges to the configured username or the username must have admin privileges to create it.","long_desc":"","tags":[],"see_also":[]},"hostname":{"name":"hostname","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"InfluxDB server hostname","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"30","min":"5","max":"","enum_allowed":[],"desc":"Time between reports to InfluxDB. Default 30 seconds.","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"password":{"name":"password","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"password of InfluxDB server user","long_desc":"","tags":[],"see_also":[]},"port":{"name":"port","type":"int","level":"advanced","flags":0,"default_value":"8086","min":"","max":"","enum_allowed":[],"desc":"InfluxDB server port","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"str","level":"advanced","flags":0,"default_value":"false","min":"","max":"","enum_allowed":[],"desc":"Use https connection for InfluxDB server. Use \"true\" or \"false\".","long_desc":"","tags":[],"see_also":[]},"threads":{"name":"threads","type":"int","level":"advanced","flags":0,"default_value":"5","min":"1","max":"32","enum_allowed":[],"desc":"How many worker threads should be spawned for sending data to InfluxDB.","long_desc":"","tags":[],"see_also":[]},"username":{"name":"username","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"username of InfluxDB server user","long_desc":"","tags":[],"see_also":[]},"verify_ssl":{"name":"verify_ssl","type":"str","level":"advanced","flags":0,"default_value":"true","min":"","max":"","enum_allowed":[],"desc":"Verify https cert for InfluxDB server. Use \"true\" or \"false\".","long_desc":"","tags":[],"see_also":[]}}},{"name":"insights","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"iostat","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"k8sevents","can_run":true,"error_string":"","module_options":{"ceph_event_retention_days":{"name":"ceph_event_retention_days","type":"int","level":"advanced","flags":0,"default_value":"7","min":"","max":"","enum_allowed":[],"desc":"Days to hold ceph event information within local cache","long_desc":"","tags":[],"see_also":[]},"config_check_secs":{"name":"config_check_secs","type":"int","level":"advanced","flags":0,"default_value":"10","min":"10","max":"","enum_allowed":[],"desc":"interval (secs) to check for cluster configuration changes","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"localpool","can_run":true,"error_string":"","module_options":{"failure_domain":{"name":"failure_domain","type":"str","level":"advanced","flags":1,"default_value":"host","min":"","max":"","enum_allowed":[],"desc":"failure domain for any created local pool","long_desc":"what failure domain we should separate data replicas across.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_size":{"name":"min_size","type":"int","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"default min_size for any created local pool","long_desc":"value to set min_size to (unchanged from Ceph's default if this option is not set)","tags":[],"see_also":[]},"num_rep":{"name":"num_rep","type":"int","level":"advanced","flags":1,"default_value":"3","min":"","max":"","enum_allowed":[],"desc":"default replica count for any created local pool","long_desc":"","tags":[],"see_also":[]},"pg_num":{"name":"pg_num","type":"int","level":"advanced","flags":1,"default_value":"128","min":"","max":"","enum_allowed":[],"desc":"default pg_num for any created local pool","long_desc":"","tags":[],"see_also":[]},"prefix":{"name":"prefix","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"name prefix for any created local pool","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"subtree":{"name":"subtree","type":"str","level":"advanced","flags":1,"default_value":"rack","min":"","max":"","enum_allowed":[],"desc":"CRUSH level for which to create a local pool","long_desc":"which CRUSH subtree type the module should create a pool for.","tags":[],"see_also":[]}}},{"name":"mds_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"mirroring","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"nfs","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"orchestrator","can_run":true,"error_string":"","module_options":{"fail_fs":{"name":"fail_fs","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Fail filesystem for rapid multi-rank mds upgrade","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"orchestrator":{"name":"orchestrator","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["cephadm","rook","test_orchestrator"],"desc":"Orchestrator backend","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"osd_perf_query","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"osd_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"pg_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"threshold":{"name":"threshold","type":"float","level":"advanced","flags":0,"default_value":"3.0","min":"1.0","max":"","enum_allowed":[],"desc":"scaling threshold","long_desc":"The factor by which the `NEW PG_NUM` must vary from the current`PG_NUM` before being accepted. Cannot be less than 1.0","tags":[],"see_also":[]}}},{"name":"progress","can_run":true,"error_string":"","module_options":{"allow_pg_recovery_event":{"name":"allow_pg_recovery_event","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow the module to show pg recovery progress","long_desc":"","tags":[],"see_also":[]},"enabled":{"name":"enabled","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_completed_events":{"name":"max_completed_events","type":"int","level":"advanced","flags":1,"default_value":"50","min":"","max":"","enum_allowed":[],"desc":"number of past completed events to remember","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"how long the module is going to sleep","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"prometheus","can_run":true,"error_string":"","module_options":{"cache":{"name":"cache","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"exclude_perf_counters":{"name":"exclude_perf_counters","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Do not include perf-counters in the metrics output","long_desc":"Gathering perf-counters from a single Prometheus exporter can degrade ceph-mgr performance, especially in large clusters. Instead, Ceph-exporter daemons are now used by default for perf-counter gathering. This should only be disabled when no ceph-exporters are deployed.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rbd_stats_pools":{"name":"rbd_stats_pools","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rbd_stats_pools_refresh_interval":{"name":"rbd_stats_pools_refresh_interval","type":"int","level":"advanced","flags":0,"default_value":"300","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"scrape_interval":{"name":"scrape_interval","type":"float","level":"advanced","flags":0,"default_value":"15.0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"::","min":"","max":"","enum_allowed":[],"desc":"the IPv4 or IPv6 address on which the module listens for HTTP requests","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"int","level":"advanced","flags":1,"default_value":"9283","min":"","max":"","enum_allowed":[],"desc":"the port on which the module listens for HTTP requests","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"stale_cache_strategy":{"name":"stale_cache_strategy","type":"str","level":"advanced","flags":0,"default_value":"log","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_behaviour":{"name":"standby_behaviour","type":"str","level":"advanced","flags":1,"default_value":"default","min":"","max":"","enum_allowed":["default","error"],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_error_status_code":{"name":"standby_error_status_code","type":"int","level":"advanced","flags":1,"default_value":"500","min":"400","max":"599","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rbd_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_concurrent_snap_create":{"name":"max_concurrent_snap_create","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mirror_snapshot_schedule":{"name":"mirror_snapshot_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"trash_purge_schedule":{"name":"trash_purge_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rgw","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"secondary_zone_period_retry_limit":{"name":"secondary_zone_period_retry_limit","type":"int","level":"advanced","flags":0,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"RGW module period update retry limit for secondary site","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rook","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"prometheus_tls_secret_name":{"name":"prometheus_tls_secret_name","type":"str","level":"advanced","flags":0,"default_value":"rook-ceph-prometheus-server-tls","min":"","max":"","enum_allowed":[],"desc":"name of tls secret in k8s for prometheus","long_desc":"","tags":[],"see_also":[]},"secure_monitoring_stack":{"name":"secure_monitoring_stack","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable TLS security for all the monitoring stack daemons","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"storage_class":{"name":"storage_class","type":"str","level":"advanced","flags":0,"default_value":"local","min":"","max":"","enum_allowed":[],"desc":"storage class name for LSO-discovered PVs","long_desc":"","tags":[],"see_also":[]}}},{"name":"selftest","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"roption1":{"name":"roption1","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"roption2":{"name":"roption2","type":"str","level":"advanced","flags":0,"default_value":"xyz","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption1":{"name":"rwoption1","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption2":{"name":"rwoption2","type":"int","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption3":{"name":"rwoption3","type":"float","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption4":{"name":"rwoption4","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption5":{"name":"rwoption5","type":"bool","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption6":{"name":"rwoption6","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption7":{"name":"rwoption7","type":"int","level":"advanced","flags":0,"default_value":"","min":"1","max":"42","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testkey":{"name":"testkey","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testlkey":{"name":"testlkey","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testnewline":{"name":"testnewline","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"smb","can_run":true,"error_string":"","module_options":{"internal_store_backend":{"name":"internal_store_backend","type":"str","level":"dev","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"set internal store backend. for develoment and testing only","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"update_orchestration":{"name":"update_orchestration","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"automatically update orchestration when smb resources are changed","long_desc":"","tags":[],"see_also":[]}}},{"name":"snap_schedule","can_run":true,"error_string":"","module_options":{"allow_m_granularity":{"name":"allow_m_granularity","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow minute scheduled snapshots","long_desc":"","tags":[],"see_also":[]},"dump_on_update":{"name":"dump_on_update","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"dump database to debug log on update","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"stats","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"status","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"telegraf","can_run":true,"error_string":"","module_options":{"address":{"name":"address","type":"str","level":"advanced","flags":0,"default_value":"unixgram:///tmp/telegraf.sock","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"15","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"telemetry","can_run":true,"error_string":"","module_options":{"channel_basic":{"name":"channel_basic","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share basic cluster information (size, version)","long_desc":"","tags":[],"see_also":[]},"channel_crash":{"name":"channel_crash","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share metadata about Ceph daemon crashes (version, stack straces, etc)","long_desc":"","tags":[],"see_also":[]},"channel_device":{"name":"channel_device","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share device health metrics (e.g., SMART data, minus potentially identifying info like serial numbers)","long_desc":"","tags":[],"see_also":[]},"channel_ident":{"name":"channel_ident","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Share a user-provided description and/or contact email for the cluster","long_desc":"","tags":[],"see_also":[]},"channel_perf":{"name":"channel_perf","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Share various performance metrics of a cluster","long_desc":"","tags":[],"see_also":[]},"contact":{"name":"contact","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"description":{"name":"description","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"device_url":{"name":"device_url","type":"str","level":"advanced","flags":0,"default_value":"https://telemetry.ceph.com/device","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"enabled":{"name":"enabled","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"int","level":"advanced","flags":0,"default_value":"24","min":"8","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"last_opt_revision":{"name":"last_opt_revision","type":"int","level":"advanced","flags":0,"default_value":"1","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"leaderboard":{"name":"leaderboard","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"leaderboard_description":{"name":"leaderboard_description","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"organization":{"name":"organization","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"proxy":{"name":"proxy","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"url":{"name":"url","type":"str","level":"advanced","flags":0,"default_value":"https://telemetry.ceph.com/report","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"test_orchestrator","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"volumes","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_concurrent_clones":{"name":"max_concurrent_clones","type":"int","level":"advanced","flags":0,"default_value":"4","min":"","max":"","enum_allowed":[],"desc":"Number of asynchronous cloner threads","long_desc":"","tags":[],"see_also":[]},"pause_cloning":{"name":"pause_cloning","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Pause asynchronous cloner threads","long_desc":"","tags":[],"see_also":[]},"pause_purging":{"name":"pause_purging","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Pause asynchronous subvolume purge threads","long_desc":"","tags":[],"see_also":[]},"periodic_async_work":{"name":"periodic_async_work","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Periodically check for async work","long_desc":"","tags":[],"see_also":[]},"snapshot_clone_delay":{"name":"snapshot_clone_delay","type":"int","level":"advanced","flags":0,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"Delay clone begin operation by snapshot_clone_delay seconds","long_desc":"","tags":[],"see_also":[]},"snapshot_clone_no_wait":{"name":"snapshot_clone_no_wait","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Reject subvolume clone request when cloner threads are busy","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}}],"services":{"dashboard":"https://10.20.193.101:8443/","prometheus":"http://10.20.193.101:9283/"},"always_on_modules":{"octopus":["balancer","crash","devicehealth","orchestrator","pg_autoscaler","progress","rbd_support","status","telemetry","volumes"],"pacific":["balancer","crash","devicehealth","orchestrator","pg_autoscaler","progress","rbd_support","status","telemetry","volumes"],"quincy":["balancer","crash","devicehealth","orchestrator","pg_autoscaler","progress","rbd_support","status","telemetry","volumes"],"reef":["balancer","crash","devicehealth","orchestrator","pg_autoscaler","progress","rbd_support","status","telemetry","volumes"],"squid":["balancer","crash","devicehealth","orchestrator","pg_autoscaler","progress","rbd_support","status","telemetry","volumes"],"tentacle":["balancer","crash","devicehealth","orchestrator","pg_autoscaler","progress","rbd_support","status","telemetry","volumes"]},"force_disabled_modules":{},"last_failure_osd_epoch":5,"active_clients":[{"name":"devicehealth","addrvec":[{"type":"v2","addr":"10.20.193.101:0","nonce":3823769051}]},{"name":"libcephsqlite","addrvec":[{"type":"v2","addr":"10.20.193.101:0","nonce":1529981078}]},{"name":"rbd_support","addrvec":[{"type":"v2","addr":"10.20.193.101:0","nonce":866596047}]},{"name":"volumes","addrvec":[{"type":"v2","addr":"10.20.193.101:0","nonce":2644547973}]}]} 2026-02-20T23:30:03.504 INFO:tasks.cephadm.ceph_manager.ceph:mgr available! 2026-02-20T23:30:03.504 INFO:tasks.cephadm.ceph_manager.ceph:waiting for all up 2026-02-20T23:30:03.504 DEBUG:teuthology.orchestra.run.trial101:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:f7870454149f22574086dd2ff55d050585136531 shell --fsid d509fa29-0eb3-11f1-b056-d404e6e7d460 -- ceph osd dump --format=json 2026-02-20T23:30:03.619 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:30:03 trial101 ceph-mon[35994]: from='client.? 10.20.193.101:0/3365573698' entity='client.admin' cmd={"prefix": "config log", "num": 1, "format": "json"} : dispatch 2026-02-20T23:30:03.619 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:30:03 trial101 ceph-mon[35994]: from='client.? 10.20.193.101:0/3394908553' entity='client.admin' cmd={"prefix": "mgr dump", "format": "json"} : dispatch 2026-02-20T23:30:03.620 INFO:teuthology.orchestra.run.trial101.stderr:Inferring config /var/lib/ceph/d509fa29-0eb3-11f1-b056-d404e6e7d460/mon.trial101/config 2026-02-20T23:30:03.848 INFO:teuthology.orchestra.run.trial101.stdout: 2026-02-20T23:30:03.848 INFO:teuthology.orchestra.run.trial101.stdout:{"epoch":25,"fsid":"d509fa29-0eb3-11f1-b056-d404e6e7d460","created":"2026-02-20T23:28:29.721243+0000","modified":"2026-02-20T23:30:01.156037+0000","last_up_change":"2026-02-20T23:29:59.538021+0000","last_in_change":"2026-02-20T23:29:43.702489+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":12,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":8,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"tentacle","allow_crimson":false,"pools":[{"pool":1,"pool_name":".mgr","create_time":"2026-02-20T23:29:53.869957+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"is_stretch_pool":false,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"21","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"nonprimary_shards":"{}","options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"mgr":{}},"read_balance":{"score_type":"Fair distribution","score_acting":7.8899998664855957,"score_stable":7.8899998664855957,"optimal_score":0.37999999523162842,"raw_score_acting":3,"raw_score_stable":3,"primary_affinity_weighted":1,"average_primary_affinity":1,"average_primary_affinity_weighted":1}}],"osds":[{"osd":0,"uuid":"bcf713fb-c746-4f54-8c8a-13af44d9509a","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":16,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.101:6802","nonce":2916588610},{"type":"v1","addr":"10.20.193.101:6803","nonce":2916588610}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.101:6804","nonce":2916588610},{"type":"v1","addr":"10.20.193.101:6805","nonce":2916588610}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.101:6808","nonce":2916588610},{"type":"v1","addr":"10.20.193.101:6809","nonce":2916588610}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.101:6806","nonce":2916588610},{"type":"v1","addr":"10.20.193.101:6807","nonce":2916588610}]},"public_addr":"10.20.193.101:6803/2916588610","cluster_addr":"10.20.193.101:6805/2916588610","heartbeat_back_addr":"10.20.193.101:6809/2916588610","heartbeat_front_addr":"10.20.193.101:6807/2916588610","state":["exists","up"]},{"osd":1,"uuid":"2ccdd194-509e-41d1-8912-405071deb8e4","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":16,"up_thru":19,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.168:6800","nonce":3126265350},{"type":"v1","addr":"10.20.193.168:6801","nonce":3126265350}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.168:6802","nonce":3126265350},{"type":"v1","addr":"10.20.193.168:6803","nonce":3126265350}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.168:6806","nonce":3126265350},{"type":"v1","addr":"10.20.193.168:6807","nonce":3126265350}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.168:6804","nonce":3126265350},{"type":"v1","addr":"10.20.193.168:6805","nonce":3126265350}]},"public_addr":"10.20.193.168:6801/3126265350","cluster_addr":"10.20.193.168:6803/3126265350","heartbeat_back_addr":"10.20.193.168:6807/3126265350","heartbeat_front_addr":"10.20.193.168:6805/3126265350","state":["exists","up"]},{"osd":2,"uuid":"6439179c-28f1-4dc5-9ee7-d1794228f761","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":18,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.168:6808","nonce":143457831},{"type":"v1","addr":"10.20.193.168:6809","nonce":143457831}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.168:6810","nonce":143457831},{"type":"v1","addr":"10.20.193.168:6811","nonce":143457831}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.168:6814","nonce":143457831},{"type":"v1","addr":"10.20.193.168:6815","nonce":143457831}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.168:6812","nonce":143457831},{"type":"v1","addr":"10.20.193.168:6813","nonce":143457831}]},"public_addr":"10.20.193.168:6809/143457831","cluster_addr":"10.20.193.168:6811/143457831","heartbeat_back_addr":"10.20.193.168:6815/143457831","heartbeat_front_addr":"10.20.193.168:6813/143457831","state":["exists","up"]},{"osd":3,"uuid":"d7195f79-2d80-41ef-92f0-1510d2a98bc9","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":19,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.101:6810","nonce":1631887233},{"type":"v1","addr":"10.20.193.101:6811","nonce":1631887233}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.101:6812","nonce":1631887233},{"type":"v1","addr":"10.20.193.101:6813","nonce":1631887233}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.101:6816","nonce":1631887233},{"type":"v1","addr":"10.20.193.101:6817","nonce":1631887233}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.101:6814","nonce":1631887233},{"type":"v1","addr":"10.20.193.101:6815","nonce":1631887233}]},"public_addr":"10.20.193.101:6811/1631887233","cluster_addr":"10.20.193.101:6813/1631887233","heartbeat_back_addr":"10.20.193.101:6817/1631887233","heartbeat_front_addr":"10.20.193.101:6815/1631887233","state":["exists","up"]},{"osd":4,"uuid":"570d4dd5-446e-4cec-85af-657b6d767e46","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":21,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.168:6816","nonce":258693881},{"type":"v1","addr":"10.20.193.168:6817","nonce":258693881}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.168:6818","nonce":258693881},{"type":"v1","addr":"10.20.193.168:6819","nonce":258693881}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.168:6822","nonce":258693881},{"type":"v1","addr":"10.20.193.168:6823","nonce":258693881}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.168:6820","nonce":258693881},{"type":"v1","addr":"10.20.193.168:6821","nonce":258693881}]},"public_addr":"10.20.193.168:6817/258693881","cluster_addr":"10.20.193.168:6819/258693881","heartbeat_back_addr":"10.20.193.168:6823/258693881","heartbeat_front_addr":"10.20.193.168:6821/258693881","state":["exists","up"]},{"osd":5,"uuid":"4af88773-c021-4792-bc61-b4f741bd04a8","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":22,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.101:6818","nonce":2936247986},{"type":"v1","addr":"10.20.193.101:6819","nonce":2936247986}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.101:6820","nonce":2936247986},{"type":"v1","addr":"10.20.193.101:6821","nonce":2936247986}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.101:6824","nonce":2936247986},{"type":"v1","addr":"10.20.193.101:6825","nonce":2936247986}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.101:6822","nonce":2936247986},{"type":"v1","addr":"10.20.193.101:6823","nonce":2936247986}]},"public_addr":"10.20.193.101:6819/2936247986","cluster_addr":"10.20.193.101:6821/2936247986","heartbeat_back_addr":"10.20.193.101:6825/2936247986","heartbeat_front_addr":"10.20.193.101:6823/2936247986","state":["exists","up"]},{"osd":6,"uuid":"7230b9a1-8fae-40d7-b4d2-a10124fcc183","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":23,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.168:6824","nonce":1074653862},{"type":"v1","addr":"10.20.193.168:6825","nonce":1074653862}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.168:6826","nonce":1074653862},{"type":"v1","addr":"10.20.193.168:6827","nonce":1074653862}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.168:6830","nonce":1074653862},{"type":"v1","addr":"10.20.193.168:6831","nonce":1074653862}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.168:6828","nonce":1074653862},{"type":"v1","addr":"10.20.193.168:6829","nonce":1074653862}]},"public_addr":"10.20.193.168:6825/1074653862","cluster_addr":"10.20.193.168:6827/1074653862","heartbeat_back_addr":"10.20.193.168:6831/1074653862","heartbeat_front_addr":"10.20.193.168:6829/1074653862","state":["exists","up"]},{"osd":7,"uuid":"809972b5-e4be-4da8-89c7-585437759fe2","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":24,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.101:6826","nonce":722261370},{"type":"v1","addr":"10.20.193.101:6827","nonce":722261370}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.101:6828","nonce":722261370},{"type":"v1","addr":"10.20.193.101:6829","nonce":722261370}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.101:6832","nonce":722261370},{"type":"v1","addr":"10.20.193.101:6833","nonce":722261370}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.101:6830","nonce":722261370},{"type":"v1","addr":"10.20.193.101:6831","nonce":722261370}]},"public_addr":"10.20.193.101:6827/722261370","cluster_addr":"10.20.193.101:6829/722261370","heartbeat_back_addr":"10.20.193.101:6833/722261370","heartbeat_front_addr":"10.20.193.101:6831/722261370","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4544132024016699391,"old_weight":0,"last_purged_snaps_scrub":"2026-02-20T23:29:50.231145+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4544132024016699391,"old_weight":0,"last_purged_snaps_scrub":"2026-02-20T23:29:49.586206+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4544132024016699391,"old_weight":0,"last_purged_snaps_scrub":"2026-02-20T23:29:52.194039+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4544132024016699391,"old_weight":0,"last_purged_snaps_scrub":"2026-02-20T23:29:52.929635+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4544132024016699391,"old_weight":0,"last_purged_snaps_scrub":"2026-02-20T23:29:54.663579+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4544132024016699391,"old_weight":0,"last_purged_snaps_scrub":"2026-02-20T23:29:55.637333+0000","dead_epoch":0},{"osd":6,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4544132024016699391,"old_weight":0,"last_purged_snaps_scrub":"2026-02-20T23:29:57.274436+0000","dead_epoch":0},{"osd":7,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4544132024016699391,"old_weight":0,"last_purged_snaps_scrub":"2026-02-20T23:29:58.502614+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"10.20.193.101:0/4240262075":"2026-02-21T23:29:15.660070+0000","10.20.193.101:6801/2006753115":"2026-02-21T23:29:15.660070+0000","10.20.193.101:6800/2028369825":"2026-02-21T23:28:53.753890+0000","10.20.193.101:6800/2006753115":"2026-02-21T23:29:15.660070+0000","10.20.193.101:0/754430257":"2026-02-21T23:29:15.660070+0000","10.20.193.101:0/4125907549":"2026-02-21T23:28:40.348567+0000","10.20.193.101:6800/3014385506":"2026-02-21T23:28:40.348567+0000","10.20.193.101:0/923036446":"2026-02-21T23:28:40.348567+0000","10.20.193.101:6801/3014385506":"2026-02-21T23:28:40.348567+0000","10.20.193.101:0/2975155018":"2026-02-21T23:28:40.348567+0000","10.20.193.101:0/2982902909":"2026-02-21T23:28:53.753890+0000","10.20.193.101:0/2058524826":"2026-02-21T23:28:53.753890+0000","10.20.193.101:6801/2028369825":"2026-02-21T23:28:53.753890+0000","10.20.193.101:0/1095534325":"2026-02-21T23:28:53.753890+0000","10.20.193.101:0/120519689":"2026-02-21T23:29:15.660070+0000"},"range_blocklist":{},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"isa","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2026-02-20T23:30:03.988 INFO:tasks.cephadm.ceph_manager.ceph:all up! 2026-02-20T23:30:03.988 DEBUG:teuthology.orchestra.run.trial101:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:f7870454149f22574086dd2ff55d050585136531 shell --fsid d509fa29-0eb3-11f1-b056-d404e6e7d460 -- ceph osd dump --format=json 2026-02-20T23:30:04.019 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:30:03 trial168 ceph-mon[42856]: from='client.? 10.20.193.101:0/3365573698' entity='client.admin' cmd={"prefix": "config log", "num": 1, "format": "json"} : dispatch 2026-02-20T23:30:04.020 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:30:03 trial168 ceph-mon[42856]: from='client.? 10.20.193.101:0/3394908553' entity='client.admin' cmd={"prefix": "mgr dump", "format": "json"} : dispatch 2026-02-20T23:30:04.103 INFO:teuthology.orchestra.run.trial101.stderr:Inferring config /var/lib/ceph/d509fa29-0eb3-11f1-b056-d404e6e7d460/mon.trial101/config 2026-02-20T23:30:04.333 INFO:teuthology.orchestra.run.trial101.stdout: 2026-02-20T23:30:04.333 INFO:teuthology.orchestra.run.trial101.stdout:{"epoch":25,"fsid":"d509fa29-0eb3-11f1-b056-d404e6e7d460","created":"2026-02-20T23:28:29.721243+0000","modified":"2026-02-20T23:30:01.156037+0000","last_up_change":"2026-02-20T23:29:59.538021+0000","last_in_change":"2026-02-20T23:29:43.702489+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":12,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":8,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"tentacle","allow_crimson":false,"pools":[{"pool":1,"pool_name":".mgr","create_time":"2026-02-20T23:29:53.869957+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"is_stretch_pool":false,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"21","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"nonprimary_shards":"{}","options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"mgr":{}},"read_balance":{"score_type":"Fair distribution","score_acting":7.8899998664855957,"score_stable":7.8899998664855957,"optimal_score":0.37999999523162842,"raw_score_acting":3,"raw_score_stable":3,"primary_affinity_weighted":1,"average_primary_affinity":1,"average_primary_affinity_weighted":1}}],"osds":[{"osd":0,"uuid":"bcf713fb-c746-4f54-8c8a-13af44d9509a","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":16,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.101:6802","nonce":2916588610},{"type":"v1","addr":"10.20.193.101:6803","nonce":2916588610}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.101:6804","nonce":2916588610},{"type":"v1","addr":"10.20.193.101:6805","nonce":2916588610}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.101:6808","nonce":2916588610},{"type":"v1","addr":"10.20.193.101:6809","nonce":2916588610}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.101:6806","nonce":2916588610},{"type":"v1","addr":"10.20.193.101:6807","nonce":2916588610}]},"public_addr":"10.20.193.101:6803/2916588610","cluster_addr":"10.20.193.101:6805/2916588610","heartbeat_back_addr":"10.20.193.101:6809/2916588610","heartbeat_front_addr":"10.20.193.101:6807/2916588610","state":["exists","up"]},{"osd":1,"uuid":"2ccdd194-509e-41d1-8912-405071deb8e4","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":16,"up_thru":19,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.168:6800","nonce":3126265350},{"type":"v1","addr":"10.20.193.168:6801","nonce":3126265350}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.168:6802","nonce":3126265350},{"type":"v1","addr":"10.20.193.168:6803","nonce":3126265350}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.168:6806","nonce":3126265350},{"type":"v1","addr":"10.20.193.168:6807","nonce":3126265350}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.168:6804","nonce":3126265350},{"type":"v1","addr":"10.20.193.168:6805","nonce":3126265350}]},"public_addr":"10.20.193.168:6801/3126265350","cluster_addr":"10.20.193.168:6803/3126265350","heartbeat_back_addr":"10.20.193.168:6807/3126265350","heartbeat_front_addr":"10.20.193.168:6805/3126265350","state":["exists","up"]},{"osd":2,"uuid":"6439179c-28f1-4dc5-9ee7-d1794228f761","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":18,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.168:6808","nonce":143457831},{"type":"v1","addr":"10.20.193.168:6809","nonce":143457831}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.168:6810","nonce":143457831},{"type":"v1","addr":"10.20.193.168:6811","nonce":143457831}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.168:6814","nonce":143457831},{"type":"v1","addr":"10.20.193.168:6815","nonce":143457831}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.168:6812","nonce":143457831},{"type":"v1","addr":"10.20.193.168:6813","nonce":143457831}]},"public_addr":"10.20.193.168:6809/143457831","cluster_addr":"10.20.193.168:6811/143457831","heartbeat_back_addr":"10.20.193.168:6815/143457831","heartbeat_front_addr":"10.20.193.168:6813/143457831","state":["exists","up"]},{"osd":3,"uuid":"d7195f79-2d80-41ef-92f0-1510d2a98bc9","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":19,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.101:6810","nonce":1631887233},{"type":"v1","addr":"10.20.193.101:6811","nonce":1631887233}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.101:6812","nonce":1631887233},{"type":"v1","addr":"10.20.193.101:6813","nonce":1631887233}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.101:6816","nonce":1631887233},{"type":"v1","addr":"10.20.193.101:6817","nonce":1631887233}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.101:6814","nonce":1631887233},{"type":"v1","addr":"10.20.193.101:6815","nonce":1631887233}]},"public_addr":"10.20.193.101:6811/1631887233","cluster_addr":"10.20.193.101:6813/1631887233","heartbeat_back_addr":"10.20.193.101:6817/1631887233","heartbeat_front_addr":"10.20.193.101:6815/1631887233","state":["exists","up"]},{"osd":4,"uuid":"570d4dd5-446e-4cec-85af-657b6d767e46","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":21,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.168:6816","nonce":258693881},{"type":"v1","addr":"10.20.193.168:6817","nonce":258693881}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.168:6818","nonce":258693881},{"type":"v1","addr":"10.20.193.168:6819","nonce":258693881}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.168:6822","nonce":258693881},{"type":"v1","addr":"10.20.193.168:6823","nonce":258693881}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.168:6820","nonce":258693881},{"type":"v1","addr":"10.20.193.168:6821","nonce":258693881}]},"public_addr":"10.20.193.168:6817/258693881","cluster_addr":"10.20.193.168:6819/258693881","heartbeat_back_addr":"10.20.193.168:6823/258693881","heartbeat_front_addr":"10.20.193.168:6821/258693881","state":["exists","up"]},{"osd":5,"uuid":"4af88773-c021-4792-bc61-b4f741bd04a8","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":22,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.101:6818","nonce":2936247986},{"type":"v1","addr":"10.20.193.101:6819","nonce":2936247986}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.101:6820","nonce":2936247986},{"type":"v1","addr":"10.20.193.101:6821","nonce":2936247986}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.101:6824","nonce":2936247986},{"type":"v1","addr":"10.20.193.101:6825","nonce":2936247986}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.101:6822","nonce":2936247986},{"type":"v1","addr":"10.20.193.101:6823","nonce":2936247986}]},"public_addr":"10.20.193.101:6819/2936247986","cluster_addr":"10.20.193.101:6821/2936247986","heartbeat_back_addr":"10.20.193.101:6825/2936247986","heartbeat_front_addr":"10.20.193.101:6823/2936247986","state":["exists","up"]},{"osd":6,"uuid":"7230b9a1-8fae-40d7-b4d2-a10124fcc183","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":23,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.168:6824","nonce":1074653862},{"type":"v1","addr":"10.20.193.168:6825","nonce":1074653862}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.168:6826","nonce":1074653862},{"type":"v1","addr":"10.20.193.168:6827","nonce":1074653862}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.168:6830","nonce":1074653862},{"type":"v1","addr":"10.20.193.168:6831","nonce":1074653862}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.168:6828","nonce":1074653862},{"type":"v1","addr":"10.20.193.168:6829","nonce":1074653862}]},"public_addr":"10.20.193.168:6825/1074653862","cluster_addr":"10.20.193.168:6827/1074653862","heartbeat_back_addr":"10.20.193.168:6831/1074653862","heartbeat_front_addr":"10.20.193.168:6829/1074653862","state":["exists","up"]},{"osd":7,"uuid":"809972b5-e4be-4da8-89c7-585437759fe2","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":24,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.101:6826","nonce":722261370},{"type":"v1","addr":"10.20.193.101:6827","nonce":722261370}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.101:6828","nonce":722261370},{"type":"v1","addr":"10.20.193.101:6829","nonce":722261370}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.101:6832","nonce":722261370},{"type":"v1","addr":"10.20.193.101:6833","nonce":722261370}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.101:6830","nonce":722261370},{"type":"v1","addr":"10.20.193.101:6831","nonce":722261370}]},"public_addr":"10.20.193.101:6827/722261370","cluster_addr":"10.20.193.101:6829/722261370","heartbeat_back_addr":"10.20.193.101:6833/722261370","heartbeat_front_addr":"10.20.193.101:6831/722261370","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4544132024016699391,"old_weight":0,"last_purged_snaps_scrub":"2026-02-20T23:29:50.231145+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4544132024016699391,"old_weight":0,"last_purged_snaps_scrub":"2026-02-20T23:29:49.586206+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4544132024016699391,"old_weight":0,"last_purged_snaps_scrub":"2026-02-20T23:29:52.194039+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4544132024016699391,"old_weight":0,"last_purged_snaps_scrub":"2026-02-20T23:29:52.929635+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4544132024016699391,"old_weight":0,"last_purged_snaps_scrub":"2026-02-20T23:29:54.663579+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4544132024016699391,"old_weight":0,"last_purged_snaps_scrub":"2026-02-20T23:29:55.637333+0000","dead_epoch":0},{"osd":6,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4544132024016699391,"old_weight":0,"last_purged_snaps_scrub":"2026-02-20T23:29:57.274436+0000","dead_epoch":0},{"osd":7,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4544132024016699391,"old_weight":0,"last_purged_snaps_scrub":"2026-02-20T23:29:58.502614+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"10.20.193.101:0/4240262075":"2026-02-21T23:29:15.660070+0000","10.20.193.101:6801/2006753115":"2026-02-21T23:29:15.660070+0000","10.20.193.101:6800/2028369825":"2026-02-21T23:28:53.753890+0000","10.20.193.101:6800/2006753115":"2026-02-21T23:29:15.660070+0000","10.20.193.101:0/754430257":"2026-02-21T23:29:15.660070+0000","10.20.193.101:0/4125907549":"2026-02-21T23:28:40.348567+0000","10.20.193.101:6800/3014385506":"2026-02-21T23:28:40.348567+0000","10.20.193.101:0/923036446":"2026-02-21T23:28:40.348567+0000","10.20.193.101:6801/3014385506":"2026-02-21T23:28:40.348567+0000","10.20.193.101:0/2975155018":"2026-02-21T23:28:40.348567+0000","10.20.193.101:0/2982902909":"2026-02-21T23:28:53.753890+0000","10.20.193.101:0/2058524826":"2026-02-21T23:28:53.753890+0000","10.20.193.101:6801/2028369825":"2026-02-21T23:28:53.753890+0000","10.20.193.101:0/1095534325":"2026-02-21T23:28:53.753890+0000","10.20.193.101:0/120519689":"2026-02-21T23:29:15.660070+0000"},"range_blocklist":{},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"isa","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2026-02-20T23:30:04.471 DEBUG:teuthology.orchestra.run.trial101:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:f7870454149f22574086dd2ff55d050585136531 shell --fsid d509fa29-0eb3-11f1-b056-d404e6e7d460 -- ceph tell osd.0 flush_pg_stats 2026-02-20T23:30:04.472 DEBUG:teuthology.orchestra.run.trial101:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:f7870454149f22574086dd2ff55d050585136531 shell --fsid d509fa29-0eb3-11f1-b056-d404e6e7d460 -- ceph tell osd.1 flush_pg_stats 2026-02-20T23:30:04.472 DEBUG:teuthology.orchestra.run.trial101:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:f7870454149f22574086dd2ff55d050585136531 shell --fsid d509fa29-0eb3-11f1-b056-d404e6e7d460 -- ceph tell osd.2 flush_pg_stats 2026-02-20T23:30:04.473 DEBUG:teuthology.orchestra.run.trial101:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:f7870454149f22574086dd2ff55d050585136531 shell --fsid d509fa29-0eb3-11f1-b056-d404e6e7d460 -- ceph tell osd.3 flush_pg_stats 2026-02-20T23:30:04.473 DEBUG:teuthology.orchestra.run.trial101:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:f7870454149f22574086dd2ff55d050585136531 shell --fsid d509fa29-0eb3-11f1-b056-d404e6e7d460 -- ceph tell osd.4 flush_pg_stats 2026-02-20T23:30:04.473 DEBUG:teuthology.orchestra.run.trial101:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:f7870454149f22574086dd2ff55d050585136531 shell --fsid d509fa29-0eb3-11f1-b056-d404e6e7d460 -- ceph tell osd.5 flush_pg_stats 2026-02-20T23:30:04.474 DEBUG:teuthology.orchestra.run.trial101:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:f7870454149f22574086dd2ff55d050585136531 shell --fsid d509fa29-0eb3-11f1-b056-d404e6e7d460 -- ceph tell osd.6 flush_pg_stats 2026-02-20T23:30:04.474 DEBUG:teuthology.orchestra.run.trial101:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:f7870454149f22574086dd2ff55d050585136531 shell --fsid d509fa29-0eb3-11f1-b056-d404e6e7d460 -- ceph tell osd.7 flush_pg_stats 2026-02-20T23:30:04.603 INFO:teuthology.orchestra.run.trial101.stderr:Inferring config /var/lib/ceph/d509fa29-0eb3-11f1-b056-d404e6e7d460/mon.trial101/config 2026-02-20T23:30:04.605 INFO:teuthology.orchestra.run.trial101.stderr:Inferring config /var/lib/ceph/d509fa29-0eb3-11f1-b056-d404e6e7d460/mon.trial101/config 2026-02-20T23:30:04.619 INFO:teuthology.orchestra.run.trial101.stderr:Inferring config /var/lib/ceph/d509fa29-0eb3-11f1-b056-d404e6e7d460/mon.trial101/config 2026-02-20T23:30:04.634 INFO:teuthology.orchestra.run.trial101.stderr:Inferring config /var/lib/ceph/d509fa29-0eb3-11f1-b056-d404e6e7d460/mon.trial101/config 2026-02-20T23:30:04.654 INFO:teuthology.orchestra.run.trial101.stderr:Inferring config /var/lib/ceph/d509fa29-0eb3-11f1-b056-d404e6e7d460/mon.trial101/config 2026-02-20T23:30:04.654 INFO:teuthology.orchestra.run.trial101.stderr:Inferring config /var/lib/ceph/d509fa29-0eb3-11f1-b056-d404e6e7d460/mon.trial101/config 2026-02-20T23:30:04.679 INFO:teuthology.orchestra.run.trial101.stderr:Inferring config /var/lib/ceph/d509fa29-0eb3-11f1-b056-d404e6e7d460/mon.trial101/config 2026-02-20T23:30:04.705 INFO:teuthology.orchestra.run.trial101.stderr:Inferring config /var/lib/ceph/d509fa29-0eb3-11f1-b056-d404e6e7d460/mon.trial101/config 2026-02-20T23:30:04.719 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:30:04 trial101 ceph-mon[35994]: pgmap v37: 1 pgs: 1 active+clean; 577 KiB data, 214 MiB used, 5.5 TiB / 5.5 TiB avail 2026-02-20T23:30:04.719 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:30:04 trial101 ceph-mon[35994]: from='client.? 10.20.193.101:0/1657823389' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2026-02-20T23:30:04.719 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:30:04 trial101 ceph-mon[35994]: from='client.? 10.20.193.101:0/1001075736' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2026-02-20T23:30:04.900 INFO:teuthology.orchestra.run.trial101.stdout:68719476740 2026-02-20T23:30:04.901 DEBUG:teuthology.orchestra.run.trial101:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:f7870454149f22574086dd2ff55d050585136531 shell --fsid d509fa29-0eb3-11f1-b056-d404e6e7d460 -- ceph osd last-stat-seq osd.0 2026-02-20T23:30:04.932 INFO:teuthology.orchestra.run.trial101.stdout:94489280516 2026-02-20T23:30:04.932 DEBUG:teuthology.orchestra.run.trial101:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:f7870454149f22574086dd2ff55d050585136531 shell --fsid d509fa29-0eb3-11f1-b056-d404e6e7d460 -- ceph osd last-stat-seq osd.5 2026-02-20T23:30:04.934 INFO:teuthology.orchestra.run.trial101.stdout:77309411333 2026-02-20T23:30:04.935 DEBUG:teuthology.orchestra.run.trial101:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:f7870454149f22574086dd2ff55d050585136531 shell --fsid d509fa29-0eb3-11f1-b056-d404e6e7d460 -- ceph osd last-stat-seq osd.2 2026-02-20T23:30:04.946 INFO:teuthology.orchestra.run.trial101.stdout:68719476741 2026-02-20T23:30:04.946 DEBUG:teuthology.orchestra.run.trial101:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:f7870454149f22574086dd2ff55d050585136531 shell --fsid d509fa29-0eb3-11f1-b056-d404e6e7d460 -- ceph osd last-stat-seq osd.1 2026-02-20T23:30:04.949 INFO:teuthology.orchestra.run.trial101.stdout:103079215107 2026-02-20T23:30:04.949 DEBUG:teuthology.orchestra.run.trial101:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:f7870454149f22574086dd2ff55d050585136531 shell --fsid d509fa29-0eb3-11f1-b056-d404e6e7d460 -- ceph osd last-stat-seq osd.7 2026-02-20T23:30:04.953 INFO:teuthology.orchestra.run.trial101.stdout:98784247812 2026-02-20T23:30:04.954 DEBUG:teuthology.orchestra.run.trial101:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:f7870454149f22574086dd2ff55d050585136531 shell --fsid d509fa29-0eb3-11f1-b056-d404e6e7d460 -- ceph osd last-stat-seq osd.6 2026-02-20T23:30:04.964 INFO:teuthology.orchestra.run.trial101.stdout:81604378629 2026-02-20T23:30:04.965 DEBUG:teuthology.orchestra.run.trial101:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:f7870454149f22574086dd2ff55d050585136531 shell --fsid d509fa29-0eb3-11f1-b056-d404e6e7d460 -- ceph osd last-stat-seq osd.3 2026-02-20T23:30:04.986 INFO:teuthology.orchestra.run.trial101.stdout:90194313220 2026-02-20T23:30:04.986 DEBUG:teuthology.orchestra.run.trial101:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:f7870454149f22574086dd2ff55d050585136531 shell --fsid d509fa29-0eb3-11f1-b056-d404e6e7d460 -- ceph osd last-stat-seq osd.4 2026-02-20T23:30:05.020 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:30:04 trial168 ceph-mon[42856]: pgmap v37: 1 pgs: 1 active+clean; 577 KiB data, 214 MiB used, 5.5 TiB / 5.5 TiB avail 2026-02-20T23:30:05.020 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:30:04 trial168 ceph-mon[42856]: from='client.? 10.20.193.101:0/1657823389' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2026-02-20T23:30:05.020 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:30:04 trial168 ceph-mon[42856]: from='client.? 10.20.193.101:0/1001075736' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2026-02-20T23:30:05.024 INFO:teuthology.orchestra.run.trial101.stderr:Inferring config /var/lib/ceph/d509fa29-0eb3-11f1-b056-d404e6e7d460/mon.trial101/config 2026-02-20T23:30:05.066 INFO:teuthology.orchestra.run.trial101.stderr:Inferring config /var/lib/ceph/d509fa29-0eb3-11f1-b056-d404e6e7d460/mon.trial101/config 2026-02-20T23:30:05.067 INFO:teuthology.orchestra.run.trial101.stderr:Inferring config /var/lib/ceph/d509fa29-0eb3-11f1-b056-d404e6e7d460/mon.trial101/config 2026-02-20T23:30:05.072 INFO:teuthology.orchestra.run.trial101.stderr:Inferring config /var/lib/ceph/d509fa29-0eb3-11f1-b056-d404e6e7d460/mon.trial101/config 2026-02-20T23:30:05.085 INFO:teuthology.orchestra.run.trial101.stderr:Inferring config /var/lib/ceph/d509fa29-0eb3-11f1-b056-d404e6e7d460/mon.trial101/config 2026-02-20T23:30:05.108 INFO:teuthology.orchestra.run.trial101.stderr:Inferring config /var/lib/ceph/d509fa29-0eb3-11f1-b056-d404e6e7d460/mon.trial101/config 2026-02-20T23:30:05.149 INFO:teuthology.orchestra.run.trial101.stderr:Inferring config /var/lib/ceph/d509fa29-0eb3-11f1-b056-d404e6e7d460/mon.trial101/config 2026-02-20T23:30:05.150 INFO:teuthology.orchestra.run.trial101.stderr:Inferring config /var/lib/ceph/d509fa29-0eb3-11f1-b056-d404e6e7d460/mon.trial101/config 2026-02-20T23:30:05.305 INFO:teuthology.orchestra.run.trial101.stdout:68719476739 2026-02-20T23:30:05.317 INFO:teuthology.orchestra.run.trial101.stdout:77309411332 2026-02-20T23:30:05.320 INFO:teuthology.orchestra.run.trial101.stdout:94489280515 2026-02-20T23:30:05.331 INFO:teuthology.orchestra.run.trial101.stdout:68719476740 2026-02-20T23:30:05.341 INFO:teuthology.orchestra.run.trial101.stdout:103079215106 2026-02-20T23:30:05.363 INFO:teuthology.orchestra.run.trial101.stdout:98784247811 2026-02-20T23:30:05.404 INFO:teuthology.orchestra.run.trial101.stdout:90194313219 2026-02-20T23:30:05.407 INFO:teuthology.orchestra.run.trial101.stdout:81604378628 2026-02-20T23:30:05.450 INFO:tasks.cephadm.ceph_manager.ceph:need seq 68719476740 got 68719476739 for osd.0 2026-02-20T23:30:05.465 INFO:tasks.cephadm.ceph_manager.ceph:need seq 94489280516 got 94489280515 for osd.5 2026-02-20T23:30:05.471 INFO:tasks.cephadm.ceph_manager.ceph:need seq 77309411333 got 77309411332 for osd.2 2026-02-20T23:30:05.477 INFO:tasks.cephadm.ceph_manager.ceph:need seq 68719476741 got 68719476740 for osd.1 2026-02-20T23:30:05.483 INFO:tasks.cephadm.ceph_manager.ceph:need seq 103079215107 got 103079215106 for osd.7 2026-02-20T23:30:05.504 INFO:tasks.cephadm.ceph_manager.ceph:need seq 98784247812 got 98784247811 for osd.6 2026-02-20T23:30:05.551 INFO:tasks.cephadm.ceph_manager.ceph:need seq 90194313220 got 90194313219 for osd.4 2026-02-20T23:30:05.553 INFO:tasks.cephadm.ceph_manager.ceph:need seq 81604378629 got 81604378628 for osd.3 2026-02-20T23:30:05.870 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:30:05 trial101 ceph-mon[35994]: from='client.? 10.20.193.101:0/1859307160' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 0} : dispatch 2026-02-20T23:30:05.870 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:30:05 trial101 ceph-mon[35994]: from='client.? 10.20.193.101:0/2234716258' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 2} : dispatch 2026-02-20T23:30:05.870 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:30:05 trial101 ceph-mon[35994]: from='client.? 10.20.193.101:0/425384640' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 5} : dispatch 2026-02-20T23:30:05.870 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:30:05 trial101 ceph-mon[35994]: from='client.? 10.20.193.101:0/2339591608' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 1} : dispatch 2026-02-20T23:30:05.870 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:30:05 trial101 ceph-mon[35994]: from='client.? 10.20.193.101:0/1628442812' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 7} : dispatch 2026-02-20T23:30:05.870 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:30:05 trial101 ceph-mon[35994]: from='client.? 10.20.193.101:0/1558581552' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 6} : dispatch 2026-02-20T23:30:05.870 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:30:05 trial101 ceph-mon[35994]: from='client.? 10.20.193.101:0/2338150731' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 4} : dispatch 2026-02-20T23:30:05.871 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:30:05 trial101 ceph-mon[35994]: from='client.? 10.20.193.101:0/1690385476' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 3} : dispatch 2026-02-20T23:30:06.020 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:30:05 trial168 ceph-mon[42856]: from='client.? 10.20.193.101:0/1859307160' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 0} : dispatch 2026-02-20T23:30:06.020 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:30:05 trial168 ceph-mon[42856]: from='client.? 10.20.193.101:0/2234716258' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 2} : dispatch 2026-02-20T23:30:06.020 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:30:05 trial168 ceph-mon[42856]: from='client.? 10.20.193.101:0/425384640' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 5} : dispatch 2026-02-20T23:30:06.020 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:30:05 trial168 ceph-mon[42856]: from='client.? 10.20.193.101:0/2339591608' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 1} : dispatch 2026-02-20T23:30:06.020 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:30:05 trial168 ceph-mon[42856]: from='client.? 10.20.193.101:0/1628442812' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 7} : dispatch 2026-02-20T23:30:06.021 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:30:05 trial168 ceph-mon[42856]: from='client.? 10.20.193.101:0/1558581552' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 6} : dispatch 2026-02-20T23:30:06.021 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:30:05 trial168 ceph-mon[42856]: from='client.? 10.20.193.101:0/2338150731' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 4} : dispatch 2026-02-20T23:30:06.021 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:30:05 trial168 ceph-mon[42856]: from='client.? 10.20.193.101:0/1690385476' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 3} : dispatch 2026-02-20T23:30:06.451 DEBUG:teuthology.orchestra.run.trial101:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:f7870454149f22574086dd2ff55d050585136531 shell --fsid d509fa29-0eb3-11f1-b056-d404e6e7d460 -- ceph osd last-stat-seq osd.0 2026-02-20T23:30:06.466 DEBUG:teuthology.orchestra.run.trial101:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:f7870454149f22574086dd2ff55d050585136531 shell --fsid d509fa29-0eb3-11f1-b056-d404e6e7d460 -- ceph osd last-stat-seq osd.5 2026-02-20T23:30:06.471 DEBUG:teuthology.orchestra.run.trial101:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:f7870454149f22574086dd2ff55d050585136531 shell --fsid d509fa29-0eb3-11f1-b056-d404e6e7d460 -- ceph osd last-stat-seq osd.2 2026-02-20T23:30:06.478 DEBUG:teuthology.orchestra.run.trial101:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:f7870454149f22574086dd2ff55d050585136531 shell --fsid d509fa29-0eb3-11f1-b056-d404e6e7d460 -- ceph osd last-stat-seq osd.1 2026-02-20T23:30:06.483 DEBUG:teuthology.orchestra.run.trial101:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:f7870454149f22574086dd2ff55d050585136531 shell --fsid d509fa29-0eb3-11f1-b056-d404e6e7d460 -- ceph osd last-stat-seq osd.7 2026-02-20T23:30:06.504 DEBUG:teuthology.orchestra.run.trial101:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:f7870454149f22574086dd2ff55d050585136531 shell --fsid d509fa29-0eb3-11f1-b056-d404e6e7d460 -- ceph osd last-stat-seq osd.6 2026-02-20T23:30:06.552 DEBUG:teuthology.orchestra.run.trial101:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:f7870454149f22574086dd2ff55d050585136531 shell --fsid d509fa29-0eb3-11f1-b056-d404e6e7d460 -- ceph osd last-stat-seq osd.4 2026-02-20T23:30:06.553 DEBUG:teuthology.orchestra.run.trial101:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:f7870454149f22574086dd2ff55d050585136531 shell --fsid d509fa29-0eb3-11f1-b056-d404e6e7d460 -- ceph osd last-stat-seq osd.3 2026-02-20T23:30:06.571 INFO:teuthology.orchestra.run.trial101.stderr:Inferring config /var/lib/ceph/d509fa29-0eb3-11f1-b056-d404e6e7d460/mon.trial101/config 2026-02-20T23:30:06.615 INFO:teuthology.orchestra.run.trial101.stderr:Inferring config /var/lib/ceph/d509fa29-0eb3-11f1-b056-d404e6e7d460/mon.trial101/config 2026-02-20T23:30:06.615 INFO:teuthology.orchestra.run.trial101.stderr:Inferring config /var/lib/ceph/d509fa29-0eb3-11f1-b056-d404e6e7d460/mon.trial101/config 2026-02-20T23:30:06.615 INFO:teuthology.orchestra.run.trial101.stderr:Inferring config /var/lib/ceph/d509fa29-0eb3-11f1-b056-d404e6e7d460/mon.trial101/config 2026-02-20T23:30:06.618 INFO:teuthology.orchestra.run.trial101.stderr:Inferring config /var/lib/ceph/d509fa29-0eb3-11f1-b056-d404e6e7d460/mon.trial101/config 2026-02-20T23:30:06.666 INFO:teuthology.orchestra.run.trial101.stderr:Inferring config /var/lib/ceph/d509fa29-0eb3-11f1-b056-d404e6e7d460/mon.trial101/config 2026-02-20T23:30:06.699 INFO:teuthology.orchestra.run.trial101.stderr:Inferring config /var/lib/ceph/d509fa29-0eb3-11f1-b056-d404e6e7d460/mon.trial101/config 2026-02-20T23:30:06.700 INFO:teuthology.orchestra.run.trial101.stderr:Inferring config /var/lib/ceph/d509fa29-0eb3-11f1-b056-d404e6e7d460/mon.trial101/config 2026-02-20T23:30:06.728 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:30:06 trial101 ceph-mon[35994]: pgmap v38: 1 pgs: 1 active+clean; 577 KiB data, 214 MiB used, 5.5 TiB / 5.5 TiB avail 2026-02-20T23:30:06.864 INFO:teuthology.orchestra.run.trial101.stdout:68719476740 2026-02-20T23:30:06.896 INFO:teuthology.orchestra.run.trial101.stdout:103079215108 2026-02-20T23:30:06.896 INFO:teuthology.orchestra.run.trial101.stdout:68719476741 2026-02-20T23:30:06.899 INFO:teuthology.orchestra.run.trial101.stdout:94489280516 2026-02-20T23:30:06.901 INFO:teuthology.orchestra.run.trial101.stdout:77309411333 2026-02-20T23:30:06.920 INFO:teuthology.orchestra.run.trial101.stdout:98784247812 2026-02-20T23:30:06.960 INFO:teuthology.orchestra.run.trial101.stdout:90194313220 2026-02-20T23:30:06.963 INFO:teuthology.orchestra.run.trial101.stdout:81604378630 2026-02-20T23:30:07.005 INFO:tasks.cephadm.ceph_manager.ceph:need seq 68719476740 got 68719476740 for osd.0 2026-02-20T23:30:07.006 DEBUG:teuthology.parallel:result is None 2026-02-20T23:30:07.019 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:30:06 trial168 ceph-mon[42856]: pgmap v38: 1 pgs: 1 active+clean; 577 KiB data, 214 MiB used, 5.5 TiB / 5.5 TiB avail 2026-02-20T23:30:07.044 INFO:tasks.cephadm.ceph_manager.ceph:need seq 94489280516 got 94489280516 for osd.5 2026-02-20T23:30:07.044 DEBUG:teuthology.parallel:result is None 2026-02-20T23:30:07.046 INFO:tasks.cephadm.ceph_manager.ceph:need seq 77309411333 got 77309411333 for osd.2 2026-02-20T23:30:07.046 DEBUG:teuthology.parallel:result is None 2026-02-20T23:30:07.057 INFO:tasks.cephadm.ceph_manager.ceph:need seq 103079215107 got 103079215108 for osd.7 2026-02-20T23:30:07.058 DEBUG:teuthology.parallel:result is None 2026-02-20T23:30:07.077 INFO:tasks.cephadm.ceph_manager.ceph:need seq 68719476741 got 68719476741 for osd.1 2026-02-20T23:30:07.077 DEBUG:teuthology.parallel:result is None 2026-02-20T23:30:07.087 INFO:tasks.cephadm.ceph_manager.ceph:need seq 98784247812 got 98784247812 for osd.6 2026-02-20T23:30:07.087 DEBUG:teuthology.parallel:result is None 2026-02-20T23:30:07.101 INFO:tasks.cephadm.ceph_manager.ceph:need seq 90194313220 got 90194313220 for osd.4 2026-02-20T23:30:07.101 DEBUG:teuthology.parallel:result is None 2026-02-20T23:30:07.106 INFO:tasks.cephadm.ceph_manager.ceph:need seq 81604378629 got 81604378630 for osd.3 2026-02-20T23:30:07.106 DEBUG:teuthology.parallel:result is None 2026-02-20T23:30:07.106 INFO:tasks.cephadm.ceph_manager.ceph:waiting for clean 2026-02-20T23:30:07.106 DEBUG:teuthology.orchestra.run.trial101:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:f7870454149f22574086dd2ff55d050585136531 shell --fsid d509fa29-0eb3-11f1-b056-d404e6e7d460 -- ceph pg dump --format=json 2026-02-20T23:30:07.260 INFO:teuthology.orchestra.run.trial101.stderr:Inferring config /var/lib/ceph/d509fa29-0eb3-11f1-b056-d404e6e7d460/mon.trial101/config 2026-02-20T23:30:07.494 INFO:teuthology.orchestra.run.trial101.stdout: 2026-02-20T23:30:07.494 INFO:teuthology.orchestra.run.trial101.stderr:dumped all 2026-02-20T23:30:07.632 INFO:teuthology.orchestra.run.trial101.stdout:{"pg_ready":true,"pg_map":{"version":38,"stamp":"2026-02-20T23:30:05.668107+0000","last_osdmap_epoch":0,"last_pg_scan":0,"pg_stats_sum":{"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":116,"num_read_kb":100,"num_write":211,"num_write_kb":4238,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":172,"ondisk_log_size":172,"up":3,"acting":3,"num_store_stats":0},"osd_stats_sum":{"up_from":0,"seq":0,"num_pgs":3,"num_osds":8,"num_per_pool_osds":8,"num_per_pool_omap_osds":3,"kb":5871992832,"kb_used":219340,"kb_used_data":3628,"kb_used_omap":59,"kb_used_meta":215492,"kb_avail":5871773492,"statfs":{"total":6012920659968,"available":6012696055808,"internally_reserved":0,"allocated":3715072,"data_stored":2489432,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":60419,"internal_metadata":220664829},"hb_peers":[],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[]},"pg_stats_delta":{"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":0,"acting":0,"num_store_stats":0,"stamp_delta":"7.135388"},"pg_stats":[{"pgid":"1.0","version":"20'172","reported_seq":227,"reported_epoch":25,"state":"active+clean","last_fresh":"2026-02-20T23:30:02.164482+0000","last_change":"2026-02-20T23:29:56.388555+0000","last_active":"2026-02-20T23:30:02.164482+0000","last_peered":"2026-02-20T23:30:02.164482+0000","last_clean":"2026-02-20T23:30:02.164482+0000","last_became_active":"2026-02-20T23:29:56.387953+0000","last_became_peered":"2026-02-20T23:29:56.387953+0000","last_unstale":"2026-02-20T23:30:02.164482+0000","last_undegraded":"2026-02-20T23:30:02.164482+0000","last_fullsized":"2026-02-20T23:30:02.164482+0000","mapping_epoch":19,"log_start":"0'0","ondisk_log_start":"0'0","created":19,"last_epoch_clean":20,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-20T23:29:54.524211+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-20T23:29:54.524211+0000","last_clean_scrub_stamp":"2026-02-20T23:29:54.524211+0000","objects_scrubbed":0,"log_size":172,"log_dups_size":0,"ondisk_log_size":172,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2026-02-22T03:08:49.846714+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":116,"num_read_kb":100,"num_write":211,"num_write_kb":4238,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[1,0,2],"acting":[1,0,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]}],"pool_stats":[{"poolid":1,"num_pg":1,"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":116,"num_read_kb":100,"num_write":211,"num_write_kb":4238,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":1781760,"data_stored":1771104,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":172,"ondisk_log_size":172,"up":3,"acting":3,"num_store_stats":3}],"osd_stats":[{"osd":7,"up_from":24,"seq":103079215108,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":733999104,"kb_used":27200,"kb_used_data":236,"kb_used_omap":4,"kb_used_meta":26939,"kb_avail":733971904,"statfs":{"total":751615082496,"available":751587229696,"internally_reserved":0,"allocated":241664,"data_stored":89791,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":4860,"internal_metadata":27585796},"hb_peers":[0,1,2,3,4,5,6],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]},{"osd":6,"up_from":23,"seq":98784247812,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":733999104,"kb_used":27200,"kb_used_data":236,"kb_used_omap":5,"kb_used_meta":26938,"kb_avail":733971904,"statfs":{"total":751615082496,"available":751587229696,"internally_reserved":0,"allocated":241664,"data_stored":89791,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":5518,"internal_metadata":27585138},"hb_peers":[0,1,2,3,4,5,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]},{"osd":5,"up_from":22,"seq":94489280516,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":733999104,"kb_used":27200,"kb_used_data":236,"kb_used_omap":6,"kb_used_meta":26937,"kb_avail":733971904,"statfs":{"total":751615082496,"available":751587229696,"internally_reserved":0,"allocated":241664,"data_stored":89791,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":6168,"internal_metadata":27584488},"hb_peers":[0,1,2,3,4,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]},{"osd":4,"up_from":21,"seq":90194313220,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":733999104,"kb_used":27200,"kb_used_data":236,"kb_used_omap":6,"kb_used_meta":26937,"kb_avail":733971904,"statfs":{"total":751615082496,"available":751587229696,"internally_reserved":0,"allocated":241664,"data_stored":89791,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":6825,"internal_metadata":27583831},"hb_peers":[0,1,2,3,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]},{"osd":3,"up_from":19,"seq":81604378630,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":733999104,"kb_used":27200,"kb_used_data":236,"kb_used_omap":7,"kb_used_meta":26936,"kb_avail":733971904,"statfs":{"total":751615082496,"available":751587229696,"internally_reserved":0,"allocated":241664,"data_stored":89791,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":8123,"internal_metadata":27582533},"hb_peers":[0,1,2,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]},{"osd":2,"up_from":18,"seq":77309411333,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":733999104,"kb_used":27780,"kb_used_data":816,"kb_used_omap":8,"kb_used_meta":26935,"kb_avail":733971324,"statfs":{"total":751615082496,"available":751586635776,"internally_reserved":0,"allocated":835584,"data_stored":680159,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":8775,"internal_metadata":27581881},"hb_peers":[0,1,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]},{"osd":1,"up_from":16,"seq":68719476741,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":733999104,"kb_used":27780,"kb_used_data":816,"kb_used_omap":9,"kb_used_meta":26934,"kb_avail":733971324,"statfs":{"total":751615082496,"available":751586635776,"internally_reserved":0,"allocated":835584,"data_stored":680159,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":10075,"internal_metadata":27580581},"hb_peers":[0,2,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]},{"osd":0,"up_from":16,"seq":68719476740,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":733999104,"kb_used":27780,"kb_used_data":816,"kb_used_omap":9,"kb_used_meta":26934,"kb_avail":733971324,"statfs":{"total":751615082496,"available":751586635776,"internally_reserved":0,"allocated":835584,"data_stored":680159,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":10075,"internal_metadata":27580581},"hb_peers":[1,2,3,4,5,6],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]}],"pool_statfs":[{"poolid":1,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":2,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0}]}} 2026-02-20T23:30:07.633 DEBUG:teuthology.orchestra.run.trial101:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:f7870454149f22574086dd2ff55d050585136531 shell --fsid d509fa29-0eb3-11f1-b056-d404e6e7d460 -- ceph pg dump --format=json 2026-02-20T23:30:07.749 INFO:teuthology.orchestra.run.trial101.stderr:Inferring config /var/lib/ceph/d509fa29-0eb3-11f1-b056-d404e6e7d460/mon.trial101/config 2026-02-20T23:30:07.829 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:30:07 trial101 ceph-mon[35994]: from='client.? 10.20.193.101:0/3303079376' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 0} : dispatch 2026-02-20T23:30:07.829 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:30:07 trial101 ceph-mon[35994]: from='client.? 10.20.193.101:0/1068348730' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 1} : dispatch 2026-02-20T23:30:07.829 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:30:07 trial101 ceph-mon[35994]: from='client.? 10.20.193.101:0/3248876062' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 7} : dispatch 2026-02-20T23:30:07.829 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:30:07 trial101 ceph-mon[35994]: from='client.? 10.20.193.101:0/1637415987' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 5} : dispatch 2026-02-20T23:30:07.829 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:30:07 trial101 ceph-mon[35994]: from='client.? 10.20.193.101:0/3416965729' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 2} : dispatch 2026-02-20T23:30:07.829 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:30:07 trial101 ceph-mon[35994]: from='client.? 10.20.193.101:0/2726658764' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 6} : dispatch 2026-02-20T23:30:07.829 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:30:07 trial101 ceph-mon[35994]: from='client.? 10.20.193.101:0/1789278364' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 4} : dispatch 2026-02-20T23:30:07.829 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:30:07 trial101 ceph-mon[35994]: from='client.? 10.20.193.101:0/3911555019' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 3} : dispatch 2026-02-20T23:30:07.986 INFO:teuthology.orchestra.run.trial101.stdout: 2026-02-20T23:30:07.986 INFO:teuthology.orchestra.run.trial101.stderr:dumped all 2026-02-20T23:30:08.020 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:30:07 trial168 ceph-mon[42856]: from='client.? 10.20.193.101:0/3303079376' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 0} : dispatch 2026-02-20T23:30:08.020 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:30:07 trial168 ceph-mon[42856]: from='client.? 10.20.193.101:0/1068348730' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 1} : dispatch 2026-02-20T23:30:08.020 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:30:07 trial168 ceph-mon[42856]: from='client.? 10.20.193.101:0/3248876062' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 7} : dispatch 2026-02-20T23:30:08.020 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:30:07 trial168 ceph-mon[42856]: from='client.? 10.20.193.101:0/1637415987' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 5} : dispatch 2026-02-20T23:30:08.020 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:30:07 trial168 ceph-mon[42856]: from='client.? 10.20.193.101:0/3416965729' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 2} : dispatch 2026-02-20T23:30:08.020 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:30:07 trial168 ceph-mon[42856]: from='client.? 10.20.193.101:0/2726658764' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 6} : dispatch 2026-02-20T23:30:08.020 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:30:07 trial168 ceph-mon[42856]: from='client.? 10.20.193.101:0/1789278364' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 4} : dispatch 2026-02-20T23:30:08.021 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:30:07 trial168 ceph-mon[42856]: from='client.? 10.20.193.101:0/3911555019' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 3} : dispatch 2026-02-20T23:30:08.125 INFO:teuthology.orchestra.run.trial101.stdout:{"pg_ready":true,"pg_map":{"version":39,"stamp":"2026-02-20T23:30:07.668346+0000","last_osdmap_epoch":0,"last_pg_scan":0,"pg_stats_sum":{"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":116,"num_read_kb":100,"num_write":211,"num_write_kb":4238,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":172,"ondisk_log_size":172,"up":3,"acting":3,"num_store_stats":0},"osd_stats_sum":{"up_from":0,"seq":0,"num_pgs":3,"num_osds":8,"num_per_pool_osds":8,"num_per_pool_omap_osds":3,"kb":5871992832,"kb_used":219340,"kb_used_data":3628,"kb_used_omap":59,"kb_used_meta":215492,"kb_avail":5871773492,"statfs":{"total":6012920659968,"available":6012696055808,"internally_reserved":0,"allocated":3715072,"data_stored":2489432,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":60419,"internal_metadata":220664829},"hb_peers":[],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[]},"pg_stats_delta":{"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":0,"acting":0,"num_store_stats":0,"stamp_delta":"8.129391"},"pg_stats":[{"pgid":"1.0","version":"20'172","reported_seq":227,"reported_epoch":25,"state":"active+clean","last_fresh":"2026-02-20T23:30:02.164482+0000","last_change":"2026-02-20T23:29:56.388555+0000","last_active":"2026-02-20T23:30:02.164482+0000","last_peered":"2026-02-20T23:30:02.164482+0000","last_clean":"2026-02-20T23:30:02.164482+0000","last_became_active":"2026-02-20T23:29:56.387953+0000","last_became_peered":"2026-02-20T23:29:56.387953+0000","last_unstale":"2026-02-20T23:30:02.164482+0000","last_undegraded":"2026-02-20T23:30:02.164482+0000","last_fullsized":"2026-02-20T23:30:02.164482+0000","mapping_epoch":19,"log_start":"0'0","ondisk_log_start":"0'0","created":19,"last_epoch_clean":20,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-20T23:29:54.524211+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-20T23:29:54.524211+0000","last_clean_scrub_stamp":"2026-02-20T23:29:54.524211+0000","objects_scrubbed":0,"log_size":172,"log_dups_size":0,"ondisk_log_size":172,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2026-02-22T03:08:49.846714+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":116,"num_read_kb":100,"num_write":211,"num_write_kb":4238,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[1,0,2],"acting":[1,0,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]}],"pool_stats":[{"poolid":1,"num_pg":1,"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":116,"num_read_kb":100,"num_write":211,"num_write_kb":4238,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":1781760,"data_stored":1771104,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":172,"ondisk_log_size":172,"up":3,"acting":3,"num_store_stats":3}],"osd_stats":[{"osd":7,"up_from":24,"seq":103079215108,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":733999104,"kb_used":27200,"kb_used_data":236,"kb_used_omap":4,"kb_used_meta":26939,"kb_avail":733971904,"statfs":{"total":751615082496,"available":751587229696,"internally_reserved":0,"allocated":241664,"data_stored":89791,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":4860,"internal_metadata":27585796},"hb_peers":[0,1,2,3,4,5,6],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]},{"osd":6,"up_from":23,"seq":98784247812,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":733999104,"kb_used":27200,"kb_used_data":236,"kb_used_omap":5,"kb_used_meta":26938,"kb_avail":733971904,"statfs":{"total":751615082496,"available":751587229696,"internally_reserved":0,"allocated":241664,"data_stored":89791,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":5518,"internal_metadata":27585138},"hb_peers":[0,1,2,3,4,5,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]},{"osd":5,"up_from":22,"seq":94489280516,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":733999104,"kb_used":27200,"kb_used_data":236,"kb_used_omap":6,"kb_used_meta":26937,"kb_avail":733971904,"statfs":{"total":751615082496,"available":751587229696,"internally_reserved":0,"allocated":241664,"data_stored":89791,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":6168,"internal_metadata":27584488},"hb_peers":[0,1,2,3,4,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]},{"osd":4,"up_from":21,"seq":90194313221,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":733999104,"kb_used":27200,"kb_used_data":236,"kb_used_omap":6,"kb_used_meta":26937,"kb_avail":733971904,"statfs":{"total":751615082496,"available":751587229696,"internally_reserved":0,"allocated":241664,"data_stored":89791,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":6825,"internal_metadata":27583831},"hb_peers":[0,1,2,3,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]},{"osd":3,"up_from":19,"seq":81604378630,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":733999104,"kb_used":27200,"kb_used_data":236,"kb_used_omap":7,"kb_used_meta":26936,"kb_avail":733971904,"statfs":{"total":751615082496,"available":751587229696,"internally_reserved":0,"allocated":241664,"data_stored":89791,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":8123,"internal_metadata":27582533},"hb_peers":[0,1,2,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]},{"osd":2,"up_from":18,"seq":77309411333,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":733999104,"kb_used":27780,"kb_used_data":816,"kb_used_omap":8,"kb_used_meta":26935,"kb_avail":733971324,"statfs":{"total":751615082496,"available":751586635776,"internally_reserved":0,"allocated":835584,"data_stored":680159,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":8775,"internal_metadata":27581881},"hb_peers":[0,1,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]},{"osd":1,"up_from":16,"seq":68719476742,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":733999104,"kb_used":27780,"kb_used_data":816,"kb_used_omap":9,"kb_used_meta":26934,"kb_avail":733971324,"statfs":{"total":751615082496,"available":751586635776,"internally_reserved":0,"allocated":835584,"data_stored":680159,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":10075,"internal_metadata":27580581},"hb_peers":[0,2,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]},{"osd":0,"up_from":16,"seq":68719476741,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":733999104,"kb_used":27780,"kb_used_data":816,"kb_used_omap":9,"kb_used_meta":26934,"kb_avail":733971324,"statfs":{"total":751615082496,"available":751586635776,"internally_reserved":0,"allocated":835584,"data_stored":680159,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":10075,"internal_metadata":27580581},"hb_peers":[1,2,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]}],"pool_statfs":[{"poolid":1,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":2,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0}]}} 2026-02-20T23:30:08.126 INFO:tasks.cephadm.ceph_manager.ceph:clean! 2026-02-20T23:30:08.126 INFO:tasks.ceph:Waiting until ceph cluster ceph is healthy... 2026-02-20T23:30:08.126 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy 2026-02-20T23:30:08.126 DEBUG:teuthology.orchestra.run.trial101:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:f7870454149f22574086dd2ff55d050585136531 shell --fsid d509fa29-0eb3-11f1-b056-d404e6e7d460 -- ceph health --format=json 2026-02-20T23:30:08.240 INFO:teuthology.orchestra.run.trial101.stderr:Inferring config /var/lib/ceph/d509fa29-0eb3-11f1-b056-d404e6e7d460/mon.trial101/config 2026-02-20T23:30:08.499 INFO:teuthology.orchestra.run.trial101.stdout: 2026-02-20T23:30:08.500 INFO:teuthology.orchestra.run.trial101.stdout:{"status":"HEALTH_OK","checks":{},"mutes":[]} 2026-02-20T23:30:08.617 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:30:08 trial101 ceph-mon[35994]: from='client.14560 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-20T23:30:08.617 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:30:08 trial101 ceph-mon[35994]: pgmap v39: 1 pgs: 1 active+clean; 577 KiB data, 214 MiB used, 5.5 TiB / 5.5 TiB avail 2026-02-20T23:30:08.617 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:30:08 trial101 ceph-mon[35994]: from='client.? 10.20.193.101:0/1308593289' entity='client.admin' cmd={"prefix": "health", "format": "json"} : dispatch 2026-02-20T23:30:08.639 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy done 2026-02-20T23:30:08.639 INFO:tasks.cephadm:Setup complete, yielding 2026-02-20T23:30:08.639 INFO:teuthology.run_tasks:Running task cephadm.shell... 2026-02-20T23:30:08.647 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@trial101.front.sepia.ceph.com 2026-02-20T23:30:08.647 DEBUG:teuthology.orchestra.run.trial101:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:f7870454149f22574086dd2ff55d050585136531 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d509fa29-0eb3-11f1-b056-d404e6e7d460 -- bash -c 'ceph orch status' 2026-02-20T23:30:08.762 INFO:teuthology.orchestra.run.trial101.stderr:Inferring config /var/lib/ceph/d509fa29-0eb3-11f1-b056-d404e6e7d460/mon.trial101/config 2026-02-20T23:30:09.004 INFO:teuthology.orchestra.run.trial101.stdout:Backend: cephadm 2026-02-20T23:30:09.004 INFO:teuthology.orchestra.run.trial101.stdout:Available: Yes 2026-02-20T23:30:09.004 INFO:teuthology.orchestra.run.trial101.stdout:Paused: No 2026-02-20T23:30:09.019 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:30:08 trial168 ceph-mon[42856]: from='client.14560 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-20T23:30:09.020 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:30:08 trial168 ceph-mon[42856]: pgmap v39: 1 pgs: 1 active+clean; 577 KiB data, 214 MiB used, 5.5 TiB / 5.5 TiB avail 2026-02-20T23:30:09.020 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:30:08 trial168 ceph-mon[42856]: from='client.? 10.20.193.101:0/1308593289' entity='client.admin' cmd={"prefix": "health", "format": "json"} : dispatch 2026-02-20T23:30:09.146 DEBUG:teuthology.orchestra.run.trial101:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:f7870454149f22574086dd2ff55d050585136531 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d509fa29-0eb3-11f1-b056-d404e6e7d460 -- bash -c 'ceph orch ps' 2026-02-20T23:30:09.260 INFO:teuthology.orchestra.run.trial101.stderr:Inferring config /var/lib/ceph/d509fa29-0eb3-11f1-b056-d404e6e7d460/mon.trial101/config 2026-02-20T23:30:09.503 INFO:teuthology.orchestra.run.trial101.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2026-02-20T23:30:09.503 INFO:teuthology.orchestra.run.trial101.stdout:alertmanager.trial101 trial101 *:9093,9094 running (36s) 10s ago 64s 25.1M - 0.28.1 91c01b3cec9b 4621ef3c2b75 2026-02-20T23:30:09.503 INFO:teuthology.orchestra.run.trial101.stdout:ceph-exporter.trial101 trial101 *:9926 running (68s) 10s ago 68s 8841k - 20.2.0-677-gf7870454 191e36ff62c2 7cc7f9b78b4a 2026-02-20T23:30:09.503 INFO:teuthology.orchestra.run.trial101.stdout:ceph-exporter.trial168 trial168 *:9926 running (49s) 10s ago 49s 9202k - 20.2.0-677-gf7870454 191e36ff62c2 c7a649d69969 2026-02-20T23:30:09.503 INFO:teuthology.orchestra.run.trial101.stdout:crash.trial101 trial101 running (67s) 10s ago 67s 7671k - 20.2.0-677-gf7870454 191e36ff62c2 114f8a269a3f 2026-02-20T23:30:09.503 INFO:teuthology.orchestra.run.trial101.stdout:crash.trial168 trial168 running (48s) 10s ago 48s 7675k - 20.2.0-677-gf7870454 191e36ff62c2 79e2402d578d 2026-02-20T23:30:09.503 INFO:teuthology.orchestra.run.trial101.stdout:grafana.trial101 trial101 *:3000 running (35s) 10s ago 60s 117M - 12.3.1 5cdab57891ea 6ffe9d0a35fd 2026-02-20T23:30:09.503 INFO:teuthology.orchestra.run.trial101.stdout:mgr.trial101.twcqls trial101 *:9283,8765,8443 running (97s) 10s ago 97s 551M - 20.2.0-677-gf7870454 191e36ff62c2 40a80b01fdf7 2026-02-20T23:30:09.503 INFO:teuthology.orchestra.run.trial101.stdout:mgr.trial168.iztvhl trial168 *:8443,9283,8765 running (46s) 10s ago 46s 494M - 20.2.0-677-gf7870454 191e36ff62c2 69bd074a72a6 2026-02-20T23:30:09.503 INFO:teuthology.orchestra.run.trial101.stdout:mon.trial101 trial101 running (98s) 10s ago 99s 51.7M 2048M 20.2.0-677-gf7870454 191e36ff62c2 619d9f8bb05c 2026-02-20T23:30:09.503 INFO:teuthology.orchestra.run.trial101.stdout:mon.trial168 trial168 running (45s) 10s ago 45s 45.9M 2048M 20.2.0-677-gf7870454 191e36ff62c2 fe73ab35205a 2026-02-20T23:30:09.503 INFO:teuthology.orchestra.run.trial101.stdout:node-exporter.trial101 trial101 *:9100 running (66s) 10s ago 66s 13.2M - 1.9.1 255ec253085f 9bc4b8d8abf3 2026-02-20T23:30:09.503 INFO:teuthology.orchestra.run.trial101.stdout:node-exporter.trial168 trial168 *:9100 running (47s) 10s ago 47s 9.80M - 1.9.1 255ec253085f 37c4e00f7148 2026-02-20T23:30:09.503 INFO:teuthology.orchestra.run.trial101.stdout:osd.0 trial101 running (21s) 10s ago 21s 41.7M 19.2G 20.2.0-677-gf7870454 191e36ff62c2 986f5fa0f10f 2026-02-20T23:30:09.503 INFO:teuthology.orchestra.run.trial101.stdout:osd.1 trial168 running (21s) 10s ago 21s 42.5M 19.9G 20.2.0-677-gf7870454 191e36ff62c2 7cd299113225 2026-02-20T23:30:09.503 INFO:teuthology.orchestra.run.trial101.stdout:osd.2 trial168 running (19s) 10s ago 19s 41.5M 19.9G 20.2.0-677-gf7870454 191e36ff62c2 9510d5096dd2 2026-02-20T23:30:09.503 INFO:teuthology.orchestra.run.trial101.stdout:osd.3 trial101 running (18s) 10s ago 18s 32.8M 19.2G 20.2.0-677-gf7870454 191e36ff62c2 5ae18880134d 2026-02-20T23:30:09.504 INFO:teuthology.orchestra.run.trial101.stdout:osd.4 trial168 running (16s) 10s ago 16s 34.8M 19.9G 20.2.0-677-gf7870454 191e36ff62c2 63af873fecc2 2026-02-20T23:30:09.504 INFO:teuthology.orchestra.run.trial101.stdout:osd.5 trial101 running (15s) 10s ago 15s 32.9M 19.2G 20.2.0-677-gf7870454 191e36ff62c2 f25ffe86f50e 2026-02-20T23:30:09.504 INFO:teuthology.orchestra.run.trial101.stdout:osd.6 trial168 running (13s) 10s ago 13s 34.0M 19.9G 20.2.0-677-gf7870454 191e36ff62c2 9df3858a1962 2026-02-20T23:30:09.504 INFO:teuthology.orchestra.run.trial101.stdout:osd.7 trial101 running (12s) 10s ago 12s 31.0M 19.2G 20.2.0-677-gf7870454 191e36ff62c2 103636aa0ff9 2026-02-20T23:30:09.504 INFO:teuthology.orchestra.run.trial101.stdout:prometheus.trial101 trial101 *:9095 running (34s) 10s ago 57s 43.4M - 3.6.0 4fcecf061b74 15c8a8b0bb4d 2026-02-20T23:30:09.644 DEBUG:teuthology.orchestra.run.trial101:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:f7870454149f22574086dd2ff55d050585136531 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d509fa29-0eb3-11f1-b056-d404e6e7d460 -- bash -c 'ceph orch ls' 2026-02-20T23:30:09.757 INFO:teuthology.orchestra.run.trial101.stderr:Inferring config /var/lib/ceph/d509fa29-0eb3-11f1-b056-d404e6e7d460/mon.trial101/config 2026-02-20T23:30:09.780 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:30:09 trial101 ceph-mon[35994]: from='client.14564 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-20T23:30:10.011 INFO:teuthology.orchestra.run.trial101.stdout:NAME PORTS RUNNING REFRESHED AGE PLACEMENT 2026-02-20T23:30:10.012 INFO:teuthology.orchestra.run.trial101.stdout:alertmanager ?:9093,9094 1/1 10s ago 81s count:1 2026-02-20T23:30:10.012 INFO:teuthology.orchestra.run.trial101.stdout:ceph-exporter ?:9926 2/2 11s ago 82s * 2026-02-20T23:30:10.012 INFO:teuthology.orchestra.run.trial101.stdout:crash 2/2 11s ago 83s * 2026-02-20T23:30:10.012 INFO:teuthology.orchestra.run.trial101.stdout:grafana ?:3000 1/1 10s ago 82s count:1 2026-02-20T23:30:10.012 INFO:teuthology.orchestra.run.trial101.stdout:mgr 2/2 11s ago 83s count:2 2026-02-20T23:30:10.012 INFO:teuthology.orchestra.run.trial101.stdout:mon 2/2 11s ago 65s trial101:10.20.193.101=trial101;trial168:10.20.193.168=trial168;count:2 2026-02-20T23:30:10.012 INFO:teuthology.orchestra.run.trial101.stdout:node-exporter ?:9100 2/2 11s ago 81s * 2026-02-20T23:30:10.013 INFO:teuthology.orchestra.run.trial101.stdout:osd.all-available-devices 8 11s ago 37s * 2026-02-20T23:30:10.013 INFO:teuthology.orchestra.run.trial101.stdout:prometheus ?:9095 1/1 10s ago 82s count:1 2026-02-20T23:30:10.020 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:30:09 trial168 ceph-mon[42856]: from='client.14564 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-20T23:30:10.150 DEBUG:teuthology.orchestra.run.trial101:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:f7870454149f22574086dd2ff55d050585136531 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d509fa29-0eb3-11f1-b056-d404e6e7d460 -- bash -c 'ceph orch host ls' 2026-02-20T23:30:10.264 INFO:teuthology.orchestra.run.trial101.stderr:Inferring config /var/lib/ceph/d509fa29-0eb3-11f1-b056-d404e6e7d460/mon.trial101/config 2026-02-20T23:30:10.503 INFO:teuthology.orchestra.run.trial101.stdout:HOST ADDR LABELS STATUS 2026-02-20T23:30:10.503 INFO:teuthology.orchestra.run.trial101.stdout:trial101 10.20.193.101 2026-02-20T23:30:10.503 INFO:teuthology.orchestra.run.trial101.stdout:trial168 10.20.193.168 2026-02-20T23:30:10.503 INFO:teuthology.orchestra.run.trial101.stdout:2 hosts in cluster 2026-02-20T23:30:10.643 DEBUG:teuthology.orchestra.run.trial101:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:f7870454149f22574086dd2ff55d050585136531 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d509fa29-0eb3-11f1-b056-d404e6e7d460 -- bash -c 'ceph orch device ls' 2026-02-20T23:30:10.759 INFO:teuthology.orchestra.run.trial101.stderr:Inferring config /var/lib/ceph/d509fa29-0eb3-11f1-b056-d404e6e7d460/mon.trial101/config 2026-02-20T23:30:10.782 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:30:10 trial101 ceph-mon[35994]: from='client.14572 -' entity='client.admin' cmd=[{"prefix": "orch status", "target": ["mon-mgr", ""]}]: dispatch 2026-02-20T23:30:10.782 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:30:10 trial101 ceph-mon[35994]: from='client.14576 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2026-02-20T23:30:10.782 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:30:10 trial101 ceph-mon[35994]: pgmap v40: 1 pgs: 1 active+clean; 577 KiB data, 214 MiB used, 5.5 TiB / 5.5 TiB avail 2026-02-20T23:30:11.003 INFO:teuthology.orchestra.run.trial101.stdout:HOST PATH TYPE DEVICE ID SIZE AVAILABLE REFRESHED REJECT REASONS 2026-02-20T23:30:11.003 INFO:teuthology.orchestra.run.trial101.stdout:trial101 /dev/nvme1n1 ssd MTFDKCC1T9TGP-1BK1JABYY_012510B47D81 1788G No 10s ago Has a FileSystem, LVM detected 2026-02-20T23:30:11.003 INFO:teuthology.orchestra.run.trial101.stdout:trial101 /dev/nvme2n1 ssd MTFDKCC1T9TGP-1BK1JABYY_012510B47A22 1788G No 10s ago Has a FileSystem, LVM detected 2026-02-20T23:30:11.003 INFO:teuthology.orchestra.run.trial101.stdout:trial101 /dev/nvme3n1 ssd Linux_92a5f00a86258c84515f 700G No 10s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2026-02-20T23:30:11.003 INFO:teuthology.orchestra.run.trial101.stdout:trial101 /dev/nvme4n1 ssd Linux_fc18ea2b7e2b758450a6 700G No 10s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2026-02-20T23:30:11.004 INFO:teuthology.orchestra.run.trial101.stdout:trial101 /dev/nvme5n1 ssd Linux_21a093fe7ddd020001aa 700G No 10s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2026-02-20T23:30:11.004 INFO:teuthology.orchestra.run.trial101.stdout:trial101 /dev/nvme6n1 ssd Linux_1eeb378d8b2dc119e705 700G No 10s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2026-02-20T23:30:11.004 INFO:teuthology.orchestra.run.trial101.stdout:trial168 /dev/nvme1n1 ssd MTFDKCC1T9TGP-1BK1JABYY_012510B003C7 1788G No 10s ago Has a FileSystem, LVM detected 2026-02-20T23:30:11.004 INFO:teuthology.orchestra.run.trial101.stdout:trial168 /dev/nvme2n1 ssd MTFDKCC1T9TGP-1BK1JABYY_012510B003B0 1788G No 10s ago Has a FileSystem, LVM detected 2026-02-20T23:30:11.004 INFO:teuthology.orchestra.run.trial101.stdout:trial168 /dev/nvme3n1 ssd Linux_0888255328b6332cf6b5 700G No 10s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2026-02-20T23:30:11.004 INFO:teuthology.orchestra.run.trial101.stdout:trial168 /dev/nvme4n1 ssd Linux_78018e5937f266fedcff 700G No 10s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2026-02-20T23:30:11.004 INFO:teuthology.orchestra.run.trial101.stdout:trial168 /dev/nvme5n1 ssd Linux_b2105773d991ef2b6e93 700G No 10s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2026-02-20T23:30:11.004 INFO:teuthology.orchestra.run.trial101.stdout:trial168 /dev/nvme6n1 ssd Linux_b0d268e900ff09319862 700G No 10s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2026-02-20T23:30:11.019 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:30:10 trial168 ceph-mon[42856]: from='client.14572 -' entity='client.admin' cmd=[{"prefix": "orch status", "target": ["mon-mgr", ""]}]: dispatch 2026-02-20T23:30:11.019 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:30:10 trial168 ceph-mon[42856]: from='client.14576 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2026-02-20T23:30:11.019 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:30:10 trial168 ceph-mon[42856]: pgmap v40: 1 pgs: 1 active+clean; 577 KiB data, 214 MiB used, 5.5 TiB / 5.5 TiB avail 2026-02-20T23:30:11.143 INFO:teuthology.run_tasks:Running task vip... 2026-02-20T23:30:11.161 INFO:tasks.vip:Allocating static IPs for each host... 2026-02-20T23:30:11.161 INFO:tasks.vip:peername 10.20.193.101 2026-02-20T23:30:11.219 INFO:tasks.vip:10.20.193.101 in 10.20.192.0/20, pos 356 2026-02-20T23:30:11.222 INFO:tasks.vip:trial101.front.sepia.ceph.com static 192.168.1.101, vnet 192.168.0.0/16 2026-02-20T23:30:11.222 INFO:tasks.vip:VIPs are [IPv4Address('192.168.17.101')] 2026-02-20T23:30:11.222 DEBUG:teuthology.orchestra.run.trial101:> sudo ip route ls 2026-02-20T23:30:11.248 INFO:teuthology.orchestra.run.trial101.stdout:default via 10.20.192.1 dev enp1s0f0 proto dhcp src 10.20.193.101 metric 102 2026-02-20T23:30:11.248 INFO:teuthology.orchestra.run.trial101.stdout:10.20.192.0/20 dev enp1s0f0 proto kernel scope link src 10.20.193.101 metric 102 2026-02-20T23:30:11.248 INFO:teuthology.orchestra.run.trial101.stdout:169.254.3.0/24 dev enp7s0f4u2u2c2 proto kernel scope link src 169.254.3.1 metric 101 2026-02-20T23:30:11.249 INFO:tasks.vip:Configuring 192.168.1.101 on trial101.front.sepia.ceph.com iface enp1s0f0... 2026-02-20T23:30:11.249 DEBUG:teuthology.orchestra.run.trial101:> sudo ip addr add 192.168.1.101/16 dev enp1s0f0 2026-02-20T23:30:11.315 INFO:tasks.vip:peername 10.20.193.168 2026-02-20T23:30:11.317 INFO:tasks.vip:10.20.193.168 in 10.20.192.0/20, pos 423 2026-02-20T23:30:11.322 INFO:tasks.vip:trial168.front.sepia.ceph.com static 192.168.1.168, vnet 192.168.0.0/16 2026-02-20T23:30:11.322 DEBUG:teuthology.orchestra.run.trial168:> sudo ip route ls 2026-02-20T23:30:11.348 INFO:teuthology.orchestra.run.trial168.stdout:default via 10.20.192.1 dev enp1s0f0 proto dhcp src 10.20.193.168 metric 102 2026-02-20T23:30:11.348 INFO:teuthology.orchestra.run.trial168.stdout:10.20.192.0/20 dev enp1s0f0 proto kernel scope link src 10.20.193.168 metric 102 2026-02-20T23:30:11.349 INFO:teuthology.orchestra.run.trial168.stdout:169.254.3.0/24 dev enp7s0f4u2u2c2 proto kernel scope link src 169.254.3.1 metric 101 2026-02-20T23:30:11.349 INFO:tasks.vip:Configuring 192.168.1.168 on trial168.front.sepia.ceph.com iface enp1s0f0... 2026-02-20T23:30:11.350 DEBUG:teuthology.orchestra.run.trial168:> sudo ip addr add 192.168.1.168/16 dev enp1s0f0 2026-02-20T23:30:11.414 INFO:teuthology.run_tasks:Running task cephadm.shell... 2026-02-20T23:30:11.426 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@trial101.front.sepia.ceph.com 2026-02-20T23:30:11.426 DEBUG:teuthology.orchestra.run.trial101:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:f7870454149f22574086dd2ff55d050585136531 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d509fa29-0eb3-11f1-b056-d404e6e7d460 -- bash -c 'ceph orch device ls --refresh' 2026-02-20T23:30:11.539 INFO:teuthology.orchestra.run.trial101.stderr:Inferring config /var/lib/ceph/d509fa29-0eb3-11f1-b056-d404e6e7d460/mon.trial101/config 2026-02-20T23:30:11.769 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:30:11 trial168 ceph-mon[42856]: from='client.14580 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2026-02-20T23:30:11.770 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:30:11 trial168 ceph-mon[42856]: from='client.14584 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2026-02-20T23:30:11.773 INFO:teuthology.orchestra.run.trial101.stdout:HOST PATH TYPE DEVICE ID SIZE AVAILABLE REFRESHED REJECT REASONS 2026-02-20T23:30:11.773 INFO:teuthology.orchestra.run.trial101.stdout:trial101 /dev/nvme1n1 ssd MTFDKCC1T9TGP-1BK1JABYY_012510B47D81 1788G No 11s ago Has a FileSystem, LVM detected 2026-02-20T23:30:11.773 INFO:teuthology.orchestra.run.trial101.stdout:trial101 /dev/nvme2n1 ssd MTFDKCC1T9TGP-1BK1JABYY_012510B47A22 1788G No 11s ago Has a FileSystem, LVM detected 2026-02-20T23:30:11.773 INFO:teuthology.orchestra.run.trial101.stdout:trial101 /dev/nvme3n1 ssd Linux_92a5f00a86258c84515f 700G No 11s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2026-02-20T23:30:11.773 INFO:teuthology.orchestra.run.trial101.stdout:trial101 /dev/nvme4n1 ssd Linux_fc18ea2b7e2b758450a6 700G No 11s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2026-02-20T23:30:11.773 INFO:teuthology.orchestra.run.trial101.stdout:trial101 /dev/nvme5n1 ssd Linux_21a093fe7ddd020001aa 700G No 11s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2026-02-20T23:30:11.773 INFO:teuthology.orchestra.run.trial101.stdout:trial101 /dev/nvme6n1 ssd Linux_1eeb378d8b2dc119e705 700G No 11s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2026-02-20T23:30:11.773 INFO:teuthology.orchestra.run.trial101.stdout:trial168 /dev/nvme1n1 ssd MTFDKCC1T9TGP-1BK1JABYY_012510B003C7 1788G No 11s ago Has a FileSystem, LVM detected 2026-02-20T23:30:11.773 INFO:teuthology.orchestra.run.trial101.stdout:trial168 /dev/nvme2n1 ssd MTFDKCC1T9TGP-1BK1JABYY_012510B003B0 1788G No 11s ago Has a FileSystem, LVM detected 2026-02-20T23:30:11.773 INFO:teuthology.orchestra.run.trial101.stdout:trial168 /dev/nvme3n1 ssd Linux_0888255328b6332cf6b5 700G No 11s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2026-02-20T23:30:11.773 INFO:teuthology.orchestra.run.trial101.stdout:trial168 /dev/nvme4n1 ssd Linux_78018e5937f266fedcff 700G No 11s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2026-02-20T23:30:11.773 INFO:teuthology.orchestra.run.trial101.stdout:trial168 /dev/nvme5n1 ssd Linux_b2105773d991ef2b6e93 700G No 11s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2026-02-20T23:30:11.773 INFO:teuthology.orchestra.run.trial101.stdout:trial168 /dev/nvme6n1 ssd Linux_b0d268e900ff09319862 700G No 11s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2026-02-20T23:30:11.774 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:30:11 trial101 ceph-mon[35994]: from='client.14580 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2026-02-20T23:30:11.774 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:30:11 trial101 ceph-mon[35994]: from='client.14584 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2026-02-20T23:30:11.913 INFO:teuthology.run_tasks:Running task vip.exec... 2026-02-20T23:30:11.928 INFO:tasks.vip:Running commands on role host.a host ubuntu@trial101.front.sepia.ceph.com 2026-02-20T23:30:11.928 DEBUG:teuthology.orchestra.run.trial101:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'systemctl stop nfs-server' 2026-02-20T23:30:11.951 INFO:teuthology.orchestra.run.trial101.stderr:+ systemctl stop nfs-server 2026-02-20T23:30:11.957 INFO:tasks.vip:Running commands on role host.b host ubuntu@trial168.front.sepia.ceph.com 2026-02-20T23:30:11.957 DEBUG:teuthology.orchestra.run.trial168:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'systemctl stop nfs-server' 2026-02-20T23:30:11.981 INFO:teuthology.orchestra.run.trial168.stderr:+ systemctl stop nfs-server 2026-02-20T23:30:11.987 INFO:teuthology.run_tasks:Running task cephadm.shell... 2026-02-20T23:30:12.001 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@trial101.front.sepia.ceph.com 2026-02-20T23:30:12.001 DEBUG:teuthology.orchestra.run.trial101:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:f7870454149f22574086dd2ff55d050585136531 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d509fa29-0eb3-11f1-b056-d404e6e7d460 -- bash -c 'ceph fs volume create foofs' 2026-02-20T23:30:12.120 INFO:teuthology.orchestra.run.trial101.stderr:Inferring config /var/lib/ceph/d509fa29-0eb3-11f1-b056-d404e6e7d460/mon.trial101/config 2026-02-20T23:30:12.624 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:30:12 trial101 ceph-mon[35994]: from='client.14588 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "target": ["mon-mgr", ""]}]: dispatch 2026-02-20T23:30:12.624 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:30:12 trial101 ceph-mon[35994]: pgmap v41: 1 pgs: 1 active+clean; 577 KiB data, 214 MiB used, 5.5 TiB / 5.5 TiB avail 2026-02-20T23:30:12.624 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:30:12 trial101 ceph-mon[35994]: from='client.14592 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "refresh": true, "target": ["mon-mgr", ""]}]: dispatch 2026-02-20T23:30:12.624 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:30:12 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-20T23:30:12.624 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:30:12 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "osd pool create", "pool": "cephfs.foofs.meta"} : dispatch 2026-02-20T23:30:12.624 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:30:12 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:30:12.624 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:30:12 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:30:12.624 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:30:12 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:30:12.624 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:30:12 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:30:12.892 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:30:12 trial168 ceph-mon[42856]: from='client.14588 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "target": ["mon-mgr", ""]}]: dispatch 2026-02-20T23:30:12.893 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:30:12 trial168 ceph-mon[42856]: pgmap v41: 1 pgs: 1 active+clean; 577 KiB data, 214 MiB used, 5.5 TiB / 5.5 TiB avail 2026-02-20T23:30:12.893 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:30:12 trial168 ceph-mon[42856]: from='client.14592 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "refresh": true, "target": ["mon-mgr", ""]}]: dispatch 2026-02-20T23:30:12.893 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:30:12 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-20T23:30:12.893 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:30:12 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "osd pool create", "pool": "cephfs.foofs.meta"} : dispatch 2026-02-20T23:30:12.893 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:30:12 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:30:12.893 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:30:12 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:30:12.893 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:30:12 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:30:12.893 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:30:12 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:30:13.610 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:30:13 trial101 ceph-mon[35994]: from='client.14596 -' entity='client.admin' cmd=[{"prefix": "fs volume create", "name": "foofs", "target": ["mon-mgr", ""]}]: dispatch 2026-02-20T23:30:13.610 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:30:13 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd='[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]': finished 2026-02-20T23:30:13.610 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:30:13 trial101 ceph-mon[35994]: osdmap e26: 8 total, 8 up, 8 in 2026-02-20T23:30:13.611 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:30:13 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"bulk": true, "prefix": "osd pool create", "pool": "cephfs.foofs.data"} : dispatch 2026-02-20T23:30:13.611 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:30:13 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:30:13.611 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:30:13 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:30:13.611 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:30:13 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:30:13.611 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:30:13 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:30:13.611 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:30:13 trial101 ceph-d509fa29-0eb3-11f1-b056-d404e6e7d460-mon-trial101[35968]: 2026-02-20T23:30:13.589+0000 7f0ed15cf640 -1 log_channel(cluster) log [ERR] : Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2026-02-20T23:30:13.744 DEBUG:teuthology.orchestra.run.trial101:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:f7870454149f22574086dd2ff55d050585136531 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d509fa29-0eb3-11f1-b056-d404e6e7d460 -- bash -c 'ceph nfs cluster create foo --ingress --virtual-ip 192.168.17.101/16 --port 2999' 2026-02-20T23:30:13.862 INFO:teuthology.orchestra.run.trial101.stderr:Inferring config /var/lib/ceph/d509fa29-0eb3-11f1-b056-d404e6e7d460/mon.trial101/config 2026-02-20T23:30:14.020 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:30:13 trial168 ceph-mon[42856]: from='client.14596 -' entity='client.admin' cmd=[{"prefix": "fs volume create", "name": "foofs", "target": ["mon-mgr", ""]}]: dispatch 2026-02-20T23:30:14.020 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:30:13 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd='[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]': finished 2026-02-20T23:30:14.021 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:30:13 trial168 ceph-mon[42856]: osdmap e26: 8 total, 8 up, 8 in 2026-02-20T23:30:14.021 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:30:13 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"bulk": true, "prefix": "osd pool create", "pool": "cephfs.foofs.data"} : dispatch 2026-02-20T23:30:14.021 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:30:13 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:30:14.021 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:30:13 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:30:14.021 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:30:13 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:30:14.021 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:30:13 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:30:14.770 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:30:14 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd='[{"bulk": true, "prefix": "osd pool create", "pool": "cephfs.foofs.data"}]': finished 2026-02-20T23:30:14.770 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:30:14 trial168 ceph-mon[42856]: osdmap e27: 8 total, 8 up, 8 in 2026-02-20T23:30:14.770 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:30:14 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"} : dispatch 2026-02-20T23:30:14.770 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:30:14 trial168 ceph-mon[42856]: Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2026-02-20T23:30:14.771 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:30:14 trial168 ceph-mon[42856]: Health check failed: 1 filesystem is online with fewer MDS than max_mds (MDS_UP_LESS_THAN_MAX) 2026-02-20T23:30:14.771 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:30:14 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd='[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]': finished 2026-02-20T23:30:14.771 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:30:14 trial168 ceph-mon[42856]: osdmap e28: 8 total, 8 up, 8 in 2026-02-20T23:30:14.771 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:30:14 trial168 ceph-mon[42856]: fsmap foofs:0 2026-02-20T23:30:14.771 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:30:14 trial168 ceph-mon[42856]: Saving service mds.foofs spec with placement count:2 2026-02-20T23:30:14.771 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:30:14 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:30:14.771 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:30:14 trial168 ceph-mon[42856]: pgmap v45: 65 pgs: 17 creating+peering, 47 unknown, 1 active+clean; 577 KiB data, 214 MiB used, 5.5 TiB / 5.5 TiB avail 2026-02-20T23:30:14.771 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:30:14 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:30:14.771 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:30:14 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:30:14.771 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:30:14 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "osd pool create", "pool": ".nfs", "yes_i_really_mean_it": true} : dispatch 2026-02-20T23:30:14.771 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:30:14 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:30:14.772 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:30:14 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:30:14.772 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:30:14 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-20T23:30:14.772 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:30:14 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-20T23:30:14.772 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:30:14 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:30:14.772 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:30:14 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-20T23:30:14.772 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:30:14 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "auth get-or-create", "entity": "mds.foofs.trial168.khqvuu", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]} : dispatch 2026-02-20T23:30:14.772 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:30:14 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.trial168.khqvuu", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2026-02-20T23:30:14.772 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:30:14 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-20T23:30:14.870 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:30:14 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd='[{"bulk": true, "prefix": "osd pool create", "pool": "cephfs.foofs.data"}]': finished 2026-02-20T23:30:14.870 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:30:14 trial101 ceph-mon[35994]: osdmap e27: 8 total, 8 up, 8 in 2026-02-20T23:30:14.870 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:30:14 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"} : dispatch 2026-02-20T23:30:14.870 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:30:14 trial101 ceph-mon[35994]: Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2026-02-20T23:30:14.870 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:30:14 trial101 ceph-mon[35994]: Health check failed: 1 filesystem is online with fewer MDS than max_mds (MDS_UP_LESS_THAN_MAX) 2026-02-20T23:30:14.870 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:30:14 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd='[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]': finished 2026-02-20T23:30:14.870 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:30:14 trial101 ceph-mon[35994]: osdmap e28: 8 total, 8 up, 8 in 2026-02-20T23:30:14.870 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:30:14 trial101 ceph-mon[35994]: fsmap foofs:0 2026-02-20T23:30:14.870 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:30:14 trial101 ceph-mon[35994]: Saving service mds.foofs spec with placement count:2 2026-02-20T23:30:14.870 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:30:14 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:30:14.870 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:30:14 trial101 ceph-mon[35994]: pgmap v45: 65 pgs: 17 creating+peering, 47 unknown, 1 active+clean; 577 KiB data, 214 MiB used, 5.5 TiB / 5.5 TiB avail 2026-02-20T23:30:14.870 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:30:14 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:30:14.870 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:30:14 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:30:14.870 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:30:14 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "osd pool create", "pool": ".nfs", "yes_i_really_mean_it": true} : dispatch 2026-02-20T23:30:14.870 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:30:14 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:30:14.870 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:30:14 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:30:14.870 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:30:14 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-20T23:30:14.870 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:30:14 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-20T23:30:14.870 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:30:14 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:30:14.870 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:30:14 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-20T23:30:14.870 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:30:14 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "auth get-or-create", "entity": "mds.foofs.trial168.khqvuu", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]} : dispatch 2026-02-20T23:30:14.870 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:30:14 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.trial168.khqvuu", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2026-02-20T23:30:14.870 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:30:14 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-20T23:30:15.827 DEBUG:teuthology.orchestra.run.trial101:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:f7870454149f22574086dd2ff55d050585136531 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d509fa29-0eb3-11f1-b056-d404e6e7d460 -- bash -c 'ceph nfs export create cephfs --fsname foofs --cluster-id foo --pseudo-path /fake' 2026-02-20T23:30:15.850 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:30:15 trial101 ceph-mon[35994]: from='client.14600 -' entity='client.admin' cmd=[{"prefix": "nfs cluster create", "cluster_id": "foo", "ingress": true, "virtual_ip": "192.168.17.101/16", "port": 2999, "target": ["mon-mgr", ""]}]: dispatch 2026-02-20T23:30:15.851 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:30:15 trial101 ceph-mon[35994]: Deploying daemon mds.foofs.trial168.khqvuu on trial168 2026-02-20T23:30:15.851 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:30:15 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd='[{"prefix": "osd pool create", "pool": ".nfs", "yes_i_really_mean_it": true}]': finished 2026-02-20T23:30:15.851 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:30:15 trial101 ceph-mon[35994]: osdmap e29: 8 total, 8 up, 8 in 2026-02-20T23:30:15.851 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:30:15 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"} : dispatch 2026-02-20T23:30:15.851 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:30:15 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:30:15.851 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:30:15 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:30:15.851 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:30:15 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:30:15.851 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:30:15 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "auth get-or-create", "entity": "mds.foofs.trial101.bunxqw", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]} : dispatch 2026-02-20T23:30:15.852 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:30:15 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.trial101.bunxqw", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2026-02-20T23:30:15.852 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:30:15 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-20T23:30:15.950 INFO:teuthology.orchestra.run.trial101.stderr:Inferring config /var/lib/ceph/d509fa29-0eb3-11f1-b056-d404e6e7d460/mon.trial101/config 2026-02-20T23:30:16.020 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:30:15 trial168 ceph-mon[42856]: from='client.14600 -' entity='client.admin' cmd=[{"prefix": "nfs cluster create", "cluster_id": "foo", "ingress": true, "virtual_ip": "192.168.17.101/16", "port": 2999, "target": ["mon-mgr", ""]}]: dispatch 2026-02-20T23:30:16.020 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:30:15 trial168 ceph-mon[42856]: Deploying daemon mds.foofs.trial168.khqvuu on trial168 2026-02-20T23:30:16.020 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:30:15 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd='[{"prefix": "osd pool create", "pool": ".nfs", "yes_i_really_mean_it": true}]': finished 2026-02-20T23:30:16.020 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:30:15 trial168 ceph-mon[42856]: osdmap e29: 8 total, 8 up, 8 in 2026-02-20T23:30:16.020 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:30:15 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"} : dispatch 2026-02-20T23:30:16.020 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:30:15 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:30:16.020 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:30:15 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:30:16.020 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:30:15 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:30:16.020 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:30:15 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "auth get-or-create", "entity": "mds.foofs.trial101.bunxqw", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]} : dispatch 2026-02-20T23:30:16.020 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:30:15 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.trial101.bunxqw", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2026-02-20T23:30:16.020 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:30:15 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-20T23:30:16.250 INFO:teuthology.orchestra.run.trial101.stdout:{ 2026-02-20T23:30:16.250 INFO:teuthology.orchestra.run.trial101.stdout: "bind": "/fake", 2026-02-20T23:30:16.250 INFO:teuthology.orchestra.run.trial101.stdout: "cluster": "foo", 2026-02-20T23:30:16.250 INFO:teuthology.orchestra.run.trial101.stdout: "fs": "foofs", 2026-02-20T23:30:16.250 INFO:teuthology.orchestra.run.trial101.stdout: "mode": "RW", 2026-02-20T23:30:16.250 INFO:teuthology.orchestra.run.trial101.stdout: "path": "/" 2026-02-20T23:30:16.251 INFO:teuthology.orchestra.run.trial101.stdout:} 2026-02-20T23:30:16.392 INFO:teuthology.run_tasks:Running task cephadm.wait_for_service... 2026-02-20T23:30:16.404 INFO:tasks.cephadm:Waiting for ceph service nfs.foo to start (timeout 300)... 2026-02-20T23:30:16.404 DEBUG:teuthology.orchestra.run.trial101:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:f7870454149f22574086dd2ff55d050585136531 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d509fa29-0eb3-11f1-b056-d404e6e7d460 -- ceph orch ls -f json 2026-02-20T23:30:16.551 INFO:teuthology.orchestra.run.trial101.stderr:Inferring config /var/lib/ceph/d509fa29-0eb3-11f1-b056-d404e6e7d460/mon.trial101/config 2026-02-20T23:30:16.799 INFO:teuthology.orchestra.run.trial101.stdout: 2026-02-20T23:30:16.799 INFO:teuthology.orchestra.run.trial101.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2026-02-20T23:28:48.643347Z", "last_refresh": "2026-02-20T23:30:12.787259Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2026-02-20T23:29:19.969672Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"prio_limit": 5, "stats_period": 5}, "status": {"created": "2026-02-20T23:28:47.192837Z", "last_refresh": "2026-02-20T23:30:12.787157Z", "ports": [9926], "running": 2, "size": 2}}, {"events": ["2026-02-20T23:29:20.771773Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2026-02-20T23:28:46.835054Z", "last_refresh": "2026-02-20T23:30:12.787193Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2026-02-20T23:28:47.926870Z", "last_refresh": "2026-02-20T23:30:12.787313Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2026-02-20T23:30:15.617529Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "first_virtual_router_id": 50, "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "192.168.17.101/16"}, "status": {"created": "2026-02-20T23:30:15.616257Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "192.168.17.101/16"}}, {"events": ["2026-02-20T23:30:16.014512Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2026-02-20T23:30:13.597137Z", "last_refresh": "2026-02-20T23:30:16.723419Z", "running": 1, "size": 2}}, {"events": ["2026-02-20T23:29:22.739648Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2026-02-20T23:28:46.453152Z", "last_refresh": "2026-02-20T23:30:12.787118Z", "running": 2, "size": 2}}, {"events": ["2026-02-20T23:29:23.844217Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["trial101:10.20.193.101=trial101", "trial168:10.20.193.168=trial168"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2026-02-20T23:29:04.129750Z", "last_refresh": "2026-02-20T23:30:12.787059Z", "running": 2, "size": 2}}, {"events": ["2026-02-20T23:30:15.615671Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2026-02-20T23:30:15.613944Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2026-02-20T23:29:21.885814Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2026-02-20T23:28:48.284219Z", "last_refresh": "2026-02-20T23:30:12.787227Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2026-02-20T23:29:32.079909Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2026-02-20T23:29:32.077364Z", "last_refresh": "2026-02-20T23:30:12.787436Z", "running": 8, "size": 8}}, {"events": ["2026-02-20T23:29:28.853639Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2026-02-20T23:28:47.565474Z", "last_refresh": "2026-02-20T23:30:12.787389Z", "ports": [9095], "running": 1, "size": 1}}] 2026-02-20T23:30:16.859 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:30:16 trial101 ceph-mon[35994]: Deploying daemon mds.foofs.trial101.bunxqw on trial101 2026-02-20T23:30:16.859 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:30:16 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd='[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]': finished 2026-02-20T23:30:16.859 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:30:16 trial101 ceph-mon[35994]: osdmap e30: 8 total, 8 up, 8 in 2026-02-20T23:30:16.859 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:30:16 trial101 ceph-mon[35994]: mds.? [v2:10.20.193.168:6832/3589386052,v1:10.20.193.168:6833/3589386052] up:boot 2026-02-20T23:30:16.859 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:30:16 trial101 ceph-mon[35994]: daemon mds.foofs.trial168.khqvuu assigned to filesystem foofs as rank 0 (now has 1 ranks) 2026-02-20T23:30:16.859 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:30:16 trial101 ceph-mon[35994]: Health check cleared: MDS_ALL_DOWN (was: 1 filesystem is offline) 2026-02-20T23:30:16.859 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:30:16 trial101 ceph-mon[35994]: Health check cleared: MDS_UP_LESS_THAN_MAX (was: 1 filesystem is online with fewer MDS than max_mds) 2026-02-20T23:30:16.859 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:30:16 trial101 ceph-mon[35994]: Cluster is now healthy 2026-02-20T23:30:16.859 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:30:16 trial101 ceph-mon[35994]: fsmap foofs:0 1 up:standby 2026-02-20T23:30:16.859 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:30:16 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "mds metadata", "who": "foofs.trial168.khqvuu"} : dispatch 2026-02-20T23:30:16.859 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:30:16 trial101 ceph-mon[35994]: fsmap foofs:1 {0=foofs.trial168.khqvuu=up:creating} 2026-02-20T23:30:16.859 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:30:16 trial101 ceph-mon[35994]: daemon mds.foofs.trial168.khqvuu is now active in filesystem foofs as rank 0 2026-02-20T23:30:16.859 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:30:16 trial101 ceph-mon[35994]: Saving service nfs.foo spec with placement count:1 2026-02-20T23:30:16.859 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:30:16 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:30:16.859 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:30:16 trial101 ceph-mon[35994]: Saving service ingress.nfs.foo spec with placement count:2 2026-02-20T23:30:16.859 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:30:16 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:30:16.859 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:30:16 trial101 ceph-mon[35994]: pgmap v48: 97 pgs: 24 creating+peering, 58 unknown, 15 active+clean; 577 KiB data, 214 MiB used, 5.5 TiB / 5.5 TiB avail 2026-02-20T23:30:16.859 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:30:16 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-02-20T23:30:16.859 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:30:16 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:30:16.859 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:30:16 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:30:16.859 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:30:16 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:30:16.859 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:30:16 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:30:16.859 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:30:16 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:30:16.860 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:30:16 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-20T23:30:16.860 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:30:16 trial101 ceph-mon[35994]: mds.? [v2:10.20.193.168:6832/3589386052,v1:10.20.193.168:6833/3589386052] up:active 2026-02-20T23:30:16.860 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:30:16 trial101 ceph-mon[35994]: mds.? [v2:10.20.193.101:6834/4133292,v1:10.20.193.101:6835/4133292] up:boot 2026-02-20T23:30:16.860 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:30:16 trial101 ceph-mon[35994]: fsmap foofs:1 {0=foofs.trial168.khqvuu=up:active} 1 up:standby 2026-02-20T23:30:16.860 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:30:16 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "mds metadata", "who": "foofs.trial101.bunxqw"} : dispatch 2026-02-20T23:30:16.860 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:30:16 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "auth get-or-create", "entity": "client.nfs.foo.foofs.94ac2614", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo, allow rw tag cephfs data=foofs", "mds", "allow rw path=/"], "format": "json"} : dispatch 2026-02-20T23:30:16.860 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:30:16 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.foofs.94ac2614", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo, allow rw tag cephfs data=foofs", "mds", "allow rw path=/"], "format": "json"}]': finished 2026-02-20T23:30:16.860 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:30:16 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "auth get-or-create", "entity": "client.nfs.foo.foofs.94ac2614", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo, allow rw tag cephfs data=foofs", "mds", "allow rw path=/"], "format": "json"} : dispatch 2026-02-20T23:30:16.943 INFO:tasks.cephadm:nfs.foo has 0/1 2026-02-20T23:30:17.020 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:30:16 trial168 ceph-mon[42856]: Deploying daemon mds.foofs.trial101.bunxqw on trial101 2026-02-20T23:30:17.020 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:30:16 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd='[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]': finished 2026-02-20T23:30:17.021 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:30:16 trial168 ceph-mon[42856]: osdmap e30: 8 total, 8 up, 8 in 2026-02-20T23:30:17.021 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:30:16 trial168 ceph-mon[42856]: mds.? [v2:10.20.193.168:6832/3589386052,v1:10.20.193.168:6833/3589386052] up:boot 2026-02-20T23:30:17.021 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:30:16 trial168 ceph-mon[42856]: daemon mds.foofs.trial168.khqvuu assigned to filesystem foofs as rank 0 (now has 1 ranks) 2026-02-20T23:30:17.021 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:30:16 trial168 ceph-mon[42856]: Health check cleared: MDS_ALL_DOWN (was: 1 filesystem is offline) 2026-02-20T23:30:17.021 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:30:16 trial168 ceph-mon[42856]: Health check cleared: MDS_UP_LESS_THAN_MAX (was: 1 filesystem is online with fewer MDS than max_mds) 2026-02-20T23:30:17.021 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:30:16 trial168 ceph-mon[42856]: Cluster is now healthy 2026-02-20T23:30:17.021 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:30:16 trial168 ceph-mon[42856]: fsmap foofs:0 1 up:standby 2026-02-20T23:30:17.021 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:30:16 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "mds metadata", "who": "foofs.trial168.khqvuu"} : dispatch 2026-02-20T23:30:17.021 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:30:16 trial168 ceph-mon[42856]: fsmap foofs:1 {0=foofs.trial168.khqvuu=up:creating} 2026-02-20T23:30:17.021 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:30:16 trial168 ceph-mon[42856]: daemon mds.foofs.trial168.khqvuu is now active in filesystem foofs as rank 0 2026-02-20T23:30:17.021 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:30:16 trial168 ceph-mon[42856]: Saving service nfs.foo spec with placement count:1 2026-02-20T23:30:17.021 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:30:16 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:30:17.021 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:30:16 trial168 ceph-mon[42856]: Saving service ingress.nfs.foo spec with placement count:2 2026-02-20T23:30:17.021 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:30:16 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:30:17.021 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:30:16 trial168 ceph-mon[42856]: pgmap v48: 97 pgs: 24 creating+peering, 58 unknown, 15 active+clean; 577 KiB data, 214 MiB used, 5.5 TiB / 5.5 TiB avail 2026-02-20T23:30:17.021 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:30:16 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-02-20T23:30:17.022 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:30:16 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:30:17.022 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:30:16 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:30:17.022 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:30:16 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:30:17.022 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:30:16 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:30:17.022 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:30:16 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:30:17.022 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:30:16 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-20T23:30:17.022 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:30:16 trial168 ceph-mon[42856]: mds.? [v2:10.20.193.168:6832/3589386052,v1:10.20.193.168:6833/3589386052] up:active 2026-02-20T23:30:17.022 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:30:16 trial168 ceph-mon[42856]: mds.? [v2:10.20.193.101:6834/4133292,v1:10.20.193.101:6835/4133292] up:boot 2026-02-20T23:30:17.022 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:30:16 trial168 ceph-mon[42856]: fsmap foofs:1 {0=foofs.trial168.khqvuu=up:active} 1 up:standby 2026-02-20T23:30:17.022 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:30:16 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "mds metadata", "who": "foofs.trial101.bunxqw"} : dispatch 2026-02-20T23:30:17.022 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:30:16 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "auth get-or-create", "entity": "client.nfs.foo.foofs.94ac2614", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo, allow rw tag cephfs data=foofs", "mds", "allow rw path=/"], "format": "json"} : dispatch 2026-02-20T23:30:17.022 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:30:16 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.foofs.94ac2614", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo, allow rw tag cephfs data=foofs", "mds", "allow rw path=/"], "format": "json"}]': finished 2026-02-20T23:30:17.022 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:30:16 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "auth get-or-create", "entity": "client.nfs.foo.foofs.94ac2614", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo, allow rw tag cephfs data=foofs", "mds", "allow rw path=/"], "format": "json"} : dispatch 2026-02-20T23:30:17.870 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:30:17 trial101 ceph-mon[35994]: from='client.14614 -' entity='client.admin' cmd=[{"prefix": "nfs export create cephfs", "fsname": "foofs", "cluster_id": "foo", "pseudo_path": "/fake", "target": ["mon-mgr", ""]}]: dispatch 2026-02-20T23:30:17.870 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:30:17 trial101 ceph-mon[35994]: osdmap e31: 8 total, 8 up, 8 in 2026-02-20T23:30:17.870 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:30:17 trial101 ceph-mon[35994]: mgrmap e20: trial101.twcqls(active, since 60s), standbys: trial168.iztvhl 2026-02-20T23:30:17.871 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:30:17 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:30:17.871 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:30:17 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:30:17.871 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:30:17 trial101 ceph-mon[35994]: from='client.14630 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-20T23:30:17.871 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:30:17 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:30:17.871 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:30:17 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:30:17.871 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:30:17 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-20T23:30:17.871 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:30:17 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-20T23:30:17.871 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:30:17 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:30:17.871 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:30:17 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-20T23:30:17.871 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:30:17 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:30:17.871 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:30:17 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.trial101.rwlund", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]} : dispatch 2026-02-20T23:30:17.872 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:30:17 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.trial101.rwlund", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2026-02-20T23:30:17.872 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:30:17 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]} : dispatch 2026-02-20T23:30:17.872 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:30:17 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]': finished 2026-02-20T23:30:17.872 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:30:17 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-20T23:30:17.872 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:30:17 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"} : dispatch 2026-02-20T23:30:17.872 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:30:17 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2026-02-20T23:30:17.872 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:30:17 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.trial101.rwlund-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]} : dispatch 2026-02-20T23:30:17.872 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:30:17 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.trial101.rwlund-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2026-02-20T23:30:17.872 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:30:17 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-20T23:30:17.944 DEBUG:teuthology.orchestra.run.trial101:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:f7870454149f22574086dd2ff55d050585136531 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d509fa29-0eb3-11f1-b056-d404e6e7d460 -- ceph orch ls -f json 2026-02-20T23:30:18.020 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:30:17 trial168 ceph-mon[42856]: from='client.14614 -' entity='client.admin' cmd=[{"prefix": "nfs export create cephfs", "fsname": "foofs", "cluster_id": "foo", "pseudo_path": "/fake", "target": ["mon-mgr", ""]}]: dispatch 2026-02-20T23:30:18.021 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:30:17 trial168 ceph-mon[42856]: osdmap e31: 8 total, 8 up, 8 in 2026-02-20T23:30:18.021 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:30:17 trial168 ceph-mon[42856]: mgrmap e20: trial101.twcqls(active, since 60s), standbys: trial168.iztvhl 2026-02-20T23:30:18.021 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:30:17 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:30:18.021 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:30:17 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:30:18.021 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:30:17 trial168 ceph-mon[42856]: from='client.14630 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-20T23:30:18.022 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:30:17 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:30:18.022 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:30:17 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:30:18.022 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:30:17 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-20T23:30:18.022 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:30:17 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-20T23:30:18.022 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:30:17 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:30:18.022 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:30:17 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-20T23:30:18.023 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:30:17 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:30:18.023 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:30:17 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.trial101.rwlund", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]} : dispatch 2026-02-20T23:30:18.023 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:30:17 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.trial101.rwlund", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2026-02-20T23:30:18.023 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:30:17 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]} : dispatch 2026-02-20T23:30:18.023 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:30:17 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]': finished 2026-02-20T23:30:18.024 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:30:17 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-20T23:30:18.024 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:30:17 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"} : dispatch 2026-02-20T23:30:18.024 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:30:17 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2026-02-20T23:30:18.024 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:30:17 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.trial101.rwlund-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]} : dispatch 2026-02-20T23:30:18.024 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:30:17 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.trial101.rwlund-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2026-02-20T23:30:18.024 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:30:17 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-20T23:30:18.070 INFO:teuthology.orchestra.run.trial101.stderr:Inferring config /var/lib/ceph/d509fa29-0eb3-11f1-b056-d404e6e7d460/mon.trial101/config 2026-02-20T23:30:18.361 INFO:teuthology.orchestra.run.trial101.stdout: 2026-02-20T23:30:18.361 INFO:teuthology.orchestra.run.trial101.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2026-02-20T23:28:48.643347Z", "last_refresh": "2026-02-20T23:30:17.148340Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2026-02-20T23:29:19.969672Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"prio_limit": 5, "stats_period": 5}, "status": {"created": "2026-02-20T23:28:47.192837Z", "last_refresh": "2026-02-20T23:30:16.723066Z", "ports": [9926], "running": 2, "size": 2}}, {"events": ["2026-02-20T23:29:20.771773Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2026-02-20T23:28:46.835054Z", "last_refresh": "2026-02-20T23:30:16.723124Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2026-02-20T23:28:47.926870Z", "last_refresh": "2026-02-20T23:30:17.148395Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2026-02-20T23:30:15.617529Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "first_virtual_router_id": 50, "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "192.168.17.101/16"}, "status": {"created": "2026-02-20T23:30:15.616257Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "192.168.17.101/16"}}, {"events": ["2026-02-20T23:30:16.014512Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2026-02-20T23:30:13.597137Z", "last_refresh": "2026-02-20T23:30:16.723419Z", "running": 2, "size": 2}}, {"events": ["2026-02-20T23:29:22.739648Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2026-02-20T23:28:46.453152Z", "last_refresh": "2026-02-20T23:30:16.723200Z", "running": 2, "size": 2}}, {"events": ["2026-02-20T23:29:23.844217Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["trial101:10.20.193.101=trial101", "trial168:10.20.193.168=trial168"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2026-02-20T23:29:04.129750Z", "last_refresh": "2026-02-20T23:30:16.723235Z", "running": 2, "size": 2}}, {"events": ["2026-02-20T23:30:17.379988Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2026-02-20T23:30:15.613944Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2026-02-20T23:29:21.885814Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2026-02-20T23:28:48.284219Z", "last_refresh": "2026-02-20T23:30:16.723163Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2026-02-20T23:29:32.079909Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2026-02-20T23:29:32.077364Z", "last_refresh": "2026-02-20T23:30:16.723269Z", "running": 8, "size": 8}}, {"events": ["2026-02-20T23:29:28.853639Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2026-02-20T23:28:47.565474Z", "last_refresh": "2026-02-20T23:30:17.148437Z", "ports": [9095], "running": 1, "size": 1}}] 2026-02-20T23:30:18.506 INFO:tasks.cephadm:nfs.foo has 0/1 2026-02-20T23:30:18.870 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:30:18 trial101 ceph-mon[35994]: Creating key for client.nfs.foo.0.0.trial101.rwlund 2026-02-20T23:30:18.870 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:30:18 trial101 ceph-mon[35994]: Ensuring 0 is in the ganesha grace table 2026-02-20T23:30:18.870 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:30:18 trial101 ceph-mon[35994]: Rados config object exists: conf-nfs.foo 2026-02-20T23:30:18.870 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:30:18 trial101 ceph-mon[35994]: Creating key for client.nfs.foo.0.0.trial101.rwlund-rgw 2026-02-20T23:30:18.870 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:30:18 trial101 ceph-mon[35994]: Bind address in nfs.foo.0.0.trial101.rwlund's ganesha conf is defaulting to empty 2026-02-20T23:30:18.870 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:30:18 trial101 ceph-mon[35994]: Deploying daemon nfs.foo.0.0.trial101.rwlund on trial101 2026-02-20T23:30:18.870 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:30:18 trial101 ceph-mon[35994]: pgmap v50: 97 pgs: 24 creating+peering, 21 unknown, 52 active+clean; 577 KiB data, 215 MiB used, 5.5 TiB / 5.5 TiB avail; 2.0 KiB/s wr, 2 op/s 2026-02-20T23:30:18.870 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:30:18 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:30:18.870 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:30:18 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:30:18.870 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:30:18 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:30:18.870 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:30:18 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:30:18.870 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:30:18 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:30:19.020 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:30:18 trial168 ceph-mon[42856]: Creating key for client.nfs.foo.0.0.trial101.rwlund 2026-02-20T23:30:19.020 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:30:18 trial168 ceph-mon[42856]: Ensuring 0 is in the ganesha grace table 2026-02-20T23:30:19.020 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:30:18 trial168 ceph-mon[42856]: Rados config object exists: conf-nfs.foo 2026-02-20T23:30:19.020 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:30:18 trial168 ceph-mon[42856]: Creating key for client.nfs.foo.0.0.trial101.rwlund-rgw 2026-02-20T23:30:19.020 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:30:18 trial168 ceph-mon[42856]: Bind address in nfs.foo.0.0.trial101.rwlund's ganesha conf is defaulting to empty 2026-02-20T23:30:19.020 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:30:18 trial168 ceph-mon[42856]: Deploying daemon nfs.foo.0.0.trial101.rwlund on trial101 2026-02-20T23:30:19.020 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:30:18 trial168 ceph-mon[42856]: pgmap v50: 97 pgs: 24 creating+peering, 21 unknown, 52 active+clean; 577 KiB data, 215 MiB used, 5.5 TiB / 5.5 TiB avail; 2.0 KiB/s wr, 2 op/s 2026-02-20T23:30:19.020 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:30:18 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:30:19.020 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:30:18 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:30:19.020 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:30:18 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:30:19.020 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:30:18 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:30:19.020 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:30:18 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:30:19.507 DEBUG:teuthology.orchestra.run.trial101:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:f7870454149f22574086dd2ff55d050585136531 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d509fa29-0eb3-11f1-b056-d404e6e7d460 -- ceph orch ls -f json 2026-02-20T23:30:19.627 INFO:teuthology.orchestra.run.trial101.stderr:Inferring config /var/lib/ceph/d509fa29-0eb3-11f1-b056-d404e6e7d460/mon.trial101/config 2026-02-20T23:30:19.849 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:30:19 trial101 ceph-mon[35994]: from='client.14644 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-20T23:30:19.849 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:30:19 trial101 ceph-mon[35994]: Deploying daemon haproxy.nfs.foo.trial101.pvhdqt on trial101 2026-02-20T23:30:19.849 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:30:19 trial101 ceph-mon[35994]: mgrmap e21: trial101.twcqls(active, since 62s), standbys: trial168.iztvhl 2026-02-20T23:30:19.849 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:30:19 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:30:19.879 INFO:teuthology.orchestra.run.trial101.stdout: 2026-02-20T23:30:19.879 INFO:teuthology.orchestra.run.trial101.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2026-02-20T23:28:48.643347Z", "last_refresh": "2026-02-20T23:30:17.148340Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2026-02-20T23:29:19.969672Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"prio_limit": 5, "stats_period": 5}, "status": {"created": "2026-02-20T23:28:47.192837Z", "last_refresh": "2026-02-20T23:30:16.723066Z", "ports": [9926], "running": 2, "size": 2}}, {"events": ["2026-02-20T23:29:20.771773Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2026-02-20T23:28:46.835054Z", "last_refresh": "2026-02-20T23:30:16.723124Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2026-02-20T23:28:47.926870Z", "last_refresh": "2026-02-20T23:30:17.148395Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2026-02-20T23:30:15.617529Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "first_virtual_router_id": 50, "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "192.168.17.101/16"}, "status": {"created": "2026-02-20T23:30:15.616257Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "192.168.17.101/16"}}, {"events": ["2026-02-20T23:30:16.014512Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2026-02-20T23:30:13.597137Z", "last_refresh": "2026-02-20T23:30:16.723419Z", "running": 2, "size": 2}}, {"events": ["2026-02-20T23:29:22.739648Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2026-02-20T23:28:46.453152Z", "last_refresh": "2026-02-20T23:30:16.723200Z", "running": 2, "size": 2}}, {"events": ["2026-02-20T23:29:23.844217Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["trial101:10.20.193.101=trial101", "trial168:10.20.193.168=trial168"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2026-02-20T23:29:04.129750Z", "last_refresh": "2026-02-20T23:30:16.723235Z", "running": 2, "size": 2}}, {"events": ["2026-02-20T23:30:18.374269Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2026-02-20T23:30:15.613944Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2026-02-20T23:29:21.885814Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2026-02-20T23:28:48.284219Z", "last_refresh": "2026-02-20T23:30:16.723163Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2026-02-20T23:29:32.079909Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2026-02-20T23:29:32.077364Z", "last_refresh": "2026-02-20T23:30:16.723269Z", "running": 8, "size": 8}}, {"events": ["2026-02-20T23:29:28.853639Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2026-02-20T23:28:47.565474Z", "last_refresh": "2026-02-20T23:30:17.148437Z", "ports": [9095], "running": 1, "size": 1}}] 2026-02-20T23:30:20.019 INFO:tasks.cephadm:nfs.foo has 0/1 2026-02-20T23:30:20.019 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:30:19 trial168 ceph-mon[42856]: from='client.14644 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-20T23:30:20.019 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:30:19 trial168 ceph-mon[42856]: Deploying daemon haproxy.nfs.foo.trial101.pvhdqt on trial101 2026-02-20T23:30:20.019 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:30:19 trial168 ceph-mon[42856]: mgrmap e21: trial101.twcqls(active, since 62s), standbys: trial168.iztvhl 2026-02-20T23:30:20.019 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:30:19 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:30:21.020 DEBUG:teuthology.orchestra.run.trial101:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:f7870454149f22574086dd2ff55d050585136531 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d509fa29-0eb3-11f1-b056-d404e6e7d460 -- ceph orch ls -f json 2026-02-20T23:30:21.021 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:30:20 trial168 ceph-mon[42856]: pgmap v51: 97 pgs: 7 creating+peering, 90 active+clean; 580 KiB data, 215 MiB used, 5.5 TiB / 5.5 TiB avail; 1.8 KiB/s rd, 4.2 KiB/s wr, 8 op/s 2026-02-20T23:30:21.021 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:30:20 trial168 ceph-mon[42856]: mds.? [v2:10.20.193.168:6832/3589386052,v1:10.20.193.168:6833/3589386052] up:active 2026-02-20T23:30:21.021 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:30:20 trial168 ceph-mon[42856]: fsmap foofs:1 {0=foofs.trial168.khqvuu=up:active} 1 up:standby 2026-02-20T23:30:21.021 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:30:20 trial168 ceph-mon[42856]: from='client.14656 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-20T23:30:21.119 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:30:20 trial101 ceph-mon[35994]: pgmap v51: 97 pgs: 7 creating+peering, 90 active+clean; 580 KiB data, 215 MiB used, 5.5 TiB / 5.5 TiB avail; 1.8 KiB/s rd, 4.2 KiB/s wr, 8 op/s 2026-02-20T23:30:21.119 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:30:20 trial101 ceph-mon[35994]: mds.? [v2:10.20.193.168:6832/3589386052,v1:10.20.193.168:6833/3589386052] up:active 2026-02-20T23:30:21.119 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:30:20 trial101 ceph-mon[35994]: fsmap foofs:1 {0=foofs.trial168.khqvuu=up:active} 1 up:standby 2026-02-20T23:30:21.119 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:30:20 trial101 ceph-mon[35994]: from='client.14656 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-20T23:30:21.140 INFO:teuthology.orchestra.run.trial101.stderr:Inferring config /var/lib/ceph/d509fa29-0eb3-11f1-b056-d404e6e7d460/mon.trial101/config 2026-02-20T23:30:21.389 INFO:teuthology.orchestra.run.trial101.stdout: 2026-02-20T23:30:21.389 INFO:teuthology.orchestra.run.trial101.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2026-02-20T23:28:48.643347Z", "last_refresh": "2026-02-20T23:30:17.148340Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2026-02-20T23:29:19.969672Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"prio_limit": 5, "stats_period": 5}, "status": {"created": "2026-02-20T23:28:47.192837Z", "last_refresh": "2026-02-20T23:30:16.723066Z", "ports": [9926], "running": 2, "size": 2}}, {"events": ["2026-02-20T23:29:20.771773Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2026-02-20T23:28:46.835054Z", "last_refresh": "2026-02-20T23:30:16.723124Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2026-02-20T23:28:47.926870Z", "last_refresh": "2026-02-20T23:30:17.148395Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2026-02-20T23:30:21.181915Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "first_virtual_router_id": 50, "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "192.168.17.101/16"}, "status": {"created": "2026-02-20T23:30:15.616257Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "192.168.17.101/16"}}, {"events": ["2026-02-20T23:30:16.014512Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2026-02-20T23:30:13.597137Z", "last_refresh": "2026-02-20T23:30:16.723419Z", "running": 2, "size": 2}}, {"events": ["2026-02-20T23:29:22.739648Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2026-02-20T23:28:46.453152Z", "last_refresh": "2026-02-20T23:30:16.723200Z", "running": 2, "size": 2}}, {"events": ["2026-02-20T23:29:23.844217Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["trial101:10.20.193.101=trial101", "trial168:10.20.193.168=trial168"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2026-02-20T23:29:04.129750Z", "last_refresh": "2026-02-20T23:30:16.723235Z", "running": 2, "size": 2}}, {"events": ["2026-02-20T23:30:18.374269Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2026-02-20T23:30:15.613944Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2026-02-20T23:29:21.885814Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2026-02-20T23:28:48.284219Z", "last_refresh": "2026-02-20T23:30:16.723163Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2026-02-20T23:29:32.079909Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2026-02-20T23:29:32.077364Z", "last_refresh": "2026-02-20T23:30:16.723269Z", "running": 8, "size": 8}}, {"events": ["2026-02-20T23:29:28.853639Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2026-02-20T23:28:47.565474Z", "last_refresh": "2026-02-20T23:30:17.148437Z", "ports": [9095], "running": 1, "size": 1}}] 2026-02-20T23:30:21.530 INFO:tasks.cephadm:nfs.foo has 0/1 2026-02-20T23:30:22.120 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:30:21 trial101 ceph-mon[35994]: mds.? [v2:10.20.193.101:6834/4133292,v1:10.20.193.101:6835/4133292] up:standby 2026-02-20T23:30:22.120 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:30:21 trial101 ceph-mon[35994]: fsmap foofs:1 {0=foofs.trial168.khqvuu=up:active} 1 up:standby 2026-02-20T23:30:22.120 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:30:21 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:30:22.120 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:30:21 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:30:22.121 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:30:21 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:30:22.270 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:30:21 trial168 ceph-mon[42856]: mds.? [v2:10.20.193.101:6834/4133292,v1:10.20.193.101:6835/4133292] up:standby 2026-02-20T23:30:22.270 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:30:21 trial168 ceph-mon[42856]: fsmap foofs:1 {0=foofs.trial168.khqvuu=up:active} 1 up:standby 2026-02-20T23:30:22.270 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:30:21 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:30:22.270 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:30:21 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:30:22.270 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:30:21 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:30:22.532 DEBUG:teuthology.orchestra.run.trial101:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:f7870454149f22574086dd2ff55d050585136531 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d509fa29-0eb3-11f1-b056-d404e6e7d460 -- ceph orch ls -f json 2026-02-20T23:30:22.651 INFO:teuthology.orchestra.run.trial101.stderr:Inferring config /var/lib/ceph/d509fa29-0eb3-11f1-b056-d404e6e7d460/mon.trial101/config 2026-02-20T23:30:22.889 INFO:teuthology.orchestra.run.trial101.stdout: 2026-02-20T23:30:22.890 INFO:teuthology.orchestra.run.trial101.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2026-02-20T23:28:48.643347Z", "last_refresh": "2026-02-20T23:30:17.148340Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2026-02-20T23:29:19.969672Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"prio_limit": 5, "stats_period": 5}, "status": {"created": "2026-02-20T23:28:47.192837Z", "last_refresh": "2026-02-20T23:30:16.723066Z", "ports": [9926], "running": 2, "size": 2}}, {"events": ["2026-02-20T23:29:20.771773Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2026-02-20T23:28:46.835054Z", "last_refresh": "2026-02-20T23:30:16.723124Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2026-02-20T23:28:47.926870Z", "last_refresh": "2026-02-20T23:30:17.148395Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2026-02-20T23:30:21.181915Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "first_virtual_router_id": 50, "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "192.168.17.101/16"}, "status": {"created": "2026-02-20T23:30:15.616257Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "192.168.17.101/16"}}, {"events": ["2026-02-20T23:30:16.014512Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2026-02-20T23:30:13.597137Z", "last_refresh": "2026-02-20T23:30:16.723419Z", "running": 2, "size": 2}}, {"events": ["2026-02-20T23:29:22.739648Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2026-02-20T23:28:46.453152Z", "last_refresh": "2026-02-20T23:30:16.723200Z", "running": 2, "size": 2}}, {"events": ["2026-02-20T23:29:23.844217Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["trial101:10.20.193.101=trial101", "trial168:10.20.193.168=trial168"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2026-02-20T23:29:04.129750Z", "last_refresh": "2026-02-20T23:30:16.723235Z", "running": 2, "size": 2}}, {"events": ["2026-02-20T23:30:18.374269Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2026-02-20T23:30:15.613944Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2026-02-20T23:29:21.885814Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2026-02-20T23:28:48.284219Z", "last_refresh": "2026-02-20T23:30:16.723163Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2026-02-20T23:29:32.079909Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2026-02-20T23:29:32.077364Z", "last_refresh": "2026-02-20T23:30:16.723269Z", "running": 8, "size": 8}}, {"events": ["2026-02-20T23:29:28.853639Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2026-02-20T23:28:47.565474Z", "last_refresh": "2026-02-20T23:30:17.148437Z", "ports": [9095], "running": 1, "size": 1}}] 2026-02-20T23:30:23.030 INFO:tasks.cephadm:nfs.foo has 0/1 2026-02-20T23:30:23.120 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:30:22 trial101 ceph-mon[35994]: Deploying daemon haproxy.nfs.foo.trial168.jyrgmn on trial168 2026-02-20T23:30:23.120 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:30:22 trial101 ceph-mon[35994]: from='client.14660 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-20T23:30:23.120 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:30:22 trial101 ceph-mon[35994]: pgmap v52: 97 pgs: 97 active+clean; 581 KiB data, 215 MiB used, 5.5 TiB / 5.5 TiB avail; 1.8 KiB/s rd, 4.1 KiB/s wr, 11 op/s 2026-02-20T23:30:23.134 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:30:22 trial168 ceph-mon[42856]: Deploying daemon haproxy.nfs.foo.trial168.jyrgmn on trial168 2026-02-20T23:30:23.134 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:30:22 trial168 ceph-mon[42856]: from='client.14660 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-20T23:30:23.134 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:30:22 trial168 ceph-mon[42856]: pgmap v52: 97 pgs: 97 active+clean; 581 KiB data, 215 MiB used, 5.5 TiB / 5.5 TiB avail; 1.8 KiB/s rd, 4.1 KiB/s wr, 11 op/s 2026-02-20T23:30:24.031 DEBUG:teuthology.orchestra.run.trial101:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:f7870454149f22574086dd2ff55d050585136531 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d509fa29-0eb3-11f1-b056-d404e6e7d460 -- ceph orch ls -f json 2026-02-20T23:30:24.120 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:30:23 trial101 ceph-mon[35994]: from='client.14668 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-20T23:30:24.120 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:30:23 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:30:24.120 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:30:23 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:30:24.120 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:30:23 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:30:24.120 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:30:23 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:30:24.146 INFO:teuthology.orchestra.run.trial101.stderr:Inferring config /var/lib/ceph/d509fa29-0eb3-11f1-b056-d404e6e7d460/mon.trial101/config 2026-02-20T23:30:24.270 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:30:23 trial168 ceph-mon[42856]: from='client.14668 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-20T23:30:24.270 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:30:23 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:30:24.270 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:30:23 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:30:24.270 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:30:23 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:30:24.270 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:30:23 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:30:24.387 INFO:teuthology.orchestra.run.trial101.stdout: 2026-02-20T23:30:24.387 INFO:teuthology.orchestra.run.trial101.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2026-02-20T23:28:48.643347Z", "last_refresh": "2026-02-20T23:30:17.148340Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2026-02-20T23:29:19.969672Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"prio_limit": 5, "stats_period": 5}, "status": {"created": "2026-02-20T23:28:47.192837Z", "last_refresh": "2026-02-20T23:30:16.723066Z", "ports": [9926], "running": 2, "size": 2}}, {"events": ["2026-02-20T23:29:20.771773Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2026-02-20T23:28:46.835054Z", "last_refresh": "2026-02-20T23:30:16.723124Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2026-02-20T23:28:47.926870Z", "last_refresh": "2026-02-20T23:30:17.148395Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2026-02-20T23:30:23.574949Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "first_virtual_router_id": 50, "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "192.168.17.101/16"}, "status": {"created": "2026-02-20T23:30:15.616257Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "192.168.17.101/16"}}, {"events": ["2026-02-20T23:30:16.014512Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2026-02-20T23:30:13.597137Z", "last_refresh": "2026-02-20T23:30:16.723419Z", "running": 2, "size": 2}}, {"events": ["2026-02-20T23:29:22.739648Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2026-02-20T23:28:46.453152Z", "last_refresh": "2026-02-20T23:30:16.723200Z", "running": 2, "size": 2}}, {"events": ["2026-02-20T23:29:23.844217Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["trial101:10.20.193.101=trial101", "trial168:10.20.193.168=trial168"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2026-02-20T23:29:04.129750Z", "last_refresh": "2026-02-20T23:30:16.723235Z", "running": 2, "size": 2}}, {"events": ["2026-02-20T23:30:18.374269Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2026-02-20T23:30:15.613944Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2026-02-20T23:29:21.885814Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2026-02-20T23:28:48.284219Z", "last_refresh": "2026-02-20T23:30:16.723163Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2026-02-20T23:29:32.079909Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2026-02-20T23:29:32.077364Z", "last_refresh": "2026-02-20T23:30:16.723269Z", "running": 8, "size": 8}}, {"events": ["2026-02-20T23:29:28.853639Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2026-02-20T23:28:47.565474Z", "last_refresh": "2026-02-20T23:30:17.148437Z", "ports": [9095], "running": 1, "size": 1}}] 2026-02-20T23:30:24.527 INFO:tasks.cephadm:nfs.foo has 0/1 2026-02-20T23:30:25.120 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:30:24 trial101 ceph-mon[35994]: 192.168.17.101 is in 192.168.0.0/16 on trial101 interface enp1s0f0 2026-02-20T23:30:25.120 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:30:24 trial101 ceph-mon[35994]: 192.168.17.101 is in 192.168.0.0/16 on trial168 interface enp1s0f0 2026-02-20T23:30:25.120 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:30:24 trial101 ceph-mon[35994]: Deploying daemon keepalived.nfs.foo.trial101.dayqpv on trial101 2026-02-20T23:30:25.120 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:30:24 trial101 ceph-mon[35994]: pgmap v53: 97 pgs: 97 active+clean; 582 KiB data, 215 MiB used, 5.5 TiB / 5.5 TiB avail; 1.7 KiB/s rd, 4.1 KiB/s wr, 10 op/s 2026-02-20T23:30:25.270 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:30:24 trial168 ceph-mon[42856]: 192.168.17.101 is in 192.168.0.0/16 on trial101 interface enp1s0f0 2026-02-20T23:30:25.270 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:30:24 trial168 ceph-mon[42856]: 192.168.17.101 is in 192.168.0.0/16 on trial168 interface enp1s0f0 2026-02-20T23:30:25.270 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:30:24 trial168 ceph-mon[42856]: Deploying daemon keepalived.nfs.foo.trial101.dayqpv on trial101 2026-02-20T23:30:25.270 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:30:24 trial168 ceph-mon[42856]: pgmap v53: 97 pgs: 97 active+clean; 582 KiB data, 215 MiB used, 5.5 TiB / 5.5 TiB avail; 1.7 KiB/s rd, 4.1 KiB/s wr, 10 op/s 2026-02-20T23:30:25.529 DEBUG:teuthology.orchestra.run.trial101:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:f7870454149f22574086dd2ff55d050585136531 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d509fa29-0eb3-11f1-b056-d404e6e7d460 -- ceph orch ls -f json 2026-02-20T23:30:26.029 INFO:teuthology.orchestra.run.trial101.stderr:Inferring config /var/lib/ceph/d509fa29-0eb3-11f1-b056-d404e6e7d460/mon.trial101/config 2026-02-20T23:30:26.120 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:30:25 trial101 ceph-mon[35994]: from='client.14672 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-20T23:30:26.270 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:30:25 trial168 ceph-mon[42856]: from='client.14672 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-20T23:30:26.288 INFO:teuthology.orchestra.run.trial101.stdout: 2026-02-20T23:30:26.288 INFO:teuthology.orchestra.run.trial101.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2026-02-20T23:28:48.643347Z", "last_refresh": "2026-02-20T23:30:17.148340Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2026-02-20T23:29:19.969672Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"prio_limit": 5, "stats_period": 5}, "status": {"created": "2026-02-20T23:28:47.192837Z", "last_refresh": "2026-02-20T23:30:16.723066Z", "ports": [9926], "running": 2, "size": 2}}, {"events": ["2026-02-20T23:29:20.771773Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2026-02-20T23:28:46.835054Z", "last_refresh": "2026-02-20T23:30:16.723124Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2026-02-20T23:28:47.926870Z", "last_refresh": "2026-02-20T23:30:17.148395Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2026-02-20T23:30:23.574949Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "first_virtual_router_id": 50, "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "192.168.17.101/16"}, "status": {"created": "2026-02-20T23:30:15.616257Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "192.168.17.101/16"}}, {"events": ["2026-02-20T23:30:16.014512Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2026-02-20T23:30:13.597137Z", "last_refresh": "2026-02-20T23:30:16.723419Z", "running": 2, "size": 2}}, {"events": ["2026-02-20T23:29:22.739648Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2026-02-20T23:28:46.453152Z", "last_refresh": "2026-02-20T23:30:16.723200Z", "running": 2, "size": 2}}, {"events": ["2026-02-20T23:29:23.844217Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["trial101:10.20.193.101=trial101", "trial168:10.20.193.168=trial168"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2026-02-20T23:29:04.129750Z", "last_refresh": "2026-02-20T23:30:16.723235Z", "running": 2, "size": 2}}, {"events": ["2026-02-20T23:30:18.374269Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2026-02-20T23:30:15.613944Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2026-02-20T23:29:21.885814Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2026-02-20T23:28:48.284219Z", "last_refresh": "2026-02-20T23:30:16.723163Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2026-02-20T23:29:32.079909Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2026-02-20T23:29:32.077364Z", "last_refresh": "2026-02-20T23:30:16.723269Z", "running": 8, "size": 8}}, {"events": ["2026-02-20T23:29:28.853639Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2026-02-20T23:28:47.565474Z", "last_refresh": "2026-02-20T23:30:17.148437Z", "ports": [9095], "running": 1, "size": 1}}] 2026-02-20T23:30:26.442 INFO:tasks.cephadm:nfs.foo has 0/1 2026-02-20T23:30:27.120 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:30:26 trial101 ceph-mon[35994]: pgmap v54: 97 pgs: 97 active+clean; 582 KiB data, 215 MiB used, 5.5 TiB / 5.5 TiB avail; 1.4 KiB/s rd, 3.3 KiB/s wr, 8 op/s 2026-02-20T23:30:27.120 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:30:26 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:30:27.120 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:30:26 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:30:27.121 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:30:26 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:30:27.270 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:30:26 trial168 ceph-mon[42856]: pgmap v54: 97 pgs: 97 active+clean; 582 KiB data, 215 MiB used, 5.5 TiB / 5.5 TiB avail; 1.4 KiB/s rd, 3.3 KiB/s wr, 8 op/s 2026-02-20T23:30:27.270 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:30:26 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:30:27.270 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:30:26 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:30:27.270 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:30:26 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:30:27.443 DEBUG:teuthology.orchestra.run.trial101:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:f7870454149f22574086dd2ff55d050585136531 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d509fa29-0eb3-11f1-b056-d404e6e7d460 -- ceph orch ls -f json 2026-02-20T23:30:27.564 INFO:teuthology.orchestra.run.trial101.stderr:Inferring config /var/lib/ceph/d509fa29-0eb3-11f1-b056-d404e6e7d460/mon.trial101/config 2026-02-20T23:30:27.802 INFO:teuthology.orchestra.run.trial101.stdout: 2026-02-20T23:30:27.802 INFO:teuthology.orchestra.run.trial101.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2026-02-20T23:28:48.643347Z", "last_refresh": "2026-02-20T23:30:17.148340Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2026-02-20T23:29:19.969672Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"prio_limit": 5, "stats_period": 5}, "status": {"created": "2026-02-20T23:28:47.192837Z", "last_refresh": "2026-02-20T23:30:16.723066Z", "ports": [9926], "running": 2, "size": 2}}, {"events": ["2026-02-20T23:29:20.771773Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2026-02-20T23:28:46.835054Z", "last_refresh": "2026-02-20T23:30:16.723124Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2026-02-20T23:28:47.926870Z", "last_refresh": "2026-02-20T23:30:17.148395Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2026-02-20T23:30:26.758694Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "first_virtual_router_id": 50, "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "192.168.17.101/16"}, "status": {"created": "2026-02-20T23:30:15.616257Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "192.168.17.101/16"}}, {"events": ["2026-02-20T23:30:16.014512Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2026-02-20T23:30:13.597137Z", "last_refresh": "2026-02-20T23:30:16.723419Z", "running": 2, "size": 2}}, {"events": ["2026-02-20T23:29:22.739648Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2026-02-20T23:28:46.453152Z", "last_refresh": "2026-02-20T23:30:16.723200Z", "running": 2, "size": 2}}, {"events": ["2026-02-20T23:29:23.844217Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["trial101:10.20.193.101=trial101", "trial168:10.20.193.168=trial168"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2026-02-20T23:29:04.129750Z", "last_refresh": "2026-02-20T23:30:16.723235Z", "running": 2, "size": 2}}, {"events": ["2026-02-20T23:30:18.374269Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2026-02-20T23:30:15.613944Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2026-02-20T23:29:21.885814Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2026-02-20T23:28:48.284219Z", "last_refresh": "2026-02-20T23:30:16.723163Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2026-02-20T23:29:32.079909Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2026-02-20T23:29:32.077364Z", "last_refresh": "2026-02-20T23:30:16.723269Z", "running": 8, "size": 8}}, {"events": ["2026-02-20T23:29:28.853639Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2026-02-20T23:28:47.565474Z", "last_refresh": "2026-02-20T23:30:17.148437Z", "ports": [9095], "running": 1, "size": 1}}] 2026-02-20T23:30:27.942 INFO:tasks.cephadm:nfs.foo has 0/1 2026-02-20T23:30:28.120 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:30:27 trial101 ceph-mon[35994]: from='client.14676 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-20T23:30:28.120 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:30:27 trial101 ceph-mon[35994]: 192.168.17.101 is in 192.168.0.0/16 on trial168 interface enp1s0f0 2026-02-20T23:30:28.120 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:30:27 trial101 ceph-mon[35994]: 192.168.17.101 is in 192.168.0.0/16 on trial101 interface enp1s0f0 2026-02-20T23:30:28.120 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:30:27 trial101 ceph-mon[35994]: Deploying daemon keepalived.nfs.foo.trial168.pkqtlf on trial168 2026-02-20T23:30:28.125 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:30:27 trial168 ceph-mon[42856]: from='client.14676 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-20T23:30:28.125 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:30:27 trial168 ceph-mon[42856]: 192.168.17.101 is in 192.168.0.0/16 on trial168 interface enp1s0f0 2026-02-20T23:30:28.125 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:30:27 trial168 ceph-mon[42856]: 192.168.17.101 is in 192.168.0.0/16 on trial101 interface enp1s0f0 2026-02-20T23:30:28.125 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:30:27 trial168 ceph-mon[42856]: Deploying daemon keepalived.nfs.foo.trial168.pkqtlf on trial168 2026-02-20T23:30:28.943 DEBUG:teuthology.orchestra.run.trial101:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:f7870454149f22574086dd2ff55d050585136531 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d509fa29-0eb3-11f1-b056-d404e6e7d460 -- ceph orch ls -f json 2026-02-20T23:30:29.020 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:30:28 trial168 ceph-mon[42856]: pgmap v55: 97 pgs: 97 active+clean; 582 KiB data, 215 MiB used, 5.5 TiB / 5.5 TiB avail; 1.3 KiB/s rd, 3.0 KiB/s wr, 7 op/s 2026-02-20T23:30:29.020 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:30:28 trial168 ceph-mon[42856]: from='client.14680 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-20T23:30:29.020 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:30:28 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:30:29.020 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:30:28 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:30:29.020 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:30:28 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:30:29.020 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:30:28 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:30:29.020 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:30:28 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-20T23:30:29.020 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:30:28 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:30:29.061 INFO:teuthology.orchestra.run.trial101.stderr:Inferring config /var/lib/ceph/d509fa29-0eb3-11f1-b056-d404e6e7d460/mon.trial101/config 2026-02-20T23:30:29.138 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:30:28 trial101 ceph-mon[35994]: pgmap v55: 97 pgs: 97 active+clean; 582 KiB data, 215 MiB used, 5.5 TiB / 5.5 TiB avail; 1.3 KiB/s rd, 3.0 KiB/s wr, 7 op/s 2026-02-20T23:30:29.138 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:30:28 trial101 ceph-mon[35994]: from='client.14680 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-20T23:30:29.138 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:30:28 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:30:29.138 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:30:28 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:30:29.138 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:30:28 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:30:29.138 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:30:28 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:30:29.138 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:30:28 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-20T23:30:29.138 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:30:28 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:30:29.309 INFO:teuthology.orchestra.run.trial101.stdout: 2026-02-20T23:30:29.309 INFO:teuthology.orchestra.run.trial101.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2026-02-20T23:28:48.643347Z", "last_refresh": "2026-02-20T23:30:17.148340Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2026-02-20T23:29:19.969672Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"prio_limit": 5, "stats_period": 5}, "status": {"created": "2026-02-20T23:28:47.192837Z", "last_refresh": "2026-02-20T23:30:16.723066Z", "ports": [9926], "running": 2, "size": 2}}, {"events": ["2026-02-20T23:29:20.771773Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2026-02-20T23:28:46.835054Z", "last_refresh": "2026-02-20T23:30:16.723124Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2026-02-20T23:28:47.926870Z", "last_refresh": "2026-02-20T23:30:17.148395Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2026-02-20T23:30:28.791577Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "first_virtual_router_id": 50, "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "192.168.17.101/16"}, "status": {"created": "2026-02-20T23:30:15.616257Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "192.168.17.101/16"}}, {"events": ["2026-02-20T23:30:16.014512Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2026-02-20T23:30:13.597137Z", "last_refresh": "2026-02-20T23:30:16.723419Z", "running": 2, "size": 2}}, {"events": ["2026-02-20T23:29:22.739648Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2026-02-20T23:28:46.453152Z", "last_refresh": "2026-02-20T23:30:16.723200Z", "running": 2, "size": 2}}, {"events": ["2026-02-20T23:29:23.844217Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["trial101:10.20.193.101=trial101", "trial168:10.20.193.168=trial168"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2026-02-20T23:29:04.129750Z", "last_refresh": "2026-02-20T23:30:16.723235Z", "running": 2, "size": 2}}, {"events": ["2026-02-20T23:30:18.374269Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2026-02-20T23:30:15.613944Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2026-02-20T23:29:21.885814Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2026-02-20T23:28:48.284219Z", "last_refresh": "2026-02-20T23:30:16.723163Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2026-02-20T23:29:32.079909Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2026-02-20T23:29:32.077364Z", "last_refresh": "2026-02-20T23:30:16.723269Z", "running": 8, "size": 8}}, {"events": ["2026-02-20T23:29:28.853639Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2026-02-20T23:28:47.565474Z", "last_refresh": "2026-02-20T23:30:17.148437Z", "ports": [9095], "running": 1, "size": 1}}] 2026-02-20T23:30:29.451 INFO:tasks.cephadm:nfs.foo has 0/1 2026-02-20T23:30:30.452 DEBUG:teuthology.orchestra.run.trial101:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:f7870454149f22574086dd2ff55d050585136531 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d509fa29-0eb3-11f1-b056-d404e6e7d460 -- ceph orch ls -f json 2026-02-20T23:30:30.567 INFO:teuthology.orchestra.run.trial101.stderr:Inferring config /var/lib/ceph/d509fa29-0eb3-11f1-b056-d404e6e7d460/mon.trial101/config 2026-02-20T23:30:30.813 INFO:teuthology.orchestra.run.trial101.stdout: 2026-02-20T23:30:30.813 INFO:teuthology.orchestra.run.trial101.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2026-02-20T23:28:48.643347Z", "last_refresh": "2026-02-20T23:30:30.228384Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2026-02-20T23:29:19.969672Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"prio_limit": 5, "stats_period": 5}, "status": {"created": "2026-02-20T23:28:47.192837Z", "last_refresh": "2026-02-20T23:30:29.696371Z", "ports": [9926], "running": 2, "size": 2}}, {"events": ["2026-02-20T23:29:20.771773Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2026-02-20T23:28:46.835054Z", "last_refresh": "2026-02-20T23:30:29.696431Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2026-02-20T23:28:47.926870Z", "last_refresh": "2026-02-20T23:30:30.228434Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2026-02-20T23:30:28.791577Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "first_virtual_router_id": 50, "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "192.168.17.101/16"}, "status": {"created": "2026-02-20T23:30:15.616257Z", "last_refresh": "2026-02-20T23:30:29.696727Z", "ports": [2999, 9999], "running": 4, "size": 4, "virtual_ip": "192.168.17.101/16"}}, {"events": ["2026-02-20T23:30:16.014512Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2026-02-20T23:30:13.597137Z", "last_refresh": "2026-02-20T23:30:29.696697Z", "running": 2, "size": 2}}, {"events": ["2026-02-20T23:29:22.739648Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2026-02-20T23:28:46.453152Z", "last_refresh": "2026-02-20T23:30:29.696506Z", "running": 2, "size": 2}}, {"events": ["2026-02-20T23:29:23.844217Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["trial101:10.20.193.101=trial101", "trial168:10.20.193.168=trial168"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2026-02-20T23:29:04.129750Z", "last_refresh": "2026-02-20T23:30:29.696539Z", "running": 2, "size": 2}}, {"events": ["2026-02-20T23:30:30.243134Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2026-02-20T23:30:15.613944Z", "last_refresh": "2026-02-20T23:30:30.228646Z", "ports": [12999], "running": 1, "size": 1}}, {"events": ["2026-02-20T23:29:21.885814Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2026-02-20T23:28:48.284219Z", "last_refresh": "2026-02-20T23:30:29.696469Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2026-02-20T23:29:32.079909Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2026-02-20T23:29:32.077364Z", "last_refresh": "2026-02-20T23:30:29.696571Z", "running": 8, "size": 8}}, {"events": ["2026-02-20T23:29:28.853639Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2026-02-20T23:28:47.565474Z", "last_refresh": "2026-02-20T23:30:30.228468Z", "ports": [9095], "running": 1, "size": 1}}] 2026-02-20T23:30:30.870 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:30:30 trial101 ceph-mon[35994]: from='client.14684 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-20T23:30:30.870 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:30:30 trial101 ceph-mon[35994]: pgmap v56: 97 pgs: 97 active+clean; 582 KiB data, 215 MiB used, 5.5 TiB / 5.5 TiB avail; 1.2 KiB/s rd, 2.1 KiB/s wr, 6 op/s 2026-02-20T23:30:30.870 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:30:30 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:30:30.870 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:30:30 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:30:30.870 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:30:30 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:30:30.870 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:30:30 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:30:30.870 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:30:30 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-20T23:30:30.871 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:30:30 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-20T23:30:30.871 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:30:30 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:30:30.871 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:30:30 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-20T23:30:30.871 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:30:30 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:30:30.953 INFO:tasks.cephadm:nfs.foo has 1/1 2026-02-20T23:30:30.953 INFO:teuthology.run_tasks:Running task cephadm.wait_for_service... 2026-02-20T23:30:30.965 INFO:tasks.cephadm:Waiting for ceph service ingress.nfs.foo to start (timeout 300)... 2026-02-20T23:30:30.965 DEBUG:teuthology.orchestra.run.trial101:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:f7870454149f22574086dd2ff55d050585136531 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d509fa29-0eb3-11f1-b056-d404e6e7d460 -- ceph orch ls -f json 2026-02-20T23:30:31.020 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:30:30 trial168 ceph-mon[42856]: from='client.14684 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-20T23:30:31.020 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:30:30 trial168 ceph-mon[42856]: pgmap v56: 97 pgs: 97 active+clean; 582 KiB data, 215 MiB used, 5.5 TiB / 5.5 TiB avail; 1.2 KiB/s rd, 2.1 KiB/s wr, 6 op/s 2026-02-20T23:30:31.020 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:30:30 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:30:31.020 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:30:30 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:30:31.020 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:30:30 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:30:31.020 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:30:30 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:30:31.021 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:30:30 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-20T23:30:31.021 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:30:30 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-20T23:30:31.021 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:30:30 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:30:31.021 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:30:30 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-20T23:30:31.021 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:30:30 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:30:31.084 INFO:teuthology.orchestra.run.trial101.stderr:Inferring config /var/lib/ceph/d509fa29-0eb3-11f1-b056-d404e6e7d460/mon.trial101/config 2026-02-20T23:30:31.334 INFO:teuthology.orchestra.run.trial101.stdout: 2026-02-20T23:30:31.335 INFO:teuthology.orchestra.run.trial101.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2026-02-20T23:28:48.643347Z", "last_refresh": "2026-02-20T23:30:30.228384Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2026-02-20T23:29:19.969672Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"prio_limit": 5, "stats_period": 5}, "status": {"created": "2026-02-20T23:28:47.192837Z", "last_refresh": "2026-02-20T23:30:29.696371Z", "ports": [9926], "running": 2, "size": 2}}, {"events": ["2026-02-20T23:29:20.771773Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2026-02-20T23:28:46.835054Z", "last_refresh": "2026-02-20T23:30:29.696431Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2026-02-20T23:28:47.926870Z", "last_refresh": "2026-02-20T23:30:30.228434Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2026-02-20T23:30:28.791577Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "first_virtual_router_id": 50, "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "192.168.17.101/16"}, "status": {"created": "2026-02-20T23:30:15.616257Z", "last_refresh": "2026-02-20T23:30:29.696727Z", "ports": [2999, 9999], "running": 4, "size": 4, "virtual_ip": "192.168.17.101/16"}}, {"events": ["2026-02-20T23:30:16.014512Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2026-02-20T23:30:13.597137Z", "last_refresh": "2026-02-20T23:30:29.696697Z", "running": 2, "size": 2}}, {"events": ["2026-02-20T23:29:22.739648Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2026-02-20T23:28:46.453152Z", "last_refresh": "2026-02-20T23:30:29.696506Z", "running": 2, "size": 2}}, {"events": ["2026-02-20T23:29:23.844217Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["trial101:10.20.193.101=trial101", "trial168:10.20.193.168=trial168"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2026-02-20T23:29:04.129750Z", "last_refresh": "2026-02-20T23:30:29.696539Z", "running": 2, "size": 2}}, {"events": ["2026-02-20T23:30:30.243134Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2026-02-20T23:30:15.613944Z", "last_refresh": "2026-02-20T23:30:30.228646Z", "ports": [12999], "running": 1, "size": 1}}, {"events": ["2026-02-20T23:29:21.885814Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2026-02-20T23:28:48.284219Z", "last_refresh": "2026-02-20T23:30:29.696469Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2026-02-20T23:29:32.079909Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2026-02-20T23:29:32.077364Z", "last_refresh": "2026-02-20T23:30:29.696571Z", "running": 8, "size": 8}}, {"events": ["2026-02-20T23:29:28.853639Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2026-02-20T23:28:47.565474Z", "last_refresh": "2026-02-20T23:30:30.228468Z", "ports": [9095], "running": 1, "size": 1}}] 2026-02-20T23:30:31.528 INFO:tasks.cephadm:ingress.nfs.foo has 4/4 2026-02-20T23:30:31.528 INFO:teuthology.run_tasks:Running task vip.exec... 2026-02-20T23:30:31.548 INFO:tasks.vip:Running commands on role host.a host ubuntu@trial101.front.sepia.ceph.com 2026-02-20T23:30:31.548 DEBUG:teuthology.orchestra.run.trial101:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'mkdir /mnt/foo' 2026-02-20T23:30:31.574 INFO:teuthology.orchestra.run.trial101.stderr:+ mkdir /mnt/foo 2026-02-20T23:30:31.576 DEBUG:teuthology.orchestra.run.trial101:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'sleep 5' 2026-02-20T23:30:31.640 INFO:teuthology.orchestra.run.trial101.stderr:+ sleep 5 2026-02-20T23:30:31.756 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:30:31 trial101 ceph-mon[35994]: Reconfiguring prometheus.trial101 deps ['8765', '9283', 'alertmanager', 'ceph-exporter.trial101', 'ceph-exporter.trial168', 'mgr.trial101.twcqls', 'node-exporter', 'secure_monitoring_stack:False'] -> ['8765', '9283', 'alertmanager', 'ceph-exporter.trial101', 'ceph-exporter.trial168', 'ingress', 'mgr.trial101.twcqls', 'node-exporter', 'secure_monitoring_stack:False'] (diff {'ingress'}) 2026-02-20T23:30:31.757 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:30:31 trial101 ceph-mon[35994]: Reconfiguring daemon prometheus.trial101 on trial101 2026-02-20T23:30:31.757 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:30:31 trial101 ceph-mon[35994]: from='client.14688 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-20T23:30:31.757 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:30:31 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-02-20T23:30:31.757 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:30:31 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:30:31.757 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:30:31 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:30:31.757 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:30:31 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-20T23:30:31.970 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:30:31 trial168 ceph-mon[42856]: Reconfiguring prometheus.trial101 deps ['8765', '9283', 'alertmanager', 'ceph-exporter.trial101', 'ceph-exporter.trial168', 'mgr.trial101.twcqls', 'node-exporter', 'secure_monitoring_stack:False'] -> ['8765', '9283', 'alertmanager', 'ceph-exporter.trial101', 'ceph-exporter.trial168', 'ingress', 'mgr.trial101.twcqls', 'node-exporter', 'secure_monitoring_stack:False'] (diff {'ingress'}) 2026-02-20T23:30:31.970 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:30:31 trial168 ceph-mon[42856]: Reconfiguring daemon prometheus.trial101 on trial101 2026-02-20T23:30:31.970 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:30:31 trial168 ceph-mon[42856]: from='client.14688 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-20T23:30:31.970 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:30:31 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-02-20T23:30:31.971 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:30:31 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:30:31.971 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:30:31 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:30:31.971 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:30:31 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-20T23:30:33.020 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:30:32 trial168 ceph-mon[42856]: from='client.14692 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-20T23:30:33.020 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:30:32 trial168 ceph-mon[42856]: pgmap v57: 97 pgs: 97 active+clean; 582 KiB data, 215 MiB used, 5.5 TiB / 5.5 TiB avail; 255 B/s rd, 682 B/s wr, 2 op/s 2026-02-20T23:30:33.020 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:30:32 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:30:33.020 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:30:32 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:30:33.120 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:30:32 trial101 ceph-mon[35994]: from='client.14692 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-20T23:30:33.120 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:30:32 trial101 ceph-mon[35994]: pgmap v57: 97 pgs: 97 active+clean; 582 KiB data, 215 MiB used, 5.5 TiB / 5.5 TiB avail; 255 B/s rd, 682 B/s wr, 2 op/s 2026-02-20T23:30:33.120 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:30:32 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:30:33.120 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:30:32 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:30:34.270 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:30:33 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:30:34.270 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:30:33 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:30:34.270 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:30:33 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-20T23:30:34.270 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:30:33 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-20T23:30:34.270 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:30:33 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:30:34.271 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:30:33 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-20T23:30:34.271 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:30:33 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:30:34.271 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:30:33 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:30:34.271 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:30:33 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:30:34.271 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:30:33 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "dashboard get-prometheus-api-host"} : dispatch 2026-02-20T23:30:34.271 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:30:33 trial168 ceph-mon[42856]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2026-02-20T23:30:34.370 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:30:33 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:30:34.370 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:30:33 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:30:34.370 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:30:33 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-20T23:30:34.370 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:30:33 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-20T23:30:34.370 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:30:33 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:30:34.371 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:30:33 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-20T23:30:34.371 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:30:33 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:30:34.371 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:30:33 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:30:34.371 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:30:33 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:30:34.371 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:30:33 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "dashboard get-prometheus-api-host"} : dispatch 2026-02-20T23:30:34.371 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:30:33 trial101 ceph-mon[35994]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2026-02-20T23:30:35.270 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:30:34 trial168 ceph-mon[42856]: pgmap v58: 97 pgs: 97 active+clean; 582 KiB data, 215 MiB used, 5.5 TiB / 5.5 TiB avail; 170 B/s rd, 341 B/s wr, 0 op/s 2026-02-20T23:30:35.370 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:30:34 trial101 ceph-mon[35994]: pgmap v58: 97 pgs: 97 active+clean; 582 KiB data, 215 MiB used, 5.5 TiB / 5.5 TiB avail; 170 B/s rd, 341 B/s wr, 0 op/s 2026-02-20T23:30:36.644 DEBUG:teuthology.orchestra.run.trial101:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'mount -t nfs 192.168.17.101:/fake /mnt/foo -o port=2999' 2026-02-20T23:30:36.708 INFO:teuthology.orchestra.run.trial101.stderr:+ mount -t nfs 192.168.17.101:/fake /mnt/foo -o port=2999 2026-02-20T23:30:36.929 DEBUG:teuthology.orchestra.run.trial101:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'echo test > /mnt/foo/testfile' 2026-02-20T23:30:36.992 INFO:teuthology.orchestra.run.trial101.stderr:+ echo test 2026-02-20T23:30:37.015 DEBUG:teuthology.orchestra.run.trial101:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c sync 2026-02-20T23:30:37.078 INFO:teuthology.orchestra.run.trial101.stderr:+ sync 2026-02-20T23:30:37.084 INFO:teuthology.run_tasks:Running task cephadm.shell... 2026-02-20T23:30:37.105 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@trial101.front.sepia.ceph.com 2026-02-20T23:30:37.106 DEBUG:teuthology.orchestra.run.trial101:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:f7870454149f22574086dd2ff55d050585136531 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d509fa29-0eb3-11f1-b056-d404e6e7d460 -v /mnt/foo:/mnt/foo -- bash -c 'echo "Check with each haproxy down in turn..." 2026-02-20T23:30:37.106 DEBUG:teuthology.orchestra.run.trial101:> for haproxy in `ceph orch ps | grep ^haproxy.nfs.foo. | awk '"'"'{print $1}'"'"'`; do 2026-02-20T23:30:37.106 DEBUG:teuthology.orchestra.run.trial101:> ceph orch daemon stop $haproxy 2026-02-20T23:30:37.106 DEBUG:teuthology.orchestra.run.trial101:> while ! ceph orch ps | grep $haproxy | grep stopped; do sleep 1 ; done 2026-02-20T23:30:37.106 DEBUG:teuthology.orchestra.run.trial101:> cat /mnt/foo/testfile 2026-02-20T23:30:37.106 DEBUG:teuthology.orchestra.run.trial101:> echo $haproxy > /mnt/foo/testfile 2026-02-20T23:30:37.106 DEBUG:teuthology.orchestra.run.trial101:> sync 2026-02-20T23:30:37.106 DEBUG:teuthology.orchestra.run.trial101:> ceph orch daemon start $haproxy 2026-02-20T23:30:37.106 DEBUG:teuthology.orchestra.run.trial101:> while ! ceph orch ps | grep $haproxy | grep running; do sleep 1 ; done 2026-02-20T23:30:37.107 DEBUG:teuthology.orchestra.run.trial101:> done 2026-02-20T23:30:37.107 DEBUG:teuthology.orchestra.run.trial101:> ' 2026-02-20T23:30:37.239 INFO:teuthology.orchestra.run.trial101.stderr:Inferring config /var/lib/ceph/d509fa29-0eb3-11f1-b056-d404e6e7d460/mon.trial101/config 2026-02-20T23:30:37.264 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:30:36 trial101 ceph-mon[35994]: pgmap v59: 97 pgs: 97 active+clean; 582 KiB data, 215 MiB used, 5.5 TiB / 5.5 TiB avail; 85 B/s rd, 0 op/s 2026-02-20T23:30:37.269 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:30:36 trial168 ceph-mon[42856]: pgmap v59: 97 pgs: 97 active+clean; 582 KiB data, 215 MiB used, 5.5 TiB / 5.5 TiB avail; 85 B/s rd, 0 op/s 2026-02-20T23:30:37.333 INFO:teuthology.orchestra.run.trial101.stdout:Check with each haproxy down in turn... 2026-02-20T23:30:37.670 INFO:teuthology.orchestra.run.trial101.stdout:Scheduled to stop haproxy.nfs.foo.trial101.pvhdqt on host 'trial101' 2026-02-20T23:30:38.770 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:30:38 trial168 ceph-mon[42856]: from='client.14696 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2026-02-20T23:30:38.770 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:30:38 trial168 ceph-mon[42856]: from='client.14700 -' entity='client.admin' cmd=[{"prefix": "orch daemon", "action": "stop", "name": "haproxy.nfs.foo.trial101.pvhdqt", "target": ["mon-mgr", ""]}]: dispatch 2026-02-20T23:30:38.770 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:30:38 trial168 ceph-mon[42856]: Schedule stop daemon haproxy.nfs.foo.trial101.pvhdqt 2026-02-20T23:30:38.770 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:30:38 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:30:38.770 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:30:38 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:30:38.770 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:30:38 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-20T23:30:38.770 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:30:38 trial168 ceph-mon[42856]: pgmap v60: 97 pgs: 97 active+clean; 582 KiB data, 215 MiB used, 5.5 TiB / 5.5 TiB avail; 85 B/s rd, 85 B/s wr, 0 op/s 2026-02-20T23:30:38.770 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:30:38 trial168 ceph-mon[42856]: from='client.14704 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2026-02-20T23:30:38.770 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:30:38 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:30:38.770 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:30:38 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:30:38.807 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:30:38 trial101 ceph-mon[35994]: from='client.14696 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2026-02-20T23:30:38.807 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:30:38 trial101 ceph-mon[35994]: from='client.14700 -' entity='client.admin' cmd=[{"prefix": "orch daemon", "action": "stop", "name": "haproxy.nfs.foo.trial101.pvhdqt", "target": ["mon-mgr", ""]}]: dispatch 2026-02-20T23:30:38.807 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:30:38 trial101 ceph-mon[35994]: Schedule stop daemon haproxy.nfs.foo.trial101.pvhdqt 2026-02-20T23:30:38.807 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:30:38 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:30:38.807 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:30:38 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:30:38.807 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:30:38 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-20T23:30:38.807 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:30:38 trial101 ceph-mon[35994]: pgmap v60: 97 pgs: 97 active+clean; 582 KiB data, 215 MiB used, 5.5 TiB / 5.5 TiB avail; 85 B/s rd, 85 B/s wr, 0 op/s 2026-02-20T23:30:38.807 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:30:38 trial101 ceph-mon[35994]: from='client.14704 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2026-02-20T23:30:38.807 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:30:38 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:30:38.807 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:30:38 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:30:40.340 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:30:40 trial101 ceph-mon[35994]: from='client.14708 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2026-02-20T23:30:40.340 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:30:40 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:30:40.340 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:30:40 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:30:40.340 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:30:40 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-20T23:30:40.340 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:30:40 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-20T23:30:40.341 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:30:40 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:30:40.341 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:30:40 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-20T23:30:40.341 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:30:40 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:30:40.341 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:30:40 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:30:40.341 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:30:40 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:30:40.341 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:30:40 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-20T23:30:40.341 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:30:40 trial101 ceph-mon[35994]: pgmap v61: 97 pgs: 97 active+clean; 589 KiB data, 215 MiB used, 5.5 TiB / 5.5 TiB avail; 85 B/s rd, 938 B/s wr, 0 op/s 2026-02-20T23:30:40.349 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:30:40 trial168 ceph-mon[42856]: from='client.14708 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2026-02-20T23:30:40.349 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:30:40 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:30:40.349 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:30:40 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:30:40.349 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:30:40 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-20T23:30:40.349 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:30:40 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-20T23:30:40.349 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:30:40 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:30:40.349 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:30:40 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-20T23:30:40.349 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:30:40 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:30:40.349 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:30:40 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:30:40.349 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:30:40 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:30:40.349 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:30:40 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-20T23:30:40.350 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:30:40 trial168 ceph-mon[42856]: pgmap v61: 97 pgs: 97 active+clean; 589 KiB data, 215 MiB used, 5.5 TiB / 5.5 TiB avail; 85 B/s rd, 938 B/s wr, 0 op/s 2026-02-20T23:30:41.380 INFO:teuthology.orchestra.run.trial101.stdout:haproxy.nfs.foo.trial101.pvhdqt trial101 *:2999,9999 stopped 0s ago 20s - - 2026-02-20T23:30:41.770 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:30:41 trial168 ceph-mon[42856]: from='client.14712 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2026-02-20T23:30:41.770 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:30:41 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:30:41.770 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:30:41 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:30:41.770 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:30:41 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:30:41.770 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:30:41 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:30:41.771 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:30:41 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-20T23:30:41.771 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:30:41 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-20T23:30:41.771 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:30:41 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:30:41.771 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:30:41 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-20T23:30:41.771 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:30:41 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:30:41.870 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:30:41 trial101 ceph-mon[35994]: from='client.14712 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2026-02-20T23:30:41.870 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:30:41 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:30:41.871 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:30:41 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:30:41.871 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:30:41 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:30:41.871 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:30:41 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:30:41.871 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:30:41 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-20T23:30:41.871 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:30:41 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-20T23:30:41.871 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:30:41 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:30:41.871 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:30:41 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-20T23:30:41.871 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:30:41 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:30:42.743 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:30:42 trial101 ceph-mon[35994]: from='client.14716 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2026-02-20T23:30:42.743 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:30:42 trial101 ceph-mon[35994]: pgmap v62: 97 pgs: 97 active+clean; 589 KiB data, 215 MiB used, 5.5 TiB / 5.5 TiB avail; 85 B/s rd, 1023 B/s wr, 0 op/s 2026-02-20T23:30:42.769 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:30:42 trial168 ceph-mon[42856]: from='client.14716 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2026-02-20T23:30:42.769 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:30:42 trial168 ceph-mon[42856]: pgmap v62: 97 pgs: 97 active+clean; 589 KiB data, 215 MiB used, 5.5 TiB / 5.5 TiB avail; 85 B/s rd, 1023 B/s wr, 0 op/s 2026-02-20T23:30:45.019 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:30:44 trial168 ceph-mon[42856]: pgmap v63: 97 pgs: 97 active+clean; 589 KiB data, 215 MiB used, 5.5 TiB / 5.5 TiB avail; 170 B/s rd, 1023 B/s wr, 0 op/s 2026-02-20T23:30:45.120 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:30:44 trial101 ceph-mon[35994]: pgmap v63: 97 pgs: 97 active+clean; 589 KiB data, 215 MiB used, 5.5 TiB / 5.5 TiB avail; 170 B/s rd, 1023 B/s wr, 0 op/s 2026-02-20T23:30:47.020 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:30:46 trial168 ceph-mon[42856]: pgmap v64: 97 pgs: 97 active+clean; 589 KiB data, 215 MiB used, 5.5 TiB / 5.5 TiB avail; 85 B/s rd, 1023 B/s wr, 0 op/s 2026-02-20T23:30:47.020 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:30:46 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-02-20T23:30:47.120 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:30:46 trial101 ceph-mon[35994]: pgmap v64: 97 pgs: 97 active+clean; 589 KiB data, 215 MiB used, 5.5 TiB / 5.5 TiB avail; 85 B/s rd, 1023 B/s wr, 0 op/s 2026-02-20T23:30:47.120 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:30:46 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-02-20T23:30:47.465 INFO:teuthology.orchestra.run.trial101.stdout:test 2026-02-20T23:30:47.650 INFO:teuthology.orchestra.run.trial101.stdout:Scheduled to start haproxy.nfs.foo.trial101.pvhdqt on host 'trial101' 2026-02-20T23:30:48.731 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:30:48 trial101 ceph-mon[35994]: from='client.14720 -' entity='client.admin' cmd=[{"prefix": "orch daemon", "action": "start", "name": "haproxy.nfs.foo.trial101.pvhdqt", "target": ["mon-mgr", ""]}]: dispatch 2026-02-20T23:30:48.732 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:30:48 trial101 ceph-mon[35994]: Schedule start daemon haproxy.nfs.foo.trial101.pvhdqt 2026-02-20T23:30:48.732 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:30:48 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:30:48.732 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:30:48 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:30:48.732 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:30:48 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-20T23:30:48.732 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:30:48 trial101 ceph-mon[35994]: pgmap v65: 97 pgs: 97 active+clean; 589 KiB data, 215 MiB used, 5.5 TiB / 5.5 TiB avail; 85 B/s rd, 1023 B/s wr, 0 op/s 2026-02-20T23:30:48.732 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:30:48 trial101 ceph-mon[35994]: from='client.14724 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2026-02-20T23:30:48.733 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:30:48 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:30:48.733 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:30:48 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:30:48.770 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:30:48 trial168 ceph-mon[42856]: from='client.14720 -' entity='client.admin' cmd=[{"prefix": "orch daemon", "action": "start", "name": "haproxy.nfs.foo.trial101.pvhdqt", "target": ["mon-mgr", ""]}]: dispatch 2026-02-20T23:30:48.770 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:30:48 trial168 ceph-mon[42856]: Schedule start daemon haproxy.nfs.foo.trial101.pvhdqt 2026-02-20T23:30:48.770 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:30:48 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:30:48.770 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:30:48 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:30:48.770 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:30:48 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-20T23:30:48.770 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:30:48 trial168 ceph-mon[42856]: pgmap v65: 97 pgs: 97 active+clean; 589 KiB data, 215 MiB used, 5.5 TiB / 5.5 TiB avail; 85 B/s rd, 1023 B/s wr, 0 op/s 2026-02-20T23:30:48.771 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:30:48 trial168 ceph-mon[42856]: from='client.14724 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2026-02-20T23:30:48.771 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:30:48 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:30:48.771 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:30:48 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:30:50.159 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:30:49 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:30:50.159 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:30:49 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:30:50.160 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:30:49 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-20T23:30:50.160 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:30:49 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-20T23:30:50.160 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:30:49 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:30:50.160 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:30:49 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-20T23:30:50.160 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:30:49 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:30:50.160 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:30:49 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:30:50.160 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:30:49 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:30:50.160 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:30:49 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-20T23:30:50.259 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:30:49 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:30:50.259 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:30:49 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:30:50.259 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:30:49 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-20T23:30:50.259 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:30:49 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-20T23:30:50.259 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:30:49 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:30:50.260 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:30:49 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-20T23:30:50.260 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:30:49 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:30:50.260 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:30:49 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:30:50.260 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:30:49 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:30:50.260 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:30:49 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-20T23:30:51.270 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:30:50 trial168 ceph-mon[42856]: from='client.14728 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2026-02-20T23:30:51.270 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:30:50 trial168 ceph-mon[42856]: pgmap v66: 97 pgs: 97 active+clean; 600 KiB data, 215 MiB used, 5.5 TiB / 5.5 TiB avail; 85 B/s rd, 2.1 KiB/s wr, 1 op/s 2026-02-20T23:30:51.270 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:30:50 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:30:51.270 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:30:50 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:30:51.270 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:30:50 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:30:51.270 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:30:50 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:30:51.270 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:30:50 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-20T23:30:51.270 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:30:50 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-20T23:30:51.270 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:30:50 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:30:51.270 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:30:50 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-20T23:30:51.270 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:30:50 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:30:51.352 INFO:teuthology.orchestra.run.trial101.stdout:haproxy.nfs.foo.trial101.pvhdqt trial101 *:2999,9999 running (2s) 0s ago 30s 7558k - 2.3.17-d1c9119 e85424b0d443 e13bc1c3452d 2026-02-20T23:30:51.352 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:30:50 trial101 ceph-mon[35994]: from='client.14728 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2026-02-20T23:30:51.353 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:30:50 trial101 ceph-mon[35994]: pgmap v66: 97 pgs: 97 active+clean; 600 KiB data, 215 MiB used, 5.5 TiB / 5.5 TiB avail; 85 B/s rd, 2.1 KiB/s wr, 1 op/s 2026-02-20T23:30:51.353 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:30:50 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:30:51.353 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:30:50 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:30:51.353 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:30:50 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:30:51.353 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:30:50 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:30:51.354 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:30:50 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-20T23:30:51.354 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:30:50 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-20T23:30:51.354 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:30:50 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:30:51.354 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:30:50 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-20T23:30:51.354 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:30:50 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:30:51.520 INFO:teuthology.orchestra.run.trial101.stdout:Scheduled to stop haproxy.nfs.foo.trial168.jyrgmn on host 'trial168' 2026-02-20T23:30:52.007 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:30:51 trial101 ceph-mon[35994]: from='client.14732 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2026-02-20T23:30:52.008 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:30:51 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:30:52.008 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:30:51 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:30:52.008 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:30:51 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-20T23:30:52.020 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:30:51 trial168 ceph-mon[42856]: from='client.14732 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2026-02-20T23:30:52.020 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:30:51 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:30:52.020 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:30:51 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:30:52.020 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:30:51 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-20T23:30:53.209 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:30:52 trial168 ceph-mon[42856]: from='client.14736 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2026-02-20T23:30:53.210 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:30:52 trial168 ceph-mon[42856]: from='client.14740 -' entity='client.admin' cmd=[{"prefix": "orch daemon", "action": "stop", "name": "haproxy.nfs.foo.trial168.jyrgmn", "target": ["mon-mgr", ""]}]: dispatch 2026-02-20T23:30:53.210 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:30:52 trial168 ceph-mon[42856]: Schedule stop daemon haproxy.nfs.foo.trial168.jyrgmn 2026-02-20T23:30:53.210 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:30:52 trial168 ceph-mon[42856]: pgmap v67: 97 pgs: 97 active+clean; 600 KiB data, 215 MiB used, 5.5 TiB / 5.5 TiB avail; 85 B/s rd, 1.3 KiB/s wr, 1 op/s 2026-02-20T23:30:53.210 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:30:52 trial168 ceph-mon[42856]: from='client.14744 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2026-02-20T23:30:53.210 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:30:52 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:30:53.210 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:30:52 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:30:53.210 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:30:52 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:30:53.210 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:30:52 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:30:53.210 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:30:52 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-20T23:30:53.210 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:30:52 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-20T23:30:53.210 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:30:52 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:30:53.210 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:30:52 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-20T23:30:53.210 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:30:52 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:30:53.370 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:30:52 trial101 ceph-mon[35994]: from='client.14736 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2026-02-20T23:30:53.370 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:30:52 trial101 ceph-mon[35994]: from='client.14740 -' entity='client.admin' cmd=[{"prefix": "orch daemon", "action": "stop", "name": "haproxy.nfs.foo.trial168.jyrgmn", "target": ["mon-mgr", ""]}]: dispatch 2026-02-20T23:30:53.370 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:30:52 trial101 ceph-mon[35994]: Schedule stop daemon haproxy.nfs.foo.trial168.jyrgmn 2026-02-20T23:30:53.370 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:30:52 trial101 ceph-mon[35994]: pgmap v67: 97 pgs: 97 active+clean; 600 KiB data, 215 MiB used, 5.5 TiB / 5.5 TiB avail; 85 B/s rd, 1.3 KiB/s wr, 1 op/s 2026-02-20T23:30:53.370 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:30:52 trial101 ceph-mon[35994]: from='client.14744 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2026-02-20T23:30:53.370 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:30:52 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:30:53.370 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:30:52 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:30:53.370 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:30:52 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:30:53.370 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:30:52 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:30:53.370 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:30:52 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-20T23:30:53.370 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:30:52 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-20T23:30:53.370 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:30:52 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:30:53.370 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:30:52 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-20T23:30:53.370 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:30:52 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:30:54.073 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:30:53 trial101 ceph-mon[35994]: from='client.14748 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2026-02-20T23:30:54.073 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:30:53 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:30:54.073 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:30:53 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:30:54.073 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:30:53 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-20T23:30:54.270 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:30:53 trial168 ceph-mon[42856]: from='client.14748 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2026-02-20T23:30:54.270 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:30:53 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:30:54.270 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:30:53 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:30:54.270 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:30:53 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-20T23:30:55.230 INFO:teuthology.orchestra.run.trial101.stdout:haproxy.nfs.foo.trial168.jyrgmn trial168 *:2999,9999 stopped 1s ago 31s - - 2026-02-20T23:30:55.230 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:30:54 trial101 ceph-mon[35994]: pgmap v68: 97 pgs: 97 active+clean; 600 KiB data, 215 MiB used, 5.5 TiB / 5.5 TiB avail; 170 B/s rd, 1.2 KiB/s wr, 1 op/s 2026-02-20T23:30:55.230 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:30:54 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:30:55.230 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:30:54 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:30:55.231 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:30:54 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:30:55.231 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:30:54 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:30:55.231 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:30:54 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-20T23:30:55.231 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:30:54 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-20T23:30:55.231 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:30:54 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:30:55.231 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:30:54 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-20T23:30:55.231 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:30:54 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:30:55.270 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:30:54 trial168 ceph-mon[42856]: pgmap v68: 97 pgs: 97 active+clean; 600 KiB data, 215 MiB used, 5.5 TiB / 5.5 TiB avail; 170 B/s rd, 1.2 KiB/s wr, 1 op/s 2026-02-20T23:30:55.270 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:30:54 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:30:55.270 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:30:54 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:30:55.270 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:30:54 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:30:55.270 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:30:54 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:30:55.270 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:30:54 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-20T23:30:55.270 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:30:54 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-20T23:30:55.271 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:30:54 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:30:55.271 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:30:54 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-20T23:30:55.271 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:30:54 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:30:56.269 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:30:55 trial168 ceph-mon[42856]: from='client.14752 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2026-02-20T23:30:56.370 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:30:55 trial101 ceph-mon[35994]: from='client.14752 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2026-02-20T23:30:57.270 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:30:56 trial168 ceph-mon[42856]: from='client.14756 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2026-02-20T23:30:57.270 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:30:56 trial168 ceph-mon[42856]: pgmap v69: 97 pgs: 97 active+clean; 600 KiB data, 215 MiB used, 5.5 TiB / 5.5 TiB avail; 85 B/s rd, 1.2 KiB/s wr, 1 op/s 2026-02-20T23:30:57.370 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:30:56 trial101 ceph-mon[35994]: from='client.14756 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2026-02-20T23:30:57.370 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:30:56 trial101 ceph-mon[35994]: pgmap v69: 97 pgs: 97 active+clean; 600 KiB data, 215 MiB used, 5.5 TiB / 5.5 TiB avail; 85 B/s rd, 1.2 KiB/s wr, 1 op/s 2026-02-20T23:30:58.270 INFO:teuthology.orchestra.run.trial101.stdout:haproxy.nfs.foo.trial101.pvhdqt 2026-02-20T23:30:58.458 INFO:teuthology.orchestra.run.trial101.stdout:Scheduled to start haproxy.nfs.foo.trial168.jyrgmn on host 'trial168' 2026-02-20T23:30:59.204 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:30:58 trial101 ceph-mon[35994]: pgmap v70: 97 pgs: 97 active+clean; 600 KiB data, 215 MiB used, 5.5 TiB / 5.5 TiB avail; 85 B/s rd, 1.2 KiB/s wr, 1 op/s 2026-02-20T23:30:59.204 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:30:58 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:30:59.204 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:30:58 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:30:59.204 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:30:58 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-20T23:30:59.270 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:30:58 trial168 ceph-mon[42856]: pgmap v70: 97 pgs: 97 active+clean; 600 KiB data, 215 MiB used, 5.5 TiB / 5.5 TiB avail; 85 B/s rd, 1.2 KiB/s wr, 1 op/s 2026-02-20T23:30:59.270 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:30:58 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:30:59.270 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:30:58 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:30:59.270 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:30:58 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-20T23:31:00.120 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:30:59 trial101 ceph-mon[35994]: from='client.14760 -' entity='client.admin' cmd=[{"prefix": "orch daemon", "action": "start", "name": "haproxy.nfs.foo.trial168.jyrgmn", "target": ["mon-mgr", ""]}]: dispatch 2026-02-20T23:31:00.120 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:30:59 trial101 ceph-mon[35994]: Schedule start daemon haproxy.nfs.foo.trial168.jyrgmn 2026-02-20T23:31:00.120 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:30:59 trial101 ceph-mon[35994]: from='client.14764 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2026-02-20T23:31:00.120 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:30:59 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:31:00.121 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:30:59 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:31:00.121 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:30:59 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-20T23:31:00.121 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:30:59 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-20T23:31:00.121 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:30:59 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:31:00.121 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:30:59 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-20T23:31:00.121 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:30:59 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:31:00.197 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:30:59 trial168 ceph-mon[42856]: from='client.14760 -' entity='client.admin' cmd=[{"prefix": "orch daemon", "action": "start", "name": "haproxy.nfs.foo.trial168.jyrgmn", "target": ["mon-mgr", ""]}]: dispatch 2026-02-20T23:31:00.198 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:30:59 trial168 ceph-mon[42856]: Schedule start daemon haproxy.nfs.foo.trial168.jyrgmn 2026-02-20T23:31:00.198 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:30:59 trial168 ceph-mon[42856]: from='client.14764 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2026-02-20T23:31:00.198 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:30:59 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:31:00.198 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:30:59 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:31:00.198 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:30:59 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-20T23:31:00.198 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:30:59 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-20T23:31:00.198 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:30:59 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:31:00.198 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:30:59 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-20T23:31:00.198 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:30:59 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:31:01.018 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:31:00 trial101 ceph-mon[35994]: pgmap v71: 97 pgs: 97 active+clean; 612 KiB data, 215 MiB used, 5.5 TiB / 5.5 TiB avail; 85 B/s rd, 2.5 KiB/s wr, 1 op/s 2026-02-20T23:31:01.018 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:31:00 trial101 ceph-mon[35994]: from='client.14768 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2026-02-20T23:31:01.018 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:31:00 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:31:01.018 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:31:00 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:31:01.018 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:31:00 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-20T23:31:01.018 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:31:00 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-02-20T23:31:01.039 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:31:00 trial168 ceph-mon[42856]: pgmap v71: 97 pgs: 97 active+clean; 612 KiB data, 215 MiB used, 5.5 TiB / 5.5 TiB avail; 85 B/s rd, 2.5 KiB/s wr, 1 op/s 2026-02-20T23:31:01.039 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:31:00 trial168 ceph-mon[42856]: from='client.14768 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2026-02-20T23:31:01.039 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:31:00 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:31:01.039 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:31:00 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:31:01.039 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:31:00 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-20T23:31:01.040 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:31:00 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-02-20T23:31:02.172 INFO:teuthology.orchestra.run.trial101.stdout:haproxy.nfs.foo.trial168.jyrgmn trial168 *:2999,9999 running (1s) 0s ago 38s 7587k - 2.3.17-d1c9119 e85424b0d443 6255115ca707 2026-02-20T23:31:02.306 INFO:teuthology.run_tasks:Running task vip.exec... 2026-02-20T23:31:02.323 INFO:tasks.vip:Running commands on role host.a host ubuntu@trial101.front.sepia.ceph.com 2026-02-20T23:31:02.323 DEBUG:teuthology.orchestra.run.trial101:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'echo "Check with $(hostname) ganesha(s) down..." 2026-02-20T23:31:02.323 DEBUG:teuthology.orchestra.run.trial101:> for c in `systemctl | grep ceph- | grep @nfs | awk '"'"'{print $1}'"'"'`; do 2026-02-20T23:31:02.323 DEBUG:teuthology.orchestra.run.trial101:> cid=`echo $c | sed '"'"'s/@/-/'"'"'` 2026-02-20T23:31:02.323 DEBUG:teuthology.orchestra.run.trial101:> id=`echo $c | cut -d @ -f 2 | sed '"'"'s/.service$//'"'"'` 2026-02-20T23:31:02.323 DEBUG:teuthology.orchestra.run.trial101:> fsid=`echo $c | cut -d @ -f 1 | cut -d - -f 2-` 2026-02-20T23:31:02.324 DEBUG:teuthology.orchestra.run.trial101:> echo "Removing daemon $id fsid $fsid..." 2026-02-20T23:31:02.324 DEBUG:teuthology.orchestra.run.trial101:> sudo $TESTDIR/cephadm rm-daemon --fsid $fsid --name $id 2026-02-20T23:31:02.324 DEBUG:teuthology.orchestra.run.trial101:> 2026-02-20T23:31:02.324 DEBUG:teuthology.orchestra.run.trial101:> echo "Waking up cephadm..." 2026-02-20T23:31:02.324 DEBUG:teuthology.orchestra.run.trial101:> sudo $TESTDIR/cephadm shell -- ceph orch ps --refresh 2026-02-20T23:31:02.324 DEBUG:teuthology.orchestra.run.trial101:> 2026-02-20T23:31:02.324 DEBUG:teuthology.orchestra.run.trial101:> while ! timeout 1 cat /mnt/foo/testfile ; do true ; done 2026-02-20T23:31:02.324 DEBUG:teuthology.orchestra.run.trial101:> echo "Mount is back!" 2026-02-20T23:31:02.324 DEBUG:teuthology.orchestra.run.trial101:> done 2026-02-20T23:31:02.324 DEBUG:teuthology.orchestra.run.trial101:> ' 2026-02-20T23:31:02.350 INFO:teuthology.orchestra.run.trial101.stderr:++ hostname 2026-02-20T23:31:02.351 INFO:teuthology.orchestra.run.trial101.stderr:+ echo 'Check with trial101 ganesha(s) down...' 2026-02-20T23:31:02.351 INFO:teuthology.orchestra.run.trial101.stdout:Check with trial101 ganesha(s) down... 2026-02-20T23:31:02.352 INFO:teuthology.orchestra.run.trial101.stderr:++ systemctl 2026-02-20T23:31:02.352 INFO:teuthology.orchestra.run.trial101.stderr:++ grep ceph- 2026-02-20T23:31:02.352 INFO:teuthology.orchestra.run.trial101.stderr:++ grep @nfs 2026-02-20T23:31:02.352 INFO:teuthology.orchestra.run.trial101.stderr:++ awk '{print $1}' 2026-02-20T23:31:02.357 INFO:teuthology.orchestra.run.trial101.stderr:+ for c in `systemctl | grep ceph- | grep @nfs | awk '{print $1}'` 2026-02-20T23:31:02.358 INFO:teuthology.orchestra.run.trial101.stderr:++ echo ceph-d509fa29-0eb3-11f1-b056-d404e6e7d460@nfs.foo.0.0.trial101.rwlund.service 2026-02-20T23:31:02.358 INFO:teuthology.orchestra.run.trial101.stderr:++ sed s/@/-/ 2026-02-20T23:31:02.358 INFO:teuthology.orchestra.run.trial101.stderr:+ cid=ceph-d509fa29-0eb3-11f1-b056-d404e6e7d460-nfs.foo.0.0.trial101.rwlund.service 2026-02-20T23:31:02.359 INFO:teuthology.orchestra.run.trial101.stderr:++ echo ceph-d509fa29-0eb3-11f1-b056-d404e6e7d460@nfs.foo.0.0.trial101.rwlund.service 2026-02-20T23:31:02.359 INFO:teuthology.orchestra.run.trial101.stderr:++ cut -d @ -f 2 2026-02-20T23:31:02.359 INFO:teuthology.orchestra.run.trial101.stderr:++ sed 's/.service$//' 2026-02-20T23:31:02.360 INFO:teuthology.orchestra.run.trial101.stderr:+ id=nfs.foo.0.0.trial101.rwlund 2026-02-20T23:31:02.361 INFO:teuthology.orchestra.run.trial101.stderr:++ echo ceph-d509fa29-0eb3-11f1-b056-d404e6e7d460@nfs.foo.0.0.trial101.rwlund.service 2026-02-20T23:31:02.361 INFO:teuthology.orchestra.run.trial101.stderr:++ cut -d @ -f 1 2026-02-20T23:31:02.361 INFO:teuthology.orchestra.run.trial101.stderr:++ cut -d - -f 2- 2026-02-20T23:31:02.362 INFO:teuthology.orchestra.run.trial101.stderr:+ fsid=d509fa29-0eb3-11f1-b056-d404e6e7d460 2026-02-20T23:31:02.362 INFO:teuthology.orchestra.run.trial101.stderr:+ echo 'Removing daemon nfs.foo.0.0.trial101.rwlund fsid d509fa29-0eb3-11f1-b056-d404e6e7d460...' 2026-02-20T23:31:02.362 INFO:teuthology.orchestra.run.trial101.stdout:Removing daemon nfs.foo.0.0.trial101.rwlund fsid d509fa29-0eb3-11f1-b056-d404e6e7d460... 2026-02-20T23:31:02.363 INFO:teuthology.orchestra.run.trial101.stderr:+ sudo /home/ubuntu/cephtest/cephadm rm-daemon --fsid d509fa29-0eb3-11f1-b056-d404e6e7d460 --name nfs.foo.0.0.trial101.rwlund 2026-02-20T23:31:02.493 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:31:02 trial101 ceph-mon[35994]: from='client.14772 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2026-02-20T23:31:02.493 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:31:02 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:31:02.493 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:31:02 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:31:02.494 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:31:02 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:31:02.494 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:31:02 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:31:02.494 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:31:02 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-20T23:31:02.494 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:31:02 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-20T23:31:02.494 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:31:02 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:31:02.494 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:31:02 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-20T23:31:02.495 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:31:02 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:31:02.495 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:31:02 trial101 ceph-mon[35994]: pgmap v72: 97 pgs: 97 active+clean; 612 KiB data, 215 MiB used, 5.5 TiB / 5.5 TiB avail; 85 B/s rd, 1.4 KiB/s wr, 1 op/s 2026-02-20T23:31:02.520 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:31:02 trial168 ceph-mon[42856]: from='client.14772 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2026-02-20T23:31:02.520 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:31:02 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:31:02.520 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:31:02 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:31:02.520 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:31:02 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:31:02.520 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:31:02 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:31:02.520 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:31:02 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-20T23:31:02.520 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:31:02 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-20T23:31:02.520 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:31:02 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:31:02.521 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:31:02 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-20T23:31:02.521 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:31:02 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:31:02.521 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:31:02 trial168 ceph-mon[42856]: pgmap v72: 97 pgs: 97 active+clean; 612 KiB data, 215 MiB used, 5.5 TiB / 5.5 TiB avail; 85 B/s rd, 1.4 KiB/s wr, 1 op/s 2026-02-20T23:31:03.161 INFO:teuthology.orchestra.run.trial101.stdout:Waking up cephadm... 2026-02-20T23:31:03.161 INFO:teuthology.orchestra.run.trial101.stderr:+ echo 'Waking up cephadm...' 2026-02-20T23:31:03.162 INFO:teuthology.orchestra.run.trial101.stderr:+ sudo /home/ubuntu/cephtest/cephadm shell -- ceph orch ps --refresh 2026-02-20T23:31:03.264 INFO:teuthology.orchestra.run.trial101.stderr:Inferring fsid d509fa29-0eb3-11f1-b056-d404e6e7d460 2026-02-20T23:31:03.264 INFO:teuthology.orchestra.run.trial101.stderr:Inferring config /var/lib/ceph/d509fa29-0eb3-11f1-b056-d404e6e7d460/mon.trial101/config 2026-02-20T23:31:03.826 INFO:teuthology.orchestra.run.trial101.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2026-02-20T23:31:03.826 INFO:teuthology.orchestra.run.trial101.stdout:alertmanager.trial101 trial101 *:9093,9094 running (91s) 2s ago 118s 25.1M - 0.28.1 91c01b3cec9b 4621ef3c2b75 2026-02-20T23:31:03.826 INFO:teuthology.orchestra.run.trial101.stdout:ceph-exporter.trial101 trial101 *:9926 running (2m) 2s ago 2m 9449k - 20.2.0-677-gf7870454 191e36ff62c2 7cc7f9b78b4a 2026-02-20T23:31:03.826 INFO:teuthology.orchestra.run.trial101.stdout:ceph-exporter.trial168 trial168 *:9926 running (103s) 2s ago 103s 9923k - 20.2.0-677-gf7870454 191e36ff62c2 c7a649d69969 2026-02-20T23:31:03.826 INFO:teuthology.orchestra.run.trial101.stdout:crash.trial101 trial101 running (2m) 2s ago 2m 7671k - 20.2.0-677-gf7870454 191e36ff62c2 114f8a269a3f 2026-02-20T23:31:03.827 INFO:teuthology.orchestra.run.trial101.stdout:crash.trial168 trial168 running (103s) 2s ago 103s 7675k - 20.2.0-677-gf7870454 191e36ff62c2 79e2402d578d 2026-02-20T23:31:03.827 INFO:teuthology.orchestra.run.trial101.stdout:grafana.trial101 trial101 *:3000 running (89s) 2s ago 114s 119M - 12.3.1 5cdab57891ea 6ffe9d0a35fd 2026-02-20T23:31:03.827 INFO:teuthology.orchestra.run.trial101.stdout:haproxy.nfs.foo.trial101.pvhdqt trial101 *:2999,9999 running (14s) 2s ago 42s 7872k - 2.3.17-d1c9119 e85424b0d443 e13bc1c3452d 2026-02-20T23:31:03.827 INFO:teuthology.orchestra.run.trial101.stdout:haproxy.nfs.foo.trial168.jyrgmn trial168 *:2999,9999 running (3s) 2s ago 40s 7587k - 2.3.17-d1c9119 e85424b0d443 6255115ca707 2026-02-20T23:31:03.827 INFO:teuthology.orchestra.run.trial101.stdout:keepalived.nfs.foo.trial101.dayqpv trial101 running (37s) 2s ago 37s 2407k - 2.2.4 4a3a1ff181d9 bb7bb60383ae 2026-02-20T23:31:03.827 INFO:teuthology.orchestra.run.trial101.stdout:keepalived.nfs.foo.trial168.pkqtlf trial168 running (35s) 2s ago 35s 2419k - 2.2.4 4a3a1ff181d9 9f2b7c078cb0 2026-02-20T23:31:03.827 INFO:teuthology.orchestra.run.trial101.stdout:mds.foofs.trial101.bunxqw trial101 running (47s) 2s ago 47s 16.0M - 20.2.0-677-gf7870454 191e36ff62c2 9be99a3709ab 2026-02-20T23:31:03.827 INFO:teuthology.orchestra.run.trial101.stdout:mds.foofs.trial168.khqvuu trial168 running (48s) 2s ago 48s 21.3M - 20.2.0-677-gf7870454 191e36ff62c2 d1b75bf63dc7 2026-02-20T23:31:03.827 INFO:teuthology.orchestra.run.trial101.stdout:mgr.trial101.twcqls trial101 *:9283,8765,8443 running (2m) 2s ago 2m 575M - 20.2.0-677-gf7870454 191e36ff62c2 40a80b01fdf7 2026-02-20T23:31:03.827 INFO:teuthology.orchestra.run.trial101.stdout:mgr.trial168.iztvhl trial168 *:8443,9283,8765 running (101s) 2s ago 101s 495M - 20.2.0-677-gf7870454 191e36ff62c2 69bd074a72a6 2026-02-20T23:31:03.827 INFO:teuthology.orchestra.run.trial101.stdout:mon.trial101 trial101 running (2m) 2s ago 2m 64.5M 2048M 20.2.0-677-gf7870454 191e36ff62c2 619d9f8bb05c 2026-02-20T23:31:03.827 INFO:teuthology.orchestra.run.trial101.stdout:mon.trial168 trial168 running (100s) 2s ago 100s 40.0M 2048M 20.2.0-677-gf7870454 191e36ff62c2 fe73ab35205a 2026-02-20T23:31:03.828 INFO:teuthology.orchestra.run.trial101.stdout:nfs.foo.0.0.trial101.rwlund trial101 *:12999 running (45s) 2s ago 45s 55.3M - 5.9 191e36ff62c2 e5ff827c6008 2026-02-20T23:31:03.828 INFO:teuthology.orchestra.run.trial101.stdout:node-exporter.trial101 trial101 *:9100 running (2m) 2s ago 2m 13.7M - 1.9.1 255ec253085f 9bc4b8d8abf3 2026-02-20T23:31:03.828 INFO:teuthology.orchestra.run.trial101.stdout:node-exporter.trial168 trial168 *:9100 running (102s) 2s ago 101s 11.6M - 1.9.1 255ec253085f 37c4e00f7148 2026-02-20T23:31:03.828 INFO:teuthology.orchestra.run.trial101.stdout:osd.0 trial101 running (75s) 2s ago 75s 47.3M 19.2G 20.2.0-677-gf7870454 191e36ff62c2 986f5fa0f10f 2026-02-20T23:31:03.828 INFO:teuthology.orchestra.run.trial101.stdout:osd.1 trial168 running (76s) 2s ago 75s 48.3M 19.9G 20.2.0-677-gf7870454 191e36ff62c2 7cd299113225 2026-02-20T23:31:03.828 INFO:teuthology.orchestra.run.trial101.stdout:osd.2 trial168 running (73s) 2s ago 73s 48.1M 19.9G 20.2.0-677-gf7870454 191e36ff62c2 9510d5096dd2 2026-02-20T23:31:03.828 INFO:teuthology.orchestra.run.trial101.stdout:osd.3 trial101 running (72s) 2s ago 72s 46.4M 19.2G 20.2.0-677-gf7870454 191e36ff62c2 5ae18880134d 2026-02-20T23:31:03.828 INFO:teuthology.orchestra.run.trial101.stdout:osd.4 trial168 running (70s) 2s ago 70s 49.9M 19.9G 20.2.0-677-gf7870454 191e36ff62c2 63af873fecc2 2026-02-20T23:31:03.828 INFO:teuthology.orchestra.run.trial101.stdout:osd.5 trial101 running (69s) 2s ago 69s 45.6M 19.2G 20.2.0-677-gf7870454 191e36ff62c2 f25ffe86f50e 2026-02-20T23:31:03.828 INFO:teuthology.orchestra.run.trial101.stdout:osd.6 trial168 running (68s) 2s ago 68s 49.8M 19.9G 20.2.0-677-gf7870454 191e36ff62c2 9df3858a1962 2026-02-20T23:31:03.828 INFO:teuthology.orchestra.run.trial101.stdout:osd.7 trial101 running (67s) 2s ago 67s 45.5M 19.2G 20.2.0-677-gf7870454 191e36ff62c2 103636aa0ff9 2026-02-20T23:31:03.829 INFO:teuthology.orchestra.run.trial101.stdout:prometheus.trial101 trial101 *:9095 running (32s) 2s ago 111s 49.8M - 3.6.0 4fcecf061b74 92829d3557e8 2026-02-20T23:31:03.870 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:31:03 trial101 ceph-mon[35994]: from='client.14776 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2026-02-20T23:31:03.968 INFO:teuthology.orchestra.run.trial101.stderr:+ timeout 1 cat /mnt/foo/testfile 2026-02-20T23:31:04.020 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:31:03 trial168 ceph-mon[42856]: from='client.14776 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2026-02-20T23:31:04.870 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:31:04 trial101 ceph-mon[35994]: pgmap v73: 97 pgs: 97 active+clean; 612 KiB data, 215 MiB used, 5.5 TiB / 5.5 TiB avail; 511 B/s rd, 1.5 KiB/s wr, 1 op/s 2026-02-20T23:31:04.871 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:31:04 trial101 ceph-mon[35994]: from='client.14780 -' entity='client.admin' cmd=[{"prefix": "orch ps", "refresh": true, "target": ["mon-mgr", ""]}]: dispatch 2026-02-20T23:31:04.871 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:31:04 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-20T23:31:04.969 INFO:teuthology.orchestra.run.trial101.stderr:+ true 2026-02-20T23:31:04.969 INFO:teuthology.orchestra.run.trial101.stderr:+ timeout 1 cat /mnt/foo/testfile 2026-02-20T23:31:05.019 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:31:04 trial168 ceph-mon[42856]: pgmap v73: 97 pgs: 97 active+clean; 612 KiB data, 215 MiB used, 5.5 TiB / 5.5 TiB avail; 511 B/s rd, 1.5 KiB/s wr, 1 op/s 2026-02-20T23:31:05.020 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:31:04 trial168 ceph-mon[42856]: from='client.14780 -' entity='client.admin' cmd=[{"prefix": "orch ps", "refresh": true, "target": ["mon-mgr", ""]}]: dispatch 2026-02-20T23:31:05.020 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:31:04 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-20T23:31:05.955 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:31:05 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:31:05.955 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:31:05 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:31:05.955 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:31:05 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:31:05.955 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:31:05 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:31:05.956 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:31:05 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-20T23:31:05.956 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:31:05 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-20T23:31:05.956 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:31:05 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:31:05.956 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:31:05 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-20T23:31:05.956 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:31:05 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:31:05.956 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:31:05 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "auth rm", "entity": "client.nfs.foo.0.0.trial101.rwlund"} : dispatch 2026-02-20T23:31:05.956 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:31:05 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd='[{"prefix": "auth rm", "entity": "client.nfs.foo.0.0.trial101.rwlund"}]': finished 2026-02-20T23:31:05.956 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:31:05 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:31:05.956 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:31:05 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.trial101.ilssps", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]} : dispatch 2026-02-20T23:31:05.956 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:31:05 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.trial101.ilssps", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2026-02-20T23:31:05.957 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:31:05 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]} : dispatch 2026-02-20T23:31:05.957 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:31:05 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]': finished 2026-02-20T23:31:05.957 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:31:05 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-20T23:31:05.957 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:31:05 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"} : dispatch 2026-02-20T23:31:05.957 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:31:05 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2026-02-20T23:31:05.957 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:31:05 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.trial101.ilssps-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]} : dispatch 2026-02-20T23:31:05.957 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:31:05 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.trial101.ilssps-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2026-02-20T23:31:05.957 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:31:05 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-20T23:31:05.971 INFO:teuthology.orchestra.run.trial101.stderr:+ true 2026-02-20T23:31:05.971 INFO:teuthology.orchestra.run.trial101.stderr:+ timeout 1 cat /mnt/foo/testfile 2026-02-20T23:31:06.020 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:31:05 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:31:06.020 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:31:05 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:31:06.020 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:31:05 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:31:06.020 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:31:05 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:31:06.020 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:31:05 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-20T23:31:06.020 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:31:05 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-20T23:31:06.020 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:31:05 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:31:06.020 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:31:05 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-20T23:31:06.020 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:31:05 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:31:06.020 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:31:05 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "auth rm", "entity": "client.nfs.foo.0.0.trial101.rwlund"} : dispatch 2026-02-20T23:31:06.020 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:31:05 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd='[{"prefix": "auth rm", "entity": "client.nfs.foo.0.0.trial101.rwlund"}]': finished 2026-02-20T23:31:06.020 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:31:05 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:31:06.020 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:31:05 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.trial101.ilssps", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]} : dispatch 2026-02-20T23:31:06.020 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:31:05 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.trial101.ilssps", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2026-02-20T23:31:06.020 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:31:05 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]} : dispatch 2026-02-20T23:31:06.020 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:31:05 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]': finished 2026-02-20T23:31:06.021 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:31:05 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-20T23:31:06.021 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:31:05 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"} : dispatch 2026-02-20T23:31:06.021 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:31:05 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2026-02-20T23:31:06.021 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:31:05 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.trial101.ilssps-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]} : dispatch 2026-02-20T23:31:06.021 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:31:05 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.trial101.ilssps-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2026-02-20T23:31:06.021 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:31:05 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-20T23:31:06.831 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:31:06 trial101 ceph-mon[35994]: Fencing old nfs.foo.0.0.trial101.rwlund 2026-02-20T23:31:06.831 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:31:06 trial101 ceph-mon[35994]: Creating key for client.nfs.foo.0.1.trial101.ilssps 2026-02-20T23:31:06.831 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:31:06 trial101 ceph-mon[35994]: Ensuring 0 is in the ganesha grace table 2026-02-20T23:31:06.831 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:31:06 trial101 ceph-mon[35994]: Rados config object exists: conf-nfs.foo 2026-02-20T23:31:06.831 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:31:06 trial101 ceph-mon[35994]: Creating key for client.nfs.foo.0.1.trial101.ilssps-rgw 2026-02-20T23:31:06.831 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:31:06 trial101 ceph-mon[35994]: Bind address in nfs.foo.0.1.trial101.ilssps's ganesha conf is defaulting to empty 2026-02-20T23:31:06.831 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:31:06 trial101 ceph-mon[35994]: Deploying daemon nfs.foo.0.1.trial101.ilssps on trial101 2026-02-20T23:31:06.831 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:31:06 trial101 ceph-mon[35994]: pgmap v74: 97 pgs: 97 active+clean; 612 KiB data, 215 MiB used, 5.5 TiB / 5.5 TiB avail; 511 B/s rd, 1.5 KiB/s wr, 1 op/s 2026-02-20T23:31:06.831 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:31:06 trial101 ceph-mon[35994]: Evicting (and blocklisting) client session 14664 (10.20.193.101:0/3389903598) 2026-02-20T23:31:06.831 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:31:06 trial101 ceph-mon[35994]: from='mds.? [v2:10.20.193.168:6832/3589386052,v1:10.20.193.168:6833/3589386052]' entity='mds.foofs.trial168.khqvuu' cmd={"prefix":"osd blocklist", "blocklistop":"add","addr":"10.20.193.101:0/3389903598"} : dispatch 2026-02-20T23:31:06.831 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:31:06 trial101 ceph-mon[35994]: from='mds.? ' entity='mds.foofs.trial168.khqvuu' cmd={"prefix":"osd blocklist", "blocklistop":"add","addr":"10.20.193.101:0/3389903598"} : dispatch 2026-02-20T23:31:06.831 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:31:06 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:31:06.831 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:31:06 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:31:06.831 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:31:06 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:31:06.831 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:31:06 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:31:06.831 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:31:06 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-20T23:31:06.972 INFO:teuthology.orchestra.run.trial101.stderr:+ true 2026-02-20T23:31:06.972 INFO:teuthology.orchestra.run.trial101.stderr:+ timeout 1 cat /mnt/foo/testfile 2026-02-20T23:31:07.020 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:31:06 trial168 ceph-mon[42856]: Fencing old nfs.foo.0.0.trial101.rwlund 2026-02-20T23:31:07.020 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:31:06 trial168 ceph-mon[42856]: Creating key for client.nfs.foo.0.1.trial101.ilssps 2026-02-20T23:31:07.020 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:31:06 trial168 ceph-mon[42856]: Ensuring 0 is in the ganesha grace table 2026-02-20T23:31:07.020 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:31:06 trial168 ceph-mon[42856]: Rados config object exists: conf-nfs.foo 2026-02-20T23:31:07.020 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:31:06 trial168 ceph-mon[42856]: Creating key for client.nfs.foo.0.1.trial101.ilssps-rgw 2026-02-20T23:31:07.020 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:31:06 trial168 ceph-mon[42856]: Bind address in nfs.foo.0.1.trial101.ilssps's ganesha conf is defaulting to empty 2026-02-20T23:31:07.020 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:31:06 trial168 ceph-mon[42856]: Deploying daemon nfs.foo.0.1.trial101.ilssps on trial101 2026-02-20T23:31:07.020 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:31:06 trial168 ceph-mon[42856]: pgmap v74: 97 pgs: 97 active+clean; 612 KiB data, 215 MiB used, 5.5 TiB / 5.5 TiB avail; 511 B/s rd, 1.5 KiB/s wr, 1 op/s 2026-02-20T23:31:07.021 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:31:06 trial168 ceph-mon[42856]: Evicting (and blocklisting) client session 14664 (10.20.193.101:0/3389903598) 2026-02-20T23:31:07.021 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:31:06 trial168 ceph-mon[42856]: from='mds.? [v2:10.20.193.168:6832/3589386052,v1:10.20.193.168:6833/3589386052]' entity='mds.foofs.trial168.khqvuu' cmd={"prefix":"osd blocklist", "blocklistop":"add","addr":"10.20.193.101:0/3389903598"} : dispatch 2026-02-20T23:31:07.021 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:31:06 trial168 ceph-mon[42856]: from='mds.? ' entity='mds.foofs.trial168.khqvuu' cmd={"prefix":"osd blocklist", "blocklistop":"add","addr":"10.20.193.101:0/3389903598"} : dispatch 2026-02-20T23:31:07.021 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:31:06 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:31:07.021 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:31:06 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:31:07.021 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:31:06 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:31:07.021 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:31:06 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:31:07.021 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:31:06 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-20T23:31:07.905 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:31:07 trial101 ceph-mon[35994]: from='mds.? ' entity='mds.foofs.trial168.khqvuu' cmd='[{"prefix":"osd blocklist", "blocklistop":"add","addr":"10.20.193.101:0/3389903598"}]': finished 2026-02-20T23:31:07.906 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:31:07 trial101 ceph-mon[35994]: osdmap e32: 8 total, 8 up, 8 in 2026-02-20T23:31:07.906 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:31:07 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:31:07.906 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:31:07 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:31:07.906 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:31:07 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-20T23:31:07.906 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:31:07 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-20T23:31:07.906 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:31:07 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:31:07.906 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:31:07 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-20T23:31:07.906 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:31:07 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:31:07.973 INFO:teuthology.orchestra.run.trial101.stderr:+ true 2026-02-20T23:31:07.973 INFO:teuthology.orchestra.run.trial101.stderr:+ timeout 1 cat /mnt/foo/testfile 2026-02-20T23:31:08.020 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:31:07 trial168 ceph-mon[42856]: from='mds.? ' entity='mds.foofs.trial168.khqvuu' cmd='[{"prefix":"osd blocklist", "blocklistop":"add","addr":"10.20.193.101:0/3389903598"}]': finished 2026-02-20T23:31:08.020 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:31:07 trial168 ceph-mon[42856]: osdmap e32: 8 total, 8 up, 8 in 2026-02-20T23:31:08.020 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:31:07 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:31:08.020 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:31:07 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:31:08.020 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:31:07 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-20T23:31:08.020 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:31:07 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-20T23:31:08.021 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:31:07 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:31:08.021 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:31:07 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-20T23:31:08.021 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:31:07 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:31:08.978 INFO:teuthology.orchestra.run.trial101.stderr:+ true 2026-02-20T23:31:08.978 INFO:teuthology.orchestra.run.trial101.stderr:+ timeout 1 cat /mnt/foo/testfile 2026-02-20T23:31:09.009 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:31:08 trial168 ceph-mon[42856]: Reconfiguring haproxy.nfs.foo.trial101.pvhdqt deps ['nfs.foo.0.0.trial101.rwlund'] -> ['nfs.foo.0.1.trial101.ilssps'] (diff {'nfs.foo.0.0.trial101.rwlund', 'nfs.foo.0.1.trial101.ilssps'}) 2026-02-20T23:31:09.009 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:31:08 trial168 ceph-mon[42856]: Reconfiguring daemon haproxy.nfs.foo.trial101.pvhdqt on trial101 2026-02-20T23:31:09.010 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:31:08 trial168 ceph-mon[42856]: pgmap v76: 97 pgs: 97 active+clean; 612 KiB data, 215 MiB used, 5.5 TiB / 5.5 TiB avail; 716 B/s rd, 1.9 KiB/s wr, 2 op/s 2026-02-20T23:31:09.010 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:31:08 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:31:09.010 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:31:08 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:31:09.120 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:31:08 trial101 ceph-mon[35994]: Reconfiguring haproxy.nfs.foo.trial101.pvhdqt deps ['nfs.foo.0.0.trial101.rwlund'] -> ['nfs.foo.0.1.trial101.ilssps'] (diff {'nfs.foo.0.0.trial101.rwlund', 'nfs.foo.0.1.trial101.ilssps'}) 2026-02-20T23:31:09.120 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:31:08 trial101 ceph-mon[35994]: Reconfiguring daemon haproxy.nfs.foo.trial101.pvhdqt on trial101 2026-02-20T23:31:09.121 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:31:08 trial101 ceph-mon[35994]: pgmap v76: 97 pgs: 97 active+clean; 612 KiB data, 215 MiB used, 5.5 TiB / 5.5 TiB avail; 716 B/s rd, 1.9 KiB/s wr, 2 op/s 2026-02-20T23:31:09.121 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:31:08 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:31:09.121 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:31:08 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:31:09.979 INFO:teuthology.orchestra.run.trial101.stderr:+ true 2026-02-20T23:31:09.980 INFO:teuthology.orchestra.run.trial101.stderr:+ timeout 1 cat /mnt/foo/testfile 2026-02-20T23:31:10.120 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:31:09 trial101 ceph-mon[35994]: Reconfiguring haproxy.nfs.foo.trial168.jyrgmn deps ['nfs.foo.0.0.trial101.rwlund'] -> ['nfs.foo.0.1.trial101.ilssps'] (diff {'nfs.foo.0.0.trial101.rwlund', 'nfs.foo.0.1.trial101.ilssps'}) 2026-02-20T23:31:10.121 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:31:09 trial101 ceph-mon[35994]: Reconfiguring daemon haproxy.nfs.foo.trial168.jyrgmn on trial168 2026-02-20T23:31:10.121 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:31:09 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:31:10.121 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:31:09 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:31:10.121 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:31:09 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:31:10.121 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:31:09 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-20T23:31:10.270 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:31:09 trial168 ceph-mon[42856]: Reconfiguring haproxy.nfs.foo.trial168.jyrgmn deps ['nfs.foo.0.0.trial101.rwlund'] -> ['nfs.foo.0.1.trial101.ilssps'] (diff {'nfs.foo.0.0.trial101.rwlund', 'nfs.foo.0.1.trial101.ilssps'}) 2026-02-20T23:31:10.270 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:31:09 trial168 ceph-mon[42856]: Reconfiguring daemon haproxy.nfs.foo.trial168.jyrgmn on trial168 2026-02-20T23:31:10.270 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:31:09 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:31:10.270 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:31:09 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:31:10.270 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:31:09 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:31:10.270 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:31:09 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-20T23:31:10.981 INFO:teuthology.orchestra.run.trial101.stderr:+ true 2026-02-20T23:31:10.981 INFO:teuthology.orchestra.run.trial101.stderr:+ timeout 1 cat /mnt/foo/testfile 2026-02-20T23:31:11.120 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:31:10 trial101 ceph-mon[35994]: pgmap v77: 97 pgs: 97 active+clean; 615 KiB data, 215 MiB used, 5.5 TiB / 5.5 TiB avail; 1.5 KiB/s rd, 1.2 KiB/s wr, 2 op/s 2026-02-20T23:31:11.120 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:31:10 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:31:11.120 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:31:10 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:31:11.120 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:31:10 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:31:11.121 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:31:10 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:31:11.121 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:31:10 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-20T23:31:11.121 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:31:10 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-20T23:31:11.121 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:31:10 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:31:11.121 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:31:10 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-20T23:31:11.121 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:31:10 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:31:11.270 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:31:10 trial168 ceph-mon[42856]: pgmap v77: 97 pgs: 97 active+clean; 615 KiB data, 215 MiB used, 5.5 TiB / 5.5 TiB avail; 1.5 KiB/s rd, 1.2 KiB/s wr, 2 op/s 2026-02-20T23:31:11.270 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:31:10 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:31:11.270 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:31:10 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:31:11.270 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:31:10 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:31:11.270 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:31:10 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:31:11.270 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:31:10 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-20T23:31:11.270 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:31:10 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-20T23:31:11.270 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:31:10 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:31:11.270 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:31:10 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-20T23:31:11.270 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:31:10 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' 2026-02-20T23:31:11.982 INFO:teuthology.orchestra.run.trial101.stderr:+ true 2026-02-20T23:31:11.983 INFO:teuthology.orchestra.run.trial101.stderr:+ timeout 1 cat /mnt/foo/testfile 2026-02-20T23:31:12.984 INFO:teuthology.orchestra.run.trial101.stderr:+ true 2026-02-20T23:31:12.984 INFO:teuthology.orchestra.run.trial101.stderr:+ timeout 1 cat /mnt/foo/testfile 2026-02-20T23:31:13.120 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:31:12 trial101 ceph-mon[35994]: pgmap v78: 97 pgs: 97 active+clean; 615 KiB data, 215 MiB used, 5.5 TiB / 5.5 TiB avail; 1.6 KiB/s rd, 1.2 KiB/s wr, 3 op/s 2026-02-20T23:31:13.270 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:31:12 trial168 ceph-mon[42856]: pgmap v78: 97 pgs: 97 active+clean; 615 KiB data, 215 MiB used, 5.5 TiB / 5.5 TiB avail; 1.6 KiB/s rd, 1.2 KiB/s wr, 3 op/s 2026-02-20T23:31:13.985 INFO:teuthology.orchestra.run.trial101.stderr:+ true 2026-02-20T23:31:13.985 INFO:teuthology.orchestra.run.trial101.stderr:+ timeout 1 cat /mnt/foo/testfile 2026-02-20T23:31:14.987 INFO:teuthology.orchestra.run.trial101.stderr:+ true 2026-02-20T23:31:14.987 INFO:teuthology.orchestra.run.trial101.stderr:+ timeout 1 cat /mnt/foo/testfile 2026-02-20T23:31:15.120 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:31:14 trial101 ceph-mon[35994]: pgmap v79: 97 pgs: 97 active+clean; 615 KiB data, 215 MiB used, 5.5 TiB / 5.5 TiB avail; 1.1 KiB/s rd, 1023 B/s wr, 2 op/s 2026-02-20T23:31:15.270 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:31:14 trial168 ceph-mon[42856]: pgmap v79: 97 pgs: 97 active+clean; 615 KiB data, 215 MiB used, 5.5 TiB / 5.5 TiB avail; 1.1 KiB/s rd, 1023 B/s wr, 2 op/s 2026-02-20T23:31:15.988 INFO:teuthology.orchestra.run.trial101.stderr:+ true 2026-02-20T23:31:15.988 INFO:teuthology.orchestra.run.trial101.stderr:+ timeout 1 cat /mnt/foo/testfile 2026-02-20T23:31:16.270 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:31:15 trial168 ceph-mon[42856]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-02-20T23:31:16.371 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:31:15 trial101 ceph-mon[35994]: from='mgr.14213 10.20.193.101:0/3365965505' entity='mgr.trial101.twcqls' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-02-20T23:31:16.989 INFO:teuthology.orchestra.run.trial101.stderr:+ true 2026-02-20T23:31:16.989 INFO:teuthology.orchestra.run.trial101.stderr:+ timeout 1 cat /mnt/foo/testfile 2026-02-20T23:31:16.993 INFO:teuthology.orchestra.run.trial101.stdout:haproxy.nfs.foo.trial168.jyrgmn 2026-02-20T23:31:16.994 INFO:teuthology.orchestra.run.trial101.stderr:+ echo 'Mount is back!' 2026-02-20T23:31:16.994 INFO:teuthology.orchestra.run.trial101.stdout:Mount is back! 2026-02-20T23:31:17.007 INFO:tasks.vip:Running commands on role host.b host ubuntu@trial168.front.sepia.ceph.com 2026-02-20T23:31:17.007 DEBUG:teuthology.orchestra.run.trial168:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'echo "Check with $(hostname) ganesha(s) down..." 2026-02-20T23:31:17.007 DEBUG:teuthology.orchestra.run.trial168:> for c in `systemctl | grep ceph- | grep @nfs | awk '"'"'{print $1}'"'"'`; do 2026-02-20T23:31:17.007 DEBUG:teuthology.orchestra.run.trial168:> cid=`echo $c | sed '"'"'s/@/-/'"'"'` 2026-02-20T23:31:17.007 DEBUG:teuthology.orchestra.run.trial168:> id=`echo $c | cut -d @ -f 2 | sed '"'"'s/.service$//'"'"'` 2026-02-20T23:31:17.007 DEBUG:teuthology.orchestra.run.trial168:> fsid=`echo $c | cut -d @ -f 1 | cut -d - -f 2-` 2026-02-20T23:31:17.007 DEBUG:teuthology.orchestra.run.trial168:> echo "Removing daemon $id fsid $fsid..." 2026-02-20T23:31:17.008 DEBUG:teuthology.orchestra.run.trial168:> sudo $TESTDIR/cephadm rm-daemon --fsid $fsid --name $id 2026-02-20T23:31:17.008 DEBUG:teuthology.orchestra.run.trial168:> 2026-02-20T23:31:17.008 DEBUG:teuthology.orchestra.run.trial168:> echo "Waking up cephadm..." 2026-02-20T23:31:17.008 DEBUG:teuthology.orchestra.run.trial168:> sudo $TESTDIR/cephadm shell -- ceph orch ps --refresh 2026-02-20T23:31:17.008 DEBUG:teuthology.orchestra.run.trial168:> 2026-02-20T23:31:17.008 DEBUG:teuthology.orchestra.run.trial168:> while ! timeout 1 cat /mnt/foo/testfile ; do true ; done 2026-02-20T23:31:17.008 DEBUG:teuthology.orchestra.run.trial168:> echo "Mount is back!" 2026-02-20T23:31:17.008 DEBUG:teuthology.orchestra.run.trial168:> done 2026-02-20T23:31:17.008 DEBUG:teuthology.orchestra.run.trial168:> ' 2026-02-20T23:31:17.035 INFO:teuthology.orchestra.run.trial168.stderr:++ hostname 2026-02-20T23:31:17.036 INFO:teuthology.orchestra.run.trial168.stderr:+ echo 'Check with trial168 ganesha(s) down...' 2026-02-20T23:31:17.036 INFO:teuthology.orchestra.run.trial168.stdout:Check with trial168 ganesha(s) down... 2026-02-20T23:31:17.036 INFO:teuthology.orchestra.run.trial168.stderr:++ systemctl 2026-02-20T23:31:17.036 INFO:teuthology.orchestra.run.trial168.stderr:++ grep ceph- 2026-02-20T23:31:17.036 INFO:teuthology.orchestra.run.trial168.stderr:++ grep @nfs 2026-02-20T23:31:17.036 INFO:teuthology.orchestra.run.trial168.stderr:++ awk '{print $1}' 2026-02-20T23:31:17.044 INFO:teuthology.run_tasks:Running task cephadm.shell... 2026-02-20T23:31:17.053 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@trial101.front.sepia.ceph.com 2026-02-20T23:31:17.053 DEBUG:teuthology.orchestra.run.trial101:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:f7870454149f22574086dd2ff55d050585136531 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d509fa29-0eb3-11f1-b056-d404e6e7d460 -- bash -c 'stat -c '"'"'%u %g'"'"' /var/log/ceph | grep '"'"'167 167'"'"'' 2026-02-20T23:31:17.074 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:31:16 trial101 ceph-mon[35994]: pgmap v80: 97 pgs: 97 active+clean; 615 KiB data, 215 MiB used, 5.5 TiB / 5.5 TiB avail; 1023 B/s rd, 1023 B/s wr, 2 op/s 2026-02-20T23:31:17.169 INFO:teuthology.orchestra.run.trial101.stderr:Inferring config /var/lib/ceph/d509fa29-0eb3-11f1-b056-d404e6e7d460/mon.trial101/config 2026-02-20T23:31:17.254 INFO:teuthology.orchestra.run.trial101.stdout:167 167 2026-02-20T23:31:17.269 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:31:16 trial168 ceph-mon[42856]: pgmap v80: 97 pgs: 97 active+clean; 615 KiB data, 215 MiB used, 5.5 TiB / 5.5 TiB avail; 1023 B/s rd, 1023 B/s wr, 2 op/s 2026-02-20T23:31:17.387 DEBUG:teuthology.orchestra.run.trial101:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:f7870454149f22574086dd2ff55d050585136531 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d509fa29-0eb3-11f1-b056-d404e6e7d460 -- bash -c 'ceph orch status' 2026-02-20T23:31:17.541 INFO:teuthology.orchestra.run.trial101.stderr:Inferring config /var/lib/ceph/d509fa29-0eb3-11f1-b056-d404e6e7d460/mon.trial101/config 2026-02-20T23:31:17.784 INFO:teuthology.orchestra.run.trial101.stdout:Backend: cephadm 2026-02-20T23:31:17.784 INFO:teuthology.orchestra.run.trial101.stdout:Available: Yes 2026-02-20T23:31:17.784 INFO:teuthology.orchestra.run.trial101.stdout:Paused: No 2026-02-20T23:31:17.925 DEBUG:teuthology.orchestra.run.trial101:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:f7870454149f22574086dd2ff55d050585136531 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d509fa29-0eb3-11f1-b056-d404e6e7d460 -- bash -c 'ceph orch ps' 2026-02-20T23:31:18.041 INFO:teuthology.orchestra.run.trial101.stderr:Inferring config /var/lib/ceph/d509fa29-0eb3-11f1-b056-d404e6e7d460/mon.trial101/config 2026-02-20T23:31:18.285 INFO:teuthology.orchestra.run.trial101.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2026-02-20T23:31:18.285 INFO:teuthology.orchestra.run.trial101.stdout:alertmanager.trial101 trial101 *:9093,9094 running (105s) 7s ago 2m 25.1M - 0.28.1 91c01b3cec9b 4621ef3c2b75 2026-02-20T23:31:18.285 INFO:teuthology.orchestra.run.trial101.stdout:ceph-exporter.trial101 trial101 *:9926 running (2m) 7s ago 2m 9462k - 20.2.0-677-gf7870454 191e36ff62c2 7cc7f9b78b4a 2026-02-20T23:31:18.285 INFO:teuthology.orchestra.run.trial101.stdout:ceph-exporter.trial168 trial168 *:9926 running (118s) 8s ago 118s 9923k - 20.2.0-677-gf7870454 191e36ff62c2 c7a649d69969 2026-02-20T23:31:18.285 INFO:teuthology.orchestra.run.trial101.stdout:crash.trial101 trial101 running (2m) 7s ago 2m 7671k - 20.2.0-677-gf7870454 191e36ff62c2 114f8a269a3f 2026-02-20T23:31:18.285 INFO:teuthology.orchestra.run.trial101.stdout:crash.trial168 trial168 running (117s) 8s ago 117s 7675k - 20.2.0-677-gf7870454 191e36ff62c2 79e2402d578d 2026-02-20T23:31:18.285 INFO:teuthology.orchestra.run.trial101.stdout:grafana.trial101 trial101 *:3000 running (104s) 7s ago 2m 119M - 12.3.1 5cdab57891ea 6ffe9d0a35fd 2026-02-20T23:31:18.285 INFO:teuthology.orchestra.run.trial101.stdout:haproxy.nfs.foo.trial101.pvhdqt trial101 *:2999,9999 running (10s) 7s ago 57s 7646k - 2.3.17-d1c9119 e85424b0d443 ec2839076254 2026-02-20T23:31:18.285 INFO:teuthology.orchestra.run.trial101.stdout:haproxy.nfs.foo.trial168.jyrgmn trial168 *:2999,9999 running (9s) 8s ago 54s 7512k - 2.3.17-d1c9119 e85424b0d443 6fb52428d14f 2026-02-20T23:31:18.285 INFO:teuthology.orchestra.run.trial101.stdout:keepalived.nfs.foo.trial101.dayqpv trial101 running (51s) 7s ago 51s 2403k - 2.2.4 4a3a1ff181d9 bb7bb60383ae 2026-02-20T23:31:18.285 INFO:teuthology.orchestra.run.trial101.stdout:keepalived.nfs.foo.trial168.pkqtlf trial168 running (49s) 8s ago 49s 2415k - 2.2.4 4a3a1ff181d9 9f2b7c078cb0 2026-02-20T23:31:18.285 INFO:teuthology.orchestra.run.trial101.stdout:mds.foofs.trial101.bunxqw trial101 running (62s) 7s ago 62s 16.0M - 20.2.0-677-gf7870454 191e36ff62c2 9be99a3709ab 2026-02-20T23:31:18.285 INFO:teuthology.orchestra.run.trial101.stdout:mds.foofs.trial168.khqvuu trial168 running (63s) 8s ago 63s 21.4M - 20.2.0-677-gf7870454 191e36ff62c2 d1b75bf63dc7 2026-02-20T23:31:18.285 INFO:teuthology.orchestra.run.trial101.stdout:mgr.trial101.twcqls trial101 *:9283,8765,8443 running (2m) 7s ago 2m 577M - 20.2.0-677-gf7870454 191e36ff62c2 40a80b01fdf7 2026-02-20T23:31:18.285 INFO:teuthology.orchestra.run.trial101.stdout:mgr.trial168.iztvhl trial168 *:8443,9283,8765 running (115s) 8s ago 115s 495M - 20.2.0-677-gf7870454 191e36ff62c2 69bd074a72a6 2026-02-20T23:31:18.285 INFO:teuthology.orchestra.run.trial101.stdout:mon.trial101 trial101 running (2m) 7s ago 2m 53.0M 2048M 20.2.0-677-gf7870454 191e36ff62c2 619d9f8bb05c 2026-02-20T23:31:18.285 INFO:teuthology.orchestra.run.trial101.stdout:mon.trial168 trial168 running (114s) 8s ago 114s 40.8M 2048M 20.2.0-677-gf7870454 191e36ff62c2 fe73ab35205a 2026-02-20T23:31:18.285 INFO:teuthology.orchestra.run.trial101.stdout:nfs.foo.0.1.trial101.ilssps trial101 *:12999 running (12s) 7s ago 12s 54.4M - 5.9 191e36ff62c2 11002b2e654d 2026-02-20T23:31:18.285 INFO:teuthology.orchestra.run.trial101.stdout:node-exporter.trial101 trial101 *:9100 running (2m) 7s ago 2m 13.7M - 1.9.1 255ec253085f 9bc4b8d8abf3 2026-02-20T23:31:18.286 INFO:teuthology.orchestra.run.trial101.stdout:node-exporter.trial168 trial168 *:9100 running (116s) 8s ago 116s 11.7M - 1.9.1 255ec253085f 37c4e00f7148 2026-02-20T23:31:18.286 INFO:teuthology.orchestra.run.trial101.stdout:osd.0 trial101 running (89s) 7s ago 89s 47.6M 19.2G 20.2.0-677-gf7870454 191e36ff62c2 986f5fa0f10f 2026-02-20T23:31:18.286 INFO:teuthology.orchestra.run.trial101.stdout:osd.1 trial168 running (90s) 8s ago 90s 47.2M 19.9G 20.2.0-677-gf7870454 191e36ff62c2 7cd299113225 2026-02-20T23:31:18.286 INFO:teuthology.orchestra.run.trial101.stdout:osd.2 trial168 running (87s) 8s ago 87s 47.6M 19.9G 20.2.0-677-gf7870454 191e36ff62c2 9510d5096dd2 2026-02-20T23:31:18.286 INFO:teuthology.orchestra.run.trial101.stdout:osd.3 trial101 running (87s) 7s ago 87s 46.7M 19.2G 20.2.0-677-gf7870454 191e36ff62c2 5ae18880134d 2026-02-20T23:31:18.286 INFO:teuthology.orchestra.run.trial101.stdout:osd.4 trial168 running (85s) 8s ago 85s 49.0M 19.9G 20.2.0-677-gf7870454 191e36ff62c2 63af873fecc2 2026-02-20T23:31:18.286 INFO:teuthology.orchestra.run.trial101.stdout:osd.5 trial101 running (84s) 7s ago 84s 45.8M 19.2G 20.2.0-677-gf7870454 191e36ff62c2 f25ffe86f50e 2026-02-20T23:31:18.286 INFO:teuthology.orchestra.run.trial101.stdout:osd.6 trial168 running (82s) 8s ago 82s 48.7M 19.9G 20.2.0-677-gf7870454 191e36ff62c2 9df3858a1962 2026-02-20T23:31:18.286 INFO:teuthology.orchestra.run.trial101.stdout:osd.7 trial101 running (81s) 7s ago 81s 45.6M 19.2G 20.2.0-677-gf7870454 191e36ff62c2 103636aa0ff9 2026-02-20T23:31:18.286 INFO:teuthology.orchestra.run.trial101.stdout:prometheus.trial101 trial101 *:9095 running (46s) 7s ago 2m 49.9M - 3.6.0 4fcecf061b74 92829d3557e8 2026-02-20T23:31:18.427 DEBUG:teuthology.orchestra.run.trial101:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:f7870454149f22574086dd2ff55d050585136531 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d509fa29-0eb3-11f1-b056-d404e6e7d460 -- bash -c 'ceph orch ls' 2026-02-20T23:31:18.541 INFO:teuthology.orchestra.run.trial101.stderr:Inferring config /var/lib/ceph/d509fa29-0eb3-11f1-b056-d404e6e7d460/mon.trial101/config 2026-02-20T23:31:18.785 INFO:teuthology.orchestra.run.trial101.stdout:NAME PORTS RUNNING REFRESHED AGE PLACEMENT 2026-02-20T23:31:18.785 INFO:teuthology.orchestra.run.trial101.stdout:alertmanager ?:9093,9094 1/1 8s ago 2m count:1 2026-02-20T23:31:18.786 INFO:teuthology.orchestra.run.trial101.stdout:ceph-exporter ?:9926 2/2 8s ago 2m * 2026-02-20T23:31:18.786 INFO:teuthology.orchestra.run.trial101.stdout:crash 2/2 8s ago 2m * 2026-02-20T23:31:18.786 INFO:teuthology.orchestra.run.trial101.stdout:grafana ?:3000 1/1 8s ago 2m count:1 2026-02-20T23:31:18.786 INFO:teuthology.orchestra.run.trial101.stdout:ingress.nfs.foo 192.168.17.101:2999,9999 4/4 8s ago 63s count:2 2026-02-20T23:31:18.786 INFO:teuthology.orchestra.run.trial101.stdout:mds.foofs 2/2 8s ago 65s count:2 2026-02-20T23:31:18.786 INFO:teuthology.orchestra.run.trial101.stdout:mgr 2/2 8s ago 2m count:2 2026-02-20T23:31:18.786 INFO:teuthology.orchestra.run.trial101.stdout:mon 2/2 8s ago 2m trial101:10.20.193.101=trial101;trial168:10.20.193.168=trial168;count:2 2026-02-20T23:31:18.786 INFO:teuthology.orchestra.run.trial101.stdout:nfs.foo ?:12999 1/1 8s ago 63s count:1 2026-02-20T23:31:18.786 INFO:teuthology.orchestra.run.trial101.stdout:node-exporter ?:9100 2/2 8s ago 2m * 2026-02-20T23:31:18.786 INFO:teuthology.orchestra.run.trial101.stdout:osd.all-available-devices 8 8s ago 106s * 2026-02-20T23:31:18.787 INFO:teuthology.orchestra.run.trial101.stdout:prometheus ?:9095 1/1 8s ago 2m count:1 2026-02-20T23:31:18.925 DEBUG:teuthology.orchestra.run.trial101:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:f7870454149f22574086dd2ff55d050585136531 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d509fa29-0eb3-11f1-b056-d404e6e7d460 -- bash -c 'ceph orch host ls' 2026-02-20T23:31:19.041 INFO:teuthology.orchestra.run.trial101.stderr:Inferring config /var/lib/ceph/d509fa29-0eb3-11f1-b056-d404e6e7d460/mon.trial101/config 2026-02-20T23:31:19.064 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:31:18 trial101 ceph-mon[35994]: pgmap v81: 97 pgs: 97 active+clean; 615 KiB data, 215 MiB used, 5.5 TiB / 5.5 TiB avail; 937 B/s rd, 937 B/s wr, 2 op/s 2026-02-20T23:31:19.064 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:31:18 trial101 ceph-mon[35994]: from='client.14806 -' entity='client.admin' cmd=[{"prefix": "orch status", "target": ["mon-mgr", ""]}]: dispatch 2026-02-20T23:31:19.270 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:31:18 trial168 ceph-mon[42856]: pgmap v81: 97 pgs: 97 active+clean; 615 KiB data, 215 MiB used, 5.5 TiB / 5.5 TiB avail; 937 B/s rd, 937 B/s wr, 2 op/s 2026-02-20T23:31:19.270 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:31:18 trial168 ceph-mon[42856]: from='client.14806 -' entity='client.admin' cmd=[{"prefix": "orch status", "target": ["mon-mgr", ""]}]: dispatch 2026-02-20T23:31:19.282 INFO:teuthology.orchestra.run.trial101.stdout:HOST ADDR LABELS STATUS 2026-02-20T23:31:19.283 INFO:teuthology.orchestra.run.trial101.stdout:trial101 10.20.193.101 2026-02-20T23:31:19.283 INFO:teuthology.orchestra.run.trial101.stdout:trial168 10.20.193.168 2026-02-20T23:31:19.283 INFO:teuthology.orchestra.run.trial101.stdout:2 hosts in cluster 2026-02-20T23:31:19.421 DEBUG:teuthology.orchestra.run.trial101:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:f7870454149f22574086dd2ff55d050585136531 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d509fa29-0eb3-11f1-b056-d404e6e7d460 -- bash -c 'ceph orch device ls' 2026-02-20T23:31:19.536 INFO:teuthology.orchestra.run.trial101.stderr:Inferring config /var/lib/ceph/d509fa29-0eb3-11f1-b056-d404e6e7d460/mon.trial101/config 2026-02-20T23:31:19.777 INFO:teuthology.orchestra.run.trial101.stdout:HOST PATH TYPE DEVICE ID SIZE AVAILABLE REFRESHED REJECT REASONS 2026-02-20T23:31:19.777 INFO:teuthology.orchestra.run.trial101.stdout:trial101 /dev/nvme1n1 ssd MTFDKCC1T9TGP-1BK1JABYY_012510B47D81 1788G No 65s ago Has a FileSystem, LVM detected 2026-02-20T23:31:19.777 INFO:teuthology.orchestra.run.trial101.stdout:trial101 /dev/nvme2n1 ssd MTFDKCC1T9TGP-1BK1JABYY_012510B47A22 1788G No 65s ago Has a FileSystem, LVM detected 2026-02-20T23:31:19.777 INFO:teuthology.orchestra.run.trial101.stdout:trial101 /dev/nvme3n1 ssd Linux_92a5f00a86258c84515f 700G No 65s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2026-02-20T23:31:19.777 INFO:teuthology.orchestra.run.trial101.stdout:trial101 /dev/nvme4n1 ssd Linux_fc18ea2b7e2b758450a6 700G No 65s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2026-02-20T23:31:19.777 INFO:teuthology.orchestra.run.trial101.stdout:trial101 /dev/nvme5n1 ssd Linux_21a093fe7ddd020001aa 700G No 65s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2026-02-20T23:31:19.777 INFO:teuthology.orchestra.run.trial101.stdout:trial101 /dev/nvme6n1 ssd Linux_1eeb378d8b2dc119e705 700G No 65s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2026-02-20T23:31:19.777 INFO:teuthology.orchestra.run.trial101.stdout:trial168 /dev/nvme1n1 ssd MTFDKCC1T9TGP-1BK1JABYY_012510B003C7 1788G No 65s ago Has a FileSystem, LVM detected 2026-02-20T23:31:19.777 INFO:teuthology.orchestra.run.trial101.stdout:trial168 /dev/nvme2n1 ssd MTFDKCC1T9TGP-1BK1JABYY_012510B003B0 1788G No 65s ago Has a FileSystem, LVM detected 2026-02-20T23:31:19.777 INFO:teuthology.orchestra.run.trial101.stdout:trial168 /dev/nvme3n1 ssd Linux_0888255328b6332cf6b5 700G No 65s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2026-02-20T23:31:19.777 INFO:teuthology.orchestra.run.trial101.stdout:trial168 /dev/nvme4n1 ssd Linux_78018e5937f266fedcff 700G No 65s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2026-02-20T23:31:19.777 INFO:teuthology.orchestra.run.trial101.stdout:trial168 /dev/nvme5n1 ssd Linux_b2105773d991ef2b6e93 700G No 65s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2026-02-20T23:31:19.777 INFO:teuthology.orchestra.run.trial101.stdout:trial168 /dev/nvme6n1 ssd Linux_b0d268e900ff09319862 700G No 65s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2026-02-20T23:31:19.911 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:31:19 trial101 ceph-mon[35994]: from='client.14810 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2026-02-20T23:31:19.911 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:31:19 trial101 ceph-mon[35994]: from='client.14814 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2026-02-20T23:31:19.935 DEBUG:teuthology.orchestra.run.trial101:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:f7870454149f22574086dd2ff55d050585136531 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d509fa29-0eb3-11f1-b056-d404e6e7d460 -- bash -c 'ceph orch ls | grep '"'"'^osd.all-available-devices '"'"'' 2026-02-20T23:31:20.051 INFO:teuthology.orchestra.run.trial101.stderr:Inferring config /var/lib/ceph/d509fa29-0eb3-11f1-b056-d404e6e7d460/mon.trial101/config 2026-02-20T23:31:20.270 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:31:19 trial168 ceph-mon[42856]: from='client.14810 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2026-02-20T23:31:20.270 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:31:19 trial168 ceph-mon[42856]: from='client.14814 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2026-02-20T23:31:20.299 INFO:teuthology.orchestra.run.trial101.stdout:osd.all-available-devices 8 10s ago 108s * 2026-02-20T23:31:20.433 DEBUG:teuthology.run_tasks:Unwinding manager vip 2026-02-20T23:31:20.450 INFO:tasks.vip:Removing 192.168.1.101 (and any VIPs) on trial101.front.sepia.ceph.com iface enp1s0f0... 2026-02-20T23:31:20.450 DEBUG:teuthology.orchestra.run.trial101:> sudo ip addr del 192.168.1.101/16 dev enp1s0f0 2026-02-20T23:31:20.477 DEBUG:teuthology.orchestra.run.trial101:> sudo ip addr del 192.168.17.101/16 dev enp1s0f0 2026-02-20T23:31:20.541 INFO:tasks.vip:Removing 192.168.1.168 (and any VIPs) on trial168.front.sepia.ceph.com iface enp1s0f0... 2026-02-20T23:31:20.542 DEBUG:teuthology.orchestra.run.trial168:> sudo ip addr del 192.168.1.168/16 dev enp1s0f0 2026-02-20T23:31:20.569 DEBUG:teuthology.orchestra.run.trial168:> sudo ip addr del 192.168.17.101/16 dev enp1s0f0 2026-02-20T23:31:20.632 INFO:teuthology.orchestra.run.trial168.stderr:Error: ipv4: Address not found. 2026-02-20T23:31:20.633 DEBUG:teuthology.orchestra.run:got remote process result: 2 2026-02-20T23:31:20.633 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2026-02-20T23:31:20.650 INFO:tasks.cephadm:Teardown begin 2026-02-20T23:31:20.651 DEBUG:teuthology.orchestra.run.trial101:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2026-02-20T23:31:20.677 DEBUG:teuthology.orchestra.run.trial168:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2026-02-20T23:31:20.701 INFO:tasks.cephadm:Disabling cephadm mgr module 2026-02-20T23:31:20.702 DEBUG:teuthology.orchestra.run.trial101:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:f7870454149f22574086dd2ff55d050585136531 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d509fa29-0eb3-11f1-b056-d404e6e7d460 -- ceph mgr module disable cephadm 2026-02-20T23:31:20.829 INFO:teuthology.orchestra.run.trial101.stderr:Inferring config /var/lib/ceph/d509fa29-0eb3-11f1-b056-d404e6e7d460/mon.trial101/config 2026-02-20T23:31:20.848 INFO:teuthology.orchestra.run.trial101.stderr:Error: statfs /etc/ceph/ceph.client.admin.keyring: no such file or directory 2026-02-20T23:31:20.864 DEBUG:teuthology.orchestra.run:got remote process result: 125 2026-02-20T23:31:20.865 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2026-02-20T23:31:20.865 DEBUG:teuthology.orchestra.run.trial101:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2026-02-20T23:31:20.881 DEBUG:teuthology.orchestra.run.trial168:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2026-02-20T23:31:20.898 INFO:tasks.cephadm:Stopping all daemons... 2026-02-20T23:31:20.898 INFO:tasks.cephadm.mon.trial101:Stopping mon.trial101... 2026-02-20T23:31:20.898 DEBUG:teuthology.orchestra.run.trial101:> sudo systemctl stop ceph-d509fa29-0eb3-11f1-b056-d404e6e7d460@mon.trial101 2026-02-20T23:31:20.941 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:31:20 trial101 ceph-mon[35994]: from='client.14818 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2026-02-20T23:31:20.941 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:31:20 trial101 ceph-mon[35994]: pgmap v82: 97 pgs: 97 active+clean; 615 KiB data, 215 MiB used, 5.5 TiB / 5.5 TiB avail; 1.1 KiB/s rd, 1023 B/s wr, 2 op/s 2026-02-20T23:31:20.942 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:31:20 trial101 ceph-mon[35994]: from='client.14822 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "target": ["mon-mgr", ""]}]: dispatch 2026-02-20T23:31:21.194 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:31:20 trial101 systemd[1]: Stopping Ceph mon.trial101 for d509fa29-0eb3-11f1-b056-d404e6e7d460... 2026-02-20T23:31:21.194 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:31:21 trial101 ceph-d509fa29-0eb3-11f1-b056-d404e6e7d460-mon-trial101[35968]: 2026-02-20T23:31:21.026+0000 7f0ed6dda640 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.trial101 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-journald=true --default-mon-cluster-log-to-stderr=false (PID: 1) UID: 0 2026-02-20T23:31:21.194 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:31:21 trial101 ceph-d509fa29-0eb3-11f1-b056-d404e6e7d460-mon-trial101[35968]: 2026-02-20T23:31:21.026+0000 7f0ed6dda640 -1 mon.trial101@0(leader) e2 *** Got Signal Terminated *** 2026-02-20T23:31:21.194 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:31:21 trial101 podman[107469]: 2026-02-20 23:31:21.067201349 +0000 UTC m=+0.056107927 container died 619d9f8bb05cf912d6c04d76a156201a8a6800ba89be17ebc6bec91b88efdbb8 (image=quay.ceph.io/ceph-ci/ceph:f7870454149f22574086dd2ff55d050585136531, name=ceph-d509fa29-0eb3-11f1-b056-d404e6e7d460-mon-trial101, org.label-schema.name=CentOS Stream 9 Base Image, io.buildah.version=1.33.7, CEPH_SHA1=f7870454149f22574086dd2ff55d050585136531, org.label-schema.license=GPLv2, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, OSD_FLAVOR=default, FROM_IMAGE=quay.io/centos/centos:stream9, ceph=True, org.label-schema.schema-version=1.0, org.opencontainers.image.authors=Ceph Release Team , GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, org.label-schema.build-date=20260216, org.label-schema.vendor=CentOS, CEPH_REF=wip-pdonnell-testing-20260219.182737-tentacle, org.opencontainers.image.documentation=https://docs.ceph.com/) 2026-02-20T23:31:21.194 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:31:21 trial101 podman[107469]: 2026-02-20 23:31:21.178168854 +0000 UTC m=+0.167075422 container remove 619d9f8bb05cf912d6c04d76a156201a8a6800ba89be17ebc6bec91b88efdbb8 (image=quay.ceph.io/ceph-ci/ceph:f7870454149f22574086dd2ff55d050585136531, name=ceph-d509fa29-0eb3-11f1-b056-d404e6e7d460-mon-trial101, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, CEPH_REF=wip-pdonnell-testing-20260219.182737-tentacle, org.opencontainers.image.authors=Ceph Release Team , GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, CEPH_SHA1=f7870454149f22574086dd2ff55d050585136531, FROM_IMAGE=quay.io/centos/centos:stream9, org.label-schema.license=GPLv2, org.label-schema.build-date=20260216, org.label-schema.schema-version=1.0, ceph=True, org.opencontainers.image.documentation=https://docs.ceph.com/, org.label-schema.name=CentOS Stream 9 Base Image, OSD_FLAVOR=default, io.buildah.version=1.33.7, org.label-schema.vendor=CentOS) 2026-02-20T23:31:21.194 INFO:journalctl@ceph.mon.trial101.trial101.stdout:Feb 20 23:31:21 trial101 bash[107469]: ceph-d509fa29-0eb3-11f1-b056-d404e6e7d460-mon-trial101 2026-02-20T23:31:21.257 DEBUG:teuthology.orchestra.run.trial101:> sudo pkill -f 'journalctl -f -n 0 -u ceph-d509fa29-0eb3-11f1-b056-d404e6e7d460@mon.trial101.service' 2026-02-20T23:31:21.269 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:31:20 trial168 ceph-mon[42856]: from='client.14818 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2026-02-20T23:31:21.269 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:31:20 trial168 ceph-mon[42856]: pgmap v82: 97 pgs: 97 active+clean; 615 KiB data, 215 MiB used, 5.5 TiB / 5.5 TiB avail; 1.1 KiB/s rd, 1023 B/s wr, 2 op/s 2026-02-20T23:31:21.269 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:31:20 trial168 ceph-mon[42856]: from='client.14822 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "target": ["mon-mgr", ""]}]: dispatch 2026-02-20T23:31:21.336 DEBUG:teuthology.orchestra.run:got remote process result: None 2026-02-20T23:31:21.337 INFO:tasks.cephadm.mon.trial101:Stopped mon.trial101 2026-02-20T23:31:21.337 INFO:tasks.cephadm.mon.trial168:Stopping mon.trial168... 2026-02-20T23:31:21.337 DEBUG:teuthology.orchestra.run.trial168:> sudo systemctl stop ceph-d509fa29-0eb3-11f1-b056-d404e6e7d460@mon.trial168 2026-02-20T23:31:21.622 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:31:21 trial168 systemd[1]: Stopping Ceph mon.trial168 for d509fa29-0eb3-11f1-b056-d404e6e7d460... 2026-02-20T23:31:21.622 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:31:21 trial168 ceph-d509fa29-0eb3-11f1-b056-d404e6e7d460-mon-trial168[42831]: 2026-02-20T23:31:21.436+0000 7fe90230b640 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.trial168 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-journald=true --default-mon-cluster-log-to-stderr=false (PID: 1) UID: 0 2026-02-20T23:31:21.622 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:31:21 trial168 ceph-d509fa29-0eb3-11f1-b056-d404e6e7d460-mon-trial168[42831]: 2026-02-20T23:31:21.436+0000 7fe90230b640 -1 mon.trial168@1(peon) e2 *** Got Signal Terminated *** 2026-02-20T23:31:21.622 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:31:21 trial168 podman[74427]: 2026-02-20 23:31:21.457681351 +0000 UTC m=+0.035546671 container died fe73ab35205a1eb5df14f37d604c7a259abd9f6500f3b8e0269da5c544d1146f (image=quay.ceph.io/ceph-ci/ceph@sha256:9cc281dd1e60310f8109166bc76e656ce4c5c9b7d9bb9abfc9aa033dfa762ae4, name=ceph-d509fa29-0eb3-11f1-b056-d404e6e7d460-mon-trial168, ceph=True, org.opencontainers.image.authors=Ceph Release Team , org.label-schema.build-date=20260216, org.label-schema.license=GPLv2, CEPH_REF=wip-pdonnell-testing-20260219.182737-tentacle, FROM_IMAGE=quay.io/centos/centos:stream9, io.buildah.version=1.33.7, org.label-schema.vendor=CentOS, CEPH_SHA1=f7870454149f22574086dd2ff55d050585136531, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, org.opencontainers.image.documentation=https://docs.ceph.com/, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.schema-version=1.0, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, OSD_FLAVOR=default) 2026-02-20T23:31:21.622 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:31:21 trial168 podman[74427]: 2026-02-20 23:31:21.567847859 +0000 UTC m=+0.145713179 container remove fe73ab35205a1eb5df14f37d604c7a259abd9f6500f3b8e0269da5c544d1146f (image=quay.ceph.io/ceph-ci/ceph@sha256:9cc281dd1e60310f8109166bc76e656ce4c5c9b7d9bb9abfc9aa033dfa762ae4, name=ceph-d509fa29-0eb3-11f1-b056-d404e6e7d460-mon-trial168, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, OSD_FLAVOR=default, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, ceph=True, org.label-schema.license=GPLv2, org.label-schema.build-date=20260216, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.schema-version=1.0, io.buildah.version=1.33.7, org.label-schema.vendor=CentOS, org.opencontainers.image.documentation=https://docs.ceph.com/, CEPH_REF=wip-pdonnell-testing-20260219.182737-tentacle, FROM_IMAGE=quay.io/centos/centos:stream9, org.opencontainers.image.authors=Ceph Release Team , CEPH_SHA1=f7870454149f22574086dd2ff55d050585136531) 2026-02-20T23:31:21.623 INFO:journalctl@ceph.mon.trial168.trial168.stdout:Feb 20 23:31:21 trial168 bash[74427]: ceph-d509fa29-0eb3-11f1-b056-d404e6e7d460-mon-trial168 2026-02-20T23:31:21.638 DEBUG:teuthology.orchestra.run.trial168:> sudo pkill -f 'journalctl -f -n 0 -u ceph-d509fa29-0eb3-11f1-b056-d404e6e7d460@mon.trial168.service' 2026-02-20T23:31:21.675 DEBUG:teuthology.orchestra.run:got remote process result: None 2026-02-20T23:31:21.676 INFO:tasks.cephadm.mon.trial168:Stopped mon.trial168 2026-02-20T23:31:21.676 DEBUG:teuthology.orchestra.run.trial101:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid d509fa29-0eb3-11f1-b056-d404e6e7d460 --force --keep-logs 2026-02-20T23:31:21.790 INFO:teuthology.orchestra.run.trial101.stdout:Deleting cluster with fsid: d509fa29-0eb3-11f1-b056-d404e6e7d460 2026-02-20T23:32:02.690 DEBUG:teuthology.orchestra.run.trial168:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid d509fa29-0eb3-11f1-b056-d404e6e7d460 --force --keep-logs 2026-02-20T23:32:02.815 INFO:teuthology.orchestra.run.trial168.stdout:Deleting cluster with fsid: d509fa29-0eb3-11f1-b056-d404e6e7d460 2026-02-20T23:32:33.986 DEBUG:teuthology.orchestra.run.trial101:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2026-02-20T23:32:34.016 DEBUG:teuthology.orchestra.run.trial168:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2026-02-20T23:32:34.044 INFO:tasks.cephadm:Archiving crash dumps... 2026-02-20T23:32:34.046 DEBUG:teuthology.misc:Transferring archived files from trial101:/var/lib/ceph/d509fa29-0eb3-11f1-b056-d404e6e7d460/crash to /home/teuthworker/mnt/teuthology/yuriw-2026-02-20_16:19:15-orch-wip-pdonnell-testing-20260219.182737-tentacle-distro-default-trial/61787/remote/trial101/crash 2026-02-20T23:32:34.048 DEBUG:teuthology.orchestra.run.trial101:> sudo tar c -f - -C /var/lib/ceph/d509fa29-0eb3-11f1-b056-d404e6e7d460/crash -- . 2026-02-20T23:32:34.081 INFO:teuthology.orchestra.run.trial101.stderr:tar: /var/lib/ceph/d509fa29-0eb3-11f1-b056-d404e6e7d460/crash: Cannot open: No such file or directory 2026-02-20T23:32:34.081 INFO:teuthology.orchestra.run.trial101.stderr:tar: Error is not recoverable: exiting now 2026-02-20T23:32:34.084 DEBUG:teuthology.misc:Transferring archived files from trial168:/var/lib/ceph/d509fa29-0eb3-11f1-b056-d404e6e7d460/crash to /home/teuthworker/mnt/teuthology/yuriw-2026-02-20_16:19:15-orch-wip-pdonnell-testing-20260219.182737-tentacle-distro-default-trial/61787/remote/trial168/crash 2026-02-20T23:32:34.085 DEBUG:teuthology.orchestra.run.trial168:> sudo tar c -f - -C /var/lib/ceph/d509fa29-0eb3-11f1-b056-d404e6e7d460/crash -- . 2026-02-20T23:32:34.109 INFO:teuthology.orchestra.run.trial168.stderr:tar: /var/lib/ceph/d509fa29-0eb3-11f1-b056-d404e6e7d460/crash: Cannot open: No such file or directory 2026-02-20T23:32:34.109 INFO:teuthology.orchestra.run.trial168.stderr:tar: Error is not recoverable: exiting now 2026-02-20T23:32:34.111 INFO:tasks.cephadm:Checking cluster log for badness... 2026-02-20T23:32:34.111 DEBUG:teuthology.orchestra.run.trial101:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/d509fa29-0eb3-11f1-b056-d404e6e7d460/ceph.log | egrep CEPHADM_ | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | egrep -v CEPHADM_DAEMON_PLACE_FAIL | egrep -v CEPHADM_FAILED_DAEMON | head -n 1 2026-02-20T23:32:34.149 INFO:tasks.cephadm:Compressing logs... 2026-02-20T23:32:34.150 DEBUG:teuthology.orchestra.run.trial101:> 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-20T23:32:34.191 DEBUG:teuthology.orchestra.run.trial168:> 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-20T23:32:34.212 INFO:teuthology.orchestra.run.trial101.stderr:find: ‘/var/log/rbd-target-api’: No such file or directory 2026-02-20T23:32:34.213 INFO:teuthology.orchestra.run.trial101.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2026-02-20T23:32:34.213 INFO:teuthology.orchestra.run.trial101.stderr:gzip -5 --verbose -- /var/log/ceph/d509fa29-0eb3-11f1-b056-d404e6e7d460/ceph-mon.trial101.log 2026-02-20T23:32:34.213 INFO:teuthology.orchestra.run.trial101.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/d509fa29-0eb3-11f1-b056-d404e6e7d460/ceph-osd.0.log 2026-02-20T23:32:34.216 INFO:teuthology.orchestra.run.trial101.stderr:gzip/var/log/ceph/d509fa29-0eb3-11f1-b056-d404e6e7d460/ceph-mon.trial101.log: -5 --verbose -- /var/log/ceph/d509fa29-0eb3-11f1-b056-d404e6e7d460/ceph-osd.3.log 2026-02-20T23:32:34.216 INFO:teuthology.orchestra.run.trial101.stderr:/var/log/ceph/d509fa29-0eb3-11f1-b056-d404e6e7d460/ceph-osd.0.log: gzip -5 --verbose -- /var/log/ceph/d509fa29-0eb3-11f1-b056-d404e6e7d460/ceph-osd.5.log 2026-02-20T23:32:34.217 INFO:teuthology.orchestra.run.trial101.stderr:/var/log/ceph/d509fa29-0eb3-11f1-b056-d404e6e7d460/ceph-osd.3.log: gzip -5 --verbose -- /var/log/ceph/d509fa29-0eb3-11f1-b056-d404e6e7d460/ceph-client.ceph-exporter.trial101.log 2026-02-20T23:32:34.217 INFO:teuthology.orchestra.run.trial101.stderr:/var/log/ceph/d509fa29-0eb3-11f1-b056-d404e6e7d460/ceph-osd.5.log: gzip -5 --verbose -- /var/log/ceph/d509fa29-0eb3-11f1-b056-d404e6e7d460/ceph-osd.7.log 2026-02-20T23:32:34.217 INFO:teuthology.orchestra.run.trial101.stderr:gzip -5 --verbose -- /var/log/ceph/d509fa29-0eb3-11f1-b056-d404e6e7d460/ceph.cephadm.log 2026-02-20T23:32:34.217 INFO:teuthology.orchestra.run.trial101.stderr:/var/log/ceph/d509fa29-0eb3-11f1-b056-d404e6e7d460/ceph-client.ceph-exporter.trial101.log: /var/log/ceph/d509fa29-0eb3-11f1-b056-d404e6e7d460/ceph-osd.7.log: 91.1% -- replaced with /var/log/ceph/d509fa29-0eb3-11f1-b056-d404e6e7d460/ceph-client.ceph-exporter.trial101.log.gz 2026-02-20T23:32:34.217 INFO:teuthology.orchestra.run.trial101.stderr:gzip -5 --verbose -- /var/log/ceph/d509fa29-0eb3-11f1-b056-d404e6e7d460/ceph.audit.log 2026-02-20T23:32:34.217 INFO:teuthology.orchestra.run.trial101.stderr:/var/log/ceph/d509fa29-0eb3-11f1-b056-d404e6e7d460/ceph.cephadm.log: gzip -5 --verbose -- /var/log/ceph/d509fa29-0eb3-11f1-b056-d404e6e7d460/ceph-volume.log 2026-02-20T23:32:34.217 INFO:teuthology.orchestra.run.trial101.stderr:/var/log/ceph/d509fa29-0eb3-11f1-b056-d404e6e7d460/ceph.audit.log: gzip -5 --verbose -- /var/log/ceph/d509fa29-0eb3-11f1-b056-d404e6e7d460/ceph-mds.foofs.trial101.bunxqw.log 2026-02-20T23:32:34.217 INFO:teuthology.orchestra.run.trial101.stderr: 84.1% -- replaced with /var/log/ceph/d509fa29-0eb3-11f1-b056-d404e6e7d460/ceph.cephadm.log.gz 2026-02-20T23:32:34.217 INFO:teuthology.orchestra.run.trial101.stderr:/var/log/ceph/d509fa29-0eb3-11f1-b056-d404e6e7d460/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/d509fa29-0eb3-11f1-b056-d404e6e7d460/ceph-mgr.trial101.twcqls.log 2026-02-20T23:32:34.217 INFO:teuthology.orchestra.run.trial101.stderr:/var/log/ceph/d509fa29-0eb3-11f1-b056-d404e6e7d460/ceph-mds.foofs.trial101.bunxqw.log: gzip -5 --verbose -- /var/log/ceph/d509fa29-0eb3-11f1-b056-d404e6e7d460/ceph.log 2026-02-20T23:32:34.217 INFO:teuthology.orchestra.run.trial101.stderr: 71.8% -- replaced with /var/log/ceph/d509fa29-0eb3-11f1-b056-d404e6e7d460/ceph-mds.foofs.trial101.bunxqw.log.gz 2026-02-20T23:32:34.218 INFO:teuthology.orchestra.run.trial101.stderr:/var/log/ceph/d509fa29-0eb3-11f1-b056-d404e6e7d460/ceph-mgr.trial101.twcqls.log: /var/log/ceph/d509fa29-0eb3-11f1-b056-d404e6e7d460/ceph.log: 91.2% -- replaced with /var/log/ceph/d509fa29-0eb3-11f1-b056-d404e6e7d460/ceph.audit.log.gz 2026-02-20T23:32:34.218 INFO:teuthology.orchestra.run.trial101.stderr: 84.4% -- replaced with /var/log/ceph/d509fa29-0eb3-11f1-b056-d404e6e7d460/ceph.log.gz 2026-02-20T23:32:34.222 INFO:teuthology.orchestra.run.trial168.stderr:find: ‘/var/log/rbd-target-api’: No such file or directory 2026-02-20T23:32:34.222 INFO:teuthology.orchestra.run.trial168.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2026-02-20T23:32:34.222 INFO:teuthology.orchestra.run.trial168.stderr:gzip -5 --verbose -- /var/log/ceph/d509fa29-0eb3-11f1-b056-d404e6e7d460/ceph-osd.2.log 2026-02-20T23:32:34.222 INFO:teuthology.orchestra.run.trial168.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/d509fa29-0eb3-11f1-b056-d404e6e7d460/ceph-mds.foofs.trial168.khqvuu.log 2026-02-20T23:32:34.222 INFO:teuthology.orchestra.run.trial168.stderr:gzip -5 --verbose -- /var/log/ceph/d509fa29-0eb3-11f1-b056-d404e6e7d460/ceph.cephadm.log 2026-02-20T23:32:34.222 INFO:teuthology.orchestra.run.trial168.stderr:/var/log/ceph/d509fa29-0eb3-11f1-b056-d404e6e7d460/ceph-osd.2.log: /var/log/ceph/d509fa29-0eb3-11f1-b056-d404e6e7d460/ceph-mds.foofs.trial168.khqvuu.log: gzip -5 --verbose -- /var/log/ceph/d509fa29-0eb3-11f1-b056-d404e6e7d460/ceph-client.ceph-exporter.trial168.log 2026-02-20T23:32:34.222 INFO:teuthology.orchestra.run.trial168.stderr:/var/log/ceph/d509fa29-0eb3-11f1-b056-d404e6e7d460/ceph.cephadm.log: gzip -5 --verbose -- /var/log/ceph/d509fa29-0eb3-11f1-b056-d404e6e7d460/ceph-osd.4.log 2026-02-20T23:32:34.222 INFO:teuthology.orchestra.run.trial168.stderr: 83.6% -- replaced with /var/log/ceph/d509fa29-0eb3-11f1-b056-d404e6e7d460/ceph-mds.foofs.trial168.khqvuu.log.gz 2026-02-20T23:32:34.223 INFO:teuthology.orchestra.run.trial168.stderr: 91.5% -- replaced with /var/log/ceph/cephadm.log.gz 2026-02-20T23:32:34.223 INFO:teuthology.orchestra.run.trial168.stderr: 83.7% -- replaced with /var/log/ceph/d509fa29-0eb3-11f1-b056-d404e6e7d460/ceph.cephadm.log.gz 2026-02-20T23:32:34.223 INFO:teuthology.orchestra.run.trial168.stderr:gzip -5 --verbose -- /var/log/ceph/d509fa29-0eb3-11f1-b056-d404e6e7d460/ceph.audit.log 2026-02-20T23:32:34.223 INFO:teuthology.orchestra.run.trial168.stderr:/var/log/ceph/d509fa29-0eb3-11f1-b056-d404e6e7d460/ceph-client.ceph-exporter.trial168.log: /var/log/ceph/d509fa29-0eb3-11f1-b056-d404e6e7d460/ceph-osd.4.log: gzip -5 --verbose -- /var/log/ceph/d509fa29-0eb3-11f1-b056-d404e6e7d460/ceph-mgr.trial168.iztvhl.log 2026-02-20T23:32:34.223 INFO:teuthology.orchestra.run.trial168.stderr: 91.7% -- replaced with /var/log/ceph/d509fa29-0eb3-11f1-b056-d404e6e7d460/ceph-client.ceph-exporter.trial168.log.gz 2026-02-20T23:32:34.223 INFO:teuthology.orchestra.run.trial168.stderr:/var/log/ceph/d509fa29-0eb3-11f1-b056-d404e6e7d460/ceph.audit.log: gzip -5 --verbose -- /var/log/ceph/d509fa29-0eb3-11f1-b056-d404e6e7d460/ceph-volume.log 2026-02-20T23:32:34.223 INFO:teuthology.orchestra.run.trial168.stderr:/var/log/ceph/d509fa29-0eb3-11f1-b056-d404e6e7d460/ceph-mgr.trial168.iztvhl.log: gzip -5 --verbose -- /var/log/ceph/d509fa29-0eb3-11f1-b056-d404e6e7d460/ceph-osd.6.log 2026-02-20T23:32:34.223 INFO:teuthology.orchestra.run.trial168.stderr:/var/log/ceph/d509fa29-0eb3-11f1-b056-d404e6e7d460/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/d509fa29-0eb3-11f1-b056-d404e6e7d460/ceph-osd.1.log 2026-02-20T23:32:34.223 INFO:teuthology.orchestra.run.trial168.stderr:/var/log/ceph/d509fa29-0eb3-11f1-b056-d404e6e7d460/ceph-osd.6.log: gzip -5 --verbose -- /var/log/ceph/d509fa29-0eb3-11f1-b056-d404e6e7d460/ceph-mon.trial168.log 2026-02-20T23:32:34.223 INFO:teuthology.orchestra.run.trial168.stderr:/var/log/ceph/d509fa29-0eb3-11f1-b056-d404e6e7d460/ceph-osd.1.log: gzip -5 --verbose -- /var/log/ceph/d509fa29-0eb3-11f1-b056-d404e6e7d460/ceph.log 2026-02-20T23:32:34.223 INFO:teuthology.orchestra.run.trial168.stderr: 91.4% -- replaced with /var/log/ceph/d509fa29-0eb3-11f1-b056-d404e6e7d460/ceph.audit.log.gz 2026-02-20T23:32:34.223 INFO:teuthology.orchestra.run.trial168.stderr:/var/log/ceph/d509fa29-0eb3-11f1-b056-d404e6e7d460/ceph-mon.trial168.log: /var/log/ceph/d509fa29-0eb3-11f1-b056-d404e6e7d460/ceph.log: 83.7% -- replaced with /var/log/ceph/d509fa29-0eb3-11f1-b056-d404e6e7d460/ceph.log.gz 2026-02-20T23:32:34.224 INFO:teuthology.orchestra.run.trial168.stderr: 90.7% -- replaced with /var/log/ceph/d509fa29-0eb3-11f1-b056-d404e6e7d460/ceph-mgr.trial168.iztvhl.log.gz 2026-02-20T23:32:34.224 INFO:teuthology.orchestra.run.trial101.stderr: 95.7% -- replaced with /var/log/ceph/d509fa29-0eb3-11f1-b056-d404e6e7d460/ceph-volume.log.gz 2026-02-20T23:32:34.228 INFO:teuthology.orchestra.run.trial168.stderr: 95.8% -- replaced with /var/log/ceph/d509fa29-0eb3-11f1-b056-d404e6e7d460/ceph-volume.log.gz 2026-02-20T23:32:34.229 INFO:teuthology.orchestra.run.trial101.stderr: 91.7% -- replaced with /var/log/ceph/cephadm.log.gz 2026-02-20T23:32:34.254 INFO:teuthology.orchestra.run.trial101.stderr: 93.1% -- replaced with /var/log/ceph/d509fa29-0eb3-11f1-b056-d404e6e7d460/ceph-osd.7.log.gz 2026-02-20T23:32:34.255 INFO:teuthology.orchestra.run.trial168.stderr: 92.6% -- replaced with /var/log/ceph/d509fa29-0eb3-11f1-b056-d404e6e7d460/ceph-mon.trial168.log.gz 2026-02-20T23:32:34.260 INFO:teuthology.orchestra.run.trial101.stderr: 93.0% -- replaced with /var/log/ceph/d509fa29-0eb3-11f1-b056-d404e6e7d460/ceph-osd.5.log.gz 2026-02-20T23:32:34.263 INFO:teuthology.orchestra.run.trial101.stderr: 93.6% -- replaced with /var/log/ceph/d509fa29-0eb3-11f1-b056-d404e6e7d460/ceph-osd.0.log.gz 2026-02-20T23:32:34.264 INFO:teuthology.orchestra.run.trial101.stderr: 93.1% -- replaced with /var/log/ceph/d509fa29-0eb3-11f1-b056-d404e6e7d460/ceph-osd.3.log.gz 2026-02-20T23:32:34.271 INFO:teuthology.orchestra.run.trial168.stderr: 93.2% -- replaced with /var/log/ceph/d509fa29-0eb3-11f1-b056-d404e6e7d460/ceph-osd.4.log.gz 2026-02-20T23:32:34.273 INFO:teuthology.orchestra.run.trial168.stderr: 93.1% -- replaced with /var/log/ceph/d509fa29-0eb3-11f1-b056-d404e6e7d460/ceph-osd.6.log.gz 2026-02-20T23:32:34.276 INFO:teuthology.orchestra.run.trial168.stderr: 93.4% -- replaced with /var/log/ceph/d509fa29-0eb3-11f1-b056-d404e6e7d460/ceph-osd.2.log.gz 2026-02-20T23:32:34.288 INFO:teuthology.orchestra.run.trial168.stderr: 93.6% -- replaced with /var/log/ceph/d509fa29-0eb3-11f1-b056-d404e6e7d460/ceph-osd.1.log.gz 2026-02-20T23:32:34.290 INFO:teuthology.orchestra.run.trial168.stderr: 2026-02-20T23:32:34.290 INFO:teuthology.orchestra.run.trial168.stderr:real 0m0.081s 2026-02-20T23:32:34.290 INFO:teuthology.orchestra.run.trial168.stderr:user 0m0.275s 2026-02-20T23:32:34.291 INFO:teuthology.orchestra.run.trial168.stderr:sys 0m0.033s 2026-02-20T23:32:34.292 INFO:teuthology.orchestra.run.trial101.stderr: 89.3% -- replaced with /var/log/ceph/d509fa29-0eb3-11f1-b056-d404e6e7d460/ceph-mgr.trial101.twcqls.log.gz 2026-02-20T23:32:34.331 INFO:teuthology.orchestra.run.trial101.stderr: 91.7% -- replaced with /var/log/ceph/d509fa29-0eb3-11f1-b056-d404e6e7d460/ceph-mon.trial101.log.gz 2026-02-20T23:32:34.333 INFO:teuthology.orchestra.run.trial101.stderr: 2026-02-20T23:32:34.333 INFO:teuthology.orchestra.run.trial101.stderr:real 0m0.129s 2026-02-20T23:32:34.333 INFO:teuthology.orchestra.run.trial101.stderr:user 0m0.388s 2026-02-20T23:32:34.333 INFO:teuthology.orchestra.run.trial101.stderr:sys 0m0.047s 2026-02-20T23:32:34.334 INFO:tasks.cephadm:Archiving logs... 2026-02-20T23:32:34.334 DEBUG:teuthology.misc:Transferring archived files from trial101:/var/log/ceph to /home/teuthworker/mnt/teuthology/yuriw-2026-02-20_16:19:15-orch-wip-pdonnell-testing-20260219.182737-tentacle-distro-default-trial/61787/remote/trial101/log 2026-02-20T23:32:34.335 DEBUG:teuthology.orchestra.run.trial101:> sudo tar c -f - -C /var/log/ceph -- . 2026-02-20T23:32:34.479 DEBUG:teuthology.misc:Transferring archived files from trial168:/var/log/ceph to /home/teuthworker/mnt/teuthology/yuriw-2026-02-20_16:19:15-orch-wip-pdonnell-testing-20260219.182737-tentacle-distro-default-trial/61787/remote/trial168/log 2026-02-20T23:32:34.480 DEBUG:teuthology.orchestra.run.trial168:> sudo tar c -f - -C /var/log/ceph -- . 2026-02-20T23:32:34.545 INFO:tasks.cephadm:Removing cluster... 2026-02-20T23:32:34.545 DEBUG:teuthology.orchestra.run.trial101:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid d509fa29-0eb3-11f1-b056-d404e6e7d460 --force 2026-02-20T23:32:34.666 INFO:teuthology.orchestra.run.trial101.stdout:Deleting cluster with fsid: d509fa29-0eb3-11f1-b056-d404e6e7d460 2026-02-20T23:32:34.725 DEBUG:teuthology.orchestra.run.trial168:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid d509fa29-0eb3-11f1-b056-d404e6e7d460 --force 2026-02-20T23:32:34.844 INFO:teuthology.orchestra.run.trial168.stdout:Deleting cluster with fsid: d509fa29-0eb3-11f1-b056-d404e6e7d460 2026-02-20T23:32:34.900 INFO:tasks.cephadm:Removing cephadm ... 2026-02-20T23:32:34.900 DEBUG:teuthology.orchestra.run.trial101:> rm -rf /home/ubuntu/cephtest/cephadm 2026-02-20T23:32:34.919 DEBUG:teuthology.orchestra.run.trial168:> rm -rf /home/ubuntu/cephtest/cephadm 2026-02-20T23:32:34.936 INFO:tasks.cephadm:Teardown complete 2026-02-20T23:32:34.936 DEBUG:teuthology.run_tasks:Unwinding manager nvme_loop 2026-02-20T23:32:34.949 INFO:tasks.nvme_loop:Disconnecting nvme_loop trial101:/dev/vg_nvme/lv_1... 2026-02-20T23:32:34.949 DEBUG:teuthology.orchestra.run.trial101:> sudo nvme disconnect -n lv_1 2026-02-20T23:32:35.214 INFO:teuthology.orchestra.run.trial101.stdout:NQN:lv_1 disconnected 1 controller(s) 2026-02-20T23:32:35.216 INFO:tasks.nvme_loop:Disconnecting nvme_loop trial101:/dev/vg_nvme/lv_2... 2026-02-20T23:32:35.216 DEBUG:teuthology.orchestra.run.trial101:> sudo nvme disconnect -n lv_2 2026-02-20T23:32:35.465 INFO:teuthology.orchestra.run.trial101.stdout:NQN:lv_2 disconnected 1 controller(s) 2026-02-20T23:32:35.467 INFO:tasks.nvme_loop:Disconnecting nvme_loop trial101:/dev/vg_nvme/lv_3... 2026-02-20T23:32:35.467 DEBUG:teuthology.orchestra.run.trial101:> sudo nvme disconnect -n lv_3 2026-02-20T23:32:35.707 INFO:teuthology.orchestra.run.trial101.stdout:NQN:lv_3 disconnected 1 controller(s) 2026-02-20T23:32:35.709 INFO:tasks.nvme_loop:Disconnecting nvme_loop trial101:/dev/vg_nvme/lv_4... 2026-02-20T23:32:35.709 DEBUG:teuthology.orchestra.run.trial101:> sudo nvme disconnect -n lv_4 2026-02-20T23:32:35.969 INFO:teuthology.orchestra.run.trial101.stdout:NQN:lv_4 disconnected 1 controller(s) 2026-02-20T23:32:35.970 DEBUG:teuthology.orchestra.run.trial101:> set -ex 2026-02-20T23:32:35.970 DEBUG:teuthology.orchestra.run.trial101:> sudo dd of=/scratch_devs 2026-02-20T23:32:35.994 INFO:tasks.nvme_loop:Disconnecting nvme_loop trial168:/dev/vg_nvme/lv_1... 2026-02-20T23:32:35.994 DEBUG:teuthology.orchestra.run.trial168:> sudo nvme disconnect -n lv_1 2026-02-20T23:32:36.258 INFO:teuthology.orchestra.run.trial168.stdout:NQN:lv_1 disconnected 1 controller(s) 2026-02-20T23:32:36.260 INFO:tasks.nvme_loop:Disconnecting nvme_loop trial168:/dev/vg_nvme/lv_2... 2026-02-20T23:32:36.260 DEBUG:teuthology.orchestra.run.trial168:> sudo nvme disconnect -n lv_2 2026-02-20T23:32:36.503 INFO:teuthology.orchestra.run.trial168.stdout:NQN:lv_2 disconnected 1 controller(s) 2026-02-20T23:32:36.505 INFO:tasks.nvme_loop:Disconnecting nvme_loop trial168:/dev/vg_nvme/lv_3... 2026-02-20T23:32:36.505 DEBUG:teuthology.orchestra.run.trial168:> sudo nvme disconnect -n lv_3 2026-02-20T23:32:36.754 INFO:teuthology.orchestra.run.trial168.stdout:NQN:lv_3 disconnected 1 controller(s) 2026-02-20T23:32:36.755 INFO:tasks.nvme_loop:Disconnecting nvme_loop trial168:/dev/vg_nvme/lv_4... 2026-02-20T23:32:36.755 DEBUG:teuthology.orchestra.run.trial168:> sudo nvme disconnect -n lv_4 2026-02-20T23:32:36.997 INFO:teuthology.orchestra.run.trial168.stdout:NQN:lv_4 disconnected 1 controller(s) 2026-02-20T23:32:36.999 DEBUG:teuthology.orchestra.run.trial168:> set -ex 2026-02-20T23:32:36.999 DEBUG:teuthology.orchestra.run.trial168:> sudo dd of=/scratch_devs 2026-02-20T23:32:37.023 DEBUG:teuthology.run_tasks:Unwinding manager clock 2026-02-20T23:32:37.040 INFO:teuthology.task.clock:Checking final clock skew... 2026-02-20T23:32:37.041 DEBUG:teuthology.orchestra.run.trial101:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2026-02-20T23:32:37.043 DEBUG:teuthology.orchestra.run.trial168:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2026-02-20T23:32:37.057 INFO:teuthology.orchestra.run.trial101.stderr:bash: line 1: ntpq: command not found 2026-02-20T23:32:37.079 INFO:teuthology.orchestra.run.trial168.stderr:bash: line 1: ntpq: command not found 2026-02-20T23:32:37.079 INFO:teuthology.orchestra.run.trial101.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2026-02-20T23:32:37.079 INFO:teuthology.orchestra.run.trial101.stdout:=============================================================================== 2026-02-20T23:32:37.079 INFO:teuthology.orchestra.run.trial101.stdout:^+ 50.218.103.254 2 6 377 8 +1902us[+1732us] +/- 24ms 2026-02-20T23:32:37.079 INFO:teuthology.orchestra.run.trial101.stdout:^* ip74-208-14-149.pbiaas.c> 2 6 377 7 -368us[ -537us] +/- 25ms 2026-02-20T23:32:37.079 INFO:teuthology.orchestra.run.trial101.stdout:^+ ntp.sfo.icanbwell.com 2 6 377 9 -495us[ -665us] +/- 35ms 2026-02-20T23:32:37.079 INFO:teuthology.orchestra.run.trial101.stdout:^+ arm1.maxhost.io 2 6 377 8 -9073us[-9243us] +/- 61ms 2026-02-20T23:32:37.091 INFO:teuthology.orchestra.run.trial168.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2026-02-20T23:32:37.091 INFO:teuthology.orchestra.run.trial168.stdout:=============================================================================== 2026-02-20T23:32:37.091 INFO:teuthology.orchestra.run.trial168.stdout:^+ dutch.arpnet.net 2 6 377 8 -892us[-1037us] +/- 37ms 2026-02-20T23:32:37.091 INFO:teuthology.orchestra.run.trial168.stdout:^* time.richie.net 2 6 377 7 -960us[-1105us] +/- 28ms 2026-02-20T23:32:37.091 INFO:teuthology.orchestra.run.trial168.stdout:^+ triton.ellipse.net 2 6 377 9 -541us[ -686us] +/- 31ms 2026-02-20T23:32:37.091 INFO:teuthology.orchestra.run.trial168.stdout:^+ 50.218.103.254 2 6 377 9 +1855us[+1710us] +/- 24ms 2026-02-20T23:32:37.091 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2026-02-20T23:32:37.102 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2026-02-20T23:32:37.102 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2026-02-20T23:32:37.115 DEBUG:teuthology.orchestra.run.trial101:> mkdir /home/ubuntu/cephtest/archive/audit && sudo cp /var/log/audit/audit.log /home/ubuntu/cephtest/archive/audit && sudo chown $USER /home/ubuntu/cephtest/archive/audit/audit.log && gzip /home/ubuntu/cephtest/archive/audit/audit.log 2026-02-20T23:32:37.182 DEBUG:teuthology.orchestra.run.trial168:> mkdir /home/ubuntu/cephtest/archive/audit && sudo cp /var/log/audit/audit.log /home/ubuntu/cephtest/archive/audit && sudo chown $USER /home/ubuntu/cephtest/archive/audit/audit.log && gzip /home/ubuntu/cephtest/archive/audit/audit.log 2026-02-20T23:32:37.243 DEBUG:teuthology.orchestra.run.trial101:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 -e context=system_u:system_r:getty_t:s0 -e scontext=system_u:system_r:logrotate_t:s0 2026-02-20T23:32:37.270 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-02-20T23:32:37.271 DEBUG:teuthology.orchestra.run.trial168:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 -e context=system_u:system_r:getty_t:s0 -e scontext=system_u:system_r:logrotate_t:s0 2026-02-20T23:32:37.296 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-02-20T23:32:37.297 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2026-02-20T23:32:37.308 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2026-02-20T23:32:37.322 INFO:teuthology.task.internal:Duration was 429.996779 seconds 2026-02-20T23:32:37.322 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2026-02-20T23:32:37.341 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2026-02-20T23:32:37.341 DEBUG:teuthology.orchestra.run.trial101:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2026-02-20T23:32:37.344 DEBUG:teuthology.orchestra.run.trial168:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2026-02-20T23:32:37.380 INFO:teuthology.orchestra.run.trial101.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2026-02-20T23:32:37.381 INFO:teuthology.orchestra.run.trial168.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2026-02-20T23:32:37.802 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2026-02-20T23:32:37.802 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@trial101.front.sepia.ceph.com 2026-02-20T23:32:37.803 DEBUG:teuthology.orchestra.run.trial101:> 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-20T23:32:37.824 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@trial168.front.sepia.ceph.com 2026-02-20T23:32:37.824 DEBUG:teuthology.orchestra.run.trial168:> 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-20T23:32:37.861 INFO:teuthology.task.internal.syslog:Gathering journactl... 2026-02-20T23:32:37.861 DEBUG:teuthology.orchestra.run.trial101:> sudo journalctl > /home/ubuntu/cephtest/archive/syslog/journalctl.log 2026-02-20T23:32:37.866 DEBUG:teuthology.orchestra.run.trial168:> sudo journalctl > /home/ubuntu/cephtest/archive/syslog/journalctl.log 2026-02-20T23:32:38.010 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2026-02-20T23:32:38.010 DEBUG:teuthology.orchestra.run.trial101:> 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-20T23:32:38.012 DEBUG:teuthology.orchestra.run.trial168:> 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-20T23:32:38.033 INFO:teuthology.orchestra.run.trial101.stderr:gzip -5 --verbose -- /home/ubuntu/cephtest/archive/syslog/misc.log 2026-02-20T23:32:38.033 INFO:teuthology.orchestra.run.trial101.stderr:gzip -5 --verbose -- /home/ubuntu/cephtest/archive/syslog/kern.log 2026-02-20T23:32:38.034 INFO:teuthology.orchestra.run.trial101.stderr:/home/ubuntu/cephtest/archive/syslog/misc.log: 0.0% -- replaced with /home/ubuntu/cephtest/archive/syslog/misc.log.gz 2026-02-20T23:32:38.035 INFO:teuthology.orchestra.run.trial101.stderr:gzip -5 --verbose -- /home/ubuntu/cephtest/archive/syslog/journalctl.log 2026-02-20T23:32:38.035 INFO:teuthology.orchestra.run.trial101.stderr:/home/ubuntu/cephtest/archive/syslog/kern.log: 0.0% -- replaced with /home/ubuntu/cephtest/archive/syslog/kern.log.gz 2026-02-20T23:32:38.036 INFO:teuthology.orchestra.run.trial168.stderr:gzip -5 --verbose -- /home/ubuntu/cephtest/archive/syslog/misc.log 2026-02-20T23:32:38.037 INFO:teuthology.orchestra.run.trial168.stderr:gzip -5 --verbose -- /home/ubuntu/cephtest/archive/syslog/kern.log 2026-02-20T23:32:38.037 INFO:teuthology.orchestra.run.trial168.stderr:/home/ubuntu/cephtest/archive/syslog/misc.log: 0.0% -- replaced with /home/ubuntu/cephtest/archive/syslog/misc.log.gz 2026-02-20T23:32:38.037 INFO:teuthology.orchestra.run.trial168.stderr:gzip -5 --verbose -- /home/ubuntu/cephtest/archive/syslog/journalctl.log 2026-02-20T23:32:38.037 INFO:teuthology.orchestra.run.trial168.stderr:/home/ubuntu/cephtest/archive/syslog/kern.log: 0.0% -- replaced with /home/ubuntu/cephtest/archive/syslog/kern.log.gz 2026-02-20T23:32:38.052 INFO:teuthology.orchestra.run.trial168.stderr:/home/ubuntu/cephtest/archive/syslog/journalctl.log: 86.1% -- replaced with /home/ubuntu/cephtest/archive/syslog/journalctl.log.gz 2026-02-20T23:32:38.062 INFO:teuthology.orchestra.run.trial101.stderr:/home/ubuntu/cephtest/archive/syslog/journalctl.log: 87.9% -- replaced with /home/ubuntu/cephtest/archive/syslog/journalctl.log.gz 2026-02-20T23:32:38.064 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2026-02-20T23:32:38.085 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2026-02-20T23:32:38.085 DEBUG:teuthology.orchestra.run.trial101:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2026-02-20T23:32:38.129 DEBUG:teuthology.orchestra.run.trial168:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2026-02-20T23:32:38.155 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2026-02-20T23:32:38.176 DEBUG:teuthology.orchestra.run.trial101:> 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-20T23:32:38.178 DEBUG:teuthology.orchestra.run.trial168:> 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-20T23:32:38.200 INFO:teuthology.orchestra.run.trial101.stdout:kernel.core_pattern = core 2026-02-20T23:32:38.220 INFO:teuthology.orchestra.run.trial168.stdout:kernel.core_pattern = core 2026-02-20T23:32:38.235 DEBUG:teuthology.orchestra.run.trial101:> test -e /home/ubuntu/cephtest/archive/coredump 2026-02-20T23:32:38.273 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-02-20T23:32:38.273 DEBUG:teuthology.orchestra.run.trial168:> test -e /home/ubuntu/cephtest/archive/coredump 2026-02-20T23:32:38.290 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-02-20T23:32:38.290 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2026-02-20T23:32:38.309 INFO:teuthology.task.internal:Transferring archived files... 2026-02-20T23:32:38.311 DEBUG:teuthology.misc:Transferring archived files from trial101:/home/ubuntu/cephtest/archive to /home/teuthworker/mnt/teuthology/yuriw-2026-02-20_16:19:15-orch-wip-pdonnell-testing-20260219.182737-tentacle-distro-default-trial/61787/remote/trial101 2026-02-20T23:32:38.311 DEBUG:teuthology.orchestra.run.trial101:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2026-02-20T23:32:38.346 DEBUG:teuthology.misc:Transferring archived files from trial168:/home/ubuntu/cephtest/archive to /home/teuthworker/mnt/teuthology/yuriw-2026-02-20_16:19:15-orch-wip-pdonnell-testing-20260219.182737-tentacle-distro-default-trial/61787/remote/trial168 2026-02-20T23:32:38.346 DEBUG:teuthology.orchestra.run.trial168:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2026-02-20T23:32:38.382 INFO:teuthology.task.internal:Removing archive directory... 2026-02-20T23:32:38.383 DEBUG:teuthology.orchestra.run.trial101:> rm -rf -- /home/ubuntu/cephtest/archive 2026-02-20T23:32:38.385 DEBUG:teuthology.orchestra.run.trial168:> rm -rf -- /home/ubuntu/cephtest/archive 2026-02-20T23:32:38.433 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2026-02-20T23:32:38.453 INFO:teuthology.task.internal:Not uploading archives. 2026-02-20T23:32:38.453 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2026-02-20T23:32:38.467 INFO:teuthology.task.internal:Tidying up after the test... 2026-02-20T23:32:38.467 DEBUG:teuthology.orchestra.run.trial101:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2026-02-20T23:32:38.469 DEBUG:teuthology.orchestra.run.trial168:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2026-02-20T23:32:38.483 INFO:teuthology.orchestra.run.trial101.stdout: 917572 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Feb 20 23:32 /home/ubuntu/cephtest 2026-02-20T23:32:38.490 INFO:teuthology.orchestra.run.trial168.stdout: 917521 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Feb 20 23:32 /home/ubuntu/cephtest 2026-02-20T23:32:38.491 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2026-02-20T23:32:38.504 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2026-02-20T23:32:38.532 INFO:teuthology.run:Summary data: description: orch/cephadm/smoke-roleless/{0-distro/centos_9.stream_runc 0-nvme-loop 1-start 2-services/nfs-ingress2 3-final} duration: 429.9967792034149 owner: scheduled_yuriw@soko04.front.sepia.ceph.com success: true 2026-02-20T23:32:38.533 DEBUG:teuthology.report:Pushing job info to https://paddles-paddles.apps.pok.os.sepia.ceph.com 2026-02-20T23:32:38.624 INFO:teuthology.run:pass