2026-04-16T17:51:03.499 INFO:root:teuthology version: 1.2.4.dev6+g1c580df7a 2026-04-16T17:51:03.504 DEBUG:teuthology.report:Pushing job info to http://localhost:8080 2026-04-16T17:51:03.523 INFO:teuthology.run:Config: archive_path: /archive/supriti-2026-04-16_15:21:35-orch:cephadm:osds-wip-sse-s3-on-v20.2.0-none-default-vps/5524 branch: wip-sse-s3-on-v20.2.0 description: orch:cephadm:osds/{0-distro/ubuntu_22.04 0-nvme-loop 1-start 2-ops/rm-zap-flag} email: null first_in_suite: false flavor: default job_id: '5524' ktype: distro last_in_suite: false machine_type: vps name: supriti-2026-04-16_15:21:35-orch:cephadm:osds-wip-sse-s3-on-v20.2.0-none-default-vps no_nested_subset: false openstack: - volumes: count: 4 size: 10 os_type: ubuntu os_version: '22.04' overrides: admin_socket: branch: wip-sse-s3-on-v20.2.0 ansible.cephlab: branch: main repo: https://github.com/kshtsk/ceph-cm-ansible.git skip_tags: nagios,monitoring-scripts,hostname,pubkeys,zap,sudoers,kerberos,ntp-client,resolvconf,cpan,nfs vars: logical_volumes: lv_1: scratch_dev: true size: 25%VG vg: vg_nvme lv_2: scratch_dev: true size: 25%VG vg: vg_nvme lv_3: scratch_dev: true size: 25%VG vg: vg_nvme lv_4: scratch_dev: true size: 25%VG vg: vg_nvme timezone: UTC volume_groups: vg_nvme: pvs: /dev/vdb,/dev/vdc,/dev/vdd,/dev/vde 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 mclock iops capacity threshold hdd: 49000 osd shutdown pgref assert: true flavor: default log-ignorelist: - \(MDS_ALL_DOWN\) - \(MDS_UP_LESS_THAN_MAX\) - OSD_DOWN - CEPHADM_FAILED_DAEMON - but is still running - PG_DEGRADED log-only-match: - CEPHADM_ sha1: c03ba9ecf58a4116bdd5049c6e392c7a287bc4f8 ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} cephadm: cephadm_binary_url: https://download.ceph.com/rpm-20.2.0/el9/noarch/cephadm containers: image: harbor.clyso.com/custom-ceph/ceph/ceph:sse-s3-kmip-preview-not-for-production-7 install: ceph: flavor: default sha1: c03ba9ecf58a4116bdd5049c6e392c7a287bc4f8 extra_system_packages: deb: - python3-jmespath - python3-xmltodict - s3cmd rpm: - bzip2 - perl-Test-Harness - python3-jmespath - python3-xmltodict - s3cmd repos: - name: ceph-source priority: 1 url: https://s3.clyso.com/ces-packages/components/ceph-debug/rpm-20.2.0-21-gc03ba9ecf58/el9.clyso/SRPMS - name: ceph-noarch priority: 1 url: https://s3.clyso.com/ces-packages/components/ceph-debug/rpm-20.2.0-21-gc03ba9ecf58/el9.clyso/noarch - name: ceph priority: 1 url: https://s3.clyso.com/ces-packages/components/ceph-debug/rpm-20.2.0-21-gc03ba9ecf58/el9.clyso/x86_64 s3tests: sha1: e0c4ff71baef6d5126a0201df5fe54196d89b296 workunit: branch: tt-wip-sse-s3-on-v20.2.0 sha1: 909b66e106532fd1f1a49171c3f2eb7a193a6d0b owner: supriti priority: 1000 repo: https://github.com/ceph/ceph.git roles: - - host.a - client.0 - - host.b - client.1 seed: 6809 sha1: c03ba9ecf58a4116bdd5049c6e392c7a287bc4f8 sleep_before_teardown: 0 suite: orch:cephadm:osds suite_branch: tt-wip-sse-s3-on-v20.2.0 suite_path: /home/teuthos/src/git.local_ceph_909b66e106532fd1f1a49171c3f2eb7a193a6d0b/qa suite_relpath: qa suite_repo: http://git.local/ceph.git suite_sha1: 909b66e106532fd1f1a49171c3f2eb7a193a6d0b targets: vm06.local: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBE1jEemX/eVewC5Qi53RCR97rlDxFI5gu1rNXT8Y2rin8bHeziyxVq9mn1IDNHpanlFSMIa4IpKbUXuWapOSP0A= vm09.local: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBNtKZFF0ExZPVOcaUFSqGwG4+aqYCIjw/4UPOHCZsBjcdXc+vWD8NYALcyYdq4Hj1ImDHHmvykvHzwjyFhbenKM= tasks: - nvme_loop: null - cephadm: roleless: true - cephadm.shell: host.a: - ceph orch status - ceph orch ps - ceph orch ls - ceph orch host ls - ceph orch device ls - ceph orch ls | grep '^osd.all-available-devices ' - cephadm.shell: host.a: - 'set -e set -x ceph orch ps ceph orch device ls DEVID=$(ceph device ls | grep osd.1 | awk ''{print $1}'') HOST=$(ceph orch device ls | grep "$DEVID" | awk ''{print $1}'') DEV=$(ceph orch device ls | grep "$DEVID" | awk ''{print $2}'') echo "host $HOST, dev $DEV, devid $DEVID" ceph orch osd rm --zap --replace 1 while ceph orch osd rm status | grep ^1 ; do sleep 5 ; done while ! ceph osd dump | grep osd.1 | grep "up\s*in" ; do sleep 5 ; done ' teuthology: fragments_dropped: [] meta: {} postmerge: [] teuthology_branch: clyso-debian-13 teuthology_repo: https://github.com/kshtsk/teuthology teuthology_sha1: 1c580df7a9c7c2aadc272da296344fd99f27c444 timestamp: 2026-04-16_15:21:35 tube: vps user: supriti verbose: false worker_log: /home/teuthos/.teuthology/dispatcher/dispatcher.vps.3072398 2026-04-16T17:51:03.523 INFO:teuthology.run:suite_path is set to /home/teuthos/src/git.local_ceph_909b66e106532fd1f1a49171c3f2eb7a193a6d0b/qa; will attempt to use it 2026-04-16T17:51:03.524 INFO:teuthology.run:Found tasks at /home/teuthos/src/git.local_ceph_909b66e106532fd1f1a49171c3f2eb7a193a6d0b/qa/tasks 2026-04-16T17:51:03.524 INFO:teuthology.run_tasks:Running task internal.save_config... 2026-04-16T17:51:03.524 INFO:teuthology.task.internal:Saving configuration 2026-04-16T17:51:03.528 INFO:teuthology.run_tasks:Running task internal.check_lock... 2026-04-16T17:51:03.529 INFO:teuthology.task.internal.check_lock:Checking locks... 2026-04-16T17:51:03.534 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'vm06.local', 'description': '/archive/supriti-2026-04-16_15:21:35-orch:cephadm:osds-wip-sse-s3-on-v20.2.0-none-default-vps/5524', 'up': True, 'machine_type': 'vps', 'is_vm': True, 'vm_host': {'name': 'localhost', 'description': None, 'up': True, 'machine_type': 'libvirt', 'is_vm': False, 'vm_host': None, 'os_type': None, 'os_version': None, 'arch': None, 'locked': True, 'locked_since': None, 'locked_by': None, 'mac_address': None, 'ssh_pub_key': None}, 'os_type': 'ubuntu', 'os_version': '22.04', 'arch': 'x86_64', 'locked': True, 'locked_since': '2026-04-16 17:44:54.775745', 'locked_by': 'supriti', 'mac_address': '52:55:00:00:00:06', 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBE1jEemX/eVewC5Qi53RCR97rlDxFI5gu1rNXT8Y2rin8bHeziyxVq9mn1IDNHpanlFSMIa4IpKbUXuWapOSP0A='} 2026-04-16T17:51:03.538 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'vm09.local', 'description': '/archive/supriti-2026-04-16_15:21:35-orch:cephadm:osds-wip-sse-s3-on-v20.2.0-none-default-vps/5524', 'up': True, 'machine_type': 'vps', 'is_vm': True, 'vm_host': {'name': 'localhost', 'description': None, 'up': True, 'machine_type': 'libvirt', 'is_vm': False, 'vm_host': None, 'os_type': None, 'os_version': None, 'arch': None, 'locked': True, 'locked_since': None, 'locked_by': None, 'mac_address': None, 'ssh_pub_key': None}, 'os_type': 'ubuntu', 'os_version': '22.04', 'arch': 'x86_64', 'locked': True, 'locked_since': '2026-04-16 17:44:54.775311', 'locked_by': 'supriti', 'mac_address': '52:55:00:00:00:09', 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBNtKZFF0ExZPVOcaUFSqGwG4+aqYCIjw/4UPOHCZsBjcdXc+vWD8NYALcyYdq4Hj1ImDHHmvykvHzwjyFhbenKM='} 2026-04-16T17:51:03.538 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2026-04-16T17:51:03.538 INFO:teuthology.task.internal:roles: ubuntu@vm06.local - ['host.a', 'client.0'] 2026-04-16T17:51:03.538 INFO:teuthology.task.internal:roles: ubuntu@vm09.local - ['host.b', 'client.1'] 2026-04-16T17:51:03.538 INFO:teuthology.run_tasks:Running task console_log... 2026-04-16T17:51:03.543 DEBUG:teuthology.task.console_log:vm06 does not support IPMI; excluding 2026-04-16T17:51:03.546 DEBUG:teuthology.task.console_log:vm09 does not support IPMI; excluding 2026-04-16T17:51:03.547 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7f1a40d8fd90>, signals=[15]) 2026-04-16T17:51:03.547 INFO:teuthology.run_tasks:Running task internal.connect... 2026-04-16T17:51:03.547 INFO:teuthology.task.internal:Opening connections... 2026-04-16T17:51:03.547 DEBUG:teuthology.task.internal:connecting to ubuntu@vm06.local 2026-04-16T17:51:03.548 DEBUG:teuthology.orchestra.connection:{'hostname': 'vm06.local', 'username': 'ubuntu', 'timeout': 60} 2026-04-16T17:51:03.609 DEBUG:teuthology.task.internal:connecting to ubuntu@vm09.local 2026-04-16T17:51:03.610 DEBUG:teuthology.orchestra.connection:{'hostname': 'vm09.local', 'username': 'ubuntu', 'timeout': 60} 2026-04-16T17:51:03.668 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2026-04-16T17:51:03.669 DEBUG:teuthology.orchestra.run.vm06:> uname -m 2026-04-16T17:51:03.672 INFO:teuthology.orchestra.run.vm06.stdout:x86_64 2026-04-16T17:51:03.672 DEBUG:teuthology.orchestra.run.vm06:> cat /etc/os-release 2026-04-16T17:51:03.718 INFO:teuthology.orchestra.run.vm06.stdout:PRETTY_NAME="Ubuntu 22.04.5 LTS" 2026-04-16T17:51:03.718 INFO:teuthology.orchestra.run.vm06.stdout:NAME="Ubuntu" 2026-04-16T17:51:03.718 INFO:teuthology.orchestra.run.vm06.stdout:VERSION_ID="22.04" 2026-04-16T17:51:03.718 INFO:teuthology.orchestra.run.vm06.stdout:VERSION="22.04.5 LTS (Jammy Jellyfish)" 2026-04-16T17:51:03.718 INFO:teuthology.orchestra.run.vm06.stdout:VERSION_CODENAME=jammy 2026-04-16T17:51:03.718 INFO:teuthology.orchestra.run.vm06.stdout:ID=ubuntu 2026-04-16T17:51:03.718 INFO:teuthology.orchestra.run.vm06.stdout:ID_LIKE=debian 2026-04-16T17:51:03.718 INFO:teuthology.orchestra.run.vm06.stdout:HOME_URL="https://www.ubuntu.com/" 2026-04-16T17:51:03.718 INFO:teuthology.orchestra.run.vm06.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2026-04-16T17:51:03.718 INFO:teuthology.orchestra.run.vm06.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2026-04-16T17:51:03.718 INFO:teuthology.orchestra.run.vm06.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2026-04-16T17:51:03.718 INFO:teuthology.orchestra.run.vm06.stdout:UBUNTU_CODENAME=jammy 2026-04-16T17:51:03.719 INFO:teuthology.lock.ops:Updating vm06.local on lock server 2026-04-16T17:51:03.723 DEBUG:teuthology.orchestra.run.vm09:> uname -m 2026-04-16T17:51:03.741 INFO:teuthology.orchestra.run.vm09.stdout:x86_64 2026-04-16T17:51:03.741 DEBUG:teuthology.orchestra.run.vm09:> cat /etc/os-release 2026-04-16T17:51:03.784 INFO:teuthology.orchestra.run.vm09.stdout:PRETTY_NAME="Ubuntu 22.04.5 LTS" 2026-04-16T17:51:03.784 INFO:teuthology.orchestra.run.vm09.stdout:NAME="Ubuntu" 2026-04-16T17:51:03.784 INFO:teuthology.orchestra.run.vm09.stdout:VERSION_ID="22.04" 2026-04-16T17:51:03.784 INFO:teuthology.orchestra.run.vm09.stdout:VERSION="22.04.5 LTS (Jammy Jellyfish)" 2026-04-16T17:51:03.784 INFO:teuthology.orchestra.run.vm09.stdout:VERSION_CODENAME=jammy 2026-04-16T17:51:03.784 INFO:teuthology.orchestra.run.vm09.stdout:ID=ubuntu 2026-04-16T17:51:03.784 INFO:teuthology.orchestra.run.vm09.stdout:ID_LIKE=debian 2026-04-16T17:51:03.784 INFO:teuthology.orchestra.run.vm09.stdout:HOME_URL="https://www.ubuntu.com/" 2026-04-16T17:51:03.784 INFO:teuthology.orchestra.run.vm09.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2026-04-16T17:51:03.784 INFO:teuthology.orchestra.run.vm09.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2026-04-16T17:51:03.784 INFO:teuthology.orchestra.run.vm09.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2026-04-16T17:51:03.784 INFO:teuthology.orchestra.run.vm09.stdout:UBUNTU_CODENAME=jammy 2026-04-16T17:51:03.784 INFO:teuthology.lock.ops:Updating vm09.local on lock server 2026-04-16T17:51:03.788 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2026-04-16T17:51:03.789 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2026-04-16T17:51:03.790 INFO:teuthology.task.internal:Checking for old test directory... 2026-04-16T17:51:03.790 DEBUG:teuthology.orchestra.run.vm06:> test '!' -e /home/ubuntu/cephtest 2026-04-16T17:51:03.791 DEBUG:teuthology.orchestra.run.vm09:> test '!' -e /home/ubuntu/cephtest 2026-04-16T17:51:03.832 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2026-04-16T17:51:03.833 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2026-04-16T17:51:03.833 DEBUG:teuthology.orchestra.run.vm06:> test -z $(ls -A /var/lib/ceph) 2026-04-16T17:51:03.836 DEBUG:teuthology.orchestra.run.vm09:> test -z $(ls -A /var/lib/ceph) 2026-04-16T17:51:03.838 INFO:teuthology.orchestra.run.vm06.stderr:ls: cannot access '/var/lib/ceph': No such file or directory 2026-04-16T17:51:03.881 INFO:teuthology.orchestra.run.vm09.stderr:ls: cannot access '/var/lib/ceph': No such file or directory 2026-04-16T17:51:03.881 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2026-04-16T17:51:03.888 DEBUG:teuthology.orchestra.run.vm06:> test -e /ceph-qa-ready 2026-04-16T17:51:03.890 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-04-16T17:51:04.133 DEBUG:teuthology.orchestra.run.vm09:> test -e /ceph-qa-ready 2026-04-16T17:51:04.136 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-04-16T17:51:04.362 INFO:teuthology.run_tasks:Running task internal.base... 2026-04-16T17:51:04.363 INFO:teuthology.task.internal:Creating test directory... 2026-04-16T17:51:04.363 DEBUG:teuthology.orchestra.run.vm06:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2026-04-16T17:51:04.364 DEBUG:teuthology.orchestra.run.vm09:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2026-04-16T17:51:04.367 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2026-04-16T17:51:04.368 INFO:teuthology.run_tasks:Running task internal.archive... 2026-04-16T17:51:04.369 INFO:teuthology.task.internal:Creating archive directory... 2026-04-16T17:51:04.369 DEBUG:teuthology.orchestra.run.vm06:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2026-04-16T17:51:04.408 DEBUG:teuthology.orchestra.run.vm09:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2026-04-16T17:51:04.414 INFO:teuthology.run_tasks:Running task internal.coredump... 2026-04-16T17:51:04.415 INFO:teuthology.task.internal:Enabling coredump saving... 2026-04-16T17:51:04.415 DEBUG:teuthology.orchestra.run.vm06:> test -f /run/.containerenv -o -f /.dockerenv 2026-04-16T17:51:04.453 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-04-16T17:51:04.453 DEBUG:teuthology.orchestra.run.vm09:> test -f /run/.containerenv -o -f /.dockerenv 2026-04-16T17:51:04.456 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-04-16T17:51:04.456 DEBUG:teuthology.orchestra.run.vm06:> 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-04-16T17:51:04.496 DEBUG:teuthology.orchestra.run.vm09:> 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-04-16T17:51:04.503 INFO:teuthology.orchestra.run.vm06.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2026-04-16T17:51:04.506 INFO:teuthology.orchestra.run.vm09.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2026-04-16T17:51:04.508 INFO:teuthology.orchestra.run.vm06.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2026-04-16T17:51:04.511 INFO:teuthology.orchestra.run.vm09.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2026-04-16T17:51:04.511 INFO:teuthology.run_tasks:Running task internal.sudo... 2026-04-16T17:51:04.513 INFO:teuthology.task.internal:Configuring sudo... 2026-04-16T17:51:04.513 DEBUG:teuthology.orchestra.run.vm06:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2026-04-16T17:51:04.552 DEBUG:teuthology.orchestra.run.vm09:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2026-04-16T17:51:04.561 INFO:teuthology.run_tasks:Running task internal.syslog... 2026-04-16T17:51:04.563 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2026-04-16T17:51:04.563 DEBUG:teuthology.orchestra.run.vm06:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2026-04-16T17:51:04.604 DEBUG:teuthology.orchestra.run.vm09:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2026-04-16T17:51:04.607 DEBUG:teuthology.orchestra.run.vm06:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2026-04-16T17:51:04.650 DEBUG:teuthology.orchestra.run.vm06:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2026-04-16T17:51:04.695 DEBUG:teuthology.orchestra.run.vm06:> set -ex 2026-04-16T17:51:04.695 DEBUG:teuthology.orchestra.run.vm06:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2026-04-16T17:51:04.743 DEBUG:teuthology.orchestra.run.vm09:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2026-04-16T17:51:04.746 DEBUG:teuthology.orchestra.run.vm09:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2026-04-16T17:51:04.788 DEBUG:teuthology.orchestra.run.vm09:> set -ex 2026-04-16T17:51:04.788 DEBUG:teuthology.orchestra.run.vm09:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2026-04-16T17:51:04.837 DEBUG:teuthology.orchestra.run.vm06:> sudo service rsyslog restart 2026-04-16T17:51:04.838 DEBUG:teuthology.orchestra.run.vm09:> sudo service rsyslog restart 2026-04-16T17:51:04.893 INFO:teuthology.run_tasks:Running task internal.timer... 2026-04-16T17:51:04.895 INFO:teuthology.task.internal:Starting timer... 2026-04-16T17:51:04.895 INFO:teuthology.run_tasks:Running task pcp... 2026-04-16T17:51:04.897 INFO:teuthology.run_tasks:Running task selinux... 2026-04-16T17:51:04.899 INFO:teuthology.task.selinux:Excluding vm06: VMs are not yet supported 2026-04-16T17:51:04.899 INFO:teuthology.task.selinux:Excluding vm09: VMs are not yet supported 2026-04-16T17:51:04.899 DEBUG:teuthology.task.selinux:Getting current SELinux state 2026-04-16T17:51:04.899 DEBUG:teuthology.task.selinux:Existing SELinux modes: {} 2026-04-16T17:51:04.899 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2026-04-16T17:51:04.899 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2026-04-16T17:51:04.900 DEBUG:teuthology.task:Applying overrides for task ansible.cephlab: {'branch': 'main', 'repo': 'https://github.com/kshtsk/ceph-cm-ansible.git', 'skip_tags': 'nagios,monitoring-scripts,hostname,pubkeys,zap,sudoers,kerberos,ntp-client,resolvconf,cpan,nfs', 'vars': {'logical_volumes': {'lv_1': {'scratch_dev': True, 'size': '25%VG', 'vg': 'vg_nvme'}, 'lv_2': {'scratch_dev': True, 'size': '25%VG', 'vg': 'vg_nvme'}, 'lv_3': {'scratch_dev': True, 'size': '25%VG', 'vg': 'vg_nvme'}, 'lv_4': {'scratch_dev': True, 'size': '25%VG', 'vg': 'vg_nvme'}}, 'timezone': 'UTC', 'volume_groups': {'vg_nvme': {'pvs': '/dev/vdb,/dev/vdc,/dev/vdd,/dev/vde'}}}} 2026-04-16T17:51:04.901 DEBUG:teuthology.repo_utils:Setting repo remote to https://github.com/kshtsk/ceph-cm-ansible.git 2026-04-16T17:51:04.902 INFO:teuthology.repo_utils:Fetching github.com_kshtsk_ceph-cm-ansible_main from origin 2026-04-16T17:51:05.672 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthos/src/github.com_kshtsk_ceph-cm-ansible_main to origin/main 2026-04-16T17:51:05.677 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-04-16T17:51:05.678 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu", "logical_volumes": {"lv_1": {"scratch_dev": true, "size": "25%VG", "vg": "vg_nvme"}, "lv_2": {"scratch_dev": true, "size": "25%VG", "vg": "vg_nvme"}, "lv_3": {"scratch_dev": true, "size": "25%VG", "vg": "vg_nvme"}, "lv_4": {"scratch_dev": true, "size": "25%VG", "vg": "vg_nvme"}}, "timezone": "UTC", "volume_groups": {"vg_nvme": {"pvs": "/dev/vdb,/dev/vdc,/dev/vdd,/dev/vde"}}}' -i /tmp/teuth_ansible_inventory2wez05oz --limit vm06.local,vm09.local /home/teuthos/src/github.com_kshtsk_ceph-cm-ansible_main/cephlab.yml --skip-tags nagios,monitoring-scripts,hostname,pubkeys,zap,sudoers,kerberos,ntp-client,resolvconf,cpan,nfs 2026-04-16T18:33:58.408 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@vm06.local'), Remote(name='ubuntu@vm09.local')] 2026-04-16T18:33:58.409 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@vm06.local' 2026-04-16T18:33:58.409 DEBUG:teuthology.orchestra.connection:{'hostname': 'vm06.local', 'username': 'ubuntu', 'timeout': 60} 2026-04-16T18:33:58.471 DEBUG:teuthology.orchestra.run.vm06:> true 2026-04-16T18:33:58.688 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@vm06.local' 2026-04-16T18:33:58.688 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@vm09.local' 2026-04-16T18:33:58.688 DEBUG:teuthology.orchestra.connection:{'hostname': 'vm09.local', 'username': 'ubuntu', 'timeout': 60} 2026-04-16T18:33:58.748 DEBUG:teuthology.orchestra.run.vm09:> true 2026-04-16T18:33:58.820 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@vm09.local' 2026-04-16T18:33:58.820 INFO:teuthology.run_tasks:Running task clock... 2026-04-16T18:33:58.823 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2026-04-16T18:33:58.823 INFO:teuthology.orchestra.run:Running command with timeout 360 2026-04-16T18:33:58.823 DEBUG:teuthology.orchestra.run.vm06:> 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-04-16T18:33:58.824 INFO:teuthology.orchestra.run:Running command with timeout 360 2026-04-16T18:33:58.824 DEBUG:teuthology.orchestra.run.vm09:> 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-04-16T18:33:58.839 INFO:teuthology.orchestra.run.vm06.stdout:16 Apr 18:33:58 ntpd[16297]: ntpd 4.2.8p15@1.3728-o Wed Feb 16 17:13:02 UTC 2022 (1): Starting 2026-04-16T18:33:58.839 INFO:teuthology.orchestra.run.vm06.stdout:16 Apr 18:33:58 ntpd[16297]: Command line: ntpd -gq 2026-04-16T18:33:58.839 INFO:teuthology.orchestra.run.vm06.stdout:16 Apr 18:33:58 ntpd[16297]: ---------------------------------------------------- 2026-04-16T18:33:58.840 INFO:teuthology.orchestra.run.vm06.stdout:16 Apr 18:33:58 ntpd[16297]: ntp-4 is maintained by Network Time Foundation, 2026-04-16T18:33:58.840 INFO:teuthology.orchestra.run.vm06.stdout:16 Apr 18:33:58 ntpd[16297]: Inc. (NTF), a non-profit 501(c)(3) public-benefit 2026-04-16T18:33:58.840 INFO:teuthology.orchestra.run.vm06.stdout:16 Apr 18:33:58 ntpd[16297]: corporation. Support and training for ntp-4 are 2026-04-16T18:33:58.840 INFO:teuthology.orchestra.run.vm06.stdout:16 Apr 18:33:58 ntpd[16297]: available at https://www.nwtime.org/support 2026-04-16T18:33:58.840 INFO:teuthology.orchestra.run.vm06.stdout:16 Apr 18:33:58 ntpd[16297]: ---------------------------------------------------- 2026-04-16T18:33:58.840 INFO:teuthology.orchestra.run.vm06.stdout:16 Apr 18:33:58 ntpd[16297]: proto: precision = 0.029 usec (-25) 2026-04-16T18:33:58.840 INFO:teuthology.orchestra.run.vm06.stdout:16 Apr 18:33:58 ntpd[16297]: basedate set to 2022-02-04 2026-04-16T18:33:58.841 INFO:teuthology.orchestra.run.vm06.stdout:16 Apr 18:33:58 ntpd[16297]: gps base set to 2022-02-06 (week 2196) 2026-04-16T18:33:58.841 INFO:teuthology.orchestra.run.vm06.stdout:16 Apr 18:33:58 ntpd[16297]: leapsecond file ('/usr/share/zoneinfo/leap-seconds.list'): good hash signature 2026-04-16T18:33:58.841 INFO:teuthology.orchestra.run.vm06.stdout:16 Apr 18:33:58 ntpd[16297]: leapsecond file ('/usr/share/zoneinfo/leap-seconds.list'): loaded, expire=2025-12-28T00:00:00Z last=2017-01-01T00:00:00Z ofs=37 2026-04-16T18:33:58.841 INFO:teuthology.orchestra.run.vm06.stderr:16 Apr 18:33:58 ntpd[16297]: leapsecond file ('/usr/share/zoneinfo/leap-seconds.list'): expired 110 days ago 2026-04-16T18:33:58.842 INFO:teuthology.orchestra.run.vm06.stdout:16 Apr 18:33:58 ntpd[16297]: Listen and drop on 0 v6wildcard [::]:123 2026-04-16T18:33:58.842 INFO:teuthology.orchestra.run.vm06.stdout:16 Apr 18:33:58 ntpd[16297]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2026-04-16T18:33:58.842 INFO:teuthology.orchestra.run.vm06.stdout:16 Apr 18:33:58 ntpd[16297]: Listen normally on 2 lo 127.0.0.1:123 2026-04-16T18:33:58.842 INFO:teuthology.orchestra.run.vm06.stdout:16 Apr 18:33:58 ntpd[16297]: Listen normally on 3 ens3 192.168.123.106:123 2026-04-16T18:33:58.842 INFO:teuthology.orchestra.run.vm06.stdout:16 Apr 18:33:58 ntpd[16297]: Listen normally on 4 lo [::1]:123 2026-04-16T18:33:58.842 INFO:teuthology.orchestra.run.vm06.stdout:16 Apr 18:33:58 ntpd[16297]: Listen normally on 5 ens3 [fe80::5055:ff:fe00:6%2]:123 2026-04-16T18:33:58.842 INFO:teuthology.orchestra.run.vm06.stdout:16 Apr 18:33:58 ntpd[16297]: Listening on routing socket on fd #22 for interface updates 2026-04-16T18:33:58.878 INFO:teuthology.orchestra.run.vm09.stdout:16 Apr 18:33:58 ntpd[16401]: ntpd 4.2.8p15@1.3728-o Wed Feb 16 17:13:02 UTC 2022 (1): Starting 2026-04-16T18:33:58.878 INFO:teuthology.orchestra.run.vm09.stdout:16 Apr 18:33:58 ntpd[16401]: Command line: ntpd -gq 2026-04-16T18:33:58.878 INFO:teuthology.orchestra.run.vm09.stdout:16 Apr 18:33:58 ntpd[16401]: ---------------------------------------------------- 2026-04-16T18:33:58.878 INFO:teuthology.orchestra.run.vm09.stdout:16 Apr 18:33:58 ntpd[16401]: ntp-4 is maintained by Network Time Foundation, 2026-04-16T18:33:58.878 INFO:teuthology.orchestra.run.vm09.stdout:16 Apr 18:33:58 ntpd[16401]: Inc. (NTF), a non-profit 501(c)(3) public-benefit 2026-04-16T18:33:58.878 INFO:teuthology.orchestra.run.vm09.stdout:16 Apr 18:33:58 ntpd[16401]: corporation. Support and training for ntp-4 are 2026-04-16T18:33:58.878 INFO:teuthology.orchestra.run.vm09.stdout:16 Apr 18:33:58 ntpd[16401]: available at https://www.nwtime.org/support 2026-04-16T18:33:58.878 INFO:teuthology.orchestra.run.vm09.stdout:16 Apr 18:33:58 ntpd[16401]: ---------------------------------------------------- 2026-04-16T18:33:58.878 INFO:teuthology.orchestra.run.vm09.stdout:16 Apr 18:33:58 ntpd[16401]: proto: precision = 0.029 usec (-25) 2026-04-16T18:33:58.878 INFO:teuthology.orchestra.run.vm09.stdout:16 Apr 18:33:58 ntpd[16401]: basedate set to 2022-02-04 2026-04-16T18:33:58.878 INFO:teuthology.orchestra.run.vm09.stdout:16 Apr 18:33:58 ntpd[16401]: gps base set to 2022-02-06 (week 2196) 2026-04-16T18:33:58.878 INFO:teuthology.orchestra.run.vm09.stdout:16 Apr 18:33:58 ntpd[16401]: leapsecond file ('/usr/share/zoneinfo/leap-seconds.list'): good hash signature 2026-04-16T18:33:58.878 INFO:teuthology.orchestra.run.vm09.stdout:16 Apr 18:33:58 ntpd[16401]: leapsecond file ('/usr/share/zoneinfo/leap-seconds.list'): loaded, expire=2025-12-28T00:00:00Z last=2017-01-01T00:00:00Z ofs=37 2026-04-16T18:33:58.878 INFO:teuthology.orchestra.run.vm09.stderr:16 Apr 18:33:58 ntpd[16401]: leapsecond file ('/usr/share/zoneinfo/leap-seconds.list'): expired 110 days ago 2026-04-16T18:33:58.879 INFO:teuthology.orchestra.run.vm09.stdout:16 Apr 18:33:58 ntpd[16401]: Listen and drop on 0 v6wildcard [::]:123 2026-04-16T18:33:58.879 INFO:teuthology.orchestra.run.vm09.stdout:16 Apr 18:33:58 ntpd[16401]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2026-04-16T18:33:58.879 INFO:teuthology.orchestra.run.vm09.stdout:16 Apr 18:33:58 ntpd[16401]: Listen normally on 2 lo 127.0.0.1:123 2026-04-16T18:33:58.879 INFO:teuthology.orchestra.run.vm09.stdout:16 Apr 18:33:58 ntpd[16401]: Listen normally on 3 ens3 192.168.123.109:123 2026-04-16T18:33:58.879 INFO:teuthology.orchestra.run.vm09.stdout:16 Apr 18:33:58 ntpd[16401]: Listen normally on 4 lo [::1]:123 2026-04-16T18:33:58.879 INFO:teuthology.orchestra.run.vm09.stdout:16 Apr 18:33:58 ntpd[16401]: Listen normally on 5 ens3 [fe80::5055:ff:fe00:9%2]:123 2026-04-16T18:33:58.879 INFO:teuthology.orchestra.run.vm09.stdout:16 Apr 18:33:58 ntpd[16401]: Listening on routing socket on fd #22 for interface updates 2026-04-16T18:33:59.841 INFO:teuthology.orchestra.run.vm06.stdout:16 Apr 18:33:59 ntpd[16297]: Soliciting pool server 167.235.70.245 2026-04-16T18:33:59.879 INFO:teuthology.orchestra.run.vm09.stdout:16 Apr 18:33:59 ntpd[16401]: Soliciting pool server 167.235.70.245 2026-04-16T18:34:00.840 INFO:teuthology.orchestra.run.vm06.stdout:16 Apr 18:34:00 ntpd[16297]: Soliciting pool server 93.177.65.20 2026-04-16T18:34:00.841 INFO:teuthology.orchestra.run.vm06.stdout:16 Apr 18:34:00 ntpd[16297]: Soliciting pool server 80.153.195.191 2026-04-16T18:34:00.878 INFO:teuthology.orchestra.run.vm09.stdout:16 Apr 18:34:00 ntpd[16401]: Soliciting pool server 93.177.65.20 2026-04-16T18:34:00.878 INFO:teuthology.orchestra.run.vm09.stdout:16 Apr 18:34:00 ntpd[16401]: Soliciting pool server 80.153.195.191 2026-04-16T18:34:01.840 INFO:teuthology.orchestra.run.vm06.stdout:16 Apr 18:34:01 ntpd[16297]: Soliciting pool server 116.203.244.102 2026-04-16T18:34:01.840 INFO:teuthology.orchestra.run.vm06.stdout:16 Apr 18:34:01 ntpd[16297]: Soliciting pool server 217.91.44.17 2026-04-16T18:34:01.841 INFO:teuthology.orchestra.run.vm06.stdout:16 Apr 18:34:01 ntpd[16297]: Soliciting pool server 185.41.106.152 2026-04-16T18:34:01.878 INFO:teuthology.orchestra.run.vm09.stdout:16 Apr 18:34:01 ntpd[16401]: Soliciting pool server 116.203.244.102 2026-04-16T18:34:01.878 INFO:teuthology.orchestra.run.vm09.stdout:16 Apr 18:34:01 ntpd[16401]: Soliciting pool server 217.91.44.17 2026-04-16T18:34:01.878 INFO:teuthology.orchestra.run.vm09.stdout:16 Apr 18:34:01 ntpd[16401]: Soliciting pool server 185.41.106.152 2026-04-16T18:34:02.841 INFO:teuthology.orchestra.run.vm06.stdout:16 Apr 18:34:02 ntpd[16297]: Soliciting pool server 148.251.5.46 2026-04-16T18:34:02.841 INFO:teuthology.orchestra.run.vm06.stdout:16 Apr 18:34:02 ntpd[16297]: Soliciting pool server 212.132.108.186 2026-04-16T18:34:02.841 INFO:teuthology.orchestra.run.vm06.stdout:16 Apr 18:34:02 ntpd[16297]: Soliciting pool server 172.236.195.26 2026-04-16T18:34:02.841 INFO:teuthology.orchestra.run.vm06.stdout:16 Apr 18:34:02 ntpd[16297]: Soliciting pool server 185.233.107.180 2026-04-16T18:34:02.878 INFO:teuthology.orchestra.run.vm09.stdout:16 Apr 18:34:02 ntpd[16401]: Soliciting pool server 148.251.5.46 2026-04-16T18:34:02.878 INFO:teuthology.orchestra.run.vm09.stdout:16 Apr 18:34:02 ntpd[16401]: Soliciting pool server 212.132.108.186 2026-04-16T18:34:02.878 INFO:teuthology.orchestra.run.vm09.stdout:16 Apr 18:34:02 ntpd[16401]: Soliciting pool server 172.236.195.26 2026-04-16T18:34:02.878 INFO:teuthology.orchestra.run.vm09.stdout:16 Apr 18:34:02 ntpd[16401]: Soliciting pool server 185.233.107.180 2026-04-16T18:34:03.841 INFO:teuthology.orchestra.run.vm06.stdout:16 Apr 18:34:03 ntpd[16297]: Soliciting pool server 141.84.43.73 2026-04-16T18:34:03.841 INFO:teuthology.orchestra.run.vm06.stdout:16 Apr 18:34:03 ntpd[16297]: Soliciting pool server 167.235.76.111 2026-04-16T18:34:03.841 INFO:teuthology.orchestra.run.vm06.stdout:16 Apr 18:34:03 ntpd[16297]: Soliciting pool server 213.209.109.44 2026-04-16T18:34:03.841 INFO:teuthology.orchestra.run.vm06.stdout:16 Apr 18:34:03 ntpd[16297]: Soliciting pool server 91.189.91.157 2026-04-16T18:34:03.878 INFO:teuthology.orchestra.run.vm09.stdout:16 Apr 18:34:03 ntpd[16401]: Soliciting pool server 141.84.43.73 2026-04-16T18:34:03.878 INFO:teuthology.orchestra.run.vm09.stdout:16 Apr 18:34:03 ntpd[16401]: Soliciting pool server 167.235.76.111 2026-04-16T18:34:03.878 INFO:teuthology.orchestra.run.vm09.stdout:16 Apr 18:34:03 ntpd[16401]: Soliciting pool server 213.209.109.44 2026-04-16T18:34:03.879 INFO:teuthology.orchestra.run.vm09.stdout:16 Apr 18:34:03 ntpd[16401]: Soliciting pool server 91.189.91.157 2026-04-16T18:34:04.840 INFO:teuthology.orchestra.run.vm06.stdout:16 Apr 18:34:04 ntpd[16297]: Soliciting pool server 185.125.190.56 2026-04-16T18:34:04.841 INFO:teuthology.orchestra.run.vm06.stdout:16 Apr 18:34:04 ntpd[16297]: Soliciting pool server 45.9.2.181 2026-04-16T18:34:04.841 INFO:teuthology.orchestra.run.vm06.stdout:16 Apr 18:34:04 ntpd[16297]: Soliciting pool server 188.245.170.46 2026-04-16T18:34:04.878 INFO:teuthology.orchestra.run.vm09.stdout:16 Apr 18:34:04 ntpd[16401]: Soliciting pool server 185.125.190.56 2026-04-16T18:34:04.878 INFO:teuthology.orchestra.run.vm09.stdout:16 Apr 18:34:04 ntpd[16401]: Soliciting pool server 45.9.2.181 2026-04-16T18:34:04.878 INFO:teuthology.orchestra.run.vm09.stdout:16 Apr 18:34:04 ntpd[16401]: Soliciting pool server 188.245.170.46 2026-04-16T18:34:06.864 INFO:teuthology.orchestra.run.vm06.stdout:16 Apr 18:34:06 ntpd[16297]: ntpd: time slew +0.000566 s 2026-04-16T18:34:06.864 INFO:teuthology.orchestra.run.vm06.stdout:ntpd: time slew +0.000566s 2026-04-16T18:34:06.884 INFO:teuthology.orchestra.run.vm06.stdout: remote refid st t when poll reach delay offset jitter 2026-04-16T18:34:06.885 INFO:teuthology.orchestra.run.vm06.stdout:============================================================================== 2026-04-16T18:34:06.885 INFO:teuthology.orchestra.run.vm06.stdout: 0.ubuntu.pool.n .POOL. 16 p - 64 0 0.000 +0.000 0.000 2026-04-16T18:34:06.885 INFO:teuthology.orchestra.run.vm06.stdout: 1.ubuntu.pool.n .POOL. 16 p - 64 0 0.000 +0.000 0.000 2026-04-16T18:34:06.885 INFO:teuthology.orchestra.run.vm06.stdout: 2.ubuntu.pool.n .POOL. 16 p - 64 0 0.000 +0.000 0.000 2026-04-16T18:34:06.885 INFO:teuthology.orchestra.run.vm06.stdout: 3.ubuntu.pool.n .POOL. 16 p - 64 0 0.000 +0.000 0.000 2026-04-16T18:34:06.885 INFO:teuthology.orchestra.run.vm06.stdout: ntp.ubuntu.com .POOL. 16 p - 64 0 0.000 +0.000 0.000 2026-04-16T18:34:08.902 INFO:teuthology.orchestra.run.vm09.stdout:16 Apr 18:34:08 ntpd[16401]: ntpd: time slew +0.001305 s 2026-04-16T18:34:08.902 INFO:teuthology.orchestra.run.vm09.stdout:ntpd: time slew +0.001305s 2026-04-16T18:34:08.921 INFO:teuthology.orchestra.run.vm09.stdout: remote refid st t when poll reach delay offset jitter 2026-04-16T18:34:08.921 INFO:teuthology.orchestra.run.vm09.stdout:============================================================================== 2026-04-16T18:34:08.921 INFO:teuthology.orchestra.run.vm09.stdout: 0.ubuntu.pool.n .POOL. 16 p - 64 0 0.000 +0.000 0.000 2026-04-16T18:34:08.921 INFO:teuthology.orchestra.run.vm09.stdout: 1.ubuntu.pool.n .POOL. 16 p - 64 0 0.000 +0.000 0.000 2026-04-16T18:34:08.921 INFO:teuthology.orchestra.run.vm09.stdout: 2.ubuntu.pool.n .POOL. 16 p - 64 0 0.000 +0.000 0.000 2026-04-16T18:34:08.921 INFO:teuthology.orchestra.run.vm09.stdout: 3.ubuntu.pool.n .POOL. 16 p - 64 0 0.000 +0.000 0.000 2026-04-16T18:34:08.921 INFO:teuthology.orchestra.run.vm09.stdout: ntp.ubuntu.com .POOL. 16 p - 64 0 0.000 +0.000 0.000 2026-04-16T18:34:08.921 INFO:teuthology.run_tasks:Running task nvme_loop... 2026-04-16T18:34:08.924 INFO:tasks.nvme_loop:Setting up nvme_loop on scratch devices... 2026-04-16T18:34:08.924 DEBUG:teuthology.orchestra.run.vm06:> set -ex 2026-04-16T18:34:08.924 DEBUG:teuthology.orchestra.run.vm06:> dd if=/scratch_devs of=/dev/stdout 2026-04-16T18:34:08.927 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-04-16T18:34:08.927 DEBUG:teuthology.orchestra.run.vm06:> stat /dev/vg_nvme/lv_1 2026-04-16T18:34:08.973 INFO:teuthology.orchestra.run.vm06.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2026-04-16T18:34:08.973 INFO:teuthology.orchestra.run.vm06.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2026-04-16T18:34:08.973 INFO:teuthology.orchestra.run.vm06.stdout:Device: 5h/5d Inode: 771 Links: 1 2026-04-16T18:34:08.973 INFO:teuthology.orchestra.run.vm06.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2026-04-16T18:34:08.973 INFO:teuthology.orchestra.run.vm06.stdout:Access: 2026-04-16 18:33:50.450123384 +0000 2026-04-16T18:34:08.973 INFO:teuthology.orchestra.run.vm06.stdout:Modify: 2026-04-16 18:33:50.330123236 +0000 2026-04-16T18:34:08.973 INFO:teuthology.orchestra.run.vm06.stdout:Change: 2026-04-16 18:33:50.330123236 +0000 2026-04-16T18:34:08.973 INFO:teuthology.orchestra.run.vm06.stdout: Birth: - 2026-04-16T18:34:08.973 DEBUG:teuthology.orchestra.run.vm06:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2026-04-16T18:34:09.020 INFO:teuthology.orchestra.run.vm06.stderr:1+0 records in 2026-04-16T18:34:09.020 INFO:teuthology.orchestra.run.vm06.stderr:1+0 records out 2026-04-16T18:34:09.020 INFO:teuthology.orchestra.run.vm06.stderr:512 bytes copied, 0.000118072 s, 4.3 MB/s 2026-04-16T18:34:09.021 DEBUG:teuthology.orchestra.run.vm06:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2026-04-16T18:34:09.066 DEBUG:teuthology.orchestra.run.vm06:> stat /dev/vg_nvme/lv_2 2026-04-16T18:34:09.109 INFO:teuthology.orchestra.run.vm06.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2026-04-16T18:34:09.109 INFO:teuthology.orchestra.run.vm06.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2026-04-16T18:34:09.109 INFO:teuthology.orchestra.run.vm06.stdout:Device: 5h/5d Inode: 807 Links: 1 2026-04-16T18:34:09.109 INFO:teuthology.orchestra.run.vm06.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2026-04-16T18:34:09.109 INFO:teuthology.orchestra.run.vm06.stdout:Access: 2026-04-16 18:33:50.750123753 +0000 2026-04-16T18:34:09.109 INFO:teuthology.orchestra.run.vm06.stdout:Modify: 2026-04-16 18:33:50.618123591 +0000 2026-04-16T18:34:09.109 INFO:teuthology.orchestra.run.vm06.stdout:Change: 2026-04-16 18:33:50.618123591 +0000 2026-04-16T18:34:09.109 INFO:teuthology.orchestra.run.vm06.stdout: Birth: - 2026-04-16T18:34:09.109 DEBUG:teuthology.orchestra.run.vm06:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2026-04-16T18:34:09.156 INFO:teuthology.orchestra.run.vm06.stderr:1+0 records in 2026-04-16T18:34:09.156 INFO:teuthology.orchestra.run.vm06.stderr:1+0 records out 2026-04-16T18:34:09.156 INFO:teuthology.orchestra.run.vm06.stderr:512 bytes copied, 0.000128561 s, 4.0 MB/s 2026-04-16T18:34:09.157 DEBUG:teuthology.orchestra.run.vm06:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2026-04-16T18:34:09.201 DEBUG:teuthology.orchestra.run.vm06:> stat /dev/vg_nvme/lv_3 2026-04-16T18:34:09.245 INFO:teuthology.orchestra.run.vm06.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2026-04-16T18:34:09.245 INFO:teuthology.orchestra.run.vm06.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2026-04-16T18:34:09.245 INFO:teuthology.orchestra.run.vm06.stdout:Device: 5h/5d Inode: 839 Links: 1 2026-04-16T18:34:09.245 INFO:teuthology.orchestra.run.vm06.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2026-04-16T18:34:09.245 INFO:teuthology.orchestra.run.vm06.stdout:Access: 2026-04-16 18:33:51.034124103 +0000 2026-04-16T18:34:09.245 INFO:teuthology.orchestra.run.vm06.stdout:Modify: 2026-04-16 18:33:50.898123936 +0000 2026-04-16T18:34:09.245 INFO:teuthology.orchestra.run.vm06.stdout:Change: 2026-04-16 18:33:50.898123936 +0000 2026-04-16T18:34:09.245 INFO:teuthology.orchestra.run.vm06.stdout: Birth: - 2026-04-16T18:34:09.245 DEBUG:teuthology.orchestra.run.vm06:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2026-04-16T18:34:09.292 INFO:teuthology.orchestra.run.vm06.stderr:1+0 records in 2026-04-16T18:34:09.292 INFO:teuthology.orchestra.run.vm06.stderr:1+0 records out 2026-04-16T18:34:09.292 INFO:teuthology.orchestra.run.vm06.stderr:512 bytes copied, 0.000108774 s, 4.7 MB/s 2026-04-16T18:34:09.293 DEBUG:teuthology.orchestra.run.vm06:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2026-04-16T18:34:09.338 DEBUG:teuthology.orchestra.run.vm06:> stat /dev/vg_nvme/lv_4 2026-04-16T18:34:09.381 INFO:teuthology.orchestra.run.vm06.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2026-04-16T18:34:09.381 INFO:teuthology.orchestra.run.vm06.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2026-04-16T18:34:09.381 INFO:teuthology.orchestra.run.vm06.stdout:Device: 5h/5d Inode: 873 Links: 1 2026-04-16T18:34:09.381 INFO:teuthology.orchestra.run.vm06.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2026-04-16T18:34:09.381 INFO:teuthology.orchestra.run.vm06.stdout:Access: 2026-04-16 18:33:54.682128603 +0000 2026-04-16T18:34:09.381 INFO:teuthology.orchestra.run.vm06.stdout:Modify: 2026-04-16 18:33:51.186124291 +0000 2026-04-16T18:34:09.381 INFO:teuthology.orchestra.run.vm06.stdout:Change: 2026-04-16 18:33:51.186124291 +0000 2026-04-16T18:34:09.381 INFO:teuthology.orchestra.run.vm06.stdout: Birth: - 2026-04-16T18:34:09.381 DEBUG:teuthology.orchestra.run.vm06:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2026-04-16T18:34:09.429 INFO:teuthology.orchestra.run.vm06.stderr:1+0 records in 2026-04-16T18:34:09.429 INFO:teuthology.orchestra.run.vm06.stderr:1+0 records out 2026-04-16T18:34:09.429 INFO:teuthology.orchestra.run.vm06.stderr:512 bytes copied, 0.000139822 s, 3.7 MB/s 2026-04-16T18:34:09.430 DEBUG:teuthology.orchestra.run.vm06:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2026-04-16T18:34:09.474 DEBUG:teuthology.orchestra.run.vm06:> sudo apt install -y linux-modules-extra-$(uname -r) 2026-04-16T18:34:09.524 INFO:teuthology.orchestra.run.vm06.stderr: 2026-04-16T18:34:09.524 INFO:teuthology.orchestra.run.vm06.stderr:WARNING: apt does not have a stable CLI interface. Use with caution in scripts. 2026-04-16T18:34:09.524 INFO:teuthology.orchestra.run.vm06.stderr: 2026-04-16T18:34:09.549 INFO:teuthology.orchestra.run.vm06.stdout:Reading package lists... 2026-04-16T18:34:09.675 INFO:teuthology.orchestra.run.vm06.stdout:Building dependency tree... 2026-04-16T18:34:09.675 INFO:teuthology.orchestra.run.vm06.stdout:Reading state information... 2026-04-16T18:34:09.767 INFO:teuthology.orchestra.run.vm06.stdout:The following packages were automatically installed and are no longer required: 2026-04-16T18:34:09.768 INFO:teuthology.orchestra.run.vm06.stdout: kpartx libsgutils2-2 sg3-utils sg3-utils-udev 2026-04-16T18:34:09.768 INFO:teuthology.orchestra.run.vm06.stdout:Use 'sudo apt autoremove' to remove them. 2026-04-16T18:34:09.768 INFO:teuthology.orchestra.run.vm06.stdout:The following additional packages will be installed: 2026-04-16T18:34:09.768 INFO:teuthology.orchestra.run.vm06.stdout: wireless-regdb 2026-04-16T18:34:09.806 INFO:teuthology.orchestra.run.vm06.stdout:The following NEW packages will be installed: 2026-04-16T18:34:09.807 INFO:teuthology.orchestra.run.vm06.stdout: linux-modules-extra-5.15.0-171-generic wireless-regdb 2026-04-16T18:34:09.835 INFO:teuthology.orchestra.run.vm06.stdout:0 upgraded, 2 newly installed, 0 to remove and 62 not upgraded. 2026-04-16T18:34:13.268 INFO:teuthology.orchestra.run.vm06.stdout:Need to get 63.9 MB of archives. 2026-04-16T18:34:13.269 INFO:teuthology.orchestra.run.vm06.stdout:After this operation, 353 MB of additional disk space will be used. 2026-04-16T18:34:13.269 INFO:teuthology.orchestra.run.vm06.stdout:Get:1 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 wireless-regdb all 2025.10.07-0ubuntu1~22.04.1 [10.1 kB] 2026-04-16T18:34:16.477 INFO:teuthology.orchestra.run.vm06.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-extra-5.15.0-171-generic amd64 5.15.0-171.181 [63.9 MB] 2026-04-16T18:36:35.132 INFO:teuthology.orchestra.run.vm06.stderr:debconf: unable to initialize frontend: Dialog 2026-04-16T18:36:35.132 INFO:teuthology.orchestra.run.vm06.stderr:debconf: (Dialog frontend will not work on a dumb terminal, an emacs shell buffer, or without a controlling terminal.) 2026-04-16T18:36:35.132 INFO:teuthology.orchestra.run.vm06.stderr:debconf: falling back to frontend: Readline 2026-04-16T18:36:35.138 INFO:teuthology.orchestra.run.vm06.stderr:debconf: unable to initialize frontend: Readline 2026-04-16T18:36:35.138 INFO:teuthology.orchestra.run.vm06.stderr:debconf: (This frontend requires a controlling tty.) 2026-04-16T18:36:35.138 INFO:teuthology.orchestra.run.vm06.stderr:debconf: falling back to frontend: Teletype 2026-04-16T18:36:35.142 INFO:teuthology.orchestra.run.vm06.stderr:dpkg-preconfigure: unable to re-open stdin: 2026-04-16T18:36:35.190 INFO:teuthology.orchestra.run.vm06.stdout:Fetched 63.9 MB in 2min 25s (441 kB/s) 2026-04-16T18:36:35.246 INFO:teuthology.orchestra.run.vm06.stdout:Selecting previously unselected package wireless-regdb. 2026-04-16T18:36:35.288 INFO:teuthology.orchestra.run.vm06.stdout:(Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 119267 files and directories currently installed.) 2026-04-16T18:36:35.290 INFO:teuthology.orchestra.run.vm06.stdout:Preparing to unpack .../wireless-regdb_2025.10.07-0ubuntu1~22.04.1_all.deb ... 2026-04-16T18:36:35.321 INFO:teuthology.orchestra.run.vm06.stdout:Unpacking wireless-regdb (2025.10.07-0ubuntu1~22.04.1) ... 2026-04-16T18:36:35.373 INFO:teuthology.orchestra.run.vm06.stdout:Selecting previously unselected package linux-modules-extra-5.15.0-171-generic. 2026-04-16T18:36:35.379 INFO:teuthology.orchestra.run.vm06.stdout:Preparing to unpack .../linux-modules-extra-5.15.0-171-generic_5.15.0-171.181_amd64.deb ... 2026-04-16T18:36:35.380 INFO:teuthology.orchestra.run.vm06.stdout:Unpacking linux-modules-extra-5.15.0-171-generic (5.15.0-171.181) ... 2026-04-16T18:36:37.570 INFO:teuthology.orchestra.run.vm06.stdout:Setting up wireless-regdb (2025.10.07-0ubuntu1~22.04.1) ... 2026-04-16T18:36:37.574 INFO:teuthology.orchestra.run.vm06.stdout:Setting up linux-modules-extra-5.15.0-171-generic (5.15.0-171.181) ... 2026-04-16T18:36:39.179 INFO:teuthology.orchestra.run.vm06.stdout:Processing triggers for man-db (2.10.2-1) ... 2026-04-16T18:36:39.238 INFO:teuthology.orchestra.run.vm06.stdout:Processing triggers for linux-image-5.15.0-171-generic (5.15.0-171.181) ... 2026-04-16T18:36:39.244 INFO:teuthology.orchestra.run.vm06.stdout:/etc/kernel/postinst.d/initramfs-tools: 2026-04-16T18:36:39.244 INFO:teuthology.orchestra.run.vm06.stdout:update-initramfs: Generating /boot/initrd.img-5.15.0-171-generic 2026-04-16T18:36:49.379 INFO:teuthology.orchestra.run.vm06.stdout:/etc/kernel/postinst.d/zz-update-grub: 2026-04-16T18:36:49.379 INFO:teuthology.orchestra.run.vm06.stdout:Sourcing file `/etc/default/grub' 2026-04-16T18:36:49.401 INFO:teuthology.orchestra.run.vm06.stdout:Sourcing file `/etc/default/grub.d/50-cloudimg-settings.cfg' 2026-04-16T18:36:49.402 INFO:teuthology.orchestra.run.vm06.stdout:Sourcing file `/etc/default/grub.d/init-select.cfg' 2026-04-16T18:36:49.403 INFO:teuthology.orchestra.run.vm06.stdout:Generating grub configuration file ... 2026-04-16T18:36:49.499 INFO:teuthology.orchestra.run.vm06.stdout:Found linux image: /boot/vmlinuz-5.15.0-171-generic 2026-04-16T18:36:49.506 INFO:teuthology.orchestra.run.vm06.stdout:Found initrd image: /boot/initrd.img-5.15.0-171-generic 2026-04-16T18:36:49.753 INFO:teuthology.orchestra.run.vm06.stdout:Warning: os-prober will not be executed to detect other bootable partitions. 2026-04-16T18:36:49.753 INFO:teuthology.orchestra.run.vm06.stdout:Systems on them will not be added to the GRUB boot configuration. 2026-04-16T18:36:49.754 INFO:teuthology.orchestra.run.vm06.stdout:Check GRUB_DISABLE_OS_PROBER documentation entry. 2026-04-16T18:36:49.762 INFO:teuthology.orchestra.run.vm06.stdout:done 2026-04-16T18:36:50.028 INFO:teuthology.orchestra.run.vm06.stdout: 2026-04-16T18:36:50.028 INFO:teuthology.orchestra.run.vm06.stdout:Running kernel seems to be up-to-date. 2026-04-16T18:36:50.028 INFO:teuthology.orchestra.run.vm06.stdout: 2026-04-16T18:36:50.028 INFO:teuthology.orchestra.run.vm06.stdout:Services to be restarted: 2026-04-16T18:36:50.031 INFO:teuthology.orchestra.run.vm06.stdout: systemctl restart apache-htcacheclean.service 2026-04-16T18:36:50.038 INFO:teuthology.orchestra.run.vm06.stdout: systemctl restart rsyslog.service 2026-04-16T18:36:50.041 INFO:teuthology.orchestra.run.vm06.stdout: 2026-04-16T18:36:50.041 INFO:teuthology.orchestra.run.vm06.stdout:Service restarts being deferred: 2026-04-16T18:36:50.041 INFO:teuthology.orchestra.run.vm06.stdout: systemctl restart networkd-dispatcher.service 2026-04-16T18:36:50.042 INFO:teuthology.orchestra.run.vm06.stdout: systemctl restart unattended-upgrades.service 2026-04-16T18:36:50.042 INFO:teuthology.orchestra.run.vm06.stdout: 2026-04-16T18:36:50.042 INFO:teuthology.orchestra.run.vm06.stdout:No containers need to be restarted. 2026-04-16T18:36:50.042 INFO:teuthology.orchestra.run.vm06.stdout: 2026-04-16T18:36:50.042 INFO:teuthology.orchestra.run.vm06.stdout:No user sessions are running outdated binaries. 2026-04-16T18:36:50.042 INFO:teuthology.orchestra.run.vm06.stdout: 2026-04-16T18:36:50.042 INFO:teuthology.orchestra.run.vm06.stdout:No VM guests are running outdated hypervisor (qemu) binaries on this host. 2026-04-16T18:36:51.183 DEBUG:teuthology.orchestra.run.vm06:> sudo apt install -y nvme-cli 2026-04-16T18:36:51.235 INFO:teuthology.orchestra.run.vm06.stderr: 2026-04-16T18:36:51.235 INFO:teuthology.orchestra.run.vm06.stderr:WARNING: apt does not have a stable CLI interface. Use with caution in scripts. 2026-04-16T18:36:51.235 INFO:teuthology.orchestra.run.vm06.stderr: 2026-04-16T18:36:51.265 INFO:teuthology.orchestra.run.vm06.stdout:Reading package lists... 2026-04-16T18:36:51.448 INFO:teuthology.orchestra.run.vm06.stdout:Building dependency tree... 2026-04-16T18:36:51.449 INFO:teuthology.orchestra.run.vm06.stdout:Reading state information... 2026-04-16T18:36:51.620 INFO:teuthology.orchestra.run.vm06.stdout:The following packages were automatically installed and are no longer required: 2026-04-16T18:36:51.620 INFO:teuthology.orchestra.run.vm06.stdout: kpartx libsgutils2-2 sg3-utils sg3-utils-udev 2026-04-16T18:36:51.620 INFO:teuthology.orchestra.run.vm06.stdout:Use 'sudo apt autoremove' to remove them. 2026-04-16T18:36:51.665 INFO:teuthology.orchestra.run.vm06.stdout:The following NEW packages will be installed: 2026-04-16T18:36:51.665 INFO:teuthology.orchestra.run.vm06.stdout: nvme-cli 2026-04-16T18:36:51.698 INFO:teuthology.orchestra.run.vm06.stdout:0 upgraded, 1 newly installed, 0 to remove and 62 not upgraded. 2026-04-16T18:36:51.753 INFO:teuthology.orchestra.run.vm06.stdout:Need to get 474 kB of archives. 2026-04-16T18:36:51.753 INFO:teuthology.orchestra.run.vm06.stdout:After this operation, 1136 kB of additional disk space will be used. 2026-04-16T18:36:51.753 INFO:teuthology.orchestra.run.vm06.stdout:Get:1 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 nvme-cli amd64 1.16-3ubuntu0.3 [474 kB] 2026-04-16T18:36:51.936 INFO:teuthology.orchestra.run.vm06.stderr:debconf: unable to initialize frontend: Dialog 2026-04-16T18:36:51.936 INFO:teuthology.orchestra.run.vm06.stderr:debconf: (Dialog frontend will not work on a dumb terminal, an emacs shell buffer, or without a controlling terminal.) 2026-04-16T18:36:51.936 INFO:teuthology.orchestra.run.vm06.stderr:debconf: falling back to frontend: Readline 2026-04-16T18:36:51.941 INFO:teuthology.orchestra.run.vm06.stderr:debconf: unable to initialize frontend: Readline 2026-04-16T18:36:51.942 INFO:teuthology.orchestra.run.vm06.stderr:debconf: (This frontend requires a controlling tty.) 2026-04-16T18:36:51.942 INFO:teuthology.orchestra.run.vm06.stderr:debconf: falling back to frontend: Teletype 2026-04-16T18:36:51.946 INFO:teuthology.orchestra.run.vm06.stderr:dpkg-preconfigure: unable to re-open stdin: 2026-04-16T18:36:51.989 INFO:teuthology.orchestra.run.vm06.stdout:Fetched 474 kB in 0s (7088 kB/s) 2026-04-16T18:36:52.008 INFO:teuthology.orchestra.run.vm06.stdout:Selecting previously unselected package nvme-cli. 2026-04-16T18:36:52.039 INFO:teuthology.orchestra.run.vm06.stdout:(Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 125173 files and directories currently installed.) 2026-04-16T18:36:52.041 INFO:teuthology.orchestra.run.vm06.stdout:Preparing to unpack .../nvme-cli_1.16-3ubuntu0.3_amd64.deb ... 2026-04-16T18:36:52.042 INFO:teuthology.orchestra.run.vm06.stdout:Unpacking nvme-cli (1.16-3ubuntu0.3) ... 2026-04-16T18:36:52.105 INFO:teuthology.orchestra.run.vm06.stdout:Setting up nvme-cli (1.16-3ubuntu0.3) ... 2026-04-16T18:36:52.179 INFO:teuthology.orchestra.run.vm06.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmefc-boot-connections.service → /lib/systemd/system/nvmefc-boot-connections.service. 2026-04-16T18:36:52.444 INFO:teuthology.orchestra.run.vm06.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmf-autoconnect.service → /lib/systemd/system/nvmf-autoconnect.service. 2026-04-16T18:36:52.829 INFO:teuthology.orchestra.run.vm06.stdout:nvmf-connect.target is a disabled or a static unit, not starting it. 2026-04-16T18:36:52.852 INFO:teuthology.orchestra.run.vm06.stdout:Processing triggers for man-db (2.10.2-1) ... 2026-04-16T18:36:53.174 INFO:teuthology.orchestra.run.vm06.stdout: 2026-04-16T18:36:53.174 INFO:teuthology.orchestra.run.vm06.stdout:Running kernel seems to be up-to-date. 2026-04-16T18:36:53.174 INFO:teuthology.orchestra.run.vm06.stdout: 2026-04-16T18:36:53.174 INFO:teuthology.orchestra.run.vm06.stdout:Services to be restarted: 2026-04-16T18:36:53.177 INFO:teuthology.orchestra.run.vm06.stdout: systemctl restart apache-htcacheclean.service 2026-04-16T18:36:53.183 INFO:teuthology.orchestra.run.vm06.stdout: systemctl restart rsyslog.service 2026-04-16T18:36:53.186 INFO:teuthology.orchestra.run.vm06.stdout: 2026-04-16T18:36:53.186 INFO:teuthology.orchestra.run.vm06.stdout:Service restarts being deferred: 2026-04-16T18:36:53.186 INFO:teuthology.orchestra.run.vm06.stdout: systemctl restart networkd-dispatcher.service 2026-04-16T18:36:53.186 INFO:teuthology.orchestra.run.vm06.stdout: systemctl restart unattended-upgrades.service 2026-04-16T18:36:53.186 INFO:teuthology.orchestra.run.vm06.stdout: 2026-04-16T18:36:53.186 INFO:teuthology.orchestra.run.vm06.stdout:No containers need to be restarted. 2026-04-16T18:36:53.186 INFO:teuthology.orchestra.run.vm06.stdout: 2026-04-16T18:36:53.186 INFO:teuthology.orchestra.run.vm06.stdout:No user sessions are running outdated binaries. 2026-04-16T18:36:53.186 INFO:teuthology.orchestra.run.vm06.stdout: 2026-04-16T18:36:53.186 INFO:teuthology.orchestra.run.vm06.stdout:No VM guests are running outdated hypervisor (qemu) binaries on this host. 2026-04-16T18:36:54.505 DEBUG:teuthology.orchestra.run.vm06:> 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-04-16T18:36:54.575 INFO:teuthology.orchestra.run.vm06.stdout:loop 2026-04-16T18:36:54.576 INFO:tasks.nvme_loop:Connecting nvme_loop vm06:/dev/vg_nvme/lv_1... 2026-04-16T18:36:54.576 DEBUG:teuthology.orchestra.run.vm06:> 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-04-16T18:36:54.636 INFO:teuthology.orchestra.run.vm06.stdout:1 2026-04-16T18:36:54.651 INFO:teuthology.orchestra.run.vm06.stdout:/dev/vg_nvme/lv_11 2026-04-16T18:36:54.666 INFO:tasks.nvme_loop:Connecting nvme_loop vm06:/dev/vg_nvme/lv_2... 2026-04-16T18:36:54.666 DEBUG:teuthology.orchestra.run.vm06:> 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-04-16T18:36:54.721 INFO:teuthology.orchestra.run.vm06.stdout:1 2026-04-16T18:36:54.736 INFO:teuthology.orchestra.run.vm06.stdout:/dev/vg_nvme/lv_21 2026-04-16T18:36:54.751 INFO:tasks.nvme_loop:Connecting nvme_loop vm06:/dev/vg_nvme/lv_3... 2026-04-16T18:36:54.751 DEBUG:teuthology.orchestra.run.vm06:> 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-04-16T18:36:54.805 INFO:teuthology.orchestra.run.vm06.stdout:1 2026-04-16T18:36:54.819 INFO:teuthology.orchestra.run.vm06.stdout:/dev/vg_nvme/lv_31 2026-04-16T18:36:54.831 INFO:tasks.nvme_loop:Connecting nvme_loop vm06:/dev/vg_nvme/lv_4... 2026-04-16T18:36:54.831 DEBUG:teuthology.orchestra.run.vm06:> 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-04-16T18:36:54.888 INFO:teuthology.orchestra.run.vm06.stdout:1 2026-04-16T18:36:54.905 INFO:teuthology.orchestra.run.vm06.stdout:/dev/vg_nvme/lv_41 2026-04-16T18:36:54.921 DEBUG:teuthology.orchestra.run.vm06:> lsblk 2026-04-16T18:36:54.969 INFO:teuthology.orchestra.run.vm06.stdout:NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINTS 2026-04-16T18:36:54.969 INFO:teuthology.orchestra.run.vm06.stdout:loop0 7:0 0 63.8M 1 loop /snap/core20/2717 2026-04-16T18:36:54.969 INFO:teuthology.orchestra.run.vm06.stdout:loop1 7:1 0 91.6M 1 loop /snap/lxd/37982 2026-04-16T18:36:54.969 INFO:teuthology.orchestra.run.vm06.stdout:loop2 7:2 0 48.1M 1 loop /snap/snapd/25935 2026-04-16T18:36:54.969 INFO:teuthology.orchestra.run.vm06.stdout:sr0 11:0 1 366K 0 rom 2026-04-16T18:36:54.969 INFO:teuthology.orchestra.run.vm06.stdout:vda 252:0 0 40G 0 disk 2026-04-16T18:36:54.969 INFO:teuthology.orchestra.run.vm06.stdout:├─vda1 252:1 0 39.9G 0 part / 2026-04-16T18:36:54.969 INFO:teuthology.orchestra.run.vm06.stdout:├─vda14 252:14 0 4M 0 part 2026-04-16T18:36:54.969 INFO:teuthology.orchestra.run.vm06.stdout:└─vda15 252:15 0 106M 0 part /boot/efi 2026-04-16T18:36:54.969 INFO:teuthology.orchestra.run.vm06.stdout:vdb 252:16 0 20G 0 disk 2026-04-16T18:36:54.969 INFO:teuthology.orchestra.run.vm06.stdout:└─vg_nvme-lv_1 253:0 0 20G 0 lvm 2026-04-16T18:36:54.969 INFO:teuthology.orchestra.run.vm06.stdout:vdc 252:32 0 20G 0 disk 2026-04-16T18:36:54.969 INFO:teuthology.orchestra.run.vm06.stdout:└─vg_nvme-lv_2 253:1 0 20G 0 lvm 2026-04-16T18:36:54.969 INFO:teuthology.orchestra.run.vm06.stdout:vdd 252:48 0 20G 0 disk 2026-04-16T18:36:54.969 INFO:teuthology.orchestra.run.vm06.stdout:└─vg_nvme-lv_3 253:2 0 20G 0 lvm 2026-04-16T18:36:54.969 INFO:teuthology.orchestra.run.vm06.stdout:vde 252:64 0 20G 0 disk 2026-04-16T18:36:54.969 INFO:teuthology.orchestra.run.vm06.stdout:└─vg_nvme-lv_4 253:3 0 20G 0 lvm 2026-04-16T18:36:54.969 INFO:teuthology.orchestra.run.vm06.stdout:nvme0n1 259:1 0 20G 0 disk 2026-04-16T18:36:54.969 INFO:teuthology.orchestra.run.vm06.stdout:nvme1n1 259:3 0 20G 0 disk 2026-04-16T18:36:54.969 INFO:teuthology.orchestra.run.vm06.stdout:nvme2n1 259:5 0 20G 0 disk 2026-04-16T18:36:54.969 INFO:teuthology.orchestra.run.vm06.stdout:nvme3n1 259:7 0 20G 0 disk 2026-04-16T18:36:54.970 DEBUG:teuthology.orchestra.run.vm06:> sudo nvme list -o json 2026-04-16T18:36:55.019 INFO:teuthology.orchestra.run.vm06.stdout:{ 2026-04-16T18:36:55.019 INFO:teuthology.orchestra.run.vm06.stdout: "Devices" : [ 2026-04-16T18:36:55.019 INFO:teuthology.orchestra.run.vm06.stdout: { 2026-04-16T18:36:55.019 INFO:teuthology.orchestra.run.vm06.stdout: "NameSpace" : 1, 2026-04-16T18:36:55.019 INFO:teuthology.orchestra.run.vm06.stdout: "DevicePath" : "/dev/nvme0n1", 2026-04-16T18:36:55.019 INFO:teuthology.orchestra.run.vm06.stdout: "Firmware" : "5.15.0-1", 2026-04-16T18:36:55.019 INFO:teuthology.orchestra.run.vm06.stdout: "Index" : 0, 2026-04-16T18:36:55.019 INFO:teuthology.orchestra.run.vm06.stdout: "ModelNumber" : "Linux", 2026-04-16T18:36:55.019 INFO:teuthology.orchestra.run.vm06.stdout: "SerialNumber" : "9fdcdc5528f31119ddcd", 2026-04-16T18:36:55.019 INFO:teuthology.orchestra.run.vm06.stdout: "UsedBytes" : 21470642176, 2026-04-16T18:36:55.019 INFO:teuthology.orchestra.run.vm06.stdout: "MaximumLBA" : 41934848, 2026-04-16T18:36:55.019 INFO:teuthology.orchestra.run.vm06.stdout: "PhysicalSize" : 21470642176, 2026-04-16T18:36:55.019 INFO:teuthology.orchestra.run.vm06.stdout: "SectorSize" : 512 2026-04-16T18:36:55.019 INFO:teuthology.orchestra.run.vm06.stdout: }, 2026-04-16T18:36:55.019 INFO:teuthology.orchestra.run.vm06.stdout: { 2026-04-16T18:36:55.019 INFO:teuthology.orchestra.run.vm06.stdout: "NameSpace" : 1, 2026-04-16T18:36:55.019 INFO:teuthology.orchestra.run.vm06.stdout: "DevicePath" : "/dev/nvme1n1", 2026-04-16T18:36:55.020 INFO:teuthology.orchestra.run.vm06.stdout: "Firmware" : "5.15.0-1", 2026-04-16T18:36:55.020 INFO:teuthology.orchestra.run.vm06.stdout: "Index" : 1, 2026-04-16T18:36:55.020 INFO:teuthology.orchestra.run.vm06.stdout: "ModelNumber" : "Linux", 2026-04-16T18:36:55.020 INFO:teuthology.orchestra.run.vm06.stdout: "SerialNumber" : "8e01ce1241a0ee3f43b3", 2026-04-16T18:36:55.020 INFO:teuthology.orchestra.run.vm06.stdout: "UsedBytes" : 21470642176, 2026-04-16T18:36:55.020 INFO:teuthology.orchestra.run.vm06.stdout: "MaximumLBA" : 41934848, 2026-04-16T18:36:55.020 INFO:teuthology.orchestra.run.vm06.stdout: "PhysicalSize" : 21470642176, 2026-04-16T18:36:55.020 INFO:teuthology.orchestra.run.vm06.stdout: "SectorSize" : 512 2026-04-16T18:36:55.020 INFO:teuthology.orchestra.run.vm06.stdout: }, 2026-04-16T18:36:55.020 INFO:teuthology.orchestra.run.vm06.stdout: { 2026-04-16T18:36:55.020 INFO:teuthology.orchestra.run.vm06.stdout: "NameSpace" : 1, 2026-04-16T18:36:55.020 INFO:teuthology.orchestra.run.vm06.stdout: "DevicePath" : "/dev/nvme2n1", 2026-04-16T18:36:55.020 INFO:teuthology.orchestra.run.vm06.stdout: "Firmware" : "5.15.0-1", 2026-04-16T18:36:55.020 INFO:teuthology.orchestra.run.vm06.stdout: "Index" : 2, 2026-04-16T18:36:55.020 INFO:teuthology.orchestra.run.vm06.stdout: "ModelNumber" : "Linux", 2026-04-16T18:36:55.020 INFO:teuthology.orchestra.run.vm06.stdout: "SerialNumber" : "6a6554928f8b4ef700a5", 2026-04-16T18:36:55.020 INFO:teuthology.orchestra.run.vm06.stdout: "UsedBytes" : 21470642176, 2026-04-16T18:36:55.020 INFO:teuthology.orchestra.run.vm06.stdout: "MaximumLBA" : 41934848, 2026-04-16T18:36:55.020 INFO:teuthology.orchestra.run.vm06.stdout: "PhysicalSize" : 21470642176, 2026-04-16T18:36:55.020 INFO:teuthology.orchestra.run.vm06.stdout: "SectorSize" : 512 2026-04-16T18:36:55.020 INFO:teuthology.orchestra.run.vm06.stdout: }, 2026-04-16T18:36:55.020 INFO:teuthology.orchestra.run.vm06.stdout: { 2026-04-16T18:36:55.020 INFO:teuthology.orchestra.run.vm06.stdout: "NameSpace" : 1, 2026-04-16T18:36:55.020 INFO:teuthology.orchestra.run.vm06.stdout: "DevicePath" : "/dev/nvme3n1", 2026-04-16T18:36:55.020 INFO:teuthology.orchestra.run.vm06.stdout: "Firmware" : "5.15.0-1", 2026-04-16T18:36:55.020 INFO:teuthology.orchestra.run.vm06.stdout: "Index" : 3, 2026-04-16T18:36:55.020 INFO:teuthology.orchestra.run.vm06.stdout: "ModelNumber" : "Linux", 2026-04-16T18:36:55.020 INFO:teuthology.orchestra.run.vm06.stdout: "SerialNumber" : "552c2e2d7ba71c8c775e", 2026-04-16T18:36:55.020 INFO:teuthology.orchestra.run.vm06.stdout: "UsedBytes" : 21470642176, 2026-04-16T18:36:55.020 INFO:teuthology.orchestra.run.vm06.stdout: "MaximumLBA" : 41934848, 2026-04-16T18:36:55.020 INFO:teuthology.orchestra.run.vm06.stdout: "PhysicalSize" : 21470642176, 2026-04-16T18:36:55.020 INFO:teuthology.orchestra.run.vm06.stdout: "SectorSize" : 512 2026-04-16T18:36:55.020 INFO:teuthology.orchestra.run.vm06.stdout: } 2026-04-16T18:36:55.020 INFO:teuthology.orchestra.run.vm06.stdout: ] 2026-04-16T18:36:55.020 INFO:teuthology.orchestra.run.vm06.stdout:} 2026-04-16T18:36:55.020 DEBUG:teuthology.orchestra.run.vm06:> sudo dd if=/dev/zero of=/dev/nvme0n1 seek=0 bs=1 count=4096 2026-04-16T18:36:55.075 INFO:teuthology.orchestra.run.vm06.stderr:4096+0 records in 2026-04-16T18:36:55.075 INFO:teuthology.orchestra.run.vm06.stderr:4096+0 records out 2026-04-16T18:36:55.075 INFO:teuthology.orchestra.run.vm06.stderr:4096 bytes (4.1 kB, 4.0 KiB) copied, 0.00512887 s, 799 kB/s 2026-04-16T18:36:55.077 DEBUG:teuthology.orchestra.run.vm06:> sudo hexdump -n22 -C -s0 /dev/nvme0n1 2026-04-16T18:36:55.127 INFO:teuthology.orchestra.run.vm06.stdout:00000000 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| 2026-04-16T18:36:55.127 INFO:teuthology.orchestra.run.vm06.stdout:00000010 00 00 00 00 00 00 |......| 2026-04-16T18:36:55.127 INFO:teuthology.orchestra.run.vm06.stdout:00000016 2026-04-16T18:36:55.128 DEBUG:teuthology.orchestra.run.vm06:> sudo dd if=/dev/zero of=/dev/nvme0n1 seek=1073741824 bs=1 count=4096 2026-04-16T18:36:55.184 INFO:teuthology.orchestra.run.vm06.stderr:4096+0 records in 2026-04-16T18:36:55.184 INFO:teuthology.orchestra.run.vm06.stderr:4096+0 records out 2026-04-16T18:36:55.184 INFO:teuthology.orchestra.run.vm06.stderr:4096 bytes (4.1 kB, 4.0 KiB) copied, 0.00455654 s, 899 kB/s 2026-04-16T18:36:55.186 DEBUG:teuthology.orchestra.run.vm06:> sudo hexdump -n22 -C -s1073741824 /dev/nvme0n1 2026-04-16T18:36:55.236 INFO:teuthology.orchestra.run.vm06.stdout:40000000 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| 2026-04-16T18:36:55.236 INFO:teuthology.orchestra.run.vm06.stdout:40000010 00 00 00 00 00 00 |......| 2026-04-16T18:36:55.236 INFO:teuthology.orchestra.run.vm06.stdout:40000016 2026-04-16T18:36:55.237 DEBUG:teuthology.orchestra.run.vm06:> sudo dd if=/dev/zero of=/dev/nvme0n1 seek=10737418240 bs=1 count=4096 2026-04-16T18:36:55.290 INFO:teuthology.orchestra.run.vm06.stderr:4096+0 records in 2026-04-16T18:36:55.290 INFO:teuthology.orchestra.run.vm06.stderr:4096+0 records out 2026-04-16T18:36:55.290 INFO:teuthology.orchestra.run.vm06.stderr:4096 bytes (4.1 kB, 4.0 KiB) copied, 0.00384025 s, 1.1 MB/s 2026-04-16T18:36:55.291 DEBUG:teuthology.orchestra.run.vm06:> sudo hexdump -n22 -C -s10737418240 /dev/nvme0n1 2026-04-16T18:36:55.338 INFO:teuthology.orchestra.run.vm06.stdout:280000000 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| 2026-04-16T18:36:55.338 INFO:teuthology.orchestra.run.vm06.stdout:280000010 00 00 00 00 00 00 |......| 2026-04-16T18:36:55.338 INFO:teuthology.orchestra.run.vm06.stdout:280000016 2026-04-16T18:36:55.339 DEBUG:teuthology.orchestra.run.vm06:> sudo dd if=/dev/zero of=/dev/nvme1n1 seek=0 bs=1 count=4096 2026-04-16T18:36:55.390 INFO:teuthology.orchestra.run.vm06.stderr:4096+0 records in 2026-04-16T18:36:55.390 INFO:teuthology.orchestra.run.vm06.stderr:4096+0 records out 2026-04-16T18:36:55.390 INFO:teuthology.orchestra.run.vm06.stderr:4096 bytes (4.1 kB, 4.0 KiB) copied, 0.00404135 s, 1.0 MB/s 2026-04-16T18:36:55.391 DEBUG:teuthology.orchestra.run.vm06:> sudo hexdump -n22 -C -s0 /dev/nvme1n1 2026-04-16T18:36:55.439 INFO:teuthology.orchestra.run.vm06.stdout:00000000 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| 2026-04-16T18:36:55.439 INFO:teuthology.orchestra.run.vm06.stdout:00000010 00 00 00 00 00 00 |......| 2026-04-16T18:36:55.439 INFO:teuthology.orchestra.run.vm06.stdout:00000016 2026-04-16T18:36:55.440 DEBUG:teuthology.orchestra.run.vm06:> sudo dd if=/dev/zero of=/dev/nvme1n1 seek=1073741824 bs=1 count=4096 2026-04-16T18:36:55.494 INFO:teuthology.orchestra.run.vm06.stderr:4096+0 records in 2026-04-16T18:36:55.494 INFO:teuthology.orchestra.run.vm06.stderr:4096+0 records out 2026-04-16T18:36:55.494 INFO:teuthology.orchestra.run.vm06.stderr:4096 bytes (4.1 kB, 4.0 KiB) copied, 0.00378917 s, 1.1 MB/s 2026-04-16T18:36:55.496 DEBUG:teuthology.orchestra.run.vm06:> sudo hexdump -n22 -C -s1073741824 /dev/nvme1n1 2026-04-16T18:36:55.546 INFO:teuthology.orchestra.run.vm06.stdout:40000000 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| 2026-04-16T18:36:55.546 INFO:teuthology.orchestra.run.vm06.stdout:40000010 00 00 00 00 00 00 |......| 2026-04-16T18:36:55.546 INFO:teuthology.orchestra.run.vm06.stdout:40000016 2026-04-16T18:36:55.547 DEBUG:teuthology.orchestra.run.vm06:> sudo dd if=/dev/zero of=/dev/nvme1n1 seek=10737418240 bs=1 count=4096 2026-04-16T18:36:55.598 INFO:teuthology.orchestra.run.vm06.stderr:4096+0 records in 2026-04-16T18:36:55.598 INFO:teuthology.orchestra.run.vm06.stderr:4096+0 records out 2026-04-16T18:36:55.598 INFO:teuthology.orchestra.run.vm06.stderr:4096 bytes (4.1 kB, 4.0 KiB) copied, 0.00414122 s, 989 kB/s 2026-04-16T18:36:55.600 DEBUG:teuthology.orchestra.run.vm06:> sudo hexdump -n22 -C -s10737418240 /dev/nvme1n1 2026-04-16T18:36:55.651 INFO:teuthology.orchestra.run.vm06.stdout:280000000 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| 2026-04-16T18:36:55.651 INFO:teuthology.orchestra.run.vm06.stdout:280000010 00 00 00 00 00 00 |......| 2026-04-16T18:36:55.651 INFO:teuthology.orchestra.run.vm06.stdout:280000016 2026-04-16T18:36:55.652 DEBUG:teuthology.orchestra.run.vm06:> sudo dd if=/dev/zero of=/dev/nvme2n1 seek=0 bs=1 count=4096 2026-04-16T18:36:55.706 INFO:teuthology.orchestra.run.vm06.stderr:4096+0 records in 2026-04-16T18:36:55.707 INFO:teuthology.orchestra.run.vm06.stderr:4096+0 records out 2026-04-16T18:36:55.707 INFO:teuthology.orchestra.run.vm06.stderr:4096 bytes (4.1 kB, 4.0 KiB) copied, 0.00391704 s, 1.0 MB/s 2026-04-16T18:36:55.707 DEBUG:teuthology.orchestra.run.vm06:> sudo hexdump -n22 -C -s0 /dev/nvme2n1 2026-04-16T18:36:55.755 INFO:teuthology.orchestra.run.vm06.stdout:00000000 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| 2026-04-16T18:36:55.755 INFO:teuthology.orchestra.run.vm06.stdout:00000010 00 00 00 00 00 00 |......| 2026-04-16T18:36:55.755 INFO:teuthology.orchestra.run.vm06.stdout:00000016 2026-04-16T18:36:55.755 DEBUG:teuthology.orchestra.run.vm06:> sudo dd if=/dev/zero of=/dev/nvme2n1 seek=1073741824 bs=1 count=4096 2026-04-16T18:36:55.807 INFO:teuthology.orchestra.run.vm06.stderr:4096+0 records in 2026-04-16T18:36:55.807 INFO:teuthology.orchestra.run.vm06.stderr:4096+0 records out 2026-04-16T18:36:55.807 INFO:teuthology.orchestra.run.vm06.stderr:4096 bytes (4.1 kB, 4.0 KiB) copied, 0.0038191 s, 1.1 MB/s 2026-04-16T18:36:55.808 DEBUG:teuthology.orchestra.run.vm06:> sudo hexdump -n22 -C -s1073741824 /dev/nvme2n1 2026-04-16T18:36:55.863 INFO:teuthology.orchestra.run.vm06.stdout:40000000 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| 2026-04-16T18:36:55.863 INFO:teuthology.orchestra.run.vm06.stdout:40000010 00 00 00 00 00 00 |......| 2026-04-16T18:36:55.863 INFO:teuthology.orchestra.run.vm06.stdout:40000016 2026-04-16T18:36:55.863 DEBUG:teuthology.orchestra.run.vm06:> sudo dd if=/dev/zero of=/dev/nvme2n1 seek=10737418240 bs=1 count=4096 2026-04-16T18:36:55.915 INFO:teuthology.orchestra.run.vm06.stderr:4096+0 records in 2026-04-16T18:36:55.915 INFO:teuthology.orchestra.run.vm06.stderr:4096+0 records out 2026-04-16T18:36:55.915 INFO:teuthology.orchestra.run.vm06.stderr:4096 bytes (4.1 kB, 4.0 KiB) copied, 0.00471436 s, 869 kB/s 2026-04-16T18:36:55.916 DEBUG:teuthology.orchestra.run.vm06:> sudo hexdump -n22 -C -s10737418240 /dev/nvme2n1 2026-04-16T18:36:55.966 INFO:teuthology.orchestra.run.vm06.stdout:280000000 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| 2026-04-16T18:36:55.966 INFO:teuthology.orchestra.run.vm06.stdout:280000010 00 00 00 00 00 00 |......| 2026-04-16T18:36:55.966 INFO:teuthology.orchestra.run.vm06.stdout:280000016 2026-04-16T18:36:55.967 DEBUG:teuthology.orchestra.run.vm06:> sudo dd if=/dev/zero of=/dev/nvme3n1 seek=0 bs=1 count=4096 2026-04-16T18:36:56.018 INFO:teuthology.orchestra.run.vm06.stderr:4096+0 records in 2026-04-16T18:36:56.019 INFO:teuthology.orchestra.run.vm06.stderr:4096+0 records out 2026-04-16T18:36:56.019 INFO:teuthology.orchestra.run.vm06.stderr:4096 bytes (4.1 kB, 4.0 KiB) copied, 0.00409465 s, 1.0 MB/s 2026-04-16T18:36:56.019 DEBUG:teuthology.orchestra.run.vm06:> sudo hexdump -n22 -C -s0 /dev/nvme3n1 2026-04-16T18:36:56.071 INFO:teuthology.orchestra.run.vm06.stdout:00000000 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| 2026-04-16T18:36:56.071 INFO:teuthology.orchestra.run.vm06.stdout:00000010 00 00 00 00 00 00 |......| 2026-04-16T18:36:56.071 INFO:teuthology.orchestra.run.vm06.stdout:00000016 2026-04-16T18:36:56.072 DEBUG:teuthology.orchestra.run.vm06:> sudo dd if=/dev/zero of=/dev/nvme3n1 seek=1073741824 bs=1 count=4096 2026-04-16T18:36:56.127 INFO:teuthology.orchestra.run.vm06.stderr:4096+0 records in 2026-04-16T18:36:56.128 INFO:teuthology.orchestra.run.vm06.stderr:4096+0 records out 2026-04-16T18:36:56.128 INFO:teuthology.orchestra.run.vm06.stderr:4096 bytes (4.1 kB, 4.0 KiB) copied, 0.00456639 s, 897 kB/s 2026-04-16T18:36:56.128 DEBUG:teuthology.orchestra.run.vm06:> sudo hexdump -n22 -C -s1073741824 /dev/nvme3n1 2026-04-16T18:36:56.179 INFO:teuthology.orchestra.run.vm06.stdout:40000000 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| 2026-04-16T18:36:56.179 INFO:teuthology.orchestra.run.vm06.stdout:40000010 00 00 00 00 00 00 |......| 2026-04-16T18:36:56.179 INFO:teuthology.orchestra.run.vm06.stdout:40000016 2026-04-16T18:36:56.180 DEBUG:teuthology.orchestra.run.vm06:> sudo dd if=/dev/zero of=/dev/nvme3n1 seek=10737418240 bs=1 count=4096 2026-04-16T18:36:56.237 INFO:teuthology.orchestra.run.vm06.stderr:4096+0 records in 2026-04-16T18:36:56.237 INFO:teuthology.orchestra.run.vm06.stderr:4096+0 records out 2026-04-16T18:36:56.237 INFO:teuthology.orchestra.run.vm06.stderr:4096 bytes (4.1 kB, 4.0 KiB) copied, 0.00480441 s, 853 kB/s 2026-04-16T18:36:56.238 DEBUG:teuthology.orchestra.run.vm06:> sudo hexdump -n22 -C -s10737418240 /dev/nvme3n1 2026-04-16T18:36:56.286 INFO:teuthology.orchestra.run.vm06.stdout:280000000 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| 2026-04-16T18:36:56.287 INFO:teuthology.orchestra.run.vm06.stdout:280000010 00 00 00 00 00 00 |......| 2026-04-16T18:36:56.287 INFO:teuthology.orchestra.run.vm06.stdout:280000016 2026-04-16T18:36:56.287 INFO:tasks.nvme_loop:new_devs ['/dev/nvme0n1', '/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1'] 2026-04-16T18:36:56.287 DEBUG:teuthology.orchestra.run.vm06:> set -ex 2026-04-16T18:36:56.287 DEBUG:teuthology.orchestra.run.vm06:> sudo dd of=/scratch_devs 2026-04-16T18:36:56.335 DEBUG:teuthology.orchestra.run.vm09:> set -ex 2026-04-16T18:36:56.335 DEBUG:teuthology.orchestra.run.vm09:> dd if=/scratch_devs of=/dev/stdout 2026-04-16T18:36:56.339 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-04-16T18:36:56.339 DEBUG:teuthology.orchestra.run.vm09:> stat /dev/vg_nvme/lv_1 2026-04-16T18:36:56.384 INFO:teuthology.orchestra.run.vm09.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2026-04-16T18:36:56.385 INFO:teuthology.orchestra.run.vm09.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2026-04-16T18:36:56.385 INFO:teuthology.orchestra.run.vm09.stdout:Device: 5h/5d Inode: 783 Links: 1 2026-04-16T18:36:56.385 INFO:teuthology.orchestra.run.vm09.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2026-04-16T18:36:56.385 INFO:teuthology.orchestra.run.vm09.stdout:Access: 2026-04-16 18:23:01.604365135 +0000 2026-04-16T18:36:56.385 INFO:teuthology.orchestra.run.vm09.stdout:Modify: 2026-04-16 18:23:01.476365000 +0000 2026-04-16T18:36:56.385 INFO:teuthology.orchestra.run.vm09.stdout:Change: 2026-04-16 18:23:01.476365000 +0000 2026-04-16T18:36:56.385 INFO:teuthology.orchestra.run.vm09.stdout: Birth: - 2026-04-16T18:36:56.385 DEBUG:teuthology.orchestra.run.vm09:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2026-04-16T18:36:56.433 INFO:teuthology.orchestra.run.vm09.stderr:1+0 records in 2026-04-16T18:36:56.433 INFO:teuthology.orchestra.run.vm09.stderr:1+0 records out 2026-04-16T18:36:56.433 INFO:teuthology.orchestra.run.vm09.stderr:512 bytes copied, 0.000224259 s, 2.3 MB/s 2026-04-16T18:36:56.434 DEBUG:teuthology.orchestra.run.vm09:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2026-04-16T18:36:56.482 DEBUG:teuthology.orchestra.run.vm09:> stat /dev/vg_nvme/lv_2 2026-04-16T18:36:56.528 INFO:teuthology.orchestra.run.vm09.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2026-04-16T18:36:56.529 INFO:teuthology.orchestra.run.vm09.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2026-04-16T18:36:56.529 INFO:teuthology.orchestra.run.vm09.stdout:Device: 5h/5d Inode: 813 Links: 1 2026-04-16T18:36:56.529 INFO:teuthology.orchestra.run.vm09.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2026-04-16T18:36:56.529 INFO:teuthology.orchestra.run.vm09.stdout:Access: 2026-04-16 18:23:01.912365458 +0000 2026-04-16T18:36:56.529 INFO:teuthology.orchestra.run.vm09.stdout:Modify: 2026-04-16 18:23:01.784365323 +0000 2026-04-16T18:36:56.529 INFO:teuthology.orchestra.run.vm09.stdout:Change: 2026-04-16 18:23:01.784365323 +0000 2026-04-16T18:36:56.529 INFO:teuthology.orchestra.run.vm09.stdout: Birth: - 2026-04-16T18:36:56.529 DEBUG:teuthology.orchestra.run.vm09:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2026-04-16T18:36:56.577 INFO:teuthology.orchestra.run.vm09.stderr:1+0 records in 2026-04-16T18:36:56.577 INFO:teuthology.orchestra.run.vm09.stderr:1+0 records out 2026-04-16T18:36:56.577 INFO:teuthology.orchestra.run.vm09.stderr:512 bytes copied, 0.000151753 s, 3.4 MB/s 2026-04-16T18:36:56.577 DEBUG:teuthology.orchestra.run.vm09:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2026-04-16T18:36:56.625 DEBUG:teuthology.orchestra.run.vm09:> stat /dev/vg_nvme/lv_3 2026-04-16T18:36:56.672 INFO:teuthology.orchestra.run.vm09.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2026-04-16T18:36:56.672 INFO:teuthology.orchestra.run.vm09.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2026-04-16T18:36:56.672 INFO:teuthology.orchestra.run.vm09.stdout:Device: 5h/5d Inode: 845 Links: 1 2026-04-16T18:36:56.672 INFO:teuthology.orchestra.run.vm09.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2026-04-16T18:36:56.672 INFO:teuthology.orchestra.run.vm09.stdout:Access: 2026-04-16 18:23:02.200365759 +0000 2026-04-16T18:36:56.672 INFO:teuthology.orchestra.run.vm09.stdout:Modify: 2026-04-16 18:23:02.072365625 +0000 2026-04-16T18:36:56.672 INFO:teuthology.orchestra.run.vm09.stdout:Change: 2026-04-16 18:23:02.072365625 +0000 2026-04-16T18:36:56.672 INFO:teuthology.orchestra.run.vm09.stdout: Birth: - 2026-04-16T18:36:56.672 DEBUG:teuthology.orchestra.run.vm09:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2026-04-16T18:36:56.722 INFO:teuthology.orchestra.run.vm09.stderr:1+0 records in 2026-04-16T18:36:56.722 INFO:teuthology.orchestra.run.vm09.stderr:1+0 records out 2026-04-16T18:36:56.722 INFO:teuthology.orchestra.run.vm09.stderr:512 bytes copied, 0.000157263 s, 3.3 MB/s 2026-04-16T18:36:56.723 DEBUG:teuthology.orchestra.run.vm09:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2026-04-16T18:36:56.769 DEBUG:teuthology.orchestra.run.vm09:> stat /dev/vg_nvme/lv_4 2026-04-16T18:36:56.816 INFO:teuthology.orchestra.run.vm09.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2026-04-16T18:36:56.816 INFO:teuthology.orchestra.run.vm09.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2026-04-16T18:36:56.816 INFO:teuthology.orchestra.run.vm09.stdout:Device: 5h/5d Inode: 878 Links: 1 2026-04-16T18:36:56.816 INFO:teuthology.orchestra.run.vm09.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2026-04-16T18:36:56.817 INFO:teuthology.orchestra.run.vm09.stdout:Access: 2026-04-16 18:33:55.076624412 +0000 2026-04-16T18:36:56.817 INFO:teuthology.orchestra.run.vm09.stdout:Modify: 2026-04-16 18:23:02.364365930 +0000 2026-04-16T18:36:56.817 INFO:teuthology.orchestra.run.vm09.stdout:Change: 2026-04-16 18:23:02.364365930 +0000 2026-04-16T18:36:56.817 INFO:teuthology.orchestra.run.vm09.stdout: Birth: - 2026-04-16T18:36:56.817 DEBUG:teuthology.orchestra.run.vm09:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2026-04-16T18:36:56.864 INFO:teuthology.orchestra.run.vm09.stderr:1+0 records in 2026-04-16T18:36:56.865 INFO:teuthology.orchestra.run.vm09.stderr:1+0 records out 2026-04-16T18:36:56.865 INFO:teuthology.orchestra.run.vm09.stderr:512 bytes copied, 0.000145763 s, 3.5 MB/s 2026-04-16T18:36:56.865 DEBUG:teuthology.orchestra.run.vm09:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2026-04-16T18:36:56.913 DEBUG:teuthology.orchestra.run.vm09:> sudo apt install -y linux-modules-extra-$(uname -r) 2026-04-16T18:36:56.971 INFO:teuthology.orchestra.run.vm09.stderr: 2026-04-16T18:36:56.971 INFO:teuthology.orchestra.run.vm09.stderr:WARNING: apt does not have a stable CLI interface. Use with caution in scripts. 2026-04-16T18:36:56.971 INFO:teuthology.orchestra.run.vm09.stderr: 2026-04-16T18:36:56.999 INFO:teuthology.orchestra.run.vm09.stdout:Reading package lists... 2026-04-16T18:36:57.141 INFO:teuthology.orchestra.run.vm09.stdout:Building dependency tree... 2026-04-16T18:36:57.141 INFO:teuthology.orchestra.run.vm09.stdout:Reading state information... 2026-04-16T18:36:57.245 INFO:teuthology.orchestra.run.vm09.stdout:The following packages were automatically installed and are no longer required: 2026-04-16T18:36:57.245 INFO:teuthology.orchestra.run.vm09.stdout: kpartx libsgutils2-2 sg3-utils sg3-utils-udev 2026-04-16T18:36:57.245 INFO:teuthology.orchestra.run.vm09.stdout:Use 'sudo apt autoremove' to remove them. 2026-04-16T18:36:57.245 INFO:teuthology.orchestra.run.vm09.stdout:The following additional packages will be installed: 2026-04-16T18:36:57.245 INFO:teuthology.orchestra.run.vm09.stdout: wireless-regdb 2026-04-16T18:36:57.288 INFO:teuthology.orchestra.run.vm09.stdout:The following NEW packages will be installed: 2026-04-16T18:36:57.288 INFO:teuthology.orchestra.run.vm09.stdout: linux-modules-extra-5.15.0-171-generic wireless-regdb 2026-04-16T18:36:57.319 INFO:teuthology.orchestra.run.vm09.stdout:0 upgraded, 2 newly installed, 0 to remove and 62 not upgraded. 2026-04-16T18:36:57.369 INFO:teuthology.orchestra.run.vm09.stdout:Need to get 63.9 MB of archives. 2026-04-16T18:36:57.369 INFO:teuthology.orchestra.run.vm09.stdout:After this operation, 353 MB of additional disk space will be used. 2026-04-16T18:36:57.369 INFO:teuthology.orchestra.run.vm09.stdout:Get:1 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 wireless-regdb all 2025.10.07-0ubuntu1~22.04.1 [10.1 kB] 2026-04-16T18:36:57.381 INFO:teuthology.orchestra.run.vm09.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-extra-5.15.0-171-generic amd64 5.15.0-171.181 [63.9 MB] 2026-04-16T18:36:58.166 INFO:teuthology.orchestra.run.vm09.stderr:debconf: unable to initialize frontend: Dialog 2026-04-16T18:36:58.166 INFO:teuthology.orchestra.run.vm09.stderr:debconf: (Dialog frontend will not work on a dumb terminal, an emacs shell buffer, or without a controlling terminal.) 2026-04-16T18:36:58.166 INFO:teuthology.orchestra.run.vm09.stderr:debconf: falling back to frontend: Readline 2026-04-16T18:36:58.172 INFO:teuthology.orchestra.run.vm09.stderr:debconf: unable to initialize frontend: Readline 2026-04-16T18:36:58.172 INFO:teuthology.orchestra.run.vm09.stderr:debconf: (This frontend requires a controlling tty.) 2026-04-16T18:36:58.172 INFO:teuthology.orchestra.run.vm09.stderr:debconf: falling back to frontend: Teletype 2026-04-16T18:36:58.175 INFO:teuthology.orchestra.run.vm09.stderr:dpkg-preconfigure: unable to re-open stdin: 2026-04-16T18:36:58.199 INFO:teuthology.orchestra.run.vm09.stdout:Fetched 63.9 MB in 1s (92.3 MB/s) 2026-04-16T18:36:58.248 INFO:teuthology.orchestra.run.vm09.stdout:Selecting previously unselected package wireless-regdb. 2026-04-16T18:36:58.284 INFO:teuthology.orchestra.run.vm09.stdout:(Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 119267 files and directories currently installed.) 2026-04-16T18:36:58.287 INFO:teuthology.orchestra.run.vm09.stdout:Preparing to unpack .../wireless-regdb_2025.10.07-0ubuntu1~22.04.1_all.deb ... 2026-04-16T18:36:58.288 INFO:teuthology.orchestra.run.vm09.stdout:Unpacking wireless-regdb (2025.10.07-0ubuntu1~22.04.1) ... 2026-04-16T18:36:58.307 INFO:teuthology.orchestra.run.vm09.stdout:Selecting previously unselected package linux-modules-extra-5.15.0-171-generic. 2026-04-16T18:36:58.315 INFO:teuthology.orchestra.run.vm09.stdout:Preparing to unpack .../linux-modules-extra-5.15.0-171-generic_5.15.0-171.181_amd64.deb ... 2026-04-16T18:36:58.316 INFO:teuthology.orchestra.run.vm09.stdout:Unpacking linux-modules-extra-5.15.0-171-generic (5.15.0-171.181) ... 2026-04-16T18:37:00.130 INFO:teuthology.orchestra.run.vm09.stdout:Setting up wireless-regdb (2025.10.07-0ubuntu1~22.04.1) ... 2026-04-16T18:37:00.133 INFO:teuthology.orchestra.run.vm09.stdout:Setting up linux-modules-extra-5.15.0-171-generic (5.15.0-171.181) ... 2026-04-16T18:37:01.480 INFO:teuthology.orchestra.run.vm09.stdout:Processing triggers for man-db (2.10.2-1) ... 2026-04-16T18:37:01.531 INFO:teuthology.orchestra.run.vm09.stdout:Processing triggers for linux-image-5.15.0-171-generic (5.15.0-171.181) ... 2026-04-16T18:37:01.537 INFO:teuthology.orchestra.run.vm09.stdout:/etc/kernel/postinst.d/initramfs-tools: 2026-04-16T18:37:01.537 INFO:teuthology.orchestra.run.vm09.stdout:update-initramfs: Generating /boot/initrd.img-5.15.0-171-generic 2026-04-16T18:37:10.958 INFO:teuthology.orchestra.run.vm09.stdout:/etc/kernel/postinst.d/zz-update-grub: 2026-04-16T18:37:10.958 INFO:teuthology.orchestra.run.vm09.stdout:Sourcing file `/etc/default/grub' 2026-04-16T18:37:10.979 INFO:teuthology.orchestra.run.vm09.stdout:Sourcing file `/etc/default/grub.d/50-cloudimg-settings.cfg' 2026-04-16T18:37:10.980 INFO:teuthology.orchestra.run.vm09.stdout:Sourcing file `/etc/default/grub.d/init-select.cfg' 2026-04-16T18:37:10.981 INFO:teuthology.orchestra.run.vm09.stdout:Generating grub configuration file ... 2026-04-16T18:37:11.071 INFO:teuthology.orchestra.run.vm09.stdout:Found linux image: /boot/vmlinuz-5.15.0-171-generic 2026-04-16T18:37:11.077 INFO:teuthology.orchestra.run.vm09.stdout:Found initrd image: /boot/initrd.img-5.15.0-171-generic 2026-04-16T18:37:11.307 INFO:teuthology.orchestra.run.vm09.stdout:Warning: os-prober will not be executed to detect other bootable partitions. 2026-04-16T18:37:11.307 INFO:teuthology.orchestra.run.vm09.stdout:Systems on them will not be added to the GRUB boot configuration. 2026-04-16T18:37:11.307 INFO:teuthology.orchestra.run.vm09.stdout:Check GRUB_DISABLE_OS_PROBER documentation entry. 2026-04-16T18:37:11.314 INFO:teuthology.orchestra.run.vm09.stdout:done 2026-04-16T18:37:11.589 INFO:teuthology.orchestra.run.vm09.stdout: 2026-04-16T18:37:11.589 INFO:teuthology.orchestra.run.vm09.stdout:Running kernel seems to be up-to-date. 2026-04-16T18:37:11.589 INFO:teuthology.orchestra.run.vm09.stdout: 2026-04-16T18:37:11.589 INFO:teuthology.orchestra.run.vm09.stdout:Services to be restarted: 2026-04-16T18:37:11.594 INFO:teuthology.orchestra.run.vm09.stdout: systemctl restart apache-htcacheclean.service 2026-04-16T18:37:11.603 INFO:teuthology.orchestra.run.vm09.stdout: systemctl restart rsyslog.service 2026-04-16T18:37:11.607 INFO:teuthology.orchestra.run.vm09.stdout: 2026-04-16T18:37:11.607 INFO:teuthology.orchestra.run.vm09.stdout:Service restarts being deferred: 2026-04-16T18:37:11.607 INFO:teuthology.orchestra.run.vm09.stdout: systemctl restart networkd-dispatcher.service 2026-04-16T18:37:11.607 INFO:teuthology.orchestra.run.vm09.stdout: systemctl restart unattended-upgrades.service 2026-04-16T18:37:11.607 INFO:teuthology.orchestra.run.vm09.stdout: 2026-04-16T18:37:11.607 INFO:teuthology.orchestra.run.vm09.stdout:No containers need to be restarted. 2026-04-16T18:37:11.607 INFO:teuthology.orchestra.run.vm09.stdout: 2026-04-16T18:37:11.607 INFO:teuthology.orchestra.run.vm09.stdout:No user sessions are running outdated binaries. 2026-04-16T18:37:11.607 INFO:teuthology.orchestra.run.vm09.stdout: 2026-04-16T18:37:11.607 INFO:teuthology.orchestra.run.vm09.stdout:No VM guests are running outdated hypervisor (qemu) binaries on this host. 2026-04-16T18:37:13.197 DEBUG:teuthology.orchestra.run.vm09:> sudo apt install -y nvme-cli 2026-04-16T18:37:13.252 INFO:teuthology.orchestra.run.vm09.stderr: 2026-04-16T18:37:13.252 INFO:teuthology.orchestra.run.vm09.stderr:WARNING: apt does not have a stable CLI interface. Use with caution in scripts. 2026-04-16T18:37:13.252 INFO:teuthology.orchestra.run.vm09.stderr: 2026-04-16T18:37:13.281 INFO:teuthology.orchestra.run.vm09.stdout:Reading package lists... 2026-04-16T18:37:13.501 INFO:teuthology.orchestra.run.vm09.stdout:Building dependency tree... 2026-04-16T18:37:13.502 INFO:teuthology.orchestra.run.vm09.stdout:Reading state information... 2026-04-16T18:37:13.704 INFO:teuthology.orchestra.run.vm09.stdout:The following packages were automatically installed and are no longer required: 2026-04-16T18:37:13.705 INFO:teuthology.orchestra.run.vm09.stdout: kpartx libsgutils2-2 sg3-utils sg3-utils-udev 2026-04-16T18:37:13.705 INFO:teuthology.orchestra.run.vm09.stdout:Use 'sudo apt autoremove' to remove them. 2026-04-16T18:37:13.754 INFO:teuthology.orchestra.run.vm09.stdout:The following NEW packages will be installed: 2026-04-16T18:37:13.754 INFO:teuthology.orchestra.run.vm09.stdout: nvme-cli 2026-04-16T18:37:13.798 INFO:teuthology.orchestra.run.vm09.stdout:0 upgraded, 1 newly installed, 0 to remove and 62 not upgraded. 2026-04-16T18:37:17.825 INFO:teuthology.orchestra.run.vm09.stdout:Need to get 474 kB of archives. 2026-04-16T18:37:17.825 INFO:teuthology.orchestra.run.vm09.stdout:After this operation, 1136 kB of additional disk space will be used. 2026-04-16T18:37:17.825 INFO:teuthology.orchestra.run.vm09.stdout:Get:1 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 nvme-cli amd64 1.16-3ubuntu0.3 [474 kB] 2026-04-16T18:37:19.518 INFO:teuthology.orchestra.run.vm09.stderr:debconf: unable to initialize frontend: Dialog 2026-04-16T18:37:19.518 INFO:teuthology.orchestra.run.vm09.stderr:debconf: (Dialog frontend will not work on a dumb terminal, an emacs shell buffer, or without a controlling terminal.) 2026-04-16T18:37:19.518 INFO:teuthology.orchestra.run.vm09.stderr:debconf: falling back to frontend: Readline 2026-04-16T18:37:19.523 INFO:teuthology.orchestra.run.vm09.stderr:debconf: unable to initialize frontend: Readline 2026-04-16T18:37:19.523 INFO:teuthology.orchestra.run.vm09.stderr:debconf: (This frontend requires a controlling tty.) 2026-04-16T18:37:19.523 INFO:teuthology.orchestra.run.vm09.stderr:debconf: falling back to frontend: Teletype 2026-04-16T18:37:19.527 INFO:teuthology.orchestra.run.vm09.stderr:dpkg-preconfigure: unable to re-open stdin: 2026-04-16T18:37:19.554 INFO:teuthology.orchestra.run.vm09.stdout:Fetched 474 kB in 6s (85.3 kB/s) 2026-04-16T18:37:19.577 INFO:teuthology.orchestra.run.vm09.stdout:Selecting previously unselected package nvme-cli. 2026-04-16T18:37:19.603 INFO:teuthology.orchestra.run.vm09.stdout:(Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 125173 files and directories currently installed.) 2026-04-16T18:37:19.604 INFO:teuthology.orchestra.run.vm09.stdout:Preparing to unpack .../nvme-cli_1.16-3ubuntu0.3_amd64.deb ... 2026-04-16T18:37:19.606 INFO:teuthology.orchestra.run.vm09.stdout:Unpacking nvme-cli (1.16-3ubuntu0.3) ... 2026-04-16T18:37:19.667 INFO:teuthology.orchestra.run.vm09.stdout:Setting up nvme-cli (1.16-3ubuntu0.3) ... 2026-04-16T18:37:19.735 INFO:teuthology.orchestra.run.vm09.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmefc-boot-connections.service → /lib/systemd/system/nvmefc-boot-connections.service. 2026-04-16T18:37:19.982 INFO:teuthology.orchestra.run.vm09.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmf-autoconnect.service → /lib/systemd/system/nvmf-autoconnect.service. 2026-04-16T18:37:20.376 INFO:teuthology.orchestra.run.vm09.stdout:nvmf-connect.target is a disabled or a static unit, not starting it. 2026-04-16T18:37:20.392 INFO:teuthology.orchestra.run.vm09.stdout:Processing triggers for man-db (2.10.2-1) ... 2026-04-16T18:37:20.713 INFO:teuthology.orchestra.run.vm09.stdout: 2026-04-16T18:37:20.713 INFO:teuthology.orchestra.run.vm09.stdout:Running kernel seems to be up-to-date. 2026-04-16T18:37:20.713 INFO:teuthology.orchestra.run.vm09.stdout: 2026-04-16T18:37:20.713 INFO:teuthology.orchestra.run.vm09.stdout:Services to be restarted: 2026-04-16T18:37:20.715 INFO:teuthology.orchestra.run.vm09.stdout: systemctl restart apache-htcacheclean.service 2026-04-16T18:37:20.721 INFO:teuthology.orchestra.run.vm09.stdout: systemctl restart rsyslog.service 2026-04-16T18:37:20.723 INFO:teuthology.orchestra.run.vm09.stdout: 2026-04-16T18:37:20.723 INFO:teuthology.orchestra.run.vm09.stdout:Service restarts being deferred: 2026-04-16T18:37:20.724 INFO:teuthology.orchestra.run.vm09.stdout: systemctl restart networkd-dispatcher.service 2026-04-16T18:37:20.724 INFO:teuthology.orchestra.run.vm09.stdout: systemctl restart unattended-upgrades.service 2026-04-16T18:37:20.724 INFO:teuthology.orchestra.run.vm09.stdout: 2026-04-16T18:37:20.724 INFO:teuthology.orchestra.run.vm09.stdout:No containers need to be restarted. 2026-04-16T18:37:20.724 INFO:teuthology.orchestra.run.vm09.stdout: 2026-04-16T18:37:20.724 INFO:teuthology.orchestra.run.vm09.stdout:No user sessions are running outdated binaries. 2026-04-16T18:37:20.724 INFO:teuthology.orchestra.run.vm09.stdout: 2026-04-16T18:37:20.724 INFO:teuthology.orchestra.run.vm09.stdout:No VM guests are running outdated hypervisor (qemu) binaries on this host. 2026-04-16T18:37:21.965 DEBUG:teuthology.orchestra.run.vm09:> 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-04-16T18:37:22.043 INFO:teuthology.orchestra.run.vm09.stdout:loop 2026-04-16T18:37:22.044 INFO:tasks.nvme_loop:Connecting nvme_loop vm09:/dev/vg_nvme/lv_1... 2026-04-16T18:37:22.044 DEBUG:teuthology.orchestra.run.vm09:> 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-04-16T18:37:22.100 INFO:teuthology.orchestra.run.vm09.stdout:1 2026-04-16T18:37:22.118 INFO:teuthology.orchestra.run.vm09.stdout:/dev/vg_nvme/lv_11 2026-04-16T18:37:22.133 INFO:tasks.nvme_loop:Connecting nvme_loop vm09:/dev/vg_nvme/lv_2... 2026-04-16T18:37:22.134 DEBUG:teuthology.orchestra.run.vm09:> 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-04-16T18:37:22.195 INFO:teuthology.orchestra.run.vm09.stdout:1 2026-04-16T18:37:22.212 INFO:teuthology.orchestra.run.vm09.stdout:/dev/vg_nvme/lv_21 2026-04-16T18:37:22.226 INFO:tasks.nvme_loop:Connecting nvme_loop vm09:/dev/vg_nvme/lv_3... 2026-04-16T18:37:22.226 DEBUG:teuthology.orchestra.run.vm09:> 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-04-16T18:37:22.285 INFO:teuthology.orchestra.run.vm09.stdout:1 2026-04-16T18:37:22.299 INFO:teuthology.orchestra.run.vm09.stdout:/dev/vg_nvme/lv_31 2026-04-16T18:37:22.314 INFO:tasks.nvme_loop:Connecting nvme_loop vm09:/dev/vg_nvme/lv_4... 2026-04-16T18:37:22.314 DEBUG:teuthology.orchestra.run.vm09:> 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-04-16T18:37:22.370 INFO:teuthology.orchestra.run.vm09.stdout:1 2026-04-16T18:37:22.388 INFO:teuthology.orchestra.run.vm09.stdout:/dev/vg_nvme/lv_41 2026-04-16T18:37:22.403 DEBUG:teuthology.orchestra.run.vm09:> lsblk 2026-04-16T18:37:22.450 INFO:teuthology.orchestra.run.vm09.stdout:NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINTS 2026-04-16T18:37:22.450 INFO:teuthology.orchestra.run.vm09.stdout:loop0 7:0 0 63.8M 1 loop /snap/core20/2717 2026-04-16T18:37:22.450 INFO:teuthology.orchestra.run.vm09.stdout:loop1 7:1 0 91.6M 1 loop /snap/lxd/37982 2026-04-16T18:37:22.450 INFO:teuthology.orchestra.run.vm09.stdout:loop2 7:2 0 48.1M 1 loop /snap/snapd/25935 2026-04-16T18:37:22.450 INFO:teuthology.orchestra.run.vm09.stdout:sr0 11:0 1 366K 0 rom 2026-04-16T18:37:22.450 INFO:teuthology.orchestra.run.vm09.stdout:vda 252:0 0 40G 0 disk 2026-04-16T18:37:22.451 INFO:teuthology.orchestra.run.vm09.stdout:├─vda1 252:1 0 39.9G 0 part / 2026-04-16T18:37:22.451 INFO:teuthology.orchestra.run.vm09.stdout:├─vda14 252:14 0 4M 0 part 2026-04-16T18:37:22.451 INFO:teuthology.orchestra.run.vm09.stdout:└─vda15 252:15 0 106M 0 part /boot/efi 2026-04-16T18:37:22.451 INFO:teuthology.orchestra.run.vm09.stdout:vdb 252:16 0 20G 0 disk 2026-04-16T18:37:22.451 INFO:teuthology.orchestra.run.vm09.stdout:└─vg_nvme-lv_1 253:0 0 20G 0 lvm 2026-04-16T18:37:22.451 INFO:teuthology.orchestra.run.vm09.stdout:vdc 252:32 0 20G 0 disk 2026-04-16T18:37:22.451 INFO:teuthology.orchestra.run.vm09.stdout:└─vg_nvme-lv_2 253:1 0 20G 0 lvm 2026-04-16T18:37:22.451 INFO:teuthology.orchestra.run.vm09.stdout:vdd 252:48 0 20G 0 disk 2026-04-16T18:37:22.451 INFO:teuthology.orchestra.run.vm09.stdout:└─vg_nvme-lv_3 253:2 0 20G 0 lvm 2026-04-16T18:37:22.451 INFO:teuthology.orchestra.run.vm09.stdout:vde 252:64 0 20G 0 disk 2026-04-16T18:37:22.451 INFO:teuthology.orchestra.run.vm09.stdout:└─vg_nvme-lv_4 253:3 0 20G 0 lvm 2026-04-16T18:37:22.451 INFO:teuthology.orchestra.run.vm09.stdout:nvme0n1 259:1 0 20G 0 disk 2026-04-16T18:37:22.451 INFO:teuthology.orchestra.run.vm09.stdout:nvme1n1 259:3 0 20G 0 disk 2026-04-16T18:37:22.451 INFO:teuthology.orchestra.run.vm09.stdout:nvme2n1 259:5 0 20G 0 disk 2026-04-16T18:37:22.451 INFO:teuthology.orchestra.run.vm09.stdout:nvme3n1 259:7 0 20G 0 disk 2026-04-16T18:37:22.451 DEBUG:teuthology.orchestra.run.vm09:> sudo nvme list -o json 2026-04-16T18:37:22.501 INFO:teuthology.orchestra.run.vm09.stdout:{ 2026-04-16T18:37:22.501 INFO:teuthology.orchestra.run.vm09.stdout: "Devices" : [ 2026-04-16T18:37:22.501 INFO:teuthology.orchestra.run.vm09.stdout: { 2026-04-16T18:37:22.502 INFO:teuthology.orchestra.run.vm09.stdout: "NameSpace" : 1, 2026-04-16T18:37:22.502 INFO:teuthology.orchestra.run.vm09.stdout: "DevicePath" : "/dev/nvme0n1", 2026-04-16T18:37:22.502 INFO:teuthology.orchestra.run.vm09.stdout: "Firmware" : "5.15.0-1", 2026-04-16T18:37:22.502 INFO:teuthology.orchestra.run.vm09.stdout: "Index" : 0, 2026-04-16T18:37:22.502 INFO:teuthology.orchestra.run.vm09.stdout: "ModelNumber" : "Linux", 2026-04-16T18:37:22.502 INFO:teuthology.orchestra.run.vm09.stdout: "SerialNumber" : "e314e6778e13da527ca2", 2026-04-16T18:37:22.502 INFO:teuthology.orchestra.run.vm09.stdout: "UsedBytes" : 21470642176, 2026-04-16T18:37:22.502 INFO:teuthology.orchestra.run.vm09.stdout: "MaximumLBA" : 41934848, 2026-04-16T18:37:22.502 INFO:teuthology.orchestra.run.vm09.stdout: "PhysicalSize" : 21470642176, 2026-04-16T18:37:22.502 INFO:teuthology.orchestra.run.vm09.stdout: "SectorSize" : 512 2026-04-16T18:37:22.502 INFO:teuthology.orchestra.run.vm09.stdout: }, 2026-04-16T18:37:22.502 INFO:teuthology.orchestra.run.vm09.stdout: { 2026-04-16T18:37:22.502 INFO:teuthology.orchestra.run.vm09.stdout: "NameSpace" : 1, 2026-04-16T18:37:22.502 INFO:teuthology.orchestra.run.vm09.stdout: "DevicePath" : "/dev/nvme1n1", 2026-04-16T18:37:22.502 INFO:teuthology.orchestra.run.vm09.stdout: "Firmware" : "5.15.0-1", 2026-04-16T18:37:22.502 INFO:teuthology.orchestra.run.vm09.stdout: "Index" : 1, 2026-04-16T18:37:22.502 INFO:teuthology.orchestra.run.vm09.stdout: "ModelNumber" : "Linux", 2026-04-16T18:37:22.502 INFO:teuthology.orchestra.run.vm09.stdout: "SerialNumber" : "6d2f7a51bd2c102cc2dd", 2026-04-16T18:37:22.502 INFO:teuthology.orchestra.run.vm09.stdout: "UsedBytes" : 21470642176, 2026-04-16T18:37:22.502 INFO:teuthology.orchestra.run.vm09.stdout: "MaximumLBA" : 41934848, 2026-04-16T18:37:22.502 INFO:teuthology.orchestra.run.vm09.stdout: "PhysicalSize" : 21470642176, 2026-04-16T18:37:22.502 INFO:teuthology.orchestra.run.vm09.stdout: "SectorSize" : 512 2026-04-16T18:37:22.502 INFO:teuthology.orchestra.run.vm09.stdout: }, 2026-04-16T18:37:22.502 INFO:teuthology.orchestra.run.vm09.stdout: { 2026-04-16T18:37:22.502 INFO:teuthology.orchestra.run.vm09.stdout: "NameSpace" : 1, 2026-04-16T18:37:22.502 INFO:teuthology.orchestra.run.vm09.stdout: "DevicePath" : "/dev/nvme2n1", 2026-04-16T18:37:22.502 INFO:teuthology.orchestra.run.vm09.stdout: "Firmware" : "5.15.0-1", 2026-04-16T18:37:22.502 INFO:teuthology.orchestra.run.vm09.stdout: "Index" : 2, 2026-04-16T18:37:22.502 INFO:teuthology.orchestra.run.vm09.stdout: "ModelNumber" : "Linux", 2026-04-16T18:37:22.502 INFO:teuthology.orchestra.run.vm09.stdout: "SerialNumber" : "a4b453ab305c166f255f", 2026-04-16T18:37:22.502 INFO:teuthology.orchestra.run.vm09.stdout: "UsedBytes" : 21470642176, 2026-04-16T18:37:22.502 INFO:teuthology.orchestra.run.vm09.stdout: "MaximumLBA" : 41934848, 2026-04-16T18:37:22.502 INFO:teuthology.orchestra.run.vm09.stdout: "PhysicalSize" : 21470642176, 2026-04-16T18:37:22.502 INFO:teuthology.orchestra.run.vm09.stdout: "SectorSize" : 512 2026-04-16T18:37:22.502 INFO:teuthology.orchestra.run.vm09.stdout: }, 2026-04-16T18:37:22.502 INFO:teuthology.orchestra.run.vm09.stdout: { 2026-04-16T18:37:22.502 INFO:teuthology.orchestra.run.vm09.stdout: "NameSpace" : 1, 2026-04-16T18:37:22.502 INFO:teuthology.orchestra.run.vm09.stdout: "DevicePath" : "/dev/nvme3n1", 2026-04-16T18:37:22.502 INFO:teuthology.orchestra.run.vm09.stdout: "Firmware" : "5.15.0-1", 2026-04-16T18:37:22.502 INFO:teuthology.orchestra.run.vm09.stdout: "Index" : 3, 2026-04-16T18:37:22.502 INFO:teuthology.orchestra.run.vm09.stdout: "ModelNumber" : "Linux", 2026-04-16T18:37:22.502 INFO:teuthology.orchestra.run.vm09.stdout: "SerialNumber" : "cd24078c14497c3fb851", 2026-04-16T18:37:22.502 INFO:teuthology.orchestra.run.vm09.stdout: "UsedBytes" : 21470642176, 2026-04-16T18:37:22.502 INFO:teuthology.orchestra.run.vm09.stdout: "MaximumLBA" : 41934848, 2026-04-16T18:37:22.502 INFO:teuthology.orchestra.run.vm09.stdout: "PhysicalSize" : 21470642176, 2026-04-16T18:37:22.502 INFO:teuthology.orchestra.run.vm09.stdout: "SectorSize" : 512 2026-04-16T18:37:22.502 INFO:teuthology.orchestra.run.vm09.stdout: } 2026-04-16T18:37:22.502 INFO:teuthology.orchestra.run.vm09.stdout: ] 2026-04-16T18:37:22.502 INFO:teuthology.orchestra.run.vm09.stdout:} 2026-04-16T18:37:22.503 DEBUG:teuthology.orchestra.run.vm09:> sudo dd if=/dev/zero of=/dev/nvme0n1 seek=0 bs=1 count=4096 2026-04-16T18:37:22.557 INFO:teuthology.orchestra.run.vm09.stderr:4096+0 records in 2026-04-16T18:37:22.557 INFO:teuthology.orchestra.run.vm09.stderr:4096+0 records out 2026-04-16T18:37:22.557 INFO:teuthology.orchestra.run.vm09.stderr:4096 bytes (4.1 kB, 4.0 KiB) copied, 0.0044485 s, 921 kB/s 2026-04-16T18:37:22.557 DEBUG:teuthology.orchestra.run.vm09:> sudo hexdump -n22 -C -s0 /dev/nvme0n1 2026-04-16T18:37:22.608 INFO:teuthology.orchestra.run.vm09.stdout:00000000 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| 2026-04-16T18:37:22.608 INFO:teuthology.orchestra.run.vm09.stdout:00000010 00 00 00 00 00 00 |......| 2026-04-16T18:37:22.608 INFO:teuthology.orchestra.run.vm09.stdout:00000016 2026-04-16T18:37:22.609 DEBUG:teuthology.orchestra.run.vm09:> sudo dd if=/dev/zero of=/dev/nvme0n1 seek=1073741824 bs=1 count=4096 2026-04-16T18:37:22.664 INFO:teuthology.orchestra.run.vm09.stderr:4096+0 records in 2026-04-16T18:37:22.664 INFO:teuthology.orchestra.run.vm09.stderr:4096+0 records out 2026-04-16T18:37:22.664 INFO:teuthology.orchestra.run.vm09.stderr:4096 bytes (4.1 kB, 4.0 KiB) copied, 0.00393075 s, 1.0 MB/s 2026-04-16T18:37:22.665 DEBUG:teuthology.orchestra.run.vm09:> sudo hexdump -n22 -C -s1073741824 /dev/nvme0n1 2026-04-16T18:37:22.717 INFO:teuthology.orchestra.run.vm09.stdout:40000000 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| 2026-04-16T18:37:22.717 INFO:teuthology.orchestra.run.vm09.stdout:40000010 00 00 00 00 00 00 |......| 2026-04-16T18:37:22.717 INFO:teuthology.orchestra.run.vm09.stdout:40000016 2026-04-16T18:37:22.718 DEBUG:teuthology.orchestra.run.vm09:> sudo dd if=/dev/zero of=/dev/nvme0n1 seek=10737418240 bs=1 count=4096 2026-04-16T18:37:22.777 INFO:teuthology.orchestra.run.vm09.stderr:4096+0 records in 2026-04-16T18:37:22.777 INFO:teuthology.orchestra.run.vm09.stderr:4096+0 records out 2026-04-16T18:37:22.777 INFO:teuthology.orchestra.run.vm09.stderr:4096 bytes (4.1 kB, 4.0 KiB) copied, 0.00479761 s, 854 kB/s 2026-04-16T18:37:22.778 DEBUG:teuthology.orchestra.run.vm09:> sudo hexdump -n22 -C -s10737418240 /dev/nvme0n1 2026-04-16T18:37:22.828 INFO:teuthology.orchestra.run.vm09.stdout:280000000 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| 2026-04-16T18:37:22.828 INFO:teuthology.orchestra.run.vm09.stdout:280000010 00 00 00 00 00 00 |......| 2026-04-16T18:37:22.828 INFO:teuthology.orchestra.run.vm09.stdout:280000016 2026-04-16T18:37:22.828 DEBUG:teuthology.orchestra.run.vm09:> sudo dd if=/dev/zero of=/dev/nvme1n1 seek=0 bs=1 count=4096 2026-04-16T18:37:22.880 INFO:teuthology.orchestra.run.vm09.stderr:4096+0 records in 2026-04-16T18:37:22.880 INFO:teuthology.orchestra.run.vm09.stderr:4096+0 records out 2026-04-16T18:37:22.880 INFO:teuthology.orchestra.run.vm09.stderr:4096 bytes (4.1 kB, 4.0 KiB) copied, 0.0039271 s, 1.0 MB/s 2026-04-16T18:37:22.881 DEBUG:teuthology.orchestra.run.vm09:> sudo hexdump -n22 -C -s0 /dev/nvme1n1 2026-04-16T18:37:22.933 INFO:teuthology.orchestra.run.vm09.stdout:00000000 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| 2026-04-16T18:37:22.934 INFO:teuthology.orchestra.run.vm09.stdout:00000010 00 00 00 00 00 00 |......| 2026-04-16T18:37:22.934 INFO:teuthology.orchestra.run.vm09.stdout:00000016 2026-04-16T18:37:22.934 DEBUG:teuthology.orchestra.run.vm09:> sudo dd if=/dev/zero of=/dev/nvme1n1 seek=1073741824 bs=1 count=4096 2026-04-16T18:37:22.989 INFO:teuthology.orchestra.run.vm09.stderr:4096+0 records in 2026-04-16T18:37:22.989 INFO:teuthology.orchestra.run.vm09.stderr:4096+0 records out 2026-04-16T18:37:22.989 INFO:teuthology.orchestra.run.vm09.stderr:4096 bytes (4.1 kB, 4.0 KiB) copied, 0.00483804 s, 847 kB/s 2026-04-16T18:37:22.990 DEBUG:teuthology.orchestra.run.vm09:> sudo hexdump -n22 -C -s1073741824 /dev/nvme1n1 2026-04-16T18:37:23.039 INFO:teuthology.orchestra.run.vm09.stdout:40000000 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| 2026-04-16T18:37:23.039 INFO:teuthology.orchestra.run.vm09.stdout:40000010 00 00 00 00 00 00 |......| 2026-04-16T18:37:23.039 INFO:teuthology.orchestra.run.vm09.stdout:40000016 2026-04-16T18:37:23.040 DEBUG:teuthology.orchestra.run.vm09:> sudo dd if=/dev/zero of=/dev/nvme1n1 seek=10737418240 bs=1 count=4096 2026-04-16T18:37:23.093 INFO:teuthology.orchestra.run.vm09.stderr:4096+0 records in 2026-04-16T18:37:23.093 INFO:teuthology.orchestra.run.vm09.stderr:4096+0 records out 2026-04-16T18:37:23.093 INFO:teuthology.orchestra.run.vm09.stderr:4096 bytes (4.1 kB, 4.0 KiB) copied, 0.00375573 s, 1.1 MB/s 2026-04-16T18:37:23.094 DEBUG:teuthology.orchestra.run.vm09:> sudo hexdump -n22 -C -s10737418240 /dev/nvme1n1 2026-04-16T18:37:23.147 INFO:teuthology.orchestra.run.vm09.stdout:280000000 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| 2026-04-16T18:37:23.147 INFO:teuthology.orchestra.run.vm09.stdout:280000010 00 00 00 00 00 00 |......| 2026-04-16T18:37:23.147 INFO:teuthology.orchestra.run.vm09.stdout:280000016 2026-04-16T18:37:23.148 DEBUG:teuthology.orchestra.run.vm09:> sudo dd if=/dev/zero of=/dev/nvme2n1 seek=0 bs=1 count=4096 2026-04-16T18:37:23.198 INFO:teuthology.orchestra.run.vm09.stderr:4096+0 records in 2026-04-16T18:37:23.198 INFO:teuthology.orchestra.run.vm09.stderr:4096+0 records out 2026-04-16T18:37:23.198 INFO:teuthology.orchestra.run.vm09.stderr:4096 bytes (4.1 kB, 4.0 KiB) copied, 0.00361066 s, 1.1 MB/s 2026-04-16T18:37:23.199 DEBUG:teuthology.orchestra.run.vm09:> sudo hexdump -n22 -C -s0 /dev/nvme2n1 2026-04-16T18:37:23.246 INFO:teuthology.orchestra.run.vm09.stdout:00000000 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| 2026-04-16T18:37:23.246 INFO:teuthology.orchestra.run.vm09.stdout:00000010 00 00 00 00 00 00 |......| 2026-04-16T18:37:23.246 INFO:teuthology.orchestra.run.vm09.stdout:00000016 2026-04-16T18:37:23.247 DEBUG:teuthology.orchestra.run.vm09:> sudo dd if=/dev/zero of=/dev/nvme2n1 seek=1073741824 bs=1 count=4096 2026-04-16T18:37:23.298 INFO:teuthology.orchestra.run.vm09.stderr:4096+0 records in 2026-04-16T18:37:23.298 INFO:teuthology.orchestra.run.vm09.stderr:4096+0 records out 2026-04-16T18:37:23.298 INFO:teuthology.orchestra.run.vm09.stderr:4096 bytes (4.1 kB, 4.0 KiB) copied, 0.0038645 s, 1.1 MB/s 2026-04-16T18:37:23.299 DEBUG:teuthology.orchestra.run.vm09:> sudo hexdump -n22 -C -s1073741824 /dev/nvme2n1 2026-04-16T18:37:23.347 INFO:teuthology.orchestra.run.vm09.stdout:40000000 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| 2026-04-16T18:37:23.347 INFO:teuthology.orchestra.run.vm09.stdout:40000010 00 00 00 00 00 00 |......| 2026-04-16T18:37:23.347 INFO:teuthology.orchestra.run.vm09.stdout:40000016 2026-04-16T18:37:23.347 DEBUG:teuthology.orchestra.run.vm09:> sudo dd if=/dev/zero of=/dev/nvme2n1 seek=10737418240 bs=1 count=4096 2026-04-16T18:37:23.399 INFO:teuthology.orchestra.run.vm09.stderr:4096+0 records in 2026-04-16T18:37:23.399 INFO:teuthology.orchestra.run.vm09.stderr:4096+0 records out 2026-04-16T18:37:23.399 INFO:teuthology.orchestra.run.vm09.stderr:4096 bytes (4.1 kB, 4.0 KiB) copied, 0.00366057 s, 1.1 MB/s 2026-04-16T18:37:23.400 DEBUG:teuthology.orchestra.run.vm09:> sudo hexdump -n22 -C -s10737418240 /dev/nvme2n1 2026-04-16T18:37:23.450 INFO:teuthology.orchestra.run.vm09.stdout:280000000 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| 2026-04-16T18:37:23.451 INFO:teuthology.orchestra.run.vm09.stdout:280000010 00 00 00 00 00 00 |......| 2026-04-16T18:37:23.451 INFO:teuthology.orchestra.run.vm09.stdout:280000016 2026-04-16T18:37:23.451 DEBUG:teuthology.orchestra.run.vm09:> sudo dd if=/dev/zero of=/dev/nvme3n1 seek=0 bs=1 count=4096 2026-04-16T18:37:23.502 INFO:teuthology.orchestra.run.vm09.stderr:4096+0 records in 2026-04-16T18:37:23.502 INFO:teuthology.orchestra.run.vm09.stderr:4096+0 records out 2026-04-16T18:37:23.502 INFO:teuthology.orchestra.run.vm09.stderr:4096 bytes (4.1 kB, 4.0 KiB) copied, 0.00349933 s, 1.2 MB/s 2026-04-16T18:37:23.503 DEBUG:teuthology.orchestra.run.vm09:> sudo hexdump -n22 -C -s0 /dev/nvme3n1 2026-04-16T18:37:23.556 INFO:teuthology.orchestra.run.vm09.stdout:00000000 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| 2026-04-16T18:37:23.556 INFO:teuthology.orchestra.run.vm09.stdout:00000010 00 00 00 00 00 00 |......| 2026-04-16T18:37:23.556 INFO:teuthology.orchestra.run.vm09.stdout:00000016 2026-04-16T18:37:23.557 DEBUG:teuthology.orchestra.run.vm09:> sudo dd if=/dev/zero of=/dev/nvme3n1 seek=1073741824 bs=1 count=4096 2026-04-16T18:37:23.611 INFO:teuthology.orchestra.run.vm09.stderr:4096+0 records in 2026-04-16T18:37:23.611 INFO:teuthology.orchestra.run.vm09.stderr:4096+0 records out 2026-04-16T18:37:23.611 INFO:teuthology.orchestra.run.vm09.stderr:4096 bytes (4.1 kB, 4.0 KiB) copied, 0.00378405 s, 1.1 MB/s 2026-04-16T18:37:23.612 DEBUG:teuthology.orchestra.run.vm09:> sudo hexdump -n22 -C -s1073741824 /dev/nvme3n1 2026-04-16T18:37:23.659 INFO:teuthology.orchestra.run.vm09.stdout:40000000 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| 2026-04-16T18:37:23.659 INFO:teuthology.orchestra.run.vm09.stdout:40000010 00 00 00 00 00 00 |......| 2026-04-16T18:37:23.659 INFO:teuthology.orchestra.run.vm09.stdout:40000016 2026-04-16T18:37:23.659 DEBUG:teuthology.orchestra.run.vm09:> sudo dd if=/dev/zero of=/dev/nvme3n1 seek=10737418240 bs=1 count=4096 2026-04-16T18:37:23.710 INFO:teuthology.orchestra.run.vm09.stderr:4096+0 records in 2026-04-16T18:37:23.711 INFO:teuthology.orchestra.run.vm09.stderr:4096+0 records out 2026-04-16T18:37:23.711 INFO:teuthology.orchestra.run.vm09.stderr:4096 bytes (4.1 kB, 4.0 KiB) copied, 0.00349021 s, 1.2 MB/s 2026-04-16T18:37:23.711 DEBUG:teuthology.orchestra.run.vm09:> sudo hexdump -n22 -C -s10737418240 /dev/nvme3n1 2026-04-16T18:37:23.764 INFO:teuthology.orchestra.run.vm09.stdout:280000000 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| 2026-04-16T18:37:23.764 INFO:teuthology.orchestra.run.vm09.stdout:280000010 00 00 00 00 00 00 |......| 2026-04-16T18:37:23.764 INFO:teuthology.orchestra.run.vm09.stdout:280000016 2026-04-16T18:37:23.765 INFO:tasks.nvme_loop:new_devs ['/dev/nvme0n1', '/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1'] 2026-04-16T18:37:23.765 DEBUG:teuthology.orchestra.run.vm09:> set -ex 2026-04-16T18:37:23.765 DEBUG:teuthology.orchestra.run.vm09:> sudo dd of=/scratch_devs 2026-04-16T18:37:23.815 INFO:teuthology.run_tasks:Running task cephadm... 2026-04-16T18:37:23.863 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 mclock iops capacity threshold hdd': 49000, 'osd shutdown pgref assert': True}}, 'flavor': 'default', 'log-ignorelist': ['\\(MDS_ALL_DOWN\\)', '\\(MDS_UP_LESS_THAN_MAX\\)', 'OSD_DOWN', 'CEPHADM_FAILED_DAEMON', 'but is still running', 'PG_DEGRADED'], 'log-only-match': ['CEPHADM_'], 'sha1': 'c03ba9ecf58a4116bdd5049c6e392c7a287bc4f8', 'cephadm_binary_url': 'https://download.ceph.com/rpm-20.2.0/el9/noarch/cephadm', 'containers': {'image': 'harbor.clyso.com/custom-ceph/ceph/ceph:sse-s3-kmip-preview-not-for-production-7'}} 2026-04-16T18:37:23.864 INFO:tasks.cephadm:Provided image contains tag or digest, using it as is 2026-04-16T18:37:23.864 INFO:tasks.cephadm:Cluster image is harbor.clyso.com/custom-ceph/ceph/ceph:sse-s3-kmip-preview-not-for-production-7 2026-04-16T18:37:23.864 INFO:tasks.cephadm:Cluster fsid is 4f654fb6-39c3-11f1-a5d5-6940ad893399 2026-04-16T18:37:23.864 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2026-04-16T18:37:23.864 INFO:tasks.cephadm:No mon roles; fabricating mons 2026-04-16T18:37:23.864 INFO:tasks.cephadm:Monitor IPs: {'mon.vm06': '192.168.123.106', 'mon.vm09': '192.168.123.109'} 2026-04-16T18:37:23.864 INFO:tasks.cephadm:Normalizing hostnames... 2026-04-16T18:37:23.864 DEBUG:teuthology.orchestra.run.vm06:> sudo hostname $(hostname -s) 2026-04-16T18:37:23.872 DEBUG:teuthology.orchestra.run.vm09:> sudo hostname $(hostname -s) 2026-04-16T18:37:23.880 INFO:tasks.cephadm:Downloading cephadm from url: https://download.ceph.com/rpm-20.2.0/el9/noarch/cephadm 2026-04-16T18:37:23.880 DEBUG:teuthology.orchestra.run.vm06:> curl --silent -L https://download.ceph.com/rpm-20.2.0/el9/noarch/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2026-04-16T18:37:25.077 INFO:teuthology.orchestra.run.vm06.stdout:-rw-rw-r-- 1 ubuntu ubuntu 1036391 Apr 16 18:37 /home/ubuntu/cephtest/cephadm 2026-04-16T18:37:25.077 DEBUG:teuthology.orchestra.run.vm09:> curl --silent -L https://download.ceph.com/rpm-20.2.0/el9/noarch/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2026-04-16T18:37:26.264 INFO:teuthology.orchestra.run.vm09.stdout:-rw-rw-r-- 1 ubuntu ubuntu 1036391 Apr 16 18:37 /home/ubuntu/cephtest/cephadm 2026-04-16T18:37:26.264 DEBUG:teuthology.orchestra.run.vm06:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2026-04-16T18:37:26.269 DEBUG:teuthology.orchestra.run.vm09:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2026-04-16T18:37:26.276 INFO:tasks.cephadm:Pulling image harbor.clyso.com/custom-ceph/ceph/ceph:sse-s3-kmip-preview-not-for-production-7 on all hosts... 2026-04-16T18:37:26.277 DEBUG:teuthology.orchestra.run.vm06:> sudo /home/ubuntu/cephtest/cephadm --image harbor.clyso.com/custom-ceph/ceph/ceph:sse-s3-kmip-preview-not-for-production-7 pull 2026-04-16T18:37:26.313 DEBUG:teuthology.orchestra.run.vm09:> sudo /home/ubuntu/cephtest/cephadm --image harbor.clyso.com/custom-ceph/ceph/ceph:sse-s3-kmip-preview-not-for-production-7 pull 2026-04-16T18:37:26.574 INFO:teuthology.orchestra.run.vm06.stderr:Pulling container image harbor.clyso.com/custom-ceph/ceph/ceph:sse-s3-kmip-preview-not-for-production-7... 2026-04-16T18:37:26.581 INFO:teuthology.orchestra.run.vm09.stderr:Pulling container image harbor.clyso.com/custom-ceph/ceph/ceph:sse-s3-kmip-preview-not-for-production-7... 2026-04-16T18:37:58.098 INFO:teuthology.orchestra.run.vm09.stdout:{ 2026-04-16T18:37:58.098 INFO:teuthology.orchestra.run.vm09.stdout: "ceph_version": "ceph version 20.2.0-21-gc03ba9ecf58 (c03ba9ecf58a4116bdd5049c6e392c7a287bc4f8) tentacle (stable)", 2026-04-16T18:37:58.098 INFO:teuthology.orchestra.run.vm09.stdout: "image_id": "fc41d50a3963b1f80069c41228698fd9d125d9478206ca50fa68bb35558d951e", 2026-04-16T18:37:58.098 INFO:teuthology.orchestra.run.vm09.stdout: "repo_digests": [ 2026-04-16T18:37:58.098 INFO:teuthology.orchestra.run.vm09.stdout: "harbor.clyso.com/custom-ceph/ceph/ceph@sha256:fc41d50a3963b1f80069c41228698fd9d125d9478206ca50fa68bb35558d951e" 2026-04-16T18:37:58.098 INFO:teuthology.orchestra.run.vm09.stdout: ] 2026-04-16T18:37:58.098 INFO:teuthology.orchestra.run.vm09.stdout:} 2026-04-16T18:38:31.556 INFO:teuthology.orchestra.run.vm06.stdout:{ 2026-04-16T18:38:31.556 INFO:teuthology.orchestra.run.vm06.stdout: "ceph_version": "ceph version 20.2.0-21-gc03ba9ecf58 (c03ba9ecf58a4116bdd5049c6e392c7a287bc4f8) tentacle (stable)", 2026-04-16T18:38:31.556 INFO:teuthology.orchestra.run.vm06.stdout: "image_id": "fc41d50a3963b1f80069c41228698fd9d125d9478206ca50fa68bb35558d951e", 2026-04-16T18:38:31.556 INFO:teuthology.orchestra.run.vm06.stdout: "repo_digests": [ 2026-04-16T18:38:31.556 INFO:teuthology.orchestra.run.vm06.stdout: "harbor.clyso.com/custom-ceph/ceph/ceph@sha256:fc41d50a3963b1f80069c41228698fd9d125d9478206ca50fa68bb35558d951e" 2026-04-16T18:38:31.556 INFO:teuthology.orchestra.run.vm06.stdout: ] 2026-04-16T18:38:31.556 INFO:teuthology.orchestra.run.vm06.stdout:} 2026-04-16T18:38:31.576 DEBUG:teuthology.orchestra.run.vm06:> sudo mkdir -p /etc/ceph 2026-04-16T18:38:31.585 DEBUG:teuthology.orchestra.run.vm09:> sudo mkdir -p /etc/ceph 2026-04-16T18:38:31.594 DEBUG:teuthology.orchestra.run.vm06:> sudo chmod 777 /etc/ceph 2026-04-16T18:38:31.636 DEBUG:teuthology.orchestra.run.vm09:> sudo chmod 777 /etc/ceph 2026-04-16T18:38:31.643 INFO:tasks.cephadm:Writing seed config... 2026-04-16T18:38:31.644 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2026-04-16T18:38:31.644 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2026-04-16T18:38:31.644 INFO:tasks.cephadm: override: [mon] debug mon = 20 2026-04-16T18:38:31.644 INFO:tasks.cephadm: override: [mon] debug ms = 1 2026-04-16T18:38:31.644 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2026-04-16T18:38:31.644 INFO:tasks.cephadm: override: [osd] debug ms = 1 2026-04-16T18:38:31.644 INFO:tasks.cephadm: override: [osd] debug osd = 20 2026-04-16T18:38:31.644 INFO:tasks.cephadm: override: [osd] osd mclock iops capacity threshold hdd = 49000 2026-04-16T18:38:31.645 INFO:tasks.cephadm: override: [osd] osd shutdown pgref assert = True 2026-04-16T18:38:31.645 DEBUG:teuthology.orchestra.run.vm06:> set -ex 2026-04-16T18:38:31.645 DEBUG:teuthology.orchestra.run.vm06:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2026-04-16T18:38:31.683 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 = 4f654fb6-39c3-11f1-a5d5-6940ad893399 [osd] osd scrub load threshold = 5.0 osd scrub max interval = 600 osd mclock profile = high_recovery_ops 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 osd mclock iops capacity threshold hdd = 49000 [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-04-16T18:38:31.683 DEBUG:teuthology.orchestra.run.vm06:mon.vm06> sudo journalctl -f -n 0 -u ceph-4f654fb6-39c3-11f1-a5d5-6940ad893399@mon.vm06.service 2026-04-16T18:38:31.725 INFO:tasks.cephadm:Bootstrapping... 2026-04-16T18:38:31.725 DEBUG:teuthology.orchestra.run.vm06:> sudo /home/ubuntu/cephtest/cephadm --image harbor.clyso.com/custom-ceph/ceph/ceph:sse-s3-kmip-preview-not-for-production-7 -v bootstrap --fsid 4f654fb6-39c3-11f1-a5d5-6940ad893399 --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 192.168.123.106 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2026-04-16T18:38:32.019 INFO:teuthology.orchestra.run.vm06.stdout:-------------------------------------------------------------------------------- 2026-04-16T18:38:32.019 INFO:teuthology.orchestra.run.vm06.stdout:cephadm ['--image', 'harbor.clyso.com/custom-ceph/ceph/ceph:sse-s3-kmip-preview-not-for-production-7', '-v', 'bootstrap', '--fsid', '4f654fb6-39c3-11f1-a5d5-6940ad893399', '--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', '192.168.123.106', '--skip-admin-label'] 2026-04-16T18:38:32.019 INFO:teuthology.orchestra.run.vm06.stderr:Specifying an fsid for your cluster offers no advantages and may increase the likelihood of fsid conflicts. 2026-04-16T18:38:32.020 INFO:teuthology.orchestra.run.vm06.stdout:Verifying podman|docker is present... 2026-04-16T18:38:32.020 INFO:teuthology.orchestra.run.vm06.stdout:Verifying lvm2 is present... 2026-04-16T18:38:32.020 INFO:teuthology.orchestra.run.vm06.stdout:Verifying time synchronization is in place... 2026-04-16T18:38:32.022 INFO:teuthology.orchestra.run.vm06.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2026-04-16T18:38:32.022 INFO:teuthology.orchestra.run.vm06.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2026-04-16T18:38:32.025 INFO:teuthology.orchestra.run.vm06.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2026-04-16T18:38:32.025 INFO:teuthology.orchestra.run.vm06.stdout:systemctl: stdout inactive 2026-04-16T18:38:32.028 INFO:teuthology.orchestra.run.vm06.stdout:Non-zero exit code 1 from systemctl is-enabled chronyd.service 2026-04-16T18:38:32.028 INFO:teuthology.orchestra.run.vm06.stdout:systemctl: stderr Failed to get unit file state for chronyd.service: No such file or directory 2026-04-16T18:38:32.030 INFO:teuthology.orchestra.run.vm06.stdout:Non-zero exit code 3 from systemctl is-active chronyd.service 2026-04-16T18:38:32.030 INFO:teuthology.orchestra.run.vm06.stdout:systemctl: stdout inactive 2026-04-16T18:38:32.033 INFO:teuthology.orchestra.run.vm06.stdout:Non-zero exit code 1 from systemctl is-enabled systemd-timesyncd.service 2026-04-16T18:38:32.033 INFO:teuthology.orchestra.run.vm06.stdout:systemctl: stdout masked 2026-04-16T18:38:32.035 INFO:teuthology.orchestra.run.vm06.stdout:Non-zero exit code 3 from systemctl is-active systemd-timesyncd.service 2026-04-16T18:38:32.035 INFO:teuthology.orchestra.run.vm06.stdout:systemctl: stdout inactive 2026-04-16T18:38:32.037 INFO:teuthology.orchestra.run.vm06.stdout:Non-zero exit code 1 from systemctl is-enabled ntpd.service 2026-04-16T18:38:32.037 INFO:teuthology.orchestra.run.vm06.stdout:systemctl: stderr Failed to get unit file state for ntpd.service: No such file or directory 2026-04-16T18:38:32.040 INFO:teuthology.orchestra.run.vm06.stdout:Non-zero exit code 3 from systemctl is-active ntpd.service 2026-04-16T18:38:32.040 INFO:teuthology.orchestra.run.vm06.stdout:systemctl: stdout inactive 2026-04-16T18:38:32.043 INFO:teuthology.orchestra.run.vm06.stdout:systemctl: stdout enabled 2026-04-16T18:38:32.045 INFO:teuthology.orchestra.run.vm06.stdout:systemctl: stdout active 2026-04-16T18:38:32.045 INFO:teuthology.orchestra.run.vm06.stdout:Unit ntp.service is enabled and running 2026-04-16T18:38:32.046 INFO:teuthology.orchestra.run.vm06.stdout:Repeating the final host check... 2026-04-16T18:38:32.046 INFO:teuthology.orchestra.run.vm06.stdout:docker (/usr/bin/docker) is present 2026-04-16T18:38:32.046 INFO:teuthology.orchestra.run.vm06.stdout:systemctl is present 2026-04-16T18:38:32.046 INFO:teuthology.orchestra.run.vm06.stdout:lvcreate is present 2026-04-16T18:38:32.048 INFO:teuthology.orchestra.run.vm06.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2026-04-16T18:38:32.048 INFO:teuthology.orchestra.run.vm06.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2026-04-16T18:38:32.051 INFO:teuthology.orchestra.run.vm06.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2026-04-16T18:38:32.051 INFO:teuthology.orchestra.run.vm06.stdout:systemctl: stdout inactive 2026-04-16T18:38:32.053 INFO:teuthology.orchestra.run.vm06.stdout:Non-zero exit code 1 from systemctl is-enabled chronyd.service 2026-04-16T18:38:32.053 INFO:teuthology.orchestra.run.vm06.stdout:systemctl: stderr Failed to get unit file state for chronyd.service: No such file or directory 2026-04-16T18:38:32.056 INFO:teuthology.orchestra.run.vm06.stdout:Non-zero exit code 3 from systemctl is-active chronyd.service 2026-04-16T18:38:32.056 INFO:teuthology.orchestra.run.vm06.stdout:systemctl: stdout inactive 2026-04-16T18:38:32.059 INFO:teuthology.orchestra.run.vm06.stdout:Non-zero exit code 1 from systemctl is-enabled systemd-timesyncd.service 2026-04-16T18:38:32.059 INFO:teuthology.orchestra.run.vm06.stdout:systemctl: stdout masked 2026-04-16T18:38:32.061 INFO:teuthology.orchestra.run.vm06.stdout:Non-zero exit code 3 from systemctl is-active systemd-timesyncd.service 2026-04-16T18:38:32.061 INFO:teuthology.orchestra.run.vm06.stdout:systemctl: stdout inactive 2026-04-16T18:38:32.064 INFO:teuthology.orchestra.run.vm06.stdout:Non-zero exit code 1 from systemctl is-enabled ntpd.service 2026-04-16T18:38:32.064 INFO:teuthology.orchestra.run.vm06.stdout:systemctl: stderr Failed to get unit file state for ntpd.service: No such file or directory 2026-04-16T18:38:32.066 INFO:teuthology.orchestra.run.vm06.stdout:Non-zero exit code 3 from systemctl is-active ntpd.service 2026-04-16T18:38:32.066 INFO:teuthology.orchestra.run.vm06.stdout:systemctl: stdout inactive 2026-04-16T18:38:32.069 INFO:teuthology.orchestra.run.vm06.stdout:systemctl: stdout enabled 2026-04-16T18:38:32.072 INFO:teuthology.orchestra.run.vm06.stdout:systemctl: stdout active 2026-04-16T18:38:32.072 INFO:teuthology.orchestra.run.vm06.stdout:Unit ntp.service is enabled and running 2026-04-16T18:38:32.072 INFO:teuthology.orchestra.run.vm06.stdout:Host looks OK 2026-04-16T18:38:32.072 INFO:teuthology.orchestra.run.vm06.stdout:Cluster fsid: 4f654fb6-39c3-11f1-a5d5-6940ad893399 2026-04-16T18:38:32.072 INFO:teuthology.orchestra.run.vm06.stdout:Acquiring lock 139627142980960 on /run/cephadm/4f654fb6-39c3-11f1-a5d5-6940ad893399.lock 2026-04-16T18:38:32.072 INFO:teuthology.orchestra.run.vm06.stdout:Lock 139627142980960 acquired on /run/cephadm/4f654fb6-39c3-11f1-a5d5-6940ad893399.lock 2026-04-16T18:38:32.072 INFO:teuthology.orchestra.run.vm06.stdout:Verifying IP 192.168.123.106 port 3300 ... 2026-04-16T18:38:32.072 INFO:teuthology.orchestra.run.vm06.stdout:Verifying IP 192.168.123.106 port 6789 ... 2026-04-16T18:38:32.072 INFO:teuthology.orchestra.run.vm06.stdout:Base mon IP(s) is [192.168.123.106:3300, 192.168.123.106:6789], mon addrv is [v2:192.168.123.106:3300,v1:192.168.123.106:6789] 2026-04-16T18:38:32.074 INFO:teuthology.orchestra.run.vm06.stdout:/usr/sbin/ip: stdout default via 192.168.123.1 dev ens3 proto dhcp src 192.168.123.106 metric 100 2026-04-16T18:38:32.074 INFO:teuthology.orchestra.run.vm06.stdout:/usr/sbin/ip: stdout 172.17.0.0/16 dev docker0 proto kernel scope link src 172.17.0.1 linkdown 2026-04-16T18:38:32.074 INFO:teuthology.orchestra.run.vm06.stdout:/usr/sbin/ip: stdout 192.168.123.0/24 dev ens3 proto kernel scope link src 192.168.123.106 metric 100 2026-04-16T18:38:32.075 INFO:teuthology.orchestra.run.vm06.stdout:/usr/sbin/ip: stdout 192.168.123.1 dev ens3 proto dhcp scope link src 192.168.123.106 metric 100 2026-04-16T18:38:32.076 INFO:teuthology.orchestra.run.vm06.stdout:/usr/sbin/ip: stdout ::1 dev lo proto kernel metric 256 pref medium 2026-04-16T18:38:32.076 INFO:teuthology.orchestra.run.vm06.stdout:/usr/sbin/ip: stdout fe80::/64 dev ens3 proto kernel metric 256 pref medium 2026-04-16T18:38:32.077 INFO:teuthology.orchestra.run.vm06.stdout:/usr/sbin/ip: stdout 1: lo: mtu 65536 state UNKNOWN qlen 1000 2026-04-16T18:38:32.077 INFO:teuthology.orchestra.run.vm06.stdout:/usr/sbin/ip: stdout inet6 ::1/128 scope host 2026-04-16T18:38:32.077 INFO:teuthology.orchestra.run.vm06.stdout:/usr/sbin/ip: stdout valid_lft forever preferred_lft forever 2026-04-16T18:38:32.077 INFO:teuthology.orchestra.run.vm06.stdout:/usr/sbin/ip: stdout 2: ens3: mtu 1500 state UP qlen 1000 2026-04-16T18:38:32.077 INFO:teuthology.orchestra.run.vm06.stdout:/usr/sbin/ip: stdout inet6 fe80::5055:ff:fe00:6/64 scope link 2026-04-16T18:38:32.077 INFO:teuthology.orchestra.run.vm06.stdout:/usr/sbin/ip: stdout valid_lft forever preferred_lft forever 2026-04-16T18:38:32.078 INFO:teuthology.orchestra.run.vm06.stdout:Mon IP `192.168.123.106` is in CIDR network `192.168.123.0/24` 2026-04-16T18:38:32.078 INFO:teuthology.orchestra.run.vm06.stdout:Mon IP `192.168.123.106` is in CIDR network `192.168.123.0/24` 2026-04-16T18:38:32.078 INFO:teuthology.orchestra.run.vm06.stdout:Mon IP `192.168.123.106` is in CIDR network `192.168.123.1/32` 2026-04-16T18:38:32.078 INFO:teuthology.orchestra.run.vm06.stdout:Mon IP `192.168.123.106` is in CIDR network `192.168.123.1/32` 2026-04-16T18:38:32.078 INFO:teuthology.orchestra.run.vm06.stdout:Inferred mon public CIDR from local network configuration ['192.168.123.0/24', '192.168.123.0/24', '192.168.123.1/32', '192.168.123.1/32'] 2026-04-16T18:38:32.078 INFO:teuthology.orchestra.run.vm06.stdout:Internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2026-04-16T18:38:32.079 INFO:teuthology.orchestra.run.vm06.stdout:Pulling container image harbor.clyso.com/custom-ceph/ceph/ceph:sse-s3-kmip-preview-not-for-production-7... 2026-04-16T18:38:32.452 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/docker: stdout sse-s3-kmip-preview-not-for-production-7: Pulling from custom-ceph/ceph/ceph 2026-04-16T18:38:32.452 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/docker: stdout Digest: sha256:fc41d50a3963b1f80069c41228698fd9d125d9478206ca50fa68bb35558d951e 2026-04-16T18:38:32.452 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/docker: stdout Status: Image is up to date for harbor.clyso.com/custom-ceph/ceph/ceph:sse-s3-kmip-preview-not-for-production-7 2026-04-16T18:38:32.452 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/docker: stdout harbor.clyso.com/custom-ceph/ceph/ceph:sse-s3-kmip-preview-not-for-production-7 2026-04-16T18:38:32.727 INFO:teuthology.orchestra.run.vm06.stdout:ceph: stdout ceph version 20.2.0-21-gc03ba9ecf58 (c03ba9ecf58a4116bdd5049c6e392c7a287bc4f8) tentacle (stable) 2026-04-16T18:38:32.727 INFO:teuthology.orchestra.run.vm06.stdout:Ceph version: ceph version 20.2.0-21-gc03ba9ecf58 (c03ba9ecf58a4116bdd5049c6e392c7a287bc4f8) tentacle (stable) 2026-04-16T18:38:32.727 INFO:teuthology.orchestra.run.vm06.stdout:Extracting ceph user uid/gid from container image... 2026-04-16T18:38:32.827 INFO:teuthology.orchestra.run.vm06.stdout:stat: stdout 167 167 2026-04-16T18:38:32.828 INFO:teuthology.orchestra.run.vm06.stdout:Creating initial keys... 2026-04-16T18:38:32.936 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph-authtool: stdout AQCoLOFpzOjyNRAA6F218peAtQZMMVbSz8vBeg== 2026-04-16T18:38:33.078 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph-authtool: stdout AQCpLOFpKIzjABAAUyomncAHzA6c+hQZtHsp2A== 2026-04-16T18:38:33.192 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph-authtool: stdout AQCpLOFphQACCRAA5fWr/lQD5znL8ktLnXXOYg== 2026-04-16T18:38:33.192 INFO:teuthology.orchestra.run.vm06.stdout:Creating initial monmap... 2026-04-16T18:38:33.318 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: monmap file /tmp/monmap 2026-04-16T18:38:33.318 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/monmaptool: stdout setting min_mon_release = tentacle 2026-04-16T18:38:33.318 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: set fsid to 4f654fb6-39c3-11f1-a5d5-6940ad893399 2026-04-16T18:38:33.318 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2026-04-16T18:38:33.318 INFO:teuthology.orchestra.run.vm06.stdout:monmaptool for vm06 [v2:192.168.123.106:3300,v1:192.168.123.106:6789] on /usr/bin/monmaptool: monmap file /tmp/monmap 2026-04-16T18:38:33.318 INFO:teuthology.orchestra.run.vm06.stdout:setting min_mon_release = tentacle 2026-04-16T18:38:33.318 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/monmaptool: set fsid to 4f654fb6-39c3-11f1-a5d5-6940ad893399 2026-04-16T18:38:33.318 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2026-04-16T18:38:33.318 INFO:teuthology.orchestra.run.vm06.stdout: 2026-04-16T18:38:33.318 INFO:teuthology.orchestra.run.vm06.stdout:Creating mon... 2026-04-16T18:38:33.476 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph-mon: stderr debug 2026-04-16T18:38:33.397+0000 7fcaf3477d40 0 set uid:gid to 167:167 (ceph:ceph) 2026-04-16T18:38:33.476 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph-mon: stderr debug 2026-04-16T18:38:33.397+0000 7fcaf3477d40 1 imported monmap: 2026-04-16T18:38:33.476 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph-mon: stderr epoch 0 2026-04-16T18:38:33.476 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph-mon: stderr fsid 4f654fb6-39c3-11f1-a5d5-6940ad893399 2026-04-16T18:38:33.476 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph-mon: stderr last_changed 2026-04-16T18:38:33.267193+0000 2026-04-16T18:38:33.476 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph-mon: stderr created 2026-04-16T18:38:33.267193+0000 2026-04-16T18:38:33.476 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph-mon: stderr min_mon_release 20 (tentacle) 2026-04-16T18:38:33.476 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph-mon: stderr election_strategy: 1 2026-04-16T18:38:33.476 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph-mon: stderr 0: [v2:192.168.123.106:3300/0,v1:192.168.123.106:6789/0] mon.vm06 2026-04-16T18:38:33.476 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph-mon: stderr 2026-04-16T18:38:33.476 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph-mon: stderr debug 2026-04-16T18:38:33.397+0000 7fcaf3477d40 0 /usr/bin/ceph-mon: set fsid to 4f654fb6-39c3-11f1-a5d5-6940ad893399 2026-04-16T18:38:33.476 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph-mon: stderr debug 2026-04-16T18:38:33.401+0000 7fcaf3477d40 4 rocksdb: RocksDB version: 7.9.2 2026-04-16T18:38:33.476 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph-mon: stderr 2026-04-16T18:38:33.477 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph-mon: stderr debug 2026-04-16T18:38:33.401+0000 7fcaf3477d40 4 rocksdb: Git sha 0 2026-04-16T18:38:33.477 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph-mon: stderr debug 2026-04-16T18:38:33.401+0000 7fcaf3477d40 4 rocksdb: Compile date 2026-04-16 08:50:14 2026-04-16T18:38:33.477 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph-mon: stderr debug 2026-04-16T18:38:33.401+0000 7fcaf3477d40 4 rocksdb: DB SUMMARY 2026-04-16T18:38:33.477 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph-mon: stderr 2026-04-16T18:38:33.477 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph-mon: stderr debug 2026-04-16T18:38:33.401+0000 7fcaf3477d40 4 rocksdb: DB Session ID: BWO2QQJJEM69VF4FD779 2026-04-16T18:38:33.477 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph-mon: stderr 2026-04-16T18:38:33.477 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph-mon: stderr debug 2026-04-16T18:38:33.401+0000 7fcaf3477d40 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-vm06/store.db dir, Total Num: 0, files: 2026-04-16T18:38:33.477 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph-mon: stderr 2026-04-16T18:38:33.477 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph-mon: stderr debug 2026-04-16T18:38:33.401+0000 7fcaf3477d40 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-vm06/store.db: 2026-04-16T18:38:33.477 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph-mon: stderr 2026-04-16T18:38:33.477 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph-mon: stderr debug 2026-04-16T18:38:33.401+0000 7fcaf3477d40 4 rocksdb: Options.error_if_exists: 0 2026-04-16T18:38:33.477 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph-mon: stderr debug 2026-04-16T18:38:33.401+0000 7fcaf3477d40 4 rocksdb: Options.create_if_missing: 1 2026-04-16T18:38:33.477 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph-mon: stderr debug 2026-04-16T18:38:33.401+0000 7fcaf3477d40 4 rocksdb: Options.paranoid_checks: 1 2026-04-16T18:38:33.477 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph-mon: stderr debug 2026-04-16T18:38:33.401+0000 7fcaf3477d40 4 rocksdb: Options.flush_verify_memtable_count: 1 2026-04-16T18:38:33.477 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph-mon: stderr debug 2026-04-16T18:38:33.401+0000 7fcaf3477d40 4 rocksdb: Options.track_and_verify_wals_in_manifest: 0 2026-04-16T18:38:33.477 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph-mon: stderr debug 2026-04-16T18:38:33.401+0000 7fcaf3477d40 4 rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2026-04-16T18:38:33.477 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph-mon: stderr debug 2026-04-16T18:38:33.401+0000 7fcaf3477d40 4 rocksdb: Options.env: 0x56377f05b440 2026-04-16T18:38:33.477 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph-mon: stderr debug 2026-04-16T18:38:33.401+0000 7fcaf3477d40 4 rocksdb: Options.fs: PosixFileSystem 2026-04-16T18:38:33.477 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph-mon: stderr debug 2026-04-16T18:38:33.401+0000 7fcaf3477d40 4 rocksdb: Options.info_log: 0x56378e99bc20 2026-04-16T18:38:33.477 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph-mon: stderr debug 2026-04-16T18:38:33.401+0000 7fcaf3477d40 4 rocksdb: Options.max_file_opening_threads: 16 2026-04-16T18:38:33.477 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph-mon: stderr debug 2026-04-16T18:38:33.401+0000 7fcaf3477d40 4 rocksdb: Options.statistics: (nil) 2026-04-16T18:38:33.477 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph-mon: stderr debug 2026-04-16T18:38:33.401+0000 7fcaf3477d40 4 rocksdb: Options.use_fsync: 0 2026-04-16T18:38:33.477 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph-mon: stderr debug 2026-04-16T18:38:33.401+0000 7fcaf3477d40 4 rocksdb: Options.max_log_file_size: 0 2026-04-16T18:38:33.477 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph-mon: stderr debug 2026-04-16T18:38:33.401+0000 7fcaf3477d40 4 rocksdb: Options.max_manifest_file_size: 1073741824 2026-04-16T18:38:33.477 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph-mon: stderr debug 2026-04-16T18:38:33.401+0000 7fcaf3477d40 4 rocksdb: Options.log_file_time_to_roll: 0 2026-04-16T18:38:33.477 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph-mon: stderr debug 2026-04-16T18:38:33.401+0000 7fcaf3477d40 4 rocksdb: Options.keep_log_file_num: 1000 2026-04-16T18:38:33.477 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph-mon: stderr debug 2026-04-16T18:38:33.401+0000 7fcaf3477d40 4 rocksdb: Options.recycle_log_file_num: 0 2026-04-16T18:38:33.477 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph-mon: stderr debug 2026-04-16T18:38:33.401+0000 7fcaf3477d40 4 rocksdb: Options.allow_fallocate: 1 2026-04-16T18:38:33.477 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph-mon: stderr debug 2026-04-16T18:38:33.401+0000 7fcaf3477d40 4 rocksdb: Options.allow_mmap_reads: 0 2026-04-16T18:38:33.477 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph-mon: stderr debug 2026-04-16T18:38:33.401+0000 7fcaf3477d40 4 rocksdb: Options.allow_mmap_writes: 0 2026-04-16T18:38:33.477 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph-mon: stderr debug 2026-04-16T18:38:33.401+0000 7fcaf3477d40 4 rocksdb: Options.use_direct_reads: 0 2026-04-16T18:38:33.477 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph-mon: stderr debug 2026-04-16T18:38:33.401+0000 7fcaf3477d40 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2026-04-16T18:38:33.477 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph-mon: stderr debug 2026-04-16T18:38:33.401+0000 7fcaf3477d40 4 rocksdb: Options.create_missing_column_families: 0 2026-04-16T18:38:33.477 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph-mon: stderr debug 2026-04-16T18:38:33.401+0000 7fcaf3477d40 4 rocksdb: Options.db_log_dir: 2026-04-16T18:38:33.477 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph-mon: stderr debug 2026-04-16T18:38:33.401+0000 7fcaf3477d40 4 rocksdb: Options.wal_dir: 2026-04-16T18:38:33.477 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph-mon: stderr debug 2026-04-16T18:38:33.401+0000 7fcaf3477d40 4 rocksdb: Options.table_cache_numshardbits: 6 2026-04-16T18:38:33.477 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph-mon: stderr debug 2026-04-16T18:38:33.401+0000 7fcaf3477d40 4 rocksdb: Options.WAL_ttl_seconds: 0 2026-04-16T18:38:33.477 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph-mon: stderr debug 2026-04-16T18:38:33.401+0000 7fcaf3477d40 4 rocksdb: Options.WAL_size_limit_MB: 0 2026-04-16T18:38:33.477 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph-mon: stderr debug 2026-04-16T18:38:33.401+0000 7fcaf3477d40 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2026-04-16T18:38:33.477 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph-mon: stderr debug 2026-04-16T18:38:33.401+0000 7fcaf3477d40 4 rocksdb: Options.manifest_preallocation_size: 4194304 2026-04-16T18:38:33.478 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph-mon: stderr debug 2026-04-16T18:38:33.401+0000 7fcaf3477d40 4 rocksdb: Options.is_fd_close_on_exec: 1 2026-04-16T18:38:33.478 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph-mon: stderr debug 2026-04-16T18:38:33.401+0000 7fcaf3477d40 4 rocksdb: Options.advise_random_on_open: 1 2026-04-16T18:38:33.478 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph-mon: stderr debug 2026-04-16T18:38:33.401+0000 7fcaf3477d40 4 rocksdb: Options.db_write_buffer_size: 0 2026-04-16T18:38:33.478 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph-mon: stderr debug 2026-04-16T18:38:33.401+0000 7fcaf3477d40 4 rocksdb: Options.write_buffer_manager: 0x56378e98e780 2026-04-16T18:38:33.478 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph-mon: stderr debug 2026-04-16T18:38:33.401+0000 7fcaf3477d40 4 rocksdb: Options.access_hint_on_compaction_start: 1 2026-04-16T18:38:33.478 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph-mon: stderr debug 2026-04-16T18:38:33.401+0000 7fcaf3477d40 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2026-04-16T18:38:33.478 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph-mon: stderr debug 2026-04-16T18:38:33.401+0000 7fcaf3477d40 4 rocksdb: Options.use_adaptive_mutex: 0 2026-04-16T18:38:33.478 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph-mon: stderr debug 2026-04-16T18:38:33.401+0000 7fcaf3477d40 4 rocksdb: Options.rate_limiter: (nil) 2026-04-16T18:38:33.478 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph-mon: stderr debug 2026-04-16T18:38:33.401+0000 7fcaf3477d40 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2026-04-16T18:38:33.478 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph-mon: stderr debug 2026-04-16T18:38:33.401+0000 7fcaf3477d40 4 rocksdb: Options.wal_recovery_mode: 2 2026-04-16T18:38:33.478 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph-mon: stderr debug 2026-04-16T18:38:33.401+0000 7fcaf3477d40 4 rocksdb: Options.enable_thread_tracking: 0 2026-04-16T18:38:33.478 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph-mon: stderr debug 2026-04-16T18:38:33.401+0000 7fcaf3477d40 4 rocksdb: Options.enable_pipelined_write: 0 2026-04-16T18:38:33.478 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph-mon: stderr debug 2026-04-16T18:38:33.401+0000 7fcaf3477d40 4 rocksdb: Options.unordered_write: 0 2026-04-16T18:38:33.478 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph-mon: stderr debug 2026-04-16T18:38:33.401+0000 7fcaf3477d40 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2026-04-16T18:38:33.478 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph-mon: stderr debug 2026-04-16T18:38:33.401+0000 7fcaf3477d40 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2026-04-16T18:38:33.478 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph-mon: stderr debug 2026-04-16T18:38:33.401+0000 7fcaf3477d40 4 rocksdb: Options.write_thread_max_yield_usec: 100 2026-04-16T18:38:33.478 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph-mon: stderr debug 2026-04-16T18:38:33.401+0000 7fcaf3477d40 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2026-04-16T18:38:33.478 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph-mon: stderr debug 2026-04-16T18:38:33.401+0000 7fcaf3477d40 4 rocksdb: Options.row_cache: None 2026-04-16T18:38:33.478 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph-mon: stderr debug 2026-04-16T18:38:33.401+0000 7fcaf3477d40 4 rocksdb: Options.wal_filter: None 2026-04-16T18:38:33.478 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph-mon: stderr debug 2026-04-16T18:38:33.401+0000 7fcaf3477d40 4 rocksdb: Options.avoid_flush_during_recovery: 0 2026-04-16T18:38:33.478 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph-mon: stderr debug 2026-04-16T18:38:33.401+0000 7fcaf3477d40 4 rocksdb: Options.allow_ingest_behind: 0 2026-04-16T18:38:33.478 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph-mon: stderr debug 2026-04-16T18:38:33.401+0000 7fcaf3477d40 4 rocksdb: Options.two_write_queues: 0 2026-04-16T18:38:33.478 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph-mon: stderr debug 2026-04-16T18:38:33.401+0000 7fcaf3477d40 4 rocksdb: Options.manual_wal_flush: 0 2026-04-16T18:38:33.478 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph-mon: stderr debug 2026-04-16T18:38:33.401+0000 7fcaf3477d40 4 rocksdb: Options.wal_compression: 0 2026-04-16T18:38:33.478 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph-mon: stderr debug 2026-04-16T18:38:33.401+0000 7fcaf3477d40 4 rocksdb: Options.atomic_flush: 0 2026-04-16T18:38:33.478 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph-mon: stderr debug 2026-04-16T18:38:33.401+0000 7fcaf3477d40 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2026-04-16T18:38:33.478 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph-mon: stderr debug 2026-04-16T18:38:33.401+0000 7fcaf3477d40 4 rocksdb: Options.persist_stats_to_disk: 0 2026-04-16T18:38:33.478 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph-mon: stderr debug 2026-04-16T18:38:33.401+0000 7fcaf3477d40 4 rocksdb: Options.write_dbid_to_manifest: 0 2026-04-16T18:38:33.478 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph-mon: stderr debug 2026-04-16T18:38:33.401+0000 7fcaf3477d40 4 rocksdb: Options.log_readahead_size: 0 2026-04-16T18:38:33.478 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph-mon: stderr debug 2026-04-16T18:38:33.401+0000 7fcaf3477d40 4 rocksdb: Options.file_checksum_gen_factory: Unknown 2026-04-16T18:38:33.478 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph-mon: stderr debug 2026-04-16T18:38:33.401+0000 7fcaf3477d40 4 rocksdb: Options.best_efforts_recovery: 0 2026-04-16T18:38:33.478 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph-mon: stderr debug 2026-04-16T18:38:33.401+0000 7fcaf3477d40 4 rocksdb: Options.max_bgerror_resume_count: 2147483647 2026-04-16T18:38:33.478 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph-mon: stderr debug 2026-04-16T18:38:33.401+0000 7fcaf3477d40 4 rocksdb: Options.bgerror_resume_retry_interval: 1000000 2026-04-16T18:38:33.478 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph-mon: stderr debug 2026-04-16T18:38:33.401+0000 7fcaf3477d40 4 rocksdb: Options.allow_data_in_errors: 0 2026-04-16T18:38:33.478 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph-mon: stderr debug 2026-04-16T18:38:33.401+0000 7fcaf3477d40 4 rocksdb: Options.db_host_id: __hostname__ 2026-04-16T18:38:33.478 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph-mon: stderr debug 2026-04-16T18:38:33.401+0000 7fcaf3477d40 4 rocksdb: Options.enforce_single_del_contracts: true 2026-04-16T18:38:33.478 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph-mon: stderr debug 2026-04-16T18:38:33.401+0000 7fcaf3477d40 4 rocksdb: Options.max_background_jobs: 2 2026-04-16T18:38:33.478 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph-mon: stderr debug 2026-04-16T18:38:33.401+0000 7fcaf3477d40 4 rocksdb: Options.max_background_compactions: -1 2026-04-16T18:38:33.478 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph-mon: stderr debug 2026-04-16T18:38:33.401+0000 7fcaf3477d40 4 rocksdb: Options.max_subcompactions: 1 2026-04-16T18:38:33.478 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph-mon: stderr debug 2026-04-16T18:38:33.401+0000 7fcaf3477d40 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2026-04-16T18:38:33.478 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph-mon: stderr debug 2026-04-16T18:38:33.401+0000 7fcaf3477d40 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2026-04-16T18:38:33.478 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph-mon: stderr debug 2026-04-16T18:38:33.401+0000 7fcaf3477d40 4 rocksdb: Options.delayed_write_rate : 16777216 2026-04-16T18:38:33.478 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph-mon: stderr debug 2026-04-16T18:38:33.401+0000 7fcaf3477d40 4 rocksdb: Options.max_total_wal_size: 0 2026-04-16T18:38:33.478 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph-mon: stderr debug 2026-04-16T18:38:33.401+0000 7fcaf3477d40 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2026-04-16T18:38:33.478 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph-mon: stderr debug 2026-04-16T18:38:33.401+0000 7fcaf3477d40 4 rocksdb: Options.stats_dump_period_sec: 600 2026-04-16T18:38:33.478 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph-mon: stderr debug 2026-04-16T18:38:33.401+0000 7fcaf3477d40 4 rocksdb: Options.stats_persist_period_sec: 600 2026-04-16T18:38:33.478 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph-mon: stderr debug 2026-04-16T18:38:33.401+0000 7fcaf3477d40 4 rocksdb: Options.stats_history_buffer_size: 1048576 2026-04-16T18:38:33.478 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph-mon: stderr debug 2026-04-16T18:38:33.401+0000 7fcaf3477d40 4 rocksdb: Options.max_open_files: -1 2026-04-16T18:38:33.478 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph-mon: stderr debug 2026-04-16T18:38:33.401+0000 7fcaf3477d40 4 rocksdb: Options.bytes_per_sync: 0 2026-04-16T18:38:33.478 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph-mon: stderr debug 2026-04-16T18:38:33.401+0000 7fcaf3477d40 4 rocksdb: Options.wal_bytes_per_sync: 0 2026-04-16T18:38:33.478 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph-mon: stderr debug 2026-04-16T18:38:33.401+0000 7fcaf3477d40 4 rocksdb: Options.strict_bytes_per_sync: 0 2026-04-16T18:38:33.478 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph-mon: stderr debug 2026-04-16T18:38:33.401+0000 7fcaf3477d40 4 rocksdb: Options.compaction_readahead_size: 0 2026-04-16T18:38:33.478 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph-mon: stderr debug 2026-04-16T18:38:33.401+0000 7fcaf3477d40 4 rocksdb: Options.max_background_flushes: -1 2026-04-16T18:38:33.478 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph-mon: stderr debug 2026-04-16T18:38:33.401+0000 7fcaf3477d40 4 rocksdb: Compression algorithms supported: 2026-04-16T18:38:33.478 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph-mon: stderr debug 2026-04-16T18:38:33.401+0000 7fcaf3477d40 4 rocksdb: kZSTD supported: 0 2026-04-16T18:38:33.479 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph-mon: stderr debug 2026-04-16T18:38:33.401+0000 7fcaf3477d40 4 rocksdb: kXpressCompression supported: 0 2026-04-16T18:38:33.479 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph-mon: stderr debug 2026-04-16T18:38:33.401+0000 7fcaf3477d40 4 rocksdb: kBZip2Compression supported: 0 2026-04-16T18:38:33.479 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph-mon: stderr debug 2026-04-16T18:38:33.401+0000 7fcaf3477d40 4 rocksdb: kZSTDNotFinalCompression supported: 0 2026-04-16T18:38:33.479 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph-mon: stderr debug 2026-04-16T18:38:33.401+0000 7fcaf3477d40 4 rocksdb: kLZ4Compression supported: 1 2026-04-16T18:38:33.479 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph-mon: stderr debug 2026-04-16T18:38:33.401+0000 7fcaf3477d40 4 rocksdb: kZlibCompression supported: 1 2026-04-16T18:38:33.479 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph-mon: stderr debug 2026-04-16T18:38:33.401+0000 7fcaf3477d40 4 rocksdb: kLZ4HCCompression supported: 1 2026-04-16T18:38:33.479 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph-mon: stderr debug 2026-04-16T18:38:33.401+0000 7fcaf3477d40 4 rocksdb: kSnappyCompression supported: 1 2026-04-16T18:38:33.479 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph-mon: stderr debug 2026-04-16T18:38:33.401+0000 7fcaf3477d40 4 rocksdb: Fast CRC32 supported: Supported on x86 2026-04-16T18:38:33.479 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph-mon: stderr debug 2026-04-16T18:38:33.401+0000 7fcaf3477d40 4 rocksdb: DMutex implementation: pthread_mutex_t 2026-04-16T18:38:33.479 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph-mon: stderr debug 2026-04-16T18:38:33.401+0000 7fcaf3477d40 4 rocksdb: [db/db_impl/db_impl_open.cc:317] Creating manifest 1 2026-04-16T18:38:33.479 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph-mon: stderr 2026-04-16T18:38:33.479 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph-mon: stderr debug 2026-04-16T18:38:33.401+0000 7fcaf3477d40 4 rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-vm06/store.db/MANIFEST-000001 2026-04-16T18:38:33.479 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph-mon: stderr 2026-04-16T18:38:33.479 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph-mon: stderr debug 2026-04-16T18:38:33.401+0000 7fcaf3477d40 4 rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2026-04-16T18:38:33.479 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph-mon: stderr 2026-04-16T18:38:33.479 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph-mon: stderr debug 2026-04-16T18:38:33.401+0000 7fcaf3477d40 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2026-04-16T18:38:33.479 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph-mon: stderr debug 2026-04-16T18:38:33.401+0000 7fcaf3477d40 4 rocksdb: Options.merge_operator: 2026-04-16T18:38:33.479 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph-mon: stderr debug 2026-04-16T18:38:33.401+0000 7fcaf3477d40 4 rocksdb: Options.compaction_filter: None 2026-04-16T18:38:33.479 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph-mon: stderr debug 2026-04-16T18:38:33.401+0000 7fcaf3477d40 4 rocksdb: Options.compaction_filter_factory: None 2026-04-16T18:38:33.479 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph-mon: stderr debug 2026-04-16T18:38:33.401+0000 7fcaf3477d40 4 rocksdb: Options.sst_partitioner_factory: None 2026-04-16T18:38:33.479 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph-mon: stderr debug 2026-04-16T18:38:33.401+0000 7fcaf3477d40 4 rocksdb: Options.memtable_factory: SkipListFactory 2026-04-16T18:38:33.479 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph-mon: stderr debug 2026-04-16T18:38:33.401+0000 7fcaf3477d40 4 rocksdb: Options.table_factory: BlockBasedTable 2026-04-16T18:38:33.479 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph-mon: stderr debug 2026-04-16T18:38:33.401+0000 7fcaf3477d40 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x56378e98bc20) 2026-04-16T18:38:33.479 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph-mon: stderr cache_index_and_filter_blocks: 1 2026-04-16T18:38:33.479 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph-mon: stderr cache_index_and_filter_blocks_with_high_priority: 0 2026-04-16T18:38:33.479 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph-mon: stderr pin_l0_filter_and_index_blocks_in_cache: 0 2026-04-16T18:38:33.479 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph-mon: stderr pin_top_level_index_and_filter: 1 2026-04-16T18:38:33.479 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph-mon: stderr index_type: 0 2026-04-16T18:38:33.479 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph-mon: stderr data_block_index_type: 0 2026-04-16T18:38:33.479 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph-mon: stderr index_shortening: 1 2026-04-16T18:38:33.479 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph-mon: stderr data_block_hash_table_util_ratio: 0.750000 2026-04-16T18:38:33.479 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph-mon: stderr checksum: 4 2026-04-16T18:38:33.479 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph-mon: stderr no_block_cache: 0 2026-04-16T18:38:33.479 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph-mon: stderr block_cache: 0x56378e9818d0 2026-04-16T18:38:33.479 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph-mon: stderr block_cache_name: BinnedLRUCache 2026-04-16T18:38:33.479 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph-mon: stderr block_cache_options: 2026-04-16T18:38:33.479 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph-mon: stderr capacity : 536870912 2026-04-16T18:38:33.479 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph-mon: stderr num_shard_bits : 4 2026-04-16T18:38:33.479 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph-mon: stderr strict_capacity_limit : 0 2026-04-16T18:38:33.479 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph-mon: stderr high_pri_pool_ratio: 0.000 2026-04-16T18:38:33.479 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph-mon: stderr block_cache_compressed: (nil) 2026-04-16T18:38:33.479 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph-mon: stderr persistent_cache: (nil) 2026-04-16T18:38:33.479 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph-mon: stderr block_size: 4096 2026-04-16T18:38:33.479 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph-mon: stderr block_size_deviation: 10 2026-04-16T18:38:33.479 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph-mon: stderr block_restart_interval: 16 2026-04-16T18:38:33.479 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph-mon: stderr index_block_restart_interval: 1 2026-04-16T18:38:33.479 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph-mon: stderr metadata_block_size: 4096 2026-04-16T18:38:33.479 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph-mon: stderr partition_filters: 0 2026-04-16T18:38:33.479 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph-mon: stderr use_delta_encoding: 1 2026-04-16T18:38:33.479 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph-mon: stderr filter_policy: bloomfilter 2026-04-16T18:38:33.479 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph-mon: stderr whole_key_filtering: 1 2026-04-16T18:38:33.479 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph-mon: stderr verify_compression: 0 2026-04-16T18:38:33.479 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph-mon: stderr read_amp_bytes_per_bit: 0 2026-04-16T18:38:33.479 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph-mon: stderr format_version: 5 2026-04-16T18:38:33.479 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph-mon: stderr enable_index_compression: 1 2026-04-16T18:38:33.479 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph-mon: stderr block_align: 0 2026-04-16T18:38:33.479 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph-mon: stderr max_auto_readahead_size: 262144 2026-04-16T18:38:33.479 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph-mon: stderr prepopulate_block_cache: 0 2026-04-16T18:38:33.479 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph-mon: stderr initial_auto_readahead_size: 8192 2026-04-16T18:38:33.479 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph-mon: stderr num_file_reads_for_auto_readahead: 2 2026-04-16T18:38:33.480 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph-mon: stderr 2026-04-16T18:38:33.480 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph-mon: stderr debug 2026-04-16T18:38:33.401+0000 7fcaf3477d40 4 rocksdb: Options.write_buffer_size: 33554432 2026-04-16T18:38:33.480 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph-mon: stderr debug 2026-04-16T18:38:33.401+0000 7fcaf3477d40 4 rocksdb: Options.max_write_buffer_number: 2 2026-04-16T18:38:33.480 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph-mon: stderr debug 2026-04-16T18:38:33.401+0000 7fcaf3477d40 4 rocksdb: Options.compression: NoCompression 2026-04-16T18:38:33.480 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph-mon: stderr debug 2026-04-16T18:38:33.401+0000 7fcaf3477d40 4 rocksdb: Options.bottommost_compression: Disabled 2026-04-16T18:38:33.480 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph-mon: stderr debug 2026-04-16T18:38:33.401+0000 7fcaf3477d40 4 rocksdb: Options.prefix_extractor: nullptr 2026-04-16T18:38:33.480 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph-mon: stderr debug 2026-04-16T18:38:33.401+0000 7fcaf3477d40 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2026-04-16T18:38:33.480 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph-mon: stderr debug 2026-04-16T18:38:33.401+0000 7fcaf3477d40 4 rocksdb: Options.num_levels: 7 2026-04-16T18:38:33.480 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph-mon: stderr debug 2026-04-16T18:38:33.401+0000 7fcaf3477d40 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2026-04-16T18:38:33.480 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph-mon: stderr debug 2026-04-16T18:38:33.401+0000 7fcaf3477d40 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2026-04-16T18:38:33.480 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph-mon: stderr debug 2026-04-16T18:38:33.401+0000 7fcaf3477d40 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2026-04-16T18:38:33.480 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph-mon: stderr debug 2026-04-16T18:38:33.401+0000 7fcaf3477d40 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2026-04-16T18:38:33.480 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph-mon: stderr debug 2026-04-16T18:38:33.401+0000 7fcaf3477d40 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2026-04-16T18:38:33.480 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph-mon: stderr debug 2026-04-16T18:38:33.401+0000 7fcaf3477d40 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2026-04-16T18:38:33.480 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph-mon: stderr debug 2026-04-16T18:38:33.401+0000 7fcaf3477d40 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2026-04-16T18:38:33.480 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph-mon: stderr debug 2026-04-16T18:38:33.401+0000 7fcaf3477d40 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2026-04-16T18:38:33.480 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph-mon: stderr debug 2026-04-16T18:38:33.401+0000 7fcaf3477d40 4 rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2026-04-16T18:38:33.480 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph-mon: stderr debug 2026-04-16T18:38:33.401+0000 7fcaf3477d40 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2026-04-16T18:38:33.480 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph-mon: stderr debug 2026-04-16T18:38:33.401+0000 7fcaf3477d40 4 rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2026-04-16T18:38:33.480 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph-mon: stderr debug 2026-04-16T18:38:33.401+0000 7fcaf3477d40 4 rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2026-04-16T18:38:33.480 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph-mon: stderr debug 2026-04-16T18:38:33.401+0000 7fcaf3477d40 4 rocksdb: Options.compression_opts.window_bits: -14 2026-04-16T18:38:33.480 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph-mon: stderr debug 2026-04-16T18:38:33.401+0000 7fcaf3477d40 4 rocksdb: Options.compression_opts.level: 32767 2026-04-16T18:38:33.480 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph-mon: stderr debug 2026-04-16T18:38:33.401+0000 7fcaf3477d40 4 rocksdb: Options.compression_opts.strategy: 0 2026-04-16T18:38:33.480 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph-mon: stderr debug 2026-04-16T18:38:33.401+0000 7fcaf3477d40 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2026-04-16T18:38:33.480 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph-mon: stderr debug 2026-04-16T18:38:33.401+0000 7fcaf3477d40 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2026-04-16T18:38:33.480 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph-mon: stderr debug 2026-04-16T18:38:33.401+0000 7fcaf3477d40 4 rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2026-04-16T18:38:33.480 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph-mon: stderr debug 2026-04-16T18:38:33.401+0000 7fcaf3477d40 4 rocksdb: Options.compression_opts.parallel_threads: 1 2026-04-16T18:38:33.480 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph-mon: stderr debug 2026-04-16T18:38:33.401+0000 7fcaf3477d40 4 rocksdb: Options.compression_opts.enabled: false 2026-04-16T18:38:33.480 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph-mon: stderr debug 2026-04-16T18:38:33.401+0000 7fcaf3477d40 4 rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2026-04-16T18:38:33.480 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph-mon: stderr debug 2026-04-16T18:38:33.401+0000 7fcaf3477d40 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2026-04-16T18:38:33.480 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph-mon: stderr debug 2026-04-16T18:38:33.401+0000 7fcaf3477d40 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2026-04-16T18:38:33.480 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph-mon: stderr debug 2026-04-16T18:38:33.401+0000 7fcaf3477d40 4 rocksdb: Options.level0_stop_writes_trigger: 36 2026-04-16T18:38:33.480 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph-mon: stderr debug 2026-04-16T18:38:33.401+0000 7fcaf3477d40 4 rocksdb: Options.target_file_size_base: 67108864 2026-04-16T18:38:33.480 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph-mon: stderr debug 2026-04-16T18:38:33.401+0000 7fcaf3477d40 4 rocksdb: Options.target_file_size_multiplier: 1 2026-04-16T18:38:33.480 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph-mon: stderr debug 2026-04-16T18:38:33.401+0000 7fcaf3477d40 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2026-04-16T18:38:33.480 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph-mon: stderr debug 2026-04-16T18:38:33.401+0000 7fcaf3477d40 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2026-04-16T18:38:33.480 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph-mon: stderr debug 2026-04-16T18:38:33.401+0000 7fcaf3477d40 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2026-04-16T18:38:33.480 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph-mon: stderr debug 2026-04-16T18:38:33.401+0000 7fcaf3477d40 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2026-04-16T18:38:33.480 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph-mon: stderr debug 2026-04-16T18:38:33.401+0000 7fcaf3477d40 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2026-04-16T18:38:33.480 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph-mon: stderr debug 2026-04-16T18:38:33.401+0000 7fcaf3477d40 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2026-04-16T18:38:33.480 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph-mon: stderr debug 2026-04-16T18:38:33.401+0000 7fcaf3477d40 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2026-04-16T18:38:33.480 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph-mon: stderr debug 2026-04-16T18:38:33.401+0000 7fcaf3477d40 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2026-04-16T18:38:33.480 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph-mon: stderr debug 2026-04-16T18:38:33.401+0000 7fcaf3477d40 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2026-04-16T18:38:33.480 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph-mon: stderr debug 2026-04-16T18:38:33.401+0000 7fcaf3477d40 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2026-04-16T18:38:33.480 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph-mon: stderr debug 2026-04-16T18:38:33.401+0000 7fcaf3477d40 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2026-04-16T18:38:33.480 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph-mon: stderr debug 2026-04-16T18:38:33.401+0000 7fcaf3477d40 4 rocksdb: Options.max_compaction_bytes: 1677721600 2026-04-16T18:38:33.480 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph-mon: stderr debug 2026-04-16T18:38:33.401+0000 7fcaf3477d40 4 rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2026-04-16T18:38:33.480 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph-mon: stderr debug 2026-04-16T18:38:33.401+0000 7fcaf3477d40 4 rocksdb: Options.arena_block_size: 1048576 2026-04-16T18:38:33.480 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph-mon: stderr debug 2026-04-16T18:38:33.401+0000 7fcaf3477d40 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2026-04-16T18:38:33.480 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph-mon: stderr debug 2026-04-16T18:38:33.401+0000 7fcaf3477d40 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2026-04-16T18:38:33.480 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph-mon: stderr debug 2026-04-16T18:38:33.401+0000 7fcaf3477d40 4 rocksdb: Options.disable_auto_compactions: 0 2026-04-16T18:38:33.480 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph-mon: stderr debug 2026-04-16T18:38:33.401+0000 7fcaf3477d40 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2026-04-16T18:38:33.480 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph-mon: stderr debug 2026-04-16T18:38:33.401+0000 7fcaf3477d40 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2026-04-16T18:38:33.480 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph-mon: stderr debug 2026-04-16T18:38:33.401+0000 7fcaf3477d40 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2026-04-16T18:38:33.480 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph-mon: stderr debug 2026-04-16T18:38:33.401+0000 7fcaf3477d40 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2026-04-16T18:38:33.480 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph-mon: stderr debug 2026-04-16T18:38:33.401+0000 7fcaf3477d40 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2026-04-16T18:38:33.480 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph-mon: stderr debug 2026-04-16T18:38:33.401+0000 7fcaf3477d40 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2026-04-16T18:38:33.480 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph-mon: stderr debug 2026-04-16T18:38:33.401+0000 7fcaf3477d40 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2026-04-16T18:38:33.480 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph-mon: stderr debug 2026-04-16T18:38:33.401+0000 7fcaf3477d40 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2026-04-16T18:38:33.481 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph-mon: stderr debug 2026-04-16T18:38:33.401+0000 7fcaf3477d40 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2026-04-16T18:38:33.481 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph-mon: stderr debug 2026-04-16T18:38:33.401+0000 7fcaf3477d40 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2026-04-16T18:38:33.481 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph-mon: stderr debug 2026-04-16T18:38:33.401+0000 7fcaf3477d40 4 rocksdb: Options.table_properties_collectors: CompactOnDeletionCollector (Sliding window size = 32768 Deletion trigger = 16384 Deletion ratio = 0); 2026-04-16T18:38:33.481 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph-mon: stderr debug 2026-04-16T18:38:33.401+0000 7fcaf3477d40 4 rocksdb: Options.inplace_update_support: 0 2026-04-16T18:38:33.481 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph-mon: stderr debug 2026-04-16T18:38:33.401+0000 7fcaf3477d40 4 rocksdb: Options.inplace_update_num_locks: 10000 2026-04-16T18:38:33.481 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph-mon: stderr debug 2026-04-16T18:38:33.401+0000 7fcaf3477d40 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2026-04-16T18:38:33.481 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph-mon: stderr debug 2026-04-16T18:38:33.401+0000 7fcaf3477d40 4 rocksdb: Options.memtable_whole_key_filtering: 0 2026-04-16T18:38:33.481 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph-mon: stderr debug 2026-04-16T18:38:33.401+0000 7fcaf3477d40 4 rocksdb: Options.memtable_huge_page_size: 0 2026-04-16T18:38:33.481 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph-mon: stderr debug 2026-04-16T18:38:33.401+0000 7fcaf3477d40 4 rocksdb: Options.bloom_locality: 0 2026-04-16T18:38:33.481 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph-mon: stderr debug 2026-04-16T18:38:33.401+0000 7fcaf3477d40 4 rocksdb: Options.max_successive_merges: 0 2026-04-16T18:38:33.481 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph-mon: stderr debug 2026-04-16T18:38:33.401+0000 7fcaf3477d40 4 rocksdb: Options.optimize_filters_for_hits: 0 2026-04-16T18:38:33.481 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph-mon: stderr debug 2026-04-16T18:38:33.401+0000 7fcaf3477d40 4 rocksdb: Options.paranoid_file_checks: 0 2026-04-16T18:38:33.481 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph-mon: stderr debug 2026-04-16T18:38:33.401+0000 7fcaf3477d40 4 rocksdb: Options.force_consistency_checks: 1 2026-04-16T18:38:33.481 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph-mon: stderr debug 2026-04-16T18:38:33.401+0000 7fcaf3477d40 4 rocksdb: Options.report_bg_io_stats: 0 2026-04-16T18:38:33.481 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph-mon: stderr debug 2026-04-16T18:38:33.401+0000 7fcaf3477d40 4 rocksdb: Options.ttl: 2592000 2026-04-16T18:38:33.481 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph-mon: stderr debug 2026-04-16T18:38:33.401+0000 7fcaf3477d40 4 rocksdb: Options.periodic_compaction_seconds: 0 2026-04-16T18:38:33.481 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph-mon: stderr debug 2026-04-16T18:38:33.401+0000 7fcaf3477d40 4 rocksdb: Options.preclude_last_level_data_seconds: 0 2026-04-16T18:38:33.481 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph-mon: stderr debug 2026-04-16T18:38:33.401+0000 7fcaf3477d40 4 rocksdb: Options.preserve_internal_time_seconds: 0 2026-04-16T18:38:33.481 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph-mon: stderr debug 2026-04-16T18:38:33.401+0000 7fcaf3477d40 4 rocksdb: Options.enable_blob_files: false 2026-04-16T18:38:33.481 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph-mon: stderr debug 2026-04-16T18:38:33.401+0000 7fcaf3477d40 4 rocksdb: Options.min_blob_size: 0 2026-04-16T18:38:33.481 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph-mon: stderr debug 2026-04-16T18:38:33.401+0000 7fcaf3477d40 4 rocksdb: Options.blob_file_size: 268435456 2026-04-16T18:38:33.481 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph-mon: stderr debug 2026-04-16T18:38:33.401+0000 7fcaf3477d40 4 rocksdb: Options.blob_compression_type: NoCompression 2026-04-16T18:38:33.481 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph-mon: stderr debug 2026-04-16T18:38:33.401+0000 7fcaf3477d40 4 rocksdb: Options.enable_blob_garbage_collection: false 2026-04-16T18:38:33.481 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph-mon: stderr debug 2026-04-16T18:38:33.401+0000 7fcaf3477d40 4 rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2026-04-16T18:38:33.481 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph-mon: stderr debug 2026-04-16T18:38:33.401+0000 7fcaf3477d40 4 rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2026-04-16T18:38:33.481 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph-mon: stderr debug 2026-04-16T18:38:33.401+0000 7fcaf3477d40 4 rocksdb: Options.blob_compaction_readahead_size: 0 2026-04-16T18:38:33.481 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph-mon: stderr debug 2026-04-16T18:38:33.401+0000 7fcaf3477d40 4 rocksdb: Options.blob_file_starting_level: 0 2026-04-16T18:38:33.481 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph-mon: stderr debug 2026-04-16T18:38:33.401+0000 7fcaf3477d40 4 rocksdb: Options.experimental_mempurge_threshold: 0.000000 2026-04-16T18:38:33.481 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph-mon: stderr debug 2026-04-16T18:38:33.401+0000 7fcaf3477d40 4 rocksdb: [db/version_set.cc:5566] Recovered from manifest file:/var/lib/ceph/mon/ceph-vm06/store.db/MANIFEST-000001 succeeded,manifest_file_number is 1, next_file_number is 3, last_sequence is 0, log_number is 0,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2026-04-16T18:38:33.481 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph-mon: stderr 2026-04-16T18:38:33.481 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph-mon: stderr debug 2026-04-16T18:38:33.401+0000 7fcaf3477d40 4 rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 0 2026-04-16T18:38:33.481 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph-mon: stderr 2026-04-16T18:38:33.481 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph-mon: stderr debug 2026-04-16T18:38:33.401+0000 7fcaf3477d40 4 rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: b17eede3-8b8b-49d8-bc47-feb99e38e7ff 2026-04-16T18:38:33.481 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph-mon: stderr 2026-04-16T18:38:33.481 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph-mon: stderr debug 2026-04-16T18:38:33.401+0000 7fcaf3477d40 4 rocksdb: [db/version_set.cc:5047] Creating manifest 5 2026-04-16T18:38:33.481 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph-mon: stderr 2026-04-16T18:38:33.481 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph-mon: stderr debug 2026-04-16T18:38:33.405+0000 7fcaf3477d40 4 rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x56378e9ace00 2026-04-16T18:38:33.481 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph-mon: stderr debug 2026-04-16T18:38:33.405+0000 7fcaf3477d40 4 rocksdb: DB pointer 0x56378ead6000 2026-04-16T18:38:33.481 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph-mon: stderr debug 2026-04-16T18:38:33.405+0000 7fcaeac01640 4 rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2026-04-16T18:38:33.481 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph-mon: stderr debug 2026-04-16T18:38:33.405+0000 7fcaeac01640 4 rocksdb: [db/db_impl/db_impl.cc:1111] 2026-04-16T18:38:33.481 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph-mon: stderr ** DB Stats ** 2026-04-16T18:38:33.481 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph-mon: stderr Uptime(secs): 0.0 total, 0.0 interval 2026-04-16T18:38:33.481 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph-mon: stderr Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2026-04-16T18:38:33.481 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph-mon: stderr Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2026-04-16T18:38:33.481 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph-mon: stderr Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2026-04-16T18:38:33.481 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph-mon: stderr Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2026-04-16T18:38:33.481 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph-mon: stderr Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2026-04-16T18:38:33.481 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph-mon: stderr Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2026-04-16T18:38:33.481 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph-mon: stderr 2026-04-16T18:38:33.481 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph-mon: stderr ** Compaction Stats [default] ** 2026-04-16T18:38:33.481 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph-mon: stderr Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop Rblob(GB) Wblob(GB) 2026-04-16T18:38:33.481 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph-mon: stderr ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2026-04-16T18:38:33.481 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph-mon: stderr Sum 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 0.0 0.0 2026-04-16T18:38:33.481 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph-mon: stderr Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 0.0 0.0 2026-04-16T18:38:33.481 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph-mon: stderr 2026-04-16T18:38:33.481 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph-mon: stderr ** Compaction Stats [default] ** 2026-04-16T18:38:33.481 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph-mon: stderr Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop Rblob(GB) Wblob(GB) 2026-04-16T18:38:33.481 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph-mon: stderr --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2026-04-16T18:38:33.481 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph-mon: stderr 2026-04-16T18:38:33.481 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph-mon: stderr Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2026-04-16T18:38:33.481 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph-mon: stderr 2026-04-16T18:38:33.481 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph-mon: stderr Uptime(secs): 0.0 total, 0.0 interval 2026-04-16T18:38:33.481 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph-mon: stderr Flush(GB): cumulative 0.000, interval 0.000 2026-04-16T18:38:33.481 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph-mon: stderr AddFile(GB): cumulative 0.000, interval 0.000 2026-04-16T18:38:33.481 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph-mon: stderr AddFile(Total Files): cumulative 0, interval 0 2026-04-16T18:38:33.482 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph-mon: stderr AddFile(L0 Files): cumulative 0, interval 0 2026-04-16T18:38:33.482 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph-mon: stderr AddFile(Keys): cumulative 0, interval 0 2026-04-16T18:38:33.482 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph-mon: stderr Cumulative compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2026-04-16T18:38:33.482 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph-mon: stderr Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2026-04-16T18:38:33.482 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph-mon: stderr Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2026-04-16T18:38:33.482 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph-mon: stderr Block cache BinnedLRUCache@0x56378e9818d0#7 capacity: 512.00 MB usage: 0.00 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 8.1e-05 secs_since: 0 2026-04-16T18:38:33.482 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph-mon: stderr Block cache entry stats(count,size,portion): Misc(1,0.00 KB,0%) 2026-04-16T18:38:33.482 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph-mon: stderr 2026-04-16T18:38:33.482 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph-mon: stderr ** File Read Latency Histogram By Level [default] ** 2026-04-16T18:38:33.482 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph-mon: stderr 2026-04-16T18:38:33.482 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph-mon: stderr debug 2026-04-16T18:38:33.409+0000 7fcaf3477d40 4 rocksdb: [db/db_impl/db_impl.cc:496] Shutdown: canceling all background work 2026-04-16T18:38:33.482 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph-mon: stderr debug 2026-04-16T18:38:33.409+0000 7fcaf3477d40 4 rocksdb: [db/db_impl/db_impl.cc:704] Shutdown complete 2026-04-16T18:38:33.482 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph-mon: stderr debug 2026-04-16T18:38:33.409+0000 7fcaf3477d40 0 /usr/bin/ceph-mon: created monfs at /var/lib/ceph/mon/ceph-vm06 for mon.vm06 2026-04-16T18:38:33.482 INFO:teuthology.orchestra.run.vm06.stdout:create mon.vm06 on 2026-04-16T18:38:33.870 INFO:teuthology.orchestra.run.vm06.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /etc/systemd/system/ceph.target. 2026-04-16T18:38:34.059 INFO:teuthology.orchestra.run.vm06.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph-4f654fb6-39c3-11f1-a5d5-6940ad893399.target → /etc/systemd/system/ceph-4f654fb6-39c3-11f1-a5d5-6940ad893399.target. 2026-04-16T18:38:34.059 INFO:teuthology.orchestra.run.vm06.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph.target.wants/ceph-4f654fb6-39c3-11f1-a5d5-6940ad893399.target → /etc/systemd/system/ceph-4f654fb6-39c3-11f1-a5d5-6940ad893399.target. 2026-04-16T18:38:34.259 INFO:teuthology.orchestra.run.vm06.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-4f654fb6-39c3-11f1-a5d5-6940ad893399@mon.vm06 2026-04-16T18:38:34.259 INFO:teuthology.orchestra.run.vm06.stdout:systemctl: stderr Failed to reset failed state of unit ceph-4f654fb6-39c3-11f1-a5d5-6940ad893399@mon.vm06.service: Unit ceph-4f654fb6-39c3-11f1-a5d5-6940ad893399@mon.vm06.service not loaded. 2026-04-16T18:38:34.445 INFO:teuthology.orchestra.run.vm06.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-4f654fb6-39c3-11f1-a5d5-6940ad893399.target.wants/ceph-4f654fb6-39c3-11f1-a5d5-6940ad893399@mon.vm06.service → /etc/systemd/system/ceph-4f654fb6-39c3-11f1-a5d5-6940ad893399@.service. 2026-04-16T18:38:34.449 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:38:34 vm06 systemd[1]: /etc/systemd/system/ceph-4f654fb6-39c3-11f1-a5d5-6940ad893399@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2026-04-16T18:38:34.454 INFO:teuthology.orchestra.run.vm06.stdout:firewalld does not appear to be present 2026-04-16T18:38:34.454 INFO:teuthology.orchestra.run.vm06.stdout:Not possible to enable service . firewalld.service is not available 2026-04-16T18:38:34.454 INFO:teuthology.orchestra.run.vm06.stdout:Waiting for mon to start... 2026-04-16T18:38:34.454 INFO:teuthology.orchestra.run.vm06.stdout:Waiting for mon... 2026-04-16T18:38:34.770 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:38:34 vm06 systemd[1]: Started Ceph mon.vm06 for 4f654fb6-39c3-11f1-a5d5-6940ad893399. 2026-04-16T18:38:34.770 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:38:34 vm06 bash[27671]: cluster 2026-04-16T18:38:34.589374+0000 mon.vm06 (mon.0) 0 : cluster [INF] mkfs 4f654fb6-39c3-11f1-a5d5-6940ad893399 2026-04-16T18:38:34.770 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:38:34 vm06 bash[27671]: cluster 2026-04-16T18:38:34.589374+0000 mon.vm06 (mon.0) 0 : cluster [INF] mkfs 4f654fb6-39c3-11f1-a5d5-6940ad893399 2026-04-16T18:38:34.770 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:38:34 vm06 bash[27671]: cluster 2026-04-16T18:38:34.583330+0000 mon.vm06 (mon.0) 1 : cluster [INF] mon.vm06 is new leader, mons vm06 in quorum (ranks 0) 2026-04-16T18:38:34.770 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:38:34 vm06 bash[27671]: cluster 2026-04-16T18:38:34.583330+0000 mon.vm06 (mon.0) 1 : cluster [INF] mon.vm06 is new leader, mons vm06 in quorum (ranks 0) 2026-04-16T18:38:34.805 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph: stdout cluster: 2026-04-16T18:38:34.805 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph: stdout id: 4f654fb6-39c3-11f1-a5d5-6940ad893399 2026-04-16T18:38:34.805 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph: stdout health: HEALTH_OK 2026-04-16T18:38:34.805 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph: stdout 2026-04-16T18:38:34.805 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph: stdout services: 2026-04-16T18:38:34.805 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph: stdout mon: 1 daemons, quorum vm06 (age 0.172183s) [leader: vm06] 2026-04-16T18:38:34.805 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph: stdout mgr: no daemons active 2026-04-16T18:38:34.805 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph: stdout osd: 0 osds: 0 up, 0 in 2026-04-16T18:38:34.805 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph: stdout 2026-04-16T18:38:34.805 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph: stdout data: 2026-04-16T18:38:34.805 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph: stdout pools: 0 pools, 0 pgs 2026-04-16T18:38:34.805 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph: stdout objects: 0 objects, 0 B 2026-04-16T18:38:34.805 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph: stdout usage: 0 B used, 0 B / 0 B avail 2026-04-16T18:38:34.805 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph: stdout pgs: 2026-04-16T18:38:34.805 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph: stdout 2026-04-16T18:38:34.805 INFO:teuthology.orchestra.run.vm06.stdout:mon is available 2026-04-16T18:38:34.805 INFO:teuthology.orchestra.run.vm06.stdout:Assimilating anything we can from ceph.conf... 2026-04-16T18:38:35.269 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph: stdout 2026-04-16T18:38:35.269 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph: stdout [global] 2026-04-16T18:38:35.269 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph: stdout fsid = 4f654fb6-39c3-11f1-a5d5-6940ad893399 2026-04-16T18:38:35.269 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph: stdout mon_cluster_log_file_level = debug 2026-04-16T18:38:35.269 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph: stdout mon_host = [v2:192.168.123.106:3300,v1:192.168.123.106:6789] 2026-04-16T18:38:35.269 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2026-04-16T18:38:35.269 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2026-04-16T18:38:35.269 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2026-04-16T18:38:35.269 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2026-04-16T18:38:35.269 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph: stdout 2026-04-16T18:38:35.269 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph: stdout [mgr] 2026-04-16T18:38:35.269 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2026-04-16T18:38:35.269 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph: stdout 2026-04-16T18:38:35.269 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph: stdout [osd] 2026-04-16T18:38:35.269 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2026-04-16T18:38:35.269 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2026-04-16T18:38:35.269 INFO:teuthology.orchestra.run.vm06.stdout:Generating new minimal ceph.conf... 2026-04-16T18:38:35.577 INFO:teuthology.orchestra.run.vm06.stdout:Restarting the monitor... 2026-04-16T18:38:35.734 INFO:teuthology.orchestra.run.vm06.stdout:Setting public_network to 192.168.123.1/32,192.168.123.0/24 in global config section 2026-04-16T18:38:35.791 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:38:35 vm06 systemd[1]: Stopping Ceph mon.vm06 for 4f654fb6-39c3-11f1-a5d5-6940ad893399... 2026-04-16T18:38:35.791 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:38:35 vm06 bash[27671]: cluster 2026-04-16T18:38:34.588091+0000 mon.vm06 (mon.0) 2 : cluster [INF] mon.vm06 is new leader, mons vm06 in quorum (ranks 0) 2026-04-16T18:38:35.791 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:38:35 vm06 bash[27671]: cluster 2026-04-16T18:38:34.588091+0000 mon.vm06 (mon.0) 2 : cluster [INF] mon.vm06 is new leader, mons vm06 in quorum (ranks 0) 2026-04-16T18:38:35.791 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:38:35 vm06 bash[27671]: cluster 2026-04-16T18:38:34.588559+0000 mon.vm06 (mon.0) 3 : cluster [DBG] monmap epoch 1 2026-04-16T18:38:35.791 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:38:35 vm06 bash[27671]: cluster 2026-04-16T18:38:34.588559+0000 mon.vm06 (mon.0) 3 : cluster [DBG] monmap epoch 1 2026-04-16T18:38:35.791 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:38:35 vm06 bash[27671]: cluster 2026-04-16T18:38:34.588565+0000 mon.vm06 (mon.0) 4 : cluster [DBG] fsid 4f654fb6-39c3-11f1-a5d5-6940ad893399 2026-04-16T18:38:35.791 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:38:35 vm06 bash[27671]: cluster 2026-04-16T18:38:34.588565+0000 mon.vm06 (mon.0) 4 : cluster [DBG] fsid 4f654fb6-39c3-11f1-a5d5-6940ad893399 2026-04-16T18:38:35.791 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:38:35 vm06 bash[27671]: cluster 2026-04-16T18:38:34.588569+0000 mon.vm06 (mon.0) 5 : cluster [DBG] last_changed 2026-04-16T18:38:33.267193+0000 2026-04-16T18:38:35.791 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:38:35 vm06 bash[27671]: cluster 2026-04-16T18:38:34.588569+0000 mon.vm06 (mon.0) 5 : cluster [DBG] last_changed 2026-04-16T18:38:33.267193+0000 2026-04-16T18:38:35.791 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:38:35 vm06 bash[27671]: cluster 2026-04-16T18:38:34.588572+0000 mon.vm06 (mon.0) 6 : cluster [DBG] created 2026-04-16T18:38:33.267193+0000 2026-04-16T18:38:35.791 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:38:35 vm06 bash[27671]: cluster 2026-04-16T18:38:34.588572+0000 mon.vm06 (mon.0) 6 : cluster [DBG] created 2026-04-16T18:38:33.267193+0000 2026-04-16T18:38:35.791 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:38:35 vm06 bash[27671]: cluster 2026-04-16T18:38:34.588575+0000 mon.vm06 (mon.0) 7 : cluster [DBG] min_mon_release 20 (tentacle) 2026-04-16T18:38:35.791 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:38:35 vm06 bash[27671]: cluster 2026-04-16T18:38:34.588575+0000 mon.vm06 (mon.0) 7 : cluster [DBG] min_mon_release 20 (tentacle) 2026-04-16T18:38:35.791 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:38:35 vm06 bash[27671]: cluster 2026-04-16T18:38:34.588577+0000 mon.vm06 (mon.0) 8 : cluster [DBG] election_strategy: 1 2026-04-16T18:38:35.791 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:38:35 vm06 bash[27671]: cluster 2026-04-16T18:38:34.588577+0000 mon.vm06 (mon.0) 8 : cluster [DBG] election_strategy: 1 2026-04-16T18:38:35.792 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:38:35 vm06 bash[27671]: cluster 2026-04-16T18:38:34.588581+0000 mon.vm06 (mon.0) 9 : cluster [DBG] 0: [v2:192.168.123.106:3300/0,v1:192.168.123.106:6789/0] mon.vm06 2026-04-16T18:38:35.792 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:38:35 vm06 bash[27671]: cluster 2026-04-16T18:38:34.588581+0000 mon.vm06 (mon.0) 9 : cluster [DBG] 0: [v2:192.168.123.106:3300/0,v1:192.168.123.106:6789/0] mon.vm06 2026-04-16T18:38:35.792 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:38:35 vm06 bash[27671]: cluster 2026-04-16T18:38:34.591072+0000 mon.vm06 (mon.0) 10 : cluster [DBG] fsmap 2026-04-16T18:38:35.792 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:38:35 vm06 bash[27671]: cluster 2026-04-16T18:38:34.591072+0000 mon.vm06 (mon.0) 10 : cluster [DBG] fsmap 2026-04-16T18:38:35.792 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:38:35 vm06 bash[27671]: cluster 2026-04-16T18:38:34.594488+0000 mon.vm06 (mon.0) 11 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2026-04-16T18:38:35.792 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:38:35 vm06 bash[27671]: cluster 2026-04-16T18:38:34.594488+0000 mon.vm06 (mon.0) 11 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2026-04-16T18:38:35.792 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:38:35 vm06 bash[27671]: cluster 2026-04-16T18:38:34.595085+0000 mon.vm06 (mon.0) 12 : cluster [DBG] mgrmap e1: no daemons active 2026-04-16T18:38:35.792 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:38:35 vm06 bash[27671]: cluster 2026-04-16T18:38:34.595085+0000 mon.vm06 (mon.0) 12 : cluster [DBG] mgrmap e1: no daemons active 2026-04-16T18:38:35.792 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:38:35 vm06 bash[27671]: audit 2026-04-16T18:38:34.760251+0000 mon.vm06 (mon.0) 13 : audit [DBG] from='client.? 192.168.123.106:0/3714711475' entity='client.admin' cmd={"prefix": "status"} : dispatch 2026-04-16T18:38:35.792 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:38:35 vm06 bash[27671]: audit 2026-04-16T18:38:34.760251+0000 mon.vm06 (mon.0) 13 : audit [DBG] from='client.? 192.168.123.106:0/3714711475' entity='client.admin' cmd={"prefix": "status"} : dispatch 2026-04-16T18:38:35.792 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:38:35 vm06 bash[27671]: audit 2026-04-16T18:38:35.177901+0000 mon.vm06 (mon.0) 14 : audit [INF] from='client.? 192.168.123.106:0/1845876520' entity='client.admin' cmd={"prefix": "config assimilate-conf"} : dispatch 2026-04-16T18:38:35.792 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:38:35 vm06 bash[27671]: audit 2026-04-16T18:38:35.177901+0000 mon.vm06 (mon.0) 14 : audit [INF] from='client.? 192.168.123.106:0/1845876520' entity='client.admin' cmd={"prefix": "config assimilate-conf"} : dispatch 2026-04-16T18:38:35.792 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:38:35 vm06 bash[27671]: audit 2026-04-16T18:38:35.224964+0000 mon.vm06 (mon.0) 15 : audit [INF] from='client.? 192.168.123.106:0/1845876520' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2026-04-16T18:38:35.792 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:38:35 vm06 bash[27671]: audit 2026-04-16T18:38:35.224964+0000 mon.vm06 (mon.0) 15 : audit [INF] from='client.? 192.168.123.106:0/1845876520' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2026-04-16T18:38:35.792 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:38:35 vm06 bash[27671]: audit 2026-04-16T18:38:35.529677+0000 mon.vm06 (mon.0) 16 : audit [DBG] from='client.? 192.168.123.106:0/1050079252' entity='client.admin' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-04-16T18:38:35.792 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:38:35 vm06 bash[27671]: audit 2026-04-16T18:38:35.529677+0000 mon.vm06 (mon.0) 16 : audit [DBG] from='client.? 192.168.123.106:0/1050079252' entity='client.admin' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-04-16T18:38:35.792 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:38:35 vm06 bash[27671]: debug 2026-04-16T18:38:35.629+0000 7f0d4fd11640 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-mon -n mon.vm06 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-stderr=true (PID: 1) UID: 0 2026-04-16T18:38:35.792 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:38:35 vm06 bash[27671]: debug 2026-04-16T18:38:35.629+0000 7f0d4fd11640 -1 mon.vm06@0(leader) e1 *** Got Signal Terminated *** 2026-04-16T18:38:35.792 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:38:35 vm06 bash[28077]: ceph-4f654fb6-39c3-11f1-a5d5-6940ad893399-mon-vm06 2026-04-16T18:38:35.792 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:38:35 vm06 systemd[1]: ceph-4f654fb6-39c3-11f1-a5d5-6940ad893399@mon.vm06.service: Deactivated successfully. 2026-04-16T18:38:35.792 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:38:35 vm06 systemd[1]: Stopped Ceph mon.vm06 for 4f654fb6-39c3-11f1-a5d5-6940ad893399. 2026-04-16T18:38:35.792 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:38:35 vm06 systemd[1]: Started Ceph mon.vm06 for 4f654fb6-39c3-11f1-a5d5-6940ad893399. 2026-04-16T18:38:36.114 INFO:teuthology.orchestra.run.vm06.stdout:Wrote config to /etc/ceph/ceph.conf 2026-04-16T18:38:36.115 INFO:teuthology.orchestra.run.vm06.stdout:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2026-04-16T18:38:36.115 INFO:teuthology.orchestra.run.vm06.stdout:Creating mgr... 2026-04-16T18:38:36.115 INFO:teuthology.orchestra.run.vm06.stdout:Verifying port 0.0.0.0:9283 ... 2026-04-16T18:38:36.115 INFO:teuthology.orchestra.run.vm06.stdout:Verifying port 0.0.0.0:8765 ... 2026-04-16T18:38:36.116 INFO:teuthology.orchestra.run.vm06.stdout:Verifying port 0.0.0.0:8443 ... 2026-04-16T18:38:36.125 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:38:35 vm06 bash[28176]: debug 2026-04-16T18:38:35.897+0000 7f270ec4dd40 0 set uid:gid to 167:167 (ceph:ceph) 2026-04-16T18:38:36.125 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:38:35 vm06 bash[28176]: debug 2026-04-16T18:38:35.897+0000 7f270ec4dd40 0 ceph version 20.2.0-21-gc03ba9ecf58 (c03ba9ecf58a4116bdd5049c6e392c7a287bc4f8) tentacle (stable - RelWithDebInfo), process ceph-mon, pid 7 2026-04-16T18:38:36.125 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:38:35 vm06 bash[28176]: debug 2026-04-16T18:38:35.897+0000 7f270ec4dd40 0 pidfile_write: ignore empty --pid-file 2026-04-16T18:38:36.125 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:38:35 vm06 bash[28176]: debug 2026-04-16T18:38:35.897+0000 7f270ec4dd40 0 load: jerasure load: lrc 2026-04-16T18:38:36.125 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:38:35 vm06 bash[28176]: debug 2026-04-16T18:38:35.901+0000 7f270ec4dd40 4 rocksdb: RocksDB version: 7.9.2 2026-04-16T18:38:36.125 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:38:35 vm06 bash[28176]: debug 2026-04-16T18:38:35.901+0000 7f270ec4dd40 4 rocksdb: Git sha 0 2026-04-16T18:38:36.125 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:38:35 vm06 bash[28176]: debug 2026-04-16T18:38:35.901+0000 7f270ec4dd40 4 rocksdb: Compile date 2026-04-16 08:50:14 2026-04-16T18:38:36.125 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:38:35 vm06 bash[28176]: debug 2026-04-16T18:38:35.901+0000 7f270ec4dd40 4 rocksdb: DB SUMMARY 2026-04-16T18:38:36.125 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:38:35 vm06 bash[28176]: debug 2026-04-16T18:38:35.901+0000 7f270ec4dd40 4 rocksdb: DB Session ID: KY9JHOEJ4LDDE0XFBFSY 2026-04-16T18:38:36.125 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:38:35 vm06 bash[28176]: debug 2026-04-16T18:38:35.901+0000 7f270ec4dd40 4 rocksdb: CURRENT file: CURRENT 2026-04-16T18:38:36.125 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:38:35 vm06 bash[28176]: debug 2026-04-16T18:38:35.901+0000 7f270ec4dd40 4 rocksdb: IDENTITY file: IDENTITY 2026-04-16T18:38:36.125 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:38:35 vm06 bash[28176]: debug 2026-04-16T18:38:35.901+0000 7f270ec4dd40 4 rocksdb: MANIFEST file: MANIFEST-000010 size: 179 Bytes 2026-04-16T18:38:36.125 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:38:35 vm06 bash[28176]: debug 2026-04-16T18:38:35.901+0000 7f270ec4dd40 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-vm06/store.db dir, Total Num: 1, files: 000008.sst 2026-04-16T18:38:36.125 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:38:35 vm06 bash[28176]: debug 2026-04-16T18:38:35.901+0000 7f270ec4dd40 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-vm06/store.db: 000009.log size: 88959 ; 2026-04-16T18:38:36.125 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:38:35 vm06 bash[28176]: debug 2026-04-16T18:38:35.901+0000 7f270ec4dd40 4 rocksdb: Options.error_if_exists: 0 2026-04-16T18:38:36.125 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:38:35 vm06 bash[28176]: debug 2026-04-16T18:38:35.901+0000 7f270ec4dd40 4 rocksdb: Options.create_if_missing: 0 2026-04-16T18:38:36.125 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:38:35 vm06 bash[28176]: debug 2026-04-16T18:38:35.901+0000 7f270ec4dd40 4 rocksdb: Options.paranoid_checks: 1 2026-04-16T18:38:36.126 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:38:35 vm06 bash[28176]: debug 2026-04-16T18:38:35.901+0000 7f270ec4dd40 4 rocksdb: Options.flush_verify_memtable_count: 1 2026-04-16T18:38:36.126 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:38:35 vm06 bash[28176]: debug 2026-04-16T18:38:35.901+0000 7f270ec4dd40 4 rocksdb: Options.track_and_verify_wals_in_manifest: 0 2026-04-16T18:38:36.126 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:38:35 vm06 bash[28176]: debug 2026-04-16T18:38:35.901+0000 7f270ec4dd40 4 rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2026-04-16T18:38:36.126 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:38:35 vm06 bash[28176]: debug 2026-04-16T18:38:35.901+0000 7f270ec4dd40 4 rocksdb: Options.env: 0x5621a714a440 2026-04-16T18:38:36.126 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:38:35 vm06 bash[28176]: debug 2026-04-16T18:38:35.901+0000 7f270ec4dd40 4 rocksdb: Options.fs: PosixFileSystem 2026-04-16T18:38:36.126 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:38:35 vm06 bash[28176]: debug 2026-04-16T18:38:35.901+0000 7f270ec4dd40 4 rocksdb: Options.info_log: 0x5621cabd5f00 2026-04-16T18:38:36.126 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:38:35 vm06 bash[28176]: debug 2026-04-16T18:38:35.901+0000 7f270ec4dd40 4 rocksdb: Options.max_file_opening_threads: 16 2026-04-16T18:38:36.126 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:38:35 vm06 bash[28176]: debug 2026-04-16T18:38:35.901+0000 7f270ec4dd40 4 rocksdb: Options.statistics: (nil) 2026-04-16T18:38:36.126 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:38:35 vm06 bash[28176]: debug 2026-04-16T18:38:35.901+0000 7f270ec4dd40 4 rocksdb: Options.use_fsync: 0 2026-04-16T18:38:36.126 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:38:35 vm06 bash[28176]: debug 2026-04-16T18:38:35.901+0000 7f270ec4dd40 4 rocksdb: Options.max_log_file_size: 0 2026-04-16T18:38:36.126 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:38:35 vm06 bash[28176]: debug 2026-04-16T18:38:35.901+0000 7f270ec4dd40 4 rocksdb: Options.max_manifest_file_size: 1073741824 2026-04-16T18:38:36.126 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:38:35 vm06 bash[28176]: debug 2026-04-16T18:38:35.901+0000 7f270ec4dd40 4 rocksdb: Options.log_file_time_to_roll: 0 2026-04-16T18:38:36.126 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:38:35 vm06 bash[28176]: debug 2026-04-16T18:38:35.901+0000 7f270ec4dd40 4 rocksdb: Options.keep_log_file_num: 1000 2026-04-16T18:38:36.126 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:38:35 vm06 bash[28176]: debug 2026-04-16T18:38:35.901+0000 7f270ec4dd40 4 rocksdb: Options.recycle_log_file_num: 0 2026-04-16T18:38:36.126 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:38:35 vm06 bash[28176]: debug 2026-04-16T18:38:35.901+0000 7f270ec4dd40 4 rocksdb: Options.allow_fallocate: 1 2026-04-16T18:38:36.126 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:38:35 vm06 bash[28176]: debug 2026-04-16T18:38:35.901+0000 7f270ec4dd40 4 rocksdb: Options.allow_mmap_reads: 0 2026-04-16T18:38:36.126 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:38:35 vm06 bash[28176]: debug 2026-04-16T18:38:35.901+0000 7f270ec4dd40 4 rocksdb: Options.allow_mmap_writes: 0 2026-04-16T18:38:36.126 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:38:35 vm06 bash[28176]: debug 2026-04-16T18:38:35.901+0000 7f270ec4dd40 4 rocksdb: Options.use_direct_reads: 0 2026-04-16T18:38:36.126 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:38:35 vm06 bash[28176]: debug 2026-04-16T18:38:35.901+0000 7f270ec4dd40 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2026-04-16T18:38:36.126 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:38:35 vm06 bash[28176]: debug 2026-04-16T18:38:35.901+0000 7f270ec4dd40 4 rocksdb: Options.create_missing_column_families: 0 2026-04-16T18:38:36.126 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:38:35 vm06 bash[28176]: debug 2026-04-16T18:38:35.901+0000 7f270ec4dd40 4 rocksdb: Options.db_log_dir: 2026-04-16T18:38:36.126 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:38:35 vm06 bash[28176]: debug 2026-04-16T18:38:35.901+0000 7f270ec4dd40 4 rocksdb: Options.wal_dir: 2026-04-16T18:38:36.126 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:38:35 vm06 bash[28176]: debug 2026-04-16T18:38:35.901+0000 7f270ec4dd40 4 rocksdb: Options.table_cache_numshardbits: 6 2026-04-16T18:38:36.126 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:38:35 vm06 bash[28176]: debug 2026-04-16T18:38:35.901+0000 7f270ec4dd40 4 rocksdb: Options.WAL_ttl_seconds: 0 2026-04-16T18:38:36.126 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:38:35 vm06 bash[28176]: debug 2026-04-16T18:38:35.901+0000 7f270ec4dd40 4 rocksdb: Options.WAL_size_limit_MB: 0 2026-04-16T18:38:36.126 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:38:35 vm06 bash[28176]: debug 2026-04-16T18:38:35.901+0000 7f270ec4dd40 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2026-04-16T18:38:36.126 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:38:35 vm06 bash[28176]: debug 2026-04-16T18:38:35.901+0000 7f270ec4dd40 4 rocksdb: Options.manifest_preallocation_size: 4194304 2026-04-16T18:38:36.126 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:38:35 vm06 bash[28176]: debug 2026-04-16T18:38:35.901+0000 7f270ec4dd40 4 rocksdb: Options.is_fd_close_on_exec: 1 2026-04-16T18:38:36.126 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:38:35 vm06 bash[28176]: debug 2026-04-16T18:38:35.901+0000 7f270ec4dd40 4 rocksdb: Options.advise_random_on_open: 1 2026-04-16T18:38:36.126 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:38:35 vm06 bash[28176]: debug 2026-04-16T18:38:35.901+0000 7f270ec4dd40 4 rocksdb: Options.db_write_buffer_size: 0 2026-04-16T18:38:36.126 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:38:35 vm06 bash[28176]: debug 2026-04-16T18:38:35.901+0000 7f270ec4dd40 4 rocksdb: Options.write_buffer_manager: 0x5621cabd8500 2026-04-16T18:38:36.126 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:38:35 vm06 bash[28176]: debug 2026-04-16T18:38:35.901+0000 7f270ec4dd40 4 rocksdb: Options.access_hint_on_compaction_start: 1 2026-04-16T18:38:36.126 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:38:35 vm06 bash[28176]: debug 2026-04-16T18:38:35.901+0000 7f270ec4dd40 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2026-04-16T18:38:36.126 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:38:35 vm06 bash[28176]: debug 2026-04-16T18:38:35.901+0000 7f270ec4dd40 4 rocksdb: Options.use_adaptive_mutex: 0 2026-04-16T18:38:36.126 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:38:35 vm06 bash[28176]: debug 2026-04-16T18:38:35.901+0000 7f270ec4dd40 4 rocksdb: Options.rate_limiter: (nil) 2026-04-16T18:38:36.126 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:38:35 vm06 bash[28176]: debug 2026-04-16T18:38:35.901+0000 7f270ec4dd40 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2026-04-16T18:38:36.126 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:38:35 vm06 bash[28176]: debug 2026-04-16T18:38:35.901+0000 7f270ec4dd40 4 rocksdb: Options.wal_recovery_mode: 2 2026-04-16T18:38:36.126 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:38:35 vm06 bash[28176]: debug 2026-04-16T18:38:35.901+0000 7f270ec4dd40 4 rocksdb: Options.enable_thread_tracking: 0 2026-04-16T18:38:36.126 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:38:35 vm06 bash[28176]: debug 2026-04-16T18:38:35.901+0000 7f270ec4dd40 4 rocksdb: Options.enable_pipelined_write: 0 2026-04-16T18:38:36.126 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:38:35 vm06 bash[28176]: debug 2026-04-16T18:38:35.901+0000 7f270ec4dd40 4 rocksdb: Options.unordered_write: 0 2026-04-16T18:38:36.126 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:38:35 vm06 bash[28176]: debug 2026-04-16T18:38:35.901+0000 7f270ec4dd40 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2026-04-16T18:38:36.126 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:38:35 vm06 bash[28176]: debug 2026-04-16T18:38:35.901+0000 7f270ec4dd40 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2026-04-16T18:38:36.126 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:38:35 vm06 bash[28176]: debug 2026-04-16T18:38:35.901+0000 7f270ec4dd40 4 rocksdb: Options.write_thread_max_yield_usec: 100 2026-04-16T18:38:36.126 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:38:35 vm06 bash[28176]: debug 2026-04-16T18:38:35.901+0000 7f270ec4dd40 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2026-04-16T18:38:36.126 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:38:35 vm06 bash[28176]: debug 2026-04-16T18:38:35.901+0000 7f270ec4dd40 4 rocksdb: Options.row_cache: None 2026-04-16T18:38:36.126 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:38:35 vm06 bash[28176]: debug 2026-04-16T18:38:35.901+0000 7f270ec4dd40 4 rocksdb: Options.wal_filter: None 2026-04-16T18:38:36.126 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:38:35 vm06 bash[28176]: debug 2026-04-16T18:38:35.901+0000 7f270ec4dd40 4 rocksdb: Options.avoid_flush_during_recovery: 0 2026-04-16T18:38:36.126 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:38:35 vm06 bash[28176]: debug 2026-04-16T18:38:35.901+0000 7f270ec4dd40 4 rocksdb: Options.allow_ingest_behind: 0 2026-04-16T18:38:36.126 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:38:35 vm06 bash[28176]: debug 2026-04-16T18:38:35.901+0000 7f270ec4dd40 4 rocksdb: Options.two_write_queues: 0 2026-04-16T18:38:36.126 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:38:35 vm06 bash[28176]: debug 2026-04-16T18:38:35.901+0000 7f270ec4dd40 4 rocksdb: Options.manual_wal_flush: 0 2026-04-16T18:38:36.126 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:38:35 vm06 bash[28176]: debug 2026-04-16T18:38:35.901+0000 7f270ec4dd40 4 rocksdb: Options.wal_compression: 0 2026-04-16T18:38:36.126 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:38:35 vm06 bash[28176]: debug 2026-04-16T18:38:35.901+0000 7f270ec4dd40 4 rocksdb: Options.atomic_flush: 0 2026-04-16T18:38:36.126 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:38:35 vm06 bash[28176]: debug 2026-04-16T18:38:35.901+0000 7f270ec4dd40 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2026-04-16T18:38:36.126 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:38:35 vm06 bash[28176]: debug 2026-04-16T18:38:35.901+0000 7f270ec4dd40 4 rocksdb: Options.persist_stats_to_disk: 0 2026-04-16T18:38:36.126 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:38:35 vm06 bash[28176]: debug 2026-04-16T18:38:35.901+0000 7f270ec4dd40 4 rocksdb: Options.write_dbid_to_manifest: 0 2026-04-16T18:38:36.126 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:38:35 vm06 bash[28176]: debug 2026-04-16T18:38:35.901+0000 7f270ec4dd40 4 rocksdb: Options.log_readahead_size: 0 2026-04-16T18:38:36.126 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:38:35 vm06 bash[28176]: debug 2026-04-16T18:38:35.901+0000 7f270ec4dd40 4 rocksdb: Options.file_checksum_gen_factory: Unknown 2026-04-16T18:38:36.126 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:38:35 vm06 bash[28176]: debug 2026-04-16T18:38:35.901+0000 7f270ec4dd40 4 rocksdb: Options.best_efforts_recovery: 0 2026-04-16T18:38:36.127 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:38:35 vm06 bash[28176]: debug 2026-04-16T18:38:35.901+0000 7f270ec4dd40 4 rocksdb: Options.max_bgerror_resume_count: 2147483647 2026-04-16T18:38:36.127 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:38:35 vm06 bash[28176]: debug 2026-04-16T18:38:35.901+0000 7f270ec4dd40 4 rocksdb: Options.bgerror_resume_retry_interval: 1000000 2026-04-16T18:38:36.127 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:38:35 vm06 bash[28176]: debug 2026-04-16T18:38:35.901+0000 7f270ec4dd40 4 rocksdb: Options.allow_data_in_errors: 0 2026-04-16T18:38:36.127 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:38:35 vm06 bash[28176]: debug 2026-04-16T18:38:35.901+0000 7f270ec4dd40 4 rocksdb: Options.db_host_id: __hostname__ 2026-04-16T18:38:36.127 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:38:35 vm06 bash[28176]: debug 2026-04-16T18:38:35.901+0000 7f270ec4dd40 4 rocksdb: Options.enforce_single_del_contracts: true 2026-04-16T18:38:36.127 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:38:35 vm06 bash[28176]: debug 2026-04-16T18:38:35.901+0000 7f270ec4dd40 4 rocksdb: Options.max_background_jobs: 2 2026-04-16T18:38:36.127 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:38:35 vm06 bash[28176]: debug 2026-04-16T18:38:35.901+0000 7f270ec4dd40 4 rocksdb: Options.max_background_compactions: -1 2026-04-16T18:38:36.127 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:38:35 vm06 bash[28176]: debug 2026-04-16T18:38:35.901+0000 7f270ec4dd40 4 rocksdb: Options.max_subcompactions: 1 2026-04-16T18:38:36.127 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:38:35 vm06 bash[28176]: debug 2026-04-16T18:38:35.901+0000 7f270ec4dd40 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2026-04-16T18:38:36.127 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:38:35 vm06 bash[28176]: debug 2026-04-16T18:38:35.901+0000 7f270ec4dd40 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2026-04-16T18:38:36.127 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:38:35 vm06 bash[28176]: debug 2026-04-16T18:38:35.901+0000 7f270ec4dd40 4 rocksdb: Options.delayed_write_rate : 16777216 2026-04-16T18:38:36.127 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:38:35 vm06 bash[28176]: debug 2026-04-16T18:38:35.901+0000 7f270ec4dd40 4 rocksdb: Options.max_total_wal_size: 0 2026-04-16T18:38:36.127 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:38:35 vm06 bash[28176]: debug 2026-04-16T18:38:35.901+0000 7f270ec4dd40 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2026-04-16T18:38:36.127 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:38:35 vm06 bash[28176]: debug 2026-04-16T18:38:35.901+0000 7f270ec4dd40 4 rocksdb: Options.stats_dump_period_sec: 600 2026-04-16T18:38:36.127 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:38:35 vm06 bash[28176]: debug 2026-04-16T18:38:35.901+0000 7f270ec4dd40 4 rocksdb: Options.stats_persist_period_sec: 600 2026-04-16T18:38:36.127 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:38:35 vm06 bash[28176]: debug 2026-04-16T18:38:35.901+0000 7f270ec4dd40 4 rocksdb: Options.stats_history_buffer_size: 1048576 2026-04-16T18:38:36.127 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:38:35 vm06 bash[28176]: debug 2026-04-16T18:38:35.901+0000 7f270ec4dd40 4 rocksdb: Options.max_open_files: -1 2026-04-16T18:38:36.127 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:38:35 vm06 bash[28176]: debug 2026-04-16T18:38:35.901+0000 7f270ec4dd40 4 rocksdb: Options.bytes_per_sync: 0 2026-04-16T18:38:36.127 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:38:35 vm06 bash[28176]: debug 2026-04-16T18:38:35.901+0000 7f270ec4dd40 4 rocksdb: Options.wal_bytes_per_sync: 0 2026-04-16T18:38:36.127 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:38:35 vm06 bash[28176]: debug 2026-04-16T18:38:35.901+0000 7f270ec4dd40 4 rocksdb: Options.strict_bytes_per_sync: 0 2026-04-16T18:38:36.127 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:38:35 vm06 bash[28176]: debug 2026-04-16T18:38:35.901+0000 7f270ec4dd40 4 rocksdb: Options.compaction_readahead_size: 0 2026-04-16T18:38:36.127 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:38:35 vm06 bash[28176]: debug 2026-04-16T18:38:35.901+0000 7f270ec4dd40 4 rocksdb: Options.max_background_flushes: -1 2026-04-16T18:38:36.127 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:38:35 vm06 bash[28176]: debug 2026-04-16T18:38:35.901+0000 7f270ec4dd40 4 rocksdb: Compression algorithms supported: 2026-04-16T18:38:36.127 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:38:35 vm06 bash[28176]: debug 2026-04-16T18:38:35.901+0000 7f270ec4dd40 4 rocksdb: kZSTD supported: 0 2026-04-16T18:38:36.127 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:38:35 vm06 bash[28176]: debug 2026-04-16T18:38:35.901+0000 7f270ec4dd40 4 rocksdb: kXpressCompression supported: 0 2026-04-16T18:38:36.127 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:38:35 vm06 bash[28176]: debug 2026-04-16T18:38:35.901+0000 7f270ec4dd40 4 rocksdb: kBZip2Compression supported: 0 2026-04-16T18:38:36.127 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:38:35 vm06 bash[28176]: debug 2026-04-16T18:38:35.901+0000 7f270ec4dd40 4 rocksdb: kZSTDNotFinalCompression supported: 0 2026-04-16T18:38:36.127 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:38:35 vm06 bash[28176]: debug 2026-04-16T18:38:35.901+0000 7f270ec4dd40 4 rocksdb: kLZ4Compression supported: 1 2026-04-16T18:38:36.127 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:38:35 vm06 bash[28176]: debug 2026-04-16T18:38:35.901+0000 7f270ec4dd40 4 rocksdb: kZlibCompression supported: 1 2026-04-16T18:38:36.127 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:38:35 vm06 bash[28176]: debug 2026-04-16T18:38:35.901+0000 7f270ec4dd40 4 rocksdb: kLZ4HCCompression supported: 1 2026-04-16T18:38:36.127 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:38:35 vm06 bash[28176]: debug 2026-04-16T18:38:35.901+0000 7f270ec4dd40 4 rocksdb: kSnappyCompression supported: 1 2026-04-16T18:38:36.127 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:38:35 vm06 bash[28176]: debug 2026-04-16T18:38:35.901+0000 7f270ec4dd40 4 rocksdb: Fast CRC32 supported: Supported on x86 2026-04-16T18:38:36.127 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:38:35 vm06 bash[28176]: debug 2026-04-16T18:38:35.901+0000 7f270ec4dd40 4 rocksdb: DMutex implementation: pthread_mutex_t 2026-04-16T18:38:36.127 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:38:35 vm06 bash[28176]: debug 2026-04-16T18:38:35.901+0000 7f270ec4dd40 4 rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-vm06/store.db/MANIFEST-000010 2026-04-16T18:38:36.127 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:38:35 vm06 bash[28176]: debug 2026-04-16T18:38:35.901+0000 7f270ec4dd40 4 rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2026-04-16T18:38:36.127 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:38:35 vm06 bash[28176]: debug 2026-04-16T18:38:35.901+0000 7f270ec4dd40 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2026-04-16T18:38:36.127 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:38:35 vm06 bash[28176]: debug 2026-04-16T18:38:35.901+0000 7f270ec4dd40 4 rocksdb: Options.merge_operator: 2026-04-16T18:38:36.127 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:38:35 vm06 bash[28176]: debug 2026-04-16T18:38:35.901+0000 7f270ec4dd40 4 rocksdb: Options.compaction_filter: None 2026-04-16T18:38:36.128 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:38:35 vm06 bash[28176]: debug 2026-04-16T18:38:35.901+0000 7f270ec4dd40 4 rocksdb: Options.compaction_filter_factory: None 2026-04-16T18:38:36.128 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:38:35 vm06 bash[28176]: debug 2026-04-16T18:38:35.901+0000 7f270ec4dd40 4 rocksdb: Options.sst_partitioner_factory: None 2026-04-16T18:38:36.128 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:38:35 vm06 bash[28176]: debug 2026-04-16T18:38:35.901+0000 7f270ec4dd40 4 rocksdb: Options.memtable_factory: SkipListFactory 2026-04-16T18:38:36.128 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:38:35 vm06 bash[28176]: debug 2026-04-16T18:38:35.901+0000 7f270ec4dd40 4 rocksdb: Options.table_factory: BlockBasedTable 2026-04-16T18:38:36.128 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:38:35 vm06 bash[28176]: debug 2026-04-16T18:38:35.901+0000 7f270ec4dd40 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x5621cabd4ec0) 2026-04-16T18:38:36.128 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:38:35 vm06 bash[28176]: cache_index_and_filter_blocks: 1 2026-04-16T18:38:36.128 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:38:35 vm06 bash[28176]: cache_index_and_filter_blocks_with_high_priority: 0 2026-04-16T18:38:36.128 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:38:35 vm06 bash[28176]: pin_l0_filter_and_index_blocks_in_cache: 0 2026-04-16T18:38:36.128 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:38:35 vm06 bash[28176]: pin_top_level_index_and_filter: 1 2026-04-16T18:38:36.128 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:38:35 vm06 bash[28176]: index_type: 0 2026-04-16T18:38:36.128 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:38:35 vm06 bash[28176]: data_block_index_type: 0 2026-04-16T18:38:36.128 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:38:35 vm06 bash[28176]: index_shortening: 1 2026-04-16T18:38:36.128 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:38:35 vm06 bash[28176]: data_block_hash_table_util_ratio: 0.750000 2026-04-16T18:38:36.128 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:38:35 vm06 bash[28176]: checksum: 4 2026-04-16T18:38:36.128 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:38:35 vm06 bash[28176]: no_block_cache: 0 2026-04-16T18:38:36.128 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:38:35 vm06 bash[28176]: block_cache: 0x5621cabcb8d0 2026-04-16T18:38:36.128 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:38:35 vm06 bash[28176]: block_cache_name: BinnedLRUCache 2026-04-16T18:38:36.128 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:38:35 vm06 bash[28176]: block_cache_options: 2026-04-16T18:38:36.128 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:38:35 vm06 bash[28176]: capacity : 536870912 2026-04-16T18:38:36.128 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:38:35 vm06 bash[28176]: num_shard_bits : 4 2026-04-16T18:38:36.128 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:38:35 vm06 bash[28176]: strict_capacity_limit : 0 2026-04-16T18:38:36.128 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:38:35 vm06 bash[28176]: high_pri_pool_ratio: 0.000 2026-04-16T18:38:36.128 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:38:35 vm06 bash[28176]: block_cache_compressed: (nil) 2026-04-16T18:38:36.128 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:38:35 vm06 bash[28176]: persistent_cache: (nil) 2026-04-16T18:38:36.128 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:38:35 vm06 bash[28176]: block_size: 4096 2026-04-16T18:38:36.128 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:38:35 vm06 bash[28176]: block_size_deviation: 10 2026-04-16T18:38:36.128 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:38:35 vm06 bash[28176]: block_restart_interval: 16 2026-04-16T18:38:36.128 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:38:35 vm06 bash[28176]: index_block_restart_interval: 1 2026-04-16T18:38:36.128 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:38:35 vm06 bash[28176]: metadata_block_size: 4096 2026-04-16T18:38:36.128 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:38:35 vm06 bash[28176]: partition_filters: 0 2026-04-16T18:38:36.128 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:38:35 vm06 bash[28176]: use_delta_encoding: 1 2026-04-16T18:38:36.128 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:38:35 vm06 bash[28176]: filter_policy: bloomfilter 2026-04-16T18:38:36.128 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:38:35 vm06 bash[28176]: whole_key_filtering: 1 2026-04-16T18:38:36.128 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:38:35 vm06 bash[28176]: verify_compression: 0 2026-04-16T18:38:36.128 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:38:35 vm06 bash[28176]: read_amp_bytes_per_bit: 0 2026-04-16T18:38:36.128 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:38:35 vm06 bash[28176]: format_version: 5 2026-04-16T18:38:36.128 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:38:35 vm06 bash[28176]: enable_index_compression: 1 2026-04-16T18:38:36.128 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:38:35 vm06 bash[28176]: block_align: 0 2026-04-16T18:38:36.128 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:38:35 vm06 bash[28176]: max_auto_readahead_size: 262144 2026-04-16T18:38:36.128 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:38:35 vm06 bash[28176]: prepopulate_block_cache: 0 2026-04-16T18:38:36.128 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:38:35 vm06 bash[28176]: initial_auto_readahead_size: 8192 2026-04-16T18:38:36.128 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:38:35 vm06 bash[28176]: num_file_reads_for_auto_readahead: 2 2026-04-16T18:38:36.128 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:38:35 vm06 bash[28176]: debug 2026-04-16T18:38:35.901+0000 7f270ec4dd40 4 rocksdb: Options.write_buffer_size: 33554432 2026-04-16T18:38:36.128 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:38:35 vm06 bash[28176]: debug 2026-04-16T18:38:35.901+0000 7f270ec4dd40 4 rocksdb: Options.max_write_buffer_number: 2 2026-04-16T18:38:36.128 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:38:35 vm06 bash[28176]: debug 2026-04-16T18:38:35.901+0000 7f270ec4dd40 4 rocksdb: Options.compression: NoCompression 2026-04-16T18:38:36.128 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:38:35 vm06 bash[28176]: debug 2026-04-16T18:38:35.901+0000 7f270ec4dd40 4 rocksdb: Options.bottommost_compression: Disabled 2026-04-16T18:38:36.128 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:38:35 vm06 bash[28176]: debug 2026-04-16T18:38:35.901+0000 7f270ec4dd40 4 rocksdb: Options.prefix_extractor: nullptr 2026-04-16T18:38:36.128 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:38:35 vm06 bash[28176]: debug 2026-04-16T18:38:35.901+0000 7f270ec4dd40 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2026-04-16T18:38:36.128 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:38:35 vm06 bash[28176]: debug 2026-04-16T18:38:35.901+0000 7f270ec4dd40 4 rocksdb: Options.num_levels: 7 2026-04-16T18:38:36.128 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:38:35 vm06 bash[28176]: debug 2026-04-16T18:38:35.901+0000 7f270ec4dd40 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2026-04-16T18:38:36.128 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:38:35 vm06 bash[28176]: debug 2026-04-16T18:38:35.901+0000 7f270ec4dd40 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2026-04-16T18:38:36.128 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:38:35 vm06 bash[28176]: debug 2026-04-16T18:38:35.901+0000 7f270ec4dd40 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2026-04-16T18:38:36.128 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:38:35 vm06 bash[28176]: debug 2026-04-16T18:38:35.901+0000 7f270ec4dd40 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2026-04-16T18:38:36.128 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:38:35 vm06 bash[28176]: debug 2026-04-16T18:38:35.901+0000 7f270ec4dd40 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2026-04-16T18:38:36.128 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:38:35 vm06 bash[28176]: debug 2026-04-16T18:38:35.901+0000 7f270ec4dd40 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2026-04-16T18:38:36.128 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:38:35 vm06 bash[28176]: debug 2026-04-16T18:38:35.901+0000 7f270ec4dd40 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2026-04-16T18:38:36.128 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:38:35 vm06 bash[28176]: debug 2026-04-16T18:38:35.901+0000 7f270ec4dd40 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2026-04-16T18:38:36.128 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:38:35 vm06 bash[28176]: debug 2026-04-16T18:38:35.901+0000 7f270ec4dd40 4 rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2026-04-16T18:38:36.128 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:38:35 vm06 bash[28176]: debug 2026-04-16T18:38:35.901+0000 7f270ec4dd40 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2026-04-16T18:38:36.128 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:38:35 vm06 bash[28176]: debug 2026-04-16T18:38:35.901+0000 7f270ec4dd40 4 rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2026-04-16T18:38:36.128 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:38:35 vm06 bash[28176]: debug 2026-04-16T18:38:35.901+0000 7f270ec4dd40 4 rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2026-04-16T18:38:36.128 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:38:35 vm06 bash[28176]: debug 2026-04-16T18:38:35.901+0000 7f270ec4dd40 4 rocksdb: Options.compression_opts.window_bits: -14 2026-04-16T18:38:36.128 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:38:35 vm06 bash[28176]: debug 2026-04-16T18:38:35.901+0000 7f270ec4dd40 4 rocksdb: Options.compression_opts.level: 32767 2026-04-16T18:38:36.128 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:38:35 vm06 bash[28176]: debug 2026-04-16T18:38:35.901+0000 7f270ec4dd40 4 rocksdb: Options.compression_opts.strategy: 0 2026-04-16T18:38:36.128 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:38:35 vm06 bash[28176]: debug 2026-04-16T18:38:35.901+0000 7f270ec4dd40 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2026-04-16T18:38:36.129 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:38:35 vm06 bash[28176]: debug 2026-04-16T18:38:35.901+0000 7f270ec4dd40 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2026-04-16T18:38:36.129 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:38:35 vm06 bash[28176]: debug 2026-04-16T18:38:35.901+0000 7f270ec4dd40 4 rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2026-04-16T18:38:36.129 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:38:35 vm06 bash[28176]: debug 2026-04-16T18:38:35.901+0000 7f270ec4dd40 4 rocksdb: Options.compression_opts.parallel_threads: 1 2026-04-16T18:38:36.129 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:38:35 vm06 bash[28176]: debug 2026-04-16T18:38:35.901+0000 7f270ec4dd40 4 rocksdb: Options.compression_opts.enabled: false 2026-04-16T18:38:36.129 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:38:35 vm06 bash[28176]: debug 2026-04-16T18:38:35.901+0000 7f270ec4dd40 4 rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2026-04-16T18:38:36.129 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:38:35 vm06 bash[28176]: debug 2026-04-16T18:38:35.901+0000 7f270ec4dd40 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2026-04-16T18:38:36.129 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:38:35 vm06 bash[28176]: debug 2026-04-16T18:38:35.901+0000 7f270ec4dd40 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2026-04-16T18:38:36.129 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:38:35 vm06 bash[28176]: debug 2026-04-16T18:38:35.901+0000 7f270ec4dd40 4 rocksdb: Options.level0_stop_writes_trigger: 36 2026-04-16T18:38:36.129 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:38:35 vm06 bash[28176]: debug 2026-04-16T18:38:35.901+0000 7f270ec4dd40 4 rocksdb: Options.target_file_size_base: 67108864 2026-04-16T18:38:36.129 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:38:35 vm06 bash[28176]: debug 2026-04-16T18:38:35.901+0000 7f270ec4dd40 4 rocksdb: Options.target_file_size_multiplier: 1 2026-04-16T18:38:36.129 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:38:35 vm06 bash[28176]: debug 2026-04-16T18:38:35.901+0000 7f270ec4dd40 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2026-04-16T18:38:36.129 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:38:35 vm06 bash[28176]: debug 2026-04-16T18:38:35.901+0000 7f270ec4dd40 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2026-04-16T18:38:36.129 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:38:35 vm06 bash[28176]: debug 2026-04-16T18:38:35.901+0000 7f270ec4dd40 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2026-04-16T18:38:36.129 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:38:35 vm06 bash[28176]: debug 2026-04-16T18:38:35.901+0000 7f270ec4dd40 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2026-04-16T18:38:36.129 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:38:35 vm06 bash[28176]: debug 2026-04-16T18:38:35.901+0000 7f270ec4dd40 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2026-04-16T18:38:36.129 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:38:35 vm06 bash[28176]: debug 2026-04-16T18:38:35.901+0000 7f270ec4dd40 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2026-04-16T18:38:36.129 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:38:35 vm06 bash[28176]: debug 2026-04-16T18:38:35.901+0000 7f270ec4dd40 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2026-04-16T18:38:36.129 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:38:35 vm06 bash[28176]: debug 2026-04-16T18:38:35.901+0000 7f270ec4dd40 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2026-04-16T18:38:36.129 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:38:35 vm06 bash[28176]: debug 2026-04-16T18:38:35.901+0000 7f270ec4dd40 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2026-04-16T18:38:36.129 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:38:35 vm06 bash[28176]: debug 2026-04-16T18:38:35.901+0000 7f270ec4dd40 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2026-04-16T18:38:36.129 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:38:35 vm06 bash[28176]: debug 2026-04-16T18:38:35.901+0000 7f270ec4dd40 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2026-04-16T18:38:36.129 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:38:35 vm06 bash[28176]: debug 2026-04-16T18:38:35.901+0000 7f270ec4dd40 4 rocksdb: Options.max_compaction_bytes: 1677721600 2026-04-16T18:38:36.129 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:38:35 vm06 bash[28176]: debug 2026-04-16T18:38:35.901+0000 7f270ec4dd40 4 rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2026-04-16T18:38:36.129 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:38:35 vm06 bash[28176]: debug 2026-04-16T18:38:35.901+0000 7f270ec4dd40 4 rocksdb: Options.arena_block_size: 1048576 2026-04-16T18:38:36.129 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:38:35 vm06 bash[28176]: debug 2026-04-16T18:38:35.901+0000 7f270ec4dd40 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2026-04-16T18:38:36.129 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:38:35 vm06 bash[28176]: debug 2026-04-16T18:38:35.901+0000 7f270ec4dd40 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2026-04-16T18:38:36.129 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:38:35 vm06 bash[28176]: debug 2026-04-16T18:38:35.901+0000 7f270ec4dd40 4 rocksdb: Options.disable_auto_compactions: 0 2026-04-16T18:38:36.129 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:38:35 vm06 bash[28176]: debug 2026-04-16T18:38:35.901+0000 7f270ec4dd40 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2026-04-16T18:38:36.129 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:38:35 vm06 bash[28176]: debug 2026-04-16T18:38:35.901+0000 7f270ec4dd40 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2026-04-16T18:38:36.129 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:38:35 vm06 bash[28176]: debug 2026-04-16T18:38:35.901+0000 7f270ec4dd40 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2026-04-16T18:38:36.129 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:38:35 vm06 bash[28176]: debug 2026-04-16T18:38:35.901+0000 7f270ec4dd40 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2026-04-16T18:38:36.129 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:38:35 vm06 bash[28176]: debug 2026-04-16T18:38:35.901+0000 7f270ec4dd40 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2026-04-16T18:38:36.129 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:38:35 vm06 bash[28176]: debug 2026-04-16T18:38:35.901+0000 7f270ec4dd40 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2026-04-16T18:38:36.129 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:38:35 vm06 bash[28176]: debug 2026-04-16T18:38:35.901+0000 7f270ec4dd40 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2026-04-16T18:38:36.129 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:38:35 vm06 bash[28176]: debug 2026-04-16T18:38:35.901+0000 7f270ec4dd40 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2026-04-16T18:38:36.129 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:38:35 vm06 bash[28176]: debug 2026-04-16T18:38:35.901+0000 7f270ec4dd40 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2026-04-16T18:38:36.129 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:38:35 vm06 bash[28176]: debug 2026-04-16T18:38:35.901+0000 7f270ec4dd40 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2026-04-16T18:38:36.129 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:38:35 vm06 bash[28176]: debug 2026-04-16T18:38:35.901+0000 7f270ec4dd40 4 rocksdb: Options.table_properties_collectors: CompactOnDeletionCollector (Sliding window size = 32768 Deletion trigger = 16384 Deletion ratio = 0); 2026-04-16T18:38:36.129 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:38:35 vm06 bash[28176]: debug 2026-04-16T18:38:35.901+0000 7f270ec4dd40 4 rocksdb: Options.inplace_update_support: 0 2026-04-16T18:38:36.129 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:38:35 vm06 bash[28176]: debug 2026-04-16T18:38:35.901+0000 7f270ec4dd40 4 rocksdb: Options.inplace_update_num_locks: 10000 2026-04-16T18:38:36.129 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:38:35 vm06 bash[28176]: debug 2026-04-16T18:38:35.901+0000 7f270ec4dd40 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2026-04-16T18:38:36.129 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:38:35 vm06 bash[28176]: debug 2026-04-16T18:38:35.901+0000 7f270ec4dd40 4 rocksdb: Options.memtable_whole_key_filtering: 0 2026-04-16T18:38:36.129 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:38:35 vm06 bash[28176]: debug 2026-04-16T18:38:35.901+0000 7f270ec4dd40 4 rocksdb: Options.memtable_huge_page_size: 0 2026-04-16T18:38:36.129 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:38:35 vm06 bash[28176]: debug 2026-04-16T18:38:35.901+0000 7f270ec4dd40 4 rocksdb: Options.bloom_locality: 0 2026-04-16T18:38:36.129 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:38:35 vm06 bash[28176]: debug 2026-04-16T18:38:35.901+0000 7f270ec4dd40 4 rocksdb: Options.max_successive_merges: 0 2026-04-16T18:38:36.129 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:38:35 vm06 bash[28176]: debug 2026-04-16T18:38:35.901+0000 7f270ec4dd40 4 rocksdb: Options.optimize_filters_for_hits: 0 2026-04-16T18:38:36.129 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:38:35 vm06 bash[28176]: debug 2026-04-16T18:38:35.901+0000 7f270ec4dd40 4 rocksdb: Options.paranoid_file_checks: 0 2026-04-16T18:38:36.129 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:38:35 vm06 bash[28176]: debug 2026-04-16T18:38:35.901+0000 7f270ec4dd40 4 rocksdb: Options.force_consistency_checks: 1 2026-04-16T18:38:36.129 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:38:35 vm06 bash[28176]: debug 2026-04-16T18:38:35.901+0000 7f270ec4dd40 4 rocksdb: Options.report_bg_io_stats: 0 2026-04-16T18:38:36.129 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:38:35 vm06 bash[28176]: debug 2026-04-16T18:38:35.901+0000 7f270ec4dd40 4 rocksdb: Options.ttl: 2592000 2026-04-16T18:38:36.129 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:38:35 vm06 bash[28176]: debug 2026-04-16T18:38:35.901+0000 7f270ec4dd40 4 rocksdb: Options.periodic_compaction_seconds: 0 2026-04-16T18:38:36.129 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:38:35 vm06 bash[28176]: debug 2026-04-16T18:38:35.901+0000 7f270ec4dd40 4 rocksdb: Options.preclude_last_level_data_seconds: 0 2026-04-16T18:38:36.129 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:38:35 vm06 bash[28176]: debug 2026-04-16T18:38:35.901+0000 7f270ec4dd40 4 rocksdb: Options.preserve_internal_time_seconds: 0 2026-04-16T18:38:36.129 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:38:35 vm06 bash[28176]: debug 2026-04-16T18:38:35.901+0000 7f270ec4dd40 4 rocksdb: Options.enable_blob_files: false 2026-04-16T18:38:36.129 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:38:35 vm06 bash[28176]: debug 2026-04-16T18:38:35.901+0000 7f270ec4dd40 4 rocksdb: Options.min_blob_size: 0 2026-04-16T18:38:36.129 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:38:35 vm06 bash[28176]: debug 2026-04-16T18:38:35.901+0000 7f270ec4dd40 4 rocksdb: Options.blob_file_size: 268435456 2026-04-16T18:38:36.129 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:38:35 vm06 bash[28176]: debug 2026-04-16T18:38:35.901+0000 7f270ec4dd40 4 rocksdb: Options.blob_compression_type: NoCompression 2026-04-16T18:38:36.129 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:38:35 vm06 bash[28176]: debug 2026-04-16T18:38:35.901+0000 7f270ec4dd40 4 rocksdb: Options.enable_blob_garbage_collection: false 2026-04-16T18:38:36.129 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:38:35 vm06 bash[28176]: debug 2026-04-16T18:38:35.901+0000 7f270ec4dd40 4 rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2026-04-16T18:38:36.129 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:38:35 vm06 bash[28176]: debug 2026-04-16T18:38:35.901+0000 7f270ec4dd40 4 rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2026-04-16T18:38:36.129 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:38:35 vm06 bash[28176]: debug 2026-04-16T18:38:35.901+0000 7f270ec4dd40 4 rocksdb: Options.blob_compaction_readahead_size: 0 2026-04-16T18:38:36.129 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:38:35 vm06 bash[28176]: debug 2026-04-16T18:38:35.901+0000 7f270ec4dd40 4 rocksdb: Options.blob_file_starting_level: 0 2026-04-16T18:38:36.129 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:38:35 vm06 bash[28176]: debug 2026-04-16T18:38:35.901+0000 7f270ec4dd40 4 rocksdb: Options.experimental_mempurge_threshold: 0.000000 2026-04-16T18:38:36.129 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:38:35 vm06 bash[28176]: debug 2026-04-16T18:38:35.909+0000 7f270ec4dd40 4 rocksdb: [db/version_set.cc:5566] Recovered from manifest file:/var/lib/ceph/mon/ceph-vm06/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-04-16T18:38:36.129 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:38:35 vm06 bash[28176]: debug 2026-04-16T18:38:35.909+0000 7f270ec4dd40 4 rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 5 2026-04-16T18:38:36.130 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:38:35 vm06 bash[28176]: debug 2026-04-16T18:38:35.909+0000 7f270ec4dd40 4 rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: b17eede3-8b8b-49d8-bc47-feb99e38e7ff 2026-04-16T18:38:36.130 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:38:35 vm06 bash[28176]: debug 2026-04-16T18:38:35.909+0000 7f270ec4dd40 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1776364715912731, "job": 1, "event": "recovery_started", "wal_files": [9]} 2026-04-16T18:38:36.130 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:38:35 vm06 bash[28176]: debug 2026-04-16T18:38:35.909+0000 7f270ec4dd40 4 rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #9 mode 2 2026-04-16T18:38:36.130 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:38:35 vm06 bash[28176]: debug 2026-04-16T18:38:35.909+0000 7f270ec4dd40 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1776364715914815, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 13, "file_size": 85951, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 8, "largest_seqno": 248, "table_properties": {"data_size": 84110, "index_size": 230, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 1, "index_value_is_delta_encoded": 1, "filter_size": 581, "raw_key_size": 10122, "raw_average_key_size": 47, "raw_value_size": 78307, "raw_average_value_size": 364, "num_data_blocks": 11, "num_entries": 215, "num_filter_entries": 215, "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": 1776364715, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "b17eede3-8b8b-49d8-bc47-feb99e38e7ff", "db_session_id": "KY9JHOEJ4LDDE0XFBFSY", "orig_file_number": 13, "seqno_to_time_mapping": "N/A"}} 2026-04-16T18:38:36.130 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:38:35 vm06 bash[28176]: debug 2026-04-16T18:38:35.909+0000 7f270ec4dd40 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1776364715914929, "job": 1, "event": "recovery_finished"} 2026-04-16T18:38:36.130 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:38:35 vm06 bash[28176]: debug 2026-04-16T18:38:35.909+0000 7f270ec4dd40 4 rocksdb: [db/version_set.cc:5047] Creating manifest 15 2026-04-16T18:38:36.130 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:38:35 vm06 bash[28176]: debug 2026-04-16T18:38:35.913+0000 7f270ec4dd40 4 rocksdb: [file/delete_scheduler.cc:74] Deleted file /var/lib/ceph/mon/ceph-vm06/store.db/000009.log immediately, rate_bytes_per_sec 0, total_trash_size 0 max_trash_db_ratio 0.250000 2026-04-16T18:38:36.130 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:38:35 vm06 bash[28176]: debug 2026-04-16T18:38:35.913+0000 7f270ec4dd40 4 rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x5621cabf6e00 2026-04-16T18:38:36.130 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:38:35 vm06 bash[28176]: debug 2026-04-16T18:38:35.913+0000 7f270ec4dd40 4 rocksdb: DB pointer 0x5621cad46000 2026-04-16T18:38:36.130 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:38:35 vm06 bash[28176]: debug 2026-04-16T18:38:35.913+0000 7f27049f3640 4 rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2026-04-16T18:38:36.130 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:38:35 vm06 bash[28176]: debug 2026-04-16T18:38:35.913+0000 7f27049f3640 4 rocksdb: [db/db_impl/db_impl.cc:1111] 2026-04-16T18:38:36.130 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:38:35 vm06 bash[28176]: ** DB Stats ** 2026-04-16T18:38:36.130 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:38:35 vm06 bash[28176]: Uptime(secs): 0.0 total, 0.0 interval 2026-04-16T18:38:36.130 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:38:35 vm06 bash[28176]: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2026-04-16T18:38:36.130 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:38:35 vm06 bash[28176]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2026-04-16T18:38:36.130 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:38:35 vm06 bash[28176]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2026-04-16T18:38:36.130 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:38:35 vm06 bash[28176]: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2026-04-16T18:38:36.130 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:38:35 vm06 bash[28176]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2026-04-16T18:38:36.130 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:38:35 vm06 bash[28176]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2026-04-16T18:38:36.130 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:38:35 vm06 bash[28176]: ** Compaction Stats [default] ** 2026-04-16T18:38:36.130 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:38:35 vm06 bash[28176]: 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-04-16T18:38:36.130 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:38:35 vm06 bash[28176]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2026-04-16T18:38:36.130 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:38:35 vm06 bash[28176]: L0 2/0 85.81 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 46.2 0.00 0.00 1 0.002 0 0 0.0 0.0 2026-04-16T18:38:36.130 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:38:35 vm06 bash[28176]: Sum 2/0 85.81 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 46.2 0.00 0.00 1 0.002 0 0 0.0 0.0 2026-04-16T18:38:36.130 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:38:35 vm06 bash[28176]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 46.2 0.00 0.00 1 0.002 0 0 0.0 0.0 2026-04-16T18:38:36.130 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:38:35 vm06 bash[28176]: ** Compaction Stats [default] ** 2026-04-16T18:38:36.130 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:38:35 vm06 bash[28176]: 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-04-16T18:38:36.130 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:38:35 vm06 bash[28176]: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2026-04-16T18:38:36.130 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:38:35 vm06 bash[28176]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 46.2 0.00 0.00 1 0.002 0 0 0.0 0.0 2026-04-16T18:38:36.130 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:38:35 vm06 bash[28176]: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2026-04-16T18:38:36.130 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:38:35 vm06 bash[28176]: Uptime(secs): 0.0 total, 0.0 interval 2026-04-16T18:38:36.130 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:38:35 vm06 bash[28176]: Flush(GB): cumulative 0.000, interval 0.000 2026-04-16T18:38:36.130 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:38:35 vm06 bash[28176]: AddFile(GB): cumulative 0.000, interval 0.000 2026-04-16T18:38:36.130 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:38:35 vm06 bash[28176]: AddFile(Total Files): cumulative 0, interval 0 2026-04-16T18:38:36.130 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:38:35 vm06 bash[28176]: AddFile(L0 Files): cumulative 0, interval 0 2026-04-16T18:38:36.130 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:38:35 vm06 bash[28176]: AddFile(Keys): cumulative 0, interval 0 2026-04-16T18:38:36.130 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:38:35 vm06 bash[28176]: Cumulative compaction: 0.00 GB write, 5.92 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2026-04-16T18:38:36.130 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:38:35 vm06 bash[28176]: Interval compaction: 0.00 GB write, 5.92 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2026-04-16T18:38:36.130 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:38:35 vm06 bash[28176]: 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-04-16T18:38:36.130 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:38:35 vm06 bash[28176]: Block cache BinnedLRUCache@0x5621cabcb8d0#7 capacity: 512.00 MB usage: 30.30 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 2e-05 secs_since: 0 2026-04-16T18:38:36.130 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:38:35 vm06 bash[28176]: Block cache entry stats(count,size,portion): DataBlock(3,29.11 KB,0.00555217%) FilterBlock(2,0.77 KB,0.000146031%) IndexBlock(2,0.42 KB,8.04663e-05%) Misc(1,0.00 KB,0%) 2026-04-16T18:38:36.130 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:38:35 vm06 bash[28176]: ** File Read Latency Histogram By Level [default] ** 2026-04-16T18:38:36.130 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:38:35 vm06 bash[28176]: debug 2026-04-16T18:38:35.917+0000 7f270ec4dd40 0 starting mon.vm06 rank 0 at public addrs [v2:192.168.123.106:3300/0,v1:192.168.123.106:6789/0] at bind addrs [v2:192.168.123.106:3300/0,v1:192.168.123.106:6789/0] mon_data /var/lib/ceph/mon/ceph-vm06 fsid 4f654fb6-39c3-11f1-a5d5-6940ad893399 2026-04-16T18:38:36.130 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:38:35 vm06 bash[28176]: debug 2026-04-16T18:38:35.917+0000 7f270ec4dd40 1 mon.vm06@-1(???) e1 preinit fsid 4f654fb6-39c3-11f1-a5d5-6940ad893399 2026-04-16T18:38:36.130 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:38:35 vm06 bash[28176]: debug 2026-04-16T18:38:35.917+0000 7f270ec4dd40 0 mon.vm06@-1(???).mds e1 new map 2026-04-16T18:38:36.130 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:38:35 vm06 bash[28176]: debug 2026-04-16T18:38:35.917+0000 7f270ec4dd40 0 mon.vm06@-1(???).mds e1 print_map 2026-04-16T18:38:36.130 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:38:35 vm06 bash[28176]: e1 2026-04-16T18:38:36.130 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:38:35 vm06 bash[28176]: btime 2026-04-16T18:38:34:588836+0000 2026-04-16T18:38:36.130 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:38:35 vm06 bash[28176]: enable_multiple, ever_enabled_multiple: 1,1 2026-04-16T18:38:36.130 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:38:35 vm06 bash[28176]: 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-04-16T18:38:36.130 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:38:35 vm06 bash[28176]: legacy client fscid: -1 2026-04-16T18:38:36.130 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:38:35 vm06 bash[28176]: 2026-04-16T18:38:36.130 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:38:35 vm06 bash[28176]: No filesystems configured 2026-04-16T18:38:36.130 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:38:35 vm06 bash[28176]: debug 2026-04-16T18:38:35.917+0000 7f270ec4dd40 0 mon.vm06@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2026-04-16T18:38:36.130 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:38:35 vm06 bash[28176]: debug 2026-04-16T18:38:35.917+0000 7f270ec4dd40 0 mon.vm06@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2026-04-16T18:38:36.130 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:38:35 vm06 bash[28176]: debug 2026-04-16T18:38:35.917+0000 7f270ec4dd40 0 mon.vm06@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2026-04-16T18:38:36.130 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:38:35 vm06 bash[28176]: debug 2026-04-16T18:38:35.917+0000 7f270ec4dd40 0 mon.vm06@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2026-04-16T18:38:36.130 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:38:35 vm06 bash[28176]: debug 2026-04-16T18:38:35.917+0000 7f270ec4dd40 1 mon.vm06@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2026-04-16T18:38:36.130 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:38:35 vm06 bash[28176]: cluster 2026-04-16T18:38:35.925728+0000 mon.vm06 (mon.0) 1 : cluster [INF] mon.vm06 is new leader, mons vm06 in quorum (ranks 0) 2026-04-16T18:38:36.130 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:38:35 vm06 bash[28176]: cluster 2026-04-16T18:38:35.925728+0000 mon.vm06 (mon.0) 1 : cluster [INF] mon.vm06 is new leader, mons vm06 in quorum (ranks 0) 2026-04-16T18:38:36.130 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:38:35 vm06 bash[28176]: cluster 2026-04-16T18:38:35.925773+0000 mon.vm06 (mon.0) 2 : cluster [DBG] monmap epoch 1 2026-04-16T18:38:36.131 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:38:35 vm06 bash[28176]: cluster 2026-04-16T18:38:35.925773+0000 mon.vm06 (mon.0) 2 : cluster [DBG] monmap epoch 1 2026-04-16T18:38:36.131 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:38:35 vm06 bash[28176]: cluster 2026-04-16T18:38:35.925781+0000 mon.vm06 (mon.0) 3 : cluster [DBG] fsid 4f654fb6-39c3-11f1-a5d5-6940ad893399 2026-04-16T18:38:36.131 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:38:35 vm06 bash[28176]: cluster 2026-04-16T18:38:35.925781+0000 mon.vm06 (mon.0) 3 : cluster [DBG] fsid 4f654fb6-39c3-11f1-a5d5-6940ad893399 2026-04-16T18:38:36.131 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:38:35 vm06 bash[28176]: cluster 2026-04-16T18:38:35.925785+0000 mon.vm06 (mon.0) 4 : cluster [DBG] last_changed 2026-04-16T18:38:33.267193+0000 2026-04-16T18:38:36.131 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:38:35 vm06 bash[28176]: cluster 2026-04-16T18:38:35.925785+0000 mon.vm06 (mon.0) 4 : cluster [DBG] last_changed 2026-04-16T18:38:33.267193+0000 2026-04-16T18:38:36.131 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:38:35 vm06 bash[28176]: cluster 2026-04-16T18:38:35.925793+0000 mon.vm06 (mon.0) 5 : cluster [DBG] created 2026-04-16T18:38:33.267193+0000 2026-04-16T18:38:36.131 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:38:35 vm06 bash[28176]: cluster 2026-04-16T18:38:35.925793+0000 mon.vm06 (mon.0) 5 : cluster [DBG] created 2026-04-16T18:38:33.267193+0000 2026-04-16T18:38:36.131 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:38:35 vm06 bash[28176]: cluster 2026-04-16T18:38:35.925799+0000 mon.vm06 (mon.0) 6 : cluster [DBG] min_mon_release 20 (tentacle) 2026-04-16T18:38:36.131 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:38:35 vm06 bash[28176]: cluster 2026-04-16T18:38:35.925799+0000 mon.vm06 (mon.0) 6 : cluster [DBG] min_mon_release 20 (tentacle) 2026-04-16T18:38:36.131 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:38:35 vm06 bash[28176]: cluster 2026-04-16T18:38:35.925804+0000 mon.vm06 (mon.0) 7 : cluster [DBG] election_strategy: 1 2026-04-16T18:38:36.131 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:38:35 vm06 bash[28176]: cluster 2026-04-16T18:38:35.925804+0000 mon.vm06 (mon.0) 7 : cluster [DBG] election_strategy: 1 2026-04-16T18:38:36.131 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:38:35 vm06 bash[28176]: cluster 2026-04-16T18:38:35.925815+0000 mon.vm06 (mon.0) 8 : cluster [DBG] 0: [v2:192.168.123.106:3300/0,v1:192.168.123.106:6789/0] mon.vm06 2026-04-16T18:38:36.131 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:38:35 vm06 bash[28176]: cluster 2026-04-16T18:38:35.925815+0000 mon.vm06 (mon.0) 8 : cluster [DBG] 0: [v2:192.168.123.106:3300/0,v1:192.168.123.106:6789/0] mon.vm06 2026-04-16T18:38:36.131 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:38:35 vm06 bash[28176]: cluster 2026-04-16T18:38:35.926123+0000 mon.vm06 (mon.0) 9 : cluster [DBG] fsmap 2026-04-16T18:38:36.131 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:38:35 vm06 bash[28176]: cluster 2026-04-16T18:38:35.926123+0000 mon.vm06 (mon.0) 9 : cluster [DBG] fsmap 2026-04-16T18:38:36.131 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:38:35 vm06 bash[28176]: cluster 2026-04-16T18:38:35.926144+0000 mon.vm06 (mon.0) 10 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2026-04-16T18:38:36.131 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:38:35 vm06 bash[28176]: cluster 2026-04-16T18:38:35.926144+0000 mon.vm06 (mon.0) 10 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2026-04-16T18:38:36.131 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:38:35 vm06 bash[28176]: cluster 2026-04-16T18:38:35.926643+0000 mon.vm06 (mon.0) 11 : cluster [DBG] mgrmap e1: no daemons active 2026-04-16T18:38:36.131 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:38:35 vm06 bash[28176]: cluster 2026-04-16T18:38:35.926643+0000 mon.vm06 (mon.0) 11 : cluster [DBG] mgrmap e1: no daemons active 2026-04-16T18:38:36.309 INFO:teuthology.orchestra.run.vm06.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-4f654fb6-39c3-11f1-a5d5-6940ad893399@mgr.vm06.sywxig 2026-04-16T18:38:36.309 INFO:teuthology.orchestra.run.vm06.stdout:systemctl: stderr Failed to reset failed state of unit ceph-4f654fb6-39c3-11f1-a5d5-6940ad893399@mgr.vm06.sywxig.service: Unit ceph-4f654fb6-39c3-11f1-a5d5-6940ad893399@mgr.vm06.sywxig.service not loaded. 2026-04-16T18:38:36.419 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:38:36 vm06 systemd[1]: /etc/systemd/system/ceph-4f654fb6-39c3-11f1-a5d5-6940ad893399@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2026-04-16T18:38:36.493 INFO:teuthology.orchestra.run.vm06.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-4f654fb6-39c3-11f1-a5d5-6940ad893399.target.wants/ceph-4f654fb6-39c3-11f1-a5d5-6940ad893399@mgr.vm06.sywxig.service → /etc/systemd/system/ceph-4f654fb6-39c3-11f1-a5d5-6940ad893399@.service. 2026-04-16T18:38:36.501 INFO:teuthology.orchestra.run.vm06.stdout:firewalld does not appear to be present 2026-04-16T18:38:36.501 INFO:teuthology.orchestra.run.vm06.stdout:Not possible to enable service . firewalld.service is not available 2026-04-16T18:38:36.501 INFO:teuthology.orchestra.run.vm06.stdout:firewalld does not appear to be present 2026-04-16T18:38:36.501 INFO:teuthology.orchestra.run.vm06.stdout:Not possible to open ports <[9283, 8765, 8443]>. firewalld.service is not available 2026-04-16T18:38:36.501 INFO:teuthology.orchestra.run.vm06.stdout:Waiting for mgr to start... 2026-04-16T18:38:36.501 INFO:teuthology.orchestra.run.vm06.stdout:Waiting for mgr... 2026-04-16T18:38:36.673 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:38:36 vm06 systemd[1]: /etc/systemd/system/ceph-4f654fb6-39c3-11f1-a5d5-6940ad893399@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2026-04-16T18:38:36.870 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph: stdout 2026-04-16T18:38:36.870 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph: stdout { 2026-04-16T18:38:36.870 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph: stdout "fsid": "4f654fb6-39c3-11f1-a5d5-6940ad893399", 2026-04-16T18:38:36.870 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph: stdout "health": { 2026-04-16T18:38:36.870 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2026-04-16T18:38:36.870 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph: stdout "checks": {}, 2026-04-16T18:38:36.870 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph: stdout "mutes": [] 2026-04-16T18:38:36.870 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph: stdout }, 2026-04-16T18:38:36.870 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2026-04-16T18:38:36.870 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph: stdout "quorum": [ 2026-04-16T18:38:36.870 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph: stdout 0 2026-04-16T18:38:36.870 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph: stdout ], 2026-04-16T18:38:36.870 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2026-04-16T18:38:36.870 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph: stdout "vm06" 2026-04-16T18:38:36.871 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph: stdout ], 2026-04-16T18:38:36.871 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph: stdout "quorum_age": 0, 2026-04-16T18:38:36.872 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph: stdout "monmap": { 2026-04-16T18:38:36.872 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-04-16T18:38:36.872 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "tentacle", 2026-04-16T18:38:36.872 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph: stdout "num_mons": 1 2026-04-16T18:38:36.872 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph: stdout }, 2026-04-16T18:38:36.872 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph: stdout "osdmap": { 2026-04-16T18:38:36.872 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-04-16T18:38:36.872 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2026-04-16T18:38:36.872 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2026-04-16T18:38:36.872 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2026-04-16T18:38:36.872 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2026-04-16T18:38:36.872 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2026-04-16T18:38:36.872 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2026-04-16T18:38:36.872 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph: stdout }, 2026-04-16T18:38:36.872 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph: stdout "pgmap": { 2026-04-16T18:38:36.872 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2026-04-16T18:38:36.872 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2026-04-16T18:38:36.872 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2026-04-16T18:38:36.872 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2026-04-16T18:38:36.872 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2026-04-16T18:38:36.872 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2026-04-16T18:38:36.872 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2026-04-16T18:38:36.872 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2026-04-16T18:38:36.872 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph: stdout }, 2026-04-16T18:38:36.872 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph: stdout "fsmap": { 2026-04-16T18:38:36.872 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-04-16T18:38:36.872 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph: stdout "btime": "2026-04-16T18:38:34:588836+0000", 2026-04-16T18:38:36.872 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph: stdout "by_rank": [], 2026-04-16T18:38:36.872 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph: stdout "up:standby": 0 2026-04-16T18:38:36.872 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph: stdout }, 2026-04-16T18:38:36.872 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph: stdout "mgrmap": { 2026-04-16T18:38:36.872 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph: stdout "available": false, 2026-04-16T18:38:36.872 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2026-04-16T18:38:36.872 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph: stdout "modules": [ 2026-04-16T18:38:36.872 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph: stdout "iostat", 2026-04-16T18:38:36.872 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph: stdout "nfs" 2026-04-16T18:38:36.872 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph: stdout ], 2026-04-16T18:38:36.872 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph: stdout "services": {} 2026-04-16T18:38:36.872 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph: stdout }, 2026-04-16T18:38:36.872 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph: stdout "servicemap": { 2026-04-16T18:38:36.872 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-04-16T18:38:36.872 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph: stdout "modified": "2026-04-16T18:38:34.589647+0000", 2026-04-16T18:38:36.872 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph: stdout "services": {} 2026-04-16T18:38:36.872 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph: stdout }, 2026-04-16T18:38:36.872 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph: stdout "progress_events": {} 2026-04-16T18:38:36.872 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph: stdout } 2026-04-16T18:38:36.872 INFO:teuthology.orchestra.run.vm06.stdout:mgr not available, waiting (1/15)... 2026-04-16T18:38:37.174 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:38:37 vm06 bash[28176]: audit 2026-04-16T18:38:36.058960+0000 mon.vm06 (mon.0) 12 : audit [INF] from='client.? 192.168.123.106:0/2901852003' entity='client.admin' 2026-04-16T18:38:37.174 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:38:37 vm06 bash[28176]: audit 2026-04-16T18:38:36.058960+0000 mon.vm06 (mon.0) 12 : audit [INF] from='client.? 192.168.123.106:0/2901852003' entity='client.admin' 2026-04-16T18:38:37.174 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:38:37 vm06 bash[28176]: audit 2026-04-16T18:38:36.820672+0000 mon.vm06 (mon.0) 13 : audit [DBG] from='client.? 192.168.123.106:0/152626400' entity='client.admin' cmd={"prefix": "status", "format": "json-pretty"} : dispatch 2026-04-16T18:38:37.174 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:38:37 vm06 bash[28176]: audit 2026-04-16T18:38:36.820672+0000 mon.vm06 (mon.0) 13 : audit [DBG] from='client.? 192.168.123.106:0/152626400' entity='client.admin' cmd={"prefix": "status", "format": "json-pretty"} : dispatch 2026-04-16T18:38:39.205 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph: stdout 2026-04-16T18:38:39.205 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph: stdout { 2026-04-16T18:38:39.205 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph: stdout "fsid": "4f654fb6-39c3-11f1-a5d5-6940ad893399", 2026-04-16T18:38:39.205 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph: stdout "health": { 2026-04-16T18:38:39.205 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2026-04-16T18:38:39.206 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph: stdout "checks": {}, 2026-04-16T18:38:39.206 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph: stdout "mutes": [] 2026-04-16T18:38:39.206 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph: stdout }, 2026-04-16T18:38:39.206 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2026-04-16T18:38:39.206 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph: stdout "quorum": [ 2026-04-16T18:38:39.206 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph: stdout 0 2026-04-16T18:38:39.206 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph: stdout ], 2026-04-16T18:38:39.206 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2026-04-16T18:38:39.206 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph: stdout "vm06" 2026-04-16T18:38:39.206 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph: stdout ], 2026-04-16T18:38:39.206 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph: stdout "quorum_age": 3, 2026-04-16T18:38:39.206 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph: stdout "monmap": { 2026-04-16T18:38:39.206 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-04-16T18:38:39.206 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "tentacle", 2026-04-16T18:38:39.206 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph: stdout "num_mons": 1 2026-04-16T18:38:39.206 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph: stdout }, 2026-04-16T18:38:39.206 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph: stdout "osdmap": { 2026-04-16T18:38:39.206 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-04-16T18:38:39.206 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2026-04-16T18:38:39.206 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2026-04-16T18:38:39.206 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2026-04-16T18:38:39.207 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2026-04-16T18:38:39.207 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2026-04-16T18:38:39.207 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2026-04-16T18:38:39.207 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph: stdout }, 2026-04-16T18:38:39.207 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph: stdout "pgmap": { 2026-04-16T18:38:39.207 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2026-04-16T18:38:39.207 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2026-04-16T18:38:39.207 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2026-04-16T18:38:39.207 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2026-04-16T18:38:39.207 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2026-04-16T18:38:39.207 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2026-04-16T18:38:39.207 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2026-04-16T18:38:39.207 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2026-04-16T18:38:39.207 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph: stdout }, 2026-04-16T18:38:39.207 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph: stdout "fsmap": { 2026-04-16T18:38:39.207 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-04-16T18:38:39.207 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph: stdout "btime": "2026-04-16T18:38:34:588836+0000", 2026-04-16T18:38:39.207 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph: stdout "by_rank": [], 2026-04-16T18:38:39.207 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph: stdout "up:standby": 0 2026-04-16T18:38:39.207 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph: stdout }, 2026-04-16T18:38:39.207 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph: stdout "mgrmap": { 2026-04-16T18:38:39.207 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph: stdout "available": false, 2026-04-16T18:38:39.207 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2026-04-16T18:38:39.207 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph: stdout "modules": [ 2026-04-16T18:38:39.207 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph: stdout "iostat", 2026-04-16T18:38:39.207 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph: stdout "nfs" 2026-04-16T18:38:39.207 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph: stdout ], 2026-04-16T18:38:39.207 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph: stdout "services": {} 2026-04-16T18:38:39.207 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph: stdout }, 2026-04-16T18:38:39.207 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph: stdout "servicemap": { 2026-04-16T18:38:39.207 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-04-16T18:38:39.207 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph: stdout "modified": "2026-04-16T18:38:34.589647+0000", 2026-04-16T18:38:39.207 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph: stdout "services": {} 2026-04-16T18:38:39.207 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph: stdout }, 2026-04-16T18:38:39.207 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph: stdout "progress_events": {} 2026-04-16T18:38:39.208 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph: stdout } 2026-04-16T18:38:39.208 INFO:teuthology.orchestra.run.vm06.stdout:mgr not available, waiting (2/15)... 2026-04-16T18:38:39.423 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:38:39 vm06 bash[28176]: audit 2026-04-16T18:38:39.161412+0000 mon.vm06 (mon.0) 14 : audit [DBG] from='client.? 192.168.123.106:0/3857156705' entity='client.admin' cmd={"prefix": "status", "format": "json-pretty"} : dispatch 2026-04-16T18:38:39.423 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:38:39 vm06 bash[28176]: audit 2026-04-16T18:38:39.161412+0000 mon.vm06 (mon.0) 14 : audit [DBG] from='client.? 192.168.123.106:0/3857156705' entity='client.admin' cmd={"prefix": "status", "format": "json-pretty"} : dispatch 2026-04-16T18:38:41.578 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph: stdout 2026-04-16T18:38:41.578 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph: stdout { 2026-04-16T18:38:41.578 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph: stdout "fsid": "4f654fb6-39c3-11f1-a5d5-6940ad893399", 2026-04-16T18:38:41.578 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph: stdout "health": { 2026-04-16T18:38:41.578 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2026-04-16T18:38:41.578 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph: stdout "checks": {}, 2026-04-16T18:38:41.578 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph: stdout "mutes": [] 2026-04-16T18:38:41.578 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph: stdout }, 2026-04-16T18:38:41.578 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2026-04-16T18:38:41.578 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph: stdout "quorum": [ 2026-04-16T18:38:41.578 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph: stdout 0 2026-04-16T18:38:41.578 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph: stdout ], 2026-04-16T18:38:41.578 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2026-04-16T18:38:41.578 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph: stdout "vm06" 2026-04-16T18:38:41.578 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph: stdout ], 2026-04-16T18:38:41.578 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph: stdout "quorum_age": 5, 2026-04-16T18:38:41.579 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph: stdout "monmap": { 2026-04-16T18:38:41.579 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-04-16T18:38:41.579 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "tentacle", 2026-04-16T18:38:41.579 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph: stdout "num_mons": 1 2026-04-16T18:38:41.579 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph: stdout }, 2026-04-16T18:38:41.579 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph: stdout "osdmap": { 2026-04-16T18:38:41.579 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-04-16T18:38:41.579 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2026-04-16T18:38:41.579 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2026-04-16T18:38:41.579 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2026-04-16T18:38:41.579 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2026-04-16T18:38:41.579 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2026-04-16T18:38:41.579 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2026-04-16T18:38:41.579 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph: stdout }, 2026-04-16T18:38:41.580 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph: stdout "pgmap": { 2026-04-16T18:38:41.580 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2026-04-16T18:38:41.580 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2026-04-16T18:38:41.580 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2026-04-16T18:38:41.580 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2026-04-16T18:38:41.580 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2026-04-16T18:38:41.580 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2026-04-16T18:38:41.580 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2026-04-16T18:38:41.580 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2026-04-16T18:38:41.580 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph: stdout }, 2026-04-16T18:38:41.580 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph: stdout "fsmap": { 2026-04-16T18:38:41.580 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-04-16T18:38:41.580 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph: stdout "btime": "2026-04-16T18:38:34:588836+0000", 2026-04-16T18:38:41.580 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph: stdout "by_rank": [], 2026-04-16T18:38:41.580 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph: stdout "up:standby": 0 2026-04-16T18:38:41.580 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph: stdout }, 2026-04-16T18:38:41.580 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph: stdout "mgrmap": { 2026-04-16T18:38:41.580 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph: stdout "available": false, 2026-04-16T18:38:41.580 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2026-04-16T18:38:41.580 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph: stdout "modules": [ 2026-04-16T18:38:41.580 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph: stdout "iostat", 2026-04-16T18:38:41.580 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph: stdout "nfs" 2026-04-16T18:38:41.580 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph: stdout ], 2026-04-16T18:38:41.580 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph: stdout "services": {} 2026-04-16T18:38:41.580 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph: stdout }, 2026-04-16T18:38:41.580 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph: stdout "servicemap": { 2026-04-16T18:38:41.580 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-04-16T18:38:41.580 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph: stdout "modified": "2026-04-16T18:38:34.589647+0000", 2026-04-16T18:38:41.580 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph: stdout "services": {} 2026-04-16T18:38:41.580 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph: stdout }, 2026-04-16T18:38:41.580 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph: stdout "progress_events": {} 2026-04-16T18:38:41.580 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph: stdout } 2026-04-16T18:38:41.580 INFO:teuthology.orchestra.run.vm06.stdout:mgr not available, waiting (3/15)... 2026-04-16T18:38:41.923 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:38:41 vm06 bash[28176]: audit 2026-04-16T18:38:41.503855+0000 mon.vm06 (mon.0) 15 : audit [DBG] from='client.? 192.168.123.106:0/623931776' entity='client.admin' cmd={"prefix": "status", "format": "json-pretty"} : dispatch 2026-04-16T18:38:41.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:38:41 vm06 bash[28176]: audit 2026-04-16T18:38:41.503855+0000 mon.vm06 (mon.0) 15 : audit [DBG] from='client.? 192.168.123.106:0/623931776' entity='client.admin' cmd={"prefix": "status", "format": "json-pretty"} : dispatch 2026-04-16T18:38:43.902 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph: stdout 2026-04-16T18:38:43.902 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph: stdout { 2026-04-16T18:38:43.902 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph: stdout "fsid": "4f654fb6-39c3-11f1-a5d5-6940ad893399", 2026-04-16T18:38:43.902 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph: stdout "health": { 2026-04-16T18:38:43.902 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2026-04-16T18:38:43.902 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph: stdout "checks": {}, 2026-04-16T18:38:43.902 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph: stdout "mutes": [] 2026-04-16T18:38:43.902 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph: stdout }, 2026-04-16T18:38:43.902 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2026-04-16T18:38:43.902 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph: stdout "quorum": [ 2026-04-16T18:38:43.902 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph: stdout 0 2026-04-16T18:38:43.902 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph: stdout ], 2026-04-16T18:38:43.902 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2026-04-16T18:38:43.902 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph: stdout "vm06" 2026-04-16T18:38:43.902 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph: stdout ], 2026-04-16T18:38:43.902 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph: stdout "quorum_age": 7, 2026-04-16T18:38:43.902 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph: stdout "monmap": { 2026-04-16T18:38:43.902 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-04-16T18:38:43.902 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "tentacle", 2026-04-16T18:38:43.902 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph: stdout "num_mons": 1 2026-04-16T18:38:43.902 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph: stdout }, 2026-04-16T18:38:43.902 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph: stdout "osdmap": { 2026-04-16T18:38:43.902 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-04-16T18:38:43.902 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2026-04-16T18:38:43.902 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2026-04-16T18:38:43.902 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2026-04-16T18:38:43.902 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2026-04-16T18:38:43.902 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2026-04-16T18:38:43.902 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2026-04-16T18:38:43.902 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph: stdout }, 2026-04-16T18:38:43.902 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph: stdout "pgmap": { 2026-04-16T18:38:43.903 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2026-04-16T18:38:43.903 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2026-04-16T18:38:43.903 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2026-04-16T18:38:43.903 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2026-04-16T18:38:43.903 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2026-04-16T18:38:43.903 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2026-04-16T18:38:43.903 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2026-04-16T18:38:43.903 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2026-04-16T18:38:43.903 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph: stdout }, 2026-04-16T18:38:43.903 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph: stdout "fsmap": { 2026-04-16T18:38:43.903 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-04-16T18:38:43.903 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph: stdout "btime": "2026-04-16T18:38:34:588836+0000", 2026-04-16T18:38:43.903 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph: stdout "by_rank": [], 2026-04-16T18:38:43.903 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph: stdout "up:standby": 0 2026-04-16T18:38:43.903 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph: stdout }, 2026-04-16T18:38:43.903 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph: stdout "mgrmap": { 2026-04-16T18:38:43.903 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph: stdout "available": false, 2026-04-16T18:38:43.903 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2026-04-16T18:38:43.903 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph: stdout "modules": [ 2026-04-16T18:38:43.903 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph: stdout "iostat", 2026-04-16T18:38:43.903 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph: stdout "nfs" 2026-04-16T18:38:43.904 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph: stdout ], 2026-04-16T18:38:43.904 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph: stdout "services": {} 2026-04-16T18:38:43.904 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph: stdout }, 2026-04-16T18:38:43.904 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph: stdout "servicemap": { 2026-04-16T18:38:43.904 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-04-16T18:38:43.904 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph: stdout "modified": "2026-04-16T18:38:34.589647+0000", 2026-04-16T18:38:43.904 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph: stdout "services": {} 2026-04-16T18:38:43.904 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph: stdout }, 2026-04-16T18:38:43.904 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph: stdout "progress_events": {} 2026-04-16T18:38:43.904 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph: stdout } 2026-04-16T18:38:43.904 INFO:teuthology.orchestra.run.vm06.stdout:mgr not available, waiting (4/15)... 2026-04-16T18:38:44.174 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:38:43 vm06 bash[28176]: audit 2026-04-16T18:38:43.859932+0000 mon.vm06 (mon.0) 16 : audit [DBG] from='client.? 192.168.123.106:0/582209980' entity='client.admin' cmd={"prefix": "status", "format": "json-pretty"} : dispatch 2026-04-16T18:38:44.174 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:38:43 vm06 bash[28176]: audit 2026-04-16T18:38:43.859932+0000 mon.vm06 (mon.0) 16 : audit [DBG] from='client.? 192.168.123.106:0/582209980' entity='client.admin' cmd={"prefix": "status", "format": "json-pretty"} : dispatch 2026-04-16T18:38:46.267 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph: stdout 2026-04-16T18:38:46.267 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph: stdout { 2026-04-16T18:38:46.267 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph: stdout "fsid": "4f654fb6-39c3-11f1-a5d5-6940ad893399", 2026-04-16T18:38:46.267 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph: stdout "health": { 2026-04-16T18:38:46.267 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2026-04-16T18:38:46.268 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph: stdout "checks": {}, 2026-04-16T18:38:46.268 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph: stdout "mutes": [] 2026-04-16T18:38:46.268 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph: stdout }, 2026-04-16T18:38:46.268 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2026-04-16T18:38:46.268 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph: stdout "quorum": [ 2026-04-16T18:38:46.268 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph: stdout 0 2026-04-16T18:38:46.268 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph: stdout ], 2026-04-16T18:38:46.268 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2026-04-16T18:38:46.268 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph: stdout "vm06" 2026-04-16T18:38:46.268 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph: stdout ], 2026-04-16T18:38:46.268 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph: stdout "quorum_age": 10, 2026-04-16T18:38:46.268 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph: stdout "monmap": { 2026-04-16T18:38:46.268 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-04-16T18:38:46.268 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "tentacle", 2026-04-16T18:38:46.268 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph: stdout "num_mons": 1 2026-04-16T18:38:46.268 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph: stdout }, 2026-04-16T18:38:46.268 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph: stdout "osdmap": { 2026-04-16T18:38:46.268 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-04-16T18:38:46.268 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2026-04-16T18:38:46.268 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2026-04-16T18:38:46.268 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2026-04-16T18:38:46.268 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2026-04-16T18:38:46.268 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2026-04-16T18:38:46.269 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2026-04-16T18:38:46.269 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph: stdout }, 2026-04-16T18:38:46.269 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph: stdout "pgmap": { 2026-04-16T18:38:46.269 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2026-04-16T18:38:46.269 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2026-04-16T18:38:46.269 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2026-04-16T18:38:46.269 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2026-04-16T18:38:46.269 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2026-04-16T18:38:46.269 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2026-04-16T18:38:46.269 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2026-04-16T18:38:46.269 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2026-04-16T18:38:46.269 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph: stdout }, 2026-04-16T18:38:46.269 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph: stdout "fsmap": { 2026-04-16T18:38:46.269 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-04-16T18:38:46.269 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph: stdout "btime": "2026-04-16T18:38:34:588836+0000", 2026-04-16T18:38:46.269 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph: stdout "by_rank": [], 2026-04-16T18:38:46.270 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph: stdout "up:standby": 0 2026-04-16T18:38:46.270 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph: stdout }, 2026-04-16T18:38:46.270 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph: stdout "mgrmap": { 2026-04-16T18:38:46.270 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph: stdout "available": false, 2026-04-16T18:38:46.270 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2026-04-16T18:38:46.270 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph: stdout "modules": [ 2026-04-16T18:38:46.270 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph: stdout "iostat", 2026-04-16T18:38:46.270 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph: stdout "nfs" 2026-04-16T18:38:46.270 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph: stdout ], 2026-04-16T18:38:46.270 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph: stdout "services": {} 2026-04-16T18:38:46.270 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph: stdout }, 2026-04-16T18:38:46.270 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph: stdout "servicemap": { 2026-04-16T18:38:46.270 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-04-16T18:38:46.270 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph: stdout "modified": "2026-04-16T18:38:34.589647+0000", 2026-04-16T18:38:46.270 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph: stdout "services": {} 2026-04-16T18:38:46.270 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph: stdout }, 2026-04-16T18:38:46.270 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph: stdout "progress_events": {} 2026-04-16T18:38:46.270 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph: stdout } 2026-04-16T18:38:46.270 INFO:teuthology.orchestra.run.vm06.stdout:mgr not available, waiting (5/15)... 2026-04-16T18:38:46.673 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:38:46 vm06 bash[28176]: audit 2026-04-16T18:38:46.198795+0000 mon.vm06 (mon.0) 17 : audit [DBG] from='client.? 192.168.123.106:0/2597570784' entity='client.admin' cmd={"prefix": "status", "format": "json-pretty"} : dispatch 2026-04-16T18:38:46.674 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:38:46 vm06 bash[28176]: audit 2026-04-16T18:38:46.198795+0000 mon.vm06 (mon.0) 17 : audit [DBG] from='client.? 192.168.123.106:0/2597570784' entity='client.admin' cmd={"prefix": "status", "format": "json-pretty"} : dispatch 2026-04-16T18:38:47.674 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:38:47 vm06 bash[28176]: cluster 2026-04-16T18:38:46.953023+0000 mon.vm06 (mon.0) 18 : cluster [INF] Activating manager daemon vm06.sywxig 2026-04-16T18:38:47.674 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:38:47 vm06 bash[28176]: cluster 2026-04-16T18:38:46.953023+0000 mon.vm06 (mon.0) 18 : cluster [INF] Activating manager daemon vm06.sywxig 2026-04-16T18:38:47.674 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:38:47 vm06 bash[28176]: cluster 2026-04-16T18:38:46.958108+0000 mon.vm06 (mon.0) 19 : cluster [DBG] mgrmap e2: vm06.sywxig(active, starting, since 0.00520894s) 2026-04-16T18:38:47.674 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:38:47 vm06 bash[28176]: cluster 2026-04-16T18:38:46.958108+0000 mon.vm06 (mon.0) 19 : cluster [DBG] mgrmap e2: vm06.sywxig(active, starting, since 0.00520894s) 2026-04-16T18:38:47.674 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:38:47 vm06 bash[28176]: audit 2026-04-16T18:38:46.958864+0000 mon.vm06 (mon.0) 20 : audit [DBG] from='mgr.14100 192.168.123.106:0/4285130541' entity='mgr.vm06.sywxig' cmd={"prefix": "mds metadata"} : dispatch 2026-04-16T18:38:47.674 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:38:47 vm06 bash[28176]: audit 2026-04-16T18:38:46.958864+0000 mon.vm06 (mon.0) 20 : audit [DBG] from='mgr.14100 192.168.123.106:0/4285130541' entity='mgr.vm06.sywxig' cmd={"prefix": "mds metadata"} : dispatch 2026-04-16T18:38:47.674 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:38:47 vm06 bash[28176]: audit 2026-04-16T18:38:46.958954+0000 mon.vm06 (mon.0) 21 : audit [DBG] from='mgr.14100 192.168.123.106:0/4285130541' entity='mgr.vm06.sywxig' cmd={"prefix": "osd metadata"} : dispatch 2026-04-16T18:38:47.674 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:38:47 vm06 bash[28176]: audit 2026-04-16T18:38:46.958954+0000 mon.vm06 (mon.0) 21 : audit [DBG] from='mgr.14100 192.168.123.106:0/4285130541' entity='mgr.vm06.sywxig' cmd={"prefix": "osd metadata"} : dispatch 2026-04-16T18:38:47.674 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:38:47 vm06 bash[28176]: audit 2026-04-16T18:38:46.959040+0000 mon.vm06 (mon.0) 22 : audit [DBG] from='mgr.14100 192.168.123.106:0/4285130541' entity='mgr.vm06.sywxig' cmd={"prefix": "mon metadata"} : dispatch 2026-04-16T18:38:47.674 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:38:47 vm06 bash[28176]: audit 2026-04-16T18:38:46.959040+0000 mon.vm06 (mon.0) 22 : audit [DBG] from='mgr.14100 192.168.123.106:0/4285130541' entity='mgr.vm06.sywxig' cmd={"prefix": "mon metadata"} : dispatch 2026-04-16T18:38:47.674 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:38:47 vm06 bash[28176]: audit 2026-04-16T18:38:46.959432+0000 mon.vm06 (mon.0) 23 : audit [DBG] from='mgr.14100 192.168.123.106:0/4285130541' entity='mgr.vm06.sywxig' cmd={"prefix": "mon metadata", "id": "vm06"} : dispatch 2026-04-16T18:38:47.674 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:38:47 vm06 bash[28176]: audit 2026-04-16T18:38:46.959432+0000 mon.vm06 (mon.0) 23 : audit [DBG] from='mgr.14100 192.168.123.106:0/4285130541' entity='mgr.vm06.sywxig' cmd={"prefix": "mon metadata", "id": "vm06"} : dispatch 2026-04-16T18:38:47.674 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:38:47 vm06 bash[28176]: audit 2026-04-16T18:38:46.959911+0000 mon.vm06 (mon.0) 24 : audit [DBG] from='mgr.14100 192.168.123.106:0/4285130541' entity='mgr.vm06.sywxig' cmd={"prefix": "mgr metadata", "who": "vm06.sywxig", "id": "vm06.sywxig"} : dispatch 2026-04-16T18:38:47.674 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:38:47 vm06 bash[28176]: audit 2026-04-16T18:38:46.959911+0000 mon.vm06 (mon.0) 24 : audit [DBG] from='mgr.14100 192.168.123.106:0/4285130541' entity='mgr.vm06.sywxig' cmd={"prefix": "mgr metadata", "who": "vm06.sywxig", "id": "vm06.sywxig"} : dispatch 2026-04-16T18:38:47.674 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:38:47 vm06 bash[28176]: cluster 2026-04-16T18:38:46.965984+0000 mon.vm06 (mon.0) 25 : cluster [INF] Manager daemon vm06.sywxig is now available 2026-04-16T18:38:47.674 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:38:47 vm06 bash[28176]: cluster 2026-04-16T18:38:46.965984+0000 mon.vm06 (mon.0) 25 : cluster [INF] Manager daemon vm06.sywxig is now available 2026-04-16T18:38:47.674 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:38:47 vm06 bash[28176]: audit 2026-04-16T18:38:46.974526+0000 mon.vm06 (mon.0) 26 : audit [INF] from='mgr.14100 192.168.123.106:0/4285130541' entity='mgr.vm06.sywxig' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/vm06.sywxig/mirror_snapshot_schedule"} : dispatch 2026-04-16T18:38:47.674 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:38:47 vm06 bash[28176]: audit 2026-04-16T18:38:46.974526+0000 mon.vm06 (mon.0) 26 : audit [INF] from='mgr.14100 192.168.123.106:0/4285130541' entity='mgr.vm06.sywxig' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/vm06.sywxig/mirror_snapshot_schedule"} : dispatch 2026-04-16T18:38:47.674 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:38:47 vm06 bash[28176]: audit 2026-04-16T18:38:46.977264+0000 mon.vm06 (mon.0) 27 : audit [INF] from='mgr.14100 192.168.123.106:0/4285130541' entity='mgr.vm06.sywxig' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/vm06.sywxig/trash_purge_schedule"} : dispatch 2026-04-16T18:38:47.674 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:38:47 vm06 bash[28176]: audit 2026-04-16T18:38:46.977264+0000 mon.vm06 (mon.0) 27 : audit [INF] from='mgr.14100 192.168.123.106:0/4285130541' entity='mgr.vm06.sywxig' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/vm06.sywxig/trash_purge_schedule"} : dispatch 2026-04-16T18:38:47.674 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:38:47 vm06 bash[28176]: audit 2026-04-16T18:38:46.978851+0000 mon.vm06 (mon.0) 28 : audit [INF] from='mgr.14100 192.168.123.106:0/4285130541' entity='mgr.vm06.sywxig' 2026-04-16T18:38:47.674 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:38:47 vm06 bash[28176]: audit 2026-04-16T18:38:46.978851+0000 mon.vm06 (mon.0) 28 : audit [INF] from='mgr.14100 192.168.123.106:0/4285130541' entity='mgr.vm06.sywxig' 2026-04-16T18:38:47.674 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:38:47 vm06 bash[28176]: audit 2026-04-16T18:38:46.981902+0000 mon.vm06 (mon.0) 29 : audit [INF] from='mgr.14100 192.168.123.106:0/4285130541' entity='mgr.vm06.sywxig' 2026-04-16T18:38:47.674 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:38:47 vm06 bash[28176]: audit 2026-04-16T18:38:46.981902+0000 mon.vm06 (mon.0) 29 : audit [INF] from='mgr.14100 192.168.123.106:0/4285130541' entity='mgr.vm06.sywxig' 2026-04-16T18:38:47.674 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:38:47 vm06 bash[28176]: audit 2026-04-16T18:38:46.984669+0000 mon.vm06 (mon.0) 30 : audit [INF] from='mgr.14100 192.168.123.106:0/4285130541' entity='mgr.vm06.sywxig' 2026-04-16T18:38:47.674 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:38:47 vm06 bash[28176]: audit 2026-04-16T18:38:46.984669+0000 mon.vm06 (mon.0) 30 : audit [INF] from='mgr.14100 192.168.123.106:0/4285130541' entity='mgr.vm06.sywxig' 2026-04-16T18:38:48.750 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph: stdout 2026-04-16T18:38:48.750 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph: stdout { 2026-04-16T18:38:48.750 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph: stdout "fsid": "4f654fb6-39c3-11f1-a5d5-6940ad893399", 2026-04-16T18:38:48.750 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph: stdout "health": { 2026-04-16T18:38:48.750 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2026-04-16T18:38:48.750 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph: stdout "checks": {}, 2026-04-16T18:38:48.750 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph: stdout "mutes": [] 2026-04-16T18:38:48.750 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph: stdout }, 2026-04-16T18:38:48.750 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2026-04-16T18:38:48.750 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph: stdout "quorum": [ 2026-04-16T18:38:48.750 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph: stdout 0 2026-04-16T18:38:48.750 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph: stdout ], 2026-04-16T18:38:48.750 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2026-04-16T18:38:48.750 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph: stdout "vm06" 2026-04-16T18:38:48.750 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph: stdout ], 2026-04-16T18:38:48.750 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph: stdout "quorum_age": 12, 2026-04-16T18:38:48.750 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph: stdout "monmap": { 2026-04-16T18:38:48.750 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-04-16T18:38:48.750 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "tentacle", 2026-04-16T18:38:48.750 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph: stdout "num_mons": 1 2026-04-16T18:38:48.750 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph: stdout }, 2026-04-16T18:38:48.750 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph: stdout "osdmap": { 2026-04-16T18:38:48.750 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-04-16T18:38:48.751 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2026-04-16T18:38:48.751 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2026-04-16T18:38:48.751 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2026-04-16T18:38:48.751 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2026-04-16T18:38:48.752 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2026-04-16T18:38:48.752 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2026-04-16T18:38:48.752 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph: stdout }, 2026-04-16T18:38:48.752 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph: stdout "pgmap": { 2026-04-16T18:38:48.752 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2026-04-16T18:38:48.752 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2026-04-16T18:38:48.752 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2026-04-16T18:38:48.752 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2026-04-16T18:38:48.752 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2026-04-16T18:38:48.752 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2026-04-16T18:38:48.752 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2026-04-16T18:38:48.752 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2026-04-16T18:38:48.752 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph: stdout }, 2026-04-16T18:38:48.752 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph: stdout "fsmap": { 2026-04-16T18:38:48.752 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-04-16T18:38:48.752 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph: stdout "btime": "2026-04-16T18:38:34:588836+0000", 2026-04-16T18:38:48.752 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph: stdout "by_rank": [], 2026-04-16T18:38:48.752 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph: stdout "up:standby": 0 2026-04-16T18:38:48.752 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph: stdout }, 2026-04-16T18:38:48.752 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph: stdout "mgrmap": { 2026-04-16T18:38:48.752 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph: stdout "available": true, 2026-04-16T18:38:48.752 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2026-04-16T18:38:48.752 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph: stdout "modules": [ 2026-04-16T18:38:48.752 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph: stdout "iostat", 2026-04-16T18:38:48.752 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph: stdout "nfs" 2026-04-16T18:38:48.752 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph: stdout ], 2026-04-16T18:38:48.752 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph: stdout "services": {} 2026-04-16T18:38:48.753 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph: stdout }, 2026-04-16T18:38:48.753 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph: stdout "servicemap": { 2026-04-16T18:38:48.753 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-04-16T18:38:48.753 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph: stdout "modified": "2026-04-16T18:38:34.589647+0000", 2026-04-16T18:38:48.753 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph: stdout "services": {} 2026-04-16T18:38:48.753 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph: stdout }, 2026-04-16T18:38:48.753 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph: stdout "progress_events": {} 2026-04-16T18:38:48.753 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph: stdout } 2026-04-16T18:38:48.753 INFO:teuthology.orchestra.run.vm06.stdout:mgr is available 2026-04-16T18:38:49.149 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:38:48 vm06 bash[28176]: cluster 2026-04-16T18:38:47.962776+0000 mon.vm06 (mon.0) 31 : cluster [DBG] mgrmap e3: vm06.sywxig(active, since 1.00982s) 2026-04-16T18:38:49.149 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:38:48 vm06 bash[28176]: cluster 2026-04-16T18:38:47.962776+0000 mon.vm06 (mon.0) 31 : cluster [DBG] mgrmap e3: vm06.sywxig(active, since 1.00982s) 2026-04-16T18:38:49.149 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:38:48 vm06 bash[28176]: audit 2026-04-16T18:38:48.702606+0000 mon.vm06 (mon.0) 32 : audit [DBG] from='client.? 192.168.123.106:0/828087294' entity='client.admin' cmd={"prefix": "status", "format": "json-pretty"} : dispatch 2026-04-16T18:38:49.149 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:38:48 vm06 bash[28176]: audit 2026-04-16T18:38:48.702606+0000 mon.vm06 (mon.0) 32 : audit [DBG] from='client.? 192.168.123.106:0/828087294' entity='client.admin' cmd={"prefix": "status", "format": "json-pretty"} : dispatch 2026-04-16T18:38:49.186 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph: stdout 2026-04-16T18:38:49.187 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph: stdout [global] 2026-04-16T18:38:49.187 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph: stdout fsid = 4f654fb6-39c3-11f1-a5d5-6940ad893399 2026-04-16T18:38:49.187 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph: stdout mon_cluster_log_file_level = debug 2026-04-16T18:38:49.187 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph: stdout mon_host = [v2:192.168.123.106:3300,v1:192.168.123.106:6789] 2026-04-16T18:38:49.187 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2026-04-16T18:38:49.187 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2026-04-16T18:38:49.187 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2026-04-16T18:38:49.187 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2026-04-16T18:38:49.187 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph: stdout 2026-04-16T18:38:49.187 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph: stdout [mgr] 2026-04-16T18:38:49.187 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2026-04-16T18:38:49.187 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph: stdout 2026-04-16T18:38:49.187 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph: stdout [osd] 2026-04-16T18:38:49.187 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2026-04-16T18:38:49.187 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2026-04-16T18:38:49.187 INFO:teuthology.orchestra.run.vm06.stdout:Enabling cephadm module... 2026-04-16T18:38:50.424 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:38:49 vm06 bash[28176]: cluster 2026-04-16T18:38:48.967610+0000 mon.vm06 (mon.0) 33 : cluster [DBG] mgrmap e4: vm06.sywxig(active, since 2s) 2026-04-16T18:38:50.424 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:38:49 vm06 bash[28176]: cluster 2026-04-16T18:38:48.967610+0000 mon.vm06 (mon.0) 33 : cluster [DBG] mgrmap e4: vm06.sywxig(active, since 2s) 2026-04-16T18:38:50.424 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:38:49 vm06 bash[28176]: audit 2026-04-16T18:38:49.134704+0000 mon.vm06 (mon.0) 34 : audit [INF] from='client.? 192.168.123.106:0/1936907385' entity='client.admin' cmd={"prefix": "config assimilate-conf"} : dispatch 2026-04-16T18:38:50.424 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:38:49 vm06 bash[28176]: audit 2026-04-16T18:38:49.134704+0000 mon.vm06 (mon.0) 34 : audit [INF] from='client.? 192.168.123.106:0/1936907385' entity='client.admin' cmd={"prefix": "config assimilate-conf"} : dispatch 2026-04-16T18:38:50.424 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:38:49 vm06 bash[28176]: audit 2026-04-16T18:38:49.612842+0000 mon.vm06 (mon.0) 35 : audit [INF] from='client.? 192.168.123.106:0/1111878205' entity='client.admin' cmd={"prefix": "mgr module enable", "module": "cephadm"} : dispatch 2026-04-16T18:38:50.424 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:38:49 vm06 bash[28176]: audit 2026-04-16T18:38:49.612842+0000 mon.vm06 (mon.0) 35 : audit [INF] from='client.? 192.168.123.106:0/1111878205' entity='client.admin' cmd={"prefix": "mgr module enable", "module": "cephadm"} : dispatch 2026-04-16T18:38:50.541 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph: stdout { 2026-04-16T18:38:50.541 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph: stdout "epoch": 5, 2026-04-16T18:38:50.541 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph: stdout "available": true, 2026-04-16T18:38:50.541 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph: stdout "active_name": "vm06.sywxig", 2026-04-16T18:38:50.541 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph: stdout "num_standby": 0 2026-04-16T18:38:50.541 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph: stdout } 2026-04-16T18:38:50.541 INFO:teuthology.orchestra.run.vm06.stdout:Waiting for the mgr to restart... 2026-04-16T18:38:50.541 INFO:teuthology.orchestra.run.vm06.stdout:Waiting for mgr epoch 5... 2026-04-16T18:38:51.424 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:38:50 vm06 bash[28176]: audit 2026-04-16T18:38:49.972282+0000 mon.vm06 (mon.0) 36 : audit [INF] from='client.? 192.168.123.106:0/1111878205' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2026-04-16T18:38:51.424 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:38:50 vm06 bash[28176]: audit 2026-04-16T18:38:49.972282+0000 mon.vm06 (mon.0) 36 : audit [INF] from='client.? 192.168.123.106:0/1111878205' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2026-04-16T18:38:51.424 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:38:50 vm06 bash[28176]: cluster 2026-04-16T18:38:49.977747+0000 mon.vm06 (mon.0) 37 : cluster [DBG] mgrmap e5: vm06.sywxig(active, since 3s) 2026-04-16T18:38:51.424 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:38:50 vm06 bash[28176]: cluster 2026-04-16T18:38:49.977747+0000 mon.vm06 (mon.0) 37 : cluster [DBG] mgrmap e5: vm06.sywxig(active, since 3s) 2026-04-16T18:38:51.424 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:38:50 vm06 bash[28176]: audit 2026-04-16T18:38:50.492360+0000 mon.vm06 (mon.0) 38 : audit [DBG] from='client.? 192.168.123.106:0/4000787783' entity='client.admin' cmd={"prefix": "mgr stat"} : dispatch 2026-04-16T18:38:51.424 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:38:50 vm06 bash[28176]: audit 2026-04-16T18:38:50.492360+0000 mon.vm06 (mon.0) 38 : audit [DBG] from='client.? 192.168.123.106:0/4000787783' entity='client.admin' cmd={"prefix": "mgr stat"} : dispatch 2026-04-16T18:39:01.424 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:39:01 vm06 bash[28176]: cluster 2026-04-16T18:39:01.074654+0000 mon.vm06 (mon.0) 39 : cluster [INF] Active manager daemon vm06.sywxig restarted 2026-04-16T18:39:01.424 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:39:01 vm06 bash[28176]: cluster 2026-04-16T18:39:01.074654+0000 mon.vm06 (mon.0) 39 : cluster [INF] Active manager daemon vm06.sywxig restarted 2026-04-16T18:39:01.424 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:39:01 vm06 bash[28176]: cluster 2026-04-16T18:39:01.074970+0000 mon.vm06 (mon.0) 40 : cluster [INF] Activating manager daemon vm06.sywxig 2026-04-16T18:39:01.424 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:39:01 vm06 bash[28176]: cluster 2026-04-16T18:39:01.074970+0000 mon.vm06 (mon.0) 40 : cluster [INF] Activating manager daemon vm06.sywxig 2026-04-16T18:39:01.424 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:39:01 vm06 bash[28176]: cluster 2026-04-16T18:39:01.080645+0000 mon.vm06 (mon.0) 41 : cluster [DBG] osdmap e2: 0 total, 0 up, 0 in 2026-04-16T18:39:01.424 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:39:01 vm06 bash[28176]: cluster 2026-04-16T18:39:01.080645+0000 mon.vm06 (mon.0) 41 : cluster [DBG] osdmap e2: 0 total, 0 up, 0 in 2026-04-16T18:39:01.424 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:39:01 vm06 bash[28176]: cluster 2026-04-16T18:39:01.080739+0000 mon.vm06 (mon.0) 42 : cluster [DBG] mgrmap e6: vm06.sywxig(active, starting, since 0.00589592s) 2026-04-16T18:39:01.424 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:39:01 vm06 bash[28176]: cluster 2026-04-16T18:39:01.080739+0000 mon.vm06 (mon.0) 42 : cluster [DBG] mgrmap e6: vm06.sywxig(active, starting, since 0.00589592s) 2026-04-16T18:39:01.424 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:39:01 vm06 bash[28176]: audit 2026-04-16T18:39:01.081700+0000 mon.vm06 (mon.0) 43 : audit [DBG] from='mgr.14124 192.168.123.106:0/1694205791' entity='mgr.vm06.sywxig' cmd={"prefix": "mon metadata", "id": "vm06"} : dispatch 2026-04-16T18:39:01.424 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:39:01 vm06 bash[28176]: audit 2026-04-16T18:39:01.081700+0000 mon.vm06 (mon.0) 43 : audit [DBG] from='mgr.14124 192.168.123.106:0/1694205791' entity='mgr.vm06.sywxig' cmd={"prefix": "mon metadata", "id": "vm06"} : dispatch 2026-04-16T18:39:01.424 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:39:01 vm06 bash[28176]: audit 2026-04-16T18:39:01.082260+0000 mon.vm06 (mon.0) 44 : audit [DBG] from='mgr.14124 192.168.123.106:0/1694205791' entity='mgr.vm06.sywxig' cmd={"prefix": "mgr metadata", "who": "vm06.sywxig", "id": "vm06.sywxig"} : dispatch 2026-04-16T18:39:01.424 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:39:01 vm06 bash[28176]: audit 2026-04-16T18:39:01.082260+0000 mon.vm06 (mon.0) 44 : audit [DBG] from='mgr.14124 192.168.123.106:0/1694205791' entity='mgr.vm06.sywxig' cmd={"prefix": "mgr metadata", "who": "vm06.sywxig", "id": "vm06.sywxig"} : dispatch 2026-04-16T18:39:01.424 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:39:01 vm06 bash[28176]: audit 2026-04-16T18:39:01.083123+0000 mon.vm06 (mon.0) 45 : audit [DBG] from='mgr.14124 192.168.123.106:0/1694205791' entity='mgr.vm06.sywxig' cmd={"prefix": "mds metadata"} : dispatch 2026-04-16T18:39:01.424 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:39:01 vm06 bash[28176]: audit 2026-04-16T18:39:01.083123+0000 mon.vm06 (mon.0) 45 : audit [DBG] from='mgr.14124 192.168.123.106:0/1694205791' entity='mgr.vm06.sywxig' cmd={"prefix": "mds metadata"} : dispatch 2026-04-16T18:39:01.424 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:39:01 vm06 bash[28176]: audit 2026-04-16T18:39:01.083195+0000 mon.vm06 (mon.0) 46 : audit [DBG] from='mgr.14124 192.168.123.106:0/1694205791' entity='mgr.vm06.sywxig' cmd={"prefix": "osd metadata"} : dispatch 2026-04-16T18:39:01.424 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:39:01 vm06 bash[28176]: audit 2026-04-16T18:39:01.083195+0000 mon.vm06 (mon.0) 46 : audit [DBG] from='mgr.14124 192.168.123.106:0/1694205791' entity='mgr.vm06.sywxig' cmd={"prefix": "osd metadata"} : dispatch 2026-04-16T18:39:01.424 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:39:01 vm06 bash[28176]: audit 2026-04-16T18:39:01.083248+0000 mon.vm06 (mon.0) 47 : audit [DBG] from='mgr.14124 192.168.123.106:0/1694205791' entity='mgr.vm06.sywxig' cmd={"prefix": "mon metadata"} : dispatch 2026-04-16T18:39:01.424 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:39:01 vm06 bash[28176]: audit 2026-04-16T18:39:01.083248+0000 mon.vm06 (mon.0) 47 : audit [DBG] from='mgr.14124 192.168.123.106:0/1694205791' entity='mgr.vm06.sywxig' cmd={"prefix": "mon metadata"} : dispatch 2026-04-16T18:39:01.424 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:39:01 vm06 bash[28176]: cluster 2026-04-16T18:39:01.088856+0000 mon.vm06 (mon.0) 48 : cluster [INF] Manager daemon vm06.sywxig is now available 2026-04-16T18:39:01.424 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:39:01 vm06 bash[28176]: cluster 2026-04-16T18:39:01.088856+0000 mon.vm06 (mon.0) 48 : cluster [INF] Manager daemon vm06.sywxig is now available 2026-04-16T18:39:02.215 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph: stdout { 2026-04-16T18:39:02.215 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 7, 2026-04-16T18:39:02.215 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph: stdout "initialized": true 2026-04-16T18:39:02.215 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph: stdout } 2026-04-16T18:39:02.215 INFO:teuthology.orchestra.run.vm06.stdout:mgr epoch 5 is available 2026-04-16T18:39:02.215 INFO:teuthology.orchestra.run.vm06.stdout:Verifying orchestrator module is enabled... 2026-04-16T18:39:02.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:39:02 vm06 bash[28176]: audit 2026-04-16T18:39:01.591548+0000 mon.vm06 (mon.0) 49 : audit [INF] from='mgr.14124 192.168.123.106:0/1694205791' entity='mgr.vm06.sywxig' 2026-04-16T18:39:02.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:39:02 vm06 bash[28176]: audit 2026-04-16T18:39:01.591548+0000 mon.vm06 (mon.0) 49 : audit [INF] from='mgr.14124 192.168.123.106:0/1694205791' entity='mgr.vm06.sywxig' 2026-04-16T18:39:02.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:39:02 vm06 bash[28176]: audit 2026-04-16T18:39:01.663804+0000 mon.vm06 (mon.0) 50 : audit [INF] from='mgr.14124 192.168.123.106:0/1694205791' entity='mgr.vm06.sywxig' 2026-04-16T18:39:02.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:39:02 vm06 bash[28176]: audit 2026-04-16T18:39:01.663804+0000 mon.vm06 (mon.0) 50 : audit [INF] from='mgr.14124 192.168.123.106:0/1694205791' entity='mgr.vm06.sywxig' 2026-04-16T18:39:02.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:39:02 vm06 bash[28176]: cephadm 2026-04-16T18:39:01.664460+0000 mgr.vm06.sywxig (mgr.14124) 1 : cephadm [INF] Found migration_current of "None". Setting to last migration. 2026-04-16T18:39:02.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:39:02 vm06 bash[28176]: cephadm 2026-04-16T18:39:01.664460+0000 mgr.vm06.sywxig (mgr.14124) 1 : cephadm [INF] Found migration_current of "None". Setting to last migration. 2026-04-16T18:39:02.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:39:02 vm06 bash[28176]: audit 2026-04-16T18:39:01.686580+0000 mon.vm06 (mon.0) 51 : audit [INF] from='mgr.14124 192.168.123.106:0/1694205791' entity='mgr.vm06.sywxig' 2026-04-16T18:39:02.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:39:02 vm06 bash[28176]: audit 2026-04-16T18:39:01.686580+0000 mon.vm06 (mon.0) 51 : audit [INF] from='mgr.14124 192.168.123.106:0/1694205791' entity='mgr.vm06.sywxig' 2026-04-16T18:39:02.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:39:02 vm06 bash[28176]: audit 2026-04-16T18:39:01.762284+0000 mon.vm06 (mon.0) 52 : audit [INF] from='mgr.14124 192.168.123.106:0/1694205791' entity='mgr.vm06.sywxig' 2026-04-16T18:39:02.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:39:02 vm06 bash[28176]: audit 2026-04-16T18:39:01.762284+0000 mon.vm06 (mon.0) 52 : audit [INF] from='mgr.14124 192.168.123.106:0/1694205791' entity='mgr.vm06.sywxig' 2026-04-16T18:39:02.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:39:02 vm06 bash[28176]: audit 2026-04-16T18:39:01.772590+0000 mon.vm06 (mon.0) 53 : audit [DBG] from='mgr.14124 192.168.123.106:0/1694205791' entity='mgr.vm06.sywxig' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-04-16T18:39:02.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:39:02 vm06 bash[28176]: audit 2026-04-16T18:39:01.772590+0000 mon.vm06 (mon.0) 53 : audit [DBG] from='mgr.14124 192.168.123.106:0/1694205791' entity='mgr.vm06.sywxig' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-04-16T18:39:02.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:39:02 vm06 bash[28176]: audit 2026-04-16T18:39:01.775565+0000 mon.vm06 (mon.0) 54 : audit [DBG] from='mgr.14124 192.168.123.106:0/1694205791' entity='mgr.vm06.sywxig' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-04-16T18:39:02.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:39:02 vm06 bash[28176]: audit 2026-04-16T18:39:01.775565+0000 mon.vm06 (mon.0) 54 : audit [DBG] from='mgr.14124 192.168.123.106:0/1694205791' entity='mgr.vm06.sywxig' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-04-16T18:39:02.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:39:02 vm06 bash[28176]: audit 2026-04-16T18:39:01.776628+0000 mon.vm06 (mon.0) 55 : audit [INF] from='mgr.14124 192.168.123.106:0/1694205791' entity='mgr.vm06.sywxig' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/vm06.sywxig/mirror_snapshot_schedule"} : dispatch 2026-04-16T18:39:02.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:39:02 vm06 bash[28176]: audit 2026-04-16T18:39:01.776628+0000 mon.vm06 (mon.0) 55 : audit [INF] from='mgr.14124 192.168.123.106:0/1694205791' entity='mgr.vm06.sywxig' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/vm06.sywxig/mirror_snapshot_schedule"} : dispatch 2026-04-16T18:39:02.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:39:02 vm06 bash[28176]: audit 2026-04-16T18:39:01.781694+0000 mon.vm06 (mon.0) 56 : audit [INF] from='mgr.14124 192.168.123.106:0/1694205791' entity='mgr.vm06.sywxig' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/vm06.sywxig/trash_purge_schedule"} : dispatch 2026-04-16T18:39:02.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:39:02 vm06 bash[28176]: audit 2026-04-16T18:39:01.781694+0000 mon.vm06 (mon.0) 56 : audit [INF] from='mgr.14124 192.168.123.106:0/1694205791' entity='mgr.vm06.sywxig' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/vm06.sywxig/trash_purge_schedule"} : dispatch 2026-04-16T18:39:02.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:39:02 vm06 bash[28176]: cluster 2026-04-16T18:39:02.134108+0000 mon.vm06 (mon.0) 57 : cluster [DBG] mgrmap e7: vm06.sywxig(active, since 1.05927s) 2026-04-16T18:39:02.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:39:02 vm06 bash[28176]: cluster 2026-04-16T18:39:02.134108+0000 mon.vm06 (mon.0) 57 : cluster [DBG] mgrmap e7: vm06.sywxig(active, since 1.05927s) 2026-04-16T18:39:03.659 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph: stderr module 'orchestrator' is already enabled (always-on) 2026-04-16T18:39:03.659 INFO:teuthology.orchestra.run.vm06.stdout:Setting orchestrator backend to cephadm... 2026-04-16T18:39:03.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:39:03 vm06 bash[28176]: audit 2026-04-16T18:39:02.133363+0000 mgr.vm06.sywxig (mgr.14124) 2 : audit [DBG] from='client.14128 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2026-04-16T18:39:03.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:39:03 vm06 bash[28176]: audit 2026-04-16T18:39:02.133363+0000 mgr.vm06.sywxig (mgr.14124) 2 : audit [DBG] from='client.14128 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2026-04-16T18:39:03.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:39:03 vm06 bash[28176]: audit 2026-04-16T18:39:02.139613+0000 mgr.vm06.sywxig (mgr.14124) 3 : audit [DBG] from='client.14128 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2026-04-16T18:39:03.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:39:03 vm06 bash[28176]: audit 2026-04-16T18:39:02.139613+0000 mgr.vm06.sywxig (mgr.14124) 3 : audit [DBG] from='client.14128 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2026-04-16T18:39:03.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:39:03 vm06 bash[28176]: cephadm 2026-04-16T18:39:02.625581+0000 mgr.vm06.sywxig (mgr.14124) 4 : cephadm [INF] [16/Apr/2026:18:39:02] ENGINE Bus STARTING 2026-04-16T18:39:03.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:39:03 vm06 bash[28176]: cephadm 2026-04-16T18:39:02.625581+0000 mgr.vm06.sywxig (mgr.14124) 4 : cephadm [INF] [16/Apr/2026:18:39:02] ENGINE Bus STARTING 2026-04-16T18:39:03.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:39:03 vm06 bash[28176]: cephadm 2026-04-16T18:39:02.728431+0000 mgr.vm06.sywxig (mgr.14124) 5 : cephadm [INF] [16/Apr/2026:18:39:02] ENGINE Serving on http://192.168.123.106:8765 2026-04-16T18:39:03.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:39:03 vm06 bash[28176]: cephadm 2026-04-16T18:39:02.728431+0000 mgr.vm06.sywxig (mgr.14124) 5 : cephadm [INF] [16/Apr/2026:18:39:02] ENGINE Serving on http://192.168.123.106:8765 2026-04-16T18:39:03.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:39:03 vm06 bash[28176]: audit 2026-04-16T18:39:02.729470+0000 mon.vm06 (mon.0) 58 : audit [INF] from='client.? 192.168.123.106:0/2679160464' entity='client.admin' cmd={"prefix": "mgr module enable", "module": "orchestrator"} : dispatch 2026-04-16T18:39:03.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:39:03 vm06 bash[28176]: audit 2026-04-16T18:39:02.729470+0000 mon.vm06 (mon.0) 58 : audit [INF] from='client.? 192.168.123.106:0/2679160464' entity='client.admin' cmd={"prefix": "mgr module enable", "module": "orchestrator"} : dispatch 2026-04-16T18:39:03.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:39:03 vm06 bash[28176]: cephadm 2026-04-16T18:39:02.839745+0000 mgr.vm06.sywxig (mgr.14124) 6 : cephadm [INF] [16/Apr/2026:18:39:02] ENGINE Serving on https://192.168.123.106:7150 2026-04-16T18:39:03.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:39:03 vm06 bash[28176]: cephadm 2026-04-16T18:39:02.839745+0000 mgr.vm06.sywxig (mgr.14124) 6 : cephadm [INF] [16/Apr/2026:18:39:02] ENGINE Serving on https://192.168.123.106:7150 2026-04-16T18:39:03.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:39:03 vm06 bash[28176]: cephadm 2026-04-16T18:39:02.839962+0000 mgr.vm06.sywxig (mgr.14124) 7 : cephadm [INF] [16/Apr/2026:18:39:02] ENGINE Bus STARTED 2026-04-16T18:39:03.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:39:03 vm06 bash[28176]: cephadm 2026-04-16T18:39:02.839962+0000 mgr.vm06.sywxig (mgr.14124) 7 : cephadm [INF] [16/Apr/2026:18:39:02] ENGINE Bus STARTED 2026-04-16T18:39:03.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:39:03 vm06 bash[28176]: audit 2026-04-16T18:39:02.840619+0000 mon.vm06 (mon.0) 59 : audit [DBG] from='mgr.14124 192.168.123.106:0/1694205791' entity='mgr.vm06.sywxig' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-04-16T18:39:03.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:39:03 vm06 bash[28176]: audit 2026-04-16T18:39:02.840619+0000 mon.vm06 (mon.0) 59 : audit [DBG] from='mgr.14124 192.168.123.106:0/1694205791' entity='mgr.vm06.sywxig' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-04-16T18:39:03.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:39:03 vm06 bash[28176]: cephadm 2026-04-16T18:39:02.841211+0000 mgr.vm06.sywxig (mgr.14124) 8 : cephadm [INF] [16/Apr/2026:18:39:02] ENGINE Client ('192.168.123.106', 37620) lost — peer dropped the TLS connection suddenly, during handshake: (6, 'TLS/SSL connection has been closed (EOF) (_ssl.c:1147)') 2026-04-16T18:39:03.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:39:03 vm06 bash[28176]: cephadm 2026-04-16T18:39:02.841211+0000 mgr.vm06.sywxig (mgr.14124) 8 : cephadm [INF] [16/Apr/2026:18:39:02] ENGINE Client ('192.168.123.106', 37620) lost — peer dropped the TLS connection suddenly, during handshake: (6, 'TLS/SSL connection has been closed (EOF) (_ssl.c:1147)') 2026-04-16T18:39:04.657 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph: stdout value unchanged 2026-04-16T18:39:04.657 INFO:teuthology.orchestra.run.vm06.stdout:Generating ssh key... 2026-04-16T18:39:04.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:39:04 vm06 bash[28176]: audit 2026-04-16T18:39:03.604872+0000 mon.vm06 (mon.0) 60 : audit [INF] from='client.? 192.168.123.106:0/2679160464' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "orchestrator"}]': finished 2026-04-16T18:39:04.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:39:04 vm06 bash[28176]: audit 2026-04-16T18:39:03.604872+0000 mon.vm06 (mon.0) 60 : audit [INF] from='client.? 192.168.123.106:0/2679160464' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "orchestrator"}]': finished 2026-04-16T18:39:04.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:39:04 vm06 bash[28176]: cluster 2026-04-16T18:39:03.607851+0000 mon.vm06 (mon.0) 61 : cluster [DBG] mgrmap e8: vm06.sywxig(active, since 2s) 2026-04-16T18:39:04.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:39:04 vm06 bash[28176]: cluster 2026-04-16T18:39:03.607851+0000 mon.vm06 (mon.0) 61 : cluster [DBG] mgrmap e8: vm06.sywxig(active, since 2s) 2026-04-16T18:39:04.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:39:04 vm06 bash[28176]: audit 2026-04-16T18:39:04.067102+0000 mon.vm06 (mon.0) 62 : audit [INF] from='mgr.14124 192.168.123.106:0/1694205791' entity='mgr.vm06.sywxig' 2026-04-16T18:39:04.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:39:04 vm06 bash[28176]: audit 2026-04-16T18:39:04.067102+0000 mon.vm06 (mon.0) 62 : audit [INF] from='mgr.14124 192.168.123.106:0/1694205791' entity='mgr.vm06.sywxig' 2026-04-16T18:39:04.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:39:04 vm06 bash[28176]: audit 2026-04-16T18:39:04.071888+0000 mon.vm06 (mon.0) 63 : audit [DBG] from='mgr.14124 192.168.123.106:0/1694205791' entity='mgr.vm06.sywxig' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-04-16T18:39:04.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:39:04 vm06 bash[28176]: audit 2026-04-16T18:39:04.071888+0000 mon.vm06 (mon.0) 63 : audit [DBG] from='mgr.14124 192.168.123.106:0/1694205791' entity='mgr.vm06.sywxig' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-04-16T18:39:05.656 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph: stdout ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCOF0VOFVyDqAqKHl5KUdDw3zwqeVE/k9eSjaN1jab7RCER8EIRPaJaU+BSiKsX6zvTT0yTuzJhc+dtgJcd6KQBUAuVk4VTsj106PO7PbX0qiYO4RMp5YBUOO6YnUKA/d0UroxN7B0jKjq+l/P2PKdy3klxpykblG9boXxukzr1+XrhRAuDN5y6kjF9RRyWgb0fl0MwOPX+Zb2c3d/l5UEL+FJ3YwZx6NkclCavBve+ldPRpAmsbbe86yszoBA2SWjkDjgQo5Z8J4RuT2DOwrgRKsfxo/XA4ubLOts164LoXh94lnyAe8Y7vg76p683cTWpgePYa8bd53EydLan3mQwPk/f5z+9jzlA6edM2QDqZNIUk9i2HhIwk6FN6lj95Ckcr6SJuNX/hwXk6Ti0BvVTj69fjDiiQiBpGhjVcvLVbYsZ5lPq+Vn9peFa6qU96DXajVi/2D9dn4WVQoBGy/X6OfXizo+E/udExGluIBMXJVlvSpO4bq/Q4pIgFBI43ZU= ceph-4f654fb6-39c3-11f1-a5d5-6940ad893399 2026-04-16T18:39:05.656 INFO:teuthology.orchestra.run.vm06.stdout:Wrote public SSH key to /home/ubuntu/cephtest/ceph.pub 2026-04-16T18:39:05.656 INFO:teuthology.orchestra.run.vm06.stdout:Adding key to root@localhost authorized_keys... 2026-04-16T18:39:05.656 INFO:teuthology.orchestra.run.vm06.stdout:Adding host vm06... 2026-04-16T18:39:05.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:39:05 vm06 bash[28176]: audit 2026-04-16T18:39:04.063299+0000 mgr.vm06.sywxig (mgr.14124) 9 : audit [DBG] from='client.14138 -' entity='client.admin' cmd=[{"prefix": "orch set backend", "module_name": "cephadm", "target": ["mon-mgr", ""]}]: dispatch 2026-04-16T18:39:05.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:39:05 vm06 bash[28176]: audit 2026-04-16T18:39:04.063299+0000 mgr.vm06.sywxig (mgr.14124) 9 : audit [DBG] from='client.14138 -' entity='client.admin' cmd=[{"prefix": "orch set backend", "module_name": "cephadm", "target": ["mon-mgr", ""]}]: dispatch 2026-04-16T18:39:05.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:39:05 vm06 bash[28176]: audit 2026-04-16T18:39:04.575382+0000 mgr.vm06.sywxig (mgr.14124) 10 : audit [DBG] from='client.14140 -' entity='client.admin' cmd=[{"prefix": "cephadm set-user", "user": "root", "target": ["mon-mgr", ""]}]: dispatch 2026-04-16T18:39:05.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:39:05 vm06 bash[28176]: audit 2026-04-16T18:39:04.575382+0000 mgr.vm06.sywxig (mgr.14124) 10 : audit [DBG] from='client.14140 -' entity='client.admin' cmd=[{"prefix": "cephadm set-user", "user": "root", "target": ["mon-mgr", ""]}]: dispatch 2026-04-16T18:39:05.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:39:05 vm06 bash[28176]: audit 2026-04-16T18:39:05.147007+0000 mon.vm06 (mon.0) 64 : audit [INF] from='mgr.14124 192.168.123.106:0/1694205791' entity='mgr.vm06.sywxig' 2026-04-16T18:39:05.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:39:05 vm06 bash[28176]: audit 2026-04-16T18:39:05.147007+0000 mon.vm06 (mon.0) 64 : audit [INF] from='mgr.14124 192.168.123.106:0/1694205791' entity='mgr.vm06.sywxig' 2026-04-16T18:39:05.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:39:05 vm06 bash[28176]: audit 2026-04-16T18:39:05.150461+0000 mon.vm06 (mon.0) 65 : audit [INF] from='mgr.14124 192.168.123.106:0/1694205791' entity='mgr.vm06.sywxig' 2026-04-16T18:39:05.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:39:05 vm06 bash[28176]: audit 2026-04-16T18:39:05.150461+0000 mon.vm06 (mon.0) 65 : audit [INF] from='mgr.14124 192.168.123.106:0/1694205791' entity='mgr.vm06.sywxig' 2026-04-16T18:39:06.870 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:39:06 vm06 bash[28176]: audit 2026-04-16T18:39:05.042866+0000 mgr.vm06.sywxig (mgr.14124) 11 : audit [DBG] from='client.14142 -' entity='client.admin' cmd=[{"prefix": "cephadm generate-key", "target": ["mon-mgr", ""]}]: dispatch 2026-04-16T18:39:06.870 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:39:06 vm06 bash[28176]: audit 2026-04-16T18:39:05.042866+0000 mgr.vm06.sywxig (mgr.14124) 11 : audit [DBG] from='client.14142 -' entity='client.admin' cmd=[{"prefix": "cephadm generate-key", "target": ["mon-mgr", ""]}]: dispatch 2026-04-16T18:39:06.871 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:39:06 vm06 bash[28176]: cephadm 2026-04-16T18:39:05.043097+0000 mgr.vm06.sywxig (mgr.14124) 12 : cephadm [INF] Generating ssh key... 2026-04-16T18:39:06.871 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:39:06 vm06 bash[28176]: cephadm 2026-04-16T18:39:05.043097+0000 mgr.vm06.sywxig (mgr.14124) 12 : cephadm [INF] Generating ssh key... 2026-04-16T18:39:06.871 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:39:06 vm06 bash[28176]: audit 2026-04-16T18:39:05.606620+0000 mgr.vm06.sywxig (mgr.14124) 13 : audit [DBG] from='client.14144 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2026-04-16T18:39:06.871 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:39:06 vm06 bash[28176]: audit 2026-04-16T18:39:05.606620+0000 mgr.vm06.sywxig (mgr.14124) 13 : audit [DBG] from='client.14144 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2026-04-16T18:39:06.871 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:39:06 vm06 bash[28176]: audit 2026-04-16T18:39:06.026040+0000 mgr.vm06.sywxig (mgr.14124) 14 : audit [DBG] from='client.14146 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "vm06", "addr": "192.168.123.106", "target": ["mon-mgr", ""]}]: dispatch 2026-04-16T18:39:06.871 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:39:06 vm06 bash[28176]: audit 2026-04-16T18:39:06.026040+0000 mgr.vm06.sywxig (mgr.14124) 14 : audit [DBG] from='client.14146 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "vm06", "addr": "192.168.123.106", "target": ["mon-mgr", ""]}]: dispatch 2026-04-16T18:39:07.923 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:39:07 vm06 bash[28176]: cephadm 2026-04-16T18:39:06.972095+0000 mgr.vm06.sywxig (mgr.14124) 15 : cephadm [INF] Deploying cephadm binary to vm06 2026-04-16T18:39:07.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:39:07 vm06 bash[28176]: cephadm 2026-04-16T18:39:06.972095+0000 mgr.vm06.sywxig (mgr.14124) 15 : cephadm [INF] Deploying cephadm binary to vm06 2026-04-16T18:39:09.078 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph: stdout Added host 'vm06' with addr '192.168.123.106' 2026-04-16T18:39:09.078 INFO:teuthology.orchestra.run.vm06.stdout:Deploying mon service with default placement... 2026-04-16T18:39:09.552 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph: stdout Scheduled mon update... 2026-04-16T18:39:09.552 INFO:teuthology.orchestra.run.vm06.stdout:Deploying mgr service with default placement... 2026-04-16T18:39:10.026 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph: stdout Scheduled mgr update... 2026-04-16T18:39:10.026 INFO:teuthology.orchestra.run.vm06.stdout:Deploying crash service with default placement... 2026-04-16T18:39:10.032 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:39:10 vm06 bash[28176]: audit 2026-04-16T18:39:09.026979+0000 mon.vm06 (mon.0) 66 : audit [INF] from='mgr.14124 192.168.123.106:0/1694205791' entity='mgr.vm06.sywxig' 2026-04-16T18:39:10.032 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:39:10 vm06 bash[28176]: audit 2026-04-16T18:39:09.026979+0000 mon.vm06 (mon.0) 66 : audit [INF] from='mgr.14124 192.168.123.106:0/1694205791' entity='mgr.vm06.sywxig' 2026-04-16T18:39:10.424 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:39:10 vm06 bash[28176]: cephadm 2026-04-16T18:39:09.027428+0000 mgr.vm06.sywxig (mgr.14124) 16 : cephadm [INF] Added host vm06 2026-04-16T18:39:10.424 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:39:10 vm06 bash[28176]: cephadm 2026-04-16T18:39:09.027428+0000 mgr.vm06.sywxig (mgr.14124) 16 : cephadm [INF] Added host vm06 2026-04-16T18:39:10.424 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:39:10 vm06 bash[28176]: audit 2026-04-16T18:39:09.027823+0000 mon.vm06 (mon.0) 67 : audit [DBG] from='mgr.14124 192.168.123.106:0/1694205791' entity='mgr.vm06.sywxig' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-04-16T18:39:10.424 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:39:10 vm06 bash[28176]: audit 2026-04-16T18:39:09.027823+0000 mon.vm06 (mon.0) 67 : audit [DBG] from='mgr.14124 192.168.123.106:0/1694205791' entity='mgr.vm06.sywxig' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-04-16T18:39:10.424 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:39:10 vm06 bash[28176]: audit 2026-04-16T18:39:09.497747+0000 mon.vm06 (mon.0) 68 : audit [INF] from='mgr.14124 192.168.123.106:0/1694205791' entity='mgr.vm06.sywxig' 2026-04-16T18:39:10.424 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:39:10 vm06 bash[28176]: audit 2026-04-16T18:39:09.497747+0000 mon.vm06 (mon.0) 68 : audit [INF] from='mgr.14124 192.168.123.106:0/1694205791' entity='mgr.vm06.sywxig' 2026-04-16T18:39:10.424 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:39:10 vm06 bash[28176]: audit 2026-04-16T18:39:09.958670+0000 mon.vm06 (mon.0) 69 : audit [INF] from='mgr.14124 192.168.123.106:0/1694205791' entity='mgr.vm06.sywxig' 2026-04-16T18:39:10.424 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:39:10 vm06 bash[28176]: audit 2026-04-16T18:39:09.958670+0000 mon.vm06 (mon.0) 69 : audit [INF] from='mgr.14124 192.168.123.106:0/1694205791' entity='mgr.vm06.sywxig' 2026-04-16T18:39:10.506 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph: stdout Scheduled crash update... 2026-04-16T18:39:10.507 INFO:teuthology.orchestra.run.vm06.stdout:Deploying ceph-exporter service with default placement... 2026-04-16T18:39:10.979 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph: stdout Scheduled ceph-exporter update... 2026-04-16T18:39:10.979 INFO:teuthology.orchestra.run.vm06.stdout:Deploying prometheus service with default placement... 2026-04-16T18:39:11.174 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:39:11 vm06 bash[28176]: audit 2026-04-16T18:39:09.469270+0000 mgr.vm06.sywxig (mgr.14124) 17 : audit [DBG] from='client.14148 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "target": ["mon-mgr", ""]}]: dispatch 2026-04-16T18:39:11.174 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:39:11 vm06 bash[28176]: audit 2026-04-16T18:39:09.469270+0000 mgr.vm06.sywxig (mgr.14124) 17 : audit [DBG] from='client.14148 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "target": ["mon-mgr", ""]}]: dispatch 2026-04-16T18:39:11.174 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:39:11 vm06 bash[28176]: cephadm 2026-04-16T18:39:09.470245+0000 mgr.vm06.sywxig (mgr.14124) 18 : cephadm [INF] Saving service mon spec with placement count:5 2026-04-16T18:39:11.174 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:39:11 vm06 bash[28176]: cephadm 2026-04-16T18:39:09.470245+0000 mgr.vm06.sywxig (mgr.14124) 18 : cephadm [INF] Saving service mon spec with placement count:5 2026-04-16T18:39:11.174 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:39:11 vm06 bash[28176]: audit 2026-04-16T18:39:09.954285+0000 mgr.vm06.sywxig (mgr.14124) 19 : audit [DBG] from='client.14150 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "target": ["mon-mgr", ""]}]: dispatch 2026-04-16T18:39:11.174 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:39:11 vm06 bash[28176]: audit 2026-04-16T18:39:09.954285+0000 mgr.vm06.sywxig (mgr.14124) 19 : audit [DBG] from='client.14150 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "target": ["mon-mgr", ""]}]: dispatch 2026-04-16T18:39:11.174 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:39:11 vm06 bash[28176]: cephadm 2026-04-16T18:39:09.955095+0000 mgr.vm06.sywxig (mgr.14124) 20 : cephadm [INF] Saving service mgr spec with placement count:2 2026-04-16T18:39:11.174 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:39:11 vm06 bash[28176]: cephadm 2026-04-16T18:39:09.955095+0000 mgr.vm06.sywxig (mgr.14124) 20 : cephadm [INF] Saving service mgr spec with placement count:2 2026-04-16T18:39:11.174 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:39:11 vm06 bash[28176]: audit 2026-04-16T18:39:10.073637+0000 mon.vm06 (mon.0) 70 : audit [INF] from='mgr.14124 192.168.123.106:0/1694205791' entity='mgr.vm06.sywxig' 2026-04-16T18:39:11.174 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:39:11 vm06 bash[28176]: audit 2026-04-16T18:39:10.073637+0000 mon.vm06 (mon.0) 70 : audit [INF] from='mgr.14124 192.168.123.106:0/1694205791' entity='mgr.vm06.sywxig' 2026-04-16T18:39:11.174 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:39:11 vm06 bash[28176]: audit 2026-04-16T18:39:10.404218+0000 mon.vm06 (mon.0) 71 : audit [INF] from='mgr.14124 192.168.123.106:0/1694205791' entity='mgr.vm06.sywxig' 2026-04-16T18:39:11.174 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:39:11 vm06 bash[28176]: audit 2026-04-16T18:39:10.404218+0000 mon.vm06 (mon.0) 71 : audit [INF] from='mgr.14124 192.168.123.106:0/1694205791' entity='mgr.vm06.sywxig' 2026-04-16T18:39:11.174 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:39:11 vm06 bash[28176]: audit 2026-04-16T18:39:10.441243+0000 mgr.vm06.sywxig (mgr.14124) 21 : audit [DBG] from='client.14152 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "crash", "target": ["mon-mgr", ""]}]: dispatch 2026-04-16T18:39:11.174 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:39:11 vm06 bash[28176]: audit 2026-04-16T18:39:10.441243+0000 mgr.vm06.sywxig (mgr.14124) 21 : audit [DBG] from='client.14152 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "crash", "target": ["mon-mgr", ""]}]: dispatch 2026-04-16T18:39:11.174 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:39:11 vm06 bash[28176]: cephadm 2026-04-16T18:39:10.441952+0000 mgr.vm06.sywxig (mgr.14124) 22 : cephadm [INF] Saving service crash spec with placement * 2026-04-16T18:39:11.174 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:39:11 vm06 bash[28176]: cephadm 2026-04-16T18:39:10.441952+0000 mgr.vm06.sywxig (mgr.14124) 22 : cephadm [INF] Saving service crash spec with placement * 2026-04-16T18:39:11.174 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:39:11 vm06 bash[28176]: audit 2026-04-16T18:39:10.445005+0000 mon.vm06 (mon.0) 72 : audit [INF] from='mgr.14124 192.168.123.106:0/1694205791' entity='mgr.vm06.sywxig' 2026-04-16T18:39:11.174 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:39:11 vm06 bash[28176]: audit 2026-04-16T18:39:10.445005+0000 mon.vm06 (mon.0) 72 : audit [INF] from='mgr.14124 192.168.123.106:0/1694205791' entity='mgr.vm06.sywxig' 2026-04-16T18:39:11.174 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:39:11 vm06 bash[28176]: audit 2026-04-16T18:39:10.897996+0000 mgr.vm06.sywxig (mgr.14124) 23 : audit [DBG] from='client.14154 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "ceph-exporter", "target": ["mon-mgr", ""]}]: dispatch 2026-04-16T18:39:11.174 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:39:11 vm06 bash[28176]: audit 2026-04-16T18:39:10.897996+0000 mgr.vm06.sywxig (mgr.14124) 23 : audit [DBG] from='client.14154 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "ceph-exporter", "target": ["mon-mgr", ""]}]: dispatch 2026-04-16T18:39:11.174 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:39:11 vm06 bash[28176]: cephadm 2026-04-16T18:39:10.898977+0000 mgr.vm06.sywxig (mgr.14124) 24 : cephadm [INF] Saving service ceph-exporter spec with placement * 2026-04-16T18:39:11.174 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:39:11 vm06 bash[28176]: cephadm 2026-04-16T18:39:10.898977+0000 mgr.vm06.sywxig (mgr.14124) 24 : cephadm [INF] Saving service ceph-exporter spec with placement * 2026-04-16T18:39:11.174 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:39:11 vm06 bash[28176]: audit 2026-04-16T18:39:10.903459+0000 mon.vm06 (mon.0) 73 : audit [INF] from='mgr.14124 192.168.123.106:0/1694205791' entity='mgr.vm06.sywxig' 2026-04-16T18:39:11.174 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:39:11 vm06 bash[28176]: audit 2026-04-16T18:39:10.903459+0000 mon.vm06 (mon.0) 73 : audit [INF] from='mgr.14124 192.168.123.106:0/1694205791' entity='mgr.vm06.sywxig' 2026-04-16T18:39:11.425 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph: stdout Scheduled prometheus update... 2026-04-16T18:39:11.425 INFO:teuthology.orchestra.run.vm06.stdout:Deploying grafana service with default placement... 2026-04-16T18:39:11.891 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph: stdout Scheduled grafana update... 2026-04-16T18:39:11.891 INFO:teuthology.orchestra.run.vm06.stdout:Deploying node-exporter service with default placement... 2026-04-16T18:39:12.322 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph: stdout Scheduled node-exporter update... 2026-04-16T18:39:12.322 INFO:teuthology.orchestra.run.vm06.stdout:Deploying alertmanager service with default placement... 2026-04-16T18:39:12.674 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:39:12 vm06 bash[28176]: audit 2026-04-16T18:39:11.349704+0000 mgr.vm06.sywxig (mgr.14124) 25 : audit [DBG] from='client.14156 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "target": ["mon-mgr", ""]}]: dispatch 2026-04-16T18:39:12.674 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:39:12 vm06 bash[28176]: audit 2026-04-16T18:39:11.349704+0000 mgr.vm06.sywxig (mgr.14124) 25 : audit [DBG] from='client.14156 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "target": ["mon-mgr", ""]}]: dispatch 2026-04-16T18:39:12.674 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:39:12 vm06 bash[28176]: cephadm 2026-04-16T18:39:11.350648+0000 mgr.vm06.sywxig (mgr.14124) 26 : cephadm [INF] Saving service prometheus spec with placement count:1 2026-04-16T18:39:12.674 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:39:12 vm06 bash[28176]: cephadm 2026-04-16T18:39:11.350648+0000 mgr.vm06.sywxig (mgr.14124) 26 : cephadm [INF] Saving service prometheus spec with placement count:1 2026-04-16T18:39:12.674 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:39:12 vm06 bash[28176]: audit 2026-04-16T18:39:11.354303+0000 mon.vm06 (mon.0) 74 : audit [INF] from='mgr.14124 192.168.123.106:0/1694205791' entity='mgr.vm06.sywxig' 2026-04-16T18:39:12.674 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:39:12 vm06 bash[28176]: audit 2026-04-16T18:39:11.354303+0000 mon.vm06 (mon.0) 74 : audit [INF] from='mgr.14124 192.168.123.106:0/1694205791' entity='mgr.vm06.sywxig' 2026-04-16T18:39:12.674 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:39:12 vm06 bash[28176]: audit 2026-04-16T18:39:11.812776+0000 mgr.vm06.sywxig (mgr.14124) 27 : audit [DBG] from='client.14158 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "target": ["mon-mgr", ""]}]: dispatch 2026-04-16T18:39:12.674 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:39:12 vm06 bash[28176]: audit 2026-04-16T18:39:11.812776+0000 mgr.vm06.sywxig (mgr.14124) 27 : audit [DBG] from='client.14158 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "target": ["mon-mgr", ""]}]: dispatch 2026-04-16T18:39:12.674 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:39:12 vm06 bash[28176]: cephadm 2026-04-16T18:39:11.813572+0000 mgr.vm06.sywxig (mgr.14124) 28 : cephadm [INF] Saving service grafana spec with placement count:1 2026-04-16T18:39:12.674 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:39:12 vm06 bash[28176]: cephadm 2026-04-16T18:39:11.813572+0000 mgr.vm06.sywxig (mgr.14124) 28 : cephadm [INF] Saving service grafana spec with placement count:1 2026-04-16T18:39:12.674 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:39:12 vm06 bash[28176]: audit 2026-04-16T18:39:11.816768+0000 mon.vm06 (mon.0) 75 : audit [INF] from='mgr.14124 192.168.123.106:0/1694205791' entity='mgr.vm06.sywxig' 2026-04-16T18:39:12.674 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:39:12 vm06 bash[28176]: audit 2026-04-16T18:39:11.816768+0000 mon.vm06 (mon.0) 75 : audit [INF] from='mgr.14124 192.168.123.106:0/1694205791' entity='mgr.vm06.sywxig' 2026-04-16T18:39:12.674 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:39:12 vm06 bash[28176]: audit 2026-04-16T18:39:12.274212+0000 mon.vm06 (mon.0) 76 : audit [INF] from='mgr.14124 192.168.123.106:0/1694205791' entity='mgr.vm06.sywxig' 2026-04-16T18:39:12.674 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:39:12 vm06 bash[28176]: audit 2026-04-16T18:39:12.274212+0000 mon.vm06 (mon.0) 76 : audit [INF] from='mgr.14124 192.168.123.106:0/1694205791' entity='mgr.vm06.sywxig' 2026-04-16T18:39:12.746 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph: stdout Scheduled alertmanager update... 2026-04-16T18:39:13.870 INFO:teuthology.orchestra.run.vm06.stdout:Enabling the dashboard module... 2026-04-16T18:39:13.951 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:39:13 vm06 bash[28176]: audit 2026-04-16T18:39:12.270202+0000 mgr.vm06.sywxig (mgr.14124) 29 : audit [DBG] from='client.14160 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "target": ["mon-mgr", ""]}]: dispatch 2026-04-16T18:39:13.951 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:39:13 vm06 bash[28176]: audit 2026-04-16T18:39:12.270202+0000 mgr.vm06.sywxig (mgr.14124) 29 : audit [DBG] from='client.14160 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "target": ["mon-mgr", ""]}]: dispatch 2026-04-16T18:39:13.951 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:39:13 vm06 bash[28176]: cephadm 2026-04-16T18:39:12.271007+0000 mgr.vm06.sywxig (mgr.14124) 30 : cephadm [INF] Saving service node-exporter spec with placement * 2026-04-16T18:39:13.951 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:39:13 vm06 bash[28176]: cephadm 2026-04-16T18:39:12.271007+0000 mgr.vm06.sywxig (mgr.14124) 30 : cephadm [INF] Saving service node-exporter spec with placement * 2026-04-16T18:39:13.951 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:39:13 vm06 bash[28176]: audit 2026-04-16T18:39:12.695286+0000 mgr.vm06.sywxig (mgr.14124) 31 : audit [DBG] from='client.14162 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "target": ["mon-mgr", ""]}]: dispatch 2026-04-16T18:39:13.951 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:39:13 vm06 bash[28176]: audit 2026-04-16T18:39:12.695286+0000 mgr.vm06.sywxig (mgr.14124) 31 : audit [DBG] from='client.14162 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "target": ["mon-mgr", ""]}]: dispatch 2026-04-16T18:39:13.951 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:39:13 vm06 bash[28176]: cephadm 2026-04-16T18:39:12.695998+0000 mgr.vm06.sywxig (mgr.14124) 32 : cephadm [INF] Saving service alertmanager spec with placement count:1 2026-04-16T18:39:13.951 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:39:13 vm06 bash[28176]: cephadm 2026-04-16T18:39:12.695998+0000 mgr.vm06.sywxig (mgr.14124) 32 : cephadm [INF] Saving service alertmanager spec with placement count:1 2026-04-16T18:39:13.951 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:39:13 vm06 bash[28176]: audit 2026-04-16T18:39:12.699467+0000 mon.vm06 (mon.0) 77 : audit [INF] from='mgr.14124 192.168.123.106:0/1694205791' entity='mgr.vm06.sywxig' 2026-04-16T18:39:13.951 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:39:13 vm06 bash[28176]: audit 2026-04-16T18:39:12.699467+0000 mon.vm06 (mon.0) 77 : audit [INF] from='mgr.14124 192.168.123.106:0/1694205791' entity='mgr.vm06.sywxig' 2026-04-16T18:39:13.951 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:39:13 vm06 bash[28176]: audit 2026-04-16T18:39:13.147712+0000 mon.vm06 (mon.0) 78 : audit [INF] from='client.? 192.168.123.106:0/3602176303' entity='client.admin' 2026-04-16T18:39:13.951 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:39:13 vm06 bash[28176]: audit 2026-04-16T18:39:13.147712+0000 mon.vm06 (mon.0) 78 : audit [INF] from='client.? 192.168.123.106:0/3602176303' entity='client.admin' 2026-04-16T18:39:15.130 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:39:14 vm06 bash[28176]: audit 2026-04-16T18:39:13.791227+0000 mon.vm06 (mon.0) 79 : audit [INF] from='client.? 192.168.123.106:0/661957392' entity='client.admin' 2026-04-16T18:39:15.131 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:39:14 vm06 bash[28176]: audit 2026-04-16T18:39:13.791227+0000 mon.vm06 (mon.0) 79 : audit [INF] from='client.? 192.168.123.106:0/661957392' entity='client.admin' 2026-04-16T18:39:15.131 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:39:14 vm06 bash[28176]: audit 2026-04-16T18:39:14.274758+0000 mon.vm06 (mon.0) 80 : audit [INF] from='client.? 192.168.123.106:0/456856487' entity='client.admin' cmd={"prefix": "mgr module enable", "module": "dashboard"} : dispatch 2026-04-16T18:39:15.131 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:39:14 vm06 bash[28176]: audit 2026-04-16T18:39:14.274758+0000 mon.vm06 (mon.0) 80 : audit [INF] from='client.? 192.168.123.106:0/456856487' entity='client.admin' cmd={"prefix": "mgr module enable", "module": "dashboard"} : dispatch 2026-04-16T18:39:15.831 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph: stdout { 2026-04-16T18:39:15.832 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph: stdout "epoch": 9, 2026-04-16T18:39:15.832 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph: stdout "available": true, 2026-04-16T18:39:15.832 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph: stdout "active_name": "vm06.sywxig", 2026-04-16T18:39:15.832 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph: stdout "num_standby": 0 2026-04-16T18:39:15.832 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph: stdout } 2026-04-16T18:39:15.832 INFO:teuthology.orchestra.run.vm06.stdout:Waiting for the mgr to restart... 2026-04-16T18:39:15.832 INFO:teuthology.orchestra.run.vm06.stdout:Waiting for mgr epoch 9... 2026-04-16T18:39:16.129 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:39:15 vm06 bash[28176]: audit 2026-04-16T18:39:14.793506+0000 mon.vm06 (mon.0) 81 : audit [INF] from='client.? 192.168.123.106:0/456856487' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2026-04-16T18:39:16.129 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:39:15 vm06 bash[28176]: audit 2026-04-16T18:39:14.793506+0000 mon.vm06 (mon.0) 81 : audit [INF] from='client.? 192.168.123.106:0/456856487' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2026-04-16T18:39:16.129 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:39:15 vm06 bash[28176]: cluster 2026-04-16T18:39:14.795957+0000 mon.vm06 (mon.0) 82 : cluster [DBG] mgrmap e9: vm06.sywxig(active, since 13s) 2026-04-16T18:39:16.129 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:39:15 vm06 bash[28176]: cluster 2026-04-16T18:39:14.795957+0000 mon.vm06 (mon.0) 82 : cluster [DBG] mgrmap e9: vm06.sywxig(active, since 13s) 2026-04-16T18:39:16.129 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:39:15 vm06 bash[28176]: audit 2026-04-16T18:39:15.784045+0000 mon.vm06 (mon.0) 83 : audit [DBG] from='client.? 192.168.123.106:0/554006833' entity='client.admin' cmd={"prefix": "mgr stat"} : dispatch 2026-04-16T18:39:16.129 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:39:15 vm06 bash[28176]: audit 2026-04-16T18:39:15.784045+0000 mon.vm06 (mon.0) 83 : audit [DBG] from='client.? 192.168.123.106:0/554006833' entity='client.admin' cmd={"prefix": "mgr stat"} : dispatch 2026-04-16T18:39:25.674 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:39:25 vm06 bash[28176]: cluster 2026-04-16T18:39:25.355888+0000 mon.vm06 (mon.0) 84 : cluster [INF] Active manager daemon vm06.sywxig restarted 2026-04-16T18:39:25.674 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:39:25 vm06 bash[28176]: cluster 2026-04-16T18:39:25.355888+0000 mon.vm06 (mon.0) 84 : cluster [INF] Active manager daemon vm06.sywxig restarted 2026-04-16T18:39:25.674 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:39:25 vm06 bash[28176]: cluster 2026-04-16T18:39:25.356105+0000 mon.vm06 (mon.0) 85 : cluster [INF] Activating manager daemon vm06.sywxig 2026-04-16T18:39:25.674 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:39:25 vm06 bash[28176]: cluster 2026-04-16T18:39:25.356105+0000 mon.vm06 (mon.0) 85 : cluster [INF] Activating manager daemon vm06.sywxig 2026-04-16T18:39:25.674 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:39:25 vm06 bash[28176]: cluster 2026-04-16T18:39:25.362977+0000 mon.vm06 (mon.0) 86 : cluster [DBG] osdmap e3: 0 total, 0 up, 0 in 2026-04-16T18:39:25.674 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:39:25 vm06 bash[28176]: cluster 2026-04-16T18:39:25.362977+0000 mon.vm06 (mon.0) 86 : cluster [DBG] osdmap e3: 0 total, 0 up, 0 in 2026-04-16T18:39:25.674 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:39:25 vm06 bash[28176]: cluster 2026-04-16T18:39:25.363144+0000 mon.vm06 (mon.0) 87 : cluster [DBG] mgrmap e10: vm06.sywxig(active, starting, since 0.00713129s) 2026-04-16T18:39:25.674 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:39:25 vm06 bash[28176]: cluster 2026-04-16T18:39:25.363144+0000 mon.vm06 (mon.0) 87 : cluster [DBG] mgrmap e10: vm06.sywxig(active, starting, since 0.00713129s) 2026-04-16T18:39:25.674 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:39:25 vm06 bash[28176]: audit 2026-04-16T18:39:25.365668+0000 mon.vm06 (mon.0) 88 : audit [DBG] from='mgr.14170 192.168.123.106:0/604516730' entity='mgr.vm06.sywxig' cmd={"prefix": "mon metadata", "id": "vm06"} : dispatch 2026-04-16T18:39:25.674 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:39:25 vm06 bash[28176]: audit 2026-04-16T18:39:25.365668+0000 mon.vm06 (mon.0) 88 : audit [DBG] from='mgr.14170 192.168.123.106:0/604516730' entity='mgr.vm06.sywxig' cmd={"prefix": "mon metadata", "id": "vm06"} : dispatch 2026-04-16T18:39:25.674 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:39:25 vm06 bash[28176]: audit 2026-04-16T18:39:25.366607+0000 mon.vm06 (mon.0) 89 : audit [DBG] from='mgr.14170 192.168.123.106:0/604516730' entity='mgr.vm06.sywxig' cmd={"prefix": "mgr metadata", "who": "vm06.sywxig", "id": "vm06.sywxig"} : dispatch 2026-04-16T18:39:25.674 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:39:25 vm06 bash[28176]: audit 2026-04-16T18:39:25.366607+0000 mon.vm06 (mon.0) 89 : audit [DBG] from='mgr.14170 192.168.123.106:0/604516730' entity='mgr.vm06.sywxig' cmd={"prefix": "mgr metadata", "who": "vm06.sywxig", "id": "vm06.sywxig"} : dispatch 2026-04-16T18:39:25.674 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:39:25 vm06 bash[28176]: audit 2026-04-16T18:39:25.367389+0000 mon.vm06 (mon.0) 90 : audit [DBG] from='mgr.14170 192.168.123.106:0/604516730' entity='mgr.vm06.sywxig' cmd={"prefix": "mds metadata"} : dispatch 2026-04-16T18:39:25.674 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:39:25 vm06 bash[28176]: audit 2026-04-16T18:39:25.367389+0000 mon.vm06 (mon.0) 90 : audit [DBG] from='mgr.14170 192.168.123.106:0/604516730' entity='mgr.vm06.sywxig' cmd={"prefix": "mds metadata"} : dispatch 2026-04-16T18:39:25.674 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:39:25 vm06 bash[28176]: audit 2026-04-16T18:39:25.367470+0000 mon.vm06 (mon.0) 91 : audit [DBG] from='mgr.14170 192.168.123.106:0/604516730' entity='mgr.vm06.sywxig' cmd={"prefix": "osd metadata"} : dispatch 2026-04-16T18:39:25.674 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:39:25 vm06 bash[28176]: audit 2026-04-16T18:39:25.367470+0000 mon.vm06 (mon.0) 91 : audit [DBG] from='mgr.14170 192.168.123.106:0/604516730' entity='mgr.vm06.sywxig' cmd={"prefix": "osd metadata"} : dispatch 2026-04-16T18:39:25.674 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:39:25 vm06 bash[28176]: audit 2026-04-16T18:39:25.367538+0000 mon.vm06 (mon.0) 92 : audit [DBG] from='mgr.14170 192.168.123.106:0/604516730' entity='mgr.vm06.sywxig' cmd={"prefix": "mon metadata"} : dispatch 2026-04-16T18:39:25.674 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:39:25 vm06 bash[28176]: audit 2026-04-16T18:39:25.367538+0000 mon.vm06 (mon.0) 92 : audit [DBG] from='mgr.14170 192.168.123.106:0/604516730' entity='mgr.vm06.sywxig' cmd={"prefix": "mon metadata"} : dispatch 2026-04-16T18:39:25.674 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:39:25 vm06 bash[28176]: cluster 2026-04-16T18:39:25.372388+0000 mon.vm06 (mon.0) 93 : cluster [INF] Manager daemon vm06.sywxig is now available 2026-04-16T18:39:25.674 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:39:25 vm06 bash[28176]: cluster 2026-04-16T18:39:25.372388+0000 mon.vm06 (mon.0) 93 : cluster [INF] Manager daemon vm06.sywxig is now available 2026-04-16T18:39:26.431 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph: stdout { 2026-04-16T18:39:26.431 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 11, 2026-04-16T18:39:26.431 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph: stdout "initialized": true 2026-04-16T18:39:26.431 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph: stdout } 2026-04-16T18:39:26.431 INFO:teuthology.orchestra.run.vm06.stdout:mgr epoch 9 is available 2026-04-16T18:39:26.431 INFO:teuthology.orchestra.run.vm06.stdout:Using certmgr to generate dashboard self-signed certificate... 2026-04-16T18:39:26.673 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:39:26 vm06 bash[28176]: audit 2026-04-16T18:39:25.628289+0000 mon.vm06 (mon.0) 94 : audit [DBG] from='mgr.14170 192.168.123.106:0/604516730' entity='mgr.vm06.sywxig' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-04-16T18:39:26.674 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:39:26 vm06 bash[28176]: audit 2026-04-16T18:39:25.628289+0000 mon.vm06 (mon.0) 94 : audit [DBG] from='mgr.14170 192.168.123.106:0/604516730' entity='mgr.vm06.sywxig' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-04-16T18:39:26.674 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:39:26 vm06 bash[28176]: audit 2026-04-16T18:39:25.650564+0000 mon.vm06 (mon.0) 95 : audit [INF] from='mgr.14170 192.168.123.106:0/604516730' entity='mgr.vm06.sywxig' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/vm06.sywxig/mirror_snapshot_schedule"} : dispatch 2026-04-16T18:39:26.674 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:39:26 vm06 bash[28176]: audit 2026-04-16T18:39:25.650564+0000 mon.vm06 (mon.0) 95 : audit [INF] from='mgr.14170 192.168.123.106:0/604516730' entity='mgr.vm06.sywxig' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/vm06.sywxig/mirror_snapshot_schedule"} : dispatch 2026-04-16T18:39:26.674 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:39:26 vm06 bash[28176]: audit 2026-04-16T18:39:25.653348+0000 mon.vm06 (mon.0) 96 : audit [INF] from='mgr.14170 192.168.123.106:0/604516730' entity='mgr.vm06.sywxig' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/vm06.sywxig/trash_purge_schedule"} : dispatch 2026-04-16T18:39:26.674 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:39:26 vm06 bash[28176]: audit 2026-04-16T18:39:25.653348+0000 mon.vm06 (mon.0) 96 : audit [INF] from='mgr.14170 192.168.123.106:0/604516730' entity='mgr.vm06.sywxig' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/vm06.sywxig/trash_purge_schedule"} : dispatch 2026-04-16T18:39:26.674 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:39:26 vm06 bash[28176]: cluster 2026-04-16T18:39:26.367588+0000 mon.vm06 (mon.0) 97 : cluster [DBG] mgrmap e11: vm06.sywxig(active, since 1.01158s) 2026-04-16T18:39:26.674 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:39:26 vm06 bash[28176]: cluster 2026-04-16T18:39:26.367588+0000 mon.vm06 (mon.0) 97 : cluster [DBG] mgrmap e11: vm06.sywxig(active, since 1.01158s) 2026-04-16T18:39:27.214 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph: stdout {"cert": "-----BEGIN CERTIFICATE-----\nMIIE+TCCAuGgAwIBAgIUYcq8Ql8py8X8uPjR9zRD9KUzvAUwDQYJKoZIhvcNAQEL\nBQAwFzEVMBMGA1UEAwwMY2VwaGFkbS1yb290MB4XDTI2MDQxNjE4MzkyN1oXDTI5\nMDQxNTE4MzkyN1owGjEYMBYGA1UEAwwPMTkyLjE2OC4xMjMuMTA2MIICIjANBgkq\nhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEA/Y551Z3ctFUVaAyVivQAnVaQzRR8Wh/j\nFwzQIn3XWTKBuPZevmd6KBb1rUQcNsKDJz1AkBPp9+oleZjAP6Ob1iNxLE32yKSB\nn1We6f7oIe38C6XuMjlLN8U1bL0Bj4GsmMfAXcrj7DLYMHVgFcJwVNi2kPQ25UpJ\nll+wzkKZ/7aj2UFDOJbLfaeYp7+LcUNMkHT0kmWOKf3S/VMHHKuguzv2YxuzoKu7\nCkr4kPxWQlaTEaJ/Of/VizGfUTo2RYEfTXejnMSaQ3zSGLFs8up1QnUUD323inI+\nfI1Akdu5r6yNR9CobTQgoXCjWKRRl9JRtkEH/k5zamRNIiKtyStdakt9ZBntkPxu\n4lKsb2A2yqIh7obTPi/XyGmbCHLezSb2WqdGKbuQDxephsDzzplSeWuNW74+ksMb\nyNKyJfedQlOhfOuNuJq0g1QkxqUi3VMD/q7UI/7+nkjEhUsycFbIVgMblrvdZ56/\nkQMy44IOOt8aVN9mrch2SwM6SF3NDVgjxNzJhwCoyCO6AFr1vmMxOwakACosYrI4\nm27R3q36U2jg5vOflR789Cr9rdSWzlvuC/7ogx9zub5LoVJcV+s8Y0e2qj3MrdKf\n1FH31qy/C5heUF7gfOkZUqFmJSY+e639LNi8zPqD2d7zGLmfyChJv/A88GjpuipX\n9JxE68VcSQsCAwEAAaM6MDgwKAYDVR0RBCEwH4IEdm0wNoIRZGFzaGJvYXJkX3Nl\ncnZlcnOHBMCoe2owDAYDVR0TAQH/BAIwADANBgkqhkiG9w0BAQsFAAOCAgEAU7Z7\nOhJCBuat/G3QI3jkXBotWrSUik0z0oh9xWZHviKT/kVv8kjuLdGkLWQHSNkTC4ev\n2X8Uj922RrHi75d07a9V71e8IzfArQI68wD+a0H/8VZn9s8Wy04R5+0YqrJf1lCd\nTPfnjS+RATVrDGvsguwNfFueKVs2UPw4msAv/ifutGdDFQieTMsALQ/uFQVUbErf\nATw8I7PfiQLn2wBxwiSqKOA3S/seXHiu7o+VaOMj6kWs3G3RKEFR+i0R7zWzXBOu\n5HMKhy35gjHty1KUWG9vEiOOt4V3hS972Y3seQUCGNlTAv0zjDOTtyrQbZ1r86/+\nmZ2KOgRUZX7utzNDQTizNCQbW7U465UiXdn5PcQSarbjXDKh5MO41Om6CblzQpNU\nqEUpJ/ub1osJSA1wmGIfYLwasGCR1fuCkD0PIr2NH+bGKbMSCXG3Kb7NlQf2ir4x\nIRshP/ZFdeLK6iGfW8WnpgYQO7FkHlmH7khSGiuduMv99DYy563kTfJnfVb5T/iu\nZ5cMnyYX9hTeND6tRGwGshV9KEIBJG9R3fDqLToin2BesZnXenIf4Rw6wQB5grCQ\n89hfzlc/3fUCHdVqLC7IrGoJjnWSarsbWKA4Bafjzf8v37IQ0Njit3zfh0CSUaQ/\niUwMBwSGeIlqdn7iV/B8EujH+dXCjLokMDDbVOQ=\n-----END CERTIFICATE-----\n", "key": "-----BEGIN RSA PRIVATE KEY-----\nMIIJKgIBAAKCAgEA/Y551Z3ctFUVaAyVivQAnVaQzRR8Wh/jFwzQIn3XWTKBuPZe\nvmd6KBb1rUQcNsKDJz1AkBPp9+oleZjAP6Ob1iNxLE32yKSBn1We6f7oIe38C6Xu\nMjlLN8U1bL0Bj4GsmMfAXcrj7DLYMHVgFcJwVNi2kPQ25UpJll+wzkKZ/7aj2UFD\nOJbLfaeYp7+LcUNMkHT0kmWOKf3S/VMHHKuguzv2YxuzoKu7Ckr4kPxWQlaTEaJ/\nOf/VizGfUTo2RYEfTXejnMSaQ3zSGLFs8up1QnUUD323inI+fI1Akdu5r6yNR9Co\nbTQgoXCjWKRRl9JRtkEH/k5zamRNIiKtyStdakt9ZBntkPxu4lKsb2A2yqIh7obT\nPi/XyGmbCHLezSb2WqdGKbuQDxephsDzzplSeWuNW74+ksMbyNKyJfedQlOhfOuN\nuJq0g1QkxqUi3VMD/q7UI/7+nkjEhUsycFbIVgMblrvdZ56/kQMy44IOOt8aVN9m\nrch2SwM6SF3NDVgjxNzJhwCoyCO6AFr1vmMxOwakACosYrI4m27R3q36U2jg5vOf\nlR789Cr9rdSWzlvuC/7ogx9zub5LoVJcV+s8Y0e2qj3MrdKf1FH31qy/C5heUF7g\nfOkZUqFmJSY+e639LNi8zPqD2d7zGLmfyChJv/A88GjpuipX9JxE68VcSQsCAwEA\nAQKCAgAf961B/XEssJLOV30ofl2azfsw9VA9nJ+TnGNGtfmcnqg0RaY++JTc0RLl\nvByX2tY7muwKPjiABTP3AgcwVCmlnzpO4lV8M8wT5puZLNuKIOhndOLJz5IS1KOe\nXgYAWH0GQMjutPx0ycRFTRxxdzOVFELllk9a1o7d4pqhUUxRLRm4nmh3OKvXNSDN\n+sb931pGgY2u7MGLvHC0IkUB8bGGFFKavuIFc8v/yYv6hkCUhI3DlL/YSXpcM5lp\nMvRSDFbXUX997bD1U/C5JEV0KuiLGcUPCZlGXzj5mGV3qO2JnzEAyOczPXXlD2pz\na+Qi8WVT8RxXjP8y1AqAL0HHMdceUL/qxEjbtnyvFr2XWKUknMw+5pVDUgetagyC\nYpyGr2SUWSZjG1IIz7jpLTyaLunGPnTz4E18X9Wmtd+rEiSTjfEM1wh6Y9Vp3Pzb\n2ukzUrPi9Y15d72YAyinD6mKn6HF3Zc5ENTCYSCT3VZHM80MED745LxiZarEQXiO\nQqaQHhrtS++eoxyrxNcUXnUFYLg4j2dHfiP5OUF+F0dX4GVOzsWVAHg04kZcP/MH\nltjNfdwhMV+tdDDs7eOpanAMKAViJPykJQ6ZhsyidSKB4eivMj7EPvSagEyOpGlK\ncxSc5GVS75e7bOhbPxq0+x/AISN11c/b5v7Qz3dluSeX8O794QKCAQEA/tZaARDb\nAZ+R4gvibVJOopVJ0KH05VF7Go7mbjmEzDyUGb3Ul5/n1c191eDBvEWtsuhvewhw\nf8Zz06HWvIQiTNbzsZkr+OcskL5NeQD+x/XfuqQtcub2FBKD+PobyY83FD6t4Y3d\nU7ripXmTpmuTL8WR/cR5LE5rGPmswR8Bijmm+lluuqQ8w9o1GnDX1exUi3FnT1A/\nmkBDpeozrALcf90ibk42Z3baKB/bSdZH8jc8Bf6EoJD2NmMKH84t+GcY9GgOt5fP\n7ARiQwfor/euhM0Nty3J28ibRxokV1Fv1u6GL9MoHFZcgJQKc8pwQjPq1PUMmfV6\n9H/ttlzaI6SGFwKCAQEA/rag354gNXVKog31T93rGqnmg5UTCAE3pmaBoy/hPxIQ\nUiBOJbhr8XUk8Vb7fKIOLrFTim324zleY3TpgpNvBDYQL0GhsM3INamzTZotp8pS\nDSqqFeQxKuJaIOsM7K3RP4IcHgDJMQZtPjhoNTrOGs8g3xL33JBUhtWp7hO1J+sA\ntp7cabCi9QpDygoXFC4uagR82AaqQ6IwmUVizisLYINsbMiMs3UgocStwk1h+jVq\nogLwyOGnruMeLQQGQRwcmqVysscmMRr5DAP+3tT2NKMxydXZxes/5QTcXHFdMKxa\nafSpuQFTAD9JFU/5uZtWfgrncBqhVZBREwSUka5hLQKCAQEAgsu31FY3YgTpllCt\nPZkCHTZsdXW6wTxp576yjJ5fB4iMJw4koFIFZtoanPzH0v8cYPglx8sUGrDb4CJv\nmcBj7nZhC6VnSVA1snDKSLH3EuCinSQI47GhWboLHG4adwBXr79f9aWflIsWKwJU\ngxUxrVJFVS9TVidFlsMHJPPqEWz3xATE7WzAd3F20gRa80RiPFPPR4kTq/MSBYVI\nUiAB1mrEckMYb1A0NmXrYmFl+e7ZkuYIYnUkudNpbdugAp+/0inaa+ayZBv35xmX\nF0ITw7uPL5aDxZeYAw1q25pDwdgY7VD+hFTbE29oUff0WDZXcEf52MeC/RzwACp2\nF9corwKCAQEA9M17ok/sbtSS7Vty+Na1ngPKy44cI2ZgIOqGD9v1pVNsIjJwSSqN\nfBx1bAqIXAm4jcHaI8J6NXqur/Hud5PRb/+x4Gk4yJ+Om5zE+oGC/a+i2oq1u6J8\natXvf5HI8zQ/VsVq1p80voyJs/IsnXQuIHAQDLXDSNXil1CFKI8CXiIrpljaSC3/\nAHlkG6tE8R1NeJFll44YWDZqdPTN+I5AOfs12vuI1vVsbm2D/qm2z+5E1P70gmz2\nZ0xbdTJX/H3TNAJtUUu79hgRYi346BtPodlzAaQp0GHAIBFi5OoDgcM0hn8iG/Ac\n4LDyQayCu5ODNlKuivzdMEoq0ZdmXvl05QKCAQEA2zJvcKItG9zT8lFMZpELs2kl\njHsigRLYBPxtEwyKiPcLRTCh8h7hV01BbRnuk2umIznMqtkdzWMblotdXu/p9GHp\nOyv7vu+GelI086G1mHewauFY663OauHAvin2CsI5qwoin7LPk1eOFU6MYfs/VIa8\niNS1sd/g8NtApb/ERkggJUMtdwPxkKQE38heo3k6wD1ureg578q2JtfOvb6EGH8D\nF+kqGMN9Q04vxNRM+BK5GOL6VFq0dulDYEOaBfMEoBjLIZS3zKhaTmI5HRrXVsna\n/iUCOstm8x9jvKWnnXvVZbGDwxmwH2O4vWq3QPZka4l4r+PHiI+fkFpORxjPbQ==\n-----END RSA PRIVATE KEY-----\n"} 2026-04-16T18:39:27.616 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph: stdout SSL certificate updated 2026-04-16T18:39:27.666 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:39:27 vm06 bash[28176]: cephadm 2026-04-16T18:39:26.814008+0000 mgr.vm06.sywxig (mgr.14170) 4 : cephadm [INF] [16/Apr/2026:18:39:26] ENGINE Bus STARTING 2026-04-16T18:39:27.666 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:39:27 vm06 bash[28176]: cephadm 2026-04-16T18:39:26.814008+0000 mgr.vm06.sywxig (mgr.14170) 4 : cephadm [INF] [16/Apr/2026:18:39:26] ENGINE Bus STARTING 2026-04-16T18:39:28.028 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph: stdout SSL certificate key updated 2026-04-16T18:39:28.028 INFO:teuthology.orchestra.run.vm06.stdout:Creating initial admin user... 2026-04-16T18:39:28.598 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph: stdout {"username": "admin", "password": "$2b$12$ffmggesrCMLHSPHuqt7/eOgbMqDTHxLKpzU76EO6bHSeCuptNRNde", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1776364768, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2026-04-16T18:39:28.598 INFO:teuthology.orchestra.run.vm06.stdout:Fetching dashboard port number... 2026-04-16T18:39:28.674 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:39:28 vm06 bash[28176]: cephadm 2026-04-16T18:39:26.916538+0000 mgr.vm06.sywxig (mgr.14170) 5 : cephadm [INF] [16/Apr/2026:18:39:26] ENGINE Serving on http://192.168.123.106:8765 2026-04-16T18:39:28.674 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:39:28 vm06 bash[28176]: cephadm 2026-04-16T18:39:26.916538+0000 mgr.vm06.sywxig (mgr.14170) 5 : cephadm [INF] [16/Apr/2026:18:39:26] ENGINE Serving on http://192.168.123.106:8765 2026-04-16T18:39:28.674 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:39:28 vm06 bash[28176]: cephadm 2026-04-16T18:39:27.026677+0000 mgr.vm06.sywxig (mgr.14170) 6 : cephadm [INF] [16/Apr/2026:18:39:27] ENGINE Serving on https://192.168.123.106:7150 2026-04-16T18:39:28.674 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:39:28 vm06 bash[28176]: cephadm 2026-04-16T18:39:27.026677+0000 mgr.vm06.sywxig (mgr.14170) 6 : cephadm [INF] [16/Apr/2026:18:39:27] ENGINE Serving on https://192.168.123.106:7150 2026-04-16T18:39:28.674 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:39:28 vm06 bash[28176]: cephadm 2026-04-16T18:39:27.026782+0000 mgr.vm06.sywxig (mgr.14170) 7 : cephadm [INF] [16/Apr/2026:18:39:27] ENGINE Bus STARTED 2026-04-16T18:39:28.674 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:39:28 vm06 bash[28176]: cephadm 2026-04-16T18:39:27.026782+0000 mgr.vm06.sywxig (mgr.14170) 7 : cephadm [INF] [16/Apr/2026:18:39:27] ENGINE Bus STARTED 2026-04-16T18:39:28.674 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:39:28 vm06 bash[28176]: cephadm 2026-04-16T18:39:27.027123+0000 mgr.vm06.sywxig (mgr.14170) 8 : cephadm [INF] [16/Apr/2026:18:39:27] ENGINE Client ('192.168.123.106', 57662) lost — peer dropped the TLS connection suddenly, during handshake: (6, 'TLS/SSL connection has been closed (EOF) (_ssl.c:1147)') 2026-04-16T18:39:28.674 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:39:28 vm06 bash[28176]: cephadm 2026-04-16T18:39:27.027123+0000 mgr.vm06.sywxig (mgr.14170) 8 : cephadm [INF] [16/Apr/2026:18:39:27] ENGINE Client ('192.168.123.106', 57662) lost — peer dropped the TLS connection suddenly, during handshake: (6, 'TLS/SSL connection has been closed (EOF) (_ssl.c:1147)') 2026-04-16T18:39:28.674 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:39:28 vm06 bash[28176]: cluster 2026-04-16T18:39:27.419628+0000 mon.vm06 (mon.0) 98 : cluster [DBG] mgrmap e12: vm06.sywxig(active, since 2s) 2026-04-16T18:39:28.674 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:39:28 vm06 bash[28176]: cluster 2026-04-16T18:39:27.419628+0000 mon.vm06 (mon.0) 98 : cluster [DBG] mgrmap e12: vm06.sywxig(active, since 2s) 2026-04-16T18:39:28.674 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:39:28 vm06 bash[28176]: audit 2026-04-16T18:39:27.569693+0000 mgr.vm06.sywxig (mgr.14170) 9 : audit [DBG] from='client.14184 -' entity='client.admin' cmd=[{"prefix": "dashboard set-ssl-certificate", "target": ["mon-mgr", ""]}]: dispatch 2026-04-16T18:39:28.674 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:39:28 vm06 bash[28176]: audit 2026-04-16T18:39:27.569693+0000 mgr.vm06.sywxig (mgr.14170) 9 : audit [DBG] from='client.14184 -' entity='client.admin' cmd=[{"prefix": "dashboard set-ssl-certificate", "target": ["mon-mgr", ""]}]: dispatch 2026-04-16T18:39:28.674 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:39:28 vm06 bash[28176]: audit 2026-04-16T18:39:27.572983+0000 mon.vm06 (mon.0) 99 : audit [INF] from='mgr.14170 192.168.123.106:0/604516730' entity='mgr.vm06.sywxig' 2026-04-16T18:39:28.674 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:39:28 vm06 bash[28176]: audit 2026-04-16T18:39:27.572983+0000 mon.vm06 (mon.0) 99 : audit [INF] from='mgr.14170 192.168.123.106:0/604516730' entity='mgr.vm06.sywxig' 2026-04-16T18:39:28.674 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:39:28 vm06 bash[28176]: audit 2026-04-16T18:39:27.980746+0000 mon.vm06 (mon.0) 100 : audit [INF] from='mgr.14170 192.168.123.106:0/604516730' entity='mgr.vm06.sywxig' 2026-04-16T18:39:28.674 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:39:28 vm06 bash[28176]: audit 2026-04-16T18:39:27.980746+0000 mon.vm06 (mon.0) 100 : audit [INF] from='mgr.14170 192.168.123.106:0/604516730' entity='mgr.vm06.sywxig' 2026-04-16T18:39:28.996 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph: stdout 8443 2026-04-16T18:39:28.996 INFO:teuthology.orchestra.run.vm06.stdout:firewalld does not appear to be present 2026-04-16T18:39:28.996 INFO:teuthology.orchestra.run.vm06.stdout:Not possible to open ports <[8443]>. firewalld.service is not available 2026-04-16T18:39:28.997 INFO:teuthology.orchestra.run.vm06.stdout:Ceph Dashboard is now available at: 2026-04-16T18:39:28.997 INFO:teuthology.orchestra.run.vm06.stdout: 2026-04-16T18:39:28.997 INFO:teuthology.orchestra.run.vm06.stdout: URL: https://vm06.local:8443/ 2026-04-16T18:39:28.997 INFO:teuthology.orchestra.run.vm06.stdout: User: admin 2026-04-16T18:39:28.997 INFO:teuthology.orchestra.run.vm06.stdout: Password: pkvccv7q8p 2026-04-16T18:39:28.997 INFO:teuthology.orchestra.run.vm06.stdout: 2026-04-16T18:39:28.997 INFO:teuthology.orchestra.run.vm06.stdout:Saving cluster configuration to /var/lib/ceph/4f654fb6-39c3-11f1-a5d5-6940ad893399/config directory 2026-04-16T18:39:29.434 INFO:teuthology.orchestra.run.vm06.stdout:/usr/bin/ceph: stderr set mgr/dashboard/cluster/status 2026-04-16T18:39:29.434 INFO:teuthology.orchestra.run.vm06.stdout:You can access the Ceph CLI as following in case of multi-cluster or non-default config: 2026-04-16T18:39:29.434 INFO:teuthology.orchestra.run.vm06.stdout: 2026-04-16T18:39:29.434 INFO:teuthology.orchestra.run.vm06.stdout: sudo /home/ubuntu/cephtest/cephadm shell --fsid 4f654fb6-39c3-11f1-a5d5-6940ad893399 -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2026-04-16T18:39:29.434 INFO:teuthology.orchestra.run.vm06.stdout: 2026-04-16T18:39:29.434 INFO:teuthology.orchestra.run.vm06.stdout:Or, if you are only running a single cluster on this host: 2026-04-16T18:39:29.434 INFO:teuthology.orchestra.run.vm06.stdout: 2026-04-16T18:39:29.434 INFO:teuthology.orchestra.run.vm06.stdout: sudo /home/ubuntu/cephtest/cephadm shell 2026-04-16T18:39:29.434 INFO:teuthology.orchestra.run.vm06.stdout: 2026-04-16T18:39:29.435 INFO:teuthology.orchestra.run.vm06.stdout:Please consider enabling telemetry to help improve Ceph: 2026-04-16T18:39:29.435 INFO:teuthology.orchestra.run.vm06.stdout: 2026-04-16T18:39:29.435 INFO:teuthology.orchestra.run.vm06.stdout: ceph telemetry on 2026-04-16T18:39:29.435 INFO:teuthology.orchestra.run.vm06.stdout: 2026-04-16T18:39:29.435 INFO:teuthology.orchestra.run.vm06.stdout:For more information see: 2026-04-16T18:39:29.435 INFO:teuthology.orchestra.run.vm06.stdout: 2026-04-16T18:39:29.435 INFO:teuthology.orchestra.run.vm06.stdout: https://docs.ceph.com/en/latest/mgr/telemetry/ 2026-04-16T18:39:29.435 INFO:teuthology.orchestra.run.vm06.stdout: 2026-04-16T18:39:29.435 INFO:teuthology.orchestra.run.vm06.stdout:Bootstrap complete. 2026-04-16T18:39:29.440 INFO:teuthology.orchestra.run.vm06.stdout:systemctl: stdout static 2026-04-16T18:39:29.442 INFO:teuthology.orchestra.run.vm06.stdout:Non-zero exit code 3 from systemctl is-active logrotate 2026-04-16T18:39:29.442 INFO:teuthology.orchestra.run.vm06.stdout:systemctl: stdout inactive 2026-04-16T18:39:29.442 INFO:teuthology.orchestra.run.vm06.stdout:Enabling the logrotate.timer service to perform daily log rotation. 2026-04-16T18:39:29.654 INFO:tasks.cephadm:Fetching config... 2026-04-16T18:39:29.654 DEBUG:teuthology.orchestra.run.vm06:> set -ex 2026-04-16T18:39:29.654 DEBUG:teuthology.orchestra.run.vm06:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2026-04-16T18:39:29.654 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:39:29 vm06 bash[28176]: audit 2026-04-16T18:39:27.976905+0000 mgr.vm06.sywxig (mgr.14170) 10 : audit [DBG] from='client.14186 -' entity='client.admin' cmd=[{"prefix": "dashboard set-ssl-certificate-key", "target": ["mon-mgr", ""]}]: dispatch 2026-04-16T18:39:29.654 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:39:29 vm06 bash[28176]: audit 2026-04-16T18:39:27.976905+0000 mgr.vm06.sywxig (mgr.14170) 10 : audit [DBG] from='client.14186 -' entity='client.admin' cmd=[{"prefix": "dashboard set-ssl-certificate-key", "target": ["mon-mgr", ""]}]: dispatch 2026-04-16T18:39:29.654 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:39:29 vm06 bash[28176]: audit 2026-04-16T18:39:28.397430+0000 mgr.vm06.sywxig (mgr.14170) 11 : audit [DBG] from='client.14188 -' 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-04-16T18:39:29.654 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:39:29 vm06 bash[28176]: audit 2026-04-16T18:39:28.397430+0000 mgr.vm06.sywxig (mgr.14170) 11 : audit [DBG] from='client.14188 -' 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-04-16T18:39:29.655 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:39:29 vm06 bash[28176]: audit 2026-04-16T18:39:28.551368+0000 mon.vm06 (mon.0) 101 : audit [INF] from='mgr.14170 192.168.123.106:0/604516730' entity='mgr.vm06.sywxig' 2026-04-16T18:39:29.655 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:39:29 vm06 bash[28176]: audit 2026-04-16T18:39:28.551368+0000 mon.vm06 (mon.0) 101 : audit [INF] from='mgr.14170 192.168.123.106:0/604516730' entity='mgr.vm06.sywxig' 2026-04-16T18:39:29.655 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:39:29 vm06 bash[28176]: audit 2026-04-16T18:39:28.956459+0000 mon.vm06 (mon.0) 102 : audit [DBG] from='client.? 192.168.123.106:0/1633441001' entity='client.admin' cmd={"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"} : dispatch 2026-04-16T18:39:29.655 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:39:29 vm06 bash[28176]: audit 2026-04-16T18:39:28.956459+0000 mon.vm06 (mon.0) 102 : audit [DBG] from='client.? 192.168.123.106:0/1633441001' entity='client.admin' cmd={"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"} : dispatch 2026-04-16T18:39:29.655 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:39:29 vm06 bash[28176]: audit 2026-04-16T18:39:29.390340+0000 mon.vm06 (mon.0) 103 : audit [INF] from='client.? 192.168.123.106:0/2248474367' entity='client.admin' 2026-04-16T18:39:29.655 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:39:29 vm06 bash[28176]: audit 2026-04-16T18:39:29.390340+0000 mon.vm06 (mon.0) 103 : audit [INF] from='client.? 192.168.123.106:0/2248474367' entity='client.admin' 2026-04-16T18:39:29.655 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:39:29 vm06 systemd[1]: /etc/systemd/system/ceph-4f654fb6-39c3-11f1-a5d5-6940ad893399@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2026-04-16T18:39:29.657 INFO:tasks.cephadm:Fetching client.admin keyring... 2026-04-16T18:39:29.657 DEBUG:teuthology.orchestra.run.vm06:> set -ex 2026-04-16T18:39:29.657 DEBUG:teuthology.orchestra.run.vm06:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2026-04-16T18:39:29.702 INFO:tasks.cephadm:Fetching mon keyring... 2026-04-16T18:39:29.702 DEBUG:teuthology.orchestra.run.vm06:> set -ex 2026-04-16T18:39:29.702 DEBUG:teuthology.orchestra.run.vm06:> sudo dd if=/var/lib/ceph/4f654fb6-39c3-11f1-a5d5-6940ad893399/mon.vm06/keyring of=/dev/stdout 2026-04-16T18:39:29.751 INFO:tasks.cephadm:Fetching pub ssh key... 2026-04-16T18:39:29.751 DEBUG:teuthology.orchestra.run.vm06:> set -ex 2026-04-16T18:39:29.751 DEBUG:teuthology.orchestra.run.vm06:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2026-04-16T18:39:29.794 INFO:tasks.cephadm:Installing pub ssh key for root users... 2026-04-16T18:39:29.794 DEBUG:teuthology.orchestra.run.vm06:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCOF0VOFVyDqAqKHl5KUdDw3zwqeVE/k9eSjaN1jab7RCER8EIRPaJaU+BSiKsX6zvTT0yTuzJhc+dtgJcd6KQBUAuVk4VTsj106PO7PbX0qiYO4RMp5YBUOO6YnUKA/d0UroxN7B0jKjq+l/P2PKdy3klxpykblG9boXxukzr1+XrhRAuDN5y6kjF9RRyWgb0fl0MwOPX+Zb2c3d/l5UEL+FJ3YwZx6NkclCavBve+ldPRpAmsbbe86yszoBA2SWjkDjgQo5Z8J4RuT2DOwrgRKsfxo/XA4ubLOts164LoXh94lnyAe8Y7vg76p683cTWpgePYa8bd53EydLan3mQwPk/f5z+9jzlA6edM2QDqZNIUk9i2HhIwk6FN6lj95Ckcr6SJuNX/hwXk6Ti0BvVTj69fjDiiQiBpGhjVcvLVbYsZ5lPq+Vn9peFa6qU96DXajVi/2D9dn4WVQoBGy/X6OfXizo+E/udExGluIBMXJVlvSpO4bq/Q4pIgFBI43ZU= ceph-4f654fb6-39c3-11f1-a5d5-6940ad893399' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2026-04-16T18:39:29.848 INFO:teuthology.orchestra.run.vm06.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCOF0VOFVyDqAqKHl5KUdDw3zwqeVE/k9eSjaN1jab7RCER8EIRPaJaU+BSiKsX6zvTT0yTuzJhc+dtgJcd6KQBUAuVk4VTsj106PO7PbX0qiYO4RMp5YBUOO6YnUKA/d0UroxN7B0jKjq+l/P2PKdy3klxpykblG9boXxukzr1+XrhRAuDN5y6kjF9RRyWgb0fl0MwOPX+Zb2c3d/l5UEL+FJ3YwZx6NkclCavBve+ldPRpAmsbbe86yszoBA2SWjkDjgQo5Z8J4RuT2DOwrgRKsfxo/XA4ubLOts164LoXh94lnyAe8Y7vg76p683cTWpgePYa8bd53EydLan3mQwPk/f5z+9jzlA6edM2QDqZNIUk9i2HhIwk6FN6lj95Ckcr6SJuNX/hwXk6Ti0BvVTj69fjDiiQiBpGhjVcvLVbYsZ5lPq+Vn9peFa6qU96DXajVi/2D9dn4WVQoBGy/X6OfXizo+E/udExGluIBMXJVlvSpO4bq/Q4pIgFBI43ZU= ceph-4f654fb6-39c3-11f1-a5d5-6940ad893399 2026-04-16T18:39:29.854 DEBUG:teuthology.orchestra.run.vm09:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCOF0VOFVyDqAqKHl5KUdDw3zwqeVE/k9eSjaN1jab7RCER8EIRPaJaU+BSiKsX6zvTT0yTuzJhc+dtgJcd6KQBUAuVk4VTsj106PO7PbX0qiYO4RMp5YBUOO6YnUKA/d0UroxN7B0jKjq+l/P2PKdy3klxpykblG9boXxukzr1+XrhRAuDN5y6kjF9RRyWgb0fl0MwOPX+Zb2c3d/l5UEL+FJ3YwZx6NkclCavBve+ldPRpAmsbbe86yszoBA2SWjkDjgQo5Z8J4RuT2DOwrgRKsfxo/XA4ubLOts164LoXh94lnyAe8Y7vg76p683cTWpgePYa8bd53EydLan3mQwPk/f5z+9jzlA6edM2QDqZNIUk9i2HhIwk6FN6lj95Ckcr6SJuNX/hwXk6Ti0BvVTj69fjDiiQiBpGhjVcvLVbYsZ5lPq+Vn9peFa6qU96DXajVi/2D9dn4WVQoBGy/X6OfXizo+E/udExGluIBMXJVlvSpO4bq/Q4pIgFBI43ZU= ceph-4f654fb6-39c3-11f1-a5d5-6940ad893399' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2026-04-16T18:39:29.866 INFO:teuthology.orchestra.run.vm09.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCOF0VOFVyDqAqKHl5KUdDw3zwqeVE/k9eSjaN1jab7RCER8EIRPaJaU+BSiKsX6zvTT0yTuzJhc+dtgJcd6KQBUAuVk4VTsj106PO7PbX0qiYO4RMp5YBUOO6YnUKA/d0UroxN7B0jKjq+l/P2PKdy3klxpykblG9boXxukzr1+XrhRAuDN5y6kjF9RRyWgb0fl0MwOPX+Zb2c3d/l5UEL+FJ3YwZx6NkclCavBve+ldPRpAmsbbe86yszoBA2SWjkDjgQo5Z8J4RuT2DOwrgRKsfxo/XA4ubLOts164LoXh94lnyAe8Y7vg76p683cTWpgePYa8bd53EydLan3mQwPk/f5z+9jzlA6edM2QDqZNIUk9i2HhIwk6FN6lj95Ckcr6SJuNX/hwXk6Ti0BvVTj69fjDiiQiBpGhjVcvLVbYsZ5lPq+Vn9peFa6qU96DXajVi/2D9dn4WVQoBGy/X6OfXizo+E/udExGluIBMXJVlvSpO4bq/Q4pIgFBI43ZU= ceph-4f654fb6-39c3-11f1-a5d5-6940ad893399 2026-04-16T18:39:29.872 DEBUG:teuthology.orchestra.run.vm06:> sudo /home/ubuntu/cephtest/cephadm --image harbor.clyso.com/custom-ceph/ceph/ceph:sse-s3-kmip-preview-not-for-production-7 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4f654fb6-39c3-11f1-a5d5-6940ad893399 -- ceph config set mgr mgr/cephadm/allow_ptrace true 2026-04-16T18:39:30.148 INFO:teuthology.orchestra.run.vm06.stderr:Inferring config /var/lib/ceph/4f654fb6-39c3-11f1-a5d5-6940ad893399/mon.vm06/config 2026-04-16T18:39:30.569 INFO:tasks.cephadm:Distributing conf and client.admin keyring to all hosts + 0755 2026-04-16T18:39:30.569 DEBUG:teuthology.orchestra.run.vm06:> sudo /home/ubuntu/cephtest/cephadm --image harbor.clyso.com/custom-ceph/ceph/ceph:sse-s3-kmip-preview-not-for-production-7 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4f654fb6-39c3-11f1-a5d5-6940ad893399 -- ceph orch client-keyring set client.admin '*' --mode 0755 2026-04-16T18:39:30.825 INFO:teuthology.orchestra.run.vm06.stderr:Inferring config /var/lib/ceph/4f654fb6-39c3-11f1-a5d5-6940ad893399/mon.vm06/config 2026-04-16T18:39:31.281 INFO:tasks.cephadm:Writing (initial) conf and keyring to vm09 2026-04-16T18:39:31.281 DEBUG:teuthology.orchestra.run.vm09:> set -ex 2026-04-16T18:39:31.281 DEBUG:teuthology.orchestra.run.vm09:> dd of=/etc/ceph/ceph.conf 2026-04-16T18:39:31.285 DEBUG:teuthology.orchestra.run.vm09:> set -ex 2026-04-16T18:39:31.285 DEBUG:teuthology.orchestra.run.vm09:> dd of=/etc/ceph/ceph.client.admin.keyring 2026-04-16T18:39:31.332 INFO:tasks.cephadm:Adding host vm09 to orchestrator... 2026-04-16T18:39:31.333 DEBUG:teuthology.orchestra.run.vm06:> sudo /home/ubuntu/cephtest/cephadm --image harbor.clyso.com/custom-ceph/ceph/ceph:sse-s3-kmip-preview-not-for-production-7 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4f654fb6-39c3-11f1-a5d5-6940ad893399 -- ceph orch host add vm09 2026-04-16T18:39:31.543 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:39:31 vm06 bash[28176]: audit 2026-04-16T18:39:30.506816+0000 mon.vm06 (mon.0) 104 : audit [INF] from='client.? 192.168.123.106:0/3779199881' entity='client.admin' 2026-04-16T18:39:31.543 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:39:31 vm06 bash[28176]: audit 2026-04-16T18:39:30.506816+0000 mon.vm06 (mon.0) 104 : audit [INF] from='client.? 192.168.123.106:0/3779199881' entity='client.admin' 2026-04-16T18:39:31.543 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:39:31 vm06 bash[28176]: audit 2026-04-16T18:39:30.586985+0000 mon.vm06 (mon.0) 105 : audit [INF] from='mgr.14170 192.168.123.106:0/604516730' entity='mgr.vm06.sywxig' 2026-04-16T18:39:31.543 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:39:31 vm06 bash[28176]: audit 2026-04-16T18:39:30.586985+0000 mon.vm06 (mon.0) 105 : audit [INF] from='mgr.14170 192.168.123.106:0/604516730' entity='mgr.vm06.sywxig' 2026-04-16T18:39:31.543 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:39:31 vm06 bash[28176]: audit 2026-04-16T18:39:31.189977+0000 mon.vm06 (mon.0) 106 : audit [INF] from='mgr.14170 192.168.123.106:0/604516730' entity='mgr.vm06.sywxig' 2026-04-16T18:39:31.543 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:39:31 vm06 bash[28176]: audit 2026-04-16T18:39:31.189977+0000 mon.vm06 (mon.0) 106 : audit [INF] from='mgr.14170 192.168.123.106:0/604516730' entity='mgr.vm06.sywxig' 2026-04-16T18:39:31.543 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:39:31 vm06 bash[28176]: audit 2026-04-16T18:39:31.267739+0000 mon.vm06 (mon.0) 107 : audit [INF] from='mgr.14170 192.168.123.106:0/604516730' entity='mgr.vm06.sywxig' 2026-04-16T18:39:31.543 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:39:31 vm06 bash[28176]: audit 2026-04-16T18:39:31.267739+0000 mon.vm06 (mon.0) 107 : audit [INF] from='mgr.14170 192.168.123.106:0/604516730' entity='mgr.vm06.sywxig' 2026-04-16T18:39:31.595 INFO:teuthology.orchestra.run.vm06.stderr:Inferring config /var/lib/ceph/4f654fb6-39c3-11f1-a5d5-6940ad893399/mon.vm06/config 2026-04-16T18:39:32.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:39:32 vm06 bash[28176]: audit 2026-04-16T18:39:31.186050+0000 mgr.vm06.sywxig (mgr.14170) 12 : audit [DBG] from='client.14196 -' entity='client.admin' cmd=[{"prefix": "orch client-keyring set", "entity": "client.admin", "placement": "*", "mode": "0755", "target": ["mon-mgr", ""]}]: dispatch 2026-04-16T18:39:32.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:39:32 vm06 bash[28176]: audit 2026-04-16T18:39:31.186050+0000 mgr.vm06.sywxig (mgr.14170) 12 : audit [DBG] from='client.14196 -' entity='client.admin' cmd=[{"prefix": "orch client-keyring set", "entity": "client.admin", "placement": "*", "mode": "0755", "target": ["mon-mgr", ""]}]: dispatch 2026-04-16T18:39:32.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:39:32 vm06 bash[28176]: cluster 2026-04-16T18:39:32.273362+0000 mon.vm06 (mon.0) 108 : cluster [DBG] mgrmap e13: vm06.sywxig(active, since 6s) 2026-04-16T18:39:32.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:39:32 vm06 bash[28176]: cluster 2026-04-16T18:39:32.273362+0000 mon.vm06 (mon.0) 108 : cluster [DBG] mgrmap e13: vm06.sywxig(active, since 6s) 2026-04-16T18:39:33.724 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:39:33 vm06 bash[28176]: audit 2026-04-16T18:39:31.973740+0000 mgr.vm06.sywxig (mgr.14170) 13 : audit [DBG] from='client.14198 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "vm09", "target": ["mon-mgr", ""]}]: dispatch 2026-04-16T18:39:33.724 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:39:33 vm06 bash[28176]: audit 2026-04-16T18:39:31.973740+0000 mgr.vm06.sywxig (mgr.14170) 13 : audit [DBG] from='client.14198 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "vm09", "target": ["mon-mgr", ""]}]: dispatch 2026-04-16T18:39:33.724 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:39:33 vm06 bash[28176]: cephadm 2026-04-16T18:39:32.852823+0000 mgr.vm06.sywxig (mgr.14170) 14 : cephadm [INF] Deploying cephadm binary to vm09 2026-04-16T18:39:33.724 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:39:33 vm06 bash[28176]: cephadm 2026-04-16T18:39:32.852823+0000 mgr.vm06.sywxig (mgr.14170) 14 : cephadm [INF] Deploying cephadm binary to vm09 2026-04-16T18:39:33.724 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:39:33 vm06 bash[28176]: audit 2026-04-16T18:39:33.039476+0000 mon.vm06 (mon.0) 109 : audit [INF] from='mgr.14170 192.168.123.106:0/604516730' entity='mgr.vm06.sywxig' 2026-04-16T18:39:33.724 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:39:33 vm06 bash[28176]: audit 2026-04-16T18:39:33.039476+0000 mon.vm06 (mon.0) 109 : audit [INF] from='mgr.14170 192.168.123.106:0/604516730' entity='mgr.vm06.sywxig' 2026-04-16T18:39:33.724 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:39:33 vm06 bash[28176]: audit 2026-04-16T18:39:33.042902+0000 mon.vm06 (mon.0) 110 : audit [INF] from='mgr.14170 192.168.123.106:0/604516730' entity='mgr.vm06.sywxig' 2026-04-16T18:39:33.724 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:39:33 vm06 bash[28176]: audit 2026-04-16T18:39:33.042902+0000 mon.vm06 (mon.0) 110 : audit [INF] from='mgr.14170 192.168.123.106:0/604516730' entity='mgr.vm06.sywxig' 2026-04-16T18:39:33.724 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:39:33 vm06 bash[28176]: audit 2026-04-16T18:39:33.044128+0000 mon.vm06 (mon.0) 111 : audit [INF] from='mgr.14170 192.168.123.106:0/604516730' entity='mgr.vm06.sywxig' cmd={"prefix": "config rm", "who": "osd/host:vm06", "name": "osd_memory_target"} : dispatch 2026-04-16T18:39:33.724 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:39:33 vm06 bash[28176]: audit 2026-04-16T18:39:33.044128+0000 mon.vm06 (mon.0) 111 : audit [INF] from='mgr.14170 192.168.123.106:0/604516730' entity='mgr.vm06.sywxig' cmd={"prefix": "config rm", "who": "osd/host:vm06", "name": "osd_memory_target"} : dispatch 2026-04-16T18:39:33.724 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:39:33 vm06 bash[28176]: audit 2026-04-16T18:39:33.045501+0000 mon.vm06 (mon.0) 112 : audit [DBG] from='mgr.14170 192.168.123.106:0/604516730' entity='mgr.vm06.sywxig' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-04-16T18:39:33.724 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:39:33 vm06 bash[28176]: audit 2026-04-16T18:39:33.045501+0000 mon.vm06 (mon.0) 112 : audit [DBG] from='mgr.14170 192.168.123.106:0/604516730' entity='mgr.vm06.sywxig' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-04-16T18:39:33.724 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:39:33 vm06 bash[28176]: audit 2026-04-16T18:39:33.046278+0000 mon.vm06 (mon.0) 113 : audit [INF] from='mgr.14170 192.168.123.106:0/604516730' entity='mgr.vm06.sywxig' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-04-16T18:39:33.724 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:39:33 vm06 bash[28176]: audit 2026-04-16T18:39:33.046278+0000 mon.vm06 (mon.0) 113 : audit [INF] from='mgr.14170 192.168.123.106:0/604516730' entity='mgr.vm06.sywxig' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-04-16T18:39:33.724 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:39:33 vm06 bash[28176]: audit 2026-04-16T18:39:33.181973+0000 mon.vm06 (mon.0) 114 : audit [INF] from='mgr.14170 192.168.123.106:0/604516730' entity='mgr.vm06.sywxig' 2026-04-16T18:39:33.724 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:39:33 vm06 bash[28176]: audit 2026-04-16T18:39:33.181973+0000 mon.vm06 (mon.0) 114 : audit [INF] from='mgr.14170 192.168.123.106:0/604516730' entity='mgr.vm06.sywxig' 2026-04-16T18:39:33.724 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:39:33 vm06 bash[28176]: audit 2026-04-16T18:39:33.184683+0000 mon.vm06 (mon.0) 115 : audit [INF] from='mgr.14170 192.168.123.106:0/604516730' entity='mgr.vm06.sywxig' 2026-04-16T18:39:33.724 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:39:33 vm06 bash[28176]: audit 2026-04-16T18:39:33.184683+0000 mon.vm06 (mon.0) 115 : audit [INF] from='mgr.14170 192.168.123.106:0/604516730' entity='mgr.vm06.sywxig' 2026-04-16T18:39:33.724 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:39:33 vm06 bash[28176]: audit 2026-04-16T18:39:33.187310+0000 mon.vm06 (mon.0) 116 : audit [INF] from='mgr.14170 192.168.123.106:0/604516730' entity='mgr.vm06.sywxig' 2026-04-16T18:39:33.724 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:39:33 vm06 bash[28176]: audit 2026-04-16T18:39:33.187310+0000 mon.vm06 (mon.0) 116 : audit [INF] from='mgr.14170 192.168.123.106:0/604516730' entity='mgr.vm06.sywxig' 2026-04-16T18:39:33.724 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:39:33 vm06 bash[28176]: audit 2026-04-16T18:39:33.188317+0000 mon.vm06 (mon.0) 117 : audit [INF] from='mgr.14170 192.168.123.106:0/604516730' entity='mgr.vm06.sywxig' cmd={"prefix": "auth get-or-create", "entity": "client.ceph-exporter.vm06", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]} : dispatch 2026-04-16T18:39:33.724 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:39:33 vm06 bash[28176]: audit 2026-04-16T18:39:33.188317+0000 mon.vm06 (mon.0) 117 : audit [INF] from='mgr.14170 192.168.123.106:0/604516730' entity='mgr.vm06.sywxig' cmd={"prefix": "auth get-or-create", "entity": "client.ceph-exporter.vm06", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]} : dispatch 2026-04-16T18:39:33.724 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:39:33 vm06 bash[28176]: audit 2026-04-16T18:39:33.189377+0000 mon.vm06 (mon.0) 118 : audit [INF] from='mgr.14170 192.168.123.106:0/604516730' entity='mgr.vm06.sywxig' cmd='[{"prefix": "auth get-or-create", "entity": "client.ceph-exporter.vm06", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]}]': finished 2026-04-16T18:39:33.724 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:39:33 vm06 bash[28176]: audit 2026-04-16T18:39:33.189377+0000 mon.vm06 (mon.0) 118 : audit [INF] from='mgr.14170 192.168.123.106:0/604516730' entity='mgr.vm06.sywxig' cmd='[{"prefix": "auth get-or-create", "entity": "client.ceph-exporter.vm06", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]}]': finished 2026-04-16T18:39:33.724 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:39:33 vm06 bash[28176]: audit 2026-04-16T18:39:33.190716+0000 mon.vm06 (mon.0) 119 : audit [DBG] from='mgr.14170 192.168.123.106:0/604516730' entity='mgr.vm06.sywxig' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-04-16T18:39:33.724 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:39:33 vm06 bash[28176]: audit 2026-04-16T18:39:33.190716+0000 mon.vm06 (mon.0) 119 : audit [DBG] from='mgr.14170 192.168.123.106:0/604516730' entity='mgr.vm06.sywxig' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-04-16T18:39:34.028 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:39:33 vm06 systemd[1]: /etc/systemd/system/ceph-4f654fb6-39c3-11f1-a5d5-6940ad893399@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2026-04-16T18:39:34.417 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:39:34 vm06 systemd[1]: /etc/systemd/system/ceph-4f654fb6-39c3-11f1-a5d5-6940ad893399@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2026-04-16T18:39:34.674 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:39:34 vm06 bash[28176]: cephadm 2026-04-16T18:39:33.047120+0000 mgr.vm06.sywxig (mgr.14170) 15 : cephadm [INF] Updating vm06:/etc/ceph/ceph.conf 2026-04-16T18:39:34.674 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:39:34 vm06 bash[28176]: cephadm 2026-04-16T18:39:33.047120+0000 mgr.vm06.sywxig (mgr.14170) 15 : cephadm [INF] Updating vm06:/etc/ceph/ceph.conf 2026-04-16T18:39:34.674 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:39:34 vm06 bash[28176]: cephadm 2026-04-16T18:39:33.080030+0000 mgr.vm06.sywxig (mgr.14170) 16 : cephadm [INF] Updating vm06:/var/lib/ceph/4f654fb6-39c3-11f1-a5d5-6940ad893399/config/ceph.conf 2026-04-16T18:39:34.674 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:39:34 vm06 bash[28176]: cephadm 2026-04-16T18:39:33.080030+0000 mgr.vm06.sywxig (mgr.14170) 16 : cephadm [INF] Updating vm06:/var/lib/ceph/4f654fb6-39c3-11f1-a5d5-6940ad893399/config/ceph.conf 2026-04-16T18:39:34.674 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:39:34 vm06 bash[28176]: cephadm 2026-04-16T18:39:33.111648+0000 mgr.vm06.sywxig (mgr.14170) 17 : cephadm [INF] Updating vm06:/etc/ceph/ceph.client.admin.keyring 2026-04-16T18:39:34.674 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:39:34 vm06 bash[28176]: cephadm 2026-04-16T18:39:33.111648+0000 mgr.vm06.sywxig (mgr.14170) 17 : cephadm [INF] Updating vm06:/etc/ceph/ceph.client.admin.keyring 2026-04-16T18:39:34.674 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:39:34 vm06 bash[28176]: cephadm 2026-04-16T18:39:33.145022+0000 mgr.vm06.sywxig (mgr.14170) 18 : cephadm [INF] Updating vm06:/var/lib/ceph/4f654fb6-39c3-11f1-a5d5-6940ad893399/config/ceph.client.admin.keyring 2026-04-16T18:39:34.674 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:39:34 vm06 bash[28176]: cephadm 2026-04-16T18:39:33.145022+0000 mgr.vm06.sywxig (mgr.14170) 18 : cephadm [INF] Updating vm06:/var/lib/ceph/4f654fb6-39c3-11f1-a5d5-6940ad893399/config/ceph.client.admin.keyring 2026-04-16T18:39:34.674 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:39:34 vm06 bash[28176]: cephadm 2026-04-16T18:39:33.191445+0000 mgr.vm06.sywxig (mgr.14170) 19 : cephadm [INF] Deploying daemon ceph-exporter.vm06 on vm06 2026-04-16T18:39:34.674 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:39:34 vm06 bash[28176]: cephadm 2026-04-16T18:39:33.191445+0000 mgr.vm06.sywxig (mgr.14170) 19 : cephadm [INF] Deploying daemon ceph-exporter.vm06 on vm06 2026-04-16T18:39:34.674 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:39:34 vm06 bash[28176]: audit 2026-04-16T18:39:34.139877+0000 mon.vm06 (mon.0) 120 : audit [INF] from='mgr.14170 192.168.123.106:0/604516730' entity='mgr.vm06.sywxig' 2026-04-16T18:39:34.674 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:39:34 vm06 bash[28176]: audit 2026-04-16T18:39:34.139877+0000 mon.vm06 (mon.0) 120 : audit [INF] from='mgr.14170 192.168.123.106:0/604516730' entity='mgr.vm06.sywxig' 2026-04-16T18:39:34.674 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:39:34 vm06 bash[28176]: audit 2026-04-16T18:39:34.142323+0000 mon.vm06 (mon.0) 121 : audit [INF] from='mgr.14170 192.168.123.106:0/604516730' entity='mgr.vm06.sywxig' 2026-04-16T18:39:34.674 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:39:34 vm06 bash[28176]: audit 2026-04-16T18:39:34.142323+0000 mon.vm06 (mon.0) 121 : audit [INF] from='mgr.14170 192.168.123.106:0/604516730' entity='mgr.vm06.sywxig' 2026-04-16T18:39:34.674 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:39:34 vm06 bash[28176]: audit 2026-04-16T18:39:34.145325+0000 mon.vm06 (mon.0) 122 : audit [INF] from='mgr.14170 192.168.123.106:0/604516730' entity='mgr.vm06.sywxig' 2026-04-16T18:39:34.674 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:39:34 vm06 bash[28176]: audit 2026-04-16T18:39:34.145325+0000 mon.vm06 (mon.0) 122 : audit [INF] from='mgr.14170 192.168.123.106:0/604516730' entity='mgr.vm06.sywxig' 2026-04-16T18:39:34.674 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:39:34 vm06 bash[28176]: audit 2026-04-16T18:39:34.147300+0000 mon.vm06 (mon.0) 123 : audit [INF] from='mgr.14170 192.168.123.106:0/604516730' entity='mgr.vm06.sywxig' 2026-04-16T18:39:34.674 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:39:34 vm06 bash[28176]: audit 2026-04-16T18:39:34.147300+0000 mon.vm06 (mon.0) 123 : audit [INF] from='mgr.14170 192.168.123.106:0/604516730' entity='mgr.vm06.sywxig' 2026-04-16T18:39:34.674 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:39:34 vm06 bash[28176]: audit 2026-04-16T18:39:34.148020+0000 mon.vm06 (mon.0) 124 : audit [INF] from='mgr.14170 192.168.123.106:0/604516730' entity='mgr.vm06.sywxig' cmd={"prefix": "auth get-or-create", "entity": "client.crash.vm06", "caps": ["mon", "profile crash", "mgr", "profile crash"]} : dispatch 2026-04-16T18:39:34.674 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:39:34 vm06 bash[28176]: audit 2026-04-16T18:39:34.148020+0000 mon.vm06 (mon.0) 124 : audit [INF] from='mgr.14170 192.168.123.106:0/604516730' entity='mgr.vm06.sywxig' cmd={"prefix": "auth get-or-create", "entity": "client.crash.vm06", "caps": ["mon", "profile crash", "mgr", "profile crash"]} : dispatch 2026-04-16T18:39:34.674 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:39:34 vm06 bash[28176]: audit 2026-04-16T18:39:34.149005+0000 mon.vm06 (mon.0) 125 : audit [INF] from='mgr.14170 192.168.123.106:0/604516730' entity='mgr.vm06.sywxig' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.vm06", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2026-04-16T18:39:34.674 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:39:34 vm06 bash[28176]: audit 2026-04-16T18:39:34.149005+0000 mon.vm06 (mon.0) 125 : audit [INF] from='mgr.14170 192.168.123.106:0/604516730' entity='mgr.vm06.sywxig' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.vm06", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2026-04-16T18:39:34.674 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:39:34 vm06 bash[28176]: audit 2026-04-16T18:39:34.149988+0000 mon.vm06 (mon.0) 126 : audit [DBG] from='mgr.14170 192.168.123.106:0/604516730' entity='mgr.vm06.sywxig' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-04-16T18:39:34.674 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:39:34 vm06 bash[28176]: audit 2026-04-16T18:39:34.149988+0000 mon.vm06 (mon.0) 126 : audit [DBG] from='mgr.14170 192.168.123.106:0/604516730' entity='mgr.vm06.sywxig' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-04-16T18:39:34.674 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:39:34 vm06 systemd[1]: /etc/systemd/system/ceph-4f654fb6-39c3-11f1-a5d5-6940ad893399@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2026-04-16T18:39:34.772 INFO:teuthology.orchestra.run.vm06.stdout:Added host 'vm09' with addr '192.168.123.109' 2026-04-16T18:39:34.923 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:39:34 vm06 systemd[1]: /etc/systemd/system/ceph-4f654fb6-39c3-11f1-a5d5-6940ad893399@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2026-04-16T18:39:35.011 DEBUG:teuthology.orchestra.run.vm06:> sudo /home/ubuntu/cephtest/cephadm --image harbor.clyso.com/custom-ceph/ceph/ceph:sse-s3-kmip-preview-not-for-production-7 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4f654fb6-39c3-11f1-a5d5-6940ad893399 -- ceph orch host ls --format=json 2026-04-16T18:39:35.281 INFO:teuthology.orchestra.run.vm06.stderr:Inferring config /var/lib/ceph/4f654fb6-39c3-11f1-a5d5-6940ad893399/mon.vm06/config 2026-04-16T18:39:35.599 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:39:35 vm06 systemd[1]: /etc/systemd/system/ceph-4f654fb6-39c3-11f1-a5d5-6940ad893399@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2026-04-16T18:39:35.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:39:35 vm06 systemd[1]: /etc/systemd/system/ceph-4f654fb6-39c3-11f1-a5d5-6940ad893399@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2026-04-16T18:39:35.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:39:35 vm06 bash[28176]: cephadm 2026-04-16T18:39:34.150641+0000 mgr.vm06.sywxig (mgr.14170) 20 : cephadm [INF] Deploying daemon crash.vm06 on vm06 2026-04-16T18:39:35.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:39:35 vm06 bash[28176]: cephadm 2026-04-16T18:39:34.150641+0000 mgr.vm06.sywxig (mgr.14170) 20 : cephadm [INF] Deploying daemon crash.vm06 on vm06 2026-04-16T18:39:35.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:39:35 vm06 bash[28176]: audit 2026-04-16T18:39:34.769713+0000 mon.vm06 (mon.0) 127 : audit [INF] from='mgr.14170 192.168.123.106:0/604516730' entity='mgr.vm06.sywxig' 2026-04-16T18:39:35.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:39:35 vm06 bash[28176]: audit 2026-04-16T18:39:34.769713+0000 mon.vm06 (mon.0) 127 : audit [INF] from='mgr.14170 192.168.123.106:0/604516730' entity='mgr.vm06.sywxig' 2026-04-16T18:39:35.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:39:35 vm06 bash[28176]: cephadm 2026-04-16T18:39:34.770049+0000 mgr.vm06.sywxig (mgr.14170) 21 : cephadm [INF] Added host vm09 2026-04-16T18:39:35.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:39:35 vm06 bash[28176]: cephadm 2026-04-16T18:39:34.770049+0000 mgr.vm06.sywxig (mgr.14170) 21 : cephadm [INF] Added host vm09 2026-04-16T18:39:35.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:39:35 vm06 bash[28176]: audit 2026-04-16T18:39:34.976524+0000 mon.vm06 (mon.0) 128 : audit [INF] from='mgr.14170 192.168.123.106:0/604516730' entity='mgr.vm06.sywxig' 2026-04-16T18:39:35.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:39:35 vm06 bash[28176]: audit 2026-04-16T18:39:34.976524+0000 mon.vm06 (mon.0) 128 : audit [INF] from='mgr.14170 192.168.123.106:0/604516730' entity='mgr.vm06.sywxig' 2026-04-16T18:39:35.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:39:35 vm06 bash[28176]: audit 2026-04-16T18:39:34.980170+0000 mon.vm06 (mon.0) 129 : audit [INF] from='mgr.14170 192.168.123.106:0/604516730' entity='mgr.vm06.sywxig' 2026-04-16T18:39:35.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:39:35 vm06 bash[28176]: audit 2026-04-16T18:39:34.980170+0000 mon.vm06 (mon.0) 129 : audit [INF] from='mgr.14170 192.168.123.106:0/604516730' entity='mgr.vm06.sywxig' 2026-04-16T18:39:35.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:39:35 vm06 bash[28176]: audit 2026-04-16T18:39:34.983331+0000 mon.vm06 (mon.0) 130 : audit [INF] from='mgr.14170 192.168.123.106:0/604516730' entity='mgr.vm06.sywxig' 2026-04-16T18:39:35.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:39:35 vm06 bash[28176]: audit 2026-04-16T18:39:34.983331+0000 mon.vm06 (mon.0) 130 : audit [INF] from='mgr.14170 192.168.123.106:0/604516730' entity='mgr.vm06.sywxig' 2026-04-16T18:39:35.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:39:35 vm06 bash[28176]: audit 2026-04-16T18:39:34.990706+0000 mon.vm06 (mon.0) 131 : audit [INF] from='mgr.14170 192.168.123.106:0/604516730' entity='mgr.vm06.sywxig' 2026-04-16T18:39:35.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:39:35 vm06 bash[28176]: audit 2026-04-16T18:39:34.990706+0000 mon.vm06 (mon.0) 131 : audit [INF] from='mgr.14170 192.168.123.106:0/604516730' entity='mgr.vm06.sywxig' 2026-04-16T18:39:35.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:39:35 vm06 bash[28176]: audit 2026-04-16T18:39:35.639151+0000 mon.vm06 (mon.0) 132 : audit [INF] from='mgr.14170 192.168.123.106:0/604516730' entity='mgr.vm06.sywxig' 2026-04-16T18:39:35.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:39:35 vm06 bash[28176]: audit 2026-04-16T18:39:35.639151+0000 mon.vm06 (mon.0) 132 : audit [INF] from='mgr.14170 192.168.123.106:0/604516730' entity='mgr.vm06.sywxig' 2026-04-16T18:39:35.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:39:35 vm06 bash[28176]: audit 2026-04-16T18:39:35.718155+0000 mon.vm06 (mon.0) 133 : audit [INF] from='mgr.14170 192.168.123.106:0/604516730' entity='mgr.vm06.sywxig' 2026-04-16T18:39:35.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:39:35 vm06 bash[28176]: audit 2026-04-16T18:39:35.718155+0000 mon.vm06 (mon.0) 133 : audit [INF] from='mgr.14170 192.168.123.106:0/604516730' entity='mgr.vm06.sywxig' 2026-04-16T18:39:35.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:39:35 vm06 bash[28176]: audit 2026-04-16T18:39:35.720943+0000 mon.vm06 (mon.0) 134 : audit [INF] from='mgr.14170 192.168.123.106:0/604516730' entity='mgr.vm06.sywxig' 2026-04-16T18:39:35.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:39:35 vm06 bash[28176]: audit 2026-04-16T18:39:35.720943+0000 mon.vm06 (mon.0) 134 : audit [INF] from='mgr.14170 192.168.123.106:0/604516730' entity='mgr.vm06.sywxig' 2026-04-16T18:39:35.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:39:35 vm06 bash[28176]: audit 2026-04-16T18:39:35.723168+0000 mon.vm06 (mon.0) 135 : audit [INF] from='mgr.14170 192.168.123.106:0/604516730' entity='mgr.vm06.sywxig' 2026-04-16T18:39:35.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:39:35 vm06 bash[28176]: audit 2026-04-16T18:39:35.723168+0000 mon.vm06 (mon.0) 135 : audit [INF] from='mgr.14170 192.168.123.106:0/604516730' entity='mgr.vm06.sywxig' 2026-04-16T18:39:35.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:39:35 vm06 bash[28176]: audit 2026-04-16T18:39:35.725119+0000 mon.vm06 (mon.0) 136 : audit [INF] from='mgr.14170 192.168.123.106:0/604516730' entity='mgr.vm06.sywxig' 2026-04-16T18:39:35.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:39:35 vm06 bash[28176]: audit 2026-04-16T18:39:35.725119+0000 mon.vm06 (mon.0) 136 : audit [INF] from='mgr.14170 192.168.123.106:0/604516730' entity='mgr.vm06.sywxig' 2026-04-16T18:39:35.972 INFO:teuthology.orchestra.run.vm06.stdout: 2026-04-16T18:39:35.972 INFO:teuthology.orchestra.run.vm06.stdout:[{"addr": "192.168.123.106", "hostname": "vm06", "labels": [], "status": ""}, {"addr": "192.168.123.109", "hostname": "vm09", "labels": [], "status": ""}] 2026-04-16T18:39:36.044 INFO:tasks.cephadm:Setting crush tunables to default 2026-04-16T18:39:36.044 DEBUG:teuthology.orchestra.run.vm06:> sudo /home/ubuntu/cephtest/cephadm --image harbor.clyso.com/custom-ceph/ceph/ceph:sse-s3-kmip-preview-not-for-production-7 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4f654fb6-39c3-11f1-a5d5-6940ad893399 -- ceph osd crush tunables default 2026-04-16T18:39:36.293 INFO:teuthology.orchestra.run.vm06.stderr:Inferring config /var/lib/ceph/4f654fb6-39c3-11f1-a5d5-6940ad893399/mon.vm06/config 2026-04-16T18:39:36.772 INFO:teuthology.orchestra.run.vm06.stderr:adjusted tunables profile to default 2026-04-16T18:39:36.839 INFO:tasks.cephadm:Adding mon.vm06 on vm06 2026-04-16T18:39:36.839 INFO:tasks.cephadm:Adding mon.vm09 on vm09 2026-04-16T18:39:36.839 DEBUG:teuthology.orchestra.run.vm09:> sudo /home/ubuntu/cephtest/cephadm --image harbor.clyso.com/custom-ceph/ceph/ceph:sse-s3-kmip-preview-not-for-production-7 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4f654fb6-39c3-11f1-a5d5-6940ad893399 -- ceph orch apply mon '2;vm06:192.168.123.106=vm06;vm09:192.168.123.109=vm09' 2026-04-16T18:39:37.106 INFO:teuthology.orchestra.run.vm09.stderr:Inferring config /etc/ceph/ceph.conf 2026-04-16T18:39:37.107 INFO:teuthology.orchestra.run.vm09.stderr:Inferring config /etc/ceph/ceph.conf 2026-04-16T18:39:37.174 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:39:36 vm06 bash[28176]: cephadm 2026-04-16T18:39:34.993021+0000 mgr.vm06.sywxig (mgr.14170) 22 : cephadm [INF] Deploying daemon node-exporter.vm06 on vm06 2026-04-16T18:39:37.174 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:39:36 vm06 bash[28176]: cephadm 2026-04-16T18:39:34.993021+0000 mgr.vm06.sywxig (mgr.14170) 22 : cephadm [INF] Deploying daemon node-exporter.vm06 on vm06 2026-04-16T18:39:37.174 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:39:36 vm06 bash[28176]: cephadm 2026-04-16T18:39:35.730241+0000 mgr.vm06.sywxig (mgr.14170) 23 : cephadm [INF] Deploying daemon alertmanager.vm06 on vm06 2026-04-16T18:39:37.174 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:39:36 vm06 bash[28176]: cephadm 2026-04-16T18:39:35.730241+0000 mgr.vm06.sywxig (mgr.14170) 23 : cephadm [INF] Deploying daemon alertmanager.vm06 on vm06 2026-04-16T18:39:37.174 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:39:36 vm06 bash[28176]: audit 2026-04-16T18:39:36.650082+0000 mon.vm06 (mon.0) 137 : audit [INF] from='client.? 192.168.123.106:0/824693879' entity='client.admin' cmd={"prefix": "osd crush tunables", "profile": "default"} : dispatch 2026-04-16T18:39:37.174 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:39:36 vm06 bash[28176]: audit 2026-04-16T18:39:36.650082+0000 mon.vm06 (mon.0) 137 : audit [INF] from='client.? 192.168.123.106:0/824693879' entity='client.admin' cmd={"prefix": "osd crush tunables", "profile": "default"} : dispatch 2026-04-16T18:39:37.476 INFO:teuthology.orchestra.run.vm09.stdout:Scheduled mon update... 2026-04-16T18:39:37.539 DEBUG:teuthology.orchestra.run.vm09:mon.vm09> sudo journalctl -f -n 0 -u ceph-4f654fb6-39c3-11f1-a5d5-6940ad893399@mon.vm09.service 2026-04-16T18:39:37.540 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2026-04-16T18:39:37.540 DEBUG:teuthology.orchestra.run.vm09:> sudo /home/ubuntu/cephtest/cephadm --image harbor.clyso.com/custom-ceph/ceph/ceph:sse-s3-kmip-preview-not-for-production-7 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4f654fb6-39c3-11f1-a5d5-6940ad893399 -- ceph mon dump -f json 2026-04-16T18:39:37.848 INFO:teuthology.orchestra.run.vm09.stderr:Inferring config /etc/ceph/ceph.conf 2026-04-16T18:39:37.848 INFO:teuthology.orchestra.run.vm09.stderr:Inferring config /etc/ceph/ceph.conf 2026-04-16T18:39:37.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:39:37 vm06 bash[28176]: audit 2026-04-16T18:39:35.971676+0000 mgr.vm06.sywxig (mgr.14170) 24 : audit [DBG] from='client.14201 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-04-16T18:39:37.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:39:37 vm06 bash[28176]: audit 2026-04-16T18:39:35.971676+0000 mgr.vm06.sywxig (mgr.14170) 24 : audit [DBG] from='client.14201 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-04-16T18:39:37.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:39:37 vm06 bash[28176]: audit 2026-04-16T18:39:36.771568+0000 mon.vm06 (mon.0) 138 : audit [INF] from='client.? 192.168.123.106:0/824693879' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2026-04-16T18:39:37.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:39:37 vm06 bash[28176]: audit 2026-04-16T18:39:36.771568+0000 mon.vm06 (mon.0) 138 : audit [INF] from='client.? 192.168.123.106:0/824693879' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2026-04-16T18:39:37.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:39:37 vm06 bash[28176]: cluster 2026-04-16T18:39:36.773337+0000 mon.vm06 (mon.0) 139 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2026-04-16T18:39:37.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:39:37 vm06 bash[28176]: cluster 2026-04-16T18:39:36.773337+0000 mon.vm06 (mon.0) 139 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2026-04-16T18:39:37.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:39:37 vm06 bash[28176]: audit 2026-04-16T18:39:37.475083+0000 mon.vm06 (mon.0) 140 : audit [INF] from='mgr.14170 192.168.123.106:0/604516730' entity='mgr.vm06.sywxig' 2026-04-16T18:39:37.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:39:37 vm06 bash[28176]: audit 2026-04-16T18:39:37.475083+0000 mon.vm06 (mon.0) 140 : audit [INF] from='mgr.14170 192.168.123.106:0/604516730' entity='mgr.vm06.sywxig' 2026-04-16T18:39:38.249 INFO:teuthology.orchestra.run.vm09.stdout: 2026-04-16T18:39:38.249 INFO:teuthology.orchestra.run.vm09.stdout:{"epoch":1,"fsid":"4f654fb6-39c3-11f1-a5d5-6940ad893399","modified":"2026-04-16T18:38:33.267193Z","created":"2026-04-16T18:38:33.267193Z","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"],"optional":[]},"mons":[{"rank":0,"name":"vm06","public_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.106:3300","nonce":0},{"type":"v1","addr":"192.168.123.106:6789","nonce":0}]},"addr":"192.168.123.106:6789/0","public_addr":"192.168.123.106:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2026-04-16T18:39:38.249 INFO:teuthology.orchestra.run.vm09.stderr:dumped monmap epoch 1 2026-04-16T18:39:38.774 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:39:38 vm06 systemd[1]: /etc/systemd/system/ceph-4f654fb6-39c3-11f1-a5d5-6940ad893399@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2026-04-16T18:39:39.036 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:39:38 vm06 bash[28176]: audit 2026-04-16T18:39:37.469951+0000 mgr.vm06.sywxig (mgr.14170) 25 : audit [DBG] from='client.14205 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "2;vm06:192.168.123.106=vm06;vm09:192.168.123.109=vm09", "target": ["mon-mgr", ""]}]: dispatch 2026-04-16T18:39:39.036 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:39:38 vm06 bash[28176]: audit 2026-04-16T18:39:37.469951+0000 mgr.vm06.sywxig (mgr.14170) 25 : audit [DBG] from='client.14205 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "2;vm06:192.168.123.106=vm06;vm09:192.168.123.109=vm09", "target": ["mon-mgr", ""]}]: dispatch 2026-04-16T18:39:39.036 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:39:38 vm06 bash[28176]: cephadm 2026-04-16T18:39:37.471140+0000 mgr.vm06.sywxig (mgr.14170) 26 : cephadm [INF] Saving service mon spec with placement vm06:192.168.123.106=vm06;vm09:192.168.123.109=vm09;count:2 2026-04-16T18:39:39.036 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:39:38 vm06 bash[28176]: cephadm 2026-04-16T18:39:37.471140+0000 mgr.vm06.sywxig (mgr.14170) 26 : cephadm [INF] Saving service mon spec with placement vm06:192.168.123.106=vm06;vm09:192.168.123.109=vm09;count:2 2026-04-16T18:39:39.036 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:39:38 vm06 bash[28176]: audit 2026-04-16T18:39:38.248777+0000 mon.vm06 (mon.0) 141 : audit [DBG] from='client.? 192.168.123.109:0/2561053573' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2026-04-16T18:39:39.036 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:39:38 vm06 bash[28176]: audit 2026-04-16T18:39:38.248777+0000 mon.vm06 (mon.0) 141 : audit [DBG] from='client.? 192.168.123.109:0/2561053573' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2026-04-16T18:39:39.036 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:39:38 vm06 systemd[1]: /etc/systemd/system/ceph-4f654fb6-39c3-11f1-a5d5-6940ad893399@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2026-04-16T18:39:39.384 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2026-04-16T18:39:39.384 DEBUG:teuthology.orchestra.run.vm09:> sudo /home/ubuntu/cephtest/cephadm --image harbor.clyso.com/custom-ceph/ceph/ceph:sse-s3-kmip-preview-not-for-production-7 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4f654fb6-39c3-11f1-a5d5-6940ad893399 -- ceph mon dump -f json 2026-04-16T18:39:39.634 INFO:teuthology.orchestra.run.vm09.stderr:Inferring config /etc/ceph/ceph.conf 2026-04-16T18:39:39.634 INFO:teuthology.orchestra.run.vm09.stderr:Inferring config /etc/ceph/ceph.conf 2026-04-16T18:39:40.043 INFO:teuthology.orchestra.run.vm09.stdout: 2026-04-16T18:39:40.043 INFO:teuthology.orchestra.run.vm09.stdout:{"epoch":1,"fsid":"4f654fb6-39c3-11f1-a5d5-6940ad893399","modified":"2026-04-16T18:38:33.267193Z","created":"2026-04-16T18:38:33.267193Z","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"],"optional":[]},"mons":[{"rank":0,"name":"vm06","public_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.106:3300","nonce":0},{"type":"v1","addr":"192.168.123.106:6789","nonce":0}]},"addr":"192.168.123.106:6789/0","public_addr":"192.168.123.106:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2026-04-16T18:39:40.043 INFO:teuthology.orchestra.run.vm09.stderr:dumped monmap epoch 1 2026-04-16T18:39:40.424 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:39:40 vm06 bash[28176]: audit 2026-04-16T18:39:39.017706+0000 mon.vm06 (mon.0) 142 : audit [INF] from='mgr.14170 192.168.123.106:0/604516730' entity='mgr.vm06.sywxig' 2026-04-16T18:39:40.424 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:39:40 vm06 bash[28176]: audit 2026-04-16T18:39:39.017706+0000 mon.vm06 (mon.0) 142 : audit [INF] from='mgr.14170 192.168.123.106:0/604516730' entity='mgr.vm06.sywxig' 2026-04-16T18:39:40.424 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:39:40 vm06 bash[28176]: audit 2026-04-16T18:39:39.020516+0000 mon.vm06 (mon.0) 143 : audit [INF] from='mgr.14170 192.168.123.106:0/604516730' entity='mgr.vm06.sywxig' 2026-04-16T18:39:40.424 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:39:40 vm06 bash[28176]: audit 2026-04-16T18:39:39.020516+0000 mon.vm06 (mon.0) 143 : audit [INF] from='mgr.14170 192.168.123.106:0/604516730' entity='mgr.vm06.sywxig' 2026-04-16T18:39:40.424 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:39:40 vm06 bash[28176]: audit 2026-04-16T18:39:39.023167+0000 mon.vm06 (mon.0) 144 : audit [INF] from='mgr.14170 192.168.123.106:0/604516730' entity='mgr.vm06.sywxig' 2026-04-16T18:39:40.424 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:39:40 vm06 bash[28176]: audit 2026-04-16T18:39:39.023167+0000 mon.vm06 (mon.0) 144 : audit [INF] from='mgr.14170 192.168.123.106:0/604516730' entity='mgr.vm06.sywxig' 2026-04-16T18:39:40.424 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:39:40 vm06 bash[28176]: audit 2026-04-16T18:39:39.025285+0000 mon.vm06 (mon.0) 145 : audit [INF] from='mgr.14170 192.168.123.106:0/604516730' entity='mgr.vm06.sywxig' 2026-04-16T18:39:40.424 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:39:40 vm06 bash[28176]: audit 2026-04-16T18:39:39.025285+0000 mon.vm06 (mon.0) 145 : audit [INF] from='mgr.14170 192.168.123.106:0/604516730' entity='mgr.vm06.sywxig' 2026-04-16T18:39:40.424 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:39:40 vm06 bash[28176]: cephadm 2026-04-16T18:39:39.026920+0000 mgr.vm06.sywxig (mgr.14170) 27 : cephadm [INF] Generating cephadm-signed certificates for grafana_cert/grafana_key 2026-04-16T18:39:40.424 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:39:40 vm06 bash[28176]: cephadm 2026-04-16T18:39:39.026920+0000 mgr.vm06.sywxig (mgr.14170) 27 : cephadm [INF] Generating cephadm-signed certificates for grafana_cert/grafana_key 2026-04-16T18:39:40.424 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:39:40 vm06 bash[28176]: audit 2026-04-16T18:39:39.817495+0000 mon.vm06 (mon.0) 146 : audit [INF] from='mgr.14170 192.168.123.106:0/604516730' entity='mgr.vm06.sywxig' 2026-04-16T18:39:40.424 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:39:40 vm06 bash[28176]: audit 2026-04-16T18:39:39.817495+0000 mon.vm06 (mon.0) 146 : audit [INF] from='mgr.14170 192.168.123.106:0/604516730' entity='mgr.vm06.sywxig' 2026-04-16T18:39:40.424 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:39:40 vm06 bash[28176]: audit 2026-04-16T18:39:39.820651+0000 mon.vm06 (mon.0) 147 : audit [INF] from='mgr.14170 192.168.123.106:0/604516730' entity='mgr.vm06.sywxig' 2026-04-16T18:39:40.424 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:39:40 vm06 bash[28176]: audit 2026-04-16T18:39:39.820651+0000 mon.vm06 (mon.0) 147 : audit [INF] from='mgr.14170 192.168.123.106:0/604516730' entity='mgr.vm06.sywxig' 2026-04-16T18:39:40.424 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:39:40 vm06 bash[28176]: audit 2026-04-16T18:39:39.824372+0000 mon.vm06 (mon.0) 148 : audit [INF] from='mgr.14170 192.168.123.106:0/604516730' entity='mgr.vm06.sywxig' 2026-04-16T18:39:40.424 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:39:40 vm06 bash[28176]: audit 2026-04-16T18:39:39.824372+0000 mon.vm06 (mon.0) 148 : audit [INF] from='mgr.14170 192.168.123.106:0/604516730' entity='mgr.vm06.sywxig' 2026-04-16T18:39:40.424 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:39:40 vm06 bash[28176]: audit 2026-04-16T18:39:39.826346+0000 mon.vm06 (mon.0) 149 : audit [INF] from='mgr.14170 192.168.123.106:0/604516730' entity='mgr.vm06.sywxig' 2026-04-16T18:39:40.424 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:39:40 vm06 bash[28176]: audit 2026-04-16T18:39:39.826346+0000 mon.vm06 (mon.0) 149 : audit [INF] from='mgr.14170 192.168.123.106:0/604516730' entity='mgr.vm06.sywxig' 2026-04-16T18:39:40.424 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:39:40 vm06 bash[28176]: audit 2026-04-16T18:39:39.829614+0000 mon.vm06 (mon.0) 150 : audit [INF] from='mgr.14170 192.168.123.106:0/604516730' entity='mgr.vm06.sywxig' cmd={"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"} : dispatch 2026-04-16T18:39:40.424 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:39:40 vm06 bash[28176]: audit 2026-04-16T18:39:39.829614+0000 mon.vm06 (mon.0) 150 : audit [INF] from='mgr.14170 192.168.123.106:0/604516730' entity='mgr.vm06.sywxig' cmd={"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"} : dispatch 2026-04-16T18:39:40.424 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:39:40 vm06 bash[28176]: audit 2026-04-16T18:39:39.829913+0000 mgr.vm06.sywxig (mgr.14170) 28 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2026-04-16T18:39:40.424 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:39:40 vm06 bash[28176]: audit 2026-04-16T18:39:39.829913+0000 mgr.vm06.sywxig (mgr.14170) 28 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2026-04-16T18:39:40.424 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:39:40 vm06 bash[28176]: audit 2026-04-16T18:39:39.832208+0000 mon.vm06 (mon.0) 151 : audit [INF] from='mgr.14170 192.168.123.106:0/604516730' entity='mgr.vm06.sywxig' 2026-04-16T18:39:40.424 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:39:40 vm06 bash[28176]: audit 2026-04-16T18:39:39.832208+0000 mon.vm06 (mon.0) 151 : audit [INF] from='mgr.14170 192.168.123.106:0/604516730' entity='mgr.vm06.sywxig' 2026-04-16T18:39:40.424 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:39:40 vm06 bash[28176]: cephadm 2026-04-16T18:39:39.839883+0000 mgr.vm06.sywxig (mgr.14170) 29 : cephadm [INF] Deploying daemon grafana.vm06 on vm06 2026-04-16T18:39:40.424 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:39:40 vm06 bash[28176]: cephadm 2026-04-16T18:39:39.839883+0000 mgr.vm06.sywxig (mgr.14170) 29 : cephadm [INF] Deploying daemon grafana.vm06 on vm06 2026-04-16T18:39:41.104 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2026-04-16T18:39:41.104 DEBUG:teuthology.orchestra.run.vm09:> sudo /home/ubuntu/cephtest/cephadm --image harbor.clyso.com/custom-ceph/ceph/ceph:sse-s3-kmip-preview-not-for-production-7 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4f654fb6-39c3-11f1-a5d5-6940ad893399 -- ceph mon dump -f json 2026-04-16T18:39:41.356 INFO:teuthology.orchestra.run.vm09.stderr:Inferring config /etc/ceph/ceph.conf 2026-04-16T18:39:41.356 INFO:teuthology.orchestra.run.vm09.stderr:Inferring config /etc/ceph/ceph.conf 2026-04-16T18:39:41.423 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:39:41 vm06 bash[28176]: audit 2026-04-16T18:39:40.042496+0000 mon.vm06 (mon.0) 152 : audit [DBG] from='client.? 192.168.123.109:0/104244736' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2026-04-16T18:39:41.423 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:39:41 vm06 bash[28176]: audit 2026-04-16T18:39:40.042496+0000 mon.vm06 (mon.0) 152 : audit [DBG] from='client.? 192.168.123.109:0/104244736' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2026-04-16T18:39:41.423 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:39:41 vm06 bash[28176]: audit 2026-04-16T18:39:40.642840+0000 mon.vm06 (mon.0) 153 : audit [INF] from='mgr.14170 192.168.123.106:0/604516730' entity='mgr.vm06.sywxig' 2026-04-16T18:39:41.423 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:39:41 vm06 bash[28176]: audit 2026-04-16T18:39:40.642840+0000 mon.vm06 (mon.0) 153 : audit [INF] from='mgr.14170 192.168.123.106:0/604516730' entity='mgr.vm06.sywxig' 2026-04-16T18:39:41.743 INFO:teuthology.orchestra.run.vm09.stdout: 2026-04-16T18:39:41.743 INFO:teuthology.orchestra.run.vm09.stdout:{"epoch":1,"fsid":"4f654fb6-39c3-11f1-a5d5-6940ad893399","modified":"2026-04-16T18:38:33.267193Z","created":"2026-04-16T18:38:33.267193Z","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"],"optional":[]},"mons":[{"rank":0,"name":"vm06","public_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.106:3300","nonce":0},{"type":"v1","addr":"192.168.123.106:6789","nonce":0}]},"addr":"192.168.123.106:6789/0","public_addr":"192.168.123.106:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2026-04-16T18:39:41.743 INFO:teuthology.orchestra.run.vm09.stderr:dumped monmap epoch 1 2026-04-16T18:39:42.312 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:39:42 vm06 bash[28176]: audit 2026-04-16T18:39:41.742562+0000 mon.vm06 (mon.0) 154 : audit [DBG] from='client.? 192.168.123.109:0/2812092183' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2026-04-16T18:39:42.312 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:39:42 vm06 bash[28176]: audit 2026-04-16T18:39:41.742562+0000 mon.vm06 (mon.0) 154 : audit [DBG] from='client.? 192.168.123.109:0/2812092183' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2026-04-16T18:39:42.806 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2026-04-16T18:39:42.806 DEBUG:teuthology.orchestra.run.vm09:> sudo /home/ubuntu/cephtest/cephadm --image harbor.clyso.com/custom-ceph/ceph/ceph:sse-s3-kmip-preview-not-for-production-7 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4f654fb6-39c3-11f1-a5d5-6940ad893399 -- ceph mon dump -f json 2026-04-16T18:39:43.075 INFO:teuthology.orchestra.run.vm09.stderr:Inferring config /etc/ceph/ceph.conf 2026-04-16T18:39:43.075 INFO:teuthology.orchestra.run.vm09.stderr:Inferring config /etc/ceph/ceph.conf 2026-04-16T18:39:43.473 INFO:teuthology.orchestra.run.vm09.stdout: 2026-04-16T18:39:43.473 INFO:teuthology.orchestra.run.vm09.stdout:{"epoch":1,"fsid":"4f654fb6-39c3-11f1-a5d5-6940ad893399","modified":"2026-04-16T18:38:33.267193Z","created":"2026-04-16T18:38:33.267193Z","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"],"optional":[]},"mons":[{"rank":0,"name":"vm06","public_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.106:3300","nonce":0},{"type":"v1","addr":"192.168.123.106:6789","nonce":0}]},"addr":"192.168.123.106:6789/0","public_addr":"192.168.123.106:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2026-04-16T18:39:43.474 INFO:teuthology.orchestra.run.vm09.stderr:dumped monmap epoch 1 2026-04-16T18:39:43.923 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:39:43 vm06 bash[28176]: audit 2026-04-16T18:39:43.472968+0000 mon.vm06 (mon.0) 155 : audit [DBG] from='client.? 192.168.123.109:0/3361959273' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2026-04-16T18:39:43.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:39:43 vm06 bash[28176]: audit 2026-04-16T18:39:43.472968+0000 mon.vm06 (mon.0) 155 : audit [DBG] from='client.? 192.168.123.109:0/3361959273' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2026-04-16T18:39:44.557 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2026-04-16T18:39:44.557 DEBUG:teuthology.orchestra.run.vm09:> sudo /home/ubuntu/cephtest/cephadm --image harbor.clyso.com/custom-ceph/ceph/ceph:sse-s3-kmip-preview-not-for-production-7 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4f654fb6-39c3-11f1-a5d5-6940ad893399 -- ceph mon dump -f json 2026-04-16T18:39:44.810 INFO:teuthology.orchestra.run.vm09.stderr:Inferring config /etc/ceph/ceph.conf 2026-04-16T18:39:44.810 INFO:teuthology.orchestra.run.vm09.stderr:Inferring config /etc/ceph/ceph.conf 2026-04-16T18:39:45.197 INFO:teuthology.orchestra.run.vm09.stdout: 2026-04-16T18:39:45.197 INFO:teuthology.orchestra.run.vm09.stdout:{"epoch":1,"fsid":"4f654fb6-39c3-11f1-a5d5-6940ad893399","modified":"2026-04-16T18:38:33.267193Z","created":"2026-04-16T18:38:33.267193Z","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"],"optional":[]},"mons":[{"rank":0,"name":"vm06","public_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.106:3300","nonce":0},{"type":"v1","addr":"192.168.123.106:6789","nonce":0}]},"addr":"192.168.123.106:6789/0","public_addr":"192.168.123.106:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2026-04-16T18:39:45.197 INFO:teuthology.orchestra.run.vm09.stderr:dumped monmap epoch 1 2026-04-16T18:39:45.673 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:39:45 vm06 bash[28176]: audit 2026-04-16T18:39:45.196610+0000 mon.vm06 (mon.0) 156 : audit [DBG] from='client.? 192.168.123.109:0/4111882432' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2026-04-16T18:39:45.673 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:39:45 vm06 bash[28176]: audit 2026-04-16T18:39:45.196610+0000 mon.vm06 (mon.0) 156 : audit [DBG] from='client.? 192.168.123.109:0/4111882432' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2026-04-16T18:39:46.259 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2026-04-16T18:39:46.259 DEBUG:teuthology.orchestra.run.vm09:> sudo /home/ubuntu/cephtest/cephadm --image harbor.clyso.com/custom-ceph/ceph/ceph:sse-s3-kmip-preview-not-for-production-7 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4f654fb6-39c3-11f1-a5d5-6940ad893399 -- ceph mon dump -f json 2026-04-16T18:39:46.512 INFO:teuthology.orchestra.run.vm09.stderr:Inferring config /etc/ceph/ceph.conf 2026-04-16T18:39:46.512 INFO:teuthology.orchestra.run.vm09.stderr:Inferring config /etc/ceph/ceph.conf 2026-04-16T18:39:46.674 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:39:46 vm06 bash[28176]: cluster 2026-04-16T18:39:45.368533+0000 mgr.vm06.sywxig (mgr.14170) 30 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-04-16T18:39:46.674 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:39:46 vm06 bash[28176]: cluster 2026-04-16T18:39:45.368533+0000 mgr.vm06.sywxig (mgr.14170) 30 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-04-16T18:39:46.927 INFO:teuthology.orchestra.run.vm09.stderr:dumped monmap epoch 1 2026-04-16T18:39:46.928 INFO:teuthology.orchestra.run.vm09.stdout: 2026-04-16T18:39:46.928 INFO:teuthology.orchestra.run.vm09.stdout:{"epoch":1,"fsid":"4f654fb6-39c3-11f1-a5d5-6940ad893399","modified":"2026-04-16T18:38:33.267193Z","created":"2026-04-16T18:38:33.267193Z","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"],"optional":[]},"mons":[{"rank":0,"name":"vm06","public_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.106:3300","nonce":0},{"type":"v1","addr":"192.168.123.106:6789","nonce":0}]},"addr":"192.168.123.106:6789/0","public_addr":"192.168.123.106:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2026-04-16T18:39:47.990 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2026-04-16T18:39:47.990 DEBUG:teuthology.orchestra.run.vm09:> sudo /home/ubuntu/cephtest/cephadm --image harbor.clyso.com/custom-ceph/ceph/ceph:sse-s3-kmip-preview-not-for-production-7 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4f654fb6-39c3-11f1-a5d5-6940ad893399 -- ceph mon dump -f json 2026-04-16T18:39:48.242 INFO:teuthology.orchestra.run.vm09.stderr:Inferring config /etc/ceph/ceph.conf 2026-04-16T18:39:48.242 INFO:teuthology.orchestra.run.vm09.stderr:Inferring config /etc/ceph/ceph.conf 2026-04-16T18:39:48.462 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:39:48 vm06 bash[28176]: audit 2026-04-16T18:39:46.927180+0000 mon.vm06 (mon.0) 157 : audit [DBG] from='client.? 192.168.123.109:0/2216201583' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2026-04-16T18:39:48.462 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:39:48 vm06 bash[28176]: audit 2026-04-16T18:39:46.927180+0000 mon.vm06 (mon.0) 157 : audit [DBG] from='client.? 192.168.123.109:0/2216201583' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2026-04-16T18:39:48.681 INFO:teuthology.orchestra.run.vm09.stderr:dumped monmap epoch 1 2026-04-16T18:39:48.681 INFO:teuthology.orchestra.run.vm09.stdout: 2026-04-16T18:39:48.681 INFO:teuthology.orchestra.run.vm09.stdout:{"epoch":1,"fsid":"4f654fb6-39c3-11f1-a5d5-6940ad893399","modified":"2026-04-16T18:38:33.267193Z","created":"2026-04-16T18:38:33.267193Z","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"],"optional":[]},"mons":[{"rank":0,"name":"vm06","public_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.106:3300","nonce":0},{"type":"v1","addr":"192.168.123.106:6789","nonce":0}]},"addr":"192.168.123.106:6789/0","public_addr":"192.168.123.106:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2026-04-16T18:39:48.722 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:39:48 vm06 systemd[1]: /etc/systemd/system/ceph-4f654fb6-39c3-11f1-a5d5-6940ad893399@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2026-04-16T18:39:48.986 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:39:48 vm06 systemd[1]: /etc/systemd/system/ceph-4f654fb6-39c3-11f1-a5d5-6940ad893399@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2026-04-16T18:39:49.259 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:39:49 vm06 bash[28176]: cluster 2026-04-16T18:39:47.368715+0000 mgr.vm06.sywxig (mgr.14170) 31 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-04-16T18:39:49.259 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:39:49 vm06 bash[28176]: cluster 2026-04-16T18:39:47.368715+0000 mgr.vm06.sywxig (mgr.14170) 31 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-04-16T18:39:49.259 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:39:49 vm06 bash[28176]: audit 2026-04-16T18:39:48.680242+0000 mon.vm06 (mon.0) 158 : audit [DBG] from='client.? 192.168.123.109:0/792689712' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2026-04-16T18:39:49.259 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:39:49 vm06 bash[28176]: audit 2026-04-16T18:39:48.680242+0000 mon.vm06 (mon.0) 158 : audit [DBG] from='client.? 192.168.123.109:0/792689712' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2026-04-16T18:39:49.259 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:39:49 vm06 bash[28176]: audit 2026-04-16T18:39:48.947784+0000 mon.vm06 (mon.0) 159 : audit [INF] from='mgr.14170 192.168.123.106:0/604516730' entity='mgr.vm06.sywxig' 2026-04-16T18:39:49.259 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:39:49 vm06 bash[28176]: audit 2026-04-16T18:39:48.947784+0000 mon.vm06 (mon.0) 159 : audit [INF] from='mgr.14170 192.168.123.106:0/604516730' entity='mgr.vm06.sywxig' 2026-04-16T18:39:49.259 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:39:49 vm06 bash[28176]: audit 2026-04-16T18:39:48.950548+0000 mon.vm06 (mon.0) 160 : audit [INF] from='mgr.14170 192.168.123.106:0/604516730' entity='mgr.vm06.sywxig' 2026-04-16T18:39:49.259 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:39:49 vm06 bash[28176]: audit 2026-04-16T18:39:48.950548+0000 mon.vm06 (mon.0) 160 : audit [INF] from='mgr.14170 192.168.123.106:0/604516730' entity='mgr.vm06.sywxig' 2026-04-16T18:39:49.259 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:39:49 vm06 bash[28176]: audit 2026-04-16T18:39:48.953148+0000 mon.vm06 (mon.0) 161 : audit [INF] from='mgr.14170 192.168.123.106:0/604516730' entity='mgr.vm06.sywxig' 2026-04-16T18:39:49.259 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:39:49 vm06 bash[28176]: audit 2026-04-16T18:39:48.953148+0000 mon.vm06 (mon.0) 161 : audit [INF] from='mgr.14170 192.168.123.106:0/604516730' entity='mgr.vm06.sywxig' 2026-04-16T18:39:49.259 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:39:49 vm06 bash[28176]: audit 2026-04-16T18:39:48.955159+0000 mon.vm06 (mon.0) 162 : audit [INF] from='mgr.14170 192.168.123.106:0/604516730' entity='mgr.vm06.sywxig' 2026-04-16T18:39:49.259 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:39:49 vm06 bash[28176]: audit 2026-04-16T18:39:48.955159+0000 mon.vm06 (mon.0) 162 : audit [INF] from='mgr.14170 192.168.123.106:0/604516730' entity='mgr.vm06.sywxig' 2026-04-16T18:39:49.259 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:39:49 vm06 bash[28176]: audit 2026-04-16T18:39:48.957582+0000 mon.vm06 (mon.0) 163 : audit [INF] from='mgr.14170 192.168.123.106:0/604516730' entity='mgr.vm06.sywxig' 2026-04-16T18:39:49.259 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:39:49 vm06 bash[28176]: audit 2026-04-16T18:39:48.957582+0000 mon.vm06 (mon.0) 163 : audit [INF] from='mgr.14170 192.168.123.106:0/604516730' entity='mgr.vm06.sywxig' 2026-04-16T18:39:49.259 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:39:49 vm06 bash[28176]: audit 2026-04-16T18:39:48.960643+0000 mon.vm06 (mon.0) 164 : audit [INF] from='mgr.14170 192.168.123.106:0/604516730' entity='mgr.vm06.sywxig' 2026-04-16T18:39:49.259 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:39:49 vm06 bash[28176]: audit 2026-04-16T18:39:48.960643+0000 mon.vm06 (mon.0) 164 : audit [INF] from='mgr.14170 192.168.123.106:0/604516730' entity='mgr.vm06.sywxig' 2026-04-16T18:39:49.259 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:39:49 vm06 bash[28176]: audit 2026-04-16T18:39:48.964105+0000 mon.vm06 (mon.0) 165 : audit [INF] from='mgr.14170 192.168.123.106:0/604516730' entity='mgr.vm06.sywxig' 2026-04-16T18:39:49.259 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:39:49 vm06 bash[28176]: audit 2026-04-16T18:39:48.964105+0000 mon.vm06 (mon.0) 165 : audit [INF] from='mgr.14170 192.168.123.106:0/604516730' entity='mgr.vm06.sywxig' 2026-04-16T18:39:49.259 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:39:49 vm06 bash[28176]: audit 2026-04-16T18:39:48.966835+0000 mon.vm06 (mon.0) 166 : audit [INF] from='mgr.14170 192.168.123.106:0/604516730' entity='mgr.vm06.sywxig' 2026-04-16T18:39:49.259 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:39:49 vm06 bash[28176]: audit 2026-04-16T18:39:48.966835+0000 mon.vm06 (mon.0) 166 : audit [INF] from='mgr.14170 192.168.123.106:0/604516730' entity='mgr.vm06.sywxig' 2026-04-16T18:39:49.739 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2026-04-16T18:39:49.739 DEBUG:teuthology.orchestra.run.vm09:> sudo /home/ubuntu/cephtest/cephadm --image harbor.clyso.com/custom-ceph/ceph/ceph:sse-s3-kmip-preview-not-for-production-7 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4f654fb6-39c3-11f1-a5d5-6940ad893399 -- ceph mon dump -f json 2026-04-16T18:39:49.985 INFO:teuthology.orchestra.run.vm09.stderr:Inferring config /etc/ceph/ceph.conf 2026-04-16T18:39:49.985 INFO:teuthology.orchestra.run.vm09.stderr:Inferring config /etc/ceph/ceph.conf 2026-04-16T18:39:50.262 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:39:50 vm06 bash[28176]: cephadm 2026-04-16T18:39:49.121388+0000 mgr.vm06.sywxig (mgr.14170) 32 : cephadm [INF] Deploying daemon prometheus.vm06 on vm06 2026-04-16T18:39:50.262 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:39:50 vm06 bash[28176]: cephadm 2026-04-16T18:39:49.121388+0000 mgr.vm06.sywxig (mgr.14170) 32 : cephadm [INF] Deploying daemon prometheus.vm06 on vm06 2026-04-16T18:39:50.262 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:39:50 vm06 bash[28176]: cluster 2026-04-16T18:39:49.369075+0000 mgr.vm06.sywxig (mgr.14170) 33 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-04-16T18:39:50.262 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:39:50 vm06 bash[28176]: cluster 2026-04-16T18:39:49.369075+0000 mgr.vm06.sywxig (mgr.14170) 33 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-04-16T18:39:50.380 INFO:teuthology.orchestra.run.vm09.stdout: 2026-04-16T18:39:50.380 INFO:teuthology.orchestra.run.vm09.stdout:{"epoch":1,"fsid":"4f654fb6-39c3-11f1-a5d5-6940ad893399","modified":"2026-04-16T18:38:33.267193Z","created":"2026-04-16T18:38:33.267193Z","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"],"optional":[]},"mons":[{"rank":0,"name":"vm06","public_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.106:3300","nonce":0},{"type":"v1","addr":"192.168.123.106:6789","nonce":0}]},"addr":"192.168.123.106:6789/0","public_addr":"192.168.123.106:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2026-04-16T18:39:50.380 INFO:teuthology.orchestra.run.vm09.stderr:dumped monmap epoch 1 2026-04-16T18:39:51.394 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:39:51 vm06 bash[28176]: audit 2026-04-16T18:39:50.379581+0000 mon.vm06 (mon.0) 167 : audit [DBG] from='client.? 192.168.123.109:0/2200122197' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2026-04-16T18:39:51.394 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:39:51 vm06 bash[28176]: audit 2026-04-16T18:39:50.379581+0000 mon.vm06 (mon.0) 167 : audit [DBG] from='client.? 192.168.123.109:0/2200122197' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2026-04-16T18:39:51.394 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:39:51 vm06 bash[28176]: audit 2026-04-16T18:39:50.646432+0000 mon.vm06 (mon.0) 168 : audit [INF] from='mgr.14170 192.168.123.106:0/604516730' entity='mgr.vm06.sywxig' 2026-04-16T18:39:51.394 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:39:51 vm06 bash[28176]: audit 2026-04-16T18:39:50.646432+0000 mon.vm06 (mon.0) 168 : audit [INF] from='mgr.14170 192.168.123.106:0/604516730' entity='mgr.vm06.sywxig' 2026-04-16T18:39:51.455 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2026-04-16T18:39:51.455 DEBUG:teuthology.orchestra.run.vm09:> sudo /home/ubuntu/cephtest/cephadm --image harbor.clyso.com/custom-ceph/ceph/ceph:sse-s3-kmip-preview-not-for-production-7 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4f654fb6-39c3-11f1-a5d5-6940ad893399 -- ceph mon dump -f json 2026-04-16T18:39:51.714 INFO:teuthology.orchestra.run.vm09.stderr:Inferring config /etc/ceph/ceph.conf 2026-04-16T18:39:51.714 INFO:teuthology.orchestra.run.vm09.stderr:Inferring config /etc/ceph/ceph.conf 2026-04-16T18:39:52.122 INFO:teuthology.orchestra.run.vm09.stdout: 2026-04-16T18:39:52.122 INFO:teuthology.orchestra.run.vm09.stdout:{"epoch":1,"fsid":"4f654fb6-39c3-11f1-a5d5-6940ad893399","modified":"2026-04-16T18:38:33.267193Z","created":"2026-04-16T18:38:33.267193Z","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"],"optional":[]},"mons":[{"rank":0,"name":"vm06","public_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.106:3300","nonce":0},{"type":"v1","addr":"192.168.123.106:6789","nonce":0}]},"addr":"192.168.123.106:6789/0","public_addr":"192.168.123.106:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2026-04-16T18:39:52.122 INFO:teuthology.orchestra.run.vm09.stderr:dumped monmap epoch 1 2026-04-16T18:39:52.674 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:39:52 vm06 bash[28176]: cluster 2026-04-16T18:39:51.369304+0000 mgr.vm06.sywxig (mgr.14170) 34 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-04-16T18:39:52.674 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:39:52 vm06 bash[28176]: cluster 2026-04-16T18:39:51.369304+0000 mgr.vm06.sywxig (mgr.14170) 34 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-04-16T18:39:52.674 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:39:52 vm06 bash[28176]: audit 2026-04-16T18:39:52.121351+0000 mon.vm06 (mon.0) 169 : audit [DBG] from='client.? 192.168.123.109:0/2254023496' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2026-04-16T18:39:52.674 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:39:52 vm06 bash[28176]: audit 2026-04-16T18:39:52.121351+0000 mon.vm06 (mon.0) 169 : audit [DBG] from='client.? 192.168.123.109:0/2254023496' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2026-04-16T18:39:53.189 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2026-04-16T18:39:53.189 DEBUG:teuthology.orchestra.run.vm09:> sudo /home/ubuntu/cephtest/cephadm --image harbor.clyso.com/custom-ceph/ceph/ceph:sse-s3-kmip-preview-not-for-production-7 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4f654fb6-39c3-11f1-a5d5-6940ad893399 -- ceph mon dump -f json 2026-04-16T18:39:53.456 INFO:teuthology.orchestra.run.vm09.stderr:Inferring config /etc/ceph/ceph.conf 2026-04-16T18:39:53.456 INFO:teuthology.orchestra.run.vm09.stderr:Inferring config /etc/ceph/ceph.conf 2026-04-16T18:39:53.969 INFO:teuthology.orchestra.run.vm09.stdout: 2026-04-16T18:39:53.969 INFO:teuthology.orchestra.run.vm09.stdout:{"epoch":1,"fsid":"4f654fb6-39c3-11f1-a5d5-6940ad893399","modified":"2026-04-16T18:38:33.267193Z","created":"2026-04-16T18:38:33.267193Z","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"],"optional":[]},"mons":[{"rank":0,"name":"vm06","public_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.106:3300","nonce":0},{"type":"v1","addr":"192.168.123.106:6789","nonce":0}]},"addr":"192.168.123.106:6789/0","public_addr":"192.168.123.106:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2026-04-16T18:39:53.969 INFO:teuthology.orchestra.run.vm09.stderr:dumped monmap epoch 1 2026-04-16T18:39:54.598 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:39:54 vm06 systemd[1]: /etc/systemd/system/ceph-4f654fb6-39c3-11f1-a5d5-6940ad893399@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2026-04-16T18:39:54.598 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:39:54 vm06 bash[28176]: cluster 2026-04-16T18:39:53.369513+0000 mgr.vm06.sywxig (mgr.14170) 35 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-04-16T18:39:54.598 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:39:54 vm06 bash[28176]: cluster 2026-04-16T18:39:53.369513+0000 mgr.vm06.sywxig (mgr.14170) 35 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-04-16T18:39:54.598 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:39:54 vm06 bash[28176]: audit 2026-04-16T18:39:53.968511+0000 mon.vm06 (mon.0) 170 : audit [DBG] from='client.? 192.168.123.109:0/1516720006' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2026-04-16T18:39:54.598 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:39:54 vm06 bash[28176]: audit 2026-04-16T18:39:53.968511+0000 mon.vm06 (mon.0) 170 : audit [DBG] from='client.? 192.168.123.109:0/1516720006' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2026-04-16T18:39:54.598 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:39:54 vm06 systemd[1]: /etc/systemd/system/ceph-4f654fb6-39c3-11f1-a5d5-6940ad893399@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2026-04-16T18:39:55.029 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2026-04-16T18:39:55.029 DEBUG:teuthology.orchestra.run.vm09:> sudo /home/ubuntu/cephtest/cephadm --image harbor.clyso.com/custom-ceph/ceph/ceph:sse-s3-kmip-preview-not-for-production-7 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4f654fb6-39c3-11f1-a5d5-6940ad893399 -- ceph mon dump -f json 2026-04-16T18:39:55.264 INFO:teuthology.orchestra.run.vm09.stderr:Inferring config /etc/ceph/ceph.conf 2026-04-16T18:39:55.264 INFO:teuthology.orchestra.run.vm09.stderr:Inferring config /etc/ceph/ceph.conf 2026-04-16T18:39:55.666 INFO:teuthology.orchestra.run.vm09.stderr:dumped monmap epoch 1 2026-04-16T18:39:55.666 INFO:teuthology.orchestra.run.vm09.stdout: 2026-04-16T18:39:55.666 INFO:teuthology.orchestra.run.vm09.stdout:{"epoch":1,"fsid":"4f654fb6-39c3-11f1-a5d5-6940ad893399","modified":"2026-04-16T18:38:33.267193Z","created":"2026-04-16T18:38:33.267193Z","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"],"optional":[]},"mons":[{"rank":0,"name":"vm06","public_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.106:3300","nonce":0},{"type":"v1","addr":"192.168.123.106:6789","nonce":0}]},"addr":"192.168.123.106:6789/0","public_addr":"192.168.123.106:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2026-04-16T18:39:55.923 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:39:55 vm06 bash[28176]: audit 2026-04-16T18:39:54.628419+0000 mon.vm06 (mon.0) 171 : audit [INF] from='mgr.14170 192.168.123.106:0/604516730' entity='mgr.vm06.sywxig' 2026-04-16T18:39:55.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:39:55 vm06 bash[28176]: audit 2026-04-16T18:39:54.628419+0000 mon.vm06 (mon.0) 171 : audit [INF] from='mgr.14170 192.168.123.106:0/604516730' entity='mgr.vm06.sywxig' 2026-04-16T18:39:55.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:39:55 vm06 bash[28176]: audit 2026-04-16T18:39:54.631174+0000 mon.vm06 (mon.0) 172 : audit [INF] from='mgr.14170 192.168.123.106:0/604516730' entity='mgr.vm06.sywxig' 2026-04-16T18:39:55.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:39:55 vm06 bash[28176]: audit 2026-04-16T18:39:54.631174+0000 mon.vm06 (mon.0) 172 : audit [INF] from='mgr.14170 192.168.123.106:0/604516730' entity='mgr.vm06.sywxig' 2026-04-16T18:39:55.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:39:55 vm06 bash[28176]: audit 2026-04-16T18:39:54.634173+0000 mon.vm06 (mon.0) 173 : audit [INF] from='mgr.14170 192.168.123.106:0/604516730' entity='mgr.vm06.sywxig' 2026-04-16T18:39:55.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:39:55 vm06 bash[28176]: audit 2026-04-16T18:39:54.634173+0000 mon.vm06 (mon.0) 173 : audit [INF] from='mgr.14170 192.168.123.106:0/604516730' entity='mgr.vm06.sywxig' 2026-04-16T18:39:55.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:39:55 vm06 bash[28176]: audit 2026-04-16T18:39:54.635402+0000 mon.vm06 (mon.0) 174 : audit [INF] from='mgr.14170 192.168.123.106:0/604516730' entity='mgr.vm06.sywxig' cmd={"prefix": "mgr module enable", "module": "prometheus"} : dispatch 2026-04-16T18:39:55.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:39:55 vm06 bash[28176]: audit 2026-04-16T18:39:54.635402+0000 mon.vm06 (mon.0) 174 : audit [INF] from='mgr.14170 192.168.123.106:0/604516730' entity='mgr.vm06.sywxig' cmd={"prefix": "mgr module enable", "module": "prometheus"} : dispatch 2026-04-16T18:39:56.766 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2026-04-16T18:39:56.766 DEBUG:teuthology.orchestra.run.vm09:> sudo /home/ubuntu/cephtest/cephadm --image harbor.clyso.com/custom-ceph/ceph/ceph:sse-s3-kmip-preview-not-for-production-7 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4f654fb6-39c3-11f1-a5d5-6940ad893399 -- ceph mon dump -f json 2026-04-16T18:39:56.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:39:56 vm06 bash[28176]: audit 2026-04-16T18:39:55.637359+0000 mon.vm06 (mon.0) 175 : audit [INF] from='mgr.14170 192.168.123.106:0/604516730' entity='mgr.vm06.sywxig' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2026-04-16T18:39:56.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:39:56 vm06 bash[28176]: audit 2026-04-16T18:39:55.637359+0000 mon.vm06 (mon.0) 175 : audit [INF] from='mgr.14170 192.168.123.106:0/604516730' entity='mgr.vm06.sywxig' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2026-04-16T18:39:56.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:39:56 vm06 bash[28176]: cluster 2026-04-16T18:39:55.640304+0000 mon.vm06 (mon.0) 176 : cluster [DBG] mgrmap e14: vm06.sywxig(active, since 30s) 2026-04-16T18:39:56.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:39:56 vm06 bash[28176]: cluster 2026-04-16T18:39:55.640304+0000 mon.vm06 (mon.0) 176 : cluster [DBG] mgrmap e14: vm06.sywxig(active, since 30s) 2026-04-16T18:39:56.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:39:56 vm06 bash[28176]: audit 2026-04-16T18:39:55.665922+0000 mon.vm06 (mon.0) 177 : audit [DBG] from='client.? 192.168.123.109:0/1602948753' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2026-04-16T18:39:56.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:39:56 vm06 bash[28176]: audit 2026-04-16T18:39:55.665922+0000 mon.vm06 (mon.0) 177 : audit [DBG] from='client.? 192.168.123.109:0/1602948753' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2026-04-16T18:39:57.023 INFO:teuthology.orchestra.run.vm09.stderr:Inferring config /etc/ceph/ceph.conf 2026-04-16T18:39:57.023 INFO:teuthology.orchestra.run.vm09.stderr:Inferring config /etc/ceph/ceph.conf 2026-04-16T18:39:57.403 INFO:teuthology.orchestra.run.vm09.stderr:dumped monmap epoch 1 2026-04-16T18:39:57.403 INFO:teuthology.orchestra.run.vm09.stdout: 2026-04-16T18:39:57.403 INFO:teuthology.orchestra.run.vm09.stdout:{"epoch":1,"fsid":"4f654fb6-39c3-11f1-a5d5-6940ad893399","modified":"2026-04-16T18:38:33.267193Z","created":"2026-04-16T18:38:33.267193Z","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"],"optional":[]},"mons":[{"rank":0,"name":"vm06","public_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.106:3300","nonce":0},{"type":"v1","addr":"192.168.123.106:6789","nonce":0}]},"addr":"192.168.123.106:6789/0","public_addr":"192.168.123.106:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2026-04-16T18:39:57.923 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:39:57 vm06 bash[28176]: audit 2026-04-16T18:39:57.402415+0000 mon.vm06 (mon.0) 178 : audit [DBG] from='client.? 192.168.123.109:0/61650584' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2026-04-16T18:39:57.923 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:39:57 vm06 bash[28176]: audit 2026-04-16T18:39:57.402415+0000 mon.vm06 (mon.0) 178 : audit [DBG] from='client.? 192.168.123.109:0/61650584' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2026-04-16T18:39:58.466 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2026-04-16T18:39:58.466 DEBUG:teuthology.orchestra.run.vm09:> sudo /home/ubuntu/cephtest/cephadm --image harbor.clyso.com/custom-ceph/ceph/ceph:sse-s3-kmip-preview-not-for-production-7 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4f654fb6-39c3-11f1-a5d5-6940ad893399 -- ceph mon dump -f json 2026-04-16T18:39:58.714 INFO:teuthology.orchestra.run.vm09.stderr:Inferring config /etc/ceph/ceph.conf 2026-04-16T18:39:58.714 INFO:teuthology.orchestra.run.vm09.stderr:Inferring config /etc/ceph/ceph.conf 2026-04-16T18:39:59.099 INFO:teuthology.orchestra.run.vm09.stdout: 2026-04-16T18:39:59.099 INFO:teuthology.orchestra.run.vm09.stdout:{"epoch":1,"fsid":"4f654fb6-39c3-11f1-a5d5-6940ad893399","modified":"2026-04-16T18:38:33.267193Z","created":"2026-04-16T18:38:33.267193Z","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"],"optional":[]},"mons":[{"rank":0,"name":"vm06","public_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.106:3300","nonce":0},{"type":"v1","addr":"192.168.123.106:6789","nonce":0}]},"addr":"192.168.123.106:6789/0","public_addr":"192.168.123.106:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2026-04-16T18:39:59.099 INFO:teuthology.orchestra.run.vm09.stderr:dumped monmap epoch 1 2026-04-16T18:39:59.424 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:39:59 vm06 bash[28176]: audit 2026-04-16T18:39:59.098769+0000 mon.vm06 (mon.0) 179 : audit [DBG] from='client.? 192.168.123.109:0/2988078763' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2026-04-16T18:39:59.424 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:39:59 vm06 bash[28176]: audit 2026-04-16T18:39:59.098769+0000 mon.vm06 (mon.0) 179 : audit [DBG] from='client.? 192.168.123.109:0/2988078763' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2026-04-16T18:40:00.160 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2026-04-16T18:40:00.160 DEBUG:teuthology.orchestra.run.vm09:> sudo /home/ubuntu/cephtest/cephadm --image harbor.clyso.com/custom-ceph/ceph/ceph:sse-s3-kmip-preview-not-for-production-7 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4f654fb6-39c3-11f1-a5d5-6940ad893399 -- ceph mon dump -f json 2026-04-16T18:40:00.412 INFO:teuthology.orchestra.run.vm09.stderr:Inferring config /etc/ceph/ceph.conf 2026-04-16T18:40:00.412 INFO:teuthology.orchestra.run.vm09.stderr:Inferring config /etc/ceph/ceph.conf 2026-04-16T18:40:00.811 INFO:teuthology.orchestra.run.vm09.stderr:dumped monmap epoch 1 2026-04-16T18:40:00.811 INFO:teuthology.orchestra.run.vm09.stdout: 2026-04-16T18:40:00.811 INFO:teuthology.orchestra.run.vm09.stdout:{"epoch":1,"fsid":"4f654fb6-39c3-11f1-a5d5-6940ad893399","modified":"2026-04-16T18:38:33.267193Z","created":"2026-04-16T18:38:33.267193Z","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"],"optional":[]},"mons":[{"rank":0,"name":"vm06","public_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.106:3300","nonce":0},{"type":"v1","addr":"192.168.123.106:6789","nonce":0}]},"addr":"192.168.123.106:6789/0","public_addr":"192.168.123.106:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2026-04-16T18:40:01.174 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:00 vm06 bash[28176]: audit 2026-04-16T18:40:00.810617+0000 mon.vm06 (mon.0) 180 : audit [DBG] from='client.? 192.168.123.109:0/3931240750' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2026-04-16T18:40:01.174 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:00 vm06 bash[28176]: audit 2026-04-16T18:40:00.810617+0000 mon.vm06 (mon.0) 180 : audit [DBG] from='client.? 192.168.123.109:0/3931240750' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2026-04-16T18:40:01.869 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2026-04-16T18:40:01.869 DEBUG:teuthology.orchestra.run.vm09:> sudo /home/ubuntu/cephtest/cephadm --image harbor.clyso.com/custom-ceph/ceph/ceph:sse-s3-kmip-preview-not-for-production-7 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4f654fb6-39c3-11f1-a5d5-6940ad893399 -- ceph mon dump -f json 2026-04-16T18:40:02.109 INFO:teuthology.orchestra.run.vm09.stderr:Inferring config /etc/ceph/ceph.conf 2026-04-16T18:40:02.109 INFO:teuthology.orchestra.run.vm09.stderr:Inferring config /etc/ceph/ceph.conf 2026-04-16T18:40:02.479 INFO:teuthology.orchestra.run.vm09.stdout: 2026-04-16T18:40:02.479 INFO:teuthology.orchestra.run.vm09.stdout:{"epoch":1,"fsid":"4f654fb6-39c3-11f1-a5d5-6940ad893399","modified":"2026-04-16T18:38:33.267193Z","created":"2026-04-16T18:38:33.267193Z","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"],"optional":[]},"mons":[{"rank":0,"name":"vm06","public_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.106:3300","nonce":0},{"type":"v1","addr":"192.168.123.106:6789","nonce":0}]},"addr":"192.168.123.106:6789/0","public_addr":"192.168.123.106:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2026-04-16T18:40:02.480 INFO:teuthology.orchestra.run.vm09.stderr:dumped monmap epoch 1 2026-04-16T18:40:02.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:02 vm06 bash[28176]: audit 2026-04-16T18:40:02.478810+0000 mon.vm06 (mon.0) 181 : audit [DBG] from='client.? 192.168.123.109:0/2109071491' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2026-04-16T18:40:02.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:02 vm06 bash[28176]: audit 2026-04-16T18:40:02.478810+0000 mon.vm06 (mon.0) 181 : audit [DBG] from='client.? 192.168.123.109:0/2109071491' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2026-04-16T18:40:03.537 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2026-04-16T18:40:03.538 DEBUG:teuthology.orchestra.run.vm09:> sudo /home/ubuntu/cephtest/cephadm --image harbor.clyso.com/custom-ceph/ceph/ceph:sse-s3-kmip-preview-not-for-production-7 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4f654fb6-39c3-11f1-a5d5-6940ad893399 -- ceph mon dump -f json 2026-04-16T18:40:03.784 INFO:teuthology.orchestra.run.vm09.stderr:Inferring config /etc/ceph/ceph.conf 2026-04-16T18:40:03.784 INFO:teuthology.orchestra.run.vm09.stderr:Inferring config /etc/ceph/ceph.conf 2026-04-16T18:40:04.175 INFO:teuthology.orchestra.run.vm09.stderr:dumped monmap epoch 1 2026-04-16T18:40:04.175 INFO:teuthology.orchestra.run.vm09.stdout: 2026-04-16T18:40:04.175 INFO:teuthology.orchestra.run.vm09.stdout:{"epoch":1,"fsid":"4f654fb6-39c3-11f1-a5d5-6940ad893399","modified":"2026-04-16T18:38:33.267193Z","created":"2026-04-16T18:38:33.267193Z","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"],"optional":[]},"mons":[{"rank":0,"name":"vm06","public_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.106:3300","nonce":0},{"type":"v1","addr":"192.168.123.106:6789","nonce":0}]},"addr":"192.168.123.106:6789/0","public_addr":"192.168.123.106:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2026-04-16T18:40:04.674 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:04 vm06 bash[28176]: audit 2026-04-16T18:40:04.174372+0000 mon.vm06 (mon.0) 182 : audit [DBG] from='client.? 192.168.123.109:0/2600103619' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2026-04-16T18:40:04.674 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:04 vm06 bash[28176]: audit 2026-04-16T18:40:04.174372+0000 mon.vm06 (mon.0) 182 : audit [DBG] from='client.? 192.168.123.109:0/2600103619' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2026-04-16T18:40:05.237 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2026-04-16T18:40:05.238 DEBUG:teuthology.orchestra.run.vm09:> sudo /home/ubuntu/cephtest/cephadm --image harbor.clyso.com/custom-ceph/ceph/ceph:sse-s3-kmip-preview-not-for-production-7 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4f654fb6-39c3-11f1-a5d5-6940ad893399 -- ceph mon dump -f json 2026-04-16T18:40:05.491 INFO:teuthology.orchestra.run.vm09.stderr:Inferring config /etc/ceph/ceph.conf 2026-04-16T18:40:05.491 INFO:teuthology.orchestra.run.vm09.stderr:Inferring config /etc/ceph/ceph.conf 2026-04-16T18:40:05.674 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:05 vm06 bash[28176]: cluster 2026-04-16T18:40:04.988704+0000 mon.vm06 (mon.0) 183 : cluster [INF] Active manager daemon vm06.sywxig restarted 2026-04-16T18:40:05.674 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:05 vm06 bash[28176]: cluster 2026-04-16T18:40:04.988704+0000 mon.vm06 (mon.0) 183 : cluster [INF] Active manager daemon vm06.sywxig restarted 2026-04-16T18:40:05.674 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:05 vm06 bash[28176]: cluster 2026-04-16T18:40:04.989181+0000 mon.vm06 (mon.0) 184 : cluster [INF] Activating manager daemon vm06.sywxig 2026-04-16T18:40:05.674 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:05 vm06 bash[28176]: cluster 2026-04-16T18:40:04.989181+0000 mon.vm06 (mon.0) 184 : cluster [INF] Activating manager daemon vm06.sywxig 2026-04-16T18:40:05.674 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:05 vm06 bash[28176]: cluster 2026-04-16T18:40:04.993570+0000 mon.vm06 (mon.0) 185 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2026-04-16T18:40:05.674 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:05 vm06 bash[28176]: cluster 2026-04-16T18:40:04.993570+0000 mon.vm06 (mon.0) 185 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2026-04-16T18:40:05.674 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:05 vm06 bash[28176]: cluster 2026-04-16T18:40:04.993627+0000 mon.vm06 (mon.0) 186 : cluster [DBG] mgrmap e15: vm06.sywxig(active, starting, since 0.00456895s) 2026-04-16T18:40:05.674 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:05 vm06 bash[28176]: cluster 2026-04-16T18:40:04.993627+0000 mon.vm06 (mon.0) 186 : cluster [DBG] mgrmap e15: vm06.sywxig(active, starting, since 0.00456895s) 2026-04-16T18:40:05.674 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:05 vm06 bash[28176]: audit 2026-04-16T18:40:04.995565+0000 mon.vm06 (mon.0) 187 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "mon metadata", "id": "vm06"} : dispatch 2026-04-16T18:40:05.674 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:05 vm06 bash[28176]: audit 2026-04-16T18:40:04.995565+0000 mon.vm06 (mon.0) 187 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "mon metadata", "id": "vm06"} : dispatch 2026-04-16T18:40:05.674 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:05 vm06 bash[28176]: audit 2026-04-16T18:40:04.995890+0000 mon.vm06 (mon.0) 188 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "mgr metadata", "who": "vm06.sywxig", "id": "vm06.sywxig"} : dispatch 2026-04-16T18:40:05.674 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:05 vm06 bash[28176]: audit 2026-04-16T18:40:04.995890+0000 mon.vm06 (mon.0) 188 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "mgr metadata", "who": "vm06.sywxig", "id": "vm06.sywxig"} : dispatch 2026-04-16T18:40:05.674 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:05 vm06 bash[28176]: audit 2026-04-16T18:40:04.996330+0000 mon.vm06 (mon.0) 189 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "mds metadata"} : dispatch 2026-04-16T18:40:05.674 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:05 vm06 bash[28176]: audit 2026-04-16T18:40:04.996330+0000 mon.vm06 (mon.0) 189 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "mds metadata"} : dispatch 2026-04-16T18:40:05.674 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:05 vm06 bash[28176]: audit 2026-04-16T18:40:04.996660+0000 mon.vm06 (mon.0) 190 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "osd metadata"} : dispatch 2026-04-16T18:40:05.674 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:05 vm06 bash[28176]: audit 2026-04-16T18:40:04.996660+0000 mon.vm06 (mon.0) 190 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "osd metadata"} : dispatch 2026-04-16T18:40:05.674 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:05 vm06 bash[28176]: audit 2026-04-16T18:40:04.996982+0000 mon.vm06 (mon.0) 191 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "mon metadata"} : dispatch 2026-04-16T18:40:05.674 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:05 vm06 bash[28176]: audit 2026-04-16T18:40:04.996982+0000 mon.vm06 (mon.0) 191 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "mon metadata"} : dispatch 2026-04-16T18:40:05.674 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:05 vm06 bash[28176]: cluster 2026-04-16T18:40:05.000451+0000 mon.vm06 (mon.0) 192 : cluster [INF] Manager daemon vm06.sywxig is now available 2026-04-16T18:40:05.674 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:05 vm06 bash[28176]: cluster 2026-04-16T18:40:05.000451+0000 mon.vm06 (mon.0) 192 : cluster [INF] Manager daemon vm06.sywxig is now available 2026-04-16T18:40:05.910 INFO:teuthology.orchestra.run.vm09.stdout: 2026-04-16T18:40:05.911 INFO:teuthology.orchestra.run.vm09.stdout:{"epoch":1,"fsid":"4f654fb6-39c3-11f1-a5d5-6940ad893399","modified":"2026-04-16T18:38:33.267193Z","created":"2026-04-16T18:38:33.267193Z","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"],"optional":[]},"mons":[{"rank":0,"name":"vm06","public_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.106:3300","nonce":0},{"type":"v1","addr":"192.168.123.106:6789","nonce":0}]},"addr":"192.168.123.106:6789/0","public_addr":"192.168.123.106:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2026-04-16T18:40:05.911 INFO:teuthology.orchestra.run.vm09.stderr:dumped monmap epoch 1 2026-04-16T18:40:06.424 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:06 vm06 bash[28176]: audit 2026-04-16T18:40:05.240271+0000 mon.vm06 (mon.0) 193 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-04-16T18:40:06.424 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:06 vm06 bash[28176]: audit 2026-04-16T18:40:05.240271+0000 mon.vm06 (mon.0) 193 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-04-16T18:40:06.424 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:06 vm06 bash[28176]: audit 2026-04-16T18:40:05.245860+0000 mon.vm06 (mon.0) 194 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:40:06.424 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:06 vm06 bash[28176]: audit 2026-04-16T18:40:05.245860+0000 mon.vm06 (mon.0) 194 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:40:06.424 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:06 vm06 bash[28176]: audit 2026-04-16T18:40:05.255210+0000 mon.vm06 (mon.0) 195 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "orch get-security-config"} : dispatch 2026-04-16T18:40:06.424 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:06 vm06 bash[28176]: audit 2026-04-16T18:40:05.255210+0000 mon.vm06 (mon.0) 195 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "orch get-security-config"} : dispatch 2026-04-16T18:40:06.424 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:06 vm06 bash[28176]: audit 2026-04-16T18:40:05.256445+0000 mon.vm06 (mon.0) 196 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-04-16T18:40:06.424 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:06 vm06 bash[28176]: audit 2026-04-16T18:40:05.256445+0000 mon.vm06 (mon.0) 196 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-04-16T18:40:06.424 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:06 vm06 bash[28176]: audit 2026-04-16T18:40:05.282130+0000 mon.vm06 (mon.0) 197 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/vm06.sywxig/mirror_snapshot_schedule"} : dispatch 2026-04-16T18:40:06.424 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:06 vm06 bash[28176]: audit 2026-04-16T18:40:05.282130+0000 mon.vm06 (mon.0) 197 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/vm06.sywxig/mirror_snapshot_schedule"} : dispatch 2026-04-16T18:40:06.424 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:06 vm06 bash[28176]: audit 2026-04-16T18:40:05.308616+0000 mon.vm06 (mon.0) 198 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/vm06.sywxig/trash_purge_schedule"} : dispatch 2026-04-16T18:40:06.424 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:06 vm06 bash[28176]: audit 2026-04-16T18:40:05.308616+0000 mon.vm06 (mon.0) 198 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/vm06.sywxig/trash_purge_schedule"} : dispatch 2026-04-16T18:40:06.424 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:06 vm06 bash[28176]: audit 2026-04-16T18:40:05.747162+0000 mon.vm06 (mon.0) 199 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:40:06.424 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:06 vm06 bash[28176]: audit 2026-04-16T18:40:05.747162+0000 mon.vm06 (mon.0) 199 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:40:06.424 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:06 vm06 bash[28176]: audit 2026-04-16T18:40:05.909974+0000 mon.vm06 (mon.0) 200 : audit [DBG] from='client.? 192.168.123.109:0/2451377864' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2026-04-16T18:40:06.424 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:06 vm06 bash[28176]: audit 2026-04-16T18:40:05.909974+0000 mon.vm06 (mon.0) 200 : audit [DBG] from='client.? 192.168.123.109:0/2451377864' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2026-04-16T18:40:06.424 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:06 vm06 bash[28176]: cluster 2026-04-16T18:40:06.002419+0000 mon.vm06 (mon.0) 201 : cluster [DBG] mgrmap e16: vm06.sywxig(active, since 1.01334s) 2026-04-16T18:40:06.424 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:06 vm06 bash[28176]: cluster 2026-04-16T18:40:06.002419+0000 mon.vm06 (mon.0) 201 : cluster [DBG] mgrmap e16: vm06.sywxig(active, since 1.01334s) 2026-04-16T18:40:06.424 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:06 vm06 bash[28176]: audit 2026-04-16T18:40:06.026717+0000 mon.vm06 (mon.0) 202 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:40:06.424 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:06 vm06 bash[28176]: audit 2026-04-16T18:40:06.026717+0000 mon.vm06 (mon.0) 202 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:40:06.971 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2026-04-16T18:40:06.972 DEBUG:teuthology.orchestra.run.vm09:> sudo /home/ubuntu/cephtest/cephadm --image harbor.clyso.com/custom-ceph/ceph/ceph:sse-s3-kmip-preview-not-for-production-7 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4f654fb6-39c3-11f1-a5d5-6940ad893399 -- ceph mon dump -f json 2026-04-16T18:40:07.213 INFO:teuthology.orchestra.run.vm09.stderr:Inferring config /etc/ceph/ceph.conf 2026-04-16T18:40:07.213 INFO:teuthology.orchestra.run.vm09.stderr:Inferring config /etc/ceph/ceph.conf 2026-04-16T18:40:07.596 INFO:teuthology.orchestra.run.vm09.stderr:dumped monmap epoch 1 2026-04-16T18:40:07.597 INFO:teuthology.orchestra.run.vm09.stdout: 2026-04-16T18:40:07.597 INFO:teuthology.orchestra.run.vm09.stdout:{"epoch":1,"fsid":"4f654fb6-39c3-11f1-a5d5-6940ad893399","modified":"2026-04-16T18:38:33.267193Z","created":"2026-04-16T18:38:33.267193Z","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"],"optional":[]},"mons":[{"rank":0,"name":"vm06","public_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.106:3300","nonce":0},{"type":"v1","addr":"192.168.123.106:6789","nonce":0}]},"addr":"192.168.123.106:6789/0","public_addr":"192.168.123.106:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2026-04-16T18:40:07.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:07 vm06 bash[28176]: cephadm 2026-04-16T18:40:06.246296+0000 mgr.vm06.sywxig (mgr.14229) 2 : cephadm [INF] [16/Apr/2026:18:40:06] ENGINE Bus STARTING 2026-04-16T18:40:07.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:07 vm06 bash[28176]: cephadm 2026-04-16T18:40:06.246296+0000 mgr.vm06.sywxig (mgr.14229) 2 : cephadm [INF] [16/Apr/2026:18:40:06] ENGINE Bus STARTING 2026-04-16T18:40:07.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:07 vm06 bash[28176]: cephadm 2026-04-16T18:40:06.348696+0000 mgr.vm06.sywxig (mgr.14229) 3 : cephadm [INF] [16/Apr/2026:18:40:06] ENGINE Serving on http://192.168.123.106:8765 2026-04-16T18:40:07.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:07 vm06 bash[28176]: cephadm 2026-04-16T18:40:06.348696+0000 mgr.vm06.sywxig (mgr.14229) 3 : cephadm [INF] [16/Apr/2026:18:40:06] ENGINE Serving on http://192.168.123.106:8765 2026-04-16T18:40:07.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:07 vm06 bash[28176]: cephadm 2026-04-16T18:40:06.457733+0000 mgr.vm06.sywxig (mgr.14229) 4 : cephadm [INF] [16/Apr/2026:18:40:06] ENGINE Serving on https://192.168.123.106:7150 2026-04-16T18:40:07.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:07 vm06 bash[28176]: cephadm 2026-04-16T18:40:06.457733+0000 mgr.vm06.sywxig (mgr.14229) 4 : cephadm [INF] [16/Apr/2026:18:40:06] ENGINE Serving on https://192.168.123.106:7150 2026-04-16T18:40:07.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:07 vm06 bash[28176]: cephadm 2026-04-16T18:40:06.457804+0000 mgr.vm06.sywxig (mgr.14229) 5 : cephadm [INF] [16/Apr/2026:18:40:06] ENGINE Bus STARTED 2026-04-16T18:40:07.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:07 vm06 bash[28176]: cephadm 2026-04-16T18:40:06.457804+0000 mgr.vm06.sywxig (mgr.14229) 5 : cephadm [INF] [16/Apr/2026:18:40:06] ENGINE Bus STARTED 2026-04-16T18:40:07.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:07 vm06 bash[28176]: cephadm 2026-04-16T18:40:06.458159+0000 mgr.vm06.sywxig (mgr.14229) 6 : cephadm [INF] [16/Apr/2026:18:40:06] ENGINE Client ('192.168.123.106', 43190) lost — peer dropped the TLS connection suddenly, during handshake: (6, 'TLS/SSL connection has been closed (EOF) (_ssl.c:1147)') 2026-04-16T18:40:07.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:07 vm06 bash[28176]: cephadm 2026-04-16T18:40:06.458159+0000 mgr.vm06.sywxig (mgr.14229) 6 : cephadm [INF] [16/Apr/2026:18:40:06] ENGINE Client ('192.168.123.106', 43190) lost — peer dropped the TLS connection suddenly, during handshake: (6, 'TLS/SSL connection has been closed (EOF) (_ssl.c:1147)') 2026-04-16T18:40:07.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:07 vm06 bash[28176]: audit 2026-04-16T18:40:06.606860+0000 mon.vm06 (mon.0) 203 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:40:07.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:07 vm06 bash[28176]: audit 2026-04-16T18:40:06.606860+0000 mon.vm06 (mon.0) 203 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:40:07.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:07 vm06 bash[28176]: audit 2026-04-16T18:40:07.595343+0000 mon.vm06 (mon.0) 204 : audit [DBG] from='client.? 192.168.123.109:0/1924512005' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2026-04-16T18:40:07.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:07 vm06 bash[28176]: audit 2026-04-16T18:40:07.595343+0000 mon.vm06 (mon.0) 204 : audit [DBG] from='client.? 192.168.123.109:0/1924512005' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2026-04-16T18:40:08.657 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2026-04-16T18:40:08.657 DEBUG:teuthology.orchestra.run.vm09:> sudo /home/ubuntu/cephtest/cephadm --image harbor.clyso.com/custom-ceph/ceph/ceph:sse-s3-kmip-preview-not-for-production-7 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4f654fb6-39c3-11f1-a5d5-6940ad893399 -- ceph mon dump -f json 2026-04-16T18:40:08.884 INFO:teuthology.orchestra.run.vm09.stderr:Inferring config /etc/ceph/ceph.conf 2026-04-16T18:40:08.884 INFO:teuthology.orchestra.run.vm09.stderr:Inferring config /etc/ceph/ceph.conf 2026-04-16T18:40:08.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:08 vm06 bash[28176]: cluster 2026-04-16T18:40:07.615370+0000 mon.vm06 (mon.0) 205 : cluster [DBG] mgrmap e17: vm06.sywxig(active, since 2s) 2026-04-16T18:40:08.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:08 vm06 bash[28176]: cluster 2026-04-16T18:40:07.615370+0000 mon.vm06 (mon.0) 205 : cluster [DBG] mgrmap e17: vm06.sywxig(active, since 2s) 2026-04-16T18:40:08.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:08 vm06 bash[28176]: audit 2026-04-16T18:40:08.178752+0000 mon.vm06 (mon.0) 206 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:40:08.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:08 vm06 bash[28176]: audit 2026-04-16T18:40:08.178752+0000 mon.vm06 (mon.0) 206 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:40:08.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:08 vm06 bash[28176]: audit 2026-04-16T18:40:08.180787+0000 mon.vm06 (mon.0) 207 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:40:08.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:08 vm06 bash[28176]: audit 2026-04-16T18:40:08.180787+0000 mon.vm06 (mon.0) 207 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:40:08.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:08 vm06 bash[28176]: audit 2026-04-16T18:40:08.183632+0000 mon.vm06 (mon.0) 208 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:40:08.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:08 vm06 bash[28176]: audit 2026-04-16T18:40:08.183632+0000 mon.vm06 (mon.0) 208 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:40:08.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:08 vm06 bash[28176]: audit 2026-04-16T18:40:08.185668+0000 mon.vm06 (mon.0) 209 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:40:08.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:08 vm06 bash[28176]: audit 2026-04-16T18:40:08.185668+0000 mon.vm06 (mon.0) 209 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:40:08.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:08 vm06 bash[28176]: audit 2026-04-16T18:40:08.186115+0000 mon.vm06 (mon.0) 210 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "config rm", "who": "osd/host:vm09", "name": "osd_memory_target"} : dispatch 2026-04-16T18:40:08.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:08 vm06 bash[28176]: audit 2026-04-16T18:40:08.186115+0000 mon.vm06 (mon.0) 210 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "config rm", "who": "osd/host:vm09", "name": "osd_memory_target"} : dispatch 2026-04-16T18:40:09.255 INFO:teuthology.orchestra.run.vm09.stdout: 2026-04-16T18:40:09.255 INFO:teuthology.orchestra.run.vm09.stdout:{"epoch":1,"fsid":"4f654fb6-39c3-11f1-a5d5-6940ad893399","modified":"2026-04-16T18:38:33.267193Z","created":"2026-04-16T18:38:33.267193Z","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"],"optional":[]},"mons":[{"rank":0,"name":"vm06","public_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.106:3300","nonce":0},{"type":"v1","addr":"192.168.123.106:6789","nonce":0}]},"addr":"192.168.123.106:6789/0","public_addr":"192.168.123.106:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2026-04-16T18:40:09.255 INFO:teuthology.orchestra.run.vm09.stderr:dumped monmap epoch 1 2026-04-16T18:40:09.923 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:09 vm06 bash[28176]: audit 2026-04-16T18:40:09.254819+0000 mon.vm06 (mon.0) 211 : audit [DBG] from='client.? 192.168.123.109:0/2346938218' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2026-04-16T18:40:09.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:09 vm06 bash[28176]: audit 2026-04-16T18:40:09.254819+0000 mon.vm06 (mon.0) 211 : audit [DBG] from='client.? 192.168.123.109:0/2346938218' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2026-04-16T18:40:10.332 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2026-04-16T18:40:10.332 DEBUG:teuthology.orchestra.run.vm09:> sudo /home/ubuntu/cephtest/cephadm --image harbor.clyso.com/custom-ceph/ceph/ceph:sse-s3-kmip-preview-not-for-production-7 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4f654fb6-39c3-11f1-a5d5-6940ad893399 -- ceph mon dump -f json 2026-04-16T18:40:10.572 INFO:teuthology.orchestra.run.vm09.stderr:Inferring config /etc/ceph/ceph.conf 2026-04-16T18:40:10.572 INFO:teuthology.orchestra.run.vm09.stderr:Inferring config /etc/ceph/ceph.conf 2026-04-16T18:40:10.953 INFO:teuthology.orchestra.run.vm09.stderr:dumped monmap epoch 1 2026-04-16T18:40:10.954 INFO:teuthology.orchestra.run.vm09.stdout: 2026-04-16T18:40:10.954 INFO:teuthology.orchestra.run.vm09.stdout:{"epoch":1,"fsid":"4f654fb6-39c3-11f1-a5d5-6940ad893399","modified":"2026-04-16T18:38:33.267193Z","created":"2026-04-16T18:38:33.267193Z","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"],"optional":[]},"mons":[{"rank":0,"name":"vm06","public_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.106:3300","nonce":0},{"type":"v1","addr":"192.168.123.106:6789","nonce":0}]},"addr":"192.168.123.106:6789/0","public_addr":"192.168.123.106:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2026-04-16T18:40:11.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:11 vm06 bash[28176]: audit 2026-04-16T18:40:10.433603+0000 mon.vm06 (mon.0) 212 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:40:11.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:11 vm06 bash[28176]: audit 2026-04-16T18:40:10.433603+0000 mon.vm06 (mon.0) 212 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:40:11.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:11 vm06 bash[28176]: audit 2026-04-16T18:40:10.437010+0000 mon.vm06 (mon.0) 213 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:40:11.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:11 vm06 bash[28176]: audit 2026-04-16T18:40:10.437010+0000 mon.vm06 (mon.0) 213 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:40:11.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:11 vm06 bash[28176]: audit 2026-04-16T18:40:10.953139+0000 mon.vm06 (mon.0) 214 : audit [DBG] from='client.? 192.168.123.109:0/734401461' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2026-04-16T18:40:11.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:11 vm06 bash[28176]: audit 2026-04-16T18:40:10.953139+0000 mon.vm06 (mon.0) 214 : audit [DBG] from='client.? 192.168.123.109:0/734401461' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2026-04-16T18:40:11.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:11 vm06 bash[28176]: audit 2026-04-16T18:40:11.033871+0000 mon.vm06 (mon.0) 215 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:40:11.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:11 vm06 bash[28176]: audit 2026-04-16T18:40:11.033871+0000 mon.vm06 (mon.0) 215 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:40:11.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:11 vm06 bash[28176]: audit 2026-04-16T18:40:11.036712+0000 mon.vm06 (mon.0) 216 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:40:11.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:11 vm06 bash[28176]: audit 2026-04-16T18:40:11.036712+0000 mon.vm06 (mon.0) 216 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:40:11.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:11 vm06 bash[28176]: audit 2026-04-16T18:40:11.037364+0000 mon.vm06 (mon.0) 217 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "config rm", "who": "osd/host:vm06", "name": "osd_memory_target"} : dispatch 2026-04-16T18:40:11.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:11 vm06 bash[28176]: audit 2026-04-16T18:40:11.037364+0000 mon.vm06 (mon.0) 217 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "config rm", "who": "osd/host:vm06", "name": "osd_memory_target"} : dispatch 2026-04-16T18:40:11.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:11 vm06 bash[28176]: audit 2026-04-16T18:40:11.037957+0000 mon.vm06 (mon.0) 218 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-04-16T18:40:11.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:11 vm06 bash[28176]: audit 2026-04-16T18:40:11.037957+0000 mon.vm06 (mon.0) 218 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-04-16T18:40:11.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:11 vm06 bash[28176]: audit 2026-04-16T18:40:11.038299+0000 mon.vm06 (mon.0) 219 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-04-16T18:40:11.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:11 vm06 bash[28176]: audit 2026-04-16T18:40:11.038299+0000 mon.vm06 (mon.0) 219 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-04-16T18:40:11.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:11 vm06 bash[28176]: audit 2026-04-16T18:40:11.177505+0000 mon.vm06 (mon.0) 220 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:40:11.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:11 vm06 bash[28176]: audit 2026-04-16T18:40:11.177505+0000 mon.vm06 (mon.0) 220 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:40:11.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:11 vm06 bash[28176]: audit 2026-04-16T18:40:11.180487+0000 mon.vm06 (mon.0) 221 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:40:11.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:11 vm06 bash[28176]: audit 2026-04-16T18:40:11.180487+0000 mon.vm06 (mon.0) 221 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:40:11.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:11 vm06 bash[28176]: audit 2026-04-16T18:40:11.182627+0000 mon.vm06 (mon.0) 222 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:40:11.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:11 vm06 bash[28176]: audit 2026-04-16T18:40:11.182627+0000 mon.vm06 (mon.0) 222 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:40:11.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:11 vm06 bash[28176]: audit 2026-04-16T18:40:11.184561+0000 mon.vm06 (mon.0) 223 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:40:11.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:11 vm06 bash[28176]: audit 2026-04-16T18:40:11.184561+0000 mon.vm06 (mon.0) 223 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:40:11.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:11 vm06 bash[28176]: audit 2026-04-16T18:40:11.186478+0000 mon.vm06 (mon.0) 224 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:40:11.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:11 vm06 bash[28176]: audit 2026-04-16T18:40:11.186478+0000 mon.vm06 (mon.0) 224 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:40:11.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:11 vm06 bash[28176]: audit 2026-04-16T18:40:11.187298+0000 mon.vm06 (mon.0) 225 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "auth get-or-create", "entity": "client.ceph-exporter.vm09", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]} : dispatch 2026-04-16T18:40:11.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:11 vm06 bash[28176]: audit 2026-04-16T18:40:11.187298+0000 mon.vm06 (mon.0) 225 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "auth get-or-create", "entity": "client.ceph-exporter.vm09", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]} : dispatch 2026-04-16T18:40:11.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:11 vm06 bash[28176]: audit 2026-04-16T18:40:11.188512+0000 mon.vm06 (mon.0) 226 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd='[{"prefix": "auth get-or-create", "entity": "client.ceph-exporter.vm09", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]}]': finished 2026-04-16T18:40:11.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:11 vm06 bash[28176]: audit 2026-04-16T18:40:11.188512+0000 mon.vm06 (mon.0) 226 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd='[{"prefix": "auth get-or-create", "entity": "client.ceph-exporter.vm09", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]}]': finished 2026-04-16T18:40:11.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:11 vm06 bash[28176]: audit 2026-04-16T18:40:11.189504+0000 mon.vm06 (mon.0) 227 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-04-16T18:40:11.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:11 vm06 bash[28176]: audit 2026-04-16T18:40:11.189504+0000 mon.vm06 (mon.0) 227 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-04-16T18:40:12.011 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2026-04-16T18:40:12.011 DEBUG:teuthology.orchestra.run.vm09:> sudo /home/ubuntu/cephtest/cephadm --image harbor.clyso.com/custom-ceph/ceph/ceph:sse-s3-kmip-preview-not-for-production-7 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4f654fb6-39c3-11f1-a5d5-6940ad893399 -- ceph mon dump -f json 2026-04-16T18:40:12.284 INFO:teuthology.orchestra.run.vm09.stderr:Inferring config /var/lib/ceph/4f654fb6-39c3-11f1-a5d5-6940ad893399/config/ceph.conf 2026-04-16T18:40:12.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:12 vm06 bash[28176]: cephadm 2026-04-16T18:40:11.038839+0000 mgr.vm06.sywxig (mgr.14229) 7 : cephadm [INF] Updating vm06:/etc/ceph/ceph.conf 2026-04-16T18:40:12.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:12 vm06 bash[28176]: cephadm 2026-04-16T18:40:11.038839+0000 mgr.vm06.sywxig (mgr.14229) 7 : cephadm [INF] Updating vm06:/etc/ceph/ceph.conf 2026-04-16T18:40:12.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:12 vm06 bash[28176]: cephadm 2026-04-16T18:40:11.038948+0000 mgr.vm06.sywxig (mgr.14229) 8 : cephadm [INF] Updating vm09:/etc/ceph/ceph.conf 2026-04-16T18:40:12.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:12 vm06 bash[28176]: cephadm 2026-04-16T18:40:11.038948+0000 mgr.vm06.sywxig (mgr.14229) 8 : cephadm [INF] Updating vm09:/etc/ceph/ceph.conf 2026-04-16T18:40:12.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:12 vm06 bash[28176]: cephadm 2026-04-16T18:40:11.072511+0000 mgr.vm06.sywxig (mgr.14229) 9 : cephadm [INF] Updating vm06:/var/lib/ceph/4f654fb6-39c3-11f1-a5d5-6940ad893399/config/ceph.conf 2026-04-16T18:40:12.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:12 vm06 bash[28176]: cephadm 2026-04-16T18:40:11.072511+0000 mgr.vm06.sywxig (mgr.14229) 9 : cephadm [INF] Updating vm06:/var/lib/ceph/4f654fb6-39c3-11f1-a5d5-6940ad893399/config/ceph.conf 2026-04-16T18:40:12.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:12 vm06 bash[28176]: cephadm 2026-04-16T18:40:11.076051+0000 mgr.vm06.sywxig (mgr.14229) 10 : cephadm [INF] Updating vm09:/var/lib/ceph/4f654fb6-39c3-11f1-a5d5-6940ad893399/config/ceph.conf 2026-04-16T18:40:12.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:12 vm06 bash[28176]: cephadm 2026-04-16T18:40:11.076051+0000 mgr.vm06.sywxig (mgr.14229) 10 : cephadm [INF] Updating vm09:/var/lib/ceph/4f654fb6-39c3-11f1-a5d5-6940ad893399/config/ceph.conf 2026-04-16T18:40:12.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:12 vm06 bash[28176]: cephadm 2026-04-16T18:40:11.109647+0000 mgr.vm06.sywxig (mgr.14229) 11 : cephadm [INF] Updating vm06:/etc/ceph/ceph.client.admin.keyring 2026-04-16T18:40:12.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:12 vm06 bash[28176]: cephadm 2026-04-16T18:40:11.109647+0000 mgr.vm06.sywxig (mgr.14229) 11 : cephadm [INF] Updating vm06:/etc/ceph/ceph.client.admin.keyring 2026-04-16T18:40:12.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:12 vm06 bash[28176]: cephadm 2026-04-16T18:40:11.115211+0000 mgr.vm06.sywxig (mgr.14229) 12 : cephadm [INF] Updating vm09:/etc/ceph/ceph.client.admin.keyring 2026-04-16T18:40:12.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:12 vm06 bash[28176]: cephadm 2026-04-16T18:40:11.115211+0000 mgr.vm06.sywxig (mgr.14229) 12 : cephadm [INF] Updating vm09:/etc/ceph/ceph.client.admin.keyring 2026-04-16T18:40:12.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:12 vm06 bash[28176]: cephadm 2026-04-16T18:40:11.141882+0000 mgr.vm06.sywxig (mgr.14229) 13 : cephadm [INF] Updating vm06:/var/lib/ceph/4f654fb6-39c3-11f1-a5d5-6940ad893399/config/ceph.client.admin.keyring 2026-04-16T18:40:12.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:12 vm06 bash[28176]: cephadm 2026-04-16T18:40:11.141882+0000 mgr.vm06.sywxig (mgr.14229) 13 : cephadm [INF] Updating vm06:/var/lib/ceph/4f654fb6-39c3-11f1-a5d5-6940ad893399/config/ceph.client.admin.keyring 2026-04-16T18:40:12.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:12 vm06 bash[28176]: cephadm 2026-04-16T18:40:11.147122+0000 mgr.vm06.sywxig (mgr.14229) 14 : cephadm [INF] Updating vm09:/var/lib/ceph/4f654fb6-39c3-11f1-a5d5-6940ad893399/config/ceph.client.admin.keyring 2026-04-16T18:40:12.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:12 vm06 bash[28176]: cephadm 2026-04-16T18:40:11.147122+0000 mgr.vm06.sywxig (mgr.14229) 14 : cephadm [INF] Updating vm09:/var/lib/ceph/4f654fb6-39c3-11f1-a5d5-6940ad893399/config/ceph.client.admin.keyring 2026-04-16T18:40:12.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:12 vm06 bash[28176]: cephadm 2026-04-16T18:40:11.189904+0000 mgr.vm06.sywxig (mgr.14229) 15 : cephadm [INF] Deploying daemon ceph-exporter.vm09 on vm09 2026-04-16T18:40:12.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:12 vm06 bash[28176]: cephadm 2026-04-16T18:40:11.189904+0000 mgr.vm06.sywxig (mgr.14229) 15 : cephadm [INF] Deploying daemon ceph-exporter.vm09 on vm09 2026-04-16T18:40:12.955 INFO:teuthology.orchestra.run.vm09.stdout: 2026-04-16T18:40:12.955 INFO:teuthology.orchestra.run.vm09.stdout:{"epoch":1,"fsid":"4f654fb6-39c3-11f1-a5d5-6940ad893399","modified":"2026-04-16T18:38:33.267193Z","created":"2026-04-16T18:38:33.267193Z","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"],"optional":[]},"mons":[{"rank":0,"name":"vm06","public_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.106:3300","nonce":0},{"type":"v1","addr":"192.168.123.106:6789","nonce":0}]},"addr":"192.168.123.106:6789/0","public_addr":"192.168.123.106:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2026-04-16T18:40:12.955 INFO:teuthology.orchestra.run.vm09.stderr:dumped monmap epoch 1 2026-04-16T18:40:13.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:13 vm06 bash[28176]: audit 2026-04-16T18:40:12.639111+0000 mon.vm06 (mon.0) 228 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:40:13.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:13 vm06 bash[28176]: audit 2026-04-16T18:40:12.639111+0000 mon.vm06 (mon.0) 228 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:40:13.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:13 vm06 bash[28176]: audit 2026-04-16T18:40:12.641167+0000 mon.vm06 (mon.0) 229 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:40:13.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:13 vm06 bash[28176]: audit 2026-04-16T18:40:12.641167+0000 mon.vm06 (mon.0) 229 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:40:13.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:13 vm06 bash[28176]: audit 2026-04-16T18:40:12.643668+0000 mon.vm06 (mon.0) 230 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:40:13.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:13 vm06 bash[28176]: audit 2026-04-16T18:40:12.643668+0000 mon.vm06 (mon.0) 230 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:40:13.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:13 vm06 bash[28176]: audit 2026-04-16T18:40:12.645455+0000 mon.vm06 (mon.0) 231 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:40:13.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:13 vm06 bash[28176]: audit 2026-04-16T18:40:12.645455+0000 mon.vm06 (mon.0) 231 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:40:13.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:13 vm06 bash[28176]: audit 2026-04-16T18:40:12.646158+0000 mon.vm06 (mon.0) 232 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "auth get-or-create", "entity": "client.crash.vm09", "caps": ["mon", "profile crash", "mgr", "profile crash"]} : dispatch 2026-04-16T18:40:13.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:13 vm06 bash[28176]: audit 2026-04-16T18:40:12.646158+0000 mon.vm06 (mon.0) 232 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "auth get-or-create", "entity": "client.crash.vm09", "caps": ["mon", "profile crash", "mgr", "profile crash"]} : dispatch 2026-04-16T18:40:13.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:13 vm06 bash[28176]: audit 2026-04-16T18:40:12.647143+0000 mon.vm06 (mon.0) 233 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.vm09", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2026-04-16T18:40:13.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:13 vm06 bash[28176]: audit 2026-04-16T18:40:12.647143+0000 mon.vm06 (mon.0) 233 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.vm09", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2026-04-16T18:40:13.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:13 vm06 bash[28176]: audit 2026-04-16T18:40:12.648234+0000 mon.vm06 (mon.0) 234 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-04-16T18:40:13.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:13 vm06 bash[28176]: audit 2026-04-16T18:40:12.648234+0000 mon.vm06 (mon.0) 234 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-04-16T18:40:13.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:13 vm06 bash[28176]: cephadm 2026-04-16T18:40:12.648664+0000 mgr.vm06.sywxig (mgr.14229) 16 : cephadm [INF] Deploying daemon crash.vm09 on vm09 2026-04-16T18:40:13.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:13 vm06 bash[28176]: cephadm 2026-04-16T18:40:12.648664+0000 mgr.vm06.sywxig (mgr.14229) 16 : cephadm [INF] Deploying daemon crash.vm09 on vm09 2026-04-16T18:40:13.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:13 vm06 bash[28176]: audit 2026-04-16T18:40:12.955044+0000 mon.vm06 (mon.0) 235 : audit [DBG] from='client.? 192.168.123.109:0/807680780' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2026-04-16T18:40:13.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:13 vm06 bash[28176]: audit 2026-04-16T18:40:12.955044+0000 mon.vm06 (mon.0) 235 : audit [DBG] from='client.? 192.168.123.109:0/807680780' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2026-04-16T18:40:13.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:13 vm06 bash[28176]: audit 2026-04-16T18:40:13.500011+0000 mon.vm06 (mon.0) 236 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:40:13.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:13 vm06 bash[28176]: audit 2026-04-16T18:40:13.500011+0000 mon.vm06 (mon.0) 236 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:40:13.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:13 vm06 bash[28176]: audit 2026-04-16T18:40:13.502461+0000 mon.vm06 (mon.0) 237 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:40:13.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:13 vm06 bash[28176]: audit 2026-04-16T18:40:13.502461+0000 mon.vm06 (mon.0) 237 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:40:13.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:13 vm06 bash[28176]: audit 2026-04-16T18:40:13.504824+0000 mon.vm06 (mon.0) 238 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:40:13.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:13 vm06 bash[28176]: audit 2026-04-16T18:40:13.504824+0000 mon.vm06 (mon.0) 238 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:40:13.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:13 vm06 bash[28176]: audit 2026-04-16T18:40:13.506822+0000 mon.vm06 (mon.0) 239 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:40:13.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:13 vm06 bash[28176]: audit 2026-04-16T18:40:13.506822+0000 mon.vm06 (mon.0) 239 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:40:14.056 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2026-04-16T18:40:14.057 DEBUG:teuthology.orchestra.run.vm09:> sudo /home/ubuntu/cephtest/cephadm --image harbor.clyso.com/custom-ceph/ceph/ceph:sse-s3-kmip-preview-not-for-production-7 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4f654fb6-39c3-11f1-a5d5-6940ad893399 -- ceph mon dump -f json 2026-04-16T18:40:14.296 INFO:teuthology.orchestra.run.vm09.stderr:Inferring config /var/lib/ceph/4f654fb6-39c3-11f1-a5d5-6940ad893399/config/ceph.conf 2026-04-16T18:40:14.736 INFO:teuthology.orchestra.run.vm09.stdout: 2026-04-16T18:40:14.736 INFO:teuthology.orchestra.run.vm09.stdout:{"epoch":1,"fsid":"4f654fb6-39c3-11f1-a5d5-6940ad893399","modified":"2026-04-16T18:38:33.267193Z","created":"2026-04-16T18:38:33.267193Z","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"],"optional":[]},"mons":[{"rank":0,"name":"vm06","public_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.106:3300","nonce":0},{"type":"v1","addr":"192.168.123.106:6789","nonce":0}]},"addr":"192.168.123.106:6789/0","public_addr":"192.168.123.106:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2026-04-16T18:40:14.736 INFO:teuthology.orchestra.run.vm09.stderr:dumped monmap epoch 1 2026-04-16T18:40:14.923 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:14 vm06 bash[28176]: cephadm 2026-04-16T18:40:13.507491+0000 mgr.vm06.sywxig (mgr.14229) 17 : cephadm [INF] Deploying daemon node-exporter.vm09 on vm09 2026-04-16T18:40:14.923 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:14 vm06 bash[28176]: cephadm 2026-04-16T18:40:13.507491+0000 mgr.vm06.sywxig (mgr.14229) 17 : cephadm [INF] Deploying daemon node-exporter.vm09 on vm09 2026-04-16T18:40:14.923 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:14 vm06 bash[28176]: audit 2026-04-16T18:40:14.156628+0000 mon.vm06 (mon.0) 240 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:40:14.923 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:14 vm06 bash[28176]: audit 2026-04-16T18:40:14.156628+0000 mon.vm06 (mon.0) 240 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:40:14.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:14 vm06 bash[28176]: audit 2026-04-16T18:40:14.159144+0000 mon.vm06 (mon.0) 241 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:40:14.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:14 vm06 bash[28176]: audit 2026-04-16T18:40:14.159144+0000 mon.vm06 (mon.0) 241 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:40:14.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:14 vm06 bash[28176]: audit 2026-04-16T18:40:14.161389+0000 mon.vm06 (mon.0) 242 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:40:14.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:14 vm06 bash[28176]: audit 2026-04-16T18:40:14.161389+0000 mon.vm06 (mon.0) 242 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:40:14.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:14 vm06 bash[28176]: audit 2026-04-16T18:40:14.163450+0000 mon.vm06 (mon.0) 243 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:40:14.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:14 vm06 bash[28176]: audit 2026-04-16T18:40:14.163450+0000 mon.vm06 (mon.0) 243 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:40:14.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:14 vm06 bash[28176]: audit 2026-04-16T18:40:14.164410+0000 mon.vm06 (mon.0) 244 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "auth get-or-create", "entity": "mgr.vm09.fddlpl", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2026-04-16T18:40:14.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:14 vm06 bash[28176]: audit 2026-04-16T18:40:14.164410+0000 mon.vm06 (mon.0) 244 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "auth get-or-create", "entity": "mgr.vm09.fddlpl", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2026-04-16T18:40:14.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:14 vm06 bash[28176]: audit 2026-04-16T18:40:14.165528+0000 mon.vm06 (mon.0) 245 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.vm09.fddlpl", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2026-04-16T18:40:14.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:14 vm06 bash[28176]: audit 2026-04-16T18:40:14.165528+0000 mon.vm06 (mon.0) 245 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.vm09.fddlpl", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2026-04-16T18:40:14.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:14 vm06 bash[28176]: audit 2026-04-16T18:40:14.166428+0000 mon.vm06 (mon.0) 246 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "mgr services"} : dispatch 2026-04-16T18:40:14.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:14 vm06 bash[28176]: audit 2026-04-16T18:40:14.166428+0000 mon.vm06 (mon.0) 246 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "mgr services"} : dispatch 2026-04-16T18:40:14.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:14 vm06 bash[28176]: audit 2026-04-16T18:40:14.166937+0000 mon.vm06 (mon.0) 247 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-04-16T18:40:14.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:14 vm06 bash[28176]: audit 2026-04-16T18:40:14.166937+0000 mon.vm06 (mon.0) 247 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-04-16T18:40:15.345 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:15 vm09 systemd[1]: /etc/systemd/system/ceph-4f654fb6-39c3-11f1-a5d5-6940ad893399@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2026-04-16T18:40:15.860 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2026-04-16T18:40:15.860 DEBUG:teuthology.orchestra.run.vm09:> sudo /home/ubuntu/cephtest/cephadm --image harbor.clyso.com/custom-ceph/ceph/ceph:sse-s3-kmip-preview-not-for-production-7 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4f654fb6-39c3-11f1-a5d5-6940ad893399 -- ceph mon dump -f json 2026-04-16T18:40:15.867 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:15 vm09 systemd[1]: /etc/systemd/system/ceph-4f654fb6-39c3-11f1-a5d5-6940ad893399@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2026-04-16T18:40:15.867 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:15 vm09 systemd[1]: /etc/systemd/system/ceph-4f654fb6-39c3-11f1-a5d5-6940ad893399@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2026-04-16T18:40:15.867 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:15 vm09 systemd[1]: /etc/systemd/system/ceph-4f654fb6-39c3-11f1-a5d5-6940ad893399@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2026-04-16T18:40:15.867 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:15 vm09 systemd[1]: /etc/systemd/system/ceph-4f654fb6-39c3-11f1-a5d5-6940ad893399@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2026-04-16T18:40:15.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:15 vm06 bash[28176]: cephadm 2026-04-16T18:40:14.167365+0000 mgr.vm06.sywxig (mgr.14229) 18 : cephadm [INF] Deploying daemon mgr.vm09.fddlpl on vm09 2026-04-16T18:40:15.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:15 vm06 bash[28176]: cephadm 2026-04-16T18:40:14.167365+0000 mgr.vm06.sywxig (mgr.14229) 18 : cephadm [INF] Deploying daemon mgr.vm09.fddlpl on vm09 2026-04-16T18:40:15.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:15 vm06 bash[28176]: audit 2026-04-16T18:40:14.735987+0000 mon.vm06 (mon.0) 248 : audit [DBG] from='client.? 192.168.123.109:0/3785851647' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2026-04-16T18:40:15.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:15 vm06 bash[28176]: audit 2026-04-16T18:40:14.735987+0000 mon.vm06 (mon.0) 248 : audit [DBG] from='client.? 192.168.123.109:0/3785851647' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2026-04-16T18:40:15.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:15 vm06 bash[28176]: audit 2026-04-16T18:40:15.058089+0000 mon.vm06 (mon.0) 249 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:40:15.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:15 vm06 bash[28176]: audit 2026-04-16T18:40:15.058089+0000 mon.vm06 (mon.0) 249 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:40:15.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:15 vm06 bash[28176]: audit 2026-04-16T18:40:15.060103+0000 mon.vm06 (mon.0) 250 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:40:15.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:15 vm06 bash[28176]: audit 2026-04-16T18:40:15.060103+0000 mon.vm06 (mon.0) 250 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:40:15.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:15 vm06 bash[28176]: audit 2026-04-16T18:40:15.065031+0000 mon.vm06 (mon.0) 251 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:40:15.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:15 vm06 bash[28176]: audit 2026-04-16T18:40:15.065031+0000 mon.vm06 (mon.0) 251 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:40:15.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:15 vm06 bash[28176]: audit 2026-04-16T18:40:15.066887+0000 mon.vm06 (mon.0) 252 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:40:15.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:15 vm06 bash[28176]: audit 2026-04-16T18:40:15.066887+0000 mon.vm06 (mon.0) 252 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:40:15.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:15 vm06 bash[28176]: audit 2026-04-16T18:40:15.067617+0000 mon.vm06 (mon.0) 253 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2026-04-16T18:40:15.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:15 vm06 bash[28176]: audit 2026-04-16T18:40:15.067617+0000 mon.vm06 (mon.0) 253 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2026-04-16T18:40:15.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:15 vm06 bash[28176]: audit 2026-04-16T18:40:15.068041+0000 mon.vm06 (mon.0) 254 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-04-16T18:40:15.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:15 vm06 bash[28176]: audit 2026-04-16T18:40:15.068041+0000 mon.vm06 (mon.0) 254 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-04-16T18:40:15.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:15 vm06 bash[28176]: audit 2026-04-16T18:40:15.247239+0000 mon.vm06 (mon.0) 255 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:40:15.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:15 vm06 bash[28176]: audit 2026-04-16T18:40:15.247239+0000 mon.vm06 (mon.0) 255 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:40:16.110 INFO:teuthology.orchestra.run.vm09.stderr:Inferring config /var/lib/ceph/4f654fb6-39c3-11f1-a5d5-6940ad893399/mon.vm09/config 2026-04-16T18:40:16.138 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:15 vm09 systemd[1]: /etc/systemd/system/ceph-4f654fb6-39c3-11f1-a5d5-6940ad893399@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2026-04-16T18:40:16.138 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 systemd[1]: Started Ceph mon.vm09 for 4f654fb6-39c3-11f1-a5d5-6940ad893399. 2026-04-16T18:40:16.514 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: debug 2026-04-16T18:40:16.285+0000 7f1bbb5c6d40 0 set uid:gid to 167:167 (ceph:ceph) 2026-04-16T18:40:16.514 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: debug 2026-04-16T18:40:16.285+0000 7f1bbb5c6d40 0 ceph version 20.2.0-21-gc03ba9ecf58 (c03ba9ecf58a4116bdd5049c6e392c7a287bc4f8) tentacle (stable - RelWithDebInfo), process ceph-mon, pid 7 2026-04-16T18:40:16.514 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: debug 2026-04-16T18:40:16.285+0000 7f1bbb5c6d40 0 pidfile_write: ignore empty --pid-file 2026-04-16T18:40:16.514 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: debug 2026-04-16T18:40:16.293+0000 7f1bbb5c6d40 0 load: jerasure load: lrc 2026-04-16T18:40:16.514 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: debug 2026-04-16T18:40:16.297+0000 7f1bbb5c6d40 4 rocksdb: RocksDB version: 7.9.2 2026-04-16T18:40:16.514 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: debug 2026-04-16T18:40:16.297+0000 7f1bbb5c6d40 4 rocksdb: Git sha 0 2026-04-16T18:40:16.514 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: debug 2026-04-16T18:40:16.297+0000 7f1bbb5c6d40 4 rocksdb: Compile date 2026-04-16 08:50:14 2026-04-16T18:40:16.515 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: debug 2026-04-16T18:40:16.297+0000 7f1bbb5c6d40 4 rocksdb: DB SUMMARY 2026-04-16T18:40:16.515 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: debug 2026-04-16T18:40:16.297+0000 7f1bbb5c6d40 4 rocksdb: DB Session ID: 2ZK8PYRRXTFFGZ0CO96Z 2026-04-16T18:40:16.515 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: debug 2026-04-16T18:40:16.297+0000 7f1bbb5c6d40 4 rocksdb: CURRENT file: CURRENT 2026-04-16T18:40:16.515 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: debug 2026-04-16T18:40:16.297+0000 7f1bbb5c6d40 4 rocksdb: IDENTITY file: IDENTITY 2026-04-16T18:40:16.515 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: debug 2026-04-16T18:40:16.297+0000 7f1bbb5c6d40 4 rocksdb: MANIFEST file: MANIFEST-000005 size: 59 Bytes 2026-04-16T18:40:16.515 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: debug 2026-04-16T18:40:16.297+0000 7f1bbb5c6d40 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-vm09/store.db dir, Total Num: 0, files: 2026-04-16T18:40:16.515 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: debug 2026-04-16T18:40:16.297+0000 7f1bbb5c6d40 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-vm09/store.db: 000004.log size: 511 ; 2026-04-16T18:40:16.515 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: debug 2026-04-16T18:40:16.297+0000 7f1bbb5c6d40 4 rocksdb: Options.error_if_exists: 0 2026-04-16T18:40:16.515 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: debug 2026-04-16T18:40:16.297+0000 7f1bbb5c6d40 4 rocksdb: Options.create_if_missing: 0 2026-04-16T18:40:16.515 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: debug 2026-04-16T18:40:16.297+0000 7f1bbb5c6d40 4 rocksdb: Options.paranoid_checks: 1 2026-04-16T18:40:16.515 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: debug 2026-04-16T18:40:16.297+0000 7f1bbb5c6d40 4 rocksdb: Options.flush_verify_memtable_count: 1 2026-04-16T18:40:16.515 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: debug 2026-04-16T18:40:16.297+0000 7f1bbb5c6d40 4 rocksdb: Options.track_and_verify_wals_in_manifest: 0 2026-04-16T18:40:16.515 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: debug 2026-04-16T18:40:16.297+0000 7f1bbb5c6d40 4 rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2026-04-16T18:40:16.515 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: debug 2026-04-16T18:40:16.297+0000 7f1bbb5c6d40 4 rocksdb: Options.env: 0x564c5764b440 2026-04-16T18:40:16.515 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: debug 2026-04-16T18:40:16.297+0000 7f1bbb5c6d40 4 rocksdb: Options.fs: PosixFileSystem 2026-04-16T18:40:16.515 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: debug 2026-04-16T18:40:16.297+0000 7f1bbb5c6d40 4 rocksdb: Options.info_log: 0x564c8fe15f00 2026-04-16T18:40:16.515 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: debug 2026-04-16T18:40:16.297+0000 7f1bbb5c6d40 4 rocksdb: Options.max_file_opening_threads: 16 2026-04-16T18:40:16.515 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: debug 2026-04-16T18:40:16.297+0000 7f1bbb5c6d40 4 rocksdb: Options.statistics: (nil) 2026-04-16T18:40:16.515 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: debug 2026-04-16T18:40:16.297+0000 7f1bbb5c6d40 4 rocksdb: Options.use_fsync: 0 2026-04-16T18:40:16.515 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: debug 2026-04-16T18:40:16.297+0000 7f1bbb5c6d40 4 rocksdb: Options.max_log_file_size: 0 2026-04-16T18:40:16.515 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: debug 2026-04-16T18:40:16.297+0000 7f1bbb5c6d40 4 rocksdb: Options.max_manifest_file_size: 1073741824 2026-04-16T18:40:16.515 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: debug 2026-04-16T18:40:16.297+0000 7f1bbb5c6d40 4 rocksdb: Options.log_file_time_to_roll: 0 2026-04-16T18:40:16.515 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: debug 2026-04-16T18:40:16.297+0000 7f1bbb5c6d40 4 rocksdb: Options.keep_log_file_num: 1000 2026-04-16T18:40:16.515 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: debug 2026-04-16T18:40:16.297+0000 7f1bbb5c6d40 4 rocksdb: Options.recycle_log_file_num: 0 2026-04-16T18:40:16.515 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: debug 2026-04-16T18:40:16.297+0000 7f1bbb5c6d40 4 rocksdb: Options.allow_fallocate: 1 2026-04-16T18:40:16.515 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: debug 2026-04-16T18:40:16.297+0000 7f1bbb5c6d40 4 rocksdb: Options.allow_mmap_reads: 0 2026-04-16T18:40:16.515 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: debug 2026-04-16T18:40:16.297+0000 7f1bbb5c6d40 4 rocksdb: Options.allow_mmap_writes: 0 2026-04-16T18:40:16.515 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: debug 2026-04-16T18:40:16.297+0000 7f1bbb5c6d40 4 rocksdb: Options.use_direct_reads: 0 2026-04-16T18:40:16.515 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: debug 2026-04-16T18:40:16.297+0000 7f1bbb5c6d40 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2026-04-16T18:40:16.515 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: debug 2026-04-16T18:40:16.297+0000 7f1bbb5c6d40 4 rocksdb: Options.create_missing_column_families: 0 2026-04-16T18:40:16.515 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: debug 2026-04-16T18:40:16.297+0000 7f1bbb5c6d40 4 rocksdb: Options.db_log_dir: 2026-04-16T18:40:16.515 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: debug 2026-04-16T18:40:16.297+0000 7f1bbb5c6d40 4 rocksdb: Options.wal_dir: 2026-04-16T18:40:16.515 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: debug 2026-04-16T18:40:16.297+0000 7f1bbb5c6d40 4 rocksdb: Options.table_cache_numshardbits: 6 2026-04-16T18:40:16.515 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: debug 2026-04-16T18:40:16.297+0000 7f1bbb5c6d40 4 rocksdb: Options.WAL_ttl_seconds: 0 2026-04-16T18:40:16.515 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: debug 2026-04-16T18:40:16.297+0000 7f1bbb5c6d40 4 rocksdb: Options.WAL_size_limit_MB: 0 2026-04-16T18:40:16.515 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: debug 2026-04-16T18:40:16.297+0000 7f1bbb5c6d40 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2026-04-16T18:40:16.515 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: debug 2026-04-16T18:40:16.297+0000 7f1bbb5c6d40 4 rocksdb: Options.manifest_preallocation_size: 4194304 2026-04-16T18:40:16.515 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: debug 2026-04-16T18:40:16.297+0000 7f1bbb5c6d40 4 rocksdb: Options.is_fd_close_on_exec: 1 2026-04-16T18:40:16.515 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: debug 2026-04-16T18:40:16.297+0000 7f1bbb5c6d40 4 rocksdb: Options.advise_random_on_open: 1 2026-04-16T18:40:16.515 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: debug 2026-04-16T18:40:16.297+0000 7f1bbb5c6d40 4 rocksdb: Options.db_write_buffer_size: 0 2026-04-16T18:40:16.515 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: debug 2026-04-16T18:40:16.297+0000 7f1bbb5c6d40 4 rocksdb: Options.write_buffer_manager: 0x564c8fe18500 2026-04-16T18:40:16.515 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: debug 2026-04-16T18:40:16.297+0000 7f1bbb5c6d40 4 rocksdb: Options.access_hint_on_compaction_start: 1 2026-04-16T18:40:16.515 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: debug 2026-04-16T18:40:16.297+0000 7f1bbb5c6d40 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2026-04-16T18:40:16.515 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: debug 2026-04-16T18:40:16.297+0000 7f1bbb5c6d40 4 rocksdb: Options.use_adaptive_mutex: 0 2026-04-16T18:40:16.515 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: debug 2026-04-16T18:40:16.297+0000 7f1bbb5c6d40 4 rocksdb: Options.rate_limiter: (nil) 2026-04-16T18:40:16.515 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: debug 2026-04-16T18:40:16.297+0000 7f1bbb5c6d40 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2026-04-16T18:40:16.515 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: debug 2026-04-16T18:40:16.297+0000 7f1bbb5c6d40 4 rocksdb: Options.wal_recovery_mode: 2 2026-04-16T18:40:16.515 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: debug 2026-04-16T18:40:16.297+0000 7f1bbb5c6d40 4 rocksdb: Options.enable_thread_tracking: 0 2026-04-16T18:40:16.515 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: debug 2026-04-16T18:40:16.297+0000 7f1bbb5c6d40 4 rocksdb: Options.enable_pipelined_write: 0 2026-04-16T18:40:16.515 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: debug 2026-04-16T18:40:16.297+0000 7f1bbb5c6d40 4 rocksdb: Options.unordered_write: 0 2026-04-16T18:40:16.515 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: debug 2026-04-16T18:40:16.297+0000 7f1bbb5c6d40 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2026-04-16T18:40:16.515 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: debug 2026-04-16T18:40:16.297+0000 7f1bbb5c6d40 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2026-04-16T18:40:16.515 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: debug 2026-04-16T18:40:16.297+0000 7f1bbb5c6d40 4 rocksdb: Options.write_thread_max_yield_usec: 100 2026-04-16T18:40:16.515 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: debug 2026-04-16T18:40:16.297+0000 7f1bbb5c6d40 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2026-04-16T18:40:16.515 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: debug 2026-04-16T18:40:16.297+0000 7f1bbb5c6d40 4 rocksdb: Options.row_cache: None 2026-04-16T18:40:16.515 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: debug 2026-04-16T18:40:16.297+0000 7f1bbb5c6d40 4 rocksdb: Options.wal_filter: None 2026-04-16T18:40:16.515 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: debug 2026-04-16T18:40:16.297+0000 7f1bbb5c6d40 4 rocksdb: Options.avoid_flush_during_recovery: 0 2026-04-16T18:40:16.515 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: debug 2026-04-16T18:40:16.297+0000 7f1bbb5c6d40 4 rocksdb: Options.allow_ingest_behind: 0 2026-04-16T18:40:16.516 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: debug 2026-04-16T18:40:16.297+0000 7f1bbb5c6d40 4 rocksdb: Options.two_write_queues: 0 2026-04-16T18:40:16.516 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: debug 2026-04-16T18:40:16.297+0000 7f1bbb5c6d40 4 rocksdb: Options.manual_wal_flush: 0 2026-04-16T18:40:16.516 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: debug 2026-04-16T18:40:16.297+0000 7f1bbb5c6d40 4 rocksdb: Options.wal_compression: 0 2026-04-16T18:40:16.516 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: debug 2026-04-16T18:40:16.297+0000 7f1bbb5c6d40 4 rocksdb: Options.atomic_flush: 0 2026-04-16T18:40:16.516 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: debug 2026-04-16T18:40:16.297+0000 7f1bbb5c6d40 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2026-04-16T18:40:16.516 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: debug 2026-04-16T18:40:16.297+0000 7f1bbb5c6d40 4 rocksdb: Options.persist_stats_to_disk: 0 2026-04-16T18:40:16.516 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: debug 2026-04-16T18:40:16.297+0000 7f1bbb5c6d40 4 rocksdb: Options.write_dbid_to_manifest: 0 2026-04-16T18:40:16.516 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: debug 2026-04-16T18:40:16.297+0000 7f1bbb5c6d40 4 rocksdb: Options.log_readahead_size: 0 2026-04-16T18:40:16.516 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: debug 2026-04-16T18:40:16.297+0000 7f1bbb5c6d40 4 rocksdb: Options.file_checksum_gen_factory: Unknown 2026-04-16T18:40:16.516 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: debug 2026-04-16T18:40:16.297+0000 7f1bbb5c6d40 4 rocksdb: Options.best_efforts_recovery: 0 2026-04-16T18:40:16.516 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: debug 2026-04-16T18:40:16.297+0000 7f1bbb5c6d40 4 rocksdb: Options.max_bgerror_resume_count: 2147483647 2026-04-16T18:40:16.516 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: debug 2026-04-16T18:40:16.297+0000 7f1bbb5c6d40 4 rocksdb: Options.bgerror_resume_retry_interval: 1000000 2026-04-16T18:40:16.516 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: debug 2026-04-16T18:40:16.297+0000 7f1bbb5c6d40 4 rocksdb: Options.allow_data_in_errors: 0 2026-04-16T18:40:16.516 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: debug 2026-04-16T18:40:16.297+0000 7f1bbb5c6d40 4 rocksdb: Options.db_host_id: __hostname__ 2026-04-16T18:40:16.516 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: debug 2026-04-16T18:40:16.297+0000 7f1bbb5c6d40 4 rocksdb: Options.enforce_single_del_contracts: true 2026-04-16T18:40:16.516 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: debug 2026-04-16T18:40:16.297+0000 7f1bbb5c6d40 4 rocksdb: Options.max_background_jobs: 2 2026-04-16T18:40:16.516 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: debug 2026-04-16T18:40:16.297+0000 7f1bbb5c6d40 4 rocksdb: Options.max_background_compactions: -1 2026-04-16T18:40:16.516 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: debug 2026-04-16T18:40:16.297+0000 7f1bbb5c6d40 4 rocksdb: Options.max_subcompactions: 1 2026-04-16T18:40:16.516 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: debug 2026-04-16T18:40:16.297+0000 7f1bbb5c6d40 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2026-04-16T18:40:16.516 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: debug 2026-04-16T18:40:16.297+0000 7f1bbb5c6d40 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2026-04-16T18:40:16.516 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: debug 2026-04-16T18:40:16.297+0000 7f1bbb5c6d40 4 rocksdb: Options.delayed_write_rate : 16777216 2026-04-16T18:40:16.516 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: debug 2026-04-16T18:40:16.297+0000 7f1bbb5c6d40 4 rocksdb: Options.max_total_wal_size: 0 2026-04-16T18:40:16.516 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: debug 2026-04-16T18:40:16.297+0000 7f1bbb5c6d40 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2026-04-16T18:40:16.516 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: debug 2026-04-16T18:40:16.297+0000 7f1bbb5c6d40 4 rocksdb: Options.stats_dump_period_sec: 600 2026-04-16T18:40:16.516 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: debug 2026-04-16T18:40:16.297+0000 7f1bbb5c6d40 4 rocksdb: Options.stats_persist_period_sec: 600 2026-04-16T18:40:16.516 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: debug 2026-04-16T18:40:16.297+0000 7f1bbb5c6d40 4 rocksdb: Options.stats_history_buffer_size: 1048576 2026-04-16T18:40:16.516 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: debug 2026-04-16T18:40:16.297+0000 7f1bbb5c6d40 4 rocksdb: Options.max_open_files: -1 2026-04-16T18:40:16.516 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: debug 2026-04-16T18:40:16.297+0000 7f1bbb5c6d40 4 rocksdb: Options.bytes_per_sync: 0 2026-04-16T18:40:16.516 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: debug 2026-04-16T18:40:16.297+0000 7f1bbb5c6d40 4 rocksdb: Options.wal_bytes_per_sync: 0 2026-04-16T18:40:16.516 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: debug 2026-04-16T18:40:16.297+0000 7f1bbb5c6d40 4 rocksdb: Options.strict_bytes_per_sync: 0 2026-04-16T18:40:16.516 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: debug 2026-04-16T18:40:16.297+0000 7f1bbb5c6d40 4 rocksdb: Options.compaction_readahead_size: 0 2026-04-16T18:40:16.516 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: debug 2026-04-16T18:40:16.297+0000 7f1bbb5c6d40 4 rocksdb: Options.max_background_flushes: -1 2026-04-16T18:40:16.516 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: debug 2026-04-16T18:40:16.297+0000 7f1bbb5c6d40 4 rocksdb: Compression algorithms supported: 2026-04-16T18:40:16.516 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: debug 2026-04-16T18:40:16.297+0000 7f1bbb5c6d40 4 rocksdb: kZSTD supported: 0 2026-04-16T18:40:16.516 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: debug 2026-04-16T18:40:16.297+0000 7f1bbb5c6d40 4 rocksdb: kXpressCompression supported: 0 2026-04-16T18:40:16.516 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: debug 2026-04-16T18:40:16.297+0000 7f1bbb5c6d40 4 rocksdb: kBZip2Compression supported: 0 2026-04-16T18:40:16.516 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: debug 2026-04-16T18:40:16.297+0000 7f1bbb5c6d40 4 rocksdb: kZSTDNotFinalCompression supported: 0 2026-04-16T18:40:16.516 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: debug 2026-04-16T18:40:16.297+0000 7f1bbb5c6d40 4 rocksdb: kLZ4Compression supported: 1 2026-04-16T18:40:16.516 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: debug 2026-04-16T18:40:16.297+0000 7f1bbb5c6d40 4 rocksdb: kZlibCompression supported: 1 2026-04-16T18:40:16.516 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: debug 2026-04-16T18:40:16.297+0000 7f1bbb5c6d40 4 rocksdb: kLZ4HCCompression supported: 1 2026-04-16T18:40:16.516 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: debug 2026-04-16T18:40:16.297+0000 7f1bbb5c6d40 4 rocksdb: kSnappyCompression supported: 1 2026-04-16T18:40:16.516 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: debug 2026-04-16T18:40:16.297+0000 7f1bbb5c6d40 4 rocksdb: Fast CRC32 supported: Supported on x86 2026-04-16T18:40:16.516 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: debug 2026-04-16T18:40:16.297+0000 7f1bbb5c6d40 4 rocksdb: DMutex implementation: pthread_mutex_t 2026-04-16T18:40:16.516 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: debug 2026-04-16T18:40:16.301+0000 7f1bbb5c6d40 4 rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-vm09/store.db/MANIFEST-000005 2026-04-16T18:40:16.516 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: debug 2026-04-16T18:40:16.301+0000 7f1bbb5c6d40 4 rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2026-04-16T18:40:16.516 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: debug 2026-04-16T18:40:16.301+0000 7f1bbb5c6d40 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2026-04-16T18:40:16.516 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: debug 2026-04-16T18:40:16.301+0000 7f1bbb5c6d40 4 rocksdb: Options.merge_operator: 2026-04-16T18:40:16.516 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: debug 2026-04-16T18:40:16.301+0000 7f1bbb5c6d40 4 rocksdb: Options.compaction_filter: None 2026-04-16T18:40:16.516 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: debug 2026-04-16T18:40:16.301+0000 7f1bbb5c6d40 4 rocksdb: Options.compaction_filter_factory: None 2026-04-16T18:40:16.516 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: debug 2026-04-16T18:40:16.301+0000 7f1bbb5c6d40 4 rocksdb: Options.sst_partitioner_factory: None 2026-04-16T18:40:16.516 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: debug 2026-04-16T18:40:16.301+0000 7f1bbb5c6d40 4 rocksdb: Options.memtable_factory: SkipListFactory 2026-04-16T18:40:16.516 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: debug 2026-04-16T18:40:16.301+0000 7f1bbb5c6d40 4 rocksdb: Options.table_factory: BlockBasedTable 2026-04-16T18:40:16.516 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: debug 2026-04-16T18:40:16.301+0000 7f1bbb5c6d40 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x564c8fe14dc0) 2026-04-16T18:40:16.516 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: cache_index_and_filter_blocks: 1 2026-04-16T18:40:16.516 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: cache_index_and_filter_blocks_with_high_priority: 0 2026-04-16T18:40:16.516 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: pin_l0_filter_and_index_blocks_in_cache: 0 2026-04-16T18:40:16.516 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: pin_top_level_index_and_filter: 1 2026-04-16T18:40:16.516 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: index_type: 0 2026-04-16T18:40:16.517 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: data_block_index_type: 0 2026-04-16T18:40:16.517 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: index_shortening: 1 2026-04-16T18:40:16.517 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: data_block_hash_table_util_ratio: 0.750000 2026-04-16T18:40:16.517 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: checksum: 4 2026-04-16T18:40:16.517 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: no_block_cache: 0 2026-04-16T18:40:16.517 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: block_cache: 0x564c8fe0b8d0 2026-04-16T18:40:16.517 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: block_cache_name: BinnedLRUCache 2026-04-16T18:40:16.517 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: block_cache_options: 2026-04-16T18:40:16.517 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: capacity : 536870912 2026-04-16T18:40:16.517 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: num_shard_bits : 4 2026-04-16T18:40:16.517 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: strict_capacity_limit : 0 2026-04-16T18:40:16.517 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: high_pri_pool_ratio: 0.000 2026-04-16T18:40:16.517 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: block_cache_compressed: (nil) 2026-04-16T18:40:16.517 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: persistent_cache: (nil) 2026-04-16T18:40:16.517 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: block_size: 4096 2026-04-16T18:40:16.517 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: block_size_deviation: 10 2026-04-16T18:40:16.517 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: block_restart_interval: 16 2026-04-16T18:40:16.517 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: index_block_restart_interval: 1 2026-04-16T18:40:16.517 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: metadata_block_size: 4096 2026-04-16T18:40:16.517 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: partition_filters: 0 2026-04-16T18:40:16.517 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: use_delta_encoding: 1 2026-04-16T18:40:16.517 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: filter_policy: bloomfilter 2026-04-16T18:40:16.517 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: whole_key_filtering: 1 2026-04-16T18:40:16.517 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: verify_compression: 0 2026-04-16T18:40:16.517 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: read_amp_bytes_per_bit: 0 2026-04-16T18:40:16.517 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: format_version: 5 2026-04-16T18:40:16.517 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: enable_index_compression: 1 2026-04-16T18:40:16.517 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: block_align: 0 2026-04-16T18:40:16.517 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: max_auto_readahead_size: 262144 2026-04-16T18:40:16.517 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: prepopulate_block_cache: 0 2026-04-16T18:40:16.517 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: initial_auto_readahead_size: 8192 2026-04-16T18:40:16.517 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: num_file_reads_for_auto_readahead: 2 2026-04-16T18:40:16.517 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: debug 2026-04-16T18:40:16.301+0000 7f1bbb5c6d40 4 rocksdb: Options.write_buffer_size: 33554432 2026-04-16T18:40:16.517 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: debug 2026-04-16T18:40:16.301+0000 7f1bbb5c6d40 4 rocksdb: Options.max_write_buffer_number: 2 2026-04-16T18:40:16.517 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: debug 2026-04-16T18:40:16.301+0000 7f1bbb5c6d40 4 rocksdb: Options.compression: NoCompression 2026-04-16T18:40:16.517 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: debug 2026-04-16T18:40:16.301+0000 7f1bbb5c6d40 4 rocksdb: Options.bottommost_compression: Disabled 2026-04-16T18:40:16.517 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: debug 2026-04-16T18:40:16.301+0000 7f1bbb5c6d40 4 rocksdb: Options.prefix_extractor: nullptr 2026-04-16T18:40:16.517 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: debug 2026-04-16T18:40:16.301+0000 7f1bbb5c6d40 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2026-04-16T18:40:16.517 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: debug 2026-04-16T18:40:16.301+0000 7f1bbb5c6d40 4 rocksdb: Options.num_levels: 7 2026-04-16T18:40:16.517 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: debug 2026-04-16T18:40:16.301+0000 7f1bbb5c6d40 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2026-04-16T18:40:16.517 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: debug 2026-04-16T18:40:16.301+0000 7f1bbb5c6d40 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2026-04-16T18:40:16.517 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: debug 2026-04-16T18:40:16.301+0000 7f1bbb5c6d40 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2026-04-16T18:40:16.517 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: debug 2026-04-16T18:40:16.301+0000 7f1bbb5c6d40 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2026-04-16T18:40:16.517 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: debug 2026-04-16T18:40:16.301+0000 7f1bbb5c6d40 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2026-04-16T18:40:16.517 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: debug 2026-04-16T18:40:16.301+0000 7f1bbb5c6d40 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2026-04-16T18:40:16.517 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: debug 2026-04-16T18:40:16.301+0000 7f1bbb5c6d40 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2026-04-16T18:40:16.517 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: debug 2026-04-16T18:40:16.301+0000 7f1bbb5c6d40 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2026-04-16T18:40:16.517 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: debug 2026-04-16T18:40:16.301+0000 7f1bbb5c6d40 4 rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2026-04-16T18:40:16.517 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: debug 2026-04-16T18:40:16.301+0000 7f1bbb5c6d40 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2026-04-16T18:40:16.517 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: debug 2026-04-16T18:40:16.301+0000 7f1bbb5c6d40 4 rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2026-04-16T18:40:16.517 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: debug 2026-04-16T18:40:16.301+0000 7f1bbb5c6d40 4 rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2026-04-16T18:40:16.517 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: debug 2026-04-16T18:40:16.301+0000 7f1bbb5c6d40 4 rocksdb: Options.compression_opts.window_bits: -14 2026-04-16T18:40:16.517 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: debug 2026-04-16T18:40:16.301+0000 7f1bbb5c6d40 4 rocksdb: Options.compression_opts.level: 32767 2026-04-16T18:40:16.517 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: debug 2026-04-16T18:40:16.301+0000 7f1bbb5c6d40 4 rocksdb: Options.compression_opts.strategy: 0 2026-04-16T18:40:16.517 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: debug 2026-04-16T18:40:16.301+0000 7f1bbb5c6d40 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2026-04-16T18:40:16.517 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: debug 2026-04-16T18:40:16.301+0000 7f1bbb5c6d40 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2026-04-16T18:40:16.517 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: debug 2026-04-16T18:40:16.301+0000 7f1bbb5c6d40 4 rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2026-04-16T18:40:16.517 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: debug 2026-04-16T18:40:16.301+0000 7f1bbb5c6d40 4 rocksdb: Options.compression_opts.parallel_threads: 1 2026-04-16T18:40:16.517 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: debug 2026-04-16T18:40:16.301+0000 7f1bbb5c6d40 4 rocksdb: Options.compression_opts.enabled: false 2026-04-16T18:40:16.517 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: debug 2026-04-16T18:40:16.301+0000 7f1bbb5c6d40 4 rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2026-04-16T18:40:16.518 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: debug 2026-04-16T18:40:16.301+0000 7f1bbb5c6d40 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2026-04-16T18:40:16.518 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: debug 2026-04-16T18:40:16.301+0000 7f1bbb5c6d40 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2026-04-16T18:40:16.518 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: debug 2026-04-16T18:40:16.301+0000 7f1bbb5c6d40 4 rocksdb: Options.level0_stop_writes_trigger: 36 2026-04-16T18:40:16.518 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: debug 2026-04-16T18:40:16.301+0000 7f1bbb5c6d40 4 rocksdb: Options.target_file_size_base: 67108864 2026-04-16T18:40:16.518 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: debug 2026-04-16T18:40:16.301+0000 7f1bbb5c6d40 4 rocksdb: Options.target_file_size_multiplier: 1 2026-04-16T18:40:16.518 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: debug 2026-04-16T18:40:16.301+0000 7f1bbb5c6d40 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2026-04-16T18:40:16.518 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: debug 2026-04-16T18:40:16.301+0000 7f1bbb5c6d40 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2026-04-16T18:40:16.518 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: debug 2026-04-16T18:40:16.301+0000 7f1bbb5c6d40 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2026-04-16T18:40:16.518 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: debug 2026-04-16T18:40:16.301+0000 7f1bbb5c6d40 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2026-04-16T18:40:16.518 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: debug 2026-04-16T18:40:16.301+0000 7f1bbb5c6d40 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2026-04-16T18:40:16.518 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: debug 2026-04-16T18:40:16.301+0000 7f1bbb5c6d40 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2026-04-16T18:40:16.518 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: debug 2026-04-16T18:40:16.301+0000 7f1bbb5c6d40 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2026-04-16T18:40:16.518 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: debug 2026-04-16T18:40:16.301+0000 7f1bbb5c6d40 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2026-04-16T18:40:16.518 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: debug 2026-04-16T18:40:16.301+0000 7f1bbb5c6d40 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2026-04-16T18:40:16.518 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: debug 2026-04-16T18:40:16.301+0000 7f1bbb5c6d40 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2026-04-16T18:40:16.518 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: debug 2026-04-16T18:40:16.301+0000 7f1bbb5c6d40 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2026-04-16T18:40:16.518 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: debug 2026-04-16T18:40:16.301+0000 7f1bbb5c6d40 4 rocksdb: Options.max_compaction_bytes: 1677721600 2026-04-16T18:40:16.518 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: debug 2026-04-16T18:40:16.301+0000 7f1bbb5c6d40 4 rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2026-04-16T18:40:16.518 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: debug 2026-04-16T18:40:16.301+0000 7f1bbb5c6d40 4 rocksdb: Options.arena_block_size: 1048576 2026-04-16T18:40:16.518 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: debug 2026-04-16T18:40:16.301+0000 7f1bbb5c6d40 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2026-04-16T18:40:16.518 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: debug 2026-04-16T18:40:16.301+0000 7f1bbb5c6d40 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2026-04-16T18:40:16.518 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: debug 2026-04-16T18:40:16.301+0000 7f1bbb5c6d40 4 rocksdb: Options.disable_auto_compactions: 0 2026-04-16T18:40:16.518 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: debug 2026-04-16T18:40:16.301+0000 7f1bbb5c6d40 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2026-04-16T18:40:16.518 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: debug 2026-04-16T18:40:16.301+0000 7f1bbb5c6d40 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2026-04-16T18:40:16.518 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: debug 2026-04-16T18:40:16.301+0000 7f1bbb5c6d40 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2026-04-16T18:40:16.518 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: debug 2026-04-16T18:40:16.301+0000 7f1bbb5c6d40 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2026-04-16T18:40:16.518 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: debug 2026-04-16T18:40:16.301+0000 7f1bbb5c6d40 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2026-04-16T18:40:16.518 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: debug 2026-04-16T18:40:16.301+0000 7f1bbb5c6d40 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2026-04-16T18:40:16.518 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: debug 2026-04-16T18:40:16.301+0000 7f1bbb5c6d40 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2026-04-16T18:40:16.518 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: debug 2026-04-16T18:40:16.301+0000 7f1bbb5c6d40 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2026-04-16T18:40:16.518 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: debug 2026-04-16T18:40:16.301+0000 7f1bbb5c6d40 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2026-04-16T18:40:16.518 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: debug 2026-04-16T18:40:16.301+0000 7f1bbb5c6d40 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2026-04-16T18:40:16.518 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: debug 2026-04-16T18:40:16.301+0000 7f1bbb5c6d40 4 rocksdb: Options.table_properties_collectors: CompactOnDeletionCollector (Sliding window size = 32768 Deletion trigger = 16384 Deletion ratio = 0); 2026-04-16T18:40:16.518 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: debug 2026-04-16T18:40:16.301+0000 7f1bbb5c6d40 4 rocksdb: Options.inplace_update_support: 0 2026-04-16T18:40:16.518 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: debug 2026-04-16T18:40:16.301+0000 7f1bbb5c6d40 4 rocksdb: Options.inplace_update_num_locks: 10000 2026-04-16T18:40:16.518 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: debug 2026-04-16T18:40:16.301+0000 7f1bbb5c6d40 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2026-04-16T18:40:16.518 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: debug 2026-04-16T18:40:16.301+0000 7f1bbb5c6d40 4 rocksdb: Options.memtable_whole_key_filtering: 0 2026-04-16T18:40:16.518 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: debug 2026-04-16T18:40:16.301+0000 7f1bbb5c6d40 4 rocksdb: Options.memtable_huge_page_size: 0 2026-04-16T18:40:16.518 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: debug 2026-04-16T18:40:16.301+0000 7f1bbb5c6d40 4 rocksdb: Options.bloom_locality: 0 2026-04-16T18:40:16.518 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: debug 2026-04-16T18:40:16.301+0000 7f1bbb5c6d40 4 rocksdb: Options.max_successive_merges: 0 2026-04-16T18:40:16.518 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: debug 2026-04-16T18:40:16.301+0000 7f1bbb5c6d40 4 rocksdb: Options.optimize_filters_for_hits: 0 2026-04-16T18:40:16.518 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: debug 2026-04-16T18:40:16.301+0000 7f1bbb5c6d40 4 rocksdb: Options.paranoid_file_checks: 0 2026-04-16T18:40:16.518 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: debug 2026-04-16T18:40:16.301+0000 7f1bbb5c6d40 4 rocksdb: Options.force_consistency_checks: 1 2026-04-16T18:40:16.518 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: debug 2026-04-16T18:40:16.301+0000 7f1bbb5c6d40 4 rocksdb: Options.report_bg_io_stats: 0 2026-04-16T18:40:16.518 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: debug 2026-04-16T18:40:16.301+0000 7f1bbb5c6d40 4 rocksdb: Options.ttl: 2592000 2026-04-16T18:40:16.518 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: debug 2026-04-16T18:40:16.301+0000 7f1bbb5c6d40 4 rocksdb: Options.periodic_compaction_seconds: 0 2026-04-16T18:40:16.518 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: debug 2026-04-16T18:40:16.301+0000 7f1bbb5c6d40 4 rocksdb: Options.preclude_last_level_data_seconds: 0 2026-04-16T18:40:16.518 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: debug 2026-04-16T18:40:16.301+0000 7f1bbb5c6d40 4 rocksdb: Options.preserve_internal_time_seconds: 0 2026-04-16T18:40:16.518 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: debug 2026-04-16T18:40:16.301+0000 7f1bbb5c6d40 4 rocksdb: Options.enable_blob_files: false 2026-04-16T18:40:16.518 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: debug 2026-04-16T18:40:16.301+0000 7f1bbb5c6d40 4 rocksdb: Options.min_blob_size: 0 2026-04-16T18:40:16.518 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: debug 2026-04-16T18:40:16.301+0000 7f1bbb5c6d40 4 rocksdb: Options.blob_file_size: 268435456 2026-04-16T18:40:16.518 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: debug 2026-04-16T18:40:16.301+0000 7f1bbb5c6d40 4 rocksdb: Options.blob_compression_type: NoCompression 2026-04-16T18:40:16.518 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: debug 2026-04-16T18:40:16.301+0000 7f1bbb5c6d40 4 rocksdb: Options.enable_blob_garbage_collection: false 2026-04-16T18:40:16.518 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: debug 2026-04-16T18:40:16.301+0000 7f1bbb5c6d40 4 rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2026-04-16T18:40:16.518 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: debug 2026-04-16T18:40:16.301+0000 7f1bbb5c6d40 4 rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2026-04-16T18:40:16.518 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: debug 2026-04-16T18:40:16.301+0000 7f1bbb5c6d40 4 rocksdb: Options.blob_compaction_readahead_size: 0 2026-04-16T18:40:16.518 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: debug 2026-04-16T18:40:16.301+0000 7f1bbb5c6d40 4 rocksdb: Options.blob_file_starting_level: 0 2026-04-16T18:40:16.518 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: debug 2026-04-16T18:40:16.301+0000 7f1bbb5c6d40 4 rocksdb: Options.experimental_mempurge_threshold: 0.000000 2026-04-16T18:40:16.519 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: debug 2026-04-16T18:40:16.305+0000 7f1bbb5c6d40 4 rocksdb: [db/version_set.cc:5566] Recovered from manifest file:/var/lib/ceph/mon/ceph-vm09/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-04-16T18:40:16.519 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: debug 2026-04-16T18:40:16.305+0000 7f1bbb5c6d40 4 rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 0 2026-04-16T18:40:16.519 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: debug 2026-04-16T18:40:16.305+0000 7f1bbb5c6d40 4 rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: 8816b01d-f0e9-4ca4-91c5-9585e1ecf70f 2026-04-16T18:40:16.519 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: debug 2026-04-16T18:40:16.305+0000 7f1bbb5c6d40 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1776364816309891, "job": 1, "event": "recovery_started", "wal_files": [4]} 2026-04-16T18:40:16.519 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: debug 2026-04-16T18:40:16.305+0000 7f1bbb5c6d40 4 rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #4 mode 2 2026-04-16T18:40:16.519 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: debug 2026-04-16T18:40:16.309+0000 7f1bbb5c6d40 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1776364816312221, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 8, "file_size": 1643, "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": 1776364816, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "8816b01d-f0e9-4ca4-91c5-9585e1ecf70f", "db_session_id": "2ZK8PYRRXTFFGZ0CO96Z", "orig_file_number": 8, "seqno_to_time_mapping": "N/A"}} 2026-04-16T18:40:16.519 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: debug 2026-04-16T18:40:16.309+0000 7f1bbb5c6d40 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1776364816312293, "job": 1, "event": "recovery_finished"} 2026-04-16T18:40:16.519 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: debug 2026-04-16T18:40:16.309+0000 7f1bbb5c6d40 4 rocksdb: [db/version_set.cc:5047] Creating manifest 10 2026-04-16T18:40:16.519 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: debug 2026-04-16T18:40:16.317+0000 7f1bbb5c6d40 4 rocksdb: [file/delete_scheduler.cc:74] Deleted file /var/lib/ceph/mon/ceph-vm09/store.db/000004.log immediately, rate_bytes_per_sec 0, total_trash_size 0 max_trash_db_ratio 0.250000 2026-04-16T18:40:16.519 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: debug 2026-04-16T18:40:16.317+0000 7f1bbb5c6d40 4 rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x564c8fe36e00 2026-04-16T18:40:16.519 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: debug 2026-04-16T18:40:16.317+0000 7f1bbb5c6d40 4 rocksdb: DB pointer 0x564c8ff86000 2026-04-16T18:40:16.519 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: debug 2026-04-16T18:40:16.317+0000 7f1bb136c640 4 rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2026-04-16T18:40:16.519 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: debug 2026-04-16T18:40:16.317+0000 7f1bb136c640 4 rocksdb: [db/db_impl/db_impl.cc:1111] 2026-04-16T18:40:16.519 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: ** DB Stats ** 2026-04-16T18:40:16.519 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: Uptime(secs): 0.0 total, 0.0 interval 2026-04-16T18:40:16.519 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2026-04-16T18:40:16.519 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2026-04-16T18:40:16.519 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2026-04-16T18:40:16.519 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2026-04-16T18:40:16.519 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2026-04-16T18:40:16.519 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2026-04-16T18:40:16.519 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: ** Compaction Stats [default] ** 2026-04-16T18:40:16.519 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: 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-04-16T18:40:16.519 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2026-04-16T18:40:16.519 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: L0 1/0 1.60 KB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 0.7 0.00 0.00 1 0.002 0 0 0.0 0.0 2026-04-16T18:40:16.519 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: Sum 1/0 1.60 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 0.7 0.00 0.00 1 0.002 0 0 0.0 0.0 2026-04-16T18:40:16.519 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 0.7 0.00 0.00 1 0.002 0 0 0.0 0.0 2026-04-16T18:40:16.519 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: ** Compaction Stats [default] ** 2026-04-16T18:40:16.519 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: 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-04-16T18:40:16.519 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2026-04-16T18:40:16.519 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.7 0.00 0.00 1 0.002 0 0 0.0 0.0 2026-04-16T18:40:16.519 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2026-04-16T18:40:16.519 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: Uptime(secs): 0.0 total, 0.0 interval 2026-04-16T18:40:16.519 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: Flush(GB): cumulative 0.000, interval 0.000 2026-04-16T18:40:16.519 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: AddFile(GB): cumulative 0.000, interval 0.000 2026-04-16T18:40:16.519 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: AddFile(Total Files): cumulative 0, interval 0 2026-04-16T18:40:16.519 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: AddFile(L0 Files): cumulative 0, interval 0 2026-04-16T18:40:16.519 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: AddFile(Keys): cumulative 0, interval 0 2026-04-16T18:40:16.519 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: Cumulative compaction: 0.00 GB write, 0.10 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2026-04-16T18:40:16.519 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: Interval compaction: 0.00 GB write, 0.10 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2026-04-16T18:40:16.519 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: 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-04-16T18:40:16.519 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: Block cache BinnedLRUCache@0x564c8fe0b8d0#7 capacity: 512.00 MB usage: 0.22 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 1.2e-05 secs_since: 0 2026-04-16T18:40:16.519 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: 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-04-16T18:40:16.519 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: ** File Read Latency Histogram By Level [default] ** 2026-04-16T18:40:16.519 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: debug 2026-04-16T18:40:16.317+0000 7f1bbb5c6d40 0 mon.vm09 does not exist in monmap, will attempt to join an existing cluster 2026-04-16T18:40:16.519 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: debug 2026-04-16T18:40:16.317+0000 7f1bbb5c6d40 0 using public_addr v2:192.168.123.109:0/0 -> [v2:192.168.123.109:3300/0,v1:192.168.123.109:6789/0] 2026-04-16T18:40:16.519 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: debug 2026-04-16T18:40:16.317+0000 7f1bbb5c6d40 0 starting mon.vm09 rank -1 at public addrs [v2:192.168.123.109:3300/0,v1:192.168.123.109:6789/0] at bind addrs [v2:192.168.123.109:3300/0,v1:192.168.123.109:6789/0] mon_data /var/lib/ceph/mon/ceph-vm09 fsid 4f654fb6-39c3-11f1-a5d5-6940ad893399 2026-04-16T18:40:16.519 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: debug 2026-04-16T18:40:16.317+0000 7f1bbb5c6d40 1 mon.vm09@-1(???) e0 preinit fsid 4f654fb6-39c3-11f1-a5d5-6940ad893399 2026-04-16T18:40:16.519 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: audit 2026-04-16T18:39:54.628419+0000 mon.vm06 (mon.0) 171 : audit [INF] from='mgr.14170 192.168.123.106:0/604516730' entity='mgr.vm06.sywxig' 2026-04-16T18:40:16.519 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: audit 2026-04-16T18:39:54.628419+0000 mon.vm06 (mon.0) 171 : audit [INF] from='mgr.14170 192.168.123.106:0/604516730' entity='mgr.vm06.sywxig' 2026-04-16T18:40:16.519 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: audit 2026-04-16T18:39:54.631174+0000 mon.vm06 (mon.0) 172 : audit [INF] from='mgr.14170 192.168.123.106:0/604516730' entity='mgr.vm06.sywxig' 2026-04-16T18:40:16.519 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: audit 2026-04-16T18:39:54.631174+0000 mon.vm06 (mon.0) 172 : audit [INF] from='mgr.14170 192.168.123.106:0/604516730' entity='mgr.vm06.sywxig' 2026-04-16T18:40:16.519 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: audit 2026-04-16T18:39:54.634173+0000 mon.vm06 (mon.0) 173 : audit [INF] from='mgr.14170 192.168.123.106:0/604516730' entity='mgr.vm06.sywxig' 2026-04-16T18:40:16.519 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: audit 2026-04-16T18:39:54.634173+0000 mon.vm06 (mon.0) 173 : audit [INF] from='mgr.14170 192.168.123.106:0/604516730' entity='mgr.vm06.sywxig' 2026-04-16T18:40:16.519 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: audit 2026-04-16T18:39:54.635402+0000 mon.vm06 (mon.0) 174 : audit [INF] from='mgr.14170 192.168.123.106:0/604516730' entity='mgr.vm06.sywxig' cmd={"prefix": "mgr module enable", "module": "prometheus"} : dispatch 2026-04-16T18:40:16.519 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: audit 2026-04-16T18:39:54.635402+0000 mon.vm06 (mon.0) 174 : audit [INF] from='mgr.14170 192.168.123.106:0/604516730' entity='mgr.vm06.sywxig' cmd={"prefix": "mgr module enable", "module": "prometheus"} : dispatch 2026-04-16T18:40:16.519 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: audit 2026-04-16T18:39:55.637359+0000 mon.vm06 (mon.0) 175 : audit [INF] from='mgr.14170 192.168.123.106:0/604516730' entity='mgr.vm06.sywxig' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2026-04-16T18:40:16.519 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: audit 2026-04-16T18:39:55.637359+0000 mon.vm06 (mon.0) 175 : audit [INF] from='mgr.14170 192.168.123.106:0/604516730' entity='mgr.vm06.sywxig' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2026-04-16T18:40:16.520 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: cluster 2026-04-16T18:39:55.640304+0000 mon.vm06 (mon.0) 176 : cluster [DBG] mgrmap e14: vm06.sywxig(active, since 30s) 2026-04-16T18:40:16.520 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: cluster 2026-04-16T18:39:55.640304+0000 mon.vm06 (mon.0) 176 : cluster [DBG] mgrmap e14: vm06.sywxig(active, since 30s) 2026-04-16T18:40:16.520 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: audit 2026-04-16T18:39:55.665922+0000 mon.vm06 (mon.0) 177 : audit [DBG] from='client.? 192.168.123.109:0/1602948753' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2026-04-16T18:40:16.520 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: audit 2026-04-16T18:39:55.665922+0000 mon.vm06 (mon.0) 177 : audit [DBG] from='client.? 192.168.123.109:0/1602948753' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2026-04-16T18:40:16.520 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: audit 2026-04-16T18:39:57.402415+0000 mon.vm06 (mon.0) 178 : audit [DBG] from='client.? 192.168.123.109:0/61650584' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2026-04-16T18:40:16.520 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: audit 2026-04-16T18:39:57.402415+0000 mon.vm06 (mon.0) 178 : audit [DBG] from='client.? 192.168.123.109:0/61650584' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2026-04-16T18:40:16.520 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: audit 2026-04-16T18:39:59.098769+0000 mon.vm06 (mon.0) 179 : audit [DBG] from='client.? 192.168.123.109:0/2988078763' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2026-04-16T18:40:16.520 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: audit 2026-04-16T18:39:59.098769+0000 mon.vm06 (mon.0) 179 : audit [DBG] from='client.? 192.168.123.109:0/2988078763' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2026-04-16T18:40:16.520 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: audit 2026-04-16T18:40:00.810617+0000 mon.vm06 (mon.0) 180 : audit [DBG] from='client.? 192.168.123.109:0/3931240750' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2026-04-16T18:40:16.520 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: audit 2026-04-16T18:40:00.810617+0000 mon.vm06 (mon.0) 180 : audit [DBG] from='client.? 192.168.123.109:0/3931240750' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2026-04-16T18:40:16.520 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: audit 2026-04-16T18:40:02.478810+0000 mon.vm06 (mon.0) 181 : audit [DBG] from='client.? 192.168.123.109:0/2109071491' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2026-04-16T18:40:16.520 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: audit 2026-04-16T18:40:02.478810+0000 mon.vm06 (mon.0) 181 : audit [DBG] from='client.? 192.168.123.109:0/2109071491' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2026-04-16T18:40:16.520 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: audit 2026-04-16T18:40:04.174372+0000 mon.vm06 (mon.0) 182 : audit [DBG] from='client.? 192.168.123.109:0/2600103619' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2026-04-16T18:40:16.520 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: audit 2026-04-16T18:40:04.174372+0000 mon.vm06 (mon.0) 182 : audit [DBG] from='client.? 192.168.123.109:0/2600103619' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2026-04-16T18:40:16.520 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: cluster 2026-04-16T18:40:04.988704+0000 mon.vm06 (mon.0) 183 : cluster [INF] Active manager daemon vm06.sywxig restarted 2026-04-16T18:40:16.520 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: cluster 2026-04-16T18:40:04.988704+0000 mon.vm06 (mon.0) 183 : cluster [INF] Active manager daemon vm06.sywxig restarted 2026-04-16T18:40:16.520 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: cluster 2026-04-16T18:40:04.989181+0000 mon.vm06 (mon.0) 184 : cluster [INF] Activating manager daemon vm06.sywxig 2026-04-16T18:40:16.520 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: cluster 2026-04-16T18:40:04.989181+0000 mon.vm06 (mon.0) 184 : cluster [INF] Activating manager daemon vm06.sywxig 2026-04-16T18:40:16.520 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: cluster 2026-04-16T18:40:04.993570+0000 mon.vm06 (mon.0) 185 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2026-04-16T18:40:16.520 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: cluster 2026-04-16T18:40:04.993570+0000 mon.vm06 (mon.0) 185 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2026-04-16T18:40:16.520 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: cluster 2026-04-16T18:40:04.993627+0000 mon.vm06 (mon.0) 186 : cluster [DBG] mgrmap e15: vm06.sywxig(active, starting, since 0.00456895s) 2026-04-16T18:40:16.520 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: cluster 2026-04-16T18:40:04.993627+0000 mon.vm06 (mon.0) 186 : cluster [DBG] mgrmap e15: vm06.sywxig(active, starting, since 0.00456895s) 2026-04-16T18:40:16.520 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: audit 2026-04-16T18:40:04.995565+0000 mon.vm06 (mon.0) 187 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "mon metadata", "id": "vm06"} : dispatch 2026-04-16T18:40:16.520 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: audit 2026-04-16T18:40:04.995565+0000 mon.vm06 (mon.0) 187 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "mon metadata", "id": "vm06"} : dispatch 2026-04-16T18:40:16.520 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: audit 2026-04-16T18:40:04.995890+0000 mon.vm06 (mon.0) 188 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "mgr metadata", "who": "vm06.sywxig", "id": "vm06.sywxig"} : dispatch 2026-04-16T18:40:16.520 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: audit 2026-04-16T18:40:04.995890+0000 mon.vm06 (mon.0) 188 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "mgr metadata", "who": "vm06.sywxig", "id": "vm06.sywxig"} : dispatch 2026-04-16T18:40:16.520 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: audit 2026-04-16T18:40:04.996330+0000 mon.vm06 (mon.0) 189 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "mds metadata"} : dispatch 2026-04-16T18:40:16.520 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: audit 2026-04-16T18:40:04.996330+0000 mon.vm06 (mon.0) 189 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "mds metadata"} : dispatch 2026-04-16T18:40:16.520 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: audit 2026-04-16T18:40:04.996660+0000 mon.vm06 (mon.0) 190 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "osd metadata"} : dispatch 2026-04-16T18:40:16.520 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: audit 2026-04-16T18:40:04.996660+0000 mon.vm06 (mon.0) 190 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "osd metadata"} : dispatch 2026-04-16T18:40:16.520 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: audit 2026-04-16T18:40:04.996982+0000 mon.vm06 (mon.0) 191 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "mon metadata"} : dispatch 2026-04-16T18:40:16.520 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: audit 2026-04-16T18:40:04.996982+0000 mon.vm06 (mon.0) 191 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "mon metadata"} : dispatch 2026-04-16T18:40:16.520 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: cluster 2026-04-16T18:40:05.000451+0000 mon.vm06 (mon.0) 192 : cluster [INF] Manager daemon vm06.sywxig is now available 2026-04-16T18:40:16.520 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: cluster 2026-04-16T18:40:05.000451+0000 mon.vm06 (mon.0) 192 : cluster [INF] Manager daemon vm06.sywxig is now available 2026-04-16T18:40:16.520 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: audit 2026-04-16T18:40:05.240271+0000 mon.vm06 (mon.0) 193 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-04-16T18:40:16.520 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: audit 2026-04-16T18:40:05.240271+0000 mon.vm06 (mon.0) 193 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-04-16T18:40:16.520 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: audit 2026-04-16T18:40:05.245860+0000 mon.vm06 (mon.0) 194 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:40:16.520 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: audit 2026-04-16T18:40:05.245860+0000 mon.vm06 (mon.0) 194 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:40:16.520 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: audit 2026-04-16T18:40:05.255210+0000 mon.vm06 (mon.0) 195 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "orch get-security-config"} : dispatch 2026-04-16T18:40:16.520 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: audit 2026-04-16T18:40:05.255210+0000 mon.vm06 (mon.0) 195 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "orch get-security-config"} : dispatch 2026-04-16T18:40:16.520 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: audit 2026-04-16T18:40:05.256445+0000 mon.vm06 (mon.0) 196 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-04-16T18:40:16.520 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: audit 2026-04-16T18:40:05.256445+0000 mon.vm06 (mon.0) 196 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-04-16T18:40:16.520 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: audit 2026-04-16T18:40:05.282130+0000 mon.vm06 (mon.0) 197 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/vm06.sywxig/mirror_snapshot_schedule"} : dispatch 2026-04-16T18:40:16.520 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: audit 2026-04-16T18:40:05.282130+0000 mon.vm06 (mon.0) 197 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/vm06.sywxig/mirror_snapshot_schedule"} : dispatch 2026-04-16T18:40:16.520 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: audit 2026-04-16T18:40:05.308616+0000 mon.vm06 (mon.0) 198 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/vm06.sywxig/trash_purge_schedule"} : dispatch 2026-04-16T18:40:16.520 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: audit 2026-04-16T18:40:05.308616+0000 mon.vm06 (mon.0) 198 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/vm06.sywxig/trash_purge_schedule"} : dispatch 2026-04-16T18:40:16.520 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: audit 2026-04-16T18:40:05.747162+0000 mon.vm06 (mon.0) 199 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:40:16.520 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: audit 2026-04-16T18:40:05.747162+0000 mon.vm06 (mon.0) 199 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:40:16.520 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: audit 2026-04-16T18:40:05.909974+0000 mon.vm06 (mon.0) 200 : audit [DBG] from='client.? 192.168.123.109:0/2451377864' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2026-04-16T18:40:16.520 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: audit 2026-04-16T18:40:05.909974+0000 mon.vm06 (mon.0) 200 : audit [DBG] from='client.? 192.168.123.109:0/2451377864' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2026-04-16T18:40:16.520 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: cluster 2026-04-16T18:40:06.002419+0000 mon.vm06 (mon.0) 201 : cluster [DBG] mgrmap e16: vm06.sywxig(active, since 1.01334s) 2026-04-16T18:40:16.520 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: cluster 2026-04-16T18:40:06.002419+0000 mon.vm06 (mon.0) 201 : cluster [DBG] mgrmap e16: vm06.sywxig(active, since 1.01334s) 2026-04-16T18:40:16.520 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: audit 2026-04-16T18:40:06.026717+0000 mon.vm06 (mon.0) 202 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:40:16.520 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: audit 2026-04-16T18:40:06.026717+0000 mon.vm06 (mon.0) 202 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:40:16.520 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: cephadm 2026-04-16T18:40:06.246296+0000 mgr.vm06.sywxig (mgr.14229) 2 : cephadm [INF] [16/Apr/2026:18:40:06] ENGINE Bus STARTING 2026-04-16T18:40:16.520 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: cephadm 2026-04-16T18:40:06.246296+0000 mgr.vm06.sywxig (mgr.14229) 2 : cephadm [INF] [16/Apr/2026:18:40:06] ENGINE Bus STARTING 2026-04-16T18:40:16.520 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: cephadm 2026-04-16T18:40:06.348696+0000 mgr.vm06.sywxig (mgr.14229) 3 : cephadm [INF] [16/Apr/2026:18:40:06] ENGINE Serving on http://192.168.123.106:8765 2026-04-16T18:40:16.521 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: cephadm 2026-04-16T18:40:06.348696+0000 mgr.vm06.sywxig (mgr.14229) 3 : cephadm [INF] [16/Apr/2026:18:40:06] ENGINE Serving on http://192.168.123.106:8765 2026-04-16T18:40:16.521 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: cephadm 2026-04-16T18:40:06.457733+0000 mgr.vm06.sywxig (mgr.14229) 4 : cephadm [INF] [16/Apr/2026:18:40:06] ENGINE Serving on https://192.168.123.106:7150 2026-04-16T18:40:16.521 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: cephadm 2026-04-16T18:40:06.457733+0000 mgr.vm06.sywxig (mgr.14229) 4 : cephadm [INF] [16/Apr/2026:18:40:06] ENGINE Serving on https://192.168.123.106:7150 2026-04-16T18:40:16.521 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: cephadm 2026-04-16T18:40:06.457804+0000 mgr.vm06.sywxig (mgr.14229) 5 : cephadm [INF] [16/Apr/2026:18:40:06] ENGINE Bus STARTED 2026-04-16T18:40:16.521 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: cephadm 2026-04-16T18:40:06.457804+0000 mgr.vm06.sywxig (mgr.14229) 5 : cephadm [INF] [16/Apr/2026:18:40:06] ENGINE Bus STARTED 2026-04-16T18:40:16.521 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: cephadm 2026-04-16T18:40:06.458159+0000 mgr.vm06.sywxig (mgr.14229) 6 : cephadm [INF] [16/Apr/2026:18:40:06] ENGINE Client ('192.168.123.106', 43190) lost — peer dropped the TLS connection suddenly, during handshake: (6, 'TLS/SSL connection has been closed (EOF) (_ssl.c:1147)') 2026-04-16T18:40:16.521 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: cephadm 2026-04-16T18:40:06.458159+0000 mgr.vm06.sywxig (mgr.14229) 6 : cephadm [INF] [16/Apr/2026:18:40:06] ENGINE Client ('192.168.123.106', 43190) lost — peer dropped the TLS connection suddenly, during handshake: (6, 'TLS/SSL connection has been closed (EOF) (_ssl.c:1147)') 2026-04-16T18:40:16.521 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: audit 2026-04-16T18:40:06.606860+0000 mon.vm06 (mon.0) 203 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:40:16.521 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: audit 2026-04-16T18:40:06.606860+0000 mon.vm06 (mon.0) 203 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:40:16.521 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: audit 2026-04-16T18:40:07.595343+0000 mon.vm06 (mon.0) 204 : audit [DBG] from='client.? 192.168.123.109:0/1924512005' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2026-04-16T18:40:16.521 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: audit 2026-04-16T18:40:07.595343+0000 mon.vm06 (mon.0) 204 : audit [DBG] from='client.? 192.168.123.109:0/1924512005' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2026-04-16T18:40:16.521 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: cluster 2026-04-16T18:40:07.615370+0000 mon.vm06 (mon.0) 205 : cluster [DBG] mgrmap e17: vm06.sywxig(active, since 2s) 2026-04-16T18:40:16.521 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: cluster 2026-04-16T18:40:07.615370+0000 mon.vm06 (mon.0) 205 : cluster [DBG] mgrmap e17: vm06.sywxig(active, since 2s) 2026-04-16T18:40:16.521 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: audit 2026-04-16T18:40:08.178752+0000 mon.vm06 (mon.0) 206 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:40:16.521 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: audit 2026-04-16T18:40:08.178752+0000 mon.vm06 (mon.0) 206 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:40:16.521 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: audit 2026-04-16T18:40:08.180787+0000 mon.vm06 (mon.0) 207 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:40:16.521 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: audit 2026-04-16T18:40:08.180787+0000 mon.vm06 (mon.0) 207 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:40:16.521 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: audit 2026-04-16T18:40:08.183632+0000 mon.vm06 (mon.0) 208 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:40:16.521 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: audit 2026-04-16T18:40:08.183632+0000 mon.vm06 (mon.0) 208 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:40:16.521 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: audit 2026-04-16T18:40:08.185668+0000 mon.vm06 (mon.0) 209 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:40:16.521 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: audit 2026-04-16T18:40:08.185668+0000 mon.vm06 (mon.0) 209 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:40:16.521 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: audit 2026-04-16T18:40:08.186115+0000 mon.vm06 (mon.0) 210 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "config rm", "who": "osd/host:vm09", "name": "osd_memory_target"} : dispatch 2026-04-16T18:40:16.521 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: audit 2026-04-16T18:40:08.186115+0000 mon.vm06 (mon.0) 210 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "config rm", "who": "osd/host:vm09", "name": "osd_memory_target"} : dispatch 2026-04-16T18:40:16.521 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: audit 2026-04-16T18:40:09.254819+0000 mon.vm06 (mon.0) 211 : audit [DBG] from='client.? 192.168.123.109:0/2346938218' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2026-04-16T18:40:16.521 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: audit 2026-04-16T18:40:09.254819+0000 mon.vm06 (mon.0) 211 : audit [DBG] from='client.? 192.168.123.109:0/2346938218' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2026-04-16T18:40:16.521 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: audit 2026-04-16T18:40:10.433603+0000 mon.vm06 (mon.0) 212 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:40:16.521 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: audit 2026-04-16T18:40:10.433603+0000 mon.vm06 (mon.0) 212 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:40:16.521 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: audit 2026-04-16T18:40:10.437010+0000 mon.vm06 (mon.0) 213 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:40:16.521 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: audit 2026-04-16T18:40:10.437010+0000 mon.vm06 (mon.0) 213 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:40:16.521 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: audit 2026-04-16T18:40:10.953139+0000 mon.vm06 (mon.0) 214 : audit [DBG] from='client.? 192.168.123.109:0/734401461' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2026-04-16T18:40:16.521 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: audit 2026-04-16T18:40:10.953139+0000 mon.vm06 (mon.0) 214 : audit [DBG] from='client.? 192.168.123.109:0/734401461' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2026-04-16T18:40:16.521 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: audit 2026-04-16T18:40:11.033871+0000 mon.vm06 (mon.0) 215 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:40:16.521 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: audit 2026-04-16T18:40:11.033871+0000 mon.vm06 (mon.0) 215 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:40:16.521 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: audit 2026-04-16T18:40:11.036712+0000 mon.vm06 (mon.0) 216 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:40:16.521 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: audit 2026-04-16T18:40:11.036712+0000 mon.vm06 (mon.0) 216 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:40:16.521 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: audit 2026-04-16T18:40:11.037364+0000 mon.vm06 (mon.0) 217 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "config rm", "who": "osd/host:vm06", "name": "osd_memory_target"} : dispatch 2026-04-16T18:40:16.521 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: audit 2026-04-16T18:40:11.037364+0000 mon.vm06 (mon.0) 217 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "config rm", "who": "osd/host:vm06", "name": "osd_memory_target"} : dispatch 2026-04-16T18:40:16.521 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: audit 2026-04-16T18:40:11.037957+0000 mon.vm06 (mon.0) 218 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-04-16T18:40:16.521 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: audit 2026-04-16T18:40:11.037957+0000 mon.vm06 (mon.0) 218 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-04-16T18:40:16.521 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: audit 2026-04-16T18:40:11.038299+0000 mon.vm06 (mon.0) 219 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-04-16T18:40:16.521 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: audit 2026-04-16T18:40:11.038299+0000 mon.vm06 (mon.0) 219 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-04-16T18:40:16.521 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: audit 2026-04-16T18:40:11.177505+0000 mon.vm06 (mon.0) 220 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:40:16.521 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: audit 2026-04-16T18:40:11.177505+0000 mon.vm06 (mon.0) 220 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:40:16.521 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: audit 2026-04-16T18:40:11.180487+0000 mon.vm06 (mon.0) 221 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:40:16.521 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: audit 2026-04-16T18:40:11.180487+0000 mon.vm06 (mon.0) 221 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:40:16.521 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: audit 2026-04-16T18:40:11.182627+0000 mon.vm06 (mon.0) 222 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:40:16.521 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: audit 2026-04-16T18:40:11.182627+0000 mon.vm06 (mon.0) 222 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:40:16.521 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: audit 2026-04-16T18:40:11.184561+0000 mon.vm06 (mon.0) 223 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:40:16.521 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: audit 2026-04-16T18:40:11.184561+0000 mon.vm06 (mon.0) 223 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:40:16.521 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: audit 2026-04-16T18:40:11.186478+0000 mon.vm06 (mon.0) 224 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:40:16.521 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: audit 2026-04-16T18:40:11.186478+0000 mon.vm06 (mon.0) 224 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:40:16.522 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: audit 2026-04-16T18:40:11.187298+0000 mon.vm06 (mon.0) 225 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "auth get-or-create", "entity": "client.ceph-exporter.vm09", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]} : dispatch 2026-04-16T18:40:16.522 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: audit 2026-04-16T18:40:11.187298+0000 mon.vm06 (mon.0) 225 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "auth get-or-create", "entity": "client.ceph-exporter.vm09", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]} : dispatch 2026-04-16T18:40:16.522 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: audit 2026-04-16T18:40:11.188512+0000 mon.vm06 (mon.0) 226 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd='[{"prefix": "auth get-or-create", "entity": "client.ceph-exporter.vm09", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]}]': finished 2026-04-16T18:40:16.522 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: audit 2026-04-16T18:40:11.188512+0000 mon.vm06 (mon.0) 226 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd='[{"prefix": "auth get-or-create", "entity": "client.ceph-exporter.vm09", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]}]': finished 2026-04-16T18:40:16.522 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: audit 2026-04-16T18:40:11.189504+0000 mon.vm06 (mon.0) 227 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-04-16T18:40:16.522 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: audit 2026-04-16T18:40:11.189504+0000 mon.vm06 (mon.0) 227 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-04-16T18:40:16.522 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: cephadm 2026-04-16T18:40:11.038839+0000 mgr.vm06.sywxig (mgr.14229) 7 : cephadm [INF] Updating vm06:/etc/ceph/ceph.conf 2026-04-16T18:40:16.522 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: cephadm 2026-04-16T18:40:11.038839+0000 mgr.vm06.sywxig (mgr.14229) 7 : cephadm [INF] Updating vm06:/etc/ceph/ceph.conf 2026-04-16T18:40:16.522 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: cephadm 2026-04-16T18:40:11.038948+0000 mgr.vm06.sywxig (mgr.14229) 8 : cephadm [INF] Updating vm09:/etc/ceph/ceph.conf 2026-04-16T18:40:16.522 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: cephadm 2026-04-16T18:40:11.038948+0000 mgr.vm06.sywxig (mgr.14229) 8 : cephadm [INF] Updating vm09:/etc/ceph/ceph.conf 2026-04-16T18:40:16.522 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: cephadm 2026-04-16T18:40:11.072511+0000 mgr.vm06.sywxig (mgr.14229) 9 : cephadm [INF] Updating vm06:/var/lib/ceph/4f654fb6-39c3-11f1-a5d5-6940ad893399/config/ceph.conf 2026-04-16T18:40:16.522 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: cephadm 2026-04-16T18:40:11.072511+0000 mgr.vm06.sywxig (mgr.14229) 9 : cephadm [INF] Updating vm06:/var/lib/ceph/4f654fb6-39c3-11f1-a5d5-6940ad893399/config/ceph.conf 2026-04-16T18:40:16.522 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: cephadm 2026-04-16T18:40:11.076051+0000 mgr.vm06.sywxig (mgr.14229) 10 : cephadm [INF] Updating vm09:/var/lib/ceph/4f654fb6-39c3-11f1-a5d5-6940ad893399/config/ceph.conf 2026-04-16T18:40:16.522 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: cephadm 2026-04-16T18:40:11.076051+0000 mgr.vm06.sywxig (mgr.14229) 10 : cephadm [INF] Updating vm09:/var/lib/ceph/4f654fb6-39c3-11f1-a5d5-6940ad893399/config/ceph.conf 2026-04-16T18:40:16.522 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: cephadm 2026-04-16T18:40:11.109647+0000 mgr.vm06.sywxig (mgr.14229) 11 : cephadm [INF] Updating vm06:/etc/ceph/ceph.client.admin.keyring 2026-04-16T18:40:16.522 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: cephadm 2026-04-16T18:40:11.109647+0000 mgr.vm06.sywxig (mgr.14229) 11 : cephadm [INF] Updating vm06:/etc/ceph/ceph.client.admin.keyring 2026-04-16T18:40:16.522 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: cephadm 2026-04-16T18:40:11.115211+0000 mgr.vm06.sywxig (mgr.14229) 12 : cephadm [INF] Updating vm09:/etc/ceph/ceph.client.admin.keyring 2026-04-16T18:40:16.522 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: cephadm 2026-04-16T18:40:11.115211+0000 mgr.vm06.sywxig (mgr.14229) 12 : cephadm [INF] Updating vm09:/etc/ceph/ceph.client.admin.keyring 2026-04-16T18:40:16.522 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: cephadm 2026-04-16T18:40:11.141882+0000 mgr.vm06.sywxig (mgr.14229) 13 : cephadm [INF] Updating vm06:/var/lib/ceph/4f654fb6-39c3-11f1-a5d5-6940ad893399/config/ceph.client.admin.keyring 2026-04-16T18:40:16.522 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: cephadm 2026-04-16T18:40:11.141882+0000 mgr.vm06.sywxig (mgr.14229) 13 : cephadm [INF] Updating vm06:/var/lib/ceph/4f654fb6-39c3-11f1-a5d5-6940ad893399/config/ceph.client.admin.keyring 2026-04-16T18:40:16.522 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: cephadm 2026-04-16T18:40:11.147122+0000 mgr.vm06.sywxig (mgr.14229) 14 : cephadm [INF] Updating vm09:/var/lib/ceph/4f654fb6-39c3-11f1-a5d5-6940ad893399/config/ceph.client.admin.keyring 2026-04-16T18:40:16.522 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: cephadm 2026-04-16T18:40:11.147122+0000 mgr.vm06.sywxig (mgr.14229) 14 : cephadm [INF] Updating vm09:/var/lib/ceph/4f654fb6-39c3-11f1-a5d5-6940ad893399/config/ceph.client.admin.keyring 2026-04-16T18:40:16.522 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: cephadm 2026-04-16T18:40:11.189904+0000 mgr.vm06.sywxig (mgr.14229) 15 : cephadm [INF] Deploying daemon ceph-exporter.vm09 on vm09 2026-04-16T18:40:16.522 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: cephadm 2026-04-16T18:40:11.189904+0000 mgr.vm06.sywxig (mgr.14229) 15 : cephadm [INF] Deploying daemon ceph-exporter.vm09 on vm09 2026-04-16T18:40:16.522 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: audit 2026-04-16T18:40:12.639111+0000 mon.vm06 (mon.0) 228 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:40:16.522 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: audit 2026-04-16T18:40:12.639111+0000 mon.vm06 (mon.0) 228 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:40:16.522 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: audit 2026-04-16T18:40:12.641167+0000 mon.vm06 (mon.0) 229 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:40:16.522 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: audit 2026-04-16T18:40:12.641167+0000 mon.vm06 (mon.0) 229 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:40:16.522 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: audit 2026-04-16T18:40:12.643668+0000 mon.vm06 (mon.0) 230 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:40:16.522 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: audit 2026-04-16T18:40:12.643668+0000 mon.vm06 (mon.0) 230 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:40:16.522 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: audit 2026-04-16T18:40:12.645455+0000 mon.vm06 (mon.0) 231 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:40:16.522 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: audit 2026-04-16T18:40:12.645455+0000 mon.vm06 (mon.0) 231 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:40:16.522 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: audit 2026-04-16T18:40:12.646158+0000 mon.vm06 (mon.0) 232 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "auth get-or-create", "entity": "client.crash.vm09", "caps": ["mon", "profile crash", "mgr", "profile crash"]} : dispatch 2026-04-16T18:40:16.522 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: audit 2026-04-16T18:40:12.646158+0000 mon.vm06 (mon.0) 232 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "auth get-or-create", "entity": "client.crash.vm09", "caps": ["mon", "profile crash", "mgr", "profile crash"]} : dispatch 2026-04-16T18:40:16.522 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: audit 2026-04-16T18:40:12.647143+0000 mon.vm06 (mon.0) 233 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.vm09", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2026-04-16T18:40:16.522 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: audit 2026-04-16T18:40:12.647143+0000 mon.vm06 (mon.0) 233 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.vm09", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2026-04-16T18:40:16.522 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: audit 2026-04-16T18:40:12.648234+0000 mon.vm06 (mon.0) 234 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-04-16T18:40:16.522 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: audit 2026-04-16T18:40:12.648234+0000 mon.vm06 (mon.0) 234 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-04-16T18:40:16.522 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: cephadm 2026-04-16T18:40:12.648664+0000 mgr.vm06.sywxig (mgr.14229) 16 : cephadm [INF] Deploying daemon crash.vm09 on vm09 2026-04-16T18:40:16.522 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: cephadm 2026-04-16T18:40:12.648664+0000 mgr.vm06.sywxig (mgr.14229) 16 : cephadm [INF] Deploying daemon crash.vm09 on vm09 2026-04-16T18:40:16.522 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: audit 2026-04-16T18:40:12.955044+0000 mon.vm06 (mon.0) 235 : audit [DBG] from='client.? 192.168.123.109:0/807680780' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2026-04-16T18:40:16.522 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: audit 2026-04-16T18:40:12.955044+0000 mon.vm06 (mon.0) 235 : audit [DBG] from='client.? 192.168.123.109:0/807680780' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2026-04-16T18:40:16.522 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: audit 2026-04-16T18:40:13.500011+0000 mon.vm06 (mon.0) 236 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:40:16.522 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: audit 2026-04-16T18:40:13.500011+0000 mon.vm06 (mon.0) 236 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:40:16.522 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: audit 2026-04-16T18:40:13.502461+0000 mon.vm06 (mon.0) 237 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:40:16.522 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: audit 2026-04-16T18:40:13.502461+0000 mon.vm06 (mon.0) 237 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:40:16.522 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: audit 2026-04-16T18:40:13.504824+0000 mon.vm06 (mon.0) 238 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:40:16.523 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: audit 2026-04-16T18:40:13.504824+0000 mon.vm06 (mon.0) 238 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:40:16.523 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: audit 2026-04-16T18:40:13.506822+0000 mon.vm06 (mon.0) 239 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:40:16.523 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: audit 2026-04-16T18:40:13.506822+0000 mon.vm06 (mon.0) 239 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:40:16.523 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: cephadm 2026-04-16T18:40:13.507491+0000 mgr.vm06.sywxig (mgr.14229) 17 : cephadm [INF] Deploying daemon node-exporter.vm09 on vm09 2026-04-16T18:40:16.523 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: cephadm 2026-04-16T18:40:13.507491+0000 mgr.vm06.sywxig (mgr.14229) 17 : cephadm [INF] Deploying daemon node-exporter.vm09 on vm09 2026-04-16T18:40:16.523 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: audit 2026-04-16T18:40:14.156628+0000 mon.vm06 (mon.0) 240 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:40:16.523 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: audit 2026-04-16T18:40:14.156628+0000 mon.vm06 (mon.0) 240 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:40:16.523 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: audit 2026-04-16T18:40:14.159144+0000 mon.vm06 (mon.0) 241 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:40:16.523 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: audit 2026-04-16T18:40:14.159144+0000 mon.vm06 (mon.0) 241 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:40:16.523 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: audit 2026-04-16T18:40:14.161389+0000 mon.vm06 (mon.0) 242 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:40:16.523 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: audit 2026-04-16T18:40:14.161389+0000 mon.vm06 (mon.0) 242 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:40:16.523 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: audit 2026-04-16T18:40:14.163450+0000 mon.vm06 (mon.0) 243 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:40:16.523 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: audit 2026-04-16T18:40:14.163450+0000 mon.vm06 (mon.0) 243 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:40:16.523 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: audit 2026-04-16T18:40:14.164410+0000 mon.vm06 (mon.0) 244 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "auth get-or-create", "entity": "mgr.vm09.fddlpl", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2026-04-16T18:40:16.523 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: audit 2026-04-16T18:40:14.164410+0000 mon.vm06 (mon.0) 244 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "auth get-or-create", "entity": "mgr.vm09.fddlpl", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2026-04-16T18:40:16.523 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: audit 2026-04-16T18:40:14.165528+0000 mon.vm06 (mon.0) 245 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.vm09.fddlpl", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2026-04-16T18:40:16.523 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: audit 2026-04-16T18:40:14.165528+0000 mon.vm06 (mon.0) 245 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.vm09.fddlpl", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2026-04-16T18:40:16.523 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: audit 2026-04-16T18:40:14.166428+0000 mon.vm06 (mon.0) 246 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "mgr services"} : dispatch 2026-04-16T18:40:16.523 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: audit 2026-04-16T18:40:14.166428+0000 mon.vm06 (mon.0) 246 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "mgr services"} : dispatch 2026-04-16T18:40:16.523 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: audit 2026-04-16T18:40:14.166937+0000 mon.vm06 (mon.0) 247 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-04-16T18:40:16.523 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: audit 2026-04-16T18:40:14.166937+0000 mon.vm06 (mon.0) 247 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-04-16T18:40:16.523 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: cephadm 2026-04-16T18:40:14.167365+0000 mgr.vm06.sywxig (mgr.14229) 18 : cephadm [INF] Deploying daemon mgr.vm09.fddlpl on vm09 2026-04-16T18:40:16.523 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: cephadm 2026-04-16T18:40:14.167365+0000 mgr.vm06.sywxig (mgr.14229) 18 : cephadm [INF] Deploying daemon mgr.vm09.fddlpl on vm09 2026-04-16T18:40:16.523 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: audit 2026-04-16T18:40:14.735987+0000 mon.vm06 (mon.0) 248 : audit [DBG] from='client.? 192.168.123.109:0/3785851647' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2026-04-16T18:40:16.523 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: audit 2026-04-16T18:40:14.735987+0000 mon.vm06 (mon.0) 248 : audit [DBG] from='client.? 192.168.123.109:0/3785851647' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2026-04-16T18:40:16.523 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: audit 2026-04-16T18:40:15.058089+0000 mon.vm06 (mon.0) 249 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:40:16.523 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: audit 2026-04-16T18:40:15.058089+0000 mon.vm06 (mon.0) 249 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:40:16.523 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: audit 2026-04-16T18:40:15.060103+0000 mon.vm06 (mon.0) 250 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:40:16.523 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: audit 2026-04-16T18:40:15.060103+0000 mon.vm06 (mon.0) 250 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:40:16.523 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: audit 2026-04-16T18:40:15.065031+0000 mon.vm06 (mon.0) 251 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:40:16.523 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: audit 2026-04-16T18:40:15.065031+0000 mon.vm06 (mon.0) 251 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:40:16.523 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: audit 2026-04-16T18:40:15.066887+0000 mon.vm06 (mon.0) 252 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:40:16.523 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: audit 2026-04-16T18:40:15.066887+0000 mon.vm06 (mon.0) 252 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:40:16.523 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: audit 2026-04-16T18:40:15.067617+0000 mon.vm06 (mon.0) 253 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2026-04-16T18:40:16.523 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: audit 2026-04-16T18:40:15.067617+0000 mon.vm06 (mon.0) 253 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2026-04-16T18:40:16.523 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: audit 2026-04-16T18:40:15.068041+0000 mon.vm06 (mon.0) 254 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-04-16T18:40:16.523 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: audit 2026-04-16T18:40:15.068041+0000 mon.vm06 (mon.0) 254 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-04-16T18:40:16.523 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: audit 2026-04-16T18:40:15.247239+0000 mon.vm06 (mon.0) 255 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:40:16.523 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: audit 2026-04-16T18:40:15.247239+0000 mon.vm06 (mon.0) 255 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:40:16.523 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: debug 2026-04-16T18:40:16.353+0000 7f1bb4372640 0 mon.vm09@-1(synchronizing).mds e1 new map 2026-04-16T18:40:16.523 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: debug 2026-04-16T18:40:16.353+0000 7f1bb4372640 0 mon.vm09@-1(synchronizing).mds e1 print_map 2026-04-16T18:40:16.523 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: e1 2026-04-16T18:40:16.523 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: btime 2026-04-16T18:38:34:588836+0000 2026-04-16T18:40:16.523 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: enable_multiple, ever_enabled_multiple: 1,1 2026-04-16T18:40:16.523 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: 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-04-16T18:40:16.523 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: legacy client fscid: -1 2026-04-16T18:40:16.523 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: 2026-04-16T18:40:16.523 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: No filesystems configured 2026-04-16T18:40:16.523 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: debug 2026-04-16T18:40:16.353+0000 7f1bb4372640 1 mon.vm09@-1(synchronizing).osd e0 _set_cache_ratios kv ratio 0.25 inc ratio 0.375 full ratio 0.375 2026-04-16T18:40:16.523 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: debug 2026-04-16T18:40:16.353+0000 7f1bb4372640 1 mon.vm09@-1(synchronizing).osd e0 register_cache_with_pcm pcm target: 2147483648 pcm max: 1020054732 pcm min: 134217728 inc_osd_cache size: 1 2026-04-16T18:40:16.523 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: debug 2026-04-16T18:40:16.353+0000 7f1bb4372640 1 mon.vm09@-1(synchronizing).osd e1 e1: 0 total, 0 up, 0 in 2026-04-16T18:40:16.523 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: debug 2026-04-16T18:40:16.353+0000 7f1bb4372640 1 mon.vm09@-1(synchronizing).osd e2 e2: 0 total, 0 up, 0 in 2026-04-16T18:40:16.523 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: debug 2026-04-16T18:40:16.353+0000 7f1bb4372640 1 mon.vm09@-1(synchronizing).osd e3 e3: 0 total, 0 up, 0 in 2026-04-16T18:40:16.523 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: debug 2026-04-16T18:40:16.353+0000 7f1bb4372640 1 mon.vm09@-1(synchronizing).osd e4 e4: 0 total, 0 up, 0 in 2026-04-16T18:40:16.523 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: debug 2026-04-16T18:40:16.353+0000 7f1bb4372640 1 mon.vm09@-1(synchronizing).osd e5 e5: 0 total, 0 up, 0 in 2026-04-16T18:40:16.523 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: debug 2026-04-16T18:40:16.353+0000 7f1bb4372640 0 mon.vm09@-1(synchronizing).osd e5 crush map has features 3314932999778484224, adjusting msgr requires 2026-04-16T18:40:16.523 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: debug 2026-04-16T18:40:16.353+0000 7f1bb4372640 0 mon.vm09@-1(synchronizing).osd e5 crush map has features 288514050185494528, adjusting msgr requires 2026-04-16T18:40:16.523 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: debug 2026-04-16T18:40:16.353+0000 7f1bb4372640 0 mon.vm09@-1(synchronizing).osd e5 crush map has features 288514050185494528, adjusting msgr requires 2026-04-16T18:40:16.524 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:16 vm09 bash[35508]: debug 2026-04-16T18:40:16.353+0000 7f1bb4372640 0 mon.vm09@-1(synchronizing).osd e5 crush map has features 288514050185494528, adjusting msgr requires 2026-04-16T18:40:21.762 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:21 vm09 bash[35508]: audit 2026-04-16T18:40:16.370808+0000 mon.vm06 (mon.0) 263 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "mon metadata", "id": "vm06"} : dispatch 2026-04-16T18:40:21.762 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:21 vm09 bash[35508]: audit 2026-04-16T18:40:16.370808+0000 mon.vm06 (mon.0) 263 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "mon metadata", "id": "vm06"} : dispatch 2026-04-16T18:40:21.762 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:21 vm09 bash[35508]: cluster 2026-04-16T18:40:16.371055+0000 mon.vm06 (mon.0) 264 : cluster [INF] mon.vm06 calling monitor election 2026-04-16T18:40:21.762 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:21 vm09 bash[35508]: cluster 2026-04-16T18:40:16.371055+0000 mon.vm06 (mon.0) 264 : cluster [INF] mon.vm06 calling monitor election 2026-04-16T18:40:21.762 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:21 vm09 bash[35508]: audit 2026-04-16T18:40:16.372270+0000 mon.vm06 (mon.0) 265 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "mon metadata", "id": "vm09"} : dispatch 2026-04-16T18:40:21.762 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:21 vm09 bash[35508]: audit 2026-04-16T18:40:16.372270+0000 mon.vm06 (mon.0) 265 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "mon metadata", "id": "vm09"} : dispatch 2026-04-16T18:40:21.762 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:21 vm09 bash[35508]: audit 2026-04-16T18:40:17.368139+0000 mon.vm06 (mon.0) 266 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "mon metadata", "id": "vm09"} : dispatch 2026-04-16T18:40:21.762 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:21 vm09 bash[35508]: audit 2026-04-16T18:40:17.368139+0000 mon.vm06 (mon.0) 266 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "mon metadata", "id": "vm09"} : dispatch 2026-04-16T18:40:21.762 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:21 vm09 bash[35508]: cluster 2026-04-16T18:40:18.368021+0000 mon.vm09 (mon.1) 1 : cluster [INF] mon.vm09 calling monitor election 2026-04-16T18:40:21.762 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:21 vm09 bash[35508]: cluster 2026-04-16T18:40:18.368021+0000 mon.vm09 (mon.1) 1 : cluster [INF] mon.vm09 calling monitor election 2026-04-16T18:40:21.762 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:21 vm09 bash[35508]: audit 2026-04-16T18:40:18.368268+0000 mon.vm06 (mon.0) 267 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "mon metadata", "id": "vm09"} : dispatch 2026-04-16T18:40:21.762 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:21 vm09 bash[35508]: audit 2026-04-16T18:40:18.368268+0000 mon.vm06 (mon.0) 267 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "mon metadata", "id": "vm09"} : dispatch 2026-04-16T18:40:21.762 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:21 vm09 bash[35508]: audit 2026-04-16T18:40:19.368323+0000 mon.vm06 (mon.0) 268 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "mon metadata", "id": "vm09"} : dispatch 2026-04-16T18:40:21.762 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:21 vm09 bash[35508]: audit 2026-04-16T18:40:19.368323+0000 mon.vm06 (mon.0) 268 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "mon metadata", "id": "vm09"} : dispatch 2026-04-16T18:40:21.762 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:21 vm09 bash[35508]: audit 2026-04-16T18:40:20.255138+0000 mon.vm06 (mon.0) 269 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-04-16T18:40:21.762 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:21 vm09 bash[35508]: audit 2026-04-16T18:40:20.255138+0000 mon.vm06 (mon.0) 269 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-04-16T18:40:21.762 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:21 vm09 bash[35508]: audit 2026-04-16T18:40:20.368065+0000 mon.vm06 (mon.0) 270 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "mon metadata", "id": "vm09"} : dispatch 2026-04-16T18:40:21.762 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:21 vm09 bash[35508]: audit 2026-04-16T18:40:20.368065+0000 mon.vm06 (mon.0) 270 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "mon metadata", "id": "vm09"} : dispatch 2026-04-16T18:40:21.762 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:21 vm09 bash[35508]: audit 2026-04-16T18:40:21.368567+0000 mon.vm06 (mon.0) 271 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "mon metadata", "id": "vm09"} : dispatch 2026-04-16T18:40:21.762 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:21 vm09 bash[35508]: audit 2026-04-16T18:40:21.368567+0000 mon.vm06 (mon.0) 271 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "mon metadata", "id": "vm09"} : dispatch 2026-04-16T18:40:21.762 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:21 vm09 bash[35508]: cluster 2026-04-16T18:40:21.375124+0000 mon.vm06 (mon.0) 272 : cluster [INF] mon.vm06 is new leader, mons vm06,vm09 in quorum (ranks 0,1) 2026-04-16T18:40:21.762 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:21 vm09 bash[35508]: cluster 2026-04-16T18:40:21.375124+0000 mon.vm06 (mon.0) 272 : cluster [INF] mon.vm06 is new leader, mons vm06,vm09 in quorum (ranks 0,1) 2026-04-16T18:40:21.762 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:21 vm09 bash[35508]: cluster 2026-04-16T18:40:21.378432+0000 mon.vm06 (mon.0) 273 : cluster [DBG] monmap epoch 2 2026-04-16T18:40:21.762 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:21 vm09 bash[35508]: cluster 2026-04-16T18:40:21.378432+0000 mon.vm06 (mon.0) 273 : cluster [DBG] monmap epoch 2 2026-04-16T18:40:21.762 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:21 vm09 bash[35508]: cluster 2026-04-16T18:40:21.378451+0000 mon.vm06 (mon.0) 274 : cluster [DBG] fsid 4f654fb6-39c3-11f1-a5d5-6940ad893399 2026-04-16T18:40:21.762 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:21 vm09 bash[35508]: cluster 2026-04-16T18:40:21.378451+0000 mon.vm06 (mon.0) 274 : cluster [DBG] fsid 4f654fb6-39c3-11f1-a5d5-6940ad893399 2026-04-16T18:40:21.762 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:21 vm09 bash[35508]: cluster 2026-04-16T18:40:21.378467+0000 mon.vm06 (mon.0) 275 : cluster [DBG] last_changed 2026-04-16T18:40:16.367820+0000 2026-04-16T18:40:21.762 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:21 vm09 bash[35508]: cluster 2026-04-16T18:40:21.378467+0000 mon.vm06 (mon.0) 275 : cluster [DBG] last_changed 2026-04-16T18:40:16.367820+0000 2026-04-16T18:40:21.762 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:21 vm09 bash[35508]: cluster 2026-04-16T18:40:21.378481+0000 mon.vm06 (mon.0) 276 : cluster [DBG] created 2026-04-16T18:38:33.267193+0000 2026-04-16T18:40:21.762 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:21 vm09 bash[35508]: cluster 2026-04-16T18:40:21.378481+0000 mon.vm06 (mon.0) 276 : cluster [DBG] created 2026-04-16T18:38:33.267193+0000 2026-04-16T18:40:21.762 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:21 vm09 bash[35508]: cluster 2026-04-16T18:40:21.378495+0000 mon.vm06 (mon.0) 277 : cluster [DBG] min_mon_release 20 (tentacle) 2026-04-16T18:40:21.762 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:21 vm09 bash[35508]: cluster 2026-04-16T18:40:21.378495+0000 mon.vm06 (mon.0) 277 : cluster [DBG] min_mon_release 20 (tentacle) 2026-04-16T18:40:21.762 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:21 vm09 bash[35508]: cluster 2026-04-16T18:40:21.378509+0000 mon.vm06 (mon.0) 278 : cluster [DBG] election_strategy: 1 2026-04-16T18:40:21.762 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:21 vm09 bash[35508]: cluster 2026-04-16T18:40:21.378509+0000 mon.vm06 (mon.0) 278 : cluster [DBG] election_strategy: 1 2026-04-16T18:40:21.762 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:21 vm09 bash[35508]: cluster 2026-04-16T18:40:21.378562+0000 mon.vm06 (mon.0) 279 : cluster [DBG] 0: [v2:192.168.123.106:3300/0,v1:192.168.123.106:6789/0] mon.vm06 2026-04-16T18:40:21.762 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:21 vm09 bash[35508]: cluster 2026-04-16T18:40:21.378562+0000 mon.vm06 (mon.0) 279 : cluster [DBG] 0: [v2:192.168.123.106:3300/0,v1:192.168.123.106:6789/0] mon.vm06 2026-04-16T18:40:21.762 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:21 vm09 bash[35508]: cluster 2026-04-16T18:40:21.378573+0000 mon.vm06 (mon.0) 280 : cluster [DBG] 1: [v2:192.168.123.109:3300/0,v1:192.168.123.109:6789/0] mon.vm09 2026-04-16T18:40:21.762 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:21 vm09 bash[35508]: cluster 2026-04-16T18:40:21.378573+0000 mon.vm06 (mon.0) 280 : cluster [DBG] 1: [v2:192.168.123.109:3300/0,v1:192.168.123.109:6789/0] mon.vm09 2026-04-16T18:40:21.762 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:21 vm09 bash[35508]: cluster 2026-04-16T18:40:21.378928+0000 mon.vm06 (mon.0) 281 : cluster [DBG] fsmap 2026-04-16T18:40:21.763 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:21 vm09 bash[35508]: cluster 2026-04-16T18:40:21.378928+0000 mon.vm06 (mon.0) 281 : cluster [DBG] fsmap 2026-04-16T18:40:21.763 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:21 vm09 bash[35508]: cluster 2026-04-16T18:40:21.378953+0000 mon.vm06 (mon.0) 282 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2026-04-16T18:40:21.763 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:21 vm09 bash[35508]: cluster 2026-04-16T18:40:21.378953+0000 mon.vm06 (mon.0) 282 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2026-04-16T18:40:21.763 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:21 vm09 bash[35508]: cluster 2026-04-16T18:40:21.379074+0000 mon.vm06 (mon.0) 283 : cluster [DBG] mgrmap e17: vm06.sywxig(active, since 16s) 2026-04-16T18:40:21.763 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:21 vm09 bash[35508]: cluster 2026-04-16T18:40:21.379074+0000 mon.vm06 (mon.0) 283 : cluster [DBG] mgrmap e17: vm06.sywxig(active, since 16s) 2026-04-16T18:40:21.763 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:21 vm09 bash[35508]: cluster 2026-04-16T18:40:21.379157+0000 mon.vm06 (mon.0) 284 : cluster [INF] overall HEALTH_OK 2026-04-16T18:40:21.763 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:21 vm09 bash[35508]: cluster 2026-04-16T18:40:21.379157+0000 mon.vm06 (mon.0) 284 : cluster [INF] overall HEALTH_OK 2026-04-16T18:40:21.763 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:21 vm09 bash[35508]: audit 2026-04-16T18:40:21.381979+0000 mon.vm06 (mon.0) 285 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:40:21.763 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:21 vm09 bash[35508]: audit 2026-04-16T18:40:21.381979+0000 mon.vm06 (mon.0) 285 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:40:21.763 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:21 vm09 bash[35508]: audit 2026-04-16T18:40:21.385000+0000 mon.vm06 (mon.0) 286 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:40:21.763 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:21 vm09 bash[35508]: audit 2026-04-16T18:40:21.385000+0000 mon.vm06 (mon.0) 286 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:40:21.763 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:21 vm09 bash[35508]: audit 2026-04-16T18:40:21.388146+0000 mon.vm06 (mon.0) 287 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:40:21.763 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:21 vm09 bash[35508]: audit 2026-04-16T18:40:21.388146+0000 mon.vm06 (mon.0) 287 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:40:21.763 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:21 vm09 bash[35508]: audit 2026-04-16T18:40:21.388829+0000 mon.vm06 (mon.0) 288 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-04-16T18:40:21.763 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:21 vm09 bash[35508]: audit 2026-04-16T18:40:21.388829+0000 mon.vm06 (mon.0) 288 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-04-16T18:40:21.763 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:21 vm09 bash[35508]: audit 2026-04-16T18:40:21.389276+0000 mon.vm06 (mon.0) 289 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-04-16T18:40:21.763 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:21 vm09 bash[35508]: audit 2026-04-16T18:40:21.389276+0000 mon.vm06 (mon.0) 289 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-04-16T18:40:21.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:21 vm06 bash[28176]: audit 2026-04-16T18:40:16.370808+0000 mon.vm06 (mon.0) 263 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "mon metadata", "id": "vm06"} : dispatch 2026-04-16T18:40:21.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:21 vm06 bash[28176]: audit 2026-04-16T18:40:16.370808+0000 mon.vm06 (mon.0) 263 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "mon metadata", "id": "vm06"} : dispatch 2026-04-16T18:40:21.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:21 vm06 bash[28176]: cluster 2026-04-16T18:40:16.371055+0000 mon.vm06 (mon.0) 264 : cluster [INF] mon.vm06 calling monitor election 2026-04-16T18:40:21.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:21 vm06 bash[28176]: cluster 2026-04-16T18:40:16.371055+0000 mon.vm06 (mon.0) 264 : cluster [INF] mon.vm06 calling monitor election 2026-04-16T18:40:21.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:21 vm06 bash[28176]: audit 2026-04-16T18:40:16.372270+0000 mon.vm06 (mon.0) 265 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "mon metadata", "id": "vm09"} : dispatch 2026-04-16T18:40:21.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:21 vm06 bash[28176]: audit 2026-04-16T18:40:16.372270+0000 mon.vm06 (mon.0) 265 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "mon metadata", "id": "vm09"} : dispatch 2026-04-16T18:40:21.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:21 vm06 bash[28176]: audit 2026-04-16T18:40:17.368139+0000 mon.vm06 (mon.0) 266 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "mon metadata", "id": "vm09"} : dispatch 2026-04-16T18:40:21.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:21 vm06 bash[28176]: audit 2026-04-16T18:40:17.368139+0000 mon.vm06 (mon.0) 266 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "mon metadata", "id": "vm09"} : dispatch 2026-04-16T18:40:21.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:21 vm06 bash[28176]: cluster 2026-04-16T18:40:18.368021+0000 mon.vm09 (mon.1) 1 : cluster [INF] mon.vm09 calling monitor election 2026-04-16T18:40:21.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:21 vm06 bash[28176]: cluster 2026-04-16T18:40:18.368021+0000 mon.vm09 (mon.1) 1 : cluster [INF] mon.vm09 calling monitor election 2026-04-16T18:40:21.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:21 vm06 bash[28176]: audit 2026-04-16T18:40:18.368268+0000 mon.vm06 (mon.0) 267 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "mon metadata", "id": "vm09"} : dispatch 2026-04-16T18:40:21.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:21 vm06 bash[28176]: audit 2026-04-16T18:40:18.368268+0000 mon.vm06 (mon.0) 267 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "mon metadata", "id": "vm09"} : dispatch 2026-04-16T18:40:21.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:21 vm06 bash[28176]: audit 2026-04-16T18:40:19.368323+0000 mon.vm06 (mon.0) 268 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "mon metadata", "id": "vm09"} : dispatch 2026-04-16T18:40:21.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:21 vm06 bash[28176]: audit 2026-04-16T18:40:19.368323+0000 mon.vm06 (mon.0) 268 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "mon metadata", "id": "vm09"} : dispatch 2026-04-16T18:40:21.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:21 vm06 bash[28176]: audit 2026-04-16T18:40:20.255138+0000 mon.vm06 (mon.0) 269 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-04-16T18:40:21.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:21 vm06 bash[28176]: audit 2026-04-16T18:40:20.255138+0000 mon.vm06 (mon.0) 269 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-04-16T18:40:21.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:21 vm06 bash[28176]: audit 2026-04-16T18:40:20.368065+0000 mon.vm06 (mon.0) 270 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "mon metadata", "id": "vm09"} : dispatch 2026-04-16T18:40:21.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:21 vm06 bash[28176]: audit 2026-04-16T18:40:20.368065+0000 mon.vm06 (mon.0) 270 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "mon metadata", "id": "vm09"} : dispatch 2026-04-16T18:40:21.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:21 vm06 bash[28176]: audit 2026-04-16T18:40:21.368567+0000 mon.vm06 (mon.0) 271 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "mon metadata", "id": "vm09"} : dispatch 2026-04-16T18:40:21.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:21 vm06 bash[28176]: audit 2026-04-16T18:40:21.368567+0000 mon.vm06 (mon.0) 271 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "mon metadata", "id": "vm09"} : dispatch 2026-04-16T18:40:21.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:21 vm06 bash[28176]: cluster 2026-04-16T18:40:21.375124+0000 mon.vm06 (mon.0) 272 : cluster [INF] mon.vm06 is new leader, mons vm06,vm09 in quorum (ranks 0,1) 2026-04-16T18:40:21.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:21 vm06 bash[28176]: cluster 2026-04-16T18:40:21.375124+0000 mon.vm06 (mon.0) 272 : cluster [INF] mon.vm06 is new leader, mons vm06,vm09 in quorum (ranks 0,1) 2026-04-16T18:40:21.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:21 vm06 bash[28176]: cluster 2026-04-16T18:40:21.378432+0000 mon.vm06 (mon.0) 273 : cluster [DBG] monmap epoch 2 2026-04-16T18:40:21.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:21 vm06 bash[28176]: cluster 2026-04-16T18:40:21.378432+0000 mon.vm06 (mon.0) 273 : cluster [DBG] monmap epoch 2 2026-04-16T18:40:21.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:21 vm06 bash[28176]: cluster 2026-04-16T18:40:21.378451+0000 mon.vm06 (mon.0) 274 : cluster [DBG] fsid 4f654fb6-39c3-11f1-a5d5-6940ad893399 2026-04-16T18:40:21.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:21 vm06 bash[28176]: cluster 2026-04-16T18:40:21.378451+0000 mon.vm06 (mon.0) 274 : cluster [DBG] fsid 4f654fb6-39c3-11f1-a5d5-6940ad893399 2026-04-16T18:40:21.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:21 vm06 bash[28176]: cluster 2026-04-16T18:40:21.378467+0000 mon.vm06 (mon.0) 275 : cluster [DBG] last_changed 2026-04-16T18:40:16.367820+0000 2026-04-16T18:40:21.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:21 vm06 bash[28176]: cluster 2026-04-16T18:40:21.378467+0000 mon.vm06 (mon.0) 275 : cluster [DBG] last_changed 2026-04-16T18:40:16.367820+0000 2026-04-16T18:40:21.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:21 vm06 bash[28176]: cluster 2026-04-16T18:40:21.378481+0000 mon.vm06 (mon.0) 276 : cluster [DBG] created 2026-04-16T18:38:33.267193+0000 2026-04-16T18:40:21.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:21 vm06 bash[28176]: cluster 2026-04-16T18:40:21.378481+0000 mon.vm06 (mon.0) 276 : cluster [DBG] created 2026-04-16T18:38:33.267193+0000 2026-04-16T18:40:21.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:21 vm06 bash[28176]: cluster 2026-04-16T18:40:21.378495+0000 mon.vm06 (mon.0) 277 : cluster [DBG] min_mon_release 20 (tentacle) 2026-04-16T18:40:21.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:21 vm06 bash[28176]: cluster 2026-04-16T18:40:21.378495+0000 mon.vm06 (mon.0) 277 : cluster [DBG] min_mon_release 20 (tentacle) 2026-04-16T18:40:21.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:21 vm06 bash[28176]: cluster 2026-04-16T18:40:21.378509+0000 mon.vm06 (mon.0) 278 : cluster [DBG] election_strategy: 1 2026-04-16T18:40:21.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:21 vm06 bash[28176]: cluster 2026-04-16T18:40:21.378509+0000 mon.vm06 (mon.0) 278 : cluster [DBG] election_strategy: 1 2026-04-16T18:40:21.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:21 vm06 bash[28176]: cluster 2026-04-16T18:40:21.378562+0000 mon.vm06 (mon.0) 279 : cluster [DBG] 0: [v2:192.168.123.106:3300/0,v1:192.168.123.106:6789/0] mon.vm06 2026-04-16T18:40:21.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:21 vm06 bash[28176]: cluster 2026-04-16T18:40:21.378562+0000 mon.vm06 (mon.0) 279 : cluster [DBG] 0: [v2:192.168.123.106:3300/0,v1:192.168.123.106:6789/0] mon.vm06 2026-04-16T18:40:21.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:21 vm06 bash[28176]: cluster 2026-04-16T18:40:21.378573+0000 mon.vm06 (mon.0) 280 : cluster [DBG] 1: [v2:192.168.123.109:3300/0,v1:192.168.123.109:6789/0] mon.vm09 2026-04-16T18:40:21.925 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:21 vm06 bash[28176]: cluster 2026-04-16T18:40:21.378573+0000 mon.vm06 (mon.0) 280 : cluster [DBG] 1: [v2:192.168.123.109:3300/0,v1:192.168.123.109:6789/0] mon.vm09 2026-04-16T18:40:21.925 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:21 vm06 bash[28176]: cluster 2026-04-16T18:40:21.378928+0000 mon.vm06 (mon.0) 281 : cluster [DBG] fsmap 2026-04-16T18:40:21.925 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:21 vm06 bash[28176]: cluster 2026-04-16T18:40:21.378928+0000 mon.vm06 (mon.0) 281 : cluster [DBG] fsmap 2026-04-16T18:40:21.925 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:21 vm06 bash[28176]: cluster 2026-04-16T18:40:21.378953+0000 mon.vm06 (mon.0) 282 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2026-04-16T18:40:21.925 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:21 vm06 bash[28176]: cluster 2026-04-16T18:40:21.378953+0000 mon.vm06 (mon.0) 282 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2026-04-16T18:40:21.925 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:21 vm06 bash[28176]: cluster 2026-04-16T18:40:21.379074+0000 mon.vm06 (mon.0) 283 : cluster [DBG] mgrmap e17: vm06.sywxig(active, since 16s) 2026-04-16T18:40:21.925 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:21 vm06 bash[28176]: cluster 2026-04-16T18:40:21.379074+0000 mon.vm06 (mon.0) 283 : cluster [DBG] mgrmap e17: vm06.sywxig(active, since 16s) 2026-04-16T18:40:21.925 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:21 vm06 bash[28176]: cluster 2026-04-16T18:40:21.379157+0000 mon.vm06 (mon.0) 284 : cluster [INF] overall HEALTH_OK 2026-04-16T18:40:21.925 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:21 vm06 bash[28176]: cluster 2026-04-16T18:40:21.379157+0000 mon.vm06 (mon.0) 284 : cluster [INF] overall HEALTH_OK 2026-04-16T18:40:21.925 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:21 vm06 bash[28176]: audit 2026-04-16T18:40:21.381979+0000 mon.vm06 (mon.0) 285 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:40:21.925 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:21 vm06 bash[28176]: audit 2026-04-16T18:40:21.381979+0000 mon.vm06 (mon.0) 285 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:40:21.925 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:21 vm06 bash[28176]: audit 2026-04-16T18:40:21.385000+0000 mon.vm06 (mon.0) 286 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:40:21.925 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:21 vm06 bash[28176]: audit 2026-04-16T18:40:21.385000+0000 mon.vm06 (mon.0) 286 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:40:21.925 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:21 vm06 bash[28176]: audit 2026-04-16T18:40:21.388146+0000 mon.vm06 (mon.0) 287 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:40:21.925 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:21 vm06 bash[28176]: audit 2026-04-16T18:40:21.388146+0000 mon.vm06 (mon.0) 287 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:40:21.925 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:21 vm06 bash[28176]: audit 2026-04-16T18:40:21.388829+0000 mon.vm06 (mon.0) 288 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-04-16T18:40:21.925 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:21 vm06 bash[28176]: audit 2026-04-16T18:40:21.388829+0000 mon.vm06 (mon.0) 288 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-04-16T18:40:21.925 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:21 vm06 bash[28176]: audit 2026-04-16T18:40:21.389276+0000 mon.vm06 (mon.0) 289 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-04-16T18:40:21.925 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:21 vm06 bash[28176]: audit 2026-04-16T18:40:21.389276+0000 mon.vm06 (mon.0) 289 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-04-16T18:40:22.679 INFO:teuthology.orchestra.run.vm09.stdout: 2026-04-16T18:40:22.679 INFO:teuthology.orchestra.run.vm09.stdout:{"epoch":2,"fsid":"4f654fb6-39c3-11f1-a5d5-6940ad893399","modified":"2026-04-16T18:40:16.367820Z","created":"2026-04-16T18:38:33.267193Z","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"],"optional":[]},"mons":[{"rank":0,"name":"vm06","public_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.106:3300","nonce":0},{"type":"v1","addr":"192.168.123.106:6789","nonce":0}]},"addr":"192.168.123.106:6789/0","public_addr":"192.168.123.106:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"vm09","public_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.109:3300","nonce":0},{"type":"v1","addr":"192.168.123.109:6789","nonce":0}]},"addr":"192.168.123.109:6789/0","public_addr":"192.168.123.109:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1]} 2026-04-16T18:40:22.679 INFO:teuthology.orchestra.run.vm09.stderr:dumped monmap epoch 2 2026-04-16T18:40:22.762 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:22 vm09 bash[35508]: cephadm 2026-04-16T18:40:21.389903+0000 mgr.vm06.sywxig (mgr.14229) 20 : cephadm [INF] Updating vm06:/etc/ceph/ceph.conf 2026-04-16T18:40:22.762 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:22 vm09 bash[35508]: cephadm 2026-04-16T18:40:21.389903+0000 mgr.vm06.sywxig (mgr.14229) 20 : cephadm [INF] Updating vm06:/etc/ceph/ceph.conf 2026-04-16T18:40:22.762 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:22 vm09 bash[35508]: cephadm 2026-04-16T18:40:21.390081+0000 mgr.vm06.sywxig (mgr.14229) 21 : cephadm [INF] Updating vm09:/etc/ceph/ceph.conf 2026-04-16T18:40:22.762 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:22 vm09 bash[35508]: cephadm 2026-04-16T18:40:21.390081+0000 mgr.vm06.sywxig (mgr.14229) 21 : cephadm [INF] Updating vm09:/etc/ceph/ceph.conf 2026-04-16T18:40:22.762 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:22 vm09 bash[35508]: cephadm 2026-04-16T18:40:21.426323+0000 mgr.vm06.sywxig (mgr.14229) 22 : cephadm [INF] Updating vm06:/var/lib/ceph/4f654fb6-39c3-11f1-a5d5-6940ad893399/config/ceph.conf 2026-04-16T18:40:22.762 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:22 vm09 bash[35508]: cephadm 2026-04-16T18:40:21.426323+0000 mgr.vm06.sywxig (mgr.14229) 22 : cephadm [INF] Updating vm06:/var/lib/ceph/4f654fb6-39c3-11f1-a5d5-6940ad893399/config/ceph.conf 2026-04-16T18:40:22.762 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:22 vm09 bash[35508]: cephadm 2026-04-16T18:40:21.427584+0000 mgr.vm06.sywxig (mgr.14229) 23 : cephadm [INF] Updating vm09:/var/lib/ceph/4f654fb6-39c3-11f1-a5d5-6940ad893399/config/ceph.conf 2026-04-16T18:40:22.762 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:22 vm09 bash[35508]: cephadm 2026-04-16T18:40:21.427584+0000 mgr.vm06.sywxig (mgr.14229) 23 : cephadm [INF] Updating vm09:/var/lib/ceph/4f654fb6-39c3-11f1-a5d5-6940ad893399/config/ceph.conf 2026-04-16T18:40:22.762 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:22 vm09 bash[35508]: audit 2026-04-16T18:40:21.468998+0000 mon.vm06 (mon.0) 290 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:40:22.762 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:22 vm09 bash[35508]: audit 2026-04-16T18:40:21.468998+0000 mon.vm06 (mon.0) 290 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:40:22.762 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:22 vm09 bash[35508]: audit 2026-04-16T18:40:21.471849+0000 mon.vm06 (mon.0) 291 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:40:22.762 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:22 vm09 bash[35508]: audit 2026-04-16T18:40:21.471849+0000 mon.vm06 (mon.0) 291 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:40:22.762 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:22 vm09 bash[35508]: audit 2026-04-16T18:40:21.474382+0000 mon.vm06 (mon.0) 292 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:40:22.762 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:22 vm09 bash[35508]: audit 2026-04-16T18:40:21.474382+0000 mon.vm06 (mon.0) 292 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:40:22.762 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:22 vm09 bash[35508]: audit 2026-04-16T18:40:21.477184+0000 mon.vm06 (mon.0) 293 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:40:22.762 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:22 vm09 bash[35508]: audit 2026-04-16T18:40:21.477184+0000 mon.vm06 (mon.0) 293 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:40:22.762 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:22 vm09 bash[35508]: audit 2026-04-16T18:40:21.479847+0000 mon.vm06 (mon.0) 294 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:40:22.762 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:22 vm09 bash[35508]: audit 2026-04-16T18:40:21.479847+0000 mon.vm06 (mon.0) 294 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:40:22.762 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:22 vm09 bash[35508]: cephadm 2026-04-16T18:40:21.489866+0000 mgr.vm06.sywxig (mgr.14229) 24 : cephadm [INF] Reconfiguring prometheus.vm06 deps ['8765', '9283', 'alertmanager', 'ceph-exporter.vm06', 'mgr.vm06.sywxig', 'node-exporter', 'secure_monitoring_stack:False'] -> ['8765', '9283', 'alertmanager', 'ceph-exporter.vm06', 'ceph-exporter.vm09', 'mgr.vm06.sywxig', 'node-exporter', 'secure_monitoring_stack:False'] (diff {'ceph-exporter.vm09'}) 2026-04-16T18:40:22.762 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:22 vm09 bash[35508]: cephadm 2026-04-16T18:40:21.489866+0000 mgr.vm06.sywxig (mgr.14229) 24 : cephadm [INF] Reconfiguring prometheus.vm06 deps ['8765', '9283', 'alertmanager', 'ceph-exporter.vm06', 'mgr.vm06.sywxig', 'node-exporter', 'secure_monitoring_stack:False'] -> ['8765', '9283', 'alertmanager', 'ceph-exporter.vm06', 'ceph-exporter.vm09', 'mgr.vm06.sywxig', 'node-exporter', 'secure_monitoring_stack:False'] (diff {'ceph-exporter.vm09'}) 2026-04-16T18:40:22.762 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:22 vm09 bash[35508]: cephadm 2026-04-16T18:40:21.649675+0000 mgr.vm06.sywxig (mgr.14229) 25 : cephadm [INF] Reconfiguring daemon prometheus.vm06 on vm06 2026-04-16T18:40:22.762 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:22 vm09 bash[35508]: cephadm 2026-04-16T18:40:21.649675+0000 mgr.vm06.sywxig (mgr.14229) 25 : cephadm [INF] Reconfiguring daemon prometheus.vm06 on vm06 2026-04-16T18:40:22.762 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:22 vm09 bash[35508]: audit 2026-04-16T18:40:22.310074+0000 mon.vm06 (mon.0) 295 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:40:22.763 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:22 vm09 bash[35508]: audit 2026-04-16T18:40:22.310074+0000 mon.vm06 (mon.0) 295 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:40:22.763 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:22 vm09 bash[35508]: audit 2026-04-16T18:40:22.313932+0000 mon.vm06 (mon.0) 296 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:40:22.763 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:22 vm09 bash[35508]: audit 2026-04-16T18:40:22.313932+0000 mon.vm06 (mon.0) 296 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:40:22.763 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:22 vm09 bash[35508]: audit 2026-04-16T18:40:22.314729+0000 mon.vm06 (mon.0) 297 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2026-04-16T18:40:22.763 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:22 vm09 bash[35508]: audit 2026-04-16T18:40:22.314729+0000 mon.vm06 (mon.0) 297 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2026-04-16T18:40:22.763 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:22 vm09 bash[35508]: audit 2026-04-16T18:40:22.315628+0000 mon.vm06 (mon.0) 298 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2026-04-16T18:40:22.763 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:22 vm09 bash[35508]: audit 2026-04-16T18:40:22.315628+0000 mon.vm06 (mon.0) 298 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2026-04-16T18:40:22.763 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:22 vm09 bash[35508]: audit 2026-04-16T18:40:22.316108+0000 mon.vm06 (mon.0) 299 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-04-16T18:40:22.763 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:22 vm09 bash[35508]: audit 2026-04-16T18:40:22.316108+0000 mon.vm06 (mon.0) 299 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-04-16T18:40:22.763 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:22 vm09 bash[35508]: audit 2026-04-16T18:40:22.373100+0000 mon.vm06 (mon.0) 300 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "mon metadata", "id": "vm09"} : dispatch 2026-04-16T18:40:22.763 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:22 vm09 bash[35508]: audit 2026-04-16T18:40:22.373100+0000 mon.vm06 (mon.0) 300 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "mon metadata", "id": "vm09"} : dispatch 2026-04-16T18:40:22.763 INFO:tasks.cephadm:Generating final ceph.conf file... 2026-04-16T18:40:22.763 DEBUG:teuthology.orchestra.run.vm06:> sudo /home/ubuntu/cephtest/cephadm --image harbor.clyso.com/custom-ceph/ceph/ceph:sse-s3-kmip-preview-not-for-production-7 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4f654fb6-39c3-11f1-a5d5-6940ad893399 -- ceph config generate-minimal-conf 2026-04-16T18:40:22.770 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:22 vm06 bash[28176]: cephadm 2026-04-16T18:40:21.389903+0000 mgr.vm06.sywxig (mgr.14229) 20 : cephadm [INF] Updating vm06:/etc/ceph/ceph.conf 2026-04-16T18:40:22.771 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:22 vm06 bash[28176]: cephadm 2026-04-16T18:40:21.389903+0000 mgr.vm06.sywxig (mgr.14229) 20 : cephadm [INF] Updating vm06:/etc/ceph/ceph.conf 2026-04-16T18:40:22.771 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:22 vm06 bash[28176]: cephadm 2026-04-16T18:40:21.390081+0000 mgr.vm06.sywxig (mgr.14229) 21 : cephadm [INF] Updating vm09:/etc/ceph/ceph.conf 2026-04-16T18:40:22.771 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:22 vm06 bash[28176]: cephadm 2026-04-16T18:40:21.390081+0000 mgr.vm06.sywxig (mgr.14229) 21 : cephadm [INF] Updating vm09:/etc/ceph/ceph.conf 2026-04-16T18:40:22.771 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:22 vm06 bash[28176]: cephadm 2026-04-16T18:40:21.426323+0000 mgr.vm06.sywxig (mgr.14229) 22 : cephadm [INF] Updating vm06:/var/lib/ceph/4f654fb6-39c3-11f1-a5d5-6940ad893399/config/ceph.conf 2026-04-16T18:40:22.771 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:22 vm06 bash[28176]: cephadm 2026-04-16T18:40:21.426323+0000 mgr.vm06.sywxig (mgr.14229) 22 : cephadm [INF] Updating vm06:/var/lib/ceph/4f654fb6-39c3-11f1-a5d5-6940ad893399/config/ceph.conf 2026-04-16T18:40:22.771 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:22 vm06 bash[28176]: cephadm 2026-04-16T18:40:21.427584+0000 mgr.vm06.sywxig (mgr.14229) 23 : cephadm [INF] Updating vm09:/var/lib/ceph/4f654fb6-39c3-11f1-a5d5-6940ad893399/config/ceph.conf 2026-04-16T18:40:22.771 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:22 vm06 bash[28176]: cephadm 2026-04-16T18:40:21.427584+0000 mgr.vm06.sywxig (mgr.14229) 23 : cephadm [INF] Updating vm09:/var/lib/ceph/4f654fb6-39c3-11f1-a5d5-6940ad893399/config/ceph.conf 2026-04-16T18:40:22.771 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:22 vm06 bash[28176]: audit 2026-04-16T18:40:21.468998+0000 mon.vm06 (mon.0) 290 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:40:22.771 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:22 vm06 bash[28176]: audit 2026-04-16T18:40:21.468998+0000 mon.vm06 (mon.0) 290 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:40:22.771 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:22 vm06 bash[28176]: audit 2026-04-16T18:40:21.471849+0000 mon.vm06 (mon.0) 291 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:40:22.771 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:22 vm06 bash[28176]: audit 2026-04-16T18:40:21.471849+0000 mon.vm06 (mon.0) 291 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:40:22.771 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:22 vm06 bash[28176]: audit 2026-04-16T18:40:21.474382+0000 mon.vm06 (mon.0) 292 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:40:22.771 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:22 vm06 bash[28176]: audit 2026-04-16T18:40:21.474382+0000 mon.vm06 (mon.0) 292 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:40:22.771 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:22 vm06 bash[28176]: audit 2026-04-16T18:40:21.477184+0000 mon.vm06 (mon.0) 293 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:40:22.771 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:22 vm06 bash[28176]: audit 2026-04-16T18:40:21.477184+0000 mon.vm06 (mon.0) 293 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:40:22.771 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:22 vm06 bash[28176]: audit 2026-04-16T18:40:21.479847+0000 mon.vm06 (mon.0) 294 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:40:22.771 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:22 vm06 bash[28176]: audit 2026-04-16T18:40:21.479847+0000 mon.vm06 (mon.0) 294 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:40:22.771 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:22 vm06 bash[28176]: cephadm 2026-04-16T18:40:21.489866+0000 mgr.vm06.sywxig (mgr.14229) 24 : cephadm [INF] Reconfiguring prometheus.vm06 deps ['8765', '9283', 'alertmanager', 'ceph-exporter.vm06', 'mgr.vm06.sywxig', 'node-exporter', 'secure_monitoring_stack:False'] -> ['8765', '9283', 'alertmanager', 'ceph-exporter.vm06', 'ceph-exporter.vm09', 'mgr.vm06.sywxig', 'node-exporter', 'secure_monitoring_stack:False'] (diff {'ceph-exporter.vm09'}) 2026-04-16T18:40:22.771 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:22 vm06 bash[28176]: cephadm 2026-04-16T18:40:21.489866+0000 mgr.vm06.sywxig (mgr.14229) 24 : cephadm [INF] Reconfiguring prometheus.vm06 deps ['8765', '9283', 'alertmanager', 'ceph-exporter.vm06', 'mgr.vm06.sywxig', 'node-exporter', 'secure_monitoring_stack:False'] -> ['8765', '9283', 'alertmanager', 'ceph-exporter.vm06', 'ceph-exporter.vm09', 'mgr.vm06.sywxig', 'node-exporter', 'secure_monitoring_stack:False'] (diff {'ceph-exporter.vm09'}) 2026-04-16T18:40:22.771 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:22 vm06 bash[28176]: cephadm 2026-04-16T18:40:21.649675+0000 mgr.vm06.sywxig (mgr.14229) 25 : cephadm [INF] Reconfiguring daemon prometheus.vm06 on vm06 2026-04-16T18:40:22.771 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:22 vm06 bash[28176]: cephadm 2026-04-16T18:40:21.649675+0000 mgr.vm06.sywxig (mgr.14229) 25 : cephadm [INF] Reconfiguring daemon prometheus.vm06 on vm06 2026-04-16T18:40:22.771 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:22 vm06 bash[28176]: audit 2026-04-16T18:40:22.310074+0000 mon.vm06 (mon.0) 295 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:40:22.771 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:22 vm06 bash[28176]: audit 2026-04-16T18:40:22.310074+0000 mon.vm06 (mon.0) 295 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:40:22.771 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:22 vm06 bash[28176]: audit 2026-04-16T18:40:22.313932+0000 mon.vm06 (mon.0) 296 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:40:22.771 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:22 vm06 bash[28176]: audit 2026-04-16T18:40:22.313932+0000 mon.vm06 (mon.0) 296 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:40:22.771 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:22 vm06 bash[28176]: audit 2026-04-16T18:40:22.314729+0000 mon.vm06 (mon.0) 297 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2026-04-16T18:40:22.771 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:22 vm06 bash[28176]: audit 2026-04-16T18:40:22.314729+0000 mon.vm06 (mon.0) 297 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2026-04-16T18:40:22.771 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:22 vm06 bash[28176]: audit 2026-04-16T18:40:22.315628+0000 mon.vm06 (mon.0) 298 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2026-04-16T18:40:22.771 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:22 vm06 bash[28176]: audit 2026-04-16T18:40:22.315628+0000 mon.vm06 (mon.0) 298 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2026-04-16T18:40:22.771 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:22 vm06 bash[28176]: audit 2026-04-16T18:40:22.316108+0000 mon.vm06 (mon.0) 299 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-04-16T18:40:22.771 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:22 vm06 bash[28176]: audit 2026-04-16T18:40:22.316108+0000 mon.vm06 (mon.0) 299 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-04-16T18:40:22.771 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:22 vm06 bash[28176]: audit 2026-04-16T18:40:22.373100+0000 mon.vm06 (mon.0) 300 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "mon metadata", "id": "vm09"} : dispatch 2026-04-16T18:40:22.771 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:22 vm06 bash[28176]: audit 2026-04-16T18:40:22.373100+0000 mon.vm06 (mon.0) 300 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "mon metadata", "id": "vm09"} : dispatch 2026-04-16T18:40:23.030 INFO:teuthology.orchestra.run.vm06.stderr:Inferring config /var/lib/ceph/4f654fb6-39c3-11f1-a5d5-6940ad893399/mon.vm06/config 2026-04-16T18:40:23.418 INFO:teuthology.orchestra.run.vm06.stdout:# minimal ceph.conf for 4f654fb6-39c3-11f1-a5d5-6940ad893399 2026-04-16T18:40:23.418 INFO:teuthology.orchestra.run.vm06.stdout:[global] 2026-04-16T18:40:23.418 INFO:teuthology.orchestra.run.vm06.stdout: fsid = 4f654fb6-39c3-11f1-a5d5-6940ad893399 2026-04-16T18:40:23.418 INFO:teuthology.orchestra.run.vm06.stdout: mon_host = [v2:192.168.123.106:3300/0,v1:192.168.123.106:6789/0] [v2:192.168.123.109:3300/0,v1:192.168.123.109:6789/0] 2026-04-16T18:40:23.504 INFO:tasks.cephadm:Distributing (final) config and client.admin keyring... 2026-04-16T18:40:23.504 DEBUG:teuthology.orchestra.run.vm06:> set -ex 2026-04-16T18:40:23.504 DEBUG:teuthology.orchestra.run.vm06:> sudo dd of=/etc/ceph/ceph.conf 2026-04-16T18:40:23.555 DEBUG:teuthology.orchestra.run.vm06:> set -ex 2026-04-16T18:40:23.555 DEBUG:teuthology.orchestra.run.vm06:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2026-04-16T18:40:23.603 DEBUG:teuthology.orchestra.run.vm09:> set -ex 2026-04-16T18:40:23.603 DEBUG:teuthology.orchestra.run.vm09:> sudo dd of=/etc/ceph/ceph.conf 2026-04-16T18:40:23.611 DEBUG:teuthology.orchestra.run.vm09:> set -ex 2026-04-16T18:40:23.611 DEBUG:teuthology.orchestra.run.vm09:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2026-04-16T18:40:23.661 DEBUG:tasks.cephadm:set 0 configs 2026-04-16T18:40:23.662 DEBUG:teuthology.orchestra.run.vm06:> sudo /home/ubuntu/cephtest/cephadm --image harbor.clyso.com/custom-ceph/ceph/ceph:sse-s3-kmip-preview-not-for-production-7 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4f654fb6-39c3-11f1-a5d5-6940ad893399 -- ceph config dump 2026-04-16T18:40:23.692 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:23 vm06 bash[28176]: cephadm 2026-04-16T18:40:22.314550+0000 mgr.vm06.sywxig (mgr.14229) 26 : cephadm [INF] Reconfiguring mon.vm06 (unknown last config time)... 2026-04-16T18:40:23.692 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:23 vm06 bash[28176]: cephadm 2026-04-16T18:40:22.314550+0000 mgr.vm06.sywxig (mgr.14229) 26 : cephadm [INF] Reconfiguring mon.vm06 (unknown last config time)... 2026-04-16T18:40:23.692 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:23 vm06 bash[28176]: cephadm 2026-04-16T18:40:22.316711+0000 mgr.vm06.sywxig (mgr.14229) 27 : cephadm [INF] Reconfiguring daemon mon.vm06 on vm06 2026-04-16T18:40:23.692 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:23 vm06 bash[28176]: cephadm 2026-04-16T18:40:22.316711+0000 mgr.vm06.sywxig (mgr.14229) 27 : cephadm [INF] Reconfiguring daemon mon.vm06 on vm06 2026-04-16T18:40:23.693 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:23 vm06 bash[28176]: audit 2026-04-16T18:40:22.678657+0000 mon.vm06 (mon.0) 301 : audit [DBG] from='client.? 192.168.123.109:0/2650415115' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2026-04-16T18:40:23.693 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:23 vm06 bash[28176]: audit 2026-04-16T18:40:22.678657+0000 mon.vm06 (mon.0) 301 : audit [DBG] from='client.? 192.168.123.109:0/2650415115' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2026-04-16T18:40:23.693 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:23 vm06 bash[28176]: audit 2026-04-16T18:40:22.723560+0000 mon.vm06 (mon.0) 302 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:40:23.693 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:23 vm06 bash[28176]: audit 2026-04-16T18:40:22.723560+0000 mon.vm06 (mon.0) 302 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:40:23.693 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:23 vm06 bash[28176]: audit 2026-04-16T18:40:22.728507+0000 mon.vm06 (mon.0) 303 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:40:23.693 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:23 vm06 bash[28176]: audit 2026-04-16T18:40:22.728507+0000 mon.vm06 (mon.0) 303 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:40:23.693 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:23 vm06 bash[28176]: audit 2026-04-16T18:40:22.729419+0000 mon.vm06 (mon.0) 304 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "auth get-or-create", "entity": "client.crash.vm06", "caps": ["mon", "profile crash", "mgr", "profile crash"]} : dispatch 2026-04-16T18:40:23.693 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:23 vm06 bash[28176]: audit 2026-04-16T18:40:22.729419+0000 mon.vm06 (mon.0) 304 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "auth get-or-create", "entity": "client.crash.vm06", "caps": ["mon", "profile crash", "mgr", "profile crash"]} : dispatch 2026-04-16T18:40:23.693 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:23 vm06 bash[28176]: audit 2026-04-16T18:40:22.730400+0000 mon.vm06 (mon.0) 305 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-04-16T18:40:23.693 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:23 vm06 bash[28176]: audit 2026-04-16T18:40:22.730400+0000 mon.vm06 (mon.0) 305 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-04-16T18:40:23.693 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:23 vm06 bash[28176]: audit 2026-04-16T18:40:23.142310+0000 mon.vm06 (mon.0) 306 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:40:23.693 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:23 vm06 bash[28176]: audit 2026-04-16T18:40:23.142310+0000 mon.vm06 (mon.0) 306 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:40:23.693 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:23 vm06 bash[28176]: audit 2026-04-16T18:40:23.146933+0000 mon.vm06 (mon.0) 307 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:40:23.693 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:23 vm06 bash[28176]: audit 2026-04-16T18:40:23.146933+0000 mon.vm06 (mon.0) 307 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:40:23.693 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:23 vm06 bash[28176]: audit 2026-04-16T18:40:23.342090+0000 mon.vm06 (mon.0) 308 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"} : dispatch 2026-04-16T18:40:23.693 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:23 vm06 bash[28176]: audit 2026-04-16T18:40:23.342090+0000 mon.vm06 (mon.0) 308 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"} : dispatch 2026-04-16T18:40:23.693 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:23 vm06 bash[28176]: audit 2026-04-16T18:40:23.417250+0000 mon.vm06 (mon.0) 309 : audit [DBG] from='client.? 192.168.123.106:0/3344418946' entity='client.admin' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-04-16T18:40:23.693 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:23 vm06 bash[28176]: audit 2026-04-16T18:40:23.417250+0000 mon.vm06 (mon.0) 309 : audit [DBG] from='client.? 192.168.123.106:0/3344418946' entity='client.admin' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-04-16T18:40:23.761 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:23 vm09 bash[35508]: cephadm 2026-04-16T18:40:22.314550+0000 mgr.vm06.sywxig (mgr.14229) 26 : cephadm [INF] Reconfiguring mon.vm06 (unknown last config time)... 2026-04-16T18:40:23.761 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:23 vm09 bash[35508]: cephadm 2026-04-16T18:40:22.314550+0000 mgr.vm06.sywxig (mgr.14229) 26 : cephadm [INF] Reconfiguring mon.vm06 (unknown last config time)... 2026-04-16T18:40:23.761 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:23 vm09 bash[35508]: cephadm 2026-04-16T18:40:22.316711+0000 mgr.vm06.sywxig (mgr.14229) 27 : cephadm [INF] Reconfiguring daemon mon.vm06 on vm06 2026-04-16T18:40:23.761 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:23 vm09 bash[35508]: cephadm 2026-04-16T18:40:22.316711+0000 mgr.vm06.sywxig (mgr.14229) 27 : cephadm [INF] Reconfiguring daemon mon.vm06 on vm06 2026-04-16T18:40:23.761 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:23 vm09 bash[35508]: audit 2026-04-16T18:40:22.678657+0000 mon.vm06 (mon.0) 301 : audit [DBG] from='client.? 192.168.123.109:0/2650415115' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2026-04-16T18:40:23.761 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:23 vm09 bash[35508]: audit 2026-04-16T18:40:22.678657+0000 mon.vm06 (mon.0) 301 : audit [DBG] from='client.? 192.168.123.109:0/2650415115' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2026-04-16T18:40:23.761 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:23 vm09 bash[35508]: audit 2026-04-16T18:40:22.723560+0000 mon.vm06 (mon.0) 302 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:40:23.761 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:23 vm09 bash[35508]: audit 2026-04-16T18:40:22.723560+0000 mon.vm06 (mon.0) 302 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:40:23.761 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:23 vm09 bash[35508]: audit 2026-04-16T18:40:22.728507+0000 mon.vm06 (mon.0) 303 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:40:23.761 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:23 vm09 bash[35508]: audit 2026-04-16T18:40:22.728507+0000 mon.vm06 (mon.0) 303 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:40:23.761 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:23 vm09 bash[35508]: audit 2026-04-16T18:40:22.729419+0000 mon.vm06 (mon.0) 304 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "auth get-or-create", "entity": "client.crash.vm06", "caps": ["mon", "profile crash", "mgr", "profile crash"]} : dispatch 2026-04-16T18:40:23.761 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:23 vm09 bash[35508]: audit 2026-04-16T18:40:22.729419+0000 mon.vm06 (mon.0) 304 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "auth get-or-create", "entity": "client.crash.vm06", "caps": ["mon", "profile crash", "mgr", "profile crash"]} : dispatch 2026-04-16T18:40:23.761 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:23 vm09 bash[35508]: audit 2026-04-16T18:40:22.730400+0000 mon.vm06 (mon.0) 305 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-04-16T18:40:23.761 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:23 vm09 bash[35508]: audit 2026-04-16T18:40:22.730400+0000 mon.vm06 (mon.0) 305 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-04-16T18:40:23.761 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:23 vm09 bash[35508]: audit 2026-04-16T18:40:23.142310+0000 mon.vm06 (mon.0) 306 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:40:23.761 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:23 vm09 bash[35508]: audit 2026-04-16T18:40:23.142310+0000 mon.vm06 (mon.0) 306 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:40:23.762 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:23 vm09 bash[35508]: audit 2026-04-16T18:40:23.146933+0000 mon.vm06 (mon.0) 307 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:40:23.762 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:23 vm09 bash[35508]: audit 2026-04-16T18:40:23.146933+0000 mon.vm06 (mon.0) 307 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:40:23.762 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:23 vm09 bash[35508]: audit 2026-04-16T18:40:23.342090+0000 mon.vm06 (mon.0) 308 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"} : dispatch 2026-04-16T18:40:23.762 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:23 vm09 bash[35508]: audit 2026-04-16T18:40:23.342090+0000 mon.vm06 (mon.0) 308 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"} : dispatch 2026-04-16T18:40:23.762 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:23 vm09 bash[35508]: audit 2026-04-16T18:40:23.417250+0000 mon.vm06 (mon.0) 309 : audit [DBG] from='client.? 192.168.123.106:0/3344418946' entity='client.admin' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-04-16T18:40:23.762 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:23 vm09 bash[35508]: audit 2026-04-16T18:40:23.417250+0000 mon.vm06 (mon.0) 309 : audit [DBG] from='client.? 192.168.123.106:0/3344418946' entity='client.admin' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-04-16T18:40:23.957 INFO:teuthology.orchestra.run.vm06.stderr:Inferring config /var/lib/ceph/4f654fb6-39c3-11f1-a5d5-6940ad893399/mon.vm06/config 2026-04-16T18:40:24.401 INFO:teuthology.orchestra.run.vm06.stdout:WHO MASK LEVEL OPTION VALUE RO 2026-04-16T18:40:24.401 INFO:teuthology.orchestra.run.vm06.stdout:global dev auth_debug true 2026-04-16T18:40:24.401 INFO:teuthology.orchestra.run.vm06.stdout:global basic container_image harbor.clyso.com/custom-ceph/ceph/ceph@sha256:fc41d50a3963b1f80069c41228698fd9d125d9478206ca50fa68bb35558d951e * 2026-04-16T18:40:24.401 INFO:teuthology.orchestra.run.vm06.stdout:global dev debug_asserts_on_shutdown true 2026-04-16T18:40:24.401 INFO:teuthology.orchestra.run.vm06.stdout:global basic log_to_file true 2026-04-16T18:40:24.401 INFO:teuthology.orchestra.run.vm06.stdout:global basic log_to_journald false 2026-04-16T18:40:24.401 INFO:teuthology.orchestra.run.vm06.stdout:global basic log_to_stderr false 2026-04-16T18:40:24.401 INFO:teuthology.orchestra.run.vm06.stdout:global advanced mon_allow_pool_delete true 2026-04-16T18:40:24.401 INFO:teuthology.orchestra.run.vm06.stdout:global advanced mon_clock_drift_allowed 1.000000 2026-04-16T18:40:24.401 INFO:teuthology.orchestra.run.vm06.stdout:global advanced mon_cluster_log_to_file true 2026-04-16T18:40:24.401 INFO:teuthology.orchestra.run.vm06.stdout:global advanced mon_max_pg_per_osd 10000 2026-04-16T18:40:24.401 INFO:teuthology.orchestra.run.vm06.stdout:global advanced mon_pg_warn_max_object_skew 0.000000 2026-04-16T18:40:24.401 INFO:teuthology.orchestra.run.vm06.stdout:global advanced mon_warn_on_crush_straw_calc_version_zero false 2026-04-16T18:40:24.401 INFO:teuthology.orchestra.run.vm06.stdout:global advanced mon_warn_on_legacy_crush_tunables false 2026-04-16T18:40:24.401 INFO:teuthology.orchestra.run.vm06.stdout:global advanced mon_warn_on_osd_down_out_interval_zero false 2026-04-16T18:40:24.401 INFO:teuthology.orchestra.run.vm06.stdout:global dev mon_warn_on_pool_pg_num_not_power_of_two false 2026-04-16T18:40:24.401 INFO:teuthology.orchestra.run.vm06.stdout:global advanced mon_warn_on_too_few_osds false 2026-04-16T18:40:24.401 INFO:teuthology.orchestra.run.vm06.stdout:global dev ms_die_on_bug true 2026-04-16T18:40:24.401 INFO:teuthology.orchestra.run.vm06.stdout:global dev ms_die_on_old_message true 2026-04-16T18:40:24.401 INFO:teuthology.orchestra.run.vm06.stdout:global advanced osd_pool_default_erasure_code_profile plugin=isa technique=reed_sol_van k=2 m=1 crush-failure-domain=osd 2026-04-16T18:40:24.401 INFO:teuthology.orchestra.run.vm06.stdout:global advanced osd_pool_default_pg_autoscale_mode off 2026-04-16T18:40:24.401 INFO:teuthology.orchestra.run.vm06.stdout:global advanced public_network 192.168.123.1/32,192.168.123.0/24 * 2026-04-16T18:40:24.401 INFO:teuthology.orchestra.run.vm06.stdout:mon advanced auth_allow_insecure_global_id_reclaim false 2026-04-16T18:40:24.401 INFO:teuthology.orchestra.run.vm06.stdout:mon advanced auth_mon_ticket_ttl 660.000000 2026-04-16T18:40:24.401 INFO:teuthology.orchestra.run.vm06.stdout:mon advanced auth_service_ticket_ttl 240.000000 2026-04-16T18:40:24.401 INFO:teuthology.orchestra.run.vm06.stdout:mon advanced debug_mon 20/20 2026-04-16T18:40:24.401 INFO:teuthology.orchestra.run.vm06.stdout:mon advanced debug_ms 1/1 2026-04-16T18:40:24.401 INFO:teuthology.orchestra.run.vm06.stdout:mon advanced debug_paxos 20/20 2026-04-16T18:40:24.401 INFO:teuthology.orchestra.run.vm06.stdout:mon advanced mon_data_avail_warn 5 2026-04-16T18:40:24.401 INFO:teuthology.orchestra.run.vm06.stdout:mon advanced mon_mgr_mkfs_grace 240 2026-04-16T18:40:24.401 INFO:teuthology.orchestra.run.vm06.stdout:mon dev mon_osd_prime_pg_temp true 2026-04-16T18:40:24.401 INFO:teuthology.orchestra.run.vm06.stdout:mon advanced mon_osd_reporter_subtree_level osd 2026-04-16T18:40:24.401 INFO:teuthology.orchestra.run.vm06.stdout:mon advanced mon_reweight_min_bytes_per_osd 10 2026-04-16T18:40:24.401 INFO:teuthology.orchestra.run.vm06.stdout:mon advanced mon_reweight_min_pgs_per_osd 4 2026-04-16T18:40:24.401 INFO:teuthology.orchestra.run.vm06.stdout:mon advanced mon_warn_on_insecure_global_id_reclaim false 2026-04-16T18:40:24.401 INFO:teuthology.orchestra.run.vm06.stdout:mon advanced mon_warn_on_insecure_global_id_reclaim_allowed false 2026-04-16T18:40:24.401 INFO:teuthology.orchestra.run.vm06.stdout:mgr advanced debug_mgr 20/20 2026-04-16T18:40:24.401 INFO:teuthology.orchestra.run.vm06.stdout:mgr advanced debug_ms 1/1 2026-04-16T18:40:24.401 INFO:teuthology.orchestra.run.vm06.stdout:mgr advanced mgr/cephadm/allow_ptrace true * 2026-04-16T18:40:24.401 INFO:teuthology.orchestra.run.vm06.stdout:mgr advanced mgr/cephadm/container_init True * 2026-04-16T18:40:24.401 INFO:teuthology.orchestra.run.vm06.stdout:mgr advanced mgr/cephadm/migration_current 7 * 2026-04-16T18:40:24.401 INFO:teuthology.orchestra.run.vm06.stdout:mgr advanced mgr/dashboard/GRAFANA_API_SSL_VERIFY false * 2026-04-16T18:40:24.402 INFO:teuthology.orchestra.run.vm06.stdout:mgr advanced mgr/dashboard/ssl_server_port 8443 * 2026-04-16T18:40:24.402 INFO:teuthology.orchestra.run.vm06.stdout:mgr advanced mgr/orchestrator/orchestrator cephadm 2026-04-16T18:40:24.402 INFO:teuthology.orchestra.run.vm06.stdout:mgr advanced mon_reweight_min_bytes_per_osd 10 2026-04-16T18:40:24.402 INFO:teuthology.orchestra.run.vm06.stdout:mgr advanced mon_reweight_min_pgs_per_osd 4 2026-04-16T18:40:24.402 INFO:teuthology.orchestra.run.vm06.stdout:osd dev bdev_debug_aio true 2026-04-16T18:40:24.402 INFO:teuthology.orchestra.run.vm06.stdout:osd advanced debug_ms 1/1 2026-04-16T18:40:24.402 INFO:teuthology.orchestra.run.vm06.stdout:osd advanced debug_osd 20/20 2026-04-16T18:40:24.402 INFO:teuthology.orchestra.run.vm06.stdout:osd dev osd_debug_misdirected_ops true 2026-04-16T18:40:24.402 INFO:teuthology.orchestra.run.vm06.stdout:osd dev osd_debug_op_order true 2026-04-16T18:40:24.402 INFO:teuthology.orchestra.run.vm06.stdout:osd dev osd_debug_pg_log_writeout true 2026-04-16T18:40:24.402 INFO:teuthology.orchestra.run.vm06.stdout:osd dev osd_debug_shutdown true 2026-04-16T18:40:24.402 INFO:teuthology.orchestra.run.vm06.stdout:osd dev osd_debug_verify_cached_snaps true 2026-04-16T18:40:24.402 INFO:teuthology.orchestra.run.vm06.stdout:osd dev osd_debug_verify_missing_on_start true 2026-04-16T18:40:24.402 INFO:teuthology.orchestra.run.vm06.stdout:osd dev osd_debug_verify_stray_on_activate true 2026-04-16T18:40:24.402 INFO:teuthology.orchestra.run.vm06.stdout:osd advanced osd_deep_scrub_update_digest_min_age 30 2026-04-16T18:40:24.402 INFO:teuthology.orchestra.run.vm06.stdout:osd basic osd_mclock_iops_capacity_threshold_hdd 49000.000000 2026-04-16T18:40:24.402 INFO:teuthology.orchestra.run.vm06.stdout:osd advanced osd_mclock_profile high_recovery_ops 2026-04-16T18:40:24.402 INFO:teuthology.orchestra.run.vm06.stdout:osd advanced osd_memory_target_autotune true 2026-04-16T18:40:24.402 INFO:teuthology.orchestra.run.vm06.stdout:osd advanced osd_op_queue debug_random * 2026-04-16T18:40:24.402 INFO:teuthology.orchestra.run.vm06.stdout:osd advanced osd_op_queue_cut_off debug_random * 2026-04-16T18:40:24.402 INFO:teuthology.orchestra.run.vm06.stdout:osd advanced osd_recover_clone_overlap true 2026-04-16T18:40:24.402 INFO:teuthology.orchestra.run.vm06.stdout:osd advanced osd_recovery_max_chunk 1048576 2026-04-16T18:40:24.402 INFO:teuthology.orchestra.run.vm06.stdout:osd advanced osd_scrub_load_threshold 5.000000 2026-04-16T18:40:24.402 INFO:teuthology.orchestra.run.vm06.stdout:osd advanced osd_scrub_max_interval 600.000000 2026-04-16T18:40:24.402 INFO:teuthology.orchestra.run.vm06.stdout:osd advanced osd_shutdown_pgref_assert true 2026-04-16T18:40:24.402 INFO:teuthology.orchestra.run.vm06.stdout:client.rgw advanced rgw_cache_enabled true 2026-04-16T18:40:24.402 INFO:teuthology.orchestra.run.vm06.stdout:client.rgw advanced rgw_enable_ops_log true 2026-04-16T18:40:24.402 INFO:teuthology.orchestra.run.vm06.stdout:client.rgw advanced rgw_enable_usage_log true 2026-04-16T18:40:24.508 INFO:tasks.cephadm:Deploying OSDs... 2026-04-16T18:40:24.508 DEBUG:teuthology.orchestra.run.vm06:> set -ex 2026-04-16T18:40:24.508 DEBUG:teuthology.orchestra.run.vm06:> dd if=/scratch_devs of=/dev/stdout 2026-04-16T18:40:24.511 DEBUG:teuthology.misc:devs=['/dev/nvme0n1', '/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1'] 2026-04-16T18:40:24.511 DEBUG:teuthology.orchestra.run.vm06:> stat /dev/nvme0n1 2026-04-16T18:40:24.555 INFO:teuthology.orchestra.run.vm06.stdout: File: /dev/nvme0n1 2026-04-16T18:40:24.555 INFO:teuthology.orchestra.run.vm06.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2026-04-16T18:40:24.555 INFO:teuthology.orchestra.run.vm06.stdout:Device: 5h/5d Inode: 880 Links: 1 Device type: 103,1 2026-04-16T18:40:24.555 INFO:teuthology.orchestra.run.vm06.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2026-04-16T18:40:24.555 INFO:teuthology.orchestra.run.vm06.stdout:Access: 2026-04-16 18:36:55.333896086 +0000 2026-04-16T18:40:24.555 INFO:teuthology.orchestra.run.vm06.stdout:Modify: 2026-04-16 18:36:55.293896086 +0000 2026-04-16T18:40:24.555 INFO:teuthology.orchestra.run.vm06.stdout:Change: 2026-04-16 18:36:55.293896086 +0000 2026-04-16T18:40:24.555 INFO:teuthology.orchestra.run.vm06.stdout: Birth: - 2026-04-16T18:40:24.555 DEBUG:teuthology.orchestra.run.vm06:> sudo dd if=/dev/nvme0n1 of=/dev/null count=1 2026-04-16T18:40:24.605 INFO:teuthology.orchestra.run.vm06.stderr:1+0 records in 2026-04-16T18:40:24.605 INFO:teuthology.orchestra.run.vm06.stderr:1+0 records out 2026-04-16T18:40:24.605 INFO:teuthology.orchestra.run.vm06.stderr:512 bytes copied, 0.000119514 s, 4.3 MB/s 2026-04-16T18:40:24.608 DEBUG:teuthology.orchestra.run.vm06:> ! mount | grep -v devtmpfs | grep -q /dev/nvme0n1 2026-04-16T18:40:24.636 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:24 vm06 bash[28176]: cephadm 2026-04-16T18:40:22.729166+0000 mgr.vm06.sywxig (mgr.14229) 28 : cephadm [INF] Reconfiguring crash.vm06 (monmap changed)... 2026-04-16T18:40:24.637 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:24 vm06 bash[28176]: cephadm 2026-04-16T18:40:22.729166+0000 mgr.vm06.sywxig (mgr.14229) 28 : cephadm [INF] Reconfiguring crash.vm06 (monmap changed)... 2026-04-16T18:40:24.637 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:24 vm06 bash[28176]: cephadm 2026-04-16T18:40:22.731136+0000 mgr.vm06.sywxig (mgr.14229) 29 : cephadm [INF] Reconfiguring daemon crash.vm06 on vm06 2026-04-16T18:40:24.637 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:24 vm06 bash[28176]: cephadm 2026-04-16T18:40:22.731136+0000 mgr.vm06.sywxig (mgr.14229) 29 : cephadm [INF] Reconfiguring daemon crash.vm06 on vm06 2026-04-16T18:40:24.637 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:24 vm06 bash[28176]: cephadm 2026-04-16T18:40:23.147536+0000 mgr.vm06.sywxig (mgr.14229) 30 : cephadm [INF] Reconfiguring grafana.vm06 deps ['secure_monitoring_stack:False'] -> ['prometheus.vm06', 'secure_monitoring_stack:False'] (diff {'prometheus.vm06'}) 2026-04-16T18:40:24.637 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:24 vm06 bash[28176]: cephadm 2026-04-16T18:40:23.147536+0000 mgr.vm06.sywxig (mgr.14229) 30 : cephadm [INF] Reconfiguring grafana.vm06 deps ['secure_monitoring_stack:False'] -> ['prometheus.vm06', 'secure_monitoring_stack:False'] (diff {'prometheus.vm06'}) 2026-04-16T18:40:24.637 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:24 vm06 bash[28176]: audit 2026-04-16T18:40:23.342528+0000 mgr.vm06.sywxig (mgr.14229) 31 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2026-04-16T18:40:24.637 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:24 vm06 bash[28176]: audit 2026-04-16T18:40:23.342528+0000 mgr.vm06.sywxig (mgr.14229) 31 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2026-04-16T18:40:24.637 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:24 vm06 bash[28176]: cephadm 2026-04-16T18:40:23.346101+0000 mgr.vm06.sywxig (mgr.14229) 32 : cephadm [INF] Reconfiguring daemon grafana.vm06 on vm06 2026-04-16T18:40:24.637 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:24 vm06 bash[28176]: cephadm 2026-04-16T18:40:23.346101+0000 mgr.vm06.sywxig (mgr.14229) 32 : cephadm [INF] Reconfiguring daemon grafana.vm06 on vm06 2026-04-16T18:40:24.637 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:24 vm06 bash[28176]: audit 2026-04-16T18:40:24.072499+0000 mon.vm06 (mon.0) 310 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:40:24.637 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:24 vm06 bash[28176]: audit 2026-04-16T18:40:24.072499+0000 mon.vm06 (mon.0) 310 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:40:24.637 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:24 vm06 bash[28176]: audit 2026-04-16T18:40:24.078926+0000 mon.vm06 (mon.0) 311 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:40:24.637 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:24 vm06 bash[28176]: audit 2026-04-16T18:40:24.078926+0000 mon.vm06 (mon.0) 311 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:40:24.637 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:24 vm06 bash[28176]: audit 2026-04-16T18:40:24.079602+0000 mon.vm06 (mon.0) 312 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "auth get-or-create", "entity": "mgr.vm06.sywxig", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2026-04-16T18:40:24.637 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:24 vm06 bash[28176]: audit 2026-04-16T18:40:24.079602+0000 mon.vm06 (mon.0) 312 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "auth get-or-create", "entity": "mgr.vm06.sywxig", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2026-04-16T18:40:24.637 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:24 vm06 bash[28176]: audit 2026-04-16T18:40:24.080078+0000 mon.vm06 (mon.0) 313 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "mgr services"} : dispatch 2026-04-16T18:40:24.637 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:24 vm06 bash[28176]: audit 2026-04-16T18:40:24.080078+0000 mon.vm06 (mon.0) 313 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "mgr services"} : dispatch 2026-04-16T18:40:24.637 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:24 vm06 bash[28176]: audit 2026-04-16T18:40:24.080651+0000 mon.vm06 (mon.0) 314 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-04-16T18:40:24.637 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:24 vm06 bash[28176]: audit 2026-04-16T18:40:24.080651+0000 mon.vm06 (mon.0) 314 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-04-16T18:40:24.637 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:24 vm06 bash[28176]: audit 2026-04-16T18:40:24.398860+0000 mon.vm06 (mon.0) 315 : audit [DBG] from='client.? 192.168.123.106:0/2876300528' entity='client.admin' cmd={"prefix": "config dump"} : dispatch 2026-04-16T18:40:24.637 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:24 vm06 bash[28176]: audit 2026-04-16T18:40:24.398860+0000 mon.vm06 (mon.0) 315 : audit [DBG] from='client.? 192.168.123.106:0/2876300528' entity='client.admin' cmd={"prefix": "config dump"} : dispatch 2026-04-16T18:40:24.644 DEBUG:teuthology.orchestra.run.vm06:> stat /dev/nvme1n1 2026-04-16T18:40:24.692 INFO:teuthology.orchestra.run.vm06.stdout: File: /dev/nvme1n1 2026-04-16T18:40:24.692 INFO:teuthology.orchestra.run.vm06.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2026-04-16T18:40:24.692 INFO:teuthology.orchestra.run.vm06.stdout:Device: 5h/5d Inode: 890 Links: 1 Device type: 103,3 2026-04-16T18:40:24.692 INFO:teuthology.orchestra.run.vm06.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2026-04-16T18:40:24.692 INFO:teuthology.orchestra.run.vm06.stdout:Access: 2026-04-16 18:36:55.645896086 +0000 2026-04-16T18:40:24.692 INFO:teuthology.orchestra.run.vm06.stdout:Modify: 2026-04-16 18:36:55.601896086 +0000 2026-04-16T18:40:24.692 INFO:teuthology.orchestra.run.vm06.stdout:Change: 2026-04-16 18:36:55.601896086 +0000 2026-04-16T18:40:24.692 INFO:teuthology.orchestra.run.vm06.stdout: Birth: - 2026-04-16T18:40:24.692 DEBUG:teuthology.orchestra.run.vm06:> sudo dd if=/dev/nvme1n1 of=/dev/null count=1 2026-04-16T18:40:24.743 INFO:teuthology.orchestra.run.vm06.stderr:1+0 records in 2026-04-16T18:40:24.743 INFO:teuthology.orchestra.run.vm06.stderr:1+0 records out 2026-04-16T18:40:24.743 INFO:teuthology.orchestra.run.vm06.stderr:512 bytes copied, 0.000175328 s, 2.9 MB/s 2026-04-16T18:40:24.744 DEBUG:teuthology.orchestra.run.vm06:> ! mount | grep -v devtmpfs | grep -q /dev/nvme1n1 2026-04-16T18:40:24.761 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:24 vm09 bash[35508]: cephadm 2026-04-16T18:40:22.729166+0000 mgr.vm06.sywxig (mgr.14229) 28 : cephadm [INF] Reconfiguring crash.vm06 (monmap changed)... 2026-04-16T18:40:24.761 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:24 vm09 bash[35508]: cephadm 2026-04-16T18:40:22.729166+0000 mgr.vm06.sywxig (mgr.14229) 28 : cephadm [INF] Reconfiguring crash.vm06 (monmap changed)... 2026-04-16T18:40:24.761 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:24 vm09 bash[35508]: cephadm 2026-04-16T18:40:22.731136+0000 mgr.vm06.sywxig (mgr.14229) 29 : cephadm [INF] Reconfiguring daemon crash.vm06 on vm06 2026-04-16T18:40:24.761 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:24 vm09 bash[35508]: cephadm 2026-04-16T18:40:22.731136+0000 mgr.vm06.sywxig (mgr.14229) 29 : cephadm [INF] Reconfiguring daemon crash.vm06 on vm06 2026-04-16T18:40:24.761 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:24 vm09 bash[35508]: cephadm 2026-04-16T18:40:23.147536+0000 mgr.vm06.sywxig (mgr.14229) 30 : cephadm [INF] Reconfiguring grafana.vm06 deps ['secure_monitoring_stack:False'] -> ['prometheus.vm06', 'secure_monitoring_stack:False'] (diff {'prometheus.vm06'}) 2026-04-16T18:40:24.761 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:24 vm09 bash[35508]: cephadm 2026-04-16T18:40:23.147536+0000 mgr.vm06.sywxig (mgr.14229) 30 : cephadm [INF] Reconfiguring grafana.vm06 deps ['secure_monitoring_stack:False'] -> ['prometheus.vm06', 'secure_monitoring_stack:False'] (diff {'prometheus.vm06'}) 2026-04-16T18:40:24.761 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:24 vm09 bash[35508]: audit 2026-04-16T18:40:23.342528+0000 mgr.vm06.sywxig (mgr.14229) 31 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2026-04-16T18:40:24.761 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:24 vm09 bash[35508]: audit 2026-04-16T18:40:23.342528+0000 mgr.vm06.sywxig (mgr.14229) 31 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2026-04-16T18:40:24.761 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:24 vm09 bash[35508]: cephadm 2026-04-16T18:40:23.346101+0000 mgr.vm06.sywxig (mgr.14229) 32 : cephadm [INF] Reconfiguring daemon grafana.vm06 on vm06 2026-04-16T18:40:24.761 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:24 vm09 bash[35508]: cephadm 2026-04-16T18:40:23.346101+0000 mgr.vm06.sywxig (mgr.14229) 32 : cephadm [INF] Reconfiguring daemon grafana.vm06 on vm06 2026-04-16T18:40:24.761 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:24 vm09 bash[35508]: audit 2026-04-16T18:40:24.072499+0000 mon.vm06 (mon.0) 310 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:40:24.761 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:24 vm09 bash[35508]: audit 2026-04-16T18:40:24.072499+0000 mon.vm06 (mon.0) 310 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:40:24.761 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:24 vm09 bash[35508]: audit 2026-04-16T18:40:24.078926+0000 mon.vm06 (mon.0) 311 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:40:24.761 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:24 vm09 bash[35508]: audit 2026-04-16T18:40:24.078926+0000 mon.vm06 (mon.0) 311 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:40:24.761 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:24 vm09 bash[35508]: audit 2026-04-16T18:40:24.079602+0000 mon.vm06 (mon.0) 312 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "auth get-or-create", "entity": "mgr.vm06.sywxig", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2026-04-16T18:40:24.761 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:24 vm09 bash[35508]: audit 2026-04-16T18:40:24.079602+0000 mon.vm06 (mon.0) 312 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "auth get-or-create", "entity": "mgr.vm06.sywxig", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2026-04-16T18:40:24.762 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:24 vm09 bash[35508]: audit 2026-04-16T18:40:24.080078+0000 mon.vm06 (mon.0) 313 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "mgr services"} : dispatch 2026-04-16T18:40:24.762 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:24 vm09 bash[35508]: audit 2026-04-16T18:40:24.080078+0000 mon.vm06 (mon.0) 313 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "mgr services"} : dispatch 2026-04-16T18:40:24.762 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:24 vm09 bash[35508]: audit 2026-04-16T18:40:24.080651+0000 mon.vm06 (mon.0) 314 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-04-16T18:40:24.762 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:24 vm09 bash[35508]: audit 2026-04-16T18:40:24.080651+0000 mon.vm06 (mon.0) 314 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-04-16T18:40:24.762 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:24 vm09 bash[35508]: audit 2026-04-16T18:40:24.398860+0000 mon.vm06 (mon.0) 315 : audit [DBG] from='client.? 192.168.123.106:0/2876300528' entity='client.admin' cmd={"prefix": "config dump"} : dispatch 2026-04-16T18:40:24.762 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:24 vm09 bash[35508]: audit 2026-04-16T18:40:24.398860+0000 mon.vm06 (mon.0) 315 : audit [DBG] from='client.? 192.168.123.106:0/2876300528' entity='client.admin' cmd={"prefix": "config dump"} : dispatch 2026-04-16T18:40:24.788 DEBUG:teuthology.orchestra.run.vm06:> stat /dev/nvme2n1 2026-04-16T18:40:24.835 INFO:teuthology.orchestra.run.vm06.stdout: File: /dev/nvme2n1 2026-04-16T18:40:24.836 INFO:teuthology.orchestra.run.vm06.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2026-04-16T18:40:24.836 INFO:teuthology.orchestra.run.vm06.stdout:Device: 5h/5d Inode: 900 Links: 1 Device type: 103,5 2026-04-16T18:40:24.836 INFO:teuthology.orchestra.run.vm06.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2026-04-16T18:40:24.836 INFO:teuthology.orchestra.run.vm06.stdout:Access: 2026-04-16 18:36:55.961896086 +0000 2026-04-16T18:40:24.836 INFO:teuthology.orchestra.run.vm06.stdout:Modify: 2026-04-16 18:36:55.917896086 +0000 2026-04-16T18:40:24.836 INFO:teuthology.orchestra.run.vm06.stdout:Change: 2026-04-16 18:36:55.917896086 +0000 2026-04-16T18:40:24.836 INFO:teuthology.orchestra.run.vm06.stdout: Birth: - 2026-04-16T18:40:24.836 DEBUG:teuthology.orchestra.run.vm06:> sudo dd if=/dev/nvme2n1 of=/dev/null count=1 2026-04-16T18:40:24.885 INFO:teuthology.orchestra.run.vm06.stderr:1+0 records in 2026-04-16T18:40:24.885 INFO:teuthology.orchestra.run.vm06.stderr:1+0 records out 2026-04-16T18:40:24.885 INFO:teuthology.orchestra.run.vm06.stderr:512 bytes copied, 0.000118832 s, 4.3 MB/s 2026-04-16T18:40:24.887 DEBUG:teuthology.orchestra.run.vm06:> ! mount | grep -v devtmpfs | grep -q /dev/nvme2n1 2026-04-16T18:40:24.940 DEBUG:teuthology.orchestra.run.vm06:> stat /dev/nvme3n1 2026-04-16T18:40:24.983 INFO:teuthology.orchestra.run.vm06.stdout: File: /dev/nvme3n1 2026-04-16T18:40:24.983 INFO:teuthology.orchestra.run.vm06.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2026-04-16T18:40:24.983 INFO:teuthology.orchestra.run.vm06.stdout:Device: 5h/5d Inode: 910 Links: 1 Device type: 103,7 2026-04-16T18:40:24.983 INFO:teuthology.orchestra.run.vm06.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2026-04-16T18:40:24.983 INFO:teuthology.orchestra.run.vm06.stdout:Access: 2026-04-16 18:36:56.281896086 +0000 2026-04-16T18:40:24.983 INFO:teuthology.orchestra.run.vm06.stdout:Modify: 2026-04-16 18:36:56.237896086 +0000 2026-04-16T18:40:24.983 INFO:teuthology.orchestra.run.vm06.stdout:Change: 2026-04-16 18:36:56.237896086 +0000 2026-04-16T18:40:24.983 INFO:teuthology.orchestra.run.vm06.stdout: Birth: - 2026-04-16T18:40:24.983 DEBUG:teuthology.orchestra.run.vm06:> sudo dd if=/dev/nvme3n1 of=/dev/null count=1 2026-04-16T18:40:25.031 INFO:teuthology.orchestra.run.vm06.stderr:1+0 records in 2026-04-16T18:40:25.031 INFO:teuthology.orchestra.run.vm06.stderr:1+0 records out 2026-04-16T18:40:25.031 INFO:teuthology.orchestra.run.vm06.stderr:512 bytes copied, 0.000386694 s, 1.3 MB/s 2026-04-16T18:40:25.032 DEBUG:teuthology.orchestra.run.vm06:> ! mount | grep -v devtmpfs | grep -q /dev/nvme3n1 2026-04-16T18:40:25.080 DEBUG:teuthology.orchestra.run.vm09:> set -ex 2026-04-16T18:40:25.080 DEBUG:teuthology.orchestra.run.vm09:> dd if=/scratch_devs of=/dev/stdout 2026-04-16T18:40:25.083 DEBUG:teuthology.misc:devs=['/dev/nvme0n1', '/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1'] 2026-04-16T18:40:25.083 DEBUG:teuthology.orchestra.run.vm09:> stat /dev/nvme0n1 2026-04-16T18:40:25.130 INFO:teuthology.orchestra.run.vm09.stdout: File: /dev/nvme0n1 2026-04-16T18:40:25.130 INFO:teuthology.orchestra.run.vm09.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2026-04-16T18:40:25.130 INFO:teuthology.orchestra.run.vm09.stdout:Device: 5h/5d Inode: 886 Links: 1 Device type: 103,1 2026-04-16T18:40:25.130 INFO:teuthology.orchestra.run.vm09.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2026-04-16T18:40:25.130 INFO:teuthology.orchestra.run.vm09.stdout:Access: 2026-04-16 18:37:22.819540384 +0000 2026-04-16T18:40:25.130 INFO:teuthology.orchestra.run.vm09.stdout:Modify: 2026-04-16 18:37:22.775540384 +0000 2026-04-16T18:40:25.130 INFO:teuthology.orchestra.run.vm09.stdout:Change: 2026-04-16 18:37:22.775540384 +0000 2026-04-16T18:40:25.130 INFO:teuthology.orchestra.run.vm09.stdout: Birth: - 2026-04-16T18:40:25.130 DEBUG:teuthology.orchestra.run.vm09:> sudo dd if=/dev/nvme0n1 of=/dev/null count=1 2026-04-16T18:40:25.178 INFO:teuthology.orchestra.run.vm09.stderr:1+0 records in 2026-04-16T18:40:25.178 INFO:teuthology.orchestra.run.vm09.stderr:1+0 records out 2026-04-16T18:40:25.178 INFO:teuthology.orchestra.run.vm09.stderr:512 bytes copied, 0.000209809 s, 2.4 MB/s 2026-04-16T18:40:25.178 DEBUG:teuthology.orchestra.run.vm09:> ! mount | grep -v devtmpfs | grep -q /dev/nvme0n1 2026-04-16T18:40:25.223 DEBUG:teuthology.orchestra.run.vm09:> stat /dev/nvme1n1 2026-04-16T18:40:25.270 INFO:teuthology.orchestra.run.vm09.stdout: File: /dev/nvme1n1 2026-04-16T18:40:25.270 INFO:teuthology.orchestra.run.vm09.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2026-04-16T18:40:25.270 INFO:teuthology.orchestra.run.vm09.stdout:Device: 5h/5d Inode: 896 Links: 1 Device type: 103,3 2026-04-16T18:40:25.270 INFO:teuthology.orchestra.run.vm09.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2026-04-16T18:40:25.270 INFO:teuthology.orchestra.run.vm09.stdout:Access: 2026-04-16 18:37:23.139540384 +0000 2026-04-16T18:40:25.270 INFO:teuthology.orchestra.run.vm09.stdout:Modify: 2026-04-16 18:37:23.091540384 +0000 2026-04-16T18:40:25.270 INFO:teuthology.orchestra.run.vm09.stdout:Change: 2026-04-16 18:37:23.091540384 +0000 2026-04-16T18:40:25.270 INFO:teuthology.orchestra.run.vm09.stdout: Birth: - 2026-04-16T18:40:25.270 DEBUG:teuthology.orchestra.run.vm09:> sudo dd if=/dev/nvme1n1 of=/dev/null count=1 2026-04-16T18:40:25.317 INFO:teuthology.orchestra.run.vm09.stderr:1+0 records in 2026-04-16T18:40:25.317 INFO:teuthology.orchestra.run.vm09.stderr:1+0 records out 2026-04-16T18:40:25.317 INFO:teuthology.orchestra.run.vm09.stderr:512 bytes copied, 0.000137603 s, 3.7 MB/s 2026-04-16T18:40:25.318 DEBUG:teuthology.orchestra.run.vm09:> ! mount | grep -v devtmpfs | grep -q /dev/nvme1n1 2026-04-16T18:40:25.363 DEBUG:teuthology.orchestra.run.vm09:> stat /dev/nvme2n1 2026-04-16T18:40:25.410 INFO:teuthology.orchestra.run.vm09.stdout: File: /dev/nvme2n1 2026-04-16T18:40:25.410 INFO:teuthology.orchestra.run.vm09.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2026-04-16T18:40:25.410 INFO:teuthology.orchestra.run.vm09.stdout:Device: 5h/5d Inode: 906 Links: 1 Device type: 103,5 2026-04-16T18:40:25.410 INFO:teuthology.orchestra.run.vm09.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2026-04-16T18:40:25.410 INFO:teuthology.orchestra.run.vm09.stdout:Access: 2026-04-16 18:37:23.443540384 +0000 2026-04-16T18:40:25.410 INFO:teuthology.orchestra.run.vm09.stdout:Modify: 2026-04-16 18:37:23.399540384 +0000 2026-04-16T18:40:25.410 INFO:teuthology.orchestra.run.vm09.stdout:Change: 2026-04-16 18:37:23.399540384 +0000 2026-04-16T18:40:25.410 INFO:teuthology.orchestra.run.vm09.stdout: Birth: - 2026-04-16T18:40:25.410 DEBUG:teuthology.orchestra.run.vm09:> sudo dd if=/dev/nvme2n1 of=/dev/null count=1 2026-04-16T18:40:25.457 INFO:teuthology.orchestra.run.vm09.stderr:1+0 records in 2026-04-16T18:40:25.457 INFO:teuthology.orchestra.run.vm09.stderr:1+0 records out 2026-04-16T18:40:25.457 INFO:teuthology.orchestra.run.vm09.stderr:512 bytes copied, 0.000211792 s, 2.4 MB/s 2026-04-16T18:40:25.458 DEBUG:teuthology.orchestra.run.vm09:> ! mount | grep -v devtmpfs | grep -q /dev/nvme2n1 2026-04-16T18:40:25.502 DEBUG:teuthology.orchestra.run.vm09:> stat /dev/nvme3n1 2026-04-16T18:40:25.546 INFO:teuthology.orchestra.run.vm09.stdout: File: /dev/nvme3n1 2026-04-16T18:40:25.546 INFO:teuthology.orchestra.run.vm09.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2026-04-16T18:40:25.546 INFO:teuthology.orchestra.run.vm09.stdout:Device: 5h/5d Inode: 916 Links: 1 Device type: 103,7 2026-04-16T18:40:25.546 INFO:teuthology.orchestra.run.vm09.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2026-04-16T18:40:25.546 INFO:teuthology.orchestra.run.vm09.stdout:Access: 2026-04-16 18:37:23.755540384 +0000 2026-04-16T18:40:25.546 INFO:teuthology.orchestra.run.vm09.stdout:Modify: 2026-04-16 18:37:23.711540384 +0000 2026-04-16T18:40:25.546 INFO:teuthology.orchestra.run.vm09.stdout:Change: 2026-04-16 18:37:23.711540384 +0000 2026-04-16T18:40:25.546 INFO:teuthology.orchestra.run.vm09.stdout: Birth: - 2026-04-16T18:40:25.546 DEBUG:teuthology.orchestra.run.vm09:> sudo dd if=/dev/nvme3n1 of=/dev/null count=1 2026-04-16T18:40:25.594 INFO:teuthology.orchestra.run.vm09.stderr:1+0 records in 2026-04-16T18:40:25.594 INFO:teuthology.orchestra.run.vm09.stderr:1+0 records out 2026-04-16T18:40:25.595 INFO:teuthology.orchestra.run.vm09.stderr:512 bytes copied, 0.000169102 s, 3.0 MB/s 2026-04-16T18:40:25.595 DEBUG:teuthology.orchestra.run.vm09:> ! mount | grep -v devtmpfs | grep -q /dev/nvme3n1 2026-04-16T18:40:25.643 DEBUG:teuthology.orchestra.run.vm09:> sudo /home/ubuntu/cephtest/cephadm --image harbor.clyso.com/custom-ceph/ceph/ceph:sse-s3-kmip-preview-not-for-production-7 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4f654fb6-39c3-11f1-a5d5-6940ad893399 -- ceph orch apply osd --all-available-devices 2026-04-16T18:40:25.673 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:25 vm06 bash[28176]: cephadm 2026-04-16T18:40:24.079405+0000 mgr.vm06.sywxig (mgr.14229) 33 : cephadm [INF] Reconfiguring mgr.vm06.sywxig (unknown last config time)... 2026-04-16T18:40:25.673 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:25 vm06 bash[28176]: cephadm 2026-04-16T18:40:24.079405+0000 mgr.vm06.sywxig (mgr.14229) 33 : cephadm [INF] Reconfiguring mgr.vm06.sywxig (unknown last config time)... 2026-04-16T18:40:25.673 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:25 vm06 bash[28176]: cephadm 2026-04-16T18:40:24.081102+0000 mgr.vm06.sywxig (mgr.14229) 34 : cephadm [INF] Reconfiguring daemon mgr.vm06.sywxig on vm06 2026-04-16T18:40:25.673 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:25 vm06 bash[28176]: cephadm 2026-04-16T18:40:24.081102+0000 mgr.vm06.sywxig (mgr.14229) 34 : cephadm [INF] Reconfiguring daemon mgr.vm06.sywxig on vm06 2026-04-16T18:40:25.673 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:25 vm06 bash[28176]: audit 2026-04-16T18:40:24.545247+0000 mon.vm06 (mon.0) 316 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:40:25.673 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:25 vm06 bash[28176]: audit 2026-04-16T18:40:24.545247+0000 mon.vm06 (mon.0) 316 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:40:25.673 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:25 vm06 bash[28176]: audit 2026-04-16T18:40:24.551616+0000 mon.vm06 (mon.0) 317 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:40:25.673 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:25 vm06 bash[28176]: audit 2026-04-16T18:40:24.551616+0000 mon.vm06 (mon.0) 317 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:40:25.673 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:25 vm06 bash[28176]: cephadm 2026-04-16T18:40:24.552377+0000 mgr.vm06.sywxig (mgr.14229) 35 : cephadm [INF] Reconfiguring ceph-exporter.vm06 (monmap changed)... 2026-04-16T18:40:25.673 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:25 vm06 bash[28176]: cephadm 2026-04-16T18:40:24.552377+0000 mgr.vm06.sywxig (mgr.14229) 35 : cephadm [INF] Reconfiguring ceph-exporter.vm06 (monmap changed)... 2026-04-16T18:40:25.673 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:25 vm06 bash[28176]: audit 2026-04-16T18:40:24.552632+0000 mon.vm06 (mon.0) 318 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "auth get-or-create", "entity": "client.ceph-exporter.vm06", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]} : dispatch 2026-04-16T18:40:25.673 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:25 vm06 bash[28176]: audit 2026-04-16T18:40:24.552632+0000 mon.vm06 (mon.0) 318 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "auth get-or-create", "entity": "client.ceph-exporter.vm06", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]} : dispatch 2026-04-16T18:40:25.673 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:25 vm06 bash[28176]: audit 2026-04-16T18:40:24.553204+0000 mon.vm06 (mon.0) 319 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-04-16T18:40:25.673 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:25 vm06 bash[28176]: audit 2026-04-16T18:40:24.553204+0000 mon.vm06 (mon.0) 319 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-04-16T18:40:25.673 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:25 vm06 bash[28176]: cephadm 2026-04-16T18:40:24.553791+0000 mgr.vm06.sywxig (mgr.14229) 36 : cephadm [INF] Reconfiguring daemon ceph-exporter.vm06 on vm06 2026-04-16T18:40:25.673 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:25 vm06 bash[28176]: cephadm 2026-04-16T18:40:24.553791+0000 mgr.vm06.sywxig (mgr.14229) 36 : cephadm [INF] Reconfiguring daemon ceph-exporter.vm06 on vm06 2026-04-16T18:40:25.674 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:25 vm06 bash[28176]: cluster 2026-04-16T18:40:24.949416+0000 mon.vm06 (mon.0) 320 : cluster [DBG] Standby manager daemon vm09.fddlpl started 2026-04-16T18:40:25.674 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:25 vm06 bash[28176]: cluster 2026-04-16T18:40:24.949416+0000 mon.vm06 (mon.0) 320 : cluster [DBG] Standby manager daemon vm09.fddlpl started 2026-04-16T18:40:25.674 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:25 vm06 bash[28176]: audit 2026-04-16T18:40:24.950515+0000 mon.vm06 (mon.0) 321 : audit [DBG] from='mgr.? 192.168.123.109:0/1765612610' entity='mgr.vm09.fddlpl' cmd={"prefix": "config-key get", "key": "mgr/dashboard/vm09.fddlpl/crt"} : dispatch 2026-04-16T18:40:25.674 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:25 vm06 bash[28176]: audit 2026-04-16T18:40:24.950515+0000 mon.vm06 (mon.0) 321 : audit [DBG] from='mgr.? 192.168.123.109:0/1765612610' entity='mgr.vm09.fddlpl' cmd={"prefix": "config-key get", "key": "mgr/dashboard/vm09.fddlpl/crt"} : dispatch 2026-04-16T18:40:25.674 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:25 vm06 bash[28176]: audit 2026-04-16T18:40:24.952062+0000 mon.vm06 (mon.0) 322 : audit [DBG] from='mgr.? 192.168.123.109:0/1765612610' entity='mgr.vm09.fddlpl' cmd={"prefix": "config-key get", "key": "mgr/dashboard/crt"} : dispatch 2026-04-16T18:40:25.674 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:25 vm06 bash[28176]: audit 2026-04-16T18:40:24.952062+0000 mon.vm06 (mon.0) 322 : audit [DBG] from='mgr.? 192.168.123.109:0/1765612610' entity='mgr.vm09.fddlpl' cmd={"prefix": "config-key get", "key": "mgr/dashboard/crt"} : dispatch 2026-04-16T18:40:25.674 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:25 vm06 bash[28176]: audit 2026-04-16T18:40:24.955775+0000 mon.vm06 (mon.0) 323 : audit [DBG] from='mgr.? 192.168.123.109:0/1765612610' entity='mgr.vm09.fddlpl' cmd={"prefix": "config-key get", "key": "mgr/dashboard/vm09.fddlpl/key"} : dispatch 2026-04-16T18:40:25.674 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:25 vm06 bash[28176]: audit 2026-04-16T18:40:24.955775+0000 mon.vm06 (mon.0) 323 : audit [DBG] from='mgr.? 192.168.123.109:0/1765612610' entity='mgr.vm09.fddlpl' cmd={"prefix": "config-key get", "key": "mgr/dashboard/vm09.fddlpl/key"} : dispatch 2026-04-16T18:40:25.674 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:25 vm06 bash[28176]: audit 2026-04-16T18:40:24.956172+0000 mon.vm06 (mon.0) 324 : audit [DBG] from='mgr.? 192.168.123.109:0/1765612610' entity='mgr.vm09.fddlpl' cmd={"prefix": "config-key get", "key": "mgr/dashboard/key"} : dispatch 2026-04-16T18:40:25.674 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:25 vm06 bash[28176]: audit 2026-04-16T18:40:24.956172+0000 mon.vm06 (mon.0) 324 : audit [DBG] from='mgr.? 192.168.123.109:0/1765612610' entity='mgr.vm09.fddlpl' cmd={"prefix": "config-key get", "key": "mgr/dashboard/key"} : dispatch 2026-04-16T18:40:25.674 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:25 vm06 bash[28176]: audit 2026-04-16T18:40:25.069066+0000 mon.vm06 (mon.0) 325 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:40:25.674 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:25 vm06 bash[28176]: audit 2026-04-16T18:40:25.069066+0000 mon.vm06 (mon.0) 325 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:40:25.674 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:25 vm06 bash[28176]: audit 2026-04-16T18:40:25.072951+0000 mon.vm06 (mon.0) 326 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:40:25.674 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:25 vm06 bash[28176]: audit 2026-04-16T18:40:25.072951+0000 mon.vm06 (mon.0) 326 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:40:25.761 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:25 vm09 bash[35508]: cephadm 2026-04-16T18:40:24.079405+0000 mgr.vm06.sywxig (mgr.14229) 33 : cephadm [INF] Reconfiguring mgr.vm06.sywxig (unknown last config time)... 2026-04-16T18:40:25.762 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:25 vm09 bash[35508]: cephadm 2026-04-16T18:40:24.079405+0000 mgr.vm06.sywxig (mgr.14229) 33 : cephadm [INF] Reconfiguring mgr.vm06.sywxig (unknown last config time)... 2026-04-16T18:40:25.762 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:25 vm09 bash[35508]: cephadm 2026-04-16T18:40:24.081102+0000 mgr.vm06.sywxig (mgr.14229) 34 : cephadm [INF] Reconfiguring daemon mgr.vm06.sywxig on vm06 2026-04-16T18:40:25.762 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:25 vm09 bash[35508]: cephadm 2026-04-16T18:40:24.081102+0000 mgr.vm06.sywxig (mgr.14229) 34 : cephadm [INF] Reconfiguring daemon mgr.vm06.sywxig on vm06 2026-04-16T18:40:25.762 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:25 vm09 bash[35508]: audit 2026-04-16T18:40:24.545247+0000 mon.vm06 (mon.0) 316 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:40:25.762 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:25 vm09 bash[35508]: audit 2026-04-16T18:40:24.545247+0000 mon.vm06 (mon.0) 316 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:40:25.762 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:25 vm09 bash[35508]: audit 2026-04-16T18:40:24.551616+0000 mon.vm06 (mon.0) 317 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:40:25.762 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:25 vm09 bash[35508]: audit 2026-04-16T18:40:24.551616+0000 mon.vm06 (mon.0) 317 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:40:25.762 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:25 vm09 bash[35508]: cephadm 2026-04-16T18:40:24.552377+0000 mgr.vm06.sywxig (mgr.14229) 35 : cephadm [INF] Reconfiguring ceph-exporter.vm06 (monmap changed)... 2026-04-16T18:40:25.762 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:25 vm09 bash[35508]: cephadm 2026-04-16T18:40:24.552377+0000 mgr.vm06.sywxig (mgr.14229) 35 : cephadm [INF] Reconfiguring ceph-exporter.vm06 (monmap changed)... 2026-04-16T18:40:25.762 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:25 vm09 bash[35508]: audit 2026-04-16T18:40:24.552632+0000 mon.vm06 (mon.0) 318 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "auth get-or-create", "entity": "client.ceph-exporter.vm06", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]} : dispatch 2026-04-16T18:40:25.762 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:25 vm09 bash[35508]: audit 2026-04-16T18:40:24.552632+0000 mon.vm06 (mon.0) 318 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "auth get-or-create", "entity": "client.ceph-exporter.vm06", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]} : dispatch 2026-04-16T18:40:25.762 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:25 vm09 bash[35508]: audit 2026-04-16T18:40:24.553204+0000 mon.vm06 (mon.0) 319 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-04-16T18:40:25.762 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:25 vm09 bash[35508]: audit 2026-04-16T18:40:24.553204+0000 mon.vm06 (mon.0) 319 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-04-16T18:40:25.762 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:25 vm09 bash[35508]: cephadm 2026-04-16T18:40:24.553791+0000 mgr.vm06.sywxig (mgr.14229) 36 : cephadm [INF] Reconfiguring daemon ceph-exporter.vm06 on vm06 2026-04-16T18:40:25.762 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:25 vm09 bash[35508]: cephadm 2026-04-16T18:40:24.553791+0000 mgr.vm06.sywxig (mgr.14229) 36 : cephadm [INF] Reconfiguring daemon ceph-exporter.vm06 on vm06 2026-04-16T18:40:25.762 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:25 vm09 bash[35508]: cluster 2026-04-16T18:40:24.949416+0000 mon.vm06 (mon.0) 320 : cluster [DBG] Standby manager daemon vm09.fddlpl started 2026-04-16T18:40:25.762 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:25 vm09 bash[35508]: cluster 2026-04-16T18:40:24.949416+0000 mon.vm06 (mon.0) 320 : cluster [DBG] Standby manager daemon vm09.fddlpl started 2026-04-16T18:40:25.762 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:25 vm09 bash[35508]: audit 2026-04-16T18:40:24.950515+0000 mon.vm06 (mon.0) 321 : audit [DBG] from='mgr.? 192.168.123.109:0/1765612610' entity='mgr.vm09.fddlpl' cmd={"prefix": "config-key get", "key": "mgr/dashboard/vm09.fddlpl/crt"} : dispatch 2026-04-16T18:40:25.762 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:25 vm09 bash[35508]: audit 2026-04-16T18:40:24.950515+0000 mon.vm06 (mon.0) 321 : audit [DBG] from='mgr.? 192.168.123.109:0/1765612610' entity='mgr.vm09.fddlpl' cmd={"prefix": "config-key get", "key": "mgr/dashboard/vm09.fddlpl/crt"} : dispatch 2026-04-16T18:40:25.762 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:25 vm09 bash[35508]: audit 2026-04-16T18:40:24.952062+0000 mon.vm06 (mon.0) 322 : audit [DBG] from='mgr.? 192.168.123.109:0/1765612610' entity='mgr.vm09.fddlpl' cmd={"prefix": "config-key get", "key": "mgr/dashboard/crt"} : dispatch 2026-04-16T18:40:25.762 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:25 vm09 bash[35508]: audit 2026-04-16T18:40:24.952062+0000 mon.vm06 (mon.0) 322 : audit [DBG] from='mgr.? 192.168.123.109:0/1765612610' entity='mgr.vm09.fddlpl' cmd={"prefix": "config-key get", "key": "mgr/dashboard/crt"} : dispatch 2026-04-16T18:40:25.762 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:25 vm09 bash[35508]: audit 2026-04-16T18:40:24.955775+0000 mon.vm06 (mon.0) 323 : audit [DBG] from='mgr.? 192.168.123.109:0/1765612610' entity='mgr.vm09.fddlpl' cmd={"prefix": "config-key get", "key": "mgr/dashboard/vm09.fddlpl/key"} : dispatch 2026-04-16T18:40:25.762 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:25 vm09 bash[35508]: audit 2026-04-16T18:40:24.955775+0000 mon.vm06 (mon.0) 323 : audit [DBG] from='mgr.? 192.168.123.109:0/1765612610' entity='mgr.vm09.fddlpl' cmd={"prefix": "config-key get", "key": "mgr/dashboard/vm09.fddlpl/key"} : dispatch 2026-04-16T18:40:25.762 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:25 vm09 bash[35508]: audit 2026-04-16T18:40:24.956172+0000 mon.vm06 (mon.0) 324 : audit [DBG] from='mgr.? 192.168.123.109:0/1765612610' entity='mgr.vm09.fddlpl' cmd={"prefix": "config-key get", "key": "mgr/dashboard/key"} : dispatch 2026-04-16T18:40:25.762 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:25 vm09 bash[35508]: audit 2026-04-16T18:40:24.956172+0000 mon.vm06 (mon.0) 324 : audit [DBG] from='mgr.? 192.168.123.109:0/1765612610' entity='mgr.vm09.fddlpl' cmd={"prefix": "config-key get", "key": "mgr/dashboard/key"} : dispatch 2026-04-16T18:40:25.762 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:25 vm09 bash[35508]: audit 2026-04-16T18:40:25.069066+0000 mon.vm06 (mon.0) 325 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:40:25.762 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:25 vm09 bash[35508]: audit 2026-04-16T18:40:25.069066+0000 mon.vm06 (mon.0) 325 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:40:25.762 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:25 vm09 bash[35508]: audit 2026-04-16T18:40:25.072951+0000 mon.vm06 (mon.0) 326 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:40:25.762 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:25 vm09 bash[35508]: audit 2026-04-16T18:40:25.072951+0000 mon.vm06 (mon.0) 326 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:40:25.937 INFO:teuthology.orchestra.run.vm09.stderr:Inferring config /var/lib/ceph/4f654fb6-39c3-11f1-a5d5-6940ad893399/mon.vm09/config 2026-04-16T18:40:26.375 INFO:teuthology.orchestra.run.vm09.stdout:Scheduled osd.all-available-devices update... 2026-04-16T18:40:26.458 INFO:tasks.cephadm:Waiting for 8 OSDs to come up... 2026-04-16T18:40:26.458 DEBUG:teuthology.orchestra.run.vm06:> sudo /home/ubuntu/cephtest/cephadm --image harbor.clyso.com/custom-ceph/ceph/ceph:sse-s3-kmip-preview-not-for-production-7 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4f654fb6-39c3-11f1-a5d5-6940ad893399 -- ceph osd stat -f json 2026-04-16T18:40:26.732 INFO:teuthology.orchestra.run.vm06.stderr:Inferring config /var/lib/ceph/4f654fb6-39c3-11f1-a5d5-6940ad893399/mon.vm06/config 2026-04-16T18:40:26.750 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:26 vm06 bash[28176]: cluster 2026-04-16T18:40:24.997059+0000 mgr.vm06.sywxig (mgr.14229) 37 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-04-16T18:40:26.750 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:26 vm06 bash[28176]: cluster 2026-04-16T18:40:24.997059+0000 mgr.vm06.sywxig (mgr.14229) 37 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-04-16T18:40:26.750 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:26 vm06 bash[28176]: cephadm 2026-04-16T18:40:25.073516+0000 mgr.vm06.sywxig (mgr.14229) 38 : cephadm [INF] Reconfiguring alertmanager.vm06 deps ['mgr.vm06.sywxig', 'secure_monitoring_stack:False'] -> ['alertmanager.vm06', 'mgr.vm06.sywxig', 'mgr.vm09.fddlpl', 'secure_monitoring_stack:False'] (diff {'alertmanager.vm06', 'mgr.vm09.fddlpl'}) 2026-04-16T18:40:26.750 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:26 vm06 bash[28176]: cephadm 2026-04-16T18:40:25.073516+0000 mgr.vm06.sywxig (mgr.14229) 38 : cephadm [INF] Reconfiguring alertmanager.vm06 deps ['mgr.vm06.sywxig', 'secure_monitoring_stack:False'] -> ['alertmanager.vm06', 'mgr.vm06.sywxig', 'mgr.vm09.fddlpl', 'secure_monitoring_stack:False'] (diff {'alertmanager.vm06', 'mgr.vm09.fddlpl'}) 2026-04-16T18:40:26.750 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:26 vm06 bash[28176]: cephadm 2026-04-16T18:40:25.076460+0000 mgr.vm06.sywxig (mgr.14229) 39 : cephadm [INF] Reconfiguring daemon alertmanager.vm06 on vm06 2026-04-16T18:40:26.750 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:26 vm06 bash[28176]: cephadm 2026-04-16T18:40:25.076460+0000 mgr.vm06.sywxig (mgr.14229) 39 : cephadm [INF] Reconfiguring daemon alertmanager.vm06 on vm06 2026-04-16T18:40:26.750 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:26 vm06 bash[28176]: cluster 2026-04-16T18:40:25.562843+0000 mon.vm06 (mon.0) 327 : cluster [DBG] mgrmap e18: vm06.sywxig(active, since 20s), standbys: vm09.fddlpl 2026-04-16T18:40:26.750 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:26 vm06 bash[28176]: cluster 2026-04-16T18:40:25.562843+0000 mon.vm06 (mon.0) 327 : cluster [DBG] mgrmap e18: vm06.sywxig(active, since 20s), standbys: vm09.fddlpl 2026-04-16T18:40:26.750 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:26 vm06 bash[28176]: audit 2026-04-16T18:40:25.563074+0000 mon.vm06 (mon.0) 328 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "mgr metadata", "who": "vm09.fddlpl", "id": "vm09.fddlpl"} : dispatch 2026-04-16T18:40:26.750 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:26 vm06 bash[28176]: audit 2026-04-16T18:40:25.563074+0000 mon.vm06 (mon.0) 328 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "mgr metadata", "who": "vm09.fddlpl", "id": "vm09.fddlpl"} : dispatch 2026-04-16T18:40:26.750 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:26 vm06 bash[28176]: audit 2026-04-16T18:40:25.699595+0000 mon.vm06 (mon.0) 329 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:40:26.750 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:26 vm06 bash[28176]: audit 2026-04-16T18:40:25.699595+0000 mon.vm06 (mon.0) 329 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:40:26.750 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:26 vm06 bash[28176]: audit 2026-04-16T18:40:25.704674+0000 mon.vm06 (mon.0) 330 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:40:26.750 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:26 vm06 bash[28176]: audit 2026-04-16T18:40:25.704674+0000 mon.vm06 (mon.0) 330 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:40:26.750 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:26 vm06 bash[28176]: audit 2026-04-16T18:40:25.705978+0000 mon.vm06 (mon.0) 331 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "auth get-or-create", "entity": "client.crash.vm09", "caps": ["mon", "profile crash", "mgr", "profile crash"]} : dispatch 2026-04-16T18:40:26.750 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:26 vm06 bash[28176]: audit 2026-04-16T18:40:25.705978+0000 mon.vm06 (mon.0) 331 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "auth get-or-create", "entity": "client.crash.vm09", "caps": ["mon", "profile crash", "mgr", "profile crash"]} : dispatch 2026-04-16T18:40:26.751 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:26 vm06 bash[28176]: audit 2026-04-16T18:40:25.706818+0000 mon.vm06 (mon.0) 332 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-04-16T18:40:26.751 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:26 vm06 bash[28176]: audit 2026-04-16T18:40:25.706818+0000 mon.vm06 (mon.0) 332 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-04-16T18:40:26.751 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:26 vm06 bash[28176]: audit 2026-04-16T18:40:26.115086+0000 mon.vm06 (mon.0) 333 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:40:26.751 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:26 vm06 bash[28176]: audit 2026-04-16T18:40:26.115086+0000 mon.vm06 (mon.0) 333 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:40:26.751 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:26 vm06 bash[28176]: audit 2026-04-16T18:40:26.119222+0000 mon.vm06 (mon.0) 334 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:40:26.751 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:26 vm06 bash[28176]: audit 2026-04-16T18:40:26.119222+0000 mon.vm06 (mon.0) 334 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:40:26.751 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:26 vm06 bash[28176]: audit 2026-04-16T18:40:26.120372+0000 mon.vm06 (mon.0) 335 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "auth get-or-create", "entity": "mgr.vm09.fddlpl", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2026-04-16T18:40:26.751 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:26 vm06 bash[28176]: audit 2026-04-16T18:40:26.120372+0000 mon.vm06 (mon.0) 335 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "auth get-or-create", "entity": "mgr.vm09.fddlpl", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2026-04-16T18:40:26.751 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:26 vm06 bash[28176]: audit 2026-04-16T18:40:26.121214+0000 mon.vm06 (mon.0) 336 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "mgr services"} : dispatch 2026-04-16T18:40:26.751 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:26 vm06 bash[28176]: audit 2026-04-16T18:40:26.121214+0000 mon.vm06 (mon.0) 336 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "mgr services"} : dispatch 2026-04-16T18:40:26.751 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:26 vm06 bash[28176]: audit 2026-04-16T18:40:26.121918+0000 mon.vm06 (mon.0) 337 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-04-16T18:40:26.751 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:26 vm06 bash[28176]: audit 2026-04-16T18:40:26.121918+0000 mon.vm06 (mon.0) 337 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-04-16T18:40:26.751 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:26 vm06 bash[28176]: audit 2026-04-16T18:40:26.374395+0000 mon.vm06 (mon.0) 338 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:40:26.751 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:26 vm06 bash[28176]: audit 2026-04-16T18:40:26.374395+0000 mon.vm06 (mon.0) 338 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:40:26.761 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:26 vm09 bash[35508]: cluster 2026-04-16T18:40:24.997059+0000 mgr.vm06.sywxig (mgr.14229) 37 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-04-16T18:40:26.761 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:26 vm09 bash[35508]: cluster 2026-04-16T18:40:24.997059+0000 mgr.vm06.sywxig (mgr.14229) 37 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-04-16T18:40:26.761 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:26 vm09 bash[35508]: cephadm 2026-04-16T18:40:25.073516+0000 mgr.vm06.sywxig (mgr.14229) 38 : cephadm [INF] Reconfiguring alertmanager.vm06 deps ['mgr.vm06.sywxig', 'secure_monitoring_stack:False'] -> ['alertmanager.vm06', 'mgr.vm06.sywxig', 'mgr.vm09.fddlpl', 'secure_monitoring_stack:False'] (diff {'alertmanager.vm06', 'mgr.vm09.fddlpl'}) 2026-04-16T18:40:26.761 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:26 vm09 bash[35508]: cephadm 2026-04-16T18:40:25.073516+0000 mgr.vm06.sywxig (mgr.14229) 38 : cephadm [INF] Reconfiguring alertmanager.vm06 deps ['mgr.vm06.sywxig', 'secure_monitoring_stack:False'] -> ['alertmanager.vm06', 'mgr.vm06.sywxig', 'mgr.vm09.fddlpl', 'secure_monitoring_stack:False'] (diff {'alertmanager.vm06', 'mgr.vm09.fddlpl'}) 2026-04-16T18:40:26.761 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:26 vm09 bash[35508]: cephadm 2026-04-16T18:40:25.076460+0000 mgr.vm06.sywxig (mgr.14229) 39 : cephadm [INF] Reconfiguring daemon alertmanager.vm06 on vm06 2026-04-16T18:40:26.761 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:26 vm09 bash[35508]: cephadm 2026-04-16T18:40:25.076460+0000 mgr.vm06.sywxig (mgr.14229) 39 : cephadm [INF] Reconfiguring daemon alertmanager.vm06 on vm06 2026-04-16T18:40:26.761 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:26 vm09 bash[35508]: cluster 2026-04-16T18:40:25.562843+0000 mon.vm06 (mon.0) 327 : cluster [DBG] mgrmap e18: vm06.sywxig(active, since 20s), standbys: vm09.fddlpl 2026-04-16T18:40:26.761 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:26 vm09 bash[35508]: cluster 2026-04-16T18:40:25.562843+0000 mon.vm06 (mon.0) 327 : cluster [DBG] mgrmap e18: vm06.sywxig(active, since 20s), standbys: vm09.fddlpl 2026-04-16T18:40:26.761 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:26 vm09 bash[35508]: audit 2026-04-16T18:40:25.563074+0000 mon.vm06 (mon.0) 328 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "mgr metadata", "who": "vm09.fddlpl", "id": "vm09.fddlpl"} : dispatch 2026-04-16T18:40:26.761 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:26 vm09 bash[35508]: audit 2026-04-16T18:40:25.563074+0000 mon.vm06 (mon.0) 328 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "mgr metadata", "who": "vm09.fddlpl", "id": "vm09.fddlpl"} : dispatch 2026-04-16T18:40:26.761 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:26 vm09 bash[35508]: audit 2026-04-16T18:40:25.699595+0000 mon.vm06 (mon.0) 329 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:40:26.761 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:26 vm09 bash[35508]: audit 2026-04-16T18:40:25.699595+0000 mon.vm06 (mon.0) 329 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:40:26.762 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:26 vm09 bash[35508]: audit 2026-04-16T18:40:25.704674+0000 mon.vm06 (mon.0) 330 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:40:26.762 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:26 vm09 bash[35508]: audit 2026-04-16T18:40:25.704674+0000 mon.vm06 (mon.0) 330 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:40:26.762 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:26 vm09 bash[35508]: audit 2026-04-16T18:40:25.705978+0000 mon.vm06 (mon.0) 331 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "auth get-or-create", "entity": "client.crash.vm09", "caps": ["mon", "profile crash", "mgr", "profile crash"]} : dispatch 2026-04-16T18:40:26.762 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:26 vm09 bash[35508]: audit 2026-04-16T18:40:25.705978+0000 mon.vm06 (mon.0) 331 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "auth get-or-create", "entity": "client.crash.vm09", "caps": ["mon", "profile crash", "mgr", "profile crash"]} : dispatch 2026-04-16T18:40:26.762 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:26 vm09 bash[35508]: audit 2026-04-16T18:40:25.706818+0000 mon.vm06 (mon.0) 332 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-04-16T18:40:26.762 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:26 vm09 bash[35508]: audit 2026-04-16T18:40:25.706818+0000 mon.vm06 (mon.0) 332 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-04-16T18:40:26.762 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:26 vm09 bash[35508]: audit 2026-04-16T18:40:26.115086+0000 mon.vm06 (mon.0) 333 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:40:26.762 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:26 vm09 bash[35508]: audit 2026-04-16T18:40:26.115086+0000 mon.vm06 (mon.0) 333 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:40:26.762 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:26 vm09 bash[35508]: audit 2026-04-16T18:40:26.119222+0000 mon.vm06 (mon.0) 334 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:40:26.762 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:26 vm09 bash[35508]: audit 2026-04-16T18:40:26.119222+0000 mon.vm06 (mon.0) 334 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:40:26.762 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:26 vm09 bash[35508]: audit 2026-04-16T18:40:26.120372+0000 mon.vm06 (mon.0) 335 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "auth get-or-create", "entity": "mgr.vm09.fddlpl", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2026-04-16T18:40:26.762 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:26 vm09 bash[35508]: audit 2026-04-16T18:40:26.120372+0000 mon.vm06 (mon.0) 335 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "auth get-or-create", "entity": "mgr.vm09.fddlpl", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2026-04-16T18:40:26.762 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:26 vm09 bash[35508]: audit 2026-04-16T18:40:26.121214+0000 mon.vm06 (mon.0) 336 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "mgr services"} : dispatch 2026-04-16T18:40:26.762 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:26 vm09 bash[35508]: audit 2026-04-16T18:40:26.121214+0000 mon.vm06 (mon.0) 336 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "mgr services"} : dispatch 2026-04-16T18:40:26.762 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:26 vm09 bash[35508]: audit 2026-04-16T18:40:26.121918+0000 mon.vm06 (mon.0) 337 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-04-16T18:40:26.762 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:26 vm09 bash[35508]: audit 2026-04-16T18:40:26.121918+0000 mon.vm06 (mon.0) 337 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-04-16T18:40:26.762 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:26 vm09 bash[35508]: audit 2026-04-16T18:40:26.374395+0000 mon.vm06 (mon.0) 338 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:40:26.762 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:26 vm09 bash[35508]: audit 2026-04-16T18:40:26.374395+0000 mon.vm06 (mon.0) 338 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:40:27.154 INFO:teuthology.orchestra.run.vm06.stdout: 2026-04-16T18:40:27.243 INFO:teuthology.orchestra.run.vm06.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-04-16T18:40:27.720 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:27 vm06 bash[28176]: cephadm 2026-04-16T18:40:25.705545+0000 mgr.vm06.sywxig (mgr.14229) 40 : cephadm [INF] Reconfiguring crash.vm09 (monmap changed)... 2026-04-16T18:40:27.720 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:27 vm06 bash[28176]: cephadm 2026-04-16T18:40:25.705545+0000 mgr.vm06.sywxig (mgr.14229) 40 : cephadm [INF] Reconfiguring crash.vm09 (monmap changed)... 2026-04-16T18:40:27.720 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:27 vm06 bash[28176]: cephadm 2026-04-16T18:40:25.707474+0000 mgr.vm06.sywxig (mgr.14229) 41 : cephadm [INF] Reconfiguring daemon crash.vm09 on vm09 2026-04-16T18:40:27.720 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:27 vm06 bash[28176]: cephadm 2026-04-16T18:40:25.707474+0000 mgr.vm06.sywxig (mgr.14229) 41 : cephadm [INF] Reconfiguring daemon crash.vm09 on vm09 2026-04-16T18:40:27.720 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:27 vm06 bash[28176]: cephadm 2026-04-16T18:40:26.119966+0000 mgr.vm06.sywxig (mgr.14229) 42 : cephadm [INF] Reconfiguring mgr.vm09.fddlpl (monmap changed)... 2026-04-16T18:40:27.720 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:27 vm06 bash[28176]: cephadm 2026-04-16T18:40:26.119966+0000 mgr.vm06.sywxig (mgr.14229) 42 : cephadm [INF] Reconfiguring mgr.vm09.fddlpl (monmap changed)... 2026-04-16T18:40:27.720 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:27 vm06 bash[28176]: cephadm 2026-04-16T18:40:26.122630+0000 mgr.vm06.sywxig (mgr.14229) 43 : cephadm [INF] Reconfiguring daemon mgr.vm09.fddlpl on vm09 2026-04-16T18:40:27.720 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:27 vm06 bash[28176]: cephadm 2026-04-16T18:40:26.122630+0000 mgr.vm06.sywxig (mgr.14229) 43 : cephadm [INF] Reconfiguring daemon mgr.vm09.fddlpl on vm09 2026-04-16T18:40:27.720 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:27 vm06 bash[28176]: audit 2026-04-16T18:40:26.323511+0000 mgr.vm06.sywxig (mgr.14229) 44 : audit [DBG] from='client.14276 -' entity='client.admin' cmd=[{"prefix": "orch apply osd", "all_available_devices": true, "target": ["mon-mgr", ""]}]: dispatch 2026-04-16T18:40:27.720 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:27 vm06 bash[28176]: audit 2026-04-16T18:40:26.323511+0000 mgr.vm06.sywxig (mgr.14229) 44 : audit [DBG] from='client.14276 -' entity='client.admin' cmd=[{"prefix": "orch apply osd", "all_available_devices": true, "target": ["mon-mgr", ""]}]: dispatch 2026-04-16T18:40:27.720 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:27 vm06 bash[28176]: cephadm 2026-04-16T18:40:26.324558+0000 mgr.vm06.sywxig (mgr.14229) 45 : cephadm [INF] Marking host: vm06 for OSDSpec preview refresh. 2026-04-16T18:40:27.720 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:27 vm06 bash[28176]: cephadm 2026-04-16T18:40:26.324558+0000 mgr.vm06.sywxig (mgr.14229) 45 : cephadm [INF] Marking host: vm06 for OSDSpec preview refresh. 2026-04-16T18:40:27.720 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:27 vm06 bash[28176]: cephadm 2026-04-16T18:40:26.324581+0000 mgr.vm06.sywxig (mgr.14229) 46 : cephadm [INF] Marking host: vm09 for OSDSpec preview refresh. 2026-04-16T18:40:27.720 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:27 vm06 bash[28176]: cephadm 2026-04-16T18:40:26.324581+0000 mgr.vm06.sywxig (mgr.14229) 46 : cephadm [INF] Marking host: vm09 for OSDSpec preview refresh. 2026-04-16T18:40:27.720 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:27 vm06 bash[28176]: cephadm 2026-04-16T18:40:26.324731+0000 mgr.vm06.sywxig (mgr.14229) 47 : cephadm [INF] Saving service osd.all-available-devices spec with placement * 2026-04-16T18:40:27.720 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:27 vm06 bash[28176]: cephadm 2026-04-16T18:40:26.324731+0000 mgr.vm06.sywxig (mgr.14229) 47 : cephadm [INF] Saving service osd.all-available-devices spec with placement * 2026-04-16T18:40:27.720 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:27 vm06 bash[28176]: audit 2026-04-16T18:40:26.561426+0000 mon.vm06 (mon.0) 339 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:40:27.720 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:27 vm06 bash[28176]: audit 2026-04-16T18:40:26.561426+0000 mon.vm06 (mon.0) 339 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:40:27.720 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:27 vm06 bash[28176]: audit 2026-04-16T18:40:26.576881+0000 mon.vm06 (mon.0) 340 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:40:27.720 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:27 vm06 bash[28176]: audit 2026-04-16T18:40:26.576881+0000 mon.vm06 (mon.0) 340 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:40:27.720 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:27 vm06 bash[28176]: cephadm 2026-04-16T18:40:26.577465+0000 mgr.vm06.sywxig (mgr.14229) 48 : cephadm [INF] Reconfiguring ceph-exporter.vm09 (monmap changed)... 2026-04-16T18:40:27.720 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:27 vm06 bash[28176]: cephadm 2026-04-16T18:40:26.577465+0000 mgr.vm06.sywxig (mgr.14229) 48 : cephadm [INF] Reconfiguring ceph-exporter.vm09 (monmap changed)... 2026-04-16T18:40:27.720 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:27 vm06 bash[28176]: audit 2026-04-16T18:40:26.577685+0000 mon.vm06 (mon.0) 341 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "auth get-or-create", "entity": "client.ceph-exporter.vm09", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]} : dispatch 2026-04-16T18:40:27.720 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:27 vm06 bash[28176]: audit 2026-04-16T18:40:26.577685+0000 mon.vm06 (mon.0) 341 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "auth get-or-create", "entity": "client.ceph-exporter.vm09", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]} : dispatch 2026-04-16T18:40:27.721 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:27 vm06 bash[28176]: audit 2026-04-16T18:40:26.578260+0000 mon.vm06 (mon.0) 342 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-04-16T18:40:27.721 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:27 vm06 bash[28176]: audit 2026-04-16T18:40:26.578260+0000 mon.vm06 (mon.0) 342 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-04-16T18:40:27.721 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:27 vm06 bash[28176]: cephadm 2026-04-16T18:40:26.578740+0000 mgr.vm06.sywxig (mgr.14229) 49 : cephadm [INF] Reconfiguring daemon ceph-exporter.vm09 on vm09 2026-04-16T18:40:27.721 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:27 vm06 bash[28176]: cephadm 2026-04-16T18:40:26.578740+0000 mgr.vm06.sywxig (mgr.14229) 49 : cephadm [INF] Reconfiguring daemon ceph-exporter.vm09 on vm09 2026-04-16T18:40:27.721 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:27 vm06 bash[28176]: audit 2026-04-16T18:40:27.058897+0000 mon.vm06 (mon.0) 343 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:40:27.721 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:27 vm06 bash[28176]: audit 2026-04-16T18:40:27.058897+0000 mon.vm06 (mon.0) 343 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:40:27.721 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:27 vm06 bash[28176]: audit 2026-04-16T18:40:27.062617+0000 mon.vm06 (mon.0) 344 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:40:27.721 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:27 vm06 bash[28176]: audit 2026-04-16T18:40:27.062617+0000 mon.vm06 (mon.0) 344 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:40:27.721 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:27 vm06 bash[28176]: audit 2026-04-16T18:40:27.063492+0000 mon.vm06 (mon.0) 345 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2026-04-16T18:40:27.721 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:27 vm06 bash[28176]: audit 2026-04-16T18:40:27.063492+0000 mon.vm06 (mon.0) 345 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2026-04-16T18:40:27.721 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:27 vm06 bash[28176]: audit 2026-04-16T18:40:27.063948+0000 mon.vm06 (mon.0) 346 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2026-04-16T18:40:27.721 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:27 vm06 bash[28176]: audit 2026-04-16T18:40:27.063948+0000 mon.vm06 (mon.0) 346 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2026-04-16T18:40:27.721 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:27 vm06 bash[28176]: audit 2026-04-16T18:40:27.064342+0000 mon.vm06 (mon.0) 347 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-04-16T18:40:27.721 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:27 vm06 bash[28176]: audit 2026-04-16T18:40:27.064342+0000 mon.vm06 (mon.0) 347 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-04-16T18:40:27.721 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:27 vm06 bash[28176]: audit 2026-04-16T18:40:27.154323+0000 mon.vm06 (mon.0) 348 : audit [DBG] from='client.? 192.168.123.106:0/1775895053' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2026-04-16T18:40:27.721 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:27 vm06 bash[28176]: audit 2026-04-16T18:40:27.154323+0000 mon.vm06 (mon.0) 348 : audit [DBG] from='client.? 192.168.123.106:0/1775895053' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2026-04-16T18:40:27.721 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:27 vm06 bash[28176]: audit 2026-04-16T18:40:27.430536+0000 mon.vm06 (mon.0) 349 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:40:27.721 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:27 vm06 bash[28176]: audit 2026-04-16T18:40:27.430536+0000 mon.vm06 (mon.0) 349 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:40:27.721 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:27 vm06 bash[28176]: audit 2026-04-16T18:40:27.434483+0000 mon.vm06 (mon.0) 350 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:40:27.721 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:27 vm06 bash[28176]: audit 2026-04-16T18:40:27.434483+0000 mon.vm06 (mon.0) 350 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:40:27.721 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:27 vm06 bash[28176]: audit 2026-04-16T18:40:27.438382+0000 mon.vm06 (mon.0) 351 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:40:27.721 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:27 vm06 bash[28176]: audit 2026-04-16T18:40:27.438382+0000 mon.vm06 (mon.0) 351 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:40:27.721 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:27 vm06 bash[28176]: audit 2026-04-16T18:40:27.442478+0000 mon.vm06 (mon.0) 352 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:40:27.721 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:27 vm06 bash[28176]: audit 2026-04-16T18:40:27.442478+0000 mon.vm06 (mon.0) 352 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:40:27.721 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:27 vm06 bash[28176]: audit 2026-04-16T18:40:27.445046+0000 mon.vm06 (mon.0) 353 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "dashboard get-prometheus-api-host"} : dispatch 2026-04-16T18:40:27.721 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:27 vm06 bash[28176]: audit 2026-04-16T18:40:27.445046+0000 mon.vm06 (mon.0) 353 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "dashboard get-prometheus-api-host"} : dispatch 2026-04-16T18:40:27.721 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:27 vm06 bash[28176]: audit 2026-04-16T18:40:27.445952+0000 mon.vm06 (mon.0) 354 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "dashboard set-prometheus-api-host", "value": "http://vm06.local:9095"} : dispatch 2026-04-16T18:40:27.721 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:27 vm06 bash[28176]: audit 2026-04-16T18:40:27.445952+0000 mon.vm06 (mon.0) 354 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "dashboard set-prometheus-api-host", "value": "http://vm06.local:9095"} : dispatch 2026-04-16T18:40:27.721 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:27 vm06 bash[28176]: audit 2026-04-16T18:40:27.449058+0000 mon.vm06 (mon.0) 355 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:40:27.721 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:27 vm06 bash[28176]: audit 2026-04-16T18:40:27.449058+0000 mon.vm06 (mon.0) 355 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:40:27.721 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:27 vm06 bash[28176]: audit 2026-04-16T18:40:27.456939+0000 mon.vm06 (mon.0) 356 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:40:27.721 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:27 vm06 bash[28176]: audit 2026-04-16T18:40:27.456939+0000 mon.vm06 (mon.0) 356 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:40:27.721 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:27 vm06 bash[28176]: audit 2026-04-16T18:40:27.461015+0000 mon.vm06 (mon.0) 357 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:40:27.721 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:27 vm06 bash[28176]: audit 2026-04-16T18:40:27.461015+0000 mon.vm06 (mon.0) 357 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:40:27.721 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:27 vm06 bash[28176]: audit 2026-04-16T18:40:27.463150+0000 mon.vm06 (mon.0) 358 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "dashboard get-grafana-api-url"} : dispatch 2026-04-16T18:40:27.721 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:27 vm06 bash[28176]: audit 2026-04-16T18:40:27.463150+0000 mon.vm06 (mon.0) 358 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "dashboard get-grafana-api-url"} : dispatch 2026-04-16T18:40:27.721 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:27 vm06 bash[28176]: audit 2026-04-16T18:40:27.464381+0000 mon.vm06 (mon.0) 359 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "dashboard set-grafana-api-url", "value": "https://vm06.local:3000"} : dispatch 2026-04-16T18:40:27.721 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:27 vm06 bash[28176]: audit 2026-04-16T18:40:27.464381+0000 mon.vm06 (mon.0) 359 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "dashboard set-grafana-api-url", "value": "https://vm06.local:3000"} : dispatch 2026-04-16T18:40:27.721 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:27 vm06 bash[28176]: audit 2026-04-16T18:40:27.467301+0000 mon.vm06 (mon.0) 360 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:40:27.721 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:27 vm06 bash[28176]: audit 2026-04-16T18:40:27.467301+0000 mon.vm06 (mon.0) 360 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:40:27.721 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:27 vm06 bash[28176]: audit 2026-04-16T18:40:27.477630+0000 mon.vm06 (mon.0) 361 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:40:27.721 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:27 vm06 bash[28176]: audit 2026-04-16T18:40:27.477630+0000 mon.vm06 (mon.0) 361 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:40:27.721 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:27 vm06 bash[28176]: audit 2026-04-16T18:40:27.482127+0000 mon.vm06 (mon.0) 362 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:40:27.721 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:27 vm06 bash[28176]: audit 2026-04-16T18:40:27.482127+0000 mon.vm06 (mon.0) 362 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:40:27.721 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:27 vm06 bash[28176]: audit 2026-04-16T18:40:27.484591+0000 mon.vm06 (mon.0) 363 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "dashboard get-alertmanager-api-host"} : dispatch 2026-04-16T18:40:27.721 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:27 vm06 bash[28176]: audit 2026-04-16T18:40:27.484591+0000 mon.vm06 (mon.0) 363 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "dashboard get-alertmanager-api-host"} : dispatch 2026-04-16T18:40:27.722 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:27 vm06 bash[28176]: audit 2026-04-16T18:40:27.485544+0000 mon.vm06 (mon.0) 364 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "dashboard set-alertmanager-api-host", "value": "http://vm06.local:9093"} : dispatch 2026-04-16T18:40:27.722 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:27 vm06 bash[28176]: audit 2026-04-16T18:40:27.485544+0000 mon.vm06 (mon.0) 364 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "dashboard set-alertmanager-api-host", "value": "http://vm06.local:9093"} : dispatch 2026-04-16T18:40:27.722 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:27 vm06 bash[28176]: audit 2026-04-16T18:40:27.489106+0000 mon.vm06 (mon.0) 365 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:40:27.722 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:27 vm06 bash[28176]: audit 2026-04-16T18:40:27.489106+0000 mon.vm06 (mon.0) 365 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:40:27.762 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:27 vm09 bash[35508]: cephadm 2026-04-16T18:40:25.705545+0000 mgr.vm06.sywxig (mgr.14229) 40 : cephadm [INF] Reconfiguring crash.vm09 (monmap changed)... 2026-04-16T18:40:27.762 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:27 vm09 bash[35508]: cephadm 2026-04-16T18:40:25.705545+0000 mgr.vm06.sywxig (mgr.14229) 40 : cephadm [INF] Reconfiguring crash.vm09 (monmap changed)... 2026-04-16T18:40:27.762 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:27 vm09 bash[35508]: cephadm 2026-04-16T18:40:25.707474+0000 mgr.vm06.sywxig (mgr.14229) 41 : cephadm [INF] Reconfiguring daemon crash.vm09 on vm09 2026-04-16T18:40:27.762 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:27 vm09 bash[35508]: cephadm 2026-04-16T18:40:25.707474+0000 mgr.vm06.sywxig (mgr.14229) 41 : cephadm [INF] Reconfiguring daemon crash.vm09 on vm09 2026-04-16T18:40:27.762 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:27 vm09 bash[35508]: cephadm 2026-04-16T18:40:26.119966+0000 mgr.vm06.sywxig (mgr.14229) 42 : cephadm [INF] Reconfiguring mgr.vm09.fddlpl (monmap changed)... 2026-04-16T18:40:27.762 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:27 vm09 bash[35508]: cephadm 2026-04-16T18:40:26.119966+0000 mgr.vm06.sywxig (mgr.14229) 42 : cephadm [INF] Reconfiguring mgr.vm09.fddlpl (monmap changed)... 2026-04-16T18:40:27.762 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:27 vm09 bash[35508]: cephadm 2026-04-16T18:40:26.122630+0000 mgr.vm06.sywxig (mgr.14229) 43 : cephadm [INF] Reconfiguring daemon mgr.vm09.fddlpl on vm09 2026-04-16T18:40:27.762 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:27 vm09 bash[35508]: cephadm 2026-04-16T18:40:26.122630+0000 mgr.vm06.sywxig (mgr.14229) 43 : cephadm [INF] Reconfiguring daemon mgr.vm09.fddlpl on vm09 2026-04-16T18:40:27.762 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:27 vm09 bash[35508]: audit 2026-04-16T18:40:26.323511+0000 mgr.vm06.sywxig (mgr.14229) 44 : audit [DBG] from='client.14276 -' entity='client.admin' cmd=[{"prefix": "orch apply osd", "all_available_devices": true, "target": ["mon-mgr", ""]}]: dispatch 2026-04-16T18:40:27.762 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:27 vm09 bash[35508]: audit 2026-04-16T18:40:26.323511+0000 mgr.vm06.sywxig (mgr.14229) 44 : audit [DBG] from='client.14276 -' entity='client.admin' cmd=[{"prefix": "orch apply osd", "all_available_devices": true, "target": ["mon-mgr", ""]}]: dispatch 2026-04-16T18:40:27.762 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:27 vm09 bash[35508]: cephadm 2026-04-16T18:40:26.324558+0000 mgr.vm06.sywxig (mgr.14229) 45 : cephadm [INF] Marking host: vm06 for OSDSpec preview refresh. 2026-04-16T18:40:27.762 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:27 vm09 bash[35508]: cephadm 2026-04-16T18:40:26.324558+0000 mgr.vm06.sywxig (mgr.14229) 45 : cephadm [INF] Marking host: vm06 for OSDSpec preview refresh. 2026-04-16T18:40:27.762 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:27 vm09 bash[35508]: cephadm 2026-04-16T18:40:26.324581+0000 mgr.vm06.sywxig (mgr.14229) 46 : cephadm [INF] Marking host: vm09 for OSDSpec preview refresh. 2026-04-16T18:40:27.762 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:27 vm09 bash[35508]: cephadm 2026-04-16T18:40:26.324581+0000 mgr.vm06.sywxig (mgr.14229) 46 : cephadm [INF] Marking host: vm09 for OSDSpec preview refresh. 2026-04-16T18:40:27.762 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:27 vm09 bash[35508]: cephadm 2026-04-16T18:40:26.324731+0000 mgr.vm06.sywxig (mgr.14229) 47 : cephadm [INF] Saving service osd.all-available-devices spec with placement * 2026-04-16T18:40:27.762 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:27 vm09 bash[35508]: cephadm 2026-04-16T18:40:26.324731+0000 mgr.vm06.sywxig (mgr.14229) 47 : cephadm [INF] Saving service osd.all-available-devices spec with placement * 2026-04-16T18:40:27.762 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:27 vm09 bash[35508]: audit 2026-04-16T18:40:26.561426+0000 mon.vm06 (mon.0) 339 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:40:27.762 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:27 vm09 bash[35508]: audit 2026-04-16T18:40:26.561426+0000 mon.vm06 (mon.0) 339 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:40:27.762 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:27 vm09 bash[35508]: audit 2026-04-16T18:40:26.576881+0000 mon.vm06 (mon.0) 340 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:40:27.762 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:27 vm09 bash[35508]: audit 2026-04-16T18:40:26.576881+0000 mon.vm06 (mon.0) 340 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:40:27.762 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:27 vm09 bash[35508]: cephadm 2026-04-16T18:40:26.577465+0000 mgr.vm06.sywxig (mgr.14229) 48 : cephadm [INF] Reconfiguring ceph-exporter.vm09 (monmap changed)... 2026-04-16T18:40:27.762 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:27 vm09 bash[35508]: cephadm 2026-04-16T18:40:26.577465+0000 mgr.vm06.sywxig (mgr.14229) 48 : cephadm [INF] Reconfiguring ceph-exporter.vm09 (monmap changed)... 2026-04-16T18:40:27.762 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:27 vm09 bash[35508]: audit 2026-04-16T18:40:26.577685+0000 mon.vm06 (mon.0) 341 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "auth get-or-create", "entity": "client.ceph-exporter.vm09", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]} : dispatch 2026-04-16T18:40:27.762 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:27 vm09 bash[35508]: audit 2026-04-16T18:40:26.577685+0000 mon.vm06 (mon.0) 341 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "auth get-or-create", "entity": "client.ceph-exporter.vm09", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]} : dispatch 2026-04-16T18:40:27.762 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:27 vm09 bash[35508]: audit 2026-04-16T18:40:26.578260+0000 mon.vm06 (mon.0) 342 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-04-16T18:40:27.762 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:27 vm09 bash[35508]: audit 2026-04-16T18:40:26.578260+0000 mon.vm06 (mon.0) 342 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-04-16T18:40:27.762 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:27 vm09 bash[35508]: cephadm 2026-04-16T18:40:26.578740+0000 mgr.vm06.sywxig (mgr.14229) 49 : cephadm [INF] Reconfiguring daemon ceph-exporter.vm09 on vm09 2026-04-16T18:40:27.762 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:27 vm09 bash[35508]: cephadm 2026-04-16T18:40:26.578740+0000 mgr.vm06.sywxig (mgr.14229) 49 : cephadm [INF] Reconfiguring daemon ceph-exporter.vm09 on vm09 2026-04-16T18:40:27.762 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:27 vm09 bash[35508]: audit 2026-04-16T18:40:27.058897+0000 mon.vm06 (mon.0) 343 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:40:27.762 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:27 vm09 bash[35508]: audit 2026-04-16T18:40:27.058897+0000 mon.vm06 (mon.0) 343 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:40:27.762 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:27 vm09 bash[35508]: audit 2026-04-16T18:40:27.062617+0000 mon.vm06 (mon.0) 344 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:40:27.762 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:27 vm09 bash[35508]: audit 2026-04-16T18:40:27.062617+0000 mon.vm06 (mon.0) 344 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:40:27.762 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:27 vm09 bash[35508]: audit 2026-04-16T18:40:27.063492+0000 mon.vm06 (mon.0) 345 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2026-04-16T18:40:27.762 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:27 vm09 bash[35508]: audit 2026-04-16T18:40:27.063492+0000 mon.vm06 (mon.0) 345 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2026-04-16T18:40:27.762 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:27 vm09 bash[35508]: audit 2026-04-16T18:40:27.063948+0000 mon.vm06 (mon.0) 346 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2026-04-16T18:40:27.762 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:27 vm09 bash[35508]: audit 2026-04-16T18:40:27.063948+0000 mon.vm06 (mon.0) 346 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2026-04-16T18:40:27.762 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:27 vm09 bash[35508]: audit 2026-04-16T18:40:27.064342+0000 mon.vm06 (mon.0) 347 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-04-16T18:40:27.762 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:27 vm09 bash[35508]: audit 2026-04-16T18:40:27.064342+0000 mon.vm06 (mon.0) 347 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-04-16T18:40:27.762 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:27 vm09 bash[35508]: audit 2026-04-16T18:40:27.154323+0000 mon.vm06 (mon.0) 348 : audit [DBG] from='client.? 192.168.123.106:0/1775895053' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2026-04-16T18:40:27.762 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:27 vm09 bash[35508]: audit 2026-04-16T18:40:27.154323+0000 mon.vm06 (mon.0) 348 : audit [DBG] from='client.? 192.168.123.106:0/1775895053' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2026-04-16T18:40:27.762 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:27 vm09 bash[35508]: audit 2026-04-16T18:40:27.430536+0000 mon.vm06 (mon.0) 349 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:40:27.762 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:27 vm09 bash[35508]: audit 2026-04-16T18:40:27.430536+0000 mon.vm06 (mon.0) 349 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:40:27.762 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:27 vm09 bash[35508]: audit 2026-04-16T18:40:27.434483+0000 mon.vm06 (mon.0) 350 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:40:27.762 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:27 vm09 bash[35508]: audit 2026-04-16T18:40:27.434483+0000 mon.vm06 (mon.0) 350 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:40:27.762 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:27 vm09 bash[35508]: audit 2026-04-16T18:40:27.438382+0000 mon.vm06 (mon.0) 351 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:40:27.762 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:27 vm09 bash[35508]: audit 2026-04-16T18:40:27.438382+0000 mon.vm06 (mon.0) 351 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:40:27.762 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:27 vm09 bash[35508]: audit 2026-04-16T18:40:27.442478+0000 mon.vm06 (mon.0) 352 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:40:27.762 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:27 vm09 bash[35508]: audit 2026-04-16T18:40:27.442478+0000 mon.vm06 (mon.0) 352 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:40:27.762 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:27 vm09 bash[35508]: audit 2026-04-16T18:40:27.445046+0000 mon.vm06 (mon.0) 353 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "dashboard get-prometheus-api-host"} : dispatch 2026-04-16T18:40:27.762 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:27 vm09 bash[35508]: audit 2026-04-16T18:40:27.445046+0000 mon.vm06 (mon.0) 353 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "dashboard get-prometheus-api-host"} : dispatch 2026-04-16T18:40:27.762 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:27 vm09 bash[35508]: audit 2026-04-16T18:40:27.445952+0000 mon.vm06 (mon.0) 354 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "dashboard set-prometheus-api-host", "value": "http://vm06.local:9095"} : dispatch 2026-04-16T18:40:27.763 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:27 vm09 bash[35508]: audit 2026-04-16T18:40:27.445952+0000 mon.vm06 (mon.0) 354 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "dashboard set-prometheus-api-host", "value": "http://vm06.local:9095"} : dispatch 2026-04-16T18:40:27.763 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:27 vm09 bash[35508]: audit 2026-04-16T18:40:27.449058+0000 mon.vm06 (mon.0) 355 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:40:27.763 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:27 vm09 bash[35508]: audit 2026-04-16T18:40:27.449058+0000 mon.vm06 (mon.0) 355 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:40:27.763 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:27 vm09 bash[35508]: audit 2026-04-16T18:40:27.456939+0000 mon.vm06 (mon.0) 356 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:40:27.763 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:27 vm09 bash[35508]: audit 2026-04-16T18:40:27.456939+0000 mon.vm06 (mon.0) 356 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:40:27.763 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:27 vm09 bash[35508]: audit 2026-04-16T18:40:27.461015+0000 mon.vm06 (mon.0) 357 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:40:27.763 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:27 vm09 bash[35508]: audit 2026-04-16T18:40:27.461015+0000 mon.vm06 (mon.0) 357 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:40:27.763 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:27 vm09 bash[35508]: audit 2026-04-16T18:40:27.463150+0000 mon.vm06 (mon.0) 358 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "dashboard get-grafana-api-url"} : dispatch 2026-04-16T18:40:27.763 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:27 vm09 bash[35508]: audit 2026-04-16T18:40:27.463150+0000 mon.vm06 (mon.0) 358 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "dashboard get-grafana-api-url"} : dispatch 2026-04-16T18:40:27.763 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:27 vm09 bash[35508]: audit 2026-04-16T18:40:27.464381+0000 mon.vm06 (mon.0) 359 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "dashboard set-grafana-api-url", "value": "https://vm06.local:3000"} : dispatch 2026-04-16T18:40:27.763 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:27 vm09 bash[35508]: audit 2026-04-16T18:40:27.464381+0000 mon.vm06 (mon.0) 359 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "dashboard set-grafana-api-url", "value": "https://vm06.local:3000"} : dispatch 2026-04-16T18:40:27.763 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:27 vm09 bash[35508]: audit 2026-04-16T18:40:27.467301+0000 mon.vm06 (mon.0) 360 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:40:27.763 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:27 vm09 bash[35508]: audit 2026-04-16T18:40:27.467301+0000 mon.vm06 (mon.0) 360 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:40:27.763 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:27 vm09 bash[35508]: audit 2026-04-16T18:40:27.477630+0000 mon.vm06 (mon.0) 361 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:40:27.763 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:27 vm09 bash[35508]: audit 2026-04-16T18:40:27.477630+0000 mon.vm06 (mon.0) 361 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:40:27.763 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:27 vm09 bash[35508]: audit 2026-04-16T18:40:27.482127+0000 mon.vm06 (mon.0) 362 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:40:27.763 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:27 vm09 bash[35508]: audit 2026-04-16T18:40:27.482127+0000 mon.vm06 (mon.0) 362 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:40:27.763 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:27 vm09 bash[35508]: audit 2026-04-16T18:40:27.484591+0000 mon.vm06 (mon.0) 363 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "dashboard get-alertmanager-api-host"} : dispatch 2026-04-16T18:40:27.763 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:27 vm09 bash[35508]: audit 2026-04-16T18:40:27.484591+0000 mon.vm06 (mon.0) 363 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "dashboard get-alertmanager-api-host"} : dispatch 2026-04-16T18:40:27.763 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:27 vm09 bash[35508]: audit 2026-04-16T18:40:27.485544+0000 mon.vm06 (mon.0) 364 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "dashboard set-alertmanager-api-host", "value": "http://vm06.local:9093"} : dispatch 2026-04-16T18:40:27.763 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:27 vm09 bash[35508]: audit 2026-04-16T18:40:27.485544+0000 mon.vm06 (mon.0) 364 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "dashboard set-alertmanager-api-host", "value": "http://vm06.local:9093"} : dispatch 2026-04-16T18:40:27.763 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:27 vm09 bash[35508]: audit 2026-04-16T18:40:27.489106+0000 mon.vm06 (mon.0) 365 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:40:27.763 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:27 vm09 bash[35508]: audit 2026-04-16T18:40:27.489106+0000 mon.vm06 (mon.0) 365 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:40:28.244 DEBUG:teuthology.orchestra.run.vm06:> sudo /home/ubuntu/cephtest/cephadm --image harbor.clyso.com/custom-ceph/ceph/ceph:sse-s3-kmip-preview-not-for-production-7 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4f654fb6-39c3-11f1-a5d5-6940ad893399 -- ceph osd stat -f json 2026-04-16T18:40:28.498 INFO:teuthology.orchestra.run.vm06.stderr:Inferring config /var/lib/ceph/4f654fb6-39c3-11f1-a5d5-6940ad893399/mon.vm06/config 2026-04-16T18:40:28.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:28 vm06 bash[28176]: cluster 2026-04-16T18:40:26.997295+0000 mgr.vm06.sywxig (mgr.14229) 50 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-04-16T18:40:28.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:28 vm06 bash[28176]: cluster 2026-04-16T18:40:26.997295+0000 mgr.vm06.sywxig (mgr.14229) 50 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-04-16T18:40:28.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:28 vm06 bash[28176]: cephadm 2026-04-16T18:40:27.063284+0000 mgr.vm06.sywxig (mgr.14229) 51 : cephadm [INF] Reconfiguring mon.vm09 (monmap changed)... 2026-04-16T18:40:28.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:28 vm06 bash[28176]: cephadm 2026-04-16T18:40:27.063284+0000 mgr.vm06.sywxig (mgr.14229) 51 : cephadm [INF] Reconfiguring mon.vm09 (monmap changed)... 2026-04-16T18:40:28.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:28 vm06 bash[28176]: cephadm 2026-04-16T18:40:27.064828+0000 mgr.vm06.sywxig (mgr.14229) 52 : cephadm [INF] Reconfiguring daemon mon.vm09 on vm09 2026-04-16T18:40:28.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:28 vm06 bash[28176]: cephadm 2026-04-16T18:40:27.064828+0000 mgr.vm06.sywxig (mgr.14229) 52 : cephadm [INF] Reconfiguring daemon mon.vm09 on vm09 2026-04-16T18:40:28.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:28 vm06 bash[28176]: audit 2026-04-16T18:40:27.445348+0000 mgr.vm06.sywxig (mgr.14229) 53 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2026-04-16T18:40:28.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:28 vm06 bash[28176]: audit 2026-04-16T18:40:27.445348+0000 mgr.vm06.sywxig (mgr.14229) 53 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2026-04-16T18:40:28.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:28 vm06 bash[28176]: audit 2026-04-16T18:40:27.446119+0000 mgr.vm06.sywxig (mgr.14229) 54 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://vm06.local:9095"}]: dispatch 2026-04-16T18:40:28.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:28 vm06 bash[28176]: audit 2026-04-16T18:40:27.446119+0000 mgr.vm06.sywxig (mgr.14229) 54 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://vm06.local:9095"}]: dispatch 2026-04-16T18:40:28.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:28 vm06 bash[28176]: audit 2026-04-16T18:40:27.463594+0000 mgr.vm06.sywxig (mgr.14229) 55 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2026-04-16T18:40:28.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:28 vm06 bash[28176]: audit 2026-04-16T18:40:27.463594+0000 mgr.vm06.sywxig (mgr.14229) 55 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2026-04-16T18:40:28.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:28 vm06 bash[28176]: audit 2026-04-16T18:40:27.464605+0000 mgr.vm06.sywxig (mgr.14229) 56 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://vm06.local:3000"}]: dispatch 2026-04-16T18:40:28.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:28 vm06 bash[28176]: audit 2026-04-16T18:40:27.464605+0000 mgr.vm06.sywxig (mgr.14229) 56 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://vm06.local:3000"}]: dispatch 2026-04-16T18:40:28.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:28 vm06 bash[28176]: audit 2026-04-16T18:40:27.484872+0000 mgr.vm06.sywxig (mgr.14229) 57 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2026-04-16T18:40:28.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:28 vm06 bash[28176]: audit 2026-04-16T18:40:27.484872+0000 mgr.vm06.sywxig (mgr.14229) 57 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2026-04-16T18:40:28.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:28 vm06 bash[28176]: audit 2026-04-16T18:40:27.485714+0000 mgr.vm06.sywxig (mgr.14229) 58 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://vm06.local:9093"}]: dispatch 2026-04-16T18:40:28.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:28 vm06 bash[28176]: audit 2026-04-16T18:40:27.485714+0000 mgr.vm06.sywxig (mgr.14229) 58 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://vm06.local:9093"}]: dispatch 2026-04-16T18:40:28.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:28 vm06 bash[28176]: audit 2026-04-16T18:40:27.697514+0000 mon.vm06 (mon.0) 366 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-04-16T18:40:28.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:28 vm06 bash[28176]: audit 2026-04-16T18:40:27.697514+0000 mon.vm06 (mon.0) 366 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-04-16T18:40:28.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:28 vm06 bash[28176]: audit 2026-04-16T18:40:27.720076+0000 mon.vm06 (mon.0) 367 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "orch get-security-config"} : dispatch 2026-04-16T18:40:28.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:28 vm06 bash[28176]: audit 2026-04-16T18:40:27.720076+0000 mon.vm06 (mon.0) 367 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "orch get-security-config"} : dispatch 2026-04-16T18:40:28.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:28 vm06 bash[28176]: audit 2026-04-16T18:40:27.834712+0000 mon.vm06 (mon.0) 368 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "orch get-security-config"} : dispatch 2026-04-16T18:40:28.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:28 vm06 bash[28176]: audit 2026-04-16T18:40:27.834712+0000 mon.vm06 (mon.0) 368 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "orch get-security-config"} : dispatch 2026-04-16T18:40:28.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:28 vm06 bash[28176]: audit 2026-04-16T18:40:27.948758+0000 mon.vm06 (mon.0) 369 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "orch get-security-config"} : dispatch 2026-04-16T18:40:28.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:28 vm06 bash[28176]: audit 2026-04-16T18:40:27.948758+0000 mon.vm06 (mon.0) 369 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "orch get-security-config"} : dispatch 2026-04-16T18:40:29.011 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:28 vm09 bash[35508]: cluster 2026-04-16T18:40:26.997295+0000 mgr.vm06.sywxig (mgr.14229) 50 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-04-16T18:40:29.011 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:28 vm09 bash[35508]: cluster 2026-04-16T18:40:26.997295+0000 mgr.vm06.sywxig (mgr.14229) 50 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-04-16T18:40:29.011 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:28 vm09 bash[35508]: cephadm 2026-04-16T18:40:27.063284+0000 mgr.vm06.sywxig (mgr.14229) 51 : cephadm [INF] Reconfiguring mon.vm09 (monmap changed)... 2026-04-16T18:40:29.011 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:28 vm09 bash[35508]: cephadm 2026-04-16T18:40:27.063284+0000 mgr.vm06.sywxig (mgr.14229) 51 : cephadm [INF] Reconfiguring mon.vm09 (monmap changed)... 2026-04-16T18:40:29.011 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:28 vm09 bash[35508]: cephadm 2026-04-16T18:40:27.064828+0000 mgr.vm06.sywxig (mgr.14229) 52 : cephadm [INF] Reconfiguring daemon mon.vm09 on vm09 2026-04-16T18:40:29.011 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:28 vm09 bash[35508]: cephadm 2026-04-16T18:40:27.064828+0000 mgr.vm06.sywxig (mgr.14229) 52 : cephadm [INF] Reconfiguring daemon mon.vm09 on vm09 2026-04-16T18:40:29.011 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:28 vm09 bash[35508]: audit 2026-04-16T18:40:27.445348+0000 mgr.vm06.sywxig (mgr.14229) 53 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2026-04-16T18:40:29.012 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:28 vm09 bash[35508]: audit 2026-04-16T18:40:27.445348+0000 mgr.vm06.sywxig (mgr.14229) 53 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2026-04-16T18:40:29.012 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:28 vm09 bash[35508]: audit 2026-04-16T18:40:27.446119+0000 mgr.vm06.sywxig (mgr.14229) 54 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://vm06.local:9095"}]: dispatch 2026-04-16T18:40:29.012 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:28 vm09 bash[35508]: audit 2026-04-16T18:40:27.446119+0000 mgr.vm06.sywxig (mgr.14229) 54 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://vm06.local:9095"}]: dispatch 2026-04-16T18:40:29.012 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:28 vm09 bash[35508]: audit 2026-04-16T18:40:27.463594+0000 mgr.vm06.sywxig (mgr.14229) 55 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2026-04-16T18:40:29.012 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:28 vm09 bash[35508]: audit 2026-04-16T18:40:27.463594+0000 mgr.vm06.sywxig (mgr.14229) 55 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2026-04-16T18:40:29.012 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:28 vm09 bash[35508]: audit 2026-04-16T18:40:27.464605+0000 mgr.vm06.sywxig (mgr.14229) 56 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://vm06.local:3000"}]: dispatch 2026-04-16T18:40:29.012 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:28 vm09 bash[35508]: audit 2026-04-16T18:40:27.464605+0000 mgr.vm06.sywxig (mgr.14229) 56 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://vm06.local:3000"}]: dispatch 2026-04-16T18:40:29.012 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:28 vm09 bash[35508]: audit 2026-04-16T18:40:27.484872+0000 mgr.vm06.sywxig (mgr.14229) 57 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2026-04-16T18:40:29.012 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:28 vm09 bash[35508]: audit 2026-04-16T18:40:27.484872+0000 mgr.vm06.sywxig (mgr.14229) 57 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2026-04-16T18:40:29.012 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:28 vm09 bash[35508]: audit 2026-04-16T18:40:27.485714+0000 mgr.vm06.sywxig (mgr.14229) 58 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://vm06.local:9093"}]: dispatch 2026-04-16T18:40:29.012 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:28 vm09 bash[35508]: audit 2026-04-16T18:40:27.485714+0000 mgr.vm06.sywxig (mgr.14229) 58 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://vm06.local:9093"}]: dispatch 2026-04-16T18:40:29.012 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:28 vm09 bash[35508]: audit 2026-04-16T18:40:27.697514+0000 mon.vm06 (mon.0) 366 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-04-16T18:40:29.012 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:28 vm09 bash[35508]: audit 2026-04-16T18:40:27.697514+0000 mon.vm06 (mon.0) 366 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-04-16T18:40:29.012 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:28 vm09 bash[35508]: audit 2026-04-16T18:40:27.720076+0000 mon.vm06 (mon.0) 367 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "orch get-security-config"} : dispatch 2026-04-16T18:40:29.012 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:28 vm09 bash[35508]: audit 2026-04-16T18:40:27.720076+0000 mon.vm06 (mon.0) 367 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "orch get-security-config"} : dispatch 2026-04-16T18:40:29.012 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:28 vm09 bash[35508]: audit 2026-04-16T18:40:27.834712+0000 mon.vm06 (mon.0) 368 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "orch get-security-config"} : dispatch 2026-04-16T18:40:29.012 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:28 vm09 bash[35508]: audit 2026-04-16T18:40:27.834712+0000 mon.vm06 (mon.0) 368 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "orch get-security-config"} : dispatch 2026-04-16T18:40:29.012 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:28 vm09 bash[35508]: audit 2026-04-16T18:40:27.948758+0000 mon.vm06 (mon.0) 369 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "orch get-security-config"} : dispatch 2026-04-16T18:40:29.012 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:28 vm09 bash[35508]: audit 2026-04-16T18:40:27.948758+0000 mon.vm06 (mon.0) 369 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "orch get-security-config"} : dispatch 2026-04-16T18:40:29.172 INFO:teuthology.orchestra.run.vm06.stdout: 2026-04-16T18:40:29.234 INFO:teuthology.orchestra.run.vm06.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-04-16T18:40:29.923 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:29 vm06 bash[28176]: cephadm 2026-04-16T18:40:27.697058+0000 mgr.vm06.sywxig (mgr.14229) 59 : cephadm [INF] Certificate for "grafana_cert (vm06)" is still valid for 1094 days. 2026-04-16T18:40:29.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:29 vm06 bash[28176]: cephadm 2026-04-16T18:40:27.697058+0000 mgr.vm06.sywxig (mgr.14229) 59 : cephadm [INF] Certificate for "grafana_cert (vm06)" is still valid for 1094 days. 2026-04-16T18:40:29.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:29 vm06 bash[28176]: audit 2026-04-16T18:40:27.720900+0000 mgr.vm06.sywxig (mgr.14229) 60 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "orch get-security-config"}]: dispatch 2026-04-16T18:40:29.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:29 vm06 bash[28176]: audit 2026-04-16T18:40:27.720900+0000 mgr.vm06.sywxig (mgr.14229) 60 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "orch get-security-config"}]: dispatch 2026-04-16T18:40:29.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:29 vm06 bash[28176]: audit 2026-04-16T18:40:27.835341+0000 mgr.vm06.sywxig (mgr.14229) 61 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "orch get-security-config"}]: dispatch 2026-04-16T18:40:29.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:29 vm06 bash[28176]: audit 2026-04-16T18:40:27.835341+0000 mgr.vm06.sywxig (mgr.14229) 61 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "orch get-security-config"}]: dispatch 2026-04-16T18:40:29.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:29 vm06 bash[28176]: audit 2026-04-16T18:40:27.949370+0000 mgr.vm06.sywxig (mgr.14229) 62 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "orch get-security-config"}]: dispatch 2026-04-16T18:40:29.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:29 vm06 bash[28176]: audit 2026-04-16T18:40:27.949370+0000 mgr.vm06.sywxig (mgr.14229) 62 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "orch get-security-config"}]: dispatch 2026-04-16T18:40:29.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:29 vm06 bash[28176]: audit 2026-04-16T18:40:29.172383+0000 mon.vm06 (mon.0) 370 : audit [DBG] from='client.? 192.168.123.106:0/3660612413' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2026-04-16T18:40:29.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:29 vm06 bash[28176]: audit 2026-04-16T18:40:29.172383+0000 mon.vm06 (mon.0) 370 : audit [DBG] from='client.? 192.168.123.106:0/3660612413' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2026-04-16T18:40:30.011 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:29 vm09 bash[35508]: cephadm 2026-04-16T18:40:27.697058+0000 mgr.vm06.sywxig (mgr.14229) 59 : cephadm [INF] Certificate for "grafana_cert (vm06)" is still valid for 1094 days. 2026-04-16T18:40:30.011 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:29 vm09 bash[35508]: cephadm 2026-04-16T18:40:27.697058+0000 mgr.vm06.sywxig (mgr.14229) 59 : cephadm [INF] Certificate for "grafana_cert (vm06)" is still valid for 1094 days. 2026-04-16T18:40:30.011 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:29 vm09 bash[35508]: audit 2026-04-16T18:40:27.720900+0000 mgr.vm06.sywxig (mgr.14229) 60 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "orch get-security-config"}]: dispatch 2026-04-16T18:40:30.011 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:29 vm09 bash[35508]: audit 2026-04-16T18:40:27.720900+0000 mgr.vm06.sywxig (mgr.14229) 60 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "orch get-security-config"}]: dispatch 2026-04-16T18:40:30.011 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:29 vm09 bash[35508]: audit 2026-04-16T18:40:27.835341+0000 mgr.vm06.sywxig (mgr.14229) 61 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "orch get-security-config"}]: dispatch 2026-04-16T18:40:30.011 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:29 vm09 bash[35508]: audit 2026-04-16T18:40:27.835341+0000 mgr.vm06.sywxig (mgr.14229) 61 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "orch get-security-config"}]: dispatch 2026-04-16T18:40:30.011 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:29 vm09 bash[35508]: audit 2026-04-16T18:40:27.949370+0000 mgr.vm06.sywxig (mgr.14229) 62 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "orch get-security-config"}]: dispatch 2026-04-16T18:40:30.011 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:29 vm09 bash[35508]: audit 2026-04-16T18:40:27.949370+0000 mgr.vm06.sywxig (mgr.14229) 62 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "orch get-security-config"}]: dispatch 2026-04-16T18:40:30.011 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:29 vm09 bash[35508]: audit 2026-04-16T18:40:29.172383+0000 mon.vm06 (mon.0) 370 : audit [DBG] from='client.? 192.168.123.106:0/3660612413' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2026-04-16T18:40:30.011 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:29 vm09 bash[35508]: audit 2026-04-16T18:40:29.172383+0000 mon.vm06 (mon.0) 370 : audit [DBG] from='client.? 192.168.123.106:0/3660612413' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2026-04-16T18:40:30.235 DEBUG:teuthology.orchestra.run.vm06:> sudo /home/ubuntu/cephtest/cephadm --image harbor.clyso.com/custom-ceph/ceph/ceph:sse-s3-kmip-preview-not-for-production-7 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4f654fb6-39c3-11f1-a5d5-6940ad893399 -- ceph osd stat -f json 2026-04-16T18:40:30.475 INFO:teuthology.orchestra.run.vm06.stderr:Inferring config /var/lib/ceph/4f654fb6-39c3-11f1-a5d5-6940ad893399/mon.vm06/config 2026-04-16T18:40:30.818 INFO:teuthology.orchestra.run.vm06.stdout: 2026-04-16T18:40:30.828 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:30 vm06 bash[28176]: cluster 2026-04-16T18:40:28.997513+0000 mgr.vm06.sywxig (mgr.14229) 63 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-04-16T18:40:30.828 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:30 vm06 bash[28176]: cluster 2026-04-16T18:40:28.997513+0000 mgr.vm06.sywxig (mgr.14229) 63 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-04-16T18:40:30.897 INFO:teuthology.orchestra.run.vm06.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-04-16T18:40:31.011 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:30 vm09 bash[35508]: cluster 2026-04-16T18:40:28.997513+0000 mgr.vm06.sywxig (mgr.14229) 63 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-04-16T18:40:31.011 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:30 vm09 bash[35508]: cluster 2026-04-16T18:40:28.997513+0000 mgr.vm06.sywxig (mgr.14229) 63 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-04-16T18:40:31.898 DEBUG:teuthology.orchestra.run.vm06:> sudo /home/ubuntu/cephtest/cephadm --image harbor.clyso.com/custom-ceph/ceph/ceph:sse-s3-kmip-preview-not-for-production-7 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4f654fb6-39c3-11f1-a5d5-6940ad893399 -- ceph osd stat -f json 2026-04-16T18:40:31.904 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:31 vm06 bash[28176]: audit 2026-04-16T18:40:30.817779+0000 mon.vm06 (mon.0) 371 : audit [DBG] from='client.? 192.168.123.106:0/3887331911' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2026-04-16T18:40:31.904 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:31 vm06 bash[28176]: audit 2026-04-16T18:40:30.817779+0000 mon.vm06 (mon.0) 371 : audit [DBG] from='client.? 192.168.123.106:0/3887331911' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2026-04-16T18:40:32.011 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:31 vm09 bash[35508]: audit 2026-04-16T18:40:30.817779+0000 mon.vm06 (mon.0) 371 : audit [DBG] from='client.? 192.168.123.106:0/3887331911' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2026-04-16T18:40:32.011 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:31 vm09 bash[35508]: audit 2026-04-16T18:40:30.817779+0000 mon.vm06 (mon.0) 371 : audit [DBG] from='client.? 192.168.123.106:0/3887331911' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2026-04-16T18:40:32.155 INFO:teuthology.orchestra.run.vm06.stderr:Inferring config /var/lib/ceph/4f654fb6-39c3-11f1-a5d5-6940ad893399/mon.vm06/config 2026-04-16T18:40:32.537 INFO:teuthology.orchestra.run.vm06.stdout: 2026-04-16T18:40:32.603 INFO:teuthology.orchestra.run.vm06.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-04-16T18:40:32.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:32 vm06 bash[28176]: cluster 2026-04-16T18:40:30.997703+0000 mgr.vm06.sywxig (mgr.14229) 64 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-04-16T18:40:32.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:32 vm06 bash[28176]: cluster 2026-04-16T18:40:30.997703+0000 mgr.vm06.sywxig (mgr.14229) 64 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-04-16T18:40:32.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:32 vm06 bash[28176]: audit 2026-04-16T18:40:32.258979+0000 mon.vm06 (mon.0) 372 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:40:32.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:32 vm06 bash[28176]: audit 2026-04-16T18:40:32.258979+0000 mon.vm06 (mon.0) 372 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:40:32.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:32 vm06 bash[28176]: audit 2026-04-16T18:40:32.263734+0000 mon.vm06 (mon.0) 373 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:40:32.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:32 vm06 bash[28176]: audit 2026-04-16T18:40:32.263734+0000 mon.vm06 (mon.0) 373 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:40:32.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:32 vm06 bash[28176]: audit 2026-04-16T18:40:32.271840+0000 mon.vm06 (mon.0) 374 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:40:32.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:32 vm06 bash[28176]: audit 2026-04-16T18:40:32.271840+0000 mon.vm06 (mon.0) 374 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:40:32.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:32 vm06 bash[28176]: audit 2026-04-16T18:40:32.275791+0000 mon.vm06 (mon.0) 375 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:40:32.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:32 vm06 bash[28176]: audit 2026-04-16T18:40:32.275791+0000 mon.vm06 (mon.0) 375 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:40:32.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:32 vm06 bash[28176]: audit 2026-04-16T18:40:32.537361+0000 mon.vm06 (mon.0) 376 : audit [DBG] from='client.? 192.168.123.106:0/1072379420' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2026-04-16T18:40:32.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:32 vm06 bash[28176]: audit 2026-04-16T18:40:32.537361+0000 mon.vm06 (mon.0) 376 : audit [DBG] from='client.? 192.168.123.106:0/1072379420' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2026-04-16T18:40:33.011 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:32 vm09 bash[35508]: cluster 2026-04-16T18:40:30.997703+0000 mgr.vm06.sywxig (mgr.14229) 64 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-04-16T18:40:33.011 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:32 vm09 bash[35508]: cluster 2026-04-16T18:40:30.997703+0000 mgr.vm06.sywxig (mgr.14229) 64 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-04-16T18:40:33.011 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:32 vm09 bash[35508]: audit 2026-04-16T18:40:32.258979+0000 mon.vm06 (mon.0) 372 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:40:33.011 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:32 vm09 bash[35508]: audit 2026-04-16T18:40:32.258979+0000 mon.vm06 (mon.0) 372 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:40:33.011 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:32 vm09 bash[35508]: audit 2026-04-16T18:40:32.263734+0000 mon.vm06 (mon.0) 373 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:40:33.011 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:32 vm09 bash[35508]: audit 2026-04-16T18:40:32.263734+0000 mon.vm06 (mon.0) 373 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:40:33.011 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:32 vm09 bash[35508]: audit 2026-04-16T18:40:32.271840+0000 mon.vm06 (mon.0) 374 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:40:33.011 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:32 vm09 bash[35508]: audit 2026-04-16T18:40:32.271840+0000 mon.vm06 (mon.0) 374 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:40:33.011 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:32 vm09 bash[35508]: audit 2026-04-16T18:40:32.275791+0000 mon.vm06 (mon.0) 375 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:40:33.011 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:32 vm09 bash[35508]: audit 2026-04-16T18:40:32.275791+0000 mon.vm06 (mon.0) 375 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:40:33.011 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:32 vm09 bash[35508]: audit 2026-04-16T18:40:32.537361+0000 mon.vm06 (mon.0) 376 : audit [DBG] from='client.? 192.168.123.106:0/1072379420' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2026-04-16T18:40:33.011 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:32 vm09 bash[35508]: audit 2026-04-16T18:40:32.537361+0000 mon.vm06 (mon.0) 376 : audit [DBG] from='client.? 192.168.123.106:0/1072379420' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2026-04-16T18:40:33.604 DEBUG:teuthology.orchestra.run.vm06:> sudo /home/ubuntu/cephtest/cephadm --image harbor.clyso.com/custom-ceph/ceph/ceph:sse-s3-kmip-preview-not-for-production-7 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4f654fb6-39c3-11f1-a5d5-6940ad893399 -- ceph osd stat -f json 2026-04-16T18:40:33.865 INFO:teuthology.orchestra.run.vm06.stderr:Inferring config /var/lib/ceph/4f654fb6-39c3-11f1-a5d5-6940ad893399/mon.vm06/config 2026-04-16T18:40:33.910 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:33 vm06 bash[28176]: audit 2026-04-16T18:40:32.771552+0000 mon.vm06 (mon.0) 377 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:40:33.910 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:33 vm06 bash[28176]: audit 2026-04-16T18:40:32.771552+0000 mon.vm06 (mon.0) 377 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:40:33.910 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:33 vm06 bash[28176]: audit 2026-04-16T18:40:32.775829+0000 mon.vm06 (mon.0) 378 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:40:33.911 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:33 vm06 bash[28176]: audit 2026-04-16T18:40:32.775829+0000 mon.vm06 (mon.0) 378 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:40:33.911 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:33 vm06 bash[28176]: audit 2026-04-16T18:40:32.780091+0000 mon.vm06 (mon.0) 379 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:40:33.911 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:33 vm06 bash[28176]: audit 2026-04-16T18:40:32.780091+0000 mon.vm06 (mon.0) 379 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:40:33.911 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:33 vm06 bash[28176]: audit 2026-04-16T18:40:32.783802+0000 mon.vm06 (mon.0) 380 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:40:33.911 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:33 vm06 bash[28176]: audit 2026-04-16T18:40:32.783802+0000 mon.vm06 (mon.0) 380 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:40:33.911 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:33 vm06 bash[28176]: audit 2026-04-16T18:40:32.784389+0000 mon.vm06 (mon.0) 381 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-04-16T18:40:33.911 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:33 vm06 bash[28176]: audit 2026-04-16T18:40:32.784389+0000 mon.vm06 (mon.0) 381 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-04-16T18:40:33.911 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:33 vm06 bash[28176]: audit 2026-04-16T18:40:32.784778+0000 mon.vm06 (mon.0) 382 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-04-16T18:40:33.911 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:33 vm06 bash[28176]: audit 2026-04-16T18:40:32.784778+0000 mon.vm06 (mon.0) 382 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-04-16T18:40:33.911 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:33 vm06 bash[28176]: audit 2026-04-16T18:40:32.787805+0000 mon.vm06 (mon.0) 383 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:40:33.911 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:33 vm06 bash[28176]: audit 2026-04-16T18:40:32.787805+0000 mon.vm06 (mon.0) 383 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:40:33.911 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:33 vm06 bash[28176]: audit 2026-04-16T18:40:32.788993+0000 mon.vm06 (mon.0) 384 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-04-16T18:40:33.911 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:33 vm06 bash[28176]: audit 2026-04-16T18:40:32.788993+0000 mon.vm06 (mon.0) 384 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-04-16T18:40:33.911 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:33 vm06 bash[28176]: audit 2026-04-16T18:40:32.790580+0000 mon.vm06 (mon.0) 385 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-04-16T18:40:33.911 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:33 vm06 bash[28176]: audit 2026-04-16T18:40:32.790580+0000 mon.vm06 (mon.0) 385 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-04-16T18:40:33.911 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:33 vm06 bash[28176]: audit 2026-04-16T18:40:32.790919+0000 mon.vm06 (mon.0) 386 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-04-16T18:40:33.911 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:33 vm06 bash[28176]: audit 2026-04-16T18:40:32.790919+0000 mon.vm06 (mon.0) 386 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-04-16T18:40:33.911 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:33 vm06 bash[28176]: audit 2026-04-16T18:40:32.792330+0000 mon.vm06 (mon.0) 387 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-04-16T18:40:33.911 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:33 vm06 bash[28176]: audit 2026-04-16T18:40:32.792330+0000 mon.vm06 (mon.0) 387 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-04-16T18:40:33.911 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:33 vm06 bash[28176]: audit 2026-04-16T18:40:32.792666+0000 mon.vm06 (mon.0) 388 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-04-16T18:40:33.911 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:33 vm06 bash[28176]: audit 2026-04-16T18:40:32.792666+0000 mon.vm06 (mon.0) 388 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-04-16T18:40:33.911 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:33 vm06 bash[28176]: cluster 2026-04-16T18:40:32.997888+0000 mgr.vm06.sywxig (mgr.14229) 65 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-04-16T18:40:33.911 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:33 vm06 bash[28176]: cluster 2026-04-16T18:40:32.997888+0000 mgr.vm06.sywxig (mgr.14229) 65 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-04-16T18:40:34.073 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:33 vm09 bash[35508]: audit 2026-04-16T18:40:32.771552+0000 mon.vm06 (mon.0) 377 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:40:34.073 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:33 vm09 bash[35508]: audit 2026-04-16T18:40:32.771552+0000 mon.vm06 (mon.0) 377 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:40:34.073 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:33 vm09 bash[35508]: audit 2026-04-16T18:40:32.775829+0000 mon.vm06 (mon.0) 378 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:40:34.073 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:33 vm09 bash[35508]: audit 2026-04-16T18:40:32.775829+0000 mon.vm06 (mon.0) 378 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:40:34.073 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:33 vm09 bash[35508]: audit 2026-04-16T18:40:32.780091+0000 mon.vm06 (mon.0) 379 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:40:34.073 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:33 vm09 bash[35508]: audit 2026-04-16T18:40:32.780091+0000 mon.vm06 (mon.0) 379 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:40:34.073 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:33 vm09 bash[35508]: audit 2026-04-16T18:40:32.783802+0000 mon.vm06 (mon.0) 380 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:40:34.073 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:33 vm09 bash[35508]: audit 2026-04-16T18:40:32.783802+0000 mon.vm06 (mon.0) 380 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:40:34.073 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:33 vm09 bash[35508]: audit 2026-04-16T18:40:32.784389+0000 mon.vm06 (mon.0) 381 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-04-16T18:40:34.073 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:33 vm09 bash[35508]: audit 2026-04-16T18:40:32.784389+0000 mon.vm06 (mon.0) 381 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-04-16T18:40:34.073 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:33 vm09 bash[35508]: audit 2026-04-16T18:40:32.784778+0000 mon.vm06 (mon.0) 382 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-04-16T18:40:34.073 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:33 vm09 bash[35508]: audit 2026-04-16T18:40:32.784778+0000 mon.vm06 (mon.0) 382 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-04-16T18:40:34.073 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:33 vm09 bash[35508]: audit 2026-04-16T18:40:32.787805+0000 mon.vm06 (mon.0) 383 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:40:34.073 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:33 vm09 bash[35508]: audit 2026-04-16T18:40:32.787805+0000 mon.vm06 (mon.0) 383 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:40:34.073 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:33 vm09 bash[35508]: audit 2026-04-16T18:40:32.788993+0000 mon.vm06 (mon.0) 384 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-04-16T18:40:34.073 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:33 vm09 bash[35508]: audit 2026-04-16T18:40:32.788993+0000 mon.vm06 (mon.0) 384 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-04-16T18:40:34.073 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:33 vm09 bash[35508]: audit 2026-04-16T18:40:32.790580+0000 mon.vm06 (mon.0) 385 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-04-16T18:40:34.073 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:33 vm09 bash[35508]: audit 2026-04-16T18:40:32.790580+0000 mon.vm06 (mon.0) 385 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-04-16T18:40:34.073 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:33 vm09 bash[35508]: audit 2026-04-16T18:40:32.790919+0000 mon.vm06 (mon.0) 386 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-04-16T18:40:34.073 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:33 vm09 bash[35508]: audit 2026-04-16T18:40:32.790919+0000 mon.vm06 (mon.0) 386 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-04-16T18:40:34.073 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:33 vm09 bash[35508]: audit 2026-04-16T18:40:32.792330+0000 mon.vm06 (mon.0) 387 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-04-16T18:40:34.073 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:33 vm09 bash[35508]: audit 2026-04-16T18:40:32.792330+0000 mon.vm06 (mon.0) 387 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-04-16T18:40:34.073 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:33 vm09 bash[35508]: audit 2026-04-16T18:40:32.792666+0000 mon.vm06 (mon.0) 388 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-04-16T18:40:34.074 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:33 vm09 bash[35508]: audit 2026-04-16T18:40:32.792666+0000 mon.vm06 (mon.0) 388 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-04-16T18:40:34.074 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:33 vm09 bash[35508]: cluster 2026-04-16T18:40:32.997888+0000 mgr.vm06.sywxig (mgr.14229) 65 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-04-16T18:40:34.074 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:33 vm09 bash[35508]: cluster 2026-04-16T18:40:32.997888+0000 mgr.vm06.sywxig (mgr.14229) 65 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-04-16T18:40:34.224 INFO:teuthology.orchestra.run.vm06.stdout: 2026-04-16T18:40:34.289 INFO:teuthology.orchestra.run.vm06.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-04-16T18:40:35.085 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:34 vm06 bash[28176]: audit 2026-04-16T18:40:34.223542+0000 mon.vm06 (mon.0) 389 : audit [DBG] from='client.? 192.168.123.106:0/1775100377' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2026-04-16T18:40:35.085 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:34 vm06 bash[28176]: audit 2026-04-16T18:40:34.223542+0000 mon.vm06 (mon.0) 389 : audit [DBG] from='client.? 192.168.123.106:0/1775100377' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2026-04-16T18:40:35.149 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:34 vm09 bash[35508]: audit 2026-04-16T18:40:34.223542+0000 mon.vm06 (mon.0) 389 : audit [DBG] from='client.? 192.168.123.106:0/1775100377' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2026-04-16T18:40:35.149 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:34 vm09 bash[35508]: audit 2026-04-16T18:40:34.223542+0000 mon.vm06 (mon.0) 389 : audit [DBG] from='client.? 192.168.123.106:0/1775100377' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2026-04-16T18:40:35.290 DEBUG:teuthology.orchestra.run.vm06:> sudo /home/ubuntu/cephtest/cephadm --image harbor.clyso.com/custom-ceph/ceph/ceph:sse-s3-kmip-preview-not-for-production-7 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4f654fb6-39c3-11f1-a5d5-6940ad893399 -- ceph osd stat -f json 2026-04-16T18:40:35.539 INFO:teuthology.orchestra.run.vm06.stderr:Inferring config /var/lib/ceph/4f654fb6-39c3-11f1-a5d5-6940ad893399/mon.vm06/config 2026-04-16T18:40:35.895 INFO:teuthology.orchestra.run.vm06.stdout: 2026-04-16T18:40:35.907 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:35 vm06 bash[28176]: audit 2026-04-16T18:40:34.922109+0000 mon.vm06 (mon.0) 390 : audit [INF] from='client.? 192.168.123.106:0/2897672188' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "ba1a986f-753c-41cc-b358-f3527ec7dc40"} : dispatch 2026-04-16T18:40:35.907 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:35 vm06 bash[28176]: audit 2026-04-16T18:40:34.922109+0000 mon.vm06 (mon.0) 390 : audit [INF] from='client.? 192.168.123.106:0/2897672188' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "ba1a986f-753c-41cc-b358-f3527ec7dc40"} : dispatch 2026-04-16T18:40:35.907 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:35 vm06 bash[28176]: audit 2026-04-16T18:40:34.925411+0000 mon.vm06 (mon.0) 391 : audit [INF] from='client.? 192.168.123.106:0/2897672188' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "ba1a986f-753c-41cc-b358-f3527ec7dc40"}]': finished 2026-04-16T18:40:35.907 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:35 vm06 bash[28176]: audit 2026-04-16T18:40:34.925411+0000 mon.vm06 (mon.0) 391 : audit [INF] from='client.? 192.168.123.106:0/2897672188' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "ba1a986f-753c-41cc-b358-f3527ec7dc40"}]': finished 2026-04-16T18:40:35.907 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:35 vm06 bash[28176]: cluster 2026-04-16T18:40:34.929009+0000 mon.vm06 (mon.0) 392 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2026-04-16T18:40:35.907 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:35 vm06 bash[28176]: cluster 2026-04-16T18:40:34.929009+0000 mon.vm06 (mon.0) 392 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2026-04-16T18:40:35.907 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:35 vm06 bash[28176]: audit 2026-04-16T18:40:34.929159+0000 mon.vm06 (mon.0) 393 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-04-16T18:40:35.907 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:35 vm06 bash[28176]: audit 2026-04-16T18:40:34.929159+0000 mon.vm06 (mon.0) 393 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-04-16T18:40:35.907 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:35 vm06 bash[28176]: cluster 2026-04-16T18:40:34.998082+0000 mgr.vm06.sywxig (mgr.14229) 66 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-04-16T18:40:35.907 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:35 vm06 bash[28176]: cluster 2026-04-16T18:40:34.998082+0000 mgr.vm06.sywxig (mgr.14229) 66 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-04-16T18:40:35.907 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:35 vm06 bash[28176]: audit 2026-04-16T18:40:35.008417+0000 mon.vm09 (mon.1) 2 : audit [INF] from='client.? 192.168.123.109:0/1892086583' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "7e152960-0076-4031-a8f1-484d6023cfa5"} : dispatch 2026-04-16T18:40:35.907 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:35 vm06 bash[28176]: audit 2026-04-16T18:40:35.008417+0000 mon.vm09 (mon.1) 2 : audit [INF] from='client.? 192.168.123.109:0/1892086583' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "7e152960-0076-4031-a8f1-484d6023cfa5"} : dispatch 2026-04-16T18:40:35.907 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:35 vm06 bash[28176]: audit 2026-04-16T18:40:35.009141+0000 mon.vm06 (mon.0) 394 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "7e152960-0076-4031-a8f1-484d6023cfa5"} : dispatch 2026-04-16T18:40:35.908 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:35 vm06 bash[28176]: audit 2026-04-16T18:40:35.009141+0000 mon.vm06 (mon.0) 394 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "7e152960-0076-4031-a8f1-484d6023cfa5"} : dispatch 2026-04-16T18:40:35.908 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:35 vm06 bash[28176]: audit 2026-04-16T18:40:35.039788+0000 mon.vm06 (mon.0) 395 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "7e152960-0076-4031-a8f1-484d6023cfa5"}]': finished 2026-04-16T18:40:35.908 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:35 vm06 bash[28176]: audit 2026-04-16T18:40:35.039788+0000 mon.vm06 (mon.0) 395 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "7e152960-0076-4031-a8f1-484d6023cfa5"}]': finished 2026-04-16T18:40:35.908 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:35 vm06 bash[28176]: cluster 2026-04-16T18:40:35.041988+0000 mon.vm06 (mon.0) 396 : cluster [DBG] osdmap e7: 2 total, 0 up, 2 in 2026-04-16T18:40:35.908 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:35 vm06 bash[28176]: cluster 2026-04-16T18:40:35.041988+0000 mon.vm06 (mon.0) 396 : cluster [DBG] osdmap e7: 2 total, 0 up, 2 in 2026-04-16T18:40:35.908 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:35 vm06 bash[28176]: audit 2026-04-16T18:40:35.042096+0000 mon.vm06 (mon.0) 397 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-04-16T18:40:35.908 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:35 vm06 bash[28176]: audit 2026-04-16T18:40:35.042096+0000 mon.vm06 (mon.0) 397 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-04-16T18:40:35.908 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:35 vm06 bash[28176]: audit 2026-04-16T18:40:35.042185+0000 mon.vm06 (mon.0) 398 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-04-16T18:40:35.908 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:35 vm06 bash[28176]: audit 2026-04-16T18:40:35.042185+0000 mon.vm06 (mon.0) 398 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-04-16T18:40:35.908 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:35 vm06 bash[28176]: audit 2026-04-16T18:40:35.255501+0000 mon.vm06 (mon.0) 399 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-04-16T18:40:35.908 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:35 vm06 bash[28176]: audit 2026-04-16T18:40:35.255501+0000 mon.vm06 (mon.0) 399 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-04-16T18:40:35.908 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:35 vm06 bash[28176]: audit 2026-04-16T18:40:35.668363+0000 mon.vm06 (mon.0) 400 : audit [DBG] from='client.? 192.168.123.106:0/1914203835' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2026-04-16T18:40:35.908 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:35 vm06 bash[28176]: audit 2026-04-16T18:40:35.668363+0000 mon.vm06 (mon.0) 400 : audit [DBG] from='client.? 192.168.123.106:0/1914203835' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2026-04-16T18:40:35.982 INFO:teuthology.orchestra.run.vm06.stdout:{"epoch":7,"num_osds":2,"num_up_osds":0,"osd_up_since":0,"num_in_osds":2,"osd_in_since":1776364835,"num_remapped_pgs":0} 2026-04-16T18:40:36.261 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:35 vm09 bash[35508]: audit 2026-04-16T18:40:34.922109+0000 mon.vm06 (mon.0) 390 : audit [INF] from='client.? 192.168.123.106:0/2897672188' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "ba1a986f-753c-41cc-b358-f3527ec7dc40"} : dispatch 2026-04-16T18:40:36.261 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:35 vm09 bash[35508]: audit 2026-04-16T18:40:34.922109+0000 mon.vm06 (mon.0) 390 : audit [INF] from='client.? 192.168.123.106:0/2897672188' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "ba1a986f-753c-41cc-b358-f3527ec7dc40"} : dispatch 2026-04-16T18:40:36.261 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:35 vm09 bash[35508]: audit 2026-04-16T18:40:34.925411+0000 mon.vm06 (mon.0) 391 : audit [INF] from='client.? 192.168.123.106:0/2897672188' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "ba1a986f-753c-41cc-b358-f3527ec7dc40"}]': finished 2026-04-16T18:40:36.261 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:35 vm09 bash[35508]: audit 2026-04-16T18:40:34.925411+0000 mon.vm06 (mon.0) 391 : audit [INF] from='client.? 192.168.123.106:0/2897672188' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "ba1a986f-753c-41cc-b358-f3527ec7dc40"}]': finished 2026-04-16T18:40:36.261 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:35 vm09 bash[35508]: cluster 2026-04-16T18:40:34.929009+0000 mon.vm06 (mon.0) 392 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2026-04-16T18:40:36.261 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:35 vm09 bash[35508]: cluster 2026-04-16T18:40:34.929009+0000 mon.vm06 (mon.0) 392 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2026-04-16T18:40:36.261 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:35 vm09 bash[35508]: audit 2026-04-16T18:40:34.929159+0000 mon.vm06 (mon.0) 393 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-04-16T18:40:36.261 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:35 vm09 bash[35508]: audit 2026-04-16T18:40:34.929159+0000 mon.vm06 (mon.0) 393 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-04-16T18:40:36.261 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:35 vm09 bash[35508]: cluster 2026-04-16T18:40:34.998082+0000 mgr.vm06.sywxig (mgr.14229) 66 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-04-16T18:40:36.261 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:35 vm09 bash[35508]: cluster 2026-04-16T18:40:34.998082+0000 mgr.vm06.sywxig (mgr.14229) 66 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-04-16T18:40:36.261 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:35 vm09 bash[35508]: audit 2026-04-16T18:40:35.008417+0000 mon.vm09 (mon.1) 2 : audit [INF] from='client.? 192.168.123.109:0/1892086583' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "7e152960-0076-4031-a8f1-484d6023cfa5"} : dispatch 2026-04-16T18:40:36.261 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:35 vm09 bash[35508]: audit 2026-04-16T18:40:35.008417+0000 mon.vm09 (mon.1) 2 : audit [INF] from='client.? 192.168.123.109:0/1892086583' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "7e152960-0076-4031-a8f1-484d6023cfa5"} : dispatch 2026-04-16T18:40:36.261 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:35 vm09 bash[35508]: audit 2026-04-16T18:40:35.009141+0000 mon.vm06 (mon.0) 394 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "7e152960-0076-4031-a8f1-484d6023cfa5"} : dispatch 2026-04-16T18:40:36.261 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:35 vm09 bash[35508]: audit 2026-04-16T18:40:35.009141+0000 mon.vm06 (mon.0) 394 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "7e152960-0076-4031-a8f1-484d6023cfa5"} : dispatch 2026-04-16T18:40:36.261 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:35 vm09 bash[35508]: audit 2026-04-16T18:40:35.039788+0000 mon.vm06 (mon.0) 395 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "7e152960-0076-4031-a8f1-484d6023cfa5"}]': finished 2026-04-16T18:40:36.261 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:35 vm09 bash[35508]: audit 2026-04-16T18:40:35.039788+0000 mon.vm06 (mon.0) 395 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "7e152960-0076-4031-a8f1-484d6023cfa5"}]': finished 2026-04-16T18:40:36.261 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:35 vm09 bash[35508]: cluster 2026-04-16T18:40:35.041988+0000 mon.vm06 (mon.0) 396 : cluster [DBG] osdmap e7: 2 total, 0 up, 2 in 2026-04-16T18:40:36.261 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:35 vm09 bash[35508]: cluster 2026-04-16T18:40:35.041988+0000 mon.vm06 (mon.0) 396 : cluster [DBG] osdmap e7: 2 total, 0 up, 2 in 2026-04-16T18:40:36.261 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:35 vm09 bash[35508]: audit 2026-04-16T18:40:35.042096+0000 mon.vm06 (mon.0) 397 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-04-16T18:40:36.262 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:35 vm09 bash[35508]: audit 2026-04-16T18:40:35.042096+0000 mon.vm06 (mon.0) 397 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-04-16T18:40:36.262 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:35 vm09 bash[35508]: audit 2026-04-16T18:40:35.042185+0000 mon.vm06 (mon.0) 398 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-04-16T18:40:36.262 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:35 vm09 bash[35508]: audit 2026-04-16T18:40:35.042185+0000 mon.vm06 (mon.0) 398 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-04-16T18:40:36.262 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:35 vm09 bash[35508]: audit 2026-04-16T18:40:35.255501+0000 mon.vm06 (mon.0) 399 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-04-16T18:40:36.262 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:35 vm09 bash[35508]: audit 2026-04-16T18:40:35.255501+0000 mon.vm06 (mon.0) 399 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-04-16T18:40:36.262 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:35 vm09 bash[35508]: audit 2026-04-16T18:40:35.668363+0000 mon.vm06 (mon.0) 400 : audit [DBG] from='client.? 192.168.123.106:0/1914203835' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2026-04-16T18:40:36.262 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:35 vm09 bash[35508]: audit 2026-04-16T18:40:35.668363+0000 mon.vm06 (mon.0) 400 : audit [DBG] from='client.? 192.168.123.106:0/1914203835' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2026-04-16T18:40:36.841 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:36 vm06 bash[28176]: audit 2026-04-16T18:40:35.803438+0000 mon.vm09 (mon.1) 3 : audit [DBG] from='client.? 192.168.123.109:0/1579238717' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2026-04-16T18:40:36.841 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:36 vm06 bash[28176]: audit 2026-04-16T18:40:35.803438+0000 mon.vm09 (mon.1) 3 : audit [DBG] from='client.? 192.168.123.109:0/1579238717' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2026-04-16T18:40:36.841 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:36 vm06 bash[28176]: audit 2026-04-16T18:40:35.895327+0000 mon.vm06 (mon.0) 401 : audit [DBG] from='client.? 192.168.123.106:0/1390664748' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2026-04-16T18:40:36.841 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:36 vm06 bash[28176]: audit 2026-04-16T18:40:35.895327+0000 mon.vm06 (mon.0) 401 : audit [DBG] from='client.? 192.168.123.106:0/1390664748' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2026-04-16T18:40:36.841 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:36 vm06 bash[28176]: audit 2026-04-16T18:40:36.738709+0000 mon.vm06 (mon.0) 402 : audit [INF] from='client.? 192.168.123.106:0/3461896582' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "cbd18961-0271-473d-bc72-ce01a43b7e8c"} : dispatch 2026-04-16T18:40:36.841 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:36 vm06 bash[28176]: audit 2026-04-16T18:40:36.738709+0000 mon.vm06 (mon.0) 402 : audit [INF] from='client.? 192.168.123.106:0/3461896582' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "cbd18961-0271-473d-bc72-ce01a43b7e8c"} : dispatch 2026-04-16T18:40:36.841 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:36 vm06 bash[28176]: audit 2026-04-16T18:40:36.741957+0000 mon.vm06 (mon.0) 403 : audit [INF] from='client.? 192.168.123.106:0/3461896582' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "cbd18961-0271-473d-bc72-ce01a43b7e8c"}]': finished 2026-04-16T18:40:36.841 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:36 vm06 bash[28176]: audit 2026-04-16T18:40:36.741957+0000 mon.vm06 (mon.0) 403 : audit [INF] from='client.? 192.168.123.106:0/3461896582' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "cbd18961-0271-473d-bc72-ce01a43b7e8c"}]': finished 2026-04-16T18:40:36.841 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:36 vm06 bash[28176]: cluster 2026-04-16T18:40:36.744124+0000 mon.vm06 (mon.0) 404 : cluster [DBG] osdmap e8: 3 total, 0 up, 3 in 2026-04-16T18:40:36.841 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:36 vm06 bash[28176]: cluster 2026-04-16T18:40:36.744124+0000 mon.vm06 (mon.0) 404 : cluster [DBG] osdmap e8: 3 total, 0 up, 3 in 2026-04-16T18:40:36.841 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:36 vm06 bash[28176]: audit 2026-04-16T18:40:36.744292+0000 mon.vm06 (mon.0) 405 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-04-16T18:40:36.841 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:36 vm06 bash[28176]: audit 2026-04-16T18:40:36.744292+0000 mon.vm06 (mon.0) 405 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-04-16T18:40:36.841 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:36 vm06 bash[28176]: audit 2026-04-16T18:40:36.744392+0000 mon.vm06 (mon.0) 406 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-04-16T18:40:36.841 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:36 vm06 bash[28176]: audit 2026-04-16T18:40:36.744392+0000 mon.vm06 (mon.0) 406 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-04-16T18:40:36.841 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:36 vm06 bash[28176]: audit 2026-04-16T18:40:36.744480+0000 mon.vm06 (mon.0) 407 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2026-04-16T18:40:36.841 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:36 vm06 bash[28176]: audit 2026-04-16T18:40:36.744480+0000 mon.vm06 (mon.0) 407 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2026-04-16T18:40:36.983 DEBUG:teuthology.orchestra.run.vm06:> sudo /home/ubuntu/cephtest/cephadm --image harbor.clyso.com/custom-ceph/ceph/ceph:sse-s3-kmip-preview-not-for-production-7 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4f654fb6-39c3-11f1-a5d5-6940ad893399 -- ceph osd stat -f json 2026-04-16T18:40:37.243 INFO:teuthology.orchestra.run.vm06.stderr:Inferring config /var/lib/ceph/4f654fb6-39c3-11f1-a5d5-6940ad893399/mon.vm06/config 2026-04-16T18:40:37.261 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:36 vm09 bash[35508]: audit 2026-04-16T18:40:35.803438+0000 mon.vm09 (mon.1) 3 : audit [DBG] from='client.? 192.168.123.109:0/1579238717' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2026-04-16T18:40:37.261 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:36 vm09 bash[35508]: audit 2026-04-16T18:40:35.803438+0000 mon.vm09 (mon.1) 3 : audit [DBG] from='client.? 192.168.123.109:0/1579238717' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2026-04-16T18:40:37.261 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:36 vm09 bash[35508]: audit 2026-04-16T18:40:35.895327+0000 mon.vm06 (mon.0) 401 : audit [DBG] from='client.? 192.168.123.106:0/1390664748' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2026-04-16T18:40:37.261 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:36 vm09 bash[35508]: audit 2026-04-16T18:40:35.895327+0000 mon.vm06 (mon.0) 401 : audit [DBG] from='client.? 192.168.123.106:0/1390664748' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2026-04-16T18:40:37.261 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:36 vm09 bash[35508]: audit 2026-04-16T18:40:36.738709+0000 mon.vm06 (mon.0) 402 : audit [INF] from='client.? 192.168.123.106:0/3461896582' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "cbd18961-0271-473d-bc72-ce01a43b7e8c"} : dispatch 2026-04-16T18:40:37.261 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:36 vm09 bash[35508]: audit 2026-04-16T18:40:36.738709+0000 mon.vm06 (mon.0) 402 : audit [INF] from='client.? 192.168.123.106:0/3461896582' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "cbd18961-0271-473d-bc72-ce01a43b7e8c"} : dispatch 2026-04-16T18:40:37.261 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:36 vm09 bash[35508]: audit 2026-04-16T18:40:36.741957+0000 mon.vm06 (mon.0) 403 : audit [INF] from='client.? 192.168.123.106:0/3461896582' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "cbd18961-0271-473d-bc72-ce01a43b7e8c"}]': finished 2026-04-16T18:40:37.261 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:36 vm09 bash[35508]: audit 2026-04-16T18:40:36.741957+0000 mon.vm06 (mon.0) 403 : audit [INF] from='client.? 192.168.123.106:0/3461896582' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "cbd18961-0271-473d-bc72-ce01a43b7e8c"}]': finished 2026-04-16T18:40:37.261 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:36 vm09 bash[35508]: cluster 2026-04-16T18:40:36.744124+0000 mon.vm06 (mon.0) 404 : cluster [DBG] osdmap e8: 3 total, 0 up, 3 in 2026-04-16T18:40:37.261 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:36 vm09 bash[35508]: cluster 2026-04-16T18:40:36.744124+0000 mon.vm06 (mon.0) 404 : cluster [DBG] osdmap e8: 3 total, 0 up, 3 in 2026-04-16T18:40:37.261 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:36 vm09 bash[35508]: audit 2026-04-16T18:40:36.744292+0000 mon.vm06 (mon.0) 405 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-04-16T18:40:37.261 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:36 vm09 bash[35508]: audit 2026-04-16T18:40:36.744292+0000 mon.vm06 (mon.0) 405 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-04-16T18:40:37.261 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:36 vm09 bash[35508]: audit 2026-04-16T18:40:36.744392+0000 mon.vm06 (mon.0) 406 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-04-16T18:40:37.261 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:36 vm09 bash[35508]: audit 2026-04-16T18:40:36.744392+0000 mon.vm06 (mon.0) 406 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-04-16T18:40:37.261 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:36 vm09 bash[35508]: audit 2026-04-16T18:40:36.744480+0000 mon.vm06 (mon.0) 407 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2026-04-16T18:40:37.261 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:36 vm09 bash[35508]: audit 2026-04-16T18:40:36.744480+0000 mon.vm06 (mon.0) 407 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2026-04-16T18:40:37.607 INFO:teuthology.orchestra.run.vm06.stdout: 2026-04-16T18:40:37.671 INFO:teuthology.orchestra.run.vm06.stdout:{"epoch":9,"num_osds":4,"num_up_osds":0,"osd_up_since":0,"num_in_osds":4,"osd_in_since":1776364837,"num_remapped_pgs":0} 2026-04-16T18:40:37.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:37 vm06 bash[28176]: cluster 2026-04-16T18:40:36.998280+0000 mgr.vm06.sywxig (mgr.14229) 67 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-04-16T18:40:37.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:37 vm06 bash[28176]: cluster 2026-04-16T18:40:36.998280+0000 mgr.vm06.sywxig (mgr.14229) 67 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-04-16T18:40:37.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:37 vm06 bash[28176]: audit 2026-04-16T18:40:37.233237+0000 mon.vm09 (mon.1) 4 : audit [INF] from='client.? 192.168.123.109:0/3604999885' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "28971eb9-d017-487c-8a3e-d7fa69c79787"} : dispatch 2026-04-16T18:40:37.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:37 vm06 bash[28176]: audit 2026-04-16T18:40:37.233237+0000 mon.vm09 (mon.1) 4 : audit [INF] from='client.? 192.168.123.109:0/3604999885' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "28971eb9-d017-487c-8a3e-d7fa69c79787"} : dispatch 2026-04-16T18:40:37.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:37 vm06 bash[28176]: audit 2026-04-16T18:40:37.233816+0000 mon.vm06 (mon.0) 408 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "28971eb9-d017-487c-8a3e-d7fa69c79787"} : dispatch 2026-04-16T18:40:37.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:37 vm06 bash[28176]: audit 2026-04-16T18:40:37.233816+0000 mon.vm06 (mon.0) 408 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "28971eb9-d017-487c-8a3e-d7fa69c79787"} : dispatch 2026-04-16T18:40:37.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:37 vm06 bash[28176]: audit 2026-04-16T18:40:37.236165+0000 mon.vm06 (mon.0) 409 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "28971eb9-d017-487c-8a3e-d7fa69c79787"}]': finished 2026-04-16T18:40:37.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:37 vm06 bash[28176]: audit 2026-04-16T18:40:37.236165+0000 mon.vm06 (mon.0) 409 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "28971eb9-d017-487c-8a3e-d7fa69c79787"}]': finished 2026-04-16T18:40:37.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:37 vm06 bash[28176]: cluster 2026-04-16T18:40:37.238046+0000 mon.vm06 (mon.0) 410 : cluster [DBG] osdmap e9: 4 total, 0 up, 4 in 2026-04-16T18:40:37.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:37 vm06 bash[28176]: cluster 2026-04-16T18:40:37.238046+0000 mon.vm06 (mon.0) 410 : cluster [DBG] osdmap e9: 4 total, 0 up, 4 in 2026-04-16T18:40:37.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:37 vm06 bash[28176]: audit 2026-04-16T18:40:37.238193+0000 mon.vm06 (mon.0) 411 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-04-16T18:40:37.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:37 vm06 bash[28176]: audit 2026-04-16T18:40:37.238193+0000 mon.vm06 (mon.0) 411 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-04-16T18:40:37.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:37 vm06 bash[28176]: audit 2026-04-16T18:40:37.238295+0000 mon.vm06 (mon.0) 412 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-04-16T18:40:37.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:37 vm06 bash[28176]: audit 2026-04-16T18:40:37.238295+0000 mon.vm06 (mon.0) 412 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-04-16T18:40:37.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:37 vm06 bash[28176]: audit 2026-04-16T18:40:37.238397+0000 mon.vm06 (mon.0) 413 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2026-04-16T18:40:37.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:37 vm06 bash[28176]: audit 2026-04-16T18:40:37.238397+0000 mon.vm06 (mon.0) 413 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2026-04-16T18:40:37.925 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:37 vm06 bash[28176]: audit 2026-04-16T18:40:37.238476+0000 mon.vm06 (mon.0) 414 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2026-04-16T18:40:37.925 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:37 vm06 bash[28176]: audit 2026-04-16T18:40:37.238476+0000 mon.vm06 (mon.0) 414 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2026-04-16T18:40:37.925 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:37 vm06 bash[28176]: audit 2026-04-16T18:40:37.509959+0000 mon.vm06 (mon.0) 415 : audit [DBG] from='client.? 192.168.123.106:0/1057573932' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2026-04-16T18:40:37.925 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:37 vm06 bash[28176]: audit 2026-04-16T18:40:37.509959+0000 mon.vm06 (mon.0) 415 : audit [DBG] from='client.? 192.168.123.106:0/1057573932' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2026-04-16T18:40:37.925 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:37 vm06 bash[28176]: audit 2026-04-16T18:40:37.606905+0000 mon.vm06 (mon.0) 416 : audit [DBG] from='client.? 192.168.123.106:0/2631477454' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2026-04-16T18:40:37.925 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:37 vm06 bash[28176]: audit 2026-04-16T18:40:37.606905+0000 mon.vm06 (mon.0) 416 : audit [DBG] from='client.? 192.168.123.106:0/2631477454' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2026-04-16T18:40:38.261 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:37 vm09 bash[35508]: cluster 2026-04-16T18:40:36.998280+0000 mgr.vm06.sywxig (mgr.14229) 67 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-04-16T18:40:38.261 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:37 vm09 bash[35508]: cluster 2026-04-16T18:40:36.998280+0000 mgr.vm06.sywxig (mgr.14229) 67 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-04-16T18:40:38.261 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:37 vm09 bash[35508]: audit 2026-04-16T18:40:37.233237+0000 mon.vm09 (mon.1) 4 : audit [INF] from='client.? 192.168.123.109:0/3604999885' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "28971eb9-d017-487c-8a3e-d7fa69c79787"} : dispatch 2026-04-16T18:40:38.261 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:37 vm09 bash[35508]: audit 2026-04-16T18:40:37.233237+0000 mon.vm09 (mon.1) 4 : audit [INF] from='client.? 192.168.123.109:0/3604999885' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "28971eb9-d017-487c-8a3e-d7fa69c79787"} : dispatch 2026-04-16T18:40:38.261 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:37 vm09 bash[35508]: audit 2026-04-16T18:40:37.233816+0000 mon.vm06 (mon.0) 408 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "28971eb9-d017-487c-8a3e-d7fa69c79787"} : dispatch 2026-04-16T18:40:38.261 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:37 vm09 bash[35508]: audit 2026-04-16T18:40:37.233816+0000 mon.vm06 (mon.0) 408 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "28971eb9-d017-487c-8a3e-d7fa69c79787"} : dispatch 2026-04-16T18:40:38.261 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:37 vm09 bash[35508]: audit 2026-04-16T18:40:37.236165+0000 mon.vm06 (mon.0) 409 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "28971eb9-d017-487c-8a3e-d7fa69c79787"}]': finished 2026-04-16T18:40:38.261 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:37 vm09 bash[35508]: audit 2026-04-16T18:40:37.236165+0000 mon.vm06 (mon.0) 409 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "28971eb9-d017-487c-8a3e-d7fa69c79787"}]': finished 2026-04-16T18:40:38.261 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:37 vm09 bash[35508]: cluster 2026-04-16T18:40:37.238046+0000 mon.vm06 (mon.0) 410 : cluster [DBG] osdmap e9: 4 total, 0 up, 4 in 2026-04-16T18:40:38.261 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:37 vm09 bash[35508]: cluster 2026-04-16T18:40:37.238046+0000 mon.vm06 (mon.0) 410 : cluster [DBG] osdmap e9: 4 total, 0 up, 4 in 2026-04-16T18:40:38.261 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:37 vm09 bash[35508]: audit 2026-04-16T18:40:37.238193+0000 mon.vm06 (mon.0) 411 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-04-16T18:40:38.261 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:37 vm09 bash[35508]: audit 2026-04-16T18:40:37.238193+0000 mon.vm06 (mon.0) 411 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-04-16T18:40:38.261 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:37 vm09 bash[35508]: audit 2026-04-16T18:40:37.238295+0000 mon.vm06 (mon.0) 412 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-04-16T18:40:38.261 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:37 vm09 bash[35508]: audit 2026-04-16T18:40:37.238295+0000 mon.vm06 (mon.0) 412 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-04-16T18:40:38.261 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:37 vm09 bash[35508]: audit 2026-04-16T18:40:37.238397+0000 mon.vm06 (mon.0) 413 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2026-04-16T18:40:38.261 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:37 vm09 bash[35508]: audit 2026-04-16T18:40:37.238397+0000 mon.vm06 (mon.0) 413 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2026-04-16T18:40:38.262 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:37 vm09 bash[35508]: audit 2026-04-16T18:40:37.238476+0000 mon.vm06 (mon.0) 414 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2026-04-16T18:40:38.262 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:37 vm09 bash[35508]: audit 2026-04-16T18:40:37.238476+0000 mon.vm06 (mon.0) 414 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2026-04-16T18:40:38.262 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:37 vm09 bash[35508]: audit 2026-04-16T18:40:37.509959+0000 mon.vm06 (mon.0) 415 : audit [DBG] from='client.? 192.168.123.106:0/1057573932' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2026-04-16T18:40:38.262 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:37 vm09 bash[35508]: audit 2026-04-16T18:40:37.509959+0000 mon.vm06 (mon.0) 415 : audit [DBG] from='client.? 192.168.123.106:0/1057573932' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2026-04-16T18:40:38.262 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:37 vm09 bash[35508]: audit 2026-04-16T18:40:37.606905+0000 mon.vm06 (mon.0) 416 : audit [DBG] from='client.? 192.168.123.106:0/2631477454' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2026-04-16T18:40:38.262 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:37 vm09 bash[35508]: audit 2026-04-16T18:40:37.606905+0000 mon.vm06 (mon.0) 416 : audit [DBG] from='client.? 192.168.123.106:0/2631477454' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2026-04-16T18:40:38.672 DEBUG:teuthology.orchestra.run.vm06:> sudo /home/ubuntu/cephtest/cephadm --image harbor.clyso.com/custom-ceph/ceph/ceph:sse-s3-kmip-preview-not-for-production-7 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4f654fb6-39c3-11f1-a5d5-6940ad893399 -- ceph osd stat -f json 2026-04-16T18:40:38.915 INFO:teuthology.orchestra.run.vm06.stderr:Inferring config /var/lib/ceph/4f654fb6-39c3-11f1-a5d5-6940ad893399/mon.vm06/config 2026-04-16T18:40:38.930 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:38 vm06 bash[28176]: audit 2026-04-16T18:40:37.942839+0000 mon.vm09 (mon.1) 5 : audit [DBG] from='client.? 192.168.123.109:0/1346274576' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2026-04-16T18:40:38.930 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:38 vm06 bash[28176]: audit 2026-04-16T18:40:37.942839+0000 mon.vm09 (mon.1) 5 : audit [DBG] from='client.? 192.168.123.109:0/1346274576' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2026-04-16T18:40:38.930 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:38 vm06 bash[28176]: audit 2026-04-16T18:40:38.589032+0000 mon.vm06 (mon.0) 417 : audit [INF] from='client.? 192.168.123.106:0/837032182' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "4f92db99-32e2-4a57-8f50-d5fda3fe78d0"} : dispatch 2026-04-16T18:40:38.930 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:38 vm06 bash[28176]: audit 2026-04-16T18:40:38.589032+0000 mon.vm06 (mon.0) 417 : audit [INF] from='client.? 192.168.123.106:0/837032182' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "4f92db99-32e2-4a57-8f50-d5fda3fe78d0"} : dispatch 2026-04-16T18:40:38.930 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:38 vm06 bash[28176]: audit 2026-04-16T18:40:38.599713+0000 mon.vm06 (mon.0) 418 : audit [INF] from='client.? 192.168.123.106:0/837032182' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "4f92db99-32e2-4a57-8f50-d5fda3fe78d0"}]': finished 2026-04-16T18:40:38.930 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:38 vm06 bash[28176]: audit 2026-04-16T18:40:38.599713+0000 mon.vm06 (mon.0) 418 : audit [INF] from='client.? 192.168.123.106:0/837032182' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "4f92db99-32e2-4a57-8f50-d5fda3fe78d0"}]': finished 2026-04-16T18:40:38.930 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:38 vm06 bash[28176]: cluster 2026-04-16T18:40:38.601655+0000 mon.vm06 (mon.0) 419 : cluster [DBG] osdmap e10: 5 total, 0 up, 5 in 2026-04-16T18:40:38.930 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:38 vm06 bash[28176]: cluster 2026-04-16T18:40:38.601655+0000 mon.vm06 (mon.0) 419 : cluster [DBG] osdmap e10: 5 total, 0 up, 5 in 2026-04-16T18:40:38.930 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:38 vm06 bash[28176]: audit 2026-04-16T18:40:38.601836+0000 mon.vm06 (mon.0) 420 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-04-16T18:40:38.930 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:38 vm06 bash[28176]: audit 2026-04-16T18:40:38.601836+0000 mon.vm06 (mon.0) 420 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-04-16T18:40:38.930 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:38 vm06 bash[28176]: audit 2026-04-16T18:40:38.601939+0000 mon.vm06 (mon.0) 421 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-04-16T18:40:38.930 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:38 vm06 bash[28176]: audit 2026-04-16T18:40:38.601939+0000 mon.vm06 (mon.0) 421 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-04-16T18:40:38.930 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:38 vm06 bash[28176]: audit 2026-04-16T18:40:38.602022+0000 mon.vm06 (mon.0) 422 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2026-04-16T18:40:38.930 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:38 vm06 bash[28176]: audit 2026-04-16T18:40:38.602022+0000 mon.vm06 (mon.0) 422 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2026-04-16T18:40:38.930 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:38 vm06 bash[28176]: audit 2026-04-16T18:40:38.602177+0000 mon.vm06 (mon.0) 423 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2026-04-16T18:40:38.930 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:38 vm06 bash[28176]: audit 2026-04-16T18:40:38.602177+0000 mon.vm06 (mon.0) 423 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2026-04-16T18:40:38.930 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:38 vm06 bash[28176]: audit 2026-04-16T18:40:38.602256+0000 mon.vm06 (mon.0) 424 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2026-04-16T18:40:38.930 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:38 vm06 bash[28176]: audit 2026-04-16T18:40:38.602256+0000 mon.vm06 (mon.0) 424 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2026-04-16T18:40:39.094 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:38 vm09 bash[35508]: audit 2026-04-16T18:40:37.942839+0000 mon.vm09 (mon.1) 5 : audit [DBG] from='client.? 192.168.123.109:0/1346274576' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2026-04-16T18:40:39.094 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:38 vm09 bash[35508]: audit 2026-04-16T18:40:37.942839+0000 mon.vm09 (mon.1) 5 : audit [DBG] from='client.? 192.168.123.109:0/1346274576' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2026-04-16T18:40:39.094 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:38 vm09 bash[35508]: audit 2026-04-16T18:40:38.589032+0000 mon.vm06 (mon.0) 417 : audit [INF] from='client.? 192.168.123.106:0/837032182' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "4f92db99-32e2-4a57-8f50-d5fda3fe78d0"} : dispatch 2026-04-16T18:40:39.094 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:38 vm09 bash[35508]: audit 2026-04-16T18:40:38.589032+0000 mon.vm06 (mon.0) 417 : audit [INF] from='client.? 192.168.123.106:0/837032182' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "4f92db99-32e2-4a57-8f50-d5fda3fe78d0"} : dispatch 2026-04-16T18:40:39.094 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:38 vm09 bash[35508]: audit 2026-04-16T18:40:38.599713+0000 mon.vm06 (mon.0) 418 : audit [INF] from='client.? 192.168.123.106:0/837032182' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "4f92db99-32e2-4a57-8f50-d5fda3fe78d0"}]': finished 2026-04-16T18:40:39.094 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:38 vm09 bash[35508]: audit 2026-04-16T18:40:38.599713+0000 mon.vm06 (mon.0) 418 : audit [INF] from='client.? 192.168.123.106:0/837032182' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "4f92db99-32e2-4a57-8f50-d5fda3fe78d0"}]': finished 2026-04-16T18:40:39.094 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:38 vm09 bash[35508]: cluster 2026-04-16T18:40:38.601655+0000 mon.vm06 (mon.0) 419 : cluster [DBG] osdmap e10: 5 total, 0 up, 5 in 2026-04-16T18:40:39.094 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:38 vm09 bash[35508]: cluster 2026-04-16T18:40:38.601655+0000 mon.vm06 (mon.0) 419 : cluster [DBG] osdmap e10: 5 total, 0 up, 5 in 2026-04-16T18:40:39.094 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:38 vm09 bash[35508]: audit 2026-04-16T18:40:38.601836+0000 mon.vm06 (mon.0) 420 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-04-16T18:40:39.094 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:38 vm09 bash[35508]: audit 2026-04-16T18:40:38.601836+0000 mon.vm06 (mon.0) 420 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-04-16T18:40:39.094 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:38 vm09 bash[35508]: audit 2026-04-16T18:40:38.601939+0000 mon.vm06 (mon.0) 421 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-04-16T18:40:39.094 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:38 vm09 bash[35508]: audit 2026-04-16T18:40:38.601939+0000 mon.vm06 (mon.0) 421 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-04-16T18:40:39.094 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:38 vm09 bash[35508]: audit 2026-04-16T18:40:38.602022+0000 mon.vm06 (mon.0) 422 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2026-04-16T18:40:39.094 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:38 vm09 bash[35508]: audit 2026-04-16T18:40:38.602022+0000 mon.vm06 (mon.0) 422 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2026-04-16T18:40:39.094 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:38 vm09 bash[35508]: audit 2026-04-16T18:40:38.602177+0000 mon.vm06 (mon.0) 423 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2026-04-16T18:40:39.094 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:38 vm09 bash[35508]: audit 2026-04-16T18:40:38.602177+0000 mon.vm06 (mon.0) 423 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2026-04-16T18:40:39.094 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:38 vm09 bash[35508]: audit 2026-04-16T18:40:38.602256+0000 mon.vm06 (mon.0) 424 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2026-04-16T18:40:39.094 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:38 vm09 bash[35508]: audit 2026-04-16T18:40:38.602256+0000 mon.vm06 (mon.0) 424 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2026-04-16T18:40:39.259 INFO:teuthology.orchestra.run.vm06.stdout: 2026-04-16T18:40:39.317 INFO:teuthology.orchestra.run.vm06.stdout:{"epoch":11,"num_osds":6,"num_up_osds":0,"osd_up_since":0,"num_in_osds":6,"osd_in_since":1776364838,"num_remapped_pgs":0} 2026-04-16T18:40:40.174 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:39 vm06 bash[28176]: audit 2026-04-16T18:40:38.995722+0000 mon.vm09 (mon.1) 6 : audit [INF] from='client.? 192.168.123.109:0/3279868283' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "539de27e-54d7-4478-b6ac-cbcc5b37ddec"} : dispatch 2026-04-16T18:40:40.174 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:39 vm06 bash[28176]: audit 2026-04-16T18:40:38.995722+0000 mon.vm09 (mon.1) 6 : audit [INF] from='client.? 192.168.123.109:0/3279868283' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "539de27e-54d7-4478-b6ac-cbcc5b37ddec"} : dispatch 2026-04-16T18:40:40.174 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:39 vm06 bash[28176]: audit 2026-04-16T18:40:38.996339+0000 mon.vm06 (mon.0) 425 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "539de27e-54d7-4478-b6ac-cbcc5b37ddec"} : dispatch 2026-04-16T18:40:40.174 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:39 vm06 bash[28176]: audit 2026-04-16T18:40:38.996339+0000 mon.vm06 (mon.0) 425 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "539de27e-54d7-4478-b6ac-cbcc5b37ddec"} : dispatch 2026-04-16T18:40:40.174 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:39 vm06 bash[28176]: cluster 2026-04-16T18:40:38.998433+0000 mgr.vm06.sywxig (mgr.14229) 68 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-04-16T18:40:40.174 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:39 vm06 bash[28176]: cluster 2026-04-16T18:40:38.998433+0000 mgr.vm06.sywxig (mgr.14229) 68 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-04-16T18:40:40.174 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:39 vm06 bash[28176]: audit 2026-04-16T18:40:38.998771+0000 mon.vm06 (mon.0) 426 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "539de27e-54d7-4478-b6ac-cbcc5b37ddec"}]': finished 2026-04-16T18:40:40.174 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:39 vm06 bash[28176]: audit 2026-04-16T18:40:38.998771+0000 mon.vm06 (mon.0) 426 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "539de27e-54d7-4478-b6ac-cbcc5b37ddec"}]': finished 2026-04-16T18:40:40.174 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:39 vm06 bash[28176]: cluster 2026-04-16T18:40:39.000665+0000 mon.vm06 (mon.0) 427 : cluster [DBG] osdmap e11: 6 total, 0 up, 6 in 2026-04-16T18:40:40.174 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:39 vm06 bash[28176]: cluster 2026-04-16T18:40:39.000665+0000 mon.vm06 (mon.0) 427 : cluster [DBG] osdmap e11: 6 total, 0 up, 6 in 2026-04-16T18:40:40.174 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:39 vm06 bash[28176]: audit 2026-04-16T18:40:39.000801+0000 mon.vm06 (mon.0) 428 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-04-16T18:40:40.174 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:39 vm06 bash[28176]: audit 2026-04-16T18:40:39.000801+0000 mon.vm06 (mon.0) 428 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-04-16T18:40:40.174 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:39 vm06 bash[28176]: audit 2026-04-16T18:40:39.000856+0000 mon.vm06 (mon.0) 429 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-04-16T18:40:40.174 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:39 vm06 bash[28176]: audit 2026-04-16T18:40:39.000856+0000 mon.vm06 (mon.0) 429 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-04-16T18:40:40.174 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:39 vm06 bash[28176]: audit 2026-04-16T18:40:39.000895+0000 mon.vm06 (mon.0) 430 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2026-04-16T18:40:40.174 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:39 vm06 bash[28176]: audit 2026-04-16T18:40:39.000895+0000 mon.vm06 (mon.0) 430 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2026-04-16T18:40:40.174 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:39 vm06 bash[28176]: audit 2026-04-16T18:40:39.000934+0000 mon.vm06 (mon.0) 431 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2026-04-16T18:40:40.174 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:39 vm06 bash[28176]: audit 2026-04-16T18:40:39.000934+0000 mon.vm06 (mon.0) 431 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2026-04-16T18:40:40.174 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:39 vm06 bash[28176]: audit 2026-04-16T18:40:39.000970+0000 mon.vm06 (mon.0) 432 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2026-04-16T18:40:40.174 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:39 vm06 bash[28176]: audit 2026-04-16T18:40:39.000970+0000 mon.vm06 (mon.0) 432 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2026-04-16T18:40:40.174 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:39 vm06 bash[28176]: audit 2026-04-16T18:40:39.001005+0000 mon.vm06 (mon.0) 433 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2026-04-16T18:40:40.175 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:39 vm06 bash[28176]: audit 2026-04-16T18:40:39.001005+0000 mon.vm06 (mon.0) 433 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2026-04-16T18:40:40.175 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:39 vm06 bash[28176]: audit 2026-04-16T18:40:39.259357+0000 mon.vm06 (mon.0) 434 : audit [DBG] from='client.? 192.168.123.106:0/2368522537' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2026-04-16T18:40:40.175 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:39 vm06 bash[28176]: audit 2026-04-16T18:40:39.259357+0000 mon.vm06 (mon.0) 434 : audit [DBG] from='client.? 192.168.123.106:0/2368522537' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2026-04-16T18:40:40.175 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:39 vm06 bash[28176]: audit 2026-04-16T18:40:39.332534+0000 mon.vm09 (mon.1) 7 : audit [DBG] from='client.? 192.168.123.106:0/2212786447' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2026-04-16T18:40:40.175 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:39 vm06 bash[28176]: audit 2026-04-16T18:40:39.332534+0000 mon.vm09 (mon.1) 7 : audit [DBG] from='client.? 192.168.123.106:0/2212786447' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2026-04-16T18:40:40.175 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:39 vm06 bash[28176]: audit 2026-04-16T18:40:39.739857+0000 mon.vm09 (mon.1) 8 : audit [DBG] from='client.? 192.168.123.109:0/601825395' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2026-04-16T18:40:40.175 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:39 vm06 bash[28176]: audit 2026-04-16T18:40:39.739857+0000 mon.vm09 (mon.1) 8 : audit [DBG] from='client.? 192.168.123.109:0/601825395' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2026-04-16T18:40:40.261 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:39 vm09 bash[35508]: audit 2026-04-16T18:40:38.995722+0000 mon.vm09 (mon.1) 6 : audit [INF] from='client.? 192.168.123.109:0/3279868283' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "539de27e-54d7-4478-b6ac-cbcc5b37ddec"} : dispatch 2026-04-16T18:40:40.261 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:39 vm09 bash[35508]: audit 2026-04-16T18:40:38.995722+0000 mon.vm09 (mon.1) 6 : audit [INF] from='client.? 192.168.123.109:0/3279868283' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "539de27e-54d7-4478-b6ac-cbcc5b37ddec"} : dispatch 2026-04-16T18:40:40.261 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:39 vm09 bash[35508]: audit 2026-04-16T18:40:38.996339+0000 mon.vm06 (mon.0) 425 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "539de27e-54d7-4478-b6ac-cbcc5b37ddec"} : dispatch 2026-04-16T18:40:40.261 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:39 vm09 bash[35508]: audit 2026-04-16T18:40:38.996339+0000 mon.vm06 (mon.0) 425 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "539de27e-54d7-4478-b6ac-cbcc5b37ddec"} : dispatch 2026-04-16T18:40:40.261 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:39 vm09 bash[35508]: cluster 2026-04-16T18:40:38.998433+0000 mgr.vm06.sywxig (mgr.14229) 68 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-04-16T18:40:40.261 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:39 vm09 bash[35508]: cluster 2026-04-16T18:40:38.998433+0000 mgr.vm06.sywxig (mgr.14229) 68 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-04-16T18:40:40.261 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:39 vm09 bash[35508]: audit 2026-04-16T18:40:38.998771+0000 mon.vm06 (mon.0) 426 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "539de27e-54d7-4478-b6ac-cbcc5b37ddec"}]': finished 2026-04-16T18:40:40.261 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:39 vm09 bash[35508]: audit 2026-04-16T18:40:38.998771+0000 mon.vm06 (mon.0) 426 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "539de27e-54d7-4478-b6ac-cbcc5b37ddec"}]': finished 2026-04-16T18:40:40.261 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:39 vm09 bash[35508]: cluster 2026-04-16T18:40:39.000665+0000 mon.vm06 (mon.0) 427 : cluster [DBG] osdmap e11: 6 total, 0 up, 6 in 2026-04-16T18:40:40.261 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:39 vm09 bash[35508]: cluster 2026-04-16T18:40:39.000665+0000 mon.vm06 (mon.0) 427 : cluster [DBG] osdmap e11: 6 total, 0 up, 6 in 2026-04-16T18:40:40.261 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:39 vm09 bash[35508]: audit 2026-04-16T18:40:39.000801+0000 mon.vm06 (mon.0) 428 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-04-16T18:40:40.261 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:39 vm09 bash[35508]: audit 2026-04-16T18:40:39.000801+0000 mon.vm06 (mon.0) 428 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-04-16T18:40:40.261 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:39 vm09 bash[35508]: audit 2026-04-16T18:40:39.000856+0000 mon.vm06 (mon.0) 429 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-04-16T18:40:40.261 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:39 vm09 bash[35508]: audit 2026-04-16T18:40:39.000856+0000 mon.vm06 (mon.0) 429 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-04-16T18:40:40.261 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:39 vm09 bash[35508]: audit 2026-04-16T18:40:39.000895+0000 mon.vm06 (mon.0) 430 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2026-04-16T18:40:40.261 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:39 vm09 bash[35508]: audit 2026-04-16T18:40:39.000895+0000 mon.vm06 (mon.0) 430 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2026-04-16T18:40:40.261 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:39 vm09 bash[35508]: audit 2026-04-16T18:40:39.000934+0000 mon.vm06 (mon.0) 431 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2026-04-16T18:40:40.261 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:39 vm09 bash[35508]: audit 2026-04-16T18:40:39.000934+0000 mon.vm06 (mon.0) 431 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2026-04-16T18:40:40.261 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:39 vm09 bash[35508]: audit 2026-04-16T18:40:39.000970+0000 mon.vm06 (mon.0) 432 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2026-04-16T18:40:40.261 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:39 vm09 bash[35508]: audit 2026-04-16T18:40:39.000970+0000 mon.vm06 (mon.0) 432 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2026-04-16T18:40:40.261 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:39 vm09 bash[35508]: audit 2026-04-16T18:40:39.001005+0000 mon.vm06 (mon.0) 433 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2026-04-16T18:40:40.261 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:39 vm09 bash[35508]: audit 2026-04-16T18:40:39.001005+0000 mon.vm06 (mon.0) 433 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2026-04-16T18:40:40.261 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:39 vm09 bash[35508]: audit 2026-04-16T18:40:39.259357+0000 mon.vm06 (mon.0) 434 : audit [DBG] from='client.? 192.168.123.106:0/2368522537' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2026-04-16T18:40:40.261 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:39 vm09 bash[35508]: audit 2026-04-16T18:40:39.259357+0000 mon.vm06 (mon.0) 434 : audit [DBG] from='client.? 192.168.123.106:0/2368522537' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2026-04-16T18:40:40.261 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:39 vm09 bash[35508]: audit 2026-04-16T18:40:39.332534+0000 mon.vm09 (mon.1) 7 : audit [DBG] from='client.? 192.168.123.106:0/2212786447' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2026-04-16T18:40:40.261 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:39 vm09 bash[35508]: audit 2026-04-16T18:40:39.332534+0000 mon.vm09 (mon.1) 7 : audit [DBG] from='client.? 192.168.123.106:0/2212786447' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2026-04-16T18:40:40.261 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:39 vm09 bash[35508]: audit 2026-04-16T18:40:39.739857+0000 mon.vm09 (mon.1) 8 : audit [DBG] from='client.? 192.168.123.109:0/601825395' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2026-04-16T18:40:40.261 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:39 vm09 bash[35508]: audit 2026-04-16T18:40:39.739857+0000 mon.vm09 (mon.1) 8 : audit [DBG] from='client.? 192.168.123.109:0/601825395' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2026-04-16T18:40:40.318 DEBUG:teuthology.orchestra.run.vm06:> sudo /home/ubuntu/cephtest/cephadm --image harbor.clyso.com/custom-ceph/ceph/ceph:sse-s3-kmip-preview-not-for-production-7 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4f654fb6-39c3-11f1-a5d5-6940ad893399 -- ceph osd stat -f json 2026-04-16T18:40:40.566 INFO:teuthology.orchestra.run.vm06.stderr:Inferring config /var/lib/ceph/4f654fb6-39c3-11f1-a5d5-6940ad893399/mon.vm06/config 2026-04-16T18:40:40.940 INFO:teuthology.orchestra.run.vm06.stdout: 2026-04-16T18:40:41.004 INFO:teuthology.orchestra.run.vm06.stdout:{"epoch":13,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1776364840,"num_remapped_pgs":0} 2026-04-16T18:40:41.261 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:41 vm09 bash[35508]: audit 2026-04-16T18:40:40.322181+0000 mon.vm06 (mon.0) 435 : audit [INF] from='client.? 192.168.123.106:0/614176833' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "7a91e70e-9479-4fde-9e7f-6e89602fa0f6"} : dispatch 2026-04-16T18:40:41.261 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:41 vm09 bash[35508]: audit 2026-04-16T18:40:40.322181+0000 mon.vm06 (mon.0) 435 : audit [INF] from='client.? 192.168.123.106:0/614176833' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "7a91e70e-9479-4fde-9e7f-6e89602fa0f6"} : dispatch 2026-04-16T18:40:41.261 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:41 vm09 bash[35508]: audit 2026-04-16T18:40:40.326108+0000 mon.vm06 (mon.0) 436 : audit [INF] from='client.? 192.168.123.106:0/614176833' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "7a91e70e-9479-4fde-9e7f-6e89602fa0f6"}]': finished 2026-04-16T18:40:41.261 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:41 vm09 bash[35508]: audit 2026-04-16T18:40:40.326108+0000 mon.vm06 (mon.0) 436 : audit [INF] from='client.? 192.168.123.106:0/614176833' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "7a91e70e-9479-4fde-9e7f-6e89602fa0f6"}]': finished 2026-04-16T18:40:41.261 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:41 vm09 bash[35508]: cluster 2026-04-16T18:40:40.328261+0000 mon.vm06 (mon.0) 437 : cluster [DBG] osdmap e12: 7 total, 0 up, 7 in 2026-04-16T18:40:41.261 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:41 vm09 bash[35508]: cluster 2026-04-16T18:40:40.328261+0000 mon.vm06 (mon.0) 437 : cluster [DBG] osdmap e12: 7 total, 0 up, 7 in 2026-04-16T18:40:41.261 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:41 vm09 bash[35508]: audit 2026-04-16T18:40:40.328636+0000 mon.vm06 (mon.0) 438 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-04-16T18:40:41.261 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:41 vm09 bash[35508]: audit 2026-04-16T18:40:40.328636+0000 mon.vm06 (mon.0) 438 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-04-16T18:40:41.261 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:41 vm09 bash[35508]: audit 2026-04-16T18:40:40.328737+0000 mon.vm06 (mon.0) 439 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-04-16T18:40:41.261 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:41 vm09 bash[35508]: audit 2026-04-16T18:40:40.328737+0000 mon.vm06 (mon.0) 439 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-04-16T18:40:41.261 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:41 vm09 bash[35508]: audit 2026-04-16T18:40:40.328796+0000 mon.vm06 (mon.0) 440 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2026-04-16T18:40:41.261 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:41 vm09 bash[35508]: audit 2026-04-16T18:40:40.328796+0000 mon.vm06 (mon.0) 440 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2026-04-16T18:40:41.261 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:41 vm09 bash[35508]: audit 2026-04-16T18:40:40.328837+0000 mon.vm06 (mon.0) 441 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2026-04-16T18:40:41.261 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:41 vm09 bash[35508]: audit 2026-04-16T18:40:40.328837+0000 mon.vm06 (mon.0) 441 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2026-04-16T18:40:41.261 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:41 vm09 bash[35508]: audit 2026-04-16T18:40:40.328948+0000 mon.vm06 (mon.0) 442 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2026-04-16T18:40:41.261 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:41 vm09 bash[35508]: audit 2026-04-16T18:40:40.328948+0000 mon.vm06 (mon.0) 442 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2026-04-16T18:40:41.261 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:41 vm09 bash[35508]: audit 2026-04-16T18:40:40.329027+0000 mon.vm06 (mon.0) 443 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2026-04-16T18:40:41.261 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:41 vm09 bash[35508]: audit 2026-04-16T18:40:40.329027+0000 mon.vm06 (mon.0) 443 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2026-04-16T18:40:41.261 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:41 vm09 bash[35508]: audit 2026-04-16T18:40:40.329106+0000 mon.vm06 (mon.0) 444 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2026-04-16T18:40:41.261 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:41 vm09 bash[35508]: audit 2026-04-16T18:40:40.329106+0000 mon.vm06 (mon.0) 444 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2026-04-16T18:40:41.261 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:41 vm09 bash[35508]: audit 2026-04-16T18:40:40.858949+0000 mon.vm09 (mon.1) 9 : audit [INF] from='client.? 192.168.123.109:0/2107612414' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "6607cd0f-ea80-45cf-ac74-3dc512fb961f"} : dispatch 2026-04-16T18:40:41.262 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:41 vm09 bash[35508]: audit 2026-04-16T18:40:40.858949+0000 mon.vm09 (mon.1) 9 : audit [INF] from='client.? 192.168.123.109:0/2107612414' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "6607cd0f-ea80-45cf-ac74-3dc512fb961f"} : dispatch 2026-04-16T18:40:41.262 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:41 vm09 bash[35508]: audit 2026-04-16T18:40:40.859497+0000 mon.vm06 (mon.0) 445 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "6607cd0f-ea80-45cf-ac74-3dc512fb961f"} : dispatch 2026-04-16T18:40:41.262 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:41 vm09 bash[35508]: audit 2026-04-16T18:40:40.859497+0000 mon.vm06 (mon.0) 445 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "6607cd0f-ea80-45cf-ac74-3dc512fb961f"} : dispatch 2026-04-16T18:40:41.262 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:41 vm09 bash[35508]: audit 2026-04-16T18:40:40.861846+0000 mon.vm06 (mon.0) 446 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "6607cd0f-ea80-45cf-ac74-3dc512fb961f"}]': finished 2026-04-16T18:40:41.262 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:41 vm09 bash[35508]: audit 2026-04-16T18:40:40.861846+0000 mon.vm06 (mon.0) 446 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "6607cd0f-ea80-45cf-ac74-3dc512fb961f"}]': finished 2026-04-16T18:40:41.262 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:41 vm09 bash[35508]: cluster 2026-04-16T18:40:40.863819+0000 mon.vm06 (mon.0) 447 : cluster [DBG] osdmap e13: 8 total, 0 up, 8 in 2026-04-16T18:40:41.262 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:41 vm09 bash[35508]: cluster 2026-04-16T18:40:40.863819+0000 mon.vm06 (mon.0) 447 : cluster [DBG] osdmap e13: 8 total, 0 up, 8 in 2026-04-16T18:40:41.262 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:41 vm09 bash[35508]: audit 2026-04-16T18:40:40.864241+0000 mon.vm06 (mon.0) 448 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-04-16T18:40:41.262 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:41 vm09 bash[35508]: audit 2026-04-16T18:40:40.864241+0000 mon.vm06 (mon.0) 448 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-04-16T18:40:41.262 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:41 vm09 bash[35508]: audit 2026-04-16T18:40:40.864343+0000 mon.vm06 (mon.0) 449 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-04-16T18:40:41.262 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:41 vm09 bash[35508]: audit 2026-04-16T18:40:40.864343+0000 mon.vm06 (mon.0) 449 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-04-16T18:40:41.262 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:41 vm09 bash[35508]: audit 2026-04-16T18:40:40.864442+0000 mon.vm06 (mon.0) 450 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2026-04-16T18:40:41.262 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:41 vm09 bash[35508]: audit 2026-04-16T18:40:40.864442+0000 mon.vm06 (mon.0) 450 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2026-04-16T18:40:41.262 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:41 vm09 bash[35508]: audit 2026-04-16T18:40:40.864528+0000 mon.vm06 (mon.0) 451 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2026-04-16T18:40:41.262 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:41 vm09 bash[35508]: audit 2026-04-16T18:40:40.864528+0000 mon.vm06 (mon.0) 451 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2026-04-16T18:40:41.262 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:41 vm09 bash[35508]: audit 2026-04-16T18:40:40.864616+0000 mon.vm06 (mon.0) 452 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2026-04-16T18:40:41.262 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:41 vm09 bash[35508]: audit 2026-04-16T18:40:40.864616+0000 mon.vm06 (mon.0) 452 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2026-04-16T18:40:41.262 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:41 vm09 bash[35508]: audit 2026-04-16T18:40:40.864701+0000 mon.vm06 (mon.0) 453 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2026-04-16T18:40:41.262 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:41 vm09 bash[35508]: audit 2026-04-16T18:40:40.864701+0000 mon.vm06 (mon.0) 453 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2026-04-16T18:40:41.262 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:41 vm09 bash[35508]: audit 2026-04-16T18:40:40.864909+0000 mon.vm06 (mon.0) 454 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2026-04-16T18:40:41.262 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:41 vm09 bash[35508]: audit 2026-04-16T18:40:40.864909+0000 mon.vm06 (mon.0) 454 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2026-04-16T18:40:41.262 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:41 vm09 bash[35508]: audit 2026-04-16T18:40:40.864982+0000 mon.vm06 (mon.0) 455 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2026-04-16T18:40:41.262 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:41 vm09 bash[35508]: audit 2026-04-16T18:40:40.864982+0000 mon.vm06 (mon.0) 455 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2026-04-16T18:40:41.262 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:41 vm09 bash[35508]: audit 2026-04-16T18:40:40.934898+0000 mon.vm06 (mon.0) 456 : audit [DBG] from='client.? 192.168.123.106:0/3049786237' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2026-04-16T18:40:41.262 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:41 vm09 bash[35508]: audit 2026-04-16T18:40:40.934898+0000 mon.vm06 (mon.0) 456 : audit [DBG] from='client.? 192.168.123.106:0/3049786237' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2026-04-16T18:40:41.424 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:41 vm06 bash[28176]: audit 2026-04-16T18:40:40.322181+0000 mon.vm06 (mon.0) 435 : audit [INF] from='client.? 192.168.123.106:0/614176833' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "7a91e70e-9479-4fde-9e7f-6e89602fa0f6"} : dispatch 2026-04-16T18:40:41.424 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:41 vm06 bash[28176]: audit 2026-04-16T18:40:40.322181+0000 mon.vm06 (mon.0) 435 : audit [INF] from='client.? 192.168.123.106:0/614176833' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "7a91e70e-9479-4fde-9e7f-6e89602fa0f6"} : dispatch 2026-04-16T18:40:41.424 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:41 vm06 bash[28176]: audit 2026-04-16T18:40:40.326108+0000 mon.vm06 (mon.0) 436 : audit [INF] from='client.? 192.168.123.106:0/614176833' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "7a91e70e-9479-4fde-9e7f-6e89602fa0f6"}]': finished 2026-04-16T18:40:41.424 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:41 vm06 bash[28176]: audit 2026-04-16T18:40:40.326108+0000 mon.vm06 (mon.0) 436 : audit [INF] from='client.? 192.168.123.106:0/614176833' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "7a91e70e-9479-4fde-9e7f-6e89602fa0f6"}]': finished 2026-04-16T18:40:41.424 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:41 vm06 bash[28176]: cluster 2026-04-16T18:40:40.328261+0000 mon.vm06 (mon.0) 437 : cluster [DBG] osdmap e12: 7 total, 0 up, 7 in 2026-04-16T18:40:41.424 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:41 vm06 bash[28176]: cluster 2026-04-16T18:40:40.328261+0000 mon.vm06 (mon.0) 437 : cluster [DBG] osdmap e12: 7 total, 0 up, 7 in 2026-04-16T18:40:41.424 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:41 vm06 bash[28176]: audit 2026-04-16T18:40:40.328636+0000 mon.vm06 (mon.0) 438 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-04-16T18:40:41.424 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:41 vm06 bash[28176]: audit 2026-04-16T18:40:40.328636+0000 mon.vm06 (mon.0) 438 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-04-16T18:40:41.424 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:41 vm06 bash[28176]: audit 2026-04-16T18:40:40.328737+0000 mon.vm06 (mon.0) 439 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-04-16T18:40:41.424 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:41 vm06 bash[28176]: audit 2026-04-16T18:40:40.328737+0000 mon.vm06 (mon.0) 439 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-04-16T18:40:41.424 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:41 vm06 bash[28176]: audit 2026-04-16T18:40:40.328796+0000 mon.vm06 (mon.0) 440 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2026-04-16T18:40:41.424 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:41 vm06 bash[28176]: audit 2026-04-16T18:40:40.328796+0000 mon.vm06 (mon.0) 440 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2026-04-16T18:40:41.424 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:41 vm06 bash[28176]: audit 2026-04-16T18:40:40.328837+0000 mon.vm06 (mon.0) 441 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2026-04-16T18:40:41.424 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:41 vm06 bash[28176]: audit 2026-04-16T18:40:40.328837+0000 mon.vm06 (mon.0) 441 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2026-04-16T18:40:41.424 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:41 vm06 bash[28176]: audit 2026-04-16T18:40:40.328948+0000 mon.vm06 (mon.0) 442 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2026-04-16T18:40:41.424 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:41 vm06 bash[28176]: audit 2026-04-16T18:40:40.328948+0000 mon.vm06 (mon.0) 442 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2026-04-16T18:40:41.424 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:41 vm06 bash[28176]: audit 2026-04-16T18:40:40.329027+0000 mon.vm06 (mon.0) 443 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2026-04-16T18:40:41.424 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:41 vm06 bash[28176]: audit 2026-04-16T18:40:40.329027+0000 mon.vm06 (mon.0) 443 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2026-04-16T18:40:41.424 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:41 vm06 bash[28176]: audit 2026-04-16T18:40:40.329106+0000 mon.vm06 (mon.0) 444 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2026-04-16T18:40:41.424 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:41 vm06 bash[28176]: audit 2026-04-16T18:40:40.329106+0000 mon.vm06 (mon.0) 444 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2026-04-16T18:40:41.424 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:41 vm06 bash[28176]: audit 2026-04-16T18:40:40.858949+0000 mon.vm09 (mon.1) 9 : audit [INF] from='client.? 192.168.123.109:0/2107612414' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "6607cd0f-ea80-45cf-ac74-3dc512fb961f"} : dispatch 2026-04-16T18:40:41.424 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:41 vm06 bash[28176]: audit 2026-04-16T18:40:40.858949+0000 mon.vm09 (mon.1) 9 : audit [INF] from='client.? 192.168.123.109:0/2107612414' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "6607cd0f-ea80-45cf-ac74-3dc512fb961f"} : dispatch 2026-04-16T18:40:41.424 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:41 vm06 bash[28176]: audit 2026-04-16T18:40:40.859497+0000 mon.vm06 (mon.0) 445 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "6607cd0f-ea80-45cf-ac74-3dc512fb961f"} : dispatch 2026-04-16T18:40:41.424 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:41 vm06 bash[28176]: audit 2026-04-16T18:40:40.859497+0000 mon.vm06 (mon.0) 445 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "6607cd0f-ea80-45cf-ac74-3dc512fb961f"} : dispatch 2026-04-16T18:40:41.424 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:41 vm06 bash[28176]: audit 2026-04-16T18:40:40.861846+0000 mon.vm06 (mon.0) 446 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "6607cd0f-ea80-45cf-ac74-3dc512fb961f"}]': finished 2026-04-16T18:40:41.424 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:41 vm06 bash[28176]: audit 2026-04-16T18:40:40.861846+0000 mon.vm06 (mon.0) 446 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "6607cd0f-ea80-45cf-ac74-3dc512fb961f"}]': finished 2026-04-16T18:40:41.424 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:41 vm06 bash[28176]: cluster 2026-04-16T18:40:40.863819+0000 mon.vm06 (mon.0) 447 : cluster [DBG] osdmap e13: 8 total, 0 up, 8 in 2026-04-16T18:40:41.425 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:41 vm06 bash[28176]: cluster 2026-04-16T18:40:40.863819+0000 mon.vm06 (mon.0) 447 : cluster [DBG] osdmap e13: 8 total, 0 up, 8 in 2026-04-16T18:40:41.425 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:41 vm06 bash[28176]: audit 2026-04-16T18:40:40.864241+0000 mon.vm06 (mon.0) 448 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-04-16T18:40:41.425 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:41 vm06 bash[28176]: audit 2026-04-16T18:40:40.864241+0000 mon.vm06 (mon.0) 448 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-04-16T18:40:41.425 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:41 vm06 bash[28176]: audit 2026-04-16T18:40:40.864343+0000 mon.vm06 (mon.0) 449 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-04-16T18:40:41.425 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:41 vm06 bash[28176]: audit 2026-04-16T18:40:40.864343+0000 mon.vm06 (mon.0) 449 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-04-16T18:40:41.425 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:41 vm06 bash[28176]: audit 2026-04-16T18:40:40.864442+0000 mon.vm06 (mon.0) 450 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2026-04-16T18:40:41.425 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:41 vm06 bash[28176]: audit 2026-04-16T18:40:40.864442+0000 mon.vm06 (mon.0) 450 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2026-04-16T18:40:41.425 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:41 vm06 bash[28176]: audit 2026-04-16T18:40:40.864528+0000 mon.vm06 (mon.0) 451 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2026-04-16T18:40:41.425 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:41 vm06 bash[28176]: audit 2026-04-16T18:40:40.864528+0000 mon.vm06 (mon.0) 451 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2026-04-16T18:40:41.425 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:41 vm06 bash[28176]: audit 2026-04-16T18:40:40.864616+0000 mon.vm06 (mon.0) 452 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2026-04-16T18:40:41.425 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:41 vm06 bash[28176]: audit 2026-04-16T18:40:40.864616+0000 mon.vm06 (mon.0) 452 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2026-04-16T18:40:41.425 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:41 vm06 bash[28176]: audit 2026-04-16T18:40:40.864701+0000 mon.vm06 (mon.0) 453 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2026-04-16T18:40:41.425 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:41 vm06 bash[28176]: audit 2026-04-16T18:40:40.864701+0000 mon.vm06 (mon.0) 453 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2026-04-16T18:40:41.425 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:41 vm06 bash[28176]: audit 2026-04-16T18:40:40.864909+0000 mon.vm06 (mon.0) 454 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2026-04-16T18:40:41.425 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:41 vm06 bash[28176]: audit 2026-04-16T18:40:40.864909+0000 mon.vm06 (mon.0) 454 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2026-04-16T18:40:41.425 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:41 vm06 bash[28176]: audit 2026-04-16T18:40:40.864982+0000 mon.vm06 (mon.0) 455 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2026-04-16T18:40:41.425 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:41 vm06 bash[28176]: audit 2026-04-16T18:40:40.864982+0000 mon.vm06 (mon.0) 455 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2026-04-16T18:40:41.425 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:41 vm06 bash[28176]: audit 2026-04-16T18:40:40.934898+0000 mon.vm06 (mon.0) 456 : audit [DBG] from='client.? 192.168.123.106:0/3049786237' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2026-04-16T18:40:41.425 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:41 vm06 bash[28176]: audit 2026-04-16T18:40:40.934898+0000 mon.vm06 (mon.0) 456 : audit [DBG] from='client.? 192.168.123.106:0/3049786237' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2026-04-16T18:40:42.005 DEBUG:teuthology.orchestra.run.vm06:> sudo /home/ubuntu/cephtest/cephadm --image harbor.clyso.com/custom-ceph/ceph/ceph:sse-s3-kmip-preview-not-for-production-7 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4f654fb6-39c3-11f1-a5d5-6940ad893399 -- ceph osd stat -f json 2026-04-16T18:40:42.174 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:42 vm06 bash[28176]: cluster 2026-04-16T18:40:40.998602+0000 mgr.vm06.sywxig (mgr.14229) 69 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-04-16T18:40:42.174 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:42 vm06 bash[28176]: cluster 2026-04-16T18:40:40.998602+0000 mgr.vm06.sywxig (mgr.14229) 69 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-04-16T18:40:42.174 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:42 vm06 bash[28176]: audit 2026-04-16T18:40:41.105825+0000 mon.vm06 (mon.0) 457 : audit [DBG] from='client.? 192.168.123.106:0/718416470' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2026-04-16T18:40:42.174 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:42 vm06 bash[28176]: audit 2026-04-16T18:40:41.105825+0000 mon.vm06 (mon.0) 457 : audit [DBG] from='client.? 192.168.123.106:0/718416470' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2026-04-16T18:40:42.174 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:42 vm06 bash[28176]: audit 2026-04-16T18:40:41.604760+0000 mon.vm09 (mon.1) 10 : audit [DBG] from='client.? 192.168.123.109:0/1032636710' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2026-04-16T18:40:42.174 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:42 vm06 bash[28176]: audit 2026-04-16T18:40:41.604760+0000 mon.vm09 (mon.1) 10 : audit [DBG] from='client.? 192.168.123.109:0/1032636710' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2026-04-16T18:40:42.265 INFO:teuthology.orchestra.run.vm06.stderr:Inferring config /var/lib/ceph/4f654fb6-39c3-11f1-a5d5-6940ad893399/mon.vm06/config 2026-04-16T18:40:42.472 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:42 vm09 bash[35508]: cluster 2026-04-16T18:40:40.998602+0000 mgr.vm06.sywxig (mgr.14229) 69 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-04-16T18:40:42.472 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:42 vm09 bash[35508]: cluster 2026-04-16T18:40:40.998602+0000 mgr.vm06.sywxig (mgr.14229) 69 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-04-16T18:40:42.473 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:42 vm09 bash[35508]: audit 2026-04-16T18:40:41.105825+0000 mon.vm06 (mon.0) 457 : audit [DBG] from='client.? 192.168.123.106:0/718416470' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2026-04-16T18:40:42.473 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:42 vm09 bash[35508]: audit 2026-04-16T18:40:41.105825+0000 mon.vm06 (mon.0) 457 : audit [DBG] from='client.? 192.168.123.106:0/718416470' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2026-04-16T18:40:42.473 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:42 vm09 bash[35508]: audit 2026-04-16T18:40:41.604760+0000 mon.vm09 (mon.1) 10 : audit [DBG] from='client.? 192.168.123.109:0/1032636710' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2026-04-16T18:40:42.473 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:42 vm09 bash[35508]: audit 2026-04-16T18:40:41.604760+0000 mon.vm09 (mon.1) 10 : audit [DBG] from='client.? 192.168.123.109:0/1032636710' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2026-04-16T18:40:42.652 INFO:teuthology.orchestra.run.vm06.stdout: 2026-04-16T18:40:42.731 INFO:teuthology.orchestra.run.vm06.stdout:{"epoch":13,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1776364840,"num_remapped_pgs":0} 2026-04-16T18:40:43.015 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:43 vm06 bash[28176]: audit 2026-04-16T18:40:42.652110+0000 mon.vm06 (mon.0) 458 : audit [DBG] from='client.? 192.168.123.106:0/2422324824' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2026-04-16T18:40:43.015 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:43 vm06 bash[28176]: audit 2026-04-16T18:40:42.652110+0000 mon.vm06 (mon.0) 458 : audit [DBG] from='client.? 192.168.123.106:0/2422324824' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2026-04-16T18:40:43.015 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:43 vm06 bash[28176]: audit 2026-04-16T18:40:42.921319+0000 mon.vm06 (mon.0) 459 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "auth get", "entity": "osd.0"} : dispatch 2026-04-16T18:40:43.015 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:43 vm06 bash[28176]: audit 2026-04-16T18:40:42.921319+0000 mon.vm06 (mon.0) 459 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "auth get", "entity": "osd.0"} : dispatch 2026-04-16T18:40:43.015 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:43 vm06 bash[28176]: audit 2026-04-16T18:40:42.921807+0000 mon.vm06 (mon.0) 460 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-04-16T18:40:43.015 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:43 vm06 bash[28176]: audit 2026-04-16T18:40:42.921807+0000 mon.vm06 (mon.0) 460 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-04-16T18:40:43.261 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:43 vm09 bash[35508]: audit 2026-04-16T18:40:42.652110+0000 mon.vm06 (mon.0) 458 : audit [DBG] from='client.? 192.168.123.106:0/2422324824' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2026-04-16T18:40:43.261 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:43 vm09 bash[35508]: audit 2026-04-16T18:40:42.652110+0000 mon.vm06 (mon.0) 458 : audit [DBG] from='client.? 192.168.123.106:0/2422324824' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2026-04-16T18:40:43.261 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:43 vm09 bash[35508]: audit 2026-04-16T18:40:42.921319+0000 mon.vm06 (mon.0) 459 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "auth get", "entity": "osd.0"} : dispatch 2026-04-16T18:40:43.261 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:43 vm09 bash[35508]: audit 2026-04-16T18:40:42.921319+0000 mon.vm06 (mon.0) 459 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "auth get", "entity": "osd.0"} : dispatch 2026-04-16T18:40:43.261 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:43 vm09 bash[35508]: audit 2026-04-16T18:40:42.921807+0000 mon.vm06 (mon.0) 460 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-04-16T18:40:43.261 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:43 vm09 bash[35508]: audit 2026-04-16T18:40:42.921807+0000 mon.vm06 (mon.0) 460 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-04-16T18:40:43.732 DEBUG:teuthology.orchestra.run.vm06:> sudo /home/ubuntu/cephtest/cephadm --image harbor.clyso.com/custom-ceph/ceph/ceph:sse-s3-kmip-preview-not-for-production-7 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4f654fb6-39c3-11f1-a5d5-6940ad893399 -- ceph osd stat -f json 2026-04-16T18:40:43.978 INFO:teuthology.orchestra.run.vm06.stderr:Inferring config /var/lib/ceph/4f654fb6-39c3-11f1-a5d5-6940ad893399/mon.vm06/config 2026-04-16T18:40:44.011 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:43 vm06 systemd[1]: /etc/systemd/system/ceph-4f654fb6-39c3-11f1-a5d5-6940ad893399@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2026-04-16T18:40:44.173 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:44 vm06 bash[28176]: cephadm 2026-04-16T18:40:42.922214+0000 mgr.vm06.sywxig (mgr.14229) 70 : cephadm [INF] Deploying daemon osd.0 on vm06 2026-04-16T18:40:44.174 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:44 vm06 bash[28176]: cephadm 2026-04-16T18:40:42.922214+0000 mgr.vm06.sywxig (mgr.14229) 70 : cephadm [INF] Deploying daemon osd.0 on vm06 2026-04-16T18:40:44.174 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:44 vm06 bash[28176]: cluster 2026-04-16T18:40:42.998804+0000 mgr.vm06.sywxig (mgr.14229) 71 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-04-16T18:40:44.174 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:44 vm06 bash[28176]: cluster 2026-04-16T18:40:42.998804+0000 mgr.vm06.sywxig (mgr.14229) 71 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-04-16T18:40:44.174 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:44 vm06 bash[28176]: audit 2026-04-16T18:40:43.499713+0000 mon.vm06 (mon.0) 461 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "auth get", "entity": "osd.1"} : dispatch 2026-04-16T18:40:44.174 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:44 vm06 bash[28176]: audit 2026-04-16T18:40:43.499713+0000 mon.vm06 (mon.0) 461 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "auth get", "entity": "osd.1"} : dispatch 2026-04-16T18:40:44.174 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:44 vm06 bash[28176]: audit 2026-04-16T18:40:43.500231+0000 mon.vm06 (mon.0) 462 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-04-16T18:40:44.174 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:44 vm06 bash[28176]: audit 2026-04-16T18:40:43.500231+0000 mon.vm06 (mon.0) 462 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-04-16T18:40:44.174 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:44 vm06 bash[28176]: cephadm 2026-04-16T18:40:43.500590+0000 mgr.vm06.sywxig (mgr.14229) 72 : cephadm [INF] Deploying daemon osd.1 on vm09 2026-04-16T18:40:44.174 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:44 vm06 bash[28176]: cephadm 2026-04-16T18:40:43.500590+0000 mgr.vm06.sywxig (mgr.14229) 72 : cephadm [INF] Deploying daemon osd.1 on vm09 2026-04-16T18:40:44.289 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:44 vm09 bash[35508]: cephadm 2026-04-16T18:40:42.922214+0000 mgr.vm06.sywxig (mgr.14229) 70 : cephadm [INF] Deploying daemon osd.0 on vm06 2026-04-16T18:40:44.290 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:44 vm09 bash[35508]: cephadm 2026-04-16T18:40:42.922214+0000 mgr.vm06.sywxig (mgr.14229) 70 : cephadm [INF] Deploying daemon osd.0 on vm06 2026-04-16T18:40:44.290 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:44 vm09 bash[35508]: cluster 2026-04-16T18:40:42.998804+0000 mgr.vm06.sywxig (mgr.14229) 71 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-04-16T18:40:44.290 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:44 vm09 bash[35508]: cluster 2026-04-16T18:40:42.998804+0000 mgr.vm06.sywxig (mgr.14229) 71 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-04-16T18:40:44.290 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:44 vm09 bash[35508]: audit 2026-04-16T18:40:43.499713+0000 mon.vm06 (mon.0) 461 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "auth get", "entity": "osd.1"} : dispatch 2026-04-16T18:40:44.290 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:44 vm09 bash[35508]: audit 2026-04-16T18:40:43.499713+0000 mon.vm06 (mon.0) 461 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "auth get", "entity": "osd.1"} : dispatch 2026-04-16T18:40:44.290 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:44 vm09 bash[35508]: audit 2026-04-16T18:40:43.500231+0000 mon.vm06 (mon.0) 462 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-04-16T18:40:44.290 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:44 vm09 bash[35508]: audit 2026-04-16T18:40:43.500231+0000 mon.vm06 (mon.0) 462 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-04-16T18:40:44.290 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:44 vm09 bash[35508]: cephadm 2026-04-16T18:40:43.500590+0000 mgr.vm06.sywxig (mgr.14229) 72 : cephadm [INF] Deploying daemon osd.1 on vm09 2026-04-16T18:40:44.290 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:44 vm09 bash[35508]: cephadm 2026-04-16T18:40:43.500590+0000 mgr.vm06.sywxig (mgr.14229) 72 : cephadm [INF] Deploying daemon osd.1 on vm09 2026-04-16T18:40:44.567 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:44 vm06 systemd[1]: /etc/systemd/system/ceph-4f654fb6-39c3-11f1-a5d5-6940ad893399@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2026-04-16T18:40:44.573 INFO:teuthology.orchestra.run.vm06.stdout: 2026-04-16T18:40:44.594 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:44 vm09 systemd[1]: /etc/systemd/system/ceph-4f654fb6-39c3-11f1-a5d5-6940ad893399@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2026-04-16T18:40:44.650 INFO:teuthology.orchestra.run.vm06.stdout:{"epoch":13,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1776364840,"num_remapped_pgs":0} 2026-04-16T18:40:44.853 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:44 vm09 systemd[1]: /etc/systemd/system/ceph-4f654fb6-39c3-11f1-a5d5-6940ad893399@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2026-04-16T18:40:45.511 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:45 vm09 bash[35508]: audit 2026-04-16T18:40:44.295881+0000 mon.vm06 (mon.0) 463 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:40:45.511 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:45 vm09 bash[35508]: audit 2026-04-16T18:40:44.295881+0000 mon.vm06 (mon.0) 463 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:40:45.511 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:45 vm09 bash[35508]: audit 2026-04-16T18:40:44.302341+0000 mon.vm06 (mon.0) 464 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:40:45.511 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:45 vm09 bash[35508]: audit 2026-04-16T18:40:44.302341+0000 mon.vm06 (mon.0) 464 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:40:45.511 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:45 vm09 bash[35508]: audit 2026-04-16T18:40:44.303418+0000 mon.vm06 (mon.0) 465 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "auth get", "entity": "osd.2"} : dispatch 2026-04-16T18:40:45.511 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:45 vm09 bash[35508]: audit 2026-04-16T18:40:44.303418+0000 mon.vm06 (mon.0) 465 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "auth get", "entity": "osd.2"} : dispatch 2026-04-16T18:40:45.511 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:45 vm09 bash[35508]: audit 2026-04-16T18:40:44.303990+0000 mon.vm06 (mon.0) 466 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-04-16T18:40:45.511 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:45 vm09 bash[35508]: audit 2026-04-16T18:40:44.303990+0000 mon.vm06 (mon.0) 466 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-04-16T18:40:45.511 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:45 vm09 bash[35508]: cephadm 2026-04-16T18:40:44.304551+0000 mgr.vm06.sywxig (mgr.14229) 73 : cephadm [INF] Deploying daemon osd.2 on vm06 2026-04-16T18:40:45.511 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:45 vm09 bash[35508]: cephadm 2026-04-16T18:40:44.304551+0000 mgr.vm06.sywxig (mgr.14229) 73 : cephadm [INF] Deploying daemon osd.2 on vm06 2026-04-16T18:40:45.511 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:45 vm09 bash[35508]: audit 2026-04-16T18:40:44.571280+0000 mon.vm06 (mon.0) 467 : audit [DBG] from='client.? 192.168.123.106:0/741589865' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2026-04-16T18:40:45.511 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:45 vm09 bash[35508]: audit 2026-04-16T18:40:44.571280+0000 mon.vm06 (mon.0) 467 : audit [DBG] from='client.? 192.168.123.106:0/741589865' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2026-04-16T18:40:45.511 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:45 vm09 bash[35508]: audit 2026-04-16T18:40:44.841558+0000 mon.vm06 (mon.0) 468 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:40:45.511 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:45 vm09 bash[35508]: audit 2026-04-16T18:40:44.841558+0000 mon.vm06 (mon.0) 468 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:40:45.511 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:45 vm09 bash[35508]: audit 2026-04-16T18:40:44.846896+0000 mon.vm06 (mon.0) 469 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:40:45.511 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:45 vm09 bash[35508]: audit 2026-04-16T18:40:44.846896+0000 mon.vm06 (mon.0) 469 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:40:45.511 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:45 vm09 bash[35508]: audit 2026-04-16T18:40:44.848178+0000 mon.vm06 (mon.0) 470 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "auth get", "entity": "osd.3"} : dispatch 2026-04-16T18:40:45.511 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:45 vm09 bash[35508]: audit 2026-04-16T18:40:44.848178+0000 mon.vm06 (mon.0) 470 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "auth get", "entity": "osd.3"} : dispatch 2026-04-16T18:40:45.511 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:45 vm09 bash[35508]: audit 2026-04-16T18:40:44.849026+0000 mon.vm06 (mon.0) 471 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-04-16T18:40:45.511 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:45 vm09 bash[35508]: audit 2026-04-16T18:40:44.849026+0000 mon.vm06 (mon.0) 471 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-04-16T18:40:45.529 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:45 vm06 bash[28176]: audit 2026-04-16T18:40:44.295881+0000 mon.vm06 (mon.0) 463 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:40:45.530 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:45 vm06 bash[28176]: audit 2026-04-16T18:40:44.295881+0000 mon.vm06 (mon.0) 463 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:40:45.530 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:45 vm06 bash[28176]: audit 2026-04-16T18:40:44.302341+0000 mon.vm06 (mon.0) 464 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:40:45.530 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:45 vm06 bash[28176]: audit 2026-04-16T18:40:44.302341+0000 mon.vm06 (mon.0) 464 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:40:45.530 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:45 vm06 bash[28176]: audit 2026-04-16T18:40:44.303418+0000 mon.vm06 (mon.0) 465 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "auth get", "entity": "osd.2"} : dispatch 2026-04-16T18:40:45.530 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:45 vm06 bash[28176]: audit 2026-04-16T18:40:44.303418+0000 mon.vm06 (mon.0) 465 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "auth get", "entity": "osd.2"} : dispatch 2026-04-16T18:40:45.530 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:45 vm06 bash[28176]: audit 2026-04-16T18:40:44.303990+0000 mon.vm06 (mon.0) 466 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-04-16T18:40:45.530 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:45 vm06 bash[28176]: audit 2026-04-16T18:40:44.303990+0000 mon.vm06 (mon.0) 466 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-04-16T18:40:45.530 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:45 vm06 bash[28176]: cephadm 2026-04-16T18:40:44.304551+0000 mgr.vm06.sywxig (mgr.14229) 73 : cephadm [INF] Deploying daemon osd.2 on vm06 2026-04-16T18:40:45.530 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:45 vm06 bash[28176]: cephadm 2026-04-16T18:40:44.304551+0000 mgr.vm06.sywxig (mgr.14229) 73 : cephadm [INF] Deploying daemon osd.2 on vm06 2026-04-16T18:40:45.530 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:45 vm06 bash[28176]: audit 2026-04-16T18:40:44.571280+0000 mon.vm06 (mon.0) 467 : audit [DBG] from='client.? 192.168.123.106:0/741589865' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2026-04-16T18:40:45.530 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:45 vm06 bash[28176]: audit 2026-04-16T18:40:44.571280+0000 mon.vm06 (mon.0) 467 : audit [DBG] from='client.? 192.168.123.106:0/741589865' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2026-04-16T18:40:45.530 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:45 vm06 bash[28176]: audit 2026-04-16T18:40:44.841558+0000 mon.vm06 (mon.0) 468 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:40:45.530 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:45 vm06 bash[28176]: audit 2026-04-16T18:40:44.841558+0000 mon.vm06 (mon.0) 468 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:40:45.530 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:45 vm06 bash[28176]: audit 2026-04-16T18:40:44.846896+0000 mon.vm06 (mon.0) 469 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:40:45.530 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:45 vm06 bash[28176]: audit 2026-04-16T18:40:44.846896+0000 mon.vm06 (mon.0) 469 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:40:45.530 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:45 vm06 bash[28176]: audit 2026-04-16T18:40:44.848178+0000 mon.vm06 (mon.0) 470 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "auth get", "entity": "osd.3"} : dispatch 2026-04-16T18:40:45.530 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:45 vm06 bash[28176]: audit 2026-04-16T18:40:44.848178+0000 mon.vm06 (mon.0) 470 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "auth get", "entity": "osd.3"} : dispatch 2026-04-16T18:40:45.530 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:45 vm06 bash[28176]: audit 2026-04-16T18:40:44.849026+0000 mon.vm06 (mon.0) 471 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-04-16T18:40:45.530 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:45 vm06 bash[28176]: audit 2026-04-16T18:40:44.849026+0000 mon.vm06 (mon.0) 471 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-04-16T18:40:45.530 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:45 vm06 systemd[1]: /etc/systemd/system/ceph-4f654fb6-39c3-11f1-a5d5-6940ad893399@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2026-04-16T18:40:45.651 DEBUG:teuthology.orchestra.run.vm06:> sudo /home/ubuntu/cephtest/cephadm --image harbor.clyso.com/custom-ceph/ceph/ceph:sse-s3-kmip-preview-not-for-production-7 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4f654fb6-39c3-11f1-a5d5-6940ad893399 -- ceph osd stat -f json 2026-04-16T18:40:45.797 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:45 vm06 systemd[1]: /etc/systemd/system/ceph-4f654fb6-39c3-11f1-a5d5-6940ad893399@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2026-04-16T18:40:45.947 INFO:teuthology.orchestra.run.vm06.stderr:Inferring config /var/lib/ceph/4f654fb6-39c3-11f1-a5d5-6940ad893399/mon.vm06/config 2026-04-16T18:40:46.261 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:45 vm09 systemd[1]: /etc/systemd/system/ceph-4f654fb6-39c3-11f1-a5d5-6940ad893399@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2026-04-16T18:40:46.261 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:46 vm09 systemd[1]: /etc/systemd/system/ceph-4f654fb6-39c3-11f1-a5d5-6940ad893399@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2026-04-16T18:40:46.317 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:46 vm06 bash[28176]: cephadm 2026-04-16T18:40:44.849771+0000 mgr.vm06.sywxig (mgr.14229) 74 : cephadm [INF] Deploying daemon osd.3 on vm09 2026-04-16T18:40:46.317 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:46 vm06 bash[28176]: cephadm 2026-04-16T18:40:44.849771+0000 mgr.vm06.sywxig (mgr.14229) 74 : cephadm [INF] Deploying daemon osd.3 on vm09 2026-04-16T18:40:46.318 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:46 vm06 bash[28176]: cluster 2026-04-16T18:40:44.998979+0000 mgr.vm06.sywxig (mgr.14229) 75 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-04-16T18:40:46.318 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:46 vm06 bash[28176]: cluster 2026-04-16T18:40:44.998979+0000 mgr.vm06.sywxig (mgr.14229) 75 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-04-16T18:40:46.318 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:46 vm06 bash[28176]: audit 2026-04-16T18:40:45.781117+0000 mon.vm06 (mon.0) 472 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:40:46.318 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:46 vm06 bash[28176]: audit 2026-04-16T18:40:45.781117+0000 mon.vm06 (mon.0) 472 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:40:46.318 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:46 vm06 bash[28176]: audit 2026-04-16T18:40:45.789789+0000 mon.vm06 (mon.0) 473 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:40:46.318 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:46 vm06 bash[28176]: audit 2026-04-16T18:40:45.789789+0000 mon.vm06 (mon.0) 473 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:40:46.318 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:46 vm06 bash[28176]: audit 2026-04-16T18:40:45.790641+0000 mon.vm06 (mon.0) 474 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "auth get", "entity": "osd.4"} : dispatch 2026-04-16T18:40:46.318 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:46 vm06 bash[28176]: audit 2026-04-16T18:40:45.790641+0000 mon.vm06 (mon.0) 474 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "auth get", "entity": "osd.4"} : dispatch 2026-04-16T18:40:46.318 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:46 vm06 bash[28176]: audit 2026-04-16T18:40:45.791168+0000 mon.vm06 (mon.0) 475 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-04-16T18:40:46.318 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:46 vm06 bash[28176]: audit 2026-04-16T18:40:45.791168+0000 mon.vm06 (mon.0) 475 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-04-16T18:40:46.420 INFO:teuthology.orchestra.run.vm06.stdout: 2026-04-16T18:40:46.557 INFO:teuthology.orchestra.run.vm06.stdout:{"epoch":13,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1776364840,"num_remapped_pgs":0} 2026-04-16T18:40:46.621 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:46 vm09 bash[35508]: cephadm 2026-04-16T18:40:44.849771+0000 mgr.vm06.sywxig (mgr.14229) 74 : cephadm [INF] Deploying daemon osd.3 on vm09 2026-04-16T18:40:46.621 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:46 vm09 bash[35508]: cephadm 2026-04-16T18:40:44.849771+0000 mgr.vm06.sywxig (mgr.14229) 74 : cephadm [INF] Deploying daemon osd.3 on vm09 2026-04-16T18:40:46.621 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:46 vm09 bash[35508]: cluster 2026-04-16T18:40:44.998979+0000 mgr.vm06.sywxig (mgr.14229) 75 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-04-16T18:40:46.621 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:46 vm09 bash[35508]: cluster 2026-04-16T18:40:44.998979+0000 mgr.vm06.sywxig (mgr.14229) 75 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-04-16T18:40:46.622 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:46 vm09 bash[35508]: audit 2026-04-16T18:40:45.781117+0000 mon.vm06 (mon.0) 472 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:40:46.622 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:46 vm09 bash[35508]: audit 2026-04-16T18:40:45.781117+0000 mon.vm06 (mon.0) 472 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:40:46.622 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:46 vm09 bash[35508]: audit 2026-04-16T18:40:45.789789+0000 mon.vm06 (mon.0) 473 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:40:46.622 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:46 vm09 bash[35508]: audit 2026-04-16T18:40:45.789789+0000 mon.vm06 (mon.0) 473 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:40:46.622 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:46 vm09 bash[35508]: audit 2026-04-16T18:40:45.790641+0000 mon.vm06 (mon.0) 474 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "auth get", "entity": "osd.4"} : dispatch 2026-04-16T18:40:46.622 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:46 vm09 bash[35508]: audit 2026-04-16T18:40:45.790641+0000 mon.vm06 (mon.0) 474 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "auth get", "entity": "osd.4"} : dispatch 2026-04-16T18:40:46.622 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:46 vm09 bash[35508]: audit 2026-04-16T18:40:45.791168+0000 mon.vm06 (mon.0) 475 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-04-16T18:40:46.622 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:46 vm09 bash[35508]: audit 2026-04-16T18:40:45.791168+0000 mon.vm06 (mon.0) 475 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-04-16T18:40:47.433 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:47 vm06 systemd[1]: /etc/systemd/system/ceph-4f654fb6-39c3-11f1-a5d5-6940ad893399@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2026-04-16T18:40:47.433 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:47 vm06 bash[28176]: cephadm 2026-04-16T18:40:45.791696+0000 mgr.vm06.sywxig (mgr.14229) 76 : cephadm [INF] Deploying daemon osd.4 on vm06 2026-04-16T18:40:47.433 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:47 vm06 bash[28176]: cephadm 2026-04-16T18:40:45.791696+0000 mgr.vm06.sywxig (mgr.14229) 76 : cephadm [INF] Deploying daemon osd.4 on vm06 2026-04-16T18:40:47.433 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:47 vm06 bash[28176]: audit 2026-04-16T18:40:46.332525+0000 mon.vm06 (mon.0) 476 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:40:47.433 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:47 vm06 bash[28176]: audit 2026-04-16T18:40:46.332525+0000 mon.vm06 (mon.0) 476 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:40:47.433 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:47 vm06 bash[28176]: audit 2026-04-16T18:40:46.341564+0000 mon.vm06 (mon.0) 477 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:40:47.433 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:47 vm06 bash[28176]: audit 2026-04-16T18:40:46.341564+0000 mon.vm06 (mon.0) 477 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:40:47.433 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:47 vm06 bash[28176]: audit 2026-04-16T18:40:46.342174+0000 mon.vm06 (mon.0) 478 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "auth get", "entity": "osd.5"} : dispatch 2026-04-16T18:40:47.433 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:47 vm06 bash[28176]: audit 2026-04-16T18:40:46.342174+0000 mon.vm06 (mon.0) 478 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "auth get", "entity": "osd.5"} : dispatch 2026-04-16T18:40:47.433 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:47 vm06 bash[28176]: audit 2026-04-16T18:40:46.342686+0000 mon.vm06 (mon.0) 479 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-04-16T18:40:47.433 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:47 vm06 bash[28176]: audit 2026-04-16T18:40:46.342686+0000 mon.vm06 (mon.0) 479 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-04-16T18:40:47.433 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:47 vm06 bash[28176]: cephadm 2026-04-16T18:40:46.343024+0000 mgr.vm06.sywxig (mgr.14229) 77 : cephadm [INF] Deploying daemon osd.5 on vm09 2026-04-16T18:40:47.433 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:47 vm06 bash[28176]: cephadm 2026-04-16T18:40:46.343024+0000 mgr.vm06.sywxig (mgr.14229) 77 : cephadm [INF] Deploying daemon osd.5 on vm09 2026-04-16T18:40:47.433 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:47 vm06 bash[28176]: audit 2026-04-16T18:40:46.418195+0000 mon.vm06 (mon.0) 480 : audit [DBG] from='client.? 192.168.123.106:0/2321775099' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2026-04-16T18:40:47.433 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:47 vm06 bash[28176]: audit 2026-04-16T18:40:46.418195+0000 mon.vm06 (mon.0) 480 : audit [DBG] from='client.? 192.168.123.106:0/2321775099' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2026-04-16T18:40:47.558 DEBUG:teuthology.orchestra.run.vm06:> sudo /home/ubuntu/cephtest/cephadm --image harbor.clyso.com/custom-ceph/ceph/ceph:sse-s3-kmip-preview-not-for-production-7 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4f654fb6-39c3-11f1-a5d5-6940ad893399 -- ceph osd stat -f json 2026-04-16T18:40:47.592 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:47 vm09 bash[35508]: cephadm 2026-04-16T18:40:45.791696+0000 mgr.vm06.sywxig (mgr.14229) 76 : cephadm [INF] Deploying daemon osd.4 on vm06 2026-04-16T18:40:47.593 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:47 vm09 bash[35508]: cephadm 2026-04-16T18:40:45.791696+0000 mgr.vm06.sywxig (mgr.14229) 76 : cephadm [INF] Deploying daemon osd.4 on vm06 2026-04-16T18:40:47.593 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:47 vm09 bash[35508]: audit 2026-04-16T18:40:46.332525+0000 mon.vm06 (mon.0) 476 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:40:47.593 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:47 vm09 bash[35508]: audit 2026-04-16T18:40:46.332525+0000 mon.vm06 (mon.0) 476 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:40:47.593 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:47 vm09 bash[35508]: audit 2026-04-16T18:40:46.341564+0000 mon.vm06 (mon.0) 477 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:40:47.593 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:47 vm09 bash[35508]: audit 2026-04-16T18:40:46.341564+0000 mon.vm06 (mon.0) 477 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:40:47.593 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:47 vm09 bash[35508]: audit 2026-04-16T18:40:46.342174+0000 mon.vm06 (mon.0) 478 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "auth get", "entity": "osd.5"} : dispatch 2026-04-16T18:40:47.593 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:47 vm09 bash[35508]: audit 2026-04-16T18:40:46.342174+0000 mon.vm06 (mon.0) 478 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "auth get", "entity": "osd.5"} : dispatch 2026-04-16T18:40:47.593 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:47 vm09 bash[35508]: audit 2026-04-16T18:40:46.342686+0000 mon.vm06 (mon.0) 479 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-04-16T18:40:47.593 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:47 vm09 bash[35508]: audit 2026-04-16T18:40:46.342686+0000 mon.vm06 (mon.0) 479 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-04-16T18:40:47.593 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:47 vm09 bash[35508]: cephadm 2026-04-16T18:40:46.343024+0000 mgr.vm06.sywxig (mgr.14229) 77 : cephadm [INF] Deploying daemon osd.5 on vm09 2026-04-16T18:40:47.593 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:47 vm09 bash[35508]: cephadm 2026-04-16T18:40:46.343024+0000 mgr.vm06.sywxig (mgr.14229) 77 : cephadm [INF] Deploying daemon osd.5 on vm09 2026-04-16T18:40:47.593 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:47 vm09 bash[35508]: audit 2026-04-16T18:40:46.418195+0000 mon.vm06 (mon.0) 480 : audit [DBG] from='client.? 192.168.123.106:0/2321775099' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2026-04-16T18:40:47.593 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:47 vm09 bash[35508]: audit 2026-04-16T18:40:46.418195+0000 mon.vm06 (mon.0) 480 : audit [DBG] from='client.? 192.168.123.106:0/2321775099' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2026-04-16T18:40:47.686 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:47 vm06 systemd[1]: /etc/systemd/system/ceph-4f654fb6-39c3-11f1-a5d5-6940ad893399@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2026-04-16T18:40:47.865 INFO:teuthology.orchestra.run.vm06.stderr:Inferring config /var/lib/ceph/4f654fb6-39c3-11f1-a5d5-6940ad893399/mon.vm06/config 2026-04-16T18:40:47.937 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:47 vm09 systemd[1]: /etc/systemd/system/ceph-4f654fb6-39c3-11f1-a5d5-6940ad893399@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2026-04-16T18:40:47.937 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:47 vm09 systemd[1]: /etc/systemd/system/ceph-4f654fb6-39c3-11f1-a5d5-6940ad893399@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2026-04-16T18:40:48.437 INFO:teuthology.orchestra.run.vm06.stdout: 2026-04-16T18:40:48.541 INFO:teuthology.orchestra.run.vm06.stdout:{"epoch":13,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1776364840,"num_remapped_pgs":0} 2026-04-16T18:40:48.831 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:48 vm09 bash[35508]: cluster 2026-04-16T18:40:46.999144+0000 mgr.vm06.sywxig (mgr.14229) 78 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-04-16T18:40:48.831 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:48 vm09 bash[35508]: cluster 2026-04-16T18:40:46.999144+0000 mgr.vm06.sywxig (mgr.14229) 78 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-04-16T18:40:48.831 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:48 vm09 bash[35508]: audit 2026-04-16T18:40:47.579363+0000 mon.vm06 (mon.0) 481 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:40:48.831 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:48 vm09 bash[35508]: audit 2026-04-16T18:40:47.579363+0000 mon.vm06 (mon.0) 481 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:40:48.831 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:48 vm09 bash[35508]: audit 2026-04-16T18:40:47.584499+0000 mon.vm06 (mon.0) 482 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:40:48.831 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:48 vm09 bash[35508]: audit 2026-04-16T18:40:47.584499+0000 mon.vm06 (mon.0) 482 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:40:48.831 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:48 vm09 bash[35508]: audit 2026-04-16T18:40:47.585248+0000 mon.vm06 (mon.0) 483 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "auth get", "entity": "osd.6"} : dispatch 2026-04-16T18:40:48.831 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:48 vm09 bash[35508]: audit 2026-04-16T18:40:47.585248+0000 mon.vm06 (mon.0) 483 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "auth get", "entity": "osd.6"} : dispatch 2026-04-16T18:40:48.831 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:48 vm09 bash[35508]: audit 2026-04-16T18:40:47.585812+0000 mon.vm06 (mon.0) 484 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-04-16T18:40:48.831 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:48 vm09 bash[35508]: audit 2026-04-16T18:40:47.585812+0000 mon.vm06 (mon.0) 484 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-04-16T18:40:48.831 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:48 vm09 bash[35508]: cephadm 2026-04-16T18:40:47.586243+0000 mgr.vm06.sywxig (mgr.14229) 79 : cephadm [INF] Deploying daemon osd.6 on vm06 2026-04-16T18:40:48.831 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:48 vm09 bash[35508]: cephadm 2026-04-16T18:40:47.586243+0000 mgr.vm06.sywxig (mgr.14229) 79 : cephadm [INF] Deploying daemon osd.6 on vm06 2026-04-16T18:40:48.831 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:48 vm09 bash[35508]: audit 2026-04-16T18:40:47.813929+0000 mon.vm06 (mon.0) 485 : audit [INF] from='osd.0 [v2:192.168.123.106:6802/2571971918,v1:192.168.123.106:6803/2571971918]' entity='osd.0' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]} : dispatch 2026-04-16T18:40:48.832 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:48 vm09 bash[35508]: audit 2026-04-16T18:40:47.813929+0000 mon.vm06 (mon.0) 485 : audit [INF] from='osd.0 [v2:192.168.123.106:6802/2571971918,v1:192.168.123.106:6803/2571971918]' entity='osd.0' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]} : dispatch 2026-04-16T18:40:48.832 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:48 vm09 bash[35508]: audit 2026-04-16T18:40:47.962520+0000 mon.vm06 (mon.0) 486 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:40:48.832 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:48 vm09 bash[35508]: audit 2026-04-16T18:40:47.962520+0000 mon.vm06 (mon.0) 486 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:40:48.832 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:48 vm09 bash[35508]: audit 2026-04-16T18:40:47.969530+0000 mon.vm06 (mon.0) 487 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:40:48.832 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:48 vm09 bash[35508]: audit 2026-04-16T18:40:47.969530+0000 mon.vm06 (mon.0) 487 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:40:48.832 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:48 vm09 bash[35508]: audit 2026-04-16T18:40:47.970273+0000 mon.vm06 (mon.0) 488 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "auth get", "entity": "osd.7"} : dispatch 2026-04-16T18:40:48.832 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:48 vm09 bash[35508]: audit 2026-04-16T18:40:47.970273+0000 mon.vm06 (mon.0) 488 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "auth get", "entity": "osd.7"} : dispatch 2026-04-16T18:40:48.832 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:48 vm09 bash[35508]: audit 2026-04-16T18:40:47.976311+0000 mon.vm06 (mon.0) 489 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-04-16T18:40:48.832 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:48 vm09 bash[35508]: audit 2026-04-16T18:40:47.976311+0000 mon.vm06 (mon.0) 489 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-04-16T18:40:48.832 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:48 vm09 bash[35508]: audit 2026-04-16T18:40:48.365672+0000 mon.vm09 (mon.1) 11 : audit [INF] from='osd.1 [v2:192.168.123.109:6800/3662546052,v1:192.168.123.109:6801/3662546052]' entity='osd.1' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]} : dispatch 2026-04-16T18:40:48.832 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:48 vm09 bash[35508]: audit 2026-04-16T18:40:48.365672+0000 mon.vm09 (mon.1) 11 : audit [INF] from='osd.1 [v2:192.168.123.109:6800/3662546052,v1:192.168.123.109:6801/3662546052]' entity='osd.1' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]} : dispatch 2026-04-16T18:40:48.832 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:48 vm09 bash[35508]: audit 2026-04-16T18:40:48.366392+0000 mon.vm06 (mon.0) 490 : audit [INF] from='osd.1 ' entity='osd.1' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]} : dispatch 2026-04-16T18:40:48.832 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:48 vm09 bash[35508]: audit 2026-04-16T18:40:48.366392+0000 mon.vm06 (mon.0) 490 : audit [INF] from='osd.1 ' entity='osd.1' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]} : dispatch 2026-04-16T18:40:48.832 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:48 vm09 bash[35508]: audit 2026-04-16T18:40:48.429985+0000 mon.vm06 (mon.0) 491 : audit [DBG] from='client.? 192.168.123.106:0/48572191' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2026-04-16T18:40:48.832 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:48 vm09 bash[35508]: audit 2026-04-16T18:40:48.429985+0000 mon.vm06 (mon.0) 491 : audit [DBG] from='client.? 192.168.123.106:0/48572191' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2026-04-16T18:40:48.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:48 vm06 bash[28176]: cluster 2026-04-16T18:40:46.999144+0000 mgr.vm06.sywxig (mgr.14229) 78 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-04-16T18:40:48.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:48 vm06 bash[28176]: cluster 2026-04-16T18:40:46.999144+0000 mgr.vm06.sywxig (mgr.14229) 78 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-04-16T18:40:48.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:48 vm06 bash[28176]: audit 2026-04-16T18:40:47.579363+0000 mon.vm06 (mon.0) 481 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:40:48.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:48 vm06 bash[28176]: audit 2026-04-16T18:40:47.579363+0000 mon.vm06 (mon.0) 481 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:40:48.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:48 vm06 bash[28176]: audit 2026-04-16T18:40:47.584499+0000 mon.vm06 (mon.0) 482 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:40:48.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:48 vm06 bash[28176]: audit 2026-04-16T18:40:47.584499+0000 mon.vm06 (mon.0) 482 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:40:48.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:48 vm06 bash[28176]: audit 2026-04-16T18:40:47.585248+0000 mon.vm06 (mon.0) 483 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "auth get", "entity": "osd.6"} : dispatch 2026-04-16T18:40:48.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:48 vm06 bash[28176]: audit 2026-04-16T18:40:47.585248+0000 mon.vm06 (mon.0) 483 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "auth get", "entity": "osd.6"} : dispatch 2026-04-16T18:40:48.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:48 vm06 bash[28176]: audit 2026-04-16T18:40:47.585812+0000 mon.vm06 (mon.0) 484 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-04-16T18:40:48.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:48 vm06 bash[28176]: audit 2026-04-16T18:40:47.585812+0000 mon.vm06 (mon.0) 484 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-04-16T18:40:48.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:48 vm06 bash[28176]: cephadm 2026-04-16T18:40:47.586243+0000 mgr.vm06.sywxig (mgr.14229) 79 : cephadm [INF] Deploying daemon osd.6 on vm06 2026-04-16T18:40:48.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:48 vm06 bash[28176]: cephadm 2026-04-16T18:40:47.586243+0000 mgr.vm06.sywxig (mgr.14229) 79 : cephadm [INF] Deploying daemon osd.6 on vm06 2026-04-16T18:40:48.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:48 vm06 bash[28176]: audit 2026-04-16T18:40:47.813929+0000 mon.vm06 (mon.0) 485 : audit [INF] from='osd.0 [v2:192.168.123.106:6802/2571971918,v1:192.168.123.106:6803/2571971918]' entity='osd.0' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]} : dispatch 2026-04-16T18:40:48.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:48 vm06 bash[28176]: audit 2026-04-16T18:40:47.813929+0000 mon.vm06 (mon.0) 485 : audit [INF] from='osd.0 [v2:192.168.123.106:6802/2571971918,v1:192.168.123.106:6803/2571971918]' entity='osd.0' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]} : dispatch 2026-04-16T18:40:48.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:48 vm06 bash[28176]: audit 2026-04-16T18:40:47.962520+0000 mon.vm06 (mon.0) 486 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:40:48.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:48 vm06 bash[28176]: audit 2026-04-16T18:40:47.962520+0000 mon.vm06 (mon.0) 486 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:40:48.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:48 vm06 bash[28176]: audit 2026-04-16T18:40:47.969530+0000 mon.vm06 (mon.0) 487 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:40:48.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:48 vm06 bash[28176]: audit 2026-04-16T18:40:47.969530+0000 mon.vm06 (mon.0) 487 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:40:48.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:48 vm06 bash[28176]: audit 2026-04-16T18:40:47.970273+0000 mon.vm06 (mon.0) 488 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "auth get", "entity": "osd.7"} : dispatch 2026-04-16T18:40:48.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:48 vm06 bash[28176]: audit 2026-04-16T18:40:47.970273+0000 mon.vm06 (mon.0) 488 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "auth get", "entity": "osd.7"} : dispatch 2026-04-16T18:40:48.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:48 vm06 bash[28176]: audit 2026-04-16T18:40:47.976311+0000 mon.vm06 (mon.0) 489 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-04-16T18:40:48.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:48 vm06 bash[28176]: audit 2026-04-16T18:40:47.976311+0000 mon.vm06 (mon.0) 489 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-04-16T18:40:48.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:48 vm06 bash[28176]: audit 2026-04-16T18:40:48.365672+0000 mon.vm09 (mon.1) 11 : audit [INF] from='osd.1 [v2:192.168.123.109:6800/3662546052,v1:192.168.123.109:6801/3662546052]' entity='osd.1' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]} : dispatch 2026-04-16T18:40:48.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:48 vm06 bash[28176]: audit 2026-04-16T18:40:48.365672+0000 mon.vm09 (mon.1) 11 : audit [INF] from='osd.1 [v2:192.168.123.109:6800/3662546052,v1:192.168.123.109:6801/3662546052]' entity='osd.1' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]} : dispatch 2026-04-16T18:40:48.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:48 vm06 bash[28176]: audit 2026-04-16T18:40:48.366392+0000 mon.vm06 (mon.0) 490 : audit [INF] from='osd.1 ' entity='osd.1' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]} : dispatch 2026-04-16T18:40:48.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:48 vm06 bash[28176]: audit 2026-04-16T18:40:48.366392+0000 mon.vm06 (mon.0) 490 : audit [INF] from='osd.1 ' entity='osd.1' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]} : dispatch 2026-04-16T18:40:48.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:48 vm06 bash[28176]: audit 2026-04-16T18:40:48.429985+0000 mon.vm06 (mon.0) 491 : audit [DBG] from='client.? 192.168.123.106:0/48572191' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2026-04-16T18:40:48.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:48 vm06 bash[28176]: audit 2026-04-16T18:40:48.429985+0000 mon.vm06 (mon.0) 491 : audit [DBG] from='client.? 192.168.123.106:0/48572191' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2026-04-16T18:40:49.534 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:49 vm06 systemd[1]: /etc/systemd/system/ceph-4f654fb6-39c3-11f1-a5d5-6940ad893399@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2026-04-16T18:40:49.534 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:49 vm06 systemd[1]: /etc/systemd/system/ceph-4f654fb6-39c3-11f1-a5d5-6940ad893399@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2026-04-16T18:40:49.542 DEBUG:teuthology.orchestra.run.vm06:> sudo /home/ubuntu/cephtest/cephadm --image harbor.clyso.com/custom-ceph/ceph/ceph:sse-s3-kmip-preview-not-for-production-7 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4f654fb6-39c3-11f1-a5d5-6940ad893399 -- ceph osd stat -f json 2026-04-16T18:40:49.603 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:49 vm09 systemd[1]: /etc/systemd/system/ceph-4f654fb6-39c3-11f1-a5d5-6940ad893399@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2026-04-16T18:40:49.849 INFO:teuthology.orchestra.run.vm06.stderr:Inferring config /var/lib/ceph/4f654fb6-39c3-11f1-a5d5-6940ad893399/mon.vm06/config 2026-04-16T18:40:49.877 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:49 vm06 bash[28176]: cephadm 2026-04-16T18:40:47.976958+0000 mgr.vm06.sywxig (mgr.14229) 80 : cephadm [INF] Deploying daemon osd.7 on vm09 2026-04-16T18:40:49.877 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:49 vm06 bash[28176]: cephadm 2026-04-16T18:40:47.976958+0000 mgr.vm06.sywxig (mgr.14229) 80 : cephadm [INF] Deploying daemon osd.7 on vm09 2026-04-16T18:40:49.877 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:49 vm06 bash[28176]: audit 2026-04-16T18:40:48.589320+0000 mon.vm06 (mon.0) 492 : audit [INF] from='osd.0 [v2:192.168.123.106:6802/2571971918,v1:192.168.123.106:6803/2571971918]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2026-04-16T18:40:49.877 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:49 vm06 bash[28176]: audit 2026-04-16T18:40:48.589320+0000 mon.vm06 (mon.0) 492 : audit [INF] from='osd.0 [v2:192.168.123.106:6802/2571971918,v1:192.168.123.106:6803/2571971918]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2026-04-16T18:40:49.877 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:49 vm06 bash[28176]: audit 2026-04-16T18:40:48.589420+0000 mon.vm06 (mon.0) 493 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2026-04-16T18:40:49.877 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:49 vm06 bash[28176]: audit 2026-04-16T18:40:48.589420+0000 mon.vm06 (mon.0) 493 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2026-04-16T18:40:49.877 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:49 vm06 bash[28176]: cluster 2026-04-16T18:40:48.591659+0000 mon.vm06 (mon.0) 494 : cluster [DBG] osdmap e14: 8 total, 0 up, 8 in 2026-04-16T18:40:49.877 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:49 vm06 bash[28176]: cluster 2026-04-16T18:40:48.591659+0000 mon.vm06 (mon.0) 494 : cluster [DBG] osdmap e14: 8 total, 0 up, 8 in 2026-04-16T18:40:49.877 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:49 vm06 bash[28176]: audit 2026-04-16T18:40:48.591799+0000 mon.vm06 (mon.0) 495 : audit [INF] from='osd.0 [v2:192.168.123.106:6802/2571971918,v1:192.168.123.106:6803/2571971918]' entity='osd.0' cmd={"prefix": "osd crush create-or-move", "id": 0, "weight":0.0195, "args": ["host=vm06", "root=default"]} : dispatch 2026-04-16T18:40:49.877 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:49 vm06 bash[28176]: audit 2026-04-16T18:40:48.591799+0000 mon.vm06 (mon.0) 495 : audit [INF] from='osd.0 [v2:192.168.123.106:6802/2571971918,v1:192.168.123.106:6803/2571971918]' entity='osd.0' cmd={"prefix": "osd crush create-or-move", "id": 0, "weight":0.0195, "args": ["host=vm06", "root=default"]} : dispatch 2026-04-16T18:40:49.877 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:49 vm06 bash[28176]: audit 2026-04-16T18:40:48.591901+0000 mon.vm06 (mon.0) 496 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-04-16T18:40:49.877 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:49 vm06 bash[28176]: audit 2026-04-16T18:40:48.591901+0000 mon.vm06 (mon.0) 496 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-04-16T18:40:49.877 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:49 vm06 bash[28176]: audit 2026-04-16T18:40:48.591946+0000 mon.vm06 (mon.0) 497 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-04-16T18:40:49.877 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:49 vm06 bash[28176]: audit 2026-04-16T18:40:48.591946+0000 mon.vm06 (mon.0) 497 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-04-16T18:40:49.877 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:49 vm06 bash[28176]: audit 2026-04-16T18:40:48.591976+0000 mon.vm06 (mon.0) 498 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2026-04-16T18:40:49.877 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:49 vm06 bash[28176]: audit 2026-04-16T18:40:48.591976+0000 mon.vm06 (mon.0) 498 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2026-04-16T18:40:49.877 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:49 vm06 bash[28176]: audit 2026-04-16T18:40:48.592023+0000 mon.vm06 (mon.0) 499 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2026-04-16T18:40:49.877 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:49 vm06 bash[28176]: audit 2026-04-16T18:40:48.592023+0000 mon.vm06 (mon.0) 499 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2026-04-16T18:40:49.877 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:49 vm06 bash[28176]: audit 2026-04-16T18:40:48.592052+0000 mon.vm06 (mon.0) 500 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2026-04-16T18:40:49.877 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:49 vm06 bash[28176]: audit 2026-04-16T18:40:48.592052+0000 mon.vm06 (mon.0) 500 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2026-04-16T18:40:49.877 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:49 vm06 bash[28176]: audit 2026-04-16T18:40:48.592081+0000 mon.vm06 (mon.0) 501 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2026-04-16T18:40:49.877 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:49 vm06 bash[28176]: audit 2026-04-16T18:40:48.592081+0000 mon.vm06 (mon.0) 501 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2026-04-16T18:40:49.877 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:49 vm06 bash[28176]: audit 2026-04-16T18:40:48.592109+0000 mon.vm06 (mon.0) 502 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2026-04-16T18:40:49.877 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:49 vm06 bash[28176]: audit 2026-04-16T18:40:48.592109+0000 mon.vm06 (mon.0) 502 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2026-04-16T18:40:49.878 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:49 vm06 bash[28176]: audit 2026-04-16T18:40:48.592142+0000 mon.vm06 (mon.0) 503 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2026-04-16T18:40:49.878 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:49 vm06 bash[28176]: audit 2026-04-16T18:40:48.592142+0000 mon.vm06 (mon.0) 503 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2026-04-16T18:40:49.878 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:49 vm06 bash[28176]: audit 2026-04-16T18:40:48.593556+0000 mon.vm09 (mon.1) 12 : audit [INF] from='osd.1 [v2:192.168.123.109:6800/3662546052,v1:192.168.123.109:6801/3662546052]' entity='osd.1' cmd={"prefix": "osd crush create-or-move", "id": 1, "weight":0.0195, "args": ["host=vm09", "root=default"]} : dispatch 2026-04-16T18:40:49.878 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:49 vm06 bash[28176]: audit 2026-04-16T18:40:48.593556+0000 mon.vm09 (mon.1) 12 : audit [INF] from='osd.1 [v2:192.168.123.109:6800/3662546052,v1:192.168.123.109:6801/3662546052]' entity='osd.1' cmd={"prefix": "osd crush create-or-move", "id": 1, "weight":0.0195, "args": ["host=vm09", "root=default"]} : dispatch 2026-04-16T18:40:49.878 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:49 vm06 bash[28176]: audit 2026-04-16T18:40:48.593794+0000 mon.vm06 (mon.0) 504 : audit [INF] from='osd.1 ' entity='osd.1' cmd={"prefix": "osd crush create-or-move", "id": 1, "weight":0.0195, "args": ["host=vm09", "root=default"]} : dispatch 2026-04-16T18:40:49.878 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:49 vm06 bash[28176]: audit 2026-04-16T18:40:48.593794+0000 mon.vm06 (mon.0) 504 : audit [INF] from='osd.1 ' entity='osd.1' cmd={"prefix": "osd crush create-or-move", "id": 1, "weight":0.0195, "args": ["host=vm09", "root=default"]} : dispatch 2026-04-16T18:40:49.878 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:49 vm06 bash[28176]: audit 2026-04-16T18:40:49.210821+0000 mon.vm09 (mon.1) 13 : audit [INF] from='osd.2 [v2:192.168.123.106:6810/1777024055,v1:192.168.123.106:6811/1777024055]' entity='osd.2' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]} : dispatch 2026-04-16T18:40:49.878 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:49 vm06 bash[28176]: audit 2026-04-16T18:40:49.210821+0000 mon.vm09 (mon.1) 13 : audit [INF] from='osd.2 [v2:192.168.123.106:6810/1777024055,v1:192.168.123.106:6811/1777024055]' entity='osd.2' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]} : dispatch 2026-04-16T18:40:49.878 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:49 vm06 bash[28176]: audit 2026-04-16T18:40:49.211096+0000 mon.vm06 (mon.0) 505 : audit [INF] from='osd.2 ' entity='osd.2' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]} : dispatch 2026-04-16T18:40:49.878 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:49 vm06 bash[28176]: audit 2026-04-16T18:40:49.211096+0000 mon.vm06 (mon.0) 505 : audit [INF] from='osd.2 ' entity='osd.2' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]} : dispatch 2026-04-16T18:40:49.878 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:49 vm06 bash[28176]: audit 2026-04-16T18:40:49.565505+0000 mon.vm06 (mon.0) 506 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:40:49.878 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:49 vm06 bash[28176]: audit 2026-04-16T18:40:49.565505+0000 mon.vm06 (mon.0) 506 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:40:49.878 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:49 vm06 bash[28176]: audit 2026-04-16T18:40:49.574413+0000 mon.vm06 (mon.0) 507 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:40:49.878 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:49 vm06 bash[28176]: audit 2026-04-16T18:40:49.574413+0000 mon.vm06 (mon.0) 507 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:40:49.931 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:49 vm09 systemd[1]: /etc/systemd/system/ceph-4f654fb6-39c3-11f1-a5d5-6940ad893399@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2026-04-16T18:40:49.931 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:49 vm09 bash[35508]: cephadm 2026-04-16T18:40:47.976958+0000 mgr.vm06.sywxig (mgr.14229) 80 : cephadm [INF] Deploying daemon osd.7 on vm09 2026-04-16T18:40:49.931 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:49 vm09 bash[35508]: cephadm 2026-04-16T18:40:47.976958+0000 mgr.vm06.sywxig (mgr.14229) 80 : cephadm [INF] Deploying daemon osd.7 on vm09 2026-04-16T18:40:49.931 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:49 vm09 bash[35508]: audit 2026-04-16T18:40:48.589320+0000 mon.vm06 (mon.0) 492 : audit [INF] from='osd.0 [v2:192.168.123.106:6802/2571971918,v1:192.168.123.106:6803/2571971918]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2026-04-16T18:40:49.931 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:49 vm09 bash[35508]: audit 2026-04-16T18:40:48.589320+0000 mon.vm06 (mon.0) 492 : audit [INF] from='osd.0 [v2:192.168.123.106:6802/2571971918,v1:192.168.123.106:6803/2571971918]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2026-04-16T18:40:49.931 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:49 vm09 bash[35508]: audit 2026-04-16T18:40:48.589420+0000 mon.vm06 (mon.0) 493 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2026-04-16T18:40:49.931 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:49 vm09 bash[35508]: audit 2026-04-16T18:40:48.589420+0000 mon.vm06 (mon.0) 493 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2026-04-16T18:40:49.931 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:49 vm09 bash[35508]: cluster 2026-04-16T18:40:48.591659+0000 mon.vm06 (mon.0) 494 : cluster [DBG] osdmap e14: 8 total, 0 up, 8 in 2026-04-16T18:40:49.931 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:49 vm09 bash[35508]: cluster 2026-04-16T18:40:48.591659+0000 mon.vm06 (mon.0) 494 : cluster [DBG] osdmap e14: 8 total, 0 up, 8 in 2026-04-16T18:40:49.931 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:49 vm09 bash[35508]: audit 2026-04-16T18:40:48.591799+0000 mon.vm06 (mon.0) 495 : audit [INF] from='osd.0 [v2:192.168.123.106:6802/2571971918,v1:192.168.123.106:6803/2571971918]' entity='osd.0' cmd={"prefix": "osd crush create-or-move", "id": 0, "weight":0.0195, "args": ["host=vm06", "root=default"]} : dispatch 2026-04-16T18:40:49.931 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:49 vm09 bash[35508]: audit 2026-04-16T18:40:48.591799+0000 mon.vm06 (mon.0) 495 : audit [INF] from='osd.0 [v2:192.168.123.106:6802/2571971918,v1:192.168.123.106:6803/2571971918]' entity='osd.0' cmd={"prefix": "osd crush create-or-move", "id": 0, "weight":0.0195, "args": ["host=vm06", "root=default"]} : dispatch 2026-04-16T18:40:49.931 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:49 vm09 bash[35508]: audit 2026-04-16T18:40:48.591901+0000 mon.vm06 (mon.0) 496 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-04-16T18:40:49.931 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:49 vm09 bash[35508]: audit 2026-04-16T18:40:48.591901+0000 mon.vm06 (mon.0) 496 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-04-16T18:40:49.931 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:49 vm09 bash[35508]: audit 2026-04-16T18:40:48.591946+0000 mon.vm06 (mon.0) 497 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-04-16T18:40:49.931 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:49 vm09 bash[35508]: audit 2026-04-16T18:40:48.591946+0000 mon.vm06 (mon.0) 497 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-04-16T18:40:49.931 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:49 vm09 bash[35508]: audit 2026-04-16T18:40:48.591976+0000 mon.vm06 (mon.0) 498 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2026-04-16T18:40:49.931 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:49 vm09 bash[35508]: audit 2026-04-16T18:40:48.591976+0000 mon.vm06 (mon.0) 498 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2026-04-16T18:40:49.931 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:49 vm09 bash[35508]: audit 2026-04-16T18:40:48.592023+0000 mon.vm06 (mon.0) 499 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2026-04-16T18:40:49.931 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:49 vm09 bash[35508]: audit 2026-04-16T18:40:48.592023+0000 mon.vm06 (mon.0) 499 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2026-04-16T18:40:49.931 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:49 vm09 bash[35508]: audit 2026-04-16T18:40:48.592052+0000 mon.vm06 (mon.0) 500 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2026-04-16T18:40:49.931 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:49 vm09 bash[35508]: audit 2026-04-16T18:40:48.592052+0000 mon.vm06 (mon.0) 500 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2026-04-16T18:40:49.931 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:49 vm09 bash[35508]: audit 2026-04-16T18:40:48.592081+0000 mon.vm06 (mon.0) 501 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2026-04-16T18:40:49.931 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:49 vm09 bash[35508]: audit 2026-04-16T18:40:48.592081+0000 mon.vm06 (mon.0) 501 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2026-04-16T18:40:49.931 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:49 vm09 bash[35508]: audit 2026-04-16T18:40:48.592109+0000 mon.vm06 (mon.0) 502 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2026-04-16T18:40:49.931 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:49 vm09 bash[35508]: audit 2026-04-16T18:40:48.592109+0000 mon.vm06 (mon.0) 502 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2026-04-16T18:40:49.931 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:49 vm09 bash[35508]: audit 2026-04-16T18:40:48.592142+0000 mon.vm06 (mon.0) 503 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2026-04-16T18:40:49.931 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:49 vm09 bash[35508]: audit 2026-04-16T18:40:48.592142+0000 mon.vm06 (mon.0) 503 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2026-04-16T18:40:49.931 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:49 vm09 bash[35508]: audit 2026-04-16T18:40:48.593556+0000 mon.vm09 (mon.1) 12 : audit [INF] from='osd.1 [v2:192.168.123.109:6800/3662546052,v1:192.168.123.109:6801/3662546052]' entity='osd.1' cmd={"prefix": "osd crush create-or-move", "id": 1, "weight":0.0195, "args": ["host=vm09", "root=default"]} : dispatch 2026-04-16T18:40:49.932 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:49 vm09 bash[35508]: audit 2026-04-16T18:40:48.593556+0000 mon.vm09 (mon.1) 12 : audit [INF] from='osd.1 [v2:192.168.123.109:6800/3662546052,v1:192.168.123.109:6801/3662546052]' entity='osd.1' cmd={"prefix": "osd crush create-or-move", "id": 1, "weight":0.0195, "args": ["host=vm09", "root=default"]} : dispatch 2026-04-16T18:40:49.932 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:49 vm09 bash[35508]: audit 2026-04-16T18:40:48.593794+0000 mon.vm06 (mon.0) 504 : audit [INF] from='osd.1 ' entity='osd.1' cmd={"prefix": "osd crush create-or-move", "id": 1, "weight":0.0195, "args": ["host=vm09", "root=default"]} : dispatch 2026-04-16T18:40:49.932 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:49 vm09 bash[35508]: audit 2026-04-16T18:40:48.593794+0000 mon.vm06 (mon.0) 504 : audit [INF] from='osd.1 ' entity='osd.1' cmd={"prefix": "osd crush create-or-move", "id": 1, "weight":0.0195, "args": ["host=vm09", "root=default"]} : dispatch 2026-04-16T18:40:49.932 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:49 vm09 bash[35508]: audit 2026-04-16T18:40:49.210821+0000 mon.vm09 (mon.1) 13 : audit [INF] from='osd.2 [v2:192.168.123.106:6810/1777024055,v1:192.168.123.106:6811/1777024055]' entity='osd.2' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]} : dispatch 2026-04-16T18:40:49.932 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:49 vm09 bash[35508]: audit 2026-04-16T18:40:49.210821+0000 mon.vm09 (mon.1) 13 : audit [INF] from='osd.2 [v2:192.168.123.106:6810/1777024055,v1:192.168.123.106:6811/1777024055]' entity='osd.2' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]} : dispatch 2026-04-16T18:40:49.932 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:49 vm09 bash[35508]: audit 2026-04-16T18:40:49.211096+0000 mon.vm06 (mon.0) 505 : audit [INF] from='osd.2 ' entity='osd.2' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]} : dispatch 2026-04-16T18:40:49.932 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:49 vm09 bash[35508]: audit 2026-04-16T18:40:49.211096+0000 mon.vm06 (mon.0) 505 : audit [INF] from='osd.2 ' entity='osd.2' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]} : dispatch 2026-04-16T18:40:49.932 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:49 vm09 bash[35508]: audit 2026-04-16T18:40:49.565505+0000 mon.vm06 (mon.0) 506 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:40:49.932 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:49 vm09 bash[35508]: audit 2026-04-16T18:40:49.565505+0000 mon.vm06 (mon.0) 506 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:40:49.932 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:49 vm09 bash[35508]: audit 2026-04-16T18:40:49.574413+0000 mon.vm06 (mon.0) 507 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:40:49.932 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:49 vm09 bash[35508]: audit 2026-04-16T18:40:49.574413+0000 mon.vm06 (mon.0) 507 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:40:50.794 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:50 vm09 bash[35508]: cluster 2026-04-16T18:40:48.999335+0000 mgr.vm06.sywxig (mgr.14229) 81 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-04-16T18:40:50.794 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:50 vm09 bash[35508]: cluster 2026-04-16T18:40:48.999335+0000 mgr.vm06.sywxig (mgr.14229) 81 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-04-16T18:40:50.794 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:50 vm09 bash[35508]: audit 2026-04-16T18:40:49.592921+0000 mon.vm06 (mon.0) 508 : audit [INF] from='osd.0 [v2:192.168.123.106:6802/2571971918,v1:192.168.123.106:6803/2571971918]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0195, "args": ["host=vm06", "root=default"]}]': finished 2026-04-16T18:40:50.794 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:50 vm09 bash[35508]: audit 2026-04-16T18:40:49.592921+0000 mon.vm06 (mon.0) 508 : audit [INF] from='osd.0 [v2:192.168.123.106:6802/2571971918,v1:192.168.123.106:6803/2571971918]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0195, "args": ["host=vm06", "root=default"]}]': finished 2026-04-16T18:40:50.794 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:50 vm09 bash[35508]: audit 2026-04-16T18:40:49.594798+0000 mon.vm06 (mon.0) 509 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0195, "args": ["host=vm09", "root=default"]}]': finished 2026-04-16T18:40:50.794 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:50 vm09 bash[35508]: audit 2026-04-16T18:40:49.594798+0000 mon.vm06 (mon.0) 509 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0195, "args": ["host=vm09", "root=default"]}]': finished 2026-04-16T18:40:50.794 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:50 vm09 bash[35508]: audit 2026-04-16T18:40:49.594900+0000 mon.vm06 (mon.0) 510 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2026-04-16T18:40:50.794 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:50 vm09 bash[35508]: audit 2026-04-16T18:40:49.594900+0000 mon.vm06 (mon.0) 510 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2026-04-16T18:40:50.794 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:50 vm09 bash[35508]: cluster 2026-04-16T18:40:49.600059+0000 mon.vm06 (mon.0) 511 : cluster [DBG] osdmap e15: 8 total, 0 up, 8 in 2026-04-16T18:40:50.794 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:50 vm09 bash[35508]: cluster 2026-04-16T18:40:49.600059+0000 mon.vm06 (mon.0) 511 : cluster [DBG] osdmap e15: 8 total, 0 up, 8 in 2026-04-16T18:40:50.794 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:50 vm09 bash[35508]: audit 2026-04-16T18:40:49.601069+0000 mon.vm09 (mon.1) 14 : audit [INF] from='osd.2 [v2:192.168.123.106:6810/1777024055,v1:192.168.123.106:6811/1777024055]' entity='osd.2' cmd={"prefix": "osd crush create-or-move", "id": 2, "weight":0.0195, "args": ["host=vm06", "root=default"]} : dispatch 2026-04-16T18:40:50.795 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:50 vm09 bash[35508]: audit 2026-04-16T18:40:49.601069+0000 mon.vm09 (mon.1) 14 : audit [INF] from='osd.2 [v2:192.168.123.106:6810/1777024055,v1:192.168.123.106:6811/1777024055]' entity='osd.2' cmd={"prefix": "osd crush create-or-move", "id": 2, "weight":0.0195, "args": ["host=vm06", "root=default"]} : dispatch 2026-04-16T18:40:50.795 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:50 vm09 bash[35508]: audit 2026-04-16T18:40:49.609384+0000 mon.vm06 (mon.0) 512 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-04-16T18:40:50.795 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:50 vm09 bash[35508]: audit 2026-04-16T18:40:49.609384+0000 mon.vm06 (mon.0) 512 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-04-16T18:40:50.795 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:50 vm09 bash[35508]: audit 2026-04-16T18:40:49.609519+0000 mon.vm06 (mon.0) 513 : audit [INF] from='osd.2 ' entity='osd.2' cmd={"prefix": "osd crush create-or-move", "id": 2, "weight":0.0195, "args": ["host=vm06", "root=default"]} : dispatch 2026-04-16T18:40:50.795 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:50 vm09 bash[35508]: audit 2026-04-16T18:40:49.609519+0000 mon.vm06 (mon.0) 513 : audit [INF] from='osd.2 ' entity='osd.2' cmd={"prefix": "osd crush create-or-move", "id": 2, "weight":0.0195, "args": ["host=vm06", "root=default"]} : dispatch 2026-04-16T18:40:50.795 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:50 vm09 bash[35508]: audit 2026-04-16T18:40:49.609649+0000 mon.vm06 (mon.0) 514 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-04-16T18:40:50.795 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:50 vm09 bash[35508]: audit 2026-04-16T18:40:49.609649+0000 mon.vm06 (mon.0) 514 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-04-16T18:40:50.795 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:50 vm09 bash[35508]: audit 2026-04-16T18:40:49.609698+0000 mon.vm06 (mon.0) 515 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2026-04-16T18:40:50.795 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:50 vm09 bash[35508]: audit 2026-04-16T18:40:49.609698+0000 mon.vm06 (mon.0) 515 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2026-04-16T18:40:50.795 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:50 vm09 bash[35508]: audit 2026-04-16T18:40:49.609744+0000 mon.vm06 (mon.0) 516 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2026-04-16T18:40:50.795 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:50 vm09 bash[35508]: audit 2026-04-16T18:40:49.609744+0000 mon.vm06 (mon.0) 516 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2026-04-16T18:40:50.795 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:50 vm09 bash[35508]: audit 2026-04-16T18:40:49.609788+0000 mon.vm06 (mon.0) 517 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2026-04-16T18:40:50.795 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:50 vm09 bash[35508]: audit 2026-04-16T18:40:49.609788+0000 mon.vm06 (mon.0) 517 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2026-04-16T18:40:50.795 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:50 vm09 bash[35508]: audit 2026-04-16T18:40:49.609833+0000 mon.vm06 (mon.0) 518 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2026-04-16T18:40:50.795 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:50 vm09 bash[35508]: audit 2026-04-16T18:40:49.609833+0000 mon.vm06 (mon.0) 518 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2026-04-16T18:40:50.795 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:50 vm09 bash[35508]: audit 2026-04-16T18:40:49.609878+0000 mon.vm06 (mon.0) 519 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2026-04-16T18:40:50.795 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:50 vm09 bash[35508]: audit 2026-04-16T18:40:49.609878+0000 mon.vm06 (mon.0) 519 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2026-04-16T18:40:50.795 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:50 vm09 bash[35508]: audit 2026-04-16T18:40:49.609923+0000 mon.vm06 (mon.0) 520 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2026-04-16T18:40:50.795 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:50 vm09 bash[35508]: audit 2026-04-16T18:40:49.609923+0000 mon.vm06 (mon.0) 520 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2026-04-16T18:40:50.795 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:50 vm09 bash[35508]: audit 2026-04-16T18:40:49.621110+0000 mon.vm06 (mon.0) 521 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-04-16T18:40:50.795 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:50 vm09 bash[35508]: audit 2026-04-16T18:40:49.621110+0000 mon.vm06 (mon.0) 521 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-04-16T18:40:50.795 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:50 vm09 bash[35508]: audit 2026-04-16T18:40:49.888106+0000 mon.vm06 (mon.0) 522 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:40:50.795 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:50 vm09 bash[35508]: audit 2026-04-16T18:40:49.888106+0000 mon.vm06 (mon.0) 522 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:40:50.795 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:50 vm09 bash[35508]: audit 2026-04-16T18:40:49.939745+0000 mon.vm06 (mon.0) 523 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:40:50.795 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:50 vm09 bash[35508]: audit 2026-04-16T18:40:49.939745+0000 mon.vm06 (mon.0) 523 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:40:50.795 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:50 vm09 bash[35508]: audit 2026-04-16T18:40:50.158814+0000 mon.vm09 (mon.1) 15 : audit [INF] from='osd.3 [v2:192.168.123.109:6808/2731388529,v1:192.168.123.109:6809/2731388529]' entity='osd.3' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]} : dispatch 2026-04-16T18:40:50.795 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:50 vm09 bash[35508]: audit 2026-04-16T18:40:50.158814+0000 mon.vm09 (mon.1) 15 : audit [INF] from='osd.3 [v2:192.168.123.109:6808/2731388529,v1:192.168.123.109:6809/2731388529]' entity='osd.3' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]} : dispatch 2026-04-16T18:40:50.795 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:50 vm09 bash[35508]: audit 2026-04-16T18:40:50.159193+0000 mon.vm06 (mon.0) 524 : audit [INF] from='osd.3 ' entity='osd.3' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]} : dispatch 2026-04-16T18:40:50.795 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:50 vm09 bash[35508]: audit 2026-04-16T18:40:50.159193+0000 mon.vm06 (mon.0) 524 : audit [INF] from='osd.3 ' entity='osd.3' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]} : dispatch 2026-04-16T18:40:50.795 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:50 vm09 bash[35508]: audit 2026-04-16T18:40:50.255810+0000 mon.vm06 (mon.0) 525 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-04-16T18:40:50.795 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:50 vm09 bash[35508]: audit 2026-04-16T18:40:50.255810+0000 mon.vm06 (mon.0) 525 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-04-16T18:40:50.795 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:50 vm09 bash[35508]: audit 2026-04-16T18:40:50.599288+0000 mon.vm06 (mon.0) 526 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-04-16T18:40:50.795 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:50 vm09 bash[35508]: audit 2026-04-16T18:40:50.599288+0000 mon.vm06 (mon.0) 526 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-04-16T18:40:50.795 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:50 vm09 bash[35508]: audit 2026-04-16T18:40:50.599437+0000 mon.vm06 (mon.0) 527 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0195, "args": ["host=vm06", "root=default"]}]': finished 2026-04-16T18:40:50.795 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:50 vm09 bash[35508]: audit 2026-04-16T18:40:50.599437+0000 mon.vm06 (mon.0) 527 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0195, "args": ["host=vm06", "root=default"]}]': finished 2026-04-16T18:40:50.795 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:50 vm09 bash[35508]: audit 2026-04-16T18:40:50.599468+0000 mon.vm06 (mon.0) 528 : audit [INF] from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2026-04-16T18:40:50.795 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:50 vm09 bash[35508]: audit 2026-04-16T18:40:50.599468+0000 mon.vm06 (mon.0) 528 : audit [INF] from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2026-04-16T18:40:50.795 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:50 vm09 bash[35508]: cluster 2026-04-16T18:40:50.601661+0000 mon.vm06 (mon.0) 529 : cluster [DBG] osdmap e16: 8 total, 0 up, 8 in 2026-04-16T18:40:50.795 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:50 vm09 bash[35508]: cluster 2026-04-16T18:40:50.601661+0000 mon.vm06 (mon.0) 529 : cluster [DBG] osdmap e16: 8 total, 0 up, 8 in 2026-04-16T18:40:50.795 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:50 vm09 bash[35508]: audit 2026-04-16T18:40:50.601808+0000 mon.vm06 (mon.0) 530 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-04-16T18:40:50.795 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:50 vm09 bash[35508]: audit 2026-04-16T18:40:50.601808+0000 mon.vm06 (mon.0) 530 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-04-16T18:40:50.795 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:50 vm09 bash[35508]: audit 2026-04-16T18:40:50.601858+0000 mon.vm06 (mon.0) 531 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-04-16T18:40:50.795 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:50 vm09 bash[35508]: audit 2026-04-16T18:40:50.601858+0000 mon.vm06 (mon.0) 531 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-04-16T18:40:50.795 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:50 vm09 bash[35508]: audit 2026-04-16T18:40:50.601888+0000 mon.vm06 (mon.0) 532 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2026-04-16T18:40:50.795 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:50 vm09 bash[35508]: audit 2026-04-16T18:40:50.601888+0000 mon.vm06 (mon.0) 532 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2026-04-16T18:40:50.795 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:50 vm09 bash[35508]: audit 2026-04-16T18:40:50.601915+0000 mon.vm06 (mon.0) 533 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2026-04-16T18:40:50.795 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:50 vm09 bash[35508]: audit 2026-04-16T18:40:50.601915+0000 mon.vm06 (mon.0) 533 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2026-04-16T18:40:50.795 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:50 vm09 bash[35508]: audit 2026-04-16T18:40:50.601941+0000 mon.vm06 (mon.0) 534 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2026-04-16T18:40:50.795 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:50 vm09 bash[35508]: audit 2026-04-16T18:40:50.601941+0000 mon.vm06 (mon.0) 534 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2026-04-16T18:40:50.795 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:50 vm09 bash[35508]: audit 2026-04-16T18:40:50.601969+0000 mon.vm06 (mon.0) 535 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2026-04-16T18:40:50.795 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:50 vm09 bash[35508]: audit 2026-04-16T18:40:50.601969+0000 mon.vm06 (mon.0) 535 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2026-04-16T18:40:50.795 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:50 vm09 bash[35508]: audit 2026-04-16T18:40:50.601996+0000 mon.vm06 (mon.0) 536 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2026-04-16T18:40:50.795 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:50 vm09 bash[35508]: audit 2026-04-16T18:40:50.601996+0000 mon.vm06 (mon.0) 536 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2026-04-16T18:40:50.795 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:50 vm09 bash[35508]: audit 2026-04-16T18:40:50.602023+0000 mon.vm06 (mon.0) 537 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2026-04-16T18:40:50.795 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:50 vm09 bash[35508]: audit 2026-04-16T18:40:50.602023+0000 mon.vm06 (mon.0) 537 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2026-04-16T18:40:50.795 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:50 vm09 bash[35508]: audit 2026-04-16T18:40:50.605024+0000 mon.vm09 (mon.1) 16 : audit [INF] from='osd.3 [v2:192.168.123.109:6808/2731388529,v1:192.168.123.109:6809/2731388529]' entity='osd.3' cmd={"prefix": "osd crush create-or-move", "id": 3, "weight":0.0195, "args": ["host=vm09", "root=default"]} : dispatch 2026-04-16T18:40:50.795 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:50 vm09 bash[35508]: audit 2026-04-16T18:40:50.605024+0000 mon.vm09 (mon.1) 16 : audit [INF] from='osd.3 [v2:192.168.123.109:6808/2731388529,v1:192.168.123.109:6809/2731388529]' entity='osd.3' cmd={"prefix": "osd crush create-or-move", "id": 3, "weight":0.0195, "args": ["host=vm09", "root=default"]} : dispatch 2026-04-16T18:40:50.795 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:50 vm09 bash[35508]: audit 2026-04-16T18:40:50.605276+0000 mon.vm06 (mon.0) 538 : audit [INF] from='osd.3 ' entity='osd.3' cmd={"prefix": "osd crush create-or-move", "id": 3, "weight":0.0195, "args": ["host=vm09", "root=default"]} : dispatch 2026-04-16T18:40:50.795 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:50 vm09 bash[35508]: audit 2026-04-16T18:40:50.605276+0000 mon.vm06 (mon.0) 538 : audit [INF] from='osd.3 ' entity='osd.3' cmd={"prefix": "osd crush create-or-move", "id": 3, "weight":0.0195, "args": ["host=vm09", "root=default"]} : dispatch 2026-04-16T18:40:50.795 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:50 vm09 bash[35508]: audit 2026-04-16T18:40:50.607824+0000 mon.vm06 (mon.0) 539 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2026-04-16T18:40:50.795 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:50 vm09 bash[35508]: audit 2026-04-16T18:40:50.607824+0000 mon.vm06 (mon.0) 539 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2026-04-16T18:40:50.796 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:50 vm09 bash[35508]: audit 2026-04-16T18:40:50.615390+0000 mon.vm06 (mon.0) 540 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-04-16T18:40:50.796 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:50 vm09 bash[35508]: audit 2026-04-16T18:40:50.615390+0000 mon.vm06 (mon.0) 540 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-04-16T18:40:50.796 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:50 vm09 bash[35508]: audit 2026-04-16T18:40:50.703830+0000 mon.vm06 (mon.0) 541 : audit [INF] from='osd.1 ' entity='osd.1' 2026-04-16T18:40:50.796 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:50 vm09 bash[35508]: audit 2026-04-16T18:40:50.703830+0000 mon.vm06 (mon.0) 541 : audit [INF] from='osd.1 ' entity='osd.1' 2026-04-16T18:40:50.796 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:50 vm09 bash[35508]: audit 2026-04-16T18:40:50.710778+0000 mon.vm06 (mon.0) 542 : audit [INF] from='osd.0 [v2:192.168.123.106:6802/2571971918,v1:192.168.123.106:6803/2571971918]' entity='osd.0' 2026-04-16T18:40:50.796 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:50 vm09 bash[35508]: audit 2026-04-16T18:40:50.710778+0000 mon.vm06 (mon.0) 542 : audit [INF] from='osd.0 [v2:192.168.123.106:6802/2571971918,v1:192.168.123.106:6803/2571971918]' entity='osd.0' 2026-04-16T18:40:50.842 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:50 vm06 bash[28176]: cluster 2026-04-16T18:40:48.999335+0000 mgr.vm06.sywxig (mgr.14229) 81 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-04-16T18:40:50.842 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:50 vm06 bash[28176]: cluster 2026-04-16T18:40:48.999335+0000 mgr.vm06.sywxig (mgr.14229) 81 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-04-16T18:40:50.842 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:50 vm06 bash[28176]: audit 2026-04-16T18:40:49.592921+0000 mon.vm06 (mon.0) 508 : audit [INF] from='osd.0 [v2:192.168.123.106:6802/2571971918,v1:192.168.123.106:6803/2571971918]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0195, "args": ["host=vm06", "root=default"]}]': finished 2026-04-16T18:40:50.842 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:50 vm06 bash[28176]: audit 2026-04-16T18:40:49.592921+0000 mon.vm06 (mon.0) 508 : audit [INF] from='osd.0 [v2:192.168.123.106:6802/2571971918,v1:192.168.123.106:6803/2571971918]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0195, "args": ["host=vm06", "root=default"]}]': finished 2026-04-16T18:40:50.842 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:50 vm06 bash[28176]: audit 2026-04-16T18:40:49.594798+0000 mon.vm06 (mon.0) 509 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0195, "args": ["host=vm09", "root=default"]}]': finished 2026-04-16T18:40:50.842 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:50 vm06 bash[28176]: audit 2026-04-16T18:40:49.594798+0000 mon.vm06 (mon.0) 509 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0195, "args": ["host=vm09", "root=default"]}]': finished 2026-04-16T18:40:50.842 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:50 vm06 bash[28176]: audit 2026-04-16T18:40:49.594900+0000 mon.vm06 (mon.0) 510 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2026-04-16T18:40:50.842 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:50 vm06 bash[28176]: audit 2026-04-16T18:40:49.594900+0000 mon.vm06 (mon.0) 510 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2026-04-16T18:40:50.842 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:50 vm06 bash[28176]: cluster 2026-04-16T18:40:49.600059+0000 mon.vm06 (mon.0) 511 : cluster [DBG] osdmap e15: 8 total, 0 up, 8 in 2026-04-16T18:40:50.842 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:50 vm06 bash[28176]: cluster 2026-04-16T18:40:49.600059+0000 mon.vm06 (mon.0) 511 : cluster [DBG] osdmap e15: 8 total, 0 up, 8 in 2026-04-16T18:40:50.842 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:50 vm06 bash[28176]: audit 2026-04-16T18:40:49.601069+0000 mon.vm09 (mon.1) 14 : audit [INF] from='osd.2 [v2:192.168.123.106:6810/1777024055,v1:192.168.123.106:6811/1777024055]' entity='osd.2' cmd={"prefix": "osd crush create-or-move", "id": 2, "weight":0.0195, "args": ["host=vm06", "root=default"]} : dispatch 2026-04-16T18:40:50.842 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:50 vm06 bash[28176]: audit 2026-04-16T18:40:49.601069+0000 mon.vm09 (mon.1) 14 : audit [INF] from='osd.2 [v2:192.168.123.106:6810/1777024055,v1:192.168.123.106:6811/1777024055]' entity='osd.2' cmd={"prefix": "osd crush create-or-move", "id": 2, "weight":0.0195, "args": ["host=vm06", "root=default"]} : dispatch 2026-04-16T18:40:50.842 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:50 vm06 bash[28176]: audit 2026-04-16T18:40:49.609384+0000 mon.vm06 (mon.0) 512 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-04-16T18:40:50.842 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:50 vm06 bash[28176]: audit 2026-04-16T18:40:49.609384+0000 mon.vm06 (mon.0) 512 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-04-16T18:40:50.842 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:50 vm06 bash[28176]: audit 2026-04-16T18:40:49.609519+0000 mon.vm06 (mon.0) 513 : audit [INF] from='osd.2 ' entity='osd.2' cmd={"prefix": "osd crush create-or-move", "id": 2, "weight":0.0195, "args": ["host=vm06", "root=default"]} : dispatch 2026-04-16T18:40:50.842 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:50 vm06 bash[28176]: audit 2026-04-16T18:40:49.609519+0000 mon.vm06 (mon.0) 513 : audit [INF] from='osd.2 ' entity='osd.2' cmd={"prefix": "osd crush create-or-move", "id": 2, "weight":0.0195, "args": ["host=vm06", "root=default"]} : dispatch 2026-04-16T18:40:50.842 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:50 vm06 bash[28176]: audit 2026-04-16T18:40:49.609649+0000 mon.vm06 (mon.0) 514 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-04-16T18:40:50.842 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:50 vm06 bash[28176]: audit 2026-04-16T18:40:49.609649+0000 mon.vm06 (mon.0) 514 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-04-16T18:40:50.842 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:50 vm06 bash[28176]: audit 2026-04-16T18:40:49.609698+0000 mon.vm06 (mon.0) 515 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2026-04-16T18:40:50.842 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:50 vm06 bash[28176]: audit 2026-04-16T18:40:49.609698+0000 mon.vm06 (mon.0) 515 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2026-04-16T18:40:50.843 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:50 vm06 bash[28176]: audit 2026-04-16T18:40:49.609744+0000 mon.vm06 (mon.0) 516 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2026-04-16T18:40:50.843 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:50 vm06 bash[28176]: audit 2026-04-16T18:40:49.609744+0000 mon.vm06 (mon.0) 516 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2026-04-16T18:40:50.843 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:50 vm06 bash[28176]: audit 2026-04-16T18:40:49.609788+0000 mon.vm06 (mon.0) 517 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2026-04-16T18:40:50.843 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:50 vm06 bash[28176]: audit 2026-04-16T18:40:49.609788+0000 mon.vm06 (mon.0) 517 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2026-04-16T18:40:50.843 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:50 vm06 bash[28176]: audit 2026-04-16T18:40:49.609833+0000 mon.vm06 (mon.0) 518 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2026-04-16T18:40:50.843 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:50 vm06 bash[28176]: audit 2026-04-16T18:40:49.609833+0000 mon.vm06 (mon.0) 518 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2026-04-16T18:40:50.843 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:50 vm06 bash[28176]: audit 2026-04-16T18:40:49.609878+0000 mon.vm06 (mon.0) 519 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2026-04-16T18:40:50.843 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:50 vm06 bash[28176]: audit 2026-04-16T18:40:49.609878+0000 mon.vm06 (mon.0) 519 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2026-04-16T18:40:50.843 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:50 vm06 bash[28176]: audit 2026-04-16T18:40:49.609923+0000 mon.vm06 (mon.0) 520 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2026-04-16T18:40:50.843 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:50 vm06 bash[28176]: audit 2026-04-16T18:40:49.609923+0000 mon.vm06 (mon.0) 520 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2026-04-16T18:40:50.843 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:50 vm06 bash[28176]: audit 2026-04-16T18:40:49.621110+0000 mon.vm06 (mon.0) 521 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-04-16T18:40:50.843 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:50 vm06 bash[28176]: audit 2026-04-16T18:40:49.621110+0000 mon.vm06 (mon.0) 521 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-04-16T18:40:50.843 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:50 vm06 bash[28176]: audit 2026-04-16T18:40:49.888106+0000 mon.vm06 (mon.0) 522 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:40:50.843 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:50 vm06 bash[28176]: audit 2026-04-16T18:40:49.888106+0000 mon.vm06 (mon.0) 522 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:40:50.843 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:50 vm06 bash[28176]: audit 2026-04-16T18:40:49.939745+0000 mon.vm06 (mon.0) 523 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:40:50.843 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:50 vm06 bash[28176]: audit 2026-04-16T18:40:49.939745+0000 mon.vm06 (mon.0) 523 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:40:50.843 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:50 vm06 bash[28176]: audit 2026-04-16T18:40:50.158814+0000 mon.vm09 (mon.1) 15 : audit [INF] from='osd.3 [v2:192.168.123.109:6808/2731388529,v1:192.168.123.109:6809/2731388529]' entity='osd.3' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]} : dispatch 2026-04-16T18:40:50.843 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:50 vm06 bash[28176]: audit 2026-04-16T18:40:50.158814+0000 mon.vm09 (mon.1) 15 : audit [INF] from='osd.3 [v2:192.168.123.109:6808/2731388529,v1:192.168.123.109:6809/2731388529]' entity='osd.3' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]} : dispatch 2026-04-16T18:40:50.843 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:50 vm06 bash[28176]: audit 2026-04-16T18:40:50.159193+0000 mon.vm06 (mon.0) 524 : audit [INF] from='osd.3 ' entity='osd.3' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]} : dispatch 2026-04-16T18:40:50.843 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:50 vm06 bash[28176]: audit 2026-04-16T18:40:50.159193+0000 mon.vm06 (mon.0) 524 : audit [INF] from='osd.3 ' entity='osd.3' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]} : dispatch 2026-04-16T18:40:50.843 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:50 vm06 bash[28176]: audit 2026-04-16T18:40:50.255810+0000 mon.vm06 (mon.0) 525 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-04-16T18:40:50.843 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:50 vm06 bash[28176]: audit 2026-04-16T18:40:50.255810+0000 mon.vm06 (mon.0) 525 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-04-16T18:40:50.843 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:50 vm06 bash[28176]: audit 2026-04-16T18:40:50.599288+0000 mon.vm06 (mon.0) 526 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-04-16T18:40:50.843 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:50 vm06 bash[28176]: audit 2026-04-16T18:40:50.599288+0000 mon.vm06 (mon.0) 526 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-04-16T18:40:50.843 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:50 vm06 bash[28176]: audit 2026-04-16T18:40:50.599437+0000 mon.vm06 (mon.0) 527 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0195, "args": ["host=vm06", "root=default"]}]': finished 2026-04-16T18:40:50.843 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:50 vm06 bash[28176]: audit 2026-04-16T18:40:50.599437+0000 mon.vm06 (mon.0) 527 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0195, "args": ["host=vm06", "root=default"]}]': finished 2026-04-16T18:40:50.843 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:50 vm06 bash[28176]: audit 2026-04-16T18:40:50.599468+0000 mon.vm06 (mon.0) 528 : audit [INF] from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2026-04-16T18:40:50.843 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:50 vm06 bash[28176]: audit 2026-04-16T18:40:50.599468+0000 mon.vm06 (mon.0) 528 : audit [INF] from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2026-04-16T18:40:50.843 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:50 vm06 bash[28176]: cluster 2026-04-16T18:40:50.601661+0000 mon.vm06 (mon.0) 529 : cluster [DBG] osdmap e16: 8 total, 0 up, 8 in 2026-04-16T18:40:50.843 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:50 vm06 bash[28176]: cluster 2026-04-16T18:40:50.601661+0000 mon.vm06 (mon.0) 529 : cluster [DBG] osdmap e16: 8 total, 0 up, 8 in 2026-04-16T18:40:50.843 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:50 vm06 bash[28176]: audit 2026-04-16T18:40:50.601808+0000 mon.vm06 (mon.0) 530 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-04-16T18:40:50.843 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:50 vm06 bash[28176]: audit 2026-04-16T18:40:50.601808+0000 mon.vm06 (mon.0) 530 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-04-16T18:40:50.843 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:50 vm06 bash[28176]: audit 2026-04-16T18:40:50.601858+0000 mon.vm06 (mon.0) 531 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-04-16T18:40:50.843 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:50 vm06 bash[28176]: audit 2026-04-16T18:40:50.601858+0000 mon.vm06 (mon.0) 531 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-04-16T18:40:50.843 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:50 vm06 bash[28176]: audit 2026-04-16T18:40:50.601888+0000 mon.vm06 (mon.0) 532 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2026-04-16T18:40:50.843 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:50 vm06 bash[28176]: audit 2026-04-16T18:40:50.601888+0000 mon.vm06 (mon.0) 532 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2026-04-16T18:40:50.843 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:50 vm06 bash[28176]: audit 2026-04-16T18:40:50.601915+0000 mon.vm06 (mon.0) 533 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2026-04-16T18:40:50.843 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:50 vm06 bash[28176]: audit 2026-04-16T18:40:50.601915+0000 mon.vm06 (mon.0) 533 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2026-04-16T18:40:50.843 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:50 vm06 bash[28176]: audit 2026-04-16T18:40:50.601941+0000 mon.vm06 (mon.0) 534 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2026-04-16T18:40:50.843 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:50 vm06 bash[28176]: audit 2026-04-16T18:40:50.601941+0000 mon.vm06 (mon.0) 534 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2026-04-16T18:40:50.843 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:50 vm06 bash[28176]: audit 2026-04-16T18:40:50.601969+0000 mon.vm06 (mon.0) 535 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2026-04-16T18:40:50.843 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:50 vm06 bash[28176]: audit 2026-04-16T18:40:50.601969+0000 mon.vm06 (mon.0) 535 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2026-04-16T18:40:50.843 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:50 vm06 bash[28176]: audit 2026-04-16T18:40:50.601996+0000 mon.vm06 (mon.0) 536 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2026-04-16T18:40:50.843 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:50 vm06 bash[28176]: audit 2026-04-16T18:40:50.601996+0000 mon.vm06 (mon.0) 536 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2026-04-16T18:40:50.843 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:50 vm06 bash[28176]: audit 2026-04-16T18:40:50.602023+0000 mon.vm06 (mon.0) 537 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2026-04-16T18:40:50.843 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:50 vm06 bash[28176]: audit 2026-04-16T18:40:50.602023+0000 mon.vm06 (mon.0) 537 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2026-04-16T18:40:50.843 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:50 vm06 bash[28176]: audit 2026-04-16T18:40:50.605024+0000 mon.vm09 (mon.1) 16 : audit [INF] from='osd.3 [v2:192.168.123.109:6808/2731388529,v1:192.168.123.109:6809/2731388529]' entity='osd.3' cmd={"prefix": "osd crush create-or-move", "id": 3, "weight":0.0195, "args": ["host=vm09", "root=default"]} : dispatch 2026-04-16T18:40:50.843 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:50 vm06 bash[28176]: audit 2026-04-16T18:40:50.605024+0000 mon.vm09 (mon.1) 16 : audit [INF] from='osd.3 [v2:192.168.123.109:6808/2731388529,v1:192.168.123.109:6809/2731388529]' entity='osd.3' cmd={"prefix": "osd crush create-or-move", "id": 3, "weight":0.0195, "args": ["host=vm09", "root=default"]} : dispatch 2026-04-16T18:40:50.843 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:50 vm06 bash[28176]: audit 2026-04-16T18:40:50.605276+0000 mon.vm06 (mon.0) 538 : audit [INF] from='osd.3 ' entity='osd.3' cmd={"prefix": "osd crush create-or-move", "id": 3, "weight":0.0195, "args": ["host=vm09", "root=default"]} : dispatch 2026-04-16T18:40:50.843 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:50 vm06 bash[28176]: audit 2026-04-16T18:40:50.605276+0000 mon.vm06 (mon.0) 538 : audit [INF] from='osd.3 ' entity='osd.3' cmd={"prefix": "osd crush create-or-move", "id": 3, "weight":0.0195, "args": ["host=vm09", "root=default"]} : dispatch 2026-04-16T18:40:50.843 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:50 vm06 bash[28176]: audit 2026-04-16T18:40:50.607824+0000 mon.vm06 (mon.0) 539 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2026-04-16T18:40:50.843 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:50 vm06 bash[28176]: audit 2026-04-16T18:40:50.607824+0000 mon.vm06 (mon.0) 539 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2026-04-16T18:40:50.843 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:50 vm06 bash[28176]: audit 2026-04-16T18:40:50.615390+0000 mon.vm06 (mon.0) 540 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-04-16T18:40:50.843 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:50 vm06 bash[28176]: audit 2026-04-16T18:40:50.615390+0000 mon.vm06 (mon.0) 540 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-04-16T18:40:50.843 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:50 vm06 bash[28176]: audit 2026-04-16T18:40:50.703830+0000 mon.vm06 (mon.0) 541 : audit [INF] from='osd.1 ' entity='osd.1' 2026-04-16T18:40:50.843 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:50 vm06 bash[28176]: audit 2026-04-16T18:40:50.703830+0000 mon.vm06 (mon.0) 541 : audit [INF] from='osd.1 ' entity='osd.1' 2026-04-16T18:40:50.843 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:50 vm06 bash[28176]: audit 2026-04-16T18:40:50.710778+0000 mon.vm06 (mon.0) 542 : audit [INF] from='osd.0 [v2:192.168.123.106:6802/2571971918,v1:192.168.123.106:6803/2571971918]' entity='osd.0' 2026-04-16T18:40:50.844 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:50 vm06 bash[28176]: audit 2026-04-16T18:40:50.710778+0000 mon.vm06 (mon.0) 542 : audit [INF] from='osd.0 [v2:192.168.123.106:6802/2571971918,v1:192.168.123.106:6803/2571971918]' entity='osd.0' 2026-04-16T18:40:51.171 INFO:teuthology.orchestra.run.vm06.stdout: 2026-04-16T18:40:51.278 INFO:teuthology.orchestra.run.vm06.stdout:{"epoch":16,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1776364840,"num_remapped_pgs":0} 2026-04-16T18:40:52.011 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:51 vm09 bash[35508]: cluster 2026-04-16T18:40:48.779391+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2026-04-16T18:40:52.011 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:51 vm09 bash[35508]: cluster 2026-04-16T18:40:48.779391+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2026-04-16T18:40:52.011 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:51 vm09 bash[35508]: cluster 2026-04-16T18:40:48.779401+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2026-04-16T18:40:52.011 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:51 vm09 bash[35508]: cluster 2026-04-16T18:40:48.779401+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2026-04-16T18:40:52.011 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:51 vm09 bash[35508]: cluster 2026-04-16T18:40:49.373179+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2026-04-16T18:40:52.011 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:51 vm09 bash[35508]: cluster 2026-04-16T18:40:49.373179+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2026-04-16T18:40:52.011 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:51 vm09 bash[35508]: cluster 2026-04-16T18:40:49.373189+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2026-04-16T18:40:52.011 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:51 vm09 bash[35508]: cluster 2026-04-16T18:40:49.373189+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2026-04-16T18:40:52.011 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:51 vm09 bash[35508]: cluster 2026-04-16T18:40:50.999527+0000 mgr.vm06.sywxig (mgr.14229) 82 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-04-16T18:40:52.011 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:51 vm09 bash[35508]: cluster 2026-04-16T18:40:50.999527+0000 mgr.vm06.sywxig (mgr.14229) 82 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-04-16T18:40:52.011 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:51 vm09 bash[35508]: audit 2026-04-16T18:40:51.170679+0000 mon.vm06 (mon.0) 543 : audit [DBG] from='client.? 192.168.123.106:0/3401767014' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2026-04-16T18:40:52.011 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:51 vm09 bash[35508]: audit 2026-04-16T18:40:51.170679+0000 mon.vm06 (mon.0) 543 : audit [DBG] from='client.? 192.168.123.106:0/3401767014' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2026-04-16T18:40:52.011 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:51 vm09 bash[35508]: audit 2026-04-16T18:40:51.601403+0000 mon.vm06 (mon.0) 544 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-04-16T18:40:52.011 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:51 vm09 bash[35508]: audit 2026-04-16T18:40:51.601403+0000 mon.vm06 (mon.0) 544 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-04-16T18:40:52.011 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:51 vm09 bash[35508]: audit 2026-04-16T18:40:51.604667+0000 mon.vm06 (mon.0) 545 : audit [INF] from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0195, "args": ["host=vm09", "root=default"]}]': finished 2026-04-16T18:40:52.011 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:51 vm09 bash[35508]: audit 2026-04-16T18:40:51.604667+0000 mon.vm06 (mon.0) 545 : audit [INF] from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0195, "args": ["host=vm09", "root=default"]}]': finished 2026-04-16T18:40:52.011 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:51 vm09 bash[35508]: cluster 2026-04-16T18:40:51.607250+0000 mon.vm06 (mon.0) 546 : cluster [INF] osd.2 [v2:192.168.123.106:6810/1777024055,v1:192.168.123.106:6811/1777024055] boot 2026-04-16T18:40:52.011 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:51 vm09 bash[35508]: cluster 2026-04-16T18:40:51.607250+0000 mon.vm06 (mon.0) 546 : cluster [INF] osd.2 [v2:192.168.123.106:6810/1777024055,v1:192.168.123.106:6811/1777024055] boot 2026-04-16T18:40:52.011 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:51 vm09 bash[35508]: cluster 2026-04-16T18:40:51.607281+0000 mon.vm06 (mon.0) 547 : cluster [INF] osd.1 [v2:192.168.123.109:6800/3662546052,v1:192.168.123.109:6801/3662546052] boot 2026-04-16T18:40:52.011 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:51 vm09 bash[35508]: cluster 2026-04-16T18:40:51.607281+0000 mon.vm06 (mon.0) 547 : cluster [INF] osd.1 [v2:192.168.123.109:6800/3662546052,v1:192.168.123.109:6801/3662546052] boot 2026-04-16T18:40:52.011 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:51 vm09 bash[35508]: cluster 2026-04-16T18:40:51.607297+0000 mon.vm06 (mon.0) 548 : cluster [INF] osd.0 [v2:192.168.123.106:6802/2571971918,v1:192.168.123.106:6803/2571971918] boot 2026-04-16T18:40:52.011 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:51 vm09 bash[35508]: cluster 2026-04-16T18:40:51.607297+0000 mon.vm06 (mon.0) 548 : cluster [INF] osd.0 [v2:192.168.123.106:6802/2571971918,v1:192.168.123.106:6803/2571971918] boot 2026-04-16T18:40:52.011 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:51 vm09 bash[35508]: cluster 2026-04-16T18:40:51.607326+0000 mon.vm06 (mon.0) 549 : cluster [DBG] osdmap e17: 8 total, 3 up, 8 in 2026-04-16T18:40:52.011 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:51 vm09 bash[35508]: cluster 2026-04-16T18:40:51.607326+0000 mon.vm06 (mon.0) 549 : cluster [DBG] osdmap e17: 8 total, 3 up, 8 in 2026-04-16T18:40:52.011 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:51 vm09 bash[35508]: audit 2026-04-16T18:40:51.607500+0000 mon.vm06 (mon.0) 550 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-04-16T18:40:52.011 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:51 vm09 bash[35508]: audit 2026-04-16T18:40:51.607500+0000 mon.vm06 (mon.0) 550 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-04-16T18:40:52.011 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:51 vm09 bash[35508]: audit 2026-04-16T18:40:51.607591+0000 mon.vm06 (mon.0) 551 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-04-16T18:40:52.011 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:51 vm09 bash[35508]: audit 2026-04-16T18:40:51.607591+0000 mon.vm06 (mon.0) 551 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-04-16T18:40:52.011 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:51 vm09 bash[35508]: audit 2026-04-16T18:40:51.607668+0000 mon.vm06 (mon.0) 552 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2026-04-16T18:40:52.011 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:51 vm09 bash[35508]: audit 2026-04-16T18:40:51.607668+0000 mon.vm06 (mon.0) 552 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2026-04-16T18:40:52.011 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:51 vm09 bash[35508]: audit 2026-04-16T18:40:51.607733+0000 mon.vm06 (mon.0) 553 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2026-04-16T18:40:52.011 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:51 vm09 bash[35508]: audit 2026-04-16T18:40:51.607733+0000 mon.vm06 (mon.0) 553 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2026-04-16T18:40:52.011 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:51 vm09 bash[35508]: audit 2026-04-16T18:40:51.607787+0000 mon.vm06 (mon.0) 554 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2026-04-16T18:40:52.011 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:51 vm09 bash[35508]: audit 2026-04-16T18:40:51.607787+0000 mon.vm06 (mon.0) 554 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2026-04-16T18:40:52.011 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:51 vm09 bash[35508]: audit 2026-04-16T18:40:51.607851+0000 mon.vm06 (mon.0) 555 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2026-04-16T18:40:52.011 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:51 vm09 bash[35508]: audit 2026-04-16T18:40:51.607851+0000 mon.vm06 (mon.0) 555 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2026-04-16T18:40:52.011 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:51 vm09 bash[35508]: audit 2026-04-16T18:40:51.607902+0000 mon.vm06 (mon.0) 556 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2026-04-16T18:40:52.011 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:51 vm09 bash[35508]: audit 2026-04-16T18:40:51.607902+0000 mon.vm06 (mon.0) 556 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2026-04-16T18:40:52.011 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:51 vm09 bash[35508]: audit 2026-04-16T18:40:51.607981+0000 mon.vm06 (mon.0) 557 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2026-04-16T18:40:52.011 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:51 vm09 bash[35508]: audit 2026-04-16T18:40:51.607981+0000 mon.vm06 (mon.0) 557 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2026-04-16T18:40:52.011 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:51 vm09 bash[35508]: audit 2026-04-16T18:40:51.615330+0000 mon.vm06 (mon.0) 558 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2026-04-16T18:40:52.011 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:51 vm09 bash[35508]: audit 2026-04-16T18:40:51.615330+0000 mon.vm06 (mon.0) 558 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2026-04-16T18:40:52.174 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:51 vm06 bash[28176]: cluster 2026-04-16T18:40:48.779391+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2026-04-16T18:40:52.174 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:51 vm06 bash[28176]: cluster 2026-04-16T18:40:48.779391+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2026-04-16T18:40:52.174 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:51 vm06 bash[28176]: cluster 2026-04-16T18:40:48.779401+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2026-04-16T18:40:52.174 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:51 vm06 bash[28176]: cluster 2026-04-16T18:40:48.779401+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2026-04-16T18:40:52.174 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:51 vm06 bash[28176]: cluster 2026-04-16T18:40:49.373179+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2026-04-16T18:40:52.174 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:51 vm06 bash[28176]: cluster 2026-04-16T18:40:49.373179+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2026-04-16T18:40:52.174 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:51 vm06 bash[28176]: cluster 2026-04-16T18:40:49.373189+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2026-04-16T18:40:52.174 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:51 vm06 bash[28176]: cluster 2026-04-16T18:40:49.373189+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2026-04-16T18:40:52.174 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:51 vm06 bash[28176]: cluster 2026-04-16T18:40:50.999527+0000 mgr.vm06.sywxig (mgr.14229) 82 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-04-16T18:40:52.174 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:51 vm06 bash[28176]: cluster 2026-04-16T18:40:50.999527+0000 mgr.vm06.sywxig (mgr.14229) 82 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-04-16T18:40:52.174 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:51 vm06 bash[28176]: audit 2026-04-16T18:40:51.170679+0000 mon.vm06 (mon.0) 543 : audit [DBG] from='client.? 192.168.123.106:0/3401767014' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2026-04-16T18:40:52.174 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:51 vm06 bash[28176]: audit 2026-04-16T18:40:51.170679+0000 mon.vm06 (mon.0) 543 : audit [DBG] from='client.? 192.168.123.106:0/3401767014' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2026-04-16T18:40:52.174 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:51 vm06 bash[28176]: audit 2026-04-16T18:40:51.601403+0000 mon.vm06 (mon.0) 544 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-04-16T18:40:52.174 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:51 vm06 bash[28176]: audit 2026-04-16T18:40:51.601403+0000 mon.vm06 (mon.0) 544 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-04-16T18:40:52.174 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:51 vm06 bash[28176]: audit 2026-04-16T18:40:51.604667+0000 mon.vm06 (mon.0) 545 : audit [INF] from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0195, "args": ["host=vm09", "root=default"]}]': finished 2026-04-16T18:40:52.174 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:51 vm06 bash[28176]: audit 2026-04-16T18:40:51.604667+0000 mon.vm06 (mon.0) 545 : audit [INF] from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0195, "args": ["host=vm09", "root=default"]}]': finished 2026-04-16T18:40:52.174 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:51 vm06 bash[28176]: cluster 2026-04-16T18:40:51.607250+0000 mon.vm06 (mon.0) 546 : cluster [INF] osd.2 [v2:192.168.123.106:6810/1777024055,v1:192.168.123.106:6811/1777024055] boot 2026-04-16T18:40:52.174 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:51 vm06 bash[28176]: cluster 2026-04-16T18:40:51.607250+0000 mon.vm06 (mon.0) 546 : cluster [INF] osd.2 [v2:192.168.123.106:6810/1777024055,v1:192.168.123.106:6811/1777024055] boot 2026-04-16T18:40:52.174 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:51 vm06 bash[28176]: cluster 2026-04-16T18:40:51.607281+0000 mon.vm06 (mon.0) 547 : cluster [INF] osd.1 [v2:192.168.123.109:6800/3662546052,v1:192.168.123.109:6801/3662546052] boot 2026-04-16T18:40:52.174 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:51 vm06 bash[28176]: cluster 2026-04-16T18:40:51.607281+0000 mon.vm06 (mon.0) 547 : cluster [INF] osd.1 [v2:192.168.123.109:6800/3662546052,v1:192.168.123.109:6801/3662546052] boot 2026-04-16T18:40:52.174 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:51 vm06 bash[28176]: cluster 2026-04-16T18:40:51.607297+0000 mon.vm06 (mon.0) 548 : cluster [INF] osd.0 [v2:192.168.123.106:6802/2571971918,v1:192.168.123.106:6803/2571971918] boot 2026-04-16T18:40:52.174 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:51 vm06 bash[28176]: cluster 2026-04-16T18:40:51.607297+0000 mon.vm06 (mon.0) 548 : cluster [INF] osd.0 [v2:192.168.123.106:6802/2571971918,v1:192.168.123.106:6803/2571971918] boot 2026-04-16T18:40:52.174 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:51 vm06 bash[28176]: cluster 2026-04-16T18:40:51.607326+0000 mon.vm06 (mon.0) 549 : cluster [DBG] osdmap e17: 8 total, 3 up, 8 in 2026-04-16T18:40:52.174 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:51 vm06 bash[28176]: cluster 2026-04-16T18:40:51.607326+0000 mon.vm06 (mon.0) 549 : cluster [DBG] osdmap e17: 8 total, 3 up, 8 in 2026-04-16T18:40:52.174 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:51 vm06 bash[28176]: audit 2026-04-16T18:40:51.607500+0000 mon.vm06 (mon.0) 550 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-04-16T18:40:52.174 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:51 vm06 bash[28176]: audit 2026-04-16T18:40:51.607500+0000 mon.vm06 (mon.0) 550 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-04-16T18:40:52.174 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:51 vm06 bash[28176]: audit 2026-04-16T18:40:51.607591+0000 mon.vm06 (mon.0) 551 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-04-16T18:40:52.174 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:51 vm06 bash[28176]: audit 2026-04-16T18:40:51.607591+0000 mon.vm06 (mon.0) 551 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-04-16T18:40:52.175 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:51 vm06 bash[28176]: audit 2026-04-16T18:40:51.607668+0000 mon.vm06 (mon.0) 552 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2026-04-16T18:40:52.175 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:51 vm06 bash[28176]: audit 2026-04-16T18:40:51.607668+0000 mon.vm06 (mon.0) 552 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2026-04-16T18:40:52.175 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:51 vm06 bash[28176]: audit 2026-04-16T18:40:51.607733+0000 mon.vm06 (mon.0) 553 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2026-04-16T18:40:52.175 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:51 vm06 bash[28176]: audit 2026-04-16T18:40:51.607733+0000 mon.vm06 (mon.0) 553 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2026-04-16T18:40:52.175 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:51 vm06 bash[28176]: audit 2026-04-16T18:40:51.607787+0000 mon.vm06 (mon.0) 554 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2026-04-16T18:40:52.175 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:51 vm06 bash[28176]: audit 2026-04-16T18:40:51.607787+0000 mon.vm06 (mon.0) 554 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2026-04-16T18:40:52.175 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:51 vm06 bash[28176]: audit 2026-04-16T18:40:51.607851+0000 mon.vm06 (mon.0) 555 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2026-04-16T18:40:52.175 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:51 vm06 bash[28176]: audit 2026-04-16T18:40:51.607851+0000 mon.vm06 (mon.0) 555 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2026-04-16T18:40:52.175 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:51 vm06 bash[28176]: audit 2026-04-16T18:40:51.607902+0000 mon.vm06 (mon.0) 556 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2026-04-16T18:40:52.175 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:51 vm06 bash[28176]: audit 2026-04-16T18:40:51.607902+0000 mon.vm06 (mon.0) 556 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2026-04-16T18:40:52.175 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:51 vm06 bash[28176]: audit 2026-04-16T18:40:51.607981+0000 mon.vm06 (mon.0) 557 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2026-04-16T18:40:52.175 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:51 vm06 bash[28176]: audit 2026-04-16T18:40:51.607981+0000 mon.vm06 (mon.0) 557 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2026-04-16T18:40:52.175 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:51 vm06 bash[28176]: audit 2026-04-16T18:40:51.615330+0000 mon.vm06 (mon.0) 558 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2026-04-16T18:40:52.175 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:51 vm06 bash[28176]: audit 2026-04-16T18:40:51.615330+0000 mon.vm06 (mon.0) 558 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2026-04-16T18:40:52.279 DEBUG:teuthology.orchestra.run.vm06:> sudo /home/ubuntu/cephtest/cephadm --image harbor.clyso.com/custom-ceph/ceph/ceph:sse-s3-kmip-preview-not-for-production-7 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4f654fb6-39c3-11f1-a5d5-6940ad893399 -- ceph osd stat -f json 2026-04-16T18:40:52.559 INFO:teuthology.orchestra.run.vm06.stderr:Inferring config /var/lib/ceph/4f654fb6-39c3-11f1-a5d5-6940ad893399/mon.vm06/config 2026-04-16T18:40:52.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:52 vm06 bash[28176]: cluster 2026-04-16T18:40:50.252085+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2026-04-16T18:40:52.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:52 vm06 bash[28176]: cluster 2026-04-16T18:40:50.252085+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2026-04-16T18:40:52.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:52 vm06 bash[28176]: cluster 2026-04-16T18:40:50.252096+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2026-04-16T18:40:52.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:52 vm06 bash[28176]: cluster 2026-04-16T18:40:50.252096+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2026-04-16T18:40:52.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:52 vm06 bash[28176]: audit 2026-04-16T18:40:51.835877+0000 mon.vm09 (mon.1) 17 : audit [INF] from='osd.5 [v2:192.168.123.109:6816/2809201601,v1:192.168.123.109:6817/2809201601]' entity='osd.5' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]} : dispatch 2026-04-16T18:40:52.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:52 vm06 bash[28176]: audit 2026-04-16T18:40:51.835877+0000 mon.vm09 (mon.1) 17 : audit [INF] from='osd.5 [v2:192.168.123.109:6816/2809201601,v1:192.168.123.109:6817/2809201601]' entity='osd.5' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]} : dispatch 2026-04-16T18:40:52.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:52 vm06 bash[28176]: audit 2026-04-16T18:40:51.836566+0000 mon.vm06 (mon.0) 559 : audit [INF] from='osd.5 ' entity='osd.5' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]} : dispatch 2026-04-16T18:40:52.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:52 vm06 bash[28176]: audit 2026-04-16T18:40:51.836566+0000 mon.vm06 (mon.0) 559 : audit [INF] from='osd.5 ' entity='osd.5' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]} : dispatch 2026-04-16T18:40:52.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:52 vm06 bash[28176]: audit 2026-04-16T18:40:51.936894+0000 mon.vm06 (mon.0) 560 : audit [INF] from='osd.4 [v2:192.168.123.106:6818/3773603704,v1:192.168.123.106:6819/3773603704]' entity='osd.4' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]} : dispatch 2026-04-16T18:40:52.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:52 vm06 bash[28176]: audit 2026-04-16T18:40:51.936894+0000 mon.vm06 (mon.0) 560 : audit [INF] from='osd.4 [v2:192.168.123.106:6818/3773603704,v1:192.168.123.106:6819/3773603704]' entity='osd.4' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]} : dispatch 2026-04-16T18:40:52.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:52 vm06 bash[28176]: audit 2026-04-16T18:40:52.608943+0000 mon.vm06 (mon.0) 561 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2026-04-16T18:40:52.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:52 vm06 bash[28176]: audit 2026-04-16T18:40:52.608943+0000 mon.vm06 (mon.0) 561 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2026-04-16T18:40:52.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:52 vm06 bash[28176]: audit 2026-04-16T18:40:52.609006+0000 mon.vm06 (mon.0) 562 : audit [INF] from='osd.4 [v2:192.168.123.106:6818/3773603704,v1:192.168.123.106:6819/3773603704]' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2026-04-16T18:40:52.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:52 vm06 bash[28176]: audit 2026-04-16T18:40:52.609006+0000 mon.vm06 (mon.0) 562 : audit [INF] from='osd.4 [v2:192.168.123.106:6818/3773603704,v1:192.168.123.106:6819/3773603704]' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2026-04-16T18:40:52.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:52 vm06 bash[28176]: cluster 2026-04-16T18:40:52.611963+0000 mon.vm06 (mon.0) 563 : cluster [INF] osd.3 [v2:192.168.123.109:6808/2731388529,v1:192.168.123.109:6809/2731388529] boot 2026-04-16T18:40:52.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:52 vm06 bash[28176]: cluster 2026-04-16T18:40:52.611963+0000 mon.vm06 (mon.0) 563 : cluster [INF] osd.3 [v2:192.168.123.109:6808/2731388529,v1:192.168.123.109:6809/2731388529] boot 2026-04-16T18:40:52.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:52 vm06 bash[28176]: cluster 2026-04-16T18:40:52.611978+0000 mon.vm06 (mon.0) 564 : cluster [DBG] osdmap e18: 8 total, 4 up, 8 in 2026-04-16T18:40:52.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:52 vm06 bash[28176]: cluster 2026-04-16T18:40:52.611978+0000 mon.vm06 (mon.0) 564 : cluster [DBG] osdmap e18: 8 total, 4 up, 8 in 2026-04-16T18:40:52.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:52 vm06 bash[28176]: audit 2026-04-16T18:40:52.612214+0000 mon.vm06 (mon.0) 565 : audit [INF] from='osd.4 [v2:192.168.123.106:6818/3773603704,v1:192.168.123.106:6819/3773603704]' entity='osd.4' cmd={"prefix": "osd crush create-or-move", "id": 4, "weight":0.0195, "args": ["host=vm06", "root=default"]} : dispatch 2026-04-16T18:40:52.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:52 vm06 bash[28176]: audit 2026-04-16T18:40:52.612214+0000 mon.vm06 (mon.0) 565 : audit [INF] from='osd.4 [v2:192.168.123.106:6818/3773603704,v1:192.168.123.106:6819/3773603704]' entity='osd.4' cmd={"prefix": "osd crush create-or-move", "id": 4, "weight":0.0195, "args": ["host=vm06", "root=default"]} : dispatch 2026-04-16T18:40:52.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:52 vm06 bash[28176]: audit 2026-04-16T18:40:52.612371+0000 mon.vm06 (mon.0) 566 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2026-04-16T18:40:52.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:52 vm06 bash[28176]: audit 2026-04-16T18:40:52.612371+0000 mon.vm06 (mon.0) 566 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2026-04-16T18:40:52.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:52 vm06 bash[28176]: audit 2026-04-16T18:40:52.612565+0000 mon.vm06 (mon.0) 567 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2026-04-16T18:40:52.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:52 vm06 bash[28176]: audit 2026-04-16T18:40:52.612565+0000 mon.vm06 (mon.0) 567 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2026-04-16T18:40:52.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:52 vm06 bash[28176]: audit 2026-04-16T18:40:52.612703+0000 mon.vm06 (mon.0) 568 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2026-04-16T18:40:52.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:52 vm06 bash[28176]: audit 2026-04-16T18:40:52.612703+0000 mon.vm06 (mon.0) 568 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2026-04-16T18:40:52.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:52 vm06 bash[28176]: audit 2026-04-16T18:40:52.612824+0000 mon.vm06 (mon.0) 569 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2026-04-16T18:40:52.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:52 vm06 bash[28176]: audit 2026-04-16T18:40:52.612824+0000 mon.vm06 (mon.0) 569 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2026-04-16T18:40:52.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:52 vm06 bash[28176]: audit 2026-04-16T18:40:52.612957+0000 mon.vm06 (mon.0) 570 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2026-04-16T18:40:52.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:52 vm06 bash[28176]: audit 2026-04-16T18:40:52.612957+0000 mon.vm06 (mon.0) 570 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2026-04-16T18:40:52.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:52 vm06 bash[28176]: audit 2026-04-16T18:40:52.616170+0000 mon.vm09 (mon.1) 18 : audit [INF] from='osd.5 [v2:192.168.123.109:6816/2809201601,v1:192.168.123.109:6817/2809201601]' entity='osd.5' cmd={"prefix": "osd crush create-or-move", "id": 5, "weight":0.0195, "args": ["host=vm09", "root=default"]} : dispatch 2026-04-16T18:40:52.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:52 vm06 bash[28176]: audit 2026-04-16T18:40:52.616170+0000 mon.vm09 (mon.1) 18 : audit [INF] from='osd.5 [v2:192.168.123.109:6816/2809201601,v1:192.168.123.109:6817/2809201601]' entity='osd.5' cmd={"prefix": "osd crush create-or-move", "id": 5, "weight":0.0195, "args": ["host=vm09", "root=default"]} : dispatch 2026-04-16T18:40:52.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:52 vm06 bash[28176]: audit 2026-04-16T18:40:52.616580+0000 mon.vm06 (mon.0) 571 : audit [INF] from='osd.5 ' entity='osd.5' cmd={"prefix": "osd crush create-or-move", "id": 5, "weight":0.0195, "args": ["host=vm09", "root=default"]} : dispatch 2026-04-16T18:40:52.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:52 vm06 bash[28176]: audit 2026-04-16T18:40:52.616580+0000 mon.vm06 (mon.0) 571 : audit [INF] from='osd.5 ' entity='osd.5' cmd={"prefix": "osd crush create-or-move", "id": 5, "weight":0.0195, "args": ["host=vm09", "root=default"]} : dispatch 2026-04-16T18:40:52.951 INFO:teuthology.orchestra.run.vm06.stdout: 2026-04-16T18:40:53.010 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:52 vm09 bash[35508]: cluster 2026-04-16T18:40:50.252085+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2026-04-16T18:40:53.011 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:52 vm09 bash[35508]: cluster 2026-04-16T18:40:50.252085+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2026-04-16T18:40:53.011 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:52 vm09 bash[35508]: cluster 2026-04-16T18:40:50.252096+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2026-04-16T18:40:53.011 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:52 vm09 bash[35508]: cluster 2026-04-16T18:40:50.252096+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2026-04-16T18:40:53.011 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:52 vm09 bash[35508]: audit 2026-04-16T18:40:51.835877+0000 mon.vm09 (mon.1) 17 : audit [INF] from='osd.5 [v2:192.168.123.109:6816/2809201601,v1:192.168.123.109:6817/2809201601]' entity='osd.5' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]} : dispatch 2026-04-16T18:40:53.011 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:52 vm09 bash[35508]: audit 2026-04-16T18:40:51.835877+0000 mon.vm09 (mon.1) 17 : audit [INF] from='osd.5 [v2:192.168.123.109:6816/2809201601,v1:192.168.123.109:6817/2809201601]' entity='osd.5' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]} : dispatch 2026-04-16T18:40:53.011 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:52 vm09 bash[35508]: audit 2026-04-16T18:40:51.836566+0000 mon.vm06 (mon.0) 559 : audit [INF] from='osd.5 ' entity='osd.5' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]} : dispatch 2026-04-16T18:40:53.011 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:52 vm09 bash[35508]: audit 2026-04-16T18:40:51.836566+0000 mon.vm06 (mon.0) 559 : audit [INF] from='osd.5 ' entity='osd.5' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]} : dispatch 2026-04-16T18:40:53.011 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:52 vm09 bash[35508]: audit 2026-04-16T18:40:51.936894+0000 mon.vm06 (mon.0) 560 : audit [INF] from='osd.4 [v2:192.168.123.106:6818/3773603704,v1:192.168.123.106:6819/3773603704]' entity='osd.4' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]} : dispatch 2026-04-16T18:40:53.011 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:52 vm09 bash[35508]: audit 2026-04-16T18:40:51.936894+0000 mon.vm06 (mon.0) 560 : audit [INF] from='osd.4 [v2:192.168.123.106:6818/3773603704,v1:192.168.123.106:6819/3773603704]' entity='osd.4' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]} : dispatch 2026-04-16T18:40:53.011 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:52 vm09 bash[35508]: audit 2026-04-16T18:40:52.608943+0000 mon.vm06 (mon.0) 561 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2026-04-16T18:40:53.011 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:52 vm09 bash[35508]: audit 2026-04-16T18:40:52.608943+0000 mon.vm06 (mon.0) 561 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2026-04-16T18:40:53.011 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:52 vm09 bash[35508]: audit 2026-04-16T18:40:52.609006+0000 mon.vm06 (mon.0) 562 : audit [INF] from='osd.4 [v2:192.168.123.106:6818/3773603704,v1:192.168.123.106:6819/3773603704]' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2026-04-16T18:40:53.011 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:52 vm09 bash[35508]: audit 2026-04-16T18:40:52.609006+0000 mon.vm06 (mon.0) 562 : audit [INF] from='osd.4 [v2:192.168.123.106:6818/3773603704,v1:192.168.123.106:6819/3773603704]' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2026-04-16T18:40:53.011 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:52 vm09 bash[35508]: cluster 2026-04-16T18:40:52.611963+0000 mon.vm06 (mon.0) 563 : cluster [INF] osd.3 [v2:192.168.123.109:6808/2731388529,v1:192.168.123.109:6809/2731388529] boot 2026-04-16T18:40:53.011 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:52 vm09 bash[35508]: cluster 2026-04-16T18:40:52.611963+0000 mon.vm06 (mon.0) 563 : cluster [INF] osd.3 [v2:192.168.123.109:6808/2731388529,v1:192.168.123.109:6809/2731388529] boot 2026-04-16T18:40:53.011 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:52 vm09 bash[35508]: cluster 2026-04-16T18:40:52.611978+0000 mon.vm06 (mon.0) 564 : cluster [DBG] osdmap e18: 8 total, 4 up, 8 in 2026-04-16T18:40:53.011 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:52 vm09 bash[35508]: cluster 2026-04-16T18:40:52.611978+0000 mon.vm06 (mon.0) 564 : cluster [DBG] osdmap e18: 8 total, 4 up, 8 in 2026-04-16T18:40:53.011 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:52 vm09 bash[35508]: audit 2026-04-16T18:40:52.612214+0000 mon.vm06 (mon.0) 565 : audit [INF] from='osd.4 [v2:192.168.123.106:6818/3773603704,v1:192.168.123.106:6819/3773603704]' entity='osd.4' cmd={"prefix": "osd crush create-or-move", "id": 4, "weight":0.0195, "args": ["host=vm06", "root=default"]} : dispatch 2026-04-16T18:40:53.011 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:52 vm09 bash[35508]: audit 2026-04-16T18:40:52.612214+0000 mon.vm06 (mon.0) 565 : audit [INF] from='osd.4 [v2:192.168.123.106:6818/3773603704,v1:192.168.123.106:6819/3773603704]' entity='osd.4' cmd={"prefix": "osd crush create-or-move", "id": 4, "weight":0.0195, "args": ["host=vm06", "root=default"]} : dispatch 2026-04-16T18:40:53.011 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:52 vm09 bash[35508]: audit 2026-04-16T18:40:52.612371+0000 mon.vm06 (mon.0) 566 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2026-04-16T18:40:53.011 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:52 vm09 bash[35508]: audit 2026-04-16T18:40:52.612371+0000 mon.vm06 (mon.0) 566 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2026-04-16T18:40:53.011 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:52 vm09 bash[35508]: audit 2026-04-16T18:40:52.612565+0000 mon.vm06 (mon.0) 567 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2026-04-16T18:40:53.011 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:52 vm09 bash[35508]: audit 2026-04-16T18:40:52.612565+0000 mon.vm06 (mon.0) 567 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2026-04-16T18:40:53.011 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:52 vm09 bash[35508]: audit 2026-04-16T18:40:52.612703+0000 mon.vm06 (mon.0) 568 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2026-04-16T18:40:53.011 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:52 vm09 bash[35508]: audit 2026-04-16T18:40:52.612703+0000 mon.vm06 (mon.0) 568 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2026-04-16T18:40:53.011 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:52 vm09 bash[35508]: audit 2026-04-16T18:40:52.612824+0000 mon.vm06 (mon.0) 569 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2026-04-16T18:40:53.011 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:52 vm09 bash[35508]: audit 2026-04-16T18:40:52.612824+0000 mon.vm06 (mon.0) 569 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2026-04-16T18:40:53.011 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:52 vm09 bash[35508]: audit 2026-04-16T18:40:52.612957+0000 mon.vm06 (mon.0) 570 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2026-04-16T18:40:53.011 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:52 vm09 bash[35508]: audit 2026-04-16T18:40:52.612957+0000 mon.vm06 (mon.0) 570 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2026-04-16T18:40:53.011 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:52 vm09 bash[35508]: audit 2026-04-16T18:40:52.616170+0000 mon.vm09 (mon.1) 18 : audit [INF] from='osd.5 [v2:192.168.123.109:6816/2809201601,v1:192.168.123.109:6817/2809201601]' entity='osd.5' cmd={"prefix": "osd crush create-or-move", "id": 5, "weight":0.0195, "args": ["host=vm09", "root=default"]} : dispatch 2026-04-16T18:40:53.011 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:52 vm09 bash[35508]: audit 2026-04-16T18:40:52.616170+0000 mon.vm09 (mon.1) 18 : audit [INF] from='osd.5 [v2:192.168.123.109:6816/2809201601,v1:192.168.123.109:6817/2809201601]' entity='osd.5' cmd={"prefix": "osd crush create-or-move", "id": 5, "weight":0.0195, "args": ["host=vm09", "root=default"]} : dispatch 2026-04-16T18:40:53.011 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:52 vm09 bash[35508]: audit 2026-04-16T18:40:52.616580+0000 mon.vm06 (mon.0) 571 : audit [INF] from='osd.5 ' entity='osd.5' cmd={"prefix": "osd crush create-or-move", "id": 5, "weight":0.0195, "args": ["host=vm09", "root=default"]} : dispatch 2026-04-16T18:40:53.011 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:52 vm09 bash[35508]: audit 2026-04-16T18:40:52.616580+0000 mon.vm06 (mon.0) 571 : audit [INF] from='osd.5 ' entity='osd.5' cmd={"prefix": "osd crush create-or-move", "id": 5, "weight":0.0195, "args": ["host=vm09", "root=default"]} : dispatch 2026-04-16T18:40:53.033 INFO:teuthology.orchestra.run.vm06.stdout:{"epoch":18,"num_osds":8,"num_up_osds":4,"osd_up_since":1776364852,"num_in_osds":8,"osd_in_since":1776364840,"num_remapped_pgs":0} 2026-04-16T18:40:54.011 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:53 vm09 bash[35508]: cluster 2026-04-16T18:40:51.205895+0000 osd.3 (osd.3) 1 : cluster [DBG] purged_snaps scrub starts 2026-04-16T18:40:54.011 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:53 vm09 bash[35508]: cluster 2026-04-16T18:40:51.205895+0000 osd.3 (osd.3) 1 : cluster [DBG] purged_snaps scrub starts 2026-04-16T18:40:54.011 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:53 vm09 bash[35508]: cluster 2026-04-16T18:40:51.205910+0000 osd.3 (osd.3) 2 : cluster [DBG] purged_snaps scrub ok 2026-04-16T18:40:54.011 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:53 vm09 bash[35508]: cluster 2026-04-16T18:40:51.205910+0000 osd.3 (osd.3) 2 : cluster [DBG] purged_snaps scrub ok 2026-04-16T18:40:54.011 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:53 vm09 bash[35508]: audit 2026-04-16T18:40:52.871615+0000 mon.vm06 (mon.0) 572 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:40:54.011 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:53 vm09 bash[35508]: audit 2026-04-16T18:40:52.871615+0000 mon.vm06 (mon.0) 572 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:40:54.011 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:53 vm09 bash[35508]: audit 2026-04-16T18:40:52.876941+0000 mon.vm06 (mon.0) 573 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:40:54.011 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:53 vm09 bash[35508]: audit 2026-04-16T18:40:52.876941+0000 mon.vm06 (mon.0) 573 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:40:54.011 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:53 vm09 bash[35508]: audit 2026-04-16T18:40:52.949803+0000 mon.vm06 (mon.0) 574 : audit [DBG] from='client.? 192.168.123.106:0/1195200778' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2026-04-16T18:40:54.011 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:53 vm09 bash[35508]: audit 2026-04-16T18:40:52.949803+0000 mon.vm06 (mon.0) 574 : audit [DBG] from='client.? 192.168.123.106:0/1195200778' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2026-04-16T18:40:54.011 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:53 vm09 bash[35508]: cluster 2026-04-16T18:40:52.999757+0000 mgr.vm06.sywxig (mgr.14229) 83 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 106 MiB used, 80 GiB / 80 GiB avail 2026-04-16T18:40:54.011 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:53 vm09 bash[35508]: cluster 2026-04-16T18:40:52.999757+0000 mgr.vm06.sywxig (mgr.14229) 83 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 106 MiB used, 80 GiB / 80 GiB avail 2026-04-16T18:40:54.011 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:53 vm09 bash[35508]: audit 2026-04-16T18:40:53.114608+0000 mon.vm06 (mon.0) 575 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:40:54.011 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:53 vm09 bash[35508]: audit 2026-04-16T18:40:53.114608+0000 mon.vm06 (mon.0) 575 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:40:54.011 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:53 vm09 bash[35508]: audit 2026-04-16T18:40:53.119515+0000 mon.vm06 (mon.0) 576 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:40:54.011 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:53 vm09 bash[35508]: audit 2026-04-16T18:40:53.119515+0000 mon.vm06 (mon.0) 576 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:40:54.011 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:53 vm09 bash[35508]: audit 2026-04-16T18:40:53.131539+0000 mon.vm06 (mon.0) 577 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-04-16T18:40:54.011 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:53 vm09 bash[35508]: audit 2026-04-16T18:40:53.131539+0000 mon.vm06 (mon.0) 577 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-04-16T18:40:54.011 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:53 vm09 bash[35508]: audit 2026-04-16T18:40:53.251630+0000 mon.vm06 (mon.0) 578 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 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-04-16T18:40:54.011 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:53 vm09 bash[35508]: audit 2026-04-16T18:40:53.251630+0000 mon.vm06 (mon.0) 578 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 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-04-16T18:40:54.011 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:53 vm09 bash[35508]: audit 2026-04-16T18:40:53.489698+0000 mon.vm09 (mon.1) 19 : audit [INF] from='osd.6 [v2:192.168.123.106:6826/2714832668,v1:192.168.123.106:6827/2714832668]' entity='osd.6' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]} : dispatch 2026-04-16T18:40:54.011 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:53 vm09 bash[35508]: audit 2026-04-16T18:40:53.489698+0000 mon.vm09 (mon.1) 19 : audit [INF] from='osd.6 [v2:192.168.123.106:6826/2714832668,v1:192.168.123.106:6827/2714832668]' entity='osd.6' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]} : dispatch 2026-04-16T18:40:54.011 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:53 vm09 bash[35508]: audit 2026-04-16T18:40:53.490034+0000 mon.vm06 (mon.0) 579 : audit [INF] from='osd.6 ' entity='osd.6' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]} : dispatch 2026-04-16T18:40:54.011 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:53 vm09 bash[35508]: audit 2026-04-16T18:40:53.490034+0000 mon.vm06 (mon.0) 579 : audit [INF] from='osd.6 ' entity='osd.6' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]} : dispatch 2026-04-16T18:40:54.011 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:53 vm09 bash[35508]: audit 2026-04-16T18:40:53.612677+0000 mon.vm06 (mon.0) 580 : audit [INF] from='osd.4 [v2:192.168.123.106:6818/3773603704,v1:192.168.123.106:6819/3773603704]' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0195, "args": ["host=vm06", "root=default"]}]': finished 2026-04-16T18:40:54.011 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:53 vm09 bash[35508]: audit 2026-04-16T18:40:53.612677+0000 mon.vm06 (mon.0) 580 : audit [INF] from='osd.4 [v2:192.168.123.106:6818/3773603704,v1:192.168.123.106:6819/3773603704]' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0195, "args": ["host=vm06", "root=default"]}]': finished 2026-04-16T18:40:54.011 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:53 vm09 bash[35508]: audit 2026-04-16T18:40:53.612759+0000 mon.vm06 (mon.0) 581 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0195, "args": ["host=vm09", "root=default"]}]': finished 2026-04-16T18:40:54.011 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:53 vm09 bash[35508]: audit 2026-04-16T18:40:53.612759+0000 mon.vm06 (mon.0) 581 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0195, "args": ["host=vm09", "root=default"]}]': finished 2026-04-16T18:40:54.011 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:53 vm09 bash[35508]: audit 2026-04-16T18:40:53.612797+0000 mon.vm06 (mon.0) 582 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 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-04-16T18:40:54.011 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:53 vm09 bash[35508]: audit 2026-04-16T18:40:53.612797+0000 mon.vm06 (mon.0) 582 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 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-04-16T18:40:54.011 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:53 vm09 bash[35508]: audit 2026-04-16T18:40:53.612826+0000 mon.vm06 (mon.0) 583 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2026-04-16T18:40:54.011 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:53 vm09 bash[35508]: audit 2026-04-16T18:40:53.612826+0000 mon.vm06 (mon.0) 583 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2026-04-16T18:40:54.011 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:53 vm09 bash[35508]: cluster 2026-04-16T18:40:53.616049+0000 mon.vm06 (mon.0) 584 : cluster [DBG] osdmap e19: 8 total, 4 up, 8 in 2026-04-16T18:40:54.011 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:53 vm09 bash[35508]: cluster 2026-04-16T18:40:53.616049+0000 mon.vm06 (mon.0) 584 : cluster [DBG] osdmap e19: 8 total, 4 up, 8 in 2026-04-16T18:40:54.011 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:53 vm09 bash[35508]: audit 2026-04-16T18:40:53.617418+0000 mon.vm09 (mon.1) 20 : audit [INF] from='osd.6 [v2:192.168.123.106:6826/2714832668,v1:192.168.123.106:6827/2714832668]' entity='osd.6' cmd={"prefix": "osd crush create-or-move", "id": 6, "weight":0.0195, "args": ["host=vm06", "root=default"]} : dispatch 2026-04-16T18:40:54.011 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:53 vm09 bash[35508]: audit 2026-04-16T18:40:53.617418+0000 mon.vm09 (mon.1) 20 : audit [INF] from='osd.6 [v2:192.168.123.106:6826/2714832668,v1:192.168.123.106:6827/2714832668]' entity='osd.6' cmd={"prefix": "osd crush create-or-move", "id": 6, "weight":0.0195, "args": ["host=vm06", "root=default"]} : dispatch 2026-04-16T18:40:54.011 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:53 vm09 bash[35508]: audit 2026-04-16T18:40:53.617639+0000 mon.vm06 (mon.0) 585 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2026-04-16T18:40:54.011 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:53 vm09 bash[35508]: audit 2026-04-16T18:40:53.617639+0000 mon.vm06 (mon.0) 585 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2026-04-16T18:40:54.011 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:53 vm09 bash[35508]: audit 2026-04-16T18:40:53.617780+0000 mon.vm06 (mon.0) 586 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2026-04-16T18:40:54.011 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:53 vm09 bash[35508]: audit 2026-04-16T18:40:53.617780+0000 mon.vm06 (mon.0) 586 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2026-04-16T18:40:54.011 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:53 vm09 bash[35508]: audit 2026-04-16T18:40:53.617864+0000 mon.vm06 (mon.0) 587 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2026-04-16T18:40:54.011 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:53 vm09 bash[35508]: audit 2026-04-16T18:40:53.617864+0000 mon.vm06 (mon.0) 587 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2026-04-16T18:40:54.011 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:53 vm09 bash[35508]: audit 2026-04-16T18:40:53.617943+0000 mon.vm06 (mon.0) 588 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2026-04-16T18:40:54.011 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:53 vm09 bash[35508]: audit 2026-04-16T18:40:53.617943+0000 mon.vm06 (mon.0) 588 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2026-04-16T18:40:54.011 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:53 vm09 bash[35508]: audit 2026-04-16T18:40:53.618726+0000 mon.vm06 (mon.0) 589 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true} : dispatch 2026-04-16T18:40:54.011 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:53 vm09 bash[35508]: audit 2026-04-16T18:40:53.618726+0000 mon.vm06 (mon.0) 589 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true} : dispatch 2026-04-16T18:40:54.011 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:53 vm09 bash[35508]: audit 2026-04-16T18:40:53.618844+0000 mon.vm06 (mon.0) 590 : audit [INF] from='osd.6 ' entity='osd.6' cmd={"prefix": "osd crush create-or-move", "id": 6, "weight":0.0195, "args": ["host=vm06", "root=default"]} : dispatch 2026-04-16T18:40:54.011 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:53 vm09 bash[35508]: audit 2026-04-16T18:40:53.618844+0000 mon.vm06 (mon.0) 590 : audit [INF] from='osd.6 ' entity='osd.6' cmd={"prefix": "osd crush create-or-move", "id": 6, "weight":0.0195, "args": ["host=vm06", "root=default"]} : dispatch 2026-04-16T18:40:54.011 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:53 vm09 bash[35508]: audit 2026-04-16T18:40:53.620046+0000 mon.vm06 (mon.0) 591 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2026-04-16T18:40:54.011 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:53 vm09 bash[35508]: audit 2026-04-16T18:40:53.620046+0000 mon.vm06 (mon.0) 591 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2026-04-16T18:40:54.011 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:53 vm09 bash[35508]: audit 2026-04-16T18:40:53.621433+0000 mon.vm06 (mon.0) 592 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2026-04-16T18:40:54.011 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:53 vm09 bash[35508]: audit 2026-04-16T18:40:53.621433+0000 mon.vm06 (mon.0) 592 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2026-04-16T18:40:54.012 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:53 vm09 bash[35508]: audit 2026-04-16T18:40:53.668980+0000 mon.vm09 (mon.1) 21 : audit [INF] from='osd.7 [v2:192.168.123.109:6824/1867001587,v1:192.168.123.109:6825/1867001587]' entity='osd.7' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]} : dispatch 2026-04-16T18:40:54.012 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:53 vm09 bash[35508]: audit 2026-04-16T18:40:53.668980+0000 mon.vm09 (mon.1) 21 : audit [INF] from='osd.7 [v2:192.168.123.109:6824/1867001587,v1:192.168.123.109:6825/1867001587]' entity='osd.7' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]} : dispatch 2026-04-16T18:40:54.012 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:53 vm09 bash[35508]: audit 2026-04-16T18:40:53.669312+0000 mon.vm06 (mon.0) 593 : audit [INF] from='osd.7 ' entity='osd.7' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]} : dispatch 2026-04-16T18:40:54.012 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:53 vm09 bash[35508]: audit 2026-04-16T18:40:53.669312+0000 mon.vm06 (mon.0) 593 : audit [INF] from='osd.7 ' entity='osd.7' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]} : dispatch 2026-04-16T18:40:54.034 DEBUG:teuthology.orchestra.run.vm06:> sudo /home/ubuntu/cephtest/cephadm --image harbor.clyso.com/custom-ceph/ceph/ceph:sse-s3-kmip-preview-not-for-production-7 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4f654fb6-39c3-11f1-a5d5-6940ad893399 -- ceph osd stat -f json 2026-04-16T18:40:54.174 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:53 vm06 bash[28176]: cluster 2026-04-16T18:40:51.205895+0000 osd.3 (osd.3) 1 : cluster [DBG] purged_snaps scrub starts 2026-04-16T18:40:54.174 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:53 vm06 bash[28176]: cluster 2026-04-16T18:40:51.205895+0000 osd.3 (osd.3) 1 : cluster [DBG] purged_snaps scrub starts 2026-04-16T18:40:54.174 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:53 vm06 bash[28176]: cluster 2026-04-16T18:40:51.205910+0000 osd.3 (osd.3) 2 : cluster [DBG] purged_snaps scrub ok 2026-04-16T18:40:54.174 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:53 vm06 bash[28176]: cluster 2026-04-16T18:40:51.205910+0000 osd.3 (osd.3) 2 : cluster [DBG] purged_snaps scrub ok 2026-04-16T18:40:54.174 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:53 vm06 bash[28176]: audit 2026-04-16T18:40:52.871615+0000 mon.vm06 (mon.0) 572 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:40:54.174 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:53 vm06 bash[28176]: audit 2026-04-16T18:40:52.871615+0000 mon.vm06 (mon.0) 572 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:40:54.174 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:53 vm06 bash[28176]: audit 2026-04-16T18:40:52.876941+0000 mon.vm06 (mon.0) 573 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:40:54.174 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:53 vm06 bash[28176]: audit 2026-04-16T18:40:52.876941+0000 mon.vm06 (mon.0) 573 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:40:54.174 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:53 vm06 bash[28176]: audit 2026-04-16T18:40:52.949803+0000 mon.vm06 (mon.0) 574 : audit [DBG] from='client.? 192.168.123.106:0/1195200778' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2026-04-16T18:40:54.174 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:53 vm06 bash[28176]: audit 2026-04-16T18:40:52.949803+0000 mon.vm06 (mon.0) 574 : audit [DBG] from='client.? 192.168.123.106:0/1195200778' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2026-04-16T18:40:54.174 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:53 vm06 bash[28176]: cluster 2026-04-16T18:40:52.999757+0000 mgr.vm06.sywxig (mgr.14229) 83 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 106 MiB used, 80 GiB / 80 GiB avail 2026-04-16T18:40:54.174 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:53 vm06 bash[28176]: cluster 2026-04-16T18:40:52.999757+0000 mgr.vm06.sywxig (mgr.14229) 83 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 106 MiB used, 80 GiB / 80 GiB avail 2026-04-16T18:40:54.174 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:53 vm06 bash[28176]: audit 2026-04-16T18:40:53.114608+0000 mon.vm06 (mon.0) 575 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:40:54.174 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:53 vm06 bash[28176]: audit 2026-04-16T18:40:53.114608+0000 mon.vm06 (mon.0) 575 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:40:54.174 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:53 vm06 bash[28176]: audit 2026-04-16T18:40:53.119515+0000 mon.vm06 (mon.0) 576 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:40:54.174 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:53 vm06 bash[28176]: audit 2026-04-16T18:40:53.119515+0000 mon.vm06 (mon.0) 576 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:40:54.174 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:53 vm06 bash[28176]: audit 2026-04-16T18:40:53.131539+0000 mon.vm06 (mon.0) 577 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-04-16T18:40:54.174 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:53 vm06 bash[28176]: audit 2026-04-16T18:40:53.131539+0000 mon.vm06 (mon.0) 577 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-04-16T18:40:54.174 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:53 vm06 bash[28176]: audit 2026-04-16T18:40:53.251630+0000 mon.vm06 (mon.0) 578 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 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-04-16T18:40:54.174 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:53 vm06 bash[28176]: audit 2026-04-16T18:40:53.251630+0000 mon.vm06 (mon.0) 578 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 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-04-16T18:40:54.174 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:53 vm06 bash[28176]: audit 2026-04-16T18:40:53.489698+0000 mon.vm09 (mon.1) 19 : audit [INF] from='osd.6 [v2:192.168.123.106:6826/2714832668,v1:192.168.123.106:6827/2714832668]' entity='osd.6' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]} : dispatch 2026-04-16T18:40:54.174 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:53 vm06 bash[28176]: audit 2026-04-16T18:40:53.489698+0000 mon.vm09 (mon.1) 19 : audit [INF] from='osd.6 [v2:192.168.123.106:6826/2714832668,v1:192.168.123.106:6827/2714832668]' entity='osd.6' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]} : dispatch 2026-04-16T18:40:54.174 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:53 vm06 bash[28176]: audit 2026-04-16T18:40:53.490034+0000 mon.vm06 (mon.0) 579 : audit [INF] from='osd.6 ' entity='osd.6' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]} : dispatch 2026-04-16T18:40:54.174 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:53 vm06 bash[28176]: audit 2026-04-16T18:40:53.490034+0000 mon.vm06 (mon.0) 579 : audit [INF] from='osd.6 ' entity='osd.6' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]} : dispatch 2026-04-16T18:40:54.174 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:53 vm06 bash[28176]: audit 2026-04-16T18:40:53.612677+0000 mon.vm06 (mon.0) 580 : audit [INF] from='osd.4 [v2:192.168.123.106:6818/3773603704,v1:192.168.123.106:6819/3773603704]' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0195, "args": ["host=vm06", "root=default"]}]': finished 2026-04-16T18:40:54.174 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:53 vm06 bash[28176]: audit 2026-04-16T18:40:53.612677+0000 mon.vm06 (mon.0) 580 : audit [INF] from='osd.4 [v2:192.168.123.106:6818/3773603704,v1:192.168.123.106:6819/3773603704]' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0195, "args": ["host=vm06", "root=default"]}]': finished 2026-04-16T18:40:54.174 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:53 vm06 bash[28176]: audit 2026-04-16T18:40:53.612759+0000 mon.vm06 (mon.0) 581 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0195, "args": ["host=vm09", "root=default"]}]': finished 2026-04-16T18:40:54.174 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:53 vm06 bash[28176]: audit 2026-04-16T18:40:53.612759+0000 mon.vm06 (mon.0) 581 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0195, "args": ["host=vm09", "root=default"]}]': finished 2026-04-16T18:40:54.174 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:53 vm06 bash[28176]: audit 2026-04-16T18:40:53.612797+0000 mon.vm06 (mon.0) 582 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 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-04-16T18:40:54.174 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:53 vm06 bash[28176]: audit 2026-04-16T18:40:53.612797+0000 mon.vm06 (mon.0) 582 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 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-04-16T18:40:54.175 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:53 vm06 bash[28176]: audit 2026-04-16T18:40:53.612826+0000 mon.vm06 (mon.0) 583 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2026-04-16T18:40:54.175 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:53 vm06 bash[28176]: audit 2026-04-16T18:40:53.612826+0000 mon.vm06 (mon.0) 583 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2026-04-16T18:40:54.175 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:53 vm06 bash[28176]: cluster 2026-04-16T18:40:53.616049+0000 mon.vm06 (mon.0) 584 : cluster [DBG] osdmap e19: 8 total, 4 up, 8 in 2026-04-16T18:40:54.175 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:53 vm06 bash[28176]: cluster 2026-04-16T18:40:53.616049+0000 mon.vm06 (mon.0) 584 : cluster [DBG] osdmap e19: 8 total, 4 up, 8 in 2026-04-16T18:40:54.175 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:53 vm06 bash[28176]: audit 2026-04-16T18:40:53.617418+0000 mon.vm09 (mon.1) 20 : audit [INF] from='osd.6 [v2:192.168.123.106:6826/2714832668,v1:192.168.123.106:6827/2714832668]' entity='osd.6' cmd={"prefix": "osd crush create-or-move", "id": 6, "weight":0.0195, "args": ["host=vm06", "root=default"]} : dispatch 2026-04-16T18:40:54.175 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:53 vm06 bash[28176]: audit 2026-04-16T18:40:53.617418+0000 mon.vm09 (mon.1) 20 : audit [INF] from='osd.6 [v2:192.168.123.106:6826/2714832668,v1:192.168.123.106:6827/2714832668]' entity='osd.6' cmd={"prefix": "osd crush create-or-move", "id": 6, "weight":0.0195, "args": ["host=vm06", "root=default"]} : dispatch 2026-04-16T18:40:54.175 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:53 vm06 bash[28176]: audit 2026-04-16T18:40:53.617639+0000 mon.vm06 (mon.0) 585 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2026-04-16T18:40:54.175 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:53 vm06 bash[28176]: audit 2026-04-16T18:40:53.617639+0000 mon.vm06 (mon.0) 585 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2026-04-16T18:40:54.175 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:53 vm06 bash[28176]: audit 2026-04-16T18:40:53.617780+0000 mon.vm06 (mon.0) 586 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2026-04-16T18:40:54.175 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:53 vm06 bash[28176]: audit 2026-04-16T18:40:53.617780+0000 mon.vm06 (mon.0) 586 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2026-04-16T18:40:54.175 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:53 vm06 bash[28176]: audit 2026-04-16T18:40:53.617864+0000 mon.vm06 (mon.0) 587 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2026-04-16T18:40:54.175 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:53 vm06 bash[28176]: audit 2026-04-16T18:40:53.617864+0000 mon.vm06 (mon.0) 587 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2026-04-16T18:40:54.175 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:53 vm06 bash[28176]: audit 2026-04-16T18:40:53.617943+0000 mon.vm06 (mon.0) 588 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2026-04-16T18:40:54.175 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:53 vm06 bash[28176]: audit 2026-04-16T18:40:53.617943+0000 mon.vm06 (mon.0) 588 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2026-04-16T18:40:54.175 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:53 vm06 bash[28176]: audit 2026-04-16T18:40:53.618726+0000 mon.vm06 (mon.0) 589 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true} : dispatch 2026-04-16T18:40:54.175 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:53 vm06 bash[28176]: audit 2026-04-16T18:40:53.618726+0000 mon.vm06 (mon.0) 589 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true} : dispatch 2026-04-16T18:40:54.175 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:53 vm06 bash[28176]: audit 2026-04-16T18:40:53.618844+0000 mon.vm06 (mon.0) 590 : audit [INF] from='osd.6 ' entity='osd.6' cmd={"prefix": "osd crush create-or-move", "id": 6, "weight":0.0195, "args": ["host=vm06", "root=default"]} : dispatch 2026-04-16T18:40:54.175 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:53 vm06 bash[28176]: audit 2026-04-16T18:40:53.618844+0000 mon.vm06 (mon.0) 590 : audit [INF] from='osd.6 ' entity='osd.6' cmd={"prefix": "osd crush create-or-move", "id": 6, "weight":0.0195, "args": ["host=vm06", "root=default"]} : dispatch 2026-04-16T18:40:54.175 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:53 vm06 bash[28176]: audit 2026-04-16T18:40:53.620046+0000 mon.vm06 (mon.0) 591 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2026-04-16T18:40:54.175 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:53 vm06 bash[28176]: audit 2026-04-16T18:40:53.620046+0000 mon.vm06 (mon.0) 591 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2026-04-16T18:40:54.175 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:53 vm06 bash[28176]: audit 2026-04-16T18:40:53.621433+0000 mon.vm06 (mon.0) 592 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2026-04-16T18:40:54.175 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:53 vm06 bash[28176]: audit 2026-04-16T18:40:53.621433+0000 mon.vm06 (mon.0) 592 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2026-04-16T18:40:54.175 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:53 vm06 bash[28176]: audit 2026-04-16T18:40:53.668980+0000 mon.vm09 (mon.1) 21 : audit [INF] from='osd.7 [v2:192.168.123.109:6824/1867001587,v1:192.168.123.109:6825/1867001587]' entity='osd.7' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]} : dispatch 2026-04-16T18:40:54.175 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:53 vm06 bash[28176]: audit 2026-04-16T18:40:53.668980+0000 mon.vm09 (mon.1) 21 : audit [INF] from='osd.7 [v2:192.168.123.109:6824/1867001587,v1:192.168.123.109:6825/1867001587]' entity='osd.7' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]} : dispatch 2026-04-16T18:40:54.175 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:53 vm06 bash[28176]: audit 2026-04-16T18:40:53.669312+0000 mon.vm06 (mon.0) 593 : audit [INF] from='osd.7 ' entity='osd.7' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]} : dispatch 2026-04-16T18:40:54.175 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:53 vm06 bash[28176]: audit 2026-04-16T18:40:53.669312+0000 mon.vm06 (mon.0) 593 : audit [INF] from='osd.7 ' entity='osd.7' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]} : dispatch 2026-04-16T18:40:54.266 INFO:teuthology.orchestra.run.vm06.stderr:Inferring config /var/lib/ceph/4f654fb6-39c3-11f1-a5d5-6940ad893399/mon.vm06/config 2026-04-16T18:40:54.632 INFO:teuthology.orchestra.run.vm06.stdout: 2026-04-16T18:40:54.714 INFO:teuthology.orchestra.run.vm06.stdout:{"epoch":20,"num_osds":8,"num_up_osds":6,"osd_up_since":1776364854,"num_in_osds":8,"osd_in_since":1776364840,"num_remapped_pgs":0} 2026-04-16T18:40:55.714 DEBUG:teuthology.orchestra.run.vm06:> sudo /home/ubuntu/cephtest/cephadm --image harbor.clyso.com/custom-ceph/ceph/ceph:sse-s3-kmip-preview-not-for-production-7 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4f654fb6-39c3-11f1-a5d5-6940ad893399 -- ceph osd stat -f json 2026-04-16T18:40:55.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:55 vm06 bash[28176]: cluster 2026-04-16T18:40:52.848082+0000 osd.5 (osd.5) 1 : cluster [DBG] purged_snaps scrub starts 2026-04-16T18:40:55.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:55 vm06 bash[28176]: cluster 2026-04-16T18:40:52.848082+0000 osd.5 (osd.5) 1 : cluster [DBG] purged_snaps scrub starts 2026-04-16T18:40:55.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:55 vm06 bash[28176]: cluster 2026-04-16T18:40:52.848095+0000 osd.5 (osd.5) 2 : cluster [DBG] purged_snaps scrub ok 2026-04-16T18:40:55.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:55 vm06 bash[28176]: cluster 2026-04-16T18:40:52.848095+0000 osd.5 (osd.5) 2 : cluster [DBG] purged_snaps scrub ok 2026-04-16T18:40:55.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:55 vm06 bash[28176]: cluster 2026-04-16T18:40:52.941546+0000 osd.4 (osd.4) 1 : cluster [DBG] purged_snaps scrub starts 2026-04-16T18:40:55.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:55 vm06 bash[28176]: cluster 2026-04-16T18:40:52.941546+0000 osd.4 (osd.4) 1 : cluster [DBG] purged_snaps scrub starts 2026-04-16T18:40:55.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:55 vm06 bash[28176]: cluster 2026-04-16T18:40:52.941555+0000 osd.4 (osd.4) 2 : cluster [DBG] purged_snaps scrub ok 2026-04-16T18:40:55.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:55 vm06 bash[28176]: cluster 2026-04-16T18:40:52.941555+0000 osd.4 (osd.4) 2 : cluster [DBG] purged_snaps scrub ok 2026-04-16T18:40:55.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:55 vm06 bash[28176]: audit 2026-04-16T18:40:54.616829+0000 mon.vm06 (mon.0) 594 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2026-04-16T18:40:55.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:55 vm06 bash[28176]: audit 2026-04-16T18:40:54.616829+0000 mon.vm06 (mon.0) 594 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2026-04-16T18:40:55.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:55 vm06 bash[28176]: audit 2026-04-16T18:40:54.616938+0000 mon.vm06 (mon.0) 595 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0195, "args": ["host=vm06", "root=default"]}]': finished 2026-04-16T18:40:55.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:55 vm06 bash[28176]: audit 2026-04-16T18:40:54.616938+0000 mon.vm06 (mon.0) 595 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0195, "args": ["host=vm06", "root=default"]}]': finished 2026-04-16T18:40:55.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:55 vm06 bash[28176]: audit 2026-04-16T18:40:54.617032+0000 mon.vm06 (mon.0) 596 : audit [INF] from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2026-04-16T18:40:55.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:55 vm06 bash[28176]: audit 2026-04-16T18:40:54.617032+0000 mon.vm06 (mon.0) 596 : audit [INF] from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2026-04-16T18:40:55.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:55 vm06 bash[28176]: audit 2026-04-16T18:40:54.621942+0000 mon.vm09 (mon.1) 22 : audit [INF] from='osd.7 [v2:192.168.123.109:6824/1867001587,v1:192.168.123.109:6825/1867001587]' entity='osd.7' cmd={"prefix": "osd crush create-or-move", "id": 7, "weight":0.0195, "args": ["host=vm09", "root=default"]} : dispatch 2026-04-16T18:40:55.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:55 vm06 bash[28176]: audit 2026-04-16T18:40:54.621942+0000 mon.vm09 (mon.1) 22 : audit [INF] from='osd.7 [v2:192.168.123.109:6824/1867001587,v1:192.168.123.109:6825/1867001587]' entity='osd.7' cmd={"prefix": "osd crush create-or-move", "id": 7, "weight":0.0195, "args": ["host=vm09", "root=default"]} : dispatch 2026-04-16T18:40:55.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:55 vm06 bash[28176]: cluster 2026-04-16T18:40:54.623867+0000 mon.vm06 (mon.0) 597 : cluster [INF] osd.5 [v2:192.168.123.109:6816/2809201601,v1:192.168.123.109:6817/2809201601] boot 2026-04-16T18:40:55.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:55 vm06 bash[28176]: cluster 2026-04-16T18:40:54.623867+0000 mon.vm06 (mon.0) 597 : cluster [INF] osd.5 [v2:192.168.123.109:6816/2809201601,v1:192.168.123.109:6817/2809201601] boot 2026-04-16T18:40:55.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:55 vm06 bash[28176]: cluster 2026-04-16T18:40:54.623990+0000 mon.vm06 (mon.0) 598 : cluster [INF] osd.4 [v2:192.168.123.106:6818/3773603704,v1:192.168.123.106:6819/3773603704] boot 2026-04-16T18:40:55.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:55 vm06 bash[28176]: cluster 2026-04-16T18:40:54.623990+0000 mon.vm06 (mon.0) 598 : cluster [INF] osd.4 [v2:192.168.123.106:6818/3773603704,v1:192.168.123.106:6819/3773603704] boot 2026-04-16T18:40:55.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:55 vm06 bash[28176]: cluster 2026-04-16T18:40:54.624114+0000 mon.vm06 (mon.0) 599 : cluster [DBG] osdmap e20: 8 total, 6 up, 8 in 2026-04-16T18:40:55.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:55 vm06 bash[28176]: cluster 2026-04-16T18:40:54.624114+0000 mon.vm06 (mon.0) 599 : cluster [DBG] osdmap e20: 8 total, 6 up, 8 in 2026-04-16T18:40:55.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:55 vm06 bash[28176]: audit 2026-04-16T18:40:54.625070+0000 mon.vm06 (mon.0) 600 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2026-04-16T18:40:55.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:55 vm06 bash[28176]: audit 2026-04-16T18:40:54.625070+0000 mon.vm06 (mon.0) 600 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2026-04-16T18:40:55.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:55 vm06 bash[28176]: audit 2026-04-16T18:40:54.625326+0000 mon.vm06 (mon.0) 601 : audit [INF] from='osd.7 ' entity='osd.7' cmd={"prefix": "osd crush create-or-move", "id": 7, "weight":0.0195, "args": ["host=vm09", "root=default"]} : dispatch 2026-04-16T18:40:55.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:55 vm06 bash[28176]: audit 2026-04-16T18:40:54.625326+0000 mon.vm06 (mon.0) 601 : audit [INF] from='osd.7 ' entity='osd.7' cmd={"prefix": "osd crush create-or-move", "id": 7, "weight":0.0195, "args": ["host=vm09", "root=default"]} : dispatch 2026-04-16T18:40:55.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:55 vm06 bash[28176]: audit 2026-04-16T18:40:54.626349+0000 mon.vm06 (mon.0) 602 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2026-04-16T18:40:55.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:55 vm06 bash[28176]: audit 2026-04-16T18:40:54.626349+0000 mon.vm06 (mon.0) 602 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2026-04-16T18:40:55.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:55 vm06 bash[28176]: audit 2026-04-16T18:40:54.626461+0000 mon.vm06 (mon.0) 603 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2026-04-16T18:40:55.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:55 vm06 bash[28176]: audit 2026-04-16T18:40:54.626461+0000 mon.vm06 (mon.0) 603 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2026-04-16T18:40:55.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:55 vm06 bash[28176]: audit 2026-04-16T18:40:54.626540+0000 mon.vm06 (mon.0) 604 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2026-04-16T18:40:55.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:55 vm06 bash[28176]: audit 2026-04-16T18:40:54.626540+0000 mon.vm06 (mon.0) 604 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2026-04-16T18:40:55.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:55 vm06 bash[28176]: audit 2026-04-16T18:40:54.632184+0000 mon.vm06 (mon.0) 605 : audit [DBG] from='client.? 192.168.123.106:0/2830746591' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2026-04-16T18:40:55.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:55 vm06 bash[28176]: audit 2026-04-16T18:40:54.632184+0000 mon.vm06 (mon.0) 605 : audit [DBG] from='client.? 192.168.123.106:0/2830746591' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2026-04-16T18:40:55.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:55 vm06 bash[28176]: audit 2026-04-16T18:40:55.154252+0000 mon.vm06 (mon.0) 606 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:40:55.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:55 vm06 bash[28176]: audit 2026-04-16T18:40:55.154252+0000 mon.vm06 (mon.0) 606 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:40:55.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:55 vm06 bash[28176]: audit 2026-04-16T18:40:55.198239+0000 mon.vm06 (mon.0) 607 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:40:55.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:55 vm06 bash[28176]: audit 2026-04-16T18:40:55.198239+0000 mon.vm06 (mon.0) 607 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:40:55.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:55 vm06 bash[28176]: audit 2026-04-16T18:40:55.239744+0000 mon.vm06 (mon.0) 608 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:40:55.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:55 vm06 bash[28176]: audit 2026-04-16T18:40:55.239744+0000 mon.vm06 (mon.0) 608 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:40:55.925 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:55 vm06 bash[28176]: audit 2026-04-16T18:40:55.283050+0000 mon.vm06 (mon.0) 609 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:40:55.925 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:55 vm06 bash[28176]: audit 2026-04-16T18:40:55.283050+0000 mon.vm06 (mon.0) 609 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:40:55.925 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:55 vm06 bash[28176]: audit 2026-04-16T18:40:55.330903+0000 mon.vm06 (mon.0) 610 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:40:55.925 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:55 vm06 bash[28176]: audit 2026-04-16T18:40:55.330903+0000 mon.vm06 (mon.0) 610 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:40:55.925 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:55 vm06 bash[28176]: audit 2026-04-16T18:40:55.378550+0000 mon.vm06 (mon.0) 611 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:40:55.925 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:55 vm06 bash[28176]: audit 2026-04-16T18:40:55.378550+0000 mon.vm06 (mon.0) 611 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:40:55.925 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:55 vm06 bash[28176]: audit 2026-04-16T18:40:55.380368+0000 mon.vm06 (mon.0) 612 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2026-04-16T18:40:55.925 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:55 vm06 bash[28176]: audit 2026-04-16T18:40:55.380368+0000 mon.vm06 (mon.0) 612 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2026-04-16T18:40:55.925 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:55 vm06 bash[28176]: audit 2026-04-16T18:40:55.397875+0000 mon.vm06 (mon.0) 613 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2026-04-16T18:40:55.925 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:55 vm06 bash[28176]: audit 2026-04-16T18:40:55.397875+0000 mon.vm06 (mon.0) 613 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2026-04-16T18:40:55.925 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:55 vm06 bash[28176]: audit 2026-04-16T18:40:55.398020+0000 mon.vm06 (mon.0) 614 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "mon metadata", "id": "vm06"} : dispatch 2026-04-16T18:40:55.925 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:55 vm06 bash[28176]: audit 2026-04-16T18:40:55.398020+0000 mon.vm06 (mon.0) 614 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "mon metadata", "id": "vm06"} : dispatch 2026-04-16T18:40:55.925 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:55 vm06 bash[28176]: audit 2026-04-16T18:40:55.398350+0000 mon.vm06 (mon.0) 615 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "mon metadata", "id": "vm09"} : dispatch 2026-04-16T18:40:55.925 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:55 vm06 bash[28176]: audit 2026-04-16T18:40:55.398350+0000 mon.vm06 (mon.0) 615 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "mon metadata", "id": "vm09"} : dispatch 2026-04-16T18:40:55.925 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:55 vm06 bash[28176]: audit 2026-04-16T18:40:55.400055+0000 mon.vm06 (mon.0) 616 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "mon metadata", "id": "vm06"} : dispatch 2026-04-16T18:40:55.925 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:55 vm06 bash[28176]: audit 2026-04-16T18:40:55.400055+0000 mon.vm06 (mon.0) 616 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "mon metadata", "id": "vm06"} : dispatch 2026-04-16T18:40:55.925 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:55 vm06 bash[28176]: audit 2026-04-16T18:40:55.400119+0000 mon.vm06 (mon.0) 617 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "mon metadata", "id": "vm09"} : dispatch 2026-04-16T18:40:55.925 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:55 vm06 bash[28176]: audit 2026-04-16T18:40:55.400119+0000 mon.vm06 (mon.0) 617 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "mon metadata", "id": "vm09"} : dispatch 2026-04-16T18:40:55.925 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:55 vm06 bash[28176]: audit 2026-04-16T18:40:55.400210+0000 mon.vm09 (mon.1) 23 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2026-04-16T18:40:55.925 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:55 vm06 bash[28176]: audit 2026-04-16T18:40:55.400210+0000 mon.vm09 (mon.1) 23 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2026-04-16T18:40:55.925 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:55 vm06 bash[28176]: audit 2026-04-16T18:40:55.417823+0000 mon.vm09 (mon.1) 24 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2026-04-16T18:40:55.925 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:55 vm06 bash[28176]: audit 2026-04-16T18:40:55.417823+0000 mon.vm09 (mon.1) 24 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2026-04-16T18:40:55.971 INFO:teuthology.orchestra.run.vm06.stderr:Inferring config /var/lib/ceph/4f654fb6-39c3-11f1-a5d5-6940ad893399/mon.vm06/config 2026-04-16T18:40:56.011 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:55 vm09 bash[35508]: cluster 2026-04-16T18:40:52.848082+0000 osd.5 (osd.5) 1 : cluster [DBG] purged_snaps scrub starts 2026-04-16T18:40:56.011 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:55 vm09 bash[35508]: cluster 2026-04-16T18:40:52.848082+0000 osd.5 (osd.5) 1 : cluster [DBG] purged_snaps scrub starts 2026-04-16T18:40:56.011 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:55 vm09 bash[35508]: cluster 2026-04-16T18:40:52.848095+0000 osd.5 (osd.5) 2 : cluster [DBG] purged_snaps scrub ok 2026-04-16T18:40:56.011 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:55 vm09 bash[35508]: cluster 2026-04-16T18:40:52.848095+0000 osd.5 (osd.5) 2 : cluster [DBG] purged_snaps scrub ok 2026-04-16T18:40:56.011 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:55 vm09 bash[35508]: cluster 2026-04-16T18:40:52.941546+0000 osd.4 (osd.4) 1 : cluster [DBG] purged_snaps scrub starts 2026-04-16T18:40:56.011 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:55 vm09 bash[35508]: cluster 2026-04-16T18:40:52.941546+0000 osd.4 (osd.4) 1 : cluster [DBG] purged_snaps scrub starts 2026-04-16T18:40:56.011 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:55 vm09 bash[35508]: cluster 2026-04-16T18:40:52.941555+0000 osd.4 (osd.4) 2 : cluster [DBG] purged_snaps scrub ok 2026-04-16T18:40:56.011 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:55 vm09 bash[35508]: cluster 2026-04-16T18:40:52.941555+0000 osd.4 (osd.4) 2 : cluster [DBG] purged_snaps scrub ok 2026-04-16T18:40:56.011 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:55 vm09 bash[35508]: audit 2026-04-16T18:40:54.616829+0000 mon.vm06 (mon.0) 594 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2026-04-16T18:40:56.011 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:55 vm09 bash[35508]: audit 2026-04-16T18:40:54.616829+0000 mon.vm06 (mon.0) 594 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2026-04-16T18:40:56.011 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:55 vm09 bash[35508]: audit 2026-04-16T18:40:54.616938+0000 mon.vm06 (mon.0) 595 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0195, "args": ["host=vm06", "root=default"]}]': finished 2026-04-16T18:40:56.011 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:55 vm09 bash[35508]: audit 2026-04-16T18:40:54.616938+0000 mon.vm06 (mon.0) 595 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0195, "args": ["host=vm06", "root=default"]}]': finished 2026-04-16T18:40:56.011 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:55 vm09 bash[35508]: audit 2026-04-16T18:40:54.617032+0000 mon.vm06 (mon.0) 596 : audit [INF] from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2026-04-16T18:40:56.011 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:55 vm09 bash[35508]: audit 2026-04-16T18:40:54.617032+0000 mon.vm06 (mon.0) 596 : audit [INF] from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2026-04-16T18:40:56.011 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:55 vm09 bash[35508]: audit 2026-04-16T18:40:54.621942+0000 mon.vm09 (mon.1) 22 : audit [INF] from='osd.7 [v2:192.168.123.109:6824/1867001587,v1:192.168.123.109:6825/1867001587]' entity='osd.7' cmd={"prefix": "osd crush create-or-move", "id": 7, "weight":0.0195, "args": ["host=vm09", "root=default"]} : dispatch 2026-04-16T18:40:56.011 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:55 vm09 bash[35508]: audit 2026-04-16T18:40:54.621942+0000 mon.vm09 (mon.1) 22 : audit [INF] from='osd.7 [v2:192.168.123.109:6824/1867001587,v1:192.168.123.109:6825/1867001587]' entity='osd.7' cmd={"prefix": "osd crush create-or-move", "id": 7, "weight":0.0195, "args": ["host=vm09", "root=default"]} : dispatch 2026-04-16T18:40:56.011 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:55 vm09 bash[35508]: cluster 2026-04-16T18:40:54.623867+0000 mon.vm06 (mon.0) 597 : cluster [INF] osd.5 [v2:192.168.123.109:6816/2809201601,v1:192.168.123.109:6817/2809201601] boot 2026-04-16T18:40:56.011 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:55 vm09 bash[35508]: cluster 2026-04-16T18:40:54.623867+0000 mon.vm06 (mon.0) 597 : cluster [INF] osd.5 [v2:192.168.123.109:6816/2809201601,v1:192.168.123.109:6817/2809201601] boot 2026-04-16T18:40:56.011 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:55 vm09 bash[35508]: cluster 2026-04-16T18:40:54.623990+0000 mon.vm06 (mon.0) 598 : cluster [INF] osd.4 [v2:192.168.123.106:6818/3773603704,v1:192.168.123.106:6819/3773603704] boot 2026-04-16T18:40:56.011 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:55 vm09 bash[35508]: cluster 2026-04-16T18:40:54.623990+0000 mon.vm06 (mon.0) 598 : cluster [INF] osd.4 [v2:192.168.123.106:6818/3773603704,v1:192.168.123.106:6819/3773603704] boot 2026-04-16T18:40:56.011 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:55 vm09 bash[35508]: cluster 2026-04-16T18:40:54.624114+0000 mon.vm06 (mon.0) 599 : cluster [DBG] osdmap e20: 8 total, 6 up, 8 in 2026-04-16T18:40:56.011 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:55 vm09 bash[35508]: cluster 2026-04-16T18:40:54.624114+0000 mon.vm06 (mon.0) 599 : cluster [DBG] osdmap e20: 8 total, 6 up, 8 in 2026-04-16T18:40:56.011 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:55 vm09 bash[35508]: audit 2026-04-16T18:40:54.625070+0000 mon.vm06 (mon.0) 600 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2026-04-16T18:40:56.011 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:55 vm09 bash[35508]: audit 2026-04-16T18:40:54.625070+0000 mon.vm06 (mon.0) 600 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2026-04-16T18:40:56.011 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:55 vm09 bash[35508]: audit 2026-04-16T18:40:54.625326+0000 mon.vm06 (mon.0) 601 : audit [INF] from='osd.7 ' entity='osd.7' cmd={"prefix": "osd crush create-or-move", "id": 7, "weight":0.0195, "args": ["host=vm09", "root=default"]} : dispatch 2026-04-16T18:40:56.011 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:55 vm09 bash[35508]: audit 2026-04-16T18:40:54.625326+0000 mon.vm06 (mon.0) 601 : audit [INF] from='osd.7 ' entity='osd.7' cmd={"prefix": "osd crush create-or-move", "id": 7, "weight":0.0195, "args": ["host=vm09", "root=default"]} : dispatch 2026-04-16T18:40:56.011 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:55 vm09 bash[35508]: audit 2026-04-16T18:40:54.626349+0000 mon.vm06 (mon.0) 602 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2026-04-16T18:40:56.011 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:55 vm09 bash[35508]: audit 2026-04-16T18:40:54.626349+0000 mon.vm06 (mon.0) 602 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2026-04-16T18:40:56.011 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:55 vm09 bash[35508]: audit 2026-04-16T18:40:54.626461+0000 mon.vm06 (mon.0) 603 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2026-04-16T18:40:56.011 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:55 vm09 bash[35508]: audit 2026-04-16T18:40:54.626461+0000 mon.vm06 (mon.0) 603 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2026-04-16T18:40:56.011 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:55 vm09 bash[35508]: audit 2026-04-16T18:40:54.626540+0000 mon.vm06 (mon.0) 604 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2026-04-16T18:40:56.011 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:55 vm09 bash[35508]: audit 2026-04-16T18:40:54.626540+0000 mon.vm06 (mon.0) 604 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2026-04-16T18:40:56.011 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:55 vm09 bash[35508]: audit 2026-04-16T18:40:54.632184+0000 mon.vm06 (mon.0) 605 : audit [DBG] from='client.? 192.168.123.106:0/2830746591' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2026-04-16T18:40:56.011 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:55 vm09 bash[35508]: audit 2026-04-16T18:40:54.632184+0000 mon.vm06 (mon.0) 605 : audit [DBG] from='client.? 192.168.123.106:0/2830746591' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2026-04-16T18:40:56.011 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:55 vm09 bash[35508]: audit 2026-04-16T18:40:55.154252+0000 mon.vm06 (mon.0) 606 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:40:56.011 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:55 vm09 bash[35508]: audit 2026-04-16T18:40:55.154252+0000 mon.vm06 (mon.0) 606 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:40:56.011 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:55 vm09 bash[35508]: audit 2026-04-16T18:40:55.198239+0000 mon.vm06 (mon.0) 607 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:40:56.011 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:55 vm09 bash[35508]: audit 2026-04-16T18:40:55.198239+0000 mon.vm06 (mon.0) 607 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:40:56.012 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:55 vm09 bash[35508]: audit 2026-04-16T18:40:55.239744+0000 mon.vm06 (mon.0) 608 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:40:56.012 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:55 vm09 bash[35508]: audit 2026-04-16T18:40:55.239744+0000 mon.vm06 (mon.0) 608 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:40:56.012 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:55 vm09 bash[35508]: audit 2026-04-16T18:40:55.283050+0000 mon.vm06 (mon.0) 609 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:40:56.012 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:55 vm09 bash[35508]: audit 2026-04-16T18:40:55.283050+0000 mon.vm06 (mon.0) 609 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:40:56.012 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:55 vm09 bash[35508]: audit 2026-04-16T18:40:55.330903+0000 mon.vm06 (mon.0) 610 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:40:56.012 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:55 vm09 bash[35508]: audit 2026-04-16T18:40:55.330903+0000 mon.vm06 (mon.0) 610 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:40:56.012 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:55 vm09 bash[35508]: audit 2026-04-16T18:40:55.378550+0000 mon.vm06 (mon.0) 611 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:40:56.012 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:55 vm09 bash[35508]: audit 2026-04-16T18:40:55.378550+0000 mon.vm06 (mon.0) 611 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:40:56.012 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:55 vm09 bash[35508]: audit 2026-04-16T18:40:55.380368+0000 mon.vm06 (mon.0) 612 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2026-04-16T18:40:56.012 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:55 vm09 bash[35508]: audit 2026-04-16T18:40:55.380368+0000 mon.vm06 (mon.0) 612 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2026-04-16T18:40:56.012 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:55 vm09 bash[35508]: audit 2026-04-16T18:40:55.397875+0000 mon.vm06 (mon.0) 613 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2026-04-16T18:40:56.012 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:55 vm09 bash[35508]: audit 2026-04-16T18:40:55.397875+0000 mon.vm06 (mon.0) 613 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2026-04-16T18:40:56.012 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:55 vm09 bash[35508]: audit 2026-04-16T18:40:55.398020+0000 mon.vm06 (mon.0) 614 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "mon metadata", "id": "vm06"} : dispatch 2026-04-16T18:40:56.012 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:55 vm09 bash[35508]: audit 2026-04-16T18:40:55.398020+0000 mon.vm06 (mon.0) 614 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "mon metadata", "id": "vm06"} : dispatch 2026-04-16T18:40:56.012 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:55 vm09 bash[35508]: audit 2026-04-16T18:40:55.398350+0000 mon.vm06 (mon.0) 615 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "mon metadata", "id": "vm09"} : dispatch 2026-04-16T18:40:56.012 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:55 vm09 bash[35508]: audit 2026-04-16T18:40:55.398350+0000 mon.vm06 (mon.0) 615 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "mon metadata", "id": "vm09"} : dispatch 2026-04-16T18:40:56.012 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:55 vm09 bash[35508]: audit 2026-04-16T18:40:55.400055+0000 mon.vm06 (mon.0) 616 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "mon metadata", "id": "vm06"} : dispatch 2026-04-16T18:40:56.012 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:55 vm09 bash[35508]: audit 2026-04-16T18:40:55.400055+0000 mon.vm06 (mon.0) 616 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "mon metadata", "id": "vm06"} : dispatch 2026-04-16T18:40:56.012 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:55 vm09 bash[35508]: audit 2026-04-16T18:40:55.400119+0000 mon.vm06 (mon.0) 617 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "mon metadata", "id": "vm09"} : dispatch 2026-04-16T18:40:56.012 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:55 vm09 bash[35508]: audit 2026-04-16T18:40:55.400119+0000 mon.vm06 (mon.0) 617 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "mon metadata", "id": "vm09"} : dispatch 2026-04-16T18:40:56.012 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:55 vm09 bash[35508]: audit 2026-04-16T18:40:55.400210+0000 mon.vm09 (mon.1) 23 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2026-04-16T18:40:56.012 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:55 vm09 bash[35508]: audit 2026-04-16T18:40:55.400210+0000 mon.vm09 (mon.1) 23 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2026-04-16T18:40:56.012 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:55 vm09 bash[35508]: audit 2026-04-16T18:40:55.417823+0000 mon.vm09 (mon.1) 24 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2026-04-16T18:40:56.012 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:55 vm09 bash[35508]: audit 2026-04-16T18:40:55.417823+0000 mon.vm09 (mon.1) 24 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2026-04-16T18:40:56.307 INFO:teuthology.orchestra.run.vm06.stdout: 2026-04-16T18:40:56.367 INFO:teuthology.orchestra.run.vm06.stdout:{"epoch":21,"num_osds":8,"num_up_osds":7,"osd_up_since":1776364855,"num_in_osds":8,"osd_in_since":1776364840,"num_remapped_pgs":0} 2026-04-16T18:40:56.923 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:56 vm06 bash[28176]: cluster 2026-04-16T18:40:54.479637+0000 osd.6 (osd.6) 1 : cluster [DBG] purged_snaps scrub starts 2026-04-16T18:40:56.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:56 vm06 bash[28176]: cluster 2026-04-16T18:40:54.479637+0000 osd.6 (osd.6) 1 : cluster [DBG] purged_snaps scrub starts 2026-04-16T18:40:56.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:56 vm06 bash[28176]: cluster 2026-04-16T18:40:54.479645+0000 osd.6 (osd.6) 2 : cluster [DBG] purged_snaps scrub ok 2026-04-16T18:40:56.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:56 vm06 bash[28176]: cluster 2026-04-16T18:40:54.479645+0000 osd.6 (osd.6) 2 : cluster [DBG] purged_snaps scrub ok 2026-04-16T18:40:56.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:56 vm06 bash[28176]: cluster 2026-04-16T18:40:55.000003+0000 mgr.vm06.sywxig (mgr.14229) 84 : cluster [DBG] pgmap v33: 1 pgs: 1 unknown; 0 B data, 106 MiB used, 80 GiB / 80 GiB avail 2026-04-16T18:40:56.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:56 vm06 bash[28176]: cluster 2026-04-16T18:40:55.000003+0000 mgr.vm06.sywxig (mgr.14229) 84 : cluster [DBG] pgmap v33: 1 pgs: 1 unknown; 0 B data, 106 MiB used, 80 GiB / 80 GiB avail 2026-04-16T18:40:56.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:56 vm06 bash[28176]: audit 2026-04-16T18:40:55.620215+0000 mon.vm06 (mon.0) 618 : audit [INF] from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0195, "args": ["host=vm09", "root=default"]}]': finished 2026-04-16T18:40:56.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:56 vm06 bash[28176]: audit 2026-04-16T18:40:55.620215+0000 mon.vm06 (mon.0) 618 : audit [INF] from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0195, "args": ["host=vm09", "root=default"]}]': finished 2026-04-16T18:40:56.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:56 vm06 bash[28176]: cluster 2026-04-16T18:40:55.626387+0000 mon.vm06 (mon.0) 619 : cluster [INF] osd.6 [v2:192.168.123.106:6826/2714832668,v1:192.168.123.106:6827/2714832668] boot 2026-04-16T18:40:56.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:56 vm06 bash[28176]: cluster 2026-04-16T18:40:55.626387+0000 mon.vm06 (mon.0) 619 : cluster [INF] osd.6 [v2:192.168.123.106:6826/2714832668,v1:192.168.123.106:6827/2714832668] boot 2026-04-16T18:40:56.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:56 vm06 bash[28176]: cluster 2026-04-16T18:40:55.626417+0000 mon.vm06 (mon.0) 620 : cluster [DBG] osdmap e21: 8 total, 7 up, 8 in 2026-04-16T18:40:56.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:56 vm06 bash[28176]: cluster 2026-04-16T18:40:55.626417+0000 mon.vm06 (mon.0) 620 : cluster [DBG] osdmap e21: 8 total, 7 up, 8 in 2026-04-16T18:40:56.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:56 vm06 bash[28176]: audit 2026-04-16T18:40:55.627383+0000 mon.vm06 (mon.0) 621 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2026-04-16T18:40:56.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:56 vm06 bash[28176]: audit 2026-04-16T18:40:55.627383+0000 mon.vm06 (mon.0) 621 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2026-04-16T18:40:56.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:56 vm06 bash[28176]: audit 2026-04-16T18:40:55.627475+0000 mon.vm06 (mon.0) 622 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2026-04-16T18:40:56.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:56 vm06 bash[28176]: audit 2026-04-16T18:40:55.627475+0000 mon.vm06 (mon.0) 622 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2026-04-16T18:40:56.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:56 vm06 bash[28176]: audit 2026-04-16T18:40:56.307431+0000 mon.vm06 (mon.0) 623 : audit [DBG] from='client.? 192.168.123.106:0/1654807118' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2026-04-16T18:40:56.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:56 vm06 bash[28176]: audit 2026-04-16T18:40:56.307431+0000 mon.vm06 (mon.0) 623 : audit [DBG] from='client.? 192.168.123.106:0/1654807118' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2026-04-16T18:40:56.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:56 vm06 bash[28176]: audit 2026-04-16T18:40:56.626402+0000 mon.vm06 (mon.0) 624 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2026-04-16T18:40:56.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:56 vm06 bash[28176]: audit 2026-04-16T18:40:56.626402+0000 mon.vm06 (mon.0) 624 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2026-04-16T18:40:57.010 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:56 vm09 bash[35508]: cluster 2026-04-16T18:40:54.479637+0000 osd.6 (osd.6) 1 : cluster [DBG] purged_snaps scrub starts 2026-04-16T18:40:57.011 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:56 vm09 bash[35508]: cluster 2026-04-16T18:40:54.479637+0000 osd.6 (osd.6) 1 : cluster [DBG] purged_snaps scrub starts 2026-04-16T18:40:57.011 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:56 vm09 bash[35508]: cluster 2026-04-16T18:40:54.479645+0000 osd.6 (osd.6) 2 : cluster [DBG] purged_snaps scrub ok 2026-04-16T18:40:57.011 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:56 vm09 bash[35508]: cluster 2026-04-16T18:40:54.479645+0000 osd.6 (osd.6) 2 : cluster [DBG] purged_snaps scrub ok 2026-04-16T18:40:57.011 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:56 vm09 bash[35508]: cluster 2026-04-16T18:40:55.000003+0000 mgr.vm06.sywxig (mgr.14229) 84 : cluster [DBG] pgmap v33: 1 pgs: 1 unknown; 0 B data, 106 MiB used, 80 GiB / 80 GiB avail 2026-04-16T18:40:57.011 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:56 vm09 bash[35508]: cluster 2026-04-16T18:40:55.000003+0000 mgr.vm06.sywxig (mgr.14229) 84 : cluster [DBG] pgmap v33: 1 pgs: 1 unknown; 0 B data, 106 MiB used, 80 GiB / 80 GiB avail 2026-04-16T18:40:57.011 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:56 vm09 bash[35508]: audit 2026-04-16T18:40:55.620215+0000 mon.vm06 (mon.0) 618 : audit [INF] from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0195, "args": ["host=vm09", "root=default"]}]': finished 2026-04-16T18:40:57.011 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:56 vm09 bash[35508]: audit 2026-04-16T18:40:55.620215+0000 mon.vm06 (mon.0) 618 : audit [INF] from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0195, "args": ["host=vm09", "root=default"]}]': finished 2026-04-16T18:40:57.011 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:56 vm09 bash[35508]: cluster 2026-04-16T18:40:55.626387+0000 mon.vm06 (mon.0) 619 : cluster [INF] osd.6 [v2:192.168.123.106:6826/2714832668,v1:192.168.123.106:6827/2714832668] boot 2026-04-16T18:40:57.011 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:56 vm09 bash[35508]: cluster 2026-04-16T18:40:55.626387+0000 mon.vm06 (mon.0) 619 : cluster [INF] osd.6 [v2:192.168.123.106:6826/2714832668,v1:192.168.123.106:6827/2714832668] boot 2026-04-16T18:40:57.011 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:56 vm09 bash[35508]: cluster 2026-04-16T18:40:55.626417+0000 mon.vm06 (mon.0) 620 : cluster [DBG] osdmap e21: 8 total, 7 up, 8 in 2026-04-16T18:40:57.011 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:56 vm09 bash[35508]: cluster 2026-04-16T18:40:55.626417+0000 mon.vm06 (mon.0) 620 : cluster [DBG] osdmap e21: 8 total, 7 up, 8 in 2026-04-16T18:40:57.011 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:56 vm09 bash[35508]: audit 2026-04-16T18:40:55.627383+0000 mon.vm06 (mon.0) 621 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2026-04-16T18:40:57.011 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:56 vm09 bash[35508]: audit 2026-04-16T18:40:55.627383+0000 mon.vm06 (mon.0) 621 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2026-04-16T18:40:57.011 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:56 vm09 bash[35508]: audit 2026-04-16T18:40:55.627475+0000 mon.vm06 (mon.0) 622 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2026-04-16T18:40:57.011 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:56 vm09 bash[35508]: audit 2026-04-16T18:40:55.627475+0000 mon.vm06 (mon.0) 622 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2026-04-16T18:40:57.011 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:56 vm09 bash[35508]: audit 2026-04-16T18:40:56.307431+0000 mon.vm06 (mon.0) 623 : audit [DBG] from='client.? 192.168.123.106:0/1654807118' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2026-04-16T18:40:57.011 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:56 vm09 bash[35508]: audit 2026-04-16T18:40:56.307431+0000 mon.vm06 (mon.0) 623 : audit [DBG] from='client.? 192.168.123.106:0/1654807118' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2026-04-16T18:40:57.011 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:56 vm09 bash[35508]: audit 2026-04-16T18:40:56.626402+0000 mon.vm06 (mon.0) 624 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2026-04-16T18:40:57.011 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:56 vm09 bash[35508]: audit 2026-04-16T18:40:56.626402+0000 mon.vm06 (mon.0) 624 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2026-04-16T18:40:57.368 DEBUG:teuthology.orchestra.run.vm06:> sudo /home/ubuntu/cephtest/cephadm --image harbor.clyso.com/custom-ceph/ceph/ceph:sse-s3-kmip-preview-not-for-production-7 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4f654fb6-39c3-11f1-a5d5-6940ad893399 -- ceph osd stat -f json 2026-04-16T18:40:57.617 INFO:teuthology.orchestra.run.vm06.stderr:Inferring config /var/lib/ceph/4f654fb6-39c3-11f1-a5d5-6940ad893399/mon.vm06/config 2026-04-16T18:40:57.923 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:57 vm06 bash[28176]: cluster 2026-04-16T18:40:54.710397+0000 osd.7 (osd.7) 1 : cluster [DBG] purged_snaps scrub starts 2026-04-16T18:40:57.923 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:57 vm06 bash[28176]: cluster 2026-04-16T18:40:54.710397+0000 osd.7 (osd.7) 1 : cluster [DBG] purged_snaps scrub starts 2026-04-16T18:40:57.923 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:57 vm06 bash[28176]: cluster 2026-04-16T18:40:54.710408+0000 osd.7 (osd.7) 2 : cluster [DBG] purged_snaps scrub ok 2026-04-16T18:40:57.923 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:57 vm06 bash[28176]: cluster 2026-04-16T18:40:54.710408+0000 osd.7 (osd.7) 2 : cluster [DBG] purged_snaps scrub ok 2026-04-16T18:40:57.923 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:57 vm06 bash[28176]: cluster 2026-04-16T18:40:56.638572+0000 mon.vm06 (mon.0) 625 : cluster [INF] osd.7 [v2:192.168.123.109:6824/1867001587,v1:192.168.123.109:6825/1867001587] boot 2026-04-16T18:40:57.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:57 vm06 bash[28176]: cluster 2026-04-16T18:40:56.638572+0000 mon.vm06 (mon.0) 625 : cluster [INF] osd.7 [v2:192.168.123.109:6824/1867001587,v1:192.168.123.109:6825/1867001587] boot 2026-04-16T18:40:57.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:57 vm06 bash[28176]: cluster 2026-04-16T18:40:56.638751+0000 mon.vm06 (mon.0) 626 : cluster [DBG] osdmap e22: 8 total, 8 up, 8 in 2026-04-16T18:40:57.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:57 vm06 bash[28176]: cluster 2026-04-16T18:40:56.638751+0000 mon.vm06 (mon.0) 626 : cluster [DBG] osdmap e22: 8 total, 8 up, 8 in 2026-04-16T18:40:57.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:57 vm06 bash[28176]: audit 2026-04-16T18:40:56.638961+0000 mon.vm06 (mon.0) 627 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2026-04-16T18:40:57.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:57 vm06 bash[28176]: audit 2026-04-16T18:40:56.638961+0000 mon.vm06 (mon.0) 627 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2026-04-16T18:40:58.003 INFO:teuthology.orchestra.run.vm06.stdout: 2026-04-16T18:40:58.010 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:57 vm09 bash[35508]: cluster 2026-04-16T18:40:54.710397+0000 osd.7 (osd.7) 1 : cluster [DBG] purged_snaps scrub starts 2026-04-16T18:40:58.010 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:57 vm09 bash[35508]: cluster 2026-04-16T18:40:54.710397+0000 osd.7 (osd.7) 1 : cluster [DBG] purged_snaps scrub starts 2026-04-16T18:40:58.010 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:57 vm09 bash[35508]: cluster 2026-04-16T18:40:54.710408+0000 osd.7 (osd.7) 2 : cluster [DBG] purged_snaps scrub ok 2026-04-16T18:40:58.010 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:57 vm09 bash[35508]: cluster 2026-04-16T18:40:54.710408+0000 osd.7 (osd.7) 2 : cluster [DBG] purged_snaps scrub ok 2026-04-16T18:40:58.010 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:57 vm09 bash[35508]: cluster 2026-04-16T18:40:56.638572+0000 mon.vm06 (mon.0) 625 : cluster [INF] osd.7 [v2:192.168.123.109:6824/1867001587,v1:192.168.123.109:6825/1867001587] boot 2026-04-16T18:40:58.010 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:57 vm09 bash[35508]: cluster 2026-04-16T18:40:56.638572+0000 mon.vm06 (mon.0) 625 : cluster [INF] osd.7 [v2:192.168.123.109:6824/1867001587,v1:192.168.123.109:6825/1867001587] boot 2026-04-16T18:40:58.010 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:57 vm09 bash[35508]: cluster 2026-04-16T18:40:56.638751+0000 mon.vm06 (mon.0) 626 : cluster [DBG] osdmap e22: 8 total, 8 up, 8 in 2026-04-16T18:40:58.010 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:57 vm09 bash[35508]: cluster 2026-04-16T18:40:56.638751+0000 mon.vm06 (mon.0) 626 : cluster [DBG] osdmap e22: 8 total, 8 up, 8 in 2026-04-16T18:40:58.010 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:57 vm09 bash[35508]: audit 2026-04-16T18:40:56.638961+0000 mon.vm06 (mon.0) 627 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2026-04-16T18:40:58.010 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:57 vm09 bash[35508]: audit 2026-04-16T18:40:56.638961+0000 mon.vm06 (mon.0) 627 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2026-04-16T18:40:58.063 INFO:teuthology.orchestra.run.vm06.stdout:{"epoch":23,"num_osds":8,"num_up_osds":8,"osd_up_since":1776364856,"num_in_osds":8,"osd_in_since":1776364840,"num_remapped_pgs":1} 2026-04-16T18:40:58.063 DEBUG:teuthology.orchestra.run.vm06:> sudo /home/ubuntu/cephtest/cephadm --image harbor.clyso.com/custom-ceph/ceph/ceph:sse-s3-kmip-preview-not-for-production-7 shell --fsid 4f654fb6-39c3-11f1-a5d5-6940ad893399 -- ceph osd dump --format=json 2026-04-16T18:40:58.335 INFO:teuthology.orchestra.run.vm06.stderr:Inferring config /var/lib/ceph/4f654fb6-39c3-11f1-a5d5-6940ad893399/mon.vm06/config 2026-04-16T18:40:58.756 INFO:teuthology.orchestra.run.vm06.stdout: 2026-04-16T18:40:58.756 INFO:teuthology.orchestra.run.vm06.stdout:{"epoch":24,"fsid":"4f654fb6-39c3-11f1-a5d5-6940ad893399","created":"2026-04-16T18:38:34.589290+0000","modified":"2026-04-16T18:40:58.648268+0000","last_up_change":"2026-04-16T18:40:56.630055+0000","last_in_change":"2026-04-16T18:40:40.859810+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":10,"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-04-16T18:40:53.254687+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":"ba1a986f-753c-41cc-b358-f3527ec7dc40","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":17,"up_thru":23,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.106:6802","nonce":2571971918},{"type":"v1","addr":"192.168.123.106:6803","nonce":2571971918}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.106:6804","nonce":2571971918},{"type":"v1","addr":"192.168.123.106:6805","nonce":2571971918}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.106:6808","nonce":2571971918},{"type":"v1","addr":"192.168.123.106:6809","nonce":2571971918}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.106:6806","nonce":2571971918},{"type":"v1","addr":"192.168.123.106:6807","nonce":2571971918}]},"public_addr":"192.168.123.106:6803/2571971918","cluster_addr":"192.168.123.106:6805/2571971918","heartbeat_back_addr":"192.168.123.106:6809/2571971918","heartbeat_front_addr":"192.168.123.106:6807/2571971918","state":["exists","up"]},{"osd":1,"uuid":"7e152960-0076-4031-a8f1-484d6023cfa5","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":17,"up_thru":19,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.109:6800","nonce":3662546052},{"type":"v1","addr":"192.168.123.109:6801","nonce":3662546052}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.109:6802","nonce":3662546052},{"type":"v1","addr":"192.168.123.109:6803","nonce":3662546052}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.109:6806","nonce":3662546052},{"type":"v1","addr":"192.168.123.109:6807","nonce":3662546052}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.109:6804","nonce":3662546052},{"type":"v1","addr":"192.168.123.109:6805","nonce":3662546052}]},"public_addr":"192.168.123.109:6801/3662546052","cluster_addr":"192.168.123.109:6803/3662546052","heartbeat_back_addr":"192.168.123.109:6807/3662546052","heartbeat_front_addr":"192.168.123.109:6805/3662546052","state":["exists","up"]},{"osd":2,"uuid":"cbd18961-0271-473d-bc72-ce01a43b7e8c","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":17,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.106:6810","nonce":1777024055},{"type":"v1","addr":"192.168.123.106:6811","nonce":1777024055}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.106:6812","nonce":1777024055},{"type":"v1","addr":"192.168.123.106:6813","nonce":1777024055}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.106:6816","nonce":1777024055},{"type":"v1","addr":"192.168.123.106:6817","nonce":1777024055}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.106:6814","nonce":1777024055},{"type":"v1","addr":"192.168.123.106:6815","nonce":1777024055}]},"public_addr":"192.168.123.106:6811/1777024055","cluster_addr":"192.168.123.106:6813/1777024055","heartbeat_back_addr":"192.168.123.106:6817/1777024055","heartbeat_front_addr":"192.168.123.106:6815/1777024055","state":["exists","up"]},{"osd":3,"uuid":"28971eb9-d017-487c-8a3e-d7fa69c79787","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":"192.168.123.109:6808","nonce":2731388529},{"type":"v1","addr":"192.168.123.109:6809","nonce":2731388529}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.109:6810","nonce":2731388529},{"type":"v1","addr":"192.168.123.109:6811","nonce":2731388529}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.109:6814","nonce":2731388529},{"type":"v1","addr":"192.168.123.109:6815","nonce":2731388529}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.109:6812","nonce":2731388529},{"type":"v1","addr":"192.168.123.109:6813","nonce":2731388529}]},"public_addr":"192.168.123.109:6809/2731388529","cluster_addr":"192.168.123.109:6811/2731388529","heartbeat_back_addr":"192.168.123.109:6815/2731388529","heartbeat_front_addr":"192.168.123.109:6813/2731388529","state":["exists","up"]},{"osd":4,"uuid":"4f92db99-32e2-4a57-8f50-d5fda3fe78d0","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":20,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.106:6818","nonce":3773603704},{"type":"v1","addr":"192.168.123.106:6819","nonce":3773603704}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.106:6820","nonce":3773603704},{"type":"v1","addr":"192.168.123.106:6821","nonce":3773603704}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.106:6824","nonce":3773603704},{"type":"v1","addr":"192.168.123.106:6825","nonce":3773603704}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.106:6822","nonce":3773603704},{"type":"v1","addr":"192.168.123.106:6823","nonce":3773603704}]},"public_addr":"192.168.123.106:6819/3773603704","cluster_addr":"192.168.123.106:6821/3773603704","heartbeat_back_addr":"192.168.123.106:6825/3773603704","heartbeat_front_addr":"192.168.123.106:6823/3773603704","state":["exists","up"]},{"osd":5,"uuid":"539de27e-54d7-4478-b6ac-cbcc5b37ddec","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":20,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.109:6816","nonce":2809201601},{"type":"v1","addr":"192.168.123.109:6817","nonce":2809201601}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.109:6818","nonce":2809201601},{"type":"v1","addr":"192.168.123.109:6819","nonce":2809201601}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.109:6822","nonce":2809201601},{"type":"v1","addr":"192.168.123.109:6823","nonce":2809201601}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.109:6820","nonce":2809201601},{"type":"v1","addr":"192.168.123.109:6821","nonce":2809201601}]},"public_addr":"192.168.123.109:6817/2809201601","cluster_addr":"192.168.123.109:6819/2809201601","heartbeat_back_addr":"192.168.123.109:6823/2809201601","heartbeat_front_addr":"192.168.123.109:6821/2809201601","state":["exists","up"]},{"osd":6,"uuid":"7a91e70e-9479-4fde-9e7f-6e89602fa0f6","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":"192.168.123.106:6826","nonce":2714832668},{"type":"v1","addr":"192.168.123.106:6827","nonce":2714832668}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.106:6828","nonce":2714832668},{"type":"v1","addr":"192.168.123.106:6829","nonce":2714832668}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.106:6832","nonce":2714832668},{"type":"v1","addr":"192.168.123.106:6833","nonce":2714832668}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.106:6830","nonce":2714832668},{"type":"v1","addr":"192.168.123.106:6831","nonce":2714832668}]},"public_addr":"192.168.123.106:6827/2714832668","cluster_addr":"192.168.123.106:6829/2714832668","heartbeat_back_addr":"192.168.123.106:6833/2714832668","heartbeat_front_addr":"192.168.123.106:6831/2714832668","state":["exists","up"]},{"osd":7,"uuid":"6607cd0f-ea80-45cf-ac74-3dc512fb961f","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":"192.168.123.109:6824","nonce":1867001587},{"type":"v1","addr":"192.168.123.109:6825","nonce":1867001587}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.109:6826","nonce":1867001587},{"type":"v1","addr":"192.168.123.109:6827","nonce":1867001587}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.109:6830","nonce":1867001587},{"type":"v1","addr":"192.168.123.109:6831","nonce":1867001587}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.109:6828","nonce":1867001587},{"type":"v1","addr":"192.168.123.109:6829","nonce":1867001587}]},"public_addr":"192.168.123.109:6825/1867001587","cluster_addr":"192.168.123.109:6827/1867001587","heartbeat_back_addr":"192.168.123.109:6831/1867001587","heartbeat_front_addr":"192.168.123.109:6829/1867001587","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4541880224203014143,"old_weight":0,"last_purged_snaps_scrub":"2026-04-16T18:40:48.779403+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4541880224203014143,"old_weight":0,"last_purged_snaps_scrub":"2026-04-16T18:40:49.373191+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4541880224203014143,"old_weight":0,"last_purged_snaps_scrub":"2026-04-16T18:40:50.252098+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4541880224203014143,"old_weight":0,"last_purged_snaps_scrub":"2026-04-16T18:40:51.205912+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4541880224203014143,"old_weight":0,"last_purged_snaps_scrub":"2026-04-16T18:40:52.941556+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4541880224203014143,"old_weight":0,"last_purged_snaps_scrub":"2026-04-16T18:40:52.848097+0000","dead_epoch":0},{"osd":6,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4541880224203014143,"old_weight":0,"last_purged_snaps_scrub":"2026-04-16T18:40:54.479647+0000","dead_epoch":0},{"osd":7,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4541880224203014143,"old_weight":0,"last_purged_snaps_scrub":"2026-04-16T18:40:54.710410+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[{"pgid":"1.0","osds":[0,3]}],"primary_temp":[],"blocklist":{"192.168.123.106:0/1874857399":"2026-04-17T18:40:04.988748+0000","192.168.123.106:0/2613151127":"2026-04-17T18:40:04.988748+0000","192.168.123.106:0/3573950286":"2026-04-17T18:39:01.074684+0000","192.168.123.106:6801/903681800":"2026-04-17T18:39:01.074684+0000","192.168.123.106:6800/903681800":"2026-04-17T18:39:01.074684+0000","192.168.123.106:0/2880925081":"2026-04-17T18:39:25.355901+0000","192.168.123.106:0/3839721590":"2026-04-17T18:39:01.074684+0000","192.168.123.106:6801/3424777023":"2026-04-17T18:40:04.988748+0000","192.168.123.106:0/3354531530":"2026-04-17T18:39:01.074684+0000","192.168.123.106:6801/3285913784":"2026-04-17T18:39:25.355901+0000","192.168.123.106:0/909390208":"2026-04-17T18:39:25.355901+0000","192.168.123.106:0/871026071":"2026-04-17T18:39:25.355901+0000","192.168.123.106:6800/3424777023":"2026-04-17T18:40:04.988748+0000","192.168.123.106:6800/3285913784":"2026-04-17T18:39:25.355901+0000","192.168.123.106:0/542206803":"2026-04-17T18:40:04.988748+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-04-16T18:40:58.833 INFO:tasks.cephadm.ceph_manager.ceph:[{'pool': 1, 'pool_name': '.mgr', 'create_time': '2026-04-16T18:40:53.254687+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-04-16T18:40:58.833 DEBUG:teuthology.orchestra.run.vm06:> sudo /home/ubuntu/cephtest/cephadm --image harbor.clyso.com/custom-ceph/ceph/ceph:sse-s3-kmip-preview-not-for-production-7 shell --fsid 4f654fb6-39c3-11f1-a5d5-6940ad893399 -- ceph osd pool get .mgr pg_num 2026-04-16T18:40:58.923 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:58 vm06 bash[28176]: cluster 2026-04-16T18:40:57.000311+0000 mgr.vm06.sywxig (mgr.14229) 85 : cluster [DBG] pgmap v36: 1 pgs: 1 unknown; 577 KiB data, 186 MiB used, 140 GiB / 140 GiB avail 2026-04-16T18:40:58.923 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:58 vm06 bash[28176]: cluster 2026-04-16T18:40:57.000311+0000 mgr.vm06.sywxig (mgr.14229) 85 : cluster [DBG] pgmap v36: 1 pgs: 1 unknown; 577 KiB data, 186 MiB used, 140 GiB / 140 GiB avail 2026-04-16T18:40:58.923 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:58 vm06 bash[28176]: cluster 2026-04-16T18:40:57.657009+0000 mon.vm06 (mon.0) 628 : cluster [DBG] osdmap e23: 8 total, 8 up, 8 in 2026-04-16T18:40:58.923 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:58 vm06 bash[28176]: cluster 2026-04-16T18:40:57.657009+0000 mon.vm06 (mon.0) 628 : cluster [DBG] osdmap e23: 8 total, 8 up, 8 in 2026-04-16T18:40:58.923 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:58 vm06 bash[28176]: cluster 2026-04-16T18:40:57.657635+0000 mon.vm06 (mon.0) 629 : cluster [DBG] mgrmap e19: vm06.sywxig(active, since 52s), standbys: vm09.fddlpl 2026-04-16T18:40:58.923 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:58 vm06 bash[28176]: cluster 2026-04-16T18:40:57.657635+0000 mon.vm06 (mon.0) 629 : cluster [DBG] mgrmap e19: vm06.sywxig(active, since 52s), standbys: vm09.fddlpl 2026-04-16T18:40:58.923 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:58 vm06 bash[28176]: audit 2026-04-16T18:40:57.897447+0000 mon.vm06 (mon.0) 630 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:40:58.923 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:58 vm06 bash[28176]: audit 2026-04-16T18:40:57.897447+0000 mon.vm06 (mon.0) 630 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:40:58.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:58 vm06 bash[28176]: audit 2026-04-16T18:40:57.901525+0000 mon.vm06 (mon.0) 631 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:40:58.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:58 vm06 bash[28176]: audit 2026-04-16T18:40:57.901525+0000 mon.vm06 (mon.0) 631 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:40:58.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:58 vm06 bash[28176]: audit 2026-04-16T18:40:58.003155+0000 mon.vm06 (mon.0) 632 : audit [DBG] from='client.? 192.168.123.106:0/3044519073' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2026-04-16T18:40:58.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:58 vm06 bash[28176]: audit 2026-04-16T18:40:58.003155+0000 mon.vm06 (mon.0) 632 : audit [DBG] from='client.? 192.168.123.106:0/3044519073' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2026-04-16T18:40:59.010 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:58 vm09 bash[35508]: cluster 2026-04-16T18:40:57.000311+0000 mgr.vm06.sywxig (mgr.14229) 85 : cluster [DBG] pgmap v36: 1 pgs: 1 unknown; 577 KiB data, 186 MiB used, 140 GiB / 140 GiB avail 2026-04-16T18:40:59.010 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:58 vm09 bash[35508]: cluster 2026-04-16T18:40:57.000311+0000 mgr.vm06.sywxig (mgr.14229) 85 : cluster [DBG] pgmap v36: 1 pgs: 1 unknown; 577 KiB data, 186 MiB used, 140 GiB / 140 GiB avail 2026-04-16T18:40:59.010 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:58 vm09 bash[35508]: cluster 2026-04-16T18:40:57.657009+0000 mon.vm06 (mon.0) 628 : cluster [DBG] osdmap e23: 8 total, 8 up, 8 in 2026-04-16T18:40:59.010 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:58 vm09 bash[35508]: cluster 2026-04-16T18:40:57.657009+0000 mon.vm06 (mon.0) 628 : cluster [DBG] osdmap e23: 8 total, 8 up, 8 in 2026-04-16T18:40:59.010 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:58 vm09 bash[35508]: cluster 2026-04-16T18:40:57.657635+0000 mon.vm06 (mon.0) 629 : cluster [DBG] mgrmap e19: vm06.sywxig(active, since 52s), standbys: vm09.fddlpl 2026-04-16T18:40:59.010 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:58 vm09 bash[35508]: cluster 2026-04-16T18:40:57.657635+0000 mon.vm06 (mon.0) 629 : cluster [DBG] mgrmap e19: vm06.sywxig(active, since 52s), standbys: vm09.fddlpl 2026-04-16T18:40:59.010 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:58 vm09 bash[35508]: audit 2026-04-16T18:40:57.897447+0000 mon.vm06 (mon.0) 630 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:40:59.011 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:58 vm09 bash[35508]: audit 2026-04-16T18:40:57.897447+0000 mon.vm06 (mon.0) 630 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:40:59.011 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:58 vm09 bash[35508]: audit 2026-04-16T18:40:57.901525+0000 mon.vm06 (mon.0) 631 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:40:59.011 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:58 vm09 bash[35508]: audit 2026-04-16T18:40:57.901525+0000 mon.vm06 (mon.0) 631 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:40:59.011 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:58 vm09 bash[35508]: audit 2026-04-16T18:40:58.003155+0000 mon.vm06 (mon.0) 632 : audit [DBG] from='client.? 192.168.123.106:0/3044519073' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2026-04-16T18:40:59.011 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:58 vm09 bash[35508]: audit 2026-04-16T18:40:58.003155+0000 mon.vm06 (mon.0) 632 : audit [DBG] from='client.? 192.168.123.106:0/3044519073' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2026-04-16T18:40:59.108 INFO:teuthology.orchestra.run.vm06.stderr:Inferring config /var/lib/ceph/4f654fb6-39c3-11f1-a5d5-6940ad893399/mon.vm06/config 2026-04-16T18:40:59.462 INFO:teuthology.orchestra.run.vm06.stdout:pg_num: 1 2026-04-16T18:40:59.532 INFO:tasks.cephadm:Setting up client nodes... 2026-04-16T18:40:59.532 DEBUG:teuthology.orchestra.run.vm06:> sudo /home/ubuntu/cephtest/cephadm --image harbor.clyso.com/custom-ceph/ceph/ceph:sse-s3-kmip-preview-not-for-production-7 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4f654fb6-39c3-11f1-a5d5-6940ad893399 -- ceph auth get-or-create client.0 mon 'allow *' osd 'allow *' mds 'allow *' mgr 'allow *' 2026-04-16T18:40:59.785 INFO:teuthology.orchestra.run.vm06.stderr:Inferring config /var/lib/ceph/4f654fb6-39c3-11f1-a5d5-6940ad893399/mon.vm06/config 2026-04-16T18:40:59.829 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:59 vm06 bash[28176]: cluster 2026-04-16T18:40:58.660024+0000 mon.vm06 (mon.0) 633 : cluster [DBG] osdmap e24: 8 total, 8 up, 8 in 2026-04-16T18:40:59.829 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:59 vm06 bash[28176]: cluster 2026-04-16T18:40:58.660024+0000 mon.vm06 (mon.0) 633 : cluster [DBG] osdmap e24: 8 total, 8 up, 8 in 2026-04-16T18:40:59.829 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:59 vm06 bash[28176]: audit 2026-04-16T18:40:58.753913+0000 mon.vm06 (mon.0) 634 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:40:59.829 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:59 vm06 bash[28176]: audit 2026-04-16T18:40:58.753913+0000 mon.vm06 (mon.0) 634 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:40:59.829 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:59 vm06 bash[28176]: audit 2026-04-16T18:40:58.754810+0000 mon.vm06 (mon.0) 635 : audit [DBG] from='client.? 192.168.123.106:0/2086869590' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2026-04-16T18:40:59.829 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:59 vm06 bash[28176]: audit 2026-04-16T18:40:58.754810+0000 mon.vm06 (mon.0) 635 : audit [DBG] from='client.? 192.168.123.106:0/2086869590' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2026-04-16T18:40:59.829 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:59 vm06 bash[28176]: audit 2026-04-16T18:40:58.760296+0000 mon.vm06 (mon.0) 636 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:40:59.829 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:59 vm06 bash[28176]: audit 2026-04-16T18:40:58.760296+0000 mon.vm06 (mon.0) 636 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:40:59.829 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:59 vm06 bash[28176]: audit 2026-04-16T18:40:59.461403+0000 mon.vm06 (mon.0) 637 : audit [DBG] from='client.? 192.168.123.106:0/2942199302' entity='client.admin' cmd={"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"} : dispatch 2026-04-16T18:40:59.829 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:40:59 vm06 bash[28176]: audit 2026-04-16T18:40:59.461403+0000 mon.vm06 (mon.0) 637 : audit [DBG] from='client.? 192.168.123.106:0/2942199302' entity='client.admin' cmd={"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"} : dispatch 2026-04-16T18:41:00.010 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:59 vm09 bash[35508]: cluster 2026-04-16T18:40:58.660024+0000 mon.vm06 (mon.0) 633 : cluster [DBG] osdmap e24: 8 total, 8 up, 8 in 2026-04-16T18:41:00.010 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:59 vm09 bash[35508]: cluster 2026-04-16T18:40:58.660024+0000 mon.vm06 (mon.0) 633 : cluster [DBG] osdmap e24: 8 total, 8 up, 8 in 2026-04-16T18:41:00.010 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:59 vm09 bash[35508]: audit 2026-04-16T18:40:58.753913+0000 mon.vm06 (mon.0) 634 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:41:00.010 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:59 vm09 bash[35508]: audit 2026-04-16T18:40:58.753913+0000 mon.vm06 (mon.0) 634 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:41:00.010 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:59 vm09 bash[35508]: audit 2026-04-16T18:40:58.754810+0000 mon.vm06 (mon.0) 635 : audit [DBG] from='client.? 192.168.123.106:0/2086869590' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2026-04-16T18:41:00.010 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:59 vm09 bash[35508]: audit 2026-04-16T18:40:58.754810+0000 mon.vm06 (mon.0) 635 : audit [DBG] from='client.? 192.168.123.106:0/2086869590' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2026-04-16T18:41:00.010 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:59 vm09 bash[35508]: audit 2026-04-16T18:40:58.760296+0000 mon.vm06 (mon.0) 636 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:41:00.011 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:59 vm09 bash[35508]: audit 2026-04-16T18:40:58.760296+0000 mon.vm06 (mon.0) 636 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:41:00.011 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:59 vm09 bash[35508]: audit 2026-04-16T18:40:59.461403+0000 mon.vm06 (mon.0) 637 : audit [DBG] from='client.? 192.168.123.106:0/2942199302' entity='client.admin' cmd={"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"} : dispatch 2026-04-16T18:41:00.011 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:40:59 vm09 bash[35508]: audit 2026-04-16T18:40:59.461403+0000 mon.vm06 (mon.0) 637 : audit [DBG] from='client.? 192.168.123.106:0/2942199302' entity='client.admin' cmd={"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"} : dispatch 2026-04-16T18:41:00.208 INFO:teuthology.orchestra.run.vm06.stdout:[client.0] 2026-04-16T18:41:00.208 INFO:teuthology.orchestra.run.vm06.stdout: key = AQA8LeFp+4srDBAAVruNMbXKYanQpGZneUc+CQ== 2026-04-16T18:41:00.270 DEBUG:teuthology.orchestra.run.vm06:> set -ex 2026-04-16T18:41:00.270 DEBUG:teuthology.orchestra.run.vm06:> sudo dd of=/etc/ceph/ceph.client.0.keyring 2026-04-16T18:41:00.270 DEBUG:teuthology.orchestra.run.vm06:> sudo chmod 0644 /etc/ceph/ceph.client.0.keyring 2026-04-16T18:41:00.281 DEBUG:teuthology.orchestra.run.vm09:> sudo /home/ubuntu/cephtest/cephadm --image harbor.clyso.com/custom-ceph/ceph/ceph:sse-s3-kmip-preview-not-for-production-7 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4f654fb6-39c3-11f1-a5d5-6940ad893399 -- ceph auth get-or-create client.1 mon 'allow *' osd 'allow *' mds 'allow *' mgr 'allow *' 2026-04-16T18:41:00.536 INFO:teuthology.orchestra.run.vm09.stderr:Inferring config /var/lib/ceph/4f654fb6-39c3-11f1-a5d5-6940ad893399/mon.vm09/config 2026-04-16T18:41:00.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:41:00 vm06 bash[28176]: cluster 2026-04-16T18:40:59.000578+0000 mgr.vm06.sywxig (mgr.14229) 86 : cluster [DBG] pgmap v39: 1 pgs: 1 unknown; 577 KiB data, 215 MiB used, 160 GiB / 160 GiB avail 2026-04-16T18:41:00.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:41:00 vm06 bash[28176]: cluster 2026-04-16T18:40:59.000578+0000 mgr.vm06.sywxig (mgr.14229) 86 : cluster [DBG] pgmap v39: 1 pgs: 1 unknown; 577 KiB data, 215 MiB used, 160 GiB / 160 GiB avail 2026-04-16T18:41:00.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:41:00 vm06 bash[28176]: cephadm 2026-04-16T18:40:59.657750+0000 mgr.vm06.sywxig (mgr.14229) 87 : cephadm [INF] Detected new or changed devices on vm09 2026-04-16T18:41:00.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:41:00 vm06 bash[28176]: cephadm 2026-04-16T18:40:59.657750+0000 mgr.vm06.sywxig (mgr.14229) 87 : cephadm [INF] Detected new or changed devices on vm09 2026-04-16T18:41:00.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:41:00 vm06 bash[28176]: audit 2026-04-16T18:40:59.667797+0000 mon.vm06 (mon.0) 638 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:41:00.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:41:00 vm06 bash[28176]: audit 2026-04-16T18:40:59.667797+0000 mon.vm06 (mon.0) 638 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:41:00.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:41:00 vm06 bash[28176]: cluster 2026-04-16T18:40:59.668089+0000 mon.vm06 (mon.0) 639 : cluster [DBG] osdmap e25: 8 total, 8 up, 8 in 2026-04-16T18:41:00.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:41:00 vm06 bash[28176]: cluster 2026-04-16T18:40:59.668089+0000 mon.vm06 (mon.0) 639 : cluster [DBG] osdmap e25: 8 total, 8 up, 8 in 2026-04-16T18:41:00.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:41:00 vm06 bash[28176]: audit 2026-04-16T18:40:59.672123+0000 mon.vm06 (mon.0) 640 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:41:00.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:41:00 vm06 bash[28176]: audit 2026-04-16T18:40:59.672123+0000 mon.vm06 (mon.0) 640 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:41:00.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:41:00 vm06 bash[28176]: audit 2026-04-16T18:40:59.673002+0000 mon.vm06 (mon.0) 641 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "config rm", "who": "osd/host:vm09", "name": "osd_memory_target"} : dispatch 2026-04-16T18:41:00.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:41:00 vm06 bash[28176]: audit 2026-04-16T18:40:59.673002+0000 mon.vm06 (mon.0) 641 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "config rm", "who": "osd/host:vm09", "name": "osd_memory_target"} : dispatch 2026-04-16T18:41:00.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:41:00 vm06 bash[28176]: audit 2026-04-16T18:41:00.204046+0000 mon.vm06 (mon.0) 642 : audit [INF] from='client.? 192.168.123.106:0/581161038' entity='client.admin' cmd={"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]} : dispatch 2026-04-16T18:41:00.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:41:00 vm06 bash[28176]: audit 2026-04-16T18:41:00.204046+0000 mon.vm06 (mon.0) 642 : audit [INF] from='client.? 192.168.123.106:0/581161038' entity='client.admin' cmd={"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]} : dispatch 2026-04-16T18:41:00.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:41:00 vm06 bash[28176]: audit 2026-04-16T18:41:00.207003+0000 mon.vm06 (mon.0) 643 : audit [INF] from='client.? 192.168.123.106:0/581161038' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2026-04-16T18:41:00.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:41:00 vm06 bash[28176]: audit 2026-04-16T18:41:00.207003+0000 mon.vm06 (mon.0) 643 : audit [INF] from='client.? 192.168.123.106:0/581161038' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2026-04-16T18:41:00.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:41:00 vm06 bash[28176]: audit 2026-04-16T18:41:00.504001+0000 mon.vm06 (mon.0) 644 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:41:00.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:41:00 vm06 bash[28176]: audit 2026-04-16T18:41:00.504001+0000 mon.vm06 (mon.0) 644 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:41:00.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:41:00 vm06 bash[28176]: audit 2026-04-16T18:41:00.508664+0000 mon.vm06 (mon.0) 645 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:41:00.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:41:00 vm06 bash[28176]: audit 2026-04-16T18:41:00.508664+0000 mon.vm06 (mon.0) 645 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:41:00.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:41:00 vm06 bash[28176]: audit 2026-04-16T18:41:00.509512+0000 mon.vm06 (mon.0) 646 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "config rm", "who": "osd/host:vm06", "name": "osd_memory_target"} : dispatch 2026-04-16T18:41:00.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:41:00 vm06 bash[28176]: audit 2026-04-16T18:41:00.509512+0000 mon.vm06 (mon.0) 646 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "config rm", "who": "osd/host:vm06", "name": "osd_memory_target"} : dispatch 2026-04-16T18:41:00.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:41:00 vm06 bash[28176]: audit 2026-04-16T18:41:00.509982+0000 mon.vm06 (mon.0) 647 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-04-16T18:41:00.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:41:00 vm06 bash[28176]: audit 2026-04-16T18:41:00.509982+0000 mon.vm06 (mon.0) 647 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-04-16T18:41:00.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:41:00 vm06 bash[28176]: audit 2026-04-16T18:41:00.510313+0000 mon.vm06 (mon.0) 648 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-04-16T18:41:00.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:41:00 vm06 bash[28176]: audit 2026-04-16T18:41:00.510313+0000 mon.vm06 (mon.0) 648 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-04-16T18:41:00.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:41:00 vm06 bash[28176]: audit 2026-04-16T18:41:00.513940+0000 mon.vm06 (mon.0) 649 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:41:00.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:41:00 vm06 bash[28176]: audit 2026-04-16T18:41:00.513940+0000 mon.vm06 (mon.0) 649 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:41:00.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:41:00 vm06 bash[28176]: audit 2026-04-16T18:41:00.515258+0000 mon.vm06 (mon.0) 650 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-04-16T18:41:00.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:41:00 vm06 bash[28176]: audit 2026-04-16T18:41:00.515258+0000 mon.vm06 (mon.0) 650 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-04-16T18:41:00.930 INFO:teuthology.orchestra.run.vm09.stdout:[client.1] 2026-04-16T18:41:00.930 INFO:teuthology.orchestra.run.vm09.stdout: key = AQA8LeFpg7QjNxAA7RhCXht7Np2IDHbwj8XrdQ== 2026-04-16T18:41:00.941 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:41:00 vm09 bash[35508]: cluster 2026-04-16T18:40:59.000578+0000 mgr.vm06.sywxig (mgr.14229) 86 : cluster [DBG] pgmap v39: 1 pgs: 1 unknown; 577 KiB data, 215 MiB used, 160 GiB / 160 GiB avail 2026-04-16T18:41:00.941 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:41:00 vm09 bash[35508]: cluster 2026-04-16T18:40:59.000578+0000 mgr.vm06.sywxig (mgr.14229) 86 : cluster [DBG] pgmap v39: 1 pgs: 1 unknown; 577 KiB data, 215 MiB used, 160 GiB / 160 GiB avail 2026-04-16T18:41:00.941 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:41:00 vm09 bash[35508]: cephadm 2026-04-16T18:40:59.657750+0000 mgr.vm06.sywxig (mgr.14229) 87 : cephadm [INF] Detected new or changed devices on vm09 2026-04-16T18:41:00.941 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:41:00 vm09 bash[35508]: cephadm 2026-04-16T18:40:59.657750+0000 mgr.vm06.sywxig (mgr.14229) 87 : cephadm [INF] Detected new or changed devices on vm09 2026-04-16T18:41:00.941 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:41:00 vm09 bash[35508]: audit 2026-04-16T18:40:59.667797+0000 mon.vm06 (mon.0) 638 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:41:00.941 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:41:00 vm09 bash[35508]: audit 2026-04-16T18:40:59.667797+0000 mon.vm06 (mon.0) 638 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:41:00.941 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:41:00 vm09 bash[35508]: cluster 2026-04-16T18:40:59.668089+0000 mon.vm06 (mon.0) 639 : cluster [DBG] osdmap e25: 8 total, 8 up, 8 in 2026-04-16T18:41:00.941 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:41:00 vm09 bash[35508]: cluster 2026-04-16T18:40:59.668089+0000 mon.vm06 (mon.0) 639 : cluster [DBG] osdmap e25: 8 total, 8 up, 8 in 2026-04-16T18:41:00.941 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:41:00 vm09 bash[35508]: audit 2026-04-16T18:40:59.672123+0000 mon.vm06 (mon.0) 640 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:41:00.941 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:41:00 vm09 bash[35508]: audit 2026-04-16T18:40:59.672123+0000 mon.vm06 (mon.0) 640 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:41:00.941 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:41:00 vm09 bash[35508]: audit 2026-04-16T18:40:59.673002+0000 mon.vm06 (mon.0) 641 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "config rm", "who": "osd/host:vm09", "name": "osd_memory_target"} : dispatch 2026-04-16T18:41:00.941 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:41:00 vm09 bash[35508]: audit 2026-04-16T18:40:59.673002+0000 mon.vm06 (mon.0) 641 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "config rm", "who": "osd/host:vm09", "name": "osd_memory_target"} : dispatch 2026-04-16T18:41:00.941 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:41:00 vm09 bash[35508]: audit 2026-04-16T18:41:00.204046+0000 mon.vm06 (mon.0) 642 : audit [INF] from='client.? 192.168.123.106:0/581161038' entity='client.admin' cmd={"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]} : dispatch 2026-04-16T18:41:00.941 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:41:00 vm09 bash[35508]: audit 2026-04-16T18:41:00.204046+0000 mon.vm06 (mon.0) 642 : audit [INF] from='client.? 192.168.123.106:0/581161038' entity='client.admin' cmd={"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]} : dispatch 2026-04-16T18:41:00.941 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:41:00 vm09 bash[35508]: audit 2026-04-16T18:41:00.207003+0000 mon.vm06 (mon.0) 643 : audit [INF] from='client.? 192.168.123.106:0/581161038' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2026-04-16T18:41:00.941 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:41:00 vm09 bash[35508]: audit 2026-04-16T18:41:00.207003+0000 mon.vm06 (mon.0) 643 : audit [INF] from='client.? 192.168.123.106:0/581161038' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2026-04-16T18:41:00.941 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:41:00 vm09 bash[35508]: audit 2026-04-16T18:41:00.504001+0000 mon.vm06 (mon.0) 644 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:41:00.941 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:41:00 vm09 bash[35508]: audit 2026-04-16T18:41:00.504001+0000 mon.vm06 (mon.0) 644 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:41:00.941 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:41:00 vm09 bash[35508]: audit 2026-04-16T18:41:00.508664+0000 mon.vm06 (mon.0) 645 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:41:00.941 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:41:00 vm09 bash[35508]: audit 2026-04-16T18:41:00.508664+0000 mon.vm06 (mon.0) 645 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:41:00.941 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:41:00 vm09 bash[35508]: audit 2026-04-16T18:41:00.509512+0000 mon.vm06 (mon.0) 646 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "config rm", "who": "osd/host:vm06", "name": "osd_memory_target"} : dispatch 2026-04-16T18:41:00.942 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:41:00 vm09 bash[35508]: audit 2026-04-16T18:41:00.509512+0000 mon.vm06 (mon.0) 646 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "config rm", "who": "osd/host:vm06", "name": "osd_memory_target"} : dispatch 2026-04-16T18:41:00.942 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:41:00 vm09 bash[35508]: audit 2026-04-16T18:41:00.509982+0000 mon.vm06 (mon.0) 647 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-04-16T18:41:00.942 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:41:00 vm09 bash[35508]: audit 2026-04-16T18:41:00.509982+0000 mon.vm06 (mon.0) 647 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-04-16T18:41:00.942 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:41:00 vm09 bash[35508]: audit 2026-04-16T18:41:00.510313+0000 mon.vm06 (mon.0) 648 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-04-16T18:41:00.942 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:41:00 vm09 bash[35508]: audit 2026-04-16T18:41:00.510313+0000 mon.vm06 (mon.0) 648 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-04-16T18:41:00.942 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:41:00 vm09 bash[35508]: audit 2026-04-16T18:41:00.513940+0000 mon.vm06 (mon.0) 649 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:41:00.942 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:41:00 vm09 bash[35508]: audit 2026-04-16T18:41:00.513940+0000 mon.vm06 (mon.0) 649 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:41:00.942 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:41:00 vm09 bash[35508]: audit 2026-04-16T18:41:00.515258+0000 mon.vm06 (mon.0) 650 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-04-16T18:41:00.942 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:41:00 vm09 bash[35508]: audit 2026-04-16T18:41:00.515258+0000 mon.vm06 (mon.0) 650 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-04-16T18:41:00.988 DEBUG:teuthology.orchestra.run.vm09:> set -ex 2026-04-16T18:41:00.988 DEBUG:teuthology.orchestra.run.vm09:> sudo dd of=/etc/ceph/ceph.client.1.keyring 2026-04-16T18:41:00.988 DEBUG:teuthology.orchestra.run.vm09:> sudo chmod 0644 /etc/ceph/ceph.client.1.keyring 2026-04-16T18:41:00.999 DEBUG:teuthology.orchestra.run.vm06:> sudo /home/ubuntu/cephtest/cephadm --image harbor.clyso.com/custom-ceph/ceph/ceph:sse-s3-kmip-preview-not-for-production-7 shell --fsid 4f654fb6-39c3-11f1-a5d5-6940ad893399 -- ceph config log 1 --format=json 2026-04-16T18:41:01.235 INFO:teuthology.orchestra.run.vm06.stderr:Inferring config /var/lib/ceph/4f654fb6-39c3-11f1-a5d5-6940ad893399/mon.vm06/config 2026-04-16T18:41:01.567 INFO:teuthology.orchestra.run.vm06.stdout: 2026-04-16T18:41:01.624 INFO:teuthology.orchestra.run.vm06.stdout:[{"version":15,"timestamp":"2026-04-16T18:40:50.706402+0000","name":"","changes":[{"name":"osd.0/osd_mclock_max_capacity_iops_ssd","new_value":"20480.655731"}]}] 2026-04-16T18:41:01.624 INFO:tasks.ceph_manager:config epoch is 15 2026-04-16T18:41:01.624 INFO:tasks.ceph:Waiting until ceph daemons up and pgs clean... 2026-04-16T18:41:01.624 INFO:tasks.cephadm.ceph_manager.ceph:waiting for mgr available 2026-04-16T18:41:01.624 DEBUG:teuthology.orchestra.run.vm06:> sudo /home/ubuntu/cephtest/cephadm --image harbor.clyso.com/custom-ceph/ceph/ceph:sse-s3-kmip-preview-not-for-production-7 shell --fsid 4f654fb6-39c3-11f1-a5d5-6940ad893399 -- ceph mgr dump --format=json 2026-04-16T18:41:01.859 INFO:teuthology.orchestra.run.vm06.stderr:Inferring config /var/lib/ceph/4f654fb6-39c3-11f1-a5d5-6940ad893399/mon.vm06/config 2026-04-16T18:41:01.891 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:41:01 vm06 bash[28176]: cephadm 2026-04-16T18:41:00.498312+0000 mgr.vm06.sywxig (mgr.14229) 88 : cephadm [INF] Detected new or changed devices on vm06 2026-04-16T18:41:01.891 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:41:01 vm06 bash[28176]: cephadm 2026-04-16T18:41:00.498312+0000 mgr.vm06.sywxig (mgr.14229) 88 : cephadm [INF] Detected new or changed devices on vm06 2026-04-16T18:41:01.891 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:41:01 vm06 bash[28176]: cluster 2026-04-16T18:41:00.681771+0000 mon.vm06 (mon.0) 651 : cluster [DBG] osdmap e26: 8 total, 8 up, 8 in 2026-04-16T18:41:01.891 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:41:01 vm06 bash[28176]: cluster 2026-04-16T18:41:00.681771+0000 mon.vm06 (mon.0) 651 : cluster [DBG] osdmap e26: 8 total, 8 up, 8 in 2026-04-16T18:41:01.891 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:41:01 vm06 bash[28176]: audit 2026-04-16T18:41:00.924762+0000 mon.vm09 (mon.1) 25 : audit [INF] from='client.? 192.168.123.109:0/2043804341' entity='client.admin' cmd={"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]} : dispatch 2026-04-16T18:41:01.891 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:41:01 vm06 bash[28176]: audit 2026-04-16T18:41:00.924762+0000 mon.vm09 (mon.1) 25 : audit [INF] from='client.? 192.168.123.109:0/2043804341' entity='client.admin' cmd={"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]} : dispatch 2026-04-16T18:41:01.891 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:41:01 vm06 bash[28176]: audit 2026-04-16T18:41:00.924975+0000 mon.vm06 (mon.0) 652 : audit [INF] 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-04-16T18:41:01.891 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:41:01 vm06 bash[28176]: audit 2026-04-16T18:41:00.924975+0000 mon.vm06 (mon.0) 652 : audit [INF] 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-04-16T18:41:01.891 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:41:01 vm06 bash[28176]: audit 2026-04-16T18:41:00.927502+0000 mon.vm06 (mon.0) 653 : audit [INF] 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-04-16T18:41:01.891 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:41:01 vm06 bash[28176]: audit 2026-04-16T18:41:00.927502+0000 mon.vm06 (mon.0) 653 : audit [INF] 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-04-16T18:41:01.891 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:41:01 vm06 bash[28176]: audit 2026-04-16T18:41:01.567512+0000 mon.vm06 (mon.0) 654 : audit [DBG] from='client.? 192.168.123.106:0/693492814' entity='client.admin' cmd={"prefix": "config log", "num": 1, "format": "json"} : dispatch 2026-04-16T18:41:01.891 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:41:01 vm06 bash[28176]: audit 2026-04-16T18:41:01.567512+0000 mon.vm06 (mon.0) 654 : audit [DBG] from='client.? 192.168.123.106:0/693492814' entity='client.admin' cmd={"prefix": "config log", "num": 1, "format": "json"} : dispatch 2026-04-16T18:41:02.010 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:41:01 vm09 bash[35508]: cephadm 2026-04-16T18:41:00.498312+0000 mgr.vm06.sywxig (mgr.14229) 88 : cephadm [INF] Detected new or changed devices on vm06 2026-04-16T18:41:02.010 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:41:01 vm09 bash[35508]: cephadm 2026-04-16T18:41:00.498312+0000 mgr.vm06.sywxig (mgr.14229) 88 : cephadm [INF] Detected new or changed devices on vm06 2026-04-16T18:41:02.010 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:41:01 vm09 bash[35508]: cluster 2026-04-16T18:41:00.681771+0000 mon.vm06 (mon.0) 651 : cluster [DBG] osdmap e26: 8 total, 8 up, 8 in 2026-04-16T18:41:02.010 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:41:01 vm09 bash[35508]: cluster 2026-04-16T18:41:00.681771+0000 mon.vm06 (mon.0) 651 : cluster [DBG] osdmap e26: 8 total, 8 up, 8 in 2026-04-16T18:41:02.010 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:41:01 vm09 bash[35508]: audit 2026-04-16T18:41:00.924762+0000 mon.vm09 (mon.1) 25 : audit [INF] from='client.? 192.168.123.109:0/2043804341' entity='client.admin' cmd={"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]} : dispatch 2026-04-16T18:41:02.010 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:41:01 vm09 bash[35508]: audit 2026-04-16T18:41:00.924762+0000 mon.vm09 (mon.1) 25 : audit [INF] from='client.? 192.168.123.109:0/2043804341' entity='client.admin' cmd={"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]} : dispatch 2026-04-16T18:41:02.010 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:41:01 vm09 bash[35508]: audit 2026-04-16T18:41:00.924975+0000 mon.vm06 (mon.0) 652 : audit [INF] 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-04-16T18:41:02.011 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:41:01 vm09 bash[35508]: audit 2026-04-16T18:41:00.924975+0000 mon.vm06 (mon.0) 652 : audit [INF] 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-04-16T18:41:02.011 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:41:01 vm09 bash[35508]: audit 2026-04-16T18:41:00.927502+0000 mon.vm06 (mon.0) 653 : audit [INF] 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-04-16T18:41:02.011 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:41:01 vm09 bash[35508]: audit 2026-04-16T18:41:00.927502+0000 mon.vm06 (mon.0) 653 : audit [INF] 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-04-16T18:41:02.011 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:41:01 vm09 bash[35508]: audit 2026-04-16T18:41:01.567512+0000 mon.vm06 (mon.0) 654 : audit [DBG] from='client.? 192.168.123.106:0/693492814' entity='client.admin' cmd={"prefix": "config log", "num": 1, "format": "json"} : dispatch 2026-04-16T18:41:02.011 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:41:01 vm09 bash[35508]: audit 2026-04-16T18:41:01.567512+0000 mon.vm06 (mon.0) 654 : audit [DBG] from='client.? 192.168.123.106:0/693492814' entity='client.admin' cmd={"prefix": "config log", "num": 1, "format": "json"} : dispatch 2026-04-16T18:41:02.219 INFO:teuthology.orchestra.run.vm06.stdout: 2026-04-16T18:41:02.277 INFO:teuthology.orchestra.run.vm06.stdout:{"epoch":19,"flags":0,"active_gid":14229,"active_name":"vm06.sywxig","active_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.106:6800","nonce":60564678},{"type":"v1","addr":"192.168.123.106:6801","nonce":60564678}]},"active_addr":"192.168.123.106:6801/60564678","active_change":"2026-04-16T18:40:04.989054+0000","active_mgr_features":4541880224203014143,"available":true,"standbys":[{"gid":14260,"name":"vm09.fddlpl","mgr_features":4541880224203014143,"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.2.0","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":[]},"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":[]},"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":"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.2.0","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":[]},"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":[]},"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":"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://192.168.123.106:8443/","prometheus":"http://192.168.123.106: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":"192.168.123.106:0","nonce":1293636679}]},{"name":"libcephsqlite","addrvec":[{"type":"v2","addr":"192.168.123.106:0","nonce":1342094547}]},{"name":"rbd_support","addrvec":[{"type":"v2","addr":"192.168.123.106:0","nonce":1259459390}]},{"name":"volumes","addrvec":[{"type":"v2","addr":"192.168.123.106:0","nonce":1807679287}]}]} 2026-04-16T18:41:02.279 INFO:tasks.cephadm.ceph_manager.ceph:mgr available! 2026-04-16T18:41:02.279 INFO:tasks.cephadm.ceph_manager.ceph:waiting for all up 2026-04-16T18:41:02.279 DEBUG:teuthology.orchestra.run.vm06:> sudo /home/ubuntu/cephtest/cephadm --image harbor.clyso.com/custom-ceph/ceph/ceph:sse-s3-kmip-preview-not-for-production-7 shell --fsid 4f654fb6-39c3-11f1-a5d5-6940ad893399 -- ceph osd dump --format=json 2026-04-16T18:41:02.511 INFO:teuthology.orchestra.run.vm06.stderr:Inferring config /var/lib/ceph/4f654fb6-39c3-11f1-a5d5-6940ad893399/mon.vm06/config 2026-04-16T18:41:02.840 INFO:teuthology.orchestra.run.vm06.stdout: 2026-04-16T18:41:02.840 INFO:teuthology.orchestra.run.vm06.stdout:{"epoch":26,"fsid":"4f654fb6-39c3-11f1-a5d5-6940ad893399","created":"2026-04-16T18:38:34.589290+0000","modified":"2026-04-16T18:41:00.671228+0000","last_up_change":"2026-04-16T18:40:56.630055+0000","last_in_change":"2026-04-16T18:40:40.859810+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":10,"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-04-16T18:40:53.254687+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":"ba1a986f-753c-41cc-b358-f3527ec7dc40","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":17,"up_thru":24,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.106:6802","nonce":2571971918},{"type":"v1","addr":"192.168.123.106:6803","nonce":2571971918}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.106:6804","nonce":2571971918},{"type":"v1","addr":"192.168.123.106:6805","nonce":2571971918}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.106:6808","nonce":2571971918},{"type":"v1","addr":"192.168.123.106:6809","nonce":2571971918}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.106:6806","nonce":2571971918},{"type":"v1","addr":"192.168.123.106:6807","nonce":2571971918}]},"public_addr":"192.168.123.106:6803/2571971918","cluster_addr":"192.168.123.106:6805/2571971918","heartbeat_back_addr":"192.168.123.106:6809/2571971918","heartbeat_front_addr":"192.168.123.106:6807/2571971918","state":["exists","up"]},{"osd":1,"uuid":"7e152960-0076-4031-a8f1-484d6023cfa5","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":17,"up_thru":19,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.109:6800","nonce":3662546052},{"type":"v1","addr":"192.168.123.109:6801","nonce":3662546052}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.109:6802","nonce":3662546052},{"type":"v1","addr":"192.168.123.109:6803","nonce":3662546052}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.109:6806","nonce":3662546052},{"type":"v1","addr":"192.168.123.109:6807","nonce":3662546052}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.109:6804","nonce":3662546052},{"type":"v1","addr":"192.168.123.109:6805","nonce":3662546052}]},"public_addr":"192.168.123.109:6801/3662546052","cluster_addr":"192.168.123.109:6803/3662546052","heartbeat_back_addr":"192.168.123.109:6807/3662546052","heartbeat_front_addr":"192.168.123.109:6805/3662546052","state":["exists","up"]},{"osd":2,"uuid":"cbd18961-0271-473d-bc72-ce01a43b7e8c","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":17,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.106:6810","nonce":1777024055},{"type":"v1","addr":"192.168.123.106:6811","nonce":1777024055}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.106:6812","nonce":1777024055},{"type":"v1","addr":"192.168.123.106:6813","nonce":1777024055}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.106:6816","nonce":1777024055},{"type":"v1","addr":"192.168.123.106:6817","nonce":1777024055}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.106:6814","nonce":1777024055},{"type":"v1","addr":"192.168.123.106:6815","nonce":1777024055}]},"public_addr":"192.168.123.106:6811/1777024055","cluster_addr":"192.168.123.106:6813/1777024055","heartbeat_back_addr":"192.168.123.106:6817/1777024055","heartbeat_front_addr":"192.168.123.106:6815/1777024055","state":["exists","up"]},{"osd":3,"uuid":"28971eb9-d017-487c-8a3e-d7fa69c79787","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":"192.168.123.109:6808","nonce":2731388529},{"type":"v1","addr":"192.168.123.109:6809","nonce":2731388529}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.109:6810","nonce":2731388529},{"type":"v1","addr":"192.168.123.109:6811","nonce":2731388529}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.109:6814","nonce":2731388529},{"type":"v1","addr":"192.168.123.109:6815","nonce":2731388529}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.109:6812","nonce":2731388529},{"type":"v1","addr":"192.168.123.109:6813","nonce":2731388529}]},"public_addr":"192.168.123.109:6809/2731388529","cluster_addr":"192.168.123.109:6811/2731388529","heartbeat_back_addr":"192.168.123.109:6815/2731388529","heartbeat_front_addr":"192.168.123.109:6813/2731388529","state":["exists","up"]},{"osd":4,"uuid":"4f92db99-32e2-4a57-8f50-d5fda3fe78d0","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":20,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.106:6818","nonce":3773603704},{"type":"v1","addr":"192.168.123.106:6819","nonce":3773603704}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.106:6820","nonce":3773603704},{"type":"v1","addr":"192.168.123.106:6821","nonce":3773603704}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.106:6824","nonce":3773603704},{"type":"v1","addr":"192.168.123.106:6825","nonce":3773603704}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.106:6822","nonce":3773603704},{"type":"v1","addr":"192.168.123.106:6823","nonce":3773603704}]},"public_addr":"192.168.123.106:6819/3773603704","cluster_addr":"192.168.123.106:6821/3773603704","heartbeat_back_addr":"192.168.123.106:6825/3773603704","heartbeat_front_addr":"192.168.123.106:6823/3773603704","state":["exists","up"]},{"osd":5,"uuid":"539de27e-54d7-4478-b6ac-cbcc5b37ddec","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":20,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.109:6816","nonce":2809201601},{"type":"v1","addr":"192.168.123.109:6817","nonce":2809201601}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.109:6818","nonce":2809201601},{"type":"v1","addr":"192.168.123.109:6819","nonce":2809201601}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.109:6822","nonce":2809201601},{"type":"v1","addr":"192.168.123.109:6823","nonce":2809201601}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.109:6820","nonce":2809201601},{"type":"v1","addr":"192.168.123.109:6821","nonce":2809201601}]},"public_addr":"192.168.123.109:6817/2809201601","cluster_addr":"192.168.123.109:6819/2809201601","heartbeat_back_addr":"192.168.123.109:6823/2809201601","heartbeat_front_addr":"192.168.123.109:6821/2809201601","state":["exists","up"]},{"osd":6,"uuid":"7a91e70e-9479-4fde-9e7f-6e89602fa0f6","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":"192.168.123.106:6826","nonce":2714832668},{"type":"v1","addr":"192.168.123.106:6827","nonce":2714832668}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.106:6828","nonce":2714832668},{"type":"v1","addr":"192.168.123.106:6829","nonce":2714832668}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.106:6832","nonce":2714832668},{"type":"v1","addr":"192.168.123.106:6833","nonce":2714832668}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.106:6830","nonce":2714832668},{"type":"v1","addr":"192.168.123.106:6831","nonce":2714832668}]},"public_addr":"192.168.123.106:6827/2714832668","cluster_addr":"192.168.123.106:6829/2714832668","heartbeat_back_addr":"192.168.123.106:6833/2714832668","heartbeat_front_addr":"192.168.123.106:6831/2714832668","state":["exists","up"]},{"osd":7,"uuid":"6607cd0f-ea80-45cf-ac74-3dc512fb961f","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":22,"up_thru":25,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.109:6824","nonce":1867001587},{"type":"v1","addr":"192.168.123.109:6825","nonce":1867001587}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.109:6826","nonce":1867001587},{"type":"v1","addr":"192.168.123.109:6827","nonce":1867001587}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.109:6830","nonce":1867001587},{"type":"v1","addr":"192.168.123.109:6831","nonce":1867001587}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.109:6828","nonce":1867001587},{"type":"v1","addr":"192.168.123.109:6829","nonce":1867001587}]},"public_addr":"192.168.123.109:6825/1867001587","cluster_addr":"192.168.123.109:6827/1867001587","heartbeat_back_addr":"192.168.123.109:6831/1867001587","heartbeat_front_addr":"192.168.123.109:6829/1867001587","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4541880224203014143,"old_weight":0,"last_purged_snaps_scrub":"2026-04-16T18:40:48.779403+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4541880224203014143,"old_weight":0,"last_purged_snaps_scrub":"2026-04-16T18:40:49.373191+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4541880224203014143,"old_weight":0,"last_purged_snaps_scrub":"2026-04-16T18:40:50.252098+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4541880224203014143,"old_weight":0,"last_purged_snaps_scrub":"2026-04-16T18:40:51.205912+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4541880224203014143,"old_weight":0,"last_purged_snaps_scrub":"2026-04-16T18:40:52.941556+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4541880224203014143,"old_weight":0,"last_purged_snaps_scrub":"2026-04-16T18:40:52.848097+0000","dead_epoch":0},{"osd":6,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4541880224203014143,"old_weight":0,"last_purged_snaps_scrub":"2026-04-16T18:40:54.479647+0000","dead_epoch":0},{"osd":7,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4541880224203014143,"old_weight":0,"last_purged_snaps_scrub":"2026-04-16T18:40:54.710410+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"192.168.123.106:0/1874857399":"2026-04-17T18:40:04.988748+0000","192.168.123.106:0/2613151127":"2026-04-17T18:40:04.988748+0000","192.168.123.106:0/3573950286":"2026-04-17T18:39:01.074684+0000","192.168.123.106:6801/903681800":"2026-04-17T18:39:01.074684+0000","192.168.123.106:6800/903681800":"2026-04-17T18:39:01.074684+0000","192.168.123.106:0/2880925081":"2026-04-17T18:39:25.355901+0000","192.168.123.106:0/3839721590":"2026-04-17T18:39:01.074684+0000","192.168.123.106:6801/3424777023":"2026-04-17T18:40:04.988748+0000","192.168.123.106:0/3354531530":"2026-04-17T18:39:01.074684+0000","192.168.123.106:6801/3285913784":"2026-04-17T18:39:25.355901+0000","192.168.123.106:0/909390208":"2026-04-17T18:39:25.355901+0000","192.168.123.106:0/871026071":"2026-04-17T18:39:25.355901+0000","192.168.123.106:6800/3424777023":"2026-04-17T18:40:04.988748+0000","192.168.123.106:6800/3285913784":"2026-04-17T18:39:25.355901+0000","192.168.123.106:0/542206803":"2026-04-17T18:40:04.988748+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-04-16T18:41:02.851 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:41:02 vm06 bash[28176]: cluster 2026-04-16T18:41:01.000797+0000 mgr.vm06.sywxig (mgr.14229) 89 : cluster [DBG] pgmap v42: 1 pgs: 1 unknown; 577 KiB data, 215 MiB used, 160 GiB / 160 GiB avail 2026-04-16T18:41:02.851 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:41:02 vm06 bash[28176]: cluster 2026-04-16T18:41:01.000797+0000 mgr.vm06.sywxig (mgr.14229) 89 : cluster [DBG] pgmap v42: 1 pgs: 1 unknown; 577 KiB data, 215 MiB used, 160 GiB / 160 GiB avail 2026-04-16T18:41:02.851 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:41:02 vm06 bash[28176]: audit 2026-04-16T18:41:02.217234+0000 mon.vm06 (mon.0) 655 : audit [DBG] from='client.? 192.168.123.106:0/3700292353' entity='client.admin' cmd={"prefix": "mgr dump", "format": "json"} : dispatch 2026-04-16T18:41:02.851 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:41:02 vm06 bash[28176]: audit 2026-04-16T18:41:02.217234+0000 mon.vm06 (mon.0) 655 : audit [DBG] from='client.? 192.168.123.106:0/3700292353' entity='client.admin' cmd={"prefix": "mgr dump", "format": "json"} : dispatch 2026-04-16T18:41:02.930 INFO:tasks.cephadm.ceph_manager.ceph:all up! 2026-04-16T18:41:02.930 DEBUG:teuthology.orchestra.run.vm06:> sudo /home/ubuntu/cephtest/cephadm --image harbor.clyso.com/custom-ceph/ceph/ceph:sse-s3-kmip-preview-not-for-production-7 shell --fsid 4f654fb6-39c3-11f1-a5d5-6940ad893399 -- ceph osd dump --format=json 2026-04-16T18:41:03.010 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:41:02 vm09 bash[35508]: cluster 2026-04-16T18:41:01.000797+0000 mgr.vm06.sywxig (mgr.14229) 89 : cluster [DBG] pgmap v42: 1 pgs: 1 unknown; 577 KiB data, 215 MiB used, 160 GiB / 160 GiB avail 2026-04-16T18:41:03.010 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:41:02 vm09 bash[35508]: cluster 2026-04-16T18:41:01.000797+0000 mgr.vm06.sywxig (mgr.14229) 89 : cluster [DBG] pgmap v42: 1 pgs: 1 unknown; 577 KiB data, 215 MiB used, 160 GiB / 160 GiB avail 2026-04-16T18:41:03.010 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:41:02 vm09 bash[35508]: audit 2026-04-16T18:41:02.217234+0000 mon.vm06 (mon.0) 655 : audit [DBG] from='client.? 192.168.123.106:0/3700292353' entity='client.admin' cmd={"prefix": "mgr dump", "format": "json"} : dispatch 2026-04-16T18:41:03.010 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:41:02 vm09 bash[35508]: audit 2026-04-16T18:41:02.217234+0000 mon.vm06 (mon.0) 655 : audit [DBG] from='client.? 192.168.123.106:0/3700292353' entity='client.admin' cmd={"prefix": "mgr dump", "format": "json"} : dispatch 2026-04-16T18:41:03.180 INFO:teuthology.orchestra.run.vm06.stderr:Inferring config /var/lib/ceph/4f654fb6-39c3-11f1-a5d5-6940ad893399/mon.vm06/config 2026-04-16T18:41:03.528 INFO:teuthology.orchestra.run.vm06.stdout: 2026-04-16T18:41:03.528 INFO:teuthology.orchestra.run.vm06.stdout:{"epoch":26,"fsid":"4f654fb6-39c3-11f1-a5d5-6940ad893399","created":"2026-04-16T18:38:34.589290+0000","modified":"2026-04-16T18:41:00.671228+0000","last_up_change":"2026-04-16T18:40:56.630055+0000","last_in_change":"2026-04-16T18:40:40.859810+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":10,"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-04-16T18:40:53.254687+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":"ba1a986f-753c-41cc-b358-f3527ec7dc40","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":17,"up_thru":24,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.106:6802","nonce":2571971918},{"type":"v1","addr":"192.168.123.106:6803","nonce":2571971918}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.106:6804","nonce":2571971918},{"type":"v1","addr":"192.168.123.106:6805","nonce":2571971918}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.106:6808","nonce":2571971918},{"type":"v1","addr":"192.168.123.106:6809","nonce":2571971918}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.106:6806","nonce":2571971918},{"type":"v1","addr":"192.168.123.106:6807","nonce":2571971918}]},"public_addr":"192.168.123.106:6803/2571971918","cluster_addr":"192.168.123.106:6805/2571971918","heartbeat_back_addr":"192.168.123.106:6809/2571971918","heartbeat_front_addr":"192.168.123.106:6807/2571971918","state":["exists","up"]},{"osd":1,"uuid":"7e152960-0076-4031-a8f1-484d6023cfa5","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":17,"up_thru":19,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.109:6800","nonce":3662546052},{"type":"v1","addr":"192.168.123.109:6801","nonce":3662546052}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.109:6802","nonce":3662546052},{"type":"v1","addr":"192.168.123.109:6803","nonce":3662546052}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.109:6806","nonce":3662546052},{"type":"v1","addr":"192.168.123.109:6807","nonce":3662546052}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.109:6804","nonce":3662546052},{"type":"v1","addr":"192.168.123.109:6805","nonce":3662546052}]},"public_addr":"192.168.123.109:6801/3662546052","cluster_addr":"192.168.123.109:6803/3662546052","heartbeat_back_addr":"192.168.123.109:6807/3662546052","heartbeat_front_addr":"192.168.123.109:6805/3662546052","state":["exists","up"]},{"osd":2,"uuid":"cbd18961-0271-473d-bc72-ce01a43b7e8c","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":17,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.106:6810","nonce":1777024055},{"type":"v1","addr":"192.168.123.106:6811","nonce":1777024055}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.106:6812","nonce":1777024055},{"type":"v1","addr":"192.168.123.106:6813","nonce":1777024055}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.106:6816","nonce":1777024055},{"type":"v1","addr":"192.168.123.106:6817","nonce":1777024055}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.106:6814","nonce":1777024055},{"type":"v1","addr":"192.168.123.106:6815","nonce":1777024055}]},"public_addr":"192.168.123.106:6811/1777024055","cluster_addr":"192.168.123.106:6813/1777024055","heartbeat_back_addr":"192.168.123.106:6817/1777024055","heartbeat_front_addr":"192.168.123.106:6815/1777024055","state":["exists","up"]},{"osd":3,"uuid":"28971eb9-d017-487c-8a3e-d7fa69c79787","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":"192.168.123.109:6808","nonce":2731388529},{"type":"v1","addr":"192.168.123.109:6809","nonce":2731388529}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.109:6810","nonce":2731388529},{"type":"v1","addr":"192.168.123.109:6811","nonce":2731388529}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.109:6814","nonce":2731388529},{"type":"v1","addr":"192.168.123.109:6815","nonce":2731388529}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.109:6812","nonce":2731388529},{"type":"v1","addr":"192.168.123.109:6813","nonce":2731388529}]},"public_addr":"192.168.123.109:6809/2731388529","cluster_addr":"192.168.123.109:6811/2731388529","heartbeat_back_addr":"192.168.123.109:6815/2731388529","heartbeat_front_addr":"192.168.123.109:6813/2731388529","state":["exists","up"]},{"osd":4,"uuid":"4f92db99-32e2-4a57-8f50-d5fda3fe78d0","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":20,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.106:6818","nonce":3773603704},{"type":"v1","addr":"192.168.123.106:6819","nonce":3773603704}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.106:6820","nonce":3773603704},{"type":"v1","addr":"192.168.123.106:6821","nonce":3773603704}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.106:6824","nonce":3773603704},{"type":"v1","addr":"192.168.123.106:6825","nonce":3773603704}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.106:6822","nonce":3773603704},{"type":"v1","addr":"192.168.123.106:6823","nonce":3773603704}]},"public_addr":"192.168.123.106:6819/3773603704","cluster_addr":"192.168.123.106:6821/3773603704","heartbeat_back_addr":"192.168.123.106:6825/3773603704","heartbeat_front_addr":"192.168.123.106:6823/3773603704","state":["exists","up"]},{"osd":5,"uuid":"539de27e-54d7-4478-b6ac-cbcc5b37ddec","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":20,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.109:6816","nonce":2809201601},{"type":"v1","addr":"192.168.123.109:6817","nonce":2809201601}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.109:6818","nonce":2809201601},{"type":"v1","addr":"192.168.123.109:6819","nonce":2809201601}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.109:6822","nonce":2809201601},{"type":"v1","addr":"192.168.123.109:6823","nonce":2809201601}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.109:6820","nonce":2809201601},{"type":"v1","addr":"192.168.123.109:6821","nonce":2809201601}]},"public_addr":"192.168.123.109:6817/2809201601","cluster_addr":"192.168.123.109:6819/2809201601","heartbeat_back_addr":"192.168.123.109:6823/2809201601","heartbeat_front_addr":"192.168.123.109:6821/2809201601","state":["exists","up"]},{"osd":6,"uuid":"7a91e70e-9479-4fde-9e7f-6e89602fa0f6","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":"192.168.123.106:6826","nonce":2714832668},{"type":"v1","addr":"192.168.123.106:6827","nonce":2714832668}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.106:6828","nonce":2714832668},{"type":"v1","addr":"192.168.123.106:6829","nonce":2714832668}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.106:6832","nonce":2714832668},{"type":"v1","addr":"192.168.123.106:6833","nonce":2714832668}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.106:6830","nonce":2714832668},{"type":"v1","addr":"192.168.123.106:6831","nonce":2714832668}]},"public_addr":"192.168.123.106:6827/2714832668","cluster_addr":"192.168.123.106:6829/2714832668","heartbeat_back_addr":"192.168.123.106:6833/2714832668","heartbeat_front_addr":"192.168.123.106:6831/2714832668","state":["exists","up"]},{"osd":7,"uuid":"6607cd0f-ea80-45cf-ac74-3dc512fb961f","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":22,"up_thru":25,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.109:6824","nonce":1867001587},{"type":"v1","addr":"192.168.123.109:6825","nonce":1867001587}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.109:6826","nonce":1867001587},{"type":"v1","addr":"192.168.123.109:6827","nonce":1867001587}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.109:6830","nonce":1867001587},{"type":"v1","addr":"192.168.123.109:6831","nonce":1867001587}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.109:6828","nonce":1867001587},{"type":"v1","addr":"192.168.123.109:6829","nonce":1867001587}]},"public_addr":"192.168.123.109:6825/1867001587","cluster_addr":"192.168.123.109:6827/1867001587","heartbeat_back_addr":"192.168.123.109:6831/1867001587","heartbeat_front_addr":"192.168.123.109:6829/1867001587","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4541880224203014143,"old_weight":0,"last_purged_snaps_scrub":"2026-04-16T18:40:48.779403+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4541880224203014143,"old_weight":0,"last_purged_snaps_scrub":"2026-04-16T18:40:49.373191+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4541880224203014143,"old_weight":0,"last_purged_snaps_scrub":"2026-04-16T18:40:50.252098+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4541880224203014143,"old_weight":0,"last_purged_snaps_scrub":"2026-04-16T18:40:51.205912+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4541880224203014143,"old_weight":0,"last_purged_snaps_scrub":"2026-04-16T18:40:52.941556+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4541880224203014143,"old_weight":0,"last_purged_snaps_scrub":"2026-04-16T18:40:52.848097+0000","dead_epoch":0},{"osd":6,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4541880224203014143,"old_weight":0,"last_purged_snaps_scrub":"2026-04-16T18:40:54.479647+0000","dead_epoch":0},{"osd":7,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4541880224203014143,"old_weight":0,"last_purged_snaps_scrub":"2026-04-16T18:40:54.710410+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"192.168.123.106:0/1874857399":"2026-04-17T18:40:04.988748+0000","192.168.123.106:0/2613151127":"2026-04-17T18:40:04.988748+0000","192.168.123.106:0/3573950286":"2026-04-17T18:39:01.074684+0000","192.168.123.106:6801/903681800":"2026-04-17T18:39:01.074684+0000","192.168.123.106:6800/903681800":"2026-04-17T18:39:01.074684+0000","192.168.123.106:0/2880925081":"2026-04-17T18:39:25.355901+0000","192.168.123.106:0/3839721590":"2026-04-17T18:39:01.074684+0000","192.168.123.106:6801/3424777023":"2026-04-17T18:40:04.988748+0000","192.168.123.106:0/3354531530":"2026-04-17T18:39:01.074684+0000","192.168.123.106:6801/3285913784":"2026-04-17T18:39:25.355901+0000","192.168.123.106:0/909390208":"2026-04-17T18:39:25.355901+0000","192.168.123.106:0/871026071":"2026-04-17T18:39:25.355901+0000","192.168.123.106:6800/3424777023":"2026-04-17T18:40:04.988748+0000","192.168.123.106:6800/3285913784":"2026-04-17T18:39:25.355901+0000","192.168.123.106:0/542206803":"2026-04-17T18:40:04.988748+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-04-16T18:41:03.591 DEBUG:teuthology.orchestra.run.vm06:> sudo /home/ubuntu/cephtest/cephadm --image harbor.clyso.com/custom-ceph/ceph/ceph:sse-s3-kmip-preview-not-for-production-7 shell --fsid 4f654fb6-39c3-11f1-a5d5-6940ad893399 -- ceph tell osd.0 flush_pg_stats 2026-04-16T18:41:03.592 DEBUG:teuthology.orchestra.run.vm06:> sudo /home/ubuntu/cephtest/cephadm --image harbor.clyso.com/custom-ceph/ceph/ceph:sse-s3-kmip-preview-not-for-production-7 shell --fsid 4f654fb6-39c3-11f1-a5d5-6940ad893399 -- ceph tell osd.1 flush_pg_stats 2026-04-16T18:41:03.592 DEBUG:teuthology.orchestra.run.vm06:> sudo /home/ubuntu/cephtest/cephadm --image harbor.clyso.com/custom-ceph/ceph/ceph:sse-s3-kmip-preview-not-for-production-7 shell --fsid 4f654fb6-39c3-11f1-a5d5-6940ad893399 -- ceph tell osd.2 flush_pg_stats 2026-04-16T18:41:03.592 DEBUG:teuthology.orchestra.run.vm06:> sudo /home/ubuntu/cephtest/cephadm --image harbor.clyso.com/custom-ceph/ceph/ceph:sse-s3-kmip-preview-not-for-production-7 shell --fsid 4f654fb6-39c3-11f1-a5d5-6940ad893399 -- ceph tell osd.3 flush_pg_stats 2026-04-16T18:41:03.592 DEBUG:teuthology.orchestra.run.vm06:> sudo /home/ubuntu/cephtest/cephadm --image harbor.clyso.com/custom-ceph/ceph/ceph:sse-s3-kmip-preview-not-for-production-7 shell --fsid 4f654fb6-39c3-11f1-a5d5-6940ad893399 -- ceph tell osd.4 flush_pg_stats 2026-04-16T18:41:03.592 DEBUG:teuthology.orchestra.run.vm06:> sudo /home/ubuntu/cephtest/cephadm --image harbor.clyso.com/custom-ceph/ceph/ceph:sse-s3-kmip-preview-not-for-production-7 shell --fsid 4f654fb6-39c3-11f1-a5d5-6940ad893399 -- ceph tell osd.5 flush_pg_stats 2026-04-16T18:41:03.592 DEBUG:teuthology.orchestra.run.vm06:> sudo /home/ubuntu/cephtest/cephadm --image harbor.clyso.com/custom-ceph/ceph/ceph:sse-s3-kmip-preview-not-for-production-7 shell --fsid 4f654fb6-39c3-11f1-a5d5-6940ad893399 -- ceph tell osd.6 flush_pg_stats 2026-04-16T18:41:03.592 DEBUG:teuthology.orchestra.run.vm06:> sudo /home/ubuntu/cephtest/cephadm --image harbor.clyso.com/custom-ceph/ceph/ceph:sse-s3-kmip-preview-not-for-production-7 shell --fsid 4f654fb6-39c3-11f1-a5d5-6940ad893399 -- ceph tell osd.7 flush_pg_stats 2026-04-16T18:41:03.923 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:41:03 vm06 bash[28176]: audit 2026-04-16T18:41:02.839695+0000 mon.vm06 (mon.0) 656 : audit [DBG] from='client.? 192.168.123.106:0/3028001108' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2026-04-16T18:41:03.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:41:03 vm06 bash[28176]: audit 2026-04-16T18:41:02.839695+0000 mon.vm06 (mon.0) 656 : audit [DBG] from='client.? 192.168.123.106:0/3028001108' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2026-04-16T18:41:03.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:41:03 vm06 bash[28176]: audit 2026-04-16T18:41:03.527517+0000 mon.vm06 (mon.0) 657 : audit [DBG] from='client.? 192.168.123.106:0/1249302443' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2026-04-16T18:41:03.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:41:03 vm06 bash[28176]: audit 2026-04-16T18:41:03.527517+0000 mon.vm06 (mon.0) 657 : audit [DBG] from='client.? 192.168.123.106:0/1249302443' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2026-04-16T18:41:04.010 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:41:03 vm09 bash[35508]: audit 2026-04-16T18:41:02.839695+0000 mon.vm06 (mon.0) 656 : audit [DBG] from='client.? 192.168.123.106:0/3028001108' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2026-04-16T18:41:04.010 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:41:03 vm09 bash[35508]: audit 2026-04-16T18:41:02.839695+0000 mon.vm06 (mon.0) 656 : audit [DBG] from='client.? 192.168.123.106:0/3028001108' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2026-04-16T18:41:04.010 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:41:03 vm09 bash[35508]: audit 2026-04-16T18:41:03.527517+0000 mon.vm06 (mon.0) 657 : audit [DBG] from='client.? 192.168.123.106:0/1249302443' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2026-04-16T18:41:04.010 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:41:03 vm09 bash[35508]: audit 2026-04-16T18:41:03.527517+0000 mon.vm06 (mon.0) 657 : audit [DBG] from='client.? 192.168.123.106:0/1249302443' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2026-04-16T18:41:04.190 INFO:teuthology.orchestra.run.vm06.stderr:Inferring config /var/lib/ceph/4f654fb6-39c3-11f1-a5d5-6940ad893399/mon.vm06/config 2026-04-16T18:41:04.195 INFO:teuthology.orchestra.run.vm06.stderr:Inferring config /var/lib/ceph/4f654fb6-39c3-11f1-a5d5-6940ad893399/mon.vm06/config 2026-04-16T18:41:04.197 INFO:teuthology.orchestra.run.vm06.stderr:Inferring config /var/lib/ceph/4f654fb6-39c3-11f1-a5d5-6940ad893399/mon.vm06/config 2026-04-16T18:41:04.199 INFO:teuthology.orchestra.run.vm06.stderr:Inferring config /var/lib/ceph/4f654fb6-39c3-11f1-a5d5-6940ad893399/mon.vm06/config 2026-04-16T18:41:04.201 INFO:teuthology.orchestra.run.vm06.stderr:Inferring config /var/lib/ceph/4f654fb6-39c3-11f1-a5d5-6940ad893399/mon.vm06/config 2026-04-16T18:41:04.206 INFO:teuthology.orchestra.run.vm06.stderr:Inferring config /var/lib/ceph/4f654fb6-39c3-11f1-a5d5-6940ad893399/mon.vm06/config 2026-04-16T18:41:04.240 INFO:teuthology.orchestra.run.vm06.stderr:Inferring config /var/lib/ceph/4f654fb6-39c3-11f1-a5d5-6940ad893399/mon.vm06/config 2026-04-16T18:41:04.240 INFO:teuthology.orchestra.run.vm06.stderr:Inferring config /var/lib/ceph/4f654fb6-39c3-11f1-a5d5-6940ad893399/mon.vm06/config 2026-04-16T18:41:04.806 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:41:04 vm06 bash[28176]: cluster 2026-04-16T18:41:03.001089+0000 mgr.vm06.sywxig (mgr.14229) 90 : cluster [DBG] pgmap v43: 1 pgs: 1 active+clean; 577 KiB data, 214 MiB used, 160 GiB / 160 GiB avail; 108 KiB/s, 0 objects/s recovering 2026-04-16T18:41:04.806 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:41:04 vm06 bash[28176]: cluster 2026-04-16T18:41:03.001089+0000 mgr.vm06.sywxig (mgr.14229) 90 : cluster [DBG] pgmap v43: 1 pgs: 1 active+clean; 577 KiB data, 214 MiB used, 160 GiB / 160 GiB avail; 108 KiB/s, 0 objects/s recovering 2026-04-16T18:41:05.010 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:41:04 vm09 bash[35508]: cluster 2026-04-16T18:41:03.001089+0000 mgr.vm06.sywxig (mgr.14229) 90 : cluster [DBG] pgmap v43: 1 pgs: 1 active+clean; 577 KiB data, 214 MiB used, 160 GiB / 160 GiB avail; 108 KiB/s, 0 objects/s recovering 2026-04-16T18:41:05.010 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:41:04 vm09 bash[35508]: cluster 2026-04-16T18:41:03.001089+0000 mgr.vm06.sywxig (mgr.14229) 90 : cluster [DBG] pgmap v43: 1 pgs: 1 active+clean; 577 KiB data, 214 MiB used, 160 GiB / 160 GiB avail; 108 KiB/s, 0 objects/s recovering 2026-04-16T18:41:05.095 INFO:teuthology.orchestra.run.vm06.stdout:73014444036 2026-04-16T18:41:05.095 DEBUG:teuthology.orchestra.run.vm06:> sudo /home/ubuntu/cephtest/cephadm --image harbor.clyso.com/custom-ceph/ceph/ceph:sse-s3-kmip-preview-not-for-production-7 shell --fsid 4f654fb6-39c3-11f1-a5d5-6940ad893399 -- ceph osd last-stat-seq osd.1 2026-04-16T18:41:05.099 INFO:teuthology.orchestra.run.vm06.stdout:85899345923 2026-04-16T18:41:05.100 DEBUG:teuthology.orchestra.run.vm06:> sudo /home/ubuntu/cephtest/cephadm --image harbor.clyso.com/custom-ceph/ceph/ceph:sse-s3-kmip-preview-not-for-production-7 shell --fsid 4f654fb6-39c3-11f1-a5d5-6940ad893399 -- ceph osd last-stat-seq osd.4 2026-04-16T18:41:05.100 INFO:teuthology.orchestra.run.vm06.stdout:85899345923 2026-04-16T18:41:05.100 DEBUG:teuthology.orchestra.run.vm06:> sudo /home/ubuntu/cephtest/cephadm --image harbor.clyso.com/custom-ceph/ceph/ceph:sse-s3-kmip-preview-not-for-production-7 shell --fsid 4f654fb6-39c3-11f1-a5d5-6940ad893399 -- ceph osd last-stat-seq osd.5 2026-04-16T18:41:05.149 INFO:teuthology.orchestra.run.vm06.stdout:73014444036 2026-04-16T18:41:05.149 DEBUG:teuthology.orchestra.run.vm06:> sudo /home/ubuntu/cephtest/cephadm --image harbor.clyso.com/custom-ceph/ceph/ceph:sse-s3-kmip-preview-not-for-production-7 shell --fsid 4f654fb6-39c3-11f1-a5d5-6940ad893399 -- ceph osd last-stat-seq osd.2 2026-04-16T18:41:05.175 INFO:teuthology.orchestra.run.vm06.stdout:73014444036 2026-04-16T18:41:05.176 DEBUG:teuthology.orchestra.run.vm06:> sudo /home/ubuntu/cephtest/cephadm --image harbor.clyso.com/custom-ceph/ceph/ceph:sse-s3-kmip-preview-not-for-production-7 shell --fsid 4f654fb6-39c3-11f1-a5d5-6940ad893399 -- ceph osd last-stat-seq osd.0 2026-04-16T18:41:05.234 INFO:teuthology.orchestra.run.vm06.stdout:90194313221 2026-04-16T18:41:05.234 DEBUG:teuthology.orchestra.run.vm06:> sudo /home/ubuntu/cephtest/cephadm --image harbor.clyso.com/custom-ceph/ceph/ceph:sse-s3-kmip-preview-not-for-production-7 shell --fsid 4f654fb6-39c3-11f1-a5d5-6940ad893399 -- ceph osd last-stat-seq osd.6 2026-04-16T18:41:05.337 INFO:teuthology.orchestra.run.vm06.stdout:77309411332 2026-04-16T18:41:05.337 DEBUG:teuthology.orchestra.run.vm06:> sudo /home/ubuntu/cephtest/cephadm --image harbor.clyso.com/custom-ceph/ceph/ceph:sse-s3-kmip-preview-not-for-production-7 shell --fsid 4f654fb6-39c3-11f1-a5d5-6940ad893399 -- ceph osd last-stat-seq osd.3 2026-04-16T18:41:05.341 INFO:teuthology.orchestra.run.vm06.stdout:94489280516 2026-04-16T18:41:05.341 DEBUG:teuthology.orchestra.run.vm06:> sudo /home/ubuntu/cephtest/cephadm --image harbor.clyso.com/custom-ceph/ceph/ceph:sse-s3-kmip-preview-not-for-production-7 shell --fsid 4f654fb6-39c3-11f1-a5d5-6940ad893399 -- ceph osd last-stat-seq osd.7 2026-04-16T18:41:05.511 INFO:teuthology.orchestra.run.vm06.stderr:Inferring config /var/lib/ceph/4f654fb6-39c3-11f1-a5d5-6940ad893399/mon.vm06/config 2026-04-16T18:41:05.527 INFO:teuthology.orchestra.run.vm06.stderr:Inferring config /var/lib/ceph/4f654fb6-39c3-11f1-a5d5-6940ad893399/mon.vm06/config 2026-04-16T18:41:05.671 INFO:teuthology.orchestra.run.vm06.stderr:Inferring config /var/lib/ceph/4f654fb6-39c3-11f1-a5d5-6940ad893399/mon.vm06/config 2026-04-16T18:41:05.683 INFO:teuthology.orchestra.run.vm06.stderr:Inferring config /var/lib/ceph/4f654fb6-39c3-11f1-a5d5-6940ad893399/mon.vm06/config 2026-04-16T18:41:05.758 INFO:teuthology.orchestra.run.vm06.stderr:Inferring config /var/lib/ceph/4f654fb6-39c3-11f1-a5d5-6940ad893399/mon.vm06/config 2026-04-16T18:41:05.815 INFO:teuthology.orchestra.run.vm06.stderr:Inferring config /var/lib/ceph/4f654fb6-39c3-11f1-a5d5-6940ad893399/mon.vm06/config 2026-04-16T18:41:05.828 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:41:05 vm06 bash[28176]: cluster 2026-04-16T18:41:05.002058+0000 mgr.vm06.sywxig (mgr.14229) 91 : cluster [DBG] pgmap v44: 1 pgs: 1 active+clean; 577 KiB data, 214 MiB used, 160 GiB / 160 GiB avail; 91 KiB/s, 0 objects/s recovering 2026-04-16T18:41:05.828 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:41:05 vm06 bash[28176]: cluster 2026-04-16T18:41:05.002058+0000 mgr.vm06.sywxig (mgr.14229) 91 : cluster [DBG] pgmap v44: 1 pgs: 1 active+clean; 577 KiB data, 214 MiB used, 160 GiB / 160 GiB avail; 91 KiB/s, 0 objects/s recovering 2026-04-16T18:41:05.828 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:41:05 vm06 bash[28176]: audit 2026-04-16T18:41:05.255980+0000 mon.vm06 (mon.0) 658 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-04-16T18:41:05.828 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:41:05 vm06 bash[28176]: audit 2026-04-16T18:41:05.255980+0000 mon.vm06 (mon.0) 658 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-04-16T18:41:05.832 INFO:teuthology.orchestra.run.vm06.stderr:Inferring config /var/lib/ceph/4f654fb6-39c3-11f1-a5d5-6940ad893399/mon.vm06/config 2026-04-16T18:41:05.871 INFO:teuthology.orchestra.run.vm06.stderr:Inferring config /var/lib/ceph/4f654fb6-39c3-11f1-a5d5-6940ad893399/mon.vm06/config 2026-04-16T18:41:06.010 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:41:05 vm09 bash[35508]: cluster 2026-04-16T18:41:05.002058+0000 mgr.vm06.sywxig (mgr.14229) 91 : cluster [DBG] pgmap v44: 1 pgs: 1 active+clean; 577 KiB data, 214 MiB used, 160 GiB / 160 GiB avail; 91 KiB/s, 0 objects/s recovering 2026-04-16T18:41:06.010 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:41:05 vm09 bash[35508]: cluster 2026-04-16T18:41:05.002058+0000 mgr.vm06.sywxig (mgr.14229) 91 : cluster [DBG] pgmap v44: 1 pgs: 1 active+clean; 577 KiB data, 214 MiB used, 160 GiB / 160 GiB avail; 91 KiB/s, 0 objects/s recovering 2026-04-16T18:41:06.010 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:41:05 vm09 bash[35508]: audit 2026-04-16T18:41:05.255980+0000 mon.vm06 (mon.0) 658 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-04-16T18:41:06.010 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:41:05 vm09 bash[35508]: audit 2026-04-16T18:41:05.255980+0000 mon.vm06 (mon.0) 658 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-04-16T18:41:06.318 INFO:teuthology.orchestra.run.vm06.stdout:85899345923 2026-04-16T18:41:06.332 INFO:teuthology.orchestra.run.vm06.stdout:85899345923 2026-04-16T18:41:06.484 INFO:teuthology.orchestra.run.vm06.stdout:73014444036 2026-04-16T18:41:06.488 INFO:tasks.cephadm.ceph_manager.ceph:need seq 85899345923 got 85899345923 for osd.5 2026-04-16T18:41:06.488 DEBUG:teuthology.parallel:result is None 2026-04-16T18:41:06.528 INFO:teuthology.orchestra.run.vm06.stdout:73014444036 2026-04-16T18:41:06.551 INFO:tasks.cephadm.ceph_manager.ceph:need seq 85899345923 got 85899345923 for osd.4 2026-04-16T18:41:06.551 DEBUG:teuthology.parallel:result is None 2026-04-16T18:41:06.599 INFO:teuthology.orchestra.run.vm06.stdout:73014444035 2026-04-16T18:41:06.607 INFO:tasks.cephadm.ceph_manager.ceph:need seq 73014444036 got 73014444036 for osd.1 2026-04-16T18:41:06.608 DEBUG:teuthology.parallel:result is None 2026-04-16T18:41:06.668 INFO:teuthology.orchestra.run.vm06.stdout:94489280515 2026-04-16T18:41:06.676 INFO:teuthology.orchestra.run.vm06.stdout:90194313220 2026-04-16T18:41:06.685 INFO:tasks.cephadm.ceph_manager.ceph:need seq 73014444036 got 73014444036 for osd.0 2026-04-16T18:41:06.685 DEBUG:teuthology.parallel:result is None 2026-04-16T18:41:06.690 INFO:teuthology.orchestra.run.vm06.stdout:77309411331 2026-04-16T18:41:06.723 INFO:tasks.cephadm.ceph_manager.ceph:need seq 73014444036 got 73014444035 for osd.2 2026-04-16T18:41:06.807 INFO:tasks.cephadm.ceph_manager.ceph:need seq 94489280516 got 94489280515 for osd.7 2026-04-16T18:41:06.837 INFO:tasks.cephadm.ceph_manager.ceph:need seq 90194313221 got 90194313220 for osd.6 2026-04-16T18:41:06.844 INFO:tasks.cephadm.ceph_manager.ceph:need seq 77309411332 got 77309411331 for osd.3 2026-04-16T18:41:06.923 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:41:06 vm06 bash[28176]: audit 2026-04-16T18:41:06.314596+0000 mon.vm09 (mon.1) 26 : audit [DBG] from='client.? 192.168.123.106:0/1886756103' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 5} : dispatch 2026-04-16T18:41:06.923 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:41:06 vm06 bash[28176]: audit 2026-04-16T18:41:06.314596+0000 mon.vm09 (mon.1) 26 : audit [DBG] from='client.? 192.168.123.106:0/1886756103' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 5} : dispatch 2026-04-16T18:41:06.923 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:41:06 vm06 bash[28176]: audit 2026-04-16T18:41:06.332384+0000 mon.vm06 (mon.0) 659 : audit [DBG] from='client.? 192.168.123.106:0/3555195432' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 4} : dispatch 2026-04-16T18:41:06.923 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:41:06 vm06 bash[28176]: audit 2026-04-16T18:41:06.332384+0000 mon.vm06 (mon.0) 659 : audit [DBG] from='client.? 192.168.123.106:0/3555195432' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 4} : dispatch 2026-04-16T18:41:06.923 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:41:06 vm06 bash[28176]: audit 2026-04-16T18:41:06.472214+0000 mon.vm06 (mon.0) 660 : audit [DBG] from='client.? 192.168.123.106:0/2951761178' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 1} : dispatch 2026-04-16T18:41:06.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:41:06 vm06 bash[28176]: audit 2026-04-16T18:41:06.472214+0000 mon.vm06 (mon.0) 660 : audit [DBG] from='client.? 192.168.123.106:0/2951761178' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 1} : dispatch 2026-04-16T18:41:06.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:41:06 vm06 bash[28176]: audit 2026-04-16T18:41:06.526838+0000 mon.vm06 (mon.0) 661 : audit [DBG] from='client.? 192.168.123.106:0/1978626087' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 0} : dispatch 2026-04-16T18:41:06.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:41:06 vm06 bash[28176]: audit 2026-04-16T18:41:06.526838+0000 mon.vm06 (mon.0) 661 : audit [DBG] from='client.? 192.168.123.106:0/1978626087' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 0} : dispatch 2026-04-16T18:41:06.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:41:06 vm06 bash[28176]: audit 2026-04-16T18:41:06.582641+0000 mon.vm09 (mon.1) 27 : audit [DBG] from='client.? 192.168.123.106:0/1570616987' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 2} : dispatch 2026-04-16T18:41:06.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:41:06 vm06 bash[28176]: audit 2026-04-16T18:41:06.582641+0000 mon.vm09 (mon.1) 27 : audit [DBG] from='client.? 192.168.123.106:0/1570616987' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 2} : dispatch 2026-04-16T18:41:06.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:41:06 vm06 bash[28176]: audit 2026-04-16T18:41:06.661396+0000 mon.vm09 (mon.1) 28 : audit [DBG] from='client.? 192.168.123.106:0/2445811201' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 7} : dispatch 2026-04-16T18:41:06.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:41:06 vm06 bash[28176]: audit 2026-04-16T18:41:06.661396+0000 mon.vm09 (mon.1) 28 : audit [DBG] from='client.? 192.168.123.106:0/2445811201' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 7} : dispatch 2026-04-16T18:41:06.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:41:06 vm06 bash[28176]: audit 2026-04-16T18:41:06.672803+0000 mon.vm06 (mon.0) 662 : audit [DBG] from='client.? 192.168.123.106:0/756517044' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 6} : dispatch 2026-04-16T18:41:06.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:41:06 vm06 bash[28176]: audit 2026-04-16T18:41:06.672803+0000 mon.vm06 (mon.0) 662 : audit [DBG] from='client.? 192.168.123.106:0/756517044' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 6} : dispatch 2026-04-16T18:41:06.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:41:06 vm06 bash[28176]: audit 2026-04-16T18:41:06.687499+0000 mon.vm09 (mon.1) 29 : audit [DBG] from='client.? 192.168.123.106:0/3399878666' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 3} : dispatch 2026-04-16T18:41:06.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:41:06 vm06 bash[28176]: audit 2026-04-16T18:41:06.687499+0000 mon.vm09 (mon.1) 29 : audit [DBG] from='client.? 192.168.123.106:0/3399878666' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 3} : dispatch 2026-04-16T18:41:07.010 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:41:06 vm09 bash[35508]: audit 2026-04-16T18:41:06.314596+0000 mon.vm09 (mon.1) 26 : audit [DBG] from='client.? 192.168.123.106:0/1886756103' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 5} : dispatch 2026-04-16T18:41:07.010 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:41:06 vm09 bash[35508]: audit 2026-04-16T18:41:06.314596+0000 mon.vm09 (mon.1) 26 : audit [DBG] from='client.? 192.168.123.106:0/1886756103' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 5} : dispatch 2026-04-16T18:41:07.010 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:41:06 vm09 bash[35508]: audit 2026-04-16T18:41:06.332384+0000 mon.vm06 (mon.0) 659 : audit [DBG] from='client.? 192.168.123.106:0/3555195432' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 4} : dispatch 2026-04-16T18:41:07.010 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:41:06 vm09 bash[35508]: audit 2026-04-16T18:41:06.332384+0000 mon.vm06 (mon.0) 659 : audit [DBG] from='client.? 192.168.123.106:0/3555195432' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 4} : dispatch 2026-04-16T18:41:07.010 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:41:06 vm09 bash[35508]: audit 2026-04-16T18:41:06.472214+0000 mon.vm06 (mon.0) 660 : audit [DBG] from='client.? 192.168.123.106:0/2951761178' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 1} : dispatch 2026-04-16T18:41:07.010 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:41:06 vm09 bash[35508]: audit 2026-04-16T18:41:06.472214+0000 mon.vm06 (mon.0) 660 : audit [DBG] from='client.? 192.168.123.106:0/2951761178' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 1} : dispatch 2026-04-16T18:41:07.010 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:41:06 vm09 bash[35508]: audit 2026-04-16T18:41:06.526838+0000 mon.vm06 (mon.0) 661 : audit [DBG] from='client.? 192.168.123.106:0/1978626087' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 0} : dispatch 2026-04-16T18:41:07.010 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:41:06 vm09 bash[35508]: audit 2026-04-16T18:41:06.526838+0000 mon.vm06 (mon.0) 661 : audit [DBG] from='client.? 192.168.123.106:0/1978626087' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 0} : dispatch 2026-04-16T18:41:07.010 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:41:06 vm09 bash[35508]: audit 2026-04-16T18:41:06.582641+0000 mon.vm09 (mon.1) 27 : audit [DBG] from='client.? 192.168.123.106:0/1570616987' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 2} : dispatch 2026-04-16T18:41:07.010 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:41:06 vm09 bash[35508]: audit 2026-04-16T18:41:06.582641+0000 mon.vm09 (mon.1) 27 : audit [DBG] from='client.? 192.168.123.106:0/1570616987' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 2} : dispatch 2026-04-16T18:41:07.010 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:41:06 vm09 bash[35508]: audit 2026-04-16T18:41:06.661396+0000 mon.vm09 (mon.1) 28 : audit [DBG] from='client.? 192.168.123.106:0/2445811201' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 7} : dispatch 2026-04-16T18:41:07.010 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:41:06 vm09 bash[35508]: audit 2026-04-16T18:41:06.661396+0000 mon.vm09 (mon.1) 28 : audit [DBG] from='client.? 192.168.123.106:0/2445811201' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 7} : dispatch 2026-04-16T18:41:07.010 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:41:06 vm09 bash[35508]: audit 2026-04-16T18:41:06.672803+0000 mon.vm06 (mon.0) 662 : audit [DBG] from='client.? 192.168.123.106:0/756517044' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 6} : dispatch 2026-04-16T18:41:07.010 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:41:06 vm09 bash[35508]: audit 2026-04-16T18:41:06.672803+0000 mon.vm06 (mon.0) 662 : audit [DBG] from='client.? 192.168.123.106:0/756517044' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 6} : dispatch 2026-04-16T18:41:07.010 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:41:06 vm09 bash[35508]: audit 2026-04-16T18:41:06.687499+0000 mon.vm09 (mon.1) 29 : audit [DBG] from='client.? 192.168.123.106:0/3399878666' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 3} : dispatch 2026-04-16T18:41:07.010 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:41:06 vm09 bash[35508]: audit 2026-04-16T18:41:06.687499+0000 mon.vm09 (mon.1) 29 : audit [DBG] from='client.? 192.168.123.106:0/3399878666' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 3} : dispatch 2026-04-16T18:41:07.723 DEBUG:teuthology.orchestra.run.vm06:> sudo /home/ubuntu/cephtest/cephadm --image harbor.clyso.com/custom-ceph/ceph/ceph:sse-s3-kmip-preview-not-for-production-7 shell --fsid 4f654fb6-39c3-11f1-a5d5-6940ad893399 -- ceph osd last-stat-seq osd.2 2026-04-16T18:41:07.808 DEBUG:teuthology.orchestra.run.vm06:> sudo /home/ubuntu/cephtest/cephadm --image harbor.clyso.com/custom-ceph/ceph/ceph:sse-s3-kmip-preview-not-for-production-7 shell --fsid 4f654fb6-39c3-11f1-a5d5-6940ad893399 -- ceph osd last-stat-seq osd.7 2026-04-16T18:41:07.838 DEBUG:teuthology.orchestra.run.vm06:> sudo /home/ubuntu/cephtest/cephadm --image harbor.clyso.com/custom-ceph/ceph/ceph:sse-s3-kmip-preview-not-for-production-7 shell --fsid 4f654fb6-39c3-11f1-a5d5-6940ad893399 -- ceph osd last-stat-seq osd.6 2026-04-16T18:41:07.844 DEBUG:teuthology.orchestra.run.vm06:> sudo /home/ubuntu/cephtest/cephadm --image harbor.clyso.com/custom-ceph/ceph/ceph:sse-s3-kmip-preview-not-for-production-7 shell --fsid 4f654fb6-39c3-11f1-a5d5-6940ad893399 -- ceph osd last-stat-seq osd.3 2026-04-16T18:41:07.999 INFO:teuthology.orchestra.run.vm06.stderr:Inferring config /var/lib/ceph/4f654fb6-39c3-11f1-a5d5-6940ad893399/mon.vm06/config 2026-04-16T18:41:08.010 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:41:07 vm09 bash[35508]: cluster 2026-04-16T18:41:07.002397+0000 mgr.vm06.sywxig (mgr.14229) 92 : cluster [DBG] pgmap v45: 1 pgs: 1 active+clean; 577 KiB data, 214 MiB used, 160 GiB / 160 GiB avail; 72 KiB/s, 0 objects/s recovering 2026-04-16T18:41:08.010 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:41:07 vm09 bash[35508]: cluster 2026-04-16T18:41:07.002397+0000 mgr.vm06.sywxig (mgr.14229) 92 : cluster [DBG] pgmap v45: 1 pgs: 1 active+clean; 577 KiB data, 214 MiB used, 160 GiB / 160 GiB avail; 72 KiB/s, 0 objects/s recovering 2026-04-16T18:41:08.020 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:41:07 vm06 bash[28176]: cluster 2026-04-16T18:41:07.002397+0000 mgr.vm06.sywxig (mgr.14229) 92 : cluster [DBG] pgmap v45: 1 pgs: 1 active+clean; 577 KiB data, 214 MiB used, 160 GiB / 160 GiB avail; 72 KiB/s, 0 objects/s recovering 2026-04-16T18:41:08.020 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:41:07 vm06 bash[28176]: cluster 2026-04-16T18:41:07.002397+0000 mgr.vm06.sywxig (mgr.14229) 92 : cluster [DBG] pgmap v45: 1 pgs: 1 active+clean; 577 KiB data, 214 MiB used, 160 GiB / 160 GiB avail; 72 KiB/s, 0 objects/s recovering 2026-04-16T18:41:08.079 INFO:teuthology.orchestra.run.vm06.stderr:Inferring config /var/lib/ceph/4f654fb6-39c3-11f1-a5d5-6940ad893399/mon.vm06/config 2026-04-16T18:41:08.125 INFO:teuthology.orchestra.run.vm06.stderr:Inferring config /var/lib/ceph/4f654fb6-39c3-11f1-a5d5-6940ad893399/mon.vm06/config 2026-04-16T18:41:08.130 INFO:teuthology.orchestra.run.vm06.stderr:Inferring config /var/lib/ceph/4f654fb6-39c3-11f1-a5d5-6940ad893399/mon.vm06/config 2026-04-16T18:41:08.484 INFO:teuthology.orchestra.run.vm06.stdout:73014444037 2026-04-16T18:41:08.528 INFO:teuthology.orchestra.run.vm06.stdout:94489280516 2026-04-16T18:41:08.550 INFO:teuthology.orchestra.run.vm06.stdout:77309411332 2026-04-16T18:41:08.577 INFO:tasks.cephadm.ceph_manager.ceph:need seq 73014444036 got 73014444037 for osd.2 2026-04-16T18:41:08.577 DEBUG:teuthology.parallel:result is None 2026-04-16T18:41:08.592 INFO:teuthology.orchestra.run.vm06.stdout:90194313222 2026-04-16T18:41:08.622 INFO:tasks.cephadm.ceph_manager.ceph:need seq 94489280516 got 94489280516 for osd.7 2026-04-16T18:41:08.622 DEBUG:teuthology.parallel:result is None 2026-04-16T18:41:08.676 INFO:tasks.cephadm.ceph_manager.ceph:need seq 90194313221 got 90194313222 for osd.6 2026-04-16T18:41:08.676 DEBUG:teuthology.parallel:result is None 2026-04-16T18:41:08.702 INFO:tasks.cephadm.ceph_manager.ceph:need seq 77309411332 got 77309411332 for osd.3 2026-04-16T18:41:08.702 DEBUG:teuthology.parallel:result is None 2026-04-16T18:41:08.702 INFO:tasks.cephadm.ceph_manager.ceph:waiting for clean 2026-04-16T18:41:08.702 DEBUG:teuthology.orchestra.run.vm06:> sudo /home/ubuntu/cephtest/cephadm --image harbor.clyso.com/custom-ceph/ceph/ceph:sse-s3-kmip-preview-not-for-production-7 shell --fsid 4f654fb6-39c3-11f1-a5d5-6940ad893399 -- ceph pg dump --format=json 2026-04-16T18:41:08.923 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:41:08 vm06 bash[28176]: audit 2026-04-16T18:41:08.480352+0000 mon.vm06 (mon.0) 663 : audit [DBG] from='client.? 192.168.123.106:0/1388924284' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 2} : dispatch 2026-04-16T18:41:08.923 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:41:08 vm06 bash[28176]: audit 2026-04-16T18:41:08.480352+0000 mon.vm06 (mon.0) 663 : audit [DBG] from='client.? 192.168.123.106:0/1388924284' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 2} : dispatch 2026-04-16T18:41:08.923 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:41:08 vm06 bash[28176]: audit 2026-04-16T18:41:08.525795+0000 mon.vm06 (mon.0) 664 : audit [DBG] from='client.? 192.168.123.106:0/437665526' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 7} : dispatch 2026-04-16T18:41:08.923 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:41:08 vm06 bash[28176]: audit 2026-04-16T18:41:08.525795+0000 mon.vm06 (mon.0) 664 : audit [DBG] from='client.? 192.168.123.106:0/437665526' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 7} : dispatch 2026-04-16T18:41:08.923 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:41:08 vm06 bash[28176]: audit 2026-04-16T18:41:08.550310+0000 mon.vm06 (mon.0) 665 : audit [DBG] from='client.? 192.168.123.106:0/1118393050' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 3} : dispatch 2026-04-16T18:41:08.923 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:41:08 vm06 bash[28176]: audit 2026-04-16T18:41:08.550310+0000 mon.vm06 (mon.0) 665 : audit [DBG] from='client.? 192.168.123.106:0/1118393050' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 3} : dispatch 2026-04-16T18:41:08.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:41:08 vm06 bash[28176]: audit 2026-04-16T18:41:08.591819+0000 mon.vm06 (mon.0) 666 : audit [DBG] from='client.? 192.168.123.106:0/2541211226' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 6} : dispatch 2026-04-16T18:41:08.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:41:08 vm06 bash[28176]: audit 2026-04-16T18:41:08.591819+0000 mon.vm06 (mon.0) 666 : audit [DBG] from='client.? 192.168.123.106:0/2541211226' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 6} : dispatch 2026-04-16T18:41:08.986 INFO:teuthology.orchestra.run.vm06.stderr:Inferring config /var/lib/ceph/4f654fb6-39c3-11f1-a5d5-6940ad893399/mon.vm06/config 2026-04-16T18:41:09.260 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:41:08 vm09 bash[35508]: audit 2026-04-16T18:41:08.480352+0000 mon.vm06 (mon.0) 663 : audit [DBG] from='client.? 192.168.123.106:0/1388924284' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 2} : dispatch 2026-04-16T18:41:09.260 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:41:08 vm09 bash[35508]: audit 2026-04-16T18:41:08.480352+0000 mon.vm06 (mon.0) 663 : audit [DBG] from='client.? 192.168.123.106:0/1388924284' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 2} : dispatch 2026-04-16T18:41:09.260 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:41:08 vm09 bash[35508]: audit 2026-04-16T18:41:08.525795+0000 mon.vm06 (mon.0) 664 : audit [DBG] from='client.? 192.168.123.106:0/437665526' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 7} : dispatch 2026-04-16T18:41:09.260 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:41:08 vm09 bash[35508]: audit 2026-04-16T18:41:08.525795+0000 mon.vm06 (mon.0) 664 : audit [DBG] from='client.? 192.168.123.106:0/437665526' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 7} : dispatch 2026-04-16T18:41:09.260 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:41:08 vm09 bash[35508]: audit 2026-04-16T18:41:08.550310+0000 mon.vm06 (mon.0) 665 : audit [DBG] from='client.? 192.168.123.106:0/1118393050' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 3} : dispatch 2026-04-16T18:41:09.260 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:41:08 vm09 bash[35508]: audit 2026-04-16T18:41:08.550310+0000 mon.vm06 (mon.0) 665 : audit [DBG] from='client.? 192.168.123.106:0/1118393050' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 3} : dispatch 2026-04-16T18:41:09.260 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:41:08 vm09 bash[35508]: audit 2026-04-16T18:41:08.591819+0000 mon.vm06 (mon.0) 666 : audit [DBG] from='client.? 192.168.123.106:0/2541211226' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 6} : dispatch 2026-04-16T18:41:09.260 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:41:08 vm09 bash[35508]: audit 2026-04-16T18:41:08.591819+0000 mon.vm06 (mon.0) 666 : audit [DBG] from='client.? 192.168.123.106:0/2541211226' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 6} : dispatch 2026-04-16T18:41:09.321 INFO:teuthology.orchestra.run.vm06.stderr:dumped all 2026-04-16T18:41:09.321 INFO:teuthology.orchestra.run.vm06.stdout: 2026-04-16T18:41:09.379 INFO:teuthology.orchestra.run.vm06.stdout:{"pg_ready":true,"pg_map":{"version":46,"stamp":"2026-04-16T18:41:09.002539+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":106,"num_read_kb":91,"num_write":189,"num_write_kb":3716,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":2,"num_bytes_recovered":590368,"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":152,"ondisk_log_size":152,"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":167706624,"kb_used":219404,"kb_used_data":3724,"kb_used_omap":65,"kb_used_meta":215486,"kb_avail":167487220,"statfs":{"total":171731582976,"available":171506913280,"internally_reserved":0,"allocated":3813376,"data_stored":2540216,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":67568,"internal_metadata":220657680},"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":2,"num_bytes_recovered":590368,"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":"9.336223"},"pg_stats":[{"pgid":"1.0","version":"20'152","reported_seq":209,"reported_epoch":26,"state":"active+clean","last_fresh":"2026-04-16T18:41:00.686287+0000","last_change":"2026-04-16T18:41:00.685916+0000","last_active":"2026-04-16T18:41:00.686287+0000","last_peered":"2026-04-16T18:41:00.686287+0000","last_clean":"2026-04-16T18:41:00.686287+0000","last_became_active":"2026-04-16T18:41:00.685554+0000","last_became_peered":"2026-04-16T18:41:00.685554+0000","last_unstale":"2026-04-16T18:41:00.686287+0000","last_undegraded":"2026-04-16T18:41:00.686287+0000","last_fullsized":"2026-04-16T18:41:00.686287+0000","mapping_epoch":25,"log_start":"0'0","ondisk_log_start":"0'0","created":19,"last_epoch_clean":26,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-04-16T18:40:53.608958+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-04-16T18:40:53.608958+0000","last_clean_scrub_stamp":"2026-04-16T18:40:53.608958+0000","objects_scrubbed":0,"log_size":152,"log_dups_size":0,"ondisk_log_size":152,"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-04-18T01:14:19.069526+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":106,"num_read_kb":91,"num_write":189,"num_write_kb":3716,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":2,"num_bytes_recovered":590368,"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":[7,0,3],"acting":[7,0,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"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":106,"num_read_kb":91,"num_write":189,"num_write_kb":3716,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":2,"num_bytes_recovered":590368,"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":2375680,"data_stored":2361472,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":152,"ondisk_log_size":152,"up":3,"acting":3,"num_store_stats":4}],"osd_stats":[{"osd":7,"up_from":22,"seq":94489280517,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":20963328,"kb_used":27788,"kb_used_data":828,"kb_used_omap":6,"kb_used_meta":26937,"kb_avail":20935540,"statfs":{"total":21466447872,"available":21437992960,"internally_reserved":0,"allocated":847872,"data_stored":686507,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":6817,"internal_metadata":27583839},"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":21,"seq":90194313222,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":20963328,"kb_used":27208,"kb_used_data":248,"kb_used_omap":7,"kb_used_meta":26936,"kb_avail":20936120,"statfs":{"total":21466447872,"available":21438586880,"internally_reserved":0,"allocated":253952,"data_stored":96139,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":7471,"internal_metadata":27583185},"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":4,"up_from":20,"seq":85899345924,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":20963328,"kb_used":27208,"kb_used_data":248,"kb_used_omap":7,"kb_used_meta":26936,"kb_avail":20936120,"statfs":{"total":21466447872,"available":21438586880,"internally_reserved":0,"allocated":253952,"data_stored":96139,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":8122,"internal_metadata":27582534},"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":5,"up_from":20,"seq":85899345924,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":20963328,"kb_used":27208,"kb_used_data":248,"kb_used_omap":7,"kb_used_meta":26936,"kb_avail":20936120,"statfs":{"total":21466447872,"available":21438586880,"internally_reserved":0,"allocated":253952,"data_stored":96139,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":8122,"internal_metadata":27582534},"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":3,"up_from":18,"seq":77309411333,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":20963328,"kb_used":27788,"kb_used_data":828,"kb_used_omap":9,"kb_used_meta":26934,"kb_avail":20935540,"statfs":{"total":21466447872,"available":21437992960,"internally_reserved":0,"allocated":847872,"data_stored":686507,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":9420,"internal_metadata":27581236},"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":17,"seq":73014444037,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":20963328,"kb_used":27208,"kb_used_data":248,"kb_used_omap":9,"kb_used_meta":26934,"kb_avail":20936120,"statfs":{"total":21466447872,"available":21438586880,"internally_reserved":0,"allocated":253952,"data_stored":96139,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":9422,"internal_metadata":27581234},"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":17,"seq":73014444037,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":20963328,"kb_used":27208,"kb_used_data":248,"kb_used_omap":9,"kb_used_meta":26934,"kb_avail":20936120,"statfs":{"total":21466447872,"available":21438586880,"internally_reserved":0,"allocated":253952,"data_stored":96139,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":9422,"internal_metadata":27581234},"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":17,"seq":73014444037,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":20963328,"kb_used":27788,"kb_used_data":828,"kb_used_omap":8,"kb_used_meta":26935,"kb_avail":20935540,"statfs":{"total":21466447872,"available":21437992960,"internally_reserved":0,"allocated":847872,"data_stored":686507,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":8772,"internal_metadata":27581884},"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":3,"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":7,"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-04-16T18:41:09.379 DEBUG:teuthology.orchestra.run.vm06:> sudo /home/ubuntu/cephtest/cephadm --image harbor.clyso.com/custom-ceph/ceph/ceph:sse-s3-kmip-preview-not-for-production-7 shell --fsid 4f654fb6-39c3-11f1-a5d5-6940ad893399 -- ceph pg dump --format=json 2026-04-16T18:41:09.620 INFO:teuthology.orchestra.run.vm06.stderr:Inferring config /var/lib/ceph/4f654fb6-39c3-11f1-a5d5-6940ad893399/mon.vm06/config 2026-04-16T18:41:09.923 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:41:09 vm06 bash[28176]: cluster 2026-04-16T18:41:09.002707+0000 mgr.vm06.sywxig (mgr.14229) 93 : cluster [DBG] pgmap v46: 1 pgs: 1 active+clean; 577 KiB data, 214 MiB used, 160 GiB / 160 GiB avail; 62 KiB/s, 0 objects/s recovering 2026-04-16T18:41:09.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:41:09 vm06 bash[28176]: cluster 2026-04-16T18:41:09.002707+0000 mgr.vm06.sywxig (mgr.14229) 93 : cluster [DBG] pgmap v46: 1 pgs: 1 active+clean; 577 KiB data, 214 MiB used, 160 GiB / 160 GiB avail; 62 KiB/s, 0 objects/s recovering 2026-04-16T18:41:09.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:41:09 vm06 bash[28176]: audit 2026-04-16T18:41:09.320904+0000 mgr.vm06.sywxig (mgr.14229) 94 : audit [DBG] from='client.14532 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-04-16T18:41:09.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:41:09 vm06 bash[28176]: audit 2026-04-16T18:41:09.320904+0000 mgr.vm06.sywxig (mgr.14229) 94 : audit [DBG] from='client.14532 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-04-16T18:41:09.958 INFO:teuthology.orchestra.run.vm06.stdout: 2026-04-16T18:41:09.958 INFO:teuthology.orchestra.run.vm06.stderr:dumped all 2026-04-16T18:41:10.023 INFO:teuthology.orchestra.run.vm06.stdout:{"pg_ready":true,"pg_map":{"version":46,"stamp":"2026-04-16T18:41:09.002539+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":106,"num_read_kb":91,"num_write":189,"num_write_kb":3716,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":2,"num_bytes_recovered":590368,"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":152,"ondisk_log_size":152,"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":167706624,"kb_used":219404,"kb_used_data":3724,"kb_used_omap":65,"kb_used_meta":215486,"kb_avail":167487220,"statfs":{"total":171731582976,"available":171506913280,"internally_reserved":0,"allocated":3813376,"data_stored":2540216,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":67568,"internal_metadata":220657680},"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":2,"num_bytes_recovered":590368,"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":"9.336223"},"pg_stats":[{"pgid":"1.0","version":"20'152","reported_seq":209,"reported_epoch":26,"state":"active+clean","last_fresh":"2026-04-16T18:41:00.686287+0000","last_change":"2026-04-16T18:41:00.685916+0000","last_active":"2026-04-16T18:41:00.686287+0000","last_peered":"2026-04-16T18:41:00.686287+0000","last_clean":"2026-04-16T18:41:00.686287+0000","last_became_active":"2026-04-16T18:41:00.685554+0000","last_became_peered":"2026-04-16T18:41:00.685554+0000","last_unstale":"2026-04-16T18:41:00.686287+0000","last_undegraded":"2026-04-16T18:41:00.686287+0000","last_fullsized":"2026-04-16T18:41:00.686287+0000","mapping_epoch":25,"log_start":"0'0","ondisk_log_start":"0'0","created":19,"last_epoch_clean":26,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-04-16T18:40:53.608958+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-04-16T18:40:53.608958+0000","last_clean_scrub_stamp":"2026-04-16T18:40:53.608958+0000","objects_scrubbed":0,"log_size":152,"log_dups_size":0,"ondisk_log_size":152,"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-04-18T01:14:19.069526+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":106,"num_read_kb":91,"num_write":189,"num_write_kb":3716,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":2,"num_bytes_recovered":590368,"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":[7,0,3],"acting":[7,0,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"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":106,"num_read_kb":91,"num_write":189,"num_write_kb":3716,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":2,"num_bytes_recovered":590368,"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":2375680,"data_stored":2361472,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":152,"ondisk_log_size":152,"up":3,"acting":3,"num_store_stats":4}],"osd_stats":[{"osd":7,"up_from":22,"seq":94489280517,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":20963328,"kb_used":27788,"kb_used_data":828,"kb_used_omap":6,"kb_used_meta":26937,"kb_avail":20935540,"statfs":{"total":21466447872,"available":21437992960,"internally_reserved":0,"allocated":847872,"data_stored":686507,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":6817,"internal_metadata":27583839},"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":21,"seq":90194313222,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":20963328,"kb_used":27208,"kb_used_data":248,"kb_used_omap":7,"kb_used_meta":26936,"kb_avail":20936120,"statfs":{"total":21466447872,"available":21438586880,"internally_reserved":0,"allocated":253952,"data_stored":96139,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":7471,"internal_metadata":27583185},"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":4,"up_from":20,"seq":85899345924,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":20963328,"kb_used":27208,"kb_used_data":248,"kb_used_omap":7,"kb_used_meta":26936,"kb_avail":20936120,"statfs":{"total":21466447872,"available":21438586880,"internally_reserved":0,"allocated":253952,"data_stored":96139,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":8122,"internal_metadata":27582534},"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":5,"up_from":20,"seq":85899345924,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":20963328,"kb_used":27208,"kb_used_data":248,"kb_used_omap":7,"kb_used_meta":26936,"kb_avail":20936120,"statfs":{"total":21466447872,"available":21438586880,"internally_reserved":0,"allocated":253952,"data_stored":96139,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":8122,"internal_metadata":27582534},"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":3,"up_from":18,"seq":77309411333,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":20963328,"kb_used":27788,"kb_used_data":828,"kb_used_omap":9,"kb_used_meta":26934,"kb_avail":20935540,"statfs":{"total":21466447872,"available":21437992960,"internally_reserved":0,"allocated":847872,"data_stored":686507,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":9420,"internal_metadata":27581236},"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":17,"seq":73014444037,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":20963328,"kb_used":27208,"kb_used_data":248,"kb_used_omap":9,"kb_used_meta":26934,"kb_avail":20936120,"statfs":{"total":21466447872,"available":21438586880,"internally_reserved":0,"allocated":253952,"data_stored":96139,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":9422,"internal_metadata":27581234},"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":17,"seq":73014444037,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":20963328,"kb_used":27208,"kb_used_data":248,"kb_used_omap":9,"kb_used_meta":26934,"kb_avail":20936120,"statfs":{"total":21466447872,"available":21438586880,"internally_reserved":0,"allocated":253952,"data_stored":96139,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":9422,"internal_metadata":27581234},"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":17,"seq":73014444037,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":20963328,"kb_used":27788,"kb_used_data":828,"kb_used_omap":8,"kb_used_meta":26935,"kb_avail":20935540,"statfs":{"total":21466447872,"available":21437992960,"internally_reserved":0,"allocated":847872,"data_stored":686507,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":8772,"internal_metadata":27581884},"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":3,"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":7,"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-04-16T18:41:10.023 INFO:tasks.cephadm.ceph_manager.ceph:clean! 2026-04-16T18:41:10.023 INFO:tasks.ceph:Waiting until ceph cluster ceph is healthy... 2026-04-16T18:41:10.023 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy 2026-04-16T18:41:10.023 DEBUG:teuthology.orchestra.run.vm06:> sudo /home/ubuntu/cephtest/cephadm --image harbor.clyso.com/custom-ceph/ceph/ceph:sse-s3-kmip-preview-not-for-production-7 shell --fsid 4f654fb6-39c3-11f1-a5d5-6940ad893399 -- ceph health --format=json 2026-04-16T18:41:10.260 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:41:09 vm09 bash[35508]: cluster 2026-04-16T18:41:09.002707+0000 mgr.vm06.sywxig (mgr.14229) 93 : cluster [DBG] pgmap v46: 1 pgs: 1 active+clean; 577 KiB data, 214 MiB used, 160 GiB / 160 GiB avail; 62 KiB/s, 0 objects/s recovering 2026-04-16T18:41:10.260 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:41:09 vm09 bash[35508]: cluster 2026-04-16T18:41:09.002707+0000 mgr.vm06.sywxig (mgr.14229) 93 : cluster [DBG] pgmap v46: 1 pgs: 1 active+clean; 577 KiB data, 214 MiB used, 160 GiB / 160 GiB avail; 62 KiB/s, 0 objects/s recovering 2026-04-16T18:41:10.260 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:41:09 vm09 bash[35508]: audit 2026-04-16T18:41:09.320904+0000 mgr.vm06.sywxig (mgr.14229) 94 : audit [DBG] from='client.14532 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-04-16T18:41:10.260 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:41:09 vm09 bash[35508]: audit 2026-04-16T18:41:09.320904+0000 mgr.vm06.sywxig (mgr.14229) 94 : audit [DBG] from='client.14532 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-04-16T18:41:10.265 INFO:teuthology.orchestra.run.vm06.stderr:Inferring config /var/lib/ceph/4f654fb6-39c3-11f1-a5d5-6940ad893399/mon.vm06/config 2026-04-16T18:41:10.625 INFO:teuthology.orchestra.run.vm06.stdout: 2026-04-16T18:41:10.625 INFO:teuthology.orchestra.run.vm06.stdout:{"status":"HEALTH_OK","checks":{},"mutes":[]} 2026-04-16T18:41:10.710 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy done 2026-04-16T18:41:10.710 INFO:tasks.cephadm:Setup complete, yielding 2026-04-16T18:41:10.710 INFO:teuthology.run_tasks:Running task cephadm.shell... 2026-04-16T18:41:10.712 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@vm06.local 2026-04-16T18:41:10.712 DEBUG:teuthology.orchestra.run.vm06:> sudo /home/ubuntu/cephtest/cephadm --image harbor.clyso.com/custom-ceph/ceph/ceph:sse-s3-kmip-preview-not-for-production-7 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4f654fb6-39c3-11f1-a5d5-6940ad893399 -- bash -c 'ceph orch status' 2026-04-16T18:41:10.923 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:41:10 vm06 bash[28176]: audit 2026-04-16T18:41:09.958068+0000 mgr.vm06.sywxig (mgr.14229) 95 : audit [DBG] from='client.14536 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-04-16T18:41:10.923 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:41:10 vm06 bash[28176]: audit 2026-04-16T18:41:09.958068+0000 mgr.vm06.sywxig (mgr.14229) 95 : audit [DBG] from='client.14536 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-04-16T18:41:10.923 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:41:10 vm06 bash[28176]: audit 2026-04-16T18:41:10.625389+0000 mon.vm06 (mon.0) 667 : audit [DBG] from='client.? 192.168.123.106:0/3593884794' entity='client.admin' cmd={"prefix": "health", "format": "json"} : dispatch 2026-04-16T18:41:10.923 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:41:10 vm06 bash[28176]: audit 2026-04-16T18:41:10.625389+0000 mon.vm06 (mon.0) 667 : audit [DBG] from='client.? 192.168.123.106:0/3593884794' entity='client.admin' cmd={"prefix": "health", "format": "json"} : dispatch 2026-04-16T18:41:10.954 INFO:teuthology.orchestra.run.vm06.stderr:Inferring config /var/lib/ceph/4f654fb6-39c3-11f1-a5d5-6940ad893399/mon.vm06/config 2026-04-16T18:41:11.260 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:41:10 vm09 bash[35508]: audit 2026-04-16T18:41:09.958068+0000 mgr.vm06.sywxig (mgr.14229) 95 : audit [DBG] from='client.14536 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-04-16T18:41:11.260 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:41:10 vm09 bash[35508]: audit 2026-04-16T18:41:09.958068+0000 mgr.vm06.sywxig (mgr.14229) 95 : audit [DBG] from='client.14536 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-04-16T18:41:11.260 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:41:10 vm09 bash[35508]: audit 2026-04-16T18:41:10.625389+0000 mon.vm06 (mon.0) 667 : audit [DBG] from='client.? 192.168.123.106:0/3593884794' entity='client.admin' cmd={"prefix": "health", "format": "json"} : dispatch 2026-04-16T18:41:11.260 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:41:10 vm09 bash[35508]: audit 2026-04-16T18:41:10.625389+0000 mon.vm06 (mon.0) 667 : audit [DBG] from='client.? 192.168.123.106:0/3593884794' entity='client.admin' cmd={"prefix": "health", "format": "json"} : dispatch 2026-04-16T18:41:11.297 INFO:teuthology.orchestra.run.vm06.stdout:Backend: cephadm 2026-04-16T18:41:11.297 INFO:teuthology.orchestra.run.vm06.stdout:Available: Yes 2026-04-16T18:41:11.298 INFO:teuthology.orchestra.run.vm06.stdout:Paused: No 2026-04-16T18:41:11.359 DEBUG:teuthology.orchestra.run.vm06:> sudo /home/ubuntu/cephtest/cephadm --image harbor.clyso.com/custom-ceph/ceph/ceph:sse-s3-kmip-preview-not-for-production-7 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4f654fb6-39c3-11f1-a5d5-6940ad893399 -- bash -c 'ceph orch ps' 2026-04-16T18:41:11.608 INFO:teuthology.orchestra.run.vm06.stderr:Inferring config /var/lib/ceph/4f654fb6-39c3-11f1-a5d5-6940ad893399/mon.vm06/config 2026-04-16T18:41:11.923 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:41:11 vm06 bash[28176]: cluster 2026-04-16T18:41:11.002974+0000 mgr.vm06.sywxig (mgr.14229) 96 : cluster [DBG] pgmap v47: 1 pgs: 1 active+clean; 577 KiB data, 214 MiB used, 160 GiB / 160 GiB avail; 56 KiB/s, 0 objects/s recovering 2026-04-16T18:41:11.923 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:41:11 vm06 bash[28176]: cluster 2026-04-16T18:41:11.002974+0000 mgr.vm06.sywxig (mgr.14229) 96 : cluster [DBG] pgmap v47: 1 pgs: 1 active+clean; 577 KiB data, 214 MiB used, 160 GiB / 160 GiB avail; 56 KiB/s, 0 objects/s recovering 2026-04-16T18:41:11.923 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:41:11 vm06 bash[28176]: audit 2026-04-16T18:41:11.297263+0000 mgr.vm06.sywxig (mgr.14229) 97 : audit [DBG] from='client.14544 -' entity='client.admin' cmd=[{"prefix": "orch status", "target": ["mon-mgr", ""]}]: dispatch 2026-04-16T18:41:11.923 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:41:11 vm06 bash[28176]: audit 2026-04-16T18:41:11.297263+0000 mgr.vm06.sywxig (mgr.14229) 97 : audit [DBG] from='client.14544 -' entity='client.admin' cmd=[{"prefix": "orch status", "target": ["mon-mgr", ""]}]: dispatch 2026-04-16T18:41:11.958 INFO:teuthology.orchestra.run.vm06.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2026-04-16T18:41:11.958 INFO:teuthology.orchestra.run.vm06.stdout:alertmanager.vm06 vm06 *:9093,9094 running (46s) 13s ago 92s 14.9M - 0.28.1 27c475db5fb1 f60faa8a8654 2026-04-16T18:41:11.958 INFO:teuthology.orchestra.run.vm06.stdout:ceph-exporter.vm06 vm06 *:9926 running (97s) 13s ago 97s 8259k - 20.2.0-21-gc03ba9ecf58 fc41d50a3963 cf02e6dab2fb 2026-04-16T18:41:11.958 INFO:teuthology.orchestra.run.vm06.stdout:ceph-exporter.vm09 vm09 *:9926 running (59s) 14s ago 59s 8236k - 20.2.0-21-gc03ba9ecf58 fc41d50a3963 f93144e0c845 2026-04-16T18:41:11.958 INFO:teuthology.orchestra.run.vm06.stdout:crash.vm06 vm06 running (96s) 13s ago 97s 10.7M - 20.2.0-21-gc03ba9ecf58 fc41d50a3963 6d8af119240d 2026-04-16T18:41:11.958 INFO:teuthology.orchestra.run.vm06.stdout:crash.vm09 vm09 running (58s) 14s ago 58s 11.6M - 20.2.0-21-gc03ba9ecf58 fc41d50a3963 efbdc426178f 2026-04-16T18:41:11.958 INFO:teuthology.orchestra.run.vm06.stdout:grafana.vm06 vm06 *:3000 running (47s) 13s ago 83s 120M - 12.2.0 74144189b384 23eb0bee8a20 2026-04-16T18:41:11.958 INFO:teuthology.orchestra.run.vm06.stdout:mgr.vm06.sywxig vm06 *:9283,8765,8443 running (2m) 13s ago 2m 527M - 20.2.0-21-gc03ba9ecf58 fc41d50a3963 73d239a440f9 2026-04-16T18:41:11.958 INFO:teuthology.orchestra.run.vm06.stdout:mgr.vm09.fddlpl vm09 *:8443,9283,8765 running (56s) 14s ago 56s 469M - 20.2.0-21-gc03ba9ecf58 fc41d50a3963 ae1285329692 2026-04-16T18:41:11.958 INFO:teuthology.orchestra.run.vm06.stdout:mon.vm06 vm06 running (2m) 13s ago 2m 49.6M 2048M 20.2.0-21-gc03ba9ecf58 fc41d50a3963 7462ae360c4e 2026-04-16T18:41:11.958 INFO:teuthology.orchestra.run.vm06.stdout:mon.vm09 vm09 running (55s) 14s ago 55s 41.6M 2048M 20.2.0-21-gc03ba9ecf58 fc41d50a3963 fbdc50247a05 2026-04-16T18:41:11.958 INFO:teuthology.orchestra.run.vm06.stdout:node-exporter.vm06 vm06 *:9100 running (94s) 13s ago 96s 8412k - 1.9.1 d00a542e409e 1a4c95c70454 2026-04-16T18:41:11.958 INFO:teuthology.orchestra.run.vm06.stdout:node-exporter.vm09 vm09 *:9100 running (55s) 14s ago 57s 7975k - 1.9.1 d00a542e409e 579bfb944ed1 2026-04-16T18:41:11.958 INFO:teuthology.orchestra.run.vm06.stdout:osd.0 vm06 running (25s) 13s ago 27s 49.1M 4096M 20.2.0-21-gc03ba9ecf58 fc41d50a3963 365f5cfe1235 2026-04-16T18:41:11.958 INFO:teuthology.orchestra.run.vm06.stdout:osd.1 vm09 running (24s) 14s ago 27s 37.9M 4096M 20.2.0-21-gc03ba9ecf58 fc41d50a3963 0a5620bc721c 2026-04-16T18:41:11.959 INFO:teuthology.orchestra.run.vm06.stdout:osd.2 vm06 running (23s) 13s ago 26s 28.9M 4096M 20.2.0-21-gc03ba9ecf58 fc41d50a3963 da05515ffc0a 2026-04-16T18:41:11.959 INFO:teuthology.orchestra.run.vm06.stdout:osd.3 vm09 running (23s) 14s ago 25s 38.9M 4096M 20.2.0-21-gc03ba9ecf58 fc41d50a3963 bc5453643111 2026-04-16T18:41:11.959 INFO:teuthology.orchestra.run.vm06.stdout:osd.4 vm06 running (21s) 13s ago 24s 29.0M 4096M 20.2.0-21-gc03ba9ecf58 fc41d50a3963 fdc0c1d21aa9 2026-04-16T18:41:11.959 INFO:teuthology.orchestra.run.vm06.stdout:osd.5 vm09 running (21s) 14s ago 24s 29.0M 4096M 20.2.0-21-gc03ba9ecf58 fc41d50a3963 0f10999237de 2026-04-16T18:41:11.959 INFO:teuthology.orchestra.run.vm06.stdout:osd.6 vm06 running (19s) 13s ago 22s 28.8M 4096M 20.2.0-21-gc03ba9ecf58 fc41d50a3963 bb71080ca7e3 2026-04-16T18:41:11.959 INFO:teuthology.orchestra.run.vm06.stdout:osd.7 vm09 running (19s) 14s ago 22s 26.3M 4096M 20.2.0-21-gc03ba9ecf58 fc41d50a3963 0fe8e95cbc7c 2026-04-16T18:41:11.959 INFO:teuthology.orchestra.run.vm06.stdout:prometheus.vm06 vm06 *:9095 running (49s) 13s ago 77s 28.4M - 3.6.0 76947e7ef22f 8dd01f36d1c0 2026-04-16T18:41:12.019 DEBUG:teuthology.orchestra.run.vm06:> sudo /home/ubuntu/cephtest/cephadm --image harbor.clyso.com/custom-ceph/ceph/ceph:sse-s3-kmip-preview-not-for-production-7 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4f654fb6-39c3-11f1-a5d5-6940ad893399 -- bash -c 'ceph orch ls' 2026-04-16T18:41:12.260 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:41:11 vm09 bash[35508]: cluster 2026-04-16T18:41:11.002974+0000 mgr.vm06.sywxig (mgr.14229) 96 : cluster [DBG] pgmap v47: 1 pgs: 1 active+clean; 577 KiB data, 214 MiB used, 160 GiB / 160 GiB avail; 56 KiB/s, 0 objects/s recovering 2026-04-16T18:41:12.260 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:41:11 vm09 bash[35508]: cluster 2026-04-16T18:41:11.002974+0000 mgr.vm06.sywxig (mgr.14229) 96 : cluster [DBG] pgmap v47: 1 pgs: 1 active+clean; 577 KiB data, 214 MiB used, 160 GiB / 160 GiB avail; 56 KiB/s, 0 objects/s recovering 2026-04-16T18:41:12.260 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:41:11 vm09 bash[35508]: audit 2026-04-16T18:41:11.297263+0000 mgr.vm06.sywxig (mgr.14229) 97 : audit [DBG] from='client.14544 -' entity='client.admin' cmd=[{"prefix": "orch status", "target": ["mon-mgr", ""]}]: dispatch 2026-04-16T18:41:12.260 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:41:11 vm09 bash[35508]: audit 2026-04-16T18:41:11.297263+0000 mgr.vm06.sywxig (mgr.14229) 97 : audit [DBG] from='client.14544 -' entity='client.admin' cmd=[{"prefix": "orch status", "target": ["mon-mgr", ""]}]: dispatch 2026-04-16T18:41:12.262 INFO:teuthology.orchestra.run.vm06.stderr:Inferring config /var/lib/ceph/4f654fb6-39c3-11f1-a5d5-6940ad893399/mon.vm06/config 2026-04-16T18:41:12.614 INFO:teuthology.orchestra.run.vm06.stdout:NAME PORTS RUNNING REFRESHED AGE PLACEMENT 2026-04-16T18:41:12.614 INFO:teuthology.orchestra.run.vm06.stdout:alertmanager ?:9093,9094 1/1 13s ago 119s count:1 2026-04-16T18:41:12.614 INFO:teuthology.orchestra.run.vm06.stdout:ceph-exporter ?:9926 2/2 14s ago 2m * 2026-04-16T18:41:12.614 INFO:teuthology.orchestra.run.vm06.stdout:crash 2/2 14s ago 2m * 2026-04-16T18:41:12.614 INFO:teuthology.orchestra.run.vm06.stdout:grafana ?:3000 1/1 13s ago 2m count:1 2026-04-16T18:41:12.614 INFO:teuthology.orchestra.run.vm06.stdout:mgr 2/2 14s ago 2m count:2 2026-04-16T18:41:12.614 INFO:teuthology.orchestra.run.vm06.stdout:mon 2/2 14s ago 95s vm06:192.168.123.106=vm06;vm09:192.168.123.109=vm09;count:2 2026-04-16T18:41:12.614 INFO:teuthology.orchestra.run.vm06.stdout:node-exporter ?:9100 2/2 14s ago 2m * 2026-04-16T18:41:12.614 INFO:teuthology.orchestra.run.vm06.stdout:osd.all-available-devices 8 14s ago 46s * 2026-04-16T18:41:12.614 INFO:teuthology.orchestra.run.vm06.stdout:prometheus ?:9095 1/1 13s ago 2m count:1 2026-04-16T18:41:12.706 DEBUG:teuthology.orchestra.run.vm06:> sudo /home/ubuntu/cephtest/cephadm --image harbor.clyso.com/custom-ceph/ceph/ceph:sse-s3-kmip-preview-not-for-production-7 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4f654fb6-39c3-11f1-a5d5-6940ad893399 -- bash -c 'ceph orch host ls' 2026-04-16T18:41:12.923 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:41:12 vm06 bash[28176]: audit 2026-04-16T18:41:11.953896+0000 mgr.vm06.sywxig (mgr.14229) 98 : audit [DBG] from='client.14548 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2026-04-16T18:41:12.923 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:41:12 vm06 bash[28176]: audit 2026-04-16T18:41:11.953896+0000 mgr.vm06.sywxig (mgr.14229) 98 : audit [DBG] from='client.14548 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2026-04-16T18:41:12.923 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:41:12 vm06 bash[28176]: audit 2026-04-16T18:41:12.611514+0000 mgr.vm06.sywxig (mgr.14229) 99 : audit [DBG] from='client.14552 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2026-04-16T18:41:12.923 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:41:12 vm06 bash[28176]: audit 2026-04-16T18:41:12.611514+0000 mgr.vm06.sywxig (mgr.14229) 99 : audit [DBG] from='client.14552 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2026-04-16T18:41:12.942 INFO:teuthology.orchestra.run.vm06.stderr:Inferring config /var/lib/ceph/4f654fb6-39c3-11f1-a5d5-6940ad893399/mon.vm06/config 2026-04-16T18:41:13.260 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:41:12 vm09 bash[35508]: audit 2026-04-16T18:41:11.953896+0000 mgr.vm06.sywxig (mgr.14229) 98 : audit [DBG] from='client.14548 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2026-04-16T18:41:13.260 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:41:12 vm09 bash[35508]: audit 2026-04-16T18:41:11.953896+0000 mgr.vm06.sywxig (mgr.14229) 98 : audit [DBG] from='client.14548 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2026-04-16T18:41:13.260 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:41:12 vm09 bash[35508]: audit 2026-04-16T18:41:12.611514+0000 mgr.vm06.sywxig (mgr.14229) 99 : audit [DBG] from='client.14552 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2026-04-16T18:41:13.260 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:41:12 vm09 bash[35508]: audit 2026-04-16T18:41:12.611514+0000 mgr.vm06.sywxig (mgr.14229) 99 : audit [DBG] from='client.14552 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2026-04-16T18:41:13.296 INFO:teuthology.orchestra.run.vm06.stdout:HOST ADDR LABELS STATUS 2026-04-16T18:41:13.296 INFO:teuthology.orchestra.run.vm06.stdout:vm06 192.168.123.106 2026-04-16T18:41:13.296 INFO:teuthology.orchestra.run.vm06.stdout:vm09 192.168.123.109 2026-04-16T18:41:13.296 INFO:teuthology.orchestra.run.vm06.stdout:2 hosts in cluster 2026-04-16T18:41:13.358 DEBUG:teuthology.orchestra.run.vm06:> sudo /home/ubuntu/cephtest/cephadm --image harbor.clyso.com/custom-ceph/ceph/ceph:sse-s3-kmip-preview-not-for-production-7 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4f654fb6-39c3-11f1-a5d5-6940ad893399 -- bash -c 'ceph orch device ls' 2026-04-16T18:41:13.599 INFO:teuthology.orchestra.run.vm06.stderr:Inferring config /var/lib/ceph/4f654fb6-39c3-11f1-a5d5-6940ad893399/mon.vm06/config 2026-04-16T18:41:13.923 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:41:13 vm06 bash[28176]: cluster 2026-04-16T18:41:13.003251+0000 mgr.vm06.sywxig (mgr.14229) 100 : cluster [DBG] pgmap v48: 1 pgs: 1 active+clean; 577 KiB data, 214 MiB used, 160 GiB / 160 GiB avail; 48 KiB/s, 0 objects/s recovering 2026-04-16T18:41:13.923 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:41:13 vm06 bash[28176]: cluster 2026-04-16T18:41:13.003251+0000 mgr.vm06.sywxig (mgr.14229) 100 : cluster [DBG] pgmap v48: 1 pgs: 1 active+clean; 577 KiB data, 214 MiB used, 160 GiB / 160 GiB avail; 48 KiB/s, 0 objects/s recovering 2026-04-16T18:41:13.923 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:41:13 vm06 bash[28176]: audit 2026-04-16T18:41:13.295185+0000 mgr.vm06.sywxig (mgr.14229) 101 : audit [DBG] from='client.14556 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2026-04-16T18:41:13.923 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:41:13 vm06 bash[28176]: audit 2026-04-16T18:41:13.295185+0000 mgr.vm06.sywxig (mgr.14229) 101 : audit [DBG] from='client.14556 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2026-04-16T18:41:13.952 INFO:teuthology.orchestra.run.vm06.stdout:HOST PATH TYPE DEVICE ID SIZE AVAILABLE REFRESHED REJECT REASONS 2026-04-16T18:41:13.952 INFO:teuthology.orchestra.run.vm06.stdout:vm06 /dev/nvme0n1 ssd Linux_9fdcdc5528f31119ddcd 19.9G No 13s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2026-04-16T18:41:13.952 INFO:teuthology.orchestra.run.vm06.stdout:vm06 /dev/nvme1n1 ssd Linux_8e01ce1241a0ee3f43b3 19.9G No 13s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2026-04-16T18:41:13.952 INFO:teuthology.orchestra.run.vm06.stdout:vm06 /dev/nvme2n1 ssd Linux_6a6554928f8b4ef700a5 19.9G No 13s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2026-04-16T18:41:13.952 INFO:teuthology.orchestra.run.vm06.stdout:vm06 /dev/nvme3n1 ssd Linux_552c2e2d7ba71c8c775e 19.9G No 13s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2026-04-16T18:41:13.952 INFO:teuthology.orchestra.run.vm06.stdout:vm06 /dev/sr0 hdd QEMU_DVD-ROM_QM00003 366k No 13s ago Has a FileSystem, Insufficient space (<5GB) 2026-04-16T18:41:13.952 INFO:teuthology.orchestra.run.vm06.stdout:vm06 /dev/vdb hdd DWNBRSTVMM06001 20.0G No 13s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2026-04-16T18:41:13.952 INFO:teuthology.orchestra.run.vm06.stdout:vm06 /dev/vdc hdd DWNBRSTVMM06002 20.0G No 13s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2026-04-16T18:41:13.952 INFO:teuthology.orchestra.run.vm06.stdout:vm06 /dev/vdd hdd DWNBRSTVMM06003 20.0G No 13s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2026-04-16T18:41:13.952 INFO:teuthology.orchestra.run.vm06.stdout:vm06 /dev/vde hdd DWNBRSTVMM06004 20.0G No 13s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2026-04-16T18:41:13.952 INFO:teuthology.orchestra.run.vm06.stdout:vm09 /dev/nvme0n1 ssd Linux_e314e6778e13da527ca2 19.9G No 14s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2026-04-16T18:41:13.952 INFO:teuthology.orchestra.run.vm06.stdout:vm09 /dev/nvme1n1 ssd Linux_6d2f7a51bd2c102cc2dd 19.9G No 14s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2026-04-16T18:41:13.952 INFO:teuthology.orchestra.run.vm06.stdout:vm09 /dev/nvme2n1 ssd Linux_a4b453ab305c166f255f 19.9G No 14s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2026-04-16T18:41:13.952 INFO:teuthology.orchestra.run.vm06.stdout:vm09 /dev/nvme3n1 ssd Linux_cd24078c14497c3fb851 19.9G No 14s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2026-04-16T18:41:13.952 INFO:teuthology.orchestra.run.vm06.stdout:vm09 /dev/sr0 hdd QEMU_DVD-ROM_QM00003 366k No 14s ago Has a FileSystem, Insufficient space (<5GB) 2026-04-16T18:41:13.952 INFO:teuthology.orchestra.run.vm06.stdout:vm09 /dev/vdb hdd DWNBRSTVMM09001 20.0G No 14s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2026-04-16T18:41:13.952 INFO:teuthology.orchestra.run.vm06.stdout:vm09 /dev/vdc hdd DWNBRSTVMM09002 20.0G No 14s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2026-04-16T18:41:13.952 INFO:teuthology.orchestra.run.vm06.stdout:vm09 /dev/vdd hdd DWNBRSTVMM09003 20.0G No 14s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2026-04-16T18:41:13.952 INFO:teuthology.orchestra.run.vm06.stdout:vm09 /dev/vde hdd DWNBRSTVMM09004 20.0G No 14s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2026-04-16T18:41:14.015 DEBUG:teuthology.orchestra.run.vm06:> sudo /home/ubuntu/cephtest/cephadm --image harbor.clyso.com/custom-ceph/ceph/ceph:sse-s3-kmip-preview-not-for-production-7 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4f654fb6-39c3-11f1-a5d5-6940ad893399 -- bash -c 'ceph orch ls | grep '"'"'^osd.all-available-devices '"'"'' 2026-04-16T18:41:14.253 INFO:teuthology.orchestra.run.vm06.stderr:Inferring config /var/lib/ceph/4f654fb6-39c3-11f1-a5d5-6940ad893399/mon.vm06/config 2026-04-16T18:41:14.260 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:41:13 vm09 bash[35508]: cluster 2026-04-16T18:41:13.003251+0000 mgr.vm06.sywxig (mgr.14229) 100 : cluster [DBG] pgmap v48: 1 pgs: 1 active+clean; 577 KiB data, 214 MiB used, 160 GiB / 160 GiB avail; 48 KiB/s, 0 objects/s recovering 2026-04-16T18:41:14.260 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:41:13 vm09 bash[35508]: cluster 2026-04-16T18:41:13.003251+0000 mgr.vm06.sywxig (mgr.14229) 100 : cluster [DBG] pgmap v48: 1 pgs: 1 active+clean; 577 KiB data, 214 MiB used, 160 GiB / 160 GiB avail; 48 KiB/s, 0 objects/s recovering 2026-04-16T18:41:14.260 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:41:13 vm09 bash[35508]: audit 2026-04-16T18:41:13.295185+0000 mgr.vm06.sywxig (mgr.14229) 101 : audit [DBG] from='client.14556 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2026-04-16T18:41:14.260 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:41:13 vm09 bash[35508]: audit 2026-04-16T18:41:13.295185+0000 mgr.vm06.sywxig (mgr.14229) 101 : audit [DBG] from='client.14556 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2026-04-16T18:41:14.607 INFO:teuthology.orchestra.run.vm06.stdout:osd.all-available-devices 8 16s ago 48s * 2026-04-16T18:41:14.660 INFO:teuthology.run_tasks:Running task cephadm.shell... 2026-04-16T18:41:14.662 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@vm06.local 2026-04-16T18:41:14.662 DEBUG:teuthology.orchestra.run.vm06:> sudo /home/ubuntu/cephtest/cephadm --image harbor.clyso.com/custom-ceph/ceph/ceph:sse-s3-kmip-preview-not-for-production-7 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4f654fb6-39c3-11f1-a5d5-6940ad893399 -- bash -c 'set -e 2026-04-16T18:41:14.662 DEBUG:teuthology.orchestra.run.vm06:> set -x 2026-04-16T18:41:14.662 DEBUG:teuthology.orchestra.run.vm06:> ceph orch ps 2026-04-16T18:41:14.662 DEBUG:teuthology.orchestra.run.vm06:> ceph orch device ls 2026-04-16T18:41:14.662 DEBUG:teuthology.orchestra.run.vm06:> DEVID=$(ceph device ls | grep osd.1 | awk '"'"'{print $1}'"'"') 2026-04-16T18:41:14.662 DEBUG:teuthology.orchestra.run.vm06:> HOST=$(ceph orch device ls | grep "$DEVID" | awk '"'"'{print $1}'"'"') 2026-04-16T18:41:14.662 DEBUG:teuthology.orchestra.run.vm06:> DEV=$(ceph orch device ls | grep "$DEVID" | awk '"'"'{print $2}'"'"') 2026-04-16T18:41:14.662 DEBUG:teuthology.orchestra.run.vm06:> echo "host $HOST, dev $DEV, devid $DEVID" 2026-04-16T18:41:14.662 DEBUG:teuthology.orchestra.run.vm06:> ceph orch osd rm --zap --replace 1 2026-04-16T18:41:14.662 DEBUG:teuthology.orchestra.run.vm06:> while ceph orch osd rm status | grep ^1 ; do sleep 5 ; done 2026-04-16T18:41:14.662 DEBUG:teuthology.orchestra.run.vm06:> while ! ceph osd dump | grep osd.1 | grep "up\s*in" ; do sleep 5 ; done 2026-04-16T18:41:14.662 DEBUG:teuthology.orchestra.run.vm06:> ' 2026-04-16T18:41:14.909 INFO:teuthology.orchestra.run.vm06.stderr:Inferring config /var/lib/ceph/4f654fb6-39c3-11f1-a5d5-6940ad893399/mon.vm06/config 2026-04-16T18:41:14.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:41:14 vm06 bash[28176]: audit 2026-04-16T18:41:13.950149+0000 mgr.vm06.sywxig (mgr.14229) 102 : audit [DBG] from='client.14560 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "target": ["mon-mgr", ""]}]: dispatch 2026-04-16T18:41:14.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:41:14 vm06 bash[28176]: audit 2026-04-16T18:41:13.950149+0000 mgr.vm06.sywxig (mgr.14229) 102 : audit [DBG] from='client.14560 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "target": ["mon-mgr", ""]}]: dispatch 2026-04-16T18:41:14.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:41:14 vm06 bash[28176]: audit 2026-04-16T18:41:14.594041+0000 mgr.vm06.sywxig (mgr.14229) 103 : audit [DBG] from='client.14564 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2026-04-16T18:41:14.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:41:14 vm06 bash[28176]: audit 2026-04-16T18:41:14.594041+0000 mgr.vm06.sywxig (mgr.14229) 103 : audit [DBG] from='client.14564 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2026-04-16T18:41:14.986 INFO:teuthology.orchestra.run.vm06.stderr:+ ceph orch ps 2026-04-16T18:41:15.260 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:41:14 vm09 bash[35508]: audit 2026-04-16T18:41:13.950149+0000 mgr.vm06.sywxig (mgr.14229) 102 : audit [DBG] from='client.14560 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "target": ["mon-mgr", ""]}]: dispatch 2026-04-16T18:41:15.260 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:41:14 vm09 bash[35508]: audit 2026-04-16T18:41:13.950149+0000 mgr.vm06.sywxig (mgr.14229) 102 : audit [DBG] from='client.14560 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "target": ["mon-mgr", ""]}]: dispatch 2026-04-16T18:41:15.260 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:41:14 vm09 bash[35508]: audit 2026-04-16T18:41:14.594041+0000 mgr.vm06.sywxig (mgr.14229) 103 : audit [DBG] from='client.14564 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2026-04-16T18:41:15.260 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:41:14 vm09 bash[35508]: audit 2026-04-16T18:41:14.594041+0000 mgr.vm06.sywxig (mgr.14229) 103 : audit [DBG] from='client.14564 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2026-04-16T18:41:15.263 INFO:teuthology.orchestra.run.vm06.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2026-04-16T18:41:15.263 INFO:teuthology.orchestra.run.vm06.stdout:alertmanager.vm06 vm06 *:9093,9094 running (49s) 16s ago 96s 14.9M - 0.28.1 27c475db5fb1 f60faa8a8654 2026-04-16T18:41:15.263 INFO:teuthology.orchestra.run.vm06.stdout:ceph-exporter.vm06 vm06 *:9926 running (101s) 16s ago 101s 8259k - 20.2.0-21-gc03ba9ecf58 fc41d50a3963 cf02e6dab2fb 2026-04-16T18:41:15.263 INFO:teuthology.orchestra.run.vm06.stdout:ceph-exporter.vm09 vm09 *:9926 running (62s) 17s ago 62s 8236k - 20.2.0-21-gc03ba9ecf58 fc41d50a3963 f93144e0c845 2026-04-16T18:41:15.263 INFO:teuthology.orchestra.run.vm06.stdout:crash.vm06 vm06 running (100s) 16s ago 100s 10.7M - 20.2.0-21-gc03ba9ecf58 fc41d50a3963 6d8af119240d 2026-04-16T18:41:15.263 INFO:teuthology.orchestra.run.vm06.stdout:crash.vm09 vm09 running (61s) 17s ago 61s 11.6M - 20.2.0-21-gc03ba9ecf58 fc41d50a3963 efbdc426178f 2026-04-16T18:41:15.263 INFO:teuthology.orchestra.run.vm06.stdout:grafana.vm06 vm06 *:3000 running (51s) 16s ago 86s 120M - 12.2.0 74144189b384 23eb0bee8a20 2026-04-16T18:41:15.263 INFO:teuthology.orchestra.run.vm06.stdout:mgr.vm06.sywxig vm06 *:9283,8765,8443 running (2m) 16s ago 2m 527M - 20.2.0-21-gc03ba9ecf58 fc41d50a3963 73d239a440f9 2026-04-16T18:41:15.263 INFO:teuthology.orchestra.run.vm06.stdout:mgr.vm09.fddlpl vm09 *:8443,9283,8765 running (60s) 17s ago 60s 469M - 20.2.0-21-gc03ba9ecf58 fc41d50a3963 ae1285329692 2026-04-16T18:41:15.263 INFO:teuthology.orchestra.run.vm06.stdout:mon.vm06 vm06 running (2m) 16s ago 2m 49.6M 2048M 20.2.0-21-gc03ba9ecf58 fc41d50a3963 7462ae360c4e 2026-04-16T18:41:15.263 INFO:teuthology.orchestra.run.vm06.stdout:mon.vm09 vm09 running (59s) 17s ago 59s 41.6M 2048M 20.2.0-21-gc03ba9ecf58 fc41d50a3963 fbdc50247a05 2026-04-16T18:41:15.263 INFO:teuthology.orchestra.run.vm06.stdout:node-exporter.vm06 vm06 *:9100 running (97s) 16s ago 99s 8412k - 1.9.1 d00a542e409e 1a4c95c70454 2026-04-16T18:41:15.263 INFO:teuthology.orchestra.run.vm06.stdout:node-exporter.vm09 vm09 *:9100 running (59s) 17s ago 61s 7975k - 1.9.1 d00a542e409e 579bfb944ed1 2026-04-16T18:41:15.263 INFO:teuthology.orchestra.run.vm06.stdout:osd.0 vm06 running (28s) 16s ago 30s 49.1M 4096M 20.2.0-21-gc03ba9ecf58 fc41d50a3963 365f5cfe1235 2026-04-16T18:41:15.263 INFO:teuthology.orchestra.run.vm06.stdout:osd.1 vm09 running (27s) 17s ago 30s 37.9M 4096M 20.2.0-21-gc03ba9ecf58 fc41d50a3963 0a5620bc721c 2026-04-16T18:41:15.263 INFO:teuthology.orchestra.run.vm06.stdout:osd.2 vm06 running (27s) 16s ago 29s 28.9M 4096M 20.2.0-21-gc03ba9ecf58 fc41d50a3963 da05515ffc0a 2026-04-16T18:41:15.263 INFO:teuthology.orchestra.run.vm06.stdout:osd.3 vm09 running (26s) 17s ago 28s 38.9M 4096M 20.2.0-21-gc03ba9ecf58 fc41d50a3963 bc5453643111 2026-04-16T18:41:15.263 INFO:teuthology.orchestra.run.vm06.stdout:osd.4 vm06 running (24s) 16s ago 27s 29.0M 4096M 20.2.0-21-gc03ba9ecf58 fc41d50a3963 fdc0c1d21aa9 2026-04-16T18:41:15.263 INFO:teuthology.orchestra.run.vm06.stdout:osd.5 vm09 running (24s) 17s ago 27s 29.0M 4096M 20.2.0-21-gc03ba9ecf58 fc41d50a3963 0f10999237de 2026-04-16T18:41:15.263 INFO:teuthology.orchestra.run.vm06.stdout:osd.6 vm06 running (22s) 16s ago 25s 28.8M 4096M 20.2.0-21-gc03ba9ecf58 fc41d50a3963 bb71080ca7e3 2026-04-16T18:41:15.263 INFO:teuthology.orchestra.run.vm06.stdout:osd.7 vm09 running (22s) 17s ago 25s 26.3M 4096M 20.2.0-21-gc03ba9ecf58 fc41d50a3963 0fe8e95cbc7c 2026-04-16T18:41:15.263 INFO:teuthology.orchestra.run.vm06.stdout:prometheus.vm06 vm06 *:9095 running (52s) 16s ago 80s 28.4M - 3.6.0 76947e7ef22f 8dd01f36d1c0 2026-04-16T18:41:15.276 INFO:teuthology.orchestra.run.vm06.stderr:+ ceph orch device ls 2026-04-16T18:41:15.458 INFO:teuthology.orchestra.run.vm06.stdout:HOST PATH TYPE DEVICE ID SIZE AVAILABLE REFRESHED REJECT REASONS 2026-04-16T18:41:15.458 INFO:teuthology.orchestra.run.vm06.stdout:vm06 /dev/nvme0n1 ssd Linux_9fdcdc5528f31119ddcd 19.9G No 14s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2026-04-16T18:41:15.459 INFO:teuthology.orchestra.run.vm06.stdout:vm06 /dev/nvme1n1 ssd Linux_8e01ce1241a0ee3f43b3 19.9G No 14s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2026-04-16T18:41:15.459 INFO:teuthology.orchestra.run.vm06.stdout:vm06 /dev/nvme2n1 ssd Linux_6a6554928f8b4ef700a5 19.9G No 14s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2026-04-16T18:41:15.459 INFO:teuthology.orchestra.run.vm06.stdout:vm06 /dev/nvme3n1 ssd Linux_552c2e2d7ba71c8c775e 19.9G No 14s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2026-04-16T18:41:15.459 INFO:teuthology.orchestra.run.vm06.stdout:vm06 /dev/sr0 hdd QEMU_DVD-ROM_QM00003 366k No 14s ago Has a FileSystem, Insufficient space (<5GB) 2026-04-16T18:41:15.459 INFO:teuthology.orchestra.run.vm06.stdout:vm06 /dev/vdb hdd DWNBRSTVMM06001 20.0G No 14s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2026-04-16T18:41:15.459 INFO:teuthology.orchestra.run.vm06.stdout:vm06 /dev/vdc hdd DWNBRSTVMM06002 20.0G No 14s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2026-04-16T18:41:15.459 INFO:teuthology.orchestra.run.vm06.stdout:vm06 /dev/vdd hdd DWNBRSTVMM06003 20.0G No 14s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2026-04-16T18:41:15.459 INFO:teuthology.orchestra.run.vm06.stdout:vm06 /dev/vde hdd DWNBRSTVMM06004 20.0G No 14s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2026-04-16T18:41:15.459 INFO:teuthology.orchestra.run.vm06.stdout:vm09 /dev/nvme0n1 ssd Linux_e314e6778e13da527ca2 19.9G No 15s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2026-04-16T18:41:15.459 INFO:teuthology.orchestra.run.vm06.stdout:vm09 /dev/nvme1n1 ssd Linux_6d2f7a51bd2c102cc2dd 19.9G No 15s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2026-04-16T18:41:15.459 INFO:teuthology.orchestra.run.vm06.stdout:vm09 /dev/nvme2n1 ssd Linux_a4b453ab305c166f255f 19.9G No 15s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2026-04-16T18:41:15.459 INFO:teuthology.orchestra.run.vm06.stdout:vm09 /dev/nvme3n1 ssd Linux_cd24078c14497c3fb851 19.9G No 15s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2026-04-16T18:41:15.459 INFO:teuthology.orchestra.run.vm06.stdout:vm09 /dev/sr0 hdd QEMU_DVD-ROM_QM00003 366k No 15s ago Has a FileSystem, Insufficient space (<5GB) 2026-04-16T18:41:15.459 INFO:teuthology.orchestra.run.vm06.stdout:vm09 /dev/vdb hdd DWNBRSTVMM09001 20.0G No 15s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2026-04-16T18:41:15.459 INFO:teuthology.orchestra.run.vm06.stdout:vm09 /dev/vdc hdd DWNBRSTVMM09002 20.0G No 15s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2026-04-16T18:41:15.459 INFO:teuthology.orchestra.run.vm06.stdout:vm09 /dev/vdd hdd DWNBRSTVMM09003 20.0G No 15s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2026-04-16T18:41:15.459 INFO:teuthology.orchestra.run.vm06.stdout:vm09 /dev/vde hdd DWNBRSTVMM09004 20.0G No 15s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2026-04-16T18:41:15.470 INFO:teuthology.orchestra.run.vm06.stderr:++ ceph device ls 2026-04-16T18:41:15.470 INFO:teuthology.orchestra.run.vm06.stderr:++ grep osd.1 2026-04-16T18:41:15.470 INFO:teuthology.orchestra.run.vm06.stderr:++ awk '{print $1}' 2026-04-16T18:41:15.650 INFO:teuthology.orchestra.run.vm06.stderr:+ DEVID=Linux_e314e6778e13da527ca2 2026-04-16T18:41:15.650 INFO:teuthology.orchestra.run.vm06.stderr:++ ceph orch device ls 2026-04-16T18:41:15.650 INFO:teuthology.orchestra.run.vm06.stderr:++ grep Linux_e314e6778e13da527ca2 2026-04-16T18:41:15.650 INFO:teuthology.orchestra.run.vm06.stderr:++ awk '{print $1}' 2026-04-16T18:41:15.838 INFO:teuthology.orchestra.run.vm06.stderr:+ HOST=vm09 2026-04-16T18:41:15.839 INFO:teuthology.orchestra.run.vm06.stderr:++ ceph orch device ls 2026-04-16T18:41:15.839 INFO:teuthology.orchestra.run.vm06.stderr:++ grep Linux_e314e6778e13da527ca2 2026-04-16T18:41:15.839 INFO:teuthology.orchestra.run.vm06.stderr:++ awk '{print $2}' 2026-04-16T18:41:16.021 INFO:teuthology.orchestra.run.vm06.stderr:+ DEV=/dev/nvme0n1 2026-04-16T18:41:16.021 INFO:teuthology.orchestra.run.vm06.stderr:+ echo 'host vm09, dev /dev/nvme0n1, devid Linux_e314e6778e13da527ca2' 2026-04-16T18:41:16.021 INFO:teuthology.orchestra.run.vm06.stderr:+ ceph orch osd rm --zap --replace 1 2026-04-16T18:41:16.021 INFO:teuthology.orchestra.run.vm06.stdout:host vm09, dev /dev/nvme0n1, devid Linux_e314e6778e13da527ca2 2026-04-16T18:41:16.173 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:41:15 vm06 bash[28176]: cluster 2026-04-16T18:41:15.003544+0000 mgr.vm06.sywxig (mgr.14229) 104 : cluster [DBG] pgmap v49: 1 pgs: 1 active+clean; 577 KiB data, 214 MiB used, 160 GiB / 160 GiB avail 2026-04-16T18:41:16.173 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:41:15 vm06 bash[28176]: cluster 2026-04-16T18:41:15.003544+0000 mgr.vm06.sywxig (mgr.14229) 104 : cluster [DBG] pgmap v49: 1 pgs: 1 active+clean; 577 KiB data, 214 MiB used, 160 GiB / 160 GiB avail 2026-04-16T18:41:16.173 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:41:15 vm06 bash[28176]: audit 2026-04-16T18:41:15.258300+0000 mgr.vm06.sywxig (mgr.14229) 105 : audit [DBG] from='client.14568 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2026-04-16T18:41:16.174 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:41:15 vm06 bash[28176]: audit 2026-04-16T18:41:15.258300+0000 mgr.vm06.sywxig (mgr.14229) 105 : audit [DBG] from='client.14568 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2026-04-16T18:41:16.174 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:41:15 vm06 bash[28176]: audit 2026-04-16T18:41:15.457103+0000 mgr.vm06.sywxig (mgr.14229) 106 : audit [DBG] from='client.14572 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "target": ["mon-mgr", ""]}]: dispatch 2026-04-16T18:41:16.174 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:41:15 vm06 bash[28176]: audit 2026-04-16T18:41:15.457103+0000 mgr.vm06.sywxig (mgr.14229) 106 : audit [DBG] from='client.14572 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "target": ["mon-mgr", ""]}]: dispatch 2026-04-16T18:41:16.174 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:41:15 vm06 bash[28176]: audit 2026-04-16T18:41:15.636654+0000 mgr.vm06.sywxig (mgr.14229) 107 : audit [DBG] from='client.14576 -' entity='client.admin' cmd=[{"prefix": "device ls", "target": ["mon-mgr", ""]}]: dispatch 2026-04-16T18:41:16.174 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:41:15 vm06 bash[28176]: audit 2026-04-16T18:41:15.636654+0000 mgr.vm06.sywxig (mgr.14229) 107 : audit [DBG] from='client.14576 -' entity='client.admin' cmd=[{"prefix": "device ls", "target": ["mon-mgr", ""]}]: dispatch 2026-04-16T18:41:16.202 INFO:teuthology.orchestra.run.vm06.stdout:Scheduled OSD(s) for removal. 2026-04-16T18:41:16.219 INFO:teuthology.orchestra.run.vm06.stderr:+ ceph orch osd rm status 2026-04-16T18:41:16.219 INFO:teuthology.orchestra.run.vm06.stderr:+ grep '^1' 2026-04-16T18:41:16.260 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:41:15 vm09 bash[35508]: cluster 2026-04-16T18:41:15.003544+0000 mgr.vm06.sywxig (mgr.14229) 104 : cluster [DBG] pgmap v49: 1 pgs: 1 active+clean; 577 KiB data, 214 MiB used, 160 GiB / 160 GiB avail 2026-04-16T18:41:16.260 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:41:15 vm09 bash[35508]: cluster 2026-04-16T18:41:15.003544+0000 mgr.vm06.sywxig (mgr.14229) 104 : cluster [DBG] pgmap v49: 1 pgs: 1 active+clean; 577 KiB data, 214 MiB used, 160 GiB / 160 GiB avail 2026-04-16T18:41:16.260 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:41:15 vm09 bash[35508]: audit 2026-04-16T18:41:15.258300+0000 mgr.vm06.sywxig (mgr.14229) 105 : audit [DBG] from='client.14568 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2026-04-16T18:41:16.260 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:41:15 vm09 bash[35508]: audit 2026-04-16T18:41:15.258300+0000 mgr.vm06.sywxig (mgr.14229) 105 : audit [DBG] from='client.14568 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2026-04-16T18:41:16.260 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:41:15 vm09 bash[35508]: audit 2026-04-16T18:41:15.457103+0000 mgr.vm06.sywxig (mgr.14229) 106 : audit [DBG] from='client.14572 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "target": ["mon-mgr", ""]}]: dispatch 2026-04-16T18:41:16.260 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:41:15 vm09 bash[35508]: audit 2026-04-16T18:41:15.457103+0000 mgr.vm06.sywxig (mgr.14229) 106 : audit [DBG] from='client.14572 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "target": ["mon-mgr", ""]}]: dispatch 2026-04-16T18:41:16.260 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:41:15 vm09 bash[35508]: audit 2026-04-16T18:41:15.636654+0000 mgr.vm06.sywxig (mgr.14229) 107 : audit [DBG] from='client.14576 -' entity='client.admin' cmd=[{"prefix": "device ls", "target": ["mon-mgr", ""]}]: dispatch 2026-04-16T18:41:16.260 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:41:15 vm09 bash[35508]: audit 2026-04-16T18:41:15.636654+0000 mgr.vm06.sywxig (mgr.14229) 107 : audit [DBG] from='client.14576 -' entity='client.admin' cmd=[{"prefix": "device ls", "target": ["mon-mgr", ""]}]: dispatch 2026-04-16T18:41:16.416 INFO:teuthology.orchestra.run.vm06.stdout:1 vm09 started 0 True False True 2026-04-16T18:41:16.416 INFO:teuthology.orchestra.run.vm06.stderr:+ sleep 5 2026-04-16T18:41:17.173 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:41:16 vm06 bash[28176]: audit 2026-04-16T18:41:15.825984+0000 mgr.vm06.sywxig (mgr.14229) 108 : audit [DBG] from='client.14580 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "target": ["mon-mgr", ""]}]: dispatch 2026-04-16T18:41:17.174 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:41:16 vm06 bash[28176]: audit 2026-04-16T18:41:15.825984+0000 mgr.vm06.sywxig (mgr.14229) 108 : audit [DBG] from='client.14580 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "target": ["mon-mgr", ""]}]: dispatch 2026-04-16T18:41:17.174 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:41:16 vm06 bash[28176]: audit 2026-04-16T18:41:16.009076+0000 mgr.vm06.sywxig (mgr.14229) 109 : audit [DBG] from='client.14584 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "target": ["mon-mgr", ""]}]: dispatch 2026-04-16T18:41:17.174 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:41:16 vm06 bash[28176]: audit 2026-04-16T18:41:16.009076+0000 mgr.vm06.sywxig (mgr.14229) 109 : audit [DBG] from='client.14584 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "target": ["mon-mgr", ""]}]: dispatch 2026-04-16T18:41:17.174 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:41:16 vm06 bash[28176]: audit 2026-04-16T18:41:16.200492+0000 mgr.vm06.sywxig (mgr.14229) 110 : audit [DBG] from='client.14588 -' entity='client.admin' cmd=[{"prefix": "orch osd rm", "zap": true, "replace": true, "osd_id": ["1"], "target": ["mon-mgr", ""]}]: dispatch 2026-04-16T18:41:17.174 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:41:16 vm06 bash[28176]: audit 2026-04-16T18:41:16.200492+0000 mgr.vm06.sywxig (mgr.14229) 110 : audit [DBG] from='client.14588 -' entity='client.admin' cmd=[{"prefix": "orch osd rm", "zap": true, "replace": true, "osd_id": ["1"], "target": ["mon-mgr", ""]}]: dispatch 2026-04-16T18:41:17.174 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:41:16 vm06 bash[28176]: audit 2026-04-16T18:41:16.201188+0000 mon.vm06 (mon.0) 668 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "osd crush tree", "format": "json"} : dispatch 2026-04-16T18:41:17.174 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:41:16 vm06 bash[28176]: audit 2026-04-16T18:41:16.201188+0000 mon.vm06 (mon.0) 668 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "osd crush tree", "format": "json"} : dispatch 2026-04-16T18:41:17.174 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:41:16 vm06 bash[28176]: cephadm 2026-04-16T18:41:16.201746+0000 mgr.vm06.sywxig (mgr.14229) 111 : cephadm [INF] osd.1 crush weight is 0.0194854736328125 2026-04-16T18:41:17.174 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:41:16 vm06 bash[28176]: cephadm 2026-04-16T18:41:16.201746+0000 mgr.vm06.sywxig (mgr.14229) 111 : cephadm [INF] osd.1 crush weight is 0.0194854736328125 2026-04-16T18:41:17.174 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:41:16 vm06 bash[28176]: audit 2026-04-16T18:41:16.201955+0000 mon.vm06 (mon.0) 669 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-04-16T18:41:17.174 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:41:16 vm06 bash[28176]: audit 2026-04-16T18:41:16.201955+0000 mon.vm06 (mon.0) 669 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-04-16T18:41:17.174 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:41:16 vm06 bash[28176]: audit 2026-04-16T18:41:16.406343+0000 mgr.vm06.sywxig (mgr.14229) 112 : audit [DBG] from='client.14592 -' entity='client.admin' cmd=[{"prefix": "orch osd rm status", "target": ["mon-mgr", ""]}]: dispatch 2026-04-16T18:41:17.174 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:41:16 vm06 bash[28176]: audit 2026-04-16T18:41:16.406343+0000 mgr.vm06.sywxig (mgr.14229) 112 : audit [DBG] from='client.14592 -' entity='client.admin' cmd=[{"prefix": "orch osd rm status", "target": ["mon-mgr", ""]}]: dispatch 2026-04-16T18:41:17.174 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:41:16 vm06 bash[28176]: audit 2026-04-16T18:41:16.406795+0000 mon.vm06 (mon.0) 670 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "osd df", "format": "json"} : dispatch 2026-04-16T18:41:17.174 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:41:16 vm06 bash[28176]: audit 2026-04-16T18:41:16.406795+0000 mon.vm06 (mon.0) 670 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "osd df", "format": "json"} : dispatch 2026-04-16T18:41:17.174 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:41:16 vm06 bash[28176]: audit 2026-04-16T18:41:16.406964+0000 mgr.vm06.sywxig (mgr.14229) 113 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2026-04-16T18:41:17.174 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:41:16 vm06 bash[28176]: audit 2026-04-16T18:41:16.406964+0000 mgr.vm06.sywxig (mgr.14229) 113 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2026-04-16T18:41:17.260 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:41:16 vm09 bash[35508]: audit 2026-04-16T18:41:15.825984+0000 mgr.vm06.sywxig (mgr.14229) 108 : audit [DBG] from='client.14580 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "target": ["mon-mgr", ""]}]: dispatch 2026-04-16T18:41:17.260 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:41:16 vm09 bash[35508]: audit 2026-04-16T18:41:15.825984+0000 mgr.vm06.sywxig (mgr.14229) 108 : audit [DBG] from='client.14580 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "target": ["mon-mgr", ""]}]: dispatch 2026-04-16T18:41:17.260 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:41:16 vm09 bash[35508]: audit 2026-04-16T18:41:16.009076+0000 mgr.vm06.sywxig (mgr.14229) 109 : audit [DBG] from='client.14584 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "target": ["mon-mgr", ""]}]: dispatch 2026-04-16T18:41:17.260 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:41:16 vm09 bash[35508]: audit 2026-04-16T18:41:16.009076+0000 mgr.vm06.sywxig (mgr.14229) 109 : audit [DBG] from='client.14584 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "target": ["mon-mgr", ""]}]: dispatch 2026-04-16T18:41:17.260 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:41:16 vm09 bash[35508]: audit 2026-04-16T18:41:16.200492+0000 mgr.vm06.sywxig (mgr.14229) 110 : audit [DBG] from='client.14588 -' entity='client.admin' cmd=[{"prefix": "orch osd rm", "zap": true, "replace": true, "osd_id": ["1"], "target": ["mon-mgr", ""]}]: dispatch 2026-04-16T18:41:17.260 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:41:16 vm09 bash[35508]: audit 2026-04-16T18:41:16.200492+0000 mgr.vm06.sywxig (mgr.14229) 110 : audit [DBG] from='client.14588 -' entity='client.admin' cmd=[{"prefix": "orch osd rm", "zap": true, "replace": true, "osd_id": ["1"], "target": ["mon-mgr", ""]}]: dispatch 2026-04-16T18:41:17.260 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:41:16 vm09 bash[35508]: audit 2026-04-16T18:41:16.201188+0000 mon.vm06 (mon.0) 668 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "osd crush tree", "format": "json"} : dispatch 2026-04-16T18:41:17.260 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:41:16 vm09 bash[35508]: audit 2026-04-16T18:41:16.201188+0000 mon.vm06 (mon.0) 668 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "osd crush tree", "format": "json"} : dispatch 2026-04-16T18:41:17.260 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:41:16 vm09 bash[35508]: cephadm 2026-04-16T18:41:16.201746+0000 mgr.vm06.sywxig (mgr.14229) 111 : cephadm [INF] osd.1 crush weight is 0.0194854736328125 2026-04-16T18:41:17.261 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:41:16 vm09 bash[35508]: cephadm 2026-04-16T18:41:16.201746+0000 mgr.vm06.sywxig (mgr.14229) 111 : cephadm [INF] osd.1 crush weight is 0.0194854736328125 2026-04-16T18:41:17.261 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:41:16 vm09 bash[35508]: audit 2026-04-16T18:41:16.201955+0000 mon.vm06 (mon.0) 669 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-04-16T18:41:17.261 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:41:16 vm09 bash[35508]: audit 2026-04-16T18:41:16.201955+0000 mon.vm06 (mon.0) 669 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-04-16T18:41:17.261 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:41:16 vm09 bash[35508]: audit 2026-04-16T18:41:16.406343+0000 mgr.vm06.sywxig (mgr.14229) 112 : audit [DBG] from='client.14592 -' entity='client.admin' cmd=[{"prefix": "orch osd rm status", "target": ["mon-mgr", ""]}]: dispatch 2026-04-16T18:41:17.261 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:41:16 vm09 bash[35508]: audit 2026-04-16T18:41:16.406343+0000 mgr.vm06.sywxig (mgr.14229) 112 : audit [DBG] from='client.14592 -' entity='client.admin' cmd=[{"prefix": "orch osd rm status", "target": ["mon-mgr", ""]}]: dispatch 2026-04-16T18:41:17.261 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:41:16 vm09 bash[35508]: audit 2026-04-16T18:41:16.406795+0000 mon.vm06 (mon.0) 670 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "osd df", "format": "json"} : dispatch 2026-04-16T18:41:17.261 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:41:16 vm09 bash[35508]: audit 2026-04-16T18:41:16.406795+0000 mon.vm06 (mon.0) 670 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "osd df", "format": "json"} : dispatch 2026-04-16T18:41:17.261 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:41:16 vm09 bash[35508]: audit 2026-04-16T18:41:16.406964+0000 mgr.vm06.sywxig (mgr.14229) 113 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2026-04-16T18:41:17.261 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:41:16 vm09 bash[35508]: audit 2026-04-16T18:41:16.406964+0000 mgr.vm06.sywxig (mgr.14229) 113 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2026-04-16T18:41:18.173 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:41:17 vm06 bash[28176]: cluster 2026-04-16T18:41:17.003799+0000 mgr.vm06.sywxig (mgr.14229) 114 : cluster [DBG] pgmap v50: 1 pgs: 1 active+clean; 577 KiB data, 214 MiB used, 160 GiB / 160 GiB avail 2026-04-16T18:41:18.173 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:41:17 vm06 bash[28176]: cluster 2026-04-16T18:41:17.003799+0000 mgr.vm06.sywxig (mgr.14229) 114 : cluster [DBG] pgmap v50: 1 pgs: 1 active+clean; 577 KiB data, 214 MiB used, 160 GiB / 160 GiB avail 2026-04-16T18:41:18.260 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:41:17 vm09 bash[35508]: cluster 2026-04-16T18:41:17.003799+0000 mgr.vm06.sywxig (mgr.14229) 114 : cluster [DBG] pgmap v50: 1 pgs: 1 active+clean; 577 KiB data, 214 MiB used, 160 GiB / 160 GiB avail 2026-04-16T18:41:18.260 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:41:17 vm09 bash[35508]: cluster 2026-04-16T18:41:17.003799+0000 mgr.vm06.sywxig (mgr.14229) 114 : cluster [DBG] pgmap v50: 1 pgs: 1 active+clean; 577 KiB data, 214 MiB used, 160 GiB / 160 GiB avail 2026-04-16T18:41:20.423 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:41:20 vm06 bash[28176]: cluster 2026-04-16T18:41:19.004108+0000 mgr.vm06.sywxig (mgr.14229) 115 : cluster [DBG] pgmap v51: 1 pgs: 1 active+clean; 577 KiB data, 214 MiB used, 160 GiB / 160 GiB avail 2026-04-16T18:41:20.423 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:41:20 vm06 bash[28176]: cluster 2026-04-16T18:41:19.004108+0000 mgr.vm06.sywxig (mgr.14229) 115 : cluster [DBG] pgmap v51: 1 pgs: 1 active+clean; 577 KiB data, 214 MiB used, 160 GiB / 160 GiB avail 2026-04-16T18:41:20.510 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:41:20 vm09 bash[35508]: cluster 2026-04-16T18:41:19.004108+0000 mgr.vm06.sywxig (mgr.14229) 115 : cluster [DBG] pgmap v51: 1 pgs: 1 active+clean; 577 KiB data, 214 MiB used, 160 GiB / 160 GiB avail 2026-04-16T18:41:20.510 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:41:20 vm09 bash[35508]: cluster 2026-04-16T18:41:19.004108+0000 mgr.vm06.sywxig (mgr.14229) 115 : cluster [DBG] pgmap v51: 1 pgs: 1 active+clean; 577 KiB data, 214 MiB used, 160 GiB / 160 GiB avail 2026-04-16T18:41:21.423 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:41:21 vm06 bash[28176]: audit 2026-04-16T18:41:20.256226+0000 mon.vm06 (mon.0) 671 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-04-16T18:41:21.423 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:41:21 vm06 bash[28176]: audit 2026-04-16T18:41:20.256226+0000 mon.vm06 (mon.0) 671 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-04-16T18:41:21.424 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:41:21 vm06 bash[28176]: audit 2026-04-16T18:41:20.816576+0000 mon.vm06 (mon.0) 672 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:41:21.424 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:41:21 vm06 bash[28176]: audit 2026-04-16T18:41:20.816576+0000 mon.vm06 (mon.0) 672 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:41:21.424 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:41:21 vm06 bash[28176]: audit 2026-04-16T18:41:20.822042+0000 mon.vm06 (mon.0) 673 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:41:21.424 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:41:21 vm06 bash[28176]: audit 2026-04-16T18:41:20.822042+0000 mon.vm06 (mon.0) 673 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:41:21.424 INFO:teuthology.orchestra.run.vm06.stderr:+ ceph orch osd rm status 2026-04-16T18:41:21.424 INFO:teuthology.orchestra.run.vm06.stderr:+ grep '^1' 2026-04-16T18:41:21.510 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:41:21 vm09 bash[35508]: audit 2026-04-16T18:41:20.256226+0000 mon.vm06 (mon.0) 671 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-04-16T18:41:21.510 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:41:21 vm09 bash[35508]: audit 2026-04-16T18:41:20.256226+0000 mon.vm06 (mon.0) 671 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-04-16T18:41:21.510 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:41:21 vm09 bash[35508]: audit 2026-04-16T18:41:20.816576+0000 mon.vm06 (mon.0) 672 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:41:21.510 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:41:21 vm09 bash[35508]: audit 2026-04-16T18:41:20.816576+0000 mon.vm06 (mon.0) 672 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:41:21.510 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:41:21 vm09 bash[35508]: audit 2026-04-16T18:41:20.822042+0000 mon.vm06 (mon.0) 673 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:41:21.510 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:41:21 vm09 bash[35508]: audit 2026-04-16T18:41:20.822042+0000 mon.vm06 (mon.0) 673 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:41:21.604 INFO:teuthology.orchestra.run.vm06.stdout:1 vm09 started 0 True False True 2026-04-16T18:41:21.604 INFO:teuthology.orchestra.run.vm06.stderr:+ sleep 5 2026-04-16T18:41:21.923 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:41:21 vm06 bash[28176]: debug 2026-04-16T18:41:21.610+0000 7f27079f9640 -1 mon.vm06@0(leader).osd e26 definitely_dead 0 2026-04-16T18:41:22.546 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:41:22 vm09 bash[35508]: cluster 2026-04-16T18:41:21.004379+0000 mgr.vm06.sywxig (mgr.14229) 116 : cluster [DBG] pgmap v52: 1 pgs: 1 active+clean; 577 KiB data, 214 MiB used, 160 GiB / 160 GiB avail 2026-04-16T18:41:22.547 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:41:22 vm09 bash[35508]: cluster 2026-04-16T18:41:21.004379+0000 mgr.vm06.sywxig (mgr.14229) 116 : cluster [DBG] pgmap v52: 1 pgs: 1 active+clean; 577 KiB data, 214 MiB used, 160 GiB / 160 GiB avail 2026-04-16T18:41:22.547 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:41:22 vm09 bash[35508]: audit 2026-04-16T18:41:21.287261+0000 mon.vm06 (mon.0) 674 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:41:22.547 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:41:22 vm09 bash[35508]: audit 2026-04-16T18:41:21.287261+0000 mon.vm06 (mon.0) 674 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:41:22.547 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:41:22 vm09 bash[35508]: audit 2026-04-16T18:41:21.291186+0000 mon.vm06 (mon.0) 675 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:41:22.547 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:41:22 vm09 bash[35508]: audit 2026-04-16T18:41:21.291186+0000 mon.vm06 (mon.0) 675 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:41:22.547 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:41:22 vm09 bash[35508]: audit 2026-04-16T18:41:21.589365+0000 mgr.vm06.sywxig (mgr.14229) 117 : audit [DBG] from='client.14596 -' entity='client.admin' cmd=[{"prefix": "orch osd rm status", "target": ["mon-mgr", ""]}]: dispatch 2026-04-16T18:41:22.547 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:41:22 vm09 bash[35508]: audit 2026-04-16T18:41:21.589365+0000 mgr.vm06.sywxig (mgr.14229) 117 : audit [DBG] from='client.14596 -' entity='client.admin' cmd=[{"prefix": "orch osd rm status", "target": ["mon-mgr", ""]}]: dispatch 2026-04-16T18:41:22.547 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:41:22 vm09 bash[35508]: audit 2026-04-16T18:41:21.589773+0000 mon.vm06 (mon.0) 676 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "osd df", "format": "json"} : dispatch 2026-04-16T18:41:22.547 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:41:22 vm09 bash[35508]: audit 2026-04-16T18:41:21.589773+0000 mon.vm06 (mon.0) 676 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "osd df", "format": "json"} : dispatch 2026-04-16T18:41:22.547 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:41:22 vm09 bash[35508]: audit 2026-04-16T18:41:21.589932+0000 mgr.vm06.sywxig (mgr.14229) 118 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2026-04-16T18:41:22.547 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:41:22 vm09 bash[35508]: audit 2026-04-16T18:41:21.589932+0000 mgr.vm06.sywxig (mgr.14229) 118 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2026-04-16T18:41:22.547 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:41:22 vm09 bash[35508]: audit 2026-04-16T18:41:21.609637+0000 mon.vm06 (mon.0) 677 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-04-16T18:41:22.547 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:41:22 vm09 bash[35508]: audit 2026-04-16T18:41:21.609637+0000 mon.vm06 (mon.0) 677 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-04-16T18:41:22.547 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:41:22 vm09 bash[35508]: audit 2026-04-16T18:41:21.610090+0000 mon.vm06 (mon.0) 678 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-04-16T18:41:22.547 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:41:22 vm09 bash[35508]: audit 2026-04-16T18:41:21.610090+0000 mon.vm06 (mon.0) 678 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-04-16T18:41:22.547 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:41:22 vm09 bash[35508]: audit 2026-04-16T18:41:21.611268+0000 mon.vm06 (mon.0) 679 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "osd df", "format": "json"} : dispatch 2026-04-16T18:41:22.547 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:41:22 vm09 bash[35508]: audit 2026-04-16T18:41:21.611268+0000 mon.vm06 (mon.0) 679 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "osd df", "format": "json"} : dispatch 2026-04-16T18:41:22.547 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:41:22 vm09 bash[35508]: audit 2026-04-16T18:41:21.611393+0000 mgr.vm06.sywxig (mgr.14229) 119 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2026-04-16T18:41:22.547 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:41:22 vm09 bash[35508]: audit 2026-04-16T18:41:21.611393+0000 mgr.vm06.sywxig (mgr.14229) 119 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2026-04-16T18:41:22.547 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:41:22 vm09 bash[35508]: audit 2026-04-16T18:41:21.611923+0000 mon.vm06 (mon.0) 680 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "osd df", "format": "json"} : dispatch 2026-04-16T18:41:22.547 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:41:22 vm09 bash[35508]: audit 2026-04-16T18:41:21.611923+0000 mon.vm06 (mon.0) 680 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "osd df", "format": "json"} : dispatch 2026-04-16T18:41:22.547 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:41:22 vm09 bash[35508]: audit 2026-04-16T18:41:21.612000+0000 mgr.vm06.sywxig (mgr.14229) 120 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2026-04-16T18:41:22.547 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:41:22 vm09 bash[35508]: audit 2026-04-16T18:41:21.612000+0000 mgr.vm06.sywxig (mgr.14229) 120 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2026-04-16T18:41:22.547 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:41:22 vm09 bash[35508]: audit 2026-04-16T18:41:21.612503+0000 mon.vm06 (mon.0) 681 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "osd safe-to-destroy", "ids": ["1"]} : dispatch 2026-04-16T18:41:22.547 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:41:22 vm09 bash[35508]: audit 2026-04-16T18:41:21.612503+0000 mon.vm06 (mon.0) 681 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "osd safe-to-destroy", "ids": ["1"]} : dispatch 2026-04-16T18:41:22.547 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:41:22 vm09 bash[35508]: audit 2026-04-16T18:41:21.612586+0000 mgr.vm06.sywxig (mgr.14229) 121 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd safe-to-destroy", "ids": ["1"]}]: dispatch 2026-04-16T18:41:22.547 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:41:22 vm09 bash[35508]: audit 2026-04-16T18:41:21.612586+0000 mgr.vm06.sywxig (mgr.14229) 121 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd safe-to-destroy", "ids": ["1"]}]: dispatch 2026-04-16T18:41:22.547 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:41:22 vm09 bash[35508]: audit 2026-04-16T18:41:21.612980+0000 mon.vm06 (mon.0) 682 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "osd down", "ids": ["1"]} : dispatch 2026-04-16T18:41:22.547 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:41:22 vm09 bash[35508]: audit 2026-04-16T18:41:21.612980+0000 mon.vm06 (mon.0) 682 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "osd down", "ids": ["1"]} : dispatch 2026-04-16T18:41:22.674 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:41:22 vm06 bash[28176]: cluster 2026-04-16T18:41:21.004379+0000 mgr.vm06.sywxig (mgr.14229) 116 : cluster [DBG] pgmap v52: 1 pgs: 1 active+clean; 577 KiB data, 214 MiB used, 160 GiB / 160 GiB avail 2026-04-16T18:41:22.674 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:41:22 vm06 bash[28176]: cluster 2026-04-16T18:41:21.004379+0000 mgr.vm06.sywxig (mgr.14229) 116 : cluster [DBG] pgmap v52: 1 pgs: 1 active+clean; 577 KiB data, 214 MiB used, 160 GiB / 160 GiB avail 2026-04-16T18:41:22.674 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:41:22 vm06 bash[28176]: audit 2026-04-16T18:41:21.287261+0000 mon.vm06 (mon.0) 674 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:41:22.674 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:41:22 vm06 bash[28176]: audit 2026-04-16T18:41:21.287261+0000 mon.vm06 (mon.0) 674 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:41:22.674 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:41:22 vm06 bash[28176]: audit 2026-04-16T18:41:21.291186+0000 mon.vm06 (mon.0) 675 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:41:22.674 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:41:22 vm06 bash[28176]: audit 2026-04-16T18:41:21.291186+0000 mon.vm06 (mon.0) 675 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:41:22.674 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:41:22 vm06 bash[28176]: audit 2026-04-16T18:41:21.589365+0000 mgr.vm06.sywxig (mgr.14229) 117 : audit [DBG] from='client.14596 -' entity='client.admin' cmd=[{"prefix": "orch osd rm status", "target": ["mon-mgr", ""]}]: dispatch 2026-04-16T18:41:22.674 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:41:22 vm06 bash[28176]: audit 2026-04-16T18:41:21.589365+0000 mgr.vm06.sywxig (mgr.14229) 117 : audit [DBG] from='client.14596 -' entity='client.admin' cmd=[{"prefix": "orch osd rm status", "target": ["mon-mgr", ""]}]: dispatch 2026-04-16T18:41:22.674 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:41:22 vm06 bash[28176]: audit 2026-04-16T18:41:21.589773+0000 mon.vm06 (mon.0) 676 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "osd df", "format": "json"} : dispatch 2026-04-16T18:41:22.674 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:41:22 vm06 bash[28176]: audit 2026-04-16T18:41:21.589773+0000 mon.vm06 (mon.0) 676 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "osd df", "format": "json"} : dispatch 2026-04-16T18:41:22.674 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:41:22 vm06 bash[28176]: audit 2026-04-16T18:41:21.589932+0000 mgr.vm06.sywxig (mgr.14229) 118 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2026-04-16T18:41:22.674 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:41:22 vm06 bash[28176]: audit 2026-04-16T18:41:21.589932+0000 mgr.vm06.sywxig (mgr.14229) 118 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2026-04-16T18:41:22.674 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:41:22 vm06 bash[28176]: audit 2026-04-16T18:41:21.609637+0000 mon.vm06 (mon.0) 677 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-04-16T18:41:22.674 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:41:22 vm06 bash[28176]: audit 2026-04-16T18:41:21.609637+0000 mon.vm06 (mon.0) 677 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-04-16T18:41:22.674 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:41:22 vm06 bash[28176]: audit 2026-04-16T18:41:21.610090+0000 mon.vm06 (mon.0) 678 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-04-16T18:41:22.674 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:41:22 vm06 bash[28176]: audit 2026-04-16T18:41:21.610090+0000 mon.vm06 (mon.0) 678 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-04-16T18:41:22.674 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:41:22 vm06 bash[28176]: audit 2026-04-16T18:41:21.611268+0000 mon.vm06 (mon.0) 679 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "osd df", "format": "json"} : dispatch 2026-04-16T18:41:22.674 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:41:22 vm06 bash[28176]: audit 2026-04-16T18:41:21.611268+0000 mon.vm06 (mon.0) 679 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "osd df", "format": "json"} : dispatch 2026-04-16T18:41:22.674 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:41:22 vm06 bash[28176]: audit 2026-04-16T18:41:21.611393+0000 mgr.vm06.sywxig (mgr.14229) 119 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2026-04-16T18:41:22.674 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:41:22 vm06 bash[28176]: audit 2026-04-16T18:41:21.611393+0000 mgr.vm06.sywxig (mgr.14229) 119 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2026-04-16T18:41:22.674 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:41:22 vm06 bash[28176]: audit 2026-04-16T18:41:21.611923+0000 mon.vm06 (mon.0) 680 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "osd df", "format": "json"} : dispatch 2026-04-16T18:41:22.674 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:41:22 vm06 bash[28176]: audit 2026-04-16T18:41:21.611923+0000 mon.vm06 (mon.0) 680 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "osd df", "format": "json"} : dispatch 2026-04-16T18:41:22.674 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:41:22 vm06 bash[28176]: audit 2026-04-16T18:41:21.612000+0000 mgr.vm06.sywxig (mgr.14229) 120 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2026-04-16T18:41:22.674 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:41:22 vm06 bash[28176]: audit 2026-04-16T18:41:21.612000+0000 mgr.vm06.sywxig (mgr.14229) 120 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2026-04-16T18:41:22.674 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:41:22 vm06 bash[28176]: audit 2026-04-16T18:41:21.612503+0000 mon.vm06 (mon.0) 681 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "osd safe-to-destroy", "ids": ["1"]} : dispatch 2026-04-16T18:41:22.674 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:41:22 vm06 bash[28176]: audit 2026-04-16T18:41:21.612503+0000 mon.vm06 (mon.0) 681 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "osd safe-to-destroy", "ids": ["1"]} : dispatch 2026-04-16T18:41:22.674 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:41:22 vm06 bash[28176]: audit 2026-04-16T18:41:21.612586+0000 mgr.vm06.sywxig (mgr.14229) 121 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd safe-to-destroy", "ids": ["1"]}]: dispatch 2026-04-16T18:41:22.674 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:41:22 vm06 bash[28176]: audit 2026-04-16T18:41:21.612586+0000 mgr.vm06.sywxig (mgr.14229) 121 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd safe-to-destroy", "ids": ["1"]}]: dispatch 2026-04-16T18:41:22.674 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:41:22 vm06 bash[28176]: audit 2026-04-16T18:41:21.612980+0000 mon.vm06 (mon.0) 682 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "osd down", "ids": ["1"]} : dispatch 2026-04-16T18:41:22.674 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:41:22 vm06 bash[28176]: audit 2026-04-16T18:41:21.612980+0000 mon.vm06 (mon.0) 682 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "osd down", "ids": ["1"]} : dispatch 2026-04-16T18:41:23.530 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:41:23 vm09 bash[35508]: cluster 2026-04-16T18:41:22.291831+0000 mon.vm06 (mon.0) 683 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2026-04-16T18:41:23.531 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:41:23 vm09 bash[35508]: cluster 2026-04-16T18:41:22.291831+0000 mon.vm06 (mon.0) 683 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2026-04-16T18:41:23.531 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:41:23 vm09 bash[35508]: audit 2026-04-16T18:41:22.294157+0000 mon.vm06 (mon.0) 684 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd='[{"prefix": "osd down", "ids": ["1"]}]': finished 2026-04-16T18:41:23.531 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:41:23 vm09 bash[35508]: audit 2026-04-16T18:41:22.294157+0000 mon.vm06 (mon.0) 684 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd='[{"prefix": "osd down", "ids": ["1"]}]': finished 2026-04-16T18:41:23.531 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:41:23 vm09 bash[35508]: cluster 2026-04-16T18:41:22.296809+0000 mon.vm06 (mon.0) 685 : cluster [DBG] osdmap e27: 8 total, 7 up, 8 in 2026-04-16T18:41:23.531 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:41:23 vm09 bash[35508]: cluster 2026-04-16T18:41:22.296809+0000 mon.vm06 (mon.0) 685 : cluster [DBG] osdmap e27: 8 total, 7 up, 8 in 2026-04-16T18:41:23.531 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:41:23 vm09 bash[35508]: cephadm 2026-04-16T18:41:22.297377+0000 mgr.vm06.sywxig (mgr.14229) 122 : cephadm [INF] osd.1 now down 2026-04-16T18:41:23.531 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:41:23 vm09 bash[35508]: cephadm 2026-04-16T18:41:22.297377+0000 mgr.vm06.sywxig (mgr.14229) 122 : cephadm [INF] osd.1 now down 2026-04-16T18:41:23.531 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:41:23 vm09 bash[35508]: cephadm 2026-04-16T18:41:22.297514+0000 mgr.vm06.sywxig (mgr.14229) 123 : cephadm [INF] Removing daemon osd.1 from vm09 -- ports [] 2026-04-16T18:41:23.531 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:41:23 vm09 bash[35508]: cephadm 2026-04-16T18:41:22.297514+0000 mgr.vm06.sywxig (mgr.14229) 123 : cephadm [INF] Removing daemon osd.1 from vm09 -- ports [] 2026-04-16T18:41:23.531 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:41:23 vm09 systemd[1]: /etc/systemd/system/ceph-4f654fb6-39c3-11f1-a5d5-6940ad893399@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2026-04-16T18:41:23.673 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:41:23 vm06 bash[28176]: cluster 2026-04-16T18:41:22.291831+0000 mon.vm06 (mon.0) 683 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2026-04-16T18:41:23.674 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:41:23 vm06 bash[28176]: cluster 2026-04-16T18:41:22.291831+0000 mon.vm06 (mon.0) 683 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2026-04-16T18:41:23.674 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:41:23 vm06 bash[28176]: audit 2026-04-16T18:41:22.294157+0000 mon.vm06 (mon.0) 684 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd='[{"prefix": "osd down", "ids": ["1"]}]': finished 2026-04-16T18:41:23.674 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:41:23 vm06 bash[28176]: audit 2026-04-16T18:41:22.294157+0000 mon.vm06 (mon.0) 684 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd='[{"prefix": "osd down", "ids": ["1"]}]': finished 2026-04-16T18:41:23.674 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:41:23 vm06 bash[28176]: cluster 2026-04-16T18:41:22.296809+0000 mon.vm06 (mon.0) 685 : cluster [DBG] osdmap e27: 8 total, 7 up, 8 in 2026-04-16T18:41:23.674 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:41:23 vm06 bash[28176]: cluster 2026-04-16T18:41:22.296809+0000 mon.vm06 (mon.0) 685 : cluster [DBG] osdmap e27: 8 total, 7 up, 8 in 2026-04-16T18:41:23.674 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:41:23 vm06 bash[28176]: cephadm 2026-04-16T18:41:22.297377+0000 mgr.vm06.sywxig (mgr.14229) 122 : cephadm [INF] osd.1 now down 2026-04-16T18:41:23.674 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:41:23 vm06 bash[28176]: cephadm 2026-04-16T18:41:22.297377+0000 mgr.vm06.sywxig (mgr.14229) 122 : cephadm [INF] osd.1 now down 2026-04-16T18:41:23.674 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:41:23 vm06 bash[28176]: cephadm 2026-04-16T18:41:22.297514+0000 mgr.vm06.sywxig (mgr.14229) 123 : cephadm [INF] Removing daemon osd.1 from vm09 -- ports [] 2026-04-16T18:41:23.674 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:41:23 vm06 bash[28176]: cephadm 2026-04-16T18:41:22.297514+0000 mgr.vm06.sywxig (mgr.14229) 123 : cephadm [INF] Removing daemon osd.1 from vm09 -- ports [] 2026-04-16T18:41:24.674 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:41:24 vm06 bash[28176]: cluster 2026-04-16T18:41:23.004626+0000 mgr.vm06.sywxig (mgr.14229) 124 : cluster [DBG] pgmap v54: 1 pgs: 1 active+clean; 577 KiB data, 214 MiB used, 160 GiB / 160 GiB avail 2026-04-16T18:41:24.674 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:41:24 vm06 bash[28176]: cluster 2026-04-16T18:41:23.004626+0000 mgr.vm06.sywxig (mgr.14229) 124 : cluster [DBG] pgmap v54: 1 pgs: 1 active+clean; 577 KiB data, 214 MiB used, 160 GiB / 160 GiB avail 2026-04-16T18:41:24.674 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:41:24 vm06 bash[28176]: cephadm 2026-04-16T18:41:23.576790+0000 mgr.vm06.sywxig (mgr.14229) 125 : cephadm [INF] Removing key for osd.1 2026-04-16T18:41:24.674 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:41:24 vm06 bash[28176]: cephadm 2026-04-16T18:41:23.576790+0000 mgr.vm06.sywxig (mgr.14229) 125 : cephadm [INF] Removing key for osd.1 2026-04-16T18:41:24.674 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:41:24 vm06 bash[28176]: audit 2026-04-16T18:41:23.577038+0000 mon.vm06 (mon.0) 686 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "auth rm", "entity": "osd.1"} : dispatch 2026-04-16T18:41:24.674 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:41:24 vm06 bash[28176]: audit 2026-04-16T18:41:23.577038+0000 mon.vm06 (mon.0) 686 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "auth rm", "entity": "osd.1"} : dispatch 2026-04-16T18:41:24.674 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:41:24 vm06 bash[28176]: audit 2026-04-16T18:41:23.579811+0000 mon.vm06 (mon.0) 687 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd='[{"prefix": "auth rm", "entity": "osd.1"}]': finished 2026-04-16T18:41:24.674 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:41:24 vm06 bash[28176]: audit 2026-04-16T18:41:23.579811+0000 mon.vm06 (mon.0) 687 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd='[{"prefix": "auth rm", "entity": "osd.1"}]': finished 2026-04-16T18:41:24.674 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:41:24 vm06 bash[28176]: cephadm 2026-04-16T18:41:23.581453+0000 mgr.vm06.sywxig (mgr.14229) 126 : cephadm [INF] Successfully removed osd.1 on vm09 2026-04-16T18:41:24.674 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:41:24 vm06 bash[28176]: cephadm 2026-04-16T18:41:23.581453+0000 mgr.vm06.sywxig (mgr.14229) 126 : cephadm [INF] Successfully removed osd.1 on vm09 2026-04-16T18:41:24.674 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:41:24 vm06 bash[28176]: audit 2026-04-16T18:41:23.581583+0000 mon.vm06 (mon.0) 688 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "osd destroy-actual", "id": 1, "yes_i_really_mean_it": true} : dispatch 2026-04-16T18:41:24.674 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:41:24 vm06 bash[28176]: audit 2026-04-16T18:41:23.581583+0000 mon.vm06 (mon.0) 688 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "osd destroy-actual", "id": 1, "yes_i_really_mean_it": true} : dispatch 2026-04-16T18:41:24.674 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:41:24 vm06 bash[28176]: audit 2026-04-16T18:41:23.583565+0000 mon.vm06 (mon.0) 689 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd='[{"prefix": "osd destroy-actual", "id": 1, "yes_i_really_mean_it": true}]': finished 2026-04-16T18:41:24.674 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:41:24 vm06 bash[28176]: audit 2026-04-16T18:41:23.583565+0000 mon.vm06 (mon.0) 689 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd='[{"prefix": "osd destroy-actual", "id": 1, "yes_i_really_mean_it": true}]': finished 2026-04-16T18:41:24.674 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:41:24 vm06 bash[28176]: cluster 2026-04-16T18:41:23.585370+0000 mon.vm06 (mon.0) 690 : cluster [DBG] osdmap e28: 8 total, 7 up, 8 in 2026-04-16T18:41:24.674 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:41:24 vm06 bash[28176]: cluster 2026-04-16T18:41:23.585370+0000 mon.vm06 (mon.0) 690 : cluster [DBG] osdmap e28: 8 total, 7 up, 8 in 2026-04-16T18:41:24.674 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:41:24 vm06 bash[28176]: cephadm 2026-04-16T18:41:23.585626+0000 mgr.vm06.sywxig (mgr.14229) 127 : cephadm [INF] Successfully destroyed old osd.1 on vm09; ready for replacement 2026-04-16T18:41:24.674 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:41:24 vm06 bash[28176]: cephadm 2026-04-16T18:41:23.585626+0000 mgr.vm06.sywxig (mgr.14229) 127 : cephadm [INF] Successfully destroyed old osd.1 on vm09; ready for replacement 2026-04-16T18:41:24.674 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:41:24 vm06 bash[28176]: cephadm 2026-04-16T18:41:23.585646+0000 mgr.vm06.sywxig (mgr.14229) 128 : cephadm [INF] Zapping devices for osd.1 on vm09 2026-04-16T18:41:24.674 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:41:24 vm06 bash[28176]: cephadm 2026-04-16T18:41:23.585646+0000 mgr.vm06.sywxig (mgr.14229) 128 : cephadm [INF] Zapping devices for osd.1 on vm09 2026-04-16T18:41:24.760 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:41:24 vm09 bash[35508]: cluster 2026-04-16T18:41:23.004626+0000 mgr.vm06.sywxig (mgr.14229) 124 : cluster [DBG] pgmap v54: 1 pgs: 1 active+clean; 577 KiB data, 214 MiB used, 160 GiB / 160 GiB avail 2026-04-16T18:41:24.760 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:41:24 vm09 bash[35508]: cluster 2026-04-16T18:41:23.004626+0000 mgr.vm06.sywxig (mgr.14229) 124 : cluster [DBG] pgmap v54: 1 pgs: 1 active+clean; 577 KiB data, 214 MiB used, 160 GiB / 160 GiB avail 2026-04-16T18:41:24.760 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:41:24 vm09 bash[35508]: cephadm 2026-04-16T18:41:23.576790+0000 mgr.vm06.sywxig (mgr.14229) 125 : cephadm [INF] Removing key for osd.1 2026-04-16T18:41:24.760 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:41:24 vm09 bash[35508]: cephadm 2026-04-16T18:41:23.576790+0000 mgr.vm06.sywxig (mgr.14229) 125 : cephadm [INF] Removing key for osd.1 2026-04-16T18:41:24.760 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:41:24 vm09 bash[35508]: audit 2026-04-16T18:41:23.577038+0000 mon.vm06 (mon.0) 686 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "auth rm", "entity": "osd.1"} : dispatch 2026-04-16T18:41:24.760 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:41:24 vm09 bash[35508]: audit 2026-04-16T18:41:23.577038+0000 mon.vm06 (mon.0) 686 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "auth rm", "entity": "osd.1"} : dispatch 2026-04-16T18:41:24.760 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:41:24 vm09 bash[35508]: audit 2026-04-16T18:41:23.579811+0000 mon.vm06 (mon.0) 687 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd='[{"prefix": "auth rm", "entity": "osd.1"}]': finished 2026-04-16T18:41:24.760 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:41:24 vm09 bash[35508]: audit 2026-04-16T18:41:23.579811+0000 mon.vm06 (mon.0) 687 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd='[{"prefix": "auth rm", "entity": "osd.1"}]': finished 2026-04-16T18:41:24.760 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:41:24 vm09 bash[35508]: cephadm 2026-04-16T18:41:23.581453+0000 mgr.vm06.sywxig (mgr.14229) 126 : cephadm [INF] Successfully removed osd.1 on vm09 2026-04-16T18:41:24.760 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:41:24 vm09 bash[35508]: cephadm 2026-04-16T18:41:23.581453+0000 mgr.vm06.sywxig (mgr.14229) 126 : cephadm [INF] Successfully removed osd.1 on vm09 2026-04-16T18:41:24.760 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:41:24 vm09 bash[35508]: audit 2026-04-16T18:41:23.581583+0000 mon.vm06 (mon.0) 688 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "osd destroy-actual", "id": 1, "yes_i_really_mean_it": true} : dispatch 2026-04-16T18:41:24.760 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:41:24 vm09 bash[35508]: audit 2026-04-16T18:41:23.581583+0000 mon.vm06 (mon.0) 688 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "osd destroy-actual", "id": 1, "yes_i_really_mean_it": true} : dispatch 2026-04-16T18:41:24.760 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:41:24 vm09 bash[35508]: audit 2026-04-16T18:41:23.583565+0000 mon.vm06 (mon.0) 689 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd='[{"prefix": "osd destroy-actual", "id": 1, "yes_i_really_mean_it": true}]': finished 2026-04-16T18:41:24.760 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:41:24 vm09 bash[35508]: audit 2026-04-16T18:41:23.583565+0000 mon.vm06 (mon.0) 689 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd='[{"prefix": "osd destroy-actual", "id": 1, "yes_i_really_mean_it": true}]': finished 2026-04-16T18:41:24.760 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:41:24 vm09 bash[35508]: cluster 2026-04-16T18:41:23.585370+0000 mon.vm06 (mon.0) 690 : cluster [DBG] osdmap e28: 8 total, 7 up, 8 in 2026-04-16T18:41:24.760 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:41:24 vm09 bash[35508]: cluster 2026-04-16T18:41:23.585370+0000 mon.vm06 (mon.0) 690 : cluster [DBG] osdmap e28: 8 total, 7 up, 8 in 2026-04-16T18:41:24.760 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:41:24 vm09 bash[35508]: cephadm 2026-04-16T18:41:23.585626+0000 mgr.vm06.sywxig (mgr.14229) 127 : cephadm [INF] Successfully destroyed old osd.1 on vm09; ready for replacement 2026-04-16T18:41:24.760 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:41:24 vm09 bash[35508]: cephadm 2026-04-16T18:41:23.585626+0000 mgr.vm06.sywxig (mgr.14229) 127 : cephadm [INF] Successfully destroyed old osd.1 on vm09; ready for replacement 2026-04-16T18:41:24.760 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:41:24 vm09 bash[35508]: cephadm 2026-04-16T18:41:23.585646+0000 mgr.vm06.sywxig (mgr.14229) 128 : cephadm [INF] Zapping devices for osd.1 on vm09 2026-04-16T18:41:24.761 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:41:24 vm09 bash[35508]: cephadm 2026-04-16T18:41:23.585646+0000 mgr.vm06.sywxig (mgr.14229) 128 : cephadm [INF] Zapping devices for osd.1 on vm09 2026-04-16T18:41:26.423 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:41:26 vm06 bash[28176]: cluster 2026-04-16T18:41:25.004879+0000 mgr.vm06.sywxig (mgr.14229) 129 : cluster [DBG] pgmap v56: 1 pgs: 1 active+clean; 577 KiB data, 214 MiB used, 160 GiB / 160 GiB avail 2026-04-16T18:41:26.424 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:41:26 vm06 bash[28176]: cluster 2026-04-16T18:41:25.004879+0000 mgr.vm06.sywxig (mgr.14229) 129 : cluster [DBG] pgmap v56: 1 pgs: 1 active+clean; 577 KiB data, 214 MiB used, 160 GiB / 160 GiB avail 2026-04-16T18:41:26.424 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:41:26 vm06 bash[28176]: cephadm 2026-04-16T18:41:25.115520+0000 mgr.vm06.sywxig (mgr.14229) 130 : cephadm [INF] Successfully zapped devices for osd.1 on vm09 2026-04-16T18:41:26.424 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:41:26 vm06 bash[28176]: cephadm 2026-04-16T18:41:25.115520+0000 mgr.vm06.sywxig (mgr.14229) 130 : cephadm [INF] Successfully zapped devices for osd.1 on vm09 2026-04-16T18:41:26.424 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:41:26 vm06 bash[28176]: audit 2026-04-16T18:41:25.119812+0000 mon.vm06 (mon.0) 691 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:41:26.424 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:41:26 vm06 bash[28176]: audit 2026-04-16T18:41:25.119812+0000 mon.vm06 (mon.0) 691 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:41:26.424 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:41:26 vm06 bash[28176]: audit 2026-04-16T18:41:25.120115+0000 mon.vm06 (mon.0) 692 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-04-16T18:41:26.424 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:41:26 vm06 bash[28176]: audit 2026-04-16T18:41:25.120115+0000 mon.vm06 (mon.0) 692 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-04-16T18:41:26.510 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:41:26 vm09 bash[35508]: cluster 2026-04-16T18:41:25.004879+0000 mgr.vm06.sywxig (mgr.14229) 129 : cluster [DBG] pgmap v56: 1 pgs: 1 active+clean; 577 KiB data, 214 MiB used, 160 GiB / 160 GiB avail 2026-04-16T18:41:26.510 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:41:26 vm09 bash[35508]: cluster 2026-04-16T18:41:25.004879+0000 mgr.vm06.sywxig (mgr.14229) 129 : cluster [DBG] pgmap v56: 1 pgs: 1 active+clean; 577 KiB data, 214 MiB used, 160 GiB / 160 GiB avail 2026-04-16T18:41:26.510 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:41:26 vm09 bash[35508]: cephadm 2026-04-16T18:41:25.115520+0000 mgr.vm06.sywxig (mgr.14229) 130 : cephadm [INF] Successfully zapped devices for osd.1 on vm09 2026-04-16T18:41:26.510 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:41:26 vm09 bash[35508]: cephadm 2026-04-16T18:41:25.115520+0000 mgr.vm06.sywxig (mgr.14229) 130 : cephadm [INF] Successfully zapped devices for osd.1 on vm09 2026-04-16T18:41:26.510 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:41:26 vm09 bash[35508]: audit 2026-04-16T18:41:25.119812+0000 mon.vm06 (mon.0) 691 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:41:26.510 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:41:26 vm09 bash[35508]: audit 2026-04-16T18:41:25.119812+0000 mon.vm06 (mon.0) 691 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:41:26.510 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:41:26 vm09 bash[35508]: audit 2026-04-16T18:41:25.120115+0000 mon.vm06 (mon.0) 692 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-04-16T18:41:26.511 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:41:26 vm09 bash[35508]: audit 2026-04-16T18:41:25.120115+0000 mon.vm06 (mon.0) 692 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-04-16T18:41:26.606 INFO:teuthology.orchestra.run.vm06.stderr:+ ceph orch osd rm status 2026-04-16T18:41:26.606 INFO:teuthology.orchestra.run.vm06.stderr:+ grep '^1' 2026-04-16T18:41:26.796 INFO:teuthology.orchestra.run.vm06.stderr:+ ceph osd dump 2026-04-16T18:41:26.796 INFO:teuthology.orchestra.run.vm06.stderr:+ grep osd.1 2026-04-16T18:41:26.796 INFO:teuthology.orchestra.run.vm06.stderr:+ grep 'up\s*in' 2026-04-16T18:41:26.979 INFO:teuthology.orchestra.run.vm06.stderr:+ sleep 5 2026-04-16T18:41:27.423 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:41:27 vm06 bash[28176]: audit 2026-04-16T18:41:26.968301+0000 mon.vm06 (mon.0) 693 : audit [DBG] from='client.? 192.168.123.106:0/1572247021' entity='client.admin' cmd={"prefix": "osd dump"} : dispatch 2026-04-16T18:41:27.423 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:41:27 vm06 bash[28176]: audit 2026-04-16T18:41:26.968301+0000 mon.vm06 (mon.0) 693 : audit [DBG] from='client.? 192.168.123.106:0/1572247021' entity='client.admin' cmd={"prefix": "osd dump"} : dispatch 2026-04-16T18:41:27.510 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:41:27 vm09 bash[35508]: audit 2026-04-16T18:41:26.968301+0000 mon.vm06 (mon.0) 693 : audit [DBG] from='client.? 192.168.123.106:0/1572247021' entity='client.admin' cmd={"prefix": "osd dump"} : dispatch 2026-04-16T18:41:27.510 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:41:27 vm09 bash[35508]: audit 2026-04-16T18:41:26.968301+0000 mon.vm06 (mon.0) 693 : audit [DBG] from='client.? 192.168.123.106:0/1572247021' entity='client.admin' cmd={"prefix": "osd dump"} : dispatch 2026-04-16T18:41:28.423 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:41:28 vm06 bash[28176]: audit 2026-04-16T18:41:26.782497+0000 mgr.vm06.sywxig (mgr.14229) 131 : audit [DBG] from='client.14600 -' entity='client.admin' cmd=[{"prefix": "orch osd rm status", "target": ["mon-mgr", ""]}]: dispatch 2026-04-16T18:41:28.423 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:41:28 vm06 bash[28176]: audit 2026-04-16T18:41:26.782497+0000 mgr.vm06.sywxig (mgr.14229) 131 : audit [DBG] from='client.14600 -' entity='client.admin' cmd=[{"prefix": "orch osd rm status", "target": ["mon-mgr", ""]}]: dispatch 2026-04-16T18:41:28.424 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:41:28 vm06 bash[28176]: cluster 2026-04-16T18:41:27.005215+0000 mgr.vm06.sywxig (mgr.14229) 132 : cluster [DBG] pgmap v57: 1 pgs: 1 active+clean; 577 KiB data, 214 MiB used, 160 GiB / 160 GiB avail 2026-04-16T18:41:28.424 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:41:28 vm06 bash[28176]: cluster 2026-04-16T18:41:27.005215+0000 mgr.vm06.sywxig (mgr.14229) 132 : cluster [DBG] pgmap v57: 1 pgs: 1 active+clean; 577 KiB data, 214 MiB used, 160 GiB / 160 GiB avail 2026-04-16T18:41:28.510 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:41:28 vm09 bash[35508]: audit 2026-04-16T18:41:26.782497+0000 mgr.vm06.sywxig (mgr.14229) 131 : audit [DBG] from='client.14600 -' entity='client.admin' cmd=[{"prefix": "orch osd rm status", "target": ["mon-mgr", ""]}]: dispatch 2026-04-16T18:41:28.510 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:41:28 vm09 bash[35508]: audit 2026-04-16T18:41:26.782497+0000 mgr.vm06.sywxig (mgr.14229) 131 : audit [DBG] from='client.14600 -' entity='client.admin' cmd=[{"prefix": "orch osd rm status", "target": ["mon-mgr", ""]}]: dispatch 2026-04-16T18:41:28.510 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:41:28 vm09 bash[35508]: cluster 2026-04-16T18:41:27.005215+0000 mgr.vm06.sywxig (mgr.14229) 132 : cluster [DBG] pgmap v57: 1 pgs: 1 active+clean; 577 KiB data, 214 MiB used, 160 GiB / 160 GiB avail 2026-04-16T18:41:28.510 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:41:28 vm09 bash[35508]: cluster 2026-04-16T18:41:27.005215+0000 mgr.vm06.sywxig (mgr.14229) 132 : cluster [DBG] pgmap v57: 1 pgs: 1 active+clean; 577 KiB data, 214 MiB used, 160 GiB / 160 GiB avail 2026-04-16T18:41:30.423 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:41:30 vm06 bash[28176]: cluster 2026-04-16T18:41:29.005533+0000 mgr.vm06.sywxig (mgr.14229) 133 : cluster [DBG] pgmap v58: 1 pgs: 1 active+clean; 577 KiB data, 214 MiB used, 160 GiB / 160 GiB avail 2026-04-16T18:41:30.423 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:41:30 vm06 bash[28176]: cluster 2026-04-16T18:41:29.005533+0000 mgr.vm06.sywxig (mgr.14229) 133 : cluster [DBG] pgmap v58: 1 pgs: 1 active+clean; 577 KiB data, 214 MiB used, 160 GiB / 160 GiB avail 2026-04-16T18:41:30.424 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:41:30 vm06 bash[28176]: audit 2026-04-16T18:41:29.742846+0000 mon.vm06 (mon.0) 694 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:41:30.424 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:41:30 vm06 bash[28176]: audit 2026-04-16T18:41:29.742846+0000 mon.vm06 (mon.0) 694 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:41:30.424 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:41:30 vm06 bash[28176]: audit 2026-04-16T18:41:29.756998+0000 mon.vm06 (mon.0) 695 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:41:30.424 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:41:30 vm06 bash[28176]: audit 2026-04-16T18:41:29.756998+0000 mon.vm06 (mon.0) 695 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:41:30.510 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:41:30 vm09 bash[35508]: cluster 2026-04-16T18:41:29.005533+0000 mgr.vm06.sywxig (mgr.14229) 133 : cluster [DBG] pgmap v58: 1 pgs: 1 active+clean; 577 KiB data, 214 MiB used, 160 GiB / 160 GiB avail 2026-04-16T18:41:30.510 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:41:30 vm09 bash[35508]: cluster 2026-04-16T18:41:29.005533+0000 mgr.vm06.sywxig (mgr.14229) 133 : cluster [DBG] pgmap v58: 1 pgs: 1 active+clean; 577 KiB data, 214 MiB used, 160 GiB / 160 GiB avail 2026-04-16T18:41:30.510 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:41:30 vm09 bash[35508]: audit 2026-04-16T18:41:29.742846+0000 mon.vm06 (mon.0) 694 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:41:30.510 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:41:30 vm09 bash[35508]: audit 2026-04-16T18:41:29.742846+0000 mon.vm06 (mon.0) 694 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:41:30.510 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:41:30 vm09 bash[35508]: audit 2026-04-16T18:41:29.756998+0000 mon.vm06 (mon.0) 695 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:41:30.510 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:41:30 vm09 bash[35508]: audit 2026-04-16T18:41:29.756998+0000 mon.vm06 (mon.0) 695 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:41:31.455 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:41:31 vm09 bash[35508]: audit 2026-04-16T18:41:30.266877+0000 mon.vm06 (mon.0) 696 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:41:31.455 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:41:31 vm09 bash[35508]: audit 2026-04-16T18:41:30.266877+0000 mon.vm06 (mon.0) 696 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:41:31.455 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:41:31 vm09 bash[35508]: audit 2026-04-16T18:41:30.273250+0000 mon.vm06 (mon.0) 697 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:41:31.455 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:41:31 vm09 bash[35508]: audit 2026-04-16T18:41:30.273250+0000 mon.vm06 (mon.0) 697 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:41:31.673 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:41:31 vm06 bash[28176]: audit 2026-04-16T18:41:30.266877+0000 mon.vm06 (mon.0) 696 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:41:31.673 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:41:31 vm06 bash[28176]: audit 2026-04-16T18:41:30.266877+0000 mon.vm06 (mon.0) 696 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:41:31.673 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:41:31 vm06 bash[28176]: audit 2026-04-16T18:41:30.273250+0000 mon.vm06 (mon.0) 697 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:41:31.673 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:41:31 vm06 bash[28176]: audit 2026-04-16T18:41:30.273250+0000 mon.vm06 (mon.0) 697 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:41:31.981 INFO:teuthology.orchestra.run.vm06.stderr:+ ceph osd dump 2026-04-16T18:41:31.981 INFO:teuthology.orchestra.run.vm06.stderr:+ grep osd.1 2026-04-16T18:41:31.981 INFO:teuthology.orchestra.run.vm06.stderr:+ grep 'up\s*in' 2026-04-16T18:41:32.164 INFO:teuthology.orchestra.run.vm06.stderr:+ sleep 5 2026-04-16T18:41:32.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:41:32 vm06 bash[28176]: cluster 2026-04-16T18:41:31.005796+0000 mgr.vm06.sywxig (mgr.14229) 134 : cluster [DBG] pgmap v59: 1 pgs: 1 active+clean; 577 KiB data, 214 MiB used, 160 GiB / 160 GiB avail 2026-04-16T18:41:32.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:41:32 vm06 bash[28176]: cluster 2026-04-16T18:41:31.005796+0000 mgr.vm06.sywxig (mgr.14229) 134 : cluster [DBG] pgmap v59: 1 pgs: 1 active+clean; 577 KiB data, 214 MiB used, 160 GiB / 160 GiB avail 2026-04-16T18:41:32.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:41:32 vm06 bash[28176]: cephadm 2026-04-16T18:41:31.517638+0000 mgr.vm06.sywxig (mgr.14229) 135 : cephadm [INF] Detected new or changed devices on vm09 2026-04-16T18:41:32.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:41:32 vm06 bash[28176]: cephadm 2026-04-16T18:41:31.517638+0000 mgr.vm06.sywxig (mgr.14229) 135 : cephadm [INF] Detected new or changed devices on vm09 2026-04-16T18:41:32.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:41:32 vm06 bash[28176]: audit 2026-04-16T18:41:31.523442+0000 mon.vm06 (mon.0) 698 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:41:32.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:41:32 vm06 bash[28176]: audit 2026-04-16T18:41:31.523442+0000 mon.vm06 (mon.0) 698 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:41:32.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:41:32 vm06 bash[28176]: audit 2026-04-16T18:41:31.527391+0000 mon.vm06 (mon.0) 699 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:41:32.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:41:32 vm06 bash[28176]: audit 2026-04-16T18:41:31.527391+0000 mon.vm06 (mon.0) 699 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:41:32.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:41:32 vm06 bash[28176]: audit 2026-04-16T18:41:31.528040+0000 mon.vm06 (mon.0) 700 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-04-16T18:41:32.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:41:32 vm06 bash[28176]: audit 2026-04-16T18:41:31.528040+0000 mon.vm06 (mon.0) 700 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-04-16T18:41:32.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:41:32 vm06 bash[28176]: audit 2026-04-16T18:41:31.528531+0000 mon.vm06 (mon.0) 701 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-04-16T18:41:32.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:41:32 vm06 bash[28176]: audit 2026-04-16T18:41:31.528531+0000 mon.vm06 (mon.0) 701 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-04-16T18:41:32.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:41:32 vm06 bash[28176]: audit 2026-04-16T18:41:31.532225+0000 mon.vm06 (mon.0) 702 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:41:32.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:41:32 vm06 bash[28176]: audit 2026-04-16T18:41:31.532225+0000 mon.vm06 (mon.0) 702 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:41:32.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:41:32 vm06 bash[28176]: audit 2026-04-16T18:41:31.533684+0000 mon.vm06 (mon.0) 703 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-04-16T18:41:32.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:41:32 vm06 bash[28176]: audit 2026-04-16T18:41:31.533684+0000 mon.vm06 (mon.0) 703 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-04-16T18:41:32.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:41:32 vm06 bash[28176]: cephadm 2026-04-16T18:41:31.534058+0000 mgr.vm06.sywxig (mgr.14229) 136 : cephadm [INF] Found osd claims -> {'vm09': ['1']} 2026-04-16T18:41:32.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:41:32 vm06 bash[28176]: cephadm 2026-04-16T18:41:31.534058+0000 mgr.vm06.sywxig (mgr.14229) 136 : cephadm [INF] Found osd claims -> {'vm09': ['1']} 2026-04-16T18:41:32.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:41:32 vm06 bash[28176]: cephadm 2026-04-16T18:41:31.534080+0000 mgr.vm06.sywxig (mgr.14229) 137 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'vm09': ['1']} 2026-04-16T18:41:32.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:41:32 vm06 bash[28176]: cephadm 2026-04-16T18:41:31.534080+0000 mgr.vm06.sywxig (mgr.14229) 137 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'vm09': ['1']} 2026-04-16T18:41:32.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:41:32 vm06 bash[28176]: audit 2026-04-16T18:41:31.535614+0000 mon.vm06 (mon.0) 704 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-04-16T18:41:32.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:41:32 vm06 bash[28176]: audit 2026-04-16T18:41:31.535614+0000 mon.vm06 (mon.0) 704 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-04-16T18:41:32.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:41:32 vm06 bash[28176]: audit 2026-04-16T18:41:31.535996+0000 mon.vm06 (mon.0) 705 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-04-16T18:41:32.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:41:32 vm06 bash[28176]: audit 2026-04-16T18:41:31.535996+0000 mon.vm06 (mon.0) 705 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-04-16T18:41:32.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:41:32 vm06 bash[28176]: audit 2026-04-16T18:41:32.153903+0000 mon.vm06 (mon.0) 706 : audit [DBG] from='client.? 192.168.123.106:0/3034264073' entity='client.admin' cmd={"prefix": "osd dump"} : dispatch 2026-04-16T18:41:32.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:41:32 vm06 bash[28176]: audit 2026-04-16T18:41:32.153903+0000 mon.vm06 (mon.0) 706 : audit [DBG] from='client.? 192.168.123.106:0/3034264073' entity='client.admin' cmd={"prefix": "osd dump"} : dispatch 2026-04-16T18:41:33.010 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:41:32 vm09 bash[35508]: cluster 2026-04-16T18:41:31.005796+0000 mgr.vm06.sywxig (mgr.14229) 134 : cluster [DBG] pgmap v59: 1 pgs: 1 active+clean; 577 KiB data, 214 MiB used, 160 GiB / 160 GiB avail 2026-04-16T18:41:33.010 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:41:32 vm09 bash[35508]: cluster 2026-04-16T18:41:31.005796+0000 mgr.vm06.sywxig (mgr.14229) 134 : cluster [DBG] pgmap v59: 1 pgs: 1 active+clean; 577 KiB data, 214 MiB used, 160 GiB / 160 GiB avail 2026-04-16T18:41:33.010 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:41:32 vm09 bash[35508]: cephadm 2026-04-16T18:41:31.517638+0000 mgr.vm06.sywxig (mgr.14229) 135 : cephadm [INF] Detected new or changed devices on vm09 2026-04-16T18:41:33.010 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:41:32 vm09 bash[35508]: cephadm 2026-04-16T18:41:31.517638+0000 mgr.vm06.sywxig (mgr.14229) 135 : cephadm [INF] Detected new or changed devices on vm09 2026-04-16T18:41:33.010 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:41:32 vm09 bash[35508]: audit 2026-04-16T18:41:31.523442+0000 mon.vm06 (mon.0) 698 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:41:33.010 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:41:32 vm09 bash[35508]: audit 2026-04-16T18:41:31.523442+0000 mon.vm06 (mon.0) 698 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:41:33.010 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:41:32 vm09 bash[35508]: audit 2026-04-16T18:41:31.527391+0000 mon.vm06 (mon.0) 699 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:41:33.010 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:41:32 vm09 bash[35508]: audit 2026-04-16T18:41:31.527391+0000 mon.vm06 (mon.0) 699 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:41:33.010 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:41:32 vm09 bash[35508]: audit 2026-04-16T18:41:31.528040+0000 mon.vm06 (mon.0) 700 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-04-16T18:41:33.010 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:41:32 vm09 bash[35508]: audit 2026-04-16T18:41:31.528040+0000 mon.vm06 (mon.0) 700 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-04-16T18:41:33.010 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:41:32 vm09 bash[35508]: audit 2026-04-16T18:41:31.528531+0000 mon.vm06 (mon.0) 701 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-04-16T18:41:33.010 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:41:32 vm09 bash[35508]: audit 2026-04-16T18:41:31.528531+0000 mon.vm06 (mon.0) 701 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-04-16T18:41:33.010 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:41:32 vm09 bash[35508]: audit 2026-04-16T18:41:31.532225+0000 mon.vm06 (mon.0) 702 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:41:33.010 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:41:32 vm09 bash[35508]: audit 2026-04-16T18:41:31.532225+0000 mon.vm06 (mon.0) 702 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:41:33.010 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:41:32 vm09 bash[35508]: audit 2026-04-16T18:41:31.533684+0000 mon.vm06 (mon.0) 703 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-04-16T18:41:33.011 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:41:32 vm09 bash[35508]: audit 2026-04-16T18:41:31.533684+0000 mon.vm06 (mon.0) 703 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-04-16T18:41:33.011 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:41:32 vm09 bash[35508]: cephadm 2026-04-16T18:41:31.534058+0000 mgr.vm06.sywxig (mgr.14229) 136 : cephadm [INF] Found osd claims -> {'vm09': ['1']} 2026-04-16T18:41:33.011 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:41:32 vm09 bash[35508]: cephadm 2026-04-16T18:41:31.534058+0000 mgr.vm06.sywxig (mgr.14229) 136 : cephadm [INF] Found osd claims -> {'vm09': ['1']} 2026-04-16T18:41:33.011 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:41:32 vm09 bash[35508]: cephadm 2026-04-16T18:41:31.534080+0000 mgr.vm06.sywxig (mgr.14229) 137 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'vm09': ['1']} 2026-04-16T18:41:33.011 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:41:32 vm09 bash[35508]: cephadm 2026-04-16T18:41:31.534080+0000 mgr.vm06.sywxig (mgr.14229) 137 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'vm09': ['1']} 2026-04-16T18:41:33.011 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:41:32 vm09 bash[35508]: audit 2026-04-16T18:41:31.535614+0000 mon.vm06 (mon.0) 704 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-04-16T18:41:33.011 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:41:32 vm09 bash[35508]: audit 2026-04-16T18:41:31.535614+0000 mon.vm06 (mon.0) 704 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-04-16T18:41:33.011 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:41:32 vm09 bash[35508]: audit 2026-04-16T18:41:31.535996+0000 mon.vm06 (mon.0) 705 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-04-16T18:41:33.011 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:41:32 vm09 bash[35508]: audit 2026-04-16T18:41:31.535996+0000 mon.vm06 (mon.0) 705 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-04-16T18:41:33.011 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:41:32 vm09 bash[35508]: audit 2026-04-16T18:41:32.153903+0000 mon.vm06 (mon.0) 706 : audit [DBG] from='client.? 192.168.123.106:0/3034264073' entity='client.admin' cmd={"prefix": "osd dump"} : dispatch 2026-04-16T18:41:33.011 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:41:32 vm09 bash[35508]: audit 2026-04-16T18:41:32.153903+0000 mon.vm06 (mon.0) 706 : audit [DBG] from='client.? 192.168.123.106:0/3034264073' entity='client.admin' cmd={"prefix": "osd dump"} : dispatch 2026-04-16T18:41:33.923 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:41:33 vm06 bash[28176]: audit 2026-04-16T18:41:32.714524+0000 mon.vm09 (mon.1) 30 : audit [DBG] from='client.? 192.168.123.109:0/3562084864' entity='client.bootstrap-osd' cmd={"prefix": "osd tree", "format": "json"} : dispatch 2026-04-16T18:41:33.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:41:33 vm06 bash[28176]: audit 2026-04-16T18:41:32.714524+0000 mon.vm09 (mon.1) 30 : audit [DBG] from='client.? 192.168.123.109:0/3562084864' entity='client.bootstrap-osd' cmd={"prefix": "osd tree", "format": "json"} : dispatch 2026-04-16T18:41:33.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:41:33 vm06 bash[28176]: audit 2026-04-16T18:41:32.911019+0000 mon.vm09 (mon.1) 31 : audit [INF] from='client.? 192.168.123.109:0/878575333' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "97c76294-48d5-487e-8b2e-f2d167bdc451", "id": 1} : dispatch 2026-04-16T18:41:33.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:41:33 vm06 bash[28176]: audit 2026-04-16T18:41:32.911019+0000 mon.vm09 (mon.1) 31 : audit [INF] from='client.? 192.168.123.109:0/878575333' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "97c76294-48d5-487e-8b2e-f2d167bdc451", "id": 1} : dispatch 2026-04-16T18:41:33.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:41:33 vm06 bash[28176]: audit 2026-04-16T18:41:32.911026+0000 mon.vm06 (mon.0) 707 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "97c76294-48d5-487e-8b2e-f2d167bdc451", "id": 1} : dispatch 2026-04-16T18:41:33.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:41:33 vm06 bash[28176]: audit 2026-04-16T18:41:32.911026+0000 mon.vm06 (mon.0) 707 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "97c76294-48d5-487e-8b2e-f2d167bdc451", "id": 1} : dispatch 2026-04-16T18:41:33.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:41:33 vm06 bash[28176]: cluster 2026-04-16T18:41:32.911606+0000 mon.vm06 (mon.0) 708 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2026-04-16T18:41:33.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:41:33 vm06 bash[28176]: cluster 2026-04-16T18:41:32.911606+0000 mon.vm06 (mon.0) 708 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2026-04-16T18:41:33.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:41:33 vm06 bash[28176]: cluster 2026-04-16T18:41:32.911635+0000 mon.vm06 (mon.0) 709 : cluster [INF] Cluster is now healthy 2026-04-16T18:41:33.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:41:33 vm06 bash[28176]: cluster 2026-04-16T18:41:32.911635+0000 mon.vm06 (mon.0) 709 : cluster [INF] Cluster is now healthy 2026-04-16T18:41:33.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:41:33 vm06 bash[28176]: audit 2026-04-16T18:41:32.915958+0000 mon.vm06 (mon.0) 710 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "97c76294-48d5-487e-8b2e-f2d167bdc451", "id": 1}]': finished 2026-04-16T18:41:33.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:41:33 vm06 bash[28176]: audit 2026-04-16T18:41:32.915958+0000 mon.vm06 (mon.0) 710 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "97c76294-48d5-487e-8b2e-f2d167bdc451", "id": 1}]': finished 2026-04-16T18:41:33.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:41:33 vm06 bash[28176]: cluster 2026-04-16T18:41:32.918006+0000 mon.vm06 (mon.0) 711 : cluster [DBG] osdmap e29: 8 total, 7 up, 8 in 2026-04-16T18:41:33.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:41:33 vm06 bash[28176]: cluster 2026-04-16T18:41:32.918006+0000 mon.vm06 (mon.0) 711 : cluster [DBG] osdmap e29: 8 total, 7 up, 8 in 2026-04-16T18:41:34.010 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:41:33 vm09 bash[35508]: audit 2026-04-16T18:41:32.714524+0000 mon.vm09 (mon.1) 30 : audit [DBG] from='client.? 192.168.123.109:0/3562084864' entity='client.bootstrap-osd' cmd={"prefix": "osd tree", "format": "json"} : dispatch 2026-04-16T18:41:34.010 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:41:33 vm09 bash[35508]: audit 2026-04-16T18:41:32.714524+0000 mon.vm09 (mon.1) 30 : audit [DBG] from='client.? 192.168.123.109:0/3562084864' entity='client.bootstrap-osd' cmd={"prefix": "osd tree", "format": "json"} : dispatch 2026-04-16T18:41:34.010 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:41:33 vm09 bash[35508]: audit 2026-04-16T18:41:32.911019+0000 mon.vm09 (mon.1) 31 : audit [INF] from='client.? 192.168.123.109:0/878575333' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "97c76294-48d5-487e-8b2e-f2d167bdc451", "id": 1} : dispatch 2026-04-16T18:41:34.010 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:41:33 vm09 bash[35508]: audit 2026-04-16T18:41:32.911019+0000 mon.vm09 (mon.1) 31 : audit [INF] from='client.? 192.168.123.109:0/878575333' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "97c76294-48d5-487e-8b2e-f2d167bdc451", "id": 1} : dispatch 2026-04-16T18:41:34.010 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:41:33 vm09 bash[35508]: audit 2026-04-16T18:41:32.911026+0000 mon.vm06 (mon.0) 707 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "97c76294-48d5-487e-8b2e-f2d167bdc451", "id": 1} : dispatch 2026-04-16T18:41:34.010 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:41:33 vm09 bash[35508]: audit 2026-04-16T18:41:32.911026+0000 mon.vm06 (mon.0) 707 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "97c76294-48d5-487e-8b2e-f2d167bdc451", "id": 1} : dispatch 2026-04-16T18:41:34.010 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:41:33 vm09 bash[35508]: cluster 2026-04-16T18:41:32.911606+0000 mon.vm06 (mon.0) 708 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2026-04-16T18:41:34.010 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:41:33 vm09 bash[35508]: cluster 2026-04-16T18:41:32.911606+0000 mon.vm06 (mon.0) 708 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2026-04-16T18:41:34.010 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:41:33 vm09 bash[35508]: cluster 2026-04-16T18:41:32.911635+0000 mon.vm06 (mon.0) 709 : cluster [INF] Cluster is now healthy 2026-04-16T18:41:34.010 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:41:33 vm09 bash[35508]: cluster 2026-04-16T18:41:32.911635+0000 mon.vm06 (mon.0) 709 : cluster [INF] Cluster is now healthy 2026-04-16T18:41:34.010 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:41:33 vm09 bash[35508]: audit 2026-04-16T18:41:32.915958+0000 mon.vm06 (mon.0) 710 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "97c76294-48d5-487e-8b2e-f2d167bdc451", "id": 1}]': finished 2026-04-16T18:41:34.010 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:41:33 vm09 bash[35508]: audit 2026-04-16T18:41:32.915958+0000 mon.vm06 (mon.0) 710 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "97c76294-48d5-487e-8b2e-f2d167bdc451", "id": 1}]': finished 2026-04-16T18:41:34.010 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:41:33 vm09 bash[35508]: cluster 2026-04-16T18:41:32.918006+0000 mon.vm06 (mon.0) 711 : cluster [DBG] osdmap e29: 8 total, 7 up, 8 in 2026-04-16T18:41:34.010 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:41:33 vm09 bash[35508]: cluster 2026-04-16T18:41:32.918006+0000 mon.vm06 (mon.0) 711 : cluster [DBG] osdmap e29: 8 total, 7 up, 8 in 2026-04-16T18:41:34.923 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:41:34 vm06 bash[28176]: cluster 2026-04-16T18:41:33.006032+0000 mgr.vm06.sywxig (mgr.14229) 138 : cluster [DBG] pgmap v61: 1 pgs: 1 active+clean; 577 KiB data, 214 MiB used, 160 GiB / 160 GiB avail 2026-04-16T18:41:34.923 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:41:34 vm06 bash[28176]: cluster 2026-04-16T18:41:33.006032+0000 mgr.vm06.sywxig (mgr.14229) 138 : cluster [DBG] pgmap v61: 1 pgs: 1 active+clean; 577 KiB data, 214 MiB used, 160 GiB / 160 GiB avail 2026-04-16T18:41:34.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:41:34 vm06 bash[28176]: audit 2026-04-16T18:41:33.694042+0000 mon.vm09 (mon.1) 32 : audit [DBG] from='client.? 192.168.123.109:0/1384868162' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2026-04-16T18:41:34.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:41:34 vm06 bash[28176]: audit 2026-04-16T18:41:33.694042+0000 mon.vm09 (mon.1) 32 : audit [DBG] from='client.? 192.168.123.109:0/1384868162' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2026-04-16T18:41:35.010 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:41:34 vm09 bash[35508]: cluster 2026-04-16T18:41:33.006032+0000 mgr.vm06.sywxig (mgr.14229) 138 : cluster [DBG] pgmap v61: 1 pgs: 1 active+clean; 577 KiB data, 214 MiB used, 160 GiB / 160 GiB avail 2026-04-16T18:41:35.010 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:41:34 vm09 bash[35508]: cluster 2026-04-16T18:41:33.006032+0000 mgr.vm06.sywxig (mgr.14229) 138 : cluster [DBG] pgmap v61: 1 pgs: 1 active+clean; 577 KiB data, 214 MiB used, 160 GiB / 160 GiB avail 2026-04-16T18:41:35.010 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:41:34 vm09 bash[35508]: audit 2026-04-16T18:41:33.694042+0000 mon.vm09 (mon.1) 32 : audit [DBG] from='client.? 192.168.123.109:0/1384868162' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2026-04-16T18:41:35.010 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:41:34 vm09 bash[35508]: audit 2026-04-16T18:41:33.694042+0000 mon.vm09 (mon.1) 32 : audit [DBG] from='client.? 192.168.123.109:0/1384868162' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2026-04-16T18:41:35.923 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:41:35 vm06 bash[28176]: audit 2026-04-16T18:41:35.256367+0000 mon.vm06 (mon.0) 712 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-04-16T18:41:35.923 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:41:35 vm06 bash[28176]: audit 2026-04-16T18:41:35.256367+0000 mon.vm06 (mon.0) 712 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-04-16T18:41:36.010 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:41:35 vm09 bash[35508]: audit 2026-04-16T18:41:35.256367+0000 mon.vm06 (mon.0) 712 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-04-16T18:41:36.010 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:41:35 vm09 bash[35508]: audit 2026-04-16T18:41:35.256367+0000 mon.vm06 (mon.0) 712 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-04-16T18:41:36.760 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:41:36 vm09 bash[35508]: cluster 2026-04-16T18:41:35.006250+0000 mgr.vm06.sywxig (mgr.14229) 139 : cluster [DBG] pgmap v62: 1 pgs: 1 active+clean; 577 KiB data, 214 MiB used, 160 GiB / 160 GiB avail 2026-04-16T18:41:36.760 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:41:36 vm09 bash[35508]: cluster 2026-04-16T18:41:35.006250+0000 mgr.vm06.sywxig (mgr.14229) 139 : cluster [DBG] pgmap v62: 1 pgs: 1 active+clean; 577 KiB data, 214 MiB used, 160 GiB / 160 GiB avail 2026-04-16T18:41:36.760 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:41:36 vm09 bash[35508]: audit 2026-04-16T18:41:36.181083+0000 mon.vm06 (mon.0) 713 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "auth get", "entity": "osd.1"} : dispatch 2026-04-16T18:41:36.760 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:41:36 vm09 bash[35508]: audit 2026-04-16T18:41:36.181083+0000 mon.vm06 (mon.0) 713 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "auth get", "entity": "osd.1"} : dispatch 2026-04-16T18:41:36.760 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:41:36 vm09 bash[35508]: audit 2026-04-16T18:41:36.181619+0000 mon.vm06 (mon.0) 714 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-04-16T18:41:36.760 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:41:36 vm09 bash[35508]: audit 2026-04-16T18:41:36.181619+0000 mon.vm06 (mon.0) 714 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-04-16T18:41:36.923 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:41:36 vm06 bash[28176]: cluster 2026-04-16T18:41:35.006250+0000 mgr.vm06.sywxig (mgr.14229) 139 : cluster [DBG] pgmap v62: 1 pgs: 1 active+clean; 577 KiB data, 214 MiB used, 160 GiB / 160 GiB avail 2026-04-16T18:41:36.923 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:41:36 vm06 bash[28176]: cluster 2026-04-16T18:41:35.006250+0000 mgr.vm06.sywxig (mgr.14229) 139 : cluster [DBG] pgmap v62: 1 pgs: 1 active+clean; 577 KiB data, 214 MiB used, 160 GiB / 160 GiB avail 2026-04-16T18:41:36.923 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:41:36 vm06 bash[28176]: audit 2026-04-16T18:41:36.181083+0000 mon.vm06 (mon.0) 713 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "auth get", "entity": "osd.1"} : dispatch 2026-04-16T18:41:36.923 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:41:36 vm06 bash[28176]: audit 2026-04-16T18:41:36.181083+0000 mon.vm06 (mon.0) 713 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "auth get", "entity": "osd.1"} : dispatch 2026-04-16T18:41:36.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:41:36 vm06 bash[28176]: audit 2026-04-16T18:41:36.181619+0000 mon.vm06 (mon.0) 714 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-04-16T18:41:36.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:41:36 vm06 bash[28176]: audit 2026-04-16T18:41:36.181619+0000 mon.vm06 (mon.0) 714 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-04-16T18:41:37.166 INFO:teuthology.orchestra.run.vm06.stderr:+ ceph osd dump 2026-04-16T18:41:37.166 INFO:teuthology.orchestra.run.vm06.stderr:+ grep osd.1 2026-04-16T18:41:37.166 INFO:teuthology.orchestra.run.vm06.stderr:+ grep 'up\s*in' 2026-04-16T18:41:37.353 INFO:teuthology.orchestra.run.vm06.stderr:+ sleep 5 2026-04-16T18:41:37.510 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:41:37 vm09 systemd[1]: /etc/systemd/system/ceph-4f654fb6-39c3-11f1-a5d5-6940ad893399@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2026-04-16T18:41:37.510 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:41:37 vm09 systemd[1]: /etc/systemd/system/ceph-4f654fb6-39c3-11f1-a5d5-6940ad893399@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2026-04-16T18:41:37.902 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:41:37 vm09 bash[35508]: cephadm 2026-04-16T18:41:36.181994+0000 mgr.vm06.sywxig (mgr.14229) 140 : cephadm [INF] Deploying daemon osd.1 on vm09 2026-04-16T18:41:37.902 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:41:37 vm09 bash[35508]: cephadm 2026-04-16T18:41:36.181994+0000 mgr.vm06.sywxig (mgr.14229) 140 : cephadm [INF] Deploying daemon osd.1 on vm09 2026-04-16T18:41:37.902 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:41:37 vm09 bash[35508]: audit 2026-04-16T18:41:37.341370+0000 mon.vm06 (mon.0) 715 : audit [DBG] from='client.? 192.168.123.106:0/1762654566' entity='client.admin' cmd={"prefix": "osd dump"} : dispatch 2026-04-16T18:41:37.902 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:41:37 vm09 bash[35508]: audit 2026-04-16T18:41:37.341370+0000 mon.vm06 (mon.0) 715 : audit [DBG] from='client.? 192.168.123.106:0/1762654566' entity='client.admin' cmd={"prefix": "osd dump"} : dispatch 2026-04-16T18:41:37.923 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:41:37 vm06 bash[28176]: cephadm 2026-04-16T18:41:36.181994+0000 mgr.vm06.sywxig (mgr.14229) 140 : cephadm [INF] Deploying daemon osd.1 on vm09 2026-04-16T18:41:37.923 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:41:37 vm06 bash[28176]: cephadm 2026-04-16T18:41:36.181994+0000 mgr.vm06.sywxig (mgr.14229) 140 : cephadm [INF] Deploying daemon osd.1 on vm09 2026-04-16T18:41:37.923 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:41:37 vm06 bash[28176]: audit 2026-04-16T18:41:37.341370+0000 mon.vm06 (mon.0) 715 : audit [DBG] from='client.? 192.168.123.106:0/1762654566' entity='client.admin' cmd={"prefix": "osd dump"} : dispatch 2026-04-16T18:41:37.923 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:41:37 vm06 bash[28176]: audit 2026-04-16T18:41:37.341370+0000 mon.vm06 (mon.0) 715 : audit [DBG] from='client.? 192.168.123.106:0/1762654566' entity='client.admin' cmd={"prefix": "osd dump"} : dispatch 2026-04-16T18:41:38.923 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:41:38 vm06 bash[28176]: cluster 2026-04-16T18:41:37.006550+0000 mgr.vm06.sywxig (mgr.14229) 141 : cluster [DBG] pgmap v63: 1 pgs: 1 active+clean; 577 KiB data, 214 MiB used, 160 GiB / 160 GiB avail 2026-04-16T18:41:38.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:41:38 vm06 bash[28176]: cluster 2026-04-16T18:41:37.006550+0000 mgr.vm06.sywxig (mgr.14229) 141 : cluster [DBG] pgmap v63: 1 pgs: 1 active+clean; 577 KiB data, 214 MiB used, 160 GiB / 160 GiB avail 2026-04-16T18:41:38.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:41:38 vm06 bash[28176]: audit 2026-04-16T18:41:37.587499+0000 mon.vm06 (mon.0) 716 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:41:38.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:41:38 vm06 bash[28176]: audit 2026-04-16T18:41:37.587499+0000 mon.vm06 (mon.0) 716 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:41:38.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:41:38 vm06 bash[28176]: audit 2026-04-16T18:41:37.592208+0000 mon.vm06 (mon.0) 717 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:41:38.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:41:38 vm06 bash[28176]: audit 2026-04-16T18:41:37.592208+0000 mon.vm06 (mon.0) 717 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:41:39.010 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:41:38 vm09 bash[35508]: cluster 2026-04-16T18:41:37.006550+0000 mgr.vm06.sywxig (mgr.14229) 141 : cluster [DBG] pgmap v63: 1 pgs: 1 active+clean; 577 KiB data, 214 MiB used, 160 GiB / 160 GiB avail 2026-04-16T18:41:39.010 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:41:38 vm09 bash[35508]: cluster 2026-04-16T18:41:37.006550+0000 mgr.vm06.sywxig (mgr.14229) 141 : cluster [DBG] pgmap v63: 1 pgs: 1 active+clean; 577 KiB data, 214 MiB used, 160 GiB / 160 GiB avail 2026-04-16T18:41:39.010 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:41:38 vm09 bash[35508]: audit 2026-04-16T18:41:37.587499+0000 mon.vm06 (mon.0) 716 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:41:39.010 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:41:38 vm09 bash[35508]: audit 2026-04-16T18:41:37.587499+0000 mon.vm06 (mon.0) 716 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:41:39.010 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:41:38 vm09 bash[35508]: audit 2026-04-16T18:41:37.592208+0000 mon.vm06 (mon.0) 717 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:41:39.010 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:41:38 vm09 bash[35508]: audit 2026-04-16T18:41:37.592208+0000 mon.vm06 (mon.0) 717 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:41:40.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:41:40 vm06 bash[28176]: cluster 2026-04-16T18:41:39.006828+0000 mgr.vm06.sywxig (mgr.14229) 142 : cluster [DBG] pgmap v64: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 160 GiB / 160 GiB avail 2026-04-16T18:41:40.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:41:40 vm06 bash[28176]: cluster 2026-04-16T18:41:39.006828+0000 mgr.vm06.sywxig (mgr.14229) 142 : cluster [DBG] pgmap v64: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 160 GiB / 160 GiB avail 2026-04-16T18:41:40.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:41:40 vm06 bash[28176]: audit 2026-04-16T18:41:39.968379+0000 mon.vm06 (mon.0) 718 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:41:40.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:41:40 vm06 bash[28176]: audit 2026-04-16T18:41:39.968379+0000 mon.vm06 (mon.0) 718 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:41:40.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:41:40 vm06 bash[28176]: audit 2026-04-16T18:41:39.971669+0000 mon.vm06 (mon.0) 719 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:41:40.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:41:40 vm06 bash[28176]: audit 2026-04-16T18:41:39.971669+0000 mon.vm06 (mon.0) 719 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:41:40.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:41:40 vm06 bash[28176]: audit 2026-04-16T18:41:39.982628+0000 mon.vm06 (mon.0) 720 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-04-16T18:41:40.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:41:40 vm06 bash[28176]: audit 2026-04-16T18:41:39.982628+0000 mon.vm06 (mon.0) 720 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-04-16T18:41:41.010 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:41:40 vm09 bash[35508]: cluster 2026-04-16T18:41:39.006828+0000 mgr.vm06.sywxig (mgr.14229) 142 : cluster [DBG] pgmap v64: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 160 GiB / 160 GiB avail 2026-04-16T18:41:41.010 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:41:40 vm09 bash[35508]: cluster 2026-04-16T18:41:39.006828+0000 mgr.vm06.sywxig (mgr.14229) 142 : cluster [DBG] pgmap v64: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 160 GiB / 160 GiB avail 2026-04-16T18:41:41.010 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:41:40 vm09 bash[35508]: audit 2026-04-16T18:41:39.968379+0000 mon.vm06 (mon.0) 718 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:41:41.010 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:41:40 vm09 bash[35508]: audit 2026-04-16T18:41:39.968379+0000 mon.vm06 (mon.0) 718 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:41:41.010 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:41:40 vm09 bash[35508]: audit 2026-04-16T18:41:39.971669+0000 mon.vm06 (mon.0) 719 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:41:41.010 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:41:40 vm09 bash[35508]: audit 2026-04-16T18:41:39.971669+0000 mon.vm06 (mon.0) 719 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:41:41.010 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:41:40 vm09 bash[35508]: audit 2026-04-16T18:41:39.982628+0000 mon.vm06 (mon.0) 720 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-04-16T18:41:41.010 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:41:40 vm09 bash[35508]: audit 2026-04-16T18:41:39.982628+0000 mon.vm06 (mon.0) 720 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-04-16T18:41:41.923 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:41:41 vm06 bash[28176]: audit 2026-04-16T18:41:40.802916+0000 mon.vm06 (mon.0) 721 : audit [INF] from='osd.1 ' entity='osd.1' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]} : dispatch 2026-04-16T18:41:41.923 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:41:41 vm06 bash[28176]: audit 2026-04-16T18:41:40.802916+0000 mon.vm06 (mon.0) 721 : audit [INF] from='osd.1 ' entity='osd.1' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]} : dispatch 2026-04-16T18:41:41.923 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:41:41 vm06 bash[28176]: audit 2026-04-16T18:41:40.803016+0000 mon.vm09 (mon.1) 33 : audit [INF] from='osd.1 [v2:192.168.123.109:6800/2061066864,v1:192.168.123.109:6801/2061066864]' entity='osd.1' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]} : dispatch 2026-04-16T18:41:41.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:41:41 vm06 bash[28176]: audit 2026-04-16T18:41:40.803016+0000 mon.vm09 (mon.1) 33 : audit [INF] from='osd.1 [v2:192.168.123.109:6800/2061066864,v1:192.168.123.109:6801/2061066864]' entity='osd.1' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]} : dispatch 2026-04-16T18:41:42.010 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:41:41 vm09 bash[35508]: audit 2026-04-16T18:41:40.802916+0000 mon.vm06 (mon.0) 721 : audit [INF] from='osd.1 ' entity='osd.1' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]} : dispatch 2026-04-16T18:41:42.010 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:41:41 vm09 bash[35508]: audit 2026-04-16T18:41:40.802916+0000 mon.vm06 (mon.0) 721 : audit [INF] from='osd.1 ' entity='osd.1' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]} : dispatch 2026-04-16T18:41:42.010 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:41:41 vm09 bash[35508]: audit 2026-04-16T18:41:40.803016+0000 mon.vm09 (mon.1) 33 : audit [INF] from='osd.1 [v2:192.168.123.109:6800/2061066864,v1:192.168.123.109:6801/2061066864]' entity='osd.1' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]} : dispatch 2026-04-16T18:41:42.010 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:41:41 vm09 bash[35508]: audit 2026-04-16T18:41:40.803016+0000 mon.vm09 (mon.1) 33 : audit [INF] from='osd.1 [v2:192.168.123.109:6800/2061066864,v1:192.168.123.109:6801/2061066864]' entity='osd.1' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]} : dispatch 2026-04-16T18:41:42.354 INFO:teuthology.orchestra.run.vm06.stderr:+ ceph osd dump 2026-04-16T18:41:42.354 INFO:teuthology.orchestra.run.vm06.stderr:+ grep osd.1 2026-04-16T18:41:42.354 INFO:teuthology.orchestra.run.vm06.stderr:+ grep 'up\s*in' 2026-04-16T18:41:42.551 INFO:teuthology.orchestra.run.vm06.stderr:+ sleep 5 2026-04-16T18:41:42.923 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:41:42 vm06 bash[28176]: cluster 2026-04-16T18:41:41.007078+0000 mgr.vm06.sywxig (mgr.14229) 143 : cluster [DBG] pgmap v65: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 160 GiB / 160 GiB avail 2026-04-16T18:41:42.923 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:41:42 vm06 bash[28176]: cluster 2026-04-16T18:41:41.007078+0000 mgr.vm06.sywxig (mgr.14229) 143 : cluster [DBG] pgmap v65: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 160 GiB / 160 GiB avail 2026-04-16T18:41:42.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:41:42 vm06 bash[28176]: audit 2026-04-16T18:41:41.600894+0000 mon.vm06 (mon.0) 722 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2026-04-16T18:41:42.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:41:42 vm06 bash[28176]: audit 2026-04-16T18:41:41.600894+0000 mon.vm06 (mon.0) 722 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2026-04-16T18:41:42.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:41:42 vm06 bash[28176]: cluster 2026-04-16T18:41:41.602951+0000 mon.vm06 (mon.0) 723 : cluster [DBG] osdmap e30: 8 total, 7 up, 8 in 2026-04-16T18:41:42.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:41:42 vm06 bash[28176]: cluster 2026-04-16T18:41:41.602951+0000 mon.vm06 (mon.0) 723 : cluster [DBG] osdmap e30: 8 total, 7 up, 8 in 2026-04-16T18:41:42.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:41:42 vm06 bash[28176]: audit 2026-04-16T18:41:41.605589+0000 mon.vm06 (mon.0) 724 : audit [INF] from='osd.1 ' entity='osd.1' cmd={"prefix": "osd crush create-or-move", "id": 1, "weight":0.0195, "args": ["host=vm09", "root=default"]} : dispatch 2026-04-16T18:41:42.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:41:42 vm06 bash[28176]: audit 2026-04-16T18:41:41.605589+0000 mon.vm06 (mon.0) 724 : audit [INF] from='osd.1 ' entity='osd.1' cmd={"prefix": "osd crush create-or-move", "id": 1, "weight":0.0195, "args": ["host=vm09", "root=default"]} : dispatch 2026-04-16T18:41:42.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:41:42 vm06 bash[28176]: audit 2026-04-16T18:41:41.605786+0000 mon.vm09 (mon.1) 34 : audit [INF] from='osd.1 [v2:192.168.123.109:6800/2061066864,v1:192.168.123.109:6801/2061066864]' entity='osd.1' cmd={"prefix": "osd crush create-or-move", "id": 1, "weight":0.0195, "args": ["host=vm09", "root=default"]} : dispatch 2026-04-16T18:41:42.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:41:42 vm06 bash[28176]: audit 2026-04-16T18:41:41.605786+0000 mon.vm09 (mon.1) 34 : audit [INF] from='osd.1 [v2:192.168.123.109:6800/2061066864,v1:192.168.123.109:6801/2061066864]' entity='osd.1' cmd={"prefix": "osd crush create-or-move", "id": 1, "weight":0.0195, "args": ["host=vm09", "root=default"]} : dispatch 2026-04-16T18:41:42.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:41:42 vm06 bash[28176]: audit 2026-04-16T18:41:42.541063+0000 mon.vm06 (mon.0) 725 : audit [DBG] from='client.? 192.168.123.106:0/618270692' entity='client.admin' cmd={"prefix": "osd dump"} : dispatch 2026-04-16T18:41:42.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:41:42 vm06 bash[28176]: audit 2026-04-16T18:41:42.541063+0000 mon.vm06 (mon.0) 725 : audit [DBG] from='client.? 192.168.123.106:0/618270692' entity='client.admin' cmd={"prefix": "osd dump"} : dispatch 2026-04-16T18:41:43.010 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:41:42 vm09 bash[35508]: cluster 2026-04-16T18:41:41.007078+0000 mgr.vm06.sywxig (mgr.14229) 143 : cluster [DBG] pgmap v65: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 160 GiB / 160 GiB avail 2026-04-16T18:41:43.010 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:41:42 vm09 bash[35508]: cluster 2026-04-16T18:41:41.007078+0000 mgr.vm06.sywxig (mgr.14229) 143 : cluster [DBG] pgmap v65: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 160 GiB / 160 GiB avail 2026-04-16T18:41:43.010 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:41:42 vm09 bash[35508]: audit 2026-04-16T18:41:41.600894+0000 mon.vm06 (mon.0) 722 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2026-04-16T18:41:43.010 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:41:42 vm09 bash[35508]: audit 2026-04-16T18:41:41.600894+0000 mon.vm06 (mon.0) 722 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2026-04-16T18:41:43.010 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:41:42 vm09 bash[35508]: cluster 2026-04-16T18:41:41.602951+0000 mon.vm06 (mon.0) 723 : cluster [DBG] osdmap e30: 8 total, 7 up, 8 in 2026-04-16T18:41:43.010 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:41:42 vm09 bash[35508]: cluster 2026-04-16T18:41:41.602951+0000 mon.vm06 (mon.0) 723 : cluster [DBG] osdmap e30: 8 total, 7 up, 8 in 2026-04-16T18:41:43.010 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:41:42 vm09 bash[35508]: audit 2026-04-16T18:41:41.605589+0000 mon.vm06 (mon.0) 724 : audit [INF] from='osd.1 ' entity='osd.1' cmd={"prefix": "osd crush create-or-move", "id": 1, "weight":0.0195, "args": ["host=vm09", "root=default"]} : dispatch 2026-04-16T18:41:43.010 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:41:42 vm09 bash[35508]: audit 2026-04-16T18:41:41.605589+0000 mon.vm06 (mon.0) 724 : audit [INF] from='osd.1 ' entity='osd.1' cmd={"prefix": "osd crush create-or-move", "id": 1, "weight":0.0195, "args": ["host=vm09", "root=default"]} : dispatch 2026-04-16T18:41:43.010 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:41:42 vm09 bash[35508]: audit 2026-04-16T18:41:41.605786+0000 mon.vm09 (mon.1) 34 : audit [INF] from='osd.1 [v2:192.168.123.109:6800/2061066864,v1:192.168.123.109:6801/2061066864]' entity='osd.1' cmd={"prefix": "osd crush create-or-move", "id": 1, "weight":0.0195, "args": ["host=vm09", "root=default"]} : dispatch 2026-04-16T18:41:43.010 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:41:42 vm09 bash[35508]: audit 2026-04-16T18:41:41.605786+0000 mon.vm09 (mon.1) 34 : audit [INF] from='osd.1 [v2:192.168.123.109:6800/2061066864,v1:192.168.123.109:6801/2061066864]' entity='osd.1' cmd={"prefix": "osd crush create-or-move", "id": 1, "weight":0.0195, "args": ["host=vm09", "root=default"]} : dispatch 2026-04-16T18:41:43.010 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:41:42 vm09 bash[35508]: audit 2026-04-16T18:41:42.541063+0000 mon.vm06 (mon.0) 725 : audit [DBG] from='client.? 192.168.123.106:0/618270692' entity='client.admin' cmd={"prefix": "osd dump"} : dispatch 2026-04-16T18:41:43.010 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:41:42 vm09 bash[35508]: audit 2026-04-16T18:41:42.541063+0000 mon.vm06 (mon.0) 725 : audit [DBG] from='client.? 192.168.123.106:0/618270692' entity='client.admin' cmd={"prefix": "osd dump"} : dispatch 2026-04-16T18:41:43.923 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:41:43 vm06 bash[28176]: cluster 2026-04-16T18:41:42.609393+0000 mon.vm06 (mon.0) 726 : cluster [INF] osd.1 [v2:192.168.123.109:6800/2061066864,v1:192.168.123.109:6801/2061066864] boot 2026-04-16T18:41:43.923 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:41:43 vm06 bash[28176]: cluster 2026-04-16T18:41:42.609393+0000 mon.vm06 (mon.0) 726 : cluster [INF] osd.1 [v2:192.168.123.109:6800/2061066864,v1:192.168.123.109:6801/2061066864] boot 2026-04-16T18:41:43.923 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:41:43 vm06 bash[28176]: cluster 2026-04-16T18:41:42.609419+0000 mon.vm06 (mon.0) 727 : cluster [DBG] osdmap e31: 8 total, 8 up, 8 in 2026-04-16T18:41:43.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:41:43 vm06 bash[28176]: cluster 2026-04-16T18:41:42.609419+0000 mon.vm06 (mon.0) 727 : cluster [DBG] osdmap e31: 8 total, 8 up, 8 in 2026-04-16T18:41:43.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:41:43 vm06 bash[28176]: audit 2026-04-16T18:41:42.609494+0000 mon.vm06 (mon.0) 728 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-04-16T18:41:43.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:41:43 vm06 bash[28176]: audit 2026-04-16T18:41:42.609494+0000 mon.vm06 (mon.0) 728 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-04-16T18:41:44.010 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:41:43 vm09 bash[35508]: cluster 2026-04-16T18:41:42.609393+0000 mon.vm06 (mon.0) 726 : cluster [INF] osd.1 [v2:192.168.123.109:6800/2061066864,v1:192.168.123.109:6801/2061066864] boot 2026-04-16T18:41:44.010 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:41:43 vm09 bash[35508]: cluster 2026-04-16T18:41:42.609393+0000 mon.vm06 (mon.0) 726 : cluster [INF] osd.1 [v2:192.168.123.109:6800/2061066864,v1:192.168.123.109:6801/2061066864] boot 2026-04-16T18:41:44.010 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:41:43 vm09 bash[35508]: cluster 2026-04-16T18:41:42.609419+0000 mon.vm06 (mon.0) 727 : cluster [DBG] osdmap e31: 8 total, 8 up, 8 in 2026-04-16T18:41:44.010 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:41:43 vm09 bash[35508]: cluster 2026-04-16T18:41:42.609419+0000 mon.vm06 (mon.0) 727 : cluster [DBG] osdmap e31: 8 total, 8 up, 8 in 2026-04-16T18:41:44.010 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:41:43 vm09 bash[35508]: audit 2026-04-16T18:41:42.609494+0000 mon.vm06 (mon.0) 728 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-04-16T18:41:44.010 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:41:43 vm09 bash[35508]: audit 2026-04-16T18:41:42.609494+0000 mon.vm06 (mon.0) 728 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-04-16T18:41:44.917 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:41:44 vm09 bash[35508]: cluster 2026-04-16T18:41:41.775538+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2026-04-16T18:41:44.917 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:41:44 vm09 bash[35508]: cluster 2026-04-16T18:41:41.775538+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2026-04-16T18:41:44.917 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:41:44 vm09 bash[35508]: cluster 2026-04-16T18:41:41.775546+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2026-04-16T18:41:44.917 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:41:44 vm09 bash[35508]: cluster 2026-04-16T18:41:41.775546+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2026-04-16T18:41:44.917 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:41:44 vm09 bash[35508]: cluster 2026-04-16T18:41:43.007266+0000 mgr.vm06.sywxig (mgr.14229) 144 : cluster [DBG] pgmap v68: 1 pgs: 1 active+clean; 577 KiB data, 214 MiB used, 160 GiB / 160 GiB avail 2026-04-16T18:41:44.917 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:41:44 vm09 bash[35508]: cluster 2026-04-16T18:41:43.007266+0000 mgr.vm06.sywxig (mgr.14229) 144 : cluster [DBG] pgmap v68: 1 pgs: 1 active+clean; 577 KiB data, 214 MiB used, 160 GiB / 160 GiB avail 2026-04-16T18:41:44.917 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:41:44 vm09 bash[35508]: cluster 2026-04-16T18:41:43.617088+0000 mon.vm06 (mon.0) 729 : cluster [DBG] osdmap e32: 8 total, 8 up, 8 in 2026-04-16T18:41:44.918 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:41:44 vm09 bash[35508]: cluster 2026-04-16T18:41:43.617088+0000 mon.vm06 (mon.0) 729 : cluster [DBG] osdmap e32: 8 total, 8 up, 8 in 2026-04-16T18:41:44.918 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:41:44 vm09 bash[35508]: audit 2026-04-16T18:41:44.603406+0000 mon.vm06 (mon.0) 730 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:41:44.918 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:41:44 vm09 bash[35508]: audit 2026-04-16T18:41:44.603406+0000 mon.vm06 (mon.0) 730 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:41:44.918 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:41:44 vm09 bash[35508]: audit 2026-04-16T18:41:44.608174+0000 mon.vm06 (mon.0) 731 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:41:44.918 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:41:44 vm09 bash[35508]: audit 2026-04-16T18:41:44.608174+0000 mon.vm06 (mon.0) 731 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:41:44.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:41:44 vm06 bash[28176]: cluster 2026-04-16T18:41:41.775538+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2026-04-16T18:41:44.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:41:44 vm06 bash[28176]: cluster 2026-04-16T18:41:41.775538+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2026-04-16T18:41:44.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:41:44 vm06 bash[28176]: cluster 2026-04-16T18:41:41.775546+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2026-04-16T18:41:44.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:41:44 vm06 bash[28176]: cluster 2026-04-16T18:41:41.775546+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2026-04-16T18:41:44.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:41:44 vm06 bash[28176]: cluster 2026-04-16T18:41:43.007266+0000 mgr.vm06.sywxig (mgr.14229) 144 : cluster [DBG] pgmap v68: 1 pgs: 1 active+clean; 577 KiB data, 214 MiB used, 160 GiB / 160 GiB avail 2026-04-16T18:41:44.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:41:44 vm06 bash[28176]: cluster 2026-04-16T18:41:43.007266+0000 mgr.vm06.sywxig (mgr.14229) 144 : cluster [DBG] pgmap v68: 1 pgs: 1 active+clean; 577 KiB data, 214 MiB used, 160 GiB / 160 GiB avail 2026-04-16T18:41:44.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:41:44 vm06 bash[28176]: cluster 2026-04-16T18:41:43.617088+0000 mon.vm06 (mon.0) 729 : cluster [DBG] osdmap e32: 8 total, 8 up, 8 in 2026-04-16T18:41:44.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:41:44 vm06 bash[28176]: cluster 2026-04-16T18:41:43.617088+0000 mon.vm06 (mon.0) 729 : cluster [DBG] osdmap e32: 8 total, 8 up, 8 in 2026-04-16T18:41:44.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:41:44 vm06 bash[28176]: audit 2026-04-16T18:41:44.603406+0000 mon.vm06 (mon.0) 730 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:41:44.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:41:44 vm06 bash[28176]: audit 2026-04-16T18:41:44.603406+0000 mon.vm06 (mon.0) 730 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:41:44.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:41:44 vm06 bash[28176]: audit 2026-04-16T18:41:44.608174+0000 mon.vm06 (mon.0) 731 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:41:44.924 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:41:44 vm06 bash[28176]: audit 2026-04-16T18:41:44.608174+0000 mon.vm06 (mon.0) 731 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:41:46.260 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:41:46 vm09 bash[35508]: cluster 2026-04-16T18:41:45.007493+0000 mgr.vm06.sywxig (mgr.14229) 145 : cluster [DBG] pgmap v70: 1 pgs: 1 active+clean; 577 KiB data, 214 MiB used, 160 GiB / 160 GiB avail 2026-04-16T18:41:46.260 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:41:46 vm09 bash[35508]: cluster 2026-04-16T18:41:45.007493+0000 mgr.vm06.sywxig (mgr.14229) 145 : cluster [DBG] pgmap v70: 1 pgs: 1 active+clean; 577 KiB data, 214 MiB used, 160 GiB / 160 GiB avail 2026-04-16T18:41:46.260 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:41:46 vm09 bash[35508]: audit 2026-04-16T18:41:45.112498+0000 mon.vm06 (mon.0) 732 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:41:46.260 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:41:46 vm09 bash[35508]: audit 2026-04-16T18:41:45.112498+0000 mon.vm06 (mon.0) 732 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:41:46.260 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:41:46 vm09 bash[35508]: audit 2026-04-16T18:41:45.117584+0000 mon.vm06 (mon.0) 733 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:41:46.260 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:41:46 vm09 bash[35508]: audit 2026-04-16T18:41:45.117584+0000 mon.vm06 (mon.0) 733 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:41:46.423 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:41:46 vm06 bash[28176]: cluster 2026-04-16T18:41:45.007493+0000 mgr.vm06.sywxig (mgr.14229) 145 : cluster [DBG] pgmap v70: 1 pgs: 1 active+clean; 577 KiB data, 214 MiB used, 160 GiB / 160 GiB avail 2026-04-16T18:41:46.423 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:41:46 vm06 bash[28176]: cluster 2026-04-16T18:41:45.007493+0000 mgr.vm06.sywxig (mgr.14229) 145 : cluster [DBG] pgmap v70: 1 pgs: 1 active+clean; 577 KiB data, 214 MiB used, 160 GiB / 160 GiB avail 2026-04-16T18:41:46.423 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:41:46 vm06 bash[28176]: audit 2026-04-16T18:41:45.112498+0000 mon.vm06 (mon.0) 732 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:41:46.424 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:41:46 vm06 bash[28176]: audit 2026-04-16T18:41:45.112498+0000 mon.vm06 (mon.0) 732 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:41:46.424 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:41:46 vm06 bash[28176]: audit 2026-04-16T18:41:45.117584+0000 mon.vm06 (mon.0) 733 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:41:46.424 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:41:46 vm06 bash[28176]: audit 2026-04-16T18:41:45.117584+0000 mon.vm06 (mon.0) 733 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:41:47.552 INFO:teuthology.orchestra.run.vm06.stderr:+ ceph osd dump 2026-04-16T18:41:47.552 INFO:teuthology.orchestra.run.vm06.stderr:+ grep osd.1 2026-04-16T18:41:47.552 INFO:teuthology.orchestra.run.vm06.stderr:+ grep 'up\s*in' 2026-04-16T18:41:47.673 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:41:47 vm06 bash[28176]: cephadm 2026-04-16T18:41:46.339516+0000 mgr.vm06.sywxig (mgr.14229) 146 : cephadm [INF] Detected new or changed devices on vm09 2026-04-16T18:41:47.673 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:41:47 vm06 bash[28176]: cephadm 2026-04-16T18:41:46.339516+0000 mgr.vm06.sywxig (mgr.14229) 146 : cephadm [INF] Detected new or changed devices on vm09 2026-04-16T18:41:47.674 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:41:47 vm06 bash[28176]: audit 2026-04-16T18:41:46.345233+0000 mon.vm06 (mon.0) 734 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:41:47.674 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:41:47 vm06 bash[28176]: audit 2026-04-16T18:41:46.345233+0000 mon.vm06 (mon.0) 734 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:41:47.674 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:41:47 vm06 bash[28176]: audit 2026-04-16T18:41:46.349251+0000 mon.vm06 (mon.0) 735 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:41:47.674 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:41:47 vm06 bash[28176]: audit 2026-04-16T18:41:46.349251+0000 mon.vm06 (mon.0) 735 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:41:47.674 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:41:47 vm06 bash[28176]: audit 2026-04-16T18:41:46.349988+0000 mon.vm06 (mon.0) 736 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "config rm", "who": "osd/host:vm09", "name": "osd_memory_target"} : dispatch 2026-04-16T18:41:47.674 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:41:47 vm06 bash[28176]: audit 2026-04-16T18:41:46.349988+0000 mon.vm06 (mon.0) 736 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "config rm", "who": "osd/host:vm09", "name": "osd_memory_target"} : dispatch 2026-04-16T18:41:47.674 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:41:47 vm06 bash[28176]: audit 2026-04-16T18:41:46.350700+0000 mon.vm06 (mon.0) 737 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-04-16T18:41:47.674 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:41:47 vm06 bash[28176]: audit 2026-04-16T18:41:46.350700+0000 mon.vm06 (mon.0) 737 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-04-16T18:41:47.674 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:41:47 vm06 bash[28176]: audit 2026-04-16T18:41:46.351203+0000 mon.vm06 (mon.0) 738 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-04-16T18:41:47.674 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:41:47 vm06 bash[28176]: audit 2026-04-16T18:41:46.351203+0000 mon.vm06 (mon.0) 738 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-04-16T18:41:47.674 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:41:47 vm06 bash[28176]: audit 2026-04-16T18:41:46.354421+0000 mon.vm06 (mon.0) 739 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:41:47.674 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:41:47 vm06 bash[28176]: audit 2026-04-16T18:41:46.354421+0000 mon.vm06 (mon.0) 739 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:41:47.674 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:41:47 vm06 bash[28176]: audit 2026-04-16T18:41:46.355643+0000 mon.vm06 (mon.0) 740 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-04-16T18:41:47.674 INFO:journalctl@ceph.mon.vm06.vm06.stdout:Apr 16 18:41:47 vm06 bash[28176]: audit 2026-04-16T18:41:46.355643+0000 mon.vm06 (mon.0) 740 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-04-16T18:41:47.726 INFO:teuthology.orchestra.run.vm06.stdout:osd.1 up in weight 1 up_from 31 up_thru 19 down_at 27 last_clean_interval [0,0) [v2:192.168.123.109:6800/2061066864,v1:192.168.123.109:6801/2061066864] [v2:192.168.123.109:6802/2061066864,v1:192.168.123.109:6803/2061066864] exists,up 97c76294-48d5-487e-8b2e-f2d167bdc451 2026-04-16T18:41:47.760 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:41:47 vm09 bash[35508]: cephadm 2026-04-16T18:41:46.339516+0000 mgr.vm06.sywxig (mgr.14229) 146 : cephadm [INF] Detected new or changed devices on vm09 2026-04-16T18:41:47.760 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:41:47 vm09 bash[35508]: cephadm 2026-04-16T18:41:46.339516+0000 mgr.vm06.sywxig (mgr.14229) 146 : cephadm [INF] Detected new or changed devices on vm09 2026-04-16T18:41:47.760 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:41:47 vm09 bash[35508]: audit 2026-04-16T18:41:46.345233+0000 mon.vm06 (mon.0) 734 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:41:47.760 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:41:47 vm09 bash[35508]: audit 2026-04-16T18:41:46.345233+0000 mon.vm06 (mon.0) 734 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:41:47.760 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:41:47 vm09 bash[35508]: audit 2026-04-16T18:41:46.349251+0000 mon.vm06 (mon.0) 735 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:41:47.760 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:41:47 vm09 bash[35508]: audit 2026-04-16T18:41:46.349251+0000 mon.vm06 (mon.0) 735 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:41:47.760 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:41:47 vm09 bash[35508]: audit 2026-04-16T18:41:46.349988+0000 mon.vm06 (mon.0) 736 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "config rm", "who": "osd/host:vm09", "name": "osd_memory_target"} : dispatch 2026-04-16T18:41:47.760 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:41:47 vm09 bash[35508]: audit 2026-04-16T18:41:46.349988+0000 mon.vm06 (mon.0) 736 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "config rm", "who": "osd/host:vm09", "name": "osd_memory_target"} : dispatch 2026-04-16T18:41:47.760 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:41:47 vm09 bash[35508]: audit 2026-04-16T18:41:46.350700+0000 mon.vm06 (mon.0) 737 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-04-16T18:41:47.760 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:41:47 vm09 bash[35508]: audit 2026-04-16T18:41:46.350700+0000 mon.vm06 (mon.0) 737 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-04-16T18:41:47.760 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:41:47 vm09 bash[35508]: audit 2026-04-16T18:41:46.351203+0000 mon.vm06 (mon.0) 738 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-04-16T18:41:47.760 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:41:47 vm09 bash[35508]: audit 2026-04-16T18:41:46.351203+0000 mon.vm06 (mon.0) 738 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-04-16T18:41:47.760 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:41:47 vm09 bash[35508]: audit 2026-04-16T18:41:46.354421+0000 mon.vm06 (mon.0) 739 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:41:47.760 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:41:47 vm09 bash[35508]: audit 2026-04-16T18:41:46.354421+0000 mon.vm06 (mon.0) 739 : audit [INF] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' 2026-04-16T18:41:47.760 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:41:47 vm09 bash[35508]: audit 2026-04-16T18:41:46.355643+0000 mon.vm06 (mon.0) 740 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-04-16T18:41:47.760 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:41:47 vm09 bash[35508]: audit 2026-04-16T18:41:46.355643+0000 mon.vm06 (mon.0) 740 : audit [DBG] from='mgr.14229 192.168.123.106:0/1341838200' entity='mgr.vm06.sywxig' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-04-16T18:41:47.789 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2026-04-16T18:41:47.791 INFO:tasks.cephadm:Teardown begin 2026-04-16T18:41:47.791 DEBUG:teuthology.orchestra.run.vm06:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2026-04-16T18:41:47.799 DEBUG:teuthology.orchestra.run.vm09:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2026-04-16T18:41:47.807 INFO:tasks.cephadm:Disabling cephadm mgr module 2026-04-16T18:41:47.807 DEBUG:teuthology.orchestra.run.vm06:> sudo /home/ubuntu/cephtest/cephadm --image harbor.clyso.com/custom-ceph/ceph/ceph:sse-s3-kmip-preview-not-for-production-7 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4f654fb6-39c3-11f1-a5d5-6940ad893399 -- ceph mgr module disable cephadm 2026-04-16T18:41:48.077 INFO:teuthology.orchestra.run.vm06.stderr:Inferring config /var/lib/ceph/4f654fb6-39c3-11f1-a5d5-6940ad893399/mon.vm06/config 2026-04-16T18:41:48.290 INFO:teuthology.orchestra.run.vm06.stderr:2026-04-16T18:41:48.286+0000 7f0a18832640 -1 auth: error reading file: /etc/ceph/ceph.keyring: bufferlist::read_file(/etc/ceph/ceph.keyring): read error:(21) Is a directory 2026-04-16T18:41:48.290 INFO:teuthology.orchestra.run.vm06.stderr:2026-04-16T18:41:48.286+0000 7f0a18832640 -1 auth: failed to load /etc/ceph/ceph.keyring: (21) Is a directory 2026-04-16T18:41:48.290 INFO:teuthology.orchestra.run.vm06.stderr:2026-04-16T18:41:48.286+0000 7f0a18832640 -1 auth: error reading file: /etc/ceph/ceph.keyring: bufferlist::read_file(/etc/ceph/ceph.keyring): read error:(21) Is a directory 2026-04-16T18:41:48.290 INFO:teuthology.orchestra.run.vm06.stderr:2026-04-16T18:41:48.286+0000 7f0a18832640 -1 auth: failed to load /etc/ceph/ceph.keyring: (21) Is a directory 2026-04-16T18:41:48.290 INFO:teuthology.orchestra.run.vm06.stderr:2026-04-16T18:41:48.286+0000 7f0a18832640 -1 auth: error reading file: /etc/ceph/ceph.keyring: bufferlist::read_file(/etc/ceph/ceph.keyring): read error:(21) Is a directory 2026-04-16T18:41:48.290 INFO:teuthology.orchestra.run.vm06.stderr:2026-04-16T18:41:48.286+0000 7f0a18832640 -1 auth: failed to load /etc/ceph/ceph.keyring: (21) Is a directory 2026-04-16T18:41:48.290 INFO:teuthology.orchestra.run.vm06.stderr:2026-04-16T18:41:48.286+0000 7f0a18832640 -1 monclient: keyring not found 2026-04-16T18:41:48.291 INFO:teuthology.orchestra.run.vm06.stderr:[errno 21] error connecting to the cluster 2026-04-16T18:41:48.365 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-04-16T18:41:48.365 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2026-04-16T18:41:48.365 DEBUG:teuthology.orchestra.run.vm06:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2026-04-16T18:41:48.368 DEBUG:teuthology.orchestra.run.vm09:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2026-04-16T18:41:48.371 INFO:tasks.cephadm:Stopping all daemons... 2026-04-16T18:41:48.371 INFO:tasks.cephadm.mon.vm06:Stopping mon.vm06... 2026-04-16T18:41:48.372 DEBUG:teuthology.orchestra.run.vm06:> sudo systemctl stop ceph-4f654fb6-39c3-11f1-a5d5-6940ad893399@mon.vm06 2026-04-16T18:41:48.545 DEBUG:teuthology.orchestra.run.vm06:> sudo pkill -f 'journalctl -f -n 0 -u ceph-4f654fb6-39c3-11f1-a5d5-6940ad893399@mon.vm06.service' 2026-04-16T18:41:48.577 DEBUG:teuthology.orchestra.run:got remote process result: None 2026-04-16T18:41:48.577 INFO:tasks.cephadm.mon.vm06:Stopped mon.vm06 2026-04-16T18:41:48.577 INFO:tasks.cephadm.mon.vm09:Stopping mon.vm09... 2026-04-16T18:41:48.577 DEBUG:teuthology.orchestra.run.vm09:> sudo systemctl stop ceph-4f654fb6-39c3-11f1-a5d5-6940ad893399@mon.vm09 2026-04-16T18:41:48.628 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:41:48 vm09 bash[35508]: cluster 2026-04-16T18:41:47.007753+0000 mgr.vm06.sywxig (mgr.14229) 147 : cluster [DBG] pgmap v71: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 160 GiB / 160 GiB avail 2026-04-16T18:41:48.628 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:41:48 vm09 bash[35508]: cluster 2026-04-16T18:41:47.007753+0000 mgr.vm06.sywxig (mgr.14229) 147 : cluster [DBG] pgmap v71: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 160 GiB / 160 GiB avail 2026-04-16T18:41:48.628 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:41:48 vm09 bash[35508]: audit 2026-04-16T18:41:47.715989+0000 mon.vm06 (mon.0) 741 : audit [DBG] from='client.? 192.168.123.106:0/3794381265' entity='client.admin' cmd={"prefix": "osd dump"} : dispatch 2026-04-16T18:41:48.629 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:41:48 vm09 bash[35508]: audit 2026-04-16T18:41:47.715989+0000 mon.vm06 (mon.0) 741 : audit [DBG] from='client.? 192.168.123.106:0/3794381265' entity='client.admin' cmd={"prefix": "osd dump"} : dispatch 2026-04-16T18:41:48.629 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:41:48 vm09 systemd[1]: Stopping Ceph mon.vm09 for 4f654fb6-39c3-11f1-a5d5-6940ad893399... 2026-04-16T18:41:48.891 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:41:48 vm09 bash[35508]: debug 2026-04-16T18:41:48.626+0000 7f1bb9b7d640 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-mon -n mon.vm09 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-stderr=true (PID: 1) UID: 0 2026-04-16T18:41:48.891 INFO:journalctl@ceph.mon.vm09.vm09.stdout:Apr 16 18:41:48 vm09 bash[35508]: debug 2026-04-16T18:41:48.626+0000 7f1bb9b7d640 -1 mon.vm09@1(peon) e2 *** Got Signal Terminated *** 2026-04-16T18:41:48.946 DEBUG:teuthology.orchestra.run.vm09:> sudo pkill -f 'journalctl -f -n 0 -u ceph-4f654fb6-39c3-11f1-a5d5-6940ad893399@mon.vm09.service' 2026-04-16T18:41:48.975 DEBUG:teuthology.orchestra.run:got remote process result: None 2026-04-16T18:41:48.975 INFO:tasks.cephadm.mon.vm09:Stopped mon.vm09 2026-04-16T18:41:48.975 DEBUG:teuthology.orchestra.run.vm06:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 4f654fb6-39c3-11f1-a5d5-6940ad893399 --force --keep-logs 2026-04-16T18:41:49.220 INFO:teuthology.orchestra.run.vm06.stdout:Deleting cluster with fsid: 4f654fb6-39c3-11f1-a5d5-6940ad893399 2026-04-16T18:42:16.406 DEBUG:teuthology.orchestra.run.vm09:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 4f654fb6-39c3-11f1-a5d5-6940ad893399 --force --keep-logs 2026-04-16T18:42:16.653 INFO:teuthology.orchestra.run.vm09.stdout:Deleting cluster with fsid: 4f654fb6-39c3-11f1-a5d5-6940ad893399 2026-04-16T18:42:42.323 DEBUG:teuthology.orchestra.run.vm06:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2026-04-16T18:42:42.331 INFO:teuthology.orchestra.run.vm06.stderr:rm: cannot remove '/etc/ceph/ceph.client.admin.keyring': Is a directory 2026-04-16T18:42:42.332 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-04-16T18:42:42.332 DEBUG:teuthology.orchestra.run.vm09:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2026-04-16T18:42:42.340 INFO:tasks.cephadm:Archiving crash dumps... 2026-04-16T18:42:42.340 DEBUG:teuthology.misc:Transferring archived files from vm06:/var/lib/ceph/4f654fb6-39c3-11f1-a5d5-6940ad893399/crash to /archive/supriti-2026-04-16_15:21:35-orch:cephadm:osds-wip-sse-s3-on-v20.2.0-none-default-vps/5524/remote/vm06/crash 2026-04-16T18:42:42.340 DEBUG:teuthology.orchestra.run.vm06:> sudo tar c -f - -C /var/lib/ceph/4f654fb6-39c3-11f1-a5d5-6940ad893399/crash -- . 2026-04-16T18:42:42.387 INFO:teuthology.orchestra.run.vm06.stderr:tar: /var/lib/ceph/4f654fb6-39c3-11f1-a5d5-6940ad893399/crash: Cannot open: No such file or directory 2026-04-16T18:42:42.387 INFO:teuthology.orchestra.run.vm06.stderr:tar: Error is not recoverable: exiting now 2026-04-16T18:42:42.388 DEBUG:teuthology.misc:Transferring archived files from vm09:/var/lib/ceph/4f654fb6-39c3-11f1-a5d5-6940ad893399/crash to /archive/supriti-2026-04-16_15:21:35-orch:cephadm:osds-wip-sse-s3-on-v20.2.0-none-default-vps/5524/remote/vm09/crash 2026-04-16T18:42:42.388 DEBUG:teuthology.orchestra.run.vm09:> sudo tar c -f - -C /var/lib/ceph/4f654fb6-39c3-11f1-a5d5-6940ad893399/crash -- . 2026-04-16T18:42:42.395 INFO:teuthology.orchestra.run.vm09.stderr:tar: /var/lib/ceph/4f654fb6-39c3-11f1-a5d5-6940ad893399/crash: Cannot open: No such file or directory 2026-04-16T18:42:42.395 INFO:teuthology.orchestra.run.vm09.stderr:tar: Error is not recoverable: exiting now 2026-04-16T18:42:42.396 INFO:tasks.cephadm:Checking cluster log for badness... 2026-04-16T18:42:42.396 DEBUG:teuthology.orchestra.run.vm06:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/4f654fb6-39c3-11f1-a5d5-6940ad893399/ceph.log | egrep CEPHADM_ | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | egrep -v OSD_DOWN | egrep -v CEPHADM_FAILED_DAEMON | egrep -v 'but is still running' | egrep -v PG_DEGRADED | head -n 1 2026-04-16T18:42:42.441 INFO:tasks.cephadm:Compressing logs... 2026-04-16T18:42:42.441 DEBUG:teuthology.orchestra.run.vm06:> 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-04-16T18:42:42.484 DEBUG:teuthology.orchestra.run.vm09:> 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-04-16T18:42:42.490 INFO:teuthology.orchestra.run.vm06.stderr:find: ‘/var/log/rbd-target-api’: No such file or directory 2026-04-16T18:42:42.491 INFO:teuthology.orchestra.run.vm09.stderr:find: gzip -5 --verbose -- /var/log/ceph/4f654fb6-39c3-11f1-a5d5-6940ad893399/ceph.audit.log 2026-04-16T18:42:42.491 INFO:teuthology.orchestra.run.vm09.stderr:‘/var/log/rbd-target-api’: No such file or directory 2026-04-16T18:42:42.491 INFO:teuthology.orchestra.run.vm06.stderr:gzip -5 --verbose -- /var/log/ceph/4f654fb6-39c3-11f1-a5d5-6940ad893399/ceph.audit.log 2026-04-16T18:42:42.492 INFO:teuthology.orchestra.run.vm09.stderr:gzip -5 --verbose -- /var/log/ceph/4f654fb6-39c3-11f1-a5d5-6940ad893399/ceph-osd.7.log 2026-04-16T18:42:42.492 INFO:teuthology.orchestra.run.vm09.stderr:/var/log/ceph/4f654fb6-39c3-11f1-a5d5-6940ad893399/ceph.audit.log: gzip -5 --verbose -- /var/log/ceph/4f654fb6-39c3-11f1-a5d5-6940ad893399/ceph-mon.vm09.log 2026-04-16T18:42:42.492 INFO:teuthology.orchestra.run.vm09.stderr:/var/log/ceph/4f654fb6-39c3-11f1-a5d5-6940ad893399/ceph-osd.7.log: gzip -5 --verbose -- /var/log/ceph/4f654fb6-39c3-11f1-a5d5-6940ad893399/ceph-osd.3.log 2026-04-16T18:42:42.492 INFO:teuthology.orchestra.run.vm06.stderr:gzip -5 --verbose -- /var/log/ceph/4f654fb6-39c3-11f1-a5d5-6940ad893399/ceph-client.ceph-exporter.vm06.log 2026-04-16T18:42:42.492 INFO:teuthology.orchestra.run.vm09.stderr:/var/log/ceph/4f654fb6-39c3-11f1-a5d5-6940ad893399/ceph-mon.vm09.log: gzip -5 --verbose -- /var/log/ceph/4f654fb6-39c3-11f1-a5d5-6940ad893399/ceph.log 2026-04-16T18:42:42.492 INFO:teuthology.orchestra.run.vm09.stderr: 90.5% -- replaced with /var/log/ceph/4f654fb6-39c3-11f1-a5d5-6940ad893399/ceph.audit.log.gz 2026-04-16T18:42:42.492 INFO:teuthology.orchestra.run.vm06.stderr:gzip -5 --verbose -- /var/log/ceph/4f654fb6-39c3-11f1-a5d5-6940ad893399/ceph.log 2026-04-16T18:42:42.493 INFO:teuthology.orchestra.run.vm06.stderr:/var/log/ceph/4f654fb6-39c3-11f1-a5d5-6940ad893399/ceph-client.ceph-exporter.vm06.log: gzip -5 --verbose -- /var/log/ceph/4f654fb6-39c3-11f1-a5d5-6940ad893399/ceph-osd.0.log 2026-04-16T18:42:42.493 INFO:teuthology.orchestra.run.vm06.stderr:/var/log/ceph/4f654fb6-39c3-11f1-a5d5-6940ad893399/ceph.audit.log: 90.2% -- replaced with /var/log/ceph/4f654fb6-39c3-11f1-a5d5-6940ad893399/ceph-client.ceph-exporter.vm06.log.gz 2026-04-16T18:42:42.493 INFO:teuthology.orchestra.run.vm06.stderr:gzip -5 --verbose -- /var/log/ceph/4f654fb6-39c3-11f1-a5d5-6940ad893399/ceph-mon.vm06.log 2026-04-16T18:42:42.493 INFO:teuthology.orchestra.run.vm09.stderr:/var/log/ceph/4f654fb6-39c3-11f1-a5d5-6940ad893399/ceph-osd.3.log: gzip -5 --verbose -- /var/log/ceph/4f654fb6-39c3-11f1-a5d5-6940ad893399/ceph.cephadm.log 2026-04-16T18:42:42.493 INFO:teuthology.orchestra.run.vm09.stderr:/var/log/ceph/4f654fb6-39c3-11f1-a5d5-6940ad893399/ceph.log: 83.6% -- replaced with /var/log/ceph/4f654fb6-39c3-11f1-a5d5-6940ad893399/ceph.log.gz 2026-04-16T18:42:42.493 INFO:teuthology.orchestra.run.vm06.stderr:/var/log/ceph/4f654fb6-39c3-11f1-a5d5-6940ad893399/ceph.log: gzip -5 --verbose -- /var/log/ceph/4f654fb6-39c3-11f1-a5d5-6940ad893399/ceph.cephadm.log 2026-04-16T18:42:42.493 INFO:teuthology.orchestra.run.vm06.stderr: 84.7% -- replaced with /var/log/ceph/4f654fb6-39c3-11f1-a5d5-6940ad893399/ceph.log.gz 2026-04-16T18:42:42.494 INFO:teuthology.orchestra.run.vm09.stderr:gzip -5 --verbose -- /var/log/ceph/4f654fb6-39c3-11f1-a5d5-6940ad893399/ceph-volume.log 2026-04-16T18:42:42.494 INFO:teuthology.orchestra.run.vm09.stderr:/var/log/ceph/4f654fb6-39c3-11f1-a5d5-6940ad893399/ceph.cephadm.log: 80.8% -- replaced with /var/log/ceph/4f654fb6-39c3-11f1-a5d5-6940ad893399/ceph.cephadm.log.gz 2026-04-16T18:42:42.494 INFO:teuthology.orchestra.run.vm06.stderr:/var/log/ceph/4f654fb6-39c3-11f1-a5d5-6940ad893399/ceph-osd.0.log: /var/log/ceph/4f654fb6-39c3-11f1-a5d5-6940ad893399/ceph-mon.vm06.log: 90.5% -- replaced with /var/log/ceph/4f654fb6-39c3-11f1-a5d5-6940ad893399/ceph.audit.log.gz 2026-04-16T18:42:42.495 INFO:teuthology.orchestra.run.vm09.stderr:gzip -5 --verbose -- /var/log/ceph/4f654fb6-39c3-11f1-a5d5-6940ad893399/ceph-osd.1.log 2026-04-16T18:42:42.495 INFO:teuthology.orchestra.run.vm06.stderr:gzip -5 --verbose -- /var/log/ceph/4f654fb6-39c3-11f1-a5d5-6940ad893399/ceph-osd.4.log 2026-04-16T18:42:42.495 INFO:teuthology.orchestra.run.vm06.stderr:/var/log/ceph/4f654fb6-39c3-11f1-a5d5-6940ad893399/ceph.cephadm.log: gzip -5 --verbose -- /var/log/ceph/4f654fb6-39c3-11f1-a5d5-6940ad893399/ceph-volume.log 2026-04-16T18:42:42.495 INFO:teuthology.orchestra.run.vm06.stderr: 82.8% -- replaced with /var/log/ceph/4f654fb6-39c3-11f1-a5d5-6940ad893399/ceph.cephadm.log.gz/var/log/ceph/4f654fb6-39c3-11f1-a5d5-6940ad893399/ceph-osd.4.log: 2026-04-16T18:42:42.495 INFO:teuthology.orchestra.run.vm06.stderr:gzip -5 --verbose -- /var/log/ceph/4f654fb6-39c3-11f1-a5d5-6940ad893399/ceph-mgr.vm06.sywxig.log 2026-04-16T18:42:42.504 INFO:teuthology.orchestra.run.vm06.stderr:/var/log/ceph/4f654fb6-39c3-11f1-a5d5-6940ad893399/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/4f654fb6-39c3-11f1-a5d5-6940ad893399/ceph-osd.2.log 2026-04-16T18:42:42.506 INFO:teuthology.orchestra.run.vm09.stderr:/var/log/ceph/4f654fb6-39c3-11f1-a5d5-6940ad893399/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/4f654fb6-39c3-11f1-a5d5-6940ad893399/ceph-client.ceph-exporter.vm09.log 2026-04-16T18:42:42.509 INFO:teuthology.orchestra.run.vm06.stderr:/var/log/ceph/4f654fb6-39c3-11f1-a5d5-6940ad893399/ceph-mgr.vm06.sywxig.log: 93.1% -- replaced with /var/log/ceph/4f654fb6-39c3-11f1-a5d5-6940ad893399/ceph-osd.4.log.gz 2026-04-16T18:42:42.512 INFO:teuthology.orchestra.run.vm06.stderr:gzip -5 --verbose -- /var/log/ceph/4f654fb6-39c3-11f1-a5d5-6940ad893399/ceph-osd.6.log 2026-04-16T18:42:42.515 INFO:teuthology.orchestra.run.vm09.stderr:/var/log/ceph/4f654fb6-39c3-11f1-a5d5-6940ad893399/ceph-osd.1.log: 92.8% -- replaced with /var/log/ceph/4f654fb6-39c3-11f1-a5d5-6940ad893399/ceph-osd.7.log.gz 2026-04-16T18:42:42.515 INFO:teuthology.orchestra.run.vm06.stderr:/var/log/ceph/4f654fb6-39c3-11f1-a5d5-6940ad893399/ceph-osd.2.log: 93.8% -- replaced with /var/log/ceph/4f654fb6-39c3-11f1-a5d5-6940ad893399/ceph-osd.0.log.gz 2026-04-16T18:42:42.518 INFO:teuthology.orchestra.run.vm09.stderr: 96.1% -- replaced with /var/log/ceph/4f654fb6-39c3-11f1-a5d5-6940ad893399/ceph-volume.log.gz 2026-04-16T18:42:42.519 INFO:teuthology.orchestra.run.vm09.stderr:gzip -5 --verbose -- /var/log/ceph/4f654fb6-39c3-11f1-a5d5-6940ad893399/ceph-osd.5.log 2026-04-16T18:42:42.519 INFO:teuthology.orchestra.run.vm09.stderr:/var/log/ceph/4f654fb6-39c3-11f1-a5d5-6940ad893399/ceph-client.ceph-exporter.vm09.log: 90.7% -- replaced with /var/log/ceph/4f654fb6-39c3-11f1-a5d5-6940ad893399/ceph-client.ceph-exporter.vm09.log.gz 2026-04-16T18:42:42.519 INFO:teuthology.orchestra.run.vm09.stderr:gzip -5 --verbose -- /var/log/ceph/4f654fb6-39c3-11f1-a5d5-6940ad893399/ceph-mgr.vm09.fddlpl.log 2026-04-16T18:42:42.526 INFO:teuthology.orchestra.run.vm06.stderr: 96.3% -- replaced with /var/log/ceph/4f654fb6-39c3-11f1-a5d5-6940ad893399/ceph-volume.log.gz 2026-04-16T18:42:42.526 INFO:teuthology.orchestra.run.vm06.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2026-04-16T18:42:42.526 INFO:teuthology.orchestra.run.vm06.stderr:/var/log/ceph/4f654fb6-39c3-11f1-a5d5-6940ad893399/ceph-osd.6.log: 93.0% -- replaced with /var/log/ceph/4f654fb6-39c3-11f1-a5d5-6940ad893399/ceph-osd.2.log.gz 2026-04-16T18:42:42.527 INFO:teuthology.orchestra.run.vm09.stderr:/var/log/ceph/4f654fb6-39c3-11f1-a5d5-6940ad893399/ceph-osd.5.log: 92.3% -- replaced with /var/log/ceph/4f654fb6-39c3-11f1-a5d5-6940ad893399/ceph-mon.vm09.log.gz 2026-04-16T18:42:42.527 INFO:teuthology.orchestra.run.vm09.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2026-04-16T18:42:42.527 INFO:teuthology.orchestra.run.vm09.stderr:/var/log/ceph/4f654fb6-39c3-11f1-a5d5-6940ad893399/ceph-mgr.vm09.fddlpl.log: 90.5% -- replaced with /var/log/ceph/4f654fb6-39c3-11f1-a5d5-6940ad893399/ceph-mgr.vm09.fddlpl.log.gz 2026-04-16T18:42:42.527 INFO:teuthology.orchestra.run.vm09.stderr:/var/log/ceph/cephadm.log: 90.6% -- replaced with /var/log/ceph/cephadm.log.gz 2026-04-16T18:42:42.529 INFO:teuthology.orchestra.run.vm09.stderr: 93.5% -- replaced with /var/log/ceph/4f654fb6-39c3-11f1-a5d5-6940ad893399/ceph-osd.3.log.gz 2026-04-16T18:42:42.536 INFO:teuthology.orchestra.run.vm06.stderr:/var/log/ceph/cephadm.log: 93.2% -- replaced with /var/log/ceph/4f654fb6-39c3-11f1-a5d5-6940ad893399/ceph-osd.6.log.gz 2026-04-16T18:42:42.538 INFO:teuthology.orchestra.run.vm09.stderr: 93.1% -- replaced with /var/log/ceph/4f654fb6-39c3-11f1-a5d5-6940ad893399/ceph-osd.5.log.gz 2026-04-16T18:42:42.544 INFO:teuthology.orchestra.run.vm06.stderr: 92.0% -- replaced with /var/log/ceph/cephadm.log.gz 2026-04-16T18:42:42.559 INFO:teuthology.orchestra.run.vm09.stderr: 94.3% -- replaced with /var/log/ceph/4f654fb6-39c3-11f1-a5d5-6940ad893399/ceph-osd.1.log.gz 2026-04-16T18:42:42.561 INFO:teuthology.orchestra.run.vm09.stderr: 2026-04-16T18:42:42.561 INFO:teuthology.orchestra.run.vm09.stderr:real 0m0.074s 2026-04-16T18:42:42.561 INFO:teuthology.orchestra.run.vm09.stderr:user 0m0.169s 2026-04-16T18:42:42.561 INFO:teuthology.orchestra.run.vm09.stderr:sys 0m0.026s 2026-04-16T18:42:42.570 INFO:teuthology.orchestra.run.vm06.stderr: 90.2% -- replaced with /var/log/ceph/4f654fb6-39c3-11f1-a5d5-6940ad893399/ceph-mgr.vm06.sywxig.log.gz 2026-04-16T18:42:42.587 INFO:teuthology.orchestra.run.vm06.stderr: 91.7% -- replaced with /var/log/ceph/4f654fb6-39c3-11f1-a5d5-6940ad893399/ceph-mon.vm06.log.gz 2026-04-16T18:42:42.588 INFO:teuthology.orchestra.run.vm06.stderr: 2026-04-16T18:42:42.588 INFO:teuthology.orchestra.run.vm06.stderr:real 0m0.102s 2026-04-16T18:42:42.588 INFO:teuthology.orchestra.run.vm06.stderr:user 0m0.236s 2026-04-16T18:42:42.588 INFO:teuthology.orchestra.run.vm06.stderr:sys 0m0.034s 2026-04-16T18:42:42.588 INFO:tasks.cephadm:Archiving logs... 2026-04-16T18:42:42.588 DEBUG:teuthology.misc:Transferring archived files from vm06:/var/log/ceph to /archive/supriti-2026-04-16_15:21:35-orch:cephadm:osds-wip-sse-s3-on-v20.2.0-none-default-vps/5524/remote/vm06/log 2026-04-16T18:42:42.588 DEBUG:teuthology.orchestra.run.vm06:> sudo tar c -f - -C /var/log/ceph -- . 2026-04-16T18:42:42.651 DEBUG:teuthology.misc:Transferring archived files from vm09:/var/log/ceph to /archive/supriti-2026-04-16_15:21:35-orch:cephadm:osds-wip-sse-s3-on-v20.2.0-none-default-vps/5524/remote/vm09/log 2026-04-16T18:42:42.651 DEBUG:teuthology.orchestra.run.vm09:> sudo tar c -f - -C /var/log/ceph -- . 2026-04-16T18:42:42.668 INFO:tasks.cephadm:Removing cluster... 2026-04-16T18:42:42.668 DEBUG:teuthology.orchestra.run.vm06:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 4f654fb6-39c3-11f1-a5d5-6940ad893399 --force 2026-04-16T18:42:42.929 INFO:teuthology.orchestra.run.vm06.stdout:Deleting cluster with fsid: 4f654fb6-39c3-11f1-a5d5-6940ad893399 2026-04-16T18:42:42.970 DEBUG:teuthology.orchestra.run.vm09:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 4f654fb6-39c3-11f1-a5d5-6940ad893399 --force 2026-04-16T18:42:43.203 INFO:teuthology.orchestra.run.vm09.stdout:Deleting cluster with fsid: 4f654fb6-39c3-11f1-a5d5-6940ad893399 2026-04-16T18:42:43.244 INFO:tasks.cephadm:Removing cephadm ... 2026-04-16T18:42:43.244 DEBUG:teuthology.orchestra.run.vm06:> rm -rf /home/ubuntu/cephtest/cephadm 2026-04-16T18:42:43.247 DEBUG:teuthology.orchestra.run.vm09:> rm -rf /home/ubuntu/cephtest/cephadm 2026-04-16T18:42:43.250 INFO:tasks.cephadm:Teardown complete 2026-04-16T18:42:43.250 DEBUG:teuthology.run_tasks:Unwinding manager nvme_loop 2026-04-16T18:42:43.252 INFO:tasks.nvme_loop:Disconnecting nvme_loop vm06:/dev/vg_nvme/lv_1... 2026-04-16T18:42:43.252 DEBUG:teuthology.orchestra.run.vm06:> sudo nvme disconnect -n lv_1 2026-04-16T18:42:43.428 INFO:teuthology.orchestra.run.vm06.stdout:NQN:lv_1 disconnected 1 controller(s) 2026-04-16T18:42:43.429 INFO:tasks.nvme_loop:Disconnecting nvme_loop vm06:/dev/vg_nvme/lv_2... 2026-04-16T18:42:43.429 DEBUG:teuthology.orchestra.run.vm06:> sudo nvme disconnect -n lv_2 2026-04-16T18:42:43.580 INFO:teuthology.orchestra.run.vm06.stdout:NQN:lv_2 disconnected 1 controller(s) 2026-04-16T18:42:43.581 INFO:tasks.nvme_loop:Disconnecting nvme_loop vm06:/dev/vg_nvme/lv_3... 2026-04-16T18:42:43.581 DEBUG:teuthology.orchestra.run.vm06:> sudo nvme disconnect -n lv_3 2026-04-16T18:42:43.724 INFO:teuthology.orchestra.run.vm06.stdout:NQN:lv_3 disconnected 1 controller(s) 2026-04-16T18:42:43.725 INFO:tasks.nvme_loop:Disconnecting nvme_loop vm06:/dev/vg_nvme/lv_4... 2026-04-16T18:42:43.725 DEBUG:teuthology.orchestra.run.vm06:> sudo nvme disconnect -n lv_4 2026-04-16T18:42:43.868 INFO:teuthology.orchestra.run.vm06.stdout:NQN:lv_4 disconnected 1 controller(s) 2026-04-16T18:42:43.869 DEBUG:teuthology.orchestra.run.vm06:> set -ex 2026-04-16T18:42:43.869 DEBUG:teuthology.orchestra.run.vm06:> sudo dd of=/scratch_devs 2026-04-16T18:42:43.876 INFO:tasks.nvme_loop:Disconnecting nvme_loop vm09:/dev/vg_nvme/lv_1... 2026-04-16T18:42:43.877 DEBUG:teuthology.orchestra.run.vm09:> sudo nvme disconnect -n lv_1 2026-04-16T18:42:44.042 INFO:teuthology.orchestra.run.vm09.stdout:NQN:lv_1 disconnected 1 controller(s) 2026-04-16T18:42:44.043 INFO:tasks.nvme_loop:Disconnecting nvme_loop vm09:/dev/vg_nvme/lv_2... 2026-04-16T18:42:44.043 DEBUG:teuthology.orchestra.run.vm09:> sudo nvme disconnect -n lv_2 2026-04-16T18:42:44.210 INFO:teuthology.orchestra.run.vm09.stdout:NQN:lv_2 disconnected 1 controller(s) 2026-04-16T18:42:44.211 INFO:tasks.nvme_loop:Disconnecting nvme_loop vm09:/dev/vg_nvme/lv_3... 2026-04-16T18:42:44.211 DEBUG:teuthology.orchestra.run.vm09:> sudo nvme disconnect -n lv_3 2026-04-16T18:42:44.346 INFO:teuthology.orchestra.run.vm09.stdout:NQN:lv_3 disconnected 1 controller(s) 2026-04-16T18:42:44.347 INFO:tasks.nvme_loop:Disconnecting nvme_loop vm09:/dev/vg_nvme/lv_4... 2026-04-16T18:42:44.347 DEBUG:teuthology.orchestra.run.vm09:> sudo nvme disconnect -n lv_4 2026-04-16T18:42:44.502 INFO:teuthology.orchestra.run.vm09.stdout:NQN:lv_4 disconnected 1 controller(s) 2026-04-16T18:42:44.503 DEBUG:teuthology.orchestra.run.vm09:> set -ex 2026-04-16T18:42:44.503 DEBUG:teuthology.orchestra.run.vm09:> sudo dd of=/scratch_devs 2026-04-16T18:42:44.510 DEBUG:teuthology.run_tasks:Unwinding manager clock 2026-04-16T18:42:44.512 INFO:teuthology.task.clock:Checking final clock skew... 2026-04-16T18:42:44.512 DEBUG:teuthology.orchestra.run.vm06:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2026-04-16T18:42:44.513 DEBUG:teuthology.orchestra.run.vm09:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2026-04-16T18:42:45.033 INFO:teuthology.orchestra.run.vm06.stdout: remote refid st t when poll reach delay offset jitter 2026-04-16T18:42:45.033 INFO:teuthology.orchestra.run.vm06.stdout:============================================================================== 2026-04-16T18:42:45.033 INFO:teuthology.orchestra.run.vm06.stdout: 0.ubuntu.pool.n .POOL. 16 p - 64 0 0.000 +0.000 0.000 2026-04-16T18:42:45.033 INFO:teuthology.orchestra.run.vm06.stdout: 1.ubuntu.pool.n .POOL. 16 p - 64 0 0.000 +0.000 0.000 2026-04-16T18:42:45.033 INFO:teuthology.orchestra.run.vm06.stdout: 2.ubuntu.pool.n .POOL. 16 p - 64 0 0.000 +0.000 0.000 2026-04-16T18:42:45.033 INFO:teuthology.orchestra.run.vm06.stdout: 3.ubuntu.pool.n .POOL. 16 p - 64 0 0.000 +0.000 0.000 2026-04-16T18:42:45.033 INFO:teuthology.orchestra.run.vm06.stdout: ntp.ubuntu.com .POOL. 16 p - 64 0 0.000 +0.000 0.000 2026-04-16T18:42:45.033 INFO:teuthology.orchestra.run.vm06.stdout:-172-236-195-26. 233.72.92.146 3 u 44 64 377 23.659 -1.275 0.660 2026-04-16T18:42:45.033 INFO:teuthology.orchestra.run.vm06.stdout:+node-4.infogral 168.239.11.197 2 u 40 64 377 23.550 +0.353 0.774 2026-04-16T18:42:45.033 INFO:teuthology.orchestra.run.vm06.stdout:#ntp.kernfusion. 237.17.204.95 2 u 36 64 377 40.580 +2.829 0.342 2026-04-16T18:42:45.033 INFO:teuthology.orchestra.run.vm06.stdout:-static.245.70.2 195.176.26.204 2 u 41 64 377 23.632 +1.080 0.284 2026-04-16T18:42:45.033 INFO:teuthology.orchestra.run.vm06.stdout:+mail.gunnarhofm 192.53.103.108 2 u 40 64 377 24.965 -0.066 0.285 2026-04-16T18:42:45.033 INFO:teuthology.orchestra.run.vm06.stdout:#212.132.108.186 130.149.17.21 2 u 41 64 377 28.935 +0.136 0.261 2026-04-16T18:42:45.033 INFO:teuthology.orchestra.run.vm06.stdout:+vmsrv1.andreas- 192.53.103.103 2 u 38 64 377 23.500 +0.034 0.342 2026-04-16T18:42:45.033 INFO:teuthology.orchestra.run.vm06.stdout:#tor.nocabal.de 131.188.3.220 2 u 35 64 377 25.047 +0.123 0.175 2026-04-16T18:42:45.033 INFO:teuthology.orchestra.run.vm06.stdout:-v22025082392863 129.69.253.1 2 u 42 64 377 28.240 -1.984 0.251 2026-04-16T18:42:45.033 INFO:teuthology.orchestra.run.vm06.stdout:#www.kernfusion. 237.17.204.95 2 u 41 64 377 43.435 +4.105 1.012 2026-04-16T18:42:45.033 INFO:teuthology.orchestra.run.vm06.stdout:-ntp.ntstime.org 131.188.3.222 2 u 37 64 377 28.672 -2.186 0.226 2026-04-16T18:42:45.033 INFO:teuthology.orchestra.run.vm06.stdout:#ntp2.wtnet.de 10.129.9.96 2 u 45 64 377 30.469 +2.034 0.186 2026-04-16T18:42:45.033 INFO:teuthology.orchestra.run.vm06.stdout:+time.netzwerge. 31.209.85.243 2 u 31 64 377 32.994 +0.030 0.159 2026-04-16T18:42:45.033 INFO:teuthology.orchestra.run.vm06.stdout:#185.125.190.56 146.131.121.246 2 u 56 64 377 48.578 +5.498 14.692 2026-04-16T18:42:45.033 INFO:teuthology.orchestra.run.vm06.stdout:*static.222.16.4 35.73.197.144 2 u 32 64 377 0.368 +0.132 0.196 2026-04-16T18:42:45.033 INFO:teuthology.orchestra.run.vm06.stdout:-static.46.170.2 212.132.97.26 3 u 35 64 377 25.000 -0.766 0.218 2026-04-16T18:42:45.033 INFO:teuthology.orchestra.run.vm06.stdout:#vps-ams1.orlean 1.149.205.37 2 u 40 64 377 27.543 -0.642 2.674 2026-04-16T18:42:45.034 INFO:teuthology.orchestra.run.vm06.stdout:#alphyn.canonica 132.163.96.1 2 u 51 64 377 109.384 -1.465 0.215 2026-04-16T18:42:45.094 INFO:teuthology.orchestra.run.vm09.stdout: remote refid st t when poll reach delay offset jitter 2026-04-16T18:42:45.094 INFO:teuthology.orchestra.run.vm09.stdout:============================================================================== 2026-04-16T18:42:45.094 INFO:teuthology.orchestra.run.vm09.stdout: 0.ubuntu.pool.n .POOL. 16 p - 64 0 0.000 +0.000 0.000 2026-04-16T18:42:45.094 INFO:teuthology.orchestra.run.vm09.stdout: 1.ubuntu.pool.n .POOL. 16 p - 64 0 0.000 +0.000 0.000 2026-04-16T18:42:45.094 INFO:teuthology.orchestra.run.vm09.stdout: 2.ubuntu.pool.n .POOL. 16 p - 64 0 0.000 +0.000 0.000 2026-04-16T18:42:45.094 INFO:teuthology.orchestra.run.vm09.stdout: 3.ubuntu.pool.n .POOL. 16 p - 64 0 0.000 +0.000 0.000 2026-04-16T18:42:45.094 INFO:teuthology.orchestra.run.vm09.stdout: ntp.ubuntu.com .POOL. 16 p - 64 0 0.000 +0.000 0.000 2026-04-16T18:42:45.094 INFO:teuthology.orchestra.run.vm09.stdout:+v22025082392863 129.69.253.1 2 u 38 64 377 28.246 +0.263 1.512 2026-04-16T18:42:45.094 INFO:teuthology.orchestra.run.vm09.stdout:-ntp.kernfusion. 237.17.204.95 2 u 33 64 377 40.586 +2.799 2.424 2026-04-16T18:42:45.094 INFO:teuthology.orchestra.run.vm09.stdout:*static.222.16.4 35.73.197.144 2 u 43 64 377 0.374 +2.561 2.040 2026-04-16T18:42:45.094 INFO:teuthology.orchestra.run.vm09.stdout:-172-236-195-26. 233.72.92.146 3 u 37 64 377 23.515 +1.208 1.597 2026-04-16T18:42:45.094 INFO:teuthology.orchestra.run.vm09.stdout:-static.46.170.2 212.132.97.26 3 u 44 64 377 24.996 -1.449 2.706 2026-04-16T18:42:45.094 INFO:teuthology.orchestra.run.vm09.stdout:-time.intrabit.s 195.176.26.205 2 u 37 64 377 28.228 +1.647 1.338 2026-04-16T18:42:45.094 INFO:teuthology.orchestra.run.vm09.stdout:+static.245.70.2 195.176.26.204 2 u 36 64 377 23.608 +0.335 2.431 2026-04-16T18:42:45.094 INFO:teuthology.orchestra.run.vm09.stdout:-mail.gunnarhofm 192.53.103.108 2 u 34 64 377 25.014 +2.372 1.403 2026-04-16T18:42:45.094 INFO:teuthology.orchestra.run.vm09.stdout:+vps-ams1.orlean 1.149.205.37 2 u 32 64 377 27.497 +1.568 2.511 2026-04-16T18:42:45.094 INFO:teuthology.orchestra.run.vm09.stdout:#62.108.36.235 ( 40.95.204.66 2 u 36 64 377 32.850 +5.257 1.359 2026-04-16T18:42:45.095 INFO:teuthology.orchestra.run.vm09.stdout:#time.netzwerge. 31.209.85.243 2 u 38 64 377 33.157 +2.452 15.451 2026-04-16T18:42:45.095 INFO:teuthology.orchestra.run.vm09.stdout:#185.125.190.58 99.220.8.133 2 u 53 64 377 45.041 +5.789 11.660 2026-04-16T18:42:45.095 INFO:teuthology.orchestra.run.vm09.stdout:-vmsrv1.andreas- 192.53.103.103 2 u 36 64 377 23.591 +2.810 1.597 2026-04-16T18:42:45.095 INFO:teuthology.orchestra.run.vm09.stdout:#alphyn.canonica 132.163.96.1 2 u 48 64 177 102.799 +4.312 1.684 2026-04-16T18:42:45.095 INFO:teuthology.orchestra.run.vm09.stdout:#185.125.190.56 146.131.121.246 2 u 46 64 377 34.373 +1.031 1.774 2026-04-16T18:42:45.095 INFO:teuthology.orchestra.run.vm09.stdout:#185.125.190.57 99.220.8.133 2 u 46 64 377 34.401 +0.980 1.494 2026-04-16T18:42:45.095 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2026-04-16T18:42:45.097 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2026-04-16T18:42:45.097 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2026-04-16T18:42:45.099 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2026-04-16T18:42:45.100 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2026-04-16T18:42:45.102 INFO:teuthology.task.internal:Duration was 3100.207512 seconds 2026-04-16T18:42:45.102 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2026-04-16T18:42:45.104 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2026-04-16T18:42:45.104 DEBUG:teuthology.orchestra.run.vm06:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2026-04-16T18:42:45.105 DEBUG:teuthology.orchestra.run.vm09:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2026-04-16T18:42:45.130 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2026-04-16T18:42:45.130 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@vm06.local 2026-04-16T18:42:45.130 DEBUG:teuthology.orchestra.run.vm06:> 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-04-16T18:42:45.180 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@vm09.local 2026-04-16T18:42:45.180 DEBUG:teuthology.orchestra.run.vm09:> 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-04-16T18:42:45.188 INFO:teuthology.task.internal.syslog:Gathering journactl... 2026-04-16T18:42:45.188 DEBUG:teuthology.orchestra.run.vm06:> sudo journalctl > /home/ubuntu/cephtest/archive/syslog/journalctl.log 2026-04-16T18:42:45.224 DEBUG:teuthology.orchestra.run.vm09:> sudo journalctl > /home/ubuntu/cephtest/archive/syslog/journalctl.log 2026-04-16T18:42:45.281 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2026-04-16T18:42:45.281 DEBUG:teuthology.orchestra.run.vm06:> 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-04-16T18:42:45.282 DEBUG:teuthology.orchestra.run.vm09:> 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-04-16T18:42:45.288 INFO:teuthology.orchestra.run.vm06.stderr:gzip -5 --verbose -- /home/ubuntu/cephtest/archive/syslog/kern.log 2026-04-16T18:42:45.288 INFO:teuthology.orchestra.run.vm06.stderr:gzip -5 --verbose -- /home/ubuntu/cephtest/archive/syslog/misc.log 2026-04-16T18:42:45.288 INFO:teuthology.orchestra.run.vm06.stderr:/home/ubuntu/cephtest/archive/syslog/kern.log: gzip -5 --verbose -- /home/ubuntu/cephtest/archive/syslog/journalctl.log 2026-04-16T18:42:45.288 INFO:teuthology.orchestra.run.vm06.stderr: 0.0% -- replaced with /home/ubuntu/cephtest/archive/syslog/kern.log.gz 2026-04-16T18:42:45.289 INFO:teuthology.orchestra.run.vm06.stderr:/home/ubuntu/cephtest/archive/syslog/misc.log: 0.0% -- replaced with /home/ubuntu/cephtest/archive/syslog/misc.log.gz 2026-04-16T18:42:45.301 INFO:teuthology.orchestra.run.vm06.stderr:/home/ubuntu/cephtest/archive/syslog/journalctl.log: 89.1% -- replaced with /home/ubuntu/cephtest/archive/syslog/journalctl.log.gz 2026-04-16T18:42:45.320 INFO:teuthology.orchestra.run.vm09.stderr:gzip -5 --verbose -- /home/ubuntu/cephtest/archive/syslog/kern.log 2026-04-16T18:42:45.321 INFO:teuthology.orchestra.run.vm09.stderr:gzip -5 --verbose -- /home/ubuntu/cephtest/archive/syslog/misc.log 2026-04-16T18:42:45.321 INFO:teuthology.orchestra.run.vm09.stderr:/home/ubuntu/cephtest/archive/syslog/kern.log: gzip 0.0% -- replaced with /home/ubuntu/cephtest/archive/syslog/kern.log.gz 2026-04-16T18:42:45.321 INFO:teuthology.orchestra.run.vm09.stderr: -5 --verbose -- /home/ubuntu/cephtest/archive/syslog/journalctl.log 2026-04-16T18:42:45.321 INFO:teuthology.orchestra.run.vm09.stderr:/home/ubuntu/cephtest/archive/syslog/misc.log: 0.0% -- replaced with /home/ubuntu/cephtest/archive/syslog/misc.log.gz 2026-04-16T18:42:45.329 INFO:teuthology.orchestra.run.vm09.stderr:/home/ubuntu/cephtest/archive/syslog/journalctl.log: 89.4% -- replaced with /home/ubuntu/cephtest/archive/syslog/journalctl.log.gz 2026-04-16T18:42:45.330 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2026-04-16T18:42:45.332 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2026-04-16T18:42:45.332 DEBUG:teuthology.orchestra.run.vm06:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2026-04-16T18:42:45.351 DEBUG:teuthology.orchestra.run.vm09:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2026-04-16T18:42:45.381 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2026-04-16T18:42:45.383 DEBUG:teuthology.orchestra.run.vm06:> 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-04-16T18:42:45.392 DEBUG:teuthology.orchestra.run.vm09:> 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-04-16T18:42:45.398 INFO:teuthology.orchestra.run.vm06.stdout:kernel.core_pattern = core 2026-04-16T18:42:45.428 INFO:teuthology.orchestra.run.vm09.stdout:kernel.core_pattern = core 2026-04-16T18:42:45.437 DEBUG:teuthology.orchestra.run.vm06:> test -e /home/ubuntu/cephtest/archive/coredump 2026-04-16T18:42:45.450 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-04-16T18:42:45.450 DEBUG:teuthology.orchestra.run.vm09:> test -e /home/ubuntu/cephtest/archive/coredump 2026-04-16T18:42:45.480 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-04-16T18:42:45.480 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2026-04-16T18:42:45.482 INFO:teuthology.task.internal:Transferring archived files... 2026-04-16T18:42:45.483 DEBUG:teuthology.misc:Transferring archived files from vm06:/home/ubuntu/cephtest/archive to /archive/supriti-2026-04-16_15:21:35-orch:cephadm:osds-wip-sse-s3-on-v20.2.0-none-default-vps/5524/remote/vm06 2026-04-16T18:42:45.483 DEBUG:teuthology.orchestra.run.vm06:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2026-04-16T18:42:45.499 DEBUG:teuthology.misc:Transferring archived files from vm09:/home/ubuntu/cephtest/archive to /archive/supriti-2026-04-16_15:21:35-orch:cephadm:osds-wip-sse-s3-on-v20.2.0-none-default-vps/5524/remote/vm09 2026-04-16T18:42:45.499 DEBUG:teuthology.orchestra.run.vm09:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2026-04-16T18:42:45.529 INFO:teuthology.task.internal:Removing archive directory... 2026-04-16T18:42:45.529 DEBUG:teuthology.orchestra.run.vm06:> rm -rf -- /home/ubuntu/cephtest/archive 2026-04-16T18:42:45.544 DEBUG:teuthology.orchestra.run.vm09:> rm -rf -- /home/ubuntu/cephtest/archive 2026-04-16T18:42:45.572 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2026-04-16T18:42:45.575 INFO:teuthology.task.internal:Not uploading archives. 2026-04-16T18:42:45.575 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2026-04-16T18:42:45.577 INFO:teuthology.task.internal:Tidying up after the test... 2026-04-16T18:42:45.577 DEBUG:teuthology.orchestra.run.vm06:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2026-04-16T18:42:45.588 DEBUG:teuthology.orchestra.run.vm09:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2026-04-16T18:42:45.591 INFO:teuthology.orchestra.run.vm06.stdout: 258199 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Apr 16 18:42 /home/ubuntu/cephtest 2026-04-16T18:42:45.616 INFO:teuthology.orchestra.run.vm09.stdout: 258199 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Apr 16 18:42 /home/ubuntu/cephtest 2026-04-16T18:42:45.617 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2026-04-16T18:42:45.622 INFO:teuthology.run:Summary data: description: orch:cephadm:osds/{0-distro/ubuntu_22.04 0-nvme-loop 1-start 2-ops/rm-zap-flag} duration: 3100.207511663437 owner: supriti success: true 2026-04-16T18:42:45.622 DEBUG:teuthology.report:Pushing job info to http://localhost:8080 2026-04-16T18:42:45.641 INFO:teuthology.run:pass