2026-03-31T20:17:46.292 INFO:root:teuthology version: 1.2.4.dev37+ga59626679 2026-03-31T20:17:46.297 DEBUG:teuthology.report:Pushing job info to http://localhost:8080 2026-03-31T20:17:46.319 INFO:teuthology.run:Config: archive_path: /archive/kyr-2026-03-31_11:18:10-rados-tentacle-none-default-vps/4343 branch: tentacle description: rados/cephadm/workunits/{0-distro/ubuntu_22.04 agent/off mon_election/classic task/test_mgmt_gateway} email: null first_in_suite: false flavor: default job_id: '4343' ktype: distro last_in_suite: false machine_type: vps name: kyr-2026-03-31_11:18:10-rados-tentacle-none-default-vps no_nested_subset: false os_type: ubuntu os_version: '22.04' overrides: admin_socket: branch: tentacle 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: global: mon election default strategy: 1 mgr: debug mgr: 20 debug ms: 1 mgr/cephadm/use_agent: false mon: debug mon: 20 debug ms: 1 debug paxos: 20 osd: debug ms: 1 debug osd: 20 osd mclock iops capacity threshold hdd: 49000 flavor: default log-ignorelist: - \(MDS_ALL_DOWN\) - \(MDS_UP_LESS_THAN_MAX\) - CEPHADM_FAILED_DAEMON log-only-match: - CEPHADM_ sha1: 5bb3278730741031382ca9c3dc9d221a942e06a2 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 install: ceph: flavor: default sha1: 5bb3278730741031382ca9c3dc9d221a942e06a2 extra_system_packages: deb: - python3-jmespath - python3-xmltodict - s3cmd rpm: - bzip2 - perl-Test-Harness - python3-jmespath - python3-xmltodict - s3cmd workunit: branch: tt-tentacle sha1: 0392f78529848ec72469e8e431875cb98d3a5fb4 owner: kyr priority: 1000 repo: https://github.com/ceph/ceph.git roles: - - host.a - mon.a - mgr.a - osd.0 - - host.b - mon.b - mgr.b - osd.1 - - host.c - mon.c - osd.2 seed: 6407 sha1: 5bb3278730741031382ca9c3dc9d221a942e06a2 sleep_before_teardown: 0 subset: 1/100000 suite: rados suite_branch: tt-tentacle suite_path: /home/teuthos/src/github.com_kshtsk_ceph_0392f78529848ec72469e8e431875cb98d3a5fb4/qa suite_relpath: qa suite_repo: https://github.com/kshtsk/ceph.git suite_sha1: 0392f78529848ec72469e8e431875cb98d3a5fb4 targets: vm01.local: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBNZhSXiJ6HmktE7Jpcd4KqGqn3gMwfcXojJpcPQzMZxvIBkP+uov4tpyh9F3kDEZQtevyuf7OLrIqYzy36Gc1r8= vm05.local: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEA59JSle68O4OuVsMJIh796zogDHziY/Hcp2nEuglTWicKo3nUYo5k74UntPQuRnMPoLe/I5imhgXXZJW5UMoI= vm06.local: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBCzZOLaOq6chCjCEUVxsxgf8Iq0nk3OaSJ4dhlwkjtsBOGEEYtE/hpdgP7ubOOWaIlRFqyX/WwK9MTlgnE0RATQ= tasks: - install: null - cephadm: null - cephadm.shell: host.c: - "set -ex\n# Deploy monitoring stack\nceph orch apply node-exporter\nceph orch\ \ apply grafana\nceph orch apply alertmanager\nceph orch apply prometheus\n\ sleep 240\n# generate SSL certificate\nopenssl req -x509 -newkey rsa:4096 -keyout\ \ /tmp/key.pem -out /tmp/cert.pem -sha256 -days 30 -nodes -subj \"/CN=*\"\n\ # Generate a mgmt.spec template\ncat << EOT > /tmp/mgmt.spec\nservice_type:\ \ mgmt-gateway\nservice_id: foo\nplacement:\n hosts:\n - ${HOSTNAME}\nspec:\n\ \ ssl_protocols:\n - TLSv1.2\n - TLSv1.3\n ssl_ciphers:\n - AES128-SHA\n\ \ - AES256-SHA\n enable_health_check_endpoint: True\nEOT\n# Add generated\ \ certificates to spec file\necho \" ssl_cert: |\" >> /tmp/mgmt.spec\nwhile\ \ read LINE; do echo $LINE | sed -e \"s/^/ /\"; done < /tmp/cert.pem >> /tmp/mgmt.spec\n\ echo \" ssl_key: |\" >> /tmp/mgmt.spec\nwhile read LINE; do echo $LINE | sed\ \ -e \"s/^/ /\"; done < /tmp/key.pem >> /tmp/mgmt.spec\n# Apply spec\nceph\ \ orch apply -i /tmp/mgmt.spec\n" - cephadm.wait_for_service: service: mgmt-gateway - cephadm.shell: host.a: - "set -ex\n\n# Function to wait for a service to be healthy and log response\ \ on error\nwait_for_service() {\n local name=\"$1\"\n local url=\"$2\"\n\ \ local jq_filter=\"$3\"\n\n echo \"Waiting for service $name to be healthy\ \ at $url...\"\n for i in {1..30}; do\n local response\n response=$(curl\ \ -k -s -u admin:admin \"$url\")\n if echo \"$response\" | jq -e \"$jq_filter\"\ \ > /dev/null; then\n echo \"Service $name is healthy.\"\n return\ \ 0\n fi\n echo \"Attempt $i: service $name not ready yet\"\n sleep\ \ 10\n done\n\n echo \"Timeout waiting for $name at $url\"\n echo \"Last\ \ HTTP response:\"\n echo \"$response\"\n echo \"jq output:\"\n echo \"$response\"\ \ | jq \"$jq_filter\" || echo \"(jq parse error or no match)\"\n return 1\n\ }\n\n# retrieve mgmt hostname and ip\nMGMT_GTW_HOST=$(ceph orch ps --daemon-type\ \ mgmt-gateway -f json | jq -e '.[]' | jq -r '.hostname')\nMGMT_GTW_IP=$(ceph\ \ orch host ls -f json | jq -r --arg MGMT_GTW_HOST \"$MGMT_GTW_HOST\" '.[] |\ \ select(.hostname==$MGMT_GTW_HOST) | .addr')\n\n# check mgmt-gateway health\n\ curl -k -s https://${MGMT_GTW_IP}/health\ncurl -k -s https://${MGMT_GTW_IP}:29443/health\n\ \n# wait for monitoring services\nwait_for_service \"Grafana\" \"https://${MGMT_GTW_IP}/grafana/api/health\"\ \ '.database == \"ok\"' || exit 1\nwait_for_service \"Prometheus\" \"https://${MGMT_GTW_IP}/prometheus/api/v1/status/config\"\ \ '.status == \"success\"' || exit 1\nwait_for_service \"Alertmanager\" \"https://${MGMT_GTW_IP}/alertmanager/api/v2/status\"\ \ '.cluster.status == \"ready\"' || exit 1\n" teuthology: fragments_dropped: [] meta: {} postmerge: [] teuthology_branch: uv2 teuthology_repo: https://github.com/kshtsk/teuthology teuthology_sha1: a59626679648f962bca99d20d35578f2998c8f37 timestamp: 2026-03-31_11:18:10 tube: vps user: kyr verbose: false worker_log: /home/teuthos/.teuthology/dispatcher/dispatcher.vps.282426 2026-03-31T20:17:46.319 INFO:teuthology.run:suite_path is set to /home/teuthos/src/github.com_kshtsk_ceph_0392f78529848ec72469e8e431875cb98d3a5fb4/qa; will attempt to use it 2026-03-31T20:17:46.319 INFO:teuthology.run:Found tasks at /home/teuthos/src/github.com_kshtsk_ceph_0392f78529848ec72469e8e431875cb98d3a5fb4/qa/tasks 2026-03-31T20:17:46.319 INFO:teuthology.run_tasks:Running task internal.check_packages... 2026-03-31T20:17:46.320 INFO:teuthology.task.internal:Checking packages... 2026-03-31T20:17:46.320 INFO:teuthology.task.internal:Checking packages for os_type 'ubuntu', flavor 'default' and ceph hash '5bb3278730741031382ca9c3dc9d221a942e06a2' 2026-03-31T20:17:46.320 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2026-03-31T20:17:46.320 INFO:teuthology.packaging:ref: None 2026-03-31T20:17:46.320 INFO:teuthology.packaging:tag: None 2026-03-31T20:17:46.320 INFO:teuthology.packaging:branch: tentacle 2026-03-31T20:17:46.320 INFO:teuthology.packaging:sha1: 5bb3278730741031382ca9c3dc9d221a942e06a2 2026-03-31T20:17:46.320 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&ref=tentacle 2026-03-31T20:17:47.050 INFO:teuthology.task.internal:Found packages for ceph version 20.2.0-714-g147f7c6a-1jammy 2026-03-31T20:17:47.050 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2026-03-31T20:17:47.050 INFO:teuthology.task.internal:no buildpackages task found 2026-03-31T20:17:47.051 INFO:teuthology.run_tasks:Running task internal.save_config... 2026-03-31T20:17:47.051 INFO:teuthology.task.internal:Saving configuration 2026-03-31T20:17:47.056 INFO:teuthology.run_tasks:Running task internal.check_lock... 2026-03-31T20:17:47.057 INFO:teuthology.task.internal.check_lock:Checking locks... 2026-03-31T20:17:47.063 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'vm01.local', 'description': '/archive/kyr-2026-03-31_11:18:10-rados-tentacle-none-default-vps/4343', '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-03-31 20:16:03.648411', 'locked_by': 'kyr', 'mac_address': '52:55:00:00:00:01', 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBNZhSXiJ6HmktE7Jpcd4KqGqn3gMwfcXojJpcPQzMZxvIBkP+uov4tpyh9F3kDEZQtevyuf7OLrIqYzy36Gc1r8='} 2026-03-31T20:17:47.068 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'vm05.local', 'description': '/archive/kyr-2026-03-31_11:18:10-rados-tentacle-none-default-vps/4343', '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-03-31 20:16:42.338000', 'locked_by': 'kyr', 'mac_address': '52:55:00:00:00:05', 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEA59JSle68O4OuVsMJIh796zogDHziY/Hcp2nEuglTWicKo3nUYo5k74UntPQuRnMPoLe/I5imhgXXZJW5UMoI='} 2026-03-31T20:17:47.072 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'vm06.local', 'description': '/archive/kyr-2026-03-31_11:18:10-rados-tentacle-none-default-vps/4343', '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-03-31 20:16:42.337537', 'locked_by': 'kyr', 'mac_address': '52:55:00:00:00:06', 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBCzZOLaOq6chCjCEUVxsxgf8Iq0nk3OaSJ4dhlwkjtsBOGEEYtE/hpdgP7ubOOWaIlRFqyX/WwK9MTlgnE0RATQ='} 2026-03-31T20:17:47.072 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2026-03-31T20:17:47.073 INFO:teuthology.task.internal:roles: ubuntu@vm01.local - ['host.a', 'mon.a', 'mgr.a', 'osd.0'] 2026-03-31T20:17:47.073 INFO:teuthology.task.internal:roles: ubuntu@vm05.local - ['host.b', 'mon.b', 'mgr.b', 'osd.1'] 2026-03-31T20:17:47.073 INFO:teuthology.task.internal:roles: ubuntu@vm06.local - ['host.c', 'mon.c', 'osd.2'] 2026-03-31T20:17:47.073 INFO:teuthology.run_tasks:Running task console_log... 2026-03-31T20:17:47.079 DEBUG:teuthology.task.console_log:vm01 does not support IPMI; excluding 2026-03-31T20:17:47.084 DEBUG:teuthology.task.console_log:vm05 does not support IPMI; excluding 2026-03-31T20:17:47.088 DEBUG:teuthology.task.console_log:vm06 does not support IPMI; excluding 2026-03-31T20:17:47.088 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7f5908f79e10>, signals=[15]) 2026-03-31T20:17:47.088 INFO:teuthology.run_tasks:Running task internal.connect... 2026-03-31T20:17:47.088 INFO:teuthology.task.internal:Opening connections... 2026-03-31T20:17:47.088 DEBUG:teuthology.task.internal:connecting to ubuntu@vm01.local 2026-03-31T20:17:47.089 DEBUG:teuthology.orchestra.connection:{'hostname': 'vm01.local', 'username': 'ubuntu', 'timeout': 60} 2026-03-31T20:17:47.147 DEBUG:teuthology.task.internal:connecting to ubuntu@vm05.local 2026-03-31T20:17:47.148 DEBUG:teuthology.orchestra.connection:{'hostname': 'vm05.local', 'username': 'ubuntu', 'timeout': 60} 2026-03-31T20:17:47.209 DEBUG:teuthology.task.internal:connecting to ubuntu@vm06.local 2026-03-31T20:17:47.209 DEBUG:teuthology.orchestra.connection:{'hostname': 'vm06.local', 'username': 'ubuntu', 'timeout': 60} 2026-03-31T20:17:47.270 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2026-03-31T20:17:47.271 DEBUG:teuthology.orchestra.run.vm01:> uname -m 2026-03-31T20:17:47.359 INFO:teuthology.orchestra.run.vm01.stdout:x86_64 2026-03-31T20:17:47.359 DEBUG:teuthology.orchestra.run.vm01:> cat /etc/os-release 2026-03-31T20:17:47.403 INFO:teuthology.orchestra.run.vm01.stdout:PRETTY_NAME="Ubuntu 22.04.5 LTS" 2026-03-31T20:17:47.403 INFO:teuthology.orchestra.run.vm01.stdout:NAME="Ubuntu" 2026-03-31T20:17:47.403 INFO:teuthology.orchestra.run.vm01.stdout:VERSION_ID="22.04" 2026-03-31T20:17:47.403 INFO:teuthology.orchestra.run.vm01.stdout:VERSION="22.04.5 LTS (Jammy Jellyfish)" 2026-03-31T20:17:47.403 INFO:teuthology.orchestra.run.vm01.stdout:VERSION_CODENAME=jammy 2026-03-31T20:17:47.403 INFO:teuthology.orchestra.run.vm01.stdout:ID=ubuntu 2026-03-31T20:17:47.403 INFO:teuthology.orchestra.run.vm01.stdout:ID_LIKE=debian 2026-03-31T20:17:47.403 INFO:teuthology.orchestra.run.vm01.stdout:HOME_URL="https://www.ubuntu.com/" 2026-03-31T20:17:47.403 INFO:teuthology.orchestra.run.vm01.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2026-03-31T20:17:47.403 INFO:teuthology.orchestra.run.vm01.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2026-03-31T20:17:47.403 INFO:teuthology.orchestra.run.vm01.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2026-03-31T20:17:47.403 INFO:teuthology.orchestra.run.vm01.stdout:UBUNTU_CODENAME=jammy 2026-03-31T20:17:47.404 INFO:teuthology.lock.ops:Updating vm01.local on lock server 2026-03-31T20:17:47.408 DEBUG:teuthology.orchestra.run.vm05:> uname -m 2026-03-31T20:17:47.411 INFO:teuthology.orchestra.run.vm05.stdout:x86_64 2026-03-31T20:17:47.411 DEBUG:teuthology.orchestra.run.vm05:> cat /etc/os-release 2026-03-31T20:17:47.453 INFO:teuthology.orchestra.run.vm05.stdout:PRETTY_NAME="Ubuntu 22.04.5 LTS" 2026-03-31T20:17:47.453 INFO:teuthology.orchestra.run.vm05.stdout:NAME="Ubuntu" 2026-03-31T20:17:47.453 INFO:teuthology.orchestra.run.vm05.stdout:VERSION_ID="22.04" 2026-03-31T20:17:47.453 INFO:teuthology.orchestra.run.vm05.stdout:VERSION="22.04.5 LTS (Jammy Jellyfish)" 2026-03-31T20:17:47.453 INFO:teuthology.orchestra.run.vm05.stdout:VERSION_CODENAME=jammy 2026-03-31T20:17:47.453 INFO:teuthology.orchestra.run.vm05.stdout:ID=ubuntu 2026-03-31T20:17:47.453 INFO:teuthology.orchestra.run.vm05.stdout:ID_LIKE=debian 2026-03-31T20:17:47.453 INFO:teuthology.orchestra.run.vm05.stdout:HOME_URL="https://www.ubuntu.com/" 2026-03-31T20:17:47.453 INFO:teuthology.orchestra.run.vm05.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2026-03-31T20:17:47.453 INFO:teuthology.orchestra.run.vm05.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2026-03-31T20:17:47.453 INFO:teuthology.orchestra.run.vm05.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2026-03-31T20:17:47.453 INFO:teuthology.orchestra.run.vm05.stdout:UBUNTU_CODENAME=jammy 2026-03-31T20:17:47.453 INFO:teuthology.lock.ops:Updating vm05.local on lock server 2026-03-31T20:17:47.457 DEBUG:teuthology.orchestra.run.vm06:> uname -m 2026-03-31T20:17:47.460 INFO:teuthology.orchestra.run.vm06.stdout:x86_64 2026-03-31T20:17:47.460 DEBUG:teuthology.orchestra.run.vm06:> cat /etc/os-release 2026-03-31T20:17:47.504 INFO:teuthology.orchestra.run.vm06.stdout:PRETTY_NAME="Ubuntu 22.04.5 LTS" 2026-03-31T20:17:47.504 INFO:teuthology.orchestra.run.vm06.stdout:NAME="Ubuntu" 2026-03-31T20:17:47.504 INFO:teuthology.orchestra.run.vm06.stdout:VERSION_ID="22.04" 2026-03-31T20:17:47.504 INFO:teuthology.orchestra.run.vm06.stdout:VERSION="22.04.5 LTS (Jammy Jellyfish)" 2026-03-31T20:17:47.504 INFO:teuthology.orchestra.run.vm06.stdout:VERSION_CODENAME=jammy 2026-03-31T20:17:47.504 INFO:teuthology.orchestra.run.vm06.stdout:ID=ubuntu 2026-03-31T20:17:47.504 INFO:teuthology.orchestra.run.vm06.stdout:ID_LIKE=debian 2026-03-31T20:17:47.504 INFO:teuthology.orchestra.run.vm06.stdout:HOME_URL="https://www.ubuntu.com/" 2026-03-31T20:17:47.504 INFO:teuthology.orchestra.run.vm06.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2026-03-31T20:17:47.504 INFO:teuthology.orchestra.run.vm06.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2026-03-31T20:17:47.504 INFO:teuthology.orchestra.run.vm06.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2026-03-31T20:17:47.504 INFO:teuthology.orchestra.run.vm06.stdout:UBUNTU_CODENAME=jammy 2026-03-31T20:17:47.504 INFO:teuthology.lock.ops:Updating vm06.local on lock server 2026-03-31T20:17:47.509 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2026-03-31T20:17:47.511 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2026-03-31T20:17:47.511 INFO:teuthology.task.internal:Checking for old test directory... 2026-03-31T20:17:47.511 DEBUG:teuthology.orchestra.run.vm01:> test '!' -e /home/ubuntu/cephtest 2026-03-31T20:17:47.512 DEBUG:teuthology.orchestra.run.vm05:> test '!' -e /home/ubuntu/cephtest 2026-03-31T20:17:47.527 DEBUG:teuthology.orchestra.run.vm06:> test '!' -e /home/ubuntu/cephtest 2026-03-31T20:17:47.548 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2026-03-31T20:17:47.549 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2026-03-31T20:17:47.549 DEBUG:teuthology.orchestra.run.vm01:> test -z $(ls -A /var/lib/ceph) 2026-03-31T20:17:47.570 DEBUG:teuthology.orchestra.run.vm05:> test -z $(ls -A /var/lib/ceph) 2026-03-31T20:17:47.572 DEBUG:teuthology.orchestra.run.vm06:> test -z $(ls -A /var/lib/ceph) 2026-03-31T20:17:47.572 INFO:teuthology.orchestra.run.vm01.stderr:ls: cannot access '/var/lib/ceph': No such file or directory 2026-03-31T20:17:47.574 INFO:teuthology.orchestra.run.vm05.stderr:ls: cannot access '/var/lib/ceph': No such file or directory 2026-03-31T20:17:47.593 INFO:teuthology.orchestra.run.vm06.stderr:ls: cannot access '/var/lib/ceph': No such file or directory 2026-03-31T20:17:47.593 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2026-03-31T20:17:47.601 DEBUG:teuthology.orchestra.run.vm01:> test -e /ceph-qa-ready 2026-03-31T20:17:47.615 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-03-31T20:17:47.840 DEBUG:teuthology.orchestra.run.vm05:> test -e /ceph-qa-ready 2026-03-31T20:17:47.842 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-03-31T20:17:48.066 DEBUG:teuthology.orchestra.run.vm06:> test -e /ceph-qa-ready 2026-03-31T20:17:48.069 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-03-31T20:17:48.296 INFO:teuthology.run_tasks:Running task internal.base... 2026-03-31T20:17:48.297 INFO:teuthology.task.internal:Creating test directory... 2026-03-31T20:17:48.297 DEBUG:teuthology.orchestra.run.vm01:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2026-03-31T20:17:48.298 DEBUG:teuthology.orchestra.run.vm05:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2026-03-31T20:17:48.299 DEBUG:teuthology.orchestra.run.vm06:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2026-03-31T20:17:48.302 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2026-03-31T20:17:48.303 INFO:teuthology.run_tasks:Running task internal.archive... 2026-03-31T20:17:48.304 INFO:teuthology.task.internal:Creating archive directory... 2026-03-31T20:17:48.304 DEBUG:teuthology.orchestra.run.vm01:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2026-03-31T20:17:48.342 DEBUG:teuthology.orchestra.run.vm05:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2026-03-31T20:17:48.343 DEBUG:teuthology.orchestra.run.vm06:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2026-03-31T20:17:48.350 INFO:teuthology.run_tasks:Running task internal.coredump... 2026-03-31T20:17:48.351 INFO:teuthology.task.internal:Enabling coredump saving... 2026-03-31T20:17:48.351 DEBUG:teuthology.orchestra.run.vm01:> test -f /run/.containerenv -o -f /.dockerenv 2026-03-31T20:17:48.387 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-03-31T20:17:48.387 DEBUG:teuthology.orchestra.run.vm05:> test -f /run/.containerenv -o -f /.dockerenv 2026-03-31T20:17:48.389 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-03-31T20:17:48.389 DEBUG:teuthology.orchestra.run.vm06:> test -f /run/.containerenv -o -f /.dockerenv 2026-03-31T20:17:48.392 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-03-31T20:17:48.392 DEBUG:teuthology.orchestra.run.vm01:> 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-03-31T20:17:48.430 DEBUG:teuthology.orchestra.run.vm05:> 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-03-31T20:17:48.431 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-03-31T20:17:48.436 INFO:teuthology.orchestra.run.vm01.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2026-03-31T20:17:48.438 INFO:teuthology.orchestra.run.vm05.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2026-03-31T20:17:48.441 INFO:teuthology.orchestra.run.vm01.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2026-03-31T20:17:48.441 INFO:teuthology.orchestra.run.vm06.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2026-03-31T20:17:48.442 INFO:teuthology.orchestra.run.vm05.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2026-03-31T20:17:48.446 INFO:teuthology.orchestra.run.vm06.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2026-03-31T20:17:48.446 INFO:teuthology.run_tasks:Running task internal.sudo... 2026-03-31T20:17:48.448 INFO:teuthology.task.internal:Configuring sudo... 2026-03-31T20:17:48.448 DEBUG:teuthology.orchestra.run.vm01:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2026-03-31T20:17:48.490 DEBUG:teuthology.orchestra.run.vm05:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2026-03-31T20:17:48.491 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-03-31T20:17:48.497 INFO:teuthology.run_tasks:Running task internal.syslog... 2026-03-31T20:17:48.500 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2026-03-31T20:17:48.500 DEBUG:teuthology.orchestra.run.vm01:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2026-03-31T20:17:48.538 DEBUG:teuthology.orchestra.run.vm05:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2026-03-31T20:17:48.539 DEBUG:teuthology.orchestra.run.vm06:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2026-03-31T20:17:48.542 DEBUG:teuthology.orchestra.run.vm01:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2026-03-31T20:17:48.584 DEBUG:teuthology.orchestra.run.vm01:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2026-03-31T20:17:48.627 DEBUG:teuthology.orchestra.run.vm01:> set -ex 2026-03-31T20:17:48.628 DEBUG:teuthology.orchestra.run.vm01:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2026-03-31T20:17:48.676 DEBUG:teuthology.orchestra.run.vm05:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2026-03-31T20:17:48.679 DEBUG:teuthology.orchestra.run.vm05:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2026-03-31T20:17:48.725 DEBUG:teuthology.orchestra.run.vm05:> set -ex 2026-03-31T20:17:48.725 DEBUG:teuthology.orchestra.run.vm05:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2026-03-31T20:17:48.774 DEBUG:teuthology.orchestra.run.vm06:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2026-03-31T20:17:48.777 DEBUG:teuthology.orchestra.run.vm06:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2026-03-31T20:17:48.821 DEBUG:teuthology.orchestra.run.vm06:> set -ex 2026-03-31T20:17:48.821 DEBUG:teuthology.orchestra.run.vm06:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2026-03-31T20:17:48.869 DEBUG:teuthology.orchestra.run.vm01:> sudo service rsyslog restart 2026-03-31T20:17:48.870 DEBUG:teuthology.orchestra.run.vm05:> sudo service rsyslog restart 2026-03-31T20:17:48.871 DEBUG:teuthology.orchestra.run.vm06:> sudo service rsyslog restart 2026-03-31T20:17:48.925 INFO:teuthology.run_tasks:Running task internal.timer... 2026-03-31T20:17:48.927 INFO:teuthology.task.internal:Starting timer... 2026-03-31T20:17:48.927 INFO:teuthology.run_tasks:Running task pcp... 2026-03-31T20:17:48.929 INFO:teuthology.run_tasks:Running task selinux... 2026-03-31T20:17:48.932 INFO:teuthology.task.selinux:Excluding vm01: VMs are not yet supported 2026-03-31T20:17:48.932 INFO:teuthology.task.selinux:Excluding vm05: VMs are not yet supported 2026-03-31T20:17:48.932 INFO:teuthology.task.selinux:Excluding vm06: VMs are not yet supported 2026-03-31T20:17:48.932 DEBUG:teuthology.task.selinux:Getting current SELinux state 2026-03-31T20:17:48.932 DEBUG:teuthology.task.selinux:Existing SELinux modes: {} 2026-03-31T20:17:48.932 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2026-03-31T20:17:48.932 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2026-03-31T20:17:48.933 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-03-31T20:17:48.934 DEBUG:teuthology.repo_utils:Setting repo remote to https://github.com/kshtsk/ceph-cm-ansible.git 2026-03-31T20:17:48.935 INFO:teuthology.repo_utils:Fetching github.com_kshtsk_ceph-cm-ansible_main from origin 2026-03-31T20:17:49.776 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthos/src/github.com_kshtsk_ceph-cm-ansible_main to origin/main 2026-03-31T20:17:49.783 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-03-31T20:17:49.783 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_inventorys7_4l11v --limit vm01.local,vm05.local,vm06.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-03-31T20:20:05.889 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@vm01.local'), Remote(name='ubuntu@vm05.local'), Remote(name='ubuntu@vm06.local')] 2026-03-31T20:20:05.889 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@vm01.local' 2026-03-31T20:20:05.890 DEBUG:teuthology.orchestra.connection:{'hostname': 'vm01.local', 'username': 'ubuntu', 'timeout': 60} 2026-03-31T20:20:05.951 DEBUG:teuthology.orchestra.run.vm01:> true 2026-03-31T20:20:06.157 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@vm01.local' 2026-03-31T20:20:06.157 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@vm05.local' 2026-03-31T20:20:06.157 DEBUG:teuthology.orchestra.connection:{'hostname': 'vm05.local', 'username': 'ubuntu', 'timeout': 60} 2026-03-31T20:20:06.218 DEBUG:teuthology.orchestra.run.vm05:> true 2026-03-31T20:20:06.424 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@vm05.local' 2026-03-31T20:20:06.425 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@vm06.local' 2026-03-31T20:20:06.425 DEBUG:teuthology.orchestra.connection:{'hostname': 'vm06.local', 'username': 'ubuntu', 'timeout': 60} 2026-03-31T20:20:06.488 DEBUG:teuthology.orchestra.run.vm06:> true 2026-03-31T20:20:06.704 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@vm06.local' 2026-03-31T20:20:06.704 INFO:teuthology.run_tasks:Running task clock... 2026-03-31T20:20:06.707 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2026-03-31T20:20:06.707 INFO:teuthology.orchestra.run:Running command with timeout 360 2026-03-31T20:20:06.708 DEBUG:teuthology.orchestra.run.vm01:> 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-03-31T20:20:06.708 INFO:teuthology.orchestra.run:Running command with timeout 360 2026-03-31T20:20:06.708 DEBUG:teuthology.orchestra.run.vm05:> 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-03-31T20:20:06.710 INFO:teuthology.orchestra.run:Running command with timeout 360 2026-03-31T20:20:06.710 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-03-31T20:20:06.724 INFO:teuthology.orchestra.run.vm05.stdout:31 Mar 20:20:06 ntpd[16226]: ntpd 4.2.8p15@1.3728-o Wed Feb 16 17:13:02 UTC 2022 (1): Starting 2026-03-31T20:20:06.724 INFO:teuthology.orchestra.run.vm05.stdout:31 Mar 20:20:06 ntpd[16226]: Command line: ntpd -gq 2026-03-31T20:20:06.724 INFO:teuthology.orchestra.run.vm05.stdout:31 Mar 20:20:06 ntpd[16226]: ---------------------------------------------------- 2026-03-31T20:20:06.724 INFO:teuthology.orchestra.run.vm05.stdout:31 Mar 20:20:06 ntpd[16226]: ntp-4 is maintained by Network Time Foundation, 2026-03-31T20:20:06.724 INFO:teuthology.orchestra.run.vm05.stdout:31 Mar 20:20:06 ntpd[16226]: Inc. (NTF), a non-profit 501(c)(3) public-benefit 2026-03-31T20:20:06.724 INFO:teuthology.orchestra.run.vm05.stdout:31 Mar 20:20:06 ntpd[16226]: corporation. Support and training for ntp-4 are 2026-03-31T20:20:06.724 INFO:teuthology.orchestra.run.vm05.stdout:31 Mar 20:20:06 ntpd[16226]: available at https://www.nwtime.org/support 2026-03-31T20:20:06.724 INFO:teuthology.orchestra.run.vm05.stdout:31 Mar 20:20:06 ntpd[16226]: ---------------------------------------------------- 2026-03-31T20:20:06.725 INFO:teuthology.orchestra.run.vm05.stdout:31 Mar 20:20:06 ntpd[16226]: proto: precision = 0.030 usec (-25) 2026-03-31T20:20:06.725 INFO:teuthology.orchestra.run.vm05.stdout:31 Mar 20:20:06 ntpd[16226]: basedate set to 2022-02-04 2026-03-31T20:20:06.725 INFO:teuthology.orchestra.run.vm05.stdout:31 Mar 20:20:06 ntpd[16226]: gps base set to 2022-02-06 (week 2196) 2026-03-31T20:20:06.725 INFO:teuthology.orchestra.run.vm05.stdout:31 Mar 20:20:06 ntpd[16226]: leapsecond file ('/usr/share/zoneinfo/leap-seconds.list'): good hash signature 2026-03-31T20:20:06.725 INFO:teuthology.orchestra.run.vm05.stdout:31 Mar 20:20:06 ntpd[16226]: leapsecond file ('/usr/share/zoneinfo/leap-seconds.list'): loaded, expire=2025-12-28T00:00:00Z last=2017-01-01T00:00:00Z ofs=37 2026-03-31T20:20:06.725 INFO:teuthology.orchestra.run.vm05.stderr:31 Mar 20:20:06 ntpd[16226]: leapsecond file ('/usr/share/zoneinfo/leap-seconds.list'): expired 94 days ago 2026-03-31T20:20:06.725 INFO:teuthology.orchestra.run.vm01.stdout:31 Mar 20:20:06 ntpd[16265]: ntpd 4.2.8p15@1.3728-o Wed Feb 16 17:13:02 UTC 2022 (1): Starting 2026-03-31T20:20:06.725 INFO:teuthology.orchestra.run.vm01.stdout:31 Mar 20:20:06 ntpd[16265]: Command line: ntpd -gq 2026-03-31T20:20:06.725 INFO:teuthology.orchestra.run.vm01.stdout:31 Mar 20:20:06 ntpd[16265]: ---------------------------------------------------- 2026-03-31T20:20:06.725 INFO:teuthology.orchestra.run.vm01.stdout:31 Mar 20:20:06 ntpd[16265]: ntp-4 is maintained by Network Time Foundation, 2026-03-31T20:20:06.725 INFO:teuthology.orchestra.run.vm05.stdout:31 Mar 20:20:06 ntpd[16226]: Listen and drop on 0 v6wildcard [::]:123 2026-03-31T20:20:06.725 INFO:teuthology.orchestra.run.vm05.stdout:31 Mar 20:20:06 ntpd[16226]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2026-03-31T20:20:06.725 INFO:teuthology.orchestra.run.vm01.stdout:31 Mar 20:20:06 ntpd[16265]: Inc. (NTF), a non-profit 501(c)(3) public-benefit 2026-03-31T20:20:06.725 INFO:teuthology.orchestra.run.vm01.stdout:31 Mar 20:20:06 ntpd[16265]: corporation. Support and training for ntp-4 are 2026-03-31T20:20:06.725 INFO:teuthology.orchestra.run.vm01.stdout:31 Mar 20:20:06 ntpd[16265]: available at https://www.nwtime.org/support 2026-03-31T20:20:06.725 INFO:teuthology.orchestra.run.vm01.stdout:31 Mar 20:20:06 ntpd[16265]: ---------------------------------------------------- 2026-03-31T20:20:06.726 INFO:teuthology.orchestra.run.vm05.stdout:31 Mar 20:20:06 ntpd[16226]: Listen normally on 2 lo 127.0.0.1:123 2026-03-31T20:20:06.726 INFO:teuthology.orchestra.run.vm05.stdout:31 Mar 20:20:06 ntpd[16226]: Listen normally on 3 ens3 192.168.123.105:123 2026-03-31T20:20:06.726 INFO:teuthology.orchestra.run.vm05.stdout:31 Mar 20:20:06 ntpd[16226]: Listen normally on 4 lo [::1]:123 2026-03-31T20:20:06.726 INFO:teuthology.orchestra.run.vm05.stdout:31 Mar 20:20:06 ntpd[16226]: Listen normally on 5 ens3 [fe80::5055:ff:fe00:5%2]:123 2026-03-31T20:20:06.726 INFO:teuthology.orchestra.run.vm05.stdout:31 Mar 20:20:06 ntpd[16226]: Listening on routing socket on fd #22 for interface updates 2026-03-31T20:20:06.726 INFO:teuthology.orchestra.run.vm01.stdout:31 Mar 20:20:06 ntpd[16265]: proto: precision = 0.029 usec (-25) 2026-03-31T20:20:06.726 INFO:teuthology.orchestra.run.vm01.stdout:31 Mar 20:20:06 ntpd[16265]: basedate set to 2022-02-04 2026-03-31T20:20:06.726 INFO:teuthology.orchestra.run.vm01.stdout:31 Mar 20:20:06 ntpd[16265]: gps base set to 2022-02-06 (week 2196) 2026-03-31T20:20:06.726 INFO:teuthology.orchestra.run.vm01.stdout:31 Mar 20:20:06 ntpd[16265]: leapsecond file ('/usr/share/zoneinfo/leap-seconds.list'): good hash signature 2026-03-31T20:20:06.726 INFO:teuthology.orchestra.run.vm01.stdout:31 Mar 20:20:06 ntpd[16265]: leapsecond file ('/usr/share/zoneinfo/leap-seconds.list'): loaded, expire=2025-12-28T00:00:00Z last=2017-01-01T00:00:00Z ofs=37 2026-03-31T20:20:06.727 INFO:teuthology.orchestra.run.vm01.stderr:31 Mar 20:20:06 ntpd[16265]: leapsecond file ('/usr/share/zoneinfo/leap-seconds.list'): expired 94 days ago 2026-03-31T20:20:06.727 INFO:teuthology.orchestra.run.vm01.stdout:31 Mar 20:20:06 ntpd[16265]: Listen and drop on 0 v6wildcard [::]:123 2026-03-31T20:20:06.727 INFO:teuthology.orchestra.run.vm01.stdout:31 Mar 20:20:06 ntpd[16265]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2026-03-31T20:20:06.727 INFO:teuthology.orchestra.run.vm01.stdout:31 Mar 20:20:06 ntpd[16265]: Listen normally on 2 lo 127.0.0.1:123 2026-03-31T20:20:06.728 INFO:teuthology.orchestra.run.vm01.stdout:31 Mar 20:20:06 ntpd[16265]: Listen normally on 3 ens3 192.168.123.101:123 2026-03-31T20:20:06.728 INFO:teuthology.orchestra.run.vm01.stdout:31 Mar 20:20:06 ntpd[16265]: Listen normally on 4 lo [::1]:123 2026-03-31T20:20:06.728 INFO:teuthology.orchestra.run.vm01.stdout:31 Mar 20:20:06 ntpd[16265]: Listen normally on 5 ens3 [fe80::5055:ff:fe00:1%2]:123 2026-03-31T20:20:06.728 INFO:teuthology.orchestra.run.vm01.stdout:31 Mar 20:20:06 ntpd[16265]: Listening on routing socket on fd #22 for interface updates 2026-03-31T20:20:06.761 INFO:teuthology.orchestra.run.vm06.stdout:31 Mar 20:20:06 ntpd[16240]: ntpd 4.2.8p15@1.3728-o Wed Feb 16 17:13:02 UTC 2022 (1): Starting 2026-03-31T20:20:06.761 INFO:teuthology.orchestra.run.vm06.stdout:31 Mar 20:20:06 ntpd[16240]: Command line: ntpd -gq 2026-03-31T20:20:06.761 INFO:teuthology.orchestra.run.vm06.stdout:31 Mar 20:20:06 ntpd[16240]: ---------------------------------------------------- 2026-03-31T20:20:06.761 INFO:teuthology.orchestra.run.vm06.stdout:31 Mar 20:20:06 ntpd[16240]: ntp-4 is maintained by Network Time Foundation, 2026-03-31T20:20:06.761 INFO:teuthology.orchestra.run.vm06.stdout:31 Mar 20:20:06 ntpd[16240]: Inc. (NTF), a non-profit 501(c)(3) public-benefit 2026-03-31T20:20:06.761 INFO:teuthology.orchestra.run.vm06.stdout:31 Mar 20:20:06 ntpd[16240]: corporation. Support and training for ntp-4 are 2026-03-31T20:20:06.761 INFO:teuthology.orchestra.run.vm06.stdout:31 Mar 20:20:06 ntpd[16240]: available at https://www.nwtime.org/support 2026-03-31T20:20:06.761 INFO:teuthology.orchestra.run.vm06.stdout:31 Mar 20:20:06 ntpd[16240]: ---------------------------------------------------- 2026-03-31T20:20:06.761 INFO:teuthology.orchestra.run.vm06.stdout:31 Mar 20:20:06 ntpd[16240]: proto: precision = 0.029 usec (-25) 2026-03-31T20:20:06.761 INFO:teuthology.orchestra.run.vm06.stdout:31 Mar 20:20:06 ntpd[16240]: basedate set to 2022-02-04 2026-03-31T20:20:06.761 INFO:teuthology.orchestra.run.vm06.stdout:31 Mar 20:20:06 ntpd[16240]: gps base set to 2022-02-06 (week 2196) 2026-03-31T20:20:06.761 INFO:teuthology.orchestra.run.vm06.stdout:31 Mar 20:20:06 ntpd[16240]: leapsecond file ('/usr/share/zoneinfo/leap-seconds.list'): good hash signature 2026-03-31T20:20:06.761 INFO:teuthology.orchestra.run.vm06.stdout:31 Mar 20:20:06 ntpd[16240]: leapsecond file ('/usr/share/zoneinfo/leap-seconds.list'): loaded, expire=2025-12-28T00:00:00Z last=2017-01-01T00:00:00Z ofs=37 2026-03-31T20:20:06.761 INFO:teuthology.orchestra.run.vm06.stderr:31 Mar 20:20:06 ntpd[16240]: leapsecond file ('/usr/share/zoneinfo/leap-seconds.list'): expired 94 days ago 2026-03-31T20:20:06.762 INFO:teuthology.orchestra.run.vm06.stdout:31 Mar 20:20:06 ntpd[16240]: Listen and drop on 0 v6wildcard [::]:123 2026-03-31T20:20:06.762 INFO:teuthology.orchestra.run.vm06.stdout:31 Mar 20:20:06 ntpd[16240]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2026-03-31T20:20:06.762 INFO:teuthology.orchestra.run.vm06.stdout:31 Mar 20:20:06 ntpd[16240]: Listen normally on 2 lo 127.0.0.1:123 2026-03-31T20:20:06.762 INFO:teuthology.orchestra.run.vm06.stdout:31 Mar 20:20:06 ntpd[16240]: Listen normally on 3 ens3 192.168.123.106:123 2026-03-31T20:20:06.762 INFO:teuthology.orchestra.run.vm06.stdout:31 Mar 20:20:06 ntpd[16240]: Listen normally on 4 lo [::1]:123 2026-03-31T20:20:06.762 INFO:teuthology.orchestra.run.vm06.stdout:31 Mar 20:20:06 ntpd[16240]: Listen normally on 5 ens3 [fe80::5055:ff:fe00:6%2]:123 2026-03-31T20:20:06.762 INFO:teuthology.orchestra.run.vm06.stdout:31 Mar 20:20:06 ntpd[16240]: Listening on routing socket on fd #22 for interface updates 2026-03-31T20:20:07.725 INFO:teuthology.orchestra.run.vm05.stdout:31 Mar 20:20:07 ntpd[16226]: Soliciting pool server 46.21.2.169 2026-03-31T20:20:07.727 INFO:teuthology.orchestra.run.vm01.stdout:31 Mar 20:20:07 ntpd[16265]: Soliciting pool server 46.21.2.169 2026-03-31T20:20:07.761 INFO:teuthology.orchestra.run.vm06.stdout:31 Mar 20:20:07 ntpd[16240]: Soliciting pool server 139.144.71.56 2026-03-31T20:20:08.724 INFO:teuthology.orchestra.run.vm05.stdout:31 Mar 20:20:08 ntpd[16226]: Soliciting pool server 172.236.195.26 2026-03-31T20:20:08.725 INFO:teuthology.orchestra.run.vm05.stdout:31 Mar 20:20:08 ntpd[16226]: Soliciting pool server 144.76.66.157 2026-03-31T20:20:08.726 INFO:teuthology.orchestra.run.vm01.stdout:31 Mar 20:20:08 ntpd[16265]: Soliciting pool server 172.236.195.26 2026-03-31T20:20:08.726 INFO:teuthology.orchestra.run.vm01.stdout:31 Mar 20:20:08 ntpd[16265]: Soliciting pool server 144.76.167.162 2026-03-31T20:20:08.761 INFO:teuthology.orchestra.run.vm06.stdout:31 Mar 20:20:08 ntpd[16240]: Soliciting pool server 46.21.2.169 2026-03-31T20:20:08.761 INFO:teuthology.orchestra.run.vm06.stdout:31 Mar 20:20:08 ntpd[16240]: Soliciting pool server 94.130.35.4 2026-03-31T20:20:09.725 INFO:teuthology.orchestra.run.vm05.stdout:31 Mar 20:20:09 ntpd[16226]: Soliciting pool server 213.209.109.45 2026-03-31T20:20:09.725 INFO:teuthology.orchestra.run.vm05.stdout:31 Mar 20:20:09 ntpd[16226]: Soliciting pool server 139.162.152.20 2026-03-31T20:20:09.725 INFO:teuthology.orchestra.run.vm05.stdout:31 Mar 20:20:09 ntpd[16226]: Soliciting pool server 79.133.44.136 2026-03-31T20:20:09.726 INFO:teuthology.orchestra.run.vm01.stdout:31 Mar 20:20:09 ntpd[16265]: Soliciting pool server 144.76.66.157 2026-03-31T20:20:09.726 INFO:teuthology.orchestra.run.vm01.stdout:31 Mar 20:20:09 ntpd[16265]: Soliciting pool server 139.162.152.20 2026-03-31T20:20:09.727 INFO:teuthology.orchestra.run.vm01.stdout:31 Mar 20:20:09 ntpd[16265]: Soliciting pool server 79.133.44.136 2026-03-31T20:20:09.761 INFO:teuthology.orchestra.run.vm06.stdout:31 Mar 20:20:09 ntpd[16240]: Soliciting pool server 144.76.167.162 2026-03-31T20:20:09.761 INFO:teuthology.orchestra.run.vm06.stdout:31 Mar 20:20:09 ntpd[16240]: Soliciting pool server 172.236.195.26 2026-03-31T20:20:09.762 INFO:teuthology.orchestra.run.vm06.stdout:31 Mar 20:20:09 ntpd[16240]: Soliciting pool server 144.91.126.59 2026-03-31T20:20:10.725 INFO:teuthology.orchestra.run.vm05.stdout:31 Mar 20:20:10 ntpd[16226]: Soliciting pool server 85.215.189.120 2026-03-31T20:20:10.725 INFO:teuthology.orchestra.run.vm05.stdout:31 Mar 20:20:10 ntpd[16226]: Soliciting pool server 94.130.35.4 2026-03-31T20:20:10.725 INFO:teuthology.orchestra.run.vm05.stdout:31 Mar 20:20:10 ntpd[16226]: Soliciting pool server 139.144.71.56 2026-03-31T20:20:10.725 INFO:teuthology.orchestra.run.vm05.stdout:31 Mar 20:20:10 ntpd[16226]: Soliciting pool server 46.224.156.215 2026-03-31T20:20:10.726 INFO:teuthology.orchestra.run.vm01.stdout:31 Mar 20:20:10 ntpd[16265]: Soliciting pool server 85.215.189.120 2026-03-31T20:20:10.726 INFO:teuthology.orchestra.run.vm01.stdout:31 Mar 20:20:10 ntpd[16265]: Soliciting pool server 213.209.109.45 2026-03-31T20:20:10.726 INFO:teuthology.orchestra.run.vm01.stdout:31 Mar 20:20:10 ntpd[16265]: Soliciting pool server 139.144.71.56 2026-03-31T20:20:10.727 INFO:teuthology.orchestra.run.vm01.stdout:31 Mar 20:20:10 ntpd[16265]: Soliciting pool server 46.224.156.215 2026-03-31T20:20:10.761 INFO:teuthology.orchestra.run.vm06.stdout:31 Mar 20:20:10 ntpd[16240]: Soliciting pool server 79.133.44.136 2026-03-31T20:20:10.761 INFO:teuthology.orchestra.run.vm06.stdout:31 Mar 20:20:10 ntpd[16240]: Soliciting pool server 144.76.66.157 2026-03-31T20:20:10.761 INFO:teuthology.orchestra.run.vm06.stdout:31 Mar 20:20:10 ntpd[16240]: Soliciting pool server 139.162.152.20 2026-03-31T20:20:10.761 INFO:teuthology.orchestra.run.vm06.stdout:31 Mar 20:20:10 ntpd[16240]: Soliciting pool server 172.104.134.72 2026-03-31T20:20:11.725 INFO:teuthology.orchestra.run.vm05.stdout:31 Mar 20:20:11 ntpd[16226]: Soliciting pool server 130.162.222.153 2026-03-31T20:20:11.725 INFO:teuthology.orchestra.run.vm05.stdout:31 Mar 20:20:11 ntpd[16226]: Soliciting pool server 212.132.97.26 2026-03-31T20:20:11.725 INFO:teuthology.orchestra.run.vm05.stdout:31 Mar 20:20:11 ntpd[16226]: Soliciting pool server 144.76.167.162 2026-03-31T20:20:11.725 INFO:teuthology.orchestra.run.vm05.stdout:31 Mar 20:20:11 ntpd[16226]: Soliciting pool server 185.125.190.58 2026-03-31T20:20:11.726 INFO:teuthology.orchestra.run.vm01.stdout:31 Mar 20:20:11 ntpd[16265]: Soliciting pool server 130.162.222.153 2026-03-31T20:20:11.726 INFO:teuthology.orchestra.run.vm01.stdout:31 Mar 20:20:11 ntpd[16265]: Soliciting pool server 212.132.97.26 2026-03-31T20:20:11.726 INFO:teuthology.orchestra.run.vm01.stdout:31 Mar 20:20:11 ntpd[16265]: Soliciting pool server 94.130.35.4 2026-03-31T20:20:11.726 INFO:teuthology.orchestra.run.vm01.stdout:31 Mar 20:20:11 ntpd[16265]: Soliciting pool server 185.125.190.58 2026-03-31T20:20:11.761 INFO:teuthology.orchestra.run.vm06.stdout:31 Mar 20:20:11 ntpd[16240]: Soliciting pool server 46.224.156.215 2026-03-31T20:20:11.761 INFO:teuthology.orchestra.run.vm06.stdout:31 Mar 20:20:11 ntpd[16240]: Soliciting pool server 85.215.189.120 2026-03-31T20:20:11.761 INFO:teuthology.orchestra.run.vm06.stdout:31 Mar 20:20:11 ntpd[16240]: Soliciting pool server 213.209.109.45 2026-03-31T20:20:11.761 INFO:teuthology.orchestra.run.vm06.stdout:31 Mar 20:20:11 ntpd[16240]: Soliciting pool server 91.189.91.157 2026-03-31T20:20:12.725 INFO:teuthology.orchestra.run.vm05.stdout:31 Mar 20:20:12 ntpd[16226]: Soliciting pool server 185.125.190.57 2026-03-31T20:20:12.725 INFO:teuthology.orchestra.run.vm05.stdout:31 Mar 20:20:12 ntpd[16226]: Soliciting pool server 195.201.63.235 2026-03-31T20:20:12.725 INFO:teuthology.orchestra.run.vm05.stdout:31 Mar 20:20:12 ntpd[16226]: Soliciting pool server 144.91.126.59 2026-03-31T20:20:12.726 INFO:teuthology.orchestra.run.vm01.stdout:31 Mar 20:20:12 ntpd[16265]: Soliciting pool server 185.125.190.57 2026-03-31T20:20:12.726 INFO:teuthology.orchestra.run.vm01.stdout:31 Mar 20:20:12 ntpd[16265]: Soliciting pool server 195.201.63.235 2026-03-31T20:20:12.726 INFO:teuthology.orchestra.run.vm01.stdout:31 Mar 20:20:12 ntpd[16265]: Soliciting pool server 144.91.126.59 2026-03-31T20:20:12.761 INFO:teuthology.orchestra.run.vm06.stdout:31 Mar 20:20:12 ntpd[16240]: Soliciting pool server 185.125.190.58 2026-03-31T20:20:12.761 INFO:teuthology.orchestra.run.vm06.stdout:31 Mar 20:20:12 ntpd[16240]: Soliciting pool server 130.162.222.153 2026-03-31T20:20:12.761 INFO:teuthology.orchestra.run.vm06.stdout:31 Mar 20:20:12 ntpd[16240]: Soliciting pool server 212.132.97.26 2026-03-31T20:20:14.758 INFO:teuthology.orchestra.run.vm01.stdout:31 Mar 20:20:14 ntpd[16265]: ntpd: time slew +0.000011 s 2026-03-31T20:20:14.758 INFO:teuthology.orchestra.run.vm01.stdout:ntpd: time slew +0.000011s 2026-03-31T20:20:14.776 INFO:teuthology.orchestra.run.vm01.stdout: remote refid st t when poll reach delay offset jitter 2026-03-31T20:20:14.777 INFO:teuthology.orchestra.run.vm01.stdout:============================================================================== 2026-03-31T20:20:14.777 INFO:teuthology.orchestra.run.vm01.stdout: 0.ubuntu.pool.n .POOL. 16 p - 64 0 0.000 +0.000 0.000 2026-03-31T20:20:14.777 INFO:teuthology.orchestra.run.vm01.stdout: 1.ubuntu.pool.n .POOL. 16 p - 64 0 0.000 +0.000 0.000 2026-03-31T20:20:14.777 INFO:teuthology.orchestra.run.vm01.stdout: 2.ubuntu.pool.n .POOL. 16 p - 64 0 0.000 +0.000 0.000 2026-03-31T20:20:14.777 INFO:teuthology.orchestra.run.vm01.stdout: 3.ubuntu.pool.n .POOL. 16 p - 64 0 0.000 +0.000 0.000 2026-03-31T20:20:14.777 INFO:teuthology.orchestra.run.vm01.stdout: ntp.ubuntu.com .POOL. 16 p - 64 0 0.000 +0.000 0.000 2026-03-31T20:20:15.755 INFO:teuthology.orchestra.run.vm05.stdout:31 Mar 20:20:15 ntpd[16226]: ntpd: time slew +0.005048 s 2026-03-31T20:20:15.755 INFO:teuthology.orchestra.run.vm05.stdout:ntpd: time slew +0.005048s 2026-03-31T20:20:15.777 INFO:teuthology.orchestra.run.vm05.stdout: remote refid st t when poll reach delay offset jitter 2026-03-31T20:20:15.777 INFO:teuthology.orchestra.run.vm05.stdout:============================================================================== 2026-03-31T20:20:15.777 INFO:teuthology.orchestra.run.vm05.stdout: 0.ubuntu.pool.n .POOL. 16 p - 64 0 0.000 +0.000 0.000 2026-03-31T20:20:15.777 INFO:teuthology.orchestra.run.vm05.stdout: 1.ubuntu.pool.n .POOL. 16 p - 64 0 0.000 +0.000 0.000 2026-03-31T20:20:15.777 INFO:teuthology.orchestra.run.vm05.stdout: 2.ubuntu.pool.n .POOL. 16 p - 64 0 0.000 +0.000 0.000 2026-03-31T20:20:15.777 INFO:teuthology.orchestra.run.vm05.stdout: 3.ubuntu.pool.n .POOL. 16 p - 64 0 0.000 +0.000 0.000 2026-03-31T20:20:15.777 INFO:teuthology.orchestra.run.vm05.stdout: ntp.ubuntu.com .POOL. 16 p - 64 0 0.000 +0.000 0.000 2026-03-31T20:20:16.791 INFO:teuthology.orchestra.run.vm06.stdout:31 Mar 20:20:16 ntpd[16240]: ntpd: time slew -0.000671 s 2026-03-31T20:20:16.791 INFO:teuthology.orchestra.run.vm06.stdout:ntpd: time slew -0.000671s 2026-03-31T20:20:16.810 INFO:teuthology.orchestra.run.vm06.stdout: remote refid st t when poll reach delay offset jitter 2026-03-31T20:20:16.810 INFO:teuthology.orchestra.run.vm06.stdout:============================================================================== 2026-03-31T20:20:16.810 INFO:teuthology.orchestra.run.vm06.stdout: 0.ubuntu.pool.n .POOL. 16 p - 64 0 0.000 +0.000 0.000 2026-03-31T20:20:16.810 INFO:teuthology.orchestra.run.vm06.stdout: 1.ubuntu.pool.n .POOL. 16 p - 64 0 0.000 +0.000 0.000 2026-03-31T20:20:16.810 INFO:teuthology.orchestra.run.vm06.stdout: 2.ubuntu.pool.n .POOL. 16 p - 64 0 0.000 +0.000 0.000 2026-03-31T20:20:16.810 INFO:teuthology.orchestra.run.vm06.stdout: 3.ubuntu.pool.n .POOL. 16 p - 64 0 0.000 +0.000 0.000 2026-03-31T20:20:16.810 INFO:teuthology.orchestra.run.vm06.stdout: ntp.ubuntu.com .POOL. 16 p - 64 0 0.000 +0.000 0.000 2026-03-31T20:20:16.811 INFO:teuthology.run_tasks:Running task install... 2026-03-31T20:20:16.813 DEBUG:teuthology.task.install:project ceph 2026-03-31T20:20:16.813 DEBUG:teuthology.task.install:INSTALL overrides: {'ceph': {'flavor': 'default', 'sha1': '5bb3278730741031382ca9c3dc9d221a942e06a2'}, 'extra_system_packages': {'deb': ['python3-jmespath', 'python3-xmltodict', 's3cmd'], 'rpm': ['bzip2', 'perl-Test-Harness', 'python3-jmespath', 'python3-xmltodict', 's3cmd']}} 2026-03-31T20:20:16.813 DEBUG:teuthology.task.install:config {'flavor': 'default', 'sha1': '5bb3278730741031382ca9c3dc9d221a942e06a2', 'extra_system_packages': {'deb': ['python3-jmespath', 'python3-xmltodict', 's3cmd'], 'rpm': ['bzip2', 'perl-Test-Harness', 'python3-jmespath', 'python3-xmltodict', 's3cmd']}} 2026-03-31T20:20:16.813 INFO:teuthology.task.install:Using flavor: default 2026-03-31T20:20:16.815 DEBUG:teuthology.task.install:Package list is: {'deb': ['ceph', 'cephadm', 'ceph-mds', 'ceph-mgr', 'ceph-common', 'ceph-fuse', 'ceph-test', 'ceph-volume', 'radosgw', 'python3-rados', 'python3-rgw', 'python3-cephfs', 'python3-rbd', 'libcephfs2', 'libcephfs-dev', 'librados2', 'librbd1', 'rbd-fuse'], 'rpm': ['ceph-radosgw', 'ceph-test', 'ceph', 'ceph-base', 'cephadm', 'ceph-immutable-object-cache', 'ceph-mgr', 'ceph-mgr-dashboard', 'ceph-mgr-diskprediction-local', 'ceph-mgr-rook', 'ceph-mgr-cephadm', 'ceph-fuse', 'ceph-volume', 'librados-devel', 'libcephfs2', 'libcephfs-devel', 'librados2', 'librbd1', 'python3-rados', 'python3-rgw', 'python3-cephfs', 'python3-rbd', 'rbd-fuse', 'rbd-mirror', 'rbd-nbd']} 2026-03-31T20:20:16.815 INFO:teuthology.task.install:extra packages: [] 2026-03-31T20:20:16.815 DEBUG:teuthology.orchestra.run.vm01:> sudo apt-key list | grep Ceph 2026-03-31T20:20:16.815 DEBUG:teuthology.orchestra.run.vm05:> sudo apt-key list | grep Ceph 2026-03-31T20:20:16.816 DEBUG:teuthology.orchestra.run.vm06:> sudo apt-key list | grep Ceph 2026-03-31T20:20:16.852 INFO:teuthology.orchestra.run.vm01.stderr:Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)). 2026-03-31T20:20:16.855 INFO:teuthology.orchestra.run.vm05.stderr:Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)). 2026-03-31T20:20:16.871 INFO:teuthology.orchestra.run.vm01.stdout:uid [ unknown] Ceph automated package build (Ceph automated package build) 2026-03-31T20:20:16.871 INFO:teuthology.orchestra.run.vm01.stdout:uid [ unknown] Ceph.com (release key) 2026-03-31T20:20:16.871 INFO:teuthology.task.install.deb:Installing packages: ceph, cephadm, ceph-mds, ceph-mgr, ceph-common, ceph-fuse, ceph-test, ceph-volume, radosgw, python3-rados, python3-rgw, python3-cephfs, python3-rbd, libcephfs2, libcephfs-dev, librados2, librbd1, rbd-fuse on remote deb x86_64 2026-03-31T20:20:16.872 INFO:teuthology.task.install.deb:Installing system (non-project) packages: python3-jmespath, python3-xmltodict, s3cmd on remote deb x86_64 2026-03-31T20:20:16.872 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=5bb3278730741031382ca9c3dc9d221a942e06a2 2026-03-31T20:20:16.932 INFO:teuthology.orchestra.run.vm06.stderr:Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)). 2026-03-31T20:20:16.933 INFO:teuthology.orchestra.run.vm05.stdout:uid [ unknown] Ceph automated package build (Ceph automated package build) 2026-03-31T20:20:16.933 INFO:teuthology.orchestra.run.vm05.stdout:uid [ unknown] Ceph.com (release key) 2026-03-31T20:20:16.933 INFO:teuthology.orchestra.run.vm06.stdout:uid [ unknown] Ceph automated package build (Ceph automated package build) 2026-03-31T20:20:16.933 INFO:teuthology.orchestra.run.vm06.stdout:uid [ unknown] Ceph.com (release key) 2026-03-31T20:20:16.933 INFO:teuthology.task.install.deb:Installing packages: ceph, cephadm, ceph-mds, ceph-mgr, ceph-common, ceph-fuse, ceph-test, ceph-volume, radosgw, python3-rados, python3-rgw, python3-cephfs, python3-rbd, libcephfs2, libcephfs-dev, librados2, librbd1, rbd-fuse on remote deb x86_64 2026-03-31T20:20:16.933 INFO:teuthology.task.install.deb:Installing system (non-project) packages: python3-jmespath, python3-xmltodict, s3cmd on remote deb x86_64 2026-03-31T20:20:16.933 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=5bb3278730741031382ca9c3dc9d221a942e06a2 2026-03-31T20:20:16.933 INFO:teuthology.task.install.deb:Installing packages: ceph, cephadm, ceph-mds, ceph-mgr, ceph-common, ceph-fuse, ceph-test, ceph-volume, radosgw, python3-rados, python3-rgw, python3-cephfs, python3-rbd, libcephfs2, libcephfs-dev, librados2, librbd1, rbd-fuse on remote deb x86_64 2026-03-31T20:20:16.933 INFO:teuthology.task.install.deb:Installing system (non-project) packages: python3-jmespath, python3-xmltodict, s3cmd on remote deb x86_64 2026-03-31T20:20:16.933 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=5bb3278730741031382ca9c3dc9d221a942e06a2 2026-03-31T20:20:17.519 INFO:teuthology.task.install.deb:Pulling from https://3.chacra.ceph.com/r/ceph/tentacle-release/5bb3278730741031382ca9c3dc9d221a942e06a2/ubuntu/jammy/flavors/default/ 2026-03-31T20:20:17.519 INFO:teuthology.task.install.deb:Package version is 20.2.0-721-g5bb32787-1jammy 2026-03-31T20:20:17.580 INFO:teuthology.task.install.deb:Pulling from https://3.chacra.ceph.com/r/ceph/tentacle-release/5bb3278730741031382ca9c3dc9d221a942e06a2/ubuntu/jammy/flavors/default/ 2026-03-31T20:20:17.580 INFO:teuthology.task.install.deb:Package version is 20.2.0-721-g5bb32787-1jammy 2026-03-31T20:20:17.745 INFO:teuthology.task.install.deb:Pulling from https://3.chacra.ceph.com/r/ceph/tentacle-release/5bb3278730741031382ca9c3dc9d221a942e06a2/ubuntu/jammy/flavors/default/ 2026-03-31T20:20:17.746 INFO:teuthology.task.install.deb:Package version is 20.2.0-721-g5bb32787-1jammy 2026-03-31T20:20:18.063 DEBUG:teuthology.orchestra.run.vm05:> set -ex 2026-03-31T20:20:18.063 DEBUG:teuthology.orchestra.run.vm05:> sudo dd of=/etc/apt/sources.list.d/ceph.list 2026-03-31T20:20:18.072 DEBUG:teuthology.orchestra.run.vm05:> sudo apt-get update 2026-03-31T20:20:18.080 DEBUG:teuthology.orchestra.run.vm01:> set -ex 2026-03-31T20:20:18.080 DEBUG:teuthology.orchestra.run.vm01:> sudo dd of=/etc/apt/sources.list.d/ceph.list 2026-03-31T20:20:18.088 DEBUG:teuthology.orchestra.run.vm01:> sudo apt-get update 2026-03-31T20:20:18.235 INFO:teuthology.orchestra.run.vm05.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2026-03-31T20:20:18.235 INFO:teuthology.orchestra.run.vm05.stdout:Hit:2 http://security.ubuntu.com/ubuntu jammy-security InRelease 2026-03-31T20:20:18.256 INFO:teuthology.orchestra.run.vm01.stdout:Hit:1 http://security.ubuntu.com/ubuntu jammy-security InRelease 2026-03-31T20:20:18.265 INFO:teuthology.orchestra.run.vm05.stdout:Hit:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2026-03-31T20:20:18.291 DEBUG:teuthology.orchestra.run.vm06:> set -ex 2026-03-31T20:20:18.291 DEBUG:teuthology.orchestra.run.vm06:> sudo dd of=/etc/apt/sources.list.d/ceph.list 2026-03-31T20:20:18.300 DEBUG:teuthology.orchestra.run.vm06:> sudo apt-get update 2026-03-31T20:20:18.300 INFO:teuthology.orchestra.run.vm05.stdout:Hit:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2026-03-31T20:20:18.391 INFO:teuthology.orchestra.run.vm01.stdout:Hit:2 http://archive.ubuntu.com/ubuntu jammy InRelease 2026-03-31T20:20:18.495 INFO:teuthology.orchestra.run.vm01.stdout:Hit:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2026-03-31T20:20:18.598 INFO:teuthology.orchestra.run.vm01.stdout:Hit:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2026-03-31T20:20:18.617 INFO:teuthology.orchestra.run.vm06.stdout:Hit:1 http://security.ubuntu.com/ubuntu jammy-security InRelease 2026-03-31T20:20:18.617 INFO:teuthology.orchestra.run.vm06.stdout:Hit:2 http://archive.ubuntu.com/ubuntu jammy InRelease 2026-03-31T20:20:18.660 INFO:teuthology.orchestra.run.vm01.stdout:Ign:5 https://3.chacra.ceph.com/r/ceph/tentacle-release/5bb3278730741031382ca9c3dc9d221a942e06a2/ubuntu/jammy/flavors/default jammy InRelease 2026-03-31T20:20:18.684 INFO:teuthology.orchestra.run.vm05.stdout:Ign:5 https://3.chacra.ceph.com/r/ceph/tentacle-release/5bb3278730741031382ca9c3dc9d221a942e06a2/ubuntu/jammy/flavors/default jammy InRelease 2026-03-31T20:20:18.723 INFO:teuthology.orchestra.run.vm06.stdout:Hit:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2026-03-31T20:20:18.777 INFO:teuthology.orchestra.run.vm01.stdout:Get:6 https://3.chacra.ceph.com/r/ceph/tentacle-release/5bb3278730741031382ca9c3dc9d221a942e06a2/ubuntu/jammy/flavors/default jammy Release [7689 B] 2026-03-31T20:20:18.805 INFO:teuthology.orchestra.run.vm05.stdout:Get:6 https://3.chacra.ceph.com/r/ceph/tentacle-release/5bb3278730741031382ca9c3dc9d221a942e06a2/ubuntu/jammy/flavors/default jammy Release [7689 B] 2026-03-31T20:20:18.833 INFO:teuthology.orchestra.run.vm06.stdout:Hit:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2026-03-31T20:20:18.863 INFO:teuthology.orchestra.run.vm06.stdout:Ign:5 https://3.chacra.ceph.com/r/ceph/tentacle-release/5bb3278730741031382ca9c3dc9d221a942e06a2/ubuntu/jammy/flavors/default jammy InRelease 2026-03-31T20:20:18.892 INFO:teuthology.orchestra.run.vm01.stdout:Ign:7 https://3.chacra.ceph.com/r/ceph/tentacle-release/5bb3278730741031382ca9c3dc9d221a942e06a2/ubuntu/jammy/flavors/default jammy Release.gpg 2026-03-31T20:20:18.927 INFO:teuthology.orchestra.run.vm05.stdout:Ign:7 https://3.chacra.ceph.com/r/ceph/tentacle-release/5bb3278730741031382ca9c3dc9d221a942e06a2/ubuntu/jammy/flavors/default jammy Release.gpg 2026-03-31T20:20:18.978 INFO:teuthology.orchestra.run.vm06.stdout:Get:6 https://3.chacra.ceph.com/r/ceph/tentacle-release/5bb3278730741031382ca9c3dc9d221a942e06a2/ubuntu/jammy/flavors/default jammy Release [7689 B] 2026-03-31T20:20:19.010 INFO:teuthology.orchestra.run.vm01.stdout:Get:8 https://3.chacra.ceph.com/r/ceph/tentacle-release/5bb3278730741031382ca9c3dc9d221a942e06a2/ubuntu/jammy/flavors/default jammy/main amd64 Packages [18.8 kB] 2026-03-31T20:20:19.049 INFO:teuthology.orchestra.run.vm05.stdout:Get:8 https://3.chacra.ceph.com/r/ceph/tentacle-release/5bb3278730741031382ca9c3dc9d221a942e06a2/ubuntu/jammy/flavors/default jammy/main amd64 Packages [18.8 kB] 2026-03-31T20:20:19.082 INFO:teuthology.orchestra.run.vm01.stdout:Fetched 26.5 kB in 1s (31.5 kB/s) 2026-03-31T20:20:19.094 INFO:teuthology.orchestra.run.vm06.stdout:Ign:7 https://3.chacra.ceph.com/r/ceph/tentacle-release/5bb3278730741031382ca9c3dc9d221a942e06a2/ubuntu/jammy/flavors/default jammy Release.gpg 2026-03-31T20:20:19.210 INFO:teuthology.orchestra.run.vm06.stdout:Get:8 https://3.chacra.ceph.com/r/ceph/tentacle-release/5bb3278730741031382ca9c3dc9d221a942e06a2/ubuntu/jammy/flavors/default jammy/main amd64 Packages [18.8 kB] 2026-03-31T20:20:19.243 INFO:teuthology.orchestra.run.vm05.stdout:Fetched 26.5 kB in 1s (25.9 kB/s) 2026-03-31T20:20:19.284 INFO:teuthology.orchestra.run.vm06.stdout:Fetched 26.5 kB in 1s (31.8 kB/s) 2026-03-31T20:20:19.717 INFO:teuthology.orchestra.run.vm01.stdout:Reading package lists... 2026-03-31T20:20:19.730 DEBUG:teuthology.orchestra.run.vm01:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y --force-yes -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confold" install ceph=20.2.0-721-g5bb32787-1jammy cephadm=20.2.0-721-g5bb32787-1jammy ceph-mds=20.2.0-721-g5bb32787-1jammy ceph-mgr=20.2.0-721-g5bb32787-1jammy ceph-common=20.2.0-721-g5bb32787-1jammy ceph-fuse=20.2.0-721-g5bb32787-1jammy ceph-test=20.2.0-721-g5bb32787-1jammy ceph-volume=20.2.0-721-g5bb32787-1jammy radosgw=20.2.0-721-g5bb32787-1jammy python3-rados=20.2.0-721-g5bb32787-1jammy python3-rgw=20.2.0-721-g5bb32787-1jammy python3-cephfs=20.2.0-721-g5bb32787-1jammy python3-rbd=20.2.0-721-g5bb32787-1jammy libcephfs2=20.2.0-721-g5bb32787-1jammy libcephfs-dev=20.2.0-721-g5bb32787-1jammy librados2=20.2.0-721-g5bb32787-1jammy librbd1=20.2.0-721-g5bb32787-1jammy rbd-fuse=20.2.0-721-g5bb32787-1jammy 2026-03-31T20:20:19.762 INFO:teuthology.orchestra.run.vm01.stdout:Reading package lists... 2026-03-31T20:20:19.881 INFO:teuthology.orchestra.run.vm05.stdout:Reading package lists... 2026-03-31T20:20:19.895 DEBUG:teuthology.orchestra.run.vm05:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y --force-yes -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confold" install ceph=20.2.0-721-g5bb32787-1jammy cephadm=20.2.0-721-g5bb32787-1jammy ceph-mds=20.2.0-721-g5bb32787-1jammy ceph-mgr=20.2.0-721-g5bb32787-1jammy ceph-common=20.2.0-721-g5bb32787-1jammy ceph-fuse=20.2.0-721-g5bb32787-1jammy ceph-test=20.2.0-721-g5bb32787-1jammy ceph-volume=20.2.0-721-g5bb32787-1jammy radosgw=20.2.0-721-g5bb32787-1jammy python3-rados=20.2.0-721-g5bb32787-1jammy python3-rgw=20.2.0-721-g5bb32787-1jammy python3-cephfs=20.2.0-721-g5bb32787-1jammy python3-rbd=20.2.0-721-g5bb32787-1jammy libcephfs2=20.2.0-721-g5bb32787-1jammy libcephfs-dev=20.2.0-721-g5bb32787-1jammy librados2=20.2.0-721-g5bb32787-1jammy librbd1=20.2.0-721-g5bb32787-1jammy rbd-fuse=20.2.0-721-g5bb32787-1jammy 2026-03-31T20:20:19.929 INFO:teuthology.orchestra.run.vm06.stdout:Reading package lists... 2026-03-31T20:20:19.930 INFO:teuthology.orchestra.run.vm05.stdout:Reading package lists... 2026-03-31T20:20:19.941 DEBUG:teuthology.orchestra.run.vm06:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y --force-yes -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confold" install ceph=20.2.0-721-g5bb32787-1jammy cephadm=20.2.0-721-g5bb32787-1jammy ceph-mds=20.2.0-721-g5bb32787-1jammy ceph-mgr=20.2.0-721-g5bb32787-1jammy ceph-common=20.2.0-721-g5bb32787-1jammy ceph-fuse=20.2.0-721-g5bb32787-1jammy ceph-test=20.2.0-721-g5bb32787-1jammy ceph-volume=20.2.0-721-g5bb32787-1jammy radosgw=20.2.0-721-g5bb32787-1jammy python3-rados=20.2.0-721-g5bb32787-1jammy python3-rgw=20.2.0-721-g5bb32787-1jammy python3-cephfs=20.2.0-721-g5bb32787-1jammy python3-rbd=20.2.0-721-g5bb32787-1jammy libcephfs2=20.2.0-721-g5bb32787-1jammy libcephfs-dev=20.2.0-721-g5bb32787-1jammy librados2=20.2.0-721-g5bb32787-1jammy librbd1=20.2.0-721-g5bb32787-1jammy rbd-fuse=20.2.0-721-g5bb32787-1jammy 2026-03-31T20:20:19.957 INFO:teuthology.orchestra.run.vm01.stdout:Building dependency tree... 2026-03-31T20:20:19.957 INFO:teuthology.orchestra.run.vm01.stdout:Reading state information... 2026-03-31T20:20:19.974 INFO:teuthology.orchestra.run.vm06.stdout:Reading package lists... 2026-03-31T20:20:20.083 INFO:teuthology.orchestra.run.vm01.stdout:The following packages were automatically installed and are no longer required: 2026-03-31T20:20:20.083 INFO:teuthology.orchestra.run.vm01.stdout: kpartx libboost-iostreams1.74.0 libboost-thread1.74.0 libpmemobj1 2026-03-31T20:20:20.083 INFO:teuthology.orchestra.run.vm01.stdout: libsgutils2-2 sg3-utils sg3-utils-udev 2026-03-31T20:20:20.083 INFO:teuthology.orchestra.run.vm01.stdout:Use 'sudo apt autoremove' to remove them. 2026-03-31T20:20:20.083 INFO:teuthology.orchestra.run.vm01.stdout:The following additional packages will be installed: 2026-03-31T20:20:20.083 INFO:teuthology.orchestra.run.vm01.stdout: ceph-base ceph-mgr-cephadm ceph-mgr-dashboard ceph-mgr-diskprediction-local 2026-03-31T20:20:20.083 INFO:teuthology.orchestra.run.vm01.stdout: ceph-mgr-k8sevents ceph-mgr-modules-core ceph-mon ceph-osd jq 2026-03-31T20:20:20.083 INFO:teuthology.orchestra.run.vm01.stdout: libcephfs-daemon libcephfs-proxy2 libdouble-conversion3 libfuse2 libjq1 2026-03-31T20:20:20.083 INFO:teuthology.orchestra.run.vm01.stdout: liblttng-ust1 libnbd0 liboath0 libonig5 libpcre2-16-0 libqt5core5a 2026-03-31T20:20:20.083 INFO:teuthology.orchestra.run.vm01.stdout: libqt5dbus5 libqt5network5 libradosstriper1 librdkafka1 librgw2 2026-03-31T20:20:20.083 INFO:teuthology.orchestra.run.vm01.stdout: libsqlite3-mod-ceph libthrift-0.16.0 nvme-cli python-asyncssh-doc 2026-03-31T20:20:20.083 INFO:teuthology.orchestra.run.vm01.stdout: python3-asyncssh python3-cachetools python3-ceph-argparse 2026-03-31T20:20:20.083 INFO:teuthology.orchestra.run.vm01.stdout: python3-ceph-common python3-cheroot python3-cherrypy3 python3-google-auth 2026-03-31T20:20:20.083 INFO:teuthology.orchestra.run.vm01.stdout: python3-iniconfig python3-jaraco.classes python3-jaraco.collections 2026-03-31T20:20:20.083 INFO:teuthology.orchestra.run.vm01.stdout: python3-jaraco.functools python3-jaraco.text python3-joblib 2026-03-31T20:20:20.083 INFO:teuthology.orchestra.run.vm01.stdout: python3-kubernetes python3-natsort python3-pluggy python3-portend 2026-03-31T20:20:20.083 INFO:teuthology.orchestra.run.vm01.stdout: python3-prettytable python3-psutil python3-py python3-pygments 2026-03-31T20:20:20.083 INFO:teuthology.orchestra.run.vm01.stdout: python3-pytest python3-repoze.lru python3-requests-oauthlib python3-routes 2026-03-31T20:20:20.083 INFO:teuthology.orchestra.run.vm01.stdout: python3-rsa python3-simplejson python3-sklearn python3-sklearn-lib 2026-03-31T20:20:20.083 INFO:teuthology.orchestra.run.vm01.stdout: python3-tempora python3-threadpoolctl python3-toml python3-wcwidth 2026-03-31T20:20:20.083 INFO:teuthology.orchestra.run.vm01.stdout: python3-webob python3-websocket python3-zc.lockfile qttranslations5-l10n 2026-03-31T20:20:20.083 INFO:teuthology.orchestra.run.vm01.stdout: smartmontools socat xmlstarlet 2026-03-31T20:20:20.083 INFO:teuthology.orchestra.run.vm01.stdout:Suggested packages: 2026-03-31T20:20:20.083 INFO:teuthology.orchestra.run.vm01.stdout: python3-influxdb liblua5.3-dev luarocks python-natsort-doc python-psutil-doc 2026-03-31T20:20:20.083 INFO:teuthology.orchestra.run.vm01.stdout: subversion python-pygments-doc ttf-bitstream-vera python3-paste python3-dap 2026-03-31T20:20:20.083 INFO:teuthology.orchestra.run.vm01.stdout: python-sklearn-doc ipython3 python-webob-doc gsmartcontrol smart-notifier 2026-03-31T20:20:20.083 INFO:teuthology.orchestra.run.vm01.stdout: mailx | mailutils 2026-03-31T20:20:20.084 INFO:teuthology.orchestra.run.vm01.stdout:Recommended packages: 2026-03-31T20:20:20.084 INFO:teuthology.orchestra.run.vm01.stdout: btrfs-tools 2026-03-31T20:20:20.120 INFO:teuthology.orchestra.run.vm05.stdout:Building dependency tree... 2026-03-31T20:20:20.120 INFO:teuthology.orchestra.run.vm05.stdout:Reading state information... 2026-03-31T20:20:20.124 INFO:teuthology.orchestra.run.vm01.stdout:The following NEW packages will be installed: 2026-03-31T20:20:20.124 INFO:teuthology.orchestra.run.vm01.stdout: ceph ceph-base ceph-common ceph-fuse ceph-mds ceph-mgr ceph-mgr-cephadm 2026-03-31T20:20:20.124 INFO:teuthology.orchestra.run.vm01.stdout: ceph-mgr-dashboard ceph-mgr-diskprediction-local ceph-mgr-k8sevents 2026-03-31T20:20:20.124 INFO:teuthology.orchestra.run.vm01.stdout: ceph-mgr-modules-core ceph-mon ceph-osd ceph-test ceph-volume cephadm jq 2026-03-31T20:20:20.124 INFO:teuthology.orchestra.run.vm01.stdout: libcephfs-daemon libcephfs-dev libcephfs-proxy2 libcephfs2 2026-03-31T20:20:20.124 INFO:teuthology.orchestra.run.vm01.stdout: libdouble-conversion3 libfuse2 libjq1 liblttng-ust1 libnbd0 liboath0 2026-03-31T20:20:20.124 INFO:teuthology.orchestra.run.vm01.stdout: libonig5 libpcre2-16-0 libqt5core5a libqt5dbus5 libqt5network5 2026-03-31T20:20:20.125 INFO:teuthology.orchestra.run.vm01.stdout: libradosstriper1 librdkafka1 librgw2 libsqlite3-mod-ceph libthrift-0.16.0 2026-03-31T20:20:20.125 INFO:teuthology.orchestra.run.vm01.stdout: nvme-cli python-asyncssh-doc python3-asyncssh python3-cachetools 2026-03-31T20:20:20.125 INFO:teuthology.orchestra.run.vm01.stdout: python3-ceph-argparse python3-ceph-common python3-cephfs python3-cheroot 2026-03-31T20:20:20.125 INFO:teuthology.orchestra.run.vm01.stdout: python3-cherrypy3 python3-google-auth python3-iniconfig 2026-03-31T20:20:20.125 INFO:teuthology.orchestra.run.vm01.stdout: python3-jaraco.classes python3-jaraco.collections python3-jaraco.functools 2026-03-31T20:20:20.125 INFO:teuthology.orchestra.run.vm01.stdout: python3-jaraco.text python3-joblib python3-kubernetes python3-natsort 2026-03-31T20:20:20.125 INFO:teuthology.orchestra.run.vm01.stdout: python3-pluggy python3-portend python3-prettytable python3-psutil python3-py 2026-03-31T20:20:20.125 INFO:teuthology.orchestra.run.vm01.stdout: python3-pygments python3-pytest python3-rados python3-rbd python3-repoze.lru 2026-03-31T20:20:20.125 INFO:teuthology.orchestra.run.vm01.stdout: python3-requests-oauthlib python3-rgw python3-routes python3-rsa 2026-03-31T20:20:20.125 INFO:teuthology.orchestra.run.vm01.stdout: python3-simplejson python3-sklearn python3-sklearn-lib python3-tempora 2026-03-31T20:20:20.125 INFO:teuthology.orchestra.run.vm01.stdout: python3-threadpoolctl python3-toml python3-wcwidth python3-webob 2026-03-31T20:20:20.125 INFO:teuthology.orchestra.run.vm01.stdout: python3-websocket python3-zc.lockfile qttranslations5-l10n radosgw rbd-fuse 2026-03-31T20:20:20.125 INFO:teuthology.orchestra.run.vm01.stdout: smartmontools socat xmlstarlet 2026-03-31T20:20:20.125 INFO:teuthology.orchestra.run.vm01.stdout:The following packages will be upgraded: 2026-03-31T20:20:20.126 INFO:teuthology.orchestra.run.vm01.stdout: librados2 librbd1 2026-03-31T20:20:20.164 INFO:teuthology.orchestra.run.vm06.stdout:Building dependency tree... 2026-03-31T20:20:20.164 INFO:teuthology.orchestra.run.vm06.stdout:Reading state information... 2026-03-31T20:20:20.263 INFO:teuthology.orchestra.run.vm05.stdout:The following packages were automatically installed and are no longer required: 2026-03-31T20:20:20.263 INFO:teuthology.orchestra.run.vm05.stdout: kpartx libboost-iostreams1.74.0 libboost-thread1.74.0 libpmemobj1 2026-03-31T20:20:20.263 INFO:teuthology.orchestra.run.vm05.stdout: libsgutils2-2 sg3-utils sg3-utils-udev 2026-03-31T20:20:20.263 INFO:teuthology.orchestra.run.vm05.stdout:Use 'sudo apt autoremove' to remove them. 2026-03-31T20:20:20.264 INFO:teuthology.orchestra.run.vm05.stdout:The following additional packages will be installed: 2026-03-31T20:20:20.264 INFO:teuthology.orchestra.run.vm05.stdout: ceph-base ceph-mgr-cephadm ceph-mgr-dashboard ceph-mgr-diskprediction-local 2026-03-31T20:20:20.264 INFO:teuthology.orchestra.run.vm05.stdout: ceph-mgr-k8sevents ceph-mgr-modules-core ceph-mon ceph-osd jq 2026-03-31T20:20:20.264 INFO:teuthology.orchestra.run.vm05.stdout: libcephfs-daemon libcephfs-proxy2 libdouble-conversion3 libfuse2 libjq1 2026-03-31T20:20:20.264 INFO:teuthology.orchestra.run.vm05.stdout: liblttng-ust1 libnbd0 liboath0 libonig5 libpcre2-16-0 libqt5core5a 2026-03-31T20:20:20.264 INFO:teuthology.orchestra.run.vm05.stdout: libqt5dbus5 libqt5network5 libradosstriper1 librdkafka1 librgw2 2026-03-31T20:20:20.264 INFO:teuthology.orchestra.run.vm05.stdout: libsqlite3-mod-ceph libthrift-0.16.0 nvme-cli python-asyncssh-doc 2026-03-31T20:20:20.264 INFO:teuthology.orchestra.run.vm05.stdout: python3-asyncssh python3-cachetools python3-ceph-argparse 2026-03-31T20:20:20.264 INFO:teuthology.orchestra.run.vm05.stdout: python3-ceph-common python3-cheroot python3-cherrypy3 python3-google-auth 2026-03-31T20:20:20.264 INFO:teuthology.orchestra.run.vm05.stdout: python3-iniconfig python3-jaraco.classes python3-jaraco.collections 2026-03-31T20:20:20.264 INFO:teuthology.orchestra.run.vm05.stdout: python3-jaraco.functools python3-jaraco.text python3-joblib 2026-03-31T20:20:20.264 INFO:teuthology.orchestra.run.vm05.stdout: python3-kubernetes python3-natsort python3-pluggy python3-portend 2026-03-31T20:20:20.264 INFO:teuthology.orchestra.run.vm05.stdout: python3-prettytable python3-psutil python3-py python3-pygments 2026-03-31T20:20:20.264 INFO:teuthology.orchestra.run.vm05.stdout: python3-pytest python3-repoze.lru python3-requests-oauthlib python3-routes 2026-03-31T20:20:20.264 INFO:teuthology.orchestra.run.vm05.stdout: python3-rsa python3-simplejson python3-sklearn python3-sklearn-lib 2026-03-31T20:20:20.264 INFO:teuthology.orchestra.run.vm05.stdout: python3-tempora python3-threadpoolctl python3-toml python3-wcwidth 2026-03-31T20:20:20.264 INFO:teuthology.orchestra.run.vm05.stdout: python3-webob python3-websocket python3-zc.lockfile qttranslations5-l10n 2026-03-31T20:20:20.264 INFO:teuthology.orchestra.run.vm05.stdout: smartmontools socat xmlstarlet 2026-03-31T20:20:20.265 INFO:teuthology.orchestra.run.vm05.stdout:Suggested packages: 2026-03-31T20:20:20.265 INFO:teuthology.orchestra.run.vm05.stdout: python3-influxdb liblua5.3-dev luarocks python-natsort-doc python-psutil-doc 2026-03-31T20:20:20.265 INFO:teuthology.orchestra.run.vm05.stdout: subversion python-pygments-doc ttf-bitstream-vera python3-paste python3-dap 2026-03-31T20:20:20.265 INFO:teuthology.orchestra.run.vm05.stdout: python-sklearn-doc ipython3 python-webob-doc gsmartcontrol smart-notifier 2026-03-31T20:20:20.265 INFO:teuthology.orchestra.run.vm05.stdout: mailx | mailutils 2026-03-31T20:20:20.265 INFO:teuthology.orchestra.run.vm05.stdout:Recommended packages: 2026-03-31T20:20:20.265 INFO:teuthology.orchestra.run.vm05.stdout: btrfs-tools 2026-03-31T20:20:20.307 INFO:teuthology.orchestra.run.vm05.stdout:The following NEW packages will be installed: 2026-03-31T20:20:20.307 INFO:teuthology.orchestra.run.vm05.stdout: ceph ceph-base ceph-common ceph-fuse ceph-mds ceph-mgr ceph-mgr-cephadm 2026-03-31T20:20:20.307 INFO:teuthology.orchestra.run.vm05.stdout: ceph-mgr-dashboard ceph-mgr-diskprediction-local ceph-mgr-k8sevents 2026-03-31T20:20:20.307 INFO:teuthology.orchestra.run.vm05.stdout: ceph-mgr-modules-core ceph-mon ceph-osd ceph-test ceph-volume cephadm jq 2026-03-31T20:20:20.307 INFO:teuthology.orchestra.run.vm05.stdout: libcephfs-daemon libcephfs-dev libcephfs-proxy2 libcephfs2 2026-03-31T20:20:20.307 INFO:teuthology.orchestra.run.vm05.stdout: libdouble-conversion3 libfuse2 libjq1 liblttng-ust1 libnbd0 liboath0 2026-03-31T20:20:20.307 INFO:teuthology.orchestra.run.vm05.stdout: libonig5 libpcre2-16-0 libqt5core5a libqt5dbus5 libqt5network5 2026-03-31T20:20:20.307 INFO:teuthology.orchestra.run.vm05.stdout: libradosstriper1 librdkafka1 librgw2 libsqlite3-mod-ceph libthrift-0.16.0 2026-03-31T20:20:20.307 INFO:teuthology.orchestra.run.vm05.stdout: nvme-cli python-asyncssh-doc python3-asyncssh python3-cachetools 2026-03-31T20:20:20.307 INFO:teuthology.orchestra.run.vm05.stdout: python3-ceph-argparse python3-ceph-common python3-cephfs python3-cheroot 2026-03-31T20:20:20.307 INFO:teuthology.orchestra.run.vm05.stdout: python3-cherrypy3 python3-google-auth python3-iniconfig 2026-03-31T20:20:20.307 INFO:teuthology.orchestra.run.vm05.stdout: python3-jaraco.classes python3-jaraco.collections python3-jaraco.functools 2026-03-31T20:20:20.307 INFO:teuthology.orchestra.run.vm05.stdout: python3-jaraco.text python3-joblib python3-kubernetes python3-natsort 2026-03-31T20:20:20.307 INFO:teuthology.orchestra.run.vm05.stdout: python3-pluggy python3-portend python3-prettytable python3-psutil python3-py 2026-03-31T20:20:20.307 INFO:teuthology.orchestra.run.vm05.stdout: python3-pygments python3-pytest python3-rados python3-rbd python3-repoze.lru 2026-03-31T20:20:20.307 INFO:teuthology.orchestra.run.vm05.stdout: python3-requests-oauthlib python3-rgw python3-routes python3-rsa 2026-03-31T20:20:20.307 INFO:teuthology.orchestra.run.vm05.stdout: python3-simplejson python3-sklearn python3-sklearn-lib python3-tempora 2026-03-31T20:20:20.307 INFO:teuthology.orchestra.run.vm05.stdout: python3-threadpoolctl python3-toml python3-wcwidth python3-webob 2026-03-31T20:20:20.308 INFO:teuthology.orchestra.run.vm05.stdout: python3-websocket python3-zc.lockfile qttranslations5-l10n radosgw rbd-fuse 2026-03-31T20:20:20.308 INFO:teuthology.orchestra.run.vm05.stdout: smartmontools socat xmlstarlet 2026-03-31T20:20:20.308 INFO:teuthology.orchestra.run.vm06.stdout:The following packages were automatically installed and are no longer required: 2026-03-31T20:20:20.308 INFO:teuthology.orchestra.run.vm06.stdout: kpartx libboost-iostreams1.74.0 libboost-thread1.74.0 libpmemobj1 2026-03-31T20:20:20.308 INFO:teuthology.orchestra.run.vm06.stdout: libsgutils2-2 sg3-utils sg3-utils-udev 2026-03-31T20:20:20.308 INFO:teuthology.orchestra.run.vm06.stdout:Use 'sudo apt autoremove' to remove them. 2026-03-31T20:20:20.308 INFO:teuthology.orchestra.run.vm05.stdout:The following packages will be upgraded: 2026-03-31T20:20:20.308 INFO:teuthology.orchestra.run.vm06.stdout:The following additional packages will be installed: 2026-03-31T20:20:20.308 INFO:teuthology.orchestra.run.vm06.stdout: ceph-base ceph-mgr-cephadm ceph-mgr-dashboard ceph-mgr-diskprediction-local 2026-03-31T20:20:20.308 INFO:teuthology.orchestra.run.vm06.stdout: ceph-mgr-k8sevents ceph-mgr-modules-core ceph-mon ceph-osd jq 2026-03-31T20:20:20.308 INFO:teuthology.orchestra.run.vm06.stdout: libcephfs-daemon libcephfs-proxy2 libdouble-conversion3 libfuse2 libjq1 2026-03-31T20:20:20.309 INFO:teuthology.orchestra.run.vm06.stdout: liblttng-ust1 libnbd0 liboath0 libonig5 libpcre2-16-0 libqt5core5a 2026-03-31T20:20:20.309 INFO:teuthology.orchestra.run.vm05.stdout: librados2 librbd1 2026-03-31T20:20:20.309 INFO:teuthology.orchestra.run.vm06.stdout: libqt5dbus5 libqt5network5 libradosstriper1 librdkafka1 librgw2 2026-03-31T20:20:20.309 INFO:teuthology.orchestra.run.vm06.stdout: libsqlite3-mod-ceph libthrift-0.16.0 nvme-cli python-asyncssh-doc 2026-03-31T20:20:20.309 INFO:teuthology.orchestra.run.vm06.stdout: python3-asyncssh python3-cachetools python3-ceph-argparse 2026-03-31T20:20:20.309 INFO:teuthology.orchestra.run.vm06.stdout: python3-ceph-common python3-cheroot python3-cherrypy3 python3-google-auth 2026-03-31T20:20:20.309 INFO:teuthology.orchestra.run.vm06.stdout: python3-iniconfig python3-jaraco.classes python3-jaraco.collections 2026-03-31T20:20:20.309 INFO:teuthology.orchestra.run.vm06.stdout: python3-jaraco.functools python3-jaraco.text python3-joblib 2026-03-31T20:20:20.309 INFO:teuthology.orchestra.run.vm06.stdout: python3-kubernetes python3-natsort python3-pluggy python3-portend 2026-03-31T20:20:20.309 INFO:teuthology.orchestra.run.vm06.stdout: python3-prettytable python3-psutil python3-py python3-pygments 2026-03-31T20:20:20.309 INFO:teuthology.orchestra.run.vm06.stdout: python3-pytest python3-repoze.lru python3-requests-oauthlib python3-routes 2026-03-31T20:20:20.309 INFO:teuthology.orchestra.run.vm06.stdout: python3-rsa python3-simplejson python3-sklearn python3-sklearn-lib 2026-03-31T20:20:20.309 INFO:teuthology.orchestra.run.vm06.stdout: python3-tempora python3-threadpoolctl python3-toml python3-wcwidth 2026-03-31T20:20:20.309 INFO:teuthology.orchestra.run.vm06.stdout: python3-webob python3-websocket python3-zc.lockfile qttranslations5-l10n 2026-03-31T20:20:20.309 INFO:teuthology.orchestra.run.vm06.stdout: smartmontools socat xmlstarlet 2026-03-31T20:20:20.310 INFO:teuthology.orchestra.run.vm06.stdout:Suggested packages: 2026-03-31T20:20:20.310 INFO:teuthology.orchestra.run.vm06.stdout: python3-influxdb liblua5.3-dev luarocks python-natsort-doc python-psutil-doc 2026-03-31T20:20:20.310 INFO:teuthology.orchestra.run.vm06.stdout: subversion python-pygments-doc ttf-bitstream-vera python3-paste python3-dap 2026-03-31T20:20:20.310 INFO:teuthology.orchestra.run.vm06.stdout: python-sklearn-doc ipython3 python-webob-doc gsmartcontrol smart-notifier 2026-03-31T20:20:20.310 INFO:teuthology.orchestra.run.vm06.stdout: mailx | mailutils 2026-03-31T20:20:20.310 INFO:teuthology.orchestra.run.vm06.stdout:Recommended packages: 2026-03-31T20:20:20.310 INFO:teuthology.orchestra.run.vm06.stdout: btrfs-tools 2026-03-31T20:20:20.346 INFO:teuthology.orchestra.run.vm01.stdout:2 upgraded, 85 newly installed, 0 to remove and 50 not upgraded. 2026-03-31T20:20:20.347 INFO:teuthology.orchestra.run.vm01.stdout:Need to get 281 MB of archives. 2026-03-31T20:20:20.347 INFO:teuthology.orchestra.run.vm01.stdout:After this operation, 1092 MB of additional disk space will be used. 2026-03-31T20:20:20.347 INFO:teuthology.orchestra.run.vm01.stdout:Get:1 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblttng-ust1 amd64 2.13.1-1ubuntu1 [190 kB] 2026-03-31T20:20:20.351 INFO:teuthology.orchestra.run.vm06.stdout:The following NEW packages will be installed: 2026-03-31T20:20:20.351 INFO:teuthology.orchestra.run.vm06.stdout: ceph ceph-base ceph-common ceph-fuse ceph-mds ceph-mgr ceph-mgr-cephadm 2026-03-31T20:20:20.351 INFO:teuthology.orchestra.run.vm06.stdout: ceph-mgr-dashboard ceph-mgr-diskprediction-local ceph-mgr-k8sevents 2026-03-31T20:20:20.351 INFO:teuthology.orchestra.run.vm06.stdout: ceph-mgr-modules-core ceph-mon ceph-osd ceph-test ceph-volume cephadm jq 2026-03-31T20:20:20.351 INFO:teuthology.orchestra.run.vm06.stdout: libcephfs-daemon libcephfs-dev libcephfs-proxy2 libcephfs2 2026-03-31T20:20:20.351 INFO:teuthology.orchestra.run.vm06.stdout: libdouble-conversion3 libfuse2 libjq1 liblttng-ust1 libnbd0 liboath0 2026-03-31T20:20:20.351 INFO:teuthology.orchestra.run.vm06.stdout: libonig5 libpcre2-16-0 libqt5core5a libqt5dbus5 libqt5network5 2026-03-31T20:20:20.351 INFO:teuthology.orchestra.run.vm06.stdout: libradosstriper1 librdkafka1 librgw2 libsqlite3-mod-ceph libthrift-0.16.0 2026-03-31T20:20:20.351 INFO:teuthology.orchestra.run.vm06.stdout: nvme-cli python-asyncssh-doc python3-asyncssh python3-cachetools 2026-03-31T20:20:20.351 INFO:teuthology.orchestra.run.vm06.stdout: python3-ceph-argparse python3-ceph-common python3-cephfs python3-cheroot 2026-03-31T20:20:20.351 INFO:teuthology.orchestra.run.vm06.stdout: python3-cherrypy3 python3-google-auth python3-iniconfig 2026-03-31T20:20:20.351 INFO:teuthology.orchestra.run.vm06.stdout: python3-jaraco.classes python3-jaraco.collections python3-jaraco.functools 2026-03-31T20:20:20.351 INFO:teuthology.orchestra.run.vm06.stdout: python3-jaraco.text python3-joblib python3-kubernetes python3-natsort 2026-03-31T20:20:20.351 INFO:teuthology.orchestra.run.vm06.stdout: python3-pluggy python3-portend python3-prettytable python3-psutil python3-py 2026-03-31T20:20:20.351 INFO:teuthology.orchestra.run.vm06.stdout: python3-pygments python3-pytest python3-rados python3-rbd python3-repoze.lru 2026-03-31T20:20:20.351 INFO:teuthology.orchestra.run.vm06.stdout: python3-requests-oauthlib python3-rgw python3-routes python3-rsa 2026-03-31T20:20:20.351 INFO:teuthology.orchestra.run.vm06.stdout: python3-simplejson python3-sklearn python3-sklearn-lib python3-tempora 2026-03-31T20:20:20.351 INFO:teuthology.orchestra.run.vm06.stdout: python3-threadpoolctl python3-toml python3-wcwidth python3-webob 2026-03-31T20:20:20.351 INFO:teuthology.orchestra.run.vm06.stdout: python3-websocket python3-zc.lockfile qttranslations5-l10n radosgw rbd-fuse 2026-03-31T20:20:20.351 INFO:teuthology.orchestra.run.vm06.stdout: smartmontools socat xmlstarlet 2026-03-31T20:20:20.352 INFO:teuthology.orchestra.run.vm06.stdout:The following packages will be upgraded: 2026-03-31T20:20:20.352 INFO:teuthology.orchestra.run.vm06.stdout: librados2 librbd1 2026-03-31T20:20:20.384 INFO:teuthology.orchestra.run.vm05.stdout:2 upgraded, 85 newly installed, 0 to remove and 50 not upgraded. 2026-03-31T20:20:20.384 INFO:teuthology.orchestra.run.vm05.stdout:Need to get 281 MB of archives. 2026-03-31T20:20:20.384 INFO:teuthology.orchestra.run.vm05.stdout:After this operation, 1092 MB of additional disk space will be used. 2026-03-31T20:20:20.384 INFO:teuthology.orchestra.run.vm05.stdout:Get:1 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblttng-ust1 amd64 2.13.1-1ubuntu1 [190 kB] 2026-03-31T20:20:20.465 INFO:teuthology.orchestra.run.vm06.stdout:2 upgraded, 85 newly installed, 0 to remove and 50 not upgraded. 2026-03-31T20:20:20.465 INFO:teuthology.orchestra.run.vm06.stdout:Need to get 281 MB of archives. 2026-03-31T20:20:20.465 INFO:teuthology.orchestra.run.vm06.stdout:After this operation, 1092 MB of additional disk space will be used. 2026-03-31T20:20:20.465 INFO:teuthology.orchestra.run.vm06.stdout:Get:1 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblttng-ust1 amd64 2.13.1-1ubuntu1 [190 kB] 2026-03-31T20:20:20.549 INFO:teuthology.orchestra.run.vm05.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libdouble-conversion3 amd64 3.1.7-4 [39.0 kB] 2026-03-31T20:20:20.554 INFO:teuthology.orchestra.run.vm05.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libpcre2-16-0 amd64 10.39-3ubuntu0.1 [203 kB] 2026-03-31T20:20:20.585 INFO:teuthology.orchestra.run.vm05.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5core5a amd64 5.15.3+dfsg-2ubuntu0.2 [2006 kB] 2026-03-31T20:20:20.677 INFO:teuthology.orchestra.run.vm05.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5dbus5 amd64 5.15.3+dfsg-2ubuntu0.2 [222 kB] 2026-03-31T20:20:20.680 INFO:teuthology.orchestra.run.vm05.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5network5 amd64 5.15.3+dfsg-2ubuntu0.2 [731 kB] 2026-03-31T20:20:20.693 INFO:teuthology.orchestra.run.vm05.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libthrift-0.16.0 amd64 0.16.0-2 [267 kB] 2026-03-31T20:20:20.697 INFO:teuthology.orchestra.run.vm05.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libnbd0 amd64 1.10.5-1 [71.3 kB] 2026-03-31T20:20:20.698 INFO:teuthology.orchestra.run.vm05.stdout:Get:9 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-wcwidth all 0.2.5+dfsg1-1 [21.9 kB] 2026-03-31T20:20:20.699 INFO:teuthology.orchestra.run.vm05.stdout:Get:10 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-prettytable all 2.5.0-2 [31.3 kB] 2026-03-31T20:20:20.699 INFO:teuthology.orchestra.run.vm05.stdout:Get:11 http://archive.ubuntu.com/ubuntu jammy/universe amd64 librdkafka1 amd64 1.8.0-1build1 [633 kB] 2026-03-31T20:20:20.707 INFO:teuthology.orchestra.run.vm05.stdout:Get:12 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 liboath0 amd64 2.6.7-3ubuntu0.1 [41.3 kB] 2026-03-31T20:20:20.707 INFO:teuthology.orchestra.run.vm05.stdout:Get:13 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.functools all 3.4.0-2 [9030 B] 2026-03-31T20:20:20.709 INFO:teuthology.orchestra.run.vm05.stdout:Get:14 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-cheroot all 8.5.2+ds1-1ubuntu3.2 [72.1 kB] 2026-03-31T20:20:20.718 INFO:teuthology.orchestra.run.vm06.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libdouble-conversion3 amd64 3.1.7-4 [39.0 kB] 2026-03-31T20:20:20.725 INFO:teuthology.orchestra.run.vm06.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libpcre2-16-0 amd64 10.39-3ubuntu0.1 [203 kB] 2026-03-31T20:20:20.735 INFO:teuthology.orchestra.run.vm01.stdout:Get:2 https://3.chacra.ceph.com/r/ceph/tentacle-release/5bb3278730741031382ca9c3dc9d221a942e06a2/ubuntu/jammy/flavors/default jammy/main amd64 librbd1 amd64 20.2.0-721-g5bb32787-1jammy [2867 kB] 2026-03-31T20:20:20.738 INFO:teuthology.orchestra.run.vm05.stdout:Get:15 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.classes all 3.2.1-3 [6452 B] 2026-03-31T20:20:20.738 INFO:teuthology.orchestra.run.vm05.stdout:Get:16 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.text all 3.6.0-2 [8716 B] 2026-03-31T20:20:20.738 INFO:teuthology.orchestra.run.vm05.stdout:Get:17 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.collections all 3.4.0-2 [11.4 kB] 2026-03-31T20:20:20.739 INFO:teuthology.orchestra.run.vm05.stdout:Get:18 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-tempora all 4.1.2-1 [14.8 kB] 2026-03-31T20:20:20.739 INFO:teuthology.orchestra.run.vm05.stdout:Get:19 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-portend all 3.0.0-1 [7240 B] 2026-03-31T20:20:20.739 INFO:teuthology.orchestra.run.vm05.stdout:Get:20 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-zc.lockfile all 2.0-1 [8980 B] 2026-03-31T20:20:20.739 INFO:teuthology.orchestra.run.vm05.stdout:Get:21 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cherrypy3 all 18.6.1-4 [208 kB] 2026-03-31T20:20:20.741 INFO:teuthology.orchestra.run.vm05.stdout:Get:22 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-natsort all 8.0.2-1 [35.3 kB] 2026-03-31T20:20:20.741 INFO:teuthology.orchestra.run.vm05.stdout:Get:23 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libfuse2 amd64 2.9.9-5ubuntu3 [90.3 kB] 2026-03-31T20:20:20.771 INFO:teuthology.orchestra.run.vm05.stdout:Get:24 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 python3-asyncssh all 2.5.0-1ubuntu0.1 [189 kB] 2026-03-31T20:20:20.773 INFO:teuthology.orchestra.run.vm05.stdout:Get:25 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-repoze.lru all 0.7-2 [12.1 kB] 2026-03-31T20:20:20.773 INFO:teuthology.orchestra.run.vm05.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-routes all 2.5.1-1ubuntu1 [89.0 kB] 2026-03-31T20:20:20.774 INFO:teuthology.orchestra.run.vm05.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn-lib amd64 0.23.2-5ubuntu6 [2058 kB] 2026-03-31T20:20:20.787 INFO:teuthology.orchestra.run.vm06.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5core5a amd64 5.15.3+dfsg-2ubuntu0.2 [2006 kB] 2026-03-31T20:20:20.834 INFO:teuthology.orchestra.run.vm05.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-joblib all 0.17.0-4ubuntu1 [204 kB] 2026-03-31T20:20:20.836 INFO:teuthology.orchestra.run.vm05.stdout:Get:29 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-threadpoolctl all 3.1.0-1 [21.3 kB] 2026-03-31T20:20:20.836 INFO:teuthology.orchestra.run.vm05.stdout:Get:30 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn all 0.23.2-5ubuntu6 [1829 kB] 2026-03-31T20:20:20.844 INFO:teuthology.orchestra.run.vm05.stdout:Get:31 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cachetools all 5.0.0-1 [9722 B] 2026-03-31T20:20:20.844 INFO:teuthology.orchestra.run.vm05.stdout:Get:32 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-rsa all 4.8-1 [28.4 kB] 2026-03-31T20:20:20.844 INFO:teuthology.orchestra.run.vm05.stdout:Get:33 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-google-auth all 1.5.1-3 [35.7 kB] 2026-03-31T20:20:20.844 INFO:teuthology.orchestra.run.vm05.stdout:Get:34 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-requests-oauthlib all 1.3.0+ds-0.1 [18.7 kB] 2026-03-31T20:20:20.845 INFO:teuthology.orchestra.run.vm05.stdout:Get:35 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-websocket all 1.2.3-1 [34.7 kB] 2026-03-31T20:20:20.845 INFO:teuthology.orchestra.run.vm05.stdout:Get:36 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-kubernetes all 12.0.1-1ubuntu1 [353 kB] 2026-03-31T20:20:20.865 INFO:teuthology.orchestra.run.vm05.stdout:Get:37 http://archive.ubuntu.com/ubuntu jammy/main amd64 libonig5 amd64 6.9.7.1-2build1 [172 kB] 2026-03-31T20:20:20.870 INFO:teuthology.orchestra.run.vm01.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libdouble-conversion3 amd64 3.1.7-4 [39.0 kB] 2026-03-31T20:20:20.877 INFO:teuthology.orchestra.run.vm05.stdout:Get:38 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libjq1 amd64 1.6-2.1ubuntu3.1 [133 kB] 2026-03-31T20:20:20.878 INFO:teuthology.orchestra.run.vm05.stdout:Get:39 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 jq amd64 1.6-2.1ubuntu3.1 [52.5 kB] 2026-03-31T20:20:20.878 INFO:teuthology.orchestra.run.vm05.stdout:Get:40 http://archive.ubuntu.com/ubuntu jammy/main amd64 socat amd64 1.7.4.1-3ubuntu4 [349 kB] 2026-03-31T20:20:20.882 INFO:teuthology.orchestra.run.vm05.stdout:Get:41 http://archive.ubuntu.com/ubuntu jammy/universe amd64 xmlstarlet amd64 1.6.1-2.1 [265 kB] 2026-03-31T20:20:20.884 INFO:teuthology.orchestra.run.vm05.stdout:Get:42 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 nvme-cli amd64 1.16-3ubuntu0.3 [474 kB] 2026-03-31T20:20:20.885 INFO:teuthology.orchestra.run.vm01.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libpcre2-16-0 amd64 10.39-3ubuntu0.1 [203 kB] 2026-03-31T20:20:20.900 INFO:teuthology.orchestra.run.vm05.stdout:Get:43 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 python-asyncssh-doc all 2.5.0-1ubuntu0.1 [309 kB] 2026-03-31T20:20:20.902 INFO:teuthology.orchestra.run.vm05.stdout:Get:44 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-iniconfig all 1.1.1-2 [6024 B] 2026-03-31T20:20:20.903 INFO:teuthology.orchestra.run.vm05.stdout:Get:45 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pluggy all 0.13.0-7.1 [19.0 kB] 2026-03-31T20:20:20.903 INFO:teuthology.orchestra.run.vm05.stdout:Get:46 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-psutil amd64 5.9.0-1build1 [158 kB] 2026-03-31T20:20:20.909 INFO:teuthology.orchestra.run.vm05.stdout:Get:47 https://3.chacra.ceph.com/r/ceph/tentacle-release/5bb3278730741031382ca9c3dc9d221a942e06a2/ubuntu/jammy/flavors/default jammy/main amd64 librbd1 amd64 20.2.0-721-g5bb32787-1jammy [2867 kB] 2026-03-31T20:20:20.925 INFO:teuthology.orchestra.run.vm05.stdout:Get:48 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-py all 1.10.0-1 [71.9 kB] 2026-03-31T20:20:20.926 INFO:teuthology.orchestra.run.vm05.stdout:Get:49 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-pygments all 2.11.2+dfsg-2ubuntu0.1 [750 kB] 2026-03-31T20:20:20.952 INFO:teuthology.orchestra.run.vm06.stdout:Get:5 https://3.chacra.ceph.com/r/ceph/tentacle-release/5bb3278730741031382ca9c3dc9d221a942e06a2/ubuntu/jammy/flavors/default jammy/main amd64 librbd1 amd64 20.2.0-721-g5bb32787-1jammy [2867 kB] 2026-03-31T20:20:20.981 INFO:teuthology.orchestra.run.vm05.stdout:Get:50 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-toml all 0.10.2-1 [16.5 kB] 2026-03-31T20:20:20.981 INFO:teuthology.orchestra.run.vm05.stdout:Get:51 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pytest all 6.2.5-1ubuntu2 [214 kB] 2026-03-31T20:20:20.982 INFO:teuthology.orchestra.run.vm05.stdout:Get:52 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-simplejson amd64 3.17.6-1build1 [54.7 kB] 2026-03-31T20:20:20.985 INFO:teuthology.orchestra.run.vm05.stdout:Get:53 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-webob all 1:1.8.6-1.1ubuntu0.1 [86.7 kB] 2026-03-31T20:20:20.985 INFO:teuthology.orchestra.run.vm05.stdout:Get:54 http://archive.ubuntu.com/ubuntu jammy/universe amd64 qttranslations5-l10n all 5.15.3-1 [1983 kB] 2026-03-31T20:20:20.986 INFO:teuthology.orchestra.run.vm01.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5core5a amd64 5.15.3+dfsg-2ubuntu0.2 [2006 kB] 2026-03-31T20:20:21.016 INFO:teuthology.orchestra.run.vm05.stdout:Get:55 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 smartmontools amd64 7.2-1ubuntu0.1 [583 kB] 2026-03-31T20:20:21.096 INFO:teuthology.orchestra.run.vm06.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5dbus5 amd64 5.15.3+dfsg-2ubuntu0.2 [222 kB] 2026-03-31T20:20:21.097 INFO:teuthology.orchestra.run.vm06.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5network5 amd64 5.15.3+dfsg-2ubuntu0.2 [731 kB] 2026-03-31T20:20:21.144 INFO:teuthology.orchestra.run.vm06.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libthrift-0.16.0 amd64 0.16.0-2 [267 kB] 2026-03-31T20:20:21.145 INFO:teuthology.orchestra.run.vm06.stdout:Get:9 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libnbd0 amd64 1.10.5-1 [71.3 kB] 2026-03-31T20:20:21.145 INFO:teuthology.orchestra.run.vm06.stdout:Get:10 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-wcwidth all 0.2.5+dfsg1-1 [21.9 kB] 2026-03-31T20:20:21.145 INFO:teuthology.orchestra.run.vm06.stdout:Get:11 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-prettytable all 2.5.0-2 [31.3 kB] 2026-03-31T20:20:21.168 INFO:teuthology.orchestra.run.vm06.stdout:Get:12 http://archive.ubuntu.com/ubuntu jammy/universe amd64 librdkafka1 amd64 1.8.0-1build1 [633 kB] 2026-03-31T20:20:21.170 INFO:teuthology.orchestra.run.vm06.stdout:Get:13 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 liboath0 amd64 2.6.7-3ubuntu0.1 [41.3 kB] 2026-03-31T20:20:21.189 INFO:teuthology.orchestra.run.vm06.stdout:Get:14 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.functools all 3.4.0-2 [9030 B] 2026-03-31T20:20:21.189 INFO:teuthology.orchestra.run.vm06.stdout:Get:15 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-cheroot all 8.5.2+ds1-1ubuntu3.2 [72.1 kB] 2026-03-31T20:20:21.197 INFO:teuthology.orchestra.run.vm06.stdout:Get:16 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.classes all 3.2.1-3 [6452 B] 2026-03-31T20:20:21.197 INFO:teuthology.orchestra.run.vm06.stdout:Get:17 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.text all 3.6.0-2 [8716 B] 2026-03-31T20:20:21.198 INFO:teuthology.orchestra.run.vm06.stdout:Get:18 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.collections all 3.4.0-2 [11.4 kB] 2026-03-31T20:20:21.198 INFO:teuthology.orchestra.run.vm06.stdout:Get:19 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-tempora all 4.1.2-1 [14.8 kB] 2026-03-31T20:20:21.198 INFO:teuthology.orchestra.run.vm06.stdout:Get:20 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-portend all 3.0.0-1 [7240 B] 2026-03-31T20:20:21.248 INFO:teuthology.orchestra.run.vm06.stdout:Get:21 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-zc.lockfile all 2.0-1 [8980 B] 2026-03-31T20:20:21.248 INFO:teuthology.orchestra.run.vm06.stdout:Get:22 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cherrypy3 all 18.6.1-4 [208 kB] 2026-03-31T20:20:21.250 INFO:teuthology.orchestra.run.vm06.stdout:Get:23 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-natsort all 8.0.2-1 [35.3 kB] 2026-03-31T20:20:21.251 INFO:teuthology.orchestra.run.vm06.stdout:Get:24 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libfuse2 amd64 2.9.9-5ubuntu3 [90.3 kB] 2026-03-31T20:20:21.252 INFO:teuthology.orchestra.run.vm06.stdout:Get:25 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 python3-asyncssh all 2.5.0-1ubuntu0.1 [189 kB] 2026-03-31T20:20:21.277 INFO:teuthology.orchestra.run.vm01.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5dbus5 amd64 5.15.3+dfsg-2ubuntu0.2 [222 kB] 2026-03-31T20:20:21.293 INFO:teuthology.orchestra.run.vm01.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5network5 amd64 5.15.3+dfsg-2ubuntu0.2 [731 kB] 2026-03-31T20:20:21.297 INFO:teuthology.orchestra.run.vm06.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-repoze.lru all 0.7-2 [12.1 kB] 2026-03-31T20:20:21.298 INFO:teuthology.orchestra.run.vm06.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-routes all 2.5.1-1ubuntu1 [89.0 kB] 2026-03-31T20:20:21.299 INFO:teuthology.orchestra.run.vm06.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn-lib amd64 0.23.2-5ubuntu6 [2058 kB] 2026-03-31T20:20:21.375 INFO:teuthology.orchestra.run.vm06.stdout:Get:29 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-joblib all 0.17.0-4ubuntu1 [204 kB] 2026-03-31T20:20:21.375 INFO:teuthology.orchestra.run.vm06.stdout:Get:30 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-threadpoolctl all 3.1.0-1 [21.3 kB] 2026-03-31T20:20:21.399 INFO:teuthology.orchestra.run.vm06.stdout:Get:31 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn all 0.23.2-5ubuntu6 [1829 kB] 2026-03-31T20:20:21.426 INFO:teuthology.orchestra.run.vm06.stdout:Get:32 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cachetools all 5.0.0-1 [9722 B] 2026-03-31T20:20:21.426 INFO:teuthology.orchestra.run.vm06.stdout:Get:33 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-rsa all 4.8-1 [28.4 kB] 2026-03-31T20:20:21.426 INFO:teuthology.orchestra.run.vm06.stdout:Get:34 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-google-auth all 1.5.1-3 [35.7 kB] 2026-03-31T20:20:21.427 INFO:teuthology.orchestra.run.vm06.stdout:Get:35 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-requests-oauthlib all 1.3.0+ds-0.1 [18.7 kB] 2026-03-31T20:20:21.427 INFO:teuthology.orchestra.run.vm06.stdout:Get:36 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-websocket all 1.2.3-1 [34.7 kB] 2026-03-31T20:20:21.427 INFO:teuthology.orchestra.run.vm06.stdout:Get:37 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-kubernetes all 12.0.1-1ubuntu1 [353 kB] 2026-03-31T20:20:21.436 INFO:teuthology.orchestra.run.vm01.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libthrift-0.16.0 amd64 0.16.0-2 [267 kB] 2026-03-31T20:20:21.437 INFO:teuthology.orchestra.run.vm01.stdout:Get:9 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libnbd0 amd64 1.10.5-1 [71.3 kB] 2026-03-31T20:20:21.438 INFO:teuthology.orchestra.run.vm01.stdout:Get:10 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-wcwidth all 0.2.5+dfsg1-1 [21.9 kB] 2026-03-31T20:20:21.438 INFO:teuthology.orchestra.run.vm01.stdout:Get:11 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-prettytable all 2.5.0-2 [31.3 kB] 2026-03-31T20:20:21.438 INFO:teuthology.orchestra.run.vm01.stdout:Get:12 http://archive.ubuntu.com/ubuntu jammy/universe amd64 librdkafka1 amd64 1.8.0-1build1 [633 kB] 2026-03-31T20:20:21.441 INFO:teuthology.orchestra.run.vm01.stdout:Get:13 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 liboath0 amd64 2.6.7-3ubuntu0.1 [41.3 kB] 2026-03-31T20:20:21.441 INFO:teuthology.orchestra.run.vm01.stdout:Get:14 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.functools all 3.4.0-2 [9030 B] 2026-03-31T20:20:21.441 INFO:teuthology.orchestra.run.vm01.stdout:Get:15 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-cheroot all 8.5.2+ds1-1ubuntu3.2 [72.1 kB] 2026-03-31T20:20:21.486 INFO:teuthology.orchestra.run.vm01.stdout:Get:16 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.classes all 3.2.1-3 [6452 B] 2026-03-31T20:20:21.503 INFO:teuthology.orchestra.run.vm06.stdout:Get:38 http://archive.ubuntu.com/ubuntu jammy/main amd64 libonig5 amd64 6.9.7.1-2build1 [172 kB] 2026-03-31T20:20:21.503 INFO:teuthology.orchestra.run.vm06.stdout:Get:39 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libjq1 amd64 1.6-2.1ubuntu3.1 [133 kB] 2026-03-31T20:20:21.504 INFO:teuthology.orchestra.run.vm06.stdout:Get:40 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 jq amd64 1.6-2.1ubuntu3.1 [52.5 kB] 2026-03-31T20:20:21.515 INFO:teuthology.orchestra.run.vm06.stdout:Get:41 http://archive.ubuntu.com/ubuntu jammy/main amd64 socat amd64 1.7.4.1-3ubuntu4 [349 kB] 2026-03-31T20:20:21.518 INFO:teuthology.orchestra.run.vm06.stdout:Get:42 http://archive.ubuntu.com/ubuntu jammy/universe amd64 xmlstarlet amd64 1.6.1-2.1 [265 kB] 2026-03-31T20:20:21.545 INFO:teuthology.orchestra.run.vm01.stdout:Get:17 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.text all 3.6.0-2 [8716 B] 2026-03-31T20:20:21.545 INFO:teuthology.orchestra.run.vm01.stdout:Get:18 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.collections all 3.4.0-2 [11.4 kB] 2026-03-31T20:20:21.545 INFO:teuthology.orchestra.run.vm01.stdout:Get:19 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-tempora all 4.1.2-1 [14.8 kB] 2026-03-31T20:20:21.546 INFO:teuthology.orchestra.run.vm01.stdout:Get:20 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-portend all 3.0.0-1 [7240 B] 2026-03-31T20:20:21.546 INFO:teuthology.orchestra.run.vm01.stdout:Get:21 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-zc.lockfile all 2.0-1 [8980 B] 2026-03-31T20:20:21.546 INFO:teuthology.orchestra.run.vm01.stdout:Get:22 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cherrypy3 all 18.6.1-4 [208 kB] 2026-03-31T20:20:21.549 INFO:teuthology.orchestra.run.vm01.stdout:Get:23 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-natsort all 8.0.2-1 [35.3 kB] 2026-03-31T20:20:21.549 INFO:teuthology.orchestra.run.vm01.stdout:Get:24 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libfuse2 amd64 2.9.9-5ubuntu3 [90.3 kB] 2026-03-31T20:20:21.572 INFO:teuthology.orchestra.run.vm06.stdout:Get:43 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 nvme-cli amd64 1.16-3ubuntu0.3 [474 kB] 2026-03-31T20:20:21.575 INFO:teuthology.orchestra.run.vm06.stdout:Get:44 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 python-asyncssh-doc all 2.5.0-1ubuntu0.1 [309 kB] 2026-03-31T20:20:21.576 INFO:teuthology.orchestra.run.vm06.stdout:Get:45 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-iniconfig all 1.1.1-2 [6024 B] 2026-03-31T20:20:21.576 INFO:teuthology.orchestra.run.vm06.stdout:Get:46 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pluggy all 0.13.0-7.1 [19.0 kB] 2026-03-31T20:20:21.577 INFO:teuthology.orchestra.run.vm06.stdout:Get:47 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-psutil amd64 5.9.0-1build1 [158 kB] 2026-03-31T20:20:21.577 INFO:teuthology.orchestra.run.vm06.stdout:Get:48 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-py all 1.10.0-1 [71.9 kB] 2026-03-31T20:20:21.589 INFO:teuthology.orchestra.run.vm01.stdout:Get:25 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 python3-asyncssh all 2.5.0-1ubuntu0.1 [189 kB] 2026-03-31T20:20:21.617 INFO:teuthology.orchestra.run.vm06.stdout:Get:49 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-pygments all 2.11.2+dfsg-2ubuntu0.1 [750 kB] 2026-03-31T20:20:21.621 INFO:teuthology.orchestra.run.vm06.stdout:Get:50 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-toml all 0.10.2-1 [16.5 kB] 2026-03-31T20:20:21.621 INFO:teuthology.orchestra.run.vm06.stdout:Get:51 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pytest all 6.2.5-1ubuntu2 [214 kB] 2026-03-31T20:20:21.669 INFO:teuthology.orchestra.run.vm06.stdout:Get:52 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-simplejson amd64 3.17.6-1build1 [54.7 kB] 2026-03-31T20:20:21.669 INFO:teuthology.orchestra.run.vm06.stdout:Get:53 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-webob all 1:1.8.6-1.1ubuntu0.1 [86.7 kB] 2026-03-31T20:20:21.670 INFO:teuthology.orchestra.run.vm06.stdout:Get:54 http://archive.ubuntu.com/ubuntu jammy/universe amd64 qttranslations5-l10n all 5.15.3-1 [1983 kB] 2026-03-31T20:20:21.692 INFO:teuthology.orchestra.run.vm01.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-repoze.lru all 0.7-2 [12.1 kB] 2026-03-31T20:20:21.692 INFO:teuthology.orchestra.run.vm01.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-routes all 2.5.1-1ubuntu1 [89.0 kB] 2026-03-31T20:20:21.693 INFO:teuthology.orchestra.run.vm01.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn-lib amd64 0.23.2-5ubuntu6 [2058 kB] 2026-03-31T20:20:21.697 INFO:teuthology.orchestra.run.vm01.stdout:Get:29 https://3.chacra.ceph.com/r/ceph/tentacle-release/5bb3278730741031382ca9c3dc9d221a942e06a2/ubuntu/jammy/flavors/default jammy/main amd64 librados2 amd64 20.2.0-721-g5bb32787-1jammy [3571 kB] 2026-03-31T20:20:21.730 INFO:teuthology.orchestra.run.vm01.stdout:Get:30 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-joblib all 0.17.0-4ubuntu1 [204 kB] 2026-03-31T20:20:21.733 INFO:teuthology.orchestra.run.vm06.stdout:Get:55 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 smartmontools amd64 7.2-1ubuntu0.1 [583 kB] 2026-03-31T20:20:21.733 INFO:teuthology.orchestra.run.vm01.stdout:Get:31 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-threadpoolctl all 3.1.0-1 [21.3 kB] 2026-03-31T20:20:21.733 INFO:teuthology.orchestra.run.vm01.stdout:Get:32 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn all 0.23.2-5ubuntu6 [1829 kB] 2026-03-31T20:20:21.817 INFO:teuthology.orchestra.run.vm01.stdout:Get:33 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cachetools all 5.0.0-1 [9722 B] 2026-03-31T20:20:21.817 INFO:teuthology.orchestra.run.vm01.stdout:Get:34 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-rsa all 4.8-1 [28.4 kB] 2026-03-31T20:20:21.817 INFO:teuthology.orchestra.run.vm01.stdout:Get:35 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-google-auth all 1.5.1-3 [35.7 kB] 2026-03-31T20:20:21.817 INFO:teuthology.orchestra.run.vm01.stdout:Get:36 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-requests-oauthlib all 1.3.0+ds-0.1 [18.7 kB] 2026-03-31T20:20:21.856 INFO:teuthology.orchestra.run.vm05.stdout:Get:56 https://3.chacra.ceph.com/r/ceph/tentacle-release/5bb3278730741031382ca9c3dc9d221a942e06a2/ubuntu/jammy/flavors/default jammy/main amd64 librados2 amd64 20.2.0-721-g5bb32787-1jammy [3571 kB] 2026-03-31T20:20:21.882 INFO:teuthology.orchestra.run.vm06.stdout:Get:56 https://3.chacra.ceph.com/r/ceph/tentacle-release/5bb3278730741031382ca9c3dc9d221a942e06a2/ubuntu/jammy/flavors/default jammy/main amd64 librados2 amd64 20.2.0-721-g5bb32787-1jammy [3571 kB] 2026-03-31T20:20:21.897 INFO:teuthology.orchestra.run.vm01.stdout:Get:37 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-websocket all 1.2.3-1 [34.7 kB] 2026-03-31T20:20:21.897 INFO:teuthology.orchestra.run.vm01.stdout:Get:38 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-kubernetes all 12.0.1-1ubuntu1 [353 kB] 2026-03-31T20:20:21.902 INFO:teuthology.orchestra.run.vm01.stdout:Get:39 http://archive.ubuntu.com/ubuntu jammy/main amd64 libonig5 amd64 6.9.7.1-2build1 [172 kB] 2026-03-31T20:20:21.903 INFO:teuthology.orchestra.run.vm01.stdout:Get:40 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libjq1 amd64 1.6-2.1ubuntu3.1 [133 kB] 2026-03-31T20:20:21.905 INFO:teuthology.orchestra.run.vm01.stdout:Get:41 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 jq amd64 1.6-2.1ubuntu3.1 [52.5 kB] 2026-03-31T20:20:22.001 INFO:teuthology.orchestra.run.vm01.stdout:Get:42 http://archive.ubuntu.com/ubuntu jammy/main amd64 socat amd64 1.7.4.1-3ubuntu4 [349 kB] 2026-03-31T20:20:22.008 INFO:teuthology.orchestra.run.vm01.stdout:Get:43 http://archive.ubuntu.com/ubuntu jammy/universe amd64 xmlstarlet amd64 1.6.1-2.1 [265 kB] 2026-03-31T20:20:22.011 INFO:teuthology.orchestra.run.vm01.stdout:Get:44 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 nvme-cli amd64 1.16-3ubuntu0.3 [474 kB] 2026-03-31T20:20:22.015 INFO:teuthology.orchestra.run.vm01.stdout:Get:45 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 python-asyncssh-doc all 2.5.0-1ubuntu0.1 [309 kB] 2026-03-31T20:20:22.017 INFO:teuthology.orchestra.run.vm01.stdout:Get:46 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-iniconfig all 1.1.1-2 [6024 B] 2026-03-31T20:20:22.104 INFO:teuthology.orchestra.run.vm01.stdout:Get:47 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pluggy all 0.13.0-7.1 [19.0 kB] 2026-03-31T20:20:22.104 INFO:teuthology.orchestra.run.vm01.stdout:Get:48 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-psutil amd64 5.9.0-1build1 [158 kB] 2026-03-31T20:20:22.105 INFO:teuthology.orchestra.run.vm01.stdout:Get:49 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-py all 1.10.0-1 [71.9 kB] 2026-03-31T20:20:22.106 INFO:teuthology.orchestra.run.vm01.stdout:Get:50 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-pygments all 2.11.2+dfsg-2ubuntu0.1 [750 kB] 2026-03-31T20:20:22.116 INFO:teuthology.orchestra.run.vm01.stdout:Get:51 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-toml all 0.10.2-1 [16.5 kB] 2026-03-31T20:20:22.206 INFO:teuthology.orchestra.run.vm01.stdout:Get:52 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pytest all 6.2.5-1ubuntu2 [214 kB] 2026-03-31T20:20:22.209 INFO:teuthology.orchestra.run.vm01.stdout:Get:53 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-simplejson amd64 3.17.6-1build1 [54.7 kB] 2026-03-31T20:20:22.209 INFO:teuthology.orchestra.run.vm01.stdout:Get:54 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-webob all 1:1.8.6-1.1ubuntu0.1 [86.7 kB] 2026-03-31T20:20:22.210 INFO:teuthology.orchestra.run.vm01.stdout:Get:55 http://archive.ubuntu.com/ubuntu jammy/universe amd64 qttranslations5-l10n all 5.15.3-1 [1983 kB] 2026-03-31T20:20:22.235 INFO:teuthology.orchestra.run.vm01.stdout:Get:56 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 smartmontools amd64 7.2-1ubuntu0.1 [583 kB] 2026-03-31T20:20:22.241 INFO:teuthology.orchestra.run.vm06.stdout:Get:57 https://3.chacra.ceph.com/r/ceph/tentacle-release/5bb3278730741031382ca9c3dc9d221a942e06a2/ubuntu/jammy/flavors/default jammy/main amd64 libcephfs2 amd64 20.2.0-721-g5bb32787-1jammy [831 kB] 2026-03-31T20:20:22.290 INFO:teuthology.orchestra.run.vm01.stdout:Get:57 https://3.chacra.ceph.com/r/ceph/tentacle-release/5bb3278730741031382ca9c3dc9d221a942e06a2/ubuntu/jammy/flavors/default jammy/main amd64 libcephfs2 amd64 20.2.0-721-g5bb32787-1jammy [831 kB] 2026-03-31T20:20:22.363 INFO:teuthology.orchestra.run.vm06.stdout:Get:58 https://3.chacra.ceph.com/r/ceph/tentacle-release/5bb3278730741031382ca9c3dc9d221a942e06a2/ubuntu/jammy/flavors/default jammy/main amd64 python3-rados amd64 20.2.0-721-g5bb32787-1jammy [364 kB] 2026-03-31T20:20:22.364 INFO:teuthology.orchestra.run.vm06.stdout:Get:59 https://3.chacra.ceph.com/r/ceph/tentacle-release/5bb3278730741031382ca9c3dc9d221a942e06a2/ubuntu/jammy/flavors/default jammy/main amd64 python3-ceph-argparse all 20.2.0-721-g5bb32787-1jammy [32.9 kB] 2026-03-31T20:20:22.364 INFO:teuthology.orchestra.run.vm06.stdout:Get:60 https://3.chacra.ceph.com/r/ceph/tentacle-release/5bb3278730741031382ca9c3dc9d221a942e06a2/ubuntu/jammy/flavors/default jammy/main amd64 python3-cephfs amd64 20.2.0-721-g5bb32787-1jammy [184 kB] 2026-03-31T20:20:22.408 INFO:teuthology.orchestra.run.vm01.stdout:Get:58 https://3.chacra.ceph.com/r/ceph/tentacle-release/5bb3278730741031382ca9c3dc9d221a942e06a2/ubuntu/jammy/flavors/default jammy/main amd64 python3-rados amd64 20.2.0-721-g5bb32787-1jammy [364 kB] 2026-03-31T20:20:22.432 INFO:teuthology.orchestra.run.vm05.stdout:Get:57 https://3.chacra.ceph.com/r/ceph/tentacle-release/5bb3278730741031382ca9c3dc9d221a942e06a2/ubuntu/jammy/flavors/default jammy/main amd64 libcephfs2 amd64 20.2.0-721-g5bb32787-1jammy [831 kB] 2026-03-31T20:20:22.464 INFO:teuthology.orchestra.run.vm06.stdout:Get:61 https://3.chacra.ceph.com/r/ceph/tentacle-release/5bb3278730741031382ca9c3dc9d221a942e06a2/ubuntu/jammy/flavors/default jammy/main amd64 python3-ceph-common all 20.2.0-721-g5bb32787-1jammy [83.9 kB] 2026-03-31T20:20:22.466 INFO:teuthology.orchestra.run.vm06.stdout:Get:62 https://3.chacra.ceph.com/r/ceph/tentacle-release/5bb3278730741031382ca9c3dc9d221a942e06a2/ubuntu/jammy/flavors/default jammy/main amd64 python3-rbd amd64 20.2.0-721-g5bb32787-1jammy [341 kB] 2026-03-31T20:20:22.472 INFO:teuthology.orchestra.run.vm06.stdout:Get:63 https://3.chacra.ceph.com/r/ceph/tentacle-release/5bb3278730741031382ca9c3dc9d221a942e06a2/ubuntu/jammy/flavors/default jammy/main amd64 librgw2 amd64 20.2.0-721-g5bb32787-1jammy [8696 kB] 2026-03-31T20:20:22.522 INFO:teuthology.orchestra.run.vm01.stdout:Get:59 https://3.chacra.ceph.com/r/ceph/tentacle-release/5bb3278730741031382ca9c3dc9d221a942e06a2/ubuntu/jammy/flavors/default jammy/main amd64 python3-ceph-argparse all 20.2.0-721-g5bb32787-1jammy [32.9 kB] 2026-03-31T20:20:22.522 INFO:teuthology.orchestra.run.vm01.stdout:Get:60 https://3.chacra.ceph.com/r/ceph/tentacle-release/5bb3278730741031382ca9c3dc9d221a942e06a2/ubuntu/jammy/flavors/default jammy/main amd64 python3-cephfs amd64 20.2.0-721-g5bb32787-1jammy [184 kB] 2026-03-31T20:20:22.524 INFO:teuthology.orchestra.run.vm01.stdout:Get:61 https://3.chacra.ceph.com/r/ceph/tentacle-release/5bb3278730741031382ca9c3dc9d221a942e06a2/ubuntu/jammy/flavors/default jammy/main amd64 python3-ceph-common all 20.2.0-721-g5bb32787-1jammy [83.9 kB] 2026-03-31T20:20:22.524 INFO:teuthology.orchestra.run.vm01.stdout:Get:62 https://3.chacra.ceph.com/r/ceph/tentacle-release/5bb3278730741031382ca9c3dc9d221a942e06a2/ubuntu/jammy/flavors/default jammy/main amd64 python3-rbd amd64 20.2.0-721-g5bb32787-1jammy [341 kB] 2026-03-31T20:20:22.548 INFO:teuthology.orchestra.run.vm05.stdout:Get:58 https://3.chacra.ceph.com/r/ceph/tentacle-release/5bb3278730741031382ca9c3dc9d221a942e06a2/ubuntu/jammy/flavors/default jammy/main amd64 python3-rados amd64 20.2.0-721-g5bb32787-1jammy [364 kB] 2026-03-31T20:20:22.639 INFO:teuthology.orchestra.run.vm01.stdout:Get:63 https://3.chacra.ceph.com/r/ceph/tentacle-release/5bb3278730741031382ca9c3dc9d221a942e06a2/ubuntu/jammy/flavors/default jammy/main amd64 librgw2 amd64 20.2.0-721-g5bb32787-1jammy [8696 kB] 2026-03-31T20:20:22.660 INFO:teuthology.orchestra.run.vm05.stdout:Get:59 https://3.chacra.ceph.com/r/ceph/tentacle-release/5bb3278730741031382ca9c3dc9d221a942e06a2/ubuntu/jammy/flavors/default jammy/main amd64 python3-ceph-argparse all 20.2.0-721-g5bb32787-1jammy [32.9 kB] 2026-03-31T20:20:22.660 INFO:teuthology.orchestra.run.vm05.stdout:Get:60 https://3.chacra.ceph.com/r/ceph/tentacle-release/5bb3278730741031382ca9c3dc9d221a942e06a2/ubuntu/jammy/flavors/default jammy/main amd64 python3-cephfs amd64 20.2.0-721-g5bb32787-1jammy [184 kB] 2026-03-31T20:20:22.661 INFO:teuthology.orchestra.run.vm05.stdout:Get:61 https://3.chacra.ceph.com/r/ceph/tentacle-release/5bb3278730741031382ca9c3dc9d221a942e06a2/ubuntu/jammy/flavors/default jammy/main amd64 python3-ceph-common all 20.2.0-721-g5bb32787-1jammy [83.9 kB] 2026-03-31T20:20:22.662 INFO:teuthology.orchestra.run.vm05.stdout:Get:62 https://3.chacra.ceph.com/r/ceph/tentacle-release/5bb3278730741031382ca9c3dc9d221a942e06a2/ubuntu/jammy/flavors/default jammy/main amd64 python3-rbd amd64 20.2.0-721-g5bb32787-1jammy [341 kB] 2026-03-31T20:20:22.665 INFO:teuthology.orchestra.run.vm05.stdout:Get:63 https://3.chacra.ceph.com/r/ceph/tentacle-release/5bb3278730741031382ca9c3dc9d221a942e06a2/ubuntu/jammy/flavors/default jammy/main amd64 librgw2 amd64 20.2.0-721-g5bb32787-1jammy [8696 kB] 2026-03-31T20:20:23.633 INFO:teuthology.orchestra.run.vm06.stdout:Get:64 https://3.chacra.ceph.com/r/ceph/tentacle-release/5bb3278730741031382ca9c3dc9d221a942e06a2/ubuntu/jammy/flavors/default jammy/main amd64 python3-rgw amd64 20.2.0-721-g5bb32787-1jammy [112 kB] 2026-03-31T20:20:23.735 INFO:teuthology.orchestra.run.vm06.stdout:Get:65 https://3.chacra.ceph.com/r/ceph/tentacle-release/5bb3278730741031382ca9c3dc9d221a942e06a2/ubuntu/jammy/flavors/default jammy/main amd64 libradosstriper1 amd64 20.2.0-721-g5bb32787-1jammy [261 kB] 2026-03-31T20:20:23.739 INFO:teuthology.orchestra.run.vm06.stdout:Get:66 https://3.chacra.ceph.com/r/ceph/tentacle-release/5bb3278730741031382ca9c3dc9d221a942e06a2/ubuntu/jammy/flavors/default jammy/main amd64 ceph-common amd64 20.2.0-721-g5bb32787-1jammy [29.3 MB] 2026-03-31T20:20:24.044 INFO:teuthology.orchestra.run.vm01.stdout:Get:64 https://3.chacra.ceph.com/r/ceph/tentacle-release/5bb3278730741031382ca9c3dc9d221a942e06a2/ubuntu/jammy/flavors/default jammy/main amd64 python3-rgw amd64 20.2.0-721-g5bb32787-1jammy [112 kB] 2026-03-31T20:20:24.045 INFO:teuthology.orchestra.run.vm01.stdout:Get:65 https://3.chacra.ceph.com/r/ceph/tentacle-release/5bb3278730741031382ca9c3dc9d221a942e06a2/ubuntu/jammy/flavors/default jammy/main amd64 libradosstriper1 amd64 20.2.0-721-g5bb32787-1jammy [261 kB] 2026-03-31T20:20:24.049 INFO:teuthology.orchestra.run.vm01.stdout:Get:66 https://3.chacra.ceph.com/r/ceph/tentacle-release/5bb3278730741031382ca9c3dc9d221a942e06a2/ubuntu/jammy/flavors/default jammy/main amd64 ceph-common amd64 20.2.0-721-g5bb32787-1jammy [29.3 MB] 2026-03-31T20:20:24.161 INFO:teuthology.orchestra.run.vm05.stdout:Get:64 https://3.chacra.ceph.com/r/ceph/tentacle-release/5bb3278730741031382ca9c3dc9d221a942e06a2/ubuntu/jammy/flavors/default jammy/main amd64 python3-rgw amd64 20.2.0-721-g5bb32787-1jammy [112 kB] 2026-03-31T20:20:24.163 INFO:teuthology.orchestra.run.vm05.stdout:Get:65 https://3.chacra.ceph.com/r/ceph/tentacle-release/5bb3278730741031382ca9c3dc9d221a942e06a2/ubuntu/jammy/flavors/default jammy/main amd64 libradosstriper1 amd64 20.2.0-721-g5bb32787-1jammy [261 kB] 2026-03-31T20:20:24.268 INFO:teuthology.orchestra.run.vm05.stdout:Get:66 https://3.chacra.ceph.com/r/ceph/tentacle-release/5bb3278730741031382ca9c3dc9d221a942e06a2/ubuntu/jammy/flavors/default jammy/main amd64 ceph-common amd64 20.2.0-721-g5bb32787-1jammy [29.3 MB] 2026-03-31T20:20:27.104 INFO:teuthology.orchestra.run.vm06.stdout:Get:67 https://3.chacra.ceph.com/r/ceph/tentacle-release/5bb3278730741031382ca9c3dc9d221a942e06a2/ubuntu/jammy/flavors/default jammy/main amd64 ceph-base amd64 20.2.0-721-g5bb32787-1jammy [5416 kB] 2026-03-31T20:20:27.677 INFO:teuthology.orchestra.run.vm06.stdout:Get:68 https://3.chacra.ceph.com/r/ceph/tentacle-release/5bb3278730741031382ca9c3dc9d221a942e06a2/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-modules-core all 20.2.0-721-g5bb32787-1jammy [246 kB] 2026-03-31T20:20:27.683 INFO:teuthology.orchestra.run.vm06.stdout:Get:69 https://3.chacra.ceph.com/r/ceph/tentacle-release/5bb3278730741031382ca9c3dc9d221a942e06a2/ubuntu/jammy/flavors/default jammy/main amd64 libsqlite3-mod-ceph amd64 20.2.0-721-g5bb32787-1jammy [124 kB] 2026-03-31T20:20:27.685 INFO:teuthology.orchestra.run.vm06.stdout:Get:70 https://3.chacra.ceph.com/r/ceph/tentacle-release/5bb3278730741031382ca9c3dc9d221a942e06a2/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr amd64 20.2.0-721-g5bb32787-1jammy [907 kB] 2026-03-31T20:20:27.798 INFO:teuthology.orchestra.run.vm06.stdout:Get:71 https://3.chacra.ceph.com/r/ceph/tentacle-release/5bb3278730741031382ca9c3dc9d221a942e06a2/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mon amd64 20.2.0-721-g5bb32787-1jammy [6393 kB] 2026-03-31T20:20:28.162 INFO:teuthology.orchestra.run.vm01.stdout:Get:67 https://3.chacra.ceph.com/r/ceph/tentacle-release/5bb3278730741031382ca9c3dc9d221a942e06a2/ubuntu/jammy/flavors/default jammy/main amd64 ceph-base amd64 20.2.0-721-g5bb32787-1jammy [5416 kB] 2026-03-31T20:20:28.486 INFO:teuthology.orchestra.run.vm06.stdout:Get:72 https://3.chacra.ceph.com/r/ceph/tentacle-release/5bb3278730741031382ca9c3dc9d221a942e06a2/ubuntu/jammy/flavors/default jammy/main amd64 ceph-osd amd64 20.2.0-721-g5bb32787-1jammy [21.7 MB] 2026-03-31T20:20:28.788 INFO:teuthology.orchestra.run.vm05.stdout:Get:67 https://3.chacra.ceph.com/r/ceph/tentacle-release/5bb3278730741031382ca9c3dc9d221a942e06a2/ubuntu/jammy/flavors/default jammy/main amd64 ceph-base amd64 20.2.0-721-g5bb32787-1jammy [5416 kB] 2026-03-31T20:20:28.868 INFO:teuthology.orchestra.run.vm01.stdout:Get:68 https://3.chacra.ceph.com/r/ceph/tentacle-release/5bb3278730741031382ca9c3dc9d221a942e06a2/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-modules-core all 20.2.0-721-g5bb32787-1jammy [246 kB] 2026-03-31T20:20:28.966 INFO:teuthology.orchestra.run.vm01.stdout:Get:69 https://3.chacra.ceph.com/r/ceph/tentacle-release/5bb3278730741031382ca9c3dc9d221a942e06a2/ubuntu/jammy/flavors/default jammy/main amd64 libsqlite3-mod-ceph amd64 20.2.0-721-g5bb32787-1jammy [124 kB] 2026-03-31T20:20:28.970 INFO:teuthology.orchestra.run.vm01.stdout:Get:70 https://3.chacra.ceph.com/r/ceph/tentacle-release/5bb3278730741031382ca9c3dc9d221a942e06a2/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr amd64 20.2.0-721-g5bb32787-1jammy [907 kB] 2026-03-31T20:20:29.088 INFO:teuthology.orchestra.run.vm01.stdout:Get:71 https://3.chacra.ceph.com/r/ceph/tentacle-release/5bb3278730741031382ca9c3dc9d221a942e06a2/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mon amd64 20.2.0-721-g5bb32787-1jammy [6393 kB] 2026-03-31T20:20:29.538 INFO:teuthology.orchestra.run.vm05.stdout:Get:68 https://3.chacra.ceph.com/r/ceph/tentacle-release/5bb3278730741031382ca9c3dc9d221a942e06a2/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-modules-core all 20.2.0-721-g5bb32787-1jammy [246 kB] 2026-03-31T20:20:29.542 INFO:teuthology.orchestra.run.vm05.stdout:Get:69 https://3.chacra.ceph.com/r/ceph/tentacle-release/5bb3278730741031382ca9c3dc9d221a942e06a2/ubuntu/jammy/flavors/default jammy/main amd64 libsqlite3-mod-ceph amd64 20.2.0-721-g5bb32787-1jammy [124 kB] 2026-03-31T20:20:29.544 INFO:teuthology.orchestra.run.vm05.stdout:Get:70 https://3.chacra.ceph.com/r/ceph/tentacle-release/5bb3278730741031382ca9c3dc9d221a942e06a2/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr amd64 20.2.0-721-g5bb32787-1jammy [907 kB] 2026-03-31T20:20:29.659 INFO:teuthology.orchestra.run.vm05.stdout:Get:71 https://3.chacra.ceph.com/r/ceph/tentacle-release/5bb3278730741031382ca9c3dc9d221a942e06a2/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mon amd64 20.2.0-721-g5bb32787-1jammy [6393 kB] 2026-03-31T20:20:29.920 INFO:teuthology.orchestra.run.vm01.stdout:Get:72 https://3.chacra.ceph.com/r/ceph/tentacle-release/5bb3278730741031382ca9c3dc9d221a942e06a2/ubuntu/jammy/flavors/default jammy/main amd64 ceph-osd amd64 20.2.0-721-g5bb32787-1jammy [21.7 MB] 2026-03-31T20:20:30.455 INFO:teuthology.orchestra.run.vm05.stdout:Get:72 https://3.chacra.ceph.com/r/ceph/tentacle-release/5bb3278730741031382ca9c3dc9d221a942e06a2/ubuntu/jammy/flavors/default jammy/main amd64 ceph-osd amd64 20.2.0-721-g5bb32787-1jammy [21.7 MB] 2026-03-31T20:20:30.711 INFO:teuthology.orchestra.run.vm06.stdout:Get:73 https://3.chacra.ceph.com/r/ceph/tentacle-release/5bb3278730741031382ca9c3dc9d221a942e06a2/ubuntu/jammy/flavors/default jammy/main amd64 ceph amd64 20.2.0-721-g5bb32787-1jammy [14.1 kB] 2026-03-31T20:20:30.711 INFO:teuthology.orchestra.run.vm06.stdout:Get:74 https://3.chacra.ceph.com/r/ceph/tentacle-release/5bb3278730741031382ca9c3dc9d221a942e06a2/ubuntu/jammy/flavors/default jammy/main amd64 ceph-fuse amd64 20.2.0-721-g5bb32787-1jammy [955 kB] 2026-03-31T20:20:30.813 INFO:teuthology.orchestra.run.vm06.stdout:Get:75 https://3.chacra.ceph.com/r/ceph/tentacle-release/5bb3278730741031382ca9c3dc9d221a942e06a2/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mds amd64 20.2.0-721-g5bb32787-1jammy [2341 kB] 2026-03-31T20:20:31.047 INFO:teuthology.orchestra.run.vm06.stdout:Get:76 https://3.chacra.ceph.com/r/ceph/tentacle-release/5bb3278730741031382ca9c3dc9d221a942e06a2/ubuntu/jammy/flavors/default jammy/main amd64 cephadm amd64 20.2.0-721-g5bb32787-1jammy [1049 kB] 2026-03-31T20:20:31.161 INFO:teuthology.orchestra.run.vm06.stdout:Get:77 https://3.chacra.ceph.com/r/ceph/tentacle-release/5bb3278730741031382ca9c3dc9d221a942e06a2/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-cephadm all 20.2.0-721-g5bb32787-1jammy [179 kB] 2026-03-31T20:20:31.191 INFO:teuthology.orchestra.run.vm06.stdout:Get:78 https://3.chacra.ceph.com/r/ceph/tentacle-release/5bb3278730741031382ca9c3dc9d221a942e06a2/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-dashboard all 20.2.0-721-g5bb32787-1jammy [45.5 MB] 2026-03-31T20:20:32.635 INFO:teuthology.orchestra.run.vm05.stdout:Get:73 https://3.chacra.ceph.com/r/ceph/tentacle-release/5bb3278730741031382ca9c3dc9d221a942e06a2/ubuntu/jammy/flavors/default jammy/main amd64 ceph amd64 20.2.0-721-g5bb32787-1jammy [14.1 kB] 2026-03-31T20:20:32.635 INFO:teuthology.orchestra.run.vm05.stdout:Get:74 https://3.chacra.ceph.com/r/ceph/tentacle-release/5bb3278730741031382ca9c3dc9d221a942e06a2/ubuntu/jammy/flavors/default jammy/main amd64 ceph-fuse amd64 20.2.0-721-g5bb32787-1jammy [955 kB] 2026-03-31T20:20:32.638 INFO:teuthology.orchestra.run.vm05.stdout:Get:75 https://3.chacra.ceph.com/r/ceph/tentacle-release/5bb3278730741031382ca9c3dc9d221a942e06a2/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mds amd64 20.2.0-721-g5bb32787-1jammy [2341 kB] 2026-03-31T20:20:32.869 INFO:teuthology.orchestra.run.vm05.stdout:Get:76 https://3.chacra.ceph.com/r/ceph/tentacle-release/5bb3278730741031382ca9c3dc9d221a942e06a2/ubuntu/jammy/flavors/default jammy/main amd64 cephadm amd64 20.2.0-721-g5bb32787-1jammy [1049 kB] 2026-03-31T20:20:32.939 INFO:teuthology.orchestra.run.vm01.stdout:Get:73 https://3.chacra.ceph.com/r/ceph/tentacle-release/5bb3278730741031382ca9c3dc9d221a942e06a2/ubuntu/jammy/flavors/default jammy/main amd64 ceph amd64 20.2.0-721-g5bb32787-1jammy [14.1 kB] 2026-03-31T20:20:32.939 INFO:teuthology.orchestra.run.vm01.stdout:Get:74 https://3.chacra.ceph.com/r/ceph/tentacle-release/5bb3278730741031382ca9c3dc9d221a942e06a2/ubuntu/jammy/flavors/default jammy/main amd64 ceph-fuse amd64 20.2.0-721-g5bb32787-1jammy [955 kB] 2026-03-31T20:20:32.980 INFO:teuthology.orchestra.run.vm05.stdout:Get:77 https://3.chacra.ceph.com/r/ceph/tentacle-release/5bb3278730741031382ca9c3dc9d221a942e06a2/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-cephadm all 20.2.0-721-g5bb32787-1jammy [179 kB] 2026-03-31T20:20:32.982 INFO:teuthology.orchestra.run.vm05.stdout:Get:78 https://3.chacra.ceph.com/r/ceph/tentacle-release/5bb3278730741031382ca9c3dc9d221a942e06a2/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-dashboard all 20.2.0-721-g5bb32787-1jammy [45.5 MB] 2026-03-31T20:20:32.992 INFO:teuthology.orchestra.run.vm01.stdout:Get:75 https://3.chacra.ceph.com/r/ceph/tentacle-release/5bb3278730741031382ca9c3dc9d221a942e06a2/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mds amd64 20.2.0-721-g5bb32787-1jammy [2341 kB] 2026-03-31T20:20:33.274 INFO:teuthology.orchestra.run.vm01.stdout:Get:76 https://3.chacra.ceph.com/r/ceph/tentacle-release/5bb3278730741031382ca9c3dc9d221a942e06a2/ubuntu/jammy/flavors/default jammy/main amd64 cephadm amd64 20.2.0-721-g5bb32787-1jammy [1049 kB] 2026-03-31T20:20:33.417 INFO:teuthology.orchestra.run.vm01.stdout:Get:77 https://3.chacra.ceph.com/r/ceph/tentacle-release/5bb3278730741031382ca9c3dc9d221a942e06a2/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-cephadm all 20.2.0-721-g5bb32787-1jammy [179 kB] 2026-03-31T20:20:33.460 INFO:teuthology.orchestra.run.vm01.stdout:Get:78 https://3.chacra.ceph.com/r/ceph/tentacle-release/5bb3278730741031382ca9c3dc9d221a942e06a2/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-dashboard all 20.2.0-721-g5bb32787-1jammy [45.5 MB] 2026-03-31T20:20:35.918 INFO:teuthology.orchestra.run.vm06.stdout:Get:79 https://3.chacra.ceph.com/r/ceph/tentacle-release/5bb3278730741031382ca9c3dc9d221a942e06a2/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-diskprediction-local all 20.2.0-721-g5bb32787-1jammy [8625 kB] 2026-03-31T20:20:36.213 INFO:teuthology.orchestra.run.vm05.stdout:Get:79 https://3.chacra.ceph.com/r/ceph/tentacle-release/5bb3278730741031382ca9c3dc9d221a942e06a2/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-diskprediction-local all 20.2.0-721-g5bb32787-1jammy [8625 kB] 2026-03-31T20:20:36.731 INFO:teuthology.orchestra.run.vm06.stdout:Get:80 https://3.chacra.ceph.com/r/ceph/tentacle-release/5bb3278730741031382ca9c3dc9d221a942e06a2/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-k8sevents all 20.2.0-721-g5bb32787-1jammy [14.2 kB] 2026-03-31T20:20:36.731 INFO:teuthology.orchestra.run.vm06.stdout:Get:81 https://3.chacra.ceph.com/r/ceph/tentacle-release/5bb3278730741031382ca9c3dc9d221a942e06a2/ubuntu/jammy/flavors/default jammy/main amd64 ceph-test amd64 20.2.0-721-g5bb32787-1jammy [99.5 MB] 2026-03-31T20:20:36.789 INFO:teuthology.orchestra.run.vm05.stdout:Get:80 https://3.chacra.ceph.com/r/ceph/tentacle-release/5bb3278730741031382ca9c3dc9d221a942e06a2/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-k8sevents all 20.2.0-721-g5bb32787-1jammy [14.2 kB] 2026-03-31T20:20:36.789 INFO:teuthology.orchestra.run.vm05.stdout:Get:81 https://3.chacra.ceph.com/r/ceph/tentacle-release/5bb3278730741031382ca9c3dc9d221a942e06a2/ubuntu/jammy/flavors/default jammy/main amd64 ceph-test amd64 20.2.0-721-g5bb32787-1jammy [99.5 MB] 2026-03-31T20:20:38.649 INFO:teuthology.orchestra.run.vm01.stdout:Get:79 https://3.chacra.ceph.com/r/ceph/tentacle-release/5bb3278730741031382ca9c3dc9d221a942e06a2/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-diskprediction-local all 20.2.0-721-g5bb32787-1jammy [8625 kB] 2026-03-31T20:20:39.683 INFO:teuthology.orchestra.run.vm01.stdout:Get:80 https://3.chacra.ceph.com/r/ceph/tentacle-release/5bb3278730741031382ca9c3dc9d221a942e06a2/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-k8sevents all 20.2.0-721-g5bb32787-1jammy [14.2 kB] 2026-03-31T20:20:39.704 INFO:teuthology.orchestra.run.vm01.stdout:Get:81 https://3.chacra.ceph.com/r/ceph/tentacle-release/5bb3278730741031382ca9c3dc9d221a942e06a2/ubuntu/jammy/flavors/default jammy/main amd64 ceph-test amd64 20.2.0-721-g5bb32787-1jammy [99.5 MB] 2026-03-31T20:20:44.610 INFO:teuthology.orchestra.run.vm05.stdout:Get:82 https://3.chacra.ceph.com/r/ceph/tentacle-release/5bb3278730741031382ca9c3dc9d221a942e06a2/ubuntu/jammy/flavors/default jammy/main amd64 ceph-volume all 20.2.0-721-g5bb32787-1jammy [135 kB] 2026-03-31T20:20:44.611 INFO:teuthology.orchestra.run.vm05.stdout:Get:83 https://3.chacra.ceph.com/r/ceph/tentacle-release/5bb3278730741031382ca9c3dc9d221a942e06a2/ubuntu/jammy/flavors/default jammy/main amd64 libcephfs-daemon amd64 20.2.0-721-g5bb32787-1jammy [43.2 kB] 2026-03-31T20:20:44.611 INFO:teuthology.orchestra.run.vm05.stdout:Get:84 https://3.chacra.ceph.com/r/ceph/tentacle-release/5bb3278730741031382ca9c3dc9d221a942e06a2/ubuntu/jammy/flavors/default jammy/main amd64 libcephfs-proxy2 amd64 20.2.0-721-g5bb32787-1jammy [30.7 kB] 2026-03-31T20:20:44.611 INFO:teuthology.orchestra.run.vm05.stdout:Get:85 https://3.chacra.ceph.com/r/ceph/tentacle-release/5bb3278730741031382ca9c3dc9d221a942e06a2/ubuntu/jammy/flavors/default jammy/main amd64 libcephfs-dev amd64 20.2.0-721-g5bb32787-1jammy [41.4 kB] 2026-03-31T20:20:44.611 INFO:teuthology.orchestra.run.vm05.stdout:Get:86 https://3.chacra.ceph.com/r/ceph/tentacle-release/5bb3278730741031382ca9c3dc9d221a942e06a2/ubuntu/jammy/flavors/default jammy/main amd64 radosgw amd64 20.2.0-721-g5bb32787-1jammy [25.1 MB] 2026-03-31T20:20:46.442 INFO:teuthology.orchestra.run.vm05.stdout:Get:87 https://3.chacra.ceph.com/r/ceph/tentacle-release/5bb3278730741031382ca9c3dc9d221a942e06a2/ubuntu/jammy/flavors/default jammy/main amd64 rbd-fuse amd64 20.2.0-721-g5bb32787-1jammy [97.5 kB] 2026-03-31T20:20:46.689 INFO:teuthology.orchestra.run.vm05.stdout:Fetched 281 MB in 26s (10.7 MB/s) 2026-03-31T20:20:46.810 INFO:teuthology.orchestra.run.vm05.stdout:Selecting previously unselected package liblttng-ust1:amd64. 2026-03-31T20:20:46.838 INFO:teuthology.orchestra.run.vm05.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 ... 119262 files and directories currently installed.) 2026-03-31T20:20:46.840 INFO:teuthology.orchestra.run.vm05.stdout:Preparing to unpack .../00-liblttng-ust1_2.13.1-1ubuntu1_amd64.deb ... 2026-03-31T20:20:46.842 INFO:teuthology.orchestra.run.vm05.stdout:Unpacking liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2026-03-31T20:20:46.860 INFO:teuthology.orchestra.run.vm05.stdout:Selecting previously unselected package libdouble-conversion3:amd64. 2026-03-31T20:20:46.866 INFO:teuthology.orchestra.run.vm05.stdout:Preparing to unpack .../01-libdouble-conversion3_3.1.7-4_amd64.deb ... 2026-03-31T20:20:46.867 INFO:teuthology.orchestra.run.vm05.stdout:Unpacking libdouble-conversion3:amd64 (3.1.7-4) ... 2026-03-31T20:20:46.881 INFO:teuthology.orchestra.run.vm05.stdout:Selecting previously unselected package libpcre2-16-0:amd64. 2026-03-31T20:20:46.886 INFO:teuthology.orchestra.run.vm05.stdout:Preparing to unpack .../02-libpcre2-16-0_10.39-3ubuntu0.1_amd64.deb ... 2026-03-31T20:20:46.887 INFO:teuthology.orchestra.run.vm05.stdout:Unpacking libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2026-03-31T20:20:46.905 INFO:teuthology.orchestra.run.vm05.stdout:Selecting previously unselected package libqt5core5a:amd64. 2026-03-31T20:20:46.911 INFO:teuthology.orchestra.run.vm05.stdout:Preparing to unpack .../03-libqt5core5a_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2026-03-31T20:20:46.914 INFO:teuthology.orchestra.run.vm05.stdout:Unpacking libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2026-03-31T20:20:46.952 INFO:teuthology.orchestra.run.vm05.stdout:Selecting previously unselected package libqt5dbus5:amd64. 2026-03-31T20:20:46.957 INFO:teuthology.orchestra.run.vm05.stdout:Preparing to unpack .../04-libqt5dbus5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2026-03-31T20:20:46.958 INFO:teuthology.orchestra.run.vm05.stdout:Unpacking libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2026-03-31T20:20:46.975 INFO:teuthology.orchestra.run.vm05.stdout:Selecting previously unselected package libqt5network5:amd64. 2026-03-31T20:20:46.981 INFO:teuthology.orchestra.run.vm05.stdout:Preparing to unpack .../05-libqt5network5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2026-03-31T20:20:46.982 INFO:teuthology.orchestra.run.vm05.stdout:Unpacking libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2026-03-31T20:20:47.005 INFO:teuthology.orchestra.run.vm05.stdout:Selecting previously unselected package libthrift-0.16.0:amd64. 2026-03-31T20:20:47.011 INFO:teuthology.orchestra.run.vm05.stdout:Preparing to unpack .../06-libthrift-0.16.0_0.16.0-2_amd64.deb ... 2026-03-31T20:20:47.012 INFO:teuthology.orchestra.run.vm05.stdout:Unpacking libthrift-0.16.0:amd64 (0.16.0-2) ... 2026-03-31T20:20:47.037 INFO:teuthology.orchestra.run.vm05.stdout:Preparing to unpack .../07-librbd1_20.2.0-721-g5bb32787-1jammy_amd64.deb ... 2026-03-31T20:20:47.040 INFO:teuthology.orchestra.run.vm05.stdout:Unpacking librbd1 (20.2.0-721-g5bb32787-1jammy) over (17.2.9-0ubuntu0.22.04.2) ... 2026-03-31T20:20:47.101 INFO:teuthology.orchestra.run.vm05.stdout:Preparing to unpack .../08-librados2_20.2.0-721-g5bb32787-1jammy_amd64.deb ... 2026-03-31T20:20:47.103 INFO:teuthology.orchestra.run.vm05.stdout:Unpacking librados2 (20.2.0-721-g5bb32787-1jammy) over (17.2.9-0ubuntu0.22.04.2) ... 2026-03-31T20:20:47.164 INFO:teuthology.orchestra.run.vm05.stdout:Selecting previously unselected package libnbd0. 2026-03-31T20:20:47.170 INFO:teuthology.orchestra.run.vm05.stdout:Preparing to unpack .../09-libnbd0_1.10.5-1_amd64.deb ... 2026-03-31T20:20:47.171 INFO:teuthology.orchestra.run.vm05.stdout:Unpacking libnbd0 (1.10.5-1) ... 2026-03-31T20:20:47.185 INFO:teuthology.orchestra.run.vm05.stdout:Selecting previously unselected package libcephfs2. 2026-03-31T20:20:47.191 INFO:teuthology.orchestra.run.vm05.stdout:Preparing to unpack .../10-libcephfs2_20.2.0-721-g5bb32787-1jammy_amd64.deb ... 2026-03-31T20:20:47.192 INFO:teuthology.orchestra.run.vm05.stdout:Unpacking libcephfs2 (20.2.0-721-g5bb32787-1jammy) ... 2026-03-31T20:20:47.216 INFO:teuthology.orchestra.run.vm05.stdout:Selecting previously unselected package python3-rados. 2026-03-31T20:20:47.222 INFO:teuthology.orchestra.run.vm05.stdout:Preparing to unpack .../11-python3-rados_20.2.0-721-g5bb32787-1jammy_amd64.deb ... 2026-03-31T20:20:47.223 INFO:teuthology.orchestra.run.vm05.stdout:Unpacking python3-rados (20.2.0-721-g5bb32787-1jammy) ... 2026-03-31T20:20:47.241 INFO:teuthology.orchestra.run.vm05.stdout:Selecting previously unselected package python3-ceph-argparse. 2026-03-31T20:20:47.247 INFO:teuthology.orchestra.run.vm05.stdout:Preparing to unpack .../12-python3-ceph-argparse_20.2.0-721-g5bb32787-1jammy_all.deb ... 2026-03-31T20:20:47.248 INFO:teuthology.orchestra.run.vm05.stdout:Unpacking python3-ceph-argparse (20.2.0-721-g5bb32787-1jammy) ... 2026-03-31T20:20:47.261 INFO:teuthology.orchestra.run.vm05.stdout:Selecting previously unselected package python3-cephfs. 2026-03-31T20:20:47.266 INFO:teuthology.orchestra.run.vm05.stdout:Preparing to unpack .../13-python3-cephfs_20.2.0-721-g5bb32787-1jammy_amd64.deb ... 2026-03-31T20:20:47.267 INFO:teuthology.orchestra.run.vm05.stdout:Unpacking python3-cephfs (20.2.0-721-g5bb32787-1jammy) ... 2026-03-31T20:20:47.282 INFO:teuthology.orchestra.run.vm05.stdout:Selecting previously unselected package python3-ceph-common. 2026-03-31T20:20:47.287 INFO:teuthology.orchestra.run.vm05.stdout:Preparing to unpack .../14-python3-ceph-common_20.2.0-721-g5bb32787-1jammy_all.deb ... 2026-03-31T20:20:47.288 INFO:teuthology.orchestra.run.vm05.stdout:Unpacking python3-ceph-common (20.2.0-721-g5bb32787-1jammy) ... 2026-03-31T20:20:47.307 INFO:teuthology.orchestra.run.vm05.stdout:Selecting previously unselected package python3-wcwidth. 2026-03-31T20:20:47.312 INFO:teuthology.orchestra.run.vm05.stdout:Preparing to unpack .../15-python3-wcwidth_0.2.5+dfsg1-1_all.deb ... 2026-03-31T20:20:47.313 INFO:teuthology.orchestra.run.vm05.stdout:Unpacking python3-wcwidth (0.2.5+dfsg1-1) ... 2026-03-31T20:20:47.329 INFO:teuthology.orchestra.run.vm05.stdout:Selecting previously unselected package python3-prettytable. 2026-03-31T20:20:47.334 INFO:teuthology.orchestra.run.vm05.stdout:Preparing to unpack .../16-python3-prettytable_2.5.0-2_all.deb ... 2026-03-31T20:20:47.335 INFO:teuthology.orchestra.run.vm05.stdout:Unpacking python3-prettytable (2.5.0-2) ... 2026-03-31T20:20:47.348 INFO:teuthology.orchestra.run.vm05.stdout:Selecting previously unselected package python3-rbd. 2026-03-31T20:20:47.353 INFO:teuthology.orchestra.run.vm05.stdout:Preparing to unpack .../17-python3-rbd_20.2.0-721-g5bb32787-1jammy_amd64.deb ... 2026-03-31T20:20:47.354 INFO:teuthology.orchestra.run.vm05.stdout:Unpacking python3-rbd (20.2.0-721-g5bb32787-1jammy) ... 2026-03-31T20:20:47.372 INFO:teuthology.orchestra.run.vm05.stdout:Selecting previously unselected package librdkafka1:amd64. 2026-03-31T20:20:47.378 INFO:teuthology.orchestra.run.vm05.stdout:Preparing to unpack .../18-librdkafka1_1.8.0-1build1_amd64.deb ... 2026-03-31T20:20:47.379 INFO:teuthology.orchestra.run.vm05.stdout:Unpacking librdkafka1:amd64 (1.8.0-1build1) ... 2026-03-31T20:20:47.399 INFO:teuthology.orchestra.run.vm05.stdout:Selecting previously unselected package librgw2. 2026-03-31T20:20:47.405 INFO:teuthology.orchestra.run.vm05.stdout:Preparing to unpack .../19-librgw2_20.2.0-721-g5bb32787-1jammy_amd64.deb ... 2026-03-31T20:20:47.406 INFO:teuthology.orchestra.run.vm05.stdout:Unpacking librgw2 (20.2.0-721-g5bb32787-1jammy) ... 2026-03-31T20:20:47.538 INFO:teuthology.orchestra.run.vm05.stdout:Selecting previously unselected package python3-rgw. 2026-03-31T20:20:47.543 INFO:teuthology.orchestra.run.vm05.stdout:Preparing to unpack .../20-python3-rgw_20.2.0-721-g5bb32787-1jammy_amd64.deb ... 2026-03-31T20:20:47.544 INFO:teuthology.orchestra.run.vm05.stdout:Unpacking python3-rgw (20.2.0-721-g5bb32787-1jammy) ... 2026-03-31T20:20:47.557 INFO:teuthology.orchestra.run.vm06.stdout:Get:82 https://3.chacra.ceph.com/r/ceph/tentacle-release/5bb3278730741031382ca9c3dc9d221a942e06a2/ubuntu/jammy/flavors/default jammy/main amd64 ceph-volume all 20.2.0-721-g5bb32787-1jammy [135 kB] 2026-03-31T20:20:47.558 INFO:teuthology.orchestra.run.vm06.stdout:Get:83 https://3.chacra.ceph.com/r/ceph/tentacle-release/5bb3278730741031382ca9c3dc9d221a942e06a2/ubuntu/jammy/flavors/default jammy/main amd64 libcephfs-daemon amd64 20.2.0-721-g5bb32787-1jammy [43.2 kB] 2026-03-31T20:20:47.558 INFO:teuthology.orchestra.run.vm06.stdout:Get:84 https://3.chacra.ceph.com/r/ceph/tentacle-release/5bb3278730741031382ca9c3dc9d221a942e06a2/ubuntu/jammy/flavors/default jammy/main amd64 libcephfs-proxy2 amd64 20.2.0-721-g5bb32787-1jammy [30.7 kB] 2026-03-31T20:20:47.558 INFO:teuthology.orchestra.run.vm06.stdout:Get:85 https://3.chacra.ceph.com/r/ceph/tentacle-release/5bb3278730741031382ca9c3dc9d221a942e06a2/ubuntu/jammy/flavors/default jammy/main amd64 libcephfs-dev amd64 20.2.0-721-g5bb32787-1jammy [41.4 kB] 2026-03-31T20:20:47.558 INFO:teuthology.orchestra.run.vm06.stdout:Get:86 https://3.chacra.ceph.com/r/ceph/tentacle-release/5bb3278730741031382ca9c3dc9d221a942e06a2/ubuntu/jammy/flavors/default jammy/main amd64 radosgw amd64 20.2.0-721-g5bb32787-1jammy [25.1 MB] 2026-03-31T20:20:47.560 INFO:teuthology.orchestra.run.vm05.stdout:Selecting previously unselected package liboath0:amd64. 2026-03-31T20:20:47.565 INFO:teuthology.orchestra.run.vm05.stdout:Preparing to unpack .../21-liboath0_2.6.7-3ubuntu0.1_amd64.deb ... 2026-03-31T20:20:47.566 INFO:teuthology.orchestra.run.vm05.stdout:Unpacking liboath0:amd64 (2.6.7-3ubuntu0.1) ... 2026-03-31T20:20:47.580 INFO:teuthology.orchestra.run.vm05.stdout:Selecting previously unselected package libradosstriper1. 2026-03-31T20:20:47.585 INFO:teuthology.orchestra.run.vm05.stdout:Preparing to unpack .../22-libradosstriper1_20.2.0-721-g5bb32787-1jammy_amd64.deb ... 2026-03-31T20:20:47.586 INFO:teuthology.orchestra.run.vm05.stdout:Unpacking libradosstriper1 (20.2.0-721-g5bb32787-1jammy) ... 2026-03-31T20:20:47.603 INFO:teuthology.orchestra.run.vm05.stdout:Selecting previously unselected package ceph-common. 2026-03-31T20:20:47.608 INFO:teuthology.orchestra.run.vm05.stdout:Preparing to unpack .../23-ceph-common_20.2.0-721-g5bb32787-1jammy_amd64.deb ... 2026-03-31T20:20:47.609 INFO:teuthology.orchestra.run.vm05.stdout:Unpacking ceph-common (20.2.0-721-g5bb32787-1jammy) ... 2026-03-31T20:20:47.978 INFO:teuthology.orchestra.run.vm05.stdout:Selecting previously unselected package ceph-base. 2026-03-31T20:20:47.983 INFO:teuthology.orchestra.run.vm05.stdout:Preparing to unpack .../24-ceph-base_20.2.0-721-g5bb32787-1jammy_amd64.deb ... 2026-03-31T20:20:47.987 INFO:teuthology.orchestra.run.vm05.stdout:Unpacking ceph-base (20.2.0-721-g5bb32787-1jammy) ... 2026-03-31T20:20:48.076 INFO:teuthology.orchestra.run.vm05.stdout:Selecting previously unselected package python3-jaraco.functools. 2026-03-31T20:20:48.082 INFO:teuthology.orchestra.run.vm05.stdout:Preparing to unpack .../25-python3-jaraco.functools_3.4.0-2_all.deb ... 2026-03-31T20:20:48.083 INFO:teuthology.orchestra.run.vm05.stdout:Unpacking python3-jaraco.functools (3.4.0-2) ... 2026-03-31T20:20:48.095 INFO:teuthology.orchestra.run.vm05.stdout:Selecting previously unselected package python3-cheroot. 2026-03-31T20:20:48.100 INFO:teuthology.orchestra.run.vm05.stdout:Preparing to unpack .../26-python3-cheroot_8.5.2+ds1-1ubuntu3.2_all.deb ... 2026-03-31T20:20:48.101 INFO:teuthology.orchestra.run.vm05.stdout:Unpacking python3-cheroot (8.5.2+ds1-1ubuntu3.2) ... 2026-03-31T20:20:48.117 INFO:teuthology.orchestra.run.vm05.stdout:Selecting previously unselected package python3-jaraco.classes. 2026-03-31T20:20:48.123 INFO:teuthology.orchestra.run.vm05.stdout:Preparing to unpack .../27-python3-jaraco.classes_3.2.1-3_all.deb ... 2026-03-31T20:20:48.124 INFO:teuthology.orchestra.run.vm05.stdout:Unpacking python3-jaraco.classes (3.2.1-3) ... 2026-03-31T20:20:48.137 INFO:teuthology.orchestra.run.vm05.stdout:Selecting previously unselected package python3-jaraco.text. 2026-03-31T20:20:48.143 INFO:teuthology.orchestra.run.vm05.stdout:Preparing to unpack .../28-python3-jaraco.text_3.6.0-2_all.deb ... 2026-03-31T20:20:48.143 INFO:teuthology.orchestra.run.vm05.stdout:Unpacking python3-jaraco.text (3.6.0-2) ... 2026-03-31T20:20:48.156 INFO:teuthology.orchestra.run.vm05.stdout:Selecting previously unselected package python3-jaraco.collections. 2026-03-31T20:20:48.161 INFO:teuthology.orchestra.run.vm05.stdout:Preparing to unpack .../29-python3-jaraco.collections_3.4.0-2_all.deb ... 2026-03-31T20:20:48.162 INFO:teuthology.orchestra.run.vm05.stdout:Unpacking python3-jaraco.collections (3.4.0-2) ... 2026-03-31T20:20:48.174 INFO:teuthology.orchestra.run.vm05.stdout:Selecting previously unselected package python3-tempora. 2026-03-31T20:20:48.180 INFO:teuthology.orchestra.run.vm05.stdout:Preparing to unpack .../30-python3-tempora_4.1.2-1_all.deb ... 2026-03-31T20:20:48.181 INFO:teuthology.orchestra.run.vm05.stdout:Unpacking python3-tempora (4.1.2-1) ... 2026-03-31T20:20:48.193 INFO:teuthology.orchestra.run.vm05.stdout:Selecting previously unselected package python3-portend. 2026-03-31T20:20:48.198 INFO:teuthology.orchestra.run.vm05.stdout:Preparing to unpack .../31-python3-portend_3.0.0-1_all.deb ... 2026-03-31T20:20:48.199 INFO:teuthology.orchestra.run.vm05.stdout:Unpacking python3-portend (3.0.0-1) ... 2026-03-31T20:20:48.211 INFO:teuthology.orchestra.run.vm05.stdout:Selecting previously unselected package python3-zc.lockfile. 2026-03-31T20:20:48.216 INFO:teuthology.orchestra.run.vm05.stdout:Preparing to unpack .../32-python3-zc.lockfile_2.0-1_all.deb ... 2026-03-31T20:20:48.217 INFO:teuthology.orchestra.run.vm05.stdout:Unpacking python3-zc.lockfile (2.0-1) ... 2026-03-31T20:20:48.229 INFO:teuthology.orchestra.run.vm05.stdout:Selecting previously unselected package python3-cherrypy3. 2026-03-31T20:20:48.235 INFO:teuthology.orchestra.run.vm05.stdout:Preparing to unpack .../33-python3-cherrypy3_18.6.1-4_all.deb ... 2026-03-31T20:20:48.235 INFO:teuthology.orchestra.run.vm05.stdout:Unpacking python3-cherrypy3 (18.6.1-4) ... 2026-03-31T20:20:48.263 INFO:teuthology.orchestra.run.vm05.stdout:Selecting previously unselected package python3-natsort. 2026-03-31T20:20:48.268 INFO:teuthology.orchestra.run.vm05.stdout:Preparing to unpack .../34-python3-natsort_8.0.2-1_all.deb ... 2026-03-31T20:20:48.269 INFO:teuthology.orchestra.run.vm05.stdout:Unpacking python3-natsort (8.0.2-1) ... 2026-03-31T20:20:48.284 INFO:teuthology.orchestra.run.vm05.stdout:Selecting previously unselected package ceph-mgr-modules-core. 2026-03-31T20:20:48.289 INFO:teuthology.orchestra.run.vm05.stdout:Preparing to unpack .../35-ceph-mgr-modules-core_20.2.0-721-g5bb32787-1jammy_all.deb ... 2026-03-31T20:20:48.290 INFO:teuthology.orchestra.run.vm05.stdout:Unpacking ceph-mgr-modules-core (20.2.0-721-g5bb32787-1jammy) ... 2026-03-31T20:20:48.320 INFO:teuthology.orchestra.run.vm05.stdout:Selecting previously unselected package libsqlite3-mod-ceph. 2026-03-31T20:20:48.326 INFO:teuthology.orchestra.run.vm05.stdout:Preparing to unpack .../36-libsqlite3-mod-ceph_20.2.0-721-g5bb32787-1jammy_amd64.deb ... 2026-03-31T20:20:48.326 INFO:teuthology.orchestra.run.vm05.stdout:Unpacking libsqlite3-mod-ceph (20.2.0-721-g5bb32787-1jammy) ... 2026-03-31T20:20:48.341 INFO:teuthology.orchestra.run.vm05.stdout:Selecting previously unselected package ceph-mgr. 2026-03-31T20:20:48.346 INFO:teuthology.orchestra.run.vm05.stdout:Preparing to unpack .../37-ceph-mgr_20.2.0-721-g5bb32787-1jammy_amd64.deb ... 2026-03-31T20:20:48.347 INFO:teuthology.orchestra.run.vm05.stdout:Unpacking ceph-mgr (20.2.0-721-g5bb32787-1jammy) ... 2026-03-31T20:20:48.371 INFO:teuthology.orchestra.run.vm05.stdout:Selecting previously unselected package ceph-mon. 2026-03-31T20:20:48.377 INFO:teuthology.orchestra.run.vm05.stdout:Preparing to unpack .../38-ceph-mon_20.2.0-721-g5bb32787-1jammy_amd64.deb ... 2026-03-31T20:20:48.377 INFO:teuthology.orchestra.run.vm05.stdout:Unpacking ceph-mon (20.2.0-721-g5bb32787-1jammy) ... 2026-03-31T20:20:48.460 INFO:teuthology.orchestra.run.vm05.stdout:Selecting previously unselected package libfuse2:amd64. 2026-03-31T20:20:48.466 INFO:teuthology.orchestra.run.vm05.stdout:Preparing to unpack .../39-libfuse2_2.9.9-5ubuntu3_amd64.deb ... 2026-03-31T20:20:48.467 INFO:teuthology.orchestra.run.vm05.stdout:Unpacking libfuse2:amd64 (2.9.9-5ubuntu3) ... 2026-03-31T20:20:48.482 INFO:teuthology.orchestra.run.vm05.stdout:Selecting previously unselected package ceph-osd. 2026-03-31T20:20:48.488 INFO:teuthology.orchestra.run.vm05.stdout:Preparing to unpack .../40-ceph-osd_20.2.0-721-g5bb32787-1jammy_amd64.deb ... 2026-03-31T20:20:48.489 INFO:teuthology.orchestra.run.vm05.stdout:Unpacking ceph-osd (20.2.0-721-g5bb32787-1jammy) ... 2026-03-31T20:20:48.713 INFO:teuthology.orchestra.run.vm05.stdout:Selecting previously unselected package ceph. 2026-03-31T20:20:48.720 INFO:teuthology.orchestra.run.vm05.stdout:Preparing to unpack .../41-ceph_20.2.0-721-g5bb32787-1jammy_amd64.deb ... 2026-03-31T20:20:48.721 INFO:teuthology.orchestra.run.vm05.stdout:Unpacking ceph (20.2.0-721-g5bb32787-1jammy) ... 2026-03-31T20:20:48.734 INFO:teuthology.orchestra.run.vm05.stdout:Selecting previously unselected package ceph-fuse. 2026-03-31T20:20:48.740 INFO:teuthology.orchestra.run.vm05.stdout:Preparing to unpack .../42-ceph-fuse_20.2.0-721-g5bb32787-1jammy_amd64.deb ... 2026-03-31T20:20:48.741 INFO:teuthology.orchestra.run.vm05.stdout:Unpacking ceph-fuse (20.2.0-721-g5bb32787-1jammy) ... 2026-03-31T20:20:48.768 INFO:teuthology.orchestra.run.vm05.stdout:Selecting previously unselected package ceph-mds. 2026-03-31T20:20:48.773 INFO:teuthology.orchestra.run.vm05.stdout:Preparing to unpack .../43-ceph-mds_20.2.0-721-g5bb32787-1jammy_amd64.deb ... 2026-03-31T20:20:48.774 INFO:teuthology.orchestra.run.vm05.stdout:Unpacking ceph-mds (20.2.0-721-g5bb32787-1jammy) ... 2026-03-31T20:20:48.814 INFO:teuthology.orchestra.run.vm05.stdout:Selecting previously unselected package cephadm. 2026-03-31T20:20:48.819 INFO:teuthology.orchestra.run.vm05.stdout:Preparing to unpack .../44-cephadm_20.2.0-721-g5bb32787-1jammy_amd64.deb ... 2026-03-31T20:20:48.820 INFO:teuthology.orchestra.run.vm05.stdout:Unpacking cephadm (20.2.0-721-g5bb32787-1jammy) ... 2026-03-31T20:20:48.837 INFO:teuthology.orchestra.run.vm05.stdout:Selecting previously unselected package python3-asyncssh. 2026-03-31T20:20:48.842 INFO:teuthology.orchestra.run.vm05.stdout:Preparing to unpack .../45-python3-asyncssh_2.5.0-1ubuntu0.1_all.deb ... 2026-03-31T20:20:48.843 INFO:teuthology.orchestra.run.vm05.stdout:Unpacking python3-asyncssh (2.5.0-1ubuntu0.1) ... 2026-03-31T20:20:48.867 INFO:teuthology.orchestra.run.vm05.stdout:Selecting previously unselected package ceph-mgr-cephadm. 2026-03-31T20:20:48.873 INFO:teuthology.orchestra.run.vm05.stdout:Preparing to unpack .../46-ceph-mgr-cephadm_20.2.0-721-g5bb32787-1jammy_all.deb ... 2026-03-31T20:20:48.874 INFO:teuthology.orchestra.run.vm05.stdout:Unpacking ceph-mgr-cephadm (20.2.0-721-g5bb32787-1jammy) ... 2026-03-31T20:20:48.896 INFO:teuthology.orchestra.run.vm05.stdout:Selecting previously unselected package python3-repoze.lru. 2026-03-31T20:20:48.902 INFO:teuthology.orchestra.run.vm05.stdout:Preparing to unpack .../47-python3-repoze.lru_0.7-2_all.deb ... 2026-03-31T20:20:48.903 INFO:teuthology.orchestra.run.vm05.stdout:Unpacking python3-repoze.lru (0.7-2) ... 2026-03-31T20:20:48.917 INFO:teuthology.orchestra.run.vm05.stdout:Selecting previously unselected package python3-routes. 2026-03-31T20:20:48.923 INFO:teuthology.orchestra.run.vm05.stdout:Preparing to unpack .../48-python3-routes_2.5.1-1ubuntu1_all.deb ... 2026-03-31T20:20:48.923 INFO:teuthology.orchestra.run.vm05.stdout:Unpacking python3-routes (2.5.1-1ubuntu1) ... 2026-03-31T20:20:48.946 INFO:teuthology.orchestra.run.vm05.stdout:Selecting previously unselected package ceph-mgr-dashboard. 2026-03-31T20:20:48.952 INFO:teuthology.orchestra.run.vm05.stdout:Preparing to unpack .../49-ceph-mgr-dashboard_20.2.0-721-g5bb32787-1jammy_all.deb ... 2026-03-31T20:20:48.953 INFO:teuthology.orchestra.run.vm05.stdout:Unpacking ceph-mgr-dashboard (20.2.0-721-g5bb32787-1jammy) ... 2026-03-31T20:20:49.480 INFO:teuthology.orchestra.run.vm01.stdout:Get:82 https://3.chacra.ceph.com/r/ceph/tentacle-release/5bb3278730741031382ca9c3dc9d221a942e06a2/ubuntu/jammy/flavors/default jammy/main amd64 ceph-volume all 20.2.0-721-g5bb32787-1jammy [135 kB] 2026-03-31T20:20:49.481 INFO:teuthology.orchestra.run.vm01.stdout:Get:83 https://3.chacra.ceph.com/r/ceph/tentacle-release/5bb3278730741031382ca9c3dc9d221a942e06a2/ubuntu/jammy/flavors/default jammy/main amd64 libcephfs-daemon amd64 20.2.0-721-g5bb32787-1jammy [43.2 kB] 2026-03-31T20:20:49.481 INFO:teuthology.orchestra.run.vm01.stdout:Get:84 https://3.chacra.ceph.com/r/ceph/tentacle-release/5bb3278730741031382ca9c3dc9d221a942e06a2/ubuntu/jammy/flavors/default jammy/main amd64 libcephfs-proxy2 amd64 20.2.0-721-g5bb32787-1jammy [30.7 kB] 2026-03-31T20:20:49.481 INFO:teuthology.orchestra.run.vm01.stdout:Get:85 https://3.chacra.ceph.com/r/ceph/tentacle-release/5bb3278730741031382ca9c3dc9d221a942e06a2/ubuntu/jammy/flavors/default jammy/main amd64 libcephfs-dev amd64 20.2.0-721-g5bb32787-1jammy [41.4 kB] 2026-03-31T20:20:49.481 INFO:teuthology.orchestra.run.vm01.stdout:Get:86 https://3.chacra.ceph.com/r/ceph/tentacle-release/5bb3278730741031382ca9c3dc9d221a942e06a2/ubuntu/jammy/flavors/default jammy/main amd64 radosgw amd64 20.2.0-721-g5bb32787-1jammy [25.1 MB] 2026-03-31T20:20:49.606 INFO:teuthology.orchestra.run.vm05.stdout:Selecting previously unselected package python3-sklearn-lib:amd64. 2026-03-31T20:20:49.611 INFO:teuthology.orchestra.run.vm05.stdout:Preparing to unpack .../50-python3-sklearn-lib_0.23.2-5ubuntu6_amd64.deb ... 2026-03-31T20:20:49.612 INFO:teuthology.orchestra.run.vm05.stdout:Unpacking python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2026-03-31T20:20:49.663 INFO:teuthology.orchestra.run.vm05.stdout:Selecting previously unselected package python3-joblib. 2026-03-31T20:20:49.669 INFO:teuthology.orchestra.run.vm05.stdout:Preparing to unpack .../51-python3-joblib_0.17.0-4ubuntu1_all.deb ... 2026-03-31T20:20:49.670 INFO:teuthology.orchestra.run.vm05.stdout:Unpacking python3-joblib (0.17.0-4ubuntu1) ... 2026-03-31T20:20:49.700 INFO:teuthology.orchestra.run.vm05.stdout:Selecting previously unselected package python3-threadpoolctl. 2026-03-31T20:20:49.706 INFO:teuthology.orchestra.run.vm05.stdout:Preparing to unpack .../52-python3-threadpoolctl_3.1.0-1_all.deb ... 2026-03-31T20:20:49.707 INFO:teuthology.orchestra.run.vm05.stdout:Unpacking python3-threadpoolctl (3.1.0-1) ... 2026-03-31T20:20:49.721 INFO:teuthology.orchestra.run.vm05.stdout:Selecting previously unselected package python3-sklearn. 2026-03-31T20:20:49.727 INFO:teuthology.orchestra.run.vm05.stdout:Preparing to unpack .../53-python3-sklearn_0.23.2-5ubuntu6_all.deb ... 2026-03-31T20:20:49.728 INFO:teuthology.orchestra.run.vm05.stdout:Unpacking python3-sklearn (0.23.2-5ubuntu6) ... 2026-03-31T20:20:49.839 INFO:teuthology.orchestra.run.vm05.stdout:Selecting previously unselected package ceph-mgr-diskprediction-local. 2026-03-31T20:20:49.845 INFO:teuthology.orchestra.run.vm05.stdout:Preparing to unpack .../54-ceph-mgr-diskprediction-local_20.2.0-721-g5bb32787-1jammy_all.deb ... 2026-03-31T20:20:49.846 INFO:teuthology.orchestra.run.vm05.stdout:Unpacking ceph-mgr-diskprediction-local (20.2.0-721-g5bb32787-1jammy) ... 2026-03-31T20:20:50.022 INFO:teuthology.orchestra.run.vm06.stdout:Get:87 https://3.chacra.ceph.com/r/ceph/tentacle-release/5bb3278730741031382ca9c3dc9d221a942e06a2/ubuntu/jammy/flavors/default jammy/main amd64 rbd-fuse amd64 20.2.0-721-g5bb32787-1jammy [97.5 kB] 2026-03-31T20:20:50.174 INFO:teuthology.orchestra.run.vm05.stdout:Selecting previously unselected package python3-cachetools. 2026-03-31T20:20:50.178 INFO:teuthology.orchestra.run.vm05.stdout:Preparing to unpack .../55-python3-cachetools_5.0.0-1_all.deb ... 2026-03-31T20:20:50.179 INFO:teuthology.orchestra.run.vm05.stdout:Unpacking python3-cachetools (5.0.0-1) ... 2026-03-31T20:20:50.198 INFO:teuthology.orchestra.run.vm05.stdout:Selecting previously unselected package python3-rsa. 2026-03-31T20:20:50.200 INFO:teuthology.orchestra.run.vm05.stdout:Preparing to unpack .../56-python3-rsa_4.8-1_all.deb ... 2026-03-31T20:20:50.201 INFO:teuthology.orchestra.run.vm05.stdout:Unpacking python3-rsa (4.8-1) ... 2026-03-31T20:20:50.220 INFO:teuthology.orchestra.run.vm05.stdout:Selecting previously unselected package python3-google-auth. 2026-03-31T20:20:50.226 INFO:teuthology.orchestra.run.vm05.stdout:Preparing to unpack .../57-python3-google-auth_1.5.1-3_all.deb ... 2026-03-31T20:20:50.227 INFO:teuthology.orchestra.run.vm05.stdout:Unpacking python3-google-auth (1.5.1-3) ... 2026-03-31T20:20:50.246 INFO:teuthology.orchestra.run.vm05.stdout:Selecting previously unselected package python3-requests-oauthlib. 2026-03-31T20:20:50.253 INFO:teuthology.orchestra.run.vm05.stdout:Preparing to unpack .../58-python3-requests-oauthlib_1.3.0+ds-0.1_all.deb ... 2026-03-31T20:20:50.254 INFO:teuthology.orchestra.run.vm05.stdout:Unpacking python3-requests-oauthlib (1.3.0+ds-0.1) ... 2026-03-31T20:20:50.271 INFO:teuthology.orchestra.run.vm05.stdout:Selecting previously unselected package python3-websocket. 2026-03-31T20:20:50.274 INFO:teuthology.orchestra.run.vm06.stdout:Fetched 281 MB in 30s (9458 kB/s) 2026-03-31T20:20:50.277 INFO:teuthology.orchestra.run.vm05.stdout:Preparing to unpack .../59-python3-websocket_1.2.3-1_all.deb ... 2026-03-31T20:20:50.278 INFO:teuthology.orchestra.run.vm05.stdout:Unpacking python3-websocket (1.2.3-1) ... 2026-03-31T20:20:50.288 INFO:teuthology.orchestra.run.vm06.stdout:Selecting previously unselected package liblttng-ust1:amd64. 2026-03-31T20:20:50.297 INFO:teuthology.orchestra.run.vm05.stdout:Selecting previously unselected package python3-kubernetes. 2026-03-31T20:20:50.303 INFO:teuthology.orchestra.run.vm05.stdout:Preparing to unpack .../60-python3-kubernetes_12.0.1-1ubuntu1_all.deb ... 2026-03-31T20:20:50.304 INFO:teuthology.orchestra.run.vm05.stdout:Unpacking python3-kubernetes (12.0.1-1ubuntu1) ... 2026-03-31T20:20:50.320 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 ... 119262 files and directories currently installed.) 2026-03-31T20:20:50.322 INFO:teuthology.orchestra.run.vm06.stdout:Preparing to unpack .../00-liblttng-ust1_2.13.1-1ubuntu1_amd64.deb ... 2026-03-31T20:20:50.323 INFO:teuthology.orchestra.run.vm06.stdout:Unpacking liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2026-03-31T20:20:50.340 INFO:teuthology.orchestra.run.vm06.stdout:Selecting previously unselected package libdouble-conversion3:amd64. 2026-03-31T20:20:50.346 INFO:teuthology.orchestra.run.vm06.stdout:Preparing to unpack .../01-libdouble-conversion3_3.1.7-4_amd64.deb ... 2026-03-31T20:20:50.347 INFO:teuthology.orchestra.run.vm06.stdout:Unpacking libdouble-conversion3:amd64 (3.1.7-4) ... 2026-03-31T20:20:50.359 INFO:teuthology.orchestra.run.vm06.stdout:Selecting previously unselected package libpcre2-16-0:amd64. 2026-03-31T20:20:50.365 INFO:teuthology.orchestra.run.vm06.stdout:Preparing to unpack .../02-libpcre2-16-0_10.39-3ubuntu0.1_amd64.deb ... 2026-03-31T20:20:50.365 INFO:teuthology.orchestra.run.vm06.stdout:Unpacking libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2026-03-31T20:20:50.382 INFO:teuthology.orchestra.run.vm06.stdout:Selecting previously unselected package libqt5core5a:amd64. 2026-03-31T20:20:50.387 INFO:teuthology.orchestra.run.vm06.stdout:Preparing to unpack .../03-libqt5core5a_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2026-03-31T20:20:50.401 INFO:teuthology.orchestra.run.vm06.stdout:Unpacking libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2026-03-31T20:20:50.439 INFO:teuthology.orchestra.run.vm05.stdout:Selecting previously unselected package ceph-mgr-k8sevents. 2026-03-31T20:20:50.440 INFO:teuthology.orchestra.run.vm06.stdout:Selecting previously unselected package libqt5dbus5:amd64. 2026-03-31T20:20:50.445 INFO:teuthology.orchestra.run.vm05.stdout:Preparing to unpack .../61-ceph-mgr-k8sevents_20.2.0-721-g5bb32787-1jammy_all.deb ... 2026-03-31T20:20:50.446 INFO:teuthology.orchestra.run.vm05.stdout:Unpacking ceph-mgr-k8sevents (20.2.0-721-g5bb32787-1jammy) ... 2026-03-31T20:20:50.446 INFO:teuthology.orchestra.run.vm06.stdout:Preparing to unpack .../04-libqt5dbus5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2026-03-31T20:20:50.447 INFO:teuthology.orchestra.run.vm06.stdout:Unpacking libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2026-03-31T20:20:50.462 INFO:teuthology.orchestra.run.vm05.stdout:Selecting previously unselected package libonig5:amd64. 2026-03-31T20:20:50.463 INFO:teuthology.orchestra.run.vm06.stdout:Selecting previously unselected package libqt5network5:amd64. 2026-03-31T20:20:50.465 INFO:teuthology.orchestra.run.vm05.stdout:Preparing to unpack .../62-libonig5_6.9.7.1-2build1_amd64.deb ... 2026-03-31T20:20:50.466 INFO:teuthology.orchestra.run.vm05.stdout:Unpacking libonig5:amd64 (6.9.7.1-2build1) ... 2026-03-31T20:20:50.469 INFO:teuthology.orchestra.run.vm06.stdout:Preparing to unpack .../05-libqt5network5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2026-03-31T20:20:50.469 INFO:teuthology.orchestra.run.vm06.stdout:Unpacking libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2026-03-31T20:20:50.486 INFO:teuthology.orchestra.run.vm05.stdout:Selecting previously unselected package libjq1:amd64. 2026-03-31T20:20:50.487 INFO:teuthology.orchestra.run.vm05.stdout:Preparing to unpack .../63-libjq1_1.6-2.1ubuntu3.1_amd64.deb ... 2026-03-31T20:20:50.488 INFO:teuthology.orchestra.run.vm05.stdout:Unpacking libjq1:amd64 (1.6-2.1ubuntu3.1) ... 2026-03-31T20:20:50.491 INFO:teuthology.orchestra.run.vm06.stdout:Selecting previously unselected package libthrift-0.16.0:amd64. 2026-03-31T20:20:50.497 INFO:teuthology.orchestra.run.vm06.stdout:Preparing to unpack .../06-libthrift-0.16.0_0.16.0-2_amd64.deb ... 2026-03-31T20:20:50.497 INFO:teuthology.orchestra.run.vm06.stdout:Unpacking libthrift-0.16.0:amd64 (0.16.0-2) ... 2026-03-31T20:20:50.502 INFO:teuthology.orchestra.run.vm05.stdout:Selecting previously unselected package jq. 2026-03-31T20:20:50.507 INFO:teuthology.orchestra.run.vm05.stdout:Preparing to unpack .../64-jq_1.6-2.1ubuntu3.1_amd64.deb ... 2026-03-31T20:20:50.508 INFO:teuthology.orchestra.run.vm05.stdout:Unpacking jq (1.6-2.1ubuntu3.1) ... 2026-03-31T20:20:50.519 INFO:teuthology.orchestra.run.vm06.stdout:Preparing to unpack .../07-librbd1_20.2.0-721-g5bb32787-1jammy_amd64.deb ... 2026-03-31T20:20:50.521 INFO:teuthology.orchestra.run.vm06.stdout:Unpacking librbd1 (20.2.0-721-g5bb32787-1jammy) over (17.2.9-0ubuntu0.22.04.2) ... 2026-03-31T20:20:50.522 INFO:teuthology.orchestra.run.vm05.stdout:Selecting previously unselected package socat. 2026-03-31T20:20:50.528 INFO:teuthology.orchestra.run.vm05.stdout:Preparing to unpack .../65-socat_1.7.4.1-3ubuntu4_amd64.deb ... 2026-03-31T20:20:50.529 INFO:teuthology.orchestra.run.vm05.stdout:Unpacking socat (1.7.4.1-3ubuntu4) ... 2026-03-31T20:20:50.550 INFO:teuthology.orchestra.run.vm05.stdout:Selecting previously unselected package xmlstarlet. 2026-03-31T20:20:50.555 INFO:teuthology.orchestra.run.vm05.stdout:Preparing to unpack .../66-xmlstarlet_1.6.1-2.1_amd64.deb ... 2026-03-31T20:20:50.562 INFO:teuthology.orchestra.run.vm05.stdout:Unpacking xmlstarlet (1.6.1-2.1) ... 2026-03-31T20:20:50.585 INFO:teuthology.orchestra.run.vm06.stdout:Preparing to unpack .../08-librados2_20.2.0-721-g5bb32787-1jammy_amd64.deb ... 2026-03-31T20:20:50.587 INFO:teuthology.orchestra.run.vm06.stdout:Unpacking librados2 (20.2.0-721-g5bb32787-1jammy) over (17.2.9-0ubuntu0.22.04.2) ... 2026-03-31T20:20:50.606 INFO:teuthology.orchestra.run.vm05.stdout:Selecting previously unselected package ceph-test. 2026-03-31T20:20:50.610 INFO:teuthology.orchestra.run.vm05.stdout:Preparing to unpack .../67-ceph-test_20.2.0-721-g5bb32787-1jammy_amd64.deb ... 2026-03-31T20:20:50.610 INFO:teuthology.orchestra.run.vm05.stdout:Unpacking ceph-test (20.2.0-721-g5bb32787-1jammy) ... 2026-03-31T20:20:50.650 INFO:teuthology.orchestra.run.vm06.stdout:Selecting previously unselected package libnbd0. 2026-03-31T20:20:50.656 INFO:teuthology.orchestra.run.vm06.stdout:Preparing to unpack .../09-libnbd0_1.10.5-1_amd64.deb ... 2026-03-31T20:20:50.657 INFO:teuthology.orchestra.run.vm06.stdout:Unpacking libnbd0 (1.10.5-1) ... 2026-03-31T20:20:50.672 INFO:teuthology.orchestra.run.vm06.stdout:Selecting previously unselected package libcephfs2. 2026-03-31T20:20:50.679 INFO:teuthology.orchestra.run.vm06.stdout:Preparing to unpack .../10-libcephfs2_20.2.0-721-g5bb32787-1jammy_amd64.deb ... 2026-03-31T20:20:50.680 INFO:teuthology.orchestra.run.vm06.stdout:Unpacking libcephfs2 (20.2.0-721-g5bb32787-1jammy) ... 2026-03-31T20:20:50.704 INFO:teuthology.orchestra.run.vm06.stdout:Selecting previously unselected package python3-rados. 2026-03-31T20:20:50.710 INFO:teuthology.orchestra.run.vm06.stdout:Preparing to unpack .../11-python3-rados_20.2.0-721-g5bb32787-1jammy_amd64.deb ... 2026-03-31T20:20:50.711 INFO:teuthology.orchestra.run.vm06.stdout:Unpacking python3-rados (20.2.0-721-g5bb32787-1jammy) ... 2026-03-31T20:20:50.731 INFO:teuthology.orchestra.run.vm06.stdout:Selecting previously unselected package python3-ceph-argparse. 2026-03-31T20:20:50.738 INFO:teuthology.orchestra.run.vm06.stdout:Preparing to unpack .../12-python3-ceph-argparse_20.2.0-721-g5bb32787-1jammy_all.deb ... 2026-03-31T20:20:50.739 INFO:teuthology.orchestra.run.vm06.stdout:Unpacking python3-ceph-argparse (20.2.0-721-g5bb32787-1jammy) ... 2026-03-31T20:20:50.753 INFO:teuthology.orchestra.run.vm06.stdout:Selecting previously unselected package python3-cephfs. 2026-03-31T20:20:50.759 INFO:teuthology.orchestra.run.vm06.stdout:Preparing to unpack .../13-python3-cephfs_20.2.0-721-g5bb32787-1jammy_amd64.deb ... 2026-03-31T20:20:50.760 INFO:teuthology.orchestra.run.vm06.stdout:Unpacking python3-cephfs (20.2.0-721-g5bb32787-1jammy) ... 2026-03-31T20:20:50.777 INFO:teuthology.orchestra.run.vm06.stdout:Selecting previously unselected package python3-ceph-common. 2026-03-31T20:20:50.783 INFO:teuthology.orchestra.run.vm06.stdout:Preparing to unpack .../14-python3-ceph-common_20.2.0-721-g5bb32787-1jammy_all.deb ... 2026-03-31T20:20:50.783 INFO:teuthology.orchestra.run.vm06.stdout:Unpacking python3-ceph-common (20.2.0-721-g5bb32787-1jammy) ... 2026-03-31T20:20:50.804 INFO:teuthology.orchestra.run.vm06.stdout:Selecting previously unselected package python3-wcwidth. 2026-03-31T20:20:50.810 INFO:teuthology.orchestra.run.vm06.stdout:Preparing to unpack .../15-python3-wcwidth_0.2.5+dfsg1-1_all.deb ... 2026-03-31T20:20:50.811 INFO:teuthology.orchestra.run.vm06.stdout:Unpacking python3-wcwidth (0.2.5+dfsg1-1) ... 2026-03-31T20:20:50.828 INFO:teuthology.orchestra.run.vm06.stdout:Selecting previously unselected package python3-prettytable. 2026-03-31T20:20:50.834 INFO:teuthology.orchestra.run.vm06.stdout:Preparing to unpack .../16-python3-prettytable_2.5.0-2_all.deb ... 2026-03-31T20:20:50.835 INFO:teuthology.orchestra.run.vm06.stdout:Unpacking python3-prettytable (2.5.0-2) ... 2026-03-31T20:20:50.851 INFO:teuthology.orchestra.run.vm06.stdout:Selecting previously unselected package python3-rbd. 2026-03-31T20:20:50.857 INFO:teuthology.orchestra.run.vm06.stdout:Preparing to unpack .../17-python3-rbd_20.2.0-721-g5bb32787-1jammy_amd64.deb ... 2026-03-31T20:20:50.858 INFO:teuthology.orchestra.run.vm06.stdout:Unpacking python3-rbd (20.2.0-721-g5bb32787-1jammy) ... 2026-03-31T20:20:50.878 INFO:teuthology.orchestra.run.vm06.stdout:Selecting previously unselected package librdkafka1:amd64. 2026-03-31T20:20:50.882 INFO:teuthology.orchestra.run.vm06.stdout:Preparing to unpack .../18-librdkafka1_1.8.0-1build1_amd64.deb ... 2026-03-31T20:20:50.883 INFO:teuthology.orchestra.run.vm06.stdout:Unpacking librdkafka1:amd64 (1.8.0-1build1) ... 2026-03-31T20:20:50.906 INFO:teuthology.orchestra.run.vm06.stdout:Selecting previously unselected package librgw2. 2026-03-31T20:20:50.911 INFO:teuthology.orchestra.run.vm06.stdout:Preparing to unpack .../19-librgw2_20.2.0-721-g5bb32787-1jammy_amd64.deb ... 2026-03-31T20:20:50.912 INFO:teuthology.orchestra.run.vm06.stdout:Unpacking librgw2 (20.2.0-721-g5bb32787-1jammy) ... 2026-03-31T20:20:51.045 INFO:teuthology.orchestra.run.vm06.stdout:Selecting previously unselected package python3-rgw. 2026-03-31T20:20:51.051 INFO:teuthology.orchestra.run.vm06.stdout:Preparing to unpack .../20-python3-rgw_20.2.0-721-g5bb32787-1jammy_amd64.deb ... 2026-03-31T20:20:51.052 INFO:teuthology.orchestra.run.vm06.stdout:Unpacking python3-rgw (20.2.0-721-g5bb32787-1jammy) ... 2026-03-31T20:20:51.069 INFO:teuthology.orchestra.run.vm06.stdout:Selecting previously unselected package liboath0:amd64. 2026-03-31T20:20:51.075 INFO:teuthology.orchestra.run.vm06.stdout:Preparing to unpack .../21-liboath0_2.6.7-3ubuntu0.1_amd64.deb ... 2026-03-31T20:20:51.076 INFO:teuthology.orchestra.run.vm06.stdout:Unpacking liboath0:amd64 (2.6.7-3ubuntu0.1) ... 2026-03-31T20:20:51.092 INFO:teuthology.orchestra.run.vm06.stdout:Selecting previously unselected package libradosstriper1. 2026-03-31T20:20:51.099 INFO:teuthology.orchestra.run.vm06.stdout:Preparing to unpack .../22-libradosstriper1_20.2.0-721-g5bb32787-1jammy_amd64.deb ... 2026-03-31T20:20:51.100 INFO:teuthology.orchestra.run.vm06.stdout:Unpacking libradosstriper1 (20.2.0-721-g5bb32787-1jammy) ... 2026-03-31T20:20:51.121 INFO:teuthology.orchestra.run.vm06.stdout:Selecting previously unselected package ceph-common. 2026-03-31T20:20:51.126 INFO:teuthology.orchestra.run.vm06.stdout:Preparing to unpack .../23-ceph-common_20.2.0-721-g5bb32787-1jammy_amd64.deb ... 2026-03-31T20:20:51.127 INFO:teuthology.orchestra.run.vm06.stdout:Unpacking ceph-common (20.2.0-721-g5bb32787-1jammy) ... 2026-03-31T20:20:51.784 INFO:teuthology.orchestra.run.vm01.stdout:Get:87 https://3.chacra.ceph.com/r/ceph/tentacle-release/5bb3278730741031382ca9c3dc9d221a942e06a2/ubuntu/jammy/flavors/default jammy/main amd64 rbd-fuse amd64 20.2.0-721-g5bb32787-1jammy [97.5 kB] 2026-03-31T20:20:51.832 INFO:teuthology.orchestra.run.vm06.stdout:Selecting previously unselected package ceph-base. 2026-03-31T20:20:51.836 INFO:teuthology.orchestra.run.vm05.stdout:Selecting previously unselected package ceph-volume. 2026-03-31T20:20:51.838 INFO:teuthology.orchestra.run.vm06.stdout:Preparing to unpack .../24-ceph-base_20.2.0-721-g5bb32787-1jammy_amd64.deb ... 2026-03-31T20:20:51.842 INFO:teuthology.orchestra.run.vm05.stdout:Preparing to unpack .../68-ceph-volume_20.2.0-721-g5bb32787-1jammy_all.deb ... 2026-03-31T20:20:51.843 INFO:teuthology.orchestra.run.vm06.stdout:Unpacking ceph-base (20.2.0-721-g5bb32787-1jammy) ... 2026-03-31T20:20:51.843 INFO:teuthology.orchestra.run.vm05.stdout:Unpacking ceph-volume (20.2.0-721-g5bb32787-1jammy) ... 2026-03-31T20:20:51.870 INFO:teuthology.orchestra.run.vm05.stdout:Selecting previously unselected package libcephfs-daemon. 2026-03-31T20:20:51.876 INFO:teuthology.orchestra.run.vm05.stdout:Preparing to unpack .../69-libcephfs-daemon_20.2.0-721-g5bb32787-1jammy_amd64.deb ... 2026-03-31T20:20:51.877 INFO:teuthology.orchestra.run.vm05.stdout:Unpacking libcephfs-daemon (20.2.0-721-g5bb32787-1jammy) ... 2026-03-31T20:20:51.894 INFO:teuthology.orchestra.run.vm05.stdout:Selecting previously unselected package libcephfs-proxy2. 2026-03-31T20:20:51.896 INFO:teuthology.orchestra.run.vm05.stdout:Preparing to unpack .../70-libcephfs-proxy2_20.2.0-721-g5bb32787-1jammy_amd64.deb ... 2026-03-31T20:20:51.897 INFO:teuthology.orchestra.run.vm05.stdout:Unpacking libcephfs-proxy2 (20.2.0-721-g5bb32787-1jammy) ... 2026-03-31T20:20:51.926 INFO:teuthology.orchestra.run.vm05.stdout:Selecting previously unselected package libcephfs-dev. 2026-03-31T20:20:51.932 INFO:teuthology.orchestra.run.vm05.stdout:Preparing to unpack .../71-libcephfs-dev_20.2.0-721-g5bb32787-1jammy_amd64.deb ... 2026-03-31T20:20:51.932 INFO:teuthology.orchestra.run.vm05.stdout:Unpacking libcephfs-dev (20.2.0-721-g5bb32787-1jammy) ... 2026-03-31T20:20:51.939 INFO:teuthology.orchestra.run.vm06.stdout:Selecting previously unselected package python3-jaraco.functools. 2026-03-31T20:20:51.945 INFO:teuthology.orchestra.run.vm06.stdout:Preparing to unpack .../25-python3-jaraco.functools_3.4.0-2_all.deb ... 2026-03-31T20:20:51.946 INFO:teuthology.orchestra.run.vm06.stdout:Unpacking python3-jaraco.functools (3.4.0-2) ... 2026-03-31T20:20:51.950 INFO:teuthology.orchestra.run.vm05.stdout:Selecting previously unselected package nvme-cli. 2026-03-31T20:20:51.954 INFO:teuthology.orchestra.run.vm05.stdout:Preparing to unpack .../72-nvme-cli_1.16-3ubuntu0.3_amd64.deb ... 2026-03-31T20:20:51.954 INFO:teuthology.orchestra.run.vm05.stdout:Unpacking nvme-cli (1.16-3ubuntu0.3) ... 2026-03-31T20:20:51.961 INFO:teuthology.orchestra.run.vm06.stdout:Selecting previously unselected package python3-cheroot. 2026-03-31T20:20:51.966 INFO:teuthology.orchestra.run.vm06.stdout:Preparing to unpack .../26-python3-cheroot_8.5.2+ds1-1ubuntu3.2_all.deb ... 2026-03-31T20:20:51.967 INFO:teuthology.orchestra.run.vm06.stdout:Unpacking python3-cheroot (8.5.2+ds1-1ubuntu3.2) ... 2026-03-31T20:20:51.988 INFO:teuthology.orchestra.run.vm06.stdout:Selecting previously unselected package python3-jaraco.classes. 2026-03-31T20:20:51.990 INFO:teuthology.orchestra.run.vm05.stdout:Selecting previously unselected package python-asyncssh-doc. 2026-03-31T20:20:51.993 INFO:teuthology.orchestra.run.vm06.stdout:Preparing to unpack .../27-python3-jaraco.classes_3.2.1-3_all.deb ... 2026-03-31T20:20:51.994 INFO:teuthology.orchestra.run.vm06.stdout:Unpacking python3-jaraco.classes (3.2.1-3) ... 2026-03-31T20:20:51.996 INFO:teuthology.orchestra.run.vm05.stdout:Preparing to unpack .../73-python-asyncssh-doc_2.5.0-1ubuntu0.1_all.deb ... 2026-03-31T20:20:51.996 INFO:teuthology.orchestra.run.vm05.stdout:Unpacking python-asyncssh-doc (2.5.0-1ubuntu0.1) ... 2026-03-31T20:20:52.010 INFO:teuthology.orchestra.run.vm06.stdout:Selecting previously unselected package python3-jaraco.text. 2026-03-31T20:20:52.014 INFO:teuthology.orchestra.run.vm06.stdout:Preparing to unpack .../28-python3-jaraco.text_3.6.0-2_all.deb ... 2026-03-31T20:20:52.014 INFO:teuthology.orchestra.run.vm06.stdout:Unpacking python3-jaraco.text (3.6.0-2) ... 2026-03-31T20:20:52.032 INFO:teuthology.orchestra.run.vm06.stdout:Selecting previously unselected package python3-jaraco.collections. 2026-03-31T20:20:52.036 INFO:teuthology.orchestra.run.vm06.stdout:Preparing to unpack .../29-python3-jaraco.collections_3.4.0-2_all.deb ... 2026-03-31T20:20:52.037 INFO:teuthology.orchestra.run.vm06.stdout:Unpacking python3-jaraco.collections (3.4.0-2) ... 2026-03-31T20:20:52.038 INFO:teuthology.orchestra.run.vm05.stdout:Selecting previously unselected package python3-iniconfig. 2026-03-31T20:20:52.039 INFO:teuthology.orchestra.run.vm05.stdout:Preparing to unpack .../74-python3-iniconfig_1.1.1-2_all.deb ... 2026-03-31T20:20:52.040 INFO:teuthology.orchestra.run.vm05.stdout:Unpacking python3-iniconfig (1.1.1-2) ... 2026-03-31T20:20:52.042 INFO:teuthology.orchestra.run.vm01.stdout:Fetched 281 MB in 32s (8864 kB/s) 2026-03-31T20:20:52.052 INFO:teuthology.orchestra.run.vm06.stdout:Selecting previously unselected package python3-tempora. 2026-03-31T20:20:52.054 INFO:teuthology.orchestra.run.vm05.stdout:Selecting previously unselected package python3-pluggy. 2026-03-31T20:20:52.056 INFO:teuthology.orchestra.run.vm06.stdout:Preparing to unpack .../30-python3-tempora_4.1.2-1_all.deb ... 2026-03-31T20:20:52.059 INFO:teuthology.orchestra.run.vm05.stdout:Preparing to unpack .../75-python3-pluggy_0.13.0-7.1_all.deb ... 2026-03-31T20:20:52.136 INFO:teuthology.orchestra.run.vm05.stdout:Unpacking python3-pluggy (0.13.0-7.1) ... 2026-03-31T20:20:52.154 INFO:teuthology.orchestra.run.vm06.stdout:Unpacking python3-tempora (4.1.2-1) ... 2026-03-31T20:20:52.158 INFO:teuthology.orchestra.run.vm01.stdout:Selecting previously unselected package liblttng-ust1:amd64. 2026-03-31T20:20:52.170 INFO:teuthology.orchestra.run.vm05.stdout:Selecting previously unselected package python3-psutil. 2026-03-31T20:20:52.170 INFO:teuthology.orchestra.run.vm06.stdout:Selecting previously unselected package python3-portend. 2026-03-31T20:20:52.172 INFO:teuthology.orchestra.run.vm05.stdout:Preparing to unpack .../76-python3-psutil_5.9.0-1build1_amd64.deb ... 2026-03-31T20:20:52.172 INFO:teuthology.orchestra.run.vm05.stdout:Unpacking python3-psutil (5.9.0-1build1) ... 2026-03-31T20:20:52.174 INFO:teuthology.orchestra.run.vm06.stdout:Preparing to unpack .../31-python3-portend_3.0.0-1_all.deb ... 2026-03-31T20:20:52.174 INFO:teuthology.orchestra.run.vm06.stdout:Unpacking python3-portend (3.0.0-1) ... 2026-03-31T20:20:52.188 INFO:teuthology.orchestra.run.vm01.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 ... 119262 files and directories currently installed.) 2026-03-31T20:20:52.190 INFO:teuthology.orchestra.run.vm06.stdout:Selecting previously unselected package python3-zc.lockfile. 2026-03-31T20:20:52.190 INFO:teuthology.orchestra.run.vm01.stdout:Preparing to unpack .../00-liblttng-ust1_2.13.1-1ubuntu1_amd64.deb ... 2026-03-31T20:20:52.192 INFO:teuthology.orchestra.run.vm05.stdout:Selecting previously unselected package python3-py. 2026-03-31T20:20:52.192 INFO:teuthology.orchestra.run.vm01.stdout:Unpacking liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2026-03-31T20:20:52.195 INFO:teuthology.orchestra.run.vm06.stdout:Preparing to unpack .../32-python3-zc.lockfile_2.0-1_all.deb ... 2026-03-31T20:20:52.196 INFO:teuthology.orchestra.run.vm06.stdout:Unpacking python3-zc.lockfile (2.0-1) ... 2026-03-31T20:20:52.199 INFO:teuthology.orchestra.run.vm05.stdout:Preparing to unpack .../77-python3-py_1.10.0-1_all.deb ... 2026-03-31T20:20:52.199 INFO:teuthology.orchestra.run.vm05.stdout:Unpacking python3-py (1.10.0-1) ... 2026-03-31T20:20:52.211 INFO:teuthology.orchestra.run.vm01.stdout:Selecting previously unselected package libdouble-conversion3:amd64. 2026-03-31T20:20:52.212 INFO:teuthology.orchestra.run.vm06.stdout:Selecting previously unselected package python3-cherrypy3. 2026-03-31T20:20:52.216 INFO:teuthology.orchestra.run.vm01.stdout:Preparing to unpack .../01-libdouble-conversion3_3.1.7-4_amd64.deb ... 2026-03-31T20:20:52.217 INFO:teuthology.orchestra.run.vm01.stdout:Unpacking libdouble-conversion3:amd64 (3.1.7-4) ... 2026-03-31T20:20:52.218 INFO:teuthology.orchestra.run.vm06.stdout:Preparing to unpack .../33-python3-cherrypy3_18.6.1-4_all.deb ... 2026-03-31T20:20:52.218 INFO:teuthology.orchestra.run.vm06.stdout:Unpacking python3-cherrypy3 (18.6.1-4) ... 2026-03-31T20:20:52.226 INFO:teuthology.orchestra.run.vm05.stdout:Selecting previously unselected package python3-pygments. 2026-03-31T20:20:52.228 INFO:teuthology.orchestra.run.vm05.stdout:Preparing to unpack .../78-python3-pygments_2.11.2+dfsg-2ubuntu0.1_all.deb ... 2026-03-31T20:20:52.229 INFO:teuthology.orchestra.run.vm05.stdout:Unpacking python3-pygments (2.11.2+dfsg-2ubuntu0.1) ... 2026-03-31T20:20:52.233 INFO:teuthology.orchestra.run.vm01.stdout:Selecting previously unselected package libpcre2-16-0:amd64. 2026-03-31T20:20:52.240 INFO:teuthology.orchestra.run.vm01.stdout:Preparing to unpack .../02-libpcre2-16-0_10.39-3ubuntu0.1_amd64.deb ... 2026-03-31T20:20:52.241 INFO:teuthology.orchestra.run.vm01.stdout:Unpacking libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2026-03-31T20:20:52.247 INFO:teuthology.orchestra.run.vm06.stdout:Selecting previously unselected package python3-natsort. 2026-03-31T20:20:52.253 INFO:teuthology.orchestra.run.vm06.stdout:Preparing to unpack .../34-python3-natsort_8.0.2-1_all.deb ... 2026-03-31T20:20:52.253 INFO:teuthology.orchestra.run.vm06.stdout:Unpacking python3-natsort (8.0.2-1) ... 2026-03-31T20:20:52.265 INFO:teuthology.orchestra.run.vm01.stdout:Selecting previously unselected package libqt5core5a:amd64. 2026-03-31T20:20:52.271 INFO:teuthology.orchestra.run.vm01.stdout:Preparing to unpack .../03-libqt5core5a_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2026-03-31T20:20:52.273 INFO:teuthology.orchestra.run.vm06.stdout:Selecting previously unselected package ceph-mgr-modules-core. 2026-03-31T20:20:52.275 INFO:teuthology.orchestra.run.vm01.stdout:Unpacking libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2026-03-31T20:20:52.279 INFO:teuthology.orchestra.run.vm06.stdout:Preparing to unpack .../35-ceph-mgr-modules-core_20.2.0-721-g5bb32787-1jammy_all.deb ... 2026-03-31T20:20:52.280 INFO:teuthology.orchestra.run.vm06.stdout:Unpacking ceph-mgr-modules-core (20.2.0-721-g5bb32787-1jammy) ... 2026-03-31T20:20:52.286 INFO:teuthology.orchestra.run.vm05.stdout:Selecting previously unselected package python3-toml. 2026-03-31T20:20:52.290 INFO:teuthology.orchestra.run.vm05.stdout:Preparing to unpack .../79-python3-toml_0.10.2-1_all.deb ... 2026-03-31T20:20:52.291 INFO:teuthology.orchestra.run.vm05.stdout:Unpacking python3-toml (0.10.2-1) ... 2026-03-31T20:20:52.313 INFO:teuthology.orchestra.run.vm05.stdout:Selecting previously unselected package python3-pytest. 2026-03-31T20:20:52.316 INFO:teuthology.orchestra.run.vm01.stdout:Selecting previously unselected package libqt5dbus5:amd64. 2026-03-31T20:20:52.319 INFO:teuthology.orchestra.run.vm06.stdout:Selecting previously unselected package libsqlite3-mod-ceph. 2026-03-31T20:20:52.319 INFO:teuthology.orchestra.run.vm05.stdout:Preparing to unpack .../80-python3-pytest_6.2.5-1ubuntu2_all.deb ... 2026-03-31T20:20:52.320 INFO:teuthology.orchestra.run.vm05.stdout:Unpacking python3-pytest (6.2.5-1ubuntu2) ... 2026-03-31T20:20:52.323 INFO:teuthology.orchestra.run.vm01.stdout:Preparing to unpack .../04-libqt5dbus5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2026-03-31T20:20:52.323 INFO:teuthology.orchestra.run.vm01.stdout:Unpacking libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2026-03-31T20:20:52.326 INFO:teuthology.orchestra.run.vm06.stdout:Preparing to unpack .../36-libsqlite3-mod-ceph_20.2.0-721-g5bb32787-1jammy_amd64.deb ... 2026-03-31T20:20:52.327 INFO:teuthology.orchestra.run.vm06.stdout:Unpacking libsqlite3-mod-ceph (20.2.0-721-g5bb32787-1jammy) ... 2026-03-31T20:20:52.343 INFO:teuthology.orchestra.run.vm01.stdout:Selecting previously unselected package libqt5network5:amd64. 2026-03-31T20:20:52.343 INFO:teuthology.orchestra.run.vm06.stdout:Selecting previously unselected package ceph-mgr. 2026-03-31T20:20:52.348 INFO:teuthology.orchestra.run.vm01.stdout:Preparing to unpack .../05-libqt5network5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2026-03-31T20:20:52.349 INFO:teuthology.orchestra.run.vm01.stdout:Unpacking libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2026-03-31T20:20:52.351 INFO:teuthology.orchestra.run.vm06.stdout:Preparing to unpack .../37-ceph-mgr_20.2.0-721-g5bb32787-1jammy_amd64.deb ... 2026-03-31T20:20:52.352 INFO:teuthology.orchestra.run.vm06.stdout:Unpacking ceph-mgr (20.2.0-721-g5bb32787-1jammy) ... 2026-03-31T20:20:52.362 INFO:teuthology.orchestra.run.vm05.stdout:Selecting previously unselected package python3-simplejson. 2026-03-31T20:20:52.364 INFO:teuthology.orchestra.run.vm05.stdout:Preparing to unpack .../81-python3-simplejson_3.17.6-1build1_amd64.deb ... 2026-03-31T20:20:52.366 INFO:teuthology.orchestra.run.vm05.stdout:Unpacking python3-simplejson (3.17.6-1build1) ... 2026-03-31T20:20:52.375 INFO:teuthology.orchestra.run.vm01.stdout:Selecting previously unselected package libthrift-0.16.0:amd64. 2026-03-31T20:20:52.380 INFO:teuthology.orchestra.run.vm06.stdout:Selecting previously unselected package ceph-mon. 2026-03-31T20:20:52.381 INFO:teuthology.orchestra.run.vm01.stdout:Preparing to unpack .../06-libthrift-0.16.0_0.16.0-2_amd64.deb ... 2026-03-31T20:20:52.382 INFO:teuthology.orchestra.run.vm01.stdout:Unpacking libthrift-0.16.0:amd64 (0.16.0-2) ... 2026-03-31T20:20:52.387 INFO:teuthology.orchestra.run.vm06.stdout:Preparing to unpack .../38-ceph-mon_20.2.0-721-g5bb32787-1jammy_amd64.deb ... 2026-03-31T20:20:52.388 INFO:teuthology.orchestra.run.vm06.stdout:Unpacking ceph-mon (20.2.0-721-g5bb32787-1jammy) ... 2026-03-31T20:20:52.390 INFO:teuthology.orchestra.run.vm05.stdout:Selecting previously unselected package python3-webob. 2026-03-31T20:20:52.392 INFO:teuthology.orchestra.run.vm05.stdout:Preparing to unpack .../82-python3-webob_1%3a1.8.6-1.1ubuntu0.1_all.deb ... 2026-03-31T20:20:52.393 INFO:teuthology.orchestra.run.vm05.stdout:Unpacking python3-webob (1:1.8.6-1.1ubuntu0.1) ... 2026-03-31T20:20:52.406 INFO:teuthology.orchestra.run.vm01.stdout:Preparing to unpack .../07-librbd1_20.2.0-721-g5bb32787-1jammy_amd64.deb ... 2026-03-31T20:20:52.408 INFO:teuthology.orchestra.run.vm01.stdout:Unpacking librbd1 (20.2.0-721-g5bb32787-1jammy) over (17.2.9-0ubuntu0.22.04.2) ... 2026-03-31T20:20:52.414 INFO:teuthology.orchestra.run.vm05.stdout:Selecting previously unselected package qttranslations5-l10n. 2026-03-31T20:20:52.417 INFO:teuthology.orchestra.run.vm05.stdout:Preparing to unpack .../83-qttranslations5-l10n_5.15.3-1_all.deb ... 2026-03-31T20:20:52.418 INFO:teuthology.orchestra.run.vm05.stdout:Unpacking qttranslations5-l10n (5.15.3-1) ... 2026-03-31T20:20:52.491 INFO:teuthology.orchestra.run.vm06.stdout:Selecting previously unselected package libfuse2:amd64. 2026-03-31T20:20:52.496 INFO:teuthology.orchestra.run.vm01.stdout:Preparing to unpack .../08-librados2_20.2.0-721-g5bb32787-1jammy_amd64.deb ... 2026-03-31T20:20:52.497 INFO:teuthology.orchestra.run.vm06.stdout:Preparing to unpack .../39-libfuse2_2.9.9-5ubuntu3_amd64.deb ... 2026-03-31T20:20:52.497 INFO:teuthology.orchestra.run.vm06.stdout:Unpacking libfuse2:amd64 (2.9.9-5ubuntu3) ... 2026-03-31T20:20:52.498 INFO:teuthology.orchestra.run.vm01.stdout:Unpacking librados2 (20.2.0-721-g5bb32787-1jammy) over (17.2.9-0ubuntu0.22.04.2) ... 2026-03-31T20:20:52.513 INFO:teuthology.orchestra.run.vm05.stdout:Selecting previously unselected package radosgw. 2026-03-31T20:20:52.515 INFO:teuthology.orchestra.run.vm06.stdout:Selecting previously unselected package ceph-osd. 2026-03-31T20:20:52.520 INFO:teuthology.orchestra.run.vm05.stdout:Preparing to unpack .../84-radosgw_20.2.0-721-g5bb32787-1jammy_amd64.deb ... 2026-03-31T20:20:52.521 INFO:teuthology.orchestra.run.vm05.stdout:Unpacking radosgw (20.2.0-721-g5bb32787-1jammy) ... 2026-03-31T20:20:52.521 INFO:teuthology.orchestra.run.vm06.stdout:Preparing to unpack .../40-ceph-osd_20.2.0-721-g5bb32787-1jammy_amd64.deb ... 2026-03-31T20:20:52.522 INFO:teuthology.orchestra.run.vm06.stdout:Unpacking ceph-osd (20.2.0-721-g5bb32787-1jammy) ... 2026-03-31T20:20:52.560 INFO:teuthology.orchestra.run.vm01.stdout:Selecting previously unselected package libnbd0. 2026-03-31T20:20:52.566 INFO:teuthology.orchestra.run.vm01.stdout:Preparing to unpack .../09-libnbd0_1.10.5-1_amd64.deb ... 2026-03-31T20:20:52.567 INFO:teuthology.orchestra.run.vm01.stdout:Unpacking libnbd0 (1.10.5-1) ... 2026-03-31T20:20:52.582 INFO:teuthology.orchestra.run.vm01.stdout:Selecting previously unselected package libcephfs2. 2026-03-31T20:20:52.588 INFO:teuthology.orchestra.run.vm01.stdout:Preparing to unpack .../10-libcephfs2_20.2.0-721-g5bb32787-1jammy_amd64.deb ... 2026-03-31T20:20:52.589 INFO:teuthology.orchestra.run.vm01.stdout:Unpacking libcephfs2 (20.2.0-721-g5bb32787-1jammy) ... 2026-03-31T20:20:52.612 INFO:teuthology.orchestra.run.vm01.stdout:Selecting previously unselected package python3-rados. 2026-03-31T20:20:52.618 INFO:teuthology.orchestra.run.vm01.stdout:Preparing to unpack .../11-python3-rados_20.2.0-721-g5bb32787-1jammy_amd64.deb ... 2026-03-31T20:20:52.619 INFO:teuthology.orchestra.run.vm01.stdout:Unpacking python3-rados (20.2.0-721-g5bb32787-1jammy) ... 2026-03-31T20:20:52.639 INFO:teuthology.orchestra.run.vm01.stdout:Selecting previously unselected package python3-ceph-argparse. 2026-03-31T20:20:52.645 INFO:teuthology.orchestra.run.vm01.stdout:Preparing to unpack .../12-python3-ceph-argparse_20.2.0-721-g5bb32787-1jammy_all.deb ... 2026-03-31T20:20:52.645 INFO:teuthology.orchestra.run.vm01.stdout:Unpacking python3-ceph-argparse (20.2.0-721-g5bb32787-1jammy) ... 2026-03-31T20:20:52.660 INFO:teuthology.orchestra.run.vm01.stdout:Selecting previously unselected package python3-cephfs. 2026-03-31T20:20:52.666 INFO:teuthology.orchestra.run.vm01.stdout:Preparing to unpack .../13-python3-cephfs_20.2.0-721-g5bb32787-1jammy_amd64.deb ... 2026-03-31T20:20:52.667 INFO:teuthology.orchestra.run.vm01.stdout:Unpacking python3-cephfs (20.2.0-721-g5bb32787-1jammy) ... 2026-03-31T20:20:52.685 INFO:teuthology.orchestra.run.vm01.stdout:Selecting previously unselected package python3-ceph-common. 2026-03-31T20:20:52.691 INFO:teuthology.orchestra.run.vm01.stdout:Preparing to unpack .../14-python3-ceph-common_20.2.0-721-g5bb32787-1jammy_all.deb ... 2026-03-31T20:20:52.692 INFO:teuthology.orchestra.run.vm01.stdout:Unpacking python3-ceph-common (20.2.0-721-g5bb32787-1jammy) ... 2026-03-31T20:20:52.767 INFO:teuthology.orchestra.run.vm06.stdout:Selecting previously unselected package ceph. 2026-03-31T20:20:52.773 INFO:teuthology.orchestra.run.vm06.stdout:Preparing to unpack .../41-ceph_20.2.0-721-g5bb32787-1jammy_amd64.deb ... 2026-03-31T20:20:53.110 INFO:teuthology.orchestra.run.vm06.stdout:Unpacking ceph (20.2.0-721-g5bb32787-1jammy) ... 2026-03-31T20:20:53.119 INFO:teuthology.orchestra.run.vm01.stdout:Selecting previously unselected package python3-wcwidth. 2026-03-31T20:20:53.125 INFO:teuthology.orchestra.run.vm01.stdout:Preparing to unpack .../15-python3-wcwidth_0.2.5+dfsg1-1_all.deb ... 2026-03-31T20:20:53.125 INFO:teuthology.orchestra.run.vm06.stdout:Selecting previously unselected package ceph-fuse. 2026-03-31T20:20:53.125 INFO:teuthology.orchestra.run.vm01.stdout:Unpacking python3-wcwidth (0.2.5+dfsg1-1) ... 2026-03-31T20:20:53.132 INFO:teuthology.orchestra.run.vm06.stdout:Preparing to unpack .../42-ceph-fuse_20.2.0-721-g5bb32787-1jammy_amd64.deb ... 2026-03-31T20:20:53.132 INFO:teuthology.orchestra.run.vm06.stdout:Unpacking ceph-fuse (20.2.0-721-g5bb32787-1jammy) ... 2026-03-31T20:20:53.205 INFO:teuthology.orchestra.run.vm01.stdout:Selecting previously unselected package python3-prettytable. 2026-03-31T20:20:53.211 INFO:teuthology.orchestra.run.vm01.stdout:Preparing to unpack .../16-python3-prettytable_2.5.0-2_all.deb ... 2026-03-31T20:20:53.212 INFO:teuthology.orchestra.run.vm01.stdout:Unpacking python3-prettytable (2.5.0-2) ... 2026-03-31T20:20:53.212 INFO:teuthology.orchestra.run.vm06.stdout:Selecting previously unselected package ceph-mds. 2026-03-31T20:20:53.218 INFO:teuthology.orchestra.run.vm05.stdout:Selecting previously unselected package rbd-fuse. 2026-03-31T20:20:53.218 INFO:teuthology.orchestra.run.vm06.stdout:Preparing to unpack .../43-ceph-mds_20.2.0-721-g5bb32787-1jammy_amd64.deb ... 2026-03-31T20:20:53.219 INFO:teuthology.orchestra.run.vm06.stdout:Unpacking ceph-mds (20.2.0-721-g5bb32787-1jammy) ... 2026-03-31T20:20:53.221 INFO:teuthology.orchestra.run.vm05.stdout:Preparing to unpack .../85-rbd-fuse_20.2.0-721-g5bb32787-1jammy_amd64.deb ... 2026-03-31T20:20:53.222 INFO:teuthology.orchestra.run.vm05.stdout:Unpacking rbd-fuse (20.2.0-721-g5bb32787-1jammy) ... 2026-03-31T20:20:53.228 INFO:teuthology.orchestra.run.vm01.stdout:Selecting previously unselected package python3-rbd. 2026-03-31T20:20:53.234 INFO:teuthology.orchestra.run.vm01.stdout:Preparing to unpack .../17-python3-rbd_20.2.0-721-g5bb32787-1jammy_amd64.deb ... 2026-03-31T20:20:53.235 INFO:teuthology.orchestra.run.vm01.stdout:Unpacking python3-rbd (20.2.0-721-g5bb32787-1jammy) ... 2026-03-31T20:20:53.239 INFO:teuthology.orchestra.run.vm05.stdout:Selecting previously unselected package smartmontools. 2026-03-31T20:20:53.245 INFO:teuthology.orchestra.run.vm05.stdout:Preparing to unpack .../86-smartmontools_7.2-1ubuntu0.1_amd64.deb ... 2026-03-31T20:20:53.256 INFO:teuthology.orchestra.run.vm05.stdout:Unpacking smartmontools (7.2-1ubuntu0.1) ... 2026-03-31T20:20:53.261 INFO:teuthology.orchestra.run.vm01.stdout:Selecting previously unselected package librdkafka1:amd64. 2026-03-31T20:20:53.262 INFO:teuthology.orchestra.run.vm06.stdout:Selecting previously unselected package cephadm. 2026-03-31T20:20:53.266 INFO:teuthology.orchestra.run.vm01.stdout:Preparing to unpack .../18-librdkafka1_1.8.0-1build1_amd64.deb ... 2026-03-31T20:20:53.268 INFO:teuthology.orchestra.run.vm06.stdout:Preparing to unpack .../44-cephadm_20.2.0-721-g5bb32787-1jammy_amd64.deb ... 2026-03-31T20:20:53.268 INFO:teuthology.orchestra.run.vm01.stdout:Unpacking librdkafka1:amd64 (1.8.0-1build1) ... 2026-03-31T20:20:53.269 INFO:teuthology.orchestra.run.vm06.stdout:Unpacking cephadm (20.2.0-721-g5bb32787-1jammy) ... 2026-03-31T20:20:53.289 INFO:teuthology.orchestra.run.vm01.stdout:Selecting previously unselected package librgw2. 2026-03-31T20:20:53.290 INFO:teuthology.orchestra.run.vm06.stdout:Selecting previously unselected package python3-asyncssh. 2026-03-31T20:20:53.294 INFO:teuthology.orchestra.run.vm01.stdout:Preparing to unpack .../19-librgw2_20.2.0-721-g5bb32787-1jammy_amd64.deb ... 2026-03-31T20:20:53.294 INFO:teuthology.orchestra.run.vm05.stdout:Setting up smartmontools (7.2-1ubuntu0.1) ... 2026-03-31T20:20:53.294 INFO:teuthology.orchestra.run.vm01.stdout:Unpacking librgw2 (20.2.0-721-g5bb32787-1jammy) ... 2026-03-31T20:20:53.297 INFO:teuthology.orchestra.run.vm06.stdout:Preparing to unpack .../45-python3-asyncssh_2.5.0-1ubuntu0.1_all.deb ... 2026-03-31T20:20:53.298 INFO:teuthology.orchestra.run.vm06.stdout:Unpacking python3-asyncssh (2.5.0-1ubuntu0.1) ... 2026-03-31T20:20:53.323 INFO:teuthology.orchestra.run.vm06.stdout:Selecting previously unselected package ceph-mgr-cephadm. 2026-03-31T20:20:53.329 INFO:teuthology.orchestra.run.vm06.stdout:Preparing to unpack .../46-ceph-mgr-cephadm_20.2.0-721-g5bb32787-1jammy_all.deb ... 2026-03-31T20:20:53.330 INFO:teuthology.orchestra.run.vm06.stdout:Unpacking ceph-mgr-cephadm (20.2.0-721-g5bb32787-1jammy) ... 2026-03-31T20:20:53.356 INFO:teuthology.orchestra.run.vm06.stdout:Selecting previously unselected package python3-repoze.lru. 2026-03-31T20:20:53.361 INFO:teuthology.orchestra.run.vm06.stdout:Preparing to unpack .../47-python3-repoze.lru_0.7-2_all.deb ... 2026-03-31T20:20:53.362 INFO:teuthology.orchestra.run.vm06.stdout:Unpacking python3-repoze.lru (0.7-2) ... 2026-03-31T20:20:53.379 INFO:teuthology.orchestra.run.vm06.stdout:Selecting previously unselected package python3-routes. 2026-03-31T20:20:53.385 INFO:teuthology.orchestra.run.vm06.stdout:Preparing to unpack .../48-python3-routes_2.5.1-1ubuntu1_all.deb ... 2026-03-31T20:20:53.385 INFO:teuthology.orchestra.run.vm06.stdout:Unpacking python3-routes (2.5.1-1ubuntu1) ... 2026-03-31T20:20:53.433 INFO:teuthology.orchestra.run.vm01.stdout:Selecting previously unselected package python3-rgw. 2026-03-31T20:20:53.436 INFO:teuthology.orchestra.run.vm06.stdout:Selecting previously unselected package ceph-mgr-dashboard. 2026-03-31T20:20:53.438 INFO:teuthology.orchestra.run.vm01.stdout:Preparing to unpack .../20-python3-rgw_20.2.0-721-g5bb32787-1jammy_amd64.deb ... 2026-03-31T20:20:53.439 INFO:teuthology.orchestra.run.vm01.stdout:Unpacking python3-rgw (20.2.0-721-g5bb32787-1jammy) ... 2026-03-31T20:20:53.443 INFO:teuthology.orchestra.run.vm06.stdout:Preparing to unpack .../49-ceph-mgr-dashboard_20.2.0-721-g5bb32787-1jammy_all.deb ... 2026-03-31T20:20:53.443 INFO:teuthology.orchestra.run.vm06.stdout:Unpacking ceph-mgr-dashboard (20.2.0-721-g5bb32787-1jammy) ... 2026-03-31T20:20:53.456 INFO:teuthology.orchestra.run.vm01.stdout:Selecting previously unselected package liboath0:amd64. 2026-03-31T20:20:53.462 INFO:teuthology.orchestra.run.vm01.stdout:Preparing to unpack .../21-liboath0_2.6.7-3ubuntu0.1_amd64.deb ... 2026-03-31T20:20:53.463 INFO:teuthology.orchestra.run.vm01.stdout:Unpacking liboath0:amd64 (2.6.7-3ubuntu0.1) ... 2026-03-31T20:20:53.480 INFO:teuthology.orchestra.run.vm01.stdout:Selecting previously unselected package libradosstriper1. 2026-03-31T20:20:53.486 INFO:teuthology.orchestra.run.vm01.stdout:Preparing to unpack .../22-libradosstriper1_20.2.0-721-g5bb32787-1jammy_amd64.deb ... 2026-03-31T20:20:53.489 INFO:teuthology.orchestra.run.vm01.stdout:Unpacking libradosstriper1 (20.2.0-721-g5bb32787-1jammy) ... 2026-03-31T20:20:53.510 INFO:teuthology.orchestra.run.vm01.stdout:Selecting previously unselected package ceph-common. 2026-03-31T20:20:53.517 INFO:teuthology.orchestra.run.vm01.stdout:Preparing to unpack .../23-ceph-common_20.2.0-721-g5bb32787-1jammy_amd64.deb ... 2026-03-31T20:20:53.518 INFO:teuthology.orchestra.run.vm01.stdout:Unpacking ceph-common (20.2.0-721-g5bb32787-1jammy) ... 2026-03-31T20:20:53.555 INFO:teuthology.orchestra.run.vm05.stdout:Created symlink /etc/systemd/system/smartd.service → /lib/systemd/system/smartmontools.service. 2026-03-31T20:20:53.555 INFO:teuthology.orchestra.run.vm05.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/smartmontools.service → /lib/systemd/system/smartmontools.service. 2026-03-31T20:20:53.945 INFO:teuthology.orchestra.run.vm05.stdout:Setting up python3-iniconfig (1.1.1-2) ... 2026-03-31T20:20:54.010 INFO:teuthology.orchestra.run.vm01.stdout:Selecting previously unselected package ceph-base. 2026-03-31T20:20:54.016 INFO:teuthology.orchestra.run.vm01.stdout:Preparing to unpack .../24-ceph-base_20.2.0-721-g5bb32787-1jammy_amd64.deb ... 2026-03-31T20:20:54.022 INFO:teuthology.orchestra.run.vm01.stdout:Unpacking ceph-base (20.2.0-721-g5bb32787-1jammy) ... 2026-03-31T20:20:54.059 INFO:teuthology.orchestra.run.vm05.stdout:Setting up libdouble-conversion3:amd64 (3.1.7-4) ... 2026-03-31T20:20:54.061 INFO:teuthology.orchestra.run.vm05.stdout:Setting up nvme-cli (1.16-3ubuntu0.3) ... 2026-03-31T20:20:54.116 INFO:teuthology.orchestra.run.vm01.stdout:Selecting previously unselected package python3-jaraco.functools. 2026-03-31T20:20:54.119 INFO:teuthology.orchestra.run.vm06.stdout:Selecting previously unselected package python3-sklearn-lib:amd64. 2026-03-31T20:20:54.121 INFO:teuthology.orchestra.run.vm01.stdout:Preparing to unpack .../25-python3-jaraco.functools_3.4.0-2_all.deb ... 2026-03-31T20:20:54.122 INFO:teuthology.orchestra.run.vm01.stdout:Unpacking python3-jaraco.functools (3.4.0-2) ... 2026-03-31T20:20:54.126 INFO:teuthology.orchestra.run.vm06.stdout:Preparing to unpack .../50-python3-sklearn-lib_0.23.2-5ubuntu6_amd64.deb ... 2026-03-31T20:20:54.127 INFO:teuthology.orchestra.run.vm06.stdout:Unpacking python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2026-03-31T20:20:54.128 INFO:teuthology.orchestra.run.vm05.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmefc-boot-connections.service → /lib/systemd/system/nvmefc-boot-connections.service. 2026-03-31T20:20:54.139 INFO:teuthology.orchestra.run.vm01.stdout:Selecting previously unselected package python3-cheroot. 2026-03-31T20:20:54.145 INFO:teuthology.orchestra.run.vm01.stdout:Preparing to unpack .../26-python3-cheroot_8.5.2+ds1-1ubuntu3.2_all.deb ... 2026-03-31T20:20:54.146 INFO:teuthology.orchestra.run.vm01.stdout:Unpacking python3-cheroot (8.5.2+ds1-1ubuntu3.2) ... 2026-03-31T20:20:54.174 INFO:teuthology.orchestra.run.vm01.stdout:Selecting previously unselected package python3-jaraco.classes. 2026-03-31T20:20:54.178 INFO:teuthology.orchestra.run.vm06.stdout:Selecting previously unselected package python3-joblib. 2026-03-31T20:20:54.179 INFO:teuthology.orchestra.run.vm01.stdout:Preparing to unpack .../27-python3-jaraco.classes_3.2.1-3_all.deb ... 2026-03-31T20:20:54.180 INFO:teuthology.orchestra.run.vm01.stdout:Unpacking python3-jaraco.classes (3.2.1-3) ... 2026-03-31T20:20:54.184 INFO:teuthology.orchestra.run.vm06.stdout:Preparing to unpack .../51-python3-joblib_0.17.0-4ubuntu1_all.deb ... 2026-03-31T20:20:54.185 INFO:teuthology.orchestra.run.vm06.stdout:Unpacking python3-joblib (0.17.0-4ubuntu1) ... 2026-03-31T20:20:54.196 INFO:teuthology.orchestra.run.vm01.stdout:Selecting previously unselected package python3-jaraco.text. 2026-03-31T20:20:54.203 INFO:teuthology.orchestra.run.vm01.stdout:Preparing to unpack .../28-python3-jaraco.text_3.6.0-2_all.deb ... 2026-03-31T20:20:54.204 INFO:teuthology.orchestra.run.vm01.stdout:Unpacking python3-jaraco.text (3.6.0-2) ... 2026-03-31T20:20:54.220 INFO:teuthology.orchestra.run.vm01.stdout:Selecting previously unselected package python3-jaraco.collections. 2026-03-31T20:20:54.220 INFO:teuthology.orchestra.run.vm06.stdout:Selecting previously unselected package python3-threadpoolctl. 2026-03-31T20:20:54.226 INFO:teuthology.orchestra.run.vm01.stdout:Preparing to unpack .../29-python3-jaraco.collections_3.4.0-2_all.deb ... 2026-03-31T20:20:54.226 INFO:teuthology.orchestra.run.vm06.stdout:Preparing to unpack .../52-python3-threadpoolctl_3.1.0-1_all.deb ... 2026-03-31T20:20:54.227 INFO:teuthology.orchestra.run.vm01.stdout:Unpacking python3-jaraco.collections (3.4.0-2) ... 2026-03-31T20:20:54.227 INFO:teuthology.orchestra.run.vm06.stdout:Unpacking python3-threadpoolctl (3.1.0-1) ... 2026-03-31T20:20:54.243 INFO:teuthology.orchestra.run.vm01.stdout:Selecting previously unselected package python3-tempora. 2026-03-31T20:20:54.244 INFO:teuthology.orchestra.run.vm06.stdout:Selecting previously unselected package python3-sklearn. 2026-03-31T20:20:54.248 INFO:teuthology.orchestra.run.vm01.stdout:Preparing to unpack .../30-python3-tempora_4.1.2-1_all.deb ... 2026-03-31T20:20:54.249 INFO:teuthology.orchestra.run.vm01.stdout:Unpacking python3-tempora (4.1.2-1) ... 2026-03-31T20:20:54.250 INFO:teuthology.orchestra.run.vm06.stdout:Preparing to unpack .../53-python3-sklearn_0.23.2-5ubuntu6_all.deb ... 2026-03-31T20:20:54.251 INFO:teuthology.orchestra.run.vm06.stdout:Unpacking python3-sklearn (0.23.2-5ubuntu6) ... 2026-03-31T20:20:54.265 INFO:teuthology.orchestra.run.vm01.stdout:Selecting previously unselected package python3-portend. 2026-03-31T20:20:54.271 INFO:teuthology.orchestra.run.vm01.stdout:Preparing to unpack .../31-python3-portend_3.0.0-1_all.deb ... 2026-03-31T20:20:54.272 INFO:teuthology.orchestra.run.vm01.stdout:Unpacking python3-portend (3.0.0-1) ... 2026-03-31T20:20:54.287 INFO:teuthology.orchestra.run.vm01.stdout:Selecting previously unselected package python3-zc.lockfile. 2026-03-31T20:20:54.293 INFO:teuthology.orchestra.run.vm01.stdout:Preparing to unpack .../32-python3-zc.lockfile_2.0-1_all.deb ... 2026-03-31T20:20:54.294 INFO:teuthology.orchestra.run.vm01.stdout:Unpacking python3-zc.lockfile (2.0-1) ... 2026-03-31T20:20:54.309 INFO:teuthology.orchestra.run.vm01.stdout:Selecting previously unselected package python3-cherrypy3. 2026-03-31T20:20:54.317 INFO:teuthology.orchestra.run.vm01.stdout:Preparing to unpack .../33-python3-cherrypy3_18.6.1-4_all.deb ... 2026-03-31T20:20:54.317 INFO:teuthology.orchestra.run.vm01.stdout:Unpacking python3-cherrypy3 (18.6.1-4) ... 2026-03-31T20:20:54.342 INFO:teuthology.orchestra.run.vm05.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmf-autoconnect.service → /lib/systemd/system/nvmf-autoconnect.service. 2026-03-31T20:20:54.345 INFO:teuthology.orchestra.run.vm01.stdout:Selecting previously unselected package python3-natsort. 2026-03-31T20:20:54.351 INFO:teuthology.orchestra.run.vm01.stdout:Preparing to unpack .../34-python3-natsort_8.0.2-1_all.deb ... 2026-03-31T20:20:54.352 INFO:teuthology.orchestra.run.vm01.stdout:Unpacking python3-natsort (8.0.2-1) ... 2026-03-31T20:20:54.367 INFO:teuthology.orchestra.run.vm01.stdout:Selecting previously unselected package ceph-mgr-modules-core. 2026-03-31T20:20:54.368 INFO:teuthology.orchestra.run.vm06.stdout:Selecting previously unselected package ceph-mgr-diskprediction-local. 2026-03-31T20:20:54.373 INFO:teuthology.orchestra.run.vm01.stdout:Preparing to unpack .../35-ceph-mgr-modules-core_20.2.0-721-g5bb32787-1jammy_all.deb ... 2026-03-31T20:20:54.374 INFO:teuthology.orchestra.run.vm01.stdout:Unpacking ceph-mgr-modules-core (20.2.0-721-g5bb32787-1jammy) ... 2026-03-31T20:20:54.374 INFO:teuthology.orchestra.run.vm06.stdout:Preparing to unpack .../54-ceph-mgr-diskprediction-local_20.2.0-721-g5bb32787-1jammy_all.deb ... 2026-03-31T20:20:54.375 INFO:teuthology.orchestra.run.vm06.stdout:Unpacking ceph-mgr-diskprediction-local (20.2.0-721-g5bb32787-1jammy) ... 2026-03-31T20:20:54.408 INFO:teuthology.orchestra.run.vm01.stdout:Selecting previously unselected package libsqlite3-mod-ceph. 2026-03-31T20:20:54.414 INFO:teuthology.orchestra.run.vm01.stdout:Preparing to unpack .../36-libsqlite3-mod-ceph_20.2.0-721-g5bb32787-1jammy_amd64.deb ... 2026-03-31T20:20:54.415 INFO:teuthology.orchestra.run.vm01.stdout:Unpacking libsqlite3-mod-ceph (20.2.0-721-g5bb32787-1jammy) ... 2026-03-31T20:20:54.432 INFO:teuthology.orchestra.run.vm01.stdout:Selecting previously unselected package ceph-mgr. 2026-03-31T20:20:54.438 INFO:teuthology.orchestra.run.vm01.stdout:Preparing to unpack .../37-ceph-mgr_20.2.0-721-g5bb32787-1jammy_amd64.deb ... 2026-03-31T20:20:54.438 INFO:teuthology.orchestra.run.vm01.stdout:Unpacking ceph-mgr (20.2.0-721-g5bb32787-1jammy) ... 2026-03-31T20:20:54.465 INFO:teuthology.orchestra.run.vm01.stdout:Selecting previously unselected package ceph-mon. 2026-03-31T20:20:54.472 INFO:teuthology.orchestra.run.vm01.stdout:Preparing to unpack .../38-ceph-mon_20.2.0-721-g5bb32787-1jammy_amd64.deb ... 2026-03-31T20:20:54.473 INFO:teuthology.orchestra.run.vm01.stdout:Unpacking ceph-mon (20.2.0-721-g5bb32787-1jammy) ... 2026-03-31T20:20:54.616 INFO:teuthology.orchestra.run.vm01.stdout:Selecting previously unselected package libfuse2:amd64. 2026-03-31T20:20:54.619 INFO:teuthology.orchestra.run.vm06.stdout:Selecting previously unselected package python3-cachetools. 2026-03-31T20:20:54.621 INFO:teuthology.orchestra.run.vm01.stdout:Preparing to unpack .../39-libfuse2_2.9.9-5ubuntu3_amd64.deb ... 2026-03-31T20:20:54.622 INFO:teuthology.orchestra.run.vm01.stdout:Unpacking libfuse2:amd64 (2.9.9-5ubuntu3) ... 2026-03-31T20:20:54.625 INFO:teuthology.orchestra.run.vm06.stdout:Preparing to unpack .../55-python3-cachetools_5.0.0-1_all.deb ... 2026-03-31T20:20:54.626 INFO:teuthology.orchestra.run.vm06.stdout:Unpacking python3-cachetools (5.0.0-1) ... 2026-03-31T20:20:54.640 INFO:teuthology.orchestra.run.vm01.stdout:Selecting previously unselected package ceph-osd. 2026-03-31T20:20:54.642 INFO:teuthology.orchestra.run.vm06.stdout:Selecting previously unselected package python3-rsa. 2026-03-31T20:20:54.645 INFO:teuthology.orchestra.run.vm01.stdout:Preparing to unpack .../40-ceph-osd_20.2.0-721-g5bb32787-1jammy_amd64.deb ... 2026-03-31T20:20:54.646 INFO:teuthology.orchestra.run.vm01.stdout:Unpacking ceph-osd (20.2.0-721-g5bb32787-1jammy) ... 2026-03-31T20:20:54.649 INFO:teuthology.orchestra.run.vm06.stdout:Preparing to unpack .../56-python3-rsa_4.8-1_all.deb ... 2026-03-31T20:20:54.649 INFO:teuthology.orchestra.run.vm06.stdout:Unpacking python3-rsa (4.8-1) ... 2026-03-31T20:20:54.669 INFO:teuthology.orchestra.run.vm06.stdout:Selecting previously unselected package python3-google-auth. 2026-03-31T20:20:54.676 INFO:teuthology.orchestra.run.vm06.stdout:Preparing to unpack .../57-python3-google-auth_1.5.1-3_all.deb ... 2026-03-31T20:20:54.677 INFO:teuthology.orchestra.run.vm06.stdout:Unpacking python3-google-auth (1.5.1-3) ... 2026-03-31T20:20:54.700 INFO:teuthology.orchestra.run.vm06.stdout:Selecting previously unselected package python3-requests-oauthlib. 2026-03-31T20:20:54.707 INFO:teuthology.orchestra.run.vm06.stdout:Preparing to unpack .../58-python3-requests-oauthlib_1.3.0+ds-0.1_all.deb ... 2026-03-31T20:20:54.708 INFO:teuthology.orchestra.run.vm06.stdout:Unpacking python3-requests-oauthlib (1.3.0+ds-0.1) ... 2026-03-31T20:20:54.727 INFO:teuthology.orchestra.run.vm06.stdout:Selecting previously unselected package python3-websocket. 2026-03-31T20:20:54.728 INFO:teuthology.orchestra.run.vm05.stdout:nvmf-connect.target is a disabled or a static unit, not starting it. 2026-03-31T20:20:54.735 INFO:teuthology.orchestra.run.vm06.stdout:Preparing to unpack .../59-python3-websocket_1.2.3-1_all.deb ... 2026-03-31T20:20:54.736 INFO:teuthology.orchestra.run.vm06.stdout:Unpacking python3-websocket (1.2.3-1) ... 2026-03-31T20:20:54.742 INFO:teuthology.orchestra.run.vm05.stdout:Setting up cephadm (20.2.0-721-g5bb32787-1jammy) ... 2026-03-31T20:20:54.758 INFO:teuthology.orchestra.run.vm06.stdout:Selecting previously unselected package python3-kubernetes. 2026-03-31T20:20:54.765 INFO:teuthology.orchestra.run.vm06.stdout:Preparing to unpack .../60-python3-kubernetes_12.0.1-1ubuntu1_all.deb ... 2026-03-31T20:20:54.766 INFO:teuthology.orchestra.run.vm06.stdout:Unpacking python3-kubernetes (12.0.1-1ubuntu1) ... 2026-03-31T20:20:54.785 INFO:teuthology.orchestra.run.vm05.stdout:Adding system user cephadm....done 2026-03-31T20:20:54.794 INFO:teuthology.orchestra.run.vm05.stdout:Setting up python3-jaraco.classes (3.2.1-3) ... 2026-03-31T20:20:54.887 INFO:teuthology.orchestra.run.vm05.stdout:Setting up python-asyncssh-doc (2.5.0-1ubuntu0.1) ... 2026-03-31T20:20:54.890 INFO:teuthology.orchestra.run.vm05.stdout:Setting up python3-jaraco.functools (3.4.0-2) ... 2026-03-31T20:20:54.900 INFO:teuthology.orchestra.run.vm01.stdout:Selecting previously unselected package ceph. 2026-03-31T20:20:54.906 INFO:teuthology.orchestra.run.vm01.stdout:Preparing to unpack .../41-ceph_20.2.0-721-g5bb32787-1jammy_amd64.deb ... 2026-03-31T20:20:54.907 INFO:teuthology.orchestra.run.vm01.stdout:Unpacking ceph (20.2.0-721-g5bb32787-1jammy) ... 2026-03-31T20:20:54.939 INFO:teuthology.orchestra.run.vm01.stdout:Selecting previously unselected package ceph-fuse. 2026-03-31T20:20:54.939 INFO:teuthology.orchestra.run.vm06.stdout:Selecting previously unselected package ceph-mgr-k8sevents. 2026-03-31T20:20:54.945 INFO:teuthology.orchestra.run.vm01.stdout:Preparing to unpack .../42-ceph-fuse_20.2.0-721-g5bb32787-1jammy_amd64.deb ... 2026-03-31T20:20:54.946 INFO:teuthology.orchestra.run.vm01.stdout:Unpacking ceph-fuse (20.2.0-721-g5bb32787-1jammy) ... 2026-03-31T20:20:54.947 INFO:teuthology.orchestra.run.vm06.stdout:Preparing to unpack .../61-ceph-mgr-k8sevents_20.2.0-721-g5bb32787-1jammy_all.deb ... 2026-03-31T20:20:54.948 INFO:teuthology.orchestra.run.vm06.stdout:Unpacking ceph-mgr-k8sevents (20.2.0-721-g5bb32787-1jammy) ... 2026-03-31T20:20:54.955 INFO:teuthology.orchestra.run.vm05.stdout:Setting up python3-repoze.lru (0.7-2) ... 2026-03-31T20:20:54.963 INFO:teuthology.orchestra.run.vm06.stdout:Selecting previously unselected package libonig5:amd64. 2026-03-31T20:20:54.970 INFO:teuthology.orchestra.run.vm06.stdout:Preparing to unpack .../62-libonig5_6.9.7.1-2build1_amd64.deb ... 2026-03-31T20:20:54.971 INFO:teuthology.orchestra.run.vm06.stdout:Unpacking libonig5:amd64 (6.9.7.1-2build1) ... 2026-03-31T20:20:54.975 INFO:teuthology.orchestra.run.vm01.stdout:Selecting previously unselected package ceph-mds. 2026-03-31T20:20:54.981 INFO:teuthology.orchestra.run.vm01.stdout:Preparing to unpack .../43-ceph-mds_20.2.0-721-g5bb32787-1jammy_amd64.deb ... 2026-03-31T20:20:54.982 INFO:teuthology.orchestra.run.vm01.stdout:Unpacking ceph-mds (20.2.0-721-g5bb32787-1jammy) ... 2026-03-31T20:20:54.988 INFO:teuthology.orchestra.run.vm06.stdout:Selecting previously unselected package libjq1:amd64. 2026-03-31T20:20:54.994 INFO:teuthology.orchestra.run.vm06.stdout:Preparing to unpack .../63-libjq1_1.6-2.1ubuntu3.1_amd64.deb ... 2026-03-31T20:20:54.995 INFO:teuthology.orchestra.run.vm06.stdout:Unpacking libjq1:amd64 (1.6-2.1ubuntu3.1) ... 2026-03-31T20:20:55.013 INFO:teuthology.orchestra.run.vm06.stdout:Selecting previously unselected package jq. 2026-03-31T20:20:55.019 INFO:teuthology.orchestra.run.vm06.stdout:Preparing to unpack .../64-jq_1.6-2.1ubuntu3.1_amd64.deb ... 2026-03-31T20:20:55.020 INFO:teuthology.orchestra.run.vm06.stdout:Unpacking jq (1.6-2.1ubuntu3.1) ... 2026-03-31T20:20:55.023 INFO:teuthology.orchestra.run.vm05.stdout:Setting up liboath0:amd64 (2.6.7-3ubuntu0.1) ... 2026-03-31T20:20:55.025 INFO:teuthology.orchestra.run.vm01.stdout:Selecting previously unselected package cephadm. 2026-03-31T20:20:55.025 INFO:teuthology.orchestra.run.vm05.stdout:Setting up python3-py (1.10.0-1) ... 2026-03-31T20:20:55.031 INFO:teuthology.orchestra.run.vm01.stdout:Preparing to unpack .../44-cephadm_20.2.0-721-g5bb32787-1jammy_amd64.deb ... 2026-03-31T20:20:55.031 INFO:teuthology.orchestra.run.vm01.stdout:Unpacking cephadm (20.2.0-721-g5bb32787-1jammy) ... 2026-03-31T20:20:55.038 INFO:teuthology.orchestra.run.vm06.stdout:Selecting previously unselected package socat. 2026-03-31T20:20:55.041 INFO:teuthology.orchestra.run.vm06.stdout:Preparing to unpack .../65-socat_1.7.4.1-3ubuntu4_amd64.deb ... 2026-03-31T20:20:55.042 INFO:teuthology.orchestra.run.vm06.stdout:Unpacking socat (1.7.4.1-3ubuntu4) ... 2026-03-31T20:20:55.053 INFO:teuthology.orchestra.run.vm01.stdout:Selecting previously unselected package python3-asyncssh. 2026-03-31T20:20:55.059 INFO:teuthology.orchestra.run.vm01.stdout:Preparing to unpack .../45-python3-asyncssh_2.5.0-1ubuntu0.1_all.deb ... 2026-03-31T20:20:55.060 INFO:teuthology.orchestra.run.vm01.stdout:Unpacking python3-asyncssh (2.5.0-1ubuntu0.1) ... 2026-03-31T20:20:55.066 INFO:teuthology.orchestra.run.vm06.stdout:Selecting previously unselected package xmlstarlet. 2026-03-31T20:20:55.070 INFO:teuthology.orchestra.run.vm06.stdout:Preparing to unpack .../66-xmlstarlet_1.6.1-2.1_amd64.deb ... 2026-03-31T20:20:55.072 INFO:teuthology.orchestra.run.vm06.stdout:Unpacking xmlstarlet (1.6.1-2.1) ... 2026-03-31T20:20:55.086 INFO:teuthology.orchestra.run.vm01.stdout:Selecting previously unselected package ceph-mgr-cephadm. 2026-03-31T20:20:55.092 INFO:teuthology.orchestra.run.vm01.stdout:Preparing to unpack .../46-ceph-mgr-cephadm_20.2.0-721-g5bb32787-1jammy_all.deb ... 2026-03-31T20:20:55.092 INFO:teuthology.orchestra.run.vm01.stdout:Unpacking ceph-mgr-cephadm (20.2.0-721-g5bb32787-1jammy) ... 2026-03-31T20:20:55.115 INFO:teuthology.orchestra.run.vm05.stdout:Setting up python3-joblib (0.17.0-4ubuntu1) ... 2026-03-31T20:20:55.116 INFO:teuthology.orchestra.run.vm06.stdout:Selecting previously unselected package ceph-test. 2026-03-31T20:20:55.118 INFO:teuthology.orchestra.run.vm01.stdout:Selecting previously unselected package python3-repoze.lru. 2026-03-31T20:20:55.121 INFO:teuthology.orchestra.run.vm06.stdout:Preparing to unpack .../67-ceph-test_20.2.0-721-g5bb32787-1jammy_amd64.deb ... 2026-03-31T20:20:55.122 INFO:teuthology.orchestra.run.vm06.stdout:Unpacking ceph-test (20.2.0-721-g5bb32787-1jammy) ... 2026-03-31T20:20:55.125 INFO:teuthology.orchestra.run.vm01.stdout:Preparing to unpack .../47-python3-repoze.lru_0.7-2_all.deb ... 2026-03-31T20:20:55.125 INFO:teuthology.orchestra.run.vm01.stdout:Unpacking python3-repoze.lru (0.7-2) ... 2026-03-31T20:20:55.141 INFO:teuthology.orchestra.run.vm01.stdout:Selecting previously unselected package python3-routes. 2026-03-31T20:20:55.147 INFO:teuthology.orchestra.run.vm01.stdout:Preparing to unpack .../48-python3-routes_2.5.1-1ubuntu1_all.deb ... 2026-03-31T20:20:55.148 INFO:teuthology.orchestra.run.vm01.stdout:Unpacking python3-routes (2.5.1-1ubuntu1) ... 2026-03-31T20:20:55.173 INFO:teuthology.orchestra.run.vm01.stdout:Selecting previously unselected package ceph-mgr-dashboard. 2026-03-31T20:20:55.179 INFO:teuthology.orchestra.run.vm01.stdout:Preparing to unpack .../49-ceph-mgr-dashboard_20.2.0-721-g5bb32787-1jammy_all.deb ... 2026-03-31T20:20:55.180 INFO:teuthology.orchestra.run.vm01.stdout:Unpacking ceph-mgr-dashboard (20.2.0-721-g5bb32787-1jammy) ... 2026-03-31T20:20:55.236 INFO:teuthology.orchestra.run.vm05.stdout:Setting up python3-cachetools (5.0.0-1) ... 2026-03-31T20:20:55.311 INFO:teuthology.orchestra.run.vm05.stdout:Setting up python3-threadpoolctl (3.1.0-1) ... 2026-03-31T20:20:55.381 INFO:teuthology.orchestra.run.vm05.stdout:Setting up python3-ceph-argparse (20.2.0-721-g5bb32787-1jammy) ... 2026-03-31T20:20:55.453 INFO:teuthology.orchestra.run.vm05.stdout:Setting up python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2026-03-31T20:20:55.455 INFO:teuthology.orchestra.run.vm05.stdout:Setting up libnbd0 (1.10.5-1) ... 2026-03-31T20:20:55.457 INFO:teuthology.orchestra.run.vm05.stdout:Setting up libfuse2:amd64 (2.9.9-5ubuntu3) ... 2026-03-31T20:20:55.459 INFO:teuthology.orchestra.run.vm05.stdout:Setting up libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2026-03-31T20:20:55.461 INFO:teuthology.orchestra.run.vm05.stdout:Setting up python3-psutil (5.9.0-1build1) ... 2026-03-31T20:20:55.607 INFO:teuthology.orchestra.run.vm05.stdout:Setting up python3-natsort (8.0.2-1) ... 2026-03-31T20:20:55.697 INFO:teuthology.orchestra.run.vm05.stdout:Setting up libcephfs-proxy2 (20.2.0-721-g5bb32787-1jammy) ... 2026-03-31T20:20:55.725 INFO:teuthology.orchestra.run.vm05.stdout:Setting up python3-routes (2.5.1-1ubuntu1) ... 2026-03-31T20:20:55.794 INFO:teuthology.orchestra.run.vm01.stdout:Selecting previously unselected package python3-sklearn-lib:amd64. 2026-03-31T20:20:55.797 INFO:teuthology.orchestra.run.vm05.stdout:Setting up python3-simplejson (3.17.6-1build1) ... 2026-03-31T20:20:55.800 INFO:teuthology.orchestra.run.vm01.stdout:Preparing to unpack .../50-python3-sklearn-lib_0.23.2-5ubuntu6_amd64.deb ... 2026-03-31T20:20:55.801 INFO:teuthology.orchestra.run.vm01.stdout:Unpacking python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2026-03-31T20:20:55.853 INFO:teuthology.orchestra.run.vm01.stdout:Selecting previously unselected package python3-joblib. 2026-03-31T20:20:55.859 INFO:teuthology.orchestra.run.vm01.stdout:Preparing to unpack .../51-python3-joblib_0.17.0-4ubuntu1_all.deb ... 2026-03-31T20:20:55.860 INFO:teuthology.orchestra.run.vm01.stdout:Unpacking python3-joblib (0.17.0-4ubuntu1) ... 2026-03-31T20:20:55.884 INFO:teuthology.orchestra.run.vm05.stdout:Setting up python3-pygments (2.11.2+dfsg-2ubuntu0.1) ... 2026-03-31T20:20:55.894 INFO:teuthology.orchestra.run.vm01.stdout:Selecting previously unselected package python3-threadpoolctl. 2026-03-31T20:20:55.901 INFO:teuthology.orchestra.run.vm01.stdout:Preparing to unpack .../52-python3-threadpoolctl_3.1.0-1_all.deb ... 2026-03-31T20:20:55.902 INFO:teuthology.orchestra.run.vm01.stdout:Unpacking python3-threadpoolctl (3.1.0-1) ... 2026-03-31T20:20:55.920 INFO:teuthology.orchestra.run.vm01.stdout:Selecting previously unselected package python3-sklearn. 2026-03-31T20:20:55.927 INFO:teuthology.orchestra.run.vm01.stdout:Preparing to unpack .../53-python3-sklearn_0.23.2-5ubuntu6_all.deb ... 2026-03-31T20:20:55.928 INFO:teuthology.orchestra.run.vm01.stdout:Unpacking python3-sklearn (0.23.2-5ubuntu6) ... 2026-03-31T20:20:56.043 INFO:teuthology.orchestra.run.vm01.stdout:Selecting previously unselected package ceph-mgr-diskprediction-local. 2026-03-31T20:20:56.050 INFO:teuthology.orchestra.run.vm01.stdout:Preparing to unpack .../54-ceph-mgr-diskprediction-local_20.2.0-721-g5bb32787-1jammy_all.deb ... 2026-03-31T20:20:56.051 INFO:teuthology.orchestra.run.vm01.stdout:Unpacking ceph-mgr-diskprediction-local (20.2.0-721-g5bb32787-1jammy) ... 2026-03-31T20:20:56.191 INFO:teuthology.orchestra.run.vm05.stdout:Setting up qttranslations5-l10n (5.15.3-1) ... 2026-03-31T20:20:56.309 INFO:teuthology.orchestra.run.vm05.stdout:Setting up python3-wcwidth (0.2.5+dfsg1-1) ... 2026-03-31T20:20:56.538 INFO:teuthology.orchestra.run.vm05.stdout:Setting up python3-asyncssh (2.5.0-1ubuntu0.1) ... 2026-03-31T20:20:56.546 INFO:teuthology.orchestra.run.vm01.stdout:Selecting previously unselected package python3-cachetools. 2026-03-31T20:20:56.550 INFO:teuthology.orchestra.run.vm06.stdout:Selecting previously unselected package ceph-volume. 2026-03-31T20:20:56.552 INFO:teuthology.orchestra.run.vm01.stdout:Preparing to unpack .../55-python3-cachetools_5.0.0-1_all.deb ... 2026-03-31T20:20:56.553 INFO:teuthology.orchestra.run.vm01.stdout:Unpacking python3-cachetools (5.0.0-1) ... 2026-03-31T20:20:56.555 INFO:teuthology.orchestra.run.vm06.stdout:Preparing to unpack .../68-ceph-volume_20.2.0-721-g5bb32787-1jammy_all.deb ... 2026-03-31T20:20:56.555 INFO:teuthology.orchestra.run.vm06.stdout:Unpacking ceph-volume (20.2.0-721-g5bb32787-1jammy) ... 2026-03-31T20:20:56.569 INFO:teuthology.orchestra.run.vm01.stdout:Selecting previously unselected package python3-rsa. 2026-03-31T20:20:56.576 INFO:teuthology.orchestra.run.vm01.stdout:Preparing to unpack .../56-python3-rsa_4.8-1_all.deb ... 2026-03-31T20:20:56.577 INFO:teuthology.orchestra.run.vm01.stdout:Unpacking python3-rsa (4.8-1) ... 2026-03-31T20:20:56.582 INFO:teuthology.orchestra.run.vm06.stdout:Selecting previously unselected package libcephfs-daemon. 2026-03-31T20:20:56.588 INFO:teuthology.orchestra.run.vm06.stdout:Preparing to unpack .../69-libcephfs-daemon_20.2.0-721-g5bb32787-1jammy_amd64.deb ... 2026-03-31T20:20:56.589 INFO:teuthology.orchestra.run.vm06.stdout:Unpacking libcephfs-daemon (20.2.0-721-g5bb32787-1jammy) ... 2026-03-31T20:20:56.598 INFO:teuthology.orchestra.run.vm01.stdout:Selecting previously unselected package python3-google-auth. 2026-03-31T20:20:56.603 INFO:teuthology.orchestra.run.vm06.stdout:Selecting previously unselected package libcephfs-proxy2. 2026-03-31T20:20:56.604 INFO:teuthology.orchestra.run.vm01.stdout:Preparing to unpack .../57-python3-google-auth_1.5.1-3_all.deb ... 2026-03-31T20:20:56.605 INFO:teuthology.orchestra.run.vm01.stdout:Unpacking python3-google-auth (1.5.1-3) ... 2026-03-31T20:20:56.609 INFO:teuthology.orchestra.run.vm06.stdout:Preparing to unpack .../70-libcephfs-proxy2_20.2.0-721-g5bb32787-1jammy_amd64.deb ... 2026-03-31T20:20:56.610 INFO:teuthology.orchestra.run.vm06.stdout:Unpacking libcephfs-proxy2 (20.2.0-721-g5bb32787-1jammy) ... 2026-03-31T20:20:56.626 INFO:teuthology.orchestra.run.vm01.stdout:Selecting previously unselected package python3-requests-oauthlib. 2026-03-31T20:20:56.626 INFO:teuthology.orchestra.run.vm06.stdout:Selecting previously unselected package libcephfs-dev. 2026-03-31T20:20:56.629 INFO:teuthology.orchestra.run.vm06.stdout:Preparing to unpack .../71-libcephfs-dev_20.2.0-721-g5bb32787-1jammy_amd64.deb ... 2026-03-31T20:20:56.630 INFO:teuthology.orchestra.run.vm06.stdout:Unpacking libcephfs-dev (20.2.0-721-g5bb32787-1jammy) ... 2026-03-31T20:20:56.633 INFO:teuthology.orchestra.run.vm01.stdout:Preparing to unpack .../58-python3-requests-oauthlib_1.3.0+ds-0.1_all.deb ... 2026-03-31T20:20:56.634 INFO:teuthology.orchestra.run.vm01.stdout:Unpacking python3-requests-oauthlib (1.3.0+ds-0.1) ... 2026-03-31T20:20:56.650 INFO:teuthology.orchestra.run.vm06.stdout:Selecting previously unselected package nvme-cli. 2026-03-31T20:20:56.654 INFO:teuthology.orchestra.run.vm01.stdout:Selecting previously unselected package python3-websocket. 2026-03-31T20:20:56.655 INFO:teuthology.orchestra.run.vm06.stdout:Preparing to unpack .../72-nvme-cli_1.16-3ubuntu0.3_amd64.deb ... 2026-03-31T20:20:56.656 INFO:teuthology.orchestra.run.vm06.stdout:Unpacking nvme-cli (1.16-3ubuntu0.3) ... 2026-03-31T20:20:56.659 INFO:teuthology.orchestra.run.vm01.stdout:Preparing to unpack .../59-python3-websocket_1.2.3-1_all.deb ... 2026-03-31T20:20:56.660 INFO:teuthology.orchestra.run.vm01.stdout:Unpacking python3-websocket (1.2.3-1) ... 2026-03-31T20:20:56.680 INFO:teuthology.orchestra.run.vm01.stdout:Selecting previously unselected package python3-kubernetes. 2026-03-31T20:20:56.681 INFO:teuthology.orchestra.run.vm05.stdout:Setting up python3-cheroot (8.5.2+ds1-1ubuntu3.2) ... 2026-03-31T20:20:56.689 INFO:teuthology.orchestra.run.vm01.stdout:Preparing to unpack .../60-python3-kubernetes_12.0.1-1ubuntu1_all.deb ... 2026-03-31T20:20:56.690 INFO:teuthology.orchestra.run.vm01.stdout:Unpacking python3-kubernetes (12.0.1-1ubuntu1) ... 2026-03-31T20:20:56.698 INFO:teuthology.orchestra.run.vm06.stdout:Selecting previously unselected package python-asyncssh-doc. 2026-03-31T20:20:56.705 INFO:teuthology.orchestra.run.vm06.stdout:Preparing to unpack .../73-python-asyncssh-doc_2.5.0-1ubuntu0.1_all.deb ... 2026-03-31T20:20:56.706 INFO:teuthology.orchestra.run.vm06.stdout:Unpacking python-asyncssh-doc (2.5.0-1ubuntu0.1) ... 2026-03-31T20:20:56.750 INFO:teuthology.orchestra.run.vm06.stdout:Selecting previously unselected package python3-iniconfig. 2026-03-31T20:20:56.755 INFO:teuthology.orchestra.run.vm06.stdout:Preparing to unpack .../74-python3-iniconfig_1.1.1-2_all.deb ... 2026-03-31T20:20:56.756 INFO:teuthology.orchestra.run.vm06.stdout:Unpacking python3-iniconfig (1.1.1-2) ... 2026-03-31T20:20:56.774 INFO:teuthology.orchestra.run.vm05.stdout:Setting up python3-jaraco.text (3.6.0-2) ... 2026-03-31T20:20:56.774 INFO:teuthology.orchestra.run.vm06.stdout:Selecting previously unselected package python3-pluggy. 2026-03-31T20:20:56.781 INFO:teuthology.orchestra.run.vm06.stdout:Preparing to unpack .../75-python3-pluggy_0.13.0-7.1_all.deb ... 2026-03-31T20:20:56.793 INFO:teuthology.orchestra.run.vm06.stdout:Unpacking python3-pluggy (0.13.0-7.1) ... 2026-03-31T20:20:56.814 INFO:teuthology.orchestra.run.vm06.stdout:Selecting previously unselected package python3-psutil. 2026-03-31T20:20:56.817 INFO:teuthology.orchestra.run.vm06.stdout:Preparing to unpack .../76-python3-psutil_5.9.0-1build1_amd64.deb ... 2026-03-31T20:20:56.818 INFO:teuthology.orchestra.run.vm06.stdout:Unpacking python3-psutil (5.9.0-1build1) ... 2026-03-31T20:20:56.833 INFO:teuthology.orchestra.run.vm01.stdout:Selecting previously unselected package ceph-mgr-k8sevents. 2026-03-31T20:20:56.840 INFO:teuthology.orchestra.run.vm01.stdout:Preparing to unpack .../61-ceph-mgr-k8sevents_20.2.0-721-g5bb32787-1jammy_all.deb ... 2026-03-31T20:20:56.840 INFO:teuthology.orchestra.run.vm01.stdout:Unpacking ceph-mgr-k8sevents (20.2.0-721-g5bb32787-1jammy) ... 2026-03-31T20:20:56.841 INFO:teuthology.orchestra.run.vm05.stdout:Setting up socat (1.7.4.1-3ubuntu4) ... 2026-03-31T20:20:56.842 INFO:teuthology.orchestra.run.vm06.stdout:Selecting previously unselected package python3-py. 2026-03-31T20:20:56.843 INFO:teuthology.orchestra.run.vm05.stdout:Setting up python3-ceph-common (20.2.0-721-g5bb32787-1jammy) ... 2026-03-31T20:20:56.848 INFO:teuthology.orchestra.run.vm06.stdout:Preparing to unpack .../77-python3-py_1.10.0-1_all.deb ... 2026-03-31T20:20:56.848 INFO:teuthology.orchestra.run.vm06.stdout:Unpacking python3-py (1.10.0-1) ... 2026-03-31T20:20:56.868 INFO:teuthology.orchestra.run.vm01.stdout:Selecting previously unselected package libonig5:amd64. 2026-03-31T20:20:56.875 INFO:teuthology.orchestra.run.vm01.stdout:Preparing to unpack .../62-libonig5_6.9.7.1-2build1_amd64.deb ... 2026-03-31T20:20:56.875 INFO:teuthology.orchestra.run.vm01.stdout:Unpacking libonig5:amd64 (6.9.7.1-2build1) ... 2026-03-31T20:20:56.882 INFO:teuthology.orchestra.run.vm06.stdout:Selecting previously unselected package python3-pygments. 2026-03-31T20:20:56.887 INFO:teuthology.orchestra.run.vm06.stdout:Preparing to unpack .../78-python3-pygments_2.11.2+dfsg-2ubuntu0.1_all.deb ... 2026-03-31T20:20:56.887 INFO:teuthology.orchestra.run.vm06.stdout:Unpacking python3-pygments (2.11.2+dfsg-2ubuntu0.1) ... 2026-03-31T20:20:56.893 INFO:teuthology.orchestra.run.vm01.stdout:Selecting previously unselected package libjq1:amd64. 2026-03-31T20:20:56.899 INFO:teuthology.orchestra.run.vm01.stdout:Preparing to unpack .../63-libjq1_1.6-2.1ubuntu3.1_amd64.deb ... 2026-03-31T20:20:56.900 INFO:teuthology.orchestra.run.vm01.stdout:Unpacking libjq1:amd64 (1.6-2.1ubuntu3.1) ... 2026-03-31T20:20:56.918 INFO:teuthology.orchestra.run.vm01.stdout:Selecting previously unselected package jq. 2026-03-31T20:20:56.922 INFO:teuthology.orchestra.run.vm01.stdout:Preparing to unpack .../64-jq_1.6-2.1ubuntu3.1_amd64.deb ... 2026-03-31T20:20:56.923 INFO:teuthology.orchestra.run.vm01.stdout:Unpacking jq (1.6-2.1ubuntu3.1) ... 2026-03-31T20:20:56.943 INFO:teuthology.orchestra.run.vm05.stdout:Setting up python3-sklearn (0.23.2-5ubuntu6) ... 2026-03-31T20:20:56.946 INFO:teuthology.orchestra.run.vm01.stdout:Selecting previously unselected package socat. 2026-03-31T20:20:56.947 INFO:teuthology.orchestra.run.vm06.stdout:Selecting previously unselected package python3-toml. 2026-03-31T20:20:56.952 INFO:teuthology.orchestra.run.vm01.stdout:Preparing to unpack .../65-socat_1.7.4.1-3ubuntu4_amd64.deb ... 2026-03-31T20:20:56.953 INFO:teuthology.orchestra.run.vm01.stdout:Unpacking socat (1.7.4.1-3ubuntu4) ... 2026-03-31T20:20:56.954 INFO:teuthology.orchestra.run.vm06.stdout:Preparing to unpack .../79-python3-toml_0.10.2-1_all.deb ... 2026-03-31T20:20:56.954 INFO:teuthology.orchestra.run.vm06.stdout:Unpacking python3-toml (0.10.2-1) ... 2026-03-31T20:20:56.973 INFO:teuthology.orchestra.run.vm06.stdout:Selecting previously unselected package python3-pytest. 2026-03-31T20:20:56.978 INFO:teuthology.orchestra.run.vm01.stdout:Selecting previously unselected package xmlstarlet. 2026-03-31T20:20:56.980 INFO:teuthology.orchestra.run.vm06.stdout:Preparing to unpack .../80-python3-pytest_6.2.5-1ubuntu2_all.deb ... 2026-03-31T20:20:56.981 INFO:teuthology.orchestra.run.vm06.stdout:Unpacking python3-pytest (6.2.5-1ubuntu2) ... 2026-03-31T20:20:56.982 INFO:teuthology.orchestra.run.vm01.stdout:Preparing to unpack .../66-xmlstarlet_1.6.1-2.1_amd64.deb ... 2026-03-31T20:20:56.982 INFO:teuthology.orchestra.run.vm01.stdout:Unpacking xmlstarlet (1.6.1-2.1) ... 2026-03-31T20:20:57.022 INFO:teuthology.orchestra.run.vm06.stdout:Selecting previously unselected package python3-simplejson. 2026-03-31T20:20:57.022 INFO:teuthology.orchestra.run.vm06.stdout:Preparing to unpack .../81-python3-simplejson_3.17.6-1build1_amd64.deb ... 2026-03-31T20:20:57.023 INFO:teuthology.orchestra.run.vm06.stdout:Unpacking python3-simplejson (3.17.6-1build1) ... 2026-03-31T20:20:57.026 INFO:teuthology.orchestra.run.vm01.stdout:Selecting previously unselected package ceph-test. 2026-03-31T20:20:57.031 INFO:teuthology.orchestra.run.vm01.stdout:Preparing to unpack .../67-ceph-test_20.2.0-721-g5bb32787-1jammy_amd64.deb ... 2026-03-31T20:20:57.032 INFO:teuthology.orchestra.run.vm01.stdout:Unpacking ceph-test (20.2.0-721-g5bb32787-1jammy) ... 2026-03-31T20:20:57.046 INFO:teuthology.orchestra.run.vm06.stdout:Selecting previously unselected package python3-webob. 2026-03-31T20:20:57.049 INFO:teuthology.orchestra.run.vm06.stdout:Preparing to unpack .../82-python3-webob_1%3a1.8.6-1.1ubuntu0.1_all.deb ... 2026-03-31T20:20:57.050 INFO:teuthology.orchestra.run.vm06.stdout:Unpacking python3-webob (1:1.8.6-1.1ubuntu0.1) ... 2026-03-31T20:20:57.070 INFO:teuthology.orchestra.run.vm06.stdout:Selecting previously unselected package qttranslations5-l10n. 2026-03-31T20:20:57.076 INFO:teuthology.orchestra.run.vm06.stdout:Preparing to unpack .../83-qttranslations5-l10n_5.15.3-1_all.deb ... 2026-03-31T20:20:57.077 INFO:teuthology.orchestra.run.vm06.stdout:Unpacking qttranslations5-l10n (5.15.3-1) ... 2026-03-31T20:20:57.174 INFO:teuthology.orchestra.run.vm06.stdout:Selecting previously unselected package radosgw. 2026-03-31T20:20:57.180 INFO:teuthology.orchestra.run.vm06.stdout:Preparing to unpack .../84-radosgw_20.2.0-721-g5bb32787-1jammy_amd64.deb ... 2026-03-31T20:20:57.181 INFO:teuthology.orchestra.run.vm06.stdout:Unpacking radosgw (20.2.0-721-g5bb32787-1jammy) ... 2026-03-31T20:20:57.493 INFO:teuthology.orchestra.run.vm06.stdout:Selecting previously unselected package rbd-fuse. 2026-03-31T20:20:57.501 INFO:teuthology.orchestra.run.vm06.stdout:Preparing to unpack .../85-rbd-fuse_20.2.0-721-g5bb32787-1jammy_amd64.deb ... 2026-03-31T20:20:57.502 INFO:teuthology.orchestra.run.vm06.stdout:Unpacking rbd-fuse (20.2.0-721-g5bb32787-1jammy) ... 2026-03-31T20:20:57.505 INFO:teuthology.orchestra.run.vm05.stdout:Setting up libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2026-03-31T20:20:57.511 INFO:teuthology.orchestra.run.vm05.stdout:Setting up python3-toml (0.10.2-1) ... 2026-03-31T20:20:57.522 INFO:teuthology.orchestra.run.vm06.stdout:Selecting previously unselected package smartmontools. 2026-03-31T20:20:57.528 INFO:teuthology.orchestra.run.vm06.stdout:Preparing to unpack .../86-smartmontools_7.2-1ubuntu0.1_amd64.deb ... 2026-03-31T20:20:57.537 INFO:teuthology.orchestra.run.vm06.stdout:Unpacking smartmontools (7.2-1ubuntu0.1) ... 2026-03-31T20:20:57.583 INFO:teuthology.orchestra.run.vm06.stdout:Setting up smartmontools (7.2-1ubuntu0.1) ... 2026-03-31T20:20:57.586 INFO:teuthology.orchestra.run.vm05.stdout:Setting up librdkafka1:amd64 (1.8.0-1build1) ... 2026-03-31T20:20:57.587 INFO:teuthology.orchestra.run.vm05.stdout:Setting up xmlstarlet (1.6.1-2.1) ... 2026-03-31T20:20:57.589 INFO:teuthology.orchestra.run.vm05.stdout:Setting up python3-pluggy (0.13.0-7.1) ... 2026-03-31T20:20:57.661 INFO:teuthology.orchestra.run.vm05.stdout:Setting up python3-zc.lockfile (2.0-1) ... 2026-03-31T20:20:57.733 INFO:teuthology.orchestra.run.vm05.stdout:Setting up libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2026-03-31T20:20:57.735 INFO:teuthology.orchestra.run.vm05.stdout:Setting up python3-rsa (4.8-1) ... 2026-03-31T20:20:57.840 INFO:teuthology.orchestra.run.vm06.stdout:Created symlink /etc/systemd/system/smartd.service → /lib/systemd/system/smartmontools.service. 2026-03-31T20:20:57.841 INFO:teuthology.orchestra.run.vm06.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/smartmontools.service → /lib/systemd/system/smartmontools.service. 2026-03-31T20:20:57.925 INFO:teuthology.orchestra.run.vm05.stdout:Setting up python3-tempora (4.1.2-1) ... 2026-03-31T20:20:58.250 INFO:teuthology.orchestra.run.vm05.stdout:Setting up python3-prettytable (2.5.0-2) ... 2026-03-31T20:20:58.281 INFO:teuthology.orchestra.run.vm06.stdout:Setting up python3-iniconfig (1.1.1-2) ... 2026-03-31T20:20:58.300 INFO:teuthology.orchestra.run.vm01.stdout:Selecting previously unselected package ceph-volume. 2026-03-31T20:20:58.308 INFO:teuthology.orchestra.run.vm01.stdout:Preparing to unpack .../68-ceph-volume_20.2.0-721-g5bb32787-1jammy_all.deb ... 2026-03-31T20:20:58.309 INFO:teuthology.orchestra.run.vm01.stdout:Unpacking ceph-volume (20.2.0-721-g5bb32787-1jammy) ... 2026-03-31T20:20:58.336 INFO:teuthology.orchestra.run.vm01.stdout:Selecting previously unselected package libcephfs-daemon. 2026-03-31T20:20:58.343 INFO:teuthology.orchestra.run.vm01.stdout:Preparing to unpack .../69-libcephfs-daemon_20.2.0-721-g5bb32787-1jammy_amd64.deb ... 2026-03-31T20:20:58.344 INFO:teuthology.orchestra.run.vm01.stdout:Unpacking libcephfs-daemon (20.2.0-721-g5bb32787-1jammy) ... 2026-03-31T20:20:58.351 INFO:teuthology.orchestra.run.vm06.stdout:Setting up libdouble-conversion3:amd64 (3.1.7-4) ... 2026-03-31T20:20:58.353 INFO:teuthology.orchestra.run.vm06.stdout:Setting up nvme-cli (1.16-3ubuntu0.3) ... 2026-03-31T20:20:58.358 INFO:teuthology.orchestra.run.vm05.stdout:Setting up liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2026-03-31T20:20:58.359 INFO:teuthology.orchestra.run.vm01.stdout:Selecting previously unselected package libcephfs-proxy2. 2026-03-31T20:20:58.360 INFO:teuthology.orchestra.run.vm05.stdout:Setting up python3-websocket (1.2.3-1) ... 2026-03-31T20:20:58.366 INFO:teuthology.orchestra.run.vm01.stdout:Preparing to unpack .../70-libcephfs-proxy2_20.2.0-721-g5bb32787-1jammy_amd64.deb ... 2026-03-31T20:20:58.367 INFO:teuthology.orchestra.run.vm01.stdout:Unpacking libcephfs-proxy2 (20.2.0-721-g5bb32787-1jammy) ... 2026-03-31T20:20:58.382 INFO:teuthology.orchestra.run.vm01.stdout:Selecting previously unselected package libcephfs-dev. 2026-03-31T20:20:58.387 INFO:teuthology.orchestra.run.vm01.stdout:Preparing to unpack .../71-libcephfs-dev_20.2.0-721-g5bb32787-1jammy_amd64.deb ... 2026-03-31T20:20:58.388 INFO:teuthology.orchestra.run.vm01.stdout:Unpacking libcephfs-dev (20.2.0-721-g5bb32787-1jammy) ... 2026-03-31T20:20:58.407 INFO:teuthology.orchestra.run.vm01.stdout:Selecting previously unselected package nvme-cli. 2026-03-31T20:20:58.416 INFO:teuthology.orchestra.run.vm01.stdout:Preparing to unpack .../72-nvme-cli_1.16-3ubuntu0.3_amd64.deb ... 2026-03-31T20:20:58.417 INFO:teuthology.orchestra.run.vm01.stdout:Unpacking nvme-cli (1.16-3ubuntu0.3) ... 2026-03-31T20:20:58.419 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-03-31T20:20:58.445 INFO:teuthology.orchestra.run.vm05.stdout:Setting up libonig5:amd64 (6.9.7.1-2build1) ... 2026-03-31T20:20:58.447 INFO:teuthology.orchestra.run.vm05.stdout:Setting up python3-requests-oauthlib (1.3.0+ds-0.1) ... 2026-03-31T20:20:58.458 INFO:teuthology.orchestra.run.vm01.stdout:Selecting previously unselected package python-asyncssh-doc. 2026-03-31T20:20:58.463 INFO:teuthology.orchestra.run.vm01.stdout:Preparing to unpack .../73-python-asyncssh-doc_2.5.0-1ubuntu0.1_all.deb ... 2026-03-31T20:20:58.464 INFO:teuthology.orchestra.run.vm01.stdout:Unpacking python-asyncssh-doc (2.5.0-1ubuntu0.1) ... 2026-03-31T20:20:58.507 INFO:teuthology.orchestra.run.vm01.stdout:Selecting previously unselected package python3-iniconfig. 2026-03-31T20:20:58.514 INFO:teuthology.orchestra.run.vm01.stdout:Preparing to unpack .../74-python3-iniconfig_1.1.1-2_all.deb ... 2026-03-31T20:20:58.515 INFO:teuthology.orchestra.run.vm01.stdout:Unpacking python3-iniconfig (1.1.1-2) ... 2026-03-31T20:20:58.523 INFO:teuthology.orchestra.run.vm05.stdout:Setting up python3-webob (1:1.8.6-1.1ubuntu0.1) ... 2026-03-31T20:20:58.530 INFO:teuthology.orchestra.run.vm01.stdout:Selecting previously unselected package python3-pluggy. 2026-03-31T20:20:58.536 INFO:teuthology.orchestra.run.vm01.stdout:Preparing to unpack .../75-python3-pluggy_0.13.0-7.1_all.deb ... 2026-03-31T20:20:58.537 INFO:teuthology.orchestra.run.vm01.stdout:Unpacking python3-pluggy (0.13.0-7.1) ... 2026-03-31T20:20:58.554 INFO:teuthology.orchestra.run.vm01.stdout:Selecting previously unselected package python3-psutil. 2026-03-31T20:20:58.560 INFO:teuthology.orchestra.run.vm01.stdout:Preparing to unpack .../76-python3-psutil_5.9.0-1build1_amd64.deb ... 2026-03-31T20:20:58.561 INFO:teuthology.orchestra.run.vm01.stdout:Unpacking python3-psutil (5.9.0-1build1) ... 2026-03-31T20:20:58.583 INFO:teuthology.orchestra.run.vm01.stdout:Selecting previously unselected package python3-py. 2026-03-31T20:20:58.589 INFO:teuthology.orchestra.run.vm01.stdout:Preparing to unpack .../77-python3-py_1.10.0-1_all.deb ... 2026-03-31T20:20:58.590 INFO:teuthology.orchestra.run.vm01.stdout:Unpacking python3-py (1.10.0-1) ... 2026-03-31T20:20:58.620 INFO:teuthology.orchestra.run.vm01.stdout:Selecting previously unselected package python3-pygments. 2026-03-31T20:20:58.620 INFO:teuthology.orchestra.run.vm05.stdout:Setting up python3-jaraco.collections (3.4.0-2) ... 2026-03-31T20:20:58.626 INFO:teuthology.orchestra.run.vm01.stdout:Preparing to unpack .../78-python3-pygments_2.11.2+dfsg-2ubuntu0.1_all.deb ... 2026-03-31T20:20:58.627 INFO:teuthology.orchestra.run.vm01.stdout:Unpacking python3-pygments (2.11.2+dfsg-2ubuntu0.1) ... 2026-03-31T20:20:58.666 INFO:teuthology.orchestra.run.vm06.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmf-autoconnect.service → /lib/systemd/system/nvmf-autoconnect.service. 2026-03-31T20:20:58.684 INFO:teuthology.orchestra.run.vm01.stdout:Selecting previously unselected package python3-toml. 2026-03-31T20:20:58.688 INFO:teuthology.orchestra.run.vm05.stdout:Setting up libjq1:amd64 (1.6-2.1ubuntu3.1) ... 2026-03-31T20:20:58.690 INFO:teuthology.orchestra.run.vm05.stdout:Setting up python3-pytest (6.2.5-1ubuntu2) ... 2026-03-31T20:20:58.691 INFO:teuthology.orchestra.run.vm01.stdout:Preparing to unpack .../79-python3-toml_0.10.2-1_all.deb ... 2026-03-31T20:20:58.691 INFO:teuthology.orchestra.run.vm01.stdout:Unpacking python3-toml (0.10.2-1) ... 2026-03-31T20:20:58.724 INFO:teuthology.orchestra.run.vm01.stdout:Selecting previously unselected package python3-pytest. 2026-03-31T20:20:58.729 INFO:teuthology.orchestra.run.vm01.stdout:Preparing to unpack .../80-python3-pytest_6.2.5-1ubuntu2_all.deb ... 2026-03-31T20:20:58.730 INFO:teuthology.orchestra.run.vm01.stdout:Unpacking python3-pytest (6.2.5-1ubuntu2) ... 2026-03-31T20:20:58.769 INFO:teuthology.orchestra.run.vm01.stdout:Selecting previously unselected package python3-simplejson. 2026-03-31T20:20:58.775 INFO:teuthology.orchestra.run.vm01.stdout:Preparing to unpack .../81-python3-simplejson_3.17.6-1build1_amd64.deb ... 2026-03-31T20:20:58.776 INFO:teuthology.orchestra.run.vm01.stdout:Unpacking python3-simplejson (3.17.6-1build1) ... 2026-03-31T20:20:58.797 INFO:teuthology.orchestra.run.vm01.stdout:Selecting previously unselected package python3-webob. 2026-03-31T20:20:58.804 INFO:teuthology.orchestra.run.vm01.stdout:Preparing to unpack .../82-python3-webob_1%3a1.8.6-1.1ubuntu0.1_all.deb ... 2026-03-31T20:20:58.805 INFO:teuthology.orchestra.run.vm01.stdout:Unpacking python3-webob (1:1.8.6-1.1ubuntu0.1) ... 2026-03-31T20:20:58.823 INFO:teuthology.orchestra.run.vm01.stdout:Selecting previously unselected package qttranslations5-l10n. 2026-03-31T20:20:58.829 INFO:teuthology.orchestra.run.vm01.stdout:Preparing to unpack .../83-qttranslations5-l10n_5.15.3-1_all.deb ... 2026-03-31T20:20:58.830 INFO:teuthology.orchestra.run.vm01.stdout:Unpacking qttranslations5-l10n (5.15.3-1) ... 2026-03-31T20:20:58.831 INFO:teuthology.orchestra.run.vm05.stdout:Setting up python3-portend (3.0.0-1) ... 2026-03-31T20:20:58.904 INFO:teuthology.orchestra.run.vm05.stdout:Setting up libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2026-03-31T20:20:58.906 INFO:teuthology.orchestra.run.vm05.stdout:Setting up python3-google-auth (1.5.1-3) ... 2026-03-31T20:20:58.933 INFO:teuthology.orchestra.run.vm01.stdout:Selecting previously unselected package radosgw. 2026-03-31T20:20:58.939 INFO:teuthology.orchestra.run.vm01.stdout:Preparing to unpack .../84-radosgw_20.2.0-721-g5bb32787-1jammy_amd64.deb ... 2026-03-31T20:20:58.977 INFO:teuthology.orchestra.run.vm01.stdout:Unpacking radosgw (20.2.0-721-g5bb32787-1jammy) ... 2026-03-31T20:20:58.985 INFO:teuthology.orchestra.run.vm05.stdout:Setting up jq (1.6-2.1ubuntu3.1) ... 2026-03-31T20:20:58.988 INFO:teuthology.orchestra.run.vm05.stdout:Setting up python3-cherrypy3 (18.6.1-4) ... 2026-03-31T20:20:59.053 INFO:teuthology.orchestra.run.vm06.stdout:nvmf-connect.target is a disabled or a static unit, not starting it. 2026-03-31T20:20:59.068 INFO:teuthology.orchestra.run.vm06.stdout:Setting up cephadm (20.2.0-721-g5bb32787-1jammy) ... 2026-03-31T20:20:59.112 INFO:teuthology.orchestra.run.vm06.stdout:Adding system user cephadm....done 2026-03-31T20:20:59.121 INFO:teuthology.orchestra.run.vm06.stdout:Setting up python3-jaraco.classes (3.2.1-3) ... 2026-03-31T20:20:59.123 INFO:teuthology.orchestra.run.vm05.stdout:Setting up libthrift-0.16.0:amd64 (0.16.0-2) ... 2026-03-31T20:20:59.125 INFO:teuthology.orchestra.run.vm05.stdout:Setting up librados2 (20.2.0-721-g5bb32787-1jammy) ... 2026-03-31T20:20:59.127 INFO:teuthology.orchestra.run.vm05.stdout:Setting up librgw2 (20.2.0-721-g5bb32787-1jammy) ... 2026-03-31T20:20:59.129 INFO:teuthology.orchestra.run.vm05.stdout:Setting up libsqlite3-mod-ceph (20.2.0-721-g5bb32787-1jammy) ... 2026-03-31T20:20:59.131 INFO:teuthology.orchestra.run.vm05.stdout:Setting up python3-kubernetes (12.0.1-1ubuntu1) ... 2026-03-31T20:20:59.188 INFO:teuthology.orchestra.run.vm06.stdout:Setting up python-asyncssh-doc (2.5.0-1ubuntu0.1) ... 2026-03-31T20:20:59.191 INFO:teuthology.orchestra.run.vm06.stdout:Setting up python3-jaraco.functools (3.4.0-2) ... 2026-03-31T20:20:59.307 INFO:teuthology.orchestra.run.vm06.stdout:Setting up python3-repoze.lru (0.7-2) ... 2026-03-31T20:20:59.322 INFO:teuthology.orchestra.run.vm01.stdout:Selecting previously unselected package rbd-fuse. 2026-03-31T20:20:59.331 INFO:teuthology.orchestra.run.vm01.stdout:Preparing to unpack .../85-rbd-fuse_20.2.0-721-g5bb32787-1jammy_amd64.deb ... 2026-03-31T20:20:59.332 INFO:teuthology.orchestra.run.vm01.stdout:Unpacking rbd-fuse (20.2.0-721-g5bb32787-1jammy) ... 2026-03-31T20:20:59.353 INFO:teuthology.orchestra.run.vm01.stdout:Selecting previously unselected package smartmontools. 2026-03-31T20:20:59.359 INFO:teuthology.orchestra.run.vm01.stdout:Preparing to unpack .../86-smartmontools_7.2-1ubuntu0.1_amd64.deb ... 2026-03-31T20:20:59.368 INFO:teuthology.orchestra.run.vm01.stdout:Unpacking smartmontools (7.2-1ubuntu0.1) ... 2026-03-31T20:20:59.382 INFO:teuthology.orchestra.run.vm06.stdout:Setting up liboath0:amd64 (2.6.7-3ubuntu0.1) ... 2026-03-31T20:20:59.384 INFO:teuthology.orchestra.run.vm06.stdout:Setting up python3-py (1.10.0-1) ... 2026-03-31T20:20:59.408 INFO:teuthology.orchestra.run.vm01.stdout:Setting up smartmontools (7.2-1ubuntu0.1) ... 2026-03-31T20:20:59.478 INFO:teuthology.orchestra.run.vm06.stdout:Setting up python3-joblib (0.17.0-4ubuntu1) ... 2026-03-31T20:20:59.601 INFO:teuthology.orchestra.run.vm06.stdout:Setting up python3-cachetools (5.0.0-1) ... 2026-03-31T20:20:59.645 INFO:teuthology.orchestra.run.vm01.stdout:Created symlink /etc/systemd/system/smartd.service → /lib/systemd/system/smartmontools.service. 2026-03-31T20:20:59.645 INFO:teuthology.orchestra.run.vm01.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/smartmontools.service → /lib/systemd/system/smartmontools.service. 2026-03-31T20:20:59.671 INFO:teuthology.orchestra.run.vm06.stdout:Setting up python3-threadpoolctl (3.1.0-1) ... 2026-03-31T20:20:59.704 INFO:teuthology.orchestra.run.vm05.stdout:Setting up libcephfs2 (20.2.0-721-g5bb32787-1jammy) ... 2026-03-31T20:20:59.706 INFO:teuthology.orchestra.run.vm05.stdout:Setting up libradosstriper1 (20.2.0-721-g5bb32787-1jammy) ... 2026-03-31T20:20:59.708 INFO:teuthology.orchestra.run.vm05.stdout:Setting up librbd1 (20.2.0-721-g5bb32787-1jammy) ... 2026-03-31T20:20:59.710 INFO:teuthology.orchestra.run.vm05.stdout:Setting up ceph-mgr-modules-core (20.2.0-721-g5bb32787-1jammy) ... 2026-03-31T20:20:59.712 INFO:teuthology.orchestra.run.vm05.stdout:Setting up ceph-fuse (20.2.0-721-g5bb32787-1jammy) ... 2026-03-31T20:20:59.743 INFO:teuthology.orchestra.run.vm06.stdout:Setting up python3-ceph-argparse (20.2.0-721-g5bb32787-1jammy) ... 2026-03-31T20:20:59.777 INFO:teuthology.orchestra.run.vm05.stdout:Created symlink /etc/systemd/system/remote-fs.target.wants/ceph-fuse.target → /lib/systemd/system/ceph-fuse.target. 2026-03-31T20:20:59.778 INFO:teuthology.orchestra.run.vm05.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-fuse.target → /lib/systemd/system/ceph-fuse.target. 2026-03-31T20:20:59.842 INFO:teuthology.orchestra.run.vm06.stdout:Setting up python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2026-03-31T20:20:59.891 INFO:teuthology.orchestra.run.vm06.stdout:Setting up libnbd0 (1.10.5-1) ... 2026-03-31T20:20:59.895 INFO:teuthology.orchestra.run.vm06.stdout:Setting up libfuse2:amd64 (2.9.9-5ubuntu3) ... 2026-03-31T20:20:59.897 INFO:teuthology.orchestra.run.vm06.stdout:Setting up libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2026-03-31T20:20:59.900 INFO:teuthology.orchestra.run.vm06.stdout:Setting up python3-psutil (5.9.0-1build1) ... 2026-03-31T20:21:00.019 INFO:teuthology.orchestra.run.vm01.stdout:Setting up python3-iniconfig (1.1.1-2) ... 2026-03-31T20:21:00.029 INFO:teuthology.orchestra.run.vm06.stdout:Setting up python3-natsort (8.0.2-1) ... 2026-03-31T20:21:00.088 INFO:teuthology.orchestra.run.vm01.stdout:Setting up libdouble-conversion3:amd64 (3.1.7-4) ... 2026-03-31T20:21:00.090 INFO:teuthology.orchestra.run.vm01.stdout:Setting up nvme-cli (1.16-3ubuntu0.3) ... 2026-03-31T20:21:00.109 INFO:teuthology.orchestra.run.vm06.stdout:Setting up libcephfs-proxy2 (20.2.0-721-g5bb32787-1jammy) ... 2026-03-31T20:21:00.112 INFO:teuthology.orchestra.run.vm06.stdout:Setting up python3-routes (2.5.1-1ubuntu1) ... 2026-03-31T20:21:00.126 INFO:teuthology.orchestra.run.vm05.stdout:Setting up libcephfs-dev (20.2.0-721-g5bb32787-1jammy) ... 2026-03-31T20:21:00.128 INFO:teuthology.orchestra.run.vm05.stdout:Setting up python3-rados (20.2.0-721-g5bb32787-1jammy) ... 2026-03-31T20:21:00.130 INFO:teuthology.orchestra.run.vm05.stdout:Setting up libcephfs-daemon (20.2.0-721-g5bb32787-1jammy) ... 2026-03-31T20:21:00.132 INFO:teuthology.orchestra.run.vm05.stdout:Setting up python3-rbd (20.2.0-721-g5bb32787-1jammy) ... 2026-03-31T20:21:00.134 INFO:teuthology.orchestra.run.vm05.stdout:Setting up rbd-fuse (20.2.0-721-g5bb32787-1jammy) ... 2026-03-31T20:21:00.137 INFO:teuthology.orchestra.run.vm05.stdout:Setting up python3-rgw (20.2.0-721-g5bb32787-1jammy) ... 2026-03-31T20:21:00.139 INFO:teuthology.orchestra.run.vm05.stdout:Setting up python3-cephfs (20.2.0-721-g5bb32787-1jammy) ... 2026-03-31T20:21:00.141 INFO:teuthology.orchestra.run.vm05.stdout:Setting up ceph-common (20.2.0-721-g5bb32787-1jammy) ... 2026-03-31T20:21:00.158 INFO:teuthology.orchestra.run.vm01.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmefc-boot-connections.service → /lib/systemd/system/nvmefc-boot-connections.service. 2026-03-31T20:21:00.184 INFO:teuthology.orchestra.run.vm06.stdout:Setting up python3-simplejson (3.17.6-1build1) ... 2026-03-31T20:21:00.185 INFO:teuthology.orchestra.run.vm05.stdout:Adding group ceph....done 2026-03-31T20:21:00.220 INFO:teuthology.orchestra.run.vm05.stdout:Adding system user ceph....done 2026-03-31T20:21:00.228 INFO:teuthology.orchestra.run.vm05.stdout:Setting system user ceph properties....done 2026-03-31T20:21:00.232 INFO:teuthology.orchestra.run.vm05.stdout:chown: cannot access '/var/log/ceph/*.log*': No such file or directory 2026-03-31T20:21:00.272 INFO:teuthology.orchestra.run.vm06.stdout:Setting up python3-pygments (2.11.2+dfsg-2ubuntu0.1) ... 2026-03-31T20:21:00.299 INFO:teuthology.orchestra.run.vm05.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /lib/systemd/system/ceph.target. 2026-03-31T20:21:00.381 INFO:teuthology.orchestra.run.vm01.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmf-autoconnect.service → /lib/systemd/system/nvmf-autoconnect.service. 2026-03-31T20:21:00.514 INFO:teuthology.orchestra.run.vm05.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/rbdmap.service → /lib/systemd/system/rbdmap.service. 2026-03-31T20:21:00.547 INFO:teuthology.orchestra.run.vm06.stdout:Setting up qttranslations5-l10n (5.15.3-1) ... 2026-03-31T20:21:00.549 INFO:teuthology.orchestra.run.vm06.stdout:Setting up python3-wcwidth (0.2.5+dfsg1-1) ... 2026-03-31T20:21:00.645 INFO:teuthology.orchestra.run.vm06.stdout:Setting up python3-asyncssh (2.5.0-1ubuntu0.1) ... 2026-03-31T20:21:00.754 INFO:teuthology.orchestra.run.vm01.stdout:nvmf-connect.target is a disabled or a static unit, not starting it. 2026-03-31T20:21:00.772 INFO:teuthology.orchestra.run.vm01.stdout:Setting up cephadm (20.2.0-721-g5bb32787-1jammy) ... 2026-03-31T20:21:00.791 INFO:teuthology.orchestra.run.vm06.stdout:Setting up python3-cheroot (8.5.2+ds1-1ubuntu3.2) ... 2026-03-31T20:21:00.816 INFO:teuthology.orchestra.run.vm01.stdout:Adding system user cephadm....done 2026-03-31T20:21:00.826 INFO:teuthology.orchestra.run.vm01.stdout:Setting up python3-jaraco.classes (3.2.1-3) ... 2026-03-31T20:21:00.874 INFO:teuthology.orchestra.run.vm05.stdout:Setting up ceph-test (20.2.0-721-g5bb32787-1jammy) ... 2026-03-31T20:21:00.877 INFO:teuthology.orchestra.run.vm05.stdout:Setting up radosgw (20.2.0-721-g5bb32787-1jammy) ... 2026-03-31T20:21:00.881 INFO:teuthology.orchestra.run.vm06.stdout:Setting up python3-jaraco.text (3.6.0-2) ... 2026-03-31T20:21:00.895 INFO:teuthology.orchestra.run.vm01.stdout:Setting up python-asyncssh-doc (2.5.0-1ubuntu0.1) ... 2026-03-31T20:21:00.898 INFO:teuthology.orchestra.run.vm01.stdout:Setting up python3-jaraco.functools (3.4.0-2) ... 2026-03-31T20:21:00.957 INFO:teuthology.orchestra.run.vm06.stdout:Setting up socat (1.7.4.1-3ubuntu4) ... 2026-03-31T20:21:00.960 INFO:teuthology.orchestra.run.vm06.stdout:Setting up python3-ceph-common (20.2.0-721-g5bb32787-1jammy) ... 2026-03-31T20:21:00.966 INFO:teuthology.orchestra.run.vm01.stdout:Setting up python3-repoze.lru (0.7-2) ... 2026-03-31T20:21:01.040 INFO:teuthology.orchestra.run.vm01.stdout:Setting up liboath0:amd64 (2.6.7-3ubuntu0.1) ... 2026-03-31T20:21:01.042 INFO:teuthology.orchestra.run.vm01.stdout:Setting up python3-py (1.10.0-1) ... 2026-03-31T20:21:01.063 INFO:teuthology.orchestra.run.vm06.stdout:Setting up python3-sklearn (0.23.2-5ubuntu6) ... 2026-03-31T20:21:01.117 INFO:teuthology.orchestra.run.vm05.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target → /lib/systemd/system/ceph-radosgw.target. 2026-03-31T20:21:01.117 INFO:teuthology.orchestra.run.vm05.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target → /lib/systemd/system/ceph-radosgw.target. 2026-03-31T20:21:01.139 INFO:teuthology.orchestra.run.vm01.stdout:Setting up python3-joblib (0.17.0-4ubuntu1) ... 2026-03-31T20:21:01.265 INFO:teuthology.orchestra.run.vm01.stdout:Setting up python3-cachetools (5.0.0-1) ... 2026-03-31T20:21:01.337 INFO:teuthology.orchestra.run.vm01.stdout:Setting up python3-threadpoolctl (3.1.0-1) ... 2026-03-31T20:21:01.410 INFO:teuthology.orchestra.run.vm01.stdout:Setting up python3-ceph-argparse (20.2.0-721-g5bb32787-1jammy) ... 2026-03-31T20:21:01.472 INFO:teuthology.orchestra.run.vm05.stdout:Setting up ceph-base (20.2.0-721-g5bb32787-1jammy) ... 2026-03-31T20:21:01.483 INFO:teuthology.orchestra.run.vm01.stdout:Setting up python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2026-03-31T20:21:01.485 INFO:teuthology.orchestra.run.vm01.stdout:Setting up libnbd0 (1.10.5-1) ... 2026-03-31T20:21:01.487 INFO:teuthology.orchestra.run.vm01.stdout:Setting up libfuse2:amd64 (2.9.9-5ubuntu3) ... 2026-03-31T20:21:01.489 INFO:teuthology.orchestra.run.vm01.stdout:Setting up libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2026-03-31T20:21:01.492 INFO:teuthology.orchestra.run.vm01.stdout:Setting up python3-psutil (5.9.0-1build1) ... 2026-03-31T20:21:01.559 INFO:teuthology.orchestra.run.vm05.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service → /lib/systemd/system/ceph-crash.service. 2026-03-31T20:21:01.614 INFO:teuthology.orchestra.run.vm01.stdout:Setting up python3-natsort (8.0.2-1) ... 2026-03-31T20:21:01.642 INFO:teuthology.orchestra.run.vm06.stdout:Setting up libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2026-03-31T20:21:01.648 INFO:teuthology.orchestra.run.vm06.stdout:Setting up python3-toml (0.10.2-1) ... 2026-03-31T20:21:01.688 INFO:teuthology.orchestra.run.vm01.stdout:Setting up libcephfs-proxy2 (20.2.0-721-g5bb32787-1jammy) ... 2026-03-31T20:21:01.690 INFO:teuthology.orchestra.run.vm01.stdout:Setting up python3-routes (2.5.1-1ubuntu1) ... 2026-03-31T20:21:01.724 INFO:teuthology.orchestra.run.vm06.stdout:Setting up librdkafka1:amd64 (1.8.0-1build1) ... 2026-03-31T20:21:01.726 INFO:teuthology.orchestra.run.vm06.stdout:Setting up xmlstarlet (1.6.1-2.1) ... 2026-03-31T20:21:01.729 INFO:teuthology.orchestra.run.vm06.stdout:Setting up python3-pluggy (0.13.0-7.1) ... 2026-03-31T20:21:01.766 INFO:teuthology.orchestra.run.vm01.stdout:Setting up python3-simplejson (3.17.6-1build1) ... 2026-03-31T20:21:01.801 INFO:teuthology.orchestra.run.vm06.stdout:Setting up python3-zc.lockfile (2.0-1) ... 2026-03-31T20:21:01.848 INFO:teuthology.orchestra.run.vm01.stdout:Setting up python3-pygments (2.11.2+dfsg-2ubuntu0.1) ... 2026-03-31T20:21:01.869 INFO:teuthology.orchestra.run.vm06.stdout:Setting up libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2026-03-31T20:21:01.871 INFO:teuthology.orchestra.run.vm06.stdout:Setting up python3-rsa (4.8-1) ... 2026-03-31T20:21:01.997 INFO:teuthology.orchestra.run.vm05.stdout:Setting up ceph-mds (20.2.0-721-g5bb32787-1jammy) ... 2026-03-31T20:21:02.016 INFO:teuthology.orchestra.run.vm06.stdout:Setting up python3-tempora (4.1.2-1) ... 2026-03-31T20:21:02.176 INFO:teuthology.orchestra.run.vm01.stdout:Setting up qttranslations5-l10n (5.15.3-1) ... 2026-03-31T20:21:02.179 INFO:teuthology.orchestra.run.vm01.stdout:Setting up python3-wcwidth (0.2.5+dfsg1-1) ... 2026-03-31T20:21:02.189 INFO:teuthology.orchestra.run.vm05.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target → /lib/systemd/system/ceph-mds.target. 2026-03-31T20:21:02.189 INFO:teuthology.orchestra.run.vm05.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target → /lib/systemd/system/ceph-mds.target. 2026-03-31T20:21:02.220 INFO:teuthology.orchestra.run.vm06.stdout:Setting up python3-prettytable (2.5.0-2) ... 2026-03-31T20:21:02.277 INFO:teuthology.orchestra.run.vm01.stdout:Setting up python3-asyncssh (2.5.0-1ubuntu0.1) ... 2026-03-31T20:21:02.294 INFO:teuthology.orchestra.run.vm06.stdout:Setting up liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2026-03-31T20:21:02.297 INFO:teuthology.orchestra.run.vm06.stdout:Setting up python3-websocket (1.2.3-1) ... 2026-03-31T20:21:02.379 INFO:teuthology.orchestra.run.vm06.stdout:Setting up libonig5:amd64 (6.9.7.1-2build1) ... 2026-03-31T20:21:02.386 INFO:teuthology.orchestra.run.vm06.stdout:Setting up python3-requests-oauthlib (1.3.0+ds-0.1) ... 2026-03-31T20:21:02.417 INFO:teuthology.orchestra.run.vm01.stdout:Setting up python3-cheroot (8.5.2+ds1-1ubuntu3.2) ... 2026-03-31T20:21:02.462 INFO:teuthology.orchestra.run.vm06.stdout:Setting up python3-webob (1:1.8.6-1.1ubuntu0.1) ... 2026-03-31T20:21:02.507 INFO:teuthology.orchestra.run.vm01.stdout:Setting up python3-jaraco.text (3.6.0-2) ... 2026-03-31T20:21:02.558 INFO:teuthology.orchestra.run.vm06.stdout:Setting up python3-jaraco.collections (3.4.0-2) ... 2026-03-31T20:21:02.566 INFO:teuthology.orchestra.run.vm05.stdout:Setting up ceph-mgr (20.2.0-721-g5bb32787-1jammy) ... 2026-03-31T20:21:02.574 INFO:teuthology.orchestra.run.vm01.stdout:Setting up socat (1.7.4.1-3ubuntu4) ... 2026-03-31T20:21:02.576 INFO:teuthology.orchestra.run.vm01.stdout:Setting up python3-ceph-common (20.2.0-721-g5bb32787-1jammy) ... 2026-03-31T20:21:02.632 INFO:teuthology.orchestra.run.vm06.stdout:Setting up libjq1:amd64 (1.6-2.1ubuntu3.1) ... 2026-03-31T20:21:02.636 INFO:teuthology.orchestra.run.vm06.stdout:Setting up python3-pytest (6.2.5-1ubuntu2) ... 2026-03-31T20:21:02.640 INFO:teuthology.orchestra.run.vm05.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target → /lib/systemd/system/ceph-mgr.target. 2026-03-31T20:21:02.641 INFO:teuthology.orchestra.run.vm05.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target → /lib/systemd/system/ceph-mgr.target. 2026-03-31T20:21:02.674 INFO:teuthology.orchestra.run.vm01.stdout:Setting up python3-sklearn (0.23.2-5ubuntu6) ... 2026-03-31T20:21:02.793 INFO:teuthology.orchestra.run.vm06.stdout:Setting up python3-portend (3.0.0-1) ... 2026-03-31T20:21:02.859 INFO:teuthology.orchestra.run.vm06.stdout:Setting up libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2026-03-31T20:21:02.861 INFO:teuthology.orchestra.run.vm06.stdout:Setting up python3-google-auth (1.5.1-3) ... 2026-03-31T20:21:02.939 INFO:teuthology.orchestra.run.vm06.stdout:Setting up jq (1.6-2.1ubuntu3.1) ... 2026-03-31T20:21:02.942 INFO:teuthology.orchestra.run.vm06.stdout:Setting up python3-cherrypy3 (18.6.1-4) ... 2026-03-31T20:21:03.118 INFO:teuthology.orchestra.run.vm05.stdout:Setting up ceph-osd (20.2.0-721-g5bb32787-1jammy) ... 2026-03-31T20:21:03.118 INFO:teuthology.orchestra.run.vm06.stdout:Setting up libthrift-0.16.0:amd64 (0.16.0-2) ... 2026-03-31T20:21:03.121 INFO:teuthology.orchestra.run.vm06.stdout:Setting up librados2 (20.2.0-721-g5bb32787-1jammy) ... 2026-03-31T20:21:03.123 INFO:teuthology.orchestra.run.vm06.stdout:Setting up librgw2 (20.2.0-721-g5bb32787-1jammy) ... 2026-03-31T20:21:03.126 INFO:teuthology.orchestra.run.vm06.stdout:Setting up libsqlite3-mod-ceph (20.2.0-721-g5bb32787-1jammy) ... 2026-03-31T20:21:03.128 INFO:teuthology.orchestra.run.vm06.stdout:Setting up python3-kubernetes (12.0.1-1ubuntu1) ... 2026-03-31T20:21:03.199 INFO:teuthology.orchestra.run.vm05.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target → /lib/systemd/system/ceph-osd.target. 2026-03-31T20:21:03.199 INFO:teuthology.orchestra.run.vm05.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target → /lib/systemd/system/ceph-osd.target. 2026-03-31T20:21:03.270 INFO:teuthology.orchestra.run.vm01.stdout:Setting up libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2026-03-31T20:21:03.276 INFO:teuthology.orchestra.run.vm01.stdout:Setting up python3-toml (0.10.2-1) ... 2026-03-31T20:21:03.353 INFO:teuthology.orchestra.run.vm01.stdout:Setting up librdkafka1:amd64 (1.8.0-1build1) ... 2026-03-31T20:21:03.355 INFO:teuthology.orchestra.run.vm01.stdout:Setting up xmlstarlet (1.6.1-2.1) ... 2026-03-31T20:21:03.357 INFO:teuthology.orchestra.run.vm01.stdout:Setting up python3-pluggy (0.13.0-7.1) ... 2026-03-31T20:21:03.427 INFO:teuthology.orchestra.run.vm01.stdout:Setting up python3-zc.lockfile (2.0-1) ... 2026-03-31T20:21:03.497 INFO:teuthology.orchestra.run.vm01.stdout:Setting up libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2026-03-31T20:21:03.499 INFO:teuthology.orchestra.run.vm01.stdout:Setting up python3-rsa (4.8-1) ... 2026-03-31T20:21:03.570 INFO:teuthology.orchestra.run.vm01.stdout:Setting up python3-tempora (4.1.2-1) ... 2026-03-31T20:21:03.592 INFO:teuthology.orchestra.run.vm05.stdout:Setting up ceph-mgr-k8sevents (20.2.0-721-g5bb32787-1jammy) ... 2026-03-31T20:21:03.594 INFO:teuthology.orchestra.run.vm05.stdout:Setting up ceph-mgr-diskprediction-local (20.2.0-721-g5bb32787-1jammy) ... 2026-03-31T20:21:03.609 INFO:teuthology.orchestra.run.vm05.stdout:Setting up ceph-mon (20.2.0-721-g5bb32787-1jammy) ... 2026-03-31T20:21:03.644 INFO:teuthology.orchestra.run.vm01.stdout:Setting up python3-prettytable (2.5.0-2) ... 2026-03-31T20:21:03.672 INFO:teuthology.orchestra.run.vm06.stdout:Setting up libcephfs2 (20.2.0-721-g5bb32787-1jammy) ... 2026-03-31T20:21:03.673 INFO:teuthology.orchestra.run.vm05.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target → /lib/systemd/system/ceph-mon.target. 2026-03-31T20:21:03.673 INFO:teuthology.orchestra.run.vm05.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target → /lib/systemd/system/ceph-mon.target. 2026-03-31T20:21:03.674 INFO:teuthology.orchestra.run.vm06.stdout:Setting up libradosstriper1 (20.2.0-721-g5bb32787-1jammy) ... 2026-03-31T20:21:03.676 INFO:teuthology.orchestra.run.vm06.stdout:Setting up librbd1 (20.2.0-721-g5bb32787-1jammy) ... 2026-03-31T20:21:03.679 INFO:teuthology.orchestra.run.vm06.stdout:Setting up ceph-mgr-modules-core (20.2.0-721-g5bb32787-1jammy) ... 2026-03-31T20:21:03.681 INFO:teuthology.orchestra.run.vm06.stdout:Setting up ceph-fuse (20.2.0-721-g5bb32787-1jammy) ... 2026-03-31T20:21:03.720 INFO:teuthology.orchestra.run.vm01.stdout:Setting up liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2026-03-31T20:21:03.722 INFO:teuthology.orchestra.run.vm01.stdout:Setting up python3-websocket (1.2.3-1) ... 2026-03-31T20:21:03.739 INFO:teuthology.orchestra.run.vm06.stdout:Created symlink /etc/systemd/system/remote-fs.target.wants/ceph-fuse.target → /lib/systemd/system/ceph-fuse.target. 2026-03-31T20:21:03.739 INFO:teuthology.orchestra.run.vm06.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-fuse.target → /lib/systemd/system/ceph-fuse.target. 2026-03-31T20:21:03.805 INFO:teuthology.orchestra.run.vm01.stdout:Setting up libonig5:amd64 (6.9.7.1-2build1) ... 2026-03-31T20:21:03.808 INFO:teuthology.orchestra.run.vm01.stdout:Setting up python3-requests-oauthlib (1.3.0+ds-0.1) ... 2026-03-31T20:21:03.882 INFO:teuthology.orchestra.run.vm01.stdout:Setting up python3-webob (1:1.8.6-1.1ubuntu0.1) ... 2026-03-31T20:21:03.973 INFO:teuthology.orchestra.run.vm01.stdout:Setting up python3-jaraco.collections (3.4.0-2) ... 2026-03-31T20:21:04.040 INFO:teuthology.orchestra.run.vm01.stdout:Setting up libjq1:amd64 (1.6-2.1ubuntu3.1) ... 2026-03-31T20:21:04.043 INFO:teuthology.orchestra.run.vm01.stdout:Setting up python3-pytest (6.2.5-1ubuntu2) ... 2026-03-31T20:21:04.060 INFO:teuthology.orchestra.run.vm05.stdout:Setting up ceph-mgr-cephadm (20.2.0-721-g5bb32787-1jammy) ... 2026-03-31T20:21:04.072 INFO:teuthology.orchestra.run.vm05.stdout:Setting up ceph (20.2.0-721-g5bb32787-1jammy) ... 2026-03-31T20:21:04.074 INFO:teuthology.orchestra.run.vm05.stdout:Setting up ceph-mgr-dashboard (20.2.0-721-g5bb32787-1jammy) ... 2026-03-31T20:21:04.086 INFO:teuthology.orchestra.run.vm05.stdout:Setting up ceph-volume (20.2.0-721-g5bb32787-1jammy) ... 2026-03-31T20:21:04.145 INFO:teuthology.orchestra.run.vm06.stdout:Setting up libcephfs-dev (20.2.0-721-g5bb32787-1jammy) ... 2026-03-31T20:21:04.148 INFO:teuthology.orchestra.run.vm06.stdout:Setting up python3-rados (20.2.0-721-g5bb32787-1jammy) ... 2026-03-31T20:21:04.150 INFO:teuthology.orchestra.run.vm06.stdout:Setting up libcephfs-daemon (20.2.0-721-g5bb32787-1jammy) ... 2026-03-31T20:21:04.152 INFO:teuthology.orchestra.run.vm06.stdout:Setting up python3-rbd (20.2.0-721-g5bb32787-1jammy) ... 2026-03-31T20:21:04.154 INFO:teuthology.orchestra.run.vm06.stdout:Setting up rbd-fuse (20.2.0-721-g5bb32787-1jammy) ... 2026-03-31T20:21:04.156 INFO:teuthology.orchestra.run.vm06.stdout:Setting up python3-rgw (20.2.0-721-g5bb32787-1jammy) ... 2026-03-31T20:21:04.158 INFO:teuthology.orchestra.run.vm06.stdout:Setting up python3-cephfs (20.2.0-721-g5bb32787-1jammy) ... 2026-03-31T20:21:04.160 INFO:teuthology.orchestra.run.vm06.stdout:Setting up ceph-common (20.2.0-721-g5bb32787-1jammy) ... 2026-03-31T20:21:04.176 INFO:teuthology.orchestra.run.vm01.stdout:Setting up python3-portend (3.0.0-1) ... 2026-03-31T20:21:04.193 INFO:teuthology.orchestra.run.vm06.stdout:Adding group ceph....done 2026-03-31T20:21:04.206 INFO:teuthology.orchestra.run.vm05.stdout:Processing triggers for man-db (2.10.2-1) ... 2026-03-31T20:21:04.229 INFO:teuthology.orchestra.run.vm06.stdout:Adding system user ceph....done 2026-03-31T20:21:04.237 INFO:teuthology.orchestra.run.vm06.stdout:Setting system user ceph properties....done 2026-03-31T20:21:04.241 INFO:teuthology.orchestra.run.vm01.stdout:Setting up libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2026-03-31T20:21:04.242 INFO:teuthology.orchestra.run.vm06.stdout:chown: cannot access '/var/log/ceph/*.log*': No such file or directory 2026-03-31T20:21:04.243 INFO:teuthology.orchestra.run.vm01.stdout:Setting up python3-google-auth (1.5.1-3) ... 2026-03-31T20:21:04.286 INFO:teuthology.orchestra.run.vm05.stdout:Processing triggers for libc-bin (2.35-0ubuntu3.13) ... 2026-03-31T20:21:04.309 INFO:teuthology.orchestra.run.vm06.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /lib/systemd/system/ceph.target. 2026-03-31T20:21:04.319 INFO:teuthology.orchestra.run.vm01.stdout:Setting up jq (1.6-2.1ubuntu3.1) ... 2026-03-31T20:21:04.322 INFO:teuthology.orchestra.run.vm01.stdout:Setting up python3-cherrypy3 (18.6.1-4) ... 2026-03-31T20:21:04.459 INFO:teuthology.orchestra.run.vm01.stdout:Setting up libthrift-0.16.0:amd64 (0.16.0-2) ... 2026-03-31T20:21:04.461 INFO:teuthology.orchestra.run.vm01.stdout:Setting up librados2 (20.2.0-721-g5bb32787-1jammy) ... 2026-03-31T20:21:04.467 INFO:teuthology.orchestra.run.vm01.stdout:Setting up librgw2 (20.2.0-721-g5bb32787-1jammy) ... 2026-03-31T20:21:04.470 INFO:teuthology.orchestra.run.vm01.stdout:Setting up libsqlite3-mod-ceph (20.2.0-721-g5bb32787-1jammy) ... 2026-03-31T20:21:04.472 INFO:teuthology.orchestra.run.vm01.stdout:Setting up python3-kubernetes (12.0.1-1ubuntu1) ... 2026-03-31T20:21:04.541 INFO:teuthology.orchestra.run.vm06.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/rbdmap.service → /lib/systemd/system/rbdmap.service. 2026-03-31T20:21:04.588 INFO:teuthology.orchestra.run.vm05.stdout: 2026-03-31T20:21:04.588 INFO:teuthology.orchestra.run.vm05.stdout:Running kernel seems to be up-to-date. 2026-03-31T20:21:04.588 INFO:teuthology.orchestra.run.vm05.stdout: 2026-03-31T20:21:04.588 INFO:teuthology.orchestra.run.vm05.stdout:Services to be restarted: 2026-03-31T20:21:04.591 INFO:teuthology.orchestra.run.vm05.stdout: systemctl restart apache-htcacheclean.service 2026-03-31T20:21:04.597 INFO:teuthology.orchestra.run.vm05.stdout: systemctl restart rsyslog.service 2026-03-31T20:21:04.599 INFO:teuthology.orchestra.run.vm05.stdout: 2026-03-31T20:21:04.599 INFO:teuthology.orchestra.run.vm05.stdout:Service restarts being deferred: 2026-03-31T20:21:04.599 INFO:teuthology.orchestra.run.vm05.stdout: systemctl restart networkd-dispatcher.service 2026-03-31T20:21:04.599 INFO:teuthology.orchestra.run.vm05.stdout: systemctl restart unattended-upgrades.service 2026-03-31T20:21:04.599 INFO:teuthology.orchestra.run.vm05.stdout: 2026-03-31T20:21:04.599 INFO:teuthology.orchestra.run.vm05.stdout:No containers need to be restarted. 2026-03-31T20:21:04.599 INFO:teuthology.orchestra.run.vm05.stdout: 2026-03-31T20:21:04.599 INFO:teuthology.orchestra.run.vm05.stdout:No user sessions are running outdated binaries. 2026-03-31T20:21:04.600 INFO:teuthology.orchestra.run.vm05.stdout: 2026-03-31T20:21:04.600 INFO:teuthology.orchestra.run.vm05.stdout:No VM guests are running outdated hypervisor (qemu) binaries on this host. 2026-03-31T20:21:04.931 INFO:teuthology.orchestra.run.vm06.stdout:Setting up ceph-test (20.2.0-721-g5bb32787-1jammy) ... 2026-03-31T20:21:04.933 INFO:teuthology.orchestra.run.vm06.stdout:Setting up radosgw (20.2.0-721-g5bb32787-1jammy) ... 2026-03-31T20:21:05.034 INFO:teuthology.orchestra.run.vm01.stdout:Setting up libcephfs2 (20.2.0-721-g5bb32787-1jammy) ... 2026-03-31T20:21:05.036 INFO:teuthology.orchestra.run.vm01.stdout:Setting up libradosstriper1 (20.2.0-721-g5bb32787-1jammy) ... 2026-03-31T20:21:05.039 INFO:teuthology.orchestra.run.vm01.stdout:Setting up librbd1 (20.2.0-721-g5bb32787-1jammy) ... 2026-03-31T20:21:05.041 INFO:teuthology.orchestra.run.vm01.stdout:Setting up ceph-mgr-modules-core (20.2.0-721-g5bb32787-1jammy) ... 2026-03-31T20:21:05.044 INFO:teuthology.orchestra.run.vm01.stdout:Setting up ceph-fuse (20.2.0-721-g5bb32787-1jammy) ... 2026-03-31T20:21:05.107 INFO:teuthology.orchestra.run.vm01.stdout:Created symlink /etc/systemd/system/remote-fs.target.wants/ceph-fuse.target → /lib/systemd/system/ceph-fuse.target. 2026-03-31T20:21:05.107 INFO:teuthology.orchestra.run.vm01.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-fuse.target → /lib/systemd/system/ceph-fuse.target. 2026-03-31T20:21:05.185 INFO:teuthology.orchestra.run.vm06.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target → /lib/systemd/system/ceph-radosgw.target. 2026-03-31T20:21:05.185 INFO:teuthology.orchestra.run.vm06.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target → /lib/systemd/system/ceph-radosgw.target. 2026-03-31T20:21:05.450 INFO:teuthology.orchestra.run.vm05.stderr:W: --force-yes is deprecated, use one of the options starting with --allow instead. 2026-03-31T20:21:05.453 DEBUG:teuthology.orchestra.run.vm05:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y --force-yes -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confold" install python3-jmespath python3-xmltodict s3cmd 2026-03-31T20:21:05.457 INFO:teuthology.orchestra.run.vm01.stdout:Setting up libcephfs-dev (20.2.0-721-g5bb32787-1jammy) ... 2026-03-31T20:21:05.459 INFO:teuthology.orchestra.run.vm01.stdout:Setting up python3-rados (20.2.0-721-g5bb32787-1jammy) ... 2026-03-31T20:21:05.461 INFO:teuthology.orchestra.run.vm01.stdout:Setting up libcephfs-daemon (20.2.0-721-g5bb32787-1jammy) ... 2026-03-31T20:21:05.463 INFO:teuthology.orchestra.run.vm01.stdout:Setting up python3-rbd (20.2.0-721-g5bb32787-1jammy) ... 2026-03-31T20:21:05.465 INFO:teuthology.orchestra.run.vm01.stdout:Setting up rbd-fuse (20.2.0-721-g5bb32787-1jammy) ... 2026-03-31T20:21:05.468 INFO:teuthology.orchestra.run.vm01.stdout:Setting up python3-rgw (20.2.0-721-g5bb32787-1jammy) ... 2026-03-31T20:21:05.470 INFO:teuthology.orchestra.run.vm01.stdout:Setting up python3-cephfs (20.2.0-721-g5bb32787-1jammy) ... 2026-03-31T20:21:05.472 INFO:teuthology.orchestra.run.vm01.stdout:Setting up ceph-common (20.2.0-721-g5bb32787-1jammy) ... 2026-03-31T20:21:05.504 INFO:teuthology.orchestra.run.vm01.stdout:Adding group ceph....done 2026-03-31T20:21:05.529 INFO:teuthology.orchestra.run.vm05.stdout:Reading package lists... 2026-03-31T20:21:05.540 INFO:teuthology.orchestra.run.vm01.stdout:Adding system user ceph....done 2026-03-31T20:21:05.544 INFO:teuthology.orchestra.run.vm06.stdout:Setting up ceph-base (20.2.0-721-g5bb32787-1jammy) ... 2026-03-31T20:21:05.548 INFO:teuthology.orchestra.run.vm01.stdout:Setting system user ceph properties....done 2026-03-31T20:21:05.552 INFO:teuthology.orchestra.run.vm01.stdout:chown: cannot access '/var/log/ceph/*.log*': No such file or directory 2026-03-31T20:21:05.617 INFO:teuthology.orchestra.run.vm01.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /lib/systemd/system/ceph.target. 2026-03-31T20:21:05.630 INFO:teuthology.orchestra.run.vm06.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service → /lib/systemd/system/ceph-crash.service. 2026-03-31T20:21:05.701 INFO:teuthology.orchestra.run.vm05.stdout:Building dependency tree... 2026-03-31T20:21:05.701 INFO:teuthology.orchestra.run.vm05.stdout:Reading state information... 2026-03-31T20:21:05.819 INFO:teuthology.orchestra.run.vm05.stdout:The following packages were automatically installed and are no longer required: 2026-03-31T20:21:05.819 INFO:teuthology.orchestra.run.vm05.stdout: kpartx libboost-iostreams1.74.0 libboost-thread1.74.0 libpmemobj1 2026-03-31T20:21:05.819 INFO:teuthology.orchestra.run.vm05.stdout: libsgutils2-2 sg3-utils sg3-utils-udev 2026-03-31T20:21:05.819 INFO:teuthology.orchestra.run.vm05.stdout:Use 'sudo apt autoremove' to remove them. 2026-03-31T20:21:05.832 INFO:teuthology.orchestra.run.vm05.stdout:The following NEW packages will be installed: 2026-03-31T20:21:05.832 INFO:teuthology.orchestra.run.vm05.stdout: python3-jmespath python3-xmltodict s3cmd 2026-03-31T20:21:05.842 INFO:teuthology.orchestra.run.vm01.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/rbdmap.service → /lib/systemd/system/rbdmap.service. 2026-03-31T20:21:05.992 INFO:teuthology.orchestra.run.vm06.stdout:Setting up ceph-mds (20.2.0-721-g5bb32787-1jammy) ... 2026-03-31T20:21:06.058 INFO:teuthology.orchestra.run.vm06.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target → /lib/systemd/system/ceph-mds.target. 2026-03-31T20:21:06.058 INFO:teuthology.orchestra.run.vm06.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target → /lib/systemd/system/ceph-mds.target. 2026-03-31T20:21:06.060 INFO:teuthology.orchestra.run.vm05.stdout:0 upgraded, 3 newly installed, 0 to remove and 50 not upgraded. 2026-03-31T20:21:06.060 INFO:teuthology.orchestra.run.vm05.stdout:Need to get 155 kB of archives. 2026-03-31T20:21:06.060 INFO:teuthology.orchestra.run.vm05.stdout:After this operation, 678 kB of additional disk space will be used. 2026-03-31T20:21:06.060 INFO:teuthology.orchestra.run.vm05.stdout:Get:1 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jmespath all 0.10.0-1 [21.7 kB] 2026-03-31T20:21:06.214 INFO:teuthology.orchestra.run.vm01.stdout:Setting up ceph-test (20.2.0-721-g5bb32787-1jammy) ... 2026-03-31T20:21:06.217 INFO:teuthology.orchestra.run.vm01.stdout:Setting up radosgw (20.2.0-721-g5bb32787-1jammy) ... 2026-03-31T20:21:06.291 INFO:teuthology.orchestra.run.vm05.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-xmltodict all 0.12.0-2 [12.6 kB] 2026-03-31T20:21:06.317 INFO:teuthology.orchestra.run.vm05.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy/universe amd64 s3cmd all 2.2.0-1 [120 kB] 2026-03-31T20:21:06.436 INFO:teuthology.orchestra.run.vm01.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target → /lib/systemd/system/ceph-radosgw.target. 2026-03-31T20:21:06.437 INFO:teuthology.orchestra.run.vm01.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target → /lib/systemd/system/ceph-radosgw.target. 2026-03-31T20:21:06.476 INFO:teuthology.orchestra.run.vm06.stdout:Setting up ceph-mgr (20.2.0-721-g5bb32787-1jammy) ... 2026-03-31T20:21:06.545 INFO:teuthology.orchestra.run.vm06.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target → /lib/systemd/system/ceph-mgr.target. 2026-03-31T20:21:06.545 INFO:teuthology.orchestra.run.vm06.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target → /lib/systemd/system/ceph-mgr.target. 2026-03-31T20:21:06.749 INFO:teuthology.orchestra.run.vm05.stdout:Fetched 155 kB in 1s (213 kB/s) 2026-03-31T20:21:06.766 INFO:teuthology.orchestra.run.vm05.stdout:Selecting previously unselected package python3-jmespath. 2026-03-31T20:21:06.777 INFO:teuthology.orchestra.run.vm01.stdout:Setting up ceph-base (20.2.0-721-g5bb32787-1jammy) ... 2026-03-31T20:21:06.793 INFO:teuthology.orchestra.run.vm05.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 ... 126082 files and directories currently installed.) 2026-03-31T20:21:06.795 INFO:teuthology.orchestra.run.vm05.stdout:Preparing to unpack .../python3-jmespath_0.10.0-1_all.deb ... 2026-03-31T20:21:06.796 INFO:teuthology.orchestra.run.vm05.stdout:Unpacking python3-jmespath (0.10.0-1) ... 2026-03-31T20:21:06.812 INFO:teuthology.orchestra.run.vm05.stdout:Selecting previously unselected package python3-xmltodict. 2026-03-31T20:21:06.818 INFO:teuthology.orchestra.run.vm05.stdout:Preparing to unpack .../python3-xmltodict_0.12.0-2_all.deb ... 2026-03-31T20:21:06.819 INFO:teuthology.orchestra.run.vm05.stdout:Unpacking python3-xmltodict (0.12.0-2) ... 2026-03-31T20:21:06.833 INFO:teuthology.orchestra.run.vm05.stdout:Selecting previously unselected package s3cmd. 2026-03-31T20:21:06.839 INFO:teuthology.orchestra.run.vm05.stdout:Preparing to unpack .../archives/s3cmd_2.2.0-1_all.deb ... 2026-03-31T20:21:06.839 INFO:teuthology.orchestra.run.vm05.stdout:Unpacking s3cmd (2.2.0-1) ... 2026-03-31T20:21:06.865 INFO:teuthology.orchestra.run.vm01.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service → /lib/systemd/system/ceph-crash.service. 2026-03-31T20:21:06.875 INFO:teuthology.orchestra.run.vm05.stdout:Setting up s3cmd (2.2.0-1) ... 2026-03-31T20:21:06.964 INFO:teuthology.orchestra.run.vm06.stdout:Setting up ceph-osd (20.2.0-721-g5bb32787-1jammy) ... 2026-03-31T20:21:06.969 INFO:teuthology.orchestra.run.vm05.stdout:Setting up python3-xmltodict (0.12.0-2) ... 2026-03-31T20:21:07.033 INFO:teuthology.orchestra.run.vm05.stdout:Setting up python3-jmespath (0.10.0-1) ... 2026-03-31T20:21:07.044 INFO:teuthology.orchestra.run.vm06.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target → /lib/systemd/system/ceph-osd.target. 2026-03-31T20:21:07.044 INFO:teuthology.orchestra.run.vm06.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target → /lib/systemd/system/ceph-osd.target. 2026-03-31T20:21:07.105 INFO:teuthology.orchestra.run.vm05.stdout:Processing triggers for man-db (2.10.2-1) ... 2026-03-31T20:21:07.232 INFO:teuthology.orchestra.run.vm01.stdout:Setting up ceph-mds (20.2.0-721-g5bb32787-1jammy) ... 2026-03-31T20:21:07.295 INFO:teuthology.orchestra.run.vm01.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target → /lib/systemd/system/ceph-mds.target. 2026-03-31T20:21:07.295 INFO:teuthology.orchestra.run.vm01.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target → /lib/systemd/system/ceph-mds.target. 2026-03-31T20:21:07.419 INFO:teuthology.orchestra.run.vm06.stdout:Setting up ceph-mgr-k8sevents (20.2.0-721-g5bb32787-1jammy) ... 2026-03-31T20:21:07.421 INFO:teuthology.orchestra.run.vm06.stdout:Setting up ceph-mgr-diskprediction-local (20.2.0-721-g5bb32787-1jammy) ... 2026-03-31T20:21:07.428 INFO:teuthology.orchestra.run.vm05.stdout: 2026-03-31T20:21:07.428 INFO:teuthology.orchestra.run.vm05.stdout:Running kernel seems to be up-to-date. 2026-03-31T20:21:07.428 INFO:teuthology.orchestra.run.vm05.stdout: 2026-03-31T20:21:07.428 INFO:teuthology.orchestra.run.vm05.stdout:Services to be restarted: 2026-03-31T20:21:07.431 INFO:teuthology.orchestra.run.vm05.stdout: systemctl restart apache-htcacheclean.service 2026-03-31T20:21:07.434 INFO:teuthology.orchestra.run.vm06.stdout:Setting up ceph-mon (20.2.0-721-g5bb32787-1jammy) ... 2026-03-31T20:21:07.436 INFO:teuthology.orchestra.run.vm05.stdout: systemctl restart rsyslog.service 2026-03-31T20:21:07.439 INFO:teuthology.orchestra.run.vm05.stdout: 2026-03-31T20:21:07.440 INFO:teuthology.orchestra.run.vm05.stdout:Service restarts being deferred: 2026-03-31T20:21:07.440 INFO:teuthology.orchestra.run.vm05.stdout: systemctl restart networkd-dispatcher.service 2026-03-31T20:21:07.440 INFO:teuthology.orchestra.run.vm05.stdout: systemctl restart unattended-upgrades.service 2026-03-31T20:21:07.440 INFO:teuthology.orchestra.run.vm05.stdout: 2026-03-31T20:21:07.440 INFO:teuthology.orchestra.run.vm05.stdout:No containers need to be restarted. 2026-03-31T20:21:07.440 INFO:teuthology.orchestra.run.vm05.stdout: 2026-03-31T20:21:07.440 INFO:teuthology.orchestra.run.vm05.stdout:No user sessions are running outdated binaries. 2026-03-31T20:21:07.440 INFO:teuthology.orchestra.run.vm05.stdout: 2026-03-31T20:21:07.440 INFO:teuthology.orchestra.run.vm05.stdout:No VM guests are running outdated hypervisor (qemu) binaries on this host. 2026-03-31T20:21:07.496 INFO:teuthology.orchestra.run.vm06.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target → /lib/systemd/system/ceph-mon.target. 2026-03-31T20:21:07.496 INFO:teuthology.orchestra.run.vm06.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target → /lib/systemd/system/ceph-mon.target. 2026-03-31T20:21:07.669 INFO:teuthology.orchestra.run.vm01.stdout:Setting up ceph-mgr (20.2.0-721-g5bb32787-1jammy) ... 2026-03-31T20:21:07.744 INFO:teuthology.orchestra.run.vm01.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target → /lib/systemd/system/ceph-mgr.target. 2026-03-31T20:21:07.744 INFO:teuthology.orchestra.run.vm01.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target → /lib/systemd/system/ceph-mgr.target. 2026-03-31T20:21:07.878 INFO:teuthology.orchestra.run.vm06.stdout:Setting up ceph-mgr-cephadm (20.2.0-721-g5bb32787-1jammy) ... 2026-03-31T20:21:07.894 INFO:teuthology.orchestra.run.vm06.stdout:Setting up ceph (20.2.0-721-g5bb32787-1jammy) ... 2026-03-31T20:21:07.896 INFO:teuthology.orchestra.run.vm06.stdout:Setting up ceph-mgr-dashboard (20.2.0-721-g5bb32787-1jammy) ... 2026-03-31T20:21:07.909 INFO:teuthology.orchestra.run.vm06.stdout:Setting up ceph-volume (20.2.0-721-g5bb32787-1jammy) ... 2026-03-31T20:21:08.024 INFO:teuthology.orchestra.run.vm06.stdout:Processing triggers for man-db (2.10.2-1) ... 2026-03-31T20:21:08.093 INFO:teuthology.orchestra.run.vm01.stdout:Setting up ceph-osd (20.2.0-721-g5bb32787-1jammy) ... 2026-03-31T20:21:08.094 INFO:teuthology.orchestra.run.vm06.stdout:Processing triggers for libc-bin (2.35-0ubuntu3.13) ... 2026-03-31T20:21:08.178 INFO:teuthology.orchestra.run.vm01.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target → /lib/systemd/system/ceph-osd.target. 2026-03-31T20:21:08.178 INFO:teuthology.orchestra.run.vm01.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target → /lib/systemd/system/ceph-osd.target. 2026-03-31T20:21:08.352 INFO:teuthology.orchestra.run.vm05.stderr:W: --force-yes is deprecated, use one of the options starting with --allow instead. 2026-03-31T20:21:08.355 DEBUG:teuthology.parallel:result is None 2026-03-31T20:21:08.395 INFO:teuthology.orchestra.run.vm06.stdout: 2026-03-31T20:21:08.395 INFO:teuthology.orchestra.run.vm06.stdout:Running kernel seems to be up-to-date. 2026-03-31T20:21:08.395 INFO:teuthology.orchestra.run.vm06.stdout: 2026-03-31T20:21:08.395 INFO:teuthology.orchestra.run.vm06.stdout:Services to be restarted: 2026-03-31T20:21:08.398 INFO:teuthology.orchestra.run.vm06.stdout: systemctl restart apache-htcacheclean.service 2026-03-31T20:21:08.403 INFO:teuthology.orchestra.run.vm06.stdout: systemctl restart rsyslog.service 2026-03-31T20:21:08.406 INFO:teuthology.orchestra.run.vm06.stdout: 2026-03-31T20:21:08.406 INFO:teuthology.orchestra.run.vm06.stdout:Service restarts being deferred: 2026-03-31T20:21:08.406 INFO:teuthology.orchestra.run.vm06.stdout: systemctl restart networkd-dispatcher.service 2026-03-31T20:21:08.406 INFO:teuthology.orchestra.run.vm06.stdout: systemctl restart unattended-upgrades.service 2026-03-31T20:21:08.406 INFO:teuthology.orchestra.run.vm06.stdout: 2026-03-31T20:21:08.406 INFO:teuthology.orchestra.run.vm06.stdout:No containers need to be restarted. 2026-03-31T20:21:08.406 INFO:teuthology.orchestra.run.vm06.stdout: 2026-03-31T20:21:08.406 INFO:teuthology.orchestra.run.vm06.stdout:No user sessions are running outdated binaries. 2026-03-31T20:21:08.406 INFO:teuthology.orchestra.run.vm06.stdout: 2026-03-31T20:21:08.406 INFO:teuthology.orchestra.run.vm06.stdout:No VM guests are running outdated hypervisor (qemu) binaries on this host. 2026-03-31T20:21:08.561 INFO:teuthology.orchestra.run.vm01.stdout:Setting up ceph-mgr-k8sevents (20.2.0-721-g5bb32787-1jammy) ... 2026-03-31T20:21:08.563 INFO:teuthology.orchestra.run.vm01.stdout:Setting up ceph-mgr-diskprediction-local (20.2.0-721-g5bb32787-1jammy) ... 2026-03-31T20:21:08.575 INFO:teuthology.orchestra.run.vm01.stdout:Setting up ceph-mon (20.2.0-721-g5bb32787-1jammy) ... 2026-03-31T20:21:08.633 INFO:teuthology.orchestra.run.vm01.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target → /lib/systemd/system/ceph-mon.target. 2026-03-31T20:21:08.633 INFO:teuthology.orchestra.run.vm01.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target → /lib/systemd/system/ceph-mon.target. 2026-03-31T20:21:09.033 INFO:teuthology.orchestra.run.vm01.stdout:Setting up ceph-mgr-cephadm (20.2.0-721-g5bb32787-1jammy) ... 2026-03-31T20:21:09.045 INFO:teuthology.orchestra.run.vm01.stdout:Setting up ceph (20.2.0-721-g5bb32787-1jammy) ... 2026-03-31T20:21:09.047 INFO:teuthology.orchestra.run.vm01.stdout:Setting up ceph-mgr-dashboard (20.2.0-721-g5bb32787-1jammy) ... 2026-03-31T20:21:09.060 INFO:teuthology.orchestra.run.vm01.stdout:Setting up ceph-volume (20.2.0-721-g5bb32787-1jammy) ... 2026-03-31T20:21:09.203 INFO:teuthology.orchestra.run.vm01.stdout:Processing triggers for man-db (2.10.2-1) ... 2026-03-31T20:21:09.205 INFO:teuthology.orchestra.run.vm06.stderr:W: --force-yes is deprecated, use one of the options starting with --allow instead. 2026-03-31T20:21:09.207 DEBUG:teuthology.orchestra.run.vm06:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y --force-yes -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confold" install python3-jmespath python3-xmltodict s3cmd 2026-03-31T20:21:09.281 INFO:teuthology.orchestra.run.vm01.stdout:Processing triggers for libc-bin (2.35-0ubuntu3.13) ... 2026-03-31T20:21:09.283 INFO:teuthology.orchestra.run.vm06.stdout:Reading package lists... 2026-03-31T20:21:09.457 INFO:teuthology.orchestra.run.vm06.stdout:Building dependency tree... 2026-03-31T20:21:09.457 INFO:teuthology.orchestra.run.vm06.stdout:Reading state information... 2026-03-31T20:21:09.563 INFO:teuthology.orchestra.run.vm06.stdout:The following packages were automatically installed and are no longer required: 2026-03-31T20:21:09.563 INFO:teuthology.orchestra.run.vm06.stdout: kpartx libboost-iostreams1.74.0 libboost-thread1.74.0 libpmemobj1 2026-03-31T20:21:09.563 INFO:teuthology.orchestra.run.vm06.stdout: libsgutils2-2 sg3-utils sg3-utils-udev 2026-03-31T20:21:09.563 INFO:teuthology.orchestra.run.vm06.stdout:Use 'sudo apt autoremove' to remove them. 2026-03-31T20:21:09.576 INFO:teuthology.orchestra.run.vm06.stdout:The following NEW packages will be installed: 2026-03-31T20:21:09.576 INFO:teuthology.orchestra.run.vm06.stdout: python3-jmespath python3-xmltodict s3cmd 2026-03-31T20:21:09.580 INFO:teuthology.orchestra.run.vm01.stdout: 2026-03-31T20:21:09.580 INFO:teuthology.orchestra.run.vm01.stdout:Running kernel seems to be up-to-date. 2026-03-31T20:21:09.580 INFO:teuthology.orchestra.run.vm01.stdout: 2026-03-31T20:21:09.580 INFO:teuthology.orchestra.run.vm01.stdout:Services to be restarted: 2026-03-31T20:21:09.583 INFO:teuthology.orchestra.run.vm01.stdout: systemctl restart apache-htcacheclean.service 2026-03-31T20:21:09.588 INFO:teuthology.orchestra.run.vm01.stdout: systemctl restart rsyslog.service 2026-03-31T20:21:09.591 INFO:teuthology.orchestra.run.vm01.stdout: 2026-03-31T20:21:09.591 INFO:teuthology.orchestra.run.vm01.stdout:Service restarts being deferred: 2026-03-31T20:21:09.591 INFO:teuthology.orchestra.run.vm01.stdout: systemctl restart networkd-dispatcher.service 2026-03-31T20:21:09.591 INFO:teuthology.orchestra.run.vm01.stdout: systemctl restart unattended-upgrades.service 2026-03-31T20:21:09.591 INFO:teuthology.orchestra.run.vm01.stdout: 2026-03-31T20:21:09.591 INFO:teuthology.orchestra.run.vm01.stdout:No containers need to be restarted. 2026-03-31T20:21:09.591 INFO:teuthology.orchestra.run.vm01.stdout: 2026-03-31T20:21:09.591 INFO:teuthology.orchestra.run.vm01.stdout:No user sessions are running outdated binaries. 2026-03-31T20:21:09.591 INFO:teuthology.orchestra.run.vm01.stdout: 2026-03-31T20:21:09.591 INFO:teuthology.orchestra.run.vm01.stdout:No VM guests are running outdated hypervisor (qemu) binaries on this host. 2026-03-31T20:21:09.803 INFO:teuthology.orchestra.run.vm06.stdout:0 upgraded, 3 newly installed, 0 to remove and 50 not upgraded. 2026-03-31T20:21:09.803 INFO:teuthology.orchestra.run.vm06.stdout:Need to get 155 kB of archives. 2026-03-31T20:21:09.803 INFO:teuthology.orchestra.run.vm06.stdout:After this operation, 678 kB of additional disk space will be used. 2026-03-31T20:21:09.804 INFO:teuthology.orchestra.run.vm06.stdout:Get:1 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jmespath all 0.10.0-1 [21.7 kB] 2026-03-31T20:21:10.034 INFO:teuthology.orchestra.run.vm06.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-xmltodict all 0.12.0-2 [12.6 kB] 2026-03-31T20:21:10.057 INFO:teuthology.orchestra.run.vm06.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy/universe amd64 s3cmd all 2.2.0-1 [120 kB] 2026-03-31T20:21:10.342 INFO:teuthology.orchestra.run.vm01.stderr:W: --force-yes is deprecated, use one of the options starting with --allow instead. 2026-03-31T20:21:10.344 DEBUG:teuthology.orchestra.run.vm01:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y --force-yes -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confold" install python3-jmespath python3-xmltodict s3cmd 2026-03-31T20:21:10.421 INFO:teuthology.orchestra.run.vm01.stdout:Reading package lists... 2026-03-31T20:21:10.478 INFO:teuthology.orchestra.run.vm06.stdout:Fetched 155 kB in 1s (216 kB/s) 2026-03-31T20:21:10.491 INFO:teuthology.orchestra.run.vm06.stdout:Selecting previously unselected package python3-jmespath. 2026-03-31T20:21:10.521 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 ... 126082 files and directories currently installed.) 2026-03-31T20:21:10.523 INFO:teuthology.orchestra.run.vm06.stdout:Preparing to unpack .../python3-jmespath_0.10.0-1_all.deb ... 2026-03-31T20:21:10.524 INFO:teuthology.orchestra.run.vm06.stdout:Unpacking python3-jmespath (0.10.0-1) ... 2026-03-31T20:21:10.538 INFO:teuthology.orchestra.run.vm06.stdout:Selecting previously unselected package python3-xmltodict. 2026-03-31T20:21:10.544 INFO:teuthology.orchestra.run.vm06.stdout:Preparing to unpack .../python3-xmltodict_0.12.0-2_all.deb ... 2026-03-31T20:21:10.545 INFO:teuthology.orchestra.run.vm06.stdout:Unpacking python3-xmltodict (0.12.0-2) ... 2026-03-31T20:21:10.558 INFO:teuthology.orchestra.run.vm06.stdout:Selecting previously unselected package s3cmd. 2026-03-31T20:21:10.564 INFO:teuthology.orchestra.run.vm06.stdout:Preparing to unpack .../archives/s3cmd_2.2.0-1_all.deb ... 2026-03-31T20:21:10.565 INFO:teuthology.orchestra.run.vm06.stdout:Unpacking s3cmd (2.2.0-1) ... 2026-03-31T20:21:10.595 INFO:teuthology.orchestra.run.vm01.stdout:Building dependency tree... 2026-03-31T20:21:10.596 INFO:teuthology.orchestra.run.vm01.stdout:Reading state information... 2026-03-31T20:21:10.596 INFO:teuthology.orchestra.run.vm06.stdout:Setting up s3cmd (2.2.0-1) ... 2026-03-31T20:21:10.685 INFO:teuthology.orchestra.run.vm06.stdout:Setting up python3-xmltodict (0.12.0-2) ... 2026-03-31T20:21:10.714 INFO:teuthology.orchestra.run.vm01.stdout:The following packages were automatically installed and are no longer required: 2026-03-31T20:21:10.714 INFO:teuthology.orchestra.run.vm01.stdout: kpartx libboost-iostreams1.74.0 libboost-thread1.74.0 libpmemobj1 2026-03-31T20:21:10.714 INFO:teuthology.orchestra.run.vm01.stdout: libsgutils2-2 sg3-utils sg3-utils-udev 2026-03-31T20:21:10.714 INFO:teuthology.orchestra.run.vm01.stdout:Use 'sudo apt autoremove' to remove them. 2026-03-31T20:21:10.727 INFO:teuthology.orchestra.run.vm01.stdout:The following NEW packages will be installed: 2026-03-31T20:21:10.727 INFO:teuthology.orchestra.run.vm01.stdout: python3-jmespath python3-xmltodict s3cmd 2026-03-31T20:21:10.748 INFO:teuthology.orchestra.run.vm06.stdout:Setting up python3-jmespath (0.10.0-1) ... 2026-03-31T20:21:10.798 INFO:teuthology.orchestra.run.vm01.stdout:0 upgraded, 3 newly installed, 0 to remove and 50 not upgraded. 2026-03-31T20:21:10.798 INFO:teuthology.orchestra.run.vm01.stdout:Need to get 155 kB of archives. 2026-03-31T20:21:10.798 INFO:teuthology.orchestra.run.vm01.stdout:After this operation, 678 kB of additional disk space will be used. 2026-03-31T20:21:10.798 INFO:teuthology.orchestra.run.vm01.stdout:Get:1 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jmespath all 0.10.0-1 [21.7 kB] 2026-03-31T20:21:10.816 INFO:teuthology.orchestra.run.vm06.stdout:Processing triggers for man-db (2.10.2-1) ... 2026-03-31T20:21:10.864 INFO:teuthology.orchestra.run.vm01.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-xmltodict all 0.12.0-2 [12.6 kB] 2026-03-31T20:21:10.871 INFO:teuthology.orchestra.run.vm01.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy/universe amd64 s3cmd all 2.2.0-1 [120 kB] 2026-03-31T20:21:11.116 INFO:teuthology.orchestra.run.vm06.stdout: 2026-03-31T20:21:11.117 INFO:teuthology.orchestra.run.vm06.stdout:Running kernel seems to be up-to-date. 2026-03-31T20:21:11.117 INFO:teuthology.orchestra.run.vm06.stdout: 2026-03-31T20:21:11.117 INFO:teuthology.orchestra.run.vm06.stdout:Services to be restarted: 2026-03-31T20:21:11.119 INFO:teuthology.orchestra.run.vm06.stdout: systemctl restart apache-htcacheclean.service 2026-03-31T20:21:11.125 INFO:teuthology.orchestra.run.vm06.stdout: systemctl restart rsyslog.service 2026-03-31T20:21:11.127 INFO:teuthology.orchestra.run.vm06.stdout: 2026-03-31T20:21:11.128 INFO:teuthology.orchestra.run.vm06.stdout:Service restarts being deferred: 2026-03-31T20:21:11.128 INFO:teuthology.orchestra.run.vm06.stdout: systemctl restart networkd-dispatcher.service 2026-03-31T20:21:11.128 INFO:teuthology.orchestra.run.vm06.stdout: systemctl restart unattended-upgrades.service 2026-03-31T20:21:11.128 INFO:teuthology.orchestra.run.vm06.stdout: 2026-03-31T20:21:11.128 INFO:teuthology.orchestra.run.vm06.stdout:No containers need to be restarted. 2026-03-31T20:21:11.128 INFO:teuthology.orchestra.run.vm06.stdout: 2026-03-31T20:21:11.128 INFO:teuthology.orchestra.run.vm06.stdout:No user sessions are running outdated binaries. 2026-03-31T20:21:11.128 INFO:teuthology.orchestra.run.vm06.stdout: 2026-03-31T20:21:11.128 INFO:teuthology.orchestra.run.vm06.stdout:No VM guests are running outdated hypervisor (qemu) binaries on this host. 2026-03-31T20:21:11.129 INFO:teuthology.orchestra.run.vm01.stdout:Fetched 155 kB in 0s (735 kB/s) 2026-03-31T20:21:11.143 INFO:teuthology.orchestra.run.vm01.stdout:Selecting previously unselected package python3-jmespath. 2026-03-31T20:21:11.172 INFO:teuthology.orchestra.run.vm01.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 ... 126082 files and directories currently installed.) 2026-03-31T20:21:11.174 INFO:teuthology.orchestra.run.vm01.stdout:Preparing to unpack .../python3-jmespath_0.10.0-1_all.deb ... 2026-03-31T20:21:11.175 INFO:teuthology.orchestra.run.vm01.stdout:Unpacking python3-jmespath (0.10.0-1) ... 2026-03-31T20:21:11.191 INFO:teuthology.orchestra.run.vm01.stdout:Selecting previously unselected package python3-xmltodict. 2026-03-31T20:21:11.197 INFO:teuthology.orchestra.run.vm01.stdout:Preparing to unpack .../python3-xmltodict_0.12.0-2_all.deb ... 2026-03-31T20:21:11.197 INFO:teuthology.orchestra.run.vm01.stdout:Unpacking python3-xmltodict (0.12.0-2) ... 2026-03-31T20:21:11.212 INFO:teuthology.orchestra.run.vm01.stdout:Selecting previously unselected package s3cmd. 2026-03-31T20:21:11.218 INFO:teuthology.orchestra.run.vm01.stdout:Preparing to unpack .../archives/s3cmd_2.2.0-1_all.deb ... 2026-03-31T20:21:11.219 INFO:teuthology.orchestra.run.vm01.stdout:Unpacking s3cmd (2.2.0-1) ... 2026-03-31T20:21:11.251 INFO:teuthology.orchestra.run.vm01.stdout:Setting up s3cmd (2.2.0-1) ... 2026-03-31T20:21:11.336 INFO:teuthology.orchestra.run.vm01.stdout:Setting up python3-xmltodict (0.12.0-2) ... 2026-03-31T20:21:11.402 INFO:teuthology.orchestra.run.vm01.stdout:Setting up python3-jmespath (0.10.0-1) ... 2026-03-31T20:21:11.470 INFO:teuthology.orchestra.run.vm01.stdout:Processing triggers for man-db (2.10.2-1) ... 2026-03-31T20:21:11.781 INFO:teuthology.orchestra.run.vm01.stdout: 2026-03-31T20:21:11.781 INFO:teuthology.orchestra.run.vm01.stdout:Running kernel seems to be up-to-date. 2026-03-31T20:21:11.781 INFO:teuthology.orchestra.run.vm01.stdout: 2026-03-31T20:21:11.781 INFO:teuthology.orchestra.run.vm01.stdout:Services to be restarted: 2026-03-31T20:21:11.784 INFO:teuthology.orchestra.run.vm01.stdout: systemctl restart apache-htcacheclean.service 2026-03-31T20:21:11.789 INFO:teuthology.orchestra.run.vm01.stdout: systemctl restart rsyslog.service 2026-03-31T20:21:11.792 INFO:teuthology.orchestra.run.vm01.stdout: 2026-03-31T20:21:11.792 INFO:teuthology.orchestra.run.vm01.stdout:Service restarts being deferred: 2026-03-31T20:21:11.792 INFO:teuthology.orchestra.run.vm01.stdout: systemctl restart networkd-dispatcher.service 2026-03-31T20:21:11.792 INFO:teuthology.orchestra.run.vm01.stdout: systemctl restart unattended-upgrades.service 2026-03-31T20:21:11.792 INFO:teuthology.orchestra.run.vm01.stdout: 2026-03-31T20:21:11.792 INFO:teuthology.orchestra.run.vm01.stdout:No containers need to be restarted. 2026-03-31T20:21:11.792 INFO:teuthology.orchestra.run.vm01.stdout: 2026-03-31T20:21:11.792 INFO:teuthology.orchestra.run.vm01.stdout:No user sessions are running outdated binaries. 2026-03-31T20:21:11.792 INFO:teuthology.orchestra.run.vm01.stdout: 2026-03-31T20:21:11.792 INFO:teuthology.orchestra.run.vm01.stdout:No VM guests are running outdated hypervisor (qemu) binaries on this host. 2026-03-31T20:21:11.963 INFO:teuthology.orchestra.run.vm06.stderr:W: --force-yes is deprecated, use one of the options starting with --allow instead. 2026-03-31T20:21:11.966 DEBUG:teuthology.parallel:result is None 2026-03-31T20:21:12.544 INFO:teuthology.orchestra.run.vm01.stderr:W: --force-yes is deprecated, use one of the options starting with --allow instead. 2026-03-31T20:21:12.547 DEBUG:teuthology.parallel:result is None 2026-03-31T20:21:12.547 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=5bb3278730741031382ca9c3dc9d221a942e06a2 2026-03-31T20:21:13.126 DEBUG:teuthology.orchestra.run.vm01:> dpkg-query -W -f '${Version}' ceph 2026-03-31T20:21:13.134 INFO:teuthology.orchestra.run.vm01.stdout:20.2.0-721-g5bb32787-1jammy 2026-03-31T20:21:13.134 INFO:teuthology.packaging:The installed version of ceph is 20.2.0-721-g5bb32787-1jammy 2026-03-31T20:21:13.134 INFO:teuthology.task.install:The correct ceph version 20.2.0-721-g5bb32787-1jammy is installed. 2026-03-31T20:21:13.135 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=5bb3278730741031382ca9c3dc9d221a942e06a2 2026-03-31T20:21:13.803 DEBUG:teuthology.orchestra.run.vm05:> dpkg-query -W -f '${Version}' ceph 2026-03-31T20:21:13.812 INFO:teuthology.orchestra.run.vm05.stdout:20.2.0-721-g5bb32787-1jammy 2026-03-31T20:21:13.812 INFO:teuthology.packaging:The installed version of ceph is 20.2.0-721-g5bb32787-1jammy 2026-03-31T20:21:13.812 INFO:teuthology.task.install:The correct ceph version 20.2.0-721-g5bb32787-1jammy is installed. 2026-03-31T20:21:13.812 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=5bb3278730741031382ca9c3dc9d221a942e06a2 2026-03-31T20:21:14.403 DEBUG:teuthology.orchestra.run.vm06:> dpkg-query -W -f '${Version}' ceph 2026-03-31T20:21:14.411 INFO:teuthology.orchestra.run.vm06.stdout:20.2.0-721-g5bb32787-1jammy 2026-03-31T20:21:14.411 INFO:teuthology.packaging:The installed version of ceph is 20.2.0-721-g5bb32787-1jammy 2026-03-31T20:21:14.411 INFO:teuthology.task.install:The correct ceph version 20.2.0-721-g5bb32787-1jammy is installed. 2026-03-31T20:21:14.411 INFO:teuthology.task.install.util:Shipping valgrind.supp... 2026-03-31T20:21:14.411 DEBUG:teuthology.orchestra.run.vm01:> set -ex 2026-03-31T20:21:14.411 DEBUG:teuthology.orchestra.run.vm01:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2026-03-31T20:21:14.419 DEBUG:teuthology.orchestra.run.vm05:> set -ex 2026-03-31T20:21:14.419 DEBUG:teuthology.orchestra.run.vm05:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2026-03-31T20:21:14.426 DEBUG:teuthology.orchestra.run.vm06:> set -ex 2026-03-31T20:21:14.426 DEBUG:teuthology.orchestra.run.vm06:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2026-03-31T20:21:14.461 INFO:teuthology.task.install.util:Shipping 'daemon-helper'... 2026-03-31T20:21:14.462 DEBUG:teuthology.orchestra.run.vm01:> set -ex 2026-03-31T20:21:14.462 DEBUG:teuthology.orchestra.run.vm01:> sudo dd of=/usr/bin/daemon-helper 2026-03-31T20:21:14.468 DEBUG:teuthology.orchestra.run.vm01:> sudo chmod a=rx -- /usr/bin/daemon-helper 2026-03-31T20:21:14.516 DEBUG:teuthology.orchestra.run.vm05:> set -ex 2026-03-31T20:21:14.516 DEBUG:teuthology.orchestra.run.vm05:> sudo dd of=/usr/bin/daemon-helper 2026-03-31T20:21:14.523 DEBUG:teuthology.orchestra.run.vm05:> sudo chmod a=rx -- /usr/bin/daemon-helper 2026-03-31T20:21:14.572 DEBUG:teuthology.orchestra.run.vm06:> set -ex 2026-03-31T20:21:14.572 DEBUG:teuthology.orchestra.run.vm06:> sudo dd of=/usr/bin/daemon-helper 2026-03-31T20:21:14.579 DEBUG:teuthology.orchestra.run.vm06:> sudo chmod a=rx -- /usr/bin/daemon-helper 2026-03-31T20:21:14.628 INFO:teuthology.task.install.util:Shipping 'adjust-ulimits'... 2026-03-31T20:21:14.629 DEBUG:teuthology.orchestra.run.vm01:> set -ex 2026-03-31T20:21:14.629 DEBUG:teuthology.orchestra.run.vm01:> sudo dd of=/usr/bin/adjust-ulimits 2026-03-31T20:21:14.636 DEBUG:teuthology.orchestra.run.vm01:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2026-03-31T20:21:14.684 DEBUG:teuthology.orchestra.run.vm05:> set -ex 2026-03-31T20:21:14.684 DEBUG:teuthology.orchestra.run.vm05:> sudo dd of=/usr/bin/adjust-ulimits 2026-03-31T20:21:14.691 DEBUG:teuthology.orchestra.run.vm05:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2026-03-31T20:21:14.740 DEBUG:teuthology.orchestra.run.vm06:> set -ex 2026-03-31T20:21:14.740 DEBUG:teuthology.orchestra.run.vm06:> sudo dd of=/usr/bin/adjust-ulimits 2026-03-31T20:21:14.747 DEBUG:teuthology.orchestra.run.vm06:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2026-03-31T20:21:14.796 INFO:teuthology.task.install.util:Shipping 'stdin-killer'... 2026-03-31T20:21:14.797 DEBUG:teuthology.orchestra.run.vm01:> set -ex 2026-03-31T20:21:14.797 DEBUG:teuthology.orchestra.run.vm01:> sudo dd of=/usr/bin/stdin-killer 2026-03-31T20:21:14.804 DEBUG:teuthology.orchestra.run.vm01:> sudo chmod a=rx -- /usr/bin/stdin-killer 2026-03-31T20:21:14.852 DEBUG:teuthology.orchestra.run.vm05:> set -ex 2026-03-31T20:21:14.852 DEBUG:teuthology.orchestra.run.vm05:> sudo dd of=/usr/bin/stdin-killer 2026-03-31T20:21:14.859 DEBUG:teuthology.orchestra.run.vm05:> sudo chmod a=rx -- /usr/bin/stdin-killer 2026-03-31T20:21:14.908 DEBUG:teuthology.orchestra.run.vm06:> set -ex 2026-03-31T20:21:14.908 DEBUG:teuthology.orchestra.run.vm06:> sudo dd of=/usr/bin/stdin-killer 2026-03-31T20:21:14.916 DEBUG:teuthology.orchestra.run.vm06:> sudo chmod a=rx -- /usr/bin/stdin-killer 2026-03-31T20:21:14.965 INFO:teuthology.run_tasks:Running task cephadm... 2026-03-31T20:21:15.012 INFO:tasks.cephadm:Config: {'conf': {'global': {'mon election default strategy': 1}, 'mgr': {'debug mgr': 20, 'debug ms': 1, 'mgr/cephadm/use_agent': False}, 'mon': {'debug mon': 20, 'debug ms': 1, 'debug paxos': 20}, 'osd': {'debug ms': 1, 'debug osd': 20, 'osd mclock iops capacity threshold hdd': 49000}}, 'flavor': 'default', 'log-ignorelist': ['\\(MDS_ALL_DOWN\\)', '\\(MDS_UP_LESS_THAN_MAX\\)', 'CEPHADM_FAILED_DAEMON'], 'log-only-match': ['CEPHADM_'], 'sha1': '5bb3278730741031382ca9c3dc9d221a942e06a2', 'cephadm_binary_url': 'https://download.ceph.com/rpm-20.2.0/el9/noarch/cephadm'} 2026-03-31T20:21:15.012 INFO:tasks.cephadm:Cluster image is quay.ceph.io/ceph-ci/ceph:5bb3278730741031382ca9c3dc9d221a942e06a2 2026-03-31T20:21:15.012 INFO:tasks.cephadm:Cluster fsid is 2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37 2026-03-31T20:21:15.012 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2026-03-31T20:21:15.012 INFO:tasks.cephadm:Monitor IPs: {'mon.a': '192.168.123.101', 'mon.b': '192.168.123.105', 'mon.c': '192.168.123.106'} 2026-03-31T20:21:15.012 INFO:tasks.cephadm:First mon is mon.a on vm01 2026-03-31T20:21:15.012 INFO:tasks.cephadm:First mgr is a 2026-03-31T20:21:15.012 INFO:tasks.cephadm:Normalizing hostnames... 2026-03-31T20:21:15.012 DEBUG:teuthology.orchestra.run.vm01:> sudo hostname $(hostname -s) 2026-03-31T20:21:15.019 DEBUG:teuthology.orchestra.run.vm05:> sudo hostname $(hostname -s) 2026-03-31T20:21:15.028 DEBUG:teuthology.orchestra.run.vm06:> sudo hostname $(hostname -s) 2026-03-31T20:21:15.036 INFO:tasks.cephadm:Downloading cephadm from url: https://download.ceph.com/rpm-20.2.0/el9/noarch/cephadm 2026-03-31T20:21:15.037 DEBUG:teuthology.orchestra.run.vm01:> 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-03-31T20:21:16.240 INFO:teuthology.orchestra.run.vm01.stdout:-rw-rw-r-- 1 ubuntu ubuntu 1036391 Mar 31 20:21 /home/ubuntu/cephtest/cephadm 2026-03-31T20:21:16.240 DEBUG:teuthology.orchestra.run.vm05:> 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-03-31T20:21:17.376 INFO:teuthology.orchestra.run.vm05.stdout:-rw-rw-r-- 1 ubuntu ubuntu 1036391 Mar 31 20:21 /home/ubuntu/cephtest/cephadm 2026-03-31T20:21:17.376 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-03-31T20:21:18.550 INFO:teuthology.orchestra.run.vm06.stdout:-rw-rw-r-- 1 ubuntu ubuntu 1036391 Mar 31 20:21 /home/ubuntu/cephtest/cephadm 2026-03-31T20:21:18.550 DEBUG:teuthology.orchestra.run.vm01:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2026-03-31T20:21:18.554 DEBUG:teuthology.orchestra.run.vm05:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2026-03-31T20:21:18.558 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-03-31T20:21:18.565 INFO:tasks.cephadm:Pulling image quay.ceph.io/ceph-ci/ceph:5bb3278730741031382ca9c3dc9d221a942e06a2 on all hosts... 2026-03-31T20:21:18.565 DEBUG:teuthology.orchestra.run.vm01:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:5bb3278730741031382ca9c3dc9d221a942e06a2 pull 2026-03-31T20:21:18.599 DEBUG:teuthology.orchestra.run.vm05:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:5bb3278730741031382ca9c3dc9d221a942e06a2 pull 2026-03-31T20:21:18.602 DEBUG:teuthology.orchestra.run.vm06:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:5bb3278730741031382ca9c3dc9d221a942e06a2 pull 2026-03-31T20:21:18.841 INFO:teuthology.orchestra.run.vm01.stderr:Pulling container image quay.ceph.io/ceph-ci/ceph:5bb3278730741031382ca9c3dc9d221a942e06a2... 2026-03-31T20:21:18.844 INFO:teuthology.orchestra.run.vm06.stderr:Pulling container image quay.ceph.io/ceph-ci/ceph:5bb3278730741031382ca9c3dc9d221a942e06a2... 2026-03-31T20:21:18.847 INFO:teuthology.orchestra.run.vm05.stderr:Pulling container image quay.ceph.io/ceph-ci/ceph:5bb3278730741031382ca9c3dc9d221a942e06a2... 2026-03-31T20:22:02.990 INFO:teuthology.orchestra.run.vm01.stdout:{ 2026-03-31T20:22:02.991 INFO:teuthology.orchestra.run.vm01.stdout: "ceph_version": "ceph version 20.2.0-721-g5bb32787 (5bb3278730741031382ca9c3dc9d221a942e06a2) tentacle (stable)", 2026-03-31T20:22:02.991 INFO:teuthology.orchestra.run.vm01.stdout: "image_id": "1e58a3cbf9abfa7cd4c97d6122dfc897574d910096f68804997a3e0f45bc44f0", 2026-03-31T20:22:02.991 INFO:teuthology.orchestra.run.vm01.stdout: "repo_digests": [ 2026-03-31T20:22:02.991 INFO:teuthology.orchestra.run.vm01.stdout: "quay.ceph.io/ceph-ci/ceph@sha256:02c8d616f8a7af1a26efca44a51de7761356c5cb66c69c789e66f798c27c8072" 2026-03-31T20:22:02.991 INFO:teuthology.orchestra.run.vm01.stdout: ] 2026-03-31T20:22:02.991 INFO:teuthology.orchestra.run.vm01.stdout:} 2026-03-31T20:22:03.538 INFO:teuthology.orchestra.run.vm06.stdout:{ 2026-03-31T20:22:03.539 INFO:teuthology.orchestra.run.vm06.stdout: "ceph_version": "ceph version 20.2.0-721-g5bb32787 (5bb3278730741031382ca9c3dc9d221a942e06a2) tentacle (stable)", 2026-03-31T20:22:03.539 INFO:teuthology.orchestra.run.vm06.stdout: "image_id": "1e58a3cbf9abfa7cd4c97d6122dfc897574d910096f68804997a3e0f45bc44f0", 2026-03-31T20:22:03.539 INFO:teuthology.orchestra.run.vm06.stdout: "repo_digests": [ 2026-03-31T20:22:03.539 INFO:teuthology.orchestra.run.vm06.stdout: "quay.ceph.io/ceph-ci/ceph@sha256:02c8d616f8a7af1a26efca44a51de7761356c5cb66c69c789e66f798c27c8072" 2026-03-31T20:22:03.539 INFO:teuthology.orchestra.run.vm06.stdout: ] 2026-03-31T20:22:03.539 INFO:teuthology.orchestra.run.vm06.stdout:} 2026-03-31T20:22:09.068 INFO:teuthology.orchestra.run.vm05.stdout:{ 2026-03-31T20:22:09.068 INFO:teuthology.orchestra.run.vm05.stdout: "ceph_version": "ceph version 20.2.0-721-g5bb32787 (5bb3278730741031382ca9c3dc9d221a942e06a2) tentacle (stable)", 2026-03-31T20:22:09.068 INFO:teuthology.orchestra.run.vm05.stdout: "image_id": "1e58a3cbf9abfa7cd4c97d6122dfc897574d910096f68804997a3e0f45bc44f0", 2026-03-31T20:22:09.068 INFO:teuthology.orchestra.run.vm05.stdout: "repo_digests": [ 2026-03-31T20:22:09.068 INFO:teuthology.orchestra.run.vm05.stdout: "quay.ceph.io/ceph-ci/ceph@sha256:02c8d616f8a7af1a26efca44a51de7761356c5cb66c69c789e66f798c27c8072" 2026-03-31T20:22:09.068 INFO:teuthology.orchestra.run.vm05.stdout: ] 2026-03-31T20:22:09.068 INFO:teuthology.orchestra.run.vm05.stdout:} 2026-03-31T20:22:09.083 DEBUG:teuthology.orchestra.run.vm01:> sudo mkdir -p /etc/ceph 2026-03-31T20:22:09.092 DEBUG:teuthology.orchestra.run.vm05:> sudo mkdir -p /etc/ceph 2026-03-31T20:22:09.099 DEBUG:teuthology.orchestra.run.vm06:> sudo mkdir -p /etc/ceph 2026-03-31T20:22:09.107 DEBUG:teuthology.orchestra.run.vm01:> sudo chmod 777 /etc/ceph 2026-03-31T20:22:09.141 DEBUG:teuthology.orchestra.run.vm05:> sudo chmod 777 /etc/ceph 2026-03-31T20:22:09.148 DEBUG:teuthology.orchestra.run.vm06:> sudo chmod 777 /etc/ceph 2026-03-31T20:22:09.158 INFO:tasks.cephadm:Writing seed config... 2026-03-31T20:22:09.158 INFO:tasks.cephadm: override: [global] mon election default strategy = 1 2026-03-31T20:22:09.158 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2026-03-31T20:22:09.158 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2026-03-31T20:22:09.158 INFO:tasks.cephadm: override: [mgr] mgr/cephadm/use_agent = False 2026-03-31T20:22:09.158 INFO:tasks.cephadm: override: [mon] debug mon = 20 2026-03-31T20:22:09.158 INFO:tasks.cephadm: override: [mon] debug ms = 1 2026-03-31T20:22:09.158 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2026-03-31T20:22:09.158 INFO:tasks.cephadm: override: [osd] debug ms = 1 2026-03-31T20:22:09.158 INFO:tasks.cephadm: override: [osd] debug osd = 20 2026-03-31T20:22:09.158 INFO:tasks.cephadm: override: [osd] osd mclock iops capacity threshold hdd = 49000 2026-03-31T20:22:09.158 DEBUG:teuthology.orchestra.run.vm01:> set -ex 2026-03-31T20:22:09.159 DEBUG:teuthology.orchestra.run.vm01:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2026-03-31T20:22:09.185 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 = 2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37 mon election default strategy = 1 [osd] osd scrub load threshold = 5.0 osd scrub max interval = 600 osd mclock profile = high_recovery_ops osd mclock skip benchmark = true osd recover clone overlap = true osd recovery max chunk = 1048576 osd deep scrub update digest min age = 30 osd map max advance = 10 osd memory target autotune = true # debugging osd debug shutdown = true osd debug op order = true osd debug verify stray on activate = true osd debug pg log writeout = true osd debug verify cached snaps = true osd debug verify missing on start = true osd debug misdirected ops = true osd op queue = debug_random osd op queue cut off = debug_random osd shutdown pgref assert = true bdev debug aio = true osd sloppy crc = true debug ms = 1 debug osd = 20 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 mgr/cephadm/use_agent = False [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-03-31T20:22:09.185 DEBUG:teuthology.orchestra.run.vm01:mon.a> sudo journalctl -f -n 0 -u ceph-2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37@mon.a.service 2026-03-31T20:22:09.227 DEBUG:teuthology.orchestra.run.vm01:mgr.a> sudo journalctl -f -n 0 -u ceph-2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37@mgr.a.service 2026-03-31T20:22:09.271 INFO:tasks.cephadm:Bootstrapping... 2026-03-31T20:22:09.271 DEBUG:teuthology.orchestra.run.vm01:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:5bb3278730741031382ca9c3dc9d221a942e06a2 -v bootstrap --fsid 2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37 --config /home/ubuntu/cephtest/seed.ceph.conf --output-config /etc/ceph/ceph.conf --output-keyring /etc/ceph/ceph.client.admin.keyring --output-pub-ssh-key /home/ubuntu/cephtest/ceph.pub --mon-id a --mgr-id a --orphan-initial-daemons --skip-monitoring-stack --mon-ip 192.168.123.101 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2026-03-31T20:22:09.550 INFO:teuthology.orchestra.run.vm01.stdout:-------------------------------------------------------------------------------- 2026-03-31T20:22:09.550 INFO:teuthology.orchestra.run.vm01.stdout:cephadm ['--image', 'quay.ceph.io/ceph-ci/ceph:5bb3278730741031382ca9c3dc9d221a942e06a2', '-v', 'bootstrap', '--fsid', '2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37', '--config', '/home/ubuntu/cephtest/seed.ceph.conf', '--output-config', '/etc/ceph/ceph.conf', '--output-keyring', '/etc/ceph/ceph.client.admin.keyring', '--output-pub-ssh-key', '/home/ubuntu/cephtest/ceph.pub', '--mon-id', 'a', '--mgr-id', 'a', '--orphan-initial-daemons', '--skip-monitoring-stack', '--mon-ip', '192.168.123.101', '--skip-admin-label'] 2026-03-31T20:22:09.551 INFO:teuthology.orchestra.run.vm01.stderr:Specifying an fsid for your cluster offers no advantages and may increase the likelihood of fsid conflicts. 2026-03-31T20:22:09.551 INFO:teuthology.orchestra.run.vm01.stdout:Verifying podman|docker is present... 2026-03-31T20:22:09.551 INFO:teuthology.orchestra.run.vm01.stdout:Verifying lvm2 is present... 2026-03-31T20:22:09.551 INFO:teuthology.orchestra.run.vm01.stdout:Verifying time synchronization is in place... 2026-03-31T20:22:09.553 INFO:teuthology.orchestra.run.vm01.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2026-03-31T20:22:09.553 INFO:teuthology.orchestra.run.vm01.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2026-03-31T20:22:09.555 INFO:teuthology.orchestra.run.vm01.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2026-03-31T20:22:09.556 INFO:teuthology.orchestra.run.vm01.stdout:systemctl: stdout inactive 2026-03-31T20:22:09.558 INFO:teuthology.orchestra.run.vm01.stdout:Non-zero exit code 1 from systemctl is-enabled chronyd.service 2026-03-31T20:22:09.558 INFO:teuthology.orchestra.run.vm01.stdout:systemctl: stderr Failed to get unit file state for chronyd.service: No such file or directory 2026-03-31T20:22:09.560 INFO:teuthology.orchestra.run.vm01.stdout:Non-zero exit code 3 from systemctl is-active chronyd.service 2026-03-31T20:22:09.560 INFO:teuthology.orchestra.run.vm01.stdout:systemctl: stdout inactive 2026-03-31T20:22:09.562 INFO:teuthology.orchestra.run.vm01.stdout:Non-zero exit code 1 from systemctl is-enabled systemd-timesyncd.service 2026-03-31T20:22:09.562 INFO:teuthology.orchestra.run.vm01.stdout:systemctl: stdout masked 2026-03-31T20:22:09.564 INFO:teuthology.orchestra.run.vm01.stdout:Non-zero exit code 3 from systemctl is-active systemd-timesyncd.service 2026-03-31T20:22:09.564 INFO:teuthology.orchestra.run.vm01.stdout:systemctl: stdout inactive 2026-03-31T20:22:09.566 INFO:teuthology.orchestra.run.vm01.stdout:Non-zero exit code 1 from systemctl is-enabled ntpd.service 2026-03-31T20:22:09.566 INFO:teuthology.orchestra.run.vm01.stdout:systemctl: stderr Failed to get unit file state for ntpd.service: No such file or directory 2026-03-31T20:22:09.568 INFO:teuthology.orchestra.run.vm01.stdout:Non-zero exit code 3 from systemctl is-active ntpd.service 2026-03-31T20:22:09.568 INFO:teuthology.orchestra.run.vm01.stdout:systemctl: stdout inactive 2026-03-31T20:22:09.571 INFO:teuthology.orchestra.run.vm01.stdout:systemctl: stdout enabled 2026-03-31T20:22:09.573 INFO:teuthology.orchestra.run.vm01.stdout:systemctl: stdout active 2026-03-31T20:22:09.573 INFO:teuthology.orchestra.run.vm01.stdout:Unit ntp.service is enabled and running 2026-03-31T20:22:09.573 INFO:teuthology.orchestra.run.vm01.stdout:Repeating the final host check... 2026-03-31T20:22:09.573 INFO:teuthology.orchestra.run.vm01.stdout:docker (/usr/bin/docker) is present 2026-03-31T20:22:09.573 INFO:teuthology.orchestra.run.vm01.stdout:systemctl is present 2026-03-31T20:22:09.573 INFO:teuthology.orchestra.run.vm01.stdout:lvcreate is present 2026-03-31T20:22:09.575 INFO:teuthology.orchestra.run.vm01.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2026-03-31T20:22:09.575 INFO:teuthology.orchestra.run.vm01.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2026-03-31T20:22:09.577 INFO:teuthology.orchestra.run.vm01.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2026-03-31T20:22:09.577 INFO:teuthology.orchestra.run.vm01.stdout:systemctl: stdout inactive 2026-03-31T20:22:09.579 INFO:teuthology.orchestra.run.vm01.stdout:Non-zero exit code 1 from systemctl is-enabled chronyd.service 2026-03-31T20:22:09.579 INFO:teuthology.orchestra.run.vm01.stdout:systemctl: stderr Failed to get unit file state for chronyd.service: No such file or directory 2026-03-31T20:22:09.581 INFO:teuthology.orchestra.run.vm01.stdout:Non-zero exit code 3 from systemctl is-active chronyd.service 2026-03-31T20:22:09.582 INFO:teuthology.orchestra.run.vm01.stdout:systemctl: stdout inactive 2026-03-31T20:22:09.584 INFO:teuthology.orchestra.run.vm01.stdout:Non-zero exit code 1 from systemctl is-enabled systemd-timesyncd.service 2026-03-31T20:22:09.584 INFO:teuthology.orchestra.run.vm01.stdout:systemctl: stdout masked 2026-03-31T20:22:09.586 INFO:teuthology.orchestra.run.vm01.stdout:Non-zero exit code 3 from systemctl is-active systemd-timesyncd.service 2026-03-31T20:22:09.586 INFO:teuthology.orchestra.run.vm01.stdout:systemctl: stdout inactive 2026-03-31T20:22:09.588 INFO:teuthology.orchestra.run.vm01.stdout:Non-zero exit code 1 from systemctl is-enabled ntpd.service 2026-03-31T20:22:09.588 INFO:teuthology.orchestra.run.vm01.stdout:systemctl: stderr Failed to get unit file state for ntpd.service: No such file or directory 2026-03-31T20:22:09.590 INFO:teuthology.orchestra.run.vm01.stdout:Non-zero exit code 3 from systemctl is-active ntpd.service 2026-03-31T20:22:09.590 INFO:teuthology.orchestra.run.vm01.stdout:systemctl: stdout inactive 2026-03-31T20:22:09.592 INFO:teuthology.orchestra.run.vm01.stdout:systemctl: stdout enabled 2026-03-31T20:22:09.594 INFO:teuthology.orchestra.run.vm01.stdout:systemctl: stdout active 2026-03-31T20:22:09.594 INFO:teuthology.orchestra.run.vm01.stdout:Unit ntp.service is enabled and running 2026-03-31T20:22:09.594 INFO:teuthology.orchestra.run.vm01.stdout:Host looks OK 2026-03-31T20:22:09.594 INFO:teuthology.orchestra.run.vm01.stdout:Cluster fsid: 2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37 2026-03-31T20:22:09.594 INFO:teuthology.orchestra.run.vm01.stdout:Acquiring lock 139916744570000 on /run/cephadm/2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37.lock 2026-03-31T20:22:09.595 INFO:teuthology.orchestra.run.vm01.stdout:Lock 139916744570000 acquired on /run/cephadm/2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37.lock 2026-03-31T20:22:09.595 INFO:teuthology.orchestra.run.vm01.stdout:Verifying IP 192.168.123.101 port 3300 ... 2026-03-31T20:22:09.595 INFO:teuthology.orchestra.run.vm01.stdout:Verifying IP 192.168.123.101 port 6789 ... 2026-03-31T20:22:09.595 INFO:teuthology.orchestra.run.vm01.stdout:Base mon IP(s) is [192.168.123.101:3300, 192.168.123.101:6789], mon addrv is [v2:192.168.123.101:3300,v1:192.168.123.101:6789] 2026-03-31T20:22:09.596 INFO:teuthology.orchestra.run.vm01.stdout:/usr/sbin/ip: stdout default via 192.168.123.1 dev ens3 proto dhcp src 192.168.123.101 metric 100 2026-03-31T20:22:09.596 INFO:teuthology.orchestra.run.vm01.stdout:/usr/sbin/ip: stdout 172.17.0.0/16 dev docker0 proto kernel scope link src 172.17.0.1 linkdown 2026-03-31T20:22:09.596 INFO:teuthology.orchestra.run.vm01.stdout:/usr/sbin/ip: stdout 192.168.123.0/24 dev ens3 proto kernel scope link src 192.168.123.101 metric 100 2026-03-31T20:22:09.596 INFO:teuthology.orchestra.run.vm01.stdout:/usr/sbin/ip: stdout 192.168.123.1 dev ens3 proto dhcp scope link src 192.168.123.101 metric 100 2026-03-31T20:22:09.597 INFO:teuthology.orchestra.run.vm01.stdout:/usr/sbin/ip: stdout ::1 dev lo proto kernel metric 256 pref medium 2026-03-31T20:22:09.597 INFO:teuthology.orchestra.run.vm01.stdout:/usr/sbin/ip: stdout fe80::/64 dev ens3 proto kernel metric 256 pref medium 2026-03-31T20:22:09.598 INFO:teuthology.orchestra.run.vm01.stdout:/usr/sbin/ip: stdout 1: lo: mtu 65536 state UNKNOWN qlen 1000 2026-03-31T20:22:09.598 INFO:teuthology.orchestra.run.vm01.stdout:/usr/sbin/ip: stdout inet6 ::1/128 scope host 2026-03-31T20:22:09.599 INFO:teuthology.orchestra.run.vm01.stdout:/usr/sbin/ip: stdout valid_lft forever preferred_lft forever 2026-03-31T20:22:09.599 INFO:teuthology.orchestra.run.vm01.stdout:/usr/sbin/ip: stdout 2: ens3: mtu 1500 state UP qlen 1000 2026-03-31T20:22:09.599 INFO:teuthology.orchestra.run.vm01.stdout:/usr/sbin/ip: stdout inet6 fe80::5055:ff:fe00:1/64 scope link 2026-03-31T20:22:09.599 INFO:teuthology.orchestra.run.vm01.stdout:/usr/sbin/ip: stdout valid_lft forever preferred_lft forever 2026-03-31T20:22:09.599 INFO:teuthology.orchestra.run.vm01.stdout:Mon IP `192.168.123.101` is in CIDR network `192.168.123.0/24` 2026-03-31T20:22:09.599 INFO:teuthology.orchestra.run.vm01.stdout:Mon IP `192.168.123.101` is in CIDR network `192.168.123.0/24` 2026-03-31T20:22:09.599 INFO:teuthology.orchestra.run.vm01.stdout:Mon IP `192.168.123.101` is in CIDR network `192.168.123.1/32` 2026-03-31T20:22:09.599 INFO:teuthology.orchestra.run.vm01.stdout:Mon IP `192.168.123.101` is in CIDR network `192.168.123.1/32` 2026-03-31T20:22:09.599 INFO:teuthology.orchestra.run.vm01.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-03-31T20:22:09.599 INFO:teuthology.orchestra.run.vm01.stdout:Internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2026-03-31T20:22:09.600 INFO:teuthology.orchestra.run.vm01.stdout:Pulling container image quay.ceph.io/ceph-ci/ceph:5bb3278730741031382ca9c3dc9d221a942e06a2... 2026-03-31T20:22:10.559 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/docker: stdout 5bb3278730741031382ca9c3dc9d221a942e06a2: Pulling from ceph-ci/ceph 2026-03-31T20:22:10.559 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/docker: stdout Digest: sha256:02c8d616f8a7af1a26efca44a51de7761356c5cb66c69c789e66f798c27c8072 2026-03-31T20:22:10.559 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/docker: stdout Status: Image is up to date for quay.ceph.io/ceph-ci/ceph:5bb3278730741031382ca9c3dc9d221a942e06a2 2026-03-31T20:22:10.559 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/docker: stdout quay.ceph.io/ceph-ci/ceph:5bb3278730741031382ca9c3dc9d221a942e06a2 2026-03-31T20:22:10.688 INFO:teuthology.orchestra.run.vm01.stdout:ceph: stdout ceph version 20.2.0-721-g5bb32787 (5bb3278730741031382ca9c3dc9d221a942e06a2) tentacle (stable) 2026-03-31T20:22:10.688 INFO:teuthology.orchestra.run.vm01.stdout:Ceph version: ceph version 20.2.0-721-g5bb32787 (5bb3278730741031382ca9c3dc9d221a942e06a2) tentacle (stable) 2026-03-31T20:22:10.688 INFO:teuthology.orchestra.run.vm01.stdout:Extracting ceph user uid/gid from container image... 2026-03-31T20:22:10.860 INFO:teuthology.orchestra.run.vm01.stdout:stat: stdout 167 167 2026-03-31T20:22:10.860 INFO:teuthology.orchestra.run.vm01.stdout:Creating initial keys... 2026-03-31T20:22:10.958 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph-authtool: stdout AQDyLMxpExd/NxAAphwQvs6rTqwT6dGLyn+Zaw== 2026-03-31T20:22:11.087 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph-authtool: stdout AQDzLMxpeJaYAxAAbtTF9p1E3swQj/mcXPDeLw== 2026-03-31T20:22:11.201 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph-authtool: stdout AQDzLMxptIgMCRAAIHVtZm+HH3CO+wNaIfIMwQ== 2026-03-31T20:22:11.201 INFO:teuthology.orchestra.run.vm01.stdout:Creating initial monmap... 2026-03-31T20:22:11.303 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: monmap file /tmp/monmap 2026-03-31T20:22:11.303 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/monmaptool: stdout setting min_mon_release = tentacle 2026-03-31T20:22:11.303 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: set fsid to 2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37 2026-03-31T20:22:11.303 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2026-03-31T20:22:11.303 INFO:teuthology.orchestra.run.vm01.stdout:monmaptool for a [v2:192.168.123.101:3300,v1:192.168.123.101:6789] on /usr/bin/monmaptool: monmap file /tmp/monmap 2026-03-31T20:22:11.303 INFO:teuthology.orchestra.run.vm01.stdout:setting min_mon_release = tentacle 2026-03-31T20:22:11.303 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/monmaptool: set fsid to 2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37 2026-03-31T20:22:11.303 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2026-03-31T20:22:11.303 INFO:teuthology.orchestra.run.vm01.stdout: 2026-03-31T20:22:11.303 INFO:teuthology.orchestra.run.vm01.stdout:Creating mon... 2026-03-31T20:22:11.422 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph-mon: stderr debug 2026-03-31T20:22:11.375+0000 7f1f47a0dd80 0 set uid:gid to 167:167 (ceph:ceph) 2026-03-31T20:22:11.423 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph-mon: stderr debug 2026-03-31T20:22:11.375+0000 7f1f47a0dd80 1 imported monmap: 2026-03-31T20:22:11.423 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph-mon: stderr epoch 0 2026-03-31T20:22:11.423 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph-mon: stderr fsid 2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37 2026-03-31T20:22:11.423 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph-mon: stderr last_changed 2026-03-31T20:22:11.273676+0000 2026-03-31T20:22:11.423 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph-mon: stderr created 2026-03-31T20:22:11.273676+0000 2026-03-31T20:22:11.423 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph-mon: stderr min_mon_release 20 (tentacle) 2026-03-31T20:22:11.423 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph-mon: stderr election_strategy: 1 2026-03-31T20:22:11.423 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph-mon: stderr 0: [v2:192.168.123.101:3300/0,v1:192.168.123.101:6789/0] mon.a 2026-03-31T20:22:11.423 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph-mon: stderr 2026-03-31T20:22:11.423 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph-mon: stderr debug 2026-03-31T20:22:11.375+0000 7f1f47a0dd80 0 /usr/bin/ceph-mon: set fsid to 2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37 2026-03-31T20:22:11.423 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph-mon: stderr debug 2026-03-31T20:22:11.379+0000 7f1f47a0dd80 4 rocksdb: RocksDB version: 7.9.2 2026-03-31T20:22:11.423 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph-mon: stderr 2026-03-31T20:22:11.423 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph-mon: stderr debug 2026-03-31T20:22:11.379+0000 7f1f47a0dd80 4 rocksdb: Git sha 0 2026-03-31T20:22:11.423 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph-mon: stderr debug 2026-03-31T20:22:11.379+0000 7f1f47a0dd80 4 rocksdb: Compile date 2026-03-19 20:43:26 2026-03-31T20:22:11.423 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph-mon: stderr debug 2026-03-31T20:22:11.379+0000 7f1f47a0dd80 4 rocksdb: DB SUMMARY 2026-03-31T20:22:11.423 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph-mon: stderr 2026-03-31T20:22:11.423 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph-mon: stderr debug 2026-03-31T20:22:11.379+0000 7f1f47a0dd80 4 rocksdb: DB Session ID: 899LYJ1JJC6OXITLQFDZ 2026-03-31T20:22:11.423 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph-mon: stderr 2026-03-31T20:22:11.423 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph-mon: stderr debug 2026-03-31T20:22:11.379+0000 7f1f47a0dd80 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-a/store.db dir, Total Num: 0, files: 2026-03-31T20:22:11.423 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph-mon: stderr 2026-03-31T20:22:11.423 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph-mon: stderr debug 2026-03-31T20:22:11.379+0000 7f1f47a0dd80 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-a/store.db: 2026-03-31T20:22:11.423 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph-mon: stderr 2026-03-31T20:22:11.423 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph-mon: stderr debug 2026-03-31T20:22:11.379+0000 7f1f47a0dd80 4 rocksdb: Options.error_if_exists: 0 2026-03-31T20:22:11.423 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph-mon: stderr debug 2026-03-31T20:22:11.379+0000 7f1f47a0dd80 4 rocksdb: Options.create_if_missing: 1 2026-03-31T20:22:11.423 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph-mon: stderr debug 2026-03-31T20:22:11.379+0000 7f1f47a0dd80 4 rocksdb: Options.paranoid_checks: 1 2026-03-31T20:22:11.423 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph-mon: stderr debug 2026-03-31T20:22:11.379+0000 7f1f47a0dd80 4 rocksdb: Options.flush_verify_memtable_count: 1 2026-03-31T20:22:11.423 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph-mon: stderr debug 2026-03-31T20:22:11.379+0000 7f1f47a0dd80 4 rocksdb: Options.track_and_verify_wals_in_manifest: 0 2026-03-31T20:22:11.423 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph-mon: stderr debug 2026-03-31T20:22:11.379+0000 7f1f47a0dd80 4 rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2026-03-31T20:22:11.423 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph-mon: stderr debug 2026-03-31T20:22:11.379+0000 7f1f47a0dd80 4 rocksdb: Options.env: 0x56396cf5a4c0 2026-03-31T20:22:11.423 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph-mon: stderr debug 2026-03-31T20:22:11.379+0000 7f1f47a0dd80 4 rocksdb: Options.fs: PosixFileSystem 2026-03-31T20:22:11.423 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph-mon: stderr debug 2026-03-31T20:22:11.379+0000 7f1f47a0dd80 4 rocksdb: Options.info_log: 0x5639a86c3d60 2026-03-31T20:22:11.423 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph-mon: stderr debug 2026-03-31T20:22:11.379+0000 7f1f47a0dd80 4 rocksdb: Options.max_file_opening_threads: 16 2026-03-31T20:22:11.423 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph-mon: stderr debug 2026-03-31T20:22:11.379+0000 7f1f47a0dd80 4 rocksdb: Options.statistics: (nil) 2026-03-31T20:22:11.423 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph-mon: stderr debug 2026-03-31T20:22:11.379+0000 7f1f47a0dd80 4 rocksdb: Options.use_fsync: 0 2026-03-31T20:22:11.423 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph-mon: stderr debug 2026-03-31T20:22:11.379+0000 7f1f47a0dd80 4 rocksdb: Options.max_log_file_size: 0 2026-03-31T20:22:11.423 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph-mon: stderr debug 2026-03-31T20:22:11.379+0000 7f1f47a0dd80 4 rocksdb: Options.max_manifest_file_size: 1073741824 2026-03-31T20:22:11.423 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph-mon: stderr debug 2026-03-31T20:22:11.379+0000 7f1f47a0dd80 4 rocksdb: Options.log_file_time_to_roll: 0 2026-03-31T20:22:11.423 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph-mon: stderr debug 2026-03-31T20:22:11.379+0000 7f1f47a0dd80 4 rocksdb: Options.keep_log_file_num: 1000 2026-03-31T20:22:11.423 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph-mon: stderr debug 2026-03-31T20:22:11.379+0000 7f1f47a0dd80 4 rocksdb: Options.recycle_log_file_num: 0 2026-03-31T20:22:11.423 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph-mon: stderr debug 2026-03-31T20:22:11.379+0000 7f1f47a0dd80 4 rocksdb: Options.allow_fallocate: 1 2026-03-31T20:22:11.423 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph-mon: stderr debug 2026-03-31T20:22:11.379+0000 7f1f47a0dd80 4 rocksdb: Options.allow_mmap_reads: 0 2026-03-31T20:22:11.423 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph-mon: stderr debug 2026-03-31T20:22:11.379+0000 7f1f47a0dd80 4 rocksdb: Options.allow_mmap_writes: 0 2026-03-31T20:22:11.423 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph-mon: stderr debug 2026-03-31T20:22:11.379+0000 7f1f47a0dd80 4 rocksdb: Options.use_direct_reads: 0 2026-03-31T20:22:11.423 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph-mon: stderr debug 2026-03-31T20:22:11.379+0000 7f1f47a0dd80 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2026-03-31T20:22:11.423 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph-mon: stderr debug 2026-03-31T20:22:11.379+0000 7f1f47a0dd80 4 rocksdb: Options.create_missing_column_families: 0 2026-03-31T20:22:11.423 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph-mon: stderr debug 2026-03-31T20:22:11.379+0000 7f1f47a0dd80 4 rocksdb: Options.db_log_dir: 2026-03-31T20:22:11.423 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph-mon: stderr debug 2026-03-31T20:22:11.379+0000 7f1f47a0dd80 4 rocksdb: Options.wal_dir: 2026-03-31T20:22:11.423 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph-mon: stderr debug 2026-03-31T20:22:11.379+0000 7f1f47a0dd80 4 rocksdb: Options.table_cache_numshardbits: 6 2026-03-31T20:22:11.423 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph-mon: stderr debug 2026-03-31T20:22:11.379+0000 7f1f47a0dd80 4 rocksdb: Options.WAL_ttl_seconds: 0 2026-03-31T20:22:11.423 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph-mon: stderr debug 2026-03-31T20:22:11.379+0000 7f1f47a0dd80 4 rocksdb: Options.WAL_size_limit_MB: 0 2026-03-31T20:22:11.423 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph-mon: stderr debug 2026-03-31T20:22:11.379+0000 7f1f47a0dd80 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2026-03-31T20:22:11.423 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph-mon: stderr debug 2026-03-31T20:22:11.379+0000 7f1f47a0dd80 4 rocksdb: Options.manifest_preallocation_size: 4194304 2026-03-31T20:22:11.423 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph-mon: stderr debug 2026-03-31T20:22:11.379+0000 7f1f47a0dd80 4 rocksdb: Options.is_fd_close_on_exec: 1 2026-03-31T20:22:11.423 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph-mon: stderr debug 2026-03-31T20:22:11.379+0000 7f1f47a0dd80 4 rocksdb: Options.advise_random_on_open: 1 2026-03-31T20:22:11.423 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph-mon: stderr debug 2026-03-31T20:22:11.379+0000 7f1f47a0dd80 4 rocksdb: Options.db_write_buffer_size: 0 2026-03-31T20:22:11.423 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph-mon: stderr debug 2026-03-31T20:22:11.379+0000 7f1f47a0dd80 4 rocksdb: Options.write_buffer_manager: 0x5639a86b6be0 2026-03-31T20:22:11.423 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph-mon: stderr debug 2026-03-31T20:22:11.379+0000 7f1f47a0dd80 4 rocksdb: Options.access_hint_on_compaction_start: 1 2026-03-31T20:22:11.423 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph-mon: stderr debug 2026-03-31T20:22:11.379+0000 7f1f47a0dd80 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2026-03-31T20:22:11.423 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph-mon: stderr debug 2026-03-31T20:22:11.379+0000 7f1f47a0dd80 4 rocksdb: Options.use_adaptive_mutex: 0 2026-03-31T20:22:11.423 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph-mon: stderr debug 2026-03-31T20:22:11.379+0000 7f1f47a0dd80 4 rocksdb: Options.rate_limiter: (nil) 2026-03-31T20:22:11.423 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph-mon: stderr debug 2026-03-31T20:22:11.379+0000 7f1f47a0dd80 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2026-03-31T20:22:11.424 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph-mon: stderr debug 2026-03-31T20:22:11.379+0000 7f1f47a0dd80 4 rocksdb: Options.wal_recovery_mode: 2 2026-03-31T20:22:11.424 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph-mon: stderr debug 2026-03-31T20:22:11.379+0000 7f1f47a0dd80 4 rocksdb: Options.enable_thread_tracking: 0 2026-03-31T20:22:11.424 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph-mon: stderr debug 2026-03-31T20:22:11.379+0000 7f1f47a0dd80 4 rocksdb: Options.enable_pipelined_write: 0 2026-03-31T20:22:11.424 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph-mon: stderr debug 2026-03-31T20:22:11.379+0000 7f1f47a0dd80 4 rocksdb: Options.unordered_write: 0 2026-03-31T20:22:11.424 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph-mon: stderr debug 2026-03-31T20:22:11.379+0000 7f1f47a0dd80 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2026-03-31T20:22:11.424 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph-mon: stderr debug 2026-03-31T20:22:11.379+0000 7f1f47a0dd80 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2026-03-31T20:22:11.424 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph-mon: stderr debug 2026-03-31T20:22:11.379+0000 7f1f47a0dd80 4 rocksdb: Options.write_thread_max_yield_usec: 100 2026-03-31T20:22:11.424 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph-mon: stderr debug 2026-03-31T20:22:11.379+0000 7f1f47a0dd80 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2026-03-31T20:22:11.424 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph-mon: stderr debug 2026-03-31T20:22:11.379+0000 7f1f47a0dd80 4 rocksdb: Options.row_cache: None 2026-03-31T20:22:11.424 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph-mon: stderr debug 2026-03-31T20:22:11.379+0000 7f1f47a0dd80 4 rocksdb: Options.wal_filter: None 2026-03-31T20:22:11.424 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph-mon: stderr debug 2026-03-31T20:22:11.379+0000 7f1f47a0dd80 4 rocksdb: Options.avoid_flush_during_recovery: 0 2026-03-31T20:22:11.424 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph-mon: stderr debug 2026-03-31T20:22:11.379+0000 7f1f47a0dd80 4 rocksdb: Options.allow_ingest_behind: 0 2026-03-31T20:22:11.424 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph-mon: stderr debug 2026-03-31T20:22:11.379+0000 7f1f47a0dd80 4 rocksdb: Options.two_write_queues: 0 2026-03-31T20:22:11.424 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph-mon: stderr debug 2026-03-31T20:22:11.379+0000 7f1f47a0dd80 4 rocksdb: Options.manual_wal_flush: 0 2026-03-31T20:22:11.424 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph-mon: stderr debug 2026-03-31T20:22:11.379+0000 7f1f47a0dd80 4 rocksdb: Options.wal_compression: 0 2026-03-31T20:22:11.424 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph-mon: stderr debug 2026-03-31T20:22:11.379+0000 7f1f47a0dd80 4 rocksdb: Options.atomic_flush: 0 2026-03-31T20:22:11.424 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph-mon: stderr debug 2026-03-31T20:22:11.379+0000 7f1f47a0dd80 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2026-03-31T20:22:11.424 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph-mon: stderr debug 2026-03-31T20:22:11.379+0000 7f1f47a0dd80 4 rocksdb: Options.persist_stats_to_disk: 0 2026-03-31T20:22:11.424 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph-mon: stderr debug 2026-03-31T20:22:11.379+0000 7f1f47a0dd80 4 rocksdb: Options.write_dbid_to_manifest: 0 2026-03-31T20:22:11.424 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph-mon: stderr debug 2026-03-31T20:22:11.379+0000 7f1f47a0dd80 4 rocksdb: Options.log_readahead_size: 0 2026-03-31T20:22:11.424 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph-mon: stderr debug 2026-03-31T20:22:11.379+0000 7f1f47a0dd80 4 rocksdb: Options.file_checksum_gen_factory: Unknown 2026-03-31T20:22:11.424 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph-mon: stderr debug 2026-03-31T20:22:11.379+0000 7f1f47a0dd80 4 rocksdb: Options.best_efforts_recovery: 0 2026-03-31T20:22:11.424 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph-mon: stderr debug 2026-03-31T20:22:11.379+0000 7f1f47a0dd80 4 rocksdb: Options.max_bgerror_resume_count: 2147483647 2026-03-31T20:22:11.424 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph-mon: stderr debug 2026-03-31T20:22:11.379+0000 7f1f47a0dd80 4 rocksdb: Options.bgerror_resume_retry_interval: 1000000 2026-03-31T20:22:11.424 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph-mon: stderr debug 2026-03-31T20:22:11.379+0000 7f1f47a0dd80 4 rocksdb: Options.allow_data_in_errors: 0 2026-03-31T20:22:11.424 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph-mon: stderr debug 2026-03-31T20:22:11.379+0000 7f1f47a0dd80 4 rocksdb: Options.db_host_id: __hostname__ 2026-03-31T20:22:11.424 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph-mon: stderr debug 2026-03-31T20:22:11.379+0000 7f1f47a0dd80 4 rocksdb: Options.enforce_single_del_contracts: true 2026-03-31T20:22:11.424 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph-mon: stderr debug 2026-03-31T20:22:11.379+0000 7f1f47a0dd80 4 rocksdb: Options.max_background_jobs: 2 2026-03-31T20:22:11.424 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph-mon: stderr debug 2026-03-31T20:22:11.379+0000 7f1f47a0dd80 4 rocksdb: Options.max_background_compactions: -1 2026-03-31T20:22:11.424 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph-mon: stderr debug 2026-03-31T20:22:11.379+0000 7f1f47a0dd80 4 rocksdb: Options.max_subcompactions: 1 2026-03-31T20:22:11.424 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph-mon: stderr debug 2026-03-31T20:22:11.379+0000 7f1f47a0dd80 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2026-03-31T20:22:11.424 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph-mon: stderr debug 2026-03-31T20:22:11.379+0000 7f1f47a0dd80 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2026-03-31T20:22:11.424 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph-mon: stderr debug 2026-03-31T20:22:11.379+0000 7f1f47a0dd80 4 rocksdb: Options.delayed_write_rate : 16777216 2026-03-31T20:22:11.424 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph-mon: stderr debug 2026-03-31T20:22:11.379+0000 7f1f47a0dd80 4 rocksdb: Options.max_total_wal_size: 0 2026-03-31T20:22:11.424 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph-mon: stderr debug 2026-03-31T20:22:11.379+0000 7f1f47a0dd80 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2026-03-31T20:22:11.424 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph-mon: stderr debug 2026-03-31T20:22:11.379+0000 7f1f47a0dd80 4 rocksdb: Options.stats_dump_period_sec: 600 2026-03-31T20:22:11.424 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph-mon: stderr debug 2026-03-31T20:22:11.379+0000 7f1f47a0dd80 4 rocksdb: Options.stats_persist_period_sec: 600 2026-03-31T20:22:11.424 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph-mon: stderr debug 2026-03-31T20:22:11.379+0000 7f1f47a0dd80 4 rocksdb: Options.stats_history_buffer_size: 1048576 2026-03-31T20:22:11.424 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph-mon: stderr debug 2026-03-31T20:22:11.379+0000 7f1f47a0dd80 4 rocksdb: Options.max_open_files: -1 2026-03-31T20:22:11.424 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph-mon: stderr debug 2026-03-31T20:22:11.379+0000 7f1f47a0dd80 4 rocksdb: Options.bytes_per_sync: 0 2026-03-31T20:22:11.425 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph-mon: stderr debug 2026-03-31T20:22:11.379+0000 7f1f47a0dd80 4 rocksdb: Options.wal_bytes_per_sync: 0 2026-03-31T20:22:11.425 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph-mon: stderr debug 2026-03-31T20:22:11.379+0000 7f1f47a0dd80 4 rocksdb: Options.strict_bytes_per_sync: 0 2026-03-31T20:22:11.425 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph-mon: stderr debug 2026-03-31T20:22:11.379+0000 7f1f47a0dd80 4 rocksdb: Options.compaction_readahead_size: 0 2026-03-31T20:22:11.425 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph-mon: stderr debug 2026-03-31T20:22:11.379+0000 7f1f47a0dd80 4 rocksdb: Options.max_background_flushes: -1 2026-03-31T20:22:11.425 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph-mon: stderr debug 2026-03-31T20:22:11.379+0000 7f1f47a0dd80 4 rocksdb: Compression algorithms supported: 2026-03-31T20:22:11.425 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph-mon: stderr debug 2026-03-31T20:22:11.379+0000 7f1f47a0dd80 4 rocksdb: kZSTD supported: 0 2026-03-31T20:22:11.425 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph-mon: stderr debug 2026-03-31T20:22:11.379+0000 7f1f47a0dd80 4 rocksdb: kXpressCompression supported: 0 2026-03-31T20:22:11.425 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph-mon: stderr debug 2026-03-31T20:22:11.379+0000 7f1f47a0dd80 4 rocksdb: kBZip2Compression supported: 0 2026-03-31T20:22:11.425 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph-mon: stderr debug 2026-03-31T20:22:11.379+0000 7f1f47a0dd80 4 rocksdb: kZSTDNotFinalCompression supported: 0 2026-03-31T20:22:11.425 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph-mon: stderr debug 2026-03-31T20:22:11.379+0000 7f1f47a0dd80 4 rocksdb: kLZ4Compression supported: 1 2026-03-31T20:22:11.425 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph-mon: stderr debug 2026-03-31T20:22:11.379+0000 7f1f47a0dd80 4 rocksdb: kZlibCompression supported: 1 2026-03-31T20:22:11.425 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph-mon: stderr debug 2026-03-31T20:22:11.379+0000 7f1f47a0dd80 4 rocksdb: kLZ4HCCompression supported: 1 2026-03-31T20:22:11.425 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph-mon: stderr debug 2026-03-31T20:22:11.379+0000 7f1f47a0dd80 4 rocksdb: kSnappyCompression supported: 1 2026-03-31T20:22:11.425 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph-mon: stderr debug 2026-03-31T20:22:11.379+0000 7f1f47a0dd80 4 rocksdb: Fast CRC32 supported: Supported on x86 2026-03-31T20:22:11.425 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph-mon: stderr debug 2026-03-31T20:22:11.379+0000 7f1f47a0dd80 4 rocksdb: DMutex implementation: pthread_mutex_t 2026-03-31T20:22:11.425 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph-mon: stderr debug 2026-03-31T20:22:11.379+0000 7f1f47a0dd80 4 rocksdb: [db/db_impl/db_impl_open.cc:317] Creating manifest 1 2026-03-31T20:22:11.425 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph-mon: stderr 2026-03-31T20:22:11.425 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph-mon: stderr debug 2026-03-31T20:22:11.379+0000 7f1f47a0dd80 4 rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000001 2026-03-31T20:22:11.425 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph-mon: stderr 2026-03-31T20:22:11.425 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph-mon: stderr debug 2026-03-31T20:22:11.383+0000 7f1f47a0dd80 4 rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2026-03-31T20:22:11.425 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph-mon: stderr 2026-03-31T20:22:11.425 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph-mon: stderr debug 2026-03-31T20:22:11.383+0000 7f1f47a0dd80 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2026-03-31T20:22:11.425 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph-mon: stderr debug 2026-03-31T20:22:11.383+0000 7f1f47a0dd80 4 rocksdb: Options.merge_operator: 2026-03-31T20:22:11.425 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph-mon: stderr debug 2026-03-31T20:22:11.383+0000 7f1f47a0dd80 4 rocksdb: Options.compaction_filter: None 2026-03-31T20:22:11.425 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph-mon: stderr debug 2026-03-31T20:22:11.383+0000 7f1f47a0dd80 4 rocksdb: Options.compaction_filter_factory: None 2026-03-31T20:22:11.425 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph-mon: stderr debug 2026-03-31T20:22:11.383+0000 7f1f47a0dd80 4 rocksdb: Options.sst_partitioner_factory: None 2026-03-31T20:22:11.425 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph-mon: stderr debug 2026-03-31T20:22:11.383+0000 7f1f47a0dd80 4 rocksdb: Options.memtable_factory: SkipListFactory 2026-03-31T20:22:11.425 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph-mon: stderr debug 2026-03-31T20:22:11.383+0000 7f1f47a0dd80 4 rocksdb: Options.table_factory: BlockBasedTable 2026-03-31T20:22:11.425 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph-mon: stderr debug 2026-03-31T20:22:11.383+0000 7f1f47a0dd80 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x5639a86b3a80) 2026-03-31T20:22:11.425 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph-mon: stderr cache_index_and_filter_blocks: 1 2026-03-31T20:22:11.425 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph-mon: stderr cache_index_and_filter_blocks_with_high_priority: 0 2026-03-31T20:22:11.425 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph-mon: stderr pin_l0_filter_and_index_blocks_in_cache: 0 2026-03-31T20:22:11.425 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph-mon: stderr pin_top_level_index_and_filter: 1 2026-03-31T20:22:11.425 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph-mon: stderr index_type: 0 2026-03-31T20:22:11.425 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph-mon: stderr data_block_index_type: 0 2026-03-31T20:22:11.425 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph-mon: stderr index_shortening: 1 2026-03-31T20:22:11.425 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph-mon: stderr data_block_hash_table_util_ratio: 0.750000 2026-03-31T20:22:11.425 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph-mon: stderr checksum: 4 2026-03-31T20:22:11.425 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph-mon: stderr no_block_cache: 0 2026-03-31T20:22:11.425 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph-mon: stderr block_cache: 0x5639a86d5a30 2026-03-31T20:22:11.425 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph-mon: stderr block_cache_name: BinnedLRUCache 2026-03-31T20:22:11.425 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph-mon: stderr block_cache_options: 2026-03-31T20:22:11.425 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph-mon: stderr capacity : 536870912 2026-03-31T20:22:11.425 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph-mon: stderr num_shard_bits : 4 2026-03-31T20:22:11.425 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph-mon: stderr strict_capacity_limit : 0 2026-03-31T20:22:11.425 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph-mon: stderr high_pri_pool_ratio: 0.000 2026-03-31T20:22:11.425 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph-mon: stderr block_cache_compressed: (nil) 2026-03-31T20:22:11.425 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph-mon: stderr persistent_cache: (nil) 2026-03-31T20:22:11.425 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph-mon: stderr block_size: 4096 2026-03-31T20:22:11.425 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph-mon: stderr block_size_deviation: 10 2026-03-31T20:22:11.425 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph-mon: stderr block_restart_interval: 16 2026-03-31T20:22:11.425 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph-mon: stderr index_block_restart_interval: 1 2026-03-31T20:22:11.425 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph-mon: stderr metadata_block_size: 4096 2026-03-31T20:22:11.425 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph-mon: stderr partition_filters: 0 2026-03-31T20:22:11.425 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph-mon: stderr use_delta_encoding: 1 2026-03-31T20:22:11.425 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph-mon: stderr filter_policy: bloomfilter 2026-03-31T20:22:11.425 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph-mon: stderr whole_key_filtering: 1 2026-03-31T20:22:11.425 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph-mon: stderr verify_compression: 0 2026-03-31T20:22:11.425 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph-mon: stderr read_amp_bytes_per_bit: 0 2026-03-31T20:22:11.425 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph-mon: stderr format_version: 5 2026-03-31T20:22:11.425 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph-mon: stderr enable_index_compression: 1 2026-03-31T20:22:11.425 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph-mon: stderr block_align: 0 2026-03-31T20:22:11.425 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph-mon: stderr max_auto_readahead_size: 262144 2026-03-31T20:22:11.425 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph-mon: stderr prepopulate_block_cache: 0 2026-03-31T20:22:11.426 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph-mon: stderr initial_auto_readahead_size: 8192 2026-03-31T20:22:11.426 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph-mon: stderr num_file_reads_for_auto_readahead: 2 2026-03-31T20:22:11.426 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph-mon: stderr 2026-03-31T20:22:11.426 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph-mon: stderr debug 2026-03-31T20:22:11.383+0000 7f1f47a0dd80 4 rocksdb: Options.write_buffer_size: 33554432 2026-03-31T20:22:11.426 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph-mon: stderr debug 2026-03-31T20:22:11.383+0000 7f1f47a0dd80 4 rocksdb: Options.max_write_buffer_number: 2 2026-03-31T20:22:11.426 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph-mon: stderr debug 2026-03-31T20:22:11.383+0000 7f1f47a0dd80 4 rocksdb: Options.compression: NoCompression 2026-03-31T20:22:11.426 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph-mon: stderr debug 2026-03-31T20:22:11.383+0000 7f1f47a0dd80 4 rocksdb: Options.bottommost_compression: Disabled 2026-03-31T20:22:11.426 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph-mon: stderr debug 2026-03-31T20:22:11.383+0000 7f1f47a0dd80 4 rocksdb: Options.prefix_extractor: nullptr 2026-03-31T20:22:11.426 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph-mon: stderr debug 2026-03-31T20:22:11.383+0000 7f1f47a0dd80 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2026-03-31T20:22:11.426 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph-mon: stderr debug 2026-03-31T20:22:11.383+0000 7f1f47a0dd80 4 rocksdb: Options.num_levels: 7 2026-03-31T20:22:11.426 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph-mon: stderr debug 2026-03-31T20:22:11.383+0000 7f1f47a0dd80 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2026-03-31T20:22:11.426 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph-mon: stderr debug 2026-03-31T20:22:11.383+0000 7f1f47a0dd80 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2026-03-31T20:22:11.426 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph-mon: stderr debug 2026-03-31T20:22:11.383+0000 7f1f47a0dd80 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2026-03-31T20:22:11.426 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph-mon: stderr debug 2026-03-31T20:22:11.383+0000 7f1f47a0dd80 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2026-03-31T20:22:11.426 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph-mon: stderr debug 2026-03-31T20:22:11.383+0000 7f1f47a0dd80 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2026-03-31T20:22:11.426 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph-mon: stderr debug 2026-03-31T20:22:11.383+0000 7f1f47a0dd80 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2026-03-31T20:22:11.426 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph-mon: stderr debug 2026-03-31T20:22:11.383+0000 7f1f47a0dd80 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2026-03-31T20:22:11.426 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph-mon: stderr debug 2026-03-31T20:22:11.383+0000 7f1f47a0dd80 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2026-03-31T20:22:11.426 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph-mon: stderr debug 2026-03-31T20:22:11.383+0000 7f1f47a0dd80 4 rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2026-03-31T20:22:11.426 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph-mon: stderr debug 2026-03-31T20:22:11.383+0000 7f1f47a0dd80 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2026-03-31T20:22:11.426 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph-mon: stderr debug 2026-03-31T20:22:11.383+0000 7f1f47a0dd80 4 rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2026-03-31T20:22:11.426 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph-mon: stderr debug 2026-03-31T20:22:11.383+0000 7f1f47a0dd80 4 rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2026-03-31T20:22:11.426 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph-mon: stderr debug 2026-03-31T20:22:11.383+0000 7f1f47a0dd80 4 rocksdb: Options.compression_opts.window_bits: -14 2026-03-31T20:22:11.426 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph-mon: stderr debug 2026-03-31T20:22:11.383+0000 7f1f47a0dd80 4 rocksdb: Options.compression_opts.level: 32767 2026-03-31T20:22:11.426 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph-mon: stderr debug 2026-03-31T20:22:11.383+0000 7f1f47a0dd80 4 rocksdb: Options.compression_opts.strategy: 0 2026-03-31T20:22:11.426 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph-mon: stderr debug 2026-03-31T20:22:11.383+0000 7f1f47a0dd80 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2026-03-31T20:22:11.426 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph-mon: stderr debug 2026-03-31T20:22:11.383+0000 7f1f47a0dd80 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2026-03-31T20:22:11.426 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph-mon: stderr debug 2026-03-31T20:22:11.383+0000 7f1f47a0dd80 4 rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2026-03-31T20:22:11.426 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph-mon: stderr debug 2026-03-31T20:22:11.383+0000 7f1f47a0dd80 4 rocksdb: Options.compression_opts.parallel_threads: 1 2026-03-31T20:22:11.426 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph-mon: stderr debug 2026-03-31T20:22:11.383+0000 7f1f47a0dd80 4 rocksdb: Options.compression_opts.enabled: false 2026-03-31T20:22:11.426 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph-mon: stderr debug 2026-03-31T20:22:11.383+0000 7f1f47a0dd80 4 rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2026-03-31T20:22:11.427 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph-mon: stderr debug 2026-03-31T20:22:11.383+0000 7f1f47a0dd80 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2026-03-31T20:22:11.427 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph-mon: stderr debug 2026-03-31T20:22:11.383+0000 7f1f47a0dd80 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2026-03-31T20:22:11.427 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph-mon: stderr debug 2026-03-31T20:22:11.383+0000 7f1f47a0dd80 4 rocksdb: Options.level0_stop_writes_trigger: 36 2026-03-31T20:22:11.427 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph-mon: stderr debug 2026-03-31T20:22:11.383+0000 7f1f47a0dd80 4 rocksdb: Options.target_file_size_base: 67108864 2026-03-31T20:22:11.427 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph-mon: stderr debug 2026-03-31T20:22:11.383+0000 7f1f47a0dd80 4 rocksdb: Options.target_file_size_multiplier: 1 2026-03-31T20:22:11.427 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph-mon: stderr debug 2026-03-31T20:22:11.383+0000 7f1f47a0dd80 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2026-03-31T20:22:11.427 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph-mon: stderr debug 2026-03-31T20:22:11.383+0000 7f1f47a0dd80 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2026-03-31T20:22:11.427 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph-mon: stderr debug 2026-03-31T20:22:11.383+0000 7f1f47a0dd80 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2026-03-31T20:22:11.427 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph-mon: stderr debug 2026-03-31T20:22:11.383+0000 7f1f47a0dd80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2026-03-31T20:22:11.427 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph-mon: stderr debug 2026-03-31T20:22:11.383+0000 7f1f47a0dd80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2026-03-31T20:22:11.427 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph-mon: stderr debug 2026-03-31T20:22:11.383+0000 7f1f47a0dd80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2026-03-31T20:22:11.427 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph-mon: stderr debug 2026-03-31T20:22:11.383+0000 7f1f47a0dd80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2026-03-31T20:22:11.427 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph-mon: stderr debug 2026-03-31T20:22:11.383+0000 7f1f47a0dd80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2026-03-31T20:22:11.427 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph-mon: stderr debug 2026-03-31T20:22:11.383+0000 7f1f47a0dd80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2026-03-31T20:22:11.427 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph-mon: stderr debug 2026-03-31T20:22:11.383+0000 7f1f47a0dd80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2026-03-31T20:22:11.427 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph-mon: stderr debug 2026-03-31T20:22:11.383+0000 7f1f47a0dd80 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2026-03-31T20:22:11.427 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph-mon: stderr debug 2026-03-31T20:22:11.383+0000 7f1f47a0dd80 4 rocksdb: Options.max_compaction_bytes: 1677721600 2026-03-31T20:22:11.427 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph-mon: stderr debug 2026-03-31T20:22:11.383+0000 7f1f47a0dd80 4 rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2026-03-31T20:22:11.427 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph-mon: stderr debug 2026-03-31T20:22:11.383+0000 7f1f47a0dd80 4 rocksdb: Options.arena_block_size: 1048576 2026-03-31T20:22:11.427 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph-mon: stderr debug 2026-03-31T20:22:11.383+0000 7f1f47a0dd80 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2026-03-31T20:22:11.427 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph-mon: stderr debug 2026-03-31T20:22:11.383+0000 7f1f47a0dd80 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2026-03-31T20:22:11.427 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph-mon: stderr debug 2026-03-31T20:22:11.383+0000 7f1f47a0dd80 4 rocksdb: Options.disable_auto_compactions: 0 2026-03-31T20:22:11.427 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph-mon: stderr debug 2026-03-31T20:22:11.383+0000 7f1f47a0dd80 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2026-03-31T20:22:11.427 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph-mon: stderr debug 2026-03-31T20:22:11.383+0000 7f1f47a0dd80 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2026-03-31T20:22:11.427 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph-mon: stderr debug 2026-03-31T20:22:11.383+0000 7f1f47a0dd80 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2026-03-31T20:22:11.427 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph-mon: stderr debug 2026-03-31T20:22:11.383+0000 7f1f47a0dd80 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2026-03-31T20:22:11.427 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph-mon: stderr debug 2026-03-31T20:22:11.383+0000 7f1f47a0dd80 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2026-03-31T20:22:11.427 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph-mon: stderr debug 2026-03-31T20:22:11.383+0000 7f1f47a0dd80 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2026-03-31T20:22:11.427 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph-mon: stderr debug 2026-03-31T20:22:11.383+0000 7f1f47a0dd80 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2026-03-31T20:22:11.427 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph-mon: stderr debug 2026-03-31T20:22:11.383+0000 7f1f47a0dd80 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2026-03-31T20:22:11.428 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph-mon: stderr debug 2026-03-31T20:22:11.383+0000 7f1f47a0dd80 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2026-03-31T20:22:11.428 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph-mon: stderr debug 2026-03-31T20:22:11.383+0000 7f1f47a0dd80 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2026-03-31T20:22:11.428 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph-mon: stderr debug 2026-03-31T20:22:11.383+0000 7f1f47a0dd80 4 rocksdb: Options.table_properties_collectors: CompactOnDeletionCollector (Sliding window size = 32768 Deletion trigger = 16384 Deletion ratio = 0); 2026-03-31T20:22:11.428 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph-mon: stderr debug 2026-03-31T20:22:11.383+0000 7f1f47a0dd80 4 rocksdb: Options.inplace_update_support: 0 2026-03-31T20:22:11.428 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph-mon: stderr debug 2026-03-31T20:22:11.383+0000 7f1f47a0dd80 4 rocksdb: Options.inplace_update_num_locks: 10000 2026-03-31T20:22:11.428 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph-mon: stderr debug 2026-03-31T20:22:11.383+0000 7f1f47a0dd80 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2026-03-31T20:22:11.428 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph-mon: stderr debug 2026-03-31T20:22:11.383+0000 7f1f47a0dd80 4 rocksdb: Options.memtable_whole_key_filtering: 0 2026-03-31T20:22:11.428 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph-mon: stderr debug 2026-03-31T20:22:11.383+0000 7f1f47a0dd80 4 rocksdb: Options.memtable_huge_page_size: 0 2026-03-31T20:22:11.428 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph-mon: stderr debug 2026-03-31T20:22:11.383+0000 7f1f47a0dd80 4 rocksdb: Options.bloom_locality: 0 2026-03-31T20:22:11.428 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph-mon: stderr debug 2026-03-31T20:22:11.383+0000 7f1f47a0dd80 4 rocksdb: Options.max_successive_merges: 0 2026-03-31T20:22:11.428 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph-mon: stderr debug 2026-03-31T20:22:11.383+0000 7f1f47a0dd80 4 rocksdb: Options.optimize_filters_for_hits: 0 2026-03-31T20:22:11.428 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph-mon: stderr debug 2026-03-31T20:22:11.383+0000 7f1f47a0dd80 4 rocksdb: Options.paranoid_file_checks: 0 2026-03-31T20:22:11.428 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph-mon: stderr debug 2026-03-31T20:22:11.383+0000 7f1f47a0dd80 4 rocksdb: Options.force_consistency_checks: 1 2026-03-31T20:22:11.428 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph-mon: stderr debug 2026-03-31T20:22:11.383+0000 7f1f47a0dd80 4 rocksdb: Options.report_bg_io_stats: 0 2026-03-31T20:22:11.428 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph-mon: stderr debug 2026-03-31T20:22:11.383+0000 7f1f47a0dd80 4 rocksdb: Options.ttl: 2592000 2026-03-31T20:22:11.428 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph-mon: stderr debug 2026-03-31T20:22:11.383+0000 7f1f47a0dd80 4 rocksdb: Options.periodic_compaction_seconds: 0 2026-03-31T20:22:11.428 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph-mon: stderr debug 2026-03-31T20:22:11.383+0000 7f1f47a0dd80 4 rocksdb: Options.preclude_last_level_data_seconds: 0 2026-03-31T20:22:11.428 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph-mon: stderr debug 2026-03-31T20:22:11.383+0000 7f1f47a0dd80 4 rocksdb: Options.preserve_internal_time_seconds: 0 2026-03-31T20:22:11.428 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph-mon: stderr debug 2026-03-31T20:22:11.383+0000 7f1f47a0dd80 4 rocksdb: Options.enable_blob_files: false 2026-03-31T20:22:11.428 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph-mon: stderr debug 2026-03-31T20:22:11.383+0000 7f1f47a0dd80 4 rocksdb: Options.min_blob_size: 0 2026-03-31T20:22:11.428 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph-mon: stderr debug 2026-03-31T20:22:11.383+0000 7f1f47a0dd80 4 rocksdb: Options.blob_file_size: 268435456 2026-03-31T20:22:11.428 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph-mon: stderr debug 2026-03-31T20:22:11.383+0000 7f1f47a0dd80 4 rocksdb: Options.blob_compression_type: NoCompression 2026-03-31T20:22:11.428 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph-mon: stderr debug 2026-03-31T20:22:11.383+0000 7f1f47a0dd80 4 rocksdb: Options.enable_blob_garbage_collection: false 2026-03-31T20:22:11.428 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph-mon: stderr debug 2026-03-31T20:22:11.383+0000 7f1f47a0dd80 4 rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2026-03-31T20:22:11.428 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph-mon: stderr debug 2026-03-31T20:22:11.383+0000 7f1f47a0dd80 4 rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2026-03-31T20:22:11.428 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph-mon: stderr debug 2026-03-31T20:22:11.383+0000 7f1f47a0dd80 4 rocksdb: Options.blob_compaction_readahead_size: 0 2026-03-31T20:22:11.428 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph-mon: stderr debug 2026-03-31T20:22:11.383+0000 7f1f47a0dd80 4 rocksdb: Options.blob_file_starting_level: 0 2026-03-31T20:22:11.428 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph-mon: stderr debug 2026-03-31T20:22:11.383+0000 7f1f47a0dd80 4 rocksdb: Options.experimental_mempurge_threshold: 0.000000 2026-03-31T20:22:11.429 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph-mon: stderr debug 2026-03-31T20:22:11.383+0000 7f1f47a0dd80 4 rocksdb: [db/version_set.cc:5566] Recovered from manifest file:/var/lib/ceph/mon/ceph-a/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-03-31T20:22:11.429 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph-mon: stderr 2026-03-31T20:22:11.429 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph-mon: stderr debug 2026-03-31T20:22:11.383+0000 7f1f47a0dd80 4 rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 0 2026-03-31T20:22:11.429 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph-mon: stderr 2026-03-31T20:22:11.429 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph-mon: stderr debug 2026-03-31T20:22:11.383+0000 7f1f47a0dd80 4 rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: 22135a5d-7a4a-4cad-be06-fc1e9eaf7f2c 2026-03-31T20:22:11.429 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph-mon: stderr 2026-03-31T20:22:11.429 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph-mon: stderr debug 2026-03-31T20:22:11.383+0000 7f1f47a0dd80 4 rocksdb: [db/version_set.cc:5047] Creating manifest 5 2026-03-31T20:22:11.429 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph-mon: stderr 2026-03-31T20:22:11.429 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph-mon: stderr debug 2026-03-31T20:22:11.383+0000 7f1f47a0dd80 4 rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x5639a86d6e00 2026-03-31T20:22:11.429 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph-mon: stderr debug 2026-03-31T20:22:11.383+0000 7f1f47a0dd80 4 rocksdb: DB pointer 0x5639a87d4000 2026-03-31T20:22:11.429 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph-mon: stderr debug 2026-03-31T20:22:11.383+0000 7f1f3f197640 4 rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2026-03-31T20:22:11.429 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph-mon: stderr debug 2026-03-31T20:22:11.383+0000 7f1f3f197640 4 rocksdb: [db/db_impl/db_impl.cc:1111] 2026-03-31T20:22:11.429 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph-mon: stderr ** DB Stats ** 2026-03-31T20:22:11.429 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph-mon: stderr Uptime(secs): 0.0 total, 0.0 interval 2026-03-31T20:22:11.429 INFO:teuthology.orchestra.run.vm01.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-03-31T20:22:11.429 INFO:teuthology.orchestra.run.vm01.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-03-31T20:22:11.429 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph-mon: stderr Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2026-03-31T20:22:11.429 INFO:teuthology.orchestra.run.vm01.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-03-31T20:22:11.429 INFO:teuthology.orchestra.run.vm01.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-03-31T20:22:11.429 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph-mon: stderr Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2026-03-31T20:22:11.429 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph-mon: stderr 2026-03-31T20:22:11.429 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph-mon: stderr ** Compaction Stats [default] ** 2026-03-31T20:22:11.429 INFO:teuthology.orchestra.run.vm01.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-03-31T20:22:11.429 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph-mon: stderr ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2026-03-31T20:22:11.429 INFO:teuthology.orchestra.run.vm01.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-03-31T20:22:11.429 INFO:teuthology.orchestra.run.vm01.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-03-31T20:22:11.429 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph-mon: stderr 2026-03-31T20:22:11.429 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph-mon: stderr ** Compaction Stats [default] ** 2026-03-31T20:22:11.429 INFO:teuthology.orchestra.run.vm01.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-03-31T20:22:11.429 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph-mon: stderr --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2026-03-31T20:22:11.429 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph-mon: stderr 2026-03-31T20:22:11.429 INFO:teuthology.orchestra.run.vm01.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-03-31T20:22:11.429 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph-mon: stderr 2026-03-31T20:22:11.429 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph-mon: stderr Uptime(secs): 0.0 total, 0.0 interval 2026-03-31T20:22:11.429 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph-mon: stderr Flush(GB): cumulative 0.000, interval 0.000 2026-03-31T20:22:11.429 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph-mon: stderr AddFile(GB): cumulative 0.000, interval 0.000 2026-03-31T20:22:11.429 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph-mon: stderr AddFile(Total Files): cumulative 0, interval 0 2026-03-31T20:22:11.429 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph-mon: stderr AddFile(L0 Files): cumulative 0, interval 0 2026-03-31T20:22:11.429 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph-mon: stderr AddFile(Keys): cumulative 0, interval 0 2026-03-31T20:22:11.429 INFO:teuthology.orchestra.run.vm01.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-03-31T20:22:11.429 INFO:teuthology.orchestra.run.vm01.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-03-31T20:22:11.430 INFO:teuthology.orchestra.run.vm01.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-03-31T20:22:11.430 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph-mon: stderr Block cache BinnedLRUCache@0x5639a86d5a30#7 capacity: 512.00 MB usage: 0.00 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 8e-06 secs_since: 0 2026-03-31T20:22:11.430 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph-mon: stderr Block cache entry stats(count,size,portion): Misc(1,0.00 KB,0%) 2026-03-31T20:22:11.430 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph-mon: stderr 2026-03-31T20:22:11.430 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph-mon: stderr ** File Read Latency Histogram By Level [default] ** 2026-03-31T20:22:11.430 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph-mon: stderr 2026-03-31T20:22:11.430 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph-mon: stderr debug 2026-03-31T20:22:11.387+0000 7f1f47a0dd80 4 rocksdb: [db/db_impl/db_impl.cc:496] Shutdown: canceling all background work 2026-03-31T20:22:11.430 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph-mon: stderr debug 2026-03-31T20:22:11.387+0000 7f1f47a0dd80 4 rocksdb: [db/db_impl/db_impl.cc:704] Shutdown complete 2026-03-31T20:22:11.430 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph-mon: stderr debug 2026-03-31T20:22:11.387+0000 7f1f47a0dd80 0 /usr/bin/ceph-mon: created monfs at /var/lib/ceph/mon/ceph-a for mon.a 2026-03-31T20:22:11.430 INFO:teuthology.orchestra.run.vm01.stdout:create mon.a on 2026-03-31T20:22:11.606 INFO:teuthology.orchestra.run.vm01.stdout:systemctl: stderr Removed /etc/systemd/system/multi-user.target.wants/ceph.target. 2026-03-31T20:22:11.803 INFO:teuthology.orchestra.run.vm01.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /etc/systemd/system/ceph.target. 2026-03-31T20:22:11.980 INFO:teuthology.orchestra.run.vm01.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph-2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37.target → /etc/systemd/system/ceph-2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37.target. 2026-03-31T20:22:11.980 INFO:teuthology.orchestra.run.vm01.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph.target.wants/ceph-2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37.target → /etc/systemd/system/ceph-2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37.target. 2026-03-31T20:22:12.148 INFO:teuthology.orchestra.run.vm01.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37@mon.a 2026-03-31T20:22:12.148 INFO:teuthology.orchestra.run.vm01.stdout:systemctl: stderr Failed to reset failed state of unit ceph-2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37@mon.a.service: Unit ceph-2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37@mon.a.service not loaded. 2026-03-31T20:22:12.318 INFO:teuthology.orchestra.run.vm01.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37.target.wants/ceph-2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37@mon.a.service → /etc/systemd/system/ceph-2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37@.service. 2026-03-31T20:22:12.327 INFO:teuthology.orchestra.run.vm01.stdout:firewalld does not appear to be present 2026-03-31T20:22:12.327 INFO:teuthology.orchestra.run.vm01.stdout:Not possible to enable service . firewalld.service is not available 2026-03-31T20:22:12.327 INFO:teuthology.orchestra.run.vm01.stdout:Waiting for mon to start... 2026-03-31T20:22:12.327 INFO:teuthology.orchestra.run.vm01.stdout:Waiting for mon... 2026-03-31T20:22:12.338 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:12 vm01 systemd[1]: Started Ceph mon.a for 2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37. 2026-03-31T20:22:12.507 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout cluster: 2026-03-31T20:22:12.507 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout id: 2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37 2026-03-31T20:22:12.507 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout health: HEALTH_OK 2026-03-31T20:22:12.507 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout 2026-03-31T20:22:12.507 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout services: 2026-03-31T20:22:12.507 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout mon: 1 daemons, quorum a (age 0.0455845s) [leader: a] 2026-03-31T20:22:12.507 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout mgr: no daemons active 2026-03-31T20:22:12.507 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout osd: 0 osds: 0 up, 0 in 2026-03-31T20:22:12.507 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout 2026-03-31T20:22:12.507 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout data: 2026-03-31T20:22:12.507 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout pools: 0 pools, 0 pgs 2026-03-31T20:22:12.507 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout objects: 0 objects, 0 B 2026-03-31T20:22:12.507 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout usage: 0 B used, 0 B / 0 B avail 2026-03-31T20:22:12.507 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout pgs: 2026-03-31T20:22:12.507 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout 2026-03-31T20:22:12.507 INFO:teuthology.orchestra.run.vm01.stdout:mon is available 2026-03-31T20:22:12.507 INFO:teuthology.orchestra.run.vm01.stdout:Assimilating anything we can from ceph.conf... 2026-03-31T20:22:12.652 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:12 vm01 bash[20024]: cluster 2026-03-31T20:22:12.429759+0000 mon.a (mon.0) 0 : cluster [INF] mkfs 2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37 2026-03-31T20:22:12.653 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:12 vm01 bash[20024]: cluster 2026-03-31T20:22:12.429759+0000 mon.a (mon.0) 0 : cluster [INF] mkfs 2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37 2026-03-31T20:22:12.653 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:12 vm01 bash[20024]: cluster 2026-03-31T20:22:12.425209+0000 mon.a (mon.0) 1 : cluster [INF] mon.a is new leader, mons a in quorum (ranks 0) 2026-03-31T20:22:12.653 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:12 vm01 bash[20024]: cluster 2026-03-31T20:22:12.425209+0000 mon.a (mon.0) 1 : cluster [INF] mon.a is new leader, mons a in quorum (ranks 0) 2026-03-31T20:22:12.676 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout 2026-03-31T20:22:12.676 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout [global] 2026-03-31T20:22:12.676 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout fsid = 2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37 2026-03-31T20:22:12.676 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout mon_cluster_log_file_level = debug 2026-03-31T20:22:12.676 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout mon_host = [v2:192.168.123.101:3300,v1:192.168.123.101:6789] 2026-03-31T20:22:12.676 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2026-03-31T20:22:12.676 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2026-03-31T20:22:12.676 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2026-03-31T20:22:12.676 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2026-03-31T20:22:12.676 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout 2026-03-31T20:22:12.676 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout [mgr] 2026-03-31T20:22:12.676 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout mgr/cephadm/use_agent = False 2026-03-31T20:22:12.676 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2026-03-31T20:22:12.676 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout 2026-03-31T20:22:12.676 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout [osd] 2026-03-31T20:22:12.676 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2026-03-31T20:22:12.676 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2026-03-31T20:22:12.676 INFO:teuthology.orchestra.run.vm01.stdout:Generating new minimal ceph.conf... 2026-03-31T20:22:12.845 INFO:teuthology.orchestra.run.vm01.stdout:Restarting the monitor... 2026-03-31T20:22:12.903 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:12 vm01 systemd[1]: Stopping Ceph mon.a for 2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37... 2026-03-31T20:22:12.904 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:12 vm01 bash[20024]: debug 2026-03-31T20:22:12.879+0000 7fe14e04f640 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-mon -n mon.a -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-03-31T20:22:12.904 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:12 vm01 bash[20024]: debug 2026-03-31T20:22:12.879+0000 7fe14e04f640 -1 mon.a@0(leader) e1 *** Got Signal Terminated *** 2026-03-31T20:22:12.948 INFO:teuthology.orchestra.run.vm01.stdout:Setting public_network to 192.168.123.1/32,192.168.123.0/24 in global config section 2026-03-31T20:22:13.309 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:12 vm01 bash[20414]: ceph-2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37-mon-a 2026-03-31T20:22:13.309 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:12 vm01 systemd[1]: ceph-2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37@mon.a.service: Deactivated successfully. 2026-03-31T20:22:13.309 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:12 vm01 systemd[1]: Stopped Ceph mon.a for 2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37. 2026-03-31T20:22:13.309 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:12 vm01 systemd[1]: Started Ceph mon.a for 2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37. 2026-03-31T20:22:13.309 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:13 vm01 bash[20507]: debug 2026-03-31T20:22:13.063+0000 7f48292c6d80 0 set uid:gid to 167:167 (ceph:ceph) 2026-03-31T20:22:13.309 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:13 vm01 bash[20507]: debug 2026-03-31T20:22:13.063+0000 7f48292c6d80 0 ceph version 20.2.0-721-g5bb32787 (5bb3278730741031382ca9c3dc9d221a942e06a2) tentacle (stable - RelWithDebInfo), process ceph-mon, pid 7 2026-03-31T20:22:13.309 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:13 vm01 bash[20507]: debug 2026-03-31T20:22:13.063+0000 7f48292c6d80 0 pidfile_write: ignore empty --pid-file 2026-03-31T20:22:13.309 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:13 vm01 bash[20507]: debug 2026-03-31T20:22:13.063+0000 7f48292c6d80 0 load: jerasure load: lrc load: isa 2026-03-31T20:22:13.309 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:13 vm01 bash[20507]: debug 2026-03-31T20:22:13.067+0000 7f48292c6d80 4 rocksdb: RocksDB version: 7.9.2 2026-03-31T20:22:13.309 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:13 vm01 bash[20507]: debug 2026-03-31T20:22:13.067+0000 7f48292c6d80 4 rocksdb: Git sha 0 2026-03-31T20:22:13.309 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:13 vm01 bash[20507]: debug 2026-03-31T20:22:13.067+0000 7f48292c6d80 4 rocksdb: Compile date 2026-03-19 20:43:26 2026-03-31T20:22:13.309 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:13 vm01 bash[20507]: debug 2026-03-31T20:22:13.067+0000 7f48292c6d80 4 rocksdb: DB SUMMARY 2026-03-31T20:22:13.309 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:13 vm01 bash[20507]: debug 2026-03-31T20:22:13.067+0000 7f48292c6d80 4 rocksdb: DB Session ID: 1CBBLYFLGX5PWYPO4E5L 2026-03-31T20:22:13.309 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:13 vm01 bash[20507]: debug 2026-03-31T20:22:13.067+0000 7f48292c6d80 4 rocksdb: CURRENT file: CURRENT 2026-03-31T20:22:13.309 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:13 vm01 bash[20507]: debug 2026-03-31T20:22:13.067+0000 7f48292c6d80 4 rocksdb: IDENTITY file: IDENTITY 2026-03-31T20:22:13.309 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:13 vm01 bash[20507]: debug 2026-03-31T20:22:13.067+0000 7f48292c6d80 4 rocksdb: MANIFEST file: MANIFEST-000010 size: 179 Bytes 2026-03-31T20:22:13.309 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:13 vm01 bash[20507]: debug 2026-03-31T20:22:13.067+0000 7f48292c6d80 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-a/store.db dir, Total Num: 1, files: 000008.sst 2026-03-31T20:22:13.309 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:13 vm01 bash[20507]: debug 2026-03-31T20:22:13.067+0000 7f48292c6d80 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-a/store.db: 000009.log size: 77035 ; 2026-03-31T20:22:13.309 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:13 vm01 bash[20507]: debug 2026-03-31T20:22:13.067+0000 7f48292c6d80 4 rocksdb: Options.error_if_exists: 0 2026-03-31T20:22:13.309 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:13 vm01 bash[20507]: debug 2026-03-31T20:22:13.067+0000 7f48292c6d80 4 rocksdb: Options.create_if_missing: 0 2026-03-31T20:22:13.309 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:13 vm01 bash[20507]: debug 2026-03-31T20:22:13.067+0000 7f48292c6d80 4 rocksdb: Options.paranoid_checks: 1 2026-03-31T20:22:13.309 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:13 vm01 bash[20507]: debug 2026-03-31T20:22:13.067+0000 7f48292c6d80 4 rocksdb: Options.flush_verify_memtable_count: 1 2026-03-31T20:22:13.309 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:13 vm01 bash[20507]: debug 2026-03-31T20:22:13.067+0000 7f48292c6d80 4 rocksdb: Options.track_and_verify_wals_in_manifest: 0 2026-03-31T20:22:13.309 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:13 vm01 bash[20507]: debug 2026-03-31T20:22:13.067+0000 7f48292c6d80 4 rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2026-03-31T20:22:13.309 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:13 vm01 bash[20507]: debug 2026-03-31T20:22:13.067+0000 7f48292c6d80 4 rocksdb: Options.env: 0x55c1a6f694c0 2026-03-31T20:22:13.309 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:13 vm01 bash[20507]: debug 2026-03-31T20:22:13.067+0000 7f48292c6d80 4 rocksdb: Options.fs: PosixFileSystem 2026-03-31T20:22:13.309 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:13 vm01 bash[20507]: debug 2026-03-31T20:22:13.067+0000 7f48292c6d80 4 rocksdb: Options.info_log: 0x55c1d2d0c000 2026-03-31T20:22:13.310 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:13 vm01 bash[20507]: debug 2026-03-31T20:22:13.067+0000 7f48292c6d80 4 rocksdb: Options.max_file_opening_threads: 16 2026-03-31T20:22:13.310 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:13 vm01 bash[20507]: debug 2026-03-31T20:22:13.067+0000 7f48292c6d80 4 rocksdb: Options.statistics: (nil) 2026-03-31T20:22:13.310 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:13 vm01 bash[20507]: debug 2026-03-31T20:22:13.067+0000 7f48292c6d80 4 rocksdb: Options.use_fsync: 0 2026-03-31T20:22:13.310 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:13 vm01 bash[20507]: debug 2026-03-31T20:22:13.067+0000 7f48292c6d80 4 rocksdb: Options.max_log_file_size: 0 2026-03-31T20:22:13.310 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:13 vm01 bash[20507]: debug 2026-03-31T20:22:13.067+0000 7f48292c6d80 4 rocksdb: Options.max_manifest_file_size: 1073741824 2026-03-31T20:22:13.310 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:13 vm01 bash[20507]: debug 2026-03-31T20:22:13.067+0000 7f48292c6d80 4 rocksdb: Options.log_file_time_to_roll: 0 2026-03-31T20:22:13.310 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:13 vm01 bash[20507]: debug 2026-03-31T20:22:13.067+0000 7f48292c6d80 4 rocksdb: Options.keep_log_file_num: 1000 2026-03-31T20:22:13.310 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:13 vm01 bash[20507]: debug 2026-03-31T20:22:13.067+0000 7f48292c6d80 4 rocksdb: Options.recycle_log_file_num: 0 2026-03-31T20:22:13.310 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:13 vm01 bash[20507]: debug 2026-03-31T20:22:13.067+0000 7f48292c6d80 4 rocksdb: Options.allow_fallocate: 1 2026-03-31T20:22:13.310 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:13 vm01 bash[20507]: debug 2026-03-31T20:22:13.067+0000 7f48292c6d80 4 rocksdb: Options.allow_mmap_reads: 0 2026-03-31T20:22:13.310 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:13 vm01 bash[20507]: debug 2026-03-31T20:22:13.067+0000 7f48292c6d80 4 rocksdb: Options.allow_mmap_writes: 0 2026-03-31T20:22:13.310 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:13 vm01 bash[20507]: debug 2026-03-31T20:22:13.067+0000 7f48292c6d80 4 rocksdb: Options.use_direct_reads: 0 2026-03-31T20:22:13.310 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:13 vm01 bash[20507]: debug 2026-03-31T20:22:13.067+0000 7f48292c6d80 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2026-03-31T20:22:13.310 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:13 vm01 bash[20507]: debug 2026-03-31T20:22:13.067+0000 7f48292c6d80 4 rocksdb: Options.create_missing_column_families: 0 2026-03-31T20:22:13.310 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:13 vm01 bash[20507]: debug 2026-03-31T20:22:13.067+0000 7f48292c6d80 4 rocksdb: Options.db_log_dir: 2026-03-31T20:22:13.310 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:13 vm01 bash[20507]: debug 2026-03-31T20:22:13.067+0000 7f48292c6d80 4 rocksdb: Options.wal_dir: 2026-03-31T20:22:13.310 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:13 vm01 bash[20507]: debug 2026-03-31T20:22:13.067+0000 7f48292c6d80 4 rocksdb: Options.table_cache_numshardbits: 6 2026-03-31T20:22:13.310 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:13 vm01 bash[20507]: debug 2026-03-31T20:22:13.067+0000 7f48292c6d80 4 rocksdb: Options.WAL_ttl_seconds: 0 2026-03-31T20:22:13.310 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:13 vm01 bash[20507]: debug 2026-03-31T20:22:13.067+0000 7f48292c6d80 4 rocksdb: Options.WAL_size_limit_MB: 0 2026-03-31T20:22:13.310 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:13 vm01 bash[20507]: debug 2026-03-31T20:22:13.067+0000 7f48292c6d80 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2026-03-31T20:22:13.310 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:13 vm01 bash[20507]: debug 2026-03-31T20:22:13.067+0000 7f48292c6d80 4 rocksdb: Options.manifest_preallocation_size: 4194304 2026-03-31T20:22:13.310 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:13 vm01 bash[20507]: debug 2026-03-31T20:22:13.067+0000 7f48292c6d80 4 rocksdb: Options.is_fd_close_on_exec: 1 2026-03-31T20:22:13.310 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:13 vm01 bash[20507]: debug 2026-03-31T20:22:13.067+0000 7f48292c6d80 4 rocksdb: Options.advise_random_on_open: 1 2026-03-31T20:22:13.310 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:13 vm01 bash[20507]: debug 2026-03-31T20:22:13.067+0000 7f48292c6d80 4 rocksdb: Options.db_write_buffer_size: 0 2026-03-31T20:22:13.310 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:13 vm01 bash[20507]: debug 2026-03-31T20:22:13.067+0000 7f48292c6d80 4 rocksdb: Options.write_buffer_manager: 0x55c1d2d00140 2026-03-31T20:22:13.310 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:13 vm01 bash[20507]: debug 2026-03-31T20:22:13.067+0000 7f48292c6d80 4 rocksdb: Options.access_hint_on_compaction_start: 1 2026-03-31T20:22:13.310 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:13 vm01 bash[20507]: debug 2026-03-31T20:22:13.067+0000 7f48292c6d80 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2026-03-31T20:22:13.310 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:13 vm01 bash[20507]: debug 2026-03-31T20:22:13.067+0000 7f48292c6d80 4 rocksdb: Options.use_adaptive_mutex: 0 2026-03-31T20:22:13.310 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:13 vm01 bash[20507]: debug 2026-03-31T20:22:13.067+0000 7f48292c6d80 4 rocksdb: Options.rate_limiter: (nil) 2026-03-31T20:22:13.310 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:13 vm01 bash[20507]: debug 2026-03-31T20:22:13.067+0000 7f48292c6d80 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2026-03-31T20:22:13.310 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:13 vm01 bash[20507]: debug 2026-03-31T20:22:13.067+0000 7f48292c6d80 4 rocksdb: Options.wal_recovery_mode: 2 2026-03-31T20:22:13.310 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:13 vm01 bash[20507]: debug 2026-03-31T20:22:13.067+0000 7f48292c6d80 4 rocksdb: Options.enable_thread_tracking: 0 2026-03-31T20:22:13.310 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:13 vm01 bash[20507]: debug 2026-03-31T20:22:13.067+0000 7f48292c6d80 4 rocksdb: Options.enable_pipelined_write: 0 2026-03-31T20:22:13.310 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:13 vm01 bash[20507]: debug 2026-03-31T20:22:13.067+0000 7f48292c6d80 4 rocksdb: Options.unordered_write: 0 2026-03-31T20:22:13.310 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:13 vm01 bash[20507]: debug 2026-03-31T20:22:13.067+0000 7f48292c6d80 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2026-03-31T20:22:13.310 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:13 vm01 bash[20507]: debug 2026-03-31T20:22:13.067+0000 7f48292c6d80 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2026-03-31T20:22:13.310 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:13 vm01 bash[20507]: debug 2026-03-31T20:22:13.067+0000 7f48292c6d80 4 rocksdb: Options.write_thread_max_yield_usec: 100 2026-03-31T20:22:13.310 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:13 vm01 bash[20507]: debug 2026-03-31T20:22:13.067+0000 7f48292c6d80 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2026-03-31T20:22:13.310 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:13 vm01 bash[20507]: debug 2026-03-31T20:22:13.067+0000 7f48292c6d80 4 rocksdb: Options.row_cache: None 2026-03-31T20:22:13.310 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:13 vm01 bash[20507]: debug 2026-03-31T20:22:13.067+0000 7f48292c6d80 4 rocksdb: Options.wal_filter: None 2026-03-31T20:22:13.310 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:13 vm01 bash[20507]: debug 2026-03-31T20:22:13.067+0000 7f48292c6d80 4 rocksdb: Options.avoid_flush_during_recovery: 0 2026-03-31T20:22:13.310 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:13 vm01 bash[20507]: debug 2026-03-31T20:22:13.067+0000 7f48292c6d80 4 rocksdb: Options.allow_ingest_behind: 0 2026-03-31T20:22:13.310 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:13 vm01 bash[20507]: debug 2026-03-31T20:22:13.067+0000 7f48292c6d80 4 rocksdb: Options.two_write_queues: 0 2026-03-31T20:22:13.310 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:13 vm01 bash[20507]: debug 2026-03-31T20:22:13.067+0000 7f48292c6d80 4 rocksdb: Options.manual_wal_flush: 0 2026-03-31T20:22:13.310 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:13 vm01 bash[20507]: debug 2026-03-31T20:22:13.067+0000 7f48292c6d80 4 rocksdb: Options.wal_compression: 0 2026-03-31T20:22:13.310 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:13 vm01 bash[20507]: debug 2026-03-31T20:22:13.067+0000 7f48292c6d80 4 rocksdb: Options.atomic_flush: 0 2026-03-31T20:22:13.310 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:13 vm01 bash[20507]: debug 2026-03-31T20:22:13.067+0000 7f48292c6d80 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2026-03-31T20:22:13.310 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:13 vm01 bash[20507]: debug 2026-03-31T20:22:13.067+0000 7f48292c6d80 4 rocksdb: Options.persist_stats_to_disk: 0 2026-03-31T20:22:13.310 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:13 vm01 bash[20507]: debug 2026-03-31T20:22:13.067+0000 7f48292c6d80 4 rocksdb: Options.write_dbid_to_manifest: 0 2026-03-31T20:22:13.310 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:13 vm01 bash[20507]: debug 2026-03-31T20:22:13.067+0000 7f48292c6d80 4 rocksdb: Options.log_readahead_size: 0 2026-03-31T20:22:13.310 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:13 vm01 bash[20507]: debug 2026-03-31T20:22:13.067+0000 7f48292c6d80 4 rocksdb: Options.file_checksum_gen_factory: Unknown 2026-03-31T20:22:13.310 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:13 vm01 bash[20507]: debug 2026-03-31T20:22:13.067+0000 7f48292c6d80 4 rocksdb: Options.best_efforts_recovery: 0 2026-03-31T20:22:13.310 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:13 vm01 bash[20507]: debug 2026-03-31T20:22:13.067+0000 7f48292c6d80 4 rocksdb: Options.max_bgerror_resume_count: 2147483647 2026-03-31T20:22:13.310 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:13 vm01 bash[20507]: debug 2026-03-31T20:22:13.067+0000 7f48292c6d80 4 rocksdb: Options.bgerror_resume_retry_interval: 1000000 2026-03-31T20:22:13.310 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:13 vm01 bash[20507]: debug 2026-03-31T20:22:13.067+0000 7f48292c6d80 4 rocksdb: Options.allow_data_in_errors: 0 2026-03-31T20:22:13.310 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:13 vm01 bash[20507]: debug 2026-03-31T20:22:13.067+0000 7f48292c6d80 4 rocksdb: Options.db_host_id: __hostname__ 2026-03-31T20:22:13.310 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:13 vm01 bash[20507]: debug 2026-03-31T20:22:13.067+0000 7f48292c6d80 4 rocksdb: Options.enforce_single_del_contracts: true 2026-03-31T20:22:13.310 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:13 vm01 bash[20507]: debug 2026-03-31T20:22:13.067+0000 7f48292c6d80 4 rocksdb: Options.max_background_jobs: 2 2026-03-31T20:22:13.310 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:13 vm01 bash[20507]: debug 2026-03-31T20:22:13.067+0000 7f48292c6d80 4 rocksdb: Options.max_background_compactions: -1 2026-03-31T20:22:13.311 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:13 vm01 bash[20507]: debug 2026-03-31T20:22:13.067+0000 7f48292c6d80 4 rocksdb: Options.max_subcompactions: 1 2026-03-31T20:22:13.311 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:13 vm01 bash[20507]: debug 2026-03-31T20:22:13.067+0000 7f48292c6d80 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2026-03-31T20:22:13.311 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:13 vm01 bash[20507]: debug 2026-03-31T20:22:13.067+0000 7f48292c6d80 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2026-03-31T20:22:13.311 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:13 vm01 bash[20507]: debug 2026-03-31T20:22:13.067+0000 7f48292c6d80 4 rocksdb: Options.delayed_write_rate : 16777216 2026-03-31T20:22:13.311 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:13 vm01 bash[20507]: debug 2026-03-31T20:22:13.067+0000 7f48292c6d80 4 rocksdb: Options.max_total_wal_size: 0 2026-03-31T20:22:13.311 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:13 vm01 bash[20507]: debug 2026-03-31T20:22:13.067+0000 7f48292c6d80 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2026-03-31T20:22:13.311 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:13 vm01 bash[20507]: debug 2026-03-31T20:22:13.067+0000 7f48292c6d80 4 rocksdb: Options.stats_dump_period_sec: 600 2026-03-31T20:22:13.311 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:13 vm01 bash[20507]: debug 2026-03-31T20:22:13.067+0000 7f48292c6d80 4 rocksdb: Options.stats_persist_period_sec: 600 2026-03-31T20:22:13.311 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:13 vm01 bash[20507]: debug 2026-03-31T20:22:13.067+0000 7f48292c6d80 4 rocksdb: Options.stats_history_buffer_size: 1048576 2026-03-31T20:22:13.311 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:13 vm01 bash[20507]: debug 2026-03-31T20:22:13.067+0000 7f48292c6d80 4 rocksdb: Options.max_open_files: -1 2026-03-31T20:22:13.311 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:13 vm01 bash[20507]: debug 2026-03-31T20:22:13.067+0000 7f48292c6d80 4 rocksdb: Options.bytes_per_sync: 0 2026-03-31T20:22:13.311 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:13 vm01 bash[20507]: debug 2026-03-31T20:22:13.067+0000 7f48292c6d80 4 rocksdb: Options.wal_bytes_per_sync: 0 2026-03-31T20:22:13.311 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:13 vm01 bash[20507]: debug 2026-03-31T20:22:13.067+0000 7f48292c6d80 4 rocksdb: Options.strict_bytes_per_sync: 0 2026-03-31T20:22:13.311 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:13 vm01 bash[20507]: debug 2026-03-31T20:22:13.067+0000 7f48292c6d80 4 rocksdb: Options.compaction_readahead_size: 0 2026-03-31T20:22:13.311 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:13 vm01 bash[20507]: debug 2026-03-31T20:22:13.067+0000 7f48292c6d80 4 rocksdb: Options.max_background_flushes: -1 2026-03-31T20:22:13.311 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:13 vm01 bash[20507]: debug 2026-03-31T20:22:13.067+0000 7f48292c6d80 4 rocksdb: Compression algorithms supported: 2026-03-31T20:22:13.311 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:13 vm01 bash[20507]: debug 2026-03-31T20:22:13.067+0000 7f48292c6d80 4 rocksdb: kZSTD supported: 0 2026-03-31T20:22:13.311 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:13 vm01 bash[20507]: debug 2026-03-31T20:22:13.067+0000 7f48292c6d80 4 rocksdb: kXpressCompression supported: 0 2026-03-31T20:22:13.311 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:13 vm01 bash[20507]: debug 2026-03-31T20:22:13.067+0000 7f48292c6d80 4 rocksdb: kBZip2Compression supported: 0 2026-03-31T20:22:13.311 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:13 vm01 bash[20507]: debug 2026-03-31T20:22:13.067+0000 7f48292c6d80 4 rocksdb: kZSTDNotFinalCompression supported: 0 2026-03-31T20:22:13.311 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:13 vm01 bash[20507]: debug 2026-03-31T20:22:13.067+0000 7f48292c6d80 4 rocksdb: kLZ4Compression supported: 1 2026-03-31T20:22:13.311 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:13 vm01 bash[20507]: debug 2026-03-31T20:22:13.067+0000 7f48292c6d80 4 rocksdb: kZlibCompression supported: 1 2026-03-31T20:22:13.311 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:13 vm01 bash[20507]: debug 2026-03-31T20:22:13.067+0000 7f48292c6d80 4 rocksdb: kLZ4HCCompression supported: 1 2026-03-31T20:22:13.311 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:13 vm01 bash[20507]: debug 2026-03-31T20:22:13.067+0000 7f48292c6d80 4 rocksdb: kSnappyCompression supported: 1 2026-03-31T20:22:13.311 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:13 vm01 bash[20507]: debug 2026-03-31T20:22:13.067+0000 7f48292c6d80 4 rocksdb: Fast CRC32 supported: Supported on x86 2026-03-31T20:22:13.311 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:13 vm01 bash[20507]: debug 2026-03-31T20:22:13.067+0000 7f48292c6d80 4 rocksdb: DMutex implementation: pthread_mutex_t 2026-03-31T20:22:13.311 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:13 vm01 bash[20507]: debug 2026-03-31T20:22:13.067+0000 7f48292c6d80 4 rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000010 2026-03-31T20:22:13.311 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:13 vm01 bash[20507]: debug 2026-03-31T20:22:13.067+0000 7f48292c6d80 4 rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2026-03-31T20:22:13.311 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:13 vm01 bash[20507]: debug 2026-03-31T20:22:13.067+0000 7f48292c6d80 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2026-03-31T20:22:13.311 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:13 vm01 bash[20507]: debug 2026-03-31T20:22:13.067+0000 7f48292c6d80 4 rocksdb: Options.merge_operator: 2026-03-31T20:22:13.311 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:13 vm01 bash[20507]: debug 2026-03-31T20:22:13.067+0000 7f48292c6d80 4 rocksdb: Options.compaction_filter: None 2026-03-31T20:22:13.311 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:13 vm01 bash[20507]: debug 2026-03-31T20:22:13.067+0000 7f48292c6d80 4 rocksdb: Options.compaction_filter_factory: None 2026-03-31T20:22:13.311 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:13 vm01 bash[20507]: debug 2026-03-31T20:22:13.067+0000 7f48292c6d80 4 rocksdb: Options.sst_partitioner_factory: None 2026-03-31T20:22:13.311 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:13 vm01 bash[20507]: debug 2026-03-31T20:22:13.067+0000 7f48292c6d80 4 rocksdb: Options.memtable_factory: SkipListFactory 2026-03-31T20:22:13.311 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:13 vm01 bash[20507]: debug 2026-03-31T20:22:13.067+0000 7f48292c6d80 4 rocksdb: Options.table_factory: BlockBasedTable 2026-03-31T20:22:13.311 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:13 vm01 bash[20507]: debug 2026-03-31T20:22:13.067+0000 7f48292c6d80 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55c1d2cfcc00) 2026-03-31T20:22:13.311 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:13 vm01 bash[20507]: cache_index_and_filter_blocks: 1 2026-03-31T20:22:13.311 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:13 vm01 bash[20507]: cache_index_and_filter_blocks_with_high_priority: 0 2026-03-31T20:22:13.311 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:13 vm01 bash[20507]: pin_l0_filter_and_index_blocks_in_cache: 0 2026-03-31T20:22:13.311 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:13 vm01 bash[20507]: pin_top_level_index_and_filter: 1 2026-03-31T20:22:13.311 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:13 vm01 bash[20507]: index_type: 0 2026-03-31T20:22:13.311 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:13 vm01 bash[20507]: data_block_index_type: 0 2026-03-31T20:22:13.311 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:13 vm01 bash[20507]: index_shortening: 1 2026-03-31T20:22:13.311 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:13 vm01 bash[20507]: data_block_hash_table_util_ratio: 0.750000 2026-03-31T20:22:13.311 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:13 vm01 bash[20507]: checksum: 4 2026-03-31T20:22:13.311 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:13 vm01 bash[20507]: no_block_cache: 0 2026-03-31T20:22:13.311 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:13 vm01 bash[20507]: block_cache: 0x55c1d2d1fb90 2026-03-31T20:22:13.311 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:13 vm01 bash[20507]: block_cache_name: BinnedLRUCache 2026-03-31T20:22:13.311 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:13 vm01 bash[20507]: block_cache_options: 2026-03-31T20:22:13.311 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:13 vm01 bash[20507]: capacity : 536870912 2026-03-31T20:22:13.311 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:13 vm01 bash[20507]: num_shard_bits : 4 2026-03-31T20:22:13.311 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:13 vm01 bash[20507]: strict_capacity_limit : 0 2026-03-31T20:22:13.311 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:13 vm01 bash[20507]: high_pri_pool_ratio: 0.000 2026-03-31T20:22:13.311 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:13 vm01 bash[20507]: block_cache_compressed: (nil) 2026-03-31T20:22:13.311 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:13 vm01 bash[20507]: persistent_cache: (nil) 2026-03-31T20:22:13.311 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:13 vm01 bash[20507]: block_size: 4096 2026-03-31T20:22:13.311 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:13 vm01 bash[20507]: block_size_deviation: 10 2026-03-31T20:22:13.311 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:13 vm01 bash[20507]: block_restart_interval: 16 2026-03-31T20:22:13.311 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:13 vm01 bash[20507]: index_block_restart_interval: 1 2026-03-31T20:22:13.312 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:13 vm01 bash[20507]: metadata_block_size: 4096 2026-03-31T20:22:13.312 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:13 vm01 bash[20507]: partition_filters: 0 2026-03-31T20:22:13.312 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:13 vm01 bash[20507]: use_delta_encoding: 1 2026-03-31T20:22:13.312 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:13 vm01 bash[20507]: filter_policy: bloomfilter 2026-03-31T20:22:13.312 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:13 vm01 bash[20507]: whole_key_filtering: 1 2026-03-31T20:22:13.312 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:13 vm01 bash[20507]: verify_compression: 0 2026-03-31T20:22:13.312 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:13 vm01 bash[20507]: read_amp_bytes_per_bit: 0 2026-03-31T20:22:13.312 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:13 vm01 bash[20507]: format_version: 5 2026-03-31T20:22:13.312 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:13 vm01 bash[20507]: enable_index_compression: 1 2026-03-31T20:22:13.312 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:13 vm01 bash[20507]: block_align: 0 2026-03-31T20:22:13.312 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:13 vm01 bash[20507]: max_auto_readahead_size: 262144 2026-03-31T20:22:13.312 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:13 vm01 bash[20507]: prepopulate_block_cache: 0 2026-03-31T20:22:13.312 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:13 vm01 bash[20507]: initial_auto_readahead_size: 8192 2026-03-31T20:22:13.312 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:13 vm01 bash[20507]: num_file_reads_for_auto_readahead: 2 2026-03-31T20:22:13.312 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:13 vm01 bash[20507]: debug 2026-03-31T20:22:13.067+0000 7f48292c6d80 4 rocksdb: Options.write_buffer_size: 33554432 2026-03-31T20:22:13.312 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:13 vm01 bash[20507]: debug 2026-03-31T20:22:13.067+0000 7f48292c6d80 4 rocksdb: Options.max_write_buffer_number: 2 2026-03-31T20:22:13.312 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:13 vm01 bash[20507]: debug 2026-03-31T20:22:13.067+0000 7f48292c6d80 4 rocksdb: Options.compression: NoCompression 2026-03-31T20:22:13.312 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:13 vm01 bash[20507]: debug 2026-03-31T20:22:13.067+0000 7f48292c6d80 4 rocksdb: Options.bottommost_compression: Disabled 2026-03-31T20:22:13.312 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:13 vm01 bash[20507]: debug 2026-03-31T20:22:13.067+0000 7f48292c6d80 4 rocksdb: Options.prefix_extractor: nullptr 2026-03-31T20:22:13.312 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:13 vm01 bash[20507]: debug 2026-03-31T20:22:13.067+0000 7f48292c6d80 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2026-03-31T20:22:13.312 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:13 vm01 bash[20507]: debug 2026-03-31T20:22:13.067+0000 7f48292c6d80 4 rocksdb: Options.num_levels: 7 2026-03-31T20:22:13.312 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:13 vm01 bash[20507]: debug 2026-03-31T20:22:13.067+0000 7f48292c6d80 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2026-03-31T20:22:13.312 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:13 vm01 bash[20507]: debug 2026-03-31T20:22:13.067+0000 7f48292c6d80 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2026-03-31T20:22:13.312 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:13 vm01 bash[20507]: debug 2026-03-31T20:22:13.067+0000 7f48292c6d80 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2026-03-31T20:22:13.312 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:13 vm01 bash[20507]: debug 2026-03-31T20:22:13.067+0000 7f48292c6d80 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2026-03-31T20:22:13.312 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:13 vm01 bash[20507]: debug 2026-03-31T20:22:13.067+0000 7f48292c6d80 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2026-03-31T20:22:13.312 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:13 vm01 bash[20507]: debug 2026-03-31T20:22:13.067+0000 7f48292c6d80 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2026-03-31T20:22:13.312 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:13 vm01 bash[20507]: debug 2026-03-31T20:22:13.067+0000 7f48292c6d80 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2026-03-31T20:22:13.312 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:13 vm01 bash[20507]: debug 2026-03-31T20:22:13.067+0000 7f48292c6d80 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2026-03-31T20:22:13.312 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:13 vm01 bash[20507]: debug 2026-03-31T20:22:13.067+0000 7f48292c6d80 4 rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2026-03-31T20:22:13.312 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:13 vm01 bash[20507]: debug 2026-03-31T20:22:13.067+0000 7f48292c6d80 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2026-03-31T20:22:13.312 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:13 vm01 bash[20507]: debug 2026-03-31T20:22:13.067+0000 7f48292c6d80 4 rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2026-03-31T20:22:13.312 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:13 vm01 bash[20507]: debug 2026-03-31T20:22:13.067+0000 7f48292c6d80 4 rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2026-03-31T20:22:13.312 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:13 vm01 bash[20507]: debug 2026-03-31T20:22:13.067+0000 7f48292c6d80 4 rocksdb: Options.compression_opts.window_bits: -14 2026-03-31T20:22:13.312 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:13 vm01 bash[20507]: debug 2026-03-31T20:22:13.067+0000 7f48292c6d80 4 rocksdb: Options.compression_opts.level: 32767 2026-03-31T20:22:13.312 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:13 vm01 bash[20507]: debug 2026-03-31T20:22:13.067+0000 7f48292c6d80 4 rocksdb: Options.compression_opts.strategy: 0 2026-03-31T20:22:13.312 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:13 vm01 bash[20507]: debug 2026-03-31T20:22:13.067+0000 7f48292c6d80 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2026-03-31T20:22:13.312 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:13 vm01 bash[20507]: debug 2026-03-31T20:22:13.067+0000 7f48292c6d80 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2026-03-31T20:22:13.312 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:13 vm01 bash[20507]: debug 2026-03-31T20:22:13.067+0000 7f48292c6d80 4 rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2026-03-31T20:22:13.312 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:13 vm01 bash[20507]: debug 2026-03-31T20:22:13.067+0000 7f48292c6d80 4 rocksdb: Options.compression_opts.parallel_threads: 1 2026-03-31T20:22:13.312 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:13 vm01 bash[20507]: debug 2026-03-31T20:22:13.067+0000 7f48292c6d80 4 rocksdb: Options.compression_opts.enabled: false 2026-03-31T20:22:13.312 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:13 vm01 bash[20507]: debug 2026-03-31T20:22:13.067+0000 7f48292c6d80 4 rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2026-03-31T20:22:13.312 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:13 vm01 bash[20507]: debug 2026-03-31T20:22:13.067+0000 7f48292c6d80 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2026-03-31T20:22:13.312 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:13 vm01 bash[20507]: debug 2026-03-31T20:22:13.067+0000 7f48292c6d80 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2026-03-31T20:22:13.312 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:13 vm01 bash[20507]: debug 2026-03-31T20:22:13.067+0000 7f48292c6d80 4 rocksdb: Options.level0_stop_writes_trigger: 36 2026-03-31T20:22:13.312 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:13 vm01 bash[20507]: debug 2026-03-31T20:22:13.067+0000 7f48292c6d80 4 rocksdb: Options.target_file_size_base: 67108864 2026-03-31T20:22:13.312 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:13 vm01 bash[20507]: debug 2026-03-31T20:22:13.067+0000 7f48292c6d80 4 rocksdb: Options.target_file_size_multiplier: 1 2026-03-31T20:22:13.312 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:13 vm01 bash[20507]: debug 2026-03-31T20:22:13.067+0000 7f48292c6d80 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2026-03-31T20:22:13.312 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:13 vm01 bash[20507]: debug 2026-03-31T20:22:13.067+0000 7f48292c6d80 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2026-03-31T20:22:13.312 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:13 vm01 bash[20507]: debug 2026-03-31T20:22:13.067+0000 7f48292c6d80 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2026-03-31T20:22:13.312 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:13 vm01 bash[20507]: debug 2026-03-31T20:22:13.067+0000 7f48292c6d80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2026-03-31T20:22:13.312 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:13 vm01 bash[20507]: debug 2026-03-31T20:22:13.067+0000 7f48292c6d80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2026-03-31T20:22:13.312 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:13 vm01 bash[20507]: debug 2026-03-31T20:22:13.067+0000 7f48292c6d80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2026-03-31T20:22:13.312 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:13 vm01 bash[20507]: debug 2026-03-31T20:22:13.067+0000 7f48292c6d80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2026-03-31T20:22:13.312 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:13 vm01 bash[20507]: debug 2026-03-31T20:22:13.067+0000 7f48292c6d80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2026-03-31T20:22:13.312 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:13 vm01 bash[20507]: debug 2026-03-31T20:22:13.067+0000 7f48292c6d80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2026-03-31T20:22:13.312 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:13 vm01 bash[20507]: debug 2026-03-31T20:22:13.067+0000 7f48292c6d80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2026-03-31T20:22:13.312 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:13 vm01 bash[20507]: debug 2026-03-31T20:22:13.067+0000 7f48292c6d80 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2026-03-31T20:22:13.312 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:13 vm01 bash[20507]: debug 2026-03-31T20:22:13.067+0000 7f48292c6d80 4 rocksdb: Options.max_compaction_bytes: 1677721600 2026-03-31T20:22:13.312 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:13 vm01 bash[20507]: debug 2026-03-31T20:22:13.067+0000 7f48292c6d80 4 rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2026-03-31T20:22:13.312 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:13 vm01 bash[20507]: debug 2026-03-31T20:22:13.067+0000 7f48292c6d80 4 rocksdb: Options.arena_block_size: 1048576 2026-03-31T20:22:13.312 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:13 vm01 bash[20507]: debug 2026-03-31T20:22:13.067+0000 7f48292c6d80 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2026-03-31T20:22:13.312 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:13 vm01 bash[20507]: debug 2026-03-31T20:22:13.067+0000 7f48292c6d80 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2026-03-31T20:22:13.312 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:13 vm01 bash[20507]: debug 2026-03-31T20:22:13.067+0000 7f48292c6d80 4 rocksdb: Options.disable_auto_compactions: 0 2026-03-31T20:22:13.312 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:13 vm01 bash[20507]: debug 2026-03-31T20:22:13.067+0000 7f48292c6d80 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2026-03-31T20:22:13.313 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:13 vm01 bash[20507]: debug 2026-03-31T20:22:13.067+0000 7f48292c6d80 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2026-03-31T20:22:13.313 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:13 vm01 bash[20507]: debug 2026-03-31T20:22:13.067+0000 7f48292c6d80 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2026-03-31T20:22:13.313 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:13 vm01 bash[20507]: debug 2026-03-31T20:22:13.067+0000 7f48292c6d80 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2026-03-31T20:22:13.313 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:13 vm01 bash[20507]: debug 2026-03-31T20:22:13.067+0000 7f48292c6d80 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2026-03-31T20:22:13.313 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:13 vm01 bash[20507]: debug 2026-03-31T20:22:13.067+0000 7f48292c6d80 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2026-03-31T20:22:13.313 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:13 vm01 bash[20507]: debug 2026-03-31T20:22:13.067+0000 7f48292c6d80 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2026-03-31T20:22:13.313 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:13 vm01 bash[20507]: debug 2026-03-31T20:22:13.067+0000 7f48292c6d80 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2026-03-31T20:22:13.313 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:13 vm01 bash[20507]: debug 2026-03-31T20:22:13.067+0000 7f48292c6d80 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2026-03-31T20:22:13.313 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:13 vm01 bash[20507]: debug 2026-03-31T20:22:13.067+0000 7f48292c6d80 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2026-03-31T20:22:13.313 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:13 vm01 bash[20507]: debug 2026-03-31T20:22:13.067+0000 7f48292c6d80 4 rocksdb: Options.table_properties_collectors: CompactOnDeletionCollector (Sliding window size = 32768 Deletion trigger = 16384 Deletion ratio = 0); 2026-03-31T20:22:13.313 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:13 vm01 bash[20507]: debug 2026-03-31T20:22:13.067+0000 7f48292c6d80 4 rocksdb: Options.inplace_update_support: 0 2026-03-31T20:22:13.313 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:13 vm01 bash[20507]: debug 2026-03-31T20:22:13.067+0000 7f48292c6d80 4 rocksdb: Options.inplace_update_num_locks: 10000 2026-03-31T20:22:13.313 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:13 vm01 bash[20507]: debug 2026-03-31T20:22:13.067+0000 7f48292c6d80 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2026-03-31T20:22:13.313 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:13 vm01 bash[20507]: debug 2026-03-31T20:22:13.067+0000 7f48292c6d80 4 rocksdb: Options.memtable_whole_key_filtering: 0 2026-03-31T20:22:13.313 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:13 vm01 bash[20507]: debug 2026-03-31T20:22:13.067+0000 7f48292c6d80 4 rocksdb: Options.memtable_huge_page_size: 0 2026-03-31T20:22:13.313 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:13 vm01 bash[20507]: debug 2026-03-31T20:22:13.067+0000 7f48292c6d80 4 rocksdb: Options.bloom_locality: 0 2026-03-31T20:22:13.313 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:13 vm01 bash[20507]: debug 2026-03-31T20:22:13.067+0000 7f48292c6d80 4 rocksdb: Options.max_successive_merges: 0 2026-03-31T20:22:13.313 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:13 vm01 bash[20507]: debug 2026-03-31T20:22:13.067+0000 7f48292c6d80 4 rocksdb: Options.optimize_filters_for_hits: 0 2026-03-31T20:22:13.313 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:13 vm01 bash[20507]: debug 2026-03-31T20:22:13.067+0000 7f48292c6d80 4 rocksdb: Options.paranoid_file_checks: 0 2026-03-31T20:22:13.313 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:13 vm01 bash[20507]: debug 2026-03-31T20:22:13.067+0000 7f48292c6d80 4 rocksdb: Options.force_consistency_checks: 1 2026-03-31T20:22:13.313 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:13 vm01 bash[20507]: debug 2026-03-31T20:22:13.067+0000 7f48292c6d80 4 rocksdb: Options.report_bg_io_stats: 0 2026-03-31T20:22:13.313 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:13 vm01 bash[20507]: debug 2026-03-31T20:22:13.067+0000 7f48292c6d80 4 rocksdb: Options.ttl: 2592000 2026-03-31T20:22:13.313 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:13 vm01 bash[20507]: debug 2026-03-31T20:22:13.067+0000 7f48292c6d80 4 rocksdb: Options.periodic_compaction_seconds: 0 2026-03-31T20:22:13.313 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:13 vm01 bash[20507]: debug 2026-03-31T20:22:13.067+0000 7f48292c6d80 4 rocksdb: Options.preclude_last_level_data_seconds: 0 2026-03-31T20:22:13.313 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:13 vm01 bash[20507]: debug 2026-03-31T20:22:13.067+0000 7f48292c6d80 4 rocksdb: Options.preserve_internal_time_seconds: 0 2026-03-31T20:22:13.313 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:13 vm01 bash[20507]: debug 2026-03-31T20:22:13.067+0000 7f48292c6d80 4 rocksdb: Options.enable_blob_files: false 2026-03-31T20:22:13.313 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:13 vm01 bash[20507]: debug 2026-03-31T20:22:13.067+0000 7f48292c6d80 4 rocksdb: Options.min_blob_size: 0 2026-03-31T20:22:13.313 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:13 vm01 bash[20507]: debug 2026-03-31T20:22:13.067+0000 7f48292c6d80 4 rocksdb: Options.blob_file_size: 268435456 2026-03-31T20:22:13.313 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:13 vm01 bash[20507]: debug 2026-03-31T20:22:13.067+0000 7f48292c6d80 4 rocksdb: Options.blob_compression_type: NoCompression 2026-03-31T20:22:13.313 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:13 vm01 bash[20507]: debug 2026-03-31T20:22:13.067+0000 7f48292c6d80 4 rocksdb: Options.enable_blob_garbage_collection: false 2026-03-31T20:22:13.313 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:13 vm01 bash[20507]: debug 2026-03-31T20:22:13.067+0000 7f48292c6d80 4 rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2026-03-31T20:22:13.313 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:13 vm01 bash[20507]: debug 2026-03-31T20:22:13.067+0000 7f48292c6d80 4 rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2026-03-31T20:22:13.313 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:13 vm01 bash[20507]: debug 2026-03-31T20:22:13.067+0000 7f48292c6d80 4 rocksdb: Options.blob_compaction_readahead_size: 0 2026-03-31T20:22:13.313 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:13 vm01 bash[20507]: debug 2026-03-31T20:22:13.067+0000 7f48292c6d80 4 rocksdb: Options.blob_file_starting_level: 0 2026-03-31T20:22:13.313 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:13 vm01 bash[20507]: debug 2026-03-31T20:22:13.067+0000 7f48292c6d80 4 rocksdb: Options.experimental_mempurge_threshold: 0.000000 2026-03-31T20:22:13.313 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:13 vm01 bash[20507]: debug 2026-03-31T20:22:13.067+0000 7f48292c6d80 4 rocksdb: [db/version_set.cc:5566] Recovered from manifest file:/var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000010 succeeded,manifest_file_number is 10, next_file_number is 12, last_sequence is 5, log_number is 5,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 5 2026-03-31T20:22:13.313 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:13 vm01 bash[20507]: debug 2026-03-31T20:22:13.067+0000 7f48292c6d80 4 rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 5 2026-03-31T20:22:13.313 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:13 vm01 bash[20507]: debug 2026-03-31T20:22:13.067+0000 7f48292c6d80 4 rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: 22135a5d-7a4a-4cad-be06-fc1e9eaf7f2c 2026-03-31T20:22:13.313 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:13 vm01 bash[20507]: debug 2026-03-31T20:22:13.067+0000 7f48292c6d80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1774988533070719, "job": 1, "event": "recovery_started", "wal_files": [9]} 2026-03-31T20:22:13.313 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:13 vm01 bash[20507]: debug 2026-03-31T20:22:13.067+0000 7f48292c6d80 4 rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #9 mode 2 2026-03-31T20:22:13.313 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:13 vm01 bash[20507]: debug 2026-03-31T20:22:13.067+0000 7f48292c6d80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1774988533071790, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 13, "file_size": 74047, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 8, "largest_seqno": 231, "table_properties": {"data_size": 72326, "index_size": 174, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 1, "index_value_is_delta_encoded": 1, "filter_size": 517, "raw_key_size": 9938, "raw_average_key_size": 49, "raw_value_size": 66671, "raw_average_value_size": 330, "num_data_blocks": 8, "num_entries": 202, "num_filter_entries": 202, "num_deletions": 3, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 0, "filter_policy": "bloomfilter", "column_family_name": "default", "column_family_id": 0, "comparator": "leveldb.BytewiseComparator", "merge_operator": "", "prefix_extractor_name": "nullptr", "property_collectors": "[CompactOnDeletionCollector]", "compression": "NoCompression", "compression_options": "window_bits=-14; level=32767; strategy=0; max_dict_bytes=0; zstd_max_train_bytes=0; enabled=0; max_dict_buffer_bytes=0; use_zstd_dict_trainer=1; ", "creation_time": 1774988533, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "22135a5d-7a4a-4cad-be06-fc1e9eaf7f2c", "db_session_id": "1CBBLYFLGX5PWYPO4E5L", "orig_file_number": 13, "seqno_to_time_mapping": "N/A"}} 2026-03-31T20:22:13.313 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:13 vm01 bash[20507]: debug 2026-03-31T20:22:13.067+0000 7f48292c6d80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1774988533071852, "job": 1, "event": "recovery_finished"} 2026-03-31T20:22:13.313 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:13 vm01 bash[20507]: debug 2026-03-31T20:22:13.067+0000 7f48292c6d80 4 rocksdb: [db/version_set.cc:5047] Creating manifest 15 2026-03-31T20:22:13.313 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:13 vm01 bash[20507]: debug 2026-03-31T20:22:13.071+0000 7f48292c6d80 4 rocksdb: [file/delete_scheduler.cc:74] Deleted file /var/lib/ceph/mon/ceph-a/store.db/000009.log immediately, rate_bytes_per_sec 0, total_trash_size 0 max_trash_db_ratio 0.250000 2026-03-31T20:22:13.313 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:13 vm01 bash[20507]: debug 2026-03-31T20:22:13.071+0000 7f48292c6d80 4 rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x55c1d2d20e00 2026-03-31T20:22:13.313 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:13 vm01 bash[20507]: debug 2026-03-31T20:22:13.071+0000 7f48292c6d80 4 rocksdb: DB pointer 0x55c1d2e70000 2026-03-31T20:22:13.313 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:13 vm01 bash[20507]: debug 2026-03-31T20:22:13.071+0000 7f48292c6d80 0 starting mon.a rank 0 at public addrs [v2:192.168.123.101:3300/0,v1:192.168.123.101:6789/0] at bind addrs [v2:192.168.123.101:3300/0,v1:192.168.123.101:6789/0] mon_data /var/lib/ceph/mon/ceph-a fsid 2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37 2026-03-31T20:22:13.313 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:13 vm01 bash[20507]: debug 2026-03-31T20:22:13.071+0000 7f48292c6d80 1 mon.a@-1(???) e1 preinit fsid 2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37 2026-03-31T20:22:13.313 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:13 vm01 bash[20507]: debug 2026-03-31T20:22:13.071+0000 7f481f037640 4 rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2026-03-31T20:22:13.313 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:13 vm01 bash[20507]: debug 2026-03-31T20:22:13.071+0000 7f481f037640 4 rocksdb: [db/db_impl/db_impl.cc:1111] 2026-03-31T20:22:13.313 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:13 vm01 bash[20507]: ** DB Stats ** 2026-03-31T20:22:13.313 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:13 vm01 bash[20507]: Uptime(secs): 0.0 total, 0.0 interval 2026-03-31T20:22:13.313 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:13 vm01 bash[20507]: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2026-03-31T20:22:13.313 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:13 vm01 bash[20507]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2026-03-31T20:22:13.313 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:13 vm01 bash[20507]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2026-03-31T20:22:13.313 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:13 vm01 bash[20507]: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2026-03-31T20:22:13.313 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:13 vm01 bash[20507]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2026-03-31T20:22:13.313 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:13 vm01 bash[20507]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2026-03-31T20:22:13.313 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:13 vm01 bash[20507]: ** Compaction Stats [default] ** 2026-03-31T20:22:13.313 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:13 vm01 bash[20507]: 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-03-31T20:22:13.313 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:13 vm01 bash[20507]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2026-03-31T20:22:13.313 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:13 vm01 bash[20507]: L0 2/0 74.17 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 82.4 0.00 0.00 1 0.001 0 0 0.0 0.0 2026-03-31T20:22:13.313 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:13 vm01 bash[20507]: Sum 2/0 74.17 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 82.4 0.00 0.00 1 0.001 0 0 0.0 0.0 2026-03-31T20:22:13.313 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:13 vm01 bash[20507]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 82.4 0.00 0.00 1 0.001 0 0 0.0 0.0 2026-03-31T20:22:13.314 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:13 vm01 bash[20507]: ** Compaction Stats [default] ** 2026-03-31T20:22:13.314 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:13 vm01 bash[20507]: 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-03-31T20:22:13.314 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:13 vm01 bash[20507]: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2026-03-31T20:22:13.314 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:13 vm01 bash[20507]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 82.4 0.00 0.00 1 0.001 0 0 0.0 0.0 2026-03-31T20:22:13.314 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:13 vm01 bash[20507]: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2026-03-31T20:22:13.314 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:13 vm01 bash[20507]: Uptime(secs): 0.0 total, 0.0 interval 2026-03-31T20:22:13.314 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:13 vm01 bash[20507]: Flush(GB): cumulative 0.000, interval 0.000 2026-03-31T20:22:13.314 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:13 vm01 bash[20507]: AddFile(GB): cumulative 0.000, interval 0.000 2026-03-31T20:22:13.314 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:13 vm01 bash[20507]: AddFile(Total Files): cumulative 0, interval 0 2026-03-31T20:22:13.314 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:13 vm01 bash[20507]: AddFile(L0 Files): cumulative 0, interval 0 2026-03-31T20:22:13.314 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:13 vm01 bash[20507]: AddFile(Keys): cumulative 0, interval 0 2026-03-31T20:22:13.314 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:13 vm01 bash[20507]: Cumulative compaction: 0.00 GB write, 12.70 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2026-03-31T20:22:13.314 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:13 vm01 bash[20507]: Interval compaction: 0.00 GB write, 12.70 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2026-03-31T20:22:13.314 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:13 vm01 bash[20507]: 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-03-31T20:22:13.314 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:13 vm01 bash[20507]: Block cache BinnedLRUCache@0x55c1d2d1fb90#7 capacity: 512.00 MB usage: 30.67 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 1e-05 secs_since: 0 2026-03-31T20:22:13.314 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:13 vm01 bash[20507]: Block cache entry stats(count,size,portion): DataBlock(3,29.61 KB,0.00564754%) FilterBlock(2,0.70 KB,0.00013411%) IndexBlock(2,0.36 KB,6.85453e-05%) Misc(1,0.00 KB,0%) 2026-03-31T20:22:13.314 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:13 vm01 bash[20507]: ** File Read Latency Histogram By Level [default] ** 2026-03-31T20:22:13.314 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:13 vm01 bash[20507]: debug 2026-03-31T20:22:13.071+0000 7f48292c6d80 0 mon.a@-1(???).mds e1 new map 2026-03-31T20:22:13.314 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:13 vm01 bash[20507]: debug 2026-03-31T20:22:13.071+0000 7f48292c6d80 0 mon.a@-1(???).mds e1 print_map 2026-03-31T20:22:13.314 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:13 vm01 bash[20507]: e1 2026-03-31T20:22:13.314 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:13 vm01 bash[20507]: btime 2026-03-31T20:22:12:429310+0000 2026-03-31T20:22:13.314 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:13 vm01 bash[20507]: enable_multiple, ever_enabled_multiple: 1,1 2026-03-31T20:22:13.314 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:13 vm01 bash[20507]: 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-03-31T20:22:13.314 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:13 vm01 bash[20507]: legacy client fscid: -1 2026-03-31T20:22:13.314 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:13 vm01 bash[20507]: 2026-03-31T20:22:13.314 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:13 vm01 bash[20507]: No filesystems configured 2026-03-31T20:22:13.314 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:13 vm01 bash[20507]: debug 2026-03-31T20:22:13.071+0000 7f48292c6d80 0 mon.a@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2026-03-31T20:22:13.314 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:13 vm01 bash[20507]: debug 2026-03-31T20:22:13.071+0000 7f48292c6d80 0 mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2026-03-31T20:22:13.314 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:13 vm01 bash[20507]: debug 2026-03-31T20:22:13.071+0000 7f48292c6d80 0 mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2026-03-31T20:22:13.314 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:13 vm01 bash[20507]: debug 2026-03-31T20:22:13.071+0000 7f48292c6d80 0 mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2026-03-31T20:22:13.314 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:13 vm01 bash[20507]: debug 2026-03-31T20:22:13.071+0000 7f48292c6d80 1 mon.a@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2026-03-31T20:22:13.314 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:13 vm01 bash[20507]: cluster 2026-03-31T20:22:13.078767+0000 mon.a (mon.0) 1 : cluster [INF] mon.a is new leader, mons a in quorum (ranks 0) 2026-03-31T20:22:13.314 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:13 vm01 bash[20507]: cluster 2026-03-31T20:22:13.078767+0000 mon.a (mon.0) 1 : cluster [INF] mon.a is new leader, mons a in quorum (ranks 0) 2026-03-31T20:22:13.314 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:13 vm01 bash[20507]: cluster 2026-03-31T20:22:13.078793+0000 mon.a (mon.0) 2 : cluster [DBG] monmap epoch 1 2026-03-31T20:22:13.314 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:13 vm01 bash[20507]: cluster 2026-03-31T20:22:13.078793+0000 mon.a (mon.0) 2 : cluster [DBG] monmap epoch 1 2026-03-31T20:22:13.314 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:13 vm01 bash[20507]: cluster 2026-03-31T20:22:13.078797+0000 mon.a (mon.0) 3 : cluster [DBG] fsid 2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37 2026-03-31T20:22:13.314 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:13 vm01 bash[20507]: cluster 2026-03-31T20:22:13.078797+0000 mon.a (mon.0) 3 : cluster [DBG] fsid 2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37 2026-03-31T20:22:13.314 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:13 vm01 bash[20507]: cluster 2026-03-31T20:22:13.078800+0000 mon.a (mon.0) 4 : cluster [DBG] last_changed 2026-03-31T20:22:11.273676+0000 2026-03-31T20:22:13.314 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:13 vm01 bash[20507]: cluster 2026-03-31T20:22:13.078800+0000 mon.a (mon.0) 4 : cluster [DBG] last_changed 2026-03-31T20:22:11.273676+0000 2026-03-31T20:22:13.314 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:13 vm01 bash[20507]: cluster 2026-03-31T20:22:13.078802+0000 mon.a (mon.0) 5 : cluster [DBG] created 2026-03-31T20:22:11.273676+0000 2026-03-31T20:22:13.314 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:13 vm01 bash[20507]: cluster 2026-03-31T20:22:13.078802+0000 mon.a (mon.0) 5 : cluster [DBG] created 2026-03-31T20:22:11.273676+0000 2026-03-31T20:22:13.314 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:13 vm01 bash[20507]: cluster 2026-03-31T20:22:13.078805+0000 mon.a (mon.0) 6 : cluster [DBG] min_mon_release 20 (tentacle) 2026-03-31T20:22:13.314 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:13 vm01 bash[20507]: cluster 2026-03-31T20:22:13.078805+0000 mon.a (mon.0) 6 : cluster [DBG] min_mon_release 20 (tentacle) 2026-03-31T20:22:13.314 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:13 vm01 bash[20507]: cluster 2026-03-31T20:22:13.078807+0000 mon.a (mon.0) 7 : cluster [DBG] election_strategy: 1 2026-03-31T20:22:13.314 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:13 vm01 bash[20507]: cluster 2026-03-31T20:22:13.078807+0000 mon.a (mon.0) 7 : cluster [DBG] election_strategy: 1 2026-03-31T20:22:13.314 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:13 vm01 bash[20507]: cluster 2026-03-31T20:22:13.078814+0000 mon.a (mon.0) 8 : cluster [DBG] 0: [v2:192.168.123.101:3300/0,v1:192.168.123.101:6789/0] mon.a 2026-03-31T20:22:13.314 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:13 vm01 bash[20507]: cluster 2026-03-31T20:22:13.078814+0000 mon.a (mon.0) 8 : cluster [DBG] 0: [v2:192.168.123.101:3300/0,v1:192.168.123.101:6789/0] mon.a 2026-03-31T20:22:13.314 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:13 vm01 bash[20507]: cluster 2026-03-31T20:22:13.079059+0000 mon.a (mon.0) 9 : cluster [DBG] fsmap 2026-03-31T20:22:13.314 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:13 vm01 bash[20507]: cluster 2026-03-31T20:22:13.079059+0000 mon.a (mon.0) 9 : cluster [DBG] fsmap 2026-03-31T20:22:13.314 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:13 vm01 bash[20507]: cluster 2026-03-31T20:22:13.079073+0000 mon.a (mon.0) 10 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2026-03-31T20:22:13.314 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:13 vm01 bash[20507]: cluster 2026-03-31T20:22:13.079073+0000 mon.a (mon.0) 10 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2026-03-31T20:22:13.314 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:13 vm01 bash[20507]: cluster 2026-03-31T20:22:13.079534+0000 mon.a (mon.0) 11 : cluster [DBG] mgrmap e1: no daemons active 2026-03-31T20:22:13.314 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:13 vm01 bash[20507]: cluster 2026-03-31T20:22:13.079534+0000 mon.a (mon.0) 11 : cluster [DBG] mgrmap e1: no daemons active 2026-03-31T20:22:13.333 INFO:teuthology.orchestra.run.vm01.stdout:Wrote config to /etc/ceph/ceph.conf 2026-03-31T20:22:13.334 INFO:teuthology.orchestra.run.vm01.stdout:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2026-03-31T20:22:13.334 INFO:teuthology.orchestra.run.vm01.stdout:Creating mgr... 2026-03-31T20:22:13.334 INFO:teuthology.orchestra.run.vm01.stdout:Verifying port 0.0.0.0:9283 ... 2026-03-31T20:22:13.334 INFO:teuthology.orchestra.run.vm01.stdout:Verifying port 0.0.0.0:8765 ... 2026-03-31T20:22:13.527 INFO:teuthology.orchestra.run.vm01.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37@mgr.a 2026-03-31T20:22:13.527 INFO:teuthology.orchestra.run.vm01.stdout:systemctl: stderr Failed to reset failed state of unit ceph-2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37@mgr.a.service: Unit ceph-2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37@mgr.a.service not loaded. 2026-03-31T20:22:13.588 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:13 vm01 systemd[1]: /etc/systemd/system/ceph-2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37@.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-03-31T20:22:13.705 INFO:teuthology.orchestra.run.vm01.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37.target.wants/ceph-2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37@mgr.a.service → /etc/systemd/system/ceph-2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37@.service. 2026-03-31T20:22:13.711 INFO:teuthology.orchestra.run.vm01.stdout:firewalld does not appear to be present 2026-03-31T20:22:13.712 INFO:teuthology.orchestra.run.vm01.stdout:Not possible to enable service . firewalld.service is not available 2026-03-31T20:22:13.712 INFO:teuthology.orchestra.run.vm01.stdout:firewalld does not appear to be present 2026-03-31T20:22:13.712 INFO:teuthology.orchestra.run.vm01.stdout:Not possible to open ports <[9283, 8765]>. firewalld.service is not available 2026-03-31T20:22:13.712 INFO:teuthology.orchestra.run.vm01.stdout:Waiting for mgr to start... 2026-03-31T20:22:13.712 INFO:teuthology.orchestra.run.vm01.stdout:Waiting for mgr... 2026-03-31T20:22:14.088 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:13 vm01 systemd[1]: /etc/systemd/system/ceph-2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37@.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-03-31T20:22:14.336 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout 2026-03-31T20:22:14.336 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout { 2026-03-31T20:22:14.336 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout "fsid": "2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37", 2026-03-31T20:22:14.336 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout "health": { 2026-03-31T20:22:14.336 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2026-03-31T20:22:14.336 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout "checks": {}, 2026-03-31T20:22:14.336 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout "mutes": [] 2026-03-31T20:22:14.336 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout }, 2026-03-31T20:22:14.336 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2026-03-31T20:22:14.336 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout "quorum": [ 2026-03-31T20:22:14.336 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout 0 2026-03-31T20:22:14.336 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout ], 2026-03-31T20:22:14.336 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2026-03-31T20:22:14.336 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout "a" 2026-03-31T20:22:14.336 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout ], 2026-03-31T20:22:14.336 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout "quorum_age": 0, 2026-03-31T20:22:14.336 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout "monmap": { 2026-03-31T20:22:14.336 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-03-31T20:22:14.336 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "tentacle", 2026-03-31T20:22:14.336 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout "num_mons": 1 2026-03-31T20:22:14.336 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout }, 2026-03-31T20:22:14.336 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout "osdmap": { 2026-03-31T20:22:14.336 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-03-31T20:22:14.336 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2026-03-31T20:22:14.336 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2026-03-31T20:22:14.336 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2026-03-31T20:22:14.336 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2026-03-31T20:22:14.336 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2026-03-31T20:22:14.336 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2026-03-31T20:22:14.337 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout }, 2026-03-31T20:22:14.337 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout "pgmap": { 2026-03-31T20:22:14.337 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2026-03-31T20:22:14.337 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2026-03-31T20:22:14.337 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2026-03-31T20:22:14.337 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2026-03-31T20:22:14.337 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2026-03-31T20:22:14.337 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2026-03-31T20:22:14.337 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2026-03-31T20:22:14.337 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2026-03-31T20:22:14.337 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout }, 2026-03-31T20:22:14.337 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout "fsmap": { 2026-03-31T20:22:14.337 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-03-31T20:22:14.337 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout "btime": "2026-03-31T20:22:12:429310+0000", 2026-03-31T20:22:14.337 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout "by_rank": [], 2026-03-31T20:22:14.337 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout "up:standby": 0 2026-03-31T20:22:14.337 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout }, 2026-03-31T20:22:14.337 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout "mgrmap": { 2026-03-31T20:22:14.337 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout "available": false, 2026-03-31T20:22:14.337 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2026-03-31T20:22:14.337 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout "modules": [ 2026-03-31T20:22:14.337 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout "iostat", 2026-03-31T20:22:14.337 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout "nfs" 2026-03-31T20:22:14.337 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout ], 2026-03-31T20:22:14.337 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout "services": {} 2026-03-31T20:22:14.338 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout }, 2026-03-31T20:22:14.338 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout "servicemap": { 2026-03-31T20:22:14.338 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-03-31T20:22:14.338 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout "modified": "2026-03-31T20:22:12.429937+0000", 2026-03-31T20:22:14.338 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout "services": {} 2026-03-31T20:22:14.338 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout }, 2026-03-31T20:22:14.338 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout "progress_events": {} 2026-03-31T20:22:14.338 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout } 2026-03-31T20:22:14.338 INFO:teuthology.orchestra.run.vm01.stdout:mgr not available, waiting (1/15)... 2026-03-31T20:22:14.588 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:14 vm01 bash[20507]: audit 2026-03-31T20:22:13.298311+0000 mon.a (mon.0) 12 : audit [INF] from='client.? 192.168.123.101:0/901002331' entity='client.admin' 2026-03-31T20:22:14.588 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:14 vm01 bash[20507]: audit 2026-03-31T20:22:13.298311+0000 mon.a (mon.0) 12 : audit [INF] from='client.? 192.168.123.101:0/901002331' entity='client.admin' 2026-03-31T20:22:14.588 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:14 vm01 bash[20507]: audit 2026-03-31T20:22:13.862900+0000 mon.a (mon.0) 13 : audit [DBG] from='client.? 192.168.123.101:0/2281899467' entity='client.admin' cmd={"prefix": "status", "format": "json-pretty"} : dispatch 2026-03-31T20:22:14.588 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:14 vm01 bash[20507]: audit 2026-03-31T20:22:13.862900+0000 mon.a (mon.0) 13 : audit [DBG] from='client.? 192.168.123.101:0/2281899467' entity='client.admin' cmd={"prefix": "status", "format": "json-pretty"} : dispatch 2026-03-31T20:22:15.338 INFO:journalctl@ceph.mgr.a.vm01.stdout:Mar 31 20:22:15 vm01 bash[20789]: from numpy import show_config as show_numpy_config 2026-03-31T20:22:16.531 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout 2026-03-31T20:22:16.531 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout { 2026-03-31T20:22:16.531 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout "fsid": "2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37", 2026-03-31T20:22:16.531 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout "health": { 2026-03-31T20:22:16.531 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2026-03-31T20:22:16.531 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout "checks": {}, 2026-03-31T20:22:16.531 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout "mutes": [] 2026-03-31T20:22:16.531 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout }, 2026-03-31T20:22:16.531 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2026-03-31T20:22:16.531 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout "quorum": [ 2026-03-31T20:22:16.531 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout 0 2026-03-31T20:22:16.531 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout ], 2026-03-31T20:22:16.531 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2026-03-31T20:22:16.531 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout "a" 2026-03-31T20:22:16.531 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout ], 2026-03-31T20:22:16.531 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout "quorum_age": 3, 2026-03-31T20:22:16.531 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout "monmap": { 2026-03-31T20:22:16.531 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-03-31T20:22:16.531 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "tentacle", 2026-03-31T20:22:16.531 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout "num_mons": 1 2026-03-31T20:22:16.531 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout }, 2026-03-31T20:22:16.531 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout "osdmap": { 2026-03-31T20:22:16.531 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-03-31T20:22:16.531 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2026-03-31T20:22:16.531 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2026-03-31T20:22:16.531 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2026-03-31T20:22:16.531 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2026-03-31T20:22:16.531 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2026-03-31T20:22:16.531 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2026-03-31T20:22:16.531 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout }, 2026-03-31T20:22:16.532 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout "pgmap": { 2026-03-31T20:22:16.532 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2026-03-31T20:22:16.532 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2026-03-31T20:22:16.532 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2026-03-31T20:22:16.532 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2026-03-31T20:22:16.532 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2026-03-31T20:22:16.532 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2026-03-31T20:22:16.532 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2026-03-31T20:22:16.532 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2026-03-31T20:22:16.532 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout }, 2026-03-31T20:22:16.532 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout "fsmap": { 2026-03-31T20:22:16.532 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-03-31T20:22:16.532 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout "btime": "2026-03-31T20:22:12:429310+0000", 2026-03-31T20:22:16.532 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout "by_rank": [], 2026-03-31T20:22:16.532 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout "up:standby": 0 2026-03-31T20:22:16.532 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout }, 2026-03-31T20:22:16.532 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout "mgrmap": { 2026-03-31T20:22:16.532 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout "available": false, 2026-03-31T20:22:16.532 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2026-03-31T20:22:16.532 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout "modules": [ 2026-03-31T20:22:16.532 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout "iostat", 2026-03-31T20:22:16.532 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout "nfs" 2026-03-31T20:22:16.532 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout ], 2026-03-31T20:22:16.532 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout "services": {} 2026-03-31T20:22:16.532 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout }, 2026-03-31T20:22:16.532 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout "servicemap": { 2026-03-31T20:22:16.532 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-03-31T20:22:16.532 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout "modified": "2026-03-31T20:22:12.429937+0000", 2026-03-31T20:22:16.532 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout "services": {} 2026-03-31T20:22:16.532 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout }, 2026-03-31T20:22:16.532 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout "progress_events": {} 2026-03-31T20:22:16.532 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout } 2026-03-31T20:22:16.532 INFO:teuthology.orchestra.run.vm01.stdout:mgr not available, waiting (2/15)... 2026-03-31T20:22:16.838 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:16 vm01 bash[20507]: audit 2026-03-31T20:22:16.494895+0000 mon.a (mon.0) 14 : audit [DBG] from='client.? 192.168.123.101:0/2342135026' entity='client.admin' cmd={"prefix": "status", "format": "json-pretty"} : dispatch 2026-03-31T20:22:16.838 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:16 vm01 bash[20507]: audit 2026-03-31T20:22:16.494895+0000 mon.a (mon.0) 14 : audit [DBG] from='client.? 192.168.123.101:0/2342135026' entity='client.admin' cmd={"prefix": "status", "format": "json-pretty"} : dispatch 2026-03-31T20:22:17.838 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:17 vm01 bash[20507]: cluster 2026-03-31T20:22:16.743586+0000 mon.a (mon.0) 15 : cluster [INF] Activating manager daemon a 2026-03-31T20:22:17.838 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:17 vm01 bash[20507]: cluster 2026-03-31T20:22:16.743586+0000 mon.a (mon.0) 15 : cluster [INF] Activating manager daemon a 2026-03-31T20:22:17.838 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:17 vm01 bash[20507]: cluster 2026-03-31T20:22:16.746620+0000 mon.a (mon.0) 16 : cluster [DBG] mgrmap e2: a(active, starting, since 0.00315097s) 2026-03-31T20:22:17.838 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:17 vm01 bash[20507]: cluster 2026-03-31T20:22:16.746620+0000 mon.a (mon.0) 16 : cluster [DBG] mgrmap e2: a(active, starting, since 0.00315097s) 2026-03-31T20:22:17.838 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:17 vm01 bash[20507]: audit 2026-03-31T20:22:16.748829+0000 mon.a (mon.0) 17 : audit [DBG] from='mgr.14102 192.168.123.101:0/2840306627' entity='mgr.a' cmd={"prefix": "mds metadata"} : dispatch 2026-03-31T20:22:17.838 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:17 vm01 bash[20507]: audit 2026-03-31T20:22:16.748829+0000 mon.a (mon.0) 17 : audit [DBG] from='mgr.14102 192.168.123.101:0/2840306627' entity='mgr.a' cmd={"prefix": "mds metadata"} : dispatch 2026-03-31T20:22:17.838 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:17 vm01 bash[20507]: audit 2026-03-31T20:22:16.748884+0000 mon.a (mon.0) 18 : audit [DBG] from='mgr.14102 192.168.123.101:0/2840306627' entity='mgr.a' cmd={"prefix": "osd metadata"} : dispatch 2026-03-31T20:22:17.838 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:17 vm01 bash[20507]: audit 2026-03-31T20:22:16.748884+0000 mon.a (mon.0) 18 : audit [DBG] from='mgr.14102 192.168.123.101:0/2840306627' entity='mgr.a' cmd={"prefix": "osd metadata"} : dispatch 2026-03-31T20:22:17.839 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:17 vm01 bash[20507]: audit 2026-03-31T20:22:16.748953+0000 mon.a (mon.0) 19 : audit [DBG] from='mgr.14102 192.168.123.101:0/2840306627' entity='mgr.a' cmd={"prefix": "mon metadata"} : dispatch 2026-03-31T20:22:17.839 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:17 vm01 bash[20507]: audit 2026-03-31T20:22:16.748953+0000 mon.a (mon.0) 19 : audit [DBG] from='mgr.14102 192.168.123.101:0/2840306627' entity='mgr.a' cmd={"prefix": "mon metadata"} : dispatch 2026-03-31T20:22:17.839 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:17 vm01 bash[20507]: audit 2026-03-31T20:22:16.749106+0000 mon.a (mon.0) 20 : audit [DBG] from='mgr.14102 192.168.123.101:0/2840306627' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-03-31T20:22:17.839 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:17 vm01 bash[20507]: audit 2026-03-31T20:22:16.749106+0000 mon.a (mon.0) 20 : audit [DBG] from='mgr.14102 192.168.123.101:0/2840306627' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-03-31T20:22:17.839 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:17 vm01 bash[20507]: audit 2026-03-31T20:22:16.749870+0000 mon.a (mon.0) 21 : audit [DBG] from='mgr.14102 192.168.123.101:0/2840306627' entity='mgr.a' cmd={"prefix": "mgr metadata", "who": "a", "id": "a"} : dispatch 2026-03-31T20:22:17.839 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:17 vm01 bash[20507]: audit 2026-03-31T20:22:16.749870+0000 mon.a (mon.0) 21 : audit [DBG] from='mgr.14102 192.168.123.101:0/2840306627' entity='mgr.a' cmd={"prefix": "mgr metadata", "who": "a", "id": "a"} : dispatch 2026-03-31T20:22:17.839 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:17 vm01 bash[20507]: cluster 2026-03-31T20:22:16.753891+0000 mon.a (mon.0) 22 : cluster [INF] Manager daemon a is now available 2026-03-31T20:22:17.839 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:17 vm01 bash[20507]: cluster 2026-03-31T20:22:16.753891+0000 mon.a (mon.0) 22 : cluster [INF] Manager daemon a is now available 2026-03-31T20:22:17.839 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:17 vm01 bash[20507]: audit 2026-03-31T20:22:16.760502+0000 mon.a (mon.0) 23 : audit [INF] from='mgr.14102 192.168.123.101:0/2840306627' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"} : dispatch 2026-03-31T20:22:17.839 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:17 vm01 bash[20507]: audit 2026-03-31T20:22:16.760502+0000 mon.a (mon.0) 23 : audit [INF] from='mgr.14102 192.168.123.101:0/2840306627' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"} : dispatch 2026-03-31T20:22:17.839 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:17 vm01 bash[20507]: audit 2026-03-31T20:22:16.762124+0000 mon.a (mon.0) 24 : audit [INF] from='mgr.14102 192.168.123.101:0/2840306627' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"} : dispatch 2026-03-31T20:22:17.839 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:17 vm01 bash[20507]: audit 2026-03-31T20:22:16.762124+0000 mon.a (mon.0) 24 : audit [INF] from='mgr.14102 192.168.123.101:0/2840306627' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"} : dispatch 2026-03-31T20:22:17.839 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:17 vm01 bash[20507]: audit 2026-03-31T20:22:16.763594+0000 mon.a (mon.0) 25 : audit [INF] from='mgr.14102 192.168.123.101:0/2840306627' entity='mgr.a' 2026-03-31T20:22:17.839 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:17 vm01 bash[20507]: audit 2026-03-31T20:22:16.763594+0000 mon.a (mon.0) 25 : audit [INF] from='mgr.14102 192.168.123.101:0/2840306627' entity='mgr.a' 2026-03-31T20:22:17.839 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:17 vm01 bash[20507]: audit 2026-03-31T20:22:16.765931+0000 mon.a (mon.0) 26 : audit [INF] from='mgr.14102 192.168.123.101:0/2840306627' entity='mgr.a' 2026-03-31T20:22:17.839 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:17 vm01 bash[20507]: audit 2026-03-31T20:22:16.765931+0000 mon.a (mon.0) 26 : audit [INF] from='mgr.14102 192.168.123.101:0/2840306627' entity='mgr.a' 2026-03-31T20:22:17.839 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:17 vm01 bash[20507]: audit 2026-03-31T20:22:16.768336+0000 mon.a (mon.0) 27 : audit [INF] from='mgr.14102 192.168.123.101:0/2840306627' entity='mgr.a' 2026-03-31T20:22:17.839 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:17 vm01 bash[20507]: audit 2026-03-31T20:22:16.768336+0000 mon.a (mon.0) 27 : audit [INF] from='mgr.14102 192.168.123.101:0/2840306627' entity='mgr.a' 2026-03-31T20:22:18.824 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:18 vm01 bash[20507]: cluster 2026-03-31T20:22:17.751023+0000 mon.a (mon.0) 28 : cluster [DBG] mgrmap e3: a(active, since 1.00755s) 2026-03-31T20:22:18.824 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:18 vm01 bash[20507]: cluster 2026-03-31T20:22:17.751023+0000 mon.a (mon.0) 28 : cluster [DBG] mgrmap e3: a(active, since 1.00755s) 2026-03-31T20:22:18.848 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout 2026-03-31T20:22:18.848 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout { 2026-03-31T20:22:18.848 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout "fsid": "2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37", 2026-03-31T20:22:18.848 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout "health": { 2026-03-31T20:22:18.848 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2026-03-31T20:22:18.848 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout "checks": {}, 2026-03-31T20:22:18.848 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout "mutes": [] 2026-03-31T20:22:18.848 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout }, 2026-03-31T20:22:18.848 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2026-03-31T20:22:18.848 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout "quorum": [ 2026-03-31T20:22:18.848 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout 0 2026-03-31T20:22:18.848 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout ], 2026-03-31T20:22:18.848 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2026-03-31T20:22:18.848 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout "a" 2026-03-31T20:22:18.848 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout ], 2026-03-31T20:22:18.848 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout "quorum_age": 5, 2026-03-31T20:22:18.848 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout "monmap": { 2026-03-31T20:22:18.848 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-03-31T20:22:18.848 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "tentacle", 2026-03-31T20:22:18.848 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout "num_mons": 1 2026-03-31T20:22:18.848 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout }, 2026-03-31T20:22:18.848 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout "osdmap": { 2026-03-31T20:22:18.848 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-03-31T20:22:18.848 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2026-03-31T20:22:18.848 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2026-03-31T20:22:18.848 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2026-03-31T20:22:18.849 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2026-03-31T20:22:18.849 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2026-03-31T20:22:18.849 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2026-03-31T20:22:18.849 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout }, 2026-03-31T20:22:18.849 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout "pgmap": { 2026-03-31T20:22:18.849 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2026-03-31T20:22:18.849 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2026-03-31T20:22:18.849 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2026-03-31T20:22:18.849 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2026-03-31T20:22:18.849 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2026-03-31T20:22:18.849 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2026-03-31T20:22:18.849 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2026-03-31T20:22:18.849 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2026-03-31T20:22:18.849 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout }, 2026-03-31T20:22:18.849 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout "fsmap": { 2026-03-31T20:22:18.849 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-03-31T20:22:18.849 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout "btime": "2026-03-31T20:22:12:429310+0000", 2026-03-31T20:22:18.849 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout "by_rank": [], 2026-03-31T20:22:18.849 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout "up:standby": 0 2026-03-31T20:22:18.849 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout }, 2026-03-31T20:22:18.849 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout "mgrmap": { 2026-03-31T20:22:18.849 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout "available": true, 2026-03-31T20:22:18.849 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2026-03-31T20:22:18.849 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout "modules": [ 2026-03-31T20:22:18.849 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout "iostat", 2026-03-31T20:22:18.849 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout "nfs" 2026-03-31T20:22:18.849 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout ], 2026-03-31T20:22:18.849 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout "services": {} 2026-03-31T20:22:18.849 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout }, 2026-03-31T20:22:18.849 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout "servicemap": { 2026-03-31T20:22:18.849 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-03-31T20:22:18.849 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout "modified": "2026-03-31T20:22:12.429937+0000", 2026-03-31T20:22:18.849 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout "services": {} 2026-03-31T20:22:18.849 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout }, 2026-03-31T20:22:18.849 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout "progress_events": {} 2026-03-31T20:22:18.849 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout } 2026-03-31T20:22:18.849 INFO:teuthology.orchestra.run.vm01.stdout:mgr is available 2026-03-31T20:22:19.137 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout 2026-03-31T20:22:19.137 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout [global] 2026-03-31T20:22:19.137 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout fsid = 2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37 2026-03-31T20:22:19.137 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout mon_cluster_log_file_level = debug 2026-03-31T20:22:19.137 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout mon_host = [v2:192.168.123.101:3300,v1:192.168.123.101:6789] 2026-03-31T20:22:19.137 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2026-03-31T20:22:19.137 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2026-03-31T20:22:19.137 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2026-03-31T20:22:19.137 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2026-03-31T20:22:19.137 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout 2026-03-31T20:22:19.138 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout [mgr] 2026-03-31T20:22:19.138 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2026-03-31T20:22:19.138 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout 2026-03-31T20:22:19.138 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout [osd] 2026-03-31T20:22:19.138 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2026-03-31T20:22:19.138 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2026-03-31T20:22:19.138 INFO:teuthology.orchestra.run.vm01.stdout:Enabling cephadm module... 2026-03-31T20:22:19.838 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:19 vm01 bash[20507]: cluster 2026-03-31T20:22:18.754264+0000 mon.a (mon.0) 29 : cluster [DBG] mgrmap e4: a(active, since 2s) 2026-03-31T20:22:19.838 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:19 vm01 bash[20507]: cluster 2026-03-31T20:22:18.754264+0000 mon.a (mon.0) 29 : cluster [DBG] mgrmap e4: a(active, since 2s) 2026-03-31T20:22:19.838 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:19 vm01 bash[20507]: audit 2026-03-31T20:22:18.812138+0000 mon.a (mon.0) 30 : audit [DBG] from='client.? 192.168.123.101:0/1269272954' entity='client.admin' cmd={"prefix": "status", "format": "json-pretty"} : dispatch 2026-03-31T20:22:19.838 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:19 vm01 bash[20507]: audit 2026-03-31T20:22:18.812138+0000 mon.a (mon.0) 30 : audit [DBG] from='client.? 192.168.123.101:0/1269272954' entity='client.admin' cmd={"prefix": "status", "format": "json-pretty"} : dispatch 2026-03-31T20:22:19.838 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:19 vm01 bash[20507]: audit 2026-03-31T20:22:19.073183+0000 mon.a (mon.0) 31 : audit [INF] from='client.? 192.168.123.101:0/3362102202' entity='client.admin' cmd={"prefix": "config assimilate-conf"} : dispatch 2026-03-31T20:22:19.838 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:19 vm01 bash[20507]: audit 2026-03-31T20:22:19.073183+0000 mon.a (mon.0) 31 : audit [INF] from='client.? 192.168.123.101:0/3362102202' entity='client.admin' cmd={"prefix": "config assimilate-conf"} : dispatch 2026-03-31T20:22:19.838 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:19 vm01 bash[20507]: audit 2026-03-31T20:22:19.076748+0000 mon.a (mon.0) 32 : audit [INF] from='client.? 192.168.123.101:0/3362102202' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2026-03-31T20:22:19.838 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:19 vm01 bash[20507]: audit 2026-03-31T20:22:19.076748+0000 mon.a (mon.0) 32 : audit [INF] from='client.? 192.168.123.101:0/3362102202' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2026-03-31T20:22:19.838 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:19 vm01 bash[20507]: audit 2026-03-31T20:22:19.391966+0000 mon.a (mon.0) 33 : audit [INF] from='client.? 192.168.123.101:0/436777634' entity='client.admin' cmd={"prefix": "mgr module enable", "module": "cephadm"} : dispatch 2026-03-31T20:22:19.838 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:19 vm01 bash[20507]: audit 2026-03-31T20:22:19.391966+0000 mon.a (mon.0) 33 : audit [INF] from='client.? 192.168.123.101:0/436777634' entity='client.admin' cmd={"prefix": "mgr module enable", "module": "cephadm"} : dispatch 2026-03-31T20:22:20.418 INFO:journalctl@ceph.mgr.a.vm01.stdout:Mar 31 20:22:20 vm01 bash[20789]: ignoring --setuser ceph since I am not root 2026-03-31T20:22:20.418 INFO:journalctl@ceph.mgr.a.vm01.stdout:Mar 31 20:22:20 vm01 bash[20789]: ignoring --setgroup ceph since I am not root 2026-03-31T20:22:20.440 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout { 2026-03-31T20:22:20.440 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout "epoch": 5, 2026-03-31T20:22:20.440 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout "available": true, 2026-03-31T20:22:20.440 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout "active_name": "a", 2026-03-31T20:22:20.440 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout "num_standby": 0 2026-03-31T20:22:20.440 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout } 2026-03-31T20:22:20.440 INFO:teuthology.orchestra.run.vm01.stdout:Waiting for the mgr to restart... 2026-03-31T20:22:20.440 INFO:teuthology.orchestra.run.vm01.stdout:Waiting for mgr epoch 5... 2026-03-31T20:22:21.338 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:21 vm01 bash[20507]: audit 2026-03-31T20:22:20.077488+0000 mon.a (mon.0) 34 : audit [INF] from='client.? 192.168.123.101:0/436777634' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2026-03-31T20:22:21.338 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:21 vm01 bash[20507]: audit 2026-03-31T20:22:20.077488+0000 mon.a (mon.0) 34 : audit [INF] from='client.? 192.168.123.101:0/436777634' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2026-03-31T20:22:21.338 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:21 vm01 bash[20507]: cluster 2026-03-31T20:22:20.079666+0000 mon.a (mon.0) 35 : cluster [DBG] mgrmap e5: a(active, since 3s) 2026-03-31T20:22:21.338 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:21 vm01 bash[20507]: cluster 2026-03-31T20:22:20.079666+0000 mon.a (mon.0) 35 : cluster [DBG] mgrmap e5: a(active, since 3s) 2026-03-31T20:22:21.338 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:21 vm01 bash[20507]: audit 2026-03-31T20:22:20.404201+0000 mon.a (mon.0) 36 : audit [DBG] from='client.? 192.168.123.101:0/1602371178' entity='client.admin' cmd={"prefix": "mgr stat"} : dispatch 2026-03-31T20:22:21.338 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:21 vm01 bash[20507]: audit 2026-03-31T20:22:20.404201+0000 mon.a (mon.0) 36 : audit [DBG] from='client.? 192.168.123.101:0/1602371178' entity='client.admin' cmd={"prefix": "mgr stat"} : dispatch 2026-03-31T20:22:21.338 INFO:journalctl@ceph.mgr.a.vm01.stdout:Mar 31 20:22:21 vm01 bash[20789]: /lib64/python3.9/site-packages/scipy/__init__.py:73: UserWarning: NumPy was imported from a Python sub-interpreter but NumPy does not properly support sub-interpreters. This will likely work for most users but might cause hard to track down issues or subtle bugs. A common user of the rare sub-interpreter feature is wsgi which also allows single-interpreter mode. 2026-03-31T20:22:21.338 INFO:journalctl@ceph.mgr.a.vm01.stdout:Mar 31 20:22:21 vm01 bash[20789]: Improvements in the case of bugs are welcome, but is not on the NumPy roadmap, and full support may require significant effort to achieve. 2026-03-31T20:22:21.338 INFO:journalctl@ceph.mgr.a.vm01.stdout:Mar 31 20:22:21 vm01 bash[20789]: from numpy import show_config as show_numpy_config 2026-03-31T20:22:23.338 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:23 vm01 bash[20507]: cluster 2026-03-31T20:22:22.995786+0000 mon.a (mon.0) 37 : cluster [INF] Active manager daemon a restarted 2026-03-31T20:22:23.338 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:23 vm01 bash[20507]: cluster 2026-03-31T20:22:22.995786+0000 mon.a (mon.0) 37 : cluster [INF] Active manager daemon a restarted 2026-03-31T20:22:23.338 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:23 vm01 bash[20507]: cluster 2026-03-31T20:22:22.996009+0000 mon.a (mon.0) 38 : cluster [INF] Activating manager daemon a 2026-03-31T20:22:23.338 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:23 vm01 bash[20507]: cluster 2026-03-31T20:22:22.996009+0000 mon.a (mon.0) 38 : cluster [INF] Activating manager daemon a 2026-03-31T20:22:23.338 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:23 vm01 bash[20507]: cluster 2026-03-31T20:22:23.000145+0000 mon.a (mon.0) 39 : cluster [DBG] osdmap e2: 0 total, 0 up, 0 in 2026-03-31T20:22:23.338 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:23 vm01 bash[20507]: cluster 2026-03-31T20:22:23.000145+0000 mon.a (mon.0) 39 : cluster [DBG] osdmap e2: 0 total, 0 up, 0 in 2026-03-31T20:22:23.338 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:23 vm01 bash[20507]: cluster 2026-03-31T20:22:23.000208+0000 mon.a (mon.0) 40 : cluster [DBG] mgrmap e6: a(active, starting, since 0.00427997s) 2026-03-31T20:22:23.338 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:23 vm01 bash[20507]: cluster 2026-03-31T20:22:23.000208+0000 mon.a (mon.0) 40 : cluster [DBG] mgrmap e6: a(active, starting, since 0.00427997s) 2026-03-31T20:22:23.338 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:23 vm01 bash[20507]: audit 2026-03-31T20:22:23.000751+0000 mon.a (mon.0) 41 : audit [DBG] from='mgr.14118 192.168.123.101:0/526911218' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-03-31T20:22:23.338 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:23 vm01 bash[20507]: audit 2026-03-31T20:22:23.000751+0000 mon.a (mon.0) 41 : audit [DBG] from='mgr.14118 192.168.123.101:0/526911218' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-03-31T20:22:23.338 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:23 vm01 bash[20507]: audit 2026-03-31T20:22:23.001508+0000 mon.a (mon.0) 42 : audit [DBG] from='mgr.14118 192.168.123.101:0/526911218' entity='mgr.a' cmd={"prefix": "mgr metadata", "who": "a", "id": "a"} : dispatch 2026-03-31T20:22:23.338 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:23 vm01 bash[20507]: audit 2026-03-31T20:22:23.001508+0000 mon.a (mon.0) 42 : audit [DBG] from='mgr.14118 192.168.123.101:0/526911218' entity='mgr.a' cmd={"prefix": "mgr metadata", "who": "a", "id": "a"} : dispatch 2026-03-31T20:22:23.338 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:23 vm01 bash[20507]: audit 2026-03-31T20:22:23.002298+0000 mon.a (mon.0) 43 : audit [DBG] from='mgr.14118 192.168.123.101:0/526911218' entity='mgr.a' cmd={"prefix": "mds metadata"} : dispatch 2026-03-31T20:22:23.338 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:23 vm01 bash[20507]: audit 2026-03-31T20:22:23.002298+0000 mon.a (mon.0) 43 : audit [DBG] from='mgr.14118 192.168.123.101:0/526911218' entity='mgr.a' cmd={"prefix": "mds metadata"} : dispatch 2026-03-31T20:22:23.338 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:23 vm01 bash[20507]: audit 2026-03-31T20:22:23.002403+0000 mon.a (mon.0) 44 : audit [DBG] from='mgr.14118 192.168.123.101:0/526911218' entity='mgr.a' cmd={"prefix": "osd metadata"} : dispatch 2026-03-31T20:22:23.338 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:23 vm01 bash[20507]: audit 2026-03-31T20:22:23.002403+0000 mon.a (mon.0) 44 : audit [DBG] from='mgr.14118 192.168.123.101:0/526911218' entity='mgr.a' cmd={"prefix": "osd metadata"} : dispatch 2026-03-31T20:22:23.338 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:23 vm01 bash[20507]: audit 2026-03-31T20:22:23.002505+0000 mon.a (mon.0) 45 : audit [DBG] from='mgr.14118 192.168.123.101:0/526911218' entity='mgr.a' cmd={"prefix": "mon metadata"} : dispatch 2026-03-31T20:22:23.338 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:23 vm01 bash[20507]: audit 2026-03-31T20:22:23.002505+0000 mon.a (mon.0) 45 : audit [DBG] from='mgr.14118 192.168.123.101:0/526911218' entity='mgr.a' cmd={"prefix": "mon metadata"} : dispatch 2026-03-31T20:22:23.338 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:23 vm01 bash[20507]: cluster 2026-03-31T20:22:23.007510+0000 mon.a (mon.0) 46 : cluster [INF] Manager daemon a is now available 2026-03-31T20:22:23.338 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:23 vm01 bash[20507]: cluster 2026-03-31T20:22:23.007510+0000 mon.a (mon.0) 46 : cluster [INF] Manager daemon a is now available 2026-03-31T20:22:24.045 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout { 2026-03-31T20:22:24.045 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 7, 2026-03-31T20:22:24.045 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout "initialized": true 2026-03-31T20:22:24.045 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout } 2026-03-31T20:22:24.045 INFO:teuthology.orchestra.run.vm01.stdout:mgr epoch 5 is available 2026-03-31T20:22:24.045 INFO:teuthology.orchestra.run.vm01.stdout:Verifying orchestrator module is enabled... 2026-03-31T20:22:24.838 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:24 vm01 bash[20507]: audit 2026-03-31T20:22:23.562765+0000 mon.a (mon.0) 47 : audit [INF] from='mgr.14118 192.168.123.101:0/526911218' entity='mgr.a' 2026-03-31T20:22:24.838 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:24 vm01 bash[20507]: audit 2026-03-31T20:22:23.562765+0000 mon.a (mon.0) 47 : audit [INF] from='mgr.14118 192.168.123.101:0/526911218' entity='mgr.a' 2026-03-31T20:22:24.838 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:24 vm01 bash[20507]: audit 2026-03-31T20:22:23.564743+0000 mon.a (mon.0) 48 : audit [INF] from='mgr.14118 192.168.123.101:0/526911218' entity='mgr.a' 2026-03-31T20:22:24.838 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:24 vm01 bash[20507]: audit 2026-03-31T20:22:23.564743+0000 mon.a (mon.0) 48 : audit [INF] from='mgr.14118 192.168.123.101:0/526911218' entity='mgr.a' 2026-03-31T20:22:24.838 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:24 vm01 bash[20507]: cephadm 2026-03-31T20:22:23.565058+0000 mgr.a (mgr.14118) 1 : cephadm [INF] Found migration_current of "None". Setting to last migration. 2026-03-31T20:22:24.838 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:24 vm01 bash[20507]: cephadm 2026-03-31T20:22:23.565058+0000 mgr.a (mgr.14118) 1 : cephadm [INF] Found migration_current of "None". Setting to last migration. 2026-03-31T20:22:24.838 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:24 vm01 bash[20507]: audit 2026-03-31T20:22:23.566653+0000 mon.a (mon.0) 49 : audit [INF] from='mgr.14118 192.168.123.101:0/526911218' entity='mgr.a' 2026-03-31T20:22:24.839 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:24 vm01 bash[20507]: audit 2026-03-31T20:22:23.566653+0000 mon.a (mon.0) 49 : audit [INF] from='mgr.14118 192.168.123.101:0/526911218' entity='mgr.a' 2026-03-31T20:22:24.839 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:24 vm01 bash[20507]: audit 2026-03-31T20:22:23.570983+0000 mon.a (mon.0) 50 : audit [INF] from='mgr.14118 192.168.123.101:0/526911218' entity='mgr.a' 2026-03-31T20:22:24.839 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:24 vm01 bash[20507]: audit 2026-03-31T20:22:23.570983+0000 mon.a (mon.0) 50 : audit [INF] from='mgr.14118 192.168.123.101:0/526911218' entity='mgr.a' 2026-03-31T20:22:24.839 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:24 vm01 bash[20507]: audit 2026-03-31T20:22:23.572289+0000 mon.a (mon.0) 51 : audit [DBG] from='mgr.14118 192.168.123.101:0/526911218' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-03-31T20:22:24.839 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:24 vm01 bash[20507]: audit 2026-03-31T20:22:23.572289+0000 mon.a (mon.0) 51 : audit [DBG] from='mgr.14118 192.168.123.101:0/526911218' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-03-31T20:22:24.839 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:24 vm01 bash[20507]: audit 2026-03-31T20:22:23.574458+0000 mon.a (mon.0) 52 : audit [DBG] from='mgr.14118 192.168.123.101:0/526911218' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-03-31T20:22:24.839 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:24 vm01 bash[20507]: audit 2026-03-31T20:22:23.574458+0000 mon.a (mon.0) 52 : audit [DBG] from='mgr.14118 192.168.123.101:0/526911218' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-03-31T20:22:24.839 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:24 vm01 bash[20507]: audit 2026-03-31T20:22:23.579679+0000 mon.a (mon.0) 53 : audit [INF] from='mgr.14118 192.168.123.101:0/526911218' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"} : dispatch 2026-03-31T20:22:24.839 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:24 vm01 bash[20507]: audit 2026-03-31T20:22:23.579679+0000 mon.a (mon.0) 53 : audit [INF] from='mgr.14118 192.168.123.101:0/526911218' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"} : dispatch 2026-03-31T20:22:24.839 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:24 vm01 bash[20507]: audit 2026-03-31T20:22:23.581427+0000 mon.a (mon.0) 54 : audit [INF] from='mgr.14118 192.168.123.101:0/526911218' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"} : dispatch 2026-03-31T20:22:24.839 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:24 vm01 bash[20507]: audit 2026-03-31T20:22:23.581427+0000 mon.a (mon.0) 54 : audit [INF] from='mgr.14118 192.168.123.101:0/526911218' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"} : dispatch 2026-03-31T20:22:24.839 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:24 vm01 bash[20507]: cluster 2026-03-31T20:22:24.003657+0000 mon.a (mon.0) 55 : cluster [DBG] mgrmap e7: a(active, since 1.00773s) 2026-03-31T20:22:24.839 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:24 vm01 bash[20507]: cluster 2026-03-31T20:22:24.003657+0000 mon.a (mon.0) 55 : cluster [DBG] mgrmap e7: a(active, since 1.00773s) 2026-03-31T20:22:24.839 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:24 vm01 bash[20507]: audit 2026-03-31T20:22:24.004174+0000 mgr.a (mgr.14118) 2 : audit [DBG] from='client.14122 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2026-03-31T20:22:24.839 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:24 vm01 bash[20507]: audit 2026-03-31T20:22:24.004174+0000 mgr.a (mgr.14118) 2 : audit [DBG] from='client.14122 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2026-03-31T20:22:24.839 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:24 vm01 bash[20507]: audit 2026-03-31T20:22:24.009633+0000 mgr.a (mgr.14118) 3 : audit [DBG] from='client.14122 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2026-03-31T20:22:24.839 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:24 vm01 bash[20507]: audit 2026-03-31T20:22:24.009633+0000 mgr.a (mgr.14118) 3 : audit [DBG] from='client.14122 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2026-03-31T20:22:24.839 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:24 vm01 bash[20507]: audit 2026-03-31T20:22:24.299808+0000 mon.a (mon.0) 56 : audit [INF] from='client.? 192.168.123.101:0/2809513396' entity='client.admin' cmd={"prefix": "mgr module enable", "module": "orchestrator"} : dispatch 2026-03-31T20:22:24.839 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:24 vm01 bash[20507]: audit 2026-03-31T20:22:24.299808+0000 mon.a (mon.0) 56 : audit [INF] from='client.? 192.168.123.101:0/2809513396' entity='client.admin' cmd={"prefix": "mgr module enable", "module": "orchestrator"} : dispatch 2026-03-31T20:22:24.839 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:24 vm01 bash[20507]: audit 2026-03-31T20:22:24.559717+0000 mon.a (mon.0) 57 : audit [DBG] from='mgr.14118 192.168.123.101:0/526911218' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-03-31T20:22:24.839 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:24 vm01 bash[20507]: audit 2026-03-31T20:22:24.559717+0000 mon.a (mon.0) 57 : audit [DBG] from='mgr.14118 192.168.123.101:0/526911218' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-03-31T20:22:25.037 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stderr module 'orchestrator' is already enabled (always-on) 2026-03-31T20:22:25.037 INFO:teuthology.orchestra.run.vm01.stdout:Setting orchestrator backend to cephadm... 2026-03-31T20:22:25.572 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout value unchanged 2026-03-31T20:22:25.572 INFO:teuthology.orchestra.run.vm01.stdout:Generating ssh key... 2026-03-31T20:22:26.072 INFO:journalctl@ceph.mgr.a.vm01.stdout:Mar 31 20:22:25 vm01 bash[20789]: Generating public/private ed25519 key pair. 2026-03-31T20:22:26.072 INFO:journalctl@ceph.mgr.a.vm01.stdout:Mar 31 20:22:25 vm01 bash[20789]: Your identification has been saved in /tmp/tmp_rbcb2f4/key 2026-03-31T20:22:26.072 INFO:journalctl@ceph.mgr.a.vm01.stdout:Mar 31 20:22:25 vm01 bash[20789]: Your public key has been saved in /tmp/tmp_rbcb2f4/key.pub 2026-03-31T20:22:26.072 INFO:journalctl@ceph.mgr.a.vm01.stdout:Mar 31 20:22:25 vm01 bash[20789]: The key fingerprint is: 2026-03-31T20:22:26.072 INFO:journalctl@ceph.mgr.a.vm01.stdout:Mar 31 20:22:25 vm01 bash[20789]: SHA256:9w//YrQHV79T1yWsye/4B1T6GHJ3h+IZoP4H4bUqp0M ceph-2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37 2026-03-31T20:22:26.072 INFO:journalctl@ceph.mgr.a.vm01.stdout:Mar 31 20:22:25 vm01 bash[20789]: The key's randomart image is: 2026-03-31T20:22:26.072 INFO:journalctl@ceph.mgr.a.vm01.stdout:Mar 31 20:22:25 vm01 bash[20789]: +--[ED25519 256]--+ 2026-03-31T20:22:26.072 INFO:journalctl@ceph.mgr.a.vm01.stdout:Mar 31 20:22:25 vm01 bash[20789]: | | 2026-03-31T20:22:26.072 INFO:journalctl@ceph.mgr.a.vm01.stdout:Mar 31 20:22:25 vm01 bash[20789]: | . .| 2026-03-31T20:22:26.072 INFO:journalctl@ceph.mgr.a.vm01.stdout:Mar 31 20:22:25 vm01 bash[20789]: | . . . + | 2026-03-31T20:22:26.072 INFO:journalctl@ceph.mgr.a.vm01.stdout:Mar 31 20:22:25 vm01 bash[20789]: | . . = O *| 2026-03-31T20:22:26.072 INFO:journalctl@ceph.mgr.a.vm01.stdout:Mar 31 20:22:25 vm01 bash[20789]: | .S..= @ *B| 2026-03-31T20:22:26.072 INFO:journalctl@ceph.mgr.a.vm01.stdout:Mar 31 20:22:25 vm01 bash[20789]: | E.o.B = B| 2026-03-31T20:22:26.073 INFO:journalctl@ceph.mgr.a.vm01.stdout:Mar 31 20:22:25 vm01 bash[20789]: | . . ooo =+| 2026-03-31T20:22:26.073 INFO:journalctl@ceph.mgr.a.vm01.stdout:Mar 31 20:22:25 vm01 bash[20789]: | o + .==oo| 2026-03-31T20:22:26.073 INFO:journalctl@ceph.mgr.a.vm01.stdout:Mar 31 20:22:25 vm01 bash[20789]: | .= ..+==o| 2026-03-31T20:22:26.073 INFO:journalctl@ceph.mgr.a.vm01.stdout:Mar 31 20:22:25 vm01 bash[20789]: +----[SHA256]-----+ 2026-03-31T20:22:26.073 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:26 vm01 bash[20507]: cephadm 2026-03-31T20:22:24.350732+0000 mgr.a (mgr.14118) 4 : cephadm [INF] [31/Mar/2026:20:22:24] ENGINE Bus STARTING 2026-03-31T20:22:26.073 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:26 vm01 bash[20507]: cephadm 2026-03-31T20:22:24.350732+0000 mgr.a (mgr.14118) 4 : cephadm [INF] [31/Mar/2026:20:22:24] ENGINE Bus STARTING 2026-03-31T20:22:26.073 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:26 vm01 bash[20507]: cephadm 2026-03-31T20:22:24.451750+0000 mgr.a (mgr.14118) 5 : cephadm [INF] [31/Mar/2026:20:22:24] ENGINE Serving on http://192.168.123.101:8765 2026-03-31T20:22:26.073 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:26 vm01 bash[20507]: cephadm 2026-03-31T20:22:24.451750+0000 mgr.a (mgr.14118) 5 : cephadm [INF] [31/Mar/2026:20:22:24] ENGINE Serving on http://192.168.123.101:8765 2026-03-31T20:22:26.073 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:26 vm01 bash[20507]: cephadm 2026-03-31T20:22:24.559168+0000 mgr.a (mgr.14118) 6 : cephadm [INF] [31/Mar/2026:20:22:24] ENGINE Serving on https://192.168.123.101:7150 2026-03-31T20:22:26.073 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:26 vm01 bash[20507]: cephadm 2026-03-31T20:22:24.559168+0000 mgr.a (mgr.14118) 6 : cephadm [INF] [31/Mar/2026:20:22:24] ENGINE Serving on https://192.168.123.101:7150 2026-03-31T20:22:26.073 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:26 vm01 bash[20507]: cephadm 2026-03-31T20:22:24.559298+0000 mgr.a (mgr.14118) 7 : cephadm [INF] [31/Mar/2026:20:22:24] ENGINE Bus STARTED 2026-03-31T20:22:26.073 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:26 vm01 bash[20507]: cephadm 2026-03-31T20:22:24.559298+0000 mgr.a (mgr.14118) 7 : cephadm [INF] [31/Mar/2026:20:22:24] ENGINE Bus STARTED 2026-03-31T20:22:26.073 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:26 vm01 bash[20507]: cephadm 2026-03-31T20:22:24.559597+0000 mgr.a (mgr.14118) 8 : cephadm [INF] [31/Mar/2026:20:22:24] ENGINE Client ('192.168.123.101', 38018) lost — peer dropped the TLS connection suddenly, during handshake: (6, 'TLS/SSL connection has been closed (EOF) (_ssl.c:1147)') 2026-03-31T20:22:26.073 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:26 vm01 bash[20507]: cephadm 2026-03-31T20:22:24.559597+0000 mgr.a (mgr.14118) 8 : cephadm [INF] [31/Mar/2026:20:22:24] ENGINE Client ('192.168.123.101', 38018) lost — peer dropped the TLS connection suddenly, during handshake: (6, 'TLS/SSL connection has been closed (EOF) (_ssl.c:1147)') 2026-03-31T20:22:26.073 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:26 vm01 bash[20507]: audit 2026-03-31T20:22:25.002485+0000 mon.a (mon.0) 58 : audit [INF] from='client.? 192.168.123.101:0/2809513396' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "orchestrator"}]': finished 2026-03-31T20:22:26.073 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:26 vm01 bash[20507]: audit 2026-03-31T20:22:25.002485+0000 mon.a (mon.0) 58 : audit [INF] from='client.? 192.168.123.101:0/2809513396' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "orchestrator"}]': finished 2026-03-31T20:22:26.073 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:26 vm01 bash[20507]: cluster 2026-03-31T20:22:25.004823+0000 mon.a (mon.0) 59 : cluster [DBG] mgrmap e8: a(active, since 2s) 2026-03-31T20:22:26.073 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:26 vm01 bash[20507]: cluster 2026-03-31T20:22:25.004823+0000 mon.a (mon.0) 59 : cluster [DBG] mgrmap e8: a(active, since 2s) 2026-03-31T20:22:26.073 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:26 vm01 bash[20507]: audit 2026-03-31T20:22:25.269642+0000 mon.a (mon.0) 60 : audit [INF] from='mgr.14118 192.168.123.101:0/526911218' entity='mgr.a' 2026-03-31T20:22:26.073 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:26 vm01 bash[20507]: audit 2026-03-31T20:22:25.269642+0000 mon.a (mon.0) 60 : audit [INF] from='mgr.14118 192.168.123.101:0/526911218' entity='mgr.a' 2026-03-31T20:22:26.073 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:26 vm01 bash[20507]: audit 2026-03-31T20:22:25.273766+0000 mon.a (mon.0) 61 : audit [DBG] from='mgr.14118 192.168.123.101:0/526911218' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-03-31T20:22:26.073 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:26 vm01 bash[20507]: audit 2026-03-31T20:22:25.273766+0000 mon.a (mon.0) 61 : audit [DBG] from='mgr.14118 192.168.123.101:0/526911218' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-03-31T20:22:26.073 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:26 vm01 bash[20507]: audit 2026-03-31T20:22:25.808278+0000 mon.a (mon.0) 62 : audit [INF] from='mgr.14118 192.168.123.101:0/526911218' entity='mgr.a' 2026-03-31T20:22:26.073 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:26 vm01 bash[20507]: audit 2026-03-31T20:22:25.808278+0000 mon.a (mon.0) 62 : audit [INF] from='mgr.14118 192.168.123.101:0/526911218' entity='mgr.a' 2026-03-31T20:22:26.073 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:26 vm01 bash[20507]: audit 2026-03-31T20:22:25.810598+0000 mon.a (mon.0) 63 : audit [INF] from='mgr.14118 192.168.123.101:0/526911218' entity='mgr.a' 2026-03-31T20:22:26.073 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:26 vm01 bash[20507]: audit 2026-03-31T20:22:25.810598+0000 mon.a (mon.0) 63 : audit [INF] from='mgr.14118 192.168.123.101:0/526911218' entity='mgr.a' 2026-03-31T20:22:26.096 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIP0GLX1NDq5+jtV4vt9VyxAV6p5pn0cabK7WfYDecLOn ceph-2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37 2026-03-31T20:22:26.096 INFO:teuthology.orchestra.run.vm01.stdout:Wrote public SSH key to /home/ubuntu/cephtest/ceph.pub 2026-03-31T20:22:26.096 INFO:teuthology.orchestra.run.vm01.stdout:Adding key to root@localhost authorized_keys... 2026-03-31T20:22:26.096 INFO:teuthology.orchestra.run.vm01.stdout:Adding host vm01... 2026-03-31T20:22:27.338 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:27 vm01 bash[20507]: audit 2026-03-31T20:22:25.266205+0000 mgr.a (mgr.14118) 9 : audit [DBG] from='client.14132 -' entity='client.admin' cmd=[{"prefix": "orch set backend", "module_name": "cephadm", "target": ["mon-mgr", ""]}]: dispatch 2026-03-31T20:22:27.338 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:27 vm01 bash[20507]: audit 2026-03-31T20:22:25.266205+0000 mgr.a (mgr.14118) 9 : audit [DBG] from='client.14132 -' entity='client.admin' cmd=[{"prefix": "orch set backend", "module_name": "cephadm", "target": ["mon-mgr", ""]}]: dispatch 2026-03-31T20:22:27.338 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:27 vm01 bash[20507]: audit 2026-03-31T20:22:25.539426+0000 mgr.a (mgr.14118) 10 : audit [DBG] from='client.14134 -' entity='client.admin' cmd=[{"prefix": "cephadm set-user", "user": "root", "target": ["mon-mgr", ""]}]: dispatch 2026-03-31T20:22:27.338 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:27 vm01 bash[20507]: audit 2026-03-31T20:22:25.539426+0000 mgr.a (mgr.14118) 10 : audit [DBG] from='client.14134 -' entity='client.admin' cmd=[{"prefix": "cephadm set-user", "user": "root", "target": ["mon-mgr", ""]}]: dispatch 2026-03-31T20:22:27.338 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:27 vm01 bash[20507]: audit 2026-03-31T20:22:25.791437+0000 mgr.a (mgr.14118) 11 : audit [DBG] from='client.14136 -' entity='client.admin' cmd=[{"prefix": "cephadm generate-key", "target": ["mon-mgr", ""]}]: dispatch 2026-03-31T20:22:27.338 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:27 vm01 bash[20507]: audit 2026-03-31T20:22:25.791437+0000 mgr.a (mgr.14118) 11 : audit [DBG] from='client.14136 -' entity='client.admin' cmd=[{"prefix": "cephadm generate-key", "target": ["mon-mgr", ""]}]: dispatch 2026-03-31T20:22:27.338 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:27 vm01 bash[20507]: cephadm 2026-03-31T20:22:25.791611+0000 mgr.a (mgr.14118) 12 : cephadm [INF] Generating ssh key... 2026-03-31T20:22:27.338 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:27 vm01 bash[20507]: cephadm 2026-03-31T20:22:25.791611+0000 mgr.a (mgr.14118) 12 : cephadm [INF] Generating ssh key... 2026-03-31T20:22:27.338 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:27 vm01 bash[20507]: audit 2026-03-31T20:22:26.061988+0000 mgr.a (mgr.14118) 13 : audit [DBG] from='client.14138 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2026-03-31T20:22:27.338 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:27 vm01 bash[20507]: audit 2026-03-31T20:22:26.061988+0000 mgr.a (mgr.14118) 13 : audit [DBG] from='client.14138 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2026-03-31T20:22:28.010 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:28 vm01 bash[20507]: audit 2026-03-31T20:22:26.315001+0000 mgr.a (mgr.14118) 14 : audit [DBG] from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "vm01", "addr": "192.168.123.101", "target": ["mon-mgr", ""]}]: dispatch 2026-03-31T20:22:28.010 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:28 vm01 bash[20507]: audit 2026-03-31T20:22:26.315001+0000 mgr.a (mgr.14118) 14 : audit [DBG] from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "vm01", "addr": "192.168.123.101", "target": ["mon-mgr", ""]}]: dispatch 2026-03-31T20:22:28.010 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:28 vm01 bash[20507]: cephadm 2026-03-31T20:22:26.813618+0000 mgr.a (mgr.14118) 15 : cephadm [INF] Deploying cephadm binary to vm01 2026-03-31T20:22:28.010 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:28 vm01 bash[20507]: cephadm 2026-03-31T20:22:26.813618+0000 mgr.a (mgr.14118) 15 : cephadm [INF] Deploying cephadm binary to vm01 2026-03-31T20:22:28.113 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout Added host 'vm01' with addr '192.168.123.101' 2026-03-31T20:22:28.113 INFO:teuthology.orchestra.run.vm01.stdout:Deploying unmanaged mon service... 2026-03-31T20:22:28.386 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout Scheduled mon update... 2026-03-31T20:22:28.387 INFO:teuthology.orchestra.run.vm01.stdout:Deploying unmanaged mgr service... 2026-03-31T20:22:28.648 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout Scheduled mgr update... 2026-03-31T20:22:29.177 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:29 vm01 bash[20507]: audit 2026-03-31T20:22:28.075212+0000 mon.a (mon.0) 64 : audit [INF] from='mgr.14118 192.168.123.101:0/526911218' entity='mgr.a' 2026-03-31T20:22:29.177 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:29 vm01 bash[20507]: audit 2026-03-31T20:22:28.075212+0000 mon.a (mon.0) 64 : audit [INF] from='mgr.14118 192.168.123.101:0/526911218' entity='mgr.a' 2026-03-31T20:22:29.177 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:29 vm01 bash[20507]: cephadm 2026-03-31T20:22:28.075491+0000 mgr.a (mgr.14118) 16 : cephadm [INF] Added host vm01 2026-03-31T20:22:29.177 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:29 vm01 bash[20507]: cephadm 2026-03-31T20:22:28.075491+0000 mgr.a (mgr.14118) 16 : cephadm [INF] Added host vm01 2026-03-31T20:22:29.177 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:29 vm01 bash[20507]: audit 2026-03-31T20:22:28.075682+0000 mon.a (mon.0) 65 : audit [DBG] from='mgr.14118 192.168.123.101:0/526911218' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-03-31T20:22:29.177 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:29 vm01 bash[20507]: audit 2026-03-31T20:22:28.075682+0000 mon.a (mon.0) 65 : audit [DBG] from='mgr.14118 192.168.123.101:0/526911218' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-03-31T20:22:29.177 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:29 vm01 bash[20507]: audit 2026-03-31T20:22:28.350264+0000 mon.a (mon.0) 66 : audit [INF] from='mgr.14118 192.168.123.101:0/526911218' entity='mgr.a' 2026-03-31T20:22:29.177 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:29 vm01 bash[20507]: audit 2026-03-31T20:22:28.350264+0000 mon.a (mon.0) 66 : audit [INF] from='mgr.14118 192.168.123.101:0/526911218' entity='mgr.a' 2026-03-31T20:22:29.177 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:29 vm01 bash[20507]: audit 2026-03-31T20:22:28.615909+0000 mon.a (mon.0) 67 : audit [INF] from='mgr.14118 192.168.123.101:0/526911218' entity='mgr.a' 2026-03-31T20:22:29.177 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:29 vm01 bash[20507]: audit 2026-03-31T20:22:28.615909+0000 mon.a (mon.0) 67 : audit [INF] from='mgr.14118 192.168.123.101:0/526911218' entity='mgr.a' 2026-03-31T20:22:29.177 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:29 vm01 bash[20507]: audit 2026-03-31T20:22:28.875123+0000 mon.a (mon.0) 68 : audit [INF] from='client.? 192.168.123.101:0/3979720067' entity='client.admin' 2026-03-31T20:22:29.177 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:29 vm01 bash[20507]: audit 2026-03-31T20:22:28.875123+0000 mon.a (mon.0) 68 : audit [INF] from='client.? 192.168.123.101:0/3979720067' entity='client.admin' 2026-03-31T20:22:29.234 INFO:teuthology.orchestra.run.vm01.stdout:Enabling the dashboard module... 2026-03-31T20:22:30.338 INFO:journalctl@ceph.mgr.a.vm01.stdout:Mar 31 20:22:30 vm01 bash[20789]: ignoring --setuser ceph since I am not root 2026-03-31T20:22:30.338 INFO:journalctl@ceph.mgr.a.vm01.stdout:Mar 31 20:22:30 vm01 bash[20789]: ignoring --setgroup ceph since I am not root 2026-03-31T20:22:30.338 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:30 vm01 bash[20507]: audit 2026-03-31T20:22:28.346825+0000 mgr.a (mgr.14118) 17 : audit [DBG] from='client.14142 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "unmanaged": true, "target": ["mon-mgr", ""]}]: dispatch 2026-03-31T20:22:30.338 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:30 vm01 bash[20507]: audit 2026-03-31T20:22:28.346825+0000 mgr.a (mgr.14118) 17 : audit [DBG] from='client.14142 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "unmanaged": true, "target": ["mon-mgr", ""]}]: dispatch 2026-03-31T20:22:30.338 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:30 vm01 bash[20507]: cephadm 2026-03-31T20:22:28.347669+0000 mgr.a (mgr.14118) 18 : cephadm [INF] Saving service mon spec with placement count:5 2026-03-31T20:22:30.338 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:30 vm01 bash[20507]: cephadm 2026-03-31T20:22:28.347669+0000 mgr.a (mgr.14118) 18 : cephadm [INF] Saving service mon spec with placement count:5 2026-03-31T20:22:30.338 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:30 vm01 bash[20507]: audit 2026-03-31T20:22:28.612708+0000 mgr.a (mgr.14118) 19 : audit [DBG] from='client.14144 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "unmanaged": true, "target": ["mon-mgr", ""]}]: dispatch 2026-03-31T20:22:30.338 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:30 vm01 bash[20507]: audit 2026-03-31T20:22:28.612708+0000 mgr.a (mgr.14118) 19 : audit [DBG] from='client.14144 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "unmanaged": true, "target": ["mon-mgr", ""]}]: dispatch 2026-03-31T20:22:30.338 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:30 vm01 bash[20507]: cephadm 2026-03-31T20:22:28.613339+0000 mgr.a (mgr.14118) 20 : cephadm [INF] Saving service mgr spec with placement count:2 2026-03-31T20:22:30.338 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:30 vm01 bash[20507]: cephadm 2026-03-31T20:22:28.613339+0000 mgr.a (mgr.14118) 20 : cephadm [INF] Saving service mgr spec with placement count:2 2026-03-31T20:22:30.338 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:30 vm01 bash[20507]: audit 2026-03-31T20:22:29.164070+0000 mon.a (mon.0) 69 : audit [INF] from='client.? 192.168.123.101:0/1607049807' entity='client.admin' 2026-03-31T20:22:30.338 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:30 vm01 bash[20507]: audit 2026-03-31T20:22:29.164070+0000 mon.a (mon.0) 69 : audit [INF] from='client.? 192.168.123.101:0/1607049807' entity='client.admin' 2026-03-31T20:22:30.339 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:30 vm01 bash[20507]: audit 2026-03-31T20:22:29.492278+0000 mon.a (mon.0) 70 : audit [INF] from='client.? 192.168.123.101:0/1054143598' entity='client.admin' cmd={"prefix": "mgr module enable", "module": "dashboard"} : dispatch 2026-03-31T20:22:30.339 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:30 vm01 bash[20507]: audit 2026-03-31T20:22:29.492278+0000 mon.a (mon.0) 70 : audit [INF] from='client.? 192.168.123.101:0/1054143598' entity='client.admin' cmd={"prefix": "mgr module enable", "module": "dashboard"} : dispatch 2026-03-31T20:22:30.339 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:30 vm01 bash[20507]: audit 2026-03-31T20:22:29.556339+0000 mon.a (mon.0) 71 : audit [INF] from='mgr.14118 192.168.123.101:0/526911218' entity='mgr.a' 2026-03-31T20:22:30.339 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:30 vm01 bash[20507]: audit 2026-03-31T20:22:29.556339+0000 mon.a (mon.0) 71 : audit [INF] from='mgr.14118 192.168.123.101:0/526911218' entity='mgr.a' 2026-03-31T20:22:30.339 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:30 vm01 bash[20507]: audit 2026-03-31T20:22:29.832641+0000 mon.a (mon.0) 72 : audit [INF] from='mgr.14118 192.168.123.101:0/526911218' entity='mgr.a' 2026-03-31T20:22:30.339 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:30 vm01 bash[20507]: audit 2026-03-31T20:22:29.832641+0000 mon.a (mon.0) 72 : audit [INF] from='mgr.14118 192.168.123.101:0/526911218' entity='mgr.a' 2026-03-31T20:22:30.564 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout { 2026-03-31T20:22:30.564 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout "epoch": 9, 2026-03-31T20:22:30.564 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout "available": true, 2026-03-31T20:22:30.564 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout "active_name": "a", 2026-03-31T20:22:30.564 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout "num_standby": 0 2026-03-31T20:22:30.564 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout } 2026-03-31T20:22:30.564 INFO:teuthology.orchestra.run.vm01.stdout:Waiting for the mgr to restart... 2026-03-31T20:22:30.564 INFO:teuthology.orchestra.run.vm01.stdout:Waiting for mgr epoch 9... 2026-03-31T20:22:31.438 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:31 vm01 bash[20507]: audit 2026-03-31T20:22:30.165017+0000 mon.a (mon.0) 73 : audit [INF] from='client.? 192.168.123.101:0/1054143598' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2026-03-31T20:22:31.439 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:31 vm01 bash[20507]: audit 2026-03-31T20:22:30.165017+0000 mon.a (mon.0) 73 : audit [INF] from='client.? 192.168.123.101:0/1054143598' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2026-03-31T20:22:31.439 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:31 vm01 bash[20507]: cluster 2026-03-31T20:22:30.166783+0000 mon.a (mon.0) 74 : cluster [DBG] mgrmap e9: a(active, since 7s) 2026-03-31T20:22:31.439 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:31 vm01 bash[20507]: cluster 2026-03-31T20:22:30.166783+0000 mon.a (mon.0) 74 : cluster [DBG] mgrmap e9: a(active, since 7s) 2026-03-31T20:22:31.439 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:31 vm01 bash[20507]: audit 2026-03-31T20:22:30.525265+0000 mon.a (mon.0) 75 : audit [DBG] from='client.? 192.168.123.101:0/3257049753' entity='client.admin' cmd={"prefix": "mgr stat"} : dispatch 2026-03-31T20:22:31.439 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:31 vm01 bash[20507]: audit 2026-03-31T20:22:30.525265+0000 mon.a (mon.0) 75 : audit [DBG] from='client.? 192.168.123.101:0/3257049753' entity='client.admin' cmd={"prefix": "mgr stat"} : dispatch 2026-03-31T20:22:31.838 INFO:journalctl@ceph.mgr.a.vm01.stdout:Mar 31 20:22:31 vm01 bash[20789]: /lib64/python3.9/site-packages/scipy/__init__.py:73: UserWarning: NumPy was imported from a Python sub-interpreter but NumPy does not properly support sub-interpreters. This will likely work for most users but might cause hard to track down issues or subtle bugs. A common user of the rare sub-interpreter feature is wsgi which also allows single-interpreter mode. 2026-03-31T20:22:31.838 INFO:journalctl@ceph.mgr.a.vm01.stdout:Mar 31 20:22:31 vm01 bash[20789]: Improvements in the case of bugs are welcome, but is not on the NumPy roadmap, and full support may require significant effort to achieve. 2026-03-31T20:22:31.838 INFO:journalctl@ceph.mgr.a.vm01.stdout:Mar 31 20:22:31 vm01 bash[20789]: from numpy import show_config as show_numpy_config 2026-03-31T20:22:33.588 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:33 vm01 bash[20507]: cluster 2026-03-31T20:22:33.101452+0000 mon.a (mon.0) 76 : cluster [INF] Active manager daemon a restarted 2026-03-31T20:22:33.588 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:33 vm01 bash[20507]: cluster 2026-03-31T20:22:33.101452+0000 mon.a (mon.0) 76 : cluster [INF] Active manager daemon a restarted 2026-03-31T20:22:33.588 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:33 vm01 bash[20507]: cluster 2026-03-31T20:22:33.101677+0000 mon.a (mon.0) 77 : cluster [INF] Activating manager daemon a 2026-03-31T20:22:33.588 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:33 vm01 bash[20507]: cluster 2026-03-31T20:22:33.101677+0000 mon.a (mon.0) 77 : cluster [INF] Activating manager daemon a 2026-03-31T20:22:33.588 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:33 vm01 bash[20507]: cluster 2026-03-31T20:22:33.105425+0000 mon.a (mon.0) 78 : cluster [DBG] osdmap e3: 0 total, 0 up, 0 in 2026-03-31T20:22:33.588 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:33 vm01 bash[20507]: cluster 2026-03-31T20:22:33.105425+0000 mon.a (mon.0) 78 : cluster [DBG] osdmap e3: 0 total, 0 up, 0 in 2026-03-31T20:22:33.588 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:33 vm01 bash[20507]: cluster 2026-03-31T20:22:33.105489+0000 mon.a (mon.0) 79 : cluster [DBG] mgrmap e10: a(active, starting, since 0.00391252s) 2026-03-31T20:22:33.588 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:33 vm01 bash[20507]: cluster 2026-03-31T20:22:33.105489+0000 mon.a (mon.0) 79 : cluster [DBG] mgrmap e10: a(active, starting, since 0.00391252s) 2026-03-31T20:22:33.588 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:33 vm01 bash[20507]: audit 2026-03-31T20:22:33.106072+0000 mon.a (mon.0) 80 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-03-31T20:22:33.588 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:33 vm01 bash[20507]: audit 2026-03-31T20:22:33.106072+0000 mon.a (mon.0) 80 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-03-31T20:22:33.588 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:33 vm01 bash[20507]: audit 2026-03-31T20:22:33.106784+0000 mon.a (mon.0) 81 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "mgr metadata", "who": "a", "id": "a"} : dispatch 2026-03-31T20:22:33.588 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:33 vm01 bash[20507]: audit 2026-03-31T20:22:33.106784+0000 mon.a (mon.0) 81 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "mgr metadata", "who": "a", "id": "a"} : dispatch 2026-03-31T20:22:33.588 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:33 vm01 bash[20507]: audit 2026-03-31T20:22:33.107491+0000 mon.a (mon.0) 82 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "mds metadata"} : dispatch 2026-03-31T20:22:33.588 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:33 vm01 bash[20507]: audit 2026-03-31T20:22:33.107491+0000 mon.a (mon.0) 82 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "mds metadata"} : dispatch 2026-03-31T20:22:33.588 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:33 vm01 bash[20507]: audit 2026-03-31T20:22:33.107544+0000 mon.a (mon.0) 83 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "osd metadata"} : dispatch 2026-03-31T20:22:33.588 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:33 vm01 bash[20507]: audit 2026-03-31T20:22:33.107544+0000 mon.a (mon.0) 83 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "osd metadata"} : dispatch 2026-03-31T20:22:33.588 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:33 vm01 bash[20507]: audit 2026-03-31T20:22:33.107591+0000 mon.a (mon.0) 84 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "mon metadata"} : dispatch 2026-03-31T20:22:33.588 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:33 vm01 bash[20507]: audit 2026-03-31T20:22:33.107591+0000 mon.a (mon.0) 84 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "mon metadata"} : dispatch 2026-03-31T20:22:33.588 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:33 vm01 bash[20507]: cluster 2026-03-31T20:22:33.112196+0000 mon.a (mon.0) 85 : cluster [INF] Manager daemon a is now available 2026-03-31T20:22:33.588 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:33 vm01 bash[20507]: cluster 2026-03-31T20:22:33.112196+0000 mon.a (mon.0) 85 : cluster [INF] Manager daemon a is now available 2026-03-31T20:22:34.146 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout { 2026-03-31T20:22:34.146 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 11, 2026-03-31T20:22:34.146 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout "initialized": true 2026-03-31T20:22:34.146 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout } 2026-03-31T20:22:34.146 INFO:teuthology.orchestra.run.vm01.stdout:mgr epoch 9 is available 2026-03-31T20:22:34.146 INFO:teuthology.orchestra.run.vm01.stdout:Using certmgr to generate dashboard self-signed certificate... 2026-03-31T20:22:34.588 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:34 vm01 bash[20507]: audit 2026-03-31T20:22:33.305155+0000 mon.a (mon.0) 86 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-03-31T20:22:34.588 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:34 vm01 bash[20507]: audit 2026-03-31T20:22:33.305155+0000 mon.a (mon.0) 86 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-03-31T20:22:34.588 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:34 vm01 bash[20507]: audit 2026-03-31T20:22:33.313411+0000 mon.a (mon.0) 87 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"} : dispatch 2026-03-31T20:22:34.588 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:34 vm01 bash[20507]: audit 2026-03-31T20:22:33.313411+0000 mon.a (mon.0) 87 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"} : dispatch 2026-03-31T20:22:34.588 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:34 vm01 bash[20507]: audit 2026-03-31T20:22:33.317274+0000 mon.a (mon.0) 88 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"} : dispatch 2026-03-31T20:22:34.588 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:34 vm01 bash[20507]: audit 2026-03-31T20:22:33.317274+0000 mon.a (mon.0) 88 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"} : dispatch 2026-03-31T20:22:34.588 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:34 vm01 bash[20507]: cluster 2026-03-31T20:22:34.108412+0000 mon.a (mon.0) 89 : cluster [DBG] mgrmap e11: a(active, since 1.00683s) 2026-03-31T20:22:34.588 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:34 vm01 bash[20507]: cluster 2026-03-31T20:22:34.108412+0000 mon.a (mon.0) 89 : cluster [DBG] mgrmap e11: a(active, since 1.00683s) 2026-03-31T20:22:34.908 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout {"cert": "-----BEGIN CERTIFICATE-----\nMIIE+TCCAuGgAwIBAgIUIFXkIOa5mt6tZtr7t0JEI0C0Z7MwDQYJKoZIhvcNAQEL\nBQAwFzEVMBMGA1UEAwwMY2VwaGFkbS1yb290MB4XDTI2MDMzMTIwMjIzNFoXDTI5\nMDMzMDIwMjIzNFowGjEYMBYGA1UEAwwPMTkyLjE2OC4xMjMuMTAxMIICIjANBgkq\nhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEAnZrSJLG+PXk2I8u7tilbcKC5DIgt26wE\nJD5ncdzju8ao8FfJU4QvXdenO9xxbw78K1LCV08IheD3+CC1rU8VV4f7Zx2ACLyE\nHAQlLD7V8//AaU15FK1bh/lIU5rzx/tyBQftfVSBmHy65GzM2c/ajKa7PXTD9myd\ns/QBpd8QC/T9ElaWBKXtUbfYl5niYduU2E26s4Ggp+nXOI4wa9LkCTpWcN3HY3TS\nRKjkhXtlT4Kww6/5o76U0Iuc7MRANiec1PP8IjfIXIGLXOcKFTKkSd1jhVU+I7Lt\noepl1OHM5mhdufjNihQpBNPEGAGE0m5XolsE3HrB2fgd8zUrcln3uRVv9BDyoKLL\n/kLakXmh8+Z2cEM5MG1XETtwWrarFNNOzQYEobk0nNFrX/KvPEksdEgx/fdBa8Mu\nlchSbwF+SeEso4iGSJy/ntaV962AM5wTf49F/b+15vRxb8kuJcG96j6WFnVwT4m8\nUey1sRyF2XzG+sJhMUZz5A+SH/ZUWDHTOKHnv/NVwkckCEAtOKsJYXZjf70UojjK\n9wiSky81M2jyQMN6DRdFeAKGyDHOqUW6HIUMpf5FLuzk6ioe0Sz0x5FlCbZXTpbj\niEpoy/CXQUOn2+JmlXgJqHyA8FmDeF6nbXlbi4uekXQ2exSr7hG71K1yaxp8c0TU\nq4S+TD7T0qMCAwEAAaM6MDgwKAYDVR0RBCEwH4IEdm0wMYIRZGFzaGJvYXJkX3Nl\ncnZlcnOHBMCoe2UwDAYDVR0TAQH/BAIwADANBgkqhkiG9w0BAQsFAAOCAgEAj5vp\nNcl3YUzP0IpQOE13jVKf+EldVx6jMBL7zLTehnImmBgIabyAB+L9eaUnQMzSTGmk\n4nHHRC4bi3HU8Jww+Qv+8TXnooNKzWTv/yboVn6c4gst+pR9IG28JONNksZAyqgh\nnBM0jqEYaJD+j6BlNCQF5ks6NfRMdEcpp8p0nGzc2dGpNHF7lp7mzBhNRRyOVbKe\nb2B3FvEpNGaLFrL3WfA7XpbuJO+njWHeDocMOqnX7Km17+LvGxIjg990Phx9AWAi\nXauvWxL/xaRGkhrFqPOfHZHlRvt1TrpedAKHwb8XUwhVHDe0KqFkaVy/7iKB+APB\npuiTL4JK43jt16S4Rnijb5ay6jjSoSu0NBM06a5zdsCXdgrTQ1de1U0qnQfJgaCF\nqPQv80x1hHyt3lBog3rcFI23AeL9yLXzR4DIxtXcZteKQzKW6YF/ecA55cWGgFT7\nuUNHx+oSUdWoduRzQh4BLRhSSVvBZpRFndIkachBNOLZ7pYhkFxOpibXw/sDSFL4\n40H9DjeqW7Wv/+BYonZwbjpSrwrhRfCifnZAPAkJnr/izug30vGi3crXRF2egrQq\ng3t8GqBOpwlfWl8P5aplOdeB410Tp4AIN4P4DAoR2iJBGxXe/chABmEVBAWaJzmm\nVqxs3e0RYnJt3B7+bO41D1aLY7E+hUI5KA4xp+c=\n-----END CERTIFICATE-----\n", "key": "-----BEGIN RSA PRIVATE KEY-----\nMIIJKAIBAAKCAgEAnZrSJLG+PXk2I8u7tilbcKC5DIgt26wEJD5ncdzju8ao8FfJ\nU4QvXdenO9xxbw78K1LCV08IheD3+CC1rU8VV4f7Zx2ACLyEHAQlLD7V8//AaU15\nFK1bh/lIU5rzx/tyBQftfVSBmHy65GzM2c/ajKa7PXTD9myds/QBpd8QC/T9ElaW\nBKXtUbfYl5niYduU2E26s4Ggp+nXOI4wa9LkCTpWcN3HY3TSRKjkhXtlT4Kww6/5\no76U0Iuc7MRANiec1PP8IjfIXIGLXOcKFTKkSd1jhVU+I7Ltoepl1OHM5mhdufjN\nihQpBNPEGAGE0m5XolsE3HrB2fgd8zUrcln3uRVv9BDyoKLL/kLakXmh8+Z2cEM5\nMG1XETtwWrarFNNOzQYEobk0nNFrX/KvPEksdEgx/fdBa8MulchSbwF+SeEso4iG\nSJy/ntaV962AM5wTf49F/b+15vRxb8kuJcG96j6WFnVwT4m8Uey1sRyF2XzG+sJh\nMUZz5A+SH/ZUWDHTOKHnv/NVwkckCEAtOKsJYXZjf70UojjK9wiSky81M2jyQMN6\nDRdFeAKGyDHOqUW6HIUMpf5FLuzk6ioe0Sz0x5FlCbZXTpbjiEpoy/CXQUOn2+Jm\nlXgJqHyA8FmDeF6nbXlbi4uekXQ2exSr7hG71K1yaxp8c0TUq4S+TD7T0qMCAwEA\nAQKCAgAKNpk9pYMVisBWa4J7mIyDbPbw9/Y40Rnnm1+qwkzDw2j5QkcasWs8YphE\nydFUCB2RVSig7c84lc6b9sqvM3vHk1lYYlIEvuq0whQCnQPSbxVx/YJGM8HFuwLT\n4CvCHupRpyTdxVcsoZCe8uoHh2+7Q6bIocN9OaaynbJppF3u2G55/MB2BqatcAOK\nN3+zJb6skcTykwjtOLsowBYlNqJucqhdYhHkwRJLPsKoX8m98FMyKzo7QUN1jEac\nFU+v8rs4FaOWOBU04XQ9jf9aRlDdNIqZfl+rgpHht0XoGMXlfIfuYFA5jXrnBC4l\n/Bs2Y84sCEf1XcMoM+sE8sIhA/GIo+nfEA/uqQaBeG9oNggVjwGkAtJFvGIAVxeT\n/JUEArgG2+aG6w8t6NFHIfUieeUd3SwBuPX+qPAJwvx39rQ10O1LiI8rMMF3gjSw\n8f2XIZotvrHyhmxuqUL/rr4bv4Zq6oh06QLRjgXXXkymFZSDOKua0QhvB5kh7sUF\nIlH/I7Lz/nIYYkNMTDP1IE5VPo8aG1fojxDQMMd6K4Ik8PO00Iiy4CHe6/ndt1AX\n0HhDSaFm0ZOcRZJhynupSd1CjzseRHo75CN8mKGaO2/5+vyXbFB4u1CcANuW8lUb\njY9FeoTuVS++Vhy7z+FlLNpd8QKAQzO9BXGGlni8VZ6vVIYOsQKCAQEA0p0wzE6A\n/5f7Xyh+1EADYBVIbXKyvAJV7fRqGYPpsKS2az58dAqUst0EZPYAfVGKdqeoQv1Y\n78s2Lp2NTob00iCa3OEkcEAi38u7JpGX4rNLDpoTE4DqqzW1toF3leE5LaNMkbIp\nO48lfSSOnNSD6CHc1M/mHLoiIqkdL7zK7dOBcHlMDFcQ46TVTqfD2L9uKVu813vj\nqTdnGeTFLdhFZgcP1DEZf7u5G34o379nZsZSpOogDWGgRpFq1AkshLsMV3XaXv7N\n5gKXuydf7ezCglvDywRfcRfu+zWXEaZyvQtwOCCuD+1IGQYWcxrWKUlvX3lJMSfc\nWUXIY1wnhLQmiwKCAQEAv5FNbc+pMbCiz2OsNSCfgYuXFIHr5sDEKGsOrtB0Bv6f\nj2sjEJiVSk53U9c5ziuUYy3vaiQmLdK5iJLjUPGige4MS8LQJqv0DqXhOa8Rb2Vt\np1QEsLr6YCjNjut11WnlY+2y1dW+k6cnAJgqBQ01rsF6efCHYO4q0JUcIdhDM9a+\nw5mPyhSpGbOPg6rbDyYLgXibegne1YTMFyqsXU7WusukIscMrUA5rXrXWFLnVwtj\n8m7283EB6LmfMQp3W993Iv+eWbvqtmmJmkYZMN1YTbDQy6dze3xgHiJOc2UBqmKd\nGsSg+RDzuYLo/H5MkXBzTpNuJubC7FKAIfwoB54fSQKCAQA932n3i1SAQfDZ+raP\nuiKDtpzpclmpu/HsjvIgfs1HVIw2o0vCd11J0n44/sAUEMFhrE1VKMJY59UKCsT5\nfdIsbOGx4/5lb6IPJvXbFciOE+gH6SGTiDrog0XX0N8Fy/2VN7UF1FYipiH4SqYO\n0qvRpSkP5+eNJu1iS1ZEsOzYw1ryZN//fBB9H+5+RfDWGx7MzaODlmTCUIFcbQW0\nOyXgHFD9IFOCX+64ce6mFL/WxIqA4jr6U2TXdl7w3aUTdTPh+cBmSerJGJfkpmOb\nLQPTcgvp92XmfoZ5jDvONpzchqC4DHm2OhoFJ/GubQLfbDBo1uO2qiQkociF0AvY\nA2iTAoIBADzp0AwV1v/04aA+Wli+WdnQcCbWNRO3wef0OsP9hpdeyY/KCmlRi08I\naksficLz+oga6CEBA57YfaReyKdJXlogPoqslJFnZgBuYJJ+B3Y7c0Wcoq0rl0eS\nUeKbHmnQ9V70C0SRZbr/kJhQyjO3ApXh8bbqc7Gvqa+PalWctam7JAeAQceJEEga\n34yHfIZxm4D8v7trfg643kiTiiFVW1QkQrnIP1CrtmtiPy1XlzYHai2BeUbpbSj6\nNRNb954gDXr0ev6fkT+ViWqj1YjDKTvy+EF5qm/emZWbZQSuXnw2RSxoz6LC8CzR\n4pG++0vXzOJ0YLc/80U/6nxj+LqLXfkCggEBAKTruw++nFHU+Bok2nWBFMIOWrSC\nDQcHQjhpOI5fWMJD59nClzGlwkJvl2AX/snisQSmEncRXDTgOm0xyJkmVgDB+ts5\nXmqh01dihipN+e+gKJ8PgYCESV+7376MBC4VHbT5/vOKwfdaRgAwJeAvwQIJD9Vp\nuN7ozI5dzLcuge7K+ZE6qhsGSbzybUWO/UWxWmeuR2eVHCpIL06o1KtlAY/n670M\naLefQoDqEleFBsgK0lR/G6y3AaGISW6t3a1FZNdyqwMEqvAAURNOCpog0aWzn7K1\nR8JejLNmMPL/nrjSZtZ2329CQX/xXysRTAp6FEeSeCSfdga707qYjZ/YT5k=\n-----END RSA PRIVATE KEY-----\n"} 2026-03-31T20:22:35.169 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout SSL certificate updated 2026-03-31T20:22:35.407 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:35 vm01 bash[20507]: cephadm 2026-03-31T20:22:33.840674+0000 mgr.a (mgr.14152) 1 : cephadm [INF] [31/Mar/2026:20:22:33] ENGINE Bus STARTING 2026-03-31T20:22:35.407 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:35 vm01 bash[20507]: cephadm 2026-03-31T20:22:33.840674+0000 mgr.a (mgr.14152) 1 : cephadm [INF] [31/Mar/2026:20:22:33] ENGINE Bus STARTING 2026-03-31T20:22:35.407 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:35 vm01 bash[20507]: cephadm 2026-03-31T20:22:33.941911+0000 mgr.a (mgr.14152) 2 : cephadm [INF] [31/Mar/2026:20:22:33] ENGINE Serving on http://192.168.123.101:8765 2026-03-31T20:22:35.407 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:35 vm01 bash[20507]: cephadm 2026-03-31T20:22:33.941911+0000 mgr.a (mgr.14152) 2 : cephadm [INF] [31/Mar/2026:20:22:33] ENGINE Serving on http://192.168.123.101:8765 2026-03-31T20:22:35.407 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:35 vm01 bash[20507]: cephadm 2026-03-31T20:22:34.049570+0000 mgr.a (mgr.14152) 3 : cephadm [INF] [31/Mar/2026:20:22:34] ENGINE Serving on https://192.168.123.101:7150 2026-03-31T20:22:35.407 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:35 vm01 bash[20507]: cephadm 2026-03-31T20:22:34.049570+0000 mgr.a (mgr.14152) 3 : cephadm [INF] [31/Mar/2026:20:22:34] ENGINE Serving on https://192.168.123.101:7150 2026-03-31T20:22:35.407 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:35 vm01 bash[20507]: cephadm 2026-03-31T20:22:34.049661+0000 mgr.a (mgr.14152) 4 : cephadm [INF] [31/Mar/2026:20:22:34] ENGINE Bus STARTED 2026-03-31T20:22:35.407 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:35 vm01 bash[20507]: cephadm 2026-03-31T20:22:34.049661+0000 mgr.a (mgr.14152) 4 : cephadm [INF] [31/Mar/2026:20:22:34] ENGINE Bus STARTED 2026-03-31T20:22:35.407 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:35 vm01 bash[20507]: cephadm 2026-03-31T20:22:34.049916+0000 mgr.a (mgr.14152) 5 : cephadm [INF] [31/Mar/2026:20:22:34] ENGINE Client ('192.168.123.101', 37604) lost — peer dropped the TLS connection suddenly, during handshake: (6, 'TLS/SSL connection has been closed (EOF) (_ssl.c:1147)') 2026-03-31T20:22:35.408 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:35 vm01 bash[20507]: cephadm 2026-03-31T20:22:34.049916+0000 mgr.a (mgr.14152) 5 : cephadm [INF] [31/Mar/2026:20:22:34] ENGINE Client ('192.168.123.101', 37604) lost — peer dropped the TLS connection suddenly, during handshake: (6, 'TLS/SSL connection has been closed (EOF) (_ssl.c:1147)') 2026-03-31T20:22:35.408 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:35 vm01 bash[20507]: audit 2026-03-31T20:22:34.108398+0000 mgr.a (mgr.14152) 6 : audit [DBG] from='client.14156 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2026-03-31T20:22:35.408 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:35 vm01 bash[20507]: audit 2026-03-31T20:22:34.108398+0000 mgr.a (mgr.14152) 6 : audit [DBG] from='client.14156 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2026-03-31T20:22:35.408 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:35 vm01 bash[20507]: audit 2026-03-31T20:22:34.112087+0000 mgr.a (mgr.14152) 7 : audit [DBG] from='client.14156 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2026-03-31T20:22:35.408 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:35 vm01 bash[20507]: audit 2026-03-31T20:22:34.112087+0000 mgr.a (mgr.14152) 7 : audit [DBG] from='client.14156 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2026-03-31T20:22:35.408 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:35 vm01 bash[20507]: audit 2026-03-31T20:22:35.133824+0000 mon.a (mon.0) 90 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:22:35.408 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:35 vm01 bash[20507]: audit 2026-03-31T20:22:35.133824+0000 mon.a (mon.0) 90 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:22:35.431 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout SSL certificate key updated 2026-03-31T20:22:35.431 INFO:teuthology.orchestra.run.vm01.stdout:Creating initial admin user... 2026-03-31T20:22:35.903 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout {"username": "admin", "password": "$2b$12$4VkWuFyZS/MC9SZJgglQGuoDbk2moBwjpONI9NV.X9mQWfc6w7spW", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1774988555, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2026-03-31T20:22:35.903 INFO:teuthology.orchestra.run.vm01.stdout:Fetching dashboard port number... 2026-03-31T20:22:36.154 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stdout 8443 2026-03-31T20:22:36.155 INFO:teuthology.orchestra.run.vm01.stdout:firewalld does not appear to be present 2026-03-31T20:22:36.155 INFO:teuthology.orchestra.run.vm01.stdout:Not possible to open ports <[8443]>. firewalld.service is not available 2026-03-31T20:22:36.155 INFO:teuthology.orchestra.run.vm01.stdout:Ceph Dashboard is now available at: 2026-03-31T20:22:36.156 INFO:teuthology.orchestra.run.vm01.stdout: 2026-03-31T20:22:36.156 INFO:teuthology.orchestra.run.vm01.stdout: URL: https://vm01.local:8443/ 2026-03-31T20:22:36.156 INFO:teuthology.orchestra.run.vm01.stdout: User: admin 2026-03-31T20:22:36.156 INFO:teuthology.orchestra.run.vm01.stdout: Password: ca9j7x7gfo 2026-03-31T20:22:36.156 INFO:teuthology.orchestra.run.vm01.stdout: 2026-03-31T20:22:36.156 INFO:teuthology.orchestra.run.vm01.stdout:Saving cluster configuration to /var/lib/ceph/2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37/config directory 2026-03-31T20:22:36.445 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:36 vm01 bash[20507]: audit 2026-03-31T20:22:34.365817+0000 mgr.a (mgr.14152) 8 : audit [DBG] from='client.14164 -' entity='client.admin' cmd=[{"prefix": "orch certmgr generate-certificates", "module_name": "dashboard", "target": ["mon-mgr", ""]}]: dispatch 2026-03-31T20:22:36.446 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:36 vm01 bash[20507]: audit 2026-03-31T20:22:34.365817+0000 mgr.a (mgr.14152) 8 : audit [DBG] from='client.14164 -' entity='client.admin' cmd=[{"prefix": "orch certmgr generate-certificates", "module_name": "dashboard", "target": ["mon-mgr", ""]}]: dispatch 2026-03-31T20:22:36.446 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:36 vm01 bash[20507]: audit 2026-03-31T20:22:35.131044+0000 mgr.a (mgr.14152) 9 : audit [DBG] from='client.14166 -' entity='client.admin' cmd=[{"prefix": "dashboard set-ssl-certificate", "target": ["mon-mgr", ""]}]: dispatch 2026-03-31T20:22:36.446 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:36 vm01 bash[20507]: audit 2026-03-31T20:22:35.131044+0000 mgr.a (mgr.14152) 9 : audit [DBG] from='client.14166 -' entity='client.admin' cmd=[{"prefix": "dashboard set-ssl-certificate", "target": ["mon-mgr", ""]}]: dispatch 2026-03-31T20:22:36.446 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:36 vm01 bash[20507]: cluster 2026-03-31T20:22:35.168188+0000 mon.a (mon.0) 91 : cluster [DBG] mgrmap e12: a(active, since 2s) 2026-03-31T20:22:36.446 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:36 vm01 bash[20507]: cluster 2026-03-31T20:22:35.168188+0000 mon.a (mon.0) 91 : cluster [DBG] mgrmap e12: a(active, since 2s) 2026-03-31T20:22:36.446 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:36 vm01 bash[20507]: audit 2026-03-31T20:22:35.396654+0000 mon.a (mon.0) 92 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:22:36.446 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:36 vm01 bash[20507]: audit 2026-03-31T20:22:35.396654+0000 mon.a (mon.0) 92 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:22:36.446 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:36 vm01 bash[20507]: audit 2026-03-31T20:22:35.866914+0000 mon.a (mon.0) 93 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:22:36.446 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:36 vm01 bash[20507]: audit 2026-03-31T20:22:35.866914+0000 mon.a (mon.0) 93 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:22:36.446 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:36 vm01 bash[20507]: audit 2026-03-31T20:22:36.120000+0000 mon.a (mon.0) 94 : audit [DBG] from='client.? 192.168.123.101:0/4067733010' entity='client.admin' cmd={"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"} : dispatch 2026-03-31T20:22:36.446 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:36 vm01 bash[20507]: audit 2026-03-31T20:22:36.120000+0000 mon.a (mon.0) 94 : audit [DBG] from='client.? 192.168.123.101:0/4067733010' entity='client.admin' cmd={"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"} : dispatch 2026-03-31T20:22:36.468 INFO:teuthology.orchestra.run.vm01.stdout:/usr/bin/ceph: stderr set mgr/dashboard/cluster/status 2026-03-31T20:22:36.468 INFO:teuthology.orchestra.run.vm01.stdout:You can access the Ceph CLI as following in case of multi-cluster or non-default config: 2026-03-31T20:22:36.468 INFO:teuthology.orchestra.run.vm01.stdout: 2026-03-31T20:22:36.468 INFO:teuthology.orchestra.run.vm01.stdout: sudo /home/ubuntu/cephtest/cephadm shell --fsid 2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37 -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2026-03-31T20:22:36.468 INFO:teuthology.orchestra.run.vm01.stdout: 2026-03-31T20:22:36.468 INFO:teuthology.orchestra.run.vm01.stdout:Or, if you are only running a single cluster on this host: 2026-03-31T20:22:36.468 INFO:teuthology.orchestra.run.vm01.stdout: 2026-03-31T20:22:36.468 INFO:teuthology.orchestra.run.vm01.stdout: sudo /home/ubuntu/cephtest/cephadm shell 2026-03-31T20:22:36.468 INFO:teuthology.orchestra.run.vm01.stdout: 2026-03-31T20:22:36.468 INFO:teuthology.orchestra.run.vm01.stdout:Please consider enabling telemetry to help improve Ceph: 2026-03-31T20:22:36.468 INFO:teuthology.orchestra.run.vm01.stdout: 2026-03-31T20:22:36.468 INFO:teuthology.orchestra.run.vm01.stdout: ceph telemetry on 2026-03-31T20:22:36.468 INFO:teuthology.orchestra.run.vm01.stdout: 2026-03-31T20:22:36.468 INFO:teuthology.orchestra.run.vm01.stdout:For more information see: 2026-03-31T20:22:36.468 INFO:teuthology.orchestra.run.vm01.stdout: 2026-03-31T20:22:36.468 INFO:teuthology.orchestra.run.vm01.stdout: https://docs.ceph.com/en/latest/mgr/telemetry/ 2026-03-31T20:22:36.468 INFO:teuthology.orchestra.run.vm01.stdout: 2026-03-31T20:22:36.468 INFO:teuthology.orchestra.run.vm01.stdout:Bootstrap complete. 2026-03-31T20:22:36.473 INFO:teuthology.orchestra.run.vm01.stdout:systemctl: stdout static 2026-03-31T20:22:36.475 INFO:teuthology.orchestra.run.vm01.stdout:Non-zero exit code 3 from systemctl is-active logrotate 2026-03-31T20:22:36.475 INFO:teuthology.orchestra.run.vm01.stdout:systemctl: stdout inactive 2026-03-31T20:22:36.475 INFO:teuthology.orchestra.run.vm01.stdout:Enabling the logrotate.timer service to perform daily log rotation. 2026-03-31T20:22:36.654 INFO:tasks.cephadm:Fetching config... 2026-03-31T20:22:36.655 DEBUG:teuthology.orchestra.run.vm01:> set -ex 2026-03-31T20:22:36.655 DEBUG:teuthology.orchestra.run.vm01:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2026-03-31T20:22:36.657 INFO:tasks.cephadm:Fetching client.admin keyring... 2026-03-31T20:22:36.657 DEBUG:teuthology.orchestra.run.vm01:> set -ex 2026-03-31T20:22:36.657 DEBUG:teuthology.orchestra.run.vm01:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2026-03-31T20:22:36.700 INFO:tasks.cephadm:Fetching mon keyring... 2026-03-31T20:22:36.700 DEBUG:teuthology.orchestra.run.vm01:> set -ex 2026-03-31T20:22:36.700 DEBUG:teuthology.orchestra.run.vm01:> sudo dd if=/var/lib/ceph/2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37/mon.a/keyring of=/dev/stdout 2026-03-31T20:22:36.748 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:36 vm01 systemd[1]: /etc/systemd/system/ceph-2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37@.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-03-31T20:22:36.748 INFO:journalctl@ceph.mgr.a.vm01.stdout:Mar 31 20:22:36 vm01 systemd[1]: /etc/systemd/system/ceph-2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37@.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-03-31T20:22:36.749 INFO:tasks.cephadm:Fetching pub ssh key... 2026-03-31T20:22:36.749 DEBUG:teuthology.orchestra.run.vm01:> set -ex 2026-03-31T20:22:36.749 DEBUG:teuthology.orchestra.run.vm01:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2026-03-31T20:22:36.793 INFO:tasks.cephadm:Installing pub ssh key for root users... 2026-03-31T20:22:36.793 DEBUG:teuthology.orchestra.run.vm01:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIP0GLX1NDq5+jtV4vt9VyxAV6p5pn0cabK7WfYDecLOn ceph-2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2026-03-31T20:22:36.847 INFO:teuthology.orchestra.run.vm01.stdout:ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIP0GLX1NDq5+jtV4vt9VyxAV6p5pn0cabK7WfYDecLOn ceph-2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37 2026-03-31T20:22:36.852 DEBUG:teuthology.orchestra.run.vm05:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIP0GLX1NDq5+jtV4vt9VyxAV6p5pn0cabK7WfYDecLOn ceph-2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2026-03-31T20:22:36.863 INFO:teuthology.orchestra.run.vm05.stdout:ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIP0GLX1NDq5+jtV4vt9VyxAV6p5pn0cabK7WfYDecLOn ceph-2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37 2026-03-31T20:22:36.868 DEBUG:teuthology.orchestra.run.vm06:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIP0GLX1NDq5+jtV4vt9VyxAV6p5pn0cabK7WfYDecLOn ceph-2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2026-03-31T20:22:36.880 INFO:teuthology.orchestra.run.vm06.stdout:ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIP0GLX1NDq5+jtV4vt9VyxAV6p5pn0cabK7WfYDecLOn ceph-2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37 2026-03-31T20:22:36.886 DEBUG:teuthology.orchestra.run.vm01:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:5bb3278730741031382ca9c3dc9d221a942e06a2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37 -- ceph config set mgr mgr/cephadm/allow_ptrace true 2026-03-31T20:22:37.124 INFO:teuthology.orchestra.run.vm01.stderr:Inferring config /var/lib/ceph/2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37/mon.a/config 2026-03-31T20:22:37.418 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:37 vm01 bash[20507]: audit 2026-03-31T20:22:35.393992+0000 mgr.a (mgr.14152) 10 : audit [DBG] from='client.14168 -' entity='client.admin' cmd=[{"prefix": "dashboard set-ssl-certificate-key", "target": ["mon-mgr", ""]}]: dispatch 2026-03-31T20:22:37.418 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:37 vm01 bash[20507]: audit 2026-03-31T20:22:35.393992+0000 mgr.a (mgr.14152) 10 : audit [DBG] from='client.14168 -' entity='client.admin' cmd=[{"prefix": "dashboard set-ssl-certificate-key", "target": ["mon-mgr", ""]}]: dispatch 2026-03-31T20:22:37.418 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:37 vm01 bash[20507]: audit 2026-03-31T20:22:35.657033+0000 mgr.a (mgr.14152) 11 : audit [DBG] from='client.14170 -' entity='client.admin' cmd=[{"prefix": "dashboard ac-user-create", "username": "admin", "rolename": "administrator", "force_password": true, "pwd_update_required": true, "target": ["mon-mgr", ""]}]: dispatch 2026-03-31T20:22:37.418 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:37 vm01 bash[20507]: audit 2026-03-31T20:22:35.657033+0000 mgr.a (mgr.14152) 11 : audit [DBG] from='client.14170 -' entity='client.admin' cmd=[{"prefix": "dashboard ac-user-create", "username": "admin", "rolename": "administrator", "force_password": true, "pwd_update_required": true, "target": ["mon-mgr", ""]}]: dispatch 2026-03-31T20:22:37.418 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:37 vm01 bash[20507]: audit 2026-03-31T20:22:36.434715+0000 mon.a (mon.0) 95 : audit [INF] from='client.? 192.168.123.101:0/2301674011' entity='client.admin' 2026-03-31T20:22:37.418 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:37 vm01 bash[20507]: audit 2026-03-31T20:22:36.434715+0000 mon.a (mon.0) 95 : audit [INF] from='client.? 192.168.123.101:0/2301674011' entity='client.admin' 2026-03-31T20:22:37.483 INFO:tasks.cephadm:Distributing conf and client.admin keyring to all hosts + 0755 2026-03-31T20:22:37.483 DEBUG:teuthology.orchestra.run.vm01:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:5bb3278730741031382ca9c3dc9d221a942e06a2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37 -- ceph orch client-keyring set client.admin '*' --mode 0755 2026-03-31T20:22:37.713 INFO:teuthology.orchestra.run.vm01.stderr:Inferring config /var/lib/ceph/2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37/mon.a/config 2026-03-31T20:22:38.078 INFO:tasks.cephadm:Writing (initial) conf and keyring to vm05 2026-03-31T20:22:38.079 DEBUG:teuthology.orchestra.run.vm05:> set -ex 2026-03-31T20:22:38.079 DEBUG:teuthology.orchestra.run.vm05:> dd of=/etc/ceph/ceph.conf 2026-03-31T20:22:38.082 DEBUG:teuthology.orchestra.run.vm05:> set -ex 2026-03-31T20:22:38.082 DEBUG:teuthology.orchestra.run.vm05:> dd of=/etc/ceph/ceph.client.admin.keyring 2026-03-31T20:22:38.128 INFO:tasks.cephadm:Adding host vm05 to orchestrator... 2026-03-31T20:22:38.129 DEBUG:teuthology.orchestra.run.vm01:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:5bb3278730741031382ca9c3dc9d221a942e06a2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37 -- ceph orch host add vm05 2026-03-31T20:22:38.367 INFO:teuthology.orchestra.run.vm01.stderr:Inferring config /var/lib/ceph/2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37/mon.a/config 2026-03-31T20:22:38.652 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:38 vm01 bash[20507]: audit 2026-03-31T20:22:37.402906+0000 mon.a (mon.0) 96 : audit [INF] from='client.? 192.168.123.101:0/1944535258' entity='client.admin' 2026-03-31T20:22:38.652 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:38 vm01 bash[20507]: audit 2026-03-31T20:22:37.402906+0000 mon.a (mon.0) 96 : audit [INF] from='client.? 192.168.123.101:0/1944535258' entity='client.admin' 2026-03-31T20:22:38.652 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:38 vm01 bash[20507]: audit 2026-03-31T20:22:37.742994+0000 mon.a (mon.0) 97 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:22:38.652 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:38 vm01 bash[20507]: audit 2026-03-31T20:22:37.742994+0000 mon.a (mon.0) 97 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:22:38.652 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:38 vm01 bash[20507]: audit 2026-03-31T20:22:38.019932+0000 mgr.a (mgr.14152) 12 : audit [DBG] from='client.14178 -' entity='client.admin' cmd=[{"prefix": "orch client-keyring set", "entity": "client.admin", "placement": "*", "mode": "0755", "target": ["mon-mgr", ""]}]: dispatch 2026-03-31T20:22:38.652 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:38 vm01 bash[20507]: audit 2026-03-31T20:22:38.019932+0000 mgr.a (mgr.14152) 12 : audit [DBG] from='client.14178 -' entity='client.admin' cmd=[{"prefix": "orch client-keyring set", "entity": "client.admin", "placement": "*", "mode": "0755", "target": ["mon-mgr", ""]}]: dispatch 2026-03-31T20:22:38.652 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:38 vm01 bash[20507]: audit 2026-03-31T20:22:38.022781+0000 mon.a (mon.0) 98 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:22:38.652 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:38 vm01 bash[20507]: audit 2026-03-31T20:22:38.022781+0000 mon.a (mon.0) 98 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:22:38.652 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:38 vm01 bash[20507]: audit 2026-03-31T20:22:38.322174+0000 mon.a (mon.0) 99 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:22:38.652 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:38 vm01 bash[20507]: audit 2026-03-31T20:22:38.322174+0000 mon.a (mon.0) 99 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:22:39.588 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:39 vm01 bash[20507]: audit 2026-03-31T20:22:38.692693+0000 mgr.a (mgr.14152) 13 : audit [DBG] from='client.14180 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "vm05", "target": ["mon-mgr", ""]}]: dispatch 2026-03-31T20:22:39.588 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:39 vm01 bash[20507]: audit 2026-03-31T20:22:38.692693+0000 mgr.a (mgr.14152) 13 : audit [DBG] from='client.14180 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "vm05", "target": ["mon-mgr", ""]}]: dispatch 2026-03-31T20:22:39.588 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:39 vm01 bash[20507]: audit 2026-03-31T20:22:39.358727+0000 mon.a (mon.0) 100 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:22:39.588 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:39 vm01 bash[20507]: audit 2026-03-31T20:22:39.358727+0000 mon.a (mon.0) 100 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:22:39.588 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:39 vm01 bash[20507]: audit 2026-03-31T20:22:39.360728+0000 mon.a (mon.0) 101 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:22:39.588 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:39 vm01 bash[20507]: audit 2026-03-31T20:22:39.360728+0000 mon.a (mon.0) 101 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:22:39.588 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:39 vm01 bash[20507]: audit 2026-03-31T20:22:39.361281+0000 mon.a (mon.0) 102 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd/host:vm01", "name": "osd_memory_target"} : dispatch 2026-03-31T20:22:39.588 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:39 vm01 bash[20507]: audit 2026-03-31T20:22:39.361281+0000 mon.a (mon.0) 102 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd/host:vm01", "name": "osd_memory_target"} : dispatch 2026-03-31T20:22:39.588 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:39 vm01 bash[20507]: audit 2026-03-31T20:22:39.362049+0000 mon.a (mon.0) 103 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-03-31T20:22:39.588 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:39 vm01 bash[20507]: audit 2026-03-31T20:22:39.362049+0000 mon.a (mon.0) 103 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-03-31T20:22:39.588 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:39 vm01 bash[20507]: audit 2026-03-31T20:22:39.362644+0000 mon.a (mon.0) 104 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-03-31T20:22:39.588 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:39 vm01 bash[20507]: audit 2026-03-31T20:22:39.362644+0000 mon.a (mon.0) 104 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-03-31T20:22:40.574 INFO:teuthology.orchestra.run.vm01.stdout:Added host 'vm05' with addr '192.168.123.105' 2026-03-31T20:22:40.649 DEBUG:teuthology.orchestra.run.vm01:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:5bb3278730741031382ca9c3dc9d221a942e06a2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37 -- ceph orch host ls --format=json 2026-03-31T20:22:40.838 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:40 vm01 bash[20507]: cephadm 2026-03-31T20:22:39.278326+0000 mgr.a (mgr.14152) 14 : cephadm [INF] Deploying cephadm binary to vm05 2026-03-31T20:22:40.838 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:40 vm01 bash[20507]: cephadm 2026-03-31T20:22:39.278326+0000 mgr.a (mgr.14152) 14 : cephadm [INF] Deploying cephadm binary to vm05 2026-03-31T20:22:40.838 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:40 vm01 bash[20507]: cephadm 2026-03-31T20:22:39.363460+0000 mgr.a (mgr.14152) 15 : cephadm [INF] Updating vm01:/etc/ceph/ceph.conf 2026-03-31T20:22:40.838 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:40 vm01 bash[20507]: cephadm 2026-03-31T20:22:39.363460+0000 mgr.a (mgr.14152) 15 : cephadm [INF] Updating vm01:/etc/ceph/ceph.conf 2026-03-31T20:22:40.838 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:40 vm01 bash[20507]: cephadm 2026-03-31T20:22:39.394664+0000 mgr.a (mgr.14152) 16 : cephadm [INF] Updating vm01:/var/lib/ceph/2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37/config/ceph.conf 2026-03-31T20:22:40.838 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:40 vm01 bash[20507]: cephadm 2026-03-31T20:22:39.394664+0000 mgr.a (mgr.14152) 16 : cephadm [INF] Updating vm01:/var/lib/ceph/2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37/config/ceph.conf 2026-03-31T20:22:40.838 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:40 vm01 bash[20507]: cluster 2026-03-31T20:22:39.415157+0000 mon.a (mon.0) 105 : cluster [DBG] mgrmap e13: a(active, since 6s) 2026-03-31T20:22:40.838 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:40 vm01 bash[20507]: cluster 2026-03-31T20:22:39.415157+0000 mon.a (mon.0) 105 : cluster [DBG] mgrmap e13: a(active, since 6s) 2026-03-31T20:22:40.838 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:40 vm01 bash[20507]: cephadm 2026-03-31T20:22:39.428383+0000 mgr.a (mgr.14152) 17 : cephadm [INF] Updating vm01:/etc/ceph/ceph.client.admin.keyring 2026-03-31T20:22:40.839 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:40 vm01 bash[20507]: cephadm 2026-03-31T20:22:39.428383+0000 mgr.a (mgr.14152) 17 : cephadm [INF] Updating vm01:/etc/ceph/ceph.client.admin.keyring 2026-03-31T20:22:40.839 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:40 vm01 bash[20507]: cephadm 2026-03-31T20:22:39.456970+0000 mgr.a (mgr.14152) 18 : cephadm [INF] Updating vm01:/var/lib/ceph/2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37/config/ceph.client.admin.keyring 2026-03-31T20:22:40.839 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:40 vm01 bash[20507]: cephadm 2026-03-31T20:22:39.456970+0000 mgr.a (mgr.14152) 18 : cephadm [INF] Updating vm01:/var/lib/ceph/2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37/config/ceph.client.admin.keyring 2026-03-31T20:22:40.839 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:40 vm01 bash[20507]: audit 2026-03-31T20:22:39.491291+0000 mon.a (mon.0) 106 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:22:40.839 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:40 vm01 bash[20507]: audit 2026-03-31T20:22:39.491291+0000 mon.a (mon.0) 106 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:22:40.839 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:40 vm01 bash[20507]: audit 2026-03-31T20:22:39.493586+0000 mon.a (mon.0) 107 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:22:40.839 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:40 vm01 bash[20507]: audit 2026-03-31T20:22:39.493586+0000 mon.a (mon.0) 107 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:22:40.839 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:40 vm01 bash[20507]: audit 2026-03-31T20:22:39.496050+0000 mon.a (mon.0) 108 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:22:40.839 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:40 vm01 bash[20507]: audit 2026-03-31T20:22:39.496050+0000 mon.a (mon.0) 108 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:22:40.839 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:40 vm01 bash[20507]: audit 2026-03-31T20:22:39.502024+0000 mon.a (mon.0) 109 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-03-31T20:22:40.839 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:40 vm01 bash[20507]: audit 2026-03-31T20:22:39.502024+0000 mon.a (mon.0) 109 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-03-31T20:22:40.839 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:40 vm01 bash[20507]: audit 2026-03-31T20:22:39.503471+0000 mon.a (mon.0) 110 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-03-31T20:22:40.839 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:40 vm01 bash[20507]: audit 2026-03-31T20:22:39.503471+0000 mon.a (mon.0) 110 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-03-31T20:22:40.839 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:40 vm01 bash[20507]: audit 2026-03-31T20:22:39.504100+0000 mon.a (mon.0) 111 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-03-31T20:22:40.839 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:40 vm01 bash[20507]: audit 2026-03-31T20:22:39.504100+0000 mon.a (mon.0) 111 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-03-31T20:22:40.839 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:40 vm01 bash[20507]: audit 2026-03-31T20:22:39.506592+0000 mon.a (mon.0) 112 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:22:40.839 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:40 vm01 bash[20507]: audit 2026-03-31T20:22:39.506592+0000 mon.a (mon.0) 112 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:22:40.892 INFO:teuthology.orchestra.run.vm01.stderr:Inferring config /var/lib/ceph/2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37/mon.a/config 2026-03-31T20:22:41.187 INFO:teuthology.orchestra.run.vm01.stdout: 2026-03-31T20:22:41.188 INFO:teuthology.orchestra.run.vm01.stdout:[{"addr": "192.168.123.101", "hostname": "vm01", "labels": [], "status": ""}, {"addr": "192.168.123.105", "hostname": "vm05", "labels": [], "status": ""}] 2026-03-31T20:22:41.241 INFO:tasks.cephadm:Writing (initial) conf and keyring to vm06 2026-03-31T20:22:41.241 DEBUG:teuthology.orchestra.run.vm06:> set -ex 2026-03-31T20:22:41.241 DEBUG:teuthology.orchestra.run.vm06:> dd of=/etc/ceph/ceph.conf 2026-03-31T20:22:41.245 DEBUG:teuthology.orchestra.run.vm06:> set -ex 2026-03-31T20:22:41.245 DEBUG:teuthology.orchestra.run.vm06:> dd of=/etc/ceph/ceph.client.admin.keyring 2026-03-31T20:22:41.289 INFO:tasks.cephadm:Adding host vm06 to orchestrator... 2026-03-31T20:22:41.289 DEBUG:teuthology.orchestra.run.vm01:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:5bb3278730741031382ca9c3dc9d221a942e06a2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37 -- ceph orch host add vm06 2026-03-31T20:22:41.523 INFO:teuthology.orchestra.run.vm01.stderr:Inferring config /var/lib/ceph/2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37/mon.a/config 2026-03-31T20:22:41.838 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:41 vm01 bash[20507]: audit 2026-03-31T20:22:40.571579+0000 mon.a (mon.0) 113 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:22:41.838 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:41 vm01 bash[20507]: audit 2026-03-31T20:22:40.571579+0000 mon.a (mon.0) 113 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:22:41.838 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:41 vm01 bash[20507]: cephadm 2026-03-31T20:22:40.571839+0000 mgr.a (mgr.14152) 19 : cephadm [INF] Added host vm05 2026-03-31T20:22:41.838 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:41 vm01 bash[20507]: cephadm 2026-03-31T20:22:40.571839+0000 mgr.a (mgr.14152) 19 : cephadm [INF] Added host vm05 2026-03-31T20:22:41.838 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:41 vm01 bash[20507]: audit 2026-03-31T20:22:40.572307+0000 mon.a (mon.0) 114 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-03-31T20:22:41.838 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:41 vm01 bash[20507]: audit 2026-03-31T20:22:40.572307+0000 mon.a (mon.0) 114 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-03-31T20:22:41.838 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:41 vm01 bash[20507]: audit 2026-03-31T20:22:40.860889+0000 mon.a (mon.0) 115 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:22:41.838 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:41 vm01 bash[20507]: audit 2026-03-31T20:22:40.860889+0000 mon.a (mon.0) 115 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:22:41.838 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:41 vm01 bash[20507]: audit 2026-03-31T20:22:41.123537+0000 mon.a (mon.0) 116 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:22:41.838 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:41 vm01 bash[20507]: audit 2026-03-31T20:22:41.123537+0000 mon.a (mon.0) 116 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:22:41.838 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:41 vm01 bash[20507]: audit 2026-03-31T20:22:41.185582+0000 mgr.a (mgr.14152) 20 : audit [DBG] from='client.14182 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-03-31T20:22:41.838 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:41 vm01 bash[20507]: audit 2026-03-31T20:22:41.185582+0000 mgr.a (mgr.14152) 20 : audit [DBG] from='client.14182 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-03-31T20:22:43.088 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:42 vm01 bash[20507]: audit 2026-03-31T20:22:41.671369+0000 mon.a (mon.0) 117 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:22:43.088 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:42 vm01 bash[20507]: audit 2026-03-31T20:22:41.671369+0000 mon.a (mon.0) 117 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:22:43.088 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:42 vm01 bash[20507]: audit 2026-03-31T20:22:41.796589+0000 mgr.a (mgr.14152) 21 : audit [DBG] from='client.14184 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "vm06", "target": ["mon-mgr", ""]}]: dispatch 2026-03-31T20:22:43.088 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:42 vm01 bash[20507]: audit 2026-03-31T20:22:41.796589+0000 mgr.a (mgr.14152) 21 : audit [DBG] from='client.14184 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "vm06", "target": ["mon-mgr", ""]}]: dispatch 2026-03-31T20:22:43.660 INFO:teuthology.orchestra.run.vm01.stdout:Added host 'vm06' with addr '192.168.123.106' 2026-03-31T20:22:43.715 DEBUG:teuthology.orchestra.run.vm01:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:5bb3278730741031382ca9c3dc9d221a942e06a2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37 -- ceph orch host ls --format=json 2026-03-31T20:22:43.957 INFO:teuthology.orchestra.run.vm01.stderr:Inferring config /var/lib/ceph/2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37/mon.a/config 2026-03-31T20:22:43.970 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:43 vm01 bash[20507]: cephadm 2026-03-31T20:22:42.337873+0000 mgr.a (mgr.14152) 22 : cephadm [INF] Deploying cephadm binary to vm06 2026-03-31T20:22:43.970 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:43 vm01 bash[20507]: cephadm 2026-03-31T20:22:42.337873+0000 mgr.a (mgr.14152) 22 : cephadm [INF] Deploying cephadm binary to vm06 2026-03-31T20:22:43.970 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:43 vm01 bash[20507]: audit 2026-03-31T20:22:42.676483+0000 mon.a (mon.0) 118 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:22:43.970 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:43 vm01 bash[20507]: audit 2026-03-31T20:22:42.676483+0000 mon.a (mon.0) 118 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:22:43.971 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:43 vm01 bash[20507]: audit 2026-03-31T20:22:42.678222+0000 mon.a (mon.0) 119 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:22:43.971 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:43 vm01 bash[20507]: audit 2026-03-31T20:22:42.678222+0000 mon.a (mon.0) 119 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:22:43.971 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:43 vm01 bash[20507]: audit 2026-03-31T20:22:42.680190+0000 mon.a (mon.0) 120 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:22:43.971 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:43 vm01 bash[20507]: audit 2026-03-31T20:22:42.680190+0000 mon.a (mon.0) 120 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:22:43.971 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:43 vm01 bash[20507]: audit 2026-03-31T20:22:42.681964+0000 mon.a (mon.0) 121 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:22:43.971 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:43 vm01 bash[20507]: audit 2026-03-31T20:22:42.681964+0000 mon.a (mon.0) 121 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:22:43.971 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:43 vm01 bash[20507]: audit 2026-03-31T20:22:42.682401+0000 mon.a (mon.0) 122 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd/host:vm05", "name": "osd_memory_target"} : dispatch 2026-03-31T20:22:43.971 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:43 vm01 bash[20507]: audit 2026-03-31T20:22:42.682401+0000 mon.a (mon.0) 122 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd/host:vm05", "name": "osd_memory_target"} : dispatch 2026-03-31T20:22:43.971 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:43 vm01 bash[20507]: audit 2026-03-31T20:22:42.682965+0000 mon.a (mon.0) 123 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-03-31T20:22:43.971 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:43 vm01 bash[20507]: audit 2026-03-31T20:22:42.682965+0000 mon.a (mon.0) 123 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-03-31T20:22:43.971 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:43 vm01 bash[20507]: audit 2026-03-31T20:22:42.683342+0000 mon.a (mon.0) 124 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-03-31T20:22:43.971 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:43 vm01 bash[20507]: audit 2026-03-31T20:22:42.683342+0000 mon.a (mon.0) 124 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-03-31T20:22:43.971 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:43 vm01 bash[20507]: cephadm 2026-03-31T20:22:42.683938+0000 mgr.a (mgr.14152) 23 : cephadm [INF] Updating vm05:/etc/ceph/ceph.conf 2026-03-31T20:22:43.971 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:43 vm01 bash[20507]: cephadm 2026-03-31T20:22:42.683938+0000 mgr.a (mgr.14152) 23 : cephadm [INF] Updating vm05:/etc/ceph/ceph.conf 2026-03-31T20:22:43.971 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:43 vm01 bash[20507]: cephadm 2026-03-31T20:22:42.713173+0000 mgr.a (mgr.14152) 24 : cephadm [INF] Updating vm05:/var/lib/ceph/2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37/config/ceph.conf 2026-03-31T20:22:43.971 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:43 vm01 bash[20507]: cephadm 2026-03-31T20:22:42.713173+0000 mgr.a (mgr.14152) 24 : cephadm [INF] Updating vm05:/var/lib/ceph/2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37/config/ceph.conf 2026-03-31T20:22:43.971 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:43 vm01 bash[20507]: cephadm 2026-03-31T20:22:42.742597+0000 mgr.a (mgr.14152) 25 : cephadm [INF] Updating vm05:/etc/ceph/ceph.client.admin.keyring 2026-03-31T20:22:43.971 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:43 vm01 bash[20507]: cephadm 2026-03-31T20:22:42.742597+0000 mgr.a (mgr.14152) 25 : cephadm [INF] Updating vm05:/etc/ceph/ceph.client.admin.keyring 2026-03-31T20:22:43.971 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:43 vm01 bash[20507]: cephadm 2026-03-31T20:22:43.180363+0000 mgr.a (mgr.14152) 26 : cephadm [INF] Updating vm05:/var/lib/ceph/2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37/config/ceph.client.admin.keyring 2026-03-31T20:22:43.971 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:43 vm01 bash[20507]: cephadm 2026-03-31T20:22:43.180363+0000 mgr.a (mgr.14152) 26 : cephadm [INF] Updating vm05:/var/lib/ceph/2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37/config/ceph.client.admin.keyring 2026-03-31T20:22:43.971 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:43 vm01 bash[20507]: audit 2026-03-31T20:22:43.215244+0000 mon.a (mon.0) 125 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:22:43.971 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:43 vm01 bash[20507]: audit 2026-03-31T20:22:43.215244+0000 mon.a (mon.0) 125 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:22:43.971 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:43 vm01 bash[20507]: audit 2026-03-31T20:22:43.217781+0000 mon.a (mon.0) 126 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:22:43.971 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:43 vm01 bash[20507]: audit 2026-03-31T20:22:43.217781+0000 mon.a (mon.0) 126 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:22:43.971 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:43 vm01 bash[20507]: audit 2026-03-31T20:22:43.220013+0000 mon.a (mon.0) 127 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:22:43.971 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:43 vm01 bash[20507]: audit 2026-03-31T20:22:43.220013+0000 mon.a (mon.0) 127 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:22:43.971 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:43 vm01 bash[20507]: audit 2026-03-31T20:22:43.658477+0000 mon.a (mon.0) 128 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:22:43.971 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:43 vm01 bash[20507]: audit 2026-03-31T20:22:43.658477+0000 mon.a (mon.0) 128 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:22:43.971 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:43 vm01 bash[20507]: audit 2026-03-31T20:22:43.659042+0000 mon.a (mon.0) 129 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-03-31T20:22:43.971 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:43 vm01 bash[20507]: audit 2026-03-31T20:22:43.659042+0000 mon.a (mon.0) 129 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-03-31T20:22:44.247 INFO:teuthology.orchestra.run.vm01.stdout: 2026-03-31T20:22:44.247 INFO:teuthology.orchestra.run.vm01.stdout:[{"addr": "192.168.123.101", "hostname": "vm01", "labels": [], "status": ""}, {"addr": "192.168.123.105", "hostname": "vm05", "labels": [], "status": ""}, {"addr": "192.168.123.106", "hostname": "vm06", "labels": [], "status": ""}] 2026-03-31T20:22:44.295 INFO:tasks.cephadm:Setting crush tunables to default 2026-03-31T20:22:44.295 DEBUG:teuthology.orchestra.run.vm01:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:5bb3278730741031382ca9c3dc9d221a942e06a2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37 -- ceph osd crush tunables default 2026-03-31T20:22:44.525 INFO:teuthology.orchestra.run.vm01.stderr:Inferring config /var/lib/ceph/2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37/mon.a/config 2026-03-31T20:22:45.338 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:44 vm01 bash[20507]: cephadm 2026-03-31T20:22:43.658806+0000 mgr.a (mgr.14152) 27 : cephadm [INF] Added host vm06 2026-03-31T20:22:45.338 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:44 vm01 bash[20507]: cephadm 2026-03-31T20:22:43.658806+0000 mgr.a (mgr.14152) 27 : cephadm [INF] Added host vm06 2026-03-31T20:22:45.338 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:44 vm01 bash[20507]: audit 2026-03-31T20:22:43.943470+0000 mon.a (mon.0) 130 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:22:45.338 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:44 vm01 bash[20507]: audit 2026-03-31T20:22:43.943470+0000 mon.a (mon.0) 130 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:22:45.338 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:44 vm01 bash[20507]: audit 2026-03-31T20:22:44.198826+0000 mon.a (mon.0) 131 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:22:45.338 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:44 vm01 bash[20507]: audit 2026-03-31T20:22:44.198826+0000 mon.a (mon.0) 131 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:22:45.338 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:44 vm01 bash[20507]: audit 2026-03-31T20:22:44.745903+0000 mon.a (mon.0) 132 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:22:45.338 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:44 vm01 bash[20507]: audit 2026-03-31T20:22:44.745903+0000 mon.a (mon.0) 132 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:22:45.338 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:44 vm01 bash[20507]: audit 2026-03-31T20:22:44.813121+0000 mon.a (mon.0) 133 : audit [INF] from='client.? 192.168.123.101:0/3895216767' entity='client.admin' cmd={"prefix": "osd crush tunables", "profile": "default"} : dispatch 2026-03-31T20:22:45.338 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:44 vm01 bash[20507]: audit 2026-03-31T20:22:44.813121+0000 mon.a (mon.0) 133 : audit [INF] from='client.? 192.168.123.101:0/3895216767' entity='client.admin' cmd={"prefix": "osd crush tunables", "profile": "default"} : dispatch 2026-03-31T20:22:45.748 INFO:teuthology.orchestra.run.vm01.stderr:adjusted tunables profile to default 2026-03-31T20:22:45.803 INFO:tasks.cephadm:Adding mon.a on vm01 2026-03-31T20:22:45.803 INFO:tasks.cephadm:Adding mon.b on vm05 2026-03-31T20:22:45.803 INFO:tasks.cephadm:Adding mon.c on vm06 2026-03-31T20:22:45.803 DEBUG:teuthology.orchestra.run.vm06:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:5bb3278730741031382ca9c3dc9d221a942e06a2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37 -- ceph orch apply mon '3;vm01:192.168.123.101=a;vm05:192.168.123.105=b;vm06:192.168.123.106=c' 2026-03-31T20:22:46.064 INFO:teuthology.orchestra.run.vm06.stderr:Inferring config /var/lib/ceph/2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37/config/ceph.conf 2026-03-31T20:22:46.088 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:45 vm01 bash[20507]: audit 2026-03-31T20:22:44.244951+0000 mgr.a (mgr.14152) 28 : audit [DBG] from='client.14186 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-03-31T20:22:46.088 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:45 vm01 bash[20507]: audit 2026-03-31T20:22:44.244951+0000 mgr.a (mgr.14152) 28 : audit [DBG] from='client.14186 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-03-31T20:22:46.088 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:45 vm01 bash[20507]: audit 2026-03-31T20:22:45.746370+0000 mon.a (mon.0) 134 : audit [INF] from='client.? 192.168.123.101:0/3895216767' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2026-03-31T20:22:46.088 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:45 vm01 bash[20507]: audit 2026-03-31T20:22:45.746370+0000 mon.a (mon.0) 134 : audit [INF] from='client.? 192.168.123.101:0/3895216767' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2026-03-31T20:22:46.088 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:45 vm01 bash[20507]: cluster 2026-03-31T20:22:45.748107+0000 mon.a (mon.0) 135 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2026-03-31T20:22:46.088 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:45 vm01 bash[20507]: cluster 2026-03-31T20:22:45.748107+0000 mon.a (mon.0) 135 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2026-03-31T20:22:46.088 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:45 vm01 bash[20507]: audit 2026-03-31T20:22:45.749627+0000 mon.a (mon.0) 136 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:22:46.088 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:45 vm01 bash[20507]: audit 2026-03-31T20:22:45.749627+0000 mon.a (mon.0) 136 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:22:46.088 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:45 vm01 bash[20507]: audit 2026-03-31T20:22:45.751495+0000 mon.a (mon.0) 137 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:22:46.088 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:45 vm01 bash[20507]: audit 2026-03-31T20:22:45.751495+0000 mon.a (mon.0) 137 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:22:46.088 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:45 vm01 bash[20507]: audit 2026-03-31T20:22:45.753992+0000 mon.a (mon.0) 138 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:22:46.088 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:45 vm01 bash[20507]: audit 2026-03-31T20:22:45.753992+0000 mon.a (mon.0) 138 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:22:46.088 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:45 vm01 bash[20507]: audit 2026-03-31T20:22:45.755872+0000 mon.a (mon.0) 139 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:22:46.088 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:45 vm01 bash[20507]: audit 2026-03-31T20:22:45.755872+0000 mon.a (mon.0) 139 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:22:46.088 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:45 vm01 bash[20507]: audit 2026-03-31T20:22:45.756336+0000 mon.a (mon.0) 140 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd/host:vm06", "name": "osd_memory_target"} : dispatch 2026-03-31T20:22:46.088 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:45 vm01 bash[20507]: audit 2026-03-31T20:22:45.756336+0000 mon.a (mon.0) 140 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd/host:vm06", "name": "osd_memory_target"} : dispatch 2026-03-31T20:22:46.088 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:45 vm01 bash[20507]: audit 2026-03-31T20:22:45.757195+0000 mon.a (mon.0) 141 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-03-31T20:22:46.088 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:45 vm01 bash[20507]: audit 2026-03-31T20:22:45.757195+0000 mon.a (mon.0) 141 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-03-31T20:22:46.088 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:45 vm01 bash[20507]: audit 2026-03-31T20:22:45.757625+0000 mon.a (mon.0) 142 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-03-31T20:22:46.088 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:45 vm01 bash[20507]: audit 2026-03-31T20:22:45.757625+0000 mon.a (mon.0) 142 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-03-31T20:22:46.088 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:45 vm01 bash[20507]: audit 2026-03-31T20:22:45.892461+0000 mon.a (mon.0) 143 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:22:46.088 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:45 vm01 bash[20507]: audit 2026-03-31T20:22:45.892461+0000 mon.a (mon.0) 143 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:22:46.088 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:45 vm01 bash[20507]: audit 2026-03-31T20:22:45.894282+0000 mon.a (mon.0) 144 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:22:46.089 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:45 vm01 bash[20507]: audit 2026-03-31T20:22:45.894282+0000 mon.a (mon.0) 144 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:22:46.089 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:45 vm01 bash[20507]: audit 2026-03-31T20:22:45.896160+0000 mon.a (mon.0) 145 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:22:46.089 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:45 vm01 bash[20507]: audit 2026-03-31T20:22:45.896160+0000 mon.a (mon.0) 145 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:22:46.365 INFO:teuthology.orchestra.run.vm06.stdout:Scheduled mon update... 2026-03-31T20:22:46.449 DEBUG:teuthology.orchestra.run.vm05:mon.b> sudo journalctl -f -n 0 -u ceph-2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37@mon.b.service 2026-03-31T20:22:46.451 DEBUG:teuthology.orchestra.run.vm06:mon.c> sudo journalctl -f -n 0 -u ceph-2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37@mon.c.service 2026-03-31T20:22:46.451 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2026-03-31T20:22:46.451 DEBUG:teuthology.orchestra.run.vm06:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:5bb3278730741031382ca9c3dc9d221a942e06a2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37 -- ceph mon dump -f json 2026-03-31T20:22:46.732 INFO:teuthology.orchestra.run.vm06.stderr:Inferring config /var/lib/ceph/2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37/config/ceph.conf 2026-03-31T20:22:47.205 INFO:teuthology.orchestra.run.vm06.stdout: 2026-03-31T20:22:47.205 INFO:teuthology.orchestra.run.vm06.stdout:{"epoch":1,"fsid":"2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37","modified":"2026-03-31T20:22:11.273676Z","created":"2026-03-31T20:22:11.273676Z","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":"a","public_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.101:3300","nonce":0},{"type":"v1","addr":"192.168.123.101:6789","nonce":0}]},"addr":"192.168.123.101:6789/0","public_addr":"192.168.123.101:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2026-03-31T20:22:47.205 INFO:teuthology.orchestra.run.vm06.stderr:dumped monmap epoch 1 2026-03-31T20:22:47.338 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:46 vm01 bash[20507]: cephadm 2026-03-31T20:22:45.758243+0000 mgr.a (mgr.14152) 29 : cephadm [INF] Updating vm06:/etc/ceph/ceph.conf 2026-03-31T20:22:47.338 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:46 vm01 bash[20507]: cephadm 2026-03-31T20:22:45.758243+0000 mgr.a (mgr.14152) 29 : cephadm [INF] Updating vm06:/etc/ceph/ceph.conf 2026-03-31T20:22:47.338 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:46 vm01 bash[20507]: cephadm 2026-03-31T20:22:45.794423+0000 mgr.a (mgr.14152) 30 : cephadm [INF] Updating vm06:/var/lib/ceph/2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37/config/ceph.conf 2026-03-31T20:22:47.338 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:46 vm01 bash[20507]: cephadm 2026-03-31T20:22:45.794423+0000 mgr.a (mgr.14152) 30 : cephadm [INF] Updating vm06:/var/lib/ceph/2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37/config/ceph.conf 2026-03-31T20:22:47.338 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:46 vm01 bash[20507]: cephadm 2026-03-31T20:22:45.825418+0000 mgr.a (mgr.14152) 31 : cephadm [INF] Updating vm06:/etc/ceph/ceph.client.admin.keyring 2026-03-31T20:22:47.338 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:46 vm01 bash[20507]: cephadm 2026-03-31T20:22:45.825418+0000 mgr.a (mgr.14152) 31 : cephadm [INF] Updating vm06:/etc/ceph/ceph.client.admin.keyring 2026-03-31T20:22:47.338 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:46 vm01 bash[20507]: cephadm 2026-03-31T20:22:45.856402+0000 mgr.a (mgr.14152) 32 : cephadm [INF] Updating vm06:/var/lib/ceph/2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37/config/ceph.client.admin.keyring 2026-03-31T20:22:47.338 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:46 vm01 bash[20507]: cephadm 2026-03-31T20:22:45.856402+0000 mgr.a (mgr.14152) 32 : cephadm [INF] Updating vm06:/var/lib/ceph/2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37/config/ceph.client.admin.keyring 2026-03-31T20:22:47.338 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:46 vm01 bash[20507]: audit 2026-03-31T20:22:46.362966+0000 mon.a (mon.0) 146 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:22:47.338 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:46 vm01 bash[20507]: audit 2026-03-31T20:22:46.362966+0000 mon.a (mon.0) 146 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:22:47.338 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:46 vm01 bash[20507]: audit 2026-03-31T20:22:46.363591+0000 mon.a (mon.0) 147 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-03-31T20:22:47.338 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:46 vm01 bash[20507]: audit 2026-03-31T20:22:46.363591+0000 mon.a (mon.0) 147 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-03-31T20:22:47.338 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:46 vm01 bash[20507]: audit 2026-03-31T20:22:46.364703+0000 mon.a (mon.0) 148 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-03-31T20:22:47.338 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:46 vm01 bash[20507]: audit 2026-03-31T20:22:46.364703+0000 mon.a (mon.0) 148 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-03-31T20:22:47.338 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:46 vm01 bash[20507]: audit 2026-03-31T20:22:46.365220+0000 mon.a (mon.0) 149 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-03-31T20:22:47.338 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:46 vm01 bash[20507]: audit 2026-03-31T20:22:46.365220+0000 mon.a (mon.0) 149 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-03-31T20:22:47.338 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:46 vm01 bash[20507]: audit 2026-03-31T20:22:46.367629+0000 mon.a (mon.0) 150 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:22:47.339 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:46 vm01 bash[20507]: audit 2026-03-31T20:22:46.367629+0000 mon.a (mon.0) 150 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:22:47.339 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:46 vm01 bash[20507]: audit 2026-03-31T20:22:46.368605+0000 mon.a (mon.0) 151 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2026-03-31T20:22:47.339 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:46 vm01 bash[20507]: audit 2026-03-31T20:22:46.368605+0000 mon.a (mon.0) 151 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2026-03-31T20:22:47.339 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:46 vm01 bash[20507]: audit 2026-03-31T20:22:46.369100+0000 mon.a (mon.0) 152 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-03-31T20:22:47.339 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:46 vm01 bash[20507]: audit 2026-03-31T20:22:46.369100+0000 mon.a (mon.0) 152 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-03-31T20:22:48.338 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:47 vm01 bash[20507]: audit 2026-03-31T20:22:46.359658+0000 mgr.a (mgr.14152) 33 : audit [DBG] from='client.14190 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;vm01:192.168.123.101=a;vm05:192.168.123.105=b;vm06:192.168.123.106=c", "target": ["mon-mgr", ""]}]: dispatch 2026-03-31T20:22:48.338 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:47 vm01 bash[20507]: audit 2026-03-31T20:22:46.359658+0000 mgr.a (mgr.14152) 33 : audit [DBG] from='client.14190 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;vm01:192.168.123.101=a;vm05:192.168.123.105=b;vm06:192.168.123.106=c", "target": ["mon-mgr", ""]}]: dispatch 2026-03-31T20:22:48.338 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:47 vm01 bash[20507]: cephadm 2026-03-31T20:22:46.360875+0000 mgr.a (mgr.14152) 34 : cephadm [INF] Saving service mon spec with placement vm01:192.168.123.101=a;vm05:192.168.123.105=b;vm06:192.168.123.106=c;count:3 2026-03-31T20:22:48.338 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:47 vm01 bash[20507]: cephadm 2026-03-31T20:22:46.360875+0000 mgr.a (mgr.14152) 34 : cephadm [INF] Saving service mon spec with placement vm01:192.168.123.101=a;vm05:192.168.123.105=b;vm06:192.168.123.106=c;count:3 2026-03-31T20:22:48.338 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:47 vm01 bash[20507]: cephadm 2026-03-31T20:22:46.369793+0000 mgr.a (mgr.14152) 35 : cephadm [INF] Deploying daemon mon.c on vm06 2026-03-31T20:22:48.338 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:47 vm01 bash[20507]: cephadm 2026-03-31T20:22:46.369793+0000 mgr.a (mgr.14152) 35 : cephadm [INF] Deploying daemon mon.c on vm06 2026-03-31T20:22:48.338 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:47 vm01 bash[20507]: audit 2026-03-31T20:22:47.203054+0000 mon.a (mon.0) 153 : audit [DBG] from='client.? 192.168.123.106:0/3457635737' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2026-03-31T20:22:48.338 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:47 vm01 bash[20507]: audit 2026-03-31T20:22:47.203054+0000 mon.a (mon.0) 153 : audit [DBG] from='client.? 192.168.123.106:0/3457635737' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2026-03-31T20:22:48.472 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:22:48 vm06 bash[23229]: debug 2026-03-31T20:22:48.171+0000 7f53a8694640 1 mon.c@-1(synchronizing).paxosservice(auth 1..3) refresh upgraded, format 0 -> 3 2026-03-31T20:22:48.477 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2026-03-31T20:22:48.477 DEBUG:teuthology.orchestra.run.vm06:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:5bb3278730741031382ca9c3dc9d221a942e06a2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37 -- ceph mon dump -f json 2026-03-31T20:22:48.709 INFO:teuthology.orchestra.run.vm06.stderr:Inferring config /var/lib/ceph/2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37/mon.c/config 2026-03-31T20:22:49.893 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:22:49 vm05 bash[22868]: debug 2026-03-31T20:22:49.574+0000 7f50f1d65640 1 mon.b@-1(synchronizing).paxosservice(auth 1..3) refresh upgraded, format 0 -> 3 2026-03-31T20:22:53.454 INFO:teuthology.orchestra.run.vm06.stdout: 2026-03-31T20:22:53.454 INFO:teuthology.orchestra.run.vm06.stdout:{"epoch":2,"fsid":"2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37","modified":"2026-03-31T20:22:48.185188Z","created":"2026-03-31T20:22:11.273676Z","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":"a","public_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.101:3300","nonce":0},{"type":"v1","addr":"192.168.123.101:6789","nonce":0}]},"addr":"192.168.123.101:6789/0","public_addr":"192.168.123.101:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"c","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,1]} 2026-03-31T20:22:53.455 INFO:teuthology.orchestra.run.vm06.stderr:dumped monmap epoch 2 2026-03-31T20:22:53.512 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:22:53 vm06 bash[23229]: cephadm 2026-03-31T20:22:48.075430+0000 mgr.a (mgr.14152) 36 : cephadm [INF] Deploying daemon mon.b on vm05 2026-03-31T20:22:53.512 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:22:53 vm06 bash[23229]: cephadm 2026-03-31T20:22:48.075430+0000 mgr.a (mgr.14152) 36 : cephadm [INF] Deploying daemon mon.b on vm05 2026-03-31T20:22:53.512 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:22:53 vm06 bash[23229]: audit 2026-03-31T20:22:48.187657+0000 mon.a (mon.0) 160 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-03-31T20:22:53.512 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:22:53 vm06 bash[23229]: audit 2026-03-31T20:22:48.187657+0000 mon.a (mon.0) 160 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-03-31T20:22:53.512 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:22:53 vm06 bash[23229]: audit 2026-03-31T20:22:48.187770+0000 mon.a (mon.0) 161 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-03-31T20:22:53.512 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:22:53 vm06 bash[23229]: audit 2026-03-31T20:22:48.187770+0000 mon.a (mon.0) 161 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-03-31T20:22:53.512 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:22:53 vm06 bash[23229]: cluster 2026-03-31T20:22:48.189099+0000 mon.a (mon.0) 162 : cluster [INF] mon.a calling monitor election 2026-03-31T20:22:53.512 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:22:53 vm06 bash[23229]: cluster 2026-03-31T20:22:48.189099+0000 mon.a (mon.0) 162 : cluster [INF] mon.a calling monitor election 2026-03-31T20:22:53.512 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:22:53 vm06 bash[23229]: audit 2026-03-31T20:22:49.185153+0000 mon.a (mon.0) 163 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-03-31T20:22:53.512 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:22:53 vm06 bash[23229]: audit 2026-03-31T20:22:49.185153+0000 mon.a (mon.0) 163 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-03-31T20:22:53.513 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:22:53 vm06 bash[23229]: audit 2026-03-31T20:22:49.588686+0000 mon.a (mon.0) 164 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-03-31T20:22:53.513 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:22:53 vm06 bash[23229]: audit 2026-03-31T20:22:49.588686+0000 mon.a (mon.0) 164 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-03-31T20:22:53.513 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:22:53 vm06 bash[23229]: cluster 2026-03-31T20:22:50.183237+0000 mon.c (mon.1) 1 : cluster [INF] mon.c calling monitor election 2026-03-31T20:22:53.513 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:22:53 vm06 bash[23229]: cluster 2026-03-31T20:22:50.183237+0000 mon.c (mon.1) 1 : cluster [INF] mon.c calling monitor election 2026-03-31T20:22:53.513 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:22:53 vm06 bash[23229]: audit 2026-03-31T20:22:50.185208+0000 mon.a (mon.0) 165 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-03-31T20:22:53.513 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:22:53 vm06 bash[23229]: audit 2026-03-31T20:22:50.185208+0000 mon.a (mon.0) 165 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-03-31T20:22:53.513 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:22:53 vm06 bash[23229]: audit 2026-03-31T20:22:50.588258+0000 mon.a (mon.0) 166 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-03-31T20:22:53.513 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:22:53 vm06 bash[23229]: audit 2026-03-31T20:22:50.588258+0000 mon.a (mon.0) 166 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-03-31T20:22:53.513 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:22:53 vm06 bash[23229]: audit 2026-03-31T20:22:51.185249+0000 mon.a (mon.0) 167 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-03-31T20:22:53.513 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:22:53 vm06 bash[23229]: audit 2026-03-31T20:22:51.185249+0000 mon.a (mon.0) 167 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-03-31T20:22:53.513 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:22:53 vm06 bash[23229]: audit 2026-03-31T20:22:51.588542+0000 mon.a (mon.0) 168 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-03-31T20:22:53.513 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:22:53 vm06 bash[23229]: audit 2026-03-31T20:22:51.588542+0000 mon.a (mon.0) 168 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-03-31T20:22:53.513 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:22:53 vm06 bash[23229]: audit 2026-03-31T20:22:52.185167+0000 mon.a (mon.0) 169 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-03-31T20:22:53.513 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:22:53 vm06 bash[23229]: audit 2026-03-31T20:22:52.185167+0000 mon.a (mon.0) 169 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-03-31T20:22:53.513 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:22:53 vm06 bash[23229]: audit 2026-03-31T20:22:52.588864+0000 mon.a (mon.0) 170 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-03-31T20:22:53.513 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:22:53 vm06 bash[23229]: audit 2026-03-31T20:22:52.588864+0000 mon.a (mon.0) 170 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-03-31T20:22:53.513 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:22:53 vm06 bash[23229]: cluster 2026-03-31T20:22:53.108374+0000 mgr.a (mgr.14152) 37 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-03-31T20:22:53.513 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:22:53 vm06 bash[23229]: cluster 2026-03-31T20:22:53.108374+0000 mgr.a (mgr.14152) 37 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-03-31T20:22:53.513 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:22:53 vm06 bash[23229]: audit 2026-03-31T20:22:53.185389+0000 mon.a (mon.0) 171 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-03-31T20:22:53.513 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:22:53 vm06 bash[23229]: audit 2026-03-31T20:22:53.185389+0000 mon.a (mon.0) 171 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-03-31T20:22:53.513 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:22:53 vm06 bash[23229]: cluster 2026-03-31T20:22:53.193460+0000 mon.a (mon.0) 172 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2026-03-31T20:22:53.513 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:22:53 vm06 bash[23229]: cluster 2026-03-31T20:22:53.193460+0000 mon.a (mon.0) 172 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2026-03-31T20:22:53.513 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:22:53 vm06 bash[23229]: cluster 2026-03-31T20:22:53.196496+0000 mon.a (mon.0) 173 : cluster [DBG] monmap epoch 2 2026-03-31T20:22:53.513 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:22:53 vm06 bash[23229]: cluster 2026-03-31T20:22:53.196496+0000 mon.a (mon.0) 173 : cluster [DBG] monmap epoch 2 2026-03-31T20:22:53.513 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:22:53 vm06 bash[23229]: cluster 2026-03-31T20:22:53.196514+0000 mon.a (mon.0) 174 : cluster [DBG] fsid 2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37 2026-03-31T20:22:53.513 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:22:53 vm06 bash[23229]: cluster 2026-03-31T20:22:53.196514+0000 mon.a (mon.0) 174 : cluster [DBG] fsid 2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37 2026-03-31T20:22:53.513 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:22:53 vm06 bash[23229]: cluster 2026-03-31T20:22:53.196524+0000 mon.a (mon.0) 175 : cluster [DBG] last_changed 2026-03-31T20:22:48.185188+0000 2026-03-31T20:22:53.513 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:22:53 vm06 bash[23229]: cluster 2026-03-31T20:22:53.196524+0000 mon.a (mon.0) 175 : cluster [DBG] last_changed 2026-03-31T20:22:48.185188+0000 2026-03-31T20:22:53.513 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:22:53 vm06 bash[23229]: cluster 2026-03-31T20:22:53.196535+0000 mon.a (mon.0) 176 : cluster [DBG] created 2026-03-31T20:22:11.273676+0000 2026-03-31T20:22:53.513 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:22:53 vm06 bash[23229]: cluster 2026-03-31T20:22:53.196535+0000 mon.a (mon.0) 176 : cluster [DBG] created 2026-03-31T20:22:11.273676+0000 2026-03-31T20:22:53.513 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:22:53 vm06 bash[23229]: cluster 2026-03-31T20:22:53.196547+0000 mon.a (mon.0) 177 : cluster [DBG] min_mon_release 20 (tentacle) 2026-03-31T20:22:53.513 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:22:53 vm06 bash[23229]: cluster 2026-03-31T20:22:53.196547+0000 mon.a (mon.0) 177 : cluster [DBG] min_mon_release 20 (tentacle) 2026-03-31T20:22:53.513 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:22:53 vm06 bash[23229]: cluster 2026-03-31T20:22:53.196558+0000 mon.a (mon.0) 178 : cluster [DBG] election_strategy: 1 2026-03-31T20:22:53.513 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:22:53 vm06 bash[23229]: cluster 2026-03-31T20:22:53.196558+0000 mon.a (mon.0) 178 : cluster [DBG] election_strategy: 1 2026-03-31T20:22:53.513 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:22:53 vm06 bash[23229]: cluster 2026-03-31T20:22:53.196570+0000 mon.a (mon.0) 179 : cluster [DBG] 0: [v2:192.168.123.101:3300/0,v1:192.168.123.101:6789/0] mon.a 2026-03-31T20:22:53.513 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:22:53 vm06 bash[23229]: cluster 2026-03-31T20:22:53.196570+0000 mon.a (mon.0) 179 : cluster [DBG] 0: [v2:192.168.123.101:3300/0,v1:192.168.123.101:6789/0] mon.a 2026-03-31T20:22:53.513 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:22:53 vm06 bash[23229]: cluster 2026-03-31T20:22:53.196583+0000 mon.a (mon.0) 180 : cluster [DBG] 1: [v2:192.168.123.106:3300/0,v1:192.168.123.106:6789/0] mon.c 2026-03-31T20:22:53.513 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:22:53 vm06 bash[23229]: cluster 2026-03-31T20:22:53.196583+0000 mon.a (mon.0) 180 : cluster [DBG] 1: [v2:192.168.123.106:3300/0,v1:192.168.123.106:6789/0] mon.c 2026-03-31T20:22:53.513 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:22:53 vm06 bash[23229]: cluster 2026-03-31T20:22:53.196983+0000 mon.a (mon.0) 181 : cluster [DBG] fsmap 2026-03-31T20:22:53.513 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:22:53 vm06 bash[23229]: cluster 2026-03-31T20:22:53.196983+0000 mon.a (mon.0) 181 : cluster [DBG] fsmap 2026-03-31T20:22:53.513 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:22:53 vm06 bash[23229]: cluster 2026-03-31T20:22:53.197009+0000 mon.a (mon.0) 182 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2026-03-31T20:22:53.513 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:22:53 vm06 bash[23229]: cluster 2026-03-31T20:22:53.197009+0000 mon.a (mon.0) 182 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2026-03-31T20:22:53.513 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:22:53 vm06 bash[23229]: cluster 2026-03-31T20:22:53.197149+0000 mon.a (mon.0) 183 : cluster [DBG] mgrmap e13: a(active, since 20s) 2026-03-31T20:22:53.513 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:22:53 vm06 bash[23229]: cluster 2026-03-31T20:22:53.197149+0000 mon.a (mon.0) 183 : cluster [DBG] mgrmap e13: a(active, since 20s) 2026-03-31T20:22:53.513 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:22:53 vm06 bash[23229]: cluster 2026-03-31T20:22:53.197235+0000 mon.a (mon.0) 184 : cluster [INF] overall HEALTH_OK 2026-03-31T20:22:53.513 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:22:53 vm06 bash[23229]: cluster 2026-03-31T20:22:53.197235+0000 mon.a (mon.0) 184 : cluster [INF] overall HEALTH_OK 2026-03-31T20:22:53.513 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:22:53 vm06 bash[23229]: audit 2026-03-31T20:22:53.199579+0000 mon.a (mon.0) 185 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:22:53.514 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:22:53 vm06 bash[23229]: audit 2026-03-31T20:22:53.199579+0000 mon.a (mon.0) 185 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:22:53.514 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:22:53 vm06 bash[23229]: audit 2026-03-31T20:22:53.204803+0000 mon.a (mon.0) 186 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:22:53.514 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:22:53 vm06 bash[23229]: audit 2026-03-31T20:22:53.204803+0000 mon.a (mon.0) 186 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:22:53.514 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:22:53 vm06 bash[23229]: audit 2026-03-31T20:22:53.207900+0000 mon.a (mon.0) 187 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:22:53.514 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:22:53 vm06 bash[23229]: audit 2026-03-31T20:22:53.207900+0000 mon.a (mon.0) 187 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:22:53.514 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:22:53 vm06 bash[23229]: audit 2026-03-31T20:22:53.210750+0000 mon.a (mon.0) 188 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:22:53.514 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:22:53 vm06 bash[23229]: audit 2026-03-31T20:22:53.210750+0000 mon.a (mon.0) 188 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:22:53.514 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:22:53 vm06 bash[23229]: audit 2026-03-31T20:22:53.224648+0000 mon.a (mon.0) 189 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-03-31T20:22:53.514 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:22:53 vm06 bash[23229]: audit 2026-03-31T20:22:53.224648+0000 mon.a (mon.0) 189 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-03-31T20:22:53.588 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:53 vm01 bash[20507]: cephadm 2026-03-31T20:22:48.075430+0000 mgr.a (mgr.14152) 36 : cephadm [INF] Deploying daemon mon.b on vm05 2026-03-31T20:22:53.588 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:53 vm01 bash[20507]: cephadm 2026-03-31T20:22:48.075430+0000 mgr.a (mgr.14152) 36 : cephadm [INF] Deploying daemon mon.b on vm05 2026-03-31T20:22:53.588 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:53 vm01 bash[20507]: audit 2026-03-31T20:22:48.187657+0000 mon.a (mon.0) 160 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-03-31T20:22:53.588 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:53 vm01 bash[20507]: audit 2026-03-31T20:22:48.187657+0000 mon.a (mon.0) 160 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-03-31T20:22:53.588 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:53 vm01 bash[20507]: audit 2026-03-31T20:22:48.187770+0000 mon.a (mon.0) 161 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-03-31T20:22:53.588 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:53 vm01 bash[20507]: audit 2026-03-31T20:22:48.187770+0000 mon.a (mon.0) 161 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-03-31T20:22:53.588 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:53 vm01 bash[20507]: cluster 2026-03-31T20:22:48.189099+0000 mon.a (mon.0) 162 : cluster [INF] mon.a calling monitor election 2026-03-31T20:22:53.588 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:53 vm01 bash[20507]: cluster 2026-03-31T20:22:48.189099+0000 mon.a (mon.0) 162 : cluster [INF] mon.a calling monitor election 2026-03-31T20:22:53.589 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:53 vm01 bash[20507]: audit 2026-03-31T20:22:49.185153+0000 mon.a (mon.0) 163 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-03-31T20:22:53.589 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:53 vm01 bash[20507]: audit 2026-03-31T20:22:49.185153+0000 mon.a (mon.0) 163 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-03-31T20:22:53.589 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:53 vm01 bash[20507]: audit 2026-03-31T20:22:49.588686+0000 mon.a (mon.0) 164 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-03-31T20:22:53.589 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:53 vm01 bash[20507]: audit 2026-03-31T20:22:49.588686+0000 mon.a (mon.0) 164 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-03-31T20:22:53.589 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:53 vm01 bash[20507]: cluster 2026-03-31T20:22:50.183237+0000 mon.c (mon.1) 1 : cluster [INF] mon.c calling monitor election 2026-03-31T20:22:53.589 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:53 vm01 bash[20507]: cluster 2026-03-31T20:22:50.183237+0000 mon.c (mon.1) 1 : cluster [INF] mon.c calling monitor election 2026-03-31T20:22:53.589 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:53 vm01 bash[20507]: audit 2026-03-31T20:22:50.185208+0000 mon.a (mon.0) 165 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-03-31T20:22:53.589 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:53 vm01 bash[20507]: audit 2026-03-31T20:22:50.185208+0000 mon.a (mon.0) 165 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-03-31T20:22:53.589 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:53 vm01 bash[20507]: audit 2026-03-31T20:22:50.588258+0000 mon.a (mon.0) 166 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-03-31T20:22:53.589 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:53 vm01 bash[20507]: audit 2026-03-31T20:22:50.588258+0000 mon.a (mon.0) 166 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-03-31T20:22:53.589 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:53 vm01 bash[20507]: audit 2026-03-31T20:22:51.185249+0000 mon.a (mon.0) 167 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-03-31T20:22:53.589 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:53 vm01 bash[20507]: audit 2026-03-31T20:22:51.185249+0000 mon.a (mon.0) 167 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-03-31T20:22:53.589 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:53 vm01 bash[20507]: audit 2026-03-31T20:22:51.588542+0000 mon.a (mon.0) 168 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-03-31T20:22:53.589 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:53 vm01 bash[20507]: audit 2026-03-31T20:22:51.588542+0000 mon.a (mon.0) 168 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-03-31T20:22:53.589 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:53 vm01 bash[20507]: audit 2026-03-31T20:22:52.185167+0000 mon.a (mon.0) 169 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-03-31T20:22:53.589 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:53 vm01 bash[20507]: audit 2026-03-31T20:22:52.185167+0000 mon.a (mon.0) 169 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-03-31T20:22:53.589 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:53 vm01 bash[20507]: audit 2026-03-31T20:22:52.588864+0000 mon.a (mon.0) 170 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-03-31T20:22:53.589 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:53 vm01 bash[20507]: audit 2026-03-31T20:22:52.588864+0000 mon.a (mon.0) 170 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-03-31T20:22:53.589 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:53 vm01 bash[20507]: cluster 2026-03-31T20:22:53.108374+0000 mgr.a (mgr.14152) 37 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-03-31T20:22:53.589 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:53 vm01 bash[20507]: cluster 2026-03-31T20:22:53.108374+0000 mgr.a (mgr.14152) 37 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-03-31T20:22:53.589 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:53 vm01 bash[20507]: audit 2026-03-31T20:22:53.185389+0000 mon.a (mon.0) 171 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-03-31T20:22:53.589 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:53 vm01 bash[20507]: audit 2026-03-31T20:22:53.185389+0000 mon.a (mon.0) 171 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-03-31T20:22:53.589 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:53 vm01 bash[20507]: cluster 2026-03-31T20:22:53.193460+0000 mon.a (mon.0) 172 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2026-03-31T20:22:53.589 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:53 vm01 bash[20507]: cluster 2026-03-31T20:22:53.193460+0000 mon.a (mon.0) 172 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2026-03-31T20:22:53.589 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:53 vm01 bash[20507]: cluster 2026-03-31T20:22:53.196496+0000 mon.a (mon.0) 173 : cluster [DBG] monmap epoch 2 2026-03-31T20:22:53.589 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:53 vm01 bash[20507]: cluster 2026-03-31T20:22:53.196496+0000 mon.a (mon.0) 173 : cluster [DBG] monmap epoch 2 2026-03-31T20:22:53.589 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:53 vm01 bash[20507]: cluster 2026-03-31T20:22:53.196514+0000 mon.a (mon.0) 174 : cluster [DBG] fsid 2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37 2026-03-31T20:22:53.589 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:53 vm01 bash[20507]: cluster 2026-03-31T20:22:53.196514+0000 mon.a (mon.0) 174 : cluster [DBG] fsid 2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37 2026-03-31T20:22:53.589 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:53 vm01 bash[20507]: cluster 2026-03-31T20:22:53.196524+0000 mon.a (mon.0) 175 : cluster [DBG] last_changed 2026-03-31T20:22:48.185188+0000 2026-03-31T20:22:53.589 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:53 vm01 bash[20507]: cluster 2026-03-31T20:22:53.196524+0000 mon.a (mon.0) 175 : cluster [DBG] last_changed 2026-03-31T20:22:48.185188+0000 2026-03-31T20:22:53.589 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:53 vm01 bash[20507]: cluster 2026-03-31T20:22:53.196535+0000 mon.a (mon.0) 176 : cluster [DBG] created 2026-03-31T20:22:11.273676+0000 2026-03-31T20:22:53.589 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:53 vm01 bash[20507]: cluster 2026-03-31T20:22:53.196535+0000 mon.a (mon.0) 176 : cluster [DBG] created 2026-03-31T20:22:11.273676+0000 2026-03-31T20:22:53.589 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:53 vm01 bash[20507]: cluster 2026-03-31T20:22:53.196547+0000 mon.a (mon.0) 177 : cluster [DBG] min_mon_release 20 (tentacle) 2026-03-31T20:22:53.589 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:53 vm01 bash[20507]: cluster 2026-03-31T20:22:53.196547+0000 mon.a (mon.0) 177 : cluster [DBG] min_mon_release 20 (tentacle) 2026-03-31T20:22:53.589 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:53 vm01 bash[20507]: cluster 2026-03-31T20:22:53.196558+0000 mon.a (mon.0) 178 : cluster [DBG] election_strategy: 1 2026-03-31T20:22:53.589 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:53 vm01 bash[20507]: cluster 2026-03-31T20:22:53.196558+0000 mon.a (mon.0) 178 : cluster [DBG] election_strategy: 1 2026-03-31T20:22:53.589 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:53 vm01 bash[20507]: cluster 2026-03-31T20:22:53.196570+0000 mon.a (mon.0) 179 : cluster [DBG] 0: [v2:192.168.123.101:3300/0,v1:192.168.123.101:6789/0] mon.a 2026-03-31T20:22:53.589 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:53 vm01 bash[20507]: cluster 2026-03-31T20:22:53.196570+0000 mon.a (mon.0) 179 : cluster [DBG] 0: [v2:192.168.123.101:3300/0,v1:192.168.123.101:6789/0] mon.a 2026-03-31T20:22:53.589 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:53 vm01 bash[20507]: cluster 2026-03-31T20:22:53.196583+0000 mon.a (mon.0) 180 : cluster [DBG] 1: [v2:192.168.123.106:3300/0,v1:192.168.123.106:6789/0] mon.c 2026-03-31T20:22:53.589 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:53 vm01 bash[20507]: cluster 2026-03-31T20:22:53.196583+0000 mon.a (mon.0) 180 : cluster [DBG] 1: [v2:192.168.123.106:3300/0,v1:192.168.123.106:6789/0] mon.c 2026-03-31T20:22:53.589 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:53 vm01 bash[20507]: cluster 2026-03-31T20:22:53.196983+0000 mon.a (mon.0) 181 : cluster [DBG] fsmap 2026-03-31T20:22:53.589 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:53 vm01 bash[20507]: cluster 2026-03-31T20:22:53.196983+0000 mon.a (mon.0) 181 : cluster [DBG] fsmap 2026-03-31T20:22:53.589 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:53 vm01 bash[20507]: cluster 2026-03-31T20:22:53.197009+0000 mon.a (mon.0) 182 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2026-03-31T20:22:53.589 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:53 vm01 bash[20507]: cluster 2026-03-31T20:22:53.197009+0000 mon.a (mon.0) 182 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2026-03-31T20:22:53.589 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:53 vm01 bash[20507]: cluster 2026-03-31T20:22:53.197149+0000 mon.a (mon.0) 183 : cluster [DBG] mgrmap e13: a(active, since 20s) 2026-03-31T20:22:53.589 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:53 vm01 bash[20507]: cluster 2026-03-31T20:22:53.197149+0000 mon.a (mon.0) 183 : cluster [DBG] mgrmap e13: a(active, since 20s) 2026-03-31T20:22:53.589 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:53 vm01 bash[20507]: cluster 2026-03-31T20:22:53.197235+0000 mon.a (mon.0) 184 : cluster [INF] overall HEALTH_OK 2026-03-31T20:22:53.589 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:53 vm01 bash[20507]: cluster 2026-03-31T20:22:53.197235+0000 mon.a (mon.0) 184 : cluster [INF] overall HEALTH_OK 2026-03-31T20:22:53.589 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:53 vm01 bash[20507]: audit 2026-03-31T20:22:53.199579+0000 mon.a (mon.0) 185 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:22:53.589 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:53 vm01 bash[20507]: audit 2026-03-31T20:22:53.199579+0000 mon.a (mon.0) 185 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:22:53.590 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:53 vm01 bash[20507]: audit 2026-03-31T20:22:53.204803+0000 mon.a (mon.0) 186 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:22:53.590 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:53 vm01 bash[20507]: audit 2026-03-31T20:22:53.204803+0000 mon.a (mon.0) 186 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:22:53.590 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:53 vm01 bash[20507]: audit 2026-03-31T20:22:53.207900+0000 mon.a (mon.0) 187 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:22:53.590 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:53 vm01 bash[20507]: audit 2026-03-31T20:22:53.207900+0000 mon.a (mon.0) 187 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:22:53.590 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:53 vm01 bash[20507]: audit 2026-03-31T20:22:53.210750+0000 mon.a (mon.0) 188 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:22:53.590 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:53 vm01 bash[20507]: audit 2026-03-31T20:22:53.210750+0000 mon.a (mon.0) 188 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:22:53.590 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:53 vm01 bash[20507]: audit 2026-03-31T20:22:53.224648+0000 mon.a (mon.0) 189 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-03-31T20:22:53.590 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:53 vm01 bash[20507]: audit 2026-03-31T20:22:53.224648+0000 mon.a (mon.0) 189 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-03-31T20:22:54.514 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2026-03-31T20:22:54.514 DEBUG:teuthology.orchestra.run.vm06:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:5bb3278730741031382ca9c3dc9d221a942e06a2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37 -- ceph mon dump -f json 2026-03-31T20:22:54.588 INFO:journalctl@ceph.mgr.a.vm01.stdout:Mar 31 20:22:54 vm01 bash[20789]: debug 2026-03-31T20:22:54.183+0000 7feb3a6d2640 -1 mgr.server handle_report got status from non-daemon mon.c 2026-03-31T20:22:54.742 INFO:teuthology.orchestra.run.vm06.stderr:Inferring config /var/lib/ceph/2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37/mon.c/config 2026-03-31T20:22:58.973 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:22:58 vm06 bash[23229]: cluster 2026-03-31T20:22:53.590262+0000 mon.c (mon.1) 2 : cluster [INF] mon.c calling monitor election 2026-03-31T20:22:58.973 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:22:58 vm06 bash[23229]: cluster 2026-03-31T20:22:53.590262+0000 mon.c (mon.1) 2 : cluster [INF] mon.c calling monitor election 2026-03-31T20:22:58.973 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:22:58 vm06 bash[23229]: audit 2026-03-31T20:22:53.591865+0000 mon.a (mon.0) 193 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-03-31T20:22:58.973 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:22:58 vm06 bash[23229]: audit 2026-03-31T20:22:53.591865+0000 mon.a (mon.0) 193 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-03-31T20:22:58.973 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:22:58 vm06 bash[23229]: cluster 2026-03-31T20:22:53.591956+0000 mon.a (mon.0) 194 : cluster [INF] mon.a calling monitor election 2026-03-31T20:22:58.973 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:22:58 vm06 bash[23229]: cluster 2026-03-31T20:22:53.591956+0000 mon.a (mon.0) 194 : cluster [INF] mon.a calling monitor election 2026-03-31T20:22:58.973 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:22:58 vm06 bash[23229]: audit 2026-03-31T20:22:53.592759+0000 mon.a (mon.0) 195 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-03-31T20:22:58.973 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:22:58 vm06 bash[23229]: audit 2026-03-31T20:22:53.592759+0000 mon.a (mon.0) 195 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-03-31T20:22:58.973 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:22:58 vm06 bash[23229]: audit 2026-03-31T20:22:53.592821+0000 mon.a (mon.0) 196 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-03-31T20:22:58.973 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:22:58 vm06 bash[23229]: audit 2026-03-31T20:22:53.592821+0000 mon.a (mon.0) 196 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-03-31T20:22:58.973 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:22:58 vm06 bash[23229]: audit 2026-03-31T20:22:54.588625+0000 mon.a (mon.0) 197 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-03-31T20:22:58.973 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:22:58 vm06 bash[23229]: audit 2026-03-31T20:22:54.588625+0000 mon.a (mon.0) 197 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-03-31T20:22:58.973 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:22:58 vm06 bash[23229]: cluster 2026-03-31T20:22:55.108549+0000 mgr.a (mgr.14152) 38 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-03-31T20:22:58.973 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:22:58 vm06 bash[23229]: cluster 2026-03-31T20:22:55.108549+0000 mgr.a (mgr.14152) 38 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-03-31T20:22:58.973 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:22:58 vm06 bash[23229]: audit 2026-03-31T20:22:55.589171+0000 mon.a (mon.0) 198 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-03-31T20:22:58.973 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:22:58 vm06 bash[23229]: audit 2026-03-31T20:22:55.589171+0000 mon.a (mon.0) 198 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-03-31T20:22:58.973 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:22:58 vm06 bash[23229]: audit 2026-03-31T20:22:56.588808+0000 mon.a (mon.0) 199 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-03-31T20:22:58.973 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:22:58 vm06 bash[23229]: audit 2026-03-31T20:22:56.588808+0000 mon.a (mon.0) 199 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-03-31T20:22:58.973 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:22:58 vm06 bash[23229]: cluster 2026-03-31T20:22:57.108695+0000 mgr.a (mgr.14152) 39 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-03-31T20:22:58.973 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:22:58 vm06 bash[23229]: cluster 2026-03-31T20:22:57.108695+0000 mgr.a (mgr.14152) 39 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-03-31T20:22:58.973 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:22:58 vm06 bash[23229]: audit 2026-03-31T20:22:57.589289+0000 mon.a (mon.0) 200 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-03-31T20:22:58.973 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:22:58 vm06 bash[23229]: audit 2026-03-31T20:22:57.589289+0000 mon.a (mon.0) 200 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-03-31T20:22:58.973 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:22:58 vm06 bash[23229]: audit 2026-03-31T20:22:58.589261+0000 mon.a (mon.0) 201 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-03-31T20:22:58.973 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:22:58 vm06 bash[23229]: audit 2026-03-31T20:22:58.589261+0000 mon.a (mon.0) 201 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-03-31T20:22:58.973 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:22:58 vm06 bash[23229]: cluster 2026-03-31T20:22:58.593282+0000 mon.a (mon.0) 202 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2026-03-31T20:22:58.973 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:22:58 vm06 bash[23229]: cluster 2026-03-31T20:22:58.593282+0000 mon.a (mon.0) 202 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2026-03-31T20:22:58.973 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:22:58 vm06 bash[23229]: cluster 2026-03-31T20:22:58.596059+0000 mon.a (mon.0) 203 : cluster [DBG] monmap epoch 3 2026-03-31T20:22:58.973 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:22:58 vm06 bash[23229]: cluster 2026-03-31T20:22:58.596059+0000 mon.a (mon.0) 203 : cluster [DBG] monmap epoch 3 2026-03-31T20:22:58.973 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:22:58 vm06 bash[23229]: cluster 2026-03-31T20:22:58.596076+0000 mon.a (mon.0) 204 : cluster [DBG] fsid 2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37 2026-03-31T20:22:58.973 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:22:58 vm06 bash[23229]: cluster 2026-03-31T20:22:58.596076+0000 mon.a (mon.0) 204 : cluster [DBG] fsid 2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37 2026-03-31T20:22:58.973 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:22:58 vm06 bash[23229]: cluster 2026-03-31T20:22:58.596086+0000 mon.a (mon.0) 205 : cluster [DBG] last_changed 2026-03-31T20:22:53.588481+0000 2026-03-31T20:22:58.973 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:22:58 vm06 bash[23229]: cluster 2026-03-31T20:22:58.596086+0000 mon.a (mon.0) 205 : cluster [DBG] last_changed 2026-03-31T20:22:53.588481+0000 2026-03-31T20:22:58.973 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:22:58 vm06 bash[23229]: cluster 2026-03-31T20:22:58.596096+0000 mon.a (mon.0) 206 : cluster [DBG] created 2026-03-31T20:22:11.273676+0000 2026-03-31T20:22:58.973 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:22:58 vm06 bash[23229]: cluster 2026-03-31T20:22:58.596096+0000 mon.a (mon.0) 206 : cluster [DBG] created 2026-03-31T20:22:11.273676+0000 2026-03-31T20:22:58.973 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:22:58 vm06 bash[23229]: cluster 2026-03-31T20:22:58.596106+0000 mon.a (mon.0) 207 : cluster [DBG] min_mon_release 20 (tentacle) 2026-03-31T20:22:58.973 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:22:58 vm06 bash[23229]: cluster 2026-03-31T20:22:58.596106+0000 mon.a (mon.0) 207 : cluster [DBG] min_mon_release 20 (tentacle) 2026-03-31T20:22:58.973 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:22:58 vm06 bash[23229]: cluster 2026-03-31T20:22:58.596118+0000 mon.a (mon.0) 208 : cluster [DBG] election_strategy: 1 2026-03-31T20:22:58.974 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:22:58 vm06 bash[23229]: cluster 2026-03-31T20:22:58.596118+0000 mon.a (mon.0) 208 : cluster [DBG] election_strategy: 1 2026-03-31T20:22:58.974 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:22:58 vm06 bash[23229]: cluster 2026-03-31T20:22:58.596127+0000 mon.a (mon.0) 209 : cluster [DBG] 0: [v2:192.168.123.101:3300/0,v1:192.168.123.101:6789/0] mon.a 2026-03-31T20:22:58.974 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:22:58 vm06 bash[23229]: cluster 2026-03-31T20:22:58.596127+0000 mon.a (mon.0) 209 : cluster [DBG] 0: [v2:192.168.123.101:3300/0,v1:192.168.123.101:6789/0] mon.a 2026-03-31T20:22:58.974 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:22:58 vm06 bash[23229]: cluster 2026-03-31T20:22:58.596137+0000 mon.a (mon.0) 210 : cluster [DBG] 1: [v2:192.168.123.106:3300/0,v1:192.168.123.106:6789/0] mon.c 2026-03-31T20:22:58.974 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:22:58 vm06 bash[23229]: cluster 2026-03-31T20:22:58.596137+0000 mon.a (mon.0) 210 : cluster [DBG] 1: [v2:192.168.123.106:3300/0,v1:192.168.123.106:6789/0] mon.c 2026-03-31T20:22:58.974 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:22:58 vm06 bash[23229]: cluster 2026-03-31T20:22:58.596147+0000 mon.a (mon.0) 211 : cluster [DBG] 2: [v2:192.168.123.105:3300/0,v1:192.168.123.105:6789/0] mon.b 2026-03-31T20:22:58.974 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:22:58 vm06 bash[23229]: cluster 2026-03-31T20:22:58.596147+0000 mon.a (mon.0) 211 : cluster [DBG] 2: [v2:192.168.123.105:3300/0,v1:192.168.123.105:6789/0] mon.b 2026-03-31T20:22:58.974 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:22:58 vm06 bash[23229]: cluster 2026-03-31T20:22:58.596464+0000 mon.a (mon.0) 212 : cluster [DBG] fsmap 2026-03-31T20:22:58.974 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:22:58 vm06 bash[23229]: cluster 2026-03-31T20:22:58.596464+0000 mon.a (mon.0) 212 : cluster [DBG] fsmap 2026-03-31T20:22:58.974 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:22:58 vm06 bash[23229]: cluster 2026-03-31T20:22:58.596485+0000 mon.a (mon.0) 213 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2026-03-31T20:22:58.974 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:22:58 vm06 bash[23229]: cluster 2026-03-31T20:22:58.596485+0000 mon.a (mon.0) 213 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2026-03-31T20:22:58.974 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:22:58 vm06 bash[23229]: cluster 2026-03-31T20:22:58.596586+0000 mon.a (mon.0) 214 : cluster [DBG] mgrmap e13: a(active, since 25s) 2026-03-31T20:22:58.974 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:22:58 vm06 bash[23229]: cluster 2026-03-31T20:22:58.596586+0000 mon.a (mon.0) 214 : cluster [DBG] mgrmap e13: a(active, since 25s) 2026-03-31T20:22:58.974 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:22:58 vm06 bash[23229]: cluster 2026-03-31T20:22:58.596662+0000 mon.a (mon.0) 215 : cluster [INF] overall HEALTH_OK 2026-03-31T20:22:58.974 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:22:58 vm06 bash[23229]: cluster 2026-03-31T20:22:58.596662+0000 mon.a (mon.0) 215 : cluster [INF] overall HEALTH_OK 2026-03-31T20:22:58.974 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:22:58 vm06 bash[23229]: audit 2026-03-31T20:22:58.599075+0000 mon.a (mon.0) 216 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:22:58.974 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:22:58 vm06 bash[23229]: audit 2026-03-31T20:22:58.599075+0000 mon.a (mon.0) 216 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:22:58.974 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:22:58 vm06 bash[23229]: audit 2026-03-31T20:22:58.602289+0000 mon.a (mon.0) 217 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:22:58.974 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:22:58 vm06 bash[23229]: audit 2026-03-31T20:22:58.602289+0000 mon.a (mon.0) 217 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:22:58.974 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:22:58 vm06 bash[23229]: audit 2026-03-31T20:22:58.604858+0000 mon.a (mon.0) 218 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:22:58.974 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:22:58 vm06 bash[23229]: audit 2026-03-31T20:22:58.604858+0000 mon.a (mon.0) 218 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:22:58.974 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:22:58 vm06 bash[23229]: audit 2026-03-31T20:22:58.607031+0000 mon.a (mon.0) 219 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:22:58.974 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:22:58 vm06 bash[23229]: audit 2026-03-31T20:22:58.607031+0000 mon.a (mon.0) 219 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:22:58.974 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:22:58 vm06 bash[23229]: audit 2026-03-31T20:22:58.607640+0000 mon.a (mon.0) 220 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-03-31T20:22:58.974 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:22:58 vm06 bash[23229]: audit 2026-03-31T20:22:58.607640+0000 mon.a (mon.0) 220 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-03-31T20:22:58.974 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:22:58 vm06 bash[23229]: audit 2026-03-31T20:22:58.608135+0000 mon.a (mon.0) 221 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-03-31T20:22:58.974 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:22:58 vm06 bash[23229]: audit 2026-03-31T20:22:58.608135+0000 mon.a (mon.0) 221 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-03-31T20:22:58.982 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:58 vm01 bash[20507]: cluster 2026-03-31T20:22:53.590262+0000 mon.c (mon.1) 2 : cluster [INF] mon.c calling monitor election 2026-03-31T20:22:58.982 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:58 vm01 bash[20507]: cluster 2026-03-31T20:22:53.590262+0000 mon.c (mon.1) 2 : cluster [INF] mon.c calling monitor election 2026-03-31T20:22:58.982 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:58 vm01 bash[20507]: audit 2026-03-31T20:22:53.591865+0000 mon.a (mon.0) 193 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-03-31T20:22:58.982 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:58 vm01 bash[20507]: audit 2026-03-31T20:22:53.591865+0000 mon.a (mon.0) 193 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-03-31T20:22:58.982 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:58 vm01 bash[20507]: cluster 2026-03-31T20:22:53.591956+0000 mon.a (mon.0) 194 : cluster [INF] mon.a calling monitor election 2026-03-31T20:22:58.982 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:58 vm01 bash[20507]: cluster 2026-03-31T20:22:53.591956+0000 mon.a (mon.0) 194 : cluster [INF] mon.a calling monitor election 2026-03-31T20:22:58.982 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:58 vm01 bash[20507]: audit 2026-03-31T20:22:53.592759+0000 mon.a (mon.0) 195 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-03-31T20:22:58.982 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:58 vm01 bash[20507]: audit 2026-03-31T20:22:53.592759+0000 mon.a (mon.0) 195 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-03-31T20:22:58.982 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:58 vm01 bash[20507]: audit 2026-03-31T20:22:53.592821+0000 mon.a (mon.0) 196 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-03-31T20:22:58.982 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:58 vm01 bash[20507]: audit 2026-03-31T20:22:53.592821+0000 mon.a (mon.0) 196 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-03-31T20:22:58.982 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:58 vm01 bash[20507]: audit 2026-03-31T20:22:54.588625+0000 mon.a (mon.0) 197 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-03-31T20:22:58.982 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:58 vm01 bash[20507]: audit 2026-03-31T20:22:54.588625+0000 mon.a (mon.0) 197 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-03-31T20:22:58.982 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:58 vm01 bash[20507]: cluster 2026-03-31T20:22:55.108549+0000 mgr.a (mgr.14152) 38 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-03-31T20:22:58.982 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:58 vm01 bash[20507]: cluster 2026-03-31T20:22:55.108549+0000 mgr.a (mgr.14152) 38 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-03-31T20:22:58.982 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:58 vm01 bash[20507]: audit 2026-03-31T20:22:55.589171+0000 mon.a (mon.0) 198 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-03-31T20:22:58.983 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:58 vm01 bash[20507]: audit 2026-03-31T20:22:55.589171+0000 mon.a (mon.0) 198 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-03-31T20:22:58.983 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:58 vm01 bash[20507]: audit 2026-03-31T20:22:56.588808+0000 mon.a (mon.0) 199 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-03-31T20:22:58.983 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:58 vm01 bash[20507]: audit 2026-03-31T20:22:56.588808+0000 mon.a (mon.0) 199 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-03-31T20:22:58.983 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:58 vm01 bash[20507]: cluster 2026-03-31T20:22:57.108695+0000 mgr.a (mgr.14152) 39 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-03-31T20:22:58.983 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:58 vm01 bash[20507]: cluster 2026-03-31T20:22:57.108695+0000 mgr.a (mgr.14152) 39 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-03-31T20:22:58.983 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:58 vm01 bash[20507]: audit 2026-03-31T20:22:57.589289+0000 mon.a (mon.0) 200 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-03-31T20:22:58.983 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:58 vm01 bash[20507]: audit 2026-03-31T20:22:57.589289+0000 mon.a (mon.0) 200 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-03-31T20:22:58.983 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:58 vm01 bash[20507]: audit 2026-03-31T20:22:58.589261+0000 mon.a (mon.0) 201 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-03-31T20:22:58.983 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:58 vm01 bash[20507]: audit 2026-03-31T20:22:58.589261+0000 mon.a (mon.0) 201 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-03-31T20:22:58.983 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:58 vm01 bash[20507]: cluster 2026-03-31T20:22:58.593282+0000 mon.a (mon.0) 202 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2026-03-31T20:22:58.983 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:58 vm01 bash[20507]: cluster 2026-03-31T20:22:58.593282+0000 mon.a (mon.0) 202 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2026-03-31T20:22:58.983 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:58 vm01 bash[20507]: cluster 2026-03-31T20:22:58.596059+0000 mon.a (mon.0) 203 : cluster [DBG] monmap epoch 3 2026-03-31T20:22:58.983 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:58 vm01 bash[20507]: cluster 2026-03-31T20:22:58.596059+0000 mon.a (mon.0) 203 : cluster [DBG] monmap epoch 3 2026-03-31T20:22:58.983 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:58 vm01 bash[20507]: cluster 2026-03-31T20:22:58.596076+0000 mon.a (mon.0) 204 : cluster [DBG] fsid 2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37 2026-03-31T20:22:58.983 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:58 vm01 bash[20507]: cluster 2026-03-31T20:22:58.596076+0000 mon.a (mon.0) 204 : cluster [DBG] fsid 2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37 2026-03-31T20:22:58.983 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:58 vm01 bash[20507]: cluster 2026-03-31T20:22:58.596086+0000 mon.a (mon.0) 205 : cluster [DBG] last_changed 2026-03-31T20:22:53.588481+0000 2026-03-31T20:22:58.983 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:58 vm01 bash[20507]: cluster 2026-03-31T20:22:58.596086+0000 mon.a (mon.0) 205 : cluster [DBG] last_changed 2026-03-31T20:22:53.588481+0000 2026-03-31T20:22:58.983 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:58 vm01 bash[20507]: cluster 2026-03-31T20:22:58.596096+0000 mon.a (mon.0) 206 : cluster [DBG] created 2026-03-31T20:22:11.273676+0000 2026-03-31T20:22:58.983 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:58 vm01 bash[20507]: cluster 2026-03-31T20:22:58.596096+0000 mon.a (mon.0) 206 : cluster [DBG] created 2026-03-31T20:22:11.273676+0000 2026-03-31T20:22:58.983 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:58 vm01 bash[20507]: cluster 2026-03-31T20:22:58.596106+0000 mon.a (mon.0) 207 : cluster [DBG] min_mon_release 20 (tentacle) 2026-03-31T20:22:58.983 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:58 vm01 bash[20507]: cluster 2026-03-31T20:22:58.596106+0000 mon.a (mon.0) 207 : cluster [DBG] min_mon_release 20 (tentacle) 2026-03-31T20:22:58.983 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:58 vm01 bash[20507]: cluster 2026-03-31T20:22:58.596118+0000 mon.a (mon.0) 208 : cluster [DBG] election_strategy: 1 2026-03-31T20:22:58.983 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:58 vm01 bash[20507]: cluster 2026-03-31T20:22:58.596118+0000 mon.a (mon.0) 208 : cluster [DBG] election_strategy: 1 2026-03-31T20:22:58.983 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:58 vm01 bash[20507]: cluster 2026-03-31T20:22:58.596127+0000 mon.a (mon.0) 209 : cluster [DBG] 0: [v2:192.168.123.101:3300/0,v1:192.168.123.101:6789/0] mon.a 2026-03-31T20:22:58.983 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:58 vm01 bash[20507]: cluster 2026-03-31T20:22:58.596127+0000 mon.a (mon.0) 209 : cluster [DBG] 0: [v2:192.168.123.101:3300/0,v1:192.168.123.101:6789/0] mon.a 2026-03-31T20:22:58.983 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:58 vm01 bash[20507]: cluster 2026-03-31T20:22:58.596137+0000 mon.a (mon.0) 210 : cluster [DBG] 1: [v2:192.168.123.106:3300/0,v1:192.168.123.106:6789/0] mon.c 2026-03-31T20:22:58.983 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:58 vm01 bash[20507]: cluster 2026-03-31T20:22:58.596137+0000 mon.a (mon.0) 210 : cluster [DBG] 1: [v2:192.168.123.106:3300/0,v1:192.168.123.106:6789/0] mon.c 2026-03-31T20:22:58.983 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:58 vm01 bash[20507]: cluster 2026-03-31T20:22:58.596147+0000 mon.a (mon.0) 211 : cluster [DBG] 2: [v2:192.168.123.105:3300/0,v1:192.168.123.105:6789/0] mon.b 2026-03-31T20:22:58.983 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:58 vm01 bash[20507]: cluster 2026-03-31T20:22:58.596147+0000 mon.a (mon.0) 211 : cluster [DBG] 2: [v2:192.168.123.105:3300/0,v1:192.168.123.105:6789/0] mon.b 2026-03-31T20:22:58.983 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:58 vm01 bash[20507]: cluster 2026-03-31T20:22:58.596464+0000 mon.a (mon.0) 212 : cluster [DBG] fsmap 2026-03-31T20:22:58.983 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:58 vm01 bash[20507]: cluster 2026-03-31T20:22:58.596464+0000 mon.a (mon.0) 212 : cluster [DBG] fsmap 2026-03-31T20:22:58.983 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:58 vm01 bash[20507]: cluster 2026-03-31T20:22:58.596485+0000 mon.a (mon.0) 213 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2026-03-31T20:22:58.983 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:58 vm01 bash[20507]: cluster 2026-03-31T20:22:58.596485+0000 mon.a (mon.0) 213 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2026-03-31T20:22:58.983 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:58 vm01 bash[20507]: cluster 2026-03-31T20:22:58.596586+0000 mon.a (mon.0) 214 : cluster [DBG] mgrmap e13: a(active, since 25s) 2026-03-31T20:22:58.983 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:58 vm01 bash[20507]: cluster 2026-03-31T20:22:58.596586+0000 mon.a (mon.0) 214 : cluster [DBG] mgrmap e13: a(active, since 25s) 2026-03-31T20:22:58.983 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:58 vm01 bash[20507]: cluster 2026-03-31T20:22:58.596662+0000 mon.a (mon.0) 215 : cluster [INF] overall HEALTH_OK 2026-03-31T20:22:58.983 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:58 vm01 bash[20507]: cluster 2026-03-31T20:22:58.596662+0000 mon.a (mon.0) 215 : cluster [INF] overall HEALTH_OK 2026-03-31T20:22:58.983 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:58 vm01 bash[20507]: audit 2026-03-31T20:22:58.599075+0000 mon.a (mon.0) 216 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:22:58.983 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:58 vm01 bash[20507]: audit 2026-03-31T20:22:58.599075+0000 mon.a (mon.0) 216 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:22:58.983 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:58 vm01 bash[20507]: audit 2026-03-31T20:22:58.602289+0000 mon.a (mon.0) 217 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:22:58.983 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:58 vm01 bash[20507]: audit 2026-03-31T20:22:58.602289+0000 mon.a (mon.0) 217 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:22:58.983 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:58 vm01 bash[20507]: audit 2026-03-31T20:22:58.604858+0000 mon.a (mon.0) 218 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:22:58.983 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:58 vm01 bash[20507]: audit 2026-03-31T20:22:58.604858+0000 mon.a (mon.0) 218 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:22:58.983 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:58 vm01 bash[20507]: audit 2026-03-31T20:22:58.607031+0000 mon.a (mon.0) 219 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:22:58.983 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:58 vm01 bash[20507]: audit 2026-03-31T20:22:58.607031+0000 mon.a (mon.0) 219 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:22:58.983 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:58 vm01 bash[20507]: audit 2026-03-31T20:22:58.607640+0000 mon.a (mon.0) 220 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-03-31T20:22:58.983 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:58 vm01 bash[20507]: audit 2026-03-31T20:22:58.607640+0000 mon.a (mon.0) 220 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-03-31T20:22:58.983 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:58 vm01 bash[20507]: audit 2026-03-31T20:22:58.608135+0000 mon.a (mon.0) 221 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-03-31T20:22:58.983 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:58 vm01 bash[20507]: audit 2026-03-31T20:22:58.608135+0000 mon.a (mon.0) 221 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-03-31T20:22:59.467 INFO:teuthology.orchestra.run.vm06.stderr:dumped monmap epoch 3 2026-03-31T20:22:59.467 INFO:teuthology.orchestra.run.vm06.stdout: 2026-03-31T20:22:59.467 INFO:teuthology.orchestra.run.vm06.stdout:{"epoch":3,"fsid":"2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37","modified":"2026-03-31T20:22:53.588481Z","created":"2026-03-31T20:22:11.273676Z","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":"a","public_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.101:3300","nonce":0},{"type":"v1","addr":"192.168.123.101:6789","nonce":0}]},"addr":"192.168.123.101:6789/0","public_addr":"192.168.123.101:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"c","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":2,"name":"b","public_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.105:3300","nonce":0},{"type":"v1","addr":"192.168.123.105:6789","nonce":0}]},"addr":"192.168.123.105:6789/0","public_addr":"192.168.123.105:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1]} 2026-03-31T20:22:59.522 INFO:tasks.cephadm:Generating final ceph.conf file... 2026-03-31T20:22:59.523 DEBUG:teuthology.orchestra.run.vm01:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:5bb3278730741031382ca9c3dc9d221a942e06a2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37 -- ceph config generate-minimal-conf 2026-03-31T20:22:59.736 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:22:59 vm06 bash[23229]: cephadm 2026-03-31T20:22:58.608706+0000 mgr.a (mgr.14152) 40 : cephadm [INF] Updating vm01:/etc/ceph/ceph.conf 2026-03-31T20:22:59.736 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:22:59 vm06 bash[23229]: cephadm 2026-03-31T20:22:58.608706+0000 mgr.a (mgr.14152) 40 : cephadm [INF] Updating vm01:/etc/ceph/ceph.conf 2026-03-31T20:22:59.736 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:22:59 vm06 bash[23229]: cephadm 2026-03-31T20:22:58.608909+0000 mgr.a (mgr.14152) 41 : cephadm [INF] Updating vm05:/etc/ceph/ceph.conf 2026-03-31T20:22:59.736 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:22:59 vm06 bash[23229]: cephadm 2026-03-31T20:22:58.608909+0000 mgr.a (mgr.14152) 41 : cephadm [INF] Updating vm05:/etc/ceph/ceph.conf 2026-03-31T20:22:59.736 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:22:59 vm06 bash[23229]: cephadm 2026-03-31T20:22:58.609082+0000 mgr.a (mgr.14152) 42 : cephadm [INF] Updating vm06:/etc/ceph/ceph.conf 2026-03-31T20:22:59.736 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:22:59 vm06 bash[23229]: cephadm 2026-03-31T20:22:58.609082+0000 mgr.a (mgr.14152) 42 : cephadm [INF] Updating vm06:/etc/ceph/ceph.conf 2026-03-31T20:22:59.736 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:22:59 vm06 bash[23229]: cephadm 2026-03-31T20:22:58.645927+0000 mgr.a (mgr.14152) 43 : cephadm [INF] Updating vm01:/var/lib/ceph/2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37/config/ceph.conf 2026-03-31T20:22:59.736 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:22:59 vm06 bash[23229]: cephadm 2026-03-31T20:22:58.645927+0000 mgr.a (mgr.14152) 43 : cephadm [INF] Updating vm01:/var/lib/ceph/2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37/config/ceph.conf 2026-03-31T20:22:59.736 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:22:59 vm06 bash[23229]: cephadm 2026-03-31T20:22:58.647437+0000 mgr.a (mgr.14152) 44 : cephadm [INF] Updating vm05:/var/lib/ceph/2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37/config/ceph.conf 2026-03-31T20:22:59.736 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:22:59 vm06 bash[23229]: cephadm 2026-03-31T20:22:58.647437+0000 mgr.a (mgr.14152) 44 : cephadm [INF] Updating vm05:/var/lib/ceph/2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37/config/ceph.conf 2026-03-31T20:22:59.736 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:22:59 vm06 bash[23229]: cephadm 2026-03-31T20:22:58.648438+0000 mgr.a (mgr.14152) 45 : cephadm [INF] Updating vm06:/var/lib/ceph/2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37/config/ceph.conf 2026-03-31T20:22:59.736 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:22:59 vm06 bash[23229]: cephadm 2026-03-31T20:22:58.648438+0000 mgr.a (mgr.14152) 45 : cephadm [INF] Updating vm06:/var/lib/ceph/2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37/config/ceph.conf 2026-03-31T20:22:59.736 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:22:59 vm06 bash[23229]: audit 2026-03-31T20:22:58.696938+0000 mon.a (mon.0) 222 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:22:59.736 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:22:59 vm06 bash[23229]: audit 2026-03-31T20:22:58.696938+0000 mon.a (mon.0) 222 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:22:59.736 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:22:59 vm06 bash[23229]: audit 2026-03-31T20:22:58.699485+0000 mon.a (mon.0) 223 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:22:59.736 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:22:59 vm06 bash[23229]: audit 2026-03-31T20:22:58.699485+0000 mon.a (mon.0) 223 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:22:59.736 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:22:59 vm06 bash[23229]: audit 2026-03-31T20:22:58.702005+0000 mon.a (mon.0) 224 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:22:59.736 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:22:59 vm06 bash[23229]: audit 2026-03-31T20:22:58.702005+0000 mon.a (mon.0) 224 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:22:59.736 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:22:59 vm06 bash[23229]: audit 2026-03-31T20:22:58.704204+0000 mon.a (mon.0) 225 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:22:59.736 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:22:59 vm06 bash[23229]: audit 2026-03-31T20:22:58.704204+0000 mon.a (mon.0) 225 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:22:59.736 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:22:59 vm06 bash[23229]: audit 2026-03-31T20:22:58.706494+0000 mon.a (mon.0) 226 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:22:59.736 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:22:59 vm06 bash[23229]: audit 2026-03-31T20:22:58.706494+0000 mon.a (mon.0) 226 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:22:59.736 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:22:59 vm06 bash[23229]: audit 2026-03-31T20:22:58.708647+0000 mon.a (mon.0) 227 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:22:59.736 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:22:59 vm06 bash[23229]: audit 2026-03-31T20:22:58.708647+0000 mon.a (mon.0) 227 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:22:59.736 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:22:59 vm06 bash[23229]: audit 2026-03-31T20:22:58.711134+0000 mon.a (mon.0) 228 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:22:59.736 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:22:59 vm06 bash[23229]: audit 2026-03-31T20:22:58.711134+0000 mon.a (mon.0) 228 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:22:59.736 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:22:59 vm06 bash[23229]: cephadm 2026-03-31T20:22:58.724382+0000 mgr.a (mgr.14152) 46 : cephadm [INF] Reconfiguring mon.a (unknown last config time)... 2026-03-31T20:22:59.736 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:22:59 vm06 bash[23229]: cephadm 2026-03-31T20:22:58.724382+0000 mgr.a (mgr.14152) 46 : cephadm [INF] Reconfiguring mon.a (unknown last config time)... 2026-03-31T20:22:59.736 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:22:59 vm06 bash[23229]: audit 2026-03-31T20:22:58.724573+0000 mon.a (mon.0) 229 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2026-03-31T20:22:59.736 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:22:59 vm06 bash[23229]: audit 2026-03-31T20:22:58.724573+0000 mon.a (mon.0) 229 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2026-03-31T20:22:59.736 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:22:59 vm06 bash[23229]: audit 2026-03-31T20:22:58.725056+0000 mon.a (mon.0) 230 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2026-03-31T20:22:59.736 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:22:59 vm06 bash[23229]: audit 2026-03-31T20:22:58.725056+0000 mon.a (mon.0) 230 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2026-03-31T20:22:59.736 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:22:59 vm06 bash[23229]: audit 2026-03-31T20:22:58.725459+0000 mon.a (mon.0) 231 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-03-31T20:22:59.737 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:22:59 vm06 bash[23229]: audit 2026-03-31T20:22:58.725459+0000 mon.a (mon.0) 231 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-03-31T20:22:59.737 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:22:59 vm06 bash[23229]: cephadm 2026-03-31T20:22:58.725904+0000 mgr.a (mgr.14152) 47 : cephadm [INF] Reconfiguring daemon mon.a on vm01 2026-03-31T20:22:59.737 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:22:59 vm06 bash[23229]: cephadm 2026-03-31T20:22:58.725904+0000 mgr.a (mgr.14152) 47 : cephadm [INF] Reconfiguring daemon mon.a on vm01 2026-03-31T20:22:59.737 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:22:59 vm06 bash[23229]: audit 2026-03-31T20:22:59.078473+0000 mon.a (mon.0) 232 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:22:59.737 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:22:59 vm06 bash[23229]: audit 2026-03-31T20:22:59.078473+0000 mon.a (mon.0) 232 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:22:59.737 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:22:59 vm06 bash[23229]: audit 2026-03-31T20:22:59.082163+0000 mon.a (mon.0) 233 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:22:59.737 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:22:59 vm06 bash[23229]: audit 2026-03-31T20:22:59.082163+0000 mon.a (mon.0) 233 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:22:59.737 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:22:59 vm06 bash[23229]: cephadm 2026-03-31T20:22:59.082619+0000 mgr.a (mgr.14152) 48 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2026-03-31T20:22:59.737 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:22:59 vm06 bash[23229]: cephadm 2026-03-31T20:22:59.082619+0000 mgr.a (mgr.14152) 48 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2026-03-31T20:22:59.737 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:22:59 vm06 bash[23229]: audit 2026-03-31T20:22:59.082885+0000 mon.a (mon.0) 234 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2026-03-31T20:22:59.737 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:22:59 vm06 bash[23229]: audit 2026-03-31T20:22:59.082885+0000 mon.a (mon.0) 234 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2026-03-31T20:22:59.737 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:22:59 vm06 bash[23229]: audit 2026-03-31T20:22:59.083296+0000 mon.a (mon.0) 235 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2026-03-31T20:22:59.737 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:22:59 vm06 bash[23229]: audit 2026-03-31T20:22:59.083296+0000 mon.a (mon.0) 235 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2026-03-31T20:22:59.737 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:22:59 vm06 bash[23229]: audit 2026-03-31T20:22:59.083680+0000 mon.a (mon.0) 236 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-03-31T20:22:59.737 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:22:59 vm06 bash[23229]: audit 2026-03-31T20:22:59.083680+0000 mon.a (mon.0) 236 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-03-31T20:22:59.737 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:22:59 vm06 bash[23229]: cephadm 2026-03-31T20:22:59.084146+0000 mgr.a (mgr.14152) 49 : cephadm [INF] Reconfiguring daemon mon.b on vm05 2026-03-31T20:22:59.737 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:22:59 vm06 bash[23229]: cephadm 2026-03-31T20:22:59.084146+0000 mgr.a (mgr.14152) 49 : cephadm [INF] Reconfiguring daemon mon.b on vm05 2026-03-31T20:22:59.737 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:22:59 vm06 bash[23229]: cluster 2026-03-31T20:22:59.108832+0000 mgr.a (mgr.14152) 50 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-03-31T20:22:59.737 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:22:59 vm06 bash[23229]: cluster 2026-03-31T20:22:59.108832+0000 mgr.a (mgr.14152) 50 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-03-31T20:22:59.737 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:22:59 vm06 bash[23229]: audit 2026-03-31T20:22:59.434966+0000 mon.a (mon.0) 237 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:22:59.737 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:22:59 vm06 bash[23229]: audit 2026-03-31T20:22:59.434966+0000 mon.a (mon.0) 237 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:22:59.737 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:22:59 vm06 bash[23229]: audit 2026-03-31T20:22:59.437873+0000 mon.a (mon.0) 238 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:22:59.737 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:22:59 vm06 bash[23229]: audit 2026-03-31T20:22:59.437873+0000 mon.a (mon.0) 238 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:22:59.737 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:22:59 vm06 bash[23229]: audit 2026-03-31T20:22:59.438527+0000 mon.a (mon.0) 239 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2026-03-31T20:22:59.737 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:22:59 vm06 bash[23229]: audit 2026-03-31T20:22:59.438527+0000 mon.a (mon.0) 239 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2026-03-31T20:22:59.737 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:22:59 vm06 bash[23229]: audit 2026-03-31T20:22:59.439034+0000 mon.a (mon.0) 240 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2026-03-31T20:22:59.737 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:22:59 vm06 bash[23229]: audit 2026-03-31T20:22:59.439034+0000 mon.a (mon.0) 240 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2026-03-31T20:22:59.737 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:22:59 vm06 bash[23229]: audit 2026-03-31T20:22:59.439486+0000 mon.a (mon.0) 241 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-03-31T20:22:59.737 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:22:59 vm06 bash[23229]: audit 2026-03-31T20:22:59.439486+0000 mon.a (mon.0) 241 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-03-31T20:22:59.737 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:22:59 vm06 bash[23229]: audit 2026-03-31T20:22:59.465034+0000 mon.a (mon.0) 242 : audit [DBG] from='client.? 192.168.123.106:0/32713860' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2026-03-31T20:22:59.737 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:22:59 vm06 bash[23229]: audit 2026-03-31T20:22:59.465034+0000 mon.a (mon.0) 242 : audit [DBG] from='client.? 192.168.123.106:0/32713860' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2026-03-31T20:22:59.737 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:22:59 vm06 bash[23229]: audit 2026-03-31T20:22:59.589549+0000 mon.a (mon.0) 243 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-03-31T20:22:59.737 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:22:59 vm06 bash[23229]: audit 2026-03-31T20:22:59.589549+0000 mon.a (mon.0) 243 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-03-31T20:22:59.761 INFO:teuthology.orchestra.run.vm01.stderr:Inferring config /var/lib/ceph/2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37/mon.a/config 2026-03-31T20:22:59.799 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:59 vm01 bash[20507]: cephadm 2026-03-31T20:22:58.608706+0000 mgr.a (mgr.14152) 40 : cephadm [INF] Updating vm01:/etc/ceph/ceph.conf 2026-03-31T20:22:59.799 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:59 vm01 bash[20507]: cephadm 2026-03-31T20:22:58.608706+0000 mgr.a (mgr.14152) 40 : cephadm [INF] Updating vm01:/etc/ceph/ceph.conf 2026-03-31T20:22:59.799 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:59 vm01 bash[20507]: cephadm 2026-03-31T20:22:58.608909+0000 mgr.a (mgr.14152) 41 : cephadm [INF] Updating vm05:/etc/ceph/ceph.conf 2026-03-31T20:22:59.800 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:59 vm01 bash[20507]: cephadm 2026-03-31T20:22:58.608909+0000 mgr.a (mgr.14152) 41 : cephadm [INF] Updating vm05:/etc/ceph/ceph.conf 2026-03-31T20:22:59.800 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:59 vm01 bash[20507]: cephadm 2026-03-31T20:22:58.609082+0000 mgr.a (mgr.14152) 42 : cephadm [INF] Updating vm06:/etc/ceph/ceph.conf 2026-03-31T20:22:59.800 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:59 vm01 bash[20507]: cephadm 2026-03-31T20:22:58.609082+0000 mgr.a (mgr.14152) 42 : cephadm [INF] Updating vm06:/etc/ceph/ceph.conf 2026-03-31T20:22:59.800 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:59 vm01 bash[20507]: cephadm 2026-03-31T20:22:58.645927+0000 mgr.a (mgr.14152) 43 : cephadm [INF] Updating vm01:/var/lib/ceph/2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37/config/ceph.conf 2026-03-31T20:22:59.800 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:59 vm01 bash[20507]: cephadm 2026-03-31T20:22:58.645927+0000 mgr.a (mgr.14152) 43 : cephadm [INF] Updating vm01:/var/lib/ceph/2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37/config/ceph.conf 2026-03-31T20:22:59.800 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:59 vm01 bash[20507]: cephadm 2026-03-31T20:22:58.647437+0000 mgr.a (mgr.14152) 44 : cephadm [INF] Updating vm05:/var/lib/ceph/2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37/config/ceph.conf 2026-03-31T20:22:59.800 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:59 vm01 bash[20507]: cephadm 2026-03-31T20:22:58.647437+0000 mgr.a (mgr.14152) 44 : cephadm [INF] Updating vm05:/var/lib/ceph/2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37/config/ceph.conf 2026-03-31T20:22:59.800 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:59 vm01 bash[20507]: cephadm 2026-03-31T20:22:58.648438+0000 mgr.a (mgr.14152) 45 : cephadm [INF] Updating vm06:/var/lib/ceph/2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37/config/ceph.conf 2026-03-31T20:22:59.800 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:59 vm01 bash[20507]: cephadm 2026-03-31T20:22:58.648438+0000 mgr.a (mgr.14152) 45 : cephadm [INF] Updating vm06:/var/lib/ceph/2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37/config/ceph.conf 2026-03-31T20:22:59.800 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:59 vm01 bash[20507]: audit 2026-03-31T20:22:58.696938+0000 mon.a (mon.0) 222 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:22:59.800 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:59 vm01 bash[20507]: audit 2026-03-31T20:22:58.696938+0000 mon.a (mon.0) 222 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:22:59.800 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:59 vm01 bash[20507]: audit 2026-03-31T20:22:58.699485+0000 mon.a (mon.0) 223 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:22:59.800 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:59 vm01 bash[20507]: audit 2026-03-31T20:22:58.699485+0000 mon.a (mon.0) 223 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:22:59.800 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:59 vm01 bash[20507]: audit 2026-03-31T20:22:58.702005+0000 mon.a (mon.0) 224 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:22:59.800 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:59 vm01 bash[20507]: audit 2026-03-31T20:22:58.702005+0000 mon.a (mon.0) 224 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:22:59.800 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:59 vm01 bash[20507]: audit 2026-03-31T20:22:58.704204+0000 mon.a (mon.0) 225 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:22:59.800 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:59 vm01 bash[20507]: audit 2026-03-31T20:22:58.704204+0000 mon.a (mon.0) 225 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:22:59.800 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:59 vm01 bash[20507]: audit 2026-03-31T20:22:58.706494+0000 mon.a (mon.0) 226 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:22:59.800 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:59 vm01 bash[20507]: audit 2026-03-31T20:22:58.706494+0000 mon.a (mon.0) 226 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:22:59.800 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:59 vm01 bash[20507]: audit 2026-03-31T20:22:58.708647+0000 mon.a (mon.0) 227 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:22:59.800 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:59 vm01 bash[20507]: audit 2026-03-31T20:22:58.708647+0000 mon.a (mon.0) 227 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:22:59.800 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:59 vm01 bash[20507]: audit 2026-03-31T20:22:58.711134+0000 mon.a (mon.0) 228 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:22:59.800 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:59 vm01 bash[20507]: audit 2026-03-31T20:22:58.711134+0000 mon.a (mon.0) 228 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:22:59.800 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:59 vm01 bash[20507]: cephadm 2026-03-31T20:22:58.724382+0000 mgr.a (mgr.14152) 46 : cephadm [INF] Reconfiguring mon.a (unknown last config time)... 2026-03-31T20:22:59.800 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:59 vm01 bash[20507]: cephadm 2026-03-31T20:22:58.724382+0000 mgr.a (mgr.14152) 46 : cephadm [INF] Reconfiguring mon.a (unknown last config time)... 2026-03-31T20:22:59.800 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:59 vm01 bash[20507]: audit 2026-03-31T20:22:58.724573+0000 mon.a (mon.0) 229 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2026-03-31T20:22:59.800 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:59 vm01 bash[20507]: audit 2026-03-31T20:22:58.724573+0000 mon.a (mon.0) 229 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2026-03-31T20:22:59.800 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:59 vm01 bash[20507]: audit 2026-03-31T20:22:58.725056+0000 mon.a (mon.0) 230 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2026-03-31T20:22:59.800 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:59 vm01 bash[20507]: audit 2026-03-31T20:22:58.725056+0000 mon.a (mon.0) 230 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2026-03-31T20:22:59.800 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:59 vm01 bash[20507]: audit 2026-03-31T20:22:58.725459+0000 mon.a (mon.0) 231 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-03-31T20:22:59.800 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:59 vm01 bash[20507]: audit 2026-03-31T20:22:58.725459+0000 mon.a (mon.0) 231 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-03-31T20:22:59.800 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:59 vm01 bash[20507]: cephadm 2026-03-31T20:22:58.725904+0000 mgr.a (mgr.14152) 47 : cephadm [INF] Reconfiguring daemon mon.a on vm01 2026-03-31T20:22:59.800 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:59 vm01 bash[20507]: cephadm 2026-03-31T20:22:58.725904+0000 mgr.a (mgr.14152) 47 : cephadm [INF] Reconfiguring daemon mon.a on vm01 2026-03-31T20:22:59.800 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:59 vm01 bash[20507]: audit 2026-03-31T20:22:59.078473+0000 mon.a (mon.0) 232 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:22:59.800 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:59 vm01 bash[20507]: audit 2026-03-31T20:22:59.078473+0000 mon.a (mon.0) 232 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:22:59.800 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:59 vm01 bash[20507]: audit 2026-03-31T20:22:59.082163+0000 mon.a (mon.0) 233 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:22:59.800 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:59 vm01 bash[20507]: audit 2026-03-31T20:22:59.082163+0000 mon.a (mon.0) 233 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:22:59.800 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:59 vm01 bash[20507]: cephadm 2026-03-31T20:22:59.082619+0000 mgr.a (mgr.14152) 48 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2026-03-31T20:22:59.800 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:59 vm01 bash[20507]: cephadm 2026-03-31T20:22:59.082619+0000 mgr.a (mgr.14152) 48 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2026-03-31T20:22:59.800 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:59 vm01 bash[20507]: audit 2026-03-31T20:22:59.082885+0000 mon.a (mon.0) 234 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2026-03-31T20:22:59.800 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:59 vm01 bash[20507]: audit 2026-03-31T20:22:59.082885+0000 mon.a (mon.0) 234 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2026-03-31T20:22:59.800 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:59 vm01 bash[20507]: audit 2026-03-31T20:22:59.083296+0000 mon.a (mon.0) 235 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2026-03-31T20:22:59.800 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:59 vm01 bash[20507]: audit 2026-03-31T20:22:59.083296+0000 mon.a (mon.0) 235 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2026-03-31T20:22:59.800 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:59 vm01 bash[20507]: audit 2026-03-31T20:22:59.083680+0000 mon.a (mon.0) 236 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-03-31T20:22:59.800 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:59 vm01 bash[20507]: audit 2026-03-31T20:22:59.083680+0000 mon.a (mon.0) 236 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-03-31T20:22:59.800 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:59 vm01 bash[20507]: cephadm 2026-03-31T20:22:59.084146+0000 mgr.a (mgr.14152) 49 : cephadm [INF] Reconfiguring daemon mon.b on vm05 2026-03-31T20:22:59.800 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:59 vm01 bash[20507]: cephadm 2026-03-31T20:22:59.084146+0000 mgr.a (mgr.14152) 49 : cephadm [INF] Reconfiguring daemon mon.b on vm05 2026-03-31T20:22:59.800 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:59 vm01 bash[20507]: cluster 2026-03-31T20:22:59.108832+0000 mgr.a (mgr.14152) 50 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-03-31T20:22:59.800 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:59 vm01 bash[20507]: cluster 2026-03-31T20:22:59.108832+0000 mgr.a (mgr.14152) 50 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-03-31T20:22:59.800 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:59 vm01 bash[20507]: audit 2026-03-31T20:22:59.434966+0000 mon.a (mon.0) 237 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:22:59.800 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:59 vm01 bash[20507]: audit 2026-03-31T20:22:59.434966+0000 mon.a (mon.0) 237 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:22:59.800 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:59 vm01 bash[20507]: audit 2026-03-31T20:22:59.437873+0000 mon.a (mon.0) 238 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:22:59.800 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:59 vm01 bash[20507]: audit 2026-03-31T20:22:59.437873+0000 mon.a (mon.0) 238 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:22:59.801 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:59 vm01 bash[20507]: audit 2026-03-31T20:22:59.438527+0000 mon.a (mon.0) 239 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2026-03-31T20:22:59.801 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:59 vm01 bash[20507]: audit 2026-03-31T20:22:59.438527+0000 mon.a (mon.0) 239 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2026-03-31T20:22:59.801 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:59 vm01 bash[20507]: audit 2026-03-31T20:22:59.439034+0000 mon.a (mon.0) 240 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2026-03-31T20:22:59.801 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:59 vm01 bash[20507]: audit 2026-03-31T20:22:59.439034+0000 mon.a (mon.0) 240 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2026-03-31T20:22:59.801 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:59 vm01 bash[20507]: audit 2026-03-31T20:22:59.439486+0000 mon.a (mon.0) 241 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-03-31T20:22:59.801 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:59 vm01 bash[20507]: audit 2026-03-31T20:22:59.439486+0000 mon.a (mon.0) 241 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-03-31T20:22:59.801 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:59 vm01 bash[20507]: audit 2026-03-31T20:22:59.465034+0000 mon.a (mon.0) 242 : audit [DBG] from='client.? 192.168.123.106:0/32713860' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2026-03-31T20:22:59.801 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:59 vm01 bash[20507]: audit 2026-03-31T20:22:59.465034+0000 mon.a (mon.0) 242 : audit [DBG] from='client.? 192.168.123.106:0/32713860' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2026-03-31T20:22:59.801 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:59 vm01 bash[20507]: audit 2026-03-31T20:22:59.589549+0000 mon.a (mon.0) 243 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-03-31T20:22:59.801 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:22:59 vm01 bash[20507]: audit 2026-03-31T20:22:59.589549+0000 mon.a (mon.0) 243 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-03-31T20:23:00.050 INFO:teuthology.orchestra.run.vm01.stdout:# minimal ceph.conf for 2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37 2026-03-31T20:23:00.050 INFO:teuthology.orchestra.run.vm01.stdout:[global] 2026-03-31T20:23:00.050 INFO:teuthology.orchestra.run.vm01.stdout: fsid = 2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37 2026-03-31T20:23:00.050 INFO:teuthology.orchestra.run.vm01.stdout: mon_host = [v2:192.168.123.101:3300/0,v1:192.168.123.101:6789/0] [v2:192.168.123.105:3300/0,v1:192.168.123.105:6789/0] [v2:192.168.123.106:3300/0,v1:192.168.123.106:6789/0] 2026-03-31T20:23:00.100 INFO:tasks.cephadm:Distributing (final) config and client.admin keyring... 2026-03-31T20:23:00.100 DEBUG:teuthology.orchestra.run.vm01:> set -ex 2026-03-31T20:23:00.100 DEBUG:teuthology.orchestra.run.vm01:> sudo dd of=/etc/ceph/ceph.conf 2026-03-31T20:23:00.107 DEBUG:teuthology.orchestra.run.vm01:> set -ex 2026-03-31T20:23:00.107 DEBUG:teuthology.orchestra.run.vm01:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2026-03-31T20:23:00.161 DEBUG:teuthology.orchestra.run.vm05:> set -ex 2026-03-31T20:23:00.161 DEBUG:teuthology.orchestra.run.vm05:> sudo dd of=/etc/ceph/ceph.conf 2026-03-31T20:23:00.169 DEBUG:teuthology.orchestra.run.vm05:> set -ex 2026-03-31T20:23:00.169 DEBUG:teuthology.orchestra.run.vm05:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2026-03-31T20:23:00.217 DEBUG:teuthology.orchestra.run.vm06:> set -ex 2026-03-31T20:23:00.217 DEBUG:teuthology.orchestra.run.vm06:> sudo dd of=/etc/ceph/ceph.conf 2026-03-31T20:23:00.225 DEBUG:teuthology.orchestra.run.vm06:> set -ex 2026-03-31T20:23:00.225 DEBUG:teuthology.orchestra.run.vm06:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2026-03-31T20:23:00.273 INFO:tasks.cephadm:Adding mgr.a on vm01 2026-03-31T20:23:00.273 INFO:tasks.cephadm:Adding mgr.b on vm05 2026-03-31T20:23:00.273 DEBUG:teuthology.orchestra.run.vm06:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:5bb3278730741031382ca9c3dc9d221a942e06a2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37 -- ceph orch apply mgr '2;vm01=a;vm05=b' 2026-03-31T20:23:00.554 INFO:teuthology.orchestra.run.vm06.stderr:Inferring config /var/lib/ceph/2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37/mon.c/config 2026-03-31T20:23:00.853 INFO:teuthology.orchestra.run.vm06.stdout:Scheduled mgr update... 2026-03-31T20:23:00.893 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:23:00 vm05 bash[22868]: cephadm 2026-03-31T20:22:48.075430+0000 mgr.a (mgr.14152) 36 : cephadm [INF] Deploying daemon mon.b on vm05 2026-03-31T20:23:00.893 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:23:00 vm05 bash[22868]: cephadm 2026-03-31T20:22:48.075430+0000 mgr.a (mgr.14152) 36 : cephadm [INF] Deploying daemon mon.b on vm05 2026-03-31T20:23:00.893 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:23:00 vm05 bash[22868]: audit 2026-03-31T20:22:48.187657+0000 mon.a (mon.0) 160 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-03-31T20:23:00.893 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:23:00 vm05 bash[22868]: audit 2026-03-31T20:22:48.187657+0000 mon.a (mon.0) 160 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-03-31T20:23:00.893 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:23:00 vm05 bash[22868]: audit 2026-03-31T20:22:48.187770+0000 mon.a (mon.0) 161 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-03-31T20:23:00.893 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:23:00 vm05 bash[22868]: audit 2026-03-31T20:22:48.187770+0000 mon.a (mon.0) 161 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-03-31T20:23:00.893 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:23:00 vm05 bash[22868]: cluster 2026-03-31T20:22:48.189099+0000 mon.a (mon.0) 162 : cluster [INF] mon.a calling monitor election 2026-03-31T20:23:00.893 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:23:00 vm05 bash[22868]: cluster 2026-03-31T20:22:48.189099+0000 mon.a (mon.0) 162 : cluster [INF] mon.a calling monitor election 2026-03-31T20:23:00.893 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:23:00 vm05 bash[22868]: audit 2026-03-31T20:22:49.185153+0000 mon.a (mon.0) 163 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-03-31T20:23:00.893 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:23:00 vm05 bash[22868]: audit 2026-03-31T20:22:49.185153+0000 mon.a (mon.0) 163 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-03-31T20:23:00.893 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:23:00 vm05 bash[22868]: audit 2026-03-31T20:22:49.588686+0000 mon.a (mon.0) 164 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-03-31T20:23:00.893 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:23:00 vm05 bash[22868]: audit 2026-03-31T20:22:49.588686+0000 mon.a (mon.0) 164 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-03-31T20:23:00.893 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:23:00 vm05 bash[22868]: cluster 2026-03-31T20:22:50.183237+0000 mon.c (mon.1) 1 : cluster [INF] mon.c calling monitor election 2026-03-31T20:23:00.893 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:23:00 vm05 bash[22868]: cluster 2026-03-31T20:22:50.183237+0000 mon.c (mon.1) 1 : cluster [INF] mon.c calling monitor election 2026-03-31T20:23:00.893 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:23:00 vm05 bash[22868]: audit 2026-03-31T20:22:50.185208+0000 mon.a (mon.0) 165 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-03-31T20:23:00.893 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:23:00 vm05 bash[22868]: audit 2026-03-31T20:22:50.185208+0000 mon.a (mon.0) 165 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-03-31T20:23:00.893 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:23:00 vm05 bash[22868]: audit 2026-03-31T20:22:50.588258+0000 mon.a (mon.0) 166 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-03-31T20:23:00.893 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:23:00 vm05 bash[22868]: audit 2026-03-31T20:22:50.588258+0000 mon.a (mon.0) 166 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-03-31T20:23:00.893 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:23:00 vm05 bash[22868]: audit 2026-03-31T20:22:51.185249+0000 mon.a (mon.0) 167 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-03-31T20:23:00.893 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:23:00 vm05 bash[22868]: audit 2026-03-31T20:22:51.185249+0000 mon.a (mon.0) 167 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-03-31T20:23:00.893 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:23:00 vm05 bash[22868]: audit 2026-03-31T20:22:51.588542+0000 mon.a (mon.0) 168 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-03-31T20:23:00.893 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:23:00 vm05 bash[22868]: audit 2026-03-31T20:22:51.588542+0000 mon.a (mon.0) 168 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-03-31T20:23:00.893 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:23:00 vm05 bash[22868]: audit 2026-03-31T20:22:52.185167+0000 mon.a (mon.0) 169 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-03-31T20:23:00.893 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:23:00 vm05 bash[22868]: audit 2026-03-31T20:22:52.185167+0000 mon.a (mon.0) 169 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-03-31T20:23:00.893 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:23:00 vm05 bash[22868]: audit 2026-03-31T20:22:52.588864+0000 mon.a (mon.0) 170 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-03-31T20:23:00.893 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:23:00 vm05 bash[22868]: audit 2026-03-31T20:22:52.588864+0000 mon.a (mon.0) 170 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-03-31T20:23:00.893 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:23:00 vm05 bash[22868]: cluster 2026-03-31T20:22:53.108374+0000 mgr.a (mgr.14152) 37 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-03-31T20:23:00.893 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:23:00 vm05 bash[22868]: cluster 2026-03-31T20:22:53.108374+0000 mgr.a (mgr.14152) 37 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-03-31T20:23:00.893 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:23:00 vm05 bash[22868]: audit 2026-03-31T20:22:53.185389+0000 mon.a (mon.0) 171 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-03-31T20:23:00.893 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:23:00 vm05 bash[22868]: audit 2026-03-31T20:22:53.185389+0000 mon.a (mon.0) 171 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-03-31T20:23:00.893 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:23:00 vm05 bash[22868]: cluster 2026-03-31T20:22:53.193460+0000 mon.a (mon.0) 172 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2026-03-31T20:23:00.893 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:23:00 vm05 bash[22868]: cluster 2026-03-31T20:22:53.193460+0000 mon.a (mon.0) 172 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2026-03-31T20:23:00.893 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:23:00 vm05 bash[22868]: cluster 2026-03-31T20:22:53.196496+0000 mon.a (mon.0) 173 : cluster [DBG] monmap epoch 2 2026-03-31T20:23:00.893 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:23:00 vm05 bash[22868]: cluster 2026-03-31T20:22:53.196496+0000 mon.a (mon.0) 173 : cluster [DBG] monmap epoch 2 2026-03-31T20:23:00.893 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:23:00 vm05 bash[22868]: cluster 2026-03-31T20:22:53.196514+0000 mon.a (mon.0) 174 : cluster [DBG] fsid 2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37 2026-03-31T20:23:00.893 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:23:00 vm05 bash[22868]: cluster 2026-03-31T20:22:53.196514+0000 mon.a (mon.0) 174 : cluster [DBG] fsid 2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37 2026-03-31T20:23:00.893 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:23:00 vm05 bash[22868]: cluster 2026-03-31T20:22:53.196524+0000 mon.a (mon.0) 175 : cluster [DBG] last_changed 2026-03-31T20:22:48.185188+0000 2026-03-31T20:23:00.893 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:23:00 vm05 bash[22868]: cluster 2026-03-31T20:22:53.196524+0000 mon.a (mon.0) 175 : cluster [DBG] last_changed 2026-03-31T20:22:48.185188+0000 2026-03-31T20:23:00.893 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:23:00 vm05 bash[22868]: cluster 2026-03-31T20:22:53.196535+0000 mon.a (mon.0) 176 : cluster [DBG] created 2026-03-31T20:22:11.273676+0000 2026-03-31T20:23:00.893 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:23:00 vm05 bash[22868]: cluster 2026-03-31T20:22:53.196535+0000 mon.a (mon.0) 176 : cluster [DBG] created 2026-03-31T20:22:11.273676+0000 2026-03-31T20:23:00.894 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:23:00 vm05 bash[22868]: cluster 2026-03-31T20:22:53.196547+0000 mon.a (mon.0) 177 : cluster [DBG] min_mon_release 20 (tentacle) 2026-03-31T20:23:00.894 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:23:00 vm05 bash[22868]: cluster 2026-03-31T20:22:53.196547+0000 mon.a (mon.0) 177 : cluster [DBG] min_mon_release 20 (tentacle) 2026-03-31T20:23:00.894 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:23:00 vm05 bash[22868]: cluster 2026-03-31T20:22:53.196558+0000 mon.a (mon.0) 178 : cluster [DBG] election_strategy: 1 2026-03-31T20:23:00.894 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:23:00 vm05 bash[22868]: cluster 2026-03-31T20:22:53.196558+0000 mon.a (mon.0) 178 : cluster [DBG] election_strategy: 1 2026-03-31T20:23:00.894 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:23:00 vm05 bash[22868]: cluster 2026-03-31T20:22:53.196570+0000 mon.a (mon.0) 179 : cluster [DBG] 0: [v2:192.168.123.101:3300/0,v1:192.168.123.101:6789/0] mon.a 2026-03-31T20:23:00.894 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:23:00 vm05 bash[22868]: cluster 2026-03-31T20:22:53.196570+0000 mon.a (mon.0) 179 : cluster [DBG] 0: [v2:192.168.123.101:3300/0,v1:192.168.123.101:6789/0] mon.a 2026-03-31T20:23:00.894 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:23:00 vm05 bash[22868]: cluster 2026-03-31T20:22:53.196583+0000 mon.a (mon.0) 180 : cluster [DBG] 1: [v2:192.168.123.106:3300/0,v1:192.168.123.106:6789/0] mon.c 2026-03-31T20:23:00.894 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:23:00 vm05 bash[22868]: cluster 2026-03-31T20:22:53.196583+0000 mon.a (mon.0) 180 : cluster [DBG] 1: [v2:192.168.123.106:3300/0,v1:192.168.123.106:6789/0] mon.c 2026-03-31T20:23:00.894 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:23:00 vm05 bash[22868]: cluster 2026-03-31T20:22:53.196983+0000 mon.a (mon.0) 181 : cluster [DBG] fsmap 2026-03-31T20:23:00.894 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:23:00 vm05 bash[22868]: cluster 2026-03-31T20:22:53.196983+0000 mon.a (mon.0) 181 : cluster [DBG] fsmap 2026-03-31T20:23:00.894 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:23:00 vm05 bash[22868]: cluster 2026-03-31T20:22:53.197009+0000 mon.a (mon.0) 182 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2026-03-31T20:23:00.894 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:23:00 vm05 bash[22868]: cluster 2026-03-31T20:22:53.197009+0000 mon.a (mon.0) 182 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2026-03-31T20:23:00.894 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:23:00 vm05 bash[22868]: cluster 2026-03-31T20:22:53.197149+0000 mon.a (mon.0) 183 : cluster [DBG] mgrmap e13: a(active, since 20s) 2026-03-31T20:23:00.894 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:23:00 vm05 bash[22868]: cluster 2026-03-31T20:22:53.197149+0000 mon.a (mon.0) 183 : cluster [DBG] mgrmap e13: a(active, since 20s) 2026-03-31T20:23:00.894 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:23:00 vm05 bash[22868]: cluster 2026-03-31T20:22:53.197235+0000 mon.a (mon.0) 184 : cluster [INF] overall HEALTH_OK 2026-03-31T20:23:00.894 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:23:00 vm05 bash[22868]: cluster 2026-03-31T20:22:53.197235+0000 mon.a (mon.0) 184 : cluster [INF] overall HEALTH_OK 2026-03-31T20:23:00.894 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:23:00 vm05 bash[22868]: audit 2026-03-31T20:22:53.199579+0000 mon.a (mon.0) 185 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:23:00.894 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:23:00 vm05 bash[22868]: audit 2026-03-31T20:22:53.199579+0000 mon.a (mon.0) 185 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:23:00.894 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:23:00 vm05 bash[22868]: audit 2026-03-31T20:22:53.204803+0000 mon.a (mon.0) 186 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:23:00.894 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:23:00 vm05 bash[22868]: audit 2026-03-31T20:22:53.204803+0000 mon.a (mon.0) 186 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:23:00.894 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:23:00 vm05 bash[22868]: audit 2026-03-31T20:22:53.207900+0000 mon.a (mon.0) 187 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:23:00.894 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:23:00 vm05 bash[22868]: audit 2026-03-31T20:22:53.207900+0000 mon.a (mon.0) 187 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:23:00.894 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:23:00 vm05 bash[22868]: audit 2026-03-31T20:22:53.210750+0000 mon.a (mon.0) 188 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:23:00.894 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:23:00 vm05 bash[22868]: audit 2026-03-31T20:22:53.210750+0000 mon.a (mon.0) 188 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:23:00.894 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:23:00 vm05 bash[22868]: audit 2026-03-31T20:22:53.224648+0000 mon.a (mon.0) 189 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-03-31T20:23:00.894 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:23:00 vm05 bash[22868]: audit 2026-03-31T20:22:53.224648+0000 mon.a (mon.0) 189 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-03-31T20:23:00.894 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:23:00 vm05 bash[22868]: cluster 2026-03-31T20:22:53.590262+0000 mon.c (mon.1) 2 : cluster [INF] mon.c calling monitor election 2026-03-31T20:23:00.894 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:23:00 vm05 bash[22868]: cluster 2026-03-31T20:22:53.590262+0000 mon.c (mon.1) 2 : cluster [INF] mon.c calling monitor election 2026-03-31T20:23:00.894 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:23:00 vm05 bash[22868]: audit 2026-03-31T20:22:53.591865+0000 mon.a (mon.0) 193 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-03-31T20:23:00.894 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:23:00 vm05 bash[22868]: audit 2026-03-31T20:22:53.591865+0000 mon.a (mon.0) 193 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-03-31T20:23:00.894 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:23:00 vm05 bash[22868]: cluster 2026-03-31T20:22:53.591956+0000 mon.a (mon.0) 194 : cluster [INF] mon.a calling monitor election 2026-03-31T20:23:00.894 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:23:00 vm05 bash[22868]: cluster 2026-03-31T20:22:53.591956+0000 mon.a (mon.0) 194 : cluster [INF] mon.a calling monitor election 2026-03-31T20:23:00.894 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:23:00 vm05 bash[22868]: audit 2026-03-31T20:22:53.592759+0000 mon.a (mon.0) 195 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-03-31T20:23:00.894 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:23:00 vm05 bash[22868]: audit 2026-03-31T20:22:53.592759+0000 mon.a (mon.0) 195 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-03-31T20:23:00.894 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:23:00 vm05 bash[22868]: audit 2026-03-31T20:22:53.592821+0000 mon.a (mon.0) 196 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-03-31T20:23:00.894 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:23:00 vm05 bash[22868]: audit 2026-03-31T20:22:53.592821+0000 mon.a (mon.0) 196 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-03-31T20:23:00.894 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:23:00 vm05 bash[22868]: audit 2026-03-31T20:22:54.588625+0000 mon.a (mon.0) 197 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-03-31T20:23:00.894 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:23:00 vm05 bash[22868]: audit 2026-03-31T20:22:54.588625+0000 mon.a (mon.0) 197 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-03-31T20:23:00.894 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:23:00 vm05 bash[22868]: cluster 2026-03-31T20:22:55.108549+0000 mgr.a (mgr.14152) 38 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-03-31T20:23:00.894 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:23:00 vm05 bash[22868]: cluster 2026-03-31T20:22:55.108549+0000 mgr.a (mgr.14152) 38 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-03-31T20:23:00.894 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:23:00 vm05 bash[22868]: audit 2026-03-31T20:22:55.589171+0000 mon.a (mon.0) 198 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-03-31T20:23:00.894 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:23:00 vm05 bash[22868]: audit 2026-03-31T20:22:55.589171+0000 mon.a (mon.0) 198 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-03-31T20:23:00.894 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:23:00 vm05 bash[22868]: audit 2026-03-31T20:22:56.588808+0000 mon.a (mon.0) 199 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-03-31T20:23:00.894 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:23:00 vm05 bash[22868]: audit 2026-03-31T20:22:56.588808+0000 mon.a (mon.0) 199 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-03-31T20:23:00.894 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:23:00 vm05 bash[22868]: cluster 2026-03-31T20:22:57.108695+0000 mgr.a (mgr.14152) 39 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-03-31T20:23:00.894 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:23:00 vm05 bash[22868]: cluster 2026-03-31T20:22:57.108695+0000 mgr.a (mgr.14152) 39 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-03-31T20:23:00.894 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:23:00 vm05 bash[22868]: audit 2026-03-31T20:22:57.589289+0000 mon.a (mon.0) 200 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-03-31T20:23:00.894 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:23:00 vm05 bash[22868]: audit 2026-03-31T20:22:57.589289+0000 mon.a (mon.0) 200 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-03-31T20:23:00.894 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:23:00 vm05 bash[22868]: audit 2026-03-31T20:22:58.589261+0000 mon.a (mon.0) 201 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-03-31T20:23:00.894 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:23:00 vm05 bash[22868]: audit 2026-03-31T20:22:58.589261+0000 mon.a (mon.0) 201 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-03-31T20:23:00.894 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:23:00 vm05 bash[22868]: cluster 2026-03-31T20:22:58.593282+0000 mon.a (mon.0) 202 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2026-03-31T20:23:00.895 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:23:00 vm05 bash[22868]: cluster 2026-03-31T20:22:58.593282+0000 mon.a (mon.0) 202 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2026-03-31T20:23:00.895 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:23:00 vm05 bash[22868]: cluster 2026-03-31T20:22:58.596059+0000 mon.a (mon.0) 203 : cluster [DBG] monmap epoch 3 2026-03-31T20:23:00.895 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:23:00 vm05 bash[22868]: cluster 2026-03-31T20:22:58.596059+0000 mon.a (mon.0) 203 : cluster [DBG] monmap epoch 3 2026-03-31T20:23:00.895 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:23:00 vm05 bash[22868]: cluster 2026-03-31T20:22:58.596076+0000 mon.a (mon.0) 204 : cluster [DBG] fsid 2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37 2026-03-31T20:23:00.895 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:23:00 vm05 bash[22868]: cluster 2026-03-31T20:22:58.596076+0000 mon.a (mon.0) 204 : cluster [DBG] fsid 2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37 2026-03-31T20:23:00.895 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:23:00 vm05 bash[22868]: cluster 2026-03-31T20:22:58.596086+0000 mon.a (mon.0) 205 : cluster [DBG] last_changed 2026-03-31T20:22:53.588481+0000 2026-03-31T20:23:00.895 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:23:00 vm05 bash[22868]: cluster 2026-03-31T20:22:58.596086+0000 mon.a (mon.0) 205 : cluster [DBG] last_changed 2026-03-31T20:22:53.588481+0000 2026-03-31T20:23:00.895 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:23:00 vm05 bash[22868]: cluster 2026-03-31T20:22:58.596096+0000 mon.a (mon.0) 206 : cluster [DBG] created 2026-03-31T20:22:11.273676+0000 2026-03-31T20:23:00.895 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:23:00 vm05 bash[22868]: cluster 2026-03-31T20:22:58.596096+0000 mon.a (mon.0) 206 : cluster [DBG] created 2026-03-31T20:22:11.273676+0000 2026-03-31T20:23:00.895 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:23:00 vm05 bash[22868]: cluster 2026-03-31T20:22:58.596106+0000 mon.a (mon.0) 207 : cluster [DBG] min_mon_release 20 (tentacle) 2026-03-31T20:23:00.895 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:23:00 vm05 bash[22868]: cluster 2026-03-31T20:22:58.596106+0000 mon.a (mon.0) 207 : cluster [DBG] min_mon_release 20 (tentacle) 2026-03-31T20:23:00.895 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:23:00 vm05 bash[22868]: cluster 2026-03-31T20:22:58.596118+0000 mon.a (mon.0) 208 : cluster [DBG] election_strategy: 1 2026-03-31T20:23:00.895 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:23:00 vm05 bash[22868]: cluster 2026-03-31T20:22:58.596118+0000 mon.a (mon.0) 208 : cluster [DBG] election_strategy: 1 2026-03-31T20:23:00.895 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:23:00 vm05 bash[22868]: cluster 2026-03-31T20:22:58.596127+0000 mon.a (mon.0) 209 : cluster [DBG] 0: [v2:192.168.123.101:3300/0,v1:192.168.123.101:6789/0] mon.a 2026-03-31T20:23:00.895 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:23:00 vm05 bash[22868]: cluster 2026-03-31T20:22:58.596127+0000 mon.a (mon.0) 209 : cluster [DBG] 0: [v2:192.168.123.101:3300/0,v1:192.168.123.101:6789/0] mon.a 2026-03-31T20:23:00.895 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:23:00 vm05 bash[22868]: cluster 2026-03-31T20:22:58.596137+0000 mon.a (mon.0) 210 : cluster [DBG] 1: [v2:192.168.123.106:3300/0,v1:192.168.123.106:6789/0] mon.c 2026-03-31T20:23:00.895 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:23:00 vm05 bash[22868]: cluster 2026-03-31T20:22:58.596137+0000 mon.a (mon.0) 210 : cluster [DBG] 1: [v2:192.168.123.106:3300/0,v1:192.168.123.106:6789/0] mon.c 2026-03-31T20:23:00.895 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:23:00 vm05 bash[22868]: cluster 2026-03-31T20:22:58.596147+0000 mon.a (mon.0) 211 : cluster [DBG] 2: [v2:192.168.123.105:3300/0,v1:192.168.123.105:6789/0] mon.b 2026-03-31T20:23:00.895 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:23:00 vm05 bash[22868]: cluster 2026-03-31T20:22:58.596147+0000 mon.a (mon.0) 211 : cluster [DBG] 2: [v2:192.168.123.105:3300/0,v1:192.168.123.105:6789/0] mon.b 2026-03-31T20:23:00.895 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:23:00 vm05 bash[22868]: cluster 2026-03-31T20:22:58.596464+0000 mon.a (mon.0) 212 : cluster [DBG] fsmap 2026-03-31T20:23:00.895 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:23:00 vm05 bash[22868]: cluster 2026-03-31T20:22:58.596464+0000 mon.a (mon.0) 212 : cluster [DBG] fsmap 2026-03-31T20:23:00.895 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:23:00 vm05 bash[22868]: cluster 2026-03-31T20:22:58.596485+0000 mon.a (mon.0) 213 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2026-03-31T20:23:00.895 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:23:00 vm05 bash[22868]: cluster 2026-03-31T20:22:58.596485+0000 mon.a (mon.0) 213 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2026-03-31T20:23:00.895 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:23:00 vm05 bash[22868]: cluster 2026-03-31T20:22:58.596586+0000 mon.a (mon.0) 214 : cluster [DBG] mgrmap e13: a(active, since 25s) 2026-03-31T20:23:00.895 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:23:00 vm05 bash[22868]: cluster 2026-03-31T20:22:58.596586+0000 mon.a (mon.0) 214 : cluster [DBG] mgrmap e13: a(active, since 25s) 2026-03-31T20:23:00.895 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:23:00 vm05 bash[22868]: cluster 2026-03-31T20:22:58.596662+0000 mon.a (mon.0) 215 : cluster [INF] overall HEALTH_OK 2026-03-31T20:23:00.895 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:23:00 vm05 bash[22868]: cluster 2026-03-31T20:22:58.596662+0000 mon.a (mon.0) 215 : cluster [INF] overall HEALTH_OK 2026-03-31T20:23:00.895 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:23:00 vm05 bash[22868]: audit 2026-03-31T20:22:58.599075+0000 mon.a (mon.0) 216 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:23:00.895 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:23:00 vm05 bash[22868]: audit 2026-03-31T20:22:58.599075+0000 mon.a (mon.0) 216 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:23:00.895 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:23:00 vm05 bash[22868]: audit 2026-03-31T20:22:58.602289+0000 mon.a (mon.0) 217 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:23:00.895 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:23:00 vm05 bash[22868]: audit 2026-03-31T20:22:58.602289+0000 mon.a (mon.0) 217 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:23:00.895 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:23:00 vm05 bash[22868]: audit 2026-03-31T20:22:58.604858+0000 mon.a (mon.0) 218 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:23:00.895 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:23:00 vm05 bash[22868]: audit 2026-03-31T20:22:58.604858+0000 mon.a (mon.0) 218 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:23:00.895 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:23:00 vm05 bash[22868]: audit 2026-03-31T20:22:58.607031+0000 mon.a (mon.0) 219 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:23:00.895 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:23:00 vm05 bash[22868]: audit 2026-03-31T20:22:58.607031+0000 mon.a (mon.0) 219 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:23:00.895 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:23:00 vm05 bash[22868]: audit 2026-03-31T20:22:58.607640+0000 mon.a (mon.0) 220 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-03-31T20:23:00.895 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:23:00 vm05 bash[22868]: audit 2026-03-31T20:22:58.607640+0000 mon.a (mon.0) 220 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-03-31T20:23:00.895 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:23:00 vm05 bash[22868]: audit 2026-03-31T20:22:58.608135+0000 mon.a (mon.0) 221 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-03-31T20:23:00.895 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:23:00 vm05 bash[22868]: audit 2026-03-31T20:22:58.608135+0000 mon.a (mon.0) 221 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-03-31T20:23:00.895 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:23:00 vm05 bash[22868]: cephadm 2026-03-31T20:22:58.608706+0000 mgr.a (mgr.14152) 40 : cephadm [INF] Updating vm01:/etc/ceph/ceph.conf 2026-03-31T20:23:00.895 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:23:00 vm05 bash[22868]: cephadm 2026-03-31T20:22:58.608706+0000 mgr.a (mgr.14152) 40 : cephadm [INF] Updating vm01:/etc/ceph/ceph.conf 2026-03-31T20:23:00.895 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:23:00 vm05 bash[22868]: cephadm 2026-03-31T20:22:58.608909+0000 mgr.a (mgr.14152) 41 : cephadm [INF] Updating vm05:/etc/ceph/ceph.conf 2026-03-31T20:23:00.895 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:23:00 vm05 bash[22868]: cephadm 2026-03-31T20:22:58.608909+0000 mgr.a (mgr.14152) 41 : cephadm [INF] Updating vm05:/etc/ceph/ceph.conf 2026-03-31T20:23:00.895 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:23:00 vm05 bash[22868]: cephadm 2026-03-31T20:22:58.609082+0000 mgr.a (mgr.14152) 42 : cephadm [INF] Updating vm06:/etc/ceph/ceph.conf 2026-03-31T20:23:00.895 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:23:00 vm05 bash[22868]: cephadm 2026-03-31T20:22:58.609082+0000 mgr.a (mgr.14152) 42 : cephadm [INF] Updating vm06:/etc/ceph/ceph.conf 2026-03-31T20:23:00.895 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:23:00 vm05 bash[22868]: cephadm 2026-03-31T20:22:58.645927+0000 mgr.a (mgr.14152) 43 : cephadm [INF] Updating vm01:/var/lib/ceph/2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37/config/ceph.conf 2026-03-31T20:23:00.895 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:23:00 vm05 bash[22868]: cephadm 2026-03-31T20:22:58.645927+0000 mgr.a (mgr.14152) 43 : cephadm [INF] Updating vm01:/var/lib/ceph/2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37/config/ceph.conf 2026-03-31T20:23:00.895 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:23:00 vm05 bash[22868]: cephadm 2026-03-31T20:22:58.647437+0000 mgr.a (mgr.14152) 44 : cephadm [INF] Updating vm05:/var/lib/ceph/2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37/config/ceph.conf 2026-03-31T20:23:00.895 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:23:00 vm05 bash[22868]: cephadm 2026-03-31T20:22:58.647437+0000 mgr.a (mgr.14152) 44 : cephadm [INF] Updating vm05:/var/lib/ceph/2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37/config/ceph.conf 2026-03-31T20:23:00.895 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:23:00 vm05 bash[22868]: cephadm 2026-03-31T20:22:58.648438+0000 mgr.a (mgr.14152) 45 : cephadm [INF] Updating vm06:/var/lib/ceph/2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37/config/ceph.conf 2026-03-31T20:23:00.895 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:23:00 vm05 bash[22868]: cephadm 2026-03-31T20:22:58.648438+0000 mgr.a (mgr.14152) 45 : cephadm [INF] Updating vm06:/var/lib/ceph/2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37/config/ceph.conf 2026-03-31T20:23:00.895 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:23:00 vm05 bash[22868]: audit 2026-03-31T20:22:58.696938+0000 mon.a (mon.0) 222 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:23:00.895 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:23:00 vm05 bash[22868]: audit 2026-03-31T20:22:58.696938+0000 mon.a (mon.0) 222 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:23:00.895 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:23:00 vm05 bash[22868]: audit 2026-03-31T20:22:58.699485+0000 mon.a (mon.0) 223 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:23:00.895 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:23:00 vm05 bash[22868]: audit 2026-03-31T20:22:58.699485+0000 mon.a (mon.0) 223 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:23:00.895 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:23:00 vm05 bash[22868]: audit 2026-03-31T20:22:58.702005+0000 mon.a (mon.0) 224 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:23:00.895 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:23:00 vm05 bash[22868]: audit 2026-03-31T20:22:58.702005+0000 mon.a (mon.0) 224 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:23:00.895 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:23:00 vm05 bash[22868]: audit 2026-03-31T20:22:58.704204+0000 mon.a (mon.0) 225 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:23:00.895 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:23:00 vm05 bash[22868]: audit 2026-03-31T20:22:58.704204+0000 mon.a (mon.0) 225 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:23:00.895 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:23:00 vm05 bash[22868]: audit 2026-03-31T20:22:58.706494+0000 mon.a (mon.0) 226 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:23:00.895 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:23:00 vm05 bash[22868]: audit 2026-03-31T20:22:58.706494+0000 mon.a (mon.0) 226 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:23:00.896 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:23:00 vm05 bash[22868]: audit 2026-03-31T20:22:58.708647+0000 mon.a (mon.0) 227 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:23:00.896 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:23:00 vm05 bash[22868]: audit 2026-03-31T20:22:58.708647+0000 mon.a (mon.0) 227 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:23:00.896 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:23:00 vm05 bash[22868]: audit 2026-03-31T20:22:58.711134+0000 mon.a (mon.0) 228 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:23:00.896 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:23:00 vm05 bash[22868]: audit 2026-03-31T20:22:58.711134+0000 mon.a (mon.0) 228 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:23:00.896 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:23:00 vm05 bash[22868]: cephadm 2026-03-31T20:22:58.724382+0000 mgr.a (mgr.14152) 46 : cephadm [INF] Reconfiguring mon.a (unknown last config time)... 2026-03-31T20:23:00.896 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:23:00 vm05 bash[22868]: cephadm 2026-03-31T20:22:58.724382+0000 mgr.a (mgr.14152) 46 : cephadm [INF] Reconfiguring mon.a (unknown last config time)... 2026-03-31T20:23:00.896 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:23:00 vm05 bash[22868]: audit 2026-03-31T20:22:58.724573+0000 mon.a (mon.0) 229 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2026-03-31T20:23:00.896 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:23:00 vm05 bash[22868]: audit 2026-03-31T20:22:58.724573+0000 mon.a (mon.0) 229 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2026-03-31T20:23:00.896 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:23:00 vm05 bash[22868]: audit 2026-03-31T20:22:58.725056+0000 mon.a (mon.0) 230 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2026-03-31T20:23:00.896 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:23:00 vm05 bash[22868]: audit 2026-03-31T20:22:58.725056+0000 mon.a (mon.0) 230 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2026-03-31T20:23:00.896 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:23:00 vm05 bash[22868]: audit 2026-03-31T20:22:58.725459+0000 mon.a (mon.0) 231 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-03-31T20:23:00.896 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:23:00 vm05 bash[22868]: audit 2026-03-31T20:22:58.725459+0000 mon.a (mon.0) 231 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-03-31T20:23:00.896 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:23:00 vm05 bash[22868]: cephadm 2026-03-31T20:22:58.725904+0000 mgr.a (mgr.14152) 47 : cephadm [INF] Reconfiguring daemon mon.a on vm01 2026-03-31T20:23:00.896 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:23:00 vm05 bash[22868]: cephadm 2026-03-31T20:22:58.725904+0000 mgr.a (mgr.14152) 47 : cephadm [INF] Reconfiguring daemon mon.a on vm01 2026-03-31T20:23:00.896 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:23:00 vm05 bash[22868]: audit 2026-03-31T20:22:59.078473+0000 mon.a (mon.0) 232 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:23:00.896 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:23:00 vm05 bash[22868]: audit 2026-03-31T20:22:59.078473+0000 mon.a (mon.0) 232 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:23:00.896 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:23:00 vm05 bash[22868]: audit 2026-03-31T20:22:59.082163+0000 mon.a (mon.0) 233 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:23:00.896 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:23:00 vm05 bash[22868]: audit 2026-03-31T20:22:59.082163+0000 mon.a (mon.0) 233 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:23:00.896 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:23:00 vm05 bash[22868]: cephadm 2026-03-31T20:22:59.082619+0000 mgr.a (mgr.14152) 48 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2026-03-31T20:23:00.896 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:23:00 vm05 bash[22868]: cephadm 2026-03-31T20:22:59.082619+0000 mgr.a (mgr.14152) 48 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2026-03-31T20:23:00.896 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:23:00 vm05 bash[22868]: audit 2026-03-31T20:22:59.082885+0000 mon.a (mon.0) 234 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2026-03-31T20:23:00.896 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:23:00 vm05 bash[22868]: audit 2026-03-31T20:22:59.082885+0000 mon.a (mon.0) 234 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2026-03-31T20:23:00.896 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:23:00 vm05 bash[22868]: audit 2026-03-31T20:22:59.083296+0000 mon.a (mon.0) 235 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2026-03-31T20:23:00.896 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:23:00 vm05 bash[22868]: audit 2026-03-31T20:22:59.083296+0000 mon.a (mon.0) 235 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2026-03-31T20:23:00.896 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:23:00 vm05 bash[22868]: audit 2026-03-31T20:22:59.083680+0000 mon.a (mon.0) 236 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-03-31T20:23:00.896 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:23:00 vm05 bash[22868]: audit 2026-03-31T20:22:59.083680+0000 mon.a (mon.0) 236 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-03-31T20:23:00.896 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:23:00 vm05 bash[22868]: cephadm 2026-03-31T20:22:59.084146+0000 mgr.a (mgr.14152) 49 : cephadm [INF] Reconfiguring daemon mon.b on vm05 2026-03-31T20:23:00.896 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:23:00 vm05 bash[22868]: cephadm 2026-03-31T20:22:59.084146+0000 mgr.a (mgr.14152) 49 : cephadm [INF] Reconfiguring daemon mon.b on vm05 2026-03-31T20:23:00.896 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:23:00 vm05 bash[22868]: cluster 2026-03-31T20:22:59.108832+0000 mgr.a (mgr.14152) 50 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-03-31T20:23:00.896 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:23:00 vm05 bash[22868]: cluster 2026-03-31T20:22:59.108832+0000 mgr.a (mgr.14152) 50 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-03-31T20:23:00.896 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:23:00 vm05 bash[22868]: audit 2026-03-31T20:22:59.434966+0000 mon.a (mon.0) 237 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:23:00.896 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:23:00 vm05 bash[22868]: audit 2026-03-31T20:22:59.434966+0000 mon.a (mon.0) 237 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:23:00.896 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:23:00 vm05 bash[22868]: audit 2026-03-31T20:22:59.437873+0000 mon.a (mon.0) 238 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:23:00.896 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:23:00 vm05 bash[22868]: audit 2026-03-31T20:22:59.437873+0000 mon.a (mon.0) 238 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:23:00.896 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:23:00 vm05 bash[22868]: audit 2026-03-31T20:22:59.438527+0000 mon.a (mon.0) 239 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2026-03-31T20:23:00.896 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:23:00 vm05 bash[22868]: audit 2026-03-31T20:22:59.438527+0000 mon.a (mon.0) 239 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2026-03-31T20:23:00.896 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:23:00 vm05 bash[22868]: audit 2026-03-31T20:22:59.439034+0000 mon.a (mon.0) 240 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2026-03-31T20:23:00.896 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:23:00 vm05 bash[22868]: audit 2026-03-31T20:22:59.439034+0000 mon.a (mon.0) 240 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2026-03-31T20:23:00.896 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:23:00 vm05 bash[22868]: audit 2026-03-31T20:22:59.439486+0000 mon.a (mon.0) 241 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-03-31T20:23:00.896 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:23:00 vm05 bash[22868]: audit 2026-03-31T20:22:59.439486+0000 mon.a (mon.0) 241 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-03-31T20:23:00.896 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:23:00 vm05 bash[22868]: audit 2026-03-31T20:22:59.465034+0000 mon.a (mon.0) 242 : audit [DBG] from='client.? 192.168.123.106:0/32713860' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2026-03-31T20:23:00.896 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:23:00 vm05 bash[22868]: audit 2026-03-31T20:22:59.465034+0000 mon.a (mon.0) 242 : audit [DBG] from='client.? 192.168.123.106:0/32713860' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2026-03-31T20:23:00.896 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:23:00 vm05 bash[22868]: audit 2026-03-31T20:22:59.589549+0000 mon.a (mon.0) 243 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-03-31T20:23:00.896 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:23:00 vm05 bash[22868]: audit 2026-03-31T20:22:59.589549+0000 mon.a (mon.0) 243 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-03-31T20:23:00.929 DEBUG:teuthology.orchestra.run.vm05:mgr.b> sudo journalctl -f -n 0 -u ceph-2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37@mgr.b.service 2026-03-31T20:23:00.930 DEBUG:tasks.cephadm:set 0 configs 2026-03-31T20:23:00.930 DEBUG:teuthology.orchestra.run.vm01:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:5bb3278730741031382ca9c3dc9d221a942e06a2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37 -- ceph config dump 2026-03-31T20:23:01.175 INFO:teuthology.orchestra.run.vm01.stderr:Inferring config /var/lib/ceph/2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37/mon.a/config 2026-03-31T20:23:01.191 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:23:01 vm05 bash[22868]: cluster 2026-03-31T20:22:55.586235+0000 mon.b (mon.2) 1 : cluster [INF] mon.b calling monitor election 2026-03-31T20:23:01.191 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:23:01 vm05 bash[22868]: cluster 2026-03-31T20:22:55.586235+0000 mon.b (mon.2) 1 : cluster [INF] mon.b calling monitor election 2026-03-31T20:23:01.191 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:23:01 vm05 bash[22868]: cluster 2026-03-31T20:23:00.604448+0000 mon.b (mon.2) 2 : cluster [INF] mon.b calling monitor election 2026-03-31T20:23:01.191 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:23:01 vm05 bash[22868]: cluster 2026-03-31T20:23:00.604448+0000 mon.b (mon.2) 2 : cluster [INF] mon.b calling monitor election 2026-03-31T20:23:01.191 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:23:01 vm05 bash[22868]: cluster 2026-03-31T20:23:00.605603+0000 mon.c (mon.1) 3 : cluster [INF] mon.c calling monitor election 2026-03-31T20:23:01.191 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:23:01 vm05 bash[22868]: cluster 2026-03-31T20:23:00.605603+0000 mon.c (mon.1) 3 : cluster [INF] mon.c calling monitor election 2026-03-31T20:23:01.191 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:23:01 vm05 bash[22868]: cluster 2026-03-31T20:23:00.608314+0000 mon.a (mon.0) 252 : cluster [INF] mon.a calling monitor election 2026-03-31T20:23:01.191 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:23:01 vm05 bash[22868]: cluster 2026-03-31T20:23:00.608314+0000 mon.a (mon.0) 252 : cluster [INF] mon.a calling monitor election 2026-03-31T20:23:01.191 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:23:01 vm05 bash[22868]: cluster 2026-03-31T20:23:00.610864+0000 mon.a (mon.0) 253 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2026-03-31T20:23:01.191 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:23:01 vm05 bash[22868]: cluster 2026-03-31T20:23:00.610864+0000 mon.a (mon.0) 253 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2026-03-31T20:23:01.191 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:23:01 vm05 bash[22868]: cluster 2026-03-31T20:23:00.614696+0000 mon.a (mon.0) 254 : cluster [DBG] monmap epoch 3 2026-03-31T20:23:01.191 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:23:01 vm05 bash[22868]: cluster 2026-03-31T20:23:00.614696+0000 mon.a (mon.0) 254 : cluster [DBG] monmap epoch 3 2026-03-31T20:23:01.191 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:23:01 vm05 bash[22868]: cluster 2026-03-31T20:23:00.614713+0000 mon.a (mon.0) 255 : cluster [DBG] fsid 2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37 2026-03-31T20:23:01.191 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:23:01 vm05 bash[22868]: cluster 2026-03-31T20:23:00.614713+0000 mon.a (mon.0) 255 : cluster [DBG] fsid 2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37 2026-03-31T20:23:01.191 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:23:01 vm05 bash[22868]: cluster 2026-03-31T20:23:00.614724+0000 mon.a (mon.0) 256 : cluster [DBG] last_changed 2026-03-31T20:22:53.588481+0000 2026-03-31T20:23:01.191 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:23:01 vm05 bash[22868]: cluster 2026-03-31T20:23:00.614724+0000 mon.a (mon.0) 256 : cluster [DBG] last_changed 2026-03-31T20:22:53.588481+0000 2026-03-31T20:23:01.191 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:23:01 vm05 bash[22868]: cluster 2026-03-31T20:23:00.614736+0000 mon.a (mon.0) 257 : cluster [DBG] created 2026-03-31T20:22:11.273676+0000 2026-03-31T20:23:01.191 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:23:01 vm05 bash[22868]: cluster 2026-03-31T20:23:00.614736+0000 mon.a (mon.0) 257 : cluster [DBG] created 2026-03-31T20:22:11.273676+0000 2026-03-31T20:23:01.191 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:23:01 vm05 bash[22868]: cluster 2026-03-31T20:23:00.614746+0000 mon.a (mon.0) 258 : cluster [DBG] min_mon_release 20 (tentacle) 2026-03-31T20:23:01.191 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:23:01 vm05 bash[22868]: cluster 2026-03-31T20:23:00.614746+0000 mon.a (mon.0) 258 : cluster [DBG] min_mon_release 20 (tentacle) 2026-03-31T20:23:01.191 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:23:01 vm05 bash[22868]: cluster 2026-03-31T20:23:00.614757+0000 mon.a (mon.0) 259 : cluster [DBG] election_strategy: 1 2026-03-31T20:23:01.191 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:23:01 vm05 bash[22868]: cluster 2026-03-31T20:23:00.614757+0000 mon.a (mon.0) 259 : cluster [DBG] election_strategy: 1 2026-03-31T20:23:01.191 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:23:01 vm05 bash[22868]: cluster 2026-03-31T20:23:00.614768+0000 mon.a (mon.0) 260 : cluster [DBG] 0: [v2:192.168.123.101:3300/0,v1:192.168.123.101:6789/0] mon.a 2026-03-31T20:23:01.191 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:23:01 vm05 bash[22868]: cluster 2026-03-31T20:23:00.614768+0000 mon.a (mon.0) 260 : cluster [DBG] 0: [v2:192.168.123.101:3300/0,v1:192.168.123.101:6789/0] mon.a 2026-03-31T20:23:01.191 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:23:01 vm05 bash[22868]: cluster 2026-03-31T20:23:00.614779+0000 mon.a (mon.0) 261 : cluster [DBG] 1: [v2:192.168.123.106:3300/0,v1:192.168.123.106:6789/0] mon.c 2026-03-31T20:23:01.191 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:23:01 vm05 bash[22868]: cluster 2026-03-31T20:23:00.614779+0000 mon.a (mon.0) 261 : cluster [DBG] 1: [v2:192.168.123.106:3300/0,v1:192.168.123.106:6789/0] mon.c 2026-03-31T20:23:01.191 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:23:01 vm05 bash[22868]: cluster 2026-03-31T20:23:00.614791+0000 mon.a (mon.0) 262 : cluster [DBG] 2: [v2:192.168.123.105:3300/0,v1:192.168.123.105:6789/0] mon.b 2026-03-31T20:23:01.191 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:23:01 vm05 bash[22868]: cluster 2026-03-31T20:23:00.614791+0000 mon.a (mon.0) 262 : cluster [DBG] 2: [v2:192.168.123.105:3300/0,v1:192.168.123.105:6789/0] mon.b 2026-03-31T20:23:01.191 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:23:01 vm05 bash[22868]: cluster 2026-03-31T20:23:00.615088+0000 mon.a (mon.0) 263 : cluster [DBG] fsmap 2026-03-31T20:23:01.191 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:23:01 vm05 bash[22868]: cluster 2026-03-31T20:23:00.615088+0000 mon.a (mon.0) 263 : cluster [DBG] fsmap 2026-03-31T20:23:01.191 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:23:01 vm05 bash[22868]: cluster 2026-03-31T20:23:00.615110+0000 mon.a (mon.0) 264 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2026-03-31T20:23:01.191 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:23:01 vm05 bash[22868]: cluster 2026-03-31T20:23:00.615110+0000 mon.a (mon.0) 264 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2026-03-31T20:23:01.191 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:23:01 vm05 bash[22868]: cluster 2026-03-31T20:23:00.615220+0000 mon.a (mon.0) 265 : cluster [DBG] mgrmap e13: a(active, since 27s) 2026-03-31T20:23:01.191 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:23:01 vm05 bash[22868]: cluster 2026-03-31T20:23:00.615220+0000 mon.a (mon.0) 265 : cluster [DBG] mgrmap e13: a(active, since 27s) 2026-03-31T20:23:01.191 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:23:01 vm05 bash[22868]: cluster 2026-03-31T20:23:00.615303+0000 mon.a (mon.0) 266 : cluster [INF] overall HEALTH_OK 2026-03-31T20:23:01.191 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:23:01 vm05 bash[22868]: cluster 2026-03-31T20:23:00.615303+0000 mon.a (mon.0) 266 : cluster [INF] overall HEALTH_OK 2026-03-31T20:23:01.191 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:23:01 vm05 bash[22868]: audit 2026-03-31T20:23:00.850469+0000 mon.a (mon.0) 267 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:23:01.191 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:23:01 vm05 bash[22868]: audit 2026-03-31T20:23:00.850469+0000 mon.a (mon.0) 267 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:23:01.191 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:23:01 vm05 bash[22868]: audit 2026-03-31T20:23:00.851130+0000 mon.a (mon.0) 268 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-03-31T20:23:01.191 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:23:01 vm05 bash[22868]: audit 2026-03-31T20:23:00.851130+0000 mon.a (mon.0) 268 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-03-31T20:23:01.191 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:23:01 vm05 bash[22868]: audit 2026-03-31T20:23:00.852160+0000 mon.a (mon.0) 269 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-03-31T20:23:01.191 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:23:01 vm05 bash[22868]: audit 2026-03-31T20:23:00.852160+0000 mon.a (mon.0) 269 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-03-31T20:23:01.191 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:23:01 vm05 bash[22868]: audit 2026-03-31T20:23:00.852605+0000 mon.a (mon.0) 270 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-03-31T20:23:01.191 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:23:01 vm05 bash[22868]: audit 2026-03-31T20:23:00.852605+0000 mon.a (mon.0) 270 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-03-31T20:23:01.191 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:23:01 vm05 bash[22868]: audit 2026-03-31T20:23:00.855853+0000 mon.a (mon.0) 271 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:23:01.191 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:23:01 vm05 bash[22868]: audit 2026-03-31T20:23:00.855853+0000 mon.a (mon.0) 271 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:23:01.191 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:23:01 vm05 bash[22868]: audit 2026-03-31T20:23:00.856624+0000 mon.a (mon.0) 272 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2026-03-31T20:23:01.191 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:23:01 vm05 bash[22868]: audit 2026-03-31T20:23:00.856624+0000 mon.a (mon.0) 272 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2026-03-31T20:23:01.191 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:23:01 vm05 bash[22868]: audit 2026-03-31T20:23:00.858271+0000 mon.a (mon.0) 273 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2026-03-31T20:23:01.192 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:23:01 vm05 bash[22868]: audit 2026-03-31T20:23:00.858271+0000 mon.a (mon.0) 273 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2026-03-31T20:23:01.192 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:23:01 vm05 bash[22868]: audit 2026-03-31T20:23:00.859282+0000 mon.a (mon.0) 274 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "mgr services"} : dispatch 2026-03-31T20:23:01.192 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:23:01 vm05 bash[22868]: audit 2026-03-31T20:23:00.859282+0000 mon.a (mon.0) 274 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "mgr services"} : dispatch 2026-03-31T20:23:01.192 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:23:01 vm05 bash[22868]: audit 2026-03-31T20:23:00.859729+0000 mon.a (mon.0) 275 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-03-31T20:23:01.192 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:23:01 vm05 bash[22868]: audit 2026-03-31T20:23:00.859729+0000 mon.a (mon.0) 275 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-03-31T20:23:01.192 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:23:01 vm01 bash[20507]: cluster 2026-03-31T20:22:55.586235+0000 mon.b (mon.2) 1 : cluster [INF] mon.b calling monitor election 2026-03-31T20:23:01.192 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:23:01 vm01 bash[20507]: cluster 2026-03-31T20:22:55.586235+0000 mon.b (mon.2) 1 : cluster [INF] mon.b calling monitor election 2026-03-31T20:23:01.192 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:23:01 vm01 bash[20507]: cluster 2026-03-31T20:23:00.604448+0000 mon.b (mon.2) 2 : cluster [INF] mon.b calling monitor election 2026-03-31T20:23:01.192 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:23:01 vm01 bash[20507]: cluster 2026-03-31T20:23:00.604448+0000 mon.b (mon.2) 2 : cluster [INF] mon.b calling monitor election 2026-03-31T20:23:01.192 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:23:01 vm01 bash[20507]: cluster 2026-03-31T20:23:00.605603+0000 mon.c (mon.1) 3 : cluster [INF] mon.c calling monitor election 2026-03-31T20:23:01.192 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:23:01 vm01 bash[20507]: cluster 2026-03-31T20:23:00.605603+0000 mon.c (mon.1) 3 : cluster [INF] mon.c calling monitor election 2026-03-31T20:23:01.192 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:23:01 vm01 bash[20507]: cluster 2026-03-31T20:23:00.608314+0000 mon.a (mon.0) 252 : cluster [INF] mon.a calling monitor election 2026-03-31T20:23:01.192 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:23:01 vm01 bash[20507]: cluster 2026-03-31T20:23:00.608314+0000 mon.a (mon.0) 252 : cluster [INF] mon.a calling monitor election 2026-03-31T20:23:01.192 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:23:01 vm01 bash[20507]: cluster 2026-03-31T20:23:00.610864+0000 mon.a (mon.0) 253 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2026-03-31T20:23:01.192 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:23:01 vm01 bash[20507]: cluster 2026-03-31T20:23:00.610864+0000 mon.a (mon.0) 253 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2026-03-31T20:23:01.192 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:23:01 vm01 bash[20507]: cluster 2026-03-31T20:23:00.614696+0000 mon.a (mon.0) 254 : cluster [DBG] monmap epoch 3 2026-03-31T20:23:01.192 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:23:01 vm01 bash[20507]: cluster 2026-03-31T20:23:00.614696+0000 mon.a (mon.0) 254 : cluster [DBG] monmap epoch 3 2026-03-31T20:23:01.192 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:23:01 vm01 bash[20507]: cluster 2026-03-31T20:23:00.614713+0000 mon.a (mon.0) 255 : cluster [DBG] fsid 2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37 2026-03-31T20:23:01.192 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:23:01 vm01 bash[20507]: cluster 2026-03-31T20:23:00.614713+0000 mon.a (mon.0) 255 : cluster [DBG] fsid 2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37 2026-03-31T20:23:01.192 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:23:01 vm01 bash[20507]: cluster 2026-03-31T20:23:00.614724+0000 mon.a (mon.0) 256 : cluster [DBG] last_changed 2026-03-31T20:22:53.588481+0000 2026-03-31T20:23:01.192 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:23:01 vm01 bash[20507]: cluster 2026-03-31T20:23:00.614724+0000 mon.a (mon.0) 256 : cluster [DBG] last_changed 2026-03-31T20:22:53.588481+0000 2026-03-31T20:23:01.192 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:23:01 vm01 bash[20507]: cluster 2026-03-31T20:23:00.614736+0000 mon.a (mon.0) 257 : cluster [DBG] created 2026-03-31T20:22:11.273676+0000 2026-03-31T20:23:01.192 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:23:01 vm01 bash[20507]: cluster 2026-03-31T20:23:00.614736+0000 mon.a (mon.0) 257 : cluster [DBG] created 2026-03-31T20:22:11.273676+0000 2026-03-31T20:23:01.192 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:23:01 vm01 bash[20507]: cluster 2026-03-31T20:23:00.614746+0000 mon.a (mon.0) 258 : cluster [DBG] min_mon_release 20 (tentacle) 2026-03-31T20:23:01.192 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:23:01 vm01 bash[20507]: cluster 2026-03-31T20:23:00.614746+0000 mon.a (mon.0) 258 : cluster [DBG] min_mon_release 20 (tentacle) 2026-03-31T20:23:01.192 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:23:01 vm01 bash[20507]: cluster 2026-03-31T20:23:00.614757+0000 mon.a (mon.0) 259 : cluster [DBG] election_strategy: 1 2026-03-31T20:23:01.192 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:23:01 vm01 bash[20507]: cluster 2026-03-31T20:23:00.614757+0000 mon.a (mon.0) 259 : cluster [DBG] election_strategy: 1 2026-03-31T20:23:01.192 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:23:01 vm01 bash[20507]: cluster 2026-03-31T20:23:00.614768+0000 mon.a (mon.0) 260 : cluster [DBG] 0: [v2:192.168.123.101:3300/0,v1:192.168.123.101:6789/0] mon.a 2026-03-31T20:23:01.192 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:23:01 vm01 bash[20507]: cluster 2026-03-31T20:23:00.614768+0000 mon.a (mon.0) 260 : cluster [DBG] 0: [v2:192.168.123.101:3300/0,v1:192.168.123.101:6789/0] mon.a 2026-03-31T20:23:01.192 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:23:01 vm01 bash[20507]: cluster 2026-03-31T20:23:00.614779+0000 mon.a (mon.0) 261 : cluster [DBG] 1: [v2:192.168.123.106:3300/0,v1:192.168.123.106:6789/0] mon.c 2026-03-31T20:23:01.192 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:23:01 vm01 bash[20507]: cluster 2026-03-31T20:23:00.614779+0000 mon.a (mon.0) 261 : cluster [DBG] 1: [v2:192.168.123.106:3300/0,v1:192.168.123.106:6789/0] mon.c 2026-03-31T20:23:01.192 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:23:01 vm01 bash[20507]: cluster 2026-03-31T20:23:00.614791+0000 mon.a (mon.0) 262 : cluster [DBG] 2: [v2:192.168.123.105:3300/0,v1:192.168.123.105:6789/0] mon.b 2026-03-31T20:23:01.192 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:23:01 vm01 bash[20507]: cluster 2026-03-31T20:23:00.614791+0000 mon.a (mon.0) 262 : cluster [DBG] 2: [v2:192.168.123.105:3300/0,v1:192.168.123.105:6789/0] mon.b 2026-03-31T20:23:01.192 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:23:01 vm01 bash[20507]: cluster 2026-03-31T20:23:00.615088+0000 mon.a (mon.0) 263 : cluster [DBG] fsmap 2026-03-31T20:23:01.192 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:23:01 vm01 bash[20507]: cluster 2026-03-31T20:23:00.615088+0000 mon.a (mon.0) 263 : cluster [DBG] fsmap 2026-03-31T20:23:01.192 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:23:01 vm01 bash[20507]: cluster 2026-03-31T20:23:00.615110+0000 mon.a (mon.0) 264 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2026-03-31T20:23:01.192 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:23:01 vm01 bash[20507]: cluster 2026-03-31T20:23:00.615110+0000 mon.a (mon.0) 264 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2026-03-31T20:23:01.192 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:23:01 vm01 bash[20507]: cluster 2026-03-31T20:23:00.615220+0000 mon.a (mon.0) 265 : cluster [DBG] mgrmap e13: a(active, since 27s) 2026-03-31T20:23:01.192 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:23:01 vm01 bash[20507]: cluster 2026-03-31T20:23:00.615220+0000 mon.a (mon.0) 265 : cluster [DBG] mgrmap e13: a(active, since 27s) 2026-03-31T20:23:01.192 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:23:01 vm01 bash[20507]: cluster 2026-03-31T20:23:00.615303+0000 mon.a (mon.0) 266 : cluster [INF] overall HEALTH_OK 2026-03-31T20:23:01.192 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:23:01 vm01 bash[20507]: cluster 2026-03-31T20:23:00.615303+0000 mon.a (mon.0) 266 : cluster [INF] overall HEALTH_OK 2026-03-31T20:23:01.192 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:23:01 vm01 bash[20507]: audit 2026-03-31T20:23:00.850469+0000 mon.a (mon.0) 267 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:23:01.192 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:23:01 vm01 bash[20507]: audit 2026-03-31T20:23:00.850469+0000 mon.a (mon.0) 267 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:23:01.192 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:23:01 vm01 bash[20507]: audit 2026-03-31T20:23:00.851130+0000 mon.a (mon.0) 268 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-03-31T20:23:01.192 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:23:01 vm01 bash[20507]: audit 2026-03-31T20:23:00.851130+0000 mon.a (mon.0) 268 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-03-31T20:23:01.192 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:23:01 vm01 bash[20507]: audit 2026-03-31T20:23:00.852160+0000 mon.a (mon.0) 269 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-03-31T20:23:01.192 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:23:01 vm01 bash[20507]: audit 2026-03-31T20:23:00.852160+0000 mon.a (mon.0) 269 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-03-31T20:23:01.192 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:23:01 vm01 bash[20507]: audit 2026-03-31T20:23:00.852605+0000 mon.a (mon.0) 270 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-03-31T20:23:01.192 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:23:01 vm01 bash[20507]: audit 2026-03-31T20:23:00.852605+0000 mon.a (mon.0) 270 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-03-31T20:23:01.192 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:23:01 vm01 bash[20507]: audit 2026-03-31T20:23:00.855853+0000 mon.a (mon.0) 271 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:23:01.193 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:23:01 vm01 bash[20507]: audit 2026-03-31T20:23:00.855853+0000 mon.a (mon.0) 271 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:23:01.193 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:23:01 vm01 bash[20507]: audit 2026-03-31T20:23:00.856624+0000 mon.a (mon.0) 272 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2026-03-31T20:23:01.193 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:23:01 vm01 bash[20507]: audit 2026-03-31T20:23:00.856624+0000 mon.a (mon.0) 272 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2026-03-31T20:23:01.193 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:23:01 vm01 bash[20507]: audit 2026-03-31T20:23:00.858271+0000 mon.a (mon.0) 273 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2026-03-31T20:23:01.193 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:23:01 vm01 bash[20507]: audit 2026-03-31T20:23:00.858271+0000 mon.a (mon.0) 273 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2026-03-31T20:23:01.193 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:23:01 vm01 bash[20507]: audit 2026-03-31T20:23:00.859282+0000 mon.a (mon.0) 274 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "mgr services"} : dispatch 2026-03-31T20:23:01.193 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:23:01 vm01 bash[20507]: audit 2026-03-31T20:23:00.859282+0000 mon.a (mon.0) 274 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "mgr services"} : dispatch 2026-03-31T20:23:01.193 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:23:01 vm01 bash[20507]: audit 2026-03-31T20:23:00.859729+0000 mon.a (mon.0) 275 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-03-31T20:23:01.193 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:23:01 vm01 bash[20507]: audit 2026-03-31T20:23:00.859729+0000 mon.a (mon.0) 275 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-03-31T20:23:01.222 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:23:01 vm06 bash[23229]: cluster 2026-03-31T20:22:55.586235+0000 mon.b (mon.2) 1 : cluster [INF] mon.b calling monitor election 2026-03-31T20:23:01.223 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:23:01 vm06 bash[23229]: cluster 2026-03-31T20:22:55.586235+0000 mon.b (mon.2) 1 : cluster [INF] mon.b calling monitor election 2026-03-31T20:23:01.223 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:23:01 vm06 bash[23229]: cluster 2026-03-31T20:23:00.604448+0000 mon.b (mon.2) 2 : cluster [INF] mon.b calling monitor election 2026-03-31T20:23:01.223 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:23:01 vm06 bash[23229]: cluster 2026-03-31T20:23:00.604448+0000 mon.b (mon.2) 2 : cluster [INF] mon.b calling monitor election 2026-03-31T20:23:01.223 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:23:01 vm06 bash[23229]: cluster 2026-03-31T20:23:00.605603+0000 mon.c (mon.1) 3 : cluster [INF] mon.c calling monitor election 2026-03-31T20:23:01.223 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:23:01 vm06 bash[23229]: cluster 2026-03-31T20:23:00.605603+0000 mon.c (mon.1) 3 : cluster [INF] mon.c calling monitor election 2026-03-31T20:23:01.223 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:23:01 vm06 bash[23229]: cluster 2026-03-31T20:23:00.608314+0000 mon.a (mon.0) 252 : cluster [INF] mon.a calling monitor election 2026-03-31T20:23:01.223 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:23:01 vm06 bash[23229]: cluster 2026-03-31T20:23:00.608314+0000 mon.a (mon.0) 252 : cluster [INF] mon.a calling monitor election 2026-03-31T20:23:01.223 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:23:01 vm06 bash[23229]: cluster 2026-03-31T20:23:00.610864+0000 mon.a (mon.0) 253 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2026-03-31T20:23:01.223 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:23:01 vm06 bash[23229]: cluster 2026-03-31T20:23:00.610864+0000 mon.a (mon.0) 253 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2026-03-31T20:23:01.223 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:23:01 vm06 bash[23229]: cluster 2026-03-31T20:23:00.614696+0000 mon.a (mon.0) 254 : cluster [DBG] monmap epoch 3 2026-03-31T20:23:01.223 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:23:01 vm06 bash[23229]: cluster 2026-03-31T20:23:00.614696+0000 mon.a (mon.0) 254 : cluster [DBG] monmap epoch 3 2026-03-31T20:23:01.223 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:23:01 vm06 bash[23229]: cluster 2026-03-31T20:23:00.614713+0000 mon.a (mon.0) 255 : cluster [DBG] fsid 2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37 2026-03-31T20:23:01.223 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:23:01 vm06 bash[23229]: cluster 2026-03-31T20:23:00.614713+0000 mon.a (mon.0) 255 : cluster [DBG] fsid 2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37 2026-03-31T20:23:01.223 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:23:01 vm06 bash[23229]: cluster 2026-03-31T20:23:00.614724+0000 mon.a (mon.0) 256 : cluster [DBG] last_changed 2026-03-31T20:22:53.588481+0000 2026-03-31T20:23:01.223 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:23:01 vm06 bash[23229]: cluster 2026-03-31T20:23:00.614724+0000 mon.a (mon.0) 256 : cluster [DBG] last_changed 2026-03-31T20:22:53.588481+0000 2026-03-31T20:23:01.223 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:23:01 vm06 bash[23229]: cluster 2026-03-31T20:23:00.614736+0000 mon.a (mon.0) 257 : cluster [DBG] created 2026-03-31T20:22:11.273676+0000 2026-03-31T20:23:01.223 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:23:01 vm06 bash[23229]: cluster 2026-03-31T20:23:00.614736+0000 mon.a (mon.0) 257 : cluster [DBG] created 2026-03-31T20:22:11.273676+0000 2026-03-31T20:23:01.223 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:23:01 vm06 bash[23229]: cluster 2026-03-31T20:23:00.614746+0000 mon.a (mon.0) 258 : cluster [DBG] min_mon_release 20 (tentacle) 2026-03-31T20:23:01.223 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:23:01 vm06 bash[23229]: cluster 2026-03-31T20:23:00.614746+0000 mon.a (mon.0) 258 : cluster [DBG] min_mon_release 20 (tentacle) 2026-03-31T20:23:01.223 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:23:01 vm06 bash[23229]: cluster 2026-03-31T20:23:00.614757+0000 mon.a (mon.0) 259 : cluster [DBG] election_strategy: 1 2026-03-31T20:23:01.223 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:23:01 vm06 bash[23229]: cluster 2026-03-31T20:23:00.614757+0000 mon.a (mon.0) 259 : cluster [DBG] election_strategy: 1 2026-03-31T20:23:01.223 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:23:01 vm06 bash[23229]: cluster 2026-03-31T20:23:00.614768+0000 mon.a (mon.0) 260 : cluster [DBG] 0: [v2:192.168.123.101:3300/0,v1:192.168.123.101:6789/0] mon.a 2026-03-31T20:23:01.223 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:23:01 vm06 bash[23229]: cluster 2026-03-31T20:23:00.614768+0000 mon.a (mon.0) 260 : cluster [DBG] 0: [v2:192.168.123.101:3300/0,v1:192.168.123.101:6789/0] mon.a 2026-03-31T20:23:01.223 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:23:01 vm06 bash[23229]: cluster 2026-03-31T20:23:00.614779+0000 mon.a (mon.0) 261 : cluster [DBG] 1: [v2:192.168.123.106:3300/0,v1:192.168.123.106:6789/0] mon.c 2026-03-31T20:23:01.223 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:23:01 vm06 bash[23229]: cluster 2026-03-31T20:23:00.614779+0000 mon.a (mon.0) 261 : cluster [DBG] 1: [v2:192.168.123.106:3300/0,v1:192.168.123.106:6789/0] mon.c 2026-03-31T20:23:01.223 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:23:01 vm06 bash[23229]: cluster 2026-03-31T20:23:00.614791+0000 mon.a (mon.0) 262 : cluster [DBG] 2: [v2:192.168.123.105:3300/0,v1:192.168.123.105:6789/0] mon.b 2026-03-31T20:23:01.223 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:23:01 vm06 bash[23229]: cluster 2026-03-31T20:23:00.614791+0000 mon.a (mon.0) 262 : cluster [DBG] 2: [v2:192.168.123.105:3300/0,v1:192.168.123.105:6789/0] mon.b 2026-03-31T20:23:01.223 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:23:01 vm06 bash[23229]: cluster 2026-03-31T20:23:00.615088+0000 mon.a (mon.0) 263 : cluster [DBG] fsmap 2026-03-31T20:23:01.223 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:23:01 vm06 bash[23229]: cluster 2026-03-31T20:23:00.615088+0000 mon.a (mon.0) 263 : cluster [DBG] fsmap 2026-03-31T20:23:01.223 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:23:01 vm06 bash[23229]: cluster 2026-03-31T20:23:00.615110+0000 mon.a (mon.0) 264 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2026-03-31T20:23:01.223 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:23:01 vm06 bash[23229]: cluster 2026-03-31T20:23:00.615110+0000 mon.a (mon.0) 264 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2026-03-31T20:23:01.223 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:23:01 vm06 bash[23229]: cluster 2026-03-31T20:23:00.615220+0000 mon.a (mon.0) 265 : cluster [DBG] mgrmap e13: a(active, since 27s) 2026-03-31T20:23:01.223 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:23:01 vm06 bash[23229]: cluster 2026-03-31T20:23:00.615220+0000 mon.a (mon.0) 265 : cluster [DBG] mgrmap e13: a(active, since 27s) 2026-03-31T20:23:01.223 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:23:01 vm06 bash[23229]: cluster 2026-03-31T20:23:00.615303+0000 mon.a (mon.0) 266 : cluster [INF] overall HEALTH_OK 2026-03-31T20:23:01.223 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:23:01 vm06 bash[23229]: cluster 2026-03-31T20:23:00.615303+0000 mon.a (mon.0) 266 : cluster [INF] overall HEALTH_OK 2026-03-31T20:23:01.223 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:23:01 vm06 bash[23229]: audit 2026-03-31T20:23:00.850469+0000 mon.a (mon.0) 267 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:23:01.223 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:23:01 vm06 bash[23229]: audit 2026-03-31T20:23:00.850469+0000 mon.a (mon.0) 267 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:23:01.223 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:23:01 vm06 bash[23229]: audit 2026-03-31T20:23:00.851130+0000 mon.a (mon.0) 268 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-03-31T20:23:01.223 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:23:01 vm06 bash[23229]: audit 2026-03-31T20:23:00.851130+0000 mon.a (mon.0) 268 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-03-31T20:23:01.223 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:23:01 vm06 bash[23229]: audit 2026-03-31T20:23:00.852160+0000 mon.a (mon.0) 269 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-03-31T20:23:01.223 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:23:01 vm06 bash[23229]: audit 2026-03-31T20:23:00.852160+0000 mon.a (mon.0) 269 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-03-31T20:23:01.223 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:23:01 vm06 bash[23229]: audit 2026-03-31T20:23:00.852605+0000 mon.a (mon.0) 270 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-03-31T20:23:01.223 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:23:01 vm06 bash[23229]: audit 2026-03-31T20:23:00.852605+0000 mon.a (mon.0) 270 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-03-31T20:23:01.223 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:23:01 vm06 bash[23229]: audit 2026-03-31T20:23:00.855853+0000 mon.a (mon.0) 271 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:23:01.223 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:23:01 vm06 bash[23229]: audit 2026-03-31T20:23:00.855853+0000 mon.a (mon.0) 271 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:23:01.223 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:23:01 vm06 bash[23229]: audit 2026-03-31T20:23:00.856624+0000 mon.a (mon.0) 272 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2026-03-31T20:23:01.223 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:23:01 vm06 bash[23229]: audit 2026-03-31T20:23:00.856624+0000 mon.a (mon.0) 272 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2026-03-31T20:23:01.223 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:23:01 vm06 bash[23229]: audit 2026-03-31T20:23:00.858271+0000 mon.a (mon.0) 273 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2026-03-31T20:23:01.223 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:23:01 vm06 bash[23229]: audit 2026-03-31T20:23:00.858271+0000 mon.a (mon.0) 273 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2026-03-31T20:23:01.223 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:23:01 vm06 bash[23229]: audit 2026-03-31T20:23:00.859282+0000 mon.a (mon.0) 274 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "mgr services"} : dispatch 2026-03-31T20:23:01.224 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:23:01 vm06 bash[23229]: audit 2026-03-31T20:23:00.859282+0000 mon.a (mon.0) 274 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "mgr services"} : dispatch 2026-03-31T20:23:01.224 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:23:01 vm06 bash[23229]: audit 2026-03-31T20:23:00.859729+0000 mon.a (mon.0) 275 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-03-31T20:23:01.224 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:23:01 vm06 bash[23229]: audit 2026-03-31T20:23:00.859729+0000 mon.a (mon.0) 275 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-03-31T20:23:01.501 INFO:teuthology.orchestra.run.vm01.stdout:WHO MASK LEVEL OPTION VALUE RO 2026-03-31T20:23:01.501 INFO:teuthology.orchestra.run.vm01.stdout:global dev auth_debug true 2026-03-31T20:23:01.501 INFO:teuthology.orchestra.run.vm01.stdout:global basic container_image quay.ceph.io/ceph-ci/ceph@sha256:02c8d616f8a7af1a26efca44a51de7761356c5cb66c69c789e66f798c27c8072 * 2026-03-31T20:23:01.501 INFO:teuthology.orchestra.run.vm01.stdout:global dev debug_asserts_on_shutdown true 2026-03-31T20:23:01.501 INFO:teuthology.orchestra.run.vm01.stdout:global basic log_to_file true 2026-03-31T20:23:01.501 INFO:teuthology.orchestra.run.vm01.stdout:global basic log_to_journald false 2026-03-31T20:23:01.501 INFO:teuthology.orchestra.run.vm01.stdout:global basic log_to_stderr false 2026-03-31T20:23:01.501 INFO:teuthology.orchestra.run.vm01.stdout:global advanced mon_allow_pool_delete true 2026-03-31T20:23:01.501 INFO:teuthology.orchestra.run.vm01.stdout:global advanced mon_clock_drift_allowed 1.000000 2026-03-31T20:23:01.501 INFO:teuthology.orchestra.run.vm01.stdout:global advanced mon_cluster_log_to_file true 2026-03-31T20:23:01.501 INFO:teuthology.orchestra.run.vm01.stdout:global advanced mon_election_default_strategy 1 2026-03-31T20:23:01.501 INFO:teuthology.orchestra.run.vm01.stdout:global advanced mon_max_pg_per_osd 10000 2026-03-31T20:23:01.501 INFO:teuthology.orchestra.run.vm01.stdout:global advanced mon_pg_warn_max_object_skew 0.000000 2026-03-31T20:23:01.501 INFO:teuthology.orchestra.run.vm01.stdout:global advanced mon_warn_on_crush_straw_calc_version_zero false 2026-03-31T20:23:01.501 INFO:teuthology.orchestra.run.vm01.stdout:global advanced mon_warn_on_legacy_crush_tunables false 2026-03-31T20:23:01.501 INFO:teuthology.orchestra.run.vm01.stdout:global advanced mon_warn_on_osd_down_out_interval_zero false 2026-03-31T20:23:01.501 INFO:teuthology.orchestra.run.vm01.stdout:global dev mon_warn_on_pool_pg_num_not_power_of_two false 2026-03-31T20:23:01.501 INFO:teuthology.orchestra.run.vm01.stdout:global advanced mon_warn_on_too_few_osds false 2026-03-31T20:23:01.501 INFO:teuthology.orchestra.run.vm01.stdout:global dev ms_die_on_bug true 2026-03-31T20:23:01.501 INFO:teuthology.orchestra.run.vm01.stdout:global dev ms_die_on_old_message true 2026-03-31T20:23:01.501 INFO:teuthology.orchestra.run.vm01.stdout:global advanced osd_pool_default_erasure_code_profile plugin=isa technique=reed_sol_van k=2 m=1 crush-failure-domain=osd 2026-03-31T20:23:01.501 INFO:teuthology.orchestra.run.vm01.stdout:global advanced osd_pool_default_pg_autoscale_mode off 2026-03-31T20:23:01.501 INFO:teuthology.orchestra.run.vm01.stdout:global advanced public_network 192.168.123.1/32,192.168.123.0/24 * 2026-03-31T20:23:01.501 INFO:teuthology.orchestra.run.vm01.stdout:mon advanced auth_allow_insecure_global_id_reclaim false 2026-03-31T20:23:01.501 INFO:teuthology.orchestra.run.vm01.stdout:mon advanced auth_mon_ticket_ttl 660.000000 2026-03-31T20:23:01.501 INFO:teuthology.orchestra.run.vm01.stdout:mon advanced auth_service_ticket_ttl 240.000000 2026-03-31T20:23:01.501 INFO:teuthology.orchestra.run.vm01.stdout:mon advanced debug_mon 20/20 2026-03-31T20:23:01.501 INFO:teuthology.orchestra.run.vm01.stdout:mon advanced debug_ms 1/1 2026-03-31T20:23:01.501 INFO:teuthology.orchestra.run.vm01.stdout:mon advanced debug_paxos 20/20 2026-03-31T20:23:01.501 INFO:teuthology.orchestra.run.vm01.stdout:mon advanced mon_data_avail_warn 5 2026-03-31T20:23:01.501 INFO:teuthology.orchestra.run.vm01.stdout:mon advanced mon_mgr_mkfs_grace 240 2026-03-31T20:23:01.501 INFO:teuthology.orchestra.run.vm01.stdout:mon dev mon_osd_prime_pg_temp true 2026-03-31T20:23:01.501 INFO:teuthology.orchestra.run.vm01.stdout:mon advanced mon_osd_reporter_subtree_level osd 2026-03-31T20:23:01.501 INFO:teuthology.orchestra.run.vm01.stdout:mon advanced mon_reweight_min_bytes_per_osd 10 2026-03-31T20:23:01.501 INFO:teuthology.orchestra.run.vm01.stdout:mon advanced mon_reweight_min_pgs_per_osd 4 2026-03-31T20:23:01.501 INFO:teuthology.orchestra.run.vm01.stdout:mon advanced mon_warn_on_insecure_global_id_reclaim false 2026-03-31T20:23:01.501 INFO:teuthology.orchestra.run.vm01.stdout:mon advanced mon_warn_on_insecure_global_id_reclaim_allowed false 2026-03-31T20:23:01.501 INFO:teuthology.orchestra.run.vm01.stdout:mgr advanced debug_mgr 20/20 2026-03-31T20:23:01.501 INFO:teuthology.orchestra.run.vm01.stdout:mgr advanced debug_ms 1/1 2026-03-31T20:23:01.501 INFO:teuthology.orchestra.run.vm01.stdout:mgr advanced mgr/cephadm/allow_ptrace true * 2026-03-31T20:23:01.501 INFO:teuthology.orchestra.run.vm01.stdout:mgr advanced mgr/cephadm/container_init True * 2026-03-31T20:23:01.501 INFO:teuthology.orchestra.run.vm01.stdout:mgr advanced mgr/cephadm/migration_current 7 * 2026-03-31T20:23:01.501 INFO:teuthology.orchestra.run.vm01.stdout:mgr advanced mgr/cephadm/use_agent false * 2026-03-31T20:23:01.501 INFO:teuthology.orchestra.run.vm01.stdout:mgr advanced mgr/dashboard/ssl_server_port 8443 * 2026-03-31T20:23:01.501 INFO:teuthology.orchestra.run.vm01.stdout:mgr advanced mgr/orchestrator/orchestrator cephadm 2026-03-31T20:23:01.501 INFO:teuthology.orchestra.run.vm01.stdout:mgr advanced mon_reweight_min_bytes_per_osd 10 2026-03-31T20:23:01.501 INFO:teuthology.orchestra.run.vm01.stdout:mgr advanced mon_reweight_min_pgs_per_osd 4 2026-03-31T20:23:01.501 INFO:teuthology.orchestra.run.vm01.stdout:osd dev bdev_debug_aio true 2026-03-31T20:23:01.501 INFO:teuthology.orchestra.run.vm01.stdout:osd advanced debug_ms 1/1 2026-03-31T20:23:01.501 INFO:teuthology.orchestra.run.vm01.stdout:osd advanced debug_osd 20/20 2026-03-31T20:23:01.501 INFO:teuthology.orchestra.run.vm01.stdout:osd dev osd_debug_misdirected_ops true 2026-03-31T20:23:01.501 INFO:teuthology.orchestra.run.vm01.stdout:osd dev osd_debug_op_order true 2026-03-31T20:23:01.501 INFO:teuthology.orchestra.run.vm01.stdout:osd dev osd_debug_pg_log_writeout true 2026-03-31T20:23:01.501 INFO:teuthology.orchestra.run.vm01.stdout:osd dev osd_debug_shutdown true 2026-03-31T20:23:01.501 INFO:teuthology.orchestra.run.vm01.stdout:osd dev osd_debug_verify_cached_snaps true 2026-03-31T20:23:01.502 INFO:teuthology.orchestra.run.vm01.stdout:osd dev osd_debug_verify_missing_on_start true 2026-03-31T20:23:01.502 INFO:teuthology.orchestra.run.vm01.stdout:osd dev osd_debug_verify_stray_on_activate true 2026-03-31T20:23:01.502 INFO:teuthology.orchestra.run.vm01.stdout:osd advanced osd_deep_scrub_update_digest_min_age 30 2026-03-31T20:23:01.502 INFO:teuthology.orchestra.run.vm01.stdout:osd basic osd_mclock_iops_capacity_threshold_hdd 49000.000000 2026-03-31T20:23:01.502 INFO:teuthology.orchestra.run.vm01.stdout:osd advanced osd_mclock_profile high_recovery_ops 2026-03-31T20:23:01.502 INFO:teuthology.orchestra.run.vm01.stdout:osd dev osd_mclock_skip_benchmark true 2026-03-31T20:23:01.502 INFO:teuthology.orchestra.run.vm01.stdout:osd advanced osd_memory_target_autotune true 2026-03-31T20:23:01.502 INFO:teuthology.orchestra.run.vm01.stdout:osd advanced osd_op_queue debug_random * 2026-03-31T20:23:01.502 INFO:teuthology.orchestra.run.vm01.stdout:osd advanced osd_op_queue_cut_off debug_random * 2026-03-31T20:23:01.502 INFO:teuthology.orchestra.run.vm01.stdout:osd advanced osd_recover_clone_overlap true 2026-03-31T20:23:01.502 INFO:teuthology.orchestra.run.vm01.stdout:osd advanced osd_recovery_max_chunk 1048576 2026-03-31T20:23:01.502 INFO:teuthology.orchestra.run.vm01.stdout:osd advanced osd_scrub_load_threshold 5.000000 2026-03-31T20:23:01.502 INFO:teuthology.orchestra.run.vm01.stdout:osd advanced osd_scrub_max_interval 600.000000 2026-03-31T20:23:01.502 INFO:teuthology.orchestra.run.vm01.stdout:osd advanced osd_shutdown_pgref_assert true 2026-03-31T20:23:01.502 INFO:teuthology.orchestra.run.vm01.stdout:client.rgw advanced rgw_cache_enabled true 2026-03-31T20:23:01.502 INFO:teuthology.orchestra.run.vm01.stdout:client.rgw advanced rgw_enable_ops_log true 2026-03-31T20:23:01.502 INFO:teuthology.orchestra.run.vm01.stdout:client.rgw advanced rgw_enable_usage_log true 2026-03-31T20:23:01.551 INFO:tasks.cephadm:Deploying OSDs... 2026-03-31T20:23:01.551 DEBUG:teuthology.orchestra.run.vm01:> set -ex 2026-03-31T20:23:01.551 DEBUG:teuthology.orchestra.run.vm01:> dd if=/scratch_devs of=/dev/stdout 2026-03-31T20:23:01.554 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-03-31T20:23:01.554 DEBUG:teuthology.orchestra.run.vm01:> stat /dev/vg_nvme/lv_1 2026-03-31T20:23:01.597 INFO:teuthology.orchestra.run.vm01.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2026-03-31T20:23:01.597 INFO:teuthology.orchestra.run.vm01.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2026-03-31T20:23:01.597 INFO:teuthology.orchestra.run.vm01.stdout:Device: 5h/5d Inode: 782 Links: 1 2026-03-31T20:23:01.597 INFO:teuthology.orchestra.run.vm01.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2026-03-31T20:23:01.597 INFO:teuthology.orchestra.run.vm01.stdout:Access: 2026-03-31 20:19:58.960207000 +0000 2026-03-31T20:23:01.597 INFO:teuthology.orchestra.run.vm01.stdout:Modify: 2026-03-31 20:19:58.840207000 +0000 2026-03-31T20:23:01.597 INFO:teuthology.orchestra.run.vm01.stdout:Change: 2026-03-31 20:19:58.840207000 +0000 2026-03-31T20:23:01.597 INFO:teuthology.orchestra.run.vm01.stdout: Birth: - 2026-03-31T20:23:01.597 DEBUG:teuthology.orchestra.run.vm01:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2026-03-31T20:23:01.630 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:23:01 vm05 systemd[1]: /etc/systemd/system/ceph-2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37@.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-03-31T20:23:01.630 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:23:01 vm05 systemd[1]: /etc/systemd/system/ceph-2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37@.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-03-31T20:23:01.630 INFO:journalctl@ceph.mgr.b.vm05.stdout:Mar 31 20:23:01 vm05 systemd[1]: Started Ceph mgr.b for 2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37. 2026-03-31T20:23:01.645 INFO:teuthology.orchestra.run.vm01.stderr:1+0 records in 2026-03-31T20:23:01.645 INFO:teuthology.orchestra.run.vm01.stderr:1+0 records out 2026-03-31T20:23:01.645 INFO:teuthology.orchestra.run.vm01.stderr:512 bytes copied, 0.000138769 s, 3.7 MB/s 2026-03-31T20:23:01.646 DEBUG:teuthology.orchestra.run.vm01:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2026-03-31T20:23:01.695 DEBUG:teuthology.orchestra.run.vm01:> stat /dev/vg_nvme/lv_2 2026-03-31T20:23:01.742 INFO:teuthology.orchestra.run.vm01.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2026-03-31T20:23:01.742 INFO:teuthology.orchestra.run.vm01.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2026-03-31T20:23:01.742 INFO:teuthology.orchestra.run.vm01.stdout:Device: 5h/5d Inode: 812 Links: 1 2026-03-31T20:23:01.742 INFO:teuthology.orchestra.run.vm01.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2026-03-31T20:23:01.742 INFO:teuthology.orchestra.run.vm01.stdout:Access: 2026-03-31 20:19:59.224207000 +0000 2026-03-31T20:23:01.742 INFO:teuthology.orchestra.run.vm01.stdout:Modify: 2026-03-31 20:19:59.116207000 +0000 2026-03-31T20:23:01.742 INFO:teuthology.orchestra.run.vm01.stdout:Change: 2026-03-31 20:19:59.116207000 +0000 2026-03-31T20:23:01.742 INFO:teuthology.orchestra.run.vm01.stdout: Birth: - 2026-03-31T20:23:01.742 DEBUG:teuthology.orchestra.run.vm01:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2026-03-31T20:23:01.789 INFO:teuthology.orchestra.run.vm01.stderr:1+0 records in 2026-03-31T20:23:01.790 INFO:teuthology.orchestra.run.vm01.stderr:1+0 records out 2026-03-31T20:23:01.790 INFO:teuthology.orchestra.run.vm01.stderr:512 bytes copied, 0.000151554 s, 3.4 MB/s 2026-03-31T20:23:01.790 DEBUG:teuthology.orchestra.run.vm01:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2026-03-31T20:23:01.839 DEBUG:teuthology.orchestra.run.vm01:> stat /dev/vg_nvme/lv_3 2026-03-31T20:23:01.885 INFO:teuthology.orchestra.run.vm01.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2026-03-31T20:23:01.885 INFO:teuthology.orchestra.run.vm01.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2026-03-31T20:23:01.885 INFO:teuthology.orchestra.run.vm01.stdout:Device: 5h/5d Inode: 847 Links: 1 2026-03-31T20:23:01.885 INFO:teuthology.orchestra.run.vm01.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2026-03-31T20:23:01.885 INFO:teuthology.orchestra.run.vm01.stdout:Access: 2026-03-31 20:19:59.508207000 +0000 2026-03-31T20:23:01.885 INFO:teuthology.orchestra.run.vm01.stdout:Modify: 2026-03-31 20:19:59.388207000 +0000 2026-03-31T20:23:01.885 INFO:teuthology.orchestra.run.vm01.stdout:Change: 2026-03-31 20:19:59.388207000 +0000 2026-03-31T20:23:01.885 INFO:teuthology.orchestra.run.vm01.stdout: Birth: - 2026-03-31T20:23:01.885 DEBUG:teuthology.orchestra.run.vm01:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2026-03-31T20:23:01.893 INFO:journalctl@ceph.mgr.b.vm05.stdout:Mar 31 20:23:01 vm05 bash[23310]: debug 2026-03-31T20:23:01.686+0000 7f67c809a640 1 -- 192.168.123.105:0/2404191083 <== mon.0 v2:192.168.123.101:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) ==== 194+0+0 (secure 0 0 0) 0x5557fe8a0000 con 0x5557fe8a3800 2026-03-31T20:23:01.934 INFO:teuthology.orchestra.run.vm01.stderr:1+0 records in 2026-03-31T20:23:01.934 INFO:teuthology.orchestra.run.vm01.stderr:1+0 records out 2026-03-31T20:23:01.934 INFO:teuthology.orchestra.run.vm01.stderr:512 bytes copied, 0.000122148 s, 4.2 MB/s 2026-03-31T20:23:01.934 DEBUG:teuthology.orchestra.run.vm01:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2026-03-31T20:23:01.983 DEBUG:teuthology.orchestra.run.vm01:> stat /dev/vg_nvme/lv_4 2026-03-31T20:23:02.029 INFO:teuthology.orchestra.run.vm01.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2026-03-31T20:23:02.029 INFO:teuthology.orchestra.run.vm01.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2026-03-31T20:23:02.029 INFO:teuthology.orchestra.run.vm01.stdout:Device: 5h/5d Inode: 876 Links: 1 2026-03-31T20:23:02.029 INFO:teuthology.orchestra.run.vm01.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2026-03-31T20:23:02.029 INFO:teuthology.orchestra.run.vm01.stdout:Access: 2026-03-31 20:20:03.128207000 +0000 2026-03-31T20:23:02.029 INFO:teuthology.orchestra.run.vm01.stdout:Modify: 2026-03-31 20:19:59.652207000 +0000 2026-03-31T20:23:02.029 INFO:teuthology.orchestra.run.vm01.stdout:Change: 2026-03-31 20:19:59.652207000 +0000 2026-03-31T20:23:02.029 INFO:teuthology.orchestra.run.vm01.stdout: Birth: - 2026-03-31T20:23:02.029 DEBUG:teuthology.orchestra.run.vm01:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2026-03-31T20:23:02.077 INFO:teuthology.orchestra.run.vm01.stderr:1+0 records in 2026-03-31T20:23:02.077 INFO:teuthology.orchestra.run.vm01.stderr:1+0 records out 2026-03-31T20:23:02.077 INFO:teuthology.orchestra.run.vm01.stderr:512 bytes copied, 0.000198 s, 2.6 MB/s 2026-03-31T20:23:02.078 DEBUG:teuthology.orchestra.run.vm01:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2026-03-31T20:23:02.122 DEBUG:teuthology.orchestra.run.vm05:> set -ex 2026-03-31T20:23:02.122 DEBUG:teuthology.orchestra.run.vm05:> dd if=/scratch_devs of=/dev/stdout 2026-03-31T20:23:02.125 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-03-31T20:23:02.125 DEBUG:teuthology.orchestra.run.vm05:> stat /dev/vg_nvme/lv_1 2026-03-31T20:23:02.169 INFO:teuthology.orchestra.run.vm05.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2026-03-31T20:23:02.169 INFO:teuthology.orchestra.run.vm05.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2026-03-31T20:23:02.169 INFO:teuthology.orchestra.run.vm05.stdout:Device: 5h/5d Inode: 770 Links: 1 2026-03-31T20:23:02.169 INFO:teuthology.orchestra.run.vm05.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2026-03-31T20:23:02.169 INFO:teuthology.orchestra.run.vm05.stdout:Access: 2026-03-31 20:19:32.856247922 +0000 2026-03-31T20:23:02.169 INFO:teuthology.orchestra.run.vm05.stdout:Modify: 2026-03-31 20:19:32.724247922 +0000 2026-03-31T20:23:02.169 INFO:teuthology.orchestra.run.vm05.stdout:Change: 2026-03-31 20:19:32.724247922 +0000 2026-03-31T20:23:02.169 INFO:teuthology.orchestra.run.vm05.stdout: Birth: - 2026-03-31T20:23:02.169 DEBUG:teuthology.orchestra.run.vm05:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2026-03-31T20:23:02.190 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:23:02 vm01 bash[20507]: audit 2026-03-31T20:23:00.846330+0000 mgr.a (mgr.14152) 53 : audit [DBG] from='client.14214 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;vm01=a;vm05=b", "target": ["mon-mgr", ""]}]: dispatch 2026-03-31T20:23:02.190 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:23:02 vm01 bash[20507]: audit 2026-03-31T20:23:00.846330+0000 mgr.a (mgr.14152) 53 : audit [DBG] from='client.14214 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;vm01=a;vm05=b", "target": ["mon-mgr", ""]}]: dispatch 2026-03-31T20:23:02.190 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:23:02 vm01 bash[20507]: cephadm 2026-03-31T20:23:00.847143+0000 mgr.a (mgr.14152) 54 : cephadm [INF] Saving service mgr spec with placement vm01=a;vm05=b;count:2 2026-03-31T20:23:02.190 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:23:02 vm01 bash[20507]: cephadm 2026-03-31T20:23:00.847143+0000 mgr.a (mgr.14152) 54 : cephadm [INF] Saving service mgr spec with placement vm01=a;vm05=b;count:2 2026-03-31T20:23:02.190 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:23:02 vm01 bash[20507]: cephadm 2026-03-31T20:23:00.860310+0000 mgr.a (mgr.14152) 55 : cephadm [INF] Deploying daemon mgr.b on vm05 2026-03-31T20:23:02.190 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:23:02 vm01 bash[20507]: cephadm 2026-03-31T20:23:00.860310+0000 mgr.a (mgr.14152) 55 : cephadm [INF] Deploying daemon mgr.b on vm05 2026-03-31T20:23:02.190 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:23:02 vm01 bash[20507]: cluster 2026-03-31T20:23:01.108982+0000 mgr.a (mgr.14152) 56 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-03-31T20:23:02.190 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:23:02 vm01 bash[20507]: cluster 2026-03-31T20:23:01.108982+0000 mgr.a (mgr.14152) 56 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-03-31T20:23:02.190 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:23:02 vm01 bash[20507]: audit 2026-03-31T20:23:01.498766+0000 mon.a (mon.0) 276 : audit [DBG] from='client.? 192.168.123.101:0/2443597772' entity='client.admin' cmd={"prefix": "config dump"} : dispatch 2026-03-31T20:23:02.190 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:23:02 vm01 bash[20507]: audit 2026-03-31T20:23:01.498766+0000 mon.a (mon.0) 276 : audit [DBG] from='client.? 192.168.123.101:0/2443597772' entity='client.admin' cmd={"prefix": "config dump"} : dispatch 2026-03-31T20:23:02.190 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:23:02 vm01 bash[20507]: audit 2026-03-31T20:23:01.589581+0000 mon.a (mon.0) 277 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-03-31T20:23:02.190 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:23:02 vm01 bash[20507]: audit 2026-03-31T20:23:01.589581+0000 mon.a (mon.0) 277 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-03-31T20:23:02.190 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:23:02 vm01 bash[20507]: audit 2026-03-31T20:23:01.612180+0000 mon.a (mon.0) 278 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:23:02.190 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:23:02 vm01 bash[20507]: audit 2026-03-31T20:23:01.612180+0000 mon.a (mon.0) 278 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:23:02.190 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:23:02 vm01 bash[20507]: audit 2026-03-31T20:23:01.615789+0000 mon.a (mon.0) 279 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:23:02.190 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:23:02 vm01 bash[20507]: audit 2026-03-31T20:23:01.615789+0000 mon.a (mon.0) 279 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:23:02.191 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:23:02 vm01 bash[20507]: audit 2026-03-31T20:23:01.618827+0000 mon.a (mon.0) 280 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:23:02.191 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:23:02 vm01 bash[20507]: audit 2026-03-31T20:23:01.618827+0000 mon.a (mon.0) 280 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:23:02.191 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:23:02 vm01 bash[20507]: audit 2026-03-31T20:23:01.621828+0000 mon.a (mon.0) 281 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:23:02.191 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:23:02 vm01 bash[20507]: audit 2026-03-31T20:23:01.621828+0000 mon.a (mon.0) 281 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:23:02.191 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:23:02 vm01 bash[20507]: audit 2026-03-31T20:23:01.637490+0000 mon.a (mon.0) 282 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-03-31T20:23:02.191 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:23:02 vm01 bash[20507]: audit 2026-03-31T20:23:01.637490+0000 mon.a (mon.0) 282 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-03-31T20:23:02.216 INFO:teuthology.orchestra.run.vm05.stderr:1+0 records in 2026-03-31T20:23:02.216 INFO:teuthology.orchestra.run.vm05.stderr:1+0 records out 2026-03-31T20:23:02.216 INFO:teuthology.orchestra.run.vm05.stderr:512 bytes copied, 0.000211827 s, 2.4 MB/s 2026-03-31T20:23:02.217 DEBUG:teuthology.orchestra.run.vm05:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2026-03-31T20:23:02.266 DEBUG:teuthology.orchestra.run.vm05:> stat /dev/vg_nvme/lv_2 2026-03-31T20:23:02.313 INFO:teuthology.orchestra.run.vm05.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2026-03-31T20:23:02.313 INFO:teuthology.orchestra.run.vm05.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2026-03-31T20:23:02.313 INFO:teuthology.orchestra.run.vm05.stdout:Device: 5h/5d Inode: 805 Links: 1 2026-03-31T20:23:02.313 INFO:teuthology.orchestra.run.vm05.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2026-03-31T20:23:02.313 INFO:teuthology.orchestra.run.vm05.stdout:Access: 2026-03-31 20:19:33.012247922 +0000 2026-03-31T20:23:02.313 INFO:teuthology.orchestra.run.vm05.stdout:Modify: 2026-03-31 20:19:33.008247922 +0000 2026-03-31T20:23:02.313 INFO:teuthology.orchestra.run.vm05.stdout:Change: 2026-03-31 20:19:33.008247922 +0000 2026-03-31T20:23:02.313 INFO:teuthology.orchestra.run.vm05.stdout: Birth: - 2026-03-31T20:23:02.313 DEBUG:teuthology.orchestra.run.vm05:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2026-03-31T20:23:02.359 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:23:02 vm05 bash[22868]: audit 2026-03-31T20:23:00.846330+0000 mgr.a (mgr.14152) 53 : audit [DBG] from='client.14214 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;vm01=a;vm05=b", "target": ["mon-mgr", ""]}]: dispatch 2026-03-31T20:23:02.359 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:23:02 vm05 bash[22868]: audit 2026-03-31T20:23:00.846330+0000 mgr.a (mgr.14152) 53 : audit [DBG] from='client.14214 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;vm01=a;vm05=b", "target": ["mon-mgr", ""]}]: dispatch 2026-03-31T20:23:02.359 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:23:02 vm05 bash[22868]: cephadm 2026-03-31T20:23:00.847143+0000 mgr.a (mgr.14152) 54 : cephadm [INF] Saving service mgr spec with placement vm01=a;vm05=b;count:2 2026-03-31T20:23:02.359 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:23:02 vm05 bash[22868]: cephadm 2026-03-31T20:23:00.847143+0000 mgr.a (mgr.14152) 54 : cephadm [INF] Saving service mgr spec with placement vm01=a;vm05=b;count:2 2026-03-31T20:23:02.359 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:23:02 vm05 bash[22868]: cephadm 2026-03-31T20:23:00.860310+0000 mgr.a (mgr.14152) 55 : cephadm [INF] Deploying daemon mgr.b on vm05 2026-03-31T20:23:02.359 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:23:02 vm05 bash[22868]: cephadm 2026-03-31T20:23:00.860310+0000 mgr.a (mgr.14152) 55 : cephadm [INF] Deploying daemon mgr.b on vm05 2026-03-31T20:23:02.359 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:23:02 vm05 bash[22868]: cluster 2026-03-31T20:23:01.108982+0000 mgr.a (mgr.14152) 56 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-03-31T20:23:02.359 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:23:02 vm05 bash[22868]: cluster 2026-03-31T20:23:01.108982+0000 mgr.a (mgr.14152) 56 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-03-31T20:23:02.359 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:23:02 vm05 bash[22868]: audit 2026-03-31T20:23:01.498766+0000 mon.a (mon.0) 276 : audit [DBG] from='client.? 192.168.123.101:0/2443597772' entity='client.admin' cmd={"prefix": "config dump"} : dispatch 2026-03-31T20:23:02.359 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:23:02 vm05 bash[22868]: audit 2026-03-31T20:23:01.498766+0000 mon.a (mon.0) 276 : audit [DBG] from='client.? 192.168.123.101:0/2443597772' entity='client.admin' cmd={"prefix": "config dump"} : dispatch 2026-03-31T20:23:02.359 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:23:02 vm05 bash[22868]: audit 2026-03-31T20:23:01.589581+0000 mon.a (mon.0) 277 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-03-31T20:23:02.359 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:23:02 vm05 bash[22868]: audit 2026-03-31T20:23:01.589581+0000 mon.a (mon.0) 277 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-03-31T20:23:02.359 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:23:02 vm05 bash[22868]: audit 2026-03-31T20:23:01.612180+0000 mon.a (mon.0) 278 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:23:02.359 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:23:02 vm05 bash[22868]: audit 2026-03-31T20:23:01.612180+0000 mon.a (mon.0) 278 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:23:02.359 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:23:02 vm05 bash[22868]: audit 2026-03-31T20:23:01.615789+0000 mon.a (mon.0) 279 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:23:02.359 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:23:02 vm05 bash[22868]: audit 2026-03-31T20:23:01.615789+0000 mon.a (mon.0) 279 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:23:02.359 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:23:02 vm05 bash[22868]: audit 2026-03-31T20:23:01.618827+0000 mon.a (mon.0) 280 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:23:02.359 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:23:02 vm05 bash[22868]: audit 2026-03-31T20:23:01.618827+0000 mon.a (mon.0) 280 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:23:02.359 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:23:02 vm05 bash[22868]: audit 2026-03-31T20:23:01.621828+0000 mon.a (mon.0) 281 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:23:02.359 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:23:02 vm05 bash[22868]: audit 2026-03-31T20:23:01.621828+0000 mon.a (mon.0) 281 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:23:02.359 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:23:02 vm05 bash[22868]: audit 2026-03-31T20:23:01.637490+0000 mon.a (mon.0) 282 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-03-31T20:23:02.359 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:23:02 vm05 bash[22868]: audit 2026-03-31T20:23:01.637490+0000 mon.a (mon.0) 282 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-03-31T20:23:02.360 INFO:teuthology.orchestra.run.vm05.stderr:1+0 records in 2026-03-31T20:23:02.360 INFO:teuthology.orchestra.run.vm05.stderr:1+0 records out 2026-03-31T20:23:02.360 INFO:teuthology.orchestra.run.vm05.stderr:512 bytes copied, 0.000165048 s, 3.1 MB/s 2026-03-31T20:23:02.361 DEBUG:teuthology.orchestra.run.vm05:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2026-03-31T20:23:02.405 DEBUG:teuthology.orchestra.run.vm05:> stat /dev/vg_nvme/lv_3 2026-03-31T20:23:02.449 INFO:teuthology.orchestra.run.vm05.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2026-03-31T20:23:02.449 INFO:teuthology.orchestra.run.vm05.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2026-03-31T20:23:02.449 INFO:teuthology.orchestra.run.vm05.stdout:Device: 5h/5d Inode: 832 Links: 1 2026-03-31T20:23:02.449 INFO:teuthology.orchestra.run.vm05.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2026-03-31T20:23:02.449 INFO:teuthology.orchestra.run.vm05.stdout:Access: 2026-03-31 20:19:33.284247922 +0000 2026-03-31T20:23:02.449 INFO:teuthology.orchestra.run.vm05.stdout:Modify: 2026-03-31 20:19:33.280247922 +0000 2026-03-31T20:23:02.449 INFO:teuthology.orchestra.run.vm05.stdout:Change: 2026-03-31 20:19:33.280247922 +0000 2026-03-31T20:23:02.449 INFO:teuthology.orchestra.run.vm05.stdout: Birth: - 2026-03-31T20:23:02.449 DEBUG:teuthology.orchestra.run.vm05:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2026-03-31T20:23:02.472 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:23:02 vm06 bash[23229]: audit 2026-03-31T20:23:00.846330+0000 mgr.a (mgr.14152) 53 : audit [DBG] from='client.14214 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;vm01=a;vm05=b", "target": ["mon-mgr", ""]}]: dispatch 2026-03-31T20:23:02.472 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:23:02 vm06 bash[23229]: audit 2026-03-31T20:23:00.846330+0000 mgr.a (mgr.14152) 53 : audit [DBG] from='client.14214 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;vm01=a;vm05=b", "target": ["mon-mgr", ""]}]: dispatch 2026-03-31T20:23:02.472 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:23:02 vm06 bash[23229]: cephadm 2026-03-31T20:23:00.847143+0000 mgr.a (mgr.14152) 54 : cephadm [INF] Saving service mgr spec with placement vm01=a;vm05=b;count:2 2026-03-31T20:23:02.472 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:23:02 vm06 bash[23229]: cephadm 2026-03-31T20:23:00.847143+0000 mgr.a (mgr.14152) 54 : cephadm [INF] Saving service mgr spec with placement vm01=a;vm05=b;count:2 2026-03-31T20:23:02.472 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:23:02 vm06 bash[23229]: cephadm 2026-03-31T20:23:00.860310+0000 mgr.a (mgr.14152) 55 : cephadm [INF] Deploying daemon mgr.b on vm05 2026-03-31T20:23:02.472 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:23:02 vm06 bash[23229]: cephadm 2026-03-31T20:23:00.860310+0000 mgr.a (mgr.14152) 55 : cephadm [INF] Deploying daemon mgr.b on vm05 2026-03-31T20:23:02.472 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:23:02 vm06 bash[23229]: cluster 2026-03-31T20:23:01.108982+0000 mgr.a (mgr.14152) 56 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-03-31T20:23:02.472 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:23:02 vm06 bash[23229]: cluster 2026-03-31T20:23:01.108982+0000 mgr.a (mgr.14152) 56 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-03-31T20:23:02.472 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:23:02 vm06 bash[23229]: audit 2026-03-31T20:23:01.498766+0000 mon.a (mon.0) 276 : audit [DBG] from='client.? 192.168.123.101:0/2443597772' entity='client.admin' cmd={"prefix": "config dump"} : dispatch 2026-03-31T20:23:02.472 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:23:02 vm06 bash[23229]: audit 2026-03-31T20:23:01.498766+0000 mon.a (mon.0) 276 : audit [DBG] from='client.? 192.168.123.101:0/2443597772' entity='client.admin' cmd={"prefix": "config dump"} : dispatch 2026-03-31T20:23:02.472 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:23:02 vm06 bash[23229]: audit 2026-03-31T20:23:01.589581+0000 mon.a (mon.0) 277 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-03-31T20:23:02.473 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:23:02 vm06 bash[23229]: audit 2026-03-31T20:23:01.589581+0000 mon.a (mon.0) 277 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-03-31T20:23:02.473 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:23:02 vm06 bash[23229]: audit 2026-03-31T20:23:01.612180+0000 mon.a (mon.0) 278 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:23:02.473 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:23:02 vm06 bash[23229]: audit 2026-03-31T20:23:01.612180+0000 mon.a (mon.0) 278 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:23:02.473 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:23:02 vm06 bash[23229]: audit 2026-03-31T20:23:01.615789+0000 mon.a (mon.0) 279 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:23:02.473 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:23:02 vm06 bash[23229]: audit 2026-03-31T20:23:01.615789+0000 mon.a (mon.0) 279 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:23:02.473 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:23:02 vm06 bash[23229]: audit 2026-03-31T20:23:01.618827+0000 mon.a (mon.0) 280 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:23:02.473 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:23:02 vm06 bash[23229]: audit 2026-03-31T20:23:01.618827+0000 mon.a (mon.0) 280 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:23:02.473 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:23:02 vm06 bash[23229]: audit 2026-03-31T20:23:01.621828+0000 mon.a (mon.0) 281 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:23:02.473 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:23:02 vm06 bash[23229]: audit 2026-03-31T20:23:01.621828+0000 mon.a (mon.0) 281 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:23:02.473 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:23:02 vm06 bash[23229]: audit 2026-03-31T20:23:01.637490+0000 mon.a (mon.0) 282 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-03-31T20:23:02.473 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:23:02 vm06 bash[23229]: audit 2026-03-31T20:23:01.637490+0000 mon.a (mon.0) 282 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-03-31T20:23:02.497 INFO:teuthology.orchestra.run.vm05.stderr:1+0 records in 2026-03-31T20:23:02.497 INFO:teuthology.orchestra.run.vm05.stderr:1+0 records out 2026-03-31T20:23:02.497 INFO:teuthology.orchestra.run.vm05.stderr:512 bytes copied, 0.000174006 s, 2.9 MB/s 2026-03-31T20:23:02.497 DEBUG:teuthology.orchestra.run.vm05:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2026-03-31T20:23:02.541 DEBUG:teuthology.orchestra.run.vm05:> stat /dev/vg_nvme/lv_4 2026-03-31T20:23:02.585 INFO:teuthology.orchestra.run.vm05.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2026-03-31T20:23:02.585 INFO:teuthology.orchestra.run.vm05.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2026-03-31T20:23:02.585 INFO:teuthology.orchestra.run.vm05.stdout:Device: 5h/5d Inode: 866 Links: 1 2026-03-31T20:23:02.585 INFO:teuthology.orchestra.run.vm05.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2026-03-31T20:23:02.585 INFO:teuthology.orchestra.run.vm05.stdout:Access: 2026-03-31 20:20:03.160247922 +0000 2026-03-31T20:23:02.585 INFO:teuthology.orchestra.run.vm05.stdout:Modify: 2026-03-31 20:19:33.584247922 +0000 2026-03-31T20:23:02.585 INFO:teuthology.orchestra.run.vm05.stdout:Change: 2026-03-31 20:19:33.584247922 +0000 2026-03-31T20:23:02.585 INFO:teuthology.orchestra.run.vm05.stdout: Birth: - 2026-03-31T20:23:02.585 DEBUG:teuthology.orchestra.run.vm05:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2026-03-31T20:23:02.632 INFO:teuthology.orchestra.run.vm05.stderr:1+0 records in 2026-03-31T20:23:02.633 INFO:teuthology.orchestra.run.vm05.stderr:1+0 records out 2026-03-31T20:23:02.633 INFO:teuthology.orchestra.run.vm05.stderr:512 bytes copied, 0.000179676 s, 2.8 MB/s 2026-03-31T20:23:02.633 DEBUG:teuthology.orchestra.run.vm05:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2026-03-31T20:23:02.677 DEBUG:teuthology.orchestra.run.vm06:> set -ex 2026-03-31T20:23:02.677 DEBUG:teuthology.orchestra.run.vm06:> dd if=/scratch_devs of=/dev/stdout 2026-03-31T20:23:02.681 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-03-31T20:23:02.681 DEBUG:teuthology.orchestra.run.vm06:> stat /dev/vg_nvme/lv_1 2026-03-31T20:23:02.725 INFO:teuthology.orchestra.run.vm06.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2026-03-31T20:23:02.725 INFO:teuthology.orchestra.run.vm06.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2026-03-31T20:23:02.725 INFO:teuthology.orchestra.run.vm06.stdout:Device: 5h/5d Inode: 783 Links: 1 2026-03-31T20:23:02.725 INFO:teuthology.orchestra.run.vm06.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2026-03-31T20:23:02.725 INFO:teuthology.orchestra.run.vm06.stdout:Access: 2026-03-31 20:19:34.559221074 +0000 2026-03-31T20:23:02.725 INFO:teuthology.orchestra.run.vm06.stdout:Modify: 2026-03-31 20:19:34.427221074 +0000 2026-03-31T20:23:02.725 INFO:teuthology.orchestra.run.vm06.stdout:Change: 2026-03-31 20:19:34.427221074 +0000 2026-03-31T20:23:02.725 INFO:teuthology.orchestra.run.vm06.stdout: Birth: - 2026-03-31T20:23:02.725 DEBUG:teuthology.orchestra.run.vm06:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2026-03-31T20:23:02.773 INFO:teuthology.orchestra.run.vm06.stderr:1+0 records in 2026-03-31T20:23:02.773 INFO:teuthology.orchestra.run.vm06.stderr:1+0 records out 2026-03-31T20:23:02.773 INFO:teuthology.orchestra.run.vm06.stderr:512 bytes copied, 0.000182982 s, 2.8 MB/s 2026-03-31T20:23:02.774 DEBUG:teuthology.orchestra.run.vm06:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2026-03-31T20:23:02.818 DEBUG:teuthology.orchestra.run.vm06:> stat /dev/vg_nvme/lv_2 2026-03-31T20:23:02.865 INFO:teuthology.orchestra.run.vm06.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2026-03-31T20:23:02.865 INFO:teuthology.orchestra.run.vm06.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2026-03-31T20:23:02.865 INFO:teuthology.orchestra.run.vm06.stdout:Device: 5h/5d Inode: 821 Links: 1 2026-03-31T20:23:02.866 INFO:teuthology.orchestra.run.vm06.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2026-03-31T20:23:02.866 INFO:teuthology.orchestra.run.vm06.stdout:Access: 2026-03-31 20:19:34.847221074 +0000 2026-03-31T20:23:02.866 INFO:teuthology.orchestra.run.vm06.stdout:Modify: 2026-03-31 20:19:34.715221074 +0000 2026-03-31T20:23:02.866 INFO:teuthology.orchestra.run.vm06.stdout:Change: 2026-03-31 20:19:34.715221074 +0000 2026-03-31T20:23:02.866 INFO:teuthology.orchestra.run.vm06.stdout: Birth: - 2026-03-31T20:23:02.866 DEBUG:teuthology.orchestra.run.vm06:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2026-03-31T20:23:02.913 INFO:teuthology.orchestra.run.vm06.stderr:1+0 records in 2026-03-31T20:23:02.913 INFO:teuthology.orchestra.run.vm06.stderr:1+0 records out 2026-03-31T20:23:02.913 INFO:teuthology.orchestra.run.vm06.stderr:512 bytes copied, 0.000195716 s, 2.6 MB/s 2026-03-31T20:23:02.914 DEBUG:teuthology.orchestra.run.vm06:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2026-03-31T20:23:02.958 DEBUG:teuthology.orchestra.run.vm06:> stat /dev/vg_nvme/lv_3 2026-03-31T20:23:03.001 INFO:teuthology.orchestra.run.vm06.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2026-03-31T20:23:03.001 INFO:teuthology.orchestra.run.vm06.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2026-03-31T20:23:03.001 INFO:teuthology.orchestra.run.vm06.stdout:Device: 5h/5d Inode: 855 Links: 1 2026-03-31T20:23:03.002 INFO:teuthology.orchestra.run.vm06.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2026-03-31T20:23:03.002 INFO:teuthology.orchestra.run.vm06.stdout:Access: 2026-03-31 20:19:35.123221074 +0000 2026-03-31T20:23:03.002 INFO:teuthology.orchestra.run.vm06.stdout:Modify: 2026-03-31 20:19:34.995221074 +0000 2026-03-31T20:23:03.002 INFO:teuthology.orchestra.run.vm06.stdout:Change: 2026-03-31 20:19:34.995221074 +0000 2026-03-31T20:23:03.002 INFO:teuthology.orchestra.run.vm06.stdout: Birth: - 2026-03-31T20:23:03.002 DEBUG:teuthology.orchestra.run.vm06:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2026-03-31T20:23:03.049 INFO:teuthology.orchestra.run.vm06.stderr:1+0 records in 2026-03-31T20:23:03.049 INFO:teuthology.orchestra.run.vm06.stderr:1+0 records out 2026-03-31T20:23:03.049 INFO:teuthology.orchestra.run.vm06.stderr:512 bytes copied, 0.000184054 s, 2.8 MB/s 2026-03-31T20:23:03.049 DEBUG:teuthology.orchestra.run.vm06:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2026-03-31T20:23:03.088 INFO:journalctl@ceph.mgr.a.vm01.stdout:Mar 31 20:23:02 vm01 bash[20789]: debug 2026-03-31T20:23:02.587+0000 7feb3a6d2640 -1 mgr.server handle_report got status from non-daemon mon.b 2026-03-31T20:23:03.094 DEBUG:teuthology.orchestra.run.vm06:> stat /dev/vg_nvme/lv_4 2026-03-31T20:23:03.137 INFO:teuthology.orchestra.run.vm06.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2026-03-31T20:23:03.137 INFO:teuthology.orchestra.run.vm06.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2026-03-31T20:23:03.138 INFO:teuthology.orchestra.run.vm06.stdout:Device: 5h/5d Inode: 877 Links: 1 2026-03-31T20:23:03.138 INFO:teuthology.orchestra.run.vm06.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2026-03-31T20:23:03.138 INFO:teuthology.orchestra.run.vm06.stdout:Access: 2026-03-31 20:20:03.175221074 +0000 2026-03-31T20:23:03.138 INFO:teuthology.orchestra.run.vm06.stdout:Modify: 2026-03-31 20:19:35.271221074 +0000 2026-03-31T20:23:03.138 INFO:teuthology.orchestra.run.vm06.stdout:Change: 2026-03-31 20:19:35.271221074 +0000 2026-03-31T20:23:03.138 INFO:teuthology.orchestra.run.vm06.stdout: Birth: - 2026-03-31T20:23:03.138 DEBUG:teuthology.orchestra.run.vm06:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2026-03-31T20:23:03.143 INFO:journalctl@ceph.mgr.b.vm05.stdout:Mar 31 20:23:02 vm05 bash[23310]: /lib64/python3.9/site-packages/scipy/__init__.py:73: UserWarning: NumPy was imported from a Python sub-interpreter but NumPy does not properly support sub-interpreters. This will likely work for most users but might cause hard to track down issues or subtle bugs. A common user of the rare sub-interpreter feature is wsgi which also allows single-interpreter mode. 2026-03-31T20:23:03.143 INFO:journalctl@ceph.mgr.b.vm05.stdout:Mar 31 20:23:02 vm05 bash[23310]: Improvements in the case of bugs are welcome, but is not on the NumPy roadmap, and full support may require significant effort to achieve. 2026-03-31T20:23:03.143 INFO:journalctl@ceph.mgr.b.vm05.stdout:Mar 31 20:23:02 vm05 bash[23310]: from numpy import show_config as show_numpy_config 2026-03-31T20:23:03.189 INFO:teuthology.orchestra.run.vm06.stderr:1+0 records in 2026-03-31T20:23:03.189 INFO:teuthology.orchestra.run.vm06.stderr:1+0 records out 2026-03-31T20:23:03.189 INFO:teuthology.orchestra.run.vm06.stderr:512 bytes copied, 0.000137137 s, 3.7 MB/s 2026-03-31T20:23:03.190 DEBUG:teuthology.orchestra.run.vm06:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2026-03-31T20:23:03.234 INFO:tasks.cephadm:Deploying osd.0 on vm01 with /dev/vg_nvme/lv_4... 2026-03-31T20:23:03.234 DEBUG:teuthology.orchestra.run.vm01:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:5bb3278730741031382ca9c3dc9d221a942e06a2 ceph-volume -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37 -- lvm zap /dev/vg_nvme/lv_4 2026-03-31T20:23:03.476 INFO:teuthology.orchestra.run.vm01.stderr:Inferring config /var/lib/ceph/2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37/mon.a/config 2026-03-31T20:23:04.002 INFO:teuthology.orchestra.run.vm01.stdout: 2026-03-31T20:23:04.017 DEBUG:teuthology.orchestra.run.vm01:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:5bb3278730741031382ca9c3dc9d221a942e06a2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37 -- ceph orch daemon add osd vm01:vg_nvme/lv_4 --skip-validation 2026-03-31T20:23:04.255 INFO:teuthology.orchestra.run.vm01.stderr:Inferring config /var/lib/ceph/2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37/mon.a/config 2026-03-31T20:23:04.293 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:23:04 vm01 bash[20507]: cluster 2026-03-31T20:23:03.109159+0000 mgr.a (mgr.14152) 57 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-03-31T20:23:04.293 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:23:04 vm01 bash[20507]: cluster 2026-03-31T20:23:03.109159+0000 mgr.a (mgr.14152) 57 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-03-31T20:23:04.293 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:23:04 vm01 bash[20507]: audit 2026-03-31T20:23:03.320215+0000 mon.a (mon.0) 283 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:23:04.293 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:23:04 vm01 bash[20507]: audit 2026-03-31T20:23:03.320215+0000 mon.a (mon.0) 283 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:23:04.472 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:23:04 vm06 bash[23229]: cluster 2026-03-31T20:23:03.109159+0000 mgr.a (mgr.14152) 57 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-03-31T20:23:04.472 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:23:04 vm06 bash[23229]: cluster 2026-03-31T20:23:03.109159+0000 mgr.a (mgr.14152) 57 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-03-31T20:23:04.472 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:23:04 vm06 bash[23229]: audit 2026-03-31T20:23:03.320215+0000 mon.a (mon.0) 283 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:23:04.472 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:23:04 vm06 bash[23229]: audit 2026-03-31T20:23:03.320215+0000 mon.a (mon.0) 283 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:23:04.643 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:23:04 vm05 bash[22868]: cluster 2026-03-31T20:23:03.109159+0000 mgr.a (mgr.14152) 57 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-03-31T20:23:04.643 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:23:04 vm05 bash[22868]: cluster 2026-03-31T20:23:03.109159+0000 mgr.a (mgr.14152) 57 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-03-31T20:23:04.643 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:23:04 vm05 bash[22868]: audit 2026-03-31T20:23:03.320215+0000 mon.a (mon.0) 283 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:23:04.643 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:23:04 vm05 bash[22868]: audit 2026-03-31T20:23:03.320215+0000 mon.a (mon.0) 283 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:23:05.838 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:23:05 vm01 bash[20507]: audit 2026-03-31T20:23:04.558312+0000 mgr.a (mgr.14152) 58 : audit [DBG] from='client.14232 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "vm01:vg_nvme/lv_4", "skip_validation": true, "target": ["mon-mgr", ""]}]: dispatch 2026-03-31T20:23:05.838 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:23:05 vm01 bash[20507]: audit 2026-03-31T20:23:04.558312+0000 mgr.a (mgr.14152) 58 : audit [DBG] from='client.14232 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "vm01:vg_nvme/lv_4", "skip_validation": true, "target": ["mon-mgr", ""]}]: dispatch 2026-03-31T20:23:05.839 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:23:05 vm01 bash[20507]: cephadm 2026-03-31T20:23:04.559230+0000 mgr.a (mgr.14152) 59 : cephadm [INF] osd.default does not exist. Creating it now. 2026-03-31T20:23:05.839 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:23:05 vm01 bash[20507]: cephadm 2026-03-31T20:23:04.559230+0000 mgr.a (mgr.14152) 59 : cephadm [INF] osd.default does not exist. Creating it now. 2026-03-31T20:23:05.839 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:23:05 vm01 bash[20507]: cephadm 2026-03-31T20:23:04.559310+0000 mgr.a (mgr.14152) 60 : cephadm [INF] Creating OSDs with service ID: default on vm01:['vg_nvme/lv_4'] 2026-03-31T20:23:05.839 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:23:05 vm01 bash[20507]: cephadm 2026-03-31T20:23:04.559310+0000 mgr.a (mgr.14152) 60 : cephadm [INF] Creating OSDs with service ID: default on vm01:['vg_nvme/lv_4'] 2026-03-31T20:23:05.839 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:23:05 vm01 bash[20507]: audit 2026-03-31T20:23:04.563279+0000 mon.a (mon.0) 284 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:23:05.839 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:23:05 vm01 bash[20507]: audit 2026-03-31T20:23:04.563279+0000 mon.a (mon.0) 284 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:23:05.839 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:23:05 vm01 bash[20507]: cephadm 2026-03-31T20:23:04.563667+0000 mgr.a (mgr.14152) 61 : cephadm [INF] Marking host: vm01 for OSDSpec preview refresh. 2026-03-31T20:23:05.839 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:23:05 vm01 bash[20507]: cephadm 2026-03-31T20:23:04.563667+0000 mgr.a (mgr.14152) 61 : cephadm [INF] Marking host: vm01 for OSDSpec preview refresh. 2026-03-31T20:23:05.839 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:23:05 vm01 bash[20507]: cephadm 2026-03-31T20:23:04.563818+0000 mgr.a (mgr.14152) 62 : cephadm [INF] Saving service osd.default spec with placement vm01 2026-03-31T20:23:05.839 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:23:05 vm01 bash[20507]: cephadm 2026-03-31T20:23:04.563818+0000 mgr.a (mgr.14152) 62 : cephadm [INF] Saving service osd.default spec with placement vm01 2026-03-31T20:23:05.839 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:23:05 vm01 bash[20507]: audit 2026-03-31T20:23:04.566136+0000 mon.a (mon.0) 285 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:23:05.839 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:23:05 vm01 bash[20507]: audit 2026-03-31T20:23:04.566136+0000 mon.a (mon.0) 285 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:23:05.839 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:23:05 vm01 bash[20507]: audit 2026-03-31T20:23:04.566859+0000 mon.a (mon.0) 286 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-03-31T20:23:05.839 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:23:05 vm01 bash[20507]: audit 2026-03-31T20:23:04.566859+0000 mon.a (mon.0) 286 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-03-31T20:23:05.839 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:23:05 vm01 bash[20507]: audit 2026-03-31T20:23:04.567977+0000 mon.a (mon.0) 287 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-03-31T20:23:05.839 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:23:05 vm01 bash[20507]: audit 2026-03-31T20:23:04.567977+0000 mon.a (mon.0) 287 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-03-31T20:23:05.839 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:23:05 vm01 bash[20507]: audit 2026-03-31T20:23:04.568326+0000 mon.a (mon.0) 288 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-03-31T20:23:05.839 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:23:05 vm01 bash[20507]: audit 2026-03-31T20:23:04.568326+0000 mon.a (mon.0) 288 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-03-31T20:23:05.839 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:23:05 vm01 bash[20507]: cluster 2026-03-31T20:23:04.601945+0000 mon.a (mon.0) 289 : cluster [DBG] Standby manager daemon b started 2026-03-31T20:23:05.839 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:23:05 vm01 bash[20507]: cluster 2026-03-31T20:23:04.601945+0000 mon.a (mon.0) 289 : cluster [DBG] Standby manager daemon b started 2026-03-31T20:23:05.839 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:23:05 vm01 bash[20507]: audit 2026-03-31T20:23:04.602684+0000 mon.a (mon.0) 290 : audit [DBG] from='mgr.? 192.168.123.105:0/1656806343' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/b/crt"} : dispatch 2026-03-31T20:23:05.839 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:23:05 vm01 bash[20507]: audit 2026-03-31T20:23:04.602684+0000 mon.a (mon.0) 290 : audit [DBG] from='mgr.? 192.168.123.105:0/1656806343' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/b/crt"} : dispatch 2026-03-31T20:23:05.839 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:23:05 vm01 bash[20507]: audit 2026-03-31T20:23:04.603018+0000 mon.a (mon.0) 291 : audit [DBG] from='mgr.? 192.168.123.105:0/1656806343' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/crt"} : dispatch 2026-03-31T20:23:05.839 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:23:05 vm01 bash[20507]: audit 2026-03-31T20:23:04.603018+0000 mon.a (mon.0) 291 : audit [DBG] from='mgr.? 192.168.123.105:0/1656806343' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/crt"} : dispatch 2026-03-31T20:23:05.839 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:23:05 vm01 bash[20507]: audit 2026-03-31T20:23:04.603550+0000 mon.a (mon.0) 292 : audit [DBG] from='mgr.? 192.168.123.105:0/1656806343' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/b/key"} : dispatch 2026-03-31T20:23:05.839 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:23:05 vm01 bash[20507]: audit 2026-03-31T20:23:04.603550+0000 mon.a (mon.0) 292 : audit [DBG] from='mgr.? 192.168.123.105:0/1656806343' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/b/key"} : dispatch 2026-03-31T20:23:05.839 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:23:05 vm01 bash[20507]: audit 2026-03-31T20:23:04.603760+0000 mon.a (mon.0) 293 : audit [DBG] from='mgr.? 192.168.123.105:0/1656806343' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/key"} : dispatch 2026-03-31T20:23:05.839 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:23:05 vm01 bash[20507]: audit 2026-03-31T20:23:04.603760+0000 mon.a (mon.0) 293 : audit [DBG] from='mgr.? 192.168.123.105:0/1656806343' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/key"} : dispatch 2026-03-31T20:23:05.839 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:23:05 vm01 bash[20507]: cluster 2026-03-31T20:23:05.109321+0000 mgr.a (mgr.14152) 63 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-03-31T20:23:05.839 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:23:05 vm01 bash[20507]: cluster 2026-03-31T20:23:05.109321+0000 mgr.a (mgr.14152) 63 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-03-31T20:23:05.839 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:23:05 vm01 bash[20507]: audit 2026-03-31T20:23:05.347073+0000 mon.a (mon.0) 294 : audit [INF] from='client.? 192.168.123.101:0/2763578701' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "5cb0c12f-7c50-4bf3-a97c-8a2a225ab860"} : dispatch 2026-03-31T20:23:05.839 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:23:05 vm01 bash[20507]: audit 2026-03-31T20:23:05.347073+0000 mon.a (mon.0) 294 : audit [INF] from='client.? 192.168.123.101:0/2763578701' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "5cb0c12f-7c50-4bf3-a97c-8a2a225ab860"} : dispatch 2026-03-31T20:23:05.839 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:23:05 vm01 bash[20507]: audit 2026-03-31T20:23:05.349750+0000 mon.a (mon.0) 295 : audit [INF] from='client.? 192.168.123.101:0/2763578701' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "5cb0c12f-7c50-4bf3-a97c-8a2a225ab860"}]': finished 2026-03-31T20:23:05.839 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:23:05 vm01 bash[20507]: audit 2026-03-31T20:23:05.349750+0000 mon.a (mon.0) 295 : audit [INF] from='client.? 192.168.123.101:0/2763578701' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "5cb0c12f-7c50-4bf3-a97c-8a2a225ab860"}]': finished 2026-03-31T20:23:05.839 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:23:05 vm01 bash[20507]: cluster 2026-03-31T20:23:05.351489+0000 mon.a (mon.0) 296 : cluster [DBG] osdmap e5: 1 total, 0 up, 1 in 2026-03-31T20:23:05.839 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:23:05 vm01 bash[20507]: cluster 2026-03-31T20:23:05.351489+0000 mon.a (mon.0) 296 : cluster [DBG] osdmap e5: 1 total, 0 up, 1 in 2026-03-31T20:23:05.839 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:23:05 vm01 bash[20507]: audit 2026-03-31T20:23:05.351684+0000 mon.a (mon.0) 297 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-03-31T20:23:05.839 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:23:05 vm01 bash[20507]: audit 2026-03-31T20:23:05.351684+0000 mon.a (mon.0) 297 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-03-31T20:23:05.893 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:23:05 vm05 bash[22868]: audit 2026-03-31T20:23:04.558312+0000 mgr.a (mgr.14152) 58 : audit [DBG] from='client.14232 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "vm01:vg_nvme/lv_4", "skip_validation": true, "target": ["mon-mgr", ""]}]: dispatch 2026-03-31T20:23:05.893 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:23:05 vm05 bash[22868]: audit 2026-03-31T20:23:04.558312+0000 mgr.a (mgr.14152) 58 : audit [DBG] from='client.14232 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "vm01:vg_nvme/lv_4", "skip_validation": true, "target": ["mon-mgr", ""]}]: dispatch 2026-03-31T20:23:05.893 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:23:05 vm05 bash[22868]: cephadm 2026-03-31T20:23:04.559230+0000 mgr.a (mgr.14152) 59 : cephadm [INF] osd.default does not exist. Creating it now. 2026-03-31T20:23:05.893 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:23:05 vm05 bash[22868]: cephadm 2026-03-31T20:23:04.559230+0000 mgr.a (mgr.14152) 59 : cephadm [INF] osd.default does not exist. Creating it now. 2026-03-31T20:23:05.893 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:23:05 vm05 bash[22868]: cephadm 2026-03-31T20:23:04.559310+0000 mgr.a (mgr.14152) 60 : cephadm [INF] Creating OSDs with service ID: default on vm01:['vg_nvme/lv_4'] 2026-03-31T20:23:05.893 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:23:05 vm05 bash[22868]: cephadm 2026-03-31T20:23:04.559310+0000 mgr.a (mgr.14152) 60 : cephadm [INF] Creating OSDs with service ID: default on vm01:['vg_nvme/lv_4'] 2026-03-31T20:23:05.893 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:23:05 vm05 bash[22868]: audit 2026-03-31T20:23:04.563279+0000 mon.a (mon.0) 284 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:23:05.893 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:23:05 vm05 bash[22868]: audit 2026-03-31T20:23:04.563279+0000 mon.a (mon.0) 284 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:23:05.893 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:23:05 vm05 bash[22868]: cephadm 2026-03-31T20:23:04.563667+0000 mgr.a (mgr.14152) 61 : cephadm [INF] Marking host: vm01 for OSDSpec preview refresh. 2026-03-31T20:23:05.893 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:23:05 vm05 bash[22868]: cephadm 2026-03-31T20:23:04.563667+0000 mgr.a (mgr.14152) 61 : cephadm [INF] Marking host: vm01 for OSDSpec preview refresh. 2026-03-31T20:23:05.893 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:23:05 vm05 bash[22868]: cephadm 2026-03-31T20:23:04.563818+0000 mgr.a (mgr.14152) 62 : cephadm [INF] Saving service osd.default spec with placement vm01 2026-03-31T20:23:05.893 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:23:05 vm05 bash[22868]: cephadm 2026-03-31T20:23:04.563818+0000 mgr.a (mgr.14152) 62 : cephadm [INF] Saving service osd.default spec with placement vm01 2026-03-31T20:23:05.893 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:23:05 vm05 bash[22868]: audit 2026-03-31T20:23:04.566136+0000 mon.a (mon.0) 285 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:23:05.893 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:23:05 vm05 bash[22868]: audit 2026-03-31T20:23:04.566136+0000 mon.a (mon.0) 285 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:23:05.893 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:23:05 vm05 bash[22868]: audit 2026-03-31T20:23:04.566859+0000 mon.a (mon.0) 286 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-03-31T20:23:05.893 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:23:05 vm05 bash[22868]: audit 2026-03-31T20:23:04.566859+0000 mon.a (mon.0) 286 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-03-31T20:23:05.893 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:23:05 vm05 bash[22868]: audit 2026-03-31T20:23:04.567977+0000 mon.a (mon.0) 287 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-03-31T20:23:05.893 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:23:05 vm05 bash[22868]: audit 2026-03-31T20:23:04.567977+0000 mon.a (mon.0) 287 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-03-31T20:23:05.893 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:23:05 vm05 bash[22868]: audit 2026-03-31T20:23:04.568326+0000 mon.a (mon.0) 288 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-03-31T20:23:05.893 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:23:05 vm05 bash[22868]: audit 2026-03-31T20:23:04.568326+0000 mon.a (mon.0) 288 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-03-31T20:23:05.893 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:23:05 vm05 bash[22868]: cluster 2026-03-31T20:23:04.601945+0000 mon.a (mon.0) 289 : cluster [DBG] Standby manager daemon b started 2026-03-31T20:23:05.893 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:23:05 vm05 bash[22868]: cluster 2026-03-31T20:23:04.601945+0000 mon.a (mon.0) 289 : cluster [DBG] Standby manager daemon b started 2026-03-31T20:23:05.893 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:23:05 vm05 bash[22868]: audit 2026-03-31T20:23:04.602684+0000 mon.a (mon.0) 290 : audit [DBG] from='mgr.? 192.168.123.105:0/1656806343' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/b/crt"} : dispatch 2026-03-31T20:23:05.893 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:23:05 vm05 bash[22868]: audit 2026-03-31T20:23:04.602684+0000 mon.a (mon.0) 290 : audit [DBG] from='mgr.? 192.168.123.105:0/1656806343' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/b/crt"} : dispatch 2026-03-31T20:23:05.893 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:23:05 vm05 bash[22868]: audit 2026-03-31T20:23:04.603018+0000 mon.a (mon.0) 291 : audit [DBG] from='mgr.? 192.168.123.105:0/1656806343' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/crt"} : dispatch 2026-03-31T20:23:05.893 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:23:05 vm05 bash[22868]: audit 2026-03-31T20:23:04.603018+0000 mon.a (mon.0) 291 : audit [DBG] from='mgr.? 192.168.123.105:0/1656806343' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/crt"} : dispatch 2026-03-31T20:23:05.893 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:23:05 vm05 bash[22868]: audit 2026-03-31T20:23:04.603550+0000 mon.a (mon.0) 292 : audit [DBG] from='mgr.? 192.168.123.105:0/1656806343' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/b/key"} : dispatch 2026-03-31T20:23:05.893 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:23:05 vm05 bash[22868]: audit 2026-03-31T20:23:04.603550+0000 mon.a (mon.0) 292 : audit [DBG] from='mgr.? 192.168.123.105:0/1656806343' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/b/key"} : dispatch 2026-03-31T20:23:05.893 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:23:05 vm05 bash[22868]: audit 2026-03-31T20:23:04.603760+0000 mon.a (mon.0) 293 : audit [DBG] from='mgr.? 192.168.123.105:0/1656806343' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/key"} : dispatch 2026-03-31T20:23:05.893 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:23:05 vm05 bash[22868]: audit 2026-03-31T20:23:04.603760+0000 mon.a (mon.0) 293 : audit [DBG] from='mgr.? 192.168.123.105:0/1656806343' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/key"} : dispatch 2026-03-31T20:23:05.893 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:23:05 vm05 bash[22868]: cluster 2026-03-31T20:23:05.109321+0000 mgr.a (mgr.14152) 63 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-03-31T20:23:05.893 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:23:05 vm05 bash[22868]: cluster 2026-03-31T20:23:05.109321+0000 mgr.a (mgr.14152) 63 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-03-31T20:23:05.893 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:23:05 vm05 bash[22868]: audit 2026-03-31T20:23:05.347073+0000 mon.a (mon.0) 294 : audit [INF] from='client.? 192.168.123.101:0/2763578701' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "5cb0c12f-7c50-4bf3-a97c-8a2a225ab860"} : dispatch 2026-03-31T20:23:05.893 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:23:05 vm05 bash[22868]: audit 2026-03-31T20:23:05.347073+0000 mon.a (mon.0) 294 : audit [INF] from='client.? 192.168.123.101:0/2763578701' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "5cb0c12f-7c50-4bf3-a97c-8a2a225ab860"} : dispatch 2026-03-31T20:23:05.893 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:23:05 vm05 bash[22868]: audit 2026-03-31T20:23:05.349750+0000 mon.a (mon.0) 295 : audit [INF] from='client.? 192.168.123.101:0/2763578701' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "5cb0c12f-7c50-4bf3-a97c-8a2a225ab860"}]': finished 2026-03-31T20:23:05.893 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:23:05 vm05 bash[22868]: audit 2026-03-31T20:23:05.349750+0000 mon.a (mon.0) 295 : audit [INF] from='client.? 192.168.123.101:0/2763578701' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "5cb0c12f-7c50-4bf3-a97c-8a2a225ab860"}]': finished 2026-03-31T20:23:05.893 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:23:05 vm05 bash[22868]: cluster 2026-03-31T20:23:05.351489+0000 mon.a (mon.0) 296 : cluster [DBG] osdmap e5: 1 total, 0 up, 1 in 2026-03-31T20:23:05.893 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:23:05 vm05 bash[22868]: cluster 2026-03-31T20:23:05.351489+0000 mon.a (mon.0) 296 : cluster [DBG] osdmap e5: 1 total, 0 up, 1 in 2026-03-31T20:23:05.893 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:23:05 vm05 bash[22868]: audit 2026-03-31T20:23:05.351684+0000 mon.a (mon.0) 297 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-03-31T20:23:05.894 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:23:05 vm05 bash[22868]: audit 2026-03-31T20:23:05.351684+0000 mon.a (mon.0) 297 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-03-31T20:23:05.972 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:23:05 vm06 bash[23229]: audit 2026-03-31T20:23:04.558312+0000 mgr.a (mgr.14152) 58 : audit [DBG] from='client.14232 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "vm01:vg_nvme/lv_4", "skip_validation": true, "target": ["mon-mgr", ""]}]: dispatch 2026-03-31T20:23:05.973 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:23:05 vm06 bash[23229]: audit 2026-03-31T20:23:04.558312+0000 mgr.a (mgr.14152) 58 : audit [DBG] from='client.14232 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "vm01:vg_nvme/lv_4", "skip_validation": true, "target": ["mon-mgr", ""]}]: dispatch 2026-03-31T20:23:05.973 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:23:05 vm06 bash[23229]: cephadm 2026-03-31T20:23:04.559230+0000 mgr.a (mgr.14152) 59 : cephadm [INF] osd.default does not exist. Creating it now. 2026-03-31T20:23:05.973 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:23:05 vm06 bash[23229]: cephadm 2026-03-31T20:23:04.559230+0000 mgr.a (mgr.14152) 59 : cephadm [INF] osd.default does not exist. Creating it now. 2026-03-31T20:23:05.973 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:23:05 vm06 bash[23229]: cephadm 2026-03-31T20:23:04.559310+0000 mgr.a (mgr.14152) 60 : cephadm [INF] Creating OSDs with service ID: default on vm01:['vg_nvme/lv_4'] 2026-03-31T20:23:05.973 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:23:05 vm06 bash[23229]: cephadm 2026-03-31T20:23:04.559310+0000 mgr.a (mgr.14152) 60 : cephadm [INF] Creating OSDs with service ID: default on vm01:['vg_nvme/lv_4'] 2026-03-31T20:23:05.973 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:23:05 vm06 bash[23229]: audit 2026-03-31T20:23:04.563279+0000 mon.a (mon.0) 284 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:23:05.973 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:23:05 vm06 bash[23229]: audit 2026-03-31T20:23:04.563279+0000 mon.a (mon.0) 284 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:23:05.973 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:23:05 vm06 bash[23229]: cephadm 2026-03-31T20:23:04.563667+0000 mgr.a (mgr.14152) 61 : cephadm [INF] Marking host: vm01 for OSDSpec preview refresh. 2026-03-31T20:23:05.973 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:23:05 vm06 bash[23229]: cephadm 2026-03-31T20:23:04.563667+0000 mgr.a (mgr.14152) 61 : cephadm [INF] Marking host: vm01 for OSDSpec preview refresh. 2026-03-31T20:23:05.973 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:23:05 vm06 bash[23229]: cephadm 2026-03-31T20:23:04.563818+0000 mgr.a (mgr.14152) 62 : cephadm [INF] Saving service osd.default spec with placement vm01 2026-03-31T20:23:05.973 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:23:05 vm06 bash[23229]: cephadm 2026-03-31T20:23:04.563818+0000 mgr.a (mgr.14152) 62 : cephadm [INF] Saving service osd.default spec with placement vm01 2026-03-31T20:23:05.973 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:23:05 vm06 bash[23229]: audit 2026-03-31T20:23:04.566136+0000 mon.a (mon.0) 285 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:23:05.973 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:23:05 vm06 bash[23229]: audit 2026-03-31T20:23:04.566136+0000 mon.a (mon.0) 285 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:23:05.973 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:23:05 vm06 bash[23229]: audit 2026-03-31T20:23:04.566859+0000 mon.a (mon.0) 286 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-03-31T20:23:05.973 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:23:05 vm06 bash[23229]: audit 2026-03-31T20:23:04.566859+0000 mon.a (mon.0) 286 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-03-31T20:23:05.973 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:23:05 vm06 bash[23229]: audit 2026-03-31T20:23:04.567977+0000 mon.a (mon.0) 287 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-03-31T20:23:05.973 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:23:05 vm06 bash[23229]: audit 2026-03-31T20:23:04.567977+0000 mon.a (mon.0) 287 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-03-31T20:23:05.973 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:23:05 vm06 bash[23229]: audit 2026-03-31T20:23:04.568326+0000 mon.a (mon.0) 288 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-03-31T20:23:05.973 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:23:05 vm06 bash[23229]: audit 2026-03-31T20:23:04.568326+0000 mon.a (mon.0) 288 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-03-31T20:23:05.973 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:23:05 vm06 bash[23229]: cluster 2026-03-31T20:23:04.601945+0000 mon.a (mon.0) 289 : cluster [DBG] Standby manager daemon b started 2026-03-31T20:23:05.973 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:23:05 vm06 bash[23229]: cluster 2026-03-31T20:23:04.601945+0000 mon.a (mon.0) 289 : cluster [DBG] Standby manager daemon b started 2026-03-31T20:23:05.973 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:23:05 vm06 bash[23229]: audit 2026-03-31T20:23:04.602684+0000 mon.a (mon.0) 290 : audit [DBG] from='mgr.? 192.168.123.105:0/1656806343' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/b/crt"} : dispatch 2026-03-31T20:23:05.973 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:23:05 vm06 bash[23229]: audit 2026-03-31T20:23:04.602684+0000 mon.a (mon.0) 290 : audit [DBG] from='mgr.? 192.168.123.105:0/1656806343' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/b/crt"} : dispatch 2026-03-31T20:23:05.973 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:23:05 vm06 bash[23229]: audit 2026-03-31T20:23:04.603018+0000 mon.a (mon.0) 291 : audit [DBG] from='mgr.? 192.168.123.105:0/1656806343' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/crt"} : dispatch 2026-03-31T20:23:05.973 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:23:05 vm06 bash[23229]: audit 2026-03-31T20:23:04.603018+0000 mon.a (mon.0) 291 : audit [DBG] from='mgr.? 192.168.123.105:0/1656806343' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/crt"} : dispatch 2026-03-31T20:23:05.973 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:23:05 vm06 bash[23229]: audit 2026-03-31T20:23:04.603550+0000 mon.a (mon.0) 292 : audit [DBG] from='mgr.? 192.168.123.105:0/1656806343' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/b/key"} : dispatch 2026-03-31T20:23:05.973 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:23:05 vm06 bash[23229]: audit 2026-03-31T20:23:04.603550+0000 mon.a (mon.0) 292 : audit [DBG] from='mgr.? 192.168.123.105:0/1656806343' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/b/key"} : dispatch 2026-03-31T20:23:05.973 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:23:05 vm06 bash[23229]: audit 2026-03-31T20:23:04.603760+0000 mon.a (mon.0) 293 : audit [DBG] from='mgr.? 192.168.123.105:0/1656806343' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/key"} : dispatch 2026-03-31T20:23:05.973 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:23:05 vm06 bash[23229]: audit 2026-03-31T20:23:04.603760+0000 mon.a (mon.0) 293 : audit [DBG] from='mgr.? 192.168.123.105:0/1656806343' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/key"} : dispatch 2026-03-31T20:23:05.973 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:23:05 vm06 bash[23229]: cluster 2026-03-31T20:23:05.109321+0000 mgr.a (mgr.14152) 63 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-03-31T20:23:05.973 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:23:05 vm06 bash[23229]: cluster 2026-03-31T20:23:05.109321+0000 mgr.a (mgr.14152) 63 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-03-31T20:23:05.973 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:23:05 vm06 bash[23229]: audit 2026-03-31T20:23:05.347073+0000 mon.a (mon.0) 294 : audit [INF] from='client.? 192.168.123.101:0/2763578701' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "5cb0c12f-7c50-4bf3-a97c-8a2a225ab860"} : dispatch 2026-03-31T20:23:05.973 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:23:05 vm06 bash[23229]: audit 2026-03-31T20:23:05.347073+0000 mon.a (mon.0) 294 : audit [INF] from='client.? 192.168.123.101:0/2763578701' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "5cb0c12f-7c50-4bf3-a97c-8a2a225ab860"} : dispatch 2026-03-31T20:23:05.973 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:23:05 vm06 bash[23229]: audit 2026-03-31T20:23:05.349750+0000 mon.a (mon.0) 295 : audit [INF] from='client.? 192.168.123.101:0/2763578701' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "5cb0c12f-7c50-4bf3-a97c-8a2a225ab860"}]': finished 2026-03-31T20:23:05.973 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:23:05 vm06 bash[23229]: audit 2026-03-31T20:23:05.349750+0000 mon.a (mon.0) 295 : audit [INF] from='client.? 192.168.123.101:0/2763578701' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "5cb0c12f-7c50-4bf3-a97c-8a2a225ab860"}]': finished 2026-03-31T20:23:05.973 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:23:05 vm06 bash[23229]: cluster 2026-03-31T20:23:05.351489+0000 mon.a (mon.0) 296 : cluster [DBG] osdmap e5: 1 total, 0 up, 1 in 2026-03-31T20:23:05.973 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:23:05 vm06 bash[23229]: cluster 2026-03-31T20:23:05.351489+0000 mon.a (mon.0) 296 : cluster [DBG] osdmap e5: 1 total, 0 up, 1 in 2026-03-31T20:23:05.973 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:23:05 vm06 bash[23229]: audit 2026-03-31T20:23:05.351684+0000 mon.a (mon.0) 297 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-03-31T20:23:05.973 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:23:05 vm06 bash[23229]: audit 2026-03-31T20:23:05.351684+0000 mon.a (mon.0) 297 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-03-31T20:23:06.836 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:23:06 vm01 bash[20507]: cluster 2026-03-31T20:23:05.581905+0000 mon.a (mon.0) 298 : cluster [DBG] mgrmap e14: a(active, since 32s), standbys: b 2026-03-31T20:23:06.836 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:23:06 vm01 bash[20507]: cluster 2026-03-31T20:23:05.581905+0000 mon.a (mon.0) 298 : cluster [DBG] mgrmap e14: a(active, since 32s), standbys: b 2026-03-31T20:23:06.836 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:23:06 vm01 bash[20507]: audit 2026-03-31T20:23:05.582073+0000 mon.a (mon.0) 299 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "mgr metadata", "who": "b", "id": "b"} : dispatch 2026-03-31T20:23:06.836 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:23:06 vm01 bash[20507]: audit 2026-03-31T20:23:05.582073+0000 mon.a (mon.0) 299 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "mgr metadata", "who": "b", "id": "b"} : dispatch 2026-03-31T20:23:06.836 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:23:06 vm01 bash[20507]: audit 2026-03-31T20:23:05.676079+0000 mon.a (mon.0) 300 : audit [DBG] from='client.? 192.168.123.101:0/3179902413' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2026-03-31T20:23:06.836 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:23:06 vm01 bash[20507]: audit 2026-03-31T20:23:05.676079+0000 mon.a (mon.0) 300 : audit [DBG] from='client.? 192.168.123.101:0/3179902413' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2026-03-31T20:23:06.836 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:23:06 vm01 bash[20507]: audit 2026-03-31T20:23:06.538111+0000 mon.a (mon.0) 301 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:23:06.836 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:23:06 vm01 bash[20507]: audit 2026-03-31T20:23:06.538111+0000 mon.a (mon.0) 301 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:23:06.836 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:23:06 vm01 bash[20507]: audit 2026-03-31T20:23:06.541042+0000 mon.a (mon.0) 302 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:23:06.836 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:23:06 vm01 bash[20507]: audit 2026-03-31T20:23:06.541042+0000 mon.a (mon.0) 302 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:23:06.836 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:23:06 vm01 bash[20507]: audit 2026-03-31T20:23:06.541580+0000 mon.a (mon.0) 303 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-03-31T20:23:06.836 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:23:06 vm01 bash[20507]: audit 2026-03-31T20:23:06.541580+0000 mon.a (mon.0) 303 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-03-31T20:23:06.836 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:23:06 vm01 bash[20507]: audit 2026-03-31T20:23:06.542009+0000 mon.a (mon.0) 304 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-03-31T20:23:06.836 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:23:06 vm01 bash[20507]: audit 2026-03-31T20:23:06.542009+0000 mon.a (mon.0) 304 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-03-31T20:23:06.836 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:23:06 vm01 bash[20507]: audit 2026-03-31T20:23:06.544900+0000 mon.a (mon.0) 305 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:23:06.836 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:23:06 vm01 bash[20507]: audit 2026-03-31T20:23:06.544900+0000 mon.a (mon.0) 305 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:23:06.836 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:23:06 vm01 bash[20507]: audit 2026-03-31T20:23:06.545788+0000 mon.a (mon.0) 306 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-03-31T20:23:06.836 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:23:06 vm01 bash[20507]: audit 2026-03-31T20:23:06.545788+0000 mon.a (mon.0) 306 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-03-31T20:23:06.836 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:23:06 vm01 bash[20507]: audit 2026-03-31T20:23:06.546817+0000 mon.a (mon.0) 307 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-03-31T20:23:06.836 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:23:06 vm01 bash[20507]: audit 2026-03-31T20:23:06.546817+0000 mon.a (mon.0) 307 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-03-31T20:23:06.836 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:23:06 vm01 bash[20507]: audit 2026-03-31T20:23:06.547116+0000 mon.a (mon.0) 308 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-03-31T20:23:06.836 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:23:06 vm01 bash[20507]: audit 2026-03-31T20:23:06.547116+0000 mon.a (mon.0) 308 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-03-31T20:23:06.893 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:23:06 vm05 bash[22868]: cluster 2026-03-31T20:23:05.581905+0000 mon.a (mon.0) 298 : cluster [DBG] mgrmap e14: a(active, since 32s), standbys: b 2026-03-31T20:23:06.893 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:23:06 vm05 bash[22868]: cluster 2026-03-31T20:23:05.581905+0000 mon.a (mon.0) 298 : cluster [DBG] mgrmap e14: a(active, since 32s), standbys: b 2026-03-31T20:23:06.893 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:23:06 vm05 bash[22868]: audit 2026-03-31T20:23:05.582073+0000 mon.a (mon.0) 299 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "mgr metadata", "who": "b", "id": "b"} : dispatch 2026-03-31T20:23:06.893 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:23:06 vm05 bash[22868]: audit 2026-03-31T20:23:05.582073+0000 mon.a (mon.0) 299 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "mgr metadata", "who": "b", "id": "b"} : dispatch 2026-03-31T20:23:06.893 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:23:06 vm05 bash[22868]: audit 2026-03-31T20:23:05.676079+0000 mon.a (mon.0) 300 : audit [DBG] from='client.? 192.168.123.101:0/3179902413' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2026-03-31T20:23:06.893 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:23:06 vm05 bash[22868]: audit 2026-03-31T20:23:05.676079+0000 mon.a (mon.0) 300 : audit [DBG] from='client.? 192.168.123.101:0/3179902413' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2026-03-31T20:23:06.893 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:23:06 vm05 bash[22868]: audit 2026-03-31T20:23:06.538111+0000 mon.a (mon.0) 301 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:23:06.893 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:23:06 vm05 bash[22868]: audit 2026-03-31T20:23:06.538111+0000 mon.a (mon.0) 301 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:23:06.893 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:23:06 vm05 bash[22868]: audit 2026-03-31T20:23:06.541042+0000 mon.a (mon.0) 302 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:23:06.893 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:23:06 vm05 bash[22868]: audit 2026-03-31T20:23:06.541042+0000 mon.a (mon.0) 302 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:23:06.893 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:23:06 vm05 bash[22868]: audit 2026-03-31T20:23:06.541580+0000 mon.a (mon.0) 303 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-03-31T20:23:06.893 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:23:06 vm05 bash[22868]: audit 2026-03-31T20:23:06.541580+0000 mon.a (mon.0) 303 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-03-31T20:23:06.893 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:23:06 vm05 bash[22868]: audit 2026-03-31T20:23:06.542009+0000 mon.a (mon.0) 304 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-03-31T20:23:06.893 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:23:06 vm05 bash[22868]: audit 2026-03-31T20:23:06.542009+0000 mon.a (mon.0) 304 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-03-31T20:23:06.893 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:23:06 vm05 bash[22868]: audit 2026-03-31T20:23:06.544900+0000 mon.a (mon.0) 305 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:23:06.893 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:23:06 vm05 bash[22868]: audit 2026-03-31T20:23:06.544900+0000 mon.a (mon.0) 305 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:23:06.893 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:23:06 vm05 bash[22868]: audit 2026-03-31T20:23:06.545788+0000 mon.a (mon.0) 306 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-03-31T20:23:06.893 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:23:06 vm05 bash[22868]: audit 2026-03-31T20:23:06.545788+0000 mon.a (mon.0) 306 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-03-31T20:23:06.893 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:23:06 vm05 bash[22868]: audit 2026-03-31T20:23:06.546817+0000 mon.a (mon.0) 307 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-03-31T20:23:06.893 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:23:06 vm05 bash[22868]: audit 2026-03-31T20:23:06.546817+0000 mon.a (mon.0) 307 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-03-31T20:23:06.893 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:23:06 vm05 bash[22868]: audit 2026-03-31T20:23:06.547116+0000 mon.a (mon.0) 308 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-03-31T20:23:06.893 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:23:06 vm05 bash[22868]: audit 2026-03-31T20:23:06.547116+0000 mon.a (mon.0) 308 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-03-31T20:23:06.972 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:23:06 vm06 bash[23229]: cluster 2026-03-31T20:23:05.581905+0000 mon.a (mon.0) 298 : cluster [DBG] mgrmap e14: a(active, since 32s), standbys: b 2026-03-31T20:23:06.972 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:23:06 vm06 bash[23229]: cluster 2026-03-31T20:23:05.581905+0000 mon.a (mon.0) 298 : cluster [DBG] mgrmap e14: a(active, since 32s), standbys: b 2026-03-31T20:23:06.972 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:23:06 vm06 bash[23229]: audit 2026-03-31T20:23:05.582073+0000 mon.a (mon.0) 299 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "mgr metadata", "who": "b", "id": "b"} : dispatch 2026-03-31T20:23:06.972 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:23:06 vm06 bash[23229]: audit 2026-03-31T20:23:05.582073+0000 mon.a (mon.0) 299 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "mgr metadata", "who": "b", "id": "b"} : dispatch 2026-03-31T20:23:06.972 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:23:06 vm06 bash[23229]: audit 2026-03-31T20:23:05.676079+0000 mon.a (mon.0) 300 : audit [DBG] from='client.? 192.168.123.101:0/3179902413' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2026-03-31T20:23:06.972 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:23:06 vm06 bash[23229]: audit 2026-03-31T20:23:05.676079+0000 mon.a (mon.0) 300 : audit [DBG] from='client.? 192.168.123.101:0/3179902413' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2026-03-31T20:23:06.972 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:23:06 vm06 bash[23229]: audit 2026-03-31T20:23:06.538111+0000 mon.a (mon.0) 301 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:23:06.973 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:23:06 vm06 bash[23229]: audit 2026-03-31T20:23:06.538111+0000 mon.a (mon.0) 301 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:23:06.973 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:23:06 vm06 bash[23229]: audit 2026-03-31T20:23:06.541042+0000 mon.a (mon.0) 302 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:23:06.973 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:23:06 vm06 bash[23229]: audit 2026-03-31T20:23:06.541042+0000 mon.a (mon.0) 302 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:23:06.973 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:23:06 vm06 bash[23229]: audit 2026-03-31T20:23:06.541580+0000 mon.a (mon.0) 303 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-03-31T20:23:06.973 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:23:06 vm06 bash[23229]: audit 2026-03-31T20:23:06.541580+0000 mon.a (mon.0) 303 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-03-31T20:23:06.973 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:23:06 vm06 bash[23229]: audit 2026-03-31T20:23:06.542009+0000 mon.a (mon.0) 304 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-03-31T20:23:06.973 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:23:06 vm06 bash[23229]: audit 2026-03-31T20:23:06.542009+0000 mon.a (mon.0) 304 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-03-31T20:23:06.973 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:23:06 vm06 bash[23229]: audit 2026-03-31T20:23:06.544900+0000 mon.a (mon.0) 305 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:23:06.973 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:23:06 vm06 bash[23229]: audit 2026-03-31T20:23:06.544900+0000 mon.a (mon.0) 305 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:23:06.973 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:23:06 vm06 bash[23229]: audit 2026-03-31T20:23:06.545788+0000 mon.a (mon.0) 306 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-03-31T20:23:06.973 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:23:06 vm06 bash[23229]: audit 2026-03-31T20:23:06.545788+0000 mon.a (mon.0) 306 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-03-31T20:23:06.973 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:23:06 vm06 bash[23229]: audit 2026-03-31T20:23:06.546817+0000 mon.a (mon.0) 307 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-03-31T20:23:06.973 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:23:06 vm06 bash[23229]: audit 2026-03-31T20:23:06.546817+0000 mon.a (mon.0) 307 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-03-31T20:23:06.973 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:23:06 vm06 bash[23229]: audit 2026-03-31T20:23:06.547116+0000 mon.a (mon.0) 308 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-03-31T20:23:06.973 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:23:06 vm06 bash[23229]: audit 2026-03-31T20:23:06.547116+0000 mon.a (mon.0) 308 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-03-31T20:23:07.813 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:23:07 vm01 bash[20507]: cluster 2026-03-31T20:23:07.110077+0000 mgr.a (mgr.14152) 64 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-03-31T20:23:07.813 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:23:07 vm01 bash[20507]: cluster 2026-03-31T20:23:07.110077+0000 mgr.a (mgr.14152) 64 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-03-31T20:23:07.813 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:23:07 vm01 bash[20507]: audit 2026-03-31T20:23:07.487422+0000 mon.a (mon.0) 309 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.0"} : dispatch 2026-03-31T20:23:07.813 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:23:07 vm01 bash[20507]: audit 2026-03-31T20:23:07.487422+0000 mon.a (mon.0) 309 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.0"} : dispatch 2026-03-31T20:23:07.813 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:23:07 vm01 bash[20507]: audit 2026-03-31T20:23:07.487848+0000 mon.a (mon.0) 310 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-03-31T20:23:07.813 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:23:07 vm01 bash[20507]: audit 2026-03-31T20:23:07.487848+0000 mon.a (mon.0) 310 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-03-31T20:23:07.893 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:23:07 vm05 bash[22868]: cluster 2026-03-31T20:23:07.110077+0000 mgr.a (mgr.14152) 64 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-03-31T20:23:07.893 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:23:07 vm05 bash[22868]: cluster 2026-03-31T20:23:07.110077+0000 mgr.a (mgr.14152) 64 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-03-31T20:23:07.893 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:23:07 vm05 bash[22868]: audit 2026-03-31T20:23:07.487422+0000 mon.a (mon.0) 309 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.0"} : dispatch 2026-03-31T20:23:07.893 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:23:07 vm05 bash[22868]: audit 2026-03-31T20:23:07.487422+0000 mon.a (mon.0) 309 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.0"} : dispatch 2026-03-31T20:23:07.893 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:23:07 vm05 bash[22868]: audit 2026-03-31T20:23:07.487848+0000 mon.a (mon.0) 310 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-03-31T20:23:07.893 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:23:07 vm05 bash[22868]: audit 2026-03-31T20:23:07.487848+0000 mon.a (mon.0) 310 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-03-31T20:23:07.972 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:23:07 vm06 bash[23229]: cluster 2026-03-31T20:23:07.110077+0000 mgr.a (mgr.14152) 64 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-03-31T20:23:07.972 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:23:07 vm06 bash[23229]: cluster 2026-03-31T20:23:07.110077+0000 mgr.a (mgr.14152) 64 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-03-31T20:23:07.972 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:23:07 vm06 bash[23229]: audit 2026-03-31T20:23:07.487422+0000 mon.a (mon.0) 309 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.0"} : dispatch 2026-03-31T20:23:07.972 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:23:07 vm06 bash[23229]: audit 2026-03-31T20:23:07.487422+0000 mon.a (mon.0) 309 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.0"} : dispatch 2026-03-31T20:23:07.972 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:23:07 vm06 bash[23229]: audit 2026-03-31T20:23:07.487848+0000 mon.a (mon.0) 310 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-03-31T20:23:07.972 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:23:07 vm06 bash[23229]: audit 2026-03-31T20:23:07.487848+0000 mon.a (mon.0) 310 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-03-31T20:23:08.612 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:23:08 vm01 systemd[1]: /etc/systemd/system/ceph-2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37@.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-03-31T20:23:08.612 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:23:08 vm01 systemd[1]: /etc/systemd/system/ceph-2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37@.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-03-31T20:23:08.612 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:23:08 vm01 bash[20507]: cephadm 2026-03-31T20:23:07.488151+0000 mgr.a (mgr.14152) 65 : cephadm [INF] Deploying daemon osd.0 on vm01 2026-03-31T20:23:08.612 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:23:08 vm01 bash[20507]: cephadm 2026-03-31T20:23:07.488151+0000 mgr.a (mgr.14152) 65 : cephadm [INF] Deploying daemon osd.0 on vm01 2026-03-31T20:23:08.612 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:23:08 vm01 bash[20507]: audit 2026-03-31T20:23:07.874528+0000 mon.a (mon.0) 311 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.0"} : dispatch 2026-03-31T20:23:08.612 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:23:08 vm01 bash[20507]: audit 2026-03-31T20:23:07.874528+0000 mon.a (mon.0) 311 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.0"} : dispatch 2026-03-31T20:23:08.612 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:23:08 vm01 bash[20507]: audit 2026-03-31T20:23:07.875012+0000 mon.a (mon.0) 312 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-03-31T20:23:08.612 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:23:08 vm01 bash[20507]: audit 2026-03-31T20:23:07.875012+0000 mon.a (mon.0) 312 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-03-31T20:23:08.612 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:23:08 vm01 bash[20507]: cephadm 2026-03-31T20:23:07.875372+0000 mgr.a (mgr.14152) 66 : cephadm [INF] Deploying daemon osd.0 on vm01 2026-03-31T20:23:08.612 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:23:08 vm01 bash[20507]: cephadm 2026-03-31T20:23:07.875372+0000 mgr.a (mgr.14152) 66 : cephadm [INF] Deploying daemon osd.0 on vm01 2026-03-31T20:23:08.612 INFO:journalctl@ceph.mgr.a.vm01.stdout:Mar 31 20:23:08 vm01 systemd[1]: /etc/systemd/system/ceph-2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37@.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-03-31T20:23:08.612 INFO:journalctl@ceph.mgr.a.vm01.stdout:Mar 31 20:23:08 vm01 systemd[1]: /etc/systemd/system/ceph-2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37@.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-03-31T20:23:08.893 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:23:08 vm05 bash[22868]: cephadm 2026-03-31T20:23:07.488151+0000 mgr.a (mgr.14152) 65 : cephadm [INF] Deploying daemon osd.0 on vm01 2026-03-31T20:23:08.893 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:23:08 vm05 bash[22868]: cephadm 2026-03-31T20:23:07.488151+0000 mgr.a (mgr.14152) 65 : cephadm [INF] Deploying daemon osd.0 on vm01 2026-03-31T20:23:08.893 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:23:08 vm05 bash[22868]: audit 2026-03-31T20:23:07.874528+0000 mon.a (mon.0) 311 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.0"} : dispatch 2026-03-31T20:23:08.893 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:23:08 vm05 bash[22868]: audit 2026-03-31T20:23:07.874528+0000 mon.a (mon.0) 311 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.0"} : dispatch 2026-03-31T20:23:08.893 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:23:08 vm05 bash[22868]: audit 2026-03-31T20:23:07.875012+0000 mon.a (mon.0) 312 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-03-31T20:23:08.893 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:23:08 vm05 bash[22868]: audit 2026-03-31T20:23:07.875012+0000 mon.a (mon.0) 312 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-03-31T20:23:08.893 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:23:08 vm05 bash[22868]: cephadm 2026-03-31T20:23:07.875372+0000 mgr.a (mgr.14152) 66 : cephadm [INF] Deploying daemon osd.0 on vm01 2026-03-31T20:23:08.893 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:23:08 vm05 bash[22868]: cephadm 2026-03-31T20:23:07.875372+0000 mgr.a (mgr.14152) 66 : cephadm [INF] Deploying daemon osd.0 on vm01 2026-03-31T20:23:08.972 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:23:08 vm06 bash[23229]: cephadm 2026-03-31T20:23:07.488151+0000 mgr.a (mgr.14152) 65 : cephadm [INF] Deploying daemon osd.0 on vm01 2026-03-31T20:23:08.972 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:23:08 vm06 bash[23229]: cephadm 2026-03-31T20:23:07.488151+0000 mgr.a (mgr.14152) 65 : cephadm [INF] Deploying daemon osd.0 on vm01 2026-03-31T20:23:08.972 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:23:08 vm06 bash[23229]: audit 2026-03-31T20:23:07.874528+0000 mon.a (mon.0) 311 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.0"} : dispatch 2026-03-31T20:23:08.972 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:23:08 vm06 bash[23229]: audit 2026-03-31T20:23:07.874528+0000 mon.a (mon.0) 311 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.0"} : dispatch 2026-03-31T20:23:08.972 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:23:08 vm06 bash[23229]: audit 2026-03-31T20:23:07.875012+0000 mon.a (mon.0) 312 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-03-31T20:23:08.972 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:23:08 vm06 bash[23229]: audit 2026-03-31T20:23:07.875012+0000 mon.a (mon.0) 312 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-03-31T20:23:08.972 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:23:08 vm06 bash[23229]: cephadm 2026-03-31T20:23:07.875372+0000 mgr.a (mgr.14152) 66 : cephadm [INF] Deploying daemon osd.0 on vm01 2026-03-31T20:23:08.972 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:23:08 vm06 bash[23229]: cephadm 2026-03-31T20:23:07.875372+0000 mgr.a (mgr.14152) 66 : cephadm [INF] Deploying daemon osd.0 on vm01 2026-03-31T20:23:09.453 INFO:journalctl@ceph.mgr.a.vm01.stdout:Mar 31 20:23:09 vm01 systemd[1]: /etc/systemd/system/ceph-2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37@.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-03-31T20:23:09.453 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:23:09 vm01 systemd[1]: /etc/systemd/system/ceph-2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37@.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-03-31T20:23:09.838 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:23:09 vm01 bash[20507]: audit 2026-03-31T20:23:08.636578+0000 mon.a (mon.0) 313 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:23:09.838 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:23:09 vm01 bash[20507]: audit 2026-03-31T20:23:08.636578+0000 mon.a (mon.0) 313 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:23:09.838 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:23:09 vm01 bash[20507]: audit 2026-03-31T20:23:08.640652+0000 mon.a (mon.0) 314 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:23:09.838 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:23:09 vm01 bash[20507]: audit 2026-03-31T20:23:08.640652+0000 mon.a (mon.0) 314 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:23:09.838 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:23:09 vm01 bash[20507]: cluster 2026-03-31T20:23:09.110231+0000 mgr.a (mgr.14152) 67 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-03-31T20:23:09.838 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:23:09 vm01 bash[20507]: cluster 2026-03-31T20:23:09.110231+0000 mgr.a (mgr.14152) 67 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-03-31T20:23:09.893 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:23:09 vm05 bash[22868]: audit 2026-03-31T20:23:08.636578+0000 mon.a (mon.0) 313 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:23:09.893 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:23:09 vm05 bash[22868]: audit 2026-03-31T20:23:08.636578+0000 mon.a (mon.0) 313 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:23:09.893 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:23:09 vm05 bash[22868]: audit 2026-03-31T20:23:08.640652+0000 mon.a (mon.0) 314 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:23:09.893 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:23:09 vm05 bash[22868]: audit 2026-03-31T20:23:08.640652+0000 mon.a (mon.0) 314 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:23:09.893 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:23:09 vm05 bash[22868]: cluster 2026-03-31T20:23:09.110231+0000 mgr.a (mgr.14152) 67 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-03-31T20:23:09.893 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:23:09 vm05 bash[22868]: cluster 2026-03-31T20:23:09.110231+0000 mgr.a (mgr.14152) 67 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-03-31T20:23:09.972 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:23:09 vm06 bash[23229]: audit 2026-03-31T20:23:08.636578+0000 mon.a (mon.0) 313 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:23:09.972 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:23:09 vm06 bash[23229]: audit 2026-03-31T20:23:08.636578+0000 mon.a (mon.0) 313 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:23:09.972 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:23:09 vm06 bash[23229]: audit 2026-03-31T20:23:08.640652+0000 mon.a (mon.0) 314 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:23:09.972 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:23:09 vm06 bash[23229]: audit 2026-03-31T20:23:08.640652+0000 mon.a (mon.0) 314 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:23:09.972 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:23:09 vm06 bash[23229]: cluster 2026-03-31T20:23:09.110231+0000 mgr.a (mgr.14152) 67 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-03-31T20:23:09.972 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:23:09 vm06 bash[23229]: cluster 2026-03-31T20:23:09.110231+0000 mgr.a (mgr.14152) 67 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-03-31T20:23:11.088 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:23:10 vm01 bash[20507]: audit 2026-03-31T20:23:10.753668+0000 mon.a (mon.0) 315 : audit [INF] from='osd.0 [v2:192.168.123.101:6802/4263785919,v1:192.168.123.101:6803/4263785919]' entity='osd.0' cmd={"prefix": "osd crush set-device-class", "class": "hdd", "ids": ["0"]} : dispatch 2026-03-31T20:23:11.088 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:23:10 vm01 bash[20507]: audit 2026-03-31T20:23:10.753668+0000 mon.a (mon.0) 315 : audit [INF] from='osd.0 [v2:192.168.123.101:6802/4263785919,v1:192.168.123.101:6803/4263785919]' entity='osd.0' cmd={"prefix": "osd crush set-device-class", "class": "hdd", "ids": ["0"]} : dispatch 2026-03-31T20:23:11.143 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:23:10 vm05 bash[22868]: audit 2026-03-31T20:23:10.753668+0000 mon.a (mon.0) 315 : audit [INF] from='osd.0 [v2:192.168.123.101:6802/4263785919,v1:192.168.123.101:6803/4263785919]' entity='osd.0' cmd={"prefix": "osd crush set-device-class", "class": "hdd", "ids": ["0"]} : dispatch 2026-03-31T20:23:11.143 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:23:10 vm05 bash[22868]: audit 2026-03-31T20:23:10.753668+0000 mon.a (mon.0) 315 : audit [INF] from='osd.0 [v2:192.168.123.101:6802/4263785919,v1:192.168.123.101:6803/4263785919]' entity='osd.0' cmd={"prefix": "osd crush set-device-class", "class": "hdd", "ids": ["0"]} : dispatch 2026-03-31T20:23:11.222 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:23:10 vm06 bash[23229]: audit 2026-03-31T20:23:10.753668+0000 mon.a (mon.0) 315 : audit [INF] from='osd.0 [v2:192.168.123.101:6802/4263785919,v1:192.168.123.101:6803/4263785919]' entity='osd.0' cmd={"prefix": "osd crush set-device-class", "class": "hdd", "ids": ["0"]} : dispatch 2026-03-31T20:23:11.222 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:23:10 vm06 bash[23229]: audit 2026-03-31T20:23:10.753668+0000 mon.a (mon.0) 315 : audit [INF] from='osd.0 [v2:192.168.123.101:6802/4263785919,v1:192.168.123.101:6803/4263785919]' entity='osd.0' cmd={"prefix": "osd crush set-device-class", "class": "hdd", "ids": ["0"]} : dispatch 2026-03-31T20:23:12.088 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:23:11 vm01 bash[20507]: audit 2026-03-31T20:23:10.806393+0000 mon.a (mon.0) 316 : audit [INF] from='osd.0 [v2:192.168.123.101:6802/4263785919,v1:192.168.123.101:6803/4263785919]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "hdd", "ids": ["0"]}]': finished 2026-03-31T20:23:12.088 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:23:11 vm01 bash[20507]: audit 2026-03-31T20:23:10.806393+0000 mon.a (mon.0) 316 : audit [INF] from='osd.0 [v2:192.168.123.101:6802/4263785919,v1:192.168.123.101:6803/4263785919]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "hdd", "ids": ["0"]}]': finished 2026-03-31T20:23:12.088 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:23:11 vm01 bash[20507]: cluster 2026-03-31T20:23:10.808357+0000 mon.a (mon.0) 317 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2026-03-31T20:23:12.088 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:23:11 vm01 bash[20507]: cluster 2026-03-31T20:23:10.808357+0000 mon.a (mon.0) 317 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2026-03-31T20:23:12.088 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:23:11 vm01 bash[20507]: audit 2026-03-31T20:23:10.808797+0000 mon.a (mon.0) 318 : audit [INF] from='osd.0 [v2:192.168.123.101:6802/4263785919,v1:192.168.123.101:6803/4263785919]' entity='osd.0' cmd={"prefix": "osd crush create-or-move", "id": 0, "weight":0.0195, "args": ["host=vm01", "root=default"]} : dispatch 2026-03-31T20:23:12.088 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:23:11 vm01 bash[20507]: audit 2026-03-31T20:23:10.808797+0000 mon.a (mon.0) 318 : audit [INF] from='osd.0 [v2:192.168.123.101:6802/4263785919,v1:192.168.123.101:6803/4263785919]' entity='osd.0' cmd={"prefix": "osd crush create-or-move", "id": 0, "weight":0.0195, "args": ["host=vm01", "root=default"]} : dispatch 2026-03-31T20:23:12.088 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:23:11 vm01 bash[20507]: audit 2026-03-31T20:23:10.808919+0000 mon.a (mon.0) 319 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-03-31T20:23:12.088 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:23:11 vm01 bash[20507]: audit 2026-03-31T20:23:10.808919+0000 mon.a (mon.0) 319 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-03-31T20:23:12.088 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:23:11 vm01 bash[20507]: cluster 2026-03-31T20:23:11.110410+0000 mgr.a (mgr.14152) 68 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-03-31T20:23:12.088 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:23:11 vm01 bash[20507]: cluster 2026-03-31T20:23:11.110410+0000 mgr.a (mgr.14152) 68 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-03-31T20:23:12.088 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:23:11 vm01 bash[20507]: audit 2026-03-31T20:23:11.808846+0000 mon.a (mon.0) 320 : audit [INF] from='osd.0 [v2:192.168.123.101:6802/4263785919,v1:192.168.123.101:6803/4263785919]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0195, "args": ["host=vm01", "root=default"]}]': finished 2026-03-31T20:23:12.088 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:23:11 vm01 bash[20507]: audit 2026-03-31T20:23:11.808846+0000 mon.a (mon.0) 320 : audit [INF] from='osd.0 [v2:192.168.123.101:6802/4263785919,v1:192.168.123.101:6803/4263785919]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0195, "args": ["host=vm01", "root=default"]}]': finished 2026-03-31T20:23:12.088 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:23:11 vm01 bash[20507]: cluster 2026-03-31T20:23:11.811023+0000 mon.a (mon.0) 321 : cluster [DBG] osdmap e7: 1 total, 0 up, 1 in 2026-03-31T20:23:12.088 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:23:11 vm01 bash[20507]: cluster 2026-03-31T20:23:11.811023+0000 mon.a (mon.0) 321 : cluster [DBG] osdmap e7: 1 total, 0 up, 1 in 2026-03-31T20:23:12.143 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:23:11 vm05 bash[22868]: audit 2026-03-31T20:23:10.806393+0000 mon.a (mon.0) 316 : audit [INF] from='osd.0 [v2:192.168.123.101:6802/4263785919,v1:192.168.123.101:6803/4263785919]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "hdd", "ids": ["0"]}]': finished 2026-03-31T20:23:12.143 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:23:11 vm05 bash[22868]: audit 2026-03-31T20:23:10.806393+0000 mon.a (mon.0) 316 : audit [INF] from='osd.0 [v2:192.168.123.101:6802/4263785919,v1:192.168.123.101:6803/4263785919]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "hdd", "ids": ["0"]}]': finished 2026-03-31T20:23:12.143 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:23:11 vm05 bash[22868]: cluster 2026-03-31T20:23:10.808357+0000 mon.a (mon.0) 317 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2026-03-31T20:23:12.143 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:23:11 vm05 bash[22868]: cluster 2026-03-31T20:23:10.808357+0000 mon.a (mon.0) 317 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2026-03-31T20:23:12.143 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:23:11 vm05 bash[22868]: audit 2026-03-31T20:23:10.808797+0000 mon.a (mon.0) 318 : audit [INF] from='osd.0 [v2:192.168.123.101:6802/4263785919,v1:192.168.123.101:6803/4263785919]' entity='osd.0' cmd={"prefix": "osd crush create-or-move", "id": 0, "weight":0.0195, "args": ["host=vm01", "root=default"]} : dispatch 2026-03-31T20:23:12.143 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:23:11 vm05 bash[22868]: audit 2026-03-31T20:23:10.808797+0000 mon.a (mon.0) 318 : audit [INF] from='osd.0 [v2:192.168.123.101:6802/4263785919,v1:192.168.123.101:6803/4263785919]' entity='osd.0' cmd={"prefix": "osd crush create-or-move", "id": 0, "weight":0.0195, "args": ["host=vm01", "root=default"]} : dispatch 2026-03-31T20:23:12.143 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:23:11 vm05 bash[22868]: audit 2026-03-31T20:23:10.808919+0000 mon.a (mon.0) 319 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-03-31T20:23:12.143 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:23:11 vm05 bash[22868]: audit 2026-03-31T20:23:10.808919+0000 mon.a (mon.0) 319 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-03-31T20:23:12.143 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:23:11 vm05 bash[22868]: cluster 2026-03-31T20:23:11.110410+0000 mgr.a (mgr.14152) 68 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-03-31T20:23:12.143 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:23:11 vm05 bash[22868]: cluster 2026-03-31T20:23:11.110410+0000 mgr.a (mgr.14152) 68 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-03-31T20:23:12.143 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:23:11 vm05 bash[22868]: audit 2026-03-31T20:23:11.808846+0000 mon.a (mon.0) 320 : audit [INF] from='osd.0 [v2:192.168.123.101:6802/4263785919,v1:192.168.123.101:6803/4263785919]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0195, "args": ["host=vm01", "root=default"]}]': finished 2026-03-31T20:23:12.143 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:23:11 vm05 bash[22868]: audit 2026-03-31T20:23:11.808846+0000 mon.a (mon.0) 320 : audit [INF] from='osd.0 [v2:192.168.123.101:6802/4263785919,v1:192.168.123.101:6803/4263785919]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0195, "args": ["host=vm01", "root=default"]}]': finished 2026-03-31T20:23:12.143 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:23:11 vm05 bash[22868]: cluster 2026-03-31T20:23:11.811023+0000 mon.a (mon.0) 321 : cluster [DBG] osdmap e7: 1 total, 0 up, 1 in 2026-03-31T20:23:12.143 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:23:11 vm05 bash[22868]: cluster 2026-03-31T20:23:11.811023+0000 mon.a (mon.0) 321 : cluster [DBG] osdmap e7: 1 total, 0 up, 1 in 2026-03-31T20:23:12.222 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:23:11 vm06 bash[23229]: audit 2026-03-31T20:23:10.806393+0000 mon.a (mon.0) 316 : audit [INF] from='osd.0 [v2:192.168.123.101:6802/4263785919,v1:192.168.123.101:6803/4263785919]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "hdd", "ids": ["0"]}]': finished 2026-03-31T20:23:12.222 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:23:11 vm06 bash[23229]: audit 2026-03-31T20:23:10.806393+0000 mon.a (mon.0) 316 : audit [INF] from='osd.0 [v2:192.168.123.101:6802/4263785919,v1:192.168.123.101:6803/4263785919]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "hdd", "ids": ["0"]}]': finished 2026-03-31T20:23:12.222 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:23:11 vm06 bash[23229]: cluster 2026-03-31T20:23:10.808357+0000 mon.a (mon.0) 317 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2026-03-31T20:23:12.222 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:23:11 vm06 bash[23229]: cluster 2026-03-31T20:23:10.808357+0000 mon.a (mon.0) 317 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2026-03-31T20:23:12.222 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:23:11 vm06 bash[23229]: audit 2026-03-31T20:23:10.808797+0000 mon.a (mon.0) 318 : audit [INF] from='osd.0 [v2:192.168.123.101:6802/4263785919,v1:192.168.123.101:6803/4263785919]' entity='osd.0' cmd={"prefix": "osd crush create-or-move", "id": 0, "weight":0.0195, "args": ["host=vm01", "root=default"]} : dispatch 2026-03-31T20:23:12.222 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:23:11 vm06 bash[23229]: audit 2026-03-31T20:23:10.808797+0000 mon.a (mon.0) 318 : audit [INF] from='osd.0 [v2:192.168.123.101:6802/4263785919,v1:192.168.123.101:6803/4263785919]' entity='osd.0' cmd={"prefix": "osd crush create-or-move", "id": 0, "weight":0.0195, "args": ["host=vm01", "root=default"]} : dispatch 2026-03-31T20:23:12.222 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:23:11 vm06 bash[23229]: audit 2026-03-31T20:23:10.808919+0000 mon.a (mon.0) 319 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-03-31T20:23:12.222 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:23:11 vm06 bash[23229]: audit 2026-03-31T20:23:10.808919+0000 mon.a (mon.0) 319 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-03-31T20:23:12.222 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:23:11 vm06 bash[23229]: cluster 2026-03-31T20:23:11.110410+0000 mgr.a (mgr.14152) 68 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-03-31T20:23:12.222 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:23:11 vm06 bash[23229]: cluster 2026-03-31T20:23:11.110410+0000 mgr.a (mgr.14152) 68 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-03-31T20:23:12.222 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:23:11 vm06 bash[23229]: audit 2026-03-31T20:23:11.808846+0000 mon.a (mon.0) 320 : audit [INF] from='osd.0 [v2:192.168.123.101:6802/4263785919,v1:192.168.123.101:6803/4263785919]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0195, "args": ["host=vm01", "root=default"]}]': finished 2026-03-31T20:23:12.223 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:23:11 vm06 bash[23229]: audit 2026-03-31T20:23:11.808846+0000 mon.a (mon.0) 320 : audit [INF] from='osd.0 [v2:192.168.123.101:6802/4263785919,v1:192.168.123.101:6803/4263785919]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0195, "args": ["host=vm01", "root=default"]}]': finished 2026-03-31T20:23:12.223 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:23:11 vm06 bash[23229]: cluster 2026-03-31T20:23:11.811023+0000 mon.a (mon.0) 321 : cluster [DBG] osdmap e7: 1 total, 0 up, 1 in 2026-03-31T20:23:12.223 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:23:11 vm06 bash[23229]: cluster 2026-03-31T20:23:11.811023+0000 mon.a (mon.0) 321 : cluster [DBG] osdmap e7: 1 total, 0 up, 1 in 2026-03-31T20:23:13.088 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:23:12 vm01 bash[20507]: audit 2026-03-31T20:23:11.812056+0000 mon.a (mon.0) 322 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-03-31T20:23:13.088 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:23:12 vm01 bash[20507]: audit 2026-03-31T20:23:11.812056+0000 mon.a (mon.0) 322 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-03-31T20:23:13.088 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:23:12 vm01 bash[20507]: audit 2026-03-31T20:23:11.816034+0000 mon.a (mon.0) 323 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-03-31T20:23:13.088 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:23:12 vm01 bash[20507]: audit 2026-03-31T20:23:11.816034+0000 mon.a (mon.0) 323 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-03-31T20:23:13.143 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:23:12 vm05 bash[22868]: audit 2026-03-31T20:23:11.812056+0000 mon.a (mon.0) 322 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-03-31T20:23:13.143 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:23:12 vm05 bash[22868]: audit 2026-03-31T20:23:11.812056+0000 mon.a (mon.0) 322 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-03-31T20:23:13.143 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:23:12 vm05 bash[22868]: audit 2026-03-31T20:23:11.816034+0000 mon.a (mon.0) 323 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-03-31T20:23:13.143 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:23:12 vm05 bash[22868]: audit 2026-03-31T20:23:11.816034+0000 mon.a (mon.0) 323 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-03-31T20:23:13.222 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:23:12 vm06 bash[23229]: audit 2026-03-31T20:23:11.812056+0000 mon.a (mon.0) 322 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-03-31T20:23:13.222 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:23:12 vm06 bash[23229]: audit 2026-03-31T20:23:11.812056+0000 mon.a (mon.0) 322 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-03-31T20:23:13.222 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:23:12 vm06 bash[23229]: audit 2026-03-31T20:23:11.816034+0000 mon.a (mon.0) 323 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-03-31T20:23:13.222 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:23:12 vm06 bash[23229]: audit 2026-03-31T20:23:11.816034+0000 mon.a (mon.0) 323 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-03-31T20:23:14.088 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:23:13 vm01 bash[20507]: cluster 2026-03-31T20:23:11.784700+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2026-03-31T20:23:14.088 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:23:13 vm01 bash[20507]: cluster 2026-03-31T20:23:11.784700+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2026-03-31T20:23:14.088 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:23:13 vm01 bash[20507]: cluster 2026-03-31T20:23:11.784709+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2026-03-31T20:23:14.088 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:23:13 vm01 bash[20507]: cluster 2026-03-31T20:23:11.784709+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2026-03-31T20:23:14.088 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:23:13 vm01 bash[20507]: audit 2026-03-31T20:23:12.814070+0000 mon.a (mon.0) 324 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-03-31T20:23:14.088 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:23:13 vm01 bash[20507]: audit 2026-03-31T20:23:12.814070+0000 mon.a (mon.0) 324 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-03-31T20:23:14.088 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:23:13 vm01 bash[20507]: cluster 2026-03-31T20:23:12.823712+0000 mon.a (mon.0) 325 : cluster [INF] osd.0 [v2:192.168.123.101:6802/4263785919,v1:192.168.123.101:6803/4263785919] boot 2026-03-31T20:23:14.088 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:23:13 vm01 bash[20507]: cluster 2026-03-31T20:23:12.823712+0000 mon.a (mon.0) 325 : cluster [INF] osd.0 [v2:192.168.123.101:6802/4263785919,v1:192.168.123.101:6803/4263785919] boot 2026-03-31T20:23:14.088 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:23:13 vm01 bash[20507]: cluster 2026-03-31T20:23:12.823731+0000 mon.a (mon.0) 326 : cluster [DBG] osdmap e8: 1 total, 1 up, 1 in 2026-03-31T20:23:14.088 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:23:13 vm01 bash[20507]: cluster 2026-03-31T20:23:12.823731+0000 mon.a (mon.0) 326 : cluster [DBG] osdmap e8: 1 total, 1 up, 1 in 2026-03-31T20:23:14.088 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:23:13 vm01 bash[20507]: audit 2026-03-31T20:23:12.823833+0000 mon.a (mon.0) 327 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-03-31T20:23:14.088 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:23:13 vm01 bash[20507]: audit 2026-03-31T20:23:12.823833+0000 mon.a (mon.0) 327 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-03-31T20:23:14.088 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:23:13 vm01 bash[20507]: cluster 2026-03-31T20:23:13.110595+0000 mgr.a (mgr.14152) 69 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-03-31T20:23:14.088 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:23:13 vm01 bash[20507]: cluster 2026-03-31T20:23:13.110595+0000 mgr.a (mgr.14152) 69 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-03-31T20:23:14.143 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:23:13 vm05 bash[22868]: cluster 2026-03-31T20:23:11.784700+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2026-03-31T20:23:14.143 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:23:13 vm05 bash[22868]: cluster 2026-03-31T20:23:11.784700+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2026-03-31T20:23:14.143 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:23:13 vm05 bash[22868]: cluster 2026-03-31T20:23:11.784709+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2026-03-31T20:23:14.143 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:23:13 vm05 bash[22868]: cluster 2026-03-31T20:23:11.784709+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2026-03-31T20:23:14.143 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:23:13 vm05 bash[22868]: audit 2026-03-31T20:23:12.814070+0000 mon.a (mon.0) 324 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-03-31T20:23:14.143 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:23:13 vm05 bash[22868]: audit 2026-03-31T20:23:12.814070+0000 mon.a (mon.0) 324 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-03-31T20:23:14.143 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:23:13 vm05 bash[22868]: cluster 2026-03-31T20:23:12.823712+0000 mon.a (mon.0) 325 : cluster [INF] osd.0 [v2:192.168.123.101:6802/4263785919,v1:192.168.123.101:6803/4263785919] boot 2026-03-31T20:23:14.143 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:23:13 vm05 bash[22868]: cluster 2026-03-31T20:23:12.823712+0000 mon.a (mon.0) 325 : cluster [INF] osd.0 [v2:192.168.123.101:6802/4263785919,v1:192.168.123.101:6803/4263785919] boot 2026-03-31T20:23:14.143 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:23:13 vm05 bash[22868]: cluster 2026-03-31T20:23:12.823731+0000 mon.a (mon.0) 326 : cluster [DBG] osdmap e8: 1 total, 1 up, 1 in 2026-03-31T20:23:14.143 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:23:13 vm05 bash[22868]: cluster 2026-03-31T20:23:12.823731+0000 mon.a (mon.0) 326 : cluster [DBG] osdmap e8: 1 total, 1 up, 1 in 2026-03-31T20:23:14.143 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:23:13 vm05 bash[22868]: audit 2026-03-31T20:23:12.823833+0000 mon.a (mon.0) 327 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-03-31T20:23:14.143 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:23:13 vm05 bash[22868]: audit 2026-03-31T20:23:12.823833+0000 mon.a (mon.0) 327 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-03-31T20:23:14.143 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:23:13 vm05 bash[22868]: cluster 2026-03-31T20:23:13.110595+0000 mgr.a (mgr.14152) 69 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-03-31T20:23:14.143 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:23:13 vm05 bash[22868]: cluster 2026-03-31T20:23:13.110595+0000 mgr.a (mgr.14152) 69 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-03-31T20:23:14.222 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:23:13 vm06 bash[23229]: cluster 2026-03-31T20:23:11.784700+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2026-03-31T20:23:14.222 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:23:13 vm06 bash[23229]: cluster 2026-03-31T20:23:11.784700+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2026-03-31T20:23:14.222 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:23:13 vm06 bash[23229]: cluster 2026-03-31T20:23:11.784709+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2026-03-31T20:23:14.222 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:23:13 vm06 bash[23229]: cluster 2026-03-31T20:23:11.784709+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2026-03-31T20:23:14.222 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:23:13 vm06 bash[23229]: audit 2026-03-31T20:23:12.814070+0000 mon.a (mon.0) 324 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-03-31T20:23:14.222 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:23:13 vm06 bash[23229]: audit 2026-03-31T20:23:12.814070+0000 mon.a (mon.0) 324 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-03-31T20:23:14.222 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:23:13 vm06 bash[23229]: cluster 2026-03-31T20:23:12.823712+0000 mon.a (mon.0) 325 : cluster [INF] osd.0 [v2:192.168.123.101:6802/4263785919,v1:192.168.123.101:6803/4263785919] boot 2026-03-31T20:23:14.222 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:23:13 vm06 bash[23229]: cluster 2026-03-31T20:23:12.823712+0000 mon.a (mon.0) 325 : cluster [INF] osd.0 [v2:192.168.123.101:6802/4263785919,v1:192.168.123.101:6803/4263785919] boot 2026-03-31T20:23:14.222 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:23:13 vm06 bash[23229]: cluster 2026-03-31T20:23:12.823731+0000 mon.a (mon.0) 326 : cluster [DBG] osdmap e8: 1 total, 1 up, 1 in 2026-03-31T20:23:14.222 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:23:13 vm06 bash[23229]: cluster 2026-03-31T20:23:12.823731+0000 mon.a (mon.0) 326 : cluster [DBG] osdmap e8: 1 total, 1 up, 1 in 2026-03-31T20:23:14.223 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:23:13 vm06 bash[23229]: audit 2026-03-31T20:23:12.823833+0000 mon.a (mon.0) 327 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-03-31T20:23:14.223 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:23:13 vm06 bash[23229]: audit 2026-03-31T20:23:12.823833+0000 mon.a (mon.0) 327 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-03-31T20:23:14.223 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:23:13 vm06 bash[23229]: cluster 2026-03-31T20:23:13.110595+0000 mgr.a (mgr.14152) 69 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-03-31T20:23:14.223 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:23:13 vm06 bash[23229]: cluster 2026-03-31T20:23:13.110595+0000 mgr.a (mgr.14152) 69 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-03-31T20:23:15.088 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:23:14 vm01 bash[20507]: cluster 2026-03-31T20:23:13.829604+0000 mon.a (mon.0) 328 : cluster [DBG] osdmap e9: 1 total, 1 up, 1 in 2026-03-31T20:23:15.088 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:23:14 vm01 bash[20507]: cluster 2026-03-31T20:23:13.829604+0000 mon.a (mon.0) 328 : cluster [DBG] osdmap e9: 1 total, 1 up, 1 in 2026-03-31T20:23:15.142 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:23:14 vm05 bash[22868]: cluster 2026-03-31T20:23:13.829604+0000 mon.a (mon.0) 328 : cluster [DBG] osdmap e9: 1 total, 1 up, 1 in 2026-03-31T20:23:15.143 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:23:14 vm05 bash[22868]: cluster 2026-03-31T20:23:13.829604+0000 mon.a (mon.0) 328 : cluster [DBG] osdmap e9: 1 total, 1 up, 1 in 2026-03-31T20:23:15.222 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:23:14 vm06 bash[23229]: cluster 2026-03-31T20:23:13.829604+0000 mon.a (mon.0) 328 : cluster [DBG] osdmap e9: 1 total, 1 up, 1 in 2026-03-31T20:23:15.222 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:23:14 vm06 bash[23229]: cluster 2026-03-31T20:23:13.829604+0000 mon.a (mon.0) 328 : cluster [DBG] osdmap e9: 1 total, 1 up, 1 in 2026-03-31T20:23:16.088 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:23:15 vm01 bash[20507]: cluster 2026-03-31T20:23:15.110826+0000 mgr.a (mgr.14152) 70 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 26 MiB used, 20 GiB / 20 GiB avail 2026-03-31T20:23:16.088 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:23:15 vm01 bash[20507]: cluster 2026-03-31T20:23:15.110826+0000 mgr.a (mgr.14152) 70 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 26 MiB used, 20 GiB / 20 GiB avail 2026-03-31T20:23:16.143 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:23:15 vm05 bash[22868]: cluster 2026-03-31T20:23:15.110826+0000 mgr.a (mgr.14152) 70 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 26 MiB used, 20 GiB / 20 GiB avail 2026-03-31T20:23:16.143 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:23:15 vm05 bash[22868]: cluster 2026-03-31T20:23:15.110826+0000 mgr.a (mgr.14152) 70 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 26 MiB used, 20 GiB / 20 GiB avail 2026-03-31T20:23:16.222 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:23:15 vm06 bash[23229]: cluster 2026-03-31T20:23:15.110826+0000 mgr.a (mgr.14152) 70 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 26 MiB used, 20 GiB / 20 GiB avail 2026-03-31T20:23:16.222 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:23:15 vm06 bash[23229]: cluster 2026-03-31T20:23:15.110826+0000 mgr.a (mgr.14152) 70 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 26 MiB used, 20 GiB / 20 GiB avail 2026-03-31T20:23:18.472 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:23:18 vm06 bash[23229]: cluster 2026-03-31T20:23:17.111073+0000 mgr.a (mgr.14152) 71 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 26 MiB used, 20 GiB / 20 GiB avail 2026-03-31T20:23:18.472 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:23:18 vm06 bash[23229]: cluster 2026-03-31T20:23:17.111073+0000 mgr.a (mgr.14152) 71 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 26 MiB used, 20 GiB / 20 GiB avail 2026-03-31T20:23:18.588 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:23:18 vm01 bash[20507]: cluster 2026-03-31T20:23:17.111073+0000 mgr.a (mgr.14152) 71 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 26 MiB used, 20 GiB / 20 GiB avail 2026-03-31T20:23:18.588 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:23:18 vm01 bash[20507]: cluster 2026-03-31T20:23:17.111073+0000 mgr.a (mgr.14152) 71 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 26 MiB used, 20 GiB / 20 GiB avail 2026-03-31T20:23:18.643 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:23:18 vm05 bash[22868]: cluster 2026-03-31T20:23:17.111073+0000 mgr.a (mgr.14152) 71 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 26 MiB used, 20 GiB / 20 GiB avail 2026-03-31T20:23:18.643 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:23:18 vm05 bash[22868]: cluster 2026-03-31T20:23:17.111073+0000 mgr.a (mgr.14152) 71 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 26 MiB used, 20 GiB / 20 GiB avail 2026-03-31T20:23:20.472 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:23:20 vm06 bash[23229]: cluster 2026-03-31T20:23:19.111356+0000 mgr.a (mgr.14152) 72 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 26 MiB used, 20 GiB / 20 GiB avail 2026-03-31T20:23:20.472 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:23:20 vm06 bash[23229]: cluster 2026-03-31T20:23:19.111356+0000 mgr.a (mgr.14152) 72 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 26 MiB used, 20 GiB / 20 GiB avail 2026-03-31T20:23:20.588 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:23:20 vm01 bash[20507]: cluster 2026-03-31T20:23:19.111356+0000 mgr.a (mgr.14152) 72 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 26 MiB used, 20 GiB / 20 GiB avail 2026-03-31T20:23:20.588 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:23:20 vm01 bash[20507]: cluster 2026-03-31T20:23:19.111356+0000 mgr.a (mgr.14152) 72 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 26 MiB used, 20 GiB / 20 GiB avail 2026-03-31T20:23:20.643 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:23:20 vm05 bash[22868]: cluster 2026-03-31T20:23:19.111356+0000 mgr.a (mgr.14152) 72 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 26 MiB used, 20 GiB / 20 GiB avail 2026-03-31T20:23:20.643 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:23:20 vm05 bash[22868]: cluster 2026-03-31T20:23:19.111356+0000 mgr.a (mgr.14152) 72 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 26 MiB used, 20 GiB / 20 GiB avail 2026-03-31T20:23:22.472 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:23:22 vm06 bash[23229]: cluster 2026-03-31T20:23:21.111598+0000 mgr.a (mgr.14152) 73 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 26 MiB used, 20 GiB / 20 GiB avail 2026-03-31T20:23:22.472 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:23:22 vm06 bash[23229]: cluster 2026-03-31T20:23:21.111598+0000 mgr.a (mgr.14152) 73 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 26 MiB used, 20 GiB / 20 GiB avail 2026-03-31T20:23:22.588 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:23:22 vm01 bash[20507]: cluster 2026-03-31T20:23:21.111598+0000 mgr.a (mgr.14152) 73 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 26 MiB used, 20 GiB / 20 GiB avail 2026-03-31T20:23:22.588 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:23:22 vm01 bash[20507]: cluster 2026-03-31T20:23:21.111598+0000 mgr.a (mgr.14152) 73 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 26 MiB used, 20 GiB / 20 GiB avail 2026-03-31T20:23:22.643 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:23:22 vm05 bash[22868]: cluster 2026-03-31T20:23:21.111598+0000 mgr.a (mgr.14152) 73 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 26 MiB used, 20 GiB / 20 GiB avail 2026-03-31T20:23:22.643 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:23:22 vm05 bash[22868]: cluster 2026-03-31T20:23:21.111598+0000 mgr.a (mgr.14152) 73 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 26 MiB used, 20 GiB / 20 GiB avail 2026-03-31T20:23:24.472 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:23:24 vm06 bash[23229]: cluster 2026-03-31T20:23:23.111813+0000 mgr.a (mgr.14152) 74 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 26 MiB used, 20 GiB / 20 GiB avail 2026-03-31T20:23:24.472 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:23:24 vm06 bash[23229]: cluster 2026-03-31T20:23:23.111813+0000 mgr.a (mgr.14152) 74 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 26 MiB used, 20 GiB / 20 GiB avail 2026-03-31T20:23:24.588 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:23:24 vm01 bash[20507]: cluster 2026-03-31T20:23:23.111813+0000 mgr.a (mgr.14152) 74 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 26 MiB used, 20 GiB / 20 GiB avail 2026-03-31T20:23:24.588 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:23:24 vm01 bash[20507]: cluster 2026-03-31T20:23:23.111813+0000 mgr.a (mgr.14152) 74 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 26 MiB used, 20 GiB / 20 GiB avail 2026-03-31T20:23:24.643 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:23:24 vm05 bash[22868]: cluster 2026-03-31T20:23:23.111813+0000 mgr.a (mgr.14152) 74 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 26 MiB used, 20 GiB / 20 GiB avail 2026-03-31T20:23:24.643 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:23:24 vm05 bash[22868]: cluster 2026-03-31T20:23:23.111813+0000 mgr.a (mgr.14152) 74 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 26 MiB used, 20 GiB / 20 GiB avail 2026-03-31T20:23:26.472 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:23:26 vm06 bash[23229]: cluster 2026-03-31T20:23:25.112073+0000 mgr.a (mgr.14152) 75 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 26 MiB used, 20 GiB / 20 GiB avail 2026-03-31T20:23:26.472 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:23:26 vm06 bash[23229]: cluster 2026-03-31T20:23:25.112073+0000 mgr.a (mgr.14152) 75 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 26 MiB used, 20 GiB / 20 GiB avail 2026-03-31T20:23:26.588 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:23:26 vm01 bash[20507]: cluster 2026-03-31T20:23:25.112073+0000 mgr.a (mgr.14152) 75 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 26 MiB used, 20 GiB / 20 GiB avail 2026-03-31T20:23:26.588 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:23:26 vm01 bash[20507]: cluster 2026-03-31T20:23:25.112073+0000 mgr.a (mgr.14152) 75 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 26 MiB used, 20 GiB / 20 GiB avail 2026-03-31T20:23:26.642 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:23:26 vm05 bash[22868]: cluster 2026-03-31T20:23:25.112073+0000 mgr.a (mgr.14152) 75 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 26 MiB used, 20 GiB / 20 GiB avail 2026-03-31T20:23:26.643 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:23:26 vm05 bash[22868]: cluster 2026-03-31T20:23:25.112073+0000 mgr.a (mgr.14152) 75 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 26 MiB used, 20 GiB / 20 GiB avail 2026-03-31T20:23:28.472 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:23:28 vm06 bash[23229]: cluster 2026-03-31T20:23:27.112326+0000 mgr.a (mgr.14152) 76 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 26 MiB used, 20 GiB / 20 GiB avail 2026-03-31T20:23:28.472 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:23:28 vm06 bash[23229]: cluster 2026-03-31T20:23:27.112326+0000 mgr.a (mgr.14152) 76 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 26 MiB used, 20 GiB / 20 GiB avail 2026-03-31T20:23:28.588 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:23:28 vm01 bash[20507]: cluster 2026-03-31T20:23:27.112326+0000 mgr.a (mgr.14152) 76 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 26 MiB used, 20 GiB / 20 GiB avail 2026-03-31T20:23:28.588 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:23:28 vm01 bash[20507]: cluster 2026-03-31T20:23:27.112326+0000 mgr.a (mgr.14152) 76 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 26 MiB used, 20 GiB / 20 GiB avail 2026-03-31T20:23:28.643 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:23:28 vm05 bash[22868]: cluster 2026-03-31T20:23:27.112326+0000 mgr.a (mgr.14152) 76 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 26 MiB used, 20 GiB / 20 GiB avail 2026-03-31T20:23:28.643 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:23:28 vm05 bash[22868]: cluster 2026-03-31T20:23:27.112326+0000 mgr.a (mgr.14152) 76 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 26 MiB used, 20 GiB / 20 GiB avail 2026-03-31T20:23:30.472 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:23:30 vm06 bash[23229]: cluster 2026-03-31T20:23:29.112555+0000 mgr.a (mgr.14152) 77 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 26 MiB used, 20 GiB / 20 GiB avail 2026-03-31T20:23:30.472 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:23:30 vm06 bash[23229]: cluster 2026-03-31T20:23:29.112555+0000 mgr.a (mgr.14152) 77 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 26 MiB used, 20 GiB / 20 GiB avail 2026-03-31T20:23:30.588 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:23:30 vm01 bash[20507]: cluster 2026-03-31T20:23:29.112555+0000 mgr.a (mgr.14152) 77 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 26 MiB used, 20 GiB / 20 GiB avail 2026-03-31T20:23:30.588 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:23:30 vm01 bash[20507]: cluster 2026-03-31T20:23:29.112555+0000 mgr.a (mgr.14152) 77 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 26 MiB used, 20 GiB / 20 GiB avail 2026-03-31T20:23:30.643 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:23:30 vm05 bash[22868]: cluster 2026-03-31T20:23:29.112555+0000 mgr.a (mgr.14152) 77 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 26 MiB used, 20 GiB / 20 GiB avail 2026-03-31T20:23:30.643 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:23:30 vm05 bash[22868]: cluster 2026-03-31T20:23:29.112555+0000 mgr.a (mgr.14152) 77 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 26 MiB used, 20 GiB / 20 GiB avail 2026-03-31T20:23:32.472 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:23:32 vm06 bash[23229]: cluster 2026-03-31T20:23:31.112809+0000 mgr.a (mgr.14152) 78 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 26 MiB used, 20 GiB / 20 GiB avail 2026-03-31T20:23:32.472 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:23:32 vm06 bash[23229]: cluster 2026-03-31T20:23:31.112809+0000 mgr.a (mgr.14152) 78 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 26 MiB used, 20 GiB / 20 GiB avail 2026-03-31T20:23:32.588 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:23:32 vm01 bash[20507]: cluster 2026-03-31T20:23:31.112809+0000 mgr.a (mgr.14152) 78 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 26 MiB used, 20 GiB / 20 GiB avail 2026-03-31T20:23:32.588 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:23:32 vm01 bash[20507]: cluster 2026-03-31T20:23:31.112809+0000 mgr.a (mgr.14152) 78 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 26 MiB used, 20 GiB / 20 GiB avail 2026-03-31T20:23:32.643 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:23:32 vm05 bash[22868]: cluster 2026-03-31T20:23:31.112809+0000 mgr.a (mgr.14152) 78 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 26 MiB used, 20 GiB / 20 GiB avail 2026-03-31T20:23:32.643 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:23:32 vm05 bash[22868]: cluster 2026-03-31T20:23:31.112809+0000 mgr.a (mgr.14152) 78 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 26 MiB used, 20 GiB / 20 GiB avail 2026-03-31T20:23:34.472 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:23:34 vm06 bash[23229]: cluster 2026-03-31T20:23:33.113070+0000 mgr.a (mgr.14152) 79 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 26 MiB used, 20 GiB / 20 GiB avail 2026-03-31T20:23:34.472 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:23:34 vm06 bash[23229]: cluster 2026-03-31T20:23:33.113070+0000 mgr.a (mgr.14152) 79 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 26 MiB used, 20 GiB / 20 GiB avail 2026-03-31T20:23:34.588 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:23:34 vm01 bash[20507]: cluster 2026-03-31T20:23:33.113070+0000 mgr.a (mgr.14152) 79 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 26 MiB used, 20 GiB / 20 GiB avail 2026-03-31T20:23:34.588 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:23:34 vm01 bash[20507]: cluster 2026-03-31T20:23:33.113070+0000 mgr.a (mgr.14152) 79 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 26 MiB used, 20 GiB / 20 GiB avail 2026-03-31T20:23:34.643 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:23:34 vm05 bash[22868]: cluster 2026-03-31T20:23:33.113070+0000 mgr.a (mgr.14152) 79 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 26 MiB used, 20 GiB / 20 GiB avail 2026-03-31T20:23:34.643 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:23:34 vm05 bash[22868]: cluster 2026-03-31T20:23:33.113070+0000 mgr.a (mgr.14152) 79 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 26 MiB used, 20 GiB / 20 GiB avail 2026-03-31T20:23:36.472 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:23:36 vm06 bash[23229]: cluster 2026-03-31T20:23:35.113369+0000 mgr.a (mgr.14152) 80 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 26 MiB used, 20 GiB / 20 GiB avail 2026-03-31T20:23:36.472 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:23:36 vm06 bash[23229]: cluster 2026-03-31T20:23:35.113369+0000 mgr.a (mgr.14152) 80 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 26 MiB used, 20 GiB / 20 GiB avail 2026-03-31T20:23:36.588 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:23:36 vm01 bash[20507]: cluster 2026-03-31T20:23:35.113369+0000 mgr.a (mgr.14152) 80 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 26 MiB used, 20 GiB / 20 GiB avail 2026-03-31T20:23:36.588 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:23:36 vm01 bash[20507]: cluster 2026-03-31T20:23:35.113369+0000 mgr.a (mgr.14152) 80 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 26 MiB used, 20 GiB / 20 GiB avail 2026-03-31T20:23:36.643 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:23:36 vm05 bash[22868]: cluster 2026-03-31T20:23:35.113369+0000 mgr.a (mgr.14152) 80 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 26 MiB used, 20 GiB / 20 GiB avail 2026-03-31T20:23:36.643 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:23:36 vm05 bash[22868]: cluster 2026-03-31T20:23:35.113369+0000 mgr.a (mgr.14152) 80 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 26 MiB used, 20 GiB / 20 GiB avail 2026-03-31T20:23:38.472 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:23:38 vm06 bash[23229]: cluster 2026-03-31T20:23:37.113610+0000 mgr.a (mgr.14152) 81 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 26 MiB used, 20 GiB / 20 GiB avail 2026-03-31T20:23:38.472 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:23:38 vm06 bash[23229]: cluster 2026-03-31T20:23:37.113610+0000 mgr.a (mgr.14152) 81 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 26 MiB used, 20 GiB / 20 GiB avail 2026-03-31T20:23:38.588 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:23:38 vm01 bash[20507]: cluster 2026-03-31T20:23:37.113610+0000 mgr.a (mgr.14152) 81 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 26 MiB used, 20 GiB / 20 GiB avail 2026-03-31T20:23:38.588 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:23:38 vm01 bash[20507]: cluster 2026-03-31T20:23:37.113610+0000 mgr.a (mgr.14152) 81 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 26 MiB used, 20 GiB / 20 GiB avail 2026-03-31T20:23:38.643 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:23:38 vm05 bash[22868]: cluster 2026-03-31T20:23:37.113610+0000 mgr.a (mgr.14152) 81 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 26 MiB used, 20 GiB / 20 GiB avail 2026-03-31T20:23:38.643 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:23:38 vm05 bash[22868]: cluster 2026-03-31T20:23:37.113610+0000 mgr.a (mgr.14152) 81 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 26 MiB used, 20 GiB / 20 GiB avail 2026-03-31T20:23:40.588 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:23:40 vm01 bash[20507]: cluster 2026-03-31T20:23:39.113836+0000 mgr.a (mgr.14152) 82 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 26 MiB used, 20 GiB / 20 GiB avail 2026-03-31T20:23:40.588 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:23:40 vm01 bash[20507]: cluster 2026-03-31T20:23:39.113836+0000 mgr.a (mgr.14152) 82 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 26 MiB used, 20 GiB / 20 GiB avail 2026-03-31T20:23:40.643 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:23:40 vm05 bash[22868]: cluster 2026-03-31T20:23:39.113836+0000 mgr.a (mgr.14152) 82 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 26 MiB used, 20 GiB / 20 GiB avail 2026-03-31T20:23:40.643 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:23:40 vm05 bash[22868]: cluster 2026-03-31T20:23:39.113836+0000 mgr.a (mgr.14152) 82 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 26 MiB used, 20 GiB / 20 GiB avail 2026-03-31T20:23:40.722 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:23:40 vm06 bash[23229]: cluster 2026-03-31T20:23:39.113836+0000 mgr.a (mgr.14152) 82 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 26 MiB used, 20 GiB / 20 GiB avail 2026-03-31T20:23:40.722 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:23:40 vm06 bash[23229]: cluster 2026-03-31T20:23:39.113836+0000 mgr.a (mgr.14152) 82 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 26 MiB used, 20 GiB / 20 GiB avail 2026-03-31T20:23:42.588 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:23:42 vm01 bash[20507]: cluster 2026-03-31T20:23:41.114080+0000 mgr.a (mgr.14152) 83 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 26 MiB used, 20 GiB / 20 GiB avail 2026-03-31T20:23:42.588 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:23:42 vm01 bash[20507]: cluster 2026-03-31T20:23:41.114080+0000 mgr.a (mgr.14152) 83 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 26 MiB used, 20 GiB / 20 GiB avail 2026-03-31T20:23:42.643 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:23:42 vm05 bash[22868]: cluster 2026-03-31T20:23:41.114080+0000 mgr.a (mgr.14152) 83 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 26 MiB used, 20 GiB / 20 GiB avail 2026-03-31T20:23:42.643 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:23:42 vm05 bash[22868]: cluster 2026-03-31T20:23:41.114080+0000 mgr.a (mgr.14152) 83 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 26 MiB used, 20 GiB / 20 GiB avail 2026-03-31T20:23:42.722 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:23:42 vm06 bash[23229]: cluster 2026-03-31T20:23:41.114080+0000 mgr.a (mgr.14152) 83 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 26 MiB used, 20 GiB / 20 GiB avail 2026-03-31T20:23:42.722 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:23:42 vm06 bash[23229]: cluster 2026-03-31T20:23:41.114080+0000 mgr.a (mgr.14152) 83 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 26 MiB used, 20 GiB / 20 GiB avail 2026-03-31T20:23:44.588 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:23:44 vm01 bash[20507]: cluster 2026-03-31T20:23:43.114278+0000 mgr.a (mgr.14152) 84 : cluster [DBG] pgmap v34: 0 pgs: ; 0 B data, 26 MiB used, 20 GiB / 20 GiB avail 2026-03-31T20:23:44.588 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:23:44 vm01 bash[20507]: cluster 2026-03-31T20:23:43.114278+0000 mgr.a (mgr.14152) 84 : cluster [DBG] pgmap v34: 0 pgs: ; 0 B data, 26 MiB used, 20 GiB / 20 GiB avail 2026-03-31T20:23:44.643 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:23:44 vm05 bash[22868]: cluster 2026-03-31T20:23:43.114278+0000 mgr.a (mgr.14152) 84 : cluster [DBG] pgmap v34: 0 pgs: ; 0 B data, 26 MiB used, 20 GiB / 20 GiB avail 2026-03-31T20:23:44.643 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:23:44 vm05 bash[22868]: cluster 2026-03-31T20:23:43.114278+0000 mgr.a (mgr.14152) 84 : cluster [DBG] pgmap v34: 0 pgs: ; 0 B data, 26 MiB used, 20 GiB / 20 GiB avail 2026-03-31T20:23:44.722 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:23:44 vm06 bash[23229]: cluster 2026-03-31T20:23:43.114278+0000 mgr.a (mgr.14152) 84 : cluster [DBG] pgmap v34: 0 pgs: ; 0 B data, 26 MiB used, 20 GiB / 20 GiB avail 2026-03-31T20:23:44.722 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:23:44 vm06 bash[23229]: cluster 2026-03-31T20:23:43.114278+0000 mgr.a (mgr.14152) 84 : cluster [DBG] pgmap v34: 0 pgs: ; 0 B data, 26 MiB used, 20 GiB / 20 GiB avail 2026-03-31T20:23:45.588 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:23:45 vm01 bash[20507]: cluster 2026-03-31T20:23:45.114492+0000 mgr.a (mgr.14152) 85 : cluster [DBG] pgmap v35: 0 pgs: ; 0 B data, 26 MiB used, 20 GiB / 20 GiB avail 2026-03-31T20:23:45.588 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:23:45 vm01 bash[20507]: cluster 2026-03-31T20:23:45.114492+0000 mgr.a (mgr.14152) 85 : cluster [DBG] pgmap v35: 0 pgs: ; 0 B data, 26 MiB used, 20 GiB / 20 GiB avail 2026-03-31T20:23:45.643 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:23:45 vm05 bash[22868]: cluster 2026-03-31T20:23:45.114492+0000 mgr.a (mgr.14152) 85 : cluster [DBG] pgmap v35: 0 pgs: ; 0 B data, 26 MiB used, 20 GiB / 20 GiB avail 2026-03-31T20:23:45.643 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:23:45 vm05 bash[22868]: cluster 2026-03-31T20:23:45.114492+0000 mgr.a (mgr.14152) 85 : cluster [DBG] pgmap v35: 0 pgs: ; 0 B data, 26 MiB used, 20 GiB / 20 GiB avail 2026-03-31T20:23:45.722 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:23:45 vm06 bash[23229]: cluster 2026-03-31T20:23:45.114492+0000 mgr.a (mgr.14152) 85 : cluster [DBG] pgmap v35: 0 pgs: ; 0 B data, 26 MiB used, 20 GiB / 20 GiB avail 2026-03-31T20:23:45.722 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:23:45 vm06 bash[23229]: cluster 2026-03-31T20:23:45.114492+0000 mgr.a (mgr.14152) 85 : cluster [DBG] pgmap v35: 0 pgs: ; 0 B data, 26 MiB used, 20 GiB / 20 GiB avail 2026-03-31T20:23:48.472 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:23:48 vm06 bash[23229]: cluster 2026-03-31T20:23:47.114716+0000 mgr.a (mgr.14152) 86 : cluster [DBG] pgmap v36: 0 pgs: ; 0 B data, 26 MiB used, 20 GiB / 20 GiB avail 2026-03-31T20:23:48.472 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:23:48 vm06 bash[23229]: cluster 2026-03-31T20:23:47.114716+0000 mgr.a (mgr.14152) 86 : cluster [DBG] pgmap v36: 0 pgs: ; 0 B data, 26 MiB used, 20 GiB / 20 GiB avail 2026-03-31T20:23:48.588 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:23:48 vm01 bash[20507]: cluster 2026-03-31T20:23:47.114716+0000 mgr.a (mgr.14152) 86 : cluster [DBG] pgmap v36: 0 pgs: ; 0 B data, 26 MiB used, 20 GiB / 20 GiB avail 2026-03-31T20:23:48.588 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:23:48 vm01 bash[20507]: cluster 2026-03-31T20:23:47.114716+0000 mgr.a (mgr.14152) 86 : cluster [DBG] pgmap v36: 0 pgs: ; 0 B data, 26 MiB used, 20 GiB / 20 GiB avail 2026-03-31T20:23:48.643 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:23:48 vm05 bash[22868]: cluster 2026-03-31T20:23:47.114716+0000 mgr.a (mgr.14152) 86 : cluster [DBG] pgmap v36: 0 pgs: ; 0 B data, 26 MiB used, 20 GiB / 20 GiB avail 2026-03-31T20:23:48.643 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:23:48 vm05 bash[22868]: cluster 2026-03-31T20:23:47.114716+0000 mgr.a (mgr.14152) 86 : cluster [DBG] pgmap v36: 0 pgs: ; 0 B data, 26 MiB used, 20 GiB / 20 GiB avail 2026-03-31T20:23:50.472 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:23:50 vm06 bash[23229]: cluster 2026-03-31T20:23:49.114938+0000 mgr.a (mgr.14152) 87 : cluster [DBG] pgmap v37: 0 pgs: ; 0 B data, 26 MiB used, 20 GiB / 20 GiB avail 2026-03-31T20:23:50.472 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:23:50 vm06 bash[23229]: cluster 2026-03-31T20:23:49.114938+0000 mgr.a (mgr.14152) 87 : cluster [DBG] pgmap v37: 0 pgs: ; 0 B data, 26 MiB used, 20 GiB / 20 GiB avail 2026-03-31T20:23:50.588 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:23:50 vm01 bash[20507]: cluster 2026-03-31T20:23:49.114938+0000 mgr.a (mgr.14152) 87 : cluster [DBG] pgmap v37: 0 pgs: ; 0 B data, 26 MiB used, 20 GiB / 20 GiB avail 2026-03-31T20:23:50.588 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:23:50 vm01 bash[20507]: cluster 2026-03-31T20:23:49.114938+0000 mgr.a (mgr.14152) 87 : cluster [DBG] pgmap v37: 0 pgs: ; 0 B data, 26 MiB used, 20 GiB / 20 GiB avail 2026-03-31T20:23:50.643 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:23:50 vm05 bash[22868]: cluster 2026-03-31T20:23:49.114938+0000 mgr.a (mgr.14152) 87 : cluster [DBG] pgmap v37: 0 pgs: ; 0 B data, 26 MiB used, 20 GiB / 20 GiB avail 2026-03-31T20:23:50.643 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:23:50 vm05 bash[22868]: cluster 2026-03-31T20:23:49.114938+0000 mgr.a (mgr.14152) 87 : cluster [DBG] pgmap v37: 0 pgs: ; 0 B data, 26 MiB used, 20 GiB / 20 GiB avail 2026-03-31T20:23:52.472 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:23:52 vm06 bash[23229]: cluster 2026-03-31T20:23:51.115129+0000 mgr.a (mgr.14152) 88 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 26 MiB used, 20 GiB / 20 GiB avail 2026-03-31T20:23:52.472 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:23:52 vm06 bash[23229]: cluster 2026-03-31T20:23:51.115129+0000 mgr.a (mgr.14152) 88 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 26 MiB used, 20 GiB / 20 GiB avail 2026-03-31T20:23:52.588 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:23:52 vm01 bash[20507]: cluster 2026-03-31T20:23:51.115129+0000 mgr.a (mgr.14152) 88 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 26 MiB used, 20 GiB / 20 GiB avail 2026-03-31T20:23:52.588 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:23:52 vm01 bash[20507]: cluster 2026-03-31T20:23:51.115129+0000 mgr.a (mgr.14152) 88 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 26 MiB used, 20 GiB / 20 GiB avail 2026-03-31T20:23:52.643 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:23:52 vm05 bash[22868]: cluster 2026-03-31T20:23:51.115129+0000 mgr.a (mgr.14152) 88 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 26 MiB used, 20 GiB / 20 GiB avail 2026-03-31T20:23:52.643 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:23:52 vm05 bash[22868]: cluster 2026-03-31T20:23:51.115129+0000 mgr.a (mgr.14152) 88 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 26 MiB used, 20 GiB / 20 GiB avail 2026-03-31T20:23:54.472 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:23:54 vm06 bash[23229]: cluster 2026-03-31T20:23:53.115301+0000 mgr.a (mgr.14152) 89 : cluster [DBG] pgmap v39: 0 pgs: ; 0 B data, 26 MiB used, 20 GiB / 20 GiB avail 2026-03-31T20:23:54.472 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:23:54 vm06 bash[23229]: cluster 2026-03-31T20:23:53.115301+0000 mgr.a (mgr.14152) 89 : cluster [DBG] pgmap v39: 0 pgs: ; 0 B data, 26 MiB used, 20 GiB / 20 GiB avail 2026-03-31T20:23:54.588 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:23:54 vm01 bash[20507]: cluster 2026-03-31T20:23:53.115301+0000 mgr.a (mgr.14152) 89 : cluster [DBG] pgmap v39: 0 pgs: ; 0 B data, 26 MiB used, 20 GiB / 20 GiB avail 2026-03-31T20:23:54.588 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:23:54 vm01 bash[20507]: cluster 2026-03-31T20:23:53.115301+0000 mgr.a (mgr.14152) 89 : cluster [DBG] pgmap v39: 0 pgs: ; 0 B data, 26 MiB used, 20 GiB / 20 GiB avail 2026-03-31T20:23:54.643 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:23:54 vm05 bash[22868]: cluster 2026-03-31T20:23:53.115301+0000 mgr.a (mgr.14152) 89 : cluster [DBG] pgmap v39: 0 pgs: ; 0 B data, 26 MiB used, 20 GiB / 20 GiB avail 2026-03-31T20:23:54.643 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:23:54 vm05 bash[22868]: cluster 2026-03-31T20:23:53.115301+0000 mgr.a (mgr.14152) 89 : cluster [DBG] pgmap v39: 0 pgs: ; 0 B data, 26 MiB used, 20 GiB / 20 GiB avail 2026-03-31T20:23:56.472 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:23:56 vm06 bash[23229]: cluster 2026-03-31T20:23:55.115475+0000 mgr.a (mgr.14152) 90 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 26 MiB used, 20 GiB / 20 GiB avail 2026-03-31T20:23:56.472 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:23:56 vm06 bash[23229]: cluster 2026-03-31T20:23:55.115475+0000 mgr.a (mgr.14152) 90 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 26 MiB used, 20 GiB / 20 GiB avail 2026-03-31T20:23:56.588 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:23:56 vm01 bash[20507]: cluster 2026-03-31T20:23:55.115475+0000 mgr.a (mgr.14152) 90 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 26 MiB used, 20 GiB / 20 GiB avail 2026-03-31T20:23:56.588 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:23:56 vm01 bash[20507]: cluster 2026-03-31T20:23:55.115475+0000 mgr.a (mgr.14152) 90 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 26 MiB used, 20 GiB / 20 GiB avail 2026-03-31T20:23:56.643 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:23:56 vm05 bash[22868]: cluster 2026-03-31T20:23:55.115475+0000 mgr.a (mgr.14152) 90 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 26 MiB used, 20 GiB / 20 GiB avail 2026-03-31T20:23:56.643 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:23:56 vm05 bash[22868]: cluster 2026-03-31T20:23:55.115475+0000 mgr.a (mgr.14152) 90 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 26 MiB used, 20 GiB / 20 GiB avail 2026-03-31T20:23:58.472 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:23:58 vm06 bash[23229]: cluster 2026-03-31T20:23:57.115621+0000 mgr.a (mgr.14152) 91 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 26 MiB used, 20 GiB / 20 GiB avail 2026-03-31T20:23:58.472 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:23:58 vm06 bash[23229]: cluster 2026-03-31T20:23:57.115621+0000 mgr.a (mgr.14152) 91 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 26 MiB used, 20 GiB / 20 GiB avail 2026-03-31T20:23:58.588 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:23:58 vm01 bash[20507]: cluster 2026-03-31T20:23:57.115621+0000 mgr.a (mgr.14152) 91 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 26 MiB used, 20 GiB / 20 GiB avail 2026-03-31T20:23:58.588 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:23:58 vm01 bash[20507]: cluster 2026-03-31T20:23:57.115621+0000 mgr.a (mgr.14152) 91 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 26 MiB used, 20 GiB / 20 GiB avail 2026-03-31T20:23:58.643 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:23:58 vm05 bash[22868]: cluster 2026-03-31T20:23:57.115621+0000 mgr.a (mgr.14152) 91 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 26 MiB used, 20 GiB / 20 GiB avail 2026-03-31T20:23:58.643 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:23:58 vm05 bash[22868]: cluster 2026-03-31T20:23:57.115621+0000 mgr.a (mgr.14152) 91 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 26 MiB used, 20 GiB / 20 GiB avail 2026-03-31T20:24:00.472 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:24:00 vm06 bash[23229]: cluster 2026-03-31T20:23:59.115780+0000 mgr.a (mgr.14152) 92 : cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 26 MiB used, 20 GiB / 20 GiB avail 2026-03-31T20:24:00.472 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:24:00 vm06 bash[23229]: cluster 2026-03-31T20:23:59.115780+0000 mgr.a (mgr.14152) 92 : cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 26 MiB used, 20 GiB / 20 GiB avail 2026-03-31T20:24:00.588 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:24:00 vm01 bash[20507]: cluster 2026-03-31T20:23:59.115780+0000 mgr.a (mgr.14152) 92 : cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 26 MiB used, 20 GiB / 20 GiB avail 2026-03-31T20:24:00.588 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:24:00 vm01 bash[20507]: cluster 2026-03-31T20:23:59.115780+0000 mgr.a (mgr.14152) 92 : cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 26 MiB used, 20 GiB / 20 GiB avail 2026-03-31T20:24:00.643 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:24:00 vm05 bash[22868]: cluster 2026-03-31T20:23:59.115780+0000 mgr.a (mgr.14152) 92 : cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 26 MiB used, 20 GiB / 20 GiB avail 2026-03-31T20:24:00.643 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:24:00 vm05 bash[22868]: cluster 2026-03-31T20:23:59.115780+0000 mgr.a (mgr.14152) 92 : cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 26 MiB used, 20 GiB / 20 GiB avail 2026-03-31T20:24:02.472 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:24:02 vm06 bash[23229]: cluster 2026-03-31T20:24:01.115928+0000 mgr.a (mgr.14152) 93 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 26 MiB used, 20 GiB / 20 GiB avail 2026-03-31T20:24:02.472 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:24:02 vm06 bash[23229]: cluster 2026-03-31T20:24:01.115928+0000 mgr.a (mgr.14152) 93 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 26 MiB used, 20 GiB / 20 GiB avail 2026-03-31T20:24:02.588 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:24:02 vm01 bash[20507]: cluster 2026-03-31T20:24:01.115928+0000 mgr.a (mgr.14152) 93 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 26 MiB used, 20 GiB / 20 GiB avail 2026-03-31T20:24:02.588 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:24:02 vm01 bash[20507]: cluster 2026-03-31T20:24:01.115928+0000 mgr.a (mgr.14152) 93 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 26 MiB used, 20 GiB / 20 GiB avail 2026-03-31T20:24:02.643 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:24:02 vm05 bash[22868]: cluster 2026-03-31T20:24:01.115928+0000 mgr.a (mgr.14152) 93 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 26 MiB used, 20 GiB / 20 GiB avail 2026-03-31T20:24:02.643 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:24:02 vm05 bash[22868]: cluster 2026-03-31T20:24:01.115928+0000 mgr.a (mgr.14152) 93 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 26 MiB used, 20 GiB / 20 GiB avail 2026-03-31T20:24:04.472 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:24:04 vm06 bash[23229]: cluster 2026-03-31T20:24:03.116097+0000 mgr.a (mgr.14152) 94 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 26 MiB used, 20 GiB / 20 GiB avail 2026-03-31T20:24:04.472 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:24:04 vm06 bash[23229]: cluster 2026-03-31T20:24:03.116097+0000 mgr.a (mgr.14152) 94 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 26 MiB used, 20 GiB / 20 GiB avail 2026-03-31T20:24:04.588 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:24:04 vm01 bash[20507]: cluster 2026-03-31T20:24:03.116097+0000 mgr.a (mgr.14152) 94 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 26 MiB used, 20 GiB / 20 GiB avail 2026-03-31T20:24:04.588 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:24:04 vm01 bash[20507]: cluster 2026-03-31T20:24:03.116097+0000 mgr.a (mgr.14152) 94 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 26 MiB used, 20 GiB / 20 GiB avail 2026-03-31T20:24:04.643 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:24:04 vm05 bash[22868]: cluster 2026-03-31T20:24:03.116097+0000 mgr.a (mgr.14152) 94 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 26 MiB used, 20 GiB / 20 GiB avail 2026-03-31T20:24:04.643 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:24:04 vm05 bash[22868]: cluster 2026-03-31T20:24:03.116097+0000 mgr.a (mgr.14152) 94 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 26 MiB used, 20 GiB / 20 GiB avail 2026-03-31T20:24:06.472 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:24:06 vm06 bash[23229]: cluster 2026-03-31T20:24:05.116269+0000 mgr.a (mgr.14152) 95 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 26 MiB used, 20 GiB / 20 GiB avail 2026-03-31T20:24:06.472 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:24:06 vm06 bash[23229]: cluster 2026-03-31T20:24:05.116269+0000 mgr.a (mgr.14152) 95 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 26 MiB used, 20 GiB / 20 GiB avail 2026-03-31T20:24:06.588 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:24:06 vm01 bash[20507]: cluster 2026-03-31T20:24:05.116269+0000 mgr.a (mgr.14152) 95 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 26 MiB used, 20 GiB / 20 GiB avail 2026-03-31T20:24:06.588 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:24:06 vm01 bash[20507]: cluster 2026-03-31T20:24:05.116269+0000 mgr.a (mgr.14152) 95 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 26 MiB used, 20 GiB / 20 GiB avail 2026-03-31T20:24:06.643 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:24:06 vm05 bash[22868]: cluster 2026-03-31T20:24:05.116269+0000 mgr.a (mgr.14152) 95 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 26 MiB used, 20 GiB / 20 GiB avail 2026-03-31T20:24:06.643 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:24:06 vm05 bash[22868]: cluster 2026-03-31T20:24:05.116269+0000 mgr.a (mgr.14152) 95 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 26 MiB used, 20 GiB / 20 GiB avail 2026-03-31T20:24:08.588 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:24:08 vm01 bash[20507]: cluster 2026-03-31T20:24:07.116446+0000 mgr.a (mgr.14152) 96 : cluster [DBG] pgmap v46: 0 pgs: ; 0 B data, 26 MiB used, 20 GiB / 20 GiB avail 2026-03-31T20:24:08.588 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:24:08 vm01 bash[20507]: cluster 2026-03-31T20:24:07.116446+0000 mgr.a (mgr.14152) 96 : cluster [DBG] pgmap v46: 0 pgs: ; 0 B data, 26 MiB used, 20 GiB / 20 GiB avail 2026-03-31T20:24:08.643 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:24:08 vm05 bash[22868]: cluster 2026-03-31T20:24:07.116446+0000 mgr.a (mgr.14152) 96 : cluster [DBG] pgmap v46: 0 pgs: ; 0 B data, 26 MiB used, 20 GiB / 20 GiB avail 2026-03-31T20:24:08.643 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:24:08 vm05 bash[22868]: cluster 2026-03-31T20:24:07.116446+0000 mgr.a (mgr.14152) 96 : cluster [DBG] pgmap v46: 0 pgs: ; 0 B data, 26 MiB used, 20 GiB / 20 GiB avail 2026-03-31T20:24:08.722 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:24:08 vm06 bash[23229]: cluster 2026-03-31T20:24:07.116446+0000 mgr.a (mgr.14152) 96 : cluster [DBG] pgmap v46: 0 pgs: ; 0 B data, 26 MiB used, 20 GiB / 20 GiB avail 2026-03-31T20:24:08.722 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:24:08 vm06 bash[23229]: cluster 2026-03-31T20:24:07.116446+0000 mgr.a (mgr.14152) 96 : cluster [DBG] pgmap v46: 0 pgs: ; 0 B data, 26 MiB used, 20 GiB / 20 GiB avail 2026-03-31T20:24:10.588 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:24:10 vm01 bash[20507]: cluster 2026-03-31T20:24:09.116602+0000 mgr.a (mgr.14152) 97 : cluster [DBG] pgmap v47: 0 pgs: ; 0 B data, 26 MiB used, 20 GiB / 20 GiB avail 2026-03-31T20:24:10.588 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:24:10 vm01 bash[20507]: cluster 2026-03-31T20:24:09.116602+0000 mgr.a (mgr.14152) 97 : cluster [DBG] pgmap v47: 0 pgs: ; 0 B data, 26 MiB used, 20 GiB / 20 GiB avail 2026-03-31T20:24:10.643 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:24:10 vm05 bash[22868]: cluster 2026-03-31T20:24:09.116602+0000 mgr.a (mgr.14152) 97 : cluster [DBG] pgmap v47: 0 pgs: ; 0 B data, 26 MiB used, 20 GiB / 20 GiB avail 2026-03-31T20:24:10.643 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:24:10 vm05 bash[22868]: cluster 2026-03-31T20:24:09.116602+0000 mgr.a (mgr.14152) 97 : cluster [DBG] pgmap v47: 0 pgs: ; 0 B data, 26 MiB used, 20 GiB / 20 GiB avail 2026-03-31T20:24:10.722 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:24:10 vm06 bash[23229]: cluster 2026-03-31T20:24:09.116602+0000 mgr.a (mgr.14152) 97 : cluster [DBG] pgmap v47: 0 pgs: ; 0 B data, 26 MiB used, 20 GiB / 20 GiB avail 2026-03-31T20:24:10.722 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:24:10 vm06 bash[23229]: cluster 2026-03-31T20:24:09.116602+0000 mgr.a (mgr.14152) 97 : cluster [DBG] pgmap v47: 0 pgs: ; 0 B data, 26 MiB used, 20 GiB / 20 GiB avail 2026-03-31T20:24:12.588 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:24:12 vm01 bash[20507]: cluster 2026-03-31T20:24:11.116816+0000 mgr.a (mgr.14152) 98 : cluster [DBG] pgmap v48: 0 pgs: ; 0 B data, 26 MiB used, 20 GiB / 20 GiB avail 2026-03-31T20:24:12.588 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:24:12 vm01 bash[20507]: cluster 2026-03-31T20:24:11.116816+0000 mgr.a (mgr.14152) 98 : cluster [DBG] pgmap v48: 0 pgs: ; 0 B data, 26 MiB used, 20 GiB / 20 GiB avail 2026-03-31T20:24:12.643 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:24:12 vm05 bash[22868]: cluster 2026-03-31T20:24:11.116816+0000 mgr.a (mgr.14152) 98 : cluster [DBG] pgmap v48: 0 pgs: ; 0 B data, 26 MiB used, 20 GiB / 20 GiB avail 2026-03-31T20:24:12.643 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:24:12 vm05 bash[22868]: cluster 2026-03-31T20:24:11.116816+0000 mgr.a (mgr.14152) 98 : cluster [DBG] pgmap v48: 0 pgs: ; 0 B data, 26 MiB used, 20 GiB / 20 GiB avail 2026-03-31T20:24:12.722 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:24:12 vm06 bash[23229]: cluster 2026-03-31T20:24:11.116816+0000 mgr.a (mgr.14152) 98 : cluster [DBG] pgmap v48: 0 pgs: ; 0 B data, 26 MiB used, 20 GiB / 20 GiB avail 2026-03-31T20:24:12.722 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:24:12 vm06 bash[23229]: cluster 2026-03-31T20:24:11.116816+0000 mgr.a (mgr.14152) 98 : cluster [DBG] pgmap v48: 0 pgs: ; 0 B data, 26 MiB used, 20 GiB / 20 GiB avail 2026-03-31T20:24:14.588 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:24:14 vm01 bash[20507]: cluster 2026-03-31T20:24:13.117041+0000 mgr.a (mgr.14152) 99 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 26 MiB used, 20 GiB / 20 GiB avail 2026-03-31T20:24:14.588 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:24:14 vm01 bash[20507]: cluster 2026-03-31T20:24:13.117041+0000 mgr.a (mgr.14152) 99 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 26 MiB used, 20 GiB / 20 GiB avail 2026-03-31T20:24:14.643 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:24:14 vm05 bash[22868]: cluster 2026-03-31T20:24:13.117041+0000 mgr.a (mgr.14152) 99 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 26 MiB used, 20 GiB / 20 GiB avail 2026-03-31T20:24:14.643 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:24:14 vm05 bash[22868]: cluster 2026-03-31T20:24:13.117041+0000 mgr.a (mgr.14152) 99 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 26 MiB used, 20 GiB / 20 GiB avail 2026-03-31T20:24:14.722 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:24:14 vm06 bash[23229]: cluster 2026-03-31T20:24:13.117041+0000 mgr.a (mgr.14152) 99 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 26 MiB used, 20 GiB / 20 GiB avail 2026-03-31T20:24:14.722 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:24:14 vm06 bash[23229]: cluster 2026-03-31T20:24:13.117041+0000 mgr.a (mgr.14152) 99 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 26 MiB used, 20 GiB / 20 GiB avail 2026-03-31T20:24:15.588 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:24:15 vm01 bash[20507]: cluster 2026-03-31T20:24:15.117303+0000 mgr.a (mgr.14152) 100 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 26 MiB used, 20 GiB / 20 GiB avail 2026-03-31T20:24:15.588 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:24:15 vm01 bash[20507]: cluster 2026-03-31T20:24:15.117303+0000 mgr.a (mgr.14152) 100 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 26 MiB used, 20 GiB / 20 GiB avail 2026-03-31T20:24:15.643 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:24:15 vm05 bash[22868]: cluster 2026-03-31T20:24:15.117303+0000 mgr.a (mgr.14152) 100 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 26 MiB used, 20 GiB / 20 GiB avail 2026-03-31T20:24:15.643 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:24:15 vm05 bash[22868]: cluster 2026-03-31T20:24:15.117303+0000 mgr.a (mgr.14152) 100 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 26 MiB used, 20 GiB / 20 GiB avail 2026-03-31T20:24:15.722 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:24:15 vm06 bash[23229]: cluster 2026-03-31T20:24:15.117303+0000 mgr.a (mgr.14152) 100 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 26 MiB used, 20 GiB / 20 GiB avail 2026-03-31T20:24:15.722 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:24:15 vm06 bash[23229]: cluster 2026-03-31T20:24:15.117303+0000 mgr.a (mgr.14152) 100 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 26 MiB used, 20 GiB / 20 GiB avail 2026-03-31T20:24:18.472 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:24:18 vm06 bash[23229]: cluster 2026-03-31T20:24:17.117535+0000 mgr.a (mgr.14152) 101 : cluster [DBG] pgmap v51: 0 pgs: ; 0 B data, 26 MiB used, 20 GiB / 20 GiB avail 2026-03-31T20:24:18.472 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:24:18 vm06 bash[23229]: cluster 2026-03-31T20:24:17.117535+0000 mgr.a (mgr.14152) 101 : cluster [DBG] pgmap v51: 0 pgs: ; 0 B data, 26 MiB used, 20 GiB / 20 GiB avail 2026-03-31T20:24:18.588 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:24:18 vm01 bash[20507]: cluster 2026-03-31T20:24:17.117535+0000 mgr.a (mgr.14152) 101 : cluster [DBG] pgmap v51: 0 pgs: ; 0 B data, 26 MiB used, 20 GiB / 20 GiB avail 2026-03-31T20:24:18.588 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:24:18 vm01 bash[20507]: cluster 2026-03-31T20:24:17.117535+0000 mgr.a (mgr.14152) 101 : cluster [DBG] pgmap v51: 0 pgs: ; 0 B data, 26 MiB used, 20 GiB / 20 GiB avail 2026-03-31T20:24:18.643 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:24:18 vm05 bash[22868]: cluster 2026-03-31T20:24:17.117535+0000 mgr.a (mgr.14152) 101 : cluster [DBG] pgmap v51: 0 pgs: ; 0 B data, 26 MiB used, 20 GiB / 20 GiB avail 2026-03-31T20:24:18.643 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:24:18 vm05 bash[22868]: cluster 2026-03-31T20:24:17.117535+0000 mgr.a (mgr.14152) 101 : cluster [DBG] pgmap v51: 0 pgs: ; 0 B data, 26 MiB used, 20 GiB / 20 GiB avail 2026-03-31T20:24:20.472 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:24:20 vm06 bash[23229]: cluster 2026-03-31T20:24:19.117729+0000 mgr.a (mgr.14152) 102 : cluster [DBG] pgmap v52: 0 pgs: ; 0 B data, 26 MiB used, 20 GiB / 20 GiB avail 2026-03-31T20:24:20.472 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:24:20 vm06 bash[23229]: cluster 2026-03-31T20:24:19.117729+0000 mgr.a (mgr.14152) 102 : cluster [DBG] pgmap v52: 0 pgs: ; 0 B data, 26 MiB used, 20 GiB / 20 GiB avail 2026-03-31T20:24:20.588 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:24:20 vm01 bash[20507]: cluster 2026-03-31T20:24:19.117729+0000 mgr.a (mgr.14152) 102 : cluster [DBG] pgmap v52: 0 pgs: ; 0 B data, 26 MiB used, 20 GiB / 20 GiB avail 2026-03-31T20:24:20.588 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:24:20 vm01 bash[20507]: cluster 2026-03-31T20:24:19.117729+0000 mgr.a (mgr.14152) 102 : cluster [DBG] pgmap v52: 0 pgs: ; 0 B data, 26 MiB used, 20 GiB / 20 GiB avail 2026-03-31T20:24:20.642 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:24:20 vm05 bash[22868]: cluster 2026-03-31T20:24:19.117729+0000 mgr.a (mgr.14152) 102 : cluster [DBG] pgmap v52: 0 pgs: ; 0 B data, 26 MiB used, 20 GiB / 20 GiB avail 2026-03-31T20:24:20.643 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:24:20 vm05 bash[22868]: cluster 2026-03-31T20:24:19.117729+0000 mgr.a (mgr.14152) 102 : cluster [DBG] pgmap v52: 0 pgs: ; 0 B data, 26 MiB used, 20 GiB / 20 GiB avail 2026-03-31T20:24:22.472 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:24:22 vm06 bash[23229]: cluster 2026-03-31T20:24:21.117947+0000 mgr.a (mgr.14152) 103 : cluster [DBG] pgmap v53: 0 pgs: ; 0 B data, 26 MiB used, 20 GiB / 20 GiB avail 2026-03-31T20:24:22.472 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:24:22 vm06 bash[23229]: cluster 2026-03-31T20:24:21.117947+0000 mgr.a (mgr.14152) 103 : cluster [DBG] pgmap v53: 0 pgs: ; 0 B data, 26 MiB used, 20 GiB / 20 GiB avail 2026-03-31T20:24:22.588 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:24:22 vm01 bash[20507]: cluster 2026-03-31T20:24:21.117947+0000 mgr.a (mgr.14152) 103 : cluster [DBG] pgmap v53: 0 pgs: ; 0 B data, 26 MiB used, 20 GiB / 20 GiB avail 2026-03-31T20:24:22.588 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:24:22 vm01 bash[20507]: cluster 2026-03-31T20:24:21.117947+0000 mgr.a (mgr.14152) 103 : cluster [DBG] pgmap v53: 0 pgs: ; 0 B data, 26 MiB used, 20 GiB / 20 GiB avail 2026-03-31T20:24:22.643 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:24:22 vm05 bash[22868]: cluster 2026-03-31T20:24:21.117947+0000 mgr.a (mgr.14152) 103 : cluster [DBG] pgmap v53: 0 pgs: ; 0 B data, 26 MiB used, 20 GiB / 20 GiB avail 2026-03-31T20:24:22.643 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:24:22 vm05 bash[22868]: cluster 2026-03-31T20:24:21.117947+0000 mgr.a (mgr.14152) 103 : cluster [DBG] pgmap v53: 0 pgs: ; 0 B data, 26 MiB used, 20 GiB / 20 GiB avail 2026-03-31T20:24:24.472 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:24:24 vm06 bash[23229]: cluster 2026-03-31T20:24:23.118192+0000 mgr.a (mgr.14152) 104 : cluster [DBG] pgmap v54: 0 pgs: ; 0 B data, 26 MiB used, 20 GiB / 20 GiB avail 2026-03-31T20:24:24.472 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:24:24 vm06 bash[23229]: cluster 2026-03-31T20:24:23.118192+0000 mgr.a (mgr.14152) 104 : cluster [DBG] pgmap v54: 0 pgs: ; 0 B data, 26 MiB used, 20 GiB / 20 GiB avail 2026-03-31T20:24:24.588 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:24:24 vm01 bash[20507]: cluster 2026-03-31T20:24:23.118192+0000 mgr.a (mgr.14152) 104 : cluster [DBG] pgmap v54: 0 pgs: ; 0 B data, 26 MiB used, 20 GiB / 20 GiB avail 2026-03-31T20:24:24.588 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:24:24 vm01 bash[20507]: cluster 2026-03-31T20:24:23.118192+0000 mgr.a (mgr.14152) 104 : cluster [DBG] pgmap v54: 0 pgs: ; 0 B data, 26 MiB used, 20 GiB / 20 GiB avail 2026-03-31T20:24:24.643 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:24:24 vm05 bash[22868]: cluster 2026-03-31T20:24:23.118192+0000 mgr.a (mgr.14152) 104 : cluster [DBG] pgmap v54: 0 pgs: ; 0 B data, 26 MiB used, 20 GiB / 20 GiB avail 2026-03-31T20:24:24.643 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:24:24 vm05 bash[22868]: cluster 2026-03-31T20:24:23.118192+0000 mgr.a (mgr.14152) 104 : cluster [DBG] pgmap v54: 0 pgs: ; 0 B data, 26 MiB used, 20 GiB / 20 GiB avail 2026-03-31T20:24:26.472 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:24:26 vm06 bash[23229]: cluster 2026-03-31T20:24:25.118369+0000 mgr.a (mgr.14152) 105 : cluster [DBG] pgmap v55: 0 pgs: ; 0 B data, 26 MiB used, 20 GiB / 20 GiB avail 2026-03-31T20:24:26.472 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:24:26 vm06 bash[23229]: cluster 2026-03-31T20:24:25.118369+0000 mgr.a (mgr.14152) 105 : cluster [DBG] pgmap v55: 0 pgs: ; 0 B data, 26 MiB used, 20 GiB / 20 GiB avail 2026-03-31T20:24:26.588 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:24:26 vm01 bash[20507]: cluster 2026-03-31T20:24:25.118369+0000 mgr.a (mgr.14152) 105 : cluster [DBG] pgmap v55: 0 pgs: ; 0 B data, 26 MiB used, 20 GiB / 20 GiB avail 2026-03-31T20:24:26.588 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:24:26 vm01 bash[20507]: cluster 2026-03-31T20:24:25.118369+0000 mgr.a (mgr.14152) 105 : cluster [DBG] pgmap v55: 0 pgs: ; 0 B data, 26 MiB used, 20 GiB / 20 GiB avail 2026-03-31T20:24:26.643 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:24:26 vm05 bash[22868]: cluster 2026-03-31T20:24:25.118369+0000 mgr.a (mgr.14152) 105 : cluster [DBG] pgmap v55: 0 pgs: ; 0 B data, 26 MiB used, 20 GiB / 20 GiB avail 2026-03-31T20:24:26.643 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:24:26 vm05 bash[22868]: cluster 2026-03-31T20:24:25.118369+0000 mgr.a (mgr.14152) 105 : cluster [DBG] pgmap v55: 0 pgs: ; 0 B data, 26 MiB used, 20 GiB / 20 GiB avail 2026-03-31T20:24:28.472 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:24:28 vm06 bash[23229]: cluster 2026-03-31T20:24:27.118509+0000 mgr.a (mgr.14152) 106 : cluster [DBG] pgmap v56: 0 pgs: ; 0 B data, 26 MiB used, 20 GiB / 20 GiB avail 2026-03-31T20:24:28.472 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:24:28 vm06 bash[23229]: cluster 2026-03-31T20:24:27.118509+0000 mgr.a (mgr.14152) 106 : cluster [DBG] pgmap v56: 0 pgs: ; 0 B data, 26 MiB used, 20 GiB / 20 GiB avail 2026-03-31T20:24:28.588 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:24:28 vm01 bash[20507]: cluster 2026-03-31T20:24:27.118509+0000 mgr.a (mgr.14152) 106 : cluster [DBG] pgmap v56: 0 pgs: ; 0 B data, 26 MiB used, 20 GiB / 20 GiB avail 2026-03-31T20:24:28.588 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:24:28 vm01 bash[20507]: cluster 2026-03-31T20:24:27.118509+0000 mgr.a (mgr.14152) 106 : cluster [DBG] pgmap v56: 0 pgs: ; 0 B data, 26 MiB used, 20 GiB / 20 GiB avail 2026-03-31T20:24:28.643 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:24:28 vm05 bash[22868]: cluster 2026-03-31T20:24:27.118509+0000 mgr.a (mgr.14152) 106 : cluster [DBG] pgmap v56: 0 pgs: ; 0 B data, 26 MiB used, 20 GiB / 20 GiB avail 2026-03-31T20:24:28.643 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:24:28 vm05 bash[22868]: cluster 2026-03-31T20:24:27.118509+0000 mgr.a (mgr.14152) 106 : cluster [DBG] pgmap v56: 0 pgs: ; 0 B data, 26 MiB used, 20 GiB / 20 GiB avail 2026-03-31T20:24:30.472 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:24:30 vm06 bash[23229]: cluster 2026-03-31T20:24:29.118696+0000 mgr.a (mgr.14152) 107 : cluster [DBG] pgmap v57: 0 pgs: ; 0 B data, 26 MiB used, 20 GiB / 20 GiB avail 2026-03-31T20:24:30.472 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:24:30 vm06 bash[23229]: cluster 2026-03-31T20:24:29.118696+0000 mgr.a (mgr.14152) 107 : cluster [DBG] pgmap v57: 0 pgs: ; 0 B data, 26 MiB used, 20 GiB / 20 GiB avail 2026-03-31T20:24:30.588 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:24:30 vm01 bash[20507]: cluster 2026-03-31T20:24:29.118696+0000 mgr.a (mgr.14152) 107 : cluster [DBG] pgmap v57: 0 pgs: ; 0 B data, 26 MiB used, 20 GiB / 20 GiB avail 2026-03-31T20:24:30.588 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:24:30 vm01 bash[20507]: cluster 2026-03-31T20:24:29.118696+0000 mgr.a (mgr.14152) 107 : cluster [DBG] pgmap v57: 0 pgs: ; 0 B data, 26 MiB used, 20 GiB / 20 GiB avail 2026-03-31T20:24:30.643 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:24:30 vm05 bash[22868]: cluster 2026-03-31T20:24:29.118696+0000 mgr.a (mgr.14152) 107 : cluster [DBG] pgmap v57: 0 pgs: ; 0 B data, 26 MiB used, 20 GiB / 20 GiB avail 2026-03-31T20:24:30.643 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:24:30 vm05 bash[22868]: cluster 2026-03-31T20:24:29.118696+0000 mgr.a (mgr.14152) 107 : cluster [DBG] pgmap v57: 0 pgs: ; 0 B data, 26 MiB used, 20 GiB / 20 GiB avail 2026-03-31T20:24:32.472 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:24:32 vm06 bash[23229]: cluster 2026-03-31T20:24:31.118911+0000 mgr.a (mgr.14152) 108 : cluster [DBG] pgmap v58: 0 pgs: ; 0 B data, 26 MiB used, 20 GiB / 20 GiB avail 2026-03-31T20:24:32.472 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:24:32 vm06 bash[23229]: cluster 2026-03-31T20:24:31.118911+0000 mgr.a (mgr.14152) 108 : cluster [DBG] pgmap v58: 0 pgs: ; 0 B data, 26 MiB used, 20 GiB / 20 GiB avail 2026-03-31T20:24:32.588 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:24:32 vm01 bash[20507]: cluster 2026-03-31T20:24:31.118911+0000 mgr.a (mgr.14152) 108 : cluster [DBG] pgmap v58: 0 pgs: ; 0 B data, 26 MiB used, 20 GiB / 20 GiB avail 2026-03-31T20:24:32.588 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:24:32 vm01 bash[20507]: cluster 2026-03-31T20:24:31.118911+0000 mgr.a (mgr.14152) 108 : cluster [DBG] pgmap v58: 0 pgs: ; 0 B data, 26 MiB used, 20 GiB / 20 GiB avail 2026-03-31T20:24:32.643 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:24:32 vm05 bash[22868]: cluster 2026-03-31T20:24:31.118911+0000 mgr.a (mgr.14152) 108 : cluster [DBG] pgmap v58: 0 pgs: ; 0 B data, 26 MiB used, 20 GiB / 20 GiB avail 2026-03-31T20:24:32.643 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:24:32 vm05 bash[22868]: cluster 2026-03-31T20:24:31.118911+0000 mgr.a (mgr.14152) 108 : cluster [DBG] pgmap v58: 0 pgs: ; 0 B data, 26 MiB used, 20 GiB / 20 GiB avail 2026-03-31T20:24:34.472 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:24:34 vm06 bash[23229]: cluster 2026-03-31T20:24:33.119094+0000 mgr.a (mgr.14152) 109 : cluster [DBG] pgmap v59: 0 pgs: ; 0 B data, 26 MiB used, 20 GiB / 20 GiB avail 2026-03-31T20:24:34.472 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:24:34 vm06 bash[23229]: cluster 2026-03-31T20:24:33.119094+0000 mgr.a (mgr.14152) 109 : cluster [DBG] pgmap v59: 0 pgs: ; 0 B data, 26 MiB used, 20 GiB / 20 GiB avail 2026-03-31T20:24:34.588 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:24:34 vm01 bash[20507]: cluster 2026-03-31T20:24:33.119094+0000 mgr.a (mgr.14152) 109 : cluster [DBG] pgmap v59: 0 pgs: ; 0 B data, 26 MiB used, 20 GiB / 20 GiB avail 2026-03-31T20:24:34.588 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:24:34 vm01 bash[20507]: cluster 2026-03-31T20:24:33.119094+0000 mgr.a (mgr.14152) 109 : cluster [DBG] pgmap v59: 0 pgs: ; 0 B data, 26 MiB used, 20 GiB / 20 GiB avail 2026-03-31T20:24:34.643 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:24:34 vm05 bash[22868]: cluster 2026-03-31T20:24:33.119094+0000 mgr.a (mgr.14152) 109 : cluster [DBG] pgmap v59: 0 pgs: ; 0 B data, 26 MiB used, 20 GiB / 20 GiB avail 2026-03-31T20:24:34.643 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:24:34 vm05 bash[22868]: cluster 2026-03-31T20:24:33.119094+0000 mgr.a (mgr.14152) 109 : cluster [DBG] pgmap v59: 0 pgs: ; 0 B data, 26 MiB used, 20 GiB / 20 GiB avail 2026-03-31T20:24:36.472 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:24:36 vm06 bash[23229]: cluster 2026-03-31T20:24:35.119311+0000 mgr.a (mgr.14152) 110 : cluster [DBG] pgmap v60: 0 pgs: ; 0 B data, 26 MiB used, 20 GiB / 20 GiB avail 2026-03-31T20:24:36.472 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:24:36 vm06 bash[23229]: cluster 2026-03-31T20:24:35.119311+0000 mgr.a (mgr.14152) 110 : cluster [DBG] pgmap v60: 0 pgs: ; 0 B data, 26 MiB used, 20 GiB / 20 GiB avail 2026-03-31T20:24:36.588 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:24:36 vm01 bash[20507]: cluster 2026-03-31T20:24:35.119311+0000 mgr.a (mgr.14152) 110 : cluster [DBG] pgmap v60: 0 pgs: ; 0 B data, 26 MiB used, 20 GiB / 20 GiB avail 2026-03-31T20:24:36.588 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:24:36 vm01 bash[20507]: cluster 2026-03-31T20:24:35.119311+0000 mgr.a (mgr.14152) 110 : cluster [DBG] pgmap v60: 0 pgs: ; 0 B data, 26 MiB used, 20 GiB / 20 GiB avail 2026-03-31T20:24:36.643 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:24:36 vm05 bash[22868]: cluster 2026-03-31T20:24:35.119311+0000 mgr.a (mgr.14152) 110 : cluster [DBG] pgmap v60: 0 pgs: ; 0 B data, 26 MiB used, 20 GiB / 20 GiB avail 2026-03-31T20:24:36.643 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:24:36 vm05 bash[22868]: cluster 2026-03-31T20:24:35.119311+0000 mgr.a (mgr.14152) 110 : cluster [DBG] pgmap v60: 0 pgs: ; 0 B data, 26 MiB used, 20 GiB / 20 GiB avail 2026-03-31T20:24:38.588 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:24:38 vm01 bash[20507]: cluster 2026-03-31T20:24:37.119584+0000 mgr.a (mgr.14152) 111 : cluster [DBG] pgmap v61: 0 pgs: ; 0 B data, 26 MiB used, 20 GiB / 20 GiB avail 2026-03-31T20:24:38.588 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:24:38 vm01 bash[20507]: cluster 2026-03-31T20:24:37.119584+0000 mgr.a (mgr.14152) 111 : cluster [DBG] pgmap v61: 0 pgs: ; 0 B data, 26 MiB used, 20 GiB / 20 GiB avail 2026-03-31T20:24:38.643 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:24:38 vm05 bash[22868]: cluster 2026-03-31T20:24:37.119584+0000 mgr.a (mgr.14152) 111 : cluster [DBG] pgmap v61: 0 pgs: ; 0 B data, 26 MiB used, 20 GiB / 20 GiB avail 2026-03-31T20:24:38.643 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:24:38 vm05 bash[22868]: cluster 2026-03-31T20:24:37.119584+0000 mgr.a (mgr.14152) 111 : cluster [DBG] pgmap v61: 0 pgs: ; 0 B data, 26 MiB used, 20 GiB / 20 GiB avail 2026-03-31T20:24:38.722 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:24:38 vm06 bash[23229]: cluster 2026-03-31T20:24:37.119584+0000 mgr.a (mgr.14152) 111 : cluster [DBG] pgmap v61: 0 pgs: ; 0 B data, 26 MiB used, 20 GiB / 20 GiB avail 2026-03-31T20:24:38.722 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:24:38 vm06 bash[23229]: cluster 2026-03-31T20:24:37.119584+0000 mgr.a (mgr.14152) 111 : cluster [DBG] pgmap v61: 0 pgs: ; 0 B data, 26 MiB used, 20 GiB / 20 GiB avail 2026-03-31T20:24:40.588 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:24:40 vm01 bash[20507]: cluster 2026-03-31T20:24:39.119791+0000 mgr.a (mgr.14152) 112 : cluster [DBG] pgmap v62: 0 pgs: ; 0 B data, 26 MiB used, 20 GiB / 20 GiB avail 2026-03-31T20:24:40.588 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:24:40 vm01 bash[20507]: cluster 2026-03-31T20:24:39.119791+0000 mgr.a (mgr.14152) 112 : cluster [DBG] pgmap v62: 0 pgs: ; 0 B data, 26 MiB used, 20 GiB / 20 GiB avail 2026-03-31T20:24:40.643 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:24:40 vm05 bash[22868]: cluster 2026-03-31T20:24:39.119791+0000 mgr.a (mgr.14152) 112 : cluster [DBG] pgmap v62: 0 pgs: ; 0 B data, 26 MiB used, 20 GiB / 20 GiB avail 2026-03-31T20:24:40.643 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:24:40 vm05 bash[22868]: cluster 2026-03-31T20:24:39.119791+0000 mgr.a (mgr.14152) 112 : cluster [DBG] pgmap v62: 0 pgs: ; 0 B data, 26 MiB used, 20 GiB / 20 GiB avail 2026-03-31T20:24:40.722 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:24:40 vm06 bash[23229]: cluster 2026-03-31T20:24:39.119791+0000 mgr.a (mgr.14152) 112 : cluster [DBG] pgmap v62: 0 pgs: ; 0 B data, 26 MiB used, 20 GiB / 20 GiB avail 2026-03-31T20:24:40.722 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:24:40 vm06 bash[23229]: cluster 2026-03-31T20:24:39.119791+0000 mgr.a (mgr.14152) 112 : cluster [DBG] pgmap v62: 0 pgs: ; 0 B data, 26 MiB used, 20 GiB / 20 GiB avail 2026-03-31T20:24:42.588 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:24:42 vm01 bash[20507]: cluster 2026-03-31T20:24:41.120009+0000 mgr.a (mgr.14152) 113 : cluster [DBG] pgmap v63: 0 pgs: ; 0 B data, 26 MiB used, 20 GiB / 20 GiB avail 2026-03-31T20:24:42.588 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:24:42 vm01 bash[20507]: cluster 2026-03-31T20:24:41.120009+0000 mgr.a (mgr.14152) 113 : cluster [DBG] pgmap v63: 0 pgs: ; 0 B data, 26 MiB used, 20 GiB / 20 GiB avail 2026-03-31T20:24:42.643 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:24:42 vm05 bash[22868]: cluster 2026-03-31T20:24:41.120009+0000 mgr.a (mgr.14152) 113 : cluster [DBG] pgmap v63: 0 pgs: ; 0 B data, 26 MiB used, 20 GiB / 20 GiB avail 2026-03-31T20:24:42.643 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:24:42 vm05 bash[22868]: cluster 2026-03-31T20:24:41.120009+0000 mgr.a (mgr.14152) 113 : cluster [DBG] pgmap v63: 0 pgs: ; 0 B data, 26 MiB used, 20 GiB / 20 GiB avail 2026-03-31T20:24:42.722 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:24:42 vm06 bash[23229]: cluster 2026-03-31T20:24:41.120009+0000 mgr.a (mgr.14152) 113 : cluster [DBG] pgmap v63: 0 pgs: ; 0 B data, 26 MiB used, 20 GiB / 20 GiB avail 2026-03-31T20:24:42.722 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:24:42 vm06 bash[23229]: cluster 2026-03-31T20:24:41.120009+0000 mgr.a (mgr.14152) 113 : cluster [DBG] pgmap v63: 0 pgs: ; 0 B data, 26 MiB used, 20 GiB / 20 GiB avail 2026-03-31T20:24:44.588 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:24:44 vm01 bash[20507]: cluster 2026-03-31T20:24:43.120195+0000 mgr.a (mgr.14152) 114 : cluster [DBG] pgmap v64: 0 pgs: ; 0 B data, 26 MiB used, 20 GiB / 20 GiB avail 2026-03-31T20:24:44.588 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:24:44 vm01 bash[20507]: cluster 2026-03-31T20:24:43.120195+0000 mgr.a (mgr.14152) 114 : cluster [DBG] pgmap v64: 0 pgs: ; 0 B data, 26 MiB used, 20 GiB / 20 GiB avail 2026-03-31T20:24:44.643 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:24:44 vm05 bash[22868]: cluster 2026-03-31T20:24:43.120195+0000 mgr.a (mgr.14152) 114 : cluster [DBG] pgmap v64: 0 pgs: ; 0 B data, 26 MiB used, 20 GiB / 20 GiB avail 2026-03-31T20:24:44.643 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:24:44 vm05 bash[22868]: cluster 2026-03-31T20:24:43.120195+0000 mgr.a (mgr.14152) 114 : cluster [DBG] pgmap v64: 0 pgs: ; 0 B data, 26 MiB used, 20 GiB / 20 GiB avail 2026-03-31T20:24:44.722 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:24:44 vm06 bash[23229]: cluster 2026-03-31T20:24:43.120195+0000 mgr.a (mgr.14152) 114 : cluster [DBG] pgmap v64: 0 pgs: ; 0 B data, 26 MiB used, 20 GiB / 20 GiB avail 2026-03-31T20:24:44.722 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:24:44 vm06 bash[23229]: cluster 2026-03-31T20:24:43.120195+0000 mgr.a (mgr.14152) 114 : cluster [DBG] pgmap v64: 0 pgs: ; 0 B data, 26 MiB used, 20 GiB / 20 GiB avail 2026-03-31T20:24:45.588 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:24:45 vm01 bash[20507]: cluster 2026-03-31T20:24:45.120454+0000 mgr.a (mgr.14152) 115 : cluster [DBG] pgmap v65: 0 pgs: ; 0 B data, 26 MiB used, 20 GiB / 20 GiB avail 2026-03-31T20:24:45.588 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:24:45 vm01 bash[20507]: cluster 2026-03-31T20:24:45.120454+0000 mgr.a (mgr.14152) 115 : cluster [DBG] pgmap v65: 0 pgs: ; 0 B data, 26 MiB used, 20 GiB / 20 GiB avail 2026-03-31T20:24:45.643 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:24:45 vm05 bash[22868]: cluster 2026-03-31T20:24:45.120454+0000 mgr.a (mgr.14152) 115 : cluster [DBG] pgmap v65: 0 pgs: ; 0 B data, 26 MiB used, 20 GiB / 20 GiB avail 2026-03-31T20:24:45.643 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:24:45 vm05 bash[22868]: cluster 2026-03-31T20:24:45.120454+0000 mgr.a (mgr.14152) 115 : cluster [DBG] pgmap v65: 0 pgs: ; 0 B data, 26 MiB used, 20 GiB / 20 GiB avail 2026-03-31T20:24:45.722 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:24:45 vm06 bash[23229]: cluster 2026-03-31T20:24:45.120454+0000 mgr.a (mgr.14152) 115 : cluster [DBG] pgmap v65: 0 pgs: ; 0 B data, 26 MiB used, 20 GiB / 20 GiB avail 2026-03-31T20:24:45.722 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:24:45 vm06 bash[23229]: cluster 2026-03-31T20:24:45.120454+0000 mgr.a (mgr.14152) 115 : cluster [DBG] pgmap v65: 0 pgs: ; 0 B data, 26 MiB used, 20 GiB / 20 GiB avail 2026-03-31T20:24:48.472 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:24:48 vm06 bash[23229]: cluster 2026-03-31T20:24:47.120713+0000 mgr.a (mgr.14152) 116 : cluster [DBG] pgmap v66: 0 pgs: ; 0 B data, 26 MiB used, 20 GiB / 20 GiB avail 2026-03-31T20:24:48.472 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:24:48 vm06 bash[23229]: cluster 2026-03-31T20:24:47.120713+0000 mgr.a (mgr.14152) 116 : cluster [DBG] pgmap v66: 0 pgs: ; 0 B data, 26 MiB used, 20 GiB / 20 GiB avail 2026-03-31T20:24:48.588 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:24:48 vm01 bash[20507]: cluster 2026-03-31T20:24:47.120713+0000 mgr.a (mgr.14152) 116 : cluster [DBG] pgmap v66: 0 pgs: ; 0 B data, 26 MiB used, 20 GiB / 20 GiB avail 2026-03-31T20:24:48.588 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:24:48 vm01 bash[20507]: cluster 2026-03-31T20:24:47.120713+0000 mgr.a (mgr.14152) 116 : cluster [DBG] pgmap v66: 0 pgs: ; 0 B data, 26 MiB used, 20 GiB / 20 GiB avail 2026-03-31T20:24:48.643 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:24:48 vm05 bash[22868]: cluster 2026-03-31T20:24:47.120713+0000 mgr.a (mgr.14152) 116 : cluster [DBG] pgmap v66: 0 pgs: ; 0 B data, 26 MiB used, 20 GiB / 20 GiB avail 2026-03-31T20:24:48.643 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:24:48 vm05 bash[22868]: cluster 2026-03-31T20:24:47.120713+0000 mgr.a (mgr.14152) 116 : cluster [DBG] pgmap v66: 0 pgs: ; 0 B data, 26 MiB used, 20 GiB / 20 GiB avail 2026-03-31T20:24:50.472 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:24:50 vm06 bash[23229]: cluster 2026-03-31T20:24:49.120952+0000 mgr.a (mgr.14152) 117 : cluster [DBG] pgmap v67: 0 pgs: ; 0 B data, 26 MiB used, 20 GiB / 20 GiB avail 2026-03-31T20:24:50.472 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:24:50 vm06 bash[23229]: cluster 2026-03-31T20:24:49.120952+0000 mgr.a (mgr.14152) 117 : cluster [DBG] pgmap v67: 0 pgs: ; 0 B data, 26 MiB used, 20 GiB / 20 GiB avail 2026-03-31T20:24:50.588 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:24:50 vm01 bash[20507]: cluster 2026-03-31T20:24:49.120952+0000 mgr.a (mgr.14152) 117 : cluster [DBG] pgmap v67: 0 pgs: ; 0 B data, 26 MiB used, 20 GiB / 20 GiB avail 2026-03-31T20:24:50.588 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:24:50 vm01 bash[20507]: cluster 2026-03-31T20:24:49.120952+0000 mgr.a (mgr.14152) 117 : cluster [DBG] pgmap v67: 0 pgs: ; 0 B data, 26 MiB used, 20 GiB / 20 GiB avail 2026-03-31T20:24:50.643 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:24:50 vm05 bash[22868]: cluster 2026-03-31T20:24:49.120952+0000 mgr.a (mgr.14152) 117 : cluster [DBG] pgmap v67: 0 pgs: ; 0 B data, 26 MiB used, 20 GiB / 20 GiB avail 2026-03-31T20:24:50.643 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:24:50 vm05 bash[22868]: cluster 2026-03-31T20:24:49.120952+0000 mgr.a (mgr.14152) 117 : cluster [DBG] pgmap v67: 0 pgs: ; 0 B data, 26 MiB used, 20 GiB / 20 GiB avail 2026-03-31T20:24:52.472 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:24:52 vm06 bash[23229]: cluster 2026-03-31T20:24:51.121257+0000 mgr.a (mgr.14152) 118 : cluster [DBG] pgmap v68: 0 pgs: ; 0 B data, 26 MiB used, 20 GiB / 20 GiB avail 2026-03-31T20:24:52.472 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:24:52 vm06 bash[23229]: cluster 2026-03-31T20:24:51.121257+0000 mgr.a (mgr.14152) 118 : cluster [DBG] pgmap v68: 0 pgs: ; 0 B data, 26 MiB used, 20 GiB / 20 GiB avail 2026-03-31T20:24:52.588 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:24:52 vm01 bash[20507]: cluster 2026-03-31T20:24:51.121257+0000 mgr.a (mgr.14152) 118 : cluster [DBG] pgmap v68: 0 pgs: ; 0 B data, 26 MiB used, 20 GiB / 20 GiB avail 2026-03-31T20:24:52.588 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:24:52 vm01 bash[20507]: cluster 2026-03-31T20:24:51.121257+0000 mgr.a (mgr.14152) 118 : cluster [DBG] pgmap v68: 0 pgs: ; 0 B data, 26 MiB used, 20 GiB / 20 GiB avail 2026-03-31T20:24:52.643 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:24:52 vm05 bash[22868]: cluster 2026-03-31T20:24:51.121257+0000 mgr.a (mgr.14152) 118 : cluster [DBG] pgmap v68: 0 pgs: ; 0 B data, 26 MiB used, 20 GiB / 20 GiB avail 2026-03-31T20:24:52.643 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:24:52 vm05 bash[22868]: cluster 2026-03-31T20:24:51.121257+0000 mgr.a (mgr.14152) 118 : cluster [DBG] pgmap v68: 0 pgs: ; 0 B data, 26 MiB used, 20 GiB / 20 GiB avail 2026-03-31T20:24:54.472 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:24:54 vm06 bash[23229]: cluster 2026-03-31T20:24:53.121559+0000 mgr.a (mgr.14152) 119 : cluster [DBG] pgmap v69: 0 pgs: ; 0 B data, 26 MiB used, 20 GiB / 20 GiB avail 2026-03-31T20:24:54.472 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:24:54 vm06 bash[23229]: cluster 2026-03-31T20:24:53.121559+0000 mgr.a (mgr.14152) 119 : cluster [DBG] pgmap v69: 0 pgs: ; 0 B data, 26 MiB used, 20 GiB / 20 GiB avail 2026-03-31T20:24:54.588 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:24:54 vm01 bash[20507]: cluster 2026-03-31T20:24:53.121559+0000 mgr.a (mgr.14152) 119 : cluster [DBG] pgmap v69: 0 pgs: ; 0 B data, 26 MiB used, 20 GiB / 20 GiB avail 2026-03-31T20:24:54.588 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:24:54 vm01 bash[20507]: cluster 2026-03-31T20:24:53.121559+0000 mgr.a (mgr.14152) 119 : cluster [DBG] pgmap v69: 0 pgs: ; 0 B data, 26 MiB used, 20 GiB / 20 GiB avail 2026-03-31T20:24:54.643 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:24:54 vm05 bash[22868]: cluster 2026-03-31T20:24:53.121559+0000 mgr.a (mgr.14152) 119 : cluster [DBG] pgmap v69: 0 pgs: ; 0 B data, 26 MiB used, 20 GiB / 20 GiB avail 2026-03-31T20:24:54.643 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:24:54 vm05 bash[22868]: cluster 2026-03-31T20:24:53.121559+0000 mgr.a (mgr.14152) 119 : cluster [DBG] pgmap v69: 0 pgs: ; 0 B data, 26 MiB used, 20 GiB / 20 GiB avail 2026-03-31T20:24:56.472 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:24:56 vm06 bash[23229]: cluster 2026-03-31T20:24:55.121805+0000 mgr.a (mgr.14152) 120 : cluster [DBG] pgmap v70: 0 pgs: ; 0 B data, 26 MiB used, 20 GiB / 20 GiB avail 2026-03-31T20:24:56.472 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:24:56 vm06 bash[23229]: cluster 2026-03-31T20:24:55.121805+0000 mgr.a (mgr.14152) 120 : cluster [DBG] pgmap v70: 0 pgs: ; 0 B data, 26 MiB used, 20 GiB / 20 GiB avail 2026-03-31T20:24:56.588 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:24:56 vm01 bash[20507]: cluster 2026-03-31T20:24:55.121805+0000 mgr.a (mgr.14152) 120 : cluster [DBG] pgmap v70: 0 pgs: ; 0 B data, 26 MiB used, 20 GiB / 20 GiB avail 2026-03-31T20:24:56.588 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:24:56 vm01 bash[20507]: cluster 2026-03-31T20:24:55.121805+0000 mgr.a (mgr.14152) 120 : cluster [DBG] pgmap v70: 0 pgs: ; 0 B data, 26 MiB used, 20 GiB / 20 GiB avail 2026-03-31T20:24:56.643 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:24:56 vm05 bash[22868]: cluster 2026-03-31T20:24:55.121805+0000 mgr.a (mgr.14152) 120 : cluster [DBG] pgmap v70: 0 pgs: ; 0 B data, 26 MiB used, 20 GiB / 20 GiB avail 2026-03-31T20:24:56.643 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:24:56 vm05 bash[22868]: cluster 2026-03-31T20:24:55.121805+0000 mgr.a (mgr.14152) 120 : cluster [DBG] pgmap v70: 0 pgs: ; 0 B data, 26 MiB used, 20 GiB / 20 GiB avail 2026-03-31T20:24:58.472 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:24:58 vm06 bash[23229]: cluster 2026-03-31T20:24:57.122081+0000 mgr.a (mgr.14152) 121 : cluster [DBG] pgmap v71: 0 pgs: ; 0 B data, 26 MiB used, 20 GiB / 20 GiB avail 2026-03-31T20:24:58.472 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:24:58 vm06 bash[23229]: cluster 2026-03-31T20:24:57.122081+0000 mgr.a (mgr.14152) 121 : cluster [DBG] pgmap v71: 0 pgs: ; 0 B data, 26 MiB used, 20 GiB / 20 GiB avail 2026-03-31T20:24:58.588 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:24:58 vm01 bash[20507]: cluster 2026-03-31T20:24:57.122081+0000 mgr.a (mgr.14152) 121 : cluster [DBG] pgmap v71: 0 pgs: ; 0 B data, 26 MiB used, 20 GiB / 20 GiB avail 2026-03-31T20:24:58.588 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:24:58 vm01 bash[20507]: cluster 2026-03-31T20:24:57.122081+0000 mgr.a (mgr.14152) 121 : cluster [DBG] pgmap v71: 0 pgs: ; 0 B data, 26 MiB used, 20 GiB / 20 GiB avail 2026-03-31T20:24:58.643 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:24:58 vm05 bash[22868]: cluster 2026-03-31T20:24:57.122081+0000 mgr.a (mgr.14152) 121 : cluster [DBG] pgmap v71: 0 pgs: ; 0 B data, 26 MiB used, 20 GiB / 20 GiB avail 2026-03-31T20:24:58.643 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:24:58 vm05 bash[22868]: cluster 2026-03-31T20:24:57.122081+0000 mgr.a (mgr.14152) 121 : cluster [DBG] pgmap v71: 0 pgs: ; 0 B data, 26 MiB used, 20 GiB / 20 GiB avail 2026-03-31T20:25:00.588 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:00 vm01 bash[20507]: cluster 2026-03-31T20:24:59.122329+0000 mgr.a (mgr.14152) 122 : cluster [DBG] pgmap v72: 0 pgs: ; 0 B data, 26 MiB used, 20 GiB / 20 GiB avail 2026-03-31T20:25:00.588 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:00 vm01 bash[20507]: cluster 2026-03-31T20:24:59.122329+0000 mgr.a (mgr.14152) 122 : cluster [DBG] pgmap v72: 0 pgs: ; 0 B data, 26 MiB used, 20 GiB / 20 GiB avail 2026-03-31T20:25:00.643 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:00 vm05 bash[22868]: cluster 2026-03-31T20:24:59.122329+0000 mgr.a (mgr.14152) 122 : cluster [DBG] pgmap v72: 0 pgs: ; 0 B data, 26 MiB used, 20 GiB / 20 GiB avail 2026-03-31T20:25:00.643 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:00 vm05 bash[22868]: cluster 2026-03-31T20:24:59.122329+0000 mgr.a (mgr.14152) 122 : cluster [DBG] pgmap v72: 0 pgs: ; 0 B data, 26 MiB used, 20 GiB / 20 GiB avail 2026-03-31T20:25:00.722 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:00 vm06 bash[23229]: cluster 2026-03-31T20:24:59.122329+0000 mgr.a (mgr.14152) 122 : cluster [DBG] pgmap v72: 0 pgs: ; 0 B data, 26 MiB used, 20 GiB / 20 GiB avail 2026-03-31T20:25:00.722 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:00 vm06 bash[23229]: cluster 2026-03-31T20:24:59.122329+0000 mgr.a (mgr.14152) 122 : cluster [DBG] pgmap v72: 0 pgs: ; 0 B data, 26 MiB used, 20 GiB / 20 GiB avail 2026-03-31T20:25:02.588 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:02 vm01 bash[20507]: cluster 2026-03-31T20:25:01.122543+0000 mgr.a (mgr.14152) 123 : cluster [DBG] pgmap v73: 0 pgs: ; 0 B data, 26 MiB used, 20 GiB / 20 GiB avail 2026-03-31T20:25:02.588 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:02 vm01 bash[20507]: cluster 2026-03-31T20:25:01.122543+0000 mgr.a (mgr.14152) 123 : cluster [DBG] pgmap v73: 0 pgs: ; 0 B data, 26 MiB used, 20 GiB / 20 GiB avail 2026-03-31T20:25:02.643 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:02 vm05 bash[22868]: cluster 2026-03-31T20:25:01.122543+0000 mgr.a (mgr.14152) 123 : cluster [DBG] pgmap v73: 0 pgs: ; 0 B data, 26 MiB used, 20 GiB / 20 GiB avail 2026-03-31T20:25:02.643 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:02 vm05 bash[22868]: cluster 2026-03-31T20:25:01.122543+0000 mgr.a (mgr.14152) 123 : cluster [DBG] pgmap v73: 0 pgs: ; 0 B data, 26 MiB used, 20 GiB / 20 GiB avail 2026-03-31T20:25:02.722 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:02 vm06 bash[23229]: cluster 2026-03-31T20:25:01.122543+0000 mgr.a (mgr.14152) 123 : cluster [DBG] pgmap v73: 0 pgs: ; 0 B data, 26 MiB used, 20 GiB / 20 GiB avail 2026-03-31T20:25:02.722 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:02 vm06 bash[23229]: cluster 2026-03-31T20:25:01.122543+0000 mgr.a (mgr.14152) 123 : cluster [DBG] pgmap v73: 0 pgs: ; 0 B data, 26 MiB used, 20 GiB / 20 GiB avail 2026-03-31T20:25:04.588 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:04 vm01 bash[20507]: cluster 2026-03-31T20:25:03.122765+0000 mgr.a (mgr.14152) 124 : cluster [DBG] pgmap v74: 0 pgs: ; 0 B data, 26 MiB used, 20 GiB / 20 GiB avail 2026-03-31T20:25:04.588 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:04 vm01 bash[20507]: cluster 2026-03-31T20:25:03.122765+0000 mgr.a (mgr.14152) 124 : cluster [DBG] pgmap v74: 0 pgs: ; 0 B data, 26 MiB used, 20 GiB / 20 GiB avail 2026-03-31T20:25:04.643 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:04 vm05 bash[22868]: cluster 2026-03-31T20:25:03.122765+0000 mgr.a (mgr.14152) 124 : cluster [DBG] pgmap v74: 0 pgs: ; 0 B data, 26 MiB used, 20 GiB / 20 GiB avail 2026-03-31T20:25:04.643 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:04 vm05 bash[22868]: cluster 2026-03-31T20:25:03.122765+0000 mgr.a (mgr.14152) 124 : cluster [DBG] pgmap v74: 0 pgs: ; 0 B data, 26 MiB used, 20 GiB / 20 GiB avail 2026-03-31T20:25:04.722 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:04 vm06 bash[23229]: cluster 2026-03-31T20:25:03.122765+0000 mgr.a (mgr.14152) 124 : cluster [DBG] pgmap v74: 0 pgs: ; 0 B data, 26 MiB used, 20 GiB / 20 GiB avail 2026-03-31T20:25:04.722 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:04 vm06 bash[23229]: cluster 2026-03-31T20:25:03.122765+0000 mgr.a (mgr.14152) 124 : cluster [DBG] pgmap v74: 0 pgs: ; 0 B data, 26 MiB used, 20 GiB / 20 GiB avail 2026-03-31T20:25:06.588 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:06 vm01 bash[20507]: cluster 2026-03-31T20:25:05.122950+0000 mgr.a (mgr.14152) 125 : cluster [DBG] pgmap v75: 0 pgs: ; 0 B data, 26 MiB used, 20 GiB / 20 GiB avail 2026-03-31T20:25:06.588 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:06 vm01 bash[20507]: cluster 2026-03-31T20:25:05.122950+0000 mgr.a (mgr.14152) 125 : cluster [DBG] pgmap v75: 0 pgs: ; 0 B data, 26 MiB used, 20 GiB / 20 GiB avail 2026-03-31T20:25:06.643 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:06 vm05 bash[22868]: cluster 2026-03-31T20:25:05.122950+0000 mgr.a (mgr.14152) 125 : cluster [DBG] pgmap v75: 0 pgs: ; 0 B data, 26 MiB used, 20 GiB / 20 GiB avail 2026-03-31T20:25:06.643 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:06 vm05 bash[22868]: cluster 2026-03-31T20:25:05.122950+0000 mgr.a (mgr.14152) 125 : cluster [DBG] pgmap v75: 0 pgs: ; 0 B data, 26 MiB used, 20 GiB / 20 GiB avail 2026-03-31T20:25:06.722 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:06 vm06 bash[23229]: cluster 2026-03-31T20:25:05.122950+0000 mgr.a (mgr.14152) 125 : cluster [DBG] pgmap v75: 0 pgs: ; 0 B data, 26 MiB used, 20 GiB / 20 GiB avail 2026-03-31T20:25:06.722 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:06 vm06 bash[23229]: cluster 2026-03-31T20:25:05.122950+0000 mgr.a (mgr.14152) 125 : cluster [DBG] pgmap v75: 0 pgs: ; 0 B data, 26 MiB used, 20 GiB / 20 GiB avail 2026-03-31T20:25:08.588 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:08 vm01 bash[20507]: cluster 2026-03-31T20:25:07.123117+0000 mgr.a (mgr.14152) 126 : cluster [DBG] pgmap v76: 0 pgs: ; 0 B data, 26 MiB used, 20 GiB / 20 GiB avail 2026-03-31T20:25:08.588 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:08 vm01 bash[20507]: cluster 2026-03-31T20:25:07.123117+0000 mgr.a (mgr.14152) 126 : cluster [DBG] pgmap v76: 0 pgs: ; 0 B data, 26 MiB used, 20 GiB / 20 GiB avail 2026-03-31T20:25:08.643 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:08 vm05 bash[22868]: cluster 2026-03-31T20:25:07.123117+0000 mgr.a (mgr.14152) 126 : cluster [DBG] pgmap v76: 0 pgs: ; 0 B data, 26 MiB used, 20 GiB / 20 GiB avail 2026-03-31T20:25:08.643 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:08 vm05 bash[22868]: cluster 2026-03-31T20:25:07.123117+0000 mgr.a (mgr.14152) 126 : cluster [DBG] pgmap v76: 0 pgs: ; 0 B data, 26 MiB used, 20 GiB / 20 GiB avail 2026-03-31T20:25:08.722 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:08 vm06 bash[23229]: cluster 2026-03-31T20:25:07.123117+0000 mgr.a (mgr.14152) 126 : cluster [DBG] pgmap v76: 0 pgs: ; 0 B data, 26 MiB used, 20 GiB / 20 GiB avail 2026-03-31T20:25:08.722 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:08 vm06 bash[23229]: cluster 2026-03-31T20:25:07.123117+0000 mgr.a (mgr.14152) 126 : cluster [DBG] pgmap v76: 0 pgs: ; 0 B data, 26 MiB used, 20 GiB / 20 GiB avail 2026-03-31T20:25:09.588 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:09 vm01 bash[20507]: cluster 2026-03-31T20:25:09.123266+0000 mgr.a (mgr.14152) 127 : cluster [DBG] pgmap v77: 0 pgs: ; 0 B data, 26 MiB used, 20 GiB / 20 GiB avail 2026-03-31T20:25:09.588 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:09 vm01 bash[20507]: cluster 2026-03-31T20:25:09.123266+0000 mgr.a (mgr.14152) 127 : cluster [DBG] pgmap v77: 0 pgs: ; 0 B data, 26 MiB used, 20 GiB / 20 GiB avail 2026-03-31T20:25:09.643 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:09 vm05 bash[22868]: cluster 2026-03-31T20:25:09.123266+0000 mgr.a (mgr.14152) 127 : cluster [DBG] pgmap v77: 0 pgs: ; 0 B data, 26 MiB used, 20 GiB / 20 GiB avail 2026-03-31T20:25:09.643 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:09 vm05 bash[22868]: cluster 2026-03-31T20:25:09.123266+0000 mgr.a (mgr.14152) 127 : cluster [DBG] pgmap v77: 0 pgs: ; 0 B data, 26 MiB used, 20 GiB / 20 GiB avail 2026-03-31T20:25:09.722 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:09 vm06 bash[23229]: cluster 2026-03-31T20:25:09.123266+0000 mgr.a (mgr.14152) 127 : cluster [DBG] pgmap v77: 0 pgs: ; 0 B data, 26 MiB used, 20 GiB / 20 GiB avail 2026-03-31T20:25:09.722 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:09 vm06 bash[23229]: cluster 2026-03-31T20:25:09.123266+0000 mgr.a (mgr.14152) 127 : cluster [DBG] pgmap v77: 0 pgs: ; 0 B data, 26 MiB used, 20 GiB / 20 GiB avail 2026-03-31T20:25:09.875 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:09 vm01 systemd[1]: /etc/systemd/system/ceph-2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37@.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-03-31T20:25:09.875 INFO:journalctl@ceph.mgr.a.vm01.stdout:Mar 31 20:25:09 vm01 systemd[1]: /etc/systemd/system/ceph-2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37@.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-03-31T20:25:11.051 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:10 vm01 bash[20507]: audit 2026-03-31T20:25:09.791172+0000 mon.a (mon.0) 329 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:11.051 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:10 vm01 bash[20507]: audit 2026-03-31T20:25:09.791172+0000 mon.a (mon.0) 329 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:11.051 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:10 vm01 bash[20507]: audit 2026-03-31T20:25:09.799981+0000 mon.a (mon.0) 330 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:11.051 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:10 vm01 bash[20507]: audit 2026-03-31T20:25:09.799981+0000 mon.a (mon.0) 330 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:11.118 INFO:teuthology.orchestra.run.vm01.stdout:Created osd(s) 0 on host 'vm01' 2026-03-31T20:25:11.143 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:10 vm05 bash[22868]: audit 2026-03-31T20:25:09.791172+0000 mon.a (mon.0) 329 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:11.143 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:10 vm05 bash[22868]: audit 2026-03-31T20:25:09.791172+0000 mon.a (mon.0) 329 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:11.143 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:10 vm05 bash[22868]: audit 2026-03-31T20:25:09.799981+0000 mon.a (mon.0) 330 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:11.143 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:10 vm05 bash[22868]: audit 2026-03-31T20:25:09.799981+0000 mon.a (mon.0) 330 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:11.179 DEBUG:teuthology.orchestra.run.vm01:osd.0> sudo journalctl -f -n 0 -u ceph-2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37@osd.0.service 2026-03-31T20:25:11.180 INFO:tasks.cephadm:Deploying osd.1 on vm05 with /dev/vg_nvme/lv_4... 2026-03-31T20:25:11.180 DEBUG:teuthology.orchestra.run.vm05:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:5bb3278730741031382ca9c3dc9d221a942e06a2 ceph-volume -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37 -- lvm zap /dev/vg_nvme/lv_4 2026-03-31T20:25:11.222 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:10 vm06 bash[23229]: audit 2026-03-31T20:25:09.791172+0000 mon.a (mon.0) 329 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:11.222 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:10 vm06 bash[23229]: audit 2026-03-31T20:25:09.791172+0000 mon.a (mon.0) 329 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:11.222 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:10 vm06 bash[23229]: audit 2026-03-31T20:25:09.799981+0000 mon.a (mon.0) 330 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:11.222 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:10 vm06 bash[23229]: audit 2026-03-31T20:25:09.799981+0000 mon.a (mon.0) 330 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:11.303 INFO:journalctl@ceph.osd.0.vm01.stdout:Mar 31 20:25:11 vm01 bash[32076]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-0 2026-03-31T20:25:11.303 INFO:journalctl@ceph.osd.0.vm01.stdout:Mar 31 20:25:11 vm01 bash[32076]: Running command: /usr/bin/ceph-bluestore-tool --cluster=ceph prime-osd-dir --dev /dev/vg_nvme/lv_4 --path /var/lib/ceph/osd/ceph-0 --no-mon-config 2026-03-31T20:25:11.304 INFO:journalctl@ceph.osd.0.vm01.stdout:Mar 31 20:25:11 vm01 bash[32076]: Running command: /usr/bin/ln -snf /dev/vg_nvme/lv_4 /var/lib/ceph/osd/ceph-0/block 2026-03-31T20:25:11.304 INFO:journalctl@ceph.osd.0.vm01.stdout:Mar 31 20:25:11 vm01 bash[32076]: Running command: /usr/bin/chown -h ceph:ceph /var/lib/ceph/osd/ceph-0/block 2026-03-31T20:25:11.304 INFO:journalctl@ceph.osd.0.vm01.stdout:Mar 31 20:25:11 vm01 bash[32076]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-3 2026-03-31T20:25:11.304 INFO:journalctl@ceph.osd.0.vm01.stdout:Mar 31 20:25:11 vm01 bash[32076]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-0 2026-03-31T20:25:11.426 INFO:teuthology.orchestra.run.vm05.stderr:Inferring config /var/lib/ceph/2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37/mon.b/config 2026-03-31T20:25:11.438 INFO:journalctl@ceph.osd.0.vm01.stdout:Mar 31 20:25:11 vm01 bash[32076]: --> ceph-volume lvm activate successful for osd ID: 0 2026-03-31T20:25:11.585 INFO:journalctl@ceph.osd.0.vm01.stdout:Mar 31 20:25:11 vm01 bash[33043]: ceph-2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37-osd-0 2026-03-31T20:25:11.978 INFO:teuthology.orchestra.run.vm05.stdout: 2026-03-31T20:25:11.993 DEBUG:teuthology.orchestra.run.vm05:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:5bb3278730741031382ca9c3dc9d221a942e06a2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37 -- ceph orch daemon add osd vm05:vg_nvme/lv_4 --skip-validation 2026-03-31T20:25:12.215 INFO:journalctl@ceph.osd.0.vm01.stdout:Mar 31 20:25:11 vm01 bash[33137]: debug 2026-03-31T20:25:11.939+0000 7f51592828c0 -1 Falling back to public interface 2026-03-31T20:25:12.216 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:12 vm01 bash[20507]: audit 2026-03-31T20:25:11.110684+0000 mon.a (mon.0) 331 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:12.216 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:12 vm01 bash[20507]: audit 2026-03-31T20:25:11.110684+0000 mon.a (mon.0) 331 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:12.216 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:12 vm01 bash[20507]: audit 2026-03-31T20:25:11.113850+0000 mon.a (mon.0) 332 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:12.216 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:12 vm01 bash[20507]: audit 2026-03-31T20:25:11.113850+0000 mon.a (mon.0) 332 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:12.216 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:12 vm01 bash[20507]: cluster 2026-03-31T20:25:11.124868+0000 mgr.a (mgr.14152) 128 : cluster [DBG] pgmap v78: 0 pgs: ; 0 B data, 26 MiB used, 20 GiB / 20 GiB avail 2026-03-31T20:25:12.216 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:12 vm01 bash[20507]: cluster 2026-03-31T20:25:11.124868+0000 mgr.a (mgr.14152) 128 : cluster [DBG] pgmap v78: 0 pgs: ; 0 B data, 26 MiB used, 20 GiB / 20 GiB avail 2026-03-31T20:25:12.240 INFO:teuthology.orchestra.run.vm05.stderr:Inferring config /var/lib/ceph/2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37/mon.b/config 2026-03-31T20:25:12.282 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:12 vm05 bash[22868]: audit 2026-03-31T20:25:11.110684+0000 mon.a (mon.0) 331 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:12.283 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:12 vm05 bash[22868]: audit 2026-03-31T20:25:11.110684+0000 mon.a (mon.0) 331 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:12.283 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:12 vm05 bash[22868]: audit 2026-03-31T20:25:11.113850+0000 mon.a (mon.0) 332 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:12.283 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:12 vm05 bash[22868]: audit 2026-03-31T20:25:11.113850+0000 mon.a (mon.0) 332 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:12.283 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:12 vm05 bash[22868]: cluster 2026-03-31T20:25:11.124868+0000 mgr.a (mgr.14152) 128 : cluster [DBG] pgmap v78: 0 pgs: ; 0 B data, 26 MiB used, 20 GiB / 20 GiB avail 2026-03-31T20:25:12.283 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:12 vm05 bash[22868]: cluster 2026-03-31T20:25:11.124868+0000 mgr.a (mgr.14152) 128 : cluster [DBG] pgmap v78: 0 pgs: ; 0 B data, 26 MiB used, 20 GiB / 20 GiB avail 2026-03-31T20:25:12.472 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:12 vm06 bash[23229]: audit 2026-03-31T20:25:11.110684+0000 mon.a (mon.0) 331 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:12.472 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:12 vm06 bash[23229]: audit 2026-03-31T20:25:11.110684+0000 mon.a (mon.0) 331 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:12.472 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:12 vm06 bash[23229]: audit 2026-03-31T20:25:11.113850+0000 mon.a (mon.0) 332 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:12.472 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:12 vm06 bash[23229]: audit 2026-03-31T20:25:11.113850+0000 mon.a (mon.0) 332 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:12.472 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:12 vm06 bash[23229]: cluster 2026-03-31T20:25:11.124868+0000 mgr.a (mgr.14152) 128 : cluster [DBG] pgmap v78: 0 pgs: ; 0 B data, 26 MiB used, 20 GiB / 20 GiB avail 2026-03-31T20:25:12.472 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:12 vm06 bash[23229]: cluster 2026-03-31T20:25:11.124868+0000 mgr.a (mgr.14152) 128 : cluster [DBG] pgmap v78: 0 pgs: ; 0 B data, 26 MiB used, 20 GiB / 20 GiB avail 2026-03-31T20:25:12.588 INFO:journalctl@ceph.osd.0.vm01.stdout:Mar 31 20:25:12 vm01 bash[33137]: debug 2026-03-31T20:25:12.211+0000 7f51592828c0 -1 osd.0 9 log_to_monitors true 2026-03-31T20:25:13.393 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:13 vm05 bash[22868]: audit 2026-03-31T20:25:12.216691+0000 mon.a (mon.0) 333 : audit [INF] from='osd.0 [v2:192.168.123.101:6802/3077804079,v1:192.168.123.101:6803/3077804079]' entity='osd.0' cmd={"prefix": "osd crush set-device-class", "class": "hdd", "ids": ["0"]} : dispatch 2026-03-31T20:25:13.393 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:13 vm05 bash[22868]: audit 2026-03-31T20:25:12.216691+0000 mon.a (mon.0) 333 : audit [INF] from='osd.0 [v2:192.168.123.101:6802/3077804079,v1:192.168.123.101:6803/3077804079]' entity='osd.0' cmd={"prefix": "osd crush set-device-class", "class": "hdd", "ids": ["0"]} : dispatch 2026-03-31T20:25:13.393 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:13 vm05 bash[22868]: audit 2026-03-31T20:25:12.396787+0000 mon.a (mon.0) 334 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:13.393 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:13 vm05 bash[22868]: audit 2026-03-31T20:25:12.396787+0000 mon.a (mon.0) 334 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:13.393 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:13 vm05 bash[22868]: audit 2026-03-31T20:25:12.399523+0000 mon.a (mon.0) 335 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:13.393 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:13 vm05 bash[22868]: audit 2026-03-31T20:25:12.399523+0000 mon.a (mon.0) 335 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:13.393 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:13 vm05 bash[22868]: audit 2026-03-31T20:25:12.414807+0000 mon.a (mon.0) 336 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2026-03-31T20:25:13.393 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:13 vm05 bash[22868]: audit 2026-03-31T20:25:12.414807+0000 mon.a (mon.0) 336 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2026-03-31T20:25:13.393 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:13 vm05 bash[22868]: audit 2026-03-31T20:25:12.415263+0000 mon.a (mon.0) 337 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "mgr services"} : dispatch 2026-03-31T20:25:13.393 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:13 vm05 bash[22868]: audit 2026-03-31T20:25:12.415263+0000 mon.a (mon.0) 337 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "mgr services"} : dispatch 2026-03-31T20:25:13.393 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:13 vm05 bash[22868]: audit 2026-03-31T20:25:12.415577+0000 mon.a (mon.0) 338 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-03-31T20:25:13.394 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:13 vm05 bash[22868]: audit 2026-03-31T20:25:12.415577+0000 mon.a (mon.0) 338 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-03-31T20:25:13.394 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:13 vm05 bash[22868]: audit 2026-03-31T20:25:12.544116+0000 mon.a (mon.0) 339 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:13.394 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:13 vm05 bash[22868]: audit 2026-03-31T20:25:12.544116+0000 mon.a (mon.0) 339 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:13.394 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:13 vm05 bash[22868]: audit 2026-03-31T20:25:12.547208+0000 mon.a (mon.0) 340 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:13.394 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:13 vm05 bash[22868]: audit 2026-03-31T20:25:12.547208+0000 mon.a (mon.0) 340 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:13.394 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:13 vm05 bash[22868]: audit 2026-03-31T20:25:12.547942+0000 mon.a (mon.0) 341 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-03-31T20:25:13.394 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:13 vm05 bash[22868]: audit 2026-03-31T20:25:12.547942+0000 mon.a (mon.0) 341 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-03-31T20:25:13.394 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:13 vm05 bash[22868]: audit 2026-03-31T20:25:12.549155+0000 mon.a (mon.0) 342 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-03-31T20:25:13.394 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:13 vm05 bash[22868]: audit 2026-03-31T20:25:12.549155+0000 mon.a (mon.0) 342 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-03-31T20:25:13.394 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:13 vm05 bash[22868]: audit 2026-03-31T20:25:12.549494+0000 mon.a (mon.0) 343 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-03-31T20:25:13.394 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:13 vm05 bash[22868]: audit 2026-03-31T20:25:12.549494+0000 mon.a (mon.0) 343 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-03-31T20:25:13.394 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:13 vm05 bash[22868]: audit 2026-03-31T20:25:12.773281+0000 mon.a (mon.0) 344 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:13.394 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:13 vm05 bash[22868]: audit 2026-03-31T20:25:12.773281+0000 mon.a (mon.0) 344 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:13.394 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:13 vm05 bash[22868]: audit 2026-03-31T20:25:12.776006+0000 mon.a (mon.0) 345 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:13.394 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:13 vm05 bash[22868]: audit 2026-03-31T20:25:12.776006+0000 mon.a (mon.0) 345 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:13.394 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:13 vm05 bash[22868]: audit 2026-03-31T20:25:12.776740+0000 mon.a (mon.0) 346 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-03-31T20:25:13.394 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:13 vm05 bash[22868]: audit 2026-03-31T20:25:12.776740+0000 mon.a (mon.0) 346 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-03-31T20:25:13.472 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:13 vm06 bash[23229]: audit 2026-03-31T20:25:12.216691+0000 mon.a (mon.0) 333 : audit [INF] from='osd.0 [v2:192.168.123.101:6802/3077804079,v1:192.168.123.101:6803/3077804079]' entity='osd.0' cmd={"prefix": "osd crush set-device-class", "class": "hdd", "ids": ["0"]} : dispatch 2026-03-31T20:25:13.472 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:13 vm06 bash[23229]: audit 2026-03-31T20:25:12.216691+0000 mon.a (mon.0) 333 : audit [INF] from='osd.0 [v2:192.168.123.101:6802/3077804079,v1:192.168.123.101:6803/3077804079]' entity='osd.0' cmd={"prefix": "osd crush set-device-class", "class": "hdd", "ids": ["0"]} : dispatch 2026-03-31T20:25:13.472 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:13 vm06 bash[23229]: audit 2026-03-31T20:25:12.396787+0000 mon.a (mon.0) 334 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:13.472 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:13 vm06 bash[23229]: audit 2026-03-31T20:25:12.396787+0000 mon.a (mon.0) 334 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:13.473 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:13 vm06 bash[23229]: audit 2026-03-31T20:25:12.399523+0000 mon.a (mon.0) 335 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:13.473 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:13 vm06 bash[23229]: audit 2026-03-31T20:25:12.399523+0000 mon.a (mon.0) 335 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:13.473 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:13 vm06 bash[23229]: audit 2026-03-31T20:25:12.414807+0000 mon.a (mon.0) 336 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2026-03-31T20:25:13.473 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:13 vm06 bash[23229]: audit 2026-03-31T20:25:12.414807+0000 mon.a (mon.0) 336 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2026-03-31T20:25:13.473 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:13 vm06 bash[23229]: audit 2026-03-31T20:25:12.415263+0000 mon.a (mon.0) 337 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "mgr services"} : dispatch 2026-03-31T20:25:13.473 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:13 vm06 bash[23229]: audit 2026-03-31T20:25:12.415263+0000 mon.a (mon.0) 337 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "mgr services"} : dispatch 2026-03-31T20:25:13.473 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:13 vm06 bash[23229]: audit 2026-03-31T20:25:12.415577+0000 mon.a (mon.0) 338 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-03-31T20:25:13.473 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:13 vm06 bash[23229]: audit 2026-03-31T20:25:12.415577+0000 mon.a (mon.0) 338 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-03-31T20:25:13.473 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:13 vm06 bash[23229]: audit 2026-03-31T20:25:12.544116+0000 mon.a (mon.0) 339 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:13.473 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:13 vm06 bash[23229]: audit 2026-03-31T20:25:12.544116+0000 mon.a (mon.0) 339 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:13.473 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:13 vm06 bash[23229]: audit 2026-03-31T20:25:12.547208+0000 mon.a (mon.0) 340 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:13.473 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:13 vm06 bash[23229]: audit 2026-03-31T20:25:12.547208+0000 mon.a (mon.0) 340 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:13.473 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:13 vm06 bash[23229]: audit 2026-03-31T20:25:12.547942+0000 mon.a (mon.0) 341 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-03-31T20:25:13.473 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:13 vm06 bash[23229]: audit 2026-03-31T20:25:12.547942+0000 mon.a (mon.0) 341 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-03-31T20:25:13.473 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:13 vm06 bash[23229]: audit 2026-03-31T20:25:12.549155+0000 mon.a (mon.0) 342 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-03-31T20:25:13.473 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:13 vm06 bash[23229]: audit 2026-03-31T20:25:12.549155+0000 mon.a (mon.0) 342 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-03-31T20:25:13.473 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:13 vm06 bash[23229]: audit 2026-03-31T20:25:12.549494+0000 mon.a (mon.0) 343 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-03-31T20:25:13.473 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:13 vm06 bash[23229]: audit 2026-03-31T20:25:12.549494+0000 mon.a (mon.0) 343 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-03-31T20:25:13.473 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:13 vm06 bash[23229]: audit 2026-03-31T20:25:12.773281+0000 mon.a (mon.0) 344 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:13.473 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:13 vm06 bash[23229]: audit 2026-03-31T20:25:12.773281+0000 mon.a (mon.0) 344 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:13.473 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:13 vm06 bash[23229]: audit 2026-03-31T20:25:12.776006+0000 mon.a (mon.0) 345 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:13.473 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:13 vm06 bash[23229]: audit 2026-03-31T20:25:12.776006+0000 mon.a (mon.0) 345 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:13.473 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:13 vm06 bash[23229]: audit 2026-03-31T20:25:12.776740+0000 mon.a (mon.0) 346 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-03-31T20:25:13.473 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:13 vm06 bash[23229]: audit 2026-03-31T20:25:12.776740+0000 mon.a (mon.0) 346 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-03-31T20:25:13.588 INFO:journalctl@ceph.osd.0.vm01.stdout:Mar 31 20:25:13 vm01 bash[33137]: debug 2026-03-31T20:25:13.155+0000 7f514ffd3640 -1 osd.0 9 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2026-03-31T20:25:13.588 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:13 vm01 bash[20507]: audit 2026-03-31T20:25:12.216691+0000 mon.a (mon.0) 333 : audit [INF] from='osd.0 [v2:192.168.123.101:6802/3077804079,v1:192.168.123.101:6803/3077804079]' entity='osd.0' cmd={"prefix": "osd crush set-device-class", "class": "hdd", "ids": ["0"]} : dispatch 2026-03-31T20:25:13.588 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:13 vm01 bash[20507]: audit 2026-03-31T20:25:12.216691+0000 mon.a (mon.0) 333 : audit [INF] from='osd.0 [v2:192.168.123.101:6802/3077804079,v1:192.168.123.101:6803/3077804079]' entity='osd.0' cmd={"prefix": "osd crush set-device-class", "class": "hdd", "ids": ["0"]} : dispatch 2026-03-31T20:25:13.588 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:13 vm01 bash[20507]: audit 2026-03-31T20:25:12.396787+0000 mon.a (mon.0) 334 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:13.588 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:13 vm01 bash[20507]: audit 2026-03-31T20:25:12.396787+0000 mon.a (mon.0) 334 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:13.588 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:13 vm01 bash[20507]: audit 2026-03-31T20:25:12.399523+0000 mon.a (mon.0) 335 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:13.588 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:13 vm01 bash[20507]: audit 2026-03-31T20:25:12.399523+0000 mon.a (mon.0) 335 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:13.588 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:13 vm01 bash[20507]: audit 2026-03-31T20:25:12.414807+0000 mon.a (mon.0) 336 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2026-03-31T20:25:13.588 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:13 vm01 bash[20507]: audit 2026-03-31T20:25:12.414807+0000 mon.a (mon.0) 336 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2026-03-31T20:25:13.588 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:13 vm01 bash[20507]: audit 2026-03-31T20:25:12.415263+0000 mon.a (mon.0) 337 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "mgr services"} : dispatch 2026-03-31T20:25:13.588 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:13 vm01 bash[20507]: audit 2026-03-31T20:25:12.415263+0000 mon.a (mon.0) 337 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "mgr services"} : dispatch 2026-03-31T20:25:13.588 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:13 vm01 bash[20507]: audit 2026-03-31T20:25:12.415577+0000 mon.a (mon.0) 338 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-03-31T20:25:13.589 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:13 vm01 bash[20507]: audit 2026-03-31T20:25:12.415577+0000 mon.a (mon.0) 338 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-03-31T20:25:13.589 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:13 vm01 bash[20507]: audit 2026-03-31T20:25:12.544116+0000 mon.a (mon.0) 339 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:13.589 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:13 vm01 bash[20507]: audit 2026-03-31T20:25:12.544116+0000 mon.a (mon.0) 339 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:13.589 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:13 vm01 bash[20507]: audit 2026-03-31T20:25:12.547208+0000 mon.a (mon.0) 340 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:13.589 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:13 vm01 bash[20507]: audit 2026-03-31T20:25:12.547208+0000 mon.a (mon.0) 340 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:13.589 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:13 vm01 bash[20507]: audit 2026-03-31T20:25:12.547942+0000 mon.a (mon.0) 341 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-03-31T20:25:13.589 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:13 vm01 bash[20507]: audit 2026-03-31T20:25:12.547942+0000 mon.a (mon.0) 341 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-03-31T20:25:13.589 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:13 vm01 bash[20507]: audit 2026-03-31T20:25:12.549155+0000 mon.a (mon.0) 342 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-03-31T20:25:13.589 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:13 vm01 bash[20507]: audit 2026-03-31T20:25:12.549155+0000 mon.a (mon.0) 342 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-03-31T20:25:13.589 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:13 vm01 bash[20507]: audit 2026-03-31T20:25:12.549494+0000 mon.a (mon.0) 343 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-03-31T20:25:13.589 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:13 vm01 bash[20507]: audit 2026-03-31T20:25:12.549494+0000 mon.a (mon.0) 343 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-03-31T20:25:13.589 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:13 vm01 bash[20507]: audit 2026-03-31T20:25:12.773281+0000 mon.a (mon.0) 344 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:13.589 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:13 vm01 bash[20507]: audit 2026-03-31T20:25:12.773281+0000 mon.a (mon.0) 344 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:13.589 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:13 vm01 bash[20507]: audit 2026-03-31T20:25:12.776006+0000 mon.a (mon.0) 345 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:13.589 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:13 vm01 bash[20507]: audit 2026-03-31T20:25:12.776006+0000 mon.a (mon.0) 345 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:13.589 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:13 vm01 bash[20507]: audit 2026-03-31T20:25:12.776740+0000 mon.a (mon.0) 346 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-03-31T20:25:13.589 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:13 vm01 bash[20507]: audit 2026-03-31T20:25:12.776740+0000 mon.a (mon.0) 346 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-03-31T20:25:14.393 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:14 vm05 bash[22868]: cephadm 2026-03-31T20:25:12.414614+0000 mgr.a (mgr.14152) 129 : cephadm [INF] Reconfiguring mgr.a (unknown last config time)... 2026-03-31T20:25:14.393 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:14 vm05 bash[22868]: cephadm 2026-03-31T20:25:12.414614+0000 mgr.a (mgr.14152) 129 : cephadm [INF] Reconfiguring mgr.a (unknown last config time)... 2026-03-31T20:25:14.393 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:14 vm05 bash[22868]: cephadm 2026-03-31T20:25:12.415903+0000 mgr.a (mgr.14152) 130 : cephadm [INF] Reconfiguring daemon mgr.a on vm01 2026-03-31T20:25:14.393 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:14 vm05 bash[22868]: cephadm 2026-03-31T20:25:12.415903+0000 mgr.a (mgr.14152) 130 : cephadm [INF] Reconfiguring daemon mgr.a on vm01 2026-03-31T20:25:14.393 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:14 vm05 bash[22868]: audit 2026-03-31T20:25:12.539245+0000 mgr.a (mgr.14152) 131 : audit [DBG] from='client.14265 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "vm05:vg_nvme/lv_4", "skip_validation": true, "target": ["mon-mgr", ""]}]: dispatch 2026-03-31T20:25:14.393 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:14 vm05 bash[22868]: audit 2026-03-31T20:25:12.539245+0000 mgr.a (mgr.14152) 131 : audit [DBG] from='client.14265 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "vm05:vg_nvme/lv_4", "skip_validation": true, "target": ["mon-mgr", ""]}]: dispatch 2026-03-31T20:25:14.393 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:14 vm05 bash[22868]: cephadm 2026-03-31T20:25:12.540183+0000 mgr.a (mgr.14152) 132 : cephadm [INF] osd.default does not exist. Creating it now. 2026-03-31T20:25:14.393 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:14 vm05 bash[22868]: cephadm 2026-03-31T20:25:12.540183+0000 mgr.a (mgr.14152) 132 : cephadm [INF] osd.default does not exist. Creating it now. 2026-03-31T20:25:14.393 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:14 vm05 bash[22868]: cephadm 2026-03-31T20:25:12.540246+0000 mgr.a (mgr.14152) 133 : cephadm [INF] Creating OSDs with service ID: default on vm05:['vg_nvme/lv_4'] 2026-03-31T20:25:14.394 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:14 vm05 bash[22868]: cephadm 2026-03-31T20:25:12.540246+0000 mgr.a (mgr.14152) 133 : cephadm [INF] Creating OSDs with service ID: default on vm05:['vg_nvme/lv_4'] 2026-03-31T20:25:14.394 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:14 vm05 bash[22868]: cephadm 2026-03-31T20:25:12.544635+0000 mgr.a (mgr.14152) 134 : cephadm [INF] Marking host: vm05 for OSDSpec preview refresh. 2026-03-31T20:25:14.394 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:14 vm05 bash[22868]: cephadm 2026-03-31T20:25:12.544635+0000 mgr.a (mgr.14152) 134 : cephadm [INF] Marking host: vm05 for OSDSpec preview refresh. 2026-03-31T20:25:14.394 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:14 vm05 bash[22868]: cephadm 2026-03-31T20:25:12.544731+0000 mgr.a (mgr.14152) 135 : cephadm [INF] Saving service osd.default spec with placement vm05 2026-03-31T20:25:14.394 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:14 vm05 bash[22868]: cephadm 2026-03-31T20:25:12.544731+0000 mgr.a (mgr.14152) 135 : cephadm [INF] Saving service osd.default spec with placement vm05 2026-03-31T20:25:14.394 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:14 vm05 bash[22868]: cluster 2026-03-31T20:25:13.125067+0000 mgr.a (mgr.14152) 136 : cluster [DBG] pgmap v79: 0 pgs: ; 0 B data, 26 MiB used, 20 GiB / 20 GiB avail 2026-03-31T20:25:14.394 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:14 vm05 bash[22868]: cluster 2026-03-31T20:25:13.125067+0000 mgr.a (mgr.14152) 136 : cluster [DBG] pgmap v79: 0 pgs: ; 0 B data, 26 MiB used, 20 GiB / 20 GiB avail 2026-03-31T20:25:14.394 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:14 vm05 bash[22868]: audit 2026-03-31T20:25:13.127005+0000 mon.a (mon.0) 347 : audit [INF] from='osd.0 [v2:192.168.123.101:6802/3077804079,v1:192.168.123.101:6803/3077804079]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "hdd", "ids": ["0"]}]': finished 2026-03-31T20:25:14.394 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:14 vm05 bash[22868]: audit 2026-03-31T20:25:13.127005+0000 mon.a (mon.0) 347 : audit [INF] from='osd.0 [v2:192.168.123.101:6802/3077804079,v1:192.168.123.101:6803/3077804079]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "hdd", "ids": ["0"]}]': finished 2026-03-31T20:25:14.394 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:14 vm05 bash[22868]: cluster 2026-03-31T20:25:13.128363+0000 mon.a (mon.0) 348 : cluster [DBG] osdmap e10: 1 total, 1 up, 1 in 2026-03-31T20:25:14.394 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:14 vm05 bash[22868]: cluster 2026-03-31T20:25:13.128363+0000 mon.a (mon.0) 348 : cluster [DBG] osdmap e10: 1 total, 1 up, 1 in 2026-03-31T20:25:14.394 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:14 vm05 bash[22868]: audit 2026-03-31T20:25:13.128498+0000 mon.a (mon.0) 349 : audit [INF] from='osd.0 [v2:192.168.123.101:6802/3077804079,v1:192.168.123.101:6803/3077804079]' entity='osd.0' cmd={"prefix": "osd crush create-or-move", "id": 0, "weight":0.0195, "args": ["host=vm01", "root=default"]} : dispatch 2026-03-31T20:25:14.394 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:14 vm05 bash[22868]: audit 2026-03-31T20:25:13.128498+0000 mon.a (mon.0) 349 : audit [INF] from='osd.0 [v2:192.168.123.101:6802/3077804079,v1:192.168.123.101:6803/3077804079]' entity='osd.0' cmd={"prefix": "osd crush create-or-move", "id": 0, "weight":0.0195, "args": ["host=vm01", "root=default"]} : dispatch 2026-03-31T20:25:14.394 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:14 vm05 bash[22868]: audit 2026-03-31T20:25:13.156697+0000 mon.a (mon.0) 350 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:14.394 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:14 vm05 bash[22868]: audit 2026-03-31T20:25:13.156697+0000 mon.a (mon.0) 350 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:14.394 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:14 vm05 bash[22868]: audit 2026-03-31T20:25:13.160016+0000 mon.a (mon.0) 351 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:14.394 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:14 vm05 bash[22868]: audit 2026-03-31T20:25:13.160016+0000 mon.a (mon.0) 351 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:14.394 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:14 vm05 bash[22868]: audit 2026-03-31T20:25:13.547944+0000 mon.b (mon.2) 3 : audit [INF] from='client.? 192.168.123.105:0/3582496153' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "15ed4d88-7c90-4455-937b-829f8baa40fb"} : dispatch 2026-03-31T20:25:14.394 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:14 vm05 bash[22868]: audit 2026-03-31T20:25:13.547944+0000 mon.b (mon.2) 3 : audit [INF] from='client.? 192.168.123.105:0/3582496153' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "15ed4d88-7c90-4455-937b-829f8baa40fb"} : dispatch 2026-03-31T20:25:14.394 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:14 vm05 bash[22868]: audit 2026-03-31T20:25:13.551620+0000 mon.a (mon.0) 352 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "15ed4d88-7c90-4455-937b-829f8baa40fb"} : dispatch 2026-03-31T20:25:14.394 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:14 vm05 bash[22868]: audit 2026-03-31T20:25:13.551620+0000 mon.a (mon.0) 352 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "15ed4d88-7c90-4455-937b-829f8baa40fb"} : dispatch 2026-03-31T20:25:14.394 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:14 vm05 bash[22868]: cluster 2026-03-31T20:25:13.551954+0000 mon.a (mon.0) 353 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2026-03-31T20:25:14.394 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:14 vm05 bash[22868]: cluster 2026-03-31T20:25:13.551954+0000 mon.a (mon.0) 353 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2026-03-31T20:25:14.394 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:14 vm05 bash[22868]: cluster 2026-03-31T20:25:13.551971+0000 mon.a (mon.0) 354 : cluster [WRN] Health check failed: 1 host (1 osds) down (OSD_HOST_DOWN) 2026-03-31T20:25:14.394 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:14 vm05 bash[22868]: cluster 2026-03-31T20:25:13.551971+0000 mon.a (mon.0) 354 : cluster [WRN] Health check failed: 1 host (1 osds) down (OSD_HOST_DOWN) 2026-03-31T20:25:14.394 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:14 vm05 bash[22868]: cluster 2026-03-31T20:25:13.551976+0000 mon.a (mon.0) 355 : cluster [WRN] Health check failed: 1 root (1 osds) down (OSD_ROOT_DOWN) 2026-03-31T20:25:14.394 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:14 vm05 bash[22868]: cluster 2026-03-31T20:25:13.551976+0000 mon.a (mon.0) 355 : cluster [WRN] Health check failed: 1 root (1 osds) down (OSD_ROOT_DOWN) 2026-03-31T20:25:14.394 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:14 vm05 bash[22868]: audit 2026-03-31T20:25:13.554959+0000 mon.a (mon.0) 356 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "15ed4d88-7c90-4455-937b-829f8baa40fb"}]': finished 2026-03-31T20:25:14.394 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:14 vm05 bash[22868]: audit 2026-03-31T20:25:13.554959+0000 mon.a (mon.0) 356 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "15ed4d88-7c90-4455-937b-829f8baa40fb"}]': finished 2026-03-31T20:25:14.394 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:14 vm05 bash[22868]: cluster 2026-03-31T20:25:13.556501+0000 mon.a (mon.0) 357 : cluster [DBG] osdmap e11: 2 total, 0 up, 2 in 2026-03-31T20:25:14.394 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:14 vm05 bash[22868]: cluster 2026-03-31T20:25:13.556501+0000 mon.a (mon.0) 357 : cluster [DBG] osdmap e11: 2 total, 0 up, 2 in 2026-03-31T20:25:14.394 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:14 vm05 bash[22868]: audit 2026-03-31T20:25:13.556564+0000 mon.a (mon.0) 358 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-03-31T20:25:14.394 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:14 vm05 bash[22868]: audit 2026-03-31T20:25:13.556564+0000 mon.a (mon.0) 358 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-03-31T20:25:14.394 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:14 vm05 bash[22868]: audit 2026-03-31T20:25:13.870986+0000 mon.b (mon.2) 4 : audit [DBG] from='client.? 192.168.123.105:0/4015635121' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2026-03-31T20:25:14.394 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:14 vm05 bash[22868]: audit 2026-03-31T20:25:13.870986+0000 mon.b (mon.2) 4 : audit [DBG] from='client.? 192.168.123.105:0/4015635121' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2026-03-31T20:25:14.473 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:14 vm06 bash[23229]: cephadm 2026-03-31T20:25:12.414614+0000 mgr.a (mgr.14152) 129 : cephadm [INF] Reconfiguring mgr.a (unknown last config time)... 2026-03-31T20:25:14.473 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:14 vm06 bash[23229]: cephadm 2026-03-31T20:25:12.414614+0000 mgr.a (mgr.14152) 129 : cephadm [INF] Reconfiguring mgr.a (unknown last config time)... 2026-03-31T20:25:14.473 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:14 vm06 bash[23229]: cephadm 2026-03-31T20:25:12.415903+0000 mgr.a (mgr.14152) 130 : cephadm [INF] Reconfiguring daemon mgr.a on vm01 2026-03-31T20:25:14.473 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:14 vm06 bash[23229]: cephadm 2026-03-31T20:25:12.415903+0000 mgr.a (mgr.14152) 130 : cephadm [INF] Reconfiguring daemon mgr.a on vm01 2026-03-31T20:25:14.473 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:14 vm06 bash[23229]: audit 2026-03-31T20:25:12.539245+0000 mgr.a (mgr.14152) 131 : audit [DBG] from='client.14265 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "vm05:vg_nvme/lv_4", "skip_validation": true, "target": ["mon-mgr", ""]}]: dispatch 2026-03-31T20:25:14.473 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:14 vm06 bash[23229]: audit 2026-03-31T20:25:12.539245+0000 mgr.a (mgr.14152) 131 : audit [DBG] from='client.14265 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "vm05:vg_nvme/lv_4", "skip_validation": true, "target": ["mon-mgr", ""]}]: dispatch 2026-03-31T20:25:14.473 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:14 vm06 bash[23229]: cephadm 2026-03-31T20:25:12.540183+0000 mgr.a (mgr.14152) 132 : cephadm [INF] osd.default does not exist. Creating it now. 2026-03-31T20:25:14.473 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:14 vm06 bash[23229]: cephadm 2026-03-31T20:25:12.540183+0000 mgr.a (mgr.14152) 132 : cephadm [INF] osd.default does not exist. Creating it now. 2026-03-31T20:25:14.473 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:14 vm06 bash[23229]: cephadm 2026-03-31T20:25:12.540246+0000 mgr.a (mgr.14152) 133 : cephadm [INF] Creating OSDs with service ID: default on vm05:['vg_nvme/lv_4'] 2026-03-31T20:25:14.473 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:14 vm06 bash[23229]: cephadm 2026-03-31T20:25:12.540246+0000 mgr.a (mgr.14152) 133 : cephadm [INF] Creating OSDs with service ID: default on vm05:['vg_nvme/lv_4'] 2026-03-31T20:25:14.473 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:14 vm06 bash[23229]: cephadm 2026-03-31T20:25:12.544635+0000 mgr.a (mgr.14152) 134 : cephadm [INF] Marking host: vm05 for OSDSpec preview refresh. 2026-03-31T20:25:14.473 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:14 vm06 bash[23229]: cephadm 2026-03-31T20:25:12.544635+0000 mgr.a (mgr.14152) 134 : cephadm [INF] Marking host: vm05 for OSDSpec preview refresh. 2026-03-31T20:25:14.473 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:14 vm06 bash[23229]: cephadm 2026-03-31T20:25:12.544731+0000 mgr.a (mgr.14152) 135 : cephadm [INF] Saving service osd.default spec with placement vm05 2026-03-31T20:25:14.473 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:14 vm06 bash[23229]: cephadm 2026-03-31T20:25:12.544731+0000 mgr.a (mgr.14152) 135 : cephadm [INF] Saving service osd.default spec with placement vm05 2026-03-31T20:25:14.473 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:14 vm06 bash[23229]: cluster 2026-03-31T20:25:13.125067+0000 mgr.a (mgr.14152) 136 : cluster [DBG] pgmap v79: 0 pgs: ; 0 B data, 26 MiB used, 20 GiB / 20 GiB avail 2026-03-31T20:25:14.473 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:14 vm06 bash[23229]: cluster 2026-03-31T20:25:13.125067+0000 mgr.a (mgr.14152) 136 : cluster [DBG] pgmap v79: 0 pgs: ; 0 B data, 26 MiB used, 20 GiB / 20 GiB avail 2026-03-31T20:25:14.473 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:14 vm06 bash[23229]: audit 2026-03-31T20:25:13.127005+0000 mon.a (mon.0) 347 : audit [INF] from='osd.0 [v2:192.168.123.101:6802/3077804079,v1:192.168.123.101:6803/3077804079]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "hdd", "ids": ["0"]}]': finished 2026-03-31T20:25:14.473 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:14 vm06 bash[23229]: audit 2026-03-31T20:25:13.127005+0000 mon.a (mon.0) 347 : audit [INF] from='osd.0 [v2:192.168.123.101:6802/3077804079,v1:192.168.123.101:6803/3077804079]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "hdd", "ids": ["0"]}]': finished 2026-03-31T20:25:14.473 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:14 vm06 bash[23229]: cluster 2026-03-31T20:25:13.128363+0000 mon.a (mon.0) 348 : cluster [DBG] osdmap e10: 1 total, 1 up, 1 in 2026-03-31T20:25:14.473 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:14 vm06 bash[23229]: cluster 2026-03-31T20:25:13.128363+0000 mon.a (mon.0) 348 : cluster [DBG] osdmap e10: 1 total, 1 up, 1 in 2026-03-31T20:25:14.473 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:14 vm06 bash[23229]: audit 2026-03-31T20:25:13.128498+0000 mon.a (mon.0) 349 : audit [INF] from='osd.0 [v2:192.168.123.101:6802/3077804079,v1:192.168.123.101:6803/3077804079]' entity='osd.0' cmd={"prefix": "osd crush create-or-move", "id": 0, "weight":0.0195, "args": ["host=vm01", "root=default"]} : dispatch 2026-03-31T20:25:14.473 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:14 vm06 bash[23229]: audit 2026-03-31T20:25:13.128498+0000 mon.a (mon.0) 349 : audit [INF] from='osd.0 [v2:192.168.123.101:6802/3077804079,v1:192.168.123.101:6803/3077804079]' entity='osd.0' cmd={"prefix": "osd crush create-or-move", "id": 0, "weight":0.0195, "args": ["host=vm01", "root=default"]} : dispatch 2026-03-31T20:25:14.473 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:14 vm06 bash[23229]: audit 2026-03-31T20:25:13.156697+0000 mon.a (mon.0) 350 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:14.473 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:14 vm06 bash[23229]: audit 2026-03-31T20:25:13.156697+0000 mon.a (mon.0) 350 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:14.473 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:14 vm06 bash[23229]: audit 2026-03-31T20:25:13.160016+0000 mon.a (mon.0) 351 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:14.473 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:14 vm06 bash[23229]: audit 2026-03-31T20:25:13.160016+0000 mon.a (mon.0) 351 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:14.473 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:14 vm06 bash[23229]: audit 2026-03-31T20:25:13.547944+0000 mon.b (mon.2) 3 : audit [INF] from='client.? 192.168.123.105:0/3582496153' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "15ed4d88-7c90-4455-937b-829f8baa40fb"} : dispatch 2026-03-31T20:25:14.473 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:14 vm06 bash[23229]: audit 2026-03-31T20:25:13.547944+0000 mon.b (mon.2) 3 : audit [INF] from='client.? 192.168.123.105:0/3582496153' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "15ed4d88-7c90-4455-937b-829f8baa40fb"} : dispatch 2026-03-31T20:25:14.473 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:14 vm06 bash[23229]: audit 2026-03-31T20:25:13.551620+0000 mon.a (mon.0) 352 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "15ed4d88-7c90-4455-937b-829f8baa40fb"} : dispatch 2026-03-31T20:25:14.473 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:14 vm06 bash[23229]: audit 2026-03-31T20:25:13.551620+0000 mon.a (mon.0) 352 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "15ed4d88-7c90-4455-937b-829f8baa40fb"} : dispatch 2026-03-31T20:25:14.473 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:14 vm06 bash[23229]: cluster 2026-03-31T20:25:13.551954+0000 mon.a (mon.0) 353 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2026-03-31T20:25:14.474 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:14 vm06 bash[23229]: cluster 2026-03-31T20:25:13.551954+0000 mon.a (mon.0) 353 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2026-03-31T20:25:14.474 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:14 vm06 bash[23229]: cluster 2026-03-31T20:25:13.551971+0000 mon.a (mon.0) 354 : cluster [WRN] Health check failed: 1 host (1 osds) down (OSD_HOST_DOWN) 2026-03-31T20:25:14.474 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:14 vm06 bash[23229]: cluster 2026-03-31T20:25:13.551971+0000 mon.a (mon.0) 354 : cluster [WRN] Health check failed: 1 host (1 osds) down (OSD_HOST_DOWN) 2026-03-31T20:25:14.474 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:14 vm06 bash[23229]: cluster 2026-03-31T20:25:13.551976+0000 mon.a (mon.0) 355 : cluster [WRN] Health check failed: 1 root (1 osds) down (OSD_ROOT_DOWN) 2026-03-31T20:25:14.474 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:14 vm06 bash[23229]: cluster 2026-03-31T20:25:13.551976+0000 mon.a (mon.0) 355 : cluster [WRN] Health check failed: 1 root (1 osds) down (OSD_ROOT_DOWN) 2026-03-31T20:25:14.474 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:14 vm06 bash[23229]: audit 2026-03-31T20:25:13.554959+0000 mon.a (mon.0) 356 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "15ed4d88-7c90-4455-937b-829f8baa40fb"}]': finished 2026-03-31T20:25:14.474 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:14 vm06 bash[23229]: audit 2026-03-31T20:25:13.554959+0000 mon.a (mon.0) 356 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "15ed4d88-7c90-4455-937b-829f8baa40fb"}]': finished 2026-03-31T20:25:14.474 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:14 vm06 bash[23229]: cluster 2026-03-31T20:25:13.556501+0000 mon.a (mon.0) 357 : cluster [DBG] osdmap e11: 2 total, 0 up, 2 in 2026-03-31T20:25:14.474 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:14 vm06 bash[23229]: cluster 2026-03-31T20:25:13.556501+0000 mon.a (mon.0) 357 : cluster [DBG] osdmap e11: 2 total, 0 up, 2 in 2026-03-31T20:25:14.474 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:14 vm06 bash[23229]: audit 2026-03-31T20:25:13.556564+0000 mon.a (mon.0) 358 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-03-31T20:25:14.474 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:14 vm06 bash[23229]: audit 2026-03-31T20:25:13.556564+0000 mon.a (mon.0) 358 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-03-31T20:25:14.474 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:14 vm06 bash[23229]: audit 2026-03-31T20:25:13.870986+0000 mon.b (mon.2) 4 : audit [DBG] from='client.? 192.168.123.105:0/4015635121' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2026-03-31T20:25:14.474 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:14 vm06 bash[23229]: audit 2026-03-31T20:25:13.870986+0000 mon.b (mon.2) 4 : audit [DBG] from='client.? 192.168.123.105:0/4015635121' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2026-03-31T20:25:14.588 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:14 vm01 bash[20507]: cephadm 2026-03-31T20:25:12.414614+0000 mgr.a (mgr.14152) 129 : cephadm [INF] Reconfiguring mgr.a (unknown last config time)... 2026-03-31T20:25:14.588 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:14 vm01 bash[20507]: cephadm 2026-03-31T20:25:12.414614+0000 mgr.a (mgr.14152) 129 : cephadm [INF] Reconfiguring mgr.a (unknown last config time)... 2026-03-31T20:25:14.588 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:14 vm01 bash[20507]: cephadm 2026-03-31T20:25:12.415903+0000 mgr.a (mgr.14152) 130 : cephadm [INF] Reconfiguring daemon mgr.a on vm01 2026-03-31T20:25:14.588 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:14 vm01 bash[20507]: cephadm 2026-03-31T20:25:12.415903+0000 mgr.a (mgr.14152) 130 : cephadm [INF] Reconfiguring daemon mgr.a on vm01 2026-03-31T20:25:14.588 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:14 vm01 bash[20507]: audit 2026-03-31T20:25:12.539245+0000 mgr.a (mgr.14152) 131 : audit [DBG] from='client.14265 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "vm05:vg_nvme/lv_4", "skip_validation": true, "target": ["mon-mgr", ""]}]: dispatch 2026-03-31T20:25:14.589 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:14 vm01 bash[20507]: audit 2026-03-31T20:25:12.539245+0000 mgr.a (mgr.14152) 131 : audit [DBG] from='client.14265 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "vm05:vg_nvme/lv_4", "skip_validation": true, "target": ["mon-mgr", ""]}]: dispatch 2026-03-31T20:25:14.589 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:14 vm01 bash[20507]: cephadm 2026-03-31T20:25:12.540183+0000 mgr.a (mgr.14152) 132 : cephadm [INF] osd.default does not exist. Creating it now. 2026-03-31T20:25:14.589 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:14 vm01 bash[20507]: cephadm 2026-03-31T20:25:12.540183+0000 mgr.a (mgr.14152) 132 : cephadm [INF] osd.default does not exist. Creating it now. 2026-03-31T20:25:14.589 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:14 vm01 bash[20507]: cephadm 2026-03-31T20:25:12.540246+0000 mgr.a (mgr.14152) 133 : cephadm [INF] Creating OSDs with service ID: default on vm05:['vg_nvme/lv_4'] 2026-03-31T20:25:14.589 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:14 vm01 bash[20507]: cephadm 2026-03-31T20:25:12.540246+0000 mgr.a (mgr.14152) 133 : cephadm [INF] Creating OSDs with service ID: default on vm05:['vg_nvme/lv_4'] 2026-03-31T20:25:14.589 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:14 vm01 bash[20507]: cephadm 2026-03-31T20:25:12.544635+0000 mgr.a (mgr.14152) 134 : cephadm [INF] Marking host: vm05 for OSDSpec preview refresh. 2026-03-31T20:25:14.589 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:14 vm01 bash[20507]: cephadm 2026-03-31T20:25:12.544635+0000 mgr.a (mgr.14152) 134 : cephadm [INF] Marking host: vm05 for OSDSpec preview refresh. 2026-03-31T20:25:14.589 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:14 vm01 bash[20507]: cephadm 2026-03-31T20:25:12.544731+0000 mgr.a (mgr.14152) 135 : cephadm [INF] Saving service osd.default spec with placement vm05 2026-03-31T20:25:14.589 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:14 vm01 bash[20507]: cephadm 2026-03-31T20:25:12.544731+0000 mgr.a (mgr.14152) 135 : cephadm [INF] Saving service osd.default spec with placement vm05 2026-03-31T20:25:14.589 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:14 vm01 bash[20507]: cluster 2026-03-31T20:25:13.125067+0000 mgr.a (mgr.14152) 136 : cluster [DBG] pgmap v79: 0 pgs: ; 0 B data, 26 MiB used, 20 GiB / 20 GiB avail 2026-03-31T20:25:14.589 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:14 vm01 bash[20507]: cluster 2026-03-31T20:25:13.125067+0000 mgr.a (mgr.14152) 136 : cluster [DBG] pgmap v79: 0 pgs: ; 0 B data, 26 MiB used, 20 GiB / 20 GiB avail 2026-03-31T20:25:14.589 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:14 vm01 bash[20507]: audit 2026-03-31T20:25:13.127005+0000 mon.a (mon.0) 347 : audit [INF] from='osd.0 [v2:192.168.123.101:6802/3077804079,v1:192.168.123.101:6803/3077804079]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "hdd", "ids": ["0"]}]': finished 2026-03-31T20:25:14.589 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:14 vm01 bash[20507]: audit 2026-03-31T20:25:13.127005+0000 mon.a (mon.0) 347 : audit [INF] from='osd.0 [v2:192.168.123.101:6802/3077804079,v1:192.168.123.101:6803/3077804079]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "hdd", "ids": ["0"]}]': finished 2026-03-31T20:25:14.589 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:14 vm01 bash[20507]: cluster 2026-03-31T20:25:13.128363+0000 mon.a (mon.0) 348 : cluster [DBG] osdmap e10: 1 total, 1 up, 1 in 2026-03-31T20:25:14.589 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:14 vm01 bash[20507]: cluster 2026-03-31T20:25:13.128363+0000 mon.a (mon.0) 348 : cluster [DBG] osdmap e10: 1 total, 1 up, 1 in 2026-03-31T20:25:14.589 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:14 vm01 bash[20507]: audit 2026-03-31T20:25:13.128498+0000 mon.a (mon.0) 349 : audit [INF] from='osd.0 [v2:192.168.123.101:6802/3077804079,v1:192.168.123.101:6803/3077804079]' entity='osd.0' cmd={"prefix": "osd crush create-or-move", "id": 0, "weight":0.0195, "args": ["host=vm01", "root=default"]} : dispatch 2026-03-31T20:25:14.589 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:14 vm01 bash[20507]: audit 2026-03-31T20:25:13.128498+0000 mon.a (mon.0) 349 : audit [INF] from='osd.0 [v2:192.168.123.101:6802/3077804079,v1:192.168.123.101:6803/3077804079]' entity='osd.0' cmd={"prefix": "osd crush create-or-move", "id": 0, "weight":0.0195, "args": ["host=vm01", "root=default"]} : dispatch 2026-03-31T20:25:14.589 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:14 vm01 bash[20507]: audit 2026-03-31T20:25:13.156697+0000 mon.a (mon.0) 350 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:14.589 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:14 vm01 bash[20507]: audit 2026-03-31T20:25:13.156697+0000 mon.a (mon.0) 350 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:14.589 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:14 vm01 bash[20507]: audit 2026-03-31T20:25:13.160016+0000 mon.a (mon.0) 351 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:14.589 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:14 vm01 bash[20507]: audit 2026-03-31T20:25:13.160016+0000 mon.a (mon.0) 351 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:14.589 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:14 vm01 bash[20507]: audit 2026-03-31T20:25:13.547944+0000 mon.b (mon.2) 3 : audit [INF] from='client.? 192.168.123.105:0/3582496153' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "15ed4d88-7c90-4455-937b-829f8baa40fb"} : dispatch 2026-03-31T20:25:14.589 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:14 vm01 bash[20507]: audit 2026-03-31T20:25:13.547944+0000 mon.b (mon.2) 3 : audit [INF] from='client.? 192.168.123.105:0/3582496153' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "15ed4d88-7c90-4455-937b-829f8baa40fb"} : dispatch 2026-03-31T20:25:14.589 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:14 vm01 bash[20507]: audit 2026-03-31T20:25:13.551620+0000 mon.a (mon.0) 352 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "15ed4d88-7c90-4455-937b-829f8baa40fb"} : dispatch 2026-03-31T20:25:14.589 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:14 vm01 bash[20507]: audit 2026-03-31T20:25:13.551620+0000 mon.a (mon.0) 352 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "15ed4d88-7c90-4455-937b-829f8baa40fb"} : dispatch 2026-03-31T20:25:14.589 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:14 vm01 bash[20507]: cluster 2026-03-31T20:25:13.551954+0000 mon.a (mon.0) 353 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2026-03-31T20:25:14.589 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:14 vm01 bash[20507]: cluster 2026-03-31T20:25:13.551954+0000 mon.a (mon.0) 353 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2026-03-31T20:25:14.589 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:14 vm01 bash[20507]: cluster 2026-03-31T20:25:13.551971+0000 mon.a (mon.0) 354 : cluster [WRN] Health check failed: 1 host (1 osds) down (OSD_HOST_DOWN) 2026-03-31T20:25:14.589 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:14 vm01 bash[20507]: cluster 2026-03-31T20:25:13.551971+0000 mon.a (mon.0) 354 : cluster [WRN] Health check failed: 1 host (1 osds) down (OSD_HOST_DOWN) 2026-03-31T20:25:14.589 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:14 vm01 bash[20507]: cluster 2026-03-31T20:25:13.551976+0000 mon.a (mon.0) 355 : cluster [WRN] Health check failed: 1 root (1 osds) down (OSD_ROOT_DOWN) 2026-03-31T20:25:14.589 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:14 vm01 bash[20507]: cluster 2026-03-31T20:25:13.551976+0000 mon.a (mon.0) 355 : cluster [WRN] Health check failed: 1 root (1 osds) down (OSD_ROOT_DOWN) 2026-03-31T20:25:14.589 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:14 vm01 bash[20507]: audit 2026-03-31T20:25:13.554959+0000 mon.a (mon.0) 356 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "15ed4d88-7c90-4455-937b-829f8baa40fb"}]': finished 2026-03-31T20:25:14.589 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:14 vm01 bash[20507]: audit 2026-03-31T20:25:13.554959+0000 mon.a (mon.0) 356 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "15ed4d88-7c90-4455-937b-829f8baa40fb"}]': finished 2026-03-31T20:25:14.589 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:14 vm01 bash[20507]: cluster 2026-03-31T20:25:13.556501+0000 mon.a (mon.0) 357 : cluster [DBG] osdmap e11: 2 total, 0 up, 2 in 2026-03-31T20:25:14.589 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:14 vm01 bash[20507]: cluster 2026-03-31T20:25:13.556501+0000 mon.a (mon.0) 357 : cluster [DBG] osdmap e11: 2 total, 0 up, 2 in 2026-03-31T20:25:14.589 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:14 vm01 bash[20507]: audit 2026-03-31T20:25:13.556564+0000 mon.a (mon.0) 358 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-03-31T20:25:14.589 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:14 vm01 bash[20507]: audit 2026-03-31T20:25:13.556564+0000 mon.a (mon.0) 358 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-03-31T20:25:14.589 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:14 vm01 bash[20507]: audit 2026-03-31T20:25:13.870986+0000 mon.b (mon.2) 4 : audit [DBG] from='client.? 192.168.123.105:0/4015635121' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2026-03-31T20:25:14.589 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:14 vm01 bash[20507]: audit 2026-03-31T20:25:13.870986+0000 mon.b (mon.2) 4 : audit [DBG] from='client.? 192.168.123.105:0/4015635121' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2026-03-31T20:25:15.249 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:15 vm05 bash[22868]: cluster 2026-03-31T20:25:14.555153+0000 mon.a (mon.0) 359 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2026-03-31T20:25:15.249 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:15 vm05 bash[22868]: cluster 2026-03-31T20:25:14.555153+0000 mon.a (mon.0) 359 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2026-03-31T20:25:15.249 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:15 vm05 bash[22868]: cluster 2026-03-31T20:25:14.555175+0000 mon.a (mon.0) 360 : cluster [INF] Health check cleared: OSD_HOST_DOWN (was: 1 host (1 osds) down) 2026-03-31T20:25:15.249 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:15 vm05 bash[22868]: cluster 2026-03-31T20:25:14.555175+0000 mon.a (mon.0) 360 : cluster [INF] Health check cleared: OSD_HOST_DOWN (was: 1 host (1 osds) down) 2026-03-31T20:25:15.249 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:15 vm05 bash[22868]: cluster 2026-03-31T20:25:14.555182+0000 mon.a (mon.0) 361 : cluster [INF] Health check cleared: OSD_ROOT_DOWN (was: 1 root (1 osds) down) 2026-03-31T20:25:15.249 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:15 vm05 bash[22868]: cluster 2026-03-31T20:25:14.555182+0000 mon.a (mon.0) 361 : cluster [INF] Health check cleared: OSD_ROOT_DOWN (was: 1 root (1 osds) down) 2026-03-31T20:25:15.249 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:15 vm05 bash[22868]: cluster 2026-03-31T20:25:14.555188+0000 mon.a (mon.0) 362 : cluster [INF] Cluster is now healthy 2026-03-31T20:25:15.249 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:15 vm05 bash[22868]: cluster 2026-03-31T20:25:14.555188+0000 mon.a (mon.0) 362 : cluster [INF] Cluster is now healthy 2026-03-31T20:25:15.249 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:15 vm05 bash[22868]: cluster 2026-03-31T20:25:14.559209+0000 mon.a (mon.0) 363 : cluster [INF] osd.0 [v2:192.168.123.101:6802/3077804079,v1:192.168.123.101:6803/3077804079] boot 2026-03-31T20:25:15.249 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:15 vm05 bash[22868]: cluster 2026-03-31T20:25:14.559209+0000 mon.a (mon.0) 363 : cluster [INF] osd.0 [v2:192.168.123.101:6802/3077804079,v1:192.168.123.101:6803/3077804079] boot 2026-03-31T20:25:15.249 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:15 vm05 bash[22868]: cluster 2026-03-31T20:25:14.559264+0000 mon.a (mon.0) 364 : cluster [DBG] osdmap e12: 2 total, 1 up, 2 in 2026-03-31T20:25:15.249 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:15 vm05 bash[22868]: cluster 2026-03-31T20:25:14.559264+0000 mon.a (mon.0) 364 : cluster [DBG] osdmap e12: 2 total, 1 up, 2 in 2026-03-31T20:25:15.249 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:15 vm05 bash[22868]: audit 2026-03-31T20:25:14.559315+0000 mon.a (mon.0) 365 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-03-31T20:25:15.249 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:15 vm05 bash[22868]: audit 2026-03-31T20:25:14.559315+0000 mon.a (mon.0) 365 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-03-31T20:25:15.249 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:15 vm05 bash[22868]: audit 2026-03-31T20:25:14.559423+0000 mon.a (mon.0) 366 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-03-31T20:25:15.249 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:15 vm05 bash[22868]: audit 2026-03-31T20:25:14.559423+0000 mon.a (mon.0) 366 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-03-31T20:25:15.472 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:15 vm06 bash[23229]: cluster 2026-03-31T20:25:14.555153+0000 mon.a (mon.0) 359 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2026-03-31T20:25:15.472 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:15 vm06 bash[23229]: cluster 2026-03-31T20:25:14.555153+0000 mon.a (mon.0) 359 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2026-03-31T20:25:15.472 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:15 vm06 bash[23229]: cluster 2026-03-31T20:25:14.555175+0000 mon.a (mon.0) 360 : cluster [INF] Health check cleared: OSD_HOST_DOWN (was: 1 host (1 osds) down) 2026-03-31T20:25:15.472 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:15 vm06 bash[23229]: cluster 2026-03-31T20:25:14.555175+0000 mon.a (mon.0) 360 : cluster [INF] Health check cleared: OSD_HOST_DOWN (was: 1 host (1 osds) down) 2026-03-31T20:25:15.472 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:15 vm06 bash[23229]: cluster 2026-03-31T20:25:14.555182+0000 mon.a (mon.0) 361 : cluster [INF] Health check cleared: OSD_ROOT_DOWN (was: 1 root (1 osds) down) 2026-03-31T20:25:15.472 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:15 vm06 bash[23229]: cluster 2026-03-31T20:25:14.555182+0000 mon.a (mon.0) 361 : cluster [INF] Health check cleared: OSD_ROOT_DOWN (was: 1 root (1 osds) down) 2026-03-31T20:25:15.472 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:15 vm06 bash[23229]: cluster 2026-03-31T20:25:14.555188+0000 mon.a (mon.0) 362 : cluster [INF] Cluster is now healthy 2026-03-31T20:25:15.472 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:15 vm06 bash[23229]: cluster 2026-03-31T20:25:14.555188+0000 mon.a (mon.0) 362 : cluster [INF] Cluster is now healthy 2026-03-31T20:25:15.472 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:15 vm06 bash[23229]: cluster 2026-03-31T20:25:14.559209+0000 mon.a (mon.0) 363 : cluster [INF] osd.0 [v2:192.168.123.101:6802/3077804079,v1:192.168.123.101:6803/3077804079] boot 2026-03-31T20:25:15.472 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:15 vm06 bash[23229]: cluster 2026-03-31T20:25:14.559209+0000 mon.a (mon.0) 363 : cluster [INF] osd.0 [v2:192.168.123.101:6802/3077804079,v1:192.168.123.101:6803/3077804079] boot 2026-03-31T20:25:15.473 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:15 vm06 bash[23229]: cluster 2026-03-31T20:25:14.559264+0000 mon.a (mon.0) 364 : cluster [DBG] osdmap e12: 2 total, 1 up, 2 in 2026-03-31T20:25:15.473 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:15 vm06 bash[23229]: cluster 2026-03-31T20:25:14.559264+0000 mon.a (mon.0) 364 : cluster [DBG] osdmap e12: 2 total, 1 up, 2 in 2026-03-31T20:25:15.473 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:15 vm06 bash[23229]: audit 2026-03-31T20:25:14.559315+0000 mon.a (mon.0) 365 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-03-31T20:25:15.473 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:15 vm06 bash[23229]: audit 2026-03-31T20:25:14.559315+0000 mon.a (mon.0) 365 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-03-31T20:25:15.473 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:15 vm06 bash[23229]: audit 2026-03-31T20:25:14.559423+0000 mon.a (mon.0) 366 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-03-31T20:25:15.473 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:15 vm06 bash[23229]: audit 2026-03-31T20:25:14.559423+0000 mon.a (mon.0) 366 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-03-31T20:25:15.588 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:15 vm01 bash[20507]: cluster 2026-03-31T20:25:14.555153+0000 mon.a (mon.0) 359 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2026-03-31T20:25:15.588 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:15 vm01 bash[20507]: cluster 2026-03-31T20:25:14.555153+0000 mon.a (mon.0) 359 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2026-03-31T20:25:15.588 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:15 vm01 bash[20507]: cluster 2026-03-31T20:25:14.555175+0000 mon.a (mon.0) 360 : cluster [INF] Health check cleared: OSD_HOST_DOWN (was: 1 host (1 osds) down) 2026-03-31T20:25:15.588 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:15 vm01 bash[20507]: cluster 2026-03-31T20:25:14.555175+0000 mon.a (mon.0) 360 : cluster [INF] Health check cleared: OSD_HOST_DOWN (was: 1 host (1 osds) down) 2026-03-31T20:25:15.588 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:15 vm01 bash[20507]: cluster 2026-03-31T20:25:14.555182+0000 mon.a (mon.0) 361 : cluster [INF] Health check cleared: OSD_ROOT_DOWN (was: 1 root (1 osds) down) 2026-03-31T20:25:15.588 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:15 vm01 bash[20507]: cluster 2026-03-31T20:25:14.555182+0000 mon.a (mon.0) 361 : cluster [INF] Health check cleared: OSD_ROOT_DOWN (was: 1 root (1 osds) down) 2026-03-31T20:25:15.588 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:15 vm01 bash[20507]: cluster 2026-03-31T20:25:14.555188+0000 mon.a (mon.0) 362 : cluster [INF] Cluster is now healthy 2026-03-31T20:25:15.588 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:15 vm01 bash[20507]: cluster 2026-03-31T20:25:14.555188+0000 mon.a (mon.0) 362 : cluster [INF] Cluster is now healthy 2026-03-31T20:25:15.588 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:15 vm01 bash[20507]: cluster 2026-03-31T20:25:14.559209+0000 mon.a (mon.0) 363 : cluster [INF] osd.0 [v2:192.168.123.101:6802/3077804079,v1:192.168.123.101:6803/3077804079] boot 2026-03-31T20:25:15.588 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:15 vm01 bash[20507]: cluster 2026-03-31T20:25:14.559209+0000 mon.a (mon.0) 363 : cluster [INF] osd.0 [v2:192.168.123.101:6802/3077804079,v1:192.168.123.101:6803/3077804079] boot 2026-03-31T20:25:15.588 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:15 vm01 bash[20507]: cluster 2026-03-31T20:25:14.559264+0000 mon.a (mon.0) 364 : cluster [DBG] osdmap e12: 2 total, 1 up, 2 in 2026-03-31T20:25:15.588 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:15 vm01 bash[20507]: cluster 2026-03-31T20:25:14.559264+0000 mon.a (mon.0) 364 : cluster [DBG] osdmap e12: 2 total, 1 up, 2 in 2026-03-31T20:25:15.588 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:15 vm01 bash[20507]: audit 2026-03-31T20:25:14.559315+0000 mon.a (mon.0) 365 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-03-31T20:25:15.588 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:15 vm01 bash[20507]: audit 2026-03-31T20:25:14.559315+0000 mon.a (mon.0) 365 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-03-31T20:25:15.588 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:15 vm01 bash[20507]: audit 2026-03-31T20:25:14.559423+0000 mon.a (mon.0) 366 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-03-31T20:25:15.588 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:15 vm01 bash[20507]: audit 2026-03-31T20:25:14.559423+0000 mon.a (mon.0) 366 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-03-31T20:25:16.370 INFO:journalctl@ceph.mgr.b.vm05.stdout:Mar 31 20:25:16 vm05 systemd[1]: /etc/systemd/system/ceph-2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37@.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-03-31T20:25:16.370 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:16 vm05 bash[22868]: cluster 2026-03-31T20:25:15.125277+0000 mgr.a (mgr.14152) 137 : cluster [DBG] pgmap v83: 0 pgs: ; 0 B data, 27 MiB used, 20 GiB / 20 GiB avail 2026-03-31T20:25:16.370 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:16 vm05 bash[22868]: cluster 2026-03-31T20:25:15.125277+0000 mgr.a (mgr.14152) 137 : cluster [DBG] pgmap v83: 0 pgs: ; 0 B data, 27 MiB used, 20 GiB / 20 GiB avail 2026-03-31T20:25:16.370 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:16 vm05 bash[22868]: audit 2026-03-31T20:25:15.610702+0000 mon.a (mon.0) 367 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.1"} : dispatch 2026-03-31T20:25:16.370 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:16 vm05 bash[22868]: audit 2026-03-31T20:25:15.610702+0000 mon.a (mon.0) 367 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.1"} : dispatch 2026-03-31T20:25:16.370 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:16 vm05 bash[22868]: audit 2026-03-31T20:25:15.611190+0000 mon.a (mon.0) 368 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-03-31T20:25:16.370 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:16 vm05 bash[22868]: audit 2026-03-31T20:25:15.611190+0000 mon.a (mon.0) 368 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-03-31T20:25:16.370 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:16 vm05 systemd[1]: /etc/systemd/system/ceph-2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37@.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-03-31T20:25:16.472 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:16 vm06 bash[23229]: cluster 2026-03-31T20:25:15.125277+0000 mgr.a (mgr.14152) 137 : cluster [DBG] pgmap v83: 0 pgs: ; 0 B data, 27 MiB used, 20 GiB / 20 GiB avail 2026-03-31T20:25:16.472 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:16 vm06 bash[23229]: cluster 2026-03-31T20:25:15.125277+0000 mgr.a (mgr.14152) 137 : cluster [DBG] pgmap v83: 0 pgs: ; 0 B data, 27 MiB used, 20 GiB / 20 GiB avail 2026-03-31T20:25:16.472 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:16 vm06 bash[23229]: audit 2026-03-31T20:25:15.610702+0000 mon.a (mon.0) 367 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.1"} : dispatch 2026-03-31T20:25:16.472 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:16 vm06 bash[23229]: audit 2026-03-31T20:25:15.610702+0000 mon.a (mon.0) 367 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.1"} : dispatch 2026-03-31T20:25:16.472 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:16 vm06 bash[23229]: audit 2026-03-31T20:25:15.611190+0000 mon.a (mon.0) 368 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-03-31T20:25:16.472 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:16 vm06 bash[23229]: audit 2026-03-31T20:25:15.611190+0000 mon.a (mon.0) 368 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-03-31T20:25:16.588 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:16 vm01 bash[20507]: cluster 2026-03-31T20:25:15.125277+0000 mgr.a (mgr.14152) 137 : cluster [DBG] pgmap v83: 0 pgs: ; 0 B data, 27 MiB used, 20 GiB / 20 GiB avail 2026-03-31T20:25:16.588 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:16 vm01 bash[20507]: cluster 2026-03-31T20:25:15.125277+0000 mgr.a (mgr.14152) 137 : cluster [DBG] pgmap v83: 0 pgs: ; 0 B data, 27 MiB used, 20 GiB / 20 GiB avail 2026-03-31T20:25:16.588 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:16 vm01 bash[20507]: audit 2026-03-31T20:25:15.610702+0000 mon.a (mon.0) 367 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.1"} : dispatch 2026-03-31T20:25:16.588 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:16 vm01 bash[20507]: audit 2026-03-31T20:25:15.610702+0000 mon.a (mon.0) 367 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.1"} : dispatch 2026-03-31T20:25:16.588 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:16 vm01 bash[20507]: audit 2026-03-31T20:25:15.611190+0000 mon.a (mon.0) 368 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-03-31T20:25:16.588 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:16 vm01 bash[20507]: audit 2026-03-31T20:25:15.611190+0000 mon.a (mon.0) 368 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-03-31T20:25:16.643 INFO:journalctl@ceph.mgr.b.vm05.stdout:Mar 31 20:25:16 vm05 systemd[1]: /etc/systemd/system/ceph-2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37@.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-03-31T20:25:16.643 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:16 vm05 systemd[1]: /etc/systemd/system/ceph-2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37@.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-03-31T20:25:17.393 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:17 vm05 bash[22868]: cephadm 2026-03-31T20:25:15.611565+0000 mgr.a (mgr.14152) 138 : cephadm [INF] Deploying daemon osd.1 on vm05 2026-03-31T20:25:17.393 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:17 vm05 bash[22868]: cephadm 2026-03-31T20:25:15.611565+0000 mgr.a (mgr.14152) 138 : cephadm [INF] Deploying daemon osd.1 on vm05 2026-03-31T20:25:17.393 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:17 vm05 bash[22868]: audit 2026-03-31T20:25:16.568823+0000 mon.a (mon.0) 369 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:17.393 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:17 vm05 bash[22868]: audit 2026-03-31T20:25:16.568823+0000 mon.a (mon.0) 369 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:17.393 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:17 vm05 bash[22868]: audit 2026-03-31T20:25:16.572611+0000 mon.a (mon.0) 370 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:17.393 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:17 vm05 bash[22868]: audit 2026-03-31T20:25:16.572611+0000 mon.a (mon.0) 370 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:17.472 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:17 vm06 bash[23229]: cephadm 2026-03-31T20:25:15.611565+0000 mgr.a (mgr.14152) 138 : cephadm [INF] Deploying daemon osd.1 on vm05 2026-03-31T20:25:17.472 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:17 vm06 bash[23229]: cephadm 2026-03-31T20:25:15.611565+0000 mgr.a (mgr.14152) 138 : cephadm [INF] Deploying daemon osd.1 on vm05 2026-03-31T20:25:17.472 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:17 vm06 bash[23229]: audit 2026-03-31T20:25:16.568823+0000 mon.a (mon.0) 369 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:17.472 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:17 vm06 bash[23229]: audit 2026-03-31T20:25:16.568823+0000 mon.a (mon.0) 369 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:17.473 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:17 vm06 bash[23229]: audit 2026-03-31T20:25:16.572611+0000 mon.a (mon.0) 370 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:17.473 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:17 vm06 bash[23229]: audit 2026-03-31T20:25:16.572611+0000 mon.a (mon.0) 370 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:17.588 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:17 vm01 bash[20507]: cephadm 2026-03-31T20:25:15.611565+0000 mgr.a (mgr.14152) 138 : cephadm [INF] Deploying daemon osd.1 on vm05 2026-03-31T20:25:17.588 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:17 vm01 bash[20507]: cephadm 2026-03-31T20:25:15.611565+0000 mgr.a (mgr.14152) 138 : cephadm [INF] Deploying daemon osd.1 on vm05 2026-03-31T20:25:17.588 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:17 vm01 bash[20507]: audit 2026-03-31T20:25:16.568823+0000 mon.a (mon.0) 369 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:17.588 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:17 vm01 bash[20507]: audit 2026-03-31T20:25:16.568823+0000 mon.a (mon.0) 369 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:17.588 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:17 vm01 bash[20507]: audit 2026-03-31T20:25:16.572611+0000 mon.a (mon.0) 370 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:17.588 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:17 vm01 bash[20507]: audit 2026-03-31T20:25:16.572611+0000 mon.a (mon.0) 370 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:18.231 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:18 vm05 bash[22868]: cluster 2026-03-31T20:25:17.125539+0000 mgr.a (mgr.14152) 139 : cluster [DBG] pgmap v84: 0 pgs: ; 0 B data, 27 MiB used, 20 GiB / 20 GiB avail 2026-03-31T20:25:18.231 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:18 vm05 bash[22868]: cluster 2026-03-31T20:25:17.125539+0000 mgr.a (mgr.14152) 139 : cluster [DBG] pgmap v84: 0 pgs: ; 0 B data, 27 MiB used, 20 GiB / 20 GiB avail 2026-03-31T20:25:18.231 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:18 vm05 bash[22868]: audit 2026-03-31T20:25:17.714990+0000 mon.a (mon.0) 371 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:18.231 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:18 vm05 bash[22868]: audit 2026-03-31T20:25:17.714990+0000 mon.a (mon.0) 371 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:18.231 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:18 vm05 bash[22868]: audit 2026-03-31T20:25:17.718607+0000 mon.a (mon.0) 372 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:18.231 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:18 vm05 bash[22868]: audit 2026-03-31T20:25:17.718607+0000 mon.a (mon.0) 372 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:18.343 INFO:teuthology.orchestra.run.vm05.stdout:Created osd(s) 1 on host 'vm05' 2026-03-31T20:25:18.420 DEBUG:teuthology.orchestra.run.vm05:osd.1> sudo journalctl -f -n 0 -u ceph-2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37@osd.1.service 2026-03-31T20:25:18.421 INFO:tasks.cephadm:Deploying osd.2 on vm06 with /dev/vg_nvme/lv_4... 2026-03-31T20:25:18.421 DEBUG:teuthology.orchestra.run.vm06:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:5bb3278730741031382ca9c3dc9d221a942e06a2 ceph-volume -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37 -- lvm zap /dev/vg_nvme/lv_4 2026-03-31T20:25:18.428 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:18 vm06 bash[23229]: cluster 2026-03-31T20:25:17.125539+0000 mgr.a (mgr.14152) 139 : cluster [DBG] pgmap v84: 0 pgs: ; 0 B data, 27 MiB used, 20 GiB / 20 GiB avail 2026-03-31T20:25:18.428 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:18 vm06 bash[23229]: cluster 2026-03-31T20:25:17.125539+0000 mgr.a (mgr.14152) 139 : cluster [DBG] pgmap v84: 0 pgs: ; 0 B data, 27 MiB used, 20 GiB / 20 GiB avail 2026-03-31T20:25:18.428 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:18 vm06 bash[23229]: audit 2026-03-31T20:25:17.714990+0000 mon.a (mon.0) 371 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:18.428 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:18 vm06 bash[23229]: audit 2026-03-31T20:25:17.714990+0000 mon.a (mon.0) 371 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:18.428 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:18 vm06 bash[23229]: audit 2026-03-31T20:25:17.718607+0000 mon.a (mon.0) 372 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:18.428 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:18 vm06 bash[23229]: audit 2026-03-31T20:25:17.718607+0000 mon.a (mon.0) 372 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:18.431 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:18 vm01 bash[20507]: cluster 2026-03-31T20:25:17.125539+0000 mgr.a (mgr.14152) 139 : cluster [DBG] pgmap v84: 0 pgs: ; 0 B data, 27 MiB used, 20 GiB / 20 GiB avail 2026-03-31T20:25:18.431 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:18 vm01 bash[20507]: cluster 2026-03-31T20:25:17.125539+0000 mgr.a (mgr.14152) 139 : cluster [DBG] pgmap v84: 0 pgs: ; 0 B data, 27 MiB used, 20 GiB / 20 GiB avail 2026-03-31T20:25:18.431 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:18 vm01 bash[20507]: audit 2026-03-31T20:25:17.714990+0000 mon.a (mon.0) 371 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:18.431 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:18 vm01 bash[20507]: audit 2026-03-31T20:25:17.714990+0000 mon.a (mon.0) 371 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:18.431 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:18 vm01 bash[20507]: audit 2026-03-31T20:25:17.718607+0000 mon.a (mon.0) 372 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:18.431 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:18 vm01 bash[20507]: audit 2026-03-31T20:25:17.718607+0000 mon.a (mon.0) 372 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:18.661 INFO:teuthology.orchestra.run.vm06.stderr:Inferring config /var/lib/ceph/2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37/mon.c/config 2026-03-31T20:25:18.893 INFO:journalctl@ceph.osd.1.vm05.stdout:Mar 31 20:25:18 vm05 bash[26159]: debug 2026-03-31T20:25:18.514+0000 7fcd8a6c48c0 -1 osd.1 0 log_to_monitors true 2026-03-31T20:25:19.116 INFO:teuthology.orchestra.run.vm06.stdout: 2026-03-31T20:25:19.132 DEBUG:teuthology.orchestra.run.vm06:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:5bb3278730741031382ca9c3dc9d221a942e06a2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37 -- ceph orch daemon add osd vm06:vg_nvme/lv_4 --skip-validation 2026-03-31T20:25:19.410 INFO:teuthology.orchestra.run.vm06.stderr:Inferring config /var/lib/ceph/2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37/mon.c/config 2026-03-31T20:25:19.447 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:19 vm06 bash[23229]: audit 2026-03-31T20:25:18.336927+0000 mon.a (mon.0) 373 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:19.447 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:19 vm06 bash[23229]: audit 2026-03-31T20:25:18.336927+0000 mon.a (mon.0) 373 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:19.447 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:19 vm06 bash[23229]: audit 2026-03-31T20:25:18.340473+0000 mon.a (mon.0) 374 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:19.447 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:19 vm06 bash[23229]: audit 2026-03-31T20:25:18.340473+0000 mon.a (mon.0) 374 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:19.447 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:19 vm06 bash[23229]: audit 2026-03-31T20:25:18.521819+0000 mon.b (mon.2) 5 : audit [INF] from='osd.1 [v2:192.168.123.105:6800/1328485734,v1:192.168.123.105:6801/1328485734]' entity='osd.1' cmd={"prefix": "osd crush set-device-class", "class": "hdd", "ids": ["1"]} : dispatch 2026-03-31T20:25:19.447 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:19 vm06 bash[23229]: audit 2026-03-31T20:25:18.521819+0000 mon.b (mon.2) 5 : audit [INF] from='osd.1 [v2:192.168.123.105:6800/1328485734,v1:192.168.123.105:6801/1328485734]' entity='osd.1' cmd={"prefix": "osd crush set-device-class", "class": "hdd", "ids": ["1"]} : dispatch 2026-03-31T20:25:19.447 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:19 vm06 bash[23229]: audit 2026-03-31T20:25:18.525338+0000 mon.a (mon.0) 375 : audit [INF] from='osd.1 ' entity='osd.1' cmd={"prefix": "osd crush set-device-class", "class": "hdd", "ids": ["1"]} : dispatch 2026-03-31T20:25:19.447 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:19 vm06 bash[23229]: audit 2026-03-31T20:25:18.525338+0000 mon.a (mon.0) 375 : audit [INF] from='osd.1 ' entity='osd.1' cmd={"prefix": "osd crush set-device-class", "class": "hdd", "ids": ["1"]} : dispatch 2026-03-31T20:25:19.447 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:19 vm06 bash[23229]: cephadm 2026-03-31T20:25:19.061915+0000 mgr.a (mgr.14152) 140 : cephadm [INF] Detected new or changed devices on vm01 2026-03-31T20:25:19.447 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:19 vm06 bash[23229]: cephadm 2026-03-31T20:25:19.061915+0000 mgr.a (mgr.14152) 140 : cephadm [INF] Detected new or changed devices on vm01 2026-03-31T20:25:19.447 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:19 vm06 bash[23229]: audit 2026-03-31T20:25:19.067100+0000 mon.a (mon.0) 376 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:19.447 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:19 vm06 bash[23229]: audit 2026-03-31T20:25:19.067100+0000 mon.a (mon.0) 376 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:19.447 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:19 vm06 bash[23229]: audit 2026-03-31T20:25:19.070768+0000 mon.a (mon.0) 377 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:19.447 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:19 vm06 bash[23229]: audit 2026-03-31T20:25:19.070768+0000 mon.a (mon.0) 377 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:19.447 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:19 vm06 bash[23229]: audit 2026-03-31T20:25:19.074676+0000 mon.a (mon.0) 378 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:19.447 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:19 vm06 bash[23229]: audit 2026-03-31T20:25:19.074676+0000 mon.a (mon.0) 378 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:19.447 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:19 vm06 bash[23229]: audit 2026-03-31T20:25:19.079064+0000 mon.a (mon.0) 379 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:19.447 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:19 vm06 bash[23229]: audit 2026-03-31T20:25:19.079064+0000 mon.a (mon.0) 379 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:19.447 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:19 vm06 bash[23229]: audit 2026-03-31T20:25:19.079815+0000 mon.a (mon.0) 380 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"} : dispatch 2026-03-31T20:25:19.447 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:19 vm06 bash[23229]: audit 2026-03-31T20:25:19.079815+0000 mon.a (mon.0) 380 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"} : dispatch 2026-03-31T20:25:19.447 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:19 vm06 bash[23229]: cephadm 2026-03-31T20:25:19.080177+0000 mgr.a (mgr.14152) 141 : cephadm [INF] Adjusting osd_memory_target on vm01 to 1838M 2026-03-31T20:25:19.447 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:19 vm06 bash[23229]: cephadm 2026-03-31T20:25:19.080177+0000 mgr.a (mgr.14152) 141 : cephadm [INF] Adjusting osd_memory_target on vm01 to 1838M 2026-03-31T20:25:19.447 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:19 vm06 bash[23229]: audit 2026-03-31T20:25:19.083163+0000 mon.a (mon.0) 381 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:19.447 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:19 vm06 bash[23229]: audit 2026-03-31T20:25:19.083163+0000 mon.a (mon.0) 381 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:19.447 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:19 vm06 bash[23229]: audit 2026-03-31T20:25:19.085207+0000 mon.a (mon.0) 382 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-03-31T20:25:19.447 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:19 vm06 bash[23229]: audit 2026-03-31T20:25:19.085207+0000 mon.a (mon.0) 382 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-03-31T20:25:19.448 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:19 vm06 bash[23229]: audit 2026-03-31T20:25:19.085572+0000 mon.a (mon.0) 383 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-03-31T20:25:19.448 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:19 vm06 bash[23229]: audit 2026-03-31T20:25:19.085572+0000 mon.a (mon.0) 383 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-03-31T20:25:19.448 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:19 vm06 bash[23229]: audit 2026-03-31T20:25:19.089237+0000 mon.a (mon.0) 384 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:19.448 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:19 vm06 bash[23229]: audit 2026-03-31T20:25:19.089237+0000 mon.a (mon.0) 384 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:19.448 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:19 vm06 bash[23229]: audit 2026-03-31T20:25:19.090140+0000 mon.a (mon.0) 385 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-03-31T20:25:19.448 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:19 vm06 bash[23229]: audit 2026-03-31T20:25:19.090140+0000 mon.a (mon.0) 385 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-03-31T20:25:19.448 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:19 vm06 bash[23229]: audit 2026-03-31T20:25:19.091398+0000 mon.a (mon.0) 386 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-03-31T20:25:19.448 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:19 vm06 bash[23229]: audit 2026-03-31T20:25:19.091398+0000 mon.a (mon.0) 386 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-03-31T20:25:19.448 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:19 vm06 bash[23229]: audit 2026-03-31T20:25:19.091760+0000 mon.a (mon.0) 387 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-03-31T20:25:19.448 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:19 vm06 bash[23229]: audit 2026-03-31T20:25:19.091760+0000 mon.a (mon.0) 387 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-03-31T20:25:19.448 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:19 vm06 bash[23229]: cluster 2026-03-31T20:25:19.125779+0000 mgr.a (mgr.14152) 142 : cluster [DBG] pgmap v85: 0 pgs: ; 0 B data, 27 MiB used, 20 GiB / 20 GiB avail 2026-03-31T20:25:19.448 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:19 vm06 bash[23229]: cluster 2026-03-31T20:25:19.125779+0000 mgr.a (mgr.14152) 142 : cluster [DBG] pgmap v85: 0 pgs: ; 0 B data, 27 MiB used, 20 GiB / 20 GiB avail 2026-03-31T20:25:19.588 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:19 vm01 bash[20507]: audit 2026-03-31T20:25:18.336927+0000 mon.a (mon.0) 373 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:19.588 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:19 vm01 bash[20507]: audit 2026-03-31T20:25:18.336927+0000 mon.a (mon.0) 373 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:19.588 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:19 vm01 bash[20507]: audit 2026-03-31T20:25:18.340473+0000 mon.a (mon.0) 374 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:19.588 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:19 vm01 bash[20507]: audit 2026-03-31T20:25:18.340473+0000 mon.a (mon.0) 374 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:19.588 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:19 vm01 bash[20507]: audit 2026-03-31T20:25:18.521819+0000 mon.b (mon.2) 5 : audit [INF] from='osd.1 [v2:192.168.123.105:6800/1328485734,v1:192.168.123.105:6801/1328485734]' entity='osd.1' cmd={"prefix": "osd crush set-device-class", "class": "hdd", "ids": ["1"]} : dispatch 2026-03-31T20:25:19.588 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:19 vm01 bash[20507]: audit 2026-03-31T20:25:18.521819+0000 mon.b (mon.2) 5 : audit [INF] from='osd.1 [v2:192.168.123.105:6800/1328485734,v1:192.168.123.105:6801/1328485734]' entity='osd.1' cmd={"prefix": "osd crush set-device-class", "class": "hdd", "ids": ["1"]} : dispatch 2026-03-31T20:25:19.588 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:19 vm01 bash[20507]: audit 2026-03-31T20:25:18.525338+0000 mon.a (mon.0) 375 : audit [INF] from='osd.1 ' entity='osd.1' cmd={"prefix": "osd crush set-device-class", "class": "hdd", "ids": ["1"]} : dispatch 2026-03-31T20:25:19.588 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:19 vm01 bash[20507]: audit 2026-03-31T20:25:18.525338+0000 mon.a (mon.0) 375 : audit [INF] from='osd.1 ' entity='osd.1' cmd={"prefix": "osd crush set-device-class", "class": "hdd", "ids": ["1"]} : dispatch 2026-03-31T20:25:19.588 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:19 vm01 bash[20507]: cephadm 2026-03-31T20:25:19.061915+0000 mgr.a (mgr.14152) 140 : cephadm [INF] Detected new or changed devices on vm01 2026-03-31T20:25:19.588 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:19 vm01 bash[20507]: cephadm 2026-03-31T20:25:19.061915+0000 mgr.a (mgr.14152) 140 : cephadm [INF] Detected new or changed devices on vm01 2026-03-31T20:25:19.588 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:19 vm01 bash[20507]: audit 2026-03-31T20:25:19.067100+0000 mon.a (mon.0) 376 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:19.588 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:19 vm01 bash[20507]: audit 2026-03-31T20:25:19.067100+0000 mon.a (mon.0) 376 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:19.588 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:19 vm01 bash[20507]: audit 2026-03-31T20:25:19.070768+0000 mon.a (mon.0) 377 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:19.588 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:19 vm01 bash[20507]: audit 2026-03-31T20:25:19.070768+0000 mon.a (mon.0) 377 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:19.588 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:19 vm01 bash[20507]: audit 2026-03-31T20:25:19.074676+0000 mon.a (mon.0) 378 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:19.588 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:19 vm01 bash[20507]: audit 2026-03-31T20:25:19.074676+0000 mon.a (mon.0) 378 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:19.588 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:19 vm01 bash[20507]: audit 2026-03-31T20:25:19.079064+0000 mon.a (mon.0) 379 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:19.588 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:19 vm01 bash[20507]: audit 2026-03-31T20:25:19.079064+0000 mon.a (mon.0) 379 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:19.588 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:19 vm01 bash[20507]: audit 2026-03-31T20:25:19.079815+0000 mon.a (mon.0) 380 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"} : dispatch 2026-03-31T20:25:19.588 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:19 vm01 bash[20507]: audit 2026-03-31T20:25:19.079815+0000 mon.a (mon.0) 380 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"} : dispatch 2026-03-31T20:25:19.589 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:19 vm01 bash[20507]: cephadm 2026-03-31T20:25:19.080177+0000 mgr.a (mgr.14152) 141 : cephadm [INF] Adjusting osd_memory_target on vm01 to 1838M 2026-03-31T20:25:19.589 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:19 vm01 bash[20507]: cephadm 2026-03-31T20:25:19.080177+0000 mgr.a (mgr.14152) 141 : cephadm [INF] Adjusting osd_memory_target on vm01 to 1838M 2026-03-31T20:25:19.589 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:19 vm01 bash[20507]: audit 2026-03-31T20:25:19.083163+0000 mon.a (mon.0) 381 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:19.589 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:19 vm01 bash[20507]: audit 2026-03-31T20:25:19.083163+0000 mon.a (mon.0) 381 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:19.589 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:19 vm01 bash[20507]: audit 2026-03-31T20:25:19.085207+0000 mon.a (mon.0) 382 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-03-31T20:25:19.589 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:19 vm01 bash[20507]: audit 2026-03-31T20:25:19.085207+0000 mon.a (mon.0) 382 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-03-31T20:25:19.589 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:19 vm01 bash[20507]: audit 2026-03-31T20:25:19.085572+0000 mon.a (mon.0) 383 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-03-31T20:25:19.589 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:19 vm01 bash[20507]: audit 2026-03-31T20:25:19.085572+0000 mon.a (mon.0) 383 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-03-31T20:25:19.589 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:19 vm01 bash[20507]: audit 2026-03-31T20:25:19.089237+0000 mon.a (mon.0) 384 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:19.589 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:19 vm01 bash[20507]: audit 2026-03-31T20:25:19.089237+0000 mon.a (mon.0) 384 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:19.589 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:19 vm01 bash[20507]: audit 2026-03-31T20:25:19.090140+0000 mon.a (mon.0) 385 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-03-31T20:25:19.589 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:19 vm01 bash[20507]: audit 2026-03-31T20:25:19.090140+0000 mon.a (mon.0) 385 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-03-31T20:25:19.589 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:19 vm01 bash[20507]: audit 2026-03-31T20:25:19.091398+0000 mon.a (mon.0) 386 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-03-31T20:25:19.589 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:19 vm01 bash[20507]: audit 2026-03-31T20:25:19.091398+0000 mon.a (mon.0) 386 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-03-31T20:25:19.589 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:19 vm01 bash[20507]: audit 2026-03-31T20:25:19.091760+0000 mon.a (mon.0) 387 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-03-31T20:25:19.589 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:19 vm01 bash[20507]: audit 2026-03-31T20:25:19.091760+0000 mon.a (mon.0) 387 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-03-31T20:25:19.589 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:19 vm01 bash[20507]: cluster 2026-03-31T20:25:19.125779+0000 mgr.a (mgr.14152) 142 : cluster [DBG] pgmap v85: 0 pgs: ; 0 B data, 27 MiB used, 20 GiB / 20 GiB avail 2026-03-31T20:25:19.589 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:19 vm01 bash[20507]: cluster 2026-03-31T20:25:19.125779+0000 mgr.a (mgr.14152) 142 : cluster [DBG] pgmap v85: 0 pgs: ; 0 B data, 27 MiB used, 20 GiB / 20 GiB avail 2026-03-31T20:25:19.643 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:19 vm05 bash[22868]: audit 2026-03-31T20:25:18.336927+0000 mon.a (mon.0) 373 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:19.643 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:19 vm05 bash[22868]: audit 2026-03-31T20:25:18.336927+0000 mon.a (mon.0) 373 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:19.643 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:19 vm05 bash[22868]: audit 2026-03-31T20:25:18.340473+0000 mon.a (mon.0) 374 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:19.643 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:19 vm05 bash[22868]: audit 2026-03-31T20:25:18.340473+0000 mon.a (mon.0) 374 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:19.643 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:19 vm05 bash[22868]: audit 2026-03-31T20:25:18.521819+0000 mon.b (mon.2) 5 : audit [INF] from='osd.1 [v2:192.168.123.105:6800/1328485734,v1:192.168.123.105:6801/1328485734]' entity='osd.1' cmd={"prefix": "osd crush set-device-class", "class": "hdd", "ids": ["1"]} : dispatch 2026-03-31T20:25:19.643 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:19 vm05 bash[22868]: audit 2026-03-31T20:25:18.521819+0000 mon.b (mon.2) 5 : audit [INF] from='osd.1 [v2:192.168.123.105:6800/1328485734,v1:192.168.123.105:6801/1328485734]' entity='osd.1' cmd={"prefix": "osd crush set-device-class", "class": "hdd", "ids": ["1"]} : dispatch 2026-03-31T20:25:19.643 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:19 vm05 bash[22868]: audit 2026-03-31T20:25:18.525338+0000 mon.a (mon.0) 375 : audit [INF] from='osd.1 ' entity='osd.1' cmd={"prefix": "osd crush set-device-class", "class": "hdd", "ids": ["1"]} : dispatch 2026-03-31T20:25:19.643 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:19 vm05 bash[22868]: audit 2026-03-31T20:25:18.525338+0000 mon.a (mon.0) 375 : audit [INF] from='osd.1 ' entity='osd.1' cmd={"prefix": "osd crush set-device-class", "class": "hdd", "ids": ["1"]} : dispatch 2026-03-31T20:25:19.643 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:19 vm05 bash[22868]: cephadm 2026-03-31T20:25:19.061915+0000 mgr.a (mgr.14152) 140 : cephadm [INF] Detected new or changed devices on vm01 2026-03-31T20:25:19.643 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:19 vm05 bash[22868]: cephadm 2026-03-31T20:25:19.061915+0000 mgr.a (mgr.14152) 140 : cephadm [INF] Detected new or changed devices on vm01 2026-03-31T20:25:19.643 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:19 vm05 bash[22868]: audit 2026-03-31T20:25:19.067100+0000 mon.a (mon.0) 376 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:19.643 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:19 vm05 bash[22868]: audit 2026-03-31T20:25:19.067100+0000 mon.a (mon.0) 376 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:19.643 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:19 vm05 bash[22868]: audit 2026-03-31T20:25:19.070768+0000 mon.a (mon.0) 377 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:19.643 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:19 vm05 bash[22868]: audit 2026-03-31T20:25:19.070768+0000 mon.a (mon.0) 377 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:19.643 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:19 vm05 bash[22868]: audit 2026-03-31T20:25:19.074676+0000 mon.a (mon.0) 378 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:19.643 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:19 vm05 bash[22868]: audit 2026-03-31T20:25:19.074676+0000 mon.a (mon.0) 378 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:19.643 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:19 vm05 bash[22868]: audit 2026-03-31T20:25:19.079064+0000 mon.a (mon.0) 379 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:19.643 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:19 vm05 bash[22868]: audit 2026-03-31T20:25:19.079064+0000 mon.a (mon.0) 379 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:19.644 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:19 vm05 bash[22868]: audit 2026-03-31T20:25:19.079815+0000 mon.a (mon.0) 380 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"} : dispatch 2026-03-31T20:25:19.644 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:19 vm05 bash[22868]: audit 2026-03-31T20:25:19.079815+0000 mon.a (mon.0) 380 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"} : dispatch 2026-03-31T20:25:19.644 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:19 vm05 bash[22868]: cephadm 2026-03-31T20:25:19.080177+0000 mgr.a (mgr.14152) 141 : cephadm [INF] Adjusting osd_memory_target on vm01 to 1838M 2026-03-31T20:25:19.644 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:19 vm05 bash[22868]: cephadm 2026-03-31T20:25:19.080177+0000 mgr.a (mgr.14152) 141 : cephadm [INF] Adjusting osd_memory_target on vm01 to 1838M 2026-03-31T20:25:19.644 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:19 vm05 bash[22868]: audit 2026-03-31T20:25:19.083163+0000 mon.a (mon.0) 381 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:19.644 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:19 vm05 bash[22868]: audit 2026-03-31T20:25:19.083163+0000 mon.a (mon.0) 381 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:19.644 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:19 vm05 bash[22868]: audit 2026-03-31T20:25:19.085207+0000 mon.a (mon.0) 382 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-03-31T20:25:19.644 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:19 vm05 bash[22868]: audit 2026-03-31T20:25:19.085207+0000 mon.a (mon.0) 382 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-03-31T20:25:19.644 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:19 vm05 bash[22868]: audit 2026-03-31T20:25:19.085572+0000 mon.a (mon.0) 383 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-03-31T20:25:19.644 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:19 vm05 bash[22868]: audit 2026-03-31T20:25:19.085572+0000 mon.a (mon.0) 383 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-03-31T20:25:19.644 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:19 vm05 bash[22868]: audit 2026-03-31T20:25:19.089237+0000 mon.a (mon.0) 384 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:19.644 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:19 vm05 bash[22868]: audit 2026-03-31T20:25:19.089237+0000 mon.a (mon.0) 384 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:19.644 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:19 vm05 bash[22868]: audit 2026-03-31T20:25:19.090140+0000 mon.a (mon.0) 385 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-03-31T20:25:19.644 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:19 vm05 bash[22868]: audit 2026-03-31T20:25:19.090140+0000 mon.a (mon.0) 385 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-03-31T20:25:19.644 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:19 vm05 bash[22868]: audit 2026-03-31T20:25:19.091398+0000 mon.a (mon.0) 386 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-03-31T20:25:19.644 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:19 vm05 bash[22868]: audit 2026-03-31T20:25:19.091398+0000 mon.a (mon.0) 386 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-03-31T20:25:19.644 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:19 vm05 bash[22868]: audit 2026-03-31T20:25:19.091760+0000 mon.a (mon.0) 387 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-03-31T20:25:19.644 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:19 vm05 bash[22868]: audit 2026-03-31T20:25:19.091760+0000 mon.a (mon.0) 387 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-03-31T20:25:19.644 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:19 vm05 bash[22868]: cluster 2026-03-31T20:25:19.125779+0000 mgr.a (mgr.14152) 142 : cluster [DBG] pgmap v85: 0 pgs: ; 0 B data, 27 MiB used, 20 GiB / 20 GiB avail 2026-03-31T20:25:19.644 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:19 vm05 bash[22868]: cluster 2026-03-31T20:25:19.125779+0000 mgr.a (mgr.14152) 142 : cluster [DBG] pgmap v85: 0 pgs: ; 0 B data, 27 MiB used, 20 GiB / 20 GiB avail 2026-03-31T20:25:20.587 INFO:journalctl@ceph.osd.1.vm05.stdout:Mar 31 20:25:20 vm05 bash[26159]: debug 2026-03-31T20:25:20.350+0000 7fcd86646640 -1 osd.1 0 waiting for initial osdmap 2026-03-31T20:25:20.587 INFO:journalctl@ceph.osd.1.vm05.stdout:Mar 31 20:25:20 vm05 bash[26159]: debug 2026-03-31T20:25:20.378+0000 7fcd81c16640 -1 osd.1 14 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2026-03-31T20:25:20.588 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:20 vm05 bash[22868]: audit 2026-03-31T20:25:19.348918+0000 mon.a (mon.0) 388 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "hdd", "ids": ["1"]}]': finished 2026-03-31T20:25:20.588 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:20 vm05 bash[22868]: audit 2026-03-31T20:25:19.348918+0000 mon.a (mon.0) 388 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "hdd", "ids": ["1"]}]': finished 2026-03-31T20:25:20.588 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:20 vm05 bash[22868]: cluster 2026-03-31T20:25:19.350535+0000 mon.a (mon.0) 389 : cluster [DBG] osdmap e13: 2 total, 1 up, 2 in 2026-03-31T20:25:20.588 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:20 vm05 bash[22868]: cluster 2026-03-31T20:25:19.350535+0000 mon.a (mon.0) 389 : cluster [DBG] osdmap e13: 2 total, 1 up, 2 in 2026-03-31T20:25:20.588 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:20 vm05 bash[22868]: audit 2026-03-31T20:25:19.350646+0000 mon.a (mon.0) 390 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-03-31T20:25:20.588 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:20 vm05 bash[22868]: audit 2026-03-31T20:25:19.350646+0000 mon.a (mon.0) 390 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-03-31T20:25:20.588 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:20 vm05 bash[22868]: audit 2026-03-31T20:25:19.352671+0000 mon.b (mon.2) 6 : audit [INF] from='osd.1 [v2:192.168.123.105:6800/1328485734,v1:192.168.123.105:6801/1328485734]' entity='osd.1' cmd={"prefix": "osd crush create-or-move", "id": 1, "weight":0.0195, "args": ["host=vm05", "root=default"]} : dispatch 2026-03-31T20:25:20.588 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:20 vm05 bash[22868]: audit 2026-03-31T20:25:19.352671+0000 mon.b (mon.2) 6 : audit [INF] from='osd.1 [v2:192.168.123.105:6800/1328485734,v1:192.168.123.105:6801/1328485734]' entity='osd.1' cmd={"prefix": "osd crush create-or-move", "id": 1, "weight":0.0195, "args": ["host=vm05", "root=default"]} : dispatch 2026-03-31T20:25:20.588 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:20 vm05 bash[22868]: audit 2026-03-31T20:25:19.356114+0000 mon.a (mon.0) 391 : audit [INF] from='osd.1 ' entity='osd.1' cmd={"prefix": "osd crush create-or-move", "id": 1, "weight":0.0195, "args": ["host=vm05", "root=default"]} : dispatch 2026-03-31T20:25:20.588 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:20 vm05 bash[22868]: audit 2026-03-31T20:25:19.356114+0000 mon.a (mon.0) 391 : audit [INF] from='osd.1 ' entity='osd.1' cmd={"prefix": "osd crush create-or-move", "id": 1, "weight":0.0195, "args": ["host=vm05", "root=default"]} : dispatch 2026-03-31T20:25:20.588 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:20 vm05 bash[22868]: audit 2026-03-31T20:25:19.694352+0000 mgr.a (mgr.14152) 143 : audit [DBG] from='client.24145 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "vm06:vg_nvme/lv_4", "skip_validation": true, "target": ["mon-mgr", ""]}]: dispatch 2026-03-31T20:25:20.588 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:20 vm05 bash[22868]: audit 2026-03-31T20:25:19.694352+0000 mgr.a (mgr.14152) 143 : audit [DBG] from='client.24145 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "vm06:vg_nvme/lv_4", "skip_validation": true, "target": ["mon-mgr", ""]}]: dispatch 2026-03-31T20:25:20.588 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:20 vm05 bash[22868]: cephadm 2026-03-31T20:25:19.695072+0000 mgr.a (mgr.14152) 144 : cephadm [INF] osd.default does not exist. Creating it now. 2026-03-31T20:25:20.588 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:20 vm05 bash[22868]: cephadm 2026-03-31T20:25:19.695072+0000 mgr.a (mgr.14152) 144 : cephadm [INF] osd.default does not exist. Creating it now. 2026-03-31T20:25:20.588 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:20 vm05 bash[22868]: cephadm 2026-03-31T20:25:19.695132+0000 mgr.a (mgr.14152) 145 : cephadm [INF] Creating OSDs with service ID: default on vm06:['vg_nvme/lv_4'] 2026-03-31T20:25:20.588 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:20 vm05 bash[22868]: cephadm 2026-03-31T20:25:19.695132+0000 mgr.a (mgr.14152) 145 : cephadm [INF] Creating OSDs with service ID: default on vm06:['vg_nvme/lv_4'] 2026-03-31T20:25:20.588 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:20 vm05 bash[22868]: audit 2026-03-31T20:25:19.698550+0000 mon.a (mon.0) 392 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:20.588 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:20 vm05 bash[22868]: audit 2026-03-31T20:25:19.698550+0000 mon.a (mon.0) 392 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:20.588 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:20 vm05 bash[22868]: cephadm 2026-03-31T20:25:19.698906+0000 mgr.a (mgr.14152) 146 : cephadm [INF] Marking host: vm06 for OSDSpec preview refresh. 2026-03-31T20:25:20.588 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:20 vm05 bash[22868]: cephadm 2026-03-31T20:25:19.698906+0000 mgr.a (mgr.14152) 146 : cephadm [INF] Marking host: vm06 for OSDSpec preview refresh. 2026-03-31T20:25:20.588 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:20 vm05 bash[22868]: cephadm 2026-03-31T20:25:19.698993+0000 mgr.a (mgr.14152) 147 : cephadm [INF] Saving service osd.default spec with placement vm06 2026-03-31T20:25:20.588 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:20 vm05 bash[22868]: cephadm 2026-03-31T20:25:19.698993+0000 mgr.a (mgr.14152) 147 : cephadm [INF] Saving service osd.default spec with placement vm06 2026-03-31T20:25:20.588 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:20 vm05 bash[22868]: audit 2026-03-31T20:25:19.702258+0000 mon.a (mon.0) 393 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:20.588 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:20 vm05 bash[22868]: audit 2026-03-31T20:25:19.702258+0000 mon.a (mon.0) 393 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:20.588 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:20 vm05 bash[22868]: audit 2026-03-31T20:25:19.702970+0000 mon.a (mon.0) 394 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-03-31T20:25:20.588 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:20 vm05 bash[22868]: audit 2026-03-31T20:25:19.702970+0000 mon.a (mon.0) 394 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-03-31T20:25:20.588 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:20 vm05 bash[22868]: audit 2026-03-31T20:25:19.704166+0000 mon.a (mon.0) 395 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-03-31T20:25:20.588 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:20 vm05 bash[22868]: audit 2026-03-31T20:25:19.704166+0000 mon.a (mon.0) 395 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-03-31T20:25:20.588 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:20 vm05 bash[22868]: audit 2026-03-31T20:25:19.704525+0000 mon.a (mon.0) 396 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-03-31T20:25:20.588 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:20 vm05 bash[22868]: audit 2026-03-31T20:25:19.704525+0000 mon.a (mon.0) 396 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-03-31T20:25:20.723 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:20 vm06 bash[23229]: audit 2026-03-31T20:25:19.348918+0000 mon.a (mon.0) 388 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "hdd", "ids": ["1"]}]': finished 2026-03-31T20:25:20.723 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:20 vm06 bash[23229]: audit 2026-03-31T20:25:19.348918+0000 mon.a (mon.0) 388 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "hdd", "ids": ["1"]}]': finished 2026-03-31T20:25:20.723 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:20 vm06 bash[23229]: cluster 2026-03-31T20:25:19.350535+0000 mon.a (mon.0) 389 : cluster [DBG] osdmap e13: 2 total, 1 up, 2 in 2026-03-31T20:25:20.723 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:20 vm06 bash[23229]: cluster 2026-03-31T20:25:19.350535+0000 mon.a (mon.0) 389 : cluster [DBG] osdmap e13: 2 total, 1 up, 2 in 2026-03-31T20:25:20.723 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:20 vm06 bash[23229]: audit 2026-03-31T20:25:19.350646+0000 mon.a (mon.0) 390 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-03-31T20:25:20.723 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:20 vm06 bash[23229]: audit 2026-03-31T20:25:19.350646+0000 mon.a (mon.0) 390 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-03-31T20:25:20.723 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:20 vm06 bash[23229]: audit 2026-03-31T20:25:19.352671+0000 mon.b (mon.2) 6 : audit [INF] from='osd.1 [v2:192.168.123.105:6800/1328485734,v1:192.168.123.105:6801/1328485734]' entity='osd.1' cmd={"prefix": "osd crush create-or-move", "id": 1, "weight":0.0195, "args": ["host=vm05", "root=default"]} : dispatch 2026-03-31T20:25:20.723 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:20 vm06 bash[23229]: audit 2026-03-31T20:25:19.352671+0000 mon.b (mon.2) 6 : audit [INF] from='osd.1 [v2:192.168.123.105:6800/1328485734,v1:192.168.123.105:6801/1328485734]' entity='osd.1' cmd={"prefix": "osd crush create-or-move", "id": 1, "weight":0.0195, "args": ["host=vm05", "root=default"]} : dispatch 2026-03-31T20:25:20.723 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:20 vm06 bash[23229]: audit 2026-03-31T20:25:19.356114+0000 mon.a (mon.0) 391 : audit [INF] from='osd.1 ' entity='osd.1' cmd={"prefix": "osd crush create-or-move", "id": 1, "weight":0.0195, "args": ["host=vm05", "root=default"]} : dispatch 2026-03-31T20:25:20.723 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:20 vm06 bash[23229]: audit 2026-03-31T20:25:19.356114+0000 mon.a (mon.0) 391 : audit [INF] from='osd.1 ' entity='osd.1' cmd={"prefix": "osd crush create-or-move", "id": 1, "weight":0.0195, "args": ["host=vm05", "root=default"]} : dispatch 2026-03-31T20:25:20.723 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:20 vm06 bash[23229]: audit 2026-03-31T20:25:19.694352+0000 mgr.a (mgr.14152) 143 : audit [DBG] from='client.24145 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "vm06:vg_nvme/lv_4", "skip_validation": true, "target": ["mon-mgr", ""]}]: dispatch 2026-03-31T20:25:20.723 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:20 vm06 bash[23229]: audit 2026-03-31T20:25:19.694352+0000 mgr.a (mgr.14152) 143 : audit [DBG] from='client.24145 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "vm06:vg_nvme/lv_4", "skip_validation": true, "target": ["mon-mgr", ""]}]: dispatch 2026-03-31T20:25:20.723 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:20 vm06 bash[23229]: cephadm 2026-03-31T20:25:19.695072+0000 mgr.a (mgr.14152) 144 : cephadm [INF] osd.default does not exist. Creating it now. 2026-03-31T20:25:20.723 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:20 vm06 bash[23229]: cephadm 2026-03-31T20:25:19.695072+0000 mgr.a (mgr.14152) 144 : cephadm [INF] osd.default does not exist. Creating it now. 2026-03-31T20:25:20.723 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:20 vm06 bash[23229]: cephadm 2026-03-31T20:25:19.695132+0000 mgr.a (mgr.14152) 145 : cephadm [INF] Creating OSDs with service ID: default on vm06:['vg_nvme/lv_4'] 2026-03-31T20:25:20.723 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:20 vm06 bash[23229]: cephadm 2026-03-31T20:25:19.695132+0000 mgr.a (mgr.14152) 145 : cephadm [INF] Creating OSDs with service ID: default on vm06:['vg_nvme/lv_4'] 2026-03-31T20:25:20.723 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:20 vm06 bash[23229]: audit 2026-03-31T20:25:19.698550+0000 mon.a (mon.0) 392 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:20.723 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:20 vm06 bash[23229]: audit 2026-03-31T20:25:19.698550+0000 mon.a (mon.0) 392 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:20.723 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:20 vm06 bash[23229]: cephadm 2026-03-31T20:25:19.698906+0000 mgr.a (mgr.14152) 146 : cephadm [INF] Marking host: vm06 for OSDSpec preview refresh. 2026-03-31T20:25:20.723 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:20 vm06 bash[23229]: cephadm 2026-03-31T20:25:19.698906+0000 mgr.a (mgr.14152) 146 : cephadm [INF] Marking host: vm06 for OSDSpec preview refresh. 2026-03-31T20:25:20.723 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:20 vm06 bash[23229]: cephadm 2026-03-31T20:25:19.698993+0000 mgr.a (mgr.14152) 147 : cephadm [INF] Saving service osd.default spec with placement vm06 2026-03-31T20:25:20.723 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:20 vm06 bash[23229]: cephadm 2026-03-31T20:25:19.698993+0000 mgr.a (mgr.14152) 147 : cephadm [INF] Saving service osd.default spec with placement vm06 2026-03-31T20:25:20.723 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:20 vm06 bash[23229]: audit 2026-03-31T20:25:19.702258+0000 mon.a (mon.0) 393 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:20.723 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:20 vm06 bash[23229]: audit 2026-03-31T20:25:19.702258+0000 mon.a (mon.0) 393 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:20.723 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:20 vm06 bash[23229]: audit 2026-03-31T20:25:19.702970+0000 mon.a (mon.0) 394 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-03-31T20:25:20.723 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:20 vm06 bash[23229]: audit 2026-03-31T20:25:19.702970+0000 mon.a (mon.0) 394 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-03-31T20:25:20.723 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:20 vm06 bash[23229]: audit 2026-03-31T20:25:19.704166+0000 mon.a (mon.0) 395 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-03-31T20:25:20.723 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:20 vm06 bash[23229]: audit 2026-03-31T20:25:19.704166+0000 mon.a (mon.0) 395 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-03-31T20:25:20.723 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:20 vm06 bash[23229]: audit 2026-03-31T20:25:19.704525+0000 mon.a (mon.0) 396 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-03-31T20:25:20.723 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:20 vm06 bash[23229]: audit 2026-03-31T20:25:19.704525+0000 mon.a (mon.0) 396 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-03-31T20:25:20.838 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:20 vm01 bash[20507]: audit 2026-03-31T20:25:19.348918+0000 mon.a (mon.0) 388 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "hdd", "ids": ["1"]}]': finished 2026-03-31T20:25:20.838 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:20 vm01 bash[20507]: audit 2026-03-31T20:25:19.348918+0000 mon.a (mon.0) 388 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "hdd", "ids": ["1"]}]': finished 2026-03-31T20:25:20.838 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:20 vm01 bash[20507]: cluster 2026-03-31T20:25:19.350535+0000 mon.a (mon.0) 389 : cluster [DBG] osdmap e13: 2 total, 1 up, 2 in 2026-03-31T20:25:20.838 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:20 vm01 bash[20507]: cluster 2026-03-31T20:25:19.350535+0000 mon.a (mon.0) 389 : cluster [DBG] osdmap e13: 2 total, 1 up, 2 in 2026-03-31T20:25:20.838 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:20 vm01 bash[20507]: audit 2026-03-31T20:25:19.350646+0000 mon.a (mon.0) 390 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-03-31T20:25:20.838 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:20 vm01 bash[20507]: audit 2026-03-31T20:25:19.350646+0000 mon.a (mon.0) 390 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-03-31T20:25:20.838 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:20 vm01 bash[20507]: audit 2026-03-31T20:25:19.352671+0000 mon.b (mon.2) 6 : audit [INF] from='osd.1 [v2:192.168.123.105:6800/1328485734,v1:192.168.123.105:6801/1328485734]' entity='osd.1' cmd={"prefix": "osd crush create-or-move", "id": 1, "weight":0.0195, "args": ["host=vm05", "root=default"]} : dispatch 2026-03-31T20:25:20.838 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:20 vm01 bash[20507]: audit 2026-03-31T20:25:19.352671+0000 mon.b (mon.2) 6 : audit [INF] from='osd.1 [v2:192.168.123.105:6800/1328485734,v1:192.168.123.105:6801/1328485734]' entity='osd.1' cmd={"prefix": "osd crush create-or-move", "id": 1, "weight":0.0195, "args": ["host=vm05", "root=default"]} : dispatch 2026-03-31T20:25:20.839 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:20 vm01 bash[20507]: audit 2026-03-31T20:25:19.356114+0000 mon.a (mon.0) 391 : audit [INF] from='osd.1 ' entity='osd.1' cmd={"prefix": "osd crush create-or-move", "id": 1, "weight":0.0195, "args": ["host=vm05", "root=default"]} : dispatch 2026-03-31T20:25:20.839 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:20 vm01 bash[20507]: audit 2026-03-31T20:25:19.356114+0000 mon.a (mon.0) 391 : audit [INF] from='osd.1 ' entity='osd.1' cmd={"prefix": "osd crush create-or-move", "id": 1, "weight":0.0195, "args": ["host=vm05", "root=default"]} : dispatch 2026-03-31T20:25:20.839 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:20 vm01 bash[20507]: audit 2026-03-31T20:25:19.694352+0000 mgr.a (mgr.14152) 143 : audit [DBG] from='client.24145 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "vm06:vg_nvme/lv_4", "skip_validation": true, "target": ["mon-mgr", ""]}]: dispatch 2026-03-31T20:25:20.839 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:20 vm01 bash[20507]: audit 2026-03-31T20:25:19.694352+0000 mgr.a (mgr.14152) 143 : audit [DBG] from='client.24145 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "vm06:vg_nvme/lv_4", "skip_validation": true, "target": ["mon-mgr", ""]}]: dispatch 2026-03-31T20:25:20.839 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:20 vm01 bash[20507]: cephadm 2026-03-31T20:25:19.695072+0000 mgr.a (mgr.14152) 144 : cephadm [INF] osd.default does not exist. Creating it now. 2026-03-31T20:25:20.839 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:20 vm01 bash[20507]: cephadm 2026-03-31T20:25:19.695072+0000 mgr.a (mgr.14152) 144 : cephadm [INF] osd.default does not exist. Creating it now. 2026-03-31T20:25:20.839 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:20 vm01 bash[20507]: cephadm 2026-03-31T20:25:19.695132+0000 mgr.a (mgr.14152) 145 : cephadm [INF] Creating OSDs with service ID: default on vm06:['vg_nvme/lv_4'] 2026-03-31T20:25:20.839 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:20 vm01 bash[20507]: cephadm 2026-03-31T20:25:19.695132+0000 mgr.a (mgr.14152) 145 : cephadm [INF] Creating OSDs with service ID: default on vm06:['vg_nvme/lv_4'] 2026-03-31T20:25:20.839 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:20 vm01 bash[20507]: audit 2026-03-31T20:25:19.698550+0000 mon.a (mon.0) 392 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:20.839 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:20 vm01 bash[20507]: audit 2026-03-31T20:25:19.698550+0000 mon.a (mon.0) 392 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:20.839 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:20 vm01 bash[20507]: cephadm 2026-03-31T20:25:19.698906+0000 mgr.a (mgr.14152) 146 : cephadm [INF] Marking host: vm06 for OSDSpec preview refresh. 2026-03-31T20:25:20.839 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:20 vm01 bash[20507]: cephadm 2026-03-31T20:25:19.698906+0000 mgr.a (mgr.14152) 146 : cephadm [INF] Marking host: vm06 for OSDSpec preview refresh. 2026-03-31T20:25:20.839 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:20 vm01 bash[20507]: cephadm 2026-03-31T20:25:19.698993+0000 mgr.a (mgr.14152) 147 : cephadm [INF] Saving service osd.default spec with placement vm06 2026-03-31T20:25:20.839 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:20 vm01 bash[20507]: cephadm 2026-03-31T20:25:19.698993+0000 mgr.a (mgr.14152) 147 : cephadm [INF] Saving service osd.default spec with placement vm06 2026-03-31T20:25:20.839 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:20 vm01 bash[20507]: audit 2026-03-31T20:25:19.702258+0000 mon.a (mon.0) 393 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:20.839 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:20 vm01 bash[20507]: audit 2026-03-31T20:25:19.702258+0000 mon.a (mon.0) 393 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:20.839 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:20 vm01 bash[20507]: audit 2026-03-31T20:25:19.702970+0000 mon.a (mon.0) 394 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-03-31T20:25:20.839 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:20 vm01 bash[20507]: audit 2026-03-31T20:25:19.702970+0000 mon.a (mon.0) 394 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-03-31T20:25:20.839 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:20 vm01 bash[20507]: audit 2026-03-31T20:25:19.704166+0000 mon.a (mon.0) 395 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-03-31T20:25:20.839 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:20 vm01 bash[20507]: audit 2026-03-31T20:25:19.704166+0000 mon.a (mon.0) 395 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-03-31T20:25:20.839 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:20 vm01 bash[20507]: audit 2026-03-31T20:25:19.704525+0000 mon.a (mon.0) 396 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-03-31T20:25:20.839 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:20 vm01 bash[20507]: audit 2026-03-31T20:25:19.704525+0000 mon.a (mon.0) 396 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-03-31T20:25:21.633 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:21 vm06 bash[23229]: audit 2026-03-31T20:25:20.351245+0000 mon.a (mon.0) 397 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0195, "args": ["host=vm05", "root=default"]}]': finished 2026-03-31T20:25:21.633 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:21 vm06 bash[23229]: audit 2026-03-31T20:25:20.351245+0000 mon.a (mon.0) 397 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0195, "args": ["host=vm05", "root=default"]}]': finished 2026-03-31T20:25:21.633 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:21 vm06 bash[23229]: cluster 2026-03-31T20:25:20.353064+0000 mon.a (mon.0) 398 : cluster [DBG] osdmap e14: 2 total, 1 up, 2 in 2026-03-31T20:25:21.633 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:21 vm06 bash[23229]: cluster 2026-03-31T20:25:20.353064+0000 mon.a (mon.0) 398 : cluster [DBG] osdmap e14: 2 total, 1 up, 2 in 2026-03-31T20:25:21.633 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:21 vm06 bash[23229]: audit 2026-03-31T20:25:20.353676+0000 mon.a (mon.0) 399 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-03-31T20:25:21.633 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:21 vm06 bash[23229]: audit 2026-03-31T20:25:20.353676+0000 mon.a (mon.0) 399 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-03-31T20:25:21.633 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:21 vm06 bash[23229]: audit 2026-03-31T20:25:20.358172+0000 mon.a (mon.0) 400 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-03-31T20:25:21.633 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:21 vm06 bash[23229]: audit 2026-03-31T20:25:20.358172+0000 mon.a (mon.0) 400 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-03-31T20:25:21.633 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:21 vm06 bash[23229]: audit 2026-03-31T20:25:20.496700+0000 mon.a (mon.0) 401 : audit [INF] from='client.? 192.168.123.106:0/1334206772' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "48ab312f-2b17-4d89-b8d0-aacedbcc7bdf"} : dispatch 2026-03-31T20:25:21.633 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:21 vm06 bash[23229]: audit 2026-03-31T20:25:20.496700+0000 mon.a (mon.0) 401 : audit [INF] from='client.? 192.168.123.106:0/1334206772' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "48ab312f-2b17-4d89-b8d0-aacedbcc7bdf"} : dispatch 2026-03-31T20:25:21.633 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:21 vm06 bash[23229]: audit 2026-03-31T20:25:20.499436+0000 mon.a (mon.0) 402 : audit [INF] from='client.? 192.168.123.106:0/1334206772' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "48ab312f-2b17-4d89-b8d0-aacedbcc7bdf"}]': finished 2026-03-31T20:25:21.634 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:21 vm06 bash[23229]: audit 2026-03-31T20:25:20.499436+0000 mon.a (mon.0) 402 : audit [INF] from='client.? 192.168.123.106:0/1334206772' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "48ab312f-2b17-4d89-b8d0-aacedbcc7bdf"}]': finished 2026-03-31T20:25:21.634 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:21 vm06 bash[23229]: cluster 2026-03-31T20:25:20.500861+0000 mon.a (mon.0) 403 : cluster [INF] osd.1 [v2:192.168.123.105:6800/1328485734,v1:192.168.123.105:6801/1328485734] boot 2026-03-31T20:25:21.634 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:21 vm06 bash[23229]: cluster 2026-03-31T20:25:20.500861+0000 mon.a (mon.0) 403 : cluster [INF] osd.1 [v2:192.168.123.105:6800/1328485734,v1:192.168.123.105:6801/1328485734] boot 2026-03-31T20:25:21.634 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:21 vm06 bash[23229]: cluster 2026-03-31T20:25:20.500930+0000 mon.a (mon.0) 404 : cluster [DBG] osdmap e15: 3 total, 2 up, 3 in 2026-03-31T20:25:21.634 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:21 vm06 bash[23229]: cluster 2026-03-31T20:25:20.500930+0000 mon.a (mon.0) 404 : cluster [DBG] osdmap e15: 3 total, 2 up, 3 in 2026-03-31T20:25:21.634 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:21 vm06 bash[23229]: audit 2026-03-31T20:25:20.501045+0000 mon.a (mon.0) 405 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-03-31T20:25:21.634 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:21 vm06 bash[23229]: audit 2026-03-31T20:25:20.501045+0000 mon.a (mon.0) 405 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-03-31T20:25:21.634 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:21 vm06 bash[23229]: audit 2026-03-31T20:25:20.501158+0000 mon.a (mon.0) 406 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2026-03-31T20:25:21.634 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:21 vm06 bash[23229]: audit 2026-03-31T20:25:20.501158+0000 mon.a (mon.0) 406 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2026-03-31T20:25:21.634 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:21 vm06 bash[23229]: audit 2026-03-31T20:25:20.838188+0000 mon.c (mon.1) 4 : audit [DBG] from='client.? 192.168.123.106:0/560527582' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2026-03-31T20:25:21.634 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:21 vm06 bash[23229]: audit 2026-03-31T20:25:20.838188+0000 mon.c (mon.1) 4 : audit [DBG] from='client.? 192.168.123.106:0/560527582' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2026-03-31T20:25:21.634 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:21 vm06 bash[23229]: cluster 2026-03-31T20:25:21.125961+0000 mgr.a (mgr.14152) 148 : cluster [DBG] pgmap v89: 0 pgs: ; 0 B data, 27 MiB used, 20 GiB / 20 GiB avail 2026-03-31T20:25:21.634 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:21 vm06 bash[23229]: cluster 2026-03-31T20:25:21.125961+0000 mgr.a (mgr.14152) 148 : cluster [DBG] pgmap v89: 0 pgs: ; 0 B data, 27 MiB used, 20 GiB / 20 GiB avail 2026-03-31T20:25:21.643 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:21 vm05 bash[22868]: audit 2026-03-31T20:25:20.351245+0000 mon.a (mon.0) 397 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0195, "args": ["host=vm05", "root=default"]}]': finished 2026-03-31T20:25:21.643 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:21 vm05 bash[22868]: audit 2026-03-31T20:25:20.351245+0000 mon.a (mon.0) 397 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0195, "args": ["host=vm05", "root=default"]}]': finished 2026-03-31T20:25:21.643 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:21 vm05 bash[22868]: cluster 2026-03-31T20:25:20.353064+0000 mon.a (mon.0) 398 : cluster [DBG] osdmap e14: 2 total, 1 up, 2 in 2026-03-31T20:25:21.643 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:21 vm05 bash[22868]: cluster 2026-03-31T20:25:20.353064+0000 mon.a (mon.0) 398 : cluster [DBG] osdmap e14: 2 total, 1 up, 2 in 2026-03-31T20:25:21.643 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:21 vm05 bash[22868]: audit 2026-03-31T20:25:20.353676+0000 mon.a (mon.0) 399 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-03-31T20:25:21.643 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:21 vm05 bash[22868]: audit 2026-03-31T20:25:20.353676+0000 mon.a (mon.0) 399 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-03-31T20:25:21.643 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:21 vm05 bash[22868]: audit 2026-03-31T20:25:20.358172+0000 mon.a (mon.0) 400 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-03-31T20:25:21.643 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:21 vm05 bash[22868]: audit 2026-03-31T20:25:20.358172+0000 mon.a (mon.0) 400 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-03-31T20:25:21.643 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:21 vm05 bash[22868]: audit 2026-03-31T20:25:20.496700+0000 mon.a (mon.0) 401 : audit [INF] from='client.? 192.168.123.106:0/1334206772' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "48ab312f-2b17-4d89-b8d0-aacedbcc7bdf"} : dispatch 2026-03-31T20:25:21.643 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:21 vm05 bash[22868]: audit 2026-03-31T20:25:20.496700+0000 mon.a (mon.0) 401 : audit [INF] from='client.? 192.168.123.106:0/1334206772' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "48ab312f-2b17-4d89-b8d0-aacedbcc7bdf"} : dispatch 2026-03-31T20:25:21.643 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:21 vm05 bash[22868]: audit 2026-03-31T20:25:20.499436+0000 mon.a (mon.0) 402 : audit [INF] from='client.? 192.168.123.106:0/1334206772' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "48ab312f-2b17-4d89-b8d0-aacedbcc7bdf"}]': finished 2026-03-31T20:25:21.643 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:21 vm05 bash[22868]: audit 2026-03-31T20:25:20.499436+0000 mon.a (mon.0) 402 : audit [INF] from='client.? 192.168.123.106:0/1334206772' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "48ab312f-2b17-4d89-b8d0-aacedbcc7bdf"}]': finished 2026-03-31T20:25:21.643 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:21 vm05 bash[22868]: cluster 2026-03-31T20:25:20.500861+0000 mon.a (mon.0) 403 : cluster [INF] osd.1 [v2:192.168.123.105:6800/1328485734,v1:192.168.123.105:6801/1328485734] boot 2026-03-31T20:25:21.643 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:21 vm05 bash[22868]: cluster 2026-03-31T20:25:20.500861+0000 mon.a (mon.0) 403 : cluster [INF] osd.1 [v2:192.168.123.105:6800/1328485734,v1:192.168.123.105:6801/1328485734] boot 2026-03-31T20:25:21.643 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:21 vm05 bash[22868]: cluster 2026-03-31T20:25:20.500930+0000 mon.a (mon.0) 404 : cluster [DBG] osdmap e15: 3 total, 2 up, 3 in 2026-03-31T20:25:21.643 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:21 vm05 bash[22868]: cluster 2026-03-31T20:25:20.500930+0000 mon.a (mon.0) 404 : cluster [DBG] osdmap e15: 3 total, 2 up, 3 in 2026-03-31T20:25:21.643 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:21 vm05 bash[22868]: audit 2026-03-31T20:25:20.501045+0000 mon.a (mon.0) 405 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-03-31T20:25:21.643 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:21 vm05 bash[22868]: audit 2026-03-31T20:25:20.501045+0000 mon.a (mon.0) 405 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-03-31T20:25:21.643 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:21 vm05 bash[22868]: audit 2026-03-31T20:25:20.501158+0000 mon.a (mon.0) 406 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2026-03-31T20:25:21.643 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:21 vm05 bash[22868]: audit 2026-03-31T20:25:20.501158+0000 mon.a (mon.0) 406 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2026-03-31T20:25:21.643 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:21 vm05 bash[22868]: audit 2026-03-31T20:25:20.838188+0000 mon.c (mon.1) 4 : audit [DBG] from='client.? 192.168.123.106:0/560527582' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2026-03-31T20:25:21.643 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:21 vm05 bash[22868]: audit 2026-03-31T20:25:20.838188+0000 mon.c (mon.1) 4 : audit [DBG] from='client.? 192.168.123.106:0/560527582' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2026-03-31T20:25:21.643 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:21 vm05 bash[22868]: cluster 2026-03-31T20:25:21.125961+0000 mgr.a (mgr.14152) 148 : cluster [DBG] pgmap v89: 0 pgs: ; 0 B data, 27 MiB used, 20 GiB / 20 GiB avail 2026-03-31T20:25:21.643 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:21 vm05 bash[22868]: cluster 2026-03-31T20:25:21.125961+0000 mgr.a (mgr.14152) 148 : cluster [DBG] pgmap v89: 0 pgs: ; 0 B data, 27 MiB used, 20 GiB / 20 GiB avail 2026-03-31T20:25:21.838 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:21 vm01 bash[20507]: audit 2026-03-31T20:25:20.351245+0000 mon.a (mon.0) 397 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0195, "args": ["host=vm05", "root=default"]}]': finished 2026-03-31T20:25:21.838 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:21 vm01 bash[20507]: audit 2026-03-31T20:25:20.351245+0000 mon.a (mon.0) 397 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0195, "args": ["host=vm05", "root=default"]}]': finished 2026-03-31T20:25:21.838 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:21 vm01 bash[20507]: cluster 2026-03-31T20:25:20.353064+0000 mon.a (mon.0) 398 : cluster [DBG] osdmap e14: 2 total, 1 up, 2 in 2026-03-31T20:25:21.838 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:21 vm01 bash[20507]: cluster 2026-03-31T20:25:20.353064+0000 mon.a (mon.0) 398 : cluster [DBG] osdmap e14: 2 total, 1 up, 2 in 2026-03-31T20:25:21.838 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:21 vm01 bash[20507]: audit 2026-03-31T20:25:20.353676+0000 mon.a (mon.0) 399 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-03-31T20:25:21.838 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:21 vm01 bash[20507]: audit 2026-03-31T20:25:20.353676+0000 mon.a (mon.0) 399 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-03-31T20:25:21.838 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:21 vm01 bash[20507]: audit 2026-03-31T20:25:20.358172+0000 mon.a (mon.0) 400 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-03-31T20:25:21.838 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:21 vm01 bash[20507]: audit 2026-03-31T20:25:20.358172+0000 mon.a (mon.0) 400 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-03-31T20:25:21.838 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:21 vm01 bash[20507]: audit 2026-03-31T20:25:20.496700+0000 mon.a (mon.0) 401 : audit [INF] from='client.? 192.168.123.106:0/1334206772' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "48ab312f-2b17-4d89-b8d0-aacedbcc7bdf"} : dispatch 2026-03-31T20:25:21.839 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:21 vm01 bash[20507]: audit 2026-03-31T20:25:20.496700+0000 mon.a (mon.0) 401 : audit [INF] from='client.? 192.168.123.106:0/1334206772' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "48ab312f-2b17-4d89-b8d0-aacedbcc7bdf"} : dispatch 2026-03-31T20:25:21.839 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:21 vm01 bash[20507]: audit 2026-03-31T20:25:20.499436+0000 mon.a (mon.0) 402 : audit [INF] from='client.? 192.168.123.106:0/1334206772' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "48ab312f-2b17-4d89-b8d0-aacedbcc7bdf"}]': finished 2026-03-31T20:25:21.839 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:21 vm01 bash[20507]: audit 2026-03-31T20:25:20.499436+0000 mon.a (mon.0) 402 : audit [INF] from='client.? 192.168.123.106:0/1334206772' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "48ab312f-2b17-4d89-b8d0-aacedbcc7bdf"}]': finished 2026-03-31T20:25:21.839 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:21 vm01 bash[20507]: cluster 2026-03-31T20:25:20.500861+0000 mon.a (mon.0) 403 : cluster [INF] osd.1 [v2:192.168.123.105:6800/1328485734,v1:192.168.123.105:6801/1328485734] boot 2026-03-31T20:25:21.839 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:21 vm01 bash[20507]: cluster 2026-03-31T20:25:20.500861+0000 mon.a (mon.0) 403 : cluster [INF] osd.1 [v2:192.168.123.105:6800/1328485734,v1:192.168.123.105:6801/1328485734] boot 2026-03-31T20:25:21.839 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:21 vm01 bash[20507]: cluster 2026-03-31T20:25:20.500930+0000 mon.a (mon.0) 404 : cluster [DBG] osdmap e15: 3 total, 2 up, 3 in 2026-03-31T20:25:21.839 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:21 vm01 bash[20507]: cluster 2026-03-31T20:25:20.500930+0000 mon.a (mon.0) 404 : cluster [DBG] osdmap e15: 3 total, 2 up, 3 in 2026-03-31T20:25:21.839 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:21 vm01 bash[20507]: audit 2026-03-31T20:25:20.501045+0000 mon.a (mon.0) 405 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-03-31T20:25:21.839 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:21 vm01 bash[20507]: audit 2026-03-31T20:25:20.501045+0000 mon.a (mon.0) 405 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-03-31T20:25:21.839 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:21 vm01 bash[20507]: audit 2026-03-31T20:25:20.501158+0000 mon.a (mon.0) 406 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2026-03-31T20:25:21.839 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:21 vm01 bash[20507]: audit 2026-03-31T20:25:20.501158+0000 mon.a (mon.0) 406 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2026-03-31T20:25:21.839 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:21 vm01 bash[20507]: audit 2026-03-31T20:25:20.838188+0000 mon.c (mon.1) 4 : audit [DBG] from='client.? 192.168.123.106:0/560527582' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2026-03-31T20:25:21.839 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:21 vm01 bash[20507]: audit 2026-03-31T20:25:20.838188+0000 mon.c (mon.1) 4 : audit [DBG] from='client.? 192.168.123.106:0/560527582' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2026-03-31T20:25:21.839 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:21 vm01 bash[20507]: cluster 2026-03-31T20:25:21.125961+0000 mgr.a (mgr.14152) 148 : cluster [DBG] pgmap v89: 0 pgs: ; 0 B data, 27 MiB used, 20 GiB / 20 GiB avail 2026-03-31T20:25:21.839 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:21 vm01 bash[20507]: cluster 2026-03-31T20:25:21.125961+0000 mgr.a (mgr.14152) 148 : cluster [DBG] pgmap v89: 0 pgs: ; 0 B data, 27 MiB used, 20 GiB / 20 GiB avail 2026-03-31T20:25:22.587 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:22 vm06 bash[23229]: cluster 2026-03-31T20:25:19.505875+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2026-03-31T20:25:22.587 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:22 vm06 bash[23229]: cluster 2026-03-31T20:25:19.505875+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2026-03-31T20:25:22.587 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:22 vm06 bash[23229]: cluster 2026-03-31T20:25:19.505886+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2026-03-31T20:25:22.587 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:22 vm06 bash[23229]: cluster 2026-03-31T20:25:19.505886+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2026-03-31T20:25:22.587 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:22 vm06 bash[23229]: cluster 2026-03-31T20:25:21.506847+0000 mon.a (mon.0) 407 : cluster [DBG] osdmap e16: 3 total, 2 up, 3 in 2026-03-31T20:25:22.587 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:22 vm06 bash[23229]: cluster 2026-03-31T20:25:21.506847+0000 mon.a (mon.0) 407 : cluster [DBG] osdmap e16: 3 total, 2 up, 3 in 2026-03-31T20:25:22.587 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:22 vm06 bash[23229]: audit 2026-03-31T20:25:21.506938+0000 mon.a (mon.0) 408 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2026-03-31T20:25:22.587 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:22 vm06 bash[23229]: audit 2026-03-31T20:25:21.506938+0000 mon.a (mon.0) 408 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2026-03-31T20:25:22.587 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:22 vm06 bash[23229]: audit 2026-03-31T20:25:21.932869+0000 mon.a (mon.0) 409 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:22.587 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:22 vm06 bash[23229]: audit 2026-03-31T20:25:21.932869+0000 mon.a (mon.0) 409 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:22.587 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:22 vm06 bash[23229]: audit 2026-03-31T20:25:21.936695+0000 mon.a (mon.0) 410 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:22.587 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:22 vm06 bash[23229]: audit 2026-03-31T20:25:21.936695+0000 mon.a (mon.0) 410 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:22.587 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:22 vm06 bash[23229]: audit 2026-03-31T20:25:21.952838+0000 mon.a (mon.0) 411 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-03-31T20:25:22.587 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:22 vm06 bash[23229]: audit 2026-03-31T20:25:21.952838+0000 mon.a (mon.0) 411 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-03-31T20:25:22.587 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:22 vm06 bash[23229]: audit 2026-03-31T20:25:21.959465+0000 mon.a (mon.0) 412 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:22.587 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:22 vm06 bash[23229]: audit 2026-03-31T20:25:21.959465+0000 mon.a (mon.0) 412 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:22.587 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:22 vm06 bash[23229]: audit 2026-03-31T20:25:21.963266+0000 mon.a (mon.0) 413 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:22.587 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:22 vm06 bash[23229]: audit 2026-03-31T20:25:21.963266+0000 mon.a (mon.0) 413 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:22.587 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:22 vm06 bash[23229]: audit 2026-03-31T20:25:22.340560+0000 mon.a (mon.0) 414 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.2"} : dispatch 2026-03-31T20:25:22.587 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:22 vm06 bash[23229]: audit 2026-03-31T20:25:22.340560+0000 mon.a (mon.0) 414 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.2"} : dispatch 2026-03-31T20:25:22.587 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:22 vm06 bash[23229]: audit 2026-03-31T20:25:22.341085+0000 mon.a (mon.0) 415 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-03-31T20:25:22.587 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:22 vm06 bash[23229]: audit 2026-03-31T20:25:22.341085+0000 mon.a (mon.0) 415 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-03-31T20:25:22.838 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:22 vm01 bash[20507]: cluster 2026-03-31T20:25:19.505875+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2026-03-31T20:25:22.838 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:22 vm01 bash[20507]: cluster 2026-03-31T20:25:19.505875+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2026-03-31T20:25:22.838 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:22 vm01 bash[20507]: cluster 2026-03-31T20:25:19.505886+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2026-03-31T20:25:22.838 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:22 vm01 bash[20507]: cluster 2026-03-31T20:25:19.505886+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2026-03-31T20:25:22.838 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:22 vm01 bash[20507]: cluster 2026-03-31T20:25:21.506847+0000 mon.a (mon.0) 407 : cluster [DBG] osdmap e16: 3 total, 2 up, 3 in 2026-03-31T20:25:22.839 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:22 vm01 bash[20507]: cluster 2026-03-31T20:25:21.506847+0000 mon.a (mon.0) 407 : cluster [DBG] osdmap e16: 3 total, 2 up, 3 in 2026-03-31T20:25:22.839 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:22 vm01 bash[20507]: audit 2026-03-31T20:25:21.506938+0000 mon.a (mon.0) 408 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2026-03-31T20:25:22.839 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:22 vm01 bash[20507]: audit 2026-03-31T20:25:21.506938+0000 mon.a (mon.0) 408 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2026-03-31T20:25:22.839 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:22 vm01 bash[20507]: audit 2026-03-31T20:25:21.932869+0000 mon.a (mon.0) 409 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:22.839 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:22 vm01 bash[20507]: audit 2026-03-31T20:25:21.932869+0000 mon.a (mon.0) 409 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:22.839 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:22 vm01 bash[20507]: audit 2026-03-31T20:25:21.936695+0000 mon.a (mon.0) 410 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:22.839 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:22 vm01 bash[20507]: audit 2026-03-31T20:25:21.936695+0000 mon.a (mon.0) 410 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:22.839 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:22 vm01 bash[20507]: audit 2026-03-31T20:25:21.952838+0000 mon.a (mon.0) 411 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-03-31T20:25:22.839 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:22 vm01 bash[20507]: audit 2026-03-31T20:25:21.952838+0000 mon.a (mon.0) 411 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-03-31T20:25:22.839 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:22 vm01 bash[20507]: audit 2026-03-31T20:25:21.959465+0000 mon.a (mon.0) 412 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:22.839 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:22 vm01 bash[20507]: audit 2026-03-31T20:25:21.959465+0000 mon.a (mon.0) 412 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:22.839 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:22 vm01 bash[20507]: audit 2026-03-31T20:25:21.963266+0000 mon.a (mon.0) 413 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:22.839 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:22 vm01 bash[20507]: audit 2026-03-31T20:25:21.963266+0000 mon.a (mon.0) 413 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:22.839 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:22 vm01 bash[20507]: audit 2026-03-31T20:25:22.340560+0000 mon.a (mon.0) 414 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.2"} : dispatch 2026-03-31T20:25:22.839 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:22 vm01 bash[20507]: audit 2026-03-31T20:25:22.340560+0000 mon.a (mon.0) 414 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.2"} : dispatch 2026-03-31T20:25:22.839 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:22 vm01 bash[20507]: audit 2026-03-31T20:25:22.341085+0000 mon.a (mon.0) 415 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-03-31T20:25:22.839 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:22 vm01 bash[20507]: audit 2026-03-31T20:25:22.341085+0000 mon.a (mon.0) 415 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-03-31T20:25:22.893 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:22 vm05 bash[22868]: cluster 2026-03-31T20:25:19.505875+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2026-03-31T20:25:22.893 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:22 vm05 bash[22868]: cluster 2026-03-31T20:25:19.505875+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2026-03-31T20:25:22.893 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:22 vm05 bash[22868]: cluster 2026-03-31T20:25:19.505886+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2026-03-31T20:25:22.893 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:22 vm05 bash[22868]: cluster 2026-03-31T20:25:19.505886+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2026-03-31T20:25:22.893 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:22 vm05 bash[22868]: cluster 2026-03-31T20:25:21.506847+0000 mon.a (mon.0) 407 : cluster [DBG] osdmap e16: 3 total, 2 up, 3 in 2026-03-31T20:25:22.893 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:22 vm05 bash[22868]: cluster 2026-03-31T20:25:21.506847+0000 mon.a (mon.0) 407 : cluster [DBG] osdmap e16: 3 total, 2 up, 3 in 2026-03-31T20:25:22.893 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:22 vm05 bash[22868]: audit 2026-03-31T20:25:21.506938+0000 mon.a (mon.0) 408 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2026-03-31T20:25:22.893 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:22 vm05 bash[22868]: audit 2026-03-31T20:25:21.506938+0000 mon.a (mon.0) 408 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2026-03-31T20:25:22.893 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:22 vm05 bash[22868]: audit 2026-03-31T20:25:21.932869+0000 mon.a (mon.0) 409 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:22.893 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:22 vm05 bash[22868]: audit 2026-03-31T20:25:21.932869+0000 mon.a (mon.0) 409 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:22.893 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:22 vm05 bash[22868]: audit 2026-03-31T20:25:21.936695+0000 mon.a (mon.0) 410 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:22.893 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:22 vm05 bash[22868]: audit 2026-03-31T20:25:21.936695+0000 mon.a (mon.0) 410 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:22.893 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:22 vm05 bash[22868]: audit 2026-03-31T20:25:21.952838+0000 mon.a (mon.0) 411 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-03-31T20:25:22.893 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:22 vm05 bash[22868]: audit 2026-03-31T20:25:21.952838+0000 mon.a (mon.0) 411 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-03-31T20:25:22.893 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:22 vm05 bash[22868]: audit 2026-03-31T20:25:21.959465+0000 mon.a (mon.0) 412 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:22.893 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:22 vm05 bash[22868]: audit 2026-03-31T20:25:21.959465+0000 mon.a (mon.0) 412 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:22.894 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:22 vm05 bash[22868]: audit 2026-03-31T20:25:21.963266+0000 mon.a (mon.0) 413 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:22.894 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:22 vm05 bash[22868]: audit 2026-03-31T20:25:21.963266+0000 mon.a (mon.0) 413 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:22.894 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:22 vm05 bash[22868]: audit 2026-03-31T20:25:22.340560+0000 mon.a (mon.0) 414 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.2"} : dispatch 2026-03-31T20:25:22.894 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:22 vm05 bash[22868]: audit 2026-03-31T20:25:22.340560+0000 mon.a (mon.0) 414 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.2"} : dispatch 2026-03-31T20:25:22.894 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:22 vm05 bash[22868]: audit 2026-03-31T20:25:22.341085+0000 mon.a (mon.0) 415 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-03-31T20:25:22.894 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:22 vm05 bash[22868]: audit 2026-03-31T20:25:22.341085+0000 mon.a (mon.0) 415 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-03-31T20:25:23.164 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:23 vm06 systemd[1]: /etc/systemd/system/ceph-2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37@.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-03-31T20:25:23.428 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:23 vm06 systemd[1]: /etc/systemd/system/ceph-2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37@.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-03-31T20:25:23.683 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:23 vm06 bash[23229]: cephadm 2026-03-31T20:25:22.341453+0000 mgr.a (mgr.14152) 149 : cephadm [INF] Deploying daemon osd.2 on vm06 2026-03-31T20:25:23.683 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:23 vm06 bash[23229]: cephadm 2026-03-31T20:25:22.341453+0000 mgr.a (mgr.14152) 149 : cephadm [INF] Deploying daemon osd.2 on vm06 2026-03-31T20:25:23.683 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:23 vm06 bash[23229]: cluster 2026-03-31T20:25:23.126160+0000 mgr.a (mgr.14152) 150 : cluster [DBG] pgmap v91: 0 pgs: ; 0 B data, 53 MiB used, 40 GiB / 40 GiB avail 2026-03-31T20:25:23.683 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:23 vm06 bash[23229]: cluster 2026-03-31T20:25:23.126160+0000 mgr.a (mgr.14152) 150 : cluster [DBG] pgmap v91: 0 pgs: ; 0 B data, 53 MiB used, 40 GiB / 40 GiB avail 2026-03-31T20:25:23.683 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:23 vm06 bash[23229]: audit 2026-03-31T20:25:23.377448+0000 mon.a (mon.0) 416 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:23.683 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:23 vm06 bash[23229]: audit 2026-03-31T20:25:23.377448+0000 mon.a (mon.0) 416 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:23.683 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:23 vm06 bash[23229]: audit 2026-03-31T20:25:23.380478+0000 mon.a (mon.0) 417 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:23.683 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:23 vm06 bash[23229]: audit 2026-03-31T20:25:23.380478+0000 mon.a (mon.0) 417 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:23.838 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:23 vm01 bash[20507]: cephadm 2026-03-31T20:25:22.341453+0000 mgr.a (mgr.14152) 149 : cephadm [INF] Deploying daemon osd.2 on vm06 2026-03-31T20:25:23.838 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:23 vm01 bash[20507]: cephadm 2026-03-31T20:25:22.341453+0000 mgr.a (mgr.14152) 149 : cephadm [INF] Deploying daemon osd.2 on vm06 2026-03-31T20:25:23.838 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:23 vm01 bash[20507]: cluster 2026-03-31T20:25:23.126160+0000 mgr.a (mgr.14152) 150 : cluster [DBG] pgmap v91: 0 pgs: ; 0 B data, 53 MiB used, 40 GiB / 40 GiB avail 2026-03-31T20:25:23.838 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:23 vm01 bash[20507]: cluster 2026-03-31T20:25:23.126160+0000 mgr.a (mgr.14152) 150 : cluster [DBG] pgmap v91: 0 pgs: ; 0 B data, 53 MiB used, 40 GiB / 40 GiB avail 2026-03-31T20:25:23.838 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:23 vm01 bash[20507]: audit 2026-03-31T20:25:23.377448+0000 mon.a (mon.0) 416 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:23.838 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:23 vm01 bash[20507]: audit 2026-03-31T20:25:23.377448+0000 mon.a (mon.0) 416 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:23.838 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:23 vm01 bash[20507]: audit 2026-03-31T20:25:23.380478+0000 mon.a (mon.0) 417 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:23.838 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:23 vm01 bash[20507]: audit 2026-03-31T20:25:23.380478+0000 mon.a (mon.0) 417 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:23.893 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:23 vm05 bash[22868]: cephadm 2026-03-31T20:25:22.341453+0000 mgr.a (mgr.14152) 149 : cephadm [INF] Deploying daemon osd.2 on vm06 2026-03-31T20:25:23.893 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:23 vm05 bash[22868]: cephadm 2026-03-31T20:25:22.341453+0000 mgr.a (mgr.14152) 149 : cephadm [INF] Deploying daemon osd.2 on vm06 2026-03-31T20:25:23.893 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:23 vm05 bash[22868]: cluster 2026-03-31T20:25:23.126160+0000 mgr.a (mgr.14152) 150 : cluster [DBG] pgmap v91: 0 pgs: ; 0 B data, 53 MiB used, 40 GiB / 40 GiB avail 2026-03-31T20:25:23.893 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:23 vm05 bash[22868]: cluster 2026-03-31T20:25:23.126160+0000 mgr.a (mgr.14152) 150 : cluster [DBG] pgmap v91: 0 pgs: ; 0 B data, 53 MiB used, 40 GiB / 40 GiB avail 2026-03-31T20:25:23.893 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:23 vm05 bash[22868]: audit 2026-03-31T20:25:23.377448+0000 mon.a (mon.0) 416 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:23.893 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:23 vm05 bash[22868]: audit 2026-03-31T20:25:23.377448+0000 mon.a (mon.0) 416 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:23.893 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:23 vm05 bash[22868]: audit 2026-03-31T20:25:23.380478+0000 mon.a (mon.0) 417 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:23.893 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:23 vm05 bash[22868]: audit 2026-03-31T20:25:23.380478+0000 mon.a (mon.0) 417 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:25.105 INFO:teuthology.orchestra.run.vm06.stdout:Created osd(s) 2 on host 'vm06' 2026-03-31T20:25:25.154 DEBUG:teuthology.orchestra.run.vm06:osd.2> sudo journalctl -f -n 0 -u ceph-2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37@osd.2.service 2026-03-31T20:25:25.154 INFO:tasks.cephadm:Waiting for 3 OSDs to come up... 2026-03-31T20:25:25.154 DEBUG:teuthology.orchestra.run.vm01:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:5bb3278730741031382ca9c3dc9d221a942e06a2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37 -- ceph osd stat -f json 2026-03-31T20:25:25.401 INFO:teuthology.orchestra.run.vm01.stderr:Inferring config /var/lib/ceph/2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37/mon.a/config 2026-03-31T20:25:25.472 INFO:journalctl@ceph.osd.2.vm06.stdout:Mar 31 20:25:25 vm06 bash[26453]: debug 2026-03-31T20:25:25.395+0000 7ff3f83918c0 -1 osd.2 0 log_to_monitors true 2026-03-31T20:25:25.687 INFO:teuthology.orchestra.run.vm01.stdout: 2026-03-31T20:25:25.740 INFO:teuthology.orchestra.run.vm01.stdout:{"epoch":16,"num_osds":3,"num_up_osds":2,"osd_up_since":1774988720,"num_in_osds":3,"osd_in_since":1774988720,"num_remapped_pgs":0} 2026-03-31T20:25:26.393 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:26 vm05 bash[22868]: audit 2026-03-31T20:25:25.097980+0000 mon.a (mon.0) 418 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:26.393 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:26 vm05 bash[22868]: audit 2026-03-31T20:25:25.097980+0000 mon.a (mon.0) 418 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:26.393 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:26 vm05 bash[22868]: audit 2026-03-31T20:25:25.100686+0000 mon.a (mon.0) 419 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:26.393 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:26 vm05 bash[22868]: audit 2026-03-31T20:25:25.100686+0000 mon.a (mon.0) 419 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:26.393 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:26 vm05 bash[22868]: cluster 2026-03-31T20:25:25.126367+0000 mgr.a (mgr.14152) 151 : cluster [DBG] pgmap v92: 0 pgs: ; 0 B data, 53 MiB used, 40 GiB / 40 GiB avail 2026-03-31T20:25:26.393 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:26 vm05 bash[22868]: cluster 2026-03-31T20:25:25.126367+0000 mgr.a (mgr.14152) 151 : cluster [DBG] pgmap v92: 0 pgs: ; 0 B data, 53 MiB used, 40 GiB / 40 GiB avail 2026-03-31T20:25:26.393 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:26 vm05 bash[22868]: audit 2026-03-31T20:25:25.400906+0000 mon.c (mon.1) 5 : audit [INF] from='osd.2 [v2:192.168.123.106:6800/2471796116,v1:192.168.123.106:6801/2471796116]' entity='osd.2' cmd={"prefix": "osd crush set-device-class", "class": "hdd", "ids": ["2"]} : dispatch 2026-03-31T20:25:26.393 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:26 vm05 bash[22868]: audit 2026-03-31T20:25:25.400906+0000 mon.c (mon.1) 5 : audit [INF] from='osd.2 [v2:192.168.123.106:6800/2471796116,v1:192.168.123.106:6801/2471796116]' entity='osd.2' cmd={"prefix": "osd crush set-device-class", "class": "hdd", "ids": ["2"]} : dispatch 2026-03-31T20:25:26.393 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:26 vm05 bash[22868]: audit 2026-03-31T20:25:25.404104+0000 mon.a (mon.0) 420 : audit [INF] from='osd.2 ' entity='osd.2' cmd={"prefix": "osd crush set-device-class", "class": "hdd", "ids": ["2"]} : dispatch 2026-03-31T20:25:26.393 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:26 vm05 bash[22868]: audit 2026-03-31T20:25:25.404104+0000 mon.a (mon.0) 420 : audit [INF] from='osd.2 ' entity='osd.2' cmd={"prefix": "osd crush set-device-class", "class": "hdd", "ids": ["2"]} : dispatch 2026-03-31T20:25:26.393 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:26 vm05 bash[22868]: audit 2026-03-31T20:25:25.685173+0000 mon.a (mon.0) 421 : audit [DBG] from='client.? 192.168.123.101:0/1680535100' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2026-03-31T20:25:26.393 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:26 vm05 bash[22868]: audit 2026-03-31T20:25:25.685173+0000 mon.a (mon.0) 421 : audit [DBG] from='client.? 192.168.123.101:0/1680535100' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2026-03-31T20:25:26.414 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:26 vm01 bash[20507]: audit 2026-03-31T20:25:25.097980+0000 mon.a (mon.0) 418 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:26.414 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:26 vm01 bash[20507]: audit 2026-03-31T20:25:25.097980+0000 mon.a (mon.0) 418 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:26.414 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:26 vm01 bash[20507]: audit 2026-03-31T20:25:25.100686+0000 mon.a (mon.0) 419 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:26.414 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:26 vm01 bash[20507]: audit 2026-03-31T20:25:25.100686+0000 mon.a (mon.0) 419 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:26.414 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:26 vm01 bash[20507]: cluster 2026-03-31T20:25:25.126367+0000 mgr.a (mgr.14152) 151 : cluster [DBG] pgmap v92: 0 pgs: ; 0 B data, 53 MiB used, 40 GiB / 40 GiB avail 2026-03-31T20:25:26.414 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:26 vm01 bash[20507]: cluster 2026-03-31T20:25:25.126367+0000 mgr.a (mgr.14152) 151 : cluster [DBG] pgmap v92: 0 pgs: ; 0 B data, 53 MiB used, 40 GiB / 40 GiB avail 2026-03-31T20:25:26.414 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:26 vm01 bash[20507]: audit 2026-03-31T20:25:25.400906+0000 mon.c (mon.1) 5 : audit [INF] from='osd.2 [v2:192.168.123.106:6800/2471796116,v1:192.168.123.106:6801/2471796116]' entity='osd.2' cmd={"prefix": "osd crush set-device-class", "class": "hdd", "ids": ["2"]} : dispatch 2026-03-31T20:25:26.414 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:26 vm01 bash[20507]: audit 2026-03-31T20:25:25.400906+0000 mon.c (mon.1) 5 : audit [INF] from='osd.2 [v2:192.168.123.106:6800/2471796116,v1:192.168.123.106:6801/2471796116]' entity='osd.2' cmd={"prefix": "osd crush set-device-class", "class": "hdd", "ids": ["2"]} : dispatch 2026-03-31T20:25:26.414 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:26 vm01 bash[20507]: audit 2026-03-31T20:25:25.404104+0000 mon.a (mon.0) 420 : audit [INF] from='osd.2 ' entity='osd.2' cmd={"prefix": "osd crush set-device-class", "class": "hdd", "ids": ["2"]} : dispatch 2026-03-31T20:25:26.414 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:26 vm01 bash[20507]: audit 2026-03-31T20:25:25.404104+0000 mon.a (mon.0) 420 : audit [INF] from='osd.2 ' entity='osd.2' cmd={"prefix": "osd crush set-device-class", "class": "hdd", "ids": ["2"]} : dispatch 2026-03-31T20:25:26.414 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:26 vm01 bash[20507]: audit 2026-03-31T20:25:25.685173+0000 mon.a (mon.0) 421 : audit [DBG] from='client.? 192.168.123.101:0/1680535100' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2026-03-31T20:25:26.414 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:26 vm01 bash[20507]: audit 2026-03-31T20:25:25.685173+0000 mon.a (mon.0) 421 : audit [DBG] from='client.? 192.168.123.101:0/1680535100' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2026-03-31T20:25:26.472 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:26 vm06 bash[23229]: audit 2026-03-31T20:25:25.097980+0000 mon.a (mon.0) 418 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:26.473 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:26 vm06 bash[23229]: audit 2026-03-31T20:25:25.097980+0000 mon.a (mon.0) 418 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:26.473 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:26 vm06 bash[23229]: audit 2026-03-31T20:25:25.100686+0000 mon.a (mon.0) 419 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:26.473 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:26 vm06 bash[23229]: audit 2026-03-31T20:25:25.100686+0000 mon.a (mon.0) 419 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:26.473 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:26 vm06 bash[23229]: cluster 2026-03-31T20:25:25.126367+0000 mgr.a (mgr.14152) 151 : cluster [DBG] pgmap v92: 0 pgs: ; 0 B data, 53 MiB used, 40 GiB / 40 GiB avail 2026-03-31T20:25:26.473 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:26 vm06 bash[23229]: cluster 2026-03-31T20:25:25.126367+0000 mgr.a (mgr.14152) 151 : cluster [DBG] pgmap v92: 0 pgs: ; 0 B data, 53 MiB used, 40 GiB / 40 GiB avail 2026-03-31T20:25:26.473 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:26 vm06 bash[23229]: audit 2026-03-31T20:25:25.400906+0000 mon.c (mon.1) 5 : audit [INF] from='osd.2 [v2:192.168.123.106:6800/2471796116,v1:192.168.123.106:6801/2471796116]' entity='osd.2' cmd={"prefix": "osd crush set-device-class", "class": "hdd", "ids": ["2"]} : dispatch 2026-03-31T20:25:26.473 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:26 vm06 bash[23229]: audit 2026-03-31T20:25:25.400906+0000 mon.c (mon.1) 5 : audit [INF] from='osd.2 [v2:192.168.123.106:6800/2471796116,v1:192.168.123.106:6801/2471796116]' entity='osd.2' cmd={"prefix": "osd crush set-device-class", "class": "hdd", "ids": ["2"]} : dispatch 2026-03-31T20:25:26.473 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:26 vm06 bash[23229]: audit 2026-03-31T20:25:25.404104+0000 mon.a (mon.0) 420 : audit [INF] from='osd.2 ' entity='osd.2' cmd={"prefix": "osd crush set-device-class", "class": "hdd", "ids": ["2"]} : dispatch 2026-03-31T20:25:26.473 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:26 vm06 bash[23229]: audit 2026-03-31T20:25:25.404104+0000 mon.a (mon.0) 420 : audit [INF] from='osd.2 ' entity='osd.2' cmd={"prefix": "osd crush set-device-class", "class": "hdd", "ids": ["2"]} : dispatch 2026-03-31T20:25:26.473 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:26 vm06 bash[23229]: audit 2026-03-31T20:25:25.685173+0000 mon.a (mon.0) 421 : audit [DBG] from='client.? 192.168.123.101:0/1680535100' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2026-03-31T20:25:26.473 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:26 vm06 bash[23229]: audit 2026-03-31T20:25:25.685173+0000 mon.a (mon.0) 421 : audit [DBG] from='client.? 192.168.123.101:0/1680535100' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2026-03-31T20:25:26.741 DEBUG:teuthology.orchestra.run.vm01:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:5bb3278730741031382ca9c3dc9d221a942e06a2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37 -- ceph osd stat -f json 2026-03-31T20:25:26.987 INFO:teuthology.orchestra.run.vm01.stderr:Inferring config /var/lib/ceph/2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37/mon.a/config 2026-03-31T20:25:27.319 INFO:teuthology.orchestra.run.vm01.stdout: 2026-03-31T20:25:27.329 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:27 vm01 bash[20507]: audit 2026-03-31T20:25:26.104814+0000 mon.c (mon.1) 6 : audit [INF] from='osd.2 [v2:192.168.123.106:6800/2471796116,v1:192.168.123.106:6801/2471796116]' entity='osd.2' cmd={"prefix": "osd crush create-or-move", "id": 2, "weight":0.0195, "args": ["host=vm06", "root=default"]} : dispatch 2026-03-31T20:25:27.329 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:27 vm01 bash[20507]: audit 2026-03-31T20:25:26.104814+0000 mon.c (mon.1) 6 : audit [INF] from='osd.2 [v2:192.168.123.106:6800/2471796116,v1:192.168.123.106:6801/2471796116]' entity='osd.2' cmd={"prefix": "osd crush create-or-move", "id": 2, "weight":0.0195, "args": ["host=vm06", "root=default"]} : dispatch 2026-03-31T20:25:27.329 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:27 vm01 bash[20507]: audit 2026-03-31T20:25:26.105755+0000 mon.a (mon.0) 422 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "hdd", "ids": ["2"]}]': finished 2026-03-31T20:25:27.329 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:27 vm01 bash[20507]: audit 2026-03-31T20:25:26.105755+0000 mon.a (mon.0) 422 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "hdd", "ids": ["2"]}]': finished 2026-03-31T20:25:27.329 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:27 vm01 bash[20507]: cluster 2026-03-31T20:25:26.107237+0000 mon.a (mon.0) 423 : cluster [DBG] osdmap e17: 3 total, 2 up, 3 in 2026-03-31T20:25:27.329 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:27 vm01 bash[20507]: cluster 2026-03-31T20:25:26.107237+0000 mon.a (mon.0) 423 : cluster [DBG] osdmap e17: 3 total, 2 up, 3 in 2026-03-31T20:25:27.329 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:27 vm01 bash[20507]: audit 2026-03-31T20:25:26.107345+0000 mon.a (mon.0) 424 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2026-03-31T20:25:27.329 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:27 vm01 bash[20507]: audit 2026-03-31T20:25:26.107345+0000 mon.a (mon.0) 424 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2026-03-31T20:25:27.329 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:27 vm01 bash[20507]: audit 2026-03-31T20:25:26.107967+0000 mon.a (mon.0) 425 : 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-03-31T20:25:27.329 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:27 vm01 bash[20507]: audit 2026-03-31T20:25:26.107967+0000 mon.a (mon.0) 425 : 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-03-31T20:25:27.329 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:27 vm01 bash[20507]: audit 2026-03-31T20:25:26.883862+0000 mon.a (mon.0) 426 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:27.329 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:27 vm01 bash[20507]: audit 2026-03-31T20:25:26.883862+0000 mon.a (mon.0) 426 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:27.329 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:27 vm01 bash[20507]: audit 2026-03-31T20:25:26.887058+0000 mon.a (mon.0) 427 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:27.329 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:27 vm01 bash[20507]: audit 2026-03-31T20:25:26.887058+0000 mon.a (mon.0) 427 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:27.329 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:27 vm01 bash[20507]: audit 2026-03-31T20:25:26.902836+0000 mon.a (mon.0) 428 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:27.329 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:27 vm01 bash[20507]: audit 2026-03-31T20:25:26.902836+0000 mon.a (mon.0) 428 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:27.329 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:27 vm01 bash[20507]: audit 2026-03-31T20:25:26.905741+0000 mon.a (mon.0) 429 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:27.329 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:27 vm01 bash[20507]: audit 2026-03-31T20:25:26.905741+0000 mon.a (mon.0) 429 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:27.393 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:27 vm05 bash[22868]: audit 2026-03-31T20:25:26.104814+0000 mon.c (mon.1) 6 : audit [INF] from='osd.2 [v2:192.168.123.106:6800/2471796116,v1:192.168.123.106:6801/2471796116]' entity='osd.2' cmd={"prefix": "osd crush create-or-move", "id": 2, "weight":0.0195, "args": ["host=vm06", "root=default"]} : dispatch 2026-03-31T20:25:27.393 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:27 vm05 bash[22868]: audit 2026-03-31T20:25:26.104814+0000 mon.c (mon.1) 6 : audit [INF] from='osd.2 [v2:192.168.123.106:6800/2471796116,v1:192.168.123.106:6801/2471796116]' entity='osd.2' cmd={"prefix": "osd crush create-or-move", "id": 2, "weight":0.0195, "args": ["host=vm06", "root=default"]} : dispatch 2026-03-31T20:25:27.393 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:27 vm05 bash[22868]: audit 2026-03-31T20:25:26.105755+0000 mon.a (mon.0) 422 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "hdd", "ids": ["2"]}]': finished 2026-03-31T20:25:27.393 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:27 vm05 bash[22868]: audit 2026-03-31T20:25:26.105755+0000 mon.a (mon.0) 422 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "hdd", "ids": ["2"]}]': finished 2026-03-31T20:25:27.393 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:27 vm05 bash[22868]: cluster 2026-03-31T20:25:26.107237+0000 mon.a (mon.0) 423 : cluster [DBG] osdmap e17: 3 total, 2 up, 3 in 2026-03-31T20:25:27.393 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:27 vm05 bash[22868]: cluster 2026-03-31T20:25:26.107237+0000 mon.a (mon.0) 423 : cluster [DBG] osdmap e17: 3 total, 2 up, 3 in 2026-03-31T20:25:27.393 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:27 vm05 bash[22868]: audit 2026-03-31T20:25:26.107345+0000 mon.a (mon.0) 424 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2026-03-31T20:25:27.393 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:27 vm05 bash[22868]: audit 2026-03-31T20:25:26.107345+0000 mon.a (mon.0) 424 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2026-03-31T20:25:27.393 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:27 vm05 bash[22868]: audit 2026-03-31T20:25:26.107967+0000 mon.a (mon.0) 425 : 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-03-31T20:25:27.393 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:27 vm05 bash[22868]: audit 2026-03-31T20:25:26.107967+0000 mon.a (mon.0) 425 : 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-03-31T20:25:27.393 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:27 vm05 bash[22868]: audit 2026-03-31T20:25:26.883862+0000 mon.a (mon.0) 426 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:27.393 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:27 vm05 bash[22868]: audit 2026-03-31T20:25:26.883862+0000 mon.a (mon.0) 426 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:27.393 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:27 vm05 bash[22868]: audit 2026-03-31T20:25:26.887058+0000 mon.a (mon.0) 427 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:27.393 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:27 vm05 bash[22868]: audit 2026-03-31T20:25:26.887058+0000 mon.a (mon.0) 427 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:27.393 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:27 vm05 bash[22868]: audit 2026-03-31T20:25:26.902836+0000 mon.a (mon.0) 428 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:27.393 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:27 vm05 bash[22868]: audit 2026-03-31T20:25:26.902836+0000 mon.a (mon.0) 428 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:27.393 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:27 vm05 bash[22868]: audit 2026-03-31T20:25:26.905741+0000 mon.a (mon.0) 429 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:27.393 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:27 vm05 bash[22868]: audit 2026-03-31T20:25:26.905741+0000 mon.a (mon.0) 429 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:27.416 INFO:teuthology.orchestra.run.vm01.stdout:{"epoch":18,"num_osds":3,"num_up_osds":2,"osd_up_since":1774988720,"num_in_osds":3,"osd_in_since":1774988720,"num_remapped_pgs":0} 2026-03-31T20:25:27.472 INFO:journalctl@ceph.osd.2.vm06.stdout:Mar 31 20:25:27 vm06 bash[26453]: debug 2026-03-31T20:25:27.119+0000 7ff3f4313640 -1 osd.2 0 waiting for initial osdmap 2026-03-31T20:25:27.473 INFO:journalctl@ceph.osd.2.vm06.stdout:Mar 31 20:25:27 vm06 bash[26453]: debug 2026-03-31T20:25:27.123+0000 7ff3ef0e2640 -1 osd.2 18 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2026-03-31T20:25:27.473 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:27 vm06 bash[23229]: audit 2026-03-31T20:25:26.104814+0000 mon.c (mon.1) 6 : audit [INF] from='osd.2 [v2:192.168.123.106:6800/2471796116,v1:192.168.123.106:6801/2471796116]' entity='osd.2' cmd={"prefix": "osd crush create-or-move", "id": 2, "weight":0.0195, "args": ["host=vm06", "root=default"]} : dispatch 2026-03-31T20:25:27.473 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:27 vm06 bash[23229]: audit 2026-03-31T20:25:26.104814+0000 mon.c (mon.1) 6 : audit [INF] from='osd.2 [v2:192.168.123.106:6800/2471796116,v1:192.168.123.106:6801/2471796116]' entity='osd.2' cmd={"prefix": "osd crush create-or-move", "id": 2, "weight":0.0195, "args": ["host=vm06", "root=default"]} : dispatch 2026-03-31T20:25:27.473 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:27 vm06 bash[23229]: audit 2026-03-31T20:25:26.105755+0000 mon.a (mon.0) 422 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "hdd", "ids": ["2"]}]': finished 2026-03-31T20:25:27.473 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:27 vm06 bash[23229]: audit 2026-03-31T20:25:26.105755+0000 mon.a (mon.0) 422 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "hdd", "ids": ["2"]}]': finished 2026-03-31T20:25:27.473 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:27 vm06 bash[23229]: cluster 2026-03-31T20:25:26.107237+0000 mon.a (mon.0) 423 : cluster [DBG] osdmap e17: 3 total, 2 up, 3 in 2026-03-31T20:25:27.473 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:27 vm06 bash[23229]: cluster 2026-03-31T20:25:26.107237+0000 mon.a (mon.0) 423 : cluster [DBG] osdmap e17: 3 total, 2 up, 3 in 2026-03-31T20:25:27.473 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:27 vm06 bash[23229]: audit 2026-03-31T20:25:26.107345+0000 mon.a (mon.0) 424 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2026-03-31T20:25:27.473 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:27 vm06 bash[23229]: audit 2026-03-31T20:25:26.107345+0000 mon.a (mon.0) 424 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2026-03-31T20:25:27.473 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:27 vm06 bash[23229]: audit 2026-03-31T20:25:26.107967+0000 mon.a (mon.0) 425 : 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-03-31T20:25:27.473 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:27 vm06 bash[23229]: audit 2026-03-31T20:25:26.107967+0000 mon.a (mon.0) 425 : 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-03-31T20:25:27.473 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:27 vm06 bash[23229]: audit 2026-03-31T20:25:26.883862+0000 mon.a (mon.0) 426 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:27.473 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:27 vm06 bash[23229]: audit 2026-03-31T20:25:26.883862+0000 mon.a (mon.0) 426 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:27.473 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:27 vm06 bash[23229]: audit 2026-03-31T20:25:26.887058+0000 mon.a (mon.0) 427 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:27.473 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:27 vm06 bash[23229]: audit 2026-03-31T20:25:26.887058+0000 mon.a (mon.0) 427 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:27.473 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:27 vm06 bash[23229]: audit 2026-03-31T20:25:26.902836+0000 mon.a (mon.0) 428 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:27.473 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:27 vm06 bash[23229]: audit 2026-03-31T20:25:26.902836+0000 mon.a (mon.0) 428 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:27.473 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:27 vm06 bash[23229]: audit 2026-03-31T20:25:26.905741+0000 mon.a (mon.0) 429 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:27.473 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:27 vm06 bash[23229]: audit 2026-03-31T20:25:26.905741+0000 mon.a (mon.0) 429 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:28.338 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:28 vm01 bash[20507]: audit 2026-03-31T20:25:27.107900+0000 mon.a (mon.0) 430 : 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-03-31T20:25:28.338 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:28 vm01 bash[20507]: audit 2026-03-31T20:25:27.107900+0000 mon.a (mon.0) 430 : 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-03-31T20:25:28.339 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:28 vm01 bash[20507]: cluster 2026-03-31T20:25:27.110831+0000 mon.a (mon.0) 431 : cluster [DBG] osdmap e18: 3 total, 2 up, 3 in 2026-03-31T20:25:28.339 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:28 vm01 bash[20507]: cluster 2026-03-31T20:25:27.110831+0000 mon.a (mon.0) 431 : cluster [DBG] osdmap e18: 3 total, 2 up, 3 in 2026-03-31T20:25:28.339 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:28 vm01 bash[20507]: audit 2026-03-31T20:25:27.113955+0000 mon.a (mon.0) 432 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2026-03-31T20:25:28.339 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:28 vm01 bash[20507]: audit 2026-03-31T20:25:27.113955+0000 mon.a (mon.0) 432 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2026-03-31T20:25:28.339 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:28 vm01 bash[20507]: cluster 2026-03-31T20:25:27.126608+0000 mgr.a (mgr.14152) 152 : cluster [DBG] pgmap v95: 0 pgs: ; 0 B data, 53 MiB used, 40 GiB / 40 GiB avail 2026-03-31T20:25:28.339 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:28 vm01 bash[20507]: cluster 2026-03-31T20:25:27.126608+0000 mgr.a (mgr.14152) 152 : cluster [DBG] pgmap v95: 0 pgs: ; 0 B data, 53 MiB used, 40 GiB / 40 GiB avail 2026-03-31T20:25:28.339 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:28 vm01 bash[20507]: audit 2026-03-31T20:25:27.315622+0000 mon.a (mon.0) 433 : audit [DBG] from='client.? 192.168.123.101:0/652851386' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2026-03-31T20:25:28.339 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:28 vm01 bash[20507]: audit 2026-03-31T20:25:27.315622+0000 mon.a (mon.0) 433 : audit [DBG] from='client.? 192.168.123.101:0/652851386' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2026-03-31T20:25:28.339 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:28 vm01 bash[20507]: audit 2026-03-31T20:25:27.968664+0000 mon.a (mon.0) 434 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:28.339 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:28 vm01 bash[20507]: audit 2026-03-31T20:25:27.968664+0000 mon.a (mon.0) 434 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:28.339 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:28 vm01 bash[20507]: audit 2026-03-31T20:25:27.971648+0000 mon.a (mon.0) 435 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:28.339 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:28 vm01 bash[20507]: audit 2026-03-31T20:25:27.971648+0000 mon.a (mon.0) 435 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:28.339 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:28 vm01 bash[20507]: audit 2026-03-31T20:25:28.001691+0000 mon.a (mon.0) 436 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:28.339 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:28 vm01 bash[20507]: audit 2026-03-31T20:25:28.001691+0000 mon.a (mon.0) 436 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:28.339 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:28 vm01 bash[20507]: audit 2026-03-31T20:25:28.004564+0000 mon.a (mon.0) 437 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:28.339 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:28 vm01 bash[20507]: audit 2026-03-31T20:25:28.004564+0000 mon.a (mon.0) 437 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:28.339 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:28 vm01 bash[20507]: audit 2026-03-31T20:25:28.005101+0000 mon.a (mon.0) 438 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"} : dispatch 2026-03-31T20:25:28.339 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:28 vm01 bash[20507]: audit 2026-03-31T20:25:28.005101+0000 mon.a (mon.0) 438 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"} : dispatch 2026-03-31T20:25:28.339 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:28 vm01 bash[20507]: audit 2026-03-31T20:25:28.007517+0000 mon.a (mon.0) 439 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:28.339 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:28 vm01 bash[20507]: audit 2026-03-31T20:25:28.007517+0000 mon.a (mon.0) 439 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:28.339 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:28 vm01 bash[20507]: audit 2026-03-31T20:25:28.008395+0000 mon.a (mon.0) 440 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-03-31T20:25:28.339 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:28 vm01 bash[20507]: audit 2026-03-31T20:25:28.008395+0000 mon.a (mon.0) 440 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-03-31T20:25:28.339 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:28 vm01 bash[20507]: audit 2026-03-31T20:25:28.008728+0000 mon.a (mon.0) 441 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-03-31T20:25:28.339 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:28 vm01 bash[20507]: audit 2026-03-31T20:25:28.008728+0000 mon.a (mon.0) 441 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-03-31T20:25:28.339 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:28 vm01 bash[20507]: audit 2026-03-31T20:25:28.011567+0000 mon.a (mon.0) 442 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:28.339 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:28 vm01 bash[20507]: audit 2026-03-31T20:25:28.011567+0000 mon.a (mon.0) 442 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:28.339 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:28 vm01 bash[20507]: audit 2026-03-31T20:25:28.012276+0000 mon.a (mon.0) 443 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-03-31T20:25:28.339 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:28 vm01 bash[20507]: audit 2026-03-31T20:25:28.012276+0000 mon.a (mon.0) 443 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-03-31T20:25:28.339 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:28 vm01 bash[20507]: audit 2026-03-31T20:25:28.013344+0000 mon.a (mon.0) 444 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-03-31T20:25:28.339 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:28 vm01 bash[20507]: audit 2026-03-31T20:25:28.013344+0000 mon.a (mon.0) 444 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-03-31T20:25:28.339 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:28 vm01 bash[20507]: audit 2026-03-31T20:25:28.013631+0000 mon.a (mon.0) 445 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-03-31T20:25:28.339 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:28 vm01 bash[20507]: audit 2026-03-31T20:25:28.013631+0000 mon.a (mon.0) 445 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-03-31T20:25:28.339 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:28 vm01 bash[20507]: audit 2026-03-31T20:25:28.113949+0000 mon.a (mon.0) 446 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2026-03-31T20:25:28.339 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:28 vm01 bash[20507]: audit 2026-03-31T20:25:28.113949+0000 mon.a (mon.0) 446 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2026-03-31T20:25:28.393 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:28 vm06 bash[23229]: audit 2026-03-31T20:25:27.107900+0000 mon.a (mon.0) 430 : 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-03-31T20:25:28.393 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:28 vm06 bash[23229]: audit 2026-03-31T20:25:27.107900+0000 mon.a (mon.0) 430 : 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-03-31T20:25:28.393 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:28 vm06 bash[23229]: cluster 2026-03-31T20:25:27.110831+0000 mon.a (mon.0) 431 : cluster [DBG] osdmap e18: 3 total, 2 up, 3 in 2026-03-31T20:25:28.393 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:28 vm06 bash[23229]: cluster 2026-03-31T20:25:27.110831+0000 mon.a (mon.0) 431 : cluster [DBG] osdmap e18: 3 total, 2 up, 3 in 2026-03-31T20:25:28.393 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:28 vm06 bash[23229]: audit 2026-03-31T20:25:27.113955+0000 mon.a (mon.0) 432 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2026-03-31T20:25:28.393 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:28 vm06 bash[23229]: audit 2026-03-31T20:25:27.113955+0000 mon.a (mon.0) 432 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2026-03-31T20:25:28.393 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:28 vm06 bash[23229]: cluster 2026-03-31T20:25:27.126608+0000 mgr.a (mgr.14152) 152 : cluster [DBG] pgmap v95: 0 pgs: ; 0 B data, 53 MiB used, 40 GiB / 40 GiB avail 2026-03-31T20:25:28.393 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:28 vm06 bash[23229]: cluster 2026-03-31T20:25:27.126608+0000 mgr.a (mgr.14152) 152 : cluster [DBG] pgmap v95: 0 pgs: ; 0 B data, 53 MiB used, 40 GiB / 40 GiB avail 2026-03-31T20:25:28.393 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:28 vm06 bash[23229]: audit 2026-03-31T20:25:27.315622+0000 mon.a (mon.0) 433 : audit [DBG] from='client.? 192.168.123.101:0/652851386' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2026-03-31T20:25:28.393 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:28 vm06 bash[23229]: audit 2026-03-31T20:25:27.315622+0000 mon.a (mon.0) 433 : audit [DBG] from='client.? 192.168.123.101:0/652851386' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2026-03-31T20:25:28.393 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:28 vm06 bash[23229]: audit 2026-03-31T20:25:27.968664+0000 mon.a (mon.0) 434 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:28.393 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:28 vm06 bash[23229]: audit 2026-03-31T20:25:27.968664+0000 mon.a (mon.0) 434 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:28.393 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:28 vm06 bash[23229]: audit 2026-03-31T20:25:27.971648+0000 mon.a (mon.0) 435 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:28.393 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:28 vm06 bash[23229]: audit 2026-03-31T20:25:27.971648+0000 mon.a (mon.0) 435 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:28.393 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:28 vm06 bash[23229]: audit 2026-03-31T20:25:28.001691+0000 mon.a (mon.0) 436 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:28.393 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:28 vm06 bash[23229]: audit 2026-03-31T20:25:28.001691+0000 mon.a (mon.0) 436 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:28.393 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:28 vm06 bash[23229]: audit 2026-03-31T20:25:28.004564+0000 mon.a (mon.0) 437 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:28.393 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:28 vm06 bash[23229]: audit 2026-03-31T20:25:28.004564+0000 mon.a (mon.0) 437 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:28.393 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:28 vm06 bash[23229]: audit 2026-03-31T20:25:28.005101+0000 mon.a (mon.0) 438 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"} : dispatch 2026-03-31T20:25:28.393 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:28 vm06 bash[23229]: audit 2026-03-31T20:25:28.005101+0000 mon.a (mon.0) 438 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"} : dispatch 2026-03-31T20:25:28.393 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:28 vm06 bash[23229]: audit 2026-03-31T20:25:28.007517+0000 mon.a (mon.0) 439 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:28.393 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:28 vm06 bash[23229]: audit 2026-03-31T20:25:28.007517+0000 mon.a (mon.0) 439 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:28.393 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:28 vm06 bash[23229]: audit 2026-03-31T20:25:28.008395+0000 mon.a (mon.0) 440 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-03-31T20:25:28.393 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:28 vm06 bash[23229]: audit 2026-03-31T20:25:28.008395+0000 mon.a (mon.0) 440 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-03-31T20:25:28.393 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:28 vm06 bash[23229]: audit 2026-03-31T20:25:28.008728+0000 mon.a (mon.0) 441 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-03-31T20:25:28.393 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:28 vm06 bash[23229]: audit 2026-03-31T20:25:28.008728+0000 mon.a (mon.0) 441 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-03-31T20:25:28.393 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:28 vm06 bash[23229]: audit 2026-03-31T20:25:28.011567+0000 mon.a (mon.0) 442 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:28.393 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:28 vm06 bash[23229]: audit 2026-03-31T20:25:28.011567+0000 mon.a (mon.0) 442 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:28.393 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:28 vm06 bash[23229]: audit 2026-03-31T20:25:28.012276+0000 mon.a (mon.0) 443 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-03-31T20:25:28.393 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:28 vm06 bash[23229]: audit 2026-03-31T20:25:28.012276+0000 mon.a (mon.0) 443 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-03-31T20:25:28.393 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:28 vm06 bash[23229]: audit 2026-03-31T20:25:28.013344+0000 mon.a (mon.0) 444 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-03-31T20:25:28.393 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:28 vm06 bash[23229]: audit 2026-03-31T20:25:28.013344+0000 mon.a (mon.0) 444 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-03-31T20:25:28.393 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:28 vm06 bash[23229]: audit 2026-03-31T20:25:28.013631+0000 mon.a (mon.0) 445 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-03-31T20:25:28.393 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:28 vm06 bash[23229]: audit 2026-03-31T20:25:28.013631+0000 mon.a (mon.0) 445 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-03-31T20:25:28.393 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:28 vm06 bash[23229]: audit 2026-03-31T20:25:28.113949+0000 mon.a (mon.0) 446 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2026-03-31T20:25:28.393 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:28 vm06 bash[23229]: audit 2026-03-31T20:25:28.113949+0000 mon.a (mon.0) 446 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2026-03-31T20:25:28.394 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:28 vm05 bash[22868]: audit 2026-03-31T20:25:27.107900+0000 mon.a (mon.0) 430 : 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-03-31T20:25:28.394 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:28 vm05 bash[22868]: audit 2026-03-31T20:25:27.107900+0000 mon.a (mon.0) 430 : 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-03-31T20:25:28.394 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:28 vm05 bash[22868]: cluster 2026-03-31T20:25:27.110831+0000 mon.a (mon.0) 431 : cluster [DBG] osdmap e18: 3 total, 2 up, 3 in 2026-03-31T20:25:28.394 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:28 vm05 bash[22868]: cluster 2026-03-31T20:25:27.110831+0000 mon.a (mon.0) 431 : cluster [DBG] osdmap e18: 3 total, 2 up, 3 in 2026-03-31T20:25:28.394 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:28 vm05 bash[22868]: audit 2026-03-31T20:25:27.113955+0000 mon.a (mon.0) 432 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2026-03-31T20:25:28.394 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:28 vm05 bash[22868]: audit 2026-03-31T20:25:27.113955+0000 mon.a (mon.0) 432 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2026-03-31T20:25:28.394 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:28 vm05 bash[22868]: cluster 2026-03-31T20:25:27.126608+0000 mgr.a (mgr.14152) 152 : cluster [DBG] pgmap v95: 0 pgs: ; 0 B data, 53 MiB used, 40 GiB / 40 GiB avail 2026-03-31T20:25:28.394 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:28 vm05 bash[22868]: cluster 2026-03-31T20:25:27.126608+0000 mgr.a (mgr.14152) 152 : cluster [DBG] pgmap v95: 0 pgs: ; 0 B data, 53 MiB used, 40 GiB / 40 GiB avail 2026-03-31T20:25:28.394 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:28 vm05 bash[22868]: audit 2026-03-31T20:25:27.315622+0000 mon.a (mon.0) 433 : audit [DBG] from='client.? 192.168.123.101:0/652851386' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2026-03-31T20:25:28.394 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:28 vm05 bash[22868]: audit 2026-03-31T20:25:27.315622+0000 mon.a (mon.0) 433 : audit [DBG] from='client.? 192.168.123.101:0/652851386' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2026-03-31T20:25:28.394 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:28 vm05 bash[22868]: audit 2026-03-31T20:25:27.968664+0000 mon.a (mon.0) 434 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:28.394 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:28 vm05 bash[22868]: audit 2026-03-31T20:25:27.968664+0000 mon.a (mon.0) 434 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:28.394 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:28 vm05 bash[22868]: audit 2026-03-31T20:25:27.971648+0000 mon.a (mon.0) 435 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:28.394 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:28 vm05 bash[22868]: audit 2026-03-31T20:25:27.971648+0000 mon.a (mon.0) 435 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:28.394 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:28 vm05 bash[22868]: audit 2026-03-31T20:25:28.001691+0000 mon.a (mon.0) 436 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:28.394 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:28 vm05 bash[22868]: audit 2026-03-31T20:25:28.001691+0000 mon.a (mon.0) 436 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:28.394 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:28 vm05 bash[22868]: audit 2026-03-31T20:25:28.004564+0000 mon.a (mon.0) 437 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:28.394 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:28 vm05 bash[22868]: audit 2026-03-31T20:25:28.004564+0000 mon.a (mon.0) 437 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:28.394 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:28 vm05 bash[22868]: audit 2026-03-31T20:25:28.005101+0000 mon.a (mon.0) 438 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"} : dispatch 2026-03-31T20:25:28.394 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:28 vm05 bash[22868]: audit 2026-03-31T20:25:28.005101+0000 mon.a (mon.0) 438 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"} : dispatch 2026-03-31T20:25:28.394 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:28 vm05 bash[22868]: audit 2026-03-31T20:25:28.007517+0000 mon.a (mon.0) 439 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:28.394 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:28 vm05 bash[22868]: audit 2026-03-31T20:25:28.007517+0000 mon.a (mon.0) 439 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:28.394 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:28 vm05 bash[22868]: audit 2026-03-31T20:25:28.008395+0000 mon.a (mon.0) 440 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-03-31T20:25:28.394 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:28 vm05 bash[22868]: audit 2026-03-31T20:25:28.008395+0000 mon.a (mon.0) 440 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-03-31T20:25:28.394 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:28 vm05 bash[22868]: audit 2026-03-31T20:25:28.008728+0000 mon.a (mon.0) 441 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-03-31T20:25:28.394 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:28 vm05 bash[22868]: audit 2026-03-31T20:25:28.008728+0000 mon.a (mon.0) 441 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-03-31T20:25:28.394 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:28 vm05 bash[22868]: audit 2026-03-31T20:25:28.011567+0000 mon.a (mon.0) 442 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:28.394 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:28 vm05 bash[22868]: audit 2026-03-31T20:25:28.011567+0000 mon.a (mon.0) 442 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:28.394 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:28 vm05 bash[22868]: audit 2026-03-31T20:25:28.012276+0000 mon.a (mon.0) 443 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-03-31T20:25:28.394 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:28 vm05 bash[22868]: audit 2026-03-31T20:25:28.012276+0000 mon.a (mon.0) 443 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-03-31T20:25:28.394 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:28 vm05 bash[22868]: audit 2026-03-31T20:25:28.013344+0000 mon.a (mon.0) 444 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-03-31T20:25:28.394 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:28 vm05 bash[22868]: audit 2026-03-31T20:25:28.013344+0000 mon.a (mon.0) 444 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-03-31T20:25:28.394 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:28 vm05 bash[22868]: audit 2026-03-31T20:25:28.013631+0000 mon.a (mon.0) 445 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-03-31T20:25:28.394 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:28 vm05 bash[22868]: audit 2026-03-31T20:25:28.013631+0000 mon.a (mon.0) 445 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-03-31T20:25:28.394 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:28 vm05 bash[22868]: audit 2026-03-31T20:25:28.113949+0000 mon.a (mon.0) 446 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2026-03-31T20:25:28.394 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:28 vm05 bash[22868]: audit 2026-03-31T20:25:28.113949+0000 mon.a (mon.0) 446 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2026-03-31T20:25:28.417 DEBUG:teuthology.orchestra.run.vm01:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:5bb3278730741031382ca9c3dc9d221a942e06a2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37 -- ceph osd stat -f json 2026-03-31T20:25:28.664 INFO:teuthology.orchestra.run.vm01.stderr:Inferring config /var/lib/ceph/2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37/mon.a/config 2026-03-31T20:25:28.962 INFO:teuthology.orchestra.run.vm01.stdout: 2026-03-31T20:25:29.036 INFO:teuthology.orchestra.run.vm01.stdout:{"epoch":19,"num_osds":3,"num_up_osds":3,"osd_up_since":1774988728,"num_in_osds":3,"osd_in_since":1774988720,"num_remapped_pgs":0} 2026-03-31T20:25:29.036 DEBUG:teuthology.orchestra.run.vm01:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:5bb3278730741031382ca9c3dc9d221a942e06a2 shell --fsid 2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37 -- ceph osd dump --format=json 2026-03-31T20:25:29.205 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:29 vm06 bash[23229]: cluster 2026-03-31T20:25:26.439259+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2026-03-31T20:25:29.205 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:29 vm06 bash[23229]: cluster 2026-03-31T20:25:26.439259+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2026-03-31T20:25:29.205 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:29 vm06 bash[23229]: cluster 2026-03-31T20:25:26.439267+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2026-03-31T20:25:29.205 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:29 vm06 bash[23229]: cluster 2026-03-31T20:25:26.439267+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2026-03-31T20:25:29.205 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:29 vm06 bash[23229]: cephadm 2026-03-31T20:25:27.996908+0000 mgr.a (mgr.14152) 153 : cephadm [INF] Detected new or changed devices on vm05 2026-03-31T20:25:29.205 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:29 vm06 bash[23229]: cephadm 2026-03-31T20:25:27.996908+0000 mgr.a (mgr.14152) 153 : cephadm [INF] Detected new or changed devices on vm05 2026-03-31T20:25:29.205 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:29 vm06 bash[23229]: cephadm 2026-03-31T20:25:28.005396+0000 mgr.a (mgr.14152) 154 : cephadm [INF] Adjusting osd_memory_target on vm05 to 1838M 2026-03-31T20:25:29.206 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:29 vm06 bash[23229]: cephadm 2026-03-31T20:25:28.005396+0000 mgr.a (mgr.14152) 154 : cephadm [INF] Adjusting osd_memory_target on vm05 to 1838M 2026-03-31T20:25:29.206 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:29 vm06 bash[23229]: cluster 2026-03-31T20:25:28.119768+0000 mon.a (mon.0) 447 : cluster [INF] osd.2 [v2:192.168.123.106:6800/2471796116,v1:192.168.123.106:6801/2471796116] boot 2026-03-31T20:25:29.206 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:29 vm06 bash[23229]: cluster 2026-03-31T20:25:28.119768+0000 mon.a (mon.0) 447 : cluster [INF] osd.2 [v2:192.168.123.106:6800/2471796116,v1:192.168.123.106:6801/2471796116] boot 2026-03-31T20:25:29.206 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:29 vm06 bash[23229]: cluster 2026-03-31T20:25:28.119827+0000 mon.a (mon.0) 448 : cluster [DBG] osdmap e19: 3 total, 3 up, 3 in 2026-03-31T20:25:29.206 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:29 vm06 bash[23229]: cluster 2026-03-31T20:25:28.119827+0000 mon.a (mon.0) 448 : cluster [DBG] osdmap e19: 3 total, 3 up, 3 in 2026-03-31T20:25:29.206 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:29 vm06 bash[23229]: audit 2026-03-31T20:25:28.120344+0000 mon.a (mon.0) 449 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2026-03-31T20:25:29.206 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:29 vm06 bash[23229]: audit 2026-03-31T20:25:28.120344+0000 mon.a (mon.0) 449 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2026-03-31T20:25:29.206 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:29 vm06 bash[23229]: audit 2026-03-31T20:25:28.960505+0000 mon.a (mon.0) 450 : audit [DBG] from='client.? 192.168.123.101:0/3029447949' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2026-03-31T20:25:29.206 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:29 vm06 bash[23229]: audit 2026-03-31T20:25:28.960505+0000 mon.a (mon.0) 450 : audit [DBG] from='client.? 192.168.123.101:0/3029447949' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2026-03-31T20:25:29.291 INFO:teuthology.orchestra.run.vm01.stderr:Inferring config /var/lib/ceph/2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37/mon.a/config 2026-03-31T20:25:29.333 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:29 vm01 bash[20507]: cluster 2026-03-31T20:25:26.439259+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2026-03-31T20:25:29.333 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:29 vm01 bash[20507]: cluster 2026-03-31T20:25:26.439259+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2026-03-31T20:25:29.333 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:29 vm01 bash[20507]: cluster 2026-03-31T20:25:26.439267+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2026-03-31T20:25:29.333 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:29 vm01 bash[20507]: cluster 2026-03-31T20:25:26.439267+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2026-03-31T20:25:29.333 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:29 vm01 bash[20507]: cephadm 2026-03-31T20:25:27.996908+0000 mgr.a (mgr.14152) 153 : cephadm [INF] Detected new or changed devices on vm05 2026-03-31T20:25:29.333 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:29 vm01 bash[20507]: cephadm 2026-03-31T20:25:27.996908+0000 mgr.a (mgr.14152) 153 : cephadm [INF] Detected new or changed devices on vm05 2026-03-31T20:25:29.333 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:29 vm01 bash[20507]: cephadm 2026-03-31T20:25:28.005396+0000 mgr.a (mgr.14152) 154 : cephadm [INF] Adjusting osd_memory_target on vm05 to 1838M 2026-03-31T20:25:29.333 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:29 vm01 bash[20507]: cephadm 2026-03-31T20:25:28.005396+0000 mgr.a (mgr.14152) 154 : cephadm [INF] Adjusting osd_memory_target on vm05 to 1838M 2026-03-31T20:25:29.333 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:29 vm01 bash[20507]: cluster 2026-03-31T20:25:28.119768+0000 mon.a (mon.0) 447 : cluster [INF] osd.2 [v2:192.168.123.106:6800/2471796116,v1:192.168.123.106:6801/2471796116] boot 2026-03-31T20:25:29.333 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:29 vm01 bash[20507]: cluster 2026-03-31T20:25:28.119768+0000 mon.a (mon.0) 447 : cluster [INF] osd.2 [v2:192.168.123.106:6800/2471796116,v1:192.168.123.106:6801/2471796116] boot 2026-03-31T20:25:29.333 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:29 vm01 bash[20507]: cluster 2026-03-31T20:25:28.119827+0000 mon.a (mon.0) 448 : cluster [DBG] osdmap e19: 3 total, 3 up, 3 in 2026-03-31T20:25:29.333 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:29 vm01 bash[20507]: cluster 2026-03-31T20:25:28.119827+0000 mon.a (mon.0) 448 : cluster [DBG] osdmap e19: 3 total, 3 up, 3 in 2026-03-31T20:25:29.333 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:29 vm01 bash[20507]: audit 2026-03-31T20:25:28.120344+0000 mon.a (mon.0) 449 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2026-03-31T20:25:29.333 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:29 vm01 bash[20507]: audit 2026-03-31T20:25:28.120344+0000 mon.a (mon.0) 449 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2026-03-31T20:25:29.333 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:29 vm01 bash[20507]: audit 2026-03-31T20:25:28.960505+0000 mon.a (mon.0) 450 : audit [DBG] from='client.? 192.168.123.101:0/3029447949' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2026-03-31T20:25:29.334 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:29 vm01 bash[20507]: audit 2026-03-31T20:25:28.960505+0000 mon.a (mon.0) 450 : audit [DBG] from='client.? 192.168.123.101:0/3029447949' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2026-03-31T20:25:29.393 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:29 vm05 bash[22868]: cluster 2026-03-31T20:25:26.439259+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2026-03-31T20:25:29.393 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:29 vm05 bash[22868]: cluster 2026-03-31T20:25:26.439259+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2026-03-31T20:25:29.393 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:29 vm05 bash[22868]: cluster 2026-03-31T20:25:26.439267+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2026-03-31T20:25:29.393 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:29 vm05 bash[22868]: cluster 2026-03-31T20:25:26.439267+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2026-03-31T20:25:29.393 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:29 vm05 bash[22868]: cephadm 2026-03-31T20:25:27.996908+0000 mgr.a (mgr.14152) 153 : cephadm [INF] Detected new or changed devices on vm05 2026-03-31T20:25:29.393 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:29 vm05 bash[22868]: cephadm 2026-03-31T20:25:27.996908+0000 mgr.a (mgr.14152) 153 : cephadm [INF] Detected new or changed devices on vm05 2026-03-31T20:25:29.393 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:29 vm05 bash[22868]: cephadm 2026-03-31T20:25:28.005396+0000 mgr.a (mgr.14152) 154 : cephadm [INF] Adjusting osd_memory_target on vm05 to 1838M 2026-03-31T20:25:29.393 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:29 vm05 bash[22868]: cephadm 2026-03-31T20:25:28.005396+0000 mgr.a (mgr.14152) 154 : cephadm [INF] Adjusting osd_memory_target on vm05 to 1838M 2026-03-31T20:25:29.393 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:29 vm05 bash[22868]: cluster 2026-03-31T20:25:28.119768+0000 mon.a (mon.0) 447 : cluster [INF] osd.2 [v2:192.168.123.106:6800/2471796116,v1:192.168.123.106:6801/2471796116] boot 2026-03-31T20:25:29.393 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:29 vm05 bash[22868]: cluster 2026-03-31T20:25:28.119768+0000 mon.a (mon.0) 447 : cluster [INF] osd.2 [v2:192.168.123.106:6800/2471796116,v1:192.168.123.106:6801/2471796116] boot 2026-03-31T20:25:29.393 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:29 vm05 bash[22868]: cluster 2026-03-31T20:25:28.119827+0000 mon.a (mon.0) 448 : cluster [DBG] osdmap e19: 3 total, 3 up, 3 in 2026-03-31T20:25:29.393 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:29 vm05 bash[22868]: cluster 2026-03-31T20:25:28.119827+0000 mon.a (mon.0) 448 : cluster [DBG] osdmap e19: 3 total, 3 up, 3 in 2026-03-31T20:25:29.393 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:29 vm05 bash[22868]: audit 2026-03-31T20:25:28.120344+0000 mon.a (mon.0) 449 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2026-03-31T20:25:29.393 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:29 vm05 bash[22868]: audit 2026-03-31T20:25:28.120344+0000 mon.a (mon.0) 449 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2026-03-31T20:25:29.393 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:29 vm05 bash[22868]: audit 2026-03-31T20:25:28.960505+0000 mon.a (mon.0) 450 : audit [DBG] from='client.? 192.168.123.101:0/3029447949' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2026-03-31T20:25:29.393 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:29 vm05 bash[22868]: audit 2026-03-31T20:25:28.960505+0000 mon.a (mon.0) 450 : audit [DBG] from='client.? 192.168.123.101:0/3029447949' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2026-03-31T20:25:29.608 INFO:teuthology.orchestra.run.vm01.stdout: 2026-03-31T20:25:29.608 INFO:teuthology.orchestra.run.vm01.stdout:{"epoch":20,"fsid":"2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37","created":"2026-03-31T20:22:12.429698+0000","modified":"2026-03-31T20:25:29.122670+0000","last_up_change":"2026-03-31T20:25:28.115052+0000","last_in_change":"2026-03-31T20:25:20.497035+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":9,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":0,"max_osd":3,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"tentacle","allow_crimson":false,"pools":[],"osds":[{"osd":0,"uuid":"5cb0c12f-7c50-4bf3-a97c-8a2a225ab860","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":8,"last_clean_end":9,"up_from":12,"up_thru":0,"down_at":11,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.101:6802","nonce":3077804079},{"type":"v1","addr":"192.168.123.101:6803","nonce":3077804079}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.101:6804","nonce":3077804079},{"type":"v1","addr":"192.168.123.101:6805","nonce":3077804079}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.101:6808","nonce":3077804079},{"type":"v1","addr":"192.168.123.101:6809","nonce":3077804079}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.101:6806","nonce":3077804079},{"type":"v1","addr":"192.168.123.101:6807","nonce":3077804079}]},"public_addr":"192.168.123.101:6803/3077804079","cluster_addr":"192.168.123.101:6805/3077804079","heartbeat_back_addr":"192.168.123.101:6809/3077804079","heartbeat_front_addr":"192.168.123.101:6807/3077804079","state":["exists","up"]},{"osd":1,"uuid":"15ed4d88-7c90-4455-937b-829f8baa40fb","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":15,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.105:6800","nonce":1328485734},{"type":"v1","addr":"192.168.123.105:6801","nonce":1328485734}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.105:6802","nonce":1328485734},{"type":"v1","addr":"192.168.123.105:6803","nonce":1328485734}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.105:6806","nonce":1328485734},{"type":"v1","addr":"192.168.123.105:6807","nonce":1328485734}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.105:6804","nonce":1328485734},{"type":"v1","addr":"192.168.123.105:6805","nonce":1328485734}]},"public_addr":"192.168.123.105:6801/1328485734","cluster_addr":"192.168.123.105:6803/1328485734","heartbeat_back_addr":"192.168.123.105:6807/1328485734","heartbeat_front_addr":"192.168.123.105:6805/1328485734","state":["exists","up"]},{"osd":2,"uuid":"48ab312f-2b17-4d89-b8d0-aacedbcc7bdf","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":19,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.106:6800","nonce":2471796116},{"type":"v1","addr":"192.168.123.106:6801","nonce":2471796116}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.106:6802","nonce":2471796116},{"type":"v1","addr":"192.168.123.106:6803","nonce":2471796116}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.106:6806","nonce":2471796116},{"type":"v1","addr":"192.168.123.106:6807","nonce":2471796116}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.106:6804","nonce":2471796116},{"type":"v1","addr":"192.168.123.106:6805","nonce":2471796116}]},"public_addr":"192.168.123.106:6801/2471796116","cluster_addr":"192.168.123.106:6803/2471796116","heartbeat_back_addr":"192.168.123.106:6807/2471796116","heartbeat_front_addr":"192.168.123.106:6805/2471796116","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"2026-03-31T20:25:13.551879+0000","laggy_probability":0,"laggy_interval":0,"features":4541880224203014143,"old_weight":0,"last_purged_snaps_scrub":"2026-03-31T20:23:11.784711+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-03-31T20:25:19.505887+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-03-31T20:25:26.439268+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"192.168.123.101:0/2663336426":"2026-04-01T20:22:33.101501+0000","192.168.123.101:6801/195113441":"2026-04-01T20:22:33.101501+0000","192.168.123.101:0/3883681562":"2026-04-01T20:22:33.101501+0000","192.168.123.101:6801/221721736":"2026-04-01T20:22:22.995812+0000","192.168.123.101:6800/221721736":"2026-04-01T20:22:22.995812+0000","192.168.123.101:0/1004793191":"2026-04-01T20:22:22.995812+0000","192.168.123.101:6800/195113441":"2026-04-01T20:22:33.101501+0000","192.168.123.101:0/419597915":"2026-04-01T20:22:22.995812+0000","192.168.123.101:0/2089336971":"2026-04-01T20:22:33.101501+0000","192.168.123.101:0/1466508110":"2026-04-01T20:22:22.995812+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-03-31T20:25:29.664 INFO:tasks.cephadm.ceph_manager.ceph:[] 2026-03-31T20:25:29.664 INFO:tasks.cephadm:Setting up client nodes... 2026-03-31T20:25:29.664 DEBUG:teuthology.orchestra.run.vm01:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:5bb3278730741031382ca9c3dc9d221a942e06a2 shell --fsid 2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37 -- ceph config log 1 --format=json 2026-03-31T20:25:29.926 INFO:teuthology.orchestra.run.vm01.stderr:Inferring config /var/lib/ceph/2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37/mon.a/config 2026-03-31T20:25:30.224 INFO:teuthology.orchestra.run.vm01.stdout: 2026-03-31T20:25:30.234 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:30 vm01 bash[20507]: cluster 2026-03-31T20:25:29.126796+0000 mgr.a (mgr.14152) 155 : cluster [DBG] pgmap v97: 0 pgs: ; 0 B data, 80 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:25:30.234 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:30 vm01 bash[20507]: cluster 2026-03-31T20:25:29.126796+0000 mgr.a (mgr.14152) 155 : cluster [DBG] pgmap v97: 0 pgs: ; 0 B data, 80 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:25:30.234 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:30 vm01 bash[20507]: cluster 2026-03-31T20:25:29.130694+0000 mon.a (mon.0) 451 : cluster [DBG] osdmap e20: 3 total, 3 up, 3 in 2026-03-31T20:25:30.234 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:30 vm01 bash[20507]: cluster 2026-03-31T20:25:29.130694+0000 mon.a (mon.0) 451 : cluster [DBG] osdmap e20: 3 total, 3 up, 3 in 2026-03-31T20:25:30.234 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:30 vm01 bash[20507]: audit 2026-03-31T20:25:29.339978+0000 mon.a (mon.0) 452 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 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-03-31T20:25:30.234 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:30 vm01 bash[20507]: audit 2026-03-31T20:25:29.339978+0000 mon.a (mon.0) 452 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 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-03-31T20:25:30.234 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:30 vm01 bash[20507]: audit 2026-03-31T20:25:29.606175+0000 mon.a (mon.0) 453 : audit [DBG] from='client.? 192.168.123.101:0/2422753104' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2026-03-31T20:25:30.234 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:30 vm01 bash[20507]: audit 2026-03-31T20:25:29.606175+0000 mon.a (mon.0) 453 : audit [DBG] from='client.? 192.168.123.101:0/2422753104' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2026-03-31T20:25:30.275 INFO:teuthology.orchestra.run.vm01.stdout:[{"version":12,"timestamp":"2026-03-31T20:25:28.005504+0000","name":"","changes":[{"name":"osd/host:vm05/osd_memory_target","new_value":"1928251801"}]}] 2026-03-31T20:25:30.276 INFO:tasks.ceph_manager:config epoch is 12 2026-03-31T20:25:30.276 INFO:tasks.ceph:Waiting until ceph daemons up and pgs clean... 2026-03-31T20:25:30.276 INFO:tasks.cephadm.ceph_manager.ceph:waiting for mgr available 2026-03-31T20:25:30.276 DEBUG:teuthology.orchestra.run.vm01:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:5bb3278730741031382ca9c3dc9d221a942e06a2 shell --fsid 2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37 -- ceph mgr dump --format=json 2026-03-31T20:25:30.393 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:30 vm05 bash[22868]: cluster 2026-03-31T20:25:29.126796+0000 mgr.a (mgr.14152) 155 : cluster [DBG] pgmap v97: 0 pgs: ; 0 B data, 80 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:25:30.393 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:30 vm05 bash[22868]: cluster 2026-03-31T20:25:29.126796+0000 mgr.a (mgr.14152) 155 : cluster [DBG] pgmap v97: 0 pgs: ; 0 B data, 80 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:25:30.393 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:30 vm05 bash[22868]: cluster 2026-03-31T20:25:29.130694+0000 mon.a (mon.0) 451 : cluster [DBG] osdmap e20: 3 total, 3 up, 3 in 2026-03-31T20:25:30.393 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:30 vm05 bash[22868]: cluster 2026-03-31T20:25:29.130694+0000 mon.a (mon.0) 451 : cluster [DBG] osdmap e20: 3 total, 3 up, 3 in 2026-03-31T20:25:30.393 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:30 vm05 bash[22868]: audit 2026-03-31T20:25:29.339978+0000 mon.a (mon.0) 452 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 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-03-31T20:25:30.393 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:30 vm05 bash[22868]: audit 2026-03-31T20:25:29.339978+0000 mon.a (mon.0) 452 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 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-03-31T20:25:30.393 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:30 vm05 bash[22868]: audit 2026-03-31T20:25:29.606175+0000 mon.a (mon.0) 453 : audit [DBG] from='client.? 192.168.123.101:0/2422753104' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2026-03-31T20:25:30.393 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:30 vm05 bash[22868]: audit 2026-03-31T20:25:29.606175+0000 mon.a (mon.0) 453 : audit [DBG] from='client.? 192.168.123.101:0/2422753104' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2026-03-31T20:25:30.472 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:30 vm06 bash[23229]: cluster 2026-03-31T20:25:29.126796+0000 mgr.a (mgr.14152) 155 : cluster [DBG] pgmap v97: 0 pgs: ; 0 B data, 80 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:25:30.472 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:30 vm06 bash[23229]: cluster 2026-03-31T20:25:29.126796+0000 mgr.a (mgr.14152) 155 : cluster [DBG] pgmap v97: 0 pgs: ; 0 B data, 80 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:25:30.472 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:30 vm06 bash[23229]: cluster 2026-03-31T20:25:29.130694+0000 mon.a (mon.0) 451 : cluster [DBG] osdmap e20: 3 total, 3 up, 3 in 2026-03-31T20:25:30.472 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:30 vm06 bash[23229]: cluster 2026-03-31T20:25:29.130694+0000 mon.a (mon.0) 451 : cluster [DBG] osdmap e20: 3 total, 3 up, 3 in 2026-03-31T20:25:30.472 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:30 vm06 bash[23229]: audit 2026-03-31T20:25:29.339978+0000 mon.a (mon.0) 452 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 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-03-31T20:25:30.472 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:30 vm06 bash[23229]: audit 2026-03-31T20:25:29.339978+0000 mon.a (mon.0) 452 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 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-03-31T20:25:30.472 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:30 vm06 bash[23229]: audit 2026-03-31T20:25:29.606175+0000 mon.a (mon.0) 453 : audit [DBG] from='client.? 192.168.123.101:0/2422753104' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2026-03-31T20:25:30.473 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:30 vm06 bash[23229]: audit 2026-03-31T20:25:29.606175+0000 mon.a (mon.0) 453 : audit [DBG] from='client.? 192.168.123.101:0/2422753104' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2026-03-31T20:25:30.510 INFO:teuthology.orchestra.run.vm01.stderr:Inferring config /var/lib/ceph/2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37/mon.a/config 2026-03-31T20:25:30.829 INFO:teuthology.orchestra.run.vm01.stdout: 2026-03-31T20:25:30.905 INFO:teuthology.orchestra.run.vm01.stdout:{"epoch":14,"flags":0,"active_gid":14152,"active_name":"a","active_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.101:6800","nonce":2395140120},{"type":"v1","addr":"192.168.123.101:6801","nonce":2395140120}]},"active_addr":"192.168.123.101:6801/2395140120","active_change":"2026-03-31T20:22:33.101573+0000","active_mgr_features":4541880224203014143,"available":true,"standbys":[{"gid":14226,"name":"b","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.3.1","min":"","max":"","enum_allowed":[],"desc":"Grafana container image","long_desc":"","tags":[],"see_also":[]},"container_image_haproxy":{"name":"container_image_haproxy","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/haproxy:2.3","min":"","max":"","enum_allowed":[],"desc":"Haproxy container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_agent":{"name":"container_image_jaeger_agent","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-agent:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger agent container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_collector":{"name":"container_image_jaeger_collector","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-collector:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger collector container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_query":{"name":"container_image_jaeger_query","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-query:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger query container image","long_desc":"","tags":[],"see_also":[]},"container_image_keepalived":{"name":"container_image_keepalived","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/keepalived:2.2.4","min":"","max":"","enum_allowed":[],"desc":"Keepalived container image","long_desc":"","tags":[],"see_also":[]},"container_image_loki":{"name":"container_image_loki","type":"str","level":"advanced","flags":0,"default_value":"docker.io/grafana/loki:3.0.0","min":"","max":"","enum_allowed":[],"desc":"Loki container image","long_desc":"","tags":[],"see_also":[]},"container_image_nginx":{"name":"container_image_nginx","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/nginx:sclorg-nginx-126","min":"","max":"","enum_allowed":[],"desc":"Nginx container image","long_desc":"","tags":[],"see_also":[]},"container_image_node_exporter":{"name":"container_image_node_exporter","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/node-exporter:v1.9.1","min":"","max":"","enum_allowed":[],"desc":"Node exporter container image","long_desc":"","tags":[],"see_also":[]},"container_image_nvmeof":{"name":"container_image_nvmeof","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/nvmeof:1.5","min":"","max":"","enum_allowed":[],"desc":"Nvmeof container image","long_desc":"","tags":[],"see_also":[]},"container_image_oauth2_proxy":{"name":"container_image_oauth2_proxy","type":"str","level":"advanced","flags":0,"default_value":"quay.io/oauth2-proxy/oauth2-proxy:v7.6.0","min":"","max":"","enum_allowed":[],"desc":"Oauth2 proxy container image","long_desc":"","tags":[],"see_also":[]},"container_image_prometheus":{"name":"container_image_prometheus","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/prometheus:v3.6.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_promtail":{"name":"container_image_promtail","type":"str","level":"advanced","flags":0,"default_value":"docker.io/grafana/promtail:3.0.0","min":"","max":"","enum_allowed":[],"desc":"Promtail container image","long_desc":"","tags":[],"see_also":[]},"container_image_samba":{"name":"container_image_samba","type":"str","level":"advanced","flags":0,"default_value":"quay.io/samba.org/samba-server:ceph20-centos-amd64","min":"","max":"","enum_allowed":[],"desc":"Samba container image","long_desc":"","tags":[],"see_also":[]},"container_image_samba_metrics":{"name":"container_image_samba_metrics","type":"str","level":"advanced","flags":0,"default_value":"quay.io/samba.org/samba-metrics:ceph20-centos-amd64","min":"","max":"","enum_allowed":[],"desc":"Samba metrics container image","long_desc":"","tags":[],"see_also":[]},"container_image_snmp_gateway":{"name":"container_image_snmp_gateway","type":"str","level":"advanced","flags":0,"default_value":"docker.io/maxwo/snmp-notifier:v1.2.1","min":"","max":"","enum_allowed":[],"desc":"Snmp gateway container image","long_desc":"","tags":[],"see_also":[]},"container_init":{"name":"container_init","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Run podman/docker with `--init`","long_desc":"","tags":[],"see_also":[]},"daemon_cache_timeout":{"name":"daemon_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"seconds to cache service (daemon) inventory","long_desc":"","tags":[],"see_also":[]},"default_cephadm_command_timeout":{"name":"default_cephadm_command_timeout","type":"int","level":"advanced","flags":0,"default_value":"900","min":"","max":"","enum_allowed":[],"desc":"Default timeout applied to cephadm commands run directly on the host (in seconds)","long_desc":"","tags":[],"see_also":[]},"default_registry":{"name":"default_registry","type":"str","level":"advanced","flags":0,"default_value":"quay.io","min":"","max":"","enum_allowed":[],"desc":"Search-registry to which we should normalize unqualified image names. This is not the default registry","long_desc":"","tags":[],"see_also":[]},"device_cache_timeout":{"name":"device_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"1800","min":"","max":"","enum_allowed":[],"desc":"seconds to cache device inventory","long_desc":"","tags":[],"see_also":[]},"device_enhanced_scan":{"name":"device_enhanced_scan","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Use libstoragemgmt during device scans","long_desc":"","tags":[],"see_also":[]},"facts_cache_timeout":{"name":"facts_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"seconds to cache host facts data","long_desc":"","tags":[],"see_also":[]},"grafana_dashboards_path":{"name":"grafana_dashboards_path","type":"str","level":"advanced","flags":0,"default_value":"/etc/grafana/dashboards/ceph-dashboard/","min":"","max":"","enum_allowed":[],"desc":"location of dashboards to include in grafana deployments","long_desc":"","tags":[],"see_also":[]},"host_check_interval":{"name":"host_check_interval","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to perform a host check","long_desc":"","tags":[],"see_also":[]},"hw_monitoring":{"name":"hw_monitoring","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Deploy hw monitoring daemon on every host.","long_desc":"","tags":[],"see_also":[]},"inventory_list_all":{"name":"inventory_list_all","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Whether ceph-volume inventory should report more devices (mostly mappers (LVs / mpaths), partitions...)","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_refresh_metadata":{"name":"log_refresh_metadata","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Log all refresh metadata. Includes daemon, device, and host info collected regularly. Only has effect if logging at debug level","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"log to the \"cephadm\" cluster log channel\"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"manage_etc_ceph_ceph_conf":{"name":"manage_etc_ceph_ceph_conf","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Manage and own /etc/ceph/ceph.conf on the hosts.","long_desc":"","tags":[],"see_also":[]},"manage_etc_ceph_ceph_conf_hosts":{"name":"manage_etc_ceph_ceph_conf_hosts","type":"str","level":"advanced","flags":0,"default_value":"*","min":"","max":"","enum_allowed":[],"desc":"PlacementSpec describing on which hosts to manage /etc/ceph/ceph.conf","long_desc":"","tags":[],"see_also":[]},"max_count_per_host":{"name":"max_count_per_host","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"max number of daemons per service per host","long_desc":"","tags":[],"see_also":[]},"max_osd_draining_count":{"name":"max_osd_draining_count","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"max number of osds that will be drained simultaneously when osds are removed","long_desc":"","tags":[],"see_also":[]},"migration_current":{"name":"migration_current","type":"int","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"internal - do not modify","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":0,"default_value":"root","min":"","max":"","enum_allowed":["cephadm-package","root"],"desc":"mode for remote execution of cephadm","long_desc":"","tags":[],"see_also":[]},"oob_default_addr":{"name":"oob_default_addr","type":"str","level":"advanced","flags":0,"default_value":"169.254.1.1","min":"","max":"","enum_allowed":[],"desc":"Default address for RedFish API (oob management).","long_desc":"","tags":[],"see_also":[]},"prometheus_alerts_path":{"name":"prometheus_alerts_path","type":"str","level":"advanced","flags":0,"default_value":"/etc/prometheus/ceph/ceph_default_alerts.yml","min":"","max":"","enum_allowed":[],"desc":"location of alerts to include in prometheus deployments","long_desc":"","tags":[],"see_also":[]},"registry_insecure":{"name":"registry_insecure","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Registry is to be considered insecure (no TLS available). Only for development purposes.","long_desc":"","tags":[],"see_also":[]},"registry_password":{"name":"registry_password","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Custom repository password. Only used for logging into a registry.","long_desc":"","tags":[],"see_also":[]},"registry_url":{"name":"registry_url","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Registry url for login purposes. This is not the default registry","long_desc":"","tags":[],"see_also":[]},"registry_username":{"name":"registry_username","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Custom repository username. Only used for logging into a registry.","long_desc":"","tags":[],"see_also":[]},"secure_monitoring_stack":{"name":"secure_monitoring_stack","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable TLS security for all the monitoring stack daemons","long_desc":"","tags":[],"see_also":[]},"service_discovery_port":{"name":"service_discovery_port","type":"int","level":"advanced","flags":0,"default_value":"8765","min":"","max":"","enum_allowed":[],"desc":"cephadm service discovery port","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssh_config_file":{"name":"ssh_config_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"customized SSH config file to connect to managed hosts","long_desc":"","tags":[],"see_also":[]},"ssh_keepalive_count_max":{"name":"ssh_keepalive_count_max","type":"int","level":"advanced","flags":0,"default_value":"3","min":"","max":"","enum_allowed":[],"desc":"How many times ssh connections can fail liveness checks before the host is marked offline","long_desc":"","tags":[],"see_also":[]},"ssh_keepalive_interval":{"name":"ssh_keepalive_interval","type":"int","level":"advanced","flags":0,"default_value":"7","min":"","max":"","enum_allowed":[],"desc":"How often ssh connections are checked for liveness","long_desc":"","tags":[],"see_also":[]},"stray_daemon_check_interval":{"name":"stray_daemon_check_interval","type":"secs","level":"advanced","flags":0,"default_value":"1800","min":"","max":"","enum_allowed":[],"desc":"how frequently cephadm should check for the presence of stray daemons","long_desc":"","tags":[],"see_also":[]},"use_agent":{"name":"use_agent","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Use cephadm agent on each host to gather and send metadata","long_desc":"","tags":[],"see_also":[]},"use_repo_digest":{"name":"use_repo_digest","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Automatically convert image tags to image digest. Make sure all daemons use the same image","long_desc":"","tags":[],"see_also":[]},"warn_on_failed_host_check":{"name":"warn_on_failed_host_check","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if the host check fails","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_daemons":{"name":"warn_on_stray_daemons","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if daemons are detected that are not managed by cephadm","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_hosts":{"name":"warn_on_stray_hosts","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if daemons are detected on a host that is not managed by cephadm","long_desc":"","tags":[],"see_also":[]}}},{"name":"crash","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"retain_interval":{"name":"retain_interval","type":"secs","level":"advanced","flags":1,"default_value":"31536000","min":"","max":"","enum_allowed":[],"desc":"how long to retain crashes before pruning them","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"warn_recent_interval":{"name":"warn_recent_interval","type":"secs","level":"advanced","flags":1,"default_value":"1209600","min":"","max":"","enum_allowed":[],"desc":"time interval in which to warn about recent crashes","long_desc":"","tags":[],"see_also":[]}}},{"name":"dashboard","can_run":true,"error_string":"","module_options":{"ACCOUNT_LOCKOUT_ATTEMPTS":{"name":"ACCOUNT_LOCKOUT_ATTEMPTS","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ALERTMANAGER_API_HOST":{"name":"ALERTMANAGER_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ALERTMANAGER_API_SSL_VERIFY":{"name":"ALERTMANAGER_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_ENABLED":{"name":"AUDIT_API_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_LOG_PAYLOAD":{"name":"AUDIT_API_LOG_PAYLOAD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ENABLE_BROWSABLE_API":{"name":"ENABLE_BROWSABLE_API","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_CEPHFS":{"name":"FEATURE_TOGGLE_CEPHFS","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_DASHBOARD":{"name":"FEATURE_TOGGLE_DASHBOARD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_ISCSI":{"name":"FEATURE_TOGGLE_ISCSI","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_MIRRORING":{"name":"FEATURE_TOGGLE_MIRRORING","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_NFS":{"name":"FEATURE_TOGGLE_NFS","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_RBD":{"name":"FEATURE_TOGGLE_RBD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_RGW":{"name":"FEATURE_TOGGLE_RGW","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE":{"name":"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_PASSWORD":{"name":"GRAFANA_API_PASSWORD","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_SSL_VERIFY":{"name":"GRAFANA_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_URL":{"name":"GRAFANA_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_USERNAME":{"name":"GRAFANA_API_USERNAME","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_FRONTEND_API_URL":{"name":"GRAFANA_FRONTEND_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_UPDATE_DASHBOARDS":{"name":"GRAFANA_UPDATE_DASHBOARDS","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ISCSI_API_SSL_VERIFICATION":{"name":"ISCSI_API_SSL_VERIFICATION","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ISSUE_TRACKER_API_KEY":{"name":"ISSUE_TRACKER_API_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"MANAGED_BY_CLUSTERS":{"name":"MANAGED_BY_CLUSTERS","type":"str","level":"advanced","flags":0,"default_value":"[]","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"MULTICLUSTER_CONFIG":{"name":"MULTICLUSTER_CONFIG","type":"str","level":"advanced","flags":0,"default_value":"{}","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROMETHEUS_API_HOST":{"name":"PROMETHEUS_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROMETHEUS_API_SSL_VERIFY":{"name":"PROMETHEUS_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROM_ALERT_CREDENTIAL_CACHE_TTL":{"name":"PROM_ALERT_CREDENTIAL_CACHE_TTL","type":"int","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_COMPLEXITY_ENABLED":{"name":"PWD_POLICY_CHECK_COMPLEXITY_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED":{"name":"PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_LENGTH_ENABLED":{"name":"PWD_POLICY_CHECK_LENGTH_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_OLDPWD_ENABLED":{"name":"PWD_POLICY_CHECK_OLDPWD_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED":{"name":"PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED":{"name":"PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_USERNAME_ENABLED":{"name":"PWD_POLICY_CHECK_USERNAME_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_ENABLED":{"name":"PWD_POLICY_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_EXCLUSION_LIST":{"name":"PWD_POLICY_EXCLUSION_LIST","type":"str","level":"advanced","flags":0,"default_value":"osd,host,dashboard,pool,block,nfs,ceph,monitors,gateway,logs,crush,maps","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_MIN_COMPLEXITY":{"name":"PWD_POLICY_MIN_COMPLEXITY","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_MIN_LENGTH":{"name":"PWD_POLICY_MIN_LENGTH","type":"int","level":"advanced","flags":0,"default_value":"8","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"REST_REQUESTS_TIMEOUT":{"name":"REST_REQUESTS_TIMEOUT","type":"int","level":"advanced","flags":0,"default_value":"45","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_ACCESS_KEY":{"name":"RGW_API_ACCESS_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_ADMIN_RESOURCE":{"name":"RGW_API_ADMIN_RESOURCE","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SECRET_KEY":{"name":"RGW_API_SECRET_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SSL_VERIFY":{"name":"RGW_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_HOSTNAME_PER_DAEMON":{"name":"RGW_HOSTNAME_PER_DAEMON","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"UNSAFE_TLS_v1_2":{"name":"UNSAFE_TLS_v1_2","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_SPAN":{"name":"USER_PWD_EXPIRATION_SPAN","type":"int","level":"advanced","flags":0,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_1":{"name":"USER_PWD_EXPIRATION_WARNING_1","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_2":{"name":"USER_PWD_EXPIRATION_WARNING_2","type":"int","level":"advanced","flags":0,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"cross_origin_url":{"name":"cross_origin_url","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"crt_file":{"name":"crt_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"crypto_caller":{"name":"crypto_caller","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"debug":{"name":"debug","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable/disable debug options","long_desc":"","tags":[],"see_also":[]},"jwt_token_ttl":{"name":"jwt_token_ttl","type":"int","level":"advanced","flags":0,"default_value":"28800","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"key_file":{"name":"key_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"motd":{"name":"motd","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"The message of the day","long_desc":"","tags":[],"see_also":[]},"redirect_resolve_ip_addr":{"name":"redirect_resolve_ip_addr","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"::","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"int","level":"advanced","flags":0,"default_value":"8080","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl_server_port":{"name":"ssl_server_port","type":"int","level":"advanced","flags":0,"default_value":"8443","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sso_oauth2":{"name":"sso_oauth2","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_behaviour":{"name":"standby_behaviour","type":"str","level":"advanced","flags":0,"default_value":"redirect","min":"","max":"","enum_allowed":["error","redirect"],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_error_status_code":{"name":"standby_error_status_code","type":"int","level":"advanced","flags":0,"default_value":"500","min":"400","max":"599","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"url_prefix":{"name":"url_prefix","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"devicehealth","can_run":true,"error_string":"","module_options":{"enable_monitoring":{"name":"enable_monitoring","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"monitor device health metrics","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mark_out_threshold":{"name":"mark_out_threshold","type":"secs","level":"advanced","flags":1,"default_value":"2419200","min":"","max":"","enum_allowed":[],"desc":"automatically mark OSD if it may fail before this long","long_desc":"","tags":[],"see_also":[]},"pool_name":{"name":"pool_name","type":"str","level":"advanced","flags":1,"default_value":"device_health_metrics","min":"","max":"","enum_allowed":[],"desc":"name of pool in which to store device health metrics","long_desc":"","tags":[],"see_also":[]},"retention_period":{"name":"retention_period","type":"secs","level":"advanced","flags":1,"default_value":"15552000","min":"","max":"","enum_allowed":[],"desc":"how long to retain device health metrics","long_desc":"","tags":[],"see_also":[]},"scrape_frequency":{"name":"scrape_frequency","type":"secs","level":"advanced","flags":1,"default_value":"86400","min":"","max":"","enum_allowed":[],"desc":"how frequently to scrape device health metrics","long_desc":"","tags":[],"see_also":[]},"self_heal":{"name":"self_heal","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"preemptively heal cluster around devices that may fail","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and check device health","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"warn_threshold":{"name":"warn_threshold","type":"secs","level":"advanced","flags":1,"default_value":"7257600","min":"","max":"","enum_allowed":[],"desc":"raise health warning if OSD may fail before this long","long_desc":"","tags":[],"see_also":[]}}},{"name":"diskprediction_local","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predict_interval":{"name":"predict_interval","type":"str","level":"advanced","flags":0,"default_value":"86400","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predictor_model":{"name":"predictor_model","type":"str","level":"advanced","flags":0,"default_value":"prophetstor","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"str","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"influx","can_run":false,"error_string":"influxdb python module not found","module_options":{"batch_size":{"name":"batch_size","type":"int","level":"advanced","flags":0,"default_value":"5000","min":"","max":"","enum_allowed":[],"desc":"How big batches of data points should be when sending to InfluxDB.","long_desc":"","tags":[],"see_also":[]},"database":{"name":"database","type":"str","level":"advanced","flags":0,"default_value":"ceph","min":"","max":"","enum_allowed":[],"desc":"InfluxDB database name. You will need to create this database and grant write privileges to the configured username or the username must have admin privileges to create it.","long_desc":"","tags":[],"see_also":[]},"hostname":{"name":"hostname","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"InfluxDB server hostname","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"30","min":"5","max":"","enum_allowed":[],"desc":"Time between reports to InfluxDB. Default 30 seconds.","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"password":{"name":"password","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"password of InfluxDB server user","long_desc":"","tags":[],"see_also":[]},"port":{"name":"port","type":"int","level":"advanced","flags":0,"default_value":"8086","min":"","max":"","enum_allowed":[],"desc":"InfluxDB server port","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"str","level":"advanced","flags":0,"default_value":"false","min":"","max":"","enum_allowed":[],"desc":"Use https connection for InfluxDB server. Use \"true\" or \"false\".","long_desc":"","tags":[],"see_also":[]},"threads":{"name":"threads","type":"int","level":"advanced","flags":0,"default_value":"5","min":"1","max":"32","enum_allowed":[],"desc":"How many worker threads should be spawned for sending data to InfluxDB.","long_desc":"","tags":[],"see_also":[]},"username":{"name":"username","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"username of InfluxDB server user","long_desc":"","tags":[],"see_also":[]},"verify_ssl":{"name":"verify_ssl","type":"str","level":"advanced","flags":0,"default_value":"true","min":"","max":"","enum_allowed":[],"desc":"Verify https cert for InfluxDB server. Use \"true\" or \"false\".","long_desc":"","tags":[],"see_also":[]}}},{"name":"insights","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"iostat","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"k8sevents","can_run":true,"error_string":"","module_options":{"ceph_event_retention_days":{"name":"ceph_event_retention_days","type":"int","level":"advanced","flags":0,"default_value":"7","min":"","max":"","enum_allowed":[],"desc":"Days to hold ceph event information within local cache","long_desc":"","tags":[],"see_also":[]},"config_check_secs":{"name":"config_check_secs","type":"int","level":"advanced","flags":0,"default_value":"10","min":"10","max":"","enum_allowed":[],"desc":"interval (secs) to check for cluster configuration changes","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"localpool","can_run":true,"error_string":"","module_options":{"failure_domain":{"name":"failure_domain","type":"str","level":"advanced","flags":1,"default_value":"host","min":"","max":"","enum_allowed":[],"desc":"failure domain for any created local pool","long_desc":"what failure domain we should separate data replicas across.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_size":{"name":"min_size","type":"int","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"default min_size for any created local pool","long_desc":"value to set min_size to (unchanged from Ceph's default if this option is not set)","tags":[],"see_also":[]},"num_rep":{"name":"num_rep","type":"int","level":"advanced","flags":1,"default_value":"3","min":"","max":"","enum_allowed":[],"desc":"default replica count for any created local pool","long_desc":"","tags":[],"see_also":[]},"pg_num":{"name":"pg_num","type":"int","level":"advanced","flags":1,"default_value":"128","min":"","max":"","enum_allowed":[],"desc":"default pg_num for any created local pool","long_desc":"","tags":[],"see_also":[]},"prefix":{"name":"prefix","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"name prefix for any created local pool","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"subtree":{"name":"subtree","type":"str","level":"advanced","flags":1,"default_value":"rack","min":"","max":"","enum_allowed":[],"desc":"CRUSH level for which to create a local pool","long_desc":"which CRUSH subtree type the module should create a pool for.","tags":[],"see_also":[]}}},{"name":"mds_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"mirroring","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"nfs","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"orchestrator","can_run":true,"error_string":"","module_options":{"fail_fs":{"name":"fail_fs","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Fail filesystem for rapid multi-rank mds upgrade","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"orchestrator":{"name":"orchestrator","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["cephadm","rook","test_orchestrator"],"desc":"Orchestrator backend","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"osd_perf_query","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"osd_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"pg_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"threshold":{"name":"threshold","type":"float","level":"advanced","flags":0,"default_value":"3.0","min":"1.0","max":"","enum_allowed":[],"desc":"scaling threshold","long_desc":"The factor by which the `NEW PG_NUM` must vary from the current`PG_NUM` before being accepted. Cannot be less than 1.0","tags":[],"see_also":[]}}},{"name":"progress","can_run":true,"error_string":"","module_options":{"allow_pg_recovery_event":{"name":"allow_pg_recovery_event","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow the module to show pg recovery progress","long_desc":"","tags":[],"see_also":[]},"enabled":{"name":"enabled","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_completed_events":{"name":"max_completed_events","type":"int","level":"advanced","flags":1,"default_value":"50","min":"","max":"","enum_allowed":[],"desc":"number of past completed events to remember","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"how long the module is going to sleep","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"prometheus","can_run":true,"error_string":"","module_options":{"cache":{"name":"cache","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"exclude_perf_counters":{"name":"exclude_perf_counters","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Do not include perf-counters in the metrics output","long_desc":"Gathering perf-counters from a single Prometheus exporter can degrade ceph-mgr performance, especially in large clusters. Instead, Ceph-exporter daemons are now used by default for perf-counter gathering. This should only be disabled when no ceph-exporters are deployed.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rbd_stats_pools":{"name":"rbd_stats_pools","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rbd_stats_pools_refresh_interval":{"name":"rbd_stats_pools_refresh_interval","type":"int","level":"advanced","flags":0,"default_value":"300","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"scrape_interval":{"name":"scrape_interval","type":"float","level":"advanced","flags":0,"default_value":"15.0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"::","min":"","max":"","enum_allowed":[],"desc":"the IPv4 or IPv6 address on which the module listens for HTTP requests","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"int","level":"advanced","flags":1,"default_value":"9283","min":"","max":"","enum_allowed":[],"desc":"the port on which the module listens for HTTP requests","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"stale_cache_strategy":{"name":"stale_cache_strategy","type":"str","level":"advanced","flags":0,"default_value":"log","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_behaviour":{"name":"standby_behaviour","type":"str","level":"advanced","flags":1,"default_value":"default","min":"","max":"","enum_allowed":["default","error"],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_error_status_code":{"name":"standby_error_status_code","type":"int","level":"advanced","flags":1,"default_value":"500","min":"400","max":"599","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rbd_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_concurrent_snap_create":{"name":"max_concurrent_snap_create","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mirror_snapshot_schedule":{"name":"mirror_snapshot_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"trash_purge_schedule":{"name":"trash_purge_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rgw","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"secondary_zone_period_retry_limit":{"name":"secondary_zone_period_retry_limit","type":"int","level":"advanced","flags":0,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"RGW module period update retry limit for secondary site","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rook","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"prometheus_tls_secret_name":{"name":"prometheus_tls_secret_name","type":"str","level":"advanced","flags":0,"default_value":"rook-ceph-prometheus-server-tls","min":"","max":"","enum_allowed":[],"desc":"name of tls secret in k8s for prometheus","long_desc":"","tags":[],"see_also":[]},"secure_monitoring_stack":{"name":"secure_monitoring_stack","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable TLS security for all the monitoring stack daemons","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"storage_class":{"name":"storage_class","type":"str","level":"advanced","flags":0,"default_value":"local","min":"","max":"","enum_allowed":[],"desc":"storage class name for LSO-discovered PVs","long_desc":"","tags":[],"see_also":[]}}},{"name":"selftest","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"roption1":{"name":"roption1","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"roption2":{"name":"roption2","type":"str","level":"advanced","flags":0,"default_value":"xyz","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption1":{"name":"rwoption1","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption2":{"name":"rwoption2","type":"int","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption3":{"name":"rwoption3","type":"float","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption4":{"name":"rwoption4","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption5":{"name":"rwoption5","type":"bool","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption6":{"name":"rwoption6","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption7":{"name":"rwoption7","type":"int","level":"advanced","flags":0,"default_value":"","min":"1","max":"42","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testkey":{"name":"testkey","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testlkey":{"name":"testlkey","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testnewline":{"name":"testnewline","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"smb","can_run":true,"error_string":"","module_options":{"internal_store_backend":{"name":"internal_store_backend","type":"str","level":"dev","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"set internal store backend. for develoment and testing only","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"update_orchestration":{"name":"update_orchestration","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"automatically update orchestration when smb resources are changed","long_desc":"","tags":[],"see_also":[]}}},{"name":"snap_schedule","can_run":true,"error_string":"","module_options":{"allow_m_granularity":{"name":"allow_m_granularity","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow minute scheduled snapshots","long_desc":"","tags":[],"see_also":[]},"dump_on_update":{"name":"dump_on_update","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"dump database to debug log on update","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"stats","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"status","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"telegraf","can_run":true,"error_string":"","module_options":{"address":{"name":"address","type":"str","level":"advanced","flags":0,"default_value":"unixgram:///tmp/telegraf.sock","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"15","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"telemetry","can_run":true,"error_string":"","module_options":{"channel_basic":{"name":"channel_basic","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share basic cluster information (size, version)","long_desc":"","tags":[],"see_also":[]},"channel_crash":{"name":"channel_crash","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share metadata about Ceph daemon crashes (version, stack straces, etc)","long_desc":"","tags":[],"see_also":[]},"channel_device":{"name":"channel_device","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share device health metrics (e.g., SMART data, minus potentially identifying info like serial numbers)","long_desc":"","tags":[],"see_also":[]},"channel_ident":{"name":"channel_ident","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Share a user-provided description and/or contact email for the cluster","long_desc":"","tags":[],"see_also":[]},"channel_perf":{"name":"channel_perf","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Share various performance metrics of a cluster","long_desc":"","tags":[],"see_also":[]},"contact":{"name":"contact","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"description":{"name":"description","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"device_url":{"name":"device_url","type":"str","level":"advanced","flags":0,"default_value":"https://telemetry.ceph.com/device","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"enabled":{"name":"enabled","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"int","level":"advanced","flags":0,"default_value":"24","min":"8","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"last_opt_revision":{"name":"last_opt_revision","type":"int","level":"advanced","flags":0,"default_value":"1","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"leaderboard":{"name":"leaderboard","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"leaderboard_description":{"name":"leaderboard_description","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"organization":{"name":"organization","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"proxy":{"name":"proxy","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"url":{"name":"url","type":"str","level":"advanced","flags":0,"default_value":"https://telemetry.ceph.com/report","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"test_orchestrator","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"volumes","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_concurrent_clones":{"name":"max_concurrent_clones","type":"int","level":"advanced","flags":0,"default_value":"4","min":"","max":"","enum_allowed":[],"desc":"Number of asynchronous cloner threads","long_desc":"","tags":[],"see_also":[]},"pause_cloning":{"name":"pause_cloning","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Pause asynchronous cloner threads","long_desc":"","tags":[],"see_also":[]},"pause_purging":{"name":"pause_purging","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Pause asynchronous subvolume purge threads","long_desc":"","tags":[],"see_also":[]},"periodic_async_work":{"name":"periodic_async_work","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Periodically check for async work","long_desc":"","tags":[],"see_also":[]},"snapshot_clone_delay":{"name":"snapshot_clone_delay","type":"int","level":"advanced","flags":0,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"Delay clone begin operation by snapshot_clone_delay seconds","long_desc":"","tags":[],"see_also":[]},"snapshot_clone_no_wait":{"name":"snapshot_clone_no_wait","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Reject subvolume clone request when cloner threads are busy","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}}]}],"modules":["cephadm","dashboard","iostat","nfs"],"available_modules":[{"name":"alerts","can_run":true,"error_string":"","module_options":{"interval":{"name":"interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"How frequently to reexamine health status","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"smtp_destination":{"name":"smtp_destination","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Email address to send alerts to, use commas to separate multiple","long_desc":"","tags":[],"see_also":[]},"smtp_from_name":{"name":"smtp_from_name","type":"str","level":"advanced","flags":1,"default_value":"Ceph","min":"","max":"","enum_allowed":[],"desc":"Email From: name","long_desc":"","tags":[],"see_also":[]},"smtp_host":{"name":"smtp_host","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_password":{"name":"smtp_password","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Password to authenticate with","long_desc":"","tags":[],"see_also":[]},"smtp_port":{"name":"smtp_port","type":"int","level":"advanced","flags":1,"default_value":"465","min":"","max":"","enum_allowed":[],"desc":"SMTP port","long_desc":"","tags":[],"see_also":[]},"smtp_sender":{"name":"smtp_sender","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP envelope sender","long_desc":"","tags":[],"see_also":[]},"smtp_ssl":{"name":"smtp_ssl","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Use SSL to connect to SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_user":{"name":"smtp_user","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"User to authenticate as","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"balancer","can_run":true,"error_string":"","module_options":{"active":{"name":"active","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"automatically balance PGs across cluster","long_desc":"","tags":[],"see_also":[]},"begin_time":{"name":"begin_time","type":"str","level":"advanced","flags":1,"default_value":"0000","min":"","max":"","enum_allowed":[],"desc":"beginning time of day to automatically balance","long_desc":"This is a time of day in the format HHMM.","tags":[],"see_also":[]},"begin_weekday":{"name":"begin_weekday","type":"uint","level":"advanced","flags":1,"default_value":"0","min":"0","max":"6","enum_allowed":[],"desc":"Restrict automatic balancing to this day of the week or later","long_desc":"0 = Sunday, 1 = Monday, etc.","tags":[],"see_also":[]},"crush_compat_max_iterations":{"name":"crush_compat_max_iterations","type":"uint","level":"advanced","flags":1,"default_value":"25","min":"1","max":"250","enum_allowed":[],"desc":"maximum number of iterations to attempt optimization","long_desc":"","tags":[],"see_also":[]},"crush_compat_metrics":{"name":"crush_compat_metrics","type":"str","level":"advanced","flags":1,"default_value":"pgs,objects,bytes","min":"","max":"","enum_allowed":[],"desc":"metrics with which to calculate OSD utilization","long_desc":"Value is a list of one or more of \"pgs\", \"objects\", or \"bytes\", and indicates which metrics to use to balance utilization.","tags":[],"see_also":[]},"crush_compat_step":{"name":"crush_compat_step","type":"float","level":"advanced","flags":1,"default_value":"0.5","min":"0.001","max":"0.999","enum_allowed":[],"desc":"aggressiveness of optimization","long_desc":".99 is very aggressive, .01 is less aggressive","tags":[],"see_also":[]},"end_time":{"name":"end_time","type":"str","level":"advanced","flags":1,"default_value":"2359","min":"","max":"","enum_allowed":[],"desc":"ending time of day to automatically balance","long_desc":"This is a time of day in the format HHMM.","tags":[],"see_also":[]},"end_weekday":{"name":"end_weekday","type":"uint","level":"advanced","flags":1,"default_value":"0","min":"0","max":"6","enum_allowed":[],"desc":"Restrict automatic balancing to days of the week earlier than this","long_desc":"0 = Sunday, 1 = Monday, etc.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_score":{"name":"min_score","type":"float","level":"advanced","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"minimum score, below which no optimization is attempted","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":1,"default_value":"upmap","min":"","max":"","enum_allowed":["crush-compat","none","read","upmap","upmap-read"],"desc":"Balancer mode","long_desc":"","tags":[],"see_also":[]},"pool_ids":{"name":"pool_ids","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"pools which the automatic balancing will be limited to","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and attempt optimization","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"update_pg_upmap_activity":{"name":"update_pg_upmap_activity","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Updates pg_upmap activity stats to be used in `balancer status detail`","long_desc":"","tags":[],"see_also":[]},"upmap_max_deviation":{"name":"upmap_max_deviation","type":"int","level":"advanced","flags":1,"default_value":"5","min":"1","max":"","enum_allowed":[],"desc":"deviation below which no optimization is attempted","long_desc":"If the number of PGs are within this count then no optimization is attempted","tags":[],"see_also":[]},"upmap_max_optimizations":{"name":"upmap_max_optimizations","type":"uint","level":"advanced","flags":1,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"maximum upmap optimizations to make per attempt","long_desc":"","tags":[],"see_also":[]}}},{"name":"cephadm","can_run":true,"error_string":"","module_options":{"agent_down_multiplier":{"name":"agent_down_multiplier","type":"float","level":"advanced","flags":0,"default_value":"3.0","min":"","max":"","enum_allowed":[],"desc":"Multiplied by agent refresh rate to calculate how long agent must not report before being marked down","long_desc":"","tags":[],"see_also":[]},"agent_refresh_rate":{"name":"agent_refresh_rate","type":"secs","level":"advanced","flags":0,"default_value":"20","min":"","max":"","enum_allowed":[],"desc":"How often agent on each host will try to gather and send metadata","long_desc":"","tags":[],"see_also":[]},"agent_starting_port":{"name":"agent_starting_port","type":"int","level":"advanced","flags":0,"default_value":"4721","min":"","max":"","enum_allowed":[],"desc":"First port agent will try to bind to (will also try up to next 1000 subsequent ports if blocked)","long_desc":"","tags":[],"see_also":[]},"allow_ptrace":{"name":"allow_ptrace","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow SYS_PTRACE capability on ceph containers","long_desc":"The SYS_PTRACE capability is needed to attach to a process with gdb or strace. Enabling this options can allow debugging daemons that encounter problems at runtime.","tags":[],"see_also":[]},"autotune_interval":{"name":"autotune_interval","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to autotune daemon memory","long_desc":"","tags":[],"see_also":[]},"autotune_memory_target_ratio":{"name":"autotune_memory_target_ratio","type":"float","level":"advanced","flags":0,"default_value":"0.7","min":"","max":"","enum_allowed":[],"desc":"ratio of total system memory to divide amongst autotuned daemons","long_desc":"","tags":[],"see_also":[]},"cephadm_log_destination":{"name":"cephadm_log_destination","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":["file","file,syslog","syslog"],"desc":"Destination for cephadm command's persistent logging","long_desc":"","tags":[],"see_also":[]},"certificate_automated_rotation_enabled":{"name":"certificate_automated_rotation_enabled","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"This flag controls whether cephadm automatically rotates certificates upon expiration.","long_desc":"","tags":[],"see_also":[]},"certificate_check_debug_mode":{"name":"certificate_check_debug_mode","type":"bool","level":"dev","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"FOR TESTING ONLY: This flag forces the certificate check instead of waiting for certificate_check_period.","long_desc":"","tags":[],"see_also":[]},"certificate_check_period":{"name":"certificate_check_period","type":"int","level":"advanced","flags":0,"default_value":"1","min":"0","max":"30","enum_allowed":[],"desc":"Specifies how often (in days) the certificate should be checked for validity.","long_desc":"","tags":[],"see_also":[]},"certificate_duration_days":{"name":"certificate_duration_days","type":"int","level":"advanced","flags":0,"default_value":"1095","min":"90","max":"3650","enum_allowed":[],"desc":"Specifies the duration of self certificates generated and signed by cephadm root CA","long_desc":"","tags":[],"see_also":[]},"certificate_renewal_threshold_days":{"name":"certificate_renewal_threshold_days","type":"int","level":"advanced","flags":0,"default_value":"30","min":"10","max":"90","enum_allowed":[],"desc":"Specifies the lead time in days to initiate certificate renewal before expiration.","long_desc":"","tags":[],"see_also":[]},"cgroups_split":{"name":"cgroups_split","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Pass --cgroups=split when cephadm creates containers (currently podman only)","long_desc":"","tags":[],"see_also":[]},"config_checks_enabled":{"name":"config_checks_enabled","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable or disable the cephadm configuration analysis","long_desc":"","tags":[],"see_also":[]},"config_dashboard":{"name":"config_dashboard","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"manage configs like API endpoints in Dashboard.","long_desc":"","tags":[],"see_also":[]},"container_image_alertmanager":{"name":"container_image_alertmanager","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/alertmanager:v0.28.1","min":"","max":"","enum_allowed":[],"desc":"Alertmanager container image","long_desc":"","tags":[],"see_also":[]},"container_image_base":{"name":"container_image_base","type":"str","level":"advanced","flags":1,"default_value":"quay.io/ceph/ceph","min":"","max":"","enum_allowed":[],"desc":"Container image name, without the tag","long_desc":"","tags":[],"see_also":[]},"container_image_elasticsearch":{"name":"container_image_elasticsearch","type":"str","level":"advanced","flags":0,"default_value":"quay.io/omrizeneva/elasticsearch:6.8.23","min":"","max":"","enum_allowed":[],"desc":"Elasticsearch container image","long_desc":"","tags":[],"see_also":[]},"container_image_grafana":{"name":"container_image_grafana","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/grafana:12.3.1","min":"","max":"","enum_allowed":[],"desc":"Grafana container image","long_desc":"","tags":[],"see_also":[]},"container_image_haproxy":{"name":"container_image_haproxy","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/haproxy:2.3","min":"","max":"","enum_allowed":[],"desc":"Haproxy container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_agent":{"name":"container_image_jaeger_agent","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-agent:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger agent container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_collector":{"name":"container_image_jaeger_collector","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-collector:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger collector container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_query":{"name":"container_image_jaeger_query","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-query:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger query container image","long_desc":"","tags":[],"see_also":[]},"container_image_keepalived":{"name":"container_image_keepalived","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/keepalived:2.2.4","min":"","max":"","enum_allowed":[],"desc":"Keepalived container image","long_desc":"","tags":[],"see_also":[]},"container_image_loki":{"name":"container_image_loki","type":"str","level":"advanced","flags":0,"default_value":"docker.io/grafana/loki:3.0.0","min":"","max":"","enum_allowed":[],"desc":"Loki container image","long_desc":"","tags":[],"see_also":[]},"container_image_nginx":{"name":"container_image_nginx","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/nginx:sclorg-nginx-126","min":"","max":"","enum_allowed":[],"desc":"Nginx container image","long_desc":"","tags":[],"see_also":[]},"container_image_node_exporter":{"name":"container_image_node_exporter","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/node-exporter:v1.9.1","min":"","max":"","enum_allowed":[],"desc":"Node exporter container image","long_desc":"","tags":[],"see_also":[]},"container_image_nvmeof":{"name":"container_image_nvmeof","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/nvmeof:1.5","min":"","max":"","enum_allowed":[],"desc":"Nvmeof container image","long_desc":"","tags":[],"see_also":[]},"container_image_oauth2_proxy":{"name":"container_image_oauth2_proxy","type":"str","level":"advanced","flags":0,"default_value":"quay.io/oauth2-proxy/oauth2-proxy:v7.6.0","min":"","max":"","enum_allowed":[],"desc":"Oauth2 proxy container image","long_desc":"","tags":[],"see_also":[]},"container_image_prometheus":{"name":"container_image_prometheus","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/prometheus:v3.6.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_promtail":{"name":"container_image_promtail","type":"str","level":"advanced","flags":0,"default_value":"docker.io/grafana/promtail:3.0.0","min":"","max":"","enum_allowed":[],"desc":"Promtail container image","long_desc":"","tags":[],"see_also":[]},"container_image_samba":{"name":"container_image_samba","type":"str","level":"advanced","flags":0,"default_value":"quay.io/samba.org/samba-server:ceph20-centos-amd64","min":"","max":"","enum_allowed":[],"desc":"Samba container image","long_desc":"","tags":[],"see_also":[]},"container_image_samba_metrics":{"name":"container_image_samba_metrics","type":"str","level":"advanced","flags":0,"default_value":"quay.io/samba.org/samba-metrics:ceph20-centos-amd64","min":"","max":"","enum_allowed":[],"desc":"Samba metrics container image","long_desc":"","tags":[],"see_also":[]},"container_image_snmp_gateway":{"name":"container_image_snmp_gateway","type":"str","level":"advanced","flags":0,"default_value":"docker.io/maxwo/snmp-notifier:v1.2.1","min":"","max":"","enum_allowed":[],"desc":"Snmp gateway container image","long_desc":"","tags":[],"see_also":[]},"container_init":{"name":"container_init","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Run podman/docker with `--init`","long_desc":"","tags":[],"see_also":[]},"daemon_cache_timeout":{"name":"daemon_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"seconds to cache service (daemon) inventory","long_desc":"","tags":[],"see_also":[]},"default_cephadm_command_timeout":{"name":"default_cephadm_command_timeout","type":"int","level":"advanced","flags":0,"default_value":"900","min":"","max":"","enum_allowed":[],"desc":"Default timeout applied to cephadm commands run directly on the host (in seconds)","long_desc":"","tags":[],"see_also":[]},"default_registry":{"name":"default_registry","type":"str","level":"advanced","flags":0,"default_value":"quay.io","min":"","max":"","enum_allowed":[],"desc":"Search-registry to which we should normalize unqualified image names. This is not the default registry","long_desc":"","tags":[],"see_also":[]},"device_cache_timeout":{"name":"device_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"1800","min":"","max":"","enum_allowed":[],"desc":"seconds to cache device inventory","long_desc":"","tags":[],"see_also":[]},"device_enhanced_scan":{"name":"device_enhanced_scan","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Use libstoragemgmt during device scans","long_desc":"","tags":[],"see_also":[]},"facts_cache_timeout":{"name":"facts_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"seconds to cache host facts data","long_desc":"","tags":[],"see_also":[]},"grafana_dashboards_path":{"name":"grafana_dashboards_path","type":"str","level":"advanced","flags":0,"default_value":"/etc/grafana/dashboards/ceph-dashboard/","min":"","max":"","enum_allowed":[],"desc":"location of dashboards to include in grafana deployments","long_desc":"","tags":[],"see_also":[]},"host_check_interval":{"name":"host_check_interval","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to perform a host check","long_desc":"","tags":[],"see_also":[]},"hw_monitoring":{"name":"hw_monitoring","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Deploy hw monitoring daemon on every host.","long_desc":"","tags":[],"see_also":[]},"inventory_list_all":{"name":"inventory_list_all","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Whether ceph-volume inventory should report more devices (mostly mappers (LVs / mpaths), partitions...)","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_refresh_metadata":{"name":"log_refresh_metadata","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Log all refresh metadata. Includes daemon, device, and host info collected regularly. Only has effect if logging at debug level","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"log to the \"cephadm\" cluster log channel\"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"manage_etc_ceph_ceph_conf":{"name":"manage_etc_ceph_ceph_conf","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Manage and own /etc/ceph/ceph.conf on the hosts.","long_desc":"","tags":[],"see_also":[]},"manage_etc_ceph_ceph_conf_hosts":{"name":"manage_etc_ceph_ceph_conf_hosts","type":"str","level":"advanced","flags":0,"default_value":"*","min":"","max":"","enum_allowed":[],"desc":"PlacementSpec describing on which hosts to manage /etc/ceph/ceph.conf","long_desc":"","tags":[],"see_also":[]},"max_count_per_host":{"name":"max_count_per_host","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"max number of daemons per service per host","long_desc":"","tags":[],"see_also":[]},"max_osd_draining_count":{"name":"max_osd_draining_count","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"max number of osds that will be drained simultaneously when osds are removed","long_desc":"","tags":[],"see_also":[]},"migration_current":{"name":"migration_current","type":"int","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"internal - do not modify","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":0,"default_value":"root","min":"","max":"","enum_allowed":["cephadm-package","root"],"desc":"mode for remote execution of cephadm","long_desc":"","tags":[],"see_also":[]},"oob_default_addr":{"name":"oob_default_addr","type":"str","level":"advanced","flags":0,"default_value":"169.254.1.1","min":"","max":"","enum_allowed":[],"desc":"Default address for RedFish API (oob management).","long_desc":"","tags":[],"see_also":[]},"prometheus_alerts_path":{"name":"prometheus_alerts_path","type":"str","level":"advanced","flags":0,"default_value":"/etc/prometheus/ceph/ceph_default_alerts.yml","min":"","max":"","enum_allowed":[],"desc":"location of alerts to include in prometheus deployments","long_desc":"","tags":[],"see_also":[]},"registry_insecure":{"name":"registry_insecure","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Registry is to be considered insecure (no TLS available). Only for development purposes.","long_desc":"","tags":[],"see_also":[]},"registry_password":{"name":"registry_password","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Custom repository password. Only used for logging into a registry.","long_desc":"","tags":[],"see_also":[]},"registry_url":{"name":"registry_url","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Registry url for login purposes. This is not the default registry","long_desc":"","tags":[],"see_also":[]},"registry_username":{"name":"registry_username","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Custom repository username. Only used for logging into a registry.","long_desc":"","tags":[],"see_also":[]},"secure_monitoring_stack":{"name":"secure_monitoring_stack","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable TLS security for all the monitoring stack daemons","long_desc":"","tags":[],"see_also":[]},"service_discovery_port":{"name":"service_discovery_port","type":"int","level":"advanced","flags":0,"default_value":"8765","min":"","max":"","enum_allowed":[],"desc":"cephadm service discovery port","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssh_config_file":{"name":"ssh_config_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"customized SSH config file to connect to managed hosts","long_desc":"","tags":[],"see_also":[]},"ssh_keepalive_count_max":{"name":"ssh_keepalive_count_max","type":"int","level":"advanced","flags":0,"default_value":"3","min":"","max":"","enum_allowed":[],"desc":"How many times ssh connections can fail liveness checks before the host is marked offline","long_desc":"","tags":[],"see_also":[]},"ssh_keepalive_interval":{"name":"ssh_keepalive_interval","type":"int","level":"advanced","flags":0,"default_value":"7","min":"","max":"","enum_allowed":[],"desc":"How often ssh connections are checked for liveness","long_desc":"","tags":[],"see_also":[]},"stray_daemon_check_interval":{"name":"stray_daemon_check_interval","type":"secs","level":"advanced","flags":0,"default_value":"1800","min":"","max":"","enum_allowed":[],"desc":"how frequently cephadm should check for the presence of stray daemons","long_desc":"","tags":[],"see_also":[]},"use_agent":{"name":"use_agent","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Use cephadm agent on each host to gather and send metadata","long_desc":"","tags":[],"see_also":[]},"use_repo_digest":{"name":"use_repo_digest","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Automatically convert image tags to image digest. Make sure all daemons use the same image","long_desc":"","tags":[],"see_also":[]},"warn_on_failed_host_check":{"name":"warn_on_failed_host_check","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if the host check fails","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_daemons":{"name":"warn_on_stray_daemons","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if daemons are detected that are not managed by cephadm","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_hosts":{"name":"warn_on_stray_hosts","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if daemons are detected on a host that is not managed by cephadm","long_desc":"","tags":[],"see_also":[]}}},{"name":"crash","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"retain_interval":{"name":"retain_interval","type":"secs","level":"advanced","flags":1,"default_value":"31536000","min":"","max":"","enum_allowed":[],"desc":"how long to retain crashes before pruning them","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"warn_recent_interval":{"name":"warn_recent_interval","type":"secs","level":"advanced","flags":1,"default_value":"1209600","min":"","max":"","enum_allowed":[],"desc":"time interval in which to warn about recent crashes","long_desc":"","tags":[],"see_also":[]}}},{"name":"dashboard","can_run":true,"error_string":"","module_options":{"ACCOUNT_LOCKOUT_ATTEMPTS":{"name":"ACCOUNT_LOCKOUT_ATTEMPTS","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ALERTMANAGER_API_HOST":{"name":"ALERTMANAGER_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ALERTMANAGER_API_SSL_VERIFY":{"name":"ALERTMANAGER_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_ENABLED":{"name":"AUDIT_API_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_LOG_PAYLOAD":{"name":"AUDIT_API_LOG_PAYLOAD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ENABLE_BROWSABLE_API":{"name":"ENABLE_BROWSABLE_API","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_CEPHFS":{"name":"FEATURE_TOGGLE_CEPHFS","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_DASHBOARD":{"name":"FEATURE_TOGGLE_DASHBOARD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_ISCSI":{"name":"FEATURE_TOGGLE_ISCSI","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_MIRRORING":{"name":"FEATURE_TOGGLE_MIRRORING","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_NFS":{"name":"FEATURE_TOGGLE_NFS","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_RBD":{"name":"FEATURE_TOGGLE_RBD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_RGW":{"name":"FEATURE_TOGGLE_RGW","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE":{"name":"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_PASSWORD":{"name":"GRAFANA_API_PASSWORD","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_SSL_VERIFY":{"name":"GRAFANA_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_URL":{"name":"GRAFANA_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_USERNAME":{"name":"GRAFANA_API_USERNAME","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_FRONTEND_API_URL":{"name":"GRAFANA_FRONTEND_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_UPDATE_DASHBOARDS":{"name":"GRAFANA_UPDATE_DASHBOARDS","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ISCSI_API_SSL_VERIFICATION":{"name":"ISCSI_API_SSL_VERIFICATION","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ISSUE_TRACKER_API_KEY":{"name":"ISSUE_TRACKER_API_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"MANAGED_BY_CLUSTERS":{"name":"MANAGED_BY_CLUSTERS","type":"str","level":"advanced","flags":0,"default_value":"[]","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"MULTICLUSTER_CONFIG":{"name":"MULTICLUSTER_CONFIG","type":"str","level":"advanced","flags":0,"default_value":"{}","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROMETHEUS_API_HOST":{"name":"PROMETHEUS_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROMETHEUS_API_SSL_VERIFY":{"name":"PROMETHEUS_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROM_ALERT_CREDENTIAL_CACHE_TTL":{"name":"PROM_ALERT_CREDENTIAL_CACHE_TTL","type":"int","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_COMPLEXITY_ENABLED":{"name":"PWD_POLICY_CHECK_COMPLEXITY_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED":{"name":"PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_LENGTH_ENABLED":{"name":"PWD_POLICY_CHECK_LENGTH_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_OLDPWD_ENABLED":{"name":"PWD_POLICY_CHECK_OLDPWD_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED":{"name":"PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED":{"name":"PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_USERNAME_ENABLED":{"name":"PWD_POLICY_CHECK_USERNAME_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_ENABLED":{"name":"PWD_POLICY_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_EXCLUSION_LIST":{"name":"PWD_POLICY_EXCLUSION_LIST","type":"str","level":"advanced","flags":0,"default_value":"osd,host,dashboard,pool,block,nfs,ceph,monitors,gateway,logs,crush,maps","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_MIN_COMPLEXITY":{"name":"PWD_POLICY_MIN_COMPLEXITY","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_MIN_LENGTH":{"name":"PWD_POLICY_MIN_LENGTH","type":"int","level":"advanced","flags":0,"default_value":"8","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"REST_REQUESTS_TIMEOUT":{"name":"REST_REQUESTS_TIMEOUT","type":"int","level":"advanced","flags":0,"default_value":"45","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_ACCESS_KEY":{"name":"RGW_API_ACCESS_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_ADMIN_RESOURCE":{"name":"RGW_API_ADMIN_RESOURCE","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SECRET_KEY":{"name":"RGW_API_SECRET_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SSL_VERIFY":{"name":"RGW_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_HOSTNAME_PER_DAEMON":{"name":"RGW_HOSTNAME_PER_DAEMON","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"UNSAFE_TLS_v1_2":{"name":"UNSAFE_TLS_v1_2","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_SPAN":{"name":"USER_PWD_EXPIRATION_SPAN","type":"int","level":"advanced","flags":0,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_1":{"name":"USER_PWD_EXPIRATION_WARNING_1","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_2":{"name":"USER_PWD_EXPIRATION_WARNING_2","type":"int","level":"advanced","flags":0,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"cross_origin_url":{"name":"cross_origin_url","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"crt_file":{"name":"crt_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"crypto_caller":{"name":"crypto_caller","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"debug":{"name":"debug","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable/disable debug options","long_desc":"","tags":[],"see_also":[]},"jwt_token_ttl":{"name":"jwt_token_ttl","type":"int","level":"advanced","flags":0,"default_value":"28800","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"key_file":{"name":"key_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"motd":{"name":"motd","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"The message of the day","long_desc":"","tags":[],"see_also":[]},"redirect_resolve_ip_addr":{"name":"redirect_resolve_ip_addr","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"::","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"int","level":"advanced","flags":0,"default_value":"8080","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl_server_port":{"name":"ssl_server_port","type":"int","level":"advanced","flags":0,"default_value":"8443","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sso_oauth2":{"name":"sso_oauth2","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_behaviour":{"name":"standby_behaviour","type":"str","level":"advanced","flags":0,"default_value":"redirect","min":"","max":"","enum_allowed":["error","redirect"],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_error_status_code":{"name":"standby_error_status_code","type":"int","level":"advanced","flags":0,"default_value":"500","min":"400","max":"599","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"url_prefix":{"name":"url_prefix","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"devicehealth","can_run":true,"error_string":"","module_options":{"enable_monitoring":{"name":"enable_monitoring","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"monitor device health metrics","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mark_out_threshold":{"name":"mark_out_threshold","type":"secs","level":"advanced","flags":1,"default_value":"2419200","min":"","max":"","enum_allowed":[],"desc":"automatically mark OSD if it may fail before this long","long_desc":"","tags":[],"see_also":[]},"pool_name":{"name":"pool_name","type":"str","level":"advanced","flags":1,"default_value":"device_health_metrics","min":"","max":"","enum_allowed":[],"desc":"name of pool in which to store device health metrics","long_desc":"","tags":[],"see_also":[]},"retention_period":{"name":"retention_period","type":"secs","level":"advanced","flags":1,"default_value":"15552000","min":"","max":"","enum_allowed":[],"desc":"how long to retain device health metrics","long_desc":"","tags":[],"see_also":[]},"scrape_frequency":{"name":"scrape_frequency","type":"secs","level":"advanced","flags":1,"default_value":"86400","min":"","max":"","enum_allowed":[],"desc":"how frequently to scrape device health metrics","long_desc":"","tags":[],"see_also":[]},"self_heal":{"name":"self_heal","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"preemptively heal cluster around devices that may fail","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and check device health","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"warn_threshold":{"name":"warn_threshold","type":"secs","level":"advanced","flags":1,"default_value":"7257600","min":"","max":"","enum_allowed":[],"desc":"raise health warning if OSD may fail before this long","long_desc":"","tags":[],"see_also":[]}}},{"name":"diskprediction_local","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predict_interval":{"name":"predict_interval","type":"str","level":"advanced","flags":0,"default_value":"86400","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predictor_model":{"name":"predictor_model","type":"str","level":"advanced","flags":0,"default_value":"prophetstor","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"str","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"influx","can_run":false,"error_string":"influxdb python module not found","module_options":{"batch_size":{"name":"batch_size","type":"int","level":"advanced","flags":0,"default_value":"5000","min":"","max":"","enum_allowed":[],"desc":"How big batches of data points should be when sending to InfluxDB.","long_desc":"","tags":[],"see_also":[]},"database":{"name":"database","type":"str","level":"advanced","flags":0,"default_value":"ceph","min":"","max":"","enum_allowed":[],"desc":"InfluxDB database name. You will need to create this database and grant write privileges to the configured username or the username must have admin privileges to create it.","long_desc":"","tags":[],"see_also":[]},"hostname":{"name":"hostname","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"InfluxDB server hostname","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"30","min":"5","max":"","enum_allowed":[],"desc":"Time between reports to InfluxDB. Default 30 seconds.","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"password":{"name":"password","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"password of InfluxDB server user","long_desc":"","tags":[],"see_also":[]},"port":{"name":"port","type":"int","level":"advanced","flags":0,"default_value":"8086","min":"","max":"","enum_allowed":[],"desc":"InfluxDB server port","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"str","level":"advanced","flags":0,"default_value":"false","min":"","max":"","enum_allowed":[],"desc":"Use https connection for InfluxDB server. Use \"true\" or \"false\".","long_desc":"","tags":[],"see_also":[]},"threads":{"name":"threads","type":"int","level":"advanced","flags":0,"default_value":"5","min":"1","max":"32","enum_allowed":[],"desc":"How many worker threads should be spawned for sending data to InfluxDB.","long_desc":"","tags":[],"see_also":[]},"username":{"name":"username","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"username of InfluxDB server user","long_desc":"","tags":[],"see_also":[]},"verify_ssl":{"name":"verify_ssl","type":"str","level":"advanced","flags":0,"default_value":"true","min":"","max":"","enum_allowed":[],"desc":"Verify https cert for InfluxDB server. Use \"true\" or \"false\".","long_desc":"","tags":[],"see_also":[]}}},{"name":"insights","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"iostat","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"k8sevents","can_run":true,"error_string":"","module_options":{"ceph_event_retention_days":{"name":"ceph_event_retention_days","type":"int","level":"advanced","flags":0,"default_value":"7","min":"","max":"","enum_allowed":[],"desc":"Days to hold ceph event information within local cache","long_desc":"","tags":[],"see_also":[]},"config_check_secs":{"name":"config_check_secs","type":"int","level":"advanced","flags":0,"default_value":"10","min":"10","max":"","enum_allowed":[],"desc":"interval (secs) to check for cluster configuration changes","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"localpool","can_run":true,"error_string":"","module_options":{"failure_domain":{"name":"failure_domain","type":"str","level":"advanced","flags":1,"default_value":"host","min":"","max":"","enum_allowed":[],"desc":"failure domain for any created local pool","long_desc":"what failure domain we should separate data replicas across.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_size":{"name":"min_size","type":"int","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"default min_size for any created local pool","long_desc":"value to set min_size to (unchanged from Ceph's default if this option is not set)","tags":[],"see_also":[]},"num_rep":{"name":"num_rep","type":"int","level":"advanced","flags":1,"default_value":"3","min":"","max":"","enum_allowed":[],"desc":"default replica count for any created local pool","long_desc":"","tags":[],"see_also":[]},"pg_num":{"name":"pg_num","type":"int","level":"advanced","flags":1,"default_value":"128","min":"","max":"","enum_allowed":[],"desc":"default pg_num for any created local pool","long_desc":"","tags":[],"see_also":[]},"prefix":{"name":"prefix","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"name prefix for any created local pool","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"subtree":{"name":"subtree","type":"str","level":"advanced","flags":1,"default_value":"rack","min":"","max":"","enum_allowed":[],"desc":"CRUSH level for which to create a local pool","long_desc":"which CRUSH subtree type the module should create a pool for.","tags":[],"see_also":[]}}},{"name":"mds_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"mirroring","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"nfs","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"orchestrator","can_run":true,"error_string":"","module_options":{"fail_fs":{"name":"fail_fs","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Fail filesystem for rapid multi-rank mds upgrade","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"orchestrator":{"name":"orchestrator","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["cephadm","rook","test_orchestrator"],"desc":"Orchestrator backend","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"osd_perf_query","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"osd_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"pg_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"threshold":{"name":"threshold","type":"float","level":"advanced","flags":0,"default_value":"3.0","min":"1.0","max":"","enum_allowed":[],"desc":"scaling threshold","long_desc":"The factor by which the `NEW PG_NUM` must vary from the current`PG_NUM` before being accepted. Cannot be less than 1.0","tags":[],"see_also":[]}}},{"name":"progress","can_run":true,"error_string":"","module_options":{"allow_pg_recovery_event":{"name":"allow_pg_recovery_event","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow the module to show pg recovery progress","long_desc":"","tags":[],"see_also":[]},"enabled":{"name":"enabled","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_completed_events":{"name":"max_completed_events","type":"int","level":"advanced","flags":1,"default_value":"50","min":"","max":"","enum_allowed":[],"desc":"number of past completed events to remember","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"how long the module is going to sleep","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"prometheus","can_run":true,"error_string":"","module_options":{"cache":{"name":"cache","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"exclude_perf_counters":{"name":"exclude_perf_counters","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Do not include perf-counters in the metrics output","long_desc":"Gathering perf-counters from a single Prometheus exporter can degrade ceph-mgr performance, especially in large clusters. Instead, Ceph-exporter daemons are now used by default for perf-counter gathering. This should only be disabled when no ceph-exporters are deployed.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rbd_stats_pools":{"name":"rbd_stats_pools","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rbd_stats_pools_refresh_interval":{"name":"rbd_stats_pools_refresh_interval","type":"int","level":"advanced","flags":0,"default_value":"300","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"scrape_interval":{"name":"scrape_interval","type":"float","level":"advanced","flags":0,"default_value":"15.0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"::","min":"","max":"","enum_allowed":[],"desc":"the IPv4 or IPv6 address on which the module listens for HTTP requests","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"int","level":"advanced","flags":1,"default_value":"9283","min":"","max":"","enum_allowed":[],"desc":"the port on which the module listens for HTTP requests","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"stale_cache_strategy":{"name":"stale_cache_strategy","type":"str","level":"advanced","flags":0,"default_value":"log","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_behaviour":{"name":"standby_behaviour","type":"str","level":"advanced","flags":1,"default_value":"default","min":"","max":"","enum_allowed":["default","error"],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_error_status_code":{"name":"standby_error_status_code","type":"int","level":"advanced","flags":1,"default_value":"500","min":"400","max":"599","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rbd_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_concurrent_snap_create":{"name":"max_concurrent_snap_create","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mirror_snapshot_schedule":{"name":"mirror_snapshot_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"trash_purge_schedule":{"name":"trash_purge_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rgw","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"secondary_zone_period_retry_limit":{"name":"secondary_zone_period_retry_limit","type":"int","level":"advanced","flags":0,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"RGW module period update retry limit for secondary site","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rook","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"prometheus_tls_secret_name":{"name":"prometheus_tls_secret_name","type":"str","level":"advanced","flags":0,"default_value":"rook-ceph-prometheus-server-tls","min":"","max":"","enum_allowed":[],"desc":"name of tls secret in k8s for prometheus","long_desc":"","tags":[],"see_also":[]},"secure_monitoring_stack":{"name":"secure_monitoring_stack","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable TLS security for all the monitoring stack daemons","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"storage_class":{"name":"storage_class","type":"str","level":"advanced","flags":0,"default_value":"local","min":"","max":"","enum_allowed":[],"desc":"storage class name for LSO-discovered PVs","long_desc":"","tags":[],"see_also":[]}}},{"name":"selftest","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"roption1":{"name":"roption1","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"roption2":{"name":"roption2","type":"str","level":"advanced","flags":0,"default_value":"xyz","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption1":{"name":"rwoption1","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption2":{"name":"rwoption2","type":"int","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption3":{"name":"rwoption3","type":"float","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption4":{"name":"rwoption4","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption5":{"name":"rwoption5","type":"bool","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption6":{"name":"rwoption6","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption7":{"name":"rwoption7","type":"int","level":"advanced","flags":0,"default_value":"","min":"1","max":"42","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testkey":{"name":"testkey","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testlkey":{"name":"testlkey","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testnewline":{"name":"testnewline","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"smb","can_run":true,"error_string":"","module_options":{"internal_store_backend":{"name":"internal_store_backend","type":"str","level":"dev","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"set internal store backend. for develoment and testing only","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"update_orchestration":{"name":"update_orchestration","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"automatically update orchestration when smb resources are changed","long_desc":"","tags":[],"see_also":[]}}},{"name":"snap_schedule","can_run":true,"error_string":"","module_options":{"allow_m_granularity":{"name":"allow_m_granularity","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow minute scheduled snapshots","long_desc":"","tags":[],"see_also":[]},"dump_on_update":{"name":"dump_on_update","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"dump database to debug log on update","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"stats","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"status","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"telegraf","can_run":true,"error_string":"","module_options":{"address":{"name":"address","type":"str","level":"advanced","flags":0,"default_value":"unixgram:///tmp/telegraf.sock","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"15","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"telemetry","can_run":true,"error_string":"","module_options":{"channel_basic":{"name":"channel_basic","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share basic cluster information (size, version)","long_desc":"","tags":[],"see_also":[]},"channel_crash":{"name":"channel_crash","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share metadata about Ceph daemon crashes (version, stack straces, etc)","long_desc":"","tags":[],"see_also":[]},"channel_device":{"name":"channel_device","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share device health metrics (e.g., SMART data, minus potentially identifying info like serial numbers)","long_desc":"","tags":[],"see_also":[]},"channel_ident":{"name":"channel_ident","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Share a user-provided description and/or contact email for the cluster","long_desc":"","tags":[],"see_also":[]},"channel_perf":{"name":"channel_perf","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Share various performance metrics of a cluster","long_desc":"","tags":[],"see_also":[]},"contact":{"name":"contact","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"description":{"name":"description","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"device_url":{"name":"device_url","type":"str","level":"advanced","flags":0,"default_value":"https://telemetry.ceph.com/device","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"enabled":{"name":"enabled","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"int","level":"advanced","flags":0,"default_value":"24","min":"8","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"last_opt_revision":{"name":"last_opt_revision","type":"int","level":"advanced","flags":0,"default_value":"1","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"leaderboard":{"name":"leaderboard","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"leaderboard_description":{"name":"leaderboard_description","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"organization":{"name":"organization","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"proxy":{"name":"proxy","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"url":{"name":"url","type":"str","level":"advanced","flags":0,"default_value":"https://telemetry.ceph.com/report","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"test_orchestrator","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"volumes","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_concurrent_clones":{"name":"max_concurrent_clones","type":"int","level":"advanced","flags":0,"default_value":"4","min":"","max":"","enum_allowed":[],"desc":"Number of asynchronous cloner threads","long_desc":"","tags":[],"see_also":[]},"pause_cloning":{"name":"pause_cloning","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Pause asynchronous cloner threads","long_desc":"","tags":[],"see_also":[]},"pause_purging":{"name":"pause_purging","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Pause asynchronous subvolume purge threads","long_desc":"","tags":[],"see_also":[]},"periodic_async_work":{"name":"periodic_async_work","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Periodically check for async work","long_desc":"","tags":[],"see_also":[]},"snapshot_clone_delay":{"name":"snapshot_clone_delay","type":"int","level":"advanced","flags":0,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"Delay clone begin operation by snapshot_clone_delay seconds","long_desc":"","tags":[],"see_also":[]},"snapshot_clone_no_wait":{"name":"snapshot_clone_no_wait","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Reject subvolume clone request when cloner threads are busy","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}}],"services":{"dashboard":"https://192.168.123.101:8443/"},"always_on_modules":{"octopus":["balancer","crash","devicehealth","orchestrator","pg_autoscaler","progress","rbd_support","status","telemetry","volumes"],"pacific":["balancer","crash","devicehealth","orchestrator","pg_autoscaler","progress","rbd_support","status","telemetry","volumes"],"quincy":["balancer","crash","devicehealth","orchestrator","pg_autoscaler","progress","rbd_support","status","telemetry","volumes"],"reef":["balancer","crash","devicehealth","orchestrator","pg_autoscaler","progress","rbd_support","status","telemetry","volumes"],"squid":["balancer","crash","devicehealth","orchestrator","pg_autoscaler","progress","rbd_support","status","telemetry","volumes"],"tentacle":["balancer","crash","devicehealth","orchestrator","pg_autoscaler","progress","rbd_support","status","telemetry","volumes"]},"force_disabled_modules":{},"last_failure_osd_epoch":3,"active_clients":[{"name":"libcephsqlite","addrvec":[{"type":"v2","addr":"192.168.123.101:0","nonce":1080634311}]},{"name":"rbd_support","addrvec":[{"type":"v2","addr":"192.168.123.101:0","nonce":3758020394}]},{"name":"volumes","addrvec":[{"type":"v2","addr":"192.168.123.101:0","nonce":1235249084}]}]} 2026-03-31T20:25:30.906 INFO:tasks.cephadm.ceph_manager.ceph:mgr available! 2026-03-31T20:25:30.907 INFO:tasks.cephadm.ceph_manager.ceph:waiting for all up 2026-03-31T20:25:30.907 DEBUG:teuthology.orchestra.run.vm01:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:5bb3278730741031382ca9c3dc9d221a942e06a2 shell --fsid 2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37 -- ceph osd dump --format=json 2026-03-31T20:25:31.141 INFO:teuthology.orchestra.run.vm01.stderr:Inferring config /var/lib/ceph/2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37/mon.a/config 2026-03-31T20:25:31.142 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:31 vm06 bash[23229]: audit 2026-03-31T20:25:30.135591+0000 mon.a (mon.0) 454 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 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-03-31T20:25:31.142 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:31 vm06 bash[23229]: audit 2026-03-31T20:25:30.135591+0000 mon.a (mon.0) 454 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 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-03-31T20:25:31.158 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:31 vm01 bash[20507]: audit 2026-03-31T20:25:30.135591+0000 mon.a (mon.0) 454 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 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-03-31T20:25:31.158 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:31 vm01 bash[20507]: audit 2026-03-31T20:25:30.135591+0000 mon.a (mon.0) 454 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 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-03-31T20:25:31.158 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:31 vm01 bash[20507]: cluster 2026-03-31T20:25:30.136826+0000 mon.a (mon.0) 455 : cluster [DBG] osdmap e21: 3 total, 3 up, 3 in 2026-03-31T20:25:31.158 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:31 vm01 bash[20507]: cluster 2026-03-31T20:25:30.136826+0000 mon.a (mon.0) 455 : cluster [DBG] osdmap e21: 3 total, 3 up, 3 in 2026-03-31T20:25:31.158 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:31 vm01 bash[20507]: audit 2026-03-31T20:25:30.137345+0000 mon.a (mon.0) 456 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true} : dispatch 2026-03-31T20:25:31.158 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:31 vm01 bash[20507]: audit 2026-03-31T20:25:30.137345+0000 mon.a (mon.0) 456 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true} : dispatch 2026-03-31T20:25:31.158 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:31 vm01 bash[20507]: audit 2026-03-31T20:25:30.222023+0000 mon.a (mon.0) 457 : audit [DBG] from='client.? 192.168.123.101:0/3970978508' entity='client.admin' cmd={"prefix": "config log", "num": 1, "format": "json"} : dispatch 2026-03-31T20:25:31.158 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:31 vm01 bash[20507]: audit 2026-03-31T20:25:30.222023+0000 mon.a (mon.0) 457 : audit [DBG] from='client.? 192.168.123.101:0/3970978508' entity='client.admin' cmd={"prefix": "config log", "num": 1, "format": "json"} : dispatch 2026-03-31T20:25:31.158 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:31 vm01 bash[20507]: audit 2026-03-31T20:25:30.818611+0000 mon.a (mon.0) 458 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:31.158 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:31 vm01 bash[20507]: audit 2026-03-31T20:25:30.818611+0000 mon.a (mon.0) 458 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:31.158 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:31 vm01 bash[20507]: audit 2026-03-31T20:25:30.822889+0000 mon.a (mon.0) 459 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:31.158 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:31 vm01 bash[20507]: audit 2026-03-31T20:25:30.822889+0000 mon.a (mon.0) 459 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:31.158 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:31 vm01 bash[20507]: audit 2026-03-31T20:25:30.825540+0000 mon.a (mon.0) 460 : audit [DBG] from='client.? 192.168.123.101:0/1185204828' entity='client.admin' cmd={"prefix": "mgr dump", "format": "json"} : dispatch 2026-03-31T20:25:31.158 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:31 vm01 bash[20507]: audit 2026-03-31T20:25:30.825540+0000 mon.a (mon.0) 460 : audit [DBG] from='client.? 192.168.123.101:0/1185204828' entity='client.admin' cmd={"prefix": "mgr dump", "format": "json"} : dispatch 2026-03-31T20:25:31.158 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:31 vm01 bash[20507]: audit 2026-03-31T20:25:30.839980+0000 mon.a (mon.0) 461 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-03-31T20:25:31.158 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:31 vm01 bash[20507]: audit 2026-03-31T20:25:30.839980+0000 mon.a (mon.0) 461 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-03-31T20:25:31.393 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:31 vm05 bash[22868]: audit 2026-03-31T20:25:30.135591+0000 mon.a (mon.0) 454 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 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-03-31T20:25:31.393 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:31 vm05 bash[22868]: audit 2026-03-31T20:25:30.135591+0000 mon.a (mon.0) 454 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 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-03-31T20:25:31.393 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:31 vm05 bash[22868]: cluster 2026-03-31T20:25:30.136826+0000 mon.a (mon.0) 455 : cluster [DBG] osdmap e21: 3 total, 3 up, 3 in 2026-03-31T20:25:31.393 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:31 vm05 bash[22868]: cluster 2026-03-31T20:25:30.136826+0000 mon.a (mon.0) 455 : cluster [DBG] osdmap e21: 3 total, 3 up, 3 in 2026-03-31T20:25:31.393 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:31 vm05 bash[22868]: audit 2026-03-31T20:25:30.137345+0000 mon.a (mon.0) 456 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true} : dispatch 2026-03-31T20:25:31.393 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:31 vm05 bash[22868]: audit 2026-03-31T20:25:30.137345+0000 mon.a (mon.0) 456 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true} : dispatch 2026-03-31T20:25:31.393 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:31 vm05 bash[22868]: audit 2026-03-31T20:25:30.222023+0000 mon.a (mon.0) 457 : audit [DBG] from='client.? 192.168.123.101:0/3970978508' entity='client.admin' cmd={"prefix": "config log", "num": 1, "format": "json"} : dispatch 2026-03-31T20:25:31.393 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:31 vm05 bash[22868]: audit 2026-03-31T20:25:30.222023+0000 mon.a (mon.0) 457 : audit [DBG] from='client.? 192.168.123.101:0/3970978508' entity='client.admin' cmd={"prefix": "config log", "num": 1, "format": "json"} : dispatch 2026-03-31T20:25:31.393 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:31 vm05 bash[22868]: audit 2026-03-31T20:25:30.818611+0000 mon.a (mon.0) 458 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:31.393 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:31 vm05 bash[22868]: audit 2026-03-31T20:25:30.818611+0000 mon.a (mon.0) 458 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:31.393 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:31 vm05 bash[22868]: audit 2026-03-31T20:25:30.822889+0000 mon.a (mon.0) 459 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:31.393 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:31 vm05 bash[22868]: audit 2026-03-31T20:25:30.822889+0000 mon.a (mon.0) 459 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:31.393 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:31 vm05 bash[22868]: audit 2026-03-31T20:25:30.825540+0000 mon.a (mon.0) 460 : audit [DBG] from='client.? 192.168.123.101:0/1185204828' entity='client.admin' cmd={"prefix": "mgr dump", "format": "json"} : dispatch 2026-03-31T20:25:31.393 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:31 vm05 bash[22868]: audit 2026-03-31T20:25:30.825540+0000 mon.a (mon.0) 460 : audit [DBG] from='client.? 192.168.123.101:0/1185204828' entity='client.admin' cmd={"prefix": "mgr dump", "format": "json"} : dispatch 2026-03-31T20:25:31.394 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:31 vm05 bash[22868]: audit 2026-03-31T20:25:30.839980+0000 mon.a (mon.0) 461 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-03-31T20:25:31.394 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:31 vm05 bash[22868]: audit 2026-03-31T20:25:30.839980+0000 mon.a (mon.0) 461 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-03-31T20:25:31.447 INFO:teuthology.orchestra.run.vm01.stdout: 2026-03-31T20:25:31.447 INFO:teuthology.orchestra.run.vm01.stdout:{"epoch":22,"fsid":"2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37","created":"2026-03-31T20:22:12.429698+0000","modified":"2026-03-31T20:25:31.136607+0000","last_up_change":"2026-03-31T20:25:28.115052+0000","last_in_change":"2026-03-31T20:25:20.497035+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":9,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":3,"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-03-31T20:25:29.343885+0000","flags":32769,"flags_names":"hashpspool,creating","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":"22","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":3,"score_stable":3,"optimal_score":1,"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":"5cb0c12f-7c50-4bf3-a97c-8a2a225ab860","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":8,"last_clean_end":9,"up_from":12,"up_thru":0,"down_at":11,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.101:6802","nonce":3077804079},{"type":"v1","addr":"192.168.123.101:6803","nonce":3077804079}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.101:6804","nonce":3077804079},{"type":"v1","addr":"192.168.123.101:6805","nonce":3077804079}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.101:6808","nonce":3077804079},{"type":"v1","addr":"192.168.123.101:6809","nonce":3077804079}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.101:6806","nonce":3077804079},{"type":"v1","addr":"192.168.123.101:6807","nonce":3077804079}]},"public_addr":"192.168.123.101:6803/3077804079","cluster_addr":"192.168.123.101:6805/3077804079","heartbeat_back_addr":"192.168.123.101:6809/3077804079","heartbeat_front_addr":"192.168.123.101:6807/3077804079","state":["exists","up"]},{"osd":1,"uuid":"15ed4d88-7c90-4455-937b-829f8baa40fb","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":15,"up_thru":21,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.105:6800","nonce":1328485734},{"type":"v1","addr":"192.168.123.105:6801","nonce":1328485734}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.105:6802","nonce":1328485734},{"type":"v1","addr":"192.168.123.105:6803","nonce":1328485734}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.105:6806","nonce":1328485734},{"type":"v1","addr":"192.168.123.105:6807","nonce":1328485734}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.105:6804","nonce":1328485734},{"type":"v1","addr":"192.168.123.105:6805","nonce":1328485734}]},"public_addr":"192.168.123.105:6801/1328485734","cluster_addr":"192.168.123.105:6803/1328485734","heartbeat_back_addr":"192.168.123.105:6807/1328485734","heartbeat_front_addr":"192.168.123.105:6805/1328485734","state":["exists","up"]},{"osd":2,"uuid":"48ab312f-2b17-4d89-b8d0-aacedbcc7bdf","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":19,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.106:6800","nonce":2471796116},{"type":"v1","addr":"192.168.123.106:6801","nonce":2471796116}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.106:6802","nonce":2471796116},{"type":"v1","addr":"192.168.123.106:6803","nonce":2471796116}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.106:6806","nonce":2471796116},{"type":"v1","addr":"192.168.123.106:6807","nonce":2471796116}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.106:6804","nonce":2471796116},{"type":"v1","addr":"192.168.123.106:6805","nonce":2471796116}]},"public_addr":"192.168.123.106:6801/2471796116","cluster_addr":"192.168.123.106:6803/2471796116","heartbeat_back_addr":"192.168.123.106:6807/2471796116","heartbeat_front_addr":"192.168.123.106:6805/2471796116","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"2026-03-31T20:25:13.551879+0000","laggy_probability":0,"laggy_interval":0,"features":4541880224203014143,"old_weight":0,"last_purged_snaps_scrub":"2026-03-31T20:23:11.784711+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-03-31T20:25:19.505887+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-03-31T20:25:26.439268+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"192.168.123.101:0/2663336426":"2026-04-01T20:22:33.101501+0000","192.168.123.101:6801/195113441":"2026-04-01T20:22:33.101501+0000","192.168.123.101:0/3883681562":"2026-04-01T20:22:33.101501+0000","192.168.123.101:6801/221721736":"2026-04-01T20:22:22.995812+0000","192.168.123.101:6800/221721736":"2026-04-01T20:22:22.995812+0000","192.168.123.101:0/1004793191":"2026-04-01T20:22:22.995812+0000","192.168.123.101:6800/195113441":"2026-04-01T20:22:33.101501+0000","192.168.123.101:0/419597915":"2026-04-01T20:22:22.995812+0000","192.168.123.101:0/2089336971":"2026-04-01T20:22:33.101501+0000","192.168.123.101:0/1466508110":"2026-04-01T20:22:22.995812+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-03-31T20:25:31.472 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:31 vm06 bash[23229]: cluster 2026-03-31T20:25:30.136826+0000 mon.a (mon.0) 455 : cluster [DBG] osdmap e21: 3 total, 3 up, 3 in 2026-03-31T20:25:31.472 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:31 vm06 bash[23229]: cluster 2026-03-31T20:25:30.136826+0000 mon.a (mon.0) 455 : cluster [DBG] osdmap e21: 3 total, 3 up, 3 in 2026-03-31T20:25:31.472 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:31 vm06 bash[23229]: audit 2026-03-31T20:25:30.137345+0000 mon.a (mon.0) 456 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true} : dispatch 2026-03-31T20:25:31.472 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:31 vm06 bash[23229]: audit 2026-03-31T20:25:30.137345+0000 mon.a (mon.0) 456 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true} : dispatch 2026-03-31T20:25:31.472 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:31 vm06 bash[23229]: audit 2026-03-31T20:25:30.222023+0000 mon.a (mon.0) 457 : audit [DBG] from='client.? 192.168.123.101:0/3970978508' entity='client.admin' cmd={"prefix": "config log", "num": 1, "format": "json"} : dispatch 2026-03-31T20:25:31.472 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:31 vm06 bash[23229]: audit 2026-03-31T20:25:30.222023+0000 mon.a (mon.0) 457 : audit [DBG] from='client.? 192.168.123.101:0/3970978508' entity='client.admin' cmd={"prefix": "config log", "num": 1, "format": "json"} : dispatch 2026-03-31T20:25:31.472 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:31 vm06 bash[23229]: audit 2026-03-31T20:25:30.818611+0000 mon.a (mon.0) 458 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:31.472 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:31 vm06 bash[23229]: audit 2026-03-31T20:25:30.818611+0000 mon.a (mon.0) 458 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:31.473 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:31 vm06 bash[23229]: audit 2026-03-31T20:25:30.822889+0000 mon.a (mon.0) 459 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:31.473 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:31 vm06 bash[23229]: audit 2026-03-31T20:25:30.822889+0000 mon.a (mon.0) 459 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:31.473 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:31 vm06 bash[23229]: audit 2026-03-31T20:25:30.825540+0000 mon.a (mon.0) 460 : audit [DBG] from='client.? 192.168.123.101:0/1185204828' entity='client.admin' cmd={"prefix": "mgr dump", "format": "json"} : dispatch 2026-03-31T20:25:31.473 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:31 vm06 bash[23229]: audit 2026-03-31T20:25:30.825540+0000 mon.a (mon.0) 460 : audit [DBG] from='client.? 192.168.123.101:0/1185204828' entity='client.admin' cmd={"prefix": "mgr dump", "format": "json"} : dispatch 2026-03-31T20:25:31.473 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:31 vm06 bash[23229]: audit 2026-03-31T20:25:30.839980+0000 mon.a (mon.0) 461 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-03-31T20:25:31.473 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:31 vm06 bash[23229]: audit 2026-03-31T20:25:30.839980+0000 mon.a (mon.0) 461 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-03-31T20:25:31.515 INFO:tasks.cephadm.ceph_manager.ceph:all up! 2026-03-31T20:25:31.516 DEBUG:teuthology.orchestra.run.vm01:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:5bb3278730741031382ca9c3dc9d221a942e06a2 shell --fsid 2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37 -- ceph osd dump --format=json 2026-03-31T20:25:31.743 INFO:teuthology.orchestra.run.vm01.stderr:Inferring config /var/lib/ceph/2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37/mon.a/config 2026-03-31T20:25:32.027 INFO:teuthology.orchestra.run.vm01.stdout: 2026-03-31T20:25:32.028 INFO:teuthology.orchestra.run.vm01.stdout:{"epoch":22,"fsid":"2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37","created":"2026-03-31T20:22:12.429698+0000","modified":"2026-03-31T20:25:31.136607+0000","last_up_change":"2026-03-31T20:25:28.115052+0000","last_in_change":"2026-03-31T20:25:20.497035+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":9,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":3,"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-03-31T20:25:29.343885+0000","flags":32769,"flags_names":"hashpspool,creating","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":"22","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":3,"score_stable":3,"optimal_score":1,"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":"5cb0c12f-7c50-4bf3-a97c-8a2a225ab860","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":8,"last_clean_end":9,"up_from":12,"up_thru":0,"down_at":11,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.101:6802","nonce":3077804079},{"type":"v1","addr":"192.168.123.101:6803","nonce":3077804079}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.101:6804","nonce":3077804079},{"type":"v1","addr":"192.168.123.101:6805","nonce":3077804079}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.101:6808","nonce":3077804079},{"type":"v1","addr":"192.168.123.101:6809","nonce":3077804079}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.101:6806","nonce":3077804079},{"type":"v1","addr":"192.168.123.101:6807","nonce":3077804079}]},"public_addr":"192.168.123.101:6803/3077804079","cluster_addr":"192.168.123.101:6805/3077804079","heartbeat_back_addr":"192.168.123.101:6809/3077804079","heartbeat_front_addr":"192.168.123.101:6807/3077804079","state":["exists","up"]},{"osd":1,"uuid":"15ed4d88-7c90-4455-937b-829f8baa40fb","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":15,"up_thru":21,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.105:6800","nonce":1328485734},{"type":"v1","addr":"192.168.123.105:6801","nonce":1328485734}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.105:6802","nonce":1328485734},{"type":"v1","addr":"192.168.123.105:6803","nonce":1328485734}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.105:6806","nonce":1328485734},{"type":"v1","addr":"192.168.123.105:6807","nonce":1328485734}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.105:6804","nonce":1328485734},{"type":"v1","addr":"192.168.123.105:6805","nonce":1328485734}]},"public_addr":"192.168.123.105:6801/1328485734","cluster_addr":"192.168.123.105:6803/1328485734","heartbeat_back_addr":"192.168.123.105:6807/1328485734","heartbeat_front_addr":"192.168.123.105:6805/1328485734","state":["exists","up"]},{"osd":2,"uuid":"48ab312f-2b17-4d89-b8d0-aacedbcc7bdf","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":19,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.106:6800","nonce":2471796116},{"type":"v1","addr":"192.168.123.106:6801","nonce":2471796116}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.106:6802","nonce":2471796116},{"type":"v1","addr":"192.168.123.106:6803","nonce":2471796116}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.106:6806","nonce":2471796116},{"type":"v1","addr":"192.168.123.106:6807","nonce":2471796116}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.106:6804","nonce":2471796116},{"type":"v1","addr":"192.168.123.106:6805","nonce":2471796116}]},"public_addr":"192.168.123.106:6801/2471796116","cluster_addr":"192.168.123.106:6803/2471796116","heartbeat_back_addr":"192.168.123.106:6807/2471796116","heartbeat_front_addr":"192.168.123.106:6805/2471796116","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"2026-03-31T20:25:13.551879+0000","laggy_probability":0,"laggy_interval":0,"features":4541880224203014143,"old_weight":0,"last_purged_snaps_scrub":"2026-03-31T20:23:11.784711+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-03-31T20:25:19.505887+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-03-31T20:25:26.439268+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"192.168.123.101:0/2663336426":"2026-04-01T20:22:33.101501+0000","192.168.123.101:6801/195113441":"2026-04-01T20:22:33.101501+0000","192.168.123.101:0/3883681562":"2026-04-01T20:22:33.101501+0000","192.168.123.101:6801/221721736":"2026-04-01T20:22:22.995812+0000","192.168.123.101:6800/221721736":"2026-04-01T20:22:22.995812+0000","192.168.123.101:0/1004793191":"2026-04-01T20:22:22.995812+0000","192.168.123.101:6800/195113441":"2026-04-01T20:22:33.101501+0000","192.168.123.101:0/419597915":"2026-04-01T20:22:22.995812+0000","192.168.123.101:0/2089336971":"2026-04-01T20:22:33.101501+0000","192.168.123.101:0/1466508110":"2026-04-01T20:22:22.995812+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-03-31T20:25:32.075 DEBUG:teuthology.orchestra.run.vm01:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:5bb3278730741031382ca9c3dc9d221a942e06a2 shell --fsid 2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37 -- ceph tell osd.0 flush_pg_stats 2026-03-31T20:25:32.075 DEBUG:teuthology.orchestra.run.vm01:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:5bb3278730741031382ca9c3dc9d221a942e06a2 shell --fsid 2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37 -- ceph tell osd.1 flush_pg_stats 2026-03-31T20:25:32.075 DEBUG:teuthology.orchestra.run.vm01:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:5bb3278730741031382ca9c3dc9d221a942e06a2 shell --fsid 2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37 -- ceph tell osd.2 flush_pg_stats 2026-03-31T20:25:32.309 INFO:teuthology.orchestra.run.vm01.stderr:Inferring config /var/lib/ceph/2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37/mon.a/config 2026-03-31T20:25:32.313 INFO:teuthology.orchestra.run.vm01.stderr:Inferring config /var/lib/ceph/2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37/mon.a/config 2026-03-31T20:25:32.314 INFO:teuthology.orchestra.run.vm01.stderr:Inferring config /var/lib/ceph/2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37/mon.a/config 2026-03-31T20:25:32.338 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:32 vm01 bash[20507]: cluster 2026-03-31T20:25:31.127058+0000 mgr.a (mgr.14152) 156 : cluster [DBG] pgmap v100: 1 pgs: 1 unknown; 0 B data, 80 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:25:32.338 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:32 vm01 bash[20507]: cluster 2026-03-31T20:25:31.127058+0000 mgr.a (mgr.14152) 156 : cluster [DBG] pgmap v100: 1 pgs: 1 unknown; 0 B data, 80 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:25:32.338 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:32 vm01 bash[20507]: audit 2026-03-31T20:25:31.144433+0000 mon.a (mon.0) 462 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2026-03-31T20:25:32.339 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:32 vm01 bash[20507]: audit 2026-03-31T20:25:31.144433+0000 mon.a (mon.0) 462 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2026-03-31T20:25:32.339 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:32 vm01 bash[20507]: cluster 2026-03-31T20:25:31.148201+0000 mon.a (mon.0) 463 : cluster [DBG] osdmap e22: 3 total, 3 up, 3 in 2026-03-31T20:25:32.339 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:32 vm01 bash[20507]: cluster 2026-03-31T20:25:31.148201+0000 mon.a (mon.0) 463 : cluster [DBG] osdmap e22: 3 total, 3 up, 3 in 2026-03-31T20:25:32.339 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:32 vm01 bash[20507]: audit 2026-03-31T20:25:31.259518+0000 mon.a (mon.0) 464 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2026-03-31T20:25:32.339 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:32 vm01 bash[20507]: audit 2026-03-31T20:25:31.259518+0000 mon.a (mon.0) 464 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2026-03-31T20:25:32.339 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:32 vm01 bash[20507]: audit 2026-03-31T20:25:31.276696+0000 mon.c (mon.1) 7 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2026-03-31T20:25:32.339 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:32 vm01 bash[20507]: audit 2026-03-31T20:25:31.276696+0000 mon.c (mon.1) 7 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2026-03-31T20:25:32.339 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:32 vm01 bash[20507]: audit 2026-03-31T20:25:31.276930+0000 mon.a (mon.0) 465 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2026-03-31T20:25:32.339 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:32 vm01 bash[20507]: audit 2026-03-31T20:25:31.276930+0000 mon.a (mon.0) 465 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2026-03-31T20:25:32.339 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:32 vm01 bash[20507]: audit 2026-03-31T20:25:31.277150+0000 mon.a (mon.0) 466 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-03-31T20:25:32.339 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:32 vm01 bash[20507]: audit 2026-03-31T20:25:31.277150+0000 mon.a (mon.0) 466 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-03-31T20:25:32.339 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:32 vm01 bash[20507]: audit 2026-03-31T20:25:31.277209+0000 mon.a (mon.0) 467 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-03-31T20:25:32.339 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:32 vm01 bash[20507]: audit 2026-03-31T20:25:31.277209+0000 mon.a (mon.0) 467 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-03-31T20:25:32.339 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:32 vm01 bash[20507]: audit 2026-03-31T20:25:31.277251+0000 mon.a (mon.0) 468 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-03-31T20:25:32.339 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:32 vm01 bash[20507]: audit 2026-03-31T20:25:31.277251+0000 mon.a (mon.0) 468 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-03-31T20:25:32.339 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:32 vm01 bash[20507]: audit 2026-03-31T20:25:31.279723+0000 mon.a (mon.0) 469 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-03-31T20:25:32.339 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:32 vm01 bash[20507]: audit 2026-03-31T20:25:31.279723+0000 mon.a (mon.0) 469 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-03-31T20:25:32.339 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:32 vm01 bash[20507]: audit 2026-03-31T20:25:31.279776+0000 mon.a (mon.0) 470 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-03-31T20:25:32.339 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:32 vm01 bash[20507]: audit 2026-03-31T20:25:31.279776+0000 mon.a (mon.0) 470 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-03-31T20:25:32.339 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:32 vm01 bash[20507]: audit 2026-03-31T20:25:31.279812+0000 mon.a (mon.0) 471 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-03-31T20:25:32.339 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:32 vm01 bash[20507]: audit 2026-03-31T20:25:31.279812+0000 mon.a (mon.0) 471 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-03-31T20:25:32.339 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:32 vm01 bash[20507]: audit 2026-03-31T20:25:31.293510+0000 mon.c (mon.1) 8 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2026-03-31T20:25:32.339 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:32 vm01 bash[20507]: audit 2026-03-31T20:25:31.293510+0000 mon.c (mon.1) 8 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2026-03-31T20:25:32.339 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:32 vm01 bash[20507]: audit 2026-03-31T20:25:31.294976+0000 mon.b (mon.2) 7 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2026-03-31T20:25:32.339 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:32 vm01 bash[20507]: audit 2026-03-31T20:25:31.294976+0000 mon.b (mon.2) 7 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2026-03-31T20:25:32.339 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:32 vm01 bash[20507]: audit 2026-03-31T20:25:31.298243+0000 mon.a (mon.0) 472 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-03-31T20:25:32.339 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:32 vm01 bash[20507]: audit 2026-03-31T20:25:31.298243+0000 mon.a (mon.0) 472 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-03-31T20:25:32.339 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:32 vm01 bash[20507]: audit 2026-03-31T20:25:31.298291+0000 mon.a (mon.0) 473 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-03-31T20:25:32.339 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:32 vm01 bash[20507]: audit 2026-03-31T20:25:31.298291+0000 mon.a (mon.0) 473 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-03-31T20:25:32.339 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:32 vm01 bash[20507]: audit 2026-03-31T20:25:31.298323+0000 mon.a (mon.0) 474 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-03-31T20:25:32.339 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:32 vm01 bash[20507]: audit 2026-03-31T20:25:31.298323+0000 mon.a (mon.0) 474 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-03-31T20:25:32.339 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:32 vm01 bash[20507]: audit 2026-03-31T20:25:31.314146+0000 mon.b (mon.2) 8 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2026-03-31T20:25:32.339 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:32 vm01 bash[20507]: audit 2026-03-31T20:25:31.314146+0000 mon.b (mon.2) 8 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2026-03-31T20:25:32.339 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:32 vm01 bash[20507]: audit 2026-03-31T20:25:31.445481+0000 mon.a (mon.0) 475 : audit [DBG] from='client.? 192.168.123.101:0/725738202' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2026-03-31T20:25:32.339 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:32 vm01 bash[20507]: audit 2026-03-31T20:25:31.445481+0000 mon.a (mon.0) 475 : audit [DBG] from='client.? 192.168.123.101:0/725738202' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2026-03-31T20:25:32.340 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:32 vm01 bash[20507]: audit 2026-03-31T20:25:32.025636+0000 mon.a (mon.0) 476 : audit [DBG] from='client.? 192.168.123.101:0/3870212039' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2026-03-31T20:25:32.340 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:32 vm01 bash[20507]: audit 2026-03-31T20:25:32.025636+0000 mon.a (mon.0) 476 : audit [DBG] from='client.? 192.168.123.101:0/3870212039' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2026-03-31T20:25:32.472 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:32 vm06 bash[23229]: cluster 2026-03-31T20:25:31.127058+0000 mgr.a (mgr.14152) 156 : cluster [DBG] pgmap v100: 1 pgs: 1 unknown; 0 B data, 80 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:25:32.473 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:32 vm06 bash[23229]: cluster 2026-03-31T20:25:31.127058+0000 mgr.a (mgr.14152) 156 : cluster [DBG] pgmap v100: 1 pgs: 1 unknown; 0 B data, 80 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:25:32.473 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:32 vm06 bash[23229]: audit 2026-03-31T20:25:31.144433+0000 mon.a (mon.0) 462 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2026-03-31T20:25:32.473 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:32 vm06 bash[23229]: audit 2026-03-31T20:25:31.144433+0000 mon.a (mon.0) 462 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2026-03-31T20:25:32.473 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:32 vm06 bash[23229]: cluster 2026-03-31T20:25:31.148201+0000 mon.a (mon.0) 463 : cluster [DBG] osdmap e22: 3 total, 3 up, 3 in 2026-03-31T20:25:32.473 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:32 vm06 bash[23229]: cluster 2026-03-31T20:25:31.148201+0000 mon.a (mon.0) 463 : cluster [DBG] osdmap e22: 3 total, 3 up, 3 in 2026-03-31T20:25:32.473 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:32 vm06 bash[23229]: audit 2026-03-31T20:25:31.259518+0000 mon.a (mon.0) 464 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2026-03-31T20:25:32.473 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:32 vm06 bash[23229]: audit 2026-03-31T20:25:31.259518+0000 mon.a (mon.0) 464 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2026-03-31T20:25:32.473 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:32 vm06 bash[23229]: audit 2026-03-31T20:25:31.276696+0000 mon.c (mon.1) 7 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2026-03-31T20:25:32.473 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:32 vm06 bash[23229]: audit 2026-03-31T20:25:31.276696+0000 mon.c (mon.1) 7 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2026-03-31T20:25:32.473 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:32 vm06 bash[23229]: audit 2026-03-31T20:25:31.276930+0000 mon.a (mon.0) 465 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2026-03-31T20:25:32.473 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:32 vm06 bash[23229]: audit 2026-03-31T20:25:31.276930+0000 mon.a (mon.0) 465 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2026-03-31T20:25:32.473 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:32 vm06 bash[23229]: audit 2026-03-31T20:25:31.277150+0000 mon.a (mon.0) 466 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-03-31T20:25:32.473 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:32 vm06 bash[23229]: audit 2026-03-31T20:25:31.277150+0000 mon.a (mon.0) 466 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-03-31T20:25:32.473 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:32 vm06 bash[23229]: audit 2026-03-31T20:25:31.277209+0000 mon.a (mon.0) 467 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-03-31T20:25:32.473 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:32 vm06 bash[23229]: audit 2026-03-31T20:25:31.277209+0000 mon.a (mon.0) 467 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-03-31T20:25:32.473 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:32 vm06 bash[23229]: audit 2026-03-31T20:25:31.277251+0000 mon.a (mon.0) 468 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-03-31T20:25:32.473 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:32 vm06 bash[23229]: audit 2026-03-31T20:25:31.277251+0000 mon.a (mon.0) 468 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-03-31T20:25:32.473 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:32 vm06 bash[23229]: audit 2026-03-31T20:25:31.279723+0000 mon.a (mon.0) 469 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-03-31T20:25:32.473 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:32 vm06 bash[23229]: audit 2026-03-31T20:25:31.279723+0000 mon.a (mon.0) 469 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-03-31T20:25:32.473 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:32 vm06 bash[23229]: audit 2026-03-31T20:25:31.279776+0000 mon.a (mon.0) 470 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-03-31T20:25:32.473 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:32 vm06 bash[23229]: audit 2026-03-31T20:25:31.279776+0000 mon.a (mon.0) 470 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-03-31T20:25:32.473 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:32 vm06 bash[23229]: audit 2026-03-31T20:25:31.279812+0000 mon.a (mon.0) 471 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-03-31T20:25:32.473 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:32 vm06 bash[23229]: audit 2026-03-31T20:25:31.279812+0000 mon.a (mon.0) 471 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-03-31T20:25:32.473 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:32 vm06 bash[23229]: audit 2026-03-31T20:25:31.293510+0000 mon.c (mon.1) 8 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2026-03-31T20:25:32.473 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:32 vm06 bash[23229]: audit 2026-03-31T20:25:31.293510+0000 mon.c (mon.1) 8 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2026-03-31T20:25:32.473 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:32 vm06 bash[23229]: audit 2026-03-31T20:25:31.294976+0000 mon.b (mon.2) 7 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2026-03-31T20:25:32.473 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:32 vm06 bash[23229]: audit 2026-03-31T20:25:31.294976+0000 mon.b (mon.2) 7 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2026-03-31T20:25:32.473 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:32 vm06 bash[23229]: audit 2026-03-31T20:25:31.298243+0000 mon.a (mon.0) 472 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-03-31T20:25:32.473 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:32 vm06 bash[23229]: audit 2026-03-31T20:25:31.298243+0000 mon.a (mon.0) 472 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-03-31T20:25:32.473 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:32 vm06 bash[23229]: audit 2026-03-31T20:25:31.298291+0000 mon.a (mon.0) 473 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-03-31T20:25:32.473 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:32 vm06 bash[23229]: audit 2026-03-31T20:25:31.298291+0000 mon.a (mon.0) 473 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-03-31T20:25:32.473 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:32 vm06 bash[23229]: audit 2026-03-31T20:25:31.298323+0000 mon.a (mon.0) 474 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-03-31T20:25:32.473 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:32 vm06 bash[23229]: audit 2026-03-31T20:25:31.298323+0000 mon.a (mon.0) 474 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-03-31T20:25:32.473 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:32 vm06 bash[23229]: audit 2026-03-31T20:25:31.314146+0000 mon.b (mon.2) 8 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2026-03-31T20:25:32.473 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:32 vm06 bash[23229]: audit 2026-03-31T20:25:31.314146+0000 mon.b (mon.2) 8 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2026-03-31T20:25:32.473 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:32 vm06 bash[23229]: audit 2026-03-31T20:25:31.445481+0000 mon.a (mon.0) 475 : audit [DBG] from='client.? 192.168.123.101:0/725738202' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2026-03-31T20:25:32.473 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:32 vm06 bash[23229]: audit 2026-03-31T20:25:31.445481+0000 mon.a (mon.0) 475 : audit [DBG] from='client.? 192.168.123.101:0/725738202' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2026-03-31T20:25:32.473 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:32 vm06 bash[23229]: audit 2026-03-31T20:25:32.025636+0000 mon.a (mon.0) 476 : audit [DBG] from='client.? 192.168.123.101:0/3870212039' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2026-03-31T20:25:32.473 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:32 vm06 bash[23229]: audit 2026-03-31T20:25:32.025636+0000 mon.a (mon.0) 476 : audit [DBG] from='client.? 192.168.123.101:0/3870212039' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2026-03-31T20:25:32.574 INFO:teuthology.orchestra.run.vm01.stdout:64424509444 2026-03-31T20:25:32.574 DEBUG:teuthology.orchestra.run.vm01:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:5bb3278730741031382ca9c3dc9d221a942e06a2 shell --fsid 2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37 -- ceph osd last-stat-seq osd.1 2026-03-31T20:25:32.643 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:32 vm05 bash[22868]: cluster 2026-03-31T20:25:31.127058+0000 mgr.a (mgr.14152) 156 : cluster [DBG] pgmap v100: 1 pgs: 1 unknown; 0 B data, 80 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:25:32.643 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:32 vm05 bash[22868]: cluster 2026-03-31T20:25:31.127058+0000 mgr.a (mgr.14152) 156 : cluster [DBG] pgmap v100: 1 pgs: 1 unknown; 0 B data, 80 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:25:32.643 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:32 vm05 bash[22868]: audit 2026-03-31T20:25:31.144433+0000 mon.a (mon.0) 462 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2026-03-31T20:25:32.643 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:32 vm05 bash[22868]: audit 2026-03-31T20:25:31.144433+0000 mon.a (mon.0) 462 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2026-03-31T20:25:32.643 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:32 vm05 bash[22868]: cluster 2026-03-31T20:25:31.148201+0000 mon.a (mon.0) 463 : cluster [DBG] osdmap e22: 3 total, 3 up, 3 in 2026-03-31T20:25:32.643 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:32 vm05 bash[22868]: cluster 2026-03-31T20:25:31.148201+0000 mon.a (mon.0) 463 : cluster [DBG] osdmap e22: 3 total, 3 up, 3 in 2026-03-31T20:25:32.643 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:32 vm05 bash[22868]: audit 2026-03-31T20:25:31.259518+0000 mon.a (mon.0) 464 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2026-03-31T20:25:32.643 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:32 vm05 bash[22868]: audit 2026-03-31T20:25:31.259518+0000 mon.a (mon.0) 464 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2026-03-31T20:25:32.643 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:32 vm05 bash[22868]: audit 2026-03-31T20:25:31.276696+0000 mon.c (mon.1) 7 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2026-03-31T20:25:32.643 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:32 vm05 bash[22868]: audit 2026-03-31T20:25:31.276696+0000 mon.c (mon.1) 7 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2026-03-31T20:25:32.643 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:32 vm05 bash[22868]: audit 2026-03-31T20:25:31.276930+0000 mon.a (mon.0) 465 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2026-03-31T20:25:32.643 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:32 vm05 bash[22868]: audit 2026-03-31T20:25:31.276930+0000 mon.a (mon.0) 465 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2026-03-31T20:25:32.643 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:32 vm05 bash[22868]: audit 2026-03-31T20:25:31.277150+0000 mon.a (mon.0) 466 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-03-31T20:25:32.643 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:32 vm05 bash[22868]: audit 2026-03-31T20:25:31.277150+0000 mon.a (mon.0) 466 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-03-31T20:25:32.643 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:32 vm05 bash[22868]: audit 2026-03-31T20:25:31.277209+0000 mon.a (mon.0) 467 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-03-31T20:25:32.643 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:32 vm05 bash[22868]: audit 2026-03-31T20:25:31.277209+0000 mon.a (mon.0) 467 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-03-31T20:25:32.643 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:32 vm05 bash[22868]: audit 2026-03-31T20:25:31.277251+0000 mon.a (mon.0) 468 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-03-31T20:25:32.643 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:32 vm05 bash[22868]: audit 2026-03-31T20:25:31.277251+0000 mon.a (mon.0) 468 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-03-31T20:25:32.643 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:32 vm05 bash[22868]: audit 2026-03-31T20:25:31.279723+0000 mon.a (mon.0) 469 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-03-31T20:25:32.643 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:32 vm05 bash[22868]: audit 2026-03-31T20:25:31.279723+0000 mon.a (mon.0) 469 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-03-31T20:25:32.643 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:32 vm05 bash[22868]: audit 2026-03-31T20:25:31.279776+0000 mon.a (mon.0) 470 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-03-31T20:25:32.643 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:32 vm05 bash[22868]: audit 2026-03-31T20:25:31.279776+0000 mon.a (mon.0) 470 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-03-31T20:25:32.643 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:32 vm05 bash[22868]: audit 2026-03-31T20:25:31.279812+0000 mon.a (mon.0) 471 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-03-31T20:25:32.643 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:32 vm05 bash[22868]: audit 2026-03-31T20:25:31.279812+0000 mon.a (mon.0) 471 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-03-31T20:25:32.643 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:32 vm05 bash[22868]: audit 2026-03-31T20:25:31.293510+0000 mon.c (mon.1) 8 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2026-03-31T20:25:32.643 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:32 vm05 bash[22868]: audit 2026-03-31T20:25:31.293510+0000 mon.c (mon.1) 8 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2026-03-31T20:25:32.643 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:32 vm05 bash[22868]: audit 2026-03-31T20:25:31.294976+0000 mon.b (mon.2) 7 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2026-03-31T20:25:32.643 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:32 vm05 bash[22868]: audit 2026-03-31T20:25:31.294976+0000 mon.b (mon.2) 7 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2026-03-31T20:25:32.643 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:32 vm05 bash[22868]: audit 2026-03-31T20:25:31.298243+0000 mon.a (mon.0) 472 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-03-31T20:25:32.643 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:32 vm05 bash[22868]: audit 2026-03-31T20:25:31.298243+0000 mon.a (mon.0) 472 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-03-31T20:25:32.643 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:32 vm05 bash[22868]: audit 2026-03-31T20:25:31.298291+0000 mon.a (mon.0) 473 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-03-31T20:25:32.643 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:32 vm05 bash[22868]: audit 2026-03-31T20:25:31.298291+0000 mon.a (mon.0) 473 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-03-31T20:25:32.643 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:32 vm05 bash[22868]: audit 2026-03-31T20:25:31.298323+0000 mon.a (mon.0) 474 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-03-31T20:25:32.643 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:32 vm05 bash[22868]: audit 2026-03-31T20:25:31.298323+0000 mon.a (mon.0) 474 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-03-31T20:25:32.643 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:32 vm05 bash[22868]: audit 2026-03-31T20:25:31.314146+0000 mon.b (mon.2) 8 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2026-03-31T20:25:32.643 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:32 vm05 bash[22868]: audit 2026-03-31T20:25:31.314146+0000 mon.b (mon.2) 8 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2026-03-31T20:25:32.643 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:32 vm05 bash[22868]: audit 2026-03-31T20:25:31.445481+0000 mon.a (mon.0) 475 : audit [DBG] from='client.? 192.168.123.101:0/725738202' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2026-03-31T20:25:32.643 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:32 vm05 bash[22868]: audit 2026-03-31T20:25:31.445481+0000 mon.a (mon.0) 475 : audit [DBG] from='client.? 192.168.123.101:0/725738202' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2026-03-31T20:25:32.644 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:32 vm05 bash[22868]: audit 2026-03-31T20:25:32.025636+0000 mon.a (mon.0) 476 : audit [DBG] from='client.? 192.168.123.101:0/3870212039' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2026-03-31T20:25:32.644 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:32 vm05 bash[22868]: audit 2026-03-31T20:25:32.025636+0000 mon.a (mon.0) 476 : audit [DBG] from='client.? 192.168.123.101:0/3870212039' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2026-03-31T20:25:32.662 INFO:teuthology.orchestra.run.vm01.stdout:81604378626 2026-03-31T20:25:32.662 DEBUG:teuthology.orchestra.run.vm01:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:5bb3278730741031382ca9c3dc9d221a942e06a2 shell --fsid 2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37 -- ceph osd last-stat-seq osd.2 2026-03-31T20:25:32.672 INFO:teuthology.orchestra.run.vm01.stdout:51539607557 2026-03-31T20:25:32.672 DEBUG:teuthology.orchestra.run.vm01:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:5bb3278730741031382ca9c3dc9d221a942e06a2 shell --fsid 2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37 -- ceph osd last-stat-seq osd.0 2026-03-31T20:25:32.818 INFO:teuthology.orchestra.run.vm01.stderr:Inferring config /var/lib/ceph/2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37/mon.a/config 2026-03-31T20:25:32.895 INFO:teuthology.orchestra.run.vm01.stderr:Inferring config /var/lib/ceph/2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37/mon.a/config 2026-03-31T20:25:32.978 INFO:teuthology.orchestra.run.vm01.stderr:Inferring config /var/lib/ceph/2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37/mon.a/config 2026-03-31T20:25:33.178 INFO:teuthology.orchestra.run.vm01.stdout:64424509444 2026-03-31T20:25:33.197 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:33 vm01 bash[20507]: cluster 2026-03-31T20:25:32.149397+0000 mon.a (mon.0) 477 : cluster [DBG] osdmap e23: 3 total, 3 up, 3 in 2026-03-31T20:25:33.197 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:33 vm01 bash[20507]: cluster 2026-03-31T20:25:32.149397+0000 mon.a (mon.0) 477 : cluster [DBG] osdmap e23: 3 total, 3 up, 3 in 2026-03-31T20:25:33.209 INFO:teuthology.orchestra.run.vm01.stdout:81604378626 2026-03-31T20:25:33.257 INFO:tasks.cephadm.ceph_manager.ceph:need seq 64424509444 got 64424509444 for osd.1 2026-03-31T20:25:33.257 DEBUG:teuthology.parallel:result is None 2026-03-31T20:25:33.308 INFO:tasks.cephadm.ceph_manager.ceph:need seq 81604378626 got 81604378626 for osd.2 2026-03-31T20:25:33.308 DEBUG:teuthology.parallel:result is None 2026-03-31T20:25:33.308 INFO:teuthology.orchestra.run.vm01.stdout:51539607557 2026-03-31T20:25:33.384 INFO:tasks.cephadm.ceph_manager.ceph:need seq 51539607557 got 51539607557 for osd.0 2026-03-31T20:25:33.384 DEBUG:teuthology.parallel:result is None 2026-03-31T20:25:33.384 INFO:tasks.cephadm.ceph_manager.ceph:waiting for clean 2026-03-31T20:25:33.384 DEBUG:teuthology.orchestra.run.vm01:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:5bb3278730741031382ca9c3dc9d221a942e06a2 shell --fsid 2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37 -- ceph pg dump --format=json 2026-03-31T20:25:33.472 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:33 vm06 bash[23229]: cluster 2026-03-31T20:25:32.149397+0000 mon.a (mon.0) 477 : cluster [DBG] osdmap e23: 3 total, 3 up, 3 in 2026-03-31T20:25:33.472 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:33 vm06 bash[23229]: cluster 2026-03-31T20:25:32.149397+0000 mon.a (mon.0) 477 : cluster [DBG] osdmap e23: 3 total, 3 up, 3 in 2026-03-31T20:25:33.643 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:33 vm05 bash[22868]: cluster 2026-03-31T20:25:32.149397+0000 mon.a (mon.0) 477 : cluster [DBG] osdmap e23: 3 total, 3 up, 3 in 2026-03-31T20:25:33.643 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:33 vm05 bash[22868]: cluster 2026-03-31T20:25:32.149397+0000 mon.a (mon.0) 477 : cluster [DBG] osdmap e23: 3 total, 3 up, 3 in 2026-03-31T20:25:33.653 INFO:teuthology.orchestra.run.vm01.stderr:Inferring config /var/lib/ceph/2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37/mon.a/config 2026-03-31T20:25:33.931 INFO:teuthology.orchestra.run.vm01.stdout: 2026-03-31T20:25:33.932 INFO:teuthology.orchestra.run.vm01.stderr:dumped all 2026-03-31T20:25:34.000 INFO:teuthology.orchestra.run.vm01.stdout:{"pg_ready":true,"pg_map":{"version":103,"stamp":"2026-03-31T20:25:33.127183+0000","last_osdmap_epoch":0,"last_pg_scan":0,"pg_stats_sum":{"stat_sum":{"num_bytes":459280,"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":46,"num_read_kb":37,"num_write":57,"num_write_kb":584,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":32,"ondisk_log_size":32,"up":3,"acting":3,"num_store_stats":0},"osd_stats_sum":{"up_from":0,"seq":0,"num_pgs":2,"num_osds":3,"num_per_pool_osds":3,"num_per_pool_omap_osds":3,"kb":62902272,"kb_used":83292,"kb_used_data":1916,"kb_used_omap":24,"kb_used_meta":80871,"kb_avail":62818980,"statfs":{"total":64411926528,"available":64326635520,"internally_reserved":0,"allocated":1961984,"data_stored":1550197,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":25208,"internal_metadata":82812296},"hb_peers":[],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[]},"pg_stats_delta":{"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":0,"acting":0,"num_store_stats":0,"stamp_delta":"0.977969"},"pg_stats":[{"pgid":"1.0","version":"22'32","reported_seq":58,"reported_epoch":23,"state":"active+clean","last_fresh":"2026-03-31T20:25:32.145711+0000","last_change":"2026-03-31T20:25:31.145153+0000","last_active":"2026-03-31T20:25:32.145711+0000","last_peered":"2026-03-31T20:25:32.145711+0000","last_clean":"2026-03-31T20:25:32.145711+0000","last_became_active":"2026-03-31T20:25:31.144948+0000","last_became_peered":"2026-03-31T20:25:31.144948+0000","last_unstale":"2026-03-31T20:25:32.145711+0000","last_undegraded":"2026-03-31T20:25:32.145711+0000","last_fullsized":"2026-03-31T20:25:32.145711+0000","mapping_epoch":21,"log_start":"0'0","ondisk_log_start":"0'0","created":21,"last_epoch_clean":22,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-03-31T20:25:30.129946+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-03-31T20:25:30.129946+0000","last_clean_scrub_stamp":"2026-03-31T20:25:30.129946+0000","objects_scrubbed":0,"log_size":32,"log_dups_size":0,"ondisk_log_size":32,"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-02T07:33:59.167149+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":459280,"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":46,"num_read_kb":37,"num_write":57,"num_write_kb":584,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[1,2,0],"acting":[1,2,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]}],"pool_stats":[{"poolid":1,"num_pg":1,"stat_sum":{"num_bytes":459280,"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":46,"num_read_kb":37,"num_write":57,"num_write_kb":584,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":1388544,"data_stored":1377840,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":32,"ondisk_log_size":32,"up":3,"acting":3,"num_store_stats":3}],"osd_stats":[{"osd":2,"up_from":19,"seq":81604378626,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":20967424,"kb_used":27636,"kb_used_data":644,"kb_used_omap":4,"kb_used_meta":26811,"kb_avail":20939788,"statfs":{"total":21470642176,"available":21442342912,"internally_reserved":0,"allocated":659456,"data_stored":519251,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":4221,"internal_metadata":27455363},"hb_peers":[0,1],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]},{"osd":1,"up_from":15,"seq":64424509444,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":20967424,"kb_used":27604,"kb_used_data":636,"kb_used_omap":8,"kb_used_meta":26807,"kb_avail":20939820,"statfs":{"total":21470642176,"available":21442375680,"internally_reserved":0,"allocated":651264,"data_stored":515473,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":8771,"internal_metadata":27450813},"hb_peers":[0,2],"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":12,"seq":51539607557,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":20967424,"kb_used":28052,"kb_used_data":636,"kb_used_omap":11,"kb_used_meta":27252,"kb_avail":20939372,"statfs":{"total":21470642176,"available":21441916928,"internally_reserved":0,"allocated":651264,"data_stored":515473,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":12216,"internal_metadata":27906120},"hb_peers":[1,2],"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":462848,"data_stored":459280,"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":462848,"data_stored":459280,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":2,"total":0,"available":0,"internally_reserved":0,"allocated":462848,"data_stored":459280,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0}]}} 2026-03-31T20:25:34.000 DEBUG:teuthology.orchestra.run.vm01:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:5bb3278730741031382ca9c3dc9d221a942e06a2 shell --fsid 2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37 -- ceph pg dump --format=json 2026-03-31T20:25:34.228 INFO:teuthology.orchestra.run.vm01.stderr:Inferring config /var/lib/ceph/2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37/mon.a/config 2026-03-31T20:25:34.242 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:34 vm01 bash[20507]: cluster 2026-03-31T20:25:33.127272+0000 mgr.a (mgr.14152) 157 : cluster [DBG] pgmap v103: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:25:34.242 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:34 vm01 bash[20507]: cluster 2026-03-31T20:25:33.127272+0000 mgr.a (mgr.14152) 157 : cluster [DBG] pgmap v103: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:25:34.242 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:34 vm01 bash[20507]: cluster 2026-03-31T20:25:33.169338+0000 mon.a (mon.0) 478 : cluster [DBG] mgrmap e15: a(active, since 3m), standbys: b 2026-03-31T20:25:34.242 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:34 vm01 bash[20507]: cluster 2026-03-31T20:25:33.169338+0000 mon.a (mon.0) 478 : cluster [DBG] mgrmap e15: a(active, since 3m), standbys: b 2026-03-31T20:25:34.242 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:34 vm01 bash[20507]: audit 2026-03-31T20:25:33.176637+0000 mon.a (mon.0) 479 : audit [DBG] from='client.? 192.168.123.101:0/1762405559' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 1} : dispatch 2026-03-31T20:25:34.242 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:34 vm01 bash[20507]: audit 2026-03-31T20:25:33.176637+0000 mon.a (mon.0) 479 : audit [DBG] from='client.? 192.168.123.101:0/1762405559' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 1} : dispatch 2026-03-31T20:25:34.242 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:34 vm01 bash[20507]: audit 2026-03-31T20:25:33.207114+0000 mon.a (mon.0) 480 : audit [DBG] from='client.? 192.168.123.101:0/472612126' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 2} : dispatch 2026-03-31T20:25:34.242 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:34 vm01 bash[20507]: audit 2026-03-31T20:25:33.207114+0000 mon.a (mon.0) 480 : audit [DBG] from='client.? 192.168.123.101:0/472612126' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 2} : dispatch 2026-03-31T20:25:34.242 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:34 vm01 bash[20507]: audit 2026-03-31T20:25:33.303130+0000 mon.c (mon.1) 9 : audit [DBG] from='client.? 192.168.123.101:0/2256025681' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 0} : dispatch 2026-03-31T20:25:34.242 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:34 vm01 bash[20507]: audit 2026-03-31T20:25:33.303130+0000 mon.c (mon.1) 9 : audit [DBG] from='client.? 192.168.123.101:0/2256025681' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 0} : dispatch 2026-03-31T20:25:34.472 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:34 vm06 bash[23229]: cluster 2026-03-31T20:25:33.127272+0000 mgr.a (mgr.14152) 157 : cluster [DBG] pgmap v103: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:25:34.472 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:34 vm06 bash[23229]: cluster 2026-03-31T20:25:33.127272+0000 mgr.a (mgr.14152) 157 : cluster [DBG] pgmap v103: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:25:34.472 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:34 vm06 bash[23229]: cluster 2026-03-31T20:25:33.169338+0000 mon.a (mon.0) 478 : cluster [DBG] mgrmap e15: a(active, since 3m), standbys: b 2026-03-31T20:25:34.472 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:34 vm06 bash[23229]: cluster 2026-03-31T20:25:33.169338+0000 mon.a (mon.0) 478 : cluster [DBG] mgrmap e15: a(active, since 3m), standbys: b 2026-03-31T20:25:34.472 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:34 vm06 bash[23229]: audit 2026-03-31T20:25:33.176637+0000 mon.a (mon.0) 479 : audit [DBG] from='client.? 192.168.123.101:0/1762405559' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 1} : dispatch 2026-03-31T20:25:34.472 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:34 vm06 bash[23229]: audit 2026-03-31T20:25:33.176637+0000 mon.a (mon.0) 479 : audit [DBG] from='client.? 192.168.123.101:0/1762405559' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 1} : dispatch 2026-03-31T20:25:34.472 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:34 vm06 bash[23229]: audit 2026-03-31T20:25:33.207114+0000 mon.a (mon.0) 480 : audit [DBG] from='client.? 192.168.123.101:0/472612126' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 2} : dispatch 2026-03-31T20:25:34.472 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:34 vm06 bash[23229]: audit 2026-03-31T20:25:33.207114+0000 mon.a (mon.0) 480 : audit [DBG] from='client.? 192.168.123.101:0/472612126' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 2} : dispatch 2026-03-31T20:25:34.472 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:34 vm06 bash[23229]: audit 2026-03-31T20:25:33.303130+0000 mon.c (mon.1) 9 : audit [DBG] from='client.? 192.168.123.101:0/2256025681' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 0} : dispatch 2026-03-31T20:25:34.472 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:34 vm06 bash[23229]: audit 2026-03-31T20:25:33.303130+0000 mon.c (mon.1) 9 : audit [DBG] from='client.? 192.168.123.101:0/2256025681' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 0} : dispatch 2026-03-31T20:25:34.502 INFO:teuthology.orchestra.run.vm01.stderr:dumped all 2026-03-31T20:25:34.502 INFO:teuthology.orchestra.run.vm01.stdout: 2026-03-31T20:25:34.547 INFO:teuthology.orchestra.run.vm01.stdout:{"pg_ready":true,"pg_map":{"version":103,"stamp":"2026-03-31T20:25:33.127183+0000","last_osdmap_epoch":0,"last_pg_scan":0,"pg_stats_sum":{"stat_sum":{"num_bytes":459280,"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":46,"num_read_kb":37,"num_write":57,"num_write_kb":584,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":32,"ondisk_log_size":32,"up":3,"acting":3,"num_store_stats":0},"osd_stats_sum":{"up_from":0,"seq":0,"num_pgs":2,"num_osds":3,"num_per_pool_osds":3,"num_per_pool_omap_osds":3,"kb":62902272,"kb_used":83292,"kb_used_data":1916,"kb_used_omap":24,"kb_used_meta":80871,"kb_avail":62818980,"statfs":{"total":64411926528,"available":64326635520,"internally_reserved":0,"allocated":1961984,"data_stored":1550197,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":25208,"internal_metadata":82812296},"hb_peers":[],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[]},"pg_stats_delta":{"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":0,"acting":0,"num_store_stats":0,"stamp_delta":"0.977969"},"pg_stats":[{"pgid":"1.0","version":"22'32","reported_seq":58,"reported_epoch":23,"state":"active+clean","last_fresh":"2026-03-31T20:25:32.145711+0000","last_change":"2026-03-31T20:25:31.145153+0000","last_active":"2026-03-31T20:25:32.145711+0000","last_peered":"2026-03-31T20:25:32.145711+0000","last_clean":"2026-03-31T20:25:32.145711+0000","last_became_active":"2026-03-31T20:25:31.144948+0000","last_became_peered":"2026-03-31T20:25:31.144948+0000","last_unstale":"2026-03-31T20:25:32.145711+0000","last_undegraded":"2026-03-31T20:25:32.145711+0000","last_fullsized":"2026-03-31T20:25:32.145711+0000","mapping_epoch":21,"log_start":"0'0","ondisk_log_start":"0'0","created":21,"last_epoch_clean":22,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-03-31T20:25:30.129946+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-03-31T20:25:30.129946+0000","last_clean_scrub_stamp":"2026-03-31T20:25:30.129946+0000","objects_scrubbed":0,"log_size":32,"log_dups_size":0,"ondisk_log_size":32,"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-02T07:33:59.167149+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":459280,"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":46,"num_read_kb":37,"num_write":57,"num_write_kb":584,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[1,2,0],"acting":[1,2,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]}],"pool_stats":[{"poolid":1,"num_pg":1,"stat_sum":{"num_bytes":459280,"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":46,"num_read_kb":37,"num_write":57,"num_write_kb":584,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":1388544,"data_stored":1377840,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":32,"ondisk_log_size":32,"up":3,"acting":3,"num_store_stats":3}],"osd_stats":[{"osd":2,"up_from":19,"seq":81604378626,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":20967424,"kb_used":27636,"kb_used_data":644,"kb_used_omap":4,"kb_used_meta":26811,"kb_avail":20939788,"statfs":{"total":21470642176,"available":21442342912,"internally_reserved":0,"allocated":659456,"data_stored":519251,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":4221,"internal_metadata":27455363},"hb_peers":[0,1],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]},{"osd":1,"up_from":15,"seq":64424509444,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":20967424,"kb_used":27604,"kb_used_data":636,"kb_used_omap":8,"kb_used_meta":26807,"kb_avail":20939820,"statfs":{"total":21470642176,"available":21442375680,"internally_reserved":0,"allocated":651264,"data_stored":515473,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":8771,"internal_metadata":27450813},"hb_peers":[0,2],"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":12,"seq":51539607557,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":20967424,"kb_used":28052,"kb_used_data":636,"kb_used_omap":11,"kb_used_meta":27252,"kb_avail":20939372,"statfs":{"total":21470642176,"available":21441916928,"internally_reserved":0,"allocated":651264,"data_stored":515473,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":12216,"internal_metadata":27906120},"hb_peers":[1,2],"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":462848,"data_stored":459280,"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":462848,"data_stored":459280,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":2,"total":0,"available":0,"internally_reserved":0,"allocated":462848,"data_stored":459280,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0}]}} 2026-03-31T20:25:34.547 INFO:tasks.cephadm.ceph_manager.ceph:clean! 2026-03-31T20:25:34.547 INFO:tasks.ceph:Waiting until ceph cluster ceph is healthy... 2026-03-31T20:25:34.547 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy 2026-03-31T20:25:34.547 DEBUG:teuthology.orchestra.run.vm01:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:5bb3278730741031382ca9c3dc9d221a942e06a2 shell --fsid 2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37 -- ceph health --format=json 2026-03-31T20:25:34.643 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:34 vm05 bash[22868]: cluster 2026-03-31T20:25:33.127272+0000 mgr.a (mgr.14152) 157 : cluster [DBG] pgmap v103: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:25:34.643 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:34 vm05 bash[22868]: cluster 2026-03-31T20:25:33.127272+0000 mgr.a (mgr.14152) 157 : cluster [DBG] pgmap v103: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:25:34.643 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:34 vm05 bash[22868]: cluster 2026-03-31T20:25:33.169338+0000 mon.a (mon.0) 478 : cluster [DBG] mgrmap e15: a(active, since 3m), standbys: b 2026-03-31T20:25:34.643 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:34 vm05 bash[22868]: cluster 2026-03-31T20:25:33.169338+0000 mon.a (mon.0) 478 : cluster [DBG] mgrmap e15: a(active, since 3m), standbys: b 2026-03-31T20:25:34.643 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:34 vm05 bash[22868]: audit 2026-03-31T20:25:33.176637+0000 mon.a (mon.0) 479 : audit [DBG] from='client.? 192.168.123.101:0/1762405559' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 1} : dispatch 2026-03-31T20:25:34.643 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:34 vm05 bash[22868]: audit 2026-03-31T20:25:33.176637+0000 mon.a (mon.0) 479 : audit [DBG] from='client.? 192.168.123.101:0/1762405559' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 1} : dispatch 2026-03-31T20:25:34.643 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:34 vm05 bash[22868]: audit 2026-03-31T20:25:33.207114+0000 mon.a (mon.0) 480 : audit [DBG] from='client.? 192.168.123.101:0/472612126' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 2} : dispatch 2026-03-31T20:25:34.643 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:34 vm05 bash[22868]: audit 2026-03-31T20:25:33.207114+0000 mon.a (mon.0) 480 : audit [DBG] from='client.? 192.168.123.101:0/472612126' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 2} : dispatch 2026-03-31T20:25:34.643 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:34 vm05 bash[22868]: audit 2026-03-31T20:25:33.303130+0000 mon.c (mon.1) 9 : audit [DBG] from='client.? 192.168.123.101:0/2256025681' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 0} : dispatch 2026-03-31T20:25:34.643 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:34 vm05 bash[22868]: audit 2026-03-31T20:25:33.303130+0000 mon.c (mon.1) 9 : audit [DBG] from='client.? 192.168.123.101:0/2256025681' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 0} : dispatch 2026-03-31T20:25:34.776 INFO:teuthology.orchestra.run.vm01.stderr:Inferring config /var/lib/ceph/2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37/mon.a/config 2026-03-31T20:25:35.088 INFO:teuthology.orchestra.run.vm01.stdout: 2026-03-31T20:25:35.088 INFO:teuthology.orchestra.run.vm01.stdout:{"status":"HEALTH_OK","checks":{},"mutes":[]} 2026-03-31T20:25:35.138 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy done 2026-03-31T20:25:35.138 INFO:tasks.cephadm:Setup complete, yielding 2026-03-31T20:25:35.139 INFO:teuthology.run_tasks:Running task cephadm.shell... 2026-03-31T20:25:35.141 INFO:tasks.cephadm:Running commands on role host.c host ubuntu@vm06.local 2026-03-31T20:25:35.141 DEBUG:teuthology.orchestra.run.vm06:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:5bb3278730741031382ca9c3dc9d221a942e06a2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37 -- bash -c 'set -ex 2026-03-31T20:25:35.141 DEBUG:teuthology.orchestra.run.vm06:> # Deploy monitoring stack 2026-03-31T20:25:35.141 DEBUG:teuthology.orchestra.run.vm06:> ceph orch apply node-exporter 2026-03-31T20:25:35.141 DEBUG:teuthology.orchestra.run.vm06:> ceph orch apply grafana 2026-03-31T20:25:35.141 DEBUG:teuthology.orchestra.run.vm06:> ceph orch apply alertmanager 2026-03-31T20:25:35.141 DEBUG:teuthology.orchestra.run.vm06:> ceph orch apply prometheus 2026-03-31T20:25:35.141 DEBUG:teuthology.orchestra.run.vm06:> sleep 240 2026-03-31T20:25:35.141 DEBUG:teuthology.orchestra.run.vm06:> # generate SSL certificate 2026-03-31T20:25:35.141 DEBUG:teuthology.orchestra.run.vm06:> openssl req -x509 -newkey rsa:4096 -keyout /tmp/key.pem -out /tmp/cert.pem -sha256 -days 30 -nodes -subj "/CN=*" 2026-03-31T20:25:35.141 DEBUG:teuthology.orchestra.run.vm06:> # Generate a mgmt.spec template 2026-03-31T20:25:35.141 DEBUG:teuthology.orchestra.run.vm06:> cat << EOT > /tmp/mgmt.spec 2026-03-31T20:25:35.141 DEBUG:teuthology.orchestra.run.vm06:> service_type: mgmt-gateway 2026-03-31T20:25:35.141 DEBUG:teuthology.orchestra.run.vm06:> service_id: foo 2026-03-31T20:25:35.141 DEBUG:teuthology.orchestra.run.vm06:> placement: 2026-03-31T20:25:35.141 DEBUG:teuthology.orchestra.run.vm06:> hosts: 2026-03-31T20:25:35.141 DEBUG:teuthology.orchestra.run.vm06:> - ${HOSTNAME} 2026-03-31T20:25:35.141 DEBUG:teuthology.orchestra.run.vm06:> spec: 2026-03-31T20:25:35.141 DEBUG:teuthology.orchestra.run.vm06:> ssl_protocols: 2026-03-31T20:25:35.141 DEBUG:teuthology.orchestra.run.vm06:> - TLSv1.2 2026-03-31T20:25:35.141 DEBUG:teuthology.orchestra.run.vm06:> - TLSv1.3 2026-03-31T20:25:35.141 DEBUG:teuthology.orchestra.run.vm06:> ssl_ciphers: 2026-03-31T20:25:35.141 DEBUG:teuthology.orchestra.run.vm06:> - AES128-SHA 2026-03-31T20:25:35.141 DEBUG:teuthology.orchestra.run.vm06:> - AES256-SHA 2026-03-31T20:25:35.141 DEBUG:teuthology.orchestra.run.vm06:> enable_health_check_endpoint: True 2026-03-31T20:25:35.141 DEBUG:teuthology.orchestra.run.vm06:> EOT 2026-03-31T20:25:35.141 DEBUG:teuthology.orchestra.run.vm06:> # Add generated certificates to spec file 2026-03-31T20:25:35.141 DEBUG:teuthology.orchestra.run.vm06:> echo " ssl_cert: |" >> /tmp/mgmt.spec 2026-03-31T20:25:35.141 DEBUG:teuthology.orchestra.run.vm06:> while read LINE; do echo $LINE | sed -e "s/^/ /"; done < /tmp/cert.pem >> /tmp/mgmt.spec 2026-03-31T20:25:35.141 DEBUG:teuthology.orchestra.run.vm06:> echo " ssl_key: |" >> /tmp/mgmt.spec 2026-03-31T20:25:35.141 DEBUG:teuthology.orchestra.run.vm06:> while read LINE; do echo $LINE | sed -e "s/^/ /"; done < /tmp/key.pem >> /tmp/mgmt.spec 2026-03-31T20:25:35.141 DEBUG:teuthology.orchestra.run.vm06:> # Apply spec 2026-03-31T20:25:35.141 DEBUG:teuthology.orchestra.run.vm06:> ceph orch apply -i /tmp/mgmt.spec 2026-03-31T20:25:35.141 DEBUG:teuthology.orchestra.run.vm06:> ' 2026-03-31T20:25:35.383 INFO:teuthology.orchestra.run.vm06.stderr:Inferring config /var/lib/ceph/2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37/mon.c/config 2026-03-31T20:25:35.429 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:35 vm06 bash[23229]: audit 2026-03-31T20:25:33.929567+0000 mgr.a (mgr.14152) 158 : audit [DBG] from='client.14397 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-03-31T20:25:35.429 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:35 vm06 bash[23229]: audit 2026-03-31T20:25:33.929567+0000 mgr.a (mgr.14152) 158 : audit [DBG] from='client.14397 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-03-31T20:25:35.429 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:35 vm06 bash[23229]: audit 2026-03-31T20:25:35.085797+0000 mon.a (mon.0) 481 : audit [DBG] from='client.? 192.168.123.101:0/1928735976' entity='client.admin' cmd={"prefix": "health", "format": "json"} : dispatch 2026-03-31T20:25:35.429 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:35 vm06 bash[23229]: audit 2026-03-31T20:25:35.085797+0000 mon.a (mon.0) 481 : audit [DBG] from='client.? 192.168.123.101:0/1928735976' entity='client.admin' cmd={"prefix": "health", "format": "json"} : dispatch 2026-03-31T20:25:35.500 INFO:teuthology.orchestra.run.vm06.stderr:+ ceph orch apply node-exporter 2026-03-31T20:25:35.588 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:35 vm01 bash[20507]: audit 2026-03-31T20:25:33.929567+0000 mgr.a (mgr.14152) 158 : audit [DBG] from='client.14397 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-03-31T20:25:35.588 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:35 vm01 bash[20507]: audit 2026-03-31T20:25:33.929567+0000 mgr.a (mgr.14152) 158 : audit [DBG] from='client.14397 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-03-31T20:25:35.588 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:35 vm01 bash[20507]: audit 2026-03-31T20:25:35.085797+0000 mon.a (mon.0) 481 : audit [DBG] from='client.? 192.168.123.101:0/1928735976' entity='client.admin' cmd={"prefix": "health", "format": "json"} : dispatch 2026-03-31T20:25:35.588 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:35 vm01 bash[20507]: audit 2026-03-31T20:25:35.085797+0000 mon.a (mon.0) 481 : audit [DBG] from='client.? 192.168.123.101:0/1928735976' entity='client.admin' cmd={"prefix": "health", "format": "json"} : dispatch 2026-03-31T20:25:35.643 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:35 vm05 bash[22868]: audit 2026-03-31T20:25:33.929567+0000 mgr.a (mgr.14152) 158 : audit [DBG] from='client.14397 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-03-31T20:25:35.643 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:35 vm05 bash[22868]: audit 2026-03-31T20:25:33.929567+0000 mgr.a (mgr.14152) 158 : audit [DBG] from='client.14397 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-03-31T20:25:35.643 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:35 vm05 bash[22868]: audit 2026-03-31T20:25:35.085797+0000 mon.a (mon.0) 481 : audit [DBG] from='client.? 192.168.123.101:0/1928735976' entity='client.admin' cmd={"prefix": "health", "format": "json"} : dispatch 2026-03-31T20:25:35.643 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:35 vm05 bash[22868]: audit 2026-03-31T20:25:35.085797+0000 mon.a (mon.0) 481 : audit [DBG] from='client.? 192.168.123.101:0/1928735976' entity='client.admin' cmd={"prefix": "health", "format": "json"} : dispatch 2026-03-31T20:25:35.680 INFO:teuthology.orchestra.run.vm06.stdout:Scheduled node-exporter update... 2026-03-31T20:25:35.690 INFO:teuthology.orchestra.run.vm06.stderr:+ ceph orch apply grafana 2026-03-31T20:25:35.874 INFO:teuthology.orchestra.run.vm06.stdout:Scheduled grafana update... 2026-03-31T20:25:35.887 INFO:teuthology.orchestra.run.vm06.stderr:+ ceph orch apply alertmanager 2026-03-31T20:25:36.068 INFO:teuthology.orchestra.run.vm06.stdout:Scheduled alertmanager update... 2026-03-31T20:25:36.079 INFO:teuthology.orchestra.run.vm06.stderr:+ ceph orch apply prometheus 2026-03-31T20:25:36.257 INFO:teuthology.orchestra.run.vm06.stdout:Scheduled prometheus update... 2026-03-31T20:25:36.266 INFO:teuthology.orchestra.run.vm06.stderr:+ sleep 240 2026-03-31T20:25:36.472 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:36 vm06 bash[23229]: audit 2026-03-31T20:25:34.499764+0000 mgr.a (mgr.14152) 159 : audit [DBG] from='client.14403 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-03-31T20:25:36.472 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:36 vm06 bash[23229]: audit 2026-03-31T20:25:34.499764+0000 mgr.a (mgr.14152) 159 : audit [DBG] from='client.14403 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-03-31T20:25:36.472 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:36 vm06 bash[23229]: cluster 2026-03-31T20:25:35.127544+0000 mgr.a (mgr.14152) 160 : cluster [DBG] pgmap v104: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:25:36.472 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:36 vm06 bash[23229]: cluster 2026-03-31T20:25:35.127544+0000 mgr.a (mgr.14152) 160 : cluster [DBG] pgmap v104: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:25:36.472 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:36 vm06 bash[23229]: audit 2026-03-31T20:25:35.677949+0000 mon.a (mon.0) 482 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:36.472 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:36 vm06 bash[23229]: audit 2026-03-31T20:25:35.677949+0000 mon.a (mon.0) 482 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:36.472 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:36 vm06 bash[23229]: audit 2026-03-31T20:25:35.728867+0000 mon.a (mon.0) 483 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:36.472 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:36 vm06 bash[23229]: audit 2026-03-31T20:25:35.728867+0000 mon.a (mon.0) 483 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:36.472 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:36 vm06 bash[23229]: audit 2026-03-31T20:25:35.731915+0000 mon.a (mon.0) 484 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:36.472 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:36 vm06 bash[23229]: audit 2026-03-31T20:25:35.731915+0000 mon.a (mon.0) 484 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:36.472 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:36 vm06 bash[23229]: audit 2026-03-31T20:25:35.871901+0000 mon.a (mon.0) 485 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:36.472 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:36 vm06 bash[23229]: audit 2026-03-31T20:25:35.871901+0000 mon.a (mon.0) 485 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:36.472 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:36 vm06 bash[23229]: audit 2026-03-31T20:25:36.065686+0000 mon.a (mon.0) 486 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:36.472 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:36 vm06 bash[23229]: audit 2026-03-31T20:25:36.065686+0000 mon.a (mon.0) 486 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:36.588 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:36 vm01 bash[20507]: audit 2026-03-31T20:25:34.499764+0000 mgr.a (mgr.14152) 159 : audit [DBG] from='client.14403 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-03-31T20:25:36.588 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:36 vm01 bash[20507]: audit 2026-03-31T20:25:34.499764+0000 mgr.a (mgr.14152) 159 : audit [DBG] from='client.14403 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-03-31T20:25:36.588 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:36 vm01 bash[20507]: cluster 2026-03-31T20:25:35.127544+0000 mgr.a (mgr.14152) 160 : cluster [DBG] pgmap v104: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:25:36.588 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:36 vm01 bash[20507]: cluster 2026-03-31T20:25:35.127544+0000 mgr.a (mgr.14152) 160 : cluster [DBG] pgmap v104: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:25:36.588 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:36 vm01 bash[20507]: audit 2026-03-31T20:25:35.677949+0000 mon.a (mon.0) 482 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:36.588 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:36 vm01 bash[20507]: audit 2026-03-31T20:25:35.677949+0000 mon.a (mon.0) 482 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:36.588 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:36 vm01 bash[20507]: audit 2026-03-31T20:25:35.728867+0000 mon.a (mon.0) 483 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:36.588 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:36 vm01 bash[20507]: audit 2026-03-31T20:25:35.728867+0000 mon.a (mon.0) 483 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:36.588 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:36 vm01 bash[20507]: audit 2026-03-31T20:25:35.731915+0000 mon.a (mon.0) 484 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:36.588 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:36 vm01 bash[20507]: audit 2026-03-31T20:25:35.731915+0000 mon.a (mon.0) 484 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:36.588 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:36 vm01 bash[20507]: audit 2026-03-31T20:25:35.871901+0000 mon.a (mon.0) 485 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:36.588 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:36 vm01 bash[20507]: audit 2026-03-31T20:25:35.871901+0000 mon.a (mon.0) 485 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:36.588 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:36 vm01 bash[20507]: audit 2026-03-31T20:25:36.065686+0000 mon.a (mon.0) 486 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:36.588 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:36 vm01 bash[20507]: audit 2026-03-31T20:25:36.065686+0000 mon.a (mon.0) 486 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:36.643 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:36 vm05 bash[22868]: audit 2026-03-31T20:25:34.499764+0000 mgr.a (mgr.14152) 159 : audit [DBG] from='client.14403 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-03-31T20:25:36.643 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:36 vm05 bash[22868]: audit 2026-03-31T20:25:34.499764+0000 mgr.a (mgr.14152) 159 : audit [DBG] from='client.14403 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-03-31T20:25:36.643 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:36 vm05 bash[22868]: cluster 2026-03-31T20:25:35.127544+0000 mgr.a (mgr.14152) 160 : cluster [DBG] pgmap v104: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:25:36.643 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:36 vm05 bash[22868]: cluster 2026-03-31T20:25:35.127544+0000 mgr.a (mgr.14152) 160 : cluster [DBG] pgmap v104: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:25:36.643 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:36 vm05 bash[22868]: audit 2026-03-31T20:25:35.677949+0000 mon.a (mon.0) 482 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:36.643 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:36 vm05 bash[22868]: audit 2026-03-31T20:25:35.677949+0000 mon.a (mon.0) 482 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:36.643 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:36 vm05 bash[22868]: audit 2026-03-31T20:25:35.728867+0000 mon.a (mon.0) 483 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:36.643 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:36 vm05 bash[22868]: audit 2026-03-31T20:25:35.728867+0000 mon.a (mon.0) 483 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:36.643 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:36 vm05 bash[22868]: audit 2026-03-31T20:25:35.731915+0000 mon.a (mon.0) 484 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:36.643 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:36 vm05 bash[22868]: audit 2026-03-31T20:25:35.731915+0000 mon.a (mon.0) 484 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:36.643 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:36 vm05 bash[22868]: audit 2026-03-31T20:25:35.871901+0000 mon.a (mon.0) 485 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:36.643 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:36 vm05 bash[22868]: audit 2026-03-31T20:25:35.871901+0000 mon.a (mon.0) 485 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:36.643 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:36 vm05 bash[22868]: audit 2026-03-31T20:25:36.065686+0000 mon.a (mon.0) 486 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:36.643 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:36 vm05 bash[22868]: audit 2026-03-31T20:25:36.065686+0000 mon.a (mon.0) 486 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:37.269 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:37 vm06 bash[23229]: audit 2026-03-31T20:25:35.673543+0000 mgr.a (mgr.14152) 161 : audit [DBG] from='client.24254 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "target": ["mon-mgr", ""]}]: dispatch 2026-03-31T20:25:37.269 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:37 vm06 bash[23229]: audit 2026-03-31T20:25:35.673543+0000 mgr.a (mgr.14152) 161 : audit [DBG] from='client.24254 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "target": ["mon-mgr", ""]}]: dispatch 2026-03-31T20:25:37.269 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:37 vm06 bash[23229]: cephadm 2026-03-31T20:25:35.674259+0000 mgr.a (mgr.14152) 162 : cephadm [INF] Saving service node-exporter spec with placement * 2026-03-31T20:25:37.269 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:37 vm06 bash[23229]: cephadm 2026-03-31T20:25:35.674259+0000 mgr.a (mgr.14152) 162 : cephadm [INF] Saving service node-exporter spec with placement * 2026-03-31T20:25:37.269 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:37 vm06 bash[23229]: audit 2026-03-31T20:25:35.866751+0000 mgr.a (mgr.14152) 163 : audit [DBG] from='client.24260 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "target": ["mon-mgr", ""]}]: dispatch 2026-03-31T20:25:37.269 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:37 vm06 bash[23229]: audit 2026-03-31T20:25:35.866751+0000 mgr.a (mgr.14152) 163 : audit [DBG] from='client.24260 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "target": ["mon-mgr", ""]}]: dispatch 2026-03-31T20:25:37.269 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:37 vm06 bash[23229]: cephadm 2026-03-31T20:25:35.867591+0000 mgr.a (mgr.14152) 164 : cephadm [INF] Saving service grafana spec with placement count:1 2026-03-31T20:25:37.269 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:37 vm06 bash[23229]: cephadm 2026-03-31T20:25:35.867591+0000 mgr.a (mgr.14152) 164 : cephadm [INF] Saving service grafana spec with placement count:1 2026-03-31T20:25:37.269 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:37 vm06 bash[23229]: audit 2026-03-31T20:25:36.061717+0000 mgr.a (mgr.14152) 165 : audit [DBG] from='client.24253 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "target": ["mon-mgr", ""]}]: dispatch 2026-03-31T20:25:37.269 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:37 vm06 bash[23229]: audit 2026-03-31T20:25:36.061717+0000 mgr.a (mgr.14152) 165 : audit [DBG] from='client.24253 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "target": ["mon-mgr", ""]}]: dispatch 2026-03-31T20:25:37.269 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:37 vm06 bash[23229]: cephadm 2026-03-31T20:25:36.062427+0000 mgr.a (mgr.14152) 166 : cephadm [INF] Saving service alertmanager spec with placement count:1 2026-03-31T20:25:37.269 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:37 vm06 bash[23229]: cephadm 2026-03-31T20:25:36.062427+0000 mgr.a (mgr.14152) 166 : cephadm [INF] Saving service alertmanager spec with placement count:1 2026-03-31T20:25:37.269 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:37 vm06 bash[23229]: audit 2026-03-31T20:25:36.253990+0000 mon.a (mon.0) 487 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:37.269 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:37 vm06 bash[23229]: audit 2026-03-31T20:25:36.253990+0000 mon.a (mon.0) 487 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:37.269 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:37 vm06 bash[23229]: audit 2026-03-31T20:25:36.731809+0000 mon.a (mon.0) 488 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:37.270 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:37 vm06 bash[23229]: audit 2026-03-31T20:25:36.731809+0000 mon.a (mon.0) 488 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:37.270 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:37 vm06 bash[23229]: audit 2026-03-31T20:25:36.734910+0000 mon.a (mon.0) 489 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:37.270 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:37 vm06 bash[23229]: audit 2026-03-31T20:25:36.734910+0000 mon.a (mon.0) 489 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:37.270 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:37 vm06 bash[23229]: audit 2026-03-31T20:25:36.735348+0000 mon.a (mon.0) 490 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"} : dispatch 2026-03-31T20:25:37.270 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:37 vm06 bash[23229]: audit 2026-03-31T20:25:36.735348+0000 mon.a (mon.0) 490 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"} : dispatch 2026-03-31T20:25:37.270 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:37 vm06 bash[23229]: audit 2026-03-31T20:25:36.737835+0000 mon.a (mon.0) 491 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:37.270 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:37 vm06 bash[23229]: audit 2026-03-31T20:25:36.737835+0000 mon.a (mon.0) 491 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:37.270 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:37 vm06 bash[23229]: audit 2026-03-31T20:25:36.738886+0000 mon.a (mon.0) 492 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-03-31T20:25:37.270 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:37 vm06 bash[23229]: audit 2026-03-31T20:25:36.738886+0000 mon.a (mon.0) 492 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-03-31T20:25:37.270 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:37 vm06 bash[23229]: audit 2026-03-31T20:25:36.739243+0000 mon.a (mon.0) 493 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-03-31T20:25:37.270 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:37 vm06 bash[23229]: audit 2026-03-31T20:25:36.739243+0000 mon.a (mon.0) 493 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-03-31T20:25:37.270 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:37 vm06 bash[23229]: audit 2026-03-31T20:25:36.741990+0000 mon.a (mon.0) 494 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:37.270 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:37 vm06 bash[23229]: audit 2026-03-31T20:25:36.741990+0000 mon.a (mon.0) 494 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:37.270 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:37 vm06 bash[23229]: audit 2026-03-31T20:25:36.742857+0000 mon.a (mon.0) 495 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-03-31T20:25:37.270 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:37 vm06 bash[23229]: audit 2026-03-31T20:25:36.742857+0000 mon.a (mon.0) 495 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-03-31T20:25:37.270 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:37 vm06 bash[23229]: audit 2026-03-31T20:25:36.743854+0000 mon.a (mon.0) 496 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-03-31T20:25:37.270 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:37 vm06 bash[23229]: audit 2026-03-31T20:25:36.743854+0000 mon.a (mon.0) 496 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-03-31T20:25:37.270 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:37 vm06 bash[23229]: audit 2026-03-31T20:25:36.744175+0000 mon.a (mon.0) 497 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-03-31T20:25:37.270 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:37 vm06 bash[23229]: audit 2026-03-31T20:25:36.744175+0000 mon.a (mon.0) 497 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-03-31T20:25:37.588 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:37 vm01 bash[20507]: audit 2026-03-31T20:25:35.673543+0000 mgr.a (mgr.14152) 161 : audit [DBG] from='client.24254 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "target": ["mon-mgr", ""]}]: dispatch 2026-03-31T20:25:37.588 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:37 vm01 bash[20507]: audit 2026-03-31T20:25:35.673543+0000 mgr.a (mgr.14152) 161 : audit [DBG] from='client.24254 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "target": ["mon-mgr", ""]}]: dispatch 2026-03-31T20:25:37.588 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:37 vm01 bash[20507]: cephadm 2026-03-31T20:25:35.674259+0000 mgr.a (mgr.14152) 162 : cephadm [INF] Saving service node-exporter spec with placement * 2026-03-31T20:25:37.588 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:37 vm01 bash[20507]: cephadm 2026-03-31T20:25:35.674259+0000 mgr.a (mgr.14152) 162 : cephadm [INF] Saving service node-exporter spec with placement * 2026-03-31T20:25:37.588 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:37 vm01 bash[20507]: audit 2026-03-31T20:25:35.866751+0000 mgr.a (mgr.14152) 163 : audit [DBG] from='client.24260 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "target": ["mon-mgr", ""]}]: dispatch 2026-03-31T20:25:37.588 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:37 vm01 bash[20507]: audit 2026-03-31T20:25:35.866751+0000 mgr.a (mgr.14152) 163 : audit [DBG] from='client.24260 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "target": ["mon-mgr", ""]}]: dispatch 2026-03-31T20:25:37.588 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:37 vm01 bash[20507]: cephadm 2026-03-31T20:25:35.867591+0000 mgr.a (mgr.14152) 164 : cephadm [INF] Saving service grafana spec with placement count:1 2026-03-31T20:25:37.588 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:37 vm01 bash[20507]: cephadm 2026-03-31T20:25:35.867591+0000 mgr.a (mgr.14152) 164 : cephadm [INF] Saving service grafana spec with placement count:1 2026-03-31T20:25:37.588 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:37 vm01 bash[20507]: audit 2026-03-31T20:25:36.061717+0000 mgr.a (mgr.14152) 165 : audit [DBG] from='client.24253 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "target": ["mon-mgr", ""]}]: dispatch 2026-03-31T20:25:37.588 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:37 vm01 bash[20507]: audit 2026-03-31T20:25:36.061717+0000 mgr.a (mgr.14152) 165 : audit [DBG] from='client.24253 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "target": ["mon-mgr", ""]}]: dispatch 2026-03-31T20:25:37.588 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:37 vm01 bash[20507]: cephadm 2026-03-31T20:25:36.062427+0000 mgr.a (mgr.14152) 166 : cephadm [INF] Saving service alertmanager spec with placement count:1 2026-03-31T20:25:37.588 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:37 vm01 bash[20507]: cephadm 2026-03-31T20:25:36.062427+0000 mgr.a (mgr.14152) 166 : cephadm [INF] Saving service alertmanager spec with placement count:1 2026-03-31T20:25:37.589 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:37 vm01 bash[20507]: audit 2026-03-31T20:25:36.253990+0000 mon.a (mon.0) 487 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:37.589 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:37 vm01 bash[20507]: audit 2026-03-31T20:25:36.253990+0000 mon.a (mon.0) 487 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:37.589 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:37 vm01 bash[20507]: audit 2026-03-31T20:25:36.731809+0000 mon.a (mon.0) 488 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:37.589 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:37 vm01 bash[20507]: audit 2026-03-31T20:25:36.731809+0000 mon.a (mon.0) 488 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:37.589 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:37 vm01 bash[20507]: audit 2026-03-31T20:25:36.734910+0000 mon.a (mon.0) 489 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:37.589 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:37 vm01 bash[20507]: audit 2026-03-31T20:25:36.734910+0000 mon.a (mon.0) 489 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:37.589 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:37 vm01 bash[20507]: audit 2026-03-31T20:25:36.735348+0000 mon.a (mon.0) 490 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"} : dispatch 2026-03-31T20:25:37.589 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:37 vm01 bash[20507]: audit 2026-03-31T20:25:36.735348+0000 mon.a (mon.0) 490 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"} : dispatch 2026-03-31T20:25:37.589 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:37 vm01 bash[20507]: audit 2026-03-31T20:25:36.737835+0000 mon.a (mon.0) 491 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:37.589 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:37 vm01 bash[20507]: audit 2026-03-31T20:25:36.737835+0000 mon.a (mon.0) 491 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:37.589 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:37 vm01 bash[20507]: audit 2026-03-31T20:25:36.738886+0000 mon.a (mon.0) 492 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-03-31T20:25:37.589 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:37 vm01 bash[20507]: audit 2026-03-31T20:25:36.738886+0000 mon.a (mon.0) 492 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-03-31T20:25:37.589 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:37 vm01 bash[20507]: audit 2026-03-31T20:25:36.739243+0000 mon.a (mon.0) 493 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-03-31T20:25:37.589 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:37 vm01 bash[20507]: audit 2026-03-31T20:25:36.739243+0000 mon.a (mon.0) 493 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-03-31T20:25:37.589 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:37 vm01 bash[20507]: audit 2026-03-31T20:25:36.741990+0000 mon.a (mon.0) 494 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:37.589 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:37 vm01 bash[20507]: audit 2026-03-31T20:25:36.741990+0000 mon.a (mon.0) 494 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:37.589 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:37 vm01 bash[20507]: audit 2026-03-31T20:25:36.742857+0000 mon.a (mon.0) 495 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-03-31T20:25:37.589 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:37 vm01 bash[20507]: audit 2026-03-31T20:25:36.742857+0000 mon.a (mon.0) 495 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-03-31T20:25:37.589 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:37 vm01 bash[20507]: audit 2026-03-31T20:25:36.743854+0000 mon.a (mon.0) 496 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-03-31T20:25:37.589 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:37 vm01 bash[20507]: audit 2026-03-31T20:25:36.743854+0000 mon.a (mon.0) 496 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-03-31T20:25:37.589 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:37 vm01 bash[20507]: audit 2026-03-31T20:25:36.744175+0000 mon.a (mon.0) 497 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-03-31T20:25:37.589 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:37 vm01 bash[20507]: audit 2026-03-31T20:25:36.744175+0000 mon.a (mon.0) 497 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-03-31T20:25:37.643 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:37 vm05 bash[22868]: audit 2026-03-31T20:25:35.673543+0000 mgr.a (mgr.14152) 161 : audit [DBG] from='client.24254 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "target": ["mon-mgr", ""]}]: dispatch 2026-03-31T20:25:37.643 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:37 vm05 bash[22868]: audit 2026-03-31T20:25:35.673543+0000 mgr.a (mgr.14152) 161 : audit [DBG] from='client.24254 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "target": ["mon-mgr", ""]}]: dispatch 2026-03-31T20:25:37.643 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:37 vm05 bash[22868]: cephadm 2026-03-31T20:25:35.674259+0000 mgr.a (mgr.14152) 162 : cephadm [INF] Saving service node-exporter spec with placement * 2026-03-31T20:25:37.643 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:37 vm05 bash[22868]: cephadm 2026-03-31T20:25:35.674259+0000 mgr.a (mgr.14152) 162 : cephadm [INF] Saving service node-exporter spec with placement * 2026-03-31T20:25:37.643 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:37 vm05 bash[22868]: audit 2026-03-31T20:25:35.866751+0000 mgr.a (mgr.14152) 163 : audit [DBG] from='client.24260 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "target": ["mon-mgr", ""]}]: dispatch 2026-03-31T20:25:37.643 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:37 vm05 bash[22868]: audit 2026-03-31T20:25:35.866751+0000 mgr.a (mgr.14152) 163 : audit [DBG] from='client.24260 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "target": ["mon-mgr", ""]}]: dispatch 2026-03-31T20:25:37.643 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:37 vm05 bash[22868]: cephadm 2026-03-31T20:25:35.867591+0000 mgr.a (mgr.14152) 164 : cephadm [INF] Saving service grafana spec with placement count:1 2026-03-31T20:25:37.643 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:37 vm05 bash[22868]: cephadm 2026-03-31T20:25:35.867591+0000 mgr.a (mgr.14152) 164 : cephadm [INF] Saving service grafana spec with placement count:1 2026-03-31T20:25:37.643 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:37 vm05 bash[22868]: audit 2026-03-31T20:25:36.061717+0000 mgr.a (mgr.14152) 165 : audit [DBG] from='client.24253 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "target": ["mon-mgr", ""]}]: dispatch 2026-03-31T20:25:37.643 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:37 vm05 bash[22868]: audit 2026-03-31T20:25:36.061717+0000 mgr.a (mgr.14152) 165 : audit [DBG] from='client.24253 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "target": ["mon-mgr", ""]}]: dispatch 2026-03-31T20:25:37.643 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:37 vm05 bash[22868]: cephadm 2026-03-31T20:25:36.062427+0000 mgr.a (mgr.14152) 166 : cephadm [INF] Saving service alertmanager spec with placement count:1 2026-03-31T20:25:37.643 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:37 vm05 bash[22868]: cephadm 2026-03-31T20:25:36.062427+0000 mgr.a (mgr.14152) 166 : cephadm [INF] Saving service alertmanager spec with placement count:1 2026-03-31T20:25:37.643 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:37 vm05 bash[22868]: audit 2026-03-31T20:25:36.253990+0000 mon.a (mon.0) 487 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:37.643 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:37 vm05 bash[22868]: audit 2026-03-31T20:25:36.253990+0000 mon.a (mon.0) 487 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:37.643 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:37 vm05 bash[22868]: audit 2026-03-31T20:25:36.731809+0000 mon.a (mon.0) 488 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:37.643 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:37 vm05 bash[22868]: audit 2026-03-31T20:25:36.731809+0000 mon.a (mon.0) 488 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:37.643 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:37 vm05 bash[22868]: audit 2026-03-31T20:25:36.734910+0000 mon.a (mon.0) 489 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:37.643 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:37 vm05 bash[22868]: audit 2026-03-31T20:25:36.734910+0000 mon.a (mon.0) 489 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:37.643 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:37 vm05 bash[22868]: audit 2026-03-31T20:25:36.735348+0000 mon.a (mon.0) 490 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"} : dispatch 2026-03-31T20:25:37.643 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:37 vm05 bash[22868]: audit 2026-03-31T20:25:36.735348+0000 mon.a (mon.0) 490 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"} : dispatch 2026-03-31T20:25:37.643 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:37 vm05 bash[22868]: audit 2026-03-31T20:25:36.737835+0000 mon.a (mon.0) 491 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:37.643 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:37 vm05 bash[22868]: audit 2026-03-31T20:25:36.737835+0000 mon.a (mon.0) 491 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:37.643 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:37 vm05 bash[22868]: audit 2026-03-31T20:25:36.738886+0000 mon.a (mon.0) 492 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-03-31T20:25:37.643 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:37 vm05 bash[22868]: audit 2026-03-31T20:25:36.738886+0000 mon.a (mon.0) 492 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-03-31T20:25:37.643 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:37 vm05 bash[22868]: audit 2026-03-31T20:25:36.739243+0000 mon.a (mon.0) 493 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-03-31T20:25:37.643 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:37 vm05 bash[22868]: audit 2026-03-31T20:25:36.739243+0000 mon.a (mon.0) 493 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-03-31T20:25:37.643 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:37 vm05 bash[22868]: audit 2026-03-31T20:25:36.741990+0000 mon.a (mon.0) 494 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:37.643 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:37 vm05 bash[22868]: audit 2026-03-31T20:25:36.741990+0000 mon.a (mon.0) 494 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:37.644 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:37 vm05 bash[22868]: audit 2026-03-31T20:25:36.742857+0000 mon.a (mon.0) 495 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-03-31T20:25:37.644 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:37 vm05 bash[22868]: audit 2026-03-31T20:25:36.742857+0000 mon.a (mon.0) 495 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-03-31T20:25:37.644 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:37 vm05 bash[22868]: audit 2026-03-31T20:25:36.743854+0000 mon.a (mon.0) 496 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-03-31T20:25:37.644 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:37 vm05 bash[22868]: audit 2026-03-31T20:25:36.743854+0000 mon.a (mon.0) 496 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-03-31T20:25:37.644 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:37 vm05 bash[22868]: audit 2026-03-31T20:25:36.744175+0000 mon.a (mon.0) 497 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-03-31T20:25:37.644 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:37 vm05 bash[22868]: audit 2026-03-31T20:25:36.744175+0000 mon.a (mon.0) 497 : audit [DBG] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-03-31T20:25:38.472 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:38 vm06 bash[23229]: audit 2026-03-31T20:25:36.250081+0000 mgr.a (mgr.14152) 167 : audit [DBG] from='client.24259 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "target": ["mon-mgr", ""]}]: dispatch 2026-03-31T20:25:38.472 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:38 vm06 bash[23229]: audit 2026-03-31T20:25:36.250081+0000 mgr.a (mgr.14152) 167 : audit [DBG] from='client.24259 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "target": ["mon-mgr", ""]}]: dispatch 2026-03-31T20:25:38.472 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:38 vm06 bash[23229]: cephadm 2026-03-31T20:25:36.250768+0000 mgr.a (mgr.14152) 168 : cephadm [INF] Saving service prometheus spec with placement count:1 2026-03-31T20:25:38.472 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:38 vm06 bash[23229]: cephadm 2026-03-31T20:25:36.250768+0000 mgr.a (mgr.14152) 168 : cephadm [INF] Saving service prometheus spec with placement count:1 2026-03-31T20:25:38.472 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:38 vm06 bash[23229]: cephadm 2026-03-31T20:25:36.728383+0000 mgr.a (mgr.14152) 169 : cephadm [INF] Detected new or changed devices on vm06 2026-03-31T20:25:38.472 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:38 vm06 bash[23229]: cephadm 2026-03-31T20:25:36.728383+0000 mgr.a (mgr.14152) 169 : cephadm [INF] Detected new or changed devices on vm06 2026-03-31T20:25:38.472 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:38 vm06 bash[23229]: cephadm 2026-03-31T20:25:36.735680+0000 mgr.a (mgr.14152) 170 : cephadm [INF] Adjusting osd_memory_target on vm06 to 5934M 2026-03-31T20:25:38.472 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:38 vm06 bash[23229]: cephadm 2026-03-31T20:25:36.735680+0000 mgr.a (mgr.14152) 170 : cephadm [INF] Adjusting osd_memory_target on vm06 to 5934M 2026-03-31T20:25:38.472 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:38 vm06 bash[23229]: cluster 2026-03-31T20:25:37.127743+0000 mgr.a (mgr.14152) 171 : cluster [DBG] pgmap v105: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:25:38.473 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:38 vm06 bash[23229]: cluster 2026-03-31T20:25:37.127743+0000 mgr.a (mgr.14152) 171 : cluster [DBG] pgmap v105: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:25:38.588 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:38 vm01 bash[20507]: audit 2026-03-31T20:25:36.250081+0000 mgr.a (mgr.14152) 167 : audit [DBG] from='client.24259 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "target": ["mon-mgr", ""]}]: dispatch 2026-03-31T20:25:38.588 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:38 vm01 bash[20507]: audit 2026-03-31T20:25:36.250081+0000 mgr.a (mgr.14152) 167 : audit [DBG] from='client.24259 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "target": ["mon-mgr", ""]}]: dispatch 2026-03-31T20:25:38.588 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:38 vm01 bash[20507]: cephadm 2026-03-31T20:25:36.250768+0000 mgr.a (mgr.14152) 168 : cephadm [INF] Saving service prometheus spec with placement count:1 2026-03-31T20:25:38.588 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:38 vm01 bash[20507]: cephadm 2026-03-31T20:25:36.250768+0000 mgr.a (mgr.14152) 168 : cephadm [INF] Saving service prometheus spec with placement count:1 2026-03-31T20:25:38.588 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:38 vm01 bash[20507]: cephadm 2026-03-31T20:25:36.728383+0000 mgr.a (mgr.14152) 169 : cephadm [INF] Detected new or changed devices on vm06 2026-03-31T20:25:38.588 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:38 vm01 bash[20507]: cephadm 2026-03-31T20:25:36.728383+0000 mgr.a (mgr.14152) 169 : cephadm [INF] Detected new or changed devices on vm06 2026-03-31T20:25:38.588 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:38 vm01 bash[20507]: cephadm 2026-03-31T20:25:36.735680+0000 mgr.a (mgr.14152) 170 : cephadm [INF] Adjusting osd_memory_target on vm06 to 5934M 2026-03-31T20:25:38.588 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:38 vm01 bash[20507]: cephadm 2026-03-31T20:25:36.735680+0000 mgr.a (mgr.14152) 170 : cephadm [INF] Adjusting osd_memory_target on vm06 to 5934M 2026-03-31T20:25:38.588 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:38 vm01 bash[20507]: cluster 2026-03-31T20:25:37.127743+0000 mgr.a (mgr.14152) 171 : cluster [DBG] pgmap v105: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:25:38.588 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:38 vm01 bash[20507]: cluster 2026-03-31T20:25:37.127743+0000 mgr.a (mgr.14152) 171 : cluster [DBG] pgmap v105: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:25:38.643 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:38 vm05 bash[22868]: audit 2026-03-31T20:25:36.250081+0000 mgr.a (mgr.14152) 167 : audit [DBG] from='client.24259 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "target": ["mon-mgr", ""]}]: dispatch 2026-03-31T20:25:38.643 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:38 vm05 bash[22868]: audit 2026-03-31T20:25:36.250081+0000 mgr.a (mgr.14152) 167 : audit [DBG] from='client.24259 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "target": ["mon-mgr", ""]}]: dispatch 2026-03-31T20:25:38.643 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:38 vm05 bash[22868]: cephadm 2026-03-31T20:25:36.250768+0000 mgr.a (mgr.14152) 168 : cephadm [INF] Saving service prometheus spec with placement count:1 2026-03-31T20:25:38.643 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:38 vm05 bash[22868]: cephadm 2026-03-31T20:25:36.250768+0000 mgr.a (mgr.14152) 168 : cephadm [INF] Saving service prometheus spec with placement count:1 2026-03-31T20:25:38.643 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:38 vm05 bash[22868]: cephadm 2026-03-31T20:25:36.728383+0000 mgr.a (mgr.14152) 169 : cephadm [INF] Detected new or changed devices on vm06 2026-03-31T20:25:38.643 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:38 vm05 bash[22868]: cephadm 2026-03-31T20:25:36.728383+0000 mgr.a (mgr.14152) 169 : cephadm [INF] Detected new or changed devices on vm06 2026-03-31T20:25:38.643 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:38 vm05 bash[22868]: cephadm 2026-03-31T20:25:36.735680+0000 mgr.a (mgr.14152) 170 : cephadm [INF] Adjusting osd_memory_target on vm06 to 5934M 2026-03-31T20:25:38.643 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:38 vm05 bash[22868]: cephadm 2026-03-31T20:25:36.735680+0000 mgr.a (mgr.14152) 170 : cephadm [INF] Adjusting osd_memory_target on vm06 to 5934M 2026-03-31T20:25:38.643 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:38 vm05 bash[22868]: cluster 2026-03-31T20:25:37.127743+0000 mgr.a (mgr.14152) 171 : cluster [DBG] pgmap v105: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:25:38.643 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:38 vm05 bash[22868]: cluster 2026-03-31T20:25:37.127743+0000 mgr.a (mgr.14152) 171 : cluster [DBG] pgmap v105: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:25:39.924 INFO:journalctl@ceph.mgr.a.vm01.stdout:Mar 31 20:25:39 vm01 systemd[1]: /etc/systemd/system/ceph-2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37@.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-03-31T20:25:39.925 INFO:journalctl@ceph.osd.0.vm01.stdout:Mar 31 20:25:39 vm01 systemd[1]: /etc/systemd/system/ceph-2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37@.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-03-31T20:25:39.925 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:39 vm01 systemd[1]: /etc/systemd/system/ceph-2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37@.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-03-31T20:25:40.187 INFO:journalctl@ceph.mgr.a.vm01.stdout:Mar 31 20:25:39 vm01 systemd[1]: /etc/systemd/system/ceph-2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37@.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-03-31T20:25:40.187 INFO:journalctl@ceph.osd.0.vm01.stdout:Mar 31 20:25:39 vm01 systemd[1]: /etc/systemd/system/ceph-2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37@.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-03-31T20:25:40.187 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:39 vm01 systemd[1]: /etc/systemd/system/ceph-2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37@.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-03-31T20:25:40.469 INFO:journalctl@ceph.mgr.b.vm05.stdout:Mar 31 20:25:40 vm05 systemd[1]: /etc/systemd/system/ceph-2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37@.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-03-31T20:25:40.469 INFO:journalctl@ceph.osd.1.vm05.stdout:Mar 31 20:25:40 vm05 systemd[1]: /etc/systemd/system/ceph-2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37@.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-03-31T20:25:40.469 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:40 vm05 bash[22868]: cluster 2026-03-31T20:25:39.127903+0000 mgr.a (mgr.14152) 172 : cluster [DBG] pgmap v106: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:25:40.470 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:40 vm05 bash[22868]: cluster 2026-03-31T20:25:39.127903+0000 mgr.a (mgr.14152) 172 : cluster [DBG] pgmap v106: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:25:40.470 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:40 vm05 bash[22868]: audit 2026-03-31T20:25:39.355054+0000 mon.a (mon.0) 498 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:40.470 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:40 vm05 bash[22868]: audit 2026-03-31T20:25:39.355054+0000 mon.a (mon.0) 498 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:40.470 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:40 vm05 bash[22868]: audit 2026-03-31T20:25:39.358064+0000 mon.a (mon.0) 499 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:40.470 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:40 vm05 bash[22868]: audit 2026-03-31T20:25:39.358064+0000 mon.a (mon.0) 499 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:40.470 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:40 vm05 bash[22868]: audit 2026-03-31T20:25:40.021940+0000 mon.a (mon.0) 500 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:40.470 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:40 vm05 bash[22868]: audit 2026-03-31T20:25:40.021940+0000 mon.a (mon.0) 500 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:40.470 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:40 vm05 bash[22868]: audit 2026-03-31T20:25:40.025210+0000 mon.a (mon.0) 501 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:40.470 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:40 vm05 bash[22868]: audit 2026-03-31T20:25:40.025210+0000 mon.a (mon.0) 501 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:40.470 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:40 vm05 bash[22868]: audit 2026-03-31T20:25:40.028274+0000 mon.a (mon.0) 502 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:40.470 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:40 vm05 bash[22868]: audit 2026-03-31T20:25:40.028274+0000 mon.a (mon.0) 502 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:40.470 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:40 vm05 systemd[1]: /etc/systemd/system/ceph-2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37@.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-03-31T20:25:40.472 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:40 vm06 bash[23229]: cluster 2026-03-31T20:25:39.127903+0000 mgr.a (mgr.14152) 172 : cluster [DBG] pgmap v106: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:25:40.472 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:40 vm06 bash[23229]: cluster 2026-03-31T20:25:39.127903+0000 mgr.a (mgr.14152) 172 : cluster [DBG] pgmap v106: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:25:40.472 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:40 vm06 bash[23229]: audit 2026-03-31T20:25:39.355054+0000 mon.a (mon.0) 498 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:40.472 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:40 vm06 bash[23229]: audit 2026-03-31T20:25:39.355054+0000 mon.a (mon.0) 498 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:40.472 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:40 vm06 bash[23229]: audit 2026-03-31T20:25:39.358064+0000 mon.a (mon.0) 499 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:40.472 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:40 vm06 bash[23229]: audit 2026-03-31T20:25:39.358064+0000 mon.a (mon.0) 499 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:40.472 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:40 vm06 bash[23229]: audit 2026-03-31T20:25:40.021940+0000 mon.a (mon.0) 500 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:40.472 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:40 vm06 bash[23229]: audit 2026-03-31T20:25:40.021940+0000 mon.a (mon.0) 500 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:40.473 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:40 vm06 bash[23229]: audit 2026-03-31T20:25:40.025210+0000 mon.a (mon.0) 501 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:40.473 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:40 vm06 bash[23229]: audit 2026-03-31T20:25:40.025210+0000 mon.a (mon.0) 501 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:40.473 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:40 vm06 bash[23229]: audit 2026-03-31T20:25:40.028274+0000 mon.a (mon.0) 502 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:40.473 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:40 vm06 bash[23229]: audit 2026-03-31T20:25:40.028274+0000 mon.a (mon.0) 502 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:40.588 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:40 vm01 bash[20507]: cluster 2026-03-31T20:25:39.127903+0000 mgr.a (mgr.14152) 172 : cluster [DBG] pgmap v106: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:25:40.588 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:40 vm01 bash[20507]: cluster 2026-03-31T20:25:39.127903+0000 mgr.a (mgr.14152) 172 : cluster [DBG] pgmap v106: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:25:40.588 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:40 vm01 bash[20507]: audit 2026-03-31T20:25:39.355054+0000 mon.a (mon.0) 498 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:40.588 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:40 vm01 bash[20507]: audit 2026-03-31T20:25:39.355054+0000 mon.a (mon.0) 498 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:40.588 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:40 vm01 bash[20507]: audit 2026-03-31T20:25:39.358064+0000 mon.a (mon.0) 499 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:40.588 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:40 vm01 bash[20507]: audit 2026-03-31T20:25:39.358064+0000 mon.a (mon.0) 499 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:40.588 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:40 vm01 bash[20507]: audit 2026-03-31T20:25:40.021940+0000 mon.a (mon.0) 500 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:40.588 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:40 vm01 bash[20507]: audit 2026-03-31T20:25:40.021940+0000 mon.a (mon.0) 500 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:40.588 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:40 vm01 bash[20507]: audit 2026-03-31T20:25:40.025210+0000 mon.a (mon.0) 501 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:40.588 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:40 vm01 bash[20507]: audit 2026-03-31T20:25:40.025210+0000 mon.a (mon.0) 501 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:40.588 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:40 vm01 bash[20507]: audit 2026-03-31T20:25:40.028274+0000 mon.a (mon.0) 502 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:40.588 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:40 vm01 bash[20507]: audit 2026-03-31T20:25:40.028274+0000 mon.a (mon.0) 502 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:40.893 INFO:journalctl@ceph.mgr.b.vm05.stdout:Mar 31 20:25:40 vm05 systemd[1]: /etc/systemd/system/ceph-2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37@.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-03-31T20:25:40.893 INFO:journalctl@ceph.osd.1.vm05.stdout:Mar 31 20:25:40 vm05 systemd[1]: /etc/systemd/system/ceph-2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37@.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-03-31T20:25:40.893 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:40 vm05 systemd[1]: /etc/systemd/system/ceph-2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37@.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-03-31T20:25:41.222 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:41 vm06 systemd[1]: /etc/systemd/system/ceph-2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37@.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-03-31T20:25:41.222 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:41 vm06 bash[23229]: cephadm 2026-03-31T20:25:39.359034+0000 mgr.a (mgr.14152) 173 : cephadm [INF] Deploying daemon node-exporter.vm01 on vm01 2026-03-31T20:25:41.222 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:41 vm06 bash[23229]: cephadm 2026-03-31T20:25:39.359034+0000 mgr.a (mgr.14152) 173 : cephadm [INF] Deploying daemon node-exporter.vm01 on vm01 2026-03-31T20:25:41.222 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:41 vm06 bash[23229]: cephadm 2026-03-31T20:25:40.028762+0000 mgr.a (mgr.14152) 174 : cephadm [INF] Deploying daemon node-exporter.vm05 on vm05 2026-03-31T20:25:41.223 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:41 vm06 bash[23229]: cephadm 2026-03-31T20:25:40.028762+0000 mgr.a (mgr.14152) 174 : cephadm [INF] Deploying daemon node-exporter.vm05 on vm05 2026-03-31T20:25:41.223 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:41 vm06 bash[23229]: audit 2026-03-31T20:25:40.686695+0000 mon.a (mon.0) 503 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:41.223 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:41 vm06 bash[23229]: audit 2026-03-31T20:25:40.686695+0000 mon.a (mon.0) 503 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:41.223 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:41 vm06 bash[23229]: audit 2026-03-31T20:25:40.689937+0000 mon.a (mon.0) 504 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:41.223 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:41 vm06 bash[23229]: audit 2026-03-31T20:25:40.689937+0000 mon.a (mon.0) 504 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:41.223 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:41 vm06 bash[23229]: audit 2026-03-31T20:25:40.693272+0000 mon.a (mon.0) 505 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:41.223 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:41 vm06 bash[23229]: audit 2026-03-31T20:25:40.693272+0000 mon.a (mon.0) 505 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:41.223 INFO:journalctl@ceph.osd.2.vm06.stdout:Mar 31 20:25:41 vm06 systemd[1]: /etc/systemd/system/ceph-2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37@.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-03-31T20:25:41.588 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:41 vm01 bash[20507]: cephadm 2026-03-31T20:25:39.359034+0000 mgr.a (mgr.14152) 173 : cephadm [INF] Deploying daemon node-exporter.vm01 on vm01 2026-03-31T20:25:41.588 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:41 vm01 bash[20507]: cephadm 2026-03-31T20:25:39.359034+0000 mgr.a (mgr.14152) 173 : cephadm [INF] Deploying daemon node-exporter.vm01 on vm01 2026-03-31T20:25:41.588 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:41 vm01 bash[20507]: cephadm 2026-03-31T20:25:40.028762+0000 mgr.a (mgr.14152) 174 : cephadm [INF] Deploying daemon node-exporter.vm05 on vm05 2026-03-31T20:25:41.588 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:41 vm01 bash[20507]: cephadm 2026-03-31T20:25:40.028762+0000 mgr.a (mgr.14152) 174 : cephadm [INF] Deploying daemon node-exporter.vm05 on vm05 2026-03-31T20:25:41.588 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:41 vm01 bash[20507]: audit 2026-03-31T20:25:40.686695+0000 mon.a (mon.0) 503 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:41.588 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:41 vm01 bash[20507]: audit 2026-03-31T20:25:40.686695+0000 mon.a (mon.0) 503 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:41.588 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:41 vm01 bash[20507]: audit 2026-03-31T20:25:40.689937+0000 mon.a (mon.0) 504 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:41.588 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:41 vm01 bash[20507]: audit 2026-03-31T20:25:40.689937+0000 mon.a (mon.0) 504 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:41.588 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:41 vm01 bash[20507]: audit 2026-03-31T20:25:40.693272+0000 mon.a (mon.0) 505 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:41.588 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:41 vm01 bash[20507]: audit 2026-03-31T20:25:40.693272+0000 mon.a (mon.0) 505 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:41.643 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:41 vm05 bash[22868]: cephadm 2026-03-31T20:25:39.359034+0000 mgr.a (mgr.14152) 173 : cephadm [INF] Deploying daemon node-exporter.vm01 on vm01 2026-03-31T20:25:41.643 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:41 vm05 bash[22868]: cephadm 2026-03-31T20:25:39.359034+0000 mgr.a (mgr.14152) 173 : cephadm [INF] Deploying daemon node-exporter.vm01 on vm01 2026-03-31T20:25:41.643 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:41 vm05 bash[22868]: cephadm 2026-03-31T20:25:40.028762+0000 mgr.a (mgr.14152) 174 : cephadm [INF] Deploying daemon node-exporter.vm05 on vm05 2026-03-31T20:25:41.643 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:41 vm05 bash[22868]: cephadm 2026-03-31T20:25:40.028762+0000 mgr.a (mgr.14152) 174 : cephadm [INF] Deploying daemon node-exporter.vm05 on vm05 2026-03-31T20:25:41.643 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:41 vm05 bash[22868]: audit 2026-03-31T20:25:40.686695+0000 mon.a (mon.0) 503 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:41.643 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:41 vm05 bash[22868]: audit 2026-03-31T20:25:40.686695+0000 mon.a (mon.0) 503 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:41.643 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:41 vm05 bash[22868]: audit 2026-03-31T20:25:40.689937+0000 mon.a (mon.0) 504 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:41.643 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:41 vm05 bash[22868]: audit 2026-03-31T20:25:40.689937+0000 mon.a (mon.0) 504 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:41.643 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:41 vm05 bash[22868]: audit 2026-03-31T20:25:40.693272+0000 mon.a (mon.0) 505 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:41.643 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:41 vm05 bash[22868]: audit 2026-03-31T20:25:40.693272+0000 mon.a (mon.0) 505 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:41.722 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:41 vm06 systemd[1]: /etc/systemd/system/ceph-2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37@.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-03-31T20:25:41.722 INFO:journalctl@ceph.osd.2.vm06.stdout:Mar 31 20:25:41 vm06 systemd[1]: /etc/systemd/system/ceph-2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37@.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-03-31T20:25:42.375 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:42 vm05 bash[22868]: cephadm 2026-03-31T20:25:40.693834+0000 mgr.a (mgr.14152) 175 : cephadm [INF] Deploying daemon node-exporter.vm06 on vm06 2026-03-31T20:25:42.375 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:42 vm05 bash[22868]: cephadm 2026-03-31T20:25:40.693834+0000 mgr.a (mgr.14152) 175 : cephadm [INF] Deploying daemon node-exporter.vm06 on vm06 2026-03-31T20:25:42.375 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:42 vm05 bash[22868]: cluster 2026-03-31T20:25:41.128114+0000 mgr.a (mgr.14152) 176 : cluster [DBG] pgmap v107: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:25:42.375 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:42 vm05 bash[22868]: cluster 2026-03-31T20:25:41.128114+0000 mgr.a (mgr.14152) 176 : cluster [DBG] pgmap v107: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:25:42.375 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:42 vm05 bash[22868]: audit 2026-03-31T20:25:41.371330+0000 mon.a (mon.0) 506 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:42.375 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:42 vm05 bash[22868]: audit 2026-03-31T20:25:41.371330+0000 mon.a (mon.0) 506 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:42.375 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:42 vm05 bash[22868]: audit 2026-03-31T20:25:41.374527+0000 mon.a (mon.0) 507 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:42.375 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:42 vm05 bash[22868]: audit 2026-03-31T20:25:41.374527+0000 mon.a (mon.0) 507 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:42.375 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:42 vm05 bash[22868]: audit 2026-03-31T20:25:41.377330+0000 mon.a (mon.0) 508 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:42.375 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:42 vm05 bash[22868]: audit 2026-03-31T20:25:41.377330+0000 mon.a (mon.0) 508 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:42.375 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:42 vm05 bash[22868]: audit 2026-03-31T20:25:41.379840+0000 mon.a (mon.0) 509 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:42.375 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:42 vm05 bash[22868]: audit 2026-03-31T20:25:41.379840+0000 mon.a (mon.0) 509 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:42.375 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:42 vm05 bash[22868]: audit 2026-03-31T20:25:41.991242+0000 mon.a (mon.0) 510 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:42.375 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:42 vm05 bash[22868]: audit 2026-03-31T20:25:41.991242+0000 mon.a (mon.0) 510 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:42.375 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:42 vm05 bash[22868]: audit 2026-03-31T20:25:41.994319+0000 mon.a (mon.0) 511 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:42.375 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:42 vm05 bash[22868]: audit 2026-03-31T20:25:41.994319+0000 mon.a (mon.0) 511 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:42.375 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:42 vm05 bash[22868]: audit 2026-03-31T20:25:41.999693+0000 mon.a (mon.0) 512 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:42.375 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:42 vm05 bash[22868]: audit 2026-03-31T20:25:41.999693+0000 mon.a (mon.0) 512 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:42.375 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:42 vm05 bash[22868]: audit 2026-03-31T20:25:42.002316+0000 mon.a (mon.0) 513 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:42.375 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:42 vm05 bash[22868]: audit 2026-03-31T20:25:42.002316+0000 mon.a (mon.0) 513 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:42.375 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:42 vm05 bash[22868]: audit 2026-03-31T20:25:42.006457+0000 mon.a (mon.0) 514 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"} : dispatch 2026-03-31T20:25:42.375 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:42 vm05 bash[22868]: audit 2026-03-31T20:25:42.006457+0000 mon.a (mon.0) 514 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"} : dispatch 2026-03-31T20:25:42.375 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:42 vm05 bash[22868]: audit 2026-03-31T20:25:42.009232+0000 mon.a (mon.0) 515 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:42.375 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:42 vm05 bash[22868]: audit 2026-03-31T20:25:42.009232+0000 mon.a (mon.0) 515 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:42.450 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:42 vm01 bash[20507]: cephadm 2026-03-31T20:25:40.693834+0000 mgr.a (mgr.14152) 175 : cephadm [INF] Deploying daemon node-exporter.vm06 on vm06 2026-03-31T20:25:42.450 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:42 vm01 bash[20507]: cephadm 2026-03-31T20:25:40.693834+0000 mgr.a (mgr.14152) 175 : cephadm [INF] Deploying daemon node-exporter.vm06 on vm06 2026-03-31T20:25:42.450 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:42 vm01 bash[20507]: cluster 2026-03-31T20:25:41.128114+0000 mgr.a (mgr.14152) 176 : cluster [DBG] pgmap v107: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:25:42.450 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:42 vm01 bash[20507]: cluster 2026-03-31T20:25:41.128114+0000 mgr.a (mgr.14152) 176 : cluster [DBG] pgmap v107: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:25:42.450 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:42 vm01 bash[20507]: audit 2026-03-31T20:25:41.371330+0000 mon.a (mon.0) 506 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:42.450 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:42 vm01 bash[20507]: audit 2026-03-31T20:25:41.371330+0000 mon.a (mon.0) 506 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:42.450 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:42 vm01 bash[20507]: audit 2026-03-31T20:25:41.374527+0000 mon.a (mon.0) 507 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:42.450 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:42 vm01 bash[20507]: audit 2026-03-31T20:25:41.374527+0000 mon.a (mon.0) 507 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:42.450 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:42 vm01 bash[20507]: audit 2026-03-31T20:25:41.377330+0000 mon.a (mon.0) 508 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:42.450 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:42 vm01 bash[20507]: audit 2026-03-31T20:25:41.377330+0000 mon.a (mon.0) 508 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:42.450 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:42 vm01 bash[20507]: audit 2026-03-31T20:25:41.379840+0000 mon.a (mon.0) 509 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:42.450 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:42 vm01 bash[20507]: audit 2026-03-31T20:25:41.379840+0000 mon.a (mon.0) 509 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:42.450 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:42 vm01 bash[20507]: audit 2026-03-31T20:25:41.991242+0000 mon.a (mon.0) 510 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:42.450 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:42 vm01 bash[20507]: audit 2026-03-31T20:25:41.991242+0000 mon.a (mon.0) 510 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:42.450 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:42 vm01 bash[20507]: audit 2026-03-31T20:25:41.994319+0000 mon.a (mon.0) 511 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:42.450 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:42 vm01 bash[20507]: audit 2026-03-31T20:25:41.994319+0000 mon.a (mon.0) 511 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:42.450 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:42 vm01 bash[20507]: audit 2026-03-31T20:25:41.999693+0000 mon.a (mon.0) 512 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:42.450 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:42 vm01 bash[20507]: audit 2026-03-31T20:25:41.999693+0000 mon.a (mon.0) 512 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:42.450 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:42 vm01 bash[20507]: audit 2026-03-31T20:25:42.002316+0000 mon.a (mon.0) 513 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:42.451 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:42 vm01 bash[20507]: audit 2026-03-31T20:25:42.002316+0000 mon.a (mon.0) 513 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:42.451 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:42 vm01 bash[20507]: audit 2026-03-31T20:25:42.006457+0000 mon.a (mon.0) 514 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"} : dispatch 2026-03-31T20:25:42.451 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:42 vm01 bash[20507]: audit 2026-03-31T20:25:42.006457+0000 mon.a (mon.0) 514 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"} : dispatch 2026-03-31T20:25:42.451 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:42 vm01 bash[20507]: audit 2026-03-31T20:25:42.009232+0000 mon.a (mon.0) 515 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:42.451 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:42 vm01 bash[20507]: audit 2026-03-31T20:25:42.009232+0000 mon.a (mon.0) 515 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:42.473 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:42 vm06 bash[23229]: cephadm 2026-03-31T20:25:40.693834+0000 mgr.a (mgr.14152) 175 : cephadm [INF] Deploying daemon node-exporter.vm06 on vm06 2026-03-31T20:25:42.473 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:42 vm06 bash[23229]: cephadm 2026-03-31T20:25:40.693834+0000 mgr.a (mgr.14152) 175 : cephadm [INF] Deploying daemon node-exporter.vm06 on vm06 2026-03-31T20:25:42.473 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:42 vm06 bash[23229]: cluster 2026-03-31T20:25:41.128114+0000 mgr.a (mgr.14152) 176 : cluster [DBG] pgmap v107: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:25:42.473 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:42 vm06 bash[23229]: cluster 2026-03-31T20:25:41.128114+0000 mgr.a (mgr.14152) 176 : cluster [DBG] pgmap v107: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:25:42.473 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:42 vm06 bash[23229]: audit 2026-03-31T20:25:41.371330+0000 mon.a (mon.0) 506 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:42.473 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:42 vm06 bash[23229]: audit 2026-03-31T20:25:41.371330+0000 mon.a (mon.0) 506 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:42.473 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:42 vm06 bash[23229]: audit 2026-03-31T20:25:41.374527+0000 mon.a (mon.0) 507 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:42.473 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:42 vm06 bash[23229]: audit 2026-03-31T20:25:41.374527+0000 mon.a (mon.0) 507 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:42.473 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:42 vm06 bash[23229]: audit 2026-03-31T20:25:41.377330+0000 mon.a (mon.0) 508 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:42.473 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:42 vm06 bash[23229]: audit 2026-03-31T20:25:41.377330+0000 mon.a (mon.0) 508 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:42.473 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:42 vm06 bash[23229]: audit 2026-03-31T20:25:41.379840+0000 mon.a (mon.0) 509 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:42.473 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:42 vm06 bash[23229]: audit 2026-03-31T20:25:41.379840+0000 mon.a (mon.0) 509 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:42.473 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:42 vm06 bash[23229]: audit 2026-03-31T20:25:41.991242+0000 mon.a (mon.0) 510 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:42.473 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:42 vm06 bash[23229]: audit 2026-03-31T20:25:41.991242+0000 mon.a (mon.0) 510 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:42.473 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:42 vm06 bash[23229]: audit 2026-03-31T20:25:41.994319+0000 mon.a (mon.0) 511 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:42.473 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:42 vm06 bash[23229]: audit 2026-03-31T20:25:41.994319+0000 mon.a (mon.0) 511 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:42.473 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:42 vm06 bash[23229]: audit 2026-03-31T20:25:41.999693+0000 mon.a (mon.0) 512 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:42.473 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:42 vm06 bash[23229]: audit 2026-03-31T20:25:41.999693+0000 mon.a (mon.0) 512 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:42.473 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:42 vm06 bash[23229]: audit 2026-03-31T20:25:42.002316+0000 mon.a (mon.0) 513 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:42.473 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:42 vm06 bash[23229]: audit 2026-03-31T20:25:42.002316+0000 mon.a (mon.0) 513 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:42.473 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:42 vm06 bash[23229]: audit 2026-03-31T20:25:42.006457+0000 mon.a (mon.0) 514 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"} : dispatch 2026-03-31T20:25:42.473 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:42 vm06 bash[23229]: audit 2026-03-31T20:25:42.006457+0000 mon.a (mon.0) 514 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"} : dispatch 2026-03-31T20:25:42.473 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:42 vm06 bash[23229]: audit 2026-03-31T20:25:42.009232+0000 mon.a (mon.0) 515 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:42.473 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:42 vm06 bash[23229]: audit 2026-03-31T20:25:42.009232+0000 mon.a (mon.0) 515 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:43.393 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:43 vm05 bash[22868]: cephadm 2026-03-31T20:25:41.381571+0000 mgr.a (mgr.14152) 177 : cephadm [INF] Generating cephadm-signed certificates for grafana_cert/grafana_key 2026-03-31T20:25:43.393 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:43 vm05 bash[22868]: cephadm 2026-03-31T20:25:41.381571+0000 mgr.a (mgr.14152) 177 : cephadm [INF] Generating cephadm-signed certificates for grafana_cert/grafana_key 2026-03-31T20:25:43.393 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:43 vm05 bash[22868]: audit 2026-03-31T20:25:42.006719+0000 mgr.a (mgr.14152) 178 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2026-03-31T20:25:43.393 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:43 vm05 bash[22868]: audit 2026-03-31T20:25:42.006719+0000 mgr.a (mgr.14152) 178 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2026-03-31T20:25:43.393 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:43 vm05 bash[22868]: cephadm 2026-03-31T20:25:42.017665+0000 mgr.a (mgr.14152) 179 : cephadm [INF] Deploying daemon grafana.vm01 on vm01 2026-03-31T20:25:43.393 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:43 vm05 bash[22868]: cephadm 2026-03-31T20:25:42.017665+0000 mgr.a (mgr.14152) 179 : cephadm [INF] Deploying daemon grafana.vm01 on vm01 2026-03-31T20:25:43.472 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:43 vm06 bash[23229]: cephadm 2026-03-31T20:25:41.381571+0000 mgr.a (mgr.14152) 177 : cephadm [INF] Generating cephadm-signed certificates for grafana_cert/grafana_key 2026-03-31T20:25:43.472 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:43 vm06 bash[23229]: cephadm 2026-03-31T20:25:41.381571+0000 mgr.a (mgr.14152) 177 : cephadm [INF] Generating cephadm-signed certificates for grafana_cert/grafana_key 2026-03-31T20:25:43.472 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:43 vm06 bash[23229]: audit 2026-03-31T20:25:42.006719+0000 mgr.a (mgr.14152) 178 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2026-03-31T20:25:43.472 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:43 vm06 bash[23229]: audit 2026-03-31T20:25:42.006719+0000 mgr.a (mgr.14152) 178 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2026-03-31T20:25:43.472 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:43 vm06 bash[23229]: cephadm 2026-03-31T20:25:42.017665+0000 mgr.a (mgr.14152) 179 : cephadm [INF] Deploying daemon grafana.vm01 on vm01 2026-03-31T20:25:43.472 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:43 vm06 bash[23229]: cephadm 2026-03-31T20:25:42.017665+0000 mgr.a (mgr.14152) 179 : cephadm [INF] Deploying daemon grafana.vm01 on vm01 2026-03-31T20:25:43.588 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:43 vm01 bash[20507]: cephadm 2026-03-31T20:25:41.381571+0000 mgr.a (mgr.14152) 177 : cephadm [INF] Generating cephadm-signed certificates for grafana_cert/grafana_key 2026-03-31T20:25:43.588 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:43 vm01 bash[20507]: cephadm 2026-03-31T20:25:41.381571+0000 mgr.a (mgr.14152) 177 : cephadm [INF] Generating cephadm-signed certificates for grafana_cert/grafana_key 2026-03-31T20:25:43.588 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:43 vm01 bash[20507]: audit 2026-03-31T20:25:42.006719+0000 mgr.a (mgr.14152) 178 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2026-03-31T20:25:43.588 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:43 vm01 bash[20507]: audit 2026-03-31T20:25:42.006719+0000 mgr.a (mgr.14152) 178 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2026-03-31T20:25:43.588 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:43 vm01 bash[20507]: cephadm 2026-03-31T20:25:42.017665+0000 mgr.a (mgr.14152) 179 : cephadm [INF] Deploying daemon grafana.vm01 on vm01 2026-03-31T20:25:43.588 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:43 vm01 bash[20507]: cephadm 2026-03-31T20:25:42.017665+0000 mgr.a (mgr.14152) 179 : cephadm [INF] Deploying daemon grafana.vm01 on vm01 2026-03-31T20:25:44.472 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:44 vm06 bash[23229]: cluster 2026-03-31T20:25:43.128387+0000 mgr.a (mgr.14152) 180 : cluster [DBG] pgmap v108: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:25:44.472 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:44 vm06 bash[23229]: cluster 2026-03-31T20:25:43.128387+0000 mgr.a (mgr.14152) 180 : cluster [DBG] pgmap v108: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:25:44.472 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:44 vm06 bash[23229]: audit 2026-03-31T20:25:43.331458+0000 mon.a (mon.0) 516 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:44.472 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:44 vm06 bash[23229]: audit 2026-03-31T20:25:43.331458+0000 mon.a (mon.0) 516 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:44.588 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:44 vm01 bash[20507]: cluster 2026-03-31T20:25:43.128387+0000 mgr.a (mgr.14152) 180 : cluster [DBG] pgmap v108: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:25:44.588 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:44 vm01 bash[20507]: cluster 2026-03-31T20:25:43.128387+0000 mgr.a (mgr.14152) 180 : cluster [DBG] pgmap v108: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:25:44.588 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:44 vm01 bash[20507]: audit 2026-03-31T20:25:43.331458+0000 mon.a (mon.0) 516 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:44.588 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:44 vm01 bash[20507]: audit 2026-03-31T20:25:43.331458+0000 mon.a (mon.0) 516 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:44.643 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:44 vm05 bash[22868]: cluster 2026-03-31T20:25:43.128387+0000 mgr.a (mgr.14152) 180 : cluster [DBG] pgmap v108: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:25:44.643 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:44 vm05 bash[22868]: cluster 2026-03-31T20:25:43.128387+0000 mgr.a (mgr.14152) 180 : cluster [DBG] pgmap v108: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:25:44.643 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:44 vm05 bash[22868]: audit 2026-03-31T20:25:43.331458+0000 mon.a (mon.0) 516 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:44.643 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:44 vm05 bash[22868]: audit 2026-03-31T20:25:43.331458+0000 mon.a (mon.0) 516 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:46.472 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:46 vm06 bash[23229]: cluster 2026-03-31T20:25:45.128632+0000 mgr.a (mgr.14152) 181 : cluster [DBG] pgmap v109: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:25:46.472 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:46 vm06 bash[23229]: cluster 2026-03-31T20:25:45.128632+0000 mgr.a (mgr.14152) 181 : cluster [DBG] pgmap v109: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:25:46.588 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:46 vm01 bash[20507]: cluster 2026-03-31T20:25:45.128632+0000 mgr.a (mgr.14152) 181 : cluster [DBG] pgmap v109: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:25:46.588 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:46 vm01 bash[20507]: cluster 2026-03-31T20:25:45.128632+0000 mgr.a (mgr.14152) 181 : cluster [DBG] pgmap v109: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:25:46.643 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:46 vm05 bash[22868]: cluster 2026-03-31T20:25:45.128632+0000 mgr.a (mgr.14152) 181 : cluster [DBG] pgmap v109: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:25:46.643 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:46 vm05 bash[22868]: cluster 2026-03-31T20:25:45.128632+0000 mgr.a (mgr.14152) 181 : cluster [DBG] pgmap v109: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:25:48.472 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:48 vm06 bash[23229]: cluster 2026-03-31T20:25:47.128896+0000 mgr.a (mgr.14152) 182 : cluster [DBG] pgmap v110: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:25:48.472 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:48 vm06 bash[23229]: cluster 2026-03-31T20:25:47.128896+0000 mgr.a (mgr.14152) 182 : cluster [DBG] pgmap v110: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:25:48.588 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:48 vm01 bash[20507]: cluster 2026-03-31T20:25:47.128896+0000 mgr.a (mgr.14152) 182 : cluster [DBG] pgmap v110: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:25:48.588 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:48 vm01 bash[20507]: cluster 2026-03-31T20:25:47.128896+0000 mgr.a (mgr.14152) 182 : cluster [DBG] pgmap v110: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:25:48.643 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:48 vm05 bash[22868]: cluster 2026-03-31T20:25:47.128896+0000 mgr.a (mgr.14152) 182 : cluster [DBG] pgmap v110: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:25:48.643 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:48 vm05 bash[22868]: cluster 2026-03-31T20:25:47.128896+0000 mgr.a (mgr.14152) 182 : cluster [DBG] pgmap v110: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:25:50.472 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:50 vm06 bash[23229]: cluster 2026-03-31T20:25:49.143214+0000 mgr.a (mgr.14152) 183 : cluster [DBG] pgmap v111: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:25:50.472 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:50 vm06 bash[23229]: cluster 2026-03-31T20:25:49.143214+0000 mgr.a (mgr.14152) 183 : cluster [DBG] pgmap v111: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:25:50.588 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:50 vm01 bash[20507]: cluster 2026-03-31T20:25:49.143214+0000 mgr.a (mgr.14152) 183 : cluster [DBG] pgmap v111: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:25:50.588 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:50 vm01 bash[20507]: cluster 2026-03-31T20:25:49.143214+0000 mgr.a (mgr.14152) 183 : cluster [DBG] pgmap v111: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:25:50.643 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:50 vm05 bash[22868]: cluster 2026-03-31T20:25:49.143214+0000 mgr.a (mgr.14152) 183 : cluster [DBG] pgmap v111: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:25:50.643 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:50 vm05 bash[22868]: cluster 2026-03-31T20:25:49.143214+0000 mgr.a (mgr.14152) 183 : cluster [DBG] pgmap v111: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:25:52.588 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:52 vm01 bash[20507]: cluster 2026-03-31T20:25:51.143455+0000 mgr.a (mgr.14152) 184 : cluster [DBG] pgmap v112: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:25:52.588 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:52 vm01 bash[20507]: cluster 2026-03-31T20:25:51.143455+0000 mgr.a (mgr.14152) 184 : cluster [DBG] pgmap v112: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:25:52.643 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:52 vm05 bash[22868]: cluster 2026-03-31T20:25:51.143455+0000 mgr.a (mgr.14152) 184 : cluster [DBG] pgmap v112: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:25:52.643 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:52 vm05 bash[22868]: cluster 2026-03-31T20:25:51.143455+0000 mgr.a (mgr.14152) 184 : cluster [DBG] pgmap v112: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:25:52.722 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:52 vm06 bash[23229]: cluster 2026-03-31T20:25:51.143455+0000 mgr.a (mgr.14152) 184 : cluster [DBG] pgmap v112: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:25:52.722 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:52 vm06 bash[23229]: cluster 2026-03-31T20:25:51.143455+0000 mgr.a (mgr.14152) 184 : cluster [DBG] pgmap v112: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:25:53.825 INFO:journalctl@ceph.mgr.a.vm01.stdout:Mar 31 20:25:53 vm01 systemd[1]: /etc/systemd/system/ceph-2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37@.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-03-31T20:25:53.825 INFO:journalctl@ceph.mgr.a.vm01.stdout:Mar 31 20:25:53 vm01 systemd[1]: /etc/systemd/system/ceph-2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37@.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-03-31T20:25:53.825 INFO:journalctl@ceph.osd.0.vm01.stdout:Mar 31 20:25:53 vm01 systemd[1]: /etc/systemd/system/ceph-2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37@.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-03-31T20:25:53.825 INFO:journalctl@ceph.osd.0.vm01.stdout:Mar 31 20:25:53 vm01 systemd[1]: /etc/systemd/system/ceph-2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37@.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-03-31T20:25:53.825 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:53 vm01 systemd[1]: /etc/systemd/system/ceph-2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37@.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-03-31T20:25:53.825 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:53 vm01 systemd[1]: /etc/systemd/system/ceph-2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37@.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-03-31T20:25:54.326 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:54 vm01 bash[20507]: cluster 2026-03-31T20:25:53.143701+0000 mgr.a (mgr.14152) 185 : cluster [DBG] pgmap v113: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:25:54.326 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:54 vm01 bash[20507]: cluster 2026-03-31T20:25:53.143701+0000 mgr.a (mgr.14152) 185 : cluster [DBG] pgmap v113: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:25:54.326 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:54 vm01 bash[20507]: audit 2026-03-31T20:25:53.848357+0000 mon.a (mon.0) 517 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:54.326 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:54 vm01 bash[20507]: audit 2026-03-31T20:25:53.848357+0000 mon.a (mon.0) 517 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:54.326 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:54 vm01 bash[20507]: audit 2026-03-31T20:25:53.851719+0000 mon.a (mon.0) 518 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:54.326 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:54 vm01 bash[20507]: audit 2026-03-31T20:25:53.851719+0000 mon.a (mon.0) 518 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:54.326 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:54 vm01 bash[20507]: audit 2026-03-31T20:25:53.857626+0000 mon.a (mon.0) 519 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:54.326 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:54 vm01 bash[20507]: audit 2026-03-31T20:25:53.857626+0000 mon.a (mon.0) 519 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:54.326 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:54 vm01 bash[20507]: audit 2026-03-31T20:25:53.862206+0000 mon.a (mon.0) 520 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:54.326 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:54 vm01 bash[20507]: audit 2026-03-31T20:25:53.862206+0000 mon.a (mon.0) 520 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:54.472 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:54 vm06 bash[23229]: cluster 2026-03-31T20:25:53.143701+0000 mgr.a (mgr.14152) 185 : cluster [DBG] pgmap v113: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:25:54.473 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:54 vm06 bash[23229]: cluster 2026-03-31T20:25:53.143701+0000 mgr.a (mgr.14152) 185 : cluster [DBG] pgmap v113: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:25:54.473 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:54 vm06 bash[23229]: audit 2026-03-31T20:25:53.848357+0000 mon.a (mon.0) 517 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:54.473 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:54 vm06 bash[23229]: audit 2026-03-31T20:25:53.848357+0000 mon.a (mon.0) 517 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:54.473 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:54 vm06 bash[23229]: audit 2026-03-31T20:25:53.851719+0000 mon.a (mon.0) 518 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:54.473 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:54 vm06 bash[23229]: audit 2026-03-31T20:25:53.851719+0000 mon.a (mon.0) 518 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:54.473 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:54 vm06 bash[23229]: audit 2026-03-31T20:25:53.857626+0000 mon.a (mon.0) 519 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:54.473 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:54 vm06 bash[23229]: audit 2026-03-31T20:25:53.857626+0000 mon.a (mon.0) 519 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:54.473 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:54 vm06 bash[23229]: audit 2026-03-31T20:25:53.862206+0000 mon.a (mon.0) 520 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:54.473 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:54 vm06 bash[23229]: audit 2026-03-31T20:25:53.862206+0000 mon.a (mon.0) 520 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:54.643 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:54 vm05 bash[22868]: cluster 2026-03-31T20:25:53.143701+0000 mgr.a (mgr.14152) 185 : cluster [DBG] pgmap v113: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:25:54.643 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:54 vm05 bash[22868]: cluster 2026-03-31T20:25:53.143701+0000 mgr.a (mgr.14152) 185 : cluster [DBG] pgmap v113: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:25:54.643 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:54 vm05 bash[22868]: audit 2026-03-31T20:25:53.848357+0000 mon.a (mon.0) 517 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:54.643 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:54 vm05 bash[22868]: audit 2026-03-31T20:25:53.848357+0000 mon.a (mon.0) 517 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:54.643 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:54 vm05 bash[22868]: audit 2026-03-31T20:25:53.851719+0000 mon.a (mon.0) 518 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:54.643 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:54 vm05 bash[22868]: audit 2026-03-31T20:25:53.851719+0000 mon.a (mon.0) 518 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:54.643 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:54 vm05 bash[22868]: audit 2026-03-31T20:25:53.857626+0000 mon.a (mon.0) 519 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:54.643 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:54 vm05 bash[22868]: audit 2026-03-31T20:25:53.857626+0000 mon.a (mon.0) 519 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:54.643 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:54 vm05 bash[22868]: audit 2026-03-31T20:25:53.862206+0000 mon.a (mon.0) 520 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:54.643 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:54 vm05 bash[22868]: audit 2026-03-31T20:25:53.862206+0000 mon.a (mon.0) 520 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:55.338 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:55 vm01 bash[20507]: cephadm 2026-03-31T20:25:53.866551+0000 mgr.a (mgr.14152) 186 : cephadm [INF] Deploying daemon alertmanager.vm06 on vm06 2026-03-31T20:25:55.338 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:55 vm01 bash[20507]: cephadm 2026-03-31T20:25:53.866551+0000 mgr.a (mgr.14152) 186 : cephadm [INF] Deploying daemon alertmanager.vm06 on vm06 2026-03-31T20:25:55.643 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:55 vm05 bash[22868]: cephadm 2026-03-31T20:25:53.866551+0000 mgr.a (mgr.14152) 186 : cephadm [INF] Deploying daemon alertmanager.vm06 on vm06 2026-03-31T20:25:55.643 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:55 vm05 bash[22868]: cephadm 2026-03-31T20:25:53.866551+0000 mgr.a (mgr.14152) 186 : cephadm [INF] Deploying daemon alertmanager.vm06 on vm06 2026-03-31T20:25:55.722 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:55 vm06 bash[23229]: cephadm 2026-03-31T20:25:53.866551+0000 mgr.a (mgr.14152) 186 : cephadm [INF] Deploying daemon alertmanager.vm06 on vm06 2026-03-31T20:25:55.722 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:55 vm06 bash[23229]: cephadm 2026-03-31T20:25:53.866551+0000 mgr.a (mgr.14152) 186 : cephadm [INF] Deploying daemon alertmanager.vm06 on vm06 2026-03-31T20:25:56.588 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:56 vm01 bash[20507]: cluster 2026-03-31T20:25:55.143940+0000 mgr.a (mgr.14152) 187 : cluster [DBG] pgmap v114: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:25:56.588 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:56 vm01 bash[20507]: cluster 2026-03-31T20:25:55.143940+0000 mgr.a (mgr.14152) 187 : cluster [DBG] pgmap v114: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:25:56.643 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:56 vm05 bash[22868]: cluster 2026-03-31T20:25:55.143940+0000 mgr.a (mgr.14152) 187 : cluster [DBG] pgmap v114: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:25:56.643 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:56 vm05 bash[22868]: cluster 2026-03-31T20:25:55.143940+0000 mgr.a (mgr.14152) 187 : cluster [DBG] pgmap v114: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:25:56.722 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:56 vm06 bash[23229]: cluster 2026-03-31T20:25:55.143940+0000 mgr.a (mgr.14152) 187 : cluster [DBG] pgmap v114: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:25:56.722 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:56 vm06 bash[23229]: cluster 2026-03-31T20:25:55.143940+0000 mgr.a (mgr.14152) 187 : cluster [DBG] pgmap v114: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:25:57.656 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:57 vm06 systemd[1]: /etc/systemd/system/ceph-2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37@.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-03-31T20:25:57.656 INFO:journalctl@ceph.osd.2.vm06.stdout:Mar 31 20:25:57 vm06 systemd[1]: /etc/systemd/system/ceph-2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37@.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-03-31T20:25:57.972 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:57 vm06 systemd[1]: /etc/systemd/system/ceph-2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37@.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-03-31T20:25:57.973 INFO:journalctl@ceph.osd.2.vm06.stdout:Mar 31 20:25:57 vm06 systemd[1]: /etc/systemd/system/ceph-2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37@.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-03-31T20:25:58.472 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:58 vm06 bash[23229]: cluster 2026-03-31T20:25:57.144201+0000 mgr.a (mgr.14152) 188 : cluster [DBG] pgmap v115: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:25:58.473 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:58 vm06 bash[23229]: cluster 2026-03-31T20:25:57.144201+0000 mgr.a (mgr.14152) 188 : cluster [DBG] pgmap v115: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:25:58.473 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:58 vm06 bash[23229]: audit 2026-03-31T20:25:57.758901+0000 mon.a (mon.0) 521 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:58.473 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:58 vm06 bash[23229]: audit 2026-03-31T20:25:57.758901+0000 mon.a (mon.0) 521 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:58.473 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:58 vm06 bash[23229]: audit 2026-03-31T20:25:57.762838+0000 mon.a (mon.0) 522 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:58.473 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:58 vm06 bash[23229]: audit 2026-03-31T20:25:57.762838+0000 mon.a (mon.0) 522 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:58.473 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:58 vm06 bash[23229]: audit 2026-03-31T20:25:57.766225+0000 mon.a (mon.0) 523 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:58.473 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:58 vm06 bash[23229]: audit 2026-03-31T20:25:57.766225+0000 mon.a (mon.0) 523 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:58.473 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:58 vm06 bash[23229]: audit 2026-03-31T20:25:57.770556+0000 mon.a (mon.0) 524 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:58.473 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:58 vm06 bash[23229]: audit 2026-03-31T20:25:57.770556+0000 mon.a (mon.0) 524 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:58.473 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:58 vm06 bash[23229]: audit 2026-03-31T20:25:57.773987+0000 mon.a (mon.0) 525 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:58.473 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:58 vm06 bash[23229]: audit 2026-03-31T20:25:57.773987+0000 mon.a (mon.0) 525 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:58.473 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:58 vm06 bash[23229]: audit 2026-03-31T20:25:57.776576+0000 mon.a (mon.0) 526 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:58.473 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:58 vm06 bash[23229]: audit 2026-03-31T20:25:57.776576+0000 mon.a (mon.0) 526 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:58.588 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:58 vm01 bash[20507]: cluster 2026-03-31T20:25:57.144201+0000 mgr.a (mgr.14152) 188 : cluster [DBG] pgmap v115: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:25:58.588 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:58 vm01 bash[20507]: cluster 2026-03-31T20:25:57.144201+0000 mgr.a (mgr.14152) 188 : cluster [DBG] pgmap v115: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:25:58.588 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:58 vm01 bash[20507]: audit 2026-03-31T20:25:57.758901+0000 mon.a (mon.0) 521 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:58.588 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:58 vm01 bash[20507]: audit 2026-03-31T20:25:57.758901+0000 mon.a (mon.0) 521 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:58.588 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:58 vm01 bash[20507]: audit 2026-03-31T20:25:57.762838+0000 mon.a (mon.0) 522 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:58.588 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:58 vm01 bash[20507]: audit 2026-03-31T20:25:57.762838+0000 mon.a (mon.0) 522 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:58.589 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:58 vm01 bash[20507]: audit 2026-03-31T20:25:57.766225+0000 mon.a (mon.0) 523 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:58.589 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:58 vm01 bash[20507]: audit 2026-03-31T20:25:57.766225+0000 mon.a (mon.0) 523 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:58.589 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:58 vm01 bash[20507]: audit 2026-03-31T20:25:57.770556+0000 mon.a (mon.0) 524 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:58.589 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:58 vm01 bash[20507]: audit 2026-03-31T20:25:57.770556+0000 mon.a (mon.0) 524 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:58.589 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:58 vm01 bash[20507]: audit 2026-03-31T20:25:57.773987+0000 mon.a (mon.0) 525 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:58.589 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:58 vm01 bash[20507]: audit 2026-03-31T20:25:57.773987+0000 mon.a (mon.0) 525 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:58.589 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:58 vm01 bash[20507]: audit 2026-03-31T20:25:57.776576+0000 mon.a (mon.0) 526 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:58.589 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:58 vm01 bash[20507]: audit 2026-03-31T20:25:57.776576+0000 mon.a (mon.0) 526 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:58.643 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:58 vm05 bash[22868]: cluster 2026-03-31T20:25:57.144201+0000 mgr.a (mgr.14152) 188 : cluster [DBG] pgmap v115: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:25:58.643 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:58 vm05 bash[22868]: cluster 2026-03-31T20:25:57.144201+0000 mgr.a (mgr.14152) 188 : cluster [DBG] pgmap v115: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:25:58.643 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:58 vm05 bash[22868]: audit 2026-03-31T20:25:57.758901+0000 mon.a (mon.0) 521 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:58.643 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:58 vm05 bash[22868]: audit 2026-03-31T20:25:57.758901+0000 mon.a (mon.0) 521 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:58.643 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:58 vm05 bash[22868]: audit 2026-03-31T20:25:57.762838+0000 mon.a (mon.0) 522 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:58.643 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:58 vm05 bash[22868]: audit 2026-03-31T20:25:57.762838+0000 mon.a (mon.0) 522 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:58.643 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:58 vm05 bash[22868]: audit 2026-03-31T20:25:57.766225+0000 mon.a (mon.0) 523 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:58.643 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:58 vm05 bash[22868]: audit 2026-03-31T20:25:57.766225+0000 mon.a (mon.0) 523 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:58.643 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:58 vm05 bash[22868]: audit 2026-03-31T20:25:57.770556+0000 mon.a (mon.0) 524 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:58.643 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:58 vm05 bash[22868]: audit 2026-03-31T20:25:57.770556+0000 mon.a (mon.0) 524 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:58.643 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:58 vm05 bash[22868]: audit 2026-03-31T20:25:57.773987+0000 mon.a (mon.0) 525 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:58.643 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:58 vm05 bash[22868]: audit 2026-03-31T20:25:57.773987+0000 mon.a (mon.0) 525 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:58.643 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:58 vm05 bash[22868]: audit 2026-03-31T20:25:57.776576+0000 mon.a (mon.0) 526 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:58.643 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:58 vm05 bash[22868]: audit 2026-03-31T20:25:57.776576+0000 mon.a (mon.0) 526 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:59.643 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:59 vm05 bash[22868]: cephadm 2026-03-31T20:25:57.927335+0000 mgr.a (mgr.14152) 189 : cephadm [INF] Deploying daemon prometheus.vm05 on vm05 2026-03-31T20:25:59.643 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:59 vm05 bash[22868]: cephadm 2026-03-31T20:25:57.927335+0000 mgr.a (mgr.14152) 189 : cephadm [INF] Deploying daemon prometheus.vm05 on vm05 2026-03-31T20:25:59.643 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:59 vm05 bash[22868]: audit 2026-03-31T20:25:58.336942+0000 mon.a (mon.0) 527 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:59.643 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:25:59 vm05 bash[22868]: audit 2026-03-31T20:25:58.336942+0000 mon.a (mon.0) 527 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:59.722 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:59 vm06 bash[23229]: cephadm 2026-03-31T20:25:57.927335+0000 mgr.a (mgr.14152) 189 : cephadm [INF] Deploying daemon prometheus.vm05 on vm05 2026-03-31T20:25:59.722 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:59 vm06 bash[23229]: cephadm 2026-03-31T20:25:57.927335+0000 mgr.a (mgr.14152) 189 : cephadm [INF] Deploying daemon prometheus.vm05 on vm05 2026-03-31T20:25:59.722 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:59 vm06 bash[23229]: audit 2026-03-31T20:25:58.336942+0000 mon.a (mon.0) 527 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:59.722 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:25:59 vm06 bash[23229]: audit 2026-03-31T20:25:58.336942+0000 mon.a (mon.0) 527 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:59.838 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:59 vm01 bash[20507]: cephadm 2026-03-31T20:25:57.927335+0000 mgr.a (mgr.14152) 189 : cephadm [INF] Deploying daemon prometheus.vm05 on vm05 2026-03-31T20:25:59.838 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:59 vm01 bash[20507]: cephadm 2026-03-31T20:25:57.927335+0000 mgr.a (mgr.14152) 189 : cephadm [INF] Deploying daemon prometheus.vm05 on vm05 2026-03-31T20:25:59.838 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:59 vm01 bash[20507]: audit 2026-03-31T20:25:58.336942+0000 mon.a (mon.0) 527 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:25:59.838 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:25:59 vm01 bash[20507]: audit 2026-03-31T20:25:58.336942+0000 mon.a (mon.0) 527 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:26:00.643 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:26:00 vm05 bash[22868]: cluster 2026-03-31T20:25:59.144401+0000 mgr.a (mgr.14152) 190 : cluster [DBG] pgmap v116: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:26:00.643 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:26:00 vm05 bash[22868]: cluster 2026-03-31T20:25:59.144401+0000 mgr.a (mgr.14152) 190 : cluster [DBG] pgmap v116: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:26:00.722 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:26:00 vm06 bash[23229]: cluster 2026-03-31T20:25:59.144401+0000 mgr.a (mgr.14152) 190 : cluster [DBG] pgmap v116: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:26:00.722 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:26:00 vm06 bash[23229]: cluster 2026-03-31T20:25:59.144401+0000 mgr.a (mgr.14152) 190 : cluster [DBG] pgmap v116: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:26:00.838 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:26:00 vm01 bash[20507]: cluster 2026-03-31T20:25:59.144401+0000 mgr.a (mgr.14152) 190 : cluster [DBG] pgmap v116: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:26:00.838 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:26:00 vm01 bash[20507]: cluster 2026-03-31T20:25:59.144401+0000 mgr.a (mgr.14152) 190 : cluster [DBG] pgmap v116: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:26:01.643 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:26:01 vm05 bash[22868]: cluster 2026-03-31T20:26:01.144653+0000 mgr.a (mgr.14152) 191 : cluster [DBG] pgmap v117: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:26:01.643 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:26:01 vm05 bash[22868]: cluster 2026-03-31T20:26:01.144653+0000 mgr.a (mgr.14152) 191 : cluster [DBG] pgmap v117: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:26:01.722 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:26:01 vm06 bash[23229]: cluster 2026-03-31T20:26:01.144653+0000 mgr.a (mgr.14152) 191 : cluster [DBG] pgmap v117: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:26:01.722 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:26:01 vm06 bash[23229]: cluster 2026-03-31T20:26:01.144653+0000 mgr.a (mgr.14152) 191 : cluster [DBG] pgmap v117: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:26:01.838 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:26:01 vm01 bash[20507]: cluster 2026-03-31T20:26:01.144653+0000 mgr.a (mgr.14152) 191 : cluster [DBG] pgmap v117: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:26:01.838 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:26:01 vm01 bash[20507]: cluster 2026-03-31T20:26:01.144653+0000 mgr.a (mgr.14152) 191 : cluster [DBG] pgmap v117: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:26:03.838 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:26:03 vm01 bash[20507]: cluster 2026-03-31T20:26:03.144943+0000 mgr.a (mgr.14152) 192 : cluster [DBG] pgmap v118: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:26:03.838 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:26:03 vm01 bash[20507]: cluster 2026-03-31T20:26:03.144943+0000 mgr.a (mgr.14152) 192 : cluster [DBG] pgmap v118: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:26:03.859 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:26:03 vm05 bash[22868]: cluster 2026-03-31T20:26:03.144943+0000 mgr.a (mgr.14152) 192 : cluster [DBG] pgmap v118: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:26:03.860 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:26:03 vm05 bash[22868]: cluster 2026-03-31T20:26:03.144943+0000 mgr.a (mgr.14152) 192 : cluster [DBG] pgmap v118: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:26:03.972 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:26:03 vm06 bash[23229]: cluster 2026-03-31T20:26:03.144943+0000 mgr.a (mgr.14152) 192 : cluster [DBG] pgmap v118: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:26:03.972 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:26:03 vm06 bash[23229]: cluster 2026-03-31T20:26:03.144943+0000 mgr.a (mgr.14152) 192 : cluster [DBG] pgmap v118: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:26:04.111 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:26:03 vm05 systemd[1]: /etc/systemd/system/ceph-2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37@.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-03-31T20:26:04.111 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:26:04 vm05 systemd[1]: /etc/systemd/system/ceph-2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37@.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-03-31T20:26:04.111 INFO:journalctl@ceph.mgr.b.vm05.stdout:Mar 31 20:26:03 vm05 systemd[1]: /etc/systemd/system/ceph-2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37@.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-03-31T20:26:04.111 INFO:journalctl@ceph.mgr.b.vm05.stdout:Mar 31 20:26:04 vm05 systemd[1]: /etc/systemd/system/ceph-2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37@.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-03-31T20:26:04.111 INFO:journalctl@ceph.osd.1.vm05.stdout:Mar 31 20:26:03 vm05 systemd[1]: /etc/systemd/system/ceph-2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37@.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-03-31T20:26:04.111 INFO:journalctl@ceph.osd.1.vm05.stdout:Mar 31 20:26:04 vm05 systemd[1]: /etc/systemd/system/ceph-2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37@.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-03-31T20:26:05.393 INFO:journalctl@ceph.mgr.b.vm05.stdout:Mar 31 20:26:05 vm05 bash[23310]: ignoring --setuser ceph since I am not root 2026-03-31T20:26:05.393 INFO:journalctl@ceph.mgr.b.vm05.stdout:Mar 31 20:26:05 vm05 bash[23310]: ignoring --setgroup ceph since I am not root 2026-03-31T20:26:05.393 INFO:journalctl@ceph.mgr.b.vm05.stdout:Mar 31 20:26:05 vm05 bash[23310]: debug 2026-03-31T20:26:05.190+0000 7f32cdd5a640 1 -- 192.168.123.105:0/2265726169 <== mon.2 v2:192.168.123.105:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) ==== 194+0+0 (secure 0 0 0) 0x56035c8a0000 con 0x56035c8a3400 2026-03-31T20:26:05.393 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:26:05 vm05 bash[22868]: audit 2026-03-31T20:26:04.132574+0000 mon.a (mon.0) 528 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:26:05.393 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:26:05 vm05 bash[22868]: audit 2026-03-31T20:26:04.132574+0000 mon.a (mon.0) 528 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:26:05.393 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:26:05 vm05 bash[22868]: audit 2026-03-31T20:26:04.136672+0000 mon.a (mon.0) 529 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:26:05.393 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:26:05 vm05 bash[22868]: audit 2026-03-31T20:26:04.136672+0000 mon.a (mon.0) 529 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:26:05.393 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:26:05 vm05 bash[22868]: audit 2026-03-31T20:26:04.140653+0000 mon.a (mon.0) 530 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:26:05.393 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:26:05 vm05 bash[22868]: audit 2026-03-31T20:26:04.140653+0000 mon.a (mon.0) 530 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:26:05.393 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:26:05 vm05 bash[22868]: audit 2026-03-31T20:26:04.145205+0000 mon.a (mon.0) 531 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "mgr module enable", "module": "prometheus"} : dispatch 2026-03-31T20:26:05.393 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:26:05 vm05 bash[22868]: audit 2026-03-31T20:26:04.145205+0000 mon.a (mon.0) 531 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "mgr module enable", "module": "prometheus"} : dispatch 2026-03-31T20:26:05.472 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:26:05 vm06 bash[23229]: audit 2026-03-31T20:26:04.132574+0000 mon.a (mon.0) 528 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:26:05.472 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:26:05 vm06 bash[23229]: audit 2026-03-31T20:26:04.132574+0000 mon.a (mon.0) 528 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:26:05.472 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:26:05 vm06 bash[23229]: audit 2026-03-31T20:26:04.136672+0000 mon.a (mon.0) 529 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:26:05.472 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:26:05 vm06 bash[23229]: audit 2026-03-31T20:26:04.136672+0000 mon.a (mon.0) 529 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:26:05.472 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:26:05 vm06 bash[23229]: audit 2026-03-31T20:26:04.140653+0000 mon.a (mon.0) 530 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:26:05.472 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:26:05 vm06 bash[23229]: audit 2026-03-31T20:26:04.140653+0000 mon.a (mon.0) 530 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:26:05.472 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:26:05 vm06 bash[23229]: audit 2026-03-31T20:26:04.145205+0000 mon.a (mon.0) 531 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "mgr module enable", "module": "prometheus"} : dispatch 2026-03-31T20:26:05.472 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:26:05 vm06 bash[23229]: audit 2026-03-31T20:26:04.145205+0000 mon.a (mon.0) 531 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "mgr module enable", "module": "prometheus"} : dispatch 2026-03-31T20:26:05.588 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:26:05 vm01 bash[20507]: audit 2026-03-31T20:26:04.132574+0000 mon.a (mon.0) 528 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:26:05.588 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:26:05 vm01 bash[20507]: audit 2026-03-31T20:26:04.132574+0000 mon.a (mon.0) 528 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:26:05.588 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:26:05 vm01 bash[20507]: audit 2026-03-31T20:26:04.136672+0000 mon.a (mon.0) 529 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:26:05.588 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:26:05 vm01 bash[20507]: audit 2026-03-31T20:26:04.136672+0000 mon.a (mon.0) 529 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:26:05.588 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:26:05 vm01 bash[20507]: audit 2026-03-31T20:26:04.140653+0000 mon.a (mon.0) 530 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:26:05.588 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:26:05 vm01 bash[20507]: audit 2026-03-31T20:26:04.140653+0000 mon.a (mon.0) 530 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' 2026-03-31T20:26:05.588 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:26:05 vm01 bash[20507]: audit 2026-03-31T20:26:04.145205+0000 mon.a (mon.0) 531 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "mgr module enable", "module": "prometheus"} : dispatch 2026-03-31T20:26:05.588 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:26:05 vm01 bash[20507]: audit 2026-03-31T20:26:04.145205+0000 mon.a (mon.0) 531 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd={"prefix": "mgr module enable", "module": "prometheus"} : dispatch 2026-03-31T20:26:05.588 INFO:journalctl@ceph.mgr.a.vm01.stdout:Mar 31 20:26:05 vm01 bash[20789]: ignoring --setuser ceph since I am not root 2026-03-31T20:26:05.588 INFO:journalctl@ceph.mgr.a.vm01.stdout:Mar 31 20:26:05 vm01 bash[20789]: ignoring --setgroup ceph since I am not root 2026-03-31T20:26:06.472 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:26:06 vm06 bash[23229]: audit 2026-03-31T20:26:05.143583+0000 mon.a (mon.0) 532 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2026-03-31T20:26:06.472 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:26:06 vm06 bash[23229]: audit 2026-03-31T20:26:05.143583+0000 mon.a (mon.0) 532 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2026-03-31T20:26:06.472 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:26:06 vm06 bash[23229]: cluster 2026-03-31T20:26:05.149620+0000 mon.a (mon.0) 533 : cluster [DBG] mgrmap e16: a(active, since 3m), standbys: b 2026-03-31T20:26:06.472 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:26:06 vm06 bash[23229]: cluster 2026-03-31T20:26:05.149620+0000 mon.a (mon.0) 533 : cluster [DBG] mgrmap e16: a(active, since 3m), standbys: b 2026-03-31T20:26:06.588 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:26:06 vm01 bash[20507]: audit 2026-03-31T20:26:05.143583+0000 mon.a (mon.0) 532 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2026-03-31T20:26:06.588 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:26:06 vm01 bash[20507]: audit 2026-03-31T20:26:05.143583+0000 mon.a (mon.0) 532 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2026-03-31T20:26:06.588 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:26:06 vm01 bash[20507]: cluster 2026-03-31T20:26:05.149620+0000 mon.a (mon.0) 533 : cluster [DBG] mgrmap e16: a(active, since 3m), standbys: b 2026-03-31T20:26:06.588 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:26:06 vm01 bash[20507]: cluster 2026-03-31T20:26:05.149620+0000 mon.a (mon.0) 533 : cluster [DBG] mgrmap e16: a(active, since 3m), standbys: b 2026-03-31T20:26:06.588 INFO:journalctl@ceph.mgr.a.vm01.stdout:Mar 31 20:26:06 vm01 bash[20789]: /lib64/python3.9/site-packages/scipy/__init__.py:73: UserWarning: NumPy was imported from a Python sub-interpreter but NumPy does not properly support sub-interpreters. This will likely work for most users but might cause hard to track down issues or subtle bugs. A common user of the rare sub-interpreter feature is wsgi which also allows single-interpreter mode. 2026-03-31T20:26:06.588 INFO:journalctl@ceph.mgr.a.vm01.stdout:Mar 31 20:26:06 vm01 bash[20789]: Improvements in the case of bugs are welcome, but is not on the NumPy roadmap, and full support may require significant effort to achieve. 2026-03-31T20:26:06.588 INFO:journalctl@ceph.mgr.a.vm01.stdout:Mar 31 20:26:06 vm01 bash[20789]: from numpy import show_config as show_numpy_config 2026-03-31T20:26:06.642 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:26:06 vm05 bash[22868]: audit 2026-03-31T20:26:05.143583+0000 mon.a (mon.0) 532 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2026-03-31T20:26:06.643 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:26:06 vm05 bash[22868]: audit 2026-03-31T20:26:05.143583+0000 mon.a (mon.0) 532 : audit [INF] from='mgr.14152 192.168.123.101:0/804744356' entity='mgr.a' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2026-03-31T20:26:06.643 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:26:06 vm05 bash[22868]: cluster 2026-03-31T20:26:05.149620+0000 mon.a (mon.0) 533 : cluster [DBG] mgrmap e16: a(active, since 3m), standbys: b 2026-03-31T20:26:06.643 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:26:06 vm05 bash[22868]: cluster 2026-03-31T20:26:05.149620+0000 mon.a (mon.0) 533 : cluster [DBG] mgrmap e16: a(active, since 3m), standbys: b 2026-03-31T20:26:06.643 INFO:journalctl@ceph.mgr.b.vm05.stdout:Mar 31 20:26:06 vm05 bash[23310]: /lib64/python3.9/site-packages/scipy/__init__.py:73: UserWarning: NumPy was imported from a Python sub-interpreter but NumPy does not properly support sub-interpreters. This will likely work for most users but might cause hard to track down issues or subtle bugs. A common user of the rare sub-interpreter feature is wsgi which also allows single-interpreter mode. 2026-03-31T20:26:06.643 INFO:journalctl@ceph.mgr.b.vm05.stdout:Mar 31 20:26:06 vm05 bash[23310]: Improvements in the case of bugs are welcome, but is not on the NumPy roadmap, and full support may require significant effort to achieve. 2026-03-31T20:26:06.643 INFO:journalctl@ceph.mgr.b.vm05.stdout:Mar 31 20:26:06 vm05 bash[23310]: from numpy import show_config as show_numpy_config 2026-03-31T20:26:08.394 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:26:08 vm05 bash[22868]: cluster 2026-03-31T20:26:08.095372+0000 mon.a (mon.0) 534 : cluster [INF] Active manager daemon a restarted 2026-03-31T20:26:08.394 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:26:08 vm05 bash[22868]: cluster 2026-03-31T20:26:08.095372+0000 mon.a (mon.0) 534 : cluster [INF] Active manager daemon a restarted 2026-03-31T20:26:08.394 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:26:08 vm05 bash[22868]: cluster 2026-03-31T20:26:08.095597+0000 mon.a (mon.0) 535 : cluster [INF] Activating manager daemon a 2026-03-31T20:26:08.394 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:26:08 vm05 bash[22868]: cluster 2026-03-31T20:26:08.095597+0000 mon.a (mon.0) 535 : cluster [INF] Activating manager daemon a 2026-03-31T20:26:08.394 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:26:08 vm05 bash[22868]: cluster 2026-03-31T20:26:08.103441+0000 mon.a (mon.0) 536 : cluster [DBG] osdmap e24: 3 total, 3 up, 3 in 2026-03-31T20:26:08.394 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:26:08 vm05 bash[22868]: cluster 2026-03-31T20:26:08.103441+0000 mon.a (mon.0) 536 : cluster [DBG] osdmap e24: 3 total, 3 up, 3 in 2026-03-31T20:26:08.394 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:26:08 vm05 bash[22868]: cluster 2026-03-31T20:26:08.103719+0000 mon.a (mon.0) 537 : cluster [DBG] mgrmap e17: a(active, starting, since 0.00821644s), standbys: b 2026-03-31T20:26:08.394 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:26:08 vm05 bash[22868]: cluster 2026-03-31T20:26:08.103719+0000 mon.a (mon.0) 537 : cluster [DBG] mgrmap e17: a(active, starting, since 0.00821644s), standbys: b 2026-03-31T20:26:08.394 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:26:08 vm05 bash[22868]: audit 2026-03-31T20:26:08.106007+0000 mon.a (mon.0) 538 : audit [DBG] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-03-31T20:26:08.394 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:26:08 vm05 bash[22868]: audit 2026-03-31T20:26:08.106007+0000 mon.a (mon.0) 538 : audit [DBG] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-03-31T20:26:08.394 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:26:08 vm05 bash[22868]: audit 2026-03-31T20:26:08.106074+0000 mon.a (mon.0) 539 : audit [DBG] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-03-31T20:26:08.395 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:26:08 vm05 bash[22868]: audit 2026-03-31T20:26:08.106074+0000 mon.a (mon.0) 539 : audit [DBG] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-03-31T20:26:08.395 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:26:08 vm05 bash[22868]: audit 2026-03-31T20:26:08.106142+0000 mon.a (mon.0) 540 : audit [DBG] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-03-31T20:26:08.395 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:26:08 vm05 bash[22868]: audit 2026-03-31T20:26:08.106142+0000 mon.a (mon.0) 540 : audit [DBG] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-03-31T20:26:08.395 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:26:08 vm05 bash[22868]: audit 2026-03-31T20:26:08.106488+0000 mon.a (mon.0) 541 : audit [DBG] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "mgr metadata", "who": "a", "id": "a"} : dispatch 2026-03-31T20:26:08.395 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:26:08 vm05 bash[22868]: audit 2026-03-31T20:26:08.106488+0000 mon.a (mon.0) 541 : audit [DBG] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "mgr metadata", "who": "a", "id": "a"} : dispatch 2026-03-31T20:26:08.395 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:26:08 vm05 bash[22868]: audit 2026-03-31T20:26:08.106581+0000 mon.a (mon.0) 542 : audit [DBG] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "mgr metadata", "who": "b", "id": "b"} : dispatch 2026-03-31T20:26:08.395 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:26:08 vm05 bash[22868]: audit 2026-03-31T20:26:08.106581+0000 mon.a (mon.0) 542 : audit [DBG] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "mgr metadata", "who": "b", "id": "b"} : dispatch 2026-03-31T20:26:08.395 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:26:08 vm05 bash[22868]: audit 2026-03-31T20:26:08.106703+0000 mon.a (mon.0) 543 : audit [DBG] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-03-31T20:26:08.395 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:26:08 vm05 bash[22868]: audit 2026-03-31T20:26:08.106703+0000 mon.a (mon.0) 543 : audit [DBG] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-03-31T20:26:08.395 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:26:08 vm05 bash[22868]: audit 2026-03-31T20:26:08.106778+0000 mon.a (mon.0) 544 : audit [DBG] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-03-31T20:26:08.395 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:26:08 vm05 bash[22868]: audit 2026-03-31T20:26:08.106778+0000 mon.a (mon.0) 544 : audit [DBG] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-03-31T20:26:08.395 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:26:08 vm05 bash[22868]: audit 2026-03-31T20:26:08.106841+0000 mon.a (mon.0) 545 : audit [DBG] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2026-03-31T20:26:08.395 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:26:08 vm05 bash[22868]: audit 2026-03-31T20:26:08.106841+0000 mon.a (mon.0) 545 : audit [DBG] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2026-03-31T20:26:08.395 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:26:08 vm05 bash[22868]: audit 2026-03-31T20:26:08.107210+0000 mon.a (mon.0) 546 : audit [DBG] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "mds metadata"} : dispatch 2026-03-31T20:26:08.395 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:26:08 vm05 bash[22868]: audit 2026-03-31T20:26:08.107210+0000 mon.a (mon.0) 546 : audit [DBG] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "mds metadata"} : dispatch 2026-03-31T20:26:08.395 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:26:08 vm05 bash[22868]: audit 2026-03-31T20:26:08.107263+0000 mon.a (mon.0) 547 : audit [DBG] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "osd metadata"} : dispatch 2026-03-31T20:26:08.395 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:26:08 vm05 bash[22868]: audit 2026-03-31T20:26:08.107263+0000 mon.a (mon.0) 547 : audit [DBG] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "osd metadata"} : dispatch 2026-03-31T20:26:08.395 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:26:08 vm05 bash[22868]: audit 2026-03-31T20:26:08.107359+0000 mon.a (mon.0) 548 : audit [DBG] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "mon metadata"} : dispatch 2026-03-31T20:26:08.395 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:26:08 vm05 bash[22868]: audit 2026-03-31T20:26:08.107359+0000 mon.a (mon.0) 548 : audit [DBG] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "mon metadata"} : dispatch 2026-03-31T20:26:08.395 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:26:08 vm05 bash[22868]: cluster 2026-03-31T20:26:08.113059+0000 mon.a (mon.0) 549 : cluster [INF] Manager daemon a is now available 2026-03-31T20:26:08.395 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:26:08 vm05 bash[22868]: cluster 2026-03-31T20:26:08.113059+0000 mon.a (mon.0) 549 : cluster [INF] Manager daemon a is now available 2026-03-31T20:26:08.395 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:26:08 vm05 bash[22868]: audit 2026-03-31T20:26:08.130459+0000 mon.b (mon.2) 9 : audit [DBG] from='mgr.? 192.168.123.105:0/712634548' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/b/crt"} : dispatch 2026-03-31T20:26:08.395 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:26:08 vm05 bash[22868]: audit 2026-03-31T20:26:08.130459+0000 mon.b (mon.2) 9 : audit [DBG] from='mgr.? 192.168.123.105:0/712634548' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/b/crt"} : dispatch 2026-03-31T20:26:08.395 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:26:08 vm05 bash[22868]: audit 2026-03-31T20:26:08.131311+0000 mon.b (mon.2) 10 : audit [DBG] from='mgr.? 192.168.123.105:0/712634548' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/crt"} : dispatch 2026-03-31T20:26:08.395 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:26:08 vm05 bash[22868]: audit 2026-03-31T20:26:08.131311+0000 mon.b (mon.2) 10 : audit [DBG] from='mgr.? 192.168.123.105:0/712634548' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/crt"} : dispatch 2026-03-31T20:26:08.395 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:26:08 vm05 bash[22868]: cluster 2026-03-31T20:26:08.132102+0000 mon.a (mon.0) 550 : cluster [DBG] Standby manager daemon b restarted 2026-03-31T20:26:08.395 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:26:08 vm05 bash[22868]: cluster 2026-03-31T20:26:08.132102+0000 mon.a (mon.0) 550 : cluster [DBG] Standby manager daemon b restarted 2026-03-31T20:26:08.395 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:26:08 vm05 bash[22868]: cluster 2026-03-31T20:26:08.132198+0000 mon.a (mon.0) 551 : cluster [DBG] Standby manager daemon b started 2026-03-31T20:26:08.395 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:26:08 vm05 bash[22868]: cluster 2026-03-31T20:26:08.132198+0000 mon.a (mon.0) 551 : cluster [DBG] Standby manager daemon b started 2026-03-31T20:26:08.395 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:26:08 vm05 bash[22868]: audit 2026-03-31T20:26:08.132627+0000 mon.b (mon.2) 11 : audit [DBG] from='mgr.? 192.168.123.105:0/712634548' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/b/key"} : dispatch 2026-03-31T20:26:08.395 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:26:08 vm05 bash[22868]: audit 2026-03-31T20:26:08.132627+0000 mon.b (mon.2) 11 : audit [DBG] from='mgr.? 192.168.123.105:0/712634548' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/b/key"} : dispatch 2026-03-31T20:26:08.395 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:26:08 vm05 bash[22868]: audit 2026-03-31T20:26:08.132951+0000 mon.b (mon.2) 12 : audit [DBG] from='mgr.? 192.168.123.105:0/712634548' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/key"} : dispatch 2026-03-31T20:26:08.395 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:26:08 vm05 bash[22868]: audit 2026-03-31T20:26:08.132951+0000 mon.b (mon.2) 12 : audit [DBG] from='mgr.? 192.168.123.105:0/712634548' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/key"} : dispatch 2026-03-31T20:26:08.395 INFO:journalctl@ceph.mgr.b.vm05.stdout:Mar 31 20:26:08 vm05 bash[23310]: [31/Mar/2026:20:26:08] ENGINE Bus STARTING 2026-03-31T20:26:08.395 INFO:journalctl@ceph.mgr.b.vm05.stdout:Mar 31 20:26:08 vm05 bash[23310]: CherryPy Checker: 2026-03-31T20:26:08.395 INFO:journalctl@ceph.mgr.b.vm05.stdout:Mar 31 20:26:08 vm05 bash[23310]: The Application mounted at '' has an empty config. 2026-03-31T20:26:08.395 INFO:journalctl@ceph.mgr.b.vm05.stdout:Mar 31 20:26:08 vm05 bash[23310]: [31/Mar/2026:20:26:08] ENGINE Serving on http://:::9283 2026-03-31T20:26:08.395 INFO:journalctl@ceph.mgr.b.vm05.stdout:Mar 31 20:26:08 vm05 bash[23310]: [31/Mar/2026:20:26:08] ENGINE Bus STARTED 2026-03-31T20:26:08.472 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:26:08 vm06 bash[23229]: cluster 2026-03-31T20:26:08.095372+0000 mon.a (mon.0) 534 : cluster [INF] Active manager daemon a restarted 2026-03-31T20:26:08.472 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:26:08 vm06 bash[23229]: cluster 2026-03-31T20:26:08.095372+0000 mon.a (mon.0) 534 : cluster [INF] Active manager daemon a restarted 2026-03-31T20:26:08.472 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:26:08 vm06 bash[23229]: cluster 2026-03-31T20:26:08.095597+0000 mon.a (mon.0) 535 : cluster [INF] Activating manager daemon a 2026-03-31T20:26:08.472 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:26:08 vm06 bash[23229]: cluster 2026-03-31T20:26:08.095597+0000 mon.a (mon.0) 535 : cluster [INF] Activating manager daemon a 2026-03-31T20:26:08.472 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:26:08 vm06 bash[23229]: cluster 2026-03-31T20:26:08.103441+0000 mon.a (mon.0) 536 : cluster [DBG] osdmap e24: 3 total, 3 up, 3 in 2026-03-31T20:26:08.472 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:26:08 vm06 bash[23229]: cluster 2026-03-31T20:26:08.103441+0000 mon.a (mon.0) 536 : cluster [DBG] osdmap e24: 3 total, 3 up, 3 in 2026-03-31T20:26:08.472 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:26:08 vm06 bash[23229]: cluster 2026-03-31T20:26:08.103719+0000 mon.a (mon.0) 537 : cluster [DBG] mgrmap e17: a(active, starting, since 0.00821644s), standbys: b 2026-03-31T20:26:08.472 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:26:08 vm06 bash[23229]: cluster 2026-03-31T20:26:08.103719+0000 mon.a (mon.0) 537 : cluster [DBG] mgrmap e17: a(active, starting, since 0.00821644s), standbys: b 2026-03-31T20:26:08.472 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:26:08 vm06 bash[23229]: audit 2026-03-31T20:26:08.106007+0000 mon.a (mon.0) 538 : audit [DBG] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-03-31T20:26:08.472 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:26:08 vm06 bash[23229]: audit 2026-03-31T20:26:08.106007+0000 mon.a (mon.0) 538 : audit [DBG] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-03-31T20:26:08.472 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:26:08 vm06 bash[23229]: audit 2026-03-31T20:26:08.106074+0000 mon.a (mon.0) 539 : audit [DBG] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-03-31T20:26:08.472 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:26:08 vm06 bash[23229]: audit 2026-03-31T20:26:08.106074+0000 mon.a (mon.0) 539 : audit [DBG] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-03-31T20:26:08.472 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:26:08 vm06 bash[23229]: audit 2026-03-31T20:26:08.106142+0000 mon.a (mon.0) 540 : audit [DBG] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-03-31T20:26:08.472 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:26:08 vm06 bash[23229]: audit 2026-03-31T20:26:08.106142+0000 mon.a (mon.0) 540 : audit [DBG] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-03-31T20:26:08.472 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:26:08 vm06 bash[23229]: audit 2026-03-31T20:26:08.106488+0000 mon.a (mon.0) 541 : audit [DBG] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "mgr metadata", "who": "a", "id": "a"} : dispatch 2026-03-31T20:26:08.472 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:26:08 vm06 bash[23229]: audit 2026-03-31T20:26:08.106488+0000 mon.a (mon.0) 541 : audit [DBG] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "mgr metadata", "who": "a", "id": "a"} : dispatch 2026-03-31T20:26:08.472 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:26:08 vm06 bash[23229]: audit 2026-03-31T20:26:08.106581+0000 mon.a (mon.0) 542 : audit [DBG] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "mgr metadata", "who": "b", "id": "b"} : dispatch 2026-03-31T20:26:08.472 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:26:08 vm06 bash[23229]: audit 2026-03-31T20:26:08.106581+0000 mon.a (mon.0) 542 : audit [DBG] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "mgr metadata", "who": "b", "id": "b"} : dispatch 2026-03-31T20:26:08.472 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:26:08 vm06 bash[23229]: audit 2026-03-31T20:26:08.106703+0000 mon.a (mon.0) 543 : audit [DBG] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-03-31T20:26:08.472 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:26:08 vm06 bash[23229]: audit 2026-03-31T20:26:08.106703+0000 mon.a (mon.0) 543 : audit [DBG] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-03-31T20:26:08.472 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:26:08 vm06 bash[23229]: audit 2026-03-31T20:26:08.106778+0000 mon.a (mon.0) 544 : audit [DBG] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-03-31T20:26:08.472 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:26:08 vm06 bash[23229]: audit 2026-03-31T20:26:08.106778+0000 mon.a (mon.0) 544 : audit [DBG] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-03-31T20:26:08.472 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:26:08 vm06 bash[23229]: audit 2026-03-31T20:26:08.106841+0000 mon.a (mon.0) 545 : audit [DBG] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2026-03-31T20:26:08.472 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:26:08 vm06 bash[23229]: audit 2026-03-31T20:26:08.106841+0000 mon.a (mon.0) 545 : audit [DBG] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2026-03-31T20:26:08.472 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:26:08 vm06 bash[23229]: audit 2026-03-31T20:26:08.107210+0000 mon.a (mon.0) 546 : audit [DBG] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "mds metadata"} : dispatch 2026-03-31T20:26:08.472 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:26:08 vm06 bash[23229]: audit 2026-03-31T20:26:08.107210+0000 mon.a (mon.0) 546 : audit [DBG] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "mds metadata"} : dispatch 2026-03-31T20:26:08.472 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:26:08 vm06 bash[23229]: audit 2026-03-31T20:26:08.107263+0000 mon.a (mon.0) 547 : audit [DBG] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "osd metadata"} : dispatch 2026-03-31T20:26:08.472 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:26:08 vm06 bash[23229]: audit 2026-03-31T20:26:08.107263+0000 mon.a (mon.0) 547 : audit [DBG] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "osd metadata"} : dispatch 2026-03-31T20:26:08.472 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:26:08 vm06 bash[23229]: audit 2026-03-31T20:26:08.107359+0000 mon.a (mon.0) 548 : audit [DBG] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "mon metadata"} : dispatch 2026-03-31T20:26:08.473 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:26:08 vm06 bash[23229]: audit 2026-03-31T20:26:08.107359+0000 mon.a (mon.0) 548 : audit [DBG] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "mon metadata"} : dispatch 2026-03-31T20:26:08.473 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:26:08 vm06 bash[23229]: cluster 2026-03-31T20:26:08.113059+0000 mon.a (mon.0) 549 : cluster [INF] Manager daemon a is now available 2026-03-31T20:26:08.473 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:26:08 vm06 bash[23229]: cluster 2026-03-31T20:26:08.113059+0000 mon.a (mon.0) 549 : cluster [INF] Manager daemon a is now available 2026-03-31T20:26:08.473 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:26:08 vm06 bash[23229]: audit 2026-03-31T20:26:08.130459+0000 mon.b (mon.2) 9 : audit [DBG] from='mgr.? 192.168.123.105:0/712634548' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/b/crt"} : dispatch 2026-03-31T20:26:08.473 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:26:08 vm06 bash[23229]: audit 2026-03-31T20:26:08.130459+0000 mon.b (mon.2) 9 : audit [DBG] from='mgr.? 192.168.123.105:0/712634548' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/b/crt"} : dispatch 2026-03-31T20:26:08.473 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:26:08 vm06 bash[23229]: audit 2026-03-31T20:26:08.131311+0000 mon.b (mon.2) 10 : audit [DBG] from='mgr.? 192.168.123.105:0/712634548' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/crt"} : dispatch 2026-03-31T20:26:08.473 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:26:08 vm06 bash[23229]: audit 2026-03-31T20:26:08.131311+0000 mon.b (mon.2) 10 : audit [DBG] from='mgr.? 192.168.123.105:0/712634548' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/crt"} : dispatch 2026-03-31T20:26:08.473 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:26:08 vm06 bash[23229]: cluster 2026-03-31T20:26:08.132102+0000 mon.a (mon.0) 550 : cluster [DBG] Standby manager daemon b restarted 2026-03-31T20:26:08.473 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:26:08 vm06 bash[23229]: cluster 2026-03-31T20:26:08.132102+0000 mon.a (mon.0) 550 : cluster [DBG] Standby manager daemon b restarted 2026-03-31T20:26:08.473 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:26:08 vm06 bash[23229]: cluster 2026-03-31T20:26:08.132198+0000 mon.a (mon.0) 551 : cluster [DBG] Standby manager daemon b started 2026-03-31T20:26:08.473 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:26:08 vm06 bash[23229]: cluster 2026-03-31T20:26:08.132198+0000 mon.a (mon.0) 551 : cluster [DBG] Standby manager daemon b started 2026-03-31T20:26:08.473 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:26:08 vm06 bash[23229]: audit 2026-03-31T20:26:08.132627+0000 mon.b (mon.2) 11 : audit [DBG] from='mgr.? 192.168.123.105:0/712634548' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/b/key"} : dispatch 2026-03-31T20:26:08.473 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:26:08 vm06 bash[23229]: audit 2026-03-31T20:26:08.132627+0000 mon.b (mon.2) 11 : audit [DBG] from='mgr.? 192.168.123.105:0/712634548' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/b/key"} : dispatch 2026-03-31T20:26:08.473 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:26:08 vm06 bash[23229]: audit 2026-03-31T20:26:08.132951+0000 mon.b (mon.2) 12 : audit [DBG] from='mgr.? 192.168.123.105:0/712634548' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/key"} : dispatch 2026-03-31T20:26:08.473 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:26:08 vm06 bash[23229]: audit 2026-03-31T20:26:08.132951+0000 mon.b (mon.2) 12 : audit [DBG] from='mgr.? 192.168.123.105:0/712634548' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/key"} : dispatch 2026-03-31T20:26:08.588 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:26:08 vm01 bash[20507]: cluster 2026-03-31T20:26:08.095372+0000 mon.a (mon.0) 534 : cluster [INF] Active manager daemon a restarted 2026-03-31T20:26:08.588 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:26:08 vm01 bash[20507]: cluster 2026-03-31T20:26:08.095372+0000 mon.a (mon.0) 534 : cluster [INF] Active manager daemon a restarted 2026-03-31T20:26:08.588 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:26:08 vm01 bash[20507]: cluster 2026-03-31T20:26:08.095597+0000 mon.a (mon.0) 535 : cluster [INF] Activating manager daemon a 2026-03-31T20:26:08.588 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:26:08 vm01 bash[20507]: cluster 2026-03-31T20:26:08.095597+0000 mon.a (mon.0) 535 : cluster [INF] Activating manager daemon a 2026-03-31T20:26:08.588 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:26:08 vm01 bash[20507]: cluster 2026-03-31T20:26:08.103441+0000 mon.a (mon.0) 536 : cluster [DBG] osdmap e24: 3 total, 3 up, 3 in 2026-03-31T20:26:08.588 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:26:08 vm01 bash[20507]: cluster 2026-03-31T20:26:08.103441+0000 mon.a (mon.0) 536 : cluster [DBG] osdmap e24: 3 total, 3 up, 3 in 2026-03-31T20:26:08.588 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:26:08 vm01 bash[20507]: cluster 2026-03-31T20:26:08.103719+0000 mon.a (mon.0) 537 : cluster [DBG] mgrmap e17: a(active, starting, since 0.00821644s), standbys: b 2026-03-31T20:26:08.588 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:26:08 vm01 bash[20507]: cluster 2026-03-31T20:26:08.103719+0000 mon.a (mon.0) 537 : cluster [DBG] mgrmap e17: a(active, starting, since 0.00821644s), standbys: b 2026-03-31T20:26:08.588 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:26:08 vm01 bash[20507]: audit 2026-03-31T20:26:08.106007+0000 mon.a (mon.0) 538 : audit [DBG] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-03-31T20:26:08.588 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:26:08 vm01 bash[20507]: audit 2026-03-31T20:26:08.106007+0000 mon.a (mon.0) 538 : audit [DBG] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-03-31T20:26:08.588 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:26:08 vm01 bash[20507]: audit 2026-03-31T20:26:08.106074+0000 mon.a (mon.0) 539 : audit [DBG] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-03-31T20:26:08.588 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:26:08 vm01 bash[20507]: audit 2026-03-31T20:26:08.106074+0000 mon.a (mon.0) 539 : audit [DBG] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-03-31T20:26:08.588 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:26:08 vm01 bash[20507]: audit 2026-03-31T20:26:08.106142+0000 mon.a (mon.0) 540 : audit [DBG] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-03-31T20:26:08.588 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:26:08 vm01 bash[20507]: audit 2026-03-31T20:26:08.106142+0000 mon.a (mon.0) 540 : audit [DBG] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-03-31T20:26:08.588 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:26:08 vm01 bash[20507]: audit 2026-03-31T20:26:08.106488+0000 mon.a (mon.0) 541 : audit [DBG] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "mgr metadata", "who": "a", "id": "a"} : dispatch 2026-03-31T20:26:08.588 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:26:08 vm01 bash[20507]: audit 2026-03-31T20:26:08.106488+0000 mon.a (mon.0) 541 : audit [DBG] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "mgr metadata", "who": "a", "id": "a"} : dispatch 2026-03-31T20:26:08.588 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:26:08 vm01 bash[20507]: audit 2026-03-31T20:26:08.106581+0000 mon.a (mon.0) 542 : audit [DBG] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "mgr metadata", "who": "b", "id": "b"} : dispatch 2026-03-31T20:26:08.588 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:26:08 vm01 bash[20507]: audit 2026-03-31T20:26:08.106581+0000 mon.a (mon.0) 542 : audit [DBG] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "mgr metadata", "who": "b", "id": "b"} : dispatch 2026-03-31T20:26:08.588 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:26:08 vm01 bash[20507]: audit 2026-03-31T20:26:08.106703+0000 mon.a (mon.0) 543 : audit [DBG] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-03-31T20:26:08.588 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:26:08 vm01 bash[20507]: audit 2026-03-31T20:26:08.106703+0000 mon.a (mon.0) 543 : audit [DBG] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-03-31T20:26:08.588 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:26:08 vm01 bash[20507]: audit 2026-03-31T20:26:08.106778+0000 mon.a (mon.0) 544 : audit [DBG] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-03-31T20:26:08.588 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:26:08 vm01 bash[20507]: audit 2026-03-31T20:26:08.106778+0000 mon.a (mon.0) 544 : audit [DBG] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-03-31T20:26:08.588 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:26:08 vm01 bash[20507]: audit 2026-03-31T20:26:08.106841+0000 mon.a (mon.0) 545 : audit [DBG] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2026-03-31T20:26:08.588 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:26:08 vm01 bash[20507]: audit 2026-03-31T20:26:08.106841+0000 mon.a (mon.0) 545 : audit [DBG] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2026-03-31T20:26:08.588 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:26:08 vm01 bash[20507]: audit 2026-03-31T20:26:08.107210+0000 mon.a (mon.0) 546 : audit [DBG] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "mds metadata"} : dispatch 2026-03-31T20:26:08.588 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:26:08 vm01 bash[20507]: audit 2026-03-31T20:26:08.107210+0000 mon.a (mon.0) 546 : audit [DBG] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "mds metadata"} : dispatch 2026-03-31T20:26:08.589 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:26:08 vm01 bash[20507]: audit 2026-03-31T20:26:08.107263+0000 mon.a (mon.0) 547 : audit [DBG] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "osd metadata"} : dispatch 2026-03-31T20:26:08.589 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:26:08 vm01 bash[20507]: audit 2026-03-31T20:26:08.107263+0000 mon.a (mon.0) 547 : audit [DBG] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "osd metadata"} : dispatch 2026-03-31T20:26:08.589 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:26:08 vm01 bash[20507]: audit 2026-03-31T20:26:08.107359+0000 mon.a (mon.0) 548 : audit [DBG] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "mon metadata"} : dispatch 2026-03-31T20:26:08.589 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:26:08 vm01 bash[20507]: audit 2026-03-31T20:26:08.107359+0000 mon.a (mon.0) 548 : audit [DBG] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "mon metadata"} : dispatch 2026-03-31T20:26:08.589 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:26:08 vm01 bash[20507]: cluster 2026-03-31T20:26:08.113059+0000 mon.a (mon.0) 549 : cluster [INF] Manager daemon a is now available 2026-03-31T20:26:08.589 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:26:08 vm01 bash[20507]: cluster 2026-03-31T20:26:08.113059+0000 mon.a (mon.0) 549 : cluster [INF] Manager daemon a is now available 2026-03-31T20:26:08.589 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:26:08 vm01 bash[20507]: audit 2026-03-31T20:26:08.130459+0000 mon.b (mon.2) 9 : audit [DBG] from='mgr.? 192.168.123.105:0/712634548' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/b/crt"} : dispatch 2026-03-31T20:26:08.589 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:26:08 vm01 bash[20507]: audit 2026-03-31T20:26:08.130459+0000 mon.b (mon.2) 9 : audit [DBG] from='mgr.? 192.168.123.105:0/712634548' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/b/crt"} : dispatch 2026-03-31T20:26:08.589 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:26:08 vm01 bash[20507]: audit 2026-03-31T20:26:08.131311+0000 mon.b (mon.2) 10 : audit [DBG] from='mgr.? 192.168.123.105:0/712634548' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/crt"} : dispatch 2026-03-31T20:26:08.589 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:26:08 vm01 bash[20507]: audit 2026-03-31T20:26:08.131311+0000 mon.b (mon.2) 10 : audit [DBG] from='mgr.? 192.168.123.105:0/712634548' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/crt"} : dispatch 2026-03-31T20:26:08.589 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:26:08 vm01 bash[20507]: cluster 2026-03-31T20:26:08.132102+0000 mon.a (mon.0) 550 : cluster [DBG] Standby manager daemon b restarted 2026-03-31T20:26:08.589 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:26:08 vm01 bash[20507]: cluster 2026-03-31T20:26:08.132102+0000 mon.a (mon.0) 550 : cluster [DBG] Standby manager daemon b restarted 2026-03-31T20:26:08.589 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:26:08 vm01 bash[20507]: cluster 2026-03-31T20:26:08.132198+0000 mon.a (mon.0) 551 : cluster [DBG] Standby manager daemon b started 2026-03-31T20:26:08.589 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:26:08 vm01 bash[20507]: cluster 2026-03-31T20:26:08.132198+0000 mon.a (mon.0) 551 : cluster [DBG] Standby manager daemon b started 2026-03-31T20:26:08.589 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:26:08 vm01 bash[20507]: audit 2026-03-31T20:26:08.132627+0000 mon.b (mon.2) 11 : audit [DBG] from='mgr.? 192.168.123.105:0/712634548' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/b/key"} : dispatch 2026-03-31T20:26:08.589 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:26:08 vm01 bash[20507]: audit 2026-03-31T20:26:08.132627+0000 mon.b (mon.2) 11 : audit [DBG] from='mgr.? 192.168.123.105:0/712634548' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/b/key"} : dispatch 2026-03-31T20:26:08.589 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:26:08 vm01 bash[20507]: audit 2026-03-31T20:26:08.132951+0000 mon.b (mon.2) 12 : audit [DBG] from='mgr.? 192.168.123.105:0/712634548' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/key"} : dispatch 2026-03-31T20:26:08.589 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:26:08 vm01 bash[20507]: audit 2026-03-31T20:26:08.132951+0000 mon.b (mon.2) 12 : audit [DBG] from='mgr.? 192.168.123.105:0/712634548' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/key"} : dispatch 2026-03-31T20:26:09.471 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:26:09 vm06 bash[23229]: audit 2026-03-31T20:26:08.311824+0000 mon.a (mon.0) 552 : audit [DBG] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-03-31T20:26:09.471 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:26:09 vm06 bash[23229]: audit 2026-03-31T20:26:08.311824+0000 mon.a (mon.0) 552 : audit [DBG] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-03-31T20:26:09.472 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:26:09 vm06 bash[23229]: audit 2026-03-31T20:26:08.325157+0000 mon.a (mon.0) 553 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:26:09.472 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:26:09 vm06 bash[23229]: audit 2026-03-31T20:26:08.325157+0000 mon.a (mon.0) 553 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:26:09.472 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:26:09 vm06 bash[23229]: audit 2026-03-31T20:26:08.342226+0000 mon.a (mon.0) 554 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "orch get-security-config"} : dispatch 2026-03-31T20:26:09.472 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:26:09 vm06 bash[23229]: audit 2026-03-31T20:26:08.342226+0000 mon.a (mon.0) 554 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "orch get-security-config"} : dispatch 2026-03-31T20:26:09.472 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:26:09 vm06 bash[23229]: audit 2026-03-31T20:26:08.342554+0000 mon.a (mon.0) 555 : audit [DBG] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-03-31T20:26:09.472 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:26:09 vm06 bash[23229]: audit 2026-03-31T20:26:08.342554+0000 mon.a (mon.0) 555 : audit [DBG] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-03-31T20:26:09.472 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:26:09 vm06 bash[23229]: audit 2026-03-31T20:26:08.358630+0000 mon.a (mon.0) 556 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"} : dispatch 2026-03-31T20:26:09.472 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:26:09 vm06 bash[23229]: audit 2026-03-31T20:26:08.358630+0000 mon.a (mon.0) 556 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"} : dispatch 2026-03-31T20:26:09.472 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:26:09 vm06 bash[23229]: audit 2026-03-31T20:26:08.363999+0000 mon.a (mon.0) 557 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"} : dispatch 2026-03-31T20:26:09.472 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:26:09 vm06 bash[23229]: audit 2026-03-31T20:26:08.363999+0000 mon.a (mon.0) 557 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"} : dispatch 2026-03-31T20:26:09.472 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:26:09 vm06 bash[23229]: cluster 2026-03-31T20:26:09.109712+0000 mon.a (mon.0) 558 : cluster [DBG] mgrmap e18: a(active, since 1.0142s), standbys: b 2026-03-31T20:26:09.472 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:26:09 vm06 bash[23229]: cluster 2026-03-31T20:26:09.109712+0000 mon.a (mon.0) 558 : cluster [DBG] mgrmap e18: a(active, since 1.0142s), standbys: b 2026-03-31T20:26:09.587 INFO:journalctl@ceph.mgr.a.vm01.stdout:Mar 31 20:26:09 vm01 bash[20789]: [31/Mar/2026:20:26:09] ENGINE Bus STARTING 2026-03-31T20:26:09.588 INFO:journalctl@ceph.mgr.a.vm01.stdout:Mar 31 20:26:09 vm01 bash[20789]: CherryPy Checker: 2026-03-31T20:26:09.588 INFO:journalctl@ceph.mgr.a.vm01.stdout:Mar 31 20:26:09 vm01 bash[20789]: The Application mounted at '' has an empty config. 2026-03-31T20:26:09.588 INFO:journalctl@ceph.mgr.a.vm01.stdout:Mar 31 20:26:09 vm01 bash[20789]: [31/Mar/2026:20:26:09] ENGINE Serving on http://:::9283 2026-03-31T20:26:09.588 INFO:journalctl@ceph.mgr.a.vm01.stdout:Mar 31 20:26:09 vm01 bash[20789]: [31/Mar/2026:20:26:09] ENGINE Bus STARTED 2026-03-31T20:26:09.588 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:26:09 vm01 bash[20507]: audit 2026-03-31T20:26:08.311824+0000 mon.a (mon.0) 552 : audit [DBG] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-03-31T20:26:09.588 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:26:09 vm01 bash[20507]: audit 2026-03-31T20:26:08.311824+0000 mon.a (mon.0) 552 : audit [DBG] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-03-31T20:26:09.588 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:26:09 vm01 bash[20507]: audit 2026-03-31T20:26:08.325157+0000 mon.a (mon.0) 553 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:26:09.588 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:26:09 vm01 bash[20507]: audit 2026-03-31T20:26:08.325157+0000 mon.a (mon.0) 553 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:26:09.588 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:26:09 vm01 bash[20507]: audit 2026-03-31T20:26:08.342226+0000 mon.a (mon.0) 554 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "orch get-security-config"} : dispatch 2026-03-31T20:26:09.588 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:26:09 vm01 bash[20507]: audit 2026-03-31T20:26:08.342226+0000 mon.a (mon.0) 554 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "orch get-security-config"} : dispatch 2026-03-31T20:26:09.588 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:26:09 vm01 bash[20507]: audit 2026-03-31T20:26:08.342554+0000 mon.a (mon.0) 555 : audit [DBG] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-03-31T20:26:09.588 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:26:09 vm01 bash[20507]: audit 2026-03-31T20:26:08.342554+0000 mon.a (mon.0) 555 : audit [DBG] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-03-31T20:26:09.588 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:26:09 vm01 bash[20507]: audit 2026-03-31T20:26:08.358630+0000 mon.a (mon.0) 556 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"} : dispatch 2026-03-31T20:26:09.588 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:26:09 vm01 bash[20507]: audit 2026-03-31T20:26:08.358630+0000 mon.a (mon.0) 556 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"} : dispatch 2026-03-31T20:26:09.588 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:26:09 vm01 bash[20507]: audit 2026-03-31T20:26:08.363999+0000 mon.a (mon.0) 557 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"} : dispatch 2026-03-31T20:26:09.588 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:26:09 vm01 bash[20507]: audit 2026-03-31T20:26:08.363999+0000 mon.a (mon.0) 557 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"} : dispatch 2026-03-31T20:26:09.588 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:26:09 vm01 bash[20507]: cluster 2026-03-31T20:26:09.109712+0000 mon.a (mon.0) 558 : cluster [DBG] mgrmap e18: a(active, since 1.0142s), standbys: b 2026-03-31T20:26:09.588 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:26:09 vm01 bash[20507]: cluster 2026-03-31T20:26:09.109712+0000 mon.a (mon.0) 558 : cluster [DBG] mgrmap e18: a(active, since 1.0142s), standbys: b 2026-03-31T20:26:09.642 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:26:09 vm05 bash[22868]: audit 2026-03-31T20:26:08.311824+0000 mon.a (mon.0) 552 : audit [DBG] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-03-31T20:26:09.642 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:26:09 vm05 bash[22868]: audit 2026-03-31T20:26:08.311824+0000 mon.a (mon.0) 552 : audit [DBG] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-03-31T20:26:09.642 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:26:09 vm05 bash[22868]: audit 2026-03-31T20:26:08.325157+0000 mon.a (mon.0) 553 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:26:09.642 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:26:09 vm05 bash[22868]: audit 2026-03-31T20:26:08.325157+0000 mon.a (mon.0) 553 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:26:09.642 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:26:09 vm05 bash[22868]: audit 2026-03-31T20:26:08.342226+0000 mon.a (mon.0) 554 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "orch get-security-config"} : dispatch 2026-03-31T20:26:09.642 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:26:09 vm05 bash[22868]: audit 2026-03-31T20:26:08.342226+0000 mon.a (mon.0) 554 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "orch get-security-config"} : dispatch 2026-03-31T20:26:09.642 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:26:09 vm05 bash[22868]: audit 2026-03-31T20:26:08.342554+0000 mon.a (mon.0) 555 : audit [DBG] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-03-31T20:26:09.642 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:26:09 vm05 bash[22868]: audit 2026-03-31T20:26:08.342554+0000 mon.a (mon.0) 555 : audit [DBG] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-03-31T20:26:09.642 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:26:09 vm05 bash[22868]: audit 2026-03-31T20:26:08.358630+0000 mon.a (mon.0) 556 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"} : dispatch 2026-03-31T20:26:09.642 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:26:09 vm05 bash[22868]: audit 2026-03-31T20:26:08.358630+0000 mon.a (mon.0) 556 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"} : dispatch 2026-03-31T20:26:09.642 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:26:09 vm05 bash[22868]: audit 2026-03-31T20:26:08.363999+0000 mon.a (mon.0) 557 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"} : dispatch 2026-03-31T20:26:09.642 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:26:09 vm05 bash[22868]: audit 2026-03-31T20:26:08.363999+0000 mon.a (mon.0) 557 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"} : dispatch 2026-03-31T20:26:09.642 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:26:09 vm05 bash[22868]: cluster 2026-03-31T20:26:09.109712+0000 mon.a (mon.0) 558 : cluster [DBG] mgrmap e18: a(active, since 1.0142s), standbys: b 2026-03-31T20:26:09.643 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:26:09 vm05 bash[22868]: cluster 2026-03-31T20:26:09.109712+0000 mon.a (mon.0) 558 : cluster [DBG] mgrmap e18: a(active, since 1.0142s), standbys: b 2026-03-31T20:26:10.471 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:26:10 vm06 bash[23229]: cephadm 2026-03-31T20:26:09.079613+0000 mgr.a (mgr.14433) 1 : cephadm [INF] [31/Mar/2026:20:26:09] ENGINE Bus STARTING 2026-03-31T20:26:10.471 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:26:10 vm06 bash[23229]: cephadm 2026-03-31T20:26:09.079613+0000 mgr.a (mgr.14433) 1 : cephadm [INF] [31/Mar/2026:20:26:09] ENGINE Bus STARTING 2026-03-31T20:26:10.471 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:26:10 vm06 bash[23229]: audit 2026-03-31T20:26:09.111727+0000 mgr.a (mgr.14433) 2 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "orch get-security-config"}]: dispatch 2026-03-31T20:26:10.471 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:26:10 vm06 bash[23229]: audit 2026-03-31T20:26:09.111727+0000 mgr.a (mgr.14433) 2 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "orch get-security-config"}]: dispatch 2026-03-31T20:26:10.471 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:26:10 vm06 bash[23229]: cluster 2026-03-31T20:26:09.113448+0000 mgr.a (mgr.14433) 3 : cluster [DBG] pgmap v3: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:26:10.471 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:26:10 vm06 bash[23229]: cluster 2026-03-31T20:26:09.113448+0000 mgr.a (mgr.14433) 3 : cluster [DBG] pgmap v3: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:26:10.471 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:26:10 vm06 bash[23229]: cephadm 2026-03-31T20:26:09.180894+0000 mgr.a (mgr.14433) 4 : cephadm [INF] [31/Mar/2026:20:26:09] ENGINE Serving on http://192.168.123.101:8765 2026-03-31T20:26:10.471 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:26:10 vm06 bash[23229]: cephadm 2026-03-31T20:26:09.180894+0000 mgr.a (mgr.14433) 4 : cephadm [INF] [31/Mar/2026:20:26:09] ENGINE Serving on http://192.168.123.101:8765 2026-03-31T20:26:10.587 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:26:10 vm01 bash[20507]: cephadm 2026-03-31T20:26:09.079613+0000 mgr.a (mgr.14433) 1 : cephadm [INF] [31/Mar/2026:20:26:09] ENGINE Bus STARTING 2026-03-31T20:26:10.588 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:26:10 vm01 bash[20507]: cephadm 2026-03-31T20:26:09.079613+0000 mgr.a (mgr.14433) 1 : cephadm [INF] [31/Mar/2026:20:26:09] ENGINE Bus STARTING 2026-03-31T20:26:10.588 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:26:10 vm01 bash[20507]: audit 2026-03-31T20:26:09.111727+0000 mgr.a (mgr.14433) 2 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "orch get-security-config"}]: dispatch 2026-03-31T20:26:10.588 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:26:10 vm01 bash[20507]: audit 2026-03-31T20:26:09.111727+0000 mgr.a (mgr.14433) 2 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "orch get-security-config"}]: dispatch 2026-03-31T20:26:10.588 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:26:10 vm01 bash[20507]: cluster 2026-03-31T20:26:09.113448+0000 mgr.a (mgr.14433) 3 : cluster [DBG] pgmap v3: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:26:10.588 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:26:10 vm01 bash[20507]: cluster 2026-03-31T20:26:09.113448+0000 mgr.a (mgr.14433) 3 : cluster [DBG] pgmap v3: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:26:10.588 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:26:10 vm01 bash[20507]: cephadm 2026-03-31T20:26:09.180894+0000 mgr.a (mgr.14433) 4 : cephadm [INF] [31/Mar/2026:20:26:09] ENGINE Serving on http://192.168.123.101:8765 2026-03-31T20:26:10.588 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:26:10 vm01 bash[20507]: cephadm 2026-03-31T20:26:09.180894+0000 mgr.a (mgr.14433) 4 : cephadm [INF] [31/Mar/2026:20:26:09] ENGINE Serving on http://192.168.123.101:8765 2026-03-31T20:26:10.642 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:26:10 vm05 bash[22868]: cephadm 2026-03-31T20:26:09.079613+0000 mgr.a (mgr.14433) 1 : cephadm [INF] [31/Mar/2026:20:26:09] ENGINE Bus STARTING 2026-03-31T20:26:10.642 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:26:10 vm05 bash[22868]: cephadm 2026-03-31T20:26:09.079613+0000 mgr.a (mgr.14433) 1 : cephadm [INF] [31/Mar/2026:20:26:09] ENGINE Bus STARTING 2026-03-31T20:26:10.642 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:26:10 vm05 bash[22868]: audit 2026-03-31T20:26:09.111727+0000 mgr.a (mgr.14433) 2 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "orch get-security-config"}]: dispatch 2026-03-31T20:26:10.642 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:26:10 vm05 bash[22868]: audit 2026-03-31T20:26:09.111727+0000 mgr.a (mgr.14433) 2 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "orch get-security-config"}]: dispatch 2026-03-31T20:26:10.642 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:26:10 vm05 bash[22868]: cluster 2026-03-31T20:26:09.113448+0000 mgr.a (mgr.14433) 3 : cluster [DBG] pgmap v3: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:26:10.642 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:26:10 vm05 bash[22868]: cluster 2026-03-31T20:26:09.113448+0000 mgr.a (mgr.14433) 3 : cluster [DBG] pgmap v3: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:26:10.642 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:26:10 vm05 bash[22868]: cephadm 2026-03-31T20:26:09.180894+0000 mgr.a (mgr.14433) 4 : cephadm [INF] [31/Mar/2026:20:26:09] ENGINE Serving on http://192.168.123.101:8765 2026-03-31T20:26:10.642 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:26:10 vm05 bash[22868]: cephadm 2026-03-31T20:26:09.180894+0000 mgr.a (mgr.14433) 4 : cephadm [INF] [31/Mar/2026:20:26:09] ENGINE Serving on http://192.168.123.101:8765 2026-03-31T20:26:11.471 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:26:11 vm06 bash[23229]: cephadm 2026-03-31T20:26:09.288978+0000 mgr.a (mgr.14433) 5 : cephadm [INF] [31/Mar/2026:20:26:09] ENGINE Serving on https://192.168.123.101:7150 2026-03-31T20:26:11.471 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:26:11 vm06 bash[23229]: cephadm 2026-03-31T20:26:09.288978+0000 mgr.a (mgr.14433) 5 : cephadm [INF] [31/Mar/2026:20:26:09] ENGINE Serving on https://192.168.123.101:7150 2026-03-31T20:26:11.471 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:26:11 vm06 bash[23229]: cephadm 2026-03-31T20:26:09.289045+0000 mgr.a (mgr.14433) 6 : cephadm [INF] [31/Mar/2026:20:26:09] ENGINE Bus STARTED 2026-03-31T20:26:11.471 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:26:11 vm06 bash[23229]: cephadm 2026-03-31T20:26:09.289045+0000 mgr.a (mgr.14433) 6 : cephadm [INF] [31/Mar/2026:20:26:09] ENGINE Bus STARTED 2026-03-31T20:26:11.471 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:26:11 vm06 bash[23229]: cephadm 2026-03-31T20:26:09.289416+0000 mgr.a (mgr.14433) 7 : cephadm [INF] [31/Mar/2026:20:26:09] ENGINE Client ('192.168.123.101', 44254) lost — peer dropped the TLS connection suddenly, during handshake: (6, 'TLS/SSL connection has been closed (EOF) (_ssl.c:1147)') 2026-03-31T20:26:11.471 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:26:11 vm06 bash[23229]: cephadm 2026-03-31T20:26:09.289416+0000 mgr.a (mgr.14433) 7 : cephadm [INF] [31/Mar/2026:20:26:09] ENGINE Client ('192.168.123.101', 44254) lost — peer dropped the TLS connection suddenly, during handshake: (6, 'TLS/SSL connection has been closed (EOF) (_ssl.c:1147)') 2026-03-31T20:26:11.471 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:26:11 vm06 bash[23229]: cluster 2026-03-31T20:26:10.107281+0000 mgr.a (mgr.14433) 8 : cluster [DBG] pgmap v4: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:26:11.471 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:26:11 vm06 bash[23229]: cluster 2026-03-31T20:26:10.107281+0000 mgr.a (mgr.14433) 8 : cluster [DBG] pgmap v4: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:26:11.471 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:26:11 vm06 bash[23229]: cluster 2026-03-31T20:26:10.162798+0000 mon.a (mon.0) 559 : cluster [DBG] mgrmap e19: a(active, since 2s), standbys: b 2026-03-31T20:26:11.471 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:26:11 vm06 bash[23229]: cluster 2026-03-31T20:26:10.162798+0000 mon.a (mon.0) 559 : cluster [DBG] mgrmap e19: a(active, since 2s), standbys: b 2026-03-31T20:26:11.588 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:26:11 vm01 bash[20507]: cephadm 2026-03-31T20:26:09.288978+0000 mgr.a (mgr.14433) 5 : cephadm [INF] [31/Mar/2026:20:26:09] ENGINE Serving on https://192.168.123.101:7150 2026-03-31T20:26:11.588 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:26:11 vm01 bash[20507]: cephadm 2026-03-31T20:26:09.288978+0000 mgr.a (mgr.14433) 5 : cephadm [INF] [31/Mar/2026:20:26:09] ENGINE Serving on https://192.168.123.101:7150 2026-03-31T20:26:11.588 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:26:11 vm01 bash[20507]: cephadm 2026-03-31T20:26:09.289045+0000 mgr.a (mgr.14433) 6 : cephadm [INF] [31/Mar/2026:20:26:09] ENGINE Bus STARTED 2026-03-31T20:26:11.588 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:26:11 vm01 bash[20507]: cephadm 2026-03-31T20:26:09.289045+0000 mgr.a (mgr.14433) 6 : cephadm [INF] [31/Mar/2026:20:26:09] ENGINE Bus STARTED 2026-03-31T20:26:11.588 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:26:11 vm01 bash[20507]: cephadm 2026-03-31T20:26:09.289416+0000 mgr.a (mgr.14433) 7 : cephadm [INF] [31/Mar/2026:20:26:09] ENGINE Client ('192.168.123.101', 44254) lost — peer dropped the TLS connection suddenly, during handshake: (6, 'TLS/SSL connection has been closed (EOF) (_ssl.c:1147)') 2026-03-31T20:26:11.588 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:26:11 vm01 bash[20507]: cephadm 2026-03-31T20:26:09.289416+0000 mgr.a (mgr.14433) 7 : cephadm [INF] [31/Mar/2026:20:26:09] ENGINE Client ('192.168.123.101', 44254) lost — peer dropped the TLS connection suddenly, during handshake: (6, 'TLS/SSL connection has been closed (EOF) (_ssl.c:1147)') 2026-03-31T20:26:11.588 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:26:11 vm01 bash[20507]: cluster 2026-03-31T20:26:10.107281+0000 mgr.a (mgr.14433) 8 : cluster [DBG] pgmap v4: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:26:11.588 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:26:11 vm01 bash[20507]: cluster 2026-03-31T20:26:10.107281+0000 mgr.a (mgr.14433) 8 : cluster [DBG] pgmap v4: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:26:11.588 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:26:11 vm01 bash[20507]: cluster 2026-03-31T20:26:10.162798+0000 mon.a (mon.0) 559 : cluster [DBG] mgrmap e19: a(active, since 2s), standbys: b 2026-03-31T20:26:11.588 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:26:11 vm01 bash[20507]: cluster 2026-03-31T20:26:10.162798+0000 mon.a (mon.0) 559 : cluster [DBG] mgrmap e19: a(active, since 2s), standbys: b 2026-03-31T20:26:11.642 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:26:11 vm05 bash[22868]: cephadm 2026-03-31T20:26:09.288978+0000 mgr.a (mgr.14433) 5 : cephadm [INF] [31/Mar/2026:20:26:09] ENGINE Serving on https://192.168.123.101:7150 2026-03-31T20:26:11.642 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:26:11 vm05 bash[22868]: cephadm 2026-03-31T20:26:09.288978+0000 mgr.a (mgr.14433) 5 : cephadm [INF] [31/Mar/2026:20:26:09] ENGINE Serving on https://192.168.123.101:7150 2026-03-31T20:26:11.642 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:26:11 vm05 bash[22868]: cephadm 2026-03-31T20:26:09.289045+0000 mgr.a (mgr.14433) 6 : cephadm [INF] [31/Mar/2026:20:26:09] ENGINE Bus STARTED 2026-03-31T20:26:11.642 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:26:11 vm05 bash[22868]: cephadm 2026-03-31T20:26:09.289045+0000 mgr.a (mgr.14433) 6 : cephadm [INF] [31/Mar/2026:20:26:09] ENGINE Bus STARTED 2026-03-31T20:26:11.642 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:26:11 vm05 bash[22868]: cephadm 2026-03-31T20:26:09.289416+0000 mgr.a (mgr.14433) 7 : cephadm [INF] [31/Mar/2026:20:26:09] ENGINE Client ('192.168.123.101', 44254) lost — peer dropped the TLS connection suddenly, during handshake: (6, 'TLS/SSL connection has been closed (EOF) (_ssl.c:1147)') 2026-03-31T20:26:11.642 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:26:11 vm05 bash[22868]: cephadm 2026-03-31T20:26:09.289416+0000 mgr.a (mgr.14433) 7 : cephadm [INF] [31/Mar/2026:20:26:09] ENGINE Client ('192.168.123.101', 44254) lost — peer dropped the TLS connection suddenly, during handshake: (6, 'TLS/SSL connection has been closed (EOF) (_ssl.c:1147)') 2026-03-31T20:26:11.642 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:26:11 vm05 bash[22868]: cluster 2026-03-31T20:26:10.107281+0000 mgr.a (mgr.14433) 8 : cluster [DBG] pgmap v4: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:26:11.642 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:26:11 vm05 bash[22868]: cluster 2026-03-31T20:26:10.107281+0000 mgr.a (mgr.14433) 8 : cluster [DBG] pgmap v4: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:26:11.642 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:26:11 vm05 bash[22868]: cluster 2026-03-31T20:26:10.162798+0000 mon.a (mon.0) 559 : cluster [DBG] mgrmap e19: a(active, since 2s), standbys: b 2026-03-31T20:26:11.642 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:26:11 vm05 bash[22868]: cluster 2026-03-31T20:26:10.162798+0000 mon.a (mon.0) 559 : cluster [DBG] mgrmap e19: a(active, since 2s), standbys: b 2026-03-31T20:26:13.471 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:26:13 vm06 bash[23229]: cluster 2026-03-31T20:26:12.107477+0000 mgr.a (mgr.14433) 9 : cluster [DBG] pgmap v5: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:26:13.471 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:26:13 vm06 bash[23229]: cluster 2026-03-31T20:26:12.107477+0000 mgr.a (mgr.14433) 9 : cluster [DBG] pgmap v5: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:26:13.471 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:26:13 vm06 bash[23229]: cluster 2026-03-31T20:26:12.173444+0000 mon.a (mon.0) 560 : cluster [DBG] mgrmap e20: a(active, since 4s), standbys: b 2026-03-31T20:26:13.471 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:26:13 vm06 bash[23229]: cluster 2026-03-31T20:26:12.173444+0000 mon.a (mon.0) 560 : cluster [DBG] mgrmap e20: a(active, since 4s), standbys: b 2026-03-31T20:26:13.588 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:26:13 vm01 bash[20507]: cluster 2026-03-31T20:26:12.107477+0000 mgr.a (mgr.14433) 9 : cluster [DBG] pgmap v5: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:26:13.588 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:26:13 vm01 bash[20507]: cluster 2026-03-31T20:26:12.107477+0000 mgr.a (mgr.14433) 9 : cluster [DBG] pgmap v5: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:26:13.588 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:26:13 vm01 bash[20507]: cluster 2026-03-31T20:26:12.173444+0000 mon.a (mon.0) 560 : cluster [DBG] mgrmap e20: a(active, since 4s), standbys: b 2026-03-31T20:26:13.588 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:26:13 vm01 bash[20507]: cluster 2026-03-31T20:26:12.173444+0000 mon.a (mon.0) 560 : cluster [DBG] mgrmap e20: a(active, since 4s), standbys: b 2026-03-31T20:26:13.642 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:26:13 vm05 bash[22868]: cluster 2026-03-31T20:26:12.107477+0000 mgr.a (mgr.14433) 9 : cluster [DBG] pgmap v5: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:26:13.642 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:26:13 vm05 bash[22868]: cluster 2026-03-31T20:26:12.107477+0000 mgr.a (mgr.14433) 9 : cluster [DBG] pgmap v5: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:26:13.642 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:26:13 vm05 bash[22868]: cluster 2026-03-31T20:26:12.173444+0000 mon.a (mon.0) 560 : cluster [DBG] mgrmap e20: a(active, since 4s), standbys: b 2026-03-31T20:26:13.642 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:26:13 vm05 bash[22868]: cluster 2026-03-31T20:26:12.173444+0000 mon.a (mon.0) 560 : cluster [DBG] mgrmap e20: a(active, since 4s), standbys: b 2026-03-31T20:26:14.892 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:26:14 vm05 bash[22868]: audit 2026-03-31T20:26:13.635071+0000 mon.a (mon.0) 561 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:26:14.892 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:26:14 vm05 bash[22868]: audit 2026-03-31T20:26:13.635071+0000 mon.a (mon.0) 561 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:26:14.892 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:26:14 vm05 bash[22868]: audit 2026-03-31T20:26:13.639731+0000 mon.a (mon.0) 562 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:26:14.892 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:26:14 vm05 bash[22868]: audit 2026-03-31T20:26:13.639731+0000 mon.a (mon.0) 562 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:26:14.892 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:26:14 vm05 bash[22868]: audit 2026-03-31T20:26:13.672573+0000 mon.a (mon.0) 563 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:26:14.892 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:26:14 vm05 bash[22868]: audit 2026-03-31T20:26:13.672573+0000 mon.a (mon.0) 563 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:26:14.892 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:26:14 vm05 bash[22868]: audit 2026-03-31T20:26:13.678740+0000 mon.a (mon.0) 564 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:26:14.892 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:26:14 vm05 bash[22868]: audit 2026-03-31T20:26:13.678740+0000 mon.a (mon.0) 564 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:26:14.892 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:26:14 vm05 bash[22868]: audit 2026-03-31T20:26:13.903938+0000 mon.a (mon.0) 565 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:26:14.892 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:26:14 vm05 bash[22868]: audit 2026-03-31T20:26:13.903938+0000 mon.a (mon.0) 565 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:26:14.892 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:26:14 vm05 bash[22868]: audit 2026-03-31T20:26:13.908832+0000 mon.a (mon.0) 566 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:26:14.892 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:26:14 vm05 bash[22868]: audit 2026-03-31T20:26:13.908832+0000 mon.a (mon.0) 566 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:26:14.892 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:26:14 vm05 bash[22868]: cluster 2026-03-31T20:26:14.107750+0000 mgr.a (mgr.14433) 10 : cluster [DBG] pgmap v6: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:26:14.892 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:26:14 vm05 bash[22868]: cluster 2026-03-31T20:26:14.107750+0000 mgr.a (mgr.14433) 10 : cluster [DBG] pgmap v6: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:26:14.892 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:26:14 vm05 bash[22868]: audit 2026-03-31T20:26:14.256859+0000 mon.a (mon.0) 567 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:26:14.892 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:26:14 vm05 bash[22868]: audit 2026-03-31T20:26:14.256859+0000 mon.a (mon.0) 567 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:26:14.892 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:26:14 vm05 bash[22868]: audit 2026-03-31T20:26:14.260722+0000 mon.a (mon.0) 568 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:26:14.892 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:26:14 vm05 bash[22868]: audit 2026-03-31T20:26:14.260722+0000 mon.a (mon.0) 568 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:26:14.892 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:26:14 vm05 bash[22868]: audit 2026-03-31T20:26:14.261397+0000 mon.a (mon.0) 569 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"} : dispatch 2026-03-31T20:26:14.892 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:26:14 vm05 bash[22868]: audit 2026-03-31T20:26:14.261397+0000 mon.a (mon.0) 569 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"} : dispatch 2026-03-31T20:26:14.892 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:26:14 vm05 bash[22868]: audit 2026-03-31T20:26:14.264481+0000 mon.a (mon.0) 570 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:26:14.892 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:26:14 vm05 bash[22868]: audit 2026-03-31T20:26:14.264481+0000 mon.a (mon.0) 570 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:26:14.892 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:26:14 vm05 bash[22868]: audit 2026-03-31T20:26:14.295274+0000 mon.a (mon.0) 571 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:26:14.892 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:26:14 vm05 bash[22868]: audit 2026-03-31T20:26:14.295274+0000 mon.a (mon.0) 571 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:26:14.892 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:26:14 vm05 bash[22868]: audit 2026-03-31T20:26:14.299028+0000 mon.a (mon.0) 572 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:26:14.892 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:26:14 vm05 bash[22868]: audit 2026-03-31T20:26:14.299028+0000 mon.a (mon.0) 572 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:26:14.892 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:26:14 vm05 bash[22868]: audit 2026-03-31T20:26:14.299825+0000 mon.a (mon.0) 573 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd/host:vm05", "name": "osd_memory_target"} : dispatch 2026-03-31T20:26:14.892 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:26:14 vm05 bash[22868]: audit 2026-03-31T20:26:14.299825+0000 mon.a (mon.0) 573 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd/host:vm05", "name": "osd_memory_target"} : dispatch 2026-03-31T20:26:14.892 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:26:14 vm05 bash[22868]: audit 2026-03-31T20:26:14.301959+0000 mon.a (mon.0) 574 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd='[{"prefix": "config rm", "who": "osd/host:vm05", "name": "osd_memory_target"}]': finished 2026-03-31T20:26:14.892 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:26:14 vm05 bash[22868]: audit 2026-03-31T20:26:14.301959+0000 mon.a (mon.0) 574 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd='[{"prefix": "config rm", "who": "osd/host:vm05", "name": "osd_memory_target"}]': finished 2026-03-31T20:26:14.892 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:26:14 vm05 bash[22868]: audit 2026-03-31T20:26:14.498114+0000 mon.a (mon.0) 575 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:26:14.892 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:26:14 vm05 bash[22868]: audit 2026-03-31T20:26:14.498114+0000 mon.a (mon.0) 575 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:26:14.892 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:26:14 vm05 bash[22868]: audit 2026-03-31T20:26:14.502416+0000 mon.a (mon.0) 576 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:26:14.892 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:26:14 vm05 bash[22868]: audit 2026-03-31T20:26:14.502416+0000 mon.a (mon.0) 576 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:26:14.892 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:26:14 vm05 bash[22868]: audit 2026-03-31T20:26:14.503009+0000 mon.a (mon.0) 577 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd/host:vm01", "name": "osd_memory_target"} : dispatch 2026-03-31T20:26:14.892 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:26:14 vm05 bash[22868]: audit 2026-03-31T20:26:14.503009+0000 mon.a (mon.0) 577 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd/host:vm01", "name": "osd_memory_target"} : dispatch 2026-03-31T20:26:14.892 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:26:14 vm05 bash[22868]: audit 2026-03-31T20:26:14.505242+0000 mon.a (mon.0) 578 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd='[{"prefix": "config rm", "who": "osd/host:vm01", "name": "osd_memory_target"}]': finished 2026-03-31T20:26:14.892 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:26:14 vm05 bash[22868]: audit 2026-03-31T20:26:14.505242+0000 mon.a (mon.0) 578 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd='[{"prefix": "config rm", "who": "osd/host:vm01", "name": "osd_memory_target"}]': finished 2026-03-31T20:26:14.892 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:26:14 vm05 bash[22868]: audit 2026-03-31T20:26:14.506924+0000 mon.a (mon.0) 579 : audit [DBG] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-03-31T20:26:14.892 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:26:14 vm05 bash[22868]: audit 2026-03-31T20:26:14.506924+0000 mon.a (mon.0) 579 : audit [DBG] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-03-31T20:26:14.892 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:26:14 vm05 bash[22868]: audit 2026-03-31T20:26:14.507310+0000 mon.a (mon.0) 580 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-03-31T20:26:14.892 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:26:14 vm05 bash[22868]: audit 2026-03-31T20:26:14.507310+0000 mon.a (mon.0) 580 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-03-31T20:26:14.971 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:26:14 vm06 bash[23229]: audit 2026-03-31T20:26:13.635071+0000 mon.a (mon.0) 561 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:26:14.971 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:26:14 vm06 bash[23229]: audit 2026-03-31T20:26:13.635071+0000 mon.a (mon.0) 561 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:26:14.971 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:26:14 vm06 bash[23229]: audit 2026-03-31T20:26:13.639731+0000 mon.a (mon.0) 562 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:26:14.971 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:26:14 vm06 bash[23229]: audit 2026-03-31T20:26:13.639731+0000 mon.a (mon.0) 562 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:26:14.971 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:26:14 vm06 bash[23229]: audit 2026-03-31T20:26:13.672573+0000 mon.a (mon.0) 563 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:26:14.971 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:26:14 vm06 bash[23229]: audit 2026-03-31T20:26:13.672573+0000 mon.a (mon.0) 563 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:26:14.971 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:26:14 vm06 bash[23229]: audit 2026-03-31T20:26:13.678740+0000 mon.a (mon.0) 564 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:26:14.971 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:26:14 vm06 bash[23229]: audit 2026-03-31T20:26:13.678740+0000 mon.a (mon.0) 564 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:26:14.971 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:26:14 vm06 bash[23229]: audit 2026-03-31T20:26:13.903938+0000 mon.a (mon.0) 565 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:26:14.971 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:26:14 vm06 bash[23229]: audit 2026-03-31T20:26:13.903938+0000 mon.a (mon.0) 565 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:26:14.971 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:26:14 vm06 bash[23229]: audit 2026-03-31T20:26:13.908832+0000 mon.a (mon.0) 566 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:26:14.971 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:26:14 vm06 bash[23229]: audit 2026-03-31T20:26:13.908832+0000 mon.a (mon.0) 566 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:26:14.971 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:26:14 vm06 bash[23229]: cluster 2026-03-31T20:26:14.107750+0000 mgr.a (mgr.14433) 10 : cluster [DBG] pgmap v6: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:26:14.971 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:26:14 vm06 bash[23229]: cluster 2026-03-31T20:26:14.107750+0000 mgr.a (mgr.14433) 10 : cluster [DBG] pgmap v6: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:26:14.971 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:26:14 vm06 bash[23229]: audit 2026-03-31T20:26:14.256859+0000 mon.a (mon.0) 567 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:26:14.971 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:26:14 vm06 bash[23229]: audit 2026-03-31T20:26:14.256859+0000 mon.a (mon.0) 567 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:26:14.971 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:26:14 vm06 bash[23229]: audit 2026-03-31T20:26:14.260722+0000 mon.a (mon.0) 568 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:26:14.971 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:26:14 vm06 bash[23229]: audit 2026-03-31T20:26:14.260722+0000 mon.a (mon.0) 568 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:26:14.971 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:26:14 vm06 bash[23229]: audit 2026-03-31T20:26:14.261397+0000 mon.a (mon.0) 569 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"} : dispatch 2026-03-31T20:26:14.971 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:26:14 vm06 bash[23229]: audit 2026-03-31T20:26:14.261397+0000 mon.a (mon.0) 569 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"} : dispatch 2026-03-31T20:26:14.971 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:26:14 vm06 bash[23229]: audit 2026-03-31T20:26:14.264481+0000 mon.a (mon.0) 570 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:26:14.971 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:26:14 vm06 bash[23229]: audit 2026-03-31T20:26:14.264481+0000 mon.a (mon.0) 570 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:26:14.971 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:26:14 vm06 bash[23229]: audit 2026-03-31T20:26:14.295274+0000 mon.a (mon.0) 571 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:26:14.971 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:26:14 vm06 bash[23229]: audit 2026-03-31T20:26:14.295274+0000 mon.a (mon.0) 571 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:26:14.971 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:26:14 vm06 bash[23229]: audit 2026-03-31T20:26:14.299028+0000 mon.a (mon.0) 572 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:26:14.971 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:26:14 vm06 bash[23229]: audit 2026-03-31T20:26:14.299028+0000 mon.a (mon.0) 572 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:26:14.971 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:26:14 vm06 bash[23229]: audit 2026-03-31T20:26:14.299825+0000 mon.a (mon.0) 573 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd/host:vm05", "name": "osd_memory_target"} : dispatch 2026-03-31T20:26:14.971 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:26:14 vm06 bash[23229]: audit 2026-03-31T20:26:14.299825+0000 mon.a (mon.0) 573 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd/host:vm05", "name": "osd_memory_target"} : dispatch 2026-03-31T20:26:14.971 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:26:14 vm06 bash[23229]: audit 2026-03-31T20:26:14.301959+0000 mon.a (mon.0) 574 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd='[{"prefix": "config rm", "who": "osd/host:vm05", "name": "osd_memory_target"}]': finished 2026-03-31T20:26:14.971 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:26:14 vm06 bash[23229]: audit 2026-03-31T20:26:14.301959+0000 mon.a (mon.0) 574 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd='[{"prefix": "config rm", "who": "osd/host:vm05", "name": "osd_memory_target"}]': finished 2026-03-31T20:26:14.971 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:26:14 vm06 bash[23229]: audit 2026-03-31T20:26:14.498114+0000 mon.a (mon.0) 575 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:26:14.971 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:26:14 vm06 bash[23229]: audit 2026-03-31T20:26:14.498114+0000 mon.a (mon.0) 575 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:26:14.971 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:26:14 vm06 bash[23229]: audit 2026-03-31T20:26:14.502416+0000 mon.a (mon.0) 576 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:26:14.971 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:26:14 vm06 bash[23229]: audit 2026-03-31T20:26:14.502416+0000 mon.a (mon.0) 576 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:26:14.971 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:26:14 vm06 bash[23229]: audit 2026-03-31T20:26:14.503009+0000 mon.a (mon.0) 577 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd/host:vm01", "name": "osd_memory_target"} : dispatch 2026-03-31T20:26:14.971 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:26:14 vm06 bash[23229]: audit 2026-03-31T20:26:14.503009+0000 mon.a (mon.0) 577 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd/host:vm01", "name": "osd_memory_target"} : dispatch 2026-03-31T20:26:14.971 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:26:14 vm06 bash[23229]: audit 2026-03-31T20:26:14.505242+0000 mon.a (mon.0) 578 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd='[{"prefix": "config rm", "who": "osd/host:vm01", "name": "osd_memory_target"}]': finished 2026-03-31T20:26:14.972 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:26:14 vm06 bash[23229]: audit 2026-03-31T20:26:14.505242+0000 mon.a (mon.0) 578 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd='[{"prefix": "config rm", "who": "osd/host:vm01", "name": "osd_memory_target"}]': finished 2026-03-31T20:26:14.972 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:26:14 vm06 bash[23229]: audit 2026-03-31T20:26:14.506924+0000 mon.a (mon.0) 579 : audit [DBG] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-03-31T20:26:14.972 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:26:14 vm06 bash[23229]: audit 2026-03-31T20:26:14.506924+0000 mon.a (mon.0) 579 : audit [DBG] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-03-31T20:26:14.972 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:26:14 vm06 bash[23229]: audit 2026-03-31T20:26:14.507310+0000 mon.a (mon.0) 580 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-03-31T20:26:14.972 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:26:14 vm06 bash[23229]: audit 2026-03-31T20:26:14.507310+0000 mon.a (mon.0) 580 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-03-31T20:26:15.087 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:26:14 vm01 bash[20507]: audit 2026-03-31T20:26:13.635071+0000 mon.a (mon.0) 561 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:26:15.087 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:26:14 vm01 bash[20507]: audit 2026-03-31T20:26:13.635071+0000 mon.a (mon.0) 561 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:26:15.088 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:26:14 vm01 bash[20507]: audit 2026-03-31T20:26:13.639731+0000 mon.a (mon.0) 562 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:26:15.088 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:26:14 vm01 bash[20507]: audit 2026-03-31T20:26:13.639731+0000 mon.a (mon.0) 562 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:26:15.088 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:26:14 vm01 bash[20507]: audit 2026-03-31T20:26:13.672573+0000 mon.a (mon.0) 563 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:26:15.088 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:26:14 vm01 bash[20507]: audit 2026-03-31T20:26:13.672573+0000 mon.a (mon.0) 563 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:26:15.088 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:26:14 vm01 bash[20507]: audit 2026-03-31T20:26:13.678740+0000 mon.a (mon.0) 564 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:26:15.088 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:26:14 vm01 bash[20507]: audit 2026-03-31T20:26:13.678740+0000 mon.a (mon.0) 564 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:26:15.088 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:26:14 vm01 bash[20507]: audit 2026-03-31T20:26:13.903938+0000 mon.a (mon.0) 565 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:26:15.088 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:26:14 vm01 bash[20507]: audit 2026-03-31T20:26:13.903938+0000 mon.a (mon.0) 565 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:26:15.088 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:26:14 vm01 bash[20507]: audit 2026-03-31T20:26:13.908832+0000 mon.a (mon.0) 566 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:26:15.088 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:26:14 vm01 bash[20507]: audit 2026-03-31T20:26:13.908832+0000 mon.a (mon.0) 566 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:26:15.088 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:26:14 vm01 bash[20507]: cluster 2026-03-31T20:26:14.107750+0000 mgr.a (mgr.14433) 10 : cluster [DBG] pgmap v6: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:26:15.088 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:26:14 vm01 bash[20507]: cluster 2026-03-31T20:26:14.107750+0000 mgr.a (mgr.14433) 10 : cluster [DBG] pgmap v6: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:26:15.088 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:26:14 vm01 bash[20507]: audit 2026-03-31T20:26:14.256859+0000 mon.a (mon.0) 567 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:26:15.088 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:26:14 vm01 bash[20507]: audit 2026-03-31T20:26:14.256859+0000 mon.a (mon.0) 567 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:26:15.088 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:26:14 vm01 bash[20507]: audit 2026-03-31T20:26:14.260722+0000 mon.a (mon.0) 568 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:26:15.088 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:26:14 vm01 bash[20507]: audit 2026-03-31T20:26:14.260722+0000 mon.a (mon.0) 568 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:26:15.088 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:26:14 vm01 bash[20507]: audit 2026-03-31T20:26:14.261397+0000 mon.a (mon.0) 569 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"} : dispatch 2026-03-31T20:26:15.088 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:26:14 vm01 bash[20507]: audit 2026-03-31T20:26:14.261397+0000 mon.a (mon.0) 569 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"} : dispatch 2026-03-31T20:26:15.088 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:26:14 vm01 bash[20507]: audit 2026-03-31T20:26:14.264481+0000 mon.a (mon.0) 570 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:26:15.088 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:26:14 vm01 bash[20507]: audit 2026-03-31T20:26:14.264481+0000 mon.a (mon.0) 570 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:26:15.088 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:26:14 vm01 bash[20507]: audit 2026-03-31T20:26:14.295274+0000 mon.a (mon.0) 571 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:26:15.088 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:26:14 vm01 bash[20507]: audit 2026-03-31T20:26:14.295274+0000 mon.a (mon.0) 571 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:26:15.088 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:26:14 vm01 bash[20507]: audit 2026-03-31T20:26:14.299028+0000 mon.a (mon.0) 572 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:26:15.088 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:26:14 vm01 bash[20507]: audit 2026-03-31T20:26:14.299028+0000 mon.a (mon.0) 572 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:26:15.088 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:26:14 vm01 bash[20507]: audit 2026-03-31T20:26:14.299825+0000 mon.a (mon.0) 573 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd/host:vm05", "name": "osd_memory_target"} : dispatch 2026-03-31T20:26:15.088 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:26:14 vm01 bash[20507]: audit 2026-03-31T20:26:14.299825+0000 mon.a (mon.0) 573 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd/host:vm05", "name": "osd_memory_target"} : dispatch 2026-03-31T20:26:15.088 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:26:14 vm01 bash[20507]: audit 2026-03-31T20:26:14.301959+0000 mon.a (mon.0) 574 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd='[{"prefix": "config rm", "who": "osd/host:vm05", "name": "osd_memory_target"}]': finished 2026-03-31T20:26:15.088 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:26:14 vm01 bash[20507]: audit 2026-03-31T20:26:14.301959+0000 mon.a (mon.0) 574 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd='[{"prefix": "config rm", "who": "osd/host:vm05", "name": "osd_memory_target"}]': finished 2026-03-31T20:26:15.088 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:26:14 vm01 bash[20507]: audit 2026-03-31T20:26:14.498114+0000 mon.a (mon.0) 575 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:26:15.088 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:26:14 vm01 bash[20507]: audit 2026-03-31T20:26:14.498114+0000 mon.a (mon.0) 575 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:26:15.088 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:26:14 vm01 bash[20507]: audit 2026-03-31T20:26:14.502416+0000 mon.a (mon.0) 576 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:26:15.088 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:26:14 vm01 bash[20507]: audit 2026-03-31T20:26:14.502416+0000 mon.a (mon.0) 576 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:26:15.088 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:26:14 vm01 bash[20507]: audit 2026-03-31T20:26:14.503009+0000 mon.a (mon.0) 577 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd/host:vm01", "name": "osd_memory_target"} : dispatch 2026-03-31T20:26:15.088 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:26:14 vm01 bash[20507]: audit 2026-03-31T20:26:14.503009+0000 mon.a (mon.0) 577 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd/host:vm01", "name": "osd_memory_target"} : dispatch 2026-03-31T20:26:15.088 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:26:14 vm01 bash[20507]: audit 2026-03-31T20:26:14.505242+0000 mon.a (mon.0) 578 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd='[{"prefix": "config rm", "who": "osd/host:vm01", "name": "osd_memory_target"}]': finished 2026-03-31T20:26:15.088 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:26:14 vm01 bash[20507]: audit 2026-03-31T20:26:14.505242+0000 mon.a (mon.0) 578 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd='[{"prefix": "config rm", "who": "osd/host:vm01", "name": "osd_memory_target"}]': finished 2026-03-31T20:26:15.088 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:26:14 vm01 bash[20507]: audit 2026-03-31T20:26:14.506924+0000 mon.a (mon.0) 579 : audit [DBG] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-03-31T20:26:15.088 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:26:14 vm01 bash[20507]: audit 2026-03-31T20:26:14.506924+0000 mon.a (mon.0) 579 : audit [DBG] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-03-31T20:26:15.088 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:26:14 vm01 bash[20507]: audit 2026-03-31T20:26:14.507310+0000 mon.a (mon.0) 580 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-03-31T20:26:15.088 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:26:14 vm01 bash[20507]: audit 2026-03-31T20:26:14.507310+0000 mon.a (mon.0) 580 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-03-31T20:26:15.721 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:26:15 vm01 bash[20507]: cephadm 2026-03-31T20:26:14.261832+0000 mgr.a (mgr.14433) 11 : cephadm [INF] Adjusting osd_memory_target on vm06 to 3886M 2026-03-31T20:26:15.721 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:26:15 vm01 bash[20507]: cephadm 2026-03-31T20:26:14.261832+0000 mgr.a (mgr.14433) 11 : cephadm [INF] Adjusting osd_memory_target on vm06 to 3886M 2026-03-31T20:26:15.721 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:26:15 vm01 bash[20507]: cephadm 2026-03-31T20:26:14.507874+0000 mgr.a (mgr.14433) 12 : cephadm [INF] Updating vm01:/etc/ceph/ceph.conf 2026-03-31T20:26:15.721 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:26:15 vm01 bash[20507]: cephadm 2026-03-31T20:26:14.507874+0000 mgr.a (mgr.14433) 12 : cephadm [INF] Updating vm01:/etc/ceph/ceph.conf 2026-03-31T20:26:15.721 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:26:15 vm01 bash[20507]: cephadm 2026-03-31T20:26:14.508019+0000 mgr.a (mgr.14433) 13 : cephadm [INF] Updating vm05:/etc/ceph/ceph.conf 2026-03-31T20:26:15.721 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:26:15 vm01 bash[20507]: cephadm 2026-03-31T20:26:14.508019+0000 mgr.a (mgr.14433) 13 : cephadm [INF] Updating vm05:/etc/ceph/ceph.conf 2026-03-31T20:26:15.721 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:26:15 vm01 bash[20507]: cephadm 2026-03-31T20:26:14.508111+0000 mgr.a (mgr.14433) 14 : cephadm [INF] Updating vm06:/etc/ceph/ceph.conf 2026-03-31T20:26:15.721 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:26:15 vm01 bash[20507]: cephadm 2026-03-31T20:26:14.508111+0000 mgr.a (mgr.14433) 14 : cephadm [INF] Updating vm06:/etc/ceph/ceph.conf 2026-03-31T20:26:15.721 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:26:15 vm01 bash[20507]: cephadm 2026-03-31T20:26:14.553715+0000 mgr.a (mgr.14433) 15 : cephadm [INF] Updating vm06:/var/lib/ceph/2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37/config/ceph.conf 2026-03-31T20:26:15.721 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:26:15 vm01 bash[20507]: cephadm 2026-03-31T20:26:14.553715+0000 mgr.a (mgr.14433) 15 : cephadm [INF] Updating vm06:/var/lib/ceph/2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37/config/ceph.conf 2026-03-31T20:26:15.721 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:26:15 vm01 bash[20507]: cephadm 2026-03-31T20:26:14.553802+0000 mgr.a (mgr.14433) 16 : cephadm [INF] Updating vm01:/var/lib/ceph/2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37/config/ceph.conf 2026-03-31T20:26:15.721 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:26:15 vm01 bash[20507]: cephadm 2026-03-31T20:26:14.553802+0000 mgr.a (mgr.14433) 16 : cephadm [INF] Updating vm01:/var/lib/ceph/2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37/config/ceph.conf 2026-03-31T20:26:15.721 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:26:15 vm01 bash[20507]: cephadm 2026-03-31T20:26:14.554072+0000 mgr.a (mgr.14433) 17 : cephadm [INF] Updating vm05:/var/lib/ceph/2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37/config/ceph.conf 2026-03-31T20:26:15.721 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:26:15 vm01 bash[20507]: cephadm 2026-03-31T20:26:14.554072+0000 mgr.a (mgr.14433) 17 : cephadm [INF] Updating vm05:/var/lib/ceph/2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37/config/ceph.conf 2026-03-31T20:26:15.721 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:26:15 vm01 bash[20507]: cephadm 2026-03-31T20:26:14.596842+0000 mgr.a (mgr.14433) 18 : cephadm [INF] Updating vm06:/etc/ceph/ceph.client.admin.keyring 2026-03-31T20:26:15.721 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:26:15 vm01 bash[20507]: cephadm 2026-03-31T20:26:14.596842+0000 mgr.a (mgr.14433) 18 : cephadm [INF] Updating vm06:/etc/ceph/ceph.client.admin.keyring 2026-03-31T20:26:15.721 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:26:15 vm01 bash[20507]: cephadm 2026-03-31T20:26:14.596956+0000 mgr.a (mgr.14433) 19 : cephadm [INF] Updating vm01:/etc/ceph/ceph.client.admin.keyring 2026-03-31T20:26:15.721 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:26:15 vm01 bash[20507]: cephadm 2026-03-31T20:26:14.596956+0000 mgr.a (mgr.14433) 19 : cephadm [INF] Updating vm01:/etc/ceph/ceph.client.admin.keyring 2026-03-31T20:26:15.721 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:26:15 vm01 bash[20507]: cephadm 2026-03-31T20:26:14.598981+0000 mgr.a (mgr.14433) 20 : cephadm [INF] Updating vm05:/etc/ceph/ceph.client.admin.keyring 2026-03-31T20:26:15.721 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:26:15 vm01 bash[20507]: cephadm 2026-03-31T20:26:14.598981+0000 mgr.a (mgr.14433) 20 : cephadm [INF] Updating vm05:/etc/ceph/ceph.client.admin.keyring 2026-03-31T20:26:15.721 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:26:15 vm01 bash[20507]: cephadm 2026-03-31T20:26:14.632362+0000 mgr.a (mgr.14433) 21 : cephadm [INF] Updating vm01:/var/lib/ceph/2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37/config/ceph.client.admin.keyring 2026-03-31T20:26:15.721 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:26:15 vm01 bash[20507]: cephadm 2026-03-31T20:26:14.632362+0000 mgr.a (mgr.14433) 21 : cephadm [INF] Updating vm01:/var/lib/ceph/2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37/config/ceph.client.admin.keyring 2026-03-31T20:26:15.721 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:26:15 vm01 bash[20507]: cephadm 2026-03-31T20:26:14.634632+0000 mgr.a (mgr.14433) 22 : cephadm [INF] Updating vm06:/var/lib/ceph/2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37/config/ceph.client.admin.keyring 2026-03-31T20:26:15.721 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:26:15 vm01 bash[20507]: cephadm 2026-03-31T20:26:14.634632+0000 mgr.a (mgr.14433) 22 : cephadm [INF] Updating vm06:/var/lib/ceph/2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37/config/ceph.client.admin.keyring 2026-03-31T20:26:15.721 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:26:15 vm01 bash[20507]: cephadm 2026-03-31T20:26:14.637733+0000 mgr.a (mgr.14433) 23 : cephadm [INF] Updating vm05:/var/lib/ceph/2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37/config/ceph.client.admin.keyring 2026-03-31T20:26:15.721 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:26:15 vm01 bash[20507]: cephadm 2026-03-31T20:26:14.637733+0000 mgr.a (mgr.14433) 23 : cephadm [INF] Updating vm05:/var/lib/ceph/2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37/config/ceph.client.admin.keyring 2026-03-31T20:26:15.721 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:26:15 vm01 bash[20507]: audit 2026-03-31T20:26:14.684436+0000 mon.a (mon.0) 581 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:26:15.721 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:26:15 vm01 bash[20507]: audit 2026-03-31T20:26:14.684436+0000 mon.a (mon.0) 581 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:26:15.721 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:26:15 vm01 bash[20507]: audit 2026-03-31T20:26:14.687316+0000 mon.a (mon.0) 582 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:26:15.721 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:26:15 vm01 bash[20507]: audit 2026-03-31T20:26:14.687316+0000 mon.a (mon.0) 582 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:26:15.721 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:26:15 vm01 bash[20507]: audit 2026-03-31T20:26:14.690112+0000 mon.a (mon.0) 583 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:26:15.721 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:26:15 vm01 bash[20507]: audit 2026-03-31T20:26:14.690112+0000 mon.a (mon.0) 583 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:26:15.722 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:26:15 vm01 bash[20507]: audit 2026-03-31T20:26:14.693055+0000 mon.a (mon.0) 584 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:26:15.722 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:26:15 vm01 bash[20507]: audit 2026-03-31T20:26:14.693055+0000 mon.a (mon.0) 584 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:26:15.722 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:26:15 vm01 bash[20507]: audit 2026-03-31T20:26:14.695680+0000 mon.a (mon.0) 585 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:26:15.722 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:26:15 vm01 bash[20507]: audit 2026-03-31T20:26:14.695680+0000 mon.a (mon.0) 585 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:26:15.722 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:26:15 vm01 bash[20507]: audit 2026-03-31T20:26:14.698425+0000 mon.a (mon.0) 586 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:26:15.722 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:26:15 vm01 bash[20507]: audit 2026-03-31T20:26:14.698425+0000 mon.a (mon.0) 586 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:26:15.722 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:26:15 vm01 bash[20507]: audit 2026-03-31T20:26:14.701236+0000 mon.a (mon.0) 587 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:26:15.722 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:26:15 vm01 bash[20507]: audit 2026-03-31T20:26:14.701236+0000 mon.a (mon.0) 587 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:26:15.722 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:26:15 vm01 bash[20507]: audit 2026-03-31T20:26:14.702411+0000 mon.a (mon.0) 588 : audit [DBG] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-03-31T20:26:15.722 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:26:15 vm01 bash[20507]: audit 2026-03-31T20:26:14.702411+0000 mon.a (mon.0) 588 : audit [DBG] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-03-31T20:26:15.722 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:26:15 vm01 bash[20507]: audit 2026-03-31T20:26:14.709140+0000 mon.a (mon.0) 589 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:26:15.722 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:26:15 vm01 bash[20507]: audit 2026-03-31T20:26:14.709140+0000 mon.a (mon.0) 589 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:26:15.722 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:26:15 vm01 bash[20507]: cephadm 2026-03-31T20:26:14.723951+0000 mgr.a (mgr.14433) 24 : cephadm [INF] Reconfiguring grafana.vm01 deps ['secure_monitoring_stack:False'] -> ['prometheus.vm05', 'secure_monitoring_stack:False'] (diff {'prometheus.vm05'}) 2026-03-31T20:26:15.722 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:26:15 vm01 bash[20507]: cephadm 2026-03-31T20:26:14.723951+0000 mgr.a (mgr.14433) 24 : cephadm [INF] Reconfiguring grafana.vm01 deps ['secure_monitoring_stack:False'] -> ['prometheus.vm05', 'secure_monitoring_stack:False'] (diff {'prometheus.vm05'}) 2026-03-31T20:26:15.722 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:26:15 vm01 bash[20507]: audit 2026-03-31T20:26:14.911328+0000 mon.a (mon.0) 590 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"} : dispatch 2026-03-31T20:26:15.722 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:26:15 vm01 bash[20507]: audit 2026-03-31T20:26:14.911328+0000 mon.a (mon.0) 590 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"} : dispatch 2026-03-31T20:26:15.722 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:26:15 vm01 bash[20507]: audit 2026-03-31T20:26:14.911835+0000 mgr.a (mgr.14433) 25 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2026-03-31T20:26:15.722 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:26:15 vm01 bash[20507]: audit 2026-03-31T20:26:14.911835+0000 mgr.a (mgr.14433) 25 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2026-03-31T20:26:15.722 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:26:15 vm01 bash[20507]: cephadm 2026-03-31T20:26:14.915255+0000 mgr.a (mgr.14433) 26 : cephadm [INF] Reconfiguring daemon grafana.vm01 on vm01 2026-03-31T20:26:15.722 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:26:15 vm01 bash[20507]: cephadm 2026-03-31T20:26:14.915255+0000 mgr.a (mgr.14433) 26 : cephadm [INF] Reconfiguring daemon grafana.vm01 on vm01 2026-03-31T20:26:15.722 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:26:15 vm01 bash[20507]: audit 2026-03-31T20:26:15.574981+0000 mon.a (mon.0) 591 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:26:15.722 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:26:15 vm01 bash[20507]: audit 2026-03-31T20:26:15.574981+0000 mon.a (mon.0) 591 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:26:15.722 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:26:15 vm01 bash[20507]: audit 2026-03-31T20:26:15.578286+0000 mon.a (mon.0) 592 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:26:15.722 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:26:15 vm01 bash[20507]: audit 2026-03-31T20:26:15.578286+0000 mon.a (mon.0) 592 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:26:15.946 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:26:15 vm06 bash[23229]: cephadm 2026-03-31T20:26:14.261832+0000 mgr.a (mgr.14433) 11 : cephadm [INF] Adjusting osd_memory_target on vm06 to 3886M 2026-03-31T20:26:15.946 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:26:15 vm06 bash[23229]: cephadm 2026-03-31T20:26:14.261832+0000 mgr.a (mgr.14433) 11 : cephadm [INF] Adjusting osd_memory_target on vm06 to 3886M 2026-03-31T20:26:15.946 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:26:15 vm06 bash[23229]: cephadm 2026-03-31T20:26:14.507874+0000 mgr.a (mgr.14433) 12 : cephadm [INF] Updating vm01:/etc/ceph/ceph.conf 2026-03-31T20:26:15.946 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:26:15 vm06 bash[23229]: cephadm 2026-03-31T20:26:14.507874+0000 mgr.a (mgr.14433) 12 : cephadm [INF] Updating vm01:/etc/ceph/ceph.conf 2026-03-31T20:26:15.946 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:26:15 vm06 bash[23229]: cephadm 2026-03-31T20:26:14.508019+0000 mgr.a (mgr.14433) 13 : cephadm [INF] Updating vm05:/etc/ceph/ceph.conf 2026-03-31T20:26:15.946 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:26:15 vm06 bash[23229]: cephadm 2026-03-31T20:26:14.508019+0000 mgr.a (mgr.14433) 13 : cephadm [INF] Updating vm05:/etc/ceph/ceph.conf 2026-03-31T20:26:15.946 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:26:15 vm06 bash[23229]: cephadm 2026-03-31T20:26:14.508111+0000 mgr.a (mgr.14433) 14 : cephadm [INF] Updating vm06:/etc/ceph/ceph.conf 2026-03-31T20:26:15.946 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:26:15 vm06 bash[23229]: cephadm 2026-03-31T20:26:14.508111+0000 mgr.a (mgr.14433) 14 : cephadm [INF] Updating vm06:/etc/ceph/ceph.conf 2026-03-31T20:26:15.946 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:26:15 vm06 bash[23229]: cephadm 2026-03-31T20:26:14.553715+0000 mgr.a (mgr.14433) 15 : cephadm [INF] Updating vm06:/var/lib/ceph/2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37/config/ceph.conf 2026-03-31T20:26:15.946 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:26:15 vm06 bash[23229]: cephadm 2026-03-31T20:26:14.553715+0000 mgr.a (mgr.14433) 15 : cephadm [INF] Updating vm06:/var/lib/ceph/2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37/config/ceph.conf 2026-03-31T20:26:15.946 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:26:15 vm06 bash[23229]: cephadm 2026-03-31T20:26:14.553802+0000 mgr.a (mgr.14433) 16 : cephadm [INF] Updating vm01:/var/lib/ceph/2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37/config/ceph.conf 2026-03-31T20:26:15.946 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:26:15 vm06 bash[23229]: cephadm 2026-03-31T20:26:14.553802+0000 mgr.a (mgr.14433) 16 : cephadm [INF] Updating vm01:/var/lib/ceph/2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37/config/ceph.conf 2026-03-31T20:26:15.946 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:26:15 vm06 bash[23229]: cephadm 2026-03-31T20:26:14.554072+0000 mgr.a (mgr.14433) 17 : cephadm [INF] Updating vm05:/var/lib/ceph/2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37/config/ceph.conf 2026-03-31T20:26:15.946 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:26:15 vm06 bash[23229]: cephadm 2026-03-31T20:26:14.554072+0000 mgr.a (mgr.14433) 17 : cephadm [INF] Updating vm05:/var/lib/ceph/2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37/config/ceph.conf 2026-03-31T20:26:15.946 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:26:15 vm06 bash[23229]: cephadm 2026-03-31T20:26:14.596842+0000 mgr.a (mgr.14433) 18 : cephadm [INF] Updating vm06:/etc/ceph/ceph.client.admin.keyring 2026-03-31T20:26:15.946 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:26:15 vm06 bash[23229]: cephadm 2026-03-31T20:26:14.596842+0000 mgr.a (mgr.14433) 18 : cephadm [INF] Updating vm06:/etc/ceph/ceph.client.admin.keyring 2026-03-31T20:26:15.946 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:26:15 vm06 bash[23229]: cephadm 2026-03-31T20:26:14.596956+0000 mgr.a (mgr.14433) 19 : cephadm [INF] Updating vm01:/etc/ceph/ceph.client.admin.keyring 2026-03-31T20:26:15.946 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:26:15 vm06 bash[23229]: cephadm 2026-03-31T20:26:14.596956+0000 mgr.a (mgr.14433) 19 : cephadm [INF] Updating vm01:/etc/ceph/ceph.client.admin.keyring 2026-03-31T20:26:15.946 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:26:15 vm06 bash[23229]: cephadm 2026-03-31T20:26:14.598981+0000 mgr.a (mgr.14433) 20 : cephadm [INF] Updating vm05:/etc/ceph/ceph.client.admin.keyring 2026-03-31T20:26:15.946 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:26:15 vm06 bash[23229]: cephadm 2026-03-31T20:26:14.598981+0000 mgr.a (mgr.14433) 20 : cephadm [INF] Updating vm05:/etc/ceph/ceph.client.admin.keyring 2026-03-31T20:26:15.946 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:26:15 vm06 bash[23229]: cephadm 2026-03-31T20:26:14.632362+0000 mgr.a (mgr.14433) 21 : cephadm [INF] Updating vm01:/var/lib/ceph/2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37/config/ceph.client.admin.keyring 2026-03-31T20:26:15.946 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:26:15 vm06 bash[23229]: cephadm 2026-03-31T20:26:14.632362+0000 mgr.a (mgr.14433) 21 : cephadm [INF] Updating vm01:/var/lib/ceph/2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37/config/ceph.client.admin.keyring 2026-03-31T20:26:15.946 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:26:15 vm06 bash[23229]: cephadm 2026-03-31T20:26:14.634632+0000 mgr.a (mgr.14433) 22 : cephadm [INF] Updating vm06:/var/lib/ceph/2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37/config/ceph.client.admin.keyring 2026-03-31T20:26:15.947 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:26:15 vm06 bash[23229]: cephadm 2026-03-31T20:26:14.634632+0000 mgr.a (mgr.14433) 22 : cephadm [INF] Updating vm06:/var/lib/ceph/2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37/config/ceph.client.admin.keyring 2026-03-31T20:26:15.947 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:26:15 vm06 bash[23229]: cephadm 2026-03-31T20:26:14.637733+0000 mgr.a (mgr.14433) 23 : cephadm [INF] Updating vm05:/var/lib/ceph/2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37/config/ceph.client.admin.keyring 2026-03-31T20:26:15.947 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:26:15 vm06 bash[23229]: cephadm 2026-03-31T20:26:14.637733+0000 mgr.a (mgr.14433) 23 : cephadm [INF] Updating vm05:/var/lib/ceph/2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37/config/ceph.client.admin.keyring 2026-03-31T20:26:15.947 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:26:15 vm06 bash[23229]: audit 2026-03-31T20:26:14.684436+0000 mon.a (mon.0) 581 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:26:15.947 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:26:15 vm06 bash[23229]: audit 2026-03-31T20:26:14.684436+0000 mon.a (mon.0) 581 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:26:15.947 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:26:15 vm06 bash[23229]: audit 2026-03-31T20:26:14.687316+0000 mon.a (mon.0) 582 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:26:15.947 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:26:15 vm06 bash[23229]: audit 2026-03-31T20:26:14.687316+0000 mon.a (mon.0) 582 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:26:15.947 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:26:15 vm06 bash[23229]: audit 2026-03-31T20:26:14.690112+0000 mon.a (mon.0) 583 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:26:15.947 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:26:15 vm06 bash[23229]: audit 2026-03-31T20:26:14.690112+0000 mon.a (mon.0) 583 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:26:15.947 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:26:15 vm06 bash[23229]: audit 2026-03-31T20:26:14.693055+0000 mon.a (mon.0) 584 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:26:15.947 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:26:15 vm06 bash[23229]: audit 2026-03-31T20:26:14.693055+0000 mon.a (mon.0) 584 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:26:15.947 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:26:15 vm06 bash[23229]: audit 2026-03-31T20:26:14.695680+0000 mon.a (mon.0) 585 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:26:15.947 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:26:15 vm06 bash[23229]: audit 2026-03-31T20:26:14.695680+0000 mon.a (mon.0) 585 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:26:15.947 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:26:15 vm06 bash[23229]: audit 2026-03-31T20:26:14.698425+0000 mon.a (mon.0) 586 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:26:15.947 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:26:15 vm06 bash[23229]: audit 2026-03-31T20:26:14.698425+0000 mon.a (mon.0) 586 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:26:15.947 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:26:15 vm06 bash[23229]: audit 2026-03-31T20:26:14.701236+0000 mon.a (mon.0) 587 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:26:15.947 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:26:15 vm06 bash[23229]: audit 2026-03-31T20:26:14.701236+0000 mon.a (mon.0) 587 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:26:15.947 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:26:15 vm06 bash[23229]: audit 2026-03-31T20:26:14.702411+0000 mon.a (mon.0) 588 : audit [DBG] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-03-31T20:26:15.947 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:26:15 vm06 bash[23229]: audit 2026-03-31T20:26:14.702411+0000 mon.a (mon.0) 588 : audit [DBG] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-03-31T20:26:15.947 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:26:15 vm06 bash[23229]: audit 2026-03-31T20:26:14.709140+0000 mon.a (mon.0) 589 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:26:15.947 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:26:15 vm06 bash[23229]: audit 2026-03-31T20:26:14.709140+0000 mon.a (mon.0) 589 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:26:15.947 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:26:15 vm06 bash[23229]: cephadm 2026-03-31T20:26:14.723951+0000 mgr.a (mgr.14433) 24 : cephadm [INF] Reconfiguring grafana.vm01 deps ['secure_monitoring_stack:False'] -> ['prometheus.vm05', 'secure_monitoring_stack:False'] (diff {'prometheus.vm05'}) 2026-03-31T20:26:15.947 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:26:15 vm06 bash[23229]: cephadm 2026-03-31T20:26:14.723951+0000 mgr.a (mgr.14433) 24 : cephadm [INF] Reconfiguring grafana.vm01 deps ['secure_monitoring_stack:False'] -> ['prometheus.vm05', 'secure_monitoring_stack:False'] (diff {'prometheus.vm05'}) 2026-03-31T20:26:15.947 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:26:15 vm06 bash[23229]: audit 2026-03-31T20:26:14.911328+0000 mon.a (mon.0) 590 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"} : dispatch 2026-03-31T20:26:15.947 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:26:15 vm06 bash[23229]: audit 2026-03-31T20:26:14.911328+0000 mon.a (mon.0) 590 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"} : dispatch 2026-03-31T20:26:15.947 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:26:15 vm06 bash[23229]: audit 2026-03-31T20:26:14.911835+0000 mgr.a (mgr.14433) 25 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2026-03-31T20:26:15.947 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:26:15 vm06 bash[23229]: audit 2026-03-31T20:26:14.911835+0000 mgr.a (mgr.14433) 25 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2026-03-31T20:26:15.947 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:26:15 vm06 bash[23229]: cephadm 2026-03-31T20:26:14.915255+0000 mgr.a (mgr.14433) 26 : cephadm [INF] Reconfiguring daemon grafana.vm01 on vm01 2026-03-31T20:26:15.947 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:26:15 vm06 bash[23229]: cephadm 2026-03-31T20:26:14.915255+0000 mgr.a (mgr.14433) 26 : cephadm [INF] Reconfiguring daemon grafana.vm01 on vm01 2026-03-31T20:26:15.947 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:26:15 vm06 bash[23229]: audit 2026-03-31T20:26:15.574981+0000 mon.a (mon.0) 591 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:26:15.947 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:26:15 vm06 bash[23229]: audit 2026-03-31T20:26:15.574981+0000 mon.a (mon.0) 591 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:26:15.947 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:26:15 vm06 bash[23229]: audit 2026-03-31T20:26:15.578286+0000 mon.a (mon.0) 592 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:26:15.947 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:26:15 vm06 bash[23229]: audit 2026-03-31T20:26:15.578286+0000 mon.a (mon.0) 592 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:26:16.142 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:26:15 vm05 bash[22868]: cephadm 2026-03-31T20:26:14.261832+0000 mgr.a (mgr.14433) 11 : cephadm [INF] Adjusting osd_memory_target on vm06 to 3886M 2026-03-31T20:26:16.142 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:26:15 vm05 bash[22868]: cephadm 2026-03-31T20:26:14.261832+0000 mgr.a (mgr.14433) 11 : cephadm [INF] Adjusting osd_memory_target on vm06 to 3886M 2026-03-31T20:26:16.142 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:26:15 vm05 bash[22868]: cephadm 2026-03-31T20:26:14.507874+0000 mgr.a (mgr.14433) 12 : cephadm [INF] Updating vm01:/etc/ceph/ceph.conf 2026-03-31T20:26:16.142 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:26:15 vm05 bash[22868]: cephadm 2026-03-31T20:26:14.507874+0000 mgr.a (mgr.14433) 12 : cephadm [INF] Updating vm01:/etc/ceph/ceph.conf 2026-03-31T20:26:16.142 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:26:15 vm05 bash[22868]: cephadm 2026-03-31T20:26:14.508019+0000 mgr.a (mgr.14433) 13 : cephadm [INF] Updating vm05:/etc/ceph/ceph.conf 2026-03-31T20:26:16.142 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:26:15 vm05 bash[22868]: cephadm 2026-03-31T20:26:14.508019+0000 mgr.a (mgr.14433) 13 : cephadm [INF] Updating vm05:/etc/ceph/ceph.conf 2026-03-31T20:26:16.142 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:26:15 vm05 bash[22868]: cephadm 2026-03-31T20:26:14.508111+0000 mgr.a (mgr.14433) 14 : cephadm [INF] Updating vm06:/etc/ceph/ceph.conf 2026-03-31T20:26:16.142 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:26:15 vm05 bash[22868]: cephadm 2026-03-31T20:26:14.508111+0000 mgr.a (mgr.14433) 14 : cephadm [INF] Updating vm06:/etc/ceph/ceph.conf 2026-03-31T20:26:16.142 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:26:15 vm05 bash[22868]: cephadm 2026-03-31T20:26:14.553715+0000 mgr.a (mgr.14433) 15 : cephadm [INF] Updating vm06:/var/lib/ceph/2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37/config/ceph.conf 2026-03-31T20:26:16.142 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:26:15 vm05 bash[22868]: cephadm 2026-03-31T20:26:14.553715+0000 mgr.a (mgr.14433) 15 : cephadm [INF] Updating vm06:/var/lib/ceph/2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37/config/ceph.conf 2026-03-31T20:26:16.142 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:26:15 vm05 bash[22868]: cephadm 2026-03-31T20:26:14.553802+0000 mgr.a (mgr.14433) 16 : cephadm [INF] Updating vm01:/var/lib/ceph/2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37/config/ceph.conf 2026-03-31T20:26:16.142 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:26:15 vm05 bash[22868]: cephadm 2026-03-31T20:26:14.553802+0000 mgr.a (mgr.14433) 16 : cephadm [INF] Updating vm01:/var/lib/ceph/2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37/config/ceph.conf 2026-03-31T20:26:16.142 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:26:15 vm05 bash[22868]: cephadm 2026-03-31T20:26:14.554072+0000 mgr.a (mgr.14433) 17 : cephadm [INF] Updating vm05:/var/lib/ceph/2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37/config/ceph.conf 2026-03-31T20:26:16.142 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:26:15 vm05 bash[22868]: cephadm 2026-03-31T20:26:14.554072+0000 mgr.a (mgr.14433) 17 : cephadm [INF] Updating vm05:/var/lib/ceph/2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37/config/ceph.conf 2026-03-31T20:26:16.142 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:26:15 vm05 bash[22868]: cephadm 2026-03-31T20:26:14.596842+0000 mgr.a (mgr.14433) 18 : cephadm [INF] Updating vm06:/etc/ceph/ceph.client.admin.keyring 2026-03-31T20:26:16.142 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:26:15 vm05 bash[22868]: cephadm 2026-03-31T20:26:14.596842+0000 mgr.a (mgr.14433) 18 : cephadm [INF] Updating vm06:/etc/ceph/ceph.client.admin.keyring 2026-03-31T20:26:16.142 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:26:15 vm05 bash[22868]: cephadm 2026-03-31T20:26:14.596956+0000 mgr.a (mgr.14433) 19 : cephadm [INF] Updating vm01:/etc/ceph/ceph.client.admin.keyring 2026-03-31T20:26:16.142 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:26:15 vm05 bash[22868]: cephadm 2026-03-31T20:26:14.596956+0000 mgr.a (mgr.14433) 19 : cephadm [INF] Updating vm01:/etc/ceph/ceph.client.admin.keyring 2026-03-31T20:26:16.142 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:26:15 vm05 bash[22868]: cephadm 2026-03-31T20:26:14.598981+0000 mgr.a (mgr.14433) 20 : cephadm [INF] Updating vm05:/etc/ceph/ceph.client.admin.keyring 2026-03-31T20:26:16.142 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:26:15 vm05 bash[22868]: cephadm 2026-03-31T20:26:14.598981+0000 mgr.a (mgr.14433) 20 : cephadm [INF] Updating vm05:/etc/ceph/ceph.client.admin.keyring 2026-03-31T20:26:16.142 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:26:15 vm05 bash[22868]: cephadm 2026-03-31T20:26:14.632362+0000 mgr.a (mgr.14433) 21 : cephadm [INF] Updating vm01:/var/lib/ceph/2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37/config/ceph.client.admin.keyring 2026-03-31T20:26:16.142 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:26:15 vm05 bash[22868]: cephadm 2026-03-31T20:26:14.632362+0000 mgr.a (mgr.14433) 21 : cephadm [INF] Updating vm01:/var/lib/ceph/2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37/config/ceph.client.admin.keyring 2026-03-31T20:26:16.142 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:26:15 vm05 bash[22868]: cephadm 2026-03-31T20:26:14.634632+0000 mgr.a (mgr.14433) 22 : cephadm [INF] Updating vm06:/var/lib/ceph/2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37/config/ceph.client.admin.keyring 2026-03-31T20:26:16.142 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:26:15 vm05 bash[22868]: cephadm 2026-03-31T20:26:14.634632+0000 mgr.a (mgr.14433) 22 : cephadm [INF] Updating vm06:/var/lib/ceph/2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37/config/ceph.client.admin.keyring 2026-03-31T20:26:16.142 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:26:15 vm05 bash[22868]: cephadm 2026-03-31T20:26:14.637733+0000 mgr.a (mgr.14433) 23 : cephadm [INF] Updating vm05:/var/lib/ceph/2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37/config/ceph.client.admin.keyring 2026-03-31T20:26:16.142 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:26:15 vm05 bash[22868]: cephadm 2026-03-31T20:26:14.637733+0000 mgr.a (mgr.14433) 23 : cephadm [INF] Updating vm05:/var/lib/ceph/2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37/config/ceph.client.admin.keyring 2026-03-31T20:26:16.142 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:26:15 vm05 bash[22868]: audit 2026-03-31T20:26:14.684436+0000 mon.a (mon.0) 581 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:26:16.142 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:26:15 vm05 bash[22868]: audit 2026-03-31T20:26:14.684436+0000 mon.a (mon.0) 581 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:26:16.142 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:26:15 vm05 bash[22868]: audit 2026-03-31T20:26:14.687316+0000 mon.a (mon.0) 582 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:26:16.142 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:26:15 vm05 bash[22868]: audit 2026-03-31T20:26:14.687316+0000 mon.a (mon.0) 582 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:26:16.142 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:26:15 vm05 bash[22868]: audit 2026-03-31T20:26:14.690112+0000 mon.a (mon.0) 583 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:26:16.142 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:26:15 vm05 bash[22868]: audit 2026-03-31T20:26:14.690112+0000 mon.a (mon.0) 583 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:26:16.142 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:26:15 vm05 bash[22868]: audit 2026-03-31T20:26:14.693055+0000 mon.a (mon.0) 584 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:26:16.142 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:26:15 vm05 bash[22868]: audit 2026-03-31T20:26:14.693055+0000 mon.a (mon.0) 584 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:26:16.142 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:26:15 vm05 bash[22868]: audit 2026-03-31T20:26:14.695680+0000 mon.a (mon.0) 585 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:26:16.142 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:26:15 vm05 bash[22868]: audit 2026-03-31T20:26:14.695680+0000 mon.a (mon.0) 585 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:26:16.142 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:26:15 vm05 bash[22868]: audit 2026-03-31T20:26:14.698425+0000 mon.a (mon.0) 586 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:26:16.142 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:26:15 vm05 bash[22868]: audit 2026-03-31T20:26:14.698425+0000 mon.a (mon.0) 586 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:26:16.143 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:26:15 vm05 bash[22868]: audit 2026-03-31T20:26:14.701236+0000 mon.a (mon.0) 587 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:26:16.143 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:26:15 vm05 bash[22868]: audit 2026-03-31T20:26:14.701236+0000 mon.a (mon.0) 587 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:26:16.143 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:26:15 vm05 bash[22868]: audit 2026-03-31T20:26:14.702411+0000 mon.a (mon.0) 588 : audit [DBG] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-03-31T20:26:16.143 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:26:15 vm05 bash[22868]: audit 2026-03-31T20:26:14.702411+0000 mon.a (mon.0) 588 : audit [DBG] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-03-31T20:26:16.143 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:26:15 vm05 bash[22868]: audit 2026-03-31T20:26:14.709140+0000 mon.a (mon.0) 589 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:26:16.143 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:26:15 vm05 bash[22868]: audit 2026-03-31T20:26:14.709140+0000 mon.a (mon.0) 589 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:26:16.143 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:26:15 vm05 bash[22868]: cephadm 2026-03-31T20:26:14.723951+0000 mgr.a (mgr.14433) 24 : cephadm [INF] Reconfiguring grafana.vm01 deps ['secure_monitoring_stack:False'] -> ['prometheus.vm05', 'secure_monitoring_stack:False'] (diff {'prometheus.vm05'}) 2026-03-31T20:26:16.143 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:26:15 vm05 bash[22868]: cephadm 2026-03-31T20:26:14.723951+0000 mgr.a (mgr.14433) 24 : cephadm [INF] Reconfiguring grafana.vm01 deps ['secure_monitoring_stack:False'] -> ['prometheus.vm05', 'secure_monitoring_stack:False'] (diff {'prometheus.vm05'}) 2026-03-31T20:26:16.143 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:26:15 vm05 bash[22868]: audit 2026-03-31T20:26:14.911328+0000 mon.a (mon.0) 590 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"} : dispatch 2026-03-31T20:26:16.143 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:26:15 vm05 bash[22868]: audit 2026-03-31T20:26:14.911328+0000 mon.a (mon.0) 590 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"} : dispatch 2026-03-31T20:26:16.143 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:26:15 vm05 bash[22868]: audit 2026-03-31T20:26:14.911835+0000 mgr.a (mgr.14433) 25 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2026-03-31T20:26:16.143 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:26:15 vm05 bash[22868]: audit 2026-03-31T20:26:14.911835+0000 mgr.a (mgr.14433) 25 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2026-03-31T20:26:16.143 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:26:15 vm05 bash[22868]: cephadm 2026-03-31T20:26:14.915255+0000 mgr.a (mgr.14433) 26 : cephadm [INF] Reconfiguring daemon grafana.vm01 on vm01 2026-03-31T20:26:16.143 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:26:15 vm05 bash[22868]: cephadm 2026-03-31T20:26:14.915255+0000 mgr.a (mgr.14433) 26 : cephadm [INF] Reconfiguring daemon grafana.vm01 on vm01 2026-03-31T20:26:16.143 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:26:15 vm05 bash[22868]: audit 2026-03-31T20:26:15.574981+0000 mon.a (mon.0) 591 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:26:16.143 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:26:15 vm05 bash[22868]: audit 2026-03-31T20:26:15.574981+0000 mon.a (mon.0) 591 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:26:16.143 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:26:15 vm05 bash[22868]: audit 2026-03-31T20:26:15.578286+0000 mon.a (mon.0) 592 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:26:16.143 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:26:15 vm05 bash[22868]: audit 2026-03-31T20:26:15.578286+0000 mon.a (mon.0) 592 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:26:16.232 INFO:journalctl@ceph.mgr.a.vm01.stdout:Mar 31 20:26:16 vm01 bash[20789]: [31/Mar/2026:20:26:16] ENGINE Bus STOPPING 2026-03-31T20:26:16.587 INFO:journalctl@ceph.mgr.a.vm01.stdout:Mar 31 20:26:16 vm01 bash[20789]: [31/Mar/2026:20:26:16] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('::', 9283)) shut down 2026-03-31T20:26:16.587 INFO:journalctl@ceph.mgr.a.vm01.stdout:Mar 31 20:26:16 vm01 bash[20789]: [31/Mar/2026:20:26:16] ENGINE Bus STOPPED 2026-03-31T20:26:16.587 INFO:journalctl@ceph.mgr.a.vm01.stdout:Mar 31 20:26:16 vm01 bash[20789]: [31/Mar/2026:20:26:16] ENGINE Bus STARTING 2026-03-31T20:26:16.587 INFO:journalctl@ceph.mgr.a.vm01.stdout:Mar 31 20:26:16 vm01 bash[20789]: [31/Mar/2026:20:26:16] ENGINE Serving on http://:::9283 2026-03-31T20:26:16.587 INFO:journalctl@ceph.mgr.a.vm01.stdout:Mar 31 20:26:16 vm01 bash[20789]: [31/Mar/2026:20:26:16] ENGINE Bus STARTED 2026-03-31T20:26:16.587 INFO:journalctl@ceph.mgr.a.vm01.stdout:Mar 31 20:26:16 vm01 bash[20789]: [31/Mar/2026:20:26:16] ENGINE Bus STOPPING 2026-03-31T20:26:16.587 INFO:journalctl@ceph.mgr.a.vm01.stdout:Mar 31 20:26:16 vm01 bash[20789]: [31/Mar/2026:20:26:16] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('::', 9283)) shut down 2026-03-31T20:26:16.587 INFO:journalctl@ceph.mgr.a.vm01.stdout:Mar 31 20:26:16 vm01 bash[20789]: [31/Mar/2026:20:26:16] ENGINE Bus STOPPED 2026-03-31T20:26:16.587 INFO:journalctl@ceph.mgr.a.vm01.stdout:Mar 31 20:26:16 vm01 bash[20789]: [31/Mar/2026:20:26:16] ENGINE Bus STARTING 2026-03-31T20:26:16.587 INFO:journalctl@ceph.mgr.a.vm01.stdout:Mar 31 20:26:16 vm01 bash[20789]: [31/Mar/2026:20:26:16] ENGINE Serving on http://:::9283 2026-03-31T20:26:16.587 INFO:journalctl@ceph.mgr.a.vm01.stdout:Mar 31 20:26:16 vm01 bash[20789]: [31/Mar/2026:20:26:16] ENGINE Bus STARTED 2026-03-31T20:26:16.587 INFO:journalctl@ceph.mgr.a.vm01.stdout:Mar 31 20:26:16 vm01 bash[20789]: [31/Mar/2026:20:26:16] ENGINE Bus STOPPING 2026-03-31T20:26:17.327 INFO:journalctl@ceph.mgr.a.vm01.stdout:Mar 31 20:26:16 vm01 bash[20789]: [31/Mar/2026:20:26:16] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('::', 9283)) shut down 2026-03-31T20:26:17.327 INFO:journalctl@ceph.mgr.a.vm01.stdout:Mar 31 20:26:16 vm01 bash[20789]: [31/Mar/2026:20:26:16] ENGINE Bus STOPPED 2026-03-31T20:26:17.327 INFO:journalctl@ceph.mgr.a.vm01.stdout:Mar 31 20:26:16 vm01 bash[20789]: [31/Mar/2026:20:26:16] ENGINE Bus STARTING 2026-03-31T20:26:17.327 INFO:journalctl@ceph.mgr.a.vm01.stdout:Mar 31 20:26:17 vm01 bash[20789]: [31/Mar/2026:20:26:17] ENGINE Serving on http://:::9283 2026-03-31T20:26:17.327 INFO:journalctl@ceph.mgr.a.vm01.stdout:Mar 31 20:26:17 vm01 bash[20789]: [31/Mar/2026:20:26:17] ENGINE Bus STARTED 2026-03-31T20:26:17.327 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:26:17 vm01 bash[20507]: cephadm 2026-03-31T20:26:15.579392+0000 mgr.a (mgr.14433) 27 : cephadm [INF] Reconfiguring alertmanager.vm06 deps ['mgr.a', 'mgr.b', 'secure_monitoring_stack:False'] -> ['alertmanager.vm06', 'mgr.a', 'mgr.b', 'secure_monitoring_stack:False'] (diff {'alertmanager.vm06'}) 2026-03-31T20:26:17.327 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:26:17 vm01 bash[20507]: cephadm 2026-03-31T20:26:15.579392+0000 mgr.a (mgr.14433) 27 : cephadm [INF] Reconfiguring alertmanager.vm06 deps ['mgr.a', 'mgr.b', 'secure_monitoring_stack:False'] -> ['alertmanager.vm06', 'mgr.a', 'mgr.b', 'secure_monitoring_stack:False'] (diff {'alertmanager.vm06'}) 2026-03-31T20:26:17.327 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:26:17 vm01 bash[20507]: cephadm 2026-03-31T20:26:15.583025+0000 mgr.a (mgr.14433) 28 : cephadm [INF] Reconfiguring daemon alertmanager.vm06 on vm06 2026-03-31T20:26:17.327 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:26:17 vm01 bash[20507]: cephadm 2026-03-31T20:26:15.583025+0000 mgr.a (mgr.14433) 28 : cephadm [INF] Reconfiguring daemon alertmanager.vm06 on vm06 2026-03-31T20:26:17.327 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:26:17 vm01 bash[20507]: cluster 2026-03-31T20:26:16.108024+0000 mgr.a (mgr.14433) 29 : cluster [DBG] pgmap v7: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail; 25 KiB/s rd, 0 B/s wr, 10 op/s 2026-03-31T20:26:17.327 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:26:17 vm01 bash[20507]: cluster 2026-03-31T20:26:16.108024+0000 mgr.a (mgr.14433) 29 : cluster [DBG] pgmap v7: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail; 25 KiB/s rd, 0 B/s wr, 10 op/s 2026-03-31T20:26:17.327 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:26:17 vm01 bash[20507]: audit 2026-03-31T20:26:16.190727+0000 mon.a (mon.0) 593 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:26:17.327 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:26:17 vm01 bash[20507]: audit 2026-03-31T20:26:16.190727+0000 mon.a (mon.0) 593 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:26:17.327 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:26:17 vm01 bash[20507]: audit 2026-03-31T20:26:16.194156+0000 mon.a (mon.0) 594 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:26:17.327 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:26:17 vm01 bash[20507]: audit 2026-03-31T20:26:16.194156+0000 mon.a (mon.0) 594 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:26:17.327 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:26:17 vm01 bash[20507]: audit 2026-03-31T20:26:16.199020+0000 mon.a (mon.0) 595 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:26:17.327 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:26:17 vm01 bash[20507]: audit 2026-03-31T20:26:16.199020+0000 mon.a (mon.0) 595 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:26:17.327 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:26:17 vm01 bash[20507]: audit 2026-03-31T20:26:16.202303+0000 mon.a (mon.0) 596 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:26:17.328 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:26:17 vm01 bash[20507]: audit 2026-03-31T20:26:16.202303+0000 mon.a (mon.0) 596 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:26:17.328 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:26:17 vm01 bash[20507]: audit 2026-03-31T20:26:16.203994+0000 mon.a (mon.0) 597 : audit [DBG] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "dashboard get-grafana-api-url"} : dispatch 2026-03-31T20:26:17.328 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:26:17 vm01 bash[20507]: audit 2026-03-31T20:26:16.203994+0000 mon.a (mon.0) 597 : audit [DBG] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "dashboard get-grafana-api-url"} : dispatch 2026-03-31T20:26:17.328 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:26:17 vm01 bash[20507]: audit 2026-03-31T20:26:16.204853+0000 mon.a (mon.0) 598 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "dashboard set-grafana-api-url", "value": "https://vm01.local:3000"} : dispatch 2026-03-31T20:26:17.328 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:26:17 vm01 bash[20507]: audit 2026-03-31T20:26:16.204853+0000 mon.a (mon.0) 598 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "dashboard set-grafana-api-url", "value": "https://vm01.local:3000"} : dispatch 2026-03-31T20:26:17.328 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:26:17 vm01 bash[20507]: audit 2026-03-31T20:26:16.207328+0000 mon.a (mon.0) 599 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:26:17.328 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:26:17 vm01 bash[20507]: audit 2026-03-31T20:26:16.207328+0000 mon.a (mon.0) 599 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:26:17.328 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:26:17 vm01 bash[20507]: audit 2026-03-31T20:26:16.217800+0000 mon.a (mon.0) 600 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:26:17.328 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:26:17 vm01 bash[20507]: audit 2026-03-31T20:26:16.217800+0000 mon.a (mon.0) 600 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:26:17.328 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:26:17 vm01 bash[20507]: audit 2026-03-31T20:26:16.220930+0000 mon.a (mon.0) 601 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:26:17.328 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:26:17 vm01 bash[20507]: audit 2026-03-31T20:26:16.220930+0000 mon.a (mon.0) 601 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:26:17.328 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:26:17 vm01 bash[20507]: audit 2026-03-31T20:26:16.222697+0000 mon.a (mon.0) 602 : audit [DBG] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "dashboard get-prometheus-api-host"} : dispatch 2026-03-31T20:26:17.328 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:26:17 vm01 bash[20507]: audit 2026-03-31T20:26:16.222697+0000 mon.a (mon.0) 602 : audit [DBG] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "dashboard get-prometheus-api-host"} : dispatch 2026-03-31T20:26:17.328 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:26:17 vm01 bash[20507]: audit 2026-03-31T20:26:16.223419+0000 mon.a (mon.0) 603 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "dashboard set-prometheus-api-host", "value": "http://vm05.local:9095"} : dispatch 2026-03-31T20:26:17.328 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:26:17 vm01 bash[20507]: audit 2026-03-31T20:26:16.223419+0000 mon.a (mon.0) 603 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "dashboard set-prometheus-api-host", "value": "http://vm05.local:9095"} : dispatch 2026-03-31T20:26:17.328 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:26:17 vm01 bash[20507]: audit 2026-03-31T20:26:16.226941+0000 mon.a (mon.0) 604 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:26:17.328 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:26:17 vm01 bash[20507]: audit 2026-03-31T20:26:16.226941+0000 mon.a (mon.0) 604 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:26:17.328 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:26:17 vm01 bash[20507]: audit 2026-03-31T20:26:16.234223+0000 mon.a (mon.0) 605 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "orch get-security-config"} : dispatch 2026-03-31T20:26:17.328 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:26:17 vm01 bash[20507]: audit 2026-03-31T20:26:16.234223+0000 mon.a (mon.0) 605 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "orch get-security-config"} : dispatch 2026-03-31T20:26:17.328 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:26:17 vm01 bash[20507]: audit 2026-03-31T20:26:16.236936+0000 mon.a (mon.0) 606 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:26:17.328 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:26:17 vm01 bash[20507]: audit 2026-03-31T20:26:16.236936+0000 mon.a (mon.0) 606 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:26:17.328 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:26:17 vm01 bash[20507]: audit 2026-03-31T20:26:16.241002+0000 mon.a (mon.0) 607 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:26:17.328 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:26:17 vm01 bash[20507]: audit 2026-03-31T20:26:16.241002+0000 mon.a (mon.0) 607 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:26:17.328 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:26:17 vm01 bash[20507]: audit 2026-03-31T20:26:16.242823+0000 mon.a (mon.0) 608 : audit [DBG] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "dashboard get-alertmanager-api-host"} : dispatch 2026-03-31T20:26:17.328 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:26:17 vm01 bash[20507]: audit 2026-03-31T20:26:16.242823+0000 mon.a (mon.0) 608 : audit [DBG] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "dashboard get-alertmanager-api-host"} : dispatch 2026-03-31T20:26:17.328 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:26:17 vm01 bash[20507]: audit 2026-03-31T20:26:16.243653+0000 mon.a (mon.0) 609 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "dashboard set-alertmanager-api-host", "value": "http://vm06.local:9093"} : dispatch 2026-03-31T20:26:17.328 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:26:17 vm01 bash[20507]: audit 2026-03-31T20:26:16.243653+0000 mon.a (mon.0) 609 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "dashboard set-alertmanager-api-host", "value": "http://vm06.local:9093"} : dispatch 2026-03-31T20:26:17.328 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:26:17 vm01 bash[20507]: audit 2026-03-31T20:26:16.246775+0000 mon.a (mon.0) 610 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:26:17.328 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:26:17 vm01 bash[20507]: audit 2026-03-31T20:26:16.246775+0000 mon.a (mon.0) 610 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:26:17.328 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:26:17 vm01 bash[20507]: audit 2026-03-31T20:26:16.347063+0000 mon.a (mon.0) 611 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "orch get-security-config"} : dispatch 2026-03-31T20:26:17.328 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:26:17 vm01 bash[20507]: audit 2026-03-31T20:26:16.347063+0000 mon.a (mon.0) 611 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "orch get-security-config"} : dispatch 2026-03-31T20:26:17.328 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:26:17 vm01 bash[20507]: audit 2026-03-31T20:26:16.432605+0000 mon.a (mon.0) 612 : audit [DBG] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-03-31T20:26:17.328 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:26:17 vm01 bash[20507]: audit 2026-03-31T20:26:16.432605+0000 mon.a (mon.0) 612 : audit [DBG] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-03-31T20:26:17.328 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:26:17 vm01 bash[20507]: audit 2026-03-31T20:26:16.954320+0000 mon.a (mon.0) 613 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "orch get-security-config"} : dispatch 2026-03-31T20:26:17.328 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:26:17 vm01 bash[20507]: audit 2026-03-31T20:26:16.954320+0000 mon.a (mon.0) 613 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "orch get-security-config"} : dispatch 2026-03-31T20:26:17.470 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:26:17 vm06 bash[23229]: cephadm 2026-03-31T20:26:15.579392+0000 mgr.a (mgr.14433) 27 : cephadm [INF] Reconfiguring alertmanager.vm06 deps ['mgr.a', 'mgr.b', 'secure_monitoring_stack:False'] -> ['alertmanager.vm06', 'mgr.a', 'mgr.b', 'secure_monitoring_stack:False'] (diff {'alertmanager.vm06'}) 2026-03-31T20:26:17.471 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:26:17 vm06 bash[23229]: cephadm 2026-03-31T20:26:15.579392+0000 mgr.a (mgr.14433) 27 : cephadm [INF] Reconfiguring alertmanager.vm06 deps ['mgr.a', 'mgr.b', 'secure_monitoring_stack:False'] -> ['alertmanager.vm06', 'mgr.a', 'mgr.b', 'secure_monitoring_stack:False'] (diff {'alertmanager.vm06'}) 2026-03-31T20:26:17.471 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:26:17 vm06 bash[23229]: cephadm 2026-03-31T20:26:15.583025+0000 mgr.a (mgr.14433) 28 : cephadm [INF] Reconfiguring daemon alertmanager.vm06 on vm06 2026-03-31T20:26:17.471 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:26:17 vm06 bash[23229]: cephadm 2026-03-31T20:26:15.583025+0000 mgr.a (mgr.14433) 28 : cephadm [INF] Reconfiguring daemon alertmanager.vm06 on vm06 2026-03-31T20:26:17.471 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:26:17 vm06 bash[23229]: cluster 2026-03-31T20:26:16.108024+0000 mgr.a (mgr.14433) 29 : cluster [DBG] pgmap v7: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail; 25 KiB/s rd, 0 B/s wr, 10 op/s 2026-03-31T20:26:17.471 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:26:17 vm06 bash[23229]: cluster 2026-03-31T20:26:16.108024+0000 mgr.a (mgr.14433) 29 : cluster [DBG] pgmap v7: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail; 25 KiB/s rd, 0 B/s wr, 10 op/s 2026-03-31T20:26:17.471 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:26:17 vm06 bash[23229]: audit 2026-03-31T20:26:16.190727+0000 mon.a (mon.0) 593 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:26:17.471 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:26:17 vm06 bash[23229]: audit 2026-03-31T20:26:16.190727+0000 mon.a (mon.0) 593 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:26:17.471 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:26:17 vm06 bash[23229]: audit 2026-03-31T20:26:16.194156+0000 mon.a (mon.0) 594 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:26:17.471 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:26:17 vm06 bash[23229]: audit 2026-03-31T20:26:16.194156+0000 mon.a (mon.0) 594 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:26:17.471 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:26:17 vm06 bash[23229]: audit 2026-03-31T20:26:16.199020+0000 mon.a (mon.0) 595 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:26:17.471 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:26:17 vm06 bash[23229]: audit 2026-03-31T20:26:16.199020+0000 mon.a (mon.0) 595 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:26:17.471 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:26:17 vm06 bash[23229]: audit 2026-03-31T20:26:16.202303+0000 mon.a (mon.0) 596 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:26:17.471 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:26:17 vm06 bash[23229]: audit 2026-03-31T20:26:16.202303+0000 mon.a (mon.0) 596 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:26:17.471 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:26:17 vm06 bash[23229]: audit 2026-03-31T20:26:16.203994+0000 mon.a (mon.0) 597 : audit [DBG] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "dashboard get-grafana-api-url"} : dispatch 2026-03-31T20:26:17.471 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:26:17 vm06 bash[23229]: audit 2026-03-31T20:26:16.203994+0000 mon.a (mon.0) 597 : audit [DBG] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "dashboard get-grafana-api-url"} : dispatch 2026-03-31T20:26:17.471 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:26:17 vm06 bash[23229]: audit 2026-03-31T20:26:16.204853+0000 mon.a (mon.0) 598 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "dashboard set-grafana-api-url", "value": "https://vm01.local:3000"} : dispatch 2026-03-31T20:26:17.471 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:26:17 vm06 bash[23229]: audit 2026-03-31T20:26:16.204853+0000 mon.a (mon.0) 598 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "dashboard set-grafana-api-url", "value": "https://vm01.local:3000"} : dispatch 2026-03-31T20:26:17.471 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:26:17 vm06 bash[23229]: audit 2026-03-31T20:26:16.207328+0000 mon.a (mon.0) 599 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:26:17.471 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:26:17 vm06 bash[23229]: audit 2026-03-31T20:26:16.207328+0000 mon.a (mon.0) 599 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:26:17.471 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:26:17 vm06 bash[23229]: audit 2026-03-31T20:26:16.217800+0000 mon.a (mon.0) 600 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:26:17.471 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:26:17 vm06 bash[23229]: audit 2026-03-31T20:26:16.217800+0000 mon.a (mon.0) 600 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:26:17.471 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:26:17 vm06 bash[23229]: audit 2026-03-31T20:26:16.220930+0000 mon.a (mon.0) 601 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:26:17.471 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:26:17 vm06 bash[23229]: audit 2026-03-31T20:26:16.220930+0000 mon.a (mon.0) 601 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:26:17.471 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:26:17 vm06 bash[23229]: audit 2026-03-31T20:26:16.222697+0000 mon.a (mon.0) 602 : audit [DBG] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "dashboard get-prometheus-api-host"} : dispatch 2026-03-31T20:26:17.471 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:26:17 vm06 bash[23229]: audit 2026-03-31T20:26:16.222697+0000 mon.a (mon.0) 602 : audit [DBG] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "dashboard get-prometheus-api-host"} : dispatch 2026-03-31T20:26:17.471 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:26:17 vm06 bash[23229]: audit 2026-03-31T20:26:16.223419+0000 mon.a (mon.0) 603 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "dashboard set-prometheus-api-host", "value": "http://vm05.local:9095"} : dispatch 2026-03-31T20:26:17.471 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:26:17 vm06 bash[23229]: audit 2026-03-31T20:26:16.223419+0000 mon.a (mon.0) 603 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "dashboard set-prometheus-api-host", "value": "http://vm05.local:9095"} : dispatch 2026-03-31T20:26:17.471 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:26:17 vm06 bash[23229]: audit 2026-03-31T20:26:16.226941+0000 mon.a (mon.0) 604 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:26:17.471 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:26:17 vm06 bash[23229]: audit 2026-03-31T20:26:16.226941+0000 mon.a (mon.0) 604 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:26:17.471 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:26:17 vm06 bash[23229]: audit 2026-03-31T20:26:16.234223+0000 mon.a (mon.0) 605 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "orch get-security-config"} : dispatch 2026-03-31T20:26:17.471 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:26:17 vm06 bash[23229]: audit 2026-03-31T20:26:16.234223+0000 mon.a (mon.0) 605 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "orch get-security-config"} : dispatch 2026-03-31T20:26:17.471 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:26:17 vm06 bash[23229]: audit 2026-03-31T20:26:16.236936+0000 mon.a (mon.0) 606 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:26:17.471 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:26:17 vm06 bash[23229]: audit 2026-03-31T20:26:16.236936+0000 mon.a (mon.0) 606 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:26:17.471 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:26:17 vm06 bash[23229]: audit 2026-03-31T20:26:16.241002+0000 mon.a (mon.0) 607 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:26:17.471 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:26:17 vm06 bash[23229]: audit 2026-03-31T20:26:16.241002+0000 mon.a (mon.0) 607 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:26:17.471 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:26:17 vm06 bash[23229]: audit 2026-03-31T20:26:16.242823+0000 mon.a (mon.0) 608 : audit [DBG] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "dashboard get-alertmanager-api-host"} : dispatch 2026-03-31T20:26:17.471 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:26:17 vm06 bash[23229]: audit 2026-03-31T20:26:16.242823+0000 mon.a (mon.0) 608 : audit [DBG] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "dashboard get-alertmanager-api-host"} : dispatch 2026-03-31T20:26:17.471 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:26:17 vm06 bash[23229]: audit 2026-03-31T20:26:16.243653+0000 mon.a (mon.0) 609 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "dashboard set-alertmanager-api-host", "value": "http://vm06.local:9093"} : dispatch 2026-03-31T20:26:17.471 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:26:17 vm06 bash[23229]: audit 2026-03-31T20:26:16.243653+0000 mon.a (mon.0) 609 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "dashboard set-alertmanager-api-host", "value": "http://vm06.local:9093"} : dispatch 2026-03-31T20:26:17.471 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:26:17 vm06 bash[23229]: audit 2026-03-31T20:26:16.246775+0000 mon.a (mon.0) 610 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:26:17.471 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:26:17 vm06 bash[23229]: audit 2026-03-31T20:26:16.246775+0000 mon.a (mon.0) 610 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:26:17.471 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:26:17 vm06 bash[23229]: audit 2026-03-31T20:26:16.347063+0000 mon.a (mon.0) 611 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "orch get-security-config"} : dispatch 2026-03-31T20:26:17.471 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:26:17 vm06 bash[23229]: audit 2026-03-31T20:26:16.347063+0000 mon.a (mon.0) 611 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "orch get-security-config"} : dispatch 2026-03-31T20:26:17.471 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:26:17 vm06 bash[23229]: audit 2026-03-31T20:26:16.432605+0000 mon.a (mon.0) 612 : audit [DBG] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-03-31T20:26:17.471 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:26:17 vm06 bash[23229]: audit 2026-03-31T20:26:16.432605+0000 mon.a (mon.0) 612 : audit [DBG] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-03-31T20:26:17.471 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:26:17 vm06 bash[23229]: audit 2026-03-31T20:26:16.954320+0000 mon.a (mon.0) 613 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "orch get-security-config"} : dispatch 2026-03-31T20:26:17.471 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:26:17 vm06 bash[23229]: audit 2026-03-31T20:26:16.954320+0000 mon.a (mon.0) 613 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "orch get-security-config"} : dispatch 2026-03-31T20:26:17.641 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:26:17 vm05 bash[22868]: cephadm 2026-03-31T20:26:15.579392+0000 mgr.a (mgr.14433) 27 : cephadm [INF] Reconfiguring alertmanager.vm06 deps ['mgr.a', 'mgr.b', 'secure_monitoring_stack:False'] -> ['alertmanager.vm06', 'mgr.a', 'mgr.b', 'secure_monitoring_stack:False'] (diff {'alertmanager.vm06'}) 2026-03-31T20:26:17.641 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:26:17 vm05 bash[22868]: cephadm 2026-03-31T20:26:15.579392+0000 mgr.a (mgr.14433) 27 : cephadm [INF] Reconfiguring alertmanager.vm06 deps ['mgr.a', 'mgr.b', 'secure_monitoring_stack:False'] -> ['alertmanager.vm06', 'mgr.a', 'mgr.b', 'secure_monitoring_stack:False'] (diff {'alertmanager.vm06'}) 2026-03-31T20:26:17.642 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:26:17 vm05 bash[22868]: cephadm 2026-03-31T20:26:15.583025+0000 mgr.a (mgr.14433) 28 : cephadm [INF] Reconfiguring daemon alertmanager.vm06 on vm06 2026-03-31T20:26:17.642 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:26:17 vm05 bash[22868]: cephadm 2026-03-31T20:26:15.583025+0000 mgr.a (mgr.14433) 28 : cephadm [INF] Reconfiguring daemon alertmanager.vm06 on vm06 2026-03-31T20:26:17.642 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:26:17 vm05 bash[22868]: cluster 2026-03-31T20:26:16.108024+0000 mgr.a (mgr.14433) 29 : cluster [DBG] pgmap v7: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail; 25 KiB/s rd, 0 B/s wr, 10 op/s 2026-03-31T20:26:17.642 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:26:17 vm05 bash[22868]: cluster 2026-03-31T20:26:16.108024+0000 mgr.a (mgr.14433) 29 : cluster [DBG] pgmap v7: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail; 25 KiB/s rd, 0 B/s wr, 10 op/s 2026-03-31T20:26:17.642 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:26:17 vm05 bash[22868]: audit 2026-03-31T20:26:16.190727+0000 mon.a (mon.0) 593 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:26:17.642 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:26:17 vm05 bash[22868]: audit 2026-03-31T20:26:16.190727+0000 mon.a (mon.0) 593 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:26:17.642 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:26:17 vm05 bash[22868]: audit 2026-03-31T20:26:16.194156+0000 mon.a (mon.0) 594 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:26:17.642 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:26:17 vm05 bash[22868]: audit 2026-03-31T20:26:16.194156+0000 mon.a (mon.0) 594 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:26:17.642 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:26:17 vm05 bash[22868]: audit 2026-03-31T20:26:16.199020+0000 mon.a (mon.0) 595 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:26:17.642 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:26:17 vm05 bash[22868]: audit 2026-03-31T20:26:16.199020+0000 mon.a (mon.0) 595 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:26:17.642 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:26:17 vm05 bash[22868]: audit 2026-03-31T20:26:16.202303+0000 mon.a (mon.0) 596 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:26:17.642 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:26:17 vm05 bash[22868]: audit 2026-03-31T20:26:16.202303+0000 mon.a (mon.0) 596 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:26:17.642 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:26:17 vm05 bash[22868]: audit 2026-03-31T20:26:16.203994+0000 mon.a (mon.0) 597 : audit [DBG] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "dashboard get-grafana-api-url"} : dispatch 2026-03-31T20:26:17.642 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:26:17 vm05 bash[22868]: audit 2026-03-31T20:26:16.203994+0000 mon.a (mon.0) 597 : audit [DBG] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "dashboard get-grafana-api-url"} : dispatch 2026-03-31T20:26:17.642 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:26:17 vm05 bash[22868]: audit 2026-03-31T20:26:16.204853+0000 mon.a (mon.0) 598 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "dashboard set-grafana-api-url", "value": "https://vm01.local:3000"} : dispatch 2026-03-31T20:26:17.642 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:26:17 vm05 bash[22868]: audit 2026-03-31T20:26:16.204853+0000 mon.a (mon.0) 598 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "dashboard set-grafana-api-url", "value": "https://vm01.local:3000"} : dispatch 2026-03-31T20:26:17.642 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:26:17 vm05 bash[22868]: audit 2026-03-31T20:26:16.207328+0000 mon.a (mon.0) 599 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:26:17.642 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:26:17 vm05 bash[22868]: audit 2026-03-31T20:26:16.207328+0000 mon.a (mon.0) 599 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:26:17.642 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:26:17 vm05 bash[22868]: audit 2026-03-31T20:26:16.217800+0000 mon.a (mon.0) 600 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:26:17.642 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:26:17 vm05 bash[22868]: audit 2026-03-31T20:26:16.217800+0000 mon.a (mon.0) 600 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:26:17.642 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:26:17 vm05 bash[22868]: audit 2026-03-31T20:26:16.220930+0000 mon.a (mon.0) 601 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:26:17.642 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:26:17 vm05 bash[22868]: audit 2026-03-31T20:26:16.220930+0000 mon.a (mon.0) 601 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:26:17.642 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:26:17 vm05 bash[22868]: audit 2026-03-31T20:26:16.222697+0000 mon.a (mon.0) 602 : audit [DBG] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "dashboard get-prometheus-api-host"} : dispatch 2026-03-31T20:26:17.642 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:26:17 vm05 bash[22868]: audit 2026-03-31T20:26:16.222697+0000 mon.a (mon.0) 602 : audit [DBG] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "dashboard get-prometheus-api-host"} : dispatch 2026-03-31T20:26:17.642 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:26:17 vm05 bash[22868]: audit 2026-03-31T20:26:16.223419+0000 mon.a (mon.0) 603 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "dashboard set-prometheus-api-host", "value": "http://vm05.local:9095"} : dispatch 2026-03-31T20:26:17.642 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:26:17 vm05 bash[22868]: audit 2026-03-31T20:26:16.223419+0000 mon.a (mon.0) 603 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "dashboard set-prometheus-api-host", "value": "http://vm05.local:9095"} : dispatch 2026-03-31T20:26:17.642 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:26:17 vm05 bash[22868]: audit 2026-03-31T20:26:16.226941+0000 mon.a (mon.0) 604 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:26:17.642 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:26:17 vm05 bash[22868]: audit 2026-03-31T20:26:16.226941+0000 mon.a (mon.0) 604 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:26:17.642 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:26:17 vm05 bash[22868]: audit 2026-03-31T20:26:16.234223+0000 mon.a (mon.0) 605 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "orch get-security-config"} : dispatch 2026-03-31T20:26:17.642 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:26:17 vm05 bash[22868]: audit 2026-03-31T20:26:16.234223+0000 mon.a (mon.0) 605 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "orch get-security-config"} : dispatch 2026-03-31T20:26:17.642 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:26:17 vm05 bash[22868]: audit 2026-03-31T20:26:16.236936+0000 mon.a (mon.0) 606 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:26:17.642 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:26:17 vm05 bash[22868]: audit 2026-03-31T20:26:16.236936+0000 mon.a (mon.0) 606 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:26:17.642 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:26:17 vm05 bash[22868]: audit 2026-03-31T20:26:16.241002+0000 mon.a (mon.0) 607 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:26:17.642 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:26:17 vm05 bash[22868]: audit 2026-03-31T20:26:16.241002+0000 mon.a (mon.0) 607 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:26:17.642 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:26:17 vm05 bash[22868]: audit 2026-03-31T20:26:16.242823+0000 mon.a (mon.0) 608 : audit [DBG] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "dashboard get-alertmanager-api-host"} : dispatch 2026-03-31T20:26:17.642 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:26:17 vm05 bash[22868]: audit 2026-03-31T20:26:16.242823+0000 mon.a (mon.0) 608 : audit [DBG] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "dashboard get-alertmanager-api-host"} : dispatch 2026-03-31T20:26:17.642 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:26:17 vm05 bash[22868]: audit 2026-03-31T20:26:16.243653+0000 mon.a (mon.0) 609 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "dashboard set-alertmanager-api-host", "value": "http://vm06.local:9093"} : dispatch 2026-03-31T20:26:17.642 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:26:17 vm05 bash[22868]: audit 2026-03-31T20:26:16.243653+0000 mon.a (mon.0) 609 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "dashboard set-alertmanager-api-host", "value": "http://vm06.local:9093"} : dispatch 2026-03-31T20:26:17.642 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:26:17 vm05 bash[22868]: audit 2026-03-31T20:26:16.246775+0000 mon.a (mon.0) 610 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:26:17.642 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:26:17 vm05 bash[22868]: audit 2026-03-31T20:26:16.246775+0000 mon.a (mon.0) 610 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:26:17.642 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:26:17 vm05 bash[22868]: audit 2026-03-31T20:26:16.347063+0000 mon.a (mon.0) 611 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "orch get-security-config"} : dispatch 2026-03-31T20:26:17.642 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:26:17 vm05 bash[22868]: audit 2026-03-31T20:26:16.347063+0000 mon.a (mon.0) 611 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "orch get-security-config"} : dispatch 2026-03-31T20:26:17.642 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:26:17 vm05 bash[22868]: audit 2026-03-31T20:26:16.432605+0000 mon.a (mon.0) 612 : audit [DBG] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-03-31T20:26:17.642 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:26:17 vm05 bash[22868]: audit 2026-03-31T20:26:16.432605+0000 mon.a (mon.0) 612 : audit [DBG] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-03-31T20:26:17.642 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:26:17 vm05 bash[22868]: audit 2026-03-31T20:26:16.954320+0000 mon.a (mon.0) 613 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "orch get-security-config"} : dispatch 2026-03-31T20:26:17.642 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:26:17 vm05 bash[22868]: audit 2026-03-31T20:26:16.954320+0000 mon.a (mon.0) 613 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "orch get-security-config"} : dispatch 2026-03-31T20:26:18.087 INFO:journalctl@ceph.mgr.a.vm01.stdout:Mar 31 20:26:17 vm01 bash[20789]: ::ffff:192.168.123.105 - - [31/Mar/2026:20:26:17] "GET /metrics HTTP/1.1" 200 22768 "" "Prometheus/3.6.0" 2026-03-31T20:26:18.470 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:26:18 vm06 bash[23229]: audit 2026-03-31T20:26:16.204294+0000 mgr.a (mgr.14433) 30 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2026-03-31T20:26:18.471 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:26:18 vm06 bash[23229]: audit 2026-03-31T20:26:16.204294+0000 mgr.a (mgr.14433) 30 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2026-03-31T20:26:18.471 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:26:18 vm06 bash[23229]: audit 2026-03-31T20:26:16.205025+0000 mgr.a (mgr.14433) 31 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://vm01.local:3000"}]: dispatch 2026-03-31T20:26:18.471 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:26:18 vm06 bash[23229]: audit 2026-03-31T20:26:16.205025+0000 mgr.a (mgr.14433) 31 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://vm01.local:3000"}]: dispatch 2026-03-31T20:26:18.471 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:26:18 vm06 bash[23229]: audit 2026-03-31T20:26:16.222915+0000 mgr.a (mgr.14433) 32 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2026-03-31T20:26:18.471 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:26:18 vm06 bash[23229]: audit 2026-03-31T20:26:16.222915+0000 mgr.a (mgr.14433) 32 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2026-03-31T20:26:18.471 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:26:18 vm06 bash[23229]: audit 2026-03-31T20:26:16.223603+0000 mgr.a (mgr.14433) 33 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://vm05.local:9095"}]: dispatch 2026-03-31T20:26:18.471 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:26:18 vm06 bash[23229]: audit 2026-03-31T20:26:16.223603+0000 mgr.a (mgr.14433) 33 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://vm05.local:9095"}]: dispatch 2026-03-31T20:26:18.471 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:26:18 vm06 bash[23229]: audit 2026-03-31T20:26:16.234757+0000 mgr.a (mgr.14433) 34 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "orch get-security-config"}]: dispatch 2026-03-31T20:26:18.471 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:26:18 vm06 bash[23229]: audit 2026-03-31T20:26:16.234757+0000 mgr.a (mgr.14433) 34 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "orch get-security-config"}]: dispatch 2026-03-31T20:26:18.471 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:26:18 vm06 bash[23229]: audit 2026-03-31T20:26:16.243097+0000 mgr.a (mgr.14433) 35 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2026-03-31T20:26:18.471 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:26:18 vm06 bash[23229]: audit 2026-03-31T20:26:16.243097+0000 mgr.a (mgr.14433) 35 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2026-03-31T20:26:18.471 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:26:18 vm06 bash[23229]: audit 2026-03-31T20:26:16.243861+0000 mgr.a (mgr.14433) 36 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://vm06.local:9093"}]: dispatch 2026-03-31T20:26:18.471 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:26:18 vm06 bash[23229]: audit 2026-03-31T20:26:16.243861+0000 mgr.a (mgr.14433) 36 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://vm06.local:9093"}]: dispatch 2026-03-31T20:26:18.471 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:26:18 vm06 bash[23229]: audit 2026-03-31T20:26:16.347539+0000 mgr.a (mgr.14433) 37 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "orch get-security-config"}]: dispatch 2026-03-31T20:26:18.471 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:26:18 vm06 bash[23229]: audit 2026-03-31T20:26:16.347539+0000 mgr.a (mgr.14433) 37 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "orch get-security-config"}]: dispatch 2026-03-31T20:26:18.471 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:26:18 vm06 bash[23229]: cephadm 2026-03-31T20:26:16.432176+0000 mgr.a (mgr.14433) 38 : cephadm [INF] Certificate for "grafana_cert (vm01)" is still valid for 1094 days. 2026-03-31T20:26:18.471 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:26:18 vm06 bash[23229]: cephadm 2026-03-31T20:26:16.432176+0000 mgr.a (mgr.14433) 38 : cephadm [INF] Certificate for "grafana_cert (vm01)" is still valid for 1094 days. 2026-03-31T20:26:18.471 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:26:18 vm06 bash[23229]: audit 2026-03-31T20:26:16.954761+0000 mgr.a (mgr.14433) 39 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "orch get-security-config"}]: dispatch 2026-03-31T20:26:18.471 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:26:18 vm06 bash[23229]: audit 2026-03-31T20:26:16.954761+0000 mgr.a (mgr.14433) 39 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "orch get-security-config"}]: dispatch 2026-03-31T20:26:18.587 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:26:18 vm01 bash[20507]: audit 2026-03-31T20:26:16.204294+0000 mgr.a (mgr.14433) 30 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2026-03-31T20:26:18.587 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:26:18 vm01 bash[20507]: audit 2026-03-31T20:26:16.204294+0000 mgr.a (mgr.14433) 30 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2026-03-31T20:26:18.587 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:26:18 vm01 bash[20507]: audit 2026-03-31T20:26:16.205025+0000 mgr.a (mgr.14433) 31 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://vm01.local:3000"}]: dispatch 2026-03-31T20:26:18.587 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:26:18 vm01 bash[20507]: audit 2026-03-31T20:26:16.205025+0000 mgr.a (mgr.14433) 31 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://vm01.local:3000"}]: dispatch 2026-03-31T20:26:18.587 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:26:18 vm01 bash[20507]: audit 2026-03-31T20:26:16.222915+0000 mgr.a (mgr.14433) 32 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2026-03-31T20:26:18.587 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:26:18 vm01 bash[20507]: audit 2026-03-31T20:26:16.222915+0000 mgr.a (mgr.14433) 32 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2026-03-31T20:26:18.587 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:26:18 vm01 bash[20507]: audit 2026-03-31T20:26:16.223603+0000 mgr.a (mgr.14433) 33 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://vm05.local:9095"}]: dispatch 2026-03-31T20:26:18.587 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:26:18 vm01 bash[20507]: audit 2026-03-31T20:26:16.223603+0000 mgr.a (mgr.14433) 33 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://vm05.local:9095"}]: dispatch 2026-03-31T20:26:18.587 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:26:18 vm01 bash[20507]: audit 2026-03-31T20:26:16.234757+0000 mgr.a (mgr.14433) 34 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "orch get-security-config"}]: dispatch 2026-03-31T20:26:18.587 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:26:18 vm01 bash[20507]: audit 2026-03-31T20:26:16.234757+0000 mgr.a (mgr.14433) 34 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "orch get-security-config"}]: dispatch 2026-03-31T20:26:18.587 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:26:18 vm01 bash[20507]: audit 2026-03-31T20:26:16.243097+0000 mgr.a (mgr.14433) 35 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2026-03-31T20:26:18.588 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:26:18 vm01 bash[20507]: audit 2026-03-31T20:26:16.243097+0000 mgr.a (mgr.14433) 35 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2026-03-31T20:26:18.588 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:26:18 vm01 bash[20507]: audit 2026-03-31T20:26:16.243861+0000 mgr.a (mgr.14433) 36 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://vm06.local:9093"}]: dispatch 2026-03-31T20:26:18.588 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:26:18 vm01 bash[20507]: audit 2026-03-31T20:26:16.243861+0000 mgr.a (mgr.14433) 36 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://vm06.local:9093"}]: dispatch 2026-03-31T20:26:18.588 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:26:18 vm01 bash[20507]: audit 2026-03-31T20:26:16.347539+0000 mgr.a (mgr.14433) 37 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "orch get-security-config"}]: dispatch 2026-03-31T20:26:18.588 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:26:18 vm01 bash[20507]: audit 2026-03-31T20:26:16.347539+0000 mgr.a (mgr.14433) 37 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "orch get-security-config"}]: dispatch 2026-03-31T20:26:18.588 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:26:18 vm01 bash[20507]: cephadm 2026-03-31T20:26:16.432176+0000 mgr.a (mgr.14433) 38 : cephadm [INF] Certificate for "grafana_cert (vm01)" is still valid for 1094 days. 2026-03-31T20:26:18.588 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:26:18 vm01 bash[20507]: cephadm 2026-03-31T20:26:16.432176+0000 mgr.a (mgr.14433) 38 : cephadm [INF] Certificate for "grafana_cert (vm01)" is still valid for 1094 days. 2026-03-31T20:26:18.588 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:26:18 vm01 bash[20507]: audit 2026-03-31T20:26:16.954761+0000 mgr.a (mgr.14433) 39 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "orch get-security-config"}]: dispatch 2026-03-31T20:26:18.588 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:26:18 vm01 bash[20507]: audit 2026-03-31T20:26:16.954761+0000 mgr.a (mgr.14433) 39 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "orch get-security-config"}]: dispatch 2026-03-31T20:26:18.641 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:26:18 vm05 bash[22868]: audit 2026-03-31T20:26:16.204294+0000 mgr.a (mgr.14433) 30 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2026-03-31T20:26:18.641 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:26:18 vm05 bash[22868]: audit 2026-03-31T20:26:16.204294+0000 mgr.a (mgr.14433) 30 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2026-03-31T20:26:18.641 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:26:18 vm05 bash[22868]: audit 2026-03-31T20:26:16.205025+0000 mgr.a (mgr.14433) 31 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://vm01.local:3000"}]: dispatch 2026-03-31T20:26:18.641 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:26:18 vm05 bash[22868]: audit 2026-03-31T20:26:16.205025+0000 mgr.a (mgr.14433) 31 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://vm01.local:3000"}]: dispatch 2026-03-31T20:26:18.641 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:26:18 vm05 bash[22868]: audit 2026-03-31T20:26:16.222915+0000 mgr.a (mgr.14433) 32 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2026-03-31T20:26:18.641 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:26:18 vm05 bash[22868]: audit 2026-03-31T20:26:16.222915+0000 mgr.a (mgr.14433) 32 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2026-03-31T20:26:18.641 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:26:18 vm05 bash[22868]: audit 2026-03-31T20:26:16.223603+0000 mgr.a (mgr.14433) 33 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://vm05.local:9095"}]: dispatch 2026-03-31T20:26:18.641 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:26:18 vm05 bash[22868]: audit 2026-03-31T20:26:16.223603+0000 mgr.a (mgr.14433) 33 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://vm05.local:9095"}]: dispatch 2026-03-31T20:26:18.641 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:26:18 vm05 bash[22868]: audit 2026-03-31T20:26:16.234757+0000 mgr.a (mgr.14433) 34 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "orch get-security-config"}]: dispatch 2026-03-31T20:26:18.641 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:26:18 vm05 bash[22868]: audit 2026-03-31T20:26:16.234757+0000 mgr.a (mgr.14433) 34 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "orch get-security-config"}]: dispatch 2026-03-31T20:26:18.641 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:26:18 vm05 bash[22868]: audit 2026-03-31T20:26:16.243097+0000 mgr.a (mgr.14433) 35 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2026-03-31T20:26:18.641 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:26:18 vm05 bash[22868]: audit 2026-03-31T20:26:16.243097+0000 mgr.a (mgr.14433) 35 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2026-03-31T20:26:18.641 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:26:18 vm05 bash[22868]: audit 2026-03-31T20:26:16.243861+0000 mgr.a (mgr.14433) 36 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://vm06.local:9093"}]: dispatch 2026-03-31T20:26:18.641 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:26:18 vm05 bash[22868]: audit 2026-03-31T20:26:16.243861+0000 mgr.a (mgr.14433) 36 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://vm06.local:9093"}]: dispatch 2026-03-31T20:26:18.641 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:26:18 vm05 bash[22868]: audit 2026-03-31T20:26:16.347539+0000 mgr.a (mgr.14433) 37 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "orch get-security-config"}]: dispatch 2026-03-31T20:26:18.641 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:26:18 vm05 bash[22868]: audit 2026-03-31T20:26:16.347539+0000 mgr.a (mgr.14433) 37 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "orch get-security-config"}]: dispatch 2026-03-31T20:26:18.641 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:26:18 vm05 bash[22868]: cephadm 2026-03-31T20:26:16.432176+0000 mgr.a (mgr.14433) 38 : cephadm [INF] Certificate for "grafana_cert (vm01)" is still valid for 1094 days. 2026-03-31T20:26:18.642 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:26:18 vm05 bash[22868]: cephadm 2026-03-31T20:26:16.432176+0000 mgr.a (mgr.14433) 38 : cephadm [INF] Certificate for "grafana_cert (vm01)" is still valid for 1094 days. 2026-03-31T20:26:18.642 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:26:18 vm05 bash[22868]: audit 2026-03-31T20:26:16.954761+0000 mgr.a (mgr.14433) 39 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "orch get-security-config"}]: dispatch 2026-03-31T20:26:18.642 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:26:18 vm05 bash[22868]: audit 2026-03-31T20:26:16.954761+0000 mgr.a (mgr.14433) 39 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "orch get-security-config"}]: dispatch 2026-03-31T20:26:19.470 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:26:19 vm06 bash[23229]: cluster 2026-03-31T20:26:18.108232+0000 mgr.a (mgr.14433) 40 : cluster [DBG] pgmap v8: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail; 20 KiB/s rd, 0 B/s wr, 8 op/s 2026-03-31T20:26:19.470 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:26:19 vm06 bash[23229]: cluster 2026-03-31T20:26:18.108232+0000 mgr.a (mgr.14433) 40 : cluster [DBG] pgmap v8: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail; 20 KiB/s rd, 0 B/s wr, 8 op/s 2026-03-31T20:26:19.587 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:26:19 vm01 bash[20507]: cluster 2026-03-31T20:26:18.108232+0000 mgr.a (mgr.14433) 40 : cluster [DBG] pgmap v8: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail; 20 KiB/s rd, 0 B/s wr, 8 op/s 2026-03-31T20:26:19.587 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:26:19 vm01 bash[20507]: cluster 2026-03-31T20:26:18.108232+0000 mgr.a (mgr.14433) 40 : cluster [DBG] pgmap v8: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail; 20 KiB/s rd, 0 B/s wr, 8 op/s 2026-03-31T20:26:19.641 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:26:19 vm05 bash[22868]: cluster 2026-03-31T20:26:18.108232+0000 mgr.a (mgr.14433) 40 : cluster [DBG] pgmap v8: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail; 20 KiB/s rd, 0 B/s wr, 8 op/s 2026-03-31T20:26:19.641 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:26:19 vm05 bash[22868]: cluster 2026-03-31T20:26:18.108232+0000 mgr.a (mgr.14433) 40 : cluster [DBG] pgmap v8: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail; 20 KiB/s rd, 0 B/s wr, 8 op/s 2026-03-31T20:26:20.470 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:26:20 vm06 bash[23229]: cluster 2026-03-31T20:26:20.108450+0000 mgr.a (mgr.14433) 41 : cluster [DBG] pgmap v9: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail; 16 KiB/s rd, 0 B/s wr, 6 op/s 2026-03-31T20:26:20.470 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:26:20 vm06 bash[23229]: cluster 2026-03-31T20:26:20.108450+0000 mgr.a (mgr.14433) 41 : cluster [DBG] pgmap v9: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail; 16 KiB/s rd, 0 B/s wr, 6 op/s 2026-03-31T20:26:20.587 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:26:20 vm01 bash[20507]: cluster 2026-03-31T20:26:20.108450+0000 mgr.a (mgr.14433) 41 : cluster [DBG] pgmap v9: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail; 16 KiB/s rd, 0 B/s wr, 6 op/s 2026-03-31T20:26:20.587 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:26:20 vm01 bash[20507]: cluster 2026-03-31T20:26:20.108450+0000 mgr.a (mgr.14433) 41 : cluster [DBG] pgmap v9: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail; 16 KiB/s rd, 0 B/s wr, 6 op/s 2026-03-31T20:26:20.641 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:26:20 vm05 bash[22868]: cluster 2026-03-31T20:26:20.108450+0000 mgr.a (mgr.14433) 41 : cluster [DBG] pgmap v9: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail; 16 KiB/s rd, 0 B/s wr, 6 op/s 2026-03-31T20:26:20.641 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:26:20 vm05 bash[22868]: cluster 2026-03-31T20:26:20.108450+0000 mgr.a (mgr.14433) 41 : cluster [DBG] pgmap v9: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail; 16 KiB/s rd, 0 B/s wr, 6 op/s 2026-03-31T20:26:22.837 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:26:22 vm01 bash[20507]: audit 2026-03-31T20:26:21.583475+0000 mon.a (mon.0) 614 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:26:22.837 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:26:22 vm01 bash[20507]: audit 2026-03-31T20:26:21.583475+0000 mon.a (mon.0) 614 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:26:22.837 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:26:22 vm01 bash[20507]: audit 2026-03-31T20:26:21.587836+0000 mon.a (mon.0) 615 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:26:22.837 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:26:22 vm01 bash[20507]: audit 2026-03-31T20:26:21.587836+0000 mon.a (mon.0) 615 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:26:22.837 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:26:22 vm01 bash[20507]: audit 2026-03-31T20:26:21.614254+0000 mon.a (mon.0) 616 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:26:22.837 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:26:22 vm01 bash[20507]: audit 2026-03-31T20:26:21.614254+0000 mon.a (mon.0) 616 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:26:22.837 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:26:22 vm01 bash[20507]: audit 2026-03-31T20:26:21.618287+0000 mon.a (mon.0) 617 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:26:22.837 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:26:22 vm01 bash[20507]: audit 2026-03-31T20:26:21.618287+0000 mon.a (mon.0) 617 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:26:22.837 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:26:22 vm01 bash[20507]: audit 2026-03-31T20:26:21.618981+0000 mon.a (mon.0) 618 : audit [DBG] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-03-31T20:26:22.837 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:26:22 vm01 bash[20507]: audit 2026-03-31T20:26:21.618981+0000 mon.a (mon.0) 618 : audit [DBG] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-03-31T20:26:22.837 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:26:22 vm01 bash[20507]: audit 2026-03-31T20:26:21.619423+0000 mon.a (mon.0) 619 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-03-31T20:26:22.838 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:26:22 vm01 bash[20507]: audit 2026-03-31T20:26:21.619423+0000 mon.a (mon.0) 619 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-03-31T20:26:22.838 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:26:22 vm01 bash[20507]: audit 2026-03-31T20:26:21.623034+0000 mon.a (mon.0) 620 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:26:22.838 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:26:22 vm01 bash[20507]: audit 2026-03-31T20:26:21.623034+0000 mon.a (mon.0) 620 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:26:22.838 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:26:22 vm01 bash[20507]: audit 2026-03-31T20:26:21.624163+0000 mon.a (mon.0) 621 : audit [DBG] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-03-31T20:26:22.838 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:26:22 vm01 bash[20507]: audit 2026-03-31T20:26:21.624163+0000 mon.a (mon.0) 621 : audit [DBG] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-03-31T20:26:22.838 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:26:22 vm01 bash[20507]: cluster 2026-03-31T20:26:22.108650+0000 mgr.a (mgr.14433) 42 : cluster [DBG] pgmap v10: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail; 15 KiB/s rd, 0 B/s wr, 5 op/s 2026-03-31T20:26:22.838 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:26:22 vm01 bash[20507]: cluster 2026-03-31T20:26:22.108650+0000 mgr.a (mgr.14433) 42 : cluster [DBG] pgmap v10: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail; 15 KiB/s rd, 0 B/s wr, 5 op/s 2026-03-31T20:26:22.891 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:26:22 vm05 bash[22868]: audit 2026-03-31T20:26:21.583475+0000 mon.a (mon.0) 614 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:26:22.891 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:26:22 vm05 bash[22868]: audit 2026-03-31T20:26:21.583475+0000 mon.a (mon.0) 614 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:26:22.891 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:26:22 vm05 bash[22868]: audit 2026-03-31T20:26:21.587836+0000 mon.a (mon.0) 615 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:26:22.891 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:26:22 vm05 bash[22868]: audit 2026-03-31T20:26:21.587836+0000 mon.a (mon.0) 615 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:26:22.891 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:26:22 vm05 bash[22868]: audit 2026-03-31T20:26:21.614254+0000 mon.a (mon.0) 616 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:26:22.891 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:26:22 vm05 bash[22868]: audit 2026-03-31T20:26:21.614254+0000 mon.a (mon.0) 616 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:26:22.891 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:26:22 vm05 bash[22868]: audit 2026-03-31T20:26:21.618287+0000 mon.a (mon.0) 617 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:26:22.891 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:26:22 vm05 bash[22868]: audit 2026-03-31T20:26:21.618287+0000 mon.a (mon.0) 617 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:26:22.891 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:26:22 vm05 bash[22868]: audit 2026-03-31T20:26:21.618981+0000 mon.a (mon.0) 618 : audit [DBG] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-03-31T20:26:22.891 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:26:22 vm05 bash[22868]: audit 2026-03-31T20:26:21.618981+0000 mon.a (mon.0) 618 : audit [DBG] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-03-31T20:26:22.891 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:26:22 vm05 bash[22868]: audit 2026-03-31T20:26:21.619423+0000 mon.a (mon.0) 619 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-03-31T20:26:22.891 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:26:22 vm05 bash[22868]: audit 2026-03-31T20:26:21.619423+0000 mon.a (mon.0) 619 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-03-31T20:26:22.891 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:26:22 vm05 bash[22868]: audit 2026-03-31T20:26:21.623034+0000 mon.a (mon.0) 620 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:26:22.891 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:26:22 vm05 bash[22868]: audit 2026-03-31T20:26:21.623034+0000 mon.a (mon.0) 620 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:26:22.891 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:26:22 vm05 bash[22868]: audit 2026-03-31T20:26:21.624163+0000 mon.a (mon.0) 621 : audit [DBG] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-03-31T20:26:22.891 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:26:22 vm05 bash[22868]: audit 2026-03-31T20:26:21.624163+0000 mon.a (mon.0) 621 : audit [DBG] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-03-31T20:26:22.891 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:26:22 vm05 bash[22868]: cluster 2026-03-31T20:26:22.108650+0000 mgr.a (mgr.14433) 42 : cluster [DBG] pgmap v10: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail; 15 KiB/s rd, 0 B/s wr, 5 op/s 2026-03-31T20:26:22.891 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:26:22 vm05 bash[22868]: cluster 2026-03-31T20:26:22.108650+0000 mgr.a (mgr.14433) 42 : cluster [DBG] pgmap v10: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail; 15 KiB/s rd, 0 B/s wr, 5 op/s 2026-03-31T20:26:22.970 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:26:22 vm06 bash[23229]: audit 2026-03-31T20:26:21.583475+0000 mon.a (mon.0) 614 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:26:22.970 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:26:22 vm06 bash[23229]: audit 2026-03-31T20:26:21.583475+0000 mon.a (mon.0) 614 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:26:22.970 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:26:22 vm06 bash[23229]: audit 2026-03-31T20:26:21.587836+0000 mon.a (mon.0) 615 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:26:22.970 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:26:22 vm06 bash[23229]: audit 2026-03-31T20:26:21.587836+0000 mon.a (mon.0) 615 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:26:22.970 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:26:22 vm06 bash[23229]: audit 2026-03-31T20:26:21.614254+0000 mon.a (mon.0) 616 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:26:22.970 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:26:22 vm06 bash[23229]: audit 2026-03-31T20:26:21.614254+0000 mon.a (mon.0) 616 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:26:22.970 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:26:22 vm06 bash[23229]: audit 2026-03-31T20:26:21.618287+0000 mon.a (mon.0) 617 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:26:22.970 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:26:22 vm06 bash[23229]: audit 2026-03-31T20:26:21.618287+0000 mon.a (mon.0) 617 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:26:22.970 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:26:22 vm06 bash[23229]: audit 2026-03-31T20:26:21.618981+0000 mon.a (mon.0) 618 : audit [DBG] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-03-31T20:26:22.970 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:26:22 vm06 bash[23229]: audit 2026-03-31T20:26:21.618981+0000 mon.a (mon.0) 618 : audit [DBG] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-03-31T20:26:22.970 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:26:22 vm06 bash[23229]: audit 2026-03-31T20:26:21.619423+0000 mon.a (mon.0) 619 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-03-31T20:26:22.970 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:26:22 vm06 bash[23229]: audit 2026-03-31T20:26:21.619423+0000 mon.a (mon.0) 619 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-03-31T20:26:22.970 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:26:22 vm06 bash[23229]: audit 2026-03-31T20:26:21.623034+0000 mon.a (mon.0) 620 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:26:22.970 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:26:22 vm06 bash[23229]: audit 2026-03-31T20:26:21.623034+0000 mon.a (mon.0) 620 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:26:22.970 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:26:22 vm06 bash[23229]: audit 2026-03-31T20:26:21.624163+0000 mon.a (mon.0) 621 : audit [DBG] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-03-31T20:26:22.970 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:26:22 vm06 bash[23229]: audit 2026-03-31T20:26:21.624163+0000 mon.a (mon.0) 621 : audit [DBG] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-03-31T20:26:22.970 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:26:22 vm06 bash[23229]: cluster 2026-03-31T20:26:22.108650+0000 mgr.a (mgr.14433) 42 : cluster [DBG] pgmap v10: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail; 15 KiB/s rd, 0 B/s wr, 5 op/s 2026-03-31T20:26:22.970 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:26:22 vm06 bash[23229]: cluster 2026-03-31T20:26:22.108650+0000 mgr.a (mgr.14433) 42 : cluster [DBG] pgmap v10: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail; 15 KiB/s rd, 0 B/s wr, 5 op/s 2026-03-31T20:26:23.890 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:26:23 vm05 bash[22868]: audit 2026-03-31T20:26:23.342452+0000 mon.a (mon.0) 622 : audit [DBG] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-03-31T20:26:23.890 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:26:23 vm05 bash[22868]: audit 2026-03-31T20:26:23.342452+0000 mon.a (mon.0) 622 : audit [DBG] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-03-31T20:26:23.970 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:26:23 vm06 bash[23229]: audit 2026-03-31T20:26:23.342452+0000 mon.a (mon.0) 622 : audit [DBG] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-03-31T20:26:23.970 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:26:23 vm06 bash[23229]: audit 2026-03-31T20:26:23.342452+0000 mon.a (mon.0) 622 : audit [DBG] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-03-31T20:26:24.087 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:26:23 vm01 bash[20507]: audit 2026-03-31T20:26:23.342452+0000 mon.a (mon.0) 622 : audit [DBG] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-03-31T20:26:24.087 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:26:23 vm01 bash[20507]: audit 2026-03-31T20:26:23.342452+0000 mon.a (mon.0) 622 : audit [DBG] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-03-31T20:26:24.890 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:26:24 vm05 bash[22868]: cluster 2026-03-31T20:26:24.108901+0000 mgr.a (mgr.14433) 43 : cluster [DBG] pgmap v11: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail; 15 KiB/s rd, 0 B/s wr, 5 op/s 2026-03-31T20:26:24.890 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:26:24 vm05 bash[22868]: cluster 2026-03-31T20:26:24.108901+0000 mgr.a (mgr.14433) 43 : cluster [DBG] pgmap v11: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail; 15 KiB/s rd, 0 B/s wr, 5 op/s 2026-03-31T20:26:24.970 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:26:24 vm06 bash[23229]: cluster 2026-03-31T20:26:24.108901+0000 mgr.a (mgr.14433) 43 : cluster [DBG] pgmap v11: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail; 15 KiB/s rd, 0 B/s wr, 5 op/s 2026-03-31T20:26:24.970 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:26:24 vm06 bash[23229]: cluster 2026-03-31T20:26:24.108901+0000 mgr.a (mgr.14433) 43 : cluster [DBG] pgmap v11: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail; 15 KiB/s rd, 0 B/s wr, 5 op/s 2026-03-31T20:26:25.087 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:26:24 vm01 bash[20507]: cluster 2026-03-31T20:26:24.108901+0000 mgr.a (mgr.14433) 43 : cluster [DBG] pgmap v11: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail; 15 KiB/s rd, 0 B/s wr, 5 op/s 2026-03-31T20:26:25.087 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:26:24 vm01 bash[20507]: cluster 2026-03-31T20:26:24.108901+0000 mgr.a (mgr.14433) 43 : cluster [DBG] pgmap v11: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail; 15 KiB/s rd, 0 B/s wr, 5 op/s 2026-03-31T20:26:27.469 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:26:27 vm06 bash[23229]: cluster 2026-03-31T20:26:26.109200+0000 mgr.a (mgr.14433) 44 : cluster [DBG] pgmap v12: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail; 15 KiB/s rd, 0 B/s wr, 5 op/s 2026-03-31T20:26:27.469 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:26:27 vm06 bash[23229]: cluster 2026-03-31T20:26:26.109200+0000 mgr.a (mgr.14433) 44 : cluster [DBG] pgmap v12: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail; 15 KiB/s rd, 0 B/s wr, 5 op/s 2026-03-31T20:26:27.587 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:26:27 vm01 bash[20507]: cluster 2026-03-31T20:26:26.109200+0000 mgr.a (mgr.14433) 44 : cluster [DBG] pgmap v12: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail; 15 KiB/s rd, 0 B/s wr, 5 op/s 2026-03-31T20:26:27.587 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:26:27 vm01 bash[20507]: cluster 2026-03-31T20:26:26.109200+0000 mgr.a (mgr.14433) 44 : cluster [DBG] pgmap v12: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail; 15 KiB/s rd, 0 B/s wr, 5 op/s 2026-03-31T20:26:27.640 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:26:27 vm05 bash[22868]: cluster 2026-03-31T20:26:26.109200+0000 mgr.a (mgr.14433) 44 : cluster [DBG] pgmap v12: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail; 15 KiB/s rd, 0 B/s wr, 5 op/s 2026-03-31T20:26:27.640 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:26:27 vm05 bash[22868]: cluster 2026-03-31T20:26:26.109200+0000 mgr.a (mgr.14433) 44 : cluster [DBG] pgmap v12: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail; 15 KiB/s rd, 0 B/s wr, 5 op/s 2026-03-31T20:26:28.087 INFO:journalctl@ceph.mgr.a.vm01.stdout:Mar 31 20:26:27 vm01 bash[20789]: ::ffff:192.168.123.105 - - [31/Mar/2026:20:26:27] "GET /metrics HTTP/1.1" 200 24028 "" "Prometheus/3.6.0" 2026-03-31T20:26:29.469 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:26:29 vm06 bash[23229]: cluster 2026-03-31T20:26:28.109430+0000 mgr.a (mgr.14433) 45 : cluster [DBG] pgmap v13: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:26:29.469 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:26:29 vm06 bash[23229]: cluster 2026-03-31T20:26:28.109430+0000 mgr.a (mgr.14433) 45 : cluster [DBG] pgmap v13: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:26:29.587 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:26:29 vm01 bash[20507]: cluster 2026-03-31T20:26:28.109430+0000 mgr.a (mgr.14433) 45 : cluster [DBG] pgmap v13: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:26:29.587 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:26:29 vm01 bash[20507]: cluster 2026-03-31T20:26:28.109430+0000 mgr.a (mgr.14433) 45 : cluster [DBG] pgmap v13: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:26:29.640 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:26:29 vm05 bash[22868]: cluster 2026-03-31T20:26:28.109430+0000 mgr.a (mgr.14433) 45 : cluster [DBG] pgmap v13: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:26:29.640 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:26:29 vm05 bash[22868]: cluster 2026-03-31T20:26:28.109430+0000 mgr.a (mgr.14433) 45 : cluster [DBG] pgmap v13: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:26:31.469 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:26:31 vm06 bash[23229]: cluster 2026-03-31T20:26:30.109715+0000 mgr.a (mgr.14433) 46 : cluster [DBG] pgmap v14: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:26:31.469 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:26:31 vm06 bash[23229]: cluster 2026-03-31T20:26:30.109715+0000 mgr.a (mgr.14433) 46 : cluster [DBG] pgmap v14: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:26:31.587 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:26:31 vm01 bash[20507]: cluster 2026-03-31T20:26:30.109715+0000 mgr.a (mgr.14433) 46 : cluster [DBG] pgmap v14: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:26:31.587 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:26:31 vm01 bash[20507]: cluster 2026-03-31T20:26:30.109715+0000 mgr.a (mgr.14433) 46 : cluster [DBG] pgmap v14: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:26:31.640 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:26:31 vm05 bash[22868]: cluster 2026-03-31T20:26:30.109715+0000 mgr.a (mgr.14433) 46 : cluster [DBG] pgmap v14: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:26:31.640 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:26:31 vm05 bash[22868]: cluster 2026-03-31T20:26:30.109715+0000 mgr.a (mgr.14433) 46 : cluster [DBG] pgmap v14: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:26:33.469 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:26:33 vm06 bash[23229]: cluster 2026-03-31T20:26:32.109919+0000 mgr.a (mgr.14433) 47 : cluster [DBG] pgmap v15: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:26:33.469 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:26:33 vm06 bash[23229]: cluster 2026-03-31T20:26:32.109919+0000 mgr.a (mgr.14433) 47 : cluster [DBG] pgmap v15: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:26:33.587 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:26:33 vm01 bash[20507]: cluster 2026-03-31T20:26:32.109919+0000 mgr.a (mgr.14433) 47 : cluster [DBG] pgmap v15: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:26:33.587 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:26:33 vm01 bash[20507]: cluster 2026-03-31T20:26:32.109919+0000 mgr.a (mgr.14433) 47 : cluster [DBG] pgmap v15: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:26:33.640 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:26:33 vm05 bash[22868]: cluster 2026-03-31T20:26:32.109919+0000 mgr.a (mgr.14433) 47 : cluster [DBG] pgmap v15: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:26:33.640 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:26:33 vm05 bash[22868]: cluster 2026-03-31T20:26:32.109919+0000 mgr.a (mgr.14433) 47 : cluster [DBG] pgmap v15: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:26:35.469 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:26:35 vm06 bash[23229]: cluster 2026-03-31T20:26:34.110126+0000 mgr.a (mgr.14433) 48 : cluster [DBG] pgmap v16: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:26:35.469 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:26:35 vm06 bash[23229]: cluster 2026-03-31T20:26:34.110126+0000 mgr.a (mgr.14433) 48 : cluster [DBG] pgmap v16: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:26:35.587 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:26:35 vm01 bash[20507]: cluster 2026-03-31T20:26:34.110126+0000 mgr.a (mgr.14433) 48 : cluster [DBG] pgmap v16: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:26:35.587 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:26:35 vm01 bash[20507]: cluster 2026-03-31T20:26:34.110126+0000 mgr.a (mgr.14433) 48 : cluster [DBG] pgmap v16: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:26:35.639 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:26:35 vm05 bash[22868]: cluster 2026-03-31T20:26:34.110126+0000 mgr.a (mgr.14433) 48 : cluster [DBG] pgmap v16: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:26:35.640 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:26:35 vm05 bash[22868]: cluster 2026-03-31T20:26:34.110126+0000 mgr.a (mgr.14433) 48 : cluster [DBG] pgmap v16: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:26:37.469 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:26:37 vm06 bash[23229]: cluster 2026-03-31T20:26:36.110373+0000 mgr.a (mgr.14433) 49 : cluster [DBG] pgmap v17: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:26:37.469 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:26:37 vm06 bash[23229]: cluster 2026-03-31T20:26:36.110373+0000 mgr.a (mgr.14433) 49 : cluster [DBG] pgmap v17: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:26:37.587 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:26:37 vm01 bash[20507]: cluster 2026-03-31T20:26:36.110373+0000 mgr.a (mgr.14433) 49 : cluster [DBG] pgmap v17: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:26:37.587 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:26:37 vm01 bash[20507]: cluster 2026-03-31T20:26:36.110373+0000 mgr.a (mgr.14433) 49 : cluster [DBG] pgmap v17: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:26:37.639 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:26:37 vm05 bash[22868]: cluster 2026-03-31T20:26:36.110373+0000 mgr.a (mgr.14433) 49 : cluster [DBG] pgmap v17: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:26:37.640 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:26:37 vm05 bash[22868]: cluster 2026-03-31T20:26:36.110373+0000 mgr.a (mgr.14433) 49 : cluster [DBG] pgmap v17: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:26:38.087 INFO:journalctl@ceph.mgr.a.vm01.stdout:Mar 31 20:26:37 vm01 bash[20789]: ::ffff:192.168.123.105 - - [31/Mar/2026:20:26:37] "GET /metrics HTTP/1.1" 200 24028 "" "Prometheus/3.6.0" 2026-03-31T20:26:39.469 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:26:39 vm06 bash[23229]: cluster 2026-03-31T20:26:38.110562+0000 mgr.a (mgr.14433) 50 : cluster [DBG] pgmap v18: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:26:39.469 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:26:39 vm06 bash[23229]: cluster 2026-03-31T20:26:38.110562+0000 mgr.a (mgr.14433) 50 : cluster [DBG] pgmap v18: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:26:39.469 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:26:39 vm06 bash[23229]: audit 2026-03-31T20:26:38.342677+0000 mon.a (mon.0) 623 : audit [DBG] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-03-31T20:26:39.469 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:26:39 vm06 bash[23229]: audit 2026-03-31T20:26:38.342677+0000 mon.a (mon.0) 623 : audit [DBG] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-03-31T20:26:39.587 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:26:39 vm01 bash[20507]: cluster 2026-03-31T20:26:38.110562+0000 mgr.a (mgr.14433) 50 : cluster [DBG] pgmap v18: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:26:39.587 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:26:39 vm01 bash[20507]: cluster 2026-03-31T20:26:38.110562+0000 mgr.a (mgr.14433) 50 : cluster [DBG] pgmap v18: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:26:39.587 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:26:39 vm01 bash[20507]: audit 2026-03-31T20:26:38.342677+0000 mon.a (mon.0) 623 : audit [DBG] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-03-31T20:26:39.587 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:26:39 vm01 bash[20507]: audit 2026-03-31T20:26:38.342677+0000 mon.a (mon.0) 623 : audit [DBG] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-03-31T20:26:39.639 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:26:39 vm05 bash[22868]: cluster 2026-03-31T20:26:38.110562+0000 mgr.a (mgr.14433) 50 : cluster [DBG] pgmap v18: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:26:39.639 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:26:39 vm05 bash[22868]: cluster 2026-03-31T20:26:38.110562+0000 mgr.a (mgr.14433) 50 : cluster [DBG] pgmap v18: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:26:39.639 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:26:39 vm05 bash[22868]: audit 2026-03-31T20:26:38.342677+0000 mon.a (mon.0) 623 : audit [DBG] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-03-31T20:26:39.639 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:26:39 vm05 bash[22868]: audit 2026-03-31T20:26:38.342677+0000 mon.a (mon.0) 623 : audit [DBG] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-03-31T20:26:41.468 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:26:41 vm06 bash[23229]: cluster 2026-03-31T20:26:40.110793+0000 mgr.a (mgr.14433) 51 : cluster [DBG] pgmap v19: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:26:41.468 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:26:41 vm06 bash[23229]: cluster 2026-03-31T20:26:40.110793+0000 mgr.a (mgr.14433) 51 : cluster [DBG] pgmap v19: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:26:41.586 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:26:41 vm01 bash[20507]: cluster 2026-03-31T20:26:40.110793+0000 mgr.a (mgr.14433) 51 : cluster [DBG] pgmap v19: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:26:41.587 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:26:41 vm01 bash[20507]: cluster 2026-03-31T20:26:40.110793+0000 mgr.a (mgr.14433) 51 : cluster [DBG] pgmap v19: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:26:41.639 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:26:41 vm05 bash[22868]: cluster 2026-03-31T20:26:40.110793+0000 mgr.a (mgr.14433) 51 : cluster [DBG] pgmap v19: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:26:41.639 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:26:41 vm05 bash[22868]: cluster 2026-03-31T20:26:40.110793+0000 mgr.a (mgr.14433) 51 : cluster [DBG] pgmap v19: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:26:42.468 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:26:42 vm06 bash[23229]: cluster 2026-03-31T20:26:42.110997+0000 mgr.a (mgr.14433) 52 : cluster [DBG] pgmap v20: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:26:42.468 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:26:42 vm06 bash[23229]: cluster 2026-03-31T20:26:42.110997+0000 mgr.a (mgr.14433) 52 : cluster [DBG] pgmap v20: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:26:42.586 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:26:42 vm01 bash[20507]: cluster 2026-03-31T20:26:42.110997+0000 mgr.a (mgr.14433) 52 : cluster [DBG] pgmap v20: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:26:42.586 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:26:42 vm01 bash[20507]: cluster 2026-03-31T20:26:42.110997+0000 mgr.a (mgr.14433) 52 : cluster [DBG] pgmap v20: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:26:42.639 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:26:42 vm05 bash[22868]: cluster 2026-03-31T20:26:42.110997+0000 mgr.a (mgr.14433) 52 : cluster [DBG] pgmap v20: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:26:42.639 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:26:42 vm05 bash[22868]: cluster 2026-03-31T20:26:42.110997+0000 mgr.a (mgr.14433) 52 : cluster [DBG] pgmap v20: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:26:45.468 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:26:45 vm06 bash[23229]: cluster 2026-03-31T20:26:44.111266+0000 mgr.a (mgr.14433) 53 : cluster [DBG] pgmap v21: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:26:45.468 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:26:45 vm06 bash[23229]: cluster 2026-03-31T20:26:44.111266+0000 mgr.a (mgr.14433) 53 : cluster [DBG] pgmap v21: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:26:45.586 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:26:45 vm01 bash[20507]: cluster 2026-03-31T20:26:44.111266+0000 mgr.a (mgr.14433) 53 : cluster [DBG] pgmap v21: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:26:45.586 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:26:45 vm01 bash[20507]: cluster 2026-03-31T20:26:44.111266+0000 mgr.a (mgr.14433) 53 : cluster [DBG] pgmap v21: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:26:45.639 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:26:45 vm05 bash[22868]: cluster 2026-03-31T20:26:44.111266+0000 mgr.a (mgr.14433) 53 : cluster [DBG] pgmap v21: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:26:45.639 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:26:45 vm05 bash[22868]: cluster 2026-03-31T20:26:44.111266+0000 mgr.a (mgr.14433) 53 : cluster [DBG] pgmap v21: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:26:47.468 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:26:47 vm06 bash[23229]: cluster 2026-03-31T20:26:46.111532+0000 mgr.a (mgr.14433) 54 : cluster [DBG] pgmap v22: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:26:47.468 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:26:47 vm06 bash[23229]: cluster 2026-03-31T20:26:46.111532+0000 mgr.a (mgr.14433) 54 : cluster [DBG] pgmap v22: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:26:47.586 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:26:47 vm01 bash[20507]: cluster 2026-03-31T20:26:46.111532+0000 mgr.a (mgr.14433) 54 : cluster [DBG] pgmap v22: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:26:47.586 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:26:47 vm01 bash[20507]: cluster 2026-03-31T20:26:46.111532+0000 mgr.a (mgr.14433) 54 : cluster [DBG] pgmap v22: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:26:47.639 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:26:47 vm05 bash[22868]: cluster 2026-03-31T20:26:46.111532+0000 mgr.a (mgr.14433) 54 : cluster [DBG] pgmap v22: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:26:47.639 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:26:47 vm05 bash[22868]: cluster 2026-03-31T20:26:46.111532+0000 mgr.a (mgr.14433) 54 : cluster [DBG] pgmap v22: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:26:48.086 INFO:journalctl@ceph.mgr.a.vm01.stdout:Mar 31 20:26:47 vm01 bash[20789]: ::ffff:192.168.123.105 - - [31/Mar/2026:20:26:47] "GET /metrics HTTP/1.1" 200 24028 "" "Prometheus/3.6.0" 2026-03-31T20:26:49.468 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:26:49 vm06 bash[23229]: cluster 2026-03-31T20:26:48.111763+0000 mgr.a (mgr.14433) 55 : cluster [DBG] pgmap v23: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:26:49.468 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:26:49 vm06 bash[23229]: cluster 2026-03-31T20:26:48.111763+0000 mgr.a (mgr.14433) 55 : cluster [DBG] pgmap v23: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:26:49.586 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:26:49 vm01 bash[20507]: cluster 2026-03-31T20:26:48.111763+0000 mgr.a (mgr.14433) 55 : cluster [DBG] pgmap v23: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:26:49.586 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:26:49 vm01 bash[20507]: cluster 2026-03-31T20:26:48.111763+0000 mgr.a (mgr.14433) 55 : cluster [DBG] pgmap v23: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:26:49.639 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:26:49 vm05 bash[22868]: cluster 2026-03-31T20:26:48.111763+0000 mgr.a (mgr.14433) 55 : cluster [DBG] pgmap v23: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:26:49.639 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:26:49 vm05 bash[22868]: cluster 2026-03-31T20:26:48.111763+0000 mgr.a (mgr.14433) 55 : cluster [DBG] pgmap v23: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:26:51.468 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:26:51 vm06 bash[23229]: cluster 2026-03-31T20:26:50.111957+0000 mgr.a (mgr.14433) 56 : cluster [DBG] pgmap v24: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:26:51.468 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:26:51 vm06 bash[23229]: cluster 2026-03-31T20:26:50.111957+0000 mgr.a (mgr.14433) 56 : cluster [DBG] pgmap v24: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:26:51.586 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:26:51 vm01 bash[20507]: cluster 2026-03-31T20:26:50.111957+0000 mgr.a (mgr.14433) 56 : cluster [DBG] pgmap v24: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:26:51.586 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:26:51 vm01 bash[20507]: cluster 2026-03-31T20:26:50.111957+0000 mgr.a (mgr.14433) 56 : cluster [DBG] pgmap v24: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:26:51.639 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:26:51 vm05 bash[22868]: cluster 2026-03-31T20:26:50.111957+0000 mgr.a (mgr.14433) 56 : cluster [DBG] pgmap v24: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:26:51.639 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:26:51 vm05 bash[22868]: cluster 2026-03-31T20:26:50.111957+0000 mgr.a (mgr.14433) 56 : cluster [DBG] pgmap v24: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:26:53.468 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:26:53 vm06 bash[23229]: cluster 2026-03-31T20:26:52.112121+0000 mgr.a (mgr.14433) 57 : cluster [DBG] pgmap v25: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:26:53.468 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:26:53 vm06 bash[23229]: cluster 2026-03-31T20:26:52.112121+0000 mgr.a (mgr.14433) 57 : cluster [DBG] pgmap v25: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:26:53.586 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:26:53 vm01 bash[20507]: cluster 2026-03-31T20:26:52.112121+0000 mgr.a (mgr.14433) 57 : cluster [DBG] pgmap v25: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:26:53.586 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:26:53 vm01 bash[20507]: cluster 2026-03-31T20:26:52.112121+0000 mgr.a (mgr.14433) 57 : cluster [DBG] pgmap v25: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:26:53.639 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:26:53 vm05 bash[22868]: cluster 2026-03-31T20:26:52.112121+0000 mgr.a (mgr.14433) 57 : cluster [DBG] pgmap v25: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:26:53.639 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:26:53 vm05 bash[22868]: cluster 2026-03-31T20:26:52.112121+0000 mgr.a (mgr.14433) 57 : cluster [DBG] pgmap v25: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:26:54.468 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:26:54 vm06 bash[23229]: audit 2026-03-31T20:26:53.342806+0000 mon.a (mon.0) 624 : audit [DBG] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-03-31T20:26:54.468 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:26:54 vm06 bash[23229]: audit 2026-03-31T20:26:53.342806+0000 mon.a (mon.0) 624 : audit [DBG] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-03-31T20:26:54.586 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:26:54 vm01 bash[20507]: audit 2026-03-31T20:26:53.342806+0000 mon.a (mon.0) 624 : audit [DBG] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-03-31T20:26:54.586 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:26:54 vm01 bash[20507]: audit 2026-03-31T20:26:53.342806+0000 mon.a (mon.0) 624 : audit [DBG] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-03-31T20:26:54.639 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:26:54 vm05 bash[22868]: audit 2026-03-31T20:26:53.342806+0000 mon.a (mon.0) 624 : audit [DBG] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-03-31T20:26:54.639 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:26:54 vm05 bash[22868]: audit 2026-03-31T20:26:53.342806+0000 mon.a (mon.0) 624 : audit [DBG] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-03-31T20:26:55.468 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:26:55 vm06 bash[23229]: cluster 2026-03-31T20:26:54.112343+0000 mgr.a (mgr.14433) 58 : cluster [DBG] pgmap v26: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:26:55.468 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:26:55 vm06 bash[23229]: cluster 2026-03-31T20:26:54.112343+0000 mgr.a (mgr.14433) 58 : cluster [DBG] pgmap v26: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:26:55.586 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:26:55 vm01 bash[20507]: cluster 2026-03-31T20:26:54.112343+0000 mgr.a (mgr.14433) 58 : cluster [DBG] pgmap v26: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:26:55.586 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:26:55 vm01 bash[20507]: cluster 2026-03-31T20:26:54.112343+0000 mgr.a (mgr.14433) 58 : cluster [DBG] pgmap v26: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:26:55.638 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:26:55 vm05 bash[22868]: cluster 2026-03-31T20:26:54.112343+0000 mgr.a (mgr.14433) 58 : cluster [DBG] pgmap v26: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:26:55.639 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:26:55 vm05 bash[22868]: cluster 2026-03-31T20:26:54.112343+0000 mgr.a (mgr.14433) 58 : cluster [DBG] pgmap v26: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:26:57.468 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:26:57 vm06 bash[23229]: cluster 2026-03-31T20:26:56.112523+0000 mgr.a (mgr.14433) 59 : cluster [DBG] pgmap v27: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:26:57.468 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:26:57 vm06 bash[23229]: cluster 2026-03-31T20:26:56.112523+0000 mgr.a (mgr.14433) 59 : cluster [DBG] pgmap v27: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:26:57.586 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:26:57 vm01 bash[20507]: cluster 2026-03-31T20:26:56.112523+0000 mgr.a (mgr.14433) 59 : cluster [DBG] pgmap v27: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:26:57.586 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:26:57 vm01 bash[20507]: cluster 2026-03-31T20:26:56.112523+0000 mgr.a (mgr.14433) 59 : cluster [DBG] pgmap v27: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:26:57.638 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:26:57 vm05 bash[22868]: cluster 2026-03-31T20:26:56.112523+0000 mgr.a (mgr.14433) 59 : cluster [DBG] pgmap v27: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:26:57.638 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:26:57 vm05 bash[22868]: cluster 2026-03-31T20:26:56.112523+0000 mgr.a (mgr.14433) 59 : cluster [DBG] pgmap v27: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:26:58.086 INFO:journalctl@ceph.mgr.a.vm01.stdout:Mar 31 20:26:57 vm01 bash[20789]: ::ffff:192.168.123.105 - - [31/Mar/2026:20:26:57] "GET /metrics HTTP/1.1" 200 24027 "" "Prometheus/3.6.0" 2026-03-31T20:26:58.468 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:26:58 vm06 bash[23229]: cluster 2026-03-31T20:26:58.112692+0000 mgr.a (mgr.14433) 60 : cluster [DBG] pgmap v28: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:26:58.468 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:26:58 vm06 bash[23229]: cluster 2026-03-31T20:26:58.112692+0000 mgr.a (mgr.14433) 60 : cluster [DBG] pgmap v28: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:26:58.586 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:26:58 vm01 bash[20507]: cluster 2026-03-31T20:26:58.112692+0000 mgr.a (mgr.14433) 60 : cluster [DBG] pgmap v28: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:26:58.586 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:26:58 vm01 bash[20507]: cluster 2026-03-31T20:26:58.112692+0000 mgr.a (mgr.14433) 60 : cluster [DBG] pgmap v28: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:26:58.638 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:26:58 vm05 bash[22868]: cluster 2026-03-31T20:26:58.112692+0000 mgr.a (mgr.14433) 60 : cluster [DBG] pgmap v28: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:26:58.638 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:26:58 vm05 bash[22868]: cluster 2026-03-31T20:26:58.112692+0000 mgr.a (mgr.14433) 60 : cluster [DBG] pgmap v28: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:27:01.467 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:27:01 vm06 bash[23229]: cluster 2026-03-31T20:27:00.112898+0000 mgr.a (mgr.14433) 61 : cluster [DBG] pgmap v29: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:27:01.467 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:27:01 vm06 bash[23229]: cluster 2026-03-31T20:27:00.112898+0000 mgr.a (mgr.14433) 61 : cluster [DBG] pgmap v29: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:27:01.586 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:27:01 vm01 bash[20507]: cluster 2026-03-31T20:27:00.112898+0000 mgr.a (mgr.14433) 61 : cluster [DBG] pgmap v29: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:27:01.586 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:27:01 vm01 bash[20507]: cluster 2026-03-31T20:27:00.112898+0000 mgr.a (mgr.14433) 61 : cluster [DBG] pgmap v29: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:27:01.638 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:27:01 vm05 bash[22868]: cluster 2026-03-31T20:27:00.112898+0000 mgr.a (mgr.14433) 61 : cluster [DBG] pgmap v29: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:27:01.639 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:27:01 vm05 bash[22868]: cluster 2026-03-31T20:27:00.112898+0000 mgr.a (mgr.14433) 61 : cluster [DBG] pgmap v29: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:27:03.467 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:27:03 vm06 bash[23229]: cluster 2026-03-31T20:27:02.113084+0000 mgr.a (mgr.14433) 62 : cluster [DBG] pgmap v30: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:27:03.467 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:27:03 vm06 bash[23229]: cluster 2026-03-31T20:27:02.113084+0000 mgr.a (mgr.14433) 62 : cluster [DBG] pgmap v30: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:27:03.586 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:27:03 vm01 bash[20507]: cluster 2026-03-31T20:27:02.113084+0000 mgr.a (mgr.14433) 62 : cluster [DBG] pgmap v30: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:27:03.586 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:27:03 vm01 bash[20507]: cluster 2026-03-31T20:27:02.113084+0000 mgr.a (mgr.14433) 62 : cluster [DBG] pgmap v30: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:27:03.638 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:27:03 vm05 bash[22868]: cluster 2026-03-31T20:27:02.113084+0000 mgr.a (mgr.14433) 62 : cluster [DBG] pgmap v30: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:27:03.638 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:27:03 vm05 bash[22868]: cluster 2026-03-31T20:27:02.113084+0000 mgr.a (mgr.14433) 62 : cluster [DBG] pgmap v30: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:27:05.467 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:27:05 vm06 bash[23229]: cluster 2026-03-31T20:27:04.113289+0000 mgr.a (mgr.14433) 63 : cluster [DBG] pgmap v31: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:27:05.467 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:27:05 vm06 bash[23229]: cluster 2026-03-31T20:27:04.113289+0000 mgr.a (mgr.14433) 63 : cluster [DBG] pgmap v31: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:27:05.586 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:27:05 vm01 bash[20507]: cluster 2026-03-31T20:27:04.113289+0000 mgr.a (mgr.14433) 63 : cluster [DBG] pgmap v31: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:27:05.586 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:27:05 vm01 bash[20507]: cluster 2026-03-31T20:27:04.113289+0000 mgr.a (mgr.14433) 63 : cluster [DBG] pgmap v31: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:27:05.638 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:27:05 vm05 bash[22868]: cluster 2026-03-31T20:27:04.113289+0000 mgr.a (mgr.14433) 63 : cluster [DBG] pgmap v31: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:27:05.638 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:27:05 vm05 bash[22868]: cluster 2026-03-31T20:27:04.113289+0000 mgr.a (mgr.14433) 63 : cluster [DBG] pgmap v31: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:27:07.467 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:27:07 vm06 bash[23229]: cluster 2026-03-31T20:27:06.113442+0000 mgr.a (mgr.14433) 64 : cluster [DBG] pgmap v32: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:27:07.468 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:27:07 vm06 bash[23229]: cluster 2026-03-31T20:27:06.113442+0000 mgr.a (mgr.14433) 64 : cluster [DBG] pgmap v32: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:27:07.586 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:27:07 vm01 bash[20507]: cluster 2026-03-31T20:27:06.113442+0000 mgr.a (mgr.14433) 64 : cluster [DBG] pgmap v32: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:27:07.586 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:27:07 vm01 bash[20507]: cluster 2026-03-31T20:27:06.113442+0000 mgr.a (mgr.14433) 64 : cluster [DBG] pgmap v32: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:27:07.638 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:27:07 vm05 bash[22868]: cluster 2026-03-31T20:27:06.113442+0000 mgr.a (mgr.14433) 64 : cluster [DBG] pgmap v32: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:27:07.638 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:27:07 vm05 bash[22868]: cluster 2026-03-31T20:27:06.113442+0000 mgr.a (mgr.14433) 64 : cluster [DBG] pgmap v32: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:27:08.086 INFO:journalctl@ceph.mgr.a.vm01.stdout:Mar 31 20:27:07 vm01 bash[20789]: ::ffff:192.168.123.105 - - [31/Mar/2026:20:27:07] "GET /metrics HTTP/1.1" 200 24027 "" "Prometheus/3.6.0" 2026-03-31T20:27:09.467 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:27:09 vm06 bash[23229]: cluster 2026-03-31T20:27:08.113612+0000 mgr.a (mgr.14433) 65 : cluster [DBG] pgmap v33: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:27:09.467 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:27:09 vm06 bash[23229]: cluster 2026-03-31T20:27:08.113612+0000 mgr.a (mgr.14433) 65 : cluster [DBG] pgmap v33: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:27:09.467 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:27:09 vm06 bash[23229]: audit 2026-03-31T20:27:08.342887+0000 mon.a (mon.0) 625 : audit [DBG] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-03-31T20:27:09.467 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:27:09 vm06 bash[23229]: audit 2026-03-31T20:27:08.342887+0000 mon.a (mon.0) 625 : audit [DBG] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-03-31T20:27:09.586 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:27:09 vm01 bash[20507]: cluster 2026-03-31T20:27:08.113612+0000 mgr.a (mgr.14433) 65 : cluster [DBG] pgmap v33: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:27:09.586 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:27:09 vm01 bash[20507]: cluster 2026-03-31T20:27:08.113612+0000 mgr.a (mgr.14433) 65 : cluster [DBG] pgmap v33: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:27:09.586 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:27:09 vm01 bash[20507]: audit 2026-03-31T20:27:08.342887+0000 mon.a (mon.0) 625 : audit [DBG] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-03-31T20:27:09.586 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:27:09 vm01 bash[20507]: audit 2026-03-31T20:27:08.342887+0000 mon.a (mon.0) 625 : audit [DBG] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-03-31T20:27:09.638 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:27:09 vm05 bash[22868]: cluster 2026-03-31T20:27:08.113612+0000 mgr.a (mgr.14433) 65 : cluster [DBG] pgmap v33: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:27:09.638 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:27:09 vm05 bash[22868]: cluster 2026-03-31T20:27:08.113612+0000 mgr.a (mgr.14433) 65 : cluster [DBG] pgmap v33: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:27:09.638 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:27:09 vm05 bash[22868]: audit 2026-03-31T20:27:08.342887+0000 mon.a (mon.0) 625 : audit [DBG] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-03-31T20:27:09.638 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:27:09 vm05 bash[22868]: audit 2026-03-31T20:27:08.342887+0000 mon.a (mon.0) 625 : audit [DBG] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-03-31T20:27:11.467 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:27:11 vm06 bash[23229]: cluster 2026-03-31T20:27:10.113886+0000 mgr.a (mgr.14433) 66 : cluster [DBG] pgmap v34: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:27:11.467 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:27:11 vm06 bash[23229]: cluster 2026-03-31T20:27:10.113886+0000 mgr.a (mgr.14433) 66 : cluster [DBG] pgmap v34: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:27:11.586 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:27:11 vm01 bash[20507]: cluster 2026-03-31T20:27:10.113886+0000 mgr.a (mgr.14433) 66 : cluster [DBG] pgmap v34: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:27:11.586 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:27:11 vm01 bash[20507]: cluster 2026-03-31T20:27:10.113886+0000 mgr.a (mgr.14433) 66 : cluster [DBG] pgmap v34: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:27:11.638 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:27:11 vm05 bash[22868]: cluster 2026-03-31T20:27:10.113886+0000 mgr.a (mgr.14433) 66 : cluster [DBG] pgmap v34: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:27:11.638 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:27:11 vm05 bash[22868]: cluster 2026-03-31T20:27:10.113886+0000 mgr.a (mgr.14433) 66 : cluster [DBG] pgmap v34: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:27:13.467 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:27:13 vm06 bash[23229]: cluster 2026-03-31T20:27:12.114111+0000 mgr.a (mgr.14433) 67 : cluster [DBG] pgmap v35: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:27:13.467 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:27:13 vm06 bash[23229]: cluster 2026-03-31T20:27:12.114111+0000 mgr.a (mgr.14433) 67 : cluster [DBG] pgmap v35: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:27:13.586 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:27:13 vm01 bash[20507]: cluster 2026-03-31T20:27:12.114111+0000 mgr.a (mgr.14433) 67 : cluster [DBG] pgmap v35: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:27:13.586 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:27:13 vm01 bash[20507]: cluster 2026-03-31T20:27:12.114111+0000 mgr.a (mgr.14433) 67 : cluster [DBG] pgmap v35: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:27:13.638 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:27:13 vm05 bash[22868]: cluster 2026-03-31T20:27:12.114111+0000 mgr.a (mgr.14433) 67 : cluster [DBG] pgmap v35: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:27:13.638 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:27:13 vm05 bash[22868]: cluster 2026-03-31T20:27:12.114111+0000 mgr.a (mgr.14433) 67 : cluster [DBG] pgmap v35: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:27:15.467 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:27:15 vm06 bash[23229]: cluster 2026-03-31T20:27:14.114317+0000 mgr.a (mgr.14433) 68 : cluster [DBG] pgmap v36: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:27:15.467 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:27:15 vm06 bash[23229]: cluster 2026-03-31T20:27:14.114317+0000 mgr.a (mgr.14433) 68 : cluster [DBG] pgmap v36: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:27:15.586 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:27:15 vm01 bash[20507]: cluster 2026-03-31T20:27:14.114317+0000 mgr.a (mgr.14433) 68 : cluster [DBG] pgmap v36: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:27:15.586 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:27:15 vm01 bash[20507]: cluster 2026-03-31T20:27:14.114317+0000 mgr.a (mgr.14433) 68 : cluster [DBG] pgmap v36: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:27:15.638 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:27:15 vm05 bash[22868]: cluster 2026-03-31T20:27:14.114317+0000 mgr.a (mgr.14433) 68 : cluster [DBG] pgmap v36: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:27:15.638 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:27:15 vm05 bash[22868]: cluster 2026-03-31T20:27:14.114317+0000 mgr.a (mgr.14433) 68 : cluster [DBG] pgmap v36: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:27:16.467 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:27:16 vm06 bash[23229]: cluster 2026-03-31T20:27:16.114524+0000 mgr.a (mgr.14433) 69 : cluster [DBG] pgmap v37: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:27:16.467 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:27:16 vm06 bash[23229]: cluster 2026-03-31T20:27:16.114524+0000 mgr.a (mgr.14433) 69 : cluster [DBG] pgmap v37: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:27:16.586 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:27:16 vm01 bash[20507]: cluster 2026-03-31T20:27:16.114524+0000 mgr.a (mgr.14433) 69 : cluster [DBG] pgmap v37: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:27:16.586 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:27:16 vm01 bash[20507]: cluster 2026-03-31T20:27:16.114524+0000 mgr.a (mgr.14433) 69 : cluster [DBG] pgmap v37: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:27:16.638 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:27:16 vm05 bash[22868]: cluster 2026-03-31T20:27:16.114524+0000 mgr.a (mgr.14433) 69 : cluster [DBG] pgmap v37: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:27:16.638 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:27:16 vm05 bash[22868]: cluster 2026-03-31T20:27:16.114524+0000 mgr.a (mgr.14433) 69 : cluster [DBG] pgmap v37: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:27:18.086 INFO:journalctl@ceph.mgr.a.vm01.stdout:Mar 31 20:27:17 vm01 bash[20789]: ::ffff:192.168.123.105 - - [31/Mar/2026:20:27:17] "GET /metrics HTTP/1.1" 200 24029 "" "Prometheus/3.6.0" 2026-03-31T20:27:19.467 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:27:19 vm06 bash[23229]: cluster 2026-03-31T20:27:18.114721+0000 mgr.a (mgr.14433) 70 : cluster [DBG] pgmap v38: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:27:19.467 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:27:19 vm06 bash[23229]: cluster 2026-03-31T20:27:18.114721+0000 mgr.a (mgr.14433) 70 : cluster [DBG] pgmap v38: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:27:19.586 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:27:19 vm01 bash[20507]: cluster 2026-03-31T20:27:18.114721+0000 mgr.a (mgr.14433) 70 : cluster [DBG] pgmap v38: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:27:19.586 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:27:19 vm01 bash[20507]: cluster 2026-03-31T20:27:18.114721+0000 mgr.a (mgr.14433) 70 : cluster [DBG] pgmap v38: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:27:19.638 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:27:19 vm05 bash[22868]: cluster 2026-03-31T20:27:18.114721+0000 mgr.a (mgr.14433) 70 : cluster [DBG] pgmap v38: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:27:19.638 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:27:19 vm05 bash[22868]: cluster 2026-03-31T20:27:18.114721+0000 mgr.a (mgr.14433) 70 : cluster [DBG] pgmap v38: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:27:21.467 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:27:21 vm06 bash[23229]: cluster 2026-03-31T20:27:20.114945+0000 mgr.a (mgr.14433) 71 : cluster [DBG] pgmap v39: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:27:21.467 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:27:21 vm06 bash[23229]: cluster 2026-03-31T20:27:20.114945+0000 mgr.a (mgr.14433) 71 : cluster [DBG] pgmap v39: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:27:21.586 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:27:21 vm01 bash[20507]: cluster 2026-03-31T20:27:20.114945+0000 mgr.a (mgr.14433) 71 : cluster [DBG] pgmap v39: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:27:21.586 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:27:21 vm01 bash[20507]: cluster 2026-03-31T20:27:20.114945+0000 mgr.a (mgr.14433) 71 : cluster [DBG] pgmap v39: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:27:21.638 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:27:21 vm05 bash[22868]: cluster 2026-03-31T20:27:20.114945+0000 mgr.a (mgr.14433) 71 : cluster [DBG] pgmap v39: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:27:21.638 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:27:21 vm05 bash[22868]: cluster 2026-03-31T20:27:20.114945+0000 mgr.a (mgr.14433) 71 : cluster [DBG] pgmap v39: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:27:22.467 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:27:22 vm06 bash[23229]: audit 2026-03-31T20:27:21.639591+0000 mon.a (mon.0) 626 : audit [DBG] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-03-31T20:27:22.467 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:27:22 vm06 bash[23229]: audit 2026-03-31T20:27:21.639591+0000 mon.a (mon.0) 626 : audit [DBG] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-03-31T20:27:22.467 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:27:22 vm06 bash[23229]: audit 2026-03-31T20:27:21.969180+0000 mon.a (mon.0) 627 : audit [DBG] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-03-31T20:27:22.467 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:27:22 vm06 bash[23229]: audit 2026-03-31T20:27:21.969180+0000 mon.a (mon.0) 627 : audit [DBG] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-03-31T20:27:22.467 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:27:22 vm06 bash[23229]: audit 2026-03-31T20:27:21.969677+0000 mon.a (mon.0) 628 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-03-31T20:27:22.467 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:27:22 vm06 bash[23229]: audit 2026-03-31T20:27:21.969677+0000 mon.a (mon.0) 628 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-03-31T20:27:22.467 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:27:22 vm06 bash[23229]: audit 2026-03-31T20:27:21.974407+0000 mon.a (mon.0) 629 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:27:22.467 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:27:22 vm06 bash[23229]: audit 2026-03-31T20:27:21.974407+0000 mon.a (mon.0) 629 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:27:22.467 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:27:22 vm06 bash[23229]: audit 2026-03-31T20:27:21.975403+0000 mon.a (mon.0) 630 : audit [DBG] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-03-31T20:27:22.467 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:27:22 vm06 bash[23229]: audit 2026-03-31T20:27:21.975403+0000 mon.a (mon.0) 630 : audit [DBG] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-03-31T20:27:22.586 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:27:22 vm01 bash[20507]: audit 2026-03-31T20:27:21.639591+0000 mon.a (mon.0) 626 : audit [DBG] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-03-31T20:27:22.586 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:27:22 vm01 bash[20507]: audit 2026-03-31T20:27:21.639591+0000 mon.a (mon.0) 626 : audit [DBG] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-03-31T20:27:22.586 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:27:22 vm01 bash[20507]: audit 2026-03-31T20:27:21.969180+0000 mon.a (mon.0) 627 : audit [DBG] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-03-31T20:27:22.586 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:27:22 vm01 bash[20507]: audit 2026-03-31T20:27:21.969180+0000 mon.a (mon.0) 627 : audit [DBG] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-03-31T20:27:22.586 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:27:22 vm01 bash[20507]: audit 2026-03-31T20:27:21.969677+0000 mon.a (mon.0) 628 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-03-31T20:27:22.586 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:27:22 vm01 bash[20507]: audit 2026-03-31T20:27:21.969677+0000 mon.a (mon.0) 628 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-03-31T20:27:22.586 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:27:22 vm01 bash[20507]: audit 2026-03-31T20:27:21.974407+0000 mon.a (mon.0) 629 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:27:22.586 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:27:22 vm01 bash[20507]: audit 2026-03-31T20:27:21.974407+0000 mon.a (mon.0) 629 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:27:22.586 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:27:22 vm01 bash[20507]: audit 2026-03-31T20:27:21.975403+0000 mon.a (mon.0) 630 : audit [DBG] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-03-31T20:27:22.587 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:27:22 vm01 bash[20507]: audit 2026-03-31T20:27:21.975403+0000 mon.a (mon.0) 630 : audit [DBG] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-03-31T20:27:22.638 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:27:22 vm05 bash[22868]: audit 2026-03-31T20:27:21.639591+0000 mon.a (mon.0) 626 : audit [DBG] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-03-31T20:27:22.638 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:27:22 vm05 bash[22868]: audit 2026-03-31T20:27:21.639591+0000 mon.a (mon.0) 626 : audit [DBG] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-03-31T20:27:22.638 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:27:22 vm05 bash[22868]: audit 2026-03-31T20:27:21.969180+0000 mon.a (mon.0) 627 : audit [DBG] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-03-31T20:27:22.638 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:27:22 vm05 bash[22868]: audit 2026-03-31T20:27:21.969180+0000 mon.a (mon.0) 627 : audit [DBG] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-03-31T20:27:22.638 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:27:22 vm05 bash[22868]: audit 2026-03-31T20:27:21.969677+0000 mon.a (mon.0) 628 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-03-31T20:27:22.638 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:27:22 vm05 bash[22868]: audit 2026-03-31T20:27:21.969677+0000 mon.a (mon.0) 628 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-03-31T20:27:22.638 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:27:22 vm05 bash[22868]: audit 2026-03-31T20:27:21.974407+0000 mon.a (mon.0) 629 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:27:22.638 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:27:22 vm05 bash[22868]: audit 2026-03-31T20:27:21.974407+0000 mon.a (mon.0) 629 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:27:22.638 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:27:22 vm05 bash[22868]: audit 2026-03-31T20:27:21.975403+0000 mon.a (mon.0) 630 : audit [DBG] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-03-31T20:27:22.638 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:27:22 vm05 bash[22868]: audit 2026-03-31T20:27:21.975403+0000 mon.a (mon.0) 630 : audit [DBG] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-03-31T20:27:23.467 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:27:23 vm06 bash[23229]: cluster 2026-03-31T20:27:22.115165+0000 mgr.a (mgr.14433) 72 : cluster [DBG] pgmap v40: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:27:23.467 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:27:23 vm06 bash[23229]: cluster 2026-03-31T20:27:22.115165+0000 mgr.a (mgr.14433) 72 : cluster [DBG] pgmap v40: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:27:23.586 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:27:23 vm01 bash[20507]: cluster 2026-03-31T20:27:22.115165+0000 mgr.a (mgr.14433) 72 : cluster [DBG] pgmap v40: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:27:23.586 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:27:23 vm01 bash[20507]: cluster 2026-03-31T20:27:22.115165+0000 mgr.a (mgr.14433) 72 : cluster [DBG] pgmap v40: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:27:23.638 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:27:23 vm05 bash[22868]: cluster 2026-03-31T20:27:22.115165+0000 mgr.a (mgr.14433) 72 : cluster [DBG] pgmap v40: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:27:23.638 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:27:23 vm05 bash[22868]: cluster 2026-03-31T20:27:22.115165+0000 mgr.a (mgr.14433) 72 : cluster [DBG] pgmap v40: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:27:24.467 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:27:24 vm06 bash[23229]: audit 2026-03-31T20:27:23.343273+0000 mon.a (mon.0) 631 : audit [DBG] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-03-31T20:27:24.467 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:27:24 vm06 bash[23229]: audit 2026-03-31T20:27:23.343273+0000 mon.a (mon.0) 631 : audit [DBG] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-03-31T20:27:24.586 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:27:24 vm01 bash[20507]: audit 2026-03-31T20:27:23.343273+0000 mon.a (mon.0) 631 : audit [DBG] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-03-31T20:27:24.586 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:27:24 vm01 bash[20507]: audit 2026-03-31T20:27:23.343273+0000 mon.a (mon.0) 631 : audit [DBG] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-03-31T20:27:24.638 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:27:24 vm05 bash[22868]: audit 2026-03-31T20:27:23.343273+0000 mon.a (mon.0) 631 : audit [DBG] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-03-31T20:27:24.638 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:27:24 vm05 bash[22868]: audit 2026-03-31T20:27:23.343273+0000 mon.a (mon.0) 631 : audit [DBG] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-03-31T20:27:25.467 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:27:25 vm06 bash[23229]: cluster 2026-03-31T20:27:24.115336+0000 mgr.a (mgr.14433) 73 : cluster [DBG] pgmap v41: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:27:25.467 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:27:25 vm06 bash[23229]: cluster 2026-03-31T20:27:24.115336+0000 mgr.a (mgr.14433) 73 : cluster [DBG] pgmap v41: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:27:25.586 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:27:25 vm01 bash[20507]: cluster 2026-03-31T20:27:24.115336+0000 mgr.a (mgr.14433) 73 : cluster [DBG] pgmap v41: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:27:25.586 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:27:25 vm01 bash[20507]: cluster 2026-03-31T20:27:24.115336+0000 mgr.a (mgr.14433) 73 : cluster [DBG] pgmap v41: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:27:25.638 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:27:25 vm05 bash[22868]: cluster 2026-03-31T20:27:24.115336+0000 mgr.a (mgr.14433) 73 : cluster [DBG] pgmap v41: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:27:25.638 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:27:25 vm05 bash[22868]: cluster 2026-03-31T20:27:24.115336+0000 mgr.a (mgr.14433) 73 : cluster [DBG] pgmap v41: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:27:27.467 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:27:27 vm06 bash[23229]: cluster 2026-03-31T20:27:26.115491+0000 mgr.a (mgr.14433) 74 : cluster [DBG] pgmap v42: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:27:27.467 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:27:27 vm06 bash[23229]: cluster 2026-03-31T20:27:26.115491+0000 mgr.a (mgr.14433) 74 : cluster [DBG] pgmap v42: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:27:27.586 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:27:27 vm01 bash[20507]: cluster 2026-03-31T20:27:26.115491+0000 mgr.a (mgr.14433) 74 : cluster [DBG] pgmap v42: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:27:27.586 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:27:27 vm01 bash[20507]: cluster 2026-03-31T20:27:26.115491+0000 mgr.a (mgr.14433) 74 : cluster [DBG] pgmap v42: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:27:27.638 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:27:27 vm05 bash[22868]: cluster 2026-03-31T20:27:26.115491+0000 mgr.a (mgr.14433) 74 : cluster [DBG] pgmap v42: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:27:27.638 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:27:27 vm05 bash[22868]: cluster 2026-03-31T20:27:26.115491+0000 mgr.a (mgr.14433) 74 : cluster [DBG] pgmap v42: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:27:28.086 INFO:journalctl@ceph.mgr.a.vm01.stdout:Mar 31 20:27:27 vm01 bash[20789]: ::ffff:192.168.123.105 - - [31/Mar/2026:20:27:27] "GET /metrics HTTP/1.1" 200 24026 "" "Prometheus/3.6.0" 2026-03-31T20:27:29.467 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:27:29 vm06 bash[23229]: cluster 2026-03-31T20:27:28.115673+0000 mgr.a (mgr.14433) 75 : cluster [DBG] pgmap v43: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:27:29.467 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:27:29 vm06 bash[23229]: cluster 2026-03-31T20:27:28.115673+0000 mgr.a (mgr.14433) 75 : cluster [DBG] pgmap v43: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:27:29.586 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:27:29 vm01 bash[20507]: cluster 2026-03-31T20:27:28.115673+0000 mgr.a (mgr.14433) 75 : cluster [DBG] pgmap v43: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:27:29.586 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:27:29 vm01 bash[20507]: cluster 2026-03-31T20:27:28.115673+0000 mgr.a (mgr.14433) 75 : cluster [DBG] pgmap v43: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:27:29.638 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:27:29 vm05 bash[22868]: cluster 2026-03-31T20:27:28.115673+0000 mgr.a (mgr.14433) 75 : cluster [DBG] pgmap v43: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:27:29.638 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:27:29 vm05 bash[22868]: cluster 2026-03-31T20:27:28.115673+0000 mgr.a (mgr.14433) 75 : cluster [DBG] pgmap v43: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:27:31.467 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:27:31 vm06 bash[23229]: cluster 2026-03-31T20:27:30.115840+0000 mgr.a (mgr.14433) 76 : cluster [DBG] pgmap v44: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:27:31.467 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:27:31 vm06 bash[23229]: cluster 2026-03-31T20:27:30.115840+0000 mgr.a (mgr.14433) 76 : cluster [DBG] pgmap v44: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:27:31.586 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:27:31 vm01 bash[20507]: cluster 2026-03-31T20:27:30.115840+0000 mgr.a (mgr.14433) 76 : cluster [DBG] pgmap v44: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:27:31.586 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:27:31 vm01 bash[20507]: cluster 2026-03-31T20:27:30.115840+0000 mgr.a (mgr.14433) 76 : cluster [DBG] pgmap v44: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:27:31.638 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:27:31 vm05 bash[22868]: cluster 2026-03-31T20:27:30.115840+0000 mgr.a (mgr.14433) 76 : cluster [DBG] pgmap v44: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:27:31.638 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:27:31 vm05 bash[22868]: cluster 2026-03-31T20:27:30.115840+0000 mgr.a (mgr.14433) 76 : cluster [DBG] pgmap v44: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:27:33.467 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:27:33 vm06 bash[23229]: cluster 2026-03-31T20:27:32.115998+0000 mgr.a (mgr.14433) 77 : cluster [DBG] pgmap v45: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:27:33.467 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:27:33 vm06 bash[23229]: cluster 2026-03-31T20:27:32.115998+0000 mgr.a (mgr.14433) 77 : cluster [DBG] pgmap v45: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:27:33.586 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:27:33 vm01 bash[20507]: cluster 2026-03-31T20:27:32.115998+0000 mgr.a (mgr.14433) 77 : cluster [DBG] pgmap v45: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:27:33.586 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:27:33 vm01 bash[20507]: cluster 2026-03-31T20:27:32.115998+0000 mgr.a (mgr.14433) 77 : cluster [DBG] pgmap v45: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:27:33.638 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:27:33 vm05 bash[22868]: cluster 2026-03-31T20:27:32.115998+0000 mgr.a (mgr.14433) 77 : cluster [DBG] pgmap v45: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:27:33.638 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:27:33 vm05 bash[22868]: cluster 2026-03-31T20:27:32.115998+0000 mgr.a (mgr.14433) 77 : cluster [DBG] pgmap v45: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:27:34.467 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:27:34 vm06 bash[23229]: cluster 2026-03-31T20:27:34.116332+0000 mgr.a (mgr.14433) 78 : cluster [DBG] pgmap v46: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:27:34.467 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:27:34 vm06 bash[23229]: cluster 2026-03-31T20:27:34.116332+0000 mgr.a (mgr.14433) 78 : cluster [DBG] pgmap v46: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:27:34.586 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:27:34 vm01 bash[20507]: cluster 2026-03-31T20:27:34.116332+0000 mgr.a (mgr.14433) 78 : cluster [DBG] pgmap v46: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:27:34.586 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:27:34 vm01 bash[20507]: cluster 2026-03-31T20:27:34.116332+0000 mgr.a (mgr.14433) 78 : cluster [DBG] pgmap v46: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:27:34.638 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:27:34 vm05 bash[22868]: cluster 2026-03-31T20:27:34.116332+0000 mgr.a (mgr.14433) 78 : cluster [DBG] pgmap v46: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:27:34.638 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:27:34 vm05 bash[22868]: cluster 2026-03-31T20:27:34.116332+0000 mgr.a (mgr.14433) 78 : cluster [DBG] pgmap v46: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:27:37.467 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:27:37 vm06 bash[23229]: cluster 2026-03-31T20:27:36.116509+0000 mgr.a (mgr.14433) 79 : cluster [DBG] pgmap v47: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:27:37.467 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:27:37 vm06 bash[23229]: cluster 2026-03-31T20:27:36.116509+0000 mgr.a (mgr.14433) 79 : cluster [DBG] pgmap v47: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:27:37.586 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:27:37 vm01 bash[20507]: cluster 2026-03-31T20:27:36.116509+0000 mgr.a (mgr.14433) 79 : cluster [DBG] pgmap v47: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:27:37.586 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:27:37 vm01 bash[20507]: cluster 2026-03-31T20:27:36.116509+0000 mgr.a (mgr.14433) 79 : cluster [DBG] pgmap v47: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:27:37.638 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:27:37 vm05 bash[22868]: cluster 2026-03-31T20:27:36.116509+0000 mgr.a (mgr.14433) 79 : cluster [DBG] pgmap v47: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:27:37.638 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:27:37 vm05 bash[22868]: cluster 2026-03-31T20:27:36.116509+0000 mgr.a (mgr.14433) 79 : cluster [DBG] pgmap v47: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:27:38.086 INFO:journalctl@ceph.mgr.a.vm01.stdout:Mar 31 20:27:37 vm01 bash[20789]: ::ffff:192.168.123.105 - - [31/Mar/2026:20:27:37] "GET /metrics HTTP/1.1" 200 24026 "" "Prometheus/3.6.0" 2026-03-31T20:27:39.467 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:27:39 vm06 bash[23229]: cluster 2026-03-31T20:27:38.116676+0000 mgr.a (mgr.14433) 80 : cluster [DBG] pgmap v48: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:27:39.467 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:27:39 vm06 bash[23229]: cluster 2026-03-31T20:27:38.116676+0000 mgr.a (mgr.14433) 80 : cluster [DBG] pgmap v48: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:27:39.467 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:27:39 vm06 bash[23229]: audit 2026-03-31T20:27:38.343290+0000 mon.a (mon.0) 632 : audit [DBG] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-03-31T20:27:39.467 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:27:39 vm06 bash[23229]: audit 2026-03-31T20:27:38.343290+0000 mon.a (mon.0) 632 : audit [DBG] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-03-31T20:27:39.586 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:27:39 vm01 bash[20507]: cluster 2026-03-31T20:27:38.116676+0000 mgr.a (mgr.14433) 80 : cluster [DBG] pgmap v48: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:27:39.586 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:27:39 vm01 bash[20507]: cluster 2026-03-31T20:27:38.116676+0000 mgr.a (mgr.14433) 80 : cluster [DBG] pgmap v48: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:27:39.586 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:27:39 vm01 bash[20507]: audit 2026-03-31T20:27:38.343290+0000 mon.a (mon.0) 632 : audit [DBG] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-03-31T20:27:39.586 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:27:39 vm01 bash[20507]: audit 2026-03-31T20:27:38.343290+0000 mon.a (mon.0) 632 : audit [DBG] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-03-31T20:27:39.638 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:27:39 vm05 bash[22868]: cluster 2026-03-31T20:27:38.116676+0000 mgr.a (mgr.14433) 80 : cluster [DBG] pgmap v48: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:27:39.638 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:27:39 vm05 bash[22868]: cluster 2026-03-31T20:27:38.116676+0000 mgr.a (mgr.14433) 80 : cluster [DBG] pgmap v48: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:27:39.638 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:27:39 vm05 bash[22868]: audit 2026-03-31T20:27:38.343290+0000 mon.a (mon.0) 632 : audit [DBG] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-03-31T20:27:39.638 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:27:39 vm05 bash[22868]: audit 2026-03-31T20:27:38.343290+0000 mon.a (mon.0) 632 : audit [DBG] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-03-31T20:27:41.467 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:27:41 vm06 bash[23229]: cluster 2026-03-31T20:27:40.116848+0000 mgr.a (mgr.14433) 81 : cluster [DBG] pgmap v49: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:27:41.467 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:27:41 vm06 bash[23229]: cluster 2026-03-31T20:27:40.116848+0000 mgr.a (mgr.14433) 81 : cluster [DBG] pgmap v49: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:27:41.586 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:27:41 vm01 bash[20507]: cluster 2026-03-31T20:27:40.116848+0000 mgr.a (mgr.14433) 81 : cluster [DBG] pgmap v49: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:27:41.586 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:27:41 vm01 bash[20507]: cluster 2026-03-31T20:27:40.116848+0000 mgr.a (mgr.14433) 81 : cluster [DBG] pgmap v49: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:27:41.638 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:27:41 vm05 bash[22868]: cluster 2026-03-31T20:27:40.116848+0000 mgr.a (mgr.14433) 81 : cluster [DBG] pgmap v49: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:27:41.638 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:27:41 vm05 bash[22868]: cluster 2026-03-31T20:27:40.116848+0000 mgr.a (mgr.14433) 81 : cluster [DBG] pgmap v49: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:27:43.467 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:27:43 vm06 bash[23229]: cluster 2026-03-31T20:27:42.117028+0000 mgr.a (mgr.14433) 82 : cluster [DBG] pgmap v50: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:27:43.467 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:27:43 vm06 bash[23229]: cluster 2026-03-31T20:27:42.117028+0000 mgr.a (mgr.14433) 82 : cluster [DBG] pgmap v50: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:27:43.586 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:27:43 vm01 bash[20507]: cluster 2026-03-31T20:27:42.117028+0000 mgr.a (mgr.14433) 82 : cluster [DBG] pgmap v50: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:27:43.586 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:27:43 vm01 bash[20507]: cluster 2026-03-31T20:27:42.117028+0000 mgr.a (mgr.14433) 82 : cluster [DBG] pgmap v50: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:27:43.638 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:27:43 vm05 bash[22868]: cluster 2026-03-31T20:27:42.117028+0000 mgr.a (mgr.14433) 82 : cluster [DBG] pgmap v50: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:27:43.638 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:27:43 vm05 bash[22868]: cluster 2026-03-31T20:27:42.117028+0000 mgr.a (mgr.14433) 82 : cluster [DBG] pgmap v50: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:27:45.467 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:27:45 vm06 bash[23229]: cluster 2026-03-31T20:27:44.117216+0000 mgr.a (mgr.14433) 83 : cluster [DBG] pgmap v51: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:27:45.467 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:27:45 vm06 bash[23229]: cluster 2026-03-31T20:27:44.117216+0000 mgr.a (mgr.14433) 83 : cluster [DBG] pgmap v51: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:27:45.586 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:27:45 vm01 bash[20507]: cluster 2026-03-31T20:27:44.117216+0000 mgr.a (mgr.14433) 83 : cluster [DBG] pgmap v51: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:27:45.586 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:27:45 vm01 bash[20507]: cluster 2026-03-31T20:27:44.117216+0000 mgr.a (mgr.14433) 83 : cluster [DBG] pgmap v51: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:27:45.638 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:27:45 vm05 bash[22868]: cluster 2026-03-31T20:27:44.117216+0000 mgr.a (mgr.14433) 83 : cluster [DBG] pgmap v51: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:27:45.638 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:27:45 vm05 bash[22868]: cluster 2026-03-31T20:27:44.117216+0000 mgr.a (mgr.14433) 83 : cluster [DBG] pgmap v51: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:27:47.467 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:27:47 vm06 bash[23229]: cluster 2026-03-31T20:27:46.117381+0000 mgr.a (mgr.14433) 84 : cluster [DBG] pgmap v52: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:27:47.467 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:27:47 vm06 bash[23229]: cluster 2026-03-31T20:27:46.117381+0000 mgr.a (mgr.14433) 84 : cluster [DBG] pgmap v52: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:27:47.586 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:27:47 vm01 bash[20507]: cluster 2026-03-31T20:27:46.117381+0000 mgr.a (mgr.14433) 84 : cluster [DBG] pgmap v52: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:27:47.586 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:27:47 vm01 bash[20507]: cluster 2026-03-31T20:27:46.117381+0000 mgr.a (mgr.14433) 84 : cluster [DBG] pgmap v52: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:27:47.638 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:27:47 vm05 bash[22868]: cluster 2026-03-31T20:27:46.117381+0000 mgr.a (mgr.14433) 84 : cluster [DBG] pgmap v52: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:27:47.638 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:27:47 vm05 bash[22868]: cluster 2026-03-31T20:27:46.117381+0000 mgr.a (mgr.14433) 84 : cluster [DBG] pgmap v52: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:27:48.086 INFO:journalctl@ceph.mgr.a.vm01.stdout:Mar 31 20:27:47 vm01 bash[20789]: ::ffff:192.168.123.105 - - [31/Mar/2026:20:27:47] "GET /metrics HTTP/1.1" 200 24026 "" "Prometheus/3.6.0" 2026-03-31T20:27:49.467 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:27:49 vm06 bash[23229]: cluster 2026-03-31T20:27:48.117558+0000 mgr.a (mgr.14433) 85 : cluster [DBG] pgmap v53: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:27:49.467 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:27:49 vm06 bash[23229]: cluster 2026-03-31T20:27:48.117558+0000 mgr.a (mgr.14433) 85 : cluster [DBG] pgmap v53: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:27:49.586 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:27:49 vm01 bash[20507]: cluster 2026-03-31T20:27:48.117558+0000 mgr.a (mgr.14433) 85 : cluster [DBG] pgmap v53: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:27:49.586 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:27:49 vm01 bash[20507]: cluster 2026-03-31T20:27:48.117558+0000 mgr.a (mgr.14433) 85 : cluster [DBG] pgmap v53: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:27:49.638 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:27:49 vm05 bash[22868]: cluster 2026-03-31T20:27:48.117558+0000 mgr.a (mgr.14433) 85 : cluster [DBG] pgmap v53: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:27:49.638 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:27:49 vm05 bash[22868]: cluster 2026-03-31T20:27:48.117558+0000 mgr.a (mgr.14433) 85 : cluster [DBG] pgmap v53: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:27:51.467 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:27:51 vm06 bash[23229]: cluster 2026-03-31T20:27:50.117751+0000 mgr.a (mgr.14433) 86 : cluster [DBG] pgmap v54: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:27:51.467 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:27:51 vm06 bash[23229]: cluster 2026-03-31T20:27:50.117751+0000 mgr.a (mgr.14433) 86 : cluster [DBG] pgmap v54: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:27:51.586 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:27:51 vm01 bash[20507]: cluster 2026-03-31T20:27:50.117751+0000 mgr.a (mgr.14433) 86 : cluster [DBG] pgmap v54: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:27:51.586 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:27:51 vm01 bash[20507]: cluster 2026-03-31T20:27:50.117751+0000 mgr.a (mgr.14433) 86 : cluster [DBG] pgmap v54: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:27:51.638 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:27:51 vm05 bash[22868]: cluster 2026-03-31T20:27:50.117751+0000 mgr.a (mgr.14433) 86 : cluster [DBG] pgmap v54: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:27:51.638 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:27:51 vm05 bash[22868]: cluster 2026-03-31T20:27:50.117751+0000 mgr.a (mgr.14433) 86 : cluster [DBG] pgmap v54: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:27:52.467 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:27:52 vm06 bash[23229]: cluster 2026-03-31T20:27:52.117908+0000 mgr.a (mgr.14433) 87 : cluster [DBG] pgmap v55: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:27:52.467 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:27:52 vm06 bash[23229]: cluster 2026-03-31T20:27:52.117908+0000 mgr.a (mgr.14433) 87 : cluster [DBG] pgmap v55: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:27:52.586 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:27:52 vm01 bash[20507]: cluster 2026-03-31T20:27:52.117908+0000 mgr.a (mgr.14433) 87 : cluster [DBG] pgmap v55: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:27:52.586 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:27:52 vm01 bash[20507]: cluster 2026-03-31T20:27:52.117908+0000 mgr.a (mgr.14433) 87 : cluster [DBG] pgmap v55: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:27:52.638 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:27:52 vm05 bash[22868]: cluster 2026-03-31T20:27:52.117908+0000 mgr.a (mgr.14433) 87 : cluster [DBG] pgmap v55: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:27:52.638 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:27:52 vm05 bash[22868]: cluster 2026-03-31T20:27:52.117908+0000 mgr.a (mgr.14433) 87 : cluster [DBG] pgmap v55: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:27:53.717 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:27:53 vm06 bash[23229]: audit 2026-03-31T20:27:53.343487+0000 mon.a (mon.0) 633 : audit [DBG] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-03-31T20:27:53.717 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:27:53 vm06 bash[23229]: audit 2026-03-31T20:27:53.343487+0000 mon.a (mon.0) 633 : audit [DBG] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-03-31T20:27:53.836 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:27:53 vm01 bash[20507]: audit 2026-03-31T20:27:53.343487+0000 mon.a (mon.0) 633 : audit [DBG] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-03-31T20:27:53.836 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:27:53 vm01 bash[20507]: audit 2026-03-31T20:27:53.343487+0000 mon.a (mon.0) 633 : audit [DBG] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-03-31T20:27:53.888 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:27:53 vm05 bash[22868]: audit 2026-03-31T20:27:53.343487+0000 mon.a (mon.0) 633 : audit [DBG] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-03-31T20:27:53.888 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:27:53 vm05 bash[22868]: audit 2026-03-31T20:27:53.343487+0000 mon.a (mon.0) 633 : audit [DBG] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-03-31T20:27:54.717 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:27:54 vm06 bash[23229]: cluster 2026-03-31T20:27:54.118279+0000 mgr.a (mgr.14433) 88 : cluster [DBG] pgmap v56: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:27:54.717 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:27:54 vm06 bash[23229]: cluster 2026-03-31T20:27:54.118279+0000 mgr.a (mgr.14433) 88 : cluster [DBG] pgmap v56: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:27:54.836 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:27:54 vm01 bash[20507]: cluster 2026-03-31T20:27:54.118279+0000 mgr.a (mgr.14433) 88 : cluster [DBG] pgmap v56: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:27:54.836 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:27:54 vm01 bash[20507]: cluster 2026-03-31T20:27:54.118279+0000 mgr.a (mgr.14433) 88 : cluster [DBG] pgmap v56: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:27:54.888 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:27:54 vm05 bash[22868]: cluster 2026-03-31T20:27:54.118279+0000 mgr.a (mgr.14433) 88 : cluster [DBG] pgmap v56: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:27:54.888 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:27:54 vm05 bash[22868]: cluster 2026-03-31T20:27:54.118279+0000 mgr.a (mgr.14433) 88 : cluster [DBG] pgmap v56: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:27:57.467 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:27:57 vm06 bash[23229]: cluster 2026-03-31T20:27:56.118479+0000 mgr.a (mgr.14433) 89 : cluster [DBG] pgmap v57: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:27:57.467 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:27:57 vm06 bash[23229]: cluster 2026-03-31T20:27:56.118479+0000 mgr.a (mgr.14433) 89 : cluster [DBG] pgmap v57: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:27:57.586 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:27:57 vm01 bash[20507]: cluster 2026-03-31T20:27:56.118479+0000 mgr.a (mgr.14433) 89 : cluster [DBG] pgmap v57: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:27:57.586 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:27:57 vm01 bash[20507]: cluster 2026-03-31T20:27:56.118479+0000 mgr.a (mgr.14433) 89 : cluster [DBG] pgmap v57: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:27:57.637 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:27:57 vm05 bash[22868]: cluster 2026-03-31T20:27:56.118479+0000 mgr.a (mgr.14433) 89 : cluster [DBG] pgmap v57: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:27:57.638 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:27:57 vm05 bash[22868]: cluster 2026-03-31T20:27:56.118479+0000 mgr.a (mgr.14433) 89 : cluster [DBG] pgmap v57: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:27:58.086 INFO:journalctl@ceph.mgr.a.vm01.stdout:Mar 31 20:27:57 vm01 bash[20789]: ::ffff:192.168.123.105 - - [31/Mar/2026:20:27:57] "GET /metrics HTTP/1.1" 200 24025 "" "Prometheus/3.6.0" 2026-03-31T20:27:59.467 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:27:59 vm06 bash[23229]: cluster 2026-03-31T20:27:58.118651+0000 mgr.a (mgr.14433) 90 : cluster [DBG] pgmap v58: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:27:59.467 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:27:59 vm06 bash[23229]: cluster 2026-03-31T20:27:58.118651+0000 mgr.a (mgr.14433) 90 : cluster [DBG] pgmap v58: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:27:59.586 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:27:59 vm01 bash[20507]: cluster 2026-03-31T20:27:58.118651+0000 mgr.a (mgr.14433) 90 : cluster [DBG] pgmap v58: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:27:59.586 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:27:59 vm01 bash[20507]: cluster 2026-03-31T20:27:58.118651+0000 mgr.a (mgr.14433) 90 : cluster [DBG] pgmap v58: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:27:59.637 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:27:59 vm05 bash[22868]: cluster 2026-03-31T20:27:58.118651+0000 mgr.a (mgr.14433) 90 : cluster [DBG] pgmap v58: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:27:59.637 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:27:59 vm05 bash[22868]: cluster 2026-03-31T20:27:58.118651+0000 mgr.a (mgr.14433) 90 : cluster [DBG] pgmap v58: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:28:01.466 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:28:01 vm06 bash[23229]: cluster 2026-03-31T20:28:00.118887+0000 mgr.a (mgr.14433) 91 : cluster [DBG] pgmap v59: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:28:01.467 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:28:01 vm06 bash[23229]: cluster 2026-03-31T20:28:00.118887+0000 mgr.a (mgr.14433) 91 : cluster [DBG] pgmap v59: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:28:01.586 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:28:01 vm01 bash[20507]: cluster 2026-03-31T20:28:00.118887+0000 mgr.a (mgr.14433) 91 : cluster [DBG] pgmap v59: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:28:01.586 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:28:01 vm01 bash[20507]: cluster 2026-03-31T20:28:00.118887+0000 mgr.a (mgr.14433) 91 : cluster [DBG] pgmap v59: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:28:01.637 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:28:01 vm05 bash[22868]: cluster 2026-03-31T20:28:00.118887+0000 mgr.a (mgr.14433) 91 : cluster [DBG] pgmap v59: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:28:01.638 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:28:01 vm05 bash[22868]: cluster 2026-03-31T20:28:00.118887+0000 mgr.a (mgr.14433) 91 : cluster [DBG] pgmap v59: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:28:03.336 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:28:03 vm01 bash[20507]: cluster 2026-03-31T20:28:02.119152+0000 mgr.a (mgr.14433) 92 : cluster [DBG] pgmap v60: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:28:03.336 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:28:03 vm01 bash[20507]: cluster 2026-03-31T20:28:02.119152+0000 mgr.a (mgr.14433) 92 : cluster [DBG] pgmap v60: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:28:03.466 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:28:03 vm06 bash[23229]: cluster 2026-03-31T20:28:02.119152+0000 mgr.a (mgr.14433) 92 : cluster [DBG] pgmap v60: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:28:03.466 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:28:03 vm06 bash[23229]: cluster 2026-03-31T20:28:02.119152+0000 mgr.a (mgr.14433) 92 : cluster [DBG] pgmap v60: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:28:03.637 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:28:03 vm05 bash[22868]: cluster 2026-03-31T20:28:02.119152+0000 mgr.a (mgr.14433) 92 : cluster [DBG] pgmap v60: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:28:03.638 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:28:03 vm05 bash[22868]: cluster 2026-03-31T20:28:02.119152+0000 mgr.a (mgr.14433) 92 : cluster [DBG] pgmap v60: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:28:05.467 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:28:05 vm06 bash[23229]: cluster 2026-03-31T20:28:04.119365+0000 mgr.a (mgr.14433) 93 : cluster [DBG] pgmap v61: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:28:05.467 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:28:05 vm06 bash[23229]: cluster 2026-03-31T20:28:04.119365+0000 mgr.a (mgr.14433) 93 : cluster [DBG] pgmap v61: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:28:05.586 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:28:05 vm01 bash[20507]: cluster 2026-03-31T20:28:04.119365+0000 mgr.a (mgr.14433) 93 : cluster [DBG] pgmap v61: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:28:05.586 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:28:05 vm01 bash[20507]: cluster 2026-03-31T20:28:04.119365+0000 mgr.a (mgr.14433) 93 : cluster [DBG] pgmap v61: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:28:05.637 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:28:05 vm05 bash[22868]: cluster 2026-03-31T20:28:04.119365+0000 mgr.a (mgr.14433) 93 : cluster [DBG] pgmap v61: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:28:05.637 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:28:05 vm05 bash[22868]: cluster 2026-03-31T20:28:04.119365+0000 mgr.a (mgr.14433) 93 : cluster [DBG] pgmap v61: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:28:07.466 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:28:07 vm06 bash[23229]: cluster 2026-03-31T20:28:06.119598+0000 mgr.a (mgr.14433) 94 : cluster [DBG] pgmap v62: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:28:07.466 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:28:07 vm06 bash[23229]: cluster 2026-03-31T20:28:06.119598+0000 mgr.a (mgr.14433) 94 : cluster [DBG] pgmap v62: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:28:07.586 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:28:07 vm01 bash[20507]: cluster 2026-03-31T20:28:06.119598+0000 mgr.a (mgr.14433) 94 : cluster [DBG] pgmap v62: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:28:07.586 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:28:07 vm01 bash[20507]: cluster 2026-03-31T20:28:06.119598+0000 mgr.a (mgr.14433) 94 : cluster [DBG] pgmap v62: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:28:07.637 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:28:07 vm05 bash[22868]: cluster 2026-03-31T20:28:06.119598+0000 mgr.a (mgr.14433) 94 : cluster [DBG] pgmap v62: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:28:07.637 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:28:07 vm05 bash[22868]: cluster 2026-03-31T20:28:06.119598+0000 mgr.a (mgr.14433) 94 : cluster [DBG] pgmap v62: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:28:08.086 INFO:journalctl@ceph.mgr.a.vm01.stdout:Mar 31 20:28:07 vm01 bash[20789]: ::ffff:192.168.123.105 - - [31/Mar/2026:20:28:07] "GET /metrics HTTP/1.1" 200 24025 "" "Prometheus/3.6.0" 2026-03-31T20:28:09.466 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:28:09 vm06 bash[23229]: cluster 2026-03-31T20:28:08.119772+0000 mgr.a (mgr.14433) 95 : cluster [DBG] pgmap v63: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:28:09.466 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:28:09 vm06 bash[23229]: cluster 2026-03-31T20:28:08.119772+0000 mgr.a (mgr.14433) 95 : cluster [DBG] pgmap v63: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:28:09.466 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:28:09 vm06 bash[23229]: audit 2026-03-31T20:28:08.343705+0000 mon.a (mon.0) 634 : audit [DBG] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-03-31T20:28:09.466 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:28:09 vm06 bash[23229]: audit 2026-03-31T20:28:08.343705+0000 mon.a (mon.0) 634 : audit [DBG] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-03-31T20:28:09.586 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:28:09 vm01 bash[20507]: cluster 2026-03-31T20:28:08.119772+0000 mgr.a (mgr.14433) 95 : cluster [DBG] pgmap v63: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:28:09.586 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:28:09 vm01 bash[20507]: cluster 2026-03-31T20:28:08.119772+0000 mgr.a (mgr.14433) 95 : cluster [DBG] pgmap v63: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:28:09.586 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:28:09 vm01 bash[20507]: audit 2026-03-31T20:28:08.343705+0000 mon.a (mon.0) 634 : audit [DBG] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-03-31T20:28:09.586 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:28:09 vm01 bash[20507]: audit 2026-03-31T20:28:08.343705+0000 mon.a (mon.0) 634 : audit [DBG] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-03-31T20:28:09.637 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:28:09 vm05 bash[22868]: cluster 2026-03-31T20:28:08.119772+0000 mgr.a (mgr.14433) 95 : cluster [DBG] pgmap v63: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:28:09.637 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:28:09 vm05 bash[22868]: cluster 2026-03-31T20:28:08.119772+0000 mgr.a (mgr.14433) 95 : cluster [DBG] pgmap v63: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:28:09.637 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:28:09 vm05 bash[22868]: audit 2026-03-31T20:28:08.343705+0000 mon.a (mon.0) 634 : audit [DBG] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-03-31T20:28:09.637 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:28:09 vm05 bash[22868]: audit 2026-03-31T20:28:08.343705+0000 mon.a (mon.0) 634 : audit [DBG] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-03-31T20:28:10.586 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:28:10 vm01 bash[20507]: cluster 2026-03-31T20:28:10.119978+0000 mgr.a (mgr.14433) 96 : cluster [DBG] pgmap v64: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:28:10.586 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:28:10 vm01 bash[20507]: cluster 2026-03-31T20:28:10.119978+0000 mgr.a (mgr.14433) 96 : cluster [DBG] pgmap v64: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:28:10.637 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:28:10 vm05 bash[22868]: cluster 2026-03-31T20:28:10.119978+0000 mgr.a (mgr.14433) 96 : cluster [DBG] pgmap v64: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:28:10.637 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:28:10 vm05 bash[22868]: cluster 2026-03-31T20:28:10.119978+0000 mgr.a (mgr.14433) 96 : cluster [DBG] pgmap v64: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:28:10.716 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:28:10 vm06 bash[23229]: cluster 2026-03-31T20:28:10.119978+0000 mgr.a (mgr.14433) 96 : cluster [DBG] pgmap v64: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:28:10.716 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:28:10 vm06 bash[23229]: cluster 2026-03-31T20:28:10.119978+0000 mgr.a (mgr.14433) 96 : cluster [DBG] pgmap v64: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:28:13.466 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:28:13 vm06 bash[23229]: cluster 2026-03-31T20:28:12.120170+0000 mgr.a (mgr.14433) 97 : cluster [DBG] pgmap v65: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:28:13.466 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:28:13 vm06 bash[23229]: cluster 2026-03-31T20:28:12.120170+0000 mgr.a (mgr.14433) 97 : cluster [DBG] pgmap v65: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:28:13.586 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:28:13 vm01 bash[20507]: cluster 2026-03-31T20:28:12.120170+0000 mgr.a (mgr.14433) 97 : cluster [DBG] pgmap v65: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:28:13.586 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:28:13 vm01 bash[20507]: cluster 2026-03-31T20:28:12.120170+0000 mgr.a (mgr.14433) 97 : cluster [DBG] pgmap v65: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:28:13.637 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:28:13 vm05 bash[22868]: cluster 2026-03-31T20:28:12.120170+0000 mgr.a (mgr.14433) 97 : cluster [DBG] pgmap v65: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:28:13.637 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:28:13 vm05 bash[22868]: cluster 2026-03-31T20:28:12.120170+0000 mgr.a (mgr.14433) 97 : cluster [DBG] pgmap v65: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:28:15.466 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:28:15 vm06 bash[23229]: cluster 2026-03-31T20:28:14.120366+0000 mgr.a (mgr.14433) 98 : cluster [DBG] pgmap v66: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:28:15.466 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:28:15 vm06 bash[23229]: cluster 2026-03-31T20:28:14.120366+0000 mgr.a (mgr.14433) 98 : cluster [DBG] pgmap v66: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:28:15.586 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:28:15 vm01 bash[20507]: cluster 2026-03-31T20:28:14.120366+0000 mgr.a (mgr.14433) 98 : cluster [DBG] pgmap v66: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:28:15.586 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:28:15 vm01 bash[20507]: cluster 2026-03-31T20:28:14.120366+0000 mgr.a (mgr.14433) 98 : cluster [DBG] pgmap v66: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:28:15.637 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:28:15 vm05 bash[22868]: cluster 2026-03-31T20:28:14.120366+0000 mgr.a (mgr.14433) 98 : cluster [DBG] pgmap v66: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:28:15.637 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:28:15 vm05 bash[22868]: cluster 2026-03-31T20:28:14.120366+0000 mgr.a (mgr.14433) 98 : cluster [DBG] pgmap v66: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:28:17.466 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:28:17 vm06 bash[23229]: cluster 2026-03-31T20:28:16.120601+0000 mgr.a (mgr.14433) 99 : cluster [DBG] pgmap v67: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:28:17.466 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:28:17 vm06 bash[23229]: cluster 2026-03-31T20:28:16.120601+0000 mgr.a (mgr.14433) 99 : cluster [DBG] pgmap v67: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:28:17.586 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:28:17 vm01 bash[20507]: cluster 2026-03-31T20:28:16.120601+0000 mgr.a (mgr.14433) 99 : cluster [DBG] pgmap v67: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:28:17.586 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:28:17 vm01 bash[20507]: cluster 2026-03-31T20:28:16.120601+0000 mgr.a (mgr.14433) 99 : cluster [DBG] pgmap v67: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:28:17.637 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:28:17 vm05 bash[22868]: cluster 2026-03-31T20:28:16.120601+0000 mgr.a (mgr.14433) 99 : cluster [DBG] pgmap v67: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:28:17.637 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:28:17 vm05 bash[22868]: cluster 2026-03-31T20:28:16.120601+0000 mgr.a (mgr.14433) 99 : cluster [DBG] pgmap v67: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:28:18.086 INFO:journalctl@ceph.mgr.a.vm01.stdout:Mar 31 20:28:17 vm01 bash[20789]: ::ffff:192.168.123.105 - - [31/Mar/2026:20:28:17] "GET /metrics HTTP/1.1" 200 24026 "" "Prometheus/3.6.0" 2026-03-31T20:28:19.466 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:28:19 vm06 bash[23229]: cluster 2026-03-31T20:28:18.120821+0000 mgr.a (mgr.14433) 100 : cluster [DBG] pgmap v68: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:28:19.466 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:28:19 vm06 bash[23229]: cluster 2026-03-31T20:28:18.120821+0000 mgr.a (mgr.14433) 100 : cluster [DBG] pgmap v68: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:28:19.586 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:28:19 vm01 bash[20507]: cluster 2026-03-31T20:28:18.120821+0000 mgr.a (mgr.14433) 100 : cluster [DBG] pgmap v68: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:28:19.586 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:28:19 vm01 bash[20507]: cluster 2026-03-31T20:28:18.120821+0000 mgr.a (mgr.14433) 100 : cluster [DBG] pgmap v68: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:28:19.637 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:28:19 vm05 bash[22868]: cluster 2026-03-31T20:28:18.120821+0000 mgr.a (mgr.14433) 100 : cluster [DBG] pgmap v68: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:28:19.637 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:28:19 vm05 bash[22868]: cluster 2026-03-31T20:28:18.120821+0000 mgr.a (mgr.14433) 100 : cluster [DBG] pgmap v68: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:28:21.466 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:28:21 vm06 bash[23229]: cluster 2026-03-31T20:28:20.121053+0000 mgr.a (mgr.14433) 101 : cluster [DBG] pgmap v69: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:28:21.466 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:28:21 vm06 bash[23229]: cluster 2026-03-31T20:28:20.121053+0000 mgr.a (mgr.14433) 101 : cluster [DBG] pgmap v69: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:28:21.586 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:28:21 vm01 bash[20507]: cluster 2026-03-31T20:28:20.121053+0000 mgr.a (mgr.14433) 101 : cluster [DBG] pgmap v69: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:28:21.586 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:28:21 vm01 bash[20507]: cluster 2026-03-31T20:28:20.121053+0000 mgr.a (mgr.14433) 101 : cluster [DBG] pgmap v69: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:28:21.637 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:28:21 vm05 bash[22868]: cluster 2026-03-31T20:28:20.121053+0000 mgr.a (mgr.14433) 101 : cluster [DBG] pgmap v69: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:28:21.637 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:28:21 vm05 bash[22868]: cluster 2026-03-31T20:28:20.121053+0000 mgr.a (mgr.14433) 101 : cluster [DBG] pgmap v69: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:28:22.466 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:28:22 vm06 bash[23229]: audit 2026-03-31T20:28:21.991309+0000 mon.a (mon.0) 635 : audit [DBG] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-03-31T20:28:22.467 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:28:22 vm06 bash[23229]: audit 2026-03-31T20:28:21.991309+0000 mon.a (mon.0) 635 : audit [DBG] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-03-31T20:28:22.586 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:28:22 vm01 bash[20507]: audit 2026-03-31T20:28:21.991309+0000 mon.a (mon.0) 635 : audit [DBG] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-03-31T20:28:22.586 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:28:22 vm01 bash[20507]: audit 2026-03-31T20:28:21.991309+0000 mon.a (mon.0) 635 : audit [DBG] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-03-31T20:28:22.637 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:28:22 vm05 bash[22868]: audit 2026-03-31T20:28:21.991309+0000 mon.a (mon.0) 635 : audit [DBG] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-03-31T20:28:22.637 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:28:22 vm05 bash[22868]: audit 2026-03-31T20:28:21.991309+0000 mon.a (mon.0) 635 : audit [DBG] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-03-31T20:28:23.466 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:28:23 vm06 bash[23229]: cluster 2026-03-31T20:28:22.121249+0000 mgr.a (mgr.14433) 102 : cluster [DBG] pgmap v70: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:28:23.466 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:28:23 vm06 bash[23229]: cluster 2026-03-31T20:28:22.121249+0000 mgr.a (mgr.14433) 102 : cluster [DBG] pgmap v70: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:28:23.466 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:28:23 vm06 bash[23229]: audit 2026-03-31T20:28:22.322695+0000 mon.a (mon.0) 636 : audit [DBG] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-03-31T20:28:23.467 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:28:23 vm06 bash[23229]: audit 2026-03-31T20:28:22.322695+0000 mon.a (mon.0) 636 : audit [DBG] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-03-31T20:28:23.467 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:28:23 vm06 bash[23229]: audit 2026-03-31T20:28:22.323233+0000 mon.a (mon.0) 637 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-03-31T20:28:23.467 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:28:23 vm06 bash[23229]: audit 2026-03-31T20:28:22.323233+0000 mon.a (mon.0) 637 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-03-31T20:28:23.467 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:28:23 vm06 bash[23229]: audit 2026-03-31T20:28:22.328062+0000 mon.a (mon.0) 638 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:28:23.467 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:28:23 vm06 bash[23229]: audit 2026-03-31T20:28:22.328062+0000 mon.a (mon.0) 638 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:28:23.467 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:28:23 vm06 bash[23229]: audit 2026-03-31T20:28:22.329285+0000 mon.a (mon.0) 639 : audit [DBG] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-03-31T20:28:23.467 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:28:23 vm06 bash[23229]: audit 2026-03-31T20:28:22.329285+0000 mon.a (mon.0) 639 : audit [DBG] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-03-31T20:28:23.586 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:28:23 vm01 bash[20507]: cluster 2026-03-31T20:28:22.121249+0000 mgr.a (mgr.14433) 102 : cluster [DBG] pgmap v70: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:28:23.586 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:28:23 vm01 bash[20507]: cluster 2026-03-31T20:28:22.121249+0000 mgr.a (mgr.14433) 102 : cluster [DBG] pgmap v70: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:28:23.586 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:28:23 vm01 bash[20507]: audit 2026-03-31T20:28:22.322695+0000 mon.a (mon.0) 636 : audit [DBG] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-03-31T20:28:23.586 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:28:23 vm01 bash[20507]: audit 2026-03-31T20:28:22.322695+0000 mon.a (mon.0) 636 : audit [DBG] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-03-31T20:28:23.586 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:28:23 vm01 bash[20507]: audit 2026-03-31T20:28:22.323233+0000 mon.a (mon.0) 637 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-03-31T20:28:23.586 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:28:23 vm01 bash[20507]: audit 2026-03-31T20:28:22.323233+0000 mon.a (mon.0) 637 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-03-31T20:28:23.586 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:28:23 vm01 bash[20507]: audit 2026-03-31T20:28:22.328062+0000 mon.a (mon.0) 638 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:28:23.586 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:28:23 vm01 bash[20507]: audit 2026-03-31T20:28:22.328062+0000 mon.a (mon.0) 638 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:28:23.586 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:28:23 vm01 bash[20507]: audit 2026-03-31T20:28:22.329285+0000 mon.a (mon.0) 639 : audit [DBG] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-03-31T20:28:23.586 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:28:23 vm01 bash[20507]: audit 2026-03-31T20:28:22.329285+0000 mon.a (mon.0) 639 : audit [DBG] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-03-31T20:28:23.637 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:28:23 vm05 bash[22868]: cluster 2026-03-31T20:28:22.121249+0000 mgr.a (mgr.14433) 102 : cluster [DBG] pgmap v70: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:28:23.637 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:28:23 vm05 bash[22868]: cluster 2026-03-31T20:28:22.121249+0000 mgr.a (mgr.14433) 102 : cluster [DBG] pgmap v70: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:28:23.637 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:28:23 vm05 bash[22868]: audit 2026-03-31T20:28:22.322695+0000 mon.a (mon.0) 636 : audit [DBG] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-03-31T20:28:23.637 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:28:23 vm05 bash[22868]: audit 2026-03-31T20:28:22.322695+0000 mon.a (mon.0) 636 : audit [DBG] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-03-31T20:28:23.637 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:28:23 vm05 bash[22868]: audit 2026-03-31T20:28:22.323233+0000 mon.a (mon.0) 637 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-03-31T20:28:23.637 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:28:23 vm05 bash[22868]: audit 2026-03-31T20:28:22.323233+0000 mon.a (mon.0) 637 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-03-31T20:28:23.638 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:28:23 vm05 bash[22868]: audit 2026-03-31T20:28:22.328062+0000 mon.a (mon.0) 638 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:28:23.638 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:28:23 vm05 bash[22868]: audit 2026-03-31T20:28:22.328062+0000 mon.a (mon.0) 638 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:28:23.638 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:28:23 vm05 bash[22868]: audit 2026-03-31T20:28:22.329285+0000 mon.a (mon.0) 639 : audit [DBG] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-03-31T20:28:23.638 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:28:23 vm05 bash[22868]: audit 2026-03-31T20:28:22.329285+0000 mon.a (mon.0) 639 : audit [DBG] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-03-31T20:28:24.466 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:28:24 vm06 bash[23229]: audit 2026-03-31T20:28:23.343829+0000 mon.a (mon.0) 640 : audit [DBG] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-03-31T20:28:24.466 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:28:24 vm06 bash[23229]: audit 2026-03-31T20:28:23.343829+0000 mon.a (mon.0) 640 : audit [DBG] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-03-31T20:28:24.586 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:28:24 vm01 bash[20507]: audit 2026-03-31T20:28:23.343829+0000 mon.a (mon.0) 640 : audit [DBG] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-03-31T20:28:24.586 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:28:24 vm01 bash[20507]: audit 2026-03-31T20:28:23.343829+0000 mon.a (mon.0) 640 : audit [DBG] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-03-31T20:28:24.637 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:28:24 vm05 bash[22868]: audit 2026-03-31T20:28:23.343829+0000 mon.a (mon.0) 640 : audit [DBG] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-03-31T20:28:24.637 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:28:24 vm05 bash[22868]: audit 2026-03-31T20:28:23.343829+0000 mon.a (mon.0) 640 : audit [DBG] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-03-31T20:28:25.466 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:28:25 vm06 bash[23229]: cluster 2026-03-31T20:28:24.121441+0000 mgr.a (mgr.14433) 103 : cluster [DBG] pgmap v71: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:28:25.466 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:28:25 vm06 bash[23229]: cluster 2026-03-31T20:28:24.121441+0000 mgr.a (mgr.14433) 103 : cluster [DBG] pgmap v71: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:28:25.586 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:28:25 vm01 bash[20507]: cluster 2026-03-31T20:28:24.121441+0000 mgr.a (mgr.14433) 103 : cluster [DBG] pgmap v71: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:28:25.586 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:28:25 vm01 bash[20507]: cluster 2026-03-31T20:28:24.121441+0000 mgr.a (mgr.14433) 103 : cluster [DBG] pgmap v71: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:28:25.637 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:28:25 vm05 bash[22868]: cluster 2026-03-31T20:28:24.121441+0000 mgr.a (mgr.14433) 103 : cluster [DBG] pgmap v71: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:28:25.637 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:28:25 vm05 bash[22868]: cluster 2026-03-31T20:28:24.121441+0000 mgr.a (mgr.14433) 103 : cluster [DBG] pgmap v71: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:28:26.586 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:28:26 vm01 bash[20507]: cluster 2026-03-31T20:28:26.121666+0000 mgr.a (mgr.14433) 104 : cluster [DBG] pgmap v72: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:28:26.586 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:28:26 vm01 bash[20507]: cluster 2026-03-31T20:28:26.121666+0000 mgr.a (mgr.14433) 104 : cluster [DBG] pgmap v72: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:28:26.637 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:28:26 vm05 bash[22868]: cluster 2026-03-31T20:28:26.121666+0000 mgr.a (mgr.14433) 104 : cluster [DBG] pgmap v72: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:28:26.637 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:28:26 vm05 bash[22868]: cluster 2026-03-31T20:28:26.121666+0000 mgr.a (mgr.14433) 104 : cluster [DBG] pgmap v72: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:28:26.716 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:28:26 vm06 bash[23229]: cluster 2026-03-31T20:28:26.121666+0000 mgr.a (mgr.14433) 104 : cluster [DBG] pgmap v72: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:28:26.716 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:28:26 vm06 bash[23229]: cluster 2026-03-31T20:28:26.121666+0000 mgr.a (mgr.14433) 104 : cluster [DBG] pgmap v72: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:28:28.086 INFO:journalctl@ceph.mgr.a.vm01.stdout:Mar 31 20:28:27 vm01 bash[20789]: ::ffff:192.168.123.105 - - [31/Mar/2026:20:28:27] "GET /metrics HTTP/1.1" 200 24041 "" "Prometheus/3.6.0" 2026-03-31T20:28:29.466 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:28:29 vm06 bash[23229]: cluster 2026-03-31T20:28:28.121878+0000 mgr.a (mgr.14433) 105 : cluster [DBG] pgmap v73: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:28:29.466 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:28:29 vm06 bash[23229]: cluster 2026-03-31T20:28:28.121878+0000 mgr.a (mgr.14433) 105 : cluster [DBG] pgmap v73: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:28:29.586 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:28:29 vm01 bash[20507]: cluster 2026-03-31T20:28:28.121878+0000 mgr.a (mgr.14433) 105 : cluster [DBG] pgmap v73: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:28:29.586 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:28:29 vm01 bash[20507]: cluster 2026-03-31T20:28:28.121878+0000 mgr.a (mgr.14433) 105 : cluster [DBG] pgmap v73: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:28:29.637 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:28:29 vm05 bash[22868]: cluster 2026-03-31T20:28:28.121878+0000 mgr.a (mgr.14433) 105 : cluster [DBG] pgmap v73: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:28:29.637 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:28:29 vm05 bash[22868]: cluster 2026-03-31T20:28:28.121878+0000 mgr.a (mgr.14433) 105 : cluster [DBG] pgmap v73: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:28:31.466 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:28:31 vm06 bash[23229]: cluster 2026-03-31T20:28:30.122078+0000 mgr.a (mgr.14433) 106 : cluster [DBG] pgmap v74: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:28:31.466 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:28:31 vm06 bash[23229]: cluster 2026-03-31T20:28:30.122078+0000 mgr.a (mgr.14433) 106 : cluster [DBG] pgmap v74: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:28:31.586 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:28:31 vm01 bash[20507]: cluster 2026-03-31T20:28:30.122078+0000 mgr.a (mgr.14433) 106 : cluster [DBG] pgmap v74: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:28:31.586 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:28:31 vm01 bash[20507]: cluster 2026-03-31T20:28:30.122078+0000 mgr.a (mgr.14433) 106 : cluster [DBG] pgmap v74: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:28:31.637 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:28:31 vm05 bash[22868]: cluster 2026-03-31T20:28:30.122078+0000 mgr.a (mgr.14433) 106 : cluster [DBG] pgmap v74: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:28:31.637 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:28:31 vm05 bash[22868]: cluster 2026-03-31T20:28:30.122078+0000 mgr.a (mgr.14433) 106 : cluster [DBG] pgmap v74: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:28:33.466 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:28:33 vm06 bash[23229]: cluster 2026-03-31T20:28:32.122291+0000 mgr.a (mgr.14433) 107 : cluster [DBG] pgmap v75: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:28:33.466 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:28:33 vm06 bash[23229]: cluster 2026-03-31T20:28:32.122291+0000 mgr.a (mgr.14433) 107 : cluster [DBG] pgmap v75: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:28:33.586 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:28:33 vm01 bash[20507]: cluster 2026-03-31T20:28:32.122291+0000 mgr.a (mgr.14433) 107 : cluster [DBG] pgmap v75: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:28:33.586 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:28:33 vm01 bash[20507]: cluster 2026-03-31T20:28:32.122291+0000 mgr.a (mgr.14433) 107 : cluster [DBG] pgmap v75: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:28:33.637 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:28:33 vm05 bash[22868]: cluster 2026-03-31T20:28:32.122291+0000 mgr.a (mgr.14433) 107 : cluster [DBG] pgmap v75: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:28:33.637 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:28:33 vm05 bash[22868]: cluster 2026-03-31T20:28:32.122291+0000 mgr.a (mgr.14433) 107 : cluster [DBG] pgmap v75: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:28:35.466 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:28:35 vm06 bash[23229]: cluster 2026-03-31T20:28:34.122467+0000 mgr.a (mgr.14433) 108 : cluster [DBG] pgmap v76: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:28:35.466 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:28:35 vm06 bash[23229]: cluster 2026-03-31T20:28:34.122467+0000 mgr.a (mgr.14433) 108 : cluster [DBG] pgmap v76: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:28:35.586 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:28:35 vm01 bash[20507]: cluster 2026-03-31T20:28:34.122467+0000 mgr.a (mgr.14433) 108 : cluster [DBG] pgmap v76: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:28:35.586 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:28:35 vm01 bash[20507]: cluster 2026-03-31T20:28:34.122467+0000 mgr.a (mgr.14433) 108 : cluster [DBG] pgmap v76: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:28:35.637 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:28:35 vm05 bash[22868]: cluster 2026-03-31T20:28:34.122467+0000 mgr.a (mgr.14433) 108 : cluster [DBG] pgmap v76: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:28:35.637 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:28:35 vm05 bash[22868]: cluster 2026-03-31T20:28:34.122467+0000 mgr.a (mgr.14433) 108 : cluster [DBG] pgmap v76: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:28:37.466 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:28:37 vm06 bash[23229]: cluster 2026-03-31T20:28:36.122671+0000 mgr.a (mgr.14433) 109 : cluster [DBG] pgmap v77: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:28:37.466 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:28:37 vm06 bash[23229]: cluster 2026-03-31T20:28:36.122671+0000 mgr.a (mgr.14433) 109 : cluster [DBG] pgmap v77: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:28:37.586 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:28:37 vm01 bash[20507]: cluster 2026-03-31T20:28:36.122671+0000 mgr.a (mgr.14433) 109 : cluster [DBG] pgmap v77: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:28:37.586 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:28:37 vm01 bash[20507]: cluster 2026-03-31T20:28:36.122671+0000 mgr.a (mgr.14433) 109 : cluster [DBG] pgmap v77: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:28:37.637 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:28:37 vm05 bash[22868]: cluster 2026-03-31T20:28:36.122671+0000 mgr.a (mgr.14433) 109 : cluster [DBG] pgmap v77: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:28:37.637 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:28:37 vm05 bash[22868]: cluster 2026-03-31T20:28:36.122671+0000 mgr.a (mgr.14433) 109 : cluster [DBG] pgmap v77: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:28:38.086 INFO:journalctl@ceph.mgr.a.vm01.stdout:Mar 31 20:28:37 vm01 bash[20789]: ::ffff:192.168.123.105 - - [31/Mar/2026:20:28:37] "GET /metrics HTTP/1.1" 200 24041 "" "Prometheus/3.6.0" 2026-03-31T20:28:39.466 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:28:39 vm06 bash[23229]: cluster 2026-03-31T20:28:38.122834+0000 mgr.a (mgr.14433) 110 : cluster [DBG] pgmap v78: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:28:39.466 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:28:39 vm06 bash[23229]: cluster 2026-03-31T20:28:38.122834+0000 mgr.a (mgr.14433) 110 : cluster [DBG] pgmap v78: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:28:39.466 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:28:39 vm06 bash[23229]: audit 2026-03-31T20:28:38.344059+0000 mon.a (mon.0) 641 : audit [DBG] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-03-31T20:28:39.466 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:28:39 vm06 bash[23229]: audit 2026-03-31T20:28:38.344059+0000 mon.a (mon.0) 641 : audit [DBG] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-03-31T20:28:39.586 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:28:39 vm01 bash[20507]: cluster 2026-03-31T20:28:38.122834+0000 mgr.a (mgr.14433) 110 : cluster [DBG] pgmap v78: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:28:39.586 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:28:39 vm01 bash[20507]: cluster 2026-03-31T20:28:38.122834+0000 mgr.a (mgr.14433) 110 : cluster [DBG] pgmap v78: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:28:39.586 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:28:39 vm01 bash[20507]: audit 2026-03-31T20:28:38.344059+0000 mon.a (mon.0) 641 : audit [DBG] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-03-31T20:28:39.586 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:28:39 vm01 bash[20507]: audit 2026-03-31T20:28:38.344059+0000 mon.a (mon.0) 641 : audit [DBG] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-03-31T20:28:39.637 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:28:39 vm05 bash[22868]: cluster 2026-03-31T20:28:38.122834+0000 mgr.a (mgr.14433) 110 : cluster [DBG] pgmap v78: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:28:39.637 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:28:39 vm05 bash[22868]: cluster 2026-03-31T20:28:38.122834+0000 mgr.a (mgr.14433) 110 : cluster [DBG] pgmap v78: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:28:39.637 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:28:39 vm05 bash[22868]: audit 2026-03-31T20:28:38.344059+0000 mon.a (mon.0) 641 : audit [DBG] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-03-31T20:28:39.637 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:28:39 vm05 bash[22868]: audit 2026-03-31T20:28:38.344059+0000 mon.a (mon.0) 641 : audit [DBG] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-03-31T20:28:41.466 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:28:41 vm06 bash[23229]: cluster 2026-03-31T20:28:40.123070+0000 mgr.a (mgr.14433) 111 : cluster [DBG] pgmap v79: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:28:41.466 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:28:41 vm06 bash[23229]: cluster 2026-03-31T20:28:40.123070+0000 mgr.a (mgr.14433) 111 : cluster [DBG] pgmap v79: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:28:41.586 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:28:41 vm01 bash[20507]: cluster 2026-03-31T20:28:40.123070+0000 mgr.a (mgr.14433) 111 : cluster [DBG] pgmap v79: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:28:41.586 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:28:41 vm01 bash[20507]: cluster 2026-03-31T20:28:40.123070+0000 mgr.a (mgr.14433) 111 : cluster [DBG] pgmap v79: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:28:41.637 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:28:41 vm05 bash[22868]: cluster 2026-03-31T20:28:40.123070+0000 mgr.a (mgr.14433) 111 : cluster [DBG] pgmap v79: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:28:41.637 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:28:41 vm05 bash[22868]: cluster 2026-03-31T20:28:40.123070+0000 mgr.a (mgr.14433) 111 : cluster [DBG] pgmap v79: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:28:43.466 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:28:43 vm06 bash[23229]: cluster 2026-03-31T20:28:42.123358+0000 mgr.a (mgr.14433) 112 : cluster [DBG] pgmap v80: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:28:43.466 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:28:43 vm06 bash[23229]: cluster 2026-03-31T20:28:42.123358+0000 mgr.a (mgr.14433) 112 : cluster [DBG] pgmap v80: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:28:43.586 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:28:43 vm01 bash[20507]: cluster 2026-03-31T20:28:42.123358+0000 mgr.a (mgr.14433) 112 : cluster [DBG] pgmap v80: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:28:43.586 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:28:43 vm01 bash[20507]: cluster 2026-03-31T20:28:42.123358+0000 mgr.a (mgr.14433) 112 : cluster [DBG] pgmap v80: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:28:43.637 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:28:43 vm05 bash[22868]: cluster 2026-03-31T20:28:42.123358+0000 mgr.a (mgr.14433) 112 : cluster [DBG] pgmap v80: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:28:43.637 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:28:43 vm05 bash[22868]: cluster 2026-03-31T20:28:42.123358+0000 mgr.a (mgr.14433) 112 : cluster [DBG] pgmap v80: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:28:44.585 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:28:44 vm01 bash[20507]: cluster 2026-03-31T20:28:44.123594+0000 mgr.a (mgr.14433) 113 : cluster [DBG] pgmap v81: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:28:44.586 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:28:44 vm01 bash[20507]: cluster 2026-03-31T20:28:44.123594+0000 mgr.a (mgr.14433) 113 : cluster [DBG] pgmap v81: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:28:44.637 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:28:44 vm05 bash[22868]: cluster 2026-03-31T20:28:44.123594+0000 mgr.a (mgr.14433) 113 : cluster [DBG] pgmap v81: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:28:44.637 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:28:44 vm05 bash[22868]: cluster 2026-03-31T20:28:44.123594+0000 mgr.a (mgr.14433) 113 : cluster [DBG] pgmap v81: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:28:44.716 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:28:44 vm06 bash[23229]: cluster 2026-03-31T20:28:44.123594+0000 mgr.a (mgr.14433) 113 : cluster [DBG] pgmap v81: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:28:44.716 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:28:44 vm06 bash[23229]: cluster 2026-03-31T20:28:44.123594+0000 mgr.a (mgr.14433) 113 : cluster [DBG] pgmap v81: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:28:47.466 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:28:47 vm06 bash[23229]: cluster 2026-03-31T20:28:46.123872+0000 mgr.a (mgr.14433) 114 : cluster [DBG] pgmap v82: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:28:47.466 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:28:47 vm06 bash[23229]: cluster 2026-03-31T20:28:46.123872+0000 mgr.a (mgr.14433) 114 : cluster [DBG] pgmap v82: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:28:47.586 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:28:47 vm01 bash[20507]: cluster 2026-03-31T20:28:46.123872+0000 mgr.a (mgr.14433) 114 : cluster [DBG] pgmap v82: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:28:47.586 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:28:47 vm01 bash[20507]: cluster 2026-03-31T20:28:46.123872+0000 mgr.a (mgr.14433) 114 : cluster [DBG] pgmap v82: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:28:47.637 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:28:47 vm05 bash[22868]: cluster 2026-03-31T20:28:46.123872+0000 mgr.a (mgr.14433) 114 : cluster [DBG] pgmap v82: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:28:47.637 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:28:47 vm05 bash[22868]: cluster 2026-03-31T20:28:46.123872+0000 mgr.a (mgr.14433) 114 : cluster [DBG] pgmap v82: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:28:48.086 INFO:journalctl@ceph.mgr.a.vm01.stdout:Mar 31 20:28:47 vm01 bash[20789]: ::ffff:192.168.123.105 - - [31/Mar/2026:20:28:47] "GET /metrics HTTP/1.1" 200 24038 "" "Prometheus/3.6.0" 2026-03-31T20:28:49.466 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:28:49 vm06 bash[23229]: cluster 2026-03-31T20:28:48.124125+0000 mgr.a (mgr.14433) 115 : cluster [DBG] pgmap v83: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:28:49.466 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:28:49 vm06 bash[23229]: cluster 2026-03-31T20:28:48.124125+0000 mgr.a (mgr.14433) 115 : cluster [DBG] pgmap v83: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:28:49.586 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:28:49 vm01 bash[20507]: cluster 2026-03-31T20:28:48.124125+0000 mgr.a (mgr.14433) 115 : cluster [DBG] pgmap v83: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:28:49.586 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:28:49 vm01 bash[20507]: cluster 2026-03-31T20:28:48.124125+0000 mgr.a (mgr.14433) 115 : cluster [DBG] pgmap v83: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:28:49.637 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:28:49 vm05 bash[22868]: cluster 2026-03-31T20:28:48.124125+0000 mgr.a (mgr.14433) 115 : cluster [DBG] pgmap v83: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:28:49.637 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:28:49 vm05 bash[22868]: cluster 2026-03-31T20:28:48.124125+0000 mgr.a (mgr.14433) 115 : cluster [DBG] pgmap v83: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:28:51.466 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:28:51 vm06 bash[23229]: cluster 2026-03-31T20:28:50.124417+0000 mgr.a (mgr.14433) 116 : cluster [DBG] pgmap v84: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:28:51.466 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:28:51 vm06 bash[23229]: cluster 2026-03-31T20:28:50.124417+0000 mgr.a (mgr.14433) 116 : cluster [DBG] pgmap v84: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:28:51.585 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:28:51 vm01 bash[20507]: cluster 2026-03-31T20:28:50.124417+0000 mgr.a (mgr.14433) 116 : cluster [DBG] pgmap v84: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:28:51.586 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:28:51 vm01 bash[20507]: cluster 2026-03-31T20:28:50.124417+0000 mgr.a (mgr.14433) 116 : cluster [DBG] pgmap v84: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:28:51.637 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:28:51 vm05 bash[22868]: cluster 2026-03-31T20:28:50.124417+0000 mgr.a (mgr.14433) 116 : cluster [DBG] pgmap v84: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:28:51.637 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:28:51 vm05 bash[22868]: cluster 2026-03-31T20:28:50.124417+0000 mgr.a (mgr.14433) 116 : cluster [DBG] pgmap v84: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:28:53.466 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:28:53 vm06 bash[23229]: cluster 2026-03-31T20:28:52.124701+0000 mgr.a (mgr.14433) 117 : cluster [DBG] pgmap v85: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:28:53.466 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:28:53 vm06 bash[23229]: cluster 2026-03-31T20:28:52.124701+0000 mgr.a (mgr.14433) 117 : cluster [DBG] pgmap v85: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:28:53.586 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:28:53 vm01 bash[20507]: cluster 2026-03-31T20:28:52.124701+0000 mgr.a (mgr.14433) 117 : cluster [DBG] pgmap v85: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:28:53.586 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:28:53 vm01 bash[20507]: cluster 2026-03-31T20:28:52.124701+0000 mgr.a (mgr.14433) 117 : cluster [DBG] pgmap v85: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:28:53.637 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:28:53 vm05 bash[22868]: cluster 2026-03-31T20:28:52.124701+0000 mgr.a (mgr.14433) 117 : cluster [DBG] pgmap v85: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:28:53.637 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:28:53 vm05 bash[22868]: cluster 2026-03-31T20:28:52.124701+0000 mgr.a (mgr.14433) 117 : cluster [DBG] pgmap v85: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:28:54.466 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:28:54 vm06 bash[23229]: audit 2026-03-31T20:28:53.344366+0000 mon.a (mon.0) 642 : audit [DBG] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-03-31T20:28:54.466 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:28:54 vm06 bash[23229]: audit 2026-03-31T20:28:53.344366+0000 mon.a (mon.0) 642 : audit [DBG] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-03-31T20:28:54.586 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:28:54 vm01 bash[20507]: audit 2026-03-31T20:28:53.344366+0000 mon.a (mon.0) 642 : audit [DBG] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-03-31T20:28:54.586 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:28:54 vm01 bash[20507]: audit 2026-03-31T20:28:53.344366+0000 mon.a (mon.0) 642 : audit [DBG] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-03-31T20:28:54.637 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:28:54 vm05 bash[22868]: audit 2026-03-31T20:28:53.344366+0000 mon.a (mon.0) 642 : audit [DBG] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-03-31T20:28:54.637 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:28:54 vm05 bash[22868]: audit 2026-03-31T20:28:53.344366+0000 mon.a (mon.0) 642 : audit [DBG] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-03-31T20:28:55.466 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:28:55 vm06 bash[23229]: cluster 2026-03-31T20:28:54.124952+0000 mgr.a (mgr.14433) 118 : cluster [DBG] pgmap v86: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:28:55.466 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:28:55 vm06 bash[23229]: cluster 2026-03-31T20:28:54.124952+0000 mgr.a (mgr.14433) 118 : cluster [DBG] pgmap v86: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:28:55.585 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:28:55 vm01 bash[20507]: cluster 2026-03-31T20:28:54.124952+0000 mgr.a (mgr.14433) 118 : cluster [DBG] pgmap v86: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:28:55.586 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:28:55 vm01 bash[20507]: cluster 2026-03-31T20:28:54.124952+0000 mgr.a (mgr.14433) 118 : cluster [DBG] pgmap v86: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:28:55.637 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:28:55 vm05 bash[22868]: cluster 2026-03-31T20:28:54.124952+0000 mgr.a (mgr.14433) 118 : cluster [DBG] pgmap v86: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:28:55.637 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:28:55 vm05 bash[22868]: cluster 2026-03-31T20:28:54.124952+0000 mgr.a (mgr.14433) 118 : cluster [DBG] pgmap v86: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:28:57.466 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:28:57 vm06 bash[23229]: cluster 2026-03-31T20:28:56.125252+0000 mgr.a (mgr.14433) 119 : cluster [DBG] pgmap v87: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:28:57.466 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:28:57 vm06 bash[23229]: cluster 2026-03-31T20:28:56.125252+0000 mgr.a (mgr.14433) 119 : cluster [DBG] pgmap v87: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:28:57.585 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:28:57 vm01 bash[20507]: cluster 2026-03-31T20:28:56.125252+0000 mgr.a (mgr.14433) 119 : cluster [DBG] pgmap v87: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:28:57.585 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:28:57 vm01 bash[20507]: cluster 2026-03-31T20:28:56.125252+0000 mgr.a (mgr.14433) 119 : cluster [DBG] pgmap v87: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:28:57.637 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:28:57 vm05 bash[22868]: cluster 2026-03-31T20:28:56.125252+0000 mgr.a (mgr.14433) 119 : cluster [DBG] pgmap v87: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:28:57.637 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:28:57 vm05 bash[22868]: cluster 2026-03-31T20:28:56.125252+0000 mgr.a (mgr.14433) 119 : cluster [DBG] pgmap v87: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:28:58.086 INFO:journalctl@ceph.mgr.a.vm01.stdout:Mar 31 20:28:57 vm01 bash[20789]: ::ffff:192.168.123.105 - - [31/Mar/2026:20:28:57] "GET /metrics HTTP/1.1" 200 24035 "" "Prometheus/3.6.0" 2026-03-31T20:28:59.466 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:28:59 vm06 bash[23229]: cluster 2026-03-31T20:28:58.125529+0000 mgr.a (mgr.14433) 120 : cluster [DBG] pgmap v88: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:28:59.466 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:28:59 vm06 bash[23229]: cluster 2026-03-31T20:28:58.125529+0000 mgr.a (mgr.14433) 120 : cluster [DBG] pgmap v88: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:28:59.585 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:28:59 vm01 bash[20507]: cluster 2026-03-31T20:28:58.125529+0000 mgr.a (mgr.14433) 120 : cluster [DBG] pgmap v88: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:28:59.586 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:28:59 vm01 bash[20507]: cluster 2026-03-31T20:28:58.125529+0000 mgr.a (mgr.14433) 120 : cluster [DBG] pgmap v88: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:28:59.637 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:28:59 vm05 bash[22868]: cluster 2026-03-31T20:28:58.125529+0000 mgr.a (mgr.14433) 120 : cluster [DBG] pgmap v88: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:28:59.637 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:28:59 vm05 bash[22868]: cluster 2026-03-31T20:28:58.125529+0000 mgr.a (mgr.14433) 120 : cluster [DBG] pgmap v88: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:29:00.586 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:29:00 vm01 bash[20507]: cluster 2026-03-31T20:29:00.125838+0000 mgr.a (mgr.14433) 121 : cluster [DBG] pgmap v89: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:29:00.586 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:29:00 vm01 bash[20507]: cluster 2026-03-31T20:29:00.125838+0000 mgr.a (mgr.14433) 121 : cluster [DBG] pgmap v89: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:29:00.637 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:29:00 vm05 bash[22868]: cluster 2026-03-31T20:29:00.125838+0000 mgr.a (mgr.14433) 121 : cluster [DBG] pgmap v89: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:29:00.637 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:29:00 vm05 bash[22868]: cluster 2026-03-31T20:29:00.125838+0000 mgr.a (mgr.14433) 121 : cluster [DBG] pgmap v89: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:29:00.716 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:29:00 vm06 bash[23229]: cluster 2026-03-31T20:29:00.125838+0000 mgr.a (mgr.14433) 121 : cluster [DBG] pgmap v89: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:29:00.716 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:29:00 vm06 bash[23229]: cluster 2026-03-31T20:29:00.125838+0000 mgr.a (mgr.14433) 121 : cluster [DBG] pgmap v89: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:29:03.466 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:29:03 vm06 bash[23229]: cluster 2026-03-31T20:29:02.126145+0000 mgr.a (mgr.14433) 122 : cluster [DBG] pgmap v90: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:29:03.466 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:29:03 vm06 bash[23229]: cluster 2026-03-31T20:29:02.126145+0000 mgr.a (mgr.14433) 122 : cluster [DBG] pgmap v90: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:29:03.585 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:29:03 vm01 bash[20507]: cluster 2026-03-31T20:29:02.126145+0000 mgr.a (mgr.14433) 122 : cluster [DBG] pgmap v90: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:29:03.585 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:29:03 vm01 bash[20507]: cluster 2026-03-31T20:29:02.126145+0000 mgr.a (mgr.14433) 122 : cluster [DBG] pgmap v90: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:29:03.637 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:29:03 vm05 bash[22868]: cluster 2026-03-31T20:29:02.126145+0000 mgr.a (mgr.14433) 122 : cluster [DBG] pgmap v90: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:29:03.637 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:29:03 vm05 bash[22868]: cluster 2026-03-31T20:29:02.126145+0000 mgr.a (mgr.14433) 122 : cluster [DBG] pgmap v90: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:29:05.466 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:29:05 vm06 bash[23229]: cluster 2026-03-31T20:29:04.126370+0000 mgr.a (mgr.14433) 123 : cluster [DBG] pgmap v91: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:29:05.466 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:29:05 vm06 bash[23229]: cluster 2026-03-31T20:29:04.126370+0000 mgr.a (mgr.14433) 123 : cluster [DBG] pgmap v91: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:29:05.585 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:29:05 vm01 bash[20507]: cluster 2026-03-31T20:29:04.126370+0000 mgr.a (mgr.14433) 123 : cluster [DBG] pgmap v91: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:29:05.586 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:29:05 vm01 bash[20507]: cluster 2026-03-31T20:29:04.126370+0000 mgr.a (mgr.14433) 123 : cluster [DBG] pgmap v91: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:29:05.637 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:29:05 vm05 bash[22868]: cluster 2026-03-31T20:29:04.126370+0000 mgr.a (mgr.14433) 123 : cluster [DBG] pgmap v91: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:29:05.637 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:29:05 vm05 bash[22868]: cluster 2026-03-31T20:29:04.126370+0000 mgr.a (mgr.14433) 123 : cluster [DBG] pgmap v91: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:29:07.466 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:29:07 vm06 bash[23229]: cluster 2026-03-31T20:29:06.126652+0000 mgr.a (mgr.14433) 124 : cluster [DBG] pgmap v92: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:29:07.466 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:29:07 vm06 bash[23229]: cluster 2026-03-31T20:29:06.126652+0000 mgr.a (mgr.14433) 124 : cluster [DBG] pgmap v92: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:29:07.585 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:29:07 vm01 bash[20507]: cluster 2026-03-31T20:29:06.126652+0000 mgr.a (mgr.14433) 124 : cluster [DBG] pgmap v92: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:29:07.586 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:29:07 vm01 bash[20507]: cluster 2026-03-31T20:29:06.126652+0000 mgr.a (mgr.14433) 124 : cluster [DBG] pgmap v92: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:29:07.637 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:29:07 vm05 bash[22868]: cluster 2026-03-31T20:29:06.126652+0000 mgr.a (mgr.14433) 124 : cluster [DBG] pgmap v92: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:29:07.637 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:29:07 vm05 bash[22868]: cluster 2026-03-31T20:29:06.126652+0000 mgr.a (mgr.14433) 124 : cluster [DBG] pgmap v92: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:29:08.085 INFO:journalctl@ceph.mgr.a.vm01.stdout:Mar 31 20:29:07 vm01 bash[20789]: ::ffff:192.168.123.105 - - [31/Mar/2026:20:29:07] "GET /metrics HTTP/1.1" 200 24035 "" "Prometheus/3.6.0" 2026-03-31T20:29:09.466 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:29:09 vm06 bash[23229]: cluster 2026-03-31T20:29:08.126854+0000 mgr.a (mgr.14433) 125 : cluster [DBG] pgmap v93: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:29:09.466 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:29:09 vm06 bash[23229]: cluster 2026-03-31T20:29:08.126854+0000 mgr.a (mgr.14433) 125 : cluster [DBG] pgmap v93: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:29:09.466 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:29:09 vm06 bash[23229]: audit 2026-03-31T20:29:08.344401+0000 mon.a (mon.0) 643 : audit [DBG] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-03-31T20:29:09.466 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:29:09 vm06 bash[23229]: audit 2026-03-31T20:29:08.344401+0000 mon.a (mon.0) 643 : audit [DBG] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-03-31T20:29:09.585 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:29:09 vm01 bash[20507]: cluster 2026-03-31T20:29:08.126854+0000 mgr.a (mgr.14433) 125 : cluster [DBG] pgmap v93: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:29:09.586 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:29:09 vm01 bash[20507]: cluster 2026-03-31T20:29:08.126854+0000 mgr.a (mgr.14433) 125 : cluster [DBG] pgmap v93: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:29:09.586 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:29:09 vm01 bash[20507]: audit 2026-03-31T20:29:08.344401+0000 mon.a (mon.0) 643 : audit [DBG] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-03-31T20:29:09.586 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:29:09 vm01 bash[20507]: audit 2026-03-31T20:29:08.344401+0000 mon.a (mon.0) 643 : audit [DBG] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-03-31T20:29:09.637 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:29:09 vm05 bash[22868]: cluster 2026-03-31T20:29:08.126854+0000 mgr.a (mgr.14433) 125 : cluster [DBG] pgmap v93: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:29:09.637 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:29:09 vm05 bash[22868]: cluster 2026-03-31T20:29:08.126854+0000 mgr.a (mgr.14433) 125 : cluster [DBG] pgmap v93: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:29:09.637 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:29:09 vm05 bash[22868]: audit 2026-03-31T20:29:08.344401+0000 mon.a (mon.0) 643 : audit [DBG] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-03-31T20:29:09.637 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:29:09 vm05 bash[22868]: audit 2026-03-31T20:29:08.344401+0000 mon.a (mon.0) 643 : audit [DBG] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-03-31T20:29:11.466 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:29:11 vm06 bash[23229]: cluster 2026-03-31T20:29:10.127060+0000 mgr.a (mgr.14433) 126 : cluster [DBG] pgmap v94: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:29:11.466 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:29:11 vm06 bash[23229]: cluster 2026-03-31T20:29:10.127060+0000 mgr.a (mgr.14433) 126 : cluster [DBG] pgmap v94: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:29:11.585 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:29:11 vm01 bash[20507]: cluster 2026-03-31T20:29:10.127060+0000 mgr.a (mgr.14433) 126 : cluster [DBG] pgmap v94: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:29:11.585 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:29:11 vm01 bash[20507]: cluster 2026-03-31T20:29:10.127060+0000 mgr.a (mgr.14433) 126 : cluster [DBG] pgmap v94: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:29:11.637 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:29:11 vm05 bash[22868]: cluster 2026-03-31T20:29:10.127060+0000 mgr.a (mgr.14433) 126 : cluster [DBG] pgmap v94: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:29:11.637 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:29:11 vm05 bash[22868]: cluster 2026-03-31T20:29:10.127060+0000 mgr.a (mgr.14433) 126 : cluster [DBG] pgmap v94: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:29:13.466 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:29:13 vm06 bash[23229]: cluster 2026-03-31T20:29:12.127342+0000 mgr.a (mgr.14433) 127 : cluster [DBG] pgmap v95: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:29:13.466 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:29:13 vm06 bash[23229]: cluster 2026-03-31T20:29:12.127342+0000 mgr.a (mgr.14433) 127 : cluster [DBG] pgmap v95: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:29:13.585 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:29:13 vm01 bash[20507]: cluster 2026-03-31T20:29:12.127342+0000 mgr.a (mgr.14433) 127 : cluster [DBG] pgmap v95: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:29:13.585 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:29:13 vm01 bash[20507]: cluster 2026-03-31T20:29:12.127342+0000 mgr.a (mgr.14433) 127 : cluster [DBG] pgmap v95: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:29:13.636 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:29:13 vm05 bash[22868]: cluster 2026-03-31T20:29:12.127342+0000 mgr.a (mgr.14433) 127 : cluster [DBG] pgmap v95: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:29:13.637 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:29:13 vm05 bash[22868]: cluster 2026-03-31T20:29:12.127342+0000 mgr.a (mgr.14433) 127 : cluster [DBG] pgmap v95: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:29:15.466 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:29:15 vm06 bash[23229]: cluster 2026-03-31T20:29:14.127546+0000 mgr.a (mgr.14433) 128 : cluster [DBG] pgmap v96: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:29:15.466 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:29:15 vm06 bash[23229]: cluster 2026-03-31T20:29:14.127546+0000 mgr.a (mgr.14433) 128 : cluster [DBG] pgmap v96: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:29:15.585 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:29:15 vm01 bash[20507]: cluster 2026-03-31T20:29:14.127546+0000 mgr.a (mgr.14433) 128 : cluster [DBG] pgmap v96: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:29:15.585 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:29:15 vm01 bash[20507]: cluster 2026-03-31T20:29:14.127546+0000 mgr.a (mgr.14433) 128 : cluster [DBG] pgmap v96: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:29:15.636 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:29:15 vm05 bash[22868]: cluster 2026-03-31T20:29:14.127546+0000 mgr.a (mgr.14433) 128 : cluster [DBG] pgmap v96: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:29:15.637 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:29:15 vm05 bash[22868]: cluster 2026-03-31T20:29:14.127546+0000 mgr.a (mgr.14433) 128 : cluster [DBG] pgmap v96: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:29:17.585 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:29:17 vm01 bash[20507]: cluster 2026-03-31T20:29:16.127767+0000 mgr.a (mgr.14433) 129 : cluster [DBG] pgmap v97: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:29:17.585 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:29:17 vm01 bash[20507]: cluster 2026-03-31T20:29:16.127767+0000 mgr.a (mgr.14433) 129 : cluster [DBG] pgmap v97: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:29:17.636 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:29:17 vm05 bash[22868]: cluster 2026-03-31T20:29:16.127767+0000 mgr.a (mgr.14433) 129 : cluster [DBG] pgmap v97: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:29:17.636 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:29:17 vm05 bash[22868]: cluster 2026-03-31T20:29:16.127767+0000 mgr.a (mgr.14433) 129 : cluster [DBG] pgmap v97: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:29:17.716 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:29:17 vm06 bash[23229]: cluster 2026-03-31T20:29:16.127767+0000 mgr.a (mgr.14433) 129 : cluster [DBG] pgmap v97: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:29:17.716 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:29:17 vm06 bash[23229]: cluster 2026-03-31T20:29:16.127767+0000 mgr.a (mgr.14433) 129 : cluster [DBG] pgmap v97: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:29:18.085 INFO:journalctl@ceph.mgr.a.vm01.stdout:Mar 31 20:29:17 vm01 bash[20789]: ::ffff:192.168.123.105 - - [31/Mar/2026:20:29:17] "GET /metrics HTTP/1.1" 200 24039 "" "Prometheus/3.6.0" 2026-03-31T20:29:18.585 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:29:18 vm01 bash[20507]: cluster 2026-03-31T20:29:18.128008+0000 mgr.a (mgr.14433) 130 : cluster [DBG] pgmap v98: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:29:18.585 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:29:18 vm01 bash[20507]: cluster 2026-03-31T20:29:18.128008+0000 mgr.a (mgr.14433) 130 : cluster [DBG] pgmap v98: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:29:18.636 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:29:18 vm05 bash[22868]: cluster 2026-03-31T20:29:18.128008+0000 mgr.a (mgr.14433) 130 : cluster [DBG] pgmap v98: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:29:18.637 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:29:18 vm05 bash[22868]: cluster 2026-03-31T20:29:18.128008+0000 mgr.a (mgr.14433) 130 : cluster [DBG] pgmap v98: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:29:18.716 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:29:18 vm06 bash[23229]: cluster 2026-03-31T20:29:18.128008+0000 mgr.a (mgr.14433) 130 : cluster [DBG] pgmap v98: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:29:18.716 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:29:18 vm06 bash[23229]: cluster 2026-03-31T20:29:18.128008+0000 mgr.a (mgr.14433) 130 : cluster [DBG] pgmap v98: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:29:21.466 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:29:21 vm06 bash[23229]: cluster 2026-03-31T20:29:20.128266+0000 mgr.a (mgr.14433) 131 : cluster [DBG] pgmap v99: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:29:21.466 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:29:21 vm06 bash[23229]: cluster 2026-03-31T20:29:20.128266+0000 mgr.a (mgr.14433) 131 : cluster [DBG] pgmap v99: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:29:21.585 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:29:21 vm01 bash[20507]: cluster 2026-03-31T20:29:20.128266+0000 mgr.a (mgr.14433) 131 : cluster [DBG] pgmap v99: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:29:21.585 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:29:21 vm01 bash[20507]: cluster 2026-03-31T20:29:20.128266+0000 mgr.a (mgr.14433) 131 : cluster [DBG] pgmap v99: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:29:21.636 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:29:21 vm05 bash[22868]: cluster 2026-03-31T20:29:20.128266+0000 mgr.a (mgr.14433) 131 : cluster [DBG] pgmap v99: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:29:21.637 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:29:21 vm05 bash[22868]: cluster 2026-03-31T20:29:20.128266+0000 mgr.a (mgr.14433) 131 : cluster [DBG] pgmap v99: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:29:23.466 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:29:23 vm06 bash[23229]: cluster 2026-03-31T20:29:22.128501+0000 mgr.a (mgr.14433) 132 : cluster [DBG] pgmap v100: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:29:23.466 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:29:23 vm06 bash[23229]: cluster 2026-03-31T20:29:22.128501+0000 mgr.a (mgr.14433) 132 : cluster [DBG] pgmap v100: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:29:23.466 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:29:23 vm06 bash[23229]: audit 2026-03-31T20:29:22.344233+0000 mon.a (mon.0) 644 : audit [DBG] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-03-31T20:29:23.466 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:29:23 vm06 bash[23229]: audit 2026-03-31T20:29:22.344233+0000 mon.a (mon.0) 644 : audit [DBG] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-03-31T20:29:23.466 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:29:23 vm06 bash[23229]: audit 2026-03-31T20:29:22.679758+0000 mon.a (mon.0) 645 : audit [DBG] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-03-31T20:29:23.466 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:29:23 vm06 bash[23229]: audit 2026-03-31T20:29:22.679758+0000 mon.a (mon.0) 645 : audit [DBG] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-03-31T20:29:23.466 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:29:23 vm06 bash[23229]: audit 2026-03-31T20:29:22.680316+0000 mon.a (mon.0) 646 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-03-31T20:29:23.466 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:29:23 vm06 bash[23229]: audit 2026-03-31T20:29:22.680316+0000 mon.a (mon.0) 646 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-03-31T20:29:23.466 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:29:23 vm06 bash[23229]: audit 2026-03-31T20:29:22.684585+0000 mon.a (mon.0) 647 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:29:23.466 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:29:23 vm06 bash[23229]: audit 2026-03-31T20:29:22.684585+0000 mon.a (mon.0) 647 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:29:23.466 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:29:23 vm06 bash[23229]: audit 2026-03-31T20:29:22.685784+0000 mon.a (mon.0) 648 : audit [DBG] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-03-31T20:29:23.466 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:29:23 vm06 bash[23229]: audit 2026-03-31T20:29:22.685784+0000 mon.a (mon.0) 648 : audit [DBG] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-03-31T20:29:23.585 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:29:23 vm01 bash[20507]: cluster 2026-03-31T20:29:22.128501+0000 mgr.a (mgr.14433) 132 : cluster [DBG] pgmap v100: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:29:23.585 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:29:23 vm01 bash[20507]: cluster 2026-03-31T20:29:22.128501+0000 mgr.a (mgr.14433) 132 : cluster [DBG] pgmap v100: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:29:23.585 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:29:23 vm01 bash[20507]: audit 2026-03-31T20:29:22.344233+0000 mon.a (mon.0) 644 : audit [DBG] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-03-31T20:29:23.586 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:29:23 vm01 bash[20507]: audit 2026-03-31T20:29:22.344233+0000 mon.a (mon.0) 644 : audit [DBG] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-03-31T20:29:23.586 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:29:23 vm01 bash[20507]: audit 2026-03-31T20:29:22.679758+0000 mon.a (mon.0) 645 : audit [DBG] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-03-31T20:29:23.586 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:29:23 vm01 bash[20507]: audit 2026-03-31T20:29:22.679758+0000 mon.a (mon.0) 645 : audit [DBG] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-03-31T20:29:23.586 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:29:23 vm01 bash[20507]: audit 2026-03-31T20:29:22.680316+0000 mon.a (mon.0) 646 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-03-31T20:29:23.586 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:29:23 vm01 bash[20507]: audit 2026-03-31T20:29:22.680316+0000 mon.a (mon.0) 646 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-03-31T20:29:23.586 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:29:23 vm01 bash[20507]: audit 2026-03-31T20:29:22.684585+0000 mon.a (mon.0) 647 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:29:23.586 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:29:23 vm01 bash[20507]: audit 2026-03-31T20:29:22.684585+0000 mon.a (mon.0) 647 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:29:23.586 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:29:23 vm01 bash[20507]: audit 2026-03-31T20:29:22.685784+0000 mon.a (mon.0) 648 : audit [DBG] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-03-31T20:29:23.586 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:29:23 vm01 bash[20507]: audit 2026-03-31T20:29:22.685784+0000 mon.a (mon.0) 648 : audit [DBG] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-03-31T20:29:23.637 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:29:23 vm05 bash[22868]: cluster 2026-03-31T20:29:22.128501+0000 mgr.a (mgr.14433) 132 : cluster [DBG] pgmap v100: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:29:23.637 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:29:23 vm05 bash[22868]: cluster 2026-03-31T20:29:22.128501+0000 mgr.a (mgr.14433) 132 : cluster [DBG] pgmap v100: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:29:23.637 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:29:23 vm05 bash[22868]: audit 2026-03-31T20:29:22.344233+0000 mon.a (mon.0) 644 : audit [DBG] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-03-31T20:29:23.637 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:29:23 vm05 bash[22868]: audit 2026-03-31T20:29:22.344233+0000 mon.a (mon.0) 644 : audit [DBG] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-03-31T20:29:23.637 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:29:23 vm05 bash[22868]: audit 2026-03-31T20:29:22.679758+0000 mon.a (mon.0) 645 : audit [DBG] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-03-31T20:29:23.637 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:29:23 vm05 bash[22868]: audit 2026-03-31T20:29:22.679758+0000 mon.a (mon.0) 645 : audit [DBG] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-03-31T20:29:23.637 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:29:23 vm05 bash[22868]: audit 2026-03-31T20:29:22.680316+0000 mon.a (mon.0) 646 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-03-31T20:29:23.637 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:29:23 vm05 bash[22868]: audit 2026-03-31T20:29:22.680316+0000 mon.a (mon.0) 646 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-03-31T20:29:23.637 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:29:23 vm05 bash[22868]: audit 2026-03-31T20:29:22.684585+0000 mon.a (mon.0) 647 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:29:23.637 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:29:23 vm05 bash[22868]: audit 2026-03-31T20:29:22.684585+0000 mon.a (mon.0) 647 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:29:23.637 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:29:23 vm05 bash[22868]: audit 2026-03-31T20:29:22.685784+0000 mon.a (mon.0) 648 : audit [DBG] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-03-31T20:29:23.637 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:29:23 vm05 bash[22868]: audit 2026-03-31T20:29:22.685784+0000 mon.a (mon.0) 648 : audit [DBG] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-03-31T20:29:24.465 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:29:24 vm06 bash[23229]: audit 2026-03-31T20:29:23.344591+0000 mon.a (mon.0) 649 : audit [DBG] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-03-31T20:29:24.466 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:29:24 vm06 bash[23229]: audit 2026-03-31T20:29:23.344591+0000 mon.a (mon.0) 649 : audit [DBG] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-03-31T20:29:24.585 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:29:24 vm01 bash[20507]: audit 2026-03-31T20:29:23.344591+0000 mon.a (mon.0) 649 : audit [DBG] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-03-31T20:29:24.585 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:29:24 vm01 bash[20507]: audit 2026-03-31T20:29:23.344591+0000 mon.a (mon.0) 649 : audit [DBG] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-03-31T20:29:24.636 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:29:24 vm05 bash[22868]: audit 2026-03-31T20:29:23.344591+0000 mon.a (mon.0) 649 : audit [DBG] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-03-31T20:29:24.637 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:29:24 vm05 bash[22868]: audit 2026-03-31T20:29:23.344591+0000 mon.a (mon.0) 649 : audit [DBG] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-03-31T20:29:25.466 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:29:25 vm06 bash[23229]: cluster 2026-03-31T20:29:24.128707+0000 mgr.a (mgr.14433) 133 : cluster [DBG] pgmap v101: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:29:25.466 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:29:25 vm06 bash[23229]: cluster 2026-03-31T20:29:24.128707+0000 mgr.a (mgr.14433) 133 : cluster [DBG] pgmap v101: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:29:25.585 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:29:25 vm01 bash[20507]: cluster 2026-03-31T20:29:24.128707+0000 mgr.a (mgr.14433) 133 : cluster [DBG] pgmap v101: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:29:25.585 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:29:25 vm01 bash[20507]: cluster 2026-03-31T20:29:24.128707+0000 mgr.a (mgr.14433) 133 : cluster [DBG] pgmap v101: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:29:25.636 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:29:25 vm05 bash[22868]: cluster 2026-03-31T20:29:24.128707+0000 mgr.a (mgr.14433) 133 : cluster [DBG] pgmap v101: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:29:25.636 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:29:25 vm05 bash[22868]: cluster 2026-03-31T20:29:24.128707+0000 mgr.a (mgr.14433) 133 : cluster [DBG] pgmap v101: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:29:27.465 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:29:27 vm06 bash[23229]: cluster 2026-03-31T20:29:26.128945+0000 mgr.a (mgr.14433) 134 : cluster [DBG] pgmap v102: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:29:27.465 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:29:27 vm06 bash[23229]: cluster 2026-03-31T20:29:26.128945+0000 mgr.a (mgr.14433) 134 : cluster [DBG] pgmap v102: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:29:27.585 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:29:27 vm01 bash[20507]: cluster 2026-03-31T20:29:26.128945+0000 mgr.a (mgr.14433) 134 : cluster [DBG] pgmap v102: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:29:27.585 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:29:27 vm01 bash[20507]: cluster 2026-03-31T20:29:26.128945+0000 mgr.a (mgr.14433) 134 : cluster [DBG] pgmap v102: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:29:27.636 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:29:27 vm05 bash[22868]: cluster 2026-03-31T20:29:26.128945+0000 mgr.a (mgr.14433) 134 : cluster [DBG] pgmap v102: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:29:27.636 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:29:27 vm05 bash[22868]: cluster 2026-03-31T20:29:26.128945+0000 mgr.a (mgr.14433) 134 : cluster [DBG] pgmap v102: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:29:28.085 INFO:journalctl@ceph.mgr.a.vm01.stdout:Mar 31 20:29:27 vm01 bash[20789]: ::ffff:192.168.123.105 - - [31/Mar/2026:20:29:27] "GET /metrics HTTP/1.1" 200 24037 "" "Prometheus/3.6.0" 2026-03-31T20:29:29.466 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:29:29 vm06 bash[23229]: cluster 2026-03-31T20:29:28.129239+0000 mgr.a (mgr.14433) 135 : cluster [DBG] pgmap v103: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:29:29.466 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:29:29 vm06 bash[23229]: cluster 2026-03-31T20:29:28.129239+0000 mgr.a (mgr.14433) 135 : cluster [DBG] pgmap v103: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:29:29.585 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:29:29 vm01 bash[20507]: cluster 2026-03-31T20:29:28.129239+0000 mgr.a (mgr.14433) 135 : cluster [DBG] pgmap v103: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:29:29.585 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:29:29 vm01 bash[20507]: cluster 2026-03-31T20:29:28.129239+0000 mgr.a (mgr.14433) 135 : cluster [DBG] pgmap v103: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:29:29.636 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:29:29 vm05 bash[22868]: cluster 2026-03-31T20:29:28.129239+0000 mgr.a (mgr.14433) 135 : cluster [DBG] pgmap v103: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:29:29.636 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:29:29 vm05 bash[22868]: cluster 2026-03-31T20:29:28.129239+0000 mgr.a (mgr.14433) 135 : cluster [DBG] pgmap v103: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:29:31.465 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:29:31 vm06 bash[23229]: cluster 2026-03-31T20:29:30.129509+0000 mgr.a (mgr.14433) 136 : cluster [DBG] pgmap v104: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:29:31.466 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:29:31 vm06 bash[23229]: cluster 2026-03-31T20:29:30.129509+0000 mgr.a (mgr.14433) 136 : cluster [DBG] pgmap v104: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:29:31.585 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:29:31 vm01 bash[20507]: cluster 2026-03-31T20:29:30.129509+0000 mgr.a (mgr.14433) 136 : cluster [DBG] pgmap v104: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:29:31.585 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:29:31 vm01 bash[20507]: cluster 2026-03-31T20:29:30.129509+0000 mgr.a (mgr.14433) 136 : cluster [DBG] pgmap v104: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:29:31.636 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:29:31 vm05 bash[22868]: cluster 2026-03-31T20:29:30.129509+0000 mgr.a (mgr.14433) 136 : cluster [DBG] pgmap v104: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:29:31.636 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:29:31 vm05 bash[22868]: cluster 2026-03-31T20:29:30.129509+0000 mgr.a (mgr.14433) 136 : cluster [DBG] pgmap v104: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:29:33.585 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:29:33 vm01 bash[20507]: cluster 2026-03-31T20:29:32.129751+0000 mgr.a (mgr.14433) 137 : cluster [DBG] pgmap v105: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:29:33.585 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:29:33 vm01 bash[20507]: cluster 2026-03-31T20:29:32.129751+0000 mgr.a (mgr.14433) 137 : cluster [DBG] pgmap v105: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:29:33.636 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:29:33 vm05 bash[22868]: cluster 2026-03-31T20:29:32.129751+0000 mgr.a (mgr.14433) 137 : cluster [DBG] pgmap v105: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:29:33.636 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:29:33 vm05 bash[22868]: cluster 2026-03-31T20:29:32.129751+0000 mgr.a (mgr.14433) 137 : cluster [DBG] pgmap v105: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:29:33.715 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:29:33 vm06 bash[23229]: cluster 2026-03-31T20:29:32.129751+0000 mgr.a (mgr.14433) 137 : cluster [DBG] pgmap v105: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:29:33.715 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:29:33 vm06 bash[23229]: cluster 2026-03-31T20:29:32.129751+0000 mgr.a (mgr.14433) 137 : cluster [DBG] pgmap v105: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:29:34.585 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:29:34 vm01 bash[20507]: cluster 2026-03-31T20:29:34.129973+0000 mgr.a (mgr.14433) 138 : cluster [DBG] pgmap v106: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:29:34.585 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:29:34 vm01 bash[20507]: cluster 2026-03-31T20:29:34.129973+0000 mgr.a (mgr.14433) 138 : cluster [DBG] pgmap v106: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:29:34.636 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:29:34 vm05 bash[22868]: cluster 2026-03-31T20:29:34.129973+0000 mgr.a (mgr.14433) 138 : cluster [DBG] pgmap v106: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:29:34.636 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:29:34 vm05 bash[22868]: cluster 2026-03-31T20:29:34.129973+0000 mgr.a (mgr.14433) 138 : cluster [DBG] pgmap v106: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:29:34.715 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:29:34 vm06 bash[23229]: cluster 2026-03-31T20:29:34.129973+0000 mgr.a (mgr.14433) 138 : cluster [DBG] pgmap v106: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:29:34.715 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:29:34 vm06 bash[23229]: cluster 2026-03-31T20:29:34.129973+0000 mgr.a (mgr.14433) 138 : cluster [DBG] pgmap v106: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:29:36.261 INFO:teuthology.orchestra.run.vm06.stderr:+ openssl req -x509 -newkey rsa:4096 -keyout /tmp/key.pem -out /tmp/cert.pem -sha256 -days 30 -nodes -subj '/CN=*' 2026-03-31T20:29:36.467 INFO:teuthology.orchestra.run.vm06.stderr:.......+.......+.....+....+.....+++++++++++++++++++++++++++++++++++++++++++++*......+.+...+.........+..+.+...+.........+..+......+...+.+...........+.......+...+..+......+......+......+...+....+.....+..........+..+.+...............+..+...+....+.....+...+...+++++++++++++++++++++++++++++++++++++++++++++*....+......+............................+.........+............+...+..+....+...........+.+.....+...+....+.................+......+..........+...+......+...+.....+......+.......+........+......+...+................+..+.......+..+...+...........................+......+....+.....+..........+...+........+..........+...+...........+.+..............+...+......+....+...+............+.....+.+..+....+...............+.........+..+....+.........+..............+...+...+.+.....+.+.....+.............+..............+.+.........+......+.....+....+...+.....+.......+.....+.......+..............+.........+...+.............+.....+......+......+....+.........+......+...............+......+...+.....+.+...........+.........+......+...+....+......+.....+....+.....+..........+........+..........+.........+......+..+......+.+...........+...+.......+...............+........+....+........+.........+....+..+...+....+...........+......+.+...+.....+................+.....+.+..+.......+++++ 2026-03-31T20:29:36.583 INFO:teuthology.orchestra.run.vm06.stderr:...+....+...+..+...+......+.........+...+...+.+.........+.....+.+......+...+......+...........+...+.......+........+..........+......+.....+....+++++++++++++++++++++++++++++++++++++++++++++*............+........+....+...+...........+......+.+...+.....+......+.........+.+...+......+++++++++++++++++++++++++++++++++++++++++++++*......+.+............+......+......+.....+....+..+..........+.....+........................+....+..+....+........+............+.+.....+...+.........+............+......+...................+........+.............+............+.....+...+....+......+.................+.......+...........+...+.+...+..................+..+...............+.+.........+..+..........+.........+............+.................+.+.........+............+.....+....+...........+......+.......+.................+....+............+.....+............+......+.+...........+..................+......+.+........+....+.....+......+....+.................+.............+.....+..................+...+++++ 2026-03-31T20:29:36.594 INFO:teuthology.orchestra.run.vm06.stderr:----- 2026-03-31T20:29:36.597 INFO:teuthology.orchestra.run.vm06.stderr:+ cat 2026-03-31T20:29:36.598 INFO:teuthology.orchestra.run.vm06.stderr:+ echo ' ssl_cert: |' 2026-03-31T20:29:36.598 INFO:teuthology.orchestra.run.vm06.stderr:+ read LINE 2026-03-31T20:29:36.598 INFO:teuthology.orchestra.run.vm06.stderr:+ echo -----BEGIN CERTIFICATE----- 2026-03-31T20:29:36.598 INFO:teuthology.orchestra.run.vm06.stderr:+ sed -e 's/^/ /' 2026-03-31T20:29:36.599 INFO:teuthology.orchestra.run.vm06.stderr:+ read LINE 2026-03-31T20:29:36.599 INFO:teuthology.orchestra.run.vm06.stderr:+ echo MIIE+TCCAuGgAwIBAgIUU5QM37ZN3xYkASru0NQE93pd6McwDQYJKoZIhvcNAQEL 2026-03-31T20:29:36.599 INFO:teuthology.orchestra.run.vm06.stderr:+ sed -e 's/^/ /' 2026-03-31T20:29:36.600 INFO:teuthology.orchestra.run.vm06.stderr:+ read LINE 2026-03-31T20:29:36.600 INFO:teuthology.orchestra.run.vm06.stderr:+ echo BQAwDDEKMAgGA1UEAwwBKjAeFw0yNjAzMzEyMDI5MzZaFw0yNjA0MzAyMDI5MzZa 2026-03-31T20:29:36.600 INFO:teuthology.orchestra.run.vm06.stderr:+ sed -e 's/^/ /' 2026-03-31T20:29:36.600 INFO:teuthology.orchestra.run.vm06.stderr:+ read LINE 2026-03-31T20:29:36.601 INFO:teuthology.orchestra.run.vm06.stderr:+ echo MAwxCjAIBgNVBAMMASowggIiMA0GCSqGSIb3DQEBAQUAA4ICDwAwggIKAoICAQDL 2026-03-31T20:29:36.601 INFO:teuthology.orchestra.run.vm06.stderr:+ sed -e 's/^/ /' 2026-03-31T20:29:36.601 INFO:teuthology.orchestra.run.vm06.stderr:+ read LINE 2026-03-31T20:29:36.602 INFO:teuthology.orchestra.run.vm06.stderr:+ echo Ey7pwOYNym5t6c51aZcLADmhj6hk1+JFgxiQ6neD/xFVgDHbY8SphO8uMihdARED 2026-03-31T20:29:36.602 INFO:teuthology.orchestra.run.vm06.stderr:+ sed -e 's/^/ /' 2026-03-31T20:29:36.602 INFO:teuthology.orchestra.run.vm06.stderr:+ read LINE 2026-03-31T20:29:36.602 INFO:teuthology.orchestra.run.vm06.stderr:+ echo tReTEtNJyVYPmWyXTqn0KF5lNb+xSg8m79SalfxDx0bdwPWAGUzWdzq8BnyqAAhd 2026-03-31T20:29:36.602 INFO:teuthology.orchestra.run.vm06.stderr:+ sed -e 's/^/ /' 2026-03-31T20:29:36.603 INFO:teuthology.orchestra.run.vm06.stderr:+ read LINE 2026-03-31T20:29:36.603 INFO:teuthology.orchestra.run.vm06.stderr:+ echo 0M4kpANAVn9Jlf0veOvbPBle324Apj3nQOm9FNgi20lqpExyk7jsvMHvZ1XKEK4Y 2026-03-31T20:29:36.603 INFO:teuthology.orchestra.run.vm06.stderr:+ sed -e 's/^/ /' 2026-03-31T20:29:36.604 INFO:teuthology.orchestra.run.vm06.stderr:+ read LINE 2026-03-31T20:29:36.604 INFO:teuthology.orchestra.run.vm06.stderr:+ echo /UY/LsBYf2d1IZcwprvzEjYWO2nq5veESxP0Z2NgKCHd+4S3Xho6nXYVo8tOCvc+ 2026-03-31T20:29:36.604 INFO:teuthology.orchestra.run.vm06.stderr:+ sed -e 's/^/ /' 2026-03-31T20:29:36.604 INFO:teuthology.orchestra.run.vm06.stderr:+ read LINE 2026-03-31T20:29:36.605 INFO:teuthology.orchestra.run.vm06.stderr:+ echo bq/dwlenTBzmE5kK0V6OQLMT1LRbDfqQ2+lN6iWMV6Y4TUmRAeHy/fJIoNocP0Hm 2026-03-31T20:29:36.605 INFO:teuthology.orchestra.run.vm06.stderr:+ sed -e 's/^/ /' 2026-03-31T20:29:36.605 INFO:teuthology.orchestra.run.vm06.stderr:+ read LINE 2026-03-31T20:29:36.605 INFO:teuthology.orchestra.run.vm06.stderr:+ echo YqUeGW+sxQvgdHPGaIV4HuO4O9exR1Iu0VG63D0xrQcU6dgb4P6H/6pzsz8buFTj 2026-03-31T20:29:36.605 INFO:teuthology.orchestra.run.vm06.stderr:+ sed -e 's/^/ /' 2026-03-31T20:29:36.606 INFO:teuthology.orchestra.run.vm06.stderr:+ read LINE 2026-03-31T20:29:36.606 INFO:teuthology.orchestra.run.vm06.stderr:+ echo ePkBpQwJhPxc7ovsonyh7a6gGK0i/7Zi3MxVF4hOSyaQPsQT6/XNm6sTGq0WW0s+ 2026-03-31T20:29:36.606 INFO:teuthology.orchestra.run.vm06.stderr:+ sed -e 's/^/ /' 2026-03-31T20:29:36.607 INFO:teuthology.orchestra.run.vm06.stderr:+ read LINE 2026-03-31T20:29:36.607 INFO:teuthology.orchestra.run.vm06.stderr:+ echo kqjkkci0EtmQNRVXL2Kv9JwWePDaoiBb+BocEkvE3GQP55n3OmBPEM6S8/a/7LLQ 2026-03-31T20:29:36.607 INFO:teuthology.orchestra.run.vm06.stderr:+ sed -e 's/^/ /' 2026-03-31T20:29:36.608 INFO:teuthology.orchestra.run.vm06.stderr:+ read LINE 2026-03-31T20:29:36.608 INFO:teuthology.orchestra.run.vm06.stderr:+ echo rvlucrfRCO/7IdlFXf5LmNqiJpmN60yYaTdItbQ8bSpJ+3MwBQYI6FGAyxVwGlLm 2026-03-31T20:29:36.608 INFO:teuthology.orchestra.run.vm06.stderr:+ sed -e 's/^/ /' 2026-03-31T20:29:36.608 INFO:teuthology.orchestra.run.vm06.stderr:+ read LINE 2026-03-31T20:29:36.608 INFO:teuthology.orchestra.run.vm06.stderr:+ echo hmqOw5XYD+uIRix3hzkgFBY1u24fgsXBzz+rfN4VIpiekl79nK99DAdA3f6jmtwL 2026-03-31T20:29:36.609 INFO:teuthology.orchestra.run.vm06.stderr:+ sed -e 's/^/ /' 2026-03-31T20:29:36.609 INFO:teuthology.orchestra.run.vm06.stderr:+ read LINE 2026-03-31T20:29:36.609 INFO:teuthology.orchestra.run.vm06.stderr:+ echo Vr5jYnv1yX/egEWwZWMK6IVGc9a4WN12bnUsoxA86wIDAQABo1MwUTAdBgNVHQ4E 2026-03-31T20:29:36.609 INFO:teuthology.orchestra.run.vm06.stderr:+ sed -e 's/^/ /' 2026-03-31T20:29:36.610 INFO:teuthology.orchestra.run.vm06.stderr:+ read LINE 2026-03-31T20:29:36.610 INFO:teuthology.orchestra.run.vm06.stderr:+ echo FgQUl+VBW8LN3PX37krTJzXew6wWEQAwHwYDVR0jBBgwFoAUl+VBW8LN3PX37krT 2026-03-31T20:29:36.610 INFO:teuthology.orchestra.run.vm06.stderr:+ sed -e 's/^/ /' 2026-03-31T20:29:36.611 INFO:teuthology.orchestra.run.vm06.stderr:+ read LINE 2026-03-31T20:29:36.611 INFO:teuthology.orchestra.run.vm06.stderr:+ echo JzXew6wWEQAwDwYDVR0TAQH/BAUwAwEB/zANBgkqhkiG9w0BAQsFAAOCAgEAUXZH 2026-03-31T20:29:36.611 INFO:teuthology.orchestra.run.vm06.stderr:+ sed -e 's/^/ /' 2026-03-31T20:29:36.612 INFO:teuthology.orchestra.run.vm06.stderr:+ read LINE 2026-03-31T20:29:36.612 INFO:teuthology.orchestra.run.vm06.stderr:+ sed -e 's/^/ /' 2026-03-31T20:29:36.612 INFO:teuthology.orchestra.run.vm06.stderr:+ echo Oyy9jzVn7M0ZjV93n11ZHAgv6GqhvNwu3RrzFW3ftGP6rQYMHP4vPkV7LASQItsp 2026-03-31T20:29:36.612 INFO:teuthology.orchestra.run.vm06.stderr:+ read LINE 2026-03-31T20:29:36.613 INFO:teuthology.orchestra.run.vm06.stderr:+ echo 4utJyoaTSh/4V2sZUteVD5/JL2glMWHSfeyLuVFjTUvVCQOxzRXK8AgFfdxoJBG+ 2026-03-31T20:29:36.613 INFO:teuthology.orchestra.run.vm06.stderr:+ sed -e 's/^/ /' 2026-03-31T20:29:36.613 INFO:teuthology.orchestra.run.vm06.stderr:+ read LINE 2026-03-31T20:29:36.613 INFO:teuthology.orchestra.run.vm06.stderr:+ echo QeInOBGOp9/KjrteetNuIsno2XysX6Vr7cpJa4GpHRvCHtdjuoP8NyYoHyltQoI2 2026-03-31T20:29:36.613 INFO:teuthology.orchestra.run.vm06.stderr:+ sed -e 's/^/ /' 2026-03-31T20:29:36.614 INFO:teuthology.orchestra.run.vm06.stderr:+ read LINE 2026-03-31T20:29:36.614 INFO:teuthology.orchestra.run.vm06.stderr:+ echo TSEpShn99Koj9VYDqB0T1Rz8InuOJEwHgihpnV4Hbtcrqtz3/0i4sk+uFN9IAXGv 2026-03-31T20:29:36.614 INFO:teuthology.orchestra.run.vm06.stderr:+ sed -e 's/^/ /' 2026-03-31T20:29:36.615 INFO:teuthology.orchestra.run.vm06.stderr:+ read LINE 2026-03-31T20:29:36.615 INFO:teuthology.orchestra.run.vm06.stderr:+ echo 0QGS+yHlVPrAMJ3gQv0F8GQaXnUqm7MUfgQoBc3ZngjYWW55g1x5MFV1sxozeavA 2026-03-31T20:29:36.615 INFO:teuthology.orchestra.run.vm06.stderr:+ sed -e 's/^/ /' 2026-03-31T20:29:36.615 INFO:teuthology.orchestra.run.vm06.stderr:+ read LINE 2026-03-31T20:29:36.616 INFO:teuthology.orchestra.run.vm06.stderr:+ echo pCaCaWpvyFk8KF3U3Yl2TWDUdSOe4P8nFKbn0DqguVWAB+lI41deuokBiwwV2PnV 2026-03-31T20:29:36.616 INFO:teuthology.orchestra.run.vm06.stderr:+ sed -e 's/^/ /' 2026-03-31T20:29:36.616 INFO:teuthology.orchestra.run.vm06.stderr:+ read LINE 2026-03-31T20:29:36.617 INFO:teuthology.orchestra.run.vm06.stderr:+ echo hvw3EQPr2XnkN3lEKYQcNdtOlyToGE/R6ehdKCZv3LPVGjPs2/mpP8Q8Wb8JIe4H 2026-03-31T20:29:36.617 INFO:teuthology.orchestra.run.vm06.stderr:+ sed -e 's/^/ /' 2026-03-31T20:29:36.617 INFO:teuthology.orchestra.run.vm06.stderr:+ read LINE 2026-03-31T20:29:36.617 INFO:teuthology.orchestra.run.vm06.stderr:+ echo WkhJFK+J5NNq9TyYuuAFkWnxX/0GmCbVAQLmLTdfSM5+inqmLKqcVySZtSQdZa6m 2026-03-31T20:29:36.617 INFO:teuthology.orchestra.run.vm06.stderr:+ sed -e 's/^/ /' 2026-03-31T20:29:36.618 INFO:teuthology.orchestra.run.vm06.stderr:+ read LINE 2026-03-31T20:29:36.618 INFO:teuthology.orchestra.run.vm06.stderr:+ echo A9YIFjB0CJjVAHE/iGXrDDcxoF9evYT5dJsSwBhZM23VlV5GHbvuXHLIY+/aOvEH 2026-03-31T20:29:36.618 INFO:teuthology.orchestra.run.vm06.stderr:+ sed -e 's/^/ /' 2026-03-31T20:29:36.619 INFO:teuthology.orchestra.run.vm06.stderr:+ read LINE 2026-03-31T20:29:36.619 INFO:teuthology.orchestra.run.vm06.stderr:+ echo Ps5jUP86NrSSGsjAyjQe6QxoS/vM1UaBzXb1yDtPUaJeCWoxhlcYcjNhdRVvXMoM 2026-03-31T20:29:36.619 INFO:teuthology.orchestra.run.vm06.stderr:+ sed -e 's/^/ /' 2026-03-31T20:29:36.620 INFO:teuthology.orchestra.run.vm06.stderr:+ read LINE 2026-03-31T20:29:36.620 INFO:teuthology.orchestra.run.vm06.stderr:+ echo v2ZkegO6SqSZyGOqzhvSPflM1wv0pW049aUPhlU= 2026-03-31T20:29:36.620 INFO:teuthology.orchestra.run.vm06.stderr:+ sed -e 's/^/ /' 2026-03-31T20:29:36.620 INFO:teuthology.orchestra.run.vm06.stderr:+ read LINE 2026-03-31T20:29:36.621 INFO:teuthology.orchestra.run.vm06.stderr:+ echo -----END CERTIFICATE----- 2026-03-31T20:29:36.621 INFO:teuthology.orchestra.run.vm06.stderr:+ sed -e 's/^/ /' 2026-03-31T20:29:36.621 INFO:teuthology.orchestra.run.vm06.stderr:+ read LINE 2026-03-31T20:29:36.621 INFO:teuthology.orchestra.run.vm06.stderr:+ echo ' ssl_key: |' 2026-03-31T20:29:36.621 INFO:teuthology.orchestra.run.vm06.stderr:+ read LINE 2026-03-31T20:29:36.621 INFO:teuthology.orchestra.run.vm06.stderr:+ echo -----BEGIN PRIVATE KEY----- 2026-03-31T20:29:36.621 INFO:teuthology.orchestra.run.vm06.stderr:+ sed -e 's/^/ /' 2026-03-31T20:29:36.622 INFO:teuthology.orchestra.run.vm06.stderr:+ read LINE 2026-03-31T20:29:36.622 INFO:teuthology.orchestra.run.vm06.stderr:+ echo MIIJQQIBADANBgkqhkiG9w0BAQEFAASCCSswggknAgEAAoICAQDLEy7pwOYNym5t 2026-03-31T20:29:36.622 INFO:teuthology.orchestra.run.vm06.stderr:+ sed -e 's/^/ /' 2026-03-31T20:29:36.623 INFO:teuthology.orchestra.run.vm06.stderr:+ read LINE 2026-03-31T20:29:36.623 INFO:teuthology.orchestra.run.vm06.stderr:+ echo 6c51aZcLADmhj6hk1+JFgxiQ6neD/xFVgDHbY8SphO8uMihdAREDtReTEtNJyVYP 2026-03-31T20:29:36.623 INFO:teuthology.orchestra.run.vm06.stderr:+ sed -e 's/^/ /' 2026-03-31T20:29:36.623 INFO:teuthology.orchestra.run.vm06.stderr:+ read LINE 2026-03-31T20:29:36.624 INFO:teuthology.orchestra.run.vm06.stderr:+ echo mWyXTqn0KF5lNb+xSg8m79SalfxDx0bdwPWAGUzWdzq8BnyqAAhd0M4kpANAVn9J 2026-03-31T20:29:36.624 INFO:teuthology.orchestra.run.vm06.stderr:+ sed -e 's/^/ /' 2026-03-31T20:29:36.624 INFO:teuthology.orchestra.run.vm06.stderr:+ read LINE 2026-03-31T20:29:36.624 INFO:teuthology.orchestra.run.vm06.stderr:+ echo lf0veOvbPBle324Apj3nQOm9FNgi20lqpExyk7jsvMHvZ1XKEK4Y/UY/LsBYf2d1 2026-03-31T20:29:36.624 INFO:teuthology.orchestra.run.vm06.stderr:+ sed -e 's/^/ /' 2026-03-31T20:29:36.625 INFO:teuthology.orchestra.run.vm06.stderr:+ read LINE 2026-03-31T20:29:36.625 INFO:teuthology.orchestra.run.vm06.stderr:+ echo IZcwprvzEjYWO2nq5veESxP0Z2NgKCHd+4S3Xho6nXYVo8tOCvc+bq/dwlenTBzm 2026-03-31T20:29:36.625 INFO:teuthology.orchestra.run.vm06.stderr:+ sed -e 's/^/ /' 2026-03-31T20:29:36.626 INFO:teuthology.orchestra.run.vm06.stderr:+ read LINE 2026-03-31T20:29:36.626 INFO:teuthology.orchestra.run.vm06.stderr:+ echo E5kK0V6OQLMT1LRbDfqQ2+lN6iWMV6Y4TUmRAeHy/fJIoNocP0HmYqUeGW+sxQvg 2026-03-31T20:29:36.626 INFO:teuthology.orchestra.run.vm06.stderr:+ sed -e 's/^/ /' 2026-03-31T20:29:36.626 INFO:teuthology.orchestra.run.vm06.stderr:+ read LINE 2026-03-31T20:29:36.627 INFO:teuthology.orchestra.run.vm06.stderr:+ echo dHPGaIV4HuO4O9exR1Iu0VG63D0xrQcU6dgb4P6H/6pzsz8buFTjePkBpQwJhPxc 2026-03-31T20:29:36.627 INFO:teuthology.orchestra.run.vm06.stderr:+ sed -e 's/^/ /' 2026-03-31T20:29:36.627 INFO:teuthology.orchestra.run.vm06.stderr:+ read LINE 2026-03-31T20:29:36.627 INFO:teuthology.orchestra.run.vm06.stderr:+ echo 7ovsonyh7a6gGK0i/7Zi3MxVF4hOSyaQPsQT6/XNm6sTGq0WW0s+kqjkkci0EtmQ 2026-03-31T20:29:36.627 INFO:teuthology.orchestra.run.vm06.stderr:+ sed -e 's/^/ /' 2026-03-31T20:29:36.628 INFO:teuthology.orchestra.run.vm06.stderr:+ read LINE 2026-03-31T20:29:36.628 INFO:teuthology.orchestra.run.vm06.stderr:+ echo NRVXL2Kv9JwWePDaoiBb+BocEkvE3GQP55n3OmBPEM6S8/a/7LLQrvlucrfRCO/7 2026-03-31T20:29:36.628 INFO:teuthology.orchestra.run.vm06.stderr:+ sed -e 's/^/ /' 2026-03-31T20:29:36.629 INFO:teuthology.orchestra.run.vm06.stderr:+ read LINE 2026-03-31T20:29:36.629 INFO:teuthology.orchestra.run.vm06.stderr:+ echo IdlFXf5LmNqiJpmN60yYaTdItbQ8bSpJ+3MwBQYI6FGAyxVwGlLmhmqOw5XYD+uI 2026-03-31T20:29:36.629 INFO:teuthology.orchestra.run.vm06.stderr:+ sed -e 's/^/ /' 2026-03-31T20:29:36.630 INFO:teuthology.orchestra.run.vm06.stderr:+ read LINE 2026-03-31T20:29:36.630 INFO:teuthology.orchestra.run.vm06.stderr:+ echo Rix3hzkgFBY1u24fgsXBzz+rfN4VIpiekl79nK99DAdA3f6jmtwLVr5jYnv1yX/e 2026-03-31T20:29:36.630 INFO:teuthology.orchestra.run.vm06.stderr:+ sed -e 's/^/ /' 2026-03-31T20:29:36.630 INFO:teuthology.orchestra.run.vm06.stderr:+ read LINE 2026-03-31T20:29:36.631 INFO:teuthology.orchestra.run.vm06.stderr:+ echo gEWwZWMK6IVGc9a4WN12bnUsoxA86wIDAQABAoICABqHZ4YG+qbLjrCSLjP9dstr 2026-03-31T20:29:36.631 INFO:teuthology.orchestra.run.vm06.stderr:+ sed -e 's/^/ /' 2026-03-31T20:29:36.631 INFO:teuthology.orchestra.run.vm06.stderr:+ read LINE 2026-03-31T20:29:36.631 INFO:teuthology.orchestra.run.vm06.stderr:+ echo nJvECiIeZ8Nf9GoeDz3xqOCMDjdUacEhiiN1TvuTY5ch5bIDcBHAGRuRlfOQRbiN 2026-03-31T20:29:36.631 INFO:teuthology.orchestra.run.vm06.stderr:+ sed -e 's/^/ /' 2026-03-31T20:29:36.632 INFO:teuthology.orchestra.run.vm06.stderr:+ read LINE 2026-03-31T20:29:36.632 INFO:teuthology.orchestra.run.vm06.stderr:+ echo O4OqSWAORjt2ckY9mMZ79oCKsCerZnPQAJ7GlCubNHyZBg0YVgpmIlvJGdnFSL6L 2026-03-31T20:29:36.632 INFO:teuthology.orchestra.run.vm06.stderr:+ sed -e 's/^/ /' 2026-03-31T20:29:36.633 INFO:teuthology.orchestra.run.vm06.stderr:+ read LINE 2026-03-31T20:29:36.633 INFO:teuthology.orchestra.run.vm06.stderr:+ echo s97GfnbcQNMAkmhunCu1jPo++3OuY6adpBIz5CuxESVXlQE1CNCm2Cufl0I2TfBb 2026-03-31T20:29:36.633 INFO:teuthology.orchestra.run.vm06.stderr:+ sed -e 's/^/ /' 2026-03-31T20:29:36.634 INFO:teuthology.orchestra.run.vm06.stderr:+ read LINE 2026-03-31T20:29:36.634 INFO:teuthology.orchestra.run.vm06.stderr:+ echo rTArU9Npl+Uy76jqhrttkrsOnBBeXTvSDTaXfrwzx4fi6tukA1JqKY5O+hvFLT6V 2026-03-31T20:29:36.634 INFO:teuthology.orchestra.run.vm06.stderr:+ sed -e 's/^/ /' 2026-03-31T20:29:36.634 INFO:teuthology.orchestra.run.vm06.stderr:+ read LINE 2026-03-31T20:29:36.635 INFO:teuthology.orchestra.run.vm06.stderr:+ echo Ki/JhkQs59JbwDc7Auu6GY9aXWVxowRc83VUehndk6zWry5m8UVXOo14eRVu2xyS 2026-03-31T20:29:36.635 INFO:teuthology.orchestra.run.vm06.stderr:+ sed -e 's/^/ /' 2026-03-31T20:29:36.635 INFO:teuthology.orchestra.run.vm06.stderr:+ read LINE 2026-03-31T20:29:36.635 INFO:teuthology.orchestra.run.vm06.stderr:+ echo ArAhuuuF0kfxpsg/TtKNKl1x0GaqycnrHjPllKnHrFHwhOM49adgV8GJluS4teHr 2026-03-31T20:29:36.635 INFO:teuthology.orchestra.run.vm06.stderr:+ sed -e 's/^/ /' 2026-03-31T20:29:36.636 INFO:teuthology.orchestra.run.vm06.stderr:+ read LINE 2026-03-31T20:29:36.636 INFO:teuthology.orchestra.run.vm06.stderr:+ echo 5vqOpYLrJA2W4WD97d8AwdASFI0dC/CQvXy9tnOYyCK8ixkOVRH1jSg1352wk2Ik 2026-03-31T20:29:36.636 INFO:teuthology.orchestra.run.vm06.stderr:+ sed -e 's/^/ /' 2026-03-31T20:29:36.637 INFO:teuthology.orchestra.run.vm06.stderr:+ read LINE 2026-03-31T20:29:36.637 INFO:teuthology.orchestra.run.vm06.stderr:+ echo bhJkaxdVK/iLoZcD68AyXO7MnpYIjpjuWpZaTL93WJrBC7XLWBjwC2WhuIffgnwL 2026-03-31T20:29:36.637 INFO:teuthology.orchestra.run.vm06.stderr:+ sed -e 's/^/ /' 2026-03-31T20:29:36.638 INFO:teuthology.orchestra.run.vm06.stderr:+ read LINE 2026-03-31T20:29:36.638 INFO:teuthology.orchestra.run.vm06.stderr:+ echo +vOltPgvnDDb74+nqj/UB2MwFvjIbwQfCYTmz+8LdQe93o7Mz13JhhhBgV6PVHAx 2026-03-31T20:29:36.638 INFO:teuthology.orchestra.run.vm06.stderr:+ sed -e 's/^/ /' 2026-03-31T20:29:36.638 INFO:teuthology.orchestra.run.vm06.stderr:+ read LINE 2026-03-31T20:29:36.638 INFO:teuthology.orchestra.run.vm06.stderr:+ echo 6OWzenTdT/yigypXD9JYMEzlda6H3OvLiajfBYRmG9W6jka+4pGU4G2VxSkWJ+FD 2026-03-31T20:29:36.639 INFO:teuthology.orchestra.run.vm06.stderr:+ sed -e 's/^/ /' 2026-03-31T20:29:36.639 INFO:teuthology.orchestra.run.vm06.stderr:+ read LINE 2026-03-31T20:29:36.639 INFO:teuthology.orchestra.run.vm06.stderr:+ echo hjAlFxvKNCJqZkZxo8qtAoIBAQDs5SQaF2uoD+wViapcgg5vCVHrBDs41bsTu143 2026-03-31T20:29:36.639 INFO:teuthology.orchestra.run.vm06.stderr:+ sed -e 's/^/ /' 2026-03-31T20:29:36.640 INFO:teuthology.orchestra.run.vm06.stderr:+ read LINE 2026-03-31T20:29:36.640 INFO:teuthology.orchestra.run.vm06.stderr:+ echo p0HxIzrHMFzPq30G5sQmQpa57YbRYdIcn29nBMqDVfil96CnGqPQyrEh8AIxCzxL 2026-03-31T20:29:36.640 INFO:teuthology.orchestra.run.vm06.stderr:+ sed -e 's/^/ /' 2026-03-31T20:29:36.641 INFO:teuthology.orchestra.run.vm06.stderr:+ read LINE 2026-03-31T20:29:36.641 INFO:teuthology.orchestra.run.vm06.stderr:+ echo lFg1p0GpiQ2LGjjoIMaTrQ9JXS2j0W6HrX/gfjwbELZohN5mWGROduoL44zYgTyE 2026-03-31T20:29:36.641 INFO:teuthology.orchestra.run.vm06.stderr:+ sed -e 's/^/ /' 2026-03-31T20:29:36.642 INFO:teuthology.orchestra.run.vm06.stderr:+ read LINE 2026-03-31T20:29:36.642 INFO:teuthology.orchestra.run.vm06.stderr:+ echo JLTqFCNn2cdwimKFdzsZQGAHNOZDUi6a+8aH9qeGPiesie/8TWRTPr8RJE0Zisxr 2026-03-31T20:29:36.642 INFO:teuthology.orchestra.run.vm06.stderr:+ sed -e 's/^/ /' 2026-03-31T20:29:36.642 INFO:teuthology.orchestra.run.vm06.stderr:+ read LINE 2026-03-31T20:29:36.643 INFO:teuthology.orchestra.run.vm06.stderr:+ echo GhH+rz+W84zfNCiX0jY5v2SE0j2U8jW+DJhkracs8oXNEUxIXtlMDNvlV1dC8VMJ 2026-03-31T20:29:36.643 INFO:teuthology.orchestra.run.vm06.stderr:+ sed -e 's/^/ /' 2026-03-31T20:29:36.643 INFO:teuthology.orchestra.run.vm06.stderr:+ read LINE 2026-03-31T20:29:36.643 INFO:teuthology.orchestra.run.vm06.stderr:+ echo s5i01mGQ/cHLtGFDFDUUqmNCArGyA/YYGEgVyLq5gf2ZKkZtAoIBAQDbc81s2L0V 2026-03-31T20:29:36.644 INFO:teuthology.orchestra.run.vm06.stderr:+ sed -e 's/^/ /' 2026-03-31T20:29:36.644 INFO:teuthology.orchestra.run.vm06.stderr:+ read LINE 2026-03-31T20:29:36.644 INFO:teuthology.orchestra.run.vm06.stderr:+ echo 5erisPf9/LcmOONjXEXd+6iFApBtr/C7dGkGQpbQeh6Lp9UsNCf6F8+Km+E8vjEp 2026-03-31T20:29:36.644 INFO:teuthology.orchestra.run.vm06.stderr:+ sed -e 's/^/ /' 2026-03-31T20:29:36.645 INFO:teuthology.orchestra.run.vm06.stderr:+ read LINE 2026-03-31T20:29:36.645 INFO:teuthology.orchestra.run.vm06.stderr:+ echo lNK71q1RQsmUaeiTVQrkL0eAZBT3wbStIaH14doA3Kt/qv7LShBOZ5+ng5IssUOi 2026-03-31T20:29:36.645 INFO:teuthology.orchestra.run.vm06.stderr:+ sed -e 's/^/ /' 2026-03-31T20:29:36.646 INFO:teuthology.orchestra.run.vm06.stderr:+ read LINE 2026-03-31T20:29:36.646 INFO:teuthology.orchestra.run.vm06.stderr:+ echo gwzuzxmjiNn9JpdxckU6MJXgtKfJYwbGwVwAaHtWBiIJZ5EKSCUDO1VDYgoQVGtR 2026-03-31T20:29:36.646 INFO:teuthology.orchestra.run.vm06.stderr:+ sed -e 's/^/ /' 2026-03-31T20:29:36.647 INFO:teuthology.orchestra.run.vm06.stderr:+ read LINE 2026-03-31T20:29:36.647 INFO:teuthology.orchestra.run.vm06.stderr:+ echo zWH0YMtNUCs2Uxr8mLQ/lTrAifoUdMVrlAH85YR9cP3yyZhja4/yLjTCecDqrEkn 2026-03-31T20:29:36.647 INFO:teuthology.orchestra.run.vm06.stderr:+ sed -e 's/^/ /' 2026-03-31T20:29:36.647 INFO:teuthology.orchestra.run.vm06.stderr:+ read LINE 2026-03-31T20:29:36.648 INFO:teuthology.orchestra.run.vm06.stderr:+ echo bYTInGPcFDTmhpWiVvnbPgYqhTlxuhGIaLsl/VoLmDeu5EUUoaE2ENA858upu97f 2026-03-31T20:29:36.648 INFO:teuthology.orchestra.run.vm06.stderr:+ sed -e 's/^/ /' 2026-03-31T20:29:36.648 INFO:teuthology.orchestra.run.vm06.stderr:+ read LINE 2026-03-31T20:29:36.649 INFO:teuthology.orchestra.run.vm06.stderr:+ echo YJquCXrXTFm3AoIBAAa83bIASIeXLFfQeo/3AwIVecb9b9HGAnQlOCDNGQsKvXk8 2026-03-31T20:29:36.649 INFO:teuthology.orchestra.run.vm06.stderr:+ sed -e 's/^/ /' 2026-03-31T20:29:36.649 INFO:teuthology.orchestra.run.vm06.stderr:+ read LINE 2026-03-31T20:29:36.649 INFO:teuthology.orchestra.run.vm06.stderr:+ echo 3ubpMb0ogxuzeSYAo30BE0DNKBX+BOSHZXMS//bAwzgFC9SzRtyuPSDJL1kXUL7J 2026-03-31T20:29:36.649 INFO:teuthology.orchestra.run.vm06.stderr:+ sed -e 's/^/ /' 2026-03-31T20:29:36.650 INFO:teuthology.orchestra.run.vm06.stderr:+ read LINE 2026-03-31T20:29:36.650 INFO:teuthology.orchestra.run.vm06.stderr:+ echo ryDttgCkLgG1QmILzGiEZGhnfuObs4nxh76hSNIQYYn5x95esnrV8iqwAJVHzVn+ 2026-03-31T20:29:36.650 INFO:teuthology.orchestra.run.vm06.stderr:+ sed -e 's/^/ /' 2026-03-31T20:29:36.651 INFO:teuthology.orchestra.run.vm06.stderr:+ read LINE 2026-03-31T20:29:36.651 INFO:teuthology.orchestra.run.vm06.stderr:+ echo z7VbukGhioTFV/Xcg1AW3kx6LMNhOJKQ4f/+TF0YtmnHtxd9uNOpJvdE3o4n3d8l 2026-03-31T20:29:36.651 INFO:teuthology.orchestra.run.vm06.stderr:+ sed -e 's/^/ /' 2026-03-31T20:29:36.652 INFO:teuthology.orchestra.run.vm06.stderr:+ read LINE 2026-03-31T20:29:36.652 INFO:teuthology.orchestra.run.vm06.stderr:+ echo PjR6/0ySJgiucOV2NVovKWgmY485gS++FiAnBcxpJjULiJWVTl4RDxOPkCBUmKHP 2026-03-31T20:29:36.652 INFO:teuthology.orchestra.run.vm06.stderr:+ sed -e 's/^/ /' 2026-03-31T20:29:36.653 INFO:teuthology.orchestra.run.vm06.stderr:+ read LINE 2026-03-31T20:29:36.653 INFO:teuthology.orchestra.run.vm06.stderr:+ echo Fdv9XWbTBE96KSiPew5dHnrA9gvokacFE3lvwmECggEAPWG/tNFO2kAsGeo8A1vb 2026-03-31T20:29:36.653 INFO:teuthology.orchestra.run.vm06.stderr:+ sed -e 's/^/ /' 2026-03-31T20:29:36.653 INFO:teuthology.orchestra.run.vm06.stderr:+ read LINE 2026-03-31T20:29:36.654 INFO:teuthology.orchestra.run.vm06.stderr:+ echo cqJ438Lge/23HjUgZr3OjPA7rBeWDYwK3S89jhask+RzFacSMiZUo/fPleCvK8qN 2026-03-31T20:29:36.654 INFO:teuthology.orchestra.run.vm06.stderr:+ sed -e 's/^/ /' 2026-03-31T20:29:36.654 INFO:teuthology.orchestra.run.vm06.stderr:+ read LINE 2026-03-31T20:29:36.654 INFO:teuthology.orchestra.run.vm06.stderr:+ echo jait9//Sgw7CZiQYRVB2E/MTVS4uBw2yHoyapgv6UaPkYTuI+F1AuMUFKgrddgOC 2026-03-31T20:29:36.654 INFO:teuthology.orchestra.run.vm06.stderr:+ sed -e 's/^/ /' 2026-03-31T20:29:36.655 INFO:teuthology.orchestra.run.vm06.stderr:+ read LINE 2026-03-31T20:29:36.655 INFO:teuthology.orchestra.run.vm06.stderr:+ echo Ta+srnuy51rNoUOGpuq+63sMG8UdsmsWvCCuzfxt9eBzsdxLSlQCjKfw3STx2Jcy 2026-03-31T20:29:36.655 INFO:teuthology.orchestra.run.vm06.stderr:+ sed -e 's/^/ /' 2026-03-31T20:29:36.656 INFO:teuthology.orchestra.run.vm06.stderr:+ read LINE 2026-03-31T20:29:36.656 INFO:teuthology.orchestra.run.vm06.stderr:+ echo 7wgBxWOFDz/TZiVxwKUEz1lf0Pf1vgyLy4wdxrlAUxIficH6dulnsNKOUHqF5/ny 2026-03-31T20:29:36.656 INFO:teuthology.orchestra.run.vm06.stderr:+ sed -e 's/^/ /' 2026-03-31T20:29:36.657 INFO:teuthology.orchestra.run.vm06.stderr:+ read LINE 2026-03-31T20:29:36.657 INFO:teuthology.orchestra.run.vm06.stderr:+ echo 7gP4+KZxTqSjnuMStT/BRbFdn3uk4xdZg96vf9zRtciwJkkDi19UMJDZ0xItvOjL 2026-03-31T20:29:36.657 INFO:teuthology.orchestra.run.vm06.stderr:+ sed -e 's/^/ /' 2026-03-31T20:29:36.657 INFO:teuthology.orchestra.run.vm06.stderr:+ read LINE 2026-03-31T20:29:36.657 INFO:teuthology.orchestra.run.vm06.stderr:+ echo MwKCAQBDH5cbHGtR1jLqyMvx9+bh1FxlqDfgeGql8tRdgnMWKodUQeaLTGRsKMuZ 2026-03-31T20:29:36.658 INFO:teuthology.orchestra.run.vm06.stderr:+ sed -e 's/^/ /' 2026-03-31T20:29:36.658 INFO:teuthology.orchestra.run.vm06.stderr:+ read LINE 2026-03-31T20:29:36.658 INFO:teuthology.orchestra.run.vm06.stderr:+ echo XgrtunKNXdEhBV4TMxwVIhmMto97Mo7N+e9ZdlFtQ3JXLpib7Ib5pIHFYZJxAjGU 2026-03-31T20:29:36.659 INFO:teuthology.orchestra.run.vm06.stderr:+ sed -e 's/^/ /' 2026-03-31T20:29:36.659 INFO:teuthology.orchestra.run.vm06.stderr:+ read LINE 2026-03-31T20:29:36.659 INFO:teuthology.orchestra.run.vm06.stderr:+ echo MX4jTpVPDCT0Q/SKPCtQg2sjP70RG1V4BJKTCuNS2XESHW1x7FakGi4ds9fXQFlt 2026-03-31T20:29:36.659 INFO:teuthology.orchestra.run.vm06.stderr:+ sed -e 's/^/ /' 2026-03-31T20:29:36.660 INFO:teuthology.orchestra.run.vm06.stderr:+ read LINE 2026-03-31T20:29:36.660 INFO:teuthology.orchestra.run.vm06.stderr:+ echo yyYtBwcc9effH10tWEcHPaEJz1bxYhreTBmXdPwZcskCYzhwwpx3VGNx5JtF+t3R 2026-03-31T20:29:36.660 INFO:teuthology.orchestra.run.vm06.stderr:+ sed -e 's/^/ /' 2026-03-31T20:29:36.661 INFO:teuthology.orchestra.run.vm06.stderr:+ read LINE 2026-03-31T20:29:36.661 INFO:teuthology.orchestra.run.vm06.stderr:+ echo zIrAe6m2t3gLm+52V6+qf3ycx7b/DXhwOO1CR06sXgDrVxsnnaJSgu3piTahhDiO 2026-03-31T20:29:36.661 INFO:teuthology.orchestra.run.vm06.stderr:+ sed -e 's/^/ /' 2026-03-31T20:29:36.662 INFO:teuthology.orchestra.run.vm06.stderr:+ read LINE 2026-03-31T20:29:36.662 INFO:teuthology.orchestra.run.vm06.stderr:+ echo xLpM56woME7c/OLlD0pv2mWJwKdz 2026-03-31T20:29:36.662 INFO:teuthology.orchestra.run.vm06.stderr:+ sed -e 's/^/ /' 2026-03-31T20:29:36.662 INFO:teuthology.orchestra.run.vm06.stderr:+ read LINE 2026-03-31T20:29:36.662 INFO:teuthology.orchestra.run.vm06.stderr:+ echo -----END PRIVATE KEY----- 2026-03-31T20:29:36.663 INFO:teuthology.orchestra.run.vm06.stderr:+ sed -e 's/^/ /' 2026-03-31T20:29:36.663 INFO:teuthology.orchestra.run.vm06.stderr:+ read LINE 2026-03-31T20:29:36.663 INFO:teuthology.orchestra.run.vm06.stderr:+ ceph orch apply -i /tmp/mgmt.spec 2026-03-31T20:29:36.841 INFO:teuthology.orchestra.run.vm06.stdout:Scheduled mgmt-gateway update... 2026-03-31T20:29:36.892 INFO:teuthology.run_tasks:Running task cephadm.wait_for_service... 2026-03-31T20:29:36.894 INFO:tasks.cephadm:Waiting for ceph service mgmt-gateway to start (timeout 300)... 2026-03-31T20:29:36.894 DEBUG:teuthology.orchestra.run.vm01:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:5bb3278730741031382ca9c3dc9d221a942e06a2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37 -- ceph orch ls -f json 2026-03-31T20:29:37.130 INFO:teuthology.orchestra.run.vm01.stderr:Inferring config /var/lib/ceph/2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37/mon.a/config 2026-03-31T20:29:37.417 INFO:teuthology.orchestra.run.vm01.stdout: 2026-03-31T20:29:37.417 INFO:teuthology.orchestra.run.vm01.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2026-03-31T20:25:36.062440Z", "last_refresh": "2026-03-31T20:26:21.516820Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2026-03-31T20:25:35.867601Z", "last_refresh": "2026-03-31T20:26:21.609524Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2026-03-31T20:29:36.842520Z service:mgmt-gateway [INFO] \"service was created\""], "placement": {"hosts": ["vm06"]}, "service_name": "mgmt-gateway", "service_type": "mgmt-gateway", "spec": {"enable_health_check_endpoint": true, "ssl": true, "ssl_cert": "-----BEGIN CERTIFICATE-----\nMIIE+TCCAuGgAwIBAgIUU5QM37ZN3xYkASru0NQE93pd6McwDQYJKoZIhvcNAQEL\nBQAwDDEKMAgGA1UEAwwBKjAeFw0yNjAzMzEyMDI5MzZaFw0yNjA0MzAyMDI5MzZa\nMAwxCjAIBgNVBAMMASowggIiMA0GCSqGSIb3DQEBAQUAA4ICDwAwggIKAoICAQDL\nEy7pwOYNym5t6c51aZcLADmhj6hk1+JFgxiQ6neD/xFVgDHbY8SphO8uMihdARED\ntReTEtNJyVYPmWyXTqn0KF5lNb+xSg8m79SalfxDx0bdwPWAGUzWdzq8BnyqAAhd\n0M4kpANAVn9Jlf0veOvbPBle324Apj3nQOm9FNgi20lqpExyk7jsvMHvZ1XKEK4Y\n/UY/LsBYf2d1IZcwprvzEjYWO2nq5veESxP0Z2NgKCHd+4S3Xho6nXYVo8tOCvc+\nbq/dwlenTBzmE5kK0V6OQLMT1LRbDfqQ2+lN6iWMV6Y4TUmRAeHy/fJIoNocP0Hm\nYqUeGW+sxQvgdHPGaIV4HuO4O9exR1Iu0VG63D0xrQcU6dgb4P6H/6pzsz8buFTj\nePkBpQwJhPxc7ovsonyh7a6gGK0i/7Zi3MxVF4hOSyaQPsQT6/XNm6sTGq0WW0s+\nkqjkkci0EtmQNRVXL2Kv9JwWePDaoiBb+BocEkvE3GQP55n3OmBPEM6S8/a/7LLQ\nrvlucrfRCO/7IdlFXf5LmNqiJpmN60yYaTdItbQ8bSpJ+3MwBQYI6FGAyxVwGlLm\nhmqOw5XYD+uIRix3hzkgFBY1u24fgsXBzz+rfN4VIpiekl79nK99DAdA3f6jmtwL\nVr5jYnv1yX/egEWwZWMK6IVGc9a4WN12bnUsoxA86wIDAQABo1MwUTAdBgNVHQ4E\nFgQUl+VBW8LN3PX37krTJzXew6wWEQAwHwYDVR0jBBgwFoAUl+VBW8LN3PX37krT\nJzXew6wWEQAwDwYDVR0TAQH/BAUwAwEB/zANBgkqhkiG9w0BAQsFAAOCAgEAUXZH\nOyy9jzVn7M0ZjV93n11ZHAgv6GqhvNwu3RrzFW3ftGP6rQYMHP4vPkV7LASQItsp\n4utJyoaTSh/4V2sZUteVD5/JL2glMWHSfeyLuVFjTUvVCQOxzRXK8AgFfdxoJBG+\nQeInOBGOp9/KjrteetNuIsno2XysX6Vr7cpJa4GpHRvCHtdjuoP8NyYoHyltQoI2\nTSEpShn99Koj9VYDqB0T1Rz8InuOJEwHgihpnV4Hbtcrqtz3/0i4sk+uFN9IAXGv\n0QGS+yHlVPrAMJ3gQv0F8GQaXnUqm7MUfgQoBc3ZngjYWW55g1x5MFV1sxozeavA\npCaCaWpvyFk8KF3U3Yl2TWDUdSOe4P8nFKbn0DqguVWAB+lI41deuokBiwwV2PnV\nhvw3EQPr2XnkN3lEKYQcNdtOlyToGE/R6ehdKCZv3LPVGjPs2/mpP8Q8Wb8JIe4H\nWkhJFK+J5NNq9TyYuuAFkWnxX/0GmCbVAQLmLTdfSM5+inqmLKqcVySZtSQdZa6m\nA9YIFjB0CJjVAHE/iGXrDDcxoF9evYT5dJsSwBhZM23VlV5GHbvuXHLIY+/aOvEH\nPs5jUP86NrSSGsjAyjQe6QxoS/vM1UaBzXb1yDtPUaJeCWoxhlcYcjNhdRVvXMoM\nv2ZkegO6SqSZyGOqzhvSPflM1wv0pW049aUPhlU=\n-----END CERTIFICATE-----\n", "ssl_ciphers": ["AES128-SHA", "AES256-SHA"], "ssl_key": "-----BEGIN PRIVATE KEY-----\nMIIJQQIBADANBgkqhkiG9w0BAQEFAASCCSswggknAgEAAoICAQDLEy7pwOYNym5t\n6c51aZcLADmhj6hk1+JFgxiQ6neD/xFVgDHbY8SphO8uMihdAREDtReTEtNJyVYP\nmWyXTqn0KF5lNb+xSg8m79SalfxDx0bdwPWAGUzWdzq8BnyqAAhd0M4kpANAVn9J\nlf0veOvbPBle324Apj3nQOm9FNgi20lqpExyk7jsvMHvZ1XKEK4Y/UY/LsBYf2d1\nIZcwprvzEjYWO2nq5veESxP0Z2NgKCHd+4S3Xho6nXYVo8tOCvc+bq/dwlenTBzm\nE5kK0V6OQLMT1LRbDfqQ2+lN6iWMV6Y4TUmRAeHy/fJIoNocP0HmYqUeGW+sxQvg\ndHPGaIV4HuO4O9exR1Iu0VG63D0xrQcU6dgb4P6H/6pzsz8buFTjePkBpQwJhPxc\n7ovsonyh7a6gGK0i/7Zi3MxVF4hOSyaQPsQT6/XNm6sTGq0WW0s+kqjkkci0EtmQ\nNRVXL2Kv9JwWePDaoiBb+BocEkvE3GQP55n3OmBPEM6S8/a/7LLQrvlucrfRCO/7\nIdlFXf5LmNqiJpmN60yYaTdItbQ8bSpJ+3MwBQYI6FGAyxVwGlLmhmqOw5XYD+uI\nRix3hzkgFBY1u24fgsXBzz+rfN4VIpiekl79nK99DAdA3f6jmtwLVr5jYnv1yX/e\ngEWwZWMK6IVGc9a4WN12bnUsoxA86wIDAQABAoICABqHZ4YG+qbLjrCSLjP9dstr\nnJvECiIeZ8Nf9GoeDz3xqOCMDjdUacEhiiN1TvuTY5ch5bIDcBHAGRuRlfOQRbiN\nO4OqSWAORjt2ckY9mMZ79oCKsCerZnPQAJ7GlCubNHyZBg0YVgpmIlvJGdnFSL6L\ns97GfnbcQNMAkmhunCu1jPo++3OuY6adpBIz5CuxESVXlQE1CNCm2Cufl0I2TfBb\nrTArU9Npl+Uy76jqhrttkrsOnBBeXTvSDTaXfrwzx4fi6tukA1JqKY5O+hvFLT6V\nKi/JhkQs59JbwDc7Auu6GY9aXWVxowRc83VUehndk6zWry5m8UVXOo14eRVu2xyS\nArAhuuuF0kfxpsg/TtKNKl1x0GaqycnrHjPllKnHrFHwhOM49adgV8GJluS4teHr\n5vqOpYLrJA2W4WD97d8AwdASFI0dC/CQvXy9tnOYyCK8ixkOVRH1jSg1352wk2Ik\nbhJkaxdVK/iLoZcD68AyXO7MnpYIjpjuWpZaTL93WJrBC7XLWBjwC2WhuIffgnwL\n+vOltPgvnDDb74+nqj/UB2MwFvjIbwQfCYTmz+8LdQe93o7Mz13JhhhBgV6PVHAx\n6OWzenTdT/yigypXD9JYMEzlda6H3OvLiajfBYRmG9W6jka+4pGU4G2VxSkWJ+FD\nhjAlFxvKNCJqZkZxo8qtAoIBAQDs5SQaF2uoD+wViapcgg5vCVHrBDs41bsTu143\np0HxIzrHMFzPq30G5sQmQpa57YbRYdIcn29nBMqDVfil96CnGqPQyrEh8AIxCzxL\nlFg1p0GpiQ2LGjjoIMaTrQ9JXS2j0W6HrX/gfjwbELZohN5mWGROduoL44zYgTyE\nJLTqFCNn2cdwimKFdzsZQGAHNOZDUi6a+8aH9qeGPiesie/8TWRTPr8RJE0Zisxr\nGhH+rz+W84zfNCiX0jY5v2SE0j2U8jW+DJhkracs8oXNEUxIXtlMDNvlV1dC8VMJ\ns5i01mGQ/cHLtGFDFDUUqmNCArGyA/YYGEgVyLq5gf2ZKkZtAoIBAQDbc81s2L0V\n5erisPf9/LcmOONjXEXd+6iFApBtr/C7dGkGQpbQeh6Lp9UsNCf6F8+Km+E8vjEp\nlNK71q1RQsmUaeiTVQrkL0eAZBT3wbStIaH14doA3Kt/qv7LShBOZ5+ng5IssUOi\ngwzuzxmjiNn9JpdxckU6MJXgtKfJYwbGwVwAaHtWBiIJZ5EKSCUDO1VDYgoQVGtR\nzWH0YMtNUCs2Uxr8mLQ/lTrAifoUdMVrlAH85YR9cP3yyZhja4/yLjTCecDqrEkn\nbYTInGPcFDTmhpWiVvnbPgYqhTlxuhGIaLsl/VoLmDeu5EUUoaE2ENA858upu97f\nYJquCXrXTFm3AoIBAAa83bIASIeXLFfQeo/3AwIVecb9b9HGAnQlOCDNGQsKvXk8\n3ubpMb0ogxuzeSYAo30BE0DNKBX+BOSHZXMS//bAwzgFC9SzRtyuPSDJL1kXUL7J\nryDttgCkLgG1QmILzGiEZGhnfuObs4nxh76hSNIQYYn5x95esnrV8iqwAJVHzVn+\nz7VbukGhioTFV/Xcg1AW3kx6LMNhOJKQ4f/+TF0YtmnHtxd9uNOpJvdE3o4n3d8l\nPjR6/0ySJgiucOV2NVovKWgmY485gS++FiAnBcxpJjULiJWVTl4RDxOPkCBUmKHP\nFdv9XWbTBE96KSiPew5dHnrA9gvokacFE3lvwmECggEAPWG/tNFO2kAsGeo8A1vb\ncqJ438Lge/23HjUgZr3OjPA7rBeWDYwK3S89jhask+RzFacSMiZUo/fPleCvK8qN\njait9//Sgw7CZiQYRVB2E/MTVS4uBw2yHoyapgv6UaPkYTuI+F1AuMUFKgrddgOC\nTa+srnuy51rNoUOGpuq+63sMG8UdsmsWvCCuzfxt9eBzsdxLSlQCjKfw3STx2Jcy\n7wgBxWOFDz/TZiVxwKUEz1lf0Pf1vgyLy4wdxrlAUxIficH6dulnsNKOUHqF5/ny\n7gP4+KZxTqSjnuMStT/BRbFdn3uk4xdZg96vf9zRtciwJkkDi19UMJDZ0xItvOjL\nMwKCAQBDH5cbHGtR1jLqyMvx9+bh1FxlqDfgeGql8tRdgnMWKodUQeaLTGRsKMuZ\nXgrtunKNXdEhBV4TMxwVIhmMto97Mo7N+e9ZdlFtQ3JXLpib7Ib5pIHFYZJxAjGU\nMX4jTpVPDCT0Q/SKPCtQg2sjP70RG1V4BJKTCuNS2XESHW1x7FakGi4ds9fXQFlt\nyyYtBwcc9effH10tWEcHPaEJz1bxYhreTBmXdPwZcskCYzhwwpx3VGNx5JtF+t3R\nzIrAe6m2t3gLm+52V6+qf3ycx7b/DXhwOO1CR06sXgDrVxsnnaJSgu3piTahhDiO\nxLpM56woME7c/OLlD0pv2mWJwKdz\n-----END PRIVATE KEY-----\n", "ssl_protocols": ["TLSv1.2", "TLSv1.3"]}, "status": {"created": "2026-03-31T20:29:36.837682Z", "running": 0, "size": 1}}, {"placement": {"count": 2, "hosts": ["vm01=a", "vm05=b"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2026-03-31T20:23:00.847156Z", "last_refresh": "2026-03-31T20:26:13.667324Z", "running": 2, "size": 2}}, {"placement": {"count": 3, "hosts": ["vm01:192.168.123.101=a", "vm05:192.168.123.105=b", "vm06:192.168.123.106=c"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2026-03-31T20:22:46.360888Z", "last_refresh": "2026-03-31T20:26:13.667377Z", "running": 3, "size": 3}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2026-03-31T20:25:35.674270Z", "last_refresh": "2026-03-31T20:26:13.667442Z", "ports": [9100], "running": 3, "size": 3}}, {"placement": {"host_pattern": "vm06"}, "service_id": "default", "service_name": "osd.default", "service_type": "osd", "spec": {"data_devices": {"paths": ["vg_nvme/lv_4"]}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2026-03-31T20:25:19.698997Z", "last_refresh": "2026-03-31T20:26:13.667411Z", "running": 3, "size": 3}}, {"events": ["2026-03-31T20:26:14.709345Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2026-03-31T20:25:36.250777Z", "last_refresh": "2026-03-31T20:26:13.667471Z", "ports": [9095], "running": 1, "size": 1}}] 2026-03-31T20:29:37.426 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:29:37 vm01 bash[20507]: cluster 2026-03-31T20:29:36.130249+0000 mgr.a (mgr.14433) 139 : cluster [DBG] pgmap v107: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:29:37.426 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:29:37 vm01 bash[20507]: cluster 2026-03-31T20:29:36.130249+0000 mgr.a (mgr.14433) 139 : cluster [DBG] pgmap v107: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:29:37.426 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:29:37 vm01 bash[20507]: audit 2026-03-31T20:29:36.842305+0000 mon.a (mon.0) 650 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:29:37.426 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:29:37 vm01 bash[20507]: audit 2026-03-31T20:29:36.842305+0000 mon.a (mon.0) 650 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:29:37.426 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:29:37 vm01 bash[20507]: audit 2026-03-31T20:29:36.842783+0000 mon.a (mon.0) 651 : audit [DBG] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-03-31T20:29:37.426 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:29:37 vm01 bash[20507]: audit 2026-03-31T20:29:36.842783+0000 mon.a (mon.0) 651 : audit [DBG] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-03-31T20:29:37.426 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:29:37 vm01 bash[20507]: audit 2026-03-31T20:29:36.843616+0000 mon.a (mon.0) 652 : audit [DBG] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-03-31T20:29:37.426 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:29:37 vm01 bash[20507]: audit 2026-03-31T20:29:36.843616+0000 mon.a (mon.0) 652 : audit [DBG] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-03-31T20:29:37.426 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:29:37 vm01 bash[20507]: audit 2026-03-31T20:29:36.844001+0000 mon.a (mon.0) 653 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-03-31T20:29:37.426 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:29:37 vm01 bash[20507]: audit 2026-03-31T20:29:36.844001+0000 mon.a (mon.0) 653 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-03-31T20:29:37.426 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:29:37 vm01 bash[20507]: audit 2026-03-31T20:29:36.846988+0000 mon.a (mon.0) 654 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:29:37.426 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:29:37 vm01 bash[20507]: audit 2026-03-31T20:29:36.846988+0000 mon.a (mon.0) 654 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:29:37.426 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:29:37 vm01 bash[20507]: audit 2026-03-31T20:29:36.847939+0000 mon.a (mon.0) 655 : audit [DBG] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-03-31T20:29:37.426 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:29:37 vm01 bash[20507]: audit 2026-03-31T20:29:36.847939+0000 mon.a (mon.0) 655 : audit [DBG] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-03-31T20:29:37.465 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:29:37 vm06 bash[23229]: cluster 2026-03-31T20:29:36.130249+0000 mgr.a (mgr.14433) 139 : cluster [DBG] pgmap v107: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:29:37.465 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:29:37 vm06 bash[23229]: cluster 2026-03-31T20:29:36.130249+0000 mgr.a (mgr.14433) 139 : cluster [DBG] pgmap v107: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:29:37.466 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:29:37 vm06 bash[23229]: audit 2026-03-31T20:29:36.842305+0000 mon.a (mon.0) 650 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:29:37.466 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:29:37 vm06 bash[23229]: audit 2026-03-31T20:29:36.842305+0000 mon.a (mon.0) 650 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:29:37.466 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:29:37 vm06 bash[23229]: audit 2026-03-31T20:29:36.842783+0000 mon.a (mon.0) 651 : audit [DBG] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-03-31T20:29:37.466 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:29:37 vm06 bash[23229]: audit 2026-03-31T20:29:36.842783+0000 mon.a (mon.0) 651 : audit [DBG] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-03-31T20:29:37.466 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:29:37 vm06 bash[23229]: audit 2026-03-31T20:29:36.843616+0000 mon.a (mon.0) 652 : audit [DBG] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-03-31T20:29:37.466 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:29:37 vm06 bash[23229]: audit 2026-03-31T20:29:36.843616+0000 mon.a (mon.0) 652 : audit [DBG] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-03-31T20:29:37.466 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:29:37 vm06 bash[23229]: audit 2026-03-31T20:29:36.844001+0000 mon.a (mon.0) 653 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-03-31T20:29:37.466 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:29:37 vm06 bash[23229]: audit 2026-03-31T20:29:36.844001+0000 mon.a (mon.0) 653 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-03-31T20:29:37.466 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:29:37 vm06 bash[23229]: audit 2026-03-31T20:29:36.846988+0000 mon.a (mon.0) 654 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:29:37.466 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:29:37 vm06 bash[23229]: audit 2026-03-31T20:29:36.846988+0000 mon.a (mon.0) 654 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:29:37.466 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:29:37 vm06 bash[23229]: audit 2026-03-31T20:29:36.847939+0000 mon.a (mon.0) 655 : audit [DBG] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-03-31T20:29:37.466 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:29:37 vm06 bash[23229]: audit 2026-03-31T20:29:36.847939+0000 mon.a (mon.0) 655 : audit [DBG] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-03-31T20:29:37.493 INFO:tasks.cephadm:mgmt-gateway has 0/1 2026-03-31T20:29:37.636 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:29:37 vm05 bash[22868]: cluster 2026-03-31T20:29:36.130249+0000 mgr.a (mgr.14433) 139 : cluster [DBG] pgmap v107: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:29:37.636 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:29:37 vm05 bash[22868]: cluster 2026-03-31T20:29:36.130249+0000 mgr.a (mgr.14433) 139 : cluster [DBG] pgmap v107: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:29:37.637 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:29:37 vm05 bash[22868]: audit 2026-03-31T20:29:36.842305+0000 mon.a (mon.0) 650 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:29:37.637 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:29:37 vm05 bash[22868]: audit 2026-03-31T20:29:36.842305+0000 mon.a (mon.0) 650 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:29:37.637 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:29:37 vm05 bash[22868]: audit 2026-03-31T20:29:36.842783+0000 mon.a (mon.0) 651 : audit [DBG] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-03-31T20:29:37.637 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:29:37 vm05 bash[22868]: audit 2026-03-31T20:29:36.842783+0000 mon.a (mon.0) 651 : audit [DBG] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-03-31T20:29:37.637 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:29:37 vm05 bash[22868]: audit 2026-03-31T20:29:36.843616+0000 mon.a (mon.0) 652 : audit [DBG] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-03-31T20:29:37.637 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:29:37 vm05 bash[22868]: audit 2026-03-31T20:29:36.843616+0000 mon.a (mon.0) 652 : audit [DBG] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-03-31T20:29:37.637 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:29:37 vm05 bash[22868]: audit 2026-03-31T20:29:36.844001+0000 mon.a (mon.0) 653 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-03-31T20:29:37.637 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:29:37 vm05 bash[22868]: audit 2026-03-31T20:29:36.844001+0000 mon.a (mon.0) 653 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-03-31T20:29:37.637 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:29:37 vm05 bash[22868]: audit 2026-03-31T20:29:36.846988+0000 mon.a (mon.0) 654 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:29:37.637 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:29:37 vm05 bash[22868]: audit 2026-03-31T20:29:36.846988+0000 mon.a (mon.0) 654 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:29:37.637 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:29:37 vm05 bash[22868]: audit 2026-03-31T20:29:36.847939+0000 mon.a (mon.0) 655 : audit [DBG] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-03-31T20:29:37.637 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:29:37 vm05 bash[22868]: audit 2026-03-31T20:29:36.847939+0000 mon.a (mon.0) 655 : audit [DBG] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-03-31T20:29:38.085 INFO:journalctl@ceph.mgr.a.vm01.stdout:Mar 31 20:29:37 vm01 bash[20789]: ::ffff:192.168.123.105 - - [31/Mar/2026:20:29:37] "GET /metrics HTTP/1.1" 200 24037 "" "Prometheus/3.6.0" 2026-03-31T20:29:38.466 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:29:38 vm06 bash[23229]: audit 2026-03-31T20:29:36.831130+0000 mgr.a (mgr.14433) 140 : audit [DBG] from='client.24286 -' entity='client.admin' cmd=[{"prefix": "orch apply", "target": ["mon-mgr", ""]}]: dispatch 2026-03-31T20:29:38.466 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:29:38 vm06 bash[23229]: audit 2026-03-31T20:29:36.831130+0000 mgr.a (mgr.14433) 140 : audit [DBG] from='client.24286 -' entity='client.admin' cmd=[{"prefix": "orch apply", "target": ["mon-mgr", ""]}]: dispatch 2026-03-31T20:29:38.466 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:29:38 vm06 bash[23229]: cephadm 2026-03-31T20:29:36.837668+0000 mgr.a (mgr.14433) 141 : cephadm [INF] Saving service mgmt-gateway spec with placement vm06 2026-03-31T20:29:38.466 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:29:38 vm06 bash[23229]: cephadm 2026-03-31T20:29:36.837668+0000 mgr.a (mgr.14433) 141 : cephadm [INF] Saving service mgmt-gateway spec with placement vm06 2026-03-31T20:29:38.466 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:29:38 vm06 bash[23229]: audit 2026-03-31T20:29:37.454039+0000 mon.a (mon.0) 656 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:29:38.466 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:29:38 vm06 bash[23229]: audit 2026-03-31T20:29:37.454039+0000 mon.a (mon.0) 656 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:29:38.466 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:29:38 vm06 bash[23229]: audit 2026-03-31T20:29:37.456689+0000 mon.a (mon.0) 657 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:29:38.466 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:29:38 vm06 bash[23229]: audit 2026-03-31T20:29:37.456689+0000 mon.a (mon.0) 657 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:29:38.493 DEBUG:teuthology.orchestra.run.vm01:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:5bb3278730741031382ca9c3dc9d221a942e06a2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37 -- ceph orch ls -f json 2026-03-31T20:29:38.500 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:29:38 vm01 bash[20507]: audit 2026-03-31T20:29:36.831130+0000 mgr.a (mgr.14433) 140 : audit [DBG] from='client.24286 -' entity='client.admin' cmd=[{"prefix": "orch apply", "target": ["mon-mgr", ""]}]: dispatch 2026-03-31T20:29:38.500 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:29:38 vm01 bash[20507]: audit 2026-03-31T20:29:36.831130+0000 mgr.a (mgr.14433) 140 : audit [DBG] from='client.24286 -' entity='client.admin' cmd=[{"prefix": "orch apply", "target": ["mon-mgr", ""]}]: dispatch 2026-03-31T20:29:38.500 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:29:38 vm01 bash[20507]: cephadm 2026-03-31T20:29:36.837668+0000 mgr.a (mgr.14433) 141 : cephadm [INF] Saving service mgmt-gateway spec with placement vm06 2026-03-31T20:29:38.500 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:29:38 vm01 bash[20507]: cephadm 2026-03-31T20:29:36.837668+0000 mgr.a (mgr.14433) 141 : cephadm [INF] Saving service mgmt-gateway spec with placement vm06 2026-03-31T20:29:38.500 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:29:38 vm01 bash[20507]: audit 2026-03-31T20:29:37.454039+0000 mon.a (mon.0) 656 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:29:38.500 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:29:38 vm01 bash[20507]: audit 2026-03-31T20:29:37.454039+0000 mon.a (mon.0) 656 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:29:38.500 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:29:38 vm01 bash[20507]: audit 2026-03-31T20:29:37.456689+0000 mon.a (mon.0) 657 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:29:38.500 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:29:38 vm01 bash[20507]: audit 2026-03-31T20:29:37.456689+0000 mon.a (mon.0) 657 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:29:38.636 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:29:38 vm05 bash[22868]: audit 2026-03-31T20:29:36.831130+0000 mgr.a (mgr.14433) 140 : audit [DBG] from='client.24286 -' entity='client.admin' cmd=[{"prefix": "orch apply", "target": ["mon-mgr", ""]}]: dispatch 2026-03-31T20:29:38.636 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:29:38 vm05 bash[22868]: audit 2026-03-31T20:29:36.831130+0000 mgr.a (mgr.14433) 140 : audit [DBG] from='client.24286 -' entity='client.admin' cmd=[{"prefix": "orch apply", "target": ["mon-mgr", ""]}]: dispatch 2026-03-31T20:29:38.636 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:29:38 vm05 bash[22868]: cephadm 2026-03-31T20:29:36.837668+0000 mgr.a (mgr.14433) 141 : cephadm [INF] Saving service mgmt-gateway spec with placement vm06 2026-03-31T20:29:38.636 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:29:38 vm05 bash[22868]: cephadm 2026-03-31T20:29:36.837668+0000 mgr.a (mgr.14433) 141 : cephadm [INF] Saving service mgmt-gateway spec with placement vm06 2026-03-31T20:29:38.636 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:29:38 vm05 bash[22868]: audit 2026-03-31T20:29:37.454039+0000 mon.a (mon.0) 656 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:29:38.636 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:29:38 vm05 bash[22868]: audit 2026-03-31T20:29:37.454039+0000 mon.a (mon.0) 656 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:29:38.636 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:29:38 vm05 bash[22868]: audit 2026-03-31T20:29:37.456689+0000 mon.a (mon.0) 657 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:29:38.637 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:29:38 vm05 bash[22868]: audit 2026-03-31T20:29:37.456689+0000 mon.a (mon.0) 657 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:29:38.732 INFO:teuthology.orchestra.run.vm01.stderr:Inferring config /var/lib/ceph/2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37/mon.a/config 2026-03-31T20:29:39.013 INFO:teuthology.orchestra.run.vm01.stdout: 2026-03-31T20:29:39.013 INFO:teuthology.orchestra.run.vm01.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2026-03-31T20:25:36.062440Z", "last_refresh": "2026-03-31T20:26:21.516820Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2026-03-31T20:25:35.867601Z", "last_refresh": "2026-03-31T20:26:21.609524Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2026-03-31T20:29:36.842520Z service:mgmt-gateway [INFO] \"service was created\""], "placement": {"hosts": ["vm06"]}, "service_name": "mgmt-gateway", "service_type": "mgmt-gateway", "spec": {"enable_health_check_endpoint": true, "ssl": true, "ssl_cert": "-----BEGIN CERTIFICATE-----\nMIIE+TCCAuGgAwIBAgIUU5QM37ZN3xYkASru0NQE93pd6McwDQYJKoZIhvcNAQEL\nBQAwDDEKMAgGA1UEAwwBKjAeFw0yNjAzMzEyMDI5MzZaFw0yNjA0MzAyMDI5MzZa\nMAwxCjAIBgNVBAMMASowggIiMA0GCSqGSIb3DQEBAQUAA4ICDwAwggIKAoICAQDL\nEy7pwOYNym5t6c51aZcLADmhj6hk1+JFgxiQ6neD/xFVgDHbY8SphO8uMihdARED\ntReTEtNJyVYPmWyXTqn0KF5lNb+xSg8m79SalfxDx0bdwPWAGUzWdzq8BnyqAAhd\n0M4kpANAVn9Jlf0veOvbPBle324Apj3nQOm9FNgi20lqpExyk7jsvMHvZ1XKEK4Y\n/UY/LsBYf2d1IZcwprvzEjYWO2nq5veESxP0Z2NgKCHd+4S3Xho6nXYVo8tOCvc+\nbq/dwlenTBzmE5kK0V6OQLMT1LRbDfqQ2+lN6iWMV6Y4TUmRAeHy/fJIoNocP0Hm\nYqUeGW+sxQvgdHPGaIV4HuO4O9exR1Iu0VG63D0xrQcU6dgb4P6H/6pzsz8buFTj\nePkBpQwJhPxc7ovsonyh7a6gGK0i/7Zi3MxVF4hOSyaQPsQT6/XNm6sTGq0WW0s+\nkqjkkci0EtmQNRVXL2Kv9JwWePDaoiBb+BocEkvE3GQP55n3OmBPEM6S8/a/7LLQ\nrvlucrfRCO/7IdlFXf5LmNqiJpmN60yYaTdItbQ8bSpJ+3MwBQYI6FGAyxVwGlLm\nhmqOw5XYD+uIRix3hzkgFBY1u24fgsXBzz+rfN4VIpiekl79nK99DAdA3f6jmtwL\nVr5jYnv1yX/egEWwZWMK6IVGc9a4WN12bnUsoxA86wIDAQABo1MwUTAdBgNVHQ4E\nFgQUl+VBW8LN3PX37krTJzXew6wWEQAwHwYDVR0jBBgwFoAUl+VBW8LN3PX37krT\nJzXew6wWEQAwDwYDVR0TAQH/BAUwAwEB/zANBgkqhkiG9w0BAQsFAAOCAgEAUXZH\nOyy9jzVn7M0ZjV93n11ZHAgv6GqhvNwu3RrzFW3ftGP6rQYMHP4vPkV7LASQItsp\n4utJyoaTSh/4V2sZUteVD5/JL2glMWHSfeyLuVFjTUvVCQOxzRXK8AgFfdxoJBG+\nQeInOBGOp9/KjrteetNuIsno2XysX6Vr7cpJa4GpHRvCHtdjuoP8NyYoHyltQoI2\nTSEpShn99Koj9VYDqB0T1Rz8InuOJEwHgihpnV4Hbtcrqtz3/0i4sk+uFN9IAXGv\n0QGS+yHlVPrAMJ3gQv0F8GQaXnUqm7MUfgQoBc3ZngjYWW55g1x5MFV1sxozeavA\npCaCaWpvyFk8KF3U3Yl2TWDUdSOe4P8nFKbn0DqguVWAB+lI41deuokBiwwV2PnV\nhvw3EQPr2XnkN3lEKYQcNdtOlyToGE/R6ehdKCZv3LPVGjPs2/mpP8Q8Wb8JIe4H\nWkhJFK+J5NNq9TyYuuAFkWnxX/0GmCbVAQLmLTdfSM5+inqmLKqcVySZtSQdZa6m\nA9YIFjB0CJjVAHE/iGXrDDcxoF9evYT5dJsSwBhZM23VlV5GHbvuXHLIY+/aOvEH\nPs5jUP86NrSSGsjAyjQe6QxoS/vM1UaBzXb1yDtPUaJeCWoxhlcYcjNhdRVvXMoM\nv2ZkegO6SqSZyGOqzhvSPflM1wv0pW049aUPhlU=\n-----END CERTIFICATE-----\n", "ssl_ciphers": ["AES128-SHA", "AES256-SHA"], "ssl_key": "-----BEGIN PRIVATE KEY-----\nMIIJQQIBADANBgkqhkiG9w0BAQEFAASCCSswggknAgEAAoICAQDLEy7pwOYNym5t\n6c51aZcLADmhj6hk1+JFgxiQ6neD/xFVgDHbY8SphO8uMihdAREDtReTEtNJyVYP\nmWyXTqn0KF5lNb+xSg8m79SalfxDx0bdwPWAGUzWdzq8BnyqAAhd0M4kpANAVn9J\nlf0veOvbPBle324Apj3nQOm9FNgi20lqpExyk7jsvMHvZ1XKEK4Y/UY/LsBYf2d1\nIZcwprvzEjYWO2nq5veESxP0Z2NgKCHd+4S3Xho6nXYVo8tOCvc+bq/dwlenTBzm\nE5kK0V6OQLMT1LRbDfqQ2+lN6iWMV6Y4TUmRAeHy/fJIoNocP0HmYqUeGW+sxQvg\ndHPGaIV4HuO4O9exR1Iu0VG63D0xrQcU6dgb4P6H/6pzsz8buFTjePkBpQwJhPxc\n7ovsonyh7a6gGK0i/7Zi3MxVF4hOSyaQPsQT6/XNm6sTGq0WW0s+kqjkkci0EtmQ\nNRVXL2Kv9JwWePDaoiBb+BocEkvE3GQP55n3OmBPEM6S8/a/7LLQrvlucrfRCO/7\nIdlFXf5LmNqiJpmN60yYaTdItbQ8bSpJ+3MwBQYI6FGAyxVwGlLmhmqOw5XYD+uI\nRix3hzkgFBY1u24fgsXBzz+rfN4VIpiekl79nK99DAdA3f6jmtwLVr5jYnv1yX/e\ngEWwZWMK6IVGc9a4WN12bnUsoxA86wIDAQABAoICABqHZ4YG+qbLjrCSLjP9dstr\nnJvECiIeZ8Nf9GoeDz3xqOCMDjdUacEhiiN1TvuTY5ch5bIDcBHAGRuRlfOQRbiN\nO4OqSWAORjt2ckY9mMZ79oCKsCerZnPQAJ7GlCubNHyZBg0YVgpmIlvJGdnFSL6L\ns97GfnbcQNMAkmhunCu1jPo++3OuY6adpBIz5CuxESVXlQE1CNCm2Cufl0I2TfBb\nrTArU9Npl+Uy76jqhrttkrsOnBBeXTvSDTaXfrwzx4fi6tukA1JqKY5O+hvFLT6V\nKi/JhkQs59JbwDc7Auu6GY9aXWVxowRc83VUehndk6zWry5m8UVXOo14eRVu2xyS\nArAhuuuF0kfxpsg/TtKNKl1x0GaqycnrHjPllKnHrFHwhOM49adgV8GJluS4teHr\n5vqOpYLrJA2W4WD97d8AwdASFI0dC/CQvXy9tnOYyCK8ixkOVRH1jSg1352wk2Ik\nbhJkaxdVK/iLoZcD68AyXO7MnpYIjpjuWpZaTL93WJrBC7XLWBjwC2WhuIffgnwL\n+vOltPgvnDDb74+nqj/UB2MwFvjIbwQfCYTmz+8LdQe93o7Mz13JhhhBgV6PVHAx\n6OWzenTdT/yigypXD9JYMEzlda6H3OvLiajfBYRmG9W6jka+4pGU4G2VxSkWJ+FD\nhjAlFxvKNCJqZkZxo8qtAoIBAQDs5SQaF2uoD+wViapcgg5vCVHrBDs41bsTu143\np0HxIzrHMFzPq30G5sQmQpa57YbRYdIcn29nBMqDVfil96CnGqPQyrEh8AIxCzxL\nlFg1p0GpiQ2LGjjoIMaTrQ9JXS2j0W6HrX/gfjwbELZohN5mWGROduoL44zYgTyE\nJLTqFCNn2cdwimKFdzsZQGAHNOZDUi6a+8aH9qeGPiesie/8TWRTPr8RJE0Zisxr\nGhH+rz+W84zfNCiX0jY5v2SE0j2U8jW+DJhkracs8oXNEUxIXtlMDNvlV1dC8VMJ\ns5i01mGQ/cHLtGFDFDUUqmNCArGyA/YYGEgVyLq5gf2ZKkZtAoIBAQDbc81s2L0V\n5erisPf9/LcmOONjXEXd+6iFApBtr/C7dGkGQpbQeh6Lp9UsNCf6F8+Km+E8vjEp\nlNK71q1RQsmUaeiTVQrkL0eAZBT3wbStIaH14doA3Kt/qv7LShBOZ5+ng5IssUOi\ngwzuzxmjiNn9JpdxckU6MJXgtKfJYwbGwVwAaHtWBiIJZ5EKSCUDO1VDYgoQVGtR\nzWH0YMtNUCs2Uxr8mLQ/lTrAifoUdMVrlAH85YR9cP3yyZhja4/yLjTCecDqrEkn\nbYTInGPcFDTmhpWiVvnbPgYqhTlxuhGIaLsl/VoLmDeu5EUUoaE2ENA858upu97f\nYJquCXrXTFm3AoIBAAa83bIASIeXLFfQeo/3AwIVecb9b9HGAnQlOCDNGQsKvXk8\n3ubpMb0ogxuzeSYAo30BE0DNKBX+BOSHZXMS//bAwzgFC9SzRtyuPSDJL1kXUL7J\nryDttgCkLgG1QmILzGiEZGhnfuObs4nxh76hSNIQYYn5x95esnrV8iqwAJVHzVn+\nz7VbukGhioTFV/Xcg1AW3kx6LMNhOJKQ4f/+TF0YtmnHtxd9uNOpJvdE3o4n3d8l\nPjR6/0ySJgiucOV2NVovKWgmY485gS++FiAnBcxpJjULiJWVTl4RDxOPkCBUmKHP\nFdv9XWbTBE96KSiPew5dHnrA9gvokacFE3lvwmECggEAPWG/tNFO2kAsGeo8A1vb\ncqJ438Lge/23HjUgZr3OjPA7rBeWDYwK3S89jhask+RzFacSMiZUo/fPleCvK8qN\njait9//Sgw7CZiQYRVB2E/MTVS4uBw2yHoyapgv6UaPkYTuI+F1AuMUFKgrddgOC\nTa+srnuy51rNoUOGpuq+63sMG8UdsmsWvCCuzfxt9eBzsdxLSlQCjKfw3STx2Jcy\n7wgBxWOFDz/TZiVxwKUEz1lf0Pf1vgyLy4wdxrlAUxIficH6dulnsNKOUHqF5/ny\n7gP4+KZxTqSjnuMStT/BRbFdn3uk4xdZg96vf9zRtciwJkkDi19UMJDZ0xItvOjL\nMwKCAQBDH5cbHGtR1jLqyMvx9+bh1FxlqDfgeGql8tRdgnMWKodUQeaLTGRsKMuZ\nXgrtunKNXdEhBV4TMxwVIhmMto97Mo7N+e9ZdlFtQ3JXLpib7Ib5pIHFYZJxAjGU\nMX4jTpVPDCT0Q/SKPCtQg2sjP70RG1V4BJKTCuNS2XESHW1x7FakGi4ds9fXQFlt\nyyYtBwcc9effH10tWEcHPaEJz1bxYhreTBmXdPwZcskCYzhwwpx3VGNx5JtF+t3R\nzIrAe6m2t3gLm+52V6+qf3ycx7b/DXhwOO1CR06sXgDrVxsnnaJSgu3piTahhDiO\nxLpM56woME7c/OLlD0pv2mWJwKdz\n-----END PRIVATE KEY-----\n", "ssl_protocols": ["TLSv1.2", "TLSv1.3"]}, "status": {"created": "2026-03-31T20:29:36.837682Z", "running": 0, "size": 1}}, {"placement": {"count": 2, "hosts": ["vm01=a", "vm05=b"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2026-03-31T20:23:00.847156Z", "last_refresh": "2026-03-31T20:26:13.667324Z", "running": 2, "size": 2}}, {"placement": {"count": 3, "hosts": ["vm01:192.168.123.101=a", "vm05:192.168.123.105=b", "vm06:192.168.123.106=c"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2026-03-31T20:22:46.360888Z", "last_refresh": "2026-03-31T20:26:13.667377Z", "running": 3, "size": 3}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2026-03-31T20:25:35.674270Z", "last_refresh": "2026-03-31T20:26:13.667442Z", "ports": [9100], "running": 3, "size": 3}}, {"placement": {"host_pattern": "vm06"}, "service_id": "default", "service_name": "osd.default", "service_type": "osd", "spec": {"data_devices": {"paths": ["vg_nvme/lv_4"]}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2026-03-31T20:25:19.698997Z", "last_refresh": "2026-03-31T20:26:13.667411Z", "running": 3, "size": 3}}, {"events": ["2026-03-31T20:26:14.709345Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2026-03-31T20:25:36.250777Z", "last_refresh": "2026-03-31T20:26:13.667471Z", "ports": [9095], "running": 1, "size": 1}}] 2026-03-31T20:29:39.062 INFO:tasks.cephadm:mgmt-gateway has 0/1 2026-03-31T20:29:39.335 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:29:39 vm01 bash[20507]: audit 2026-03-31T20:29:37.416677+0000 mgr.a (mgr.14433) 142 : audit [DBG] from='client.14469 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-03-31T20:29:39.335 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:29:39 vm01 bash[20507]: audit 2026-03-31T20:29:37.416677+0000 mgr.a (mgr.14433) 142 : audit [DBG] from='client.14469 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-03-31T20:29:39.335 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:29:39 vm01 bash[20507]: cephadm 2026-03-31T20:29:37.457515+0000 mgr.a (mgr.14433) 143 : cephadm [INF] Deploying daemon mgmt-gateway.vm06 on vm06 2026-03-31T20:29:39.335 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:29:39 vm01 bash[20507]: cephadm 2026-03-31T20:29:37.457515+0000 mgr.a (mgr.14433) 143 : cephadm [INF] Deploying daemon mgmt-gateway.vm06 on vm06 2026-03-31T20:29:39.335 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:29:39 vm01 bash[20507]: cluster 2026-03-31T20:29:38.130527+0000 mgr.a (mgr.14433) 144 : cluster [DBG] pgmap v108: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:29:39.335 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:29:39 vm01 bash[20507]: cluster 2026-03-31T20:29:38.130527+0000 mgr.a (mgr.14433) 144 : cluster [DBG] pgmap v108: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:29:39.335 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:29:39 vm01 bash[20507]: audit 2026-03-31T20:29:38.344985+0000 mon.a (mon.0) 658 : audit [DBG] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-03-31T20:29:39.335 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:29:39 vm01 bash[20507]: audit 2026-03-31T20:29:38.344985+0000 mon.a (mon.0) 658 : audit [DBG] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-03-31T20:29:39.466 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:29:39 vm06 bash[23229]: audit 2026-03-31T20:29:37.416677+0000 mgr.a (mgr.14433) 142 : audit [DBG] from='client.14469 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-03-31T20:29:39.466 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:29:39 vm06 bash[23229]: audit 2026-03-31T20:29:37.416677+0000 mgr.a (mgr.14433) 142 : audit [DBG] from='client.14469 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-03-31T20:29:39.466 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:29:39 vm06 bash[23229]: cephadm 2026-03-31T20:29:37.457515+0000 mgr.a (mgr.14433) 143 : cephadm [INF] Deploying daemon mgmt-gateway.vm06 on vm06 2026-03-31T20:29:39.466 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:29:39 vm06 bash[23229]: cephadm 2026-03-31T20:29:37.457515+0000 mgr.a (mgr.14433) 143 : cephadm [INF] Deploying daemon mgmt-gateway.vm06 on vm06 2026-03-31T20:29:39.466 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:29:39 vm06 bash[23229]: cluster 2026-03-31T20:29:38.130527+0000 mgr.a (mgr.14433) 144 : cluster [DBG] pgmap v108: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:29:39.466 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:29:39 vm06 bash[23229]: cluster 2026-03-31T20:29:38.130527+0000 mgr.a (mgr.14433) 144 : cluster [DBG] pgmap v108: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:29:39.466 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:29:39 vm06 bash[23229]: audit 2026-03-31T20:29:38.344985+0000 mon.a (mon.0) 658 : audit [DBG] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-03-31T20:29:39.466 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:29:39 vm06 bash[23229]: audit 2026-03-31T20:29:38.344985+0000 mon.a (mon.0) 658 : audit [DBG] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-03-31T20:29:39.636 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:29:39 vm05 bash[22868]: audit 2026-03-31T20:29:37.416677+0000 mgr.a (mgr.14433) 142 : audit [DBG] from='client.14469 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-03-31T20:29:39.636 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:29:39 vm05 bash[22868]: audit 2026-03-31T20:29:37.416677+0000 mgr.a (mgr.14433) 142 : audit [DBG] from='client.14469 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-03-31T20:29:39.636 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:29:39 vm05 bash[22868]: cephadm 2026-03-31T20:29:37.457515+0000 mgr.a (mgr.14433) 143 : cephadm [INF] Deploying daemon mgmt-gateway.vm06 on vm06 2026-03-31T20:29:39.636 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:29:39 vm05 bash[22868]: cephadm 2026-03-31T20:29:37.457515+0000 mgr.a (mgr.14433) 143 : cephadm [INF] Deploying daemon mgmt-gateway.vm06 on vm06 2026-03-31T20:29:39.636 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:29:39 vm05 bash[22868]: cluster 2026-03-31T20:29:38.130527+0000 mgr.a (mgr.14433) 144 : cluster [DBG] pgmap v108: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:29:39.636 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:29:39 vm05 bash[22868]: cluster 2026-03-31T20:29:38.130527+0000 mgr.a (mgr.14433) 144 : cluster [DBG] pgmap v108: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:29:39.636 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:29:39 vm05 bash[22868]: audit 2026-03-31T20:29:38.344985+0000 mon.a (mon.0) 658 : audit [DBG] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-03-31T20:29:39.636 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:29:39 vm05 bash[22868]: audit 2026-03-31T20:29:38.344985+0000 mon.a (mon.0) 658 : audit [DBG] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-03-31T20:29:40.063 DEBUG:teuthology.orchestra.run.vm01:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:5bb3278730741031382ca9c3dc9d221a942e06a2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37 -- ceph orch ls -f json 2026-03-31T20:29:40.301 INFO:teuthology.orchestra.run.vm01.stderr:Inferring config /var/lib/ceph/2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37/mon.a/config 2026-03-31T20:29:40.335 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:29:40 vm01 bash[20507]: audit 2026-03-31T20:29:39.012766+0000 mgr.a (mgr.14433) 145 : audit [DBG] from='client.24295 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-03-31T20:29:40.335 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:29:40 vm01 bash[20507]: audit 2026-03-31T20:29:39.012766+0000 mgr.a (mgr.14433) 145 : audit [DBG] from='client.24295 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-03-31T20:29:40.465 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:29:40 vm06 bash[23229]: audit 2026-03-31T20:29:39.012766+0000 mgr.a (mgr.14433) 145 : audit [DBG] from='client.24295 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-03-31T20:29:40.466 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:29:40 vm06 bash[23229]: audit 2026-03-31T20:29:39.012766+0000 mgr.a (mgr.14433) 145 : audit [DBG] from='client.24295 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-03-31T20:29:40.592 INFO:teuthology.orchestra.run.vm01.stdout: 2026-03-31T20:29:40.592 INFO:teuthology.orchestra.run.vm01.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2026-03-31T20:25:36.062440Z", "last_refresh": "2026-03-31T20:26:21.516820Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2026-03-31T20:25:35.867601Z", "last_refresh": "2026-03-31T20:26:21.609524Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2026-03-31T20:29:36.842520Z service:mgmt-gateway [INFO] \"service was created\""], "placement": {"hosts": ["vm06"]}, "service_name": "mgmt-gateway", "service_type": "mgmt-gateway", "spec": {"enable_health_check_endpoint": true, "ssl": true, "ssl_cert": "-----BEGIN CERTIFICATE-----\nMIIE+TCCAuGgAwIBAgIUU5QM37ZN3xYkASru0NQE93pd6McwDQYJKoZIhvcNAQEL\nBQAwDDEKMAgGA1UEAwwBKjAeFw0yNjAzMzEyMDI5MzZaFw0yNjA0MzAyMDI5MzZa\nMAwxCjAIBgNVBAMMASowggIiMA0GCSqGSIb3DQEBAQUAA4ICDwAwggIKAoICAQDL\nEy7pwOYNym5t6c51aZcLADmhj6hk1+JFgxiQ6neD/xFVgDHbY8SphO8uMihdARED\ntReTEtNJyVYPmWyXTqn0KF5lNb+xSg8m79SalfxDx0bdwPWAGUzWdzq8BnyqAAhd\n0M4kpANAVn9Jlf0veOvbPBle324Apj3nQOm9FNgi20lqpExyk7jsvMHvZ1XKEK4Y\n/UY/LsBYf2d1IZcwprvzEjYWO2nq5veESxP0Z2NgKCHd+4S3Xho6nXYVo8tOCvc+\nbq/dwlenTBzmE5kK0V6OQLMT1LRbDfqQ2+lN6iWMV6Y4TUmRAeHy/fJIoNocP0Hm\nYqUeGW+sxQvgdHPGaIV4HuO4O9exR1Iu0VG63D0xrQcU6dgb4P6H/6pzsz8buFTj\nePkBpQwJhPxc7ovsonyh7a6gGK0i/7Zi3MxVF4hOSyaQPsQT6/XNm6sTGq0WW0s+\nkqjkkci0EtmQNRVXL2Kv9JwWePDaoiBb+BocEkvE3GQP55n3OmBPEM6S8/a/7LLQ\nrvlucrfRCO/7IdlFXf5LmNqiJpmN60yYaTdItbQ8bSpJ+3MwBQYI6FGAyxVwGlLm\nhmqOw5XYD+uIRix3hzkgFBY1u24fgsXBzz+rfN4VIpiekl79nK99DAdA3f6jmtwL\nVr5jYnv1yX/egEWwZWMK6IVGc9a4WN12bnUsoxA86wIDAQABo1MwUTAdBgNVHQ4E\nFgQUl+VBW8LN3PX37krTJzXew6wWEQAwHwYDVR0jBBgwFoAUl+VBW8LN3PX37krT\nJzXew6wWEQAwDwYDVR0TAQH/BAUwAwEB/zANBgkqhkiG9w0BAQsFAAOCAgEAUXZH\nOyy9jzVn7M0ZjV93n11ZHAgv6GqhvNwu3RrzFW3ftGP6rQYMHP4vPkV7LASQItsp\n4utJyoaTSh/4V2sZUteVD5/JL2glMWHSfeyLuVFjTUvVCQOxzRXK8AgFfdxoJBG+\nQeInOBGOp9/KjrteetNuIsno2XysX6Vr7cpJa4GpHRvCHtdjuoP8NyYoHyltQoI2\nTSEpShn99Koj9VYDqB0T1Rz8InuOJEwHgihpnV4Hbtcrqtz3/0i4sk+uFN9IAXGv\n0QGS+yHlVPrAMJ3gQv0F8GQaXnUqm7MUfgQoBc3ZngjYWW55g1x5MFV1sxozeavA\npCaCaWpvyFk8KF3U3Yl2TWDUdSOe4P8nFKbn0DqguVWAB+lI41deuokBiwwV2PnV\nhvw3EQPr2XnkN3lEKYQcNdtOlyToGE/R6ehdKCZv3LPVGjPs2/mpP8Q8Wb8JIe4H\nWkhJFK+J5NNq9TyYuuAFkWnxX/0GmCbVAQLmLTdfSM5+inqmLKqcVySZtSQdZa6m\nA9YIFjB0CJjVAHE/iGXrDDcxoF9evYT5dJsSwBhZM23VlV5GHbvuXHLIY+/aOvEH\nPs5jUP86NrSSGsjAyjQe6QxoS/vM1UaBzXb1yDtPUaJeCWoxhlcYcjNhdRVvXMoM\nv2ZkegO6SqSZyGOqzhvSPflM1wv0pW049aUPhlU=\n-----END CERTIFICATE-----\n", "ssl_ciphers": ["AES128-SHA", "AES256-SHA"], "ssl_key": "-----BEGIN PRIVATE KEY-----\nMIIJQQIBADANBgkqhkiG9w0BAQEFAASCCSswggknAgEAAoICAQDLEy7pwOYNym5t\n6c51aZcLADmhj6hk1+JFgxiQ6neD/xFVgDHbY8SphO8uMihdAREDtReTEtNJyVYP\nmWyXTqn0KF5lNb+xSg8m79SalfxDx0bdwPWAGUzWdzq8BnyqAAhd0M4kpANAVn9J\nlf0veOvbPBle324Apj3nQOm9FNgi20lqpExyk7jsvMHvZ1XKEK4Y/UY/LsBYf2d1\nIZcwprvzEjYWO2nq5veESxP0Z2NgKCHd+4S3Xho6nXYVo8tOCvc+bq/dwlenTBzm\nE5kK0V6OQLMT1LRbDfqQ2+lN6iWMV6Y4TUmRAeHy/fJIoNocP0HmYqUeGW+sxQvg\ndHPGaIV4HuO4O9exR1Iu0VG63D0xrQcU6dgb4P6H/6pzsz8buFTjePkBpQwJhPxc\n7ovsonyh7a6gGK0i/7Zi3MxVF4hOSyaQPsQT6/XNm6sTGq0WW0s+kqjkkci0EtmQ\nNRVXL2Kv9JwWePDaoiBb+BocEkvE3GQP55n3OmBPEM6S8/a/7LLQrvlucrfRCO/7\nIdlFXf5LmNqiJpmN60yYaTdItbQ8bSpJ+3MwBQYI6FGAyxVwGlLmhmqOw5XYD+uI\nRix3hzkgFBY1u24fgsXBzz+rfN4VIpiekl79nK99DAdA3f6jmtwLVr5jYnv1yX/e\ngEWwZWMK6IVGc9a4WN12bnUsoxA86wIDAQABAoICABqHZ4YG+qbLjrCSLjP9dstr\nnJvECiIeZ8Nf9GoeDz3xqOCMDjdUacEhiiN1TvuTY5ch5bIDcBHAGRuRlfOQRbiN\nO4OqSWAORjt2ckY9mMZ79oCKsCerZnPQAJ7GlCubNHyZBg0YVgpmIlvJGdnFSL6L\ns97GfnbcQNMAkmhunCu1jPo++3OuY6adpBIz5CuxESVXlQE1CNCm2Cufl0I2TfBb\nrTArU9Npl+Uy76jqhrttkrsOnBBeXTvSDTaXfrwzx4fi6tukA1JqKY5O+hvFLT6V\nKi/JhkQs59JbwDc7Auu6GY9aXWVxowRc83VUehndk6zWry5m8UVXOo14eRVu2xyS\nArAhuuuF0kfxpsg/TtKNKl1x0GaqycnrHjPllKnHrFHwhOM49adgV8GJluS4teHr\n5vqOpYLrJA2W4WD97d8AwdASFI0dC/CQvXy9tnOYyCK8ixkOVRH1jSg1352wk2Ik\nbhJkaxdVK/iLoZcD68AyXO7MnpYIjpjuWpZaTL93WJrBC7XLWBjwC2WhuIffgnwL\n+vOltPgvnDDb74+nqj/UB2MwFvjIbwQfCYTmz+8LdQe93o7Mz13JhhhBgV6PVHAx\n6OWzenTdT/yigypXD9JYMEzlda6H3OvLiajfBYRmG9W6jka+4pGU4G2VxSkWJ+FD\nhjAlFxvKNCJqZkZxo8qtAoIBAQDs5SQaF2uoD+wViapcgg5vCVHrBDs41bsTu143\np0HxIzrHMFzPq30G5sQmQpa57YbRYdIcn29nBMqDVfil96CnGqPQyrEh8AIxCzxL\nlFg1p0GpiQ2LGjjoIMaTrQ9JXS2j0W6HrX/gfjwbELZohN5mWGROduoL44zYgTyE\nJLTqFCNn2cdwimKFdzsZQGAHNOZDUi6a+8aH9qeGPiesie/8TWRTPr8RJE0Zisxr\nGhH+rz+W84zfNCiX0jY5v2SE0j2U8jW+DJhkracs8oXNEUxIXtlMDNvlV1dC8VMJ\ns5i01mGQ/cHLtGFDFDUUqmNCArGyA/YYGEgVyLq5gf2ZKkZtAoIBAQDbc81s2L0V\n5erisPf9/LcmOONjXEXd+6iFApBtr/C7dGkGQpbQeh6Lp9UsNCf6F8+Km+E8vjEp\nlNK71q1RQsmUaeiTVQrkL0eAZBT3wbStIaH14doA3Kt/qv7LShBOZ5+ng5IssUOi\ngwzuzxmjiNn9JpdxckU6MJXgtKfJYwbGwVwAaHtWBiIJZ5EKSCUDO1VDYgoQVGtR\nzWH0YMtNUCs2Uxr8mLQ/lTrAifoUdMVrlAH85YR9cP3yyZhja4/yLjTCecDqrEkn\nbYTInGPcFDTmhpWiVvnbPgYqhTlxuhGIaLsl/VoLmDeu5EUUoaE2ENA858upu97f\nYJquCXrXTFm3AoIBAAa83bIASIeXLFfQeo/3AwIVecb9b9HGAnQlOCDNGQsKvXk8\n3ubpMb0ogxuzeSYAo30BE0DNKBX+BOSHZXMS//bAwzgFC9SzRtyuPSDJL1kXUL7J\nryDttgCkLgG1QmILzGiEZGhnfuObs4nxh76hSNIQYYn5x95esnrV8iqwAJVHzVn+\nz7VbukGhioTFV/Xcg1AW3kx6LMNhOJKQ4f/+TF0YtmnHtxd9uNOpJvdE3o4n3d8l\nPjR6/0ySJgiucOV2NVovKWgmY485gS++FiAnBcxpJjULiJWVTl4RDxOPkCBUmKHP\nFdv9XWbTBE96KSiPew5dHnrA9gvokacFE3lvwmECggEAPWG/tNFO2kAsGeo8A1vb\ncqJ438Lge/23HjUgZr3OjPA7rBeWDYwK3S89jhask+RzFacSMiZUo/fPleCvK8qN\njait9//Sgw7CZiQYRVB2E/MTVS4uBw2yHoyapgv6UaPkYTuI+F1AuMUFKgrddgOC\nTa+srnuy51rNoUOGpuq+63sMG8UdsmsWvCCuzfxt9eBzsdxLSlQCjKfw3STx2Jcy\n7wgBxWOFDz/TZiVxwKUEz1lf0Pf1vgyLy4wdxrlAUxIficH6dulnsNKOUHqF5/ny\n7gP4+KZxTqSjnuMStT/BRbFdn3uk4xdZg96vf9zRtciwJkkDi19UMJDZ0xItvOjL\nMwKCAQBDH5cbHGtR1jLqyMvx9+bh1FxlqDfgeGql8tRdgnMWKodUQeaLTGRsKMuZ\nXgrtunKNXdEhBV4TMxwVIhmMto97Mo7N+e9ZdlFtQ3JXLpib7Ib5pIHFYZJxAjGU\nMX4jTpVPDCT0Q/SKPCtQg2sjP70RG1V4BJKTCuNS2XESHW1x7FakGi4ds9fXQFlt\nyyYtBwcc9effH10tWEcHPaEJz1bxYhreTBmXdPwZcskCYzhwwpx3VGNx5JtF+t3R\nzIrAe6m2t3gLm+52V6+qf3ycx7b/DXhwOO1CR06sXgDrVxsnnaJSgu3piTahhDiO\nxLpM56woME7c/OLlD0pv2mWJwKdz\n-----END PRIVATE KEY-----\n", "ssl_protocols": ["TLSv1.2", "TLSv1.3"]}, "status": {"created": "2026-03-31T20:29:36.837682Z", "running": 0, "size": 1}}, {"placement": {"count": 2, "hosts": ["vm01=a", "vm05=b"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2026-03-31T20:23:00.847156Z", "last_refresh": "2026-03-31T20:26:13.667324Z", "running": 2, "size": 2}}, {"placement": {"count": 3, "hosts": ["vm01:192.168.123.101=a", "vm05:192.168.123.105=b", "vm06:192.168.123.106=c"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2026-03-31T20:22:46.360888Z", "last_refresh": "2026-03-31T20:26:13.667377Z", "running": 3, "size": 3}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2026-03-31T20:25:35.674270Z", "last_refresh": "2026-03-31T20:26:13.667442Z", "ports": [9100], "running": 3, "size": 3}}, {"placement": {"host_pattern": "vm06"}, "service_id": "default", "service_name": "osd.default", "service_type": "osd", "spec": {"data_devices": {"paths": ["vg_nvme/lv_4"]}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2026-03-31T20:25:19.698997Z", "last_refresh": "2026-03-31T20:26:13.667411Z", "running": 3, "size": 3}}, {"events": ["2026-03-31T20:26:14.709345Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2026-03-31T20:25:36.250777Z", "last_refresh": "2026-03-31T20:26:13.667471Z", "ports": [9095], "running": 1, "size": 1}}] 2026-03-31T20:29:40.636 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:29:40 vm05 bash[22868]: audit 2026-03-31T20:29:39.012766+0000 mgr.a (mgr.14433) 145 : audit [DBG] from='client.24295 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-03-31T20:29:40.636 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:29:40 vm05 bash[22868]: audit 2026-03-31T20:29:39.012766+0000 mgr.a (mgr.14433) 145 : audit [DBG] from='client.24295 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-03-31T20:29:40.639 INFO:tasks.cephadm:mgmt-gateway has 0/1 2026-03-31T20:29:41.465 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:29:41 vm06 bash[23229]: cluster 2026-03-31T20:29:40.130768+0000 mgr.a (mgr.14433) 146 : cluster [DBG] pgmap v109: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:29:41.465 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:29:41 vm06 bash[23229]: cluster 2026-03-31T20:29:40.130768+0000 mgr.a (mgr.14433) 146 : cluster [DBG] pgmap v109: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:29:41.585 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:29:41 vm01 bash[20507]: cluster 2026-03-31T20:29:40.130768+0000 mgr.a (mgr.14433) 146 : cluster [DBG] pgmap v109: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:29:41.585 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:29:41 vm01 bash[20507]: cluster 2026-03-31T20:29:40.130768+0000 mgr.a (mgr.14433) 146 : cluster [DBG] pgmap v109: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:29:41.636 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:29:41 vm05 bash[22868]: cluster 2026-03-31T20:29:40.130768+0000 mgr.a (mgr.14433) 146 : cluster [DBG] pgmap v109: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:29:41.636 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:29:41 vm05 bash[22868]: cluster 2026-03-31T20:29:40.130768+0000 mgr.a (mgr.14433) 146 : cluster [DBG] pgmap v109: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:29:41.639 DEBUG:teuthology.orchestra.run.vm01:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:5bb3278730741031382ca9c3dc9d221a942e06a2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37 -- ceph orch ls -f json 2026-03-31T20:29:41.867 INFO:teuthology.orchestra.run.vm01.stderr:Inferring config /var/lib/ceph/2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37/mon.a/config 2026-03-31T20:29:42.161 INFO:teuthology.orchestra.run.vm01.stdout: 2026-03-31T20:29:42.161 INFO:teuthology.orchestra.run.vm01.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2026-03-31T20:25:36.062440Z", "last_refresh": "2026-03-31T20:26:21.516820Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2026-03-31T20:25:35.867601Z", "last_refresh": "2026-03-31T20:26:21.609524Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2026-03-31T20:29:36.842520Z service:mgmt-gateway [INFO] \"service was created\""], "placement": {"hosts": ["vm06"]}, "service_name": "mgmt-gateway", "service_type": "mgmt-gateway", "spec": {"enable_health_check_endpoint": true, "ssl": true, "ssl_cert": "-----BEGIN CERTIFICATE-----\nMIIE+TCCAuGgAwIBAgIUU5QM37ZN3xYkASru0NQE93pd6McwDQYJKoZIhvcNAQEL\nBQAwDDEKMAgGA1UEAwwBKjAeFw0yNjAzMzEyMDI5MzZaFw0yNjA0MzAyMDI5MzZa\nMAwxCjAIBgNVBAMMASowggIiMA0GCSqGSIb3DQEBAQUAA4ICDwAwggIKAoICAQDL\nEy7pwOYNym5t6c51aZcLADmhj6hk1+JFgxiQ6neD/xFVgDHbY8SphO8uMihdARED\ntReTEtNJyVYPmWyXTqn0KF5lNb+xSg8m79SalfxDx0bdwPWAGUzWdzq8BnyqAAhd\n0M4kpANAVn9Jlf0veOvbPBle324Apj3nQOm9FNgi20lqpExyk7jsvMHvZ1XKEK4Y\n/UY/LsBYf2d1IZcwprvzEjYWO2nq5veESxP0Z2NgKCHd+4S3Xho6nXYVo8tOCvc+\nbq/dwlenTBzmE5kK0V6OQLMT1LRbDfqQ2+lN6iWMV6Y4TUmRAeHy/fJIoNocP0Hm\nYqUeGW+sxQvgdHPGaIV4HuO4O9exR1Iu0VG63D0xrQcU6dgb4P6H/6pzsz8buFTj\nePkBpQwJhPxc7ovsonyh7a6gGK0i/7Zi3MxVF4hOSyaQPsQT6/XNm6sTGq0WW0s+\nkqjkkci0EtmQNRVXL2Kv9JwWePDaoiBb+BocEkvE3GQP55n3OmBPEM6S8/a/7LLQ\nrvlucrfRCO/7IdlFXf5LmNqiJpmN60yYaTdItbQ8bSpJ+3MwBQYI6FGAyxVwGlLm\nhmqOw5XYD+uIRix3hzkgFBY1u24fgsXBzz+rfN4VIpiekl79nK99DAdA3f6jmtwL\nVr5jYnv1yX/egEWwZWMK6IVGc9a4WN12bnUsoxA86wIDAQABo1MwUTAdBgNVHQ4E\nFgQUl+VBW8LN3PX37krTJzXew6wWEQAwHwYDVR0jBBgwFoAUl+VBW8LN3PX37krT\nJzXew6wWEQAwDwYDVR0TAQH/BAUwAwEB/zANBgkqhkiG9w0BAQsFAAOCAgEAUXZH\nOyy9jzVn7M0ZjV93n11ZHAgv6GqhvNwu3RrzFW3ftGP6rQYMHP4vPkV7LASQItsp\n4utJyoaTSh/4V2sZUteVD5/JL2glMWHSfeyLuVFjTUvVCQOxzRXK8AgFfdxoJBG+\nQeInOBGOp9/KjrteetNuIsno2XysX6Vr7cpJa4GpHRvCHtdjuoP8NyYoHyltQoI2\nTSEpShn99Koj9VYDqB0T1Rz8InuOJEwHgihpnV4Hbtcrqtz3/0i4sk+uFN9IAXGv\n0QGS+yHlVPrAMJ3gQv0F8GQaXnUqm7MUfgQoBc3ZngjYWW55g1x5MFV1sxozeavA\npCaCaWpvyFk8KF3U3Yl2TWDUdSOe4P8nFKbn0DqguVWAB+lI41deuokBiwwV2PnV\nhvw3EQPr2XnkN3lEKYQcNdtOlyToGE/R6ehdKCZv3LPVGjPs2/mpP8Q8Wb8JIe4H\nWkhJFK+J5NNq9TyYuuAFkWnxX/0GmCbVAQLmLTdfSM5+inqmLKqcVySZtSQdZa6m\nA9YIFjB0CJjVAHE/iGXrDDcxoF9evYT5dJsSwBhZM23VlV5GHbvuXHLIY+/aOvEH\nPs5jUP86NrSSGsjAyjQe6QxoS/vM1UaBzXb1yDtPUaJeCWoxhlcYcjNhdRVvXMoM\nv2ZkegO6SqSZyGOqzhvSPflM1wv0pW049aUPhlU=\n-----END CERTIFICATE-----\n", "ssl_ciphers": ["AES128-SHA", "AES256-SHA"], "ssl_key": "-----BEGIN PRIVATE KEY-----\nMIIJQQIBADANBgkqhkiG9w0BAQEFAASCCSswggknAgEAAoICAQDLEy7pwOYNym5t\n6c51aZcLADmhj6hk1+JFgxiQ6neD/xFVgDHbY8SphO8uMihdAREDtReTEtNJyVYP\nmWyXTqn0KF5lNb+xSg8m79SalfxDx0bdwPWAGUzWdzq8BnyqAAhd0M4kpANAVn9J\nlf0veOvbPBle324Apj3nQOm9FNgi20lqpExyk7jsvMHvZ1XKEK4Y/UY/LsBYf2d1\nIZcwprvzEjYWO2nq5veESxP0Z2NgKCHd+4S3Xho6nXYVo8tOCvc+bq/dwlenTBzm\nE5kK0V6OQLMT1LRbDfqQ2+lN6iWMV6Y4TUmRAeHy/fJIoNocP0HmYqUeGW+sxQvg\ndHPGaIV4HuO4O9exR1Iu0VG63D0xrQcU6dgb4P6H/6pzsz8buFTjePkBpQwJhPxc\n7ovsonyh7a6gGK0i/7Zi3MxVF4hOSyaQPsQT6/XNm6sTGq0WW0s+kqjkkci0EtmQ\nNRVXL2Kv9JwWePDaoiBb+BocEkvE3GQP55n3OmBPEM6S8/a/7LLQrvlucrfRCO/7\nIdlFXf5LmNqiJpmN60yYaTdItbQ8bSpJ+3MwBQYI6FGAyxVwGlLmhmqOw5XYD+uI\nRix3hzkgFBY1u24fgsXBzz+rfN4VIpiekl79nK99DAdA3f6jmtwLVr5jYnv1yX/e\ngEWwZWMK6IVGc9a4WN12bnUsoxA86wIDAQABAoICABqHZ4YG+qbLjrCSLjP9dstr\nnJvECiIeZ8Nf9GoeDz3xqOCMDjdUacEhiiN1TvuTY5ch5bIDcBHAGRuRlfOQRbiN\nO4OqSWAORjt2ckY9mMZ79oCKsCerZnPQAJ7GlCubNHyZBg0YVgpmIlvJGdnFSL6L\ns97GfnbcQNMAkmhunCu1jPo++3OuY6adpBIz5CuxESVXlQE1CNCm2Cufl0I2TfBb\nrTArU9Npl+Uy76jqhrttkrsOnBBeXTvSDTaXfrwzx4fi6tukA1JqKY5O+hvFLT6V\nKi/JhkQs59JbwDc7Auu6GY9aXWVxowRc83VUehndk6zWry5m8UVXOo14eRVu2xyS\nArAhuuuF0kfxpsg/TtKNKl1x0GaqycnrHjPllKnHrFHwhOM49adgV8GJluS4teHr\n5vqOpYLrJA2W4WD97d8AwdASFI0dC/CQvXy9tnOYyCK8ixkOVRH1jSg1352wk2Ik\nbhJkaxdVK/iLoZcD68AyXO7MnpYIjpjuWpZaTL93WJrBC7XLWBjwC2WhuIffgnwL\n+vOltPgvnDDb74+nqj/UB2MwFvjIbwQfCYTmz+8LdQe93o7Mz13JhhhBgV6PVHAx\n6OWzenTdT/yigypXD9JYMEzlda6H3OvLiajfBYRmG9W6jka+4pGU4G2VxSkWJ+FD\nhjAlFxvKNCJqZkZxo8qtAoIBAQDs5SQaF2uoD+wViapcgg5vCVHrBDs41bsTu143\np0HxIzrHMFzPq30G5sQmQpa57YbRYdIcn29nBMqDVfil96CnGqPQyrEh8AIxCzxL\nlFg1p0GpiQ2LGjjoIMaTrQ9JXS2j0W6HrX/gfjwbELZohN5mWGROduoL44zYgTyE\nJLTqFCNn2cdwimKFdzsZQGAHNOZDUi6a+8aH9qeGPiesie/8TWRTPr8RJE0Zisxr\nGhH+rz+W84zfNCiX0jY5v2SE0j2U8jW+DJhkracs8oXNEUxIXtlMDNvlV1dC8VMJ\ns5i01mGQ/cHLtGFDFDUUqmNCArGyA/YYGEgVyLq5gf2ZKkZtAoIBAQDbc81s2L0V\n5erisPf9/LcmOONjXEXd+6iFApBtr/C7dGkGQpbQeh6Lp9UsNCf6F8+Km+E8vjEp\nlNK71q1RQsmUaeiTVQrkL0eAZBT3wbStIaH14doA3Kt/qv7LShBOZ5+ng5IssUOi\ngwzuzxmjiNn9JpdxckU6MJXgtKfJYwbGwVwAaHtWBiIJZ5EKSCUDO1VDYgoQVGtR\nzWH0YMtNUCs2Uxr8mLQ/lTrAifoUdMVrlAH85YR9cP3yyZhja4/yLjTCecDqrEkn\nbYTInGPcFDTmhpWiVvnbPgYqhTlxuhGIaLsl/VoLmDeu5EUUoaE2ENA858upu97f\nYJquCXrXTFm3AoIBAAa83bIASIeXLFfQeo/3AwIVecb9b9HGAnQlOCDNGQsKvXk8\n3ubpMb0ogxuzeSYAo30BE0DNKBX+BOSHZXMS//bAwzgFC9SzRtyuPSDJL1kXUL7J\nryDttgCkLgG1QmILzGiEZGhnfuObs4nxh76hSNIQYYn5x95esnrV8iqwAJVHzVn+\nz7VbukGhioTFV/Xcg1AW3kx6LMNhOJKQ4f/+TF0YtmnHtxd9uNOpJvdE3o4n3d8l\nPjR6/0ySJgiucOV2NVovKWgmY485gS++FiAnBcxpJjULiJWVTl4RDxOPkCBUmKHP\nFdv9XWbTBE96KSiPew5dHnrA9gvokacFE3lvwmECggEAPWG/tNFO2kAsGeo8A1vb\ncqJ438Lge/23HjUgZr3OjPA7rBeWDYwK3S89jhask+RzFacSMiZUo/fPleCvK8qN\njait9//Sgw7CZiQYRVB2E/MTVS4uBw2yHoyapgv6UaPkYTuI+F1AuMUFKgrddgOC\nTa+srnuy51rNoUOGpuq+63sMG8UdsmsWvCCuzfxt9eBzsdxLSlQCjKfw3STx2Jcy\n7wgBxWOFDz/TZiVxwKUEz1lf0Pf1vgyLy4wdxrlAUxIficH6dulnsNKOUHqF5/ny\n7gP4+KZxTqSjnuMStT/BRbFdn3uk4xdZg96vf9zRtciwJkkDi19UMJDZ0xItvOjL\nMwKCAQBDH5cbHGtR1jLqyMvx9+bh1FxlqDfgeGql8tRdgnMWKodUQeaLTGRsKMuZ\nXgrtunKNXdEhBV4TMxwVIhmMto97Mo7N+e9ZdlFtQ3JXLpib7Ib5pIHFYZJxAjGU\nMX4jTpVPDCT0Q/SKPCtQg2sjP70RG1V4BJKTCuNS2XESHW1x7FakGi4ds9fXQFlt\nyyYtBwcc9effH10tWEcHPaEJz1bxYhreTBmXdPwZcskCYzhwwpx3VGNx5JtF+t3R\nzIrAe6m2t3gLm+52V6+qf3ycx7b/DXhwOO1CR06sXgDrVxsnnaJSgu3piTahhDiO\nxLpM56woME7c/OLlD0pv2mWJwKdz\n-----END PRIVATE KEY-----\n", "ssl_protocols": ["TLSv1.2", "TLSv1.3"]}, "status": {"created": "2026-03-31T20:29:36.837682Z", "running": 0, "size": 1}}, {"placement": {"count": 2, "hosts": ["vm01=a", "vm05=b"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2026-03-31T20:23:00.847156Z", "last_refresh": "2026-03-31T20:26:13.667324Z", "running": 2, "size": 2}}, {"placement": {"count": 3, "hosts": ["vm01:192.168.123.101=a", "vm05:192.168.123.105=b", "vm06:192.168.123.106=c"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2026-03-31T20:22:46.360888Z", "last_refresh": "2026-03-31T20:26:13.667377Z", "running": 3, "size": 3}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2026-03-31T20:25:35.674270Z", "last_refresh": "2026-03-31T20:26:13.667442Z", "ports": [9100], "running": 3, "size": 3}}, {"placement": {"host_pattern": "vm06"}, "service_id": "default", "service_name": "osd.default", "service_type": "osd", "spec": {"data_devices": {"paths": ["vg_nvme/lv_4"]}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2026-03-31T20:25:19.698997Z", "last_refresh": "2026-03-31T20:26:13.667411Z", "running": 3, "size": 3}}, {"events": ["2026-03-31T20:26:14.709345Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2026-03-31T20:25:36.250777Z", "last_refresh": "2026-03-31T20:26:13.667471Z", "ports": [9095], "running": 1, "size": 1}}] 2026-03-31T20:29:42.210 INFO:tasks.cephadm:mgmt-gateway has 0/1 2026-03-31T20:29:42.585 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:29:42 vm01 bash[20507]: audit 2026-03-31T20:29:40.591902+0000 mgr.a (mgr.14433) 147 : audit [DBG] from='client.14481 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-03-31T20:29:42.585 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:29:42 vm01 bash[20507]: audit 2026-03-31T20:29:40.591902+0000 mgr.a (mgr.14433) 147 : audit [DBG] from='client.14481 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-03-31T20:29:42.636 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:29:42 vm05 bash[22868]: audit 2026-03-31T20:29:40.591902+0000 mgr.a (mgr.14433) 147 : audit [DBG] from='client.14481 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-03-31T20:29:42.636 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:29:42 vm05 bash[22868]: audit 2026-03-31T20:29:40.591902+0000 mgr.a (mgr.14433) 147 : audit [DBG] from='client.14481 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-03-31T20:29:42.716 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:29:42 vm06 bash[23229]: audit 2026-03-31T20:29:40.591902+0000 mgr.a (mgr.14433) 147 : audit [DBG] from='client.14481 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-03-31T20:29:42.716 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:29:42 vm06 bash[23229]: audit 2026-03-31T20:29:40.591902+0000 mgr.a (mgr.14433) 147 : audit [DBG] from='client.14481 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-03-31T20:29:43.211 DEBUG:teuthology.orchestra.run.vm01:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:5bb3278730741031382ca9c3dc9d221a942e06a2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37 -- ceph orch ls -f json 2026-03-31T20:29:43.444 INFO:teuthology.orchestra.run.vm01.stderr:Inferring config /var/lib/ceph/2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37/mon.a/config 2026-03-31T20:29:43.492 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:29:43 vm01 bash[20507]: cluster 2026-03-31T20:29:42.130994+0000 mgr.a (mgr.14433) 148 : cluster [DBG] pgmap v110: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:29:43.492 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:29:43 vm01 bash[20507]: cluster 2026-03-31T20:29:42.130994+0000 mgr.a (mgr.14433) 148 : cluster [DBG] pgmap v110: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:29:43.492 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:29:43 vm01 bash[20507]: audit 2026-03-31T20:29:42.160819+0000 mgr.a (mgr.14433) 149 : audit [DBG] from='client.14487 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-03-31T20:29:43.492 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:29:43 vm01 bash[20507]: audit 2026-03-31T20:29:42.160819+0000 mgr.a (mgr.14433) 149 : audit [DBG] from='client.14487 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-03-31T20:29:43.636 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:29:43 vm05 bash[22868]: cluster 2026-03-31T20:29:42.130994+0000 mgr.a (mgr.14433) 148 : cluster [DBG] pgmap v110: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:29:43.636 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:29:43 vm05 bash[22868]: cluster 2026-03-31T20:29:42.130994+0000 mgr.a (mgr.14433) 148 : cluster [DBG] pgmap v110: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:29:43.636 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:29:43 vm05 bash[22868]: audit 2026-03-31T20:29:42.160819+0000 mgr.a (mgr.14433) 149 : audit [DBG] from='client.14487 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-03-31T20:29:43.636 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:29:43 vm05 bash[22868]: audit 2026-03-31T20:29:42.160819+0000 mgr.a (mgr.14433) 149 : audit [DBG] from='client.14487 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-03-31T20:29:43.716 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:29:43 vm06 bash[23229]: cluster 2026-03-31T20:29:42.130994+0000 mgr.a (mgr.14433) 148 : cluster [DBG] pgmap v110: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:29:43.716 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:29:43 vm06 bash[23229]: cluster 2026-03-31T20:29:42.130994+0000 mgr.a (mgr.14433) 148 : cluster [DBG] pgmap v110: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:29:43.716 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:29:43 vm06 bash[23229]: audit 2026-03-31T20:29:42.160819+0000 mgr.a (mgr.14433) 149 : audit [DBG] from='client.14487 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-03-31T20:29:43.716 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:29:43 vm06 bash[23229]: audit 2026-03-31T20:29:42.160819+0000 mgr.a (mgr.14433) 149 : audit [DBG] from='client.14487 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-03-31T20:29:43.755 INFO:teuthology.orchestra.run.vm01.stdout: 2026-03-31T20:29:43.755 INFO:teuthology.orchestra.run.vm01.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2026-03-31T20:25:36.062440Z", "last_refresh": "2026-03-31T20:26:21.516820Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2026-03-31T20:25:35.867601Z", "last_refresh": "2026-03-31T20:26:21.609524Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2026-03-31T20:29:36.842520Z service:mgmt-gateway [INFO] \"service was created\""], "placement": {"hosts": ["vm06"]}, "service_name": "mgmt-gateway", "service_type": "mgmt-gateway", "spec": {"enable_health_check_endpoint": true, "ssl": true, "ssl_cert": "-----BEGIN CERTIFICATE-----\nMIIE+TCCAuGgAwIBAgIUU5QM37ZN3xYkASru0NQE93pd6McwDQYJKoZIhvcNAQEL\nBQAwDDEKMAgGA1UEAwwBKjAeFw0yNjAzMzEyMDI5MzZaFw0yNjA0MzAyMDI5MzZa\nMAwxCjAIBgNVBAMMASowggIiMA0GCSqGSIb3DQEBAQUAA4ICDwAwggIKAoICAQDL\nEy7pwOYNym5t6c51aZcLADmhj6hk1+JFgxiQ6neD/xFVgDHbY8SphO8uMihdARED\ntReTEtNJyVYPmWyXTqn0KF5lNb+xSg8m79SalfxDx0bdwPWAGUzWdzq8BnyqAAhd\n0M4kpANAVn9Jlf0veOvbPBle324Apj3nQOm9FNgi20lqpExyk7jsvMHvZ1XKEK4Y\n/UY/LsBYf2d1IZcwprvzEjYWO2nq5veESxP0Z2NgKCHd+4S3Xho6nXYVo8tOCvc+\nbq/dwlenTBzmE5kK0V6OQLMT1LRbDfqQ2+lN6iWMV6Y4TUmRAeHy/fJIoNocP0Hm\nYqUeGW+sxQvgdHPGaIV4HuO4O9exR1Iu0VG63D0xrQcU6dgb4P6H/6pzsz8buFTj\nePkBpQwJhPxc7ovsonyh7a6gGK0i/7Zi3MxVF4hOSyaQPsQT6/XNm6sTGq0WW0s+\nkqjkkci0EtmQNRVXL2Kv9JwWePDaoiBb+BocEkvE3GQP55n3OmBPEM6S8/a/7LLQ\nrvlucrfRCO/7IdlFXf5LmNqiJpmN60yYaTdItbQ8bSpJ+3MwBQYI6FGAyxVwGlLm\nhmqOw5XYD+uIRix3hzkgFBY1u24fgsXBzz+rfN4VIpiekl79nK99DAdA3f6jmtwL\nVr5jYnv1yX/egEWwZWMK6IVGc9a4WN12bnUsoxA86wIDAQABo1MwUTAdBgNVHQ4E\nFgQUl+VBW8LN3PX37krTJzXew6wWEQAwHwYDVR0jBBgwFoAUl+VBW8LN3PX37krT\nJzXew6wWEQAwDwYDVR0TAQH/BAUwAwEB/zANBgkqhkiG9w0BAQsFAAOCAgEAUXZH\nOyy9jzVn7M0ZjV93n11ZHAgv6GqhvNwu3RrzFW3ftGP6rQYMHP4vPkV7LASQItsp\n4utJyoaTSh/4V2sZUteVD5/JL2glMWHSfeyLuVFjTUvVCQOxzRXK8AgFfdxoJBG+\nQeInOBGOp9/KjrteetNuIsno2XysX6Vr7cpJa4GpHRvCHtdjuoP8NyYoHyltQoI2\nTSEpShn99Koj9VYDqB0T1Rz8InuOJEwHgihpnV4Hbtcrqtz3/0i4sk+uFN9IAXGv\n0QGS+yHlVPrAMJ3gQv0F8GQaXnUqm7MUfgQoBc3ZngjYWW55g1x5MFV1sxozeavA\npCaCaWpvyFk8KF3U3Yl2TWDUdSOe4P8nFKbn0DqguVWAB+lI41deuokBiwwV2PnV\nhvw3EQPr2XnkN3lEKYQcNdtOlyToGE/R6ehdKCZv3LPVGjPs2/mpP8Q8Wb8JIe4H\nWkhJFK+J5NNq9TyYuuAFkWnxX/0GmCbVAQLmLTdfSM5+inqmLKqcVySZtSQdZa6m\nA9YIFjB0CJjVAHE/iGXrDDcxoF9evYT5dJsSwBhZM23VlV5GHbvuXHLIY+/aOvEH\nPs5jUP86NrSSGsjAyjQe6QxoS/vM1UaBzXb1yDtPUaJeCWoxhlcYcjNhdRVvXMoM\nv2ZkegO6SqSZyGOqzhvSPflM1wv0pW049aUPhlU=\n-----END CERTIFICATE-----\n", "ssl_ciphers": ["AES128-SHA", "AES256-SHA"], "ssl_key": "-----BEGIN PRIVATE KEY-----\nMIIJQQIBADANBgkqhkiG9w0BAQEFAASCCSswggknAgEAAoICAQDLEy7pwOYNym5t\n6c51aZcLADmhj6hk1+JFgxiQ6neD/xFVgDHbY8SphO8uMihdAREDtReTEtNJyVYP\nmWyXTqn0KF5lNb+xSg8m79SalfxDx0bdwPWAGUzWdzq8BnyqAAhd0M4kpANAVn9J\nlf0veOvbPBle324Apj3nQOm9FNgi20lqpExyk7jsvMHvZ1XKEK4Y/UY/LsBYf2d1\nIZcwprvzEjYWO2nq5veESxP0Z2NgKCHd+4S3Xho6nXYVo8tOCvc+bq/dwlenTBzm\nE5kK0V6OQLMT1LRbDfqQ2+lN6iWMV6Y4TUmRAeHy/fJIoNocP0HmYqUeGW+sxQvg\ndHPGaIV4HuO4O9exR1Iu0VG63D0xrQcU6dgb4P6H/6pzsz8buFTjePkBpQwJhPxc\n7ovsonyh7a6gGK0i/7Zi3MxVF4hOSyaQPsQT6/XNm6sTGq0WW0s+kqjkkci0EtmQ\nNRVXL2Kv9JwWePDaoiBb+BocEkvE3GQP55n3OmBPEM6S8/a/7LLQrvlucrfRCO/7\nIdlFXf5LmNqiJpmN60yYaTdItbQ8bSpJ+3MwBQYI6FGAyxVwGlLmhmqOw5XYD+uI\nRix3hzkgFBY1u24fgsXBzz+rfN4VIpiekl79nK99DAdA3f6jmtwLVr5jYnv1yX/e\ngEWwZWMK6IVGc9a4WN12bnUsoxA86wIDAQABAoICABqHZ4YG+qbLjrCSLjP9dstr\nnJvECiIeZ8Nf9GoeDz3xqOCMDjdUacEhiiN1TvuTY5ch5bIDcBHAGRuRlfOQRbiN\nO4OqSWAORjt2ckY9mMZ79oCKsCerZnPQAJ7GlCubNHyZBg0YVgpmIlvJGdnFSL6L\ns97GfnbcQNMAkmhunCu1jPo++3OuY6adpBIz5CuxESVXlQE1CNCm2Cufl0I2TfBb\nrTArU9Npl+Uy76jqhrttkrsOnBBeXTvSDTaXfrwzx4fi6tukA1JqKY5O+hvFLT6V\nKi/JhkQs59JbwDc7Auu6GY9aXWVxowRc83VUehndk6zWry5m8UVXOo14eRVu2xyS\nArAhuuuF0kfxpsg/TtKNKl1x0GaqycnrHjPllKnHrFHwhOM49adgV8GJluS4teHr\n5vqOpYLrJA2W4WD97d8AwdASFI0dC/CQvXy9tnOYyCK8ixkOVRH1jSg1352wk2Ik\nbhJkaxdVK/iLoZcD68AyXO7MnpYIjpjuWpZaTL93WJrBC7XLWBjwC2WhuIffgnwL\n+vOltPgvnDDb74+nqj/UB2MwFvjIbwQfCYTmz+8LdQe93o7Mz13JhhhBgV6PVHAx\n6OWzenTdT/yigypXD9JYMEzlda6H3OvLiajfBYRmG9W6jka+4pGU4G2VxSkWJ+FD\nhjAlFxvKNCJqZkZxo8qtAoIBAQDs5SQaF2uoD+wViapcgg5vCVHrBDs41bsTu143\np0HxIzrHMFzPq30G5sQmQpa57YbRYdIcn29nBMqDVfil96CnGqPQyrEh8AIxCzxL\nlFg1p0GpiQ2LGjjoIMaTrQ9JXS2j0W6HrX/gfjwbELZohN5mWGROduoL44zYgTyE\nJLTqFCNn2cdwimKFdzsZQGAHNOZDUi6a+8aH9qeGPiesie/8TWRTPr8RJE0Zisxr\nGhH+rz+W84zfNCiX0jY5v2SE0j2U8jW+DJhkracs8oXNEUxIXtlMDNvlV1dC8VMJ\ns5i01mGQ/cHLtGFDFDUUqmNCArGyA/YYGEgVyLq5gf2ZKkZtAoIBAQDbc81s2L0V\n5erisPf9/LcmOONjXEXd+6iFApBtr/C7dGkGQpbQeh6Lp9UsNCf6F8+Km+E8vjEp\nlNK71q1RQsmUaeiTVQrkL0eAZBT3wbStIaH14doA3Kt/qv7LShBOZ5+ng5IssUOi\ngwzuzxmjiNn9JpdxckU6MJXgtKfJYwbGwVwAaHtWBiIJZ5EKSCUDO1VDYgoQVGtR\nzWH0YMtNUCs2Uxr8mLQ/lTrAifoUdMVrlAH85YR9cP3yyZhja4/yLjTCecDqrEkn\nbYTInGPcFDTmhpWiVvnbPgYqhTlxuhGIaLsl/VoLmDeu5EUUoaE2ENA858upu97f\nYJquCXrXTFm3AoIBAAa83bIASIeXLFfQeo/3AwIVecb9b9HGAnQlOCDNGQsKvXk8\n3ubpMb0ogxuzeSYAo30BE0DNKBX+BOSHZXMS//bAwzgFC9SzRtyuPSDJL1kXUL7J\nryDttgCkLgG1QmILzGiEZGhnfuObs4nxh76hSNIQYYn5x95esnrV8iqwAJVHzVn+\nz7VbukGhioTFV/Xcg1AW3kx6LMNhOJKQ4f/+TF0YtmnHtxd9uNOpJvdE3o4n3d8l\nPjR6/0ySJgiucOV2NVovKWgmY485gS++FiAnBcxpJjULiJWVTl4RDxOPkCBUmKHP\nFdv9XWbTBE96KSiPew5dHnrA9gvokacFE3lvwmECggEAPWG/tNFO2kAsGeo8A1vb\ncqJ438Lge/23HjUgZr3OjPA7rBeWDYwK3S89jhask+RzFacSMiZUo/fPleCvK8qN\njait9//Sgw7CZiQYRVB2E/MTVS4uBw2yHoyapgv6UaPkYTuI+F1AuMUFKgrddgOC\nTa+srnuy51rNoUOGpuq+63sMG8UdsmsWvCCuzfxt9eBzsdxLSlQCjKfw3STx2Jcy\n7wgBxWOFDz/TZiVxwKUEz1lf0Pf1vgyLy4wdxrlAUxIficH6dulnsNKOUHqF5/ny\n7gP4+KZxTqSjnuMStT/BRbFdn3uk4xdZg96vf9zRtciwJkkDi19UMJDZ0xItvOjL\nMwKCAQBDH5cbHGtR1jLqyMvx9+bh1FxlqDfgeGql8tRdgnMWKodUQeaLTGRsKMuZ\nXgrtunKNXdEhBV4TMxwVIhmMto97Mo7N+e9ZdlFtQ3JXLpib7Ib5pIHFYZJxAjGU\nMX4jTpVPDCT0Q/SKPCtQg2sjP70RG1V4BJKTCuNS2XESHW1x7FakGi4ds9fXQFlt\nyyYtBwcc9effH10tWEcHPaEJz1bxYhreTBmXdPwZcskCYzhwwpx3VGNx5JtF+t3R\nzIrAe6m2t3gLm+52V6+qf3ycx7b/DXhwOO1CR06sXgDrVxsnnaJSgu3piTahhDiO\nxLpM56woME7c/OLlD0pv2mWJwKdz\n-----END PRIVATE KEY-----\n", "ssl_protocols": ["TLSv1.2", "TLSv1.3"]}, "status": {"created": "2026-03-31T20:29:36.837682Z", "running": 0, "size": 1}}, {"placement": {"count": 2, "hosts": ["vm01=a", "vm05=b"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2026-03-31T20:23:00.847156Z", "last_refresh": "2026-03-31T20:26:13.667324Z", "running": 2, "size": 2}}, {"placement": {"count": 3, "hosts": ["vm01:192.168.123.101=a", "vm05:192.168.123.105=b", "vm06:192.168.123.106=c"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2026-03-31T20:22:46.360888Z", "last_refresh": "2026-03-31T20:26:13.667377Z", "running": 3, "size": 3}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2026-03-31T20:25:35.674270Z", "last_refresh": "2026-03-31T20:26:13.667442Z", "ports": [9100], "running": 3, "size": 3}}, {"placement": {"host_pattern": "vm06"}, "service_id": "default", "service_name": "osd.default", "service_type": "osd", "spec": {"data_devices": {"paths": ["vg_nvme/lv_4"]}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2026-03-31T20:25:19.698997Z", "last_refresh": "2026-03-31T20:26:13.667411Z", "running": 3, "size": 3}}, {"events": ["2026-03-31T20:26:14.709345Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2026-03-31T20:25:36.250777Z", "last_refresh": "2026-03-31T20:26:13.667471Z", "ports": [9095], "running": 1, "size": 1}}] 2026-03-31T20:29:43.801 INFO:tasks.cephadm:mgmt-gateway has 0/1 2026-03-31T20:29:44.585 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:29:44 vm01 bash[20507]: audit 2026-03-31T20:29:43.754378+0000 mgr.a (mgr.14433) 150 : audit [DBG] from='client.24307 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-03-31T20:29:44.585 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:29:44 vm01 bash[20507]: audit 2026-03-31T20:29:43.754378+0000 mgr.a (mgr.14433) 150 : audit [DBG] from='client.24307 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-03-31T20:29:44.586 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:29:44 vm01 bash[20507]: cluster 2026-03-31T20:29:44.131222+0000 mgr.a (mgr.14433) 151 : cluster [DBG] pgmap v111: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:29:44.586 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:29:44 vm01 bash[20507]: cluster 2026-03-31T20:29:44.131222+0000 mgr.a (mgr.14433) 151 : cluster [DBG] pgmap v111: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:29:44.636 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:29:44 vm05 bash[22868]: audit 2026-03-31T20:29:43.754378+0000 mgr.a (mgr.14433) 150 : audit [DBG] from='client.24307 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-03-31T20:29:44.636 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:29:44 vm05 bash[22868]: audit 2026-03-31T20:29:43.754378+0000 mgr.a (mgr.14433) 150 : audit [DBG] from='client.24307 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-03-31T20:29:44.636 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:29:44 vm05 bash[22868]: cluster 2026-03-31T20:29:44.131222+0000 mgr.a (mgr.14433) 151 : cluster [DBG] pgmap v111: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:29:44.636 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:29:44 vm05 bash[22868]: cluster 2026-03-31T20:29:44.131222+0000 mgr.a (mgr.14433) 151 : cluster [DBG] pgmap v111: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:29:44.715 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:29:44 vm06 bash[23229]: audit 2026-03-31T20:29:43.754378+0000 mgr.a (mgr.14433) 150 : audit [DBG] from='client.24307 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-03-31T20:29:44.715 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:29:44 vm06 bash[23229]: audit 2026-03-31T20:29:43.754378+0000 mgr.a (mgr.14433) 150 : audit [DBG] from='client.24307 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-03-31T20:29:44.715 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:29:44 vm06 bash[23229]: cluster 2026-03-31T20:29:44.131222+0000 mgr.a (mgr.14433) 151 : cluster [DBG] pgmap v111: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:29:44.716 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:29:44 vm06 bash[23229]: cluster 2026-03-31T20:29:44.131222+0000 mgr.a (mgr.14433) 151 : cluster [DBG] pgmap v111: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:29:44.802 DEBUG:teuthology.orchestra.run.vm01:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:5bb3278730741031382ca9c3dc9d221a942e06a2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37 -- ceph orch ls -f json 2026-03-31T20:29:45.032 INFO:teuthology.orchestra.run.vm01.stderr:Inferring config /var/lib/ceph/2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37/mon.a/config 2026-03-31T20:29:45.329 INFO:teuthology.orchestra.run.vm01.stdout: 2026-03-31T20:29:45.329 INFO:teuthology.orchestra.run.vm01.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2026-03-31T20:25:36.062440Z", "last_refresh": "2026-03-31T20:26:21.516820Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2026-03-31T20:25:35.867601Z", "last_refresh": "2026-03-31T20:26:21.609524Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2026-03-31T20:29:36.842520Z service:mgmt-gateway [INFO] \"service was created\""], "placement": {"hosts": ["vm06"]}, "service_name": "mgmt-gateway", "service_type": "mgmt-gateway", "spec": {"enable_health_check_endpoint": true, "ssl": true, "ssl_cert": "-----BEGIN CERTIFICATE-----\nMIIE+TCCAuGgAwIBAgIUU5QM37ZN3xYkASru0NQE93pd6McwDQYJKoZIhvcNAQEL\nBQAwDDEKMAgGA1UEAwwBKjAeFw0yNjAzMzEyMDI5MzZaFw0yNjA0MzAyMDI5MzZa\nMAwxCjAIBgNVBAMMASowggIiMA0GCSqGSIb3DQEBAQUAA4ICDwAwggIKAoICAQDL\nEy7pwOYNym5t6c51aZcLADmhj6hk1+JFgxiQ6neD/xFVgDHbY8SphO8uMihdARED\ntReTEtNJyVYPmWyXTqn0KF5lNb+xSg8m79SalfxDx0bdwPWAGUzWdzq8BnyqAAhd\n0M4kpANAVn9Jlf0veOvbPBle324Apj3nQOm9FNgi20lqpExyk7jsvMHvZ1XKEK4Y\n/UY/LsBYf2d1IZcwprvzEjYWO2nq5veESxP0Z2NgKCHd+4S3Xho6nXYVo8tOCvc+\nbq/dwlenTBzmE5kK0V6OQLMT1LRbDfqQ2+lN6iWMV6Y4TUmRAeHy/fJIoNocP0Hm\nYqUeGW+sxQvgdHPGaIV4HuO4O9exR1Iu0VG63D0xrQcU6dgb4P6H/6pzsz8buFTj\nePkBpQwJhPxc7ovsonyh7a6gGK0i/7Zi3MxVF4hOSyaQPsQT6/XNm6sTGq0WW0s+\nkqjkkci0EtmQNRVXL2Kv9JwWePDaoiBb+BocEkvE3GQP55n3OmBPEM6S8/a/7LLQ\nrvlucrfRCO/7IdlFXf5LmNqiJpmN60yYaTdItbQ8bSpJ+3MwBQYI6FGAyxVwGlLm\nhmqOw5XYD+uIRix3hzkgFBY1u24fgsXBzz+rfN4VIpiekl79nK99DAdA3f6jmtwL\nVr5jYnv1yX/egEWwZWMK6IVGc9a4WN12bnUsoxA86wIDAQABo1MwUTAdBgNVHQ4E\nFgQUl+VBW8LN3PX37krTJzXew6wWEQAwHwYDVR0jBBgwFoAUl+VBW8LN3PX37krT\nJzXew6wWEQAwDwYDVR0TAQH/BAUwAwEB/zANBgkqhkiG9w0BAQsFAAOCAgEAUXZH\nOyy9jzVn7M0ZjV93n11ZHAgv6GqhvNwu3RrzFW3ftGP6rQYMHP4vPkV7LASQItsp\n4utJyoaTSh/4V2sZUteVD5/JL2glMWHSfeyLuVFjTUvVCQOxzRXK8AgFfdxoJBG+\nQeInOBGOp9/KjrteetNuIsno2XysX6Vr7cpJa4GpHRvCHtdjuoP8NyYoHyltQoI2\nTSEpShn99Koj9VYDqB0T1Rz8InuOJEwHgihpnV4Hbtcrqtz3/0i4sk+uFN9IAXGv\n0QGS+yHlVPrAMJ3gQv0F8GQaXnUqm7MUfgQoBc3ZngjYWW55g1x5MFV1sxozeavA\npCaCaWpvyFk8KF3U3Yl2TWDUdSOe4P8nFKbn0DqguVWAB+lI41deuokBiwwV2PnV\nhvw3EQPr2XnkN3lEKYQcNdtOlyToGE/R6ehdKCZv3LPVGjPs2/mpP8Q8Wb8JIe4H\nWkhJFK+J5NNq9TyYuuAFkWnxX/0GmCbVAQLmLTdfSM5+inqmLKqcVySZtSQdZa6m\nA9YIFjB0CJjVAHE/iGXrDDcxoF9evYT5dJsSwBhZM23VlV5GHbvuXHLIY+/aOvEH\nPs5jUP86NrSSGsjAyjQe6QxoS/vM1UaBzXb1yDtPUaJeCWoxhlcYcjNhdRVvXMoM\nv2ZkegO6SqSZyGOqzhvSPflM1wv0pW049aUPhlU=\n-----END CERTIFICATE-----\n", "ssl_ciphers": ["AES128-SHA", "AES256-SHA"], "ssl_key": "-----BEGIN PRIVATE KEY-----\nMIIJQQIBADANBgkqhkiG9w0BAQEFAASCCSswggknAgEAAoICAQDLEy7pwOYNym5t\n6c51aZcLADmhj6hk1+JFgxiQ6neD/xFVgDHbY8SphO8uMihdAREDtReTEtNJyVYP\nmWyXTqn0KF5lNb+xSg8m79SalfxDx0bdwPWAGUzWdzq8BnyqAAhd0M4kpANAVn9J\nlf0veOvbPBle324Apj3nQOm9FNgi20lqpExyk7jsvMHvZ1XKEK4Y/UY/LsBYf2d1\nIZcwprvzEjYWO2nq5veESxP0Z2NgKCHd+4S3Xho6nXYVo8tOCvc+bq/dwlenTBzm\nE5kK0V6OQLMT1LRbDfqQ2+lN6iWMV6Y4TUmRAeHy/fJIoNocP0HmYqUeGW+sxQvg\ndHPGaIV4HuO4O9exR1Iu0VG63D0xrQcU6dgb4P6H/6pzsz8buFTjePkBpQwJhPxc\n7ovsonyh7a6gGK0i/7Zi3MxVF4hOSyaQPsQT6/XNm6sTGq0WW0s+kqjkkci0EtmQ\nNRVXL2Kv9JwWePDaoiBb+BocEkvE3GQP55n3OmBPEM6S8/a/7LLQrvlucrfRCO/7\nIdlFXf5LmNqiJpmN60yYaTdItbQ8bSpJ+3MwBQYI6FGAyxVwGlLmhmqOw5XYD+uI\nRix3hzkgFBY1u24fgsXBzz+rfN4VIpiekl79nK99DAdA3f6jmtwLVr5jYnv1yX/e\ngEWwZWMK6IVGc9a4WN12bnUsoxA86wIDAQABAoICABqHZ4YG+qbLjrCSLjP9dstr\nnJvECiIeZ8Nf9GoeDz3xqOCMDjdUacEhiiN1TvuTY5ch5bIDcBHAGRuRlfOQRbiN\nO4OqSWAORjt2ckY9mMZ79oCKsCerZnPQAJ7GlCubNHyZBg0YVgpmIlvJGdnFSL6L\ns97GfnbcQNMAkmhunCu1jPo++3OuY6adpBIz5CuxESVXlQE1CNCm2Cufl0I2TfBb\nrTArU9Npl+Uy76jqhrttkrsOnBBeXTvSDTaXfrwzx4fi6tukA1JqKY5O+hvFLT6V\nKi/JhkQs59JbwDc7Auu6GY9aXWVxowRc83VUehndk6zWry5m8UVXOo14eRVu2xyS\nArAhuuuF0kfxpsg/TtKNKl1x0GaqycnrHjPllKnHrFHwhOM49adgV8GJluS4teHr\n5vqOpYLrJA2W4WD97d8AwdASFI0dC/CQvXy9tnOYyCK8ixkOVRH1jSg1352wk2Ik\nbhJkaxdVK/iLoZcD68AyXO7MnpYIjpjuWpZaTL93WJrBC7XLWBjwC2WhuIffgnwL\n+vOltPgvnDDb74+nqj/UB2MwFvjIbwQfCYTmz+8LdQe93o7Mz13JhhhBgV6PVHAx\n6OWzenTdT/yigypXD9JYMEzlda6H3OvLiajfBYRmG9W6jka+4pGU4G2VxSkWJ+FD\nhjAlFxvKNCJqZkZxo8qtAoIBAQDs5SQaF2uoD+wViapcgg5vCVHrBDs41bsTu143\np0HxIzrHMFzPq30G5sQmQpa57YbRYdIcn29nBMqDVfil96CnGqPQyrEh8AIxCzxL\nlFg1p0GpiQ2LGjjoIMaTrQ9JXS2j0W6HrX/gfjwbELZohN5mWGROduoL44zYgTyE\nJLTqFCNn2cdwimKFdzsZQGAHNOZDUi6a+8aH9qeGPiesie/8TWRTPr8RJE0Zisxr\nGhH+rz+W84zfNCiX0jY5v2SE0j2U8jW+DJhkracs8oXNEUxIXtlMDNvlV1dC8VMJ\ns5i01mGQ/cHLtGFDFDUUqmNCArGyA/YYGEgVyLq5gf2ZKkZtAoIBAQDbc81s2L0V\n5erisPf9/LcmOONjXEXd+6iFApBtr/C7dGkGQpbQeh6Lp9UsNCf6F8+Km+E8vjEp\nlNK71q1RQsmUaeiTVQrkL0eAZBT3wbStIaH14doA3Kt/qv7LShBOZ5+ng5IssUOi\ngwzuzxmjiNn9JpdxckU6MJXgtKfJYwbGwVwAaHtWBiIJZ5EKSCUDO1VDYgoQVGtR\nzWH0YMtNUCs2Uxr8mLQ/lTrAifoUdMVrlAH85YR9cP3yyZhja4/yLjTCecDqrEkn\nbYTInGPcFDTmhpWiVvnbPgYqhTlxuhGIaLsl/VoLmDeu5EUUoaE2ENA858upu97f\nYJquCXrXTFm3AoIBAAa83bIASIeXLFfQeo/3AwIVecb9b9HGAnQlOCDNGQsKvXk8\n3ubpMb0ogxuzeSYAo30BE0DNKBX+BOSHZXMS//bAwzgFC9SzRtyuPSDJL1kXUL7J\nryDttgCkLgG1QmILzGiEZGhnfuObs4nxh76hSNIQYYn5x95esnrV8iqwAJVHzVn+\nz7VbukGhioTFV/Xcg1AW3kx6LMNhOJKQ4f/+TF0YtmnHtxd9uNOpJvdE3o4n3d8l\nPjR6/0ySJgiucOV2NVovKWgmY485gS++FiAnBcxpJjULiJWVTl4RDxOPkCBUmKHP\nFdv9XWbTBE96KSiPew5dHnrA9gvokacFE3lvwmECggEAPWG/tNFO2kAsGeo8A1vb\ncqJ438Lge/23HjUgZr3OjPA7rBeWDYwK3S89jhask+RzFacSMiZUo/fPleCvK8qN\njait9//Sgw7CZiQYRVB2E/MTVS4uBw2yHoyapgv6UaPkYTuI+F1AuMUFKgrddgOC\nTa+srnuy51rNoUOGpuq+63sMG8UdsmsWvCCuzfxt9eBzsdxLSlQCjKfw3STx2Jcy\n7wgBxWOFDz/TZiVxwKUEz1lf0Pf1vgyLy4wdxrlAUxIficH6dulnsNKOUHqF5/ny\n7gP4+KZxTqSjnuMStT/BRbFdn3uk4xdZg96vf9zRtciwJkkDi19UMJDZ0xItvOjL\nMwKCAQBDH5cbHGtR1jLqyMvx9+bh1FxlqDfgeGql8tRdgnMWKodUQeaLTGRsKMuZ\nXgrtunKNXdEhBV4TMxwVIhmMto97Mo7N+e9ZdlFtQ3JXLpib7Ib5pIHFYZJxAjGU\nMX4jTpVPDCT0Q/SKPCtQg2sjP70RG1V4BJKTCuNS2XESHW1x7FakGi4ds9fXQFlt\nyyYtBwcc9effH10tWEcHPaEJz1bxYhreTBmXdPwZcskCYzhwwpx3VGNx5JtF+t3R\nzIrAe6m2t3gLm+52V6+qf3ycx7b/DXhwOO1CR06sXgDrVxsnnaJSgu3piTahhDiO\nxLpM56woME7c/OLlD0pv2mWJwKdz\n-----END PRIVATE KEY-----\n", "ssl_protocols": ["TLSv1.2", "TLSv1.3"]}, "status": {"created": "2026-03-31T20:29:36.837682Z", "running": 0, "size": 1}}, {"placement": {"count": 2, "hosts": ["vm01=a", "vm05=b"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2026-03-31T20:23:00.847156Z", "last_refresh": "2026-03-31T20:26:13.667324Z", "running": 2, "size": 2}}, {"placement": {"count": 3, "hosts": ["vm01:192.168.123.101=a", "vm05:192.168.123.105=b", "vm06:192.168.123.106=c"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2026-03-31T20:22:46.360888Z", "last_refresh": "2026-03-31T20:26:13.667377Z", "running": 3, "size": 3}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2026-03-31T20:25:35.674270Z", "last_refresh": "2026-03-31T20:26:13.667442Z", "ports": [9100], "running": 3, "size": 3}}, {"placement": {"host_pattern": "vm06"}, "service_id": "default", "service_name": "osd.default", "service_type": "osd", "spec": {"data_devices": {"paths": ["vg_nvme/lv_4"]}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2026-03-31T20:25:19.698997Z", "last_refresh": "2026-03-31T20:26:13.667411Z", "running": 3, "size": 3}}, {"events": ["2026-03-31T20:26:14.709345Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2026-03-31T20:25:36.250777Z", "last_refresh": "2026-03-31T20:26:13.667471Z", "ports": [9095], "running": 1, "size": 1}}] 2026-03-31T20:29:45.377 INFO:tasks.cephadm:mgmt-gateway has 0/1 2026-03-31T20:29:46.377 DEBUG:teuthology.orchestra.run.vm01:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:5bb3278730741031382ca9c3dc9d221a942e06a2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37 -- ceph orch ls -f json 2026-03-31T20:29:46.614 INFO:teuthology.orchestra.run.vm01.stderr:Inferring config /var/lib/ceph/2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37/mon.a/config 2026-03-31T20:29:46.889 INFO:teuthology.orchestra.run.vm01.stdout: 2026-03-31T20:29:46.889 INFO:teuthology.orchestra.run.vm01.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2026-03-31T20:25:36.062440Z", "last_refresh": "2026-03-31T20:26:21.516820Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2026-03-31T20:25:35.867601Z", "last_refresh": "2026-03-31T20:26:21.609524Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2026-03-31T20:29:36.842520Z service:mgmt-gateway [INFO] \"service was created\""], "placement": {"hosts": ["vm06"]}, "service_name": "mgmt-gateway", "service_type": "mgmt-gateway", "spec": {"enable_health_check_endpoint": true, "ssl": true, "ssl_cert": "-----BEGIN CERTIFICATE-----\nMIIE+TCCAuGgAwIBAgIUU5QM37ZN3xYkASru0NQE93pd6McwDQYJKoZIhvcNAQEL\nBQAwDDEKMAgGA1UEAwwBKjAeFw0yNjAzMzEyMDI5MzZaFw0yNjA0MzAyMDI5MzZa\nMAwxCjAIBgNVBAMMASowggIiMA0GCSqGSIb3DQEBAQUAA4ICDwAwggIKAoICAQDL\nEy7pwOYNym5t6c51aZcLADmhj6hk1+JFgxiQ6neD/xFVgDHbY8SphO8uMihdARED\ntReTEtNJyVYPmWyXTqn0KF5lNb+xSg8m79SalfxDx0bdwPWAGUzWdzq8BnyqAAhd\n0M4kpANAVn9Jlf0veOvbPBle324Apj3nQOm9FNgi20lqpExyk7jsvMHvZ1XKEK4Y\n/UY/LsBYf2d1IZcwprvzEjYWO2nq5veESxP0Z2NgKCHd+4S3Xho6nXYVo8tOCvc+\nbq/dwlenTBzmE5kK0V6OQLMT1LRbDfqQ2+lN6iWMV6Y4TUmRAeHy/fJIoNocP0Hm\nYqUeGW+sxQvgdHPGaIV4HuO4O9exR1Iu0VG63D0xrQcU6dgb4P6H/6pzsz8buFTj\nePkBpQwJhPxc7ovsonyh7a6gGK0i/7Zi3MxVF4hOSyaQPsQT6/XNm6sTGq0WW0s+\nkqjkkci0EtmQNRVXL2Kv9JwWePDaoiBb+BocEkvE3GQP55n3OmBPEM6S8/a/7LLQ\nrvlucrfRCO/7IdlFXf5LmNqiJpmN60yYaTdItbQ8bSpJ+3MwBQYI6FGAyxVwGlLm\nhmqOw5XYD+uIRix3hzkgFBY1u24fgsXBzz+rfN4VIpiekl79nK99DAdA3f6jmtwL\nVr5jYnv1yX/egEWwZWMK6IVGc9a4WN12bnUsoxA86wIDAQABo1MwUTAdBgNVHQ4E\nFgQUl+VBW8LN3PX37krTJzXew6wWEQAwHwYDVR0jBBgwFoAUl+VBW8LN3PX37krT\nJzXew6wWEQAwDwYDVR0TAQH/BAUwAwEB/zANBgkqhkiG9w0BAQsFAAOCAgEAUXZH\nOyy9jzVn7M0ZjV93n11ZHAgv6GqhvNwu3RrzFW3ftGP6rQYMHP4vPkV7LASQItsp\n4utJyoaTSh/4V2sZUteVD5/JL2glMWHSfeyLuVFjTUvVCQOxzRXK8AgFfdxoJBG+\nQeInOBGOp9/KjrteetNuIsno2XysX6Vr7cpJa4GpHRvCHtdjuoP8NyYoHyltQoI2\nTSEpShn99Koj9VYDqB0T1Rz8InuOJEwHgihpnV4Hbtcrqtz3/0i4sk+uFN9IAXGv\n0QGS+yHlVPrAMJ3gQv0F8GQaXnUqm7MUfgQoBc3ZngjYWW55g1x5MFV1sxozeavA\npCaCaWpvyFk8KF3U3Yl2TWDUdSOe4P8nFKbn0DqguVWAB+lI41deuokBiwwV2PnV\nhvw3EQPr2XnkN3lEKYQcNdtOlyToGE/R6ehdKCZv3LPVGjPs2/mpP8Q8Wb8JIe4H\nWkhJFK+J5NNq9TyYuuAFkWnxX/0GmCbVAQLmLTdfSM5+inqmLKqcVySZtSQdZa6m\nA9YIFjB0CJjVAHE/iGXrDDcxoF9evYT5dJsSwBhZM23VlV5GHbvuXHLIY+/aOvEH\nPs5jUP86NrSSGsjAyjQe6QxoS/vM1UaBzXb1yDtPUaJeCWoxhlcYcjNhdRVvXMoM\nv2ZkegO6SqSZyGOqzhvSPflM1wv0pW049aUPhlU=\n-----END CERTIFICATE-----\n", "ssl_ciphers": ["AES128-SHA", "AES256-SHA"], "ssl_key": "-----BEGIN PRIVATE KEY-----\nMIIJQQIBADANBgkqhkiG9w0BAQEFAASCCSswggknAgEAAoICAQDLEy7pwOYNym5t\n6c51aZcLADmhj6hk1+JFgxiQ6neD/xFVgDHbY8SphO8uMihdAREDtReTEtNJyVYP\nmWyXTqn0KF5lNb+xSg8m79SalfxDx0bdwPWAGUzWdzq8BnyqAAhd0M4kpANAVn9J\nlf0veOvbPBle324Apj3nQOm9FNgi20lqpExyk7jsvMHvZ1XKEK4Y/UY/LsBYf2d1\nIZcwprvzEjYWO2nq5veESxP0Z2NgKCHd+4S3Xho6nXYVo8tOCvc+bq/dwlenTBzm\nE5kK0V6OQLMT1LRbDfqQ2+lN6iWMV6Y4TUmRAeHy/fJIoNocP0HmYqUeGW+sxQvg\ndHPGaIV4HuO4O9exR1Iu0VG63D0xrQcU6dgb4P6H/6pzsz8buFTjePkBpQwJhPxc\n7ovsonyh7a6gGK0i/7Zi3MxVF4hOSyaQPsQT6/XNm6sTGq0WW0s+kqjkkci0EtmQ\nNRVXL2Kv9JwWePDaoiBb+BocEkvE3GQP55n3OmBPEM6S8/a/7LLQrvlucrfRCO/7\nIdlFXf5LmNqiJpmN60yYaTdItbQ8bSpJ+3MwBQYI6FGAyxVwGlLmhmqOw5XYD+uI\nRix3hzkgFBY1u24fgsXBzz+rfN4VIpiekl79nK99DAdA3f6jmtwLVr5jYnv1yX/e\ngEWwZWMK6IVGc9a4WN12bnUsoxA86wIDAQABAoICABqHZ4YG+qbLjrCSLjP9dstr\nnJvECiIeZ8Nf9GoeDz3xqOCMDjdUacEhiiN1TvuTY5ch5bIDcBHAGRuRlfOQRbiN\nO4OqSWAORjt2ckY9mMZ79oCKsCerZnPQAJ7GlCubNHyZBg0YVgpmIlvJGdnFSL6L\ns97GfnbcQNMAkmhunCu1jPo++3OuY6adpBIz5CuxESVXlQE1CNCm2Cufl0I2TfBb\nrTArU9Npl+Uy76jqhrttkrsOnBBeXTvSDTaXfrwzx4fi6tukA1JqKY5O+hvFLT6V\nKi/JhkQs59JbwDc7Auu6GY9aXWVxowRc83VUehndk6zWry5m8UVXOo14eRVu2xyS\nArAhuuuF0kfxpsg/TtKNKl1x0GaqycnrHjPllKnHrFHwhOM49adgV8GJluS4teHr\n5vqOpYLrJA2W4WD97d8AwdASFI0dC/CQvXy9tnOYyCK8ixkOVRH1jSg1352wk2Ik\nbhJkaxdVK/iLoZcD68AyXO7MnpYIjpjuWpZaTL93WJrBC7XLWBjwC2WhuIffgnwL\n+vOltPgvnDDb74+nqj/UB2MwFvjIbwQfCYTmz+8LdQe93o7Mz13JhhhBgV6PVHAx\n6OWzenTdT/yigypXD9JYMEzlda6H3OvLiajfBYRmG9W6jka+4pGU4G2VxSkWJ+FD\nhjAlFxvKNCJqZkZxo8qtAoIBAQDs5SQaF2uoD+wViapcgg5vCVHrBDs41bsTu143\np0HxIzrHMFzPq30G5sQmQpa57YbRYdIcn29nBMqDVfil96CnGqPQyrEh8AIxCzxL\nlFg1p0GpiQ2LGjjoIMaTrQ9JXS2j0W6HrX/gfjwbELZohN5mWGROduoL44zYgTyE\nJLTqFCNn2cdwimKFdzsZQGAHNOZDUi6a+8aH9qeGPiesie/8TWRTPr8RJE0Zisxr\nGhH+rz+W84zfNCiX0jY5v2SE0j2U8jW+DJhkracs8oXNEUxIXtlMDNvlV1dC8VMJ\ns5i01mGQ/cHLtGFDFDUUqmNCArGyA/YYGEgVyLq5gf2ZKkZtAoIBAQDbc81s2L0V\n5erisPf9/LcmOONjXEXd+6iFApBtr/C7dGkGQpbQeh6Lp9UsNCf6F8+Km+E8vjEp\nlNK71q1RQsmUaeiTVQrkL0eAZBT3wbStIaH14doA3Kt/qv7LShBOZ5+ng5IssUOi\ngwzuzxmjiNn9JpdxckU6MJXgtKfJYwbGwVwAaHtWBiIJZ5EKSCUDO1VDYgoQVGtR\nzWH0YMtNUCs2Uxr8mLQ/lTrAifoUdMVrlAH85YR9cP3yyZhja4/yLjTCecDqrEkn\nbYTInGPcFDTmhpWiVvnbPgYqhTlxuhGIaLsl/VoLmDeu5EUUoaE2ENA858upu97f\nYJquCXrXTFm3AoIBAAa83bIASIeXLFfQeo/3AwIVecb9b9HGAnQlOCDNGQsKvXk8\n3ubpMb0ogxuzeSYAo30BE0DNKBX+BOSHZXMS//bAwzgFC9SzRtyuPSDJL1kXUL7J\nryDttgCkLgG1QmILzGiEZGhnfuObs4nxh76hSNIQYYn5x95esnrV8iqwAJVHzVn+\nz7VbukGhioTFV/Xcg1AW3kx6LMNhOJKQ4f/+TF0YtmnHtxd9uNOpJvdE3o4n3d8l\nPjR6/0ySJgiucOV2NVovKWgmY485gS++FiAnBcxpJjULiJWVTl4RDxOPkCBUmKHP\nFdv9XWbTBE96KSiPew5dHnrA9gvokacFE3lvwmECggEAPWG/tNFO2kAsGeo8A1vb\ncqJ438Lge/23HjUgZr3OjPA7rBeWDYwK3S89jhask+RzFacSMiZUo/fPleCvK8qN\njait9//Sgw7CZiQYRVB2E/MTVS4uBw2yHoyapgv6UaPkYTuI+F1AuMUFKgrddgOC\nTa+srnuy51rNoUOGpuq+63sMG8UdsmsWvCCuzfxt9eBzsdxLSlQCjKfw3STx2Jcy\n7wgBxWOFDz/TZiVxwKUEz1lf0Pf1vgyLy4wdxrlAUxIficH6dulnsNKOUHqF5/ny\n7gP4+KZxTqSjnuMStT/BRbFdn3uk4xdZg96vf9zRtciwJkkDi19UMJDZ0xItvOjL\nMwKCAQBDH5cbHGtR1jLqyMvx9+bh1FxlqDfgeGql8tRdgnMWKodUQeaLTGRsKMuZ\nXgrtunKNXdEhBV4TMxwVIhmMto97Mo7N+e9ZdlFtQ3JXLpib7Ib5pIHFYZJxAjGU\nMX4jTpVPDCT0Q/SKPCtQg2sjP70RG1V4BJKTCuNS2XESHW1x7FakGi4ds9fXQFlt\nyyYtBwcc9effH10tWEcHPaEJz1bxYhreTBmXdPwZcskCYzhwwpx3VGNx5JtF+t3R\nzIrAe6m2t3gLm+52V6+qf3ycx7b/DXhwOO1CR06sXgDrVxsnnaJSgu3piTahhDiO\nxLpM56woME7c/OLlD0pv2mWJwKdz\n-----END PRIVATE KEY-----\n", "ssl_protocols": ["TLSv1.2", "TLSv1.3"]}, "status": {"created": "2026-03-31T20:29:36.837682Z", "running": 0, "size": 1}}, {"placement": {"count": 2, "hosts": ["vm01=a", "vm05=b"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2026-03-31T20:23:00.847156Z", "last_refresh": "2026-03-31T20:26:13.667324Z", "running": 2, "size": 2}}, {"placement": {"count": 3, "hosts": ["vm01:192.168.123.101=a", "vm05:192.168.123.105=b", "vm06:192.168.123.106=c"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2026-03-31T20:22:46.360888Z", "last_refresh": "2026-03-31T20:26:13.667377Z", "running": 3, "size": 3}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2026-03-31T20:25:35.674270Z", "last_refresh": "2026-03-31T20:26:13.667442Z", "ports": [9100], "running": 3, "size": 3}}, {"placement": {"host_pattern": "vm06"}, "service_id": "default", "service_name": "osd.default", "service_type": "osd", "spec": {"data_devices": {"paths": ["vg_nvme/lv_4"]}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2026-03-31T20:25:19.698997Z", "last_refresh": "2026-03-31T20:26:13.667411Z", "running": 3, "size": 3}}, {"events": ["2026-03-31T20:26:14.709345Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2026-03-31T20:25:36.250777Z", "last_refresh": "2026-03-31T20:26:13.667471Z", "ports": [9095], "running": 1, "size": 1}}] 2026-03-31T20:29:46.971 INFO:tasks.cephadm:mgmt-gateway has 0/1 2026-03-31T20:29:47.586 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:29:47 vm01 bash[20507]: audit 2026-03-31T20:29:45.327944+0000 mgr.a (mgr.14433) 152 : audit [DBG] from='client.14499 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-03-31T20:29:47.586 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:29:47 vm01 bash[20507]: audit 2026-03-31T20:29:45.327944+0000 mgr.a (mgr.14433) 152 : audit [DBG] from='client.14499 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-03-31T20:29:47.586 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:29:47 vm01 bash[20507]: cluster 2026-03-31T20:29:46.131481+0000 mgr.a (mgr.14433) 153 : cluster [DBG] pgmap v112: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:29:47.586 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:29:47 vm01 bash[20507]: cluster 2026-03-31T20:29:46.131481+0000 mgr.a (mgr.14433) 153 : cluster [DBG] pgmap v112: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:29:47.636 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:29:47 vm05 bash[22868]: audit 2026-03-31T20:29:45.327944+0000 mgr.a (mgr.14433) 152 : audit [DBG] from='client.14499 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-03-31T20:29:47.636 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:29:47 vm05 bash[22868]: audit 2026-03-31T20:29:45.327944+0000 mgr.a (mgr.14433) 152 : audit [DBG] from='client.14499 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-03-31T20:29:47.636 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:29:47 vm05 bash[22868]: cluster 2026-03-31T20:29:46.131481+0000 mgr.a (mgr.14433) 153 : cluster [DBG] pgmap v112: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:29:47.636 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:29:47 vm05 bash[22868]: cluster 2026-03-31T20:29:46.131481+0000 mgr.a (mgr.14433) 153 : cluster [DBG] pgmap v112: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:29:47.715 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:29:47 vm06 bash[23229]: audit 2026-03-31T20:29:45.327944+0000 mgr.a (mgr.14433) 152 : audit [DBG] from='client.14499 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-03-31T20:29:47.716 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:29:47 vm06 bash[23229]: audit 2026-03-31T20:29:45.327944+0000 mgr.a (mgr.14433) 152 : audit [DBG] from='client.14499 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-03-31T20:29:47.716 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:29:47 vm06 bash[23229]: cluster 2026-03-31T20:29:46.131481+0000 mgr.a (mgr.14433) 153 : cluster [DBG] pgmap v112: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:29:47.716 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:29:47 vm06 bash[23229]: cluster 2026-03-31T20:29:46.131481+0000 mgr.a (mgr.14433) 153 : cluster [DBG] pgmap v112: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:29:47.972 DEBUG:teuthology.orchestra.run.vm01:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:5bb3278730741031382ca9c3dc9d221a942e06a2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37 -- ceph orch ls -f json 2026-03-31T20:29:47.978 INFO:journalctl@ceph.mgr.a.vm01.stdout:Mar 31 20:29:47 vm01 bash[20789]: ::ffff:192.168.123.105 - - [31/Mar/2026:20:29:47] "GET /metrics HTTP/1.1" 200 24034 "" "Prometheus/3.6.0" 2026-03-31T20:29:48.205 INFO:teuthology.orchestra.run.vm01.stderr:Inferring config /var/lib/ceph/2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37/mon.a/config 2026-03-31T20:29:48.236 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:29:48 vm01 bash[20507]: audit 2026-03-31T20:29:46.888774+0000 mgr.a (mgr.14433) 154 : audit [DBG] from='client.14505 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-03-31T20:29:48.236 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:29:48 vm01 bash[20507]: audit 2026-03-31T20:29:46.888774+0000 mgr.a (mgr.14433) 154 : audit [DBG] from='client.14505 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-03-31T20:29:48.236 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:29:48 vm01 bash[20507]: cluster 2026-03-31T20:29:48.131694+0000 mgr.a (mgr.14433) 155 : cluster [DBG] pgmap v113: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:29:48.236 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:29:48 vm01 bash[20507]: cluster 2026-03-31T20:29:48.131694+0000 mgr.a (mgr.14433) 155 : cluster [DBG] pgmap v113: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:29:48.515 INFO:teuthology.orchestra.run.vm01.stdout: 2026-03-31T20:29:48.515 INFO:teuthology.orchestra.run.vm01.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2026-03-31T20:25:36.062440Z", "last_refresh": "2026-03-31T20:26:21.516820Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2026-03-31T20:25:35.867601Z", "last_refresh": "2026-03-31T20:26:21.609524Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2026-03-31T20:29:36.842520Z service:mgmt-gateway [INFO] \"service was created\""], "placement": {"hosts": ["vm06"]}, "service_name": "mgmt-gateway", "service_type": "mgmt-gateway", "spec": {"enable_health_check_endpoint": true, "ssl": true, "ssl_cert": "-----BEGIN CERTIFICATE-----\nMIIE+TCCAuGgAwIBAgIUU5QM37ZN3xYkASru0NQE93pd6McwDQYJKoZIhvcNAQEL\nBQAwDDEKMAgGA1UEAwwBKjAeFw0yNjAzMzEyMDI5MzZaFw0yNjA0MzAyMDI5MzZa\nMAwxCjAIBgNVBAMMASowggIiMA0GCSqGSIb3DQEBAQUAA4ICDwAwggIKAoICAQDL\nEy7pwOYNym5t6c51aZcLADmhj6hk1+JFgxiQ6neD/xFVgDHbY8SphO8uMihdARED\ntReTEtNJyVYPmWyXTqn0KF5lNb+xSg8m79SalfxDx0bdwPWAGUzWdzq8BnyqAAhd\n0M4kpANAVn9Jlf0veOvbPBle324Apj3nQOm9FNgi20lqpExyk7jsvMHvZ1XKEK4Y\n/UY/LsBYf2d1IZcwprvzEjYWO2nq5veESxP0Z2NgKCHd+4S3Xho6nXYVo8tOCvc+\nbq/dwlenTBzmE5kK0V6OQLMT1LRbDfqQ2+lN6iWMV6Y4TUmRAeHy/fJIoNocP0Hm\nYqUeGW+sxQvgdHPGaIV4HuO4O9exR1Iu0VG63D0xrQcU6dgb4P6H/6pzsz8buFTj\nePkBpQwJhPxc7ovsonyh7a6gGK0i/7Zi3MxVF4hOSyaQPsQT6/XNm6sTGq0WW0s+\nkqjkkci0EtmQNRVXL2Kv9JwWePDaoiBb+BocEkvE3GQP55n3OmBPEM6S8/a/7LLQ\nrvlucrfRCO/7IdlFXf5LmNqiJpmN60yYaTdItbQ8bSpJ+3MwBQYI6FGAyxVwGlLm\nhmqOw5XYD+uIRix3hzkgFBY1u24fgsXBzz+rfN4VIpiekl79nK99DAdA3f6jmtwL\nVr5jYnv1yX/egEWwZWMK6IVGc9a4WN12bnUsoxA86wIDAQABo1MwUTAdBgNVHQ4E\nFgQUl+VBW8LN3PX37krTJzXew6wWEQAwHwYDVR0jBBgwFoAUl+VBW8LN3PX37krT\nJzXew6wWEQAwDwYDVR0TAQH/BAUwAwEB/zANBgkqhkiG9w0BAQsFAAOCAgEAUXZH\nOyy9jzVn7M0ZjV93n11ZHAgv6GqhvNwu3RrzFW3ftGP6rQYMHP4vPkV7LASQItsp\n4utJyoaTSh/4V2sZUteVD5/JL2glMWHSfeyLuVFjTUvVCQOxzRXK8AgFfdxoJBG+\nQeInOBGOp9/KjrteetNuIsno2XysX6Vr7cpJa4GpHRvCHtdjuoP8NyYoHyltQoI2\nTSEpShn99Koj9VYDqB0T1Rz8InuOJEwHgihpnV4Hbtcrqtz3/0i4sk+uFN9IAXGv\n0QGS+yHlVPrAMJ3gQv0F8GQaXnUqm7MUfgQoBc3ZngjYWW55g1x5MFV1sxozeavA\npCaCaWpvyFk8KF3U3Yl2TWDUdSOe4P8nFKbn0DqguVWAB+lI41deuokBiwwV2PnV\nhvw3EQPr2XnkN3lEKYQcNdtOlyToGE/R6ehdKCZv3LPVGjPs2/mpP8Q8Wb8JIe4H\nWkhJFK+J5NNq9TyYuuAFkWnxX/0GmCbVAQLmLTdfSM5+inqmLKqcVySZtSQdZa6m\nA9YIFjB0CJjVAHE/iGXrDDcxoF9evYT5dJsSwBhZM23VlV5GHbvuXHLIY+/aOvEH\nPs5jUP86NrSSGsjAyjQe6QxoS/vM1UaBzXb1yDtPUaJeCWoxhlcYcjNhdRVvXMoM\nv2ZkegO6SqSZyGOqzhvSPflM1wv0pW049aUPhlU=\n-----END CERTIFICATE-----\n", "ssl_ciphers": ["AES128-SHA", "AES256-SHA"], "ssl_key": "-----BEGIN PRIVATE KEY-----\nMIIJQQIBADANBgkqhkiG9w0BAQEFAASCCSswggknAgEAAoICAQDLEy7pwOYNym5t\n6c51aZcLADmhj6hk1+JFgxiQ6neD/xFVgDHbY8SphO8uMihdAREDtReTEtNJyVYP\nmWyXTqn0KF5lNb+xSg8m79SalfxDx0bdwPWAGUzWdzq8BnyqAAhd0M4kpANAVn9J\nlf0veOvbPBle324Apj3nQOm9FNgi20lqpExyk7jsvMHvZ1XKEK4Y/UY/LsBYf2d1\nIZcwprvzEjYWO2nq5veESxP0Z2NgKCHd+4S3Xho6nXYVo8tOCvc+bq/dwlenTBzm\nE5kK0V6OQLMT1LRbDfqQ2+lN6iWMV6Y4TUmRAeHy/fJIoNocP0HmYqUeGW+sxQvg\ndHPGaIV4HuO4O9exR1Iu0VG63D0xrQcU6dgb4P6H/6pzsz8buFTjePkBpQwJhPxc\n7ovsonyh7a6gGK0i/7Zi3MxVF4hOSyaQPsQT6/XNm6sTGq0WW0s+kqjkkci0EtmQ\nNRVXL2Kv9JwWePDaoiBb+BocEkvE3GQP55n3OmBPEM6S8/a/7LLQrvlucrfRCO/7\nIdlFXf5LmNqiJpmN60yYaTdItbQ8bSpJ+3MwBQYI6FGAyxVwGlLmhmqOw5XYD+uI\nRix3hzkgFBY1u24fgsXBzz+rfN4VIpiekl79nK99DAdA3f6jmtwLVr5jYnv1yX/e\ngEWwZWMK6IVGc9a4WN12bnUsoxA86wIDAQABAoICABqHZ4YG+qbLjrCSLjP9dstr\nnJvECiIeZ8Nf9GoeDz3xqOCMDjdUacEhiiN1TvuTY5ch5bIDcBHAGRuRlfOQRbiN\nO4OqSWAORjt2ckY9mMZ79oCKsCerZnPQAJ7GlCubNHyZBg0YVgpmIlvJGdnFSL6L\ns97GfnbcQNMAkmhunCu1jPo++3OuY6adpBIz5CuxESVXlQE1CNCm2Cufl0I2TfBb\nrTArU9Npl+Uy76jqhrttkrsOnBBeXTvSDTaXfrwzx4fi6tukA1JqKY5O+hvFLT6V\nKi/JhkQs59JbwDc7Auu6GY9aXWVxowRc83VUehndk6zWry5m8UVXOo14eRVu2xyS\nArAhuuuF0kfxpsg/TtKNKl1x0GaqycnrHjPllKnHrFHwhOM49adgV8GJluS4teHr\n5vqOpYLrJA2W4WD97d8AwdASFI0dC/CQvXy9tnOYyCK8ixkOVRH1jSg1352wk2Ik\nbhJkaxdVK/iLoZcD68AyXO7MnpYIjpjuWpZaTL93WJrBC7XLWBjwC2WhuIffgnwL\n+vOltPgvnDDb74+nqj/UB2MwFvjIbwQfCYTmz+8LdQe93o7Mz13JhhhBgV6PVHAx\n6OWzenTdT/yigypXD9JYMEzlda6H3OvLiajfBYRmG9W6jka+4pGU4G2VxSkWJ+FD\nhjAlFxvKNCJqZkZxo8qtAoIBAQDs5SQaF2uoD+wViapcgg5vCVHrBDs41bsTu143\np0HxIzrHMFzPq30G5sQmQpa57YbRYdIcn29nBMqDVfil96CnGqPQyrEh8AIxCzxL\nlFg1p0GpiQ2LGjjoIMaTrQ9JXS2j0W6HrX/gfjwbELZohN5mWGROduoL44zYgTyE\nJLTqFCNn2cdwimKFdzsZQGAHNOZDUi6a+8aH9qeGPiesie/8TWRTPr8RJE0Zisxr\nGhH+rz+W84zfNCiX0jY5v2SE0j2U8jW+DJhkracs8oXNEUxIXtlMDNvlV1dC8VMJ\ns5i01mGQ/cHLtGFDFDUUqmNCArGyA/YYGEgVyLq5gf2ZKkZtAoIBAQDbc81s2L0V\n5erisPf9/LcmOONjXEXd+6iFApBtr/C7dGkGQpbQeh6Lp9UsNCf6F8+Km+E8vjEp\nlNK71q1RQsmUaeiTVQrkL0eAZBT3wbStIaH14doA3Kt/qv7LShBOZ5+ng5IssUOi\ngwzuzxmjiNn9JpdxckU6MJXgtKfJYwbGwVwAaHtWBiIJZ5EKSCUDO1VDYgoQVGtR\nzWH0YMtNUCs2Uxr8mLQ/lTrAifoUdMVrlAH85YR9cP3yyZhja4/yLjTCecDqrEkn\nbYTInGPcFDTmhpWiVvnbPgYqhTlxuhGIaLsl/VoLmDeu5EUUoaE2ENA858upu97f\nYJquCXrXTFm3AoIBAAa83bIASIeXLFfQeo/3AwIVecb9b9HGAnQlOCDNGQsKvXk8\n3ubpMb0ogxuzeSYAo30BE0DNKBX+BOSHZXMS//bAwzgFC9SzRtyuPSDJL1kXUL7J\nryDttgCkLgG1QmILzGiEZGhnfuObs4nxh76hSNIQYYn5x95esnrV8iqwAJVHzVn+\nz7VbukGhioTFV/Xcg1AW3kx6LMNhOJKQ4f/+TF0YtmnHtxd9uNOpJvdE3o4n3d8l\nPjR6/0ySJgiucOV2NVovKWgmY485gS++FiAnBcxpJjULiJWVTl4RDxOPkCBUmKHP\nFdv9XWbTBE96KSiPew5dHnrA9gvokacFE3lvwmECggEAPWG/tNFO2kAsGeo8A1vb\ncqJ438Lge/23HjUgZr3OjPA7rBeWDYwK3S89jhask+RzFacSMiZUo/fPleCvK8qN\njait9//Sgw7CZiQYRVB2E/MTVS4uBw2yHoyapgv6UaPkYTuI+F1AuMUFKgrddgOC\nTa+srnuy51rNoUOGpuq+63sMG8UdsmsWvCCuzfxt9eBzsdxLSlQCjKfw3STx2Jcy\n7wgBxWOFDz/TZiVxwKUEz1lf0Pf1vgyLy4wdxrlAUxIficH6dulnsNKOUHqF5/ny\n7gP4+KZxTqSjnuMStT/BRbFdn3uk4xdZg96vf9zRtciwJkkDi19UMJDZ0xItvOjL\nMwKCAQBDH5cbHGtR1jLqyMvx9+bh1FxlqDfgeGql8tRdgnMWKodUQeaLTGRsKMuZ\nXgrtunKNXdEhBV4TMxwVIhmMto97Mo7N+e9ZdlFtQ3JXLpib7Ib5pIHFYZJxAjGU\nMX4jTpVPDCT0Q/SKPCtQg2sjP70RG1V4BJKTCuNS2XESHW1x7FakGi4ds9fXQFlt\nyyYtBwcc9effH10tWEcHPaEJz1bxYhreTBmXdPwZcskCYzhwwpx3VGNx5JtF+t3R\nzIrAe6m2t3gLm+52V6+qf3ycx7b/DXhwOO1CR06sXgDrVxsnnaJSgu3piTahhDiO\nxLpM56woME7c/OLlD0pv2mWJwKdz\n-----END PRIVATE KEY-----\n", "ssl_protocols": ["TLSv1.2", "TLSv1.3"]}, "status": {"created": "2026-03-31T20:29:36.837682Z", "running": 0, "size": 1}}, {"placement": {"count": 2, "hosts": ["vm01=a", "vm05=b"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2026-03-31T20:23:00.847156Z", "last_refresh": "2026-03-31T20:26:13.667324Z", "running": 2, "size": 2}}, {"placement": {"count": 3, "hosts": ["vm01:192.168.123.101=a", "vm05:192.168.123.105=b", "vm06:192.168.123.106=c"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2026-03-31T20:22:46.360888Z", "last_refresh": "2026-03-31T20:26:13.667377Z", "running": 3, "size": 3}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2026-03-31T20:25:35.674270Z", "last_refresh": "2026-03-31T20:26:13.667442Z", "ports": [9100], "running": 3, "size": 3}}, {"placement": {"host_pattern": "vm06"}, "service_id": "default", "service_name": "osd.default", "service_type": "osd", "spec": {"data_devices": {"paths": ["vg_nvme/lv_4"]}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2026-03-31T20:25:19.698997Z", "last_refresh": "2026-03-31T20:26:13.667411Z", "running": 3, "size": 3}}, {"events": ["2026-03-31T20:26:14.709345Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2026-03-31T20:25:36.250777Z", "last_refresh": "2026-03-31T20:26:13.667471Z", "ports": [9095], "running": 1, "size": 1}}] 2026-03-31T20:29:48.564 INFO:tasks.cephadm:mgmt-gateway has 0/1 2026-03-31T20:29:48.636 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:29:48 vm05 bash[22868]: audit 2026-03-31T20:29:46.888774+0000 mgr.a (mgr.14433) 154 : audit [DBG] from='client.14505 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-03-31T20:29:48.636 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:29:48 vm05 bash[22868]: audit 2026-03-31T20:29:46.888774+0000 mgr.a (mgr.14433) 154 : audit [DBG] from='client.14505 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-03-31T20:29:48.636 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:29:48 vm05 bash[22868]: cluster 2026-03-31T20:29:48.131694+0000 mgr.a (mgr.14433) 155 : cluster [DBG] pgmap v113: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:29:48.636 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:29:48 vm05 bash[22868]: cluster 2026-03-31T20:29:48.131694+0000 mgr.a (mgr.14433) 155 : cluster [DBG] pgmap v113: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:29:48.715 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:29:48 vm06 bash[23229]: audit 2026-03-31T20:29:46.888774+0000 mgr.a (mgr.14433) 154 : audit [DBG] from='client.14505 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-03-31T20:29:48.715 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:29:48 vm06 bash[23229]: audit 2026-03-31T20:29:46.888774+0000 mgr.a (mgr.14433) 154 : audit [DBG] from='client.14505 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-03-31T20:29:48.715 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:29:48 vm06 bash[23229]: cluster 2026-03-31T20:29:48.131694+0000 mgr.a (mgr.14433) 155 : cluster [DBG] pgmap v113: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:29:48.716 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:29:48 vm06 bash[23229]: cluster 2026-03-31T20:29:48.131694+0000 mgr.a (mgr.14433) 155 : cluster [DBG] pgmap v113: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:29:49.565 DEBUG:teuthology.orchestra.run.vm01:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:5bb3278730741031382ca9c3dc9d221a942e06a2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37 -- ceph orch ls -f json 2026-03-31T20:29:49.571 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:29:49 vm01 bash[20507]: audit 2026-03-31T20:29:48.514817+0000 mgr.a (mgr.14433) 156 : audit [DBG] from='client.14511 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-03-31T20:29:49.571 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:29:49 vm01 bash[20507]: audit 2026-03-31T20:29:48.514817+0000 mgr.a (mgr.14433) 156 : audit [DBG] from='client.14511 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-03-31T20:29:49.636 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:29:49 vm05 bash[22868]: audit 2026-03-31T20:29:48.514817+0000 mgr.a (mgr.14433) 156 : audit [DBG] from='client.14511 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-03-31T20:29:49.636 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:29:49 vm05 bash[22868]: audit 2026-03-31T20:29:48.514817+0000 mgr.a (mgr.14433) 156 : audit [DBG] from='client.14511 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-03-31T20:29:49.715 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:29:49 vm06 bash[23229]: audit 2026-03-31T20:29:48.514817+0000 mgr.a (mgr.14433) 156 : audit [DBG] from='client.14511 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-03-31T20:29:49.715 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:29:49 vm06 bash[23229]: audit 2026-03-31T20:29:48.514817+0000 mgr.a (mgr.14433) 156 : audit [DBG] from='client.14511 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-03-31T20:29:49.798 INFO:teuthology.orchestra.run.vm01.stderr:Inferring config /var/lib/ceph/2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37/mon.a/config 2026-03-31T20:29:50.088 INFO:teuthology.orchestra.run.vm01.stdout: 2026-03-31T20:29:50.088 INFO:teuthology.orchestra.run.vm01.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2026-03-31T20:25:36.062440Z", "last_refresh": "2026-03-31T20:26:21.516820Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2026-03-31T20:25:35.867601Z", "last_refresh": "2026-03-31T20:26:21.609524Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2026-03-31T20:29:36.842520Z service:mgmt-gateway [INFO] \"service was created\""], "placement": {"hosts": ["vm06"]}, "service_name": "mgmt-gateway", "service_type": "mgmt-gateway", "spec": {"enable_health_check_endpoint": true, "ssl": true, "ssl_cert": "-----BEGIN CERTIFICATE-----\nMIIE+TCCAuGgAwIBAgIUU5QM37ZN3xYkASru0NQE93pd6McwDQYJKoZIhvcNAQEL\nBQAwDDEKMAgGA1UEAwwBKjAeFw0yNjAzMzEyMDI5MzZaFw0yNjA0MzAyMDI5MzZa\nMAwxCjAIBgNVBAMMASowggIiMA0GCSqGSIb3DQEBAQUAA4ICDwAwggIKAoICAQDL\nEy7pwOYNym5t6c51aZcLADmhj6hk1+JFgxiQ6neD/xFVgDHbY8SphO8uMihdARED\ntReTEtNJyVYPmWyXTqn0KF5lNb+xSg8m79SalfxDx0bdwPWAGUzWdzq8BnyqAAhd\n0M4kpANAVn9Jlf0veOvbPBle324Apj3nQOm9FNgi20lqpExyk7jsvMHvZ1XKEK4Y\n/UY/LsBYf2d1IZcwprvzEjYWO2nq5veESxP0Z2NgKCHd+4S3Xho6nXYVo8tOCvc+\nbq/dwlenTBzmE5kK0V6OQLMT1LRbDfqQ2+lN6iWMV6Y4TUmRAeHy/fJIoNocP0Hm\nYqUeGW+sxQvgdHPGaIV4HuO4O9exR1Iu0VG63D0xrQcU6dgb4P6H/6pzsz8buFTj\nePkBpQwJhPxc7ovsonyh7a6gGK0i/7Zi3MxVF4hOSyaQPsQT6/XNm6sTGq0WW0s+\nkqjkkci0EtmQNRVXL2Kv9JwWePDaoiBb+BocEkvE3GQP55n3OmBPEM6S8/a/7LLQ\nrvlucrfRCO/7IdlFXf5LmNqiJpmN60yYaTdItbQ8bSpJ+3MwBQYI6FGAyxVwGlLm\nhmqOw5XYD+uIRix3hzkgFBY1u24fgsXBzz+rfN4VIpiekl79nK99DAdA3f6jmtwL\nVr5jYnv1yX/egEWwZWMK6IVGc9a4WN12bnUsoxA86wIDAQABo1MwUTAdBgNVHQ4E\nFgQUl+VBW8LN3PX37krTJzXew6wWEQAwHwYDVR0jBBgwFoAUl+VBW8LN3PX37krT\nJzXew6wWEQAwDwYDVR0TAQH/BAUwAwEB/zANBgkqhkiG9w0BAQsFAAOCAgEAUXZH\nOyy9jzVn7M0ZjV93n11ZHAgv6GqhvNwu3RrzFW3ftGP6rQYMHP4vPkV7LASQItsp\n4utJyoaTSh/4V2sZUteVD5/JL2glMWHSfeyLuVFjTUvVCQOxzRXK8AgFfdxoJBG+\nQeInOBGOp9/KjrteetNuIsno2XysX6Vr7cpJa4GpHRvCHtdjuoP8NyYoHyltQoI2\nTSEpShn99Koj9VYDqB0T1Rz8InuOJEwHgihpnV4Hbtcrqtz3/0i4sk+uFN9IAXGv\n0QGS+yHlVPrAMJ3gQv0F8GQaXnUqm7MUfgQoBc3ZngjYWW55g1x5MFV1sxozeavA\npCaCaWpvyFk8KF3U3Yl2TWDUdSOe4P8nFKbn0DqguVWAB+lI41deuokBiwwV2PnV\nhvw3EQPr2XnkN3lEKYQcNdtOlyToGE/R6ehdKCZv3LPVGjPs2/mpP8Q8Wb8JIe4H\nWkhJFK+J5NNq9TyYuuAFkWnxX/0GmCbVAQLmLTdfSM5+inqmLKqcVySZtSQdZa6m\nA9YIFjB0CJjVAHE/iGXrDDcxoF9evYT5dJsSwBhZM23VlV5GHbvuXHLIY+/aOvEH\nPs5jUP86NrSSGsjAyjQe6QxoS/vM1UaBzXb1yDtPUaJeCWoxhlcYcjNhdRVvXMoM\nv2ZkegO6SqSZyGOqzhvSPflM1wv0pW049aUPhlU=\n-----END CERTIFICATE-----\n", "ssl_ciphers": ["AES128-SHA", "AES256-SHA"], "ssl_key": "-----BEGIN PRIVATE KEY-----\nMIIJQQIBADANBgkqhkiG9w0BAQEFAASCCSswggknAgEAAoICAQDLEy7pwOYNym5t\n6c51aZcLADmhj6hk1+JFgxiQ6neD/xFVgDHbY8SphO8uMihdAREDtReTEtNJyVYP\nmWyXTqn0KF5lNb+xSg8m79SalfxDx0bdwPWAGUzWdzq8BnyqAAhd0M4kpANAVn9J\nlf0veOvbPBle324Apj3nQOm9FNgi20lqpExyk7jsvMHvZ1XKEK4Y/UY/LsBYf2d1\nIZcwprvzEjYWO2nq5veESxP0Z2NgKCHd+4S3Xho6nXYVo8tOCvc+bq/dwlenTBzm\nE5kK0V6OQLMT1LRbDfqQ2+lN6iWMV6Y4TUmRAeHy/fJIoNocP0HmYqUeGW+sxQvg\ndHPGaIV4HuO4O9exR1Iu0VG63D0xrQcU6dgb4P6H/6pzsz8buFTjePkBpQwJhPxc\n7ovsonyh7a6gGK0i/7Zi3MxVF4hOSyaQPsQT6/XNm6sTGq0WW0s+kqjkkci0EtmQ\nNRVXL2Kv9JwWePDaoiBb+BocEkvE3GQP55n3OmBPEM6S8/a/7LLQrvlucrfRCO/7\nIdlFXf5LmNqiJpmN60yYaTdItbQ8bSpJ+3MwBQYI6FGAyxVwGlLmhmqOw5XYD+uI\nRix3hzkgFBY1u24fgsXBzz+rfN4VIpiekl79nK99DAdA3f6jmtwLVr5jYnv1yX/e\ngEWwZWMK6IVGc9a4WN12bnUsoxA86wIDAQABAoICABqHZ4YG+qbLjrCSLjP9dstr\nnJvECiIeZ8Nf9GoeDz3xqOCMDjdUacEhiiN1TvuTY5ch5bIDcBHAGRuRlfOQRbiN\nO4OqSWAORjt2ckY9mMZ79oCKsCerZnPQAJ7GlCubNHyZBg0YVgpmIlvJGdnFSL6L\ns97GfnbcQNMAkmhunCu1jPo++3OuY6adpBIz5CuxESVXlQE1CNCm2Cufl0I2TfBb\nrTArU9Npl+Uy76jqhrttkrsOnBBeXTvSDTaXfrwzx4fi6tukA1JqKY5O+hvFLT6V\nKi/JhkQs59JbwDc7Auu6GY9aXWVxowRc83VUehndk6zWry5m8UVXOo14eRVu2xyS\nArAhuuuF0kfxpsg/TtKNKl1x0GaqycnrHjPllKnHrFHwhOM49adgV8GJluS4teHr\n5vqOpYLrJA2W4WD97d8AwdASFI0dC/CQvXy9tnOYyCK8ixkOVRH1jSg1352wk2Ik\nbhJkaxdVK/iLoZcD68AyXO7MnpYIjpjuWpZaTL93WJrBC7XLWBjwC2WhuIffgnwL\n+vOltPgvnDDb74+nqj/UB2MwFvjIbwQfCYTmz+8LdQe93o7Mz13JhhhBgV6PVHAx\n6OWzenTdT/yigypXD9JYMEzlda6H3OvLiajfBYRmG9W6jka+4pGU4G2VxSkWJ+FD\nhjAlFxvKNCJqZkZxo8qtAoIBAQDs5SQaF2uoD+wViapcgg5vCVHrBDs41bsTu143\np0HxIzrHMFzPq30G5sQmQpa57YbRYdIcn29nBMqDVfil96CnGqPQyrEh8AIxCzxL\nlFg1p0GpiQ2LGjjoIMaTrQ9JXS2j0W6HrX/gfjwbELZohN5mWGROduoL44zYgTyE\nJLTqFCNn2cdwimKFdzsZQGAHNOZDUi6a+8aH9qeGPiesie/8TWRTPr8RJE0Zisxr\nGhH+rz+W84zfNCiX0jY5v2SE0j2U8jW+DJhkracs8oXNEUxIXtlMDNvlV1dC8VMJ\ns5i01mGQ/cHLtGFDFDUUqmNCArGyA/YYGEgVyLq5gf2ZKkZtAoIBAQDbc81s2L0V\n5erisPf9/LcmOONjXEXd+6iFApBtr/C7dGkGQpbQeh6Lp9UsNCf6F8+Km+E8vjEp\nlNK71q1RQsmUaeiTVQrkL0eAZBT3wbStIaH14doA3Kt/qv7LShBOZ5+ng5IssUOi\ngwzuzxmjiNn9JpdxckU6MJXgtKfJYwbGwVwAaHtWBiIJZ5EKSCUDO1VDYgoQVGtR\nzWH0YMtNUCs2Uxr8mLQ/lTrAifoUdMVrlAH85YR9cP3yyZhja4/yLjTCecDqrEkn\nbYTInGPcFDTmhpWiVvnbPgYqhTlxuhGIaLsl/VoLmDeu5EUUoaE2ENA858upu97f\nYJquCXrXTFm3AoIBAAa83bIASIeXLFfQeo/3AwIVecb9b9HGAnQlOCDNGQsKvXk8\n3ubpMb0ogxuzeSYAo30BE0DNKBX+BOSHZXMS//bAwzgFC9SzRtyuPSDJL1kXUL7J\nryDttgCkLgG1QmILzGiEZGhnfuObs4nxh76hSNIQYYn5x95esnrV8iqwAJVHzVn+\nz7VbukGhioTFV/Xcg1AW3kx6LMNhOJKQ4f/+TF0YtmnHtxd9uNOpJvdE3o4n3d8l\nPjR6/0ySJgiucOV2NVovKWgmY485gS++FiAnBcxpJjULiJWVTl4RDxOPkCBUmKHP\nFdv9XWbTBE96KSiPew5dHnrA9gvokacFE3lvwmECggEAPWG/tNFO2kAsGeo8A1vb\ncqJ438Lge/23HjUgZr3OjPA7rBeWDYwK3S89jhask+RzFacSMiZUo/fPleCvK8qN\njait9//Sgw7CZiQYRVB2E/MTVS4uBw2yHoyapgv6UaPkYTuI+F1AuMUFKgrddgOC\nTa+srnuy51rNoUOGpuq+63sMG8UdsmsWvCCuzfxt9eBzsdxLSlQCjKfw3STx2Jcy\n7wgBxWOFDz/TZiVxwKUEz1lf0Pf1vgyLy4wdxrlAUxIficH6dulnsNKOUHqF5/ny\n7gP4+KZxTqSjnuMStT/BRbFdn3uk4xdZg96vf9zRtciwJkkDi19UMJDZ0xItvOjL\nMwKCAQBDH5cbHGtR1jLqyMvx9+bh1FxlqDfgeGql8tRdgnMWKodUQeaLTGRsKMuZ\nXgrtunKNXdEhBV4TMxwVIhmMto97Mo7N+e9ZdlFtQ3JXLpib7Ib5pIHFYZJxAjGU\nMX4jTpVPDCT0Q/SKPCtQg2sjP70RG1V4BJKTCuNS2XESHW1x7FakGi4ds9fXQFlt\nyyYtBwcc9effH10tWEcHPaEJz1bxYhreTBmXdPwZcskCYzhwwpx3VGNx5JtF+t3R\nzIrAe6m2t3gLm+52V6+qf3ycx7b/DXhwOO1CR06sXgDrVxsnnaJSgu3piTahhDiO\nxLpM56woME7c/OLlD0pv2mWJwKdz\n-----END PRIVATE KEY-----\n", "ssl_protocols": ["TLSv1.2", "TLSv1.3"]}, "status": {"created": "2026-03-31T20:29:36.837682Z", "running": 0, "size": 1}}, {"placement": {"count": 2, "hosts": ["vm01=a", "vm05=b"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2026-03-31T20:23:00.847156Z", "last_refresh": "2026-03-31T20:26:13.667324Z", "running": 2, "size": 2}}, {"placement": {"count": 3, "hosts": ["vm01:192.168.123.101=a", "vm05:192.168.123.105=b", "vm06:192.168.123.106=c"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2026-03-31T20:22:46.360888Z", "last_refresh": "2026-03-31T20:26:13.667377Z", "running": 3, "size": 3}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2026-03-31T20:25:35.674270Z", "last_refresh": "2026-03-31T20:26:13.667442Z", "ports": [9100], "running": 3, "size": 3}}, {"placement": {"host_pattern": "vm06"}, "service_id": "default", "service_name": "osd.default", "service_type": "osd", "spec": {"data_devices": {"paths": ["vg_nvme/lv_4"]}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2026-03-31T20:25:19.698997Z", "last_refresh": "2026-03-31T20:26:13.667411Z", "running": 3, "size": 3}}, {"events": ["2026-03-31T20:26:14.709345Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2026-03-31T20:25:36.250777Z", "last_refresh": "2026-03-31T20:26:13.667471Z", "ports": [9095], "running": 1, "size": 1}}] 2026-03-31T20:29:50.136 INFO:tasks.cephadm:mgmt-gateway has 0/1 2026-03-31T20:29:50.585 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:29:50 vm01 bash[20507]: audit 2026-03-31T20:29:50.087918+0000 mgr.a (mgr.14433) 157 : audit [DBG] from='client.14517 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-03-31T20:29:50.585 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:29:50 vm01 bash[20507]: audit 2026-03-31T20:29:50.087918+0000 mgr.a (mgr.14433) 157 : audit [DBG] from='client.14517 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-03-31T20:29:50.585 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:29:50 vm01 bash[20507]: cluster 2026-03-31T20:29:50.133236+0000 mgr.a (mgr.14433) 158 : cluster [DBG] pgmap v114: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:29:50.585 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:29:50 vm01 bash[20507]: cluster 2026-03-31T20:29:50.133236+0000 mgr.a (mgr.14433) 158 : cluster [DBG] pgmap v114: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:29:50.636 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:29:50 vm05 bash[22868]: audit 2026-03-31T20:29:50.087918+0000 mgr.a (mgr.14433) 157 : audit [DBG] from='client.14517 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-03-31T20:29:50.636 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:29:50 vm05 bash[22868]: audit 2026-03-31T20:29:50.087918+0000 mgr.a (mgr.14433) 157 : audit [DBG] from='client.14517 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-03-31T20:29:50.636 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:29:50 vm05 bash[22868]: cluster 2026-03-31T20:29:50.133236+0000 mgr.a (mgr.14433) 158 : cluster [DBG] pgmap v114: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:29:50.636 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:29:50 vm05 bash[22868]: cluster 2026-03-31T20:29:50.133236+0000 mgr.a (mgr.14433) 158 : cluster [DBG] pgmap v114: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:29:50.715 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:29:50 vm06 bash[23229]: audit 2026-03-31T20:29:50.087918+0000 mgr.a (mgr.14433) 157 : audit [DBG] from='client.14517 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-03-31T20:29:50.715 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:29:50 vm06 bash[23229]: audit 2026-03-31T20:29:50.087918+0000 mgr.a (mgr.14433) 157 : audit [DBG] from='client.14517 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-03-31T20:29:50.715 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:29:50 vm06 bash[23229]: cluster 2026-03-31T20:29:50.133236+0000 mgr.a (mgr.14433) 158 : cluster [DBG] pgmap v114: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:29:50.715 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:29:50 vm06 bash[23229]: cluster 2026-03-31T20:29:50.133236+0000 mgr.a (mgr.14433) 158 : cluster [DBG] pgmap v114: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:29:51.137 DEBUG:teuthology.orchestra.run.vm01:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:5bb3278730741031382ca9c3dc9d221a942e06a2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37 -- ceph orch ls -f json 2026-03-31T20:29:51.375 INFO:teuthology.orchestra.run.vm01.stderr:Inferring config /var/lib/ceph/2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37/mon.a/config 2026-03-31T20:29:51.699 INFO:teuthology.orchestra.run.vm01.stdout: 2026-03-31T20:29:51.699 INFO:teuthology.orchestra.run.vm01.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2026-03-31T20:25:36.062440Z", "last_refresh": "2026-03-31T20:26:21.516820Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2026-03-31T20:25:35.867601Z", "last_refresh": "2026-03-31T20:26:21.609524Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2026-03-31T20:29:36.842520Z service:mgmt-gateway [INFO] \"service was created\""], "placement": {"hosts": ["vm06"]}, "service_name": "mgmt-gateway", "service_type": "mgmt-gateway", "spec": {"enable_health_check_endpoint": true, "ssl": true, "ssl_cert": "-----BEGIN CERTIFICATE-----\nMIIE+TCCAuGgAwIBAgIUU5QM37ZN3xYkASru0NQE93pd6McwDQYJKoZIhvcNAQEL\nBQAwDDEKMAgGA1UEAwwBKjAeFw0yNjAzMzEyMDI5MzZaFw0yNjA0MzAyMDI5MzZa\nMAwxCjAIBgNVBAMMASowggIiMA0GCSqGSIb3DQEBAQUAA4ICDwAwggIKAoICAQDL\nEy7pwOYNym5t6c51aZcLADmhj6hk1+JFgxiQ6neD/xFVgDHbY8SphO8uMihdARED\ntReTEtNJyVYPmWyXTqn0KF5lNb+xSg8m79SalfxDx0bdwPWAGUzWdzq8BnyqAAhd\n0M4kpANAVn9Jlf0veOvbPBle324Apj3nQOm9FNgi20lqpExyk7jsvMHvZ1XKEK4Y\n/UY/LsBYf2d1IZcwprvzEjYWO2nq5veESxP0Z2NgKCHd+4S3Xho6nXYVo8tOCvc+\nbq/dwlenTBzmE5kK0V6OQLMT1LRbDfqQ2+lN6iWMV6Y4TUmRAeHy/fJIoNocP0Hm\nYqUeGW+sxQvgdHPGaIV4HuO4O9exR1Iu0VG63D0xrQcU6dgb4P6H/6pzsz8buFTj\nePkBpQwJhPxc7ovsonyh7a6gGK0i/7Zi3MxVF4hOSyaQPsQT6/XNm6sTGq0WW0s+\nkqjkkci0EtmQNRVXL2Kv9JwWePDaoiBb+BocEkvE3GQP55n3OmBPEM6S8/a/7LLQ\nrvlucrfRCO/7IdlFXf5LmNqiJpmN60yYaTdItbQ8bSpJ+3MwBQYI6FGAyxVwGlLm\nhmqOw5XYD+uIRix3hzkgFBY1u24fgsXBzz+rfN4VIpiekl79nK99DAdA3f6jmtwL\nVr5jYnv1yX/egEWwZWMK6IVGc9a4WN12bnUsoxA86wIDAQABo1MwUTAdBgNVHQ4E\nFgQUl+VBW8LN3PX37krTJzXew6wWEQAwHwYDVR0jBBgwFoAUl+VBW8LN3PX37krT\nJzXew6wWEQAwDwYDVR0TAQH/BAUwAwEB/zANBgkqhkiG9w0BAQsFAAOCAgEAUXZH\nOyy9jzVn7M0ZjV93n11ZHAgv6GqhvNwu3RrzFW3ftGP6rQYMHP4vPkV7LASQItsp\n4utJyoaTSh/4V2sZUteVD5/JL2glMWHSfeyLuVFjTUvVCQOxzRXK8AgFfdxoJBG+\nQeInOBGOp9/KjrteetNuIsno2XysX6Vr7cpJa4GpHRvCHtdjuoP8NyYoHyltQoI2\nTSEpShn99Koj9VYDqB0T1Rz8InuOJEwHgihpnV4Hbtcrqtz3/0i4sk+uFN9IAXGv\n0QGS+yHlVPrAMJ3gQv0F8GQaXnUqm7MUfgQoBc3ZngjYWW55g1x5MFV1sxozeavA\npCaCaWpvyFk8KF3U3Yl2TWDUdSOe4P8nFKbn0DqguVWAB+lI41deuokBiwwV2PnV\nhvw3EQPr2XnkN3lEKYQcNdtOlyToGE/R6ehdKCZv3LPVGjPs2/mpP8Q8Wb8JIe4H\nWkhJFK+J5NNq9TyYuuAFkWnxX/0GmCbVAQLmLTdfSM5+inqmLKqcVySZtSQdZa6m\nA9YIFjB0CJjVAHE/iGXrDDcxoF9evYT5dJsSwBhZM23VlV5GHbvuXHLIY+/aOvEH\nPs5jUP86NrSSGsjAyjQe6QxoS/vM1UaBzXb1yDtPUaJeCWoxhlcYcjNhdRVvXMoM\nv2ZkegO6SqSZyGOqzhvSPflM1wv0pW049aUPhlU=\n-----END CERTIFICATE-----\n", "ssl_ciphers": ["AES128-SHA", "AES256-SHA"], "ssl_key": "-----BEGIN PRIVATE KEY-----\nMIIJQQIBADANBgkqhkiG9w0BAQEFAASCCSswggknAgEAAoICAQDLEy7pwOYNym5t\n6c51aZcLADmhj6hk1+JFgxiQ6neD/xFVgDHbY8SphO8uMihdAREDtReTEtNJyVYP\nmWyXTqn0KF5lNb+xSg8m79SalfxDx0bdwPWAGUzWdzq8BnyqAAhd0M4kpANAVn9J\nlf0veOvbPBle324Apj3nQOm9FNgi20lqpExyk7jsvMHvZ1XKEK4Y/UY/LsBYf2d1\nIZcwprvzEjYWO2nq5veESxP0Z2NgKCHd+4S3Xho6nXYVo8tOCvc+bq/dwlenTBzm\nE5kK0V6OQLMT1LRbDfqQ2+lN6iWMV6Y4TUmRAeHy/fJIoNocP0HmYqUeGW+sxQvg\ndHPGaIV4HuO4O9exR1Iu0VG63D0xrQcU6dgb4P6H/6pzsz8buFTjePkBpQwJhPxc\n7ovsonyh7a6gGK0i/7Zi3MxVF4hOSyaQPsQT6/XNm6sTGq0WW0s+kqjkkci0EtmQ\nNRVXL2Kv9JwWePDaoiBb+BocEkvE3GQP55n3OmBPEM6S8/a/7LLQrvlucrfRCO/7\nIdlFXf5LmNqiJpmN60yYaTdItbQ8bSpJ+3MwBQYI6FGAyxVwGlLmhmqOw5XYD+uI\nRix3hzkgFBY1u24fgsXBzz+rfN4VIpiekl79nK99DAdA3f6jmtwLVr5jYnv1yX/e\ngEWwZWMK6IVGc9a4WN12bnUsoxA86wIDAQABAoICABqHZ4YG+qbLjrCSLjP9dstr\nnJvECiIeZ8Nf9GoeDz3xqOCMDjdUacEhiiN1TvuTY5ch5bIDcBHAGRuRlfOQRbiN\nO4OqSWAORjt2ckY9mMZ79oCKsCerZnPQAJ7GlCubNHyZBg0YVgpmIlvJGdnFSL6L\ns97GfnbcQNMAkmhunCu1jPo++3OuY6adpBIz5CuxESVXlQE1CNCm2Cufl0I2TfBb\nrTArU9Npl+Uy76jqhrttkrsOnBBeXTvSDTaXfrwzx4fi6tukA1JqKY5O+hvFLT6V\nKi/JhkQs59JbwDc7Auu6GY9aXWVxowRc83VUehndk6zWry5m8UVXOo14eRVu2xyS\nArAhuuuF0kfxpsg/TtKNKl1x0GaqycnrHjPllKnHrFHwhOM49adgV8GJluS4teHr\n5vqOpYLrJA2W4WD97d8AwdASFI0dC/CQvXy9tnOYyCK8ixkOVRH1jSg1352wk2Ik\nbhJkaxdVK/iLoZcD68AyXO7MnpYIjpjuWpZaTL93WJrBC7XLWBjwC2WhuIffgnwL\n+vOltPgvnDDb74+nqj/UB2MwFvjIbwQfCYTmz+8LdQe93o7Mz13JhhhBgV6PVHAx\n6OWzenTdT/yigypXD9JYMEzlda6H3OvLiajfBYRmG9W6jka+4pGU4G2VxSkWJ+FD\nhjAlFxvKNCJqZkZxo8qtAoIBAQDs5SQaF2uoD+wViapcgg5vCVHrBDs41bsTu143\np0HxIzrHMFzPq30G5sQmQpa57YbRYdIcn29nBMqDVfil96CnGqPQyrEh8AIxCzxL\nlFg1p0GpiQ2LGjjoIMaTrQ9JXS2j0W6HrX/gfjwbELZohN5mWGROduoL44zYgTyE\nJLTqFCNn2cdwimKFdzsZQGAHNOZDUi6a+8aH9qeGPiesie/8TWRTPr8RJE0Zisxr\nGhH+rz+W84zfNCiX0jY5v2SE0j2U8jW+DJhkracs8oXNEUxIXtlMDNvlV1dC8VMJ\ns5i01mGQ/cHLtGFDFDUUqmNCArGyA/YYGEgVyLq5gf2ZKkZtAoIBAQDbc81s2L0V\n5erisPf9/LcmOONjXEXd+6iFApBtr/C7dGkGQpbQeh6Lp9UsNCf6F8+Km+E8vjEp\nlNK71q1RQsmUaeiTVQrkL0eAZBT3wbStIaH14doA3Kt/qv7LShBOZ5+ng5IssUOi\ngwzuzxmjiNn9JpdxckU6MJXgtKfJYwbGwVwAaHtWBiIJZ5EKSCUDO1VDYgoQVGtR\nzWH0YMtNUCs2Uxr8mLQ/lTrAifoUdMVrlAH85YR9cP3yyZhja4/yLjTCecDqrEkn\nbYTInGPcFDTmhpWiVvnbPgYqhTlxuhGIaLsl/VoLmDeu5EUUoaE2ENA858upu97f\nYJquCXrXTFm3AoIBAAa83bIASIeXLFfQeo/3AwIVecb9b9HGAnQlOCDNGQsKvXk8\n3ubpMb0ogxuzeSYAo30BE0DNKBX+BOSHZXMS//bAwzgFC9SzRtyuPSDJL1kXUL7J\nryDttgCkLgG1QmILzGiEZGhnfuObs4nxh76hSNIQYYn5x95esnrV8iqwAJVHzVn+\nz7VbukGhioTFV/Xcg1AW3kx6LMNhOJKQ4f/+TF0YtmnHtxd9uNOpJvdE3o4n3d8l\nPjR6/0ySJgiucOV2NVovKWgmY485gS++FiAnBcxpJjULiJWVTl4RDxOPkCBUmKHP\nFdv9XWbTBE96KSiPew5dHnrA9gvokacFE3lvwmECggEAPWG/tNFO2kAsGeo8A1vb\ncqJ438Lge/23HjUgZr3OjPA7rBeWDYwK3S89jhask+RzFacSMiZUo/fPleCvK8qN\njait9//Sgw7CZiQYRVB2E/MTVS4uBw2yHoyapgv6UaPkYTuI+F1AuMUFKgrddgOC\nTa+srnuy51rNoUOGpuq+63sMG8UdsmsWvCCuzfxt9eBzsdxLSlQCjKfw3STx2Jcy\n7wgBxWOFDz/TZiVxwKUEz1lf0Pf1vgyLy4wdxrlAUxIficH6dulnsNKOUHqF5/ny\n7gP4+KZxTqSjnuMStT/BRbFdn3uk4xdZg96vf9zRtciwJkkDi19UMJDZ0xItvOjL\nMwKCAQBDH5cbHGtR1jLqyMvx9+bh1FxlqDfgeGql8tRdgnMWKodUQeaLTGRsKMuZ\nXgrtunKNXdEhBV4TMxwVIhmMto97Mo7N+e9ZdlFtQ3JXLpib7Ib5pIHFYZJxAjGU\nMX4jTpVPDCT0Q/SKPCtQg2sjP70RG1V4BJKTCuNS2XESHW1x7FakGi4ds9fXQFlt\nyyYtBwcc9effH10tWEcHPaEJz1bxYhreTBmXdPwZcskCYzhwwpx3VGNx5JtF+t3R\nzIrAe6m2t3gLm+52V6+qf3ycx7b/DXhwOO1CR06sXgDrVxsnnaJSgu3piTahhDiO\nxLpM56woME7c/OLlD0pv2mWJwKdz\n-----END PRIVATE KEY-----\n", "ssl_protocols": ["TLSv1.2", "TLSv1.3"]}, "status": {"created": "2026-03-31T20:29:36.837682Z", "running": 0, "size": 1}}, {"placement": {"count": 2, "hosts": ["vm01=a", "vm05=b"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2026-03-31T20:23:00.847156Z", "last_refresh": "2026-03-31T20:26:13.667324Z", "running": 2, "size": 2}}, {"placement": {"count": 3, "hosts": ["vm01:192.168.123.101=a", "vm05:192.168.123.105=b", "vm06:192.168.123.106=c"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2026-03-31T20:22:46.360888Z", "last_refresh": "2026-03-31T20:26:13.667377Z", "running": 3, "size": 3}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2026-03-31T20:25:35.674270Z", "last_refresh": "2026-03-31T20:26:13.667442Z", "ports": [9100], "running": 3, "size": 3}}, {"placement": {"host_pattern": "vm06"}, "service_id": "default", "service_name": "osd.default", "service_type": "osd", "spec": {"data_devices": {"paths": ["vg_nvme/lv_4"]}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2026-03-31T20:25:19.698997Z", "last_refresh": "2026-03-31T20:26:13.667411Z", "running": 3, "size": 3}}, {"events": ["2026-03-31T20:26:14.709345Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2026-03-31T20:25:36.250777Z", "last_refresh": "2026-03-31T20:26:13.667471Z", "ports": [9095], "running": 1, "size": 1}}] 2026-03-31T20:29:51.749 INFO:tasks.cephadm:mgmt-gateway has 0/1 2026-03-31T20:29:52.750 DEBUG:teuthology.orchestra.run.vm01:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:5bb3278730741031382ca9c3dc9d221a942e06a2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37 -- ceph orch ls -f json 2026-03-31T20:29:52.987 INFO:teuthology.orchestra.run.vm01.stderr:Inferring config /var/lib/ceph/2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37/mon.a/config 2026-03-31T20:29:53.281 INFO:teuthology.orchestra.run.vm01.stdout: 2026-03-31T20:29:53.282 INFO:teuthology.orchestra.run.vm01.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2026-03-31T20:25:36.062440Z", "last_refresh": "2026-03-31T20:26:21.516820Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2026-03-31T20:25:35.867601Z", "last_refresh": "2026-03-31T20:26:21.609524Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2026-03-31T20:29:36.842520Z service:mgmt-gateway [INFO] \"service was created\""], "placement": {"hosts": ["vm06"]}, "service_name": "mgmt-gateway", "service_type": "mgmt-gateway", "spec": {"enable_health_check_endpoint": true, "ssl": true, "ssl_cert": "-----BEGIN CERTIFICATE-----\nMIIE+TCCAuGgAwIBAgIUU5QM37ZN3xYkASru0NQE93pd6McwDQYJKoZIhvcNAQEL\nBQAwDDEKMAgGA1UEAwwBKjAeFw0yNjAzMzEyMDI5MzZaFw0yNjA0MzAyMDI5MzZa\nMAwxCjAIBgNVBAMMASowggIiMA0GCSqGSIb3DQEBAQUAA4ICDwAwggIKAoICAQDL\nEy7pwOYNym5t6c51aZcLADmhj6hk1+JFgxiQ6neD/xFVgDHbY8SphO8uMihdARED\ntReTEtNJyVYPmWyXTqn0KF5lNb+xSg8m79SalfxDx0bdwPWAGUzWdzq8BnyqAAhd\n0M4kpANAVn9Jlf0veOvbPBle324Apj3nQOm9FNgi20lqpExyk7jsvMHvZ1XKEK4Y\n/UY/LsBYf2d1IZcwprvzEjYWO2nq5veESxP0Z2NgKCHd+4S3Xho6nXYVo8tOCvc+\nbq/dwlenTBzmE5kK0V6OQLMT1LRbDfqQ2+lN6iWMV6Y4TUmRAeHy/fJIoNocP0Hm\nYqUeGW+sxQvgdHPGaIV4HuO4O9exR1Iu0VG63D0xrQcU6dgb4P6H/6pzsz8buFTj\nePkBpQwJhPxc7ovsonyh7a6gGK0i/7Zi3MxVF4hOSyaQPsQT6/XNm6sTGq0WW0s+\nkqjkkci0EtmQNRVXL2Kv9JwWePDaoiBb+BocEkvE3GQP55n3OmBPEM6S8/a/7LLQ\nrvlucrfRCO/7IdlFXf5LmNqiJpmN60yYaTdItbQ8bSpJ+3MwBQYI6FGAyxVwGlLm\nhmqOw5XYD+uIRix3hzkgFBY1u24fgsXBzz+rfN4VIpiekl79nK99DAdA3f6jmtwL\nVr5jYnv1yX/egEWwZWMK6IVGc9a4WN12bnUsoxA86wIDAQABo1MwUTAdBgNVHQ4E\nFgQUl+VBW8LN3PX37krTJzXew6wWEQAwHwYDVR0jBBgwFoAUl+VBW8LN3PX37krT\nJzXew6wWEQAwDwYDVR0TAQH/BAUwAwEB/zANBgkqhkiG9w0BAQsFAAOCAgEAUXZH\nOyy9jzVn7M0ZjV93n11ZHAgv6GqhvNwu3RrzFW3ftGP6rQYMHP4vPkV7LASQItsp\n4utJyoaTSh/4V2sZUteVD5/JL2glMWHSfeyLuVFjTUvVCQOxzRXK8AgFfdxoJBG+\nQeInOBGOp9/KjrteetNuIsno2XysX6Vr7cpJa4GpHRvCHtdjuoP8NyYoHyltQoI2\nTSEpShn99Koj9VYDqB0T1Rz8InuOJEwHgihpnV4Hbtcrqtz3/0i4sk+uFN9IAXGv\n0QGS+yHlVPrAMJ3gQv0F8GQaXnUqm7MUfgQoBc3ZngjYWW55g1x5MFV1sxozeavA\npCaCaWpvyFk8KF3U3Yl2TWDUdSOe4P8nFKbn0DqguVWAB+lI41deuokBiwwV2PnV\nhvw3EQPr2XnkN3lEKYQcNdtOlyToGE/R6ehdKCZv3LPVGjPs2/mpP8Q8Wb8JIe4H\nWkhJFK+J5NNq9TyYuuAFkWnxX/0GmCbVAQLmLTdfSM5+inqmLKqcVySZtSQdZa6m\nA9YIFjB0CJjVAHE/iGXrDDcxoF9evYT5dJsSwBhZM23VlV5GHbvuXHLIY+/aOvEH\nPs5jUP86NrSSGsjAyjQe6QxoS/vM1UaBzXb1yDtPUaJeCWoxhlcYcjNhdRVvXMoM\nv2ZkegO6SqSZyGOqzhvSPflM1wv0pW049aUPhlU=\n-----END CERTIFICATE-----\n", "ssl_ciphers": ["AES128-SHA", "AES256-SHA"], "ssl_key": "-----BEGIN PRIVATE KEY-----\nMIIJQQIBADANBgkqhkiG9w0BAQEFAASCCSswggknAgEAAoICAQDLEy7pwOYNym5t\n6c51aZcLADmhj6hk1+JFgxiQ6neD/xFVgDHbY8SphO8uMihdAREDtReTEtNJyVYP\nmWyXTqn0KF5lNb+xSg8m79SalfxDx0bdwPWAGUzWdzq8BnyqAAhd0M4kpANAVn9J\nlf0veOvbPBle324Apj3nQOm9FNgi20lqpExyk7jsvMHvZ1XKEK4Y/UY/LsBYf2d1\nIZcwprvzEjYWO2nq5veESxP0Z2NgKCHd+4S3Xho6nXYVo8tOCvc+bq/dwlenTBzm\nE5kK0V6OQLMT1LRbDfqQ2+lN6iWMV6Y4TUmRAeHy/fJIoNocP0HmYqUeGW+sxQvg\ndHPGaIV4HuO4O9exR1Iu0VG63D0xrQcU6dgb4P6H/6pzsz8buFTjePkBpQwJhPxc\n7ovsonyh7a6gGK0i/7Zi3MxVF4hOSyaQPsQT6/XNm6sTGq0WW0s+kqjkkci0EtmQ\nNRVXL2Kv9JwWePDaoiBb+BocEkvE3GQP55n3OmBPEM6S8/a/7LLQrvlucrfRCO/7\nIdlFXf5LmNqiJpmN60yYaTdItbQ8bSpJ+3MwBQYI6FGAyxVwGlLmhmqOw5XYD+uI\nRix3hzkgFBY1u24fgsXBzz+rfN4VIpiekl79nK99DAdA3f6jmtwLVr5jYnv1yX/e\ngEWwZWMK6IVGc9a4WN12bnUsoxA86wIDAQABAoICABqHZ4YG+qbLjrCSLjP9dstr\nnJvECiIeZ8Nf9GoeDz3xqOCMDjdUacEhiiN1TvuTY5ch5bIDcBHAGRuRlfOQRbiN\nO4OqSWAORjt2ckY9mMZ79oCKsCerZnPQAJ7GlCubNHyZBg0YVgpmIlvJGdnFSL6L\ns97GfnbcQNMAkmhunCu1jPo++3OuY6adpBIz5CuxESVXlQE1CNCm2Cufl0I2TfBb\nrTArU9Npl+Uy76jqhrttkrsOnBBeXTvSDTaXfrwzx4fi6tukA1JqKY5O+hvFLT6V\nKi/JhkQs59JbwDc7Auu6GY9aXWVxowRc83VUehndk6zWry5m8UVXOo14eRVu2xyS\nArAhuuuF0kfxpsg/TtKNKl1x0GaqycnrHjPllKnHrFHwhOM49adgV8GJluS4teHr\n5vqOpYLrJA2W4WD97d8AwdASFI0dC/CQvXy9tnOYyCK8ixkOVRH1jSg1352wk2Ik\nbhJkaxdVK/iLoZcD68AyXO7MnpYIjpjuWpZaTL93WJrBC7XLWBjwC2WhuIffgnwL\n+vOltPgvnDDb74+nqj/UB2MwFvjIbwQfCYTmz+8LdQe93o7Mz13JhhhBgV6PVHAx\n6OWzenTdT/yigypXD9JYMEzlda6H3OvLiajfBYRmG9W6jka+4pGU4G2VxSkWJ+FD\nhjAlFxvKNCJqZkZxo8qtAoIBAQDs5SQaF2uoD+wViapcgg5vCVHrBDs41bsTu143\np0HxIzrHMFzPq30G5sQmQpa57YbRYdIcn29nBMqDVfil96CnGqPQyrEh8AIxCzxL\nlFg1p0GpiQ2LGjjoIMaTrQ9JXS2j0W6HrX/gfjwbELZohN5mWGROduoL44zYgTyE\nJLTqFCNn2cdwimKFdzsZQGAHNOZDUi6a+8aH9qeGPiesie/8TWRTPr8RJE0Zisxr\nGhH+rz+W84zfNCiX0jY5v2SE0j2U8jW+DJhkracs8oXNEUxIXtlMDNvlV1dC8VMJ\ns5i01mGQ/cHLtGFDFDUUqmNCArGyA/YYGEgVyLq5gf2ZKkZtAoIBAQDbc81s2L0V\n5erisPf9/LcmOONjXEXd+6iFApBtr/C7dGkGQpbQeh6Lp9UsNCf6F8+Km+E8vjEp\nlNK71q1RQsmUaeiTVQrkL0eAZBT3wbStIaH14doA3Kt/qv7LShBOZ5+ng5IssUOi\ngwzuzxmjiNn9JpdxckU6MJXgtKfJYwbGwVwAaHtWBiIJZ5EKSCUDO1VDYgoQVGtR\nzWH0YMtNUCs2Uxr8mLQ/lTrAifoUdMVrlAH85YR9cP3yyZhja4/yLjTCecDqrEkn\nbYTInGPcFDTmhpWiVvnbPgYqhTlxuhGIaLsl/VoLmDeu5EUUoaE2ENA858upu97f\nYJquCXrXTFm3AoIBAAa83bIASIeXLFfQeo/3AwIVecb9b9HGAnQlOCDNGQsKvXk8\n3ubpMb0ogxuzeSYAo30BE0DNKBX+BOSHZXMS//bAwzgFC9SzRtyuPSDJL1kXUL7J\nryDttgCkLgG1QmILzGiEZGhnfuObs4nxh76hSNIQYYn5x95esnrV8iqwAJVHzVn+\nz7VbukGhioTFV/Xcg1AW3kx6LMNhOJKQ4f/+TF0YtmnHtxd9uNOpJvdE3o4n3d8l\nPjR6/0ySJgiucOV2NVovKWgmY485gS++FiAnBcxpJjULiJWVTl4RDxOPkCBUmKHP\nFdv9XWbTBE96KSiPew5dHnrA9gvokacFE3lvwmECggEAPWG/tNFO2kAsGeo8A1vb\ncqJ438Lge/23HjUgZr3OjPA7rBeWDYwK3S89jhask+RzFacSMiZUo/fPleCvK8qN\njait9//Sgw7CZiQYRVB2E/MTVS4uBw2yHoyapgv6UaPkYTuI+F1AuMUFKgrddgOC\nTa+srnuy51rNoUOGpuq+63sMG8UdsmsWvCCuzfxt9eBzsdxLSlQCjKfw3STx2Jcy\n7wgBxWOFDz/TZiVxwKUEz1lf0Pf1vgyLy4wdxrlAUxIficH6dulnsNKOUHqF5/ny\n7gP4+KZxTqSjnuMStT/BRbFdn3uk4xdZg96vf9zRtciwJkkDi19UMJDZ0xItvOjL\nMwKCAQBDH5cbHGtR1jLqyMvx9+bh1FxlqDfgeGql8tRdgnMWKodUQeaLTGRsKMuZ\nXgrtunKNXdEhBV4TMxwVIhmMto97Mo7N+e9ZdlFtQ3JXLpib7Ib5pIHFYZJxAjGU\nMX4jTpVPDCT0Q/SKPCtQg2sjP70RG1V4BJKTCuNS2XESHW1x7FakGi4ds9fXQFlt\nyyYtBwcc9effH10tWEcHPaEJz1bxYhreTBmXdPwZcskCYzhwwpx3VGNx5JtF+t3R\nzIrAe6m2t3gLm+52V6+qf3ycx7b/DXhwOO1CR06sXgDrVxsnnaJSgu3piTahhDiO\nxLpM56woME7c/OLlD0pv2mWJwKdz\n-----END PRIVATE KEY-----\n", "ssl_protocols": ["TLSv1.2", "TLSv1.3"]}, "status": {"created": "2026-03-31T20:29:36.837682Z", "running": 0, "size": 1}}, {"placement": {"count": 2, "hosts": ["vm01=a", "vm05=b"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2026-03-31T20:23:00.847156Z", "last_refresh": "2026-03-31T20:26:13.667324Z", "running": 2, "size": 2}}, {"placement": {"count": 3, "hosts": ["vm01:192.168.123.101=a", "vm05:192.168.123.105=b", "vm06:192.168.123.106=c"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2026-03-31T20:22:46.360888Z", "last_refresh": "2026-03-31T20:26:13.667377Z", "running": 3, "size": 3}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2026-03-31T20:25:35.674270Z", "last_refresh": "2026-03-31T20:26:13.667442Z", "ports": [9100], "running": 3, "size": 3}}, {"placement": {"host_pattern": "vm06"}, "service_id": "default", "service_name": "osd.default", "service_type": "osd", "spec": {"data_devices": {"paths": ["vg_nvme/lv_4"]}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2026-03-31T20:25:19.698997Z", "last_refresh": "2026-03-31T20:26:13.667411Z", "running": 3, "size": 3}}, {"events": ["2026-03-31T20:26:14.709345Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2026-03-31T20:25:36.250777Z", "last_refresh": "2026-03-31T20:26:13.667471Z", "ports": [9095], "running": 1, "size": 1}}] 2026-03-31T20:29:53.293 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:29:53 vm01 bash[20507]: audit 2026-03-31T20:29:51.698925+0000 mgr.a (mgr.14433) 159 : audit [DBG] from='client.14523 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-03-31T20:29:53.293 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:29:53 vm01 bash[20507]: audit 2026-03-31T20:29:51.698925+0000 mgr.a (mgr.14433) 159 : audit [DBG] from='client.14523 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-03-31T20:29:53.293 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:29:53 vm01 bash[20507]: cluster 2026-03-31T20:29:52.133499+0000 mgr.a (mgr.14433) 160 : cluster [DBG] pgmap v115: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:29:53.293 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:29:53 vm01 bash[20507]: cluster 2026-03-31T20:29:52.133499+0000 mgr.a (mgr.14433) 160 : cluster [DBG] pgmap v115: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:29:53.334 INFO:tasks.cephadm:mgmt-gateway has 0/1 2026-03-31T20:29:53.465 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:29:53 vm06 bash[23229]: audit 2026-03-31T20:29:51.698925+0000 mgr.a (mgr.14433) 159 : audit [DBG] from='client.14523 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-03-31T20:29:53.466 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:29:53 vm06 bash[23229]: audit 2026-03-31T20:29:51.698925+0000 mgr.a (mgr.14433) 159 : audit [DBG] from='client.14523 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-03-31T20:29:53.466 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:29:53 vm06 bash[23229]: cluster 2026-03-31T20:29:52.133499+0000 mgr.a (mgr.14433) 160 : cluster [DBG] pgmap v115: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:29:53.466 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:29:53 vm06 bash[23229]: cluster 2026-03-31T20:29:52.133499+0000 mgr.a (mgr.14433) 160 : cluster [DBG] pgmap v115: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:29:53.636 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:29:53 vm05 bash[22868]: audit 2026-03-31T20:29:51.698925+0000 mgr.a (mgr.14433) 159 : audit [DBG] from='client.14523 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-03-31T20:29:53.636 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:29:53 vm05 bash[22868]: audit 2026-03-31T20:29:51.698925+0000 mgr.a (mgr.14433) 159 : audit [DBG] from='client.14523 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-03-31T20:29:53.636 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:29:53 vm05 bash[22868]: cluster 2026-03-31T20:29:52.133499+0000 mgr.a (mgr.14433) 160 : cluster [DBG] pgmap v115: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:29:53.636 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:29:53 vm05 bash[22868]: cluster 2026-03-31T20:29:52.133499+0000 mgr.a (mgr.14433) 160 : cluster [DBG] pgmap v115: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:29:54.335 DEBUG:teuthology.orchestra.run.vm01:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:5bb3278730741031382ca9c3dc9d221a942e06a2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37 -- ceph orch ls -f json 2026-03-31T20:29:54.335 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:29:54 vm01 bash[20507]: audit 2026-03-31T20:29:53.344959+0000 mon.a (mon.0) 659 : audit [DBG] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-03-31T20:29:54.335 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:29:54 vm01 bash[20507]: audit 2026-03-31T20:29:53.344959+0000 mon.a (mon.0) 659 : audit [DBG] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-03-31T20:29:54.465 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:29:54 vm06 bash[23229]: audit 2026-03-31T20:29:53.344959+0000 mon.a (mon.0) 659 : audit [DBG] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-03-31T20:29:54.466 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:29:54 vm06 bash[23229]: audit 2026-03-31T20:29:53.344959+0000 mon.a (mon.0) 659 : audit [DBG] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-03-31T20:29:54.569 INFO:teuthology.orchestra.run.vm01.stderr:Inferring config /var/lib/ceph/2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37/mon.a/config 2026-03-31T20:29:54.636 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:29:54 vm05 bash[22868]: audit 2026-03-31T20:29:53.344959+0000 mon.a (mon.0) 659 : audit [DBG] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-03-31T20:29:54.636 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:29:54 vm05 bash[22868]: audit 2026-03-31T20:29:53.344959+0000 mon.a (mon.0) 659 : audit [DBG] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-03-31T20:29:54.851 INFO:teuthology.orchestra.run.vm01.stdout: 2026-03-31T20:29:54.851 INFO:teuthology.orchestra.run.vm01.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2026-03-31T20:25:36.062440Z", "last_refresh": "2026-03-31T20:26:21.516820Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2026-03-31T20:25:35.867601Z", "last_refresh": "2026-03-31T20:26:21.609524Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2026-03-31T20:29:36.842520Z service:mgmt-gateway [INFO] \"service was created\""], "placement": {"hosts": ["vm06"]}, "service_name": "mgmt-gateway", "service_type": "mgmt-gateway", "spec": {"enable_health_check_endpoint": true, "ssl": true, "ssl_cert": "-----BEGIN CERTIFICATE-----\nMIIE+TCCAuGgAwIBAgIUU5QM37ZN3xYkASru0NQE93pd6McwDQYJKoZIhvcNAQEL\nBQAwDDEKMAgGA1UEAwwBKjAeFw0yNjAzMzEyMDI5MzZaFw0yNjA0MzAyMDI5MzZa\nMAwxCjAIBgNVBAMMASowggIiMA0GCSqGSIb3DQEBAQUAA4ICDwAwggIKAoICAQDL\nEy7pwOYNym5t6c51aZcLADmhj6hk1+JFgxiQ6neD/xFVgDHbY8SphO8uMihdARED\ntReTEtNJyVYPmWyXTqn0KF5lNb+xSg8m79SalfxDx0bdwPWAGUzWdzq8BnyqAAhd\n0M4kpANAVn9Jlf0veOvbPBle324Apj3nQOm9FNgi20lqpExyk7jsvMHvZ1XKEK4Y\n/UY/LsBYf2d1IZcwprvzEjYWO2nq5veESxP0Z2NgKCHd+4S3Xho6nXYVo8tOCvc+\nbq/dwlenTBzmE5kK0V6OQLMT1LRbDfqQ2+lN6iWMV6Y4TUmRAeHy/fJIoNocP0Hm\nYqUeGW+sxQvgdHPGaIV4HuO4O9exR1Iu0VG63D0xrQcU6dgb4P6H/6pzsz8buFTj\nePkBpQwJhPxc7ovsonyh7a6gGK0i/7Zi3MxVF4hOSyaQPsQT6/XNm6sTGq0WW0s+\nkqjkkci0EtmQNRVXL2Kv9JwWePDaoiBb+BocEkvE3GQP55n3OmBPEM6S8/a/7LLQ\nrvlucrfRCO/7IdlFXf5LmNqiJpmN60yYaTdItbQ8bSpJ+3MwBQYI6FGAyxVwGlLm\nhmqOw5XYD+uIRix3hzkgFBY1u24fgsXBzz+rfN4VIpiekl79nK99DAdA3f6jmtwL\nVr5jYnv1yX/egEWwZWMK6IVGc9a4WN12bnUsoxA86wIDAQABo1MwUTAdBgNVHQ4E\nFgQUl+VBW8LN3PX37krTJzXew6wWEQAwHwYDVR0jBBgwFoAUl+VBW8LN3PX37krT\nJzXew6wWEQAwDwYDVR0TAQH/BAUwAwEB/zANBgkqhkiG9w0BAQsFAAOCAgEAUXZH\nOyy9jzVn7M0ZjV93n11ZHAgv6GqhvNwu3RrzFW3ftGP6rQYMHP4vPkV7LASQItsp\n4utJyoaTSh/4V2sZUteVD5/JL2glMWHSfeyLuVFjTUvVCQOxzRXK8AgFfdxoJBG+\nQeInOBGOp9/KjrteetNuIsno2XysX6Vr7cpJa4GpHRvCHtdjuoP8NyYoHyltQoI2\nTSEpShn99Koj9VYDqB0T1Rz8InuOJEwHgihpnV4Hbtcrqtz3/0i4sk+uFN9IAXGv\n0QGS+yHlVPrAMJ3gQv0F8GQaXnUqm7MUfgQoBc3ZngjYWW55g1x5MFV1sxozeavA\npCaCaWpvyFk8KF3U3Yl2TWDUdSOe4P8nFKbn0DqguVWAB+lI41deuokBiwwV2PnV\nhvw3EQPr2XnkN3lEKYQcNdtOlyToGE/R6ehdKCZv3LPVGjPs2/mpP8Q8Wb8JIe4H\nWkhJFK+J5NNq9TyYuuAFkWnxX/0GmCbVAQLmLTdfSM5+inqmLKqcVySZtSQdZa6m\nA9YIFjB0CJjVAHE/iGXrDDcxoF9evYT5dJsSwBhZM23VlV5GHbvuXHLIY+/aOvEH\nPs5jUP86NrSSGsjAyjQe6QxoS/vM1UaBzXb1yDtPUaJeCWoxhlcYcjNhdRVvXMoM\nv2ZkegO6SqSZyGOqzhvSPflM1wv0pW049aUPhlU=\n-----END CERTIFICATE-----\n", "ssl_ciphers": ["AES128-SHA", "AES256-SHA"], "ssl_key": "-----BEGIN PRIVATE KEY-----\nMIIJQQIBADANBgkqhkiG9w0BAQEFAASCCSswggknAgEAAoICAQDLEy7pwOYNym5t\n6c51aZcLADmhj6hk1+JFgxiQ6neD/xFVgDHbY8SphO8uMihdAREDtReTEtNJyVYP\nmWyXTqn0KF5lNb+xSg8m79SalfxDx0bdwPWAGUzWdzq8BnyqAAhd0M4kpANAVn9J\nlf0veOvbPBle324Apj3nQOm9FNgi20lqpExyk7jsvMHvZ1XKEK4Y/UY/LsBYf2d1\nIZcwprvzEjYWO2nq5veESxP0Z2NgKCHd+4S3Xho6nXYVo8tOCvc+bq/dwlenTBzm\nE5kK0V6OQLMT1LRbDfqQ2+lN6iWMV6Y4TUmRAeHy/fJIoNocP0HmYqUeGW+sxQvg\ndHPGaIV4HuO4O9exR1Iu0VG63D0xrQcU6dgb4P6H/6pzsz8buFTjePkBpQwJhPxc\n7ovsonyh7a6gGK0i/7Zi3MxVF4hOSyaQPsQT6/XNm6sTGq0WW0s+kqjkkci0EtmQ\nNRVXL2Kv9JwWePDaoiBb+BocEkvE3GQP55n3OmBPEM6S8/a/7LLQrvlucrfRCO/7\nIdlFXf5LmNqiJpmN60yYaTdItbQ8bSpJ+3MwBQYI6FGAyxVwGlLmhmqOw5XYD+uI\nRix3hzkgFBY1u24fgsXBzz+rfN4VIpiekl79nK99DAdA3f6jmtwLVr5jYnv1yX/e\ngEWwZWMK6IVGc9a4WN12bnUsoxA86wIDAQABAoICABqHZ4YG+qbLjrCSLjP9dstr\nnJvECiIeZ8Nf9GoeDz3xqOCMDjdUacEhiiN1TvuTY5ch5bIDcBHAGRuRlfOQRbiN\nO4OqSWAORjt2ckY9mMZ79oCKsCerZnPQAJ7GlCubNHyZBg0YVgpmIlvJGdnFSL6L\ns97GfnbcQNMAkmhunCu1jPo++3OuY6adpBIz5CuxESVXlQE1CNCm2Cufl0I2TfBb\nrTArU9Npl+Uy76jqhrttkrsOnBBeXTvSDTaXfrwzx4fi6tukA1JqKY5O+hvFLT6V\nKi/JhkQs59JbwDc7Auu6GY9aXWVxowRc83VUehndk6zWry5m8UVXOo14eRVu2xyS\nArAhuuuF0kfxpsg/TtKNKl1x0GaqycnrHjPllKnHrFHwhOM49adgV8GJluS4teHr\n5vqOpYLrJA2W4WD97d8AwdASFI0dC/CQvXy9tnOYyCK8ixkOVRH1jSg1352wk2Ik\nbhJkaxdVK/iLoZcD68AyXO7MnpYIjpjuWpZaTL93WJrBC7XLWBjwC2WhuIffgnwL\n+vOltPgvnDDb74+nqj/UB2MwFvjIbwQfCYTmz+8LdQe93o7Mz13JhhhBgV6PVHAx\n6OWzenTdT/yigypXD9JYMEzlda6H3OvLiajfBYRmG9W6jka+4pGU4G2VxSkWJ+FD\nhjAlFxvKNCJqZkZxo8qtAoIBAQDs5SQaF2uoD+wViapcgg5vCVHrBDs41bsTu143\np0HxIzrHMFzPq30G5sQmQpa57YbRYdIcn29nBMqDVfil96CnGqPQyrEh8AIxCzxL\nlFg1p0GpiQ2LGjjoIMaTrQ9JXS2j0W6HrX/gfjwbELZohN5mWGROduoL44zYgTyE\nJLTqFCNn2cdwimKFdzsZQGAHNOZDUi6a+8aH9qeGPiesie/8TWRTPr8RJE0Zisxr\nGhH+rz+W84zfNCiX0jY5v2SE0j2U8jW+DJhkracs8oXNEUxIXtlMDNvlV1dC8VMJ\ns5i01mGQ/cHLtGFDFDUUqmNCArGyA/YYGEgVyLq5gf2ZKkZtAoIBAQDbc81s2L0V\n5erisPf9/LcmOONjXEXd+6iFApBtr/C7dGkGQpbQeh6Lp9UsNCf6F8+Km+E8vjEp\nlNK71q1RQsmUaeiTVQrkL0eAZBT3wbStIaH14doA3Kt/qv7LShBOZ5+ng5IssUOi\ngwzuzxmjiNn9JpdxckU6MJXgtKfJYwbGwVwAaHtWBiIJZ5EKSCUDO1VDYgoQVGtR\nzWH0YMtNUCs2Uxr8mLQ/lTrAifoUdMVrlAH85YR9cP3yyZhja4/yLjTCecDqrEkn\nbYTInGPcFDTmhpWiVvnbPgYqhTlxuhGIaLsl/VoLmDeu5EUUoaE2ENA858upu97f\nYJquCXrXTFm3AoIBAAa83bIASIeXLFfQeo/3AwIVecb9b9HGAnQlOCDNGQsKvXk8\n3ubpMb0ogxuzeSYAo30BE0DNKBX+BOSHZXMS//bAwzgFC9SzRtyuPSDJL1kXUL7J\nryDttgCkLgG1QmILzGiEZGhnfuObs4nxh76hSNIQYYn5x95esnrV8iqwAJVHzVn+\nz7VbukGhioTFV/Xcg1AW3kx6LMNhOJKQ4f/+TF0YtmnHtxd9uNOpJvdE3o4n3d8l\nPjR6/0ySJgiucOV2NVovKWgmY485gS++FiAnBcxpJjULiJWVTl4RDxOPkCBUmKHP\nFdv9XWbTBE96KSiPew5dHnrA9gvokacFE3lvwmECggEAPWG/tNFO2kAsGeo8A1vb\ncqJ438Lge/23HjUgZr3OjPA7rBeWDYwK3S89jhask+RzFacSMiZUo/fPleCvK8qN\njait9//Sgw7CZiQYRVB2E/MTVS4uBw2yHoyapgv6UaPkYTuI+F1AuMUFKgrddgOC\nTa+srnuy51rNoUOGpuq+63sMG8UdsmsWvCCuzfxt9eBzsdxLSlQCjKfw3STx2Jcy\n7wgBxWOFDz/TZiVxwKUEz1lf0Pf1vgyLy4wdxrlAUxIficH6dulnsNKOUHqF5/ny\n7gP4+KZxTqSjnuMStT/BRbFdn3uk4xdZg96vf9zRtciwJkkDi19UMJDZ0xItvOjL\nMwKCAQBDH5cbHGtR1jLqyMvx9+bh1FxlqDfgeGql8tRdgnMWKodUQeaLTGRsKMuZ\nXgrtunKNXdEhBV4TMxwVIhmMto97Mo7N+e9ZdlFtQ3JXLpib7Ib5pIHFYZJxAjGU\nMX4jTpVPDCT0Q/SKPCtQg2sjP70RG1V4BJKTCuNS2XESHW1x7FakGi4ds9fXQFlt\nyyYtBwcc9effH10tWEcHPaEJz1bxYhreTBmXdPwZcskCYzhwwpx3VGNx5JtF+t3R\nzIrAe6m2t3gLm+52V6+qf3ycx7b/DXhwOO1CR06sXgDrVxsnnaJSgu3piTahhDiO\nxLpM56woME7c/OLlD0pv2mWJwKdz\n-----END PRIVATE KEY-----\n", "ssl_protocols": ["TLSv1.2", "TLSv1.3"]}, "status": {"created": "2026-03-31T20:29:36.837682Z", "running": 0, "size": 1}}, {"placement": {"count": 2, "hosts": ["vm01=a", "vm05=b"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2026-03-31T20:23:00.847156Z", "last_refresh": "2026-03-31T20:26:13.667324Z", "running": 2, "size": 2}}, {"placement": {"count": 3, "hosts": ["vm01:192.168.123.101=a", "vm05:192.168.123.105=b", "vm06:192.168.123.106=c"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2026-03-31T20:22:46.360888Z", "last_refresh": "2026-03-31T20:26:13.667377Z", "running": 3, "size": 3}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2026-03-31T20:25:35.674270Z", "last_refresh": "2026-03-31T20:26:13.667442Z", "ports": [9100], "running": 3, "size": 3}}, {"placement": {"host_pattern": "vm06"}, "service_id": "default", "service_name": "osd.default", "service_type": "osd", "spec": {"data_devices": {"paths": ["vg_nvme/lv_4"]}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2026-03-31T20:25:19.698997Z", "last_refresh": "2026-03-31T20:26:13.667411Z", "running": 3, "size": 3}}, {"events": ["2026-03-31T20:26:14.709345Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2026-03-31T20:25:36.250777Z", "last_refresh": "2026-03-31T20:26:13.667471Z", "ports": [9095], "running": 1, "size": 1}}] 2026-03-31T20:29:54.904 INFO:tasks.cephadm:mgmt-gateway has 0/1 2026-03-31T20:29:55.465 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:29:55 vm06 bash[23229]: audit 2026-03-31T20:29:53.281164+0000 mgr.a (mgr.14433) 161 : audit [DBG] from='client.14529 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-03-31T20:29:55.465 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:29:55 vm06 bash[23229]: audit 2026-03-31T20:29:53.281164+0000 mgr.a (mgr.14433) 161 : audit [DBG] from='client.14529 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-03-31T20:29:55.465 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:29:55 vm06 bash[23229]: cluster 2026-03-31T20:29:54.133752+0000 mgr.a (mgr.14433) 162 : cluster [DBG] pgmap v116: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:29:55.465 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:29:55 vm06 bash[23229]: cluster 2026-03-31T20:29:54.133752+0000 mgr.a (mgr.14433) 162 : cluster [DBG] pgmap v116: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:29:55.585 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:29:55 vm01 bash[20507]: audit 2026-03-31T20:29:53.281164+0000 mgr.a (mgr.14433) 161 : audit [DBG] from='client.14529 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-03-31T20:29:55.585 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:29:55 vm01 bash[20507]: audit 2026-03-31T20:29:53.281164+0000 mgr.a (mgr.14433) 161 : audit [DBG] from='client.14529 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-03-31T20:29:55.585 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:29:55 vm01 bash[20507]: cluster 2026-03-31T20:29:54.133752+0000 mgr.a (mgr.14433) 162 : cluster [DBG] pgmap v116: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:29:55.585 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:29:55 vm01 bash[20507]: cluster 2026-03-31T20:29:54.133752+0000 mgr.a (mgr.14433) 162 : cluster [DBG] pgmap v116: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:29:55.636 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:29:55 vm05 bash[22868]: audit 2026-03-31T20:29:53.281164+0000 mgr.a (mgr.14433) 161 : audit [DBG] from='client.14529 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-03-31T20:29:55.636 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:29:55 vm05 bash[22868]: audit 2026-03-31T20:29:53.281164+0000 mgr.a (mgr.14433) 161 : audit [DBG] from='client.14529 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-03-31T20:29:55.636 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:29:55 vm05 bash[22868]: cluster 2026-03-31T20:29:54.133752+0000 mgr.a (mgr.14433) 162 : cluster [DBG] pgmap v116: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:29:55.636 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:29:55 vm05 bash[22868]: cluster 2026-03-31T20:29:54.133752+0000 mgr.a (mgr.14433) 162 : cluster [DBG] pgmap v116: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:29:55.904 DEBUG:teuthology.orchestra.run.vm01:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:5bb3278730741031382ca9c3dc9d221a942e06a2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37 -- ceph orch ls -f json 2026-03-31T20:29:56.151 INFO:teuthology.orchestra.run.vm01.stderr:Inferring config /var/lib/ceph/2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37/mon.a/config 2026-03-31T20:29:56.463 INFO:teuthology.orchestra.run.vm01.stdout: 2026-03-31T20:29:56.463 INFO:teuthology.orchestra.run.vm01.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2026-03-31T20:25:36.062440Z", "last_refresh": "2026-03-31T20:26:21.516820Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2026-03-31T20:25:35.867601Z", "last_refresh": "2026-03-31T20:26:21.609524Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2026-03-31T20:29:36.842520Z service:mgmt-gateway [INFO] \"service was created\""], "placement": {"hosts": ["vm06"]}, "service_name": "mgmt-gateway", "service_type": "mgmt-gateway", "spec": {"enable_health_check_endpoint": true, "ssl": true, "ssl_cert": "-----BEGIN CERTIFICATE-----\nMIIE+TCCAuGgAwIBAgIUU5QM37ZN3xYkASru0NQE93pd6McwDQYJKoZIhvcNAQEL\nBQAwDDEKMAgGA1UEAwwBKjAeFw0yNjAzMzEyMDI5MzZaFw0yNjA0MzAyMDI5MzZa\nMAwxCjAIBgNVBAMMASowggIiMA0GCSqGSIb3DQEBAQUAA4ICDwAwggIKAoICAQDL\nEy7pwOYNym5t6c51aZcLADmhj6hk1+JFgxiQ6neD/xFVgDHbY8SphO8uMihdARED\ntReTEtNJyVYPmWyXTqn0KF5lNb+xSg8m79SalfxDx0bdwPWAGUzWdzq8BnyqAAhd\n0M4kpANAVn9Jlf0veOvbPBle324Apj3nQOm9FNgi20lqpExyk7jsvMHvZ1XKEK4Y\n/UY/LsBYf2d1IZcwprvzEjYWO2nq5veESxP0Z2NgKCHd+4S3Xho6nXYVo8tOCvc+\nbq/dwlenTBzmE5kK0V6OQLMT1LRbDfqQ2+lN6iWMV6Y4TUmRAeHy/fJIoNocP0Hm\nYqUeGW+sxQvgdHPGaIV4HuO4O9exR1Iu0VG63D0xrQcU6dgb4P6H/6pzsz8buFTj\nePkBpQwJhPxc7ovsonyh7a6gGK0i/7Zi3MxVF4hOSyaQPsQT6/XNm6sTGq0WW0s+\nkqjkkci0EtmQNRVXL2Kv9JwWePDaoiBb+BocEkvE3GQP55n3OmBPEM6S8/a/7LLQ\nrvlucrfRCO/7IdlFXf5LmNqiJpmN60yYaTdItbQ8bSpJ+3MwBQYI6FGAyxVwGlLm\nhmqOw5XYD+uIRix3hzkgFBY1u24fgsXBzz+rfN4VIpiekl79nK99DAdA3f6jmtwL\nVr5jYnv1yX/egEWwZWMK6IVGc9a4WN12bnUsoxA86wIDAQABo1MwUTAdBgNVHQ4E\nFgQUl+VBW8LN3PX37krTJzXew6wWEQAwHwYDVR0jBBgwFoAUl+VBW8LN3PX37krT\nJzXew6wWEQAwDwYDVR0TAQH/BAUwAwEB/zANBgkqhkiG9w0BAQsFAAOCAgEAUXZH\nOyy9jzVn7M0ZjV93n11ZHAgv6GqhvNwu3RrzFW3ftGP6rQYMHP4vPkV7LASQItsp\n4utJyoaTSh/4V2sZUteVD5/JL2glMWHSfeyLuVFjTUvVCQOxzRXK8AgFfdxoJBG+\nQeInOBGOp9/KjrteetNuIsno2XysX6Vr7cpJa4GpHRvCHtdjuoP8NyYoHyltQoI2\nTSEpShn99Koj9VYDqB0T1Rz8InuOJEwHgihpnV4Hbtcrqtz3/0i4sk+uFN9IAXGv\n0QGS+yHlVPrAMJ3gQv0F8GQaXnUqm7MUfgQoBc3ZngjYWW55g1x5MFV1sxozeavA\npCaCaWpvyFk8KF3U3Yl2TWDUdSOe4P8nFKbn0DqguVWAB+lI41deuokBiwwV2PnV\nhvw3EQPr2XnkN3lEKYQcNdtOlyToGE/R6ehdKCZv3LPVGjPs2/mpP8Q8Wb8JIe4H\nWkhJFK+J5NNq9TyYuuAFkWnxX/0GmCbVAQLmLTdfSM5+inqmLKqcVySZtSQdZa6m\nA9YIFjB0CJjVAHE/iGXrDDcxoF9evYT5dJsSwBhZM23VlV5GHbvuXHLIY+/aOvEH\nPs5jUP86NrSSGsjAyjQe6QxoS/vM1UaBzXb1yDtPUaJeCWoxhlcYcjNhdRVvXMoM\nv2ZkegO6SqSZyGOqzhvSPflM1wv0pW049aUPhlU=\n-----END CERTIFICATE-----\n", "ssl_ciphers": ["AES128-SHA", "AES256-SHA"], "ssl_key": "-----BEGIN PRIVATE KEY-----\nMIIJQQIBADANBgkqhkiG9w0BAQEFAASCCSswggknAgEAAoICAQDLEy7pwOYNym5t\n6c51aZcLADmhj6hk1+JFgxiQ6neD/xFVgDHbY8SphO8uMihdAREDtReTEtNJyVYP\nmWyXTqn0KF5lNb+xSg8m79SalfxDx0bdwPWAGUzWdzq8BnyqAAhd0M4kpANAVn9J\nlf0veOvbPBle324Apj3nQOm9FNgi20lqpExyk7jsvMHvZ1XKEK4Y/UY/LsBYf2d1\nIZcwprvzEjYWO2nq5veESxP0Z2NgKCHd+4S3Xho6nXYVo8tOCvc+bq/dwlenTBzm\nE5kK0V6OQLMT1LRbDfqQ2+lN6iWMV6Y4TUmRAeHy/fJIoNocP0HmYqUeGW+sxQvg\ndHPGaIV4HuO4O9exR1Iu0VG63D0xrQcU6dgb4P6H/6pzsz8buFTjePkBpQwJhPxc\n7ovsonyh7a6gGK0i/7Zi3MxVF4hOSyaQPsQT6/XNm6sTGq0WW0s+kqjkkci0EtmQ\nNRVXL2Kv9JwWePDaoiBb+BocEkvE3GQP55n3OmBPEM6S8/a/7LLQrvlucrfRCO/7\nIdlFXf5LmNqiJpmN60yYaTdItbQ8bSpJ+3MwBQYI6FGAyxVwGlLmhmqOw5XYD+uI\nRix3hzkgFBY1u24fgsXBzz+rfN4VIpiekl79nK99DAdA3f6jmtwLVr5jYnv1yX/e\ngEWwZWMK6IVGc9a4WN12bnUsoxA86wIDAQABAoICABqHZ4YG+qbLjrCSLjP9dstr\nnJvECiIeZ8Nf9GoeDz3xqOCMDjdUacEhiiN1TvuTY5ch5bIDcBHAGRuRlfOQRbiN\nO4OqSWAORjt2ckY9mMZ79oCKsCerZnPQAJ7GlCubNHyZBg0YVgpmIlvJGdnFSL6L\ns97GfnbcQNMAkmhunCu1jPo++3OuY6adpBIz5CuxESVXlQE1CNCm2Cufl0I2TfBb\nrTArU9Npl+Uy76jqhrttkrsOnBBeXTvSDTaXfrwzx4fi6tukA1JqKY5O+hvFLT6V\nKi/JhkQs59JbwDc7Auu6GY9aXWVxowRc83VUehndk6zWry5m8UVXOo14eRVu2xyS\nArAhuuuF0kfxpsg/TtKNKl1x0GaqycnrHjPllKnHrFHwhOM49adgV8GJluS4teHr\n5vqOpYLrJA2W4WD97d8AwdASFI0dC/CQvXy9tnOYyCK8ixkOVRH1jSg1352wk2Ik\nbhJkaxdVK/iLoZcD68AyXO7MnpYIjpjuWpZaTL93WJrBC7XLWBjwC2WhuIffgnwL\n+vOltPgvnDDb74+nqj/UB2MwFvjIbwQfCYTmz+8LdQe93o7Mz13JhhhBgV6PVHAx\n6OWzenTdT/yigypXD9JYMEzlda6H3OvLiajfBYRmG9W6jka+4pGU4G2VxSkWJ+FD\nhjAlFxvKNCJqZkZxo8qtAoIBAQDs5SQaF2uoD+wViapcgg5vCVHrBDs41bsTu143\np0HxIzrHMFzPq30G5sQmQpa57YbRYdIcn29nBMqDVfil96CnGqPQyrEh8AIxCzxL\nlFg1p0GpiQ2LGjjoIMaTrQ9JXS2j0W6HrX/gfjwbELZohN5mWGROduoL44zYgTyE\nJLTqFCNn2cdwimKFdzsZQGAHNOZDUi6a+8aH9qeGPiesie/8TWRTPr8RJE0Zisxr\nGhH+rz+W84zfNCiX0jY5v2SE0j2U8jW+DJhkracs8oXNEUxIXtlMDNvlV1dC8VMJ\ns5i01mGQ/cHLtGFDFDUUqmNCArGyA/YYGEgVyLq5gf2ZKkZtAoIBAQDbc81s2L0V\n5erisPf9/LcmOONjXEXd+6iFApBtr/C7dGkGQpbQeh6Lp9UsNCf6F8+Km+E8vjEp\nlNK71q1RQsmUaeiTVQrkL0eAZBT3wbStIaH14doA3Kt/qv7LShBOZ5+ng5IssUOi\ngwzuzxmjiNn9JpdxckU6MJXgtKfJYwbGwVwAaHtWBiIJZ5EKSCUDO1VDYgoQVGtR\nzWH0YMtNUCs2Uxr8mLQ/lTrAifoUdMVrlAH85YR9cP3yyZhja4/yLjTCecDqrEkn\nbYTInGPcFDTmhpWiVvnbPgYqhTlxuhGIaLsl/VoLmDeu5EUUoaE2ENA858upu97f\nYJquCXrXTFm3AoIBAAa83bIASIeXLFfQeo/3AwIVecb9b9HGAnQlOCDNGQsKvXk8\n3ubpMb0ogxuzeSYAo30BE0DNKBX+BOSHZXMS//bAwzgFC9SzRtyuPSDJL1kXUL7J\nryDttgCkLgG1QmILzGiEZGhnfuObs4nxh76hSNIQYYn5x95esnrV8iqwAJVHzVn+\nz7VbukGhioTFV/Xcg1AW3kx6LMNhOJKQ4f/+TF0YtmnHtxd9uNOpJvdE3o4n3d8l\nPjR6/0ySJgiucOV2NVovKWgmY485gS++FiAnBcxpJjULiJWVTl4RDxOPkCBUmKHP\nFdv9XWbTBE96KSiPew5dHnrA9gvokacFE3lvwmECggEAPWG/tNFO2kAsGeo8A1vb\ncqJ438Lge/23HjUgZr3OjPA7rBeWDYwK3S89jhask+RzFacSMiZUo/fPleCvK8qN\njait9//Sgw7CZiQYRVB2E/MTVS4uBw2yHoyapgv6UaPkYTuI+F1AuMUFKgrddgOC\nTa+srnuy51rNoUOGpuq+63sMG8UdsmsWvCCuzfxt9eBzsdxLSlQCjKfw3STx2Jcy\n7wgBxWOFDz/TZiVxwKUEz1lf0Pf1vgyLy4wdxrlAUxIficH6dulnsNKOUHqF5/ny\n7gP4+KZxTqSjnuMStT/BRbFdn3uk4xdZg96vf9zRtciwJkkDi19UMJDZ0xItvOjL\nMwKCAQBDH5cbHGtR1jLqyMvx9+bh1FxlqDfgeGql8tRdgnMWKodUQeaLTGRsKMuZ\nXgrtunKNXdEhBV4TMxwVIhmMto97Mo7N+e9ZdlFtQ3JXLpib7Ib5pIHFYZJxAjGU\nMX4jTpVPDCT0Q/SKPCtQg2sjP70RG1V4BJKTCuNS2XESHW1x7FakGi4ds9fXQFlt\nyyYtBwcc9effH10tWEcHPaEJz1bxYhreTBmXdPwZcskCYzhwwpx3VGNx5JtF+t3R\nzIrAe6m2t3gLm+52V6+qf3ycx7b/DXhwOO1CR06sXgDrVxsnnaJSgu3piTahhDiO\nxLpM56woME7c/OLlD0pv2mWJwKdz\n-----END PRIVATE KEY-----\n", "ssl_protocols": ["TLSv1.2", "TLSv1.3"]}, "status": {"created": "2026-03-31T20:29:36.837682Z", "running": 0, "size": 1}}, {"placement": {"count": 2, "hosts": ["vm01=a", "vm05=b"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2026-03-31T20:23:00.847156Z", "last_refresh": "2026-03-31T20:26:13.667324Z", "running": 2, "size": 2}}, {"placement": {"count": 3, "hosts": ["vm01:192.168.123.101=a", "vm05:192.168.123.105=b", "vm06:192.168.123.106=c"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2026-03-31T20:22:46.360888Z", "last_refresh": "2026-03-31T20:26:13.667377Z", "running": 3, "size": 3}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2026-03-31T20:25:35.674270Z", "last_refresh": "2026-03-31T20:26:13.667442Z", "ports": [9100], "running": 3, "size": 3}}, {"placement": {"host_pattern": "vm06"}, "service_id": "default", "service_name": "osd.default", "service_type": "osd", "spec": {"data_devices": {"paths": ["vg_nvme/lv_4"]}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2026-03-31T20:25:19.698997Z", "last_refresh": "2026-03-31T20:26:13.667411Z", "running": 3, "size": 3}}, {"events": ["2026-03-31T20:26:14.709345Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2026-03-31T20:25:36.250777Z", "last_refresh": "2026-03-31T20:26:13.667471Z", "ports": [9095], "running": 1, "size": 1}}] 2026-03-31T20:29:56.465 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:29:56 vm06 bash[23229]: audit 2026-03-31T20:29:54.850901+0000 mgr.a (mgr.14433) 163 : audit [DBG] from='client.14535 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-03-31T20:29:56.465 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:29:56 vm06 bash[23229]: audit 2026-03-31T20:29:54.850901+0000 mgr.a (mgr.14433) 163 : audit [DBG] from='client.14535 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-03-31T20:29:56.474 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:29:56 vm01 bash[20507]: audit 2026-03-31T20:29:54.850901+0000 mgr.a (mgr.14433) 163 : audit [DBG] from='client.14535 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-03-31T20:29:56.474 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:29:56 vm01 bash[20507]: audit 2026-03-31T20:29:54.850901+0000 mgr.a (mgr.14433) 163 : audit [DBG] from='client.14535 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-03-31T20:29:56.516 INFO:tasks.cephadm:mgmt-gateway has 0/1 2026-03-31T20:29:56.636 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:29:56 vm05 bash[22868]: audit 2026-03-31T20:29:54.850901+0000 mgr.a (mgr.14433) 163 : audit [DBG] from='client.14535 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-03-31T20:29:56.636 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:29:56 vm05 bash[22868]: audit 2026-03-31T20:29:54.850901+0000 mgr.a (mgr.14433) 163 : audit [DBG] from='client.14535 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-03-31T20:29:57.517 DEBUG:teuthology.orchestra.run.vm01:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:5bb3278730741031382ca9c3dc9d221a942e06a2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37 -- ceph orch ls -f json 2026-03-31T20:29:57.523 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:29:57 vm01 bash[20507]: cluster 2026-03-31T20:29:56.134051+0000 mgr.a (mgr.14433) 164 : cluster [DBG] pgmap v117: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:29:57.523 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:29:57 vm01 bash[20507]: cluster 2026-03-31T20:29:56.134051+0000 mgr.a (mgr.14433) 164 : cluster [DBG] pgmap v117: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:29:57.636 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:29:57 vm05 bash[22868]: cluster 2026-03-31T20:29:56.134051+0000 mgr.a (mgr.14433) 164 : cluster [DBG] pgmap v117: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:29:57.636 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:29:57 vm05 bash[22868]: cluster 2026-03-31T20:29:56.134051+0000 mgr.a (mgr.14433) 164 : cluster [DBG] pgmap v117: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:29:57.715 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:29:57 vm06 bash[23229]: cluster 2026-03-31T20:29:56.134051+0000 mgr.a (mgr.14433) 164 : cluster [DBG] pgmap v117: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:29:57.715 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:29:57 vm06 bash[23229]: cluster 2026-03-31T20:29:56.134051+0000 mgr.a (mgr.14433) 164 : cluster [DBG] pgmap v117: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:29:57.763 INFO:teuthology.orchestra.run.vm01.stderr:Inferring config /var/lib/ceph/2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37/mon.a/config 2026-03-31T20:29:58.047 INFO:teuthology.orchestra.run.vm01.stdout: 2026-03-31T20:29:58.047 INFO:teuthology.orchestra.run.vm01.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2026-03-31T20:25:36.062440Z", "last_refresh": "2026-03-31T20:26:21.516820Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2026-03-31T20:25:35.867601Z", "last_refresh": "2026-03-31T20:26:21.609524Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2026-03-31T20:29:36.842520Z service:mgmt-gateway [INFO] \"service was created\""], "placement": {"hosts": ["vm06"]}, "service_name": "mgmt-gateway", "service_type": "mgmt-gateway", "spec": {"enable_health_check_endpoint": true, "ssl": true, "ssl_cert": "-----BEGIN CERTIFICATE-----\nMIIE+TCCAuGgAwIBAgIUU5QM37ZN3xYkASru0NQE93pd6McwDQYJKoZIhvcNAQEL\nBQAwDDEKMAgGA1UEAwwBKjAeFw0yNjAzMzEyMDI5MzZaFw0yNjA0MzAyMDI5MzZa\nMAwxCjAIBgNVBAMMASowggIiMA0GCSqGSIb3DQEBAQUAA4ICDwAwggIKAoICAQDL\nEy7pwOYNym5t6c51aZcLADmhj6hk1+JFgxiQ6neD/xFVgDHbY8SphO8uMihdARED\ntReTEtNJyVYPmWyXTqn0KF5lNb+xSg8m79SalfxDx0bdwPWAGUzWdzq8BnyqAAhd\n0M4kpANAVn9Jlf0veOvbPBle324Apj3nQOm9FNgi20lqpExyk7jsvMHvZ1XKEK4Y\n/UY/LsBYf2d1IZcwprvzEjYWO2nq5veESxP0Z2NgKCHd+4S3Xho6nXYVo8tOCvc+\nbq/dwlenTBzmE5kK0V6OQLMT1LRbDfqQ2+lN6iWMV6Y4TUmRAeHy/fJIoNocP0Hm\nYqUeGW+sxQvgdHPGaIV4HuO4O9exR1Iu0VG63D0xrQcU6dgb4P6H/6pzsz8buFTj\nePkBpQwJhPxc7ovsonyh7a6gGK0i/7Zi3MxVF4hOSyaQPsQT6/XNm6sTGq0WW0s+\nkqjkkci0EtmQNRVXL2Kv9JwWePDaoiBb+BocEkvE3GQP55n3OmBPEM6S8/a/7LLQ\nrvlucrfRCO/7IdlFXf5LmNqiJpmN60yYaTdItbQ8bSpJ+3MwBQYI6FGAyxVwGlLm\nhmqOw5XYD+uIRix3hzkgFBY1u24fgsXBzz+rfN4VIpiekl79nK99DAdA3f6jmtwL\nVr5jYnv1yX/egEWwZWMK6IVGc9a4WN12bnUsoxA86wIDAQABo1MwUTAdBgNVHQ4E\nFgQUl+VBW8LN3PX37krTJzXew6wWEQAwHwYDVR0jBBgwFoAUl+VBW8LN3PX37krT\nJzXew6wWEQAwDwYDVR0TAQH/BAUwAwEB/zANBgkqhkiG9w0BAQsFAAOCAgEAUXZH\nOyy9jzVn7M0ZjV93n11ZHAgv6GqhvNwu3RrzFW3ftGP6rQYMHP4vPkV7LASQItsp\n4utJyoaTSh/4V2sZUteVD5/JL2glMWHSfeyLuVFjTUvVCQOxzRXK8AgFfdxoJBG+\nQeInOBGOp9/KjrteetNuIsno2XysX6Vr7cpJa4GpHRvCHtdjuoP8NyYoHyltQoI2\nTSEpShn99Koj9VYDqB0T1Rz8InuOJEwHgihpnV4Hbtcrqtz3/0i4sk+uFN9IAXGv\n0QGS+yHlVPrAMJ3gQv0F8GQaXnUqm7MUfgQoBc3ZngjYWW55g1x5MFV1sxozeavA\npCaCaWpvyFk8KF3U3Yl2TWDUdSOe4P8nFKbn0DqguVWAB+lI41deuokBiwwV2PnV\nhvw3EQPr2XnkN3lEKYQcNdtOlyToGE/R6ehdKCZv3LPVGjPs2/mpP8Q8Wb8JIe4H\nWkhJFK+J5NNq9TyYuuAFkWnxX/0GmCbVAQLmLTdfSM5+inqmLKqcVySZtSQdZa6m\nA9YIFjB0CJjVAHE/iGXrDDcxoF9evYT5dJsSwBhZM23VlV5GHbvuXHLIY+/aOvEH\nPs5jUP86NrSSGsjAyjQe6QxoS/vM1UaBzXb1yDtPUaJeCWoxhlcYcjNhdRVvXMoM\nv2ZkegO6SqSZyGOqzhvSPflM1wv0pW049aUPhlU=\n-----END CERTIFICATE-----\n", "ssl_ciphers": ["AES128-SHA", "AES256-SHA"], "ssl_key": "-----BEGIN PRIVATE KEY-----\nMIIJQQIBADANBgkqhkiG9w0BAQEFAASCCSswggknAgEAAoICAQDLEy7pwOYNym5t\n6c51aZcLADmhj6hk1+JFgxiQ6neD/xFVgDHbY8SphO8uMihdAREDtReTEtNJyVYP\nmWyXTqn0KF5lNb+xSg8m79SalfxDx0bdwPWAGUzWdzq8BnyqAAhd0M4kpANAVn9J\nlf0veOvbPBle324Apj3nQOm9FNgi20lqpExyk7jsvMHvZ1XKEK4Y/UY/LsBYf2d1\nIZcwprvzEjYWO2nq5veESxP0Z2NgKCHd+4S3Xho6nXYVo8tOCvc+bq/dwlenTBzm\nE5kK0V6OQLMT1LRbDfqQ2+lN6iWMV6Y4TUmRAeHy/fJIoNocP0HmYqUeGW+sxQvg\ndHPGaIV4HuO4O9exR1Iu0VG63D0xrQcU6dgb4P6H/6pzsz8buFTjePkBpQwJhPxc\n7ovsonyh7a6gGK0i/7Zi3MxVF4hOSyaQPsQT6/XNm6sTGq0WW0s+kqjkkci0EtmQ\nNRVXL2Kv9JwWePDaoiBb+BocEkvE3GQP55n3OmBPEM6S8/a/7LLQrvlucrfRCO/7\nIdlFXf5LmNqiJpmN60yYaTdItbQ8bSpJ+3MwBQYI6FGAyxVwGlLmhmqOw5XYD+uI\nRix3hzkgFBY1u24fgsXBzz+rfN4VIpiekl79nK99DAdA3f6jmtwLVr5jYnv1yX/e\ngEWwZWMK6IVGc9a4WN12bnUsoxA86wIDAQABAoICABqHZ4YG+qbLjrCSLjP9dstr\nnJvECiIeZ8Nf9GoeDz3xqOCMDjdUacEhiiN1TvuTY5ch5bIDcBHAGRuRlfOQRbiN\nO4OqSWAORjt2ckY9mMZ79oCKsCerZnPQAJ7GlCubNHyZBg0YVgpmIlvJGdnFSL6L\ns97GfnbcQNMAkmhunCu1jPo++3OuY6adpBIz5CuxESVXlQE1CNCm2Cufl0I2TfBb\nrTArU9Npl+Uy76jqhrttkrsOnBBeXTvSDTaXfrwzx4fi6tukA1JqKY5O+hvFLT6V\nKi/JhkQs59JbwDc7Auu6GY9aXWVxowRc83VUehndk6zWry5m8UVXOo14eRVu2xyS\nArAhuuuF0kfxpsg/TtKNKl1x0GaqycnrHjPllKnHrFHwhOM49adgV8GJluS4teHr\n5vqOpYLrJA2W4WD97d8AwdASFI0dC/CQvXy9tnOYyCK8ixkOVRH1jSg1352wk2Ik\nbhJkaxdVK/iLoZcD68AyXO7MnpYIjpjuWpZaTL93WJrBC7XLWBjwC2WhuIffgnwL\n+vOltPgvnDDb74+nqj/UB2MwFvjIbwQfCYTmz+8LdQe93o7Mz13JhhhBgV6PVHAx\n6OWzenTdT/yigypXD9JYMEzlda6H3OvLiajfBYRmG9W6jka+4pGU4G2VxSkWJ+FD\nhjAlFxvKNCJqZkZxo8qtAoIBAQDs5SQaF2uoD+wViapcgg5vCVHrBDs41bsTu143\np0HxIzrHMFzPq30G5sQmQpa57YbRYdIcn29nBMqDVfil96CnGqPQyrEh8AIxCzxL\nlFg1p0GpiQ2LGjjoIMaTrQ9JXS2j0W6HrX/gfjwbELZohN5mWGROduoL44zYgTyE\nJLTqFCNn2cdwimKFdzsZQGAHNOZDUi6a+8aH9qeGPiesie/8TWRTPr8RJE0Zisxr\nGhH+rz+W84zfNCiX0jY5v2SE0j2U8jW+DJhkracs8oXNEUxIXtlMDNvlV1dC8VMJ\ns5i01mGQ/cHLtGFDFDUUqmNCArGyA/YYGEgVyLq5gf2ZKkZtAoIBAQDbc81s2L0V\n5erisPf9/LcmOONjXEXd+6iFApBtr/C7dGkGQpbQeh6Lp9UsNCf6F8+Km+E8vjEp\nlNK71q1RQsmUaeiTVQrkL0eAZBT3wbStIaH14doA3Kt/qv7LShBOZ5+ng5IssUOi\ngwzuzxmjiNn9JpdxckU6MJXgtKfJYwbGwVwAaHtWBiIJZ5EKSCUDO1VDYgoQVGtR\nzWH0YMtNUCs2Uxr8mLQ/lTrAifoUdMVrlAH85YR9cP3yyZhja4/yLjTCecDqrEkn\nbYTInGPcFDTmhpWiVvnbPgYqhTlxuhGIaLsl/VoLmDeu5EUUoaE2ENA858upu97f\nYJquCXrXTFm3AoIBAAa83bIASIeXLFfQeo/3AwIVecb9b9HGAnQlOCDNGQsKvXk8\n3ubpMb0ogxuzeSYAo30BE0DNKBX+BOSHZXMS//bAwzgFC9SzRtyuPSDJL1kXUL7J\nryDttgCkLgG1QmILzGiEZGhnfuObs4nxh76hSNIQYYn5x95esnrV8iqwAJVHzVn+\nz7VbukGhioTFV/Xcg1AW3kx6LMNhOJKQ4f/+TF0YtmnHtxd9uNOpJvdE3o4n3d8l\nPjR6/0ySJgiucOV2NVovKWgmY485gS++FiAnBcxpJjULiJWVTl4RDxOPkCBUmKHP\nFdv9XWbTBE96KSiPew5dHnrA9gvokacFE3lvwmECggEAPWG/tNFO2kAsGeo8A1vb\ncqJ438Lge/23HjUgZr3OjPA7rBeWDYwK3S89jhask+RzFacSMiZUo/fPleCvK8qN\njait9//Sgw7CZiQYRVB2E/MTVS4uBw2yHoyapgv6UaPkYTuI+F1AuMUFKgrddgOC\nTa+srnuy51rNoUOGpuq+63sMG8UdsmsWvCCuzfxt9eBzsdxLSlQCjKfw3STx2Jcy\n7wgBxWOFDz/TZiVxwKUEz1lf0Pf1vgyLy4wdxrlAUxIficH6dulnsNKOUHqF5/ny\n7gP4+KZxTqSjnuMStT/BRbFdn3uk4xdZg96vf9zRtciwJkkDi19UMJDZ0xItvOjL\nMwKCAQBDH5cbHGtR1jLqyMvx9+bh1FxlqDfgeGql8tRdgnMWKodUQeaLTGRsKMuZ\nXgrtunKNXdEhBV4TMxwVIhmMto97Mo7N+e9ZdlFtQ3JXLpib7Ib5pIHFYZJxAjGU\nMX4jTpVPDCT0Q/SKPCtQg2sjP70RG1V4BJKTCuNS2XESHW1x7FakGi4ds9fXQFlt\nyyYtBwcc9effH10tWEcHPaEJz1bxYhreTBmXdPwZcskCYzhwwpx3VGNx5JtF+t3R\nzIrAe6m2t3gLm+52V6+qf3ycx7b/DXhwOO1CR06sXgDrVxsnnaJSgu3piTahhDiO\nxLpM56woME7c/OLlD0pv2mWJwKdz\n-----END PRIVATE KEY-----\n", "ssl_protocols": ["TLSv1.2", "TLSv1.3"]}, "status": {"created": "2026-03-31T20:29:36.837682Z", "running": 0, "size": 1}}, {"placement": {"count": 2, "hosts": ["vm01=a", "vm05=b"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2026-03-31T20:23:00.847156Z", "last_refresh": "2026-03-31T20:26:13.667324Z", "running": 2, "size": 2}}, {"placement": {"count": 3, "hosts": ["vm01:192.168.123.101=a", "vm05:192.168.123.105=b", "vm06:192.168.123.106=c"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2026-03-31T20:22:46.360888Z", "last_refresh": "2026-03-31T20:26:13.667377Z", "running": 3, "size": 3}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2026-03-31T20:25:35.674270Z", "last_refresh": "2026-03-31T20:26:13.667442Z", "ports": [9100], "running": 3, "size": 3}}, {"placement": {"host_pattern": "vm06"}, "service_id": "default", "service_name": "osd.default", "service_type": "osd", "spec": {"data_devices": {"paths": ["vg_nvme/lv_4"]}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2026-03-31T20:25:19.698997Z", "last_refresh": "2026-03-31T20:26:13.667411Z", "running": 3, "size": 3}}, {"events": ["2026-03-31T20:26:14.709345Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2026-03-31T20:25:36.250777Z", "last_refresh": "2026-03-31T20:26:13.667471Z", "ports": [9095], "running": 1, "size": 1}}] 2026-03-31T20:29:58.059 INFO:journalctl@ceph.mgr.a.vm01.stdout:Mar 31 20:29:57 vm01 bash[20789]: ::ffff:192.168.123.105 - - [31/Mar/2026:20:29:57] "GET /metrics HTTP/1.1" 200 24036 "" "Prometheus/3.6.0" 2026-03-31T20:29:58.106 INFO:tasks.cephadm:mgmt-gateway has 0/1 2026-03-31T20:29:58.465 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:29:58 vm06 bash[23229]: audit 2026-03-31T20:29:56.462514+0000 mgr.a (mgr.14433) 165 : audit [DBG] from='client.14541 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-03-31T20:29:58.465 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:29:58 vm06 bash[23229]: audit 2026-03-31T20:29:56.462514+0000 mgr.a (mgr.14433) 165 : audit [DBG] from='client.14541 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-03-31T20:29:58.465 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:29:58 vm06 bash[23229]: audit 2026-03-31T20:29:58.046830+0000 mgr.a (mgr.14433) 166 : audit [DBG] from='client.14547 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-03-31T20:29:58.465 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:29:58 vm06 bash[23229]: audit 2026-03-31T20:29:58.046830+0000 mgr.a (mgr.14433) 166 : audit [DBG] from='client.14547 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-03-31T20:29:58.465 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:29:58 vm06 bash[23229]: cluster 2026-03-31T20:29:58.134290+0000 mgr.a (mgr.14433) 167 : cluster [DBG] pgmap v118: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:29:58.466 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:29:58 vm06 bash[23229]: cluster 2026-03-31T20:29:58.134290+0000 mgr.a (mgr.14433) 167 : cluster [DBG] pgmap v118: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:29:58.776 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:29:58 vm01 bash[20507]: audit 2026-03-31T20:29:56.462514+0000 mgr.a (mgr.14433) 165 : audit [DBG] from='client.14541 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-03-31T20:29:58.776 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:29:58 vm01 bash[20507]: audit 2026-03-31T20:29:56.462514+0000 mgr.a (mgr.14433) 165 : audit [DBG] from='client.14541 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-03-31T20:29:58.776 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:29:58 vm01 bash[20507]: audit 2026-03-31T20:29:58.046830+0000 mgr.a (mgr.14433) 166 : audit [DBG] from='client.14547 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-03-31T20:29:58.776 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:29:58 vm01 bash[20507]: audit 2026-03-31T20:29:58.046830+0000 mgr.a (mgr.14433) 166 : audit [DBG] from='client.14547 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-03-31T20:29:58.776 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:29:58 vm01 bash[20507]: cluster 2026-03-31T20:29:58.134290+0000 mgr.a (mgr.14433) 167 : cluster [DBG] pgmap v118: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:29:58.776 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:29:58 vm01 bash[20507]: cluster 2026-03-31T20:29:58.134290+0000 mgr.a (mgr.14433) 167 : cluster [DBG] pgmap v118: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:29:58.886 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:29:58 vm05 bash[22868]: audit 2026-03-31T20:29:56.462514+0000 mgr.a (mgr.14433) 165 : audit [DBG] from='client.14541 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-03-31T20:29:58.886 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:29:58 vm05 bash[22868]: audit 2026-03-31T20:29:56.462514+0000 mgr.a (mgr.14433) 165 : audit [DBG] from='client.14541 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-03-31T20:29:58.886 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:29:58 vm05 bash[22868]: audit 2026-03-31T20:29:58.046830+0000 mgr.a (mgr.14433) 166 : audit [DBG] from='client.14547 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-03-31T20:29:58.886 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:29:58 vm05 bash[22868]: audit 2026-03-31T20:29:58.046830+0000 mgr.a (mgr.14433) 166 : audit [DBG] from='client.14547 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-03-31T20:29:58.886 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:29:58 vm05 bash[22868]: cluster 2026-03-31T20:29:58.134290+0000 mgr.a (mgr.14433) 167 : cluster [DBG] pgmap v118: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:29:58.886 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:29:58 vm05 bash[22868]: cluster 2026-03-31T20:29:58.134290+0000 mgr.a (mgr.14433) 167 : cluster [DBG] pgmap v118: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:29:59.106 DEBUG:teuthology.orchestra.run.vm01:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:5bb3278730741031382ca9c3dc9d221a942e06a2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37 -- ceph orch ls -f json 2026-03-31T20:29:59.356 INFO:teuthology.orchestra.run.vm01.stderr:Inferring config /var/lib/ceph/2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37/mon.a/config 2026-03-31T20:29:59.357 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:29:59 vm06 systemd[1]: /etc/systemd/system/ceph-2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37@.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-03-31T20:29:59.357 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:29:59 vm06 systemd[1]: /etc/systemd/system/ceph-2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37@.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-03-31T20:29:59.357 INFO:journalctl@ceph.osd.2.vm06.stdout:Mar 31 20:29:59 vm06 systemd[1]: /etc/systemd/system/ceph-2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37@.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-03-31T20:29:59.357 INFO:journalctl@ceph.osd.2.vm06.stdout:Mar 31 20:29:59 vm06 systemd[1]: /etc/systemd/system/ceph-2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37@.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-03-31T20:29:59.661 INFO:teuthology.orchestra.run.vm01.stdout: 2026-03-31T20:29:59.661 INFO:teuthology.orchestra.run.vm01.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2026-03-31T20:25:36.062440Z", "last_refresh": "2026-03-31T20:26:21.516820Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2026-03-31T20:25:35.867601Z", "last_refresh": "2026-03-31T20:26:21.609524Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2026-03-31T20:29:59.405243Z service:mgmt-gateway [INFO] \"service was created\""], "placement": {"hosts": ["vm06"]}, "service_name": "mgmt-gateway", "service_type": "mgmt-gateway", "spec": {"enable_health_check_endpoint": true, "ssl": true, "ssl_cert": "-----BEGIN CERTIFICATE-----\nMIIE+TCCAuGgAwIBAgIUU5QM37ZN3xYkASru0NQE93pd6McwDQYJKoZIhvcNAQEL\nBQAwDDEKMAgGA1UEAwwBKjAeFw0yNjAzMzEyMDI5MzZaFw0yNjA0MzAyMDI5MzZa\nMAwxCjAIBgNVBAMMASowggIiMA0GCSqGSIb3DQEBAQUAA4ICDwAwggIKAoICAQDL\nEy7pwOYNym5t6c51aZcLADmhj6hk1+JFgxiQ6neD/xFVgDHbY8SphO8uMihdARED\ntReTEtNJyVYPmWyXTqn0KF5lNb+xSg8m79SalfxDx0bdwPWAGUzWdzq8BnyqAAhd\n0M4kpANAVn9Jlf0veOvbPBle324Apj3nQOm9FNgi20lqpExyk7jsvMHvZ1XKEK4Y\n/UY/LsBYf2d1IZcwprvzEjYWO2nq5veESxP0Z2NgKCHd+4S3Xho6nXYVo8tOCvc+\nbq/dwlenTBzmE5kK0V6OQLMT1LRbDfqQ2+lN6iWMV6Y4TUmRAeHy/fJIoNocP0Hm\nYqUeGW+sxQvgdHPGaIV4HuO4O9exR1Iu0VG63D0xrQcU6dgb4P6H/6pzsz8buFTj\nePkBpQwJhPxc7ovsonyh7a6gGK0i/7Zi3MxVF4hOSyaQPsQT6/XNm6sTGq0WW0s+\nkqjkkci0EtmQNRVXL2Kv9JwWePDaoiBb+BocEkvE3GQP55n3OmBPEM6S8/a/7LLQ\nrvlucrfRCO/7IdlFXf5LmNqiJpmN60yYaTdItbQ8bSpJ+3MwBQYI6FGAyxVwGlLm\nhmqOw5XYD+uIRix3hzkgFBY1u24fgsXBzz+rfN4VIpiekl79nK99DAdA3f6jmtwL\nVr5jYnv1yX/egEWwZWMK6IVGc9a4WN12bnUsoxA86wIDAQABo1MwUTAdBgNVHQ4E\nFgQUl+VBW8LN3PX37krTJzXew6wWEQAwHwYDVR0jBBgwFoAUl+VBW8LN3PX37krT\nJzXew6wWEQAwDwYDVR0TAQH/BAUwAwEB/zANBgkqhkiG9w0BAQsFAAOCAgEAUXZH\nOyy9jzVn7M0ZjV93n11ZHAgv6GqhvNwu3RrzFW3ftGP6rQYMHP4vPkV7LASQItsp\n4utJyoaTSh/4V2sZUteVD5/JL2glMWHSfeyLuVFjTUvVCQOxzRXK8AgFfdxoJBG+\nQeInOBGOp9/KjrteetNuIsno2XysX6Vr7cpJa4GpHRvCHtdjuoP8NyYoHyltQoI2\nTSEpShn99Koj9VYDqB0T1Rz8InuOJEwHgihpnV4Hbtcrqtz3/0i4sk+uFN9IAXGv\n0QGS+yHlVPrAMJ3gQv0F8GQaXnUqm7MUfgQoBc3ZngjYWW55g1x5MFV1sxozeavA\npCaCaWpvyFk8KF3U3Yl2TWDUdSOe4P8nFKbn0DqguVWAB+lI41deuokBiwwV2PnV\nhvw3EQPr2XnkN3lEKYQcNdtOlyToGE/R6ehdKCZv3LPVGjPs2/mpP8Q8Wb8JIe4H\nWkhJFK+J5NNq9TyYuuAFkWnxX/0GmCbVAQLmLTdfSM5+inqmLKqcVySZtSQdZa6m\nA9YIFjB0CJjVAHE/iGXrDDcxoF9evYT5dJsSwBhZM23VlV5GHbvuXHLIY+/aOvEH\nPs5jUP86NrSSGsjAyjQe6QxoS/vM1UaBzXb1yDtPUaJeCWoxhlcYcjNhdRVvXMoM\nv2ZkegO6SqSZyGOqzhvSPflM1wv0pW049aUPhlU=\n-----END CERTIFICATE-----\n", "ssl_ciphers": ["AES128-SHA", "AES256-SHA"], "ssl_key": "-----BEGIN PRIVATE KEY-----\nMIIJQQIBADANBgkqhkiG9w0BAQEFAASCCSswggknAgEAAoICAQDLEy7pwOYNym5t\n6c51aZcLADmhj6hk1+JFgxiQ6neD/xFVgDHbY8SphO8uMihdAREDtReTEtNJyVYP\nmWyXTqn0KF5lNb+xSg8m79SalfxDx0bdwPWAGUzWdzq8BnyqAAhd0M4kpANAVn9J\nlf0veOvbPBle324Apj3nQOm9FNgi20lqpExyk7jsvMHvZ1XKEK4Y/UY/LsBYf2d1\nIZcwprvzEjYWO2nq5veESxP0Z2NgKCHd+4S3Xho6nXYVo8tOCvc+bq/dwlenTBzm\nE5kK0V6OQLMT1LRbDfqQ2+lN6iWMV6Y4TUmRAeHy/fJIoNocP0HmYqUeGW+sxQvg\ndHPGaIV4HuO4O9exR1Iu0VG63D0xrQcU6dgb4P6H/6pzsz8buFTjePkBpQwJhPxc\n7ovsonyh7a6gGK0i/7Zi3MxVF4hOSyaQPsQT6/XNm6sTGq0WW0s+kqjkkci0EtmQ\nNRVXL2Kv9JwWePDaoiBb+BocEkvE3GQP55n3OmBPEM6S8/a/7LLQrvlucrfRCO/7\nIdlFXf5LmNqiJpmN60yYaTdItbQ8bSpJ+3MwBQYI6FGAyxVwGlLmhmqOw5XYD+uI\nRix3hzkgFBY1u24fgsXBzz+rfN4VIpiekl79nK99DAdA3f6jmtwLVr5jYnv1yX/e\ngEWwZWMK6IVGc9a4WN12bnUsoxA86wIDAQABAoICABqHZ4YG+qbLjrCSLjP9dstr\nnJvECiIeZ8Nf9GoeDz3xqOCMDjdUacEhiiN1TvuTY5ch5bIDcBHAGRuRlfOQRbiN\nO4OqSWAORjt2ckY9mMZ79oCKsCerZnPQAJ7GlCubNHyZBg0YVgpmIlvJGdnFSL6L\ns97GfnbcQNMAkmhunCu1jPo++3OuY6adpBIz5CuxESVXlQE1CNCm2Cufl0I2TfBb\nrTArU9Npl+Uy76jqhrttkrsOnBBeXTvSDTaXfrwzx4fi6tukA1JqKY5O+hvFLT6V\nKi/JhkQs59JbwDc7Auu6GY9aXWVxowRc83VUehndk6zWry5m8UVXOo14eRVu2xyS\nArAhuuuF0kfxpsg/TtKNKl1x0GaqycnrHjPllKnHrFHwhOM49adgV8GJluS4teHr\n5vqOpYLrJA2W4WD97d8AwdASFI0dC/CQvXy9tnOYyCK8ixkOVRH1jSg1352wk2Ik\nbhJkaxdVK/iLoZcD68AyXO7MnpYIjpjuWpZaTL93WJrBC7XLWBjwC2WhuIffgnwL\n+vOltPgvnDDb74+nqj/UB2MwFvjIbwQfCYTmz+8LdQe93o7Mz13JhhhBgV6PVHAx\n6OWzenTdT/yigypXD9JYMEzlda6H3OvLiajfBYRmG9W6jka+4pGU4G2VxSkWJ+FD\nhjAlFxvKNCJqZkZxo8qtAoIBAQDs5SQaF2uoD+wViapcgg5vCVHrBDs41bsTu143\np0HxIzrHMFzPq30G5sQmQpa57YbRYdIcn29nBMqDVfil96CnGqPQyrEh8AIxCzxL\nlFg1p0GpiQ2LGjjoIMaTrQ9JXS2j0W6HrX/gfjwbELZohN5mWGROduoL44zYgTyE\nJLTqFCNn2cdwimKFdzsZQGAHNOZDUi6a+8aH9qeGPiesie/8TWRTPr8RJE0Zisxr\nGhH+rz+W84zfNCiX0jY5v2SE0j2U8jW+DJhkracs8oXNEUxIXtlMDNvlV1dC8VMJ\ns5i01mGQ/cHLtGFDFDUUqmNCArGyA/YYGEgVyLq5gf2ZKkZtAoIBAQDbc81s2L0V\n5erisPf9/LcmOONjXEXd+6iFApBtr/C7dGkGQpbQeh6Lp9UsNCf6F8+Km+E8vjEp\nlNK71q1RQsmUaeiTVQrkL0eAZBT3wbStIaH14doA3Kt/qv7LShBOZ5+ng5IssUOi\ngwzuzxmjiNn9JpdxckU6MJXgtKfJYwbGwVwAaHtWBiIJZ5EKSCUDO1VDYgoQVGtR\nzWH0YMtNUCs2Uxr8mLQ/lTrAifoUdMVrlAH85YR9cP3yyZhja4/yLjTCecDqrEkn\nbYTInGPcFDTmhpWiVvnbPgYqhTlxuhGIaLsl/VoLmDeu5EUUoaE2ENA858upu97f\nYJquCXrXTFm3AoIBAAa83bIASIeXLFfQeo/3AwIVecb9b9HGAnQlOCDNGQsKvXk8\n3ubpMb0ogxuzeSYAo30BE0DNKBX+BOSHZXMS//bAwzgFC9SzRtyuPSDJL1kXUL7J\nryDttgCkLgG1QmILzGiEZGhnfuObs4nxh76hSNIQYYn5x95esnrV8iqwAJVHzVn+\nz7VbukGhioTFV/Xcg1AW3kx6LMNhOJKQ4f/+TF0YtmnHtxd9uNOpJvdE3o4n3d8l\nPjR6/0ySJgiucOV2NVovKWgmY485gS++FiAnBcxpJjULiJWVTl4RDxOPkCBUmKHP\nFdv9XWbTBE96KSiPew5dHnrA9gvokacFE3lvwmECggEAPWG/tNFO2kAsGeo8A1vb\ncqJ438Lge/23HjUgZr3OjPA7rBeWDYwK3S89jhask+RzFacSMiZUo/fPleCvK8qN\njait9//Sgw7CZiQYRVB2E/MTVS4uBw2yHoyapgv6UaPkYTuI+F1AuMUFKgrddgOC\nTa+srnuy51rNoUOGpuq+63sMG8UdsmsWvCCuzfxt9eBzsdxLSlQCjKfw3STx2Jcy\n7wgBxWOFDz/TZiVxwKUEz1lf0Pf1vgyLy4wdxrlAUxIficH6dulnsNKOUHqF5/ny\n7gP4+KZxTqSjnuMStT/BRbFdn3uk4xdZg96vf9zRtciwJkkDi19UMJDZ0xItvOjL\nMwKCAQBDH5cbHGtR1jLqyMvx9+bh1FxlqDfgeGql8tRdgnMWKodUQeaLTGRsKMuZ\nXgrtunKNXdEhBV4TMxwVIhmMto97Mo7N+e9ZdlFtQ3JXLpib7Ib5pIHFYZJxAjGU\nMX4jTpVPDCT0Q/SKPCtQg2sjP70RG1V4BJKTCuNS2XESHW1x7FakGi4ds9fXQFlt\nyyYtBwcc9effH10tWEcHPaEJz1bxYhreTBmXdPwZcskCYzhwwpx3VGNx5JtF+t3R\nzIrAe6m2t3gLm+52V6+qf3ycx7b/DXhwOO1CR06sXgDrVxsnnaJSgu3piTahhDiO\nxLpM56woME7c/OLlD0pv2mWJwKdz\n-----END PRIVATE KEY-----\n", "ssl_protocols": ["TLSv1.2", "TLSv1.3"]}, "status": {"created": "2026-03-31T20:29:36.837682Z", "running": 0, "size": 1}}, {"placement": {"count": 2, "hosts": ["vm01=a", "vm05=b"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2026-03-31T20:23:00.847156Z", "last_refresh": "2026-03-31T20:26:13.667324Z", "running": 2, "size": 2}}, {"placement": {"count": 3, "hosts": ["vm01:192.168.123.101=a", "vm05:192.168.123.105=b", "vm06:192.168.123.106=c"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2026-03-31T20:22:46.360888Z", "last_refresh": "2026-03-31T20:26:13.667377Z", "running": 3, "size": 3}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2026-03-31T20:25:35.674270Z", "last_refresh": "2026-03-31T20:26:13.667442Z", "ports": [9100], "running": 3, "size": 3}}, {"placement": {"host_pattern": "vm06"}, "service_id": "default", "service_name": "osd.default", "service_type": "osd", "spec": {"data_devices": {"paths": ["vg_nvme/lv_4"]}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2026-03-31T20:25:19.698997Z", "last_refresh": "2026-03-31T20:26:13.667411Z", "running": 3, "size": 3}}, {"events": ["2026-03-31T20:26:14.709345Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2026-03-31T20:25:36.250777Z", "last_refresh": "2026-03-31T20:26:13.667471Z", "ports": [9095], "running": 1, "size": 1}}] 2026-03-31T20:29:59.710 INFO:tasks.cephadm:mgmt-gateway has 0/1 2026-03-31T20:30:00.711 DEBUG:teuthology.orchestra.run.vm01:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:5bb3278730741031382ca9c3dc9d221a942e06a2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37 -- ceph orch ls -f json 2026-03-31T20:30:00.715 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:30:00 vm06 bash[23229]: audit 2026-03-31T20:29:59.387951+0000 mon.a (mon.0) 660 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:30:00.715 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:30:00 vm06 bash[23229]: audit 2026-03-31T20:29:59.387951+0000 mon.a (mon.0) 660 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:30:00.715 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:30:00 vm06 bash[23229]: audit 2026-03-31T20:29:59.392899+0000 mon.a (mon.0) 661 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:30:00.715 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:30:00 vm06 bash[23229]: audit 2026-03-31T20:29:59.392899+0000 mon.a (mon.0) 661 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:30:00.715 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:30:00 vm06 bash[23229]: audit 2026-03-31T20:29:59.398808+0000 mon.a (mon.0) 662 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:30:00.715 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:30:00 vm06 bash[23229]: audit 2026-03-31T20:29:59.398808+0000 mon.a (mon.0) 662 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:30:00.715 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:30:00 vm06 bash[23229]: audit 2026-03-31T20:29:59.405029+0000 mon.a (mon.0) 663 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:30:00.715 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:30:00 vm06 bash[23229]: audit 2026-03-31T20:29:59.405029+0000 mon.a (mon.0) 663 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:30:00.715 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:30:00 vm06 bash[23229]: audit 2026-03-31T20:29:59.420908+0000 mon.a (mon.0) 664 : audit [DBG] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-03-31T20:30:00.715 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:30:00 vm06 bash[23229]: audit 2026-03-31T20:29:59.420908+0000 mon.a (mon.0) 664 : audit [DBG] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-03-31T20:30:00.716 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:30:00 vm06 bash[23229]: audit 2026-03-31T20:29:59.660499+0000 mgr.a (mgr.14433) 168 : audit [DBG] from='client.14553 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-03-31T20:30:00.716 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:30:00 vm06 bash[23229]: audit 2026-03-31T20:29:59.660499+0000 mgr.a (mgr.14433) 168 : audit [DBG] from='client.14553 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-03-31T20:30:00.716 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:30:00 vm06 bash[23229]: cluster 2026-03-31T20:30:00.000095+0000 mon.a (mon.0) 665 : cluster [INF] overall HEALTH_OK 2026-03-31T20:30:00.716 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:30:00 vm06 bash[23229]: cluster 2026-03-31T20:30:00.000095+0000 mon.a (mon.0) 665 : cluster [INF] overall HEALTH_OK 2026-03-31T20:30:00.716 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:30:00 vm06 bash[23229]: cluster 2026-03-31T20:30:00.134515+0000 mgr.a (mgr.14433) 169 : cluster [DBG] pgmap v119: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:30:00.716 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:30:00 vm06 bash[23229]: cluster 2026-03-31T20:30:00.134515+0000 mgr.a (mgr.14433) 169 : cluster [DBG] pgmap v119: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:30:00.718 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:30:00 vm01 bash[20507]: audit 2026-03-31T20:29:59.387951+0000 mon.a (mon.0) 660 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:30:00.718 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:30:00 vm01 bash[20507]: audit 2026-03-31T20:29:59.387951+0000 mon.a (mon.0) 660 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:30:00.718 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:30:00 vm01 bash[20507]: audit 2026-03-31T20:29:59.392899+0000 mon.a (mon.0) 661 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:30:00.718 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:30:00 vm01 bash[20507]: audit 2026-03-31T20:29:59.392899+0000 mon.a (mon.0) 661 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:30:00.718 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:30:00 vm01 bash[20507]: audit 2026-03-31T20:29:59.398808+0000 mon.a (mon.0) 662 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:30:00.718 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:30:00 vm01 bash[20507]: audit 2026-03-31T20:29:59.398808+0000 mon.a (mon.0) 662 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:30:00.718 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:30:00 vm01 bash[20507]: audit 2026-03-31T20:29:59.405029+0000 mon.a (mon.0) 663 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:30:00.718 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:30:00 vm01 bash[20507]: audit 2026-03-31T20:29:59.405029+0000 mon.a (mon.0) 663 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:30:00.718 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:30:00 vm01 bash[20507]: audit 2026-03-31T20:29:59.420908+0000 mon.a (mon.0) 664 : audit [DBG] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-03-31T20:30:00.718 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:30:00 vm01 bash[20507]: audit 2026-03-31T20:29:59.420908+0000 mon.a (mon.0) 664 : audit [DBG] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-03-31T20:30:00.718 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:30:00 vm01 bash[20507]: audit 2026-03-31T20:29:59.660499+0000 mgr.a (mgr.14433) 168 : audit [DBG] from='client.14553 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-03-31T20:30:00.718 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:30:00 vm01 bash[20507]: audit 2026-03-31T20:29:59.660499+0000 mgr.a (mgr.14433) 168 : audit [DBG] from='client.14553 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-03-31T20:30:00.718 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:30:00 vm01 bash[20507]: cluster 2026-03-31T20:30:00.000095+0000 mon.a (mon.0) 665 : cluster [INF] overall HEALTH_OK 2026-03-31T20:30:00.718 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:30:00 vm01 bash[20507]: cluster 2026-03-31T20:30:00.000095+0000 mon.a (mon.0) 665 : cluster [INF] overall HEALTH_OK 2026-03-31T20:30:00.718 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:30:00 vm01 bash[20507]: cluster 2026-03-31T20:30:00.134515+0000 mgr.a (mgr.14433) 169 : cluster [DBG] pgmap v119: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:30:00.718 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:30:00 vm01 bash[20507]: cluster 2026-03-31T20:30:00.134515+0000 mgr.a (mgr.14433) 169 : cluster [DBG] pgmap v119: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:30:00.886 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:30:00 vm05 bash[22868]: audit 2026-03-31T20:29:59.387951+0000 mon.a (mon.0) 660 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:30:00.886 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:30:00 vm05 bash[22868]: audit 2026-03-31T20:29:59.387951+0000 mon.a (mon.0) 660 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:30:00.886 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:30:00 vm05 bash[22868]: audit 2026-03-31T20:29:59.392899+0000 mon.a (mon.0) 661 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:30:00.886 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:30:00 vm05 bash[22868]: audit 2026-03-31T20:29:59.392899+0000 mon.a (mon.0) 661 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:30:00.886 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:30:00 vm05 bash[22868]: audit 2026-03-31T20:29:59.398808+0000 mon.a (mon.0) 662 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:30:00.886 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:30:00 vm05 bash[22868]: audit 2026-03-31T20:29:59.398808+0000 mon.a (mon.0) 662 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:30:00.886 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:30:00 vm05 bash[22868]: audit 2026-03-31T20:29:59.405029+0000 mon.a (mon.0) 663 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:30:00.886 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:30:00 vm05 bash[22868]: audit 2026-03-31T20:29:59.405029+0000 mon.a (mon.0) 663 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:30:00.887 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:30:00 vm05 bash[22868]: audit 2026-03-31T20:29:59.420908+0000 mon.a (mon.0) 664 : audit [DBG] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-03-31T20:30:00.887 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:30:00 vm05 bash[22868]: audit 2026-03-31T20:29:59.420908+0000 mon.a (mon.0) 664 : audit [DBG] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-03-31T20:30:00.887 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:30:00 vm05 bash[22868]: audit 2026-03-31T20:29:59.660499+0000 mgr.a (mgr.14433) 168 : audit [DBG] from='client.14553 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-03-31T20:30:00.887 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:30:00 vm05 bash[22868]: audit 2026-03-31T20:29:59.660499+0000 mgr.a (mgr.14433) 168 : audit [DBG] from='client.14553 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-03-31T20:30:00.887 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:30:00 vm05 bash[22868]: cluster 2026-03-31T20:30:00.000095+0000 mon.a (mon.0) 665 : cluster [INF] overall HEALTH_OK 2026-03-31T20:30:00.887 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:30:00 vm05 bash[22868]: cluster 2026-03-31T20:30:00.000095+0000 mon.a (mon.0) 665 : cluster [INF] overall HEALTH_OK 2026-03-31T20:30:00.887 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:30:00 vm05 bash[22868]: cluster 2026-03-31T20:30:00.134515+0000 mgr.a (mgr.14433) 169 : cluster [DBG] pgmap v119: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:30:00.887 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:30:00 vm05 bash[22868]: cluster 2026-03-31T20:30:00.134515+0000 mgr.a (mgr.14433) 169 : cluster [DBG] pgmap v119: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:30:00.948 INFO:teuthology.orchestra.run.vm01.stderr:Inferring config /var/lib/ceph/2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37/mon.a/config 2026-03-31T20:30:01.231 INFO:teuthology.orchestra.run.vm01.stdout: 2026-03-31T20:30:01.231 INFO:teuthology.orchestra.run.vm01.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2026-03-31T20:25:36.062440Z", "last_refresh": "2026-03-31T20:26:21.516820Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2026-03-31T20:25:35.867601Z", "last_refresh": "2026-03-31T20:26:21.609524Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2026-03-31T20:29:59.405243Z service:mgmt-gateway [INFO] \"service was created\""], "placement": {"hosts": ["vm06"]}, "service_name": "mgmt-gateway", "service_type": "mgmt-gateway", "spec": {"enable_health_check_endpoint": true, "ssl": true, "ssl_cert": "-----BEGIN CERTIFICATE-----\nMIIE+TCCAuGgAwIBAgIUU5QM37ZN3xYkASru0NQE93pd6McwDQYJKoZIhvcNAQEL\nBQAwDDEKMAgGA1UEAwwBKjAeFw0yNjAzMzEyMDI5MzZaFw0yNjA0MzAyMDI5MzZa\nMAwxCjAIBgNVBAMMASowggIiMA0GCSqGSIb3DQEBAQUAA4ICDwAwggIKAoICAQDL\nEy7pwOYNym5t6c51aZcLADmhj6hk1+JFgxiQ6neD/xFVgDHbY8SphO8uMihdARED\ntReTEtNJyVYPmWyXTqn0KF5lNb+xSg8m79SalfxDx0bdwPWAGUzWdzq8BnyqAAhd\n0M4kpANAVn9Jlf0veOvbPBle324Apj3nQOm9FNgi20lqpExyk7jsvMHvZ1XKEK4Y\n/UY/LsBYf2d1IZcwprvzEjYWO2nq5veESxP0Z2NgKCHd+4S3Xho6nXYVo8tOCvc+\nbq/dwlenTBzmE5kK0V6OQLMT1LRbDfqQ2+lN6iWMV6Y4TUmRAeHy/fJIoNocP0Hm\nYqUeGW+sxQvgdHPGaIV4HuO4O9exR1Iu0VG63D0xrQcU6dgb4P6H/6pzsz8buFTj\nePkBpQwJhPxc7ovsonyh7a6gGK0i/7Zi3MxVF4hOSyaQPsQT6/XNm6sTGq0WW0s+\nkqjkkci0EtmQNRVXL2Kv9JwWePDaoiBb+BocEkvE3GQP55n3OmBPEM6S8/a/7LLQ\nrvlucrfRCO/7IdlFXf5LmNqiJpmN60yYaTdItbQ8bSpJ+3MwBQYI6FGAyxVwGlLm\nhmqOw5XYD+uIRix3hzkgFBY1u24fgsXBzz+rfN4VIpiekl79nK99DAdA3f6jmtwL\nVr5jYnv1yX/egEWwZWMK6IVGc9a4WN12bnUsoxA86wIDAQABo1MwUTAdBgNVHQ4E\nFgQUl+VBW8LN3PX37krTJzXew6wWEQAwHwYDVR0jBBgwFoAUl+VBW8LN3PX37krT\nJzXew6wWEQAwDwYDVR0TAQH/BAUwAwEB/zANBgkqhkiG9w0BAQsFAAOCAgEAUXZH\nOyy9jzVn7M0ZjV93n11ZHAgv6GqhvNwu3RrzFW3ftGP6rQYMHP4vPkV7LASQItsp\n4utJyoaTSh/4V2sZUteVD5/JL2glMWHSfeyLuVFjTUvVCQOxzRXK8AgFfdxoJBG+\nQeInOBGOp9/KjrteetNuIsno2XysX6Vr7cpJa4GpHRvCHtdjuoP8NyYoHyltQoI2\nTSEpShn99Koj9VYDqB0T1Rz8InuOJEwHgihpnV4Hbtcrqtz3/0i4sk+uFN9IAXGv\n0QGS+yHlVPrAMJ3gQv0F8GQaXnUqm7MUfgQoBc3ZngjYWW55g1x5MFV1sxozeavA\npCaCaWpvyFk8KF3U3Yl2TWDUdSOe4P8nFKbn0DqguVWAB+lI41deuokBiwwV2PnV\nhvw3EQPr2XnkN3lEKYQcNdtOlyToGE/R6ehdKCZv3LPVGjPs2/mpP8Q8Wb8JIe4H\nWkhJFK+J5NNq9TyYuuAFkWnxX/0GmCbVAQLmLTdfSM5+inqmLKqcVySZtSQdZa6m\nA9YIFjB0CJjVAHE/iGXrDDcxoF9evYT5dJsSwBhZM23VlV5GHbvuXHLIY+/aOvEH\nPs5jUP86NrSSGsjAyjQe6QxoS/vM1UaBzXb1yDtPUaJeCWoxhlcYcjNhdRVvXMoM\nv2ZkegO6SqSZyGOqzhvSPflM1wv0pW049aUPhlU=\n-----END CERTIFICATE-----\n", "ssl_ciphers": ["AES128-SHA", "AES256-SHA"], "ssl_key": "-----BEGIN PRIVATE KEY-----\nMIIJQQIBADANBgkqhkiG9w0BAQEFAASCCSswggknAgEAAoICAQDLEy7pwOYNym5t\n6c51aZcLADmhj6hk1+JFgxiQ6neD/xFVgDHbY8SphO8uMihdAREDtReTEtNJyVYP\nmWyXTqn0KF5lNb+xSg8m79SalfxDx0bdwPWAGUzWdzq8BnyqAAhd0M4kpANAVn9J\nlf0veOvbPBle324Apj3nQOm9FNgi20lqpExyk7jsvMHvZ1XKEK4Y/UY/LsBYf2d1\nIZcwprvzEjYWO2nq5veESxP0Z2NgKCHd+4S3Xho6nXYVo8tOCvc+bq/dwlenTBzm\nE5kK0V6OQLMT1LRbDfqQ2+lN6iWMV6Y4TUmRAeHy/fJIoNocP0HmYqUeGW+sxQvg\ndHPGaIV4HuO4O9exR1Iu0VG63D0xrQcU6dgb4P6H/6pzsz8buFTjePkBpQwJhPxc\n7ovsonyh7a6gGK0i/7Zi3MxVF4hOSyaQPsQT6/XNm6sTGq0WW0s+kqjkkci0EtmQ\nNRVXL2Kv9JwWePDaoiBb+BocEkvE3GQP55n3OmBPEM6S8/a/7LLQrvlucrfRCO/7\nIdlFXf5LmNqiJpmN60yYaTdItbQ8bSpJ+3MwBQYI6FGAyxVwGlLmhmqOw5XYD+uI\nRix3hzkgFBY1u24fgsXBzz+rfN4VIpiekl79nK99DAdA3f6jmtwLVr5jYnv1yX/e\ngEWwZWMK6IVGc9a4WN12bnUsoxA86wIDAQABAoICABqHZ4YG+qbLjrCSLjP9dstr\nnJvECiIeZ8Nf9GoeDz3xqOCMDjdUacEhiiN1TvuTY5ch5bIDcBHAGRuRlfOQRbiN\nO4OqSWAORjt2ckY9mMZ79oCKsCerZnPQAJ7GlCubNHyZBg0YVgpmIlvJGdnFSL6L\ns97GfnbcQNMAkmhunCu1jPo++3OuY6adpBIz5CuxESVXlQE1CNCm2Cufl0I2TfBb\nrTArU9Npl+Uy76jqhrttkrsOnBBeXTvSDTaXfrwzx4fi6tukA1JqKY5O+hvFLT6V\nKi/JhkQs59JbwDc7Auu6GY9aXWVxowRc83VUehndk6zWry5m8UVXOo14eRVu2xyS\nArAhuuuF0kfxpsg/TtKNKl1x0GaqycnrHjPllKnHrFHwhOM49adgV8GJluS4teHr\n5vqOpYLrJA2W4WD97d8AwdASFI0dC/CQvXy9tnOYyCK8ixkOVRH1jSg1352wk2Ik\nbhJkaxdVK/iLoZcD68AyXO7MnpYIjpjuWpZaTL93WJrBC7XLWBjwC2WhuIffgnwL\n+vOltPgvnDDb74+nqj/UB2MwFvjIbwQfCYTmz+8LdQe93o7Mz13JhhhBgV6PVHAx\n6OWzenTdT/yigypXD9JYMEzlda6H3OvLiajfBYRmG9W6jka+4pGU4G2VxSkWJ+FD\nhjAlFxvKNCJqZkZxo8qtAoIBAQDs5SQaF2uoD+wViapcgg5vCVHrBDs41bsTu143\np0HxIzrHMFzPq30G5sQmQpa57YbRYdIcn29nBMqDVfil96CnGqPQyrEh8AIxCzxL\nlFg1p0GpiQ2LGjjoIMaTrQ9JXS2j0W6HrX/gfjwbELZohN5mWGROduoL44zYgTyE\nJLTqFCNn2cdwimKFdzsZQGAHNOZDUi6a+8aH9qeGPiesie/8TWRTPr8RJE0Zisxr\nGhH+rz+W84zfNCiX0jY5v2SE0j2U8jW+DJhkracs8oXNEUxIXtlMDNvlV1dC8VMJ\ns5i01mGQ/cHLtGFDFDUUqmNCArGyA/YYGEgVyLq5gf2ZKkZtAoIBAQDbc81s2L0V\n5erisPf9/LcmOONjXEXd+6iFApBtr/C7dGkGQpbQeh6Lp9UsNCf6F8+Km+E8vjEp\nlNK71q1RQsmUaeiTVQrkL0eAZBT3wbStIaH14doA3Kt/qv7LShBOZ5+ng5IssUOi\ngwzuzxmjiNn9JpdxckU6MJXgtKfJYwbGwVwAaHtWBiIJZ5EKSCUDO1VDYgoQVGtR\nzWH0YMtNUCs2Uxr8mLQ/lTrAifoUdMVrlAH85YR9cP3yyZhja4/yLjTCecDqrEkn\nbYTInGPcFDTmhpWiVvnbPgYqhTlxuhGIaLsl/VoLmDeu5EUUoaE2ENA858upu97f\nYJquCXrXTFm3AoIBAAa83bIASIeXLFfQeo/3AwIVecb9b9HGAnQlOCDNGQsKvXk8\n3ubpMb0ogxuzeSYAo30BE0DNKBX+BOSHZXMS//bAwzgFC9SzRtyuPSDJL1kXUL7J\nryDttgCkLgG1QmILzGiEZGhnfuObs4nxh76hSNIQYYn5x95esnrV8iqwAJVHzVn+\nz7VbukGhioTFV/Xcg1AW3kx6LMNhOJKQ4f/+TF0YtmnHtxd9uNOpJvdE3o4n3d8l\nPjR6/0ySJgiucOV2NVovKWgmY485gS++FiAnBcxpJjULiJWVTl4RDxOPkCBUmKHP\nFdv9XWbTBE96KSiPew5dHnrA9gvokacFE3lvwmECggEAPWG/tNFO2kAsGeo8A1vb\ncqJ438Lge/23HjUgZr3OjPA7rBeWDYwK3S89jhask+RzFacSMiZUo/fPleCvK8qN\njait9//Sgw7CZiQYRVB2E/MTVS4uBw2yHoyapgv6UaPkYTuI+F1AuMUFKgrddgOC\nTa+srnuy51rNoUOGpuq+63sMG8UdsmsWvCCuzfxt9eBzsdxLSlQCjKfw3STx2Jcy\n7wgBxWOFDz/TZiVxwKUEz1lf0Pf1vgyLy4wdxrlAUxIficH6dulnsNKOUHqF5/ny\n7gP4+KZxTqSjnuMStT/BRbFdn3uk4xdZg96vf9zRtciwJkkDi19UMJDZ0xItvOjL\nMwKCAQBDH5cbHGtR1jLqyMvx9+bh1FxlqDfgeGql8tRdgnMWKodUQeaLTGRsKMuZ\nXgrtunKNXdEhBV4TMxwVIhmMto97Mo7N+e9ZdlFtQ3JXLpib7Ib5pIHFYZJxAjGU\nMX4jTpVPDCT0Q/SKPCtQg2sjP70RG1V4BJKTCuNS2XESHW1x7FakGi4ds9fXQFlt\nyyYtBwcc9effH10tWEcHPaEJz1bxYhreTBmXdPwZcskCYzhwwpx3VGNx5JtF+t3R\nzIrAe6m2t3gLm+52V6+qf3ycx7b/DXhwOO1CR06sXgDrVxsnnaJSgu3piTahhDiO\nxLpM56woME7c/OLlD0pv2mWJwKdz\n-----END PRIVATE KEY-----\n", "ssl_protocols": ["TLSv1.2", "TLSv1.3"]}, "status": {"created": "2026-03-31T20:29:36.837682Z", "running": 0, "size": 1}}, {"placement": {"count": 2, "hosts": ["vm01=a", "vm05=b"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2026-03-31T20:23:00.847156Z", "last_refresh": "2026-03-31T20:26:13.667324Z", "running": 2, "size": 2}}, {"placement": {"count": 3, "hosts": ["vm01:192.168.123.101=a", "vm05:192.168.123.105=b", "vm06:192.168.123.106=c"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2026-03-31T20:22:46.360888Z", "last_refresh": "2026-03-31T20:26:13.667377Z", "running": 3, "size": 3}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2026-03-31T20:25:35.674270Z", "last_refresh": "2026-03-31T20:26:13.667442Z", "ports": [9100], "running": 3, "size": 3}}, {"placement": {"host_pattern": "vm06"}, "service_id": "default", "service_name": "osd.default", "service_type": "osd", "spec": {"data_devices": {"paths": ["vg_nvme/lv_4"]}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2026-03-31T20:25:19.698997Z", "last_refresh": "2026-03-31T20:26:13.667411Z", "running": 3, "size": 3}}, {"events": ["2026-03-31T20:26:14.709345Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2026-03-31T20:25:36.250777Z", "last_refresh": "2026-03-31T20:26:13.667471Z", "ports": [9095], "running": 1, "size": 1}}] 2026-03-31T20:30:01.284 INFO:tasks.cephadm:mgmt-gateway has 0/1 2026-03-31T20:30:02.284 DEBUG:teuthology.orchestra.run.vm01:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:5bb3278730741031382ca9c3dc9d221a942e06a2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37 -- ceph orch ls -f json 2026-03-31T20:30:02.523 INFO:teuthology.orchestra.run.vm01.stderr:Inferring config /var/lib/ceph/2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37/mon.a/config 2026-03-31T20:30:02.807 INFO:teuthology.orchestra.run.vm01.stdout: 2026-03-31T20:30:02.807 INFO:teuthology.orchestra.run.vm01.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2026-03-31T20:25:36.062440Z", "last_refresh": "2026-03-31T20:26:21.516820Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2026-03-31T20:25:35.867601Z", "last_refresh": "2026-03-31T20:26:21.609524Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2026-03-31T20:29:59.405243Z service:mgmt-gateway [INFO] \"service was created\""], "placement": {"hosts": ["vm06"]}, "service_name": "mgmt-gateway", "service_type": "mgmt-gateway", "spec": {"enable_health_check_endpoint": true, "ssl": true, "ssl_cert": "-----BEGIN CERTIFICATE-----\nMIIE+TCCAuGgAwIBAgIUU5QM37ZN3xYkASru0NQE93pd6McwDQYJKoZIhvcNAQEL\nBQAwDDEKMAgGA1UEAwwBKjAeFw0yNjAzMzEyMDI5MzZaFw0yNjA0MzAyMDI5MzZa\nMAwxCjAIBgNVBAMMASowggIiMA0GCSqGSIb3DQEBAQUAA4ICDwAwggIKAoICAQDL\nEy7pwOYNym5t6c51aZcLADmhj6hk1+JFgxiQ6neD/xFVgDHbY8SphO8uMihdARED\ntReTEtNJyVYPmWyXTqn0KF5lNb+xSg8m79SalfxDx0bdwPWAGUzWdzq8BnyqAAhd\n0M4kpANAVn9Jlf0veOvbPBle324Apj3nQOm9FNgi20lqpExyk7jsvMHvZ1XKEK4Y\n/UY/LsBYf2d1IZcwprvzEjYWO2nq5veESxP0Z2NgKCHd+4S3Xho6nXYVo8tOCvc+\nbq/dwlenTBzmE5kK0V6OQLMT1LRbDfqQ2+lN6iWMV6Y4TUmRAeHy/fJIoNocP0Hm\nYqUeGW+sxQvgdHPGaIV4HuO4O9exR1Iu0VG63D0xrQcU6dgb4P6H/6pzsz8buFTj\nePkBpQwJhPxc7ovsonyh7a6gGK0i/7Zi3MxVF4hOSyaQPsQT6/XNm6sTGq0WW0s+\nkqjkkci0EtmQNRVXL2Kv9JwWePDaoiBb+BocEkvE3GQP55n3OmBPEM6S8/a/7LLQ\nrvlucrfRCO/7IdlFXf5LmNqiJpmN60yYaTdItbQ8bSpJ+3MwBQYI6FGAyxVwGlLm\nhmqOw5XYD+uIRix3hzkgFBY1u24fgsXBzz+rfN4VIpiekl79nK99DAdA3f6jmtwL\nVr5jYnv1yX/egEWwZWMK6IVGc9a4WN12bnUsoxA86wIDAQABo1MwUTAdBgNVHQ4E\nFgQUl+VBW8LN3PX37krTJzXew6wWEQAwHwYDVR0jBBgwFoAUl+VBW8LN3PX37krT\nJzXew6wWEQAwDwYDVR0TAQH/BAUwAwEB/zANBgkqhkiG9w0BAQsFAAOCAgEAUXZH\nOyy9jzVn7M0ZjV93n11ZHAgv6GqhvNwu3RrzFW3ftGP6rQYMHP4vPkV7LASQItsp\n4utJyoaTSh/4V2sZUteVD5/JL2glMWHSfeyLuVFjTUvVCQOxzRXK8AgFfdxoJBG+\nQeInOBGOp9/KjrteetNuIsno2XysX6Vr7cpJa4GpHRvCHtdjuoP8NyYoHyltQoI2\nTSEpShn99Koj9VYDqB0T1Rz8InuOJEwHgihpnV4Hbtcrqtz3/0i4sk+uFN9IAXGv\n0QGS+yHlVPrAMJ3gQv0F8GQaXnUqm7MUfgQoBc3ZngjYWW55g1x5MFV1sxozeavA\npCaCaWpvyFk8KF3U3Yl2TWDUdSOe4P8nFKbn0DqguVWAB+lI41deuokBiwwV2PnV\nhvw3EQPr2XnkN3lEKYQcNdtOlyToGE/R6ehdKCZv3LPVGjPs2/mpP8Q8Wb8JIe4H\nWkhJFK+J5NNq9TyYuuAFkWnxX/0GmCbVAQLmLTdfSM5+inqmLKqcVySZtSQdZa6m\nA9YIFjB0CJjVAHE/iGXrDDcxoF9evYT5dJsSwBhZM23VlV5GHbvuXHLIY+/aOvEH\nPs5jUP86NrSSGsjAyjQe6QxoS/vM1UaBzXb1yDtPUaJeCWoxhlcYcjNhdRVvXMoM\nv2ZkegO6SqSZyGOqzhvSPflM1wv0pW049aUPhlU=\n-----END CERTIFICATE-----\n", "ssl_ciphers": ["AES128-SHA", "AES256-SHA"], "ssl_key": "-----BEGIN PRIVATE KEY-----\nMIIJQQIBADANBgkqhkiG9w0BAQEFAASCCSswggknAgEAAoICAQDLEy7pwOYNym5t\n6c51aZcLADmhj6hk1+JFgxiQ6neD/xFVgDHbY8SphO8uMihdAREDtReTEtNJyVYP\nmWyXTqn0KF5lNb+xSg8m79SalfxDx0bdwPWAGUzWdzq8BnyqAAhd0M4kpANAVn9J\nlf0veOvbPBle324Apj3nQOm9FNgi20lqpExyk7jsvMHvZ1XKEK4Y/UY/LsBYf2d1\nIZcwprvzEjYWO2nq5veESxP0Z2NgKCHd+4S3Xho6nXYVo8tOCvc+bq/dwlenTBzm\nE5kK0V6OQLMT1LRbDfqQ2+lN6iWMV6Y4TUmRAeHy/fJIoNocP0HmYqUeGW+sxQvg\ndHPGaIV4HuO4O9exR1Iu0VG63D0xrQcU6dgb4P6H/6pzsz8buFTjePkBpQwJhPxc\n7ovsonyh7a6gGK0i/7Zi3MxVF4hOSyaQPsQT6/XNm6sTGq0WW0s+kqjkkci0EtmQ\nNRVXL2Kv9JwWePDaoiBb+BocEkvE3GQP55n3OmBPEM6S8/a/7LLQrvlucrfRCO/7\nIdlFXf5LmNqiJpmN60yYaTdItbQ8bSpJ+3MwBQYI6FGAyxVwGlLmhmqOw5XYD+uI\nRix3hzkgFBY1u24fgsXBzz+rfN4VIpiekl79nK99DAdA3f6jmtwLVr5jYnv1yX/e\ngEWwZWMK6IVGc9a4WN12bnUsoxA86wIDAQABAoICABqHZ4YG+qbLjrCSLjP9dstr\nnJvECiIeZ8Nf9GoeDz3xqOCMDjdUacEhiiN1TvuTY5ch5bIDcBHAGRuRlfOQRbiN\nO4OqSWAORjt2ckY9mMZ79oCKsCerZnPQAJ7GlCubNHyZBg0YVgpmIlvJGdnFSL6L\ns97GfnbcQNMAkmhunCu1jPo++3OuY6adpBIz5CuxESVXlQE1CNCm2Cufl0I2TfBb\nrTArU9Npl+Uy76jqhrttkrsOnBBeXTvSDTaXfrwzx4fi6tukA1JqKY5O+hvFLT6V\nKi/JhkQs59JbwDc7Auu6GY9aXWVxowRc83VUehndk6zWry5m8UVXOo14eRVu2xyS\nArAhuuuF0kfxpsg/TtKNKl1x0GaqycnrHjPllKnHrFHwhOM49adgV8GJluS4teHr\n5vqOpYLrJA2W4WD97d8AwdASFI0dC/CQvXy9tnOYyCK8ixkOVRH1jSg1352wk2Ik\nbhJkaxdVK/iLoZcD68AyXO7MnpYIjpjuWpZaTL93WJrBC7XLWBjwC2WhuIffgnwL\n+vOltPgvnDDb74+nqj/UB2MwFvjIbwQfCYTmz+8LdQe93o7Mz13JhhhBgV6PVHAx\n6OWzenTdT/yigypXD9JYMEzlda6H3OvLiajfBYRmG9W6jka+4pGU4G2VxSkWJ+FD\nhjAlFxvKNCJqZkZxo8qtAoIBAQDs5SQaF2uoD+wViapcgg5vCVHrBDs41bsTu143\np0HxIzrHMFzPq30G5sQmQpa57YbRYdIcn29nBMqDVfil96CnGqPQyrEh8AIxCzxL\nlFg1p0GpiQ2LGjjoIMaTrQ9JXS2j0W6HrX/gfjwbELZohN5mWGROduoL44zYgTyE\nJLTqFCNn2cdwimKFdzsZQGAHNOZDUi6a+8aH9qeGPiesie/8TWRTPr8RJE0Zisxr\nGhH+rz+W84zfNCiX0jY5v2SE0j2U8jW+DJhkracs8oXNEUxIXtlMDNvlV1dC8VMJ\ns5i01mGQ/cHLtGFDFDUUqmNCArGyA/YYGEgVyLq5gf2ZKkZtAoIBAQDbc81s2L0V\n5erisPf9/LcmOONjXEXd+6iFApBtr/C7dGkGQpbQeh6Lp9UsNCf6F8+Km+E8vjEp\nlNK71q1RQsmUaeiTVQrkL0eAZBT3wbStIaH14doA3Kt/qv7LShBOZ5+ng5IssUOi\ngwzuzxmjiNn9JpdxckU6MJXgtKfJYwbGwVwAaHtWBiIJZ5EKSCUDO1VDYgoQVGtR\nzWH0YMtNUCs2Uxr8mLQ/lTrAifoUdMVrlAH85YR9cP3yyZhja4/yLjTCecDqrEkn\nbYTInGPcFDTmhpWiVvnbPgYqhTlxuhGIaLsl/VoLmDeu5EUUoaE2ENA858upu97f\nYJquCXrXTFm3AoIBAAa83bIASIeXLFfQeo/3AwIVecb9b9HGAnQlOCDNGQsKvXk8\n3ubpMb0ogxuzeSYAo30BE0DNKBX+BOSHZXMS//bAwzgFC9SzRtyuPSDJL1kXUL7J\nryDttgCkLgG1QmILzGiEZGhnfuObs4nxh76hSNIQYYn5x95esnrV8iqwAJVHzVn+\nz7VbukGhioTFV/Xcg1AW3kx6LMNhOJKQ4f/+TF0YtmnHtxd9uNOpJvdE3o4n3d8l\nPjR6/0ySJgiucOV2NVovKWgmY485gS++FiAnBcxpJjULiJWVTl4RDxOPkCBUmKHP\nFdv9XWbTBE96KSiPew5dHnrA9gvokacFE3lvwmECggEAPWG/tNFO2kAsGeo8A1vb\ncqJ438Lge/23HjUgZr3OjPA7rBeWDYwK3S89jhask+RzFacSMiZUo/fPleCvK8qN\njait9//Sgw7CZiQYRVB2E/MTVS4uBw2yHoyapgv6UaPkYTuI+F1AuMUFKgrddgOC\nTa+srnuy51rNoUOGpuq+63sMG8UdsmsWvCCuzfxt9eBzsdxLSlQCjKfw3STx2Jcy\n7wgBxWOFDz/TZiVxwKUEz1lf0Pf1vgyLy4wdxrlAUxIficH6dulnsNKOUHqF5/ny\n7gP4+KZxTqSjnuMStT/BRbFdn3uk4xdZg96vf9zRtciwJkkDi19UMJDZ0xItvOjL\nMwKCAQBDH5cbHGtR1jLqyMvx9+bh1FxlqDfgeGql8tRdgnMWKodUQeaLTGRsKMuZ\nXgrtunKNXdEhBV4TMxwVIhmMto97Mo7N+e9ZdlFtQ3JXLpib7Ib5pIHFYZJxAjGU\nMX4jTpVPDCT0Q/SKPCtQg2sjP70RG1V4BJKTCuNS2XESHW1x7FakGi4ds9fXQFlt\nyyYtBwcc9effH10tWEcHPaEJz1bxYhreTBmXdPwZcskCYzhwwpx3VGNx5JtF+t3R\nzIrAe6m2t3gLm+52V6+qf3ycx7b/DXhwOO1CR06sXgDrVxsnnaJSgu3piTahhDiO\nxLpM56woME7c/OLlD0pv2mWJwKdz\n-----END PRIVATE KEY-----\n", "ssl_protocols": ["TLSv1.2", "TLSv1.3"]}, "status": {"created": "2026-03-31T20:29:36.837682Z", "running": 0, "size": 1}}, {"placement": {"count": 2, "hosts": ["vm01=a", "vm05=b"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2026-03-31T20:23:00.847156Z", "last_refresh": "2026-03-31T20:26:13.667324Z", "running": 2, "size": 2}}, {"placement": {"count": 3, "hosts": ["vm01:192.168.123.101=a", "vm05:192.168.123.105=b", "vm06:192.168.123.106=c"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2026-03-31T20:22:46.360888Z", "last_refresh": "2026-03-31T20:26:13.667377Z", "running": 3, "size": 3}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2026-03-31T20:25:35.674270Z", "last_refresh": "2026-03-31T20:26:13.667442Z", "ports": [9100], "running": 3, "size": 3}}, {"placement": {"host_pattern": "vm06"}, "service_id": "default", "service_name": "osd.default", "service_type": "osd", "spec": {"data_devices": {"paths": ["vg_nvme/lv_4"]}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2026-03-31T20:25:19.698997Z", "last_refresh": "2026-03-31T20:26:13.667411Z", "running": 3, "size": 3}}, {"events": ["2026-03-31T20:26:14.709345Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2026-03-31T20:25:36.250777Z", "last_refresh": "2026-03-31T20:26:13.667471Z", "ports": [9095], "running": 1, "size": 1}}] 2026-03-31T20:30:02.855 INFO:tasks.cephadm:mgmt-gateway has 0/1 2026-03-31T20:30:03.465 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:30:03 vm06 bash[23229]: audit 2026-03-31T20:30:01.230707+0000 mgr.a (mgr.14433) 170 : audit [DBG] from='client.14559 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-03-31T20:30:03.465 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:30:03 vm06 bash[23229]: audit 2026-03-31T20:30:01.230707+0000 mgr.a (mgr.14433) 170 : audit [DBG] from='client.14559 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-03-31T20:30:03.465 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:30:03 vm06 bash[23229]: cluster 2026-03-31T20:30:02.134747+0000 mgr.a (mgr.14433) 171 : cluster [DBG] pgmap v120: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:30:03.465 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:30:03 vm06 bash[23229]: cluster 2026-03-31T20:30:02.134747+0000 mgr.a (mgr.14433) 171 : cluster [DBG] pgmap v120: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:30:03.585 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:30:03 vm01 bash[20507]: audit 2026-03-31T20:30:01.230707+0000 mgr.a (mgr.14433) 170 : audit [DBG] from='client.14559 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-03-31T20:30:03.585 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:30:03 vm01 bash[20507]: audit 2026-03-31T20:30:01.230707+0000 mgr.a (mgr.14433) 170 : audit [DBG] from='client.14559 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-03-31T20:30:03.585 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:30:03 vm01 bash[20507]: cluster 2026-03-31T20:30:02.134747+0000 mgr.a (mgr.14433) 171 : cluster [DBG] pgmap v120: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:30:03.585 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:30:03 vm01 bash[20507]: cluster 2026-03-31T20:30:02.134747+0000 mgr.a (mgr.14433) 171 : cluster [DBG] pgmap v120: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:30:03.636 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:30:03 vm05 bash[22868]: audit 2026-03-31T20:30:01.230707+0000 mgr.a (mgr.14433) 170 : audit [DBG] from='client.14559 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-03-31T20:30:03.636 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:30:03 vm05 bash[22868]: audit 2026-03-31T20:30:01.230707+0000 mgr.a (mgr.14433) 170 : audit [DBG] from='client.14559 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-03-31T20:30:03.636 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:30:03 vm05 bash[22868]: cluster 2026-03-31T20:30:02.134747+0000 mgr.a (mgr.14433) 171 : cluster [DBG] pgmap v120: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:30:03.636 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:30:03 vm05 bash[22868]: cluster 2026-03-31T20:30:02.134747+0000 mgr.a (mgr.14433) 171 : cluster [DBG] pgmap v120: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:30:03.856 DEBUG:teuthology.orchestra.run.vm01:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:5bb3278730741031382ca9c3dc9d221a942e06a2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37 -- ceph orch ls -f json 2026-03-31T20:30:04.095 INFO:teuthology.orchestra.run.vm01.stderr:Inferring config /var/lib/ceph/2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37/mon.a/config 2026-03-31T20:30:04.425 INFO:teuthology.orchestra.run.vm01.stdout: 2026-03-31T20:30:04.425 INFO:teuthology.orchestra.run.vm01.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2026-03-31T20:25:36.062440Z", "last_refresh": "2026-03-31T20:26:21.516820Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2026-03-31T20:25:35.867601Z", "last_refresh": "2026-03-31T20:26:21.609524Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2026-03-31T20:29:59.405243Z service:mgmt-gateway [INFO] \"service was created\""], "placement": {"hosts": ["vm06"]}, "service_name": "mgmt-gateway", "service_type": "mgmt-gateway", "spec": {"enable_health_check_endpoint": true, "ssl": true, "ssl_cert": "-----BEGIN CERTIFICATE-----\nMIIE+TCCAuGgAwIBAgIUU5QM37ZN3xYkASru0NQE93pd6McwDQYJKoZIhvcNAQEL\nBQAwDDEKMAgGA1UEAwwBKjAeFw0yNjAzMzEyMDI5MzZaFw0yNjA0MzAyMDI5MzZa\nMAwxCjAIBgNVBAMMASowggIiMA0GCSqGSIb3DQEBAQUAA4ICDwAwggIKAoICAQDL\nEy7pwOYNym5t6c51aZcLADmhj6hk1+JFgxiQ6neD/xFVgDHbY8SphO8uMihdARED\ntReTEtNJyVYPmWyXTqn0KF5lNb+xSg8m79SalfxDx0bdwPWAGUzWdzq8BnyqAAhd\n0M4kpANAVn9Jlf0veOvbPBle324Apj3nQOm9FNgi20lqpExyk7jsvMHvZ1XKEK4Y\n/UY/LsBYf2d1IZcwprvzEjYWO2nq5veESxP0Z2NgKCHd+4S3Xho6nXYVo8tOCvc+\nbq/dwlenTBzmE5kK0V6OQLMT1LRbDfqQ2+lN6iWMV6Y4TUmRAeHy/fJIoNocP0Hm\nYqUeGW+sxQvgdHPGaIV4HuO4O9exR1Iu0VG63D0xrQcU6dgb4P6H/6pzsz8buFTj\nePkBpQwJhPxc7ovsonyh7a6gGK0i/7Zi3MxVF4hOSyaQPsQT6/XNm6sTGq0WW0s+\nkqjkkci0EtmQNRVXL2Kv9JwWePDaoiBb+BocEkvE3GQP55n3OmBPEM6S8/a/7LLQ\nrvlucrfRCO/7IdlFXf5LmNqiJpmN60yYaTdItbQ8bSpJ+3MwBQYI6FGAyxVwGlLm\nhmqOw5XYD+uIRix3hzkgFBY1u24fgsXBzz+rfN4VIpiekl79nK99DAdA3f6jmtwL\nVr5jYnv1yX/egEWwZWMK6IVGc9a4WN12bnUsoxA86wIDAQABo1MwUTAdBgNVHQ4E\nFgQUl+VBW8LN3PX37krTJzXew6wWEQAwHwYDVR0jBBgwFoAUl+VBW8LN3PX37krT\nJzXew6wWEQAwDwYDVR0TAQH/BAUwAwEB/zANBgkqhkiG9w0BAQsFAAOCAgEAUXZH\nOyy9jzVn7M0ZjV93n11ZHAgv6GqhvNwu3RrzFW3ftGP6rQYMHP4vPkV7LASQItsp\n4utJyoaTSh/4V2sZUteVD5/JL2glMWHSfeyLuVFjTUvVCQOxzRXK8AgFfdxoJBG+\nQeInOBGOp9/KjrteetNuIsno2XysX6Vr7cpJa4GpHRvCHtdjuoP8NyYoHyltQoI2\nTSEpShn99Koj9VYDqB0T1Rz8InuOJEwHgihpnV4Hbtcrqtz3/0i4sk+uFN9IAXGv\n0QGS+yHlVPrAMJ3gQv0F8GQaXnUqm7MUfgQoBc3ZngjYWW55g1x5MFV1sxozeavA\npCaCaWpvyFk8KF3U3Yl2TWDUdSOe4P8nFKbn0DqguVWAB+lI41deuokBiwwV2PnV\nhvw3EQPr2XnkN3lEKYQcNdtOlyToGE/R6ehdKCZv3LPVGjPs2/mpP8Q8Wb8JIe4H\nWkhJFK+J5NNq9TyYuuAFkWnxX/0GmCbVAQLmLTdfSM5+inqmLKqcVySZtSQdZa6m\nA9YIFjB0CJjVAHE/iGXrDDcxoF9evYT5dJsSwBhZM23VlV5GHbvuXHLIY+/aOvEH\nPs5jUP86NrSSGsjAyjQe6QxoS/vM1UaBzXb1yDtPUaJeCWoxhlcYcjNhdRVvXMoM\nv2ZkegO6SqSZyGOqzhvSPflM1wv0pW049aUPhlU=\n-----END CERTIFICATE-----\n", "ssl_ciphers": ["AES128-SHA", "AES256-SHA"], "ssl_key": "-----BEGIN PRIVATE KEY-----\nMIIJQQIBADANBgkqhkiG9w0BAQEFAASCCSswggknAgEAAoICAQDLEy7pwOYNym5t\n6c51aZcLADmhj6hk1+JFgxiQ6neD/xFVgDHbY8SphO8uMihdAREDtReTEtNJyVYP\nmWyXTqn0KF5lNb+xSg8m79SalfxDx0bdwPWAGUzWdzq8BnyqAAhd0M4kpANAVn9J\nlf0veOvbPBle324Apj3nQOm9FNgi20lqpExyk7jsvMHvZ1XKEK4Y/UY/LsBYf2d1\nIZcwprvzEjYWO2nq5veESxP0Z2NgKCHd+4S3Xho6nXYVo8tOCvc+bq/dwlenTBzm\nE5kK0V6OQLMT1LRbDfqQ2+lN6iWMV6Y4TUmRAeHy/fJIoNocP0HmYqUeGW+sxQvg\ndHPGaIV4HuO4O9exR1Iu0VG63D0xrQcU6dgb4P6H/6pzsz8buFTjePkBpQwJhPxc\n7ovsonyh7a6gGK0i/7Zi3MxVF4hOSyaQPsQT6/XNm6sTGq0WW0s+kqjkkci0EtmQ\nNRVXL2Kv9JwWePDaoiBb+BocEkvE3GQP55n3OmBPEM6S8/a/7LLQrvlucrfRCO/7\nIdlFXf5LmNqiJpmN60yYaTdItbQ8bSpJ+3MwBQYI6FGAyxVwGlLmhmqOw5XYD+uI\nRix3hzkgFBY1u24fgsXBzz+rfN4VIpiekl79nK99DAdA3f6jmtwLVr5jYnv1yX/e\ngEWwZWMK6IVGc9a4WN12bnUsoxA86wIDAQABAoICABqHZ4YG+qbLjrCSLjP9dstr\nnJvECiIeZ8Nf9GoeDz3xqOCMDjdUacEhiiN1TvuTY5ch5bIDcBHAGRuRlfOQRbiN\nO4OqSWAORjt2ckY9mMZ79oCKsCerZnPQAJ7GlCubNHyZBg0YVgpmIlvJGdnFSL6L\ns97GfnbcQNMAkmhunCu1jPo++3OuY6adpBIz5CuxESVXlQE1CNCm2Cufl0I2TfBb\nrTArU9Npl+Uy76jqhrttkrsOnBBeXTvSDTaXfrwzx4fi6tukA1JqKY5O+hvFLT6V\nKi/JhkQs59JbwDc7Auu6GY9aXWVxowRc83VUehndk6zWry5m8UVXOo14eRVu2xyS\nArAhuuuF0kfxpsg/TtKNKl1x0GaqycnrHjPllKnHrFHwhOM49adgV8GJluS4teHr\n5vqOpYLrJA2W4WD97d8AwdASFI0dC/CQvXy9tnOYyCK8ixkOVRH1jSg1352wk2Ik\nbhJkaxdVK/iLoZcD68AyXO7MnpYIjpjuWpZaTL93WJrBC7XLWBjwC2WhuIffgnwL\n+vOltPgvnDDb74+nqj/UB2MwFvjIbwQfCYTmz+8LdQe93o7Mz13JhhhBgV6PVHAx\n6OWzenTdT/yigypXD9JYMEzlda6H3OvLiajfBYRmG9W6jka+4pGU4G2VxSkWJ+FD\nhjAlFxvKNCJqZkZxo8qtAoIBAQDs5SQaF2uoD+wViapcgg5vCVHrBDs41bsTu143\np0HxIzrHMFzPq30G5sQmQpa57YbRYdIcn29nBMqDVfil96CnGqPQyrEh8AIxCzxL\nlFg1p0GpiQ2LGjjoIMaTrQ9JXS2j0W6HrX/gfjwbELZohN5mWGROduoL44zYgTyE\nJLTqFCNn2cdwimKFdzsZQGAHNOZDUi6a+8aH9qeGPiesie/8TWRTPr8RJE0Zisxr\nGhH+rz+W84zfNCiX0jY5v2SE0j2U8jW+DJhkracs8oXNEUxIXtlMDNvlV1dC8VMJ\ns5i01mGQ/cHLtGFDFDUUqmNCArGyA/YYGEgVyLq5gf2ZKkZtAoIBAQDbc81s2L0V\n5erisPf9/LcmOONjXEXd+6iFApBtr/C7dGkGQpbQeh6Lp9UsNCf6F8+Km+E8vjEp\nlNK71q1RQsmUaeiTVQrkL0eAZBT3wbStIaH14doA3Kt/qv7LShBOZ5+ng5IssUOi\ngwzuzxmjiNn9JpdxckU6MJXgtKfJYwbGwVwAaHtWBiIJZ5EKSCUDO1VDYgoQVGtR\nzWH0YMtNUCs2Uxr8mLQ/lTrAifoUdMVrlAH85YR9cP3yyZhja4/yLjTCecDqrEkn\nbYTInGPcFDTmhpWiVvnbPgYqhTlxuhGIaLsl/VoLmDeu5EUUoaE2ENA858upu97f\nYJquCXrXTFm3AoIBAAa83bIASIeXLFfQeo/3AwIVecb9b9HGAnQlOCDNGQsKvXk8\n3ubpMb0ogxuzeSYAo30BE0DNKBX+BOSHZXMS//bAwzgFC9SzRtyuPSDJL1kXUL7J\nryDttgCkLgG1QmILzGiEZGhnfuObs4nxh76hSNIQYYn5x95esnrV8iqwAJVHzVn+\nz7VbukGhioTFV/Xcg1AW3kx6LMNhOJKQ4f/+TF0YtmnHtxd9uNOpJvdE3o4n3d8l\nPjR6/0ySJgiucOV2NVovKWgmY485gS++FiAnBcxpJjULiJWVTl4RDxOPkCBUmKHP\nFdv9XWbTBE96KSiPew5dHnrA9gvokacFE3lvwmECggEAPWG/tNFO2kAsGeo8A1vb\ncqJ438Lge/23HjUgZr3OjPA7rBeWDYwK3S89jhask+RzFacSMiZUo/fPleCvK8qN\njait9//Sgw7CZiQYRVB2E/MTVS4uBw2yHoyapgv6UaPkYTuI+F1AuMUFKgrddgOC\nTa+srnuy51rNoUOGpuq+63sMG8UdsmsWvCCuzfxt9eBzsdxLSlQCjKfw3STx2Jcy\n7wgBxWOFDz/TZiVxwKUEz1lf0Pf1vgyLy4wdxrlAUxIficH6dulnsNKOUHqF5/ny\n7gP4+KZxTqSjnuMStT/BRbFdn3uk4xdZg96vf9zRtciwJkkDi19UMJDZ0xItvOjL\nMwKCAQBDH5cbHGtR1jLqyMvx9+bh1FxlqDfgeGql8tRdgnMWKodUQeaLTGRsKMuZ\nXgrtunKNXdEhBV4TMxwVIhmMto97Mo7N+e9ZdlFtQ3JXLpib7Ib5pIHFYZJxAjGU\nMX4jTpVPDCT0Q/SKPCtQg2sjP70RG1V4BJKTCuNS2XESHW1x7FakGi4ds9fXQFlt\nyyYtBwcc9effH10tWEcHPaEJz1bxYhreTBmXdPwZcskCYzhwwpx3VGNx5JtF+t3R\nzIrAe6m2t3gLm+52V6+qf3ycx7b/DXhwOO1CR06sXgDrVxsnnaJSgu3piTahhDiO\nxLpM56woME7c/OLlD0pv2mWJwKdz\n-----END PRIVATE KEY-----\n", "ssl_protocols": ["TLSv1.2", "TLSv1.3"]}, "status": {"created": "2026-03-31T20:29:36.837682Z", "running": 0, "size": 1}}, {"placement": {"count": 2, "hosts": ["vm01=a", "vm05=b"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2026-03-31T20:23:00.847156Z", "last_refresh": "2026-03-31T20:26:13.667324Z", "running": 2, "size": 2}}, {"placement": {"count": 3, "hosts": ["vm01:192.168.123.101=a", "vm05:192.168.123.105=b", "vm06:192.168.123.106=c"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2026-03-31T20:22:46.360888Z", "last_refresh": "2026-03-31T20:26:13.667377Z", "running": 3, "size": 3}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2026-03-31T20:25:35.674270Z", "last_refresh": "2026-03-31T20:26:13.667442Z", "ports": [9100], "running": 3, "size": 3}}, {"placement": {"host_pattern": "vm06"}, "service_id": "default", "service_name": "osd.default", "service_type": "osd", "spec": {"data_devices": {"paths": ["vg_nvme/lv_4"]}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2026-03-31T20:25:19.698997Z", "last_refresh": "2026-03-31T20:26:13.667411Z", "running": 3, "size": 3}}, {"events": ["2026-03-31T20:26:14.709345Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2026-03-31T20:25:36.250777Z", "last_refresh": "2026-03-31T20:26:13.667471Z", "ports": [9095], "running": 1, "size": 1}}] 2026-03-31T20:30:04.437 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:30:04 vm01 bash[20507]: audit 2026-03-31T20:30:02.806551+0000 mgr.a (mgr.14433) 172 : audit [DBG] from='client.14565 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-03-31T20:30:04.437 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:30:04 vm01 bash[20507]: audit 2026-03-31T20:30:02.806551+0000 mgr.a (mgr.14433) 172 : audit [DBG] from='client.14565 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-03-31T20:30:04.437 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:30:04 vm01 bash[20507]: audit 2026-03-31T20:30:03.354454+0000 mon.a (mon.0) 666 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:30:04.437 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:30:04 vm01 bash[20507]: audit 2026-03-31T20:30:03.354454+0000 mon.a (mon.0) 666 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:30:04.465 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:30:04 vm06 bash[23229]: audit 2026-03-31T20:30:02.806551+0000 mgr.a (mgr.14433) 172 : audit [DBG] from='client.14565 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-03-31T20:30:04.465 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:30:04 vm06 bash[23229]: audit 2026-03-31T20:30:02.806551+0000 mgr.a (mgr.14433) 172 : audit [DBG] from='client.14565 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-03-31T20:30:04.465 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:30:04 vm06 bash[23229]: audit 2026-03-31T20:30:03.354454+0000 mon.a (mon.0) 666 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:30:04.465 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:30:04 vm06 bash[23229]: audit 2026-03-31T20:30:03.354454+0000 mon.a (mon.0) 666 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:30:04.481 INFO:tasks.cephadm:mgmt-gateway has 0/1 2026-03-31T20:30:04.636 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:30:04 vm05 bash[22868]: audit 2026-03-31T20:30:02.806551+0000 mgr.a (mgr.14433) 172 : audit [DBG] from='client.14565 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-03-31T20:30:04.636 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:30:04 vm05 bash[22868]: audit 2026-03-31T20:30:02.806551+0000 mgr.a (mgr.14433) 172 : audit [DBG] from='client.14565 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-03-31T20:30:04.636 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:30:04 vm05 bash[22868]: audit 2026-03-31T20:30:03.354454+0000 mon.a (mon.0) 666 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:30:04.636 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:30:04 vm05 bash[22868]: audit 2026-03-31T20:30:03.354454+0000 mon.a (mon.0) 666 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:30:05.465 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:30:05 vm06 bash[23229]: cluster 2026-03-31T20:30:04.134943+0000 mgr.a (mgr.14433) 173 : cluster [DBG] pgmap v121: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:30:05.465 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:30:05 vm06 bash[23229]: cluster 2026-03-31T20:30:04.134943+0000 mgr.a (mgr.14433) 173 : cluster [DBG] pgmap v121: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:30:05.465 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:30:05 vm06 bash[23229]: audit 2026-03-31T20:30:04.487322+0000 mon.a (mon.0) 667 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:30:05.466 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:30:05 vm06 bash[23229]: audit 2026-03-31T20:30:04.487322+0000 mon.a (mon.0) 667 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:30:05.466 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:30:05 vm06 bash[23229]: audit 2026-03-31T20:30:04.491619+0000 mon.a (mon.0) 668 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:30:05.466 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:30:05 vm06 bash[23229]: audit 2026-03-31T20:30:04.491619+0000 mon.a (mon.0) 668 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:30:05.466 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:30:05 vm06 bash[23229]: audit 2026-03-31T20:30:04.492352+0000 mon.a (mon.0) 669 : audit [DBG] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-03-31T20:30:05.466 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:30:05 vm06 bash[23229]: audit 2026-03-31T20:30:04.492352+0000 mon.a (mon.0) 669 : audit [DBG] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-03-31T20:30:05.466 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:30:05 vm06 bash[23229]: audit 2026-03-31T20:30:04.492871+0000 mon.a (mon.0) 670 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-03-31T20:30:05.466 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:30:05 vm06 bash[23229]: audit 2026-03-31T20:30:04.492871+0000 mon.a (mon.0) 670 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-03-31T20:30:05.482 DEBUG:teuthology.orchestra.run.vm01:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:5bb3278730741031382ca9c3dc9d221a942e06a2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37 -- ceph orch ls -f json 2026-03-31T20:30:05.488 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:30:05 vm01 bash[20507]: cluster 2026-03-31T20:30:04.134943+0000 mgr.a (mgr.14433) 173 : cluster [DBG] pgmap v121: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:30:05.488 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:30:05 vm01 bash[20507]: cluster 2026-03-31T20:30:04.134943+0000 mgr.a (mgr.14433) 173 : cluster [DBG] pgmap v121: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:30:05.488 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:30:05 vm01 bash[20507]: audit 2026-03-31T20:30:04.487322+0000 mon.a (mon.0) 667 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:30:05.488 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:30:05 vm01 bash[20507]: audit 2026-03-31T20:30:04.487322+0000 mon.a (mon.0) 667 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:30:05.488 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:30:05 vm01 bash[20507]: audit 2026-03-31T20:30:04.491619+0000 mon.a (mon.0) 668 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:30:05.488 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:30:05 vm01 bash[20507]: audit 2026-03-31T20:30:04.491619+0000 mon.a (mon.0) 668 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:30:05.488 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:30:05 vm01 bash[20507]: audit 2026-03-31T20:30:04.492352+0000 mon.a (mon.0) 669 : audit [DBG] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-03-31T20:30:05.488 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:30:05 vm01 bash[20507]: audit 2026-03-31T20:30:04.492352+0000 mon.a (mon.0) 669 : audit [DBG] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-03-31T20:30:05.488 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:30:05 vm01 bash[20507]: audit 2026-03-31T20:30:04.492871+0000 mon.a (mon.0) 670 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-03-31T20:30:05.488 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:30:05 vm01 bash[20507]: audit 2026-03-31T20:30:04.492871+0000 mon.a (mon.0) 670 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-03-31T20:30:05.636 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:30:05 vm05 bash[22868]: cluster 2026-03-31T20:30:04.134943+0000 mgr.a (mgr.14433) 173 : cluster [DBG] pgmap v121: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:30:05.636 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:30:05 vm05 bash[22868]: cluster 2026-03-31T20:30:04.134943+0000 mgr.a (mgr.14433) 173 : cluster [DBG] pgmap v121: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:30:05.636 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:30:05 vm05 bash[22868]: audit 2026-03-31T20:30:04.487322+0000 mon.a (mon.0) 667 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:30:05.636 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:30:05 vm05 bash[22868]: audit 2026-03-31T20:30:04.487322+0000 mon.a (mon.0) 667 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:30:05.636 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:30:05 vm05 bash[22868]: audit 2026-03-31T20:30:04.491619+0000 mon.a (mon.0) 668 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:30:05.636 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:30:05 vm05 bash[22868]: audit 2026-03-31T20:30:04.491619+0000 mon.a (mon.0) 668 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:30:05.636 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:30:05 vm05 bash[22868]: audit 2026-03-31T20:30:04.492352+0000 mon.a (mon.0) 669 : audit [DBG] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-03-31T20:30:05.636 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:30:05 vm05 bash[22868]: audit 2026-03-31T20:30:04.492352+0000 mon.a (mon.0) 669 : audit [DBG] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-03-31T20:30:05.636 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:30:05 vm05 bash[22868]: audit 2026-03-31T20:30:04.492871+0000 mon.a (mon.0) 670 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-03-31T20:30:05.636 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:30:05 vm05 bash[22868]: audit 2026-03-31T20:30:04.492871+0000 mon.a (mon.0) 670 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-03-31T20:30:05.729 INFO:teuthology.orchestra.run.vm01.stderr:Inferring config /var/lib/ceph/2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37/mon.a/config 2026-03-31T20:30:06.021 INFO:teuthology.orchestra.run.vm01.stdout: 2026-03-31T20:30:06.021 INFO:teuthology.orchestra.run.vm01.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2026-03-31T20:25:36.062440Z", "last_refresh": "2026-03-31T20:30:04.482453Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2026-03-31T20:25:35.867601Z", "last_refresh": "2026-03-31T20:26:21.609524Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2026-03-31T20:29:59.405243Z service:mgmt-gateway [INFO] \"service was created\""], "placement": {"hosts": ["vm06"]}, "service_name": "mgmt-gateway", "service_type": "mgmt-gateway", "spec": {"enable_health_check_endpoint": true, "ssl": true, "ssl_cert": "-----BEGIN CERTIFICATE-----\nMIIE+TCCAuGgAwIBAgIUU5QM37ZN3xYkASru0NQE93pd6McwDQYJKoZIhvcNAQEL\nBQAwDDEKMAgGA1UEAwwBKjAeFw0yNjAzMzEyMDI5MzZaFw0yNjA0MzAyMDI5MzZa\nMAwxCjAIBgNVBAMMASowggIiMA0GCSqGSIb3DQEBAQUAA4ICDwAwggIKAoICAQDL\nEy7pwOYNym5t6c51aZcLADmhj6hk1+JFgxiQ6neD/xFVgDHbY8SphO8uMihdARED\ntReTEtNJyVYPmWyXTqn0KF5lNb+xSg8m79SalfxDx0bdwPWAGUzWdzq8BnyqAAhd\n0M4kpANAVn9Jlf0veOvbPBle324Apj3nQOm9FNgi20lqpExyk7jsvMHvZ1XKEK4Y\n/UY/LsBYf2d1IZcwprvzEjYWO2nq5veESxP0Z2NgKCHd+4S3Xho6nXYVo8tOCvc+\nbq/dwlenTBzmE5kK0V6OQLMT1LRbDfqQ2+lN6iWMV6Y4TUmRAeHy/fJIoNocP0Hm\nYqUeGW+sxQvgdHPGaIV4HuO4O9exR1Iu0VG63D0xrQcU6dgb4P6H/6pzsz8buFTj\nePkBpQwJhPxc7ovsonyh7a6gGK0i/7Zi3MxVF4hOSyaQPsQT6/XNm6sTGq0WW0s+\nkqjkkci0EtmQNRVXL2Kv9JwWePDaoiBb+BocEkvE3GQP55n3OmBPEM6S8/a/7LLQ\nrvlucrfRCO/7IdlFXf5LmNqiJpmN60yYaTdItbQ8bSpJ+3MwBQYI6FGAyxVwGlLm\nhmqOw5XYD+uIRix3hzkgFBY1u24fgsXBzz+rfN4VIpiekl79nK99DAdA3f6jmtwL\nVr5jYnv1yX/egEWwZWMK6IVGc9a4WN12bnUsoxA86wIDAQABo1MwUTAdBgNVHQ4E\nFgQUl+VBW8LN3PX37krTJzXew6wWEQAwHwYDVR0jBBgwFoAUl+VBW8LN3PX37krT\nJzXew6wWEQAwDwYDVR0TAQH/BAUwAwEB/zANBgkqhkiG9w0BAQsFAAOCAgEAUXZH\nOyy9jzVn7M0ZjV93n11ZHAgv6GqhvNwu3RrzFW3ftGP6rQYMHP4vPkV7LASQItsp\n4utJyoaTSh/4V2sZUteVD5/JL2glMWHSfeyLuVFjTUvVCQOxzRXK8AgFfdxoJBG+\nQeInOBGOp9/KjrteetNuIsno2XysX6Vr7cpJa4GpHRvCHtdjuoP8NyYoHyltQoI2\nTSEpShn99Koj9VYDqB0T1Rz8InuOJEwHgihpnV4Hbtcrqtz3/0i4sk+uFN9IAXGv\n0QGS+yHlVPrAMJ3gQv0F8GQaXnUqm7MUfgQoBc3ZngjYWW55g1x5MFV1sxozeavA\npCaCaWpvyFk8KF3U3Yl2TWDUdSOe4P8nFKbn0DqguVWAB+lI41deuokBiwwV2PnV\nhvw3EQPr2XnkN3lEKYQcNdtOlyToGE/R6ehdKCZv3LPVGjPs2/mpP8Q8Wb8JIe4H\nWkhJFK+J5NNq9TyYuuAFkWnxX/0GmCbVAQLmLTdfSM5+inqmLKqcVySZtSQdZa6m\nA9YIFjB0CJjVAHE/iGXrDDcxoF9evYT5dJsSwBhZM23VlV5GHbvuXHLIY+/aOvEH\nPs5jUP86NrSSGsjAyjQe6QxoS/vM1UaBzXb1yDtPUaJeCWoxhlcYcjNhdRVvXMoM\nv2ZkegO6SqSZyGOqzhvSPflM1wv0pW049aUPhlU=\n-----END CERTIFICATE-----\n", "ssl_ciphers": ["AES128-SHA", "AES256-SHA"], "ssl_key": "-----BEGIN PRIVATE KEY-----\nMIIJQQIBADANBgkqhkiG9w0BAQEFAASCCSswggknAgEAAoICAQDLEy7pwOYNym5t\n6c51aZcLADmhj6hk1+JFgxiQ6neD/xFVgDHbY8SphO8uMihdAREDtReTEtNJyVYP\nmWyXTqn0KF5lNb+xSg8m79SalfxDx0bdwPWAGUzWdzq8BnyqAAhd0M4kpANAVn9J\nlf0veOvbPBle324Apj3nQOm9FNgi20lqpExyk7jsvMHvZ1XKEK4Y/UY/LsBYf2d1\nIZcwprvzEjYWO2nq5veESxP0Z2NgKCHd+4S3Xho6nXYVo8tOCvc+bq/dwlenTBzm\nE5kK0V6OQLMT1LRbDfqQ2+lN6iWMV6Y4TUmRAeHy/fJIoNocP0HmYqUeGW+sxQvg\ndHPGaIV4HuO4O9exR1Iu0VG63D0xrQcU6dgb4P6H/6pzsz8buFTjePkBpQwJhPxc\n7ovsonyh7a6gGK0i/7Zi3MxVF4hOSyaQPsQT6/XNm6sTGq0WW0s+kqjkkci0EtmQ\nNRVXL2Kv9JwWePDaoiBb+BocEkvE3GQP55n3OmBPEM6S8/a/7LLQrvlucrfRCO/7\nIdlFXf5LmNqiJpmN60yYaTdItbQ8bSpJ+3MwBQYI6FGAyxVwGlLmhmqOw5XYD+uI\nRix3hzkgFBY1u24fgsXBzz+rfN4VIpiekl79nK99DAdA3f6jmtwLVr5jYnv1yX/e\ngEWwZWMK6IVGc9a4WN12bnUsoxA86wIDAQABAoICABqHZ4YG+qbLjrCSLjP9dstr\nnJvECiIeZ8Nf9GoeDz3xqOCMDjdUacEhiiN1TvuTY5ch5bIDcBHAGRuRlfOQRbiN\nO4OqSWAORjt2ckY9mMZ79oCKsCerZnPQAJ7GlCubNHyZBg0YVgpmIlvJGdnFSL6L\ns97GfnbcQNMAkmhunCu1jPo++3OuY6adpBIz5CuxESVXlQE1CNCm2Cufl0I2TfBb\nrTArU9Npl+Uy76jqhrttkrsOnBBeXTvSDTaXfrwzx4fi6tukA1JqKY5O+hvFLT6V\nKi/JhkQs59JbwDc7Auu6GY9aXWVxowRc83VUehndk6zWry5m8UVXOo14eRVu2xyS\nArAhuuuF0kfxpsg/TtKNKl1x0GaqycnrHjPllKnHrFHwhOM49adgV8GJluS4teHr\n5vqOpYLrJA2W4WD97d8AwdASFI0dC/CQvXy9tnOYyCK8ixkOVRH1jSg1352wk2Ik\nbhJkaxdVK/iLoZcD68AyXO7MnpYIjpjuWpZaTL93WJrBC7XLWBjwC2WhuIffgnwL\n+vOltPgvnDDb74+nqj/UB2MwFvjIbwQfCYTmz+8LdQe93o7Mz13JhhhBgV6PVHAx\n6OWzenTdT/yigypXD9JYMEzlda6H3OvLiajfBYRmG9W6jka+4pGU4G2VxSkWJ+FD\nhjAlFxvKNCJqZkZxo8qtAoIBAQDs5SQaF2uoD+wViapcgg5vCVHrBDs41bsTu143\np0HxIzrHMFzPq30G5sQmQpa57YbRYdIcn29nBMqDVfil96CnGqPQyrEh8AIxCzxL\nlFg1p0GpiQ2LGjjoIMaTrQ9JXS2j0W6HrX/gfjwbELZohN5mWGROduoL44zYgTyE\nJLTqFCNn2cdwimKFdzsZQGAHNOZDUi6a+8aH9qeGPiesie/8TWRTPr8RJE0Zisxr\nGhH+rz+W84zfNCiX0jY5v2SE0j2U8jW+DJhkracs8oXNEUxIXtlMDNvlV1dC8VMJ\ns5i01mGQ/cHLtGFDFDUUqmNCArGyA/YYGEgVyLq5gf2ZKkZtAoIBAQDbc81s2L0V\n5erisPf9/LcmOONjXEXd+6iFApBtr/C7dGkGQpbQeh6Lp9UsNCf6F8+Km+E8vjEp\nlNK71q1RQsmUaeiTVQrkL0eAZBT3wbStIaH14doA3Kt/qv7LShBOZ5+ng5IssUOi\ngwzuzxmjiNn9JpdxckU6MJXgtKfJYwbGwVwAaHtWBiIJZ5EKSCUDO1VDYgoQVGtR\nzWH0YMtNUCs2Uxr8mLQ/lTrAifoUdMVrlAH85YR9cP3yyZhja4/yLjTCecDqrEkn\nbYTInGPcFDTmhpWiVvnbPgYqhTlxuhGIaLsl/VoLmDeu5EUUoaE2ENA858upu97f\nYJquCXrXTFm3AoIBAAa83bIASIeXLFfQeo/3AwIVecb9b9HGAnQlOCDNGQsKvXk8\n3ubpMb0ogxuzeSYAo30BE0DNKBX+BOSHZXMS//bAwzgFC9SzRtyuPSDJL1kXUL7J\nryDttgCkLgG1QmILzGiEZGhnfuObs4nxh76hSNIQYYn5x95esnrV8iqwAJVHzVn+\nz7VbukGhioTFV/Xcg1AW3kx6LMNhOJKQ4f/+TF0YtmnHtxd9uNOpJvdE3o4n3d8l\nPjR6/0ySJgiucOV2NVovKWgmY485gS++FiAnBcxpJjULiJWVTl4RDxOPkCBUmKHP\nFdv9XWbTBE96KSiPew5dHnrA9gvokacFE3lvwmECggEAPWG/tNFO2kAsGeo8A1vb\ncqJ438Lge/23HjUgZr3OjPA7rBeWDYwK3S89jhask+RzFacSMiZUo/fPleCvK8qN\njait9//Sgw7CZiQYRVB2E/MTVS4uBw2yHoyapgv6UaPkYTuI+F1AuMUFKgrddgOC\nTa+srnuy51rNoUOGpuq+63sMG8UdsmsWvCCuzfxt9eBzsdxLSlQCjKfw3STx2Jcy\n7wgBxWOFDz/TZiVxwKUEz1lf0Pf1vgyLy4wdxrlAUxIficH6dulnsNKOUHqF5/ny\n7gP4+KZxTqSjnuMStT/BRbFdn3uk4xdZg96vf9zRtciwJkkDi19UMJDZ0xItvOjL\nMwKCAQBDH5cbHGtR1jLqyMvx9+bh1FxlqDfgeGql8tRdgnMWKodUQeaLTGRsKMuZ\nXgrtunKNXdEhBV4TMxwVIhmMto97Mo7N+e9ZdlFtQ3JXLpib7Ib5pIHFYZJxAjGU\nMX4jTpVPDCT0Q/SKPCtQg2sjP70RG1V4BJKTCuNS2XESHW1x7FakGi4ds9fXQFlt\nyyYtBwcc9effH10tWEcHPaEJz1bxYhreTBmXdPwZcskCYzhwwpx3VGNx5JtF+t3R\nzIrAe6m2t3gLm+52V6+qf3ycx7b/DXhwOO1CR06sXgDrVxsnnaJSgu3piTahhDiO\nxLpM56woME7c/OLlD0pv2mWJwKdz\n-----END PRIVATE KEY-----\n", "ssl_protocols": ["TLSv1.2", "TLSv1.3"]}, "status": {"created": "2026-03-31T20:29:36.837682Z", "last_refresh": "2026-03-31T20:30:04.482354Z", "running": 1, "size": 1}}, {"placement": {"count": 2, "hosts": ["vm01=a", "vm05=b"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2026-03-31T20:23:00.847156Z", "last_refresh": "2026-03-31T20:26:13.667324Z", "running": 2, "size": 2}}, {"placement": {"count": 3, "hosts": ["vm01:192.168.123.101=a", "vm05:192.168.123.105=b", "vm06:192.168.123.106=c"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2026-03-31T20:22:46.360888Z", "last_refresh": "2026-03-31T20:26:13.667377Z", "running": 3, "size": 3}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2026-03-31T20:25:35.674270Z", "last_refresh": "2026-03-31T20:26:13.667442Z", "ports": [9100], "running": 3, "size": 3}}, {"placement": {"host_pattern": "vm06"}, "service_id": "default", "service_name": "osd.default", "service_type": "osd", "spec": {"data_devices": {"paths": ["vg_nvme/lv_4"]}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2026-03-31T20:25:19.698997Z", "last_refresh": "2026-03-31T20:26:13.667411Z", "running": 3, "size": 3}}, {"events": ["2026-03-31T20:26:14.709345Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2026-03-31T20:25:36.250777Z", "last_refresh": "2026-03-31T20:26:13.667471Z", "ports": [9095], "running": 1, "size": 1}}] 2026-03-31T20:30:06.068 INFO:tasks.cephadm:mgmt-gateway has 1/1 2026-03-31T20:30:06.068 INFO:teuthology.run_tasks:Running task cephadm.shell... 2026-03-31T20:30:06.070 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@vm01.local 2026-03-31T20:30:06.070 DEBUG:teuthology.orchestra.run.vm01:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:5bb3278730741031382ca9c3dc9d221a942e06a2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37 -- bash -c 'set -ex 2026-03-31T20:30:06.070 DEBUG:teuthology.orchestra.run.vm01:> 2026-03-31T20:30:06.070 DEBUG:teuthology.orchestra.run.vm01:> # Function to wait for a service to be healthy and log response on error 2026-03-31T20:30:06.070 DEBUG:teuthology.orchestra.run.vm01:> wait_for_service() { 2026-03-31T20:30:06.070 DEBUG:teuthology.orchestra.run.vm01:> local name="$1" 2026-03-31T20:30:06.070 DEBUG:teuthology.orchestra.run.vm01:> local url="$2" 2026-03-31T20:30:06.070 DEBUG:teuthology.orchestra.run.vm01:> local jq_filter="$3" 2026-03-31T20:30:06.070 DEBUG:teuthology.orchestra.run.vm01:> 2026-03-31T20:30:06.071 DEBUG:teuthology.orchestra.run.vm01:> echo "Waiting for service $name to be healthy at $url..." 2026-03-31T20:30:06.071 DEBUG:teuthology.orchestra.run.vm01:> for i in {1..30}; do 2026-03-31T20:30:06.071 DEBUG:teuthology.orchestra.run.vm01:> local response 2026-03-31T20:30:06.071 DEBUG:teuthology.orchestra.run.vm01:> response=$(curl -k -s -u admin:admin "$url") 2026-03-31T20:30:06.071 DEBUG:teuthology.orchestra.run.vm01:> if echo "$response" | jq -e "$jq_filter" > /dev/null; then 2026-03-31T20:30:06.071 DEBUG:teuthology.orchestra.run.vm01:> echo "Service $name is healthy." 2026-03-31T20:30:06.071 DEBUG:teuthology.orchestra.run.vm01:> return 0 2026-03-31T20:30:06.071 DEBUG:teuthology.orchestra.run.vm01:> fi 2026-03-31T20:30:06.071 DEBUG:teuthology.orchestra.run.vm01:> echo "Attempt $i: service $name not ready yet" 2026-03-31T20:30:06.071 DEBUG:teuthology.orchestra.run.vm01:> sleep 10 2026-03-31T20:30:06.071 DEBUG:teuthology.orchestra.run.vm01:> done 2026-03-31T20:30:06.071 DEBUG:teuthology.orchestra.run.vm01:> 2026-03-31T20:30:06.071 DEBUG:teuthology.orchestra.run.vm01:> echo "Timeout waiting for $name at $url" 2026-03-31T20:30:06.071 DEBUG:teuthology.orchestra.run.vm01:> echo "Last HTTP response:" 2026-03-31T20:30:06.071 DEBUG:teuthology.orchestra.run.vm01:> echo "$response" 2026-03-31T20:30:06.071 DEBUG:teuthology.orchestra.run.vm01:> echo "jq output:" 2026-03-31T20:30:06.071 DEBUG:teuthology.orchestra.run.vm01:> echo "$response" | jq "$jq_filter" || echo "(jq parse error or no match)" 2026-03-31T20:30:06.071 DEBUG:teuthology.orchestra.run.vm01:> return 1 2026-03-31T20:30:06.071 DEBUG:teuthology.orchestra.run.vm01:> } 2026-03-31T20:30:06.071 DEBUG:teuthology.orchestra.run.vm01:> 2026-03-31T20:30:06.071 DEBUG:teuthology.orchestra.run.vm01:> # retrieve mgmt hostname and ip 2026-03-31T20:30:06.071 DEBUG:teuthology.orchestra.run.vm01:> MGMT_GTW_HOST=$(ceph orch ps --daemon-type mgmt-gateway -f json | jq -e '"'"'.[]'"'"' | jq -r '"'"'.hostname'"'"') 2026-03-31T20:30:06.071 DEBUG:teuthology.orchestra.run.vm01:> MGMT_GTW_IP=$(ceph orch host ls -f json | jq -r --arg MGMT_GTW_HOST "$MGMT_GTW_HOST" '"'"'.[] | select(.hostname==$MGMT_GTW_HOST) | .addr'"'"') 2026-03-31T20:30:06.071 DEBUG:teuthology.orchestra.run.vm01:> 2026-03-31T20:30:06.071 DEBUG:teuthology.orchestra.run.vm01:> # check mgmt-gateway health 2026-03-31T20:30:06.071 DEBUG:teuthology.orchestra.run.vm01:> curl -k -s https://${MGMT_GTW_IP}/health 2026-03-31T20:30:06.071 DEBUG:teuthology.orchestra.run.vm01:> curl -k -s https://${MGMT_GTW_IP}:29443/health 2026-03-31T20:30:06.071 DEBUG:teuthology.orchestra.run.vm01:> 2026-03-31T20:30:06.071 DEBUG:teuthology.orchestra.run.vm01:> # wait for monitoring services 2026-03-31T20:30:06.071 DEBUG:teuthology.orchestra.run.vm01:> wait_for_service "Grafana" "https://${MGMT_GTW_IP}/grafana/api/health" '"'"'.database == "ok"'"'"' || exit 1 2026-03-31T20:30:06.071 DEBUG:teuthology.orchestra.run.vm01:> wait_for_service "Prometheus" "https://${MGMT_GTW_IP}/prometheus/api/v1/status/config" '"'"'.status == "success"'"'"' || exit 1 2026-03-31T20:30:06.071 DEBUG:teuthology.orchestra.run.vm01:> wait_for_service "Alertmanager" "https://${MGMT_GTW_IP}/alertmanager/api/v2/status" '"'"'.cluster.status == "ready"'"'"' || exit 1 2026-03-31T20:30:06.071 DEBUG:teuthology.orchestra.run.vm01:> ' 2026-03-31T20:30:06.335 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:30:06 vm01 bash[20507]: audit 2026-03-31T20:30:04.424797+0000 mgr.a (mgr.14433) 174 : audit [DBG] from='client.14571 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-03-31T20:30:06.335 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:30:06 vm01 bash[20507]: audit 2026-03-31T20:30:04.424797+0000 mgr.a (mgr.14433) 174 : audit [DBG] from='client.14571 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-03-31T20:30:06.335 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:30:06 vm01 bash[20507]: cephadm 2026-03-31T20:30:04.493645+0000 mgr.a (mgr.14433) 175 : cephadm [INF] [31/Mar/2026:20:30:04] ENGINE Bus STOPPING 2026-03-31T20:30:06.335 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:30:06 vm01 bash[20507]: cephadm 2026-03-31T20:30:04.493645+0000 mgr.a (mgr.14433) 175 : cephadm [INF] [31/Mar/2026:20:30:04] ENGINE Bus STOPPING 2026-03-31T20:30:06.335 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:30:06 vm01 bash[20507]: cephadm 2026-03-31T20:30:04.746488+0000 mgr.a (mgr.14433) 176 : cephadm [INF] [31/Mar/2026:20:30:04] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('192.168.123.101', 8765)) shut down 2026-03-31T20:30:06.335 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:30:06 vm01 bash[20507]: cephadm 2026-03-31T20:30:04.746488+0000 mgr.a (mgr.14433) 176 : cephadm [INF] [31/Mar/2026:20:30:04] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('192.168.123.101', 8765)) shut down 2026-03-31T20:30:06.335 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:30:06 vm01 bash[20507]: cephadm 2026-03-31T20:30:05.059148+0000 mgr.a (mgr.14433) 177 : cephadm [INF] [31/Mar/2026:20:30:05] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('192.168.123.101', 7150)) shut down 2026-03-31T20:30:06.335 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:30:06 vm01 bash[20507]: cephadm 2026-03-31T20:30:05.059148+0000 mgr.a (mgr.14433) 177 : cephadm [INF] [31/Mar/2026:20:30:05] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('192.168.123.101', 7150)) shut down 2026-03-31T20:30:06.335 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:30:06 vm01 bash[20507]: cephadm 2026-03-31T20:30:05.059182+0000 mgr.a (mgr.14433) 178 : cephadm [INF] [31/Mar/2026:20:30:05] ENGINE Bus STOPPED 2026-03-31T20:30:06.335 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:30:06 vm01 bash[20507]: cephadm 2026-03-31T20:30:05.059182+0000 mgr.a (mgr.14433) 178 : cephadm [INF] [31/Mar/2026:20:30:05] ENGINE Bus STOPPED 2026-03-31T20:30:06.336 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:30:06 vm01 bash[20507]: audit 2026-03-31T20:30:05.724268+0000 mon.a (mon.0) 671 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:30:06.336 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:30:06 vm01 bash[20507]: audit 2026-03-31T20:30:05.724268+0000 mon.a (mon.0) 671 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:30:06.336 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:30:06 vm01 bash[20507]: audit 2026-03-31T20:30:05.727405+0000 mon.a (mon.0) 672 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:30:06.336 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:30:06 vm01 bash[20507]: audit 2026-03-31T20:30:05.727405+0000 mon.a (mon.0) 672 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:30:06.349 INFO:teuthology.orchestra.run.vm01.stderr:Inferring config /var/lib/ceph/2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37/mon.a/config 2026-03-31T20:30:06.465 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:30:06 vm06 bash[23229]: audit 2026-03-31T20:30:04.424797+0000 mgr.a (mgr.14433) 174 : audit [DBG] from='client.14571 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-03-31T20:30:06.465 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:30:06 vm06 bash[23229]: audit 2026-03-31T20:30:04.424797+0000 mgr.a (mgr.14433) 174 : audit [DBG] from='client.14571 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-03-31T20:30:06.465 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:30:06 vm06 bash[23229]: cephadm 2026-03-31T20:30:04.493645+0000 mgr.a (mgr.14433) 175 : cephadm [INF] [31/Mar/2026:20:30:04] ENGINE Bus STOPPING 2026-03-31T20:30:06.465 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:30:06 vm06 bash[23229]: cephadm 2026-03-31T20:30:04.493645+0000 mgr.a (mgr.14433) 175 : cephadm [INF] [31/Mar/2026:20:30:04] ENGINE Bus STOPPING 2026-03-31T20:30:06.465 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:30:06 vm06 bash[23229]: cephadm 2026-03-31T20:30:04.746488+0000 mgr.a (mgr.14433) 176 : cephadm [INF] [31/Mar/2026:20:30:04] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('192.168.123.101', 8765)) shut down 2026-03-31T20:30:06.465 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:30:06 vm06 bash[23229]: cephadm 2026-03-31T20:30:04.746488+0000 mgr.a (mgr.14433) 176 : cephadm [INF] [31/Mar/2026:20:30:04] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('192.168.123.101', 8765)) shut down 2026-03-31T20:30:06.465 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:30:06 vm06 bash[23229]: cephadm 2026-03-31T20:30:05.059148+0000 mgr.a (mgr.14433) 177 : cephadm [INF] [31/Mar/2026:20:30:05] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('192.168.123.101', 7150)) shut down 2026-03-31T20:30:06.465 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:30:06 vm06 bash[23229]: cephadm 2026-03-31T20:30:05.059148+0000 mgr.a (mgr.14433) 177 : cephadm [INF] [31/Mar/2026:20:30:05] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('192.168.123.101', 7150)) shut down 2026-03-31T20:30:06.465 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:30:06 vm06 bash[23229]: cephadm 2026-03-31T20:30:05.059182+0000 mgr.a (mgr.14433) 178 : cephadm [INF] [31/Mar/2026:20:30:05] ENGINE Bus STOPPED 2026-03-31T20:30:06.465 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:30:06 vm06 bash[23229]: cephadm 2026-03-31T20:30:05.059182+0000 mgr.a (mgr.14433) 178 : cephadm [INF] [31/Mar/2026:20:30:05] ENGINE Bus STOPPED 2026-03-31T20:30:06.465 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:30:06 vm06 bash[23229]: audit 2026-03-31T20:30:05.724268+0000 mon.a (mon.0) 671 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:30:06.465 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:30:06 vm06 bash[23229]: audit 2026-03-31T20:30:05.724268+0000 mon.a (mon.0) 671 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:30:06.465 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:30:06 vm06 bash[23229]: audit 2026-03-31T20:30:05.727405+0000 mon.a (mon.0) 672 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:30:06.465 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:30:06 vm06 bash[23229]: audit 2026-03-31T20:30:05.727405+0000 mon.a (mon.0) 672 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:30:06.476 INFO:teuthology.orchestra.run.vm01.stderr:++ ceph orch ps --daemon-type mgmt-gateway -f json 2026-03-31T20:30:06.476 INFO:teuthology.orchestra.run.vm01.stderr:++ jq -e '.[]' 2026-03-31T20:30:06.476 INFO:teuthology.orchestra.run.vm01.stderr:++ jq -r .hostname 2026-03-31T20:30:06.636 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:30:06 vm05 bash[22868]: audit 2026-03-31T20:30:04.424797+0000 mgr.a (mgr.14433) 174 : audit [DBG] from='client.14571 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-03-31T20:30:06.636 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:30:06 vm05 bash[22868]: audit 2026-03-31T20:30:04.424797+0000 mgr.a (mgr.14433) 174 : audit [DBG] from='client.14571 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-03-31T20:30:06.636 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:30:06 vm05 bash[22868]: cephadm 2026-03-31T20:30:04.493645+0000 mgr.a (mgr.14433) 175 : cephadm [INF] [31/Mar/2026:20:30:04] ENGINE Bus STOPPING 2026-03-31T20:30:06.636 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:30:06 vm05 bash[22868]: cephadm 2026-03-31T20:30:04.493645+0000 mgr.a (mgr.14433) 175 : cephadm [INF] [31/Mar/2026:20:30:04] ENGINE Bus STOPPING 2026-03-31T20:30:06.636 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:30:06 vm05 bash[22868]: cephadm 2026-03-31T20:30:04.746488+0000 mgr.a (mgr.14433) 176 : cephadm [INF] [31/Mar/2026:20:30:04] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('192.168.123.101', 8765)) shut down 2026-03-31T20:30:06.636 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:30:06 vm05 bash[22868]: cephadm 2026-03-31T20:30:04.746488+0000 mgr.a (mgr.14433) 176 : cephadm [INF] [31/Mar/2026:20:30:04] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('192.168.123.101', 8765)) shut down 2026-03-31T20:30:06.636 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:30:06 vm05 bash[22868]: cephadm 2026-03-31T20:30:05.059148+0000 mgr.a (mgr.14433) 177 : cephadm [INF] [31/Mar/2026:20:30:05] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('192.168.123.101', 7150)) shut down 2026-03-31T20:30:06.636 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:30:06 vm05 bash[22868]: cephadm 2026-03-31T20:30:05.059148+0000 mgr.a (mgr.14433) 177 : cephadm [INF] [31/Mar/2026:20:30:05] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('192.168.123.101', 7150)) shut down 2026-03-31T20:30:06.636 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:30:06 vm05 bash[22868]: cephadm 2026-03-31T20:30:05.059182+0000 mgr.a (mgr.14433) 178 : cephadm [INF] [31/Mar/2026:20:30:05] ENGINE Bus STOPPED 2026-03-31T20:30:06.636 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:30:06 vm05 bash[22868]: cephadm 2026-03-31T20:30:05.059182+0000 mgr.a (mgr.14433) 178 : cephadm [INF] [31/Mar/2026:20:30:05] ENGINE Bus STOPPED 2026-03-31T20:30:06.636 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:30:06 vm05 bash[22868]: audit 2026-03-31T20:30:05.724268+0000 mon.a (mon.0) 671 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:30:06.636 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:30:06 vm05 bash[22868]: audit 2026-03-31T20:30:05.724268+0000 mon.a (mon.0) 671 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:30:06.636 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:30:06 vm05 bash[22868]: audit 2026-03-31T20:30:05.727405+0000 mon.a (mon.0) 672 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:30:06.636 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:30:06 vm05 bash[22868]: audit 2026-03-31T20:30:05.727405+0000 mon.a (mon.0) 672 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:30:06.665 INFO:teuthology.orchestra.run.vm01.stderr:+ MGMT_GTW_HOST=vm06 2026-03-31T20:30:06.666 INFO:teuthology.orchestra.run.vm01.stderr:++ ceph orch host ls -f json 2026-03-31T20:30:06.666 INFO:teuthology.orchestra.run.vm01.stderr:++ jq -r --arg MGMT_GTW_HOST vm06 '.[] | select(.hostname==$MGMT_GTW_HOST) | .addr' 2026-03-31T20:30:06.856 INFO:teuthology.orchestra.run.vm01.stderr:+ MGMT_GTW_IP=192.168.123.106 2026-03-31T20:30:06.856 INFO:teuthology.orchestra.run.vm01.stderr:+ curl -k -s https://192.168.123.106/health 2026-03-31T20:30:06.866 INFO:teuthology.orchestra.run.vm01.stderr:+ curl -k -s https://192.168.123.106:29443/health 2026-03-31T20:30:06.876 INFO:teuthology.orchestra.run.vm01.stdout:OK 2026-03-31T20:30:06.876 INFO:teuthology.orchestra.run.vm01.stdout:400 No required SSL certificate was sent 2026-03-31T20:30:06.876 INFO:teuthology.orchestra.run.vm01.stdout: 2026-03-31T20:30:06.876 INFO:teuthology.orchestra.run.vm01.stdout:

400 Bad Request

2026-03-31T20:30:06.876 INFO:teuthology.orchestra.run.vm01.stdout:
No required SSL certificate was sent
2026-03-31T20:30:06.876 INFO:teuthology.orchestra.run.vm01.stdout:
nginx/1.26.1
2026-03-31T20:30:06.876 INFO:teuthology.orchestra.run.vm01.stdout: 2026-03-31T20:30:06.876 INFO:teuthology.orchestra.run.vm01.stdout: 2026-03-31T20:30:06.876 INFO:teuthology.orchestra.run.vm01.stdout:Waiting for service Grafana to be healthy at https://192.168.123.106/grafana/api/health... 2026-03-31T20:30:06.876 INFO:teuthology.orchestra.run.vm01.stderr:+ wait_for_service Grafana https://192.168.123.106/grafana/api/health '.database == "ok"' 2026-03-31T20:30:06.876 INFO:teuthology.orchestra.run.vm01.stderr:+ local name=Grafana 2026-03-31T20:30:06.877 INFO:teuthology.orchestra.run.vm01.stderr:+ local url=https://192.168.123.106/grafana/api/health 2026-03-31T20:30:06.877 INFO:teuthology.orchestra.run.vm01.stderr:+ local 'jq_filter=.database == "ok"' 2026-03-31T20:30:06.877 INFO:teuthology.orchestra.run.vm01.stderr:+ echo 'Waiting for service Grafana to be healthy at https://192.168.123.106/grafana/api/health...' 2026-03-31T20:30:06.877 INFO:teuthology.orchestra.run.vm01.stderr:+ for i in {1..30} 2026-03-31T20:30:06.877 INFO:teuthology.orchestra.run.vm01.stderr:+ local response 2026-03-31T20:30:06.877 INFO:teuthology.orchestra.run.vm01.stderr:++ curl -k -s -u admin:admin https://192.168.123.106/grafana/api/health 2026-03-31T20:30:06.904 INFO:teuthology.orchestra.run.vm01.stderr:+ response=' 2026-03-31T20:30:06.904 INFO:teuthology.orchestra.run.vm01.stderr: 2026-03-31T20:30:06.904 INFO:teuthology.orchestra.run.vm01.stderr: 2026-03-31T20:30:06.904 INFO:teuthology.orchestra.run.vm01.stderr: 2026-03-31T20:30:06.904 INFO:teuthology.orchestra.run.vm01.stderr: 2026-03-31T20:30:06.904 INFO:teuthology.orchestra.run.vm01.stderr: 2026-03-31T20:30:06.904 INFO:teuthology.orchestra.run.vm01.stderr: 2026-03-31T20:30:06.904 INFO:teuthology.orchestra.run.vm01.stderr: 2026-03-31T20:30:06.904 INFO:teuthology.orchestra.run.vm01.stderr: 2026-03-31T20:30:06.904 INFO:teuthology.orchestra.run.vm01.stderr: Grafana 2026-03-31T20:30:06.904 INFO:teuthology.orchestra.run.vm01.stderr: 2026-03-31T20:30:06.904 INFO:teuthology.orchestra.run.vm01.stderr: 2026-03-31T20:30:06.904 INFO:teuthology.orchestra.run.vm01.stderr: 2026-03-31T20:30:06.904 INFO:teuthology.orchestra.run.vm01.stderr: 2026-03-31T20:30:06.904 INFO:teuthology.orchestra.run.vm01.stderr: 2026-03-31T20:30:06.904 INFO:teuthology.orchestra.run.vm01.stderr: 2026-03-31T20:30:06.905 INFO:teuthology.orchestra.run.vm01.stderr: 2026-03-31T20:30:06.905 INFO:teuthology.orchestra.run.vm01.stderr: 2026-03-31T20:30:06.905 INFO:teuthology.orchestra.run.vm01.stderr: 2026-03-31T20:30:06.905 INFO:teuthology.orchestra.run.vm01.stderr: 2026-03-31T20:30:06.905 INFO:teuthology.orchestra.run.vm01.stderr: 2026-03-31T20:30:06.905 INFO:teuthology.orchestra.run.vm01.stderr: 2026-03-31T20:30:06.905 INFO:teuthology.orchestra.run.vm01.stderr: 2026-03-31T20:30:06.905 INFO:teuthology.orchestra.run.vm01.stderr: 2026-03-31T20:30:06.905 INFO:teuthology.orchestra.run.vm01.stderr: 2026-03-31T20:30:06.905 INFO:teuthology.orchestra.run.vm01.stderr: 2026-03-31T20:30:06.905 INFO:teuthology.orchestra.run.vm01.stderr: 2026-03-31T20:30:06.905 INFO:teuthology.orchestra.run.vm01.stderr: 2026-03-31T20:30:06.905 INFO:teuthology.orchestra.run.vm01.stderr: 2026-03-31T20:30:06.905 INFO:teuthology.orchestra.run.vm01.stderr: 2026-03-31T20:30:06.905 INFO:teuthology.orchestra.run.vm01.stderr: 2026-03-31T20:30:06.905 INFO:teuthology.orchestra.run.vm01.stderr: 2026-03-31T20:30:06.905 INFO:teuthology.orchestra.run.vm01.stderr: 2026-03-31T20:30:06.905 INFO:teuthology.orchestra.run.vm01.stderr: 2026-03-31T20:30:06.905 INFO:teuthology.orchestra.run.vm01.stderr: 2026-03-31T20:30:06.905 INFO:teuthology.orchestra.run.vm01.stderr: 2026-03-31T20:30:06.905 INFO:teuthology.orchestra.run.vm01.stderr: 2026-03-31T20:30:06.908 INFO:teuthology.orchestra.run.vm01.stderr: 2026-03-31T20:30:06.908 INFO:teuthology.orchestra.run.vm01.stderr:
2026-03-31T20:30:06.908 INFO:teuthology.orchestra.run.vm01.stderr:
2026-03-31T20:30:06.908 INFO:teuthology.orchestra.run.vm01.stderr:
2026-03-31T20:30:06.908 INFO:teuthology.orchestra.run.vm01.stderr: 2026-03-31T20:30:06.908 INFO:teuthology.orchestra.run.vm01.stderr:
2026-03-31T20:30:06.908 INFO:teuthology.orchestra.run.vm01.stderr:
2026-03-31T20:30:06.908 INFO:teuthology.orchestra.run.vm01.stderr:
2026-03-31T20:30:06.908 INFO:teuthology.orchestra.run.vm01.stderr:
2026-03-31T20:30:06.908 INFO:teuthology.orchestra.run.vm01.stderr:

If you'\''re seeing this Grafana has failed to load its application files

2026-03-31T20:30:06.908 INFO:teuthology.orchestra.run.vm01.stderr:
    2026-03-31T20:30:06.908 INFO:teuthology.orchestra.run.vm01.stderr:
  1. This could be caused by your reverse proxy settings.
  2. 2026-03-31T20:30:06.908 INFO:teuthology.orchestra.run.vm01.stderr:
  3. If you host grafana under a subpath make sure your grafana.ini root_url setting 2026-03-31T20:30:06.908 INFO:teuthology.orchestra.run.vm01.stderr: includes subpath. If not using a reverse proxy make sure to set serve_from_sub_path to true.
  4. 2026-03-31T20:30:06.908 INFO:teuthology.orchestra.run.vm01.stderr:
  5. If you have a local dev build make sure you build frontend using: yarn start, or 2026-03-31T20:30:06.908 INFO:teuthology.orchestra.run.vm01.stderr: yarn build.
  6. 2026-03-31T20:30:06.908 INFO:teuthology.orchestra.run.vm01.stderr:
  7. Sometimes restarting grafana-server can help.
  8. 2026-03-31T20:30:06.908 INFO:teuthology.orchestra.run.vm01.stderr:
  9. Check if you are using a non-supported browser. For more information, refer to the list of 2026-03-31T20:30:06.908 INFO:teuthology.orchestra.run.vm01.stderr: 2026-03-31T20:30:06.908 INFO:teuthology.orchestra.run.vm01.stderr: supported browsers .
  10. 2026-03-31T20:30:06.908 INFO:teuthology.orchestra.run.vm01.stderr:
2026-03-31T20:30:06.908 INFO:teuthology.orchestra.run.vm01.stderr:
2026-03-31T20:30:06.908 INFO:teuthology.orchestra.run.vm01.stderr:
2026-03-31T20:30:06.908 INFO:teuthology.orchestra.run.vm01.stderr: 2026-03-31T20:30:06.909 INFO:teuthology.orchestra.run.vm01.stderr:
2026-03-31T20:30:06.909 INFO:teuthology.orchestra.run.vm01.stderr: 2026-03-31T20:30:06.909 INFO:teuthology.orchestra.run.vm01.stderr:
2026-03-31T20:30:06.909 INFO:teuthology.orchestra.run.vm01.stderr: 2026-03-31T20:30:06.909 INFO:teuthology.orchestra.run.vm01.stderr: 2026-03-31T20:30:06.910 INFO:teuthology.orchestra.run.vm01.stderr: 2026-03-31T20:30:06.910 INFO:teuthology.orchestra.run.vm01.stderr: 2026-03-31T20:30:06.910 INFO:teuthology.orchestra.run.vm01.stderr: 2026-03-31T20:30:06.910 INFO:teuthology.orchestra.run.vm01.stderr: 2026-03-31T20:30:06.910 INFO:teuthology.orchestra.run.vm01.stderr: 2026-03-31T20:30:06.910 INFO:teuthology.orchestra.run.vm01.stderr: 2026-03-31T20:30:06.910 INFO:teuthology.orchestra.run.vm01.stderr: 2026-03-31T20:30:06.910 INFO:teuthology.orchestra.run.vm01.stderr: 2026-03-31T20:30:06.910 INFO:teuthology.orchestra.run.vm01.stderr: 2026-03-31T20:30:06.910 INFO:teuthology.orchestra.run.vm01.stderr: 2026-03-31T20:30:06.910 INFO:teuthology.orchestra.run.vm01.stderr: 2026-03-31T20:30:06.910 INFO:teuthology.orchestra.run.vm01.stderr: 2026-03-31T20:30:06.910 INFO:teuthology.orchestra.run.vm01.stderr: 2026-03-31T20:30:06.910 INFO:teuthology.orchestra.run.vm01.stderr: 2026-03-31T20:30:06.911 INFO:teuthology.orchestra.run.vm01.stderr: 2026-03-31T20:30:06.911 INFO:teuthology.orchestra.run.vm01.stderr: 2026-03-31T20:30:06.911 INFO:teuthology.orchestra.run.vm01.stderr: 2026-03-31T20:30:06.911 INFO:teuthology.orchestra.run.vm01.stderr: 2026-03-31T20:30:06.911 INFO:teuthology.orchestra.run.vm01.stderr: 2026-03-31T20:30:06.911 INFO:teuthology.orchestra.run.vm01.stderr: 2026-03-31T20:30:06.911 INFO:teuthology.orchestra.run.vm01.stderr: 2026-03-31T20:30:06.911 INFO:teuthology.orchestra.run.vm01.stderr: 2026-03-31T20:30:06.911 INFO:teuthology.orchestra.run.vm01.stderr: 2026-03-31T20:30:06.911 INFO:teuthology.orchestra.run.vm01.stderr:' 2026-03-31T20:30:06.911 INFO:teuthology.orchestra.run.vm01.stderr:+ jq -e '.database == "ok"' 2026-03-31T20:30:06.911 INFO:teuthology.orchestra.run.vm01.stderr:+ echo ' 2026-03-31T20:30:06.911 INFO:teuthology.orchestra.run.vm01.stderr: 2026-03-31T20:30:06.911 INFO:teuthology.orchestra.run.vm01.stderr: 2026-03-31T20:30:06.911 INFO:teuthology.orchestra.run.vm01.stderr: 2026-03-31T20:30:06.911 INFO:teuthology.orchestra.run.vm01.stderr: 2026-03-31T20:30:06.911 INFO:teuthology.orchestra.run.vm01.stderr: 2026-03-31T20:30:06.912 INFO:teuthology.orchestra.run.vm01.stderr: 2026-03-31T20:30:06.912 INFO:teuthology.orchestra.run.vm01.stderr: 2026-03-31T20:30:06.912 INFO:teuthology.orchestra.run.vm01.stderr: 2026-03-31T20:30:06.912 INFO:teuthology.orchestra.run.vm01.stderr: Grafana 2026-03-31T20:30:06.912 INFO:teuthology.orchestra.run.vm01.stderr: 2026-03-31T20:30:06.912 INFO:teuthology.orchestra.run.vm01.stderr: 2026-03-31T20:30:06.912 INFO:teuthology.orchestra.run.vm01.stderr: 2026-03-31T20:30:06.912 INFO:teuthology.orchestra.run.vm01.stderr: 2026-03-31T20:30:06.912 INFO:teuthology.orchestra.run.vm01.stderr: 2026-03-31T20:30:06.912 INFO:teuthology.orchestra.run.vm01.stderr: 2026-03-31T20:30:06.912 INFO:teuthology.orchestra.run.vm01.stderr: 2026-03-31T20:30:06.912 INFO:teuthology.orchestra.run.vm01.stderr: 2026-03-31T20:30:06.912 INFO:teuthology.orchestra.run.vm01.stderr: 2026-03-31T20:30:06.912 INFO:teuthology.orchestra.run.vm01.stderr: 2026-03-31T20:30:06.912 INFO:teuthology.orchestra.run.vm01.stderr: 2026-03-31T20:30:06.912 INFO:teuthology.orchestra.run.vm01.stderr: 2026-03-31T20:30:06.912 INFO:teuthology.orchestra.run.vm01.stderr: 2026-03-31T20:30:06.912 INFO:teuthology.orchestra.run.vm01.stderr: 2026-03-31T20:30:06.912 INFO:teuthology.orchestra.run.vm01.stderr: 2026-03-31T20:30:06.912 INFO:teuthology.orchestra.run.vm01.stderr: 2026-03-31T20:30:06.912 INFO:teuthology.orchestra.run.vm01.stderr: 2026-03-31T20:30:06.912 INFO:teuthology.orchestra.run.vm01.stderr: 2026-03-31T20:30:06.912 INFO:teuthology.orchestra.run.vm01.stderr: 2026-03-31T20:30:06.912 INFO:teuthology.orchestra.run.vm01.stderr: 2026-03-31T20:30:06.912 INFO:teuthology.orchestra.run.vm01.stderr: 2026-03-31T20:30:06.912 INFO:teuthology.orchestra.run.vm01.stderr: 2026-03-31T20:30:06.912 INFO:teuthology.orchestra.run.vm01.stderr: 2026-03-31T20:30:06.912 INFO:teuthology.orchestra.run.vm01.stderr: 2026-03-31T20:30:06.912 INFO:teuthology.orchestra.run.vm01.stderr: 2026-03-31T20:30:06.912 INFO:teuthology.orchestra.run.vm01.stderr: 2026-03-31T20:30:06.912 INFO:teuthology.orchestra.run.vm01.stderr: 2026-03-31T20:30:06.915 INFO:teuthology.orchestra.run.vm01.stderr: 2026-03-31T20:30:06.915 INFO:teuthology.orchestra.run.vm01.stderr:
2026-03-31T20:30:06.915 INFO:teuthology.orchestra.run.vm01.stderr:
2026-03-31T20:30:06.915 INFO:teuthology.orchestra.run.vm01.stderr:
2026-03-31T20:30:06.915 INFO:teuthology.orchestra.run.vm01.stderr: 2026-03-31T20:30:06.915 INFO:teuthology.orchestra.run.vm01.stderr:
2026-03-31T20:30:06.915 INFO:teuthology.orchestra.run.vm01.stderr:
2026-03-31T20:30:06.915 INFO:teuthology.orchestra.run.vm01.stderr:
2026-03-31T20:30:06.915 INFO:teuthology.orchestra.run.vm01.stderr:
2026-03-31T20:30:06.915 INFO:teuthology.orchestra.run.vm01.stderr:

If you'\''re seeing this Grafana has failed to load its application files

2026-03-31T20:30:06.915 INFO:teuthology.orchestra.run.vm01.stderr:
    2026-03-31T20:30:06.915 INFO:teuthology.orchestra.run.vm01.stderr:
  1. This could be caused by your reverse proxy settings.
  2. 2026-03-31T20:30:06.915 INFO:teuthology.orchestra.run.vm01.stderr:
  3. If you host grafana under a subpath make sure your grafana.ini root_url setting 2026-03-31T20:30:06.915 INFO:teuthology.orchestra.run.vm01.stderr: includes subpath. If not using a reverse proxy make sure to set serve_from_sub_path to true.
  4. 2026-03-31T20:30:06.915 INFO:teuthology.orchestra.run.vm01.stderr:
  5. If you have a local dev build make sure you build frontend using: yarn start, or 2026-03-31T20:30:06.915 INFO:teuthology.orchestra.run.vm01.stderr: yarn build.
  6. 2026-03-31T20:30:06.915 INFO:teuthology.orchestra.run.vm01.stderr:
  7. Sometimes restarting grafana-server can help.
  8. 2026-03-31T20:30:06.915 INFO:teuthology.orchestra.run.vm01.stderr:
  9. Check if you are using a non-supported browser. For more information, refer to the list of 2026-03-31T20:30:06.915 INFO:teuthology.orchestra.run.vm01.stderr: 2026-03-31T20:30:06.915 INFO:teuthology.orchestra.run.vm01.stderr: supported browsers .
  10. 2026-03-31T20:30:06.915 INFO:teuthology.orchestra.run.vm01.stderr:
2026-03-31T20:30:06.915 INFO:teuthology.orchestra.run.vm01.stderr:
2026-03-31T20:30:06.915 INFO:teuthology.orchestra.run.vm01.stderr:
2026-03-31T20:30:06.915 INFO:teuthology.orchestra.run.vm01.stderr: 2026-03-31T20:30:06.916 INFO:teuthology.orchestra.run.vm01.stderr:
2026-03-31T20:30:06.916 INFO:teuthology.orchestra.run.vm01.stderr: 2026-03-31T20:30:06.916 INFO:teuthology.orchestra.run.vm01.stderr:
2026-03-31T20:30:06.916 INFO:teuthology.orchestra.run.vm01.stderr: 2026-03-31T20:30:06.916 INFO:teuthology.orchestra.run.vm01.stderr: 2026-03-31T20:30:06.917 INFO:teuthology.orchestra.run.vm01.stderr: 2026-03-31T20:30:06.917 INFO:teuthology.orchestra.run.vm01.stderr: 2026-03-31T20:30:06.917 INFO:teuthology.orchestra.run.vm01.stderr: 2026-03-31T20:30:06.917 INFO:teuthology.orchestra.run.vm01.stderr: 2026-03-31T20:30:06.917 INFO:teuthology.orchestra.run.vm01.stderr: 2026-03-31T20:30:06.917 INFO:teuthology.orchestra.run.vm01.stderr: 2026-03-31T20:30:06.917 INFO:teuthology.orchestra.run.vm01.stderr: 2026-03-31T20:30:06.917 INFO:teuthology.orchestra.run.vm01.stderr: 2026-03-31T20:30:06.917 INFO:teuthology.orchestra.run.vm01.stderr: 2026-03-31T20:30:06.917 INFO:teuthology.orchestra.run.vm01.stderr: 2026-03-31T20:30:06.917 INFO:teuthology.orchestra.run.vm01.stderr: 2026-03-31T20:30:06.917 INFO:teuthology.orchestra.run.vm01.stderr: 2026-03-31T20:30:06.917 INFO:teuthology.orchestra.run.vm01.stderr: 2026-03-31T20:30:06.917 INFO:teuthology.orchestra.run.vm01.stderr: 2026-03-31T20:30:06.917 INFO:teuthology.orchestra.run.vm01.stderr: 2026-03-31T20:30:06.917 INFO:teuthology.orchestra.run.vm01.stderr: 2026-03-31T20:30:06.917 INFO:teuthology.orchestra.run.vm01.stderr: 2026-03-31T20:30:06.917 INFO:teuthology.orchestra.run.vm01.stderr: 2026-03-31T20:30:06.917 INFO:teuthology.orchestra.run.vm01.stderr: 2026-03-31T20:30:06.917 INFO:teuthology.orchestra.run.vm01.stderr: 2026-03-31T20:30:06.917 INFO:teuthology.orchestra.run.vm01.stderr: 2026-03-31T20:30:06.917 INFO:teuthology.orchestra.run.vm01.stderr: 2026-03-31T20:30:06.917 INFO:teuthology.orchestra.run.vm01.stderr: 2026-03-31T20:30:06.917 INFO:teuthology.orchestra.run.vm01.stderr:' 2026-03-31T20:30:06.917 INFO:teuthology.orchestra.run.vm01.stderr:parse error: Invalid numeric literal at line 1, column 10 2026-03-31T20:30:06.918 INFO:teuthology.orchestra.run.vm01.stderr:+ echo 'Attempt 1: service Grafana not ready yet' 2026-03-31T20:30:06.918 INFO:teuthology.orchestra.run.vm01.stderr:+ sleep 10 2026-03-31T20:30:06.918 INFO:teuthology.orchestra.run.vm01.stdout:Attempt 1: service Grafana not ready yet 2026-03-31T20:30:07.451 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:30:07 vm01 bash[20507]: audit 2026-03-31T20:30:06.020341+0000 mgr.a (mgr.14433) 179 : audit [DBG] from='client.14577 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-03-31T20:30:07.451 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:30:07 vm01 bash[20507]: audit 2026-03-31T20:30:06.020341+0000 mgr.a (mgr.14433) 179 : audit [DBG] from='client.14577 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-03-31T20:30:07.451 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:30:07 vm01 bash[20507]: cluster 2026-03-31T20:30:06.135153+0000 mgr.a (mgr.14433) 180 : cluster [DBG] pgmap v122: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:30:07.451 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:30:07 vm01 bash[20507]: cluster 2026-03-31T20:30:06.135153+0000 mgr.a (mgr.14433) 180 : cluster [DBG] pgmap v122: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:30:07.451 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:30:07 vm01 bash[20507]: audit 2026-03-31T20:30:06.722192+0000 mon.a (mon.0) 673 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:30:07.451 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:30:07 vm01 bash[20507]: audit 2026-03-31T20:30:06.722192+0000 mon.a (mon.0) 673 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:30:07.451 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:30:07 vm01 bash[20507]: audit 2026-03-31T20:30:06.723647+0000 mon.a (mon.0) 674 : audit [DBG] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-03-31T20:30:07.451 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:30:07 vm01 bash[20507]: audit 2026-03-31T20:30:06.723647+0000 mon.a (mon.0) 674 : audit [DBG] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-03-31T20:30:07.451 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:30:07 vm01 bash[20507]: audit 2026-03-31T20:30:06.937249+0000 mon.a (mon.0) 675 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"} : dispatch 2026-03-31T20:30:07.451 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:30:07 vm01 bash[20507]: audit 2026-03-31T20:30:06.937249+0000 mon.a (mon.0) 675 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"} : dispatch 2026-03-31T20:30:07.465 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:30:07 vm06 bash[23229]: audit 2026-03-31T20:30:06.020341+0000 mgr.a (mgr.14433) 179 : audit [DBG] from='client.14577 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-03-31T20:30:07.465 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:30:07 vm06 bash[23229]: audit 2026-03-31T20:30:06.020341+0000 mgr.a (mgr.14433) 179 : audit [DBG] from='client.14577 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-03-31T20:30:07.465 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:30:07 vm06 bash[23229]: cluster 2026-03-31T20:30:06.135153+0000 mgr.a (mgr.14433) 180 : cluster [DBG] pgmap v122: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:30:07.465 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:30:07 vm06 bash[23229]: cluster 2026-03-31T20:30:06.135153+0000 mgr.a (mgr.14433) 180 : cluster [DBG] pgmap v122: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:30:07.465 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:30:07 vm06 bash[23229]: audit 2026-03-31T20:30:06.722192+0000 mon.a (mon.0) 673 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:30:07.465 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:30:07 vm06 bash[23229]: audit 2026-03-31T20:30:06.722192+0000 mon.a (mon.0) 673 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:30:07.465 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:30:07 vm06 bash[23229]: audit 2026-03-31T20:30:06.723647+0000 mon.a (mon.0) 674 : audit [DBG] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-03-31T20:30:07.465 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:30:07 vm06 bash[23229]: audit 2026-03-31T20:30:06.723647+0000 mon.a (mon.0) 674 : audit [DBG] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-03-31T20:30:07.465 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:30:07 vm06 bash[23229]: audit 2026-03-31T20:30:06.937249+0000 mon.a (mon.0) 675 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"} : dispatch 2026-03-31T20:30:07.465 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:30:07 vm06 bash[23229]: audit 2026-03-31T20:30:06.937249+0000 mon.a (mon.0) 675 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"} : dispatch 2026-03-31T20:30:07.636 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:30:07 vm05 bash[22868]: audit 2026-03-31T20:30:06.020341+0000 mgr.a (mgr.14433) 179 : audit [DBG] from='client.14577 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-03-31T20:30:07.636 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:30:07 vm05 bash[22868]: audit 2026-03-31T20:30:06.020341+0000 mgr.a (mgr.14433) 179 : audit [DBG] from='client.14577 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-03-31T20:30:07.636 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:30:07 vm05 bash[22868]: cluster 2026-03-31T20:30:06.135153+0000 mgr.a (mgr.14433) 180 : cluster [DBG] pgmap v122: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:30:07.636 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:30:07 vm05 bash[22868]: cluster 2026-03-31T20:30:06.135153+0000 mgr.a (mgr.14433) 180 : cluster [DBG] pgmap v122: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:30:07.636 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:30:07 vm05 bash[22868]: audit 2026-03-31T20:30:06.722192+0000 mon.a (mon.0) 673 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:30:07.636 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:30:07 vm05 bash[22868]: audit 2026-03-31T20:30:06.722192+0000 mon.a (mon.0) 673 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:30:07.636 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:30:07 vm05 bash[22868]: audit 2026-03-31T20:30:06.723647+0000 mon.a (mon.0) 674 : audit [DBG] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-03-31T20:30:07.636 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:30:07 vm05 bash[22868]: audit 2026-03-31T20:30:06.723647+0000 mon.a (mon.0) 674 : audit [DBG] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-03-31T20:30:07.636 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:30:07 vm05 bash[22868]: audit 2026-03-31T20:30:06.937249+0000 mon.a (mon.0) 675 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"} : dispatch 2026-03-31T20:30:07.636 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:30:07 vm05 bash[22868]: audit 2026-03-31T20:30:06.937249+0000 mon.a (mon.0) 675 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"} : dispatch 2026-03-31T20:30:08.085 INFO:journalctl@ceph.mgr.a.vm01.stdout:Mar 31 20:30:07 vm01 bash[20789]: ::ffff:192.168.123.105 - - [31/Mar/2026:20:30:07] "GET /metrics HTTP/1.1" 200 24036 "" "Prometheus/3.6.0" 2026-03-31T20:30:08.465 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:30:08 vm06 bash[23229]: cephadm 2026-03-31T20:30:06.502864+0000 mgr.a (mgr.14433) 181 : cephadm [INF] [31/Mar/2026:20:30:06] ENGINE Bus STARTING 2026-03-31T20:30:08.465 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:30:08 vm06 bash[23229]: cephadm 2026-03-31T20:30:06.502864+0000 mgr.a (mgr.14433) 181 : cephadm [INF] [31/Mar/2026:20:30:06] ENGINE Bus STARTING 2026-03-31T20:30:08.465 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:30:08 vm06 bash[23229]: cephadm 2026-03-31T20:30:06.610697+0000 mgr.a (mgr.14433) 182 : cephadm [INF] [31/Mar/2026:20:30:06] ENGINE Serving on https://192.168.123.101:8765 2026-03-31T20:30:08.465 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:30:08 vm06 bash[23229]: cephadm 2026-03-31T20:30:06.610697+0000 mgr.a (mgr.14433) 182 : cephadm [INF] [31/Mar/2026:20:30:06] ENGINE Serving on https://192.168.123.101:8765 2026-03-31T20:30:08.465 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:30:08 vm06 bash[23229]: cephadm 2026-03-31T20:30:06.611037+0000 mgr.a (mgr.14433) 183 : cephadm [INF] [31/Mar/2026:20:30:06] ENGINE Client ('192.168.123.101', 34156) lost — peer dropped the TLS connection suddenly, during handshake: (6, 'TLS/SSL connection has been closed (EOF) (_ssl.c:1147)') 2026-03-31T20:30:08.465 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:30:08 vm06 bash[23229]: cephadm 2026-03-31T20:30:06.611037+0000 mgr.a (mgr.14433) 183 : cephadm [INF] [31/Mar/2026:20:30:06] ENGINE Client ('192.168.123.101', 34156) lost — peer dropped the TLS connection suddenly, during handshake: (6, 'TLS/SSL connection has been closed (EOF) (_ssl.c:1147)') 2026-03-31T20:30:08.465 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:30:08 vm06 bash[23229]: audit 2026-03-31T20:30:06.655365+0000 mgr.a (mgr.14433) 184 : audit [DBG] from='client.14583 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "mgmt-gateway", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-03-31T20:30:08.465 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:30:08 vm06 bash[23229]: audit 2026-03-31T20:30:06.655365+0000 mgr.a (mgr.14433) 184 : audit [DBG] from='client.14583 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "mgmt-gateway", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-03-31T20:30:08.465 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:30:08 vm06 bash[23229]: cephadm 2026-03-31T20:30:06.718293+0000 mgr.a (mgr.14433) 185 : cephadm [INF] [31/Mar/2026:20:30:06] ENGINE Serving on https://192.168.123.101:7150 2026-03-31T20:30:08.465 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:30:08 vm06 bash[23229]: cephadm 2026-03-31T20:30:06.718293+0000 mgr.a (mgr.14433) 185 : cephadm [INF] [31/Mar/2026:20:30:06] ENGINE Serving on https://192.168.123.101:7150 2026-03-31T20:30:08.465 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:30:08 vm06 bash[23229]: cephadm 2026-03-31T20:30:06.718347+0000 mgr.a (mgr.14433) 186 : cephadm [INF] [31/Mar/2026:20:30:06] ENGINE Bus STARTED 2026-03-31T20:30:08.465 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:30:08 vm06 bash[23229]: cephadm 2026-03-31T20:30:06.718347+0000 mgr.a (mgr.14433) 186 : cephadm [INF] [31/Mar/2026:20:30:06] ENGINE Bus STARTED 2026-03-31T20:30:08.465 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:30:08 vm06 bash[23229]: cephadm 2026-03-31T20:30:06.718730+0000 mgr.a (mgr.14433) 187 : cephadm [INF] [31/Mar/2026:20:30:06] ENGINE Client ('192.168.123.101', 38104) lost — peer dropped the TLS connection suddenly, during handshake: (6, 'TLS/SSL connection has been closed (EOF) (_ssl.c:1147)') 2026-03-31T20:30:08.466 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:30:08 vm06 bash[23229]: cephadm 2026-03-31T20:30:06.718730+0000 mgr.a (mgr.14433) 187 : cephadm [INF] [31/Mar/2026:20:30:06] ENGINE Client ('192.168.123.101', 38104) lost — peer dropped the TLS connection suddenly, during handshake: (6, 'TLS/SSL connection has been closed (EOF) (_ssl.c:1147)') 2026-03-31T20:30:08.466 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:30:08 vm06 bash[23229]: cephadm 2026-03-31T20:30:06.741011+0000 mgr.a (mgr.14433) 188 : cephadm [INF] Reconfiguring grafana.vm01 deps ['prometheus.vm05', 'secure_monitoring_stack:False'] -> ['f6fdffe48c908deb0f4c3bd36c032e72', 'mgmt-gateway.vm06', 'prometheus.vm05', 'secure_monitoring_stack:False'] (diff {'mgmt-gateway.vm06', 'f6fdffe48c908deb0f4c3bd36c032e72'}) 2026-03-31T20:30:08.466 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:30:08 vm06 bash[23229]: cephadm 2026-03-31T20:30:06.741011+0000 mgr.a (mgr.14433) 188 : cephadm [INF] Reconfiguring grafana.vm01 deps ['prometheus.vm05', 'secure_monitoring_stack:False'] -> ['f6fdffe48c908deb0f4c3bd36c032e72', 'mgmt-gateway.vm06', 'prometheus.vm05', 'secure_monitoring_stack:False'] (diff {'mgmt-gateway.vm06', 'f6fdffe48c908deb0f4c3bd36c032e72'}) 2026-03-31T20:30:08.466 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:30:08 vm06 bash[23229]: audit 2026-03-31T20:30:06.836832+0000 mgr.a (mgr.14433) 189 : audit [DBG] from='client.14589 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-03-31T20:30:08.466 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:30:08 vm06 bash[23229]: audit 2026-03-31T20:30:06.836832+0000 mgr.a (mgr.14433) 189 : audit [DBG] from='client.14589 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-03-31T20:30:08.466 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:30:08 vm06 bash[23229]: audit 2026-03-31T20:30:06.937632+0000 mgr.a (mgr.14433) 190 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2026-03-31T20:30:08.466 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:30:08 vm06 bash[23229]: audit 2026-03-31T20:30:06.937632+0000 mgr.a (mgr.14433) 190 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2026-03-31T20:30:08.466 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:30:08 vm06 bash[23229]: cephadm 2026-03-31T20:30:06.941034+0000 mgr.a (mgr.14433) 191 : cephadm [INF] Reconfiguring daemon grafana.vm01 on vm01 2026-03-31T20:30:08.466 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:30:08 vm06 bash[23229]: cephadm 2026-03-31T20:30:06.941034+0000 mgr.a (mgr.14433) 191 : cephadm [INF] Reconfiguring daemon grafana.vm01 on vm01 2026-03-31T20:30:08.466 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:30:08 vm06 bash[23229]: audit 2026-03-31T20:30:07.548494+0000 mon.a (mon.0) 676 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:30:08.466 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:30:08 vm06 bash[23229]: audit 2026-03-31T20:30:07.548494+0000 mon.a (mon.0) 676 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:30:08.466 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:30:08 vm06 bash[23229]: audit 2026-03-31T20:30:07.552474+0000 mon.a (mon.0) 677 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:30:08.466 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:30:08 vm06 bash[23229]: audit 2026-03-31T20:30:07.552474+0000 mon.a (mon.0) 677 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:30:08.540 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:30:08 vm01 bash[20507]: cephadm 2026-03-31T20:30:06.502864+0000 mgr.a (mgr.14433) 181 : cephadm [INF] [31/Mar/2026:20:30:06] ENGINE Bus STARTING 2026-03-31T20:30:08.540 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:30:08 vm01 bash[20507]: cephadm 2026-03-31T20:30:06.502864+0000 mgr.a (mgr.14433) 181 : cephadm [INF] [31/Mar/2026:20:30:06] ENGINE Bus STARTING 2026-03-31T20:30:08.540 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:30:08 vm01 bash[20507]: cephadm 2026-03-31T20:30:06.610697+0000 mgr.a (mgr.14433) 182 : cephadm [INF] [31/Mar/2026:20:30:06] ENGINE Serving on https://192.168.123.101:8765 2026-03-31T20:30:08.540 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:30:08 vm01 bash[20507]: cephadm 2026-03-31T20:30:06.610697+0000 mgr.a (mgr.14433) 182 : cephadm [INF] [31/Mar/2026:20:30:06] ENGINE Serving on https://192.168.123.101:8765 2026-03-31T20:30:08.540 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:30:08 vm01 bash[20507]: cephadm 2026-03-31T20:30:06.611037+0000 mgr.a (mgr.14433) 183 : cephadm [INF] [31/Mar/2026:20:30:06] ENGINE Client ('192.168.123.101', 34156) lost — peer dropped the TLS connection suddenly, during handshake: (6, 'TLS/SSL connection has been closed (EOF) (_ssl.c:1147)') 2026-03-31T20:30:08.541 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:30:08 vm01 bash[20507]: cephadm 2026-03-31T20:30:06.611037+0000 mgr.a (mgr.14433) 183 : cephadm [INF] [31/Mar/2026:20:30:06] ENGINE Client ('192.168.123.101', 34156) lost — peer dropped the TLS connection suddenly, during handshake: (6, 'TLS/SSL connection has been closed (EOF) (_ssl.c:1147)') 2026-03-31T20:30:08.541 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:30:08 vm01 bash[20507]: audit 2026-03-31T20:30:06.655365+0000 mgr.a (mgr.14433) 184 : audit [DBG] from='client.14583 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "mgmt-gateway", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-03-31T20:30:08.541 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:30:08 vm01 bash[20507]: audit 2026-03-31T20:30:06.655365+0000 mgr.a (mgr.14433) 184 : audit [DBG] from='client.14583 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "mgmt-gateway", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-03-31T20:30:08.541 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:30:08 vm01 bash[20507]: cephadm 2026-03-31T20:30:06.718293+0000 mgr.a (mgr.14433) 185 : cephadm [INF] [31/Mar/2026:20:30:06] ENGINE Serving on https://192.168.123.101:7150 2026-03-31T20:30:08.541 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:30:08 vm01 bash[20507]: cephadm 2026-03-31T20:30:06.718293+0000 mgr.a (mgr.14433) 185 : cephadm [INF] [31/Mar/2026:20:30:06] ENGINE Serving on https://192.168.123.101:7150 2026-03-31T20:30:08.541 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:30:08 vm01 bash[20507]: cephadm 2026-03-31T20:30:06.718347+0000 mgr.a (mgr.14433) 186 : cephadm [INF] [31/Mar/2026:20:30:06] ENGINE Bus STARTED 2026-03-31T20:30:08.541 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:30:08 vm01 bash[20507]: cephadm 2026-03-31T20:30:06.718347+0000 mgr.a (mgr.14433) 186 : cephadm [INF] [31/Mar/2026:20:30:06] ENGINE Bus STARTED 2026-03-31T20:30:08.541 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:30:08 vm01 bash[20507]: cephadm 2026-03-31T20:30:06.718730+0000 mgr.a (mgr.14433) 187 : cephadm [INF] [31/Mar/2026:20:30:06] ENGINE Client ('192.168.123.101', 38104) lost — peer dropped the TLS connection suddenly, during handshake: (6, 'TLS/SSL connection has been closed (EOF) (_ssl.c:1147)') 2026-03-31T20:30:08.541 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:30:08 vm01 bash[20507]: cephadm 2026-03-31T20:30:06.718730+0000 mgr.a (mgr.14433) 187 : cephadm [INF] [31/Mar/2026:20:30:06] ENGINE Client ('192.168.123.101', 38104) lost — peer dropped the TLS connection suddenly, during handshake: (6, 'TLS/SSL connection has been closed (EOF) (_ssl.c:1147)') 2026-03-31T20:30:08.541 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:30:08 vm01 bash[20507]: cephadm 2026-03-31T20:30:06.741011+0000 mgr.a (mgr.14433) 188 : cephadm [INF] Reconfiguring grafana.vm01 deps ['prometheus.vm05', 'secure_monitoring_stack:False'] -> ['f6fdffe48c908deb0f4c3bd36c032e72', 'mgmt-gateway.vm06', 'prometheus.vm05', 'secure_monitoring_stack:False'] (diff {'mgmt-gateway.vm06', 'f6fdffe48c908deb0f4c3bd36c032e72'}) 2026-03-31T20:30:08.541 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:30:08 vm01 bash[20507]: cephadm 2026-03-31T20:30:06.741011+0000 mgr.a (mgr.14433) 188 : cephadm [INF] Reconfiguring grafana.vm01 deps ['prometheus.vm05', 'secure_monitoring_stack:False'] -> ['f6fdffe48c908deb0f4c3bd36c032e72', 'mgmt-gateway.vm06', 'prometheus.vm05', 'secure_monitoring_stack:False'] (diff {'mgmt-gateway.vm06', 'f6fdffe48c908deb0f4c3bd36c032e72'}) 2026-03-31T20:30:08.541 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:30:08 vm01 bash[20507]: audit 2026-03-31T20:30:06.836832+0000 mgr.a (mgr.14433) 189 : audit [DBG] from='client.14589 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-03-31T20:30:08.541 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:30:08 vm01 bash[20507]: audit 2026-03-31T20:30:06.836832+0000 mgr.a (mgr.14433) 189 : audit [DBG] from='client.14589 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-03-31T20:30:08.541 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:30:08 vm01 bash[20507]: audit 2026-03-31T20:30:06.937632+0000 mgr.a (mgr.14433) 190 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2026-03-31T20:30:08.541 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:30:08 vm01 bash[20507]: audit 2026-03-31T20:30:06.937632+0000 mgr.a (mgr.14433) 190 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2026-03-31T20:30:08.541 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:30:08 vm01 bash[20507]: cephadm 2026-03-31T20:30:06.941034+0000 mgr.a (mgr.14433) 191 : cephadm [INF] Reconfiguring daemon grafana.vm01 on vm01 2026-03-31T20:30:08.541 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:30:08 vm01 bash[20507]: cephadm 2026-03-31T20:30:06.941034+0000 mgr.a (mgr.14433) 191 : cephadm [INF] Reconfiguring daemon grafana.vm01 on vm01 2026-03-31T20:30:08.541 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:30:08 vm01 bash[20507]: audit 2026-03-31T20:30:07.548494+0000 mon.a (mon.0) 676 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:30:08.541 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:30:08 vm01 bash[20507]: audit 2026-03-31T20:30:07.548494+0000 mon.a (mon.0) 676 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:30:08.541 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:30:08 vm01 bash[20507]: audit 2026-03-31T20:30:07.552474+0000 mon.a (mon.0) 677 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:30:08.541 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:30:08 vm01 bash[20507]: audit 2026-03-31T20:30:07.552474+0000 mon.a (mon.0) 677 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:30:08.636 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:30:08 vm05 bash[22868]: cephadm 2026-03-31T20:30:06.502864+0000 mgr.a (mgr.14433) 181 : cephadm [INF] [31/Mar/2026:20:30:06] ENGINE Bus STARTING 2026-03-31T20:30:08.636 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:30:08 vm05 bash[22868]: cephadm 2026-03-31T20:30:06.502864+0000 mgr.a (mgr.14433) 181 : cephadm [INF] [31/Mar/2026:20:30:06] ENGINE Bus STARTING 2026-03-31T20:30:08.636 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:30:08 vm05 bash[22868]: cephadm 2026-03-31T20:30:06.610697+0000 mgr.a (mgr.14433) 182 : cephadm [INF] [31/Mar/2026:20:30:06] ENGINE Serving on https://192.168.123.101:8765 2026-03-31T20:30:08.636 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:30:08 vm05 bash[22868]: cephadm 2026-03-31T20:30:06.610697+0000 mgr.a (mgr.14433) 182 : cephadm [INF] [31/Mar/2026:20:30:06] ENGINE Serving on https://192.168.123.101:8765 2026-03-31T20:30:08.636 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:30:08 vm05 bash[22868]: cephadm 2026-03-31T20:30:06.611037+0000 mgr.a (mgr.14433) 183 : cephadm [INF] [31/Mar/2026:20:30:06] ENGINE Client ('192.168.123.101', 34156) lost — peer dropped the TLS connection suddenly, during handshake: (6, 'TLS/SSL connection has been closed (EOF) (_ssl.c:1147)') 2026-03-31T20:30:08.636 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:30:08 vm05 bash[22868]: cephadm 2026-03-31T20:30:06.611037+0000 mgr.a (mgr.14433) 183 : cephadm [INF] [31/Mar/2026:20:30:06] ENGINE Client ('192.168.123.101', 34156) lost — peer dropped the TLS connection suddenly, during handshake: (6, 'TLS/SSL connection has been closed (EOF) (_ssl.c:1147)') 2026-03-31T20:30:08.636 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:30:08 vm05 bash[22868]: audit 2026-03-31T20:30:06.655365+0000 mgr.a (mgr.14433) 184 : audit [DBG] from='client.14583 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "mgmt-gateway", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-03-31T20:30:08.636 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:30:08 vm05 bash[22868]: audit 2026-03-31T20:30:06.655365+0000 mgr.a (mgr.14433) 184 : audit [DBG] from='client.14583 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "mgmt-gateway", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-03-31T20:30:08.636 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:30:08 vm05 bash[22868]: cephadm 2026-03-31T20:30:06.718293+0000 mgr.a (mgr.14433) 185 : cephadm [INF] [31/Mar/2026:20:30:06] ENGINE Serving on https://192.168.123.101:7150 2026-03-31T20:30:08.636 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:30:08 vm05 bash[22868]: cephadm 2026-03-31T20:30:06.718293+0000 mgr.a (mgr.14433) 185 : cephadm [INF] [31/Mar/2026:20:30:06] ENGINE Serving on https://192.168.123.101:7150 2026-03-31T20:30:08.636 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:30:08 vm05 bash[22868]: cephadm 2026-03-31T20:30:06.718347+0000 mgr.a (mgr.14433) 186 : cephadm [INF] [31/Mar/2026:20:30:06] ENGINE Bus STARTED 2026-03-31T20:30:08.637 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:30:08 vm05 bash[22868]: cephadm 2026-03-31T20:30:06.718347+0000 mgr.a (mgr.14433) 186 : cephadm [INF] [31/Mar/2026:20:30:06] ENGINE Bus STARTED 2026-03-31T20:30:08.637 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:30:08 vm05 bash[22868]: cephadm 2026-03-31T20:30:06.718730+0000 mgr.a (mgr.14433) 187 : cephadm [INF] [31/Mar/2026:20:30:06] ENGINE Client ('192.168.123.101', 38104) lost — peer dropped the TLS connection suddenly, during handshake: (6, 'TLS/SSL connection has been closed (EOF) (_ssl.c:1147)') 2026-03-31T20:30:08.637 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:30:08 vm05 bash[22868]: cephadm 2026-03-31T20:30:06.718730+0000 mgr.a (mgr.14433) 187 : cephadm [INF] [31/Mar/2026:20:30:06] ENGINE Client ('192.168.123.101', 38104) lost — peer dropped the TLS connection suddenly, during handshake: (6, 'TLS/SSL connection has been closed (EOF) (_ssl.c:1147)') 2026-03-31T20:30:08.637 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:30:08 vm05 bash[22868]: cephadm 2026-03-31T20:30:06.741011+0000 mgr.a (mgr.14433) 188 : cephadm [INF] Reconfiguring grafana.vm01 deps ['prometheus.vm05', 'secure_monitoring_stack:False'] -> ['f6fdffe48c908deb0f4c3bd36c032e72', 'mgmt-gateway.vm06', 'prometheus.vm05', 'secure_monitoring_stack:False'] (diff {'mgmt-gateway.vm06', 'f6fdffe48c908deb0f4c3bd36c032e72'}) 2026-03-31T20:30:08.637 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:30:08 vm05 bash[22868]: cephadm 2026-03-31T20:30:06.741011+0000 mgr.a (mgr.14433) 188 : cephadm [INF] Reconfiguring grafana.vm01 deps ['prometheus.vm05', 'secure_monitoring_stack:False'] -> ['f6fdffe48c908deb0f4c3bd36c032e72', 'mgmt-gateway.vm06', 'prometheus.vm05', 'secure_monitoring_stack:False'] (diff {'mgmt-gateway.vm06', 'f6fdffe48c908deb0f4c3bd36c032e72'}) 2026-03-31T20:30:08.637 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:30:08 vm05 bash[22868]: audit 2026-03-31T20:30:06.836832+0000 mgr.a (mgr.14433) 189 : audit [DBG] from='client.14589 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-03-31T20:30:08.637 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:30:08 vm05 bash[22868]: audit 2026-03-31T20:30:06.836832+0000 mgr.a (mgr.14433) 189 : audit [DBG] from='client.14589 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-03-31T20:30:08.637 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:30:08 vm05 bash[22868]: audit 2026-03-31T20:30:06.937632+0000 mgr.a (mgr.14433) 190 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2026-03-31T20:30:08.637 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:30:08 vm05 bash[22868]: audit 2026-03-31T20:30:06.937632+0000 mgr.a (mgr.14433) 190 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2026-03-31T20:30:08.637 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:30:08 vm05 bash[22868]: cephadm 2026-03-31T20:30:06.941034+0000 mgr.a (mgr.14433) 191 : cephadm [INF] Reconfiguring daemon grafana.vm01 on vm01 2026-03-31T20:30:08.637 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:30:08 vm05 bash[22868]: cephadm 2026-03-31T20:30:06.941034+0000 mgr.a (mgr.14433) 191 : cephadm [INF] Reconfiguring daemon grafana.vm01 on vm01 2026-03-31T20:30:08.637 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:30:08 vm05 bash[22868]: audit 2026-03-31T20:30:07.548494+0000 mon.a (mon.0) 676 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:30:08.637 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:30:08 vm05 bash[22868]: audit 2026-03-31T20:30:07.548494+0000 mon.a (mon.0) 676 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:30:08.637 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:30:08 vm05 bash[22868]: audit 2026-03-31T20:30:07.552474+0000 mon.a (mon.0) 677 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:30:08.637 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:30:08 vm05 bash[22868]: audit 2026-03-31T20:30:07.552474+0000 mon.a (mon.0) 677 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:30:09.186 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:30:08 vm01 systemd[1]: /etc/systemd/system/ceph-2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37@.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-03-31T20:30:09.186 INFO:journalctl@ceph.mgr.a.vm01.stdout:Mar 31 20:30:08 vm01 systemd[1]: /etc/systemd/system/ceph-2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37@.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-03-31T20:30:09.186 INFO:journalctl@ceph.osd.0.vm01.stdout:Mar 31 20:30:08 vm01 systemd[1]: /etc/systemd/system/ceph-2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37@.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-03-31T20:30:09.465 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:30:09 vm06 bash[23229]: cephadm 2026-03-31T20:30:07.553016+0000 mgr.a (mgr.14433) 192 : cephadm [INF] Reconfiguring node-exporter.vm01 deps ['secure_monitoring_stack:False'] -> ['mgmt-gateway.vm06', 'secure_monitoring_stack:False'] (diff {'mgmt-gateway.vm06'}) 2026-03-31T20:30:09.465 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:30:09 vm06 bash[23229]: cephadm 2026-03-31T20:30:07.553016+0000 mgr.a (mgr.14433) 192 : cephadm [INF] Reconfiguring node-exporter.vm01 deps ['secure_monitoring_stack:False'] -> ['mgmt-gateway.vm06', 'secure_monitoring_stack:False'] (diff {'mgmt-gateway.vm06'}) 2026-03-31T20:30:09.465 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:30:09 vm06 bash[23229]: cluster 2026-03-31T20:30:08.135375+0000 mgr.a (mgr.14433) 193 : cluster [DBG] pgmap v123: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:30:09.465 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:30:09 vm06 bash[23229]: cluster 2026-03-31T20:30:08.135375+0000 mgr.a (mgr.14433) 193 : cluster [DBG] pgmap v123: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:30:09.465 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:30:09 vm06 bash[23229]: audit 2026-03-31T20:30:08.345203+0000 mon.a (mon.0) 678 : audit [DBG] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-03-31T20:30:09.465 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:30:09 vm06 bash[23229]: audit 2026-03-31T20:30:08.345203+0000 mon.a (mon.0) 678 : audit [DBG] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-03-31T20:30:09.499 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:30:09 vm01 systemd[1]: /etc/systemd/system/ceph-2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37@.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-03-31T20:30:09.499 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:30:09 vm01 bash[20507]: cephadm 2026-03-31T20:30:07.553016+0000 mgr.a (mgr.14433) 192 : cephadm [INF] Reconfiguring node-exporter.vm01 deps ['secure_monitoring_stack:False'] -> ['mgmt-gateway.vm06', 'secure_monitoring_stack:False'] (diff {'mgmt-gateway.vm06'}) 2026-03-31T20:30:09.499 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:30:09 vm01 bash[20507]: cephadm 2026-03-31T20:30:07.553016+0000 mgr.a (mgr.14433) 192 : cephadm [INF] Reconfiguring node-exporter.vm01 deps ['secure_monitoring_stack:False'] -> ['mgmt-gateway.vm06', 'secure_monitoring_stack:False'] (diff {'mgmt-gateway.vm06'}) 2026-03-31T20:30:09.499 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:30:09 vm01 bash[20507]: cluster 2026-03-31T20:30:08.135375+0000 mgr.a (mgr.14433) 193 : cluster [DBG] pgmap v123: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:30:09.499 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:30:09 vm01 bash[20507]: cluster 2026-03-31T20:30:08.135375+0000 mgr.a (mgr.14433) 193 : cluster [DBG] pgmap v123: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:30:09.499 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:30:09 vm01 bash[20507]: audit 2026-03-31T20:30:08.345203+0000 mon.a (mon.0) 678 : audit [DBG] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-03-31T20:30:09.499 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:30:09 vm01 bash[20507]: audit 2026-03-31T20:30:08.345203+0000 mon.a (mon.0) 678 : audit [DBG] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-03-31T20:30:09.499 INFO:journalctl@ceph.mgr.a.vm01.stdout:Mar 31 20:30:09 vm01 systemd[1]: /etc/systemd/system/ceph-2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37@.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-03-31T20:30:09.499 INFO:journalctl@ceph.osd.0.vm01.stdout:Mar 31 20:30:09 vm01 systemd[1]: /etc/systemd/system/ceph-2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37@.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-03-31T20:30:09.636 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:30:09 vm05 bash[22868]: cephadm 2026-03-31T20:30:07.553016+0000 mgr.a (mgr.14433) 192 : cephadm [INF] Reconfiguring node-exporter.vm01 deps ['secure_monitoring_stack:False'] -> ['mgmt-gateway.vm06', 'secure_monitoring_stack:False'] (diff {'mgmt-gateway.vm06'}) 2026-03-31T20:30:09.636 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:30:09 vm05 bash[22868]: cephadm 2026-03-31T20:30:07.553016+0000 mgr.a (mgr.14433) 192 : cephadm [INF] Reconfiguring node-exporter.vm01 deps ['secure_monitoring_stack:False'] -> ['mgmt-gateway.vm06', 'secure_monitoring_stack:False'] (diff {'mgmt-gateway.vm06'}) 2026-03-31T20:30:09.636 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:30:09 vm05 bash[22868]: cluster 2026-03-31T20:30:08.135375+0000 mgr.a (mgr.14433) 193 : cluster [DBG] pgmap v123: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:30:09.636 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:30:09 vm05 bash[22868]: cluster 2026-03-31T20:30:08.135375+0000 mgr.a (mgr.14433) 193 : cluster [DBG] pgmap v123: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:30:09.636 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:30:09 vm05 bash[22868]: audit 2026-03-31T20:30:08.345203+0000 mon.a (mon.0) 678 : audit [DBG] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-03-31T20:30:09.636 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:30:09 vm05 bash[22868]: audit 2026-03-31T20:30:08.345203+0000 mon.a (mon.0) 678 : audit [DBG] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-03-31T20:30:10.232 INFO:journalctl@ceph.osd.1.vm05.stdout:Mar 31 20:30:10 vm05 systemd[1]: /etc/systemd/system/ceph-2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37@.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-03-31T20:30:10.232 INFO:journalctl@ceph.mgr.b.vm05.stdout:Mar 31 20:30:10 vm05 systemd[1]: /etc/systemd/system/ceph-2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37@.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-03-31T20:30:10.232 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:30:10 vm05 systemd[1]: /etc/systemd/system/ceph-2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37@.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-03-31T20:30:10.232 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:30:10 vm05 bash[22868]: cephadm 2026-03-31T20:30:08.522881+0000 mgr.a (mgr.14433) 194 : cephadm [INF] Deploying daemon node-exporter.vm01 on vm01 2026-03-31T20:30:10.232 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:30:10 vm05 bash[22868]: cephadm 2026-03-31T20:30:08.522881+0000 mgr.a (mgr.14433) 194 : cephadm [INF] Deploying daemon node-exporter.vm01 on vm01 2026-03-31T20:30:10.232 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:30:10 vm05 bash[22868]: audit 2026-03-31T20:30:09.285362+0000 mon.a (mon.0) 679 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:30:10.232 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:30:10 vm05 bash[22868]: audit 2026-03-31T20:30:09.285362+0000 mon.a (mon.0) 679 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:30:10.232 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:30:10 vm05 bash[22868]: audit 2026-03-31T20:30:09.289268+0000 mon.a (mon.0) 680 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:30:10.232 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:30:10 vm05 bash[22868]: audit 2026-03-31T20:30:09.289268+0000 mon.a (mon.0) 680 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:30:10.465 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:30:10 vm06 bash[23229]: cephadm 2026-03-31T20:30:08.522881+0000 mgr.a (mgr.14433) 194 : cephadm [INF] Deploying daemon node-exporter.vm01 on vm01 2026-03-31T20:30:10.465 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:30:10 vm06 bash[23229]: cephadm 2026-03-31T20:30:08.522881+0000 mgr.a (mgr.14433) 194 : cephadm [INF] Deploying daemon node-exporter.vm01 on vm01 2026-03-31T20:30:10.465 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:30:10 vm06 bash[23229]: audit 2026-03-31T20:30:09.285362+0000 mon.a (mon.0) 679 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:30:10.465 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:30:10 vm06 bash[23229]: audit 2026-03-31T20:30:09.285362+0000 mon.a (mon.0) 679 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:30:10.465 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:30:10 vm06 bash[23229]: audit 2026-03-31T20:30:09.289268+0000 mon.a (mon.0) 680 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:30:10.465 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:30:10 vm06 bash[23229]: audit 2026-03-31T20:30:09.289268+0000 mon.a (mon.0) 680 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:30:10.490 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:30:10 vm05 systemd[1]: /etc/systemd/system/ceph-2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37@.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-03-31T20:30:10.490 INFO:journalctl@ceph.mgr.b.vm05.stdout:Mar 31 20:30:10 vm05 systemd[1]: /etc/systemd/system/ceph-2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37@.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-03-31T20:30:10.490 INFO:journalctl@ceph.osd.1.vm05.stdout:Mar 31 20:30:10 vm05 systemd[1]: /etc/systemd/system/ceph-2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37@.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-03-31T20:30:10.585 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:30:10 vm01 bash[20507]: cephadm 2026-03-31T20:30:08.522881+0000 mgr.a (mgr.14433) 194 : cephadm [INF] Deploying daemon node-exporter.vm01 on vm01 2026-03-31T20:30:10.585 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:30:10 vm01 bash[20507]: cephadm 2026-03-31T20:30:08.522881+0000 mgr.a (mgr.14433) 194 : cephadm [INF] Deploying daemon node-exporter.vm01 on vm01 2026-03-31T20:30:10.585 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:30:10 vm01 bash[20507]: audit 2026-03-31T20:30:09.285362+0000 mon.a (mon.0) 679 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:30:10.585 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:30:10 vm01 bash[20507]: audit 2026-03-31T20:30:09.285362+0000 mon.a (mon.0) 679 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:30:10.585 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:30:10 vm01 bash[20507]: audit 2026-03-31T20:30:09.289268+0000 mon.a (mon.0) 680 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:30:10.585 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:30:10 vm01 bash[20507]: audit 2026-03-31T20:30:09.289268+0000 mon.a (mon.0) 680 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:30:11.465 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:30:11 vm06 bash[23229]: cephadm 2026-03-31T20:30:09.290060+0000 mgr.a (mgr.14433) 195 : cephadm [INF] Reconfiguring node-exporter.vm05 deps ['secure_monitoring_stack:False'] -> ['mgmt-gateway.vm06', 'secure_monitoring_stack:False'] (diff {'mgmt-gateway.vm06'}) 2026-03-31T20:30:11.465 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:30:11 vm06 bash[23229]: cephadm 2026-03-31T20:30:09.290060+0000 mgr.a (mgr.14433) 195 : cephadm [INF] Reconfiguring node-exporter.vm05 deps ['secure_monitoring_stack:False'] -> ['mgmt-gateway.vm06', 'secure_monitoring_stack:False'] (diff {'mgmt-gateway.vm06'}) 2026-03-31T20:30:11.465 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:30:11 vm06 bash[23229]: cephadm 2026-03-31T20:30:09.715475+0000 mgr.a (mgr.14433) 196 : cephadm [INF] Deploying daemon node-exporter.vm05 on vm05 2026-03-31T20:30:11.465 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:30:11 vm06 bash[23229]: cephadm 2026-03-31T20:30:09.715475+0000 mgr.a (mgr.14433) 196 : cephadm [INF] Deploying daemon node-exporter.vm05 on vm05 2026-03-31T20:30:11.465 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:30:11 vm06 bash[23229]: cluster 2026-03-31T20:30:10.135635+0000 mgr.a (mgr.14433) 197 : cluster [DBG] pgmap v124: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:30:11.465 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:30:11 vm06 bash[23229]: cluster 2026-03-31T20:30:10.135635+0000 mgr.a (mgr.14433) 197 : cluster [DBG] pgmap v124: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:30:11.465 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:30:11 vm06 bash[23229]: audit 2026-03-31T20:30:10.484014+0000 mon.a (mon.0) 681 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:30:11.465 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:30:11 vm06 bash[23229]: audit 2026-03-31T20:30:10.484014+0000 mon.a (mon.0) 681 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:30:11.465 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:30:11 vm06 bash[23229]: audit 2026-03-31T20:30:10.488458+0000 mon.a (mon.0) 682 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:30:11.465 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:30:11 vm06 bash[23229]: audit 2026-03-31T20:30:10.488458+0000 mon.a (mon.0) 682 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:30:11.545 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:30:11 vm05 bash[22868]: cephadm 2026-03-31T20:30:09.290060+0000 mgr.a (mgr.14433) 195 : cephadm [INF] Reconfiguring node-exporter.vm05 deps ['secure_monitoring_stack:False'] -> ['mgmt-gateway.vm06', 'secure_monitoring_stack:False'] (diff {'mgmt-gateway.vm06'}) 2026-03-31T20:30:11.545 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:30:11 vm05 bash[22868]: cephadm 2026-03-31T20:30:09.290060+0000 mgr.a (mgr.14433) 195 : cephadm [INF] Reconfiguring node-exporter.vm05 deps ['secure_monitoring_stack:False'] -> ['mgmt-gateway.vm06', 'secure_monitoring_stack:False'] (diff {'mgmt-gateway.vm06'}) 2026-03-31T20:30:11.545 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:30:11 vm05 bash[22868]: cephadm 2026-03-31T20:30:09.715475+0000 mgr.a (mgr.14433) 196 : cephadm [INF] Deploying daemon node-exporter.vm05 on vm05 2026-03-31T20:30:11.545 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:30:11 vm05 bash[22868]: cephadm 2026-03-31T20:30:09.715475+0000 mgr.a (mgr.14433) 196 : cephadm [INF] Deploying daemon node-exporter.vm05 on vm05 2026-03-31T20:30:11.545 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:30:11 vm05 bash[22868]: cluster 2026-03-31T20:30:10.135635+0000 mgr.a (mgr.14433) 197 : cluster [DBG] pgmap v124: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:30:11.545 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:30:11 vm05 bash[22868]: cluster 2026-03-31T20:30:10.135635+0000 mgr.a (mgr.14433) 197 : cluster [DBG] pgmap v124: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:30:11.545 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:30:11 vm05 bash[22868]: audit 2026-03-31T20:30:10.484014+0000 mon.a (mon.0) 681 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:30:11.545 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:30:11 vm05 bash[22868]: audit 2026-03-31T20:30:10.484014+0000 mon.a (mon.0) 681 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:30:11.545 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:30:11 vm05 bash[22868]: audit 2026-03-31T20:30:10.488458+0000 mon.a (mon.0) 682 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:30:11.545 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:30:11 vm05 bash[22868]: audit 2026-03-31T20:30:10.488458+0000 mon.a (mon.0) 682 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:30:11.585 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:30:11 vm01 bash[20507]: cephadm 2026-03-31T20:30:09.290060+0000 mgr.a (mgr.14433) 195 : cephadm [INF] Reconfiguring node-exporter.vm05 deps ['secure_monitoring_stack:False'] -> ['mgmt-gateway.vm06', 'secure_monitoring_stack:False'] (diff {'mgmt-gateway.vm06'}) 2026-03-31T20:30:11.585 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:30:11 vm01 bash[20507]: cephadm 2026-03-31T20:30:09.290060+0000 mgr.a (mgr.14433) 195 : cephadm [INF] Reconfiguring node-exporter.vm05 deps ['secure_monitoring_stack:False'] -> ['mgmt-gateway.vm06', 'secure_monitoring_stack:False'] (diff {'mgmt-gateway.vm06'}) 2026-03-31T20:30:11.585 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:30:11 vm01 bash[20507]: cephadm 2026-03-31T20:30:09.715475+0000 mgr.a (mgr.14433) 196 : cephadm [INF] Deploying daemon node-exporter.vm05 on vm05 2026-03-31T20:30:11.585 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:30:11 vm01 bash[20507]: cephadm 2026-03-31T20:30:09.715475+0000 mgr.a (mgr.14433) 196 : cephadm [INF] Deploying daemon node-exporter.vm05 on vm05 2026-03-31T20:30:11.585 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:30:11 vm01 bash[20507]: cluster 2026-03-31T20:30:10.135635+0000 mgr.a (mgr.14433) 197 : cluster [DBG] pgmap v124: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:30:11.585 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:30:11 vm01 bash[20507]: cluster 2026-03-31T20:30:10.135635+0000 mgr.a (mgr.14433) 197 : cluster [DBG] pgmap v124: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:30:11.585 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:30:11 vm01 bash[20507]: audit 2026-03-31T20:30:10.484014+0000 mon.a (mon.0) 681 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:30:11.585 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:30:11 vm01 bash[20507]: audit 2026-03-31T20:30:10.484014+0000 mon.a (mon.0) 681 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:30:11.585 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:30:11 vm01 bash[20507]: audit 2026-03-31T20:30:10.488458+0000 mon.a (mon.0) 682 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:30:11.585 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:30:11 vm01 bash[20507]: audit 2026-03-31T20:30:10.488458+0000 mon.a (mon.0) 682 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:30:11.844 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:30:11 vm05 systemd[1]: /etc/systemd/system/ceph-2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37@.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-03-31T20:30:11.844 INFO:journalctl@ceph.osd.1.vm05.stdout:Mar 31 20:30:11 vm05 systemd[1]: /etc/systemd/system/ceph-2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37@.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-03-31T20:30:11.844 INFO:journalctl@ceph.mgr.b.vm05.stdout:Mar 31 20:30:11 vm05 systemd[1]: /etc/systemd/system/ceph-2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37@.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-03-31T20:30:12.136 INFO:journalctl@ceph.mgr.b.vm05.stdout:Mar 31 20:30:11 vm05 systemd[1]: /etc/systemd/system/ceph-2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37@.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-03-31T20:30:12.136 INFO:journalctl@ceph.osd.1.vm05.stdout:Mar 31 20:30:11 vm05 systemd[1]: /etc/systemd/system/ceph-2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37@.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-03-31T20:30:12.136 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:30:11 vm05 systemd[1]: /etc/systemd/system/ceph-2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37@.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-03-31T20:30:12.465 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:30:12 vm06 bash[23229]: cephadm 2026-03-31T20:30:10.489349+0000 mgr.a (mgr.14433) 198 : cephadm [INF] Reconfiguring prometheus.vm05 deps ['8765', '9283', 'alertmanager', 'mgr.a', 'node-exporter', 'secure_monitoring_stack:False'] -> ['8765', '9283', 'alertmanager', 'f6fdffe48c908deb0f4c3bd36c032e72', 'f6fdffe48c908deb0f4c3bd36c032e72', 'mgmt-gateway.vm06', 'node-exporter', 'secure_monitoring_stack:False'] (diff {'mgmt-gateway.vm06', 'mgr.a', 'f6fdffe48c908deb0f4c3bd36c032e72'}) 2026-03-31T20:30:12.465 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:30:12 vm06 bash[23229]: cephadm 2026-03-31T20:30:10.489349+0000 mgr.a (mgr.14433) 198 : cephadm [INF] Reconfiguring prometheus.vm05 deps ['8765', '9283', 'alertmanager', 'mgr.a', 'node-exporter', 'secure_monitoring_stack:False'] -> ['8765', '9283', 'alertmanager', 'f6fdffe48c908deb0f4c3bd36c032e72', 'f6fdffe48c908deb0f4c3bd36c032e72', 'mgmt-gateway.vm06', 'node-exporter', 'secure_monitoring_stack:False'] (diff {'mgmt-gateway.vm06', 'mgr.a', 'f6fdffe48c908deb0f4c3bd36c032e72'}) 2026-03-31T20:30:12.465 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:30:12 vm06 bash[23229]: cephadm 2026-03-31T20:30:11.027981+0000 mgr.a (mgr.14433) 199 : cephadm [INF] Deploying daemon prometheus.vm05 on vm05 2026-03-31T20:30:12.465 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:30:12 vm06 bash[23229]: cephadm 2026-03-31T20:30:11.027981+0000 mgr.a (mgr.14433) 199 : cephadm [INF] Deploying daemon prometheus.vm05 on vm05 2026-03-31T20:30:12.465 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:30:12 vm06 bash[23229]: audit 2026-03-31T20:30:11.945436+0000 mon.a (mon.0) 683 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:30:12.465 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:30:12 vm06 bash[23229]: audit 2026-03-31T20:30:11.945436+0000 mon.a (mon.0) 683 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:30:12.465 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:30:12 vm06 bash[23229]: audit 2026-03-31T20:30:11.948918+0000 mon.a (mon.0) 684 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:30:12.465 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:30:12 vm06 bash[23229]: audit 2026-03-31T20:30:11.948918+0000 mon.a (mon.0) 684 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:30:12.585 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:30:12 vm01 bash[20507]: cephadm 2026-03-31T20:30:10.489349+0000 mgr.a (mgr.14433) 198 : cephadm [INF] Reconfiguring prometheus.vm05 deps ['8765', '9283', 'alertmanager', 'mgr.a', 'node-exporter', 'secure_monitoring_stack:False'] -> ['8765', '9283', 'alertmanager', 'f6fdffe48c908deb0f4c3bd36c032e72', 'f6fdffe48c908deb0f4c3bd36c032e72', 'mgmt-gateway.vm06', 'node-exporter', 'secure_monitoring_stack:False'] (diff {'mgmt-gateway.vm06', 'mgr.a', 'f6fdffe48c908deb0f4c3bd36c032e72'}) 2026-03-31T20:30:12.585 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:30:12 vm01 bash[20507]: cephadm 2026-03-31T20:30:10.489349+0000 mgr.a (mgr.14433) 198 : cephadm [INF] Reconfiguring prometheus.vm05 deps ['8765', '9283', 'alertmanager', 'mgr.a', 'node-exporter', 'secure_monitoring_stack:False'] -> ['8765', '9283', 'alertmanager', 'f6fdffe48c908deb0f4c3bd36c032e72', 'f6fdffe48c908deb0f4c3bd36c032e72', 'mgmt-gateway.vm06', 'node-exporter', 'secure_monitoring_stack:False'] (diff {'mgmt-gateway.vm06', 'mgr.a', 'f6fdffe48c908deb0f4c3bd36c032e72'}) 2026-03-31T20:30:12.585 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:30:12 vm01 bash[20507]: cephadm 2026-03-31T20:30:11.027981+0000 mgr.a (mgr.14433) 199 : cephadm [INF] Deploying daemon prometheus.vm05 on vm05 2026-03-31T20:30:12.585 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:30:12 vm01 bash[20507]: cephadm 2026-03-31T20:30:11.027981+0000 mgr.a (mgr.14433) 199 : cephadm [INF] Deploying daemon prometheus.vm05 on vm05 2026-03-31T20:30:12.585 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:30:12 vm01 bash[20507]: audit 2026-03-31T20:30:11.945436+0000 mon.a (mon.0) 683 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:30:12.585 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:30:12 vm01 bash[20507]: audit 2026-03-31T20:30:11.945436+0000 mon.a (mon.0) 683 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:30:12.585 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:30:12 vm01 bash[20507]: audit 2026-03-31T20:30:11.948918+0000 mon.a (mon.0) 684 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:30:12.585 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:30:12 vm01 bash[20507]: audit 2026-03-31T20:30:11.948918+0000 mon.a (mon.0) 684 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:30:12.636 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:30:12 vm05 bash[22868]: cephadm 2026-03-31T20:30:10.489349+0000 mgr.a (mgr.14433) 198 : cephadm [INF] Reconfiguring prometheus.vm05 deps ['8765', '9283', 'alertmanager', 'mgr.a', 'node-exporter', 'secure_monitoring_stack:False'] -> ['8765', '9283', 'alertmanager', 'f6fdffe48c908deb0f4c3bd36c032e72', 'f6fdffe48c908deb0f4c3bd36c032e72', 'mgmt-gateway.vm06', 'node-exporter', 'secure_monitoring_stack:False'] (diff {'mgmt-gateway.vm06', 'mgr.a', 'f6fdffe48c908deb0f4c3bd36c032e72'}) 2026-03-31T20:30:12.636 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:30:12 vm05 bash[22868]: cephadm 2026-03-31T20:30:10.489349+0000 mgr.a (mgr.14433) 198 : cephadm [INF] Reconfiguring prometheus.vm05 deps ['8765', '9283', 'alertmanager', 'mgr.a', 'node-exporter', 'secure_monitoring_stack:False'] -> ['8765', '9283', 'alertmanager', 'f6fdffe48c908deb0f4c3bd36c032e72', 'f6fdffe48c908deb0f4c3bd36c032e72', 'mgmt-gateway.vm06', 'node-exporter', 'secure_monitoring_stack:False'] (diff {'mgmt-gateway.vm06', 'mgr.a', 'f6fdffe48c908deb0f4c3bd36c032e72'}) 2026-03-31T20:30:12.636 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:30:12 vm05 bash[22868]: cephadm 2026-03-31T20:30:11.027981+0000 mgr.a (mgr.14433) 199 : cephadm [INF] Deploying daemon prometheus.vm05 on vm05 2026-03-31T20:30:12.636 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:30:12 vm05 bash[22868]: cephadm 2026-03-31T20:30:11.027981+0000 mgr.a (mgr.14433) 199 : cephadm [INF] Deploying daemon prometheus.vm05 on vm05 2026-03-31T20:30:12.636 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:30:12 vm05 bash[22868]: audit 2026-03-31T20:30:11.945436+0000 mon.a (mon.0) 683 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:30:12.636 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:30:12 vm05 bash[22868]: audit 2026-03-31T20:30:11.945436+0000 mon.a (mon.0) 683 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:30:12.636 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:30:12 vm05 bash[22868]: audit 2026-03-31T20:30:11.948918+0000 mon.a (mon.0) 684 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:30:12.636 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:30:12 vm05 bash[22868]: audit 2026-03-31T20:30:11.948918+0000 mon.a (mon.0) 684 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:30:12.742 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:30:12 vm06 systemd[1]: /etc/systemd/system/ceph-2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37@.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-03-31T20:30:12.742 INFO:journalctl@ceph.osd.2.vm06.stdout:Mar 31 20:30:12 vm06 systemd[1]: /etc/systemd/system/ceph-2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37@.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-03-31T20:30:13.045 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:30:12 vm06 systemd[1]: /etc/systemd/system/ceph-2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37@.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-03-31T20:30:13.046 INFO:journalctl@ceph.osd.2.vm06.stdout:Mar 31 20:30:12 vm06 systemd[1]: /etc/systemd/system/ceph-2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37@.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-03-31T20:30:13.465 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:30:13 vm06 bash[23229]: cephadm 2026-03-31T20:30:11.949594+0000 mgr.a (mgr.14433) 200 : cephadm [INF] Reconfiguring node-exporter.vm06 deps ['secure_monitoring_stack:False'] -> ['mgmt-gateway.vm06', 'secure_monitoring_stack:False'] (diff {'mgmt-gateway.vm06'}) 2026-03-31T20:30:13.465 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:30:13 vm06 bash[23229]: cephadm 2026-03-31T20:30:11.949594+0000 mgr.a (mgr.14433) 200 : cephadm [INF] Reconfiguring node-exporter.vm06 deps ['secure_monitoring_stack:False'] -> ['mgmt-gateway.vm06', 'secure_monitoring_stack:False'] (diff {'mgmt-gateway.vm06'}) 2026-03-31T20:30:13.465 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:30:13 vm06 bash[23229]: cluster 2026-03-31T20:30:12.135870+0000 mgr.a (mgr.14433) 201 : cluster [DBG] pgmap v125: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:30:13.465 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:30:13 vm06 bash[23229]: cluster 2026-03-31T20:30:12.135870+0000 mgr.a (mgr.14433) 201 : cluster [DBG] pgmap v125: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:30:13.465 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:30:13 vm06 bash[23229]: audit 2026-03-31T20:30:13.010898+0000 mon.a (mon.0) 685 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:30:13.465 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:30:13 vm06 bash[23229]: audit 2026-03-31T20:30:13.010898+0000 mon.a (mon.0) 685 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:30:13.465 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:30:13 vm06 bash[23229]: audit 2026-03-31T20:30:13.014834+0000 mon.a (mon.0) 686 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:30:13.465 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:30:13 vm06 bash[23229]: audit 2026-03-31T20:30:13.014834+0000 mon.a (mon.0) 686 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:30:13.585 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:30:13 vm01 bash[20507]: cephadm 2026-03-31T20:30:11.949594+0000 mgr.a (mgr.14433) 200 : cephadm [INF] Reconfiguring node-exporter.vm06 deps ['secure_monitoring_stack:False'] -> ['mgmt-gateway.vm06', 'secure_monitoring_stack:False'] (diff {'mgmt-gateway.vm06'}) 2026-03-31T20:30:13.585 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:30:13 vm01 bash[20507]: cephadm 2026-03-31T20:30:11.949594+0000 mgr.a (mgr.14433) 200 : cephadm [INF] Reconfiguring node-exporter.vm06 deps ['secure_monitoring_stack:False'] -> ['mgmt-gateway.vm06', 'secure_monitoring_stack:False'] (diff {'mgmt-gateway.vm06'}) 2026-03-31T20:30:13.585 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:30:13 vm01 bash[20507]: cluster 2026-03-31T20:30:12.135870+0000 mgr.a (mgr.14433) 201 : cluster [DBG] pgmap v125: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:30:13.585 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:30:13 vm01 bash[20507]: cluster 2026-03-31T20:30:12.135870+0000 mgr.a (mgr.14433) 201 : cluster [DBG] pgmap v125: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:30:13.585 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:30:13 vm01 bash[20507]: audit 2026-03-31T20:30:13.010898+0000 mon.a (mon.0) 685 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:30:13.585 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:30:13 vm01 bash[20507]: audit 2026-03-31T20:30:13.010898+0000 mon.a (mon.0) 685 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:30:13.585 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:30:13 vm01 bash[20507]: audit 2026-03-31T20:30:13.014834+0000 mon.a (mon.0) 686 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:30:13.585 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:30:13 vm01 bash[20507]: audit 2026-03-31T20:30:13.014834+0000 mon.a (mon.0) 686 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:30:13.636 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:30:13 vm05 bash[22868]: cephadm 2026-03-31T20:30:11.949594+0000 mgr.a (mgr.14433) 200 : cephadm [INF] Reconfiguring node-exporter.vm06 deps ['secure_monitoring_stack:False'] -> ['mgmt-gateway.vm06', 'secure_monitoring_stack:False'] (diff {'mgmt-gateway.vm06'}) 2026-03-31T20:30:13.636 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:30:13 vm05 bash[22868]: cephadm 2026-03-31T20:30:11.949594+0000 mgr.a (mgr.14433) 200 : cephadm [INF] Reconfiguring node-exporter.vm06 deps ['secure_monitoring_stack:False'] -> ['mgmt-gateway.vm06', 'secure_monitoring_stack:False'] (diff {'mgmt-gateway.vm06'}) 2026-03-31T20:30:13.636 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:30:13 vm05 bash[22868]: cluster 2026-03-31T20:30:12.135870+0000 mgr.a (mgr.14433) 201 : cluster [DBG] pgmap v125: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:30:13.636 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:30:13 vm05 bash[22868]: cluster 2026-03-31T20:30:12.135870+0000 mgr.a (mgr.14433) 201 : cluster [DBG] pgmap v125: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:30:13.636 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:30:13 vm05 bash[22868]: audit 2026-03-31T20:30:13.010898+0000 mon.a (mon.0) 685 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:30:13.636 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:30:13 vm05 bash[22868]: audit 2026-03-31T20:30:13.010898+0000 mon.a (mon.0) 685 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:30:13.636 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:30:13 vm05 bash[22868]: audit 2026-03-31T20:30:13.014834+0000 mon.a (mon.0) 686 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:30:13.636 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:30:13 vm05 bash[22868]: audit 2026-03-31T20:30:13.014834+0000 mon.a (mon.0) 686 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:30:14.323 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:30:14 vm06 systemd[1]: /etc/systemd/system/ceph-2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37@.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-03-31T20:30:14.324 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:30:14 vm06 bash[23229]: cephadm 2026-03-31T20:30:12.228598+0000 mgr.a (mgr.14433) 202 : cephadm [INF] Deploying daemon node-exporter.vm06 on vm06 2026-03-31T20:30:14.324 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:30:14 vm06 bash[23229]: cephadm 2026-03-31T20:30:12.228598+0000 mgr.a (mgr.14433) 202 : cephadm [INF] Deploying daemon node-exporter.vm06 on vm06 2026-03-31T20:30:14.324 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:30:14 vm06 bash[23229]: cephadm 2026-03-31T20:30:13.015695+0000 mgr.a (mgr.14433) 203 : cephadm [INF] Reconfiguring alertmanager.vm06 deps ['alertmanager.vm06', 'mgr.a', 'mgr.b', 'secure_monitoring_stack:False'] -> ['alertmanager.vm06', 'f6fdffe48c908deb0f4c3bd36c032e72', 'mgmt-gateway.vm06', 'secure_monitoring_stack:False'] (diff {'mgr.b', 'mgmt-gateway.vm06', 'mgr.a', 'f6fdffe48c908deb0f4c3bd36c032e72'}) 2026-03-31T20:30:14.324 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:30:14 vm06 bash[23229]: cephadm 2026-03-31T20:30:13.015695+0000 mgr.a (mgr.14433) 203 : cephadm [INF] Reconfiguring alertmanager.vm06 deps ['alertmanager.vm06', 'mgr.a', 'mgr.b', 'secure_monitoring_stack:False'] -> ['alertmanager.vm06', 'f6fdffe48c908deb0f4c3bd36c032e72', 'mgmt-gateway.vm06', 'secure_monitoring_stack:False'] (diff {'mgr.b', 'mgmt-gateway.vm06', 'mgr.a', 'f6fdffe48c908deb0f4c3bd36c032e72'}) 2026-03-31T20:30:14.324 INFO:journalctl@ceph.osd.2.vm06.stdout:Mar 31 20:30:14 vm06 systemd[1]: /etc/systemd/system/ceph-2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37@.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-03-31T20:30:14.585 INFO:journalctl@ceph.mgr.a.vm01.stdout:Mar 31 20:30:14 vm01 bash[20789]: [31/Mar/2026:20:30:14] ENGINE Bus STOPPING 2026-03-31T20:30:14.585 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:30:14 vm01 bash[20507]: cephadm 2026-03-31T20:30:12.228598+0000 mgr.a (mgr.14433) 202 : cephadm [INF] Deploying daemon node-exporter.vm06 on vm06 2026-03-31T20:30:14.585 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:30:14 vm01 bash[20507]: cephadm 2026-03-31T20:30:12.228598+0000 mgr.a (mgr.14433) 202 : cephadm [INF] Deploying daemon node-exporter.vm06 on vm06 2026-03-31T20:30:14.585 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:30:14 vm01 bash[20507]: cephadm 2026-03-31T20:30:13.015695+0000 mgr.a (mgr.14433) 203 : cephadm [INF] Reconfiguring alertmanager.vm06 deps ['alertmanager.vm06', 'mgr.a', 'mgr.b', 'secure_monitoring_stack:False'] -> ['alertmanager.vm06', 'f6fdffe48c908deb0f4c3bd36c032e72', 'mgmt-gateway.vm06', 'secure_monitoring_stack:False'] (diff {'mgr.b', 'mgmt-gateway.vm06', 'mgr.a', 'f6fdffe48c908deb0f4c3bd36c032e72'}) 2026-03-31T20:30:14.585 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:30:14 vm01 bash[20507]: cephadm 2026-03-31T20:30:13.015695+0000 mgr.a (mgr.14433) 203 : cephadm [INF] Reconfiguring alertmanager.vm06 deps ['alertmanager.vm06', 'mgr.a', 'mgr.b', 'secure_monitoring_stack:False'] -> ['alertmanager.vm06', 'f6fdffe48c908deb0f4c3bd36c032e72', 'mgmt-gateway.vm06', 'secure_monitoring_stack:False'] (diff {'mgr.b', 'mgmt-gateway.vm06', 'mgr.a', 'f6fdffe48c908deb0f4c3bd36c032e72'}) 2026-03-31T20:30:14.636 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:30:14 vm05 bash[22868]: cephadm 2026-03-31T20:30:12.228598+0000 mgr.a (mgr.14433) 202 : cephadm [INF] Deploying daemon node-exporter.vm06 on vm06 2026-03-31T20:30:14.636 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:30:14 vm05 bash[22868]: cephadm 2026-03-31T20:30:12.228598+0000 mgr.a (mgr.14433) 202 : cephadm [INF] Deploying daemon node-exporter.vm06 on vm06 2026-03-31T20:30:14.636 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:30:14 vm05 bash[22868]: cephadm 2026-03-31T20:30:13.015695+0000 mgr.a (mgr.14433) 203 : cephadm [INF] Reconfiguring alertmanager.vm06 deps ['alertmanager.vm06', 'mgr.a', 'mgr.b', 'secure_monitoring_stack:False'] -> ['alertmanager.vm06', 'f6fdffe48c908deb0f4c3bd36c032e72', 'mgmt-gateway.vm06', 'secure_monitoring_stack:False'] (diff {'mgr.b', 'mgmt-gateway.vm06', 'mgr.a', 'f6fdffe48c908deb0f4c3bd36c032e72'}) 2026-03-31T20:30:14.636 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:30:14 vm05 bash[22868]: cephadm 2026-03-31T20:30:13.015695+0000 mgr.a (mgr.14433) 203 : cephadm [INF] Reconfiguring alertmanager.vm06 deps ['alertmanager.vm06', 'mgr.a', 'mgr.b', 'secure_monitoring_stack:False'] -> ['alertmanager.vm06', 'f6fdffe48c908deb0f4c3bd36c032e72', 'mgmt-gateway.vm06', 'secure_monitoring_stack:False'] (diff {'mgr.b', 'mgmt-gateway.vm06', 'mgr.a', 'f6fdffe48c908deb0f4c3bd36c032e72'}) 2026-03-31T20:30:14.715 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:30:14 vm06 systemd[1]: /etc/systemd/system/ceph-2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37@.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-03-31T20:30:14.715 INFO:journalctl@ceph.osd.2.vm06.stdout:Mar 31 20:30:14 vm06 systemd[1]: /etc/systemd/system/ceph-2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37@.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-03-31T20:30:14.976 INFO:journalctl@ceph.mgr.a.vm01.stdout:Mar 31 20:30:14 vm01 bash[20789]: [31/Mar/2026:20:30:14] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('::', 9283)) shut down 2026-03-31T20:30:14.976 INFO:journalctl@ceph.mgr.a.vm01.stdout:Mar 31 20:30:14 vm01 bash[20789]: [31/Mar/2026:20:30:14] ENGINE Bus STOPPED 2026-03-31T20:30:15.226 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:30:15 vm01 bash[20507]: cephadm 2026-03-31T20:30:13.509188+0000 mgr.a (mgr.14433) 204 : cephadm [INF] Deploying daemon alertmanager.vm06 on vm06 2026-03-31T20:30:15.226 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:30:15 vm01 bash[20507]: cephadm 2026-03-31T20:30:13.509188+0000 mgr.a (mgr.14433) 204 : cephadm [INF] Deploying daemon alertmanager.vm06 on vm06 2026-03-31T20:30:15.226 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:30:15 vm01 bash[20507]: cluster 2026-03-31T20:30:14.136118+0000 mgr.a (mgr.14433) 205 : cluster [DBG] pgmap v126: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:30:15.226 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:30:15 vm01 bash[20507]: cluster 2026-03-31T20:30:14.136118+0000 mgr.a (mgr.14433) 205 : cluster [DBG] pgmap v126: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:30:15.226 INFO:journalctl@ceph.mgr.a.vm01.stdout:Mar 31 20:30:14 vm01 bash[20789]: [31/Mar/2026:20:30:14] ENGINE Bus STARTING 2026-03-31T20:30:15.226 INFO:journalctl@ceph.mgr.a.vm01.stdout:Mar 31 20:30:15 vm01 bash[20789]: [31/Mar/2026:20:30:15] ENGINE Serving on https://:::9283 2026-03-31T20:30:15.226 INFO:journalctl@ceph.mgr.a.vm01.stdout:Mar 31 20:30:15 vm01 bash[20789]: [31/Mar/2026:20:30:15] ENGINE Bus STARTED 2026-03-31T20:30:15.226 INFO:journalctl@ceph.mgr.a.vm01.stdout:Mar 31 20:30:15 vm01 bash[20789]: [31/Mar/2026:20:30:15] ENGINE Bus STOPPING 2026-03-31T20:30:15.226 INFO:journalctl@ceph.mgr.a.vm01.stdout:Mar 31 20:30:15 vm01 bash[20789]: [31/Mar/2026:20:30:15] ENGINE Client ('::1', 57310, 0, 0) lost — peer dropped the TLS connection suddenly, during handshake: (6, 'TLS/SSL connection has been closed (EOF) (_ssl.c:1147)') 2026-03-31T20:30:15.226 INFO:journalctl@ceph.mgr.a.vm01.stdout:Mar 31 20:30:15 vm01 bash[20789]: [31/Mar/2026:20:30:15] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('::', 9283)) shut down 2026-03-31T20:30:15.226 INFO:journalctl@ceph.mgr.a.vm01.stdout:Mar 31 20:30:15 vm01 bash[20789]: [31/Mar/2026:20:30:15] ENGINE Bus STOPPED 2026-03-31T20:30:15.563 INFO:journalctl@ceph.mgr.a.vm01.stdout:Mar 31 20:30:15 vm01 bash[20789]: [31/Mar/2026:20:30:15] ENGINE Bus STARTING 2026-03-31T20:30:15.563 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:30:15 vm01 bash[20507]: audit 2026-03-31T20:30:14.429370+0000 mon.a (mon.0) 687 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:30:15.563 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:30:15 vm01 bash[20507]: audit 2026-03-31T20:30:14.429370+0000 mon.a (mon.0) 687 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:30:15.563 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:30:15 vm01 bash[20507]: audit 2026-03-31T20:30:14.433064+0000 mon.a (mon.0) 688 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:30:15.563 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:30:15 vm01 bash[20507]: audit 2026-03-31T20:30:14.433064+0000 mon.a (mon.0) 688 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:30:15.563 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:30:15 vm01 bash[20507]: audit 2026-03-31T20:30:14.438180+0000 mon.a (mon.0) 689 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:30:15.563 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:30:15 vm01 bash[20507]: audit 2026-03-31T20:30:14.438180+0000 mon.a (mon.0) 689 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:30:15.563 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:30:15 vm01 bash[20507]: audit 2026-03-31T20:30:14.441565+0000 mon.a (mon.0) 690 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:30:15.563 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:30:15 vm01 bash[20507]: audit 2026-03-31T20:30:14.441565+0000 mon.a (mon.0) 690 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:30:15.563 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:30:15 vm01 bash[20507]: audit 2026-03-31T20:30:14.446000+0000 mon.a (mon.0) 691 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:30:15.563 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:30:15 vm01 bash[20507]: audit 2026-03-31T20:30:14.446000+0000 mon.a (mon.0) 691 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:30:15.563 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:30:15 vm01 bash[20507]: audit 2026-03-31T20:30:14.449567+0000 mon.a (mon.0) 692 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:30:15.563 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:30:15 vm01 bash[20507]: audit 2026-03-31T20:30:14.449567+0000 mon.a (mon.0) 692 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:30:15.563 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:30:15 vm01 bash[20507]: audit 2026-03-31T20:30:14.454463+0000 mon.a (mon.0) 693 : audit [DBG] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-03-31T20:30:15.563 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:30:15 vm01 bash[20507]: audit 2026-03-31T20:30:14.454463+0000 mon.a (mon.0) 693 : audit [DBG] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-03-31T20:30:15.563 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:30:15 vm01 bash[20507]: audit 2026-03-31T20:30:14.675386+0000 mon.a (mon.0) 694 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "orch get-security-config"} : dispatch 2026-03-31T20:30:15.563 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:30:15 vm01 bash[20507]: audit 2026-03-31T20:30:14.675386+0000 mon.a (mon.0) 694 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "orch get-security-config"} : dispatch 2026-03-31T20:30:15.563 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:30:15 vm01 bash[20507]: audit 2026-03-31T20:30:14.676669+0000 mon.a (mon.0) 695 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "orch certmgr generate-certificates", "module_name": "prometheus", "format": "json"} : dispatch 2026-03-31T20:30:15.564 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:30:15 vm01 bash[20507]: audit 2026-03-31T20:30:14.676669+0000 mon.a (mon.0) 695 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "orch certmgr generate-certificates", "module_name": "prometheus", "format": "json"} : dispatch 2026-03-31T20:30:15.564 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:30:15 vm01 bash[20507]: audit 2026-03-31T20:30:15.095358+0000 mon.a (mon.0) 696 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "orch get-security-config"} : dispatch 2026-03-31T20:30:15.564 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:30:15 vm01 bash[20507]: audit 2026-03-31T20:30:15.095358+0000 mon.a (mon.0) 696 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "orch get-security-config"} : dispatch 2026-03-31T20:30:15.564 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:30:15 vm01 bash[20507]: audit 2026-03-31T20:30:15.096605+0000 mon.a (mon.0) 697 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "orch certmgr generate-certificates", "module_name": "prometheus", "format": "json"} : dispatch 2026-03-31T20:30:15.564 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:30:15 vm01 bash[20507]: audit 2026-03-31T20:30:15.096605+0000 mon.a (mon.0) 697 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "orch certmgr generate-certificates", "module_name": "prometheus", "format": "json"} : dispatch 2026-03-31T20:30:15.636 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:30:15 vm05 bash[22868]: cephadm 2026-03-31T20:30:13.509188+0000 mgr.a (mgr.14433) 204 : cephadm [INF] Deploying daemon alertmanager.vm06 on vm06 2026-03-31T20:30:15.636 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:30:15 vm05 bash[22868]: cephadm 2026-03-31T20:30:13.509188+0000 mgr.a (mgr.14433) 204 : cephadm [INF] Deploying daemon alertmanager.vm06 on vm06 2026-03-31T20:30:15.636 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:30:15 vm05 bash[22868]: cluster 2026-03-31T20:30:14.136118+0000 mgr.a (mgr.14433) 205 : cluster [DBG] pgmap v126: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:30:15.636 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:30:15 vm05 bash[22868]: cluster 2026-03-31T20:30:14.136118+0000 mgr.a (mgr.14433) 205 : cluster [DBG] pgmap v126: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:30:15.636 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:30:15 vm05 bash[22868]: audit 2026-03-31T20:30:14.429370+0000 mon.a (mon.0) 687 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:30:15.636 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:30:15 vm05 bash[22868]: audit 2026-03-31T20:30:14.429370+0000 mon.a (mon.0) 687 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:30:15.636 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:30:15 vm05 bash[22868]: audit 2026-03-31T20:30:14.433064+0000 mon.a (mon.0) 688 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:30:15.636 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:30:15 vm05 bash[22868]: audit 2026-03-31T20:30:14.433064+0000 mon.a (mon.0) 688 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:30:15.636 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:30:15 vm05 bash[22868]: audit 2026-03-31T20:30:14.438180+0000 mon.a (mon.0) 689 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:30:15.636 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:30:15 vm05 bash[22868]: audit 2026-03-31T20:30:14.438180+0000 mon.a (mon.0) 689 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:30:15.636 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:30:15 vm05 bash[22868]: audit 2026-03-31T20:30:14.441565+0000 mon.a (mon.0) 690 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:30:15.636 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:30:15 vm05 bash[22868]: audit 2026-03-31T20:30:14.441565+0000 mon.a (mon.0) 690 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:30:15.636 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:30:15 vm05 bash[22868]: audit 2026-03-31T20:30:14.446000+0000 mon.a (mon.0) 691 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:30:15.637 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:30:15 vm05 bash[22868]: audit 2026-03-31T20:30:14.446000+0000 mon.a (mon.0) 691 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:30:15.637 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:30:15 vm05 bash[22868]: audit 2026-03-31T20:30:14.449567+0000 mon.a (mon.0) 692 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:30:15.637 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:30:15 vm05 bash[22868]: audit 2026-03-31T20:30:14.449567+0000 mon.a (mon.0) 692 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:30:15.637 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:30:15 vm05 bash[22868]: audit 2026-03-31T20:30:14.454463+0000 mon.a (mon.0) 693 : audit [DBG] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-03-31T20:30:15.637 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:30:15 vm05 bash[22868]: audit 2026-03-31T20:30:14.454463+0000 mon.a (mon.0) 693 : audit [DBG] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-03-31T20:30:15.637 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:30:15 vm05 bash[22868]: audit 2026-03-31T20:30:14.675386+0000 mon.a (mon.0) 694 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "orch get-security-config"} : dispatch 2026-03-31T20:30:15.637 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:30:15 vm05 bash[22868]: audit 2026-03-31T20:30:14.675386+0000 mon.a (mon.0) 694 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "orch get-security-config"} : dispatch 2026-03-31T20:30:15.637 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:30:15 vm05 bash[22868]: audit 2026-03-31T20:30:14.676669+0000 mon.a (mon.0) 695 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "orch certmgr generate-certificates", "module_name": "prometheus", "format": "json"} : dispatch 2026-03-31T20:30:15.637 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:30:15 vm05 bash[22868]: audit 2026-03-31T20:30:14.676669+0000 mon.a (mon.0) 695 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "orch certmgr generate-certificates", "module_name": "prometheus", "format": "json"} : dispatch 2026-03-31T20:30:15.637 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:30:15 vm05 bash[22868]: audit 2026-03-31T20:30:15.095358+0000 mon.a (mon.0) 696 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "orch get-security-config"} : dispatch 2026-03-31T20:30:15.637 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:30:15 vm05 bash[22868]: audit 2026-03-31T20:30:15.095358+0000 mon.a (mon.0) 696 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "orch get-security-config"} : dispatch 2026-03-31T20:30:15.637 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:30:15 vm05 bash[22868]: audit 2026-03-31T20:30:15.096605+0000 mon.a (mon.0) 697 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "orch certmgr generate-certificates", "module_name": "prometheus", "format": "json"} : dispatch 2026-03-31T20:30:15.637 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:30:15 vm05 bash[22868]: audit 2026-03-31T20:30:15.096605+0000 mon.a (mon.0) 697 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "orch certmgr generate-certificates", "module_name": "prometheus", "format": "json"} : dispatch 2026-03-31T20:30:15.715 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:30:15 vm06 bash[23229]: cephadm 2026-03-31T20:30:13.509188+0000 mgr.a (mgr.14433) 204 : cephadm [INF] Deploying daemon alertmanager.vm06 on vm06 2026-03-31T20:30:15.715 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:30:15 vm06 bash[23229]: cephadm 2026-03-31T20:30:13.509188+0000 mgr.a (mgr.14433) 204 : cephadm [INF] Deploying daemon alertmanager.vm06 on vm06 2026-03-31T20:30:15.715 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:30:15 vm06 bash[23229]: cluster 2026-03-31T20:30:14.136118+0000 mgr.a (mgr.14433) 205 : cluster [DBG] pgmap v126: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:30:15.715 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:30:15 vm06 bash[23229]: cluster 2026-03-31T20:30:14.136118+0000 mgr.a (mgr.14433) 205 : cluster [DBG] pgmap v126: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:30:15.715 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:30:15 vm06 bash[23229]: audit 2026-03-31T20:30:14.429370+0000 mon.a (mon.0) 687 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:30:15.716 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:30:15 vm06 bash[23229]: audit 2026-03-31T20:30:14.429370+0000 mon.a (mon.0) 687 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:30:15.716 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:30:15 vm06 bash[23229]: audit 2026-03-31T20:30:14.433064+0000 mon.a (mon.0) 688 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:30:15.716 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:30:15 vm06 bash[23229]: audit 2026-03-31T20:30:14.433064+0000 mon.a (mon.0) 688 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:30:15.716 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:30:15 vm06 bash[23229]: audit 2026-03-31T20:30:14.438180+0000 mon.a (mon.0) 689 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:30:15.716 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:30:15 vm06 bash[23229]: audit 2026-03-31T20:30:14.438180+0000 mon.a (mon.0) 689 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:30:15.716 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:30:15 vm06 bash[23229]: audit 2026-03-31T20:30:14.441565+0000 mon.a (mon.0) 690 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:30:15.716 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:30:15 vm06 bash[23229]: audit 2026-03-31T20:30:14.441565+0000 mon.a (mon.0) 690 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:30:15.716 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:30:15 vm06 bash[23229]: audit 2026-03-31T20:30:14.446000+0000 mon.a (mon.0) 691 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:30:15.716 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:30:15 vm06 bash[23229]: audit 2026-03-31T20:30:14.446000+0000 mon.a (mon.0) 691 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:30:15.716 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:30:15 vm06 bash[23229]: audit 2026-03-31T20:30:14.449567+0000 mon.a (mon.0) 692 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:30:15.716 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:30:15 vm06 bash[23229]: audit 2026-03-31T20:30:14.449567+0000 mon.a (mon.0) 692 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:30:15.716 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:30:15 vm06 bash[23229]: audit 2026-03-31T20:30:14.454463+0000 mon.a (mon.0) 693 : audit [DBG] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-03-31T20:30:15.716 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:30:15 vm06 bash[23229]: audit 2026-03-31T20:30:14.454463+0000 mon.a (mon.0) 693 : audit [DBG] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-03-31T20:30:15.716 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:30:15 vm06 bash[23229]: audit 2026-03-31T20:30:14.675386+0000 mon.a (mon.0) 694 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "orch get-security-config"} : dispatch 2026-03-31T20:30:15.716 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:30:15 vm06 bash[23229]: audit 2026-03-31T20:30:14.675386+0000 mon.a (mon.0) 694 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "orch get-security-config"} : dispatch 2026-03-31T20:30:15.716 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:30:15 vm06 bash[23229]: audit 2026-03-31T20:30:14.676669+0000 mon.a (mon.0) 695 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "orch certmgr generate-certificates", "module_name": "prometheus", "format": "json"} : dispatch 2026-03-31T20:30:15.716 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:30:15 vm06 bash[23229]: audit 2026-03-31T20:30:14.676669+0000 mon.a (mon.0) 695 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "orch certmgr generate-certificates", "module_name": "prometheus", "format": "json"} : dispatch 2026-03-31T20:30:15.716 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:30:15 vm06 bash[23229]: audit 2026-03-31T20:30:15.095358+0000 mon.a (mon.0) 696 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "orch get-security-config"} : dispatch 2026-03-31T20:30:15.716 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:30:15 vm06 bash[23229]: audit 2026-03-31T20:30:15.095358+0000 mon.a (mon.0) 696 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "orch get-security-config"} : dispatch 2026-03-31T20:30:15.716 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:30:15 vm06 bash[23229]: audit 2026-03-31T20:30:15.096605+0000 mon.a (mon.0) 697 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "orch certmgr generate-certificates", "module_name": "prometheus", "format": "json"} : dispatch 2026-03-31T20:30:15.716 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:30:15 vm06 bash[23229]: audit 2026-03-31T20:30:15.096605+0000 mon.a (mon.0) 697 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "orch certmgr generate-certificates", "module_name": "prometheus", "format": "json"} : dispatch 2026-03-31T20:30:15.835 INFO:journalctl@ceph.mgr.a.vm01.stdout:Mar 31 20:30:15 vm01 bash[20789]: [31/Mar/2026:20:30:15] ENGINE Serving on https://:::9283 2026-03-31T20:30:15.835 INFO:journalctl@ceph.mgr.a.vm01.stdout:Mar 31 20:30:15 vm01 bash[20789]: [31/Mar/2026:20:30:15] ENGINE Bus STARTED 2026-03-31T20:30:15.835 INFO:journalctl@ceph.mgr.a.vm01.stdout:Mar 31 20:30:15 vm01 bash[20789]: [31/Mar/2026:20:30:15] ENGINE Client ('::1', 57342, 0, 0) lost — peer dropped the TLS connection suddenly, during handshake: (6, 'TLS/SSL connection has been closed (EOF) (_ssl.c:1147)') 2026-03-31T20:30:16.504 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:30:16 vm06 bash[23229]: audit 2026-03-31T20:30:14.675923+0000 mgr.a (mgr.14433) 206 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "orch get-security-config"}]: dispatch 2026-03-31T20:30:16.504 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:30:16 vm06 bash[23229]: audit 2026-03-31T20:30:14.675923+0000 mgr.a (mgr.14433) 206 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "orch get-security-config"}]: dispatch 2026-03-31T20:30:16.504 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:30:16 vm06 bash[23229]: audit 2026-03-31T20:30:14.677007+0000 mgr.a (mgr.14433) 207 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "orch certmgr generate-certificates", "module_name": "prometheus", "format": "json"}]: dispatch 2026-03-31T20:30:16.504 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:30:16 vm06 bash[23229]: audit 2026-03-31T20:30:14.677007+0000 mgr.a (mgr.14433) 207 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "orch certmgr generate-certificates", "module_name": "prometheus", "format": "json"}]: dispatch 2026-03-31T20:30:16.504 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:30:16 vm06 bash[23229]: audit 2026-03-31T20:30:15.095875+0000 mgr.a (mgr.14433) 208 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "orch get-security-config"}]: dispatch 2026-03-31T20:30:16.504 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:30:16 vm06 bash[23229]: audit 2026-03-31T20:30:15.095875+0000 mgr.a (mgr.14433) 208 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "orch get-security-config"}]: dispatch 2026-03-31T20:30:16.504 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:30:16 vm06 bash[23229]: audit 2026-03-31T20:30:15.096931+0000 mgr.a (mgr.14433) 209 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "orch certmgr generate-certificates", "module_name": "prometheus", "format": "json"}]: dispatch 2026-03-31T20:30:16.504 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:30:16 vm06 bash[23229]: audit 2026-03-31T20:30:15.096931+0000 mgr.a (mgr.14433) 209 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "orch certmgr generate-certificates", "module_name": "prometheus", "format": "json"}]: dispatch 2026-03-31T20:30:16.504 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:30:16 vm06 bash[23229]: cluster 2026-03-31T20:30:16.136368+0000 mgr.a (mgr.14433) 210 : cluster [DBG] pgmap v127: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:30:16.504 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:30:16 vm06 bash[23229]: cluster 2026-03-31T20:30:16.136368+0000 mgr.a (mgr.14433) 210 : cluster [DBG] pgmap v127: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:30:16.585 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:30:16 vm01 bash[20507]: audit 2026-03-31T20:30:14.675923+0000 mgr.a (mgr.14433) 206 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "orch get-security-config"}]: dispatch 2026-03-31T20:30:16.585 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:30:16 vm01 bash[20507]: audit 2026-03-31T20:30:14.675923+0000 mgr.a (mgr.14433) 206 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "orch get-security-config"}]: dispatch 2026-03-31T20:30:16.585 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:30:16 vm01 bash[20507]: audit 2026-03-31T20:30:14.677007+0000 mgr.a (mgr.14433) 207 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "orch certmgr generate-certificates", "module_name": "prometheus", "format": "json"}]: dispatch 2026-03-31T20:30:16.585 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:30:16 vm01 bash[20507]: audit 2026-03-31T20:30:14.677007+0000 mgr.a (mgr.14433) 207 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "orch certmgr generate-certificates", "module_name": "prometheus", "format": "json"}]: dispatch 2026-03-31T20:30:16.585 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:30:16 vm01 bash[20507]: audit 2026-03-31T20:30:15.095875+0000 mgr.a (mgr.14433) 208 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "orch get-security-config"}]: dispatch 2026-03-31T20:30:16.585 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:30:16 vm01 bash[20507]: audit 2026-03-31T20:30:15.095875+0000 mgr.a (mgr.14433) 208 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "orch get-security-config"}]: dispatch 2026-03-31T20:30:16.585 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:30:16 vm01 bash[20507]: audit 2026-03-31T20:30:15.096931+0000 mgr.a (mgr.14433) 209 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "orch certmgr generate-certificates", "module_name": "prometheus", "format": "json"}]: dispatch 2026-03-31T20:30:16.585 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:30:16 vm01 bash[20507]: audit 2026-03-31T20:30:15.096931+0000 mgr.a (mgr.14433) 209 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "orch certmgr generate-certificates", "module_name": "prometheus", "format": "json"}]: dispatch 2026-03-31T20:30:16.586 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:30:16 vm01 bash[20507]: cluster 2026-03-31T20:30:16.136368+0000 mgr.a (mgr.14433) 210 : cluster [DBG] pgmap v127: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:30:16.586 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:30:16 vm01 bash[20507]: cluster 2026-03-31T20:30:16.136368+0000 mgr.a (mgr.14433) 210 : cluster [DBG] pgmap v127: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:30:16.636 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:30:16 vm05 bash[22868]: audit 2026-03-31T20:30:14.675923+0000 mgr.a (mgr.14433) 206 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "orch get-security-config"}]: dispatch 2026-03-31T20:30:16.636 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:30:16 vm05 bash[22868]: audit 2026-03-31T20:30:14.675923+0000 mgr.a (mgr.14433) 206 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "orch get-security-config"}]: dispatch 2026-03-31T20:30:16.636 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:30:16 vm05 bash[22868]: audit 2026-03-31T20:30:14.677007+0000 mgr.a (mgr.14433) 207 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "orch certmgr generate-certificates", "module_name": "prometheus", "format": "json"}]: dispatch 2026-03-31T20:30:16.636 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:30:16 vm05 bash[22868]: audit 2026-03-31T20:30:14.677007+0000 mgr.a (mgr.14433) 207 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "orch certmgr generate-certificates", "module_name": "prometheus", "format": "json"}]: dispatch 2026-03-31T20:30:16.636 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:30:16 vm05 bash[22868]: audit 2026-03-31T20:30:15.095875+0000 mgr.a (mgr.14433) 208 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "orch get-security-config"}]: dispatch 2026-03-31T20:30:16.636 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:30:16 vm05 bash[22868]: audit 2026-03-31T20:30:15.095875+0000 mgr.a (mgr.14433) 208 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "orch get-security-config"}]: dispatch 2026-03-31T20:30:16.636 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:30:16 vm05 bash[22868]: audit 2026-03-31T20:30:15.096931+0000 mgr.a (mgr.14433) 209 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "orch certmgr generate-certificates", "module_name": "prometheus", "format": "json"}]: dispatch 2026-03-31T20:30:16.636 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:30:16 vm05 bash[22868]: audit 2026-03-31T20:30:15.096931+0000 mgr.a (mgr.14433) 209 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "orch certmgr generate-certificates", "module_name": "prometheus", "format": "json"}]: dispatch 2026-03-31T20:30:16.636 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:30:16 vm05 bash[22868]: cluster 2026-03-31T20:30:16.136368+0000 mgr.a (mgr.14433) 210 : cluster [DBG] pgmap v127: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:30:16.636 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:30:16 vm05 bash[22868]: cluster 2026-03-31T20:30:16.136368+0000 mgr.a (mgr.14433) 210 : cluster [DBG] pgmap v127: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:30:16.908 INFO:teuthology.orchestra.run.vm01.stderr:+ for i in {1..30} 2026-03-31T20:30:16.908 INFO:teuthology.orchestra.run.vm01.stderr:+ local response 2026-03-31T20:30:16.908 INFO:teuthology.orchestra.run.vm01.stderr:++ curl -k -s -u admin:admin https://192.168.123.106/grafana/api/health 2026-03-31T20:30:16.924 INFO:teuthology.orchestra.run.vm01.stderr:+ response='{ 2026-03-31T20:30:16.924 INFO:teuthology.orchestra.run.vm01.stderr: "database": "ok", 2026-03-31T20:30:16.924 INFO:teuthology.orchestra.run.vm01.stderr: "version": "12.3.1", 2026-03-31T20:30:16.924 INFO:teuthology.orchestra.run.vm01.stderr: "commit": "3a1c80ca7ce612f309fdc99338dd3c5e486339be" 2026-03-31T20:30:16.924 INFO:teuthology.orchestra.run.vm01.stderr:}' 2026-03-31T20:30:16.924 INFO:teuthology.orchestra.run.vm01.stderr:+ echo '{ 2026-03-31T20:30:16.924 INFO:teuthology.orchestra.run.vm01.stderr: "database": "ok", 2026-03-31T20:30:16.924 INFO:teuthology.orchestra.run.vm01.stderr: "version": "12.3.1", 2026-03-31T20:30:16.924 INFO:teuthology.orchestra.run.vm01.stderr: "commit": "3a1c80ca7ce612f309fdc99338dd3c5e486339be" 2026-03-31T20:30:16.924 INFO:teuthology.orchestra.run.vm01.stderr:}' 2026-03-31T20:30:16.924 INFO:teuthology.orchestra.run.vm01.stderr:+ jq -e '.database == "ok"' 2026-03-31T20:30:16.926 INFO:teuthology.orchestra.run.vm01.stdout:Service Grafana is healthy. 2026-03-31T20:30:16.926 INFO:teuthology.orchestra.run.vm01.stdout:Waiting for service Prometheus to be healthy at https://192.168.123.106/prometheus/api/v1/status/config... 2026-03-31T20:30:16.926 INFO:teuthology.orchestra.run.vm01.stderr:+ echo 'Service Grafana is healthy.' 2026-03-31T20:30:16.926 INFO:teuthology.orchestra.run.vm01.stderr:+ return 0 2026-03-31T20:30:16.926 INFO:teuthology.orchestra.run.vm01.stderr:+ wait_for_service Prometheus https://192.168.123.106/prometheus/api/v1/status/config '.status == "success"' 2026-03-31T20:30:16.926 INFO:teuthology.orchestra.run.vm01.stderr:+ local name=Prometheus 2026-03-31T20:30:16.926 INFO:teuthology.orchestra.run.vm01.stderr:+ local url=https://192.168.123.106/prometheus/api/v1/status/config 2026-03-31T20:30:16.926 INFO:teuthology.orchestra.run.vm01.stderr:+ local 'jq_filter=.status == "success"' 2026-03-31T20:30:16.926 INFO:teuthology.orchestra.run.vm01.stderr:+ echo 'Waiting for service Prometheus to be healthy at https://192.168.123.106/prometheus/api/v1/status/config...' 2026-03-31T20:30:16.926 INFO:teuthology.orchestra.run.vm01.stderr:+ for i in {1..30} 2026-03-31T20:30:16.926 INFO:teuthology.orchestra.run.vm01.stderr:+ local response 2026-03-31T20:30:16.926 INFO:teuthology.orchestra.run.vm01.stderr:++ curl -k -s -u admin:admin https://192.168.123.106/prometheus/api/v1/status/config 2026-03-31T20:30:17.113 INFO:teuthology.orchestra.run.vm01.stderr:+ response='{"status":"success","data":{"yaml":"global:\n scrape_interval: 10s\n scrape_timeout: 10s\n scrape_protocols:\n - OpenMetricsText1.0.0\n - OpenMetricsText0.0.1\n - PrometheusText1.0.0\n - PrometheusText0.0.4\n evaluation_interval: 10s\n external_labels:\n cluster: 2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37\nruntime:\n gogc: 75\nalerting:\n alertmanagers:\n - basic_auth:\n username: admin\n password: \u003csecret\u003e\n tls_config:\n ca_file: /etc/prometheus/root_cert.pem\n cert_file: /etc/prometheus/prometheus.crt\n key_file: /etc/prometheus/prometheus.key\n insecure_skip_verify: false\n follow_redirects: true\n enable_http2: true\n scheme: https\n path_prefix: /alertmanager\n timeout: 10s\n api_version: v2\n http_sd_configs:\n - basic_auth:\n username: admin\n password: \u003csecret\u003e\n tls_config:\n ca_file: /etc/prometheus/root_cert.pem\n cert_file: /etc/prometheus/prometheus.crt\n key_file: /etc/prometheus/prometheus.key\n insecure_skip_verify: false\n follow_redirects: true\n enable_http2: true\n refresh_interval: 1m\n url: https://vm06.local:29443/internal/sd/prometheus/sd-config?service=alertmanager\nrule_files:\n- /etc/prometheus/alerting/*\nscrape_configs:\n- job_name: ceph\n honor_labels: true\n honor_timestamps: true\n track_timestamps_staleness: false\n scrape_interval: 10s\n scrape_timeout: 10s\n scrape_protocols:\n - OpenMetricsText1.0.0\n - OpenMetricsText0.0.1\n - PrometheusText1.0.0\n - PrometheusText0.0.4\n always_scrape_classic_histograms: false\n convert_classic_histograms_to_nhcb: false\n metrics_path: /metrics\n scheme: https\n enable_compression: true\n metric_name_validation_scheme: utf8\n metric_name_escaping_scheme: allow-utf-8\n tls_config:\n ca_file: /etc/prometheus/root_cert.pem\n insecure_skip_verify: false\n follow_redirects: true\n enable_http2: true\n relabel_configs:\n - source_labels: [__address__]\n separator: ;\n target_label: cluster\n replacement: 2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37\n action: replace\n - source_labels: [instance]\n separator: ;\n target_label: instance\n replacement: ceph_cluster\n action: replace\n http_sd_configs:\n - basic_auth:\n username: admin\n password: \u003csecret\u003e\n tls_config:\n ca_file: /etc/prometheus/root_cert.pem\n cert_file: /etc/prometheus/prometheus.crt\n key_file: /etc/prometheus/prometheus.key\n insecure_skip_verify: false\n follow_redirects: true\n enable_http2: true\n refresh_interval: 1m\n url: https://vm06.local:29443/internal/sd/prometheus/sd-config?service=mgr-prometheus\n- job_name: node\n honor_timestamps: true\n track_timestamps_staleness: false\n scrape_interval: 10s\n scrape_timeout: 10s\n scrape_protocols:\n - OpenMetricsText1.0.0\n - OpenMetricsText0.0.1\n - PrometheusText1.0.0\n - PrometheusText0.0.4\n always_scrape_classic_histograms: false\n convert_classic_histograms_to_nhcb: false\n metrics_path: /metrics\n scheme: https\n enable_compression: true\n metric_name_validation_scheme: utf8\n metric_name_escaping_scheme: allow-utf-8\n tls_config:\n ca_file: /etc/prometheus/root_cert.pem\n cert_file: /etc/prometheus/prometheus.crt\n key_file: /etc/prometheus/prometheus.key\n insecure_skip_verify: false\n follow_redirects: true\n enable_http2: true\n relabel_configs:\n - source_labels: [__address__]\n separator: ;\n target_label: cluster\n replacement: 2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37\n action: replace\n http_sd_configs:\n - basic_auth:\n username: admin\n password: \u003csecret\u003e\n tls_config:\n ca_file: /etc/prometheus/root_cert.pem\n cert_file: /etc/prometheus/prometheus.crt\n key_file: /etc/prometheus/prometheus.key\n insecure_skip_verify: false\n follow_redirects: true\n enable_http2: true\n refresh_interval: 1m\n url: https://vm06.local:29443/internal/sd/prometheus/sd-config?service=node-exporter\n- job_name: ceph-exporter\n honor_labels: true\n honor_timestamps: true\n track_timestamps_staleness: false\n scrape_interval: 10s\n scrape_timeout: 10s\n scrape_protocols:\n - OpenMetricsText1.0.0\n - OpenMetricsText0.0.1\n - PrometheusText1.0.0\n - PrometheusText0.0.4\n always_scrape_classic_histograms: false\n convert_classic_histograms_to_nhcb: false\n metrics_path: /metrics\n scheme: https\n enable_compression: true\n metric_name_validation_scheme: utf8\n metric_name_escaping_scheme: allow-utf-8\n tls_config:\n ca_file: /etc/prometheus/root_cert.pem\n insecure_skip_verify: false\n follow_redirects: true\n enable_http2: true\n relabel_configs:\n - source_labels: [__address__]\n separator: ;\n target_label: cluster\n replacement: 2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37\n action: replace\n http_sd_configs:\n - basic_auth:\n username: admin\n password: \u003csecret\u003e\n tls_config:\n ca_file: /etc/prometheus/root_cert.pem\n cert_file: /etc/prometheus/prometheus.crt\n key_file: /etc/prometheus/prometheus.key\n insecure_skip_verify: false\n follow_redirects: true\n enable_http2: true\n refresh_interval: 1m\n url: https://vm06.local:29443/internal/sd/prometheus/sd-config?service=ceph-exporter\n- job_name: nvmeof\n honor_labels: true\n honor_timestamps: true\n track_timestamps_staleness: false\n scrape_interval: 10s\n scrape_timeout: 10s\n scrape_protocols:\n - OpenMetricsText1.0.0\n - OpenMetricsText0.0.1\n - PrometheusText1.0.0\n - PrometheusText0.0.4\n always_scrape_classic_histograms: false\n convert_classic_histograms_to_nhcb: false\n metrics_path: /metrics\n scheme: https\n enable_compression: true\n metric_name_validation_scheme: utf8\n metric_name_escaping_scheme: allow-utf-8\n tls_config:\n ca_file: /etc/prometheus/root_cert.pem\n insecure_skip_verify: false\n follow_redirects: true\n enable_http2: true\n http_sd_configs:\n - basic_auth:\n username: admin\n password: \u003csecret\u003e\n tls_config:\n ca_file: /etc/prometheus/root_cert.pem\n cert_file: /etc/prometheus/prometheus.crt\n key_file: /etc/prometheus/prometheus.key\n insecure_skip_verify: false\n follow_redirects: true\n enable_http2: true\n refresh_interval: 1m\n url: https://vm06.local:29443/internal/sd/prometheus/sd-config?service=nvmeof\n- job_name: nfs\n honor_labels: true\n honor_timestamps: true\n track_timestamps_staleness: false\n scrape_interval: 10s\n scrape_timeout: 10s\n scrape_protocols:\n - OpenMetricsText1.0.0\n - OpenMetricsText0.0.1\n - PrometheusText1.0.0\n - PrometheusText0.0.4\n always_scrape_classic_histograms: false\n convert_classic_histograms_to_nhcb: false\n metrics_path: /metrics\n scheme: https\n enable_compression: true\n metric_name_validation_scheme: utf8\n metric_name_escaping_scheme: allow-utf-8\n tls_config:\n ca_file: /etc/prometheus/root_cert.pem\n insecure_skip_verify: false\n follow_redirects: true\n enable_http2: true\n http_sd_configs:\n - basic_auth:\n username: admin\n password: \u003csecret\u003e\n tls_config:\n ca_file: /etc/prometheus/root_cert.pem\n cert_file: /etc/prometheus/prometheus.crt\n key_file: /etc/prometheus/prometheus.key\n insecure_skip_verify: false\n follow_redirects: true\n enable_http2: true\n refresh_interval: 1m\n url: https://vm06.local:29443/internal/sd/prometheus/sd-config?service=nfs\n- job_name: smb\n honor_labels: true\n honor_timestamps: true\n track_timestamps_staleness: false\n scrape_interval: 10s\n scrape_timeout: 10s\n scrape_protocols:\n - OpenMetricsText1.0.0\n - OpenMetricsText0.0.1\n - PrometheusText1.0.0\n - PrometheusText0.0.4\n always_scrape_classic_histograms: false\n convert_classic_histograms_to_nhcb: false\n metrics_path: /metrics\n scheme: https\n enable_compression: true\n metric_name_validation_scheme: utf8\n metric_name_escaping_scheme: allow-utf-8\n tls_config:\n ca_file: /etc/prometheus/root_cert.pem\n insecure_skip_verify: false\n follow_redirects: true\n enable_http2: true\n http_sd_configs:\n - basic_auth:\n username: admin\n password: \u003csecret\u003e\n tls_config:\n ca_file: /etc/prometheus/root_cert.pem\n cert_file: /etc/prometheus/prometheus.crt\n key_file: /etc/prometheus/prometheus.key\n insecure_skip_verify: false\n follow_redirects: true\n enable_http2: true\n refresh_interval: 1m\n url: https://vm06.local:29443/internal/sd/prometheus/sd-config?service=smb\notlp:\n translation_strategy: UnderscoreEscapingWithSuffixes\n"}}' 2026-03-31T20:30:17.114 INFO:teuthology.orchestra.run.vm01.stderr:+ echo '{"status":"success","data":{"yaml":"global:\n scrape_interval: 10s\n scrape_timeout: 10s\n scrape_protocols:\n - OpenMetricsText1.0.0\n - OpenMetricsText0.0.1\n - PrometheusText1.0.0\n - PrometheusText0.0.4\n evaluation_interval: 10s\n external_labels:\n cluster: 2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37\nruntime:\n gogc: 75\nalerting:\n alertmanagers:\n - basic_auth:\n username: admin\n password: \u003csecret\u003e\n tls_config:\n ca_file: /etc/prometheus/root_cert.pem\n cert_file: /etc/prometheus/prometheus.crt\n key_file: /etc/prometheus/prometheus.key\n insecure_skip_verify: false\n follow_redirects: true\n enable_http2: true\n scheme: https\n path_prefix: /alertmanager\n timeout: 10s\n api_version: v2\n http_sd_configs:\n - basic_auth:\n username: admin\n password: \u003csecret\u003e\n tls_config:\n ca_file: /etc/prometheus/root_cert.pem\n cert_file: /etc/prometheus/prometheus.crt\n key_file: /etc/prometheus/prometheus.key\n insecure_skip_verify: false\n follow_redirects: true\n enable_http2: true\n refresh_interval: 1m\n url: https://vm06.local:29443/internal/sd/prometheus/sd-config?service=alertmanager\nrule_files:\n- /etc/prometheus/alerting/*\nscrape_configs:\n- job_name: ceph\n honor_labels: true\n honor_timestamps: true\n track_timestamps_staleness: false\n scrape_interval: 10s\n scrape_timeout: 10s\n scrape_protocols:\n - OpenMetricsText1.0.0\n - OpenMetricsText0.0.1\n - PrometheusText1.0.0\n - PrometheusText0.0.4\n always_scrape_classic_histograms: false\n convert_classic_histograms_to_nhcb: false\n metrics_path: /metrics\n scheme: https\n enable_compression: true\n metric_name_validation_scheme: utf8\n metric_name_escaping_scheme: allow-utf-8\n tls_config:\n ca_file: /etc/prometheus/root_cert.pem\n insecure_skip_verify: false\n follow_redirects: true\n enable_http2: true\n relabel_configs:\n - source_labels: [__address__]\n separator: ;\n target_label: cluster\n replacement: 2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37\n action: replace\n - source_labels: [instance]\n separator: ;\n target_label: instance\n replacement: ceph_cluster\n action: replace\n http_sd_configs:\n - basic_auth:\n username: admin\n password: \u003csecret\u003e\n tls_config:\n ca_file: /etc/prometheus/root_cert.pem\n cert_file: /etc/prometheus/prometheus.crt\n key_file: /etc/prometheus/prometheus.key\n insecure_skip_verify: false\n follow_redirects: true\n enable_http2: true\n refresh_interval: 1m\n url: https://vm06.local:29443/internal/sd/prometheus/sd-config?service=mgr-prometheus\n- job_name: node\n honor_timestamps: true\n track_timestamps_staleness: false\n scrape_interval: 10s\n scrape_timeout: 10s\n scrape_protocols:\n - OpenMetricsText1.0.0\n - OpenMetricsText0.0.1\n - PrometheusText1.0.0\n - PrometheusText0.0.4\n always_scrape_classic_histograms: false\n convert_classic_histograms_to_nhcb: false\n metrics_path: /metrics\n scheme: https\n enable_compression: true\n metric_name_validation_scheme: utf8\n metric_name_escaping_scheme: allow-utf-8\n tls_config:\n ca_file: /etc/prometheus/root_cert.pem\n cert_file: /etc/prometheus/prometheus.crt\n key_file: /etc/prometheus/prometheus.key\n insecure_skip_verify: false\n follow_redirects: true\n enable_http2: true\n relabel_configs:\n - source_labels: [__address__]\n separator: ;\n target_label: cluster\n replacement: 2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37\n action: replace\n http_sd_configs:\n - basic_auth:\n username: admin\n password: \u003csecret\u003e\n tls_config:\n ca_file: /etc/prometheus/root_cert.pem\n cert_file: /etc/prometheus/prometheus.crt\n key_file: /etc/prometheus/prometheus.key\n insecure_skip_verify: false\n follow_redirects: true\n enable_http2: true\n refresh_interval: 1m\n url: https://vm06.local:29443/internal/sd/prometheus/sd-config?service=node-exporter\n- job_name: ceph-exporter\n honor_labels: true\n honor_timestamps: true\n track_timestamps_staleness: false\n scrape_interval: 10s\n scrape_timeout: 10s\n scrape_protocols:\n - OpenMetricsText1.0.0\n - OpenMetricsText0.0.1\n - PrometheusText1.0.0\n - PrometheusText0.0.4\n always_scrape_classic_histograms: false\n convert_classic_histograms_to_nhcb: false\n metrics_path: /metrics\n scheme: https\n enable_compression: true\n metric_name_validation_scheme: utf8\n metric_name_escaping_scheme: allow-utf-8\n tls_config:\n ca_file: /etc/prometheus/root_cert.pem\n insecure_skip_verify: false\n follow_redirects: true\n enable_http2: true\n relabel_configs:\n - source_labels: [__address__]\n separator: ;\n target_label: cluster\n replacement: 2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37\n action: replace\n http_sd_configs:\n - basic_auth:\n username: admin\n password: \u003csecret\u003e\n tls_config:\n ca_file: /etc/prometheus/root_cert.pem\n cert_file: /etc/prometheus/prometheus.crt\n key_file: /etc/prometheus/prometheus.key\n insecure_skip_verify: false\n follow_redirects: true\n enable_http2: true\n refresh_interval: 1m\n url: https://vm06.local:29443/internal/sd/prometheus/sd-config?service=ceph-exporter\n- job_name: nvmeof\n honor_labels: true\n honor_timestamps: true\n track_timestamps_staleness: false\n scrape_interval: 10s\n scrape_timeout: 10s\n scrape_protocols:\n - OpenMetricsText1.0.0\n - OpenMetricsText0.0.1\n - PrometheusText1.0.0\n - PrometheusText0.0.4\n always_scrape_classic_histograms: false\n convert_classic_histograms_to_nhcb: false\n metrics_path: /metrics\n scheme: https\n enable_compression: true\n metric_name_validation_scheme: utf8\n metric_name_escaping_scheme: allow-utf-8\n tls_config:\n ca_file: /etc/prometheus/root_cert.pem\n insecure_skip_verify: false\n follow_redirects: true\n enable_http2: true\n http_sd_configs:\n - basic_auth:\n username: admin\n password: \u003csecret\u003e\n tls_config:\n ca_file: /etc/prometheus/root_cert.pem\n cert_file: /etc/prometheus/prometheus.crt\n key_file: /etc/prometheus/prometheus.key\n insecure_skip_verify: false\n follow_redirects: true\n enable_http2: true\n refresh_interval: 1m\n url: https://vm06.local:29443/internal/sd/prometheus/sd-config?service=nvmeof\n- job_name: nfs\n honor_labels: true\n honor_timestamps: true\n track_timestamps_staleness: false\n scrape_interval: 10s\n scrape_timeout: 10s\n scrape_protocols:\n - OpenMetricsText1.0.0\n - OpenMetricsText0.0.1\n - PrometheusText1.0.0\n - PrometheusText0.0.4\n always_scrape_classic_histograms: false\n convert_classic_histograms_to_nhcb: false\n metrics_path: /metrics\n scheme: https\n enable_compression: true\n metric_name_validation_scheme: utf8\n metric_name_escaping_scheme: allow-utf-8\n tls_config:\n ca_file: /etc/prometheus/root_cert.pem\n insecure_skip_verify: false\n follow_redirects: true\n enable_http2: true\n http_sd_configs:\n - basic_auth:\n username: admin\n password: \u003csecret\u003e\n tls_config:\n ca_file: /etc/prometheus/root_cert.pem\n cert_file: /etc/prometheus/prometheus.crt\n key_file: /etc/prometheus/prometheus.key\n insecure_skip_verify: false\n follow_redirects: true\n enable_http2: true\n refresh_interval: 1m\n url: https://vm06.local:29443/internal/sd/prometheus/sd-config?service=nfs\n- job_name: smb\n honor_labels: true\n honor_timestamps: true\n track_timestamps_staleness: false\n scrape_interval: 10s\n scrape_timeout: 10s\n scrape_protocols:\n - OpenMetricsText1.0.0\n - OpenMetricsText0.0.1\n - PrometheusText1.0.0\n - PrometheusText0.0.4\n always_scrape_classic_histograms: false\n convert_classic_histograms_to_nhcb: false\n metrics_path: /metrics\n scheme: https\n enable_compression: true\n metric_name_validation_scheme: utf8\n metric_name_escaping_scheme: allow-utf-8\n tls_config:\n ca_file: /etc/prometheus/root_cert.pem\n insecure_skip_verify: false\n follow_redirects: true\n enable_http2: true\n http_sd_configs:\n - basic_auth:\n username: admin\n password: \u003csecret\u003e\n tls_config:\n ca_file: /etc/prometheus/root_cert.pem\n cert_file: /etc/prometheus/prometheus.crt\n key_file: /etc/prometheus/prometheus.key\n insecure_skip_verify: false\n follow_redirects: true\n enable_http2: true\n refresh_interval: 1m\n url: https://vm06.local:29443/internal/sd/prometheus/sd-config?service=smb\notlp:\n translation_strategy: UnderscoreEscapingWithSuffixes\n"}}' 2026-03-31T20:30:17.114 INFO:teuthology.orchestra.run.vm01.stderr:+ jq -e '.status == "success"' 2026-03-31T20:30:17.115 INFO:teuthology.orchestra.run.vm01.stderr:+ echo 'Service Prometheus is healthy.' 2026-03-31T20:30:17.115 INFO:teuthology.orchestra.run.vm01.stderr:+ return 0 2026-03-31T20:30:17.115 INFO:teuthology.orchestra.run.vm01.stdout:Service Prometheus is healthy. 2026-03-31T20:30:17.115 INFO:teuthology.orchestra.run.vm01.stdout:Waiting for service Alertmanager to be healthy at https://192.168.123.106/alertmanager/api/v2/status... 2026-03-31T20:30:17.115 INFO:teuthology.orchestra.run.vm01.stderr:+ wait_for_service Alertmanager https://192.168.123.106/alertmanager/api/v2/status '.cluster.status == "ready"' 2026-03-31T20:30:17.115 INFO:teuthology.orchestra.run.vm01.stderr:+ local name=Alertmanager 2026-03-31T20:30:17.115 INFO:teuthology.orchestra.run.vm01.stderr:+ local url=https://192.168.123.106/alertmanager/api/v2/status 2026-03-31T20:30:17.115 INFO:teuthology.orchestra.run.vm01.stderr:+ local 'jq_filter=.cluster.status == "ready"' 2026-03-31T20:30:17.115 INFO:teuthology.orchestra.run.vm01.stderr:+ echo 'Waiting for service Alertmanager to be healthy at https://192.168.123.106/alertmanager/api/v2/status...' 2026-03-31T20:30:17.115 INFO:teuthology.orchestra.run.vm01.stderr:+ for i in {1..30} 2026-03-31T20:30:17.115 INFO:teuthology.orchestra.run.vm01.stderr:+ local response 2026-03-31T20:30:17.116 INFO:teuthology.orchestra.run.vm01.stderr:++ curl -k -s -u admin:admin https://192.168.123.106/alertmanager/api/v2/status 2026-03-31T20:30:17.303 INFO:teuthology.orchestra.run.vm01.stderr:+ response='{"cluster":{"name":"01KN2SDXF57S8RVBEPRMJR1KB1","peers":[{"address":"192.168.123.106:9094","name":"01KN2SDXF57S8RVBEPRMJR1KB1"}],"status":"settling"},"config":{"original":"global:\n resolve_timeout: 5m\n http_config:\n tls_config:\n ca_file: /etc/alertmanager/root_cert.pem\n cert_file: /etc/alertmanager/alertmanager.crt\n key_file: /etc/alertmanager/alertmanager.key\n insecure_skip_verify: false\n follow_redirects: true\n enable_http2: true\n smtp_hello: localhost\n smtp_require_tls: true\n smtp_tls_config:\n insecure_skip_verify: false\n pagerduty_url: https://events.pagerduty.com/v2/enqueue\n opsgenie_api_url: https://api.opsgenie.com/\n wechat_api_url: https://qyapi.weixin.qq.com/cgi-bin/\n victorops_api_url: https://alert.victorops.com/integrations/generic/20131114/alert/\n telegram_api_url: https://api.telegram.org\n webex_api_url: https://webexapis.com/v1/messages\n rocketchat_api_url: https://open.rocket.chat/\nroute:\n receiver: default\n continue: false\n routes:\n - receiver: ceph-dashboard\n group_by:\n - alertname\n continue: false\n group_wait: 10s\n group_interval: 10s\n repeat_interval: 1h\nreceivers:\n- name: default\n- name: ceph-dashboard\n webhook_configs:\n - send_resolved: true\n http_config:\n tls_config:\n ca_file: /etc/alertmanager/root_cert.pem\n cert_file: /etc/alertmanager/alertmanager.crt\n key_file: /etc/alertmanager/alertmanager.key\n insecure_skip_verify: false\n follow_redirects: true\n enable_http2: true\n url: \n url_file: \"\"\n max_alerts: 0\n timeout: 0s\ntemplates: []\n"},"uptime":"2026-03-31T20:30:14.502Z","versionInfo":{"branch":"HEAD","buildDate":"20250307-15:05:18","buildUser":"root@fa3ca569dfe4","goVersion":"go1.23.7","revision":"b2099eaa2c9ebc25edb26517cb9c732738e93910","version":"0.28.1"}}' 2026-03-31T20:30:17.303 INFO:teuthology.orchestra.run.vm01.stderr:+ echo '{"cluster":{"name":"01KN2SDXF57S8RVBEPRMJR1KB1","peers":[{"address":"192.168.123.106:9094","name":"01KN2SDXF57S8RVBEPRMJR1KB1"}],"status":"settling"},"config":{"original":"global:\n resolve_timeout: 5m\n http_config:\n tls_config:\n ca_file: /etc/alertmanager/root_cert.pem\n cert_file: /etc/alertmanager/alertmanager.crt\n key_file: /etc/alertmanager/alertmanager.key\n insecure_skip_verify: false\n follow_redirects: true\n enable_http2: true\n smtp_hello: localhost\n smtp_require_tls: true\n smtp_tls_config:\n insecure_skip_verify: false\n pagerduty_url: https://events.pagerduty.com/v2/enqueue\n opsgenie_api_url: https://api.opsgenie.com/\n wechat_api_url: https://qyapi.weixin.qq.com/cgi-bin/\n victorops_api_url: https://alert.victorops.com/integrations/generic/20131114/alert/\n telegram_api_url: https://api.telegram.org\n webex_api_url: https://webexapis.com/v1/messages\n rocketchat_api_url: https://open.rocket.chat/\nroute:\n receiver: default\n continue: false\n routes:\n - receiver: ceph-dashboard\n group_by:\n - alertname\n continue: false\n group_wait: 10s\n group_interval: 10s\n repeat_interval: 1h\nreceivers:\n- name: default\n- name: ceph-dashboard\n webhook_configs:\n - send_resolved: true\n http_config:\n tls_config:\n ca_file: /etc/alertmanager/root_cert.pem\n cert_file: /etc/alertmanager/alertmanager.crt\n key_file: /etc/alertmanager/alertmanager.key\n insecure_skip_verify: false\n follow_redirects: true\n enable_http2: true\n url: \n url_file: \"\"\n max_alerts: 0\n timeout: 0s\ntemplates: []\n"},"uptime":"2026-03-31T20:30:14.502Z","versionInfo":{"branch":"HEAD","buildDate":"20250307-15:05:18","buildUser":"root@fa3ca569dfe4","goVersion":"go1.23.7","revision":"b2099eaa2c9ebc25edb26517cb9c732738e93910","version":"0.28.1"}}' 2026-03-31T20:30:17.304 INFO:teuthology.orchestra.run.vm01.stderr:+ jq -e '.cluster.status == "ready"' 2026-03-31T20:30:17.305 INFO:teuthology.orchestra.run.vm01.stderr:+ echo 'Attempt 1: service Alertmanager not ready yet' 2026-03-31T20:30:17.305 INFO:teuthology.orchestra.run.vm01.stderr:+ sleep 10 2026-03-31T20:30:17.305 INFO:teuthology.orchestra.run.vm01.stdout:Attempt 1: service Alertmanager not ready yet 2026-03-31T20:30:17.585 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:30:17 vm01 bash[20507]: cluster 2026-03-31T20:30:16.239843+0000 mon.a (mon.0) 698 : cluster [DBG] mgrmap e21: a(active, since 4m), standbys: b 2026-03-31T20:30:17.585 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:30:17 vm01 bash[20507]: cluster 2026-03-31T20:30:16.239843+0000 mon.a (mon.0) 698 : cluster [DBG] mgrmap e21: a(active, since 4m), standbys: b 2026-03-31T20:30:17.636 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:30:17 vm05 bash[22868]: cluster 2026-03-31T20:30:16.239843+0000 mon.a (mon.0) 698 : cluster [DBG] mgrmap e21: a(active, since 4m), standbys: b 2026-03-31T20:30:17.636 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:30:17 vm05 bash[22868]: cluster 2026-03-31T20:30:16.239843+0000 mon.a (mon.0) 698 : cluster [DBG] mgrmap e21: a(active, since 4m), standbys: b 2026-03-31T20:30:17.715 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:30:17 vm06 bash[23229]: cluster 2026-03-31T20:30:16.239843+0000 mon.a (mon.0) 698 : cluster [DBG] mgrmap e21: a(active, since 4m), standbys: b 2026-03-31T20:30:17.715 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:30:17 vm06 bash[23229]: cluster 2026-03-31T20:30:16.239843+0000 mon.a (mon.0) 698 : cluster [DBG] mgrmap e21: a(active, since 4m), standbys: b 2026-03-31T20:30:18.585 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:30:18 vm01 bash[20507]: cluster 2026-03-31T20:30:18.136621+0000 mgr.a (mgr.14433) 211 : cluster [DBG] pgmap v128: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:30:18.585 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:30:18 vm01 bash[20507]: cluster 2026-03-31T20:30:18.136621+0000 mgr.a (mgr.14433) 211 : cluster [DBG] pgmap v128: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:30:18.636 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:30:18 vm05 bash[22868]: cluster 2026-03-31T20:30:18.136621+0000 mgr.a (mgr.14433) 211 : cluster [DBG] pgmap v128: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:30:18.636 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:30:18 vm05 bash[22868]: cluster 2026-03-31T20:30:18.136621+0000 mgr.a (mgr.14433) 211 : cluster [DBG] pgmap v128: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:30:18.715 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:30:18 vm06 bash[23229]: cluster 2026-03-31T20:30:18.136621+0000 mgr.a (mgr.14433) 211 : cluster [DBG] pgmap v128: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:30:18.715 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:30:18 vm06 bash[23229]: cluster 2026-03-31T20:30:18.136621+0000 mgr.a (mgr.14433) 211 : cluster [DBG] pgmap v128: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:30:20.073 INFO:journalctl@ceph.mgr.a.vm01.stdout:Mar 31 20:30:19 vm01 bash[20789]: [31/Mar/2026:20:30:19] ENGINE Bus STOPPING 2026-03-31T20:30:20.335 INFO:journalctl@ceph.mgr.a.vm01.stdout:Mar 31 20:30:20 vm01 bash[20789]: [31/Mar/2026:20:30:20] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('::', 9283)) shut down 2026-03-31T20:30:20.335 INFO:journalctl@ceph.mgr.a.vm01.stdout:Mar 31 20:30:20 vm01 bash[20789]: [31/Mar/2026:20:30:20] ENGINE Bus STOPPED 2026-03-31T20:30:20.562 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:30:20 vm01 bash[20507]: audit 2026-03-31T20:30:19.558076+0000 mon.a (mon.0) 699 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:30:20.562 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:30:20 vm01 bash[20507]: audit 2026-03-31T20:30:19.558076+0000 mon.a (mon.0) 699 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:30:20.562 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:30:20 vm01 bash[20507]: audit 2026-03-31T20:30:19.561600+0000 mon.a (mon.0) 700 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:30:20.562 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:30:20 vm01 bash[20507]: audit 2026-03-31T20:30:19.561600+0000 mon.a (mon.0) 700 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:30:20.562 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:30:20 vm01 bash[20507]: audit 2026-03-31T20:30:19.565871+0000 mon.a (mon.0) 701 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:30:20.562 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:30:20 vm01 bash[20507]: audit 2026-03-31T20:30:19.565871+0000 mon.a (mon.0) 701 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:30:20.562 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:30:20 vm01 bash[20507]: audit 2026-03-31T20:30:19.569604+0000 mon.a (mon.0) 702 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:30:20.562 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:30:20 vm01 bash[20507]: audit 2026-03-31T20:30:19.569604+0000 mon.a (mon.0) 702 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:30:20.562 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:30:20 vm01 bash[20507]: audit 2026-03-31T20:30:19.671957+0000 mon.a (mon.0) 703 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:30:20.562 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:30:20 vm01 bash[20507]: audit 2026-03-31T20:30:19.671957+0000 mon.a (mon.0) 703 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:30:20.562 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:30:20 vm01 bash[20507]: audit 2026-03-31T20:30:19.675593+0000 mon.a (mon.0) 704 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:30:20.562 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:30:20 vm01 bash[20507]: audit 2026-03-31T20:30:19.675593+0000 mon.a (mon.0) 704 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:30:20.562 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:30:20 vm01 bash[20507]: audit 2026-03-31T20:30:19.676149+0000 mon.a (mon.0) 705 : audit [DBG] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-03-31T20:30:20.562 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:30:20 vm01 bash[20507]: audit 2026-03-31T20:30:19.676149+0000 mon.a (mon.0) 705 : audit [DBG] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-03-31T20:30:20.562 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:30:20 vm01 bash[20507]: audit 2026-03-31T20:30:19.676637+0000 mon.a (mon.0) 706 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-03-31T20:30:20.562 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:30:20 vm01 bash[20507]: audit 2026-03-31T20:30:19.676637+0000 mon.a (mon.0) 706 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-03-31T20:30:20.562 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:30:20 vm01 bash[20507]: audit 2026-03-31T20:30:19.679977+0000 mon.a (mon.0) 707 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:30:20.562 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:30:20 vm01 bash[20507]: audit 2026-03-31T20:30:19.679977+0000 mon.a (mon.0) 707 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:30:20.562 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:30:20 vm01 bash[20507]: audit 2026-03-31T20:30:19.680971+0000 mon.a (mon.0) 708 : audit [DBG] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-03-31T20:30:20.562 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:30:20 vm01 bash[20507]: audit 2026-03-31T20:30:19.680971+0000 mon.a (mon.0) 708 : audit [DBG] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-03-31T20:30:20.562 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:30:20 vm01 bash[20507]: audit 2026-03-31T20:30:19.702669+0000 mon.a (mon.0) 709 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:30:20.562 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:30:20 vm01 bash[20507]: audit 2026-03-31T20:30:19.702669+0000 mon.a (mon.0) 709 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:30:20.562 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:30:20 vm01 bash[20507]: audit 2026-03-31T20:30:19.706130+0000 mon.a (mon.0) 710 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:30:20.562 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:30:20 vm01 bash[20507]: audit 2026-03-31T20:30:19.706130+0000 mon.a (mon.0) 710 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:30:20.562 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:30:20 vm01 bash[20507]: audit 2026-03-31T20:30:19.709012+0000 mon.a (mon.0) 711 : audit [DBG] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "dashboard get-grafana-api-url"} : dispatch 2026-03-31T20:30:20.562 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:30:20 vm01 bash[20507]: audit 2026-03-31T20:30:19.709012+0000 mon.a (mon.0) 711 : audit [DBG] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "dashboard get-grafana-api-url"} : dispatch 2026-03-31T20:30:20.562 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:30:20 vm01 bash[20507]: audit 2026-03-31T20:30:19.709345+0000 mgr.a (mgr.14433) 212 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2026-03-31T20:30:20.562 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:30:20 vm01 bash[20507]: audit 2026-03-31T20:30:19.709345+0000 mgr.a (mgr.14433) 212 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2026-03-31T20:30:20.562 INFO:journalctl@ceph.mgr.a.vm01.stdout:Mar 31 20:30:20 vm01 bash[20789]: [31/Mar/2026:20:30:20] ENGINE Bus STARTING 2026-03-31T20:30:20.562 INFO:journalctl@ceph.mgr.a.vm01.stdout:Mar 31 20:30:20 vm01 bash[20789]: [31/Mar/2026:20:30:20] ENGINE Serving on https://:::9283 2026-03-31T20:30:20.562 INFO:journalctl@ceph.mgr.a.vm01.stdout:Mar 31 20:30:20 vm01 bash[20789]: [31/Mar/2026:20:30:20] ENGINE Bus STARTED 2026-03-31T20:30:20.562 INFO:journalctl@ceph.mgr.a.vm01.stdout:Mar 31 20:30:20 vm01 bash[20789]: [31/Mar/2026:20:30:20] ENGINE Bus STOPPING 2026-03-31T20:30:20.562 INFO:journalctl@ceph.mgr.a.vm01.stdout:Mar 31 20:30:20 vm01 bash[20789]: [31/Mar/2026:20:30:20] ENGINE Client ('::1', 35212, 0, 0) lost — peer dropped the TLS connection suddenly, during handshake: (6, 'TLS/SSL connection has been closed (EOF) (_ssl.c:1147)') 2026-03-31T20:30:20.562 INFO:journalctl@ceph.mgr.a.vm01.stdout:Mar 31 20:30:20 vm01 bash[20789]: [31/Mar/2026:20:30:20] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('::', 9283)) shut down 2026-03-31T20:30:20.562 INFO:journalctl@ceph.mgr.a.vm01.stdout:Mar 31 20:30:20 vm01 bash[20789]: [31/Mar/2026:20:30:20] ENGINE Bus STOPPED 2026-03-31T20:30:20.831 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:30:20 vm01 bash[20507]: audit 2026-03-31T20:30:19.709912+0000 mon.a (mon.0) 712 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "dashboard set-grafana-api-url", "value": "https://vm06.local/grafana"} : dispatch 2026-03-31T20:30:20.832 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:30:20 vm01 bash[20507]: audit 2026-03-31T20:30:19.709912+0000 mon.a (mon.0) 712 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "dashboard set-grafana-api-url", "value": "https://vm06.local/grafana"} : dispatch 2026-03-31T20:30:20.832 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:30:20 vm01 bash[20507]: audit 2026-03-31T20:30:19.710078+0000 mgr.a (mgr.14433) 213 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://vm06.local/grafana"}]: dispatch 2026-03-31T20:30:20.832 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:30:20 vm01 bash[20507]: audit 2026-03-31T20:30:19.710078+0000 mgr.a (mgr.14433) 213 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://vm06.local/grafana"}]: dispatch 2026-03-31T20:30:20.832 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:30:20 vm01 bash[20507]: audit 2026-03-31T20:30:19.712761+0000 mon.a (mon.0) 713 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:30:20.832 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:30:20 vm01 bash[20507]: audit 2026-03-31T20:30:19.712761+0000 mon.a (mon.0) 713 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:30:20.832 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:30:20 vm01 bash[20507]: audit 2026-03-31T20:30:19.718789+0000 mon.a (mon.0) 714 : audit [DBG] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "dashboard get-grafana-api-ssl-verify"} : dispatch 2026-03-31T20:30:20.832 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:30:20 vm01 bash[20507]: audit 2026-03-31T20:30:19.718789+0000 mon.a (mon.0) 714 : audit [DBG] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "dashboard get-grafana-api-ssl-verify"} : dispatch 2026-03-31T20:30:20.832 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:30:20 vm01 bash[20507]: audit 2026-03-31T20:30:19.719017+0000 mgr.a (mgr.14433) 214 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-ssl-verify"}]: dispatch 2026-03-31T20:30:20.832 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:30:20 vm01 bash[20507]: audit 2026-03-31T20:30:19.719017+0000 mgr.a (mgr.14433) 214 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-ssl-verify"}]: dispatch 2026-03-31T20:30:20.832 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:30:20 vm01 bash[20507]: audit 2026-03-31T20:30:19.719460+0000 mon.a (mon.0) 715 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"} : dispatch 2026-03-31T20:30:20.832 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:30:20 vm01 bash[20507]: audit 2026-03-31T20:30:19.719460+0000 mon.a (mon.0) 715 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"} : dispatch 2026-03-31T20:30:20.832 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:30:20 vm01 bash[20507]: audit 2026-03-31T20:30:19.719619+0000 mgr.a (mgr.14433) 215 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2026-03-31T20:30:20.832 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:30:20 vm01 bash[20507]: audit 2026-03-31T20:30:19.719619+0000 mgr.a (mgr.14433) 215 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2026-03-31T20:30:20.832 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:30:20 vm01 bash[20507]: audit 2026-03-31T20:30:19.723369+0000 mon.a (mon.0) 716 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:30:20.832 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:30:20 vm01 bash[20507]: audit 2026-03-31T20:30:19.723369+0000 mon.a (mon.0) 716 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:30:20.832 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:30:20 vm01 bash[20507]: audit 2026-03-31T20:30:19.726676+0000 mon.a (mon.0) 717 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:30:20.832 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:30:20 vm01 bash[20507]: audit 2026-03-31T20:30:19.726676+0000 mon.a (mon.0) 717 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:30:20.832 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:30:20 vm01 bash[20507]: audit 2026-03-31T20:30:19.740457+0000 mon.a (mon.0) 718 : audit [DBG] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "dashboard get-prometheus-api-host"} : dispatch 2026-03-31T20:30:20.832 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:30:20 vm01 bash[20507]: audit 2026-03-31T20:30:19.740457+0000 mon.a (mon.0) 718 : audit [DBG] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "dashboard get-prometheus-api-host"} : dispatch 2026-03-31T20:30:20.832 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:30:20 vm01 bash[20507]: audit 2026-03-31T20:30:19.740734+0000 mgr.a (mgr.14433) 216 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2026-03-31T20:30:20.832 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:30:20 vm01 bash[20507]: audit 2026-03-31T20:30:19.740734+0000 mgr.a (mgr.14433) 216 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2026-03-31T20:30:20.832 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:30:20 vm01 bash[20507]: audit 2026-03-31T20:30:19.741242+0000 mon.a (mon.0) 719 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "dashboard set-prometheus-api-host", "value": "https://vm06.local:29443/internal/prometheus"} : dispatch 2026-03-31T20:30:20.832 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:30:20 vm01 bash[20507]: audit 2026-03-31T20:30:19.741242+0000 mon.a (mon.0) 719 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "dashboard set-prometheus-api-host", "value": "https://vm06.local:29443/internal/prometheus"} : dispatch 2026-03-31T20:30:20.832 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:30:20 vm01 bash[20507]: audit 2026-03-31T20:30:19.741423+0000 mgr.a (mgr.14433) 217 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "https://vm06.local:29443/internal/prometheus"}]: dispatch 2026-03-31T20:30:20.832 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:30:20 vm01 bash[20507]: audit 2026-03-31T20:30:19.741423+0000 mgr.a (mgr.14433) 217 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "https://vm06.local:29443/internal/prometheus"}]: dispatch 2026-03-31T20:30:20.832 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:30:20 vm01 bash[20507]: audit 2026-03-31T20:30:19.744048+0000 mon.a (mon.0) 720 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:30:20.832 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:30:20 vm01 bash[20507]: audit 2026-03-31T20:30:19.744048+0000 mon.a (mon.0) 720 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:30:20.832 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:30:20 vm01 bash[20507]: audit 2026-03-31T20:30:19.749927+0000 mon.a (mon.0) 721 : audit [DBG] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "dashboard get-prometheus-api-ssl-verify"} : dispatch 2026-03-31T20:30:20.832 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:30:20 vm01 bash[20507]: audit 2026-03-31T20:30:19.749927+0000 mon.a (mon.0) 721 : audit [DBG] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "dashboard get-prometheus-api-ssl-verify"} : dispatch 2026-03-31T20:30:20.832 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:30:20 vm01 bash[20507]: audit 2026-03-31T20:30:19.750140+0000 mgr.a (mgr.14433) 218 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-ssl-verify"}]: dispatch 2026-03-31T20:30:20.832 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:30:20 vm01 bash[20507]: audit 2026-03-31T20:30:19.750140+0000 mgr.a (mgr.14433) 218 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-ssl-verify"}]: dispatch 2026-03-31T20:30:20.832 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:30:20 vm01 bash[20507]: audit 2026-03-31T20:30:19.750629+0000 mon.a (mon.0) 722 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "dashboard set-prometheus-api-ssl-verify", "value": "false"} : dispatch 2026-03-31T20:30:20.832 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:30:20 vm01 bash[20507]: audit 2026-03-31T20:30:19.750629+0000 mon.a (mon.0) 722 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "dashboard set-prometheus-api-ssl-verify", "value": "false"} : dispatch 2026-03-31T20:30:20.832 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:30:20 vm01 bash[20507]: audit 2026-03-31T20:30:19.750832+0000 mgr.a (mgr.14433) 219 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-ssl-verify", "value": "false"}]: dispatch 2026-03-31T20:30:20.832 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:30:20 vm01 bash[20507]: audit 2026-03-31T20:30:19.750832+0000 mgr.a (mgr.14433) 219 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-ssl-verify", "value": "false"}]: dispatch 2026-03-31T20:30:20.832 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:30:20 vm01 bash[20507]: audit 2026-03-31T20:30:19.753365+0000 mon.a (mon.0) 723 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:30:20.832 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:30:20 vm01 bash[20507]: audit 2026-03-31T20:30:19.753365+0000 mon.a (mon.0) 723 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:30:20.832 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:30:20 vm01 bash[20507]: audit 2026-03-31T20:30:19.762062+0000 mon.a (mon.0) 724 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:30:20.832 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:30:20 vm01 bash[20507]: audit 2026-03-31T20:30:19.762062+0000 mon.a (mon.0) 724 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:30:20.832 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:30:20 vm01 bash[20507]: audit 2026-03-31T20:30:19.765419+0000 mon.a (mon.0) 725 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:30:20.832 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:30:20 vm01 bash[20507]: audit 2026-03-31T20:30:19.765419+0000 mon.a (mon.0) 725 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:30:20.832 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:30:20 vm01 bash[20507]: audit 2026-03-31T20:30:19.766961+0000 mon.a (mon.0) 726 : audit [DBG] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "dashboard get-alertmanager-api-host"} : dispatch 2026-03-31T20:30:20.832 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:30:20 vm01 bash[20507]: audit 2026-03-31T20:30:19.766961+0000 mon.a (mon.0) 726 : audit [DBG] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "dashboard get-alertmanager-api-host"} : dispatch 2026-03-31T20:30:20.832 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:30:20 vm01 bash[20507]: audit 2026-03-31T20:30:19.767152+0000 mgr.a (mgr.14433) 220 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2026-03-31T20:30:20.832 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:30:20 vm01 bash[20507]: audit 2026-03-31T20:30:19.767152+0000 mgr.a (mgr.14433) 220 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2026-03-31T20:30:20.832 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:30:20 vm01 bash[20507]: audit 2026-03-31T20:30:19.767640+0000 mon.a (mon.0) 727 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "dashboard set-alertmanager-api-host", "value": "https://vm06.local:29443/internal/alertmanager"} : dispatch 2026-03-31T20:30:20.832 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:30:20 vm01 bash[20507]: audit 2026-03-31T20:30:19.767640+0000 mon.a (mon.0) 727 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "dashboard set-alertmanager-api-host", "value": "https://vm06.local:29443/internal/alertmanager"} : dispatch 2026-03-31T20:30:20.832 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:30:20 vm01 bash[20507]: audit 2026-03-31T20:30:19.767791+0000 mgr.a (mgr.14433) 221 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "https://vm06.local:29443/internal/alertmanager"}]: dispatch 2026-03-31T20:30:20.832 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:30:20 vm01 bash[20507]: audit 2026-03-31T20:30:19.767791+0000 mgr.a (mgr.14433) 221 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "https://vm06.local:29443/internal/alertmanager"}]: dispatch 2026-03-31T20:30:20.832 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:30:20 vm01 bash[20507]: audit 2026-03-31T20:30:19.770359+0000 mon.a (mon.0) 728 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:30:20.832 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:30:20 vm01 bash[20507]: audit 2026-03-31T20:30:19.770359+0000 mon.a (mon.0) 728 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:30:20.833 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:30:20 vm01 bash[20507]: audit 2026-03-31T20:30:19.774709+0000 mon.a (mon.0) 729 : audit [DBG] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "dashboard get-alertmanager-api-ssl-verify"} : dispatch 2026-03-31T20:30:20.833 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:30:20 vm01 bash[20507]: audit 2026-03-31T20:30:19.774709+0000 mon.a (mon.0) 729 : audit [DBG] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "dashboard get-alertmanager-api-ssl-verify"} : dispatch 2026-03-31T20:30:20.833 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:30:20 vm01 bash[20507]: audit 2026-03-31T20:30:19.774877+0000 mgr.a (mgr.14433) 222 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-ssl-verify"}]: dispatch 2026-03-31T20:30:20.833 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:30:20 vm01 bash[20507]: audit 2026-03-31T20:30:19.774877+0000 mgr.a (mgr.14433) 222 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-ssl-verify"}]: dispatch 2026-03-31T20:30:20.833 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:30:20 vm01 bash[20507]: audit 2026-03-31T20:30:19.775867+0000 mon.a (mon.0) 730 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "dashboard set-alertmanager-api-ssl-verify", "value": "false"} : dispatch 2026-03-31T20:30:20.833 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:30:20 vm01 bash[20507]: audit 2026-03-31T20:30:19.775867+0000 mon.a (mon.0) 730 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "dashboard set-alertmanager-api-ssl-verify", "value": "false"} : dispatch 2026-03-31T20:30:20.833 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:30:20 vm01 bash[20507]: audit 2026-03-31T20:30:19.776046+0000 mgr.a (mgr.14433) 223 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-ssl-verify", "value": "false"}]: dispatch 2026-03-31T20:30:20.833 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:30:20 vm01 bash[20507]: audit 2026-03-31T20:30:19.776046+0000 mgr.a (mgr.14433) 223 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-ssl-verify", "value": "false"}]: dispatch 2026-03-31T20:30:20.833 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:30:20 vm01 bash[20507]: audit 2026-03-31T20:30:19.778580+0000 mon.a (mon.0) 731 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:30:20.833 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:30:20 vm01 bash[20507]: audit 2026-03-31T20:30:19.778580+0000 mon.a (mon.0) 731 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:30:20.833 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:30:20 vm01 bash[20507]: audit 2026-03-31T20:30:19.782415+0000 mon.a (mon.0) 732 : audit [DBG] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-03-31T20:30:20.833 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:30:20 vm01 bash[20507]: audit 2026-03-31T20:30:19.782415+0000 mon.a (mon.0) 732 : audit [DBG] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-03-31T20:30:20.833 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:30:20 vm01 bash[20507]: audit 2026-03-31T20:30:20.074239+0000 mon.a (mon.0) 733 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "orch get-security-config"} : dispatch 2026-03-31T20:30:20.833 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:30:20 vm01 bash[20507]: audit 2026-03-31T20:30:20.074239+0000 mon.a (mon.0) 733 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "orch get-security-config"} : dispatch 2026-03-31T20:30:20.833 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:30:20 vm01 bash[20507]: audit 2026-03-31T20:30:20.074739+0000 mgr.a (mgr.14433) 224 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "orch get-security-config"}]: dispatch 2026-03-31T20:30:20.833 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:30:20 vm01 bash[20507]: audit 2026-03-31T20:30:20.074739+0000 mgr.a (mgr.14433) 224 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "orch get-security-config"}]: dispatch 2026-03-31T20:30:20.833 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:30:20 vm01 bash[20507]: audit 2026-03-31T20:30:20.075503+0000 mon.a (mon.0) 734 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "orch certmgr generate-certificates", "module_name": "prometheus", "format": "json"} : dispatch 2026-03-31T20:30:20.833 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:30:20 vm01 bash[20507]: audit 2026-03-31T20:30:20.075503+0000 mon.a (mon.0) 734 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "orch certmgr generate-certificates", "module_name": "prometheus", "format": "json"} : dispatch 2026-03-31T20:30:20.833 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:30:20 vm01 bash[20507]: audit 2026-03-31T20:30:20.075823+0000 mgr.a (mgr.14433) 225 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "orch certmgr generate-certificates", "module_name": "prometheus", "format": "json"}]: dispatch 2026-03-31T20:30:20.833 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:30:20 vm01 bash[20507]: audit 2026-03-31T20:30:20.075823+0000 mgr.a (mgr.14433) 225 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "orch certmgr generate-certificates", "module_name": "prometheus", "format": "json"}]: dispatch 2026-03-31T20:30:20.833 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:30:20 vm01 bash[20507]: cluster 2026-03-31T20:30:20.136836+0000 mgr.a (mgr.14433) 226 : cluster [DBG] pgmap v129: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:30:20.833 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:30:20 vm01 bash[20507]: cluster 2026-03-31T20:30:20.136836+0000 mgr.a (mgr.14433) 226 : cluster [DBG] pgmap v129: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:30:20.833 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:30:20 vm01 bash[20507]: audit 2026-03-31T20:30:20.487675+0000 mon.a (mon.0) 735 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "orch get-security-config"} : dispatch 2026-03-31T20:30:20.833 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:30:20 vm01 bash[20507]: audit 2026-03-31T20:30:20.487675+0000 mon.a (mon.0) 735 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "orch get-security-config"} : dispatch 2026-03-31T20:30:20.833 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:30:20 vm01 bash[20507]: audit 2026-03-31T20:30:20.488962+0000 mon.a (mon.0) 736 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "orch certmgr generate-certificates", "module_name": "prometheus", "format": "json"} : dispatch 2026-03-31T20:30:20.833 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:30:20 vm01 bash[20507]: audit 2026-03-31T20:30:20.488962+0000 mon.a (mon.0) 736 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "orch certmgr generate-certificates", "module_name": "prometheus", "format": "json"} : dispatch 2026-03-31T20:30:20.887 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:30:20 vm05 bash[22868]: audit 2026-03-31T20:30:19.558076+0000 mon.a (mon.0) 699 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:30:20.887 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:30:20 vm05 bash[22868]: audit 2026-03-31T20:30:19.558076+0000 mon.a (mon.0) 699 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:30:20.887 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:30:20 vm05 bash[22868]: audit 2026-03-31T20:30:19.561600+0000 mon.a (mon.0) 700 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:30:20.887 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:30:20 vm05 bash[22868]: audit 2026-03-31T20:30:19.561600+0000 mon.a (mon.0) 700 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:30:20.887 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:30:20 vm05 bash[22868]: audit 2026-03-31T20:30:19.565871+0000 mon.a (mon.0) 701 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:30:20.887 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:30:20 vm05 bash[22868]: audit 2026-03-31T20:30:19.565871+0000 mon.a (mon.0) 701 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:30:20.887 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:30:20 vm05 bash[22868]: audit 2026-03-31T20:30:19.569604+0000 mon.a (mon.0) 702 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:30:20.887 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:30:20 vm05 bash[22868]: audit 2026-03-31T20:30:19.569604+0000 mon.a (mon.0) 702 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:30:20.887 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:30:20 vm05 bash[22868]: audit 2026-03-31T20:30:19.671957+0000 mon.a (mon.0) 703 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:30:20.887 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:30:20 vm05 bash[22868]: audit 2026-03-31T20:30:19.671957+0000 mon.a (mon.0) 703 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:30:20.887 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:30:20 vm05 bash[22868]: audit 2026-03-31T20:30:19.675593+0000 mon.a (mon.0) 704 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:30:20.887 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:30:20 vm05 bash[22868]: audit 2026-03-31T20:30:19.675593+0000 mon.a (mon.0) 704 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:30:20.887 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:30:20 vm05 bash[22868]: audit 2026-03-31T20:30:19.676149+0000 mon.a (mon.0) 705 : audit [DBG] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-03-31T20:30:20.887 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:30:20 vm05 bash[22868]: audit 2026-03-31T20:30:19.676149+0000 mon.a (mon.0) 705 : audit [DBG] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-03-31T20:30:20.887 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:30:20 vm05 bash[22868]: audit 2026-03-31T20:30:19.676637+0000 mon.a (mon.0) 706 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-03-31T20:30:20.887 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:30:20 vm05 bash[22868]: audit 2026-03-31T20:30:19.676637+0000 mon.a (mon.0) 706 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-03-31T20:30:20.887 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:30:20 vm05 bash[22868]: audit 2026-03-31T20:30:19.679977+0000 mon.a (mon.0) 707 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:30:20.887 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:30:20 vm05 bash[22868]: audit 2026-03-31T20:30:19.679977+0000 mon.a (mon.0) 707 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:30:20.887 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:30:20 vm05 bash[22868]: audit 2026-03-31T20:30:19.680971+0000 mon.a (mon.0) 708 : audit [DBG] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-03-31T20:30:20.887 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:30:20 vm05 bash[22868]: audit 2026-03-31T20:30:19.680971+0000 mon.a (mon.0) 708 : audit [DBG] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-03-31T20:30:20.887 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:30:20 vm05 bash[22868]: audit 2026-03-31T20:30:19.702669+0000 mon.a (mon.0) 709 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:30:20.887 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:30:20 vm05 bash[22868]: audit 2026-03-31T20:30:19.702669+0000 mon.a (mon.0) 709 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:30:20.887 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:30:20 vm05 bash[22868]: audit 2026-03-31T20:30:19.706130+0000 mon.a (mon.0) 710 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:30:20.887 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:30:20 vm05 bash[22868]: audit 2026-03-31T20:30:19.706130+0000 mon.a (mon.0) 710 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:30:20.887 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:30:20 vm05 bash[22868]: audit 2026-03-31T20:30:19.709012+0000 mon.a (mon.0) 711 : audit [DBG] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "dashboard get-grafana-api-url"} : dispatch 2026-03-31T20:30:20.887 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:30:20 vm05 bash[22868]: audit 2026-03-31T20:30:19.709012+0000 mon.a (mon.0) 711 : audit [DBG] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "dashboard get-grafana-api-url"} : dispatch 2026-03-31T20:30:20.887 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:30:20 vm05 bash[22868]: audit 2026-03-31T20:30:19.709345+0000 mgr.a (mgr.14433) 212 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2026-03-31T20:30:20.887 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:30:20 vm05 bash[22868]: audit 2026-03-31T20:30:19.709345+0000 mgr.a (mgr.14433) 212 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2026-03-31T20:30:20.887 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:30:20 vm05 bash[22868]: audit 2026-03-31T20:30:19.709912+0000 mon.a (mon.0) 712 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "dashboard set-grafana-api-url", "value": "https://vm06.local/grafana"} : dispatch 2026-03-31T20:30:20.887 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:30:20 vm05 bash[22868]: audit 2026-03-31T20:30:19.709912+0000 mon.a (mon.0) 712 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "dashboard set-grafana-api-url", "value": "https://vm06.local/grafana"} : dispatch 2026-03-31T20:30:20.887 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:30:20 vm05 bash[22868]: audit 2026-03-31T20:30:19.710078+0000 mgr.a (mgr.14433) 213 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://vm06.local/grafana"}]: dispatch 2026-03-31T20:30:20.887 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:30:20 vm05 bash[22868]: audit 2026-03-31T20:30:19.710078+0000 mgr.a (mgr.14433) 213 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://vm06.local/grafana"}]: dispatch 2026-03-31T20:30:20.887 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:30:20 vm05 bash[22868]: audit 2026-03-31T20:30:19.712761+0000 mon.a (mon.0) 713 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:30:20.887 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:30:20 vm05 bash[22868]: audit 2026-03-31T20:30:19.712761+0000 mon.a (mon.0) 713 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:30:20.887 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:30:20 vm05 bash[22868]: audit 2026-03-31T20:30:19.718789+0000 mon.a (mon.0) 714 : audit [DBG] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "dashboard get-grafana-api-ssl-verify"} : dispatch 2026-03-31T20:30:20.887 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:30:20 vm05 bash[22868]: audit 2026-03-31T20:30:19.718789+0000 mon.a (mon.0) 714 : audit [DBG] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "dashboard get-grafana-api-ssl-verify"} : dispatch 2026-03-31T20:30:20.887 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:30:20 vm05 bash[22868]: audit 2026-03-31T20:30:19.719017+0000 mgr.a (mgr.14433) 214 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-ssl-verify"}]: dispatch 2026-03-31T20:30:20.888 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:30:20 vm05 bash[22868]: audit 2026-03-31T20:30:19.719017+0000 mgr.a (mgr.14433) 214 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-ssl-verify"}]: dispatch 2026-03-31T20:30:20.888 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:30:20 vm05 bash[22868]: audit 2026-03-31T20:30:19.719460+0000 mon.a (mon.0) 715 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"} : dispatch 2026-03-31T20:30:20.888 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:30:20 vm05 bash[22868]: audit 2026-03-31T20:30:19.719460+0000 mon.a (mon.0) 715 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"} : dispatch 2026-03-31T20:30:20.888 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:30:20 vm05 bash[22868]: audit 2026-03-31T20:30:19.719619+0000 mgr.a (mgr.14433) 215 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2026-03-31T20:30:20.888 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:30:20 vm05 bash[22868]: audit 2026-03-31T20:30:19.719619+0000 mgr.a (mgr.14433) 215 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2026-03-31T20:30:20.888 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:30:20 vm05 bash[22868]: audit 2026-03-31T20:30:19.723369+0000 mon.a (mon.0) 716 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:30:20.888 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:30:20 vm05 bash[22868]: audit 2026-03-31T20:30:19.723369+0000 mon.a (mon.0) 716 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:30:20.888 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:30:20 vm05 bash[22868]: audit 2026-03-31T20:30:19.726676+0000 mon.a (mon.0) 717 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:30:20.888 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:30:20 vm05 bash[22868]: audit 2026-03-31T20:30:19.726676+0000 mon.a (mon.0) 717 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:30:20.888 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:30:20 vm05 bash[22868]: audit 2026-03-31T20:30:19.740457+0000 mon.a (mon.0) 718 : audit [DBG] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "dashboard get-prometheus-api-host"} : dispatch 2026-03-31T20:30:20.888 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:30:20 vm05 bash[22868]: audit 2026-03-31T20:30:19.740457+0000 mon.a (mon.0) 718 : audit [DBG] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "dashboard get-prometheus-api-host"} : dispatch 2026-03-31T20:30:20.888 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:30:20 vm05 bash[22868]: audit 2026-03-31T20:30:19.740734+0000 mgr.a (mgr.14433) 216 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2026-03-31T20:30:20.888 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:30:20 vm05 bash[22868]: audit 2026-03-31T20:30:19.740734+0000 mgr.a (mgr.14433) 216 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2026-03-31T20:30:20.888 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:30:20 vm05 bash[22868]: audit 2026-03-31T20:30:19.741242+0000 mon.a (mon.0) 719 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "dashboard set-prometheus-api-host", "value": "https://vm06.local:29443/internal/prometheus"} : dispatch 2026-03-31T20:30:20.888 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:30:20 vm05 bash[22868]: audit 2026-03-31T20:30:19.741242+0000 mon.a (mon.0) 719 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "dashboard set-prometheus-api-host", "value": "https://vm06.local:29443/internal/prometheus"} : dispatch 2026-03-31T20:30:20.888 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:30:20 vm05 bash[22868]: audit 2026-03-31T20:30:19.741423+0000 mgr.a (mgr.14433) 217 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "https://vm06.local:29443/internal/prometheus"}]: dispatch 2026-03-31T20:30:20.888 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:30:20 vm05 bash[22868]: audit 2026-03-31T20:30:19.741423+0000 mgr.a (mgr.14433) 217 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "https://vm06.local:29443/internal/prometheus"}]: dispatch 2026-03-31T20:30:20.888 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:30:20 vm05 bash[22868]: audit 2026-03-31T20:30:19.744048+0000 mon.a (mon.0) 720 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:30:20.888 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:30:20 vm05 bash[22868]: audit 2026-03-31T20:30:19.744048+0000 mon.a (mon.0) 720 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:30:20.888 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:30:20 vm05 bash[22868]: audit 2026-03-31T20:30:19.749927+0000 mon.a (mon.0) 721 : audit [DBG] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "dashboard get-prometheus-api-ssl-verify"} : dispatch 2026-03-31T20:30:20.888 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:30:20 vm05 bash[22868]: audit 2026-03-31T20:30:19.749927+0000 mon.a (mon.0) 721 : audit [DBG] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "dashboard get-prometheus-api-ssl-verify"} : dispatch 2026-03-31T20:30:20.888 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:30:20 vm05 bash[22868]: audit 2026-03-31T20:30:19.750140+0000 mgr.a (mgr.14433) 218 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-ssl-verify"}]: dispatch 2026-03-31T20:30:20.888 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:30:20 vm05 bash[22868]: audit 2026-03-31T20:30:19.750140+0000 mgr.a (mgr.14433) 218 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-ssl-verify"}]: dispatch 2026-03-31T20:30:20.888 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:30:20 vm05 bash[22868]: audit 2026-03-31T20:30:19.750629+0000 mon.a (mon.0) 722 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "dashboard set-prometheus-api-ssl-verify", "value": "false"} : dispatch 2026-03-31T20:30:20.888 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:30:20 vm05 bash[22868]: audit 2026-03-31T20:30:19.750629+0000 mon.a (mon.0) 722 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "dashboard set-prometheus-api-ssl-verify", "value": "false"} : dispatch 2026-03-31T20:30:20.888 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:30:20 vm05 bash[22868]: audit 2026-03-31T20:30:19.750832+0000 mgr.a (mgr.14433) 219 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-ssl-verify", "value": "false"}]: dispatch 2026-03-31T20:30:20.888 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:30:20 vm05 bash[22868]: audit 2026-03-31T20:30:19.750832+0000 mgr.a (mgr.14433) 219 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-ssl-verify", "value": "false"}]: dispatch 2026-03-31T20:30:20.888 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:30:20 vm05 bash[22868]: audit 2026-03-31T20:30:19.753365+0000 mon.a (mon.0) 723 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:30:20.888 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:30:20 vm05 bash[22868]: audit 2026-03-31T20:30:19.753365+0000 mon.a (mon.0) 723 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:30:20.888 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:30:20 vm05 bash[22868]: audit 2026-03-31T20:30:19.762062+0000 mon.a (mon.0) 724 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:30:20.888 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:30:20 vm05 bash[22868]: audit 2026-03-31T20:30:19.762062+0000 mon.a (mon.0) 724 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:30:20.888 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:30:20 vm05 bash[22868]: audit 2026-03-31T20:30:19.765419+0000 mon.a (mon.0) 725 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:30:20.888 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:30:20 vm05 bash[22868]: audit 2026-03-31T20:30:19.765419+0000 mon.a (mon.0) 725 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:30:20.888 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:30:20 vm05 bash[22868]: audit 2026-03-31T20:30:19.766961+0000 mon.a (mon.0) 726 : audit [DBG] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "dashboard get-alertmanager-api-host"} : dispatch 2026-03-31T20:30:20.888 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:30:20 vm05 bash[22868]: audit 2026-03-31T20:30:19.766961+0000 mon.a (mon.0) 726 : audit [DBG] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "dashboard get-alertmanager-api-host"} : dispatch 2026-03-31T20:30:20.888 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:30:20 vm05 bash[22868]: audit 2026-03-31T20:30:19.767152+0000 mgr.a (mgr.14433) 220 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2026-03-31T20:30:20.888 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:30:20 vm05 bash[22868]: audit 2026-03-31T20:30:19.767152+0000 mgr.a (mgr.14433) 220 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2026-03-31T20:30:20.888 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:30:20 vm05 bash[22868]: audit 2026-03-31T20:30:19.767640+0000 mon.a (mon.0) 727 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "dashboard set-alertmanager-api-host", "value": "https://vm06.local:29443/internal/alertmanager"} : dispatch 2026-03-31T20:30:20.888 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:30:20 vm05 bash[22868]: audit 2026-03-31T20:30:19.767640+0000 mon.a (mon.0) 727 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "dashboard set-alertmanager-api-host", "value": "https://vm06.local:29443/internal/alertmanager"} : dispatch 2026-03-31T20:30:20.888 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:30:20 vm05 bash[22868]: audit 2026-03-31T20:30:19.767791+0000 mgr.a (mgr.14433) 221 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "https://vm06.local:29443/internal/alertmanager"}]: dispatch 2026-03-31T20:30:20.888 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:30:20 vm05 bash[22868]: audit 2026-03-31T20:30:19.767791+0000 mgr.a (mgr.14433) 221 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "https://vm06.local:29443/internal/alertmanager"}]: dispatch 2026-03-31T20:30:20.888 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:30:20 vm05 bash[22868]: audit 2026-03-31T20:30:19.770359+0000 mon.a (mon.0) 728 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:30:20.888 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:30:20 vm05 bash[22868]: audit 2026-03-31T20:30:19.770359+0000 mon.a (mon.0) 728 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:30:20.888 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:30:20 vm05 bash[22868]: audit 2026-03-31T20:30:19.774709+0000 mon.a (mon.0) 729 : audit [DBG] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "dashboard get-alertmanager-api-ssl-verify"} : dispatch 2026-03-31T20:30:20.888 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:30:20 vm05 bash[22868]: audit 2026-03-31T20:30:19.774709+0000 mon.a (mon.0) 729 : audit [DBG] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "dashboard get-alertmanager-api-ssl-verify"} : dispatch 2026-03-31T20:30:20.888 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:30:20 vm05 bash[22868]: audit 2026-03-31T20:30:19.774877+0000 mgr.a (mgr.14433) 222 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-ssl-verify"}]: dispatch 2026-03-31T20:30:20.888 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:30:20 vm05 bash[22868]: audit 2026-03-31T20:30:19.774877+0000 mgr.a (mgr.14433) 222 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-ssl-verify"}]: dispatch 2026-03-31T20:30:20.888 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:30:20 vm05 bash[22868]: audit 2026-03-31T20:30:19.775867+0000 mon.a (mon.0) 730 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "dashboard set-alertmanager-api-ssl-verify", "value": "false"} : dispatch 2026-03-31T20:30:20.888 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:30:20 vm05 bash[22868]: audit 2026-03-31T20:30:19.775867+0000 mon.a (mon.0) 730 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "dashboard set-alertmanager-api-ssl-verify", "value": "false"} : dispatch 2026-03-31T20:30:20.888 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:30:20 vm05 bash[22868]: audit 2026-03-31T20:30:19.776046+0000 mgr.a (mgr.14433) 223 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-ssl-verify", "value": "false"}]: dispatch 2026-03-31T20:30:20.888 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:30:20 vm05 bash[22868]: audit 2026-03-31T20:30:19.776046+0000 mgr.a (mgr.14433) 223 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-ssl-verify", "value": "false"}]: dispatch 2026-03-31T20:30:20.888 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:30:20 vm05 bash[22868]: audit 2026-03-31T20:30:19.778580+0000 mon.a (mon.0) 731 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:30:20.888 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:30:20 vm05 bash[22868]: audit 2026-03-31T20:30:19.778580+0000 mon.a (mon.0) 731 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:30:20.888 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:30:20 vm05 bash[22868]: audit 2026-03-31T20:30:19.782415+0000 mon.a (mon.0) 732 : audit [DBG] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-03-31T20:30:20.888 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:30:20 vm05 bash[22868]: audit 2026-03-31T20:30:19.782415+0000 mon.a (mon.0) 732 : audit [DBG] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-03-31T20:30:20.888 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:30:20 vm05 bash[22868]: audit 2026-03-31T20:30:20.074239+0000 mon.a (mon.0) 733 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "orch get-security-config"} : dispatch 2026-03-31T20:30:20.888 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:30:20 vm05 bash[22868]: audit 2026-03-31T20:30:20.074239+0000 mon.a (mon.0) 733 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "orch get-security-config"} : dispatch 2026-03-31T20:30:20.888 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:30:20 vm05 bash[22868]: audit 2026-03-31T20:30:20.074739+0000 mgr.a (mgr.14433) 224 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "orch get-security-config"}]: dispatch 2026-03-31T20:30:20.888 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:30:20 vm05 bash[22868]: audit 2026-03-31T20:30:20.074739+0000 mgr.a (mgr.14433) 224 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "orch get-security-config"}]: dispatch 2026-03-31T20:30:20.888 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:30:20 vm05 bash[22868]: audit 2026-03-31T20:30:20.075503+0000 mon.a (mon.0) 734 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "orch certmgr generate-certificates", "module_name": "prometheus", "format": "json"} : dispatch 2026-03-31T20:30:20.888 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:30:20 vm05 bash[22868]: audit 2026-03-31T20:30:20.075503+0000 mon.a (mon.0) 734 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "orch certmgr generate-certificates", "module_name": "prometheus", "format": "json"} : dispatch 2026-03-31T20:30:20.888 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:30:20 vm05 bash[22868]: audit 2026-03-31T20:30:20.075823+0000 mgr.a (mgr.14433) 225 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "orch certmgr generate-certificates", "module_name": "prometheus", "format": "json"}]: dispatch 2026-03-31T20:30:20.889 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:30:20 vm05 bash[22868]: audit 2026-03-31T20:30:20.075823+0000 mgr.a (mgr.14433) 225 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "orch certmgr generate-certificates", "module_name": "prometheus", "format": "json"}]: dispatch 2026-03-31T20:30:20.889 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:30:20 vm05 bash[22868]: cluster 2026-03-31T20:30:20.136836+0000 mgr.a (mgr.14433) 226 : cluster [DBG] pgmap v129: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:30:20.889 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:30:20 vm05 bash[22868]: cluster 2026-03-31T20:30:20.136836+0000 mgr.a (mgr.14433) 226 : cluster [DBG] pgmap v129: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:30:20.889 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:30:20 vm05 bash[22868]: audit 2026-03-31T20:30:20.487675+0000 mon.a (mon.0) 735 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "orch get-security-config"} : dispatch 2026-03-31T20:30:20.889 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:30:20 vm05 bash[22868]: audit 2026-03-31T20:30:20.487675+0000 mon.a (mon.0) 735 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "orch get-security-config"} : dispatch 2026-03-31T20:30:20.889 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:30:20 vm05 bash[22868]: audit 2026-03-31T20:30:20.488962+0000 mon.a (mon.0) 736 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "orch certmgr generate-certificates", "module_name": "prometheus", "format": "json"} : dispatch 2026-03-31T20:30:20.889 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:30:20 vm05 bash[22868]: audit 2026-03-31T20:30:20.488962+0000 mon.a (mon.0) 736 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "orch certmgr generate-certificates", "module_name": "prometheus", "format": "json"} : dispatch 2026-03-31T20:30:20.966 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:30:20 vm06 bash[23229]: audit 2026-03-31T20:30:19.558076+0000 mon.a (mon.0) 699 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:30:20.966 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:30:20 vm06 bash[23229]: audit 2026-03-31T20:30:19.558076+0000 mon.a (mon.0) 699 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:30:20.966 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:30:20 vm06 bash[23229]: audit 2026-03-31T20:30:19.561600+0000 mon.a (mon.0) 700 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:30:20.966 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:30:20 vm06 bash[23229]: audit 2026-03-31T20:30:19.561600+0000 mon.a (mon.0) 700 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:30:20.966 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:30:20 vm06 bash[23229]: audit 2026-03-31T20:30:19.565871+0000 mon.a (mon.0) 701 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:30:20.966 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:30:20 vm06 bash[23229]: audit 2026-03-31T20:30:19.565871+0000 mon.a (mon.0) 701 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:30:20.966 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:30:20 vm06 bash[23229]: audit 2026-03-31T20:30:19.569604+0000 mon.a (mon.0) 702 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:30:20.966 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:30:20 vm06 bash[23229]: audit 2026-03-31T20:30:19.569604+0000 mon.a (mon.0) 702 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:30:20.966 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:30:20 vm06 bash[23229]: audit 2026-03-31T20:30:19.671957+0000 mon.a (mon.0) 703 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:30:20.966 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:30:20 vm06 bash[23229]: audit 2026-03-31T20:30:19.671957+0000 mon.a (mon.0) 703 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:30:20.966 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:30:20 vm06 bash[23229]: audit 2026-03-31T20:30:19.675593+0000 mon.a (mon.0) 704 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:30:20.966 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:30:20 vm06 bash[23229]: audit 2026-03-31T20:30:19.675593+0000 mon.a (mon.0) 704 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:30:20.966 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:30:20 vm06 bash[23229]: audit 2026-03-31T20:30:19.676149+0000 mon.a (mon.0) 705 : audit [DBG] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-03-31T20:30:20.966 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:30:20 vm06 bash[23229]: audit 2026-03-31T20:30:19.676149+0000 mon.a (mon.0) 705 : audit [DBG] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-03-31T20:30:20.966 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:30:20 vm06 bash[23229]: audit 2026-03-31T20:30:19.676637+0000 mon.a (mon.0) 706 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-03-31T20:30:20.966 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:30:20 vm06 bash[23229]: audit 2026-03-31T20:30:19.676637+0000 mon.a (mon.0) 706 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-03-31T20:30:20.966 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:30:20 vm06 bash[23229]: audit 2026-03-31T20:30:19.679977+0000 mon.a (mon.0) 707 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:30:20.966 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:30:20 vm06 bash[23229]: audit 2026-03-31T20:30:19.679977+0000 mon.a (mon.0) 707 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:30:20.966 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:30:20 vm06 bash[23229]: audit 2026-03-31T20:30:19.680971+0000 mon.a (mon.0) 708 : audit [DBG] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-03-31T20:30:20.966 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:30:20 vm06 bash[23229]: audit 2026-03-31T20:30:19.680971+0000 mon.a (mon.0) 708 : audit [DBG] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-03-31T20:30:20.966 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:30:20 vm06 bash[23229]: audit 2026-03-31T20:30:19.702669+0000 mon.a (mon.0) 709 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:30:20.966 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:30:20 vm06 bash[23229]: audit 2026-03-31T20:30:19.702669+0000 mon.a (mon.0) 709 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:30:20.966 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:30:20 vm06 bash[23229]: audit 2026-03-31T20:30:19.706130+0000 mon.a (mon.0) 710 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:30:20.966 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:30:20 vm06 bash[23229]: audit 2026-03-31T20:30:19.706130+0000 mon.a (mon.0) 710 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:30:20.966 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:30:20 vm06 bash[23229]: audit 2026-03-31T20:30:19.709012+0000 mon.a (mon.0) 711 : audit [DBG] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "dashboard get-grafana-api-url"} : dispatch 2026-03-31T20:30:20.966 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:30:20 vm06 bash[23229]: audit 2026-03-31T20:30:19.709012+0000 mon.a (mon.0) 711 : audit [DBG] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "dashboard get-grafana-api-url"} : dispatch 2026-03-31T20:30:20.966 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:30:20 vm06 bash[23229]: audit 2026-03-31T20:30:19.709345+0000 mgr.a (mgr.14433) 212 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2026-03-31T20:30:20.966 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:30:20 vm06 bash[23229]: audit 2026-03-31T20:30:19.709345+0000 mgr.a (mgr.14433) 212 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2026-03-31T20:30:20.966 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:30:20 vm06 bash[23229]: audit 2026-03-31T20:30:19.709912+0000 mon.a (mon.0) 712 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "dashboard set-grafana-api-url", "value": "https://vm06.local/grafana"} : dispatch 2026-03-31T20:30:20.966 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:30:20 vm06 bash[23229]: audit 2026-03-31T20:30:19.709912+0000 mon.a (mon.0) 712 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "dashboard set-grafana-api-url", "value": "https://vm06.local/grafana"} : dispatch 2026-03-31T20:30:20.966 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:30:20 vm06 bash[23229]: audit 2026-03-31T20:30:19.710078+0000 mgr.a (mgr.14433) 213 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://vm06.local/grafana"}]: dispatch 2026-03-31T20:30:20.966 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:30:20 vm06 bash[23229]: audit 2026-03-31T20:30:19.710078+0000 mgr.a (mgr.14433) 213 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://vm06.local/grafana"}]: dispatch 2026-03-31T20:30:20.966 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:30:20 vm06 bash[23229]: audit 2026-03-31T20:30:19.712761+0000 mon.a (mon.0) 713 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:30:20.966 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:30:20 vm06 bash[23229]: audit 2026-03-31T20:30:19.712761+0000 mon.a (mon.0) 713 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:30:20.966 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:30:20 vm06 bash[23229]: audit 2026-03-31T20:30:19.718789+0000 mon.a (mon.0) 714 : audit [DBG] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "dashboard get-grafana-api-ssl-verify"} : dispatch 2026-03-31T20:30:20.966 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:30:20 vm06 bash[23229]: audit 2026-03-31T20:30:19.718789+0000 mon.a (mon.0) 714 : audit [DBG] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "dashboard get-grafana-api-ssl-verify"} : dispatch 2026-03-31T20:30:20.966 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:30:20 vm06 bash[23229]: audit 2026-03-31T20:30:19.719017+0000 mgr.a (mgr.14433) 214 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-ssl-verify"}]: dispatch 2026-03-31T20:30:20.966 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:30:20 vm06 bash[23229]: audit 2026-03-31T20:30:19.719017+0000 mgr.a (mgr.14433) 214 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-ssl-verify"}]: dispatch 2026-03-31T20:30:20.966 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:30:20 vm06 bash[23229]: audit 2026-03-31T20:30:19.719460+0000 mon.a (mon.0) 715 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"} : dispatch 2026-03-31T20:30:20.967 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:30:20 vm06 bash[23229]: audit 2026-03-31T20:30:19.719460+0000 mon.a (mon.0) 715 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"} : dispatch 2026-03-31T20:30:20.967 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:30:20 vm06 bash[23229]: audit 2026-03-31T20:30:19.719619+0000 mgr.a (mgr.14433) 215 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2026-03-31T20:30:20.967 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:30:20 vm06 bash[23229]: audit 2026-03-31T20:30:19.719619+0000 mgr.a (mgr.14433) 215 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2026-03-31T20:30:20.967 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:30:20 vm06 bash[23229]: audit 2026-03-31T20:30:19.723369+0000 mon.a (mon.0) 716 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:30:20.967 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:30:20 vm06 bash[23229]: audit 2026-03-31T20:30:19.723369+0000 mon.a (mon.0) 716 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:30:20.967 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:30:20 vm06 bash[23229]: audit 2026-03-31T20:30:19.726676+0000 mon.a (mon.0) 717 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:30:20.967 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:30:20 vm06 bash[23229]: audit 2026-03-31T20:30:19.726676+0000 mon.a (mon.0) 717 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:30:20.967 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:30:20 vm06 bash[23229]: audit 2026-03-31T20:30:19.740457+0000 mon.a (mon.0) 718 : audit [DBG] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "dashboard get-prometheus-api-host"} : dispatch 2026-03-31T20:30:20.967 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:30:20 vm06 bash[23229]: audit 2026-03-31T20:30:19.740457+0000 mon.a (mon.0) 718 : audit [DBG] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "dashboard get-prometheus-api-host"} : dispatch 2026-03-31T20:30:20.967 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:30:20 vm06 bash[23229]: audit 2026-03-31T20:30:19.740734+0000 mgr.a (mgr.14433) 216 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2026-03-31T20:30:20.967 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:30:20 vm06 bash[23229]: audit 2026-03-31T20:30:19.740734+0000 mgr.a (mgr.14433) 216 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2026-03-31T20:30:20.967 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:30:20 vm06 bash[23229]: audit 2026-03-31T20:30:19.741242+0000 mon.a (mon.0) 719 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "dashboard set-prometheus-api-host", "value": "https://vm06.local:29443/internal/prometheus"} : dispatch 2026-03-31T20:30:20.967 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:30:20 vm06 bash[23229]: audit 2026-03-31T20:30:19.741242+0000 mon.a (mon.0) 719 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "dashboard set-prometheus-api-host", "value": "https://vm06.local:29443/internal/prometheus"} : dispatch 2026-03-31T20:30:20.967 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:30:20 vm06 bash[23229]: audit 2026-03-31T20:30:19.741423+0000 mgr.a (mgr.14433) 217 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "https://vm06.local:29443/internal/prometheus"}]: dispatch 2026-03-31T20:30:20.967 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:30:20 vm06 bash[23229]: audit 2026-03-31T20:30:19.741423+0000 mgr.a (mgr.14433) 217 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "https://vm06.local:29443/internal/prometheus"}]: dispatch 2026-03-31T20:30:20.967 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:30:20 vm06 bash[23229]: audit 2026-03-31T20:30:19.744048+0000 mon.a (mon.0) 720 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:30:20.967 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:30:20 vm06 bash[23229]: audit 2026-03-31T20:30:19.744048+0000 mon.a (mon.0) 720 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:30:20.967 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:30:20 vm06 bash[23229]: audit 2026-03-31T20:30:19.749927+0000 mon.a (mon.0) 721 : audit [DBG] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "dashboard get-prometheus-api-ssl-verify"} : dispatch 2026-03-31T20:30:20.967 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:30:20 vm06 bash[23229]: audit 2026-03-31T20:30:19.749927+0000 mon.a (mon.0) 721 : audit [DBG] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "dashboard get-prometheus-api-ssl-verify"} : dispatch 2026-03-31T20:30:20.967 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:30:20 vm06 bash[23229]: audit 2026-03-31T20:30:19.750140+0000 mgr.a (mgr.14433) 218 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-ssl-verify"}]: dispatch 2026-03-31T20:30:20.967 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:30:20 vm06 bash[23229]: audit 2026-03-31T20:30:19.750140+0000 mgr.a (mgr.14433) 218 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-ssl-verify"}]: dispatch 2026-03-31T20:30:20.967 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:30:20 vm06 bash[23229]: audit 2026-03-31T20:30:19.750629+0000 mon.a (mon.0) 722 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "dashboard set-prometheus-api-ssl-verify", "value": "false"} : dispatch 2026-03-31T20:30:20.967 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:30:20 vm06 bash[23229]: audit 2026-03-31T20:30:19.750629+0000 mon.a (mon.0) 722 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "dashboard set-prometheus-api-ssl-verify", "value": "false"} : dispatch 2026-03-31T20:30:20.967 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:30:20 vm06 bash[23229]: audit 2026-03-31T20:30:19.750832+0000 mgr.a (mgr.14433) 219 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-ssl-verify", "value": "false"}]: dispatch 2026-03-31T20:30:20.967 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:30:20 vm06 bash[23229]: audit 2026-03-31T20:30:19.750832+0000 mgr.a (mgr.14433) 219 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-ssl-verify", "value": "false"}]: dispatch 2026-03-31T20:30:20.967 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:30:20 vm06 bash[23229]: audit 2026-03-31T20:30:19.753365+0000 mon.a (mon.0) 723 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:30:20.967 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:30:20 vm06 bash[23229]: audit 2026-03-31T20:30:19.753365+0000 mon.a (mon.0) 723 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:30:20.967 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:30:20 vm06 bash[23229]: audit 2026-03-31T20:30:19.762062+0000 mon.a (mon.0) 724 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:30:20.967 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:30:20 vm06 bash[23229]: audit 2026-03-31T20:30:19.762062+0000 mon.a (mon.0) 724 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:30:20.967 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:30:20 vm06 bash[23229]: audit 2026-03-31T20:30:19.765419+0000 mon.a (mon.0) 725 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:30:20.967 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:30:20 vm06 bash[23229]: audit 2026-03-31T20:30:19.765419+0000 mon.a (mon.0) 725 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:30:20.967 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:30:20 vm06 bash[23229]: audit 2026-03-31T20:30:19.766961+0000 mon.a (mon.0) 726 : audit [DBG] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "dashboard get-alertmanager-api-host"} : dispatch 2026-03-31T20:30:20.967 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:30:20 vm06 bash[23229]: audit 2026-03-31T20:30:19.766961+0000 mon.a (mon.0) 726 : audit [DBG] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "dashboard get-alertmanager-api-host"} : dispatch 2026-03-31T20:30:20.967 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:30:20 vm06 bash[23229]: audit 2026-03-31T20:30:19.767152+0000 mgr.a (mgr.14433) 220 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2026-03-31T20:30:20.967 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:30:20 vm06 bash[23229]: audit 2026-03-31T20:30:19.767152+0000 mgr.a (mgr.14433) 220 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2026-03-31T20:30:20.967 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:30:20 vm06 bash[23229]: audit 2026-03-31T20:30:19.767640+0000 mon.a (mon.0) 727 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "dashboard set-alertmanager-api-host", "value": "https://vm06.local:29443/internal/alertmanager"} : dispatch 2026-03-31T20:30:20.967 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:30:20 vm06 bash[23229]: audit 2026-03-31T20:30:19.767640+0000 mon.a (mon.0) 727 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "dashboard set-alertmanager-api-host", "value": "https://vm06.local:29443/internal/alertmanager"} : dispatch 2026-03-31T20:30:20.967 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:30:20 vm06 bash[23229]: audit 2026-03-31T20:30:19.767791+0000 mgr.a (mgr.14433) 221 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "https://vm06.local:29443/internal/alertmanager"}]: dispatch 2026-03-31T20:30:20.967 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:30:20 vm06 bash[23229]: audit 2026-03-31T20:30:19.767791+0000 mgr.a (mgr.14433) 221 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "https://vm06.local:29443/internal/alertmanager"}]: dispatch 2026-03-31T20:30:20.967 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:30:20 vm06 bash[23229]: audit 2026-03-31T20:30:19.770359+0000 mon.a (mon.0) 728 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:30:20.967 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:30:20 vm06 bash[23229]: audit 2026-03-31T20:30:19.770359+0000 mon.a (mon.0) 728 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:30:20.967 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:30:20 vm06 bash[23229]: audit 2026-03-31T20:30:19.774709+0000 mon.a (mon.0) 729 : audit [DBG] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "dashboard get-alertmanager-api-ssl-verify"} : dispatch 2026-03-31T20:30:20.967 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:30:20 vm06 bash[23229]: audit 2026-03-31T20:30:19.774709+0000 mon.a (mon.0) 729 : audit [DBG] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "dashboard get-alertmanager-api-ssl-verify"} : dispatch 2026-03-31T20:30:20.967 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:30:20 vm06 bash[23229]: audit 2026-03-31T20:30:19.774877+0000 mgr.a (mgr.14433) 222 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-ssl-verify"}]: dispatch 2026-03-31T20:30:20.967 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:30:20 vm06 bash[23229]: audit 2026-03-31T20:30:19.774877+0000 mgr.a (mgr.14433) 222 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-ssl-verify"}]: dispatch 2026-03-31T20:30:20.967 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:30:20 vm06 bash[23229]: audit 2026-03-31T20:30:19.775867+0000 mon.a (mon.0) 730 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "dashboard set-alertmanager-api-ssl-verify", "value": "false"} : dispatch 2026-03-31T20:30:20.967 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:30:20 vm06 bash[23229]: audit 2026-03-31T20:30:19.775867+0000 mon.a (mon.0) 730 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "dashboard set-alertmanager-api-ssl-verify", "value": "false"} : dispatch 2026-03-31T20:30:20.967 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:30:20 vm06 bash[23229]: audit 2026-03-31T20:30:19.776046+0000 mgr.a (mgr.14433) 223 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-ssl-verify", "value": "false"}]: dispatch 2026-03-31T20:30:20.967 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:30:20 vm06 bash[23229]: audit 2026-03-31T20:30:19.776046+0000 mgr.a (mgr.14433) 223 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-ssl-verify", "value": "false"}]: dispatch 2026-03-31T20:30:20.967 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:30:20 vm06 bash[23229]: audit 2026-03-31T20:30:19.778580+0000 mon.a (mon.0) 731 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:30:20.967 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:30:20 vm06 bash[23229]: audit 2026-03-31T20:30:19.778580+0000 mon.a (mon.0) 731 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:30:20.967 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:30:20 vm06 bash[23229]: audit 2026-03-31T20:30:19.782415+0000 mon.a (mon.0) 732 : audit [DBG] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-03-31T20:30:20.967 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:30:20 vm06 bash[23229]: audit 2026-03-31T20:30:19.782415+0000 mon.a (mon.0) 732 : audit [DBG] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-03-31T20:30:20.967 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:30:20 vm06 bash[23229]: audit 2026-03-31T20:30:20.074239+0000 mon.a (mon.0) 733 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "orch get-security-config"} : dispatch 2026-03-31T20:30:20.967 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:30:20 vm06 bash[23229]: audit 2026-03-31T20:30:20.074239+0000 mon.a (mon.0) 733 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "orch get-security-config"} : dispatch 2026-03-31T20:30:20.967 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:30:20 vm06 bash[23229]: audit 2026-03-31T20:30:20.074739+0000 mgr.a (mgr.14433) 224 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "orch get-security-config"}]: dispatch 2026-03-31T20:30:20.967 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:30:20 vm06 bash[23229]: audit 2026-03-31T20:30:20.074739+0000 mgr.a (mgr.14433) 224 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "orch get-security-config"}]: dispatch 2026-03-31T20:30:20.967 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:30:20 vm06 bash[23229]: audit 2026-03-31T20:30:20.075503+0000 mon.a (mon.0) 734 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "orch certmgr generate-certificates", "module_name": "prometheus", "format": "json"} : dispatch 2026-03-31T20:30:20.967 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:30:20 vm06 bash[23229]: audit 2026-03-31T20:30:20.075503+0000 mon.a (mon.0) 734 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "orch certmgr generate-certificates", "module_name": "prometheus", "format": "json"} : dispatch 2026-03-31T20:30:20.967 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:30:20 vm06 bash[23229]: audit 2026-03-31T20:30:20.075823+0000 mgr.a (mgr.14433) 225 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "orch certmgr generate-certificates", "module_name": "prometheus", "format": "json"}]: dispatch 2026-03-31T20:30:20.968 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:30:20 vm06 bash[23229]: audit 2026-03-31T20:30:20.075823+0000 mgr.a (mgr.14433) 225 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "orch certmgr generate-certificates", "module_name": "prometheus", "format": "json"}]: dispatch 2026-03-31T20:30:20.968 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:30:20 vm06 bash[23229]: cluster 2026-03-31T20:30:20.136836+0000 mgr.a (mgr.14433) 226 : cluster [DBG] pgmap v129: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:30:20.968 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:30:20 vm06 bash[23229]: cluster 2026-03-31T20:30:20.136836+0000 mgr.a (mgr.14433) 226 : cluster [DBG] pgmap v129: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:30:20.968 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:30:20 vm06 bash[23229]: audit 2026-03-31T20:30:20.487675+0000 mon.a (mon.0) 735 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "orch get-security-config"} : dispatch 2026-03-31T20:30:20.968 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:30:20 vm06 bash[23229]: audit 2026-03-31T20:30:20.487675+0000 mon.a (mon.0) 735 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "orch get-security-config"} : dispatch 2026-03-31T20:30:20.968 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:30:20 vm06 bash[23229]: audit 2026-03-31T20:30:20.488962+0000 mon.a (mon.0) 736 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "orch certmgr generate-certificates", "module_name": "prometheus", "format": "json"} : dispatch 2026-03-31T20:30:20.968 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:30:20 vm06 bash[23229]: audit 2026-03-31T20:30:20.488962+0000 mon.a (mon.0) 736 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "orch certmgr generate-certificates", "module_name": "prometheus", "format": "json"} : dispatch 2026-03-31T20:30:21.085 INFO:journalctl@ceph.mgr.a.vm01.stdout:Mar 31 20:30:20 vm01 bash[20789]: [31/Mar/2026:20:30:20] ENGINE Bus STARTING 2026-03-31T20:30:21.085 INFO:journalctl@ceph.mgr.a.vm01.stdout:Mar 31 20:30:20 vm01 bash[20789]: [31/Mar/2026:20:30:20] ENGINE Serving on https://:::9283 2026-03-31T20:30:21.085 INFO:journalctl@ceph.mgr.a.vm01.stdout:Mar 31 20:30:20 vm01 bash[20789]: [31/Mar/2026:20:30:20] ENGINE Bus STARTED 2026-03-31T20:30:21.085 INFO:journalctl@ceph.mgr.a.vm01.stdout:Mar 31 20:30:20 vm01 bash[20789]: [31/Mar/2026:20:30:20] ENGINE Bus STOPPING 2026-03-31T20:30:21.085 INFO:journalctl@ceph.mgr.a.vm01.stdout:Mar 31 20:30:20 vm01 bash[20789]: [31/Mar/2026:20:30:20] ENGINE Client ('::1', 35246, 0, 0) lost — peer dropped the TLS connection suddenly, during handshake: (6, 'TLS/SSL connection has been closed (EOF) (_ssl.c:1147)') 2026-03-31T20:30:21.085 INFO:journalctl@ceph.mgr.a.vm01.stdout:Mar 31 20:30:20 vm01 bash[20789]: [31/Mar/2026:20:30:20] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('::', 9283)) shut down 2026-03-31T20:30:21.085 INFO:journalctl@ceph.mgr.a.vm01.stdout:Mar 31 20:30:20 vm01 bash[20789]: [31/Mar/2026:20:30:20] ENGINE Bus STOPPED 2026-03-31T20:30:21.585 INFO:journalctl@ceph.mgr.a.vm01.stdout:Mar 31 20:30:21 vm01 bash[20789]: [31/Mar/2026:20:30:21] ENGINE Bus STARTING 2026-03-31T20:30:21.585 INFO:journalctl@ceph.mgr.a.vm01.stdout:Mar 31 20:30:21 vm01 bash[20789]: [31/Mar/2026:20:30:21] ENGINE Serving on https://:::9283 2026-03-31T20:30:21.585 INFO:journalctl@ceph.mgr.a.vm01.stdout:Mar 31 20:30:21 vm01 bash[20789]: [31/Mar/2026:20:30:21] ENGINE Bus STARTED 2026-03-31T20:30:21.585 INFO:journalctl@ceph.mgr.a.vm01.stdout:Mar 31 20:30:21 vm01 bash[20789]: [31/Mar/2026:20:30:21] ENGINE Bus STOPPING 2026-03-31T20:30:21.585 INFO:journalctl@ceph.mgr.a.vm01.stdout:Mar 31 20:30:21 vm01 bash[20789]: [31/Mar/2026:20:30:21] ENGINE Client ('::1', 35266, 0, 0) lost — peer dropped the TLS connection suddenly, during handshake: (6, 'TLS/SSL connection has been closed (EOF) (_ssl.c:1147)') 2026-03-31T20:30:21.585 INFO:journalctl@ceph.mgr.a.vm01.stdout:Mar 31 20:30:21 vm01 bash[20789]: [31/Mar/2026:20:30:21] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('::', 9283)) shut down 2026-03-31T20:30:21.585 INFO:journalctl@ceph.mgr.a.vm01.stdout:Mar 31 20:30:21 vm01 bash[20789]: [31/Mar/2026:20:30:21] ENGINE Bus STOPPED 2026-03-31T20:30:22.085 INFO:journalctl@ceph.mgr.a.vm01.stdout:Mar 31 20:30:21 vm01 bash[20789]: [31/Mar/2026:20:30:21] ENGINE Bus STARTING 2026-03-31T20:30:22.085 INFO:journalctl@ceph.mgr.a.vm01.stdout:Mar 31 20:30:21 vm01 bash[20789]: [31/Mar/2026:20:30:21] ENGINE Serving on https://:::9283 2026-03-31T20:30:22.085 INFO:journalctl@ceph.mgr.a.vm01.stdout:Mar 31 20:30:21 vm01 bash[20789]: [31/Mar/2026:20:30:21] ENGINE Bus STARTED 2026-03-31T20:30:22.085 INFO:journalctl@ceph.mgr.a.vm01.stdout:Mar 31 20:30:21 vm01 bash[20789]: [31/Mar/2026:20:30:21] ENGINE Bus STOPPING 2026-03-31T20:30:22.085 INFO:journalctl@ceph.mgr.a.vm01.stdout:Mar 31 20:30:21 vm01 bash[20789]: [31/Mar/2026:20:30:21] ENGINE Client ('::1', 35314, 0, 0) lost — peer dropped the TLS connection suddenly, during handshake: (6, 'TLS/SSL connection has been closed (EOF) (_ssl.c:1147)') 2026-03-31T20:30:22.085 INFO:journalctl@ceph.mgr.a.vm01.stdout:Mar 31 20:30:21 vm01 bash[20789]: [31/Mar/2026:20:30:21] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('::', 9283)) shut down 2026-03-31T20:30:22.085 INFO:journalctl@ceph.mgr.a.vm01.stdout:Mar 31 20:30:21 vm01 bash[20789]: [31/Mar/2026:20:30:21] ENGINE Bus STOPPED 2026-03-31T20:30:22.085 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:30:21 vm01 bash[20507]: audit 2026-03-31T20:30:20.488188+0000 mgr.a (mgr.14433) 227 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "orch get-security-config"}]: dispatch 2026-03-31T20:30:22.085 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:30:21 vm01 bash[20507]: audit 2026-03-31T20:30:20.488188+0000 mgr.a (mgr.14433) 227 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "orch get-security-config"}]: dispatch 2026-03-31T20:30:22.085 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:30:21 vm01 bash[20507]: audit 2026-03-31T20:30:20.489285+0000 mgr.a (mgr.14433) 228 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "orch certmgr generate-certificates", "module_name": "prometheus", "format": "json"}]: dispatch 2026-03-31T20:30:22.085 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:30:21 vm01 bash[20507]: audit 2026-03-31T20:30:20.489285+0000 mgr.a (mgr.14433) 228 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "orch certmgr generate-certificates", "module_name": "prometheus", "format": "json"}]: dispatch 2026-03-31T20:30:22.085 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:30:21 vm01 bash[20507]: audit 2026-03-31T20:30:20.951788+0000 mon.a (mon.0) 737 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "orch get-security-config"} : dispatch 2026-03-31T20:30:22.085 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:30:21 vm01 bash[20507]: audit 2026-03-31T20:30:20.951788+0000 mon.a (mon.0) 737 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "orch get-security-config"} : dispatch 2026-03-31T20:30:22.085 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:30:21 vm01 bash[20507]: audit 2026-03-31T20:30:20.952273+0000 mgr.a (mgr.14433) 229 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "orch get-security-config"}]: dispatch 2026-03-31T20:30:22.086 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:30:21 vm01 bash[20507]: audit 2026-03-31T20:30:20.952273+0000 mgr.a (mgr.14433) 229 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "orch get-security-config"}]: dispatch 2026-03-31T20:30:22.086 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:30:21 vm01 bash[20507]: audit 2026-03-31T20:30:20.952853+0000 mon.a (mon.0) 738 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "orch certmgr generate-certificates", "module_name": "prometheus", "format": "json"} : dispatch 2026-03-31T20:30:22.086 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:30:21 vm01 bash[20507]: audit 2026-03-31T20:30:20.952853+0000 mon.a (mon.0) 738 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "orch certmgr generate-certificates", "module_name": "prometheus", "format": "json"} : dispatch 2026-03-31T20:30:22.086 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:30:21 vm01 bash[20507]: audit 2026-03-31T20:30:20.953144+0000 mgr.a (mgr.14433) 230 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "orch certmgr generate-certificates", "module_name": "prometheus", "format": "json"}]: dispatch 2026-03-31T20:30:22.086 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:30:21 vm01 bash[20507]: audit 2026-03-31T20:30:20.953144+0000 mgr.a (mgr.14433) 230 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "orch certmgr generate-certificates", "module_name": "prometheus", "format": "json"}]: dispatch 2026-03-31T20:30:22.086 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:30:21 vm01 bash[20507]: audit 2026-03-31T20:30:21.443623+0000 mon.a (mon.0) 739 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "orch get-security-config"} : dispatch 2026-03-31T20:30:22.086 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:30:21 vm01 bash[20507]: audit 2026-03-31T20:30:21.443623+0000 mon.a (mon.0) 739 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "orch get-security-config"} : dispatch 2026-03-31T20:30:22.086 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:30:21 vm01 bash[20507]: audit 2026-03-31T20:30:21.444943+0000 mon.a (mon.0) 740 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "orch certmgr generate-certificates", "module_name": "prometheus", "format": "json"} : dispatch 2026-03-31T20:30:22.086 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:30:21 vm01 bash[20507]: audit 2026-03-31T20:30:21.444943+0000 mon.a (mon.0) 740 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "orch certmgr generate-certificates", "module_name": "prometheus", "format": "json"} : dispatch 2026-03-31T20:30:22.136 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:30:21 vm05 bash[22868]: audit 2026-03-31T20:30:20.488188+0000 mgr.a (mgr.14433) 227 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "orch get-security-config"}]: dispatch 2026-03-31T20:30:22.136 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:30:21 vm05 bash[22868]: audit 2026-03-31T20:30:20.488188+0000 mgr.a (mgr.14433) 227 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "orch get-security-config"}]: dispatch 2026-03-31T20:30:22.136 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:30:21 vm05 bash[22868]: audit 2026-03-31T20:30:20.489285+0000 mgr.a (mgr.14433) 228 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "orch certmgr generate-certificates", "module_name": "prometheus", "format": "json"}]: dispatch 2026-03-31T20:30:22.136 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:30:21 vm05 bash[22868]: audit 2026-03-31T20:30:20.489285+0000 mgr.a (mgr.14433) 228 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "orch certmgr generate-certificates", "module_name": "prometheus", "format": "json"}]: dispatch 2026-03-31T20:30:22.136 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:30:21 vm05 bash[22868]: audit 2026-03-31T20:30:20.951788+0000 mon.a (mon.0) 737 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "orch get-security-config"} : dispatch 2026-03-31T20:30:22.136 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:30:21 vm05 bash[22868]: audit 2026-03-31T20:30:20.951788+0000 mon.a (mon.0) 737 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "orch get-security-config"} : dispatch 2026-03-31T20:30:22.136 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:30:21 vm05 bash[22868]: audit 2026-03-31T20:30:20.952273+0000 mgr.a (mgr.14433) 229 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "orch get-security-config"}]: dispatch 2026-03-31T20:30:22.136 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:30:21 vm05 bash[22868]: audit 2026-03-31T20:30:20.952273+0000 mgr.a (mgr.14433) 229 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "orch get-security-config"}]: dispatch 2026-03-31T20:30:22.136 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:30:21 vm05 bash[22868]: audit 2026-03-31T20:30:20.952853+0000 mon.a (mon.0) 738 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "orch certmgr generate-certificates", "module_name": "prometheus", "format": "json"} : dispatch 2026-03-31T20:30:22.136 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:30:21 vm05 bash[22868]: audit 2026-03-31T20:30:20.952853+0000 mon.a (mon.0) 738 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "orch certmgr generate-certificates", "module_name": "prometheus", "format": "json"} : dispatch 2026-03-31T20:30:22.136 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:30:21 vm05 bash[22868]: audit 2026-03-31T20:30:20.953144+0000 mgr.a (mgr.14433) 230 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "orch certmgr generate-certificates", "module_name": "prometheus", "format": "json"}]: dispatch 2026-03-31T20:30:22.136 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:30:21 vm05 bash[22868]: audit 2026-03-31T20:30:20.953144+0000 mgr.a (mgr.14433) 230 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "orch certmgr generate-certificates", "module_name": "prometheus", "format": "json"}]: dispatch 2026-03-31T20:30:22.136 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:30:21 vm05 bash[22868]: audit 2026-03-31T20:30:21.443623+0000 mon.a (mon.0) 739 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "orch get-security-config"} : dispatch 2026-03-31T20:30:22.136 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:30:21 vm05 bash[22868]: audit 2026-03-31T20:30:21.443623+0000 mon.a (mon.0) 739 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "orch get-security-config"} : dispatch 2026-03-31T20:30:22.136 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:30:21 vm05 bash[22868]: audit 2026-03-31T20:30:21.444943+0000 mon.a (mon.0) 740 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "orch certmgr generate-certificates", "module_name": "prometheus", "format": "json"} : dispatch 2026-03-31T20:30:22.136 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:30:21 vm05 bash[22868]: audit 2026-03-31T20:30:21.444943+0000 mon.a (mon.0) 740 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "orch certmgr generate-certificates", "module_name": "prometheus", "format": "json"} : dispatch 2026-03-31T20:30:22.215 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:30:21 vm06 bash[23229]: audit 2026-03-31T20:30:20.488188+0000 mgr.a (mgr.14433) 227 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "orch get-security-config"}]: dispatch 2026-03-31T20:30:22.215 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:30:21 vm06 bash[23229]: audit 2026-03-31T20:30:20.488188+0000 mgr.a (mgr.14433) 227 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "orch get-security-config"}]: dispatch 2026-03-31T20:30:22.215 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:30:21 vm06 bash[23229]: audit 2026-03-31T20:30:20.489285+0000 mgr.a (mgr.14433) 228 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "orch certmgr generate-certificates", "module_name": "prometheus", "format": "json"}]: dispatch 2026-03-31T20:30:22.215 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:30:21 vm06 bash[23229]: audit 2026-03-31T20:30:20.489285+0000 mgr.a (mgr.14433) 228 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "orch certmgr generate-certificates", "module_name": "prometheus", "format": "json"}]: dispatch 2026-03-31T20:30:22.215 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:30:21 vm06 bash[23229]: audit 2026-03-31T20:30:20.951788+0000 mon.a (mon.0) 737 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "orch get-security-config"} : dispatch 2026-03-31T20:30:22.215 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:30:21 vm06 bash[23229]: audit 2026-03-31T20:30:20.951788+0000 mon.a (mon.0) 737 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "orch get-security-config"} : dispatch 2026-03-31T20:30:22.215 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:30:21 vm06 bash[23229]: audit 2026-03-31T20:30:20.952273+0000 mgr.a (mgr.14433) 229 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "orch get-security-config"}]: dispatch 2026-03-31T20:30:22.215 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:30:21 vm06 bash[23229]: audit 2026-03-31T20:30:20.952273+0000 mgr.a (mgr.14433) 229 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "orch get-security-config"}]: dispatch 2026-03-31T20:30:22.215 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:30:21 vm06 bash[23229]: audit 2026-03-31T20:30:20.952853+0000 mon.a (mon.0) 738 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "orch certmgr generate-certificates", "module_name": "prometheus", "format": "json"} : dispatch 2026-03-31T20:30:22.215 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:30:21 vm06 bash[23229]: audit 2026-03-31T20:30:20.952853+0000 mon.a (mon.0) 738 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "orch certmgr generate-certificates", "module_name": "prometheus", "format": "json"} : dispatch 2026-03-31T20:30:22.215 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:30:21 vm06 bash[23229]: audit 2026-03-31T20:30:20.953144+0000 mgr.a (mgr.14433) 230 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "orch certmgr generate-certificates", "module_name": "prometheus", "format": "json"}]: dispatch 2026-03-31T20:30:22.215 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:30:21 vm06 bash[23229]: audit 2026-03-31T20:30:20.953144+0000 mgr.a (mgr.14433) 230 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "orch certmgr generate-certificates", "module_name": "prometheus", "format": "json"}]: dispatch 2026-03-31T20:30:22.215 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:30:21 vm06 bash[23229]: audit 2026-03-31T20:30:21.443623+0000 mon.a (mon.0) 739 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "orch get-security-config"} : dispatch 2026-03-31T20:30:22.215 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:30:21 vm06 bash[23229]: audit 2026-03-31T20:30:21.443623+0000 mon.a (mon.0) 739 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "orch get-security-config"} : dispatch 2026-03-31T20:30:22.215 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:30:21 vm06 bash[23229]: audit 2026-03-31T20:30:21.444943+0000 mon.a (mon.0) 740 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "orch certmgr generate-certificates", "module_name": "prometheus", "format": "json"} : dispatch 2026-03-31T20:30:22.215 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:30:21 vm06 bash[23229]: audit 2026-03-31T20:30:21.444943+0000 mon.a (mon.0) 740 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "orch certmgr generate-certificates", "module_name": "prometheus", "format": "json"} : dispatch 2026-03-31T20:30:22.585 INFO:journalctl@ceph.mgr.a.vm01.stdout:Mar 31 20:30:22 vm01 bash[20789]: [31/Mar/2026:20:30:22] ENGINE Bus STARTING 2026-03-31T20:30:22.585 INFO:journalctl@ceph.mgr.a.vm01.stdout:Mar 31 20:30:22 vm01 bash[20789]: [31/Mar/2026:20:30:22] ENGINE Serving on https://:::9283 2026-03-31T20:30:22.585 INFO:journalctl@ceph.mgr.a.vm01.stdout:Mar 31 20:30:22 vm01 bash[20789]: [31/Mar/2026:20:30:22] ENGINE Bus STARTED 2026-03-31T20:30:22.585 INFO:journalctl@ceph.mgr.a.vm01.stdout:Mar 31 20:30:22 vm01 bash[20789]: [31/Mar/2026:20:30:22] ENGINE Client ('::1', 35342, 0, 0) lost — peer dropped the TLS connection suddenly, during handshake: (6, 'TLS/SSL connection has been closed (EOF) (_ssl.c:1147)') 2026-03-31T20:30:23.085 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:30:22 vm01 bash[20507]: audit 2026-03-31T20:30:21.444199+0000 mgr.a (mgr.14433) 231 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "orch get-security-config"}]: dispatch 2026-03-31T20:30:23.085 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:30:22 vm01 bash[20507]: audit 2026-03-31T20:30:21.444199+0000 mgr.a (mgr.14433) 231 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "orch get-security-config"}]: dispatch 2026-03-31T20:30:23.085 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:30:22 vm01 bash[20507]: audit 2026-03-31T20:30:21.445295+0000 mgr.a (mgr.14433) 232 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "orch certmgr generate-certificates", "module_name": "prometheus", "format": "json"}]: dispatch 2026-03-31T20:30:23.085 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:30:22 vm01 bash[20507]: audit 2026-03-31T20:30:21.445295+0000 mgr.a (mgr.14433) 232 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "orch certmgr generate-certificates", "module_name": "prometheus", "format": "json"}]: dispatch 2026-03-31T20:30:23.085 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:30:22 vm01 bash[20507]: audit 2026-03-31T20:30:21.853674+0000 mon.a (mon.0) 741 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "orch get-security-config"} : dispatch 2026-03-31T20:30:23.085 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:30:22 vm01 bash[20507]: audit 2026-03-31T20:30:21.853674+0000 mon.a (mon.0) 741 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "orch get-security-config"} : dispatch 2026-03-31T20:30:23.085 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:30:22 vm01 bash[20507]: audit 2026-03-31T20:30:21.854079+0000 mgr.a (mgr.14433) 233 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "orch get-security-config"}]: dispatch 2026-03-31T20:30:23.085 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:30:22 vm01 bash[20507]: audit 2026-03-31T20:30:21.854079+0000 mgr.a (mgr.14433) 233 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "orch get-security-config"}]: dispatch 2026-03-31T20:30:23.085 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:30:22 vm01 bash[20507]: audit 2026-03-31T20:30:21.854669+0000 mon.a (mon.0) 742 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "orch certmgr generate-certificates", "module_name": "prometheus", "format": "json"} : dispatch 2026-03-31T20:30:23.085 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:30:22 vm01 bash[20507]: audit 2026-03-31T20:30:21.854669+0000 mon.a (mon.0) 742 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "orch certmgr generate-certificates", "module_name": "prometheus", "format": "json"} : dispatch 2026-03-31T20:30:23.085 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:30:22 vm01 bash[20507]: audit 2026-03-31T20:30:21.854948+0000 mgr.a (mgr.14433) 234 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "orch certmgr generate-certificates", "module_name": "prometheus", "format": "json"}]: dispatch 2026-03-31T20:30:23.085 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:30:22 vm01 bash[20507]: audit 2026-03-31T20:30:21.854948+0000 mgr.a (mgr.14433) 234 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "orch certmgr generate-certificates", "module_name": "prometheus", "format": "json"}]: dispatch 2026-03-31T20:30:23.085 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:30:22 vm01 bash[20507]: cluster 2026-03-31T20:30:22.137036+0000 mgr.a (mgr.14433) 235 : cluster [DBG] pgmap v130: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:30:23.085 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:30:22 vm01 bash[20507]: cluster 2026-03-31T20:30:22.137036+0000 mgr.a (mgr.14433) 235 : cluster [DBG] pgmap v130: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:30:23.136 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:30:22 vm05 bash[22868]: audit 2026-03-31T20:30:21.444199+0000 mgr.a (mgr.14433) 231 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "orch get-security-config"}]: dispatch 2026-03-31T20:30:23.136 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:30:22 vm05 bash[22868]: audit 2026-03-31T20:30:21.444199+0000 mgr.a (mgr.14433) 231 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "orch get-security-config"}]: dispatch 2026-03-31T20:30:23.136 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:30:22 vm05 bash[22868]: audit 2026-03-31T20:30:21.445295+0000 mgr.a (mgr.14433) 232 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "orch certmgr generate-certificates", "module_name": "prometheus", "format": "json"}]: dispatch 2026-03-31T20:30:23.136 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:30:22 vm05 bash[22868]: audit 2026-03-31T20:30:21.445295+0000 mgr.a (mgr.14433) 232 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "orch certmgr generate-certificates", "module_name": "prometheus", "format": "json"}]: dispatch 2026-03-31T20:30:23.136 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:30:22 vm05 bash[22868]: audit 2026-03-31T20:30:21.853674+0000 mon.a (mon.0) 741 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "orch get-security-config"} : dispatch 2026-03-31T20:30:23.136 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:30:22 vm05 bash[22868]: audit 2026-03-31T20:30:21.853674+0000 mon.a (mon.0) 741 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "orch get-security-config"} : dispatch 2026-03-31T20:30:23.136 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:30:22 vm05 bash[22868]: audit 2026-03-31T20:30:21.854079+0000 mgr.a (mgr.14433) 233 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "orch get-security-config"}]: dispatch 2026-03-31T20:30:23.136 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:30:22 vm05 bash[22868]: audit 2026-03-31T20:30:21.854079+0000 mgr.a (mgr.14433) 233 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "orch get-security-config"}]: dispatch 2026-03-31T20:30:23.136 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:30:22 vm05 bash[22868]: audit 2026-03-31T20:30:21.854669+0000 mon.a (mon.0) 742 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "orch certmgr generate-certificates", "module_name": "prometheus", "format": "json"} : dispatch 2026-03-31T20:30:23.136 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:30:22 vm05 bash[22868]: audit 2026-03-31T20:30:21.854669+0000 mon.a (mon.0) 742 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "orch certmgr generate-certificates", "module_name": "prometheus", "format": "json"} : dispatch 2026-03-31T20:30:23.136 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:30:22 vm05 bash[22868]: audit 2026-03-31T20:30:21.854948+0000 mgr.a (mgr.14433) 234 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "orch certmgr generate-certificates", "module_name": "prometheus", "format": "json"}]: dispatch 2026-03-31T20:30:23.136 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:30:22 vm05 bash[22868]: audit 2026-03-31T20:30:21.854948+0000 mgr.a (mgr.14433) 234 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "orch certmgr generate-certificates", "module_name": "prometheus", "format": "json"}]: dispatch 2026-03-31T20:30:23.136 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:30:22 vm05 bash[22868]: cluster 2026-03-31T20:30:22.137036+0000 mgr.a (mgr.14433) 235 : cluster [DBG] pgmap v130: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:30:23.136 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:30:22 vm05 bash[22868]: cluster 2026-03-31T20:30:22.137036+0000 mgr.a (mgr.14433) 235 : cluster [DBG] pgmap v130: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:30:23.215 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:30:22 vm06 bash[23229]: audit 2026-03-31T20:30:21.444199+0000 mgr.a (mgr.14433) 231 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "orch get-security-config"}]: dispatch 2026-03-31T20:30:23.215 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:30:22 vm06 bash[23229]: audit 2026-03-31T20:30:21.444199+0000 mgr.a (mgr.14433) 231 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "orch get-security-config"}]: dispatch 2026-03-31T20:30:23.215 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:30:22 vm06 bash[23229]: audit 2026-03-31T20:30:21.445295+0000 mgr.a (mgr.14433) 232 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "orch certmgr generate-certificates", "module_name": "prometheus", "format": "json"}]: dispatch 2026-03-31T20:30:23.215 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:30:22 vm06 bash[23229]: audit 2026-03-31T20:30:21.445295+0000 mgr.a (mgr.14433) 232 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "orch certmgr generate-certificates", "module_name": "prometheus", "format": "json"}]: dispatch 2026-03-31T20:30:23.215 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:30:22 vm06 bash[23229]: audit 2026-03-31T20:30:21.853674+0000 mon.a (mon.0) 741 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "orch get-security-config"} : dispatch 2026-03-31T20:30:23.215 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:30:22 vm06 bash[23229]: audit 2026-03-31T20:30:21.853674+0000 mon.a (mon.0) 741 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "orch get-security-config"} : dispatch 2026-03-31T20:30:23.215 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:30:22 vm06 bash[23229]: audit 2026-03-31T20:30:21.854079+0000 mgr.a (mgr.14433) 233 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "orch get-security-config"}]: dispatch 2026-03-31T20:30:23.215 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:30:22 vm06 bash[23229]: audit 2026-03-31T20:30:21.854079+0000 mgr.a (mgr.14433) 233 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "orch get-security-config"}]: dispatch 2026-03-31T20:30:23.215 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:30:22 vm06 bash[23229]: audit 2026-03-31T20:30:21.854669+0000 mon.a (mon.0) 742 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "orch certmgr generate-certificates", "module_name": "prometheus", "format": "json"} : dispatch 2026-03-31T20:30:23.215 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:30:22 vm06 bash[23229]: audit 2026-03-31T20:30:21.854669+0000 mon.a (mon.0) 742 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "orch certmgr generate-certificates", "module_name": "prometheus", "format": "json"} : dispatch 2026-03-31T20:30:23.215 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:30:22 vm06 bash[23229]: audit 2026-03-31T20:30:21.854948+0000 mgr.a (mgr.14433) 234 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "orch certmgr generate-certificates", "module_name": "prometheus", "format": "json"}]: dispatch 2026-03-31T20:30:23.215 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:30:22 vm06 bash[23229]: audit 2026-03-31T20:30:21.854948+0000 mgr.a (mgr.14433) 234 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "orch certmgr generate-certificates", "module_name": "prometheus", "format": "json"}]: dispatch 2026-03-31T20:30:23.215 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:30:22 vm06 bash[23229]: cluster 2026-03-31T20:30:22.137036+0000 mgr.a (mgr.14433) 235 : cluster [DBG] pgmap v130: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:30:23.215 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:30:22 vm06 bash[23229]: cluster 2026-03-31T20:30:22.137036+0000 mgr.a (mgr.14433) 235 : cluster [DBG] pgmap v130: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:30:24.085 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:30:23 vm01 bash[20507]: audit 2026-03-31T20:30:23.345506+0000 mon.a (mon.0) 743 : audit [DBG] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-03-31T20:30:24.085 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:30:23 vm01 bash[20507]: audit 2026-03-31T20:30:23.345506+0000 mon.a (mon.0) 743 : audit [DBG] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-03-31T20:30:24.136 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:30:23 vm05 bash[22868]: audit 2026-03-31T20:30:23.345506+0000 mon.a (mon.0) 743 : audit [DBG] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-03-31T20:30:24.136 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:30:23 vm05 bash[22868]: audit 2026-03-31T20:30:23.345506+0000 mon.a (mon.0) 743 : audit [DBG] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-03-31T20:30:24.215 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:30:23 vm06 bash[23229]: audit 2026-03-31T20:30:23.345506+0000 mon.a (mon.0) 743 : audit [DBG] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-03-31T20:30:24.215 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:30:23 vm06 bash[23229]: audit 2026-03-31T20:30:23.345506+0000 mon.a (mon.0) 743 : audit [DBG] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-03-31T20:30:25.085 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:30:24 vm01 bash[20507]: cluster 2026-03-31T20:30:24.137205+0000 mgr.a (mgr.14433) 236 : cluster [DBG] pgmap v131: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:30:25.085 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:30:24 vm01 bash[20507]: cluster 2026-03-31T20:30:24.137205+0000 mgr.a (mgr.14433) 236 : cluster [DBG] pgmap v131: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:30:25.136 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:30:24 vm05 bash[22868]: cluster 2026-03-31T20:30:24.137205+0000 mgr.a (mgr.14433) 236 : cluster [DBG] pgmap v131: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:30:25.136 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:30:24 vm05 bash[22868]: cluster 2026-03-31T20:30:24.137205+0000 mgr.a (mgr.14433) 236 : cluster [DBG] pgmap v131: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:30:25.215 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:30:24 vm06 bash[23229]: cluster 2026-03-31T20:30:24.137205+0000 mgr.a (mgr.14433) 236 : cluster [DBG] pgmap v131: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:30:25.215 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:30:24 vm06 bash[23229]: cluster 2026-03-31T20:30:24.137205+0000 mgr.a (mgr.14433) 236 : cluster [DBG] pgmap v131: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:30:26.136 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:30:25 vm05 bash[22868]: audit 2026-03-31T20:30:24.845335+0000 mon.a (mon.0) 744 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:30:26.136 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:30:25 vm05 bash[22868]: audit 2026-03-31T20:30:24.845335+0000 mon.a (mon.0) 744 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:30:26.136 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:30:25 vm05 bash[22868]: audit 2026-03-31T20:30:24.851645+0000 mon.a (mon.0) 745 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:30:26.136 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:30:25 vm05 bash[22868]: audit 2026-03-31T20:30:24.851645+0000 mon.a (mon.0) 745 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:30:26.136 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:30:25 vm05 bash[22868]: audit 2026-03-31T20:30:24.869041+0000 mon.a (mon.0) 746 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:30:26.136 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:30:25 vm05 bash[22868]: audit 2026-03-31T20:30:24.869041+0000 mon.a (mon.0) 746 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:30:26.136 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:30:25 vm05 bash[22868]: audit 2026-03-31T20:30:24.880376+0000 mon.a (mon.0) 747 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:30:26.136 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:30:25 vm05 bash[22868]: audit 2026-03-31T20:30:24.880376+0000 mon.a (mon.0) 747 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:30:26.136 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:30:25 vm05 bash[22868]: audit 2026-03-31T20:30:24.891979+0000 mon.a (mon.0) 748 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:30:26.136 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:30:25 vm05 bash[22868]: audit 2026-03-31T20:30:24.891979+0000 mon.a (mon.0) 748 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:30:26.136 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:30:25 vm05 bash[22868]: audit 2026-03-31T20:30:24.896315+0000 mon.a (mon.0) 749 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:30:26.136 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:30:25 vm05 bash[22868]: audit 2026-03-31T20:30:24.896315+0000 mon.a (mon.0) 749 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:30:26.136 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:30:25 vm05 bash[22868]: audit 2026-03-31T20:30:25.207900+0000 mon.a (mon.0) 750 : audit [DBG] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-03-31T20:30:26.136 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:30:25 vm05 bash[22868]: audit 2026-03-31T20:30:25.207900+0000 mon.a (mon.0) 750 : audit [DBG] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-03-31T20:30:26.136 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:30:25 vm05 bash[22868]: audit 2026-03-31T20:30:25.208361+0000 mon.a (mon.0) 751 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-03-31T20:30:26.136 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:30:25 vm05 bash[22868]: audit 2026-03-31T20:30:25.208361+0000 mon.a (mon.0) 751 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-03-31T20:30:26.136 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:30:25 vm05 bash[22868]: audit 2026-03-31T20:30:25.212738+0000 mon.a (mon.0) 752 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:30:26.136 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:30:25 vm05 bash[22868]: audit 2026-03-31T20:30:25.212738+0000 mon.a (mon.0) 752 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:30:26.136 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:30:25 vm05 bash[22868]: audit 2026-03-31T20:30:25.213802+0000 mon.a (mon.0) 753 : audit [DBG] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-03-31T20:30:26.136 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:30:25 vm05 bash[22868]: audit 2026-03-31T20:30:25.213802+0000 mon.a (mon.0) 753 : audit [DBG] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-03-31T20:30:26.136 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:30:25 vm05 bash[22868]: audit 2026-03-31T20:30:25.229753+0000 mon.a (mon.0) 754 : audit [DBG] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-03-31T20:30:26.136 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:30:25 vm05 bash[22868]: audit 2026-03-31T20:30:25.229753+0000 mon.a (mon.0) 754 : audit [DBG] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-03-31T20:30:26.136 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:30:25 vm05 bash[22868]: audit 2026-03-31T20:30:25.230568+0000 mon.a (mon.0) 755 : audit [DBG] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-03-31T20:30:26.136 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:30:25 vm05 bash[22868]: audit 2026-03-31T20:30:25.230568+0000 mon.a (mon.0) 755 : audit [DBG] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-03-31T20:30:26.136 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:30:25 vm05 bash[22868]: audit 2026-03-31T20:30:25.230879+0000 mon.a (mon.0) 756 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-03-31T20:30:26.136 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:30:25 vm05 bash[22868]: audit 2026-03-31T20:30:25.230879+0000 mon.a (mon.0) 756 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-03-31T20:30:26.136 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:30:25 vm05 bash[22868]: audit 2026-03-31T20:30:25.234790+0000 mon.a (mon.0) 757 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:30:26.136 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:30:25 vm05 bash[22868]: audit 2026-03-31T20:30:25.234790+0000 mon.a (mon.0) 757 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:30:26.136 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:30:25 vm05 bash[22868]: audit 2026-03-31T20:30:25.235876+0000 mon.a (mon.0) 758 : audit [DBG] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-03-31T20:30:26.136 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:30:25 vm05 bash[22868]: audit 2026-03-31T20:30:25.235876+0000 mon.a (mon.0) 758 : audit [DBG] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-03-31T20:30:26.215 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:30:25 vm06 bash[23229]: audit 2026-03-31T20:30:24.845335+0000 mon.a (mon.0) 744 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:30:26.215 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:30:25 vm06 bash[23229]: audit 2026-03-31T20:30:24.845335+0000 mon.a (mon.0) 744 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:30:26.215 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:30:25 vm06 bash[23229]: audit 2026-03-31T20:30:24.851645+0000 mon.a (mon.0) 745 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:30:26.215 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:30:25 vm06 bash[23229]: audit 2026-03-31T20:30:24.851645+0000 mon.a (mon.0) 745 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:30:26.215 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:30:25 vm06 bash[23229]: audit 2026-03-31T20:30:24.869041+0000 mon.a (mon.0) 746 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:30:26.215 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:30:25 vm06 bash[23229]: audit 2026-03-31T20:30:24.869041+0000 mon.a (mon.0) 746 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:30:26.215 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:30:25 vm06 bash[23229]: audit 2026-03-31T20:30:24.880376+0000 mon.a (mon.0) 747 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:30:26.215 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:30:25 vm06 bash[23229]: audit 2026-03-31T20:30:24.880376+0000 mon.a (mon.0) 747 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:30:26.215 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:30:25 vm06 bash[23229]: audit 2026-03-31T20:30:24.891979+0000 mon.a (mon.0) 748 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:30:26.215 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:30:25 vm06 bash[23229]: audit 2026-03-31T20:30:24.891979+0000 mon.a (mon.0) 748 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:30:26.215 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:30:25 vm06 bash[23229]: audit 2026-03-31T20:30:24.896315+0000 mon.a (mon.0) 749 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:30:26.215 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:30:25 vm06 bash[23229]: audit 2026-03-31T20:30:24.896315+0000 mon.a (mon.0) 749 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:30:26.215 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:30:25 vm06 bash[23229]: audit 2026-03-31T20:30:25.207900+0000 mon.a (mon.0) 750 : audit [DBG] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-03-31T20:30:26.215 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:30:25 vm06 bash[23229]: audit 2026-03-31T20:30:25.207900+0000 mon.a (mon.0) 750 : audit [DBG] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-03-31T20:30:26.215 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:30:25 vm06 bash[23229]: audit 2026-03-31T20:30:25.208361+0000 mon.a (mon.0) 751 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-03-31T20:30:26.215 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:30:25 vm06 bash[23229]: audit 2026-03-31T20:30:25.208361+0000 mon.a (mon.0) 751 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-03-31T20:30:26.215 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:30:25 vm06 bash[23229]: audit 2026-03-31T20:30:25.212738+0000 mon.a (mon.0) 752 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:30:26.216 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:30:25 vm06 bash[23229]: audit 2026-03-31T20:30:25.212738+0000 mon.a (mon.0) 752 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:30:26.216 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:30:25 vm06 bash[23229]: audit 2026-03-31T20:30:25.213802+0000 mon.a (mon.0) 753 : audit [DBG] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-03-31T20:30:26.216 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:30:25 vm06 bash[23229]: audit 2026-03-31T20:30:25.213802+0000 mon.a (mon.0) 753 : audit [DBG] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-03-31T20:30:26.216 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:30:25 vm06 bash[23229]: audit 2026-03-31T20:30:25.229753+0000 mon.a (mon.0) 754 : audit [DBG] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-03-31T20:30:26.216 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:30:25 vm06 bash[23229]: audit 2026-03-31T20:30:25.229753+0000 mon.a (mon.0) 754 : audit [DBG] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-03-31T20:30:26.216 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:30:25 vm06 bash[23229]: audit 2026-03-31T20:30:25.230568+0000 mon.a (mon.0) 755 : audit [DBG] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-03-31T20:30:26.216 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:30:25 vm06 bash[23229]: audit 2026-03-31T20:30:25.230568+0000 mon.a (mon.0) 755 : audit [DBG] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-03-31T20:30:26.216 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:30:25 vm06 bash[23229]: audit 2026-03-31T20:30:25.230879+0000 mon.a (mon.0) 756 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-03-31T20:30:26.216 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:30:25 vm06 bash[23229]: audit 2026-03-31T20:30:25.230879+0000 mon.a (mon.0) 756 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-03-31T20:30:26.216 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:30:25 vm06 bash[23229]: audit 2026-03-31T20:30:25.234790+0000 mon.a (mon.0) 757 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:30:26.216 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:30:25 vm06 bash[23229]: audit 2026-03-31T20:30:25.234790+0000 mon.a (mon.0) 757 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:30:26.216 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:30:25 vm06 bash[23229]: audit 2026-03-31T20:30:25.235876+0000 mon.a (mon.0) 758 : audit [DBG] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-03-31T20:30:26.216 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:30:25 vm06 bash[23229]: audit 2026-03-31T20:30:25.235876+0000 mon.a (mon.0) 758 : audit [DBG] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-03-31T20:30:26.335 INFO:journalctl@ceph.mgr.a.vm01.stdout:Mar 31 20:30:25 vm01 bash[20789]: ::ffff:192.168.123.105 - - [31/Mar/2026:20:30:25] "GET /metrics HTTP/1.1" 200 24170 "" "Prometheus/3.6.0" 2026-03-31T20:30:26.335 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:30:25 vm01 bash[20507]: audit 2026-03-31T20:30:24.845335+0000 mon.a (mon.0) 744 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:30:26.335 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:30:25 vm01 bash[20507]: audit 2026-03-31T20:30:24.845335+0000 mon.a (mon.0) 744 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:30:26.335 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:30:25 vm01 bash[20507]: audit 2026-03-31T20:30:24.851645+0000 mon.a (mon.0) 745 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:30:26.335 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:30:25 vm01 bash[20507]: audit 2026-03-31T20:30:24.851645+0000 mon.a (mon.0) 745 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:30:26.335 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:30:25 vm01 bash[20507]: audit 2026-03-31T20:30:24.869041+0000 mon.a (mon.0) 746 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:30:26.335 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:30:25 vm01 bash[20507]: audit 2026-03-31T20:30:24.869041+0000 mon.a (mon.0) 746 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:30:26.335 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:30:25 vm01 bash[20507]: audit 2026-03-31T20:30:24.880376+0000 mon.a (mon.0) 747 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:30:26.336 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:30:25 vm01 bash[20507]: audit 2026-03-31T20:30:24.880376+0000 mon.a (mon.0) 747 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:30:26.336 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:30:25 vm01 bash[20507]: audit 2026-03-31T20:30:24.891979+0000 mon.a (mon.0) 748 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:30:26.336 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:30:25 vm01 bash[20507]: audit 2026-03-31T20:30:24.891979+0000 mon.a (mon.0) 748 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:30:26.336 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:30:25 vm01 bash[20507]: audit 2026-03-31T20:30:24.896315+0000 mon.a (mon.0) 749 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:30:26.336 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:30:25 vm01 bash[20507]: audit 2026-03-31T20:30:24.896315+0000 mon.a (mon.0) 749 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:30:26.336 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:30:25 vm01 bash[20507]: audit 2026-03-31T20:30:25.207900+0000 mon.a (mon.0) 750 : audit [DBG] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-03-31T20:30:26.336 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:30:25 vm01 bash[20507]: audit 2026-03-31T20:30:25.207900+0000 mon.a (mon.0) 750 : audit [DBG] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-03-31T20:30:26.336 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:30:25 vm01 bash[20507]: audit 2026-03-31T20:30:25.208361+0000 mon.a (mon.0) 751 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-03-31T20:30:26.336 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:30:25 vm01 bash[20507]: audit 2026-03-31T20:30:25.208361+0000 mon.a (mon.0) 751 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-03-31T20:30:26.336 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:30:25 vm01 bash[20507]: audit 2026-03-31T20:30:25.212738+0000 mon.a (mon.0) 752 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:30:26.336 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:30:25 vm01 bash[20507]: audit 2026-03-31T20:30:25.212738+0000 mon.a (mon.0) 752 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:30:26.336 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:30:25 vm01 bash[20507]: audit 2026-03-31T20:30:25.213802+0000 mon.a (mon.0) 753 : audit [DBG] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-03-31T20:30:26.336 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:30:25 vm01 bash[20507]: audit 2026-03-31T20:30:25.213802+0000 mon.a (mon.0) 753 : audit [DBG] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-03-31T20:30:26.336 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:30:25 vm01 bash[20507]: audit 2026-03-31T20:30:25.229753+0000 mon.a (mon.0) 754 : audit [DBG] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-03-31T20:30:26.336 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:30:25 vm01 bash[20507]: audit 2026-03-31T20:30:25.229753+0000 mon.a (mon.0) 754 : audit [DBG] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-03-31T20:30:26.336 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:30:25 vm01 bash[20507]: audit 2026-03-31T20:30:25.230568+0000 mon.a (mon.0) 755 : audit [DBG] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-03-31T20:30:26.336 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:30:25 vm01 bash[20507]: audit 2026-03-31T20:30:25.230568+0000 mon.a (mon.0) 755 : audit [DBG] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-03-31T20:30:26.336 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:30:25 vm01 bash[20507]: audit 2026-03-31T20:30:25.230879+0000 mon.a (mon.0) 756 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-03-31T20:30:26.336 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:30:25 vm01 bash[20507]: audit 2026-03-31T20:30:25.230879+0000 mon.a (mon.0) 756 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-03-31T20:30:26.336 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:30:25 vm01 bash[20507]: audit 2026-03-31T20:30:25.234790+0000 mon.a (mon.0) 757 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:30:26.336 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:30:25 vm01 bash[20507]: audit 2026-03-31T20:30:25.234790+0000 mon.a (mon.0) 757 : audit [INF] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' 2026-03-31T20:30:26.336 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:30:25 vm01 bash[20507]: audit 2026-03-31T20:30:25.235876+0000 mon.a (mon.0) 758 : audit [DBG] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-03-31T20:30:26.336 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:30:25 vm01 bash[20507]: audit 2026-03-31T20:30:25.235876+0000 mon.a (mon.0) 758 : audit [DBG] from='mgr.14433 192.168.123.101:0/2401420199' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-03-31T20:30:27.136 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:30:26 vm05 bash[22868]: cluster 2026-03-31T20:30:26.137419+0000 mgr.a (mgr.14433) 237 : cluster [DBG] pgmap v132: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:30:27.136 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:30:26 vm05 bash[22868]: cluster 2026-03-31T20:30:26.137419+0000 mgr.a (mgr.14433) 237 : cluster [DBG] pgmap v132: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:30:27.215 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:30:26 vm06 bash[23229]: cluster 2026-03-31T20:30:26.137419+0000 mgr.a (mgr.14433) 237 : cluster [DBG] pgmap v132: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:30:27.215 INFO:journalctl@ceph.mon.c.vm06.stdout:Mar 31 20:30:26 vm06 bash[23229]: cluster 2026-03-31T20:30:26.137419+0000 mgr.a (mgr.14433) 237 : cluster [DBG] pgmap v132: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:30:27.306 INFO:teuthology.orchestra.run.vm01.stderr:+ for i in {1..30} 2026-03-31T20:30:27.306 INFO:teuthology.orchestra.run.vm01.stderr:+ local response 2026-03-31T20:30:27.307 INFO:teuthology.orchestra.run.vm01.stderr:++ curl -k -s -u admin:admin https://192.168.123.106/alertmanager/api/v2/status 2026-03-31T20:30:27.317 INFO:teuthology.orchestra.run.vm01.stderr:+ response='{"cluster":{"name":"01KN2SDXF57S8RVBEPRMJR1KB1","peers":[{"address":"192.168.123.106:9094","name":"01KN2SDXF57S8RVBEPRMJR1KB1"}],"status":"ready"},"config":{"original":"global:\n resolve_timeout: 5m\n http_config:\n tls_config:\n ca_file: /etc/alertmanager/root_cert.pem\n cert_file: /etc/alertmanager/alertmanager.crt\n key_file: /etc/alertmanager/alertmanager.key\n insecure_skip_verify: false\n follow_redirects: true\n enable_http2: true\n smtp_hello: localhost\n smtp_require_tls: true\n smtp_tls_config:\n insecure_skip_verify: false\n pagerduty_url: https://events.pagerduty.com/v2/enqueue\n opsgenie_api_url: https://api.opsgenie.com/\n wechat_api_url: https://qyapi.weixin.qq.com/cgi-bin/\n victorops_api_url: https://alert.victorops.com/integrations/generic/20131114/alert/\n telegram_api_url: https://api.telegram.org\n webex_api_url: https://webexapis.com/v1/messages\n rocketchat_api_url: https://open.rocket.chat/\nroute:\n receiver: default\n continue: false\n routes:\n - receiver: ceph-dashboard\n group_by:\n - alertname\n continue: false\n group_wait: 10s\n group_interval: 10s\n repeat_interval: 1h\nreceivers:\n- name: default\n- name: ceph-dashboard\n webhook_configs:\n - send_resolved: true\n http_config:\n tls_config:\n ca_file: /etc/alertmanager/root_cert.pem\n cert_file: /etc/alertmanager/alertmanager.crt\n key_file: /etc/alertmanager/alertmanager.key\n insecure_skip_verify: false\n follow_redirects: true\n enable_http2: true\n url: \n url_file: \"\"\n max_alerts: 0\n timeout: 0s\ntemplates: []\n"},"uptime":"2026-03-31T20:30:14.502Z","versionInfo":{"branch":"HEAD","buildDate":"20250307-15:05:18","buildUser":"root@fa3ca569dfe4","goVersion":"go1.23.7","revision":"b2099eaa2c9ebc25edb26517cb9c732738e93910","version":"0.28.1"}}' 2026-03-31T20:30:27.317 INFO:teuthology.orchestra.run.vm01.stderr:+ echo '{"cluster":{"name":"01KN2SDXF57S8RVBEPRMJR1KB1","peers":[{"address":"192.168.123.106:9094","name":"01KN2SDXF57S8RVBEPRMJR1KB1"}],"status":"ready"},"config":{"original":"global:\n resolve_timeout: 5m\n http_config:\n tls_config:\n ca_file: /etc/alertmanager/root_cert.pem\n cert_file: /etc/alertmanager/alertmanager.crt\n key_file: /etc/alertmanager/alertmanager.key\n insecure_skip_verify: false\n follow_redirects: true\n enable_http2: true\n smtp_hello: localhost\n smtp_require_tls: true\n smtp_tls_config:\n insecure_skip_verify: false\n pagerduty_url: https://events.pagerduty.com/v2/enqueue\n opsgenie_api_url: https://api.opsgenie.com/\n wechat_api_url: https://qyapi.weixin.qq.com/cgi-bin/\n victorops_api_url: https://alert.victorops.com/integrations/generic/20131114/alert/\n telegram_api_url: https://api.telegram.org\n webex_api_url: https://webexapis.com/v1/messages\n rocketchat_api_url: https://open.rocket.chat/\nroute:\n receiver: default\n continue: false\n routes:\n - receiver: ceph-dashboard\n group_by:\n - alertname\n continue: false\n group_wait: 10s\n group_interval: 10s\n repeat_interval: 1h\nreceivers:\n- name: default\n- name: ceph-dashboard\n webhook_configs:\n - send_resolved: true\n http_config:\n tls_config:\n ca_file: /etc/alertmanager/root_cert.pem\n cert_file: /etc/alertmanager/alertmanager.crt\n key_file: /etc/alertmanager/alertmanager.key\n insecure_skip_verify: false\n follow_redirects: true\n enable_http2: true\n url: \n url_file: \"\"\n max_alerts: 0\n timeout: 0s\ntemplates: []\n"},"uptime":"2026-03-31T20:30:14.502Z","versionInfo":{"branch":"HEAD","buildDate":"20250307-15:05:18","buildUser":"root@fa3ca569dfe4","goVersion":"go1.23.7","revision":"b2099eaa2c9ebc25edb26517cb9c732738e93910","version":"0.28.1"}}' 2026-03-31T20:30:27.317 INFO:teuthology.orchestra.run.vm01.stderr:+ jq -e '.cluster.status == "ready"' 2026-03-31T20:30:27.319 INFO:teuthology.orchestra.run.vm01.stdout:Service Alertmanager is healthy. 2026-03-31T20:30:27.319 INFO:teuthology.orchestra.run.vm01.stderr:+ echo 'Service Alertmanager is healthy.' 2026-03-31T20:30:27.319 INFO:teuthology.orchestra.run.vm01.stderr:+ return 0 2026-03-31T20:30:27.320 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:30:26 vm01 bash[20507]: cluster 2026-03-31T20:30:26.137419+0000 mgr.a (mgr.14433) 237 : cluster [DBG] pgmap v132: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:30:27.320 INFO:journalctl@ceph.mon.a.vm01.stdout:Mar 31 20:30:26 vm01 bash[20507]: cluster 2026-03-31T20:30:26.137419+0000 mgr.a (mgr.14433) 237 : cluster [DBG] pgmap v132: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 60 GiB / 60 GiB avail 2026-03-31T20:30:27.396 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2026-03-31T20:30:27.398 INFO:tasks.cephadm:Teardown begin 2026-03-31T20:30:27.399 DEBUG:teuthology.orchestra.run.vm01:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2026-03-31T20:30:27.405 DEBUG:teuthology.orchestra.run.vm05:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2026-03-31T20:30:27.413 DEBUG:teuthology.orchestra.run.vm06:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2026-03-31T20:30:27.420 INFO:tasks.cephadm:Disabling cephadm mgr module 2026-03-31T20:30:27.420 DEBUG:teuthology.orchestra.run.vm01:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:5bb3278730741031382ca9c3dc9d221a942e06a2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37 -- ceph mgr module disable cephadm 2026-03-31T20:30:27.678 INFO:teuthology.orchestra.run.vm01.stderr:Inferring config /var/lib/ceph/2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37/mon.a/config 2026-03-31T20:30:27.842 INFO:teuthology.orchestra.run.vm01.stderr:2026-03-31T20:30:27.838+0000 7fde05aca640 -1 auth: error reading file: /etc/ceph/ceph.keyring: bufferlist::read_file(/etc/ceph/ceph.keyring): read error:(21) Is a directory 2026-03-31T20:30:27.843 INFO:teuthology.orchestra.run.vm01.stderr:2026-03-31T20:30:27.838+0000 7fde05aca640 -1 auth: failed to load /etc/ceph/ceph.keyring: (21) Is a directory 2026-03-31T20:30:27.843 INFO:teuthology.orchestra.run.vm01.stderr:2026-03-31T20:30:27.838+0000 7fde05aca640 -1 auth: error reading file: /etc/ceph/ceph.keyring: bufferlist::read_file(/etc/ceph/ceph.keyring): read error:(21) Is a directory 2026-03-31T20:30:27.843 INFO:teuthology.orchestra.run.vm01.stderr:2026-03-31T20:30:27.838+0000 7fde05aca640 -1 auth: failed to load /etc/ceph/ceph.keyring: (21) Is a directory 2026-03-31T20:30:27.843 INFO:teuthology.orchestra.run.vm01.stderr:2026-03-31T20:30:27.838+0000 7fde05aca640 -1 auth: error reading file: /etc/ceph/ceph.keyring: bufferlist::read_file(/etc/ceph/ceph.keyring): read error:(21) Is a directory 2026-03-31T20:30:27.843 INFO:teuthology.orchestra.run.vm01.stderr:2026-03-31T20:30:27.838+0000 7fde05aca640 -1 auth: failed to load /etc/ceph/ceph.keyring: (21) Is a directory 2026-03-31T20:30:27.843 INFO:teuthology.orchestra.run.vm01.stderr:2026-03-31T20:30:27.838+0000 7fde05aca640 -1 monclient: keyring not found 2026-03-31T20:30:27.843 INFO:teuthology.orchestra.run.vm01.stderr:[errno 21] error connecting to the cluster 2026-03-31T20:30:27.912 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-03-31T20:30:27.913 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2026-03-31T20:30:27.913 DEBUG:teuthology.orchestra.run.vm01:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2026-03-31T20:30:27.916 DEBUG:teuthology.orchestra.run.vm05:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2026-03-31T20:30:27.919 DEBUG:teuthology.orchestra.run.vm06:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2026-03-31T20:30:27.921 INFO:tasks.cephadm:Stopping all daemons... 2026-03-31T20:30:27.921 INFO:tasks.cephadm.mon.a:Stopping mon.a... 2026-03-31T20:30:27.922 DEBUG:teuthology.orchestra.run.vm01:> sudo systemctl stop ceph-2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37@mon.a 2026-03-31T20:30:28.145 DEBUG:teuthology.orchestra.run.vm01:> sudo pkill -f 'journalctl -f -n 0 -u ceph-2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37@mon.a.service' 2026-03-31T20:30:28.158 DEBUG:teuthology.orchestra.run:got remote process result: None 2026-03-31T20:30:28.158 INFO:tasks.cephadm.mon.a:Stopped mon.a 2026-03-31T20:30:28.158 INFO:tasks.cephadm.mon.c:Stopping mon.b... 2026-03-31T20:30:28.158 DEBUG:teuthology.orchestra.run.vm05:> sudo systemctl stop ceph-2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37@mon.b 2026-03-31T20:30:28.335 INFO:journalctl@ceph.mgr.a.vm01.stdout:Mar 31 20:30:28 vm01 bash[20789]: [31/Mar/2026:20:30:28] ENGINE Bus STOPPING 2026-03-31T20:30:28.428 DEBUG:teuthology.orchestra.run.vm05:> sudo pkill -f 'journalctl -f -n 0 -u ceph-2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37@mon.b.service' 2026-03-31T20:30:28.428 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:30:28 vm05 systemd[1]: Stopping Ceph mon.b for 2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37... 2026-03-31T20:30:28.428 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:30:28 vm05 bash[22868]: debug 2026-03-31T20:30:28.201+0000 7f50f7570640 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-mon -n mon.b -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-03-31T20:30:28.428 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:30:28 vm05 bash[22868]: debug 2026-03-31T20:30:28.201+0000 7f50f7570640 -1 mon.b@2(peon) e3 *** Got Signal Terminated *** 2026-03-31T20:30:28.428 INFO:journalctl@ceph.mon.b.vm05.stdout:Mar 31 20:30:28 vm05 bash[32192]: ceph-2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37-mon-b 2026-03-31T20:30:28.440 DEBUG:teuthology.orchestra.run:got remote process result: None 2026-03-31T20:30:28.440 INFO:tasks.cephadm.mon.c:Stopped mon.b 2026-03-31T20:30:28.440 INFO:tasks.cephadm.mon.c:Stopping mon.c... 2026-03-31T20:30:28.440 DEBUG:teuthology.orchestra.run.vm06:> sudo systemctl stop ceph-2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37@mon.c 2026-03-31T20:30:28.547 DEBUG:teuthology.orchestra.run.vm06:> sudo pkill -f 'journalctl -f -n 0 -u ceph-2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37@mon.c.service' 2026-03-31T20:30:28.558 DEBUG:teuthology.orchestra.run:got remote process result: None 2026-03-31T20:30:28.559 INFO:tasks.cephadm.mon.c:Stopped mon.c 2026-03-31T20:30:28.559 INFO:tasks.cephadm.mgr.a:Stopping mgr.a... 2026-03-31T20:30:28.559 DEBUG:teuthology.orchestra.run.vm01:> sudo systemctl stop ceph-2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37@mgr.a 2026-03-31T20:30:28.638 INFO:journalctl@ceph.mgr.a.vm01.stdout:Mar 31 20:30:28 vm01 bash[20789]: [31/Mar/2026:20:30:28] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('::', 9283)) shut down 2026-03-31T20:30:28.638 INFO:journalctl@ceph.mgr.a.vm01.stdout:Mar 31 20:30:28 vm01 bash[20789]: [31/Mar/2026:20:30:28] ENGINE Bus STOPPED 2026-03-31T20:30:28.638 INFO:journalctl@ceph.mgr.a.vm01.stdout:Mar 31 20:30:28 vm01 systemd[1]: Stopping Ceph mgr.a for 2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37... 2026-03-31T20:30:28.715 DEBUG:teuthology.orchestra.run.vm01:> sudo pkill -f 'journalctl -f -n 0 -u ceph-2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37@mgr.a.service' 2026-03-31T20:30:28.726 DEBUG:teuthology.orchestra.run:got remote process result: None 2026-03-31T20:30:28.726 INFO:tasks.cephadm.mgr.a:Stopped mgr.a 2026-03-31T20:30:28.726 INFO:tasks.cephadm.mgr.b:Stopping mgr.b... 2026-03-31T20:30:28.726 DEBUG:teuthology.orchestra.run.vm05:> sudo systemctl stop ceph-2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37@mgr.b 2026-03-31T20:30:28.852 DEBUG:teuthology.orchestra.run.vm05:> sudo pkill -f 'journalctl -f -n 0 -u ceph-2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37@mgr.b.service' 2026-03-31T20:30:28.863 DEBUG:teuthology.orchestra.run:got remote process result: None 2026-03-31T20:30:28.864 INFO:tasks.cephadm.mgr.b:Stopped mgr.b 2026-03-31T20:30:28.864 INFO:tasks.cephadm.osd.0:Stopping osd.0... 2026-03-31T20:30:28.864 DEBUG:teuthology.orchestra.run.vm01:> sudo systemctl stop ceph-2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37@osd.0 2026-03-31T20:30:28.908 INFO:journalctl@ceph.osd.0.vm01.stdout:Mar 31 20:30:28 vm01 systemd[1]: Stopping Ceph osd.0 for 2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37... 2026-03-31T20:30:29.335 INFO:journalctl@ceph.osd.0.vm01.stdout:Mar 31 20:30:28 vm01 bash[33137]: debug 2026-03-31T20:30:28.902+0000 7f5156217640 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-osd -n osd.0 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug --osd-objectstore=bluestore (PID: 1) UID: 0 2026-03-31T20:30:29.335 INFO:journalctl@ceph.osd.0.vm01.stdout:Mar 31 20:30:28 vm01 bash[33137]: debug 2026-03-31T20:30:28.902+0000 7f5156217640 -1 osd.0 24 *** Got signal Terminated *** 2026-03-31T20:30:29.335 INFO:journalctl@ceph.osd.0.vm01.stdout:Mar 31 20:30:28 vm01 bash[33137]: debug 2026-03-31T20:30:28.902+0000 7f5156217640 -1 osd.0 24 *** Immediate shutdown (osd_fast_shutdown=true) *** 2026-03-31T20:30:34.227 INFO:journalctl@ceph.osd.0.vm01.stdout:Mar 31 20:30:34 vm01 bash[46108]: ceph-2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37-osd-0 2026-03-31T20:30:34.251 DEBUG:teuthology.orchestra.run.vm01:> sudo pkill -f 'journalctl -f -n 0 -u ceph-2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37@osd.0.service' 2026-03-31T20:30:34.276 DEBUG:teuthology.orchestra.run:got remote process result: None 2026-03-31T20:30:34.276 INFO:tasks.cephadm.osd.0:Stopped osd.0 2026-03-31T20:30:34.276 INFO:tasks.cephadm.osd.1:Stopping osd.1... 2026-03-31T20:30:34.276 DEBUG:teuthology.orchestra.run.vm05:> sudo systemctl stop ceph-2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37@osd.1 2026-03-31T20:30:34.636 INFO:journalctl@ceph.osd.1.vm05.stdout:Mar 31 20:30:34 vm05 systemd[1]: Stopping Ceph osd.1 for 2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37... 2026-03-31T20:30:34.636 INFO:journalctl@ceph.osd.1.vm05.stdout:Mar 31 20:30:34 vm05 bash[26159]: debug 2026-03-31T20:30:34.321+0000 7fcd87659640 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-osd -n osd.1 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug --osd-objectstore=bluestore (PID: 1) UID: 0 2026-03-31T20:30:34.636 INFO:journalctl@ceph.osd.1.vm05.stdout:Mar 31 20:30:34 vm05 bash[26159]: debug 2026-03-31T20:30:34.321+0000 7fcd87659640 -1 osd.1 24 *** Got signal Terminated *** 2026-03-31T20:30:34.636 INFO:journalctl@ceph.osd.1.vm05.stdout:Mar 31 20:30:34 vm05 bash[26159]: debug 2026-03-31T20:30:34.321+0000 7fcd87659640 -1 osd.1 24 *** Immediate shutdown (osd_fast_shutdown=true) *** 2026-03-31T20:30:39.636 INFO:journalctl@ceph.osd.1.vm05.stdout:Mar 31 20:30:39 vm05 bash[32382]: ceph-2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37-osd-1 2026-03-31T20:30:39.683 DEBUG:teuthology.orchestra.run.vm05:> sudo pkill -f 'journalctl -f -n 0 -u ceph-2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37@osd.1.service' 2026-03-31T20:30:39.708 DEBUG:teuthology.orchestra.run:got remote process result: None 2026-03-31T20:30:39.708 INFO:tasks.cephadm.osd.1:Stopped osd.1 2026-03-31T20:30:39.708 INFO:tasks.cephadm.osd.2:Stopping osd.2... 2026-03-31T20:30:39.708 DEBUG:teuthology.orchestra.run.vm06:> sudo systemctl stop ceph-2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37@osd.2 2026-03-31T20:30:39.965 INFO:journalctl@ceph.osd.2.vm06.stdout:Mar 31 20:30:39 vm06 systemd[1]: Stopping Ceph osd.2 for 2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37... 2026-03-31T20:30:39.965 INFO:journalctl@ceph.osd.2.vm06.stdout:Mar 31 20:30:39 vm06 bash[26453]: debug 2026-03-31T20:30:39.755+0000 7ff3f5326640 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-osd -n osd.2 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug --osd-objectstore=bluestore (PID: 1) UID: 0 2026-03-31T20:30:39.965 INFO:journalctl@ceph.osd.2.vm06.stdout:Mar 31 20:30:39 vm06 bash[26453]: debug 2026-03-31T20:30:39.755+0000 7ff3f5326640 -1 osd.2 24 *** Got signal Terminated *** 2026-03-31T20:30:39.965 INFO:journalctl@ceph.osd.2.vm06.stdout:Mar 31 20:30:39 vm06 bash[26453]: debug 2026-03-31T20:30:39.755+0000 7ff3f5326640 -1 osd.2 24 *** Immediate shutdown (osd_fast_shutdown=true) *** 2026-03-31T20:30:45.065 INFO:journalctl@ceph.osd.2.vm06.stdout:Mar 31 20:30:44 vm06 bash[34782]: ceph-2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37-osd-2 2026-03-31T20:30:45.114 DEBUG:teuthology.orchestra.run.vm06:> sudo pkill -f 'journalctl -f -n 0 -u ceph-2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37@osd.2.service' 2026-03-31T20:30:45.143 DEBUG:teuthology.orchestra.run:got remote process result: None 2026-03-31T20:30:45.144 INFO:tasks.cephadm.osd.2:Stopped osd.2 2026-03-31T20:30:45.144 DEBUG:teuthology.orchestra.run.vm01:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37 --force --keep-logs 2026-03-31T20:30:45.372 INFO:teuthology.orchestra.run.vm01.stdout:Deleting cluster with fsid: 2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37 2026-03-31T20:30:46.966 DEBUG:teuthology.orchestra.run.vm05:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37 --force --keep-logs 2026-03-31T20:30:47.196 INFO:teuthology.orchestra.run.vm05.stdout:Deleting cluster with fsid: 2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37 2026-03-31T20:30:48.769 DEBUG:teuthology.orchestra.run.vm06:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37 --force --keep-logs 2026-03-31T20:30:49.004 INFO:teuthology.orchestra.run.vm06.stdout:Deleting cluster with fsid: 2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37 2026-03-31T20:30:50.706 DEBUG:teuthology.orchestra.run.vm01:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2026-03-31T20:30:50.714 INFO:teuthology.orchestra.run.vm01.stderr:rm: cannot remove '/etc/ceph/ceph.client.admin.keyring': Is a directory 2026-03-31T20:30:50.714 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-03-31T20:30:50.715 DEBUG:teuthology.orchestra.run.vm05:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2026-03-31T20:30:50.722 DEBUG:teuthology.orchestra.run.vm06:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2026-03-31T20:30:50.729 INFO:tasks.cephadm:Archiving crash dumps... 2026-03-31T20:30:50.729 DEBUG:teuthology.misc:Transferring archived files from vm01:/var/lib/ceph/2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37/crash to /archive/kyr-2026-03-31_11:18:10-rados-tentacle-none-default-vps/4343/remote/vm01/crash 2026-03-31T20:30:50.729 DEBUG:teuthology.orchestra.run.vm01:> sudo tar c -f - -C /var/lib/ceph/2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37/crash -- . 2026-03-31T20:30:50.762 INFO:teuthology.orchestra.run.vm01.stderr:tar: /var/lib/ceph/2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37/crash: Cannot open: No such file or directory 2026-03-31T20:30:50.762 INFO:teuthology.orchestra.run.vm01.stderr:tar: Error is not recoverable: exiting now 2026-03-31T20:30:50.763 DEBUG:teuthology.misc:Transferring archived files from vm05:/var/lib/ceph/2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37/crash to /archive/kyr-2026-03-31_11:18:10-rados-tentacle-none-default-vps/4343/remote/vm05/crash 2026-03-31T20:30:50.763 DEBUG:teuthology.orchestra.run.vm05:> sudo tar c -f - -C /var/lib/ceph/2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37/crash -- . 2026-03-31T20:30:50.770 INFO:teuthology.orchestra.run.vm05.stderr:tar: /var/lib/ceph/2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37/crash: Cannot open: No such file or directory 2026-03-31T20:30:50.770 INFO:teuthology.orchestra.run.vm05.stderr:tar: Error is not recoverable: exiting now 2026-03-31T20:30:50.771 DEBUG:teuthology.misc:Transferring archived files from vm06:/var/lib/ceph/2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37/crash to /archive/kyr-2026-03-31_11:18:10-rados-tentacle-none-default-vps/4343/remote/vm06/crash 2026-03-31T20:30:50.771 DEBUG:teuthology.orchestra.run.vm06:> sudo tar c -f - -C /var/lib/ceph/2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37/crash -- . 2026-03-31T20:30:50.777 INFO:teuthology.orchestra.run.vm06.stderr:tar: /var/lib/ceph/2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37/crash: Cannot open: No such file or directory 2026-03-31T20:30:50.777 INFO:teuthology.orchestra.run.vm06.stderr:tar: Error is not recoverable: exiting now 2026-03-31T20:30:50.778 INFO:tasks.cephadm:Checking cluster log for badness... 2026-03-31T20:30:50.778 DEBUG:teuthology.orchestra.run.vm01:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37/ceph.log | egrep CEPHADM_ | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | egrep -v CEPHADM_FAILED_DAEMON | head -n 1 2026-03-31T20:30:50.812 INFO:tasks.cephadm:Compressing logs... 2026-03-31T20:30:50.812 DEBUG:teuthology.orchestra.run.vm01:> 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-03-31T20:30:50.856 DEBUG:teuthology.orchestra.run.vm05:> 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-03-31T20:30:50.857 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-03-31T20:30:50.863 INFO:teuthology.orchestra.run.vm01.stderr:find: ‘/var/log/rbd-target-api’: No such file or directory 2026-03-31T20:30:50.863 INFO:teuthology.orchestra.run.vm01.stderr:gzip -5 --verbose -- /var/log/ceph/2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37/ceph.audit.log 2026-03-31T20:30:50.864 INFO:teuthology.orchestra.run.vm05.stderr:find: ‘/var/log/rbd-target-api’: No such file or directory 2026-03-31T20:30:50.864 INFO:teuthology.orchestra.run.vm05.stderr:gzip -5 --verbose -- /var/log/ceph/2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37/ceph.audit.log 2026-03-31T20:30:50.864 INFO:teuthology.orchestra.run.vm05.stderr:gzip -5 --verbose -- /var/log/ceph/2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37/ceph-mon.b.log 2026-03-31T20:30:50.865 INFO:teuthology.orchestra.run.vm01.stderr:gzip -5 --verbose -- /var/log/ceph/2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37/ceph.log 2026-03-31T20:30:50.865 INFO:teuthology.orchestra.run.vm01.stderr:/var/log/ceph/2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37/ceph.audit.log: gzip -5 --verbose -- /var/log/ceph/2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37/ceph-osd.0.log 2026-03-31T20:30:50.865 INFO:teuthology.orchestra.run.vm01.stderr:/var/log/ceph/2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37/ceph.log: gzip -5 --verbose -- /var/log/ceph/2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37/ceph.cephadm.log 2026-03-31T20:30:50.865 INFO:teuthology.orchestra.run.vm01.stderr:/var/log/ceph/2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37/ceph-osd.0.log: 87.7% -- replaced with /var/log/ceph/2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37/ceph.log.gzgzip -5 --verbose -- /var/log/ceph/2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37/ceph-volume.log 2026-03-31T20:30:50.865 INFO:teuthology.orchestra.run.vm01.stderr: 90.4% -- replaced with /var/log/ceph/2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37/ceph.audit.log.gz 2026-03-31T20:30:50.865 INFO:teuthology.orchestra.run.vm01.stderr: 2026-03-31T20:30:50.865 INFO:teuthology.orchestra.run.vm01.stderr:gzip -5 --verbose -- /var/log/ceph/2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37/ceph-mgr.a.log 2026-03-31T20:30:50.865 INFO:teuthology.orchestra.run.vm01.stderr:/var/log/ceph/2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37/ceph.cephadm.log: /var/log/ceph/2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37/ceph-mon.a.log 2026-03-31T20:30:50.865 INFO:teuthology.orchestra.run.vm06.stderr:find: ‘/var/log/rbd-target-api’: No such file or directorygzip -5 --verbose -- /var/log/ceph/2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37/ceph.audit.log 2026-03-31T20:30:50.865 INFO:teuthology.orchestra.run.vm06.stderr: 2026-03-31T20:30:50.866 INFO:teuthology.orchestra.run.vm05.stderr:/var/log/ceph/2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37/ceph.audit.log: gzip -5 --verbose -- /var/log/ceph/2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37/ceph-mgr.b.log 2026-03-31T20:30:50.866 INFO:teuthology.orchestra.run.vm05.stderr:/var/log/ceph/2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37/ceph-mon.b.log: gzip -5 --verbose -- /var/log/ceph/2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37/ceph.log 2026-03-31T20:30:50.866 INFO:teuthology.orchestra.run.vm05.stderr:/var/log/ceph/2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37/ceph-mgr.b.log: 90.7% -- replaced with /var/log/ceph/2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37/ceph.audit.log.gz 2026-03-31T20:30:50.866 INFO:teuthology.orchestra.run.vm05.stderr:gzip -5 --verbose -- /var/log/ceph/2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37/ceph.cephadm.log 2026-03-31T20:30:50.866 INFO:teuthology.orchestra.run.vm05.stderr:gzip -5 --verbose -- /var/log/ceph/2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37/ceph-volume.log 2026-03-31T20:30:50.866 INFO:teuthology.orchestra.run.vm05.stderr:/var/log/ceph/2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37/ceph.log: /var/log/ceph/2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37/ceph.cephadm.log: 82.4% -- replaced with /var/log/ceph/2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37/ceph.cephadm.log.gz 2026-03-31T20:30:50.866 INFO:teuthology.orchestra.run.vm05.stderr: 87.8% -- replaced with /var/log/ceph/2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37/ceph.log.gz 2026-03-31T20:30:50.866 INFO:teuthology.orchestra.run.vm05.stderr:gzip -5 --verbose -- /var/log/ceph/2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37/ceph-osd.1.log 2026-03-31T20:30:50.867 INFO:teuthology.orchestra.run.vm01.stderr:/var/log/ceph/2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37/ceph-mgr.a.log: 83.4% -- replaced with /var/log/ceph/2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37/ceph.cephadm.log.gz 2026-03-31T20:30:50.867 INFO:teuthology.orchestra.run.vm01.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2026-03-31T20:30:50.867 INFO:teuthology.orchestra.run.vm06.stderr:gzip -5 --verbose -- /var/log/ceph/2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37/ceph-mon.c.log 2026-03-31T20:30:50.867 INFO:teuthology.orchestra.run.vm06.stderr:/var/log/ceph/2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37/ceph.audit.log: gzip -5 --verbose -- /var/log/ceph/2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37/ceph.log 2026-03-31T20:30:50.867 INFO:teuthology.orchestra.run.vm05.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2026-03-31T20:30:50.867 INFO:teuthology.orchestra.run.vm06.stderr:/var/log/ceph/2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37/ceph-mon.c.log: gzip -5 --verbose -- /var/log/ceph/2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37/ceph.cephadm.log 2026-03-31T20:30:50.867 INFO:teuthology.orchestra.run.vm06.stderr:/var/log/ceph/2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37/ceph.log: gzip -5 --verbose -- /var/log/ceph/2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37/ceph-volume.log 2026-03-31T20:30:50.867 INFO:teuthology.orchestra.run.vm06.stderr: 90.7% -- replaced with /var/log/ceph/2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37/ceph.audit.log.gz 2026-03-31T20:30:50.868 INFO:teuthology.orchestra.run.vm06.stderr:/var/log/ceph/2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37/ceph.cephadm.log: gzip 87.8% -5 --verbose -- replaced with /var/log/ceph/2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37/ceph.log.gz -- 2026-03-31T20:30:50.868 INFO:teuthology.orchestra.run.vm06.stderr: /var/log/ceph/2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37/ceph-osd.2.log 2026-03-31T20:30:50.868 INFO:teuthology.orchestra.run.vm06.stderr: 82.4% -- replaced with /var/log/ceph/2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37/ceph.cephadm.log.gz 2026-03-31T20:30:50.869 INFO:teuthology.orchestra.run.vm05.stderr:/var/log/ceph/2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37/ceph-volume.log: /var/log/ceph/2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37/ceph-osd.1.log: 90.7% -- replaced with /var/log/ceph/2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37/ceph-mgr.b.log.gz 2026-03-31T20:30:50.871 INFO:teuthology.orchestra.run.vm01.stderr:/var/log/ceph/2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37/ceph-mon.a.log: 96.2% -- replaced with /var/log/ceph/2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37/ceph-volume.log.gz 2026-03-31T20:30:50.871 INFO:teuthology.orchestra.run.vm06.stderr:/var/log/ceph/2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/cephadm.log 2026-03-31T20:30:50.872 INFO:teuthology.orchestra.run.vm05.stderr: 96.1% -- replaced with /var/log/ceph/2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37/ceph-volume.log.gz 2026-03-31T20:30:50.873 INFO:teuthology.orchestra.run.vm06.stderr:/var/log/ceph/2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37/ceph-osd.2.log: /var/log/ceph/cephadm.log: 80.0% -- replaced with /var/log/ceph/cephadm.log.gz 2026-03-31T20:30:50.873 INFO:teuthology.orchestra.run.vm06.stderr: 96.2% -- replaced with /var/log/ceph/2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37/ceph-volume.log.gz 2026-03-31T20:30:50.875 INFO:teuthology.orchestra.run.vm05.stderr:/var/log/ceph/cephadm.log: 81.4% -- replaced with /var/log/ceph/cephadm.log.gz 2026-03-31T20:30:50.886 INFO:teuthology.orchestra.run.vm01.stderr:/var/log/ceph/cephadm.log: 93.5% -- replaced with /var/log/ceph/2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37/ceph-osd.0.log.gz 2026-03-31T20:30:50.893 INFO:teuthology.orchestra.run.vm06.stderr: 93.5% -- replaced with /var/log/ceph/2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37/ceph-osd.2.log.gz 2026-03-31T20:30:50.894 INFO:teuthology.orchestra.run.vm01.stderr: 92.5% -- replaced with /var/log/ceph/cephadm.log.gz 2026-03-31T20:30:50.898 INFO:teuthology.orchestra.run.vm05.stderr: 93.6% -- replaced with /var/log/ceph/2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37/ceph-osd.1.log.gz 2026-03-31T20:30:50.927 INFO:teuthology.orchestra.run.vm06.stderr: 93.3% -- replaced with /var/log/ceph/2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37/ceph-mon.c.log.gz 2026-03-31T20:30:50.928 INFO:teuthology.orchestra.run.vm05.stderr: 93.0% -- replaced with /var/log/ceph/2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37/ceph-mon.b.log.gz 2026-03-31T20:30:50.928 INFO:teuthology.orchestra.run.vm06.stderr: 2026-03-31T20:30:50.928 INFO:teuthology.orchestra.run.vm06.stderr:real 0m0.069s 2026-03-31T20:30:50.928 INFO:teuthology.orchestra.run.vm06.stderr:user 0m0.095s 2026-03-31T20:30:50.929 INFO:teuthology.orchestra.run.vm06.stderr:sys 0m0.011s 2026-03-31T20:30:50.929 INFO:teuthology.orchestra.run.vm05.stderr: 2026-03-31T20:30:50.929 INFO:teuthology.orchestra.run.vm05.stderr:real 0m0.070s 2026-03-31T20:30:50.929 INFO:teuthology.orchestra.run.vm05.stderr:user 0m0.107s 2026-03-31T20:30:50.929 INFO:teuthology.orchestra.run.vm05.stderr:sys 0m0.017s 2026-03-31T20:30:50.950 INFO:teuthology.orchestra.run.vm01.stderr: 90.7% -- replaced with /var/log/ceph/2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37/ceph-mgr.a.log.gz 2026-03-31T20:30:51.042 INFO:teuthology.orchestra.run.vm01.stderr: 91.3% -- replaced with /var/log/ceph/2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37/ceph-mon.a.log.gz 2026-03-31T20:30:51.043 INFO:teuthology.orchestra.run.vm01.stderr: 2026-03-31T20:30:51.043 INFO:teuthology.orchestra.run.vm01.stderr:real 0m0.185s 2026-03-31T20:30:51.043 INFO:teuthology.orchestra.run.vm01.stderr:user 0m0.314s 2026-03-31T20:30:51.043 INFO:teuthology.orchestra.run.vm01.stderr:sys 0m0.013s 2026-03-31T20:30:51.043 INFO:tasks.cephadm:Archiving logs... 2026-03-31T20:30:51.043 DEBUG:teuthology.misc:Transferring archived files from vm01:/var/log/ceph to /archive/kyr-2026-03-31_11:18:10-rados-tentacle-none-default-vps/4343/remote/vm01/log 2026-03-31T20:30:51.043 DEBUG:teuthology.orchestra.run.vm01:> sudo tar c -f - -C /var/log/ceph -- . 2026-03-31T20:30:51.113 DEBUG:teuthology.misc:Transferring archived files from vm05:/var/log/ceph to /archive/kyr-2026-03-31_11:18:10-rados-tentacle-none-default-vps/4343/remote/vm05/log 2026-03-31T20:30:51.113 DEBUG:teuthology.orchestra.run.vm05:> sudo tar c -f - -C /var/log/ceph -- . 2026-03-31T20:30:51.127 DEBUG:teuthology.misc:Transferring archived files from vm06:/var/log/ceph to /archive/kyr-2026-03-31_11:18:10-rados-tentacle-none-default-vps/4343/remote/vm06/log 2026-03-31T20:30:51.127 DEBUG:teuthology.orchestra.run.vm06:> sudo tar c -f - -C /var/log/ceph -- . 2026-03-31T20:30:51.138 INFO:tasks.cephadm:Removing cluster... 2026-03-31T20:30:51.139 DEBUG:teuthology.orchestra.run.vm01:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37 --force 2026-03-31T20:30:51.378 INFO:teuthology.orchestra.run.vm01.stdout:Deleting cluster with fsid: 2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37 2026-03-31T20:30:51.584 DEBUG:teuthology.orchestra.run.vm05:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37 --force 2026-03-31T20:30:51.822 INFO:teuthology.orchestra.run.vm05.stdout:Deleting cluster with fsid: 2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37 2026-03-31T20:30:52.017 DEBUG:teuthology.orchestra.run.vm06:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37 --force 2026-03-31T20:30:52.246 INFO:teuthology.orchestra.run.vm06.stdout:Deleting cluster with fsid: 2ad70d0a-2d3f-11f1-be3f-03e3a9af2d37 2026-03-31T20:30:52.440 INFO:tasks.cephadm:Removing cephadm ... 2026-03-31T20:30:52.440 DEBUG:teuthology.orchestra.run.vm01:> rm -rf /home/ubuntu/cephtest/cephadm 2026-03-31T20:30:52.444 DEBUG:teuthology.orchestra.run.vm05:> rm -rf /home/ubuntu/cephtest/cephadm 2026-03-31T20:30:52.447 DEBUG:teuthology.orchestra.run.vm06:> rm -rf /home/ubuntu/cephtest/cephadm 2026-03-31T20:30:52.450 INFO:tasks.cephadm:Teardown complete 2026-03-31T20:30:52.450 DEBUG:teuthology.run_tasks:Unwinding manager install 2026-03-31T20:30:52.452 INFO:teuthology.task.install.util:Removing shipped files: /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer... 2026-03-31T20:30:52.452 DEBUG:teuthology.orchestra.run.vm01:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2026-03-31T20:30:52.488 DEBUG:teuthology.orchestra.run.vm05:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2026-03-31T20:30:52.491 DEBUG:teuthology.orchestra.run.vm06:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2026-03-31T20:30:52.504 INFO:teuthology.task.install.deb:Removing packages: ceph, cephadm, ceph-mds, ceph-mgr, ceph-common, ceph-fuse, ceph-test, ceph-volume, radosgw, python3-rados, python3-rgw, python3-cephfs, python3-rbd, libcephfs2, libcephfs-dev, librados2, librbd1, rbd-fuse on Debian system. 2026-03-31T20:30:52.504 DEBUG:teuthology.orchestra.run.vm01:> for d in ceph cephadm ceph-mds ceph-mgr ceph-common ceph-fuse ceph-test ceph-volume radosgw python3-rados python3-rgw python3-cephfs python3-rbd libcephfs2 libcephfs-dev librados2 librbd1 rbd-fuse ; do sudo DEBIAN_FRONTEND=noninteractive apt-get -y --force-yes -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confold" purge $d || true ; done 2026-03-31T20:30:52.508 INFO:teuthology.task.install.deb:Removing packages: ceph, cephadm, ceph-mds, ceph-mgr, ceph-common, ceph-fuse, ceph-test, ceph-volume, radosgw, python3-rados, python3-rgw, python3-cephfs, python3-rbd, libcephfs2, libcephfs-dev, librados2, librbd1, rbd-fuse on Debian system. 2026-03-31T20:30:52.508 DEBUG:teuthology.orchestra.run.vm05:> for d in ceph cephadm ceph-mds ceph-mgr ceph-common ceph-fuse ceph-test ceph-volume radosgw python3-rados python3-rgw python3-cephfs python3-rbd libcephfs2 libcephfs-dev librados2 librbd1 rbd-fuse ; do sudo DEBIAN_FRONTEND=noninteractive apt-get -y --force-yes -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confold" purge $d || true ; done 2026-03-31T20:30:52.513 INFO:teuthology.task.install.deb:Removing packages: ceph, cephadm, ceph-mds, ceph-mgr, ceph-common, ceph-fuse, ceph-test, ceph-volume, radosgw, python3-rados, python3-rgw, python3-cephfs, python3-rbd, libcephfs2, libcephfs-dev, librados2, librbd1, rbd-fuse on Debian system. 2026-03-31T20:30:52.513 DEBUG:teuthology.orchestra.run.vm06:> for d in ceph cephadm ceph-mds ceph-mgr ceph-common ceph-fuse ceph-test ceph-volume radosgw python3-rados python3-rgw python3-cephfs python3-rbd libcephfs2 libcephfs-dev librados2 librbd1 rbd-fuse ; do sudo DEBIAN_FRONTEND=noninteractive apt-get -y --force-yes -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confold" purge $d || true ; done 2026-03-31T20:30:52.568 INFO:teuthology.orchestra.run.vm01.stdout:Reading package lists... 2026-03-31T20:30:52.573 INFO:teuthology.orchestra.run.vm05.stdout:Reading package lists... 2026-03-31T20:30:52.577 INFO:teuthology.orchestra.run.vm06.stdout:Reading package lists... 2026-03-31T20:30:52.748 INFO:teuthology.orchestra.run.vm05.stdout:Building dependency tree... 2026-03-31T20:30:52.748 INFO:teuthology.orchestra.run.vm05.stdout:Reading state information... 2026-03-31T20:30:52.749 INFO:teuthology.orchestra.run.vm01.stdout:Building dependency tree... 2026-03-31T20:30:52.750 INFO:teuthology.orchestra.run.vm01.stdout:Reading state information... 2026-03-31T20:30:52.756 INFO:teuthology.orchestra.run.vm06.stdout:Building dependency tree... 2026-03-31T20:30:52.756 INFO:teuthology.orchestra.run.vm06.stdout:Reading state information... 2026-03-31T20:30:52.905 INFO:teuthology.orchestra.run.vm06.stdout:The following packages were automatically installed and are no longer required: 2026-03-31T20:30:52.905 INFO:teuthology.orchestra.run.vm06.stdout: ceph-mon kpartx libboost-iostreams1.74.0 libboost-thread1.74.0 libpmemobj1 2026-03-31T20:30:52.906 INFO:teuthology.orchestra.run.vm06.stdout: libsgutils2-2 sg3-utils sg3-utils-udev 2026-03-31T20:30:52.906 INFO:teuthology.orchestra.run.vm06.stdout:Use 'sudo apt autoremove' to remove them. 2026-03-31T20:30:52.918 INFO:teuthology.orchestra.run.vm01.stdout:The following packages were automatically installed and are no longer required: 2026-03-31T20:30:52.918 INFO:teuthology.orchestra.run.vm01.stdout: ceph-mon kpartx libboost-iostreams1.74.0 libboost-thread1.74.0 libpmemobj1 2026-03-31T20:30:52.918 INFO:teuthology.orchestra.run.vm01.stdout: libsgutils2-2 sg3-utils sg3-utils-udev 2026-03-31T20:30:52.918 INFO:teuthology.orchestra.run.vm01.stdout:Use 'sudo apt autoremove' to remove them. 2026-03-31T20:30:52.920 INFO:teuthology.orchestra.run.vm06.stdout:The following packages will be REMOVED: 2026-03-31T20:30:52.921 INFO:teuthology.orchestra.run.vm06.stdout: ceph* 2026-03-31T20:30:52.930 INFO:teuthology.orchestra.run.vm01.stdout:The following packages will be REMOVED: 2026-03-31T20:30:52.931 INFO:teuthology.orchestra.run.vm01.stdout: ceph* 2026-03-31T20:30:52.950 INFO:teuthology.orchestra.run.vm05.stdout:The following packages were automatically installed and are no longer required: 2026-03-31T20:30:52.950 INFO:teuthology.orchestra.run.vm05.stdout: ceph-mon kpartx libboost-iostreams1.74.0 libboost-thread1.74.0 libpmemobj1 2026-03-31T20:30:52.950 INFO:teuthology.orchestra.run.vm05.stdout: libsgutils2-2 sg3-utils sg3-utils-udev 2026-03-31T20:30:52.950 INFO:teuthology.orchestra.run.vm05.stdout:Use 'sudo apt autoremove' to remove them. 2026-03-31T20:30:52.959 INFO:teuthology.orchestra.run.vm05.stdout:The following packages will be REMOVED: 2026-03-31T20:30:52.960 INFO:teuthology.orchestra.run.vm05.stdout: ceph* 2026-03-31T20:30:53.088 INFO:teuthology.orchestra.run.vm06.stdout:0 upgraded, 0 newly installed, 1 to remove and 50 not upgraded. 2026-03-31T20:30:53.088 INFO:teuthology.orchestra.run.vm06.stdout:After this operation, 47.1 kB disk space will be freed. 2026-03-31T20:30:53.096 INFO:teuthology.orchestra.run.vm01.stdout:0 upgraded, 0 newly installed, 1 to remove and 50 not upgraded. 2026-03-31T20:30:53.096 INFO:teuthology.orchestra.run.vm01.stdout:After this operation, 47.1 kB disk space will be freed. 2026-03-31T20:30:53.119 INFO:teuthology.orchestra.run.vm05.stdout:0 upgraded, 0 newly installed, 1 to remove and 50 not upgraded. 2026-03-31T20:30:53.119 INFO:teuthology.orchestra.run.vm05.stdout:After this operation, 47.1 kB disk space will be freed. 2026-03-31T20:30:53.127 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 ... 126150 files and directories currently installed.) 2026-03-31T20:30:53.129 INFO:teuthology.orchestra.run.vm06.stdout:Removing ceph (20.2.0-721-g5bb32787-1jammy) ... 2026-03-31T20:30:53.138 INFO:teuthology.orchestra.run.vm01.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 ... 126150 files and directories currently installed.) 2026-03-31T20:30:53.140 INFO:teuthology.orchestra.run.vm01.stdout:Removing ceph (20.2.0-721-g5bb32787-1jammy) ... 2026-03-31T20:30:53.158 INFO:teuthology.orchestra.run.vm05.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 ... 126150 files and directories currently installed.) 2026-03-31T20:30:53.160 INFO:teuthology.orchestra.run.vm05.stdout:Removing ceph (20.2.0-721-g5bb32787-1jammy) ... 2026-03-31T20:30:54.228 INFO:teuthology.orchestra.run.vm06.stderr:W: --force-yes is deprecated, use one of the options starting with --allow instead. 2026-03-31T20:30:54.258 INFO:teuthology.orchestra.run.vm05.stderr:W: --force-yes is deprecated, use one of the options starting with --allow instead. 2026-03-31T20:30:54.261 INFO:teuthology.orchestra.run.vm01.stderr:W: --force-yes is deprecated, use one of the options starting with --allow instead. 2026-03-31T20:30:54.265 INFO:teuthology.orchestra.run.vm06.stdout:Reading package lists... 2026-03-31T20:30:54.292 INFO:teuthology.orchestra.run.vm05.stdout:Reading package lists... 2026-03-31T20:30:54.297 INFO:teuthology.orchestra.run.vm01.stdout:Reading package lists... 2026-03-31T20:30:54.437 INFO:teuthology.orchestra.run.vm06.stdout:Building dependency tree... 2026-03-31T20:30:54.437 INFO:teuthology.orchestra.run.vm06.stdout:Reading state information... 2026-03-31T20:30:54.462 INFO:teuthology.orchestra.run.vm01.stdout:Building dependency tree... 2026-03-31T20:30:54.462 INFO:teuthology.orchestra.run.vm05.stdout:Building dependency tree... 2026-03-31T20:30:54.463 INFO:teuthology.orchestra.run.vm01.stdout:Reading state information... 2026-03-31T20:30:54.463 INFO:teuthology.orchestra.run.vm05.stdout:Reading state information... 2026-03-31T20:30:54.578 INFO:teuthology.orchestra.run.vm06.stdout:The following packages were automatically installed and are no longer required: 2026-03-31T20:30:54.579 INFO:teuthology.orchestra.run.vm06.stdout: ceph-mon kpartx libboost-iostreams1.74.0 libboost-thread1.74.0 libpmemobj1 2026-03-31T20:30:54.579 INFO:teuthology.orchestra.run.vm06.stdout: libsgutils2-2 python-asyncssh-doc python3-asyncssh sg3-utils sg3-utils-udev 2026-03-31T20:30:54.579 INFO:teuthology.orchestra.run.vm06.stdout:Use 'sudo apt autoremove' to remove them. 2026-03-31T20:30:54.593 INFO:teuthology.orchestra.run.vm06.stdout:The following packages will be REMOVED: 2026-03-31T20:30:54.594 INFO:teuthology.orchestra.run.vm06.stdout: ceph-mgr-cephadm* cephadm* 2026-03-31T20:30:54.636 INFO:teuthology.orchestra.run.vm01.stdout:The following packages were automatically installed and are no longer required: 2026-03-31T20:30:54.636 INFO:teuthology.orchestra.run.vm01.stdout: ceph-mon kpartx libboost-iostreams1.74.0 libboost-thread1.74.0 libpmemobj1 2026-03-31T20:30:54.637 INFO:teuthology.orchestra.run.vm01.stdout: libsgutils2-2 python-asyncssh-doc python3-asyncssh sg3-utils sg3-utils-udev 2026-03-31T20:30:54.637 INFO:teuthology.orchestra.run.vm01.stdout:Use 'sudo apt autoremove' to remove them. 2026-03-31T20:30:54.641 INFO:teuthology.orchestra.run.vm05.stdout:The following packages were automatically installed and are no longer required: 2026-03-31T20:30:54.642 INFO:teuthology.orchestra.run.vm05.stdout: ceph-mon kpartx libboost-iostreams1.74.0 libboost-thread1.74.0 libpmemobj1 2026-03-31T20:30:54.642 INFO:teuthology.orchestra.run.vm05.stdout: libsgutils2-2 python-asyncssh-doc python3-asyncssh sg3-utils sg3-utils-udev 2026-03-31T20:30:54.642 INFO:teuthology.orchestra.run.vm05.stdout:Use 'sudo apt autoremove' to remove them. 2026-03-31T20:30:54.649 INFO:teuthology.orchestra.run.vm01.stdout:The following packages will be REMOVED: 2026-03-31T20:30:54.650 INFO:teuthology.orchestra.run.vm01.stdout: ceph-mgr-cephadm* cephadm* 2026-03-31T20:30:54.653 INFO:teuthology.orchestra.run.vm05.stdout:The following packages will be REMOVED: 2026-03-31T20:30:54.654 INFO:teuthology.orchestra.run.vm05.stdout: ceph-mgr-cephadm* cephadm* 2026-03-31T20:30:54.765 INFO:teuthology.orchestra.run.vm06.stdout:0 upgraded, 0 newly installed, 2 to remove and 50 not upgraded. 2026-03-31T20:30:54.766 INFO:teuthology.orchestra.run.vm06.stdout:After this operation, 2177 kB disk space will be freed. 2026-03-31T20:30:54.805 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 ... 126148 files and directories currently installed.) 2026-03-31T20:30:54.807 INFO:teuthology.orchestra.run.vm06.stdout:Removing ceph-mgr-cephadm (20.2.0-721-g5bb32787-1jammy) ... 2026-03-31T20:30:54.816 INFO:teuthology.orchestra.run.vm01.stdout:0 upgraded, 0 newly installed, 2 to remove and 50 not upgraded. 2026-03-31T20:30:54.816 INFO:teuthology.orchestra.run.vm01.stdout:After this operation, 2177 kB disk space will be freed. 2026-03-31T20:30:54.828 INFO:teuthology.orchestra.run.vm06.stdout:Removing cephadm (20.2.0-721-g5bb32787-1jammy) ... 2026-03-31T20:30:54.830 INFO:teuthology.orchestra.run.vm05.stdout:0 upgraded, 0 newly installed, 2 to remove and 50 not upgraded. 2026-03-31T20:30:54.830 INFO:teuthology.orchestra.run.vm05.stdout:After this operation, 2177 kB disk space will be freed. 2026-03-31T20:30:54.855 INFO:teuthology.orchestra.run.vm01.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 ... 126148 files and directories currently installed.) 2026-03-31T20:30:54.857 INFO:teuthology.orchestra.run.vm06.stdout:Looking for files to backup/remove ... 2026-03-31T20:30:54.858 INFO:teuthology.orchestra.run.vm01.stdout:Removing ceph-mgr-cephadm (20.2.0-721-g5bb32787-1jammy) ... 2026-03-31T20:30:54.859 INFO:teuthology.orchestra.run.vm06.stdout:Not backing up/removing `/var/lib/cephadm', it matches ^/var/.*. 2026-03-31T20:30:54.861 INFO:teuthology.orchestra.run.vm06.stdout:Removing user `cephadm' ... 2026-03-31T20:30:54.861 INFO:teuthology.orchestra.run.vm06.stdout:Warning: group `nogroup' has no more members. 2026-03-31T20:30:54.869 INFO:teuthology.orchestra.run.vm05.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 ... 126148 files and directories currently installed.) 2026-03-31T20:30:54.872 INFO:teuthology.orchestra.run.vm05.stdout:Removing ceph-mgr-cephadm (20.2.0-721-g5bb32787-1jammy) ... 2026-03-31T20:30:54.875 INFO:teuthology.orchestra.run.vm06.stdout:Done. 2026-03-31T20:30:54.875 INFO:teuthology.orchestra.run.vm01.stdout:Removing cephadm (20.2.0-721-g5bb32787-1jammy) ... 2026-03-31T20:30:54.890 INFO:teuthology.orchestra.run.vm05.stdout:Removing cephadm (20.2.0-721-g5bb32787-1jammy) ... 2026-03-31T20:30:54.896 INFO:teuthology.orchestra.run.vm06.stdout:Processing triggers for man-db (2.10.2-1) ... 2026-03-31T20:30:54.904 INFO:teuthology.orchestra.run.vm01.stdout:Looking for files to backup/remove ... 2026-03-31T20:30:54.905 INFO:teuthology.orchestra.run.vm01.stdout:Not backing up/removing `/var/lib/cephadm', it matches ^/var/.*. 2026-03-31T20:30:54.907 INFO:teuthology.orchestra.run.vm01.stdout:Removing user `cephadm' ... 2026-03-31T20:30:54.907 INFO:teuthology.orchestra.run.vm01.stdout:Warning: group `nogroup' has no more members. 2026-03-31T20:30:54.917 INFO:teuthology.orchestra.run.vm01.stdout:Done. 2026-03-31T20:30:54.917 INFO:teuthology.orchestra.run.vm05.stdout:Looking for files to backup/remove ... 2026-03-31T20:30:54.919 INFO:teuthology.orchestra.run.vm05.stdout:Not backing up/removing `/var/lib/cephadm', it matches ^/var/.*. 2026-03-31T20:30:54.921 INFO:teuthology.orchestra.run.vm05.stdout:Removing user `cephadm' ... 2026-03-31T20:30:54.921 INFO:teuthology.orchestra.run.vm05.stdout:Warning: group `nogroup' has no more members. 2026-03-31T20:30:54.931 INFO:teuthology.orchestra.run.vm05.stdout:Done. 2026-03-31T20:30:54.938 INFO:teuthology.orchestra.run.vm01.stdout:Processing triggers for man-db (2.10.2-1) ... 2026-03-31T20:30:54.952 INFO:teuthology.orchestra.run.vm05.stdout:Processing triggers for man-db (2.10.2-1) ... 2026-03-31T20:30:54.991 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 ... 126062 files and directories currently installed.) 2026-03-31T20:30:54.993 INFO:teuthology.orchestra.run.vm06.stdout:Purging configuration files for cephadm (20.2.0-721-g5bb32787-1jammy) ... 2026-03-31T20:30:55.028 INFO:teuthology.orchestra.run.vm01.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 ... 126062 files and directories currently installed.) 2026-03-31T20:30:55.030 INFO:teuthology.orchestra.run.vm01.stdout:Purging configuration files for cephadm (20.2.0-721-g5bb32787-1jammy) ... 2026-03-31T20:30:55.050 INFO:teuthology.orchestra.run.vm05.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 ... 126062 files and directories currently installed.) 2026-03-31T20:30:55.053 INFO:teuthology.orchestra.run.vm05.stdout:Purging configuration files for cephadm (20.2.0-721-g5bb32787-1jammy) ... 2026-03-31T20:30:56.060 INFO:teuthology.orchestra.run.vm06.stderr:W: --force-yes is deprecated, use one of the options starting with --allow instead. 2026-03-31T20:30:56.084 INFO:teuthology.orchestra.run.vm01.stderr:W: --force-yes is deprecated, use one of the options starting with --allow instead. 2026-03-31T20:30:56.095 INFO:teuthology.orchestra.run.vm06.stdout:Reading package lists... 2026-03-31T20:30:56.118 INFO:teuthology.orchestra.run.vm01.stdout:Reading package lists... 2026-03-31T20:30:56.137 INFO:teuthology.orchestra.run.vm05.stderr:W: --force-yes is deprecated, use one of the options starting with --allow instead. 2026-03-31T20:30:56.170 INFO:teuthology.orchestra.run.vm05.stdout:Reading package lists... 2026-03-31T20:30:56.269 INFO:teuthology.orchestra.run.vm06.stdout:Building dependency tree... 2026-03-31T20:30:56.270 INFO:teuthology.orchestra.run.vm06.stdout:Reading state information... 2026-03-31T20:30:56.286 INFO:teuthology.orchestra.run.vm01.stdout:Building dependency tree... 2026-03-31T20:30:56.286 INFO:teuthology.orchestra.run.vm01.stdout:Reading state information... 2026-03-31T20:30:56.344 INFO:teuthology.orchestra.run.vm05.stdout:Building dependency tree... 2026-03-31T20:30:56.345 INFO:teuthology.orchestra.run.vm05.stdout:Reading state information... 2026-03-31T20:30:56.410 INFO:teuthology.orchestra.run.vm06.stdout:The following packages were automatically installed and are no longer required: 2026-03-31T20:30:56.411 INFO:teuthology.orchestra.run.vm06.stdout: ceph-mon kpartx libboost-iostreams1.74.0 libboost-thread1.74.0 libpmemobj1 2026-03-31T20:30:56.411 INFO:teuthology.orchestra.run.vm06.stdout: libsgutils2-2 python-asyncssh-doc python3-asyncssh sg3-utils sg3-utils-udev 2026-03-31T20:30:56.411 INFO:teuthology.orchestra.run.vm06.stdout:Use 'sudo apt autoremove' to remove them. 2026-03-31T20:30:56.422 INFO:teuthology.orchestra.run.vm01.stdout:The following packages were automatically installed and are no longer required: 2026-03-31T20:30:56.422 INFO:teuthology.orchestra.run.vm01.stdout: ceph-mon kpartx libboost-iostreams1.74.0 libboost-thread1.74.0 libpmemobj1 2026-03-31T20:30:56.422 INFO:teuthology.orchestra.run.vm01.stdout: libsgutils2-2 python-asyncssh-doc python3-asyncssh sg3-utils sg3-utils-udev 2026-03-31T20:30:56.422 INFO:teuthology.orchestra.run.vm01.stdout:Use 'sudo apt autoremove' to remove them. 2026-03-31T20:30:56.425 INFO:teuthology.orchestra.run.vm06.stdout:The following packages will be REMOVED: 2026-03-31T20:30:56.426 INFO:teuthology.orchestra.run.vm06.stdout: ceph-mds* 2026-03-31T20:30:56.433 INFO:teuthology.orchestra.run.vm01.stdout:The following packages will be REMOVED: 2026-03-31T20:30:56.434 INFO:teuthology.orchestra.run.vm01.stdout: ceph-mds* 2026-03-31T20:30:56.492 INFO:teuthology.orchestra.run.vm05.stdout:The following packages were automatically installed and are no longer required: 2026-03-31T20:30:56.492 INFO:teuthology.orchestra.run.vm05.stdout: ceph-mon kpartx libboost-iostreams1.74.0 libboost-thread1.74.0 libpmemobj1 2026-03-31T20:30:56.492 INFO:teuthology.orchestra.run.vm05.stdout: libsgutils2-2 python-asyncssh-doc python3-asyncssh sg3-utils sg3-utils-udev 2026-03-31T20:30:56.492 INFO:teuthology.orchestra.run.vm05.stdout:Use 'sudo apt autoremove' to remove them. 2026-03-31T20:30:56.501 INFO:teuthology.orchestra.run.vm05.stdout:The following packages will be REMOVED: 2026-03-31T20:30:56.501 INFO:teuthology.orchestra.run.vm05.stdout: ceph-mds* 2026-03-31T20:30:56.592 INFO:teuthology.orchestra.run.vm06.stdout:0 upgraded, 0 newly installed, 1 to remove and 50 not upgraded. 2026-03-31T20:30:56.592 INFO:teuthology.orchestra.run.vm06.stdout:After this operation, 6851 kB disk space will be freed. 2026-03-31T20:30:56.596 INFO:teuthology.orchestra.run.vm01.stdout:0 upgraded, 0 newly installed, 1 to remove and 50 not upgraded. 2026-03-31T20:30:56.596 INFO:teuthology.orchestra.run.vm01.stdout:After this operation, 6851 kB disk space will be freed. 2026-03-31T20:30:56.633 INFO:teuthology.orchestra.run.vm01.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 ... 126062 files and directories currently installed.) 2026-03-31T20:30:56.633 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 ... 126062 files and directories currently installed.) 2026-03-31T20:30:56.636 INFO:teuthology.orchestra.run.vm01.stdout:Removing ceph-mds (20.2.0-721-g5bb32787-1jammy) ... 2026-03-31T20:30:56.636 INFO:teuthology.orchestra.run.vm06.stdout:Removing ceph-mds (20.2.0-721-g5bb32787-1jammy) ... 2026-03-31T20:30:56.661 INFO:teuthology.orchestra.run.vm05.stdout:0 upgraded, 0 newly installed, 1 to remove and 50 not upgraded. 2026-03-31T20:30:56.661 INFO:teuthology.orchestra.run.vm05.stdout:After this operation, 6851 kB disk space will be freed. 2026-03-31T20:30:56.699 INFO:teuthology.orchestra.run.vm05.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 ... 126062 files and directories currently installed.) 2026-03-31T20:30:56.701 INFO:teuthology.orchestra.run.vm05.stdout:Removing ceph-mds (20.2.0-721-g5bb32787-1jammy) ... 2026-03-31T20:30:57.057 INFO:teuthology.orchestra.run.vm06.stdout:Processing triggers for man-db (2.10.2-1) ... 2026-03-31T20:30:57.069 INFO:teuthology.orchestra.run.vm01.stdout:Processing triggers for man-db (2.10.2-1) ... 2026-03-31T20:30:57.093 INFO:teuthology.orchestra.run.vm05.stdout:Processing triggers for man-db (2.10.2-1) ... 2026-03-31T20:30:57.155 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 ... 126054 files and directories currently installed.) 2026-03-31T20:30:57.158 INFO:teuthology.orchestra.run.vm06.stdout:Purging configuration files for ceph-mds (20.2.0-721-g5bb32787-1jammy) ... 2026-03-31T20:30:57.168 INFO:teuthology.orchestra.run.vm01.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 ... 126054 files and directories currently installed.) 2026-03-31T20:30:57.170 INFO:teuthology.orchestra.run.vm01.stdout:Purging configuration files for ceph-mds (20.2.0-721-g5bb32787-1jammy) ... 2026-03-31T20:30:57.189 INFO:teuthology.orchestra.run.vm05.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 ... 126054 files and directories currently installed.) 2026-03-31T20:30:57.191 INFO:teuthology.orchestra.run.vm05.stdout:Purging configuration files for ceph-mds (20.2.0-721-g5bb32787-1jammy) ... 2026-03-31T20:30:58.626 INFO:teuthology.orchestra.run.vm05.stderr:W: --force-yes is deprecated, use one of the options starting with --allow instead. 2026-03-31T20:30:58.638 INFO:teuthology.orchestra.run.vm06.stderr:W: --force-yes is deprecated, use one of the options starting with --allow instead. 2026-03-31T20:30:58.659 INFO:teuthology.orchestra.run.vm01.stderr:W: --force-yes is deprecated, use one of the options starting with --allow instead. 2026-03-31T20:30:58.659 INFO:teuthology.orchestra.run.vm05.stdout:Reading package lists... 2026-03-31T20:30:58.672 INFO:teuthology.orchestra.run.vm06.stdout:Reading package lists... 2026-03-31T20:30:58.693 INFO:teuthology.orchestra.run.vm01.stdout:Reading package lists... 2026-03-31T20:30:58.835 INFO:teuthology.orchestra.run.vm05.stdout:Building dependency tree... 2026-03-31T20:30:58.836 INFO:teuthology.orchestra.run.vm05.stdout:Reading state information... 2026-03-31T20:30:58.850 INFO:teuthology.orchestra.run.vm06.stdout:Building dependency tree... 2026-03-31T20:30:58.851 INFO:teuthology.orchestra.run.vm06.stdout:Reading state information... 2026-03-31T20:30:58.865 INFO:teuthology.orchestra.run.vm01.stdout:Building dependency tree... 2026-03-31T20:30:58.866 INFO:teuthology.orchestra.run.vm01.stdout:Reading state information... 2026-03-31T20:30:58.967 INFO:teuthology.orchestra.run.vm05.stdout:The following packages were automatically installed and are no longer required: 2026-03-31T20:30:58.967 INFO:teuthology.orchestra.run.vm05.stdout: ceph-mgr-modules-core ceph-mon kpartx libboost-iostreams1.74.0 2026-03-31T20:30:58.967 INFO:teuthology.orchestra.run.vm05.stdout: libboost-thread1.74.0 libpmemobj1 libsgutils2-2 python-asyncssh-doc 2026-03-31T20:30:58.967 INFO:teuthology.orchestra.run.vm05.stdout: python3-asyncssh python3-cachetools python3-cheroot python3-cherrypy3 2026-03-31T20:30:58.967 INFO:teuthology.orchestra.run.vm05.stdout: python3-google-auth python3-jaraco.classes python3-jaraco.collections 2026-03-31T20:30:58.967 INFO:teuthology.orchestra.run.vm05.stdout: python3-jaraco.functools python3-jaraco.text python3-joblib 2026-03-31T20:30:58.967 INFO:teuthology.orchestra.run.vm05.stdout: python3-kubernetes python3-natsort python3-portend python3-psutil 2026-03-31T20:30:58.967 INFO:teuthology.orchestra.run.vm05.stdout: python3-repoze.lru python3-requests-oauthlib python3-routes python3-rsa 2026-03-31T20:30:58.967 INFO:teuthology.orchestra.run.vm05.stdout: python3-simplejson python3-sklearn python3-sklearn-lib python3-tempora 2026-03-31T20:30:58.968 INFO:teuthology.orchestra.run.vm05.stdout: python3-threadpoolctl python3-webob python3-websocket python3-zc.lockfile 2026-03-31T20:30:58.968 INFO:teuthology.orchestra.run.vm05.stdout: sg3-utils sg3-utils-udev 2026-03-31T20:30:58.968 INFO:teuthology.orchestra.run.vm05.stdout:Use 'sudo apt autoremove' to remove them. 2026-03-31T20:30:58.981 INFO:teuthology.orchestra.run.vm05.stdout:The following packages will be REMOVED: 2026-03-31T20:30:58.981 INFO:teuthology.orchestra.run.vm05.stdout: ceph-mgr* ceph-mgr-dashboard* ceph-mgr-diskprediction-local* 2026-03-31T20:30:58.982 INFO:teuthology.orchestra.run.vm05.stdout: ceph-mgr-k8sevents* 2026-03-31T20:30:59.023 INFO:teuthology.orchestra.run.vm06.stdout:The following packages were automatically installed and are no longer required: 2026-03-31T20:30:59.023 INFO:teuthology.orchestra.run.vm06.stdout: ceph-mgr-modules-core ceph-mon kpartx libboost-iostreams1.74.0 2026-03-31T20:30:59.023 INFO:teuthology.orchestra.run.vm06.stdout: libboost-thread1.74.0 libpmemobj1 libsgutils2-2 python-asyncssh-doc 2026-03-31T20:30:59.023 INFO:teuthology.orchestra.run.vm06.stdout: python3-asyncssh python3-cachetools python3-cheroot python3-cherrypy3 2026-03-31T20:30:59.023 INFO:teuthology.orchestra.run.vm06.stdout: python3-google-auth python3-jaraco.classes python3-jaraco.collections 2026-03-31T20:30:59.023 INFO:teuthology.orchestra.run.vm06.stdout: python3-jaraco.functools python3-jaraco.text python3-joblib 2026-03-31T20:30:59.023 INFO:teuthology.orchestra.run.vm06.stdout: python3-kubernetes python3-natsort python3-portend python3-psutil 2026-03-31T20:30:59.023 INFO:teuthology.orchestra.run.vm06.stdout: python3-repoze.lru python3-requests-oauthlib python3-routes python3-rsa 2026-03-31T20:30:59.023 INFO:teuthology.orchestra.run.vm06.stdout: python3-simplejson python3-sklearn python3-sklearn-lib python3-tempora 2026-03-31T20:30:59.023 INFO:teuthology.orchestra.run.vm06.stdout: python3-threadpoolctl python3-webob python3-websocket python3-zc.lockfile 2026-03-31T20:30:59.023 INFO:teuthology.orchestra.run.vm06.stdout: sg3-utils sg3-utils-udev 2026-03-31T20:30:59.023 INFO:teuthology.orchestra.run.vm06.stdout:Use 'sudo apt autoremove' to remove them. 2026-03-31T20:30:59.026 INFO:teuthology.orchestra.run.vm01.stdout:The following packages were automatically installed and are no longer required: 2026-03-31T20:30:59.026 INFO:teuthology.orchestra.run.vm01.stdout: ceph-mgr-modules-core ceph-mon kpartx libboost-iostreams1.74.0 2026-03-31T20:30:59.026 INFO:teuthology.orchestra.run.vm01.stdout: libboost-thread1.74.0 libpmemobj1 libsgutils2-2 python-asyncssh-doc 2026-03-31T20:30:59.026 INFO:teuthology.orchestra.run.vm01.stdout: python3-asyncssh python3-cachetools python3-cheroot python3-cherrypy3 2026-03-31T20:30:59.026 INFO:teuthology.orchestra.run.vm01.stdout: python3-google-auth python3-jaraco.classes python3-jaraco.collections 2026-03-31T20:30:59.026 INFO:teuthology.orchestra.run.vm01.stdout: python3-jaraco.functools python3-jaraco.text python3-joblib 2026-03-31T20:30:59.026 INFO:teuthology.orchestra.run.vm01.stdout: python3-kubernetes python3-natsort python3-portend python3-psutil 2026-03-31T20:30:59.026 INFO:teuthology.orchestra.run.vm01.stdout: python3-repoze.lru python3-requests-oauthlib python3-routes python3-rsa 2026-03-31T20:30:59.026 INFO:teuthology.orchestra.run.vm01.stdout: python3-simplejson python3-sklearn python3-sklearn-lib python3-tempora 2026-03-31T20:30:59.026 INFO:teuthology.orchestra.run.vm01.stdout: python3-threadpoolctl python3-webob python3-websocket python3-zc.lockfile 2026-03-31T20:30:59.027 INFO:teuthology.orchestra.run.vm01.stdout: sg3-utils sg3-utils-udev 2026-03-31T20:30:59.027 INFO:teuthology.orchestra.run.vm01.stdout:Use 'sudo apt autoremove' to remove them. 2026-03-31T20:30:59.032 INFO:teuthology.orchestra.run.vm06.stdout:The following packages will be REMOVED: 2026-03-31T20:30:59.032 INFO:teuthology.orchestra.run.vm06.stdout: ceph-mgr* ceph-mgr-dashboard* ceph-mgr-diskprediction-local* 2026-03-31T20:30:59.032 INFO:teuthology.orchestra.run.vm06.stdout: ceph-mgr-k8sevents* 2026-03-31T20:30:59.033 INFO:teuthology.orchestra.run.vm01.stdout:The following packages will be REMOVED: 2026-03-31T20:30:59.034 INFO:teuthology.orchestra.run.vm01.stdout: ceph-mgr* ceph-mgr-dashboard* ceph-mgr-diskprediction-local* 2026-03-31T20:30:59.034 INFO:teuthology.orchestra.run.vm01.stdout: ceph-mgr-k8sevents* 2026-03-31T20:30:59.147 INFO:teuthology.orchestra.run.vm05.stdout:0 upgraded, 0 newly installed, 4 to remove and 50 not upgraded. 2026-03-31T20:30:59.148 INFO:teuthology.orchestra.run.vm05.stdout:After this operation, 219 MB disk space will be freed. 2026-03-31T20:30:59.186 INFO:teuthology.orchestra.run.vm05.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 ... 126054 files and directories currently installed.) 2026-03-31T20:30:59.189 INFO:teuthology.orchestra.run.vm05.stdout:Removing ceph-mgr-k8sevents (20.2.0-721-g5bb32787-1jammy) ... 2026-03-31T20:30:59.191 INFO:teuthology.orchestra.run.vm01.stdout:0 upgraded, 0 newly installed, 4 to remove and 50 not upgraded. 2026-03-31T20:30:59.191 INFO:teuthology.orchestra.run.vm01.stdout:After this operation, 219 MB disk space will be freed. 2026-03-31T20:30:59.192 INFO:teuthology.orchestra.run.vm06.stdout:0 upgraded, 0 newly installed, 4 to remove and 50 not upgraded. 2026-03-31T20:30:59.192 INFO:teuthology.orchestra.run.vm06.stdout:After this operation, 219 MB disk space will be freed. 2026-03-31T20:30:59.199 INFO:teuthology.orchestra.run.vm05.stdout:Removing ceph-mgr-diskprediction-local (20.2.0-721-g5bb32787-1jammy) ... 2026-03-31T20:30:59.225 INFO:teuthology.orchestra.run.vm05.stdout:Removing ceph-mgr-dashboard (20.2.0-721-g5bb32787-1jammy) ... 2026-03-31T20:30:59.230 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 ... 126054 files and directories currently installed.) 2026-03-31T20:30:59.230 INFO:teuthology.orchestra.run.vm01.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 ... 126054 files and directories currently installed.) 2026-03-31T20:30:59.232 INFO:teuthology.orchestra.run.vm06.stdout:Removing ceph-mgr-k8sevents (20.2.0-721-g5bb32787-1jammy) ... 2026-03-31T20:30:59.232 INFO:teuthology.orchestra.run.vm01.stdout:Removing ceph-mgr-k8sevents (20.2.0-721-g5bb32787-1jammy) ... 2026-03-31T20:30:59.243 INFO:teuthology.orchestra.run.vm06.stdout:Removing ceph-mgr-diskprediction-local (20.2.0-721-g5bb32787-1jammy) ... 2026-03-31T20:30:59.243 INFO:teuthology.orchestra.run.vm01.stdout:Removing ceph-mgr-diskprediction-local (20.2.0-721-g5bb32787-1jammy) ... 2026-03-31T20:30:59.269 INFO:teuthology.orchestra.run.vm01.stdout:Removing ceph-mgr-dashboard (20.2.0-721-g5bb32787-1jammy) ... 2026-03-31T20:30:59.270 INFO:teuthology.orchestra.run.vm06.stdout:Removing ceph-mgr-dashboard (20.2.0-721-g5bb32787-1jammy) ... 2026-03-31T20:30:59.296 INFO:teuthology.orchestra.run.vm05.stdout:Removing ceph-mgr (20.2.0-721-g5bb32787-1jammy) ... 2026-03-31T20:30:59.339 INFO:teuthology.orchestra.run.vm01.stdout:Removing ceph-mgr (20.2.0-721-g5bb32787-1jammy) ... 2026-03-31T20:30:59.343 INFO:teuthology.orchestra.run.vm06.stdout:Removing ceph-mgr (20.2.0-721-g5bb32787-1jammy) ... 2026-03-31T20:30:59.723 INFO:teuthology.orchestra.run.vm05.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 ... 124271 files and directories currently installed.) 2026-03-31T20:30:59.725 INFO:teuthology.orchestra.run.vm05.stdout:Purging configuration files for ceph-mgr (20.2.0-721-g5bb32787-1jammy) ... 2026-03-31T20:30:59.782 INFO:teuthology.orchestra.run.vm01.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 ... 124271 files and directories currently installed.) 2026-03-31T20:30:59.784 INFO:teuthology.orchestra.run.vm01.stdout:Purging configuration files for ceph-mgr (20.2.0-721-g5bb32787-1jammy) ... 2026-03-31T20:30:59.843 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 ... 124271 files and directories currently installed.) 2026-03-31T20:30:59.845 INFO:teuthology.orchestra.run.vm06.stdout:Purging configuration files for ceph-mgr (20.2.0-721-g5bb32787-1jammy) ... 2026-03-31T20:31:01.242 INFO:teuthology.orchestra.run.vm05.stderr:W: --force-yes is deprecated, use one of the options starting with --allow instead. 2026-03-31T20:31:01.248 INFO:teuthology.orchestra.run.vm01.stderr:W: --force-yes is deprecated, use one of the options starting with --allow instead. 2026-03-31T20:31:01.279 INFO:teuthology.orchestra.run.vm05.stdout:Reading package lists... 2026-03-31T20:31:01.283 INFO:teuthology.orchestra.run.vm01.stdout:Reading package lists... 2026-03-31T20:31:01.344 INFO:teuthology.orchestra.run.vm06.stderr:W: --force-yes is deprecated, use one of the options starting with --allow instead. 2026-03-31T20:31:01.379 INFO:teuthology.orchestra.run.vm06.stdout:Reading package lists... 2026-03-31T20:31:01.445 INFO:teuthology.orchestra.run.vm05.stdout:Building dependency tree... 2026-03-31T20:31:01.446 INFO:teuthology.orchestra.run.vm05.stdout:Reading state information... 2026-03-31T20:31:01.456 INFO:teuthology.orchestra.run.vm01.stdout:Building dependency tree... 2026-03-31T20:31:01.456 INFO:teuthology.orchestra.run.vm01.stdout:Reading state information... 2026-03-31T20:31:01.529 INFO:teuthology.orchestra.run.vm06.stdout:Building dependency tree... 2026-03-31T20:31:01.529 INFO:teuthology.orchestra.run.vm06.stdout:Reading state information... 2026-03-31T20:31:01.599 INFO:teuthology.orchestra.run.vm05.stdout:The following packages were automatically installed and are no longer required: 2026-03-31T20:31:01.599 INFO:teuthology.orchestra.run.vm05.stdout: ceph-mgr-modules-core jq kpartx libboost-iostreams1.74.0 2026-03-31T20:31:01.599 INFO:teuthology.orchestra.run.vm05.stdout: libboost-thread1.74.0 libjq1 liboath0 libonig5 libpmemobj1 libradosstriper1 2026-03-31T20:31:01.599 INFO:teuthology.orchestra.run.vm05.stdout: libsgutils2-2 libsqlite3-mod-ceph nvme-cli python-asyncssh-doc 2026-03-31T20:31:01.599 INFO:teuthology.orchestra.run.vm05.stdout: python3-asyncssh python3-cachetools python3-ceph-common python3-cheroot 2026-03-31T20:31:01.599 INFO:teuthology.orchestra.run.vm05.stdout: python3-cherrypy3 python3-google-auth python3-jaraco.classes 2026-03-31T20:31:01.599 INFO:teuthology.orchestra.run.vm05.stdout: python3-jaraco.collections python3-jaraco.functools python3-jaraco.text 2026-03-31T20:31:01.599 INFO:teuthology.orchestra.run.vm05.stdout: python3-joblib python3-kubernetes python3-natsort python3-portend 2026-03-31T20:31:01.599 INFO:teuthology.orchestra.run.vm05.stdout: python3-prettytable python3-psutil python3-repoze.lru 2026-03-31T20:31:01.599 INFO:teuthology.orchestra.run.vm05.stdout: python3-requests-oauthlib python3-routes python3-rsa python3-simplejson 2026-03-31T20:31:01.599 INFO:teuthology.orchestra.run.vm05.stdout: python3-sklearn python3-sklearn-lib python3-tempora python3-threadpoolctl 2026-03-31T20:31:01.599 INFO:teuthology.orchestra.run.vm05.stdout: python3-wcwidth python3-webob python3-websocket python3-zc.lockfile 2026-03-31T20:31:01.599 INFO:teuthology.orchestra.run.vm05.stdout: sg3-utils sg3-utils-udev smartmontools socat xmlstarlet 2026-03-31T20:31:01.599 INFO:teuthology.orchestra.run.vm05.stdout:Use 'sudo apt autoremove' to remove them. 2026-03-31T20:31:01.612 INFO:teuthology.orchestra.run.vm01.stdout:The following packages were automatically installed and are no longer required: 2026-03-31T20:31:01.612 INFO:teuthology.orchestra.run.vm01.stdout: ceph-mgr-modules-core jq kpartx libboost-iostreams1.74.0 2026-03-31T20:31:01.612 INFO:teuthology.orchestra.run.vm01.stdout: libboost-thread1.74.0 libjq1 liboath0 libonig5 libpmemobj1 libradosstriper1 2026-03-31T20:31:01.612 INFO:teuthology.orchestra.run.vm01.stdout: libsgutils2-2 libsqlite3-mod-ceph nvme-cli python-asyncssh-doc 2026-03-31T20:31:01.612 INFO:teuthology.orchestra.run.vm01.stdout: python3-asyncssh python3-cachetools python3-ceph-common python3-cheroot 2026-03-31T20:31:01.612 INFO:teuthology.orchestra.run.vm01.stdout: python3-cherrypy3 python3-google-auth python3-jaraco.classes 2026-03-31T20:31:01.612 INFO:teuthology.orchestra.run.vm01.stdout: python3-jaraco.collections python3-jaraco.functools python3-jaraco.text 2026-03-31T20:31:01.612 INFO:teuthology.orchestra.run.vm01.stdout: python3-joblib python3-kubernetes python3-natsort python3-portend 2026-03-31T20:31:01.612 INFO:teuthology.orchestra.run.vm01.stdout: python3-prettytable python3-psutil python3-repoze.lru 2026-03-31T20:31:01.612 INFO:teuthology.orchestra.run.vm01.stdout: python3-requests-oauthlib python3-routes python3-rsa python3-simplejson 2026-03-31T20:31:01.612 INFO:teuthology.orchestra.run.vm01.stdout: python3-sklearn python3-sklearn-lib python3-tempora python3-threadpoolctl 2026-03-31T20:31:01.612 INFO:teuthology.orchestra.run.vm01.stdout: python3-wcwidth python3-webob python3-websocket python3-zc.lockfile 2026-03-31T20:31:01.613 INFO:teuthology.orchestra.run.vm01.stdout: sg3-utils sg3-utils-udev smartmontools socat xmlstarlet 2026-03-31T20:31:01.613 INFO:teuthology.orchestra.run.vm01.stdout:Use 'sudo apt autoremove' to remove them. 2026-03-31T20:31:01.613 INFO:teuthology.orchestra.run.vm05.stdout:The following packages will be REMOVED: 2026-03-31T20:31:01.614 INFO:teuthology.orchestra.run.vm05.stdout: ceph-base* ceph-common* ceph-mon* ceph-osd* ceph-test* ceph-volume* radosgw* 2026-03-31T20:31:01.627 INFO:teuthology.orchestra.run.vm01.stdout:The following packages will be REMOVED: 2026-03-31T20:31:01.628 INFO:teuthology.orchestra.run.vm01.stdout: ceph-base* ceph-common* ceph-mon* ceph-osd* ceph-test* ceph-volume* radosgw* 2026-03-31T20:31:01.689 INFO:teuthology.orchestra.run.vm06.stdout:The following packages were automatically installed and are no longer required: 2026-03-31T20:31:01.689 INFO:teuthology.orchestra.run.vm06.stdout: ceph-mgr-modules-core jq kpartx libboost-iostreams1.74.0 2026-03-31T20:31:01.689 INFO:teuthology.orchestra.run.vm06.stdout: libboost-thread1.74.0 libjq1 liboath0 libonig5 libpmemobj1 libradosstriper1 2026-03-31T20:31:01.690 INFO:teuthology.orchestra.run.vm06.stdout: libsgutils2-2 libsqlite3-mod-ceph nvme-cli python-asyncssh-doc 2026-03-31T20:31:01.690 INFO:teuthology.orchestra.run.vm06.stdout: python3-asyncssh python3-cachetools python3-ceph-common python3-cheroot 2026-03-31T20:31:01.690 INFO:teuthology.orchestra.run.vm06.stdout: python3-cherrypy3 python3-google-auth python3-jaraco.classes 2026-03-31T20:31:01.690 INFO:teuthology.orchestra.run.vm06.stdout: python3-jaraco.collections python3-jaraco.functools python3-jaraco.text 2026-03-31T20:31:01.690 INFO:teuthology.orchestra.run.vm06.stdout: python3-joblib python3-kubernetes python3-natsort python3-portend 2026-03-31T20:31:01.690 INFO:teuthology.orchestra.run.vm06.stdout: python3-prettytable python3-psutil python3-repoze.lru 2026-03-31T20:31:01.690 INFO:teuthology.orchestra.run.vm06.stdout: python3-requests-oauthlib python3-routes python3-rsa python3-simplejson 2026-03-31T20:31:01.690 INFO:teuthology.orchestra.run.vm06.stdout: python3-sklearn python3-sklearn-lib python3-tempora python3-threadpoolctl 2026-03-31T20:31:01.690 INFO:teuthology.orchestra.run.vm06.stdout: python3-wcwidth python3-webob python3-websocket python3-zc.lockfile 2026-03-31T20:31:01.690 INFO:teuthology.orchestra.run.vm06.stdout: sg3-utils sg3-utils-udev smartmontools socat xmlstarlet 2026-03-31T20:31:01.690 INFO:teuthology.orchestra.run.vm06.stdout:Use 'sudo apt autoremove' to remove them. 2026-03-31T20:31:01.699 INFO:teuthology.orchestra.run.vm06.stdout:The following packages will be REMOVED: 2026-03-31T20:31:01.700 INFO:teuthology.orchestra.run.vm06.stdout: ceph-base* ceph-common* ceph-mon* ceph-osd* ceph-test* ceph-volume* radosgw* 2026-03-31T20:31:01.795 INFO:teuthology.orchestra.run.vm05.stdout:0 upgraded, 0 newly installed, 7 to remove and 50 not upgraded. 2026-03-31T20:31:01.796 INFO:teuthology.orchestra.run.vm05.stdout:After this operation, 732 MB disk space will be freed. 2026-03-31T20:31:01.796 INFO:teuthology.orchestra.run.vm01.stdout:0 upgraded, 0 newly installed, 7 to remove and 50 not upgraded. 2026-03-31T20:31:01.796 INFO:teuthology.orchestra.run.vm01.stdout:After this operation, 732 MB disk space will be freed. 2026-03-31T20:31:01.832 INFO:teuthology.orchestra.run.vm05.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 ... 124271 files and directories currently installed.) 2026-03-31T20:31:01.833 INFO:teuthology.orchestra.run.vm01.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 ... 124271 files and directories currently installed.) 2026-03-31T20:31:01.835 INFO:teuthology.orchestra.run.vm05.stdout:Removing ceph-volume (20.2.0-721-g5bb32787-1jammy) ... 2026-03-31T20:31:01.835 INFO:teuthology.orchestra.run.vm01.stdout:Removing ceph-volume (20.2.0-721-g5bb32787-1jammy) ... 2026-03-31T20:31:01.861 INFO:teuthology.orchestra.run.vm06.stdout:0 upgraded, 0 newly installed, 7 to remove and 50 not upgraded. 2026-03-31T20:31:01.861 INFO:teuthology.orchestra.run.vm06.stdout:After this operation, 732 MB disk space will be freed. 2026-03-31T20:31:01.891 INFO:teuthology.orchestra.run.vm05.stdout:Removing ceph-osd (20.2.0-721-g5bb32787-1jammy) ... 2026-03-31T20:31:01.892 INFO:teuthology.orchestra.run.vm01.stdout:Removing ceph-osd (20.2.0-721-g5bb32787-1jammy) ... 2026-03-31T20:31:01.898 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 ... 124271 files and directories currently installed.) 2026-03-31T20:31:01.900 INFO:teuthology.orchestra.run.vm06.stdout:Removing ceph-volume (20.2.0-721-g5bb32787-1jammy) ... 2026-03-31T20:31:01.955 INFO:teuthology.orchestra.run.vm06.stdout:Removing ceph-osd (20.2.0-721-g5bb32787-1jammy) ... 2026-03-31T20:31:02.298 INFO:teuthology.orchestra.run.vm05.stdout:Removing ceph-mon (20.2.0-721-g5bb32787-1jammy) ... 2026-03-31T20:31:02.307 INFO:teuthology.orchestra.run.vm01.stdout:Removing ceph-mon (20.2.0-721-g5bb32787-1jammy) ... 2026-03-31T20:31:02.356 INFO:teuthology.orchestra.run.vm06.stdout:Removing ceph-mon (20.2.0-721-g5bb32787-1jammy) ... 2026-03-31T20:31:02.662 INFO:teuthology.orchestra.run.vm05.stdout:Removing ceph-base (20.2.0-721-g5bb32787-1jammy) ... 2026-03-31T20:31:02.681 INFO:teuthology.orchestra.run.vm01.stdout:Removing ceph-base (20.2.0-721-g5bb32787-1jammy) ... 2026-03-31T20:31:02.752 INFO:teuthology.orchestra.run.vm06.stdout:Removing ceph-base (20.2.0-721-g5bb32787-1jammy) ... 2026-03-31T20:31:03.083 INFO:teuthology.orchestra.run.vm05.stdout:Removing radosgw (20.2.0-721-g5bb32787-1jammy) ... 2026-03-31T20:31:03.126 INFO:teuthology.orchestra.run.vm01.stdout:Removing radosgw (20.2.0-721-g5bb32787-1jammy) ... 2026-03-31T20:31:03.183 INFO:teuthology.orchestra.run.vm06.stdout:Removing radosgw (20.2.0-721-g5bb32787-1jammy) ... 2026-03-31T20:31:03.526 INFO:teuthology.orchestra.run.vm05.stdout:Removing ceph-test (20.2.0-721-g5bb32787-1jammy) ... 2026-03-31T20:31:03.534 INFO:teuthology.orchestra.run.vm01.stdout:Removing ceph-test (20.2.0-721-g5bb32787-1jammy) ... 2026-03-31T20:31:03.583 INFO:teuthology.orchestra.run.vm05.stdout:Removing ceph-common (20.2.0-721-g5bb32787-1jammy) ... 2026-03-31T20:31:03.588 INFO:teuthology.orchestra.run.vm06.stdout:Removing ceph-test (20.2.0-721-g5bb32787-1jammy) ... 2026-03-31T20:31:03.589 INFO:teuthology.orchestra.run.vm01.stdout:Removing ceph-common (20.2.0-721-g5bb32787-1jammy) ... 2026-03-31T20:31:03.650 INFO:teuthology.orchestra.run.vm06.stdout:Removing ceph-common (20.2.0-721-g5bb32787-1jammy) ... 2026-03-31T20:31:03.983 INFO:teuthology.orchestra.run.vm05.stdout:Processing triggers for man-db (2.10.2-1) ... 2026-03-31T20:31:03.997 INFO:teuthology.orchestra.run.vm01.stdout:Processing triggers for man-db (2.10.2-1) ... 2026-03-31T20:31:04.020 INFO:teuthology.orchestra.run.vm05.stdout:Processing triggers for libc-bin (2.35-0ubuntu3.13) ... 2026-03-31T20:31:04.030 INFO:teuthology.orchestra.run.vm01.stdout:Processing triggers for libc-bin (2.35-0ubuntu3.13) ... 2026-03-31T20:31:04.085 INFO:teuthology.orchestra.run.vm06.stdout:Processing triggers for man-db (2.10.2-1) ... 2026-03-31T20:31:04.087 INFO:teuthology.orchestra.run.vm05.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 ... 123776 files and directories currently installed.) 2026-03-31T20:31:04.089 INFO:teuthology.orchestra.run.vm05.stdout:Purging configuration files for radosgw (20.2.0-721-g5bb32787-1jammy) ... 2026-03-31T20:31:04.100 INFO:teuthology.orchestra.run.vm01.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 ... 123776 files and directories currently installed.) 2026-03-31T20:31:04.102 INFO:teuthology.orchestra.run.vm01.stdout:Purging configuration files for radosgw (20.2.0-721-g5bb32787-1jammy) ... 2026-03-31T20:31:04.116 INFO:teuthology.orchestra.run.vm06.stdout:Processing triggers for libc-bin (2.35-0ubuntu3.13) ... 2026-03-31T20:31:04.184 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 ... 123776 files and directories currently installed.) 2026-03-31T20:31:04.187 INFO:teuthology.orchestra.run.vm06.stdout:Purging configuration files for radosgw (20.2.0-721-g5bb32787-1jammy) ... 2026-03-31T20:31:04.638 INFO:teuthology.orchestra.run.vm05.stdout:Purging configuration files for ceph-mon (20.2.0-721-g5bb32787-1jammy) ... 2026-03-31T20:31:04.683 INFO:teuthology.orchestra.run.vm01.stdout:Purging configuration files for ceph-mon (20.2.0-721-g5bb32787-1jammy) ... 2026-03-31T20:31:04.794 INFO:teuthology.orchestra.run.vm06.stdout:Purging configuration files for ceph-mon (20.2.0-721-g5bb32787-1jammy) ... 2026-03-31T20:31:05.020 INFO:teuthology.orchestra.run.vm05.stdout:Purging configuration files for ceph-base (20.2.0-721-g5bb32787-1jammy) ... 2026-03-31T20:31:05.061 INFO:teuthology.orchestra.run.vm01.stdout:Purging configuration files for ceph-base (20.2.0-721-g5bb32787-1jammy) ... 2026-03-31T20:31:05.216 INFO:teuthology.orchestra.run.vm06.stdout:Purging configuration files for ceph-base (20.2.0-721-g5bb32787-1jammy) ... 2026-03-31T20:31:05.430 INFO:teuthology.orchestra.run.vm05.stdout:Purging configuration files for ceph-common (20.2.0-721-g5bb32787-1jammy) ... 2026-03-31T20:31:05.436 INFO:teuthology.orchestra.run.vm01.stdout:Purging configuration files for ceph-common (20.2.0-721-g5bb32787-1jammy) ... 2026-03-31T20:31:05.652 INFO:teuthology.orchestra.run.vm06.stdout:Purging configuration files for ceph-common (20.2.0-721-g5bb32787-1jammy) ... 2026-03-31T20:31:05.827 INFO:teuthology.orchestra.run.vm01.stdout:Purging configuration files for ceph-osd (20.2.0-721-g5bb32787-1jammy) ... 2026-03-31T20:31:05.833 INFO:teuthology.orchestra.run.vm05.stdout:Purging configuration files for ceph-osd (20.2.0-721-g5bb32787-1jammy) ... 2026-03-31T20:31:06.072 INFO:teuthology.orchestra.run.vm06.stdout:Purging configuration files for ceph-osd (20.2.0-721-g5bb32787-1jammy) ... 2026-03-31T20:31:07.284 INFO:teuthology.orchestra.run.vm01.stderr:W: --force-yes is deprecated, use one of the options starting with --allow instead. 2026-03-31T20:31:07.318 INFO:teuthology.orchestra.run.vm01.stdout:Reading package lists... 2026-03-31T20:31:07.330 INFO:teuthology.orchestra.run.vm05.stderr:W: --force-yes is deprecated, use one of the options starting with --allow instead. 2026-03-31T20:31:07.365 INFO:teuthology.orchestra.run.vm05.stdout:Reading package lists... 2026-03-31T20:31:07.485 INFO:teuthology.orchestra.run.vm01.stdout:Building dependency tree... 2026-03-31T20:31:07.486 INFO:teuthology.orchestra.run.vm01.stdout:Reading state information... 2026-03-31T20:31:07.509 INFO:teuthology.orchestra.run.vm06.stderr:W: --force-yes is deprecated, use one of the options starting with --allow instead. 2026-03-31T20:31:07.533 INFO:teuthology.orchestra.run.vm05.stdout:Building dependency tree... 2026-03-31T20:31:07.533 INFO:teuthology.orchestra.run.vm05.stdout:Reading state information... 2026-03-31T20:31:07.545 INFO:teuthology.orchestra.run.vm06.stdout:Reading package lists... 2026-03-31T20:31:07.611 INFO:teuthology.orchestra.run.vm01.stdout:The following packages were automatically installed and are no longer required: 2026-03-31T20:31:07.611 INFO:teuthology.orchestra.run.vm01.stdout: ceph-mgr-modules-core jq kpartx libboost-iostreams1.74.0 2026-03-31T20:31:07.611 INFO:teuthology.orchestra.run.vm01.stdout: libboost-thread1.74.0 libjq1 liboath0 libonig5 libpmemobj1 libradosstriper1 2026-03-31T20:31:07.611 INFO:teuthology.orchestra.run.vm01.stdout: libsgutils2-2 libsqlite3-mod-ceph nvme-cli python-asyncssh-doc 2026-03-31T20:31:07.611 INFO:teuthology.orchestra.run.vm01.stdout: python3-asyncssh python3-cachetools python3-ceph-common python3-cheroot 2026-03-31T20:31:07.611 INFO:teuthology.orchestra.run.vm01.stdout: python3-cherrypy3 python3-google-auth python3-jaraco.classes 2026-03-31T20:31:07.611 INFO:teuthology.orchestra.run.vm01.stdout: python3-jaraco.collections python3-jaraco.functools python3-jaraco.text 2026-03-31T20:31:07.611 INFO:teuthology.orchestra.run.vm01.stdout: python3-joblib python3-kubernetes python3-natsort python3-portend 2026-03-31T20:31:07.611 INFO:teuthology.orchestra.run.vm01.stdout: python3-prettytable python3-psutil python3-repoze.lru 2026-03-31T20:31:07.611 INFO:teuthology.orchestra.run.vm01.stdout: python3-requests-oauthlib python3-routes python3-rsa python3-simplejson 2026-03-31T20:31:07.611 INFO:teuthology.orchestra.run.vm01.stdout: python3-sklearn python3-sklearn-lib python3-tempora python3-threadpoolctl 2026-03-31T20:31:07.611 INFO:teuthology.orchestra.run.vm01.stdout: python3-wcwidth python3-webob python3-websocket python3-zc.lockfile 2026-03-31T20:31:07.611 INFO:teuthology.orchestra.run.vm01.stdout: sg3-utils sg3-utils-udev smartmontools socat xmlstarlet 2026-03-31T20:31:07.611 INFO:teuthology.orchestra.run.vm01.stdout:Use 'sudo apt autoremove' to remove them. 2026-03-31T20:31:07.621 INFO:teuthology.orchestra.run.vm01.stdout:The following packages will be REMOVED: 2026-03-31T20:31:07.622 INFO:teuthology.orchestra.run.vm01.stdout: ceph-fuse* 2026-03-31T20:31:07.664 INFO:teuthology.orchestra.run.vm05.stdout:The following packages were automatically installed and are no longer required: 2026-03-31T20:31:07.664 INFO:teuthology.orchestra.run.vm05.stdout: ceph-mgr-modules-core jq kpartx libboost-iostreams1.74.0 2026-03-31T20:31:07.664 INFO:teuthology.orchestra.run.vm05.stdout: libboost-thread1.74.0 libjq1 liboath0 libonig5 libpmemobj1 libradosstriper1 2026-03-31T20:31:07.665 INFO:teuthology.orchestra.run.vm05.stdout: libsgutils2-2 libsqlite3-mod-ceph nvme-cli python-asyncssh-doc 2026-03-31T20:31:07.665 INFO:teuthology.orchestra.run.vm05.stdout: python3-asyncssh python3-cachetools python3-ceph-common python3-cheroot 2026-03-31T20:31:07.665 INFO:teuthology.orchestra.run.vm05.stdout: python3-cherrypy3 python3-google-auth python3-jaraco.classes 2026-03-31T20:31:07.665 INFO:teuthology.orchestra.run.vm05.stdout: python3-jaraco.collections python3-jaraco.functools python3-jaraco.text 2026-03-31T20:31:07.665 INFO:teuthology.orchestra.run.vm05.stdout: python3-joblib python3-kubernetes python3-natsort python3-portend 2026-03-31T20:31:07.665 INFO:teuthology.orchestra.run.vm05.stdout: python3-prettytable python3-psutil python3-repoze.lru 2026-03-31T20:31:07.665 INFO:teuthology.orchestra.run.vm05.stdout: python3-requests-oauthlib python3-routes python3-rsa python3-simplejson 2026-03-31T20:31:07.665 INFO:teuthology.orchestra.run.vm05.stdout: python3-sklearn python3-sklearn-lib python3-tempora python3-threadpoolctl 2026-03-31T20:31:07.665 INFO:teuthology.orchestra.run.vm05.stdout: python3-wcwidth python3-webob python3-websocket python3-zc.lockfile 2026-03-31T20:31:07.665 INFO:teuthology.orchestra.run.vm05.stdout: sg3-utils sg3-utils-udev smartmontools socat xmlstarlet 2026-03-31T20:31:07.665 INFO:teuthology.orchestra.run.vm05.stdout:Use 'sudo apt autoremove' to remove them. 2026-03-31T20:31:07.673 INFO:teuthology.orchestra.run.vm05.stdout:The following packages will be REMOVED: 2026-03-31T20:31:07.674 INFO:teuthology.orchestra.run.vm05.stdout: ceph-fuse* 2026-03-31T20:31:07.730 INFO:teuthology.orchestra.run.vm06.stdout:Building dependency tree... 2026-03-31T20:31:07.731 INFO:teuthology.orchestra.run.vm06.stdout:Reading state information... 2026-03-31T20:31:07.782 INFO:teuthology.orchestra.run.vm01.stdout:0 upgraded, 0 newly installed, 1 to remove and 50 not upgraded. 2026-03-31T20:31:07.782 INFO:teuthology.orchestra.run.vm01.stdout:After this operation, 2932 kB disk space will be freed. 2026-03-31T20:31:07.823 INFO:teuthology.orchestra.run.vm01.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 ... 123764 files and directories currently installed.) 2026-03-31T20:31:07.825 INFO:teuthology.orchestra.run.vm01.stdout:Removing ceph-fuse (20.2.0-721-g5bb32787-1jammy) ... 2026-03-31T20:31:07.832 INFO:teuthology.orchestra.run.vm05.stdout:0 upgraded, 0 newly installed, 1 to remove and 50 not upgraded. 2026-03-31T20:31:07.832 INFO:teuthology.orchestra.run.vm05.stdout:After this operation, 2932 kB disk space will be freed. 2026-03-31T20:31:07.859 INFO:teuthology.orchestra.run.vm06.stdout:The following packages were automatically installed and are no longer required: 2026-03-31T20:31:07.859 INFO:teuthology.orchestra.run.vm06.stdout: ceph-mgr-modules-core jq kpartx libboost-iostreams1.74.0 2026-03-31T20:31:07.859 INFO:teuthology.orchestra.run.vm06.stdout: libboost-thread1.74.0 libjq1 liboath0 libonig5 libpmemobj1 libradosstriper1 2026-03-31T20:31:07.859 INFO:teuthology.orchestra.run.vm06.stdout: libsgutils2-2 libsqlite3-mod-ceph nvme-cli python-asyncssh-doc 2026-03-31T20:31:07.859 INFO:teuthology.orchestra.run.vm06.stdout: python3-asyncssh python3-cachetools python3-ceph-common python3-cheroot 2026-03-31T20:31:07.859 INFO:teuthology.orchestra.run.vm06.stdout: python3-cherrypy3 python3-google-auth python3-jaraco.classes 2026-03-31T20:31:07.859 INFO:teuthology.orchestra.run.vm06.stdout: python3-jaraco.collections python3-jaraco.functools python3-jaraco.text 2026-03-31T20:31:07.859 INFO:teuthology.orchestra.run.vm06.stdout: python3-joblib python3-kubernetes python3-natsort python3-portend 2026-03-31T20:31:07.859 INFO:teuthology.orchestra.run.vm06.stdout: python3-prettytable python3-psutil python3-repoze.lru 2026-03-31T20:31:07.859 INFO:teuthology.orchestra.run.vm06.stdout: python3-requests-oauthlib python3-routes python3-rsa python3-simplejson 2026-03-31T20:31:07.859 INFO:teuthology.orchestra.run.vm06.stdout: python3-sklearn python3-sklearn-lib python3-tempora python3-threadpoolctl 2026-03-31T20:31:07.859 INFO:teuthology.orchestra.run.vm06.stdout: python3-wcwidth python3-webob python3-websocket python3-zc.lockfile 2026-03-31T20:31:07.859 INFO:teuthology.orchestra.run.vm06.stdout: sg3-utils sg3-utils-udev smartmontools socat xmlstarlet 2026-03-31T20:31:07.859 INFO:teuthology.orchestra.run.vm06.stdout:Use 'sudo apt autoremove' to remove them. 2026-03-31T20:31:07.870 INFO:teuthology.orchestra.run.vm06.stdout:The following packages will be REMOVED: 2026-03-31T20:31:07.871 INFO:teuthology.orchestra.run.vm06.stdout: ceph-fuse* 2026-03-31T20:31:07.875 INFO:teuthology.orchestra.run.vm05.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 ... 123764 files and directories currently installed.) 2026-03-31T20:31:07.877 INFO:teuthology.orchestra.run.vm05.stdout:Removing ceph-fuse (20.2.0-721-g5bb32787-1jammy) ... 2026-03-31T20:31:08.026 INFO:teuthology.orchestra.run.vm06.stdout:0 upgraded, 0 newly installed, 1 to remove and 50 not upgraded. 2026-03-31T20:31:08.026 INFO:teuthology.orchestra.run.vm06.stdout:After this operation, 2932 kB disk space will be freed. 2026-03-31T20:31:08.061 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 ... 123764 files and directories currently installed.) 2026-03-31T20:31:08.062 INFO:teuthology.orchestra.run.vm06.stdout:Removing ceph-fuse (20.2.0-721-g5bb32787-1jammy) ... 2026-03-31T20:31:08.205 INFO:teuthology.orchestra.run.vm01.stdout:Processing triggers for man-db (2.10.2-1) ... 2026-03-31T20:31:08.282 INFO:teuthology.orchestra.run.vm05.stdout:Processing triggers for man-db (2.10.2-1) ... 2026-03-31T20:31:08.290 INFO:teuthology.orchestra.run.vm01.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 ... 123755 files and directories currently installed.) 2026-03-31T20:31:08.292 INFO:teuthology.orchestra.run.vm01.stdout:Purging configuration files for ceph-fuse (20.2.0-721-g5bb32787-1jammy) ... 2026-03-31T20:31:08.376 INFO:teuthology.orchestra.run.vm05.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 ... 123755 files and directories currently installed.) 2026-03-31T20:31:08.377 INFO:teuthology.orchestra.run.vm05.stdout:Purging configuration files for ceph-fuse (20.2.0-721-g5bb32787-1jammy) ... 2026-03-31T20:31:08.455 INFO:teuthology.orchestra.run.vm06.stdout:Processing triggers for man-db (2.10.2-1) ... 2026-03-31T20:31:08.548 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 ... 123755 files and directories currently installed.) 2026-03-31T20:31:08.549 INFO:teuthology.orchestra.run.vm06.stdout:Purging configuration files for ceph-fuse (20.2.0-721-g5bb32787-1jammy) ... 2026-03-31T20:31:09.723 INFO:teuthology.orchestra.run.vm01.stderr:W: --force-yes is deprecated, use one of the options starting with --allow instead. 2026-03-31T20:31:09.756 INFO:teuthology.orchestra.run.vm01.stdout:Reading package lists... 2026-03-31T20:31:09.833 INFO:teuthology.orchestra.run.vm05.stderr:W: --force-yes is deprecated, use one of the options starting with --allow instead. 2026-03-31T20:31:09.867 INFO:teuthology.orchestra.run.vm05.stdout:Reading package lists... 2026-03-31T20:31:09.922 INFO:teuthology.orchestra.run.vm01.stdout:Building dependency tree... 2026-03-31T20:31:09.922 INFO:teuthology.orchestra.run.vm01.stdout:Reading state information... 2026-03-31T20:31:09.984 INFO:teuthology.orchestra.run.vm06.stderr:W: --force-yes is deprecated, use one of the options starting with --allow instead. 2026-03-31T20:31:10.019 INFO:teuthology.orchestra.run.vm06.stdout:Reading package lists... 2026-03-31T20:31:10.032 INFO:teuthology.orchestra.run.vm01.stdout:Package 'ceph-test' is not installed, so not removed 2026-03-31T20:31:10.032 INFO:teuthology.orchestra.run.vm01.stdout:The following packages were automatically installed and are no longer required: 2026-03-31T20:31:10.032 INFO:teuthology.orchestra.run.vm01.stdout: ceph-mgr-modules-core jq kpartx libboost-iostreams1.74.0 2026-03-31T20:31:10.032 INFO:teuthology.orchestra.run.vm01.stdout: libboost-thread1.74.0 libjq1 liboath0 libonig5 libpmemobj1 libradosstriper1 2026-03-31T20:31:10.032 INFO:teuthology.orchestra.run.vm01.stdout: libsgutils2-2 libsqlite3-mod-ceph nvme-cli python-asyncssh-doc 2026-03-31T20:31:10.032 INFO:teuthology.orchestra.run.vm01.stdout: python3-asyncssh python3-cachetools python3-ceph-common python3-cheroot 2026-03-31T20:31:10.033 INFO:teuthology.orchestra.run.vm01.stdout: python3-cherrypy3 python3-google-auth python3-jaraco.classes 2026-03-31T20:31:10.033 INFO:teuthology.orchestra.run.vm01.stdout: python3-jaraco.collections python3-jaraco.functools python3-jaraco.text 2026-03-31T20:31:10.033 INFO:teuthology.orchestra.run.vm01.stdout: python3-joblib python3-kubernetes python3-natsort python3-portend 2026-03-31T20:31:10.033 INFO:teuthology.orchestra.run.vm01.stdout: python3-prettytable python3-psutil python3-repoze.lru 2026-03-31T20:31:10.033 INFO:teuthology.orchestra.run.vm01.stdout: python3-requests-oauthlib python3-routes python3-rsa python3-simplejson 2026-03-31T20:31:10.033 INFO:teuthology.orchestra.run.vm01.stdout: python3-sklearn python3-sklearn-lib python3-tempora python3-threadpoolctl 2026-03-31T20:31:10.033 INFO:teuthology.orchestra.run.vm01.stdout: python3-wcwidth python3-webob python3-websocket python3-zc.lockfile 2026-03-31T20:31:10.033 INFO:teuthology.orchestra.run.vm01.stdout: sg3-utils sg3-utils-udev smartmontools socat xmlstarlet 2026-03-31T20:31:10.033 INFO:teuthology.orchestra.run.vm01.stdout:Use 'sudo apt autoremove' to remove them. 2026-03-31T20:31:10.049 INFO:teuthology.orchestra.run.vm01.stdout:0 upgraded, 0 newly installed, 0 to remove and 50 not upgraded. 2026-03-31T20:31:10.049 INFO:teuthology.orchestra.run.vm01.stderr:W: --force-yes is deprecated, use one of the options starting with --allow instead. 2026-03-31T20:31:10.053 INFO:teuthology.orchestra.run.vm05.stdout:Building dependency tree... 2026-03-31T20:31:10.053 INFO:teuthology.orchestra.run.vm05.stdout:Reading state information... 2026-03-31T20:31:10.084 INFO:teuthology.orchestra.run.vm01.stdout:Reading package lists... 2026-03-31T20:31:10.169 INFO:teuthology.orchestra.run.vm05.stdout:Package 'ceph-test' is not installed, so not removed 2026-03-31T20:31:10.169 INFO:teuthology.orchestra.run.vm05.stdout:The following packages were automatically installed and are no longer required: 2026-03-31T20:31:10.169 INFO:teuthology.orchestra.run.vm05.stdout: ceph-mgr-modules-core jq kpartx libboost-iostreams1.74.0 2026-03-31T20:31:10.169 INFO:teuthology.orchestra.run.vm05.stdout: libboost-thread1.74.0 libjq1 liboath0 libonig5 libpmemobj1 libradosstriper1 2026-03-31T20:31:10.169 INFO:teuthology.orchestra.run.vm05.stdout: libsgutils2-2 libsqlite3-mod-ceph nvme-cli python-asyncssh-doc 2026-03-31T20:31:10.169 INFO:teuthology.orchestra.run.vm05.stdout: python3-asyncssh python3-cachetools python3-ceph-common python3-cheroot 2026-03-31T20:31:10.169 INFO:teuthology.orchestra.run.vm05.stdout: python3-cherrypy3 python3-google-auth python3-jaraco.classes 2026-03-31T20:31:10.169 INFO:teuthology.orchestra.run.vm05.stdout: python3-jaraco.collections python3-jaraco.functools python3-jaraco.text 2026-03-31T20:31:10.169 INFO:teuthology.orchestra.run.vm05.stdout: python3-joblib python3-kubernetes python3-natsort python3-portend 2026-03-31T20:31:10.169 INFO:teuthology.orchestra.run.vm05.stdout: python3-prettytable python3-psutil python3-repoze.lru 2026-03-31T20:31:10.169 INFO:teuthology.orchestra.run.vm05.stdout: python3-requests-oauthlib python3-routes python3-rsa python3-simplejson 2026-03-31T20:31:10.169 INFO:teuthology.orchestra.run.vm05.stdout: python3-sklearn python3-sklearn-lib python3-tempora python3-threadpoolctl 2026-03-31T20:31:10.170 INFO:teuthology.orchestra.run.vm05.stdout: python3-wcwidth python3-webob python3-websocket python3-zc.lockfile 2026-03-31T20:31:10.170 INFO:teuthology.orchestra.run.vm05.stdout: sg3-utils sg3-utils-udev smartmontools socat xmlstarlet 2026-03-31T20:31:10.170 INFO:teuthology.orchestra.run.vm05.stdout:Use 'sudo apt autoremove' to remove them. 2026-03-31T20:31:10.186 INFO:teuthology.orchestra.run.vm05.stdout:0 upgraded, 0 newly installed, 0 to remove and 50 not upgraded. 2026-03-31T20:31:10.186 INFO:teuthology.orchestra.run.vm05.stderr:W: --force-yes is deprecated, use one of the options starting with --allow instead. 2026-03-31T20:31:10.203 INFO:teuthology.orchestra.run.vm06.stdout:Building dependency tree... 2026-03-31T20:31:10.204 INFO:teuthology.orchestra.run.vm06.stdout:Reading state information... 2026-03-31T20:31:10.220 INFO:teuthology.orchestra.run.vm05.stdout:Reading package lists... 2026-03-31T20:31:10.270 INFO:teuthology.orchestra.run.vm01.stdout:Building dependency tree... 2026-03-31T20:31:10.271 INFO:teuthology.orchestra.run.vm01.stdout:Reading state information... 2026-03-31T20:31:10.349 INFO:teuthology.orchestra.run.vm06.stdout:Package 'ceph-test' is not installed, so not removed 2026-03-31T20:31:10.349 INFO:teuthology.orchestra.run.vm06.stdout:The following packages were automatically installed and are no longer required: 2026-03-31T20:31:10.349 INFO:teuthology.orchestra.run.vm06.stdout: ceph-mgr-modules-core jq kpartx libboost-iostreams1.74.0 2026-03-31T20:31:10.349 INFO:teuthology.orchestra.run.vm06.stdout: libboost-thread1.74.0 libjq1 liboath0 libonig5 libpmemobj1 libradosstriper1 2026-03-31T20:31:10.350 INFO:teuthology.orchestra.run.vm06.stdout: libsgutils2-2 libsqlite3-mod-ceph nvme-cli python-asyncssh-doc 2026-03-31T20:31:10.350 INFO:teuthology.orchestra.run.vm06.stdout: python3-asyncssh python3-cachetools python3-ceph-common python3-cheroot 2026-03-31T20:31:10.350 INFO:teuthology.orchestra.run.vm06.stdout: python3-cherrypy3 python3-google-auth python3-jaraco.classes 2026-03-31T20:31:10.350 INFO:teuthology.orchestra.run.vm06.stdout: python3-jaraco.collections python3-jaraco.functools python3-jaraco.text 2026-03-31T20:31:10.350 INFO:teuthology.orchestra.run.vm06.stdout: python3-joblib python3-kubernetes python3-natsort python3-portend 2026-03-31T20:31:10.350 INFO:teuthology.orchestra.run.vm06.stdout: python3-prettytable python3-psutil python3-repoze.lru 2026-03-31T20:31:10.350 INFO:teuthology.orchestra.run.vm06.stdout: python3-requests-oauthlib python3-routes python3-rsa python3-simplejson 2026-03-31T20:31:10.350 INFO:teuthology.orchestra.run.vm06.stdout: python3-sklearn python3-sklearn-lib python3-tempora python3-threadpoolctl 2026-03-31T20:31:10.350 INFO:teuthology.orchestra.run.vm06.stdout: python3-wcwidth python3-webob python3-websocket python3-zc.lockfile 2026-03-31T20:31:10.350 INFO:teuthology.orchestra.run.vm06.stdout: sg3-utils sg3-utils-udev smartmontools socat xmlstarlet 2026-03-31T20:31:10.350 INFO:teuthology.orchestra.run.vm06.stdout:Use 'sudo apt autoremove' to remove them. 2026-03-31T20:31:10.369 INFO:teuthology.orchestra.run.vm06.stdout:0 upgraded, 0 newly installed, 0 to remove and 50 not upgraded. 2026-03-31T20:31:10.370 INFO:teuthology.orchestra.run.vm06.stderr:W: --force-yes is deprecated, use one of the options starting with --allow instead. 2026-03-31T20:31:10.403 INFO:teuthology.orchestra.run.vm06.stdout:Reading package lists... 2026-03-31T20:31:10.419 INFO:teuthology.orchestra.run.vm05.stdout:Building dependency tree... 2026-03-31T20:31:10.420 INFO:teuthology.orchestra.run.vm05.stdout:Reading state information... 2026-03-31T20:31:10.425 INFO:teuthology.orchestra.run.vm01.stdout:Package 'ceph-volume' is not installed, so not removed 2026-03-31T20:31:10.425 INFO:teuthology.orchestra.run.vm01.stdout:The following packages were automatically installed and are no longer required: 2026-03-31T20:31:10.425 INFO:teuthology.orchestra.run.vm01.stdout: ceph-mgr-modules-core jq kpartx libboost-iostreams1.74.0 2026-03-31T20:31:10.425 INFO:teuthology.orchestra.run.vm01.stdout: libboost-thread1.74.0 libjq1 liboath0 libonig5 libpmemobj1 libradosstriper1 2026-03-31T20:31:10.426 INFO:teuthology.orchestra.run.vm01.stdout: libsgutils2-2 libsqlite3-mod-ceph nvme-cli python-asyncssh-doc 2026-03-31T20:31:10.426 INFO:teuthology.orchestra.run.vm01.stdout: python3-asyncssh python3-cachetools python3-ceph-common python3-cheroot 2026-03-31T20:31:10.426 INFO:teuthology.orchestra.run.vm01.stdout: python3-cherrypy3 python3-google-auth python3-jaraco.classes 2026-03-31T20:31:10.426 INFO:teuthology.orchestra.run.vm01.stdout: python3-jaraco.collections python3-jaraco.functools python3-jaraco.text 2026-03-31T20:31:10.426 INFO:teuthology.orchestra.run.vm01.stdout: python3-joblib python3-kubernetes python3-natsort python3-portend 2026-03-31T20:31:10.426 INFO:teuthology.orchestra.run.vm01.stdout: python3-prettytable python3-psutil python3-repoze.lru 2026-03-31T20:31:10.426 INFO:teuthology.orchestra.run.vm01.stdout: python3-requests-oauthlib python3-routes python3-rsa python3-simplejson 2026-03-31T20:31:10.426 INFO:teuthology.orchestra.run.vm01.stdout: python3-sklearn python3-sklearn-lib python3-tempora python3-threadpoolctl 2026-03-31T20:31:10.426 INFO:teuthology.orchestra.run.vm01.stdout: python3-wcwidth python3-webob python3-websocket python3-zc.lockfile 2026-03-31T20:31:10.426 INFO:teuthology.orchestra.run.vm01.stdout: sg3-utils sg3-utils-udev smartmontools socat xmlstarlet 2026-03-31T20:31:10.426 INFO:teuthology.orchestra.run.vm01.stdout:Use 'sudo apt autoremove' to remove them. 2026-03-31T20:31:10.446 INFO:teuthology.orchestra.run.vm01.stdout:0 upgraded, 0 newly installed, 0 to remove and 50 not upgraded. 2026-03-31T20:31:10.446 INFO:teuthology.orchestra.run.vm01.stderr:W: --force-yes is deprecated, use one of the options starting with --allow instead. 2026-03-31T20:31:10.478 INFO:teuthology.orchestra.run.vm01.stdout:Reading package lists... 2026-03-31T20:31:10.548 INFO:teuthology.orchestra.run.vm05.stdout:Package 'ceph-volume' is not installed, so not removed 2026-03-31T20:31:10.548 INFO:teuthology.orchestra.run.vm05.stdout:The following packages were automatically installed and are no longer required: 2026-03-31T20:31:10.548 INFO:teuthology.orchestra.run.vm05.stdout: ceph-mgr-modules-core jq kpartx libboost-iostreams1.74.0 2026-03-31T20:31:10.548 INFO:teuthology.orchestra.run.vm05.stdout: libboost-thread1.74.0 libjq1 liboath0 libonig5 libpmemobj1 libradosstriper1 2026-03-31T20:31:10.549 INFO:teuthology.orchestra.run.vm05.stdout: libsgutils2-2 libsqlite3-mod-ceph nvme-cli python-asyncssh-doc 2026-03-31T20:31:10.549 INFO:teuthology.orchestra.run.vm05.stdout: python3-asyncssh python3-cachetools python3-ceph-common python3-cheroot 2026-03-31T20:31:10.549 INFO:teuthology.orchestra.run.vm05.stdout: python3-cherrypy3 python3-google-auth python3-jaraco.classes 2026-03-31T20:31:10.549 INFO:teuthology.orchestra.run.vm05.stdout: python3-jaraco.collections python3-jaraco.functools python3-jaraco.text 2026-03-31T20:31:10.549 INFO:teuthology.orchestra.run.vm05.stdout: python3-joblib python3-kubernetes python3-natsort python3-portend 2026-03-31T20:31:10.549 INFO:teuthology.orchestra.run.vm05.stdout: python3-prettytable python3-psutil python3-repoze.lru 2026-03-31T20:31:10.549 INFO:teuthology.orchestra.run.vm05.stdout: python3-requests-oauthlib python3-routes python3-rsa python3-simplejson 2026-03-31T20:31:10.549 INFO:teuthology.orchestra.run.vm05.stdout: python3-sklearn python3-sklearn-lib python3-tempora python3-threadpoolctl 2026-03-31T20:31:10.549 INFO:teuthology.orchestra.run.vm05.stdout: python3-wcwidth python3-webob python3-websocket python3-zc.lockfile 2026-03-31T20:31:10.549 INFO:teuthology.orchestra.run.vm05.stdout: sg3-utils sg3-utils-udev smartmontools socat xmlstarlet 2026-03-31T20:31:10.549 INFO:teuthology.orchestra.run.vm05.stdout:Use 'sudo apt autoremove' to remove them. 2026-03-31T20:31:10.564 INFO:teuthology.orchestra.run.vm05.stdout:0 upgraded, 0 newly installed, 0 to remove and 50 not upgraded. 2026-03-31T20:31:10.564 INFO:teuthology.orchestra.run.vm05.stderr:W: --force-yes is deprecated, use one of the options starting with --allow instead. 2026-03-31T20:31:10.586 INFO:teuthology.orchestra.run.vm06.stdout:Building dependency tree... 2026-03-31T20:31:10.587 INFO:teuthology.orchestra.run.vm06.stdout:Reading state information... 2026-03-31T20:31:10.596 INFO:teuthology.orchestra.run.vm05.stdout:Reading package lists... 2026-03-31T20:31:10.662 INFO:teuthology.orchestra.run.vm01.stdout:Building dependency tree... 2026-03-31T20:31:10.663 INFO:teuthology.orchestra.run.vm01.stdout:Reading state information... 2026-03-31T20:31:10.703 INFO:teuthology.orchestra.run.vm06.stdout:Package 'ceph-volume' is not installed, so not removed 2026-03-31T20:31:10.703 INFO:teuthology.orchestra.run.vm06.stdout:The following packages were automatically installed and are no longer required: 2026-03-31T20:31:10.703 INFO:teuthology.orchestra.run.vm06.stdout: ceph-mgr-modules-core jq kpartx libboost-iostreams1.74.0 2026-03-31T20:31:10.703 INFO:teuthology.orchestra.run.vm06.stdout: libboost-thread1.74.0 libjq1 liboath0 libonig5 libpmemobj1 libradosstriper1 2026-03-31T20:31:10.704 INFO:teuthology.orchestra.run.vm06.stdout: libsgutils2-2 libsqlite3-mod-ceph nvme-cli python-asyncssh-doc 2026-03-31T20:31:10.704 INFO:teuthology.orchestra.run.vm06.stdout: python3-asyncssh python3-cachetools python3-ceph-common python3-cheroot 2026-03-31T20:31:10.704 INFO:teuthology.orchestra.run.vm06.stdout: python3-cherrypy3 python3-google-auth python3-jaraco.classes 2026-03-31T20:31:10.704 INFO:teuthology.orchestra.run.vm06.stdout: python3-jaraco.collections python3-jaraco.functools python3-jaraco.text 2026-03-31T20:31:10.704 INFO:teuthology.orchestra.run.vm06.stdout: python3-joblib python3-kubernetes python3-natsort python3-portend 2026-03-31T20:31:10.704 INFO:teuthology.orchestra.run.vm06.stdout: python3-prettytable python3-psutil python3-repoze.lru 2026-03-31T20:31:10.704 INFO:teuthology.orchestra.run.vm06.stdout: python3-requests-oauthlib python3-routes python3-rsa python3-simplejson 2026-03-31T20:31:10.704 INFO:teuthology.orchestra.run.vm06.stdout: python3-sklearn python3-sklearn-lib python3-tempora python3-threadpoolctl 2026-03-31T20:31:10.704 INFO:teuthology.orchestra.run.vm06.stdout: python3-wcwidth python3-webob python3-websocket python3-zc.lockfile 2026-03-31T20:31:10.704 INFO:teuthology.orchestra.run.vm06.stdout: sg3-utils sg3-utils-udev smartmontools socat xmlstarlet 2026-03-31T20:31:10.704 INFO:teuthology.orchestra.run.vm06.stdout:Use 'sudo apt autoremove' to remove them. 2026-03-31T20:31:10.723 INFO:teuthology.orchestra.run.vm06.stdout:0 upgraded, 0 newly installed, 0 to remove and 50 not upgraded. 2026-03-31T20:31:10.723 INFO:teuthology.orchestra.run.vm06.stderr:W: --force-yes is deprecated, use one of the options starting with --allow instead. 2026-03-31T20:31:10.755 INFO:teuthology.orchestra.run.vm06.stdout:Reading package lists... 2026-03-31T20:31:10.782 INFO:teuthology.orchestra.run.vm05.stdout:Building dependency tree... 2026-03-31T20:31:10.783 INFO:teuthology.orchestra.run.vm05.stdout:Reading state information... 2026-03-31T20:31:10.788 INFO:teuthology.orchestra.run.vm01.stdout:Package 'radosgw' is not installed, so not removed 2026-03-31T20:31:10.788 INFO:teuthology.orchestra.run.vm01.stdout:The following packages were automatically installed and are no longer required: 2026-03-31T20:31:10.788 INFO:teuthology.orchestra.run.vm01.stdout: ceph-mgr-modules-core jq kpartx libboost-iostreams1.74.0 2026-03-31T20:31:10.788 INFO:teuthology.orchestra.run.vm01.stdout: libboost-thread1.74.0 libjq1 liboath0 libonig5 libpmemobj1 libradosstriper1 2026-03-31T20:31:10.789 INFO:teuthology.orchestra.run.vm01.stdout: libsgutils2-2 libsqlite3-mod-ceph nvme-cli python-asyncssh-doc 2026-03-31T20:31:10.789 INFO:teuthology.orchestra.run.vm01.stdout: python3-asyncssh python3-cachetools python3-ceph-common python3-cheroot 2026-03-31T20:31:10.789 INFO:teuthology.orchestra.run.vm01.stdout: python3-cherrypy3 python3-google-auth python3-jaraco.classes 2026-03-31T20:31:10.789 INFO:teuthology.orchestra.run.vm01.stdout: python3-jaraco.collections python3-jaraco.functools python3-jaraco.text 2026-03-31T20:31:10.789 INFO:teuthology.orchestra.run.vm01.stdout: python3-joblib python3-kubernetes python3-natsort python3-portend 2026-03-31T20:31:10.789 INFO:teuthology.orchestra.run.vm01.stdout: python3-prettytable python3-psutil python3-repoze.lru 2026-03-31T20:31:10.789 INFO:teuthology.orchestra.run.vm01.stdout: python3-requests-oauthlib python3-routes python3-rsa python3-simplejson 2026-03-31T20:31:10.789 INFO:teuthology.orchestra.run.vm01.stdout: python3-sklearn python3-sklearn-lib python3-tempora python3-threadpoolctl 2026-03-31T20:31:10.789 INFO:teuthology.orchestra.run.vm01.stdout: python3-wcwidth python3-webob python3-websocket python3-zc.lockfile 2026-03-31T20:31:10.789 INFO:teuthology.orchestra.run.vm01.stdout: sg3-utils sg3-utils-udev smartmontools socat xmlstarlet 2026-03-31T20:31:10.789 INFO:teuthology.orchestra.run.vm01.stdout:Use 'sudo apt autoremove' to remove them. 2026-03-31T20:31:10.807 INFO:teuthology.orchestra.run.vm01.stdout:0 upgraded, 0 newly installed, 0 to remove and 50 not upgraded. 2026-03-31T20:31:10.807 INFO:teuthology.orchestra.run.vm01.stderr:W: --force-yes is deprecated, use one of the options starting with --allow instead. 2026-03-31T20:31:10.839 INFO:teuthology.orchestra.run.vm01.stdout:Reading package lists... 2026-03-31T20:31:10.907 INFO:teuthology.orchestra.run.vm05.stdout:Package 'radosgw' is not installed, so not removed 2026-03-31T20:31:10.907 INFO:teuthology.orchestra.run.vm05.stdout:The following packages were automatically installed and are no longer required: 2026-03-31T20:31:10.907 INFO:teuthology.orchestra.run.vm05.stdout: ceph-mgr-modules-core jq kpartx libboost-iostreams1.74.0 2026-03-31T20:31:10.907 INFO:teuthology.orchestra.run.vm05.stdout: libboost-thread1.74.0 libjq1 liboath0 libonig5 libpmemobj1 libradosstriper1 2026-03-31T20:31:10.907 INFO:teuthology.orchestra.run.vm05.stdout: libsgutils2-2 libsqlite3-mod-ceph nvme-cli python-asyncssh-doc 2026-03-31T20:31:10.907 INFO:teuthology.orchestra.run.vm05.stdout: python3-asyncssh python3-cachetools python3-ceph-common python3-cheroot 2026-03-31T20:31:10.907 INFO:teuthology.orchestra.run.vm05.stdout: python3-cherrypy3 python3-google-auth python3-jaraco.classes 2026-03-31T20:31:10.907 INFO:teuthology.orchestra.run.vm05.stdout: python3-jaraco.collections python3-jaraco.functools python3-jaraco.text 2026-03-31T20:31:10.907 INFO:teuthology.orchestra.run.vm05.stdout: python3-joblib python3-kubernetes python3-natsort python3-portend 2026-03-31T20:31:10.907 INFO:teuthology.orchestra.run.vm05.stdout: python3-prettytable python3-psutil python3-repoze.lru 2026-03-31T20:31:10.907 INFO:teuthology.orchestra.run.vm05.stdout: python3-requests-oauthlib python3-routes python3-rsa python3-simplejson 2026-03-31T20:31:10.907 INFO:teuthology.orchestra.run.vm05.stdout: python3-sklearn python3-sklearn-lib python3-tempora python3-threadpoolctl 2026-03-31T20:31:10.907 INFO:teuthology.orchestra.run.vm05.stdout: python3-wcwidth python3-webob python3-websocket python3-zc.lockfile 2026-03-31T20:31:10.907 INFO:teuthology.orchestra.run.vm05.stdout: sg3-utils sg3-utils-udev smartmontools socat xmlstarlet 2026-03-31T20:31:10.907 INFO:teuthology.orchestra.run.vm05.stdout:Use 'sudo apt autoremove' to remove them. 2026-03-31T20:31:10.926 INFO:teuthology.orchestra.run.vm05.stdout:0 upgraded, 0 newly installed, 0 to remove and 50 not upgraded. 2026-03-31T20:31:10.926 INFO:teuthology.orchestra.run.vm05.stderr:W: --force-yes is deprecated, use one of the options starting with --allow instead. 2026-03-31T20:31:10.943 INFO:teuthology.orchestra.run.vm06.stdout:Building dependency tree... 2026-03-31T20:31:10.944 INFO:teuthology.orchestra.run.vm06.stdout:Reading state information... 2026-03-31T20:31:10.960 INFO:teuthology.orchestra.run.vm05.stdout:Reading package lists... 2026-03-31T20:31:11.031 INFO:teuthology.orchestra.run.vm01.stdout:Building dependency tree... 2026-03-31T20:31:11.032 INFO:teuthology.orchestra.run.vm01.stdout:Reading state information... 2026-03-31T20:31:11.067 INFO:teuthology.orchestra.run.vm06.stdout:Package 'radosgw' is not installed, so not removed 2026-03-31T20:31:11.067 INFO:teuthology.orchestra.run.vm06.stdout:The following packages were automatically installed and are no longer required: 2026-03-31T20:31:11.067 INFO:teuthology.orchestra.run.vm06.stdout: ceph-mgr-modules-core jq kpartx libboost-iostreams1.74.0 2026-03-31T20:31:11.067 INFO:teuthology.orchestra.run.vm06.stdout: libboost-thread1.74.0 libjq1 liboath0 libonig5 libpmemobj1 libradosstriper1 2026-03-31T20:31:11.068 INFO:teuthology.orchestra.run.vm06.stdout: libsgutils2-2 libsqlite3-mod-ceph nvme-cli python-asyncssh-doc 2026-03-31T20:31:11.068 INFO:teuthology.orchestra.run.vm06.stdout: python3-asyncssh python3-cachetools python3-ceph-common python3-cheroot 2026-03-31T20:31:11.068 INFO:teuthology.orchestra.run.vm06.stdout: python3-cherrypy3 python3-google-auth python3-jaraco.classes 2026-03-31T20:31:11.068 INFO:teuthology.orchestra.run.vm06.stdout: python3-jaraco.collections python3-jaraco.functools python3-jaraco.text 2026-03-31T20:31:11.068 INFO:teuthology.orchestra.run.vm06.stdout: python3-joblib python3-kubernetes python3-natsort python3-portend 2026-03-31T20:31:11.068 INFO:teuthology.orchestra.run.vm06.stdout: python3-prettytable python3-psutil python3-repoze.lru 2026-03-31T20:31:11.068 INFO:teuthology.orchestra.run.vm06.stdout: python3-requests-oauthlib python3-routes python3-rsa python3-simplejson 2026-03-31T20:31:11.068 INFO:teuthology.orchestra.run.vm06.stdout: python3-sklearn python3-sklearn-lib python3-tempora python3-threadpoolctl 2026-03-31T20:31:11.068 INFO:teuthology.orchestra.run.vm06.stdout: python3-wcwidth python3-webob python3-websocket python3-zc.lockfile 2026-03-31T20:31:11.068 INFO:teuthology.orchestra.run.vm06.stdout: sg3-utils sg3-utils-udev smartmontools socat xmlstarlet 2026-03-31T20:31:11.068 INFO:teuthology.orchestra.run.vm06.stdout:Use 'sudo apt autoremove' to remove them. 2026-03-31T20:31:11.087 INFO:teuthology.orchestra.run.vm06.stdout:0 upgraded, 0 newly installed, 0 to remove and 50 not upgraded. 2026-03-31T20:31:11.087 INFO:teuthology.orchestra.run.vm06.stderr:W: --force-yes is deprecated, use one of the options starting with --allow instead. 2026-03-31T20:31:11.121 INFO:teuthology.orchestra.run.vm06.stdout:Reading package lists... 2026-03-31T20:31:11.150 INFO:teuthology.orchestra.run.vm05.stdout:Building dependency tree... 2026-03-31T20:31:11.151 INFO:teuthology.orchestra.run.vm05.stdout:Reading state information... 2026-03-31T20:31:11.165 INFO:teuthology.orchestra.run.vm01.stdout:The following packages were automatically installed and are no longer required: 2026-03-31T20:31:11.165 INFO:teuthology.orchestra.run.vm01.stdout: ceph-mgr-modules-core jq kpartx libboost-iostreams1.74.0 2026-03-31T20:31:11.165 INFO:teuthology.orchestra.run.vm01.stdout: libboost-thread1.74.0 libjq1 liboath0 libonig5 libpmemobj1 libradosstriper1 2026-03-31T20:31:11.166 INFO:teuthology.orchestra.run.vm01.stdout: librdkafka1 librgw2 libsgutils2-2 libsqlite3-mod-ceph nvme-cli 2026-03-31T20:31:11.166 INFO:teuthology.orchestra.run.vm01.stdout: python-asyncssh-doc python3-asyncssh python3-cachetools 2026-03-31T20:31:11.166 INFO:teuthology.orchestra.run.vm01.stdout: python3-ceph-argparse python3-ceph-common python3-cheroot python3-cherrypy3 2026-03-31T20:31:11.166 INFO:teuthology.orchestra.run.vm01.stdout: python3-google-auth python3-jaraco.classes python3-jaraco.collections 2026-03-31T20:31:11.166 INFO:teuthology.orchestra.run.vm01.stdout: python3-jaraco.functools python3-jaraco.text python3-joblib 2026-03-31T20:31:11.166 INFO:teuthology.orchestra.run.vm01.stdout: python3-kubernetes python3-natsort python3-portend python3-prettytable 2026-03-31T20:31:11.166 INFO:teuthology.orchestra.run.vm01.stdout: python3-psutil python3-repoze.lru python3-requests-oauthlib python3-routes 2026-03-31T20:31:11.166 INFO:teuthology.orchestra.run.vm01.stdout: python3-rsa python3-simplejson python3-sklearn python3-sklearn-lib 2026-03-31T20:31:11.166 INFO:teuthology.orchestra.run.vm01.stdout: python3-tempora python3-threadpoolctl python3-wcwidth python3-webob 2026-03-31T20:31:11.166 INFO:teuthology.orchestra.run.vm01.stdout: python3-websocket python3-zc.lockfile sg3-utils sg3-utils-udev smartmontools 2026-03-31T20:31:11.166 INFO:teuthology.orchestra.run.vm01.stdout: socat xmlstarlet 2026-03-31T20:31:11.166 INFO:teuthology.orchestra.run.vm01.stdout:Use 'sudo apt autoremove' to remove them. 2026-03-31T20:31:11.177 INFO:teuthology.orchestra.run.vm01.stdout:The following packages will be REMOVED: 2026-03-31T20:31:11.177 INFO:teuthology.orchestra.run.vm01.stdout: python3-cephfs* python3-rados* python3-rgw* 2026-03-31T20:31:11.272 INFO:teuthology.orchestra.run.vm05.stdout:The following packages were automatically installed and are no longer required: 2026-03-31T20:31:11.272 INFO:teuthology.orchestra.run.vm05.stdout: ceph-mgr-modules-core jq kpartx libboost-iostreams1.74.0 2026-03-31T20:31:11.272 INFO:teuthology.orchestra.run.vm05.stdout: libboost-thread1.74.0 libjq1 liboath0 libonig5 libpmemobj1 libradosstriper1 2026-03-31T20:31:11.273 INFO:teuthology.orchestra.run.vm05.stdout: librdkafka1 librgw2 libsgutils2-2 libsqlite3-mod-ceph nvme-cli 2026-03-31T20:31:11.273 INFO:teuthology.orchestra.run.vm05.stdout: python-asyncssh-doc python3-asyncssh python3-cachetools 2026-03-31T20:31:11.273 INFO:teuthology.orchestra.run.vm05.stdout: python3-ceph-argparse python3-ceph-common python3-cheroot python3-cherrypy3 2026-03-31T20:31:11.273 INFO:teuthology.orchestra.run.vm05.stdout: python3-google-auth python3-jaraco.classes python3-jaraco.collections 2026-03-31T20:31:11.273 INFO:teuthology.orchestra.run.vm05.stdout: python3-jaraco.functools python3-jaraco.text python3-joblib 2026-03-31T20:31:11.273 INFO:teuthology.orchestra.run.vm05.stdout: python3-kubernetes python3-natsort python3-portend python3-prettytable 2026-03-31T20:31:11.273 INFO:teuthology.orchestra.run.vm05.stdout: python3-psutil python3-repoze.lru python3-requests-oauthlib python3-routes 2026-03-31T20:31:11.273 INFO:teuthology.orchestra.run.vm05.stdout: python3-rsa python3-simplejson python3-sklearn python3-sklearn-lib 2026-03-31T20:31:11.273 INFO:teuthology.orchestra.run.vm05.stdout: python3-tempora python3-threadpoolctl python3-wcwidth python3-webob 2026-03-31T20:31:11.273 INFO:teuthology.orchestra.run.vm05.stdout: python3-websocket python3-zc.lockfile sg3-utils sg3-utils-udev smartmontools 2026-03-31T20:31:11.273 INFO:teuthology.orchestra.run.vm05.stdout: socat xmlstarlet 2026-03-31T20:31:11.273 INFO:teuthology.orchestra.run.vm05.stdout:Use 'sudo apt autoremove' to remove them. 2026-03-31T20:31:11.283 INFO:teuthology.orchestra.run.vm05.stdout:The following packages will be REMOVED: 2026-03-31T20:31:11.283 INFO:teuthology.orchestra.run.vm05.stdout: python3-cephfs* python3-rados* python3-rgw* 2026-03-31T20:31:11.304 INFO:teuthology.orchestra.run.vm06.stdout:Building dependency tree... 2026-03-31T20:31:11.304 INFO:teuthology.orchestra.run.vm06.stdout:Reading state information... 2026-03-31T20:31:11.338 INFO:teuthology.orchestra.run.vm01.stdout:0 upgraded, 0 newly installed, 3 to remove and 50 not upgraded. 2026-03-31T20:31:11.338 INFO:teuthology.orchestra.run.vm01.stdout:After this operation, 2086 kB disk space will be freed. 2026-03-31T20:31:11.380 INFO:teuthology.orchestra.run.vm01.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 ... 123755 files and directories currently installed.) 2026-03-31T20:31:11.382 INFO:teuthology.orchestra.run.vm01.stdout:Removing python3-cephfs (20.2.0-721-g5bb32787-1jammy) ... 2026-03-31T20:31:11.394 INFO:teuthology.orchestra.run.vm01.stdout:Removing python3-rgw (20.2.0-721-g5bb32787-1jammy) ... 2026-03-31T20:31:11.406 INFO:teuthology.orchestra.run.vm01.stdout:Removing python3-rados (20.2.0-721-g5bb32787-1jammy) ... 2026-03-31T20:31:11.427 INFO:teuthology.orchestra.run.vm06.stdout:The following packages were automatically installed and are no longer required: 2026-03-31T20:31:11.427 INFO:teuthology.orchestra.run.vm06.stdout: ceph-mgr-modules-core jq kpartx libboost-iostreams1.74.0 2026-03-31T20:31:11.427 INFO:teuthology.orchestra.run.vm06.stdout: libboost-thread1.74.0 libjq1 liboath0 libonig5 libpmemobj1 libradosstriper1 2026-03-31T20:31:11.428 INFO:teuthology.orchestra.run.vm06.stdout: librdkafka1 librgw2 libsgutils2-2 libsqlite3-mod-ceph nvme-cli 2026-03-31T20:31:11.428 INFO:teuthology.orchestra.run.vm06.stdout: python-asyncssh-doc python3-asyncssh python3-cachetools 2026-03-31T20:31:11.428 INFO:teuthology.orchestra.run.vm06.stdout: python3-ceph-argparse python3-ceph-common python3-cheroot python3-cherrypy3 2026-03-31T20:31:11.428 INFO:teuthology.orchestra.run.vm06.stdout: python3-google-auth python3-jaraco.classes python3-jaraco.collections 2026-03-31T20:31:11.428 INFO:teuthology.orchestra.run.vm06.stdout: python3-jaraco.functools python3-jaraco.text python3-joblib 2026-03-31T20:31:11.428 INFO:teuthology.orchestra.run.vm06.stdout: python3-kubernetes python3-natsort python3-portend python3-prettytable 2026-03-31T20:31:11.428 INFO:teuthology.orchestra.run.vm06.stdout: python3-psutil python3-repoze.lru python3-requests-oauthlib python3-routes 2026-03-31T20:31:11.428 INFO:teuthology.orchestra.run.vm06.stdout: python3-rsa python3-simplejson python3-sklearn python3-sklearn-lib 2026-03-31T20:31:11.428 INFO:teuthology.orchestra.run.vm06.stdout: python3-tempora python3-threadpoolctl python3-wcwidth python3-webob 2026-03-31T20:31:11.428 INFO:teuthology.orchestra.run.vm06.stdout: python3-websocket python3-zc.lockfile sg3-utils sg3-utils-udev smartmontools 2026-03-31T20:31:11.428 INFO:teuthology.orchestra.run.vm06.stdout: socat xmlstarlet 2026-03-31T20:31:11.428 INFO:teuthology.orchestra.run.vm06.stdout:Use 'sudo apt autoremove' to remove them. 2026-03-31T20:31:11.438 INFO:teuthology.orchestra.run.vm06.stdout:The following packages will be REMOVED: 2026-03-31T20:31:11.438 INFO:teuthology.orchestra.run.vm06.stdout: python3-cephfs* python3-rados* python3-rgw* 2026-03-31T20:31:11.450 INFO:teuthology.orchestra.run.vm05.stdout:0 upgraded, 0 newly installed, 3 to remove and 50 not upgraded. 2026-03-31T20:31:11.450 INFO:teuthology.orchestra.run.vm05.stdout:After this operation, 2086 kB disk space will be freed. 2026-03-31T20:31:11.490 INFO:teuthology.orchestra.run.vm05.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 ... 123755 files and directories currently installed.) 2026-03-31T20:31:11.492 INFO:teuthology.orchestra.run.vm05.stdout:Removing python3-cephfs (20.2.0-721-g5bb32787-1jammy) ... 2026-03-31T20:31:11.505 INFO:teuthology.orchestra.run.vm05.stdout:Removing python3-rgw (20.2.0-721-g5bb32787-1jammy) ... 2026-03-31T20:31:11.517 INFO:teuthology.orchestra.run.vm05.stdout:Removing python3-rados (20.2.0-721-g5bb32787-1jammy) ... 2026-03-31T20:31:11.601 INFO:teuthology.orchestra.run.vm06.stdout:0 upgraded, 0 newly installed, 3 to remove and 50 not upgraded. 2026-03-31T20:31:11.601 INFO:teuthology.orchestra.run.vm06.stdout:After this operation, 2086 kB disk space will be freed. 2026-03-31T20:31:11.642 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 ... 123755 files and directories currently installed.) 2026-03-31T20:31:11.644 INFO:teuthology.orchestra.run.vm06.stdout:Removing python3-cephfs (20.2.0-721-g5bb32787-1jammy) ... 2026-03-31T20:31:11.655 INFO:teuthology.orchestra.run.vm06.stdout:Removing python3-rgw (20.2.0-721-g5bb32787-1jammy) ... 2026-03-31T20:31:11.666 INFO:teuthology.orchestra.run.vm06.stdout:Removing python3-rados (20.2.0-721-g5bb32787-1jammy) ... 2026-03-31T20:31:12.530 INFO:teuthology.orchestra.run.vm01.stderr:W: --force-yes is deprecated, use one of the options starting with --allow instead. 2026-03-31T20:31:12.563 INFO:teuthology.orchestra.run.vm01.stdout:Reading package lists... 2026-03-31T20:31:12.634 INFO:teuthology.orchestra.run.vm05.stderr:W: --force-yes is deprecated, use one of the options starting with --allow instead. 2026-03-31T20:31:12.668 INFO:teuthology.orchestra.run.vm05.stdout:Reading package lists... 2026-03-31T20:31:12.743 INFO:teuthology.orchestra.run.vm01.stdout:Building dependency tree... 2026-03-31T20:31:12.743 INFO:teuthology.orchestra.run.vm01.stdout:Reading state information... 2026-03-31T20:31:12.773 INFO:teuthology.orchestra.run.vm06.stderr:W: --force-yes is deprecated, use one of the options starting with --allow instead. 2026-03-31T20:31:12.807 INFO:teuthology.orchestra.run.vm06.stdout:Reading package lists... 2026-03-31T20:31:12.859 INFO:teuthology.orchestra.run.vm05.stdout:Building dependency tree... 2026-03-31T20:31:12.859 INFO:teuthology.orchestra.run.vm05.stdout:Reading state information... 2026-03-31T20:31:12.865 INFO:teuthology.orchestra.run.vm01.stdout:Package 'python3-rgw' is not installed, so not removed 2026-03-31T20:31:12.865 INFO:teuthology.orchestra.run.vm01.stdout:The following packages were automatically installed and are no longer required: 2026-03-31T20:31:12.865 INFO:teuthology.orchestra.run.vm01.stdout: ceph-mgr-modules-core jq kpartx libboost-iostreams1.74.0 2026-03-31T20:31:12.865 INFO:teuthology.orchestra.run.vm01.stdout: libboost-thread1.74.0 libjq1 liboath0 libonig5 libpmemobj1 libradosstriper1 2026-03-31T20:31:12.865 INFO:teuthology.orchestra.run.vm01.stdout: librdkafka1 librgw2 libsgutils2-2 libsqlite3-mod-ceph nvme-cli 2026-03-31T20:31:12.865 INFO:teuthology.orchestra.run.vm01.stdout: python-asyncssh-doc python3-asyncssh python3-cachetools 2026-03-31T20:31:12.865 INFO:teuthology.orchestra.run.vm01.stdout: python3-ceph-argparse python3-ceph-common python3-cheroot python3-cherrypy3 2026-03-31T20:31:12.865 INFO:teuthology.orchestra.run.vm01.stdout: python3-google-auth python3-jaraco.classes python3-jaraco.collections 2026-03-31T20:31:12.865 INFO:teuthology.orchestra.run.vm01.stdout: python3-jaraco.functools python3-jaraco.text python3-joblib 2026-03-31T20:31:12.865 INFO:teuthology.orchestra.run.vm01.stdout: python3-kubernetes python3-natsort python3-portend python3-prettytable 2026-03-31T20:31:12.865 INFO:teuthology.orchestra.run.vm01.stdout: python3-psutil python3-repoze.lru python3-requests-oauthlib python3-routes 2026-03-31T20:31:12.865 INFO:teuthology.orchestra.run.vm01.stdout: python3-rsa python3-simplejson python3-sklearn python3-sklearn-lib 2026-03-31T20:31:12.865 INFO:teuthology.orchestra.run.vm01.stdout: python3-tempora python3-threadpoolctl python3-wcwidth python3-webob 2026-03-31T20:31:12.866 INFO:teuthology.orchestra.run.vm01.stdout: python3-websocket python3-zc.lockfile sg3-utils sg3-utils-udev smartmontools 2026-03-31T20:31:12.866 INFO:teuthology.orchestra.run.vm01.stdout: socat xmlstarlet 2026-03-31T20:31:12.866 INFO:teuthology.orchestra.run.vm01.stdout:Use 'sudo apt autoremove' to remove them. 2026-03-31T20:31:12.885 INFO:teuthology.orchestra.run.vm01.stdout:0 upgraded, 0 newly installed, 0 to remove and 50 not upgraded. 2026-03-31T20:31:12.885 INFO:teuthology.orchestra.run.vm01.stderr:W: --force-yes is deprecated, use one of the options starting with --allow instead. 2026-03-31T20:31:12.917 INFO:teuthology.orchestra.run.vm01.stdout:Reading package lists... 2026-03-31T20:31:12.996 INFO:teuthology.orchestra.run.vm06.stdout:Building dependency tree... 2026-03-31T20:31:12.997 INFO:teuthology.orchestra.run.vm06.stdout:Reading state information... 2026-03-31T20:31:13.001 INFO:teuthology.orchestra.run.vm05.stdout:Package 'python3-rgw' is not installed, so not removed 2026-03-31T20:31:13.001 INFO:teuthology.orchestra.run.vm05.stdout:The following packages were automatically installed and are no longer required: 2026-03-31T20:31:13.001 INFO:teuthology.orchestra.run.vm05.stdout: ceph-mgr-modules-core jq kpartx libboost-iostreams1.74.0 2026-03-31T20:31:13.001 INFO:teuthology.orchestra.run.vm05.stdout: libboost-thread1.74.0 libjq1 liboath0 libonig5 libpmemobj1 libradosstriper1 2026-03-31T20:31:13.001 INFO:teuthology.orchestra.run.vm05.stdout: librdkafka1 librgw2 libsgutils2-2 libsqlite3-mod-ceph nvme-cli 2026-03-31T20:31:13.001 INFO:teuthology.orchestra.run.vm05.stdout: python-asyncssh-doc python3-asyncssh python3-cachetools 2026-03-31T20:31:13.001 INFO:teuthology.orchestra.run.vm05.stdout: python3-ceph-argparse python3-ceph-common python3-cheroot python3-cherrypy3 2026-03-31T20:31:13.002 INFO:teuthology.orchestra.run.vm05.stdout: python3-google-auth python3-jaraco.classes python3-jaraco.collections 2026-03-31T20:31:13.002 INFO:teuthology.orchestra.run.vm05.stdout: python3-jaraco.functools python3-jaraco.text python3-joblib 2026-03-31T20:31:13.002 INFO:teuthology.orchestra.run.vm05.stdout: python3-kubernetes python3-natsort python3-portend python3-prettytable 2026-03-31T20:31:13.002 INFO:teuthology.orchestra.run.vm05.stdout: python3-psutil python3-repoze.lru python3-requests-oauthlib python3-routes 2026-03-31T20:31:13.002 INFO:teuthology.orchestra.run.vm05.stdout: python3-rsa python3-simplejson python3-sklearn python3-sklearn-lib 2026-03-31T20:31:13.002 INFO:teuthology.orchestra.run.vm05.stdout: python3-tempora python3-threadpoolctl python3-wcwidth python3-webob 2026-03-31T20:31:13.002 INFO:teuthology.orchestra.run.vm05.stdout: python3-websocket python3-zc.lockfile sg3-utils sg3-utils-udev smartmontools 2026-03-31T20:31:13.002 INFO:teuthology.orchestra.run.vm05.stdout: socat xmlstarlet 2026-03-31T20:31:13.002 INFO:teuthology.orchestra.run.vm05.stdout:Use 'sudo apt autoremove' to remove them. 2026-03-31T20:31:13.021 INFO:teuthology.orchestra.run.vm05.stdout:0 upgraded, 0 newly installed, 0 to remove and 50 not upgraded. 2026-03-31T20:31:13.021 INFO:teuthology.orchestra.run.vm05.stderr:W: --force-yes is deprecated, use one of the options starting with --allow instead. 2026-03-31T20:31:13.054 INFO:teuthology.orchestra.run.vm05.stdout:Reading package lists... 2026-03-31T20:31:13.114 INFO:teuthology.orchestra.run.vm01.stdout:Building dependency tree... 2026-03-31T20:31:13.115 INFO:teuthology.orchestra.run.vm01.stdout:Reading state information... 2026-03-31T20:31:13.124 INFO:teuthology.orchestra.run.vm06.stdout:Package 'python3-rgw' is not installed, so not removed 2026-03-31T20:31:13.124 INFO:teuthology.orchestra.run.vm06.stdout:The following packages were automatically installed and are no longer required: 2026-03-31T20:31:13.125 INFO:teuthology.orchestra.run.vm06.stdout: ceph-mgr-modules-core jq kpartx libboost-iostreams1.74.0 2026-03-31T20:31:13.125 INFO:teuthology.orchestra.run.vm06.stdout: libboost-thread1.74.0 libjq1 liboath0 libonig5 libpmemobj1 libradosstriper1 2026-03-31T20:31:13.125 INFO:teuthology.orchestra.run.vm06.stdout: librdkafka1 librgw2 libsgutils2-2 libsqlite3-mod-ceph nvme-cli 2026-03-31T20:31:13.125 INFO:teuthology.orchestra.run.vm06.stdout: python-asyncssh-doc python3-asyncssh python3-cachetools 2026-03-31T20:31:13.125 INFO:teuthology.orchestra.run.vm06.stdout: python3-ceph-argparse python3-ceph-common python3-cheroot python3-cherrypy3 2026-03-31T20:31:13.125 INFO:teuthology.orchestra.run.vm06.stdout: python3-google-auth python3-jaraco.classes python3-jaraco.collections 2026-03-31T20:31:13.125 INFO:teuthology.orchestra.run.vm06.stdout: python3-jaraco.functools python3-jaraco.text python3-joblib 2026-03-31T20:31:13.125 INFO:teuthology.orchestra.run.vm06.stdout: python3-kubernetes python3-natsort python3-portend python3-prettytable 2026-03-31T20:31:13.125 INFO:teuthology.orchestra.run.vm06.stdout: python3-psutil python3-repoze.lru python3-requests-oauthlib python3-routes 2026-03-31T20:31:13.125 INFO:teuthology.orchestra.run.vm06.stdout: python3-rsa python3-simplejson python3-sklearn python3-sklearn-lib 2026-03-31T20:31:13.125 INFO:teuthology.orchestra.run.vm06.stdout: python3-tempora python3-threadpoolctl python3-wcwidth python3-webob 2026-03-31T20:31:13.125 INFO:teuthology.orchestra.run.vm06.stdout: python3-websocket python3-zc.lockfile sg3-utils sg3-utils-udev smartmontools 2026-03-31T20:31:13.125 INFO:teuthology.orchestra.run.vm06.stdout: socat xmlstarlet 2026-03-31T20:31:13.125 INFO:teuthology.orchestra.run.vm06.stdout:Use 'sudo apt autoremove' to remove them. 2026-03-31T20:31:13.147 INFO:teuthology.orchestra.run.vm06.stdout:0 upgraded, 0 newly installed, 0 to remove and 50 not upgraded. 2026-03-31T20:31:13.147 INFO:teuthology.orchestra.run.vm06.stderr:W: --force-yes is deprecated, use one of the options starting with --allow instead. 2026-03-31T20:31:13.182 INFO:teuthology.orchestra.run.vm06.stdout:Reading package lists... 2026-03-31T20:31:13.246 INFO:teuthology.orchestra.run.vm01.stdout:Package 'python3-cephfs' is not installed, so not removed 2026-03-31T20:31:13.246 INFO:teuthology.orchestra.run.vm01.stdout:The following packages were automatically installed and are no longer required: 2026-03-31T20:31:13.246 INFO:teuthology.orchestra.run.vm01.stdout: ceph-mgr-modules-core jq kpartx libboost-iostreams1.74.0 2026-03-31T20:31:13.246 INFO:teuthology.orchestra.run.vm01.stdout: libboost-thread1.74.0 libjq1 liboath0 libonig5 libpmemobj1 libradosstriper1 2026-03-31T20:31:13.246 INFO:teuthology.orchestra.run.vm01.stdout: librdkafka1 librgw2 libsgutils2-2 libsqlite3-mod-ceph nvme-cli 2026-03-31T20:31:13.246 INFO:teuthology.orchestra.run.vm01.stdout: python-asyncssh-doc python3-asyncssh python3-cachetools 2026-03-31T20:31:13.246 INFO:teuthology.orchestra.run.vm01.stdout: python3-ceph-argparse python3-ceph-common python3-cheroot python3-cherrypy3 2026-03-31T20:31:13.246 INFO:teuthology.orchestra.run.vm01.stdout: python3-google-auth python3-jaraco.classes python3-jaraco.collections 2026-03-31T20:31:13.246 INFO:teuthology.orchestra.run.vm01.stdout: python3-jaraco.functools python3-jaraco.text python3-joblib 2026-03-31T20:31:13.246 INFO:teuthology.orchestra.run.vm01.stdout: python3-kubernetes python3-natsort python3-portend python3-prettytable 2026-03-31T20:31:13.246 INFO:teuthology.orchestra.run.vm01.stdout: python3-psutil python3-repoze.lru python3-requests-oauthlib python3-routes 2026-03-31T20:31:13.246 INFO:teuthology.orchestra.run.vm01.stdout: python3-rsa python3-simplejson python3-sklearn python3-sklearn-lib 2026-03-31T20:31:13.246 INFO:teuthology.orchestra.run.vm01.stdout: python3-tempora python3-threadpoolctl python3-wcwidth python3-webob 2026-03-31T20:31:13.246 INFO:teuthology.orchestra.run.vm01.stdout: python3-websocket python3-zc.lockfile sg3-utils sg3-utils-udev smartmontools 2026-03-31T20:31:13.246 INFO:teuthology.orchestra.run.vm01.stdout: socat xmlstarlet 2026-03-31T20:31:13.246 INFO:teuthology.orchestra.run.vm01.stdout:Use 'sudo apt autoremove' to remove them. 2026-03-31T20:31:13.254 INFO:teuthology.orchestra.run.vm05.stdout:Building dependency tree... 2026-03-31T20:31:13.255 INFO:teuthology.orchestra.run.vm05.stdout:Reading state information... 2026-03-31T20:31:13.262 INFO:teuthology.orchestra.run.vm01.stdout:0 upgraded, 0 newly installed, 0 to remove and 50 not upgraded. 2026-03-31T20:31:13.262 INFO:teuthology.orchestra.run.vm01.stderr:W: --force-yes is deprecated, use one of the options starting with --allow instead. 2026-03-31T20:31:13.294 INFO:teuthology.orchestra.run.vm01.stdout:Reading package lists... 2026-03-31T20:31:13.372 INFO:teuthology.orchestra.run.vm06.stdout:Building dependency tree... 2026-03-31T20:31:13.372 INFO:teuthology.orchestra.run.vm06.stdout:Reading state information... 2026-03-31T20:31:13.378 INFO:teuthology.orchestra.run.vm05.stdout:Package 'python3-cephfs' is not installed, so not removed 2026-03-31T20:31:13.378 INFO:teuthology.orchestra.run.vm05.stdout:The following packages were automatically installed and are no longer required: 2026-03-31T20:31:13.378 INFO:teuthology.orchestra.run.vm05.stdout: ceph-mgr-modules-core jq kpartx libboost-iostreams1.74.0 2026-03-31T20:31:13.378 INFO:teuthology.orchestra.run.vm05.stdout: libboost-thread1.74.0 libjq1 liboath0 libonig5 libpmemobj1 libradosstriper1 2026-03-31T20:31:13.379 INFO:teuthology.orchestra.run.vm05.stdout: librdkafka1 librgw2 libsgutils2-2 libsqlite3-mod-ceph nvme-cli 2026-03-31T20:31:13.379 INFO:teuthology.orchestra.run.vm05.stdout: python-asyncssh-doc python3-asyncssh python3-cachetools 2026-03-31T20:31:13.379 INFO:teuthology.orchestra.run.vm05.stdout: python3-ceph-argparse python3-ceph-common python3-cheroot python3-cherrypy3 2026-03-31T20:31:13.379 INFO:teuthology.orchestra.run.vm05.stdout: python3-google-auth python3-jaraco.classes python3-jaraco.collections 2026-03-31T20:31:13.379 INFO:teuthology.orchestra.run.vm05.stdout: python3-jaraco.functools python3-jaraco.text python3-joblib 2026-03-31T20:31:13.379 INFO:teuthology.orchestra.run.vm05.stdout: python3-kubernetes python3-natsort python3-portend python3-prettytable 2026-03-31T20:31:13.379 INFO:teuthology.orchestra.run.vm05.stdout: python3-psutil python3-repoze.lru python3-requests-oauthlib python3-routes 2026-03-31T20:31:13.379 INFO:teuthology.orchestra.run.vm05.stdout: python3-rsa python3-simplejson python3-sklearn python3-sklearn-lib 2026-03-31T20:31:13.379 INFO:teuthology.orchestra.run.vm05.stdout: python3-tempora python3-threadpoolctl python3-wcwidth python3-webob 2026-03-31T20:31:13.379 INFO:teuthology.orchestra.run.vm05.stdout: python3-websocket python3-zc.lockfile sg3-utils sg3-utils-udev smartmontools 2026-03-31T20:31:13.379 INFO:teuthology.orchestra.run.vm05.stdout: socat xmlstarlet 2026-03-31T20:31:13.379 INFO:teuthology.orchestra.run.vm05.stdout:Use 'sudo apt autoremove' to remove them. 2026-03-31T20:31:13.398 INFO:teuthology.orchestra.run.vm05.stdout:0 upgraded, 0 newly installed, 0 to remove and 50 not upgraded. 2026-03-31T20:31:13.398 INFO:teuthology.orchestra.run.vm05.stderr:W: --force-yes is deprecated, use one of the options starting with --allow instead. 2026-03-31T20:31:13.431 INFO:teuthology.orchestra.run.vm05.stdout:Reading package lists... 2026-03-31T20:31:13.481 INFO:teuthology.orchestra.run.vm01.stdout:Building dependency tree... 2026-03-31T20:31:13.482 INFO:teuthology.orchestra.run.vm01.stdout:Reading state information... 2026-03-31T20:31:13.499 INFO:teuthology.orchestra.run.vm06.stdout:Package 'python3-cephfs' is not installed, so not removed 2026-03-31T20:31:13.499 INFO:teuthology.orchestra.run.vm06.stdout:The following packages were automatically installed and are no longer required: 2026-03-31T20:31:13.499 INFO:teuthology.orchestra.run.vm06.stdout: ceph-mgr-modules-core jq kpartx libboost-iostreams1.74.0 2026-03-31T20:31:13.499 INFO:teuthology.orchestra.run.vm06.stdout: libboost-thread1.74.0 libjq1 liboath0 libonig5 libpmemobj1 libradosstriper1 2026-03-31T20:31:13.500 INFO:teuthology.orchestra.run.vm06.stdout: librdkafka1 librgw2 libsgutils2-2 libsqlite3-mod-ceph nvme-cli 2026-03-31T20:31:13.500 INFO:teuthology.orchestra.run.vm06.stdout: python-asyncssh-doc python3-asyncssh python3-cachetools 2026-03-31T20:31:13.500 INFO:teuthology.orchestra.run.vm06.stdout: python3-ceph-argparse python3-ceph-common python3-cheroot python3-cherrypy3 2026-03-31T20:31:13.500 INFO:teuthology.orchestra.run.vm06.stdout: python3-google-auth python3-jaraco.classes python3-jaraco.collections 2026-03-31T20:31:13.500 INFO:teuthology.orchestra.run.vm06.stdout: python3-jaraco.functools python3-jaraco.text python3-joblib 2026-03-31T20:31:13.500 INFO:teuthology.orchestra.run.vm06.stdout: python3-kubernetes python3-natsort python3-portend python3-prettytable 2026-03-31T20:31:13.500 INFO:teuthology.orchestra.run.vm06.stdout: python3-psutil python3-repoze.lru python3-requests-oauthlib python3-routes 2026-03-31T20:31:13.500 INFO:teuthology.orchestra.run.vm06.stdout: python3-rsa python3-simplejson python3-sklearn python3-sklearn-lib 2026-03-31T20:31:13.500 INFO:teuthology.orchestra.run.vm06.stdout: python3-tempora python3-threadpoolctl python3-wcwidth python3-webob 2026-03-31T20:31:13.500 INFO:teuthology.orchestra.run.vm06.stdout: python3-websocket python3-zc.lockfile sg3-utils sg3-utils-udev smartmontools 2026-03-31T20:31:13.500 INFO:teuthology.orchestra.run.vm06.stdout: socat xmlstarlet 2026-03-31T20:31:13.500 INFO:teuthology.orchestra.run.vm06.stdout:Use 'sudo apt autoremove' to remove them. 2026-03-31T20:31:13.522 INFO:teuthology.orchestra.run.vm06.stdout:0 upgraded, 0 newly installed, 0 to remove and 50 not upgraded. 2026-03-31T20:31:13.523 INFO:teuthology.orchestra.run.vm06.stderr:W: --force-yes is deprecated, use one of the options starting with --allow instead. 2026-03-31T20:31:13.556 INFO:teuthology.orchestra.run.vm06.stdout:Reading package lists... 2026-03-31T20:31:13.617 INFO:teuthology.orchestra.run.vm01.stdout:The following packages were automatically installed and are no longer required: 2026-03-31T20:31:13.617 INFO:teuthology.orchestra.run.vm01.stdout: ceph-mgr-modules-core jq kpartx libboost-iostreams1.74.0 2026-03-31T20:31:13.617 INFO:teuthology.orchestra.run.vm01.stdout: libboost-thread1.74.0 libjq1 liboath0 libonig5 libpmemobj1 libradosstriper1 2026-03-31T20:31:13.617 INFO:teuthology.orchestra.run.vm01.stdout: librdkafka1 librgw2 libsgutils2-2 libsqlite3-mod-ceph nvme-cli 2026-03-31T20:31:13.617 INFO:teuthology.orchestra.run.vm01.stdout: python-asyncssh-doc python3-asyncssh python3-cachetools 2026-03-31T20:31:13.617 INFO:teuthology.orchestra.run.vm01.stdout: python3-ceph-argparse python3-ceph-common python3-cheroot python3-cherrypy3 2026-03-31T20:31:13.617 INFO:teuthology.orchestra.run.vm01.stdout: python3-google-auth python3-jaraco.classes python3-jaraco.collections 2026-03-31T20:31:13.617 INFO:teuthology.orchestra.run.vm01.stdout: python3-jaraco.functools python3-jaraco.text python3-joblib 2026-03-31T20:31:13.617 INFO:teuthology.orchestra.run.vm01.stdout: python3-kubernetes python3-natsort python3-portend python3-prettytable 2026-03-31T20:31:13.617 INFO:teuthology.orchestra.run.vm01.stdout: python3-psutil python3-repoze.lru python3-requests-oauthlib python3-routes 2026-03-31T20:31:13.617 INFO:teuthology.orchestra.run.vm01.stdout: python3-rsa python3-simplejson python3-sklearn python3-sklearn-lib 2026-03-31T20:31:13.617 INFO:teuthology.orchestra.run.vm01.stdout: python3-tempora python3-threadpoolctl python3-wcwidth python3-webob 2026-03-31T20:31:13.617 INFO:teuthology.orchestra.run.vm01.stdout: python3-websocket python3-zc.lockfile sg3-utils sg3-utils-udev smartmontools 2026-03-31T20:31:13.617 INFO:teuthology.orchestra.run.vm01.stdout: socat xmlstarlet 2026-03-31T20:31:13.617 INFO:teuthology.orchestra.run.vm01.stdout:Use 'sudo apt autoremove' to remove them. 2026-03-31T20:31:13.621 INFO:teuthology.orchestra.run.vm05.stdout:Building dependency tree... 2026-03-31T20:31:13.622 INFO:teuthology.orchestra.run.vm05.stdout:Reading state information... 2026-03-31T20:31:13.629 INFO:teuthology.orchestra.run.vm01.stdout:The following packages will be REMOVED: 2026-03-31T20:31:13.629 INFO:teuthology.orchestra.run.vm01.stdout: python3-rbd* 2026-03-31T20:31:13.736 INFO:teuthology.orchestra.run.vm05.stdout:The following packages were automatically installed and are no longer required: 2026-03-31T20:31:13.736 INFO:teuthology.orchestra.run.vm05.stdout: ceph-mgr-modules-core jq kpartx libboost-iostreams1.74.0 2026-03-31T20:31:13.736 INFO:teuthology.orchestra.run.vm05.stdout: libboost-thread1.74.0 libjq1 liboath0 libonig5 libpmemobj1 libradosstriper1 2026-03-31T20:31:13.736 INFO:teuthology.orchestra.run.vm05.stdout: librdkafka1 librgw2 libsgutils2-2 libsqlite3-mod-ceph nvme-cli 2026-03-31T20:31:13.736 INFO:teuthology.orchestra.run.vm05.stdout: python-asyncssh-doc python3-asyncssh python3-cachetools 2026-03-31T20:31:13.736 INFO:teuthology.orchestra.run.vm05.stdout: python3-ceph-argparse python3-ceph-common python3-cheroot python3-cherrypy3 2026-03-31T20:31:13.736 INFO:teuthology.orchestra.run.vm05.stdout: python3-google-auth python3-jaraco.classes python3-jaraco.collections 2026-03-31T20:31:13.736 INFO:teuthology.orchestra.run.vm05.stdout: python3-jaraco.functools python3-jaraco.text python3-joblib 2026-03-31T20:31:13.736 INFO:teuthology.orchestra.run.vm05.stdout: python3-kubernetes python3-natsort python3-portend python3-prettytable 2026-03-31T20:31:13.736 INFO:teuthology.orchestra.run.vm05.stdout: python3-psutil python3-repoze.lru python3-requests-oauthlib python3-routes 2026-03-31T20:31:13.736 INFO:teuthology.orchestra.run.vm05.stdout: python3-rsa python3-simplejson python3-sklearn python3-sklearn-lib 2026-03-31T20:31:13.736 INFO:teuthology.orchestra.run.vm05.stdout: python3-tempora python3-threadpoolctl python3-wcwidth python3-webob 2026-03-31T20:31:13.736 INFO:teuthology.orchestra.run.vm05.stdout: python3-websocket python3-zc.lockfile sg3-utils sg3-utils-udev smartmontools 2026-03-31T20:31:13.736 INFO:teuthology.orchestra.run.vm05.stdout: socat xmlstarlet 2026-03-31T20:31:13.736 INFO:teuthology.orchestra.run.vm05.stdout:Use 'sudo apt autoremove' to remove them. 2026-03-31T20:31:13.745 INFO:teuthology.orchestra.run.vm06.stdout:Building dependency tree... 2026-03-31T20:31:13.746 INFO:teuthology.orchestra.run.vm06.stdout:Reading state information... 2026-03-31T20:31:13.747 INFO:teuthology.orchestra.run.vm05.stdout:The following packages will be REMOVED: 2026-03-31T20:31:13.747 INFO:teuthology.orchestra.run.vm05.stdout: python3-rbd* 2026-03-31T20:31:13.797 INFO:teuthology.orchestra.run.vm01.stdout:0 upgraded, 0 newly installed, 1 to remove and 50 not upgraded. 2026-03-31T20:31:13.797 INFO:teuthology.orchestra.run.vm01.stdout:After this operation, 1205 kB disk space will be freed. 2026-03-31T20:31:13.837 INFO:teuthology.orchestra.run.vm01.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 ... 123731 files and directories currently installed.) 2026-03-31T20:31:13.839 INFO:teuthology.orchestra.run.vm01.stdout:Removing python3-rbd (20.2.0-721-g5bb32787-1jammy) ... 2026-03-31T20:31:13.877 INFO:teuthology.orchestra.run.vm06.stdout:The following packages were automatically installed and are no longer required: 2026-03-31T20:31:13.877 INFO:teuthology.orchestra.run.vm06.stdout: ceph-mgr-modules-core jq kpartx libboost-iostreams1.74.0 2026-03-31T20:31:13.877 INFO:teuthology.orchestra.run.vm06.stdout: libboost-thread1.74.0 libjq1 liboath0 libonig5 libpmemobj1 libradosstriper1 2026-03-31T20:31:13.877 INFO:teuthology.orchestra.run.vm06.stdout: librdkafka1 librgw2 libsgutils2-2 libsqlite3-mod-ceph nvme-cli 2026-03-31T20:31:13.877 INFO:teuthology.orchestra.run.vm06.stdout: python-asyncssh-doc python3-asyncssh python3-cachetools 2026-03-31T20:31:13.877 INFO:teuthology.orchestra.run.vm06.stdout: python3-ceph-argparse python3-ceph-common python3-cheroot python3-cherrypy3 2026-03-31T20:31:13.877 INFO:teuthology.orchestra.run.vm06.stdout: python3-google-auth python3-jaraco.classes python3-jaraco.collections 2026-03-31T20:31:13.877 INFO:teuthology.orchestra.run.vm06.stdout: python3-jaraco.functools python3-jaraco.text python3-joblib 2026-03-31T20:31:13.877 INFO:teuthology.orchestra.run.vm06.stdout: python3-kubernetes python3-natsort python3-portend python3-prettytable 2026-03-31T20:31:13.877 INFO:teuthology.orchestra.run.vm06.stdout: python3-psutil python3-repoze.lru python3-requests-oauthlib python3-routes 2026-03-31T20:31:13.877 INFO:teuthology.orchestra.run.vm06.stdout: python3-rsa python3-simplejson python3-sklearn python3-sklearn-lib 2026-03-31T20:31:13.877 INFO:teuthology.orchestra.run.vm06.stdout: python3-tempora python3-threadpoolctl python3-wcwidth python3-webob 2026-03-31T20:31:13.877 INFO:teuthology.orchestra.run.vm06.stdout: python3-websocket python3-zc.lockfile sg3-utils sg3-utils-udev smartmontools 2026-03-31T20:31:13.877 INFO:teuthology.orchestra.run.vm06.stdout: socat xmlstarlet 2026-03-31T20:31:13.877 INFO:teuthology.orchestra.run.vm06.stdout:Use 'sudo apt autoremove' to remove them. 2026-03-31T20:31:13.888 INFO:teuthology.orchestra.run.vm06.stdout:The following packages will be REMOVED: 2026-03-31T20:31:13.888 INFO:teuthology.orchestra.run.vm06.stdout: python3-rbd* 2026-03-31T20:31:13.915 INFO:teuthology.orchestra.run.vm05.stdout:0 upgraded, 0 newly installed, 1 to remove and 50 not upgraded. 2026-03-31T20:31:13.915 INFO:teuthology.orchestra.run.vm05.stdout:After this operation, 1205 kB disk space will be freed. 2026-03-31T20:31:13.954 INFO:teuthology.orchestra.run.vm05.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 ... 123731 files and directories currently installed.) 2026-03-31T20:31:13.956 INFO:teuthology.orchestra.run.vm05.stdout:Removing python3-rbd (20.2.0-721-g5bb32787-1jammy) ... 2026-03-31T20:31:14.061 INFO:teuthology.orchestra.run.vm06.stdout:0 upgraded, 0 newly installed, 1 to remove and 50 not upgraded. 2026-03-31T20:31:14.061 INFO:teuthology.orchestra.run.vm06.stdout:After this operation, 1205 kB disk space will be freed. 2026-03-31T20:31:14.101 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 ... 123731 files and directories currently installed.) 2026-03-31T20:31:14.102 INFO:teuthology.orchestra.run.vm06.stdout:Removing python3-rbd (20.2.0-721-g5bb32787-1jammy) ... 2026-03-31T20:31:14.938 INFO:teuthology.orchestra.run.vm01.stderr:W: --force-yes is deprecated, use one of the options starting with --allow instead. 2026-03-31T20:31:14.977 INFO:teuthology.orchestra.run.vm01.stdout:Reading package lists... 2026-03-31T20:31:15.049 INFO:teuthology.orchestra.run.vm05.stderr:W: --force-yes is deprecated, use one of the options starting with --allow instead. 2026-03-31T20:31:15.083 INFO:teuthology.orchestra.run.vm05.stdout:Reading package lists... 2026-03-31T20:31:15.148 INFO:teuthology.orchestra.run.vm01.stdout:Building dependency tree... 2026-03-31T20:31:15.149 INFO:teuthology.orchestra.run.vm01.stdout:Reading state information... 2026-03-31T20:31:15.188 INFO:teuthology.orchestra.run.vm06.stderr:W: --force-yes is deprecated, use one of the options starting with --allow instead. 2026-03-31T20:31:15.223 INFO:teuthology.orchestra.run.vm06.stdout:Reading package lists... 2026-03-31T20:31:15.235 INFO:teuthology.orchestra.run.vm05.stdout:Building dependency tree... 2026-03-31T20:31:15.236 INFO:teuthology.orchestra.run.vm05.stdout:Reading state information... 2026-03-31T20:31:15.262 INFO:teuthology.orchestra.run.vm01.stdout:The following packages were automatically installed and are no longer required: 2026-03-31T20:31:15.263 INFO:teuthology.orchestra.run.vm01.stdout: ceph-mgr-modules-core jq kpartx libboost-iostreams1.74.0 2026-03-31T20:31:15.263 INFO:teuthology.orchestra.run.vm01.stdout: libboost-thread1.74.0 libcephfs-proxy2 libjq1 liboath0 libonig5 libpmemobj1 2026-03-31T20:31:15.263 INFO:teuthology.orchestra.run.vm01.stdout: libradosstriper1 librdkafka1 librgw2 libsgutils2-2 libsqlite3-mod-ceph 2026-03-31T20:31:15.263 INFO:teuthology.orchestra.run.vm01.stdout: nvme-cli python-asyncssh-doc python3-asyncssh python3-cachetools 2026-03-31T20:31:15.263 INFO:teuthology.orchestra.run.vm01.stdout: python3-ceph-argparse python3-ceph-common python3-cheroot python3-cherrypy3 2026-03-31T20:31:15.263 INFO:teuthology.orchestra.run.vm01.stdout: python3-google-auth python3-jaraco.classes python3-jaraco.collections 2026-03-31T20:31:15.263 INFO:teuthology.orchestra.run.vm01.stdout: python3-jaraco.functools python3-jaraco.text python3-joblib 2026-03-31T20:31:15.263 INFO:teuthology.orchestra.run.vm01.stdout: python3-kubernetes python3-natsort python3-portend python3-prettytable 2026-03-31T20:31:15.263 INFO:teuthology.orchestra.run.vm01.stdout: python3-psutil python3-repoze.lru python3-requests-oauthlib python3-routes 2026-03-31T20:31:15.263 INFO:teuthology.orchestra.run.vm01.stdout: python3-rsa python3-simplejson python3-sklearn python3-sklearn-lib 2026-03-31T20:31:15.263 INFO:teuthology.orchestra.run.vm01.stdout: python3-tempora python3-threadpoolctl python3-wcwidth python3-webob 2026-03-31T20:31:15.263 INFO:teuthology.orchestra.run.vm01.stdout: python3-websocket python3-zc.lockfile sg3-utils sg3-utils-udev smartmontools 2026-03-31T20:31:15.263 INFO:teuthology.orchestra.run.vm01.stdout: socat xmlstarlet 2026-03-31T20:31:15.263 INFO:teuthology.orchestra.run.vm01.stdout:Use 'sudo apt autoremove' to remove them. 2026-03-31T20:31:15.274 INFO:teuthology.orchestra.run.vm01.stdout:The following packages will be REMOVED: 2026-03-31T20:31:15.275 INFO:teuthology.orchestra.run.vm01.stdout: libcephfs-daemon* libcephfs-dev* libcephfs2* 2026-03-31T20:31:15.371 INFO:teuthology.orchestra.run.vm05.stdout:The following packages were automatically installed and are no longer required: 2026-03-31T20:31:15.371 INFO:teuthology.orchestra.run.vm05.stdout: ceph-mgr-modules-core jq kpartx libboost-iostreams1.74.0 2026-03-31T20:31:15.371 INFO:teuthology.orchestra.run.vm05.stdout: libboost-thread1.74.0 libcephfs-proxy2 libjq1 liboath0 libonig5 libpmemobj1 2026-03-31T20:31:15.371 INFO:teuthology.orchestra.run.vm05.stdout: libradosstriper1 librdkafka1 librgw2 libsgutils2-2 libsqlite3-mod-ceph 2026-03-31T20:31:15.371 INFO:teuthology.orchestra.run.vm05.stdout: nvme-cli python-asyncssh-doc python3-asyncssh python3-cachetools 2026-03-31T20:31:15.371 INFO:teuthology.orchestra.run.vm05.stdout: python3-ceph-argparse python3-ceph-common python3-cheroot python3-cherrypy3 2026-03-31T20:31:15.371 INFO:teuthology.orchestra.run.vm05.stdout: python3-google-auth python3-jaraco.classes python3-jaraco.collections 2026-03-31T20:31:15.371 INFO:teuthology.orchestra.run.vm05.stdout: python3-jaraco.functools python3-jaraco.text python3-joblib 2026-03-31T20:31:15.371 INFO:teuthology.orchestra.run.vm05.stdout: python3-kubernetes python3-natsort python3-portend python3-prettytable 2026-03-31T20:31:15.371 INFO:teuthology.orchestra.run.vm05.stdout: python3-psutil python3-repoze.lru python3-requests-oauthlib python3-routes 2026-03-31T20:31:15.371 INFO:teuthology.orchestra.run.vm05.stdout: python3-rsa python3-simplejson python3-sklearn python3-sklearn-lib 2026-03-31T20:31:15.371 INFO:teuthology.orchestra.run.vm05.stdout: python3-tempora python3-threadpoolctl python3-wcwidth python3-webob 2026-03-31T20:31:15.371 INFO:teuthology.orchestra.run.vm05.stdout: python3-websocket python3-zc.lockfile sg3-utils sg3-utils-udev smartmontools 2026-03-31T20:31:15.371 INFO:teuthology.orchestra.run.vm05.stdout: socat xmlstarlet 2026-03-31T20:31:15.371 INFO:teuthology.orchestra.run.vm05.stdout:Use 'sudo apt autoremove' to remove them. 2026-03-31T20:31:15.381 INFO:teuthology.orchestra.run.vm05.stdout:The following packages will be REMOVED: 2026-03-31T20:31:15.381 INFO:teuthology.orchestra.run.vm05.stdout: libcephfs-daemon* libcephfs-dev* libcephfs2* 2026-03-31T20:31:15.409 INFO:teuthology.orchestra.run.vm06.stdout:Building dependency tree... 2026-03-31T20:31:15.410 INFO:teuthology.orchestra.run.vm06.stdout:Reading state information... 2026-03-31T20:31:15.434 INFO:teuthology.orchestra.run.vm01.stdout:0 upgraded, 0 newly installed, 3 to remove and 50 not upgraded. 2026-03-31T20:31:15.434 INFO:teuthology.orchestra.run.vm01.stdout:After this operation, 2851 kB disk space will be freed. 2026-03-31T20:31:15.475 INFO:teuthology.orchestra.run.vm01.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 ... 123723 files and directories currently installed.) 2026-03-31T20:31:15.477 INFO:teuthology.orchestra.run.vm01.stdout:Removing libcephfs-daemon (20.2.0-721-g5bb32787-1jammy) ... 2026-03-31T20:31:15.489 INFO:teuthology.orchestra.run.vm01.stdout:Removing libcephfs-dev (20.2.0-721-g5bb32787-1jammy) ... 2026-03-31T20:31:15.500 INFO:teuthology.orchestra.run.vm01.stdout:Removing libcephfs2 (20.2.0-721-g5bb32787-1jammy) ... 2026-03-31T20:31:15.524 INFO:teuthology.orchestra.run.vm01.stdout:Processing triggers for libc-bin (2.35-0ubuntu3.13) ... 2026-03-31T20:31:15.539 INFO:teuthology.orchestra.run.vm06.stdout:The following packages were automatically installed and are no longer required: 2026-03-31T20:31:15.539 INFO:teuthology.orchestra.run.vm06.stdout: ceph-mgr-modules-core jq kpartx libboost-iostreams1.74.0 2026-03-31T20:31:15.539 INFO:teuthology.orchestra.run.vm06.stdout: libboost-thread1.74.0 libcephfs-proxy2 libjq1 liboath0 libonig5 libpmemobj1 2026-03-31T20:31:15.539 INFO:teuthology.orchestra.run.vm06.stdout: libradosstriper1 librdkafka1 librgw2 libsgutils2-2 libsqlite3-mod-ceph 2026-03-31T20:31:15.539 INFO:teuthology.orchestra.run.vm06.stdout: nvme-cli python-asyncssh-doc python3-asyncssh python3-cachetools 2026-03-31T20:31:15.540 INFO:teuthology.orchestra.run.vm06.stdout: python3-ceph-argparse python3-ceph-common python3-cheroot python3-cherrypy3 2026-03-31T20:31:15.540 INFO:teuthology.orchestra.run.vm06.stdout: python3-google-auth python3-jaraco.classes python3-jaraco.collections 2026-03-31T20:31:15.540 INFO:teuthology.orchestra.run.vm06.stdout: python3-jaraco.functools python3-jaraco.text python3-joblib 2026-03-31T20:31:15.540 INFO:teuthology.orchestra.run.vm06.stdout: python3-kubernetes python3-natsort python3-portend python3-prettytable 2026-03-31T20:31:15.540 INFO:teuthology.orchestra.run.vm06.stdout: python3-psutil python3-repoze.lru python3-requests-oauthlib python3-routes 2026-03-31T20:31:15.540 INFO:teuthology.orchestra.run.vm06.stdout: python3-rsa python3-simplejson python3-sklearn python3-sklearn-lib 2026-03-31T20:31:15.540 INFO:teuthology.orchestra.run.vm06.stdout: python3-tempora python3-threadpoolctl python3-wcwidth python3-webob 2026-03-31T20:31:15.540 INFO:teuthology.orchestra.run.vm06.stdout: python3-websocket python3-zc.lockfile sg3-utils sg3-utils-udev smartmontools 2026-03-31T20:31:15.540 INFO:teuthology.orchestra.run.vm06.stdout: socat xmlstarlet 2026-03-31T20:31:15.540 INFO:teuthology.orchestra.run.vm06.stdout:Use 'sudo apt autoremove' to remove them. 2026-03-31T20:31:15.545 INFO:teuthology.orchestra.run.vm05.stdout:0 upgraded, 0 newly installed, 3 to remove and 50 not upgraded. 2026-03-31T20:31:15.545 INFO:teuthology.orchestra.run.vm05.stdout:After this operation, 2851 kB disk space will be freed. 2026-03-31T20:31:15.553 INFO:teuthology.orchestra.run.vm06.stdout:The following packages will be REMOVED: 2026-03-31T20:31:15.554 INFO:teuthology.orchestra.run.vm06.stdout: libcephfs-daemon* libcephfs-dev* libcephfs2* 2026-03-31T20:31:15.586 INFO:teuthology.orchestra.run.vm05.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 ... 123723 files and directories currently installed.) 2026-03-31T20:31:15.588 INFO:teuthology.orchestra.run.vm05.stdout:Removing libcephfs-daemon (20.2.0-721-g5bb32787-1jammy) ... 2026-03-31T20:31:15.603 INFO:teuthology.orchestra.run.vm05.stdout:Removing libcephfs-dev (20.2.0-721-g5bb32787-1jammy) ... 2026-03-31T20:31:15.614 INFO:teuthology.orchestra.run.vm05.stdout:Removing libcephfs2 (20.2.0-721-g5bb32787-1jammy) ... 2026-03-31T20:31:15.637 INFO:teuthology.orchestra.run.vm05.stdout:Processing triggers for libc-bin (2.35-0ubuntu3.13) ... 2026-03-31T20:31:15.723 INFO:teuthology.orchestra.run.vm06.stdout:0 upgraded, 0 newly installed, 3 to remove and 50 not upgraded. 2026-03-31T20:31:15.723 INFO:teuthology.orchestra.run.vm06.stdout:After this operation, 2851 kB disk space will be freed. 2026-03-31T20:31:15.761 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 ... 123723 files and directories currently installed.) 2026-03-31T20:31:15.764 INFO:teuthology.orchestra.run.vm06.stdout:Removing libcephfs-daemon (20.2.0-721-g5bb32787-1jammy) ... 2026-03-31T20:31:15.776 INFO:teuthology.orchestra.run.vm06.stdout:Removing libcephfs-dev (20.2.0-721-g5bb32787-1jammy) ... 2026-03-31T20:31:15.785 INFO:teuthology.orchestra.run.vm06.stdout:Removing libcephfs2 (20.2.0-721-g5bb32787-1jammy) ... 2026-03-31T20:31:15.808 INFO:teuthology.orchestra.run.vm06.stdout:Processing triggers for libc-bin (2.35-0ubuntu3.13) ... 2026-03-31T20:31:16.609 INFO:teuthology.orchestra.run.vm01.stderr:W: --force-yes is deprecated, use one of the options starting with --allow instead. 2026-03-31T20:31:16.643 INFO:teuthology.orchestra.run.vm01.stdout:Reading package lists... 2026-03-31T20:31:16.716 INFO:teuthology.orchestra.run.vm05.stderr:W: --force-yes is deprecated, use one of the options starting with --allow instead. 2026-03-31T20:31:16.749 INFO:teuthology.orchestra.run.vm05.stdout:Reading package lists... 2026-03-31T20:31:16.813 INFO:teuthology.orchestra.run.vm01.stdout:Building dependency tree... 2026-03-31T20:31:16.814 INFO:teuthology.orchestra.run.vm01.stdout:Reading state information... 2026-03-31T20:31:16.898 INFO:teuthology.orchestra.run.vm06.stderr:W: --force-yes is deprecated, use one of the options starting with --allow instead. 2026-03-31T20:31:16.916 INFO:teuthology.orchestra.run.vm01.stdout:Package 'libcephfs-dev' is not installed, so not removed 2026-03-31T20:31:16.916 INFO:teuthology.orchestra.run.vm01.stdout:The following packages were automatically installed and are no longer required: 2026-03-31T20:31:16.916 INFO:teuthology.orchestra.run.vm01.stdout: ceph-mgr-modules-core jq kpartx libboost-iostreams1.74.0 2026-03-31T20:31:16.916 INFO:teuthology.orchestra.run.vm01.stdout: libboost-thread1.74.0 libcephfs-proxy2 libjq1 liboath0 libonig5 libpmemobj1 2026-03-31T20:31:16.916 INFO:teuthology.orchestra.run.vm01.stdout: libradosstriper1 librdkafka1 librgw2 libsgutils2-2 libsqlite3-mod-ceph 2026-03-31T20:31:16.916 INFO:teuthology.orchestra.run.vm01.stdout: nvme-cli python-asyncssh-doc python3-asyncssh python3-cachetools 2026-03-31T20:31:16.916 INFO:teuthology.orchestra.run.vm01.stdout: python3-ceph-argparse python3-ceph-common python3-cheroot python3-cherrypy3 2026-03-31T20:31:16.916 INFO:teuthology.orchestra.run.vm01.stdout: python3-google-auth python3-jaraco.classes python3-jaraco.collections 2026-03-31T20:31:16.916 INFO:teuthology.orchestra.run.vm01.stdout: python3-jaraco.functools python3-jaraco.text python3-joblib 2026-03-31T20:31:16.916 INFO:teuthology.orchestra.run.vm01.stdout: python3-kubernetes python3-natsort python3-portend python3-prettytable 2026-03-31T20:31:16.916 INFO:teuthology.orchestra.run.vm01.stdout: python3-psutil python3-repoze.lru python3-requests-oauthlib python3-routes 2026-03-31T20:31:16.916 INFO:teuthology.orchestra.run.vm01.stdout: python3-rsa python3-simplejson python3-sklearn python3-sklearn-lib 2026-03-31T20:31:16.916 INFO:teuthology.orchestra.run.vm01.stdout: python3-tempora python3-threadpoolctl python3-wcwidth python3-webob 2026-03-31T20:31:16.916 INFO:teuthology.orchestra.run.vm01.stdout: python3-websocket python3-zc.lockfile sg3-utils sg3-utils-udev smartmontools 2026-03-31T20:31:16.916 INFO:teuthology.orchestra.run.vm01.stdout: socat xmlstarlet 2026-03-31T20:31:16.916 INFO:teuthology.orchestra.run.vm01.stdout:Use 'sudo apt autoremove' to remove them. 2026-03-31T20:31:16.917 INFO:teuthology.orchestra.run.vm05.stdout:Building dependency tree... 2026-03-31T20:31:16.917 INFO:teuthology.orchestra.run.vm05.stdout:Reading state information... 2026-03-31T20:31:16.932 INFO:teuthology.orchestra.run.vm06.stdout:Reading package lists... 2026-03-31T20:31:16.939 INFO:teuthology.orchestra.run.vm01.stdout:0 upgraded, 0 newly installed, 0 to remove and 50 not upgraded. 2026-03-31T20:31:16.939 INFO:teuthology.orchestra.run.vm01.stderr:W: --force-yes is deprecated, use one of the options starting with --allow instead. 2026-03-31T20:31:16.972 INFO:teuthology.orchestra.run.vm01.stdout:Reading package lists... 2026-03-31T20:31:17.056 INFO:teuthology.orchestra.run.vm05.stdout:Package 'libcephfs-dev' is not installed, so not removed 2026-03-31T20:31:17.056 INFO:teuthology.orchestra.run.vm05.stdout:The following packages were automatically installed and are no longer required: 2026-03-31T20:31:17.056 INFO:teuthology.orchestra.run.vm05.stdout: ceph-mgr-modules-core jq kpartx libboost-iostreams1.74.0 2026-03-31T20:31:17.056 INFO:teuthology.orchestra.run.vm05.stdout: libboost-thread1.74.0 libcephfs-proxy2 libjq1 liboath0 libonig5 libpmemobj1 2026-03-31T20:31:17.056 INFO:teuthology.orchestra.run.vm05.stdout: libradosstriper1 librdkafka1 librgw2 libsgutils2-2 libsqlite3-mod-ceph 2026-03-31T20:31:17.056 INFO:teuthology.orchestra.run.vm05.stdout: nvme-cli python-asyncssh-doc python3-asyncssh python3-cachetools 2026-03-31T20:31:17.056 INFO:teuthology.orchestra.run.vm05.stdout: python3-ceph-argparse python3-ceph-common python3-cheroot python3-cherrypy3 2026-03-31T20:31:17.056 INFO:teuthology.orchestra.run.vm05.stdout: python3-google-auth python3-jaraco.classes python3-jaraco.collections 2026-03-31T20:31:17.056 INFO:teuthology.orchestra.run.vm05.stdout: python3-jaraco.functools python3-jaraco.text python3-joblib 2026-03-31T20:31:17.056 INFO:teuthology.orchestra.run.vm05.stdout: python3-kubernetes python3-natsort python3-portend python3-prettytable 2026-03-31T20:31:17.056 INFO:teuthology.orchestra.run.vm05.stdout: python3-psutil python3-repoze.lru python3-requests-oauthlib python3-routes 2026-03-31T20:31:17.056 INFO:teuthology.orchestra.run.vm05.stdout: python3-rsa python3-simplejson python3-sklearn python3-sklearn-lib 2026-03-31T20:31:17.056 INFO:teuthology.orchestra.run.vm05.stdout: python3-tempora python3-threadpoolctl python3-wcwidth python3-webob 2026-03-31T20:31:17.056 INFO:teuthology.orchestra.run.vm05.stdout: python3-websocket python3-zc.lockfile sg3-utils sg3-utils-udev smartmontools 2026-03-31T20:31:17.056 INFO:teuthology.orchestra.run.vm05.stdout: socat xmlstarlet 2026-03-31T20:31:17.056 INFO:teuthology.orchestra.run.vm05.stdout:Use 'sudo apt autoremove' to remove them. 2026-03-31T20:31:17.071 INFO:teuthology.orchestra.run.vm05.stdout:0 upgraded, 0 newly installed, 0 to remove and 50 not upgraded. 2026-03-31T20:31:17.071 INFO:teuthology.orchestra.run.vm05.stderr:W: --force-yes is deprecated, use one of the options starting with --allow instead. 2026-03-31T20:31:17.103 INFO:teuthology.orchestra.run.vm05.stdout:Reading package lists... 2026-03-31T20:31:17.124 INFO:teuthology.orchestra.run.vm06.stdout:Building dependency tree... 2026-03-31T20:31:17.125 INFO:teuthology.orchestra.run.vm06.stdout:Reading state information... 2026-03-31T20:31:17.155 INFO:teuthology.orchestra.run.vm01.stdout:Building dependency tree... 2026-03-31T20:31:17.156 INFO:teuthology.orchestra.run.vm01.stdout:Reading state information... 2026-03-31T20:31:17.257 INFO:teuthology.orchestra.run.vm06.stdout:Package 'libcephfs-dev' is not installed, so not removed 2026-03-31T20:31:17.257 INFO:teuthology.orchestra.run.vm06.stdout:The following packages were automatically installed and are no longer required: 2026-03-31T20:31:17.257 INFO:teuthology.orchestra.run.vm06.stdout: ceph-mgr-modules-core jq kpartx libboost-iostreams1.74.0 2026-03-31T20:31:17.258 INFO:teuthology.orchestra.run.vm06.stdout: libboost-thread1.74.0 libcephfs-proxy2 libjq1 liboath0 libonig5 libpmemobj1 2026-03-31T20:31:17.258 INFO:teuthology.orchestra.run.vm06.stdout: libradosstriper1 librdkafka1 librgw2 libsgutils2-2 libsqlite3-mod-ceph 2026-03-31T20:31:17.258 INFO:teuthology.orchestra.run.vm06.stdout: nvme-cli python-asyncssh-doc python3-asyncssh python3-cachetools 2026-03-31T20:31:17.258 INFO:teuthology.orchestra.run.vm06.stdout: python3-ceph-argparse python3-ceph-common python3-cheroot python3-cherrypy3 2026-03-31T20:31:17.258 INFO:teuthology.orchestra.run.vm06.stdout: python3-google-auth python3-jaraco.classes python3-jaraco.collections 2026-03-31T20:31:17.258 INFO:teuthology.orchestra.run.vm06.stdout: python3-jaraco.functools python3-jaraco.text python3-joblib 2026-03-31T20:31:17.258 INFO:teuthology.orchestra.run.vm06.stdout: python3-kubernetes python3-natsort python3-portend python3-prettytable 2026-03-31T20:31:17.258 INFO:teuthology.orchestra.run.vm06.stdout: python3-psutil python3-repoze.lru python3-requests-oauthlib python3-routes 2026-03-31T20:31:17.258 INFO:teuthology.orchestra.run.vm06.stdout: python3-rsa python3-simplejson python3-sklearn python3-sklearn-lib 2026-03-31T20:31:17.258 INFO:teuthology.orchestra.run.vm06.stdout: python3-tempora python3-threadpoolctl python3-wcwidth python3-webob 2026-03-31T20:31:17.258 INFO:teuthology.orchestra.run.vm06.stdout: python3-websocket python3-zc.lockfile sg3-utils sg3-utils-udev smartmontools 2026-03-31T20:31:17.258 INFO:teuthology.orchestra.run.vm06.stdout: socat xmlstarlet 2026-03-31T20:31:17.258 INFO:teuthology.orchestra.run.vm06.stdout:Use 'sudo apt autoremove' to remove them. 2026-03-31T20:31:17.275 INFO:teuthology.orchestra.run.vm06.stdout:0 upgraded, 0 newly installed, 0 to remove and 50 not upgraded. 2026-03-31T20:31:17.276 INFO:teuthology.orchestra.run.vm06.stderr:W: --force-yes is deprecated, use one of the options starting with --allow instead. 2026-03-31T20:31:17.305 INFO:teuthology.orchestra.run.vm05.stdout:Building dependency tree... 2026-03-31T20:31:17.306 INFO:teuthology.orchestra.run.vm05.stdout:Reading state information... 2026-03-31T20:31:17.309 INFO:teuthology.orchestra.run.vm06.stdout:Reading package lists... 2026-03-31T20:31:17.315 INFO:teuthology.orchestra.run.vm01.stdout:The following packages were automatically installed and are no longer required: 2026-03-31T20:31:17.315 INFO:teuthology.orchestra.run.vm01.stdout: ceph-mgr-modules-core jq kpartx libboost-iostreams1.74.0 2026-03-31T20:31:17.315 INFO:teuthology.orchestra.run.vm01.stdout: libboost-thread1.74.0 libcephfs-proxy2 libdouble-conversion3 libfuse2 2026-03-31T20:31:17.315 INFO:teuthology.orchestra.run.vm01.stdout: libgfapi0 libgfrpc0 libgfxdr0 libglusterfs0 libiscsi7 libjq1 liblttng-ust1 2026-03-31T20:31:17.315 INFO:teuthology.orchestra.run.vm01.stdout: libnbd0 liboath0 libonig5 libpcre2-16-0 libpmemobj1 libqt5core5a libqt5dbus5 2026-03-31T20:31:17.315 INFO:teuthology.orchestra.run.vm01.stdout: libqt5network5 librdkafka1 libsgutils2-2 libthrift-0.16.0 nvme-cli 2026-03-31T20:31:17.315 INFO:teuthology.orchestra.run.vm01.stdout: python-asyncssh-doc python3-asyncssh python3-cachetools 2026-03-31T20:31:17.315 INFO:teuthology.orchestra.run.vm01.stdout: python3-ceph-argparse python3-ceph-common python3-cheroot python3-cherrypy3 2026-03-31T20:31:17.315 INFO:teuthology.orchestra.run.vm01.stdout: python3-google-auth python3-jaraco.classes python3-jaraco.collections 2026-03-31T20:31:17.315 INFO:teuthology.orchestra.run.vm01.stdout: python3-jaraco.functools python3-jaraco.text python3-joblib 2026-03-31T20:31:17.315 INFO:teuthology.orchestra.run.vm01.stdout: python3-kubernetes python3-natsort python3-portend python3-prettytable 2026-03-31T20:31:17.315 INFO:teuthology.orchestra.run.vm01.stdout: python3-psutil python3-repoze.lru python3-requests-oauthlib python3-routes 2026-03-31T20:31:17.315 INFO:teuthology.orchestra.run.vm01.stdout: python3-rsa python3-simplejson python3-sklearn python3-sklearn-lib 2026-03-31T20:31:17.315 INFO:teuthology.orchestra.run.vm01.stdout: python3-tempora python3-threadpoolctl python3-wcwidth python3-webob 2026-03-31T20:31:17.315 INFO:teuthology.orchestra.run.vm01.stdout: python3-websocket python3-zc.lockfile qttranslations5-l10n sg3-utils 2026-03-31T20:31:17.315 INFO:teuthology.orchestra.run.vm01.stdout: sg3-utils-udev smartmontools socat xmlstarlet 2026-03-31T20:31:17.315 INFO:teuthology.orchestra.run.vm01.stdout:Use 'sudo apt autoremove' to remove them. 2026-03-31T20:31:17.325 INFO:teuthology.orchestra.run.vm01.stdout:The following packages will be REMOVED: 2026-03-31T20:31:17.325 INFO:teuthology.orchestra.run.vm01.stdout: librados2* libradosstriper1* librbd1* librgw2* libsqlite3-mod-ceph* 2026-03-31T20:31:17.325 INFO:teuthology.orchestra.run.vm01.stdout: qemu-block-extra* rbd-fuse* 2026-03-31T20:31:17.448 INFO:teuthology.orchestra.run.vm05.stdout:The following packages were automatically installed and are no longer required: 2026-03-31T20:31:17.448 INFO:teuthology.orchestra.run.vm05.stdout: ceph-mgr-modules-core jq kpartx libboost-iostreams1.74.0 2026-03-31T20:31:17.448 INFO:teuthology.orchestra.run.vm05.stdout: libboost-thread1.74.0 libcephfs-proxy2 libdouble-conversion3 libfuse2 2026-03-31T20:31:17.448 INFO:teuthology.orchestra.run.vm05.stdout: libgfapi0 libgfrpc0 libgfxdr0 libglusterfs0 libiscsi7 libjq1 liblttng-ust1 2026-03-31T20:31:17.448 INFO:teuthology.orchestra.run.vm05.stdout: libnbd0 liboath0 libonig5 libpcre2-16-0 libpmemobj1 libqt5core5a libqt5dbus5 2026-03-31T20:31:17.448 INFO:teuthology.orchestra.run.vm05.stdout: libqt5network5 librdkafka1 libsgutils2-2 libthrift-0.16.0 nvme-cli 2026-03-31T20:31:17.449 INFO:teuthology.orchestra.run.vm05.stdout: python-asyncssh-doc python3-asyncssh python3-cachetools 2026-03-31T20:31:17.449 INFO:teuthology.orchestra.run.vm05.stdout: python3-ceph-argparse python3-ceph-common python3-cheroot python3-cherrypy3 2026-03-31T20:31:17.449 INFO:teuthology.orchestra.run.vm05.stdout: python3-google-auth python3-jaraco.classes python3-jaraco.collections 2026-03-31T20:31:17.449 INFO:teuthology.orchestra.run.vm05.stdout: python3-jaraco.functools python3-jaraco.text python3-joblib 2026-03-31T20:31:17.449 INFO:teuthology.orchestra.run.vm05.stdout: python3-kubernetes python3-natsort python3-portend python3-prettytable 2026-03-31T20:31:17.449 INFO:teuthology.orchestra.run.vm05.stdout: python3-psutil python3-repoze.lru python3-requests-oauthlib python3-routes 2026-03-31T20:31:17.449 INFO:teuthology.orchestra.run.vm05.stdout: python3-rsa python3-simplejson python3-sklearn python3-sklearn-lib 2026-03-31T20:31:17.449 INFO:teuthology.orchestra.run.vm05.stdout: python3-tempora python3-threadpoolctl python3-wcwidth python3-webob 2026-03-31T20:31:17.449 INFO:teuthology.orchestra.run.vm05.stdout: python3-websocket python3-zc.lockfile qttranslations5-l10n sg3-utils 2026-03-31T20:31:17.449 INFO:teuthology.orchestra.run.vm05.stdout: sg3-utils-udev smartmontools socat xmlstarlet 2026-03-31T20:31:17.449 INFO:teuthology.orchestra.run.vm05.stdout:Use 'sudo apt autoremove' to remove them. 2026-03-31T20:31:17.460 INFO:teuthology.orchestra.run.vm05.stdout:The following packages will be REMOVED: 2026-03-31T20:31:17.460 INFO:teuthology.orchestra.run.vm05.stdout: librados2* libradosstriper1* librbd1* librgw2* libsqlite3-mod-ceph* 2026-03-31T20:31:17.460 INFO:teuthology.orchestra.run.vm05.stdout: qemu-block-extra* rbd-fuse* 2026-03-31T20:31:17.494 INFO:teuthology.orchestra.run.vm01.stdout:0 upgraded, 0 newly installed, 7 to remove and 50 not upgraded. 2026-03-31T20:31:17.494 INFO:teuthology.orchestra.run.vm01.stdout:After this operation, 59.2 MB disk space will be freed. 2026-03-31T20:31:17.499 INFO:teuthology.orchestra.run.vm06.stdout:Building dependency tree... 2026-03-31T20:31:17.500 INFO:teuthology.orchestra.run.vm06.stdout:Reading state information... 2026-03-31T20:31:17.534 INFO:teuthology.orchestra.run.vm01.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 ... 123701 files and directories currently installed.) 2026-03-31T20:31:17.536 INFO:teuthology.orchestra.run.vm01.stdout:Removing rbd-fuse (20.2.0-721-g5bb32787-1jammy) ... 2026-03-31T20:31:17.550 INFO:teuthology.orchestra.run.vm01.stdout:Removing libsqlite3-mod-ceph (20.2.0-721-g5bb32787-1jammy) ... 2026-03-31T20:31:17.563 INFO:teuthology.orchestra.run.vm01.stdout:Removing libradosstriper1 (20.2.0-721-g5bb32787-1jammy) ... 2026-03-31T20:31:17.574 INFO:teuthology.orchestra.run.vm01.stdout:Removing qemu-block-extra (1:6.2+dfsg-2ubuntu6.28) ... 2026-03-31T20:31:17.623 INFO:teuthology.orchestra.run.vm05.stdout:0 upgraded, 0 newly installed, 7 to remove and 50 not upgraded. 2026-03-31T20:31:17.623 INFO:teuthology.orchestra.run.vm05.stdout:After this operation, 59.2 MB disk space will be freed. 2026-03-31T20:31:17.626 INFO:teuthology.orchestra.run.vm06.stdout:The following packages were automatically installed and are no longer required: 2026-03-31T20:31:17.626 INFO:teuthology.orchestra.run.vm06.stdout: ceph-mgr-modules-core jq kpartx libboost-iostreams1.74.0 2026-03-31T20:31:17.626 INFO:teuthology.orchestra.run.vm06.stdout: libboost-thread1.74.0 libcephfs-proxy2 libdouble-conversion3 libfuse2 2026-03-31T20:31:17.627 INFO:teuthology.orchestra.run.vm06.stdout: libgfapi0 libgfrpc0 libgfxdr0 libglusterfs0 libiscsi7 libjq1 liblttng-ust1 2026-03-31T20:31:17.627 INFO:teuthology.orchestra.run.vm06.stdout: libnbd0 liboath0 libonig5 libpcre2-16-0 libpmemobj1 libqt5core5a libqt5dbus5 2026-03-31T20:31:17.627 INFO:teuthology.orchestra.run.vm06.stdout: libqt5network5 librdkafka1 libsgutils2-2 libthrift-0.16.0 nvme-cli 2026-03-31T20:31:17.627 INFO:teuthology.orchestra.run.vm06.stdout: python-asyncssh-doc python3-asyncssh python3-cachetools 2026-03-31T20:31:17.627 INFO:teuthology.orchestra.run.vm06.stdout: python3-ceph-argparse python3-ceph-common python3-cheroot python3-cherrypy3 2026-03-31T20:31:17.627 INFO:teuthology.orchestra.run.vm06.stdout: python3-google-auth python3-jaraco.classes python3-jaraco.collections 2026-03-31T20:31:17.627 INFO:teuthology.orchestra.run.vm06.stdout: python3-jaraco.functools python3-jaraco.text python3-joblib 2026-03-31T20:31:17.627 INFO:teuthology.orchestra.run.vm06.stdout: python3-kubernetes python3-natsort python3-portend python3-prettytable 2026-03-31T20:31:17.627 INFO:teuthology.orchestra.run.vm06.stdout: python3-psutil python3-repoze.lru python3-requests-oauthlib python3-routes 2026-03-31T20:31:17.627 INFO:teuthology.orchestra.run.vm06.stdout: python3-rsa python3-simplejson python3-sklearn python3-sklearn-lib 2026-03-31T20:31:17.627 INFO:teuthology.orchestra.run.vm06.stdout: python3-tempora python3-threadpoolctl python3-wcwidth python3-webob 2026-03-31T20:31:17.627 INFO:teuthology.orchestra.run.vm06.stdout: python3-websocket python3-zc.lockfile qttranslations5-l10n sg3-utils 2026-03-31T20:31:17.627 INFO:teuthology.orchestra.run.vm06.stdout: sg3-utils-udev smartmontools socat xmlstarlet 2026-03-31T20:31:17.627 INFO:teuthology.orchestra.run.vm06.stdout:Use 'sudo apt autoremove' to remove them. 2026-03-31T20:31:17.639 INFO:teuthology.orchestra.run.vm06.stdout:The following packages will be REMOVED: 2026-03-31T20:31:17.639 INFO:teuthology.orchestra.run.vm06.stdout: librados2* libradosstriper1* librbd1* librgw2* libsqlite3-mod-ceph* 2026-03-31T20:31:17.639 INFO:teuthology.orchestra.run.vm06.stdout: qemu-block-extra* rbd-fuse* 2026-03-31T20:31:17.671 INFO:teuthology.orchestra.run.vm05.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 ... 123701 files and directories currently installed.) 2026-03-31T20:31:17.674 INFO:teuthology.orchestra.run.vm05.stdout:Removing rbd-fuse (20.2.0-721-g5bb32787-1jammy) ... 2026-03-31T20:31:17.687 INFO:teuthology.orchestra.run.vm05.stdout:Removing libsqlite3-mod-ceph (20.2.0-721-g5bb32787-1jammy) ... 2026-03-31T20:31:17.700 INFO:teuthology.orchestra.run.vm05.stdout:Removing libradosstriper1 (20.2.0-721-g5bb32787-1jammy) ... 2026-03-31T20:31:17.712 INFO:teuthology.orchestra.run.vm05.stdout:Removing qemu-block-extra (1:6.2+dfsg-2ubuntu6.28) ... 2026-03-31T20:31:17.793 INFO:teuthology.orchestra.run.vm06.stdout:0 upgraded, 0 newly installed, 7 to remove and 50 not upgraded. 2026-03-31T20:31:17.793 INFO:teuthology.orchestra.run.vm06.stdout:After this operation, 59.2 MB disk space will be freed. 2026-03-31T20:31:17.831 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 ... 123701 files and directories currently installed.) 2026-03-31T20:31:17.833 INFO:teuthology.orchestra.run.vm06.stdout:Removing rbd-fuse (20.2.0-721-g5bb32787-1jammy) ... 2026-03-31T20:31:17.845 INFO:teuthology.orchestra.run.vm06.stdout:Removing libsqlite3-mod-ceph (20.2.0-721-g5bb32787-1jammy) ... 2026-03-31T20:31:17.857 INFO:teuthology.orchestra.run.vm06.stdout:Removing libradosstriper1 (20.2.0-721-g5bb32787-1jammy) ... 2026-03-31T20:31:17.868 INFO:teuthology.orchestra.run.vm06.stdout:Removing qemu-block-extra (1:6.2+dfsg-2ubuntu6.28) ... 2026-03-31T20:31:17.954 INFO:teuthology.orchestra.run.vm01.stdout:Removing librbd1 (20.2.0-721-g5bb32787-1jammy) ... 2026-03-31T20:31:17.965 INFO:teuthology.orchestra.run.vm01.stdout:Removing librgw2 (20.2.0-721-g5bb32787-1jammy) ... 2026-03-31T20:31:17.980 INFO:teuthology.orchestra.run.vm01.stdout:Removing librados2 (20.2.0-721-g5bb32787-1jammy) ... 2026-03-31T20:31:18.005 INFO:teuthology.orchestra.run.vm01.stdout:Processing triggers for man-db (2.10.2-1) ... 2026-03-31T20:31:18.038 INFO:teuthology.orchestra.run.vm01.stdout:Processing triggers for libc-bin (2.35-0ubuntu3.13) ... 2026-03-31T20:31:18.107 INFO:teuthology.orchestra.run.vm01.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 ... 123650 files and directories currently installed.) 2026-03-31T20:31:18.108 INFO:teuthology.orchestra.run.vm05.stdout:Removing librbd1 (20.2.0-721-g5bb32787-1jammy) ... 2026-03-31T20:31:18.109 INFO:teuthology.orchestra.run.vm01.stdout:Purging configuration files for qemu-block-extra (1:6.2+dfsg-2ubuntu6.28) ... 2026-03-31T20:31:18.120 INFO:teuthology.orchestra.run.vm05.stdout:Removing librgw2 (20.2.0-721-g5bb32787-1jammy) ... 2026-03-31T20:31:18.134 INFO:teuthology.orchestra.run.vm05.stdout:Removing librados2 (20.2.0-721-g5bb32787-1jammy) ... 2026-03-31T20:31:18.159 INFO:teuthology.orchestra.run.vm05.stdout:Processing triggers for man-db (2.10.2-1) ... 2026-03-31T20:31:18.196 INFO:teuthology.orchestra.run.vm05.stdout:Processing triggers for libc-bin (2.35-0ubuntu3.13) ... 2026-03-31T20:31:18.264 INFO:teuthology.orchestra.run.vm05.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 ... 123650 files and directories currently installed.) 2026-03-31T20:31:18.265 INFO:teuthology.orchestra.run.vm05.stdout:Purging configuration files for qemu-block-extra (1:6.2+dfsg-2ubuntu6.28) ... 2026-03-31T20:31:18.294 INFO:teuthology.orchestra.run.vm06.stdout:Removing librbd1 (20.2.0-721-g5bb32787-1jammy) ... 2026-03-31T20:31:18.306 INFO:teuthology.orchestra.run.vm06.stdout:Removing librgw2 (20.2.0-721-g5bb32787-1jammy) ... 2026-03-31T20:31:18.321 INFO:teuthology.orchestra.run.vm06.stdout:Removing librados2 (20.2.0-721-g5bb32787-1jammy) ... 2026-03-31T20:31:18.347 INFO:teuthology.orchestra.run.vm06.stdout:Processing triggers for man-db (2.10.2-1) ... 2026-03-31T20:31:18.382 INFO:teuthology.orchestra.run.vm06.stdout:Processing triggers for libc-bin (2.35-0ubuntu3.13) ... 2026-03-31T20:31:18.452 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 ... 123650 files and directories currently installed.) 2026-03-31T20:31:18.454 INFO:teuthology.orchestra.run.vm06.stdout:Purging configuration files for qemu-block-extra (1:6.2+dfsg-2ubuntu6.28) ... 2026-03-31T20:31:19.593 INFO:teuthology.orchestra.run.vm01.stderr:W: --force-yes is deprecated, use one of the options starting with --allow instead. 2026-03-31T20:31:19.627 INFO:teuthology.orchestra.run.vm01.stdout:Reading package lists... 2026-03-31T20:31:19.769 INFO:teuthology.orchestra.run.vm05.stderr:W: --force-yes is deprecated, use one of the options starting with --allow instead. 2026-03-31T20:31:19.804 INFO:teuthology.orchestra.run.vm01.stdout:Building dependency tree... 2026-03-31T20:31:19.805 INFO:teuthology.orchestra.run.vm01.stdout:Reading state information... 2026-03-31T20:31:19.806 INFO:teuthology.orchestra.run.vm05.stdout:Reading package lists... 2026-03-31T20:31:19.933 INFO:teuthology.orchestra.run.vm06.stderr:W: --force-yes is deprecated, use one of the options starting with --allow instead. 2026-03-31T20:31:19.933 INFO:teuthology.orchestra.run.vm01.stdout:Package 'librbd1' is not installed, so not removed 2026-03-31T20:31:19.933 INFO:teuthology.orchestra.run.vm01.stdout:The following packages were automatically installed and are no longer required: 2026-03-31T20:31:19.933 INFO:teuthology.orchestra.run.vm01.stdout: ceph-mgr-modules-core jq kpartx libboost-iostreams1.74.0 2026-03-31T20:31:19.933 INFO:teuthology.orchestra.run.vm01.stdout: libboost-thread1.74.0 libcephfs-proxy2 libdouble-conversion3 libfuse2 2026-03-31T20:31:19.933 INFO:teuthology.orchestra.run.vm01.stdout: libgfapi0 libgfrpc0 libgfxdr0 libglusterfs0 libiscsi7 libjq1 liblttng-ust1 2026-03-31T20:31:19.933 INFO:teuthology.orchestra.run.vm01.stdout: libnbd0 liboath0 libonig5 libpcre2-16-0 libpmemobj1 libqt5core5a libqt5dbus5 2026-03-31T20:31:19.933 INFO:teuthology.orchestra.run.vm01.stdout: libqt5network5 librdkafka1 libsgutils2-2 libthrift-0.16.0 nvme-cli 2026-03-31T20:31:19.934 INFO:teuthology.orchestra.run.vm01.stdout: python-asyncssh-doc python3-asyncssh python3-cachetools 2026-03-31T20:31:19.934 INFO:teuthology.orchestra.run.vm01.stdout: python3-ceph-argparse python3-ceph-common python3-cheroot python3-cherrypy3 2026-03-31T20:31:19.934 INFO:teuthology.orchestra.run.vm01.stdout: python3-google-auth python3-jaraco.classes python3-jaraco.collections 2026-03-31T20:31:19.934 INFO:teuthology.orchestra.run.vm01.stdout: python3-jaraco.functools python3-jaraco.text python3-joblib 2026-03-31T20:31:19.934 INFO:teuthology.orchestra.run.vm01.stdout: python3-kubernetes python3-natsort python3-portend python3-prettytable 2026-03-31T20:31:19.934 INFO:teuthology.orchestra.run.vm01.stdout: python3-psutil python3-repoze.lru python3-requests-oauthlib python3-routes 2026-03-31T20:31:19.934 INFO:teuthology.orchestra.run.vm01.stdout: python3-rsa python3-simplejson python3-sklearn python3-sklearn-lib 2026-03-31T20:31:19.934 INFO:teuthology.orchestra.run.vm01.stdout: python3-tempora python3-threadpoolctl python3-wcwidth python3-webob 2026-03-31T20:31:19.934 INFO:teuthology.orchestra.run.vm01.stdout: python3-websocket python3-zc.lockfile qttranslations5-l10n sg3-utils 2026-03-31T20:31:19.934 INFO:teuthology.orchestra.run.vm01.stdout: sg3-utils-udev smartmontools socat xmlstarlet 2026-03-31T20:31:19.934 INFO:teuthology.orchestra.run.vm01.stdout:Use 'sudo apt autoremove' to remove them. 2026-03-31T20:31:19.951 INFO:teuthology.orchestra.run.vm01.stdout:0 upgraded, 0 newly installed, 0 to remove and 50 not upgraded. 2026-03-31T20:31:19.951 INFO:teuthology.orchestra.run.vm01.stderr:W: --force-yes is deprecated, use one of the options starting with --allow instead. 2026-03-31T20:31:19.967 INFO:teuthology.orchestra.run.vm06.stdout:Reading package lists... 2026-03-31T20:31:19.983 INFO:teuthology.orchestra.run.vm01.stdout:Reading package lists... 2026-03-31T20:31:20.001 INFO:teuthology.orchestra.run.vm05.stdout:Building dependency tree... 2026-03-31T20:31:20.001 INFO:teuthology.orchestra.run.vm05.stdout:Reading state information... 2026-03-31T20:31:20.124 INFO:teuthology.orchestra.run.vm05.stdout:Package 'librbd1' is not installed, so not removed 2026-03-31T20:31:20.124 INFO:teuthology.orchestra.run.vm05.stdout:The following packages were automatically installed and are no longer required: 2026-03-31T20:31:20.124 INFO:teuthology.orchestra.run.vm05.stdout: ceph-mgr-modules-core jq kpartx libboost-iostreams1.74.0 2026-03-31T20:31:20.124 INFO:teuthology.orchestra.run.vm05.stdout: libboost-thread1.74.0 libcephfs-proxy2 libdouble-conversion3 libfuse2 2026-03-31T20:31:20.124 INFO:teuthology.orchestra.run.vm05.stdout: libgfapi0 libgfrpc0 libgfxdr0 libglusterfs0 libiscsi7 libjq1 liblttng-ust1 2026-03-31T20:31:20.125 INFO:teuthology.orchestra.run.vm05.stdout: libnbd0 liboath0 libonig5 libpcre2-16-0 libpmemobj1 libqt5core5a libqt5dbus5 2026-03-31T20:31:20.125 INFO:teuthology.orchestra.run.vm05.stdout: libqt5network5 librdkafka1 libsgutils2-2 libthrift-0.16.0 nvme-cli 2026-03-31T20:31:20.125 INFO:teuthology.orchestra.run.vm05.stdout: python-asyncssh-doc python3-asyncssh python3-cachetools 2026-03-31T20:31:20.125 INFO:teuthology.orchestra.run.vm05.stdout: python3-ceph-argparse python3-ceph-common python3-cheroot python3-cherrypy3 2026-03-31T20:31:20.125 INFO:teuthology.orchestra.run.vm05.stdout: python3-google-auth python3-jaraco.classes python3-jaraco.collections 2026-03-31T20:31:20.125 INFO:teuthology.orchestra.run.vm05.stdout: python3-jaraco.functools python3-jaraco.text python3-joblib 2026-03-31T20:31:20.125 INFO:teuthology.orchestra.run.vm05.stdout: python3-kubernetes python3-natsort python3-portend python3-prettytable 2026-03-31T20:31:20.125 INFO:teuthology.orchestra.run.vm05.stdout: python3-psutil python3-repoze.lru python3-requests-oauthlib python3-routes 2026-03-31T20:31:20.125 INFO:teuthology.orchestra.run.vm05.stdout: python3-rsa python3-simplejson python3-sklearn python3-sklearn-lib 2026-03-31T20:31:20.125 INFO:teuthology.orchestra.run.vm05.stdout: python3-tempora python3-threadpoolctl python3-wcwidth python3-webob 2026-03-31T20:31:20.125 INFO:teuthology.orchestra.run.vm05.stdout: python3-websocket python3-zc.lockfile qttranslations5-l10n sg3-utils 2026-03-31T20:31:20.125 INFO:teuthology.orchestra.run.vm05.stdout: sg3-utils-udev smartmontools socat xmlstarlet 2026-03-31T20:31:20.125 INFO:teuthology.orchestra.run.vm05.stdout:Use 'sudo apt autoremove' to remove them. 2026-03-31T20:31:20.141 INFO:teuthology.orchestra.run.vm05.stdout:0 upgraded, 0 newly installed, 0 to remove and 50 not upgraded. 2026-03-31T20:31:20.141 INFO:teuthology.orchestra.run.vm05.stderr:W: --force-yes is deprecated, use one of the options starting with --allow instead. 2026-03-31T20:31:20.159 INFO:teuthology.orchestra.run.vm06.stdout:Building dependency tree... 2026-03-31T20:31:20.160 INFO:teuthology.orchestra.run.vm06.stdout:Reading state information... 2026-03-31T20:31:20.173 INFO:teuthology.orchestra.run.vm01.stdout:Building dependency tree... 2026-03-31T20:31:20.173 INFO:teuthology.orchestra.run.vm01.stdout:Reading state information... 2026-03-31T20:31:20.174 INFO:teuthology.orchestra.run.vm05.stdout:Reading package lists... 2026-03-31T20:31:20.321 INFO:teuthology.orchestra.run.vm01.stdout:Package 'rbd-fuse' is not installed, so not removed 2026-03-31T20:31:20.322 INFO:teuthology.orchestra.run.vm01.stdout:The following packages were automatically installed and are no longer required: 2026-03-31T20:31:20.322 INFO:teuthology.orchestra.run.vm01.stdout: ceph-mgr-modules-core jq kpartx libboost-iostreams1.74.0 2026-03-31T20:31:20.322 INFO:teuthology.orchestra.run.vm01.stdout: libboost-thread1.74.0 libcephfs-proxy2 libdouble-conversion3 libfuse2 2026-03-31T20:31:20.322 INFO:teuthology.orchestra.run.vm01.stdout: libgfapi0 libgfrpc0 libgfxdr0 libglusterfs0 libiscsi7 libjq1 liblttng-ust1 2026-03-31T20:31:20.322 INFO:teuthology.orchestra.run.vm01.stdout: libnbd0 liboath0 libonig5 libpcre2-16-0 libpmemobj1 libqt5core5a libqt5dbus5 2026-03-31T20:31:20.322 INFO:teuthology.orchestra.run.vm01.stdout: libqt5network5 librdkafka1 libsgutils2-2 libthrift-0.16.0 nvme-cli 2026-03-31T20:31:20.322 INFO:teuthology.orchestra.run.vm01.stdout: python-asyncssh-doc python3-asyncssh python3-cachetools 2026-03-31T20:31:20.322 INFO:teuthology.orchestra.run.vm01.stdout: python3-ceph-argparse python3-ceph-common python3-cheroot python3-cherrypy3 2026-03-31T20:31:20.322 INFO:teuthology.orchestra.run.vm01.stdout: python3-google-auth python3-jaraco.classes python3-jaraco.collections 2026-03-31T20:31:20.322 INFO:teuthology.orchestra.run.vm01.stdout: python3-jaraco.functools python3-jaraco.text python3-joblib 2026-03-31T20:31:20.322 INFO:teuthology.orchestra.run.vm01.stdout: python3-kubernetes python3-natsort python3-portend python3-prettytable 2026-03-31T20:31:20.322 INFO:teuthology.orchestra.run.vm01.stdout: python3-psutil python3-repoze.lru python3-requests-oauthlib python3-routes 2026-03-31T20:31:20.322 INFO:teuthology.orchestra.run.vm01.stdout: python3-rsa python3-simplejson python3-sklearn python3-sklearn-lib 2026-03-31T20:31:20.322 INFO:teuthology.orchestra.run.vm01.stdout: python3-tempora python3-threadpoolctl python3-wcwidth python3-webob 2026-03-31T20:31:20.322 INFO:teuthology.orchestra.run.vm01.stdout: python3-websocket python3-zc.lockfile qttranslations5-l10n sg3-utils 2026-03-31T20:31:20.322 INFO:teuthology.orchestra.run.vm01.stdout: sg3-utils-udev smartmontools socat xmlstarlet 2026-03-31T20:31:20.322 INFO:teuthology.orchestra.run.vm01.stdout:Use 'sudo apt autoremove' to remove them. 2026-03-31T20:31:20.323 INFO:teuthology.orchestra.run.vm06.stdout:Package 'librbd1' is not installed, so not removed 2026-03-31T20:31:20.323 INFO:teuthology.orchestra.run.vm06.stdout:The following packages were automatically installed and are no longer required: 2026-03-31T20:31:20.323 INFO:teuthology.orchestra.run.vm06.stdout: ceph-mgr-modules-core jq kpartx libboost-iostreams1.74.0 2026-03-31T20:31:20.323 INFO:teuthology.orchestra.run.vm06.stdout: libboost-thread1.74.0 libcephfs-proxy2 libdouble-conversion3 libfuse2 2026-03-31T20:31:20.323 INFO:teuthology.orchestra.run.vm06.stdout: libgfapi0 libgfrpc0 libgfxdr0 libglusterfs0 libiscsi7 libjq1 liblttng-ust1 2026-03-31T20:31:20.323 INFO:teuthology.orchestra.run.vm06.stdout: libnbd0 liboath0 libonig5 libpcre2-16-0 libpmemobj1 libqt5core5a libqt5dbus5 2026-03-31T20:31:20.324 INFO:teuthology.orchestra.run.vm06.stdout: libqt5network5 librdkafka1 libsgutils2-2 libthrift-0.16.0 nvme-cli 2026-03-31T20:31:20.324 INFO:teuthology.orchestra.run.vm06.stdout: python-asyncssh-doc python3-asyncssh python3-cachetools 2026-03-31T20:31:20.324 INFO:teuthology.orchestra.run.vm06.stdout: python3-ceph-argparse python3-ceph-common python3-cheroot python3-cherrypy3 2026-03-31T20:31:20.324 INFO:teuthology.orchestra.run.vm06.stdout: python3-google-auth python3-jaraco.classes python3-jaraco.collections 2026-03-31T20:31:20.324 INFO:teuthology.orchestra.run.vm06.stdout: python3-jaraco.functools python3-jaraco.text python3-joblib 2026-03-31T20:31:20.324 INFO:teuthology.orchestra.run.vm06.stdout: python3-kubernetes python3-natsort python3-portend python3-prettytable 2026-03-31T20:31:20.324 INFO:teuthology.orchestra.run.vm06.stdout: python3-psutil python3-repoze.lru python3-requests-oauthlib python3-routes 2026-03-31T20:31:20.324 INFO:teuthology.orchestra.run.vm06.stdout: python3-rsa python3-simplejson python3-sklearn python3-sklearn-lib 2026-03-31T20:31:20.324 INFO:teuthology.orchestra.run.vm06.stdout: python3-tempora python3-threadpoolctl python3-wcwidth python3-webob 2026-03-31T20:31:20.324 INFO:teuthology.orchestra.run.vm06.stdout: python3-websocket python3-zc.lockfile qttranslations5-l10n sg3-utils 2026-03-31T20:31:20.324 INFO:teuthology.orchestra.run.vm06.stdout: sg3-utils-udev smartmontools socat xmlstarlet 2026-03-31T20:31:20.324 INFO:teuthology.orchestra.run.vm06.stdout:Use 'sudo apt autoremove' to remove them. 2026-03-31T20:31:20.345 INFO:teuthology.orchestra.run.vm01.stdout:0 upgraded, 0 newly installed, 0 to remove and 50 not upgraded. 2026-03-31T20:31:20.345 INFO:teuthology.orchestra.run.vm01.stderr:W: --force-yes is deprecated, use one of the options starting with --allow instead. 2026-03-31T20:31:20.345 INFO:teuthology.orchestra.run.vm06.stdout:0 upgraded, 0 newly installed, 0 to remove and 50 not upgraded. 2026-03-31T20:31:20.346 INFO:teuthology.orchestra.run.vm06.stderr:W: --force-yes is deprecated, use one of the options starting with --allow instead. 2026-03-31T20:31:20.347 DEBUG:teuthology.orchestra.run.vm01:> dpkg -l | grep '^.\(U\|H\)R' | awk '{print $2}' | sudo xargs --no-run-if-empty dpkg -P --force-remove-reinstreq 2026-03-31T20:31:20.371 INFO:teuthology.orchestra.run.vm05.stdout:Building dependency tree... 2026-03-31T20:31:20.371 INFO:teuthology.orchestra.run.vm05.stdout:Reading state information... 2026-03-31T20:31:20.379 INFO:teuthology.orchestra.run.vm06.stdout:Reading package lists... 2026-03-31T20:31:20.404 DEBUG:teuthology.orchestra.run.vm01:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y --force-yes -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confold" autoremove 2026-03-31T20:31:20.481 INFO:teuthology.orchestra.run.vm01.stdout:Reading package lists... 2026-03-31T20:31:20.501 INFO:teuthology.orchestra.run.vm05.stdout:Package 'rbd-fuse' is not installed, so not removed 2026-03-31T20:31:20.501 INFO:teuthology.orchestra.run.vm05.stdout:The following packages were automatically installed and are no longer required: 2026-03-31T20:31:20.501 INFO:teuthology.orchestra.run.vm05.stdout: ceph-mgr-modules-core jq kpartx libboost-iostreams1.74.0 2026-03-31T20:31:20.501 INFO:teuthology.orchestra.run.vm05.stdout: libboost-thread1.74.0 libcephfs-proxy2 libdouble-conversion3 libfuse2 2026-03-31T20:31:20.501 INFO:teuthology.orchestra.run.vm05.stdout: libgfapi0 libgfrpc0 libgfxdr0 libglusterfs0 libiscsi7 libjq1 liblttng-ust1 2026-03-31T20:31:20.501 INFO:teuthology.orchestra.run.vm05.stdout: libnbd0 liboath0 libonig5 libpcre2-16-0 libpmemobj1 libqt5core5a libqt5dbus5 2026-03-31T20:31:20.501 INFO:teuthology.orchestra.run.vm05.stdout: libqt5network5 librdkafka1 libsgutils2-2 libthrift-0.16.0 nvme-cli 2026-03-31T20:31:20.501 INFO:teuthology.orchestra.run.vm05.stdout: python-asyncssh-doc python3-asyncssh python3-cachetools 2026-03-31T20:31:20.501 INFO:teuthology.orchestra.run.vm05.stdout: python3-ceph-argparse python3-ceph-common python3-cheroot python3-cherrypy3 2026-03-31T20:31:20.501 INFO:teuthology.orchestra.run.vm05.stdout: python3-google-auth python3-jaraco.classes python3-jaraco.collections 2026-03-31T20:31:20.501 INFO:teuthology.orchestra.run.vm05.stdout: python3-jaraco.functools python3-jaraco.text python3-joblib 2026-03-31T20:31:20.501 INFO:teuthology.orchestra.run.vm05.stdout: python3-kubernetes python3-natsort python3-portend python3-prettytable 2026-03-31T20:31:20.501 INFO:teuthology.orchestra.run.vm05.stdout: python3-psutil python3-repoze.lru python3-requests-oauthlib python3-routes 2026-03-31T20:31:20.501 INFO:teuthology.orchestra.run.vm05.stdout: python3-rsa python3-simplejson python3-sklearn python3-sklearn-lib 2026-03-31T20:31:20.501 INFO:teuthology.orchestra.run.vm05.stdout: python3-tempora python3-threadpoolctl python3-wcwidth python3-webob 2026-03-31T20:31:20.501 INFO:teuthology.orchestra.run.vm05.stdout: python3-websocket python3-zc.lockfile qttranslations5-l10n sg3-utils 2026-03-31T20:31:20.501 INFO:teuthology.orchestra.run.vm05.stdout: sg3-utils-udev smartmontools socat xmlstarlet 2026-03-31T20:31:20.501 INFO:teuthology.orchestra.run.vm05.stdout:Use 'sudo apt autoremove' to remove them. 2026-03-31T20:31:20.524 INFO:teuthology.orchestra.run.vm05.stdout:0 upgraded, 0 newly installed, 0 to remove and 50 not upgraded. 2026-03-31T20:31:20.524 INFO:teuthology.orchestra.run.vm05.stderr:W: --force-yes is deprecated, use one of the options starting with --allow instead. 2026-03-31T20:31:20.527 DEBUG:teuthology.orchestra.run.vm05:> dpkg -l | grep '^.\(U\|H\)R' | awk '{print $2}' | sudo xargs --no-run-if-empty dpkg -P --force-remove-reinstreq 2026-03-31T20:31:20.568 INFO:teuthology.orchestra.run.vm06.stdout:Building dependency tree... 2026-03-31T20:31:20.569 INFO:teuthology.orchestra.run.vm06.stdout:Reading state information... 2026-03-31T20:31:20.583 DEBUG:teuthology.orchestra.run.vm05:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y --force-yes -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confold" autoremove 2026-03-31T20:31:20.659 INFO:teuthology.orchestra.run.vm01.stdout:Building dependency tree... 2026-03-31T20:31:20.659 INFO:teuthology.orchestra.run.vm01.stdout:Reading state information... 2026-03-31T20:31:20.660 INFO:teuthology.orchestra.run.vm05.stdout:Reading package lists... 2026-03-31T20:31:20.685 INFO:teuthology.orchestra.run.vm06.stdout:Package 'rbd-fuse' is not installed, so not removed 2026-03-31T20:31:20.685 INFO:teuthology.orchestra.run.vm06.stdout:The following packages were automatically installed and are no longer required: 2026-03-31T20:31:20.686 INFO:teuthology.orchestra.run.vm06.stdout: ceph-mgr-modules-core jq kpartx libboost-iostreams1.74.0 2026-03-31T20:31:20.686 INFO:teuthology.orchestra.run.vm06.stdout: libboost-thread1.74.0 libcephfs-proxy2 libdouble-conversion3 libfuse2 2026-03-31T20:31:20.686 INFO:teuthology.orchestra.run.vm06.stdout: libgfapi0 libgfrpc0 libgfxdr0 libglusterfs0 libiscsi7 libjq1 liblttng-ust1 2026-03-31T20:31:20.686 INFO:teuthology.orchestra.run.vm06.stdout: libnbd0 liboath0 libonig5 libpcre2-16-0 libpmemobj1 libqt5core5a libqt5dbus5 2026-03-31T20:31:20.686 INFO:teuthology.orchestra.run.vm06.stdout: libqt5network5 librdkafka1 libsgutils2-2 libthrift-0.16.0 nvme-cli 2026-03-31T20:31:20.686 INFO:teuthology.orchestra.run.vm06.stdout: python-asyncssh-doc python3-asyncssh python3-cachetools 2026-03-31T20:31:20.686 INFO:teuthology.orchestra.run.vm06.stdout: python3-ceph-argparse python3-ceph-common python3-cheroot python3-cherrypy3 2026-03-31T20:31:20.686 INFO:teuthology.orchestra.run.vm06.stdout: python3-google-auth python3-jaraco.classes python3-jaraco.collections 2026-03-31T20:31:20.686 INFO:teuthology.orchestra.run.vm06.stdout: python3-jaraco.functools python3-jaraco.text python3-joblib 2026-03-31T20:31:20.686 INFO:teuthology.orchestra.run.vm06.stdout: python3-kubernetes python3-natsort python3-portend python3-prettytable 2026-03-31T20:31:20.686 INFO:teuthology.orchestra.run.vm06.stdout: python3-psutil python3-repoze.lru python3-requests-oauthlib python3-routes 2026-03-31T20:31:20.686 INFO:teuthology.orchestra.run.vm06.stdout: python3-rsa python3-simplejson python3-sklearn python3-sklearn-lib 2026-03-31T20:31:20.686 INFO:teuthology.orchestra.run.vm06.stdout: python3-tempora python3-threadpoolctl python3-wcwidth python3-webob 2026-03-31T20:31:20.686 INFO:teuthology.orchestra.run.vm06.stdout: python3-websocket python3-zc.lockfile qttranslations5-l10n sg3-utils 2026-03-31T20:31:20.686 INFO:teuthology.orchestra.run.vm06.stdout: sg3-utils-udev smartmontools socat xmlstarlet 2026-03-31T20:31:20.686 INFO:teuthology.orchestra.run.vm06.stdout:Use 'sudo apt autoremove' to remove them. 2026-03-31T20:31:20.709 INFO:teuthology.orchestra.run.vm06.stdout:0 upgraded, 0 newly installed, 0 to remove and 50 not upgraded. 2026-03-31T20:31:20.709 INFO:teuthology.orchestra.run.vm06.stderr:W: --force-yes is deprecated, use one of the options starting with --allow instead. 2026-03-31T20:31:20.710 DEBUG:teuthology.orchestra.run.vm06:> dpkg -l | grep '^.\(U\|H\)R' | awk '{print $2}' | sudo xargs --no-run-if-empty dpkg -P --force-remove-reinstreq 2026-03-31T20:31:20.768 DEBUG:teuthology.orchestra.run.vm06:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y --force-yes -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confold" autoremove 2026-03-31T20:31:20.797 INFO:teuthology.orchestra.run.vm01.stdout:The following packages will be REMOVED: 2026-03-31T20:31:20.797 INFO:teuthology.orchestra.run.vm01.stdout: ceph-mgr-modules-core jq kpartx libboost-iostreams1.74.0 2026-03-31T20:31:20.797 INFO:teuthology.orchestra.run.vm01.stdout: libboost-thread1.74.0 libcephfs-proxy2 libdouble-conversion3 libfuse2 2026-03-31T20:31:20.797 INFO:teuthology.orchestra.run.vm01.stdout: libgfapi0 libgfrpc0 libgfxdr0 libglusterfs0 libiscsi7 libjq1 liblttng-ust1 2026-03-31T20:31:20.797 INFO:teuthology.orchestra.run.vm01.stdout: libnbd0 liboath0 libonig5 libpcre2-16-0 libpmemobj1 libqt5core5a libqt5dbus5 2026-03-31T20:31:20.797 INFO:teuthology.orchestra.run.vm01.stdout: libqt5network5 librdkafka1 libsgutils2-2 libthrift-0.16.0 nvme-cli 2026-03-31T20:31:20.797 INFO:teuthology.orchestra.run.vm01.stdout: python-asyncssh-doc python3-asyncssh python3-cachetools 2026-03-31T20:31:20.797 INFO:teuthology.orchestra.run.vm01.stdout: python3-ceph-argparse python3-ceph-common python3-cheroot python3-cherrypy3 2026-03-31T20:31:20.797 INFO:teuthology.orchestra.run.vm01.stdout: python3-google-auth python3-jaraco.classes python3-jaraco.collections 2026-03-31T20:31:20.797 INFO:teuthology.orchestra.run.vm01.stdout: python3-jaraco.functools python3-jaraco.text python3-joblib 2026-03-31T20:31:20.797 INFO:teuthology.orchestra.run.vm01.stdout: python3-kubernetes python3-natsort python3-portend python3-prettytable 2026-03-31T20:31:20.797 INFO:teuthology.orchestra.run.vm01.stdout: python3-psutil python3-repoze.lru python3-requests-oauthlib python3-routes 2026-03-31T20:31:20.797 INFO:teuthology.orchestra.run.vm01.stdout: python3-rsa python3-simplejson python3-sklearn python3-sklearn-lib 2026-03-31T20:31:20.797 INFO:teuthology.orchestra.run.vm01.stdout: python3-tempora python3-threadpoolctl python3-wcwidth python3-webob 2026-03-31T20:31:20.797 INFO:teuthology.orchestra.run.vm01.stdout: python3-websocket python3-zc.lockfile qttranslations5-l10n sg3-utils 2026-03-31T20:31:20.797 INFO:teuthology.orchestra.run.vm01.stdout: sg3-utils-udev smartmontools socat xmlstarlet 2026-03-31T20:31:20.837 INFO:teuthology.orchestra.run.vm05.stdout:Building dependency tree... 2026-03-31T20:31:20.838 INFO:teuthology.orchestra.run.vm05.stdout:Reading state information... 2026-03-31T20:31:20.844 INFO:teuthology.orchestra.run.vm06.stdout:Reading package lists... 2026-03-31T20:31:20.959 INFO:teuthology.orchestra.run.vm01.stdout:0 upgraded, 0 newly installed, 64 to remove and 50 not upgraded. 2026-03-31T20:31:20.959 INFO:teuthology.orchestra.run.vm01.stdout:After this operation, 96.8 MB disk space will be freed. 2026-03-31T20:31:20.960 INFO:teuthology.orchestra.run.vm05.stdout:The following packages will be REMOVED: 2026-03-31T20:31:20.960 INFO:teuthology.orchestra.run.vm05.stdout: ceph-mgr-modules-core jq kpartx libboost-iostreams1.74.0 2026-03-31T20:31:20.960 INFO:teuthology.orchestra.run.vm05.stdout: libboost-thread1.74.0 libcephfs-proxy2 libdouble-conversion3 libfuse2 2026-03-31T20:31:20.960 INFO:teuthology.orchestra.run.vm05.stdout: libgfapi0 libgfrpc0 libgfxdr0 libglusterfs0 libiscsi7 libjq1 liblttng-ust1 2026-03-31T20:31:20.960 INFO:teuthology.orchestra.run.vm05.stdout: libnbd0 liboath0 libonig5 libpcre2-16-0 libpmemobj1 libqt5core5a libqt5dbus5 2026-03-31T20:31:20.960 INFO:teuthology.orchestra.run.vm05.stdout: libqt5network5 librdkafka1 libsgutils2-2 libthrift-0.16.0 nvme-cli 2026-03-31T20:31:20.960 INFO:teuthology.orchestra.run.vm05.stdout: python-asyncssh-doc python3-asyncssh python3-cachetools 2026-03-31T20:31:20.961 INFO:teuthology.orchestra.run.vm05.stdout: python3-ceph-argparse python3-ceph-common python3-cheroot python3-cherrypy3 2026-03-31T20:31:20.961 INFO:teuthology.orchestra.run.vm05.stdout: python3-google-auth python3-jaraco.classes python3-jaraco.collections 2026-03-31T20:31:20.961 INFO:teuthology.orchestra.run.vm05.stdout: python3-jaraco.functools python3-jaraco.text python3-joblib 2026-03-31T20:31:20.961 INFO:teuthology.orchestra.run.vm05.stdout: python3-kubernetes python3-natsort python3-portend python3-prettytable 2026-03-31T20:31:20.961 INFO:teuthology.orchestra.run.vm05.stdout: python3-psutil python3-repoze.lru python3-requests-oauthlib python3-routes 2026-03-31T20:31:20.961 INFO:teuthology.orchestra.run.vm05.stdout: python3-rsa python3-simplejson python3-sklearn python3-sklearn-lib 2026-03-31T20:31:20.961 INFO:teuthology.orchestra.run.vm05.stdout: python3-tempora python3-threadpoolctl python3-wcwidth python3-webob 2026-03-31T20:31:20.961 INFO:teuthology.orchestra.run.vm05.stdout: python3-websocket python3-zc.lockfile qttranslations5-l10n sg3-utils 2026-03-31T20:31:20.961 INFO:teuthology.orchestra.run.vm05.stdout: sg3-utils-udev smartmontools socat xmlstarlet 2026-03-31T20:31:20.995 INFO:teuthology.orchestra.run.vm01.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 ... 123650 files and directories currently installed.) 2026-03-31T20:31:20.997 INFO:teuthology.orchestra.run.vm01.stdout:Removing ceph-mgr-modules-core (20.2.0-721-g5bb32787-1jammy) ... 2026-03-31T20:31:21.011 INFO:teuthology.orchestra.run.vm01.stdout:Removing jq (1.6-2.1ubuntu3.1) ... 2026-03-31T20:31:21.022 INFO:teuthology.orchestra.run.vm01.stdout:Removing kpartx (0.8.8-1ubuntu1.22.04.4) ... 2026-03-31T20:31:21.028 INFO:teuthology.orchestra.run.vm06.stdout:Building dependency tree... 2026-03-31T20:31:21.028 INFO:teuthology.orchestra.run.vm06.stdout:Reading state information... 2026-03-31T20:31:21.033 INFO:teuthology.orchestra.run.vm01.stdout:Removing libboost-iostreams1.74.0:amd64 (1.74.0-14ubuntu3) ... 2026-03-31T20:31:21.044 INFO:teuthology.orchestra.run.vm01.stdout:Removing libboost-thread1.74.0:amd64 (1.74.0-14ubuntu3) ... 2026-03-31T20:31:21.055 INFO:teuthology.orchestra.run.vm01.stdout:Removing libcephfs-proxy2 (20.2.0-721-g5bb32787-1jammy) ... 2026-03-31T20:31:21.065 INFO:teuthology.orchestra.run.vm01.stdout:Removing libthrift-0.16.0:amd64 (0.16.0-2) ... 2026-03-31T20:31:21.076 INFO:teuthology.orchestra.run.vm01.stdout:Removing libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2026-03-31T20:31:21.086 INFO:teuthology.orchestra.run.vm01.stdout:Removing libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2026-03-31T20:31:21.097 INFO:teuthology.orchestra.run.vm01.stdout:Removing libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2026-03-31T20:31:21.116 INFO:teuthology.orchestra.run.vm01.stdout:Removing libdouble-conversion3:amd64 (3.1.7-4) ... 2026-03-31T20:31:21.117 INFO:teuthology.orchestra.run.vm05.stdout:0 upgraded, 0 newly installed, 64 to remove and 50 not upgraded. 2026-03-31T20:31:21.117 INFO:teuthology.orchestra.run.vm05.stdout:After this operation, 96.8 MB disk space will be freed. 2026-03-31T20:31:21.126 INFO:teuthology.orchestra.run.vm01.stdout:Removing libfuse2:amd64 (2.9.9-5ubuntu3) ... 2026-03-31T20:31:21.136 INFO:teuthology.orchestra.run.vm01.stdout:Removing libgfapi0:amd64 (10.1-1ubuntu0.2) ... 2026-03-31T20:31:21.147 INFO:teuthology.orchestra.run.vm01.stdout:Removing libgfrpc0:amd64 (10.1-1ubuntu0.2) ... 2026-03-31T20:31:21.149 INFO:teuthology.orchestra.run.vm06.stdout:The following packages will be REMOVED: 2026-03-31T20:31:21.149 INFO:teuthology.orchestra.run.vm06.stdout: ceph-mgr-modules-core jq kpartx libboost-iostreams1.74.0 2026-03-31T20:31:21.149 INFO:teuthology.orchestra.run.vm06.stdout: libboost-thread1.74.0 libcephfs-proxy2 libdouble-conversion3 libfuse2 2026-03-31T20:31:21.149 INFO:teuthology.orchestra.run.vm06.stdout: libgfapi0 libgfrpc0 libgfxdr0 libglusterfs0 libiscsi7 libjq1 liblttng-ust1 2026-03-31T20:31:21.149 INFO:teuthology.orchestra.run.vm06.stdout: libnbd0 liboath0 libonig5 libpcre2-16-0 libpmemobj1 libqt5core5a libqt5dbus5 2026-03-31T20:31:21.150 INFO:teuthology.orchestra.run.vm06.stdout: libqt5network5 librdkafka1 libsgutils2-2 libthrift-0.16.0 nvme-cli 2026-03-31T20:31:21.150 INFO:teuthology.orchestra.run.vm06.stdout: python-asyncssh-doc python3-asyncssh python3-cachetools 2026-03-31T20:31:21.150 INFO:teuthology.orchestra.run.vm06.stdout: python3-ceph-argparse python3-ceph-common python3-cheroot python3-cherrypy3 2026-03-31T20:31:21.150 INFO:teuthology.orchestra.run.vm06.stdout: python3-google-auth python3-jaraco.classes python3-jaraco.collections 2026-03-31T20:31:21.150 INFO:teuthology.orchestra.run.vm06.stdout: python3-jaraco.functools python3-jaraco.text python3-joblib 2026-03-31T20:31:21.150 INFO:teuthology.orchestra.run.vm06.stdout: python3-kubernetes python3-natsort python3-portend python3-prettytable 2026-03-31T20:31:21.150 INFO:teuthology.orchestra.run.vm06.stdout: python3-psutil python3-repoze.lru python3-requests-oauthlib python3-routes 2026-03-31T20:31:21.150 INFO:teuthology.orchestra.run.vm06.stdout: python3-rsa python3-simplejson python3-sklearn python3-sklearn-lib 2026-03-31T20:31:21.150 INFO:teuthology.orchestra.run.vm06.stdout: python3-tempora python3-threadpoolctl python3-wcwidth python3-webob 2026-03-31T20:31:21.150 INFO:teuthology.orchestra.run.vm06.stdout: python3-websocket python3-zc.lockfile qttranslations5-l10n sg3-utils 2026-03-31T20:31:21.150 INFO:teuthology.orchestra.run.vm06.stdout: sg3-utils-udev smartmontools socat xmlstarlet 2026-03-31T20:31:21.157 INFO:teuthology.orchestra.run.vm01.stdout:Removing libgfxdr0:amd64 (10.1-1ubuntu0.2) ... 2026-03-31T20:31:21.160 INFO:teuthology.orchestra.run.vm05.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 ... 123650 files and directories currently installed.) 2026-03-31T20:31:21.162 INFO:teuthology.orchestra.run.vm05.stdout:Removing ceph-mgr-modules-core (20.2.0-721-g5bb32787-1jammy) ... 2026-03-31T20:31:21.167 INFO:teuthology.orchestra.run.vm01.stdout:Removing libglusterfs0:amd64 (10.1-1ubuntu0.2) ... 2026-03-31T20:31:21.177 INFO:teuthology.orchestra.run.vm05.stdout:Removing jq (1.6-2.1ubuntu3.1) ... 2026-03-31T20:31:21.177 INFO:teuthology.orchestra.run.vm01.stdout:Removing libiscsi7:amd64 (1.19.0-3build2) ... 2026-03-31T20:31:21.187 INFO:teuthology.orchestra.run.vm01.stdout:Removing libjq1:amd64 (1.6-2.1ubuntu3.1) ... 2026-03-31T20:31:21.188 INFO:teuthology.orchestra.run.vm05.stdout:Removing kpartx (0.8.8-1ubuntu1.22.04.4) ... 2026-03-31T20:31:21.197 INFO:teuthology.orchestra.run.vm01.stdout:Removing liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2026-03-31T20:31:21.200 INFO:teuthology.orchestra.run.vm05.stdout:Removing libboost-iostreams1.74.0:amd64 (1.74.0-14ubuntu3) ... 2026-03-31T20:31:21.207 INFO:teuthology.orchestra.run.vm01.stdout:Removing libnbd0 (1.10.5-1) ... 2026-03-31T20:31:21.211 INFO:teuthology.orchestra.run.vm05.stdout:Removing libboost-thread1.74.0:amd64 (1.74.0-14ubuntu3) ... 2026-03-31T20:31:21.216 INFO:teuthology.orchestra.run.vm01.stdout:Removing liboath0:amd64 (2.6.7-3ubuntu0.1) ... 2026-03-31T20:31:21.221 INFO:teuthology.orchestra.run.vm05.stdout:Removing libcephfs-proxy2 (20.2.0-721-g5bb32787-1jammy) ... 2026-03-31T20:31:21.226 INFO:teuthology.orchestra.run.vm01.stdout:Removing libonig5:amd64 (6.9.7.1-2build1) ... 2026-03-31T20:31:21.231 INFO:teuthology.orchestra.run.vm05.stdout:Removing libthrift-0.16.0:amd64 (0.16.0-2) ... 2026-03-31T20:31:21.237 INFO:teuthology.orchestra.run.vm01.stdout:Removing libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2026-03-31T20:31:21.242 INFO:teuthology.orchestra.run.vm05.stdout:Removing libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2026-03-31T20:31:21.247 INFO:teuthology.orchestra.run.vm01.stdout:Removing libpmemobj1:amd64 (1.11.1-3build1) ... 2026-03-31T20:31:21.253 INFO:teuthology.orchestra.run.vm05.stdout:Removing libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2026-03-31T20:31:21.257 INFO:teuthology.orchestra.run.vm01.stdout:Removing librdkafka1:amd64 (1.8.0-1build1) ... 2026-03-31T20:31:21.263 INFO:teuthology.orchestra.run.vm05.stdout:Removing libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2026-03-31T20:31:21.267 INFO:teuthology.orchestra.run.vm01.stdout:Removing sg3-utils-udev (1.46-1ubuntu0.22.04.1) ... 2026-03-31T20:31:21.274 INFO:teuthology.orchestra.run.vm01.stdout:update-initramfs: deferring update (trigger activated) 2026-03-31T20:31:21.283 INFO:teuthology.orchestra.run.vm05.stdout:Removing libdouble-conversion3:amd64 (3.1.7-4) ... 2026-03-31T20:31:21.284 INFO:teuthology.orchestra.run.vm01.stdout:Removing sg3-utils (1.46-1ubuntu0.22.04.1) ... 2026-03-31T20:31:21.292 INFO:teuthology.orchestra.run.vm05.stdout:Removing libfuse2:amd64 (2.9.9-5ubuntu3) ... 2026-03-31T20:31:21.300 INFO:teuthology.orchestra.run.vm01.stdout:Removing libsgutils2-2:amd64 (1.46-1ubuntu0.22.04.1) ... 2026-03-31T20:31:21.303 INFO:teuthology.orchestra.run.vm05.stdout:Removing libgfapi0:amd64 (10.1-1ubuntu0.2) ... 2026-03-31T20:31:21.309 INFO:teuthology.orchestra.run.vm06.stdout:0 upgraded, 0 newly installed, 64 to remove and 50 not upgraded. 2026-03-31T20:31:21.309 INFO:teuthology.orchestra.run.vm06.stdout:After this operation, 96.8 MB disk space will be freed. 2026-03-31T20:31:21.311 INFO:teuthology.orchestra.run.vm01.stdout:Removing nvme-cli (1.16-3ubuntu0.3) ... 2026-03-31T20:31:21.312 INFO:teuthology.orchestra.run.vm05.stdout:Removing libgfrpc0:amd64 (10.1-1ubuntu0.2) ... 2026-03-31T20:31:21.320 INFO:teuthology.orchestra.run.vm05.stdout:Removing libgfxdr0:amd64 (10.1-1ubuntu0.2) ... 2026-03-31T20:31:21.329 INFO:teuthology.orchestra.run.vm05.stdout:Removing libglusterfs0:amd64 (10.1-1ubuntu0.2) ... 2026-03-31T20:31:21.338 INFO:teuthology.orchestra.run.vm05.stdout:Removing libiscsi7:amd64 (1.19.0-3build2) ... 2026-03-31T20:31:21.345 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 ... 123650 files and directories currently installed.) 2026-03-31T20:31:21.347 INFO:teuthology.orchestra.run.vm06.stdout:Removing ceph-mgr-modules-core (20.2.0-721-g5bb32787-1jammy) ... 2026-03-31T20:31:21.349 INFO:teuthology.orchestra.run.vm05.stdout:Removing libjq1:amd64 (1.6-2.1ubuntu3.1) ... 2026-03-31T20:31:21.360 INFO:teuthology.orchestra.run.vm05.stdout:Removing liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2026-03-31T20:31:21.362 INFO:teuthology.orchestra.run.vm06.stdout:Removing jq (1.6-2.1ubuntu3.1) ... 2026-03-31T20:31:21.371 INFO:teuthology.orchestra.run.vm05.stdout:Removing libnbd0 (1.10.5-1) ... 2026-03-31T20:31:21.373 INFO:teuthology.orchestra.run.vm06.stdout:Removing kpartx (0.8.8-1ubuntu1.22.04.4) ... 2026-03-31T20:31:21.381 INFO:teuthology.orchestra.run.vm05.stdout:Removing liboath0:amd64 (2.6.7-3ubuntu0.1) ... 2026-03-31T20:31:21.384 INFO:teuthology.orchestra.run.vm06.stdout:Removing libboost-iostreams1.74.0:amd64 (1.74.0-14ubuntu3) ... 2026-03-31T20:31:21.391 INFO:teuthology.orchestra.run.vm05.stdout:Removing libonig5:amd64 (6.9.7.1-2build1) ... 2026-03-31T20:31:21.397 INFO:teuthology.orchestra.run.vm06.stdout:Removing libboost-thread1.74.0:amd64 (1.74.0-14ubuntu3) ... 2026-03-31T20:31:21.401 INFO:teuthology.orchestra.run.vm05.stdout:Removing libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2026-03-31T20:31:21.411 INFO:teuthology.orchestra.run.vm06.stdout:Removing libcephfs-proxy2 (20.2.0-721-g5bb32787-1jammy) ... 2026-03-31T20:31:21.412 INFO:teuthology.orchestra.run.vm05.stdout:Removing libpmemobj1:amd64 (1.11.1-3build1) ... 2026-03-31T20:31:21.422 INFO:teuthology.orchestra.run.vm06.stdout:Removing libthrift-0.16.0:amd64 (0.16.0-2) ... 2026-03-31T20:31:21.422 INFO:teuthology.orchestra.run.vm05.stdout:Removing librdkafka1:amd64 (1.8.0-1build1) ... 2026-03-31T20:31:21.431 INFO:teuthology.orchestra.run.vm06.stdout:Removing libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2026-03-31T20:31:21.433 INFO:teuthology.orchestra.run.vm05.stdout:Removing sg3-utils-udev (1.46-1ubuntu0.22.04.1) ... 2026-03-31T20:31:21.440 INFO:teuthology.orchestra.run.vm05.stdout:update-initramfs: deferring update (trigger activated) 2026-03-31T20:31:21.441 INFO:teuthology.orchestra.run.vm06.stdout:Removing libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2026-03-31T20:31:21.449 INFO:teuthology.orchestra.run.vm05.stdout:Removing sg3-utils (1.46-1ubuntu0.22.04.1) ... 2026-03-31T20:31:21.451 INFO:teuthology.orchestra.run.vm06.stdout:Removing libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2026-03-31T20:31:21.464 INFO:teuthology.orchestra.run.vm05.stdout:Removing libsgutils2-2:amd64 (1.46-1ubuntu0.22.04.1) ... 2026-03-31T20:31:21.472 INFO:teuthology.orchestra.run.vm06.stdout:Removing libdouble-conversion3:amd64 (3.1.7-4) ... 2026-03-31T20:31:21.473 INFO:teuthology.orchestra.run.vm05.stdout:Removing nvme-cli (1.16-3ubuntu0.3) ... 2026-03-31T20:31:21.481 INFO:teuthology.orchestra.run.vm06.stdout:Removing libfuse2:amd64 (2.9.9-5ubuntu3) ... 2026-03-31T20:31:21.490 INFO:teuthology.orchestra.run.vm06.stdout:Removing libgfapi0:amd64 (10.1-1ubuntu0.2) ... 2026-03-31T20:31:21.499 INFO:teuthology.orchestra.run.vm06.stdout:Removing libgfrpc0:amd64 (10.1-1ubuntu0.2) ... 2026-03-31T20:31:21.508 INFO:teuthology.orchestra.run.vm06.stdout:Removing libgfxdr0:amd64 (10.1-1ubuntu0.2) ... 2026-03-31T20:31:21.517 INFO:teuthology.orchestra.run.vm06.stdout:Removing libglusterfs0:amd64 (10.1-1ubuntu0.2) ... 2026-03-31T20:31:21.527 INFO:teuthology.orchestra.run.vm06.stdout:Removing libiscsi7:amd64 (1.19.0-3build2) ... 2026-03-31T20:31:21.536 INFO:teuthology.orchestra.run.vm06.stdout:Removing libjq1:amd64 (1.6-2.1ubuntu3.1) ... 2026-03-31T20:31:21.545 INFO:teuthology.orchestra.run.vm06.stdout:Removing liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2026-03-31T20:31:21.555 INFO:teuthology.orchestra.run.vm06.stdout:Removing libnbd0 (1.10.5-1) ... 2026-03-31T20:31:21.564 INFO:teuthology.orchestra.run.vm06.stdout:Removing liboath0:amd64 (2.6.7-3ubuntu0.1) ... 2026-03-31T20:31:21.573 INFO:teuthology.orchestra.run.vm06.stdout:Removing libonig5:amd64 (6.9.7.1-2build1) ... 2026-03-31T20:31:21.583 INFO:teuthology.orchestra.run.vm06.stdout:Removing libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2026-03-31T20:31:21.592 INFO:teuthology.orchestra.run.vm06.stdout:Removing libpmemobj1:amd64 (1.11.1-3build1) ... 2026-03-31T20:31:21.601 INFO:teuthology.orchestra.run.vm06.stdout:Removing librdkafka1:amd64 (1.8.0-1build1) ... 2026-03-31T20:31:21.610 INFO:teuthology.orchestra.run.vm06.stdout:Removing sg3-utils-udev (1.46-1ubuntu0.22.04.1) ... 2026-03-31T20:31:21.618 INFO:teuthology.orchestra.run.vm06.stdout:update-initramfs: deferring update (trigger activated) 2026-03-31T20:31:21.628 INFO:teuthology.orchestra.run.vm06.stdout:Removing sg3-utils (1.46-1ubuntu0.22.04.1) ... 2026-03-31T20:31:21.643 INFO:teuthology.orchestra.run.vm06.stdout:Removing libsgutils2-2:amd64 (1.46-1ubuntu0.22.04.1) ... 2026-03-31T20:31:21.653 INFO:teuthology.orchestra.run.vm06.stdout:Removing nvme-cli (1.16-3ubuntu0.3) ... 2026-03-31T20:31:21.681 INFO:teuthology.orchestra.run.vm01.stdout:Removing python-asyncssh-doc (2.5.0-1ubuntu0.1) ... 2026-03-31T20:31:21.694 INFO:teuthology.orchestra.run.vm01.stdout:Removing python3-asyncssh (2.5.0-1ubuntu0.1) ... 2026-03-31T20:31:21.748 INFO:teuthology.orchestra.run.vm01.stdout:Removing python3-kubernetes (12.0.1-1ubuntu1) ... 2026-03-31T20:31:21.834 INFO:teuthology.orchestra.run.vm05.stdout:Removing python-asyncssh-doc (2.5.0-1ubuntu0.1) ... 2026-03-31T20:31:21.846 INFO:teuthology.orchestra.run.vm05.stdout:Removing python3-asyncssh (2.5.0-1ubuntu0.1) ... 2026-03-31T20:31:21.900 INFO:teuthology.orchestra.run.vm05.stdout:Removing python3-kubernetes (12.0.1-1ubuntu1) ... 2026-03-31T20:31:22.005 INFO:teuthology.orchestra.run.vm01.stdout:Removing python3-google-auth (1.5.1-3) ... 2026-03-31T20:31:22.055 INFO:teuthology.orchestra.run.vm01.stdout:Removing python3-cachetools (5.0.0-1) ... 2026-03-31T20:31:22.056 INFO:teuthology.orchestra.run.vm06.stdout:Removing python-asyncssh-doc (2.5.0-1ubuntu0.1) ... 2026-03-31T20:31:22.070 INFO:teuthology.orchestra.run.vm06.stdout:Removing python3-asyncssh (2.5.0-1ubuntu0.1) ... 2026-03-31T20:31:22.107 INFO:teuthology.orchestra.run.vm01.stdout:Removing python3-ceph-argparse (20.2.0-721-g5bb32787-1jammy) ... 2026-03-31T20:31:22.129 INFO:teuthology.orchestra.run.vm06.stdout:Removing python3-kubernetes (12.0.1-1ubuntu1) ... 2026-03-31T20:31:22.156 INFO:teuthology.orchestra.run.vm01.stdout:Removing python3-ceph-common (20.2.0-721-g5bb32787-1jammy) ... 2026-03-31T20:31:22.162 INFO:teuthology.orchestra.run.vm05.stdout:Removing python3-google-auth (1.5.1-3) ... 2026-03-31T20:31:22.208 INFO:teuthology.orchestra.run.vm01.stdout:Removing python3-cherrypy3 (18.6.1-4) ... 2026-03-31T20:31:22.213 INFO:teuthology.orchestra.run.vm05.stdout:Removing python3-cachetools (5.0.0-1) ... 2026-03-31T20:31:22.260 INFO:teuthology.orchestra.run.vm05.stdout:Removing python3-ceph-argparse (20.2.0-721-g5bb32787-1jammy) ... 2026-03-31T20:31:22.275 INFO:teuthology.orchestra.run.vm01.stdout:Removing python3-cheroot (8.5.2+ds1-1ubuntu3.2) ... 2026-03-31T20:31:22.308 INFO:teuthology.orchestra.run.vm05.stdout:Removing python3-ceph-common (20.2.0-721-g5bb32787-1jammy) ... 2026-03-31T20:31:22.323 INFO:teuthology.orchestra.run.vm01.stdout:Removing python3-jaraco.collections (3.4.0-2) ... 2026-03-31T20:31:22.360 INFO:teuthology.orchestra.run.vm05.stdout:Removing python3-cherrypy3 (18.6.1-4) ... 2026-03-31T20:31:22.368 INFO:teuthology.orchestra.run.vm01.stdout:Removing python3-jaraco.classes (3.2.1-3) ... 2026-03-31T20:31:22.383 INFO:teuthology.orchestra.run.vm06.stdout:Removing python3-google-auth (1.5.1-3) ... 2026-03-31T20:31:22.414 INFO:teuthology.orchestra.run.vm01.stdout:Removing python3-portend (3.0.0-1) ... 2026-03-31T20:31:22.426 INFO:teuthology.orchestra.run.vm05.stdout:Removing python3-cheroot (8.5.2+ds1-1ubuntu3.2) ... 2026-03-31T20:31:22.435 INFO:teuthology.orchestra.run.vm06.stdout:Removing python3-cachetools (5.0.0-1) ... 2026-03-31T20:31:22.461 INFO:teuthology.orchestra.run.vm01.stdout:Removing python3-tempora (4.1.2-1) ... 2026-03-31T20:31:22.474 INFO:teuthology.orchestra.run.vm05.stdout:Removing python3-jaraco.collections (3.4.0-2) ... 2026-03-31T20:31:22.484 INFO:teuthology.orchestra.run.vm06.stdout:Removing python3-ceph-argparse (20.2.0-721-g5bb32787-1jammy) ... 2026-03-31T20:31:22.506 INFO:teuthology.orchestra.run.vm01.stdout:Removing python3-jaraco.text (3.6.0-2) ... 2026-03-31T20:31:22.522 INFO:teuthology.orchestra.run.vm05.stdout:Removing python3-jaraco.classes (3.2.1-3) ... 2026-03-31T20:31:22.533 INFO:teuthology.orchestra.run.vm06.stdout:Removing python3-ceph-common (20.2.0-721-g5bb32787-1jammy) ... 2026-03-31T20:31:22.552 INFO:teuthology.orchestra.run.vm01.stdout:Removing python3-jaraco.functools (3.4.0-2) ... 2026-03-31T20:31:22.569 INFO:teuthology.orchestra.run.vm05.stdout:Removing python3-portend (3.0.0-1) ... 2026-03-31T20:31:22.585 INFO:teuthology.orchestra.run.vm06.stdout:Removing python3-cherrypy3 (18.6.1-4) ... 2026-03-31T20:31:22.597 INFO:teuthology.orchestra.run.vm01.stdout:Removing python3-sklearn (0.23.2-5ubuntu6) ... 2026-03-31T20:31:22.617 INFO:teuthology.orchestra.run.vm05.stdout:Removing python3-tempora (4.1.2-1) ... 2026-03-31T20:31:22.653 INFO:teuthology.orchestra.run.vm06.stdout:Removing python3-cheroot (8.5.2+ds1-1ubuntu3.2) ... 2026-03-31T20:31:22.664 INFO:teuthology.orchestra.run.vm05.stdout:Removing python3-jaraco.text (3.6.0-2) ... 2026-03-31T20:31:22.704 INFO:teuthology.orchestra.run.vm06.stdout:Removing python3-jaraco.collections (3.4.0-2) ... 2026-03-31T20:31:22.711 INFO:teuthology.orchestra.run.vm01.stdout:Removing python3-joblib (0.17.0-4ubuntu1) ... 2026-03-31T20:31:22.711 INFO:teuthology.orchestra.run.vm05.stdout:Removing python3-jaraco.functools (3.4.0-2) ... 2026-03-31T20:31:22.753 INFO:teuthology.orchestra.run.vm06.stdout:Removing python3-jaraco.classes (3.2.1-3) ... 2026-03-31T20:31:22.758 INFO:teuthology.orchestra.run.vm05.stdout:Removing python3-sklearn (0.23.2-5ubuntu6) ... 2026-03-31T20:31:22.771 INFO:teuthology.orchestra.run.vm01.stdout:Removing python3-natsort (8.0.2-1) ... 2026-03-31T20:31:22.800 INFO:teuthology.orchestra.run.vm06.stdout:Removing python3-portend (3.0.0-1) ... 2026-03-31T20:31:22.819 INFO:teuthology.orchestra.run.vm01.stdout:Removing python3-prettytable (2.5.0-2) ... 2026-03-31T20:31:22.847 INFO:teuthology.orchestra.run.vm06.stdout:Removing python3-tempora (4.1.2-1) ... 2026-03-31T20:31:22.865 INFO:teuthology.orchestra.run.vm01.stdout:Removing python3-psutil (5.9.0-1build1) ... 2026-03-31T20:31:22.872 INFO:teuthology.orchestra.run.vm05.stdout:Removing python3-joblib (0.17.0-4ubuntu1) ... 2026-03-31T20:31:22.896 INFO:teuthology.orchestra.run.vm06.stdout:Removing python3-jaraco.text (3.6.0-2) ... 2026-03-31T20:31:22.913 INFO:teuthology.orchestra.run.vm01.stdout:Removing python3-routes (2.5.1-1ubuntu1) ... 2026-03-31T20:31:22.932 INFO:teuthology.orchestra.run.vm05.stdout:Removing python3-natsort (8.0.2-1) ... 2026-03-31T20:31:22.943 INFO:teuthology.orchestra.run.vm06.stdout:Removing python3-jaraco.functools (3.4.0-2) ... 2026-03-31T20:31:22.962 INFO:teuthology.orchestra.run.vm01.stdout:Removing python3-repoze.lru (0.7-2) ... 2026-03-31T20:31:22.986 INFO:teuthology.orchestra.run.vm05.stdout:Removing python3-prettytable (2.5.0-2) ... 2026-03-31T20:31:22.990 INFO:teuthology.orchestra.run.vm06.stdout:Removing python3-sklearn (0.23.2-5ubuntu6) ... 2026-03-31T20:31:23.007 INFO:teuthology.orchestra.run.vm01.stdout:Removing python3-requests-oauthlib (1.3.0+ds-0.1) ... 2026-03-31T20:31:23.035 INFO:teuthology.orchestra.run.vm05.stdout:Removing python3-psutil (5.9.0-1build1) ... 2026-03-31T20:31:23.059 INFO:teuthology.orchestra.run.vm01.stdout:Removing python3-rsa (4.8-1) ... 2026-03-31T20:31:23.087 INFO:teuthology.orchestra.run.vm05.stdout:Removing python3-routes (2.5.1-1ubuntu1) ... 2026-03-31T20:31:23.102 INFO:teuthology.orchestra.run.vm06.stdout:Removing python3-joblib (0.17.0-4ubuntu1) ... 2026-03-31T20:31:23.107 INFO:teuthology.orchestra.run.vm01.stdout:Removing python3-simplejson (3.17.6-1build1) ... 2026-03-31T20:31:23.135 INFO:teuthology.orchestra.run.vm05.stdout:Removing python3-repoze.lru (0.7-2) ... 2026-03-31T20:31:23.162 INFO:teuthology.orchestra.run.vm06.stdout:Removing python3-natsort (8.0.2-1) ... 2026-03-31T20:31:23.164 INFO:teuthology.orchestra.run.vm01.stdout:Removing python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2026-03-31T20:31:23.177 INFO:teuthology.orchestra.run.vm01.stdout:Removing python3-threadpoolctl (3.1.0-1) ... 2026-03-31T20:31:23.183 INFO:teuthology.orchestra.run.vm05.stdout:Removing python3-requests-oauthlib (1.3.0+ds-0.1) ... 2026-03-31T20:31:23.209 INFO:teuthology.orchestra.run.vm06.stdout:Removing python3-prettytable (2.5.0-2) ... 2026-03-31T20:31:23.224 INFO:teuthology.orchestra.run.vm01.stdout:Removing python3-wcwidth (0.2.5+dfsg1-1) ... 2026-03-31T20:31:23.231 INFO:teuthology.orchestra.run.vm05.stdout:Removing python3-rsa (4.8-1) ... 2026-03-31T20:31:23.256 INFO:teuthology.orchestra.run.vm06.stdout:Removing python3-psutil (5.9.0-1build1) ... 2026-03-31T20:31:23.273 INFO:teuthology.orchestra.run.vm01.stdout:Removing python3-webob (1:1.8.6-1.1ubuntu0.1) ... 2026-03-31T20:31:23.281 INFO:teuthology.orchestra.run.vm05.stdout:Removing python3-simplejson (3.17.6-1build1) ... 2026-03-31T20:31:23.309 INFO:teuthology.orchestra.run.vm06.stdout:Removing python3-routes (2.5.1-1ubuntu1) ... 2026-03-31T20:31:23.325 INFO:teuthology.orchestra.run.vm01.stdout:Removing python3-websocket (1.2.3-1) ... 2026-03-31T20:31:23.334 INFO:teuthology.orchestra.run.vm05.stdout:Removing python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2026-03-31T20:31:23.347 INFO:teuthology.orchestra.run.vm05.stdout:Removing python3-threadpoolctl (3.1.0-1) ... 2026-03-31T20:31:23.356 INFO:teuthology.orchestra.run.vm06.stdout:Removing python3-repoze.lru (0.7-2) ... 2026-03-31T20:31:23.375 INFO:teuthology.orchestra.run.vm01.stdout:Removing python3-zc.lockfile (2.0-1) ... 2026-03-31T20:31:23.395 INFO:teuthology.orchestra.run.vm05.stdout:Removing python3-wcwidth (0.2.5+dfsg1-1) ... 2026-03-31T20:31:23.402 INFO:teuthology.orchestra.run.vm06.stdout:Removing python3-requests-oauthlib (1.3.0+ds-0.1) ... 2026-03-31T20:31:23.422 INFO:teuthology.orchestra.run.vm01.stdout:Removing qttranslations5-l10n (5.15.3-1) ... 2026-03-31T20:31:23.442 INFO:teuthology.orchestra.run.vm01.stdout:Removing smartmontools (7.2-1ubuntu0.1) ... 2026-03-31T20:31:23.443 INFO:teuthology.orchestra.run.vm05.stdout:Removing python3-webob (1:1.8.6-1.1ubuntu0.1) ... 2026-03-31T20:31:23.448 INFO:teuthology.orchestra.run.vm06.stdout:Removing python3-rsa (4.8-1) ... 2026-03-31T20:31:23.494 INFO:teuthology.orchestra.run.vm05.stdout:Removing python3-websocket (1.2.3-1) ... 2026-03-31T20:31:23.496 INFO:teuthology.orchestra.run.vm06.stdout:Removing python3-simplejson (3.17.6-1build1) ... 2026-03-31T20:31:23.545 INFO:teuthology.orchestra.run.vm05.stdout:Removing python3-zc.lockfile (2.0-1) ... 2026-03-31T20:31:23.546 INFO:teuthology.orchestra.run.vm06.stdout:Removing python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2026-03-31T20:31:23.558 INFO:teuthology.orchestra.run.vm06.stdout:Removing python3-threadpoolctl (3.1.0-1) ... 2026-03-31T20:31:23.593 INFO:teuthology.orchestra.run.vm05.stdout:Removing qttranslations5-l10n (5.15.3-1) ... 2026-03-31T20:31:23.604 INFO:teuthology.orchestra.run.vm06.stdout:Removing python3-wcwidth (0.2.5+dfsg1-1) ... 2026-03-31T20:31:23.614 INFO:teuthology.orchestra.run.vm05.stdout:Removing smartmontools (7.2-1ubuntu0.1) ... 2026-03-31T20:31:23.651 INFO:teuthology.orchestra.run.vm06.stdout:Removing python3-webob (1:1.8.6-1.1ubuntu0.1) ... 2026-03-31T20:31:23.699 INFO:teuthology.orchestra.run.vm06.stdout:Removing python3-websocket (1.2.3-1) ... 2026-03-31T20:31:23.753 INFO:teuthology.orchestra.run.vm06.stdout:Removing python3-zc.lockfile (2.0-1) ... 2026-03-31T20:31:23.801 INFO:teuthology.orchestra.run.vm06.stdout:Removing qttranslations5-l10n (5.15.3-1) ... 2026-03-31T20:31:23.817 INFO:teuthology.orchestra.run.vm01.stdout:Removing socat (1.7.4.1-3ubuntu4) ... 2026-03-31T20:31:23.821 INFO:teuthology.orchestra.run.vm06.stdout:Removing smartmontools (7.2-1ubuntu0.1) ... 2026-03-31T20:31:23.828 INFO:teuthology.orchestra.run.vm01.stdout:Removing xmlstarlet (1.6.1-2.1) ... 2026-03-31T20:31:23.860 INFO:teuthology.orchestra.run.vm01.stdout:Processing triggers for libc-bin (2.35-0ubuntu3.13) ... 2026-03-31T20:31:23.869 INFO:teuthology.orchestra.run.vm01.stdout:Processing triggers for man-db (2.10.2-1) ... 2026-03-31T20:31:23.911 INFO:teuthology.orchestra.run.vm01.stdout:Processing triggers for initramfs-tools (0.140ubuntu13.5) ... 2026-03-31T20:31:23.925 INFO:teuthology.orchestra.run.vm01.stdout:update-initramfs: Generating /boot/initrd.img-5.15.0-171-generic 2026-03-31T20:31:23.985 INFO:teuthology.orchestra.run.vm05.stdout:Removing socat (1.7.4.1-3ubuntu4) ... 2026-03-31T20:31:23.997 INFO:teuthology.orchestra.run.vm05.stdout:Removing xmlstarlet (1.6.1-2.1) ... 2026-03-31T20:31:24.034 INFO:teuthology.orchestra.run.vm05.stdout:Processing triggers for libc-bin (2.35-0ubuntu3.13) ... 2026-03-31T20:31:24.047 INFO:teuthology.orchestra.run.vm05.stdout:Processing triggers for man-db (2.10.2-1) ... 2026-03-31T20:31:24.092 INFO:teuthology.orchestra.run.vm05.stdout:Processing triggers for initramfs-tools (0.140ubuntu13.5) ... 2026-03-31T20:31:24.111 INFO:teuthology.orchestra.run.vm05.stdout:update-initramfs: Generating /boot/initrd.img-5.15.0-171-generic 2026-03-31T20:31:24.260 INFO:teuthology.orchestra.run.vm06.stdout:Removing socat (1.7.4.1-3ubuntu4) ... 2026-03-31T20:31:24.272 INFO:teuthology.orchestra.run.vm06.stdout:Removing xmlstarlet (1.6.1-2.1) ... 2026-03-31T20:31:24.307 INFO:teuthology.orchestra.run.vm06.stdout:Processing triggers for libc-bin (2.35-0ubuntu3.13) ... 2026-03-31T20:31:24.319 INFO:teuthology.orchestra.run.vm06.stdout:Processing triggers for man-db (2.10.2-1) ... 2026-03-31T20:31:24.363 INFO:teuthology.orchestra.run.vm06.stdout:Processing triggers for initramfs-tools (0.140ubuntu13.5) ... 2026-03-31T20:31:24.380 INFO:teuthology.orchestra.run.vm06.stdout:update-initramfs: Generating /boot/initrd.img-5.15.0-171-generic 2026-03-31T20:31:28.445 INFO:teuthology.orchestra.run.vm01.stderr:W: --force-yes is deprecated, use one of the options starting with --allow instead. 2026-03-31T20:31:28.448 DEBUG:teuthology.parallel:result is None 2026-03-31T20:31:28.621 INFO:teuthology.orchestra.run.vm05.stderr:W: --force-yes is deprecated, use one of the options starting with --allow instead. 2026-03-31T20:31:28.623 DEBUG:teuthology.parallel:result is None 2026-03-31T20:31:28.828 INFO:teuthology.orchestra.run.vm06.stderr:W: --force-yes is deprecated, use one of the options starting with --allow instead. 2026-03-31T20:31:28.830 DEBUG:teuthology.parallel:result is None 2026-03-31T20:31:28.830 INFO:teuthology.task.install:Removing ceph sources lists on ubuntu@vm01.local 2026-03-31T20:31:28.830 INFO:teuthology.task.install:Removing ceph sources lists on ubuntu@vm05.local 2026-03-31T20:31:28.830 INFO:teuthology.task.install:Removing ceph sources lists on ubuntu@vm06.local 2026-03-31T20:31:28.830 DEBUG:teuthology.orchestra.run.vm01:> sudo rm -f /etc/apt/sources.list.d/ceph.list 2026-03-31T20:31:28.831 DEBUG:teuthology.orchestra.run.vm05:> sudo rm -f /etc/apt/sources.list.d/ceph.list 2026-03-31T20:31:28.831 DEBUG:teuthology.orchestra.run.vm06:> sudo rm -f /etc/apt/sources.list.d/ceph.list 2026-03-31T20:31:28.839 DEBUG:teuthology.orchestra.run.vm01:> sudo apt-get update 2026-03-31T20:31:28.839 DEBUG:teuthology.orchestra.run.vm05:> sudo apt-get update 2026-03-31T20:31:28.882 DEBUG:teuthology.orchestra.run.vm06:> sudo apt-get update 2026-03-31T20:31:28.999 INFO:teuthology.orchestra.run.vm01.stdout:Hit:1 http://security.ubuntu.com/ubuntu jammy-security InRelease 2026-03-31T20:31:29.002 INFO:teuthology.orchestra.run.vm05.stdout:Hit:1 http://security.ubuntu.com/ubuntu jammy-security InRelease 2026-03-31T20:31:29.047 INFO:teuthology.orchestra.run.vm06.stdout:Hit:1 http://security.ubuntu.com/ubuntu jammy-security InRelease 2026-03-31T20:31:29.140 INFO:teuthology.orchestra.run.vm01.stdout:Hit:2 http://archive.ubuntu.com/ubuntu jammy InRelease 2026-03-31T20:31:29.146 INFO:teuthology.orchestra.run.vm05.stdout:Hit:2 http://archive.ubuntu.com/ubuntu jammy InRelease 2026-03-31T20:31:29.189 INFO:teuthology.orchestra.run.vm06.stdout:Hit:2 http://archive.ubuntu.com/ubuntu jammy InRelease 2026-03-31T20:31:29.246 INFO:teuthology.orchestra.run.vm01.stdout:Hit:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2026-03-31T20:31:29.255 INFO:teuthology.orchestra.run.vm05.stdout:Hit:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2026-03-31T20:31:29.298 INFO:teuthology.orchestra.run.vm06.stdout:Hit:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2026-03-31T20:31:29.353 INFO:teuthology.orchestra.run.vm01.stdout:Hit:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2026-03-31T20:31:29.365 INFO:teuthology.orchestra.run.vm05.stdout:Hit:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2026-03-31T20:31:29.408 INFO:teuthology.orchestra.run.vm06.stdout:Hit:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2026-03-31T20:31:30.071 INFO:teuthology.orchestra.run.vm01.stdout:Reading package lists... 2026-03-31T20:31:30.084 DEBUG:teuthology.parallel:result is None 2026-03-31T20:31:30.100 INFO:teuthology.orchestra.run.vm05.stdout:Reading package lists... 2026-03-31T20:31:30.112 DEBUG:teuthology.parallel:result is None 2026-03-31T20:31:30.151 INFO:teuthology.orchestra.run.vm06.stdout:Reading package lists... 2026-03-31T20:31:30.163 DEBUG:teuthology.parallel:result is None 2026-03-31T20:31:30.164 DEBUG:teuthology.run_tasks:Unwinding manager clock 2026-03-31T20:31:30.166 INFO:teuthology.task.clock:Checking final clock skew... 2026-03-31T20:31:30.166 DEBUG:teuthology.orchestra.run.vm01:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2026-03-31T20:31:30.167 DEBUG:teuthology.orchestra.run.vm05:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2026-03-31T20:31:30.168 DEBUG:teuthology.orchestra.run.vm06:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2026-03-31T20:31:32.161 INFO:teuthology.orchestra.run.vm06.stdout: remote refid st t when poll reach delay offset jitter 2026-03-31T20:31:32.161 INFO:teuthology.orchestra.run.vm06.stdout:============================================================================== 2026-03-31T20:31:32.161 INFO:teuthology.orchestra.run.vm06.stdout: 0.ubuntu.pool.n .POOL. 16 p - 64 0 0.000 +0.000 0.000 2026-03-31T20:31:32.161 INFO:teuthology.orchestra.run.vm06.stdout: 1.ubuntu.pool.n .POOL. 16 p - 64 0 0.000 +0.000 0.000 2026-03-31T20:31:32.161 INFO:teuthology.orchestra.run.vm06.stdout: 2.ubuntu.pool.n .POOL. 16 p - 64 0 0.000 +0.000 0.000 2026-03-31T20:31:32.161 INFO:teuthology.orchestra.run.vm06.stdout: 3.ubuntu.pool.n .POOL. 16 p - 64 0 0.000 +0.000 0.000 2026-03-31T20:31:32.161 INFO:teuthology.orchestra.run.vm06.stdout: ntp.ubuntu.com .POOL. 16 p - 64 0 0.000 +0.000 0.000 2026-03-31T20:31:32.161 INFO:teuthology.orchestra.run.vm06.stdout:+139-144-71-56.i 82.35.162.146 2 u 64 64 377 22.492 -0.477 5.115 2026-03-31T20:31:32.162 INFO:teuthology.orchestra.run.vm06.stdout:+172-236-195-26. 233.72.92.146 3 u 61 64 377 23.875 +3.354 4.607 2026-03-31T20:31:32.162 INFO:teuthology.orchestra.run.vm06.stdout:+ntp1.wtnet.de 10.129.9.96 2 u 59 64 377 30.415 -2.477 5.645 2026-03-31T20:31:32.162 INFO:teuthology.orchestra.run.vm06.stdout:+ns1.2053.net 131.188.3.222 2 u 57 64 377 24.937 -1.298 4.404 2026-03-31T20:31:32.162 INFO:teuthology.orchestra.run.vm06.stdout:+time2.sebhostin 127.65.222.189 2 u 58 64 377 29.054 +4.809 4.698 2026-03-31T20:31:32.162 INFO:teuthology.orchestra.run.vm06.stdout:*46.21.2.169.sta .PPS. 1 u 66 64 377 29.581 -2.463 4.360 2026-03-31T20:31:32.162 INFO:teuthology.orchestra.run.vm06.stdout:+79.133.44.136 .MBGh. 1 u 65 64 377 20.505 +4.318 4.713 2026-03-31T20:31:32.162 INFO:teuthology.orchestra.run.vm06.stdout:+139-162-152-20. 81.104.22.229 2 u 56 64 377 22.636 -6.004 4.263 2026-03-31T20:31:32.162 INFO:teuthology.orchestra.run.vm06.stdout:#ns8.starka.st 79.133.44.139 2 u 57 64 377 22.514 -3.514 4.425 2026-03-31T20:31:32.162 INFO:teuthology.orchestra.run.vm06.stdout:+hatkeininter.ne 237.17.204.95 2 u 59 64 377 25.057 -0.422 3.804 2026-03-31T20:31:32.162 INFO:teuthology.orchestra.run.vm06.stdout:+static.215.156. 35.73.197.144 2 u 62 64 377 23.533 -1.888 4.957 2026-03-31T20:31:32.162 INFO:teuthology.orchestra.run.vm06.stdout:#mailcow.f5s.de 192.53.103.103 2 u 62 64 377 25.057 -2.455 4.979 2026-03-31T20:31:32.162 INFO:teuthology.orchestra.run.vm06.stdout:+vps-ber1.orlean 127.65.222.189 2 u 63 64 377 28.764 +4.935 4.708 2026-03-31T20:31:32.162 INFO:teuthology.orchestra.run.vm06.stdout:+185.125.190.57 99.220.8.133 2 u 10 64 377 34.562 -5.681 5.551 2026-03-31T20:31:32.162 INFO:teuthology.orchestra.run.vm06.stdout:+cluster020.lino 130.149.17.21 2 u 60 64 377 25.051 -2.524 4.969 2026-03-31T20:31:32.162 INFO:teuthology.orchestra.run.vm06.stdout:+185.125.190.58 99.220.8.133 2 u 17 64 377 29.539 +0.005 3.767 2026-03-31T20:31:32.162 INFO:teuthology.orchestra.run.vm06.stdout:+141.84.43.73 40.33.41.76 2 u 61 64 377 31.459 -2.479 4.450 2026-03-31T20:31:32.162 INFO:teuthology.orchestra.run.vm01.stdout: remote refid st t when poll reach delay offset jitter 2026-03-31T20:31:32.162 INFO:teuthology.orchestra.run.vm01.stdout:============================================================================== 2026-03-31T20:31:32.162 INFO:teuthology.orchestra.run.vm01.stdout: 0.ubuntu.pool.n .POOL. 16 p - 64 0 0.000 +0.000 0.000 2026-03-31T20:31:32.162 INFO:teuthology.orchestra.run.vm01.stdout: 1.ubuntu.pool.n .POOL. 16 p - 64 0 0.000 +0.000 0.000 2026-03-31T20:31:32.162 INFO:teuthology.orchestra.run.vm01.stdout: 2.ubuntu.pool.n .POOL. 16 p - 64 0 0.000 +0.000 0.000 2026-03-31T20:31:32.162 INFO:teuthology.orchestra.run.vm01.stdout: 3.ubuntu.pool.n .POOL. 16 p - 64 0 0.000 +0.000 0.000 2026-03-31T20:31:32.162 INFO:teuthology.orchestra.run.vm01.stdout: ntp.ubuntu.com .POOL. 16 p - 64 0 0.000 +0.000 0.000 2026-03-31T20:31:32.162 INFO:teuthology.orchestra.run.vm01.stdout:+46.21.2.169.sta .PPS. 1 u 62 64 377 29.593 -2.543 1.979 2026-03-31T20:31:32.162 INFO:teuthology.orchestra.run.vm01.stdout:#139-162-152-20. 81.104.22.229 2 u 1 64 377 22.665 -6.169 1.853 2026-03-31T20:31:32.162 INFO:teuthology.orchestra.run.vm01.stdout:-ntp1.wtnet.de 10.129.9.96 2 u 62 64 377 30.566 +1.824 1.701 2026-03-31T20:31:32.162 INFO:teuthology.orchestra.run.vm01.stdout:#139-144-71-56.i 82.35.162.146 2 u 66 64 377 22.658 -2.754 2.808 2026-03-31T20:31:32.162 INFO:teuthology.orchestra.run.vm01.stdout:#hatkeininter.ne 237.17.204.95 2 u 65 64 377 24.990 -0.460 1.483 2026-03-31T20:31:32.162 INFO:teuthology.orchestra.run.vm01.stdout:+vps-ber1.orlean 127.65.222.189 2 u 66 64 377 28.780 +1.761 1.708 2026-03-31T20:31:32.162 INFO:teuthology.orchestra.run.vm01.stdout:#ns8.starka.st 79.133.44.139 2 u 62 64 377 22.783 -3.286 1.963 2026-03-31T20:31:32.162 INFO:teuthology.orchestra.run.vm01.stdout:#ns1.2053.net 131.188.3.222 2 u 63 64 377 24.945 +1.557 1.847 2026-03-31T20:31:32.162 INFO:teuthology.orchestra.run.vm01.stdout:-172-236-195-26. 233.72.92.146 3 u 61 128 377 25.289 -0.699 1.696 2026-03-31T20:31:32.162 INFO:teuthology.orchestra.run.vm01.stdout:-x1.ncomputers.o 82.64.42.185 2 u 68 64 377 32.189 +1.466 1.696 2026-03-31T20:31:32.162 INFO:teuthology.orchestra.run.vm01.stdout:-79.133.44.136 .MBGh. 1 u 57 64 377 20.522 +1.146 2.007 2026-03-31T20:31:32.162 INFO:teuthology.orchestra.run.vm01.stdout:-mailcow.f5s.de 192.53.103.103 2 u 64 64 377 24.981 +1.040 1.865 2026-03-31T20:31:32.162 INFO:teuthology.orchestra.run.vm01.stdout:-cluster020.lino 130.149.17.21 2 u 61 64 377 24.995 -1.121 1.704 2026-03-31T20:31:32.162 INFO:teuthology.orchestra.run.vm01.stdout:#185.125.190.57 99.220.8.133 2 u 18 64 377 31.110 -1.616 4.596 2026-03-31T20:31:32.162 INFO:teuthology.orchestra.run.vm01.stdout:+static.215.156. 35.73.197.144 2 u 2 64 377 23.518 +1.591 2.118 2026-03-31T20:31:32.162 INFO:teuthology.orchestra.run.vm01.stdout:*time2.sebhostin 127.65.222.189 2 u 64 64 377 29.140 +1.972 1.874 2026-03-31T20:31:32.162 INFO:teuthology.orchestra.run.vm01.stdout:#185.125.190.58 99.220.8.133 2 u 8 64 377 31.210 +1.798 2.166 2026-03-31T20:31:32.256 INFO:teuthology.orchestra.run.vm05.stdout: remote refid st t when poll reach delay offset jitter 2026-03-31T20:31:32.257 INFO:teuthology.orchestra.run.vm05.stdout:============================================================================== 2026-03-31T20:31:32.257 INFO:teuthology.orchestra.run.vm05.stdout: 0.ubuntu.pool.n .POOL. 16 p - 64 0 0.000 +0.000 0.000 2026-03-31T20:31:32.257 INFO:teuthology.orchestra.run.vm05.stdout: 1.ubuntu.pool.n .POOL. 16 p - 64 0 0.000 +0.000 0.000 2026-03-31T20:31:32.257 INFO:teuthology.orchestra.run.vm05.stdout: 2.ubuntu.pool.n .POOL. 16 p - 64 0 0.000 +0.000 0.000 2026-03-31T20:31:32.257 INFO:teuthology.orchestra.run.vm05.stdout: 3.ubuntu.pool.n .POOL. 16 p - 64 0 0.000 +0.000 0.000 2026-03-31T20:31:32.257 INFO:teuthology.orchestra.run.vm05.stdout: ntp.ubuntu.com .POOL. 16 p - 64 0 0.000 +0.000 0.000 2026-03-31T20:31:32.257 INFO:teuthology.orchestra.run.vm05.stdout:-139-144-71-56.i 82.35.162.146 2 u 60 64 377 22.850 -0.199 4.899 2026-03-31T20:31:32.257 INFO:teuthology.orchestra.run.vm05.stdout:#139-162-152-20. 81.104.22.229 2 u 65 64 377 22.653 -4.913 3.802 2026-03-31T20:31:32.257 INFO:teuthology.orchestra.run.vm05.stdout:+ntp1.wtnet.de 10.129.9.96 2 u 59 64 377 30.815 -0.037 3.881 2026-03-31T20:31:32.257 INFO:teuthology.orchestra.run.vm05.stdout:#172-236-195-26. 233.72.92.146 3 u 63 64 377 23.575 +3.665 4.381 2026-03-31T20:31:32.257 INFO:teuthology.orchestra.run.vm05.stdout:#mailcow.f5s.de 192.53.103.103 2 u 58 64 377 25.016 -0.153 3.577 2026-03-31T20:31:32.257 INFO:teuthology.orchestra.run.vm05.stdout:-time2.sebhostin 127.65.222.189 2 u 59 64 377 28.938 +5.123 4.371 2026-03-31T20:31:32.257 INFO:teuthology.orchestra.run.vm05.stdout:#hatkeininter.ne 237.17.204.95 2 u 62 64 377 24.998 +4.670 4.448 2026-03-31T20:31:32.257 INFO:teuthology.orchestra.run.vm05.stdout:+vps-ber1.orlean 127.65.222.189 2 u 64 64 377 29.066 -0.992 4.637 2026-03-31T20:31:32.257 INFO:teuthology.orchestra.run.vm05.stdout:+130.162.222.153 176.179.21.42 2 u 2 64 377 28.891 -2.337 4.575 2026-03-31T20:31:32.257 INFO:teuthology.orchestra.run.vm05.stdout:+46.21.2.169.sta .PPS. 1 u 63 64 377 29.538 +3.512 4.333 2026-03-31T20:31:32.257 INFO:teuthology.orchestra.run.vm05.stdout:#ns1.2053.net 131.188.3.222 2 u 59 64 377 24.995 +0.288 3.236 2026-03-31T20:31:32.257 INFO:teuthology.orchestra.run.vm05.stdout:-cluster020.lino 130.149.17.21 2 u 61 64 377 25.104 +4.243 4.302 2026-03-31T20:31:32.257 INFO:teuthology.orchestra.run.vm05.stdout:#185.125.190.57 99.220.8.133 2 u 20 64 377 34.393 -3.921 4.392 2026-03-31T20:31:32.257 INFO:teuthology.orchestra.run.vm05.stdout:#x1.ncomputers.o 82.64.42.185 2 u 63 64 377 38.814 +0.663 4.367 2026-03-31T20:31:32.257 INFO:teuthology.orchestra.run.vm05.stdout:*79.133.44.136 .MBGh. 1 u 61 64 377 20.527 +4.534 4.408 2026-03-31T20:31:32.257 INFO:teuthology.orchestra.run.vm05.stdout:-static.215.156. 35.73.197.144 2 u 60 64 377 23.539 +0.367 3.351 2026-03-31T20:31:32.257 INFO:teuthology.orchestra.run.vm05.stdout:-141.84.43.73 40.33.41.76 2 u 60 64 377 31.500 +3.703 4.498 2026-03-31T20:31:32.257 INFO:teuthology.orchestra.run.vm05.stdout:#185.125.190.56 146.131.121.246 2 u 14 64 377 35.888 +3.447 5.035 2026-03-31T20:31:32.257 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2026-03-31T20:31:32.259 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2026-03-31T20:31:32.259 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2026-03-31T20:31:32.261 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2026-03-31T20:31:32.263 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2026-03-31T20:31:32.265 INFO:teuthology.task.internal:Duration was 823.338468 seconds 2026-03-31T20:31:32.265 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2026-03-31T20:31:32.268 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2026-03-31T20:31:32.268 DEBUG:teuthology.orchestra.run.vm01:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2026-03-31T20:31:32.269 DEBUG:teuthology.orchestra.run.vm05:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2026-03-31T20:31:32.269 DEBUG:teuthology.orchestra.run.vm06:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2026-03-31T20:31:32.292 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2026-03-31T20:31:32.292 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@vm01.local 2026-03-31T20:31:32.292 DEBUG:teuthology.orchestra.run.vm01:> 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-03-31T20:31:32.338 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@vm05.local 2026-03-31T20:31:32.338 DEBUG:teuthology.orchestra.run.vm05:> 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-03-31T20:31:32.345 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@vm06.local 2026-03-31T20:31:32.346 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-03-31T20:31:32.353 INFO:teuthology.task.internal.syslog:Gathering journactl... 2026-03-31T20:31:32.353 DEBUG:teuthology.orchestra.run.vm01:> sudo journalctl > /home/ubuntu/cephtest/archive/syslog/journalctl.log 2026-03-31T20:31:32.380 DEBUG:teuthology.orchestra.run.vm05:> sudo journalctl > /home/ubuntu/cephtest/archive/syslog/journalctl.log 2026-03-31T20:31:32.387 DEBUG:teuthology.orchestra.run.vm06:> sudo journalctl > /home/ubuntu/cephtest/archive/syslog/journalctl.log 2026-03-31T20:31:32.432 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2026-03-31T20:31:32.433 DEBUG:teuthology.orchestra.run.vm01:> 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-03-31T20:31:32.433 DEBUG:teuthology.orchestra.run.vm05:> 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-03-31T20:31:32.439 INFO:teuthology.orchestra.run.vm01.stderr:gzip -5 --verbose -- /home/ubuntu/cephtest/archive/syslog/kern.log 2026-03-31T20:31:32.439 INFO:teuthology.orchestra.run.vm01.stderr:gzip -5 --verbose -- /home/ubuntu/cephtest/archive/syslog/misc.log 2026-03-31T20:31:32.439 INFO:teuthology.orchestra.run.vm01.stderr:/home/ubuntu/cephtest/archive/syslog/kern.log: 0.0%gzip -5 --verbose -- /home/ubuntu/cephtest/archive/syslog/journalctl.log 2026-03-31T20:31:32.440 INFO:teuthology.orchestra.run.vm01.stderr: -- replaced with /home/ubuntu/cephtest/archive/syslog/kern.log.gz 2026-03-31T20:31:32.440 INFO:teuthology.orchestra.run.vm01.stderr:/home/ubuntu/cephtest/archive/syslog/misc.log: 0.0% -- replaced with /home/ubuntu/cephtest/archive/syslog/misc.log.gz 2026-03-31T20:31:32.451 INFO:teuthology.orchestra.run.vm01.stderr:/home/ubuntu/cephtest/archive/syslog/journalctl.log: 88.9% -- replaced with /home/ubuntu/cephtest/archive/syslog/journalctl.log.gz 2026-03-31T20:31:32.467 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-03-31T20:31:32.473 INFO:teuthology.orchestra.run.vm05.stderr:gzip -5 --verbose -- /home/ubuntu/cephtest/archive/syslog/kern.log 2026-03-31T20:31:32.473 INFO:teuthology.orchestra.run.vm05.stderr:gzip -5 --verbose -- /home/ubuntu/cephtest/archive/syslog/misc.log 2026-03-31T20:31:32.473 INFO:teuthology.orchestra.run.vm05.stderr:/home/ubuntu/cephtest/archive/syslog/kern.log: 0.0% -- replaced with /home/ubuntu/cephtest/archive/syslog/kern.log.gz 2026-03-31T20:31:32.473 INFO:teuthology.orchestra.run.vm05.stderr:gzip -5 --verbose -- /home/ubuntu/cephtest/archive/syslog/journalctl.log 2026-03-31T20:31:32.474 INFO:teuthology.orchestra.run.vm05.stderr:/home/ubuntu/cephtest/archive/syslog/misc.log: 0.0% -- replaced with /home/ubuntu/cephtest/archive/syslog/misc.log.gz 2026-03-31T20:31:32.481 INFO:teuthology.orchestra.run.vm05.stderr:/home/ubuntu/cephtest/archive/syslog/journalctl.log: 89.6% -- replaced with /home/ubuntu/cephtest/archive/syslog/journalctl.log.gz 2026-03-31T20:31:32.481 INFO:teuthology.orchestra.run.vm06.stderr:gzip -5 --verbose -- /home/ubuntu/cephtest/archive/syslog/kern.log 2026-03-31T20:31:32.482 INFO:teuthology.orchestra.run.vm06.stderr:gzip -5 --verbose -- /home/ubuntu/cephtest/archive/syslog/misc.log 2026-03-31T20:31:32.482 INFO:teuthology.orchestra.run.vm06.stderr:/home/ubuntu/cephtest/archive/syslog/kern.log: 0.0% -- replaced with /home/ubuntu/cephtest/archive/syslog/kern.log.gz 2026-03-31T20:31:32.482 INFO:teuthology.orchestra.run.vm06.stderr:gzip -5 --verbose -- /home/ubuntu/cephtest/archive/syslog/journalctl.log 2026-03-31T20:31:32.482 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-03-31T20:31:32.489 INFO:teuthology.orchestra.run.vm06.stderr:/home/ubuntu/cephtest/archive/syslog/journalctl.log: 89.6% -- replaced with /home/ubuntu/cephtest/archive/syslog/journalctl.log.gz 2026-03-31T20:31:32.490 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2026-03-31T20:31:32.492 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2026-03-31T20:31:32.493 DEBUG:teuthology.orchestra.run.vm01:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2026-03-31T20:31:32.502 DEBUG:teuthology.orchestra.run.vm05:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2026-03-31T20:31:32.533 DEBUG:teuthology.orchestra.run.vm06:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2026-03-31T20:31:32.541 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2026-03-31T20:31:32.543 DEBUG:teuthology.orchestra.run.vm01:> 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-03-31T20:31:32.544 DEBUG:teuthology.orchestra.run.vm05:> 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-03-31T20:31:32.550 INFO:teuthology.orchestra.run.vm01.stdout:kernel.core_pattern = core 2026-03-31T20:31:32.575 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-03-31T20:31:32.581 INFO:teuthology.orchestra.run.vm05.stdout:kernel.core_pattern = core 2026-03-31T20:31:32.588 INFO:teuthology.orchestra.run.vm06.stdout:kernel.core_pattern = core 2026-03-31T20:31:32.596 DEBUG:teuthology.orchestra.run.vm01:> test -e /home/ubuntu/cephtest/archive/coredump 2026-03-31T20:31:32.605 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-03-31T20:31:32.605 DEBUG:teuthology.orchestra.run.vm05:> test -e /home/ubuntu/cephtest/archive/coredump 2026-03-31T20:31:32.632 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-03-31T20:31:32.632 DEBUG:teuthology.orchestra.run.vm06:> test -e /home/ubuntu/cephtest/archive/coredump 2026-03-31T20:31:32.640 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-03-31T20:31:32.640 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2026-03-31T20:31:32.643 INFO:teuthology.task.internal:Transferring archived files... 2026-03-31T20:31:32.643 DEBUG:teuthology.misc:Transferring archived files from vm01:/home/ubuntu/cephtest/archive to /archive/kyr-2026-03-31_11:18:10-rados-tentacle-none-default-vps/4343/remote/vm01 2026-03-31T20:31:32.643 DEBUG:teuthology.orchestra.run.vm01:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2026-03-31T20:31:32.655 DEBUG:teuthology.misc:Transferring archived files from vm05:/home/ubuntu/cephtest/archive to /archive/kyr-2026-03-31_11:18:10-rados-tentacle-none-default-vps/4343/remote/vm05 2026-03-31T20:31:32.655 DEBUG:teuthology.orchestra.run.vm05:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2026-03-31T20:31:32.681 DEBUG:teuthology.misc:Transferring archived files from vm06:/home/ubuntu/cephtest/archive to /archive/kyr-2026-03-31_11:18:10-rados-tentacle-none-default-vps/4343/remote/vm06 2026-03-31T20:31:32.682 DEBUG:teuthology.orchestra.run.vm06:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2026-03-31T20:31:32.690 INFO:teuthology.task.internal:Removing archive directory... 2026-03-31T20:31:32.690 DEBUG:teuthology.orchestra.run.vm01:> rm -rf -- /home/ubuntu/cephtest/archive 2026-03-31T20:31:32.700 DEBUG:teuthology.orchestra.run.vm05:> rm -rf -- /home/ubuntu/cephtest/archive 2026-03-31T20:31:32.723 DEBUG:teuthology.orchestra.run.vm06:> rm -rf -- /home/ubuntu/cephtest/archive 2026-03-31T20:31:32.733 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2026-03-31T20:31:32.735 INFO:teuthology.task.internal:Not uploading archives. 2026-03-31T20:31:32.735 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2026-03-31T20:31:32.737 INFO:teuthology.task.internal:Tidying up after the test... 2026-03-31T20:31:32.738 DEBUG:teuthology.orchestra.run.vm01:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2026-03-31T20:31:32.744 DEBUG:teuthology.orchestra.run.vm05:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2026-03-31T20:31:32.746 INFO:teuthology.orchestra.run.vm01.stdout: 258068 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Mar 31 20:31 /home/ubuntu/cephtest 2026-03-31T20:31:32.767 DEBUG:teuthology.orchestra.run.vm06:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2026-03-31T20:31:32.769 INFO:teuthology.orchestra.run.vm05.stdout: 258069 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Mar 31 20:31 /home/ubuntu/cephtest 2026-03-31T20:31:32.777 INFO:teuthology.orchestra.run.vm06.stdout: 258069 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Mar 31 20:31 /home/ubuntu/cephtest 2026-03-31T20:31:32.777 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2026-03-31T20:31:32.783 INFO:teuthology.run:Summary data: description: rados/cephadm/workunits/{0-distro/ubuntu_22.04 agent/off mon_election/classic task/test_mgmt_gateway} duration: 823.3384675979614 flavor: default owner: kyr success: true 2026-03-31T20:31:32.783 DEBUG:teuthology.report:Pushing job info to http://localhost:8080 2026-03-31T20:31:32.799 INFO:teuthology.run:pass